# HG changeset patch # User veltr # Date 1333724134 -7200 # Node ID 75ba6645723283574e4151b8a67592b584a913cb # Parent 7b55777486c3486599831c49cee8af8dae8f26d7# Parent 4ae2247a59f41fc00c41431cd4bce7495ef5dfaa Merge with 4ae2247a59f41fc00c41431cd4bce7495ef5dfaa diff -r 7b55777486c3 -r 75ba66457232 .hgignore --- a/.hgignore Tue Oct 04 11:16:06 2011 +0200 +++ b/.hgignore Fri Apr 06 16:55:34 2012 +0200 @@ -4,3 +4,7 @@ syntax: glob build/LdtPlayer-release.js build/LdtPlayer.min.js +*.swp +*.orig +src/js/site.js +doc/jsdoc/* diff -r 7b55777486c3 -r 75ba66457232 .settings/org.eclipse.php.core.prefs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.settings/org.eclipse.php.core.prefs Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,3 @@ +#Sat Sep 24 15:42:33 CEST 2011 +eclipse.preferences.version=1 +include_path= diff -r 7b55777486c3 -r 75ba66457232 assets/annotate.psd Binary file assets/annotate.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/annotate_arrow.psd Binary file assets/annotate_arrow.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/arrow.psd Binary file assets/arrow.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/fullscreen.psd Binary file assets/fullscreen.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/gplus_button.psd Binary file assets/gplus_button.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/left_edge_arrow.psd Binary file assets/left_edge_arrow.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/left_handle.psd Binary file assets/left_handle.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/minimize.psd Binary file assets/minimize.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/mute.psd Binary file assets/mute.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/pause_sprite.psd Binary file assets/pause_sprite.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/play.psd Binary file assets/play.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/polemic_buttons_sprite.psd Binary file assets/polemic_buttons_sprite.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/profile_arrow.psd Binary file assets/profile_arrow.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/reply.psd Binary file assets/reply.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/retweet.psd Binary file assets/retweet.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/right_edge_arrow.psd Binary file assets/right_edge_arrow.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/right_handle.psd Binary file assets/right_handle.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/search.psd Binary file assets/search.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/sound.psd Binary file assets/sound.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/submit_annotation.psd Binary file assets/submit_annotation.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/tweet_button.psd Binary file assets/tweet_button.psd has changed diff -r 7b55777486c3 -r 75ba66457232 assets/wire_pattern.psd Binary file assets/wire_pattern.psd has changed diff -r 7b55777486c3 -r 75ba66457232 doc/LdtPlayer-allocine.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/LdtPlayer-allocine.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,80 @@ +/* exemple de code pour ajouter le support d'un autre player flash. + Le code était fait à la base pour allociné, étendez le si vous en + avez besoin. + */ + +/* Il faut étendre cette classe pour que le metadataplayer supporte le player + allocine. Pour l'instant, le code présent est celui pour le jwplayer + */ +IriSP.PopcornReplacement.allocine = function(container, options) { + /** + * Ce constructeur reçoit deux paramètres : + * - container est une chaine de caractère indiquant l'id du div dans lequel il + * doit s'initialiser + * - options est un dictionnaire contenant les options de configuration du player + * (correspond à la partie de configuration du player dans polemic.htm) + */ + + /** + appel du parent pour initialiser les structures communes à tous les players - + obligatoire. + */ + IriSP.PopcornReplacement.player.call(this, container, options); + + this.media.duration = options.duration; /* optionnel */ + + /* Préservation de this, au cas où */ + var _this = this; + + /** Déclaration au player des fonctions que l'api flash expose - brièvement: + * - play et pause ne prennent pas de paramètres + * - lorsque le metadataplayer appelle getPosition, le player flash doit retourner + * la durée depuis le début en secondes, + * - seek reçoit en paramètre la position en secondes depuis le début de la + * vidéo vers laquelle on veut seeker. + * - getMute retourne true si le player est muté et false sinon + * - setMute prend un paramètre. Si celui-ci est true la vidéo doit etre mutée, + * sinon le son doit être activé. + * + * NB: les valeurs de retour ne sont utilisés quand pour getPosition et getMute. + */ + this.playerFns = { + play: function() { return jwplayer(this.container).play(); }, + pause: function() { return jwplayer(this.container).pause(); }, + getPosition: function() { return jwplayer(this.container).getPosition(); }, + seek: function(pos) { return jwplayer(this.container).seek(pos); }, + getMute: function() { return jwplayer(this.container).getMute() }, + setMute: function(p) { return jwplayer(this.container).setMute(p); } + } + + /* Déclaration des callbacks au jwplayer - ces callbacks sont appelés par le + * player flash au moment où les évenements correspondants sont declenchés. + * le dictionnaire this.callbacks + * contient cinq entrées : onReady, onTime, onPlay, onPause, onSeek. + * + * - onReady est une fonction qui ne prend pas de paramètres et qui est appellée + * quand le player flash a fini de s'initialiser. + * - onTime est appelée périodiquement (par ex, toutes les demi-secondes). Elle + * reçoit en paramètre un dictionnaire qui doit contenir un champ nommé position + * qui contient le temps écoulé depuis le début de la vidéo. + * - onPlay est appelé quand le player commence ou reprend la lecture. Le callback + * ne prend pas de paramètres. + * - onPause est appellé quand le player entre en état pausé. Le callback ne prend + * pas de paramètres. + * - onSeek est appelé quand le player flash seeke une vidéo. Il reçoit en + * paramètre un object contenant deux entrées : + * - position: la position en secondes depuis le début de la vidéo au moment où l'on seeke + * - offset: la position cible en secondes depuis le début de la vidéo. + * + * Pour réference, voici la doc des évenements proposés par le jwplayer : + * http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12540/javascript-api-reference#Events + */ + options.events = this.callbacks; + + /* initialisation du player dans le div qui possède l'id this.container - + a remplacer par un appel à swfobject par exemple */ + jwplayer(this.container).setup(options); +}; + +/* Obligatoire pour l'héritage - ne pas modifier */ +IriSP.PopcornReplacement.allocine.prototype = new IriSP.PopcornReplacement.player("", {}); \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 doc/code.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/code.txt Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,52 @@ +Metadataplayer : Code et structure +================================== + +Ce document présente briévement la conception du metadataplayer. + +Compilation +=========== + +Pour le moment, il est nécessaire d'executer un script pour génerer le fichier final. Ce script est un script ant, accessible dans +sbin/build/client.xml. Des raccourcis existent comme compil.bat (win) et compil.sh (unix). + +L'étape de compilation est nécessaire pour l'instant car on a des templates qui sont integrées au fichier final à ce moment là. + +Objets +====== + +En gros, nous avons quatre objets: +- le DataLoader, qui est l'objet chargé de récupérer les données extérieures et de les cacher +- le sérializeur. C'est une classe derivée de IriSP.Serializer et qui implémente des méthodes pour sérializer/déserializer des données. + Ils sont définis dans le répertoire serializers/ +- le layout manager, un objet qui gère un div et qui permet de créer/supprimer des sous-div. +- les widgets. Un widget est associé à un div. Il possède également une réference sur l'objet popcorn pour pouvoir envoyer et recevoir des + messages. Il doit possèder impérativement deux méthodes : un constructeur, qui appelle le constructeur de l'object Widget, et une méthode + draw(), qui initialise l'objet. Il peut aussi optionnellement définir une méthod redraw(), au cas où le widget aurait besoin d'être redessiné. + +Templates +========= + +Le player utilise des templates qui sont transformées en chaînes javascript puis inserées dans le fichier final. +Un template nommé truc.html est accessible dans le code sous le nom : IriSP.truc_template. + +ATTENTION: Une template ne doit en aucun cas contenir de guillements ("), sous peine de faire planter la compilation et le fichier géneré. + +Initialisation +============== + +Le code d'initialisation est défini dans init.js. En gros, il se contente de parser la structure IriSP.config qui définit les options génerales +du player et les widgets à afficher. Chaque widget peut avoir des widgets de dépendances, qui seront instanciés avant lui et dont il aura accès +(voir l'annexe idiomes) +Pour plus d'informations, voir le code source des tests d'integration, notamment le fichier integration/polemic.htm. + + +Annexe: Idiomes +=============== + +Le code utilise quelques idiomes. Les voici, sans classement particulier : +- les membres de données privées d'un objet sont précedés d'un underscore. Ils ne sont pas censés être manipulés par des objets extérieurs, hormis + par les tests unitaires. +- tous les widgets et certains autres objets possèdent un attribut selector, qui est en fait une instance de jQuery appellée sur le div contenant + l'objet en question. +- certains widgets qui possèdent des dépendances ont accès à l'objet dépendant en tant qu'attribut portant le nom du widget en + question. Ainsi, comme le PolemicWidget possède comme dépendance un TooltipWidget, il peut accèder à sa dépendance sous "this.TooltipWidget". diff -r 7b55777486c3 -r 75ba66457232 doc/implementer-un-player.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/implementer-un-player.txt Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,21 @@ +API qu'un player doit implémenter pour espérer être supporté facilement par le +metadataplayer : + +En gros, il faut une api similaire à celle du jwplayer +(cf : http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12540/javascript-api-reference). + +Cependant on n'a besoin que des fonctions suivantes : +- play() - sans argument. Met le player en lecture, s'il était en pause, et ne fait rien autrement +- pause - sans arguments. Pause le player s'il était en train de lire +- seek(duree_secondes) - Met la vidéo à duree_secondes depuis le début +- getMute - sans arguments. Retourne true si le player est muté, false sinon +- setMute - prend un booléen comme argument, coupe le son s'il est à true, et l'active s'il est à false +- getPosition - sans arguments. Retourne le nombre de seconds ecoulées depuis le début del + la vidéo + +On a également besoin que le player ait des callbacks pour les évenements suivants : +- quand le lecteur a fini d'être initialisé (onReady pour jwplayer) +- declenché à chaque fois que le player change d'image (onTime) +- declenché quand la lecture de la vidéo commence (onPlay) +- declenché quand la vidéo est mise sur pause (onPause) +- declenché quand l'utilisateur seek (onSeek) \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 doc/signals.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/signals.txt Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,83 @@ +This is the list of the signals sent by the different widgets : + +Mediafragments +============== + IriSP.Mediafragment.hashchange(hashvalue): This message is used by the iframe embed code to relay data + outside of the iframe. This message sends as a parameter the + new anchor value of the url. + + IriSP.Mediafragment.showAnnotation(annotationId): This message is sent when the mediafragment code + has fast-forwarded to the beginning of an annotation + specified in the url. The subscribing widgets receive + the id of the annotation and can highlight it if they + want. + +PlayerWidget +============ + IriSP.PlayerWidget.AnnotateButton.clicked: sent whenever the "Annotate" button is clicked on the player widget. + IriSP.PlayerWidget.MouseOver: sent when the mouse is hovering the widget. Used to maximize the sliderWidget to + get a behaviour similar to youtube. + IriSP.PlayerWidget.MouseOut: sent when the mouse has left the widget. + + IriSP.search.open: sent when the searchbox has been opened + IriSP.search.closed: sent when the searchbox has been closed + IriSP.search(searchQuery): sent whenever the user presses a key in the searchfield. Param searchQuery + holds the contents of the search field. + + IriSP.search.triggeredSearch(searchText): triggered by other widgets when they want to launch a new search. searchText is the search term. + IriSP.search.noMatchFound: triggered by other widgets to indicate that they've not found content matching the search terms. + IriSP.search.matchFound: triggered by other widgets to indicate that they've found content matching the search terms. + Note: the PlayerWidget changes the highlighting of the search box depending on if it has received these messages. + +ArrowWidget +=========== + IriSP.ArrowWidget.blockArrow: prevent the ArrowWidget from moving automatically + IriSP.ArrowWidget.releaseArrow: restore the ArrowWidget to its non-blocked state + +SliceWidget +=========== + + IriSP.SliceWidget.hide: sent to the SliceWidget. hides the widget. + IriSP.SliceWidget.show: sent to the SliceWidget. shows the widget. + IriSP.SliceWidget.position, [left, width]: sent to the SliceWidget. Param is an array with the + left position and the width of the zone, in percents. + IriSP.SliceWidget.zoneChange [left, width]: sent by the widget whenever the user moves the widget. The parameter + is an array with the left position of the zone its width. Both values + are in percents. + +AnnotationWidget +================ + + IriSP.AnnotationsWidget.show: received by the AnnotationsWidget. hides the widget. + IriSP.AnnotationsWidget.hide: received by the AnnotationsWidget. shows the widget. + + +CreateAnnotationWidget +====================== + + IriSP.createAnnotationWidget.addedAnnotation(annotation): sent by the widget when an annotation has been created. + passes the annotation dict as parameter. + +PolemicWidget +============= + + IriSP.PolemicTweet.click(elementId): sent by the widget when the user clicks on it. Passes the annotation id as a param. + the mediafragment modules listens to this message to update the url accordingly. + +SegmentsWidget +============== + + IriSP.SegmentsWidget.click(annotationId): sent by the widget when the user clicks on it. Passes the annotation id as a param. + the mediafragment modules listens to this message to update the url accordingly. + +SparklineWidget +=============== + + IriSP.SparklineWidget.clicked(newTime): sent whenever the sparkline widget is clicked. Param newTime is the new time the video + is seeking too. The mediafragment module listens to this. + +StackGraphWidget +================= + + IriSP.StackGraphWidget.clicked(newTime): sent whenever the stackgraph widget is clicked. Param newTime is the new time the video + is seeking too. The mediafragment module listens to this. \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 doc/widget_tutorial/LdtPlayer-tutorial.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/widget_tutorial/LdtPlayer-tutorial.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,61 @@ +/* This is the constructor of the widget. It's called by the + initialization routine. +*/ +IriSP.TutorialWidget = function(Popcorn, config, Serializer) { + IriSP.Widget.call(this, Popcorn, config, Serializer); + /* After having called the parent constructor, a couple objects are defined for us + this._config contains all the configuration options passed in the config. + this._id holds the id of the div where the widget has to draw himself + this._serializer is an object containing the metadata that was request in the configuration + options. + */ + +} + +/* We need to create assign new prototype to TutorialWidget.prototype + because we're going to declare methods in it */ +IriSP.TutorialWidget.prototype = new IriSP.Widget(); + +/* This method draws the widget - it's called automatically by + the initialization script. + */ +IriSP.TutorialWidget.prototype.draw = function() { + /* this.selector is a shortcut to jQuery(widget.container) - it's used everywhere in the code */ + this.selector.html('Hello'); + this.selector.css({ + "text-align" : "center", + "padding": "10px 0", + "font-size" : "14px" + }); + + /* The following is a list of idioms found throughout the code */ + var templ = IriSP.player_template; /* get the compiled template code for the player.html template - + templates are located in the src/templates directory and are automatically + compiled and made available in the compiled file as IriSP.templatename_template (without the .html) + */ + var res = IriSP.templToHTML(IriSP.player_template, {var: 1}); /* format the template with the variable 'var' */ + + /* this._Popcorn is a handle on the Popcorn object. It exposes the API which is documented + here : http://popcornjs.org/api + currentTime is a Popcorn method that either returns or changes the currentTime. + */ + var time = this._Popcorn.currentTime(); + + /* Listen to the IriSP.TutorialWidget.foo message. By convention, the name of + a message is IriSP.widgetName.messageName */ + this._Popcorn.listen("IriSP.TutorialWidget.foo", + /* IriSP.wrap preserves this in the callback */ + IriSP.wrap(this, this.fooMessageHandler)); + /* send a message, passing an object allong */ + this._Popcorn.trigger("IriSP.TutorialWidget.foo", {name: "Dave", surname: "Grohl"}); +}; + +/* Handler for the IriSP.foo message */ +IriSP.TutorialWidget.prototype.fooMessageHandler = function(param) { + + // show that this is preserved correctly. + console.log(this !== window, this); + + this.selector.append(IriSP.templToHTML("

{{ name }}, {{ surname }}

", {name: param.name, surname: param.surname})); + return; +}; \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 doc/widget_tutorial/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/widget_tutorial/README.txt Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,7 @@ +How to make your own widget for the metadataplayer +================================================== + +This is a short tutorial that will show you how to make +a widget for the metadataplayer. It details how to configure +the metadataplayer in a HTML page and how to use your own widget +along with the player. \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 doc/widget_tutorial/tutorial.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/widget_tutorial/tutorial.htm Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,94 @@ + + + + +Metadataplayer - Widget tutorial + + + + +
+

MetaDataPlayer

+
+ + If you're seeing nothing, it's because you've probably forgotten to run the build script. + Run sbin/build/compil.sh to compile the files together. + + + + + +
+ + + + + + diff -r 7b55777486c3 -r 75ba66457232 res/js/jquery-ui.min.js --- a/res/js/jquery-ui.min.js Tue Oct 04 11:16:06 2011 +0200 +++ b/res/js/jquery-ui.min.js Fri Apr 06 16:55:34 2012 +0200 @@ -1,110 +1,209 @@ /*! - * jQuery UI 1.8.4 + * jQuery UI 1.8.16 * - * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI */ -(function(c,j){function k(a){return!c(a).parents().andSelf().filter(function(){return c.curCSS(this,"visibility")==="hidden"||c.expr.filters.hidden(this)}).length}c.ui=c.ui||{};if(!c.ui.version){c.extend(c.ui,{version:"1.8.4",plugin:{add:function(a,b,d){a=c.ui[a].prototype;for(var e in d){a.plugins[e]=a.plugins[e]||[];a.plugins[e].push([b,d[e]])}},call:function(a,b,d){if((b=a.plugins[b])&&a.element[0].parentNode)for(var e=0;e0)return true;a[b]=1;d=a[b]>0;a[b]=0;return d},isOverAxis:function(a,b,d){return a>b&&a=0)&&c(a).is(":focusable")}})}})(jQuery); -(function(b,j){var k=b.fn.remove;b.fn.remove=function(a,c){return this.each(function(){if(!c)if(!a||b.filter(a,[this]).length)b("*",this).add([this]).each(function(){b(this).triggerHandler("remove")});return k.call(b(this),a,c)})};b.widget=function(a,c,d){var e=a.split(".")[0],f;a=a.split(".")[1];f=e+"-"+a;if(!d){d=c;c=b.Widget}b.expr[":"][f]=function(h){return!!b.data(h,a)};b[e]=b[e]||{};b[e][a]=function(h,g){arguments.length&&this._createWidget(h,g)};c=new c;c.options=b.extend(true,{},c.options); -b[e][a].prototype=b.extend(true,c,{namespace:e,widgetName:a,widgetEventPrefix:b[e][a].prototype.widgetEventPrefix||a,widgetBaseClass:f},d);b.widget.bridge(a,b[e][a])};b.widget.bridge=function(a,c){b.fn[a]=function(d){var e=typeof d==="string",f=Array.prototype.slice.call(arguments,1),h=this;d=!e&&f.length?b.extend.apply(null,[true,d].concat(f)):d;if(e&&d.substring(0,1)==="_")return h;e?this.each(function(){var g=b.data(this,a),i=g&&b.isFunction(g[d])?g[d].apply(g,f):g;if(i!==g&&i!==j){h=i;return false}}): -this.each(function(){var g=b.data(this,a);if(g){d&&g.option(d);g._init()}else b.data(this,a,new c(d,this))});return h}};b.Widget=function(a,c){arguments.length&&this._createWidget(a,c)};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(a,c){b.data(c,this.widgetName,this);this.element=b(c);this.options=b.extend(true,{},this.options,b.metadata&&b.metadata.get(c)[this.widgetName],a);var d=this;this.element.bind("remove."+this.widgetName,function(){d.destroy()}); -this._create();this._init()},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},widget:function(){return this.element},option:function(a,c){var d=a,e=this;if(arguments.length===0)return b.extend({},e.options);if(typeof a==="string"){if(c===j)return this.options[a];d={};d[a]=c}b.each(d,function(f, -h){e._setOption(f,h)});return e},_setOption:function(a,c){this.options[a]=c;if(a==="disabled")this.widget()[c?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",c);return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(a,c,d){var e=this.options[a];c=b.Event(c);c.type=(a===this.widgetEventPrefix?a:this.widgetEventPrefix+a).toLowerCase();d=d||{};if(c.originalEvent){a= -b.event.props.length;for(var f;a;){f=b.event.props[--a];c[f]=c.originalEvent[f]}}this.element.trigger(c,d);return!(b.isFunction(e)&&e.call(this.element[0],c,d)===false||c.isDefaultPrevented())}}})(jQuery); -(function(c){c.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var a=this;this.element.bind("mousedown."+this.widgetName,function(b){return a._mouseDown(b)}).bind("click."+this.widgetName,function(b){if(a._preventClickEvent){a._preventClickEvent=false;b.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName)},_mouseDown:function(a){a.originalEvent=a.originalEvent||{};if(!a.originalEvent.mouseHandled){this._mouseStarted&& -this._mouseUp(a);this._mouseDownEvent=a;var b=this,e=a.which==1,f=typeof this.options.cancel=="string"?c(a.target).parents().add(a.target).filter(this.options.cancel).length:false;if(!e||f||!this._mouseCapture(a))return true;this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet)this._mouseDelayTimer=setTimeout(function(){b.mouseDelayMet=true},this.options.delay);if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a)){this._mouseStarted=this._mouseStart(a)!==false;if(!this._mouseStarted){a.preventDefault(); -return true}}this._mouseMoveDelegate=function(d){return b._mouseMove(d)};this._mouseUpDelegate=function(d){return b._mouseUp(d)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);c.browser.safari||a.preventDefault();return a.originalEvent.mouseHandled=true}},_mouseMove:function(a){if(c.browser.msie&&!a.button)return this._mouseUp(a);if(this._mouseStarted){this._mouseDrag(a);return a.preventDefault()}if(this._mouseDistanceMet(a)&& -this._mouseDelayMet(a))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,a)!==false)?this._mouseDrag(a):this._mouseUp(a);return!this._mouseStarted},_mouseUp:function(a){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=a.target==this._mouseDownEvent.target;this._mouseStop(a)}return false},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX- -a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery); +(function(c,j){function k(a,b){var d=a.nodeName.toLowerCase();if("area"===d){b=a.parentNode;d=b.name;if(!a.href||!d||b.nodeName.toLowerCase()!=="map")return false;a=c("img[usemap=#"+d+"]")[0];return!!a&&l(a)}return(/input|select|textarea|button|object/.test(d)?!a.disabled:"a"==d?a.href||b:b)&&l(a)}function l(a){return!c(a).parents().andSelf().filter(function(){return c.curCSS(this,"visibility")==="hidden"||c.expr.filters.hidden(this)}).length}c.ui=c.ui||{};if(!c.ui.version){c.extend(c.ui,{version:"1.8.16", +keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});c.fn.extend({propAttr:c.fn.prop||c.fn.attr,_focus:c.fn.focus,focus:function(a,b){return typeof a==="number"?this.each(function(){var d= +this;setTimeout(function(){c(d).focus();b&&b.call(d)},a)}):this._focus.apply(this,arguments)},scrollParent:function(){var a;a=c.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(c.curCSS(this,"position",1))&&/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(c.curCSS(this, +"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!a.length?c(document):a},zIndex:function(a){if(a!==j)return this.css("zIndex",a);if(this.length){a=c(this[0]);for(var b;a.length&&a[0]!==document;){b=a.css("position");if(b==="absolute"||b==="relative"||b==="fixed"){b=parseInt(a.css("zIndex"),10);if(!isNaN(b)&&b!==0)return b}a=a.parent()}}return 0},disableSelection:function(){return this.bind((c.support.selectstart?"selectstart": +"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});c.each(["Width","Height"],function(a,b){function d(f,g,m,n){c.each(e,function(){g-=parseFloat(c.curCSS(f,"padding"+this,true))||0;if(m)g-=parseFloat(c.curCSS(f,"border"+this+"Width",true))||0;if(n)g-=parseFloat(c.curCSS(f,"margin"+this,true))||0});return g}var e=b==="Width"?["Left","Right"]:["Top","Bottom"],h=b.toLowerCase(),i={innerWidth:c.fn.innerWidth,innerHeight:c.fn.innerHeight, +outerWidth:c.fn.outerWidth,outerHeight:c.fn.outerHeight};c.fn["inner"+b]=function(f){if(f===j)return i["inner"+b].call(this);return this.each(function(){c(this).css(h,d(this,f)+"px")})};c.fn["outer"+b]=function(f,g){if(typeof f!=="number")return i["outer"+b].call(this,f);return this.each(function(){c(this).css(h,d(this,f,true,g)+"px")})}});c.extend(c.expr[":"],{data:function(a,b,d){return!!c.data(a,d[3])},focusable:function(a){return k(a,!isNaN(c.attr(a,"tabindex")))},tabbable:function(a){var b=c.attr(a, +"tabindex"),d=isNaN(b);return(d||b>=0)&&k(a,!d)}});c(function(){var a=document.body,b=a.appendChild(b=document.createElement("div"));c.extend(b.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});c.support.minHeight=b.offsetHeight===100;c.support.selectstart="onselectstart"in b;a.removeChild(b).style.display="none"});c.extend(c.ui,{plugin:{add:function(a,b,d){a=c.ui[a].prototype;for(var e in d){a.plugins[e]=a.plugins[e]||[];a.plugins[e].push([b,d[e]])}},call:function(a,b,d){if((b=a.plugins[b])&& +a.element[0].parentNode)for(var e=0;e0)return true;a[b]=1;d=a[b]>0;a[b]=0;return d},isOverAxis:function(a,b,d){return a>b&&a=9)&&!a.button)return this._mouseUp(a);if(this._mouseStarted){this._mouseDrag(a);return a.preventDefault()}if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,a)!==false)?this._mouseDrag(a):this._mouseUp(a);return!this._mouseStarted},_mouseUp:function(a){b(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted= +false;a.target==this._mouseDownEvent.target&&b.data(a.target,this.widgetName+".preventClickEvent",true);this._mouseStop(a)}return false},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery); +;/* + * jQuery UI Position 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Position + */ +(function(c){c.ui=c.ui||{};var n=/left|center|right/,o=/top|center|bottom/,t=c.fn.position,u=c.fn.offset;c.fn.position=function(b){if(!b||!b.of)return t.apply(this,arguments);b=c.extend({},b);var a=c(b.of),d=a[0],g=(b.collision||"flip").split(" "),e=b.offset?b.offset.split(" "):[0,0],h,k,j;if(d.nodeType===9){h=a.width();k=a.height();j={top:0,left:0}}else if(d.setTimeout){h=a.width();k=a.height();j={top:a.scrollTop(),left:a.scrollLeft()}}else if(d.preventDefault){b.at="left top";h=k=0;j={top:b.of.pageY, +left:b.of.pageX}}else{h=a.outerWidth();k=a.outerHeight();j=a.offset()}c.each(["my","at"],function(){var f=(b[this]||"").split(" ");if(f.length===1)f=n.test(f[0])?f.concat(["center"]):o.test(f[0])?["center"].concat(f):["center","center"];f[0]=n.test(f[0])?f[0]:"center";f[1]=o.test(f[1])?f[1]:"center";b[this]=f});if(g.length===1)g[1]=g[0];e[0]=parseInt(e[0],10)||0;if(e.length===1)e[1]=e[0];e[1]=parseInt(e[1],10)||0;if(b.at[0]==="right")j.left+=h;else if(b.at[0]==="center")j.left+=h/2;if(b.at[1]==="bottom")j.top+= +k;else if(b.at[1]==="center")j.top+=k/2;j.left+=e[0];j.top+=e[1];return this.each(function(){var f=c(this),l=f.outerWidth(),m=f.outerHeight(),p=parseInt(c.curCSS(this,"marginLeft",true))||0,q=parseInt(c.curCSS(this,"marginTop",true))||0,v=l+p+(parseInt(c.curCSS(this,"marginRight",true))||0),w=m+q+(parseInt(c.curCSS(this,"marginBottom",true))||0),i=c.extend({},j),r;if(b.my[0]==="right")i.left-=l;else if(b.my[0]==="center")i.left-=l/2;if(b.my[1]==="bottom")i.top-=m;else if(b.my[1]==="center")i.top-= +m/2;i.left=Math.round(i.left);i.top=Math.round(i.top);r={left:i.left-p,top:i.top-q};c.each(["left","top"],function(s,x){c.ui.position[g[s]]&&c.ui.position[g[s]][x](i,{targetWidth:h,targetHeight:k,elemWidth:l,elemHeight:m,collisionPosition:r,collisionWidth:v,collisionHeight:w,offset:e,my:b.my,at:b.at})});c.fn.bgiframe&&f.bgiframe();f.offset(c.extend(i,{using:b.using}))})};c.ui.position={fit:{left:function(b,a){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();b.left= +d>0?b.left-d:Math.max(b.left-a.collisionPosition.left,b.left)},top:function(b,a){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();b.top=d>0?b.top-d:Math.max(b.top-a.collisionPosition.top,b.top)}},flip:{left:function(b,a){if(a.at[0]!=="center"){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();var g=a.my[0]==="left"?-a.elemWidth:a.my[0]==="right"?a.elemWidth:0,e=a.at[0]==="left"?a.targetWidth:-a.targetWidth,h=-2*a.offset[0];b.left+= +a.collisionPosition.left<0?g+e+h:d>0?g+e+h:0}},top:function(b,a){if(a.at[1]!=="center"){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();var g=a.my[1]==="top"?-a.elemHeight:a.my[1]==="bottom"?a.elemHeight:0,e=a.at[1]==="top"?a.targetHeight:-a.targetHeight,h=-2*a.offset[1];b.top+=a.collisionPosition.top<0?g+e+h:d>0?g+e+h:0}}}};if(!c.offset.setOffset){c.offset.setOffset=function(b,a){if(/static/.test(c.curCSS(b,"position")))b.style.position="relative";var d=c(b), +g=d.offset(),e=parseInt(c.curCSS(b,"top",true),10)||0,h=parseInt(c.curCSS(b,"left",true),10)||0;g={top:a.top-g.top+e,left:a.left-g.left+h};"using"in a?a.using.call(b,g):d.css(g)};c.fn.offset=function(b){var a=this[0];if(!a||!a.ownerDocument)return null;if(b)return this.each(function(){c.offset.setOffset(this,b)});return u.call(this)}}})(jQuery); +;/* + * jQuery UI Draggable 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Draggables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ (function(d){d.widget("ui.draggable",d.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:true,appendTo:"parent",axis:false,connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false},_create:function(){if(this.options.helper== "original"&&!/^(?:r|a|f)/.test(this.element.css("position")))this.element[0].style.position="relative";this.options.addClasses&&this.element.addClass("ui-draggable");this.options.disabled&&this.element.addClass("ui-draggable-disabled");this._mouseInit()},destroy:function(){if(this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy();return this}},_mouseCapture:function(a){var b= -this.options;if(this.helper||b.disabled||d(a.target).is(".ui-resizable-handle"))return false;this.handle=this._getHandle(a);if(!this.handle)return false;return true},_mouseStart:function(a){var b=this.options;this.helper=this._createHelper(a);this._cacheHelperProportions();if(d.ui.ddmanager)d.ui.ddmanager.current=this;this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.positionAbs=this.element.offset();this.offset={top:this.offset.top- -this.margins.top,left:this.offset.left-this.margins.left};d.extend(this.offset,{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this.position=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);b.containment&&this._setContainment();if(this._trigger("start",a)===false){this._clear();return false}this._cacheHelperProportions(); -d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.helper.addClass("ui-draggable-dragging");this._mouseDrag(a,true);return true},_mouseDrag:function(a,b){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute");if(!b){b=this._uiHash();if(this._trigger("drag",a,b)===false){this._mouseUp({});return false}this.position=b.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis|| -this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);return false},_mouseStop:function(a){var b=false;if(d.ui.ddmanager&&!this.options.dropBehaviour)b=d.ui.ddmanager.drop(this,a);if(this.dropped){b=this.dropped;this.dropped=false}if(!this.element[0]||!this.element[0].parentNode)return false;if(this.options.revert=="invalid"&&!b||this.options.revert=="valid"&&b||this.options.revert===true||d.isFunction(this.options.revert)&&this.options.revert.call(this.element, -b)){var c=this;d(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){c._trigger("stop",a)!==false&&c._clear()})}else this._trigger("stop",a)!==false&&this._clear();return false},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(a){var b=!this.options.handle||!d(this.options.handle,this.element).length?true:false;d(this.options.handle,this.element).find("*").andSelf().each(function(){if(this== -a.target)b=true});return b},_createHelper:function(a){var b=this.options;a=d.isFunction(b.helper)?d(b.helper.apply(this.element[0],[a])):b.helper=="clone"?this.element.clone():this.element;a.parents("body").length||a.appendTo(b.appendTo=="parent"?this.element[0].parentNode:b.appendTo);a[0]!=this.element[0]&&!/(fixed|absolute)/.test(a.css("position"))&&a.css("position","absolute");return a},_adjustOffsetFromHelper:function(a){if(typeof a=="string")a=a.split(" ");if(d.isArray(a))a={left:+a[0],top:+a[1]|| -0};if("left"in a)this.offset.click.left=a.left+this.margins.left;if("right"in a)this.offset.click.left=this.helperProportions.width-a.right+this.margins.left;if("top"in a)this.offset.click.top=a.top+this.margins.top;if("bottom"in a)this.offset.click.top=this.helperProportions.height-a.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var a=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0], -this.offsetParent[0])){a.left+=this.scrollParent.scrollLeft();a.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&d.browser.msie)a={top:0,left:0};return{top:a.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:a.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var a=this.element.position();return{top:a.top- -(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:a.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var a=this.options;if(a.containment== -"parent")a.containment=this.helper[0].parentNode;if(a.containment=="document"||a.containment=="window")this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,d(a.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(d(a.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(a.containment)&& -a.containment.constructor!=Array){var b=d(a.containment)[0];if(b){a=d(a.containment).offset();var c=d(b).css("overflow")!="hidden";this.containment=[a.left+(parseInt(d(b).css("borderLeftWidth"),10)||0)+(parseInt(d(b).css("paddingLeft"),10)||0)-this.margins.left,a.top+(parseInt(d(b).css("borderTopWidth"),10)||0)+(parseInt(d(b).css("paddingTop"),10)||0)-this.margins.top,a.left+(c?Math.max(b.scrollWidth,b.offsetWidth):b.offsetWidth)-(parseInt(d(b).css("borderLeftWidth"),10)||0)-(parseInt(d(b).css("paddingRight"), -10)||0)-this.helperProportions.width-this.margins.left,a.top+(c?Math.max(b.scrollHeight,b.offsetHeight):b.offsetHeight)-(parseInt(d(b).css("borderTopWidth"),10)||0)-(parseInt(d(b).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}}else if(a.containment.constructor==Array)this.containment=a.containment},_convertPositionTo:function(a,b){if(!b)b=this.position;a=a=="absolute"?1:-1;var c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0], -this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName);return{top:b.top+this.offset.relative.top*a+this.offset.parent.top*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():f?0:c.scrollTop())*a),left:b.left+this.offset.relative.left*a+this.offset.parent.left*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft(): -f?0:c.scrollLeft())*a)}},_generatePosition:function(a){var b=this.options,c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName),e=a.pageX,g=a.pageY;if(this.originalPosition){if(this.containment){if(a.pageX-this.offset.click.leftthis.containment[2])e=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g-this.originalPageY)/b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.topthis.containment[3])?g:!(g-this.offset.click.topthis.containment[2])?e:!(e-this.offset.click.left').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(d(this).offset()).appendTo("body")})},stop:function(){d("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});d.ui.plugin.add("draggable","opacity",{start:function(a,b){a=d(b.helper);b=d(this).data("draggable").options; -if(a.css("opacity"))b._opacity=a.css("opacity");a.css("opacity",b.opacity)},stop:function(a,b){a=d(this).data("draggable").options;a._opacity&&d(b.helper).css("opacity",a._opacity)}});d.ui.plugin.add("draggable","scroll",{start:function(){var a=d(this).data("draggable");if(a.scrollParent[0]!=document&&a.scrollParent[0].tagName!="HTML")a.overflowOffset=a.scrollParent.offset()},drag:function(a){var b=d(this).data("draggable"),c=b.options,f=false;if(b.scrollParent[0]!=document&&b.scrollParent[0].tagName!= -"HTML"){if(!c.axis||c.axis!="x")if(b.overflowOffset.top+b.scrollParent[0].offsetHeight-a.pageY').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(d(this).offset()).appendTo("body")});return true},_mouseStart:function(a){var b=this.options; +this.helper=this._createHelper(a);this._cacheHelperProportions();if(d.ui.ddmanager)d.ui.ddmanager.current=this;this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.positionAbs=this.element.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};d.extend(this.offset,{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}); +this.originalPosition=this.position=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);b.containment&&this._setContainment();if(this._trigger("start",a)===false){this._clear();return false}this._cacheHelperProportions();d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.helper.addClass("ui-draggable-dragging");this._mouseDrag(a,true);d.ui.ddmanager&&d.ui.ddmanager.dragStart(this,a);return true}, +_mouseDrag:function(a,b){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute");if(!b){b=this._uiHash();if(this._trigger("drag",a,b)===false){this._mouseUp({});return false}this.position=b.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis||this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);return false},_mouseStop:function(a){var b= +false;if(d.ui.ddmanager&&!this.options.dropBehaviour)b=d.ui.ddmanager.drop(this,a);if(this.dropped){b=this.dropped;this.dropped=false}if((!this.element[0]||!this.element[0].parentNode)&&this.options.helper=="original")return false;if(this.options.revert=="invalid"&&!b||this.options.revert=="valid"&&b||this.options.revert===true||d.isFunction(this.options.revert)&&this.options.revert.call(this.element,b)){var c=this;d(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration, +10),function(){c._trigger("stop",a)!==false&&c._clear()})}else this._trigger("stop",a)!==false&&this._clear();return false},_mouseUp:function(a){this.options.iframeFix===true&&d("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)});d.ui.ddmanager&&d.ui.ddmanager.dragStop(this,a);return d.ui.mouse.prototype._mouseUp.call(this,a)},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(a){var b=!this.options.handle|| +!d(this.options.handle,this.element).length?true:false;d(this.options.handle,this.element).find("*").andSelf().each(function(){if(this==a.target)b=true});return b},_createHelper:function(a){var b=this.options;a=d.isFunction(b.helper)?d(b.helper.apply(this.element[0],[a])):b.helper=="clone"?this.element.clone().removeAttr("id"):this.element;a.parents("body").length||a.appendTo(b.appendTo=="parent"?this.element[0].parentNode:b.appendTo);a[0]!=this.element[0]&&!/(fixed|absolute)/.test(a.css("position"))&& +a.css("position","absolute");return a},_adjustOffsetFromHelper:function(a){if(typeof a=="string")a=a.split(" ");if(d.isArray(a))a={left:+a[0],top:+a[1]||0};if("left"in a)this.offset.click.left=a.left+this.margins.left;if("right"in a)this.offset.click.left=this.helperProportions.width-a.right+this.margins.left;if("top"in a)this.offset.click.top=a.top+this.margins.top;if("bottom"in a)this.offset.click.top=this.helperProportions.height-a.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent= +this.helper.offsetParent();var a=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0])){a.left+=this.scrollParent.scrollLeft();a.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&d.browser.msie)a={top:0,left:0};return{top:a.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:a.left+(parseInt(this.offsetParent.css("borderLeftWidth"), +10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var a=this.element.position();return{top:a.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:a.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"), +10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var a=this.options;if(a.containment=="parent")a.containment=this.helper[0].parentNode;if(a.containment=="document"||a.containment=="window")this.containment=[a.containment=="document"?0:d(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,a.containment=="document"?0:d(window).scrollTop()-this.offset.relative.top-this.offset.parent.top, +(a.containment=="document"?0:d(window).scrollLeft())+d(a.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a.containment=="document"?0:d(window).scrollTop())+(d(a.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(a.containment)&&a.containment.constructor!=Array){a=d(a.containment);var b=a[0];if(b){a.offset();var c=d(b).css("overflow")!= +"hidden";this.containment=[(parseInt(d(b).css("borderLeftWidth"),10)||0)+(parseInt(d(b).css("paddingLeft"),10)||0),(parseInt(d(b).css("borderTopWidth"),10)||0)+(parseInt(d(b).css("paddingTop"),10)||0),(c?Math.max(b.scrollWidth,b.offsetWidth):b.offsetWidth)-(parseInt(d(b).css("borderLeftWidth"),10)||0)-(parseInt(d(b).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(c?Math.max(b.scrollHeight,b.offsetHeight):b.offsetHeight)-(parseInt(d(b).css("borderTopWidth"), +10)||0)-(parseInt(d(b).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom];this.relative_container=a}}else if(a.containment.constructor==Array)this.containment=a.containment},_convertPositionTo:function(a,b){if(!b)b=this.position;a=a=="absolute"?1:-1;var c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName);return{top:b.top+ +this.offset.relative.top*a+this.offset.parent.top*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():f?0:c.scrollTop())*a),left:b.left+this.offset.relative.left*a+this.offset.parent.left*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:c.scrollLeft())*a)}},_generatePosition:function(a){var b=this.options,c=this.cssPosition=="absolute"&& +!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName),e=a.pageX,h=a.pageY;if(this.originalPosition){var g;if(this.containment){if(this.relative_container){g=this.relative_container.offset();g=[this.containment[0]+g.left,this.containment[1]+g.top,this.containment[2]+g.left,this.containment[3]+g.top]}else g=this.containment;if(a.pageX-this.offset.click.leftg[2])e=g[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>g[3])h=g[3]+this.offset.click.top}if(b.grid){h=b.grid[1]?this.originalPageY+Math.round((h-this.originalPageY)/b.grid[1])*b.grid[1]:this.originalPageY;h=g?!(h-this.offset.click.topg[3])?h:!(h-this.offset.click.topg[2])?e:!(e-this.offset.click.left=0;h--){var i=c.snapElements[h].left,k=i+c.snapElements[h].width,j=c.snapElements[h].top,l=j+c.snapElements[h].height;if(i-e=0;i--){var j=c.snapElements[i].left,l=j+c.snapElements[i].width,k=c.snapElements[i].top,m=k+c.snapElements[i].height;if(j-e=j&&f<=l||h>=j&&h<=l||fl)&&(e>= i&&e<=k||g>=i&&g<=k||ek);default:return false}};d.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(a,b){var c=d.ui.ddmanager.droppables[a.options.scope]||[],e=b?b.type:null,g=(a.currentItem||a.element).find(":data(droppable)").andSelf(),f=0;a:for(;f').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(), top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle= this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=a.handles||(!e(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne", nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all")this.handles="n,e,s,w,se,sw,ne,nw";var c=this.handles.split(",");this.handles={};for(var d=0;d');/sw|se|ne|nw/.test(f)&&g.css({zIndex:++a.zIndex});"se"==f&&g.addClass("ui-icon ui-icon-gripsmall-diagonal-se");this.handles[f]=".ui-resizable-"+f;this.element.append(g)}}this._renderAxis=function(h){h=h||this.element;for(var i in this.handles){if(this.handles[i].constructor== -String)this.handles[i]=e(this.handles[i],this.element).show();if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var j=e(this.handles[i],this.element),k=0;k=/sw|ne|nw|se|n|s/.test(i)?j.outerHeight():j.outerWidth();j=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join("");h.css(j,k);this._proportionallyResize()}e(this.handles[i])}};this._renderAxis(this.element);this._handles=e(".ui-resizable-handle",this.element).disableSelection(); -this._handles.mouseover(function(){if(!b.resizing){if(this.className)var h=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=h&&h[1]?h[1]:"se"}});if(a.autoHide){this._handles.hide();e(this.element).addClass("ui-resizable-autohide").hover(function(){e(this).removeClass("ui-resizable-autohide");b._handles.show()},function(){if(!b.resizing){e(this).addClass("ui-resizable-autohide");b._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var b=function(c){e(c).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()}; -if(this.elementIsWrapper){b(this.element);var a=this.element;a.after(this.originalElement.css({position:a.css("position"),width:a.outerWidth(),height:a.outerHeight(),top:a.css("top"),left:a.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);b(this.originalElement);return this},_mouseCapture:function(b){var a=false;for(var c in this.handles)if(e(this.handles[c])[0]==b.target)a=true;return!this.options.disabled&&a},_mouseStart:function(b){var a=this.options,c=this.element.position(), -d=this.element;this.resizing=true;this.documentScroll={top:e(document).scrollTop(),left:e(document).scrollLeft()};if(d.is(".ui-draggable")||/absolute/.test(d.css("position")))d.css({position:"absolute",top:c.top,left:c.left});e.browser.opera&&/relative/.test(d.css("position"))&&d.css({position:"relative",top:"auto",left:"auto"});this._renderProxy();c=m(this.helper.css("left"));var f=m(this.helper.css("top"));if(a.containment){c+=e(a.containment).scrollLeft()||0;f+=e(a.containment).scrollTop()||0}this.offset= -this.helper.offset();this.position={left:c,top:f};this.size=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalSize=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalPosition={left:c,top:f};this.sizeDiff={width:d.outerWidth()-d.width(),height:d.outerHeight()-d.height()};this.originalMousePosition={left:b.pageX,top:b.pageY};this.aspectRatio=typeof a.aspectRatio=="number"?a.aspectRatio: -this.originalSize.width/this.originalSize.height||1;a=e(".ui-resizable-"+this.axis).css("cursor");e("body").css("cursor",a=="auto"?this.axis+"-resize":a);d.addClass("ui-resizable-resizing");this._propagate("start",b);return true},_mouseDrag:function(b){var a=this.helper,c=this.originalMousePosition,d=this._change[this.axis];if(!d)return false;c=d.apply(this,[b,b.pageX-c.left||0,b.pageY-c.top||0]);if(this._aspectRatio||b.shiftKey)c=this._updateRatio(c,b);c=this._respectSize(c,b);this._propagate("resize", -b);a.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize();this._updateCache(c);this._trigger("resize",b,this.ui());return false},_mouseStop:function(b){this.resizing=false;var a=this.options,c=this;if(this._helper){var d=this._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName);d=f&&e.ui.hasScroll(d[0],"left")?0:c.sizeDiff.height; -f={width:c.size.width-(f?0:c.sizeDiff.width),height:c.size.height-d};d=parseInt(c.element.css("left"),10)+(c.position.left-c.originalPosition.left)||null;var g=parseInt(c.element.css("top"),10)+(c.position.top-c.originalPosition.top)||null;a.animate||this.element.css(e.extend(f,{top:g,left:d}));c.helper.height(c.size.height);c.helper.width(c.size.width);this._helper&&!a.animate&&this._proportionallyResize()}e("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop", -b);this._helper&&this.helper.remove();return false},_updateCache:function(b){this.offset=this.helper.offset();if(l(b.left))this.position.left=b.left;if(l(b.top))this.position.top=b.top;if(l(b.height))this.size.height=b.height;if(l(b.width))this.size.width=b.width},_updateRatio:function(b){var a=this.position,c=this.size,d=this.axis;if(b.height)b.width=c.height*this.aspectRatio;else if(b.width)b.height=c.width/this.aspectRatio;if(d=="sw"){b.left=a.left+(c.width-b.width);b.top=null}if(d=="nw"){b.top= -a.top+(c.height-b.height);b.left=a.left+(c.width-b.width)}return b},_respectSize:function(b){var a=this.options,c=this.axis,d=l(b.width)&&a.maxWidth&&a.maxWidthb.width,h=l(b.height)&&a.minHeight&&a.minHeight>b.height;if(g)b.width=a.minWidth;if(h)b.height=a.minHeight;if(d)b.width=a.maxWidth;if(f)b.height=a.maxHeight;var i=this.originalPosition.left+this.originalSize.width,j=this.position.top+this.size.height, -k=/sw|nw|w/.test(c);c=/nw|ne|n/.test(c);if(g&&k)b.left=i-a.minWidth;if(d&&k)b.left=i-a.maxWidth;if(h&&c)b.top=j-a.minHeight;if(f&&c)b.top=j-a.maxHeight;if((a=!b.width&&!b.height)&&!b.left&&b.top)b.top=null;else if(a&&!b.top&&b.left)b.left=null;return b},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var b=this.helper||this.element,a=0;a');var a=e.browser.msie&&e.browser.version<7,c=a?1:0;a=a?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+a,height:this.element.outerHeight()+a,position:"absolute",left:this.elementOffset.left-c+"px",top:this.elementOffset.top-c+"px",zIndex:++b.zIndex});this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(b,a){return{width:this.originalSize.width+ -a}},w:function(b,a){return{left:this.originalPosition.left+a,width:this.originalSize.width-a}},n:function(b,a,c){return{top:this.originalPosition.top+c,height:this.originalSize.height-c}},s:function(b,a,c){return{height:this.originalSize.height+c}},se:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[b,a,c]))},sw:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,a,c]))},ne:function(b,a,c){return e.extend(this._change.n.apply(this, -arguments),this._change.e.apply(this,[b,a,c]))},nw:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,a,c]))}},_propagate:function(b,a){e.ui.plugin.call(this,b,[a,this.ui()]);b!="resize"&&this._trigger(b,a,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}});e.extend(e.ui.resizable, -{version:"1.8.4"});e.ui.plugin.add("resizable","alsoResize",{start:function(){var b=e(this).data("resizable").options,a=function(c){e(c).each(function(){var d=e(this);d.data("resizable-alsoresize",{width:parseInt(d.width(),10),height:parseInt(d.height(),10),left:parseInt(d.css("left"),10),top:parseInt(d.css("top"),10),position:d.css("position")})})};if(typeof b.alsoResize=="object"&&!b.alsoResize.parentNode)if(b.alsoResize.length){b.alsoResize=b.alsoResize[0];a(b.alsoResize)}else e.each(b.alsoResize, -function(c){a(c)});else a(b.alsoResize)},resize:function(b,a){var c=e(this).data("resizable");b=c.options;var d=c.originalSize,f=c.originalPosition,g={height:c.size.height-d.height||0,width:c.size.width-d.width||0,top:c.position.top-f.top||0,left:c.position.left-f.left||0},h=function(i,j){e(i).each(function(){var k=e(this),q=e(this).data("resizable-alsoresize"),p={},r=j&&j.length?j:k.parents(a.originalElement[0]).length?["width","height"]:["width","height","top","left"];e.each(r,function(n,o){if((n= -(q[o]||0)+(g[o]||0))&&n>=0)p[o]=n||null});if(e.browser.opera&&/relative/.test(k.css("position"))){c._revertToRelativePosition=true;k.css({position:"absolute",top:"auto",left:"auto"})}k.css(p)})};typeof b.alsoResize=="object"&&!b.alsoResize.nodeType?e.each(b.alsoResize,function(i,j){h(i,j)}):h(b.alsoResize)},stop:function(){var b=e(this).data("resizable"),a=b.options,c=function(d){e(d).each(function(){var f=e(this);f.css({position:f.data("resizable-alsoresize").position})})};if(b._revertToRelativePosition){b._revertToRelativePosition= -false;typeof a.alsoResize=="object"&&!a.alsoResize.nodeType?e.each(a.alsoResize,function(d){c(d)}):c(a.alsoResize)}e(this).removeData("resizable-alsoresize")}});e.ui.plugin.add("resizable","animate",{stop:function(b){var a=e(this).data("resizable"),c=a.options,d=a._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName),g=f&&e.ui.hasScroll(d[0],"left")?0:a.sizeDiff.height;f={width:a.size.width-(f?0:a.sizeDiff.width),height:a.size.height-g};g=parseInt(a.element.css("left"),10)+(a.position.left- -a.originalPosition.left)||null;var h=parseInt(a.element.css("top"),10)+(a.position.top-a.originalPosition.top)||null;a.element.animate(e.extend(f,h&&g?{top:h,left:g}:{}),{duration:c.animateDuration,easing:c.animateEasing,step:function(){var i={width:parseInt(a.element.css("width"),10),height:parseInt(a.element.css("height"),10),top:parseInt(a.element.css("top"),10),left:parseInt(a.element.css("left"),10)};d&&d.length&&e(d[0]).css({width:i.width,height:i.height});a._updateCache(i);a._propagate("resize", -b)}})}});e.ui.plugin.add("resizable","containment",{start:function(){var b=e(this).data("resizable"),a=b.element,c=b.options.containment;if(a=c instanceof e?c.get(0):/parent/.test(c)?a.parent().get(0):c){b.containerElement=e(a);if(/document/.test(c)||c==document){b.containerOffset={left:0,top:0};b.containerPosition={left:0,top:0};b.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}}else{var d=e(a),f=[];e(["Top", -"Right","Left","Bottom"]).each(function(i,j){f[i]=m(d.css("padding"+j))});b.containerOffset=d.offset();b.containerPosition=d.position();b.containerSize={height:d.innerHeight()-f[3],width:d.innerWidth()-f[1]};c=b.containerOffset;var g=b.containerSize.height,h=b.containerSize.width;h=e.ui.hasScroll(a,"left")?a.scrollWidth:h;g=e.ui.hasScroll(a)?a.scrollHeight:g;b.parentData={element:a,left:c.left,top:c.top,width:h,height:g}}}},resize:function(b){var a=e(this).data("resizable"),c=a.options,d=a.containerOffset, -f=a.position;b=a._aspectRatio||b.shiftKey;var g={top:0,left:0},h=a.containerElement;if(h[0]!=document&&/static/.test(h.css("position")))g=d;if(f.left<(a._helper?d.left:0)){a.size.width+=a._helper?a.position.left-d.left:a.position.left-g.left;if(b)a.size.height=a.size.width/c.aspectRatio;a.position.left=c.helper?d.left:0}if(f.top<(a._helper?d.top:0)){a.size.height+=a._helper?a.position.top-d.top:a.position.top;if(b)a.size.width=a.size.height*c.aspectRatio;a.position.top=a._helper?d.top:0}a.offset.left= -a.parentData.left+a.position.left;a.offset.top=a.parentData.top+a.position.top;c=Math.abs((a._helper?a.offset.left-g.left:a.offset.left-g.left)+a.sizeDiff.width);d=Math.abs((a._helper?a.offset.top-g.top:a.offset.top-d.top)+a.sizeDiff.height);f=a.containerElement.get(0)==a.element.parent().get(0);g=/relative|absolute/.test(a.containerElement.css("position"));if(f&&g)c-=a.parentData.left;if(c+a.size.width>=a.parentData.width){a.size.width=a.parentData.width-c;if(b)a.size.height=a.size.width/a.aspectRatio}if(d+ -a.size.height>=a.parentData.height){a.size.height=a.parentData.height-d;if(b)a.size.width=a.size.height*a.aspectRatio}},stop:function(){var b=e(this).data("resizable"),a=b.options,c=b.containerOffset,d=b.containerPosition,f=b.containerElement,g=e(b.helper),h=g.offset(),i=g.outerWidth()-b.sizeDiff.width;g=g.outerHeight()-b.sizeDiff.height;b._helper&&!a.animate&&/relative/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g});b._helper&&!a.animate&&/static/.test(f.css("position"))&& -e(this).css({left:h.left-d.left-c.left,width:i,height:g})}});e.ui.plugin.add("resizable","ghost",{start:function(){var b=e(this).data("resizable"),a=b.options,c=b.size;b.ghost=b.originalElement.clone();b.ghost.css({opacity:0.25,display:"block",position:"relative",height:c.height,width:c.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof a.ghost=="string"?a.ghost:"");b.ghost.appendTo(b.helper)},resize:function(){var b=e(this).data("resizable");b.ghost&&b.ghost.css({position:"relative", -height:b.size.height,width:b.size.width})},stop:function(){var b=e(this).data("resizable");b.ghost&&b.helper&&b.helper.get(0).removeChild(b.ghost.get(0))}});e.ui.plugin.add("resizable","grid",{resize:function(){var b=e(this).data("resizable"),a=b.options,c=b.size,d=b.originalSize,f=b.originalPosition,g=b.axis;a.grid=typeof a.grid=="number"?[a.grid,a.grid]:a.grid;var h=Math.round((c.width-d.width)/(a.grid[0]||1))*(a.grid[0]||1);a=Math.round((c.height-d.height)/(a.grid[1]||1))*(a.grid[1]||1);if(/^(se|s|e)$/.test(g)){b.size.width= -d.width+h;b.size.height=d.height+a}else if(/^(ne)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}else{if(/^(sw)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a}else{b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}b.position.left=f.left-h}}});var m=function(b){return parseInt(b,10)||0},l=function(b){return!isNaN(parseInt(b,10))}})(jQuery); +String)this.handles[i]=e(this.handles[i],this.element).show();if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var j=e(this.handles[i],this.element),l=0;l=/sw|ne|nw|se|n|s/.test(i)?j.outerHeight():j.outerWidth();j=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join("");h.css(j,l);this._proportionallyResize()}e(this.handles[i])}};this._renderAxis(this.element);this._handles=e(".ui-resizable-handle",this.element).disableSelection(); +this._handles.mouseover(function(){if(!b.resizing){if(this.className)var h=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=h&&h[1]?h[1]:"se"}});if(a.autoHide){this._handles.hide();e(this.element).addClass("ui-resizable-autohide").hover(function(){if(!a.disabled){e(this).removeClass("ui-resizable-autohide");b._handles.show()}},function(){if(!a.disabled)if(!b.resizing){e(this).addClass("ui-resizable-autohide");b._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy(); +var b=function(c){e(c).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){b(this.element);var a=this.element;a.after(this.originalElement.css({position:a.css("position"),width:a.outerWidth(),height:a.outerHeight(),top:a.css("top"),left:a.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);b(this.originalElement);return this},_mouseCapture:function(b){var a= +false;for(var c in this.handles)if(e(this.handles[c])[0]==b.target)a=true;return!this.options.disabled&&a},_mouseStart:function(b){var a=this.options,c=this.element.position(),d=this.element;this.resizing=true;this.documentScroll={top:e(document).scrollTop(),left:e(document).scrollLeft()};if(d.is(".ui-draggable")||/absolute/.test(d.css("position")))d.css({position:"absolute",top:c.top,left:c.left});e.browser.opera&&/relative/.test(d.css("position"))&&d.css({position:"relative",top:"auto",left:"auto"}); +this._renderProxy();c=m(this.helper.css("left"));var f=m(this.helper.css("top"));if(a.containment){c+=e(a.containment).scrollLeft()||0;f+=e(a.containment).scrollTop()||0}this.offset=this.helper.offset();this.position={left:c,top:f};this.size=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalSize=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalPosition={left:c,top:f};this.sizeDiff= +{width:d.outerWidth()-d.width(),height:d.outerHeight()-d.height()};this.originalMousePosition={left:b.pageX,top:b.pageY};this.aspectRatio=typeof a.aspectRatio=="number"?a.aspectRatio:this.originalSize.width/this.originalSize.height||1;a=e(".ui-resizable-"+this.axis).css("cursor");e("body").css("cursor",a=="auto"?this.axis+"-resize":a);d.addClass("ui-resizable-resizing");this._propagate("start",b);return true},_mouseDrag:function(b){var a=this.helper,c=this.originalMousePosition,d=this._change[this.axis]; +if(!d)return false;c=d.apply(this,[b,b.pageX-c.left||0,b.pageY-c.top||0]);this._updateVirtualBoundaries(b.shiftKey);if(this._aspectRatio||b.shiftKey)c=this._updateRatio(c,b);c=this._respectSize(c,b);this._propagate("resize",b);a.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize();this._updateCache(c);this._trigger("resize",b,this.ui());return false}, +_mouseStop:function(b){this.resizing=false;var a=this.options,c=this;if(this._helper){var d=this._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName);d=f&&e.ui.hasScroll(d[0],"left")?0:c.sizeDiff.height;f=f?0:c.sizeDiff.width;f={width:c.helper.width()-f,height:c.helper.height()-d};d=parseInt(c.element.css("left"),10)+(c.position.left-c.originalPosition.left)||null;var g=parseInt(c.element.css("top"),10)+(c.position.top-c.originalPosition.top)||null;a.animate||this.element.css(e.extend(f, +{top:g,left:d}));c.helper.height(c.size.height);c.helper.width(c.size.width);this._helper&&!a.animate&&this._proportionallyResize()}e("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop",b);this._helper&&this.helper.remove();return false},_updateVirtualBoundaries:function(b){var a=this.options,c,d,f;a={minWidth:k(a.minWidth)?a.minWidth:0,maxWidth:k(a.maxWidth)?a.maxWidth:Infinity,minHeight:k(a.minHeight)?a.minHeight:0,maxHeight:k(a.maxHeight)?a.maxHeight: +Infinity};if(this._aspectRatio||b){b=a.minHeight*this.aspectRatio;d=a.minWidth/this.aspectRatio;c=a.maxHeight*this.aspectRatio;f=a.maxWidth/this.aspectRatio;if(b>a.minWidth)a.minWidth=b;if(d>a.minHeight)a.minHeight=d;if(cb.width,h=k(b.height)&&a.minHeight&&a.minHeight>b.height;if(g)b.width=a.minWidth;if(h)b.height=a.minHeight;if(d)b.width=a.maxWidth;if(f)b.height=a.maxHeight;var i=this.originalPosition.left+this.originalSize.width,j=this.position.top+this.size.height,l=/sw|nw|w/.test(c);c=/nw|ne|n/.test(c);if(g&&l)b.left=i-a.minWidth;if(d&&l)b.left=i-a.maxWidth;if(h&&c)b.top=j-a.minHeight;if(f&&c)b.top=j-a.maxHeight;if((a=!b.width&&!b.height)&&!b.left&&b.top)b.top=null;else if(a&&!b.top&&b.left)b.left= +null;return b},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var b=this.helper||this.element,a=0;a');var a=e.browser.msie&&e.browser.version<7,c=a?1:0;a=a?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+ +a,height:this.element.outerHeight()+a,position:"absolute",left:this.elementOffset.left-c+"px",top:this.elementOffset.top-c+"px",zIndex:++b.zIndex});this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(b,a){return{width:this.originalSize.width+a}},w:function(b,a){return{left:this.originalPosition.left+a,width:this.originalSize.width-a}},n:function(b,a,c){return{top:this.originalPosition.top+c,height:this.originalSize.height-c}},s:function(b,a,c){return{height:this.originalSize.height+ +c}},se:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[b,a,c]))},sw:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,a,c]))},ne:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[b,a,c]))},nw:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,a,c]))}},_propagate:function(b,a){e.ui.plugin.call(this,b,[a,this.ui()]); +b!="resize"&&this._trigger(b,a,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}});e.extend(e.ui.resizable,{version:"1.8.16"});e.ui.plugin.add("resizable","alsoResize",{start:function(){var b=e(this).data("resizable").options,a=function(c){e(c).each(function(){var d=e(this);d.data("resizable-alsoresize",{width:parseInt(d.width(), +10),height:parseInt(d.height(),10),left:parseInt(d.css("left"),10),top:parseInt(d.css("top"),10),position:d.css("position")})})};if(typeof b.alsoResize=="object"&&!b.alsoResize.parentNode)if(b.alsoResize.length){b.alsoResize=b.alsoResize[0];a(b.alsoResize)}else e.each(b.alsoResize,function(c){a(c)});else a(b.alsoResize)},resize:function(b,a){var c=e(this).data("resizable");b=c.options;var d=c.originalSize,f=c.originalPosition,g={height:c.size.height-d.height||0,width:c.size.width-d.width||0,top:c.position.top- +f.top||0,left:c.position.left-f.left||0},h=function(i,j){e(i).each(function(){var l=e(this),q=e(this).data("resizable-alsoresize"),p={},r=j&&j.length?j:l.parents(a.originalElement[0]).length?["width","height"]:["width","height","top","left"];e.each(r,function(n,o){if((n=(q[o]||0)+(g[o]||0))&&n>=0)p[o]=n||null});if(e.browser.opera&&/relative/.test(l.css("position"))){c._revertToRelativePosition=true;l.css({position:"absolute",top:"auto",left:"auto"})}l.css(p)})};typeof b.alsoResize=="object"&&!b.alsoResize.nodeType? +e.each(b.alsoResize,function(i,j){h(i,j)}):h(b.alsoResize)},stop:function(){var b=e(this).data("resizable"),a=b.options,c=function(d){e(d).each(function(){var f=e(this);f.css({position:f.data("resizable-alsoresize").position})})};if(b._revertToRelativePosition){b._revertToRelativePosition=false;typeof a.alsoResize=="object"&&!a.alsoResize.nodeType?e.each(a.alsoResize,function(d){c(d)}):c(a.alsoResize)}e(this).removeData("resizable-alsoresize")}});e.ui.plugin.add("resizable","animate",{stop:function(b){var a= +e(this).data("resizable"),c=a.options,d=a._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName),g=f&&e.ui.hasScroll(d[0],"left")?0:a.sizeDiff.height;f={width:a.size.width-(f?0:a.sizeDiff.width),height:a.size.height-g};g=parseInt(a.element.css("left"),10)+(a.position.left-a.originalPosition.left)||null;var h=parseInt(a.element.css("top"),10)+(a.position.top-a.originalPosition.top)||null;a.element.animate(e.extend(f,h&&g?{top:h,left:g}:{}),{duration:c.animateDuration,easing:c.animateEasing, +step:function(){var i={width:parseInt(a.element.css("width"),10),height:parseInt(a.element.css("height"),10),top:parseInt(a.element.css("top"),10),left:parseInt(a.element.css("left"),10)};d&&d.length&&e(d[0]).css({width:i.width,height:i.height});a._updateCache(i);a._propagate("resize",b)}})}});e.ui.plugin.add("resizable","containment",{start:function(){var b=e(this).data("resizable"),a=b.element,c=b.options.containment;if(a=c instanceof e?c.get(0):/parent/.test(c)?a.parent().get(0):c){b.containerElement= +e(a);if(/document/.test(c)||c==document){b.containerOffset={left:0,top:0};b.containerPosition={left:0,top:0};b.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}}else{var d=e(a),f=[];e(["Top","Right","Left","Bottom"]).each(function(i,j){f[i]=m(d.css("padding"+j))});b.containerOffset=d.offset();b.containerPosition=d.position();b.containerSize={height:d.innerHeight()-f[3],width:d.innerWidth()-f[1]};c=b.containerOffset; +var g=b.containerSize.height,h=b.containerSize.width;h=e.ui.hasScroll(a,"left")?a.scrollWidth:h;g=e.ui.hasScroll(a)?a.scrollHeight:g;b.parentData={element:a,left:c.left,top:c.top,width:h,height:g}}}},resize:function(b){var a=e(this).data("resizable"),c=a.options,d=a.containerOffset,f=a.position;b=a._aspectRatio||b.shiftKey;var g={top:0,left:0},h=a.containerElement;if(h[0]!=document&&/static/.test(h.css("position")))g=d;if(f.left<(a._helper?d.left:0)){a.size.width+=a._helper?a.position.left-d.left: +a.position.left-g.left;if(b)a.size.height=a.size.width/c.aspectRatio;a.position.left=c.helper?d.left:0}if(f.top<(a._helper?d.top:0)){a.size.height+=a._helper?a.position.top-d.top:a.position.top;if(b)a.size.width=a.size.height*c.aspectRatio;a.position.top=a._helper?d.top:0}a.offset.left=a.parentData.left+a.position.left;a.offset.top=a.parentData.top+a.position.top;c=Math.abs((a._helper?a.offset.left-g.left:a.offset.left-g.left)+a.sizeDiff.width);d=Math.abs((a._helper?a.offset.top-g.top:a.offset.top- +d.top)+a.sizeDiff.height);f=a.containerElement.get(0)==a.element.parent().get(0);g=/relative|absolute/.test(a.containerElement.css("position"));if(f&&g)c-=a.parentData.left;if(c+a.size.width>=a.parentData.width){a.size.width=a.parentData.width-c;if(b)a.size.height=a.size.width/a.aspectRatio}if(d+a.size.height>=a.parentData.height){a.size.height=a.parentData.height-d;if(b)a.size.width=a.size.height*a.aspectRatio}},stop:function(){var b=e(this).data("resizable"),a=b.options,c=b.containerOffset,d=b.containerPosition, +f=b.containerElement,g=e(b.helper),h=g.offset(),i=g.outerWidth()-b.sizeDiff.width;g=g.outerHeight()-b.sizeDiff.height;b._helper&&!a.animate&&/relative/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g});b._helper&&!a.animate&&/static/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g})}});e.ui.plugin.add("resizable","ghost",{start:function(){var b=e(this).data("resizable"),a=b.options,c=b.size;b.ghost=b.originalElement.clone();b.ghost.css({opacity:0.25, +display:"block",position:"relative",height:c.height,width:c.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof a.ghost=="string"?a.ghost:"");b.ghost.appendTo(b.helper)},resize:function(){var b=e(this).data("resizable");b.ghost&&b.ghost.css({position:"relative",height:b.size.height,width:b.size.width})},stop:function(){var b=e(this).data("resizable");b.ghost&&b.helper&&b.helper.get(0).removeChild(b.ghost.get(0))}});e.ui.plugin.add("resizable","grid",{resize:function(){var b= +e(this).data("resizable"),a=b.options,c=b.size,d=b.originalSize,f=b.originalPosition,g=b.axis;a.grid=typeof a.grid=="number"?[a.grid,a.grid]:a.grid;var h=Math.round((c.width-d.width)/(a.grid[0]||1))*(a.grid[0]||1);a=Math.round((c.height-d.height)/(a.grid[1]||1))*(a.grid[1]||1);if(/^(se|s|e)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a}else if(/^(ne)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}else{if(/^(sw)$/.test(g)){b.size.width=d.width+h;b.size.height= +d.height+a}else{b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}b.position.left=f.left-h}}});var m=function(b){return parseInt(b,10)||0},k=function(b){return!isNaN(parseInt(b,10))}})(jQuery); +;/* + * jQuery UI Selectable 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Selectables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ (function(e){e.widget("ui.selectable",e.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var c=this;this.element.addClass("ui-selectable");this.dragged=false;var f;this.refresh=function(){f=e(c.options.filter,c.element[0]);f.each(function(){var d=e(this),b=d.offset();e.data(this,"selectable-item",{element:this,$element:d,left:b.left,top:b.top,right:b.left+d.outerWidth(),bottom:b.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"), selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=f.addClass("ui-selectee");this._mouseInit();this.helper=e("
")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(c){var f=this;this.opos=[c.pageX, c.pageY];if(!this.options.disabled){var d=this.options;this.selectees=e(d.filter,this.element[0]);this._trigger("start",c);e(d.appendTo).append(this.helper);this.helper.css({left:c.clientX,top:c.clientY,width:0,height:0});d.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var b=e.data(this,"selectable-item");b.startselected=true;if(!c.metaKey){b.$element.removeClass("ui-selected");b.selected=false;b.$element.addClass("ui-unselecting");b.unselecting=true;f._trigger("unselecting", @@ -112,288 +211,581 @@ this.options,b=this.opos[0],g=this.opos[1],h=c.pageX,i=c.pageY;if(b>h){var j=h;h=b;b=j}if(g>i){j=i;i=g;g=j}this.helper.css({left:b,top:g,width:h-b,height:i-g});this.selectees.each(function(){var a=e.data(this,"selectable-item");if(!(!a||a.element==f.element[0])){var k=false;if(d.tolerance=="touch")k=!(a.left>h||a.righti||a.bottomb&&a.rightg&&a.bottom *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1E3},_create:function(){this.containerCache={};this.element.addClass("ui-sortable"); -this.refresh();this.floating=this.items.length?/left|right/.test(this.items[0].item.css("float")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var a=this.items.length-1;a>=0;a--)this.items[a].item.removeData("sortable-item");return this},_setOption:function(a,b){if(a==="disabled"){this.options[a]=b;this.widget()[b?"addClass":"removeClass"]("ui-sortable-disabled")}else d.Widget.prototype._setOption.apply(this, -arguments)},_mouseCapture:function(a,b){if(this.reverting)return false;if(this.options.disabled||this.options.type=="static")return false;this._refreshItems(a);var c=null,e=this;d(a.target).parents().each(function(){if(d.data(this,"sortable-item")==e){c=d(this);return false}});if(d.data(a.target,"sortable-item")==e)c=d(a.target);if(!c)return false;if(this.options.handle&&!b){var f=false;d(this.options.handle,c).find("*").andSelf().each(function(){if(this==a.target)f=true});if(!f)return false}this.currentItem= -c;this._removeCurrentsFromItems();return true},_mouseStart:function(a,b,c){b=this.options;var e=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(a);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");d.extend(this.offset, -{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};this.helper[0]!=this.currentItem[0]&&this.currentItem.hide();this._createPlaceholder();b.containment&&this._setContainment(); -if(b.cursor){if(d("body").css("cursor"))this._storedCursor=d("body").css("cursor");d("body").css("cursor",b.cursor)}if(b.opacity){if(this.helper.css("opacity"))this._storedOpacity=this.helper.css("opacity");this.helper.css("opacity",b.opacity)}if(b.zIndex){if(this.helper.css("zIndex"))this._storedZIndex=this.helper.css("zIndex");this.helper.css("zIndex",b.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML")this.overflowOffset=this.scrollParent.offset();this._trigger("start", -a,this._uiHash());this._preserveHelperProportions||this._cacheHelperProportions();if(!c)for(c=this.containers.length-1;c>=0;c--)this.containers[c]._trigger("activate",a,e._uiHash(this));if(d.ui.ddmanager)d.ui.ddmanager.current=this;d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(a);return true},_mouseDrag:function(a){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute"); -if(!this.lastPositionAbs)this.lastPositionAbs=this.positionAbs;if(this.options.scroll){var b=this.options,c=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if(this.overflowOffset.top+this.scrollParent[0].offsetHeight-a.pageY=0;b--){c=this.items[b];var e=c.item[0],f=this._intersectsWithPointer(c);if(f)if(e!=this.currentItem[0]&&this.placeholder[f==1?"next":"prev"]()[0]!=e&&!d.ui.contains(this.placeholder[0],e)&&(this.options.type=="semi-dynamic"?!d.ui.contains(this.element[0],e):true)){this.direction=f==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(c))this._rearrange(a, -c);else break;this._trigger("change",a,this._uiHash());break}}this._contactContainers(a);d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);this._trigger("sort",a,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(a,b){if(a){d.ui.ddmanager&&!this.options.dropBehaviour&&d.ui.ddmanager.drop(this,a);if(this.options.revert){var c=this;b=c.placeholder.offset();c.reverting=true;d(this.helper).animate({left:b.left-this.offset.parent.left-c.margins.left+(this.offsetParent[0]== -document.body?0:this.offsetParent[0].scrollLeft),top:b.top-this.offset.parent.top-c.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){c._clear(a)})}else this._clear(a,b);return false}},cancel:function(){var a=this;if(this.dragging){this._mouseUp();this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show();for(var b=this.containers.length-1;b>=0;b--){this.containers[b]._trigger("deactivate", -null,a._uiHash(this));if(this.containers[b].containerCache.over){this.containers[b]._trigger("out",null,a._uiHash(this));this.containers[b].containerCache.over=0}}}this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.options.helper!="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove();d.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null});this.domPosition.prev?d(this.domPosition.prev).after(this.currentItem): -d(this.domPosition.parent).prepend(this.currentItem);return this},serialize:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};d(b).each(function(){var e=(d(a.item||this).attr(a.attribute||"id")||"").match(a.expression||/(.+)[-=_](.+)/);if(e)c.push((a.key||e[1]+"[]")+"="+(a.key&&a.expression?e[1]:e[2]))});!c.length&&a.key&&c.push(a.key+"=");return c.join("&")},toArray:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};b.each(function(){c.push(d(a.item||this).attr(a.attribute|| -"id")||"")});return c},_intersectsWith:function(a){var b=this.positionAbs.left,c=b+this.helperProportions.width,e=this.positionAbs.top,f=e+this.helperProportions.height,g=a.left,h=g+a.width,i=a.top,k=i+a.height,j=this.offset.click.top,l=this.offset.click.left;j=e+j>i&&e+jg&&b+la[this.floating?"width":"height"]?j:g0?"down":"up")}, -_getDragHorizontalDirection:function(){var a=this.positionAbs.left-this.lastPositionAbs.left;return a!=0&&(a>0?"right":"left")},refresh:function(a){this._refreshItems(a);this.refreshPositions();return this},_connectWith:function(){var a=this.options;return a.connectWith.constructor==String?[a.connectWith]:a.connectWith},_getItemsAsjQuery:function(a){var b=[],c=[],e=this._connectWith();if(e&&a)for(a=e.length-1;a>=0;a--)for(var f=d(e[a]),g=f.length-1;g>=0;g--){var h=d.data(f[g],"sortable");if(h&&h!= -this&&!h.options.disabled)c.push([d.isFunction(h.options.items)?h.options.items.call(h.element):d(h.options.items,h.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),h])}c.push([d.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):d(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]);for(a=c.length-1;a>=0;a--)c[a][0].each(function(){b.push(this)});return d(b)},_removeCurrentsFromItems:function(){for(var a= -this.currentItem.find(":data(sortable-item)"),b=0;b=0;f--)for(var g=d(e[f]),h=g.length-1;h>=0;h--){var i=d.data(g[h],"sortable"); -if(i&&i!=this&&!i.options.disabled){c.push([d.isFunction(i.options.items)?i.options.items.call(i.element[0],a,{item:this.currentItem}):d(i.options.items,i.element),i]);this.containers.push(i)}}for(f=c.length-1;f>=0;f--){a=c[f][1];e=c[f][0];h=0;for(g=e.length;h= -0;b--){var c=this.items[b],e=this.options.toleranceElement?d(this.options.toleranceElement,c.item):c.item;if(!a){c.width=e.outerWidth();c.height=e.outerHeight()}e=e.offset();c.left=e.left;c.top=e.top}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(b=this.containers.length-1;b>=0;b--){e=this.containers[b].element.offset();this.containers[b].containerCache.left=e.left;this.containers[b].containerCache.top=e.top;this.containers[b].containerCache.width= -this.containers[b].element.outerWidth();this.containers[b].containerCache.height=this.containers[b].element.outerHeight()}return this},_createPlaceholder:function(a){var b=a||this,c=b.options;if(!c.placeholder||c.placeholder.constructor==String){var e=c.placeholder;c.placeholder={element:function(){var f=d(document.createElement(b.currentItem[0].nodeName)).addClass(e||b.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!e)f.style.visibility="hidden";return f}, -update:function(f,g){if(!(e&&!c.forcePlaceholderSize)){g.height()||g.height(b.currentItem.innerHeight()-parseInt(b.currentItem.css("paddingTop")||0,10)-parseInt(b.currentItem.css("paddingBottom")||0,10));g.width()||g.width(b.currentItem.innerWidth()-parseInt(b.currentItem.css("paddingLeft")||0,10)-parseInt(b.currentItem.css("paddingRight")||0,10))}}}}b.placeholder=d(c.placeholder.element.call(b.element,b.currentItem));b.currentItem.after(b.placeholder);c.placeholder.update(b,b.placeholder)},_contactContainers:function(a){for(var b= -null,c=null,e=this.containers.length-1;e>=0;e--)if(!d.ui.contains(this.currentItem[0],this.containers[e].element[0]))if(this._intersectsWith(this.containers[e].containerCache)){if(!(b&&d.ui.contains(this.containers[e].element[0],b.element[0]))){b=this.containers[e];c=e}}else if(this.containers[e].containerCache.over){this.containers[e]._trigger("out",a,this._uiHash(this));this.containers[e].containerCache.over=0}if(b)if(this.containers.length===1){this.containers[c]._trigger("over",a,this._uiHash(this)); -this.containers[c].containerCache.over=1}else if(this.currentContainer!=this.containers[c]){b=1E4;e=null;for(var f=this.positionAbs[this.containers[c].floating?"left":"top"],g=this.items.length-1;g>=0;g--)if(d.ui.contains(this.containers[c].element[0],this.items[g].item[0])){var h=this.items[g][this.containers[c].floating?"left":"top"];if(Math.abs(h-f)this.containment[2])f=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g-this.originalPageY)/b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.topthis.containment[3])? -g:!(g-this.offset.click.topthis.containment[2])?f:!(f-this.offset.click.left=0;e--)if(d.ui.contains(this.containers[e].element[0],this.currentItem[0])&&!b){c.push(function(f){return function(g){f._trigger("receive", -g,this._uiHash(this))}}.call(this,this.containers[e]));c.push(function(f){return function(g){f._trigger("update",g,this._uiHash(this))}}.call(this,this.containers[e]))}}for(e=this.containers.length-1;e>=0;e--){b||c.push(function(f){return function(g){f._trigger("deactivate",g,this._uiHash(this))}}.call(this,this.containers[e]));if(this.containers[e].containerCache.over){c.push(function(f){return function(g){f._trigger("out",g,this._uiHash(this))}}.call(this,this.containers[e]));this.containers[e].containerCache.over= -0}}this._storedCursor&&d("body").css("cursor",this._storedCursor);this._storedOpacity&&this.helper.css("opacity",this._storedOpacity);if(this._storedZIndex)this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex);this.dragging=false;if(this.cancelHelperRemoval){if(!b){this._trigger("beforeStop",a,this._uiHash());for(e=0;e").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0});c.wrap(b);b=c.parent();if(c.css("position")=="static"){b.css({position:"relative"});c.css({position:"relative"})}else{f.extend(a,{position:c.css("position"),zIndex:c.css("z-index")});f.each(["top","left","bottom","right"],function(d,e){a[e]=c.css(e);if(isNaN(parseInt(a[e],10)))a[e]="auto"}); -c.css({position:"relative",top:0,left:0})}return b.css(a).show()},removeWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent().replaceWith(c);return c},setTransition:function(c,a,b,d){d=d||{};f.each(a,function(e,g){unit=c.cssUnit(g);if(unit[0]>0)d[g]=unit[0]*b+unit[1]});return d}});f.fn.extend({effect:function(c){var a=k.apply(this,arguments);a={options:a[1],duration:a[2],callback:a[3]};var b=f.effects[c];return b&&!f.fx.off?b.call(this,a):this},_show:f.fn.show,show:function(c){if(!c|| -typeof c=="number"||f.fx.speeds[c])return this._show.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(!c||typeof c=="number"||f.fx.speeds[c])return this._hide.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="hide";return this.effect.apply(this,a)}},__toggle:f.fn.toggle,toggle:function(c){if(!c||typeof c=="number"||f.fx.speeds[c]||typeof c=="boolean"||f.isFunction(c))return this.__toggle.apply(this, -arguments);else{var a=k.apply(this,arguments);a[1].mode="toggle";return this.effect.apply(this,a)}},cssUnit:function(c){var a=this.css(c),b=[];f.each(["em","px","%","pt"],function(d,e){if(a.indexOf(e)>0)b=[parseFloat(a),e]});return b}});f.easing.jswing=f.easing.swing;f.extend(f.easing,{def:"easeOutQuad",swing:function(c,a,b,d,e){return f.easing[f.easing.def](c,a,b,d,e)},easeInQuad:function(c,a,b,d,e){return d*(a/=e)*a+b},easeOutQuad:function(c,a,b,d,e){return-d*(a/=e)*(a-2)+b},easeInOutQuad:function(c, -a,b,d,e){if((a/=e/2)<1)return d/2*a*a+b;return-d/2*(--a*(a-2)-1)+b},easeInCubic:function(c,a,b,d,e){return d*(a/=e)*a*a+b},easeOutCubic:function(c,a,b,d,e){return d*((a=a/e-1)*a*a+1)+b},easeInOutCubic:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a+b;return d/2*((a-=2)*a*a+2)+b},easeInQuart:function(c,a,b,d,e){return d*(a/=e)*a*a*a+b},easeOutQuart:function(c,a,b,d,e){return-d*((a=a/e-1)*a*a*a-1)+b},easeInOutQuart:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a+b;return-d/2*((a-=2)*a*a*a-2)+ -b},easeInQuint:function(c,a,b,d,e){return d*(a/=e)*a*a*a*a+b},easeOutQuint:function(c,a,b,d,e){return d*((a=a/e-1)*a*a*a*a+1)+b},easeInOutQuint:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a*a+b;return d/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(c,a,b,d,e){return-d*Math.cos(a/e*(Math.PI/2))+d+b},easeOutSine:function(c,a,b,d,e){return d*Math.sin(a/e*(Math.PI/2))+b},easeInOutSine:function(c,a,b,d,e){return-d/2*(Math.cos(Math.PI*a/e)-1)+b},easeInExpo:function(c,a,b,d,e){return a==0?b:d*Math.pow(2, -10*(a/e-1))+b},easeOutExpo:function(c,a,b,d,e){return a==e?b+d:d*(-Math.pow(2,-10*a/e)+1)+b},easeInOutExpo:function(c,a,b,d,e){if(a==0)return b;if(a==e)return b+d;if((a/=e/2)<1)return d/2*Math.pow(2,10*(a-1))+b;return d/2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(c,a,b,d,e){return-d*(Math.sqrt(1-(a/=e)*a)-1)+b},easeOutCirc:function(c,a,b,d,e){return d*Math.sqrt(1-(a=a/e-1)*a)+b},easeInOutCirc:function(c,a,b,d,e){if((a/=e/2)<1)return-d/2*(Math.sqrt(1-a*a)-1)+b;return d/2*(Math.sqrt(1-(a-=2)* -a)+1)+b},easeInElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1E3},_create:function(){var a=this.options;this.containerCache={};this.element.addClass("ui-sortable"); +this.refresh();this.floating=this.items.length?a.axis==="x"||/left|right/.test(this.items[0].item.css("float"))||/inline|table-cell/.test(this.items[0].item.css("display")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var a=this.items.length-1;a>=0;a--)this.items[a].item.removeData("sortable-item");return this},_setOption:function(a,b){if(a=== +"disabled"){this.options[a]=b;this.widget()[b?"addClass":"removeClass"]("ui-sortable-disabled")}else d.Widget.prototype._setOption.apply(this,arguments)},_mouseCapture:function(a,b){if(this.reverting)return false;if(this.options.disabled||this.options.type=="static")return false;this._refreshItems(a);var c=null,e=this;d(a.target).parents().each(function(){if(d.data(this,"sortable-item")==e){c=d(this);return false}});if(d.data(a.target,"sortable-item")==e)c=d(a.target);if(!c)return false;if(this.options.handle&& +!b){var f=false;d(this.options.handle,c).find("*").andSelf().each(function(){if(this==a.target)f=true});if(!f)return false}this.currentItem=c;this._removeCurrentsFromItems();return true},_mouseStart:function(a,b,c){b=this.options;var e=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(a);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top, +left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");d.extend(this.offset,{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]}; +this.helper[0]!=this.currentItem[0]&&this.currentItem.hide();this._createPlaceholder();b.containment&&this._setContainment();if(b.cursor){if(d("body").css("cursor"))this._storedCursor=d("body").css("cursor");d("body").css("cursor",b.cursor)}if(b.opacity){if(this.helper.css("opacity"))this._storedOpacity=this.helper.css("opacity");this.helper.css("opacity",b.opacity)}if(b.zIndex){if(this.helper.css("zIndex"))this._storedZIndex=this.helper.css("zIndex");this.helper.css("zIndex",b.zIndex)}if(this.scrollParent[0]!= +document&&this.scrollParent[0].tagName!="HTML")this.overflowOffset=this.scrollParent.offset();this._trigger("start",a,this._uiHash());this._preserveHelperProportions||this._cacheHelperProportions();if(!c)for(c=this.containers.length-1;c>=0;c--)this.containers[c]._trigger("activate",a,e._uiHash(this));if(d.ui.ddmanager)d.ui.ddmanager.current=this;d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(a); +return true},_mouseDrag:function(a){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute");if(!this.lastPositionAbs)this.lastPositionAbs=this.positionAbs;if(this.options.scroll){var b=this.options,c=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if(this.overflowOffset.top+this.scrollParent[0].offsetHeight-a.pageY=0;b--){c=this.items[b];var e=c.item[0],f=this._intersectsWithPointer(c);if(f)if(e!=this.currentItem[0]&&this.placeholder[f==1?"next":"prev"]()[0]!=e&&!d.ui.contains(this.placeholder[0],e)&&(this.options.type=="semi-dynamic"?!d.ui.contains(this.element[0], +e):true)){this.direction=f==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(c))this._rearrange(a,c);else break;this._trigger("change",a,this._uiHash());break}}this._contactContainers(a);d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);this._trigger("sort",a,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(a,b){if(a){d.ui.ddmanager&&!this.options.dropBehaviour&&d.ui.ddmanager.drop(this,a);if(this.options.revert){var c=this;b=c.placeholder.offset(); +c.reverting=true;d(this.helper).animate({left:b.left-this.offset.parent.left-c.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:b.top-this.offset.parent.top-c.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){c._clear(a)})}else this._clear(a,b);return false}},cancel:function(){var a=this;if(this.dragging){this._mouseUp({target:null});this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"): +this.currentItem.show();for(var b=this.containers.length-1;b>=0;b--){this.containers[b]._trigger("deactivate",null,a._uiHash(this));if(this.containers[b].containerCache.over){this.containers[b]._trigger("out",null,a._uiHash(this));this.containers[b].containerCache.over=0}}}if(this.placeholder){this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.options.helper!="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove();d.extend(this,{helper:null, +dragging:false,reverting:false,_noFinalSort:null});this.domPosition.prev?d(this.domPosition.prev).after(this.currentItem):d(this.domPosition.parent).prepend(this.currentItem)}return this},serialize:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};d(b).each(function(){var e=(d(a.item||this).attr(a.attribute||"id")||"").match(a.expression||/(.+)[-=_](.+)/);if(e)c.push((a.key||e[1]+"[]")+"="+(a.key&&a.expression?e[1]:e[2]))});!c.length&&a.key&&c.push(a.key+"=");return c.join("&")}, +toArray:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};b.each(function(){c.push(d(a.item||this).attr(a.attribute||"id")||"")});return c},_intersectsWith:function(a){var b=this.positionAbs.left,c=b+this.helperProportions.width,e=this.positionAbs.top,f=e+this.helperProportions.height,g=a.left,h=g+a.width,i=a.top,k=i+a.height,j=this.offset.click.top,l=this.offset.click.left;j=e+j>i&&e+jg&&b+la[this.floating?"width":"height"]?j:g0?"down":"up")},_getDragHorizontalDirection:function(){var a=this.positionAbs.left-this.lastPositionAbs.left;return a!=0&&(a>0?"right":"left")},refresh:function(a){this._refreshItems(a);this.refreshPositions();return this},_connectWith:function(){var a=this.options;return a.connectWith.constructor==String?[a.connectWith]:a.connectWith},_getItemsAsjQuery:function(a){var b=[],c=[],e=this._connectWith(); +if(e&&a)for(a=e.length-1;a>=0;a--)for(var f=d(e[a]),g=f.length-1;g>=0;g--){var h=d.data(f[g],"sortable");if(h&&h!=this&&!h.options.disabled)c.push([d.isFunction(h.options.items)?h.options.items.call(h.element):d(h.options.items,h.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),h])}c.push([d.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):d(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"), +this]);for(a=c.length-1;a>=0;a--)c[a][0].each(function(){b.push(this)});return d(b)},_removeCurrentsFromItems:function(){for(var a=this.currentItem.find(":data(sortable-item)"),b=0;b=0;f--)for(var g=d(e[f]),h=g.length-1;h>=0;h--){var i=d.data(g[h],"sortable");if(i&&i!=this&&!i.options.disabled){c.push([d.isFunction(i.options.items)?i.options.items.call(i.element[0],a,{item:this.currentItem}):d(i.options.items,i.element),i]);this.containers.push(i)}}for(f=c.length-1;f>=0;f--){a=c[f][1];e=c[f][0];h=0;for(g=e.length;h=0;b--){var c=this.items[b];if(!(c.instance!=this.currentContainer&&this.currentContainer&&c.item[0]!=this.currentItem[0])){var e=this.options.toleranceElement?d(this.options.toleranceElement,c.item):c.item;if(!a){c.width=e.outerWidth();c.height=e.outerHeight()}e=e.offset();c.left=e.left;c.top=e.top}}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(b= +this.containers.length-1;b>=0;b--){e=this.containers[b].element.offset();this.containers[b].containerCache.left=e.left;this.containers[b].containerCache.top=e.top;this.containers[b].containerCache.width=this.containers[b].element.outerWidth();this.containers[b].containerCache.height=this.containers[b].element.outerHeight()}return this},_createPlaceholder:function(a){var b=a||this,c=b.options;if(!c.placeholder||c.placeholder.constructor==String){var e=c.placeholder;c.placeholder={element:function(){var f= +d(document.createElement(b.currentItem[0].nodeName)).addClass(e||b.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!e)f.style.visibility="hidden";return f},update:function(f,g){if(!(e&&!c.forcePlaceholderSize)){g.height()||g.height(b.currentItem.innerHeight()-parseInt(b.currentItem.css("paddingTop")||0,10)-parseInt(b.currentItem.css("paddingBottom")||0,10));g.width()||g.width(b.currentItem.innerWidth()-parseInt(b.currentItem.css("paddingLeft")||0,10)-parseInt(b.currentItem.css("paddingRight")|| +0,10))}}}}b.placeholder=d(c.placeholder.element.call(b.element,b.currentItem));b.currentItem.after(b.placeholder);c.placeholder.update(b,b.placeholder)},_contactContainers:function(a){for(var b=null,c=null,e=this.containers.length-1;e>=0;e--)if(!d.ui.contains(this.currentItem[0],this.containers[e].element[0]))if(this._intersectsWith(this.containers[e].containerCache)){if(!(b&&d.ui.contains(this.containers[e].element[0],b.element[0]))){b=this.containers[e];c=e}}else if(this.containers[e].containerCache.over){this.containers[e]._trigger("out", +a,this._uiHash(this));this.containers[e].containerCache.over=0}if(b)if(this.containers.length===1){this.containers[c]._trigger("over",a,this._uiHash(this));this.containers[c].containerCache.over=1}else if(this.currentContainer!=this.containers[c]){b=1E4;e=null;for(var f=this.positionAbs[this.containers[c].floating?"left":"top"],g=this.items.length-1;g>=0;g--)if(d.ui.contains(this.containers[c].element[0],this.items[g].item[0])){var h=this.items[g][this.containers[c].floating?"left":"top"];if(Math.abs(h- +f)this.containment[2])f=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g- +this.originalPageY)/b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.topthis.containment[3])?g:!(g-this.offset.click.topthis.containment[2])?f:!(f-this.offset.click.left=0;e--)if(d.ui.contains(this.containers[e].element[0],this.currentItem[0])&&!b){c.push(function(f){return function(g){f._trigger("receive",g,this._uiHash(this))}}.call(this,this.containers[e]));c.push(function(f){return function(g){f._trigger("update",g,this._uiHash(this))}}.call(this,this.containers[e]))}}for(e=this.containers.length-1;e>=0;e--){b||c.push(function(f){return function(g){f._trigger("deactivate",g,this._uiHash(this))}}.call(this, +this.containers[e]));if(this.containers[e].containerCache.over){c.push(function(f){return function(g){f._trigger("out",g,this._uiHash(this))}}.call(this,this.containers[e]));this.containers[e].containerCache.over=0}}this._storedCursor&&d("body").css("cursor",this._storedCursor);this._storedOpacity&&this.helper.css("opacity",this._storedOpacity);if(this._storedZIndex)this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex);this.dragging=false;if(this.cancelHelperRemoval){if(!b){this._trigger("beforeStop", +a,this._uiHash());for(e=0;e li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var a=this,b=a.options;a.running=0;a.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix"); +a.headers=a.element.find(b.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){b.disabled||c(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){b.disabled||c(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){b.disabled||c(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){b.disabled||c(this).removeClass("ui-state-focus")});a.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom"); +if(b.navigation){var d=a.element.find("a").filter(b.navigationFilter).eq(0);if(d.length){var h=d.closest(".ui-accordion-header");a.active=h.length?h:d.closest(".ui-accordion-content").prev()}}a.active=a._findActive(a.active||b.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");a.active.next().addClass("ui-accordion-content-active");a._createIcons();a.resize();a.element.attr("role","tablist");a.headers.attr("role","tab").bind("keydown.accordion", +function(f){return a._keydown(f)}).next().attr("role","tabpanel");a.headers.not(a.active||"").attr({"aria-expanded":"false","aria-selected":"false",tabIndex:-1}).next().hide();a.active.length?a.active.attr({"aria-expanded":"true","aria-selected":"true",tabIndex:0}):a.headers.eq(0).attr("tabIndex",0);c.browser.safari||a.headers.find("a").attr("tabIndex",-1);b.event&&a.headers.bind(b.event.split(" ").join(".accordion ")+".accordion",function(f){a._clickHandler.call(a,f,this);f.preventDefault()})},_createIcons:function(){var a= +this.options;if(a.icons){c("").addClass("ui-icon "+a.icons.header).prependTo(this.headers);this.active.children(".ui-icon").toggleClass(a.icons.header).toggleClass(a.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var a=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("aria-selected").removeAttr("tabIndex"); +this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");if(a.autoHeight||a.fillHeight)b.css("height","");return c.Widget.prototype.destroy.call(this)},_setOption:function(a,b){c.Widget.prototype._setOption.apply(this,arguments);a=="active"&&this.activate(b);if(a=="icons"){this._destroyIcons(); +b&&this._createIcons()}if(a=="disabled")this.headers.add(this.headers.next())[b?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(a){if(!(this.options.disabled||a.altKey||a.ctrlKey)){var b=c.ui.keyCode,d=this.headers.length,h=this.headers.index(a.target),f=false;switch(a.keyCode){case b.RIGHT:case b.DOWN:f=this.headers[(h+1)%d];break;case b.LEFT:case b.UP:f=this.headers[(h-1+d)%d];break;case b.SPACE:case b.ENTER:this._clickHandler({target:a.target},a.target); +a.preventDefault()}if(f){c(a.target).attr("tabIndex",-1);c(f).attr("tabIndex",0);f.focus();return false}return true}},resize:function(){var a=this.options,b;if(a.fillSpace){if(c.browser.msie){var d=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}b=this.element.parent().height();c.browser.msie&&this.element.parent().css("overflow",d);this.headers.each(function(){b-=c(this).outerHeight(true)});this.headers.next().each(function(){c(this).height(Math.max(0,b-c(this).innerHeight()+ +c(this).height()))}).css("overflow","auto")}else if(a.autoHeight){b=0;this.headers.next().each(function(){b=Math.max(b,c(this).height("").height())}).height(b)}return this},activate:function(a){this.options.active=a;a=this._findActive(a)[0];this._clickHandler({target:a},a);return this},_findActive:function(a){return a?typeof a==="number"?this.headers.filter(":eq("+a+")"):this.headers.not(this.headers.not(a)):a===false?c([]):this.headers.filter(":eq(0)")},_clickHandler:function(a,b){var d=this.options; +if(!d.disabled)if(a.target){a=c(a.currentTarget||b);b=a[0]===this.active[0];d.active=d.collapsible&&b?false:this.headers.index(a);if(!(this.running||!d.collapsible&&b)){var h=this.active;j=a.next();g=this.active.next();e={options:d,newHeader:b&&d.collapsible?c([]):a,oldHeader:this.active,newContent:b&&d.collapsible?c([]):j,oldContent:g};var f=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=b?c([]):a;this._toggle(j,g,e,b,f);h.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header); +if(!b){a.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);a.next().addClass("ui-accordion-content-active")}}}else if(d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var g=this.active.next(), +e={options:d,newHeader:c([]),oldHeader:d.active,newContent:c([]),oldContent:g},j=this.active=c([]);this._toggle(j,g,e)}},_toggle:function(a,b,d,h,f){var g=this,e=g.options;g.toShow=a;g.toHide=b;g.data=d;var j=function(){if(g)return g._completed.apply(g,arguments)};g._trigger("changestart",null,g.data);g.running=b.size()===0?a.size():b.size();if(e.animated){d={};d=e.collapsible&&h?{toShow:c([]),toHide:b,complete:j,down:f,autoHeight:e.autoHeight||e.fillSpace}:{toShow:a,toHide:b,complete:j,down:f,autoHeight:e.autoHeight|| +e.fillSpace};if(!e.proxied)e.proxied=e.animated;if(!e.proxiedDuration)e.proxiedDuration=e.duration;e.animated=c.isFunction(e.proxied)?e.proxied(d):e.proxied;e.duration=c.isFunction(e.proxiedDuration)?e.proxiedDuration(d):e.proxiedDuration;h=c.ui.accordion.animations;var i=e.duration,k=e.animated;if(k&&!h[k]&&!c.easing[k])k="slide";h[k]||(h[k]=function(l){this.slide(l,{easing:k,duration:i||700})});h[k](d)}else{if(e.collapsible&&h)a.toggle();else{b.hide();a.show()}j(true)}b.prev().attr({"aria-expanded":"false", +"aria-selected":"false",tabIndex:-1}).blur();a.prev().attr({"aria-expanded":"true","aria-selected":"true",tabIndex:0}).focus()},_completed:function(a){this.running=a?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");if(this.toHide.length)this.toHide.parent()[0].className=this.toHide.parent()[0].className;this._trigger("change",null,this.data)}}});c.extend(c.ui.accordion,{version:"1.8.16", +animations:{slide:function(a,b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),h=0,f={},g={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(parseInt(b.css("borderRightWidth"),10)||0));c.each(["height","paddingTop","paddingBottom"],function(j,i){g[i]="hide";j=(""+c.css(a.toShow[0],i)).match(/^([\d+-.]+)(.*)$/); +f[i]={value:j[1],unit:j[2]||"px"}});a.toShow.css({height:0,overflow:"hidden"}).show();a.toHide.filter(":hidden").each(a.complete).end().filter(":visible").animate(g,{step:function(j,i){if(i.prop=="height")h=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=h*f[i.prop].value+f[i.prop].unit},duration:a.duration,easing:a.easing,complete:function(){a.autoHeight||a.toShow.css("height","");a.toShow.css({width:e,overflow:d});a.complete()}})}else a.toHide.animate({height:"hide", +paddingTop:"hide",paddingBottom:"hide"},a);else a.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},a)},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1E3:200})}}})})(jQuery); +;/* + * jQuery UI Autocomplete 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Autocomplete + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.position.js + */ +(function(d){var e=0;d.widget("ui.autocomplete",{options:{appendTo:"body",autoFocus:false,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null},pending:0,_create:function(){var a=this,b=this.element[0].ownerDocument,g;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(c){if(!(a.options.disabled||a.element.propAttr("readOnly"))){g= +false;var f=d.ui.keyCode;switch(c.keyCode){case f.PAGE_UP:a._move("previousPage",c);break;case f.PAGE_DOWN:a._move("nextPage",c);break;case f.UP:a._move("previous",c);c.preventDefault();break;case f.DOWN:a._move("next",c);c.preventDefault();break;case f.ENTER:case f.NUMPAD_ENTER:if(a.menu.active){g=true;c.preventDefault()}case f.TAB:if(!a.menu.active)return;a.menu.select(c);break;case f.ESCAPE:a.element.val(a.term);a.close(c);break;default:clearTimeout(a.searching);a.searching=setTimeout(function(){if(a.term!= +a.element.val()){a.selectedItem=null;a.search(null,c)}},a.options.delay);break}}}).bind("keypress.autocomplete",function(c){if(g){g=false;c.preventDefault()}}).bind("focus.autocomplete",function(){if(!a.options.disabled){a.selectedItem=null;a.previous=a.element.val()}}).bind("blur.autocomplete",function(c){if(!a.options.disabled){clearTimeout(a.searching);a.closing=setTimeout(function(){a.close(c);a._change(c)},150)}});this._initSource();this.response=function(){return a._response.apply(a,arguments)}; +this.menu=d("
    ").addClass("ui-autocomplete").appendTo(d(this.options.appendTo||"body",b)[0]).mousedown(function(c){var f=a.menu.element[0];d(c.target).closest(".ui-menu-item").length||setTimeout(function(){d(document).one("mousedown",function(h){h.target!==a.element[0]&&h.target!==f&&!d.ui.contains(f,h.target)&&a.close()})},1);setTimeout(function(){clearTimeout(a.closing)},13)}).menu({focus:function(c,f){f=f.item.data("item.autocomplete");false!==a._trigger("focus",c,{item:f})&&/^key/.test(c.originalEvent.type)&& +a.element.val(f.value)},selected:function(c,f){var h=f.item.data("item.autocomplete"),i=a.previous;if(a.element[0]!==b.activeElement){a.element.focus();a.previous=i;setTimeout(function(){a.previous=i;a.selectedItem=h},1)}false!==a._trigger("select",c,{item:h})&&a.element.val(h.value);a.term=a.element.val();a.close(c);a.selectedItem=h},blur:function(){a.menu.element.is(":visible")&&a.element.val()!==a.term&&a.element.val(a.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu"); +d.fn.bgiframe&&this.menu.element.bgiframe()},destroy:function(){this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup");this.menu.element.remove();d.Widget.prototype.destroy.call(this)},_setOption:function(a,b){d.Widget.prototype._setOption.apply(this,arguments);a==="source"&&this._initSource();if(a==="appendTo")this.menu.element.appendTo(d(b||"body",this.element[0].ownerDocument)[0]);a==="disabled"&& +b&&this.xhr&&this.xhr.abort()},_initSource:function(){var a=this,b,g;if(d.isArray(this.options.source)){b=this.options.source;this.source=function(c,f){f(d.ui.autocomplete.filter(b,c.term))}}else if(typeof this.options.source==="string"){g=this.options.source;this.source=function(c,f){a.xhr&&a.xhr.abort();a.xhr=d.ajax({url:g,data:c,dataType:"json",autocompleteRequest:++e,success:function(h){this.autocompleteRequest===e&&f(h)},error:function(){this.autocompleteRequest===e&&f([])}})}}else this.source= +this.options.source},search:function(a,b){a=a!=null?a:this.element.val();this.term=this.element.val();if(a.length").data("item.autocomplete",b).append(d("").text(b.label)).appendTo(a)},_move:function(a,b){if(this.menu.element.is(":visible"))if(this.menu.first()&&/^previous/.test(a)||this.menu.last()&&/^next/.test(a)){this.element.val(this.term);this.menu.deactivate()}else this.menu[a](b);else this.search(null,b)},widget:function(){return this.menu.element}});d.extend(d.ui.autocomplete,{escapeRegex:function(a){return a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, +"\\$&")},filter:function(a,b){var g=new RegExp(d.ui.autocomplete.escapeRegex(b),"i");return d.grep(a,function(c){return g.test(c.label||c.value||c)})}})})(jQuery); +(function(d){d.widget("ui.menu",{_create:function(){var e=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(a){if(d(a.target).closest(".ui-menu-item a").length){a.preventDefault();e.select(a)}});this.refresh()},refresh:function(){var e=this;this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem").children("a").addClass("ui-corner-all").attr("tabindex", +-1).mouseenter(function(a){e.activate(a,d(this).parent())}).mouseleave(function(){e.deactivate()})},activate:function(e,a){this.deactivate();if(this.hasScroll()){var b=a.offset().top-this.element.offset().top,g=this.element.scrollTop(),c=this.element.height();if(b<0)this.element.scrollTop(g+b);else b>=c&&this.element.scrollTop(g+b-c+a.height())}this.active=a.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end();this._trigger("focus",e,{item:a})},deactivate:function(){if(this.active){this.active.children("a").removeClass("ui-state-hover").removeAttr("id"); +this._trigger("blur");this.active=null}},next:function(e){this.move("next",".ui-menu-item:first",e)},previous:function(e){this.move("prev",".ui-menu-item:last",e)},first:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},last:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},move:function(e,a,b){if(this.active){e=this.active[e+"All"](".ui-menu-item").eq(0);e.length?this.activate(b,e):this.activate(b,this.element.children(a))}else this.activate(b, +this.element.children(a))},nextPage:function(e){if(this.hasScroll())if(!this.active||this.last())this.activate(e,this.element.children(".ui-menu-item:first"));else{var a=this.active.offset().top,b=this.element.height(),g=this.element.children(".ui-menu-item").filter(function(){var c=d(this).offset().top-a-b+d(this).height();return c<10&&c>-10});g.length||(g=this.element.children(".ui-menu-item:last"));this.activate(e,g)}else this.activate(e,this.element.children(".ui-menu-item").filter(!this.active|| +this.last()?":first":":last"))},previousPage:function(e){if(this.hasScroll())if(!this.active||this.first())this.activate(e,this.element.children(".ui-menu-item:last"));else{var a=this.active.offset().top,b=this.element.height();result=this.element.children(".ui-menu-item").filter(function(){var g=d(this).offset().top-a+b-d(this).height();return g<10&&g>-10});result.length||(result=this.element.children(".ui-menu-item:first"));this.activate(e,result)}else this.activate(e,this.element.children(".ui-menu-item").filter(!this.active|| +this.first()?":last":":first"))},hasScroll:function(){return this.element.height()").addClass("ui-button-text").html(this.options.label).appendTo(a.empty()).text(),e=this.options.icons,f=e.primary&&e.secondary,d=[];if(e.primary||e.secondary){if(this.options.text)d.push("ui-button-text-icon"+(f?"s":e.primary?"-primary":"-secondary"));e.primary&&a.prepend("");e.secondary&&a.append("");if(!this.options.text){d.push(f?"ui-button-icons-only": +"ui-button-icon-only");this.hasTitle||a.attr("title",c)}}else d.push("ui-button-text-only");a.addClass(d.join(" "))}}});b.widget("ui.buttonset",{options:{items:":button, :submit, :reset, :checkbox, :radio, a, :data(button)"},_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(a,c){a==="disabled"&&this.buttons.button("option",a,c);b.Widget.prototype._setOption.apply(this,arguments)},refresh:function(){var a=this.element.css("direction")=== +"ltr";this.buttons=this.element.find(this.options.items).filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return b(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass(a?"ui-corner-left":"ui-corner-right").end().filter(":last").addClass(a?"ui-corner-right":"ui-corner-left").end().end()},destroy:function(){this.element.removeClass("ui-buttonset");this.buttons.map(function(){return b(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy"); +b.Widget.prototype.destroy.call(this)}})})(jQuery); +;/* + * jQuery UI Dialog 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Dialog + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.button.js + * jquery.ui.draggable.js + * jquery.ui.mouse.js + * jquery.ui.position.js + * jquery.ui.resizable.js + */ +(function(c,l){var m={buttons:true,height:true,maxHeight:true,maxWidth:true,minHeight:true,minWidth:true,width:true},n={maxHeight:true,maxWidth:true,minHeight:true,minWidth:true},o=c.attrFn||{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true,click:true};c.widget("ui.dialog",{options:{autoOpen:true,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false, +position:{my:"center",at:"center",collision:"fit",using:function(a){var b=c(this).css(a).offset().top;b<0&&c(this).css("top",a.top-b)}},resizable:true,show:null,stack:true,title:"",width:300,zIndex:1E3},_create:function(){this.originalTitle=this.element.attr("title");if(typeof this.originalTitle!=="string")this.originalTitle="";this.options.title=this.options.title||this.originalTitle;var a=this,b=a.options,d=b.title||" ",e=c.ui.dialog.getTitleId(a.element),g=(a.uiDialog=c("
    ")).appendTo(document.body).hide().addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+ +b.dialogClass).css({zIndex:b.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(i){if(b.closeOnEscape&&!i.isDefaultPrevented()&&i.keyCode&&i.keyCode===c.ui.keyCode.ESCAPE){a.close(i);i.preventDefault()}}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(i){a.moveToTop(false,i)});a.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(g);var f=(a.uiDialogTitlebar=c("
    ")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(g), +h=c('').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){h.addClass("ui-state-hover")},function(){h.removeClass("ui-state-hover")}).focus(function(){h.addClass("ui-state-focus")}).blur(function(){h.removeClass("ui-state-focus")}).click(function(i){a.close(i);return false}).appendTo(f);(a.uiDialogTitlebarCloseText=c("")).addClass("ui-icon ui-icon-closethick").text(b.closeText).appendTo(h);c("").addClass("ui-dialog-title").attr("id", +e).html(d).prependTo(f);if(c.isFunction(b.beforeclose)&&!c.isFunction(b.beforeClose))b.beforeClose=b.beforeclose;f.find("*").add(f).disableSelection();b.draggable&&c.fn.draggable&&a._makeDraggable();b.resizable&&c.fn.resizable&&a._makeResizable();a._createButtons(b.buttons);a._isOpen=false;c.fn.bgiframe&&g.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){var a=this;a.overlay&&a.overlay.destroy();a.uiDialog.hide();a.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body"); +a.uiDialog.remove();a.originalTitle&&a.element.attr("title",a.originalTitle);return a},widget:function(){return this.uiDialog},close:function(a){var b=this,d,e;if(false!==b._trigger("beforeClose",a)){b.overlay&&b.overlay.destroy();b.uiDialog.unbind("keypress.ui-dialog");b._isOpen=false;if(b.options.hide)b.uiDialog.hide(b.options.hide,function(){b._trigger("close",a)});else{b.uiDialog.hide();b._trigger("close",a)}c.ui.dialog.overlay.resize();if(b.options.modal){d=0;c(".ui-dialog").each(function(){if(this!== +b.uiDialog[0]){e=c(this).css("z-index");isNaN(e)||(d=Math.max(d,e))}});c.ui.dialog.maxZ=d}return b}},isOpen:function(){return this._isOpen},moveToTop:function(a,b){var d=this,e=d.options;if(e.modal&&!a||!e.stack&&!e.modal)return d._trigger("focus",b);if(e.zIndex>c.ui.dialog.maxZ)c.ui.dialog.maxZ=e.zIndex;if(d.overlay){c.ui.dialog.maxZ+=1;d.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=c.ui.dialog.maxZ)}a={scrollTop:d.element.scrollTop(),scrollLeft:d.element.scrollLeft()};c.ui.dialog.maxZ+=1; +d.uiDialog.css("z-index",c.ui.dialog.maxZ);d.element.attr(a);d._trigger("focus",b);return d},open:function(){if(!this._isOpen){var a=this,b=a.options,d=a.uiDialog;a.overlay=b.modal?new c.ui.dialog.overlay(a):null;a._size();a._position(b.position);d.show(b.show);a.moveToTop(true);b.modal&&d.bind("keypress.ui-dialog",function(e){if(e.keyCode===c.ui.keyCode.TAB){var g=c(":tabbable",this),f=g.filter(":first");g=g.filter(":last");if(e.target===g[0]&&!e.shiftKey){f.focus(1);return false}else if(e.target=== +f[0]&&e.shiftKey){g.focus(1);return false}}});c(a.element.find(":tabbable").get().concat(d.find(".ui-dialog-buttonpane :tabbable").get().concat(d.get()))).eq(0).focus();a._isOpen=true;a._trigger("open");return a}},_createButtons:function(a){var b=this,d=false,e=c("
    ").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),g=c("
    ").addClass("ui-dialog-buttonset").appendTo(e);b.uiDialog.find(".ui-dialog-buttonpane").remove();typeof a==="object"&&a!==null&&c.each(a, +function(){return!(d=true)});if(d){c.each(a,function(f,h){h=c.isFunction(h)?{click:h,text:f}:h;var i=c('').click(function(){h.click.apply(b.element[0],arguments)}).appendTo(g);c.each(h,function(j,k){if(j!=="click")j in o?i[j](k):i.attr(j,k)});c.fn.button&&i.button()});e.appendTo(b.uiDialog)}},_makeDraggable:function(){function a(f){return{position:f.position,offset:f.offset}}var b=this,d=b.options,e=c(document),g;b.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close", +handle:".ui-dialog-titlebar",containment:"document",start:function(f,h){g=d.height==="auto"?"auto":c(this).height();c(this).height(c(this).height()).addClass("ui-dialog-dragging");b._trigger("dragStart",f,a(h))},drag:function(f,h){b._trigger("drag",f,a(h))},stop:function(f,h){d.position=[h.position.left-e.scrollLeft(),h.position.top-e.scrollTop()];c(this).removeClass("ui-dialog-dragging").height(g);b._trigger("dragStop",f,a(h));c.ui.dialog.overlay.resize()}})},_makeResizable:function(a){function b(f){return{originalPosition:f.originalPosition, +originalSize:f.originalSize,position:f.position,size:f.size}}a=a===l?this.options.resizable:a;var d=this,e=d.options,g=d.uiDialog.css("position");a=typeof a==="string"?a:"n,e,s,w,se,sw,ne,nw";d.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:d.element,maxWidth:e.maxWidth,maxHeight:e.maxHeight,minWidth:e.minWidth,minHeight:d._minHeight(),handles:a,start:function(f,h){c(this).addClass("ui-dialog-resizing");d._trigger("resizeStart",f,b(h))},resize:function(f,h){d._trigger("resize", +f,b(h))},stop:function(f,h){c(this).removeClass("ui-dialog-resizing");e.height=c(this).height();e.width=c(this).width();d._trigger("resizeStop",f,b(h));c.ui.dialog.overlay.resize()}}).css("position",g).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var a=this.options;return a.height==="auto"?a.minHeight:Math.min(a.minHeight,a.height)},_position:function(a){var b=[],d=[0,0],e;if(a){if(typeof a==="string"||typeof a==="object"&&"0"in a){b=a.split?a.split(" "): +[a[0],a[1]];if(b.length===1)b[1]=b[0];c.each(["left","top"],function(g,f){if(+b[g]===b[g]){d[g]=b[g];b[g]=f}});a={my:b.join(" "),at:b.join(" "),offset:d.join(" ")}}a=c.extend({},c.ui.dialog.prototype.options.position,a)}else a=c.ui.dialog.prototype.options.position;(e=this.uiDialog.is(":visible"))||this.uiDialog.show();this.uiDialog.css({top:0,left:0}).position(c.extend({of:window},a));e||this.uiDialog.hide()},_setOptions:function(a){var b=this,d={},e=false;c.each(a,function(g,f){b._setOption(g,f); +if(g in m)e=true;if(g in n)d[g]=f});e&&this._size();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option",d)},_setOption:function(a,b){var d=this,e=d.uiDialog;switch(a){case "beforeclose":a="beforeClose";break;case "buttons":d._createButtons(b);break;case "closeText":d.uiDialogTitlebarCloseText.text(""+b);break;case "dialogClass":e.removeClass(d.options.dialogClass).addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b);break;case "disabled":b?e.addClass("ui-dialog-disabled"): +e.removeClass("ui-dialog-disabled");break;case "draggable":var g=e.is(":data(draggable)");g&&!b&&e.draggable("destroy");!g&&b&&d._makeDraggable();break;case "position":d._position(b);break;case "resizable":(g=e.is(":data(resizable)"))&&!b&&e.resizable("destroy");g&&typeof b==="string"&&e.resizable("option","handles",b);!g&&b!==false&&d._makeResizable(b);break;case "title":c(".ui-dialog-title",d.uiDialogTitlebar).html(""+(b||" "));break}c.Widget.prototype._setOption.apply(d,arguments)},_size:function(){var a= +this.options,b,d,e=this.uiDialog.is(":visible");this.element.show().css({width:"auto",minHeight:0,height:0});if(a.minWidth>a.width)a.width=a.minWidth;b=this.uiDialog.css({height:"auto",width:a.width}).height();d=Math.max(0,a.minHeight-b);if(a.height==="auto")if(c.support.minHeight)this.element.css({minHeight:d,height:"auto"});else{this.uiDialog.show();a=this.element.css("height","auto").height();e||this.uiDialog.hide();this.element.height(Math.max(a,d))}else this.element.height(Math.max(a.height- +b,0));this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())}});c.extend(c.ui.dialog,{version:"1.8.16",uuid:0,maxZ:0,getTitleId:function(a){a=a.attr("id");if(!a){this.uuid+=1;a=this.uuid}return"ui-dialog-title-"+a},overlay:function(a){this.$el=c.ui.dialog.overlay.create(a)}});c.extend(c.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(a){return a+".dialog-overlay"}).join(" "), +create:function(a){if(this.instances.length===0){setTimeout(function(){c.ui.dialog.overlay.instances.length&&c(document).bind(c.ui.dialog.overlay.events,function(d){if(c(d.target).zIndex()").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(),height:this.height()});c.fn.bgiframe&&b.bgiframe();this.instances.push(b);return b},destroy:function(a){var b=c.inArray(a,this.instances);b!=-1&&this.oldInstances.push(this.instances.splice(b,1)[0]);this.instances.length===0&&c([document,window]).unbind(".dialog-overlay");a.remove();var d=0;c.each(this.instances,function(){d=Math.max(d,this.css("z-index"))});this.maxZ=d},height:function(){var a,b;if(c.browser.msie&& +c.browser.version<7){a=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);b=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);return a").appendTo(this.element).addClass("ui-slider-range ui-widget-header"+(b.range==="min"||b.range==="max"?" ui-slider-range-"+b.range:""))}for(var j=c.length;j"); +this.handles=c.add(d(e.join("")).appendTo(a.element));this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(g){g.preventDefault()}).hover(function(){b.disabled||d(this).addClass("ui-state-hover")},function(){d(this).removeClass("ui-state-hover")}).focus(function(){if(b.disabled)d(this).blur();else{d(".ui-slider .ui-state-focus").removeClass("ui-state-focus");d(this).addClass("ui-state-focus")}}).blur(function(){d(this).removeClass("ui-state-focus")});this.handles.each(function(g){d(this).data("index.ui-slider-handle", +g)});this.handles.keydown(function(g){var k=true,l=d(this).data("index.ui-slider-handle"),i,h,m;if(!a.options.disabled){switch(g.keyCode){case d.ui.keyCode.HOME:case d.ui.keyCode.END:case d.ui.keyCode.PAGE_UP:case d.ui.keyCode.PAGE_DOWN:case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:k=false;if(!a._keySliding){a._keySliding=true;d(this).addClass("ui-state-active");i=a._start(g,l);if(i===false)return}break}m=a.options.step;i=a.options.values&&a.options.values.length? +(h=a.values(l)):(h=a.value());switch(g.keyCode){case d.ui.keyCode.HOME:h=a._valueMin();break;case d.ui.keyCode.END:h=a._valueMax();break;case d.ui.keyCode.PAGE_UP:h=a._trimAlignValue(i+(a._valueMax()-a._valueMin())/5);break;case d.ui.keyCode.PAGE_DOWN:h=a._trimAlignValue(i-(a._valueMax()-a._valueMin())/5);break;case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:if(i===a._valueMax())return;h=a._trimAlignValue(i+m);break;case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:if(i===a._valueMin())return;h=a._trimAlignValue(i- +m);break}a._slide(g,l,h);return k}}).keyup(function(g){var k=d(this).data("index.ui-slider-handle");if(a._keySliding){a._keySliding=false;a._stop(g,k);a._change(g,k);d(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider");this._mouseDestroy(); +return this},_mouseCapture:function(a){var b=this.options,c,f,e,j,g;if(b.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();c=this._normValueFromMouse({x:a.pageX,y:a.pageY});f=this._valueMax()-this._valueMin()+1;j=this;this.handles.each(function(k){var l=Math.abs(c-j.values(k));if(f>l){f=l;e=d(this);g=k}});if(b.range===true&&this.values(1)===b.min){g+=1;e=d(this.handles[g])}if(this._start(a,g)===false)return false; +this._mouseSliding=true;j._handleIndex=g;e.addClass("ui-state-active").focus();b=e.offset();this._clickOffset=!d(a.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:a.pageX-b.left-e.width()/2,top:a.pageY-b.top-e.height()/2-(parseInt(e.css("borderTopWidth"),10)||0)-(parseInt(e.css("borderBottomWidth"),10)||0)+(parseInt(e.css("marginTop"),10)||0)};this.handles.hasClass("ui-state-hover")||this._slide(a,g,c);return this._animateOff=true},_mouseStart:function(){return true},_mouseDrag:function(a){var b= +this._normValueFromMouse({x:a.pageX,y:a.pageY});this._slide(a,this._handleIndex,b);return false},_mouseStop:function(a){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(a,this._handleIndex);this._change(a,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(a){var b;if(this.orientation==="horizontal"){b= +this.elementSize.width;a=a.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{b=this.elementSize.height;a=a.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}b=a/b;if(b>1)b=1;if(b<0)b=0;if(this.orientation==="vertical")b=1-b;a=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+b*a)},_start:function(a,b){var c={handle:this.handles[b],value:this.value()};if(this.options.values&&this.options.values.length){c.value=this.values(b); +c.values=this.values()}return this._trigger("start",a,c)},_slide:function(a,b,c){var f;if(this.options.values&&this.options.values.length){f=this.values(b?0:1);if(this.options.values.length===2&&this.options.range===true&&(b===0&&c>f||b===1&&c1){this.options.values[a]=this._trimAlignValue(b);this._refreshValue();this._change(null,a)}else if(arguments.length)if(d.isArray(arguments[0])){c=this.options.values;f=arguments[0];for(e=0;e=this._valueMax())return this._valueMax();var b=this.options.step>0?this.options.step:1,c=(a-this._valueMin())%b;a=a-c;if(Math.abs(c)*2>=b)a+=c>0?b:-b;return parseFloat(a.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var a= +this.options.range,b=this.options,c=this,f=!this._animateOff?b.animate:false,e,j={},g,k,l,i;if(this.options.values&&this.options.values.length)this.handles.each(function(h){e=(c.values(h)-c._valueMin())/(c._valueMax()-c._valueMin())*100;j[c.orientation==="horizontal"?"left":"bottom"]=e+"%";d(this).stop(1,1)[f?"animate":"css"](j,b.animate);if(c.options.range===true)if(c.orientation==="horizontal"){if(h===0)c.range.stop(1,1)[f?"animate":"css"]({left:e+"%"},b.animate);if(h===1)c.range[f?"animate":"css"]({width:e- +g+"%"},{queue:false,duration:b.animate})}else{if(h===0)c.range.stop(1,1)[f?"animate":"css"]({bottom:e+"%"},b.animate);if(h===1)c.range[f?"animate":"css"]({height:e-g+"%"},{queue:false,duration:b.animate})}g=e});else{k=this.value();l=this._valueMin();i=this._valueMax();e=i!==l?(k-l)/(i-l)*100:0;j[c.orientation==="horizontal"?"left":"bottom"]=e+"%";this.handle.stop(1,1)[f?"animate":"css"](j,b.animate);if(a==="min"&&this.orientation==="horizontal")this.range.stop(1,1)[f?"animate":"css"]({width:e+"%"}, +b.animate);if(a==="max"&&this.orientation==="horizontal")this.range[f?"animate":"css"]({width:100-e+"%"},{queue:false,duration:b.animate});if(a==="min"&&this.orientation==="vertical")this.range.stop(1,1)[f?"animate":"css"]({height:e+"%"},b.animate);if(a==="max"&&this.orientation==="vertical")this.range[f?"animate":"css"]({height:100-e+"%"},{queue:false,duration:b.animate})}}});d.extend(d.ui.slider,{version:"1.8.16"})})(jQuery); +;/* + * jQuery UI Tabs 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Tabs + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(d,p){function u(){return++v}function w(){return++x}var v=0,x=0;d.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"
    ",remove:null,select:null,show:null,spinner:"Loading…",tabTemplate:"
  • #{label}
  • "},_create:function(){this._tabify(true)},_setOption:function(b,e){if(b=="selected")this.options.collapsible&& +e==this.options.selected||this.select(e);else{this.options[b]=e;this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+u()},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+w());return d.cookie.apply(null,[b].concat(d.makeArray(arguments)))},_ui:function(b,e){return{tab:b,panel:e,index:this.anchors.index(b)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b= +d(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(b){function e(g,f){g.css("display","");!d.support.opacity&&f.opacity&&g[0].style.removeAttribute("filter")}var a=this,c=this.options,h=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=d(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return d("a",this)[0]});this.panels=d([]);this.anchors.each(function(g,f){var i=d(f).attr("href"),l=i.split("#")[0],q;if(l&&(l===location.toString().split("#")[0]|| +(q=d("base")[0])&&l===q.href)){i=f.hash;f.href=i}if(h.test(i))a.panels=a.panels.add(a.element.find(a._sanitizeSelector(i)));else if(i&&i!=="#"){d.data(f,"href.tabs",i);d.data(f,"load.tabs",i.replace(/#.*$/,""));i=a._tabId(f);f.href="#"+i;f=a.element.find("#"+i);if(!f.length){f=d(c.panelTemplate).attr("id",i).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(a.panels[g-1]||a.list);f.data("destroy.tabs",true)}a.panels=a.panels.add(f)}else c.disabled.push(g)});if(b){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all"); +this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(c.selected===p){location.hash&&this.anchors.each(function(g,f){if(f.hash==location.hash){c.selected=g;return false}});if(typeof c.selected!=="number"&&c.cookie)c.selected=parseInt(a._cookie(),10);if(typeof c.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)c.selected= +this.lis.index(this.lis.filter(".ui-tabs-selected"));c.selected=c.selected||(this.lis.length?0:-1)}else if(c.selected===null)c.selected=-1;c.selected=c.selected>=0&&this.anchors[c.selected]||c.selected<0?c.selected:0;c.disabled=d.unique(c.disabled.concat(d.map(this.lis.filter(".ui-state-disabled"),function(g){return a.lis.index(g)}))).sort();d.inArray(c.selected,c.disabled)!=-1&&c.disabled.splice(d.inArray(c.selected,c.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active"); +if(c.selected>=0&&this.anchors.length){a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash)).removeClass("ui-tabs-hide");this.lis.eq(c.selected).addClass("ui-tabs-selected ui-state-active");a.element.queue("tabs",function(){a._trigger("show",null,a._ui(a.anchors[c.selected],a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash))[0]))});this.load(c.selected)}d(window).bind("unload",function(){a.lis.add(a.anchors).unbind(".tabs");a.lis=a.anchors=a.panels=null})}else c.selected=this.lis.index(this.lis.filter(".ui-tabs-selected")); +this.element[c.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");c.cookie&&this._cookie(c.selected,c.cookie);b=0;for(var j;j=this.lis[b];b++)d(j)[d.inArray(b,c.disabled)!=-1&&!d(j).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");c.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(c.event!=="mouseover"){var k=function(g,f){f.is(":not(.ui-state-disabled)")&&f.addClass("ui-state-"+g)},n=function(g,f){f.removeClass("ui-state-"+ +g)};this.lis.bind("mouseover.tabs",function(){k("hover",d(this))});this.lis.bind("mouseout.tabs",function(){n("hover",d(this))});this.anchors.bind("focus.tabs",function(){k("focus",d(this).closest("li"))});this.anchors.bind("blur.tabs",function(){n("focus",d(this).closest("li"))})}var m,o;if(c.fx)if(d.isArray(c.fx)){m=c.fx[0];o=c.fx[1]}else m=o=c.fx;var r=o?function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.hide().removeClass("ui-tabs-hide").animate(o,o.duration||"normal", +function(){e(f,o);a._trigger("show",null,a._ui(g,f[0]))})}:function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");a._trigger("show",null,a._ui(g,f[0]))},s=m?function(g,f){f.animate(m,m.duration||"normal",function(){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");e(f,m);a.element.dequeue("tabs")})}:function(g,f){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");a.element.dequeue("tabs")}; +this.anchors.bind(c.event+".tabs",function(){var g=this,f=d(g).closest("li"),i=a.panels.filter(":not(.ui-tabs-hide)"),l=a.element.find(a._sanitizeSelector(g.hash));if(f.hasClass("ui-tabs-selected")&&!c.collapsible||f.hasClass("ui-state-disabled")||f.hasClass("ui-state-processing")||a.panels.filter(":animated").length||a._trigger("select",null,a._ui(this,l[0]))===false){this.blur();return false}c.selected=a.anchors.index(this);a.abort();if(c.collapsible)if(f.hasClass("ui-tabs-selected")){c.selected= +-1;c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){s(g,i)}).dequeue("tabs");this.blur();return false}else if(!i.length){c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this));this.blur();return false}c.cookie&&a._cookie(c.selected,c.cookie);if(l.length){i.length&&a.element.queue("tabs",function(){s(g,i)});a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier."; +d.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})},_getIndex:function(b){if(typeof b=="string")b=this.anchors.index(this.anchors.filter("[href$="+b+"]"));return b},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var e= +d.data(this,"href.tabs");if(e)this.href=e;var a=d(this).unbind(".tabs");d.each(["href","load","cache"],function(c,h){a.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){d.data(this,"destroy.tabs")?d(this).remove():d(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});b.cookie&&this._cookie(null,b.cookie);return this},add:function(b, +e,a){if(a===p)a=this.anchors.length;var c=this,h=this.options;e=d(h.tabTemplate.replace(/#\{href\}/g,b).replace(/#\{label\}/g,e));b=!b.indexOf("#")?b.replace("#",""):this._tabId(d("a",e)[0]);e.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var j=c.element.find("#"+b);j.length||(j=d(h.panelTemplate).attr("id",b).data("destroy.tabs",true));j.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(a>=this.lis.length){e.appendTo(this.list);j.appendTo(this.list[0].parentNode)}else{e.insertBefore(this.lis[a]); +j.insertBefore(this.panels[a])}h.disabled=d.map(h.disabled,function(k){return k>=a?++k:k});this._tabify();if(this.anchors.length==1){h.selected=0;e.addClass("ui-tabs-selected ui-state-active");j.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){c._trigger("show",null,c._ui(c.anchors[0],c.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[a],this.panels[a]));return this},remove:function(b){b=this._getIndex(b);var e=this.options,a=this.lis.eq(b).remove(),c=this.panels.eq(b).remove(); +if(a.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(b+(b+1=b?--h:h});this._tabify();this._trigger("remove",null,this._ui(a.find("a")[0],c[0]));return this},enable:function(b){b=this._getIndex(b);var e=this.options;if(d.inArray(b,e.disabled)!=-1){this.lis.eq(b).removeClass("ui-state-disabled");e.disabled=d.grep(e.disabled,function(a){return a!=b});this._trigger("enable",null, +this._ui(this.anchors[b],this.panels[b]));return this}},disable:function(b){b=this._getIndex(b);var e=this.options;if(b!=e.selected){this.lis.eq(b).addClass("ui-state-disabled");e.disabled.push(b);e.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[b],this.panels[b]))}return this},select:function(b){b=this._getIndex(b);if(b==-1)if(this.options.collapsible&&this.options.selected!=-1)b=this.options.selected;else return this;this.anchors.eq(b).trigger(this.options.event+".tabs");return this}, +load:function(b){b=this._getIndex(b);var e=this,a=this.options,c=this.anchors.eq(b)[0],h=d.data(c,"load.tabs");this.abort();if(!h||this.element.queue("tabs").length!==0&&d.data(c,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(b).addClass("ui-state-processing");if(a.spinner){var j=d("span",c);j.data("label.tabs",j.html()).html(a.spinner)}this.xhr=d.ajax(d.extend({},a.ajaxOptions,{url:h,success:function(k,n){e.element.find(e._sanitizeSelector(c.hash)).html(k);e._cleanup();a.cache&&d.data(c, +"cache.tabs",true);e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.success(k,n)}catch(m){}},error:function(k,n){e._cleanup();e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.error(k,n,b,c)}catch(m){}}}));e.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this}, +url:function(b,e){this.anchors.eq(b).removeData("cache.tabs").data("load.tabs",e);return this},length:function(){return this.anchors.length}});d.extend(d.ui.tabs,{version:"1.8.16"});d.extend(d.ui.tabs.prototype,{rotation:null,rotate:function(b,e){var a=this,c=this.options,h=a._rotate||(a._rotate=function(j){clearTimeout(a.rotation);a.rotation=setTimeout(function(){var k=c.selected;a.select(++k'))}function N(a){return a.bind("mouseout", +function(b){b=d(b.target).closest("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a");b.length&&b.removeClass("ui-state-hover ui-datepicker-prev-hover ui-datepicker-next-hover")}).bind("mouseover",function(b){b=d(b.target).closest("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a");if(!(d.datepicker._isDisabledDatepicker(J.inline?a.parent()[0]:J.input[0])||!b.length)){b.parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"); +b.addClass("ui-state-hover");b.hasClass("ui-datepicker-prev")&&b.addClass("ui-datepicker-prev-hover");b.hasClass("ui-datepicker-next")&&b.addClass("ui-datepicker-next-hover")}})}function H(a,b){d.extend(a,b);for(var c in b)if(b[c]==null||b[c]==C)a[c]=b[c];return a}d.extend(d.ui,{datepicker:{version:"1.8.16"}});var B=(new Date).getTime(),J;d.extend(M.prototype,{markerClassName:"hasDatepicker",maxRows:4,log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function(){return this.dpDiv}, +setDefaults:function(a){H(this._defaults,a||{});return this},_attachDatepicker:function(a,b){var c=null;for(var e in this._defaults){var f=a.getAttribute("date:"+e);if(f){c=c||{};try{c[e]=eval(f)}catch(h){c[e]=f}}}e=a.nodeName.toLowerCase();f=e=="div"||e=="span";if(!a.id){this.uuid+=1;a.id="dp"+this.uuid}var i=this._newInst(d(a),f);i.settings=d.extend({},b||{},c||{});if(e=="input")this._connectDatepicker(a,i);else f&&this._inlineDatepicker(a,i)},_newInst:function(a,b){return{id:a[0].id.replace(/([^A-Za-z0-9_-])/g, +"\\\\$1"),input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:b,dpDiv:!b?this.dpDiv:N(d('
    '))}},_connectDatepicker:function(a,b){var c=d(a);b.append=d([]);b.trigger=d([]);if(!c.hasClass(this.markerClassName)){this._attachments(c,b);c.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker", +function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});this._autoSize(b);d.data(a,"datepicker",b);b.settings.disabled&&this._disableDatepicker(a)}},_attachments:function(a,b){var c=this._get(b,"appendText"),e=this._get(b,"isRTL");b.append&&b.append.remove();if(c){b.append=d(''+c+"");a[e?"before":"after"](b.append)}a.unbind("focus",this._showDatepicker);b.trigger&&b.trigger.remove();c=this._get(b,"showOn");if(c== +"focus"||c=="both")a.focus(this._showDatepicker);if(c=="button"||c=="both"){c=this._get(b,"buttonText");var f=this._get(b,"buttonImage");b.trigger=d(this._get(b,"buttonImageOnly")?d("").addClass(this._triggerClass).attr({src:f,alt:c,title:c}):d('').addClass(this._triggerClass).html(f==""?c:d("").attr({src:f,alt:c,title:c})));a[e?"before":"after"](b.trigger);b.trigger.click(function(){d.datepicker._datepickerShowing&&d.datepicker._lastInput==a[0]?d.datepicker._hideDatepicker(): +d.datepicker._showDatepicker(a[0]);return false})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var b=new Date(2009,11,20),c=this._get(a,"dateFormat");if(c.match(/[DM]/)){var e=function(f){for(var h=0,i=0,g=0;gh){h=f[g].length;i=g}return i};b.setMonth(e(this._get(a,c.match(/MM/)?"monthNames":"monthNamesShort")));b.setDate(e(this._get(a,c.match(/DD/)?"dayNames":"dayNamesShort"))+20-b.getDay())}a.input.attr("size",this._formatDate(a,b).length)}},_inlineDatepicker:function(a, +b){var c=d(a);if(!c.hasClass(this.markerClassName)){c.addClass(this.markerClassName).append(b.dpDiv).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});d.data(a,"datepicker",b);this._setDate(b,this._getDefaultDate(b),true);this._updateDatepicker(b);this._updateAlternate(b);b.settings.disabled&&this._disableDatepicker(a);b.dpDiv.css("display","block")}},_dialogDatepicker:function(a,b,c,e,f){a=this._dialogInst;if(!a){this.uuid+= +1;this._dialogInput=d('');this._dialogInput.keydown(this._doKeyDown);d("body").append(this._dialogInput);a=this._dialogInst=this._newInst(this._dialogInput,false);a.settings={};d.data(this._dialogInput[0],"datepicker",a)}H(a.settings,e||{});b=b&&b.constructor==Date?this._formatDate(a,b):b;this._dialogInput.val(b);this._pos=f?f.length?f:[f.pageX,f.pageY]:null;if(!this._pos)this._pos=[document.documentElement.clientWidth/ +2-100+(document.documentElement.scrollLeft||document.body.scrollLeft),document.documentElement.clientHeight/2-150+(document.documentElement.scrollTop||document.body.scrollTop)];this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px");a.settings.onSelect=c;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);d.blockUI&&d.blockUI(this.dpDiv);d.data(this._dialogInput[0],"datepicker",a);return this},_destroyDatepicker:function(a){var b= +d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();d.removeData(a,"datepicker");if(e=="input"){c.append.remove();c.trigger.remove();b.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)}else if(e=="div"||e=="span")b.removeClass(this.markerClassName).empty()}},_enableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e= +a.nodeName.toLowerCase();if(e=="input"){a.disabled=false;c.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else if(e=="div"||e=="span"){b=b.children("."+this._inlineClass);b.children().removeClass("ui-state-disabled");b.find("select.ui-datepicker-month, select.ui-datepicker-year").removeAttr("disabled")}this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null:f})}},_disableDatepicker:function(a){var b=d(a),c=d.data(a, +"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=true;c.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else if(e=="div"||e=="span"){b=b.children("."+this._inlineClass);b.children().addClass("ui-state-disabled");b.find("select.ui-datepicker-month, select.ui-datepicker-year").attr("disabled","disabled")}this._disabledInputs=d.map(this._disabledInputs,function(f){return f== +a?null:f});this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return false;for(var b=0;b-1}},_doKeyUp:function(a){a=d.datepicker._getInst(a.target);if(a.input.val()!=a.lastVal)try{if(d.datepicker.parseDate(d.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,d.datepicker._getFormatConfig(a))){d.datepicker._setDateFromField(a);d.datepicker._updateAlternate(a);d.datepicker._updateDatepicker(a)}}catch(b){d.datepicker.log(b)}return true},_showDatepicker:function(a){a=a.target||a;if(a.nodeName.toLowerCase()!="input")a=d("input", +a.parentNode)[0];if(!(d.datepicker._isDisabledDatepicker(a)||d.datepicker._lastInput==a)){var b=d.datepicker._getInst(a);if(d.datepicker._curInst&&d.datepicker._curInst!=b){d.datepicker._datepickerShowing&&d.datepicker._triggerOnClose(d.datepicker._curInst);d.datepicker._curInst.dpDiv.stop(true,true)}var c=d.datepicker._get(b,"beforeShow");c=c?c.apply(a,[a,b]):{};if(c!==false){H(b.settings,c);b.lastVal=null;d.datepicker._lastInput=a;d.datepicker._setDateFromField(b);if(d.datepicker._inDialog)a.value= +"";if(!d.datepicker._pos){d.datepicker._pos=d.datepicker._findPos(a);d.datepicker._pos[1]+=a.offsetHeight}var e=false;d(a).parents().each(function(){e|=d(this).css("position")=="fixed";return!e});if(e&&d.browser.opera){d.datepicker._pos[0]-=document.documentElement.scrollLeft;d.datepicker._pos[1]-=document.documentElement.scrollTop}c={left:d.datepicker._pos[0],top:d.datepicker._pos[1]};d.datepicker._pos=null;b.dpDiv.empty();b.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});d.datepicker._updateDatepicker(b); +c=d.datepicker._checkOffset(b,c,e);b.dpDiv.css({position:d.datepicker._inDialog&&d.blockUI?"static":e?"fixed":"absolute",display:"none",left:c.left+"px",top:c.top+"px"});if(!b.inline){c=d.datepicker._get(b,"showAnim");var f=d.datepicker._get(b,"duration"),h=function(){var i=b.dpDiv.find("iframe.ui-datepicker-cover");if(i.length){var g=d.datepicker._getBorders(b.dpDiv);i.css({left:-g[0],top:-g[1],width:b.dpDiv.outerWidth(),height:b.dpDiv.outerHeight()})}};b.dpDiv.zIndex(d(a).zIndex()+1);d.datepicker._datepickerShowing= +true;d.effects&&d.effects[c]?b.dpDiv.show(c,d.datepicker._get(b,"showOptions"),f,h):b.dpDiv[c||"show"](c?f:null,h);if(!c||!f)h();b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus();d.datepicker._curInst=b}}}},_updateDatepicker:function(a){this.maxRows=4;var b=d.datepicker._getBorders(a.dpDiv);J=a;a.dpDiv.empty().append(this._generateHTML(a));var c=a.dpDiv.find("iframe.ui-datepicker-cover");c.length&&c.css({left:-b[0],top:-b[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()}); +a.dpDiv.find("."+this._dayOverClass+" a").mouseover();b=this._getNumberOfMonths(a);c=b[1];a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");c>1&&a.dpDiv.addClass("ui-datepicker-multi-"+c).css("width",17*c+"em");a.dpDiv[(b[0]!=1||b[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");a.dpDiv[(this._get(a,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");a==d.datepicker._curInst&&d.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&& +!a.input.is(":disabled")&&a.input[0]!=document.activeElement&&a.input.focus();if(a.yearshtml){var e=a.yearshtml;setTimeout(function(){e===a.yearshtml&&a.yearshtml&&a.dpDiv.find("select.ui-datepicker-year:first").replaceWith(a.yearshtml);e=a.yearshtml=null},0)}},_getBorders:function(a){var b=function(c){return{thin:1,medium:2,thick:3}[c]||c};return[parseFloat(b(a.css("border-left-width"))),parseFloat(b(a.css("border-top-width")))]},_checkOffset:function(a,b,c){var e=a.dpDiv.outerWidth(),f=a.dpDiv.outerHeight(), +h=a.input?a.input.outerWidth():0,i=a.input?a.input.outerHeight():0,g=document.documentElement.clientWidth+d(document).scrollLeft(),j=document.documentElement.clientHeight+d(document).scrollTop();b.left-=this._get(a,"isRTL")?e-h:0;b.left-=c&&b.left==a.input.offset().left?d(document).scrollLeft():0;b.top-=c&&b.top==a.input.offset().top+i?d(document).scrollTop():0;b.left-=Math.min(b.left,b.left+e>g&&g>e?Math.abs(b.left+e-g):0);b.top-=Math.min(b.top,b.top+f>j&&j>f?Math.abs(f+i):0);return b},_findPos:function(a){for(var b= +this._get(this._getInst(a),"isRTL");a&&(a.type=="hidden"||a.nodeType!=1||d.expr.filters.hidden(a));)a=a[b?"previousSibling":"nextSibling"];a=d(a).offset();return[a.left,a.top]},_triggerOnClose:function(a){var b=this._get(a,"onClose");if(b)b.apply(a.input?a.input[0]:null,[a.input?a.input.val():"",a])},_hideDatepicker:function(a){var b=this._curInst;if(!(!b||a&&b!=d.data(a,"datepicker")))if(this._datepickerShowing){a=this._get(b,"showAnim");var c=this._get(b,"duration"),e=function(){d.datepicker._tidyDialog(b); +this._curInst=null};d.effects&&d.effects[a]?b.dpDiv.hide(a,d.datepicker._get(b,"showOptions"),c,e):b.dpDiv[a=="slideDown"?"slideUp":a=="fadeIn"?"fadeOut":"hide"](a?c:null,e);a||e();d.datepicker._triggerOnClose(b);this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(d.blockUI){d.unblockUI();d("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")}, +_checkExternalClick:function(a){if(d.datepicker._curInst){a=d(a.target);a[0].id!=d.datepicker._mainDivId&&a.parents("#"+d.datepicker._mainDivId).length==0&&!a.hasClass(d.datepicker.markerClassName)&&!a.hasClass(d.datepicker._triggerClass)&&d.datepicker._datepickerShowing&&!(d.datepicker._inDialog&&d.blockUI)&&d.datepicker._hideDatepicker()}},_adjustDate:function(a,b,c){a=d(a);var e=this._getInst(a[0]);if(!this._isDisabledDatepicker(a[0])){this._adjustInstDate(e,b+(c=="M"?this._get(e,"showCurrentAtPos"): +0),c);this._updateDatepicker(e)}},_gotoToday:function(a){a=d(a);var b=this._getInst(a[0]);if(this._get(b,"gotoCurrent")&&b.currentDay){b.selectedDay=b.currentDay;b.drawMonth=b.selectedMonth=b.currentMonth;b.drawYear=b.selectedYear=b.currentYear}else{var c=new Date;b.selectedDay=c.getDate();b.drawMonth=b.selectedMonth=c.getMonth();b.drawYear=b.selectedYear=c.getFullYear()}this._notifyChange(b);this._adjustDate(a)},_selectMonthYear:function(a,b,c){a=d(a);var e=this._getInst(a[0]);e["selected"+(c=="M"? +"Month":"Year")]=e["draw"+(c=="M"?"Month":"Year")]=parseInt(b.options[b.selectedIndex].value,10);this._notifyChange(e);this._adjustDate(a)},_selectDay:function(a,b,c,e){var f=d(a);if(!(d(e).hasClass(this._unselectableClass)||this._isDisabledDatepicker(f[0]))){f=this._getInst(f[0]);f.selectedDay=f.currentDay=d("a",e).html();f.selectedMonth=f.currentMonth=b;f.selectedYear=f.currentYear=c;this._selectDate(a,this._formatDate(f,f.currentDay,f.currentMonth,f.currentYear))}},_clearDate:function(a){a=d(a); +this._getInst(a[0]);this._selectDate(a,"")},_selectDate:function(a,b){a=this._getInst(d(a)[0]);b=b!=null?b:this._formatDate(a);a.input&&a.input.val(b);this._updateAlternate(a);var c=this._get(a,"onSelect");if(c)c.apply(a.input?a.input[0]:null,[b,a]);else a.input&&a.input.trigger("change");if(a.inline)this._updateDatepicker(a);else{this._hideDatepicker();this._lastInput=a.input[0];typeof a.input[0]!="object"&&a.input.focus();this._lastInput=null}},_updateAlternate:function(a){var b=this._get(a,"altField"); +if(b){var c=this._get(a,"altFormat")||this._get(a,"dateFormat"),e=this._getDate(a),f=this.formatDate(c,e,this._getFormatConfig(a));d(b).each(function(){d(this).val(f)})}},noWeekends:function(a){a=a.getDay();return[a>0&&a<6,""]},iso8601Week:function(a){a=new Date(a.getTime());a.setDate(a.getDate()+4-(a.getDay()||7));var b=a.getTime();a.setMonth(0);a.setDate(1);return Math.floor(Math.round((b-a)/864E5)/7)+1},parseDate:function(a,b,c){if(a==null||b==null)throw"Invalid arguments";b=typeof b=="object"? +b.toString():b+"";if(b=="")return null;var e=(c?c.shortYearCutoff:null)||this._defaults.shortYearCutoff;e=typeof e!="string"?e:(new Date).getFullYear()%100+parseInt(e,10);for(var f=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,h=(c?c.dayNames:null)||this._defaults.dayNames,i=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort,g=(c?c.monthNames:null)||this._defaults.monthNames,j=c=-1,l=-1,u=-1,k=false,o=function(p){(p=A+1-1){j=1;l=u;do{e=this._getDaysInMonth(c,j-1);if(l<=e)break;j++;l-=e}while(1)}v=this._daylightSavingAdjust(new Date(c,j-1,l));if(v.getFullYear()!=c||v.getMonth()+1!=j||v.getDate()!=l)throw"Invalid date";return v},ATOM:"yy-mm-dd", +COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*60*60*1E7,formatDate:function(a,b,c){if(!b)return"";var e=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,f=(c?c.dayNames:null)||this._defaults.dayNames,h=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort;c=(c?c.monthNames: +null)||this._defaults.monthNames;var i=function(o){(o=k+1 +12?a.getHours()+2:0);return a},_setDate:function(a,b,c){var e=!b,f=a.selectedMonth,h=a.selectedYear;b=this._restrictMinMax(a,this._determineDate(a,b,new Date));a.selectedDay=a.currentDay=b.getDate();a.drawMonth=a.selectedMonth=a.currentMonth=b.getMonth();a.drawYear=a.selectedYear=a.currentYear=b.getFullYear();if((f!=a.selectedMonth||h!=a.selectedYear)&&!c)this._notifyChange(a);this._adjustInstDate(a);if(a.input)a.input.val(e?"":this._formatDate(a))},_getDate:function(a){return!a.currentYear||a.input&& +a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay))},_generateHTML:function(a){var b=new Date;b=this._daylightSavingAdjust(new Date(b.getFullYear(),b.getMonth(),b.getDate()));var c=this._get(a,"isRTL"),e=this._get(a,"showButtonPanel"),f=this._get(a,"hideIfNoPrevNext"),h=this._get(a,"navigationAsDateFormat"),i=this._getNumberOfMonths(a),g=this._get(a,"showCurrentAtPos"),j=this._get(a,"stepMonths"),l=i[0]!=1||i[1]!=1,u=this._daylightSavingAdjust(!a.currentDay? +new Date(9999,9,9):new Date(a.currentYear,a.currentMonth,a.currentDay)),k=this._getMinMaxDate(a,"min"),o=this._getMinMaxDate(a,"max");g=a.drawMonth-g;var m=a.drawYear;if(g<0){g+=12;m--}if(o){var n=this._daylightSavingAdjust(new Date(o.getFullYear(),o.getMonth()-i[0]*i[1]+1,o.getDate()));for(n=k&&nn;){g--;if(g<0){g=11;m--}}}a.drawMonth=g;a.drawYear=m;n=this._get(a,"prevText");n=!h?n:this.formatDate(n,this._daylightSavingAdjust(new Date(m,g-j,1)),this._getFormatConfig(a)); +n=this._canAdjustMonth(a,-1,m,g)?''+n+"":f?"":''+n+"";var s=this._get(a,"nextText");s=!h?s:this.formatDate(s,this._daylightSavingAdjust(new Date(m, +g+j,1)),this._getFormatConfig(a));f=this._canAdjustMonth(a,+1,m,g)?''+s+"":f?"":''+s+"";j=this._get(a,"currentText");s=this._get(a,"gotoCurrent")&& +a.currentDay?u:b;j=!h?j:this.formatDate(j,s,this._getFormatConfig(a));h=!a.inline?'":"";e=e?'
    '+(c?h:"")+(this._isInRange(a,s)?'":"")+(c?"":h)+"
    ":"";h=parseInt(this._get(a,"firstDay"),10);h=isNaN(h)?0:h;j=this._get(a,"showWeek");s=this._get(a,"dayNames");this._get(a,"dayNamesShort");var q=this._get(a,"dayNamesMin"),A=this._get(a,"monthNames"),v=this._get(a,"monthNamesShort"),p=this._get(a,"beforeShowDay"),D=this._get(a,"showOtherMonths"),K=this._get(a,"selectOtherMonths");this._get(a,"calculateWeek");for(var E=this._getDefaultDate(a),w="",x=0;x1)switch(G){case 0:y+=" ui-datepicker-group-first";t=" ui-corner-"+(c?"right":"left");break;case i[1]-1:y+=" ui-datepicker-group-last";t=" ui-corner-"+(c?"left":"right");break;default:y+=" ui-datepicker-group-middle";t="";break}y+='">'}y+='
    '+(/all|left/.test(t)&& +x==0?c?f:n:"")+(/all|right/.test(t)&&x==0?c?n:f:"")+this._generateMonthYearHeader(a,g,m,k,o,x>0||G>0,A,v)+'
    ';var z=j?'":"";for(t=0;t<7;t++){var r=(t+h)%7;z+="=5?' class="ui-datepicker-week-end"':"")+'>'+q[r]+""}y+=z+"";z=this._getDaysInMonth(m,g);if(m==a.selectedYear&&g==a.selectedMonth)a.selectedDay=Math.min(a.selectedDay, +z);t=(this._getFirstDayOfMonth(m,g)-h+7)%7;z=Math.ceil((t+z)/7);this.maxRows=z=l?this.maxRows>z?this.maxRows:z:z;r=this._daylightSavingAdjust(new Date(m,g,1-t));for(var Q=0;Q";var R=!j?"":'";for(t=0;t<7;t++){var I=p?p.apply(a.input?a.input[0]:null,[r]):[true,""],F=r.getMonth()!=g,L=F&&!K||!I[0]||k&&ro;R+='";r.setDate(r.getDate()+1);r=this._daylightSavingAdjust(r)}y+=R+""}g++;if(g>11){g=0;m++}y+="
    '+this._get(a,"weekHeader")+"
    '+this._get(a,"calculateWeek")(r)+""+(F&&!D?" ":L?''+ +r.getDate()+"":''+r.getDate()+"")+"
    "+(l?""+(i[0]>0&&G==i[1]-1?'
    ':""):"");O+=y}w+=O}w+=e+(d.browser.msie&&parseInt(d.browser.version,10)<7&&!a.inline?'': +"");a._keyEvent=false;return w},_generateMonthYearHeader:function(a,b,c,e,f,h,i,g){var j=this._get(a,"changeMonth"),l=this._get(a,"changeYear"),u=this._get(a,"showMonthAfterYear"),k='
    ',o="";if(h||!j)o+=''+i[b]+"";else{i=e&&e.getFullYear()==c;var m=f&&f.getFullYear()==c;o+='"}u||(k+=o+(h||!(j&&l)?" ":""));if(!a.yearshtml){a.yearshtml="";if(h||!l)k+=''+c+"";else{g=this._get(a,"yearRange").split(":");var s=(new Date).getFullYear();i=function(q){q=q.match(/c[+-].*/)?c+parseInt(q.substring(1),10):q.match(/[+-].*/)?s+parseInt(q,10):parseInt(q,10);return isNaN(q)?s:q};b=i(g[0]);g=Math.max(b,i(g[1]||""));b=e?Math.max(b, +e.getFullYear()):b;g=f?Math.min(g,f.getFullYear()):g;for(a.yearshtml+='";k+=a.yearshtml;a.yearshtml=null}}k+=this._get(a,"yearSuffix");if(u)k+=(h||!(j&&l)?" ":"")+o;k+="
    ";return k},_adjustInstDate:function(a,b,c){var e=a.drawYear+(c=="Y"?b:0),f=a.drawMonth+ +(c=="M"?b:0);b=Math.min(a.selectedDay,this._getDaysInMonth(e,f))+(c=="D"?b:0);e=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(e,f,b)));a.selectedDay=e.getDate();a.drawMonth=a.selectedMonth=e.getMonth();a.drawYear=a.selectedYear=e.getFullYear();if(c=="M"||c=="Y")this._notifyChange(a)},_restrictMinMax:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");b=c&&ba?a:b},_notifyChange:function(a){var b=this._get(a,"onChangeMonthYear");if(b)b.apply(a.input? +a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,b){return this._determineDate(a,this._get(a,b+"Date"),null)},_getDaysInMonth:function(a,b){return 32-this._daylightSavingAdjust(new Date(a,b,32)).getDate()},_getFirstDayOfMonth:function(a,b){return(new Date(a,b,1)).getDay()},_canAdjustMonth:function(a,b,c,e){var f=this._getNumberOfMonths(a);c=this._daylightSavingAdjust(new Date(c, +e+(b<0?b:f[0]*f[1]),1));b<0&&c.setDate(this._getDaysInMonth(c.getFullYear(),c.getMonth()));return this._isInRange(a,c)},_isInRange:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");return(!c||b.getTime()>=c.getTime())&&(!a||b.getTime()<=a.getTime())},_getFormatConfig:function(a){var b=this._get(a,"shortYearCutoff");b=typeof b!="string"?b:(new Date).getFullYear()%100+parseInt(b,10);return{shortYearCutoff:b,dayNamesShort:this._get(a,"dayNamesShort"),dayNames:this._get(a, +"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,b,c,e){if(!b){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}b=b?typeof b=="object"?b:this._daylightSavingAdjust(new Date(e,c,b)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return this.formatDate(this._get(a,"dateFormat"),b,this._getFormatConfig(a))}});d.fn.datepicker=function(a){if(!this.length)return this; +if(!d.datepicker.initialized){d(document).mousedown(d.datepicker._checkExternalClick).find("body").append(d.datepicker.dpDiv);d.datepicker.initialized=true}var b=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));if(a=="option"&&arguments.length==2&&typeof arguments[1]=="string")return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));return this.each(function(){typeof a== +"string"?d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this].concat(b)):d.datepicker._attachDatepicker(this,a)})};d.datepicker=new M;d.datepicker.initialized=false;d.datepicker.uuid=(new Date).getTime();d.datepicker.version="1.8.16";window["DP_jQuery_"+B]=d})(jQuery); +;/* + * jQuery UI Progressbar 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(b,d){b.widget("ui.progressbar",{options:{value:0,max:100},min:0,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.options.max,"aria-valuenow":this._value()});this.valueDiv=b("
    ").appendTo(this.element);this.oldValue=this._value();this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"); +this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(a){if(a===d)return this._value();this._setOption("value",a);return this},_setOption:function(a,c){if(a==="value"){this.options.value=c;this._refreshValue();this._value()===this.options.max&&this._trigger("complete")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var a=this.options.value;if(typeof a!=="number")a=0;return Math.min(this.options.max,Math.max(this.min,a))},_percentage:function(){return 100* +this._value()/this.options.max},_refreshValue:function(){var a=this.value(),c=this._percentage();if(this.oldValue!==a){this.oldValue=a;this._trigger("change")}this.valueDiv.toggle(a>this.min).toggleClass("ui-corner-right",a===this.options.max).width(c.toFixed(0)+"%");this.element.attr("aria-valuenow",a)}});b.extend(b.ui.progressbar,{version:"1.8.16"})})(jQuery); +;/* + * jQuery UI Effects 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/ + */ +jQuery.effects||function(f,j){function m(c){var a;if(c&&c.constructor==Array&&c.length==3)return c;if(a=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(c))return[parseInt(a[1],10),parseInt(a[2],10),parseInt(a[3],10)];if(a=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(c))return[parseFloat(a[1])*2.55,parseFloat(a[2])*2.55,parseFloat(a[3])*2.55];if(a=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(c))return[parseInt(a[1], +16),parseInt(a[2],16),parseInt(a[3],16)];if(a=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(c))return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(c))return n.transparent;return n[f.trim(c).toLowerCase()]}function s(c,a){var b;do{b=f.curCSS(c,a);if(b!=""&&b!="transparent"||f.nodeName(c,"body"))break;a="backgroundColor"}while(c=c.parentNode);return m(b)}function o(){var c=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle, +a={},b,d;if(c&&c.length&&c[0]&&c[c[0]])for(var e=c.length;e--;){b=c[e];if(typeof c[b]=="string"){d=b.replace(/\-(\w)/g,function(g,h){return h.toUpperCase()});a[d]=c[b]}}else for(b in c)if(typeof c[b]==="string")a[b]=c[b];return a}function p(c){var a,b;for(a in c){b=c[a];if(b==null||f.isFunction(b)||a in t||/scrollbar/.test(a)||!/color/i.test(a)&&isNaN(parseFloat(b)))delete c[a]}return c}function u(c,a){var b={_:0},d;for(d in a)if(c[d]!=a[d])b[d]=a[d];return b}function k(c,a,b,d){if(typeof c=="object"){d= +a;b=null;a=c;c=a.effect}if(f.isFunction(a)){d=a;b=null;a={}}if(typeof a=="number"||f.fx.speeds[a]){d=b;b=a;a={}}if(f.isFunction(b)){d=b;b=null}a=a||{};b=b||a.duration;b=f.fx.off?0:typeof b=="number"?b:b in f.fx.speeds?f.fx.speeds[b]:f.fx.speeds._default;d=d||a.complete;return[c,a,b,d]}function l(c){if(!c||typeof c==="number"||f.fx.speeds[c])return true;if(typeof c==="string"&&!f.effects[c])return true;return false}f.effects={};f.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor", +"borderTopColor","borderColor","color","outlineColor"],function(c,a){f.fx.step[a]=function(b){if(!b.colorInit){b.start=s(b.elem,a);b.end=m(b.end);b.colorInit=true}b.elem.style[a]="rgb("+Math.max(Math.min(parseInt(b.pos*(b.end[0]-b.start[0])+b.start[0],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[1]-b.start[1])+b.start[1],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[2]-b.start[2])+b.start[2],10),255),0)+")"}});var n={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0, +0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211, +211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},q=["add","remove","toggle"],t={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};f.effects.animateClass=function(c,a,b, +d){if(f.isFunction(b)){d=b;b=null}return this.queue(function(){var e=f(this),g=e.attr("style")||" ",h=p(o.call(this)),r,v=e.attr("class");f.each(q,function(w,i){c[i]&&e[i+"Class"](c[i])});r=p(o.call(this));e.attr("class",v);e.animate(u(h,r),{queue:false,duration:a,easing:b,complete:function(){f.each(q,function(w,i){c[i]&&e[i+"Class"](c[i])});if(typeof e.attr("style")=="object"){e.attr("style").cssText="";e.attr("style").cssText=g}else e.attr("style",g);d&&d.apply(this,arguments);f.dequeue(this)}})})}; +f.fn.extend({_addClass:f.fn.addClass,addClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{add:c},a,b,d]):this._addClass(c)},_removeClass:f.fn.removeClass,removeClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{remove:c},a,b,d]):this._removeClass(c)},_toggleClass:f.fn.toggleClass,toggleClass:function(c,a,b,d,e){return typeof a=="boolean"||a===j?b?f.effects.animateClass.apply(this,[a?{add:c}:{remove:c},b,d,e]):this._toggleClass(c,a):f.effects.animateClass.apply(this, +[{toggle:c},a,b,d])},switchClass:function(c,a,b,d,e){return f.effects.animateClass.apply(this,[{add:a,remove:c},b,d,e])}});f.extend(f.effects,{version:"1.8.16",save:function(c,a){for(var b=0;b").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}), +d=document.activeElement;c.wrap(b);if(c[0]===d||f.contains(c[0],d))f(d).focus();b=c.parent();if(c.css("position")=="static"){b.css({position:"relative"});c.css({position:"relative"})}else{f.extend(a,{position:c.css("position"),zIndex:c.css("z-index")});f.each(["top","left","bottom","right"],function(e,g){a[g]=c.css(g);if(isNaN(parseInt(a[g],10)))a[g]="auto"});c.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})}return b.css(a).show()},removeWrapper:function(c){var a,b=document.activeElement; +if(c.parent().is(".ui-effects-wrapper")){a=c.parent().replaceWith(c);if(c[0]===b||f.contains(c[0],b))f(b).focus();return a}return c},setTransition:function(c,a,b,d){d=d||{};f.each(a,function(e,g){unit=c.cssUnit(g);if(unit[0]>0)d[g]=unit[0]*b+unit[1]});return d}});f.fn.extend({effect:function(c){var a=k.apply(this,arguments),b={options:a[1],duration:a[2],callback:a[3]};a=b.options.mode;var d=f.effects[c];if(f.fx.off||!d)return a?this[a](b.duration,b.callback):this.each(function(){b.callback&&b.callback.call(this)}); +return d.call(this,b)},_show:f.fn.show,show:function(c){if(l(c))return this._show.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(l(c))return this._hide.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="hide";return this.effect.apply(this,a)}},__toggle:f.fn.toggle,toggle:function(c){if(l(c)||typeof c==="boolean"||f.isFunction(c))return this.__toggle.apply(this,arguments);else{var a=k.apply(this, +arguments);a[1].mode="toggle";return this.effect.apply(this,a)}},cssUnit:function(c){var a=this.css(c),b=[];f.each(["em","px","%","pt"],function(d,e){if(a.indexOf(e)>0)b=[parseFloat(a),e]});return b}});f.easing.jswing=f.easing.swing;f.extend(f.easing,{def:"easeOutQuad",swing:function(c,a,b,d,e){return f.easing[f.easing.def](c,a,b,d,e)},easeInQuad:function(c,a,b,d,e){return d*(a/=e)*a+b},easeOutQuad:function(c,a,b,d,e){return-d*(a/=e)*(a-2)+b},easeInOutQuad:function(c,a,b,d,e){if((a/=e/2)<1)return d/ +2*a*a+b;return-d/2*(--a*(a-2)-1)+b},easeInCubic:function(c,a,b,d,e){return d*(a/=e)*a*a+b},easeOutCubic:function(c,a,b,d,e){return d*((a=a/e-1)*a*a+1)+b},easeInOutCubic:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a+b;return d/2*((a-=2)*a*a+2)+b},easeInQuart:function(c,a,b,d,e){return d*(a/=e)*a*a*a+b},easeOutQuart:function(c,a,b,d,e){return-d*((a=a/e-1)*a*a*a-1)+b},easeInOutQuart:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a+b;return-d/2*((a-=2)*a*a*a-2)+b},easeInQuint:function(c,a,b, +d,e){return d*(a/=e)*a*a*a*a+b},easeOutQuint:function(c,a,b,d,e){return d*((a=a/e-1)*a*a*a*a+1)+b},easeInOutQuint:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a*a+b;return d/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(c,a,b,d,e){return-d*Math.cos(a/e*(Math.PI/2))+d+b},easeOutSine:function(c,a,b,d,e){return d*Math.sin(a/e*(Math.PI/2))+b},easeInOutSine:function(c,a,b,d,e){return-d/2*(Math.cos(Math.PI*a/e)-1)+b},easeInExpo:function(c,a,b,d,e){return a==0?b:d*Math.pow(2,10*(a/e-1))+b},easeOutExpo:function(c, +a,b,d,e){return a==e?b+d:d*(-Math.pow(2,-10*a/e)+1)+b},easeInOutExpo:function(c,a,b,d,e){if(a==0)return b;if(a==e)return b+d;if((a/=e/2)<1)return d/2*Math.pow(2,10*(a-1))+b;return d/2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(c,a,b,d,e){return-d*(Math.sqrt(1-(a/=e)*a)-1)+b},easeOutCirc:function(c,a,b,d,e){return d*Math.sqrt(1-(a=a/e-1)*a)+b},easeInOutCirc:function(c,a,b,d,e){if((a/=e/2)<1)return-d/2*(Math.sqrt(1-a*a)-1)+b;return d/2*(Math.sqrt(1-(a-=2)*a)+1)+b},easeInElastic:function(c,a,b, +d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h").css({position:"absolute",visibility:"visible",left:-f*(h/d),top:-e*(i/c)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:h/d,height:i/c,left:g.left+f*(h/d)+(a.options.mode=="show"?(f-Math.floor(d/2))*(h/d):0),top:g.top+e*(i/c)+(a.options.mode=="show"?(e-Math.floor(c/2))*(i/c):0),opacity:a.options.mode=="show"?0:1}).animate({left:g.left+f*(h/d)+(a.options.mode=="show"?0:(f-Math.floor(d/2))*(h/d)),top:g.top+ e*(i/c)+(a.options.mode=="show"?0:(e-Math.floor(c/2))*(i/c)),opacity:a.options.mode=="show"?1:0},a.duration||500);setTimeout(function(){a.options.mode=="show"?b.css({visibility:"visible"}):b.css({visibility:"visible"}).hide();a.callback&&a.callback.apply(b[0]);b.dequeue();j("div.ui-effects-explode").remove()},a.duration||500)})}})(jQuery); +;/* + * jQuery UI Effects Fade 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fade + * + * Depends: + * jquery.effects.core.js + */ (function(b){b.effects.fade=function(a){return this.queue(function(){var c=b(this),d=b.effects.setMode(c,a.options.mode||"hide");c.animate({opacity:d},{queue:false,duration:a.duration,easing:a.options.easing,complete:function(){a.callback&&a.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery); -(function(c){c.effects.fold=function(a){return this.queue(function(){var b=c(this),j=["position","top","left"],d=c.effects.setMode(b,a.options.mode||"hide"),g=a.options.size||15,h=!!a.options.horizFirst,k=a.duration?a.duration/2:c.fx.speeds._default/2;c.effects.save(b,j);b.show();var e=c.effects.createWrapper(b).css({overflow:"hidden"}),f=d=="show"!=h,l=f?["width","height"]:["height","width"];f=f?[e.width(),e.height()]:[e.height(),e.width()];var i=/([0-9]+)%/.exec(g);if(i)g=parseInt(i[1],10)/100* -f[d=="hide"?0:1];if(d=="show")e.css(h?{height:0,width:g}:{height:g,width:0});h={};i={};h[l[0]]=d=="show"?f[0]:g;i[l[1]]=d=="show"?f[1]:0;e.animate(h,k,a.options.easing).animate(i,k,a.options.easing,function(){d=="hide"&&b.hide();c.effects.restore(b,j);c.effects.removeWrapper(b);a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery); +;/* + * jQuery UI Effects Fold 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fold + * + * Depends: + * jquery.effects.core.js + */ +(function(c){c.effects.fold=function(a){return this.queue(function(){var b=c(this),j=["position","top","bottom","left","right"],d=c.effects.setMode(b,a.options.mode||"hide"),g=a.options.size||15,h=!!a.options.horizFirst,k=a.duration?a.duration/2:c.fx.speeds._default/2;c.effects.save(b,j);b.show();var e=c.effects.createWrapper(b).css({overflow:"hidden"}),f=d=="show"!=h,l=f?["width","height"]:["height","width"];f=f?[e.width(),e.height()]:[e.height(),e.width()];var i=/([0-9]+)%/.exec(g);if(i)g=parseInt(i[1], +10)/100*f[d=="hide"?0:1];if(d=="show")e.css(h?{height:0,width:g}:{height:g,width:0});h={};i={};h[l[0]]=d=="show"?f[0]:g;i[l[1]]=d=="show"?f[1]:0;e.animate(h,k,a.options.easing).animate(i,k,a.options.easing,function(){d=="hide"&&b.hide();c.effects.restore(b,j);c.effects.removeWrapper(b);a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery); +;/* + * jQuery UI Effects Highlight 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Highlight + * + * Depends: + * jquery.effects.core.js + */ (function(b){b.effects.highlight=function(c){return this.queue(function(){var a=b(this),e=["backgroundImage","backgroundColor","opacity"],d=b.effects.setMode(a,c.options.mode||"show"),f={backgroundColor:a.css("backgroundColor")};if(d=="hide")f.opacity=0;b.effects.save(a,e);a.show().css({backgroundImage:"none",backgroundColor:c.options.color||"#ffff99"}).animate(f,{queue:false,duration:c.duration,easing:c.options.easing,complete:function(){d=="hide"&&a.hide();b.effects.restore(a,e);d=="show"&&!b.support.opacity&& this.style.removeAttribute("filter");c.callback&&c.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery); +;/* + * jQuery UI Effects Pulsate 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Pulsate + * + * Depends: + * jquery.effects.core.js + */ (function(d){d.effects.pulsate=function(a){return this.queue(function(){var b=d(this),c=d.effects.setMode(b,a.options.mode||"show");times=(a.options.times||5)*2-1;duration=a.duration?a.duration/2:d.fx.speeds._default/2;isVisible=b.is(":visible");animateTo=0;if(!isVisible){b.css("opacity",0).show();animateTo=1}if(c=="hide"&&isVisible||c=="show"&&!isVisible)times--;for(c=0;c').appendTo(document.body).addClass(a.options.className).css({top:d.top,left:d.left,height:b.innerHeight(),width:b.innerWidth(),position:"absolute"}).animate(c,a.duration,a.options.easing,function(){f.remove();a.callback&&a.callback.apply(b[0],arguments); b.dequeue()})})}})(jQuery); -(function(c){c.widget("ui.accordion",{options:{active:0,animated:"slide",autoHeight:true,clearStyle:false,collapsible:false,event:"click",fillSpace:false,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var a=this,b=a.options;a.running=0;a.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix"); -a.headers=a.element.find(b.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){b.disabled||c(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){b.disabled||c(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){b.disabled||c(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){b.disabled||c(this).removeClass("ui-state-focus")});a.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom"); -if(b.navigation){var d=a.element.find("a").filter(b.navigationFilter).eq(0);if(d.length){var f=d.closest(".ui-accordion-header");a.active=f.length?f:d.closest(".ui-accordion-content").prev()}}a.active=a._findActive(a.active||b.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all ui-corner-top");a.active.next().addClass("ui-accordion-content-active");a._createIcons();a.resize();a.element.attr("role","tablist");a.headers.attr("role","tab").bind("keydown.accordion",function(g){return a._keydown(g)}).next().attr("role", -"tabpanel");a.headers.not(a.active||"").attr({"aria-expanded":"false",tabIndex:-1}).next().hide();a.active.length?a.active.attr({"aria-expanded":"true",tabIndex:0}):a.headers.eq(0).attr("tabIndex",0);c.browser.safari||a.headers.find("a").attr("tabIndex",-1);b.event&&a.headers.bind(b.event.split(" ").join(".accordion ")+".accordion",function(g){a._clickHandler.call(a,g,this);g.preventDefault()})},_createIcons:function(){var a=this.options;if(a.icons){c("").addClass("ui-icon "+a.icons.header).prependTo(this.headers); -this.active.children(".ui-icon").toggleClass(a.icons.header).toggleClass(a.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var a=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabIndex"); -this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");if(a.autoHeight||a.fillHeight)b.css("height","");return c.Widget.prototype.destroy.call(this)},_setOption:function(a,b){c.Widget.prototype._setOption.apply(this,arguments);a=="active"&&this.activate(b);if(a=="icons"){this._destroyIcons(); -b&&this._createIcons()}if(a=="disabled")this.headers.add(this.headers.next())[b?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(a){if(!(this.options.disabled||a.altKey||a.ctrlKey)){var b=c.ui.keyCode,d=this.headers.length,f=this.headers.index(a.target),g=false;switch(a.keyCode){case b.RIGHT:case b.DOWN:g=this.headers[(f+1)%d];break;case b.LEFT:case b.UP:g=this.headers[(f-1+d)%d];break;case b.SPACE:case b.ENTER:this._clickHandler({target:a.target},a.target); -a.preventDefault()}if(g){c(a.target).attr("tabIndex",-1);c(g).attr("tabIndex",0);g.focus();return false}return true}},resize:function(){var a=this.options,b;if(a.fillSpace){if(c.browser.msie){var d=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}b=this.element.parent().height();c.browser.msie&&this.element.parent().css("overflow",d);this.headers.each(function(){b-=c(this).outerHeight(true)});this.headers.next().each(function(){c(this).height(Math.max(0,b-c(this).innerHeight()+ -c(this).height()))}).css("overflow","auto")}else if(a.autoHeight){b=0;this.headers.next().each(function(){b=Math.max(b,c(this).height("").height())}).height(b)}return this},activate:function(a){this.options.active=a;a=this._findActive(a)[0];this._clickHandler({target:a},a);return this},_findActive:function(a){return a?typeof a==="number"?this.headers.filter(":eq("+a+")"):this.headers.not(this.headers.not(a)):a===false?c([]):this.headers.filter(":eq(0)")},_clickHandler:function(a,b){var d=this.options; -if(!d.disabled)if(a.target){a=c(a.currentTarget||b);b=a[0]===this.active[0];d.active=d.collapsible&&b?false:this.headers.index(a);if(!(this.running||!d.collapsible&&b)){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);if(!b){a.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected); -a.next().addClass("ui-accordion-content-active")}h=a.next();f=this.active.next();g={options:d,newHeader:b&&d.collapsible?c([]):a,oldHeader:this.active,newContent:b&&d.collapsible?c([]):h,oldContent:f};d=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=b?c([]):a;this._toggle(h,f,g,b,d)}}else if(d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header); -this.active.next().addClass("ui-accordion-content-active");var f=this.active.next(),g={options:d,newHeader:c([]),oldHeader:d.active,newContent:c([]),oldContent:f},h=this.active=c([]);this._toggle(h,f,g)}},_toggle:function(a,b,d,f,g){var h=this,e=h.options;h.toShow=a;h.toHide=b;h.data=d;var j=function(){if(h)return h._completed.apply(h,arguments)};h._trigger("changestart",null,h.data);h.running=b.size()===0?a.size():b.size();if(e.animated){d={};d=e.collapsible&&f?{toShow:c([]),toHide:b,complete:j, -down:g,autoHeight:e.autoHeight||e.fillSpace}:{toShow:a,toHide:b,complete:j,down:g,autoHeight:e.autoHeight||e.fillSpace};if(!e.proxied)e.proxied=e.animated;if(!e.proxiedDuration)e.proxiedDuration=e.duration;e.animated=c.isFunction(e.proxied)?e.proxied(d):e.proxied;e.duration=c.isFunction(e.proxiedDuration)?e.proxiedDuration(d):e.proxiedDuration;f=c.ui.accordion.animations;var i=e.duration,k=e.animated;if(k&&!f[k]&&!c.easing[k])k="slide";f[k]||(f[k]=function(l){this.slide(l,{easing:k,duration:i||700})}); -f[k](d)}else{if(e.collapsible&&f)a.toggle();else{b.hide();a.show()}j(true)}b.prev().attr({"aria-expanded":"false",tabIndex:-1}).blur();a.prev().attr({"aria-expanded":"true",tabIndex:0}).focus()},_completed:function(a){this.running=a?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");this._trigger("change",null,this.data)}}});c.extend(c.ui.accordion,{version:"1.8.4",animations:{slide:function(a, -b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),f=0,g={},h={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(parseInt(b.css("borderRightWidth"),10)||0));c.each(["height","paddingTop","paddingBottom"],function(j,i){h[i]="hide";j=(""+c.css(a.toShow[0],i)).match(/^([\d+-.]+)(.*)$/);g[i]={value:j[1], -unit:j[2]||"px"}});a.toShow.css({height:0,overflow:"hidden"}).show();a.toHide.filter(":hidden").each(a.complete).end().filter(":visible").animate(h,{step:function(j,i){if(i.prop=="height")f=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=f*g[i.prop].value+g[i.prop].unit},duration:a.duration,easing:a.easing,complete:function(){a.autoHeight||a.toShow.css("height","");a.toShow.css({width:e,overflow:d});a.complete()}})}else a.toHide.animate({height:"hide",paddingTop:"hide", -paddingBottom:"hide"},a);else a.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},a)},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1E3:200})}}})})(jQuery); -(function(e){e.widget("ui.autocomplete",{options:{appendTo:"body",delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null},_create:function(){var a=this,b=this.element[0].ownerDocument;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(c){if(!a.options.disabled){var d=e.ui.keyCode;switch(c.keyCode){case d.PAGE_UP:a._move("previousPage", -c);break;case d.PAGE_DOWN:a._move("nextPage",c);break;case d.UP:a._move("previous",c);c.preventDefault();break;case d.DOWN:a._move("next",c);c.preventDefault();break;case d.ENTER:case d.NUMPAD_ENTER:a.menu.element.is(":visible")&&c.preventDefault();case d.TAB:if(!a.menu.active)return;a.menu.select(c);break;case d.ESCAPE:a.element.val(a.term);a.close(c);break;default:clearTimeout(a.searching);a.searching=setTimeout(function(){if(a.term!=a.element.val()){a.selectedItem=null;a.search(null,c)}},a.options.delay); -break}}}).bind("focus.autocomplete",function(){if(!a.options.disabled){a.selectedItem=null;a.previous=a.element.val()}}).bind("blur.autocomplete",function(c){if(!a.options.disabled){clearTimeout(a.searching);a.closing=setTimeout(function(){a.close(c);a._change(c)},150)}});this._initSource();this.response=function(){return a._response.apply(a,arguments)};this.menu=e("
      ").addClass("ui-autocomplete").appendTo(e(this.options.appendTo||"body",b)[0]).mousedown(function(c){var d=a.menu.element[0]; -c.target===d&&setTimeout(function(){e(document).one("mousedown",function(f){f.target!==a.element[0]&&f.target!==d&&!e.ui.contains(d,f.target)&&a.close()})},1);setTimeout(function(){clearTimeout(a.closing)},13)}).menu({focus:function(c,d){d=d.item.data("item.autocomplete");false!==a._trigger("focus",null,{item:d})&&/^key/.test(c.originalEvent.type)&&a.element.val(d.value)},selected:function(c,d){d=d.item.data("item.autocomplete");var f=a.previous;if(a.element[0]!==b.activeElement){a.element.focus(); -a.previous=f}false!==a._trigger("select",c,{item:d})&&a.element.val(d.value);a.close(c);a.selectedItem=d},blur:function(){a.menu.element.is(":visible")&&a.element.val()!==a.term&&a.element.val(a.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu");e.fn.bgiframe&&this.menu.element.bgiframe()},destroy:function(){this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup");this.menu.element.remove(); -e.Widget.prototype.destroy.call(this)},_setOption:function(a,b){e.Widget.prototype._setOption.apply(this,arguments);a==="source"&&this._initSource();if(a==="appendTo")this.menu.element.appendTo(e(b||"body",this.element[0].ownerDocument)[0])},_initSource:function(){var a,b;if(e.isArray(this.options.source)){a=this.options.source;this.source=function(c,d){d(e.ui.autocomplete.filter(a,c.term))}}else if(typeof this.options.source==="string"){b=this.options.source;this.source=function(c,d){e.getJSON(b, -c,d)}}else this.source=this.options.source},search:function(a,b){a=a!=null?a:this.element.val();if(a.length").data("item.autocomplete",b).append(e("").text(b.label)).appendTo(a)},_move:function(a, -b){if(this.menu.element.is(":visible"))if(this.menu.first()&&/^previous/.test(a)||this.menu.last()&&/^next/.test(a)){this.element.val(this.term);this.menu.deactivate()}else this.menu[a](b);else this.search(null,b)},widget:function(){return this.menu.element}});e.extend(e.ui.autocomplete,{escapeRegex:function(a){return a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")},filter:function(a,b){var c=new RegExp(e.ui.autocomplete.escapeRegex(b),"i");return e.grep(a,function(d){return c.test(d.label||d.value|| -d)})}})})(jQuery); -(function(e){e.widget("ui.menu",{_create:function(){var a=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(b){if(e(b.target).closest(".ui-menu-item a").length){b.preventDefault();a.select(b)}});this.refresh()},refresh:function(){var a=this;this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem").children("a").addClass("ui-corner-all").attr("tabindex",-1).mouseenter(function(b){a.activate(b, -e(this).parent())}).mouseleave(function(){a.deactivate()})},activate:function(a,b){this.deactivate();if(this.hasScroll()){var c=b.offset().top-this.element.offset().top,d=this.element.attr("scrollTop"),f=this.element.height();if(c<0)this.element.attr("scrollTop",d+c);else c>f&&this.element.attr("scrollTop",d+c-f+b.height())}this.active=b.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end();this._trigger("focus",a,{item:b})},deactivate:function(){if(this.active){this.active.children("a").removeClass("ui-state-hover").removeAttr("id"); -this._trigger("blur");this.active=null}},next:function(a){this.move("next",".ui-menu-item:first",a)},previous:function(a){this.move("prev",".ui-menu-item:last",a)},first:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},last:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},move:function(a,b,c){if(this.active){a=this.active[a+"All"](".ui-menu-item").eq(0);a.length?this.activate(c,a):this.activate(c,this.element.children(b))}else this.activate(c, -this.element.children(b))},nextPage:function(a){if(this.hasScroll())if(!this.active||this.last())this.activate(a,this.element.children(":first"));else{var b=this.active.offset().top,c=this.element.height(),d=this.element.children("li").filter(function(){var f=e(this).offset().top-b-c+e(this).height();return f<10&&f>-10});d.length||(d=this.element.children(":last"));this.activate(a,d)}else this.activate(a,this.element.children(!this.active||this.last()?":first":":last"))},previousPage:function(a){if(this.hasScroll())if(!this.active|| -this.first())this.activate(a,this.element.children(":last"));else{var b=this.active.offset().top,c=this.element.height();result=this.element.children("li").filter(function(){var d=e(this).offset().top-b+c-e(this).height();return d<10&&d>-10});result.length||(result=this.element.children(":first"));this.activate(a,result)}else this.activate(a,this.element.children(!this.active||this.first()?":last":":first"))},hasScroll:function(){return this.element.height()").addClass("ui-button-text").html(this.options.label).appendTo(b.empty()).text(),d=this.options.icons,e=d.primary&&d.secondary;if(d.primary||d.secondary){b.addClass("ui-button-text-icon"+(e?"s":d.primary?"-primary":"-secondary"));d.primary&&b.prepend("");d.secondary&&b.append("");if(!this.options.text){b.addClass(e?"ui-button-icons-only":"ui-button-icon-only").removeClass("ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary"); -this.hasTitle||b.attr("title",c)}}else b.addClass("ui-button-text-only")}}});a.widget("ui.buttonset",{_create:function(){this.element.addClass("ui-buttonset");this._init()},_init:function(){this.refresh()},_setOption:function(b,c){b==="disabled"&&this.buttons.button("option",b,c);a.Widget.prototype._setOption.apply(this,arguments)},refresh:function(){this.buttons=this.element.find(":button, :submit, :reset, :checkbox, :radio, a, :data(button)").filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass("ui-corner-left").end().filter(":last").addClass("ui-corner-right").end().end()}, -destroy:function(){this.element.removeClass("ui-buttonset");this.buttons.map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy");a.Widget.prototype.destroy.call(this)}})})(jQuery); -(function(d,G){function L(){this.debug=false;this._curInst=null;this._keyEvent=false;this._disabledInputs=[];this._inDialog=this._datepickerShowing=false;this._mainDivId="ui-datepicker-div";this._inlineClass="ui-datepicker-inline";this._appendClass="ui-datepicker-append";this._triggerClass="ui-datepicker-trigger";this._dialogClass="ui-datepicker-dialog";this._disableClass="ui-datepicker-disabled";this._unselectableClass="ui-datepicker-unselectable";this._currentClass="ui-datepicker-current-day";this._dayOverClass= -"ui-datepicker-days-cell-over";this.regional=[];this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su", -"Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:false,showMonthAfterYear:false,yearSuffix:""};this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:false,hideIfNoPrevNext:false,navigationAsDateFormat:false,gotoCurrent:false,changeMonth:false,changeYear:false,yearRange:"c-10:c+10",showOtherMonths:false,selectOtherMonths:false,showWeek:false,calculateWeek:this.iso8601Week,shortYearCutoff:"+10", -minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:true,showButtonPanel:false,autoSize:false};d.extend(this._defaults,this.regional[""]);this.dpDiv=d('
      ')}function E(a,b){d.extend(a, -b);for(var c in b)if(b[c]==null||b[c]==G)a[c]=b[c];return a}d.extend(d.ui,{datepicker:{version:"1.8.4"}});var y=(new Date).getTime();d.extend(L.prototype,{markerClassName:"hasDatepicker",log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(a){E(this._defaults,a||{});return this},_attachDatepicker:function(a,b){var c=null;for(var e in this._defaults){var f=a.getAttribute("date:"+e);if(f){c=c||{};try{c[e]=eval(f)}catch(h){c[e]= -f}}}e=a.nodeName.toLowerCase();f=e=="div"||e=="span";if(!a.id){this.uuid+=1;a.id="dp"+this.uuid}var i=this._newInst(d(a),f);i.settings=d.extend({},b||{},c||{});if(e=="input")this._connectDatepicker(a,i);else f&&this._inlineDatepicker(a,i)},_newInst:function(a,b){return{id:a[0].id.replace(/([^A-Za-z0-9_])/g,"\\\\$1"),input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:b,dpDiv:!b?this.dpDiv:d('
      ')}}, -_connectDatepicker:function(a,b){var c=d(a);b.append=d([]);b.trigger=d([]);if(!c.hasClass(this.markerClassName)){this._attachments(c,b);c.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});this._autoSize(b);d.data(a,"datepicker",b)}},_attachments:function(a,b){var c=this._get(b,"appendText"),e=this._get(b,"isRTL");b.append&& -b.append.remove();if(c){b.append=d(''+c+"");a[e?"before":"after"](b.append)}a.unbind("focus",this._showDatepicker);b.trigger&&b.trigger.remove();c=this._get(b,"showOn");if(c=="focus"||c=="both")a.focus(this._showDatepicker);if(c=="button"||c=="both"){c=this._get(b,"buttonText");var f=this._get(b,"buttonImage");b.trigger=d(this._get(b,"buttonImageOnly")?d("").addClass(this._triggerClass).attr({src:f,alt:c,title:c}):d('').addClass(this._triggerClass).html(f== -""?c:d("").attr({src:f,alt:c,title:c})));a[e?"before":"after"](b.trigger);b.trigger.click(function(){d.datepicker._datepickerShowing&&d.datepicker._lastInput==a[0]?d.datepicker._hideDatepicker():d.datepicker._showDatepicker(a[0]);return false})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var b=new Date(2009,11,20),c=this._get(a,"dateFormat");if(c.match(/[DM]/)){var e=function(f){for(var h=0,i=0,g=0;gh){h=f[g].length;i=g}return i};b.setMonth(e(this._get(a, -c.match(/MM/)?"monthNames":"monthNamesShort")));b.setDate(e(this._get(a,c.match(/DD/)?"dayNames":"dayNamesShort"))+20-b.getDay())}a.input.attr("size",this._formatDate(a,b).length)}},_inlineDatepicker:function(a,b){var c=d(a);if(!c.hasClass(this.markerClassName)){c.addClass(this.markerClassName).append(b.dpDiv).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});d.data(a,"datepicker",b);this._setDate(b,this._getDefaultDate(b), -true);this._updateDatepicker(b);this._updateAlternate(b)}},_dialogDatepicker:function(a,b,c,e,f){a=this._dialogInst;if(!a){this.uuid+=1;this._dialogInput=d('');this._dialogInput.keydown(this._doKeyDown);d("body").append(this._dialogInput);a=this._dialogInst=this._newInst(this._dialogInput,false);a.settings={};d.data(this._dialogInput[0],"datepicker",a)}E(a.settings,e||{});b=b&&b.constructor== -Date?this._formatDate(a,b):b;this._dialogInput.val(b);this._pos=f?f.length?f:[f.pageX,f.pageY]:null;if(!this._pos)this._pos=[document.documentElement.clientWidth/2-100+(document.documentElement.scrollLeft||document.body.scrollLeft),document.documentElement.clientHeight/2-150+(document.documentElement.scrollTop||document.body.scrollTop)];this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px");a.settings.onSelect=c;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]); -d.blockUI&&d.blockUI(this.dpDiv);d.data(this._dialogInput[0],"datepicker",a);return this},_destroyDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();d.removeData(a,"datepicker");if(e=="input"){c.append.remove();c.trigger.remove();b.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)}else if(e=="div"||e=="span")b.removeClass(this.markerClassName).empty()}}, -_enableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=false;c.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else if(e=="div"||e=="span")b.children("."+this._inlineClass).children().removeClass("ui-state-disabled");this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null:f})}},_disableDatepicker:function(a){var b= -d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=true;c.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else if(e=="div"||e=="span")b.children("."+this._inlineClass).children().addClass("ui-state-disabled");this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null:f});this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return false; -for(var b=0;b-1}},_doKeyUp:function(a){a=d.datepicker._getInst(a.target);if(a.input.val()!=a.lastVal)try{if(d.datepicker.parseDate(d.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,d.datepicker._getFormatConfig(a))){d.datepicker._setDateFromField(a);d.datepicker._updateAlternate(a);d.datepicker._updateDatepicker(a)}}catch(b){d.datepicker.log(b)}return true},_showDatepicker:function(a){a=a.target|| -a;if(a.nodeName.toLowerCase()!="input")a=d("input",a.parentNode)[0];if(!(d.datepicker._isDisabledDatepicker(a)||d.datepicker._lastInput==a)){var b=d.datepicker._getInst(a);d.datepicker._curInst&&d.datepicker._curInst!=b&&d.datepicker._curInst.dpDiv.stop(true,true);var c=d.datepicker._get(b,"beforeShow");E(b.settings,c?c.apply(a,[a,b]):{});b.lastVal=null;d.datepicker._lastInput=a;d.datepicker._setDateFromField(b);if(d.datepicker._inDialog)a.value="";if(!d.datepicker._pos){d.datepicker._pos=d.datepicker._findPos(a); -d.datepicker._pos[1]+=a.offsetHeight}var e=false;d(a).parents().each(function(){e|=d(this).css("position")=="fixed";return!e});if(e&&d.browser.opera){d.datepicker._pos[0]-=document.documentElement.scrollLeft;d.datepicker._pos[1]-=document.documentElement.scrollTop}c={left:d.datepicker._pos[0],top:d.datepicker._pos[1]};d.datepicker._pos=null;b.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});d.datepicker._updateDatepicker(b);c=d.datepicker._checkOffset(b,c,e);b.dpDiv.css({position:d.datepicker._inDialog&& -d.blockUI?"static":e?"fixed":"absolute",display:"none",left:c.left+"px",top:c.top+"px"});if(!b.inline){c=d.datepicker._get(b,"showAnim");var f=d.datepicker._get(b,"duration"),h=function(){d.datepicker._datepickerShowing=true;var i=d.datepicker._getBorders(b.dpDiv);b.dpDiv.find("iframe.ui-datepicker-cover").css({left:-i[0],top:-i[1],width:b.dpDiv.outerWidth(),height:b.dpDiv.outerHeight()})};b.dpDiv.zIndex(d(a).zIndex()+1);d.effects&&d.effects[c]?b.dpDiv.show(c,d.datepicker._get(b,"showOptions"),f, -h):b.dpDiv[c||"show"](c?f:null,h);if(!c||!f)h();b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus();d.datepicker._curInst=b}}},_updateDatepicker:function(a){var b=this,c=d.datepicker._getBorders(a.dpDiv);a.dpDiv.empty().append(this._generateHTML(a)).find("iframe.ui-datepicker-cover").css({left:-c[0],top:-c[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()}).end().find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout",function(){d(this).removeClass("ui-state-hover"); -this.className.indexOf("ui-datepicker-prev")!=-1&&d(this).removeClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).removeClass("ui-datepicker-next-hover")}).bind("mouseover",function(){if(!b._isDisabledDatepicker(a.inline?a.dpDiv.parent()[0]:a.input[0])){d(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");d(this).addClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&d(this).addClass("ui-datepicker-prev-hover"); -this.className.indexOf("ui-datepicker-next")!=-1&&d(this).addClass("ui-datepicker-next-hover")}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();c=this._getNumberOfMonths(a);var e=c[1];e>1?a.dpDiv.addClass("ui-datepicker-multi-"+e).css("width",17*e+"em"):a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");a.dpDiv[(c[0]!=1||c[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");a.dpDiv[(this._get(a,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"); -a==d.datepicker._curInst&&d.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&&!a.input.is(":disabled")&&a.input.focus()},_getBorders:function(a){var b=function(c){return{thin:1,medium:2,thick:3}[c]||c};return[parseFloat(b(a.css("border-left-width"))),parseFloat(b(a.css("border-top-width")))]},_checkOffset:function(a,b,c){var e=a.dpDiv.outerWidth(),f=a.dpDiv.outerHeight(),h=a.input?a.input.outerWidth():0,i=a.input?a.input.outerHeight():0,g=document.documentElement.clientWidth+d(document).scrollLeft(), -k=document.documentElement.clientHeight+d(document).scrollTop();b.left-=this._get(a,"isRTL")?e-h:0;b.left-=c&&b.left==a.input.offset().left?d(document).scrollLeft():0;b.top-=c&&b.top==a.input.offset().top+i?d(document).scrollTop():0;b.left-=Math.min(b.left,b.left+e>g&&g>e?Math.abs(b.left+e-g):0);b.top-=Math.min(b.top,b.top+f>k&&k>f?Math.abs(f+i):0);return b},_findPos:function(a){for(var b=this._get(this._getInst(a),"isRTL");a&&(a.type=="hidden"||a.nodeType!=1);)a=a[b?"previousSibling":"nextSibling"]; -a=d(a).offset();return[a.left,a.top]},_hideDatepicker:function(a){var b=this._curInst;if(!(!b||a&&b!=d.data(a,"datepicker")))if(this._datepickerShowing){a=this._get(b,"showAnim");var c=this._get(b,"duration"),e=function(){d.datepicker._tidyDialog(b);this._curInst=null};d.effects&&d.effects[a]?b.dpDiv.hide(a,d.datepicker._get(b,"showOptions"),c,e):b.dpDiv[a=="slideDown"?"slideUp":a=="fadeIn"?"fadeOut":"hide"](a?c:null,e);a||e();if(a=this._get(b,"onClose"))a.apply(b.input?b.input[0]:null,[b.input?b.input.val(): -"",b]);this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(d.blockUI){d.unblockUI();d("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(a){if(d.datepicker._curInst){a=d(a.target);a[0].id!=d.datepicker._mainDivId&&a.parents("#"+d.datepicker._mainDivId).length==0&&!a.hasClass(d.datepicker.markerClassName)&& -!a.hasClass(d.datepicker._triggerClass)&&d.datepicker._datepickerShowing&&!(d.datepicker._inDialog&&d.blockUI)&&d.datepicker._hideDatepicker()}},_adjustDate:function(a,b,c){a=d(a);var e=this._getInst(a[0]);if(!this._isDisabledDatepicker(a[0])){this._adjustInstDate(e,b+(c=="M"?this._get(e,"showCurrentAtPos"):0),c);this._updateDatepicker(e)}},_gotoToday:function(a){a=d(a);var b=this._getInst(a[0]);if(this._get(b,"gotoCurrent")&&b.currentDay){b.selectedDay=b.currentDay;b.drawMonth=b.selectedMonth=b.currentMonth; -b.drawYear=b.selectedYear=b.currentYear}else{var c=new Date;b.selectedDay=c.getDate();b.drawMonth=b.selectedMonth=c.getMonth();b.drawYear=b.selectedYear=c.getFullYear()}this._notifyChange(b);this._adjustDate(a)},_selectMonthYear:function(a,b,c){a=d(a);var e=this._getInst(a[0]);e._selectingMonthYear=false;e["selected"+(c=="M"?"Month":"Year")]=e["draw"+(c=="M"?"Month":"Year")]=parseInt(b.options[b.selectedIndex].value,10);this._notifyChange(e);this._adjustDate(a)},_clickMonthYear:function(a){var b= -this._getInst(d(a)[0]);b.input&&b._selectingMonthYear&&setTimeout(function(){b.input.focus()},0);b._selectingMonthYear=!b._selectingMonthYear},_selectDay:function(a,b,c,e){var f=d(a);if(!(d(e).hasClass(this._unselectableClass)||this._isDisabledDatepicker(f[0]))){f=this._getInst(f[0]);f.selectedDay=f.currentDay=d("a",e).html();f.selectedMonth=f.currentMonth=b;f.selectedYear=f.currentYear=c;this._selectDate(a,this._formatDate(f,f.currentDay,f.currentMonth,f.currentYear))}},_clearDate:function(a){a= -d(a);this._getInst(a[0]);this._selectDate(a,"")},_selectDate:function(a,b){a=this._getInst(d(a)[0]);b=b!=null?b:this._formatDate(a);a.input&&a.input.val(b);this._updateAlternate(a);var c=this._get(a,"onSelect");if(c)c.apply(a.input?a.input[0]:null,[b,a]);else a.input&&a.input.trigger("change");if(a.inline)this._updateDatepicker(a);else{this._hideDatepicker();this._lastInput=a.input[0];typeof a.input[0]!="object"&&a.input.focus();this._lastInput=null}},_updateAlternate:function(a){var b=this._get(a, -"altField");if(b){var c=this._get(a,"altFormat")||this._get(a,"dateFormat"),e=this._getDate(a),f=this.formatDate(c,e,this._getFormatConfig(a));d(b).each(function(){d(this).val(f)})}},noWeekends:function(a){a=a.getDay();return[a>0&&a<6,""]},iso8601Week:function(a){a=new Date(a.getTime());a.setDate(a.getDate()+4-(a.getDay()||7));var b=a.getTime();a.setMonth(0);a.setDate(1);return Math.floor(Math.round((b-a)/864E5)/7)+1},parseDate:function(a,b,c){if(a==null||b==null)throw"Invalid arguments";b=typeof b== -"object"?b.toString():b+"";if(b=="")return null;for(var e=(c?c.shortYearCutoff:null)||this._defaults.shortYearCutoff,f=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,h=(c?c.dayNames:null)||this._defaults.dayNames,i=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort,g=(c?c.monthNames:null)||this._defaults.monthNames,k=c=-1,l=-1,u=-1,j=false,o=function(p){(p=z+1-1){k=1;l=u;do{e=this._getDaysInMonth(c, -k-1);if(l<=e)break;k++;l-=e}while(1)}v=this._daylightSavingAdjust(new Date(c,k-1,l));if(v.getFullYear()!=c||v.getMonth()+1!=k||v.getDate()!=l)throw"Invalid date";return v},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*60*60*1E7,formatDate:function(a,b,c){if(!b)return""; -var e=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,f=(c?c.dayNames:null)||this._defaults.dayNames,h=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort;c=(c?c.monthNames:null)||this._defaults.monthNames;var i=function(o){(o=j+112?a.getHours()+2:0);return a},_setDate:function(a,b,c){var e=!b,f=a.selectedMonth,h=a.selectedYear;b=this._restrictMinMax(a,this._determineDate(a,b,new Date));a.selectedDay=a.currentDay=b.getDate();a.drawMonth=a.selectedMonth=a.currentMonth=b.getMonth();a.drawYear=a.selectedYear=a.currentYear=b.getFullYear();if((f!=a.selectedMonth||h!=a.selectedYear)&&!c)this._notifyChange(a);this._adjustInstDate(a);if(a.input)a.input.val(e?"":this._formatDate(a))},_getDate:function(a){return!a.currentYear|| -a.input&&a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay))},_generateHTML:function(a){var b=new Date;b=this._daylightSavingAdjust(new Date(b.getFullYear(),b.getMonth(),b.getDate()));var c=this._get(a,"isRTL"),e=this._get(a,"showButtonPanel"),f=this._get(a,"hideIfNoPrevNext"),h=this._get(a,"navigationAsDateFormat"),i=this._getNumberOfMonths(a),g=this._get(a,"showCurrentAtPos"),k=this._get(a,"stepMonths"),l=i[0]!=1||i[1]!=1,u=this._daylightSavingAdjust(!a.currentDay? -new Date(9999,9,9):new Date(a.currentYear,a.currentMonth,a.currentDay)),j=this._getMinMaxDate(a,"min"),o=this._getMinMaxDate(a,"max");g=a.drawMonth-g;var m=a.drawYear;if(g<0){g+=12;m--}if(o){var n=this._daylightSavingAdjust(new Date(o.getFullYear(),o.getMonth()-i[0]*i[1]+1,o.getDate()));for(n=j&&nn;){g--;if(g<0){g=11;m--}}}a.drawMonth=g;a.drawYear=m;n=this._get(a,"prevText");n=!h?n:this.formatDate(n,this._daylightSavingAdjust(new Date(m,g-k,1)),this._getFormatConfig(a)); -n=this._canAdjustMonth(a,-1,m,g)?''+n+"":f?"":''+n+"";var r=this._get(a,"nextText");r=!h?r:this.formatDate(r,this._daylightSavingAdjust(new Date(m, -g+k,1)),this._getFormatConfig(a));f=this._canAdjustMonth(a,+1,m,g)?''+r+"":f?"":''+r+"";k=this._get(a,"currentText");r=this._get(a,"gotoCurrent")&& -a.currentDay?u:b;k=!h?k:this.formatDate(k,r,this._getFormatConfig(a));h=!a.inline?'":"";e=e?'
      '+(c?h:"")+(this._isInRange(a,r)?'":"")+(c?"":h)+"
      ":"";h=parseInt(this._get(a,"firstDay"),10);h=isNaN(h)?0:h;k=this._get(a,"showWeek");r=this._get(a,"dayNames");this._get(a,"dayNamesShort");var s=this._get(a,"dayNamesMin"),z=this._get(a,"monthNames"),v=this._get(a,"monthNamesShort"),p=this._get(a,"beforeShowDay"),w=this._get(a,"showOtherMonths"),H=this._get(a,"selectOtherMonths");this._get(a,"calculateWeek");for(var M=this._getDefaultDate(a),I="",C=0;C1)switch(D){case 0:x+=" ui-datepicker-group-first";t=" ui-corner-"+(c?"right":"left");break;case i[1]-1:x+=" ui-datepicker-group-last";t=" ui-corner-"+(c?"left":"right");break;default:x+=" ui-datepicker-group-middle";t="";break}x+='">'}x+='
      '+(/all|left/.test(t)&&C==0?c? -f:n:"")+(/all|right/.test(t)&&C==0?c?n:f:"")+this._generateMonthYearHeader(a,g,m,j,o,C>0||D>0,z,v)+'
      ';var A=k?'":"";for(t=0;t<7;t++){var q=(t+h)%7;A+="=5?' class="ui-datepicker-week-end"':"")+'>'+s[q]+""}x+=A+"";A=this._getDaysInMonth(m,g);if(m==a.selectedYear&&g==a.selectedMonth)a.selectedDay=Math.min(a.selectedDay, -A);t=(this._getFirstDayOfMonth(m,g)-h+7)%7;A=l?6:Math.ceil((t+A)/7);q=this._daylightSavingAdjust(new Date(m,g,1-t));for(var O=0;O";var P=!k?"":'";for(t=0;t<7;t++){var F=p?p.apply(a.input?a.input[0]:null,[q]):[true,""],B=q.getMonth()!=g,K=B&&!H||!F[0]||j&&qo;P+='";q.setDate(q.getDate()+1);q=this._daylightSavingAdjust(q)}x+=P+""}g++;if(g>11){g=0;m++}x+="
      '+this._get(a,"weekHeader")+"
      '+this._get(a,"calculateWeek")(q)+""+(B&&!w?" ":K?''+q.getDate()+ -"":''+q.getDate()+"")+"
      "+(l?""+(i[0]>0&&D==i[1]-1?'
      ':""):"");N+=x}I+=N}I+=e+(d.browser.msie&&parseInt(d.browser.version,10)<7&&!a.inline?'': -"");a._keyEvent=false;return I},_generateMonthYearHeader:function(a,b,c,e,f,h,i,g){var k=this._get(a,"changeMonth"),l=this._get(a,"changeYear"),u=this._get(a,"showMonthAfterYear"),j='
      ',o="";if(h||!k)o+=''+i[b]+"";else{i=e&&e.getFullYear()==c;var m=f&&f.getFullYear()==c;o+='"}u||(j+=o+(h||!(k&&l)?" ":""));if(h||!l)j+=''+c+"";else{g=this._get(a,"yearRange").split(":");var r=(new Date).getFullYear();i=function(s){s=s.match(/c[+-].*/)?c+parseInt(s.substring(1),10):s.match(/[+-].*/)?r+parseInt(s,10):parseInt(s,10);return isNaN(s)?r:s};b=i(g[0]);g=Math.max(b, -i(g[1]||""));b=e?Math.max(b,e.getFullYear()):b;g=f?Math.min(g,f.getFullYear()):g;for(j+='"}j+=this._get(a,"yearSuffix");if(u)j+=(h||!(k&&l)?" ":"")+o;j+="
      ";return j},_adjustInstDate:function(a,b,c){var e= -a.drawYear+(c=="Y"?b:0),f=a.drawMonth+(c=="M"?b:0);b=Math.min(a.selectedDay,this._getDaysInMonth(e,f))+(c=="D"?b:0);e=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(e,f,b)));a.selectedDay=e.getDate();a.drawMonth=a.selectedMonth=e.getMonth();a.drawYear=a.selectedYear=e.getFullYear();if(c=="M"||c=="Y")this._notifyChange(a)},_restrictMinMax:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");b=c&&ba?a:b},_notifyChange:function(a){var b=this._get(a, -"onChangeMonthYear");if(b)b.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,b){return this._determineDate(a,this._get(a,b+"Date"),null)},_getDaysInMonth:function(a,b){return 32-(new Date(a,b,32)).getDate()},_getFirstDayOfMonth:function(a,b){return(new Date(a,b,1)).getDay()},_canAdjustMonth:function(a,b,c,e){var f=this._getNumberOfMonths(a); -c=this._daylightSavingAdjust(new Date(c,e+(b<0?b:f[0]*f[1]),1));b<0&&c.setDate(this._getDaysInMonth(c.getFullYear(),c.getMonth()));return this._isInRange(a,c)},_isInRange:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");return(!c||b.getTime()>=c.getTime())&&(!a||b.getTime()<=a.getTime())},_getFormatConfig:function(a){var b=this._get(a,"shortYearCutoff");b=typeof b!="string"?b:(new Date).getFullYear()%100+parseInt(b,10);return{shortYearCutoff:b,dayNamesShort:this._get(a, -"dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,b,c,e){if(!b){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}b=b?typeof b=="object"?b:this._daylightSavingAdjust(new Date(e,c,b)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return this.formatDate(this._get(a,"dateFormat"),b,this._getFormatConfig(a))}});d.fn.datepicker= -function(a){if(!d.datepicker.initialized){d(document).mousedown(d.datepicker._checkExternalClick).find("body").append(d.datepicker.dpDiv);d.datepicker.initialized=true}var b=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));if(a=="option"&&arguments.length==2&&typeof arguments[1]=="string")return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b)); -return this.each(function(){typeof a=="string"?d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this].concat(b)):d.datepicker._attachDatepicker(this,a)})};d.datepicker=new L;d.datepicker.initialized=false;d.datepicker.uuid=(new Date).getTime();d.datepicker.version="1.8.4";window["DP_jQuery_"+y]=d})(jQuery); -(function(c,j){c.widget("ui.dialog",{options:{autoOpen:true,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:{my:"center",at:"center",of:window,collision:"fit",using:function(a){var b=c(this).css(a).offset().top;b<0&&c(this).css("top",a.top-b)}},resizable:true,show:null,stack:true,title:"",width:300,zIndex:1E3},_create:function(){this.originalTitle=this.element.attr("title"); -if(typeof this.originalTitle!=="string")this.originalTitle="";var a=this,b=a.options,d=b.title||a.originalTitle||" ",f=c.ui.dialog.getTitleId(a.element),g=(a.uiDialog=c("
      ")).appendTo(document.body).hide().addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b.dialogClass).css({zIndex:b.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(i){if(b.closeOnEscape&&i.keyCode&&i.keyCode===c.ui.keyCode.ESCAPE){a.close(i);i.preventDefault()}}).attr({role:"dialog","aria-labelledby":f}).mousedown(function(i){a.moveToTop(false, -i)});a.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(g);var e=(a.uiDialogTitlebar=c("
      ")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(g),h=c('').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){h.addClass("ui-state-hover")},function(){h.removeClass("ui-state-hover")}).focus(function(){h.addClass("ui-state-focus")}).blur(function(){h.removeClass("ui-state-focus")}).click(function(i){a.close(i); -return false}).appendTo(e);(a.uiDialogTitlebarCloseText=c("")).addClass("ui-icon ui-icon-closethick").text(b.closeText).appendTo(h);c("").addClass("ui-dialog-title").attr("id",f).html(d).prependTo(e);if(c.isFunction(b.beforeclose)&&!c.isFunction(b.beforeClose))b.beforeClose=b.beforeclose;e.find("*").add(e).disableSelection();b.draggable&&c.fn.draggable&&a._makeDraggable();b.resizable&&c.fn.resizable&&a._makeResizable();a._createButtons(b.buttons);a._isOpen=false;c.fn.bgiframe&& -g.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){var a=this;a.overlay&&a.overlay.destroy();a.uiDialog.hide();a.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");a.uiDialog.remove();a.originalTitle&&a.element.attr("title",a.originalTitle);return a},widget:function(){return this.uiDialog},close:function(a){var b=this,d;if(false!==b._trigger("beforeClose",a)){b.overlay&&b.overlay.destroy();b.uiDialog.unbind("keypress.ui-dialog"); -b._isOpen=false;if(b.options.hide)b.uiDialog.hide(b.options.hide,function(){b._trigger("close",a)});else{b.uiDialog.hide();b._trigger("close",a)}c.ui.dialog.overlay.resize();if(b.options.modal){d=0;c(".ui-dialog").each(function(){if(this!==b.uiDialog[0])d=Math.max(d,c(this).css("z-index"))});c.ui.dialog.maxZ=d}return b}},isOpen:function(){return this._isOpen},moveToTop:function(a,b){var d=this,f=d.options;if(f.modal&&!a||!f.stack&&!f.modal)return d._trigger("focus",b);if(f.zIndex>c.ui.dialog.maxZ)c.ui.dialog.maxZ= -f.zIndex;if(d.overlay){c.ui.dialog.maxZ+=1;d.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=c.ui.dialog.maxZ)}a={scrollTop:d.element.attr("scrollTop"),scrollLeft:d.element.attr("scrollLeft")};c.ui.dialog.maxZ+=1;d.uiDialog.css("z-index",c.ui.dialog.maxZ);d.element.attr(a);d._trigger("focus",b);return d},open:function(){if(!this._isOpen){var a=this,b=a.options,d=a.uiDialog;a.overlay=b.modal?new c.ui.dialog.overlay(a):null;d.next().length&&d.appendTo("body");a._size();a._position(b.position);d.show(b.show); -a.moveToTop(true);b.modal&&d.bind("keypress.ui-dialog",function(f){if(f.keyCode===c.ui.keyCode.TAB){var g=c(":tabbable",this),e=g.filter(":first");g=g.filter(":last");if(f.target===g[0]&&!f.shiftKey){e.focus(1);return false}else if(f.target===e[0]&&f.shiftKey){g.focus(1);return false}}});c(a.element.find(":tabbable").get().concat(d.find(".ui-dialog-buttonpane :tabbable").get().concat(d.get()))).eq(0).focus();a._trigger("open");a._isOpen=true;return a}},_createButtons:function(a){var b=this,d=false, -f=c("
      ").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),g=c("
      ").addClass("ui-dialog-buttonset").appendTo(f);b.uiDialog.find(".ui-dialog-buttonpane").remove();typeof a==="object"&&a!==null&&c.each(a,function(){return!(d=true)});if(d){c.each(a,function(e,h){e=c('').text(e).click(function(){h.apply(b.element[0],arguments)}).appendTo(g);c.fn.button&&e.button()});f.appendTo(b.uiDialog)}},_makeDraggable:function(){function a(e){return{position:e.position, -offset:e.offset}}var b=this,d=b.options,f=c(document),g;b.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(e,h){g=d.height==="auto"?"auto":c(this).height();c(this).height(c(this).height()).addClass("ui-dialog-dragging");b._trigger("dragStart",e,a(h))},drag:function(e,h){b._trigger("drag",e,a(h))},stop:function(e,h){d.position=[h.position.left-f.scrollLeft(),h.position.top-f.scrollTop()];c(this).removeClass("ui-dialog-dragging").height(g); -b._trigger("dragStop",e,a(h));c.ui.dialog.overlay.resize()}})},_makeResizable:function(a){function b(e){return{originalPosition:e.originalPosition,originalSize:e.originalSize,position:e.position,size:e.size}}a=a===j?this.options.resizable:a;var d=this,f=d.options,g=d.uiDialog.css("position");a=typeof a==="string"?a:"n,e,s,w,se,sw,ne,nw";d.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:d.element,maxWidth:f.maxWidth,maxHeight:f.maxHeight,minWidth:f.minWidth,minHeight:d._minHeight(), -handles:a,start:function(e,h){c(this).addClass("ui-dialog-resizing");d._trigger("resizeStart",e,b(h))},resize:function(e,h){d._trigger("resize",e,b(h))},stop:function(e,h){c(this).removeClass("ui-dialog-resizing");f.height=c(this).height();f.width=c(this).width();d._trigger("resizeStop",e,b(h));c.ui.dialog.overlay.resize()}}).css("position",g).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var a=this.options;return a.height==="auto"?a.minHeight:Math.min(a.minHeight, -a.height)},_position:function(a){var b=[],d=[0,0],f;if(a){if(typeof a==="string"||typeof a==="object"&&"0"in a){b=a.split?a.split(" "):[a[0],a[1]];if(b.length===1)b[1]=b[0];c.each(["left","top"],function(g,e){if(+b[g]===b[g]){d[g]=b[g];b[g]=e}});a={my:b.join(" "),at:b.join(" "),offset:d.join(" ")}}a=c.extend({},c.ui.dialog.prototype.options.position,a)}else a=c.ui.dialog.prototype.options.position;(f=this.uiDialog.is(":visible"))||this.uiDialog.show();this.uiDialog.css({top:0,left:0}).position(a); -f||this.uiDialog.hide()},_setOption:function(a,b){var d=this,f=d.uiDialog,g=f.is(":data(resizable)"),e=false;switch(a){case "beforeclose":a="beforeClose";break;case "buttons":d._createButtons(b);e=true;break;case "closeText":d.uiDialogTitlebarCloseText.text(""+b);break;case "dialogClass":f.removeClass(d.options.dialogClass).addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b);break;case "disabled":b?f.addClass("ui-dialog-disabled"):f.removeClass("ui-dialog-disabled");break;case "draggable":b? -d._makeDraggable():f.draggable("destroy");break;case "height":e=true;break;case "maxHeight":g&&f.resizable("option","maxHeight",b);e=true;break;case "maxWidth":g&&f.resizable("option","maxWidth",b);e=true;break;case "minHeight":g&&f.resizable("option","minHeight",b);e=true;break;case "minWidth":g&&f.resizable("option","minWidth",b);e=true;break;case "position":d._position(b);break;case "resizable":g&&!b&&f.resizable("destroy");g&&typeof b==="string"&&f.resizable("option","handles",b);!g&&b!==false&& -d._makeResizable(b);break;case "title":c(".ui-dialog-title",d.uiDialogTitlebar).html(""+(b||" "));break;case "width":e=true;break}c.Widget.prototype._setOption.apply(d,arguments);e&&d._size()},_size:function(){var a=this.options,b;this.element.css({width:"auto",minHeight:0,height:0});if(a.minWidth>a.width)a.width=a.minWidth;b=this.uiDialog.css({height:"auto",width:a.width}).height();this.element.css(a.height==="auto"?{minHeight:Math.max(a.minHeight-b,0),height:"auto"}:{minHeight:0,height:Math.max(a.height- -b,0)}).show();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())}});c.extend(c.ui.dialog,{version:"1.8.4",uuid:0,maxZ:0,getTitleId:function(a){a=a.attr("id");if(!a){this.uuid+=1;a=this.uuid}return"ui-dialog-title-"+a},overlay:function(a){this.$el=c.ui.dialog.overlay.create(a)}});c.extend(c.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(a){return a+".dialog-overlay"}).join(" "), -create:function(a){if(this.instances.length===0){setTimeout(function(){c.ui.dialog.overlay.instances.length&&c(document).bind(c.ui.dialog.overlay.events,function(d){return c(d.target).zIndex()>=c.ui.dialog.overlay.maxZ})},1);c(document).bind("keydown.dialog-overlay",function(d){if(a.options.closeOnEscape&&d.keyCode&&d.keyCode===c.ui.keyCode.ESCAPE){a.close(d);d.preventDefault()}});c(window).bind("resize.dialog-overlay",c.ui.dialog.overlay.resize)}var b=(this.oldInstances.pop()||c("
      ").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(), -height:this.height()});c.fn.bgiframe&&b.bgiframe();this.instances.push(b);return b},destroy:function(a){this.oldInstances.push(this.instances.splice(c.inArray(a,this.instances),1)[0]);this.instances.length===0&&c([document,window]).unbind(".dialog-overlay");a.remove();var b=0;c.each(this.instances,function(){b=Math.max(b,this.css("z-index"))});this.maxZ=b},height:function(){var a,b;if(c.browser.msie&&c.browser.version<7){a=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight); -b=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);return a0?a.left-b:Math.max(0,a.left)},top:function(a,b){var d=c(window);b=a.top+b.elemHeight-d.height()-d.scrollTop();a.top=b>0?a.top-b:Math.max(0,a.top)}},flip:{left:function(a,b){if(b.at[0]!=="center"){var d=c(window);d=a.left+b.elemWidth-d.width()-d.scrollLeft();var e=b.my[0]==="left"? --b.elemWidth:b.my[0]==="right"?b.elemWidth:0,g=-2*b.offset[0];a.left+=a.left<0?e+b.targetWidth+g:d>0?e-b.targetWidth+g:0}},top:function(a,b){if(b.at[1]!=="center"){var d=c(window);d=a.top+b.elemHeight-d.height()-d.scrollTop();var e=b.my[1]==="top"?-b.elemHeight:b.my[1]==="bottom"?b.elemHeight:0,g=b.at[1]==="top"?b.targetHeight:-b.targetHeight,h=-2*b.offset[1];a.top+=a.top<0?e+b.targetHeight+h:d>0?e+g+h:0}}}};if(!c.offset.setOffset){c.offset.setOffset=function(a,b){if(/static/.test(c.curCSS(a,"position")))a.style.position= -"relative";var d=c(a),e=d.offset(),g=parseInt(c.curCSS(a,"top",true),10)||0,h=parseInt(c.curCSS(a,"left",true),10)||0;e={top:b.top-e.top+g,left:b.left-e.left+h};"using"in b?b.using.call(a,e):d.css(e)};c.fn.offset=function(a){var b=this[0];if(!b||!b.ownerDocument)return null;if(a)return this.each(function(){c.offset.setOffset(this,a)});return q.call(this)}}})(jQuery); -(function(b,c){b.widget("ui.progressbar",{options:{value:0},min:0,max:100,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.max,"aria-valuenow":this._value()});this.valueDiv=b("
      ").appendTo(this.element);this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"); -this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(a){if(a===c)return this._value();this._setOption("value",a);return this},_setOption:function(a,d){if(a==="value"){this.options.value=d;this._refreshValue();this._trigger("change")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var a=this.options.value;if(typeof a!=="number")a=0;return Math.min(this.max,Math.max(this.min,a))},_refreshValue:function(){var a=this.value();this.valueDiv.toggleClass("ui-corner-right", -a===this.max).width(a+"%");this.element.attr("aria-valuenow",a)}});b.extend(b.ui.progressbar,{version:"1.8.4"})})(jQuery); -(function(d){d.widget("ui.slider",d.ui.mouse,{widgetEventPrefix:"slide",options:{animate:false,distance:0,max:100,min:0,orientation:"horizontal",range:false,step:1,value:0,values:null},_create:function(){var a=this,b=this.options;this._mouseSliding=this._keySliding=false;this._animateOff=true;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget ui-widget-content ui-corner-all");b.disabled&&this.element.addClass("ui-slider-disabled ui-disabled"); -this.range=d([]);if(b.range){if(b.range===true){this.range=d("
      ");if(!b.values)b.values=[this._valueMin(),this._valueMin()];if(b.values.length&&b.values.length!==2)b.values=[b.values[0],b.values[0]]}else this.range=d("
      ");this.range.appendTo(this.element).addClass("ui-slider-range");if(b.range==="min"||b.range==="max")this.range.addClass("ui-slider-range-"+b.range);this.range.addClass("ui-widget-header")}d(".ui-slider-handle",this.element).length===0&&d("").appendTo(this.element).addClass("ui-slider-handle"); -if(b.values&&b.values.length)for(;d(".ui-slider-handle",this.element).length").appendTo(this.element).addClass("ui-slider-handle");this.handles=d(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(c){c.preventDefault()}).hover(function(){b.disabled||d(this).addClass("ui-state-hover")},function(){d(this).removeClass("ui-state-hover")}).focus(function(){if(b.disabled)d(this).blur(); -else{d(".ui-slider .ui-state-focus").removeClass("ui-state-focus");d(this).addClass("ui-state-focus")}}).blur(function(){d(this).removeClass("ui-state-focus")});this.handles.each(function(c){d(this).data("index.ui-slider-handle",c)});this.handles.keydown(function(c){var e=true,f=d(this).data("index.ui-slider-handle"),h,g,i;if(!a.options.disabled){switch(c.keyCode){case d.ui.keyCode.HOME:case d.ui.keyCode.END:case d.ui.keyCode.PAGE_UP:case d.ui.keyCode.PAGE_DOWN:case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:e= -false;if(!a._keySliding){a._keySliding=true;d(this).addClass("ui-state-active");h=a._start(c,f);if(h===false)return}break}i=a.options.step;h=a.options.values&&a.options.values.length?(g=a.values(f)):(g=a.value());switch(c.keyCode){case d.ui.keyCode.HOME:g=a._valueMin();break;case d.ui.keyCode.END:g=a._valueMax();break;case d.ui.keyCode.PAGE_UP:g=a._trimAlignValue(h+(a._valueMax()-a._valueMin())/5);break;case d.ui.keyCode.PAGE_DOWN:g=a._trimAlignValue(h-(a._valueMax()-a._valueMin())/5);break;case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:if(h=== -a._valueMax())return;g=a._trimAlignValue(h+i);break;case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:if(h===a._valueMin())return;g=a._trimAlignValue(h-i);break}a._slide(c,f,g);return e}}).keyup(function(c){var e=d(this).data("index.ui-slider-handle");if(a._keySliding){a._keySliding=false;a._stop(c,e);a._change(c,e);d(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider"); -this._mouseDestroy();return this},_mouseCapture:function(a){var b=this.options,c,e,f,h,g;if(b.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();c=this._normValueFromMouse({x:a.pageX,y:a.pageY});e=this._valueMax()-this._valueMin()+1;h=this;this.handles.each(function(i){var j=Math.abs(c-h.values(i));if(e>j){e=j;f=d(this);g=i}});if(b.range===true&&this.values(1)===b.min){g+=1;f=d(this.handles[g])}if(this._start(a, -g)===false)return false;this._mouseSliding=true;h._handleIndex=g;f.addClass("ui-state-active").focus();b=f.offset();this._clickOffset=!d(a.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:a.pageX-b.left-f.width()/2,top:a.pageY-b.top-f.height()/2-(parseInt(f.css("borderTopWidth"),10)||0)-(parseInt(f.css("borderBottomWidth"),10)||0)+(parseInt(f.css("marginTop"),10)||0)};this._slide(a,g,c);return this._animateOff=true},_mouseStart:function(){return true},_mouseDrag:function(a){var b= -this._normValueFromMouse({x:a.pageX,y:a.pageY});this._slide(a,this._handleIndex,b);return false},_mouseStop:function(a){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(a,this._handleIndex);this._change(a,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(a){var b;if(this.orientation==="horizontal"){b= -this.elementSize.width;a=a.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{b=this.elementSize.height;a=a.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}b=a/b;if(b>1)b=1;if(b<0)b=0;if(this.orientation==="vertical")b=1-b;a=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+b*a)},_start:function(a,b){var c={handle:this.handles[b],value:this.value()};if(this.options.values&&this.options.values.length){c.value=this.values(b); -c.values=this.values()}return this._trigger("start",a,c)},_slide:function(a,b,c){var e;if(this.options.values&&this.options.values.length){e=this.values(b?0:1);if(this.options.values.length===2&&this.options.range===true&&(b===0&&c>e||b===1&&c1){this.options.values[a]=this._trimAlignValue(b);this._refreshValue();this._change(null,a)}if(arguments.length)if(d.isArray(arguments[0])){c=this.options.values;e=arguments[0];for(f=0;fthis._valueMax())return this._valueMax();var b=this.options.step>0?this.options.step:1,c=a%b;a=a-c;if(Math.abs(c)*2>=b)a+=c>0?b:-b;return parseFloat(a.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var a= -this.options.range,b=this.options,c=this,e=!this._animateOff?b.animate:false,f,h={},g,i,j,l;if(this.options.values&&this.options.values.length)this.handles.each(function(k){f=(c.values(k)-c._valueMin())/(c._valueMax()-c._valueMin())*100;h[c.orientation==="horizontal"?"left":"bottom"]=f+"%";d(this).stop(1,1)[e?"animate":"css"](h,b.animate);if(c.options.range===true)if(c.orientation==="horizontal"){if(k===0)c.range.stop(1,1)[e?"animate":"css"]({left:f+"%"},b.animate);if(k===1)c.range[e?"animate":"css"]({width:f- -g+"%"},{queue:false,duration:b.animate})}else{if(k===0)c.range.stop(1,1)[e?"animate":"css"]({bottom:f+"%"},b.animate);if(k===1)c.range[e?"animate":"css"]({height:f-g+"%"},{queue:false,duration:b.animate})}g=f});else{i=this.value();j=this._valueMin();l=this._valueMax();f=l!==j?(i-j)/(l-j)*100:0;h[c.orientation==="horizontal"?"left":"bottom"]=f+"%";this.handle.stop(1,1)[e?"animate":"css"](h,b.animate);if(a==="min"&&this.orientation==="horizontal")this.range.stop(1,1)[e?"animate":"css"]({width:f+"%"}, -b.animate);if(a==="max"&&this.orientation==="horizontal")this.range[e?"animate":"css"]({width:100-f+"%"},{queue:false,duration:b.animate});if(a==="min"&&this.orientation==="vertical")this.range.stop(1,1)[e?"animate":"css"]({height:f+"%"},b.animate);if(a==="max"&&this.orientation==="vertical")this.range[e?"animate":"css"]({height:100-f+"%"},{queue:false,duration:b.animate})}}});d.extend(d.ui.slider,{version:"1.8.4"})})(jQuery); -(function(d,p){function u(){return++v}function w(){return++x}var v=0,x=0;d.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"
      ",remove:null,select:null,show:null,spinner:"Loading…",tabTemplate:"
    • #{label}
    • "},_create:function(){this._tabify(true)},_setOption:function(a,e){if(a=="selected")this.options.collapsible&& -e==this.options.selected||this.select(e);else{this.options[a]=e;this._tabify()}},_tabId:function(a){return a.title&&a.title.replace(/\s/g,"_").replace(/[^A-Za-z0-9\-_:\.]/g,"")||this.options.idPrefix+u()},_sanitizeSelector:function(a){return a.replace(/:/g,"\\:")},_cookie:function(){var a=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+w());return d.cookie.apply(null,[a].concat(d.makeArray(arguments)))},_ui:function(a,e){return{tab:a,panel:e,index:this.anchors.index(a)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var a= -d(this);a.html(a.data("label.tabs")).removeData("label.tabs")})},_tabify:function(a){function e(g,f){g.css("display","");!d.support.opacity&&f.opacity&&g[0].style.removeAttribute("filter")}var b=this,c=this.options,h=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=d("li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return d("a",this)[0]});this.panels=d([]);this.anchors.each(function(g,f){var j=d(f).attr("href"),l=j.split("#")[0],q;if(l&&(l===location.toString().split("#")[0]|| -(q=d("base")[0])&&l===q.href)){j=f.hash;f.href=j}if(h.test(j))b.panels=b.panels.add(b._sanitizeSelector(j));else if(j!=="#"){d.data(f,"href.tabs",j);d.data(f,"load.tabs",j.replace(/#.*$/,""));j=b._tabId(f);f.href="#"+j;f=d("#"+j);if(!f.length){f=d(c.panelTemplate).attr("id",j).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(b.panels[g-1]||b.list);f.data("destroy.tabs",true)}b.panels=b.panels.add(f)}else c.disabled.push(g)});if(a){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all"); -this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(c.selected===p){location.hash&&this.anchors.each(function(g,f){if(f.hash==location.hash){c.selected=g;return false}});if(typeof c.selected!=="number"&&c.cookie)c.selected=parseInt(b._cookie(),10);if(typeof c.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)c.selected= -this.lis.index(this.lis.filter(".ui-tabs-selected"));c.selected=c.selected||(this.lis.length?0:-1)}else if(c.selected===null)c.selected=-1;c.selected=c.selected>=0&&this.anchors[c.selected]||c.selected<0?c.selected:0;c.disabled=d.unique(c.disabled.concat(d.map(this.lis.filter(".ui-state-disabled"),function(g){return b.lis.index(g)}))).sort();d.inArray(c.selected,c.disabled)!=-1&&c.disabled.splice(d.inArray(c.selected,c.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active"); -if(c.selected>=0&&this.anchors.length){this.panels.eq(c.selected).removeClass("ui-tabs-hide");this.lis.eq(c.selected).addClass("ui-tabs-selected ui-state-active");b.element.queue("tabs",function(){b._trigger("show",null,b._ui(b.anchors[c.selected],b.panels[c.selected]))});this.load(c.selected)}d(window).bind("unload",function(){b.lis.add(b.anchors).unbind(".tabs");b.lis=b.anchors=b.panels=null})}else c.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"));this.element[c.collapsible?"addClass": -"removeClass"]("ui-tabs-collapsible");c.cookie&&this._cookie(c.selected,c.cookie);a=0;for(var i;i=this.lis[a];a++)d(i)[d.inArray(a,c.disabled)!=-1&&!d(i).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");c.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(c.event!=="mouseover"){var k=function(g,f){f.is(":not(.ui-state-disabled)")&&f.addClass("ui-state-"+g)},n=function(g,f){f.removeClass("ui-state-"+g)};this.lis.bind("mouseover.tabs", -function(){k("hover",d(this))});this.lis.bind("mouseout.tabs",function(){n("hover",d(this))});this.anchors.bind("focus.tabs",function(){k("focus",d(this).closest("li"))});this.anchors.bind("blur.tabs",function(){n("focus",d(this).closest("li"))})}var m,o;if(c.fx)if(d.isArray(c.fx)){m=c.fx[0];o=c.fx[1]}else m=o=c.fx;var r=o?function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.hide().removeClass("ui-tabs-hide").animate(o,o.duration||"normal",function(){e(f,o);b._trigger("show", -null,b._ui(g,f[0]))})}:function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");b._trigger("show",null,b._ui(g,f[0]))},s=m?function(g,f){f.animate(m,m.duration||"normal",function(){b.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");e(f,m);b.element.dequeue("tabs")})}:function(g,f){b.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");b.element.dequeue("tabs")};this.anchors.bind(c.event+".tabs", -function(){var g=this,f=d(g).closest("li"),j=b.panels.filter(":not(.ui-tabs-hide)"),l=d(b._sanitizeSelector(g.hash));if(f.hasClass("ui-tabs-selected")&&!c.collapsible||f.hasClass("ui-state-disabled")||f.hasClass("ui-state-processing")||b._trigger("select",null,b._ui(this,l[0]))===false){this.blur();return false}c.selected=b.anchors.index(this);b.abort();if(c.collapsible)if(f.hasClass("ui-tabs-selected")){c.selected=-1;c.cookie&&b._cookie(c.selected,c.cookie);b.element.queue("tabs",function(){s(g, -j)}).dequeue("tabs");this.blur();return false}else if(!j.length){c.cookie&&b._cookie(c.selected,c.cookie);b.element.queue("tabs",function(){r(g,l)});b.load(b.anchors.index(this));this.blur();return false}c.cookie&&b._cookie(c.selected,c.cookie);if(l.length){j.length&&b.element.queue("tabs",function(){s(g,j)});b.element.queue("tabs",function(){r(g,l)});b.load(b.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier.";d.browser.msie&&this.blur()});this.anchors.bind("click.tabs", -function(){return false})},_getIndex:function(a){if(typeof a=="string")a=this.anchors.index(this.anchors.filter("[href$="+a+"]"));return a},destroy:function(){var a=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var e=d.data(this,"href.tabs");if(e)this.href= -e;var b=d(this).unbind(".tabs");d.each(["href","load","cache"],function(c,h){b.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){d.data(this,"destroy.tabs")?d(this).remove():d(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});a.cookie&&this._cookie(null,a.cookie);return this},add:function(a,e,b){if(b===p)b=this.anchors.length; -var c=this,h=this.options;e=d(h.tabTemplate.replace(/#\{href\}/g,a).replace(/#\{label\}/g,e));a=!a.indexOf("#")?a.replace("#",""):this._tabId(d("a",e)[0]);e.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var i=d("#"+a);i.length||(i=d(h.panelTemplate).attr("id",a).data("destroy.tabs",true));i.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(b>=this.lis.length){e.appendTo(this.list);i.appendTo(this.list[0].parentNode)}else{e.insertBefore(this.lis[b]); -i.insertBefore(this.panels[b])}h.disabled=d.map(h.disabled,function(k){return k>=b?++k:k});this._tabify();if(this.anchors.length==1){h.selected=0;e.addClass("ui-tabs-selected ui-state-active");i.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){c._trigger("show",null,c._ui(c.anchors[0],c.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[b],this.panels[b]));return this},remove:function(a){a=this._getIndex(a);var e=this.options,b=this.lis.eq(a).remove(),c=this.panels.eq(a).remove(); -if(b.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(a+(a+1=a?--h:h});this._tabify();this._trigger("remove",null,this._ui(b.find("a")[0],c[0]));return this},enable:function(a){a=this._getIndex(a);var e=this.options;if(d.inArray(a,e.disabled)!=-1){this.lis.eq(a).removeClass("ui-state-disabled");e.disabled=d.grep(e.disabled,function(b){return b!=a});this._trigger("enable",null, -this._ui(this.anchors[a],this.panels[a]));return this}},disable:function(a){a=this._getIndex(a);var e=this.options;if(a!=e.selected){this.lis.eq(a).addClass("ui-state-disabled");e.disabled.push(a);e.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[a],this.panels[a]))}return this},select:function(a){a=this._getIndex(a);if(a==-1)if(this.options.collapsible&&this.options.selected!=-1)a=this.options.selected;else return this;this.anchors.eq(a).trigger(this.options.event+".tabs");return this}, -load:function(a){a=this._getIndex(a);var e=this,b=this.options,c=this.anchors.eq(a)[0],h=d.data(c,"load.tabs");this.abort();if(!h||this.element.queue("tabs").length!==0&&d.data(c,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(a).addClass("ui-state-processing");if(b.spinner){var i=d("span",c);i.data("label.tabs",i.html()).html(b.spinner)}this.xhr=d.ajax(d.extend({},b.ajaxOptions,{url:h,success:function(k,n){d(e._sanitizeSelector(c.hash)).html(k);e._cleanup();b.cache&&d.data(c,"cache.tabs", -true);e._trigger("load",null,e._ui(e.anchors[a],e.panels[a]));try{b.ajaxOptions.success(k,n)}catch(m){}},error:function(k,n){e._cleanup();e._trigger("load",null,e._ui(e.anchors[a],e.panels[a]));try{b.ajaxOptions.error(k,n,a,c)}catch(m){}}}));e.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this},url:function(a, -e){this.anchors.eq(a).removeData("cache.tabs").data("load.tabs",e);return this},length:function(){return this.anchors.length}});d.extend(d.ui.tabs,{version:"1.8.4"});d.extend(d.ui.tabs.prototype,{rotation:null,rotate:function(a,e){var b=this,c=this.options,h=b._rotate||(b._rotate=function(i){clearTimeout(b.rotation);b.rotation=setTimeout(function(){var k=c.selected;b.select(++k - + @@ -44,8 +44,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -54,8 +97,8 @@ - - + + - - - - - - - - - - - + + + + + + + + + + + + + + + - \ No newline at end of file + diff -r 7b55777486c3 -r 75ba66457232 sbin/build/gendoc.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/build/gendoc.bat Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,2 @@ +compil.bat +java -jar ../res/jsdoc/jsrun.jar ../res/jsdoc/app/run.js -a -t=../res/jsdoc/templates/jsdoc/ ../../build/LdtPlayer-release.js -d=../../doc/jsdoc/ \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/build/gendoc.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/build/gendoc.sh Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,3 @@ +#!/bin/sh +./compil.sh +java -jar ../res/jsdoc/jsrun.jar ../res/jsdoc/app/run.js -a -t=../res/jsdoc/templates/jsdoc/ ../../build/LdtPlayer-release.js -d=../../doc/jsdoc/ \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/build/minify.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/build/minify.bat Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,1 @@ +..\res\ant\bin\ant.bat -f client.xml minify \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/build/minify.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/build/minify.sh Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,2 @@ +#!/bin/sh +sh ../res/ant/bin/ant -f client.xml minify \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/LdtPlayer-release.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/LdtPlayer-release.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,3541 @@ +/* + * + * Copyright 2010 Institut de recherche et d'innovation + * contributor(s) : Samuel Huron + * + * contact@iri.centrepompidou.fr + * http://www.iri.centrepompidou.fr + * + * This software is a computer program whose purpose is to show and add annotations on a video . + * This software is governed by the CeCILL-C license under French law and + * abiding by the rules of distribution of free software. You can use, + * modify and/ or redistribute the software under the terms of the CeCILL-C + * license as circulated by CEA, CNRS and INRIA at the following URL + * "http://www.cecill.info". + * + * The fact that you are presently reading this means that you have had + * knowledge of the CeCILL-C license and that you accept its terms. +*/ +/*! LAB.js (LABjs :: Loading And Blocking JavaScript) + v2.0.3 (c) Kyle Simpson + MIT License +*/ + +(function(global){ + var _$LAB = global.$LAB, + + // constants for the valid keys of the options object + _UseLocalXHR = "UseLocalXHR", + _AlwaysPreserveOrder = "AlwaysPreserveOrder", + _AllowDuplicates = "AllowDuplicates", + _CacheBust = "CacheBust", + /*!START_DEBUG*/_Debug = "Debug",/*!END_DEBUG*/ + _BasePath = "BasePath", + + // stateless variables used across all $LAB instances + root_page = /^[^?#]*\//.exec(location.href)[0], + root_domain = /^\w+\:\/\/\/?[^\/]+/.exec(root_page)[0], + append_to = document.head || document.getElementsByTagName("head"), + + // inferences... ick, but still necessary + opera_or_gecko = (global.opera && Object.prototype.toString.call(global.opera) == "[object Opera]") || ("MozAppearance" in document.documentElement.style), + +/*!START_DEBUG*/ + // console.log() and console.error() wrappers + log_msg = function(){}, + log_error = log_msg, +/*!END_DEBUG*/ + + // feature sniffs (yay!) + test_script_elem = document.createElement("script"), + explicit_preloading = typeof test_script_elem.preload == "boolean", // http://wiki.whatwg.org/wiki/Script_Execution_Control#Proposal_1_.28Nicholas_Zakas.29 + real_preloading = explicit_preloading || (test_script_elem.readyState && test_script_elem.readyState == "uninitialized"), // will a script preload with `src` set before DOM append? + script_ordered_async = !real_preloading && test_script_elem.async === true, // http://wiki.whatwg.org/wiki/Dynamic_Script_Execution_Order + + // XHR preloading (same-domain) and cache-preloading (remote-domain) are the fallbacks (for some browsers) + xhr_or_cache_preloading = !real_preloading && !script_ordered_async && !opera_or_gecko + ; + +/*!START_DEBUG*/ + // define console wrapper functions if applicable + if (global.console && global.console.log) { + if (!global.console.error) global.console.error = global.console.log; + log_msg = function(msg) { global.console.log(msg); }; + log_error = function(msg,err) { global.console.error(msg,err); }; + } +/*!END_DEBUG*/ + + // test for function + function is_func(func) { return Object.prototype.toString.call(func) == "[object Function]"; } + + // test for array + function is_array(arr) { return Object.prototype.toString.call(arr) == "[object Array]"; } + + // make script URL absolute/canonical + function canonical_uri(src,base_path) { + var absolute_regex = /^\w+\:\/\//; + + // is `src` is protocol-relative (begins with // or ///), prepend protocol + if (/^\/\/\/?/.test(src)) { + src = location.protocol + src; + } + // is `src` page-relative? (not an absolute URL, and not a domain-relative path, beginning with /) + else if (!absolute_regex.test(src) && src.charAt(0) != "/") { + // prepend `base_path`, if any + src = (base_path || "") + src; + } + // make sure to return `src` as absolute + return absolute_regex.test(src) ? src : ((src.charAt(0) == "/" ? root_domain : root_page) + src); + } + + // merge `source` into `target` + function merge_objs(source,target) { + for (var k in source) { if (source.hasOwnProperty(k)) { + target[k] = source[k]; // TODO: does this need to be recursive for our purposes? + }} + return target; + } + + // does the chain group have any ready-to-execute scripts? + function check_chain_group_scripts_ready(chain_group) { + var any_scripts_ready = false; + for (var i=0; i 0) { + for (var i=0; i=0;) { + val = queue.shift(); + $L = $L[val.type].apply(null,val.args); + } + return $L; + }, + + // rollback `[global].$LAB` to what it was before this file was loaded, the return this current instance of $LAB + noConflict:function(){ + global.$LAB = _$LAB; + return instanceAPI; + }, + + // create another clean instance of $LAB + sandbox:function(){ + return create_sandbox(); + } + }; + + return instanceAPI; + } + + // create the main instance of $LAB + global.$LAB = create_sandbox(); + + + /* The following "hack" was suggested by Andrea Giammarchi and adapted from: http://webreflection.blogspot.com/2009/11/195-chars-to-help-lazy-loading.html + NOTE: this hack only operates in FF and then only in versions where document.readyState is not present (FF < 3.6?). + + The hack essentially "patches" the **page** that LABjs is loaded onto so that it has a proper conforming document.readyState, so that if a script which does + proper and safe dom-ready detection is loaded onto a page, after dom-ready has passed, it will still be able to detect this state, by inspecting the now hacked + document.readyState property. The loaded script in question can then immediately trigger any queued code executions that were waiting for the DOM to be ready. + For instance, jQuery 1.4+ has been patched to take advantage of document.readyState, which is enabled by this hack. But 1.3.2 and before are **not** safe or + fixed by this hack, and should therefore **not** be lazy-loaded by script loader tools such as LABjs. + */ + (function(addEvent,domLoaded,handler){ + if (document.readyState == null && document[addEvent]){ + document.readyState = "loading"; + document[addEvent](domLoaded,handler = function(){ + document.removeEventListener(domLoaded,handler,false); + document.readyState = "complete"; + },false); + } + })("addEventListener","DOMContentLoaded"); + +})(this);/* + mustache.js — Logic-less templates in JavaScript + + See http://mustache.github.com/ for more info. +*/ + +var Mustache = function() { + var Renderer = function() {}; + + Renderer.prototype = { + otag: "{{", + ctag: "}}", + pragmas: {}, + buffer: [], + pragmas_implemented: { + "IMPLICIT-ITERATOR": true + }, + context: {}, + + render: function(template, context, partials, in_recursion) { + // reset buffer & set context + if(!in_recursion) { + this.context = context; + this.buffer = []; // TODO: make this non-lazy + } + + // fail fast + if(!this.includes("", template)) { + if(in_recursion) { + return template; + } else { + this.send(template); + return; + } + } + + template = this.render_pragmas(template); + var html = this.render_section(template, context, partials); + if(in_recursion) { + return this.render_tags(html, context, partials, in_recursion); + } + + this.render_tags(html, context, partials, in_recursion); + }, + + /* + Sends parsed lines + */ + send: function(line) { + if(line !== "") { + this.buffer.push(line); + } + }, + + /* + Looks for %PRAGMAS + */ + render_pragmas: function(template) { + // no pragmas + if(!this.includes("%", template)) { + return template; + } + + var that = this; + var regex = new RegExp(this.otag + "%([\\w-]+) ?([\\w]+=[\\w]+)?" + + this.ctag, "g"); + return template.replace(regex, function(match, pragma, options) { + if(!that.pragmas_implemented[pragma]) { + throw({message: + "This implementation of mustache doesn't understand the '" + + pragma + "' pragma"}); + } + that.pragmas[pragma] = {}; + if(options) { + var opts = options.split("="); + that.pragmas[pragma][opts[0]] = opts[1]; + } + return ""; + // ignore unknown pragmas silently + }); + }, + + /* + Tries to find a partial in the curent scope and render it + */ + render_partial: function(name, context, partials) { + name = this.trim(name); + if(!partials || partials[name] === undefined) { + throw({message: "unknown_partial '" + name + "'"}); + } + if(typeof(context[name]) != "object") { + return this.render(partials[name], context, partials, true); + } + return this.render(partials[name], context[name], partials, true); + }, + + /* + Renders inverted (^) and normal (#) sections + */ + render_section: function(template, context, partials) { + if(!this.includes("#", template) && !this.includes("^", template)) { + return template; + } + + var that = this; + // CSW - Added "+?" so it finds the tighest bound, not the widest + var regex = new RegExp(this.otag + "(\\^|\\#)\\s*(.+)\\s*" + this.ctag + + "\n*([\\s\\S]+?)" + this.otag + "\\/\\s*\\2\\s*" + this.ctag + + "\\s*", "mg"); + + // for each {{#foo}}{{/foo}} section do... + return template.replace(regex, function(match, type, name, content) { + var value = that.find(name, context); + if(type == "^") { // inverted section + if(!value || that.is_array(value) && value.length === 0) { + // false or empty list, render it + return that.render(content, context, partials, true); + } else { + return ""; + } + } else if(type == "#") { // normal section + if(that.is_array(value)) { // Enumerable, Let's loop! + return that.map(value, function(row) { + return that.render(content, that.create_context(row), + partials, true); + }).join(""); + } else if(that.is_object(value)) { // Object, Use it as subcontext! + return that.render(content, that.create_context(value), + partials, true); + } else if(typeof value === "function") { + // higher order section + return value.call(context, content, function(text) { + return that.render(text, context, partials, true); + }); + } else if(value) { // boolean section + return that.render(content, context, partials, true); + } else { + return ""; + } + } + }); + }, + + /* + Replace {{foo}} and friends with values from our view + */ + render_tags: function(template, context, partials, in_recursion) { + // tit for tat + var that = this; + + var new_regex = function() { + return new RegExp(that.otag + "(=|!|>|\\{|%)?([^\\/#\\^]+?)\\1?" + + that.ctag + "+", "g"); + }; + + var regex = new_regex(); + var tag_replace_callback = function(match, operator, name) { + switch(operator) { + case "!": // ignore comments + return ""; + case "=": // set new delimiters, rebuild the replace regexp + that.set_delimiters(name); + regex = new_regex(); + return ""; + case ">": // render partial + return that.render_partial(name, context, partials); + case "{": // the triple mustache is unescaped + return that.find(name, context); + default: // escape the value + return that.escape(that.find(name, context)); + } + }; + var lines = template.split("\n"); + for(var i = 0; i < lines.length; i++) { + lines[i] = lines[i].replace(regex, tag_replace_callback, this); + if(!in_recursion) { + this.send(lines[i]); + } + } + + if(in_recursion) { + return lines.join("\n"); + } + }, + + set_delimiters: function(delimiters) { + var dels = delimiters.split(" "); + this.otag = this.escape_regex(dels[0]); + this.ctag = this.escape_regex(dels[1]); + }, + + escape_regex: function(text) { + // thank you Simon Willison + if(!arguments.callee.sRE) { + var specials = [ + '/', '.', '*', '+', '?', '|', + '(', ')', '[', ']', '{', '}', '\\' + ]; + arguments.callee.sRE = new RegExp( + '(\\' + specials.join('|\\') + ')', 'g' + ); + } + return text.replace(arguments.callee.sRE, '\\$1'); + }, + + /* + find `name` in current `context`. That is find me a value + from the view object + */ + find: function(name, context) { + name = this.trim(name); + + // Checks whether a value is thruthy or false or 0 + function is_kinda_truthy(bool) { + return bool === false || bool === 0 || bool; + } + + var value; + if(is_kinda_truthy(context[name])) { + value = context[name]; + } else if(is_kinda_truthy(this.context[name])) { + value = this.context[name]; + } + + if(typeof value === "function") { + return value.apply(context); + } + if(value !== undefined) { + return value; + } + // silently ignore unkown variables + return ""; + }, + + // Utility methods + + /* includes tag */ + includes: function(needle, haystack) { + return haystack.indexOf(this.otag + needle) != -1; + }, + + /* + Does away with nasty characters + */ + escape: function(s) { + s = String(s === null ? "" : s); + return s.replace(/&(?!\w+;)|["'<>\\]/g, function(s) { + switch(s) { + case "&": return "&"; + case "\\": return "\\\\"; + case '"': return '"'; + case "'": return '''; + case "<": return "<"; + case ">": return ">"; + default: return s; + } + }); + }, + + // by @langalex, support for arrays of strings + create_context: function(_context) { + if(this.is_object(_context)) { + return _context; + } else { + var iterator = "."; + if(this.pragmas["IMPLICIT-ITERATOR"]) { + iterator = this.pragmas["IMPLICIT-ITERATOR"].iterator; + } + var ctx = {}; + ctx[iterator] = _context; + return ctx; + } + }, + + is_object: function(a) { + return a && typeof a == "object"; + }, + + is_array: function(a) { + return Object.prototype.toString.call(a) === '[object Array]'; + }, + + /* + Gets rid of leading and trailing whitespace + */ + trim: function(s) { + return s.replace(/^\s*|\s*$/g, ""); + }, + + /* + Why, why, why? Because IE. Cry, cry cry. + */ + map: function(array, fn) { + if (typeof array.map == "function") { + return array.map(fn); + } else { + var r = []; + var l = array.length; + for(var i = 0; i < l; i++) { + r.push(fn(array[i])); + } + return r; + } + } + }; + + return({ + name: "mustache.js", + version: "0.3.1-dev", + + /* + Turns a template and view into HTML + */ + to_html: function(template, view, partials, send_fun) { + var renderer = new Renderer(); + if(send_fun) { + renderer.send = send_fun; + } + renderer.render(template, view, partials); + if(!send_fun) { + return renderer.buffer.join("\n"); + } + } + }); +}(); +// Underscore.js 1.2.3 +// (c) 2009-2011 Jeremy Ashkenas, DocumentCloud Inc. +// Underscore is freely distributable under the MIT license. +// Portions of Underscore are inspired or borrowed from Prototype, +// Oliver Steele's Functional, and John Resig's Micro-Templating. +// For all details and documentation: +// http://documentcloud.github.com/underscore +(function(){function r(a,c,d){if(a===c)return a!==0||1/a==1/c;if(a==null||c==null)return a===c;if(a._chain)a=a._wrapped;if(c._chain)c=c._wrapped;if(a.isEqual&&b.isFunction(a.isEqual))return a.isEqual(c);if(c.isEqual&&b.isFunction(c.isEqual))return c.isEqual(a);var e=l.call(a);if(e!=l.call(c))return false;switch(e){case "[object String]":return a==String(c);case "[object Number]":return a!=+a?c!=+c:a==0?1/a==1/c:a==+c;case "[object Date]":case "[object Boolean]":return+a==+c;case "[object RegExp]":return a.source== +c.source&&a.global==c.global&&a.multiline==c.multiline&&a.ignoreCase==c.ignoreCase}if(typeof a!="object"||typeof c!="object")return false;for(var f=d.length;f--;)if(d[f]==a)return true;d.push(a);var f=0,g=true;if(e=="[object Array]"){if(f=a.length,g=f==c.length)for(;f--;)if(!(g=f in a==f in c&&r(a[f],c[f],d)))break}else{if("constructor"in a!="constructor"in c||a.constructor!=c.constructor)return false;for(var h in a)if(m.call(a,h)&&(f++,!(g=m.call(c,h)&&r(a[h],c[h],d))))break;if(g){for(h in c)if(m.call(c, +h)&&!f--)break;g=!f}}d.pop();return g}var s=this,F=s._,o={},k=Array.prototype,p=Object.prototype,i=k.slice,G=k.concat,H=k.unshift,l=p.toString,m=p.hasOwnProperty,v=k.forEach,w=k.map,x=k.reduce,y=k.reduceRight,z=k.filter,A=k.every,B=k.some,q=k.indexOf,C=k.lastIndexOf,p=Array.isArray,I=Object.keys,t=Function.prototype.bind,b=function(a){return new n(a)};if(typeof exports!=="undefined"){if(typeof module!=="undefined"&&module.exports)exports=module.exports=b;exports._=b}else typeof define==="function"&& +define.amd?define("underscore",function(){return b}):s._=b;b.VERSION="1.2.3";var j=b.each=b.forEach=function(a,c,b){if(a!=null)if(v&&a.forEach===v)a.forEach(c,b);else if(a.length===+a.length)for(var e=0,f=a.length;e2;a==null&&(a=[]);if(x&&a.reduce===x)return e&&(c=b.bind(c,e)),f?a.reduce(c,d):a.reduce(c);j(a,function(a,b,i){f?d=c.call(e,d,a,b,i):(d=a,f=true)});if(!f)throw new TypeError("Reduce of empty array with no initial value");return d};b.reduceRight=b.foldr=function(a,c,d,e){var f=arguments.length>2;a==null&&(a=[]);if(y&&a.reduceRight===y)return e&&(c=b.bind(c,e)),f?a.reduceRight(c,d):a.reduceRight(c);var g=b.toArray(a).reverse();e&&!f&&(c=b.bind(c,e));return f?b.reduce(g, +c,d,e):b.reduce(g,c)};b.find=b.detect=function(a,c,b){var e;D(a,function(a,g,h){if(c.call(b,a,g,h))return e=a,true});return e};b.filter=b.select=function(a,c,b){var e=[];if(a==null)return e;if(z&&a.filter===z)return a.filter(c,b);j(a,function(a,g,h){c.call(b,a,g,h)&&(e[e.length]=a)});return e};b.reject=function(a,c,b){var e=[];if(a==null)return e;j(a,function(a,g,h){c.call(b,a,g,h)||(e[e.length]=a)});return e};b.every=b.all=function(a,c,b){var e=true;if(a==null)return e;if(A&&a.every===A)return a.every(c, +b);j(a,function(a,g,h){if(!(e=e&&c.call(b,a,g,h)))return o});return e};var D=b.some=b.any=function(a,c,d){c||(c=b.identity);var e=false;if(a==null)return e;if(B&&a.some===B)return a.some(c,d);j(a,function(a,b,h){if(e||(e=c.call(d,a,b,h)))return o});return!!e};b.include=b.contains=function(a,c){var b=false;if(a==null)return b;return q&&a.indexOf===q?a.indexOf(c)!=-1:b=D(a,function(a){return a===c})};b.invoke=function(a,c){var d=i.call(arguments,2);return b.map(a,function(a){return(c.call?c||a:a[c]).apply(a, +d)})};b.pluck=function(a,c){return b.map(a,function(a){return a[c]})};b.max=function(a,c,d){if(!c&&b.isArray(a))return Math.max.apply(Math,a);if(!c&&b.isEmpty(a))return-Infinity;var e={computed:-Infinity};j(a,function(a,b,h){b=c?c.call(d,a,b,h):a;b>=e.computed&&(e={value:a,computed:b})});return e.value};b.min=function(a,c,d){if(!c&&b.isArray(a))return Math.min.apply(Math,a);if(!c&&b.isEmpty(a))return Infinity;var e={computed:Infinity};j(a,function(a,b,h){b=c?c.call(d,a,b,h):a;bd?1:0}),"value")};b.groupBy=function(a,c){var d={},e=b.isFunction(c)?c:function(a){return a[c]};j(a,function(a,b){var c=e(a,b);(d[c]||(d[c]=[])).push(a)});return d};b.sortedIndex= +function(a,c,d){d||(d=b.identity);for(var e=0,f=a.length;e>1;d(a[g])=0})})};b.difference=function(a){var c=b.flatten(i.call(arguments,1));return b.filter(a,function(a){return!b.include(c,a)})};b.zip=function(){for(var a=i.call(arguments),c=b.max(b.pluck(a,"length")),d=Array(c),e=0;e=0;d--)b=[a[d].apply(this,b)];return b[0]}};b.after= +function(a,b){return a<=0?b():function(){if(--a<1)return b.apply(this,arguments)}};b.keys=I||function(a){if(a!==Object(a))throw new TypeError("Invalid object");var b=[],d;for(d in a)m.call(a,d)&&(b[b.length]=d);return b};b.values=function(a){return b.map(a,b.identity)};b.functions=b.methods=function(a){var c=[],d;for(d in a)b.isFunction(a[d])&&c.push(d);return c.sort()};b.extend=function(a){j(i.call(arguments,1),function(b){for(var d in b)b[d]!==void 0&&(a[d]=b[d])});return a};b.defaults=function(a){j(i.call(arguments, +1),function(b){for(var d in b)a[d]==null&&(a[d]=b[d])});return a};b.clone=function(a){return!b.isObject(a)?a:b.isArray(a)?a.slice():b.extend({},a)};b.tap=function(a,b){b(a);return a};b.isEqual=function(a,b){return r(a,b,[])};b.isEmpty=function(a){if(b.isArray(a)||b.isString(a))return a.length===0;for(var c in a)if(m.call(a,c))return false;return true};b.isElement=function(a){return!!(a&&a.nodeType==1)};b.isArray=p||function(a){return l.call(a)=="[object Array]"};b.isObject=function(a){return a=== +Object(a)};b.isArguments=function(a){return l.call(a)=="[object Arguments]"};if(!b.isArguments(arguments))b.isArguments=function(a){return!(!a||!m.call(a,"callee"))};b.isFunction=function(a){return l.call(a)=="[object Function]"};b.isString=function(a){return l.call(a)=="[object String]"};b.isNumber=function(a){return l.call(a)=="[object Number]"};b.isNaN=function(a){return a!==a};b.isBoolean=function(a){return a===true||a===false||l.call(a)=="[object Boolean]"};b.isDate=function(a){return l.call(a)== +"[object Date]"};b.isRegExp=function(a){return l.call(a)=="[object RegExp]"};b.isNull=function(a){return a===null};b.isUndefined=function(a){return a===void 0};b.noConflict=function(){s._=F;return this};b.identity=function(a){return a};b.times=function(a,b,d){for(var e=0;e/g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/")};b.mixin=function(a){j(b.functions(a),function(c){J(c, +b[c]=a[c])})};var K=0;b.uniqueId=function(a){var b=K++;return a?a+b:b};b.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};b.template=function(a,c){var d=b.templateSettings,d="var __p=[],print=function(){__p.push.apply(__p,arguments);};with(obj||{}){__p.push('"+a.replace(/\\/g,"\\\\").replace(/'/g,"\\'").replace(d.escape,function(a,b){return"',_.escape("+b.replace(/\\'/g,"'")+"),'"}).replace(d.interpolate,function(a,b){return"',"+b.replace(/\\'/g, +"'")+",'"}).replace(d.evaluate||null,function(a,b){return"');"+b.replace(/\\'/g,"'").replace(/[\r\n\t]/g," ")+";__p.push('"}).replace(/\r/g,"\\r").replace(/\n/g,"\\n").replace(/\t/g,"\\t")+"');}return __p.join('');",e=new Function("obj","_",d);return c?e(c,b):function(a){return e.call(this,a,b)}};var n=function(a){this._wrapped=a};b.prototype=n.prototype;var u=function(a,c){return c?b(a).chain():a},J=function(a,c){n.prototype[a]=function(){var a=i.call(arguments);H.call(a,this._wrapped);return u(c.apply(b, +a),this._chain)}};b.mixin(b);j("pop,push,reverse,shift,sort,splice,unshift".split(","),function(a){var b=k[a];n.prototype[a]=function(){b.apply(this._wrapped,arguments);return u(this._wrapped,this._chain)}});j(["concat","join","slice"],function(a){var b=k[a];n.prototype[a]=function(){return u(b.apply(this._wrapped,arguments),this._chain)}});n.prototype.chain=function(){this._chain=true;return this};n.prototype.value=function(){return this._wrapped}}).call(this); +/* main file */ + +if ( window.IriSP === undefined && window.__IriSP === undefined ) { + var IriSP = {}; + var __IriSP = IriSP; /* for backward compatibility */ +} + +IriSP.loadLibs = function( libs, config, metadata_url, callback ) { + // Localize jQuery variable + IriSP.jQuery = null; + var $L = $LAB.script(libs.jQuery).script(libs.swfObject) + .script(libs.jQueryUI) + + if (config.player.type === "jwplayer") { + // load our popcorn.js lookalike + $L = $L.script(libs.jwplayer); + } else { + // load the real popcorn + $L = $L.script(libs.popcorn).script(libs["popcorn.code"]); + if (config.player.type === "youtube") { + $L = $L.script(libs["popcorn.youtube"]); + } + if (config.player.type === "vimeo") + $L = $L.script(libs["popcorn.vimeo"]); + + /* do nothing for html5 */ + } + + /* widget specific requirements */ + for (var idx in config.gui.widgets) { + if (config.gui.widgets[idx].type === "PolemicWidget") { + $L.script(libs.raphael); + } + } + + // same for modules + /* + for (var idx in config.modules) { + if (config.modules[idx].type === "PolemicWidget") + $L.script(libs.raphaelJs); + } + */ + + $L.wait(function() { + IriSP.jQuery = window.jQuery.noConflict( true ); + IriSP._ = window._.noConflict(); + IriSP.underscore = IriSP._; + + var css_link_jquery = IriSP.jQuery( "", { + rel: "stylesheet", + type: "text/css", + href: libs.cssjQueryUI, + 'class': "dynamic_css" + } ); + var css_link_custom = IriSP.jQuery( "", { + rel: "stylesheet", + type: "text/css", + href: config.gui.css, + 'class': "dynamic_css" + } ); + + css_link_jquery.appendTo('head'); + css_link_custom.appendTo('head'); + + IriSP.setupDataLoader(); + IriSP.__dataloader.get(metadata_url, + function(data) { + /* save the data so that we could re-use it to + configure the video + */ + IriSP.__jsonMetadata = data; + callback.call(window) }); + }); +}; +IriSP.annotation_template = "{{! template for an annotation displayed in a segmentWidget }}
      "; +IriSP.annotationWidget_template = "{{! template for the annotation widget }}
      share on facebook share on twitter share on google+
      "; +IriSP.annotation_loading_template = "{{! template shown while the annotation widget is loading }}
       
      Chargement...
      "; +IriSP.arrowWidget_template = "
      "; +IriSP.overlay_marker_template = "{{! the template for the small bars which is z-indexed over our segment widget }}
      "; +IriSP.player_template = "{{! template for the radio player }}
      /
      "; +IriSP.search_template = "{{! template for the search container }}
      "; +IriSP.share_template = "{{! social network sharing template }} "; +IriSP.sliderWidget_template = "{{! template for the slider widget - it's composed of two divs we one overlayed on top of the other }}
      "; +IriSP.tooltip_template = "{{! template used by the jquery ui tooltip }}
      {{title}}
      {{begin}} : {{end}}
      {{description}}
      "; +IriSP.tooltipWidget_template = "{{! template for the tooltip widget }}
      "; +IriSP.tweetWidget_template = "{{! template for the tweet widget }}";/* wrapper that simulates popcorn.js because + popcorn is a bit unstable at the time */ + +IriSP.PopcornReplacement = { + msgPump : {} /* used by jquery to receive and send messages */ +}; + +IriSP.PopcornReplacement.media = { + "paused": true, + "muted": false +}; + +IriSP.PopcornReplacement.listen = function(msg, callback) { +// IriSP.jQuery(IriSP.PopcornReplacement.msgPump).bind(msg, function(event, rest) { callback(rest); }); + if (!IriSP.PopcornReplacement.msgPump.hasOwnProperty(msg)) + IriSP.PopcornReplacement.msgPump[msg] = []; + + IriSP.PopcornReplacement.msgPump[msg].push(callback); +}; + +IriSP.PopcornReplacement.trigger = function(msg, params) { +// IriSP.jQuery(IriSP.PopcornReplacement.msgPump).trigger(msg, params); + + if (!IriSP.PopcornReplacement.msgPump.hasOwnProperty(msg)) + return; + + var d = IriSP.PopcornReplacement.msgPump[msg]; + for(var entry in d) { + d[entry].call(window, params); + } + +}; + +IriSP.PopcornReplacement.guid = function(prefix) { + var str = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) { + var r = Math.random()*16|0, v = c == 'x' ? r : (r&0x3|0x8); + return v.toString(16); + }); + + return prefix + str; +}; + +IriSP.PopcornReplacement.__initApi = function() { + IriSP.PopcornReplacement.trigger("loadedmetadata"); // we've done more than loading metadata of course, + // but popcorn doesn't need to know more. + IriSP.PopcornReplacement.media.muted = jwplayer(IriSP.PopcornReplacement._container).getMute(); +}; + +IriSP.PopcornReplacement.jwplayer = function(container, options) { + IriSP.PopcornReplacement._container = container.slice(1); //eschew the '#' + options.events = { + onReady: IriSP.PopcornReplacement.__initApi, + onTime: IriSP.PopcornReplacement.__timeHandler, + onPlay: IriSP.PopcornReplacement.__playHandler, + onPause: IriSP.PopcornReplacement.__pauseHandler, + onSeek: IriSP.PopcornReplacement.__seekHandler + } + + jwplayer(IriSP.PopcornReplacement._container).setup(options); + IriSP.PopcornReplacement.media.duration = options.duration; + return IriSP.PopcornReplacement; +}; + +IriSP.PopcornReplacement.currentTime = function(time) { + if (typeof(time) === "undefined") { + return jwplayer(IriSP.PopcornReplacement._container).getPosition(); + } else { + var currentTime = +time; + jwplayer( IriSP.PopcornReplacement._container ).seek( currentTime ); + IriSP.PopcornReplacement.trigger("seeked"); + return jwplayer(IriSP.PopcornReplacement._container).getPosition(); + } +}; + +IriSP.PopcornReplacement.play = function() { + IriSP.PopcornReplacement.media.paused = false; + IriSP.PopcornReplacement.trigger("play"); +// IriSP.PopcornReplacement.trigger("playing"); + jwplayer( IriSP.PopcornReplacement._container ).play(); +}; + +IriSP.PopcornReplacement.pause = function() { + if ( !IriSP.PopcornReplacement.media.paused ) { + IriSP.PopcornReplacement.media.paused = true; + IriSP.PopcornReplacement.trigger( "pause" ); + jwplayer( IriSP.PopcornReplacement._container ).pause(); + } +}; + +IriSP.PopcornReplacement.muted = function(val) { + if (typeof(val) !== "undefined") { + + if (jwplayer(IriSP.PopcornReplacement._container).getMute() !== val) { + if (val) { + jwplayer(IriSP.PopcornReplacement._container).setMute(true); + IriSP.PopcornReplacement.media.muted = true; + } else { + jwplayer( IriSP.PopcornReplacement._container ).setMute(false); + IriSP.PopcornReplacement.media.muted = false; + } + + IriSP.PopcornReplacement.trigger( "volumechange" ); + } + + return jwplayer( IriSP.PopcornReplacement._container ).getMute(); + } else { + return jwplayer( IriSP.PopcornReplacement._container ).getMute(); + } +}; + +IriSP.PopcornReplacement.mute = IriSP.PopcornReplacement.muted; + +IriSP.PopcornReplacement.__codes = []; +IriSP.PopcornReplacement.code = function(options) { + IriSP.PopcornReplacement.__codes.push(options); + return IriSP.PopcornReplacement; +}; + +IriSP.PopcornReplacement.__runCode = function() { + var currentTime = jwplayer(IriSP.PopcornReplacement._container).getPosition(); + var i = 0; + for(i = 0; i < IriSP.PopcornReplacement.__codes.length; i++) { + var c = IriSP.PopcornReplacement.__codes[i]; + if (currentTime == c.start) { + c.onStart(); + } + + if (currentTime == c.end) { + c.onEnd(); + } + + } +}; + +/* called everytime the player updates itself + (onTime event) + */ + +IriSP.PopcornReplacement.__timeHandler = function(event) { + var pos = event.position; + + var i = 0; + for(i = 0; i < IriSP.PopcornReplacement.__codes.length; i++) { + var c = IriSP.PopcornReplacement.__codes[i]; + + if (pos >= c.start && pos < c.end && + pos - 0.1 <= c.start) { + c.onStart(); + } + + if (pos > c.start && pos > c.end && + pos - 0.1 <= c.end) { + console.log("eonedn"); + c.onEnd(); + } + + } + + IriSP.PopcornReplacement.trigger("timeupdate"); +}; + +IriSP.PopcornReplacement.__seekHandler = function(event) { + var i = 0; + + for(i = 0; i < IriSP.PopcornReplacement.__codes.length; i++) { + var c = IriSP.PopcornReplacement.__codes[i]; + + if (event.position >= c.start && event.position < c.end) { + c.onEnd(); + } + } + + for(i = 0; i < IriSP.PopcornReplacement.__codes.length; i++) { + var c = IriSP.PopcornReplacement.__codes[i]; + + if (typeof(event.offset) === "undefined") + event.offset = 0; + + if (event.offset >= c.start && event.offset < c.end) { + c.onStart(); + } + + } + + IriSP.PopcornReplacement.trigger("timeupdate"); +}; + + +IriSP.PopcornReplacement.__playHandler = function(event) { + IriSP.PopcornReplacement.media.paused = false; + IriSP.PopcornReplacement.trigger("play"); +}; + +IriSP.PopcornReplacement.__pauseHandler = function(event) { + IriSP.PopcornReplacement.media.paused = true; + IriSP.PopcornReplacement.trigger("pause"); +}; + +IriSP.PopcornReplacement.roundTime = function() { + var currentTime = IriSP.PopcornReplacement.currentTime(); + return Math.round(currentTime); +}; +/* utils.js - various utils that don't belong anywhere else */ + +/* trace function, for debugging */ + +IriSP.traceNum = 0; +IriSP.trace = function( msg, value ) { +/* + if( IriSP.config.gui.debug === true ) { + IriSP.traceNum += 1; + IriSP.jQuery( "
      "+IriSP.traceNum+" - "+msg+" : "+value+"
      " ).appendTo( "#Ldt-output" ); + } +*/ +}; + +/* used in callbacks - because in callbacks we lose "this", + we need to have a special function which wraps "this" in + a closure. This way, the +*/ +IriSP.wrap = function (obj, fn) { + return function() { + var args = Array.prototype.slice.call(arguments, 0); + return fn.apply(obj, args); + } +} + +/* convert a time to a percentage in the media */ +IriSP.timeToPourcent = function(time, timetotal){ + var time = Math.abs(time); + var timetotal = Math.abs(timetotal); + + return Math.floor((time/timetotal) * 100); +}; + +IriSP.padWithZeros = function(num) { + if (Math.abs(num) < 10) { + return "0" + num.toString(); + } else { + return num.toString(); + } +}; +/* convert a number of seconds to a tuple of the form + [hours, minutes, seconds] +*/ +IriSP.secondsToTime = function(secs) { + var hours = Math.abs(parseInt( secs / 3600 ) % 24); + var minutes = Math.abs(parseInt( secs / 60 ) % 60); + var seconds = parseFloat(Math.abs(secs % 60).toFixed(0)); + + var toString_fn = function() { + var ret = ""; + if (hours > 0) + ret = IriSP.padWithZeros(this.hours) + ":"; + ret += IriSP.padWithZeros(this.minutes) + ":" + IriSP.padWithZeros(this.seconds); + + return ret; + } + return {"hours" : hours, "minutes" : minutes, "seconds" : seconds, toString: toString_fn}; +}; + +IriSP.secondsToString + +/* format a tweet - replaces @name by a link to the profile, #hashtag, etc. */ +IriSP.formatTweet = function(tweet) { + /* + an array of arrays which hold a regexp and its replacement. + */ + var regExps = [ + /* copied from http://codegolf.stackexchange.com/questions/464/shortest-url-regex-match-in-javascript/480#480 */ + [/((https?:\/\/)?[\w-]+(\.[\w-]+)+\.?(:\d+)?(\/\S*)?)/gi, "$1"], + [/@(\w+)/gi, "@$1"], // matches a @handle + [/#(\w+)/gi, "#$1"],// matches a hashtag + [/(\+\+)/gi, "$1"], + [/(--)/gi, "$1"], + [/(==)/gi, "$1"], + [/(\?\?)/gi, "$1"] + ]; + + var i = 0; + for(i = 0; i < regExps.length; i++) { + tweet = tweet.replace(regExps[i][0], regExps[i][1]); + } + + return tweet; +}; + +IriSP.countProperties = function(obj) { + var count = 0; + + for(var prop in obj) { + if(obj.hasOwnProperty(prop)) + ++count; + } + + return count; +}; + +// conversion de couleur Decimal vers HexaDecimal || 000 si fff +IriSP.DEC_HEXA_COLOR = function (dec) { + var hexa='0123456789ABCDEF'; + var hex=''; + var tmp; + while (dec>15){ + tmp = dec-(Math.floor(dec/16))*16; + hex = hexa.charAt(tmp)+hex; + dec = Math.floor(dec/16); + } + hex = hexa.charAt(dec)+hex; + return(hex); +}; + +/* shortcut to have global variables in templates */ +IriSP.templToHTML = function(template, values) { + var params = IriSP.jQuery.extend(IriSP.default_templates_vars, values); + return Mustache.to_html(template, params); +}; + +/* we need to be stricter than encodeURIComponent, + because of twitter +*/ +IriSP.encodeURI = function(str) { + return encodeURIComponent(str).replace(/!/g, '%21').replace(/'/g, '%27').replace(/\(/g, '%28'). + replace(/\)/g, '%29').replace(/\*/g, '%2A'); +} + +IriSP.__guidCounter = 0; +IriSP.guid = function(prefix) { + IriSP.__guidCounter += 1; + return prefix + IriSP.__guidCounter; +}; +/* for ie compatibility +if (Object.prototype.__defineGetter__&&!Object.defineProperty) { + Object.defineProperty=function(obj,prop,desc) { + if ("get" in desc) obj.__defineGetter__(prop,desc.get); + if ("set" in desc) obj.__defineSetter__(prop,desc.set); + } +} +*/ +/* data.js - this file deals with how the players gets and sends data */ + +IriSP.DataLoader = function() { + this._cache = {}; + + /* + A structure to hold callbacks for specific urls. We need it because + ajax calls are asynchronous, so it means that sometimes we ask + multiple times for a ressource because the first call hasn't been + received yet. + */ + this._callbacks = {}; +}; + +IriSP.DataLoader.prototype.get = function(url, callback) { + + var base_url = url.split("&")[0] + if (this._cache.hasOwnProperty(base_url)) { + callback(this._cache[base_url]); + } else { + if (!this._callbacks.hasOwnProperty(base_url)) { + this._callbacks[base_url] = []; + this._callbacks[base_url].push(callback); + /* we need a closure because this gets lost when it's called back */ + + // uncomment you don't want to use caching. + // IriSP.jQuery.get(url, callback); + + var func = function(data) { + this._cache[base_url] = data; + var i = 0; + + for (i = 0; i < this._callbacks[base_url].length; i++) { + this._callbacks[base_url][i](this._cache[base_url]); + } + }; + + /* automagically choose between json and jsonp */ + if (url.indexOf(document.location.hostname) === -1 && + url.indexOf("http://") !== -1 /* not a relative url */ ) { + // we contacting a foreign domain, use JSONP + + IriSP.jQuery.get(url, {}, IriSP.wrap(this, func), "jsonp"); + } else { + + // otherwise, hey, whatever rows your boat + IriSP.jQuery.get(url, IriSP.wrap(this, func)); + } + + } else { + /* simply push the callback - it'll get called when the ressource + has been received */ + + this._callbacks[base_url].push(callback); + + } + } +} + +/* the base abstract "class" */ +IriSP.Serializer = function(DataLoader, url) { + this._DataLoader = DataLoader; + this._url = url; + this._data = []; +}; + +IriSP.Serializer.prototype.serialize = function(data) { }; +IriSP.Serializer.prototype.deserialize = function(data) {}; + +IriSP.Serializer.prototype.currentMedia = function() { +}; + +IriSP.Serializer.prototype.sync = function(callback) { + callback.call(this, this._data); +}; + +IriSP.SerializerFactory = function(DataLoader) { + this._dataloader = DataLoader; +}; + +IriSP.SerializerFactory.prototype.getSerializer = function(metadataOptions) { + /* This function returns serializer set-up with the correct + configuration - takes a metadata struct describing the metadata source + */ + + if (metadataOptions === undefined) + /* return an empty serializer */ + return IriSP.Serializer("", ""); + + switch(metadataOptions.type) { + case "json": + return new IriSP.JSONSerializer(this._dataloader, metadataOptions.src); + break; + + case "dummy": /* only used for unit testing - not defined in production */ + return new IriSP.MockSerializer(this._dataloader, metadataOptions.src); + break; + + case "empty": + return new IriSP.Serializer("", "empty"); + break; + + default: + return undefined; + } +}; +/* site.js - all our site-dependent config : player chrome, cdn locations, etc...*/ + +IriSP.lib = { + jQuery : "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js", + jQueryUI : "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.js", + jQueryToolTip : "http://cdn.jquerytools.org/1.2.4/all/jquery.tools.min.js", + swfObject : "http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js", + cssjQueryUI : "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css", + popcorn : "/mdp/src/js/libs/popcorn.js", + jwplayer : "/mdp/src/js/libs/jwplayer.js", + popcornReplacement: "/mdp/src/js/libs/pop.js", + raphael: "/mdp/src/js/libs/raphael.js", + "popcorn.mediafragment" : "/mdp/src/js/libs/popcorn.mediafragment.js", + "popcorn.code" : "/mdp/src/js/libs/popcorn.code.js", + "popcorn.jwplayer": "/mdp/src/js/libs/popcorn.jwplayer.js", + "popcorn.youtube": "/mdp/src/js/libs/popcorn.youtube.js" +}; + +//Player Configuration +IriSP.config = undefined; + +IriSP.widgetsDefaults = { + "LayoutManager" : {spacer_div_height : "0px" }, + "PlayerWidget" : {}, + "AnnotationsWidget": { + "share_text" : "I'm watching ", + "fb_link" : "http://www.facebook.com/share.php?u=", + "tw_link" : "http://twitter.com/home?status=", + "gplus_link" : "" + }, + "TweetsWidget" : { + default_profile_picture : "https://si0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png", + tweet_display_period: 10000 // how long do we show a tweet ? + }, + "SliderWidget" : { + minimize_period: 850 // how long does the slider stays maximized after the user leaves the zone ? + }, + "Main" : { + autoplay: true + } + +}; + +IriSP.paths = { +// "imgs": "/tweetlive/res/metadataplayer/src/css/imgs" + "imgs": "/mdp/src/css/imgs" +}; +IriSP.default_templates_vars = { + "img_dir" : IriSP.paths.imgs +}; + +/* ui.js - ui related functions */ + +/* FIXME: use an sharing library */ +IriSP.LdtShareTool = IriSP.share_template; /* the contents come from share.html */ + +IriSP.createPlayerChrome = function(){ + var width = IriSP.config.gui.width; + var height = IriSP.config.gui.height; + var heightS = IriSP.config.gui.height-20; + + // AUDIO */ + // PB dans le html : ; + IriSP.trace( "__IriSP.createMyHtml",IriSP.config.gui.container ); + + + /* FIXME : factor this in another file */ + if( IriSP.config.gui.mode=="radio" ){ + + IriSP.jQuery( "#"+IriSP.config.gui.container ).before(IriSP.search_template); + var radioPlayer = Mustache.to_html(IriSP.radio_template, {"share_template" : IriSP.share_template}); + IriSP.jQuery(radioPlayer).appendTo("#"+IriSP.config.gui.container); + + // special tricks for IE 7 + if (IriSP.jQuery.browser.msie==true && IriSP.jQuery.browser.version=="7.0"){ + //LdtSearchContainer + //__IriSP.jQuery("#LdtPlayer").attr("margin-top","50px"); + IriSP.jQuery("#Ldt-Root").css("padding-top","25px"); + IriSP.trace("__IriSP.createHtml","IE7 SPECIAL "); + } + } else if(IriSP.config.gui.mode=="video") { + + var videoPlayer = Mustache.to_html(IriSP.video_template, {"share_template" : IriSP.share_template, "heightS" : heightS}); + IriSP.jQuery(videoPlayer).appendTo("#"+IriSP.config.gui.container); + } + + IriSP.jQuery("#Ldt-Annotations").width(width-(75*2)); + IriSP.jQuery("#Ldt-Show-Arrow-container").width(width-(75*2)); + IriSP.jQuery("#Ldt-ShowAnnotation-audio").width(width-10); + IriSP.jQuery("#Ldt-ShowAnnotation-video").width(width-10); + IriSP.jQuery("#Ldt-SaKeyword").width(width-10); + IriSP.jQuery("#Ldt-controler").width(width-10); + IriSP.jQuery("#Ldt-Control").attr("z-index","100"); + IriSP.jQuery("#Ldt-controler").hide(); + + IriSP.jQuery(IriSP.annotation_loading_template).appendTo("#Ldt-ShowAnnotation-audio"); + + if(IriSP.config.gui.mode=='radio'){ + IriSP.jQuery("#Ldt-load-container").attr("width",IriSP.config.gui.width); + } + // Show or not the output + if(IriSP.config.gui.debug===true){ + IriSP.jQuery("#Ldt-output").show(); + } else { + IriSP.jQuery("#Ldt-output").hide(); + } + +}; + + +/* create the buttons and the slider */ +IriSP.createInterface = function( width, height, duration ) { + + IriSP.jQuery( "#Ldt-controler" ).show(); + //__IriSP.jQuery("#Ldt-Root").css('display','visible'); + IriSP.trace( "__IriSP.createInterface" , width+","+height+","+duration+"," ); + + IriSP.jQuery( "#Ldt-ShowAnnotation").click( function () { + //__IriSP.jQuery(this).slideUp(); + } ); + + var LdtpPlayerY = IriSP.jQuery("#Ldt-PlaceHolder").attr("top"); + var LdtpPlayerX = IriSP.jQuery("#Ldt-PlaceHolder").attr("left"); + + IriSP.jQuery( "#slider-range-min" ).slider( { //range: "min", + value: 0, + min: 1, + max: duration/1000,//1:54:52.66 = 3600+3240+ + step: 0.1, + slide: function(event, ui) { + + //__IriSP.jQuery("#amount").val(ui.value+" s"); + //player.sendEvent('SEEK', ui.value) + IriSP.MyApiPlayer.seek(ui.value); + //changePageUrlOffset(ui.value); + //player.sendEvent('PAUSE') + } + } ); + + IriSP.trace("__IriSP.createInterface","ICI"); + IriSP.jQuery("#amount").val(IriSP.jQuery("#slider-range-min").slider("value")+" s"); + IriSP.jQuery(".Ldt-Control1 button:first").button({ + icons: { + primary: 'ui-icon-play' + }, + text: false + }).next().button({ + icons: { + primary: 'ui-icon-seek-next' + }, + text: false + }); + IriSP.jQuery(".Ldt-Control2 button:first").button({ + icons: { + primary: 'ui-icon-search'//, + //secondary: 'ui-icon-volume-off' + }, + text: false + }).next().button({ + icons: { + primary: 'ui-icon-volume-on' + }, + text: false + }); + + // /!\ PB A MODIFIER + //__IriSP.MyTags.draw(); + IriSP.trace("__IriSP.createInterface","ICI2"); + IriSP.jQuery( "#ldt-CtrlPlay" ).attr( "style", "background-color:#CD21C24;" ); + + IriSP.jQuery( "#Ldt-load-container" ).hide(); + + if( IriSP.config.gui.mode=="radio" & IriSP.jQuery.browser.msie != true ) { + IriSP.jQuery( "#Ldtplayer1" ).attr( "height", "0" ); + } + IriSP.trace( "__IriSP.createInterface" , "3" ); + + IriSP.trace( "__IriSP.createInterface", "END" ); + + }; +/* the widget classes and definitions */ + +IriSP.Widget = function(Popcorn, config, Serializer) { + + if (config === undefined || config === null) { + config = {} + } + + this._Popcorn = Popcorn; + this._config = config; + this._serializer = Serializer; + + if (config.hasOwnProperty("container")) { + this._id = config.container; + this.selector = IriSP.jQuery("#" + this._id); + } + + if (config.hasOwnProperty("spacer")) { + this._spacerId = config.spacer; + this.spacer = IriSP.jQuery("#" + this._spacerId); + } + + + if (config.hasOwnProperty("width")) { + // this.width and not this._width because we consider it public. + this.width = config.width; + } + + if (config.hasOwnProperty("height")) { + this.height = config.height; + } + + if (config.hasOwnProperty("heightmax")) { + this.heightmax = config.heightmax; + } + + if (config.hasOwnProperty("widthmax")) { + this.widthmax = config.widthmax; + } + +}; + +IriSP.Widget.prototype.draw = function() { + /* implemented by "sub-classes" */ +}; + +IriSP.Widget.prototype.redraw = function() { + /* implemented by "sub-classes" */ +}; +/* modules are non-graphical entities, similar to widgets */ + +IriSP.Module = function(Popcorn, config, Serializer) { + + if (config === undefined || config === null) { + config = {} + } + + this._Popcorn = Popcorn; + this._config = config; + this._serializer = Serializer; +}; +/* layout.js - very basic layout management */ + +/* + a layout manager manages a div and the layout of objects + inside it. +*/ + +IriSP.LayoutManager = function(options) { + this._Popcorn = null; + this._widgets = []; + + this._div = "LdtPlayer"; + this._width = 640; + + if (options === undefined) { + options = {}; + }; + + if (options.hasOwnProperty('container')) { + this._div = options.container; + } + + if (options.hasOwnProperty('width')) { + this._width = options.width; + } + + if (options.hasOwnProperty('height')) { + this._height = options.height; + } + + /* this is a shortcut */ + this.selector = IriSP.jQuery("#" + this._div); + + this.selector.css("width", this._width); + + if (this._height !== undefined) + this.selector.css("height", this._height); +}; + +/* we need this special setter because of a chicken and egg problem : + we want the manager to use popcorn but the popcorn div will be managed + by the manager. So we need a way to set the instance the manager uses +*/ + +IriSP.LayoutManager.prototype.setPopcornInstance = function(popcorn) { + this._Popcorn = popcorn; +} + +/* stem is a string to append to the id of the widget */ +IriSP.LayoutManager.prototype.createDiv = function(stem) { + if (typeof(stem) === "undefined") + stem = ""; + + var newDiv = IriSP.guid(this._div + "_widget_" + stem + "_"); + var spacerDiv = IriSP.guid("LdtPlayer_spacer_"); + this._widgets.push(newDiv); + + var divTempl = "
      "); + + if (options.hasOwnProperty("width")) + IriSP.jQuery("#" + containerDiv).css("width", options.width); + + if (options.hasOwnProperty("height")) + IriSP.jQuery("#" + containerDiv).css("height", options.height); + + pop = Popcorn("#" + tmpId); + break; + + case "jwplayer": + var opts = IriSP.jQuery.extend({}, options); + delete opts.container; + + if (options.provider === "rtmp") { + /* exit if we can't access the metadata */ + if (typeof(IriSP.__jsonMetadata) === "undefined") { + break; + }; + + + // the json format is totally illogical + opts.streamer = IriSP.__jsonMetadata["medias"][0]["meta"]["item"]["value"]; + var source = IriSP.__jsonMetadata["medias"][0]["href"]; + + // the source if a full url but jwplayer wants an url relative to the + // streamer url, so we've got to remove the common part. + opts.file = source.slice(opts.streamer.length); + } else { + /* other providers type, video for instance - + pass everything as is */ + } + + pop = IriSP.PopcornReplacement.jwplayer("#" + containerDiv, opts); + break; + + case "youtube": + var opts = IriSP.jQuery.extend({}, options); + delete opts.container; + opts.controls = 0; + opts.autostart = false; + templ = "width: {{width}}px; height: {{height}}px;"; + var str = Mustache.to_html(templ, {width: opts.width, height: opts.height}); + // Popcorn.youtube wants us to specify the size of the player in the style attribute of its container div. + IriSP.jQuery("#" + containerDiv).attr("style", str); + + pop = Popcorn.youtube("#" + containerDiv, opts.video, opts); + break; + + default: + pop = undefined; + }; + + return pop; +}; + +IriSP.configureWidgets = function (popcornInstance, layoutManager, guiOptions) { + + var serialFactory = new IriSP.SerializerFactory(IriSP.__dataloader); + var params = {width: guiOptions.width, height: guiOptions.height}; + + var ret_widgets = []; + var index; + + for (index = 0; index < guiOptions.widgets.length; index++) { + var widgetConfig = guiOptions.widgets[index]; + var widget = IriSP.instantiateWidget(popcornInstance, serialFactory, layoutManager, widgetConfig); + ret_widgets.push(widget); + + }; + + return ret_widgets; +}; + +IriSP.configureModules = function (popcornInstance, modulesList) { + + var serialFactory = new IriSP.SerializerFactory(IriSP.__dataloader); + var ret_modules = []; + var index; + + for (index = 0; index < modulesList.length; index++) { + var moduleConfig = modulesList[index]; + + var serializer = serialFactory.getSerializer(moduleConfig.metadata); + var module = new IriSP[moduleConfig.type](popcornInstance, moduleConfig, serializer); + ret_modules.push(module); + }; + + return ret_modules; +}; + +IriSP.instantiateWidget = function(popcornInstance, serialFactory, layoutManager, widgetConfig) { + /* create div returns us a container for the widget and a spacer */ + var ret = layoutManager.createDiv(widgetConfig.type); + var container = ret[0]; + var spacer = ret[1]; + + var arr = IriSP.jQuery.extend({}, widgetConfig); + arr.container = container; + arr.spacer = spacer; + + var serializer = serialFactory.getSerializer(widgetConfig.metadata); + + if (typeof serializer == "undefined") + debugger; + + // instantiate the object passed as a string + var widget = new IriSP[widgetConfig.type](popcornInstance, arr, serializer); + + if (widgetConfig.hasOwnProperty("requires")) { + // also create the widgets this one depends on. + // the dependency widget is available in the parent widget context as + // this.WidgetName (for instance, this.TipWidget); + + var i = 0; + for(i = 0; i < widgetConfig.requires.length; i++) { + var widgetName = widgetConfig.requires[i]["type"]; + widget[widgetName] = IriSP.instantiateWidget(popcornInstance, serialFactory, layoutManager, widgetConfig.requires[i]); + } + } + + serializer.sync(IriSP.wrap(widget, function() { this.draw(); })); + return widget; +}; +/* mediafragment module */ + +IriSP.MediaFragment = function(Popcorn, config, Serializer) { + IriSP.Module.call(this, Popcorn, config, Serializer); + + this.mutex = false; /* a mutex because we access the url from two different functions */ + + this._Popcorn.listen( "loadedmetadata", IriSP.wrap(this, IriSP.MediaFragment.advanceTime)); + this._Popcorn.listen( "pause", IriSP.wrap(this, IriSP.MediaFragment.updateTime)); + this._Popcorn.listen( "seeked", IriSP.wrap(this, IriSP.MediaFragment.updateTime)); + this._Popcorn.listen( "IriSP.PolemicTweet.click", IriSP.wrap(this, IriSP.MediaFragment.updateAnnotation)); + this._Popcorn.listen( "IriSP.SegmentsWidget.click", IriSP.wrap(this, IriSP.MediaFragment.updateAnnotation)); +}; + +IriSP.MediaFragment.advanceTime = function() { + var url = window.location.href; + + if ( url.split( "#" )[ 1 ] != null ) { + pageoffset = url.split( "#" )[1]; + + if ( pageoffset.substring(0, 2) === "t=") { + // timecode + if ( pageoffset.substring( 2 ) != null ) { + var offsettime = pageoffset.substring( 2 ); + this._Popcorn.currentTime( parseFloat( offsettime ) ); + } + } else if ( pageoffset.substring(0, 2) === "a=") { + // annotation + var annotationId = pageoffset.substring( 2 ); + + // there's no better way than that because + // of possible race conditions + this._serializer.sync(IriSP.wrap(this, function() { + IriSP.MediaFragment.lookupAnnotation.call(this, annotationId); + })); + } + } +}; + +IriSP.MediaFragment.updateTime = function() { + if (this.mutex === true) { + return; + } + + var history = window.history; + if ( !history.pushState ) { + return false; + } + + splitArr = window.location.href.split( "#" ) + history.replaceState( {}, "", splitArr[0] + "#t=" + this._Popcorn.currentTime().toFixed( 2 ) ); +}; + + +IriSP.MediaFragment.updateAnnotation = function(annotationId) { + var _this = this; + this.mutex = true; + + var history = window.history; + if ( !history.pushState ) { + return false; + } + + splitArr = window.location.href.split( "#" ) + history.replaceState( {}, "", splitArr[0] + "#a=" + annotationId); + + window.setTimeout(function() { _this.mutex = false }, 50); +}; + +// lookup and seek to the beginning of an annotation +IriSP.MediaFragment.lookupAnnotation = function(annotationId) { + var annotation = undefined; + var annotations = this._serializer._data.annotations; + + var i; + for (i = 0; i < annotations.length; i++) { + if (annotations[i].id === annotationId) { + annotation = annotations[i]; + break; + } + } + + if (typeof(annotation) !== "undefined") { + this._Popcorn.currentTime(annotation.begin / 1000); + } +}; +IriSP.AnnotationsWidget = function(Popcorn, config, Serializer) { + IriSP.Widget.call(this, Popcorn, config, Serializer); + +}; + + +IriSP.AnnotationsWidget.prototype = new IriSP.Widget(); + +IriSP.AnnotationsWidget.prototype.clear = function() { + this.selector.find(".Ldt-SaTitle").text(""); + this.selector.find(".Ldt-SaDescription").text(""); + this.selector.find(".Ldt-SaKeywordText").text(""); +}; + +IriSP.AnnotationsWidget.prototype.displayAnnotation = function(annotation) { + + var title = annotation.content.title; + var description = annotation.content.description; + var keywords = "" // FIXME; + var begin = +annotation.begin / 1000; + var end = +annotation.end / 1000; + var duration = +this._serializer.currentMedia().meta["dc:duration"]; + + var title_templ = "{{title}} - ( {{begin}} - {{end}} )"; + var endstr = Mustache.to_html(title_templ, {title: title, begin: IriSP.secondsToTime(begin), end: IriSP.secondsToTime(end)}); + + this.selector.find(".Ldt-SaTitle").text(endstr); + this.selector.find(".Ldt-SaDescription").text(description); + + // update sharing buttons + var defaults = IriSP.widgetsDefaults.AnnotationsWidget; + var text = defaults.share_text; + var fb_link = defaults.fb_link; + var tw_link = defaults.tw_link; + var gplus_link = defaults.gplus_link; + var url = document.location.href + "#a=" + annotation.id; + this.selector.find(".Ldt-fbShare").attr("href", fb_link + IriSP.encodeURI(text) + IriSP.encodeURI(url)); + this.selector.find(".Ldt-TwShare").attr("href", tw_link + IriSP.encodeURI(text) + IriSP.encodeURI(url)); + this.selector.find(".Ldt-GplusShare").attr("href", fb_link + IriSP.encodeURI(text) + IriSP.encodeURI(url)); +}; + +IriSP.AnnotationsWidget.prototype.clearWidget = function() { + + + /* retract the pane between two annotations */ + this.selector.find(".Ldt-SaTitle").text(""); + this.selector.find(".Ldt-SaDescription").text(""); + this.selector.find(".Ldt-SaKeywordText").html(""); + this.selector.find(".Ldt-ShowAnnotation").slideUp(); +}; + +IriSP.AnnotationsWidget.prototype.draw = function() { + var _this = this; + + var annotationMarkup = IriSP.templToHTML(IriSP.annotationWidget_template); + this.selector.append(annotationMarkup); + var view; + + if (typeof(this._serializer._data.views) !== "undefined" && this._serializer._data.views !== null) + view = this._serializer._data.views[0]; + + var view_type = ""; + + if(typeof(view) !== "undefined" && typeof(view.annotation_types) !== "undefined" && view.annotation_types.length > 1) { + view_type = view.annotation_types[0]; + } + + var annotations = this._serializer._data.annotations; + var i; + + for (i in annotations) { + var annotation = annotations[i]; + var begin = Math.round((+ annotation.begin) / 1000); + var end = Math.round((+ annotation.end) / 1000); + + if (view_type != "" && typeof(annotation.meta) !== "undefined" && typeof(annotation.meta["id-ref"]) !== "undefined" + && annotation.meta["id-ref"] != view_type) { + continue; + } + + + var conf = {start: begin, end: end, + onStart: + function(annotation) { + return function() { + _this.displayAnnotation(annotation); + + } }(annotation), + onEnd: + function() { _this.clearWidget.call(_this); } + }; + this._Popcorn = this._Popcorn.code(conf); + } + +}; +IriSP.ArrowWidget = function(Popcorn, config, Serializer) { + IriSP.Widget.call(this, Popcorn, config, Serializer); + + this._oldAnnotation = null; + +}; + + +IriSP.ArrowWidget.prototype = new IriSP.Widget(); + +IriSP.ArrowWidget.prototype.clear = function() { + +}; + +IriSP.ArrowWidget.prototype.clearWidget = function() { +}; + +IriSP.ArrowWidget.prototype.draw = function() { + var templ = Mustache.to_html(IriSP.arrowWidget_template, {}); + this.selector.append(templ); + this._Popcorn.listen("timeupdate", IriSP.wrap(this, this.timeUpdateHandler)); +}; + +IriSP.ArrowWidget.prototype.timeUpdateHandler = function(percents) { + var currentTime = this._Popcorn.currentTime(); + var currentAnnotation = this._serializer.currentAnnotations(currentTime)[0]; // FIXME : use the others ? + + /* move the arrow only if the current annotation changes */ + if (currentAnnotation != this._oldAnnotation) { + var begin = (+ currentAnnotation.begin) / 1000; + var end = (+ currentAnnotation.end) / 1000; + + var duration = +this._serializer.currentMedia().meta["dc:duration"] / 1000; + var middle_time = (begin + end) / 2; + var percents = Math.floor((middle_time / duration) * 100); + + // we need to apply a fix because the arrow has a certain length + // it's half the length of the arrow (27 / 2). We need to convert + // it in percents though. + var totalWidth = this.selector.width(); + var correction = ((27 / 2) / totalWidth) * 100; + var corrected_percents = percents - correction; + + /* don't move out of the screen */ + if (corrected_percents <= 0) + corrected_percents = 0; + + this.selector.children(".Ldt-arrowWidget").animate({"left" : corrected_percents + "%"}); + + this._oldAnnotation = currentAnnotation; + } +} +IriSP.PlayerWidget = function(Popcorn, config, Serializer) { + IriSP.Widget.call(this, Popcorn, config, Serializer); + + this._searchBlockOpen = false; + this._searchLastValue = ""; +}; + +IriSP.PlayerWidget.prototype = new IriSP.Widget(); + +IriSP.PlayerWidget.prototype.draw = function() { + var self = this; + var width = this.width; + var height = this.height; + var heightS = this.height-20; + + var Player_templ = Mustache.to_html(IriSP.player_template, {"share_template" : IriSP.share_template}); + this.selector.append(Player_templ); + + this.selector.children(".Ldt-controler").show(); + + // handle clicks by the user on the video. + this._Popcorn.listen("play", IriSP.wrap(this, this.playButtonUpdater)); + this._Popcorn.listen("pause", IriSP.wrap(this, this.playButtonUpdater)); + + this._Popcorn.listen("volumechange", IriSP.wrap(this, this.muteButtonUpdater)); + + this._Popcorn.listen("timeupdate", IriSP.wrap(this, this.timeDisplayUpdater)); + this._Popcorn.listen("IriSP.search.matchFound", IriSP.wrap(this, this.searchMatch)); + this._Popcorn.listen("IriSP.search.noMatchFound", IriSP.wrap(this, this.searchNoMatch)); + + + this.selector.find(".Ldt-CtrlPlay").click(function() { self.playHandler.call(self); }); + this.selector.find(".Ldt-CtrlNext").click(function() { }); + this.selector.find(".Ldt-CtrlSearch").click(function() { self.searchButtonHandler.call(self); }); + + this.selector.find('.Ldt-CtrlSound').click(function() { self.muteHandler.call(self); } ); + + this.selector.find(".Ldt-CtrlPlay").attr( "style", "background-color:#CD21C24;" ); + + var searchButtonPos = this.selector.find(".Ldt-CtrlSearch").position(); + var searchBox = Mustache.to_html(IriSP.search_template, {margin_left : searchButtonPos.left + "px"}); + this.selector.append(searchBox); + + // trigger an IriSP.PlayerWidget.MouseOver to the widgets that are interested (i.e : sliderWidget) + this.selector.hover(function() { self._Popcorn.trigger("IriSP.PlayerWidget.MouseOver"); }, + function() { self._Popcorn.trigger("IriSP.PlayerWidget.MouseOut"); }); + + this.muteButtonUpdater(); /* some player - jwplayer notable - save the state of the mute button between sessions */ +}; + +/* Update the elasped time div */ +IriSP.PlayerWidget.prototype.timeDisplayUpdater = function() { + + if (this._previousSecond === undefined) + this._previousSecond = this._Popcorn.roundTime(); + + else { + /* we're still in the same second, so it's not necessary to update time */ + if (this._Popcorn.roundTime() == this._previousSecond) + return; + + } + + // we get it at each call because it may change. + var duration = +this._serializer.currentMedia().meta["dc:duration"] / 1000; + var totalTime = IriSP.secondsToTime(duration); + var elapsedTime = IriSP.secondsToTime(this._Popcorn.currentTime()); + + this.selector.find(".Ldt-ElapsedTime").html(elapsedTime.toString()); + this.selector.find(".Ldt-TotalTime").html(totalTime.toString()); + this._previousSecond = this._Popcorn.roundTime(); +}; + +/* update the icon of the button - separate function from playHandler + because in some cases (for instance, when the user directly clicks on + the jwplayer window) we have to change the icon without playing/pausing +*/ +IriSP.PlayerWidget.prototype.playButtonUpdater = function() { + var status = this._Popcorn.media.paused; + + if ( status == true ){ + this.selector.find(".Ldt-CtrlPlay").attr("title", "Play"); + + // we use templToHTML because it has some predefined + // vars like where to get the images + var templ = IriSP.templToHTML("url({{img_dir}}/play_sprite.png)"); + this.selector.find(".Ldt-CtrlPlay").css("background-image", templ); + + } else { + this.selector.find(".Ldt-CtrlPlay").attr("title", "Pause"); + + // we use templToHTML because it has some predefined + // vars like where to get the images + var templ = IriSP.templToHTML("url({{img_dir}}/pause_sprite.png)"); + this.selector.find(".Ldt-CtrlPlay").css("background-image", templ); + } + + return; +}; + + +IriSP.PlayerWidget.prototype.playHandler = function() { + var status = this._Popcorn.media.paused; + + if ( status == true ){ + this._Popcorn.play(); + } else { + this._Popcorn.pause(); + } +}; + +IriSP.PlayerWidget.prototype.muteHandler = function() { + if (!this._Popcorn.muted()) { + this._Popcorn.mute(true); + } else { + this._Popcorn.mute(false); + } +}; + +IriSP.PlayerWidget.prototype.muteButtonUpdater = function() { + var status = this._Popcorn.media.muted; + + if ( status == true ){ + this.selector.find(".Ldt-CtrlSound").attr("title", "Unmute"); + + // we use templToHTML because it has some predefined + // vars like where to get the images + var templ = IriSP.templToHTML("url({{img_dir}}/sound_sprite.png)"); + this.selector.find(".Ldt-CtrlSound").css("background-image", templ); + + } else { + this.selector.find(".Ldt-CtrlSound").attr("title", "Mute"); + + // we use templToHTML because it has some predefined + // vars like where to get the images + var templ = IriSP.templToHTML("url({{img_dir}}/mute_sprite.png)"); + this.selector.find(".Ldt-CtrlSound").css("background-image", templ); + } + + return; +}; + + +IriSP.PlayerWidget.prototype.searchButtonHandler = function() { + var self = this; + + /* show the search field if it is not shown */ + if ( this._searchBlockOpen == false ) { + this.selector.find(".LdtSearch").show(100); + + this.selector.find(".LdtSearchInput").css('background-color','#fff'); + this.selector.find(".LdtSearchInput").focus(); + this.selector.find(".LdtSearchInput").attr('value', this._searchLastValue); + this._Popcorn.trigger("IriSP.search", this._searchLastValue); // trigger the search to make it more natural. + + this._searchBlockOpen = true; + this.selector.find(".LdtSearchInput").bind('keyup', null, function() { self.searchHandler.call(self); } ); + + // we need this variable because some widget can find a match in + // their data while at the same time other's don't. As we want the + // search field to become green when there's a match, we need a + // variable to remember that we had one. + this._positiveMatch = false; + + // tell the world the field is open + this._Popcorn.trigger("IriSP.search.open"); + + } else { + this._searchLastValue = this.selector.find(".LdtSearchInput").attr('value'); + this.selector.find(".LdtSearchInput").attr('value',''); + this.selector.find(".LdtSearch").hide(100); + + // unbind the watcher event. + this.selector.find(".LdtSearchInput").unbind('keypress set'); + this._searchBlockOpen = false; + + this._positiveMatch = false; + + this._Popcorn.trigger("IriSP.search.closed"); + } +}; + +/* this handler is called whenever the content of the search + field changes */ +IriSP.PlayerWidget.prototype.searchHandler = function() { + this._searchLastValue = this.selector.find(".LdtSearchInput").attr('value'); + this._positiveMatch = false; + + // do nothing if the search field is empty, instead of highlighting everything. + if (this._searchLastValue == "") { + this._Popcorn.trigger("IriSP.search.cleared"); + this.selector.find(".LdtSearchInput").css('background-color',''); + } else { + this._Popcorn.trigger("IriSP.search", this._searchLastValue); + } +}; + +/* + handler for the IriSP.search.found message, which is sent by some views when they + highlight a match. +*/ +IriSP.PlayerWidget.prototype.searchMatch = function() { + this._positiveMatch = true; + this.selector.find(".LdtSearchInput").css('background-color','#e1ffe1'); +} + +/* the same, except that no value could be found */ +IriSP.PlayerWidget.prototype.searchNoMatch = function() { + if (this._positiveMatch !== true) + this.selector.find(".LdtSearchInput").css('background-color', "#d62e3a"); +} + +/* + * + * Copyright 2010 Institut de recherche et d'innovation + * contributor(s) : Samuel Huron + * + * contact@iri.centrepompidou.fr + * http://www.iri.centrepompidou.fr + * + * This software is a computer program whose purpose is to show and add annotations on a video . + * This software is governed by the CeCILL-C license under French law and + * abiding by the rules of distribution of free software. You can use, + * modify and/ or redistribute the software under the terms of the CeCILL-C + * license as circulated by CEA, CNRS and INRIA at the following URL + * "http://www.cecill.info". + * + * The fact that you are presently reading this means that you have had + * knowledge of the CeCILL-C license and that you accept its terms. +*/ +// CHART TIMELINE / VERSION PROTOTYPE :: + +IriSP.PolemicWidget = function(Popcorn, config, Serializer) { + IriSP.Widget.call(this, Popcorn, config, Serializer); + + this.userPol = new Array(); + this.userNoPol = new Array(); + this.userst = new Array(); + this.numberOfTweet = 0; + this.Users; + this.TweetPolemic; + this.yMax = this.height; + this.PaperSlider; + this.heightOfChart; + this.tweets = new Array(); + this.svgElements = {}; + + // Make and define the Raphael area + this.paper = Raphael(document.getElementById(this._id), config.width, config.height); + + this.oldSearchMatches = []; + + // event handlers + this._Popcorn.listen("IriSP.search", IriSP.wrap(this, function(searchString) { this.searchHandler(searchString); })); + this._Popcorn.listen("IriSP.search.closed", IriSP.wrap(this, this.searchFieldClosedHandler)); + this._Popcorn.listen("IriSP.search.cleared", IriSP.wrap(this, this.searchFieldClearedHandler)); + +}; + +IriSP.PolemicWidget.prototype = new IriSP.Widget(); + +IriSP.PolemicWidget.prototype.draw = function() { + + // variable + // yMax + + var self = this; + var yCoef = 2; // coef for height of 1 tweet + var frameSize = 5; // frame size + var margin = 1; // marge between frame + var lineSize = this.width; // timeline pixel width + var nbrframes = lineSize/frameSize; // frame numbers + var numberOfTweet = 0; // number of tweet overide later + var duration = +this._serializer.currentMedia().meta["dc:duration"]; // timescale width + var frameLength = lineSize / frameSize; // frame timescale + var timeline; + var colors = new Array("","#1D973D","#C5A62D","#CE0A15","#036AAE","#585858"); + + // array + //var tweets = new Array(); + var element = new Array(); + var cluster = new Array(); + var frames = new Array(frameLength); + var slices = new Array(); + + + // Classes ======================================================================= + var Frames = function(){ + + var Myclusters; + var x; + var y; + var width; + var height; + }; + Frames = function(json){ + // make my clusters + // ou Frame vide + }; + Frames.prototype.draw = function(){ + }; + Frames.prototype.zoom = function(){ + }; + Frames.prototype.inside = function(){ + }; + var Clusters = function(){ + var Object; + var yDist; + var x; + var y; + var width; + var height; + }; + Clusters = function(json){ + // make my object + }; + var Tweet = function(){ + }; + // Classes ======================================================================= + + // Refactoring (parametere) ************************************************************ + // color translastion + var qTweet_0 =0; + var qTweet_Q =0; + var qTweet_REF=0; + var qTweet_OK =0; + var qTweet_KO =0; + function colorTranslation(value){ + if(value == "Q"){ + qTweet_Q+=1; + return 2; + }else if(value =="REF"){ + qTweet_REF+=1; + return 4; + }else if(value =="OK"){ + qTweet_OK+=1; + return 1; + }else if(value =="KO"){ + qTweet_KO+=1; + return 3; + }else if(value ==""){ + qTweet_0+=1; + return 5; + } + } + + + this._serializer.sync(function(data) { loaded_callback.call(self, data) }); + + function loaded_callback (json) { + + // get current view (the first ???) + view = json.views[0]; + + // the tweets are by definition of the second annotation type FIXME ? + tweet_annot_type = null; + if(typeof(view.annotation_types) !== "undefined" && view.annotation_types.length > 1) { + tweet_annot_type = view.annotation_types[1]; + } + + for(var i = 0; i < json.annotations.length; i++) { + var item = json.annotations[i]; + var MyTime = Math.floor(item.begin/duration*lineSize); + var Myframe = Math.floor(MyTime/lineSize*frameLength); + + if (typeof(item.meta) !== "undefined" + && typeof(item.meta["id-ref"]) !== "undefined" + && item.meta["id-ref"] === tweet_annot_type) { + + var MyTJson = JSON.parse(item.meta['dc:source']['content']); + + if (item.content['polemics'] != undefined + && item.content['polemics'][0] != null) { + + // a tweet can have many polemics at the same time. + for(var j=0; j max) { + max = moy; + } + } + + var tweetDrawed = new Array(); + var TweetHeight = 5; + + // DRAW TWEETS ============================================ + for(var i = 0; i < nbrframes; i++) { + var addEheight = 5; + if (frames[i] != undefined){ + // by type + + for (var j = 6; j > -1; j--) { + if (frames[i].qualifVol[j] != undefined) { + // show tweet by type + for (var k = 0; k < frames[i].mytweetsID.length; k++) { + + if (frames[i].mytweetsID[k].qualification == j) { + var x = i * frameSize; + var y = this.heightmax - addEheight; + + if (this.yMax > y) { + this.yMax = y; + } + + var e = this.paper.rect(x, y, frameSize - margin, TweetHeight /* height */) + .attr({stroke:"#00","stroke-width":0.1, fill: colors[j]}); + + addEheight += TweetHeight; + + e.color = colors[j]; + e.time = frames[i].mytweetsID[k].timeframe; + e.title = frames[i].mytweetsID[k].title; + e.id = frames[i].mytweetsID[k].cinecast_id; + + this.svgElements[e.id] = e; + + /* + e.mouseover(function(element) { return function (event) { + // event.clientX and event.clientY are to raphael what event.pageX and pageY are to jquery. + self.TooltipWidget.show.call(self.TooltipWidget, element.title, element.attr("fill"), event.clientX - 106, event.clientY - 160); + element.displayed = true; + }}(e)).mouseout(function(element) { return function () { + self.TooltipWidget.hide.call(self.TooltipWidget); + }}(e)).mousedown(function () { + self._Popcorn.currentTime(this.time/1000); + self._Popcorn.trigger("IriSP.PolemicTweet.click", this.id); + }); + */ + + IriSP.jQuery(e.node).mouseenter(function(element) { return function (event) { + // event.clientX and event.clientY are to raphael what event.pageX and pageY are to jquery. + self.TooltipWidget.show.call(self.TooltipWidget, element.title, element.attr("fill"), event.pageX - 106, event.pageY - 160); + element.displayed = true; + }}(e)).mousedown(function(element) { return function () { + self._Popcorn.currentTime(element.time/1000); + self._Popcorn.trigger("IriSP.PolemicTweet.click", element.id); + } + }(e)); + + IriSP.jQuery(e.node).attr('id', 't' + k + ''); + IriSP.jQuery(e.node).attr('title', frames[i].mytweetsID[k].title); + IriSP.jQuery(e.node).attr('begin', frames[i].mytweetsID[k].timeframe); + } + } + } + } + } + + } + // DRAW UI :: resize border and bgd + this.paperBackground = this.paper.rect(0, 0, this.width, this.heightmax).attr({fill:"#F8F8F8","stroke-width":0.1,opacity: 1}); + + // outer borders + this.outerBorders = []; + this.outerBorders.push(this.paper.rect(0, this.height - 1, this.width, 1).attr({fill:"#ababab",stroke: "none",opacity: 1})); + this.outerBorders.push(this.paper.rect(0, 0, this.width, 1).attr({fill:"#ababab",stroke: "none",opacity: 1})); + + // inner borders + this.innerBorders = []; + this.innerBorders.push(this.paper.rect(1, this.height - 2, this.width, 1).attr({fill:"#efefef",stroke: "none",opacity: 1})); + this.innerBorders.push(this.paper.rect(1, 1, this.width, 1).attr({fill:"#efefef",stroke: "none",opacity: 1})); + this.innerBorders.push(this.paper.rect(1, 1, 1, this.height - 2).attr({fill:"#d0d1d1",stroke: "none",opacity: 0.8})); + this.innerBorders.push(this.paper.rect(this.width - 2, 1, 1, this.height - 2).attr({fill:"#efefef",stroke: "none",opacity: 1})); + + + + this.paperSlider = this.paper.rect(0, 0, 0, this.heightmax).attr({fill:"#D4D5D5", stroke: "none", opacity: 1}); + + // the small white line displayed over the slider. + this.sliderTip = this.paper.rect(0, 0, 1, this.heightmax).attr({fill:"#fc00ff", stroke: "none", opacity: 1}); + // decalage + // tweetSelection = this.paper.rect(-100,-100,5,5).attr({fill:"#fff",stroke: "none",opacity: 1}); + + + this.paperSlider.toBack(); + this.paperBackground.toBack(); + this.sliderTip.toFront(); + } + + this.selector.mouseleave(IriSP.wrap(this, function() { self.TooltipWidget.hide.call(self.TooltipWidget); })); + this._Popcorn.listen("timeupdate", IriSP.wrap(this, this.sliderUpdater)); +} + +IriSP.PolemicWidget.prototype.sliderUpdater = function() { + + var time = +this._Popcorn.currentTime(); + var duration = +this._serializer.currentMedia().meta["dc:duration"]; + + this.paperSlider.attr("width", time * (this.width / (duration / 1000))); + + this.sliderTip.attr("x", time * (this.width / (duration / 1000))); +}; + +IriSP.PolemicWidget.prototype.searchHandler = function(searchString) { + if (searchString == "") + return; + + var matches = this._serializer.searchTweetsOccurences(searchString); + + if (IriSP.countProperties(matches) > 0) { + this._Popcorn.trigger("IriSP.search.matchFound"); + } else { + this._Popcorn.trigger("IriSP.search.noMatchFound"); + } + + for (var id in matches) { + if (this.svgElements.hasOwnProperty(id)) { + var e = this.svgElements[id]; + this.svgElements[id].attr({fill: "#fc00ff"}); + } + } + + // clean up the blocks that were in the previous search + // but who aren't in the current one. + for (var id in this.oldSearchMatches) { + if (!matches.hasOwnProperty(id)) { + var e = this.svgElements[id]; + e.attr({fill: e.color}); + } + } + + this.oldSearchMatches = matches; +}; + +IriSP.PolemicWidget.prototype.searchFieldClearedHandler = function() { + // clean up the blocks that were in the previous search + // but who aren't in the current one. + for (var id in this.oldSearchMatches) { + var e = this.svgElements[id]; + e.attr({fill: e.color}); + } + +}; + +IriSP.PolemicWidget.prototype.searchFieldClosedHandler = function() { + // clean up the blocks that were in the previous search + // but who aren't in the current one. + for (var id in this.oldSearchMatches) { + var e = this.svgElements[id]; + e.attr({fill: e.color}); + } + +}; + +IriSP.SegmentsWidget = function(Popcorn, config, Serializer) { + + var self = this; + IriSP.Widget.call(this, Popcorn, config, Serializer); + this.oldSearchMatches = []; + + // event handlers + this._Popcorn.listen("IriSP.search", function(searchString) { self.searchHandler.call(self, searchString); }); + this._Popcorn.listen("IriSP.search.closed", function() { self.searchFieldClosedHandler.call(self); }); + this._Popcorn.listen("IriSP.search.cleared", function() { self.searchFieldClearedHandler.call(self); }); +}; + +IriSP.SegmentsWidget.prototype = new IriSP.Widget(); + +/* Get the width of a segment, in pixels. */ +IriSP.SegmentsWidget.prototype.segmentToPixel = function(annotation) { + var begin = Math.round((+ annotation.begin) / 1000); + var end = Math.round((+ annotation.end) / 1000); + var duration = this._serializer.currentMedia().meta["dc:duration"] / 1000; + + var startPourcent = IriSP.timeToPourcent(begin, duration); + var startPixel = Math.floor(this.selector.parent().width() * (startPourcent / 100)); + + var endPourcent = Math.floor(IriSP.timeToPourcent(end, duration) - startPourcent); + var endPixel = Math.floor(this.selector.parent().width() * (endPourcent / 100)); + + return endPixel; +}; + +/* compute the total length of a group of segments */ +IriSP.SegmentsWidget.prototype.segmentsLength = function(segmentsList) { + var self = this; + var total = 0; + + for (var i = 0; i < segmentsList.length; i++) + total += self.segmentToPixel(segmentsList[i].annotation); + + return total; +}; + +IriSP.SegmentsWidget.prototype.draw = function() { + + var self = this; + var annotations = this._serializer._data.annotations; + + this.selector.addClass("Ldt-SegmentsWidget"); + this.selector.append(Mustache.to_html(IriSP.overlay_marker_template)); + + var view_type = this._serializer.getNonTweetIds()[0]; + + this.positionMarker = this.selector.children(":first"); + + this._Popcorn.listen("timeupdate", IriSP.wrap(this, this.positionUpdater)); + + + var i = 0; + + var segments_annotations = []; + + for (i = 0; i < annotations.length; i++) { + var annotation = annotations[i]; + + /* filter the annotations whose type is not the one we want */ + if (view_type != "" && typeof(annotation.meta) !== "undefined" && typeof(annotation.meta["id-ref"]) !== "undefined" + && annotation.meta["id-ref"] != view_type) { + continue; + } + + segments_annotations.push(annotation); + } + + var totalWidth = this.selector.width() - segments_annotations.length; + var lastSegment = IriSP.underscore.max(segments_annotations, function(annotation) { return annotation.end; }); + + for (i = 0; i < segments_annotations.length; i++) { + + var annotation = segments_annotations[i]; + var begin = (+ annotation.begin); + var end = (+ annotation.end); + var duration = this._serializer.currentMedia().meta["dc:duration"]; + var id = annotation.id; + + var startPixel = Math.floor(this.selector.parent().width() * (begin / duration)); + + var endPixel = Math.floor(this.selector.parent().width() * (end / duration)); + + if (annotation.id !== lastSegment.id) + var pxWidth = endPixel - startPixel -1; + else + /* the last segment has no segment following it */ + var pxWidth = endPixel - startPixel; + + var divTitle = (annotation.content.title + " - " + annotation.content.description).substr(0,55); + + if (typeof(annotation.content.color) !== "undefined") + var color = annotation.content.color; + else + var color = annotation.color; + + var hexa_color = IriSP.DEC_HEXA_COLOR(color); + + if (hexa_color === "FFCC00") + hexa_color = "333"; + if (hexa_color.length == 4) + hexa_color = hexa_color + '00'; + + var annotationTemplate = Mustache.to_html(IriSP.annotation_template, + {"divTitle" : divTitle, "id" : id, "startPixel" : startPixel, + "pxWidth" : pxWidth, "hexa_color" : hexa_color, + "seekPlace" : Math.round(begin/1000)}); + + + this.selector.append(annotationTemplate); + + /* add a special class to the last segment and change its border */ + if (annotation.id === lastSegment.id) { + this.selector.find("#" + id).addClass("Ldt-lastSegment"); + this.selector.find(".Ldt-lastSegment").css("border-color", "#" + hexa_color); + } + + IriSP.jQuery("#" + id).fadeTo(0, 0.3); + + IriSP.jQuery("#" + id).mouseover( + /* we wrap the handler in another function because js's scoping + rules are function-based - otherwise, the internal vars like + divTitle are preserved but they are looked-up from the draw + method scope, so after that the loop is run, so they're not + preserved */ + (function(divTitle) { + return function(event) { + IriSP.jQuery(this).animate({opacity: 0.6}, 5); + var offset = IriSP.jQuery(this).offset(); + var correction = IriSP.jQuery(this).outerWidth() / 2; + + var offset_x = offset.left + correction - 106; + if (offset_x < 0) + offset_x = 0; + + self.TooltipWidget.show(divTitle, color, offset_x, event.pageY - 160); + } })(divTitle)).mouseout(function(){ + IriSP.jQuery(this).animate({opacity: 0.3}, 5); + self.TooltipWidget.hide(); + }); + + IriSP.jQuery("#" + id).click(function(_this, annotation) { + return function() { _this.clickHandler(annotation)}; + }(this, annotation)); + } +}; + +/* restores the view after a search */ +IriSP.SegmentsWidget.prototype.clear = function() { + this.selector.children(".Ldt-iri-chapter").animate({opacity:0.3}, 100); +}; + +IriSP.SegmentsWidget.prototype.clickHandler = function(annotation) { + this._Popcorn.trigger("IriSP.SegmentsWidget.click", annotation.id); + var begin = (+ annotation.begin) / 1000; + this._Popcorn.currentTime(Math.round(begin)); +}; + +IriSP.SegmentsWidget.prototype.searchHandler = function(searchString) { + + if (searchString == "") + return; + + var matches = this._serializer.searchOccurences(searchString); + + if (IriSP.countProperties(matches) > 0) { + this._Popcorn.trigger("IriSP.search.matchFound"); + } else { + this._Popcorn.trigger("IriSP.search.noMatchFound"); + } + + // un-highlight all the blocks + this.selector.children(".Ldt-iri-chapter").css("opacity", 0.1); + + // then highlight the ones with matches. + for (var id in matches) { + var factor = 0.5 + matches[id] * 0.2; + this.selector.find("#"+id).dequeue(); + this.selector.find("#"+id).animate({opacity:factor}, 200); + } + + + this.oldSearchMatches = matches; +}; + +IriSP.SegmentsWidget.prototype.searchFieldClearedHandler = function() { + this.clear(); +}; + +IriSP.SegmentsWidget.prototype.searchFieldClosedHandler = function() { + this.clear(); +}; + +IriSP.SegmentsWidget.prototype.positionUpdater = function() { + var duration = this._serializer.currentMedia().meta["dc:duration"] / 1000; + var time = this._Popcorn.currentTime(); + //var position = ((time / duration) * 100).toFixed(2); + var position = ((time / duration) * 100).toFixed(2); + + this.positionMarker.css("left", position + "%"); +}; +IriSP.SliderWidget = function(Popcorn, config, Serializer) { + IriSP.Widget.call(this, Popcorn, config, Serializer); +}; + +IriSP.SliderWidget.prototype = new IriSP.Widget(); + +IriSP.SliderWidget.prototype.draw = function() { + var self = this; + + this.selector.append(Mustache.to_html(IriSP.sliderWidget_template, {})); + this.selector.addClass("Ldt-SliderMinimized"); + + this.sliderBackground = this.selector.find(".Ldt-sliderBackground"); + this.sliderForeground = this.selector.find(".Ldt-sliderForeground"); + this.positionMarker = this.selector.find(".Ldt-sliderPositionMarker"); + + + // a special variable to stop methods from tinkering + // with the positionMarker when the user is dragging it + this.draggingOngoing = false; + + // another special variable used by the timeout handler to + // open or close the slider. + this.sliderMaximized = false; + this.timeOutId = null; + + + this.positionMarker.draggable({axis: "x", + start: IriSP.wrap(this, this.positionMarkerDraggingStartedHandler), + stop: IriSP.wrap(this, this.positionMarkerDraggedHandler), + containment: "parent" + }); + this.positionMarker.css("position", "absolute"); + + this.sliderBackground.click(function(event) { self.backgroundClickHandler.call(self, event); }); + this.sliderForeground.click(function(event) { self.foregroundClickHandler.call(self, event); }); + + this.selector.hover(IriSP.wrap(this, this.mouseOverHandler), IriSP.wrap(this, this.mouseOutHandler)); + + // update the positions + this._Popcorn.listen("timeupdate", IriSP.wrap(this, this.sliderUpdater)); + + // special messages : + this._Popcorn.listen("IriSP.PlayerWidget.MouseOver", IriSP.wrap(this, this.mouseOverHandler)); + this._Popcorn.listen("IriSP.PlayerWidget.MouseOut", IriSP.wrap(this, this.mouseOutHandler)); +}; + +/* update the slider and the position marker as time passes */ +IriSP.SliderWidget.prototype.sliderUpdater = function() { + if(this.draggingOngoing || this._disableUpdate) + return; + + var time = this._Popcorn.currentTime(); + + var duration = this._serializer.currentMedia().meta["dc:duration"] / 1000; + var percent = ((time / duration) * 100).toFixed(2); + + /* we do these complicated calculations to center exactly + the position Marker */ + var pixels_to_percents = 100 / this.selector.width(); /* how much is a pixel in percents */ + var positionMarker_width = this.positionMarker.width(); + var correction = (pixels_to_percents * positionMarker_width) / 2; + + var newPos = percent - correction; + if (newPos <= 0) + newPos = 0; + + this.sliderForeground.css("width", percent + "%"); + this.positionMarker.css("left", newPos + "%"); + +}; + +IriSP.SliderWidget.prototype.backgroundClickHandler = function(event) { + /* this piece of code is a little bit convoluted - here's how it works : + we want to handle clicks on the progress bar and convert those to seeks in the media. + However, jquery only gives us a global position, and we want a number of pixels relative + to our container div, so we get the parent position, and compute an offset to this position, + and finally compute the progress ratio in the media. + Finally we multiply this ratio with the duration to get the correct time + */ + + var parentOffset = this.sliderBackground.parent().offset(); + var width = this.sliderBackground.width(); + var relX = event.pageX - parentOffset.left; + + var duration = this._serializer.currentMedia().meta["dc:duration"] / 1000; + var newTime = ((relX / width) * duration).toFixed(2); + + this._Popcorn.currentTime(newTime); +}; + +/* same function as the previous one, except that it handles clicks + on the foreground element */ +IriSP.SliderWidget.prototype.foregroundClickHandler = function(event) { + var parentOffset = this.sliderForeground.parent().offset(); + var width = this.sliderBackground.width(); + var relX = event.pageX - parentOffset.left; + + var duration = this._serializer.currentMedia().meta["dc:duration"] / 1000; + var newTime = ((relX / width) * duration).toFixed(2); + + this._Popcorn.currentTime(newTime); +}; + +/* handles mouse over the slider */ +IriSP.SliderWidget.prototype.mouseOverHandler = function(event) { + + if (this.timeOutId !== null) { + window.clearTimeout(this.timeOutId); + } + + this.sliderMaximized = true; + + this.sliderBackground.animate({"height": "9px"}, 100); + this.sliderForeground.animate({"height": "9px"}, 100); + this.positionMarker.animate({"height": "9px", "width": "9px"}, 100); + //this.positionMarker.css("margin-top", "-4px"); + +// this.selector.removeClass("Ldt-SliderMinimized"); +// this.selector.addClass("Ldt-SliderMaximized"); +}; + +/* handles when the mouse leaves the slider */ +IriSP.SliderWidget.prototype.mouseOutHandler = function(event) { + + this.timeOutId = window.setTimeout(IriSP.wrap(this, this.minimizeOnTimeout), + IriSP.widgetsDefaults.SliderWidget.minimize_period); +}; + +IriSP.SliderWidget.prototype.minimizeOnTimeout = function(event) { + this.sliderBackground.animate({"height": "5px"}, 100); + this.sliderForeground.animate({"height": "5px"}, 100); + this.positionMarker.animate({"height": "5px", "width": "5px"}, 100); + this.positionMarker.css("margin-top", "0px"); + this.sliderMinimized = true; + +// this.selector.removeClass("Ldt-SliderMaximized"); +// this.selector.addClass("Ldt-SliderMinimized"); + +}; + +// called when the user starts dragging the position indicator +IriSP.SliderWidget.prototype.positionMarkerDraggingStartedHandler = function(event, ui) { + this.draggingOngoing = true; +}; + +IriSP.SliderWidget.prototype.positionMarkerDraggedHandler = function(event, ui) { + this._disableUpdate = true; // disable slider position updates while dragging is ongoing. + window.setTimeout(IriSP.wrap(this, function() { this._disableUpdate = false; }), 500); + + var parentOffset = this.sliderForeground.parent().offset(); + var width = this.sliderBackground.width(); + var relX = event.pageX - parentOffset.left; + + var duration = this._serializer.currentMedia().meta["dc:duration"] / 1000; + var newTime = ((relX / width) * duration).toFixed(2); + + this._Popcorn.currentTime(newTime); + + this.draggingOngoing = false; +}; + +/* this widget displays a small tooltip */ +IriSP.TooltipWidget = function(Popcorn, config, Serializer) { + IriSP.Widget.call(this, Popcorn, config, Serializer); + this._shown = false; + this._displayedText = ""; + this._hideTimeout = -1; +}; + + +IriSP.TooltipWidget.prototype = new IriSP.Widget(); + +IriSP.TooltipWidget.prototype.draw = function() { + var templ = Mustache.to_html(IriSP.tooltipWidget_template); + + this.selector.append(templ); + this.hide(); + +}; + +IriSP.TooltipWidget.prototype.clear = function() { + this.selector.find(".tiptext").text(""); +}; + +IriSP.TooltipWidget.prototype.show = function(text, color, x, y) { + + if (this._displayedText == text) + return; + + this.selector.find(".tipcolor").css("background-color", color); + this._displayedText = text; + this.selector.find(".tiptext").text(text); + //this.selector.find(".tip").css("left", x).css("top", y); + this.selector.find(".tip").css("left", x).css("top", y); + this.selector.find(".tip").show(); + this._shown = true; +}; + +IriSP.TooltipWidget.prototype.hide = function() { + this.selector.find(".tip").hide(); + this._shown = false; +};/* a widget that displays tweet - used in conjunction with the polemicWidget */ + +IriSP.TweetsWidget = function(Popcorn, config, Serializer) { + IriSP.Widget.call(this, Popcorn, config, Serializer); + + this._displayingTweet = false; + this._timeoutId = undefined; +}; + + +IriSP.TweetsWidget.prototype = new IriSP.Widget(); + + +IriSP.TweetsWidget.prototype.drawTweet = function(annotation) { + + var title = IriSP.formatTweet(annotation.content.title); + var img = annotation.content.img.src; + if (typeof(img) === "undefined" || img === "" || img === "None") { + img = IriSP.widgetsDefaults.TweetsWidget.default_profile_picture; + } + + var imageMarkup = IriSP.templToHTML("user image", + {src : img}); + + if (typeof(annotation.meta["dc:source"].content) !== "undefined") { + var tweetContents = JSON.parse(annotation.meta["dc:source"].content); + var creator = tweetContents.user.screen_name; + var real_name = tweetContents.user.name; + + imageMarkup = IriSP.templToHTML("user image", + {src : img, creator: creator}); + + var formatted_date = new Date(tweetContents.created_at).toLocaleDateString(); + title = IriSP.templToHTML("@{{creator}} - " + + "
      {{real_name}}
      " + + "
      {{{ contents }}}
      " + + "
      {{ date }}
      ", + {creator: creator, real_name: real_name, contents : title, date : formatted_date}); + + this.selector.find(".Ldt-TweetReply").attr("href", "http://twitter.com/home?status=@" + creator + ":%20"); + + + var rtText = Mustache.to_html("http://twitter.com/home?status=RT @{{creator}}: {{text}}", + {creator: creator, text: IriSP.encodeURI(annotation.content.title)}); + this.selector.find(".Ldt-Retweet").attr("href", rtText); + } + + this.selector.find(".Ldt-tweetContents").html(title); + this.selector.find(".Ldt-tweetAvatar").html(imageMarkup); + this.selector.show("blind", 250); +}; + +IriSP.TweetsWidget.prototype.displayTweet = function(annotation) { + if (this._displayingTweet === false) { + this._displayingTweet = true; + } else { + window.clearTimeout(this._timeoutId); + } + + this.drawTweet(annotation); + + var time = this._Popcorn.currentTime(); + this._timeoutId = window.setTimeout(IriSP.wrap(this, this.clearPanel), IriSP.widgetsDefaults.TweetsWidget.tweet_display_period); +}; + + +IriSP.TweetsWidget.prototype.clearPanel = function() { + this._displayingTweet = false; + this._timeoutId = undefined; + this.closePanel(); + +}; + +IriSP.TweetsWidget.prototype.closePanel = function() { + if (this._timeoutId != undefined) { + /* we're called from the "close window" link */ + /* cancel the timeout */ + window.clearTimeout(this._timeoutId); + this._timeoutId = null; + } + + this.selector.hide("blind", 400); + +}; + +/* cancel the timeout if the user clicks on the keep panel open button */ +IriSP.TweetsWidget.prototype.keepPanel = function() { + if (this._timeoutId != undefined) { + /* we're called from the "close window" link */ + /* cancel the timeout */ + window.clearTimeout(this._timeoutId); + this._timeoutId = null; + } +}; + +IriSP.TweetsWidget.prototype.draw = function() { + var _this = this; + + var tweetMarkup = IriSP.templToHTML(IriSP.tweetWidget_template, {"share_template" : IriSP.share_template}); + this.selector.append(tweetMarkup); + this.selector.hide(); + this.selector.find(".Ldt-tweetWidgetMinimize").click(IriSP.wrap(this, this.closePanel)); + this.selector.find(".Ldt-tweetWidgetKeepOpen").click(IriSP.wrap(this, this.keepPanel)); + + this._Popcorn.listen("IriSP.PolemicTweet.click", IriSP.wrap(this, this.PolemicTweetClickHandler)); +}; + +IriSP.TweetsWidget.prototype.PolemicTweetClickHandler = function(tweet_id) { + var index, annotation; + for (index in this._serializer._data.annotations) { + annotation = this._serializer._data.annotations[index]; + + if (annotation.id === tweet_id) + break; + } + + if (annotation.id !== tweet_id) + /* we haven't found it */ + return; + + this.displayTweet(annotation); + return; +}; + +IriSP.JSONSerializer = function(DataLoader, url) { + IriSP.Serializer.call(this, DataLoader, url); +}; + +IriSP.JSONSerializer.prototype = new IriSP.Serializer(); + +IriSP.JSONSerializer.prototype.serialize = function(data) { + return JSON.stringify(data); +}; + +IriSP.JSONSerializer.prototype.deserialize = function(data) { + return JSON.parse(data); +}; + +IriSP.JSONSerializer.prototype.sync = function(callback) { + /* we don't have to do much because jQuery handles json for us */ + + var self = this; + + var fn = function(data) { + self._data = data; + // sort the data too + self._data["annotations"].sort(function(a, b) + { var a_begin = +a.begin; + var b_begin = +b.begin; + return a_begin - b_begin; + }); + + callback(data); + }; + + this._DataLoader.get(this._url, fn); +}; + +IriSP.JSONSerializer.prototype.currentMedia = function() { + return this._data.medias[0]; /* FIXME: don't hardcode it */ +}; + +/* this function searches for an annotation which matches title, description and keyword + "" matches any field. + Note: it ignores tweets. +*/ +IriSP.JSONSerializer.prototype.searchAnnotations = function(title, description, keyword) { + /* we can have many types of annotations. We want search to only look for regular segments */ + /* the next two lines are a bit verbose because for some test data, _serializer.data.view is either + null or undefined. + */ + var view; + + if (typeof(this._data.views) !== "undefined" && this._data.views !== null) + view = this._data.views[0]; + + var searchViewType = ""; + + if(typeof(view) !== "undefined" && typeof(view.annotation_types) !== "undefined" && view.annotation_types.length > 1) { + searchViewType = view.annotation_types[0]; + } + + var filterfn = function(annotation) { + if( searchViewType != "" && + typeof(annotation.meta) !== "undefined" && + typeof(annotation.meta["id-ref"]) !== "undefined" && + annotation.meta["id-ref"] !== searchViewType) { + return true; // don't pass + } else { + return false; + } + }; + + return this.searchAnnotationsFilter(title, description, keyword, filterfn); + +}; + +/* only look for tweets */ +IriSP.JSONSerializer.prototype.searchTweets = function(title, description, keyword) { + /* we can have many types of annotations. We want search to only look for regular segments */ + /* the next two lines are a bit verbose because for some test data, _serializer.data.view is either + null or undefined. + */ + var view; + + if (typeof(this._data.views) !== "undefined" && this._data.views !== null) + view = this._data.views[0]; + + var searchViewType = ""; + + if(typeof(view) !== "undefined" && typeof(view.annotation_types) !== "undefined" && view.annotation_types.length > 1) { + searchViewType = view.annotation_types[0]; + } + + var filterfn = function(annotation) { + if( searchViewType != "" && + typeof(annotation.meta) !== "undefined" && + typeof(annotation.meta["id-ref"]) !== "undefined" && + annotation.meta["id-ref"] !== searchViewType) { + return false; // pass + } else { + return true; + } + }; + + return this.searchAnnotationsFilter(title, description, keyword, filterfn); + +}; + +/* + the previous function call this one, which is more general: + */ +IriSP.JSONSerializer.prototype.searchAnnotationsFilter = function(title, description, keyword, filter) { + + var rTitle; + var rDescription; + var rKeyword; + /* match anything if given the empty string */ + if (title == "") + title = ".*"; + if (description == "") + description = ".*"; + if (keyword == "") + keyword = ".*"; + + rTitle = new RegExp(title, "i"); + rDescription = new RegExp(description, "i"); + rKeyword = new RegExp(keyword, "i"); + + var ret_array = []; + + var i; + for (i in this._data.annotations) { + var annotation = this._data.annotations[i]; + + /* filter the annotations whose type is not the one we want */ + if (filter(annotation)) { + continue; + } + + if (rTitle.test(annotation.content.title) && + rDescription.test(annotation.content.description)) { + /* FIXME : implement keyword support */ + ret_array.push(annotation); + } + } + + return ret_array; +}; + +/* breaks a string in words and searches each of these words. Returns an array + of objects with the id of the annotation and its number of occurences. + + FIXME: optimize ? seems to be n^2 in the worst case. +*/ +IriSP.JSONSerializer.prototype.searchOccurences = function(searchString) { + var ret = { }; + var keywords = searchString.split(/\s+/); + + for (var i in keywords) { + var keyword = keywords[i]; + + // search this keyword in descriptions and title + var found_annotations = [] + found_annotations = found_annotations.concat(this.searchAnnotations(keyword, "", "")); + found_annotations = found_annotations.concat(this.searchAnnotations("", keyword, "")); + + for (var j in found_annotations) { + var current_annotation = found_annotations[j]; + + if (!ret.hasOwnProperty(current_annotation.id)) { + ret[current_annotation.id] = 1; + } else { + ret[current_annotation.id] += 1; + } + + } + + }; + + return ret; +}; + +/* breaks a string in words and searches each of these words. Returns an array + of objects with the id of the annotation and its number of occurences. + + FIXME: optimize ? seems to be n^2 in the worst case. +*/ +IriSP.JSONSerializer.prototype.searchTweetsOccurences = function(searchString) { + var ret = { }; + var keywords = searchString.split(/\s+/); + + for (var i in keywords) { + var keyword = keywords[i]; + + // search this keyword in descriptions and title + var found_annotations = [] + found_annotations = found_annotations.concat(this.searchTweets(keyword, "", "")); + found_annotations = found_annotations.concat(this.searchTweets("", keyword, "")); + + for (var j in found_annotations) { + var current_annotation = found_annotations[j]; + + if (!ret.hasOwnProperty(current_annotation.id)) { + ret[current_annotation.id] = 1; + } else { + ret[current_annotation.id] += 1; + } + + } + + }; + + return ret; +}; + +/* takes the currentTime and returns all the annotations that are displayable at the moment + NB: only takes account the first type of annotations - ignores tweets + currentTime is in seconds. + */ + +IriSP.JSONSerializer.prototype.currentAnnotations = function(currentTime) { + var view; + var currentTimeMs = 1000 * currentTime; + + if (typeof(this._data.views) !== "undefined" && this._data.views !== null) + view = this._data.views[0]; + + var view_type = ""; + + if(typeof(view) !== "undefined" && typeof(view.annotation_types) !== "undefined" && view.annotation_types.length >= 1) { + view_type = view.annotation_types[0]; + } + + var ret_array = []; + + var i; + + for (i in this._data.annotations) { + var annotation = this._data.annotations[i]; + + if (annotation.meta["id-ref"] === view_type && annotation.begin <= currentTimeMs && annotation.end >= currentTimeMs) + ret_array.push(annotation); + } + + return ret_array; +}; + + +/* this function returns a list of ids of tweet lines */ +IriSP.JSONSerializer.prototype.getTweetIds = function() { + if (typeof(this._data.lists) === "undefined" || this._data.lists === null) + return []; + + var tweetsId = []; + + /* first get the list containing the tweets */ + var tweets = IriSP.underscore.filter(this._data.lists, function(entry) { return entry.id.indexOf("tweet") !== -1 }); + + // FIXME: collect tweets from multiple sources ? + tweetsId = IriSP.underscore.pluck(tweets[0].items, "id-ref"); + + return tweetsId; +}; + +/* this function returns a list of lines which are not tweet lines */ +IriSP.JSONSerializer.prototype.getNonTweetIds = function() { + if (typeof(this._data.lists) === "undefined" || this._data.lists === null) + return []; + + /* get all the ids */ + var ids = IriSP.underscore.map(this._data.lists, function(entry) { + return IriSP.underscore.pluck(entry.items, "id-ref"); }); + + var illegal_values = this.getTweetIds(); + return IriSP.underscore.difference(ids, illegal_values); + +}; diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/README.txt Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,183 @@ +====================================================================== + +DESCRIPTION: + +This is the source code for JsDoc Toolkit, an automatic documentation +generation tool for JavaScript. It is written in JavaScript and is run +from a command line (or terminal) using Java and Mozilla's Rhino +JavaScript runtime engine. + +Using this tool you can automatically turn JavaDoc-like comments in +your JavaScript source code into published output files, such as HTML +or XML. + +For more information, to report a bug, or to browse the technical +documentation for this tool please visit the official JsDoc Toolkit +project homepage at http://code.google.com/p/jsdoc-toolkit/ + +For the most up-to-date documentation on JsDoc Toolkit see the +official wiki at http://code.google.com/p/jsdoc-toolkit/w/list + +====================================================================== + +REQUIREMENTS: + +JsDoc Toolkit is known to work with: +java version "1.6.0_03" +Java(TM) SE Runtime Environment (build 1.6.0_03-b05) +on Windows XP, +and java version "1.5.0_19" +Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_19-b02-304) +on Mac OS X 10.5. + +Other versions of java may or may not work with JsDoc Toolkit. + +====================================================================== + +USAGE: + +Running JsDoc Toolkit requires you to have Java installed on your +computer. For more information see http://www.java.com/getjava/ + +Before running the JsDoc Toolkit app you should change your current +working directory to the jsdoc-toolkit folder. Then follow the +examples below, or as shown on the project wiki. + +On a computer running Windows a valid command line to run JsDoc +Toolkit might look like this: + +> java -jar jsrun.jar app\run.js -a -t=templates\jsdoc mycode.js + +On Mac OS X or Linux the same command would look like this: + +$ java -jar jsrun.jar app/run.js -a -t=templates/jsdoc mycode.js + +The above assumes your current working directory contains jsrun.jar, +the "app" and "templates" subdirectories from the standard JsDoc +Toolkit distribution and that the relative path to the code you wish +to document is "mycode.js". + +The output documentation files will be saved to a new directory named +"out" (by default) in the current directory, or if you specify a +-d=somewhere_else option, to the somewhere_else directory. + +For help (usage notes) enter this on the command line: + +$ java -jar jsrun.jar app/run.js --help + +More information about the various command line options used by JsDoc +Toolkit are available on the project wiki. + +====================================================================== + +RUNNING VIA SHELL SCRIPT + +Avi Deitcher has contributed the file jsrun.sh with the following usage notes: + +A script to simplify running jsdoc from the command-line, especially when +running from within a development or build environment such as ant. + +Normally, to run jsdoc, you need a command-line as the following: +java -Djsdoc.dir=/some/long/dir/path/to/jsdoc -jar +/some/long/dir/path/to/jsdoc/jsrun.jar /some/long/dir/path/to/jsdoc/app/run.js +-t=template -r=4 /some/long/dir/path/to/my/src/code + +This can get tedious to redo time and again, and difficult to use from within a build environment. + +To simplify the process, jsrun.sh will automatically run this path, as well as passing through any arguments. + +Usage: jsrun.sh + +All will be passed through. +Additionally, jsrun.sh will take the following actions: +1) If the environment variable JSDOCDIR is set, it will add +"-Djsdoc.dir=$JSDOCDIR" to the command-line +2) If the environment variable JSDOCTEMPLATEDIR is set, it will add +"-Djsdoc.template.dir=$JSDOCTEMPLATEDIR" to the command-line +3) java with the appropriate path to jsrun.jar and run.js will be instantiated + +If not variables are set, it is assumed that the path to jsrun.jar and app/ is in the current working directory. + +Example: +# jsrun.sh ./src/ +Assuming JSDOCDIR=/some/path/to/my/jsdoc will cause the following command to +execute: +java -Djsdoc.dir=/some/path/to/my/jsdoc -jar /some/path/to/my/jsdoc/jsrun.jar +/some/path/to/my/jsdoc/app/run.js ./src/ + +====================================================================== + +TESTING: + +To run the suite of unit tests included with JsDoc Toolkit enter this +on the command line: + +$ java -jar jsrun.jar app/run.js -T + +To see a dump of the internal data structure that JsDoc Toolkit has +built from your source files use this command: + +$ java -jar jsrun.jar app/run.js mycode.js -Z + +====================================================================== + +LICENSE: + +JSDoc.pm + +This project is based on the JSDoc.pm tool, created by Michael +Mathews and Gabriel Reid. More information on JsDoc.pm can +be found on the JSDoc.pm homepage: http://jsdoc.sourceforge.net/ + +Complete documentation on JsDoc Toolkit can be found on the project +wiki at http://code.google.com/p/jsdoc-toolkit/w/list + +Rhino + +Rhino (JavaScript in Java) is open source and licensed by Mozilla +under the MPL 1.1 or later/GPL 2.0 or later licenses, the text of +which is available at http://www.mozilla.org/MPL/ + +You can obtain the source code for Rhino from the Mozilla web site at +http://www.mozilla.org/rhino/download.html + +JsDoc Toolkit is a larger work that uses the Rhino JavaScript engine +but is not derived from it in any way. The Rhino library is used +without modification and without any claims whatsoever. + +The Rhino Debugger + +You can obtain more information about the Rhino Debugger from the +Mozilla web site at http://www.mozilla.org/rhino/debugger.html + +JsDoc Toolkit is a larger work that uses the Rhino Debugger but +is not derived from it in any way. The Rhino Debugger is used +without modification and without any claims whatsoever. + +JsDoc Toolkit + +All code specific to JsDoc Toolkit are free, open source and licensed +for use under the X11/MIT License. + +JsDoc Toolkit is Copyright (c)2009 Michael Mathews + +This program is free software; you can redistribute it and/or +modify it under the terms below. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: The above copyright notice and this +permission notice must be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/frame.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/frame.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,33 @@ +IO.include("frame/Opt.js"); +IO.include("frame/Chain.js"); +IO.include("frame/Link.js"); +IO.include("frame/String.js"); +IO.include("frame/Hash.js"); +IO.include("frame/Namespace.js"); +//IO.include("frame/Reflection.js"); + +/** A few helper functions to make life a little easier. */ + +function defined(o) { + return (o !== undefined); +} + +function copy(o) { // todo check for circular refs + if (o == null || typeof(o) != 'object') return o; + var c = new o.constructor(); + for(var p in o) c[p] = copy(o[p]); + return c; +} + +function isUnique(arr) { + var l = arr.length; + for(var i = 0; i < l; i++ ) { + if (arr.lastIndexOf(arr[i]) > i) return false; + } + return true; +} + +/** Returns the given string with all regex meta characters backslashed. */ +RegExp.escapeMeta = function(str) { + return str.replace(/([$^\\\/()|?+*\[\]{}.-])/g, "\\$1"); +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/frame/Chain.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/frame/Chain.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,102 @@ +/**@constructor*/ +function ChainNode(object, link) { + this.value = object; + this.link = link; // describes this node's relationship to the previous node +} + +/**@constructor*/ +function Chain(valueLinks) { + this.nodes = []; + this.cursor = -1; + + if (valueLinks && valueLinks.length > 0) { + this.push(valueLinks[0], "//"); + for (var i = 1, l = valueLinks.length; i < l; i+=2) { + this.push(valueLinks[i+1], valueLinks[i]); + } + } +} + +Chain.prototype.push = function(o, link) { + if (this.nodes.length > 0 && link) this.nodes.push(new ChainNode(o, link)); + else this.nodes.push(new ChainNode(o)); +} + +Chain.prototype.unshift = function(o, link) { + if (this.nodes.length > 0 && link) this.nodes[0].link = link; + this.nodes.unshift(new ChainNode(o)); + this.cursor++; +} + +Chain.prototype.get = function() { + if (this.cursor < 0 || this.cursor > this.nodes.length-1) return null; + return this.nodes[this.cursor]; +} + +Chain.prototype.first = function() { + this.cursor = 0; + return this.get(); +} + +Chain.prototype.last = function() { + this.cursor = this.nodes.length-1; + return this.get(); +} + +Chain.prototype.next = function() { + this.cursor++; + return this.get(); +} + +Chain.prototype.prev = function() { + this.cursor--; + return this.get(); +} + +Chain.prototype.toString = function() { + var string = ""; + for (var i = 0, l = this.nodes.length; i < l; i++) { + if (this.nodes[i].link) string += " -("+this.nodes[i].link+")-> "; + string += this.nodes[i].value.toString(); + } + return string; +} + +Chain.prototype.joinLeft = function() { + var result = ""; + for (var i = 0, l = this.cursor; i < l; i++) { + if (result && this.nodes[i].link) result += this.nodes[i].link; + result += this.nodes[i].value.toString(); + } + return result; +} + + +/* USAGE: + +var path = "one/two/three.four/five-six"; +var pathChain = new Chain(path.split(/([\/.-])/)); +print(pathChain); + +var lineage = new Chain(); +lineage.push("Port"); +lineage.push("Les", "son"); +lineage.push("Dawn", "daughter"); +lineage.unshift("Purdie", "son"); + +print(lineage); + +// walk left +for (var node = lineage.last(); node !== null; node = lineage.prev()) { + print("< "+node.value); +} + +// walk right +var node = lineage.first() +while (node !== null) { + print(node.value); + node = lineage.next(); + if (node && node.link) print("had a "+node.link+" named"); +} + +*/ \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/frame/Dumper.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/frame/Dumper.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,144 @@ +/** + * @class +
      +This is a lightly modified version of Kevin Jones' JavaScript
      +library Data.Dump. To download the original visit:
      +    http://openjsan.org/doc/k/ke/kevinj/Data/Dump/
      +
      +AUTHORS
      +
      +The Data.Dump JavaScript module is written by Kevin Jones 
      +(kevinj@cpan.org), based on Data::Dump by Gisle Aas (gisle@aas.no),
      +based on Data::Dumper by Gurusamy Sarathy (gsar@umich.edu).
      +
      +COPYRIGHT
      +
      +Copyright 2007 Kevin Jones. Copyright 1998-2000,2003-2004 Gisle Aas.
      +Copyright 1996-1998 Gurusamy Sarathy.
      +
      +This program is free software; you can redistribute it and/or modify
      +it under the terms of the Perl Artistic License
      +
      +See http://www.perl.com/perl/misc/Artistic.html
      +
      + * @static + */ +Dumper = { + /** @param [...] The objects to dump. */ + dump: function () { + if (arguments.length > 1) + return this._dump(arguments); + else if (arguments.length == 1) + return this._dump(arguments[0]); + else + return "()"; + }, + + _dump: function (obj) { + if (typeof obj == 'undefined') return 'undefined'; + var out; + if (obj.serialize) { return obj.serialize(); } + var type = this._typeof(obj); + if (obj.circularReference) obj.circularReference++; + switch (type) { + case 'circular': + out = "{ //circularReference\n}"; + break; + case 'object': + var pairs = new Array; + + for (var prop in obj) { + if (prop != "circularReference" && obj.hasOwnProperty(prop)) { //hide inherited properties + pairs.push(prop + ': ' + this._dump(obj[prop])); + } + } + + out = '{' + this._format_list(pairs) + '}'; + break; + + case 'string': + for (var prop in Dumper.ESC) { + if (Dumper.ESC.hasOwnProperty(prop)) { + obj = obj.replace(prop, Dumper.ESC[prop]); + } + } + + // Escape UTF-8 Strings + if (obj.match(/^[\x00-\x7f]*$/)) { + out = '"' + obj.replace(/\"/g, "\\\"").replace(/([\n\r]+)/g, "\\$1") + '"'; + } + else { + out = "unescape('"+escape(obj)+"')"; + } + break; + + case 'array': + var elems = new Array; + + for (var i=0; i 60 ? '\n' : ' '; + return nl + list.join(',' + nl) + nl; + }, + + _typeof: function (obj) { + if (obj && obj.circularReference && obj.circularReference > 1) return 'circular'; + if (Array.prototype.isPrototypeOf(obj)) return 'array'; + if (Date.prototype.isPrototypeOf(obj)) return 'date'; + if (typeof obj.nodeType != 'undefined') return 'element'; + return typeof(obj); + }, + + _dump_dom: function (obj) { + return '"' + Dumper.nodeTypes[obj.nodeType] + '"'; + } +}; + +Dumper.ESC = { + "\t": "\\t", + "\n": "\\n", + "\f": "\\f" +}; + +Dumper.nodeTypes = { + 1: "ELEMENT_NODE", + 2: "ATTRIBUTE_NODE", + 3: "TEXT_NODE", + 4: "CDATA_SECTION_NODE", + 5: "ENTITY_REFERENCE_NODE", + 6: "ENTITY_NODE", + 7: "PROCESSING_INSTRUCTION_NODE", + 8: "COMMENT_NODE", + 9: "DOCUMENT_NODE", + 10: "DOCUMENT_TYPE_NODE", + 11: "DOCUMENT_FRAGMENT_NODE", + 12: "NOTATION_NODE" +}; \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/frame/Hash.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/frame/Hash.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,84 @@ +/** + @constructor + @example + var _index = new Hash(); + _index.set("a", "apple"); + _index.set("b", "blue"); + _index.set("c", "coffee"); + + for (var p = _index.first(); p; p = _index.next()) { + print(p.key+" is for "+p.value); + } + + */ +var Hash = function() { + this._map = {}; + this._keys = []; + this._vals = []; + this.reset(); +} + +Hash.prototype.set = function(k, v) { + if (k != "") { + this._keys.push(k); + this._map["="+k] = this._vals.length; + this._vals.push(v); + } +} + +Hash.prototype.replace = function(k, k2, v) { + if (k == k2) return; + + var offset = this._map["="+k]; + this._keys[offset] = k2; + if (typeof v != "undefined") this._vals[offset] = v; + this._map["="+k2] = offset; + delete(this._map["="+k]); +} + +Hash.prototype.drop = function(k) { + if (k != "") { + var offset = this._map["="+k]; + this._keys.splice(offset, 1); + this._vals.splice(offset, 1); + delete(this._map["="+k]); + for (var p in this._map) { + if (this._map[p] >= offset) this._map[p]--; + } + if (this._cursor >= offset && this._cursor > 0) this._cursor--; + } +} + +Hash.prototype.get = function(k) { + if (k != "") { + return this._vals[this._map["="+k]]; + } +} + +Hash.prototype.keys = function() { + return this._keys; +} + +Hash.prototype.hasKey = function(k) { + if (k != "") { + return (typeof this._map["="+k] != "undefined"); + } +} + +Hash.prototype.values = function() { + return this._vals; +} + +Hash.prototype.reset = function() { + this._cursor = 0; +} + +Hash.prototype.first = function() { + this.reset(); + return this.next(); +} + +Hash.prototype.next = function() { + if (this._cursor++ < this._keys.length) + return {key: this._keys[this._cursor-1], value: this._vals[this._cursor-1]}; +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/frame/Link.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/frame/Link.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,173 @@ +/** Handle the creation of HTML links to documented symbols. + @constructor +*/ +function Link() { + this.alias = ""; + this.src = ""; + this.file = ""; + this.text = ""; + this.innerName = ""; + this.classLink = false; + this.targetName = ""; + + this.target = function(targetName) { + if (defined(targetName)) this.targetName = targetName; + return this; + } + this.inner = function(inner) { + if (defined(inner)) this.innerName = inner; + return this; + } + this.withText = function(text) { + if (defined(text)) this.text = text; + return this; + } + this.toSrc = function(filename) { + if (defined(filename)) this.src = filename; + return this; + } + this.toSymbol = function(alias) { + if (defined(alias)) this.alias = new String(alias); + return this; + } + this.toClass = function(alias) { + this.classLink = true; + return this.toSymbol(alias); + } + this.toFile = function(file) { + if (defined(file)) this.file = file; + return this; + } + + this.toString = function() { + var linkString; + var thisLink = this; + + if (this.alias) { + linkString = this.alias.replace(/(^|[^a-z$0-9_#.:^-])([|a-z$0-9_#.:^-]+)($|[^a-z$0-9_#.:^-])/i, + function(match, prematch, symbolName, postmatch) { + var symbolNames = symbolName.split("|"); + var links = []; + for (var i = 0, l = symbolNames.length; i < l; i++) { + thisLink.alias = symbolNames[i]; + links.push(thisLink._makeSymbolLink(symbolNames[i])); + } + return prematch+links.join("|")+postmatch; + } + ); + } + else if (this.src) { + linkString = thisLink._makeSrcLink(this.src); + } + else if (this.file) { + linkString = thisLink._makeFileLink(this.file); + } + + return linkString; + } +} + +/** prefixed for hashes */ +Link.hashPrefix = ""; + +/** Appended to the front of relative link paths. */ +Link.base = ""; + +Link.symbolNameToLinkName = function(symbol) { + var linker = "", + ns = ""; + + if (symbol.isStatic) linker = "."; + else if (symbol.isInner) linker = "-"; + + if (symbol.isEvent && !/^event:/.test(symbol.name)) { + ns = "event:"; + } + return Link.hashPrefix+linker+ns+symbol.name; +} + +Link.getSymbol= function(alias) { + var symbol= Link.symbolSet.getSymbol(alias); + + if (symbol) + return symbol; + + if ('#'!==alias.charAt(0) || !Link.currentSymbol) + return null; + + // resolve relative name + var container= Link.currentSymbol; + + while (container) + { + symbol= Link.symbolSet.getSymbol(container.alias + alias); + if (symbol) + return symbol; + + // No superclass + if (!container.augments.length) + return null; + + container= Link.symbolSet.getSymbol(container.augments[0].desc); + } + + return null; +} + +/** Create a link to another symbol. */ +Link.prototype._makeSymbolLink = function(alias) { + var linkBase = Link.base+publish.conf.symbolsDir; + var linkTo = Link.getSymbol(alias); + var linkPath; + var target = (this.targetName)? " target=\""+this.targetName+"\"" : ""; + + // if there is no symbol by that name just return the name unaltered + if (!linkTo) + return this.text || alias; + + // it's a symbol in another file + else { + if (!linkTo.is("CONSTRUCTOR") && !linkTo.isNamespace) { // it's a method or property + linkPath= (Link.filemap) ? Link.filemap[linkTo.memberOf] : + escape(linkTo.memberOf) || "_global_"; + linkPath += publish.conf.ext + "#" + Link.symbolNameToLinkName(linkTo); + } + else { + linkPath = (Link.filemap)? Link.filemap[linkTo.alias] : escape(linkTo.alias); + linkPath += publish.conf.ext;// + (this.classLink? "":"#" + Link.hashPrefix + "constructor"); + } + linkPath = linkBase + linkPath + } + + var linkText= this.text || alias; + + var link = {linkPath: linkPath, linkText: linkText, linkInner: (this.innerName? "#"+this.innerName : "")}; + + if (typeof JSDOC.PluginManager != "undefined") { + JSDOC.PluginManager.run("onSymbolLink", link); + } + + return ""+link.linkText+""; +} + +/** Create a link to a source file. */ +Link.prototype._makeSrcLink = function(srcFilePath) { + var target = (this.targetName)? " target=\""+this.targetName+"\"" : ""; + + // transform filepath into a filename + var srcFile = srcFilePath.replace(/\.\.?[\\\/]/g, "").replace(/[:\\\/]/g, "_"); + var outFilePath = Link.base + publish.conf.srcDir + srcFile + publish.conf.ext; + + if (!this.text) this.text = FilePath.fileName(srcFilePath); + return ""+this.text+""; +} + +/** Create a link to a source file. */ +Link.prototype._makeFileLink = function(filePath) { + var target = (this.targetName)? " target=\""+this.targetName+"\"" : ""; + + var outFilePath = Link.base + filePath; + + if (!this.text) this.text = filePath; + return ""+this.text+""; +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/frame/Namespace.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/frame/Namespace.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,10 @@ +_global_ = this; + +function Namespace(name, f) { + var n = name.split("."); + for (var o = _global_, i = 0, l = n.length; i < l; i++) { + o = o[n[i]] = o[n[i]] || {}; + } + + if (f) f(); +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/frame/Opt.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/frame/Opt.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,134 @@ +/** @namespace */ +Opt = { + /** + * Get commandline option values. + * @param {Array} args Commandline arguments. Like ["-a=xml", "-b", "--class=new", "--debug"] + * @param {object} optNames Map short names to long names. Like {a:"accept", b:"backtrace", c:"class", d:"debug"}. + * @return {object} Short names and values. Like {a:"xml", b:true, c:"new", d:true} + */ + get: function(args, optNames) { + var opt = {"_": []}; // the unnamed option allows multiple values + for (var i = 0; i < args.length; i++) { + var arg = new String(args[i]); + var name; + var value; + if (arg.charAt(0) == "-") { + if (arg.charAt(1) == "-") { // it's a longname like --foo + arg = arg.substring(2); + var m = arg.split("="); + name = m.shift(); + value = m.shift(); + if (typeof value == "undefined") value = true; + + for (var n in optNames) { // convert it to a shortname + if (name == optNames[n]) { + name = n; + } + } + } + else { // it's a shortname like -f + arg = arg.substring(1); + var m = arg.split("="); + name = m.shift(); + value = m.shift(); + if (typeof value == "undefined") value = true; + + for (var n in optNames) { // find the matching key + if (name == n || name+'[]' == n) { + name = n; + break; + } + } + } + if (name.match(/(.+)\[\]$/)) { // it's an array type like n[] + name = RegExp.$1; + if (!opt[name]) opt[name] = []; + } + + if (opt[name] && opt[name].push) { + opt[name].push(value); + } + else { + opt[name] = value; + } + } + else { // not associated with any optname + opt._.push(args[i]); + } + } + return opt; + } +} + +/*t: + plan(11, "Testing Opt."); + + is( + typeof Opt, + "object", + "Opt is an object." + ); + + is( + typeof Opt.get, + "function", + "Opt.get is a function." + ); + + var optNames = {a:"accept", b:"backtrace", c:"class", d:"debug", "e[]":"exceptions"}; + var t_options = Opt.get(["-a=xml", "-b", "--class=new", "--debug", "-e=one", "-e=two", "foo", "bar"], optNames); + + is( + t_options.a, + "xml", + "an option defined with a short name can be accessed by its short name." + ); + + is( + t_options.b, + true, + "an option defined with a short name and no value are true." + ); + + is( + t_options.c, + "new", + "an option defined with a long name can be accessed by its short name." + ); + + is( + t_options.d, + true, + "an option defined with a long name and no value are true." + ); + + is( + typeof t_options.e, + "object", + "an option that can accept multiple values is defined." + ); + + is( + t_options.e.length, + 2, + "an option that can accept multiple values can have more than one value." + ); + + is( + t_options.e[1], + "two", + "an option that can accept multiple values can be accessed as an array." + ); + + is( + typeof t_options._, + "object", + "the property '_' is defined for unnamed options." + ); + + is( + t_options._[0], + "foo", + "the property '_' can be accessed as an array." + ); + */ \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/frame/Reflection.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/frame/Reflection.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,26 @@ +/**@constructor*/ +function Reflection(obj) { + this.obj = obj; +} + +Reflection.prototype.getConstructorName = function() { + if (this.obj.constructor.name) return this.obj.constructor.name; + var src = this.obj.constructor.toSource(); + var name = src.substring(name.indexOf("function")+8, src.indexOf('(')).replace(/ /g,''); + return name; +} + +Reflection.prototype.getMethod = function(name) { + for (var p in this.obj) { + if (p == name && typeof(this.obj[p]) == "function") return this.obj[p]; + } + return null; +} + +Reflection.prototype.getParameterNames = function() { + var src = this.obj.toSource(); + src = src.substring( + src.indexOf("(", 8)+1, src.indexOf(")") + ); + return src.split(/, ?/); +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/frame/String.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/frame/String.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,93 @@ +/** + @name String + @class Additions to the core string object. +*/ + +/** @author Steven Levithan, released as public domain. */ +String.prototype.trim = function() { + var str = this.replace(/^\s+/, ''); + for (var i = str.length - 1; i >= 0; i--) { + if (/\S/.test(str.charAt(i))) { + str = str.substring(0, i + 1); + break; + } + } + return str; +} +/*t: + plan(6, "Testing String.prototype.trim."); + + var s = " a bc ".trim(); + is(s, "a bc", "multiple spaces front and back are trimmed."); + + s = "a bc\n\n".trim(); + is(s, "a bc", "newlines only in back are trimmed."); + + s = "\ta bc".trim(); + is(s, "a bc", "tabs only in front are trimmed."); + + s = "\n \t".trim(); + is(s, "", "an all-space string is trimmed to empty."); + + s = "a b\nc".trim(); + is(s, "a b\nc", "a string with no spaces in front or back is trimmed to itself."); + + s = "".trim(); + is(s, "", "an empty string is trimmed to empty."); + +*/ + +String.prototype.balance = function(open, close) { + var i = 0; + while (this.charAt(i) != open) { + if (i == this.length) return [-1, -1]; + i++; + } + + var j = i+1; + var balance = 1; + while (j < this.length) { + if (this.charAt(j) == open) balance++; + if (this.charAt(j) == close) balance--; + if (balance == 0) break; + j++; + if (j == this.length) return [-1, -1]; + } + + return [i, j]; +} +/*t: + plan(16, "Testing String.prototype.balance."); + + var s = "{abc}".balance("{","}"); + is(s[0], 0, "opener in first is found."); + is(s[1], 4, "closer in last is found."); + + s = "ab{c}de".balance("{","}"); + is(s[0], 2, "opener in middle is found."); + is(s[1], 4, "closer in middle is found."); + + s = "a{b{c}de}f".balance("{","}"); + is(s[0], 1, "nested opener is found."); + is(s[1], 8, "nested closer is found."); + + s = "{}".balance("{","}"); + is(s[0], 0, "opener with no content is found."); + is(s[1], 1, "closer with no content is found."); + + s = "".balance("{","}"); + is(s[0], -1, "empty string opener is -1."); + is(s[1], -1, "empty string closer is -1."); + + s = "{abc".balance("{","}"); + is(s[0], -1, "opener with no closer returns -1."); + is(s[1], -1, "no closer returns -1."); + + s = "abc".balance("{","}"); + is(s[0], -1, "no opener or closer returns -1 for opener."); + is(s[1], -1, "no opener or closer returns -1 for closer."); + + s = "aX11/MIT License + * (See the accompanying README file for full details.) + */ + +/** + Yet another unit testing tool for JavaScript. + @author Michael Mathews micmath@gmail.com + @param {object} testCases Properties are testcase names, values are functions to execute as tests. +*/ +function testrun(testCases) { + var ran = 0; + for (t in testCases) { + var result = testCases[t](); + ran++; + } + + return testrun.reportOut+"-------------------------------\n"+((testrun.fails>0)? ":( Failed "+testrun.fails+"/" : ":) Passed all ")+testrun.count+" test"+((testrun.count == 1)? "":"s")+".\n"; +} + + +testrun.count = 0; +testrun.current = null; +testrun.passes = 0; +testrun.fails = 0; +testrun.reportOut = ""; + +/** @private */ +testrun.report = function(text) { + testrun.reportOut += text+"\n"; +} + +/** + Check if test evaluates to true. + @param {string} test To be evaluated. + @param {string} message Optional. To be displayed in the report. + @return {boolean} True if the string test evaluates to true. +*/ +ok = function(test, message) { + testrun.count++; + + var result; + try { + result = eval(test); + + if (result) { + testrun.passes++; + testrun.report(" OK "+testrun.count+" - "+((message != null)? message : "")); + } + else { + testrun.fails++; + testrun.report("NOT OK "+testrun.count+" - "+((message != null)? message : "")); + } + } + catch(e) { + testrun.fails++ + testrun.report("NOT OK "+testrun.count+" - "+((message != null)? message : "")); + + } +} + +/** + Check if test is same as expected. + @param {string} test To be evaluated. + @param {string} expected + @param {string} message Optional. To be displayed in the report. + @return {boolean} True if (test == expected). Note that the comparison is not a strict equality check. +*/ +is = function(test, expected, message) { + testrun.count++; + + var result; + try { + result = eval(test); + + if (result == expected) { + testrun.passes++ + testrun.report(" OK "+testrun.count+" - "+((message != null)? message : "")); + } + else { + testrun.fails++ + testrun.report("NOT OK "+testrun.count+" - "+((message != null)? message : "")); + testrun.report("expected: "+expected); + testrun.report(" got: "+result); + } + } + catch(e) { + testrun.fails++ + testrun.report("NOT OK "+testrun.count+" - "+((message != null)? message : "")); + testrun.report("expected: "+expected); + testrun.report(" got: "+result);} +} + +/** + Check if test matches pattern. + @param {string} test To be evaluated. + @param {string} pattern Used to create a RegExp. + @param {string} message Optional. To be displayed in the report. + @return {boolean} True if test matches pattern. +*/ +like = function(test, pattern, message) { + testrun.count++; + + var result; + try { + result = eval(test); + var rgx = new RegExp(pattern); + + if (rgx.test(result)) { + testrun.passes++ + testrun.report(" OK "+testrun.count+" - "+((message != null)? message : "")); + } + else { + testrun.fails++ + testrun.report("NOT OK "+testrun.count+" - "+((message != null)? message : "")); + testrun.report(" this: "+result); + testrun.report("is not like: "+pattern); + } + } + catch(e) { + testrun.fails++ + testrun.report("NOT OK "+testrun.count+" - "+((message != null)? message : "")); + } +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/handlers/FOODOC.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/handlers/FOODOC.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,26 @@ +/** + This is the main container for the FOODOC handler. + @namespace +*/ +FOODOC = { +}; + +/** The current version string of this application. */ +FOODOC.VERSION = "1.0"; + +FOODOC.handle = function(srcFile, src) { + LOG.inform("Handling file '" + srcFile + "'"); + + return [ + new JSDOC.Symbol( + "foo", + [], + "VIRTUAL", + new JSDOC.DocComment("/** This is a foo. */") + ) + ]; +}; + +FOODOC.publish = function(symbolgroup) { + LOG.inform("Publishing symbolgroup."); +}; diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/handlers/XMLDOC.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/handlers/XMLDOC.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,26 @@ +/** + * This is the main container for the XMLDOC handler. + * @namespace + * @author Brett Fattori (bfattori@fry.com) + * @version $Revision: 498 $ + */ +XMLDOC = { + +}; + +/** The current version string of this application. */ +XMLDOC.VERSION = "1.0"; + +/** Include the library necessary to handle XML files */ +IO.includeDir("handlers/XMLDOC/"); + +/** + * @type Symbol[] + */ +XMLDOC.handle = function(srcFile, src) { + +}; + +XMLDOC.publish = function(symbolgroup) { + +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/handlers/XMLDOC/DomReader.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/handlers/XMLDOC/DomReader.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,159 @@ +LOG.inform("XMLDOC.DomReader loaded"); + +XMLDOC.DomReader = function(root) { + + this.dom = root; + + /** + * The current node the reader is on + */ + this.node = root; + + /** + * Get the current node the reader is on + * @type XMLDOC.Parser.node + */ + XMLDOC.DomReader.prototype.getNode = function() { + return this.node; + }; + + /** + * Set the node the reader should be positioned on. + * @param node {XMLDOC.Parser.node} + */ + XMLDOC.DomReader.prototype.setNode = function(node) { + this.node = node; + }; + + /** + * A helper method to make sure the current node will + * never return null, unless null is passed as the root. + * @param step {String} An expression to evaluate - should return a node or null + */ + XMLDOC.DomReader.prototype.navigate = function(step) { + var n; + if ((n = step) != null) + { + this.node = n; + return this.node; + } + return null; + }; + + /** + * Get the root node of the current node's document. + */ + XMLDOC.DomReader.prototype.root = function() { + this.navigate(this.dom); + }; + + /** + * Get the parent of the current node. + */ + XMLDOC.DomReader.prototype.parent = function() { + return this.navigate(this.node.parentNode()); + }; + + /** + * Get the first child of the current node. + */ + XMLDOC.DomReader.prototype.firstChild = function() { + return this.navigate(this.node.firstChild()); + }; + + /** + * Get the last child of the current node. + */ + XMLDOC.DomReader.prototype.lastChild = function() { + return this.navigate(this.node.lastChild()); + }; + + /** + * Get the next sibling of the current node. + */ + XMLDOC.DomReader.prototype.nextSibling = function() { + return this.navigate(this.node.nextSibling()); + }; + + /** + * Get the previous sibling of the current node. + */ + XMLDOC.DomReader.prototype.prevSibling = function() { + return this.navigate(this.node.prevSibling()); + }; + + //=============================================================================================== + // Support methods + + /** + * Walk the tree starting with the current node, calling the plug-in for + * each node visited. Each time the plug-in is called, the DomReader + * is passed as the only parameter. Use the {@link XMLDOC.DomReader#getNode} method + * to access the current node. This method uses a depth first traversal pattern. + * + * @param srcFile {String} The source file being evaluated + */ + XMLDOC.DomReader.prototype.getSymbols = function(srcFile) + { + XMLDOC.DomReader.symbols = []; + XMLDOC.DomReader.currentFile = srcFile; + JSDOC.Symbol.srcFile = (srcFile || ""); + + if (defined(JSDOC.PluginManager)) { + JSDOC.PluginManager.run("onDomGetSymbols", this); + } + + return XMLDOC.DomReader.symbols; + }; + + /** + * Find the node with the given name using a depth first traversal. + * Does not modify the DomReader's current node. + * + * @param name {String} The name of the node to find + * @return the node that was found, or null if not found + */ + XMLDOC.DomReader.prototype.findNode = function(name) + { + var findNode = null; + + // Start at the current node and move into the subtree, + // looking for the node with the given name + function deeper(node, find) + { + var look = null; + + if (node) { + if (node.name == find) + { + return node; + } + + if (node.firstChild()) + { + look = deeper(node.firstChild(), find); + } + + if (!look && node.nextSibling()) + { + look = deeper(node.nextSibling(), find); + } + } + + return look; + } + + return deeper(this.getNode().firstChild(), name); + }; + + /** + * Find the next node with the given name using a depth first traversal. + * + * @param name {String} The name of the node to find + */ + XMLDOC.DomReader.prototype.findPreviousNode = function(name) + { + }; + +}; + diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/handlers/XMLDOC/XMLDoc.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/handlers/XMLDOC/XMLDoc.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,16 @@ +LOG.inform("XMLDOC.symbolize loaded"); + +/** + * Convert the source file to a set of symbols + */ +XMLDOC.symbolize = function(srcFile, src) { + + LOG.inform("Symbolizing file '" + srcFile + "'"); + + // XML files already have a defined structure, so we don't need to + // do anything but parse them. The DOM reader can create a symbol + // table from the parsed XML. + var dr = new XMLDOC.DomReader(XMLDOC.Parser.parse(src)); + return dr.getSymbols(srcFile); + +}; diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/handlers/XMLDOC/XMLParse.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/handlers/XMLDOC/XMLParse.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,292 @@ +LOG.inform("XMLDOC.Parser loaded"); + +/** + * XML Parser object. Returns an {@link #XMLDOC.Parser.node} which is + * the root element of the parsed document. + *

      + * By default, this parser will only handle well formed XML. To + * allow the parser to handle HTML, set the XMLDOC.Parser.strictMode + * variable to false before calling XMLDOC.Parser.parse(). + *

      + * Note: If you pass poorly formed XML, it will cause the parser to throw + * an exception. + * + * @author Brett Fattori (bfattori@fry.com) + * @author $Author: micmath $ + * @version $Revision: 497 $ + */ +XMLDOC.Parser = {}; + +/** + * Strict mode setting. Setting this to false allows HTML-style source to + * be parsed. Normally, well formed XML has defined end tags, or empty tags + * are properly formed. Default: true + * @type Boolean + */ +XMLDOC.Parser.strictMode = true; + +/** + * A node in an XML Document. Node types are ROOT, ELEMENT, COMMENT, PI, and TEXT. + * @param parent {XMLDOC.Parser.node} The parent node + * @param name {String} The node name + * @param type {String} One of the types + */ +XMLDOC.Parser.node = function(parent, name, type) +{ + this.name = name; + this.type = type || "ELEMENT"; + this.parent = parent; + this.charData = ""; + this.attrs = {}; + this.nodes = []; + this.cPtr = 0; + + XMLDOC.Parser.node.prototype.getAttributeNames = function() { + var a = []; + for (var o in this.attrs) + { + a.push(o); + } + + return a; + }; + + XMLDOC.Parser.node.prototype.getAttribute = function(attr) { + return this.attrs[attr]; + }; + + XMLDOC.Parser.node.prototype.setAttribute = function(attr, val) { + this.attrs[attr] = val; + }; + + XMLDOC.Parser.node.prototype.getChild = function(idx) { + return this.nodes[idx]; + }; + + XMLDOC.Parser.node.prototype.parentNode = function() { + return this.parent; + }; + + XMLDOC.Parser.node.prototype.firstChild = function() { + return this.nodes[0]; + }; + + XMLDOC.Parser.node.prototype.lastChild = function() { + return this.nodes[this.nodes.length - 1]; + }; + + XMLDOC.Parser.node.prototype.nextSibling = function() { + var p = this.parent; + if (p && (p.nodes.indexOf(this) + 1 != p.nodes.length)) + { + return p.getChild(p.nodes.indexOf(this) + 1); + } + return null; + }; + + XMLDOC.Parser.node.prototype.prevSibling = function() { + var p = this.parent; + if (p && (p.nodes.indexOf(this) - 1 >= 0)) + { + return p.getChild(p.nodes.indexOf(this) - 1); + } + return null; + }; +}; + +/** + * Parse an XML Document from the specified source. The XML should be + * well formed, unless strict mode is disabled, then the parser will + * handle HTML-style XML documents. + * @param src {String} The source to parse + */ +XMLDOC.Parser.parse = function(src) +{ + var A = []; + + // Normailize whitespace + A = src.split("\r\n"); + src = A.join("\n"); + A = src.split("\r"); + src = A.join("\n"); + + // Remove XML and DOCTYPE specifier + src.replace(/<\?XML .*\?>/i, ""); + src.replace(//i, ""); + + // The document is the root node and cannot be modified or removed + var doc = new XMLDOC.Parser.node(null, "ROOT", "DOCUMENT"); + + // Let's break it down + XMLDOC.Parser.eat(doc, src); + + return doc; +}; + +/** + * The XML fragment processing routine. This method is private and should not be called + * directly. + * @param parentNode {XMLDOC.Parser.node} The node which is the parent of this fragment + * @param src {String} The source within the fragment to process + * @private + */ +XMLDOC.Parser.eat = function(parentNode, src) +{ + // A simple tag def + var reTag = new RegExp("<(!|)(\\?|--|)((.|\\s)*?)\\2>","g"); + + // Special tag types + var reCommentTag = //; + var rePITag = /<\?((.|\s)*?)\?>/; + + // A start tag (with potential empty marker) + var reStartTag = /<(.*?)( +([\w_\-]*)=(\"|')(.*)\4)*(\/)?>/; + + // An empty HTML style tag (not proper XML, but we'll accept it so we can process HTML) + var reHTMLEmptyTag = /<(.*?)( +([\w_\-]*)=(\"|')(.*)\4)*>/; + + // Fully enclosing tag with nested tags + var reEnclosingTag = /<(.*?)( +([\w_\-]*)=(\"|')(.*?)\4)*>((.|\s)*?)<\/\1>/; + + // Breaks down attributes + var reAttributes = new RegExp(" +([\\w_\\-]*)=(\"|')(.*?)\\2","g"); + + // Find us a tag + var tag; + while ((tag = reTag.exec(src)) != null) + { + if (tag.index > 0) + { + // The next tag has some text before it + var text = src.substring(0, tag.index).replace(/^[ \t\n]+((.|\n)*?)[ \t\n]+$/, "$1"); + + if (text.length > 0 && (text != "\n")) + { + var txtnode = new XMLDOC.Parser.node(parentNode, "", "TEXT"); + txtnode.charData = text; + + // Append the new text node + parentNode.nodes.push(txtnode); + } + + // Reset the lastIndex of reTag + reTag.lastIndex -= src.substring(0, tag.index).length; + + // Eat the text + src = src.substring(tag.index); + } + + if (reCommentTag.test(tag[0])) + { + // Is this a comment? + var comment = new XMLDOC.Parser.node(parentNode, "", "COMMENT"); + comment.charData = reCommentTag.exec(tag[0])[1]; + + // Append the comment + parentNode.nodes.push(comment); + + // Move the lastIndex of reTag + reTag.lastIndex -= tag[0].length; + + // Eat the tag + src = src.replace(reCommentTag, ""); + } + else if (rePITag.test(tag[0])) + { + // Is this a processing instruction? + var pi = new XMLDOC.Parser.node(parentNode, "", "PI"); + pi.charData = rePITag.exec(tag[0])[1]; + + // Append the processing instruction + parentNode.nodes.push(pi); + + // Move the lastIndex of reTag + reTag.lastIndex -= tag[0].length; + + // Eat the tag + src = src.replace(rePITag, ""); + } + else if (reStartTag.test(tag[0])) + { + // Break it down + var e = reStartTag.exec(tag[0]); + var elem = new XMLDOC.Parser.node(parentNode, e[1], "ELEMENT"); + + // Get attributes from the tag + var a; + while ((a = reAttributes.exec(e[2])) != null ) + { + elem.attrs[a[1]] = a[3]; + } + + // Is this an empty XML-style tag? + if (e[6] == "/") + { + // Append the empty element + parentNode.nodes.push(elem); + + // Move the lastIndex of reTag (include the start tag length) + reTag.lastIndex -= e[0].length; + + // Eat the tag + src = src.replace(reStartTag, ""); + } + else + { + // Check for malformed XML tags + var htmlParsed = false; + var htmlStartTag = reHTMLEmptyTag.exec(src); + + // See if there isn't an end tag within this block + var reHTMLEndTag = new RegExp(""); + var htmlEndTag = reHTMLEndTag.exec(src); + + if (XMLDOC.Parser.strictMode && htmlEndTag == null) + { + // Poorly formed XML fails in strict mode + var err = new Error("Malformed XML passed to XMLDOC.Parser... Error contains malformed 'src'"); + err.src = src; + throw err; + } + else if (htmlEndTag == null) + { + // This is an HTML-style empty tag, store the element for it in non-strict mode + parentNode.nodes.push(elem); + + // Eat the tag + src = src.replace(reHTMLEmptyTag, ""); + htmlParsed = true; + } + + // If we didn't parse HTML-style, it must be an enclosing tag + if (!htmlParsed) + { + var enc = reEnclosingTag.exec(src); + + // Go deeper into the document + XMLDOC.Parser.eat(elem, enc[6]); + + // Append the new element node + parentNode.nodes.push(elem); + + // Eat the tag + src = src.replace(reEnclosingTag, ""); + } + } + + // Reset the lastIndex of reTag + reTag.lastIndex = 0; + } + } + + // No tag was found... append the text if there is any + src = src.replace(/^[ \t\n]+((.|\n)*?)[ \t\n]+$/, "$1"); + if (src.length > 0 && (src != "\n")) + { + var txtNode = new XMLDOC.Parser.node(parentNode, "", "TEXT"); + txtNode.charData = src; + + // Append the new text node + parentNode.nodes.push(txtNode); + } +}; diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/lib/JSDOC.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/lib/JSDOC.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,106 @@ +/** + @overview + @date $Date: 2010-06-13 22:02:44 +0100 (Sun, 13 Jun 2010) $ + @version $Revision: 837 $ + @location $HeadURL: https://jsdoc-toolkit.googlecode.com/svn/tags/jsdoc_toolkit-2.4.0/jsdoc-toolkit/app/lib/JSDOC.js $ + @name JSDOC.js + */ + +/** + This is the main container for the JSDOC application. + @namespace +*/ +JSDOC = { +}; + +/** + @requires Opt + */ +if (typeof arguments == "undefined") arguments = []; +JSDOC.opt = Opt.get( + arguments, + { + a: "allfunctions", + c: "conf", + d: "directory", + "D[]": "define", + e: "encoding", + "E[]": "exclude", + h: "help", + m: "multiple", + n: "nocode", + o: "out", + p: "private", + q: "quiet", + r: "recurse", + S: "securemodules", + s: "suppress", + t: "template", + T: "testmode", + u: "unique", + v: "verbose", + x: "ext" + } +); + +/** The current version string of this application. */ +JSDOC.VERSION = "2.4.0"; + +/** Print out usage information and quit. */ +JSDOC.usage = function() { + print("USAGE: java -jar jsrun.jar app/run.js [OPTIONS] ..."); + print(""); + print("OPTIONS:"); + print(" -a or --allfunctions\n Include all functions, even undocumented ones.\n"); + print(" -c or --conf\n Load a configuration file.\n"); + print(" -d= or --directory=\n Output to this directory (defaults to \"out\").\n"); + print(" -D=\"myVar:My value\" or --define=\"myVar:My value\"\n Multiple. Define a variable, available in JsDoc as JSDOC.opt.D.myVar.\n"); + print(" -e= or --encoding=\n Use this encoding to read and write files.\n"); + print(" -E=\"REGEX\" or --exclude=\"REGEX\"\n Multiple. Exclude files based on the supplied regex.\n"); + print(" -h or --help\n Show this message and exit.\n"); + print(" -m or --multiples\n Don't warn about symbols being documented more than once.\n"); + print(" -n or --nocode\n Ignore all code, only document comments with @name tags.\n"); + print(" -o= or --out=\n Print log messages to a file (defaults to stdout).\n"); + print(" -p or --private\n Include symbols tagged as private, underscored and inner symbols.\n"); + print(" -q or --quiet\n Do not output any messages, not even warnings.\n"); + print(" -r= or --recurse=\n Descend into src directories.\n"); + print(" -s or --suppress\n Suppress source code output.\n"); + print(" -S or --securemodules\n Use Secure Modules mode to parse source code.\n"); + print(" -t= or --template=\n Required. Use this template to format the output.\n"); + print(" -T or --test\n Run all unit tests and exit.\n"); + print(" -u or --unique\n Force file names to be unique, but not based on symbol names.\n"); + print(" -v or --verbose\n Provide verbose feedback about what is happening.\n"); + print(" -x=[,EXT]... or --ext=[,EXT]...\n Scan source files with the given extension/s (defaults to js).\n"); + + quit(); +} + +/*t: + plan(4, "Testing JSDOC namespace."); + + is( + typeof JSDOC, + "object", + "JSDOC.usage is a function." + ); + + is( + typeof JSDOC.VERSION, + "string", + "JSDOC.VERSION is a string." + ); + + is( + typeof JSDOC.usage, + "function", + "JSDOC.usage is a function." + ); + + is( + typeof JSDOC.opt, + "object", + "JSDOC.opt is a object." + ); + */ + +if (this.IO) IO.includeDir("lib/JSDOC/"); diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/lib/JSDOC/DocComment.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/lib/JSDOC/DocComment.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,204 @@ +if (typeof JSDOC == "undefined") JSDOC = {}; + +/** + Create a new DocComment. This takes a raw documentation comment, + and wraps it in useful accessors. + @class Represents a documentation comment object. + */ +JSDOC.DocComment = function(/**String*/comment) { + this.init(); + if (typeof comment != "undefined") { + this.parse(comment); + } +} + +JSDOC.DocComment.prototype.init = function() { + this.isUserComment = true; + this.src = ""; + this.meta = ""; + this.tagTexts = []; + this.tags = []; +} + +/** + @requires JSDOC.DocTag + */ +JSDOC.DocComment.prototype.parse = function(/**String*/comment) { + if (comment == "") { + comment = "/** @desc */"; + this.isUserComment = false; + } + + this.src = JSDOC.DocComment.unwrapComment(comment); + + this.meta = ""; + if (this.src.indexOf("#") == 0) { + this.src.match(/#(.+[+-])([\s\S]*)$/); + if (RegExp.$1) this.meta = RegExp.$1; + if (RegExp.$2) this.src = RegExp.$2; + } + + if (typeof JSDOC.PluginManager != "undefined") { + JSDOC.PluginManager.run("onDocCommentSrc", this); + } + + this.fixDesc(); + + this.src = JSDOC.DocComment.shared+"\n"+this.src; + + this.tagTexts = + this.src + .split(/(^|[\r\n])\s*@/) + .filter(function($){return $.match(/\S/)}); + + /** + The tags found in the comment. + @type JSDOC.DocTag[] + */ + this.tags = this.tagTexts.map(function($){return new JSDOC.DocTag($)}); + + if (typeof JSDOC.PluginManager != "undefined") { + JSDOC.PluginManager.run("onDocCommentTags", this); + } +} + +/*t: + plan(5, "testing JSDOC.DocComment"); + requires("../frame/String.js"); + requires("../lib/JSDOC/DocTag.js"); + + var com = new JSDOC.DocComment("/**@foo some\n* comment here*"+"/"); + is(com.tagTexts[0], "foo some\ncomment here", "first tag text is found."); + is(com.tags[0].title, "foo", "the title is found in a comment with one tag."); + + var com = new JSDOC.DocComment("/** @foo first\n* @bar second*"+"/"); + is(com.getTag("bar").length, 1, "getTag() returns one tag by that title."); + + JSDOC.DocComment.shared = "@author John Smith"; + var com = new JSDOC.DocComment("/**@foo some\n* comment here*"+"/"); + is(com.tags[0].title, "author", "shared comment is added."); + is(com.tags[1].title, "foo", "shared comment is added to existing tag."); +*/ + +/** + If no @desc tag is provided, this function will add it. + */ +JSDOC.DocComment.prototype.fixDesc = function() { + if (this.meta && this.meta != "@+") return; + if (/^\s*[^@\s]/.test(this.src)) { + this.src = "@desc "+this.src; + } +} + +/*t: + plan(5, "testing JSDOC.DocComment#fixDesc"); + + var com = new JSDOC.DocComment(); + + com.src = "this is a desc\n@author foo"; + com.fixDesc(); + is(com.src, "@desc this is a desc\n@author foo", "if no @desc tag is provided one is added."); + + com.src = "x"; + com.fixDesc(); + is(com.src, "@desc x", "if no @desc tag is provided one is added to a single character."); + + com.src = "\nx"; + com.fixDesc(); + is(com.src, "@desc \nx", "if no @desc tag is provided one is added to return and character."); + + com.src = " "; + com.fixDesc(); + is(com.src, " ", "if no @desc tag is provided one is not added to just whitespace."); + + com.src = ""; + com.fixDesc(); + is(com.src, "", "if no @desc tag is provided one is not added to empty."); +*/ + +/** + Remove slash-star comment wrapper from a raw comment string. + @type String + */ +JSDOC.DocComment.unwrapComment = function(/**String*/comment) { + if (!comment) return ""; + var unwrapped = comment.replace(/(^\/\*\*|\*\/$)/g, "").replace(/^\s*\* ?/gm, ""); + return unwrapped; +} + +/*t: + plan(5, "testing JSDOC.DocComment.unwrapComment"); + + var com = "/**x*"+"/"; + var unwrapped = JSDOC.DocComment.unwrapComment(com); + is(unwrapped, "x", "a single character jsdoc is found."); + + com = "/***x*"+"/"; + unwrapped = JSDOC.DocComment.unwrapComment(com); + is(unwrapped, "x", "three stars are allowed in the opener."); + + com = "/****x*"+"/"; + unwrapped = JSDOC.DocComment.unwrapComment(com); + is(unwrapped, "*x", "fourth star in the opener is kept."); + + com = "/**x\n * y\n*"+"/"; + unwrapped = JSDOC.DocComment.unwrapComment(com); + is(unwrapped, "x\ny\n", "leading stars and spaces are trimmed."); + + com = "/**x\n * y\n*"+"/"; + unwrapped = JSDOC.DocComment.unwrapComment(com); + is(unwrapped, "x\n y\n", "only first space after leading stars are trimmed."); +*/ + +/** + Provides a printable version of the comment. + @type String + */ +JSDOC.DocComment.prototype.toString = function() { + return this.src; +} + +/*t: + plan(1, "testing JSDOC.DocComment#fixDesc"); + var com = new JSDOC.DocComment(); + com.src = "foo"; + is(""+com, "foo", "stringifying a comment returns the unwrapped src."); +*/ + +/** + Given the title of a tag, returns all tags that have that title. + @type JSDOC.DocTag[] + */ +JSDOC.DocComment.prototype.getTag = function(/**String*/tagTitle) { + return this.tags.filter(function($){return $.title == tagTitle}); +} + +JSDOC.DocComment.prototype.deleteTag = function(/**String*/tagTitle) { + this.tags = this.tags.filter(function($){return $.title != tagTitle}) +} + +/*t: + plan(1, "testing JSDOC.DocComment#getTag"); + requires("../frame/String.js"); + requires("../lib/JSDOC/DocTag.js"); + + var com = new JSDOC.DocComment("/**@foo some\n* @bar\n* @bar*"+"/"); + is(com.getTag("bar").length, 2, "getTag returns expected number of tags."); +*/ + +/** + Used to store the currently shared tag text. +*/ +JSDOC.DocComment.shared = ""; + +/*t: + plan(2, "testing JSDOC.DocComment.shared"); + requires("../frame/String.js"); + requires("../lib/JSDOC/DocTag.js"); + + JSDOC.DocComment.shared = "@author Michael"; + + var com = new JSDOC.DocComment("/**@foo\n* @foo*"+"/"); + is(com.getTag("author").length, 1, "getTag returns shared tag."); + is(com.getTag("foo").length, 2, "getTag returns unshared tags too."); +*/ \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/lib/JSDOC/DocTag.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/lib/JSDOC/DocTag.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,294 @@ +if (typeof JSDOC == "undefined") JSDOC = {}; + +/** + @constructor + */ +JSDOC.DocTag = function(src) { + this.init(); + if (typeof src != "undefined") { + this.parse(src); + } +} + +/** + Create and initialize the properties of this. + */ +JSDOC.DocTag.prototype.init = function() { + this.title = ""; + this.type = ""; + this.name = ""; + this.isOptional = false; + this.defaultValue = ""; + this.desc = ""; + + return this; +} + +/** + Populate the properties of this from the given tag src. + @param {string} src + */ +JSDOC.DocTag.prototype.parse = function(src) { + if (typeof src != "string") throw "src must be a string not "+(typeof src); + + try { + src = this.nibbleTitle(src); + if (JSDOC.PluginManager) { + JSDOC.PluginManager.run("onDocTagSynonym", this); + } + + src = this.nibbleType(src); + + // only some tags are allowed to have names. + if (this.title == "param" || this.title == "property" || this.title == "config") { // @config is deprecated + src = this.nibbleName(src); + } + } + catch(e) { + if (LOG) LOG.warn(e); + else throw e; + } + this.desc = src; // whatever is left + + // example tags need to have whitespace preserved + if (this.title != "example") this.desc = this.desc.trim(); + + if (JSDOC.PluginManager) { + JSDOC.PluginManager.run("onDocTag", this); + } +} + +/** + Automatically called when this is stringified. + */ +JSDOC.DocTag.prototype.toString = function() { + return this.desc; +} + +/*t: + plan(1, "testing JSDOC.DocTag#toString"); + + var tag = new JSDOC.DocTag("param {object} date A valid date."); + is(""+tag, "A valid date.", "stringifying a tag returns the desc."); + */ + +/** + Find and shift off the title of a tag. + @param {string} src + @return src + */ +JSDOC.DocTag.prototype.nibbleTitle = function(src) { + if (typeof src != "string") throw "src must be a string not "+(typeof src); + + var parts = src.match(/^\s*(\S+)(?:\s([\s\S]*))?$/); + + if (parts && parts[1]) this.title = parts[1]; + if (parts && parts[2]) src = parts[2]; + else src = ""; + + return src; +} + +/*t: + plan(8, "testing JSDOC.DocTag#nibbleTitle"); + + var tag = new JSDOC.DocTag(); + + tag.init().nibbleTitle("aTitleGoesHere"); + is(tag.title, "aTitleGoesHere", "a title can be found in a single-word string."); + + var src = tag.init().nibbleTitle("aTitleGoesHere and the rest"); + is(tag.title, "aTitleGoesHere", "a title can be found in a multi-word string."); + is(src, "and the rest", "the rest is returned when the title is nibbled off."); + + src = tag.init().nibbleTitle(""); + is(tag.title, "", "given an empty string the title is empty."); + is(src, "", "the rest is empty when the tag is empty."); + + var src = tag.init().nibbleTitle(" aTitleGoesHere\n a description"); + is(tag.title, "aTitleGoesHere", "leading and trailing spaces are not part of the title."); + is(src, " a description", "leading spaces (less one) are part of the description."); + + tag.init().nibbleTitle("a.Title::Goes_Here foo"); + is(tag.title, "a.Title::Goes_Here", "titles with punctuation are allowed."); + */ + +/** + Find and shift off the type of a tag. + @requires frame/String.js + @param {string} src + @return src + */ +JSDOC.DocTag.prototype.nibbleType = function(src) { + if (typeof src != "string") throw "src must be a string not "+(typeof src); + + if (src.match(/^\s*\{/)) { + var typeRange = src.balance("{", "}"); + if (typeRange[1] == -1) { + throw "Malformed comment tag ignored. Tag type requires an opening { and a closing }: "+src; + } + this.type = src.substring(typeRange[0]+1, typeRange[1]).trim(); + this.type = this.type.replace(/\s*,\s*/g, "|"); // multiples can be separated by , or | + src = src.substring(typeRange[1]+1); + } + + return src; +} + +/*t: + plan(5, "testing JSDOC.DocTag.parser.nibbleType"); + requires("../frame/String.js"); + + var tag = new JSDOC.DocTag(); + + tag.init().nibbleType("{String[]} aliases"); + is(tag.type, "String[]", "type can have non-alpha characters."); + + tag.init().nibbleType("{ aTypeGoesHere } etc etc"); + is(tag.type, "aTypeGoesHere", "type is trimmed."); + + tag.init().nibbleType("{ oneType, twoType ,\n threeType } etc etc"); + is(tag.type, "oneType|twoType|threeType", "multiple types can be separated by commas."); + + var error; + try { tag.init().nibbleType("{widget foo"); } + catch(e) { error = e; } + is(typeof error, "string", "malformed tag type throws error."); + isnt(error.indexOf("Malformed"), -1, "error message tells tag is malformed."); + */ + +/** + Find and shift off the name of a tag. + @requires frame/String.js + @param {string} src + @return src + */ +JSDOC.DocTag.prototype.nibbleName = function(src) { + if (typeof src != "string") throw "src must be a string not "+(typeof src); + + src = src.trim(); + + // is optional? + if (src.charAt(0) == "[") { + var nameRange = src.balance("[", "]"); + if (nameRange[1] == -1) { + throw "Malformed comment tag ignored. Tag optional name requires an opening [ and a closing ]: "+src; + } + this.name = src.substring(nameRange[0]+1, nameRange[1]).trim(); + this.isOptional = true; + + src = src.substring(nameRange[1]+1); + + // has default value? + var nameAndValue = this.name.split("="); + if (nameAndValue.length) { + this.name = nameAndValue.shift().trim(); + this.defaultValue = nameAndValue.join("="); + } + } + else { + var parts = src.match(/^(\S+)(?:\s([\s\S]*))?$/); + if (parts) { + if (parts[1]) this.name = parts[1]; + if (parts[2]) src = parts[2].trim(); + else src = ""; + } + } + + return src; +} + +/*t: + requires("../frame/String.js"); + plan(9, "testing JSDOC.DocTag.parser.nibbleName"); + + var tag = new JSDOC.DocTag(); + + tag.init().nibbleName("[foo] This is a description."); + is(tag.isOptional, true, "isOptional syntax is detected."); + is(tag.name, "foo", "optional param name is found."); + + tag.init().nibbleName("[foo] This is a description."); + is(tag.isOptional, true, "isOptional syntax is detected when no type."); + is(tag.name, "foo", "optional param name is found when no type."); + + tag.init().nibbleName("[foo=7] This is a description."); + is(tag.name, "foo", "optional param name is found when default value."); + is(tag.defaultValue, 7, "optional param default value is found when default value."); + + //tag.init().nibbleName("[foo= a value] This is a description."); + //is(tag.defaultValue, " a value", "optional param default value is found when default value has spaces (issue #112)."); + + tag.init().nibbleName("[foo=[]] This is a description."); + is(tag.defaultValue, "[]", "optional param default value is found when default value is [] (issue #95)."); + + tag.init().nibbleName("[foo=a=b] This is a description."); + is(tag.name, "foo", "optional param name is found when default value is a=b."); + is(tag.defaultValue, "a=b", "optional param default value is found when default value is a=b.") + */ + +/*t: + plan(32, "Testing JSDOC.DocTag.parser."); + requires("../frame/String.js"); + + var tag = new JSDOC.DocTag(); + + is(typeof tag, "object", "JSDOC.DocTag.parser with an empty string returns an object."); + is(typeof tag.title, "string", "returned object has a string property 'title'."); + is(typeof tag.type, "string", "returned object has a string property 'type'."); + is(typeof tag.name, "string", "returned object has a string property 'name'."); + is(typeof tag.defaultValue, "string", "returned object has a string property 'defaultValue'."); + is(typeof tag.isOptional, "boolean", "returned object has a boolean property 'isOptional'."); + is(typeof tag.desc, "string", "returned object has a string property 'desc'."); + + tag = new JSDOC.DocTag("param {widget} foo"); + is(tag.title, "param", "param title is found."); + is(tag.name, "foo", "param name is found when desc is missing."); + is(tag.desc, "", "param desc is empty when missing."); + + tag = new JSDOC.DocTag("param {object} date A valid date."); + is(tag.name, "date", "param name is found with a type."); + is(tag.type, "object", "param type is found."); + is(tag.desc, "A valid date.", "param desc is found with a type."); + + tag = new JSDOC.DocTag("param aName a description goes\n here."); + is(tag.name, "aName", "param name is found without a type."); + is(tag.desc, "a description goes\n here.", "param desc is found without a type."); + + tag = new JSDOC.DocTag("param {widget}"); + is(tag.name, "", "param name is empty when it is not given."); + + tag = new JSDOC.DocTag("param {widget} [foo] This is a description."); + is(tag.name, "foo", "optional param name is found."); + + tag = new JSDOC.DocTag("return {aType} This is a description."); + is(tag.type, "aType", "when return tag has no name, type is found."); + is(tag.desc, "This is a description.", "when return tag has no name, desc is found."); + + tag = new JSDOC.DocTag("author Joe Coder "); + is(tag.title, "author", "author tag has a title."); + is(tag.type, "", "the author tag has no type."); + is(tag.name, "", "the author tag has no name."); + is(tag.desc, "Joe Coder ", "author tag has desc."); + + tag = new JSDOC.DocTag("private \t\n "); + is(tag.title, "private", "private tag has a title."); + is(tag.type, "", "the private tag has no type."); + is(tag.name, "", "the private tag has no name."); + is(tag.desc, "", "private tag has no desc."); + + tag = new JSDOC.DocTag("example\n example(code);\n more();"); + is(tag.desc, " example(code);\n more();", "leading whitespace (less one) in examples code is preserved."); + + tag = new JSDOC.DocTag("param theName \n"); + is(tag.name, "theName", "name only is found."); + + tag = new JSDOC.DocTag("type theDesc \n"); + is(tag.desc, "theDesc", "desc only is found."); + + tag = new JSDOC.DocTag("type {theType} \n"); + is(tag.type, "theType", "type only is found."); + + tag = new JSDOC.DocTag(""); + is(tag.title, "", "title is empty when tag is empty."); + */ \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/lib/JSDOC/JsDoc.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/lib/JSDOC/JsDoc.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,140 @@ +/** + @constructor + @param [opt] Used to override the commandline options. Useful for testing. + @version $Id: JsDoc.js 831 2010-03-09 14:24:56Z micmath $ +*/ +JSDOC.JsDoc = function(/**object*/ opt) { + if (opt) { + JSDOC.opt = opt; + } + + if (JSDOC.opt.h) { + JSDOC.usage(); + quit(); + } + + // defend against options that are not sane + if (JSDOC.opt._.length == 0) { + LOG.warn("No source files to work on. Nothing to do."); + quit(); + } + if (JSDOC.opt.t === true || JSDOC.opt.d === true) { + JSDOC.usage(); + } + + if (typeof JSDOC.opt.d == "string") { + if (!JSDOC.opt.d.charAt(JSDOC.opt.d.length-1).match(/[\\\/]/)) { + JSDOC.opt.d = JSDOC.opt.d+"/"; + } + LOG.inform("Output directory set to '"+JSDOC.opt.d+"'."); + IO.mkPath(JSDOC.opt.d); + } + if (JSDOC.opt.e) IO.setEncoding(JSDOC.opt.e); + + // the -r option: scan source directories recursively + if (typeof JSDOC.opt.r == "boolean") JSDOC.opt.r = 10; + else if (!isNaN(parseInt(JSDOC.opt.r))) JSDOC.opt.r = parseInt(JSDOC.opt.r); + else JSDOC.opt.r = 1; + + // the -D option: define user variables + var D = {}; + if (JSDOC.opt.D) { + for (var i = 0; i < JSDOC.opt.D.length; i++) { + var param = JSDOC.opt.D[i]; + // remove first and last character if both == " + if ( + param.length > 1 + && param.charAt(0) == '"' + && param.charAt(param.length-1) == '"' + ) { + param = param.substr(1, param.length-2); + } + var defineParts = param.split(":"); + if (defineParts && defineParts.length > 1) { + for ( var dpIdx = 2; dpIdx < defineParts.length; dpIdx++ ) { + defineParts[1] += ':' + defineParts[dpIdx]; + } + D[defineParts[0]] = defineParts[1]; + } + } + } + JSDOC.opt.D = D; + // combine any conf file D options with the commandline D options + if (defined(JSDOC.conf)) for (var c in JSDOC.conf.D) { + if (!defined(JSDOC.opt.D[c])) { + JSDOC.opt.D[c] = JSDOC.conf.D[c]; + } + } + + // Give plugins a chance to initialize + if (defined(JSDOC.PluginManager)) { + JSDOC.PluginManager.run("onInit", JSDOC.opt); + } + + JSDOC.opt.srcFiles = JSDOC.JsDoc._getSrcFiles(); + JSDOC.JsDoc._parseSrcFiles(); + JSDOC.JsDoc.symbolSet = JSDOC.Parser.symbols; +} + +/** + Retrieve source file list. + @returns {String[]} The pathnames of the files to be parsed. + */ +JSDOC.JsDoc._getSrcFiles = function() { + JSDOC.JsDoc.srcFiles = []; + + var ext = ["js"]; + if (JSDOC.opt.x) { + ext = JSDOC.opt.x.split(",").map(function($) {return $.toLowerCase()}); + } + + for (var i = 0; i < JSDOC.opt._.length; i++) { + JSDOC.JsDoc.srcFiles = JSDOC.JsDoc.srcFiles.concat( + IO.ls(JSDOC.opt._[i], JSDOC.opt.r).filter( + function($) { + var thisExt = $.split(".").pop().toLowerCase(); + + if (JSDOC.opt.E) { + for(var n = 0; n < JSDOC.opt.E.length; n++) { + if ($.match(new RegExp(JSDOC.opt.E[n]))) { + LOG.inform("Excluding " + $); + return false; // if the file matches the regex then it's excluded. + } + } + } + + return (ext.indexOf(thisExt) > -1); // we're only interested in files with certain extensions + } + ) + ); + } + + return JSDOC.JsDoc.srcFiles; +} + +JSDOC.JsDoc._parseSrcFiles = function() { + JSDOC.Parser.init(); + for (var i = 0, l = JSDOC.JsDoc.srcFiles.length; i < l; i++) { + var srcFile = JSDOC.JsDoc.srcFiles[i]; + + if (JSDOC.opt.v) LOG.inform("Parsing file: " + srcFile); + + try { + var src = IO.readFile(srcFile); + } + catch(e) { + LOG.warn("Can't read source file '"+srcFile+"': "+e.message); + } + + var tr = new JSDOC.TokenReader(); + var ts = new JSDOC.TokenStream(tr.tokenize(new JSDOC.TextStream(src))); + + JSDOC.Parser.parse(ts, srcFile); + + } + JSDOC.Parser.finish(); + + if (JSDOC.PluginManager) { + JSDOC.PluginManager.run("onFinishedParsing", JSDOC.Parser.symbols); + } +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/lib/JSDOC/JsPlate.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/lib/JSDOC/JsPlate.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,109 @@ +/** + @constructor +*/ +JSDOC.JsPlate = function(templateFile) { + if (templateFile) this.template = IO.readFile(templateFile); + + this.templateFile = templateFile; + this.code = ""; + this.parse(); +} + +JSDOC.JsPlate.prototype.parse = function() { + this.template = this.template.replace(/\{#[\s\S]+?#\}/gi, ""); + this.code = "var output=\u001e"+this.template; + + this.code = this.code.replace( + //gi, + function (match, eachName, inName) { + return "\u001e;\rvar $"+eachName+"_keys = keys("+inName+");\rfor(var $"+eachName+"_i = 0; $"+eachName+"_i < $"+eachName+"_keys.length; $"+eachName+"_i++) {\rvar $"+eachName+"_last = ($"+eachName+"_i == $"+eachName+"_keys.length-1);\rvar $"+eachName+"_key = $"+eachName+"_keys[$"+eachName+"_i];\rvar "+eachName+" = "+inName+"[$"+eachName+"_key];\routput+=\u001e"; + } + ); + this.code = this.code.replace(//g, "\u001e;\rif ($1) { output+=\u001e"); + this.code = this.code.replace(//g, "\u001e;}\relse if ($1) { output+=\u001e"); + this.code = this.code.replace(//g, "\u001e;}\relse { output+=\u001e"); + this.code = this.code.replace(/<\/(if|for)>/g, "\u001e;\r};\routput+=\u001e"); + this.code = this.code.replace( + /\{\+\s*([\s\S]+?)\s*\+\}/gi, + function (match, code) { + code = code.replace(/"/g, "\u001e"); // prevent qoute-escaping of inline code + code = code.replace(/(\r?\n)/g, " "); + return "\u001e+ ("+code+") +\u001e"; + } + ); + this.code = this.code.replace( + /\{!\s*([\s\S]+?)\s*!\}/gi, + function (match, code) { + code = code.replace(/"/g, "\u001e"); // prevent qoute-escaping of inline code + code = code.replace(/(\n)/g, " "); + return "\u001e; "+code+";\routput+=\u001e"; + } + ); + this.code = this.code+"\u001e;"; + + this.code = this.code.replace(/(\r?\n)/g, "\\n"); + this.code = this.code.replace(/"/g, "\\\""); + this.code = this.code.replace(/\u001e/g, "\""); +} + +JSDOC.JsPlate.prototype.toCode = function() { + return this.code; +} + +JSDOC.JsPlate.keys = function(obj) { + var keys = []; + if (obj.constructor.toString().indexOf("Array") > -1) { + for (var i = 0; i < obj.length; i++) { + keys.push(i); + } + } + else { + for (var i in obj) { + keys.push(i); + } + } + return keys; +}; + +JSDOC.JsPlate.values = function(obj) { + var values = []; + if (obj.constructor.toString().indexOf("Array") > -1) { + for (var i = 0; i < obj.length; i++) { + values.push(obj[i]); + } + } + else { + for (var i in obj) { + values.push(obj[i]); + } + } + return values; +}; + +JSDOC.JsPlate.prototype.process = function(data, compact) { + var keys = JSDOC.JsPlate.keys; + var values = JSDOC.JsPlate.values; + + try { + eval(this.code); + } + catch (e) { + print(">> There was an error evaluating the compiled code from template: "+this.templateFile); + print(" The error was on line "+e.lineNumber+" "+e.name+": "+e.message); + var lines = this.code.split("\r"); + if (e.lineNumber-2 >= 0) print("line "+(e.lineNumber-1)+": "+lines[e.lineNumber-2]); + print("line "+e.lineNumber+": "+lines[e.lineNumber-1]); + print(""); + } + + if (compact) { // patch by mcbain.asm + // Remove lines that contain only space-characters, usually left by lines in the template + // which originally only contained JSPlate tags or code. This makes it easier to write + // non-tricky templates which still put out nice code (not bloated with extra lines). + // Lines purposely left blank (just a line ending) are left alone. + output = output.replace(/\s+?(\r?)\n/g, "$1\n"); + } + + /*debug*///print(this.code); + return output; +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/lib/JSDOC/Lang.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/lib/JSDOC/Lang.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,144 @@ +/** + @namespace +*/ +JSDOC.Lang = { +} + +JSDOC.Lang.isBuiltin = function(name) { + return (JSDOC.Lang.isBuiltin.coreObjects.indexOf(name) > -1); +} +JSDOC.Lang.isBuiltin.coreObjects = ['_global_', 'Array', 'Boolean', 'Date', 'Error', 'Function', 'Math', 'Number', 'Object', 'RegExp', 'String']; + +JSDOC.Lang.whitespace = function(ch) { + return JSDOC.Lang.whitespace.names[ch]; +} +JSDOC.Lang.whitespace.names = { + " ": "SPACE", + "\f": "FORMFEED", + "\t": "TAB", + "\u0009": "UNICODE_TAB", + "\u000A": "UNICODE_NBR", + "\u0008": "VERTICAL_TAB" +}; + +JSDOC.Lang.newline = function(ch) { + return JSDOC.Lang.newline.names[ch]; +} +JSDOC.Lang.newline.names = { + "\n": "NEWLINE", + "\r": "RETURN", + "\u000A": "UNICODE_LF", + "\u000D": "UNICODE_CR", + "\u2029": "UNICODE_PS", + "\u2028": "UNICODE_LS" +}; + +JSDOC.Lang.keyword = function(word) { + return JSDOC.Lang.keyword.names["="+word]; +} +JSDOC.Lang.keyword.names = { + "=break": "BREAK", + "=case": "CASE", + "=catch": "CATCH", + "=const": "VAR", + "=continue": "CONTINUE", + "=default": "DEFAULT", + "=delete": "DELETE", + "=do": "DO", + "=else": "ELSE", + "=false": "FALSE", + "=finally": "FINALLY", + "=for": "FOR", + "=function": "FUNCTION", + "=if": "IF", + "=in": "IN", + "=instanceof": "INSTANCEOF", + "=new": "NEW", + "=null": "NULL", + "=return": "RETURN", + "=switch": "SWITCH", + "=this": "THIS", + "=throw": "THROW", + "=true": "TRUE", + "=try": "TRY", + "=typeof": "TYPEOF", + "=void": "VOID", + "=while": "WHILE", + "=with": "WITH", + "=var": "VAR" +}; + +JSDOC.Lang.punc = function(ch) { + return JSDOC.Lang.punc.names[ch]; +} +JSDOC.Lang.punc.names = { + ";": "SEMICOLON", + ",": "COMMA", + "?": "HOOK", + ":": "COLON", + "||": "OR", + "&&": "AND", + "|": "BITWISE_OR", + "^": "BITWISE_XOR", + "&": "BITWISE_AND", + "===": "STRICT_EQ", + "==": "EQ", + "=": "ASSIGN", + "!==": "STRICT_NE", + "!=": "NE", + "<<": "LSH", + "<=": "LE", + "<": "LT", + ">>>": "URSH", + ">>": "RSH", + ">=": "GE", + ">": "GT", + "++": "INCREMENT", + "--": "DECREMENT", + "+": "PLUS", + "-": "MINUS", + "*": "MUL", + "/": "DIV", + "%": "MOD", + "!": "NOT", + "~": "BITWISE_NOT", + ".": "DOT", + "[": "LEFT_BRACKET", + "]": "RIGHT_BRACKET", + "{": "LEFT_CURLY", + "}": "RIGHT_CURLY", + "(": "LEFT_PAREN", + ")": "RIGHT_PAREN" +}; + +JSDOC.Lang.matching = function(name) { + return JSDOC.Lang.matching.names[name]; +} +JSDOC.Lang.matching.names = { + "LEFT_PAREN": "RIGHT_PAREN", + "RIGHT_PAREN": "LEFT_PAREN", + "LEFT_CURLY": "RIGHT_CURLY", + "RIGHT_CURLY": "LEFT_CURLY", + "LEFT_BRACE": "RIGHT_BRACE", + "RIGHT_BRACE": "LEFT_BRACE" +} + +JSDOC.Lang.isNumber = function(str) { + return /^(\.[0-9]|[0-9]+\.|[0-9])[0-9]*([eE][+-][0-9]+)?$/i.test(str); +} + +JSDOC.Lang.isHexDec = function(str) { + return /^0x[0-9A-F]+$/i.test(str); +} + +JSDOC.Lang.isWordChar = function(str) { + return /^[a-zA-Z0-9$_.]+$/.test(str); +} + +JSDOC.Lang.isSpace = function(str) { + return (typeof JSDOC.Lang.whitespace(str) != "undefined"); +} + +JSDOC.Lang.isNewline = function(str) { + return (typeof JSDOC.Lang.newline(str) != "undefined"); +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/lib/JSDOC/Parser.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/lib/JSDOC/Parser.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,146 @@ +if (typeof JSDOC == "undefined") JSDOC = {}; + +/** + @namespace + @requires JSDOC.Walker + @requires JSDOC.Symbol + @requires JSDOC.DocComment +*/ +JSDOC.Parser = { + conf: { + ignoreCode: JSDOC.opt.n, + ignoreAnonymous: true, // factory: true + treatUnderscoredAsPrivate: true, // factory: true + explain: false // factory: false + }, + + addSymbol: function(symbol) { + + if (JSDOC.Parser.rename) { + for (var n in JSDOC.Parser.rename) { + if (symbol.alias.indexOf(n) == 0) { + if (symbol.name == symbol.alias) { + symbol.name = symbol.name.replace(n, JSDOC.Parser.rename[n]); + } + symbol.alias = symbol.alias.replace(n, JSDOC.Parser.rename[n]); + } + } + } + + if (JSDOC.opt.S) { + if (typeof JSDOC.Parser.secureModules == "undefined") JSDOC.Parser.secureModules = {}; + if (/^exports\./.test(symbol.alias)) { + symbol.srcFile.match(/(^|[\\\/])([^\\\/]+)\.js/i); + var fileNS = RegExp.$2; + + // need to create the namespace associated with this file first + if (!JSDOC.Parser.secureModules[fileNS]) { + JSDOC.Parser.secureModules[fileNS] = 1; + var nsSymbol = new JSDOC.Symbol(fileNS, [], "GLOBAL", new JSDOC.DocComment("")); + nsSymbol.isNamespace = true; + nsSymbol.srcFile = ""; + nsSymbol.isPrivate = false; + nsSymbol.srcFile = symbol.srcFile; + nsSymbol.desc = (JSDOC.Parser.symbols.getSymbol(symbol.srcFile) || {desc: ""}).desc; + JSDOC.Parser.addSymbol(nsSymbol); + } + + symbol.alias = symbol.alias.replace(/^exports\./, fileNS + '.'); + symbol.name = symbol.name.replace(/^exports\./, ''); + symbol.memberOf = fileNS; + symbol.isStatic = true; + } + } + + // if a symbol alias is documented more than once the first one with the user docs wins + if (JSDOC.Parser.symbols.hasSymbol(symbol.alias)) { + var oldSymbol = JSDOC.Parser.symbols.getSymbol(symbol.alias); + if (oldSymbol.comment.isUserComment) { + if (JSDOC.opt.m) return; + if (symbol.comment.isUserComment) { // old and new are both documented + LOG.warn("The symbol '"+symbol.alias+"' is documented more than once."); + return; + } + else { // old is documented but new isn't + return; + } + } + } + + // we don't document anonymous things + if (JSDOC.Parser.conf.ignoreAnonymous && symbol.name.match(/\$anonymous\b/)) return; + + // uderscored things may be treated as if they were marked private, this cascades + if (JSDOC.Parser.conf.treatUnderscoredAsPrivate && symbol.name.match(/[.#-]_[^.#-]+$/)) { + if (!symbol.comment.getTag("public").length > 0) symbol.isPrivate = true; + } + + // -p flag is required to document private things + if (!JSDOC.opt.p && symbol.isPrivate) return; // issue #161 fixed by mcbain.asm + + // ignored things are not documented, this doesn't cascade + if (symbol.isIgnored) return; + JSDOC.Parser.symbols.addSymbol(symbol); + }, + + addBuiltin: function(name) { + var builtin = new JSDOC.Symbol(name, [], "CONSTRUCTOR", new JSDOC.DocComment("")); + builtin.isNamespace = true; + builtin.srcFile = ""; + builtin.isPrivate = false; + JSDOC.Parser.addSymbol(builtin); + return builtin; + }, + + init: function() { + JSDOC.Parser.symbols = new JSDOC.SymbolSet(); + JSDOC.Parser.walker = new JSDOC.Walker(); + }, + + finish: function() { + JSDOC.Parser.symbols.relate(); + + // make a litle report about what was found + if (JSDOC.Parser.conf.explain) { + var symbols = JSDOC.Parser.symbols.toArray(); + var srcFile = ""; + for (var i = 0, l = symbols.length; i < l; i++) { + var symbol = symbols[i]; + if (srcFile != symbol.srcFile) { + srcFile = symbol.srcFile; + print("\n"+srcFile+"\n-------------------"); + } + print(i+":\n alias => "+symbol.alias + "\n name => "+symbol.name+ "\n isa => "+symbol.isa + "\n memberOf => " + symbol.memberOf + "\n isStatic => " + symbol.isStatic + ", isInner => " + symbol.isInner+ ", isPrivate => " + symbol.isPrivate); + } + print("-------------------\n"); + } + } +} + +JSDOC.Parser.parse = function(/**JSDOC.TokenStream*/ts, /**String*/srcFile) { + JSDOC.Symbol.srcFile = (srcFile || ""); + JSDOC.DocComment.shared = ""; // shared comments don't cross file boundaries + + if (!JSDOC.Parser.walker) JSDOC.Parser.init(); + JSDOC.Parser.walker.walk(ts); // adds to our symbols + + // filter symbols by option + for (var p = JSDOC.Parser.symbols._index.first(); p; p = JSDOC.Parser.symbols._index.next()) { + var symbol = p.value; + + if (!symbol) continue; + + if (symbol.is("FILE") || symbol.is("GLOBAL")) { + continue; + } + else if (!JSDOC.opt.a && !symbol.comment.isUserComment) { + JSDOC.Parser.symbols.deleteSymbol(symbol.alias); + } + + if (/#$/.test(symbol.alias)) { // we don't document prototypes + JSDOC.Parser.symbols.deleteSymbol(symbol.alias); + } + } + + return JSDOC.Parser.symbols.toArray(); +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/lib/JSDOC/PluginManager.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/lib/JSDOC/PluginManager.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,33 @@ +/** + @namespace Holds functionality related to running plugins. +*/ +JSDOC.PluginManager = { +} + +/** + @param name A unique name that identifies that plugin. + @param handlers A collection of named functions. The names correspond to hooks in the core code. +*/ +JSDOC.PluginManager.registerPlugin = function(/**String*/name, /**Object*/handlers) { + if (!defined(JSDOC.PluginManager.plugins)) + /** The collection of all plugins. Requires a unique name for each. + */ + JSDOC.PluginManager.plugins = {}; + + + JSDOC.PluginManager.plugins[name] = handlers; +} + +/** + @param hook The name of the hook that is being caught. + @param target Any object. This will be passed as the only argument to the handler whose + name matches the hook name. Handlers cannot return a value, so must modify the target + object to have an effect. +*/ +JSDOC.PluginManager.run = function(/**String*/hook, /**Mixed*/target) { + for (var name in JSDOC.PluginManager.plugins) { + if (defined(JSDOC.PluginManager.plugins[name][hook])) { + JSDOC.PluginManager.plugins[name][hook](target); + } + } +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/lib/JSDOC/Symbol.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/lib/JSDOC/Symbol.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,644 @@ +if (typeof JSDOC == "undefined") JSDOC = {}; + +/** + Create a new Symbol. + @class Represents a symbol in the source code. + */ +JSDOC.Symbol = function() { + this.init(); + if (arguments.length) this.populate.apply(this, arguments); +} + +JSDOC.Symbol.count = 0; + +JSDOC.Symbol.prototype.init = function() { + this._name = ""; + this._params = []; + this.$args = []; + this.addOn = ""; + this.alias = ""; + this.augments = []; + this.author = ""; + this.classDesc = ""; + this.comment = {}; + this.defaultValue = undefined; + this.deprecated = ""; + this.desc = ""; + this.example = []; + this.exceptions = []; + this.fires = []; + this.id = JSDOC.Symbol.count++; + this.inherits = []; + this.inheritsFrom = []; + this.isa = "OBJECT"; + this.isConstant = false; + this.isEvent = false; + this.isIgnored = false; + this.isInner = false; + this.isNamespace = false; + this.isPrivate = false; + this.isStatic = false; + this.memberOf = ""; + this.methods = []; + this.properties = []; + this.requires = []; + this.returns = []; + this.see = []; + this.since = ""; + this.srcFile = {}; + this.type = ""; + this.version = ""; +} + +JSDOC.Symbol.prototype.serialize = function() { + var keys = []; + for (var p in this) { + keys.push (p); + } + keys = keys.sort(); + + var out = ""; + for (var i in keys) { + if (typeof this[keys[i]] == "function") continue; + out += keys[i]+" => "+Dumper.dump(this[keys[i]])+",\n"; + } + return "\n{\n" + out + "}\n"; +} + +JSDOC.Symbol.prototype.clone = function() { + var clone = new JSDOC.Symbol(); + clone.populate.apply(clone, this.$args); // repopulate using the original arguments + clone.srcFile = this.srcFile; // not the current srcFile, the one when the original was made + return clone; +} + +JSDOC.Symbol.prototype.__defineSetter__("name", + function(n) { n = n.replace(/^_global_[.#-]/, ""); n = n.replace(/\.prototype\.?/g, '#'); this._name = n; } +); +JSDOC.Symbol.prototype.__defineGetter__("name", + function() { return this._name; } +); +JSDOC.Symbol.prototype.__defineSetter__("params", + function(v) { + for (var i = 0, l = v.length; i < l; i++) { + if (v[i].constructor != JSDOC.DocTag) { // may be a generic object parsed from signature, like {type:..., name:...} + this._params[i] = new JSDOC.DocTag("param"+((v[i].type)?" {"+v[i].type+"}":"")+" "+v[i].name); + } + else { + this._params[i] = v[i]; + } + } + } +); +JSDOC.Symbol.prototype.__defineGetter__("params", + function() { return this._params; } +); + +JSDOC.Symbol.prototype.getEvents = function() { + var events = []; + for (var i = 0, l = this.methods.length; i < l; i++) { + if (this.methods[i].isEvent) { + this.methods[i].name = this.methods[i].name.replace("event:", ""); + events.push(this.methods[i]); + } + } + return events; +} + +JSDOC.Symbol.prototype.getMethods = function() { + var nonEvents = []; + for (var i = 0, l = this.methods.length; i < l; i++) { + if (!this.methods[i].isEvent) { + nonEvents.push(this.methods[i]); + } + } + return nonEvents; +} + + +JSDOC.Symbol.prototype.populate = function( + /** String */ name, + /** Object[] */ params, + /** String */ isa, + /** JSDOC.DocComment */ comment +) { + this.$args = arguments; + + this.name = name; + this.alias = this.name; + + this.params = params; + this.isa = (isa == "VIRTUAL")? "OBJECT":isa; + this.comment = comment || new JSDOC.DocComment(""); + this.srcFile = JSDOC.Symbol.srcFile; + + if (this.is("FILE") && !this.alias) this.alias = this.srcFile; + + this.setTags(); + + if (typeof JSDOC.PluginManager != "undefined") { + JSDOC.PluginManager.run("onSymbol", this); + } +} + +JSDOC.Symbol.prototype.setTags = function() { + // @author + var authors = this.comment.getTag("author"); + if (authors.length) { + this.author = authors.map(function($){return $.desc;}).join(", "); + } + + /*t: + plan(34, "testing JSDOC.Symbol"); + + requires("../lib/JSDOC/DocComment.js"); + requires("../frame/String.js"); + requires("../lib/JSDOC/DocTag.js"); + + var sym = new JSDOC.Symbol("foo", [], "OBJECT", new JSDOC.DocComment("/**@author Joe Smith*"+"/")); + is(sym.author, "Joe Smith", "@author tag, author is found."); + */ + + // @desc + var descs = this.comment.getTag("desc"); + if (descs.length) { + this.desc = descs.map(function($){return $.desc;}).join("\n"); // multiple descriptions are concatenated into one + } + + /*t: + var sym = new JSDOC.Symbol("foo", [], "OBJECT", new JSDOC.DocComment("/**@desc This is a description.*"+"/")); + is(sym.desc, "This is a description.", "@desc tag, description is found."); + */ + + // @overview + if (this.is("FILE")) { + if (!this.alias) this.alias = this.srcFile; + + var overviews = this.comment.getTag("overview"); + if (overviews.length) { + this.desc = [this.desc].concat(overviews.map(function($){return $.desc;})).join("\n"); + } + } + + /*t: + var sym = new JSDOC.Symbol("foo", [], "FILE", new JSDOC.DocComment("/**@overview This is an overview.*"+"/")); + is(sym.desc, "\nThis is an overview.", "@overview tag, description is found."); + */ + + // @since + var sinces = this.comment.getTag("since"); + if (sinces.length) { + this.since = sinces.map(function($){return $.desc;}).join(", "); + } + + /*t: + var sym = new JSDOC.Symbol("foo", [], "FILE", new JSDOC.DocComment("/**@since 1.01*"+"/")); + is(sym.since, "1.01", "@since tag, description is found."); + */ + + // @constant + if (this.comment.getTag("constant").length) { + this.isConstant = true; + } + + /*t: + var sym = new JSDOC.Symbol("foo", [], "FILE", new JSDOC.DocComment("/**@constant*"+"/")); + is(sym.isConstant, true, "@constant tag, isConstant set."); + */ + + // @version + var versions = this.comment.getTag("version"); + if (versions.length) { + this.version = versions.map(function($){return $.desc;}).join(", "); + } + + /*t: + var sym = new JSDOC.Symbol("foo", [], "FILE", new JSDOC.DocComment("/**@version 2.0x*"+"/")); + is(sym.version, "2.0x", "@version tag, version is found."); + */ + + // @deprecated + var deprecateds = this.comment.getTag("deprecated"); + if (deprecateds.length) { + this.deprecated = deprecateds.map(function($){return $.desc;}).join("\n"); + } + + /*t: + var sym = new JSDOC.Symbol("foo", [], "FILE", new JSDOC.DocComment("/**@deprecated Use other method.*"+"/")); + is(sym.deprecated, "Use other method.", "@deprecated tag, desc is found."); + */ + + // @example + var examples = this.comment.getTag("example"); + if (examples.length) { + this.example = examples.map( + // trim trailing whitespace + function($) { + $.desc = $.desc.replace(/\s+$/, ""); + return $; + } + ); + } + + /*t: + var sym = new JSDOC.Symbol("foo", [], "FILE", new JSDOC.DocComment("/**@example This\n is an example. \n*"+"/")); + isnt(typeof sym.example[0], "undefined", "@example tag, creates sym.example array."); + is(sym.example[0], "This\n is an example.", "@example tag, desc is found."); + */ + + // @see + var sees = this.comment.getTag("see"); + if (sees.length) { + var thisSee = this.see; + sees.map(function($){thisSee.push($.desc);}); + } + + /*t: + var sym = new JSDOC.Symbol("foo", [], "FILE", new JSDOC.DocComment("/**@see The other thing.*"+"/")); + is(sym.see, "The other thing.", "@see tag, desc is found."); + */ + + // @class + var classes = this.comment.getTag("class"); + if (classes.length) { + this.isa = "CONSTRUCTOR"; + this.classDesc = classes[0].desc; // desc can't apply to the constructor as there is none. + } + + /*t: + var sym = new JSDOC.Symbol("foo", [], "OBJECT", new JSDOC.DocComment("/**@class This describes the class.*"+"/")); + is(sym.isa, "CONSTRUCTOR", "@class tag, makes symbol a constructor."); + is(sym.classDesc, "This describes the class.", "@class tag, class description is found."); + */ + + // @namespace + var namespaces = this.comment.getTag("namespace"); + if (namespaces.length) { + this.classDesc = namespaces[0].desc; + this.isNamespace = true; + } + + /*t: + var sym = new JSDOC.Symbol("foo", [], "OBJECT", new JSDOC.DocComment("/**@namespace This describes the namespace.*"+"/")); + is(sym.classDesc, "This describes the namespace.", "@namespace tag, class description is found."); + */ + + // @param + var params = this.comment.getTag("param"); + if (params.length) { + // user-defined params overwrite those with same name defined by the parser + var thisParams = this.params; + + if (thisParams.length == 0) { // none exist yet, so just bung all these user-defined params straight in + this.params = params; + } + else { // need to overlay these user-defined params on to existing parser-defined params + for (var i = 0, l = params.length; i < l; i++) { + if (thisParams[i]) { + if (params[i].type) thisParams[i].type = params[i].type; + thisParams[i].name = params[i].name; + thisParams[i].desc = params[i].desc; + thisParams[i].isOptional = params[i].isOptional; + thisParams[i].defaultValue = params[i].defaultValue; + } + else thisParams[i] = params[i]; + } + } + } + + /*t: + var sym = new JSDOC.Symbol("foo", [{type: "array", name: "pages"}], "FUNCTION", new JSDOC.DocComment("/**Description.*"+"/")); + is(sym.params.length, 1, "parser defined param is found."); + + sym = new JSDOC.Symbol("foo", [], "FUNCTION", new JSDOC.DocComment("/**Description.\n@param {array} pages*"+"/")); + is(sym.params.length, 1, "user defined param is found."); + is(sym.params[0].type, "array", "user defined param type is found."); + is(sym.params[0].name, "pages", "user defined param name is found."); + + sym = new JSDOC.Symbol("foo", [{type: "array", name: "pages"}], "FUNCTION", new JSDOC.DocComment("/**Description.\n@param {string} uid*"+"/")); + is(sym.params.length, 1, "user defined param overwrites parser defined param."); + is(sym.params[0].type, "string", "user defined param type overwrites parser defined param type."); + is(sym.params[0].name, "uid", "user defined param name overwrites parser defined param name."); + + sym = new JSDOC.Symbol("foo", [{type: "array", name: "pages"}, {type: "number", name: "count"}], "FUNCTION", new JSDOC.DocComment("/**Description.\n@param {string} uid*"+"/")); + is(sym.params.length, 2, "user defined params overlay parser defined params."); + is(sym.params[1].type, "number", "user defined param type overlays parser defined param type."); + is(sym.params[1].name, "count", "user defined param name overlays parser defined param name."); + + sym = new JSDOC.Symbol("foo", [], "FUNCTION", new JSDOC.DocComment("/**Description.\n@param {array} pages The pages description.*"+"/")); + is(sym.params.length, 1, "user defined param with description is found."); + is(sym.params[0].desc, "The pages description.", "user defined param description is found."); + */ + + // @constructor + if (this.comment.getTag("constructor").length) { + this.isa = "CONSTRUCTOR"; + } + + /*t: + var sym = new JSDOC.Symbol("foo", [], "OBJECT", new JSDOC.DocComment("/**@constructor*"+"/")); + is(sym.isa, "CONSTRUCTOR", "@constructor tag, makes symbol a constructor."); + */ + + // @static + if (this.comment.getTag("static").length) { + this.isStatic = true; + if (this.isa == "CONSTRUCTOR") { + this.isNamespace = true; + } + } + + /*t: + var sym = new JSDOC.Symbol("foo", [], "OBJECT", new JSDOC.DocComment("/**@static\n@constructor*"+"/")); + is(sym.isStatic, true, "@static tag, makes isStatic true."); + is(sym.isNamespace, true, "@static and @constructor tag, makes isNamespace true."); + */ + + // @inner + if (this.comment.getTag("inner").length) { + this.isInner = true; + this.isStatic = false; + } + + /*t: + var sym = new JSDOC.Symbol("foo", [], "OBJECT", new JSDOC.DocComment("/**@inner*"+"/")); + is(sym.isStatic, false, "@inner tag, makes isStatic false."); + is(sym.isInner, true, "@inner makes isInner true."); + */ + + // @name + var names = this.comment.getTag("name"); + if (names.length) { + this.name = names[0].desc; + } + + /*t: + // todo + */ + + // @field + if (this.comment.getTag("field").length) { + this.isa = "OBJECT"; + } + + /*t: + var sym = new JSDOC.Symbol("foo", [], "FUNCTION", new JSDOC.DocComment("/**@field*"+"/")); + is(sym.isa, "OBJECT", "@field tag, makes symbol an object."); + */ + + // @function + if (this.comment.getTag("function").length) { + this.isa = "FUNCTION"; + if (/event:/.test(this.alias)) this.isEvent = true; + } + + /*t: + var sym = new JSDOC.Symbol("foo", [], "OBJECT", new JSDOC.DocComment("/**@function*"+"/")); + is(sym.isa, "FUNCTION", "@function tag, makes symbol a function."); + */ + + // @event + var events = this.comment.getTag("event"); + if (events.length) { + this.isa = "FUNCTION"; + this.isEvent = true; + if (!/event:/.test(this.alias)) + this.alias = this.alias.replace(/^(.*[.#-])([^.#-]+)$/, "$1event:$2"); + } + + /*t: + var sym = new JSDOC.Symbol("foo", [], "OBJECT", new JSDOC.DocComment("/**@event*"+"/")); + is(sym.isa, "FUNCTION", "@event tag, makes symbol a function."); + is(sym.isEvent, true, "@event makes isEvent true."); + */ + + // @fires + var fires = this.comment.getTag("fires"); + if (fires.length) { + for (var i = 0; i < fires.length; i++) { + this.fires.push(fires[i].desc); + } + } + + /*t: + // todo + */ + + // @property + var properties = this.comment.getTag("property"); + if (properties.length) { + thisProperties = this.properties; + for (var i = 0; i < properties.length; i++) { + var property = new JSDOC.Symbol(this.alias+"#"+properties[i].name, [], "OBJECT", new JSDOC.DocComment("/**"+properties[i].desc+"*/")); + // TODO: shouldn't the following happen in the addProperty method of Symbol? + if (properties[i].type) property.type = properties[i].type; + if (properties[i].defaultValue) property.defaultValue = properties[i].defaultValue; + this.addProperty(property); + if (!JSDOC.Parser.symbols.getSymbolByName(property.name)) + JSDOC.Parser.addSymbol(property); + } + } + + /*t: + // todo + */ + + // @return + var returns = this.comment.getTag("return"); + if (returns.length) { // there can be many return tags in a single doclet + this.returns = returns; + this.type = returns.map(function($){return $.type}).join(", "); + } + + /*t: + // todo + */ + + // @exception + this.exceptions = this.comment.getTag("throws"); + + /*t: + // todo + */ + + // @requires + var requires = this.comment.getTag("requires"); + if (requires.length) { + this.requires = requires.map(function($){return $.desc}); + } + + /*t: + // todo + */ + + // @type + var types = this.comment.getTag("type"); + if (types.length) { + this.type = types[0].desc; //multiple type tags are ignored + } + + /*t: + // todo + */ + + // @private + if (this.comment.getTag("private").length || this.isInner) { + this.isPrivate = true; + } + + // @ignore + if (this.comment.getTag("ignore").length) { + this.isIgnored = true; + } + + /*t: + // todo + */ + + // @inherits ... as ... + var inherits = this.comment.getTag("inherits"); + if (inherits.length) { + for (var i = 0; i < inherits.length; i++) { + if (/^\s*([a-z$0-9_.#:-]+)(?:\s+as\s+([a-z$0-9_.#:-]+))?/i.test(inherits[i].desc)) { + var inAlias = RegExp.$1; + var inAs = RegExp.$2 || inAlias; + + if (inAlias) inAlias = inAlias.replace(/\.prototype\.?/g, "#"); + + if (inAs) { + inAs = inAs.replace(/\.prototype\.?/g, "#"); + inAs = inAs.replace(/^this\.?/, "#"); + } + + if (inAs.indexOf(inAlias) != 0) { //not a full namepath + var joiner = "."; + if (this.alias.charAt(this.alias.length-1) == "#" || inAs.charAt(0) == "#") { + joiner = ""; + } + inAs = this.alias + joiner + inAs; + } + } + this.inherits.push({alias: inAlias, as: inAs}); + } + } + + /*t: + // todo + */ + + // @augments + this.augments = this.comment.getTag("augments"); + + // @default + var defaults = this.comment.getTag("default"); + if (defaults.length) { + if (this.is("OBJECT")) { + this.defaultValue = defaults[0].desc; + } + } + + /*t: + // todo + */ + + // @memberOf + var memberOfs = this.comment.getTag("memberOf"); + if (memberOfs.length) { + this.memberOf = memberOfs[0].desc; + this.memberOf = this.memberOf.replace(/\.prototype\.?/g, "#"); + } + + /*t: + // todo + */ + + // @public + if (this.comment.getTag("public").length) { + this.isPrivate = false; + } + + /*t: + // todo + */ + + if (JSDOC.PluginManager) { + JSDOC.PluginManager.run("onSetTags", this); + } +} + +JSDOC.Symbol.prototype.is = function(what) { + return this.isa === what; +} + +JSDOC.Symbol.prototype.isBuiltin = function() { + return JSDOC.Lang.isBuiltin(this.alias); +} + +JSDOC.Symbol.prototype.setType = function(/**String*/comment, /**Boolean*/overwrite) { + if (!overwrite && this.type) return; + var typeComment = JSDOC.DocComment.unwrapComment(comment); + this.type = typeComment; +} + +JSDOC.Symbol.prototype.inherit = function(symbol) { + if (!this.hasMember(symbol.name) && !symbol.isInner) { + if (symbol.is("FUNCTION")) + this.methods.push(symbol); + else if (symbol.is("OBJECT")) + this.properties.push(symbol); + } +} + +JSDOC.Symbol.prototype.hasMember = function(name) { + return (this.hasMethod(name) || this.hasProperty(name)); +} + +JSDOC.Symbol.prototype.addMember = function(symbol) { + if (symbol.is("FUNCTION")) { this.addMethod(symbol); } + else if (symbol.is("OBJECT")) { this.addProperty(symbol); } +} + +JSDOC.Symbol.prototype.hasMethod = function(name) { + var thisMethods = this.methods; + for (var i = 0, l = thisMethods.length; i < l; i++) { + if (thisMethods[i].name == name) return true; + if (thisMethods[i].alias == name) return true; + } + return false; +} + +JSDOC.Symbol.prototype.addMethod = function(symbol) { + var methodAlias = symbol.alias; + var thisMethods = this.methods; + for (var i = 0, l = thisMethods.length; i < l; i++) { + if (thisMethods[i].alias == methodAlias) { + thisMethods[i] = symbol; // overwriting previous method + return; + } + } + thisMethods.push(symbol); // new method with this alias +} + +JSDOC.Symbol.prototype.hasProperty = function(name) { + var thisProperties = this.properties; + for (var i = 0, l = thisProperties.length; i < l; i++) { + if (thisProperties[i].name == name) return true; + if (thisProperties[i].alias == name) return true; + } + return false; +} + +JSDOC.Symbol.prototype.addProperty = function(symbol) { + var propertyAlias = symbol.alias; + var thisProperties = this.properties; + for (var i = 0, l = thisProperties.length; i < l; i++) { + if (thisProperties[i].alias == propertyAlias) { + thisProperties[i] = symbol; // overwriting previous property + return; + } + } + + thisProperties.push(symbol); // new property with this alias +} + +JSDOC.Symbol.srcFile = ""; //running reference to the current file being parsed diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/lib/JSDOC/SymbolSet.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/lib/JSDOC/SymbolSet.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,243 @@ +/** @constructor */ +JSDOC.SymbolSet = function() { + this.init(); +} + +JSDOC.SymbolSet.prototype.init = function() { + this._index = new Hash(); +} + +JSDOC.SymbolSet.prototype.keys = function() { + return this._index.keys(); +} + +JSDOC.SymbolSet.prototype.hasSymbol = function(alias) { + return this._index.hasKey(alias); +} + +JSDOC.SymbolSet.prototype.addSymbol = function(symbol) { + if (JSDOC.opt.a && this.hasSymbol(symbol.alias)) { + LOG.warn("Overwriting symbol documentation for: " + symbol.alias + "."); + this.deleteSymbol(symbol.alias); + } + this._index.set(symbol.alias, symbol); +} + +JSDOC.SymbolSet.prototype.getSymbol = function(alias) { + if (this.hasSymbol(alias)) return this._index.get(alias); +} + +JSDOC.SymbolSet.prototype.getSymbolByName = function(name) { + for (var p = this._index.first(); p; p = this._index.next()) { + var symbol = p.value; + if (symbol.name == name) return symbol; + } +} + +JSDOC.SymbolSet.prototype.toArray = function() { + return this._index.values(); +} + +JSDOC.SymbolSet.prototype.deleteSymbol = function(alias) { + if (!this.hasSymbol(alias)) return; + this._index.drop(alias); +} + +JSDOC.SymbolSet.prototype.renameSymbol = function(oldName, newName) { + // todo: should check if oldname or newname already exist + this._index.replace(oldName, newName); + this._index.get(newName).alias = newName; + return newName; +} + +JSDOC.SymbolSet.prototype.relate = function() { + this.resolveBorrows(); + this.resolveMemberOf(); + this.resolveAugments(); +} + +JSDOC.SymbolSet.prototype.resolveBorrows = function() { + for (var p = this._index.first(); p; p = this._index.next()) { + var symbol = p.value; + if (symbol.is("FILE") || symbol.is("GLOBAL")) continue; + + var borrows = symbol.inherits; + for (var i = 0; i < borrows.length; i++) { + +if (/#$/.test(borrows[i].alias)) { + LOG.warn("Attempted to borrow entire instance of "+borrows[i].alias+" but that feature is not yet implemented."); + return; +} + var borrowed = this.getSymbol(borrows[i].alias); + + if (!borrowed) { + LOG.warn("Can't borrow undocumented "+borrows[i].alias+"."); + continue; + } + + if (borrows[i].as == borrowed.alias) { + var assumedName = borrowed.name.split(/([#.-])/).pop(); + borrows[i].as = symbol.name+RegExp.$1+assumedName; + LOG.inform("Assuming borrowed as name is "+borrows[i].as+" but that feature is experimental."); + } + + var borrowAsName = borrows[i].as; + var borrowAsAlias = borrowAsName; + if (!borrowAsName) { + LOG.warn("Malformed @borrow, 'as' is required."); + continue; + } + + if (borrowAsName.length > symbol.alias.length && borrowAsName.indexOf(symbol.alias) == 0) { + borrowAsName = borrowAsName.replace(borrowed.alias, "") + } + else { + var joiner = ""; + if (borrowAsName.charAt(0) != "#") joiner = "."; + borrowAsAlias = borrowed.alias + joiner + borrowAsName; + } + + borrowAsName = borrowAsName.replace(/^[#.]/, ""); + + if (this.hasSymbol(borrowAsAlias)) continue; + + var clone = borrowed.clone(); + clone.name = borrowAsName; + clone.alias = borrowAsAlias; + this.addSymbol(clone); + } + } +} + +JSDOC.SymbolSet.prototype.resolveMemberOf = function() { + for (var p = this._index.first(); p; p = this._index.next()) { + var symbol = p.value; + + if (symbol.is("FILE") || symbol.is("GLOBAL")) continue; + + // the memberOf value was provided in the @memberOf tag + else if (symbol.memberOf) { + // like foo.bar is a memberOf foo + if (symbol.alias.indexOf(symbol.memberOf) == 0) { + var memberMatch = new RegExp("^("+symbol.memberOf+")[.#-]?(.+)$"); + var aliasParts = symbol.alias.match(memberMatch); + + if (aliasParts) { + symbol.memberOf = aliasParts[1]; + symbol.name = aliasParts[2]; + } + + var nameParts = symbol.name.match(memberMatch); + + if (nameParts) { + symbol.name = nameParts[2]; + } + } + // like bar is a memberOf foo + else { + var joiner = symbol.memberOf.charAt(symbol.memberOf.length-1); + if (!/[.#-]/.test(joiner)) symbol.memberOf += "."; + this.renameSymbol(symbol.alias, symbol.memberOf + symbol.name); + } + } + // the memberOf must be calculated + else { + var parts = symbol.alias.match(/^(.*[.#-])([^.#-]+)$/); + + if (parts) { + symbol.memberOf = parts[1]; + symbol.name = parts[2]; + } + } + + // set isStatic, isInner + if (symbol.memberOf) { + switch (symbol.memberOf.charAt(symbol.memberOf.length-1)) { + case '#' : + symbol.isStatic = false; + symbol.isInner = false; + break; + case '.' : + symbol.isStatic = true; + symbol.isInner = false; + break; + case '-' : + symbol.isStatic = false; + symbol.isInner = true; + break; + default: // memberOf ends in none of the above + symbol.isStatic = true; + break; + } + } + + // unowned methods and fields belong to the global object + if (!symbol.is("CONSTRUCTOR") && !symbol.isNamespace && symbol.memberOf == "") { + symbol.memberOf = "_global_"; + } + + // clean up + if (symbol.memberOf.match(/[.#-]$/)) { + symbol.memberOf = symbol.memberOf.substr(0, symbol.memberOf.length-1); + } + // add to parent's methods or properties list + if (symbol.memberOf) { + + var container = this.getSymbol(symbol.memberOf); + if (!container) { + if (JSDOC.Lang.isBuiltin(symbol.memberOf)) container = JSDOC.Parser.addBuiltin(symbol.memberOf); + else { + LOG.warn("Trying to document "+symbol.name +" as a member of undocumented symbol "+symbol.memberOf+"."); + } + } + + if (container) container.addMember(symbol); + } + } +} + +JSDOC.SymbolSet.prototype.resolveAugments = function() { + for (var p = this._index.first(); p; p = this._index.next()) { + var symbol = p.value; + + if (symbol.alias == "_global_" || symbol.is("FILE")) continue; + JSDOC.SymbolSet.prototype.walk.apply(this, [symbol]); + } +} + +JSDOC.SymbolSet.prototype.walk = function(symbol) { + var augments = symbol.augments; + for(var i = 0; i < augments.length; i++) { + var contributer = this.getSymbol(augments[i]); + if (!contributer && JSDOC.Lang.isBuiltin(''+augments[i])) { + contributer = new JSDOC.Symbol("_global_."+augments[i], [], augments[i], new JSDOC.DocComment("Built in.")); + contributer.isNamespace = true; + contributer.srcFile = ""; + contributer.isPrivate = false; + JSDOC.Parser.addSymbol(contributer); + } + + if (contributer) { + if (contributer.augments.length) { + JSDOC.SymbolSet.prototype.walk.apply(this, [contributer]); + } + + symbol.inheritsFrom.push(contributer.alias); + //if (!isUnique(symbol.inheritsFrom)) { + // LOG.warn("Can't resolve augments: Circular reference: "+symbol.alias+" inherits from "+contributer.alias+" more than once."); + //} + //else { + var cmethods = contributer.methods; + var cproperties = contributer.properties; + + for (var ci = 0, cl = cmethods.length; ci < cl; ci++) { + if (!cmethods[ci].isStatic) symbol.inherit(cmethods[ci]); + } + for (var ci = 0, cl = cproperties.length; ci < cl; ci++) { + if (!cproperties[ci].isStatic) symbol.inherit(cproperties[ci]); + } + //} + } + else LOG.warn("Can't augment contributer: "+augments[i]+", not found."); + } +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/lib/JSDOC/TextStream.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/lib/JSDOC/TextStream.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,41 @@ + +/** + @constructor +*/ +JSDOC.TextStream = function(text) { + if (typeof(text) == "undefined") text = ""; + text = ""+text; + this.text = text; + this.cursor = 0; +} + +JSDOC.TextStream.prototype.look = function(n) { + if (typeof n == "undefined") n = 0; + + if (this.cursor+n < 0 || this.cursor+n >= this.text.length) { + var result = new String(""); + result.eof = true; + return result; + } + return this.text.charAt(this.cursor+n); +} + +JSDOC.TextStream.prototype.next = function(n) { + if (typeof n == "undefined") n = 1; + if (n < 1) return null; + + var pulled = ""; + for (var i = 0; i < n; i++) { + if (this.cursor+i < this.text.length) { + pulled += this.text.charAt(this.cursor+i); + } + else { + var result = new String(""); + result.eof = true; + return result; + } + } + + this.cursor += n; + return pulled; +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/lib/JSDOC/Token.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/lib/JSDOC/Token.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,18 @@ +if (typeof JSDOC == "undefined") JSDOC = {}; + +/** + @constructor +*/ +JSDOC.Token = function(data, type, name) { + this.data = data; + this.type = type; + this.name = name; +} + +JSDOC.Token.prototype.toString = function() { + return "<"+this.type+" name=\""+this.name+"\">"+this.data+""; +} + +JSDOC.Token.prototype.is = function(what) { + return this.name === what || this.type === what; +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/lib/JSDOC/TokenReader.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/lib/JSDOC/TokenReader.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,332 @@ +if (typeof JSDOC == "undefined") JSDOC = {}; + +/** + @class Search a {@link JSDOC.TextStream} for language tokens. +*/ +JSDOC.TokenReader = function() { + this.keepDocs = true; + this.keepWhite = false; + this.keepComments = false; +} + +/** + @type {JSDOC.Token[]} + */ +JSDOC.TokenReader.prototype.tokenize = function(/**JSDOC.TextStream*/stream) { + var tokens = []; + /**@ignore*/ tokens.last = function() { return tokens[tokens.length-1]; } + /**@ignore*/ tokens.lastSym = function() { + for (var i = tokens.length-1; i >= 0; i--) { + if (!(tokens[i].is("WHIT") || tokens[i].is("COMM"))) return tokens[i]; + } + } + + while (!stream.look().eof) { + if (this.read_mlcomment(stream, tokens)) continue; + if (this.read_slcomment(stream, tokens)) continue; + if (this.read_dbquote(stream, tokens)) continue; + if (this.read_snquote(stream, tokens)) continue; + if (this.read_regx(stream, tokens)) continue; + if (this.read_numb(stream, tokens)) continue; + if (this.read_punc(stream, tokens)) continue; + if (this.read_newline(stream, tokens)) continue; + if (this.read_space(stream, tokens)) continue; + if (this.read_word(stream, tokens)) continue; + + // if execution reaches here then an error has happened + tokens.push(new JSDOC.Token(stream.next(), "TOKN", "UNKNOWN_TOKEN")); + } + return tokens; +} + +/** + @returns {Boolean} Was the token found? + */ +JSDOC.TokenReader.prototype.read_word = function(/**JSDOC.TokenStream*/stream, tokens) { + var found = ""; + while (!stream.look().eof && JSDOC.Lang.isWordChar(stream.look())) { + found += stream.next(); + } + + if (found === "") { + return false; + } + else { + var name; + if ((name = JSDOC.Lang.keyword(found))) tokens.push(new JSDOC.Token(found, "KEYW", name)); + else tokens.push(new JSDOC.Token(found, "NAME", "NAME")); + return true; + } +} + +/** + @returns {Boolean} Was the token found? + */ +JSDOC.TokenReader.prototype.read_punc = function(/**JSDOC.TokenStream*/stream, tokens) { + var found = ""; + var name; + while (!stream.look().eof && JSDOC.Lang.punc(found+stream.look())) { + found += stream.next(); + } + + if (found === "") { + return false; + } + else { + tokens.push(new JSDOC.Token(found, "PUNC", JSDOC.Lang.punc(found))); + return true; + } +} + +/** + @returns {Boolean} Was the token found? + */ +JSDOC.TokenReader.prototype.read_space = function(/**JSDOC.TokenStream*/stream, tokens) { + var found = ""; + + while (!stream.look().eof && JSDOC.Lang.isSpace(stream.look())) { + found += stream.next(); + } + + if (found === "") { + return false; + } + else { + if (this.collapseWhite) found = " "; + if (this.keepWhite) tokens.push(new JSDOC.Token(found, "WHIT", "SPACE")); + return true; + } +} + +/** + @returns {Boolean} Was the token found? + */ +JSDOC.TokenReader.prototype.read_newline = function(/**JSDOC.TokenStream*/stream, tokens) { + var found = ""; + + while (!stream.look().eof && JSDOC.Lang.isNewline(stream.look())) { + found += stream.next(); + } + + if (found === "") { + return false; + } + else { + if (this.collapseWhite) found = "\n"; + if (this.keepWhite) tokens.push(new JSDOC.Token(found, "WHIT", "NEWLINE")); + return true; + } +} + +/** + @returns {Boolean} Was the token found? + */ +JSDOC.TokenReader.prototype.read_mlcomment = function(/**JSDOC.TokenStream*/stream, tokens) { + if (stream.look() == "/" && stream.look(1) == "*") { + var found = stream.next(2); + + while (!stream.look().eof && !(stream.look(-1) == "/" && stream.look(-2) == "*")) { + found += stream.next(); + } + + // to start doclet we allow /** or /*** but not /**/ or /**** + if (/^\/\*\*([^\/]|\*[^*])/.test(found) && this.keepDocs) tokens.push(new JSDOC.Token(found, "COMM", "JSDOC")); + else if (this.keepComments) tokens.push(new JSDOC.Token(found, "COMM", "MULTI_LINE_COMM")); + return true; + } + return false; +} + +/** + @returns {Boolean} Was the token found? + */ +JSDOC.TokenReader.prototype.read_slcomment = function(/**JSDOC.TokenStream*/stream, tokens) { + var found; + if ( + (stream.look() == "/" && stream.look(1) == "/" && (found=stream.next(2))) + || + (stream.look() == "<" && stream.look(1) == "!" && stream.look(2) == "-" && stream.look(3) == "-" && (found=stream.next(4))) + ) { + + while (!stream.look().eof && !JSDOC.Lang.isNewline(stream.look())) { + found += stream.next(); + } + + if (this.keepComments) { + tokens.push(new JSDOC.Token(found, "COMM", "SINGLE_LINE_COMM")); + } + return true; + } + return false; +} + +/** + @returns {Boolean} Was the token found? + */ +JSDOC.TokenReader.prototype.read_dbquote = function(/**JSDOC.TokenStream*/stream, tokens) { + if (stream.look() == "\"") { + // find terminator + var string = stream.next(); + + while (!stream.look().eof) { + if (stream.look() == "\\") { + if (JSDOC.Lang.isNewline(stream.look(1))) { + do { + stream.next(); + } while (!stream.look().eof && JSDOC.Lang.isNewline(stream.look())); + string += "\\\n"; + } + else { + string += stream.next(2); + } + } + else if (stream.look() == "\"") { + string += stream.next(); + tokens.push(new JSDOC.Token(string, "STRN", "DOUBLE_QUOTE")); + return true; + } + else { + string += stream.next(); + } + } + } + return false; // error! unterminated string +} + +/** + @returns {Boolean} Was the token found? + */ +JSDOC.TokenReader.prototype.read_snquote = function(/**JSDOC.TokenStream*/stream, tokens) { + if (stream.look() == "'") { + // find terminator + var string = stream.next(); + + while (!stream.look().eof) { + if (stream.look() == "\\") { // escape sequence + string += stream.next(2); + } + else if (stream.look() == "'") { + string += stream.next(); + tokens.push(new JSDOC.Token(string, "STRN", "SINGLE_QUOTE")); + return true; + } + else { + string += stream.next(); + } + } + } + return false; // error! unterminated string +} + +/** + @returns {Boolean} Was the token found? + */ +JSDOC.TokenReader.prototype.read_numb = function(/**JSDOC.TokenStream*/stream, tokens) { + if (stream.look() === "0" && stream.look(1) == "x") { + return this.read_hex(stream, tokens); + } + + var found = ""; + + while (!stream.look().eof && JSDOC.Lang.isNumber(found+stream.look())){ + found += stream.next(); + } + + if (found === "") { + return false; + } + else { + if (/^0[0-7]/.test(found)) tokens.push(new JSDOC.Token(found, "NUMB", "OCTAL")); + else tokens.push(new JSDOC.Token(found, "NUMB", "DECIMAL")); + return true; + } +} +/*t: + requires("../lib/JSDOC/TextStream.js"); + requires("../lib/JSDOC/Token.js"); + requires("../lib/JSDOC/Lang.js"); + + plan(3, "testing JSDOC.TokenReader.prototype.read_numb"); + + //// setup + var src = "function foo(num){while (num+8.0 >= 0x20 && num < 0777){}}"; + var tr = new JSDOC.TokenReader(); + var tokens = tr.tokenize(new JSDOC.TextStream(src)); + + var hexToken, octToken, decToken; + for (var i = 0; i < tokens.length; i++) { + if (tokens[i].name == "HEX_DEC") hexToken = tokens[i]; + if (tokens[i].name == "OCTAL") octToken = tokens[i]; + if (tokens[i].name == "DECIMAL") decToken = tokens[i]; + } + //// + + is(decToken.data, "8.0", "decimal number is found in source."); + is(hexToken.data, "0x20", "hexdec number is found in source (issue #99)."); + is(octToken.data, "0777", "octal number is found in source."); +*/ + +/** + @returns {Boolean} Was the token found? + */ +JSDOC.TokenReader.prototype.read_hex = function(/**JSDOC.TokenStream*/stream, tokens) { + var found = stream.next(2); + + while (!stream.look().eof) { + if (JSDOC.Lang.isHexDec(found) && !JSDOC.Lang.isHexDec(found+stream.look())) { // done + tokens.push(new JSDOC.Token(found, "NUMB", "HEX_DEC")); + return true; + } + else { + found += stream.next(); + } + } + return false; +} + +/** + @returns {Boolean} Was the token found? + */ +JSDOC.TokenReader.prototype.read_regx = function(/**JSDOC.TokenStream*/stream, tokens) { + var last; + if ( + stream.look() == "/" + && + ( + + ( + !(last = tokens.lastSym()) // there is no last, the regex is the first symbol + || + ( + !last.is("NUMB") + && !last.is("NAME") + && !last.is("RIGHT_PAREN") + && !last.is("RIGHT_BRACKET") + ) + ) + ) + ) { + var regex = stream.next(); + + while (!stream.look().eof) { + if (stream.look() == "\\") { // escape sequence + regex += stream.next(2); + } + else if (stream.look() == "/") { + regex += stream.next(); + + while (/[gmi]/.test(stream.look())) { + regex += stream.next(); + } + + tokens.push(new JSDOC.Token(regex, "REGX", "REGX")); + return true; + } + else { + regex += stream.next(); + } + } + // error: unterminated regex + } + return false; +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/lib/JSDOC/TokenStream.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/lib/JSDOC/TokenStream.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,133 @@ +if (typeof JSDOC == "undefined") JSDOC = {}; + +/** + @constructor +*/ +JSDOC.TokenStream = function(tokens) { + this.tokens = (tokens || []); + this.rewind(); +} + +/** + @constructor + @private +*/ +function VoidToken(/**String*/type) { + this.toString = function() {return ""}; + this.is = function(){return false;} +} + +JSDOC.TokenStream.prototype.rewind = function() { + this.cursor = -1; +} + +/** + @type JSDOC.Token +*/ +JSDOC.TokenStream.prototype.look = function(/**Number*/n, /**Boolean*/considerWhitespace) { + if (typeof n == "undefined") n = 0; + + if (considerWhitespace == true) { + if (this.cursor+n < 0 || this.cursor+n > this.tokens.length) return {}; + return this.tokens[this.cursor+n]; + } + else { + var count = 0; + var i = this.cursor; + + while (true) { + if (i < 0) return new JSDOC.Token("", "VOID", "START_OF_STREAM"); + else if (i > this.tokens.length) return new JSDOC.Token("", "VOID", "END_OF_STREAM"); + + if (i != this.cursor && (this.tokens[i] === undefined || this.tokens[i].is("WHIT"))) { + if (n < 0) i--; else i++; + continue; + } + + if (count == Math.abs(n)) { + return this.tokens[i]; + } + count++; + (n < 0)? i-- : i++; + } + + return new JSDOC.Token("", "VOID", "STREAM_ERROR"); // because null isn't an object and caller always expects an object + } +} + +/** + @type JSDOC.Token|JSDOC.Token[] +*/ +JSDOC.TokenStream.prototype.next = function(/**Number*/howMany) { + if (typeof howMany == "undefined") howMany = 1; + if (howMany < 1) return null; + var got = []; + + for (var i = 1; i <= howMany; i++) { + if (this.cursor+i >= this.tokens.length) { + return null; + } + got.push(this.tokens[this.cursor+i]); + } + this.cursor += howMany; + + if (howMany == 1) { + return got[0]; + } + else return got; +} + +/** + @type JSDOC.Token[] +*/ +JSDOC.TokenStream.prototype.balance = function(/**String*/start, /**String*/stop) { + if (!stop) stop = JSDOC.Lang.matching(start); + + var depth = 0; + var got = []; + var started = false; + + while ((token = this.look())) { + if (token.is(start)) { + depth++; + started = true; + } + + if (started) { + got.push(token); + } + + if (token.is(stop)) { + depth--; + if (depth == 0) return got; + } + if (!this.next()) break; + } +} + +JSDOC.TokenStream.prototype.getMatchingToken = function(/**String*/start, /**String*/stop) { + var depth = 0; + var cursor = this.cursor; + + if (!start) { + start = JSDOC.Lang.matching(stop); + depth = 1; + } + if (!stop) stop = JSDOC.Lang.matching(start); + + while ((token = this.tokens[cursor])) { + if (token.is(start)) { + depth++; + } + + if (token.is(stop) && cursor) { + depth--; + if (depth == 0) return this.tokens[cursor]; + } + cursor++; + } +} + +JSDOC.TokenStream.prototype.insertAhead = function(/**JSDOC.Token*/token) { + this.tokens.splice(this.cursor+1, 0, token); +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/lib/JSDOC/Util.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/lib/JSDOC/Util.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,32 @@ +/** + * @namespace + * @deprecated Use {@link FilePath} instead. + */ +JSDOC.Util = { +} + +/** + * @deprecated Use {@link FilePath.fileName} instead. + */ +JSDOC.Util.fileName = function(path) { + LOG.warn("JSDOC.Util.fileName is deprecated. Use FilePath.fileName instead."); + var nameStart = Math.max(path.lastIndexOf("/")+1, path.lastIndexOf("\\")+1, 0); + return path.substring(nameStart); +} + +/** + * @deprecated Use {@link FilePath.fileExtension} instead. + */ +JSDOC.Util.fileExtension = function(filename) { + LOG.warn("JSDOC.Util.fileExtension is deprecated. Use FilePath.fileExtension instead."); + return filename.split(".").pop().toLowerCase(); +}; + +/** + * @deprecated Use {@link FilePath.dir} instead. + */ +JSDOC.Util.dir = function(path) { + LOG.warn("JSDOC.Util.dir is deprecated. Use FilePath.dir instead."); + var nameStart = Math.max(path.lastIndexOf("/")+1, path.lastIndexOf("\\")+1, 0); + return path.substring(0, nameStart-1); +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/lib/JSDOC/Walker.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/lib/JSDOC/Walker.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,507 @@ +if (typeof JSDOC == "undefined") JSDOC = {}; + +/** @constructor */ +JSDOC.Walker = function(/**JSDOC.TokenStream*/ts) { + this.init(); + if (typeof ts != "undefined") { + this.walk(ts); + } +} + +JSDOC.Walker.prototype.init = function() { + this.ts = null; + + var globalSymbol = new JSDOC.Symbol("_global_", [], "GLOBAL", new JSDOC.DocComment("")); + globalSymbol.isNamespace = true; + globalSymbol.srcFile = ""; + globalSymbol.isPrivate = false; + JSDOC.Parser.addSymbol(globalSymbol); + this.lastDoc = null; + this.token = null; + + /** + The chain of symbols under which we are currently nested. + @type Array + */ + this.namescope = [globalSymbol]; + this.namescope.last = function(n){ if (!n) n = 0; return this[this.length-(1+n)] || "" }; +} + +JSDOC.Walker.prototype.walk = function(/**JSDOC.TokenStream*/ts) { + this.ts = ts; + while (this.token = this.ts.look()) { + if (this.token.popNamescope) { + + var symbol = this.namescope.pop(); + if (symbol.is("FUNCTION")) { + if (this.ts.look(1).is("LEFT_PAREN") && symbol.comment.getTag("function").length == 0) { + symbol.isa = "OBJECT"; + } + } + } + this.step(); + if (!this.ts.next()) break; + } +} + +JSDOC.Walker.prototype.step = function() { + if (this.token.is("JSDOC")) { // it's a doc comment + + var doc = new JSDOC.DocComment(this.token.data); + + + if (doc.getTag("exports").length > 0) { + var exports = doc.getTag("exports")[0]; + + exports.desc.match(/(\S+) as (\S+)/i); + var n1 = RegExp.$1; + var n2 = RegExp.$2; + + if (!n1 && n2) throw "@exports tag requires a value like: 'name as ns.name'"; + + JSDOC.Parser.rename = (JSDOC.Parser.rename || {}); + JSDOC.Parser.rename[n1] = n2 + } + + if (doc.getTag("lends").length > 0) { + var lends = doc.getTag("lends")[0]; + + var name = lends.desc + if (!name) throw "@lends tag requires a value."; + + var symbol = new JSDOC.Symbol(name, [], "OBJECT", doc); + + this.namescope.push(symbol); + + var matching = this.ts.getMatchingToken("LEFT_CURLY"); + if (matching) matching.popNamescope = name; + else LOG.warn("Mismatched } character. Can't parse code in file " + symbol.srcFile + "."); + + this.lastDoc = null; + return true; + } + else if (doc.getTag("name").length > 0 && doc.getTag("overview").length == 0) { // it's a virtual symbol + var virtualName = doc.getTag("name")[0].desc; + if (!virtualName) throw "@name tag requires a value."; + + if (doc.getTag("memberOf").length > 0) { + virtualName = (doc.getTag("memberOf")[0] + "." + virtualName) + .replace(/([#.])\./, "$1"); + doc.deleteTag("memberOf"); + } + + var symbol = new JSDOC.Symbol(virtualName, [], "VIRTUAL", doc); + + JSDOC.Parser.addSymbol(symbol); + + this.lastDoc = null; + return true; + } + else if (doc.meta) { // it's a meta doclet + if (doc.meta == "@+") JSDOC.DocComment.shared = doc.src; + else if (doc.meta == "@-") JSDOC.DocComment.shared = ""; + else if (doc.meta == "nocode+") JSDOC.Parser.conf.ignoreCode = true; + else if (doc.meta == "nocode-") JSDOC.Parser.conf.ignoreCode = JSDOC.opt.n; + else throw "Unrecognized meta comment: "+doc.meta; + + this.lastDoc = null; + return true; + } + else if (doc.getTag("overview").length > 0) { // it's a file overview + symbol = new JSDOC.Symbol("", [], "FILE", doc); + + JSDOC.Parser.addSymbol(symbol); + + this.lastDoc = null; + return true; + } + else { + this.lastDoc = doc; + return false; + } + } + else if (!JSDOC.Parser.conf.ignoreCode) { // it's code + if (this.token.is("NAME")) { // it's the name of something + var symbol; + var name = this.token.data; + var doc = null; if (this.lastDoc) doc = this.lastDoc; + var params = []; + + // it's inside an anonymous object + if (this.ts.look(1).is("COLON") && this.ts.look(-1).is("LEFT_CURLY") && !(this.ts.look(-2).is("JSDOC") || this.namescope.last().comment.getTag("lends").length || this.ts.look(-2).is("ASSIGN") || this.ts.look(-2).is("COLON"))) { + name = "$anonymous"; + name = this.namescope.last().alias+"-"+name + + params = []; + + symbol = new JSDOC.Symbol(name, params, "OBJECT", doc); + + JSDOC.Parser.addSymbol(symbol); + + this.namescope.push(symbol); + + var matching = this.ts.getMatchingToken(null, "RIGHT_CURLY"); + if (matching) matching.popNamescope = name; + else LOG.warn("Mismatched } character. Can't parse code in file " + symbol.srcFile + "."); + } + // function foo() {} + else if (this.ts.look(-1).is("FUNCTION") && this.ts.look(1).is("LEFT_PAREN")) { + var isInner; + + if (this.lastDoc) doc = this.lastDoc; + + if (doc && doc.getTag("memberOf").length > 0) { + name = (doc.getTag("memberOf")[0]+"."+name).replace("#.", "#"); + doc.deleteTag("memberOf"); + } + else { + name = this.namescope.last().alias+"-"+name; + if (!this.namescope.last().is("GLOBAL")) isInner = true; + } + + if (!this.namescope.last().is("GLOBAL")) isInner = true; + + params = JSDOC.Walker.onParamList(this.ts.balance("LEFT_PAREN")); + + symbol = new JSDOC.Symbol(name, params, "FUNCTION", doc); + if (isInner) symbol.isInner = true; + + if (this.ts.look(1).is("JSDOC")) { + var inlineReturn = ""+this.ts.look(1).data; + inlineReturn = inlineReturn.replace(/(^\/\*\* *| *\*\/$)/g, ""); + symbol.type = inlineReturn; + } + + JSDOC.Parser.addSymbol(symbol); + + this.namescope.push(symbol); + + var matching = this.ts.getMatchingToken("LEFT_CURLY"); + if (matching) matching.popNamescope = name; + else LOG.warn("Mismatched } character. Can't parse code in file " + symbol.srcFile + "."); + } + // foo = function() {} + else if (this.ts.look(1).is("ASSIGN") && this.ts.look(2).is("FUNCTION")) { + var constructs; + var isConstructor = false; + if (doc && (constructs = doc.getTag("constructs")) && constructs.length) { + if (constructs[0].desc) { + name = constructs[0].desc; + isConstructor = true; + } + } + + var isInner; + if (this.ts.look(-1).is("VAR") || this.isInner) { + if (doc && doc.getTag("memberOf").length > 0) { + name = (doc.getTag("memberOf")[0]+"."+name).replace("#.", "#"); + doc.deleteTag("memberOf"); + } + else { + name = this.namescope.last().alias+"-"+name; + if (!this.namescope.last().is("GLOBAL")) isInner = true; + } + if (!this.namescope.last().is("GLOBAL")) isInner = true; + } + else if (name.indexOf("this.") == 0) { + name = this.resolveThis(name); + } + + if (this.lastDoc) doc = this.lastDoc; + params = JSDOC.Walker.onParamList(this.ts.balance("LEFT_PAREN")); + + symbol = new JSDOC.Symbol(name, params, "FUNCTION", doc); + + if (isInner) symbol.isInner = true; + if (isConstructor) symbol.isa = "CONSTRUCTOR"; + + if (this.ts.look(1).is("JSDOC")) { + var inlineReturn = ""+this.ts.look(1).data; + inlineReturn = inlineReturn.replace(/(^\/\*\* *| *\*\/$)/g, ""); + symbol.type = inlineReturn; + } + + JSDOC.Parser.addSymbol(symbol); + + this.namescope.push(symbol); + + var matching = this.ts.getMatchingToken("LEFT_CURLY"); + if (matching) matching.popNamescope = name; + else LOG.warn("Mismatched } character. Can't parse code in file " + symbol.srcFile + "."); + } + // foo = new function() {} or foo = (function() {} + else if (this.ts.look(1).is("ASSIGN") && (this.ts.look(2).is("NEW") || this.ts.look(2).is("LEFT_PAREN")) && this.ts.look(3).is("FUNCTION")) { + var isInner; + if (this.ts.look(-1).is("VAR") || this.isInner) { + name = this.namescope.last().alias+"-"+name + if (!this.namescope.last().is("GLOBAL")) isInner = true; + } + else if (name.indexOf("this.") == 0) { + name = this.resolveThis(name); + } + + this.ts.next(3); // advance past the "new" or "(" + + if (this.lastDoc) doc = this.lastDoc; + params = JSDOC.Walker.onParamList(this.ts.balance("LEFT_PAREN")); + + symbol = new JSDOC.Symbol(name, params, "OBJECT", doc); + if (isInner) symbol.isInner = true; + + if (this.ts.look(1).is("JSDOC")) { + var inlineReturn = ""+this.ts.look(1).data; + inlineReturn = inlineReturn.replace(/(^\/\*\* *| *\*\/$)/g, ""); + symbol.type = inlineReturn; + } + + JSDOC.Parser.addSymbol(symbol); + + symbol.scopeType = "INSTANCE"; + this.namescope.push(symbol); + + var matching = this.ts.getMatchingToken("LEFT_CURLY"); + if (matching) matching.popNamescope = name; + else LOG.warn("Mismatched } character. Can't parse code in file " + symbol.srcFile + "."); + } + // foo: function() {} + else if (this.ts.look(1).is("COLON") && this.ts.look(2).is("FUNCTION")) { + name = (this.namescope.last().alias+"."+name).replace("#.", "#"); + + if (this.lastDoc) doc = this.lastDoc; + params = JSDOC.Walker.onParamList(this.ts.balance("LEFT_PAREN")); + + if (doc && doc.getTag("constructs").length) { + name = name.replace(/\.prototype(\.|$)/, "#"); + + if (name.indexOf("#") > -1) name = name.match(/(^[^#]+)/)[0]; + else name = this.namescope.last().alias; + + symbol = new JSDOC.Symbol(name, params, "CONSTRUCTOR", doc); + } + else { + symbol = new JSDOC.Symbol(name, params, "FUNCTION", doc); + } + + if (this.ts.look(1).is("JSDOC")) { + var inlineReturn = ""+this.ts.look(1).data; + inlineReturn = inlineReturn.replace(/(^\/\*\* *| *\*\/$)/g, ""); + symbol.type = inlineReturn; + } + + JSDOC.Parser.addSymbol(symbol); + + this.namescope.push(symbol); + + var matching = this.ts.getMatchingToken("LEFT_CURLY"); + if (matching) matching.popNamescope = name; + else LOG.warn("Mismatched } character. Can't parse code in file " + symbol.srcFile + "."); + } + // foo = {} + else if (this.ts.look(1).is("ASSIGN") && this.ts.look(2).is("LEFT_CURLY")) { + var isInner; + if (this.ts.look(-1).is("VAR") || this.isInner) { + name = this.namescope.last().alias+"-"+name + if (!this.namescope.last().is("GLOBAL")) isInner = true; + } + else if (name.indexOf("this.") == 0) { + name = this.resolveThis(name); + } + + if (this.lastDoc) doc = this.lastDoc; + + symbol = new JSDOC.Symbol(name, params, "OBJECT", doc); + if (isInner) symbol.isInner = true; + + + if (doc) JSDOC.Parser.addSymbol(symbol); + + this.namescope.push(symbol); + + var matching = this.ts.getMatchingToken("LEFT_CURLY"); + if (matching) matching.popNamescope = name; + else LOG.warn("Mismatched } character. Can't parse code in file " + symbol.srcFile + "."); + } + // var foo; + else if (this.ts.look(1).is("SEMICOLON")) { + var isInner; + + if (this.ts.look(-1).is("VAR") || this.isInner) { + name = this.namescope.last().alias+"-"+name + if (!this.namescope.last().is("GLOBAL")) isInner = true; + + if (this.lastDoc) doc = this.lastDoc; + + symbol = new JSDOC.Symbol(name, params, "OBJECT", doc); + if (isInner) symbol.isInner = true; + + + if (doc) JSDOC.Parser.addSymbol(symbol); + } + } + // foo = x + else if (this.ts.look(1).is("ASSIGN")) { + var isInner; + if (this.ts.look(-1).is("VAR") || this.isInner) { + name = this.namescope.last().alias+"-"+name + if (!this.namescope.last().is("GLOBAL")) isInner = true; + } + else if (name.indexOf("this.") == 0) { + name = this.resolveThis(name); + } + + if (this.lastDoc) doc = this.lastDoc; + + symbol = new JSDOC.Symbol(name, params, "OBJECT", doc); + if (isInner) symbol.isInner = true; + + + if (doc) JSDOC.Parser.addSymbol(symbol); + } + // foo: {} + else if (this.ts.look(1).is("COLON") && this.ts.look(2).is("LEFT_CURLY")) { + name = (this.namescope.last().alias+"."+name).replace("#.", "#"); + + if (this.lastDoc) doc = this.lastDoc; + + symbol = new JSDOC.Symbol(name, params, "OBJECT", doc); + + + if (doc) JSDOC.Parser.addSymbol(symbol); + + this.namescope.push(symbol); + + var matching = this.ts.getMatchingToken("LEFT_CURLY"); + if (matching) matching.popNamescope = name; + else LOG.warn("Mismatched } character. Can't parse code in file " + symbol.srcFile + "."); + } + // foo: x + else if (this.ts.look(1).is("COLON")) { + name = (this.namescope.last().alias+"."+name).replace("#.", "#");; + + if (this.lastDoc) doc = this.lastDoc; + + symbol = new JSDOC.Symbol(name, params, "OBJECT", doc); + + + if (doc) JSDOC.Parser.addSymbol(symbol); + } + // foo(...) + else if (this.ts.look(1).is("LEFT_PAREN")) { + if (typeof JSDOC.PluginManager != "undefined") { + var functionCall = {name: name}; + + var cursor = this.ts.cursor; + params = JSDOC.Walker.onParamList(this.ts.balance("LEFT_PAREN")); + this.ts.cursor = cursor; + + for (var i = 0; i < params.length; i++) + functionCall["arg" + (i + 1)] = params[i].name; + + JSDOC.PluginManager.run("onFunctionCall", functionCall); + if (functionCall.doc) { + this.ts.insertAhead(new JSDOC.Token(functionCall.doc, "COMM", "JSDOC")); + } + } + } + this.lastDoc = null; + } + else if (this.token.is("FUNCTION")) { // it's an anonymous function + if ( + (!this.ts.look(-1).is("COLON") || !this.ts.look(-1).is("ASSIGN")) + && !this.ts.look(1).is("NAME") + ) { + if (this.lastDoc) doc = this.lastDoc; + + name = "$anonymous"; + name = this.namescope.last().alias+"-"+name + + params = JSDOC.Walker.onParamList(this.ts.balance("LEFT_PAREN")); + + symbol = new JSDOC.Symbol(name, params, "FUNCTION", doc); + + JSDOC.Parser.addSymbol(symbol); + + this.namescope.push(symbol); + + var matching = this.ts.getMatchingToken("LEFT_CURLY"); + if (matching) matching.popNamescope = name; + else LOG.warn("Mismatched } character. Can't parse code in file " + symbol.srcFile + "."); + } + } + } + return true; +} + +/** + Resolves what "this." means when it appears in a name. + @param name The name that starts with "this.". + @returns The name with "this." resolved. + */ +JSDOC.Walker.prototype.resolveThis = function(name) { + name.match(/^this\.(.+)$/) + var nameFragment = RegExp.$1; + if (!nameFragment) return name; + + var symbol = this.namescope.last(); + var scopeType = symbol.scopeType || symbol.isa; + + // if we are in a constructor function, `this` means the instance + if (scopeType == "CONSTRUCTOR") { + name = symbol.alias+"#"+nameFragment; + } + + // if we are in an anonymous constructor function, `this` means the instance + else if (scopeType == "INSTANCE") { + name = symbol.alias+"."+nameFragment; + } + + // if we are in a function, `this` means the container (possibly the global) + else if (scopeType == "FUNCTION") { + // in a method of a prototype, so `this` means the constructor + if (symbol.alias.match(/(^.*)[#.-][^#.-]+/)) { + var parentName = RegExp.$1; + var parent = JSDOC.Parser.symbols.getSymbol(parentName); + + if (!parent) { + if (JSDOC.Lang.isBuiltin(parentName)) parent = JSDOC.Parser.addBuiltin(parentName); + else { + if (symbol.alias.indexOf("$anonymous") < 0) // these will be ignored eventually + LOG.warn("Trying to document "+symbol.alias+" without first documenting "+parentName+"."); + } + } + if (parent) name = parentName+(parent.is("CONSTRUCTOR")?"#":".")+nameFragment; + } + else { + parent = this.namescope.last(1); + name = parent.alias+(parent.is("CONSTRUCTOR")?"#":".")+nameFragment; + } + } + // otherwise it means the global + else { + name = nameFragment; + } + + return name; +} + +JSDOC.Walker.onParamList = function(/**Array*/paramTokens) { + if (!paramTokens) { + LOG.warn("Malformed parameter list. Can't parse code."); + return []; + } + var params = []; + for (var i = 0, l = paramTokens.length; i < l; i++) { + if (paramTokens[i].is("JSDOC")) { + var paramType = paramTokens[i].data.replace(/(^\/\*\* *| *\*\/$)/g, ""); + + if (paramTokens[i+1] && paramTokens[i+1].is("NAME")) { + i++; + params.push({type: paramType, name: paramTokens[i].data}); + } + } + else if (paramTokens[i].is("NAME")) { + params.push({name: paramTokens[i].data}); + } + } + return params; +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/main.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/main.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,111 @@ +/** + * @version $Id: main.js 818 2009-11-08 14:51:41Z micmath $ + */ + +function main() { + IO.include("lib/JSDOC.js"); + IO.includeDir("plugins/"); + + // process the options + + // the -c option: options are defined in a configuration file + if (JSDOC.opt.c) { + eval("JSDOC.conf = " + IO.readFile(JSDOC.opt.c)); + + LOG.inform("Using configuration file at '"+JSDOC.opt.c+"'."); + + for (var c in JSDOC.conf) { + if (c !== "D" && !defined(JSDOC.opt[c])) { // commandline overrules config file + JSDOC.opt[c] = JSDOC.conf[c]; + } + } + + if (typeof JSDOC.conf["_"] != "undefined") { + JSDOC.opt["_"] = JSDOC.opt["_"].concat(JSDOC.conf["_"]); + } + + LOG.inform("With configuration: "); + for (var o in JSDOC.opt) { + LOG.inform(" "+o+": "+JSDOC.opt[o]); + } + } + + // be verbose + if (JSDOC.opt.v) LOG.verbose = true; + + // send log messages to a file + if (JSDOC.opt.o) LOG.out = IO.open(JSDOC.opt.o); + + // run the unit tests + if (JSDOC.opt.T) { + LOG.inform("JsDoc Toolkit running in test mode at "+new Date()+"."); + IO.include("frame/Testrun.js"); + IO.include("test.js"); + } + else { + // a template must be defined and must be a directory path + if (!JSDOC.opt.t && System.getProperty("jsdoc.template.dir")) { + JSDOC.opt.t = System.getProperty("jsdoc.template.dir"); + } + if (JSDOC.opt.t && SYS.slash != JSDOC.opt.t.slice(-1)) { + JSDOC.opt.t += SYS.slash; + } + + // verbose messages about the options we were given + LOG.inform("JsDoc Toolkit main() running at "+new Date()+"."); + LOG.inform("With options: "); + for (var o in JSDOC.opt) { + LOG.inform(" "+o+": "+JSDOC.opt[o]); + } + + // initialize and build a symbolSet from your code + JSDOC.JsDoc(); + + // debugger's option: dump the entire symbolSet produced from your code + if (JSDOC.opt.Z) { + LOG.warn("So you want to see the data structure, eh? This might hang if you have circular refs..."); + IO.include("frame/Dumper.js"); + var symbols = JSDOC.JsDoc.symbolSet.toArray(); + for (var i = 0, l = symbols.length; i < l; i++) { + var symbol = symbols[i]; + print("// symbol: " + symbol.alias); + print(symbol.serialize()); + } + } + else { + if (typeof JSDOC.opt.t != "undefined") { + try { + // a file named "publish.js" must exist in the template directory + load(JSDOC.opt.t+"publish.js"); + + // and must define a function named "publish" + if (!publish) { + LOG.warn("No publish() function is defined in that template so nothing to do."); + } + else { + // which will be called with the symbolSet produced from your code + publish(JSDOC.JsDoc.symbolSet); + } + } + catch(e) { + LOG.warn("Sorry, that doesn't seem to be a valid template: "+JSDOC.opt.t+"publish.js : "+e); + } + } + else { + LOG.warn("No template given. Might as well read the usage notes."); + JSDOC.usage(); + } + } + } + + // notify of any warnings + if (!JSDOC.opt.q && LOG.warnings.length) { + print(LOG.warnings.length+" warning"+(LOG.warnings.length != 1? "s":"")+"."); + } + + // stop sending log messages to a file + if (LOG.out) { + LOG.out.flush(); + LOG.out.close(); + } +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/plugins/commentSrcJson.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/plugins/commentSrcJson.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,20 @@ +JSDOC.PluginManager.registerPlugin( + "JSDOC.commentSrcJson", + { + onDocCommentSrc: function(comment) { + var json; + if (/^\s*@json\b/.test(comment)) { + comment.src = new String(comment.src).replace("@json", ""); + + eval("json = "+comment.src); + var tagged = ""; + for (var i in json) { + var tag = json[i]; + // todo handle cases where tag is an object + tagged += "@"+i+" "+tag+"\n"; + } + comment.src = tagged; + } + } + } +); \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/plugins/frameworkPrototype.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/plugins/frameworkPrototype.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,16 @@ +JSDOC.PluginManager.registerPlugin( + "JSDOC.frameworkPrototype", + { + onPrototypeClassCreate: function(classCreator) { + var desc = ""; + if (classCreator.comment) { + desc = classCreator.comment; + } + var insert = desc+"/** @name "+classCreator.name+"\n@constructor\n@scope "+classCreator.name+".prototype */" + + insert = insert.replace(/\*\/\/\*\*/g, "\n"); + /*DEBUG*///print("insert is "+insert); + classCreator.addComment.data = insert; + } + } +); diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/plugins/functionCall.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/plugins/functionCall.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,10 @@ +JSDOC.PluginManager.registerPlugin( + "JSDOC.functionCall", + { + onFunctionCall: function(functionCall) { + if (functionCall.name == "dojo.define" && functionCall.arg1) { + functionCall.doc = "/** @lends "+eval(functionCall.arg1)+".prototype */"; + } + } + } +); \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/plugins/publishSrcHilite.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/plugins/publishSrcHilite.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,62 @@ +JSDOC.PluginManager.registerPlugin( + "JSDOC.publishSrcHilite", + { + onPublishSrc: function(src) { + if (src.path in JsHilite.cache) { + return; // already generated src code + } + else JsHilite.cache[src.path] = true; + + try { + var sourceCode = IO.readFile(src.path); + } + catch(e) { + print(e.message); + quit(); + } + + var hiliter = new JsHilite(sourceCode, src.charset); + src.hilited = hiliter.hilite(); + } + } +); + +function JsHilite(src, charset) { + + var tr = new JSDOC.TokenReader(); + + tr.keepComments = true; + tr.keepDocs = true; + tr.keepWhite = true; + + this.tokens = tr.tokenize(new JSDOC.TextStream(src)); + + // TODO is redefining toString() the best way? + JSDOC.Token.prototype.toString = function() { + return ""+this.data.replace(/"; + } + + if (!charset) charset = "utf-8"; + + this.header = ' '+ + "

      ";
      +	this.footer = "
      "; + this.showLinenumbers = true; +} + +JsHilite.cache = {}; + +JsHilite.prototype.hilite = function() { + var hilited = this.tokens.join(""); + var line = 1; + if (this.showLinenumbers) hilited = hilited.replace(/(^|\n)/g, function(m){return m+""+((line<10)? " ":"")+((line<100)? " ":"")+(line++)+" "}); + + return this.header+hilited+this.footer; +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/plugins/symbolLink.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/plugins/symbolLink.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,10 @@ +JSDOC.PluginManager.registerPlugin( + "JSDOC.symbolLink", + { + onSymbolLink: function(link) { + // modify link.linkPath (the href part of the link) + // or link.linkText (the text displayed) + // or link.linkInner (the #name part of the link) + } + } +); \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/plugins/tagParamConfig.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/plugins/tagParamConfig.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,31 @@ +JSDOC.PluginManager.registerPlugin( + "JSDOC.tagParamConfig", + { + onDocCommentTags: function(comment) { + var currentParam = null; + var tags = comment.tags; + for (var i = 0, l = tags.length; i < l; i++) { + + if (tags[i].title == "param") { + if (tags[i].name.indexOf(".") == -1) { + currentParam = i; + } + } + else if (tags[i].title == "config") { + tags[i].title = "param"; + if (currentParam == null) { + tags[i].name = "arguments"+"."+tags[i].name; + } + else if (tags[i].name.indexOf(tags[currentParam].name+".") != 0) { + tags[i].name = tags[currentParam].name+"."+tags[i].name; + } + currentParam != null + //tags[currentParam].properties.push(tags[i]); + } + else { + currentParam = null; + } + } + } + } +); diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/plugins/tagSynonyms.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/plugins/tagSynonyms.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,43 @@ +JSDOC.PluginManager.registerPlugin( + "JSDOC.tagSynonyms", + { + onDocCommentSrc: function(comment) { + comment.src = comment.src.replace(/@methodOf\b/i, "@function\n@memberOf"); + comment.src = comment.src.replace(/@fieldOf\b/i, "@field\n@memberOf"); + }, + + onDocCommentTags: function(comment) { + for (var i = 0, l = comment.tags.length; i < l; i++) { + var title = comment.tags[i].title.toLowerCase(); + var syn; + if ((syn = JSDOC.tagSynonyms.synonyms["="+title])) { + comment.tags[i].title = syn; + } + } + } + } +); + +new Namespace( + "JSDOC.tagSynonyms", + function() { + JSDOC.tagSynonyms.synonyms = { + "=member": "memberOf", + "=memberof": "memberOf", + "=description": "desc", + "=exception": "throws", + "=argument": "param", + "=returns": "return", + "=classdescription": "class", + "=fileoverview": "overview", + "=extends": "augments", + "=base": "augments", + "=projectdescription": "overview", + "=classdescription": "class", + "=link": "see", + "=borrows": "inherits", + "=scope": "lends", + "=construct": "constructor" + } + } +); \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/run.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/run.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,348 @@ +/** + * @fileOverview + * A bootstrap script that creates some basic required objects + * for loading other scripts. + * @author Michael Mathews, micmath@gmail.com + * @version $Id: run.js 756 2009-01-07 21:32:58Z micmath $ + */ + +/** + * @namespace Keep track of any messages from the running script. + */ +LOG = { + warn: function(msg, e) { + if (JSDOC.opt.q) return; + if (e) msg = e.fileName+", line "+e.lineNumber+": "+msg; + + msg = ">> WARNING: "+msg; + LOG.warnings.push(msg); + if (LOG.out) LOG.out.write(msg+"\n"); + else print(msg); + }, + + inform: function(msg) { + if (JSDOC.opt.q) return; + msg = " > "+msg; + if (LOG.out) LOG.out.write(msg+"\n"); + else if (typeof LOG.verbose != "undefined" && LOG.verbose) print(msg); + } +}; +LOG.warnings = []; +LOG.verbose = false +LOG.out = undefined; + +/** + * @class Manipulate a filepath. + */ +function FilePath(absPath, separator) { + this.slash = separator || "/"; + this.root = this.slash; + this.path = []; + this.file = ""; + + var parts = absPath.split(/[\\\/]/); + if (parts) { + if (parts.length) this.root = parts.shift() + this.slash; + if (parts.length) this.file = parts.pop() + if (parts.length) this.path = parts; + } + + this.path = this.resolvePath(); +} + +/** Collapse any dot-dot or dot items in a filepath. */ +FilePath.prototype.resolvePath = function() { + var resolvedPath = []; + for (var i = 0; i < this.path.length; i++) { + if (this.path[i] == "..") resolvedPath.pop(); + else if (this.path[i] != ".") resolvedPath.push(this.path[i]); + } + return resolvedPath; +} + +/** Trim off the filename. */ +FilePath.prototype.toDir = function() { + if (this.file) this.file = ""; + return this; +} + +/** Go up a directory. */ +FilePath.prototype.upDir = function() { + this.toDir(); + if (this.path.length) this.path.pop(); + return this; +} + +FilePath.prototype.toString = function() { + return this.root + + this.path.join(this.slash) + + ((this.path.length > 0)? this.slash : "") + + this.file; +} + +/** + * Turn a path into just the name of the file. + */ +FilePath.fileName = function(path) { + var nameStart = Math.max(path.lastIndexOf("/")+1, path.lastIndexOf("\\")+1, 0); + return path.substring(nameStart); +} + +/** + * Get the extension of a filename + */ +FilePath.fileExtension = function(filename) { + return filename.split(".").pop().toLowerCase(); +}; + +/** + * Turn a path into just the directory part. + */ +FilePath.dir = function(path) { + var nameStart = Math.max(path.lastIndexOf("/")+1, path.lastIndexOf("\\")+1, 0); + return path.substring(0, nameStart-1); +} + + +importClass(java.lang.System); + +/** + * @namespace A collection of information about your system. + */ +SYS = { + /** + * Information about your operating system: arch, name, version. + * @type string + */ + os: [ + new String(System.getProperty("os.arch")), + new String(System.getProperty("os.name")), + new String(System.getProperty("os.version")) + ].join(", "), + + /** + * Which way does your slash lean. + * @type string + */ + slash: System.getProperty("file.separator")||"/", + + /** + * The path to the working directory where you ran java. + * @type string + */ + userDir: new String(System.getProperty("user.dir")), + + /** + * Where is Java's home folder. + * @type string + */ + javaHome: new String(System.getProperty("java.home")), + + /** + * The absolute path to the directory containing this script. + * @type string + */ + pwd: undefined +}; + +// jsrun appends an argument, with the path to here. +if (arguments[arguments.length-1].match(/^-j=(.+)/)) { + if (RegExp.$1.charAt(0) == SYS.slash || RegExp.$1.charAt(1) == ":") { // absolute path to here + SYS.pwd = new FilePath(RegExp.$1).toDir().toString(); + } + else { // relative path to here + SYS.pwd = new FilePath(SYS.userDir + SYS.slash + RegExp.$1).toDir().toString(); + } + arguments.pop(); +} +else { + print("The run.js script requires you use jsrun.jar."); + quit(); +} + +// shortcut +var File = Packages.java.io.File; + +/** + * @namespace A collection of functions that deal with reading a writing to disk. + */ +IO = { + + /** + * Create a new file in the given directory, with the given name and contents. + */ + saveFile: function(/**string*/ outDir, /**string*/ fileName, /**string*/ content) { + var out = new Packages.java.io.PrintWriter( + new Packages.java.io.OutputStreamWriter( + new Packages.java.io.FileOutputStream(outDir+SYS.slash+fileName), + IO.encoding + ) + ); + out.write(content); + out.flush(); + out.close(); + }, + + /** + * @type string + */ + readFile: function(/**string*/ path) { + if (!IO.exists(path)) { + throw "File doesn't exist there: "+path; + } + return readFile(path, IO.encoding); + }, + + /** + * @param inFile + * @param outDir + * @param [fileName=The original filename] + */ + copyFile: function(/**string*/ inFile, /**string*/ outDir, /**string*/ fileName) { + if (fileName == null) fileName = FilePath.fileName(inFile); + + var inFile = new File(inFile); + var outFile = new File(outDir+SYS.slash+fileName); + + var bis = new Packages.java.io.BufferedInputStream(new Packages.java.io.FileInputStream(inFile), 4096); + var bos = new Packages.java.io.BufferedOutputStream(new Packages.java.io.FileOutputStream(outFile), 4096); + var theChar; + while ((theChar = bis.read()) != -1) { + bos.write(theChar); + } + bos.close(); + bis.close(); + }, + + /** + * Creates a series of nested directories. + */ + mkPath: function(/**Array*/ path) { + if (path.constructor != Array) path = path.split(/[\\\/]/); + var make = ""; + for (var i = 0, l = path.length; i < l; i++) { + make += path[i] + SYS.slash; + if (! IO.exists(make)) { + IO.makeDir(make); + } + } + }, + + /** + * Creates a directory at the given path. + */ + makeDir: function(/**string*/ path) { + (new File(path)).mkdir(); + }, + + /** + * @type string[] + * @param dir The starting directory to look in. + * @param [recurse=1] How many levels deep to scan. + * @returns An array of all the paths to files in the given dir. + */ + ls: function(/**string*/ dir, /**number*/ recurse, _allFiles, _path) { + if (_path === undefined) { // initially + var _allFiles = []; + var _path = [dir]; + } + if (_path.length == 0) return _allFiles; + if (recurse === undefined) recurse = 1; + + dir = new File(dir); + if (!dir.directory) return [String(dir)]; + var files = dir.list(); + + for (var f = 0; f < files.length; f++) { + var file = String(files[f]); + if (file.match(/^\.[^\.\/\\]/)) continue; // skip dot files + + if ((new File(_path.join(SYS.slash)+SYS.slash+file)).list()) { // it's a directory + _path.push(file); + if (_path.length-1 < recurse) IO.ls(_path.join(SYS.slash), recurse, _allFiles, _path); + _path.pop(); + } + else { + _allFiles.push((_path.join(SYS.slash)+SYS.slash+file).replace(SYS.slash+SYS.slash, SYS.slash)); + } + } + + return _allFiles; + }, + + /** + * @type boolean + */ + exists: function(/**string*/ path) { + file = new File(path); + + if (file.isDirectory()){ + return true; + } + if (!file.exists()){ + return false; + } + if (!file.canRead()){ + return false; + } + return true; + }, + + /** + * + */ + open: function(/**string*/ path, /**string*/ append) { + var append = true; + var outFile = new File(path); + var out = new Packages.java.io.PrintWriter( + new Packages.java.io.OutputStreamWriter( + new Packages.java.io.FileOutputStream(outFile, append), + IO.encoding + ) + ); + return out; + }, + + /** + * Sets {@link IO.encoding}. + * Encoding is used when reading and writing text to files, + * and in the meta tags of HTML output. + */ + setEncoding: function(/**string*/ encoding) { + if (/ISO-8859-([0-9]+)/i.test(encoding)) { + IO.encoding = "ISO8859_"+RegExp.$1; + } + else { + IO.encoding = encoding; + } + }, + + /** + * @default "utf-8" + * @private + */ + encoding: "utf-8", + + /** + * Load the given script. + */ + include: function(relativePath) { + load(SYS.pwd+relativePath); + }, + + /** + * Loads all scripts from the given directory path. + */ + includeDir: function(path) { + if (!path) return; + + for (var lib = IO.ls(SYS.pwd+path), i = 0; i < lib.length; i++) + if (/\.js$/i.test(lib[i])) load(lib[i]); + } +} + +// now run the application +IO.include("frame.js"); +IO.include("main.js"); + +main(); diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/t/TestDoc.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/t/TestDoc.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,144 @@ +var TestDoc = { + fails: 0, + plans: 0, + passes: 0, + results: [] +}; + +TestDoc.record = function(result) { + TestDoc.results.push(result); + if (typeof result.verdict == "boolean") { + if (result.verdict === false) TestDoc.fails++; + if (result.verdict === true) TestDoc.passes++; + } +} + +TestDoc.prove = function(filePath) { + if (typeof document != "undefined" && typeof document.write != "undefined") { + if (TestDoc.console) print = function(s) { TestDoc.console.appendChild(document.createTextNode(s+"\n")); } + else print = function(s) { document.write(s+"
      "); } + } + TestDoc.run(TestDoc.readFile(filePath)); +} + +TestDoc.run = function(src) { + try { eval(src); } catch(e) { print("# ERROR! "+e); } + + var chunks = src.split(/\/\*t:/); + + var run = function(chunk) { + // local shortcuts + var is = TestDoc.assertEquals; + var isnt = TestDoc.assertNotEquals; + var plan = TestDoc.plan; + var requires = TestDoc.requires; + + try { eval(chunk); } catch(e) { print("# ERROR! "+e); } + } + for (var start = -1, end = 0; (start = src.indexOf("/*t:", end)) > end; start = end) { + run( + src.substring( + start+4, + (end = src.indexOf("*/", start)) + ) + ); + } +} + +TestDoc.Result = function(verdict, message) { + this.verdict = verdict; + this.message = message; +} + +TestDoc.Result.prototype.toString = function() { + if (typeof this.verdict == "boolean") { + return (this.verdict? "ok" : "not ok") + " " + (++TestDoc.report.counter) + " - " + this.message; + } + + return "# " + this.message; +} + +TestDoc.requires = function(file) { + if (!TestDoc.requires.loaded[file]) { + load(file); + TestDoc.requires.loaded[file] = true; + } +} +TestDoc.requires.loaded = {}; + +TestDoc.report = function() { + TestDoc.report.counter = 0; + print("1.."+TestDoc.plans); + for (var i = 0; i < TestDoc.results.length; i++) { + print(TestDoc.results[i]); + } + print("----------------------------------------"); + if (TestDoc.fails == 0 && TestDoc.passes == TestDoc.plans) { + print("All tests successful."); + } + else { + print("Failed " + TestDoc.fails + "/" + TestDoc.plans + " tests, "+((TestDoc.plans == 0)? 0 : Math.round(TestDoc.passes/(TestDoc.passes+TestDoc.fails)*10000)/100)+"% okay. Planned to run "+TestDoc.plans+", did run "+(TestDoc.passes+TestDoc.fails)+".") + } +} + +TestDoc.plan = function(n, message) { + TestDoc.plans += n; + TestDoc.record(new TestDoc.Result(null, message+" ("+n+" tests)")); +} + +TestDoc.assertEquals = function(a, b, message) { + var result = (a == b); + if (!result) message += "\n#\n# " + a + " does not equal " + b + "\n#"; + TestDoc.record(new TestDoc.Result(result, message)); +} + +TestDoc.assertNotEquals = function(a, b, message) { + var result = (a != b); + if (!result) message += "\n#\n# " + a + " equals " + b + "\n#"; + TestDoc.record(new TestDoc.Result(result, message)); +} + +TestDoc.readFile = (function(){ + // rhino + if (typeof readFile == "function") { + return function(url) { + var text = readFile(url); + return text || ""; + } + } + + // a web browser + else { + return function(url) { + var httpRequest; + + if (window.XMLHttpRequest) { // Mozilla, Safari, etc + httpRequest = new XMLHttpRequest(); + } + else if (window.ActiveXObject) { // IE + try { + httpRequest = new ActiveXObject("Msxml2.XMLHTTP"); + } + catch (e) { + try { + httpRequest = new ActiveXObject("Microsoft.XMLHTTP"); + } + catch (e) { + } + } + } + + if (!httpRequest) { throw "Cannot create HTTP Request."; } + + httpRequest.open('GET', url, false); + httpRequest.send(''); + if (httpRequest.readyState == 4) { + if (httpRequest.status >= 400) { + throw "The HTTP Request returned an error code: "+httpRequest.status; + } + } + + return httpRequest.responseText || ""; + } + } +})(); diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/t/runner.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/t/runner.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,13 @@ +// try: java -jar ../../jsrun.jar runner.js + +load("TestDoc.js"); + +TestDoc.prove("../frame/Opt.js"); +TestDoc.prove("../lib/JSDOC.js"); +TestDoc.prove("../frame/String.js"); +TestDoc.prove("../lib/JSDOC/DocTag.js"); +TestDoc.prove("../lib/JSDOC/DocComment.js"); +TestDoc.prove("../lib/JSDOC/TokenReader.js"); +TestDoc.prove("../lib/JSDOC/Symbol.js"); + +TestDoc.report(); diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,342 @@ +load("app/frame/Dumper.js"); +function symbolize(opt) { + symbols = null; + JSDOC.JsDoc(opt); + symbols = JSDOC.JsDoc.symbolSet; +} + +var testCases = [ + function() { + symbolize({a:true, p:true, _: [SYS.pwd+"test/overview.js"]}); + //print(Dumper.dump(symbols)); + is('symbols.getSymbolByName("My Cool Library").name', 'My Cool Library', 'File overview can be found by alias.'); + } + , + function() { + symbolize({_: [SYS.pwd+"test/name.js"]}); + + is('symbols.getSymbol("Response").name', "Response", 'Virtual class name is found.'); + is('symbols.getSymbol("Response#text").alias', "Response#text", 'Virtual method name is found.'); + is('symbols.getSymbol("Response#text").memberOf', "Response", 'Virtual method parent name is found.'); + } + , + function() { + symbolize({a:true, p:true, _: [SYS.pwd+"test/prototype.js"]}); + + is('symbols.getSymbol("Article").name', "Article", 'Function set to constructor prototype with inner constructor name is found.'); + is('symbols.getSymbol("Article").hasMethod("init")', true, 'The initializer method name of prototype function is correct.'); + is('symbols.getSymbol("Article").hasMember("counter")', true, 'A static property set in the prototype definition is found.'); + is('symbols.getSymbol("Article").hasMember("title")', true, 'An instance property set in the prototype is found.'); + is('symbols.getSymbol("Article#title").isStatic', false, 'An instance property has isStatic set to false.'); + is('symbols.getSymbol("Article.counter").name', "counter", 'A static property set in the initializer has the name set correctly.'); + is('symbols.getSymbol("Article.counter").memberOf', "Article", 'A static property set in the initializer has the memberOf set correctly.'); + is('symbols.getSymbol("Article.counter").isStatic', true, 'A static property set in the initializer has isStatic set to true.'); + } + , + function() { + symbolize({a:true, _: [SYS.pwd+"test/prototype_oblit.js"]}); + + is('symbols.getSymbol("Article").name', "Article", 'Oblit set to constructor prototype name is found.'); + is('typeof symbols.getSymbol("Article.prototype")', "undefined", 'The prototype oblit is not a symbol.'); + is('symbols.getSymbol("Article#getTitle").name', "getTitle", 'The nonstatic method name of prototype oblit is correct.'); + is('symbols.getSymbol("Article#getTitle").alias', "Article#getTitle", 'The alias of non-static method of prototype oblit is correct.'); + is('symbols.getSymbol("Article#getTitle").isStatic', false, 'The isStatic of a nonstatic method of prototype oblit is correct.'); + is('symbols.getSymbol("Article.getTitle").name', "getTitle", 'The static method name of prototype oblit is correct.'); + is('symbols.getSymbol("Article.getTitle").isStatic', true, 'The isStatic of a static method of prototype oblit is correct.'); + is('symbols.getSymbol("Article#getTitle").isa', "FUNCTION", 'The isa of non-static method of prototype oblit is correct.'); + is('symbols.getSymbol("Article.getTitle").alias', "Article.getTitle", 'The alias of a static method of prototype oblit is correct.'); + is('symbols.getSymbol("Article.getTitle").isa', "FUNCTION", 'The isa of static method of prototype oblit is correct.'); + } + , + function() { + symbolize({a:true, p:true, _: [SYS.pwd+"test/prototype_oblit_constructor.js"]}); + + is('symbols.getSymbol("Article").name', "Article", 'Oblit set to constructor prototype with inner constructor name is found.'); + is('symbols.getSymbol("Article#init").name', "init", 'The initializer method name of prototype oblit is correct.'); + is('symbols.getSymbol("Article").hasMember("pages")', true, 'Property set by initializer method "this" is on the outer constructor.'); + is('symbols.getSymbol("Article#Title").name', "Title", 'Name of the inner constructor name is found.'); + is('symbols.getSymbol("Article#Title").memberOf', "Article", 'The memberOf of the inner constructor name is found.'); + is('symbols.getSymbol("Article#Title").isa', "CONSTRUCTOR", 'The isa of the inner constructor name is constructor.'); + is('symbols.getSymbol("Article#Title").hasMember("title")', true, 'A property set on the inner constructor "this" is on the inner constructor.'); + } + , + function() { + symbolize({a:true, p:true, _: [SYS.pwd+"test/inner.js"]}); + + is('symbols.getSymbol("Outer").name', "Outer", 'Outer constructor prototype name is found.'); + is('symbols.getSymbol("Outer").methods.length', 1, 'Inner function doesnt appear as a method of the outer.'); + is('symbols.getSymbol("Outer").hasMethod("open")', true, 'Outer constructors methods arent affected by inner function.'); + is('symbols.getSymbol("Outer-Inner").alias', "Outer-Inner", 'Alias of inner function is found.'); + is('symbols.getSymbol("Outer-Inner").isa', "CONSTRUCTOR", 'isa of inner function constructor is found.'); + is('symbols.getSymbol("Outer-Inner").memberOf', "Outer", 'The memberOf of inner function is found.'); + is('symbols.getSymbol("Outer-Inner").name', "Inner", 'The name of inner function is found.'); + is('symbols.getSymbol("Outer-Inner#name").name', "name", 'A member of the inner function constructor, attached to "this" is found on inner.'); + is('symbols.getSymbol("Outer-Inner#name").memberOf', "Outer-Inner", 'The memberOf of an inner function member is found.'); + } + , + function() { + symbolize({a:true, _: [SYS.pwd+"test/prototype_nested.js"]}); + + is('symbols.getSymbol("Word").name', "Word", 'Base constructor name is found.'); + is('symbols.getSymbol("Word").hasMethod("reverse")', true, 'Base constructor method is found.'); + is('symbols.getSymbol("Word").methods.length', 1, 'Base constructor has only one method.'); + is('symbols.getSymbol("Word").memberOf', "", 'Base constructor memberOf is empty.'); + is('symbols.getSymbol("Word#reverse").name', "reverse", 'Member of constructor prototype name is found.'); + is('symbols.getSymbol("Word#reverse").memberOf', "Word", 'Member of constructor prototype memberOf is found.'); + is('symbols.getSymbol("Word#reverse.utf8").name', "utf8", 'Member of constructor prototype method name is found.'); + is('symbols.getSymbol("Word#reverse.utf8").memberOf', "Word#reverse", 'Static nested member memberOf is found.'); + } + , + function() { + symbolize({a:true, _: [SYS.pwd+"test/namespace_nested.js"]}); + + is('symbols.getSymbol("ns1").name', "ns1", 'Base namespace name is found.'); + is('symbols.getSymbol("ns1").memberOf', "", 'Base namespace memberOf is empty (its a constructor).'); + is('symbols.getSymbol("ns1.ns2").name', "ns2", 'Nested namespace name is found.'); + is('symbols.getSymbol("ns1.ns2").alias', "ns1.ns2", 'Nested namespace alias is found.'); + is('symbols.getSymbol("ns1.ns2").memberOf', "ns1", 'Nested namespace memberOf is found.'); + is('symbols.getSymbol("ns1.ns2.Function1").name', "Function1", 'Method of nested namespace name is found.'); + is('symbols.getSymbol("ns1.ns2.Function1").memberOf', "ns1.ns2", 'Constructor of nested namespace memberOf is found.'); + } + , + function() { + symbolize({a:true, p:true, _: [SYS.pwd+"test/functions_nested.js"]}); + + is('symbols.getSymbol("Zop").name', "Zop", 'Any constructor name is found.'); + is('symbols.getSymbol("Zop").isa', "CONSTRUCTOR", 'It isa constructor.'); + is('symbols.getSymbol("Zop").hasMethod("zap")', true, 'Its method name, set later, is in methods array.'); + is('symbols.getSymbol("Foo").name', "Foo", 'The containing constructor name is found.'); + is('symbols.getSymbol("Foo").hasMethod("methodOne")', true, 'Its method name is found.'); + is('symbols.getSymbol("Foo").hasMethod("methodTwo")', true, 'Its second method name is found.'); + is('symbols.getSymbol("Foo#methodOne").alias', "Foo#methodOne", 'A methods alias is found.'); + is('symbols.getSymbol("Foo#methodOne").isStatic', false, 'A methods is not static.'); + is('symbols.getSymbol("Bar").name', "Bar", 'A global function declared inside another function is found.'); + is('symbols.getSymbol("Bar").isa', "FUNCTION", 'It isa function.'); + is('symbols.getSymbol("Bar").memberOf', "_global_", 'It is global.'); + is('symbols.getSymbol("Foo-inner").name', "inner", 'An inner functions name is found.'); + is('symbols.getSymbol("Foo-inner").memberOf', "Foo", 'It is member of the outer function.'); + is('symbols.getSymbol("Foo-inner").isInner', true, 'It is an inner function.'); + } + , + function() { + symbolize({a:true, _: [SYS.pwd+"test/memberof_constructor.js"]}); + + is('symbols.getSymbol("Circle#Tangent").name', "Tangent", 'Constructor set on prototype using @member has correct name.'); + is('symbols.getSymbol("Circle#Tangent").memberOf', "Circle", 'Constructor set on prototype using @member has correct memberOf.'); + is('symbols.getSymbol("Circle#Tangent").alias', "Circle#Tangent", 'Constructor set on prototype using @member has correct alias.'); + is('symbols.getSymbol("Circle#Tangent").isa', "CONSTRUCTOR", 'Constructor set on prototype using @member has correct isa.'); + is('symbols.getSymbol("Circle#Tangent").isStatic', false, 'Constructor set on prototype using @member is not static.'); + is('symbols.getSymbol("Circle#Tangent#getDiameter").name', "getDiameter", 'Method set on prototype using @member has correct name.'); + is('symbols.getSymbol("Circle#Tangent#getDiameter").memberOf', "Circle#Tangent", 'Method set on prototype using @member has correct memberOf.'); + is('symbols.getSymbol("Circle#Tangent#getDiameter").alias', "Circle#Tangent#getDiameter", 'Method set on prototype using @member has correct alias.'); + is('symbols.getSymbol("Circle#Tangent#getDiameter").isa', "FUNCTION", 'Method set on prototype using @member has correct isa.'); + is('symbols.getSymbol("Circle#Tangent#getDiameter").isStatic', false, 'Method set on prototype using @member is not static.'); + } + , + function() { + symbolize({a:true, p: true, _: [SYS.pwd+"test/memberof.js"]}); + + is('symbols.getSymbol("pack.install").alias', "pack.install", 'Using @memberOf sets alias, when parent name is in memberOf tag.'); + is('symbols.getSymbol("pack.install.overwrite").name', "install.overwrite", 'Using @memberOf sets name, even if the name is dotted.'); + is('symbols.getSymbol("pack.install.overwrite").memberOf', "pack", 'Using @memberOf sets memberOf.'); + is('symbols.getSymbol("pack.install.overwrite").isStatic', true, 'Using @memberOf with value not ending in octothorp sets isStatic to true.'); + } + , + function() { + symbolize({a:true, p: true, _: [SYS.pwd+"test/memberof2.js"]}); + + is('symbols.getSymbol("Foo#bar").alias', "Foo#bar", 'An inner function can be documented as an instance method.'); + is('symbols.getSymbol("Foo.zip").alias', "Foo.zip", 'An inner function can be documented as a static method.'); + is('symbols.getSymbol("Foo.Fiz").alias', "Foo.Fiz", 'An inner function can be documented as a static constructor.'); + is('symbols.getSymbol("Foo.Fiz#fipple").alias', "Foo.Fiz#fipple", 'An inner function can be documented as a static constructor with a method.'); + is('symbols.getSymbol("Foo#blat").alias', "Foo#blat", 'An global function can be documented as an instance method.'); + } + , + function() { + symbolize({a:true, p: true, _: [SYS.pwd+"test/memberof3.js"]}); + + is('symbols.getSymbol("Foo#bar").alias', "Foo#bar", 'A virtual field can be documented as an instance method.'); + is('symbols.getSymbol("Foo2#bar").alias', "Foo2#bar", 'A virtual field with the same name can be documented as an instance method.'); + } + , + function() { + symbolize({a:true, p:true, _: [SYS.pwd+"test/borrows.js"]}); + + is('symbols.getSymbol("Layout").name', "Layout", 'Constructor can be found.'); + is('symbols.getSymbol("Layout").hasMethod("init")', true, 'Constructor method name can be found.'); + is('symbols.getSymbol("Layout").hasMember("orientation")', true, 'Constructor property name can be found.'); + + is('symbols.getSymbol("Page").hasMethod("reset")', true, 'Second constructor method name can be found.'); + is('symbols.getSymbol("Page").hasMember("orientation")', true, 'Second constructor borrowed property name can be found in properties.'); + is('symbols.getSymbol("Page#orientation").memberOf', "Page", 'Second constructor borrowed property memberOf can be found.'); + is('symbols.getSymbol("Page-getInnerElements").alias', "Page-getInnerElements", 'Can borrow an inner function and it is still inner.'); + is('symbols.getSymbol("Page.units").alias', "Page.units", 'Can borrow a static function and it is still static.'); + + is('symbols.getSymbol("ThreeColumnPage#init").alias', "ThreeColumnPage#init", 'Third constructor method can be found even though method with same name is borrowed.'); + is('symbols.getSymbol("ThreeColumnPage#reset").alias', "ThreeColumnPage#reset", 'Borrowed method can be found.'); + is('symbols.getSymbol("ThreeColumnPage#orientation").alias', "ThreeColumnPage#orientation", 'Twice borrowed method can be found.'); + + } + , + function() { + symbolize({a:true, p:true, _: [SYS.pwd+"test/borrows2.js"]}); + + is('symbols.getSymbol("Foo").hasMethod("my_zop")', true, 'Borrowed method can be found.'); + is('symbols.getSymbol("Bar").hasMethod("my_zip")', true, 'Second borrowed method can be found.'); + } + , + function() { + symbolize({a:true, p:true, _: [SYS.pwd+"test/constructs.js"]}); + + is('symbols.getSymbol("Person").hasMethod("say")', true, 'The constructs tag creates a class that lends can add a method to.'); + } + , + function() { + symbolize({a: true, _: [SYS.pwd+"test/augments.js", SYS.pwd+"test/augments2.js"]}); + + is('symbols.getSymbol("Page").augments[0]', "Layout", 'An augmented class can be found.'); + is('symbols.getSymbol("Page#reset").alias', "Page#reset", 'Method of augmenter can be found.'); + is('symbols.getSymbol("Page").hasMethod("Layout#init")', true, 'Method from augmented can be found.'); + is('symbols.getSymbol("Page").hasMember("Layout#orientation")', true, 'Property from augmented can be found.'); + is('symbols.getSymbol("Page").methods.length', 3, 'Methods of augmented class are included in methods array.'); + + is('symbols.getSymbol("ThreeColumnPage").augments[0]', "Page", 'The extends tag is a synonym for augments.'); + is('symbols.getSymbol("ThreeColumnPage").hasMethod("ThreeColumnPage#init")', true, 'Local method overrides augmented method of same name.'); + is('symbols.getSymbol("ThreeColumnPage").methods.length', 3, 'Local method count is right.'); + + is('symbols.getSymbol("NewsletterPage").augments[0]', "ThreeColumnPage", 'Can augment across file boundaries.'); + is('symbols.getSymbol("NewsletterPage").augments.length', 2, 'Multiple augments are supported.'); + is('symbols.getSymbol("NewsletterPage").inherits[0].alias', "Junkmail#annoy", 'Inherited method with augments.'); + is('symbols.getSymbol("NewsletterPage").methods.length', 6, 'Methods of augmented class are included in methods array across files.'); + is('symbols.getSymbol("NewsletterPage").properties.length', 1, 'Properties of augmented class are included in properties array across files.'); + } + , + function() { + symbolize({a:true, _: [SYS.pwd+"test/static_this.js"]}); + + is('symbols.getSymbol("box.holder").name', "holder", 'Static namespace name can be found.'); + is('symbols.getSymbol("box.holder.foo").name', "foo", 'Static namespace method name can be found.'); + is('symbols.getSymbol("box.holder").isStatic', true, 'Static namespace method is static.'); + + is('symbols.getSymbol("box.holder.counter").name', "counter", 'Instance namespace property name set on "this" can be found.'); + is('symbols.getSymbol("box.holder.counter").alias', "box.holder.counter", 'Instance namespace property alias set on "this" can be found.'); + is('symbols.getSymbol("box.holder.counter").memberOf', "box.holder", 'Static namespace property memberOf set on "this" can be found.'); + } + , + function() { + symbolize({a:true, p: true, _: [SYS.pwd+"test/lend.js"]}); + + is('symbols.getSymbol("Person").name', "Person", 'Class defined in lend comment is found.'); + is('symbols.getSymbol("Person").hasMethod("initialize")', true, 'Lent instance method name can be found.'); + is('symbols.getSymbol("Person").hasMethod("say")', true, 'Second instance method can be found.'); + is('symbols.getSymbol("Person#sing").isStatic', false, 'Instance method is known to be not static.'); + + is('symbols.getSymbol("Person.getCount").name', "getCount", 'Static method name from second lend comment can be found.'); + is('symbols.getSymbol("Person.getCount").isStatic', true, 'Static method from second lend comment is known to be static.'); + + is('LOG.warnings.filter(function($){if($.indexOf("notok") > -1) return $}).length', 1, 'A warning is emitted when lending to an undocumented parent.'); + } + , + function() { + symbolize({a:true, _: [SYS.pwd+"test/param_inline.js"]}); + + is('symbols.getSymbol("Layout").params[0].type', "int", 'Inline param name is set.'); + is('symbols.getSymbol("Layout").params[0].desc', "The number of columns.", 'Inline param desc is set from comment.'); + is('symbols.getSymbol("Layout#getElement").params[0].name', "id", 'User defined param documentation takes precedence over parser defined.'); + is('symbols.getSymbol("Layout#getElement").params[0].isOptional', true, 'Default for param is to not be optional.'); + is('symbols.getSymbol("Layout#getElement").params[1].isOptional', false, 'Can mark a param as being optional.'); + is('symbols.getSymbol("Layout#getElement").params[1].type', "number|string", 'Type of inline param doc can have multiple values.'); + is('symbols.getSymbol("Layout#Canvas").params[0].type', "", 'Type can be not defined for some params.'); + is('symbols.getSymbol("Layout#Canvas").params[2].type', "int", 'Type can be defined inline for only some params.'); + is('symbols.getSymbol("Layout#rotate").params.length', 0, 'Docomments inside function sig is ignored without a param.'); + is('symbols.getSymbol("Layout#init").params[2].type', "zoppler", 'Doc comment type overrides inline type for param with same name.'); + } + , + function() { + symbolize({a: true, _: [SYS.pwd+"test/shared.js", SYS.pwd+"test/shared2.js"]}); + + is('symbols.getSymbol("Array#some").name', 'some', 'The name of a symbol in a shared section is found.'); + is('symbols.getSymbol("Array#some").alias', 'Array#some', 'The alias of a symbol in a shared section is found.'); + is('symbols.getSymbol("Array#some").desc', "Extension to builtin array.", 'A description can be shared.'); + is('symbols.getSymbol("Array#filter").desc', "Extension to builtin array.\nChange every element of an array.", 'A shared description is appended.'); + is('symbols.getSymbol("Queue").desc', "A first in, first out data structure.", 'A description is not shared when outside a shared section.'); + is('symbols.getSymbol("Queue.rewind").alias', "Queue.rewind", 'Second shared tag can be started.'); + is('symbols.getSymbol("startOver").alias', "startOver", 'Shared tag doesnt cross over files.'); + } + , + function() { + symbolize({a: true, _: [SYS.pwd+"test/config.js"]}); + is('symbols.getSymbol("Contact").params[0].name', 'person', 'The name of a param is found.'); + is('symbols.getSymbol("Contact").params[1].name', 'person.name', 'The name of a param set with a dot name is found.'); + is('symbols.getSymbol("Contact").params[2].name', 'person.age', 'The name of a second param set with a dot name is found.'); + is('symbols.getSymbol("Contact").params[4].name', 'connection', 'The name of a param after config is found.'); + + is('symbols.getSymbol("Family").params[0].name', 'persons', 'Another name of a param is found.'); + is('symbols.getSymbol("Family").params[1].name', 'persons.Father', 'The name of a param+config is found.'); + is('symbols.getSymbol("Family").params[2].name', 'persons.Mother', 'The name of a second param+config is found.'); + is('symbols.getSymbol("Family").params[3].name', 'persons.Children', 'The name of a third param+config is found.'); + } + , + function() { + symbolize({a:true, p:true, _: [SYS.pwd+"test/ignore.js"]}); + is('LOG.warnings.filter(function($){if($.indexOf("undocumented symbol Ignored") > -1) return $}).length', 1, 'A warning is emitted when documenting members of an ignored parent.'); + } + , + function() { + symbolize({a:true, p:true, _: [SYS.pwd+"test/functions_anon.js"]}); + is('symbols.getSymbol("a.b").alias', 'a.b', 'In anonymous constructor this is found to be the container object.'); + is('symbols.getSymbol("a.f").alias', 'a.f', 'In anonymous constructor this can have a method.'); + is('symbols.getSymbol("a.c").alias', 'a.c', 'In anonymous constructor method this is found to be the container object.'); + is('symbols.getSymbol("g").alias', 'g', 'In anonymous function executed inline this is the global.'); + is('symbols.getSymbol("bar2.p").alias', 'bar2.p', 'In named constructor executed inline this is the container object.'); + is('symbols.getSymbol("module.pub").alias', 'module.pub', 'In parenthesized anonymous function executed inline function scoped variables arent documented.'); + } + , + function() { + symbolize({a:true, p:true, _: [SYS.pwd+"test/oblit_anon.js"]}); + is('symbols.getSymbol("opt").name', 'opt', 'Anonymous object properties are created.'); + is('symbols.getSymbol("opt.conf.keep").alias', 'opt.conf.keep', 'Anonymous object first property is assigned to $anonymous.'); + is('symbols.getSymbol("opt.conf.base").alias', 'opt.conf.base', 'Anonymous object second property is assigned to $anonymous.'); + } + , + function() { + symbolize({a:true, p:true, _: [SYS.pwd+"test/params_optional.js"]}); + is('symbols.getSymbol("Document").params.length', 3, 'Correct number of params are found when optional param syntax is used.'); + is('symbols.getSymbol("Document").params[1].name', "id", 'Name of optional param is found.'); + is('symbols.getSymbol("Document").params[1].isOptional', true, 'Optional param is marked isOptional.'); + is('symbols.getSymbol("Document").params[2].name', "title", 'Name of optional param with default value is found.'); + is('symbols.getSymbol("Document").params[2].isOptional', true, 'Optional param with default value is marked isOptional.'); + is('symbols.getSymbol("Document").params[2].defaultValue', " This is untitled.", 'Optional param default value is found.'); + } + , + function() { + symbolize({a:true, p:true, _: [SYS.pwd+"test/synonyms.js"]}); + is('symbols.getSymbol("myObject.myFunc").type', 'function', 'Type can be set to function.'); + } + , + function() { + symbolize({a:true, p:true, _: [SYS.pwd+"test/event.js"]}); + is('symbols.getSymbol("Kitchen#event:cakeEaten").isEvent', true, 'Function with event prefix is an event.'); + is('symbols.getSymbol("Kitchen#cakeEaten").isa', "FUNCTION", 'Function with same name as event isa function.'); + } + , + function() { + symbolize({x:"js", a:true, _: [SYS.pwd+"test/scripts/"]}); + is('JSDOC.JsDoc.srcFiles.length', 1, 'Only js files are scanned when -x=js.'); + } + , + function() { + symbolize({x:"js", a:true, _: [SYS.pwd+"test/exports.js"]}); + is('symbols.getSymbol("mxn.Map#doThings").name', 'doThings', 'Exports creates a documentation alias that can have methods.'); + } + , + function() { + symbolize({p:true, a:true, _: [SYS.pwd+"test/module.js"]}); + is('symbols.getSymbol("myProject.myModule.myPublicMethod").name', 'myPublicMethod', 'A function wrapped in parens can be recognized.'); + is('symbols.getSymbol("myProject.myModule-myPrivateMethod").name', 'myPrivateMethod', 'A private method in the scope of a function wrapped in parens can be recognized.'); + is('symbols.getSymbol("myProject.myModule-myPrivateVar").name', 'myPrivateVar', 'A private member in the scope of a function wrapped in parens can be recognized.'); + } +]; + +//// run and print results +print(testrun(testCases)); diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/addon.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/addon.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,24 @@ +String.prototype.reverse = function() { +} + +String.prototype.reverse.utf8 = function() { +} + +Function.count = function() { +} + +/** @memberOf Function */ +Function.count.reset = function() { +} + +/** @memberOf Function */ +count.getValue = function() { +} + +/** @memberOf Function.prototype */ +getSig = function() { +} + +/** @memberOf Function.prototype */ +Function.prototype.getProps = function() { +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/anon_inner.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/anon_inner.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,14 @@ +/** + * @name bar + * @namespace + */ + +new function() { + /** + * @name bar-foo + * @function + * @param {number} x + */ + function foo(x) { + } +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/augments.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/augments.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,31 @@ +/** +@constructor +*/ +function Layout(p) { + this.init = function(p) { + } + + this.getId = function() { + } + + /** @type Page */ + this.orientation = "landscape"; +} + +/** +@constructor +@augments Layout +*/ +function Page() { + this.reset = function(b) { + } +} + +/** +@extends Page +@constructor +*/ +function ThreeColumnPage() { + this.init = function(resetCode) { + } +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/augments2.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/augments2.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,26 @@ +/** +@constructor +*/ +function LibraryItem() { + this.reserve = function() { + } +} + +/** +@constructor +*/ +function Junkmail() { + this.annoy = function() { + } +} + +/** +@inherits Junkmail.prototype.annoy as pester +@augments ThreeColumnPage +@augments LibraryItem +@constructor +*/ +function NewsletterPage() { + this.getHeadline = function() { + } +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/borrows.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/borrows.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,46 @@ +/** +@constructor +*/ +function Layout(p) { + /** initilize 1 */ + this.init = function(p) { + } + + /** get the id */ + this.getId = function() { + } + + /** @type string */ + this.orientation = "landscape"; + + function getInnerElements(elementSecretId){ + } +} + +/** A static method. */ +Layout.units = function() { +} + +/** +@constructor +@borrows Layout#orientation +@borrows Layout-getInnerElements +@borrows Layout.units +*/ +function Page() { + /** reset the page */ + this.reset = function(b) { + } +} + +/** +@constructor +@borrows Layout.prototype.orientation as this.orientation +@borrows Layout.prototype.init as #init +@inherits Page.prototype.reset as #reset +*/ +function ThreeColumnPage() { + /** initilize 2 */ + this.init = function(p) { + } +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/borrows2.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/borrows2.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,23 @@ +// testing circular borrows + +/** + @class + @borrows Bar#zop as this.my_zop +*/ +function Foo() { + /** this is a zip. */ + this.zip = function() {} + + this.my_zop = new Bar().zop; +} + +/** + @class + @borrows Foo#zip as this.my_zip +*/ +function Bar() { + /** this is a zop. */ + this.zop = function() {} + + this.my_zip = new Foo().zip; +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/config.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/config.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,22 @@ +/** + * @constructor + * @param person The person. + * @param {string} person.name The person's name. + * @config {integer} age The person's age. + * @config [id=1] Optional id number to use. + * @param connection + */ +function Contact(person, connection) { + +} + +/** + * @constructor + * @param persons + * @config {string} Father The paternal person. + * @config {string} Mother The maternal person. + * @config {string[]} Children And the rest. + */ +function Family(/**Object*/persons) { + +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/constructs.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/constructs.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,18 @@ +var Person = makeClass( + /** + @scope Person + */ + { + /** + This is just another way to define a constructor. + @constructs + @param {string} name The name of the person. + */ + initialize: function(name) { + this.name = name; + }, + say: function(message) { + return this.name + " says: " + message; + } + } +); \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/encoding.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/encoding.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,10 @@ + +/** + * @Constructor + * @desc 配置文件 + * @class 什么也不返回 + */ +function Test(conf) { + // do something; +} + diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/encoding_other.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/encoding_other.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,12 @@ + +/** + * @Constructor + * @desc + * @class + */ +function Test(conf) { + // do something; +} + +// run with commanline option -e=iso-8859-5 + diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/event.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/event.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,54 @@ +/** + * @name Kitchen + * @constructor + * @fires Bakery#event:donutOrdered + */ + +/** + * Fired when some cake is eaten. + * @name Kitchen#event:cakeEaten + * @function + * @param {Number} pieces The number of pieces eaten. + */ + +/** + * Find out if cake was eaten. + * @name Kitchen#cakeEaten + * @function + * @param {Boolean} wasEaten + */ + +/** + * @name getDesert + * @function + * @fires Kitchen#event:cakeEaten + */ + +/** + * @name Bakery + * @constructor + * @extends Kitchen + */ + +/** + * Fired when a donut order is made. + * @name Bakery#event:donutOrdered + * @event + * @param {Event} e The event object. + * @param {String} [e.topping] Optional sprinkles. + */ + +/** + * @constructor + * @borrows Bakery#event:donutOrdered as this.event:cakeOrdered + */ +function CakeShop() { +} + +/** @event */ +CakeShop.prototype.icingReady = function(isPink) { +} + +/** @event */ +function amHungry(/**Boolean*/enoughToEatAHorse) { +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/exports.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/exports.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,14 @@ +/** @namespace */ +var mxn = {}; + +(function(){ + /** @exports Map as mxn.Map */ + var Map = + /** @constructor */ + mxn.Map = function() { + }; + + /** A method. */ + Map.prototype.doThings = function() { + }; +})(); \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/functions_anon.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/functions_anon.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,39 @@ +/** an anonymous constructor executed inline */ +a = new function() { + /** a.b*/ + this.b = 1; + /** a.f */ + this.f = function() { + /** a.c */ + this.c = 2; + } +} + + +/** + named function executed inline +*/ +bar1 = function Zoola1() { + /** property of global */ + this.g = 1; +}(); + +/** + named constructor executed inline +*/ +bar2 = new function Zoola2() { + /** property of bar */ + this.p = 1; +}; + +/** module pattern */ +module = (function () { + /** won't appear in documentation */ + var priv = 1; + + /** @scope module */ + return { + /** will appear as a property of module */ + pub: 1 + } +})(); diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/functions_nested.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/functions_nested.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,33 @@ +/** @constructor */ +function Zop() { +} + +/** + @class +*/ +Foo = function(id) { + // this is a bit twisted, but if you call Foo() you will then + // modify Foo(). This is kinda, sorta non-insane, because you + // would have to call Foo() 100% of the time to use Foo's methods + Foo.prototype.methodOne = function(bar) { + alert(bar); + }; + + // same again + Foo.prototype.methodTwo = function(bar2) { + alert(bar2); + }; + + // and these are only executed if the enclosing function is actually called + // and who knows if that will ever happen? + Bar = function(pez) { + alert(pez); + }; + Zop.prototype.zap = function(p){ + alert(p); + }; + + // but this is only visible inside Foo + function inner() { + } +}; diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/global.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/global.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,13 @@ +/** ecks */ +var x = [1, 2, 4]; + +var y = { + foo: function(){ + } +} + +bar = function() { +} + +function zop() { +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/globals.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/globals.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,25 @@ +function example(/**Circle*/a, b) { + /** a global defined in function */ + var number = a; + + var hideNumber = function(){ + } + + setNumber = function(){ + } + alert('You have chosen: ' + b); +} + +function initPage() { + var supported = document.createElement && document.getElementsByTagName; + if (!supported) return; + // start of DOM script + var x = document.getElementById('writeroot'); + // etc. +} + +/** an example var */ +var document = new Document(x, y); + +var getNumber = function(){ +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/ignore.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/ignore.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,10 @@ +/** + * A test constructor. + * @constructor + * @ignore + */ +function Ignored() { + /** a method */ + this.bar = function() { + } +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/inner.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/inner.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,16 @@ +/** + * @constructor + */ +function Outer() { + /** + * @constructor + */ + function Inner(name) { + /** The name of this. */ + this.name = name; + } + + this.open = function(name) { + return (new Inner(name)); + } +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/jsdoc_test.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/jsdoc_test.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,477 @@ +/** + * @fileoverview This file is to be used for testing the JSDoc parser + * It is not intended to be an example of good JavaScript OO-programming, + * nor is it intended to fulfill any specific purpose apart from + * demonstrating the functionality of the + * JSDoc parser + * + * @author Gabriel Reid gab_reid@users.sourceforge.net + * @version 0.1 + */ + + +/** + * Construct a new Shape object. + * @class This is the basic Shape class. + * It can be considered an abstract class, even though no such thing + * really existing in JavaScript + * @constructor + * @throws MemoryException if there is no more memory + * @throws GeneralShapeException rarely (if ever) + * @return {Shape|Coordinate} A new shape. + */ +function Shape(){ + + /** + * This is an example of a function that is not given as a property + * of a prototype, but instead it is assigned within a constructor. + * For inner functions like this to be picked up by the parser, the + * function that acts as a constructor must be denoted with + * the @constructor tag in its comment. + * @type String + */ + this.getClassName = function(){ + return "Shape"; + } + + /** + * This is an inner method, just used here as an example + * @since version 0.5 + * @author Sue Smart + */ + function addReference(){ + // Do nothing... + } + +} + +/** + * Create a new Hexagon instance. + * @extends Shape + * @class Hexagon is a class that is a logical sublcass of + * {@link Shape} (thanks to the @extends tag), but in + * reality it is completely unrelated to Shape. + * @param {int} sideLength The length of one side for the new Hexagon + * @example + * var h = new Hexagon(2); + * @example + * if (hasHex) { + * hex = new Hexagon(5); + * color = hex.getColor(); + * } + */ +function Hexagon(sideLength) { +} + + +/** + * This is an unattached (static) function that adds two integers together. + * @param {int} One The first number to add + * @param {int} Two The second number to add + * @author Gabriel Reid + * @deprecated So you shouldn't use it anymore! Use {@link Shape#getClassName} instead. + */ +function Add(One, Two){ + return One + Two; +} + + +/** + * The color of this shape + * @type Color + */ +Shape.prototype.color = null; + +/** + * The border of this shape. + * @field + * @type int + */ +Shape.prototype.border = function(){return border;}; + +/* + * These are all the instance method implementations for Shape + */ + +/** + * Get the coordinates of this shape. It is assumed that we're always talking + * about shapes in a 2D location here. + * @requires The {@link Shape} class + * @returns A Coordinate object representing the location of this Shape + * @type Coordinate[] + */ +Shape.prototype.getCoords = function(){ + return this.coords; +} + +/** + * Get the color of this shape. + * @see #setColor + * @see The Color library. + * @link Shape + * @type Color + */ +Shape.prototype.getColor = function(){ + return this.color; +} + +/** + * Set the coordinates for this Shape + * @param {Coordinate} coordinates The coordinates to set for this Shape + */ +Shape.prototype.setCoords = function(coordinates){ + this.coords = coordinates; +} + +/** + * Set the color for this Shape + * @param {Color} color The color to set for this Shape + * @param other There is no other param, but it can still be documented if + * optional parameters are used + * @throws NonExistantColorException (no, not really!) + * @see #getColor + */ +Shape.prototype.setColor = function(color){ + this.color = color; +} + +/** + * Clone this shape + * @returns A copy of this shape + * @type Shape + * @author Gabriel Reid + */ +Shape.prototype.clone = function(){ + return new Shape(); +} + +/** + * Create a new Rectangle instance. + * @class A basic rectangle class, inherits from Shape. + * This class could be considered a concrete implementation class + * @constructor + * @param {int} width The optional width for this Rectangle + * @param {int} height Thie optional height for this Rectangle + * @author Gabriel Reid + * @see Shape is the base class for this + * @augments Shape + * @hilited + */ +function Rectangle(width, // This is the width + height // This is the height + ){ + if (width){ + this.width = width; + if (height){ + this.height = height; + } + } +} + + +/* Inherit from Shape */ +Rectangle.prototype = new Shape(); + +/** + * Value to represent the width of the Rectangle. + *
      Text in bold and italic and a + * link to SourceForge + * @private + * @type int + */ +Rectangle.prototype.width = 0; + +/** + * Value to represent the height of the Rectangle + * @private + * @type int + */ +Rectangle.prototype.height = 0; + +/** + * Get the type of this object. + * @type String + */ +Rectangle.prototype.getClassName= function(){ + return "Rectangle"; +} + +/** + * Get the value of the width for the Rectangle + * @type int + * @see Rectangle#setWidth + */ +Rectangle.prototype.getWidth = function(){ + return this.width; +} + +/** + * Get the value of the height for the Rectangle. + * Another getter is the {@link Shape#getColor} method in the + * {@link Shape} base class. + * @return The height of this Rectangle + * @type int + * @see Rectangle#setHeight + */ +Rectangle.prototype.getHeight = function(){ + return this.height; +} + +/** + * Set the width value for this Rectangle. + * @param {int} width The width value to be set + * @see #setWidth + */ +Rectangle.prototype.setWidth = function(width){ + this.width = width; +} + +/** + * Set the height value for this Rectangle. + * @param {int} height The height value to be set + * @see #getHeight + */ +Rectangle.prototype.setHeight = function(height){ + this.height = height; +} + +/** + * Get the value for the total area of this Rectangle + * @return total area of this Rectangle + * @type int + */ +Rectangle.prototype.getArea = function(){ + return width * height; +} + + +/** + * Create a new Square instance. + * @class A Square is a subclass of {@link Rectangle} + * @param {int} width The optional width for this Rectangle + * @param {int} height The optional height for this Rectangle + * @augments Rectangle + */ +function Square(width, height){ + if (width){ + this.width = width; + if (height){ + this.height = height; + } + } + +} + +/* Square is a subclass of Rectangle */ +Square.prototype = new Rectangle(); + +/** + * Set the width value for this Shape. + * @param {int} width The width value to be set + * @see #getWidth + */ +Square.prototype.setWidth = function(width){ + this.width = this.height = width; +} + +/** + * Set the height value for this Shape + * Sets the {@link Rectangle#height} attribute in the Rectangle. + * @param {int} height The height value to be set + */ +Square.prototype.setHeight = function(height){ + this.height = this.width = height; +} + + +/** + * Create a new Circle instance based on a radius. + * @class Circle class is another subclass of Shape + * @extends Shape + * @param {int} radius The optional radius of this {@link Circle } + * @mixin Square.prototype.setWidth as this.setDiameter + */ +function Circle(radius){ + if (radius) { + /** The radius of the this Circle. */ + this.radius = radius; + } +} + +/* Circle inherits from {@link Shape} */ +Circle.prototype = new Shape(); + +/** + * The radius value for this Circle + * @private + * @type int + */ +Circle.prototype.radius = 0; + +/** + * A very simple class (static) field that is also a constant + * @final + * @type float + */ +Circle.PI = 3.14; + +/** + * Get the radius value for this Circle + * @type int + * @see #setRadius + */ +Circle.prototype.getRadius = function(){ + return this.radius; +} + +/** + * Set the radius value for this Circle + * @param {int} radius The {@link Circle#radius} value to set + * @see #getRadius + */ +Circle.prototype.setRadius = function(radius){ + this.radius = radius; +} + +/** + * An example of a class (static) method that acts as a factory for Circle + * objects. Given a radius value, this method creates a new Circle. + * @param {int} radius The radius value to use for the new Circle. + * @type Circle + */ +Circle.createCircle = function(radius){ + return new Circle(radius); +} + + +/** + * Create a new Coordinate instance based on x and y grid data. + * @class Coordinate is a class that can encapsulate location information. + * @param {int} [x=0] The optional x portion of the Coordinate + * @param {int} [y=0] The optinal y portion of the Coordinate + */ +function Coordinate(x, y){ + if (x){ + this.x = x; + if (y){ + this.y = y; + } + } +} + +/** + * The x portion of the Coordinate + * @type int + * @see #getX + * @see #setX + */ +Coordinate.prototype.x = 0; + +/** + * The y portion of the Coordinate + * @type int + * @see #getY + * @see #setY + */ +Coordinate.prototype.y = 0; + +/** + * Gets the x portion of the Coordinate. + * @type int + * @see #setX + */ +Coordinate.prototype.getX = function(){ + return this.x; +} + +/** + * Get the y portion of the Coordinate. + * @type int + * @see #setY + */ +Coordinate.prototype.getY = function(){ + return this.y; +} + +/** + * Sets the x portion of the Coordinate. + * @param {int} x The x value to set + * @see #getX + */ +Coordinate.prototype.setX = function(x){ + this.x = x; +} + +/** + * Sets the y portion of the Coordinate. + * @param {int} y The y value to set + * @see #getY + */ +Coordinate.prototype.setY = function(y){ + this.y = y; +} + +/** + * @class This class exists to demonstrate the assignment of a class prototype + * as an anonymous block. + */ +function ShapeFactory(){ +} + +ShapeFactory.prototype = { + /** + * Creates a new {@link Shape} instance. + * @return A new {@link Shape} + * @type Shape + */ + createShape: function(){ + return new Shape(); + } +} + +/** + * An example of a singleton class + * @param ... Arguments represent {@link coordinate}s in the shape. + * @constructor + */ +MySingletonShapeFactory = function(){ + + /** + * Get the next {@link Shape} + * @type Shape + * @return A new {@link Shape} + */ + this.getShape = function(){ + return null; + } + +} + + +/** + * Create a new Foo instance. + * @class This is the Foo class. It exists to demonstrate 'nested' classes. + * @constructor + * @see Foo.Bar + */ +function Foo(){} + +/** + * Creates a new instance of Bar. + * @class This class exists to demonstrate 'nested' classes. + * @constructor + * @see Foo.Bar + */ +function Bar(){} + +/** + * Nested class + * @constructor + */ +Foo.Bar = function(){ + /** The x. */ this.x = 2; +} + +Foo.Bar.prototype = new Bar(); +/** The y. */ +Foo.Bar.prototype.y = '3'; diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/lend.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/lend.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,33 @@ + /** @class */ +var Person = Class.create( + /** + @lends Person.prototype + */ + { + initialize: function(name) { + this.name = name; + }, + say: function(message) { + return this.name + ': ' + message; + } + } + ); + +/** @lends Person.prototype */ +{ + /** like say but more musical */ + sing: function(song) { + } +} + +/** @lends Person */ +{ + getCount: function() { + } +} + +/** @lends Unknown.prototype */ +{ + notok: function() { + } +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/memberof.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/memberof.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,19 @@ +/** @constructor */ +pack = function() { + this.init = function(){} + function config(){} +} + + pack.build = function(task) {}; + +/** @memberOf pack */ +pack.install = function() {} + +/** @memberOf pack */ +pack.install.overwrite = function() {} + +/** @memberOf pack */ +clean = function() {} + +/** @memberOf pack-config */ +install = function() {}; diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/memberof2.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/memberof2.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,38 @@ +/** + * @constructor + */ +function Foo() { + /** + @memberOf Foo.prototype + */ + function bar(a, b) { + } + + /** + @memberOf Foo + */ + var zip = function(p, q) { + } + + /** + @memberOf Foo + */ + function zop( x,y ) { + } + + /** + @memberOf Foo + @constructor + */ + function Fiz() { + /** A method of Foo#Fiz. */ + this.fipple = function(fop){} + } +} + +/** + @memberOf Foo# + */ +var blat = function() { + +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/memberof3.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/memberof3.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,33 @@ +/** +* @name Foo +* @class +*/ + +/**#@+ +* @memberOf Foo# +* @field +*/ + +/** +* @name bar +* @type Object[] +*/ + +/**#@-*/ + +/** +* @name Foo2 +* @class +*/ + +/**#@+ +* @memberOf Foo2# +* @field +*/ + +/** +* @name bar +* @type Object[] +*/ + +/**#@-*/ \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/memberof_constructor.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/memberof_constructor.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,17 @@ +/** @constructor */ +function Circle(){} + +/** + @constructor + @memberOf Circle# + */ +Circle.prototype.Tangent = function(){}; + +// renaming Circle#Tangent to Circle#Circle#Tangent + +/** + @memberOf Circle#Tangent# + */ +Circle.prototype.Tangent.prototype.getDiameter = function(){}; + + diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/module.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/module.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,17 @@ +/** @namespace */ +myProject = myProject || {}; + +/** @namespace */ +myProject.myModule = (function () { + /** describe myPrivateVar here */ + var myPrivateVar = ""; + + var myPrivateMethod = function () { + } + + /** @scope myProject.myModule */ + return { + myPublicMethod: function () { + } + }; +})(); \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/multi_methods.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/multi_methods.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,25 @@ + +/** + Get the entire flavor. + @name flavor^3 + @function + @returns {Object} The entire flavor hash. +*/ +/** + Get a named flavor. + @name flavor^2 + @function + @param {String} name The name of the flavor to get. + @returns {String} The value of that flavor. +*/ +/** + Set the flavor. + @param {String} name The name of the flavor to set. + @param {String} value The value of the flavor. + @returns {String} The value of that flavor. +*/ +function flavor(name, value) { + if (arguments.length > 1) flavor[name] = value; + else if (arguments.length == 1) return flavor[name]; + else return flavor; +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/name.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/name.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,19 @@ +/** + @name Response + @class +*/ + +Response.prototype = { + /** + @name Response#text + @function + @description + Gets the body of the response as plain text + @returns {String} + Response as text + */ + + text: function() { + return this.nativeResponse.responseText; + } +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/namespace_nested.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/namespace_nested.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,23 @@ +/** + @namespace This is the first namespace. +*/ +ns1 = {}; + +/** + This is the second namespace. + @namespace +*/ +ns1.ns2 = {}; + +/** + This part of ns1.ns2 + @constructor +*/ +ns1.ns2.Function1 = function() { +}; + +ns1.staticFunction = function() { +}; + +/** A static field in a namespace. */ +ns1.ns2.staticField = 1; diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/nocode.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/nocode.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,13 @@ +/**#nocode+*/ + /** + @name star + @function + */ + function blahblah() { + + } +/**#nocode-*/ + +function yaddayadda() { + +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/oblit_anon.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/oblit_anon.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,20 @@ +/** the options */ +opt = Opt.get( + arguments, + { + d: "directory", + c: "conf", + "D[]": "define" + } +); + +/** configuration */ +opt.conf = { + /** keep */ + keep: true, + /** base */ + base: getBase(this, {p: properties}) +} + + + diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/overview.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/overview.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,20 @@ +/** + * @overview This "library" contains a + * lot of classes and functions. + * @example +
      +	var x (x < 1);
      +	alert("This 'is' \"code\"");
      + 
      + * @name My Cool Library + * @author Joe Smith jsmith@company.com + * @version 0.1 + */ + +/** + * Gets the current foo + * @param {String} fooId The unique identifier for the foo. + * @return {Object} Returns the current foo. + */ +function getFoo(fooID){ +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/param_inline.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/param_inline.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,37 @@ +/** + @constructor + @param columns The number of columns. +*/ +function Layout(/**int*/columns){ + /** + @param [id] The id of the element. + @param elName The name of the element. + */ + this.getElement = function( + /** string */ elName, + /** number|string */ id + ) { + }; + + /** + @constructor + */ + this.Canvas = function(top, left, /**int*/width, height) { + /** Is it initiated yet? */ + this.initiated = true; + } + + this.rotate = function(/**nothing*/) { + } + + /** + @param x + @param y + @param {zoppler} z*/ + this.init = function(x, y, /**abbler*/z) { + /** The xyz. */ + this.xyz = x+y+z; + this.getXyz = function() { + } + } +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/params_optional.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/params_optional.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,8 @@ + +/** + * @param {Page[]} pages + * @param {number} [id] Specifies the id, if applicable. + * @param {String} [title = This is untitled.] Specifies the title. + */ +function Document(pages, id, title){ +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/prototype.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/prototype.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,17 @@ +/** @constructor */ +function Article() { +} + +Article.prototype.init = function(title) { + /** the instance title */ + this.title = title; + + /** the static counter */ + Article.counter = 1; +} + +a = new Article(); +a.Init("my title"); + +print(a.title); +print(Article.counter); \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/prototype_nested.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/prototype_nested.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,9 @@ +/** @constructor */ +function Word() { +} + +Word.prototype.reverse = function() { +} + +Word.prototype.reverse.utf8 = function() { +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/prototype_oblit.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/prototype_oblit.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,13 @@ +/** @constructor */ +function Article() { +} + +Article.prototype = { + /** instance get title */ + getTitle: function(){ + } +} + +/** static get title */ +Article.getTitle = function(){ +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/prototype_oblit_constructor.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/prototype_oblit_constructor.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,24 @@ +/** @constructor */ +function Article() { +} + +Article.prototype = { + /** @constructor */ + Title: function(title) { + /** the value of the Title instance */ + this.title = title; + }, + + init: function(pages) { + /** the value of the pages of the Article instance */ + this.pages = pages; + } +} + +f = new Article(); +f.init("one two three"); + +t = new f.Title("my title"); + +print(f.pages); +print(t.title); \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/public.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/public.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,10 @@ +/**@constructor*/ +function Foo() { + /** + @public + @static + @field + */ + var bar = function(x) { + } +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/scripts/code.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/scripts/code.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,5 @@ +/** + @class + */ +function thisiscode() { +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/scripts/notcode.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/scripts/notcode.txt Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,5 @@ +(This is not code) +function foo(){{{{ +( +! +@ \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/shared.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/shared.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,42 @@ + +/** + * Builtin object. + * @class + * @name Array + */ + +/**#@+ + * Extension to builtin array. + * @memberOf Array + * @method + */ + +/** + * @returns Boolen if some array members... + */ +Array.prototype.some = function(){}; + +/** + * Change every element of an array. + * @returns Filtered array copy. + */ +Array.prototype.filter = function(){}; + +/**#@-*/ + + +/** + * A first in, first out data structure. + * @constructor + */ +Queue = function(){}; + +/**#@+ + * Extension to Queue. + * @memberOf Queue + */ + +rewind = function(){ +} + +// should close automatically here. \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/shared2.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/shared2.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,2 @@ +startOver = function(){ +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/shortcuts.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/shortcuts.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,22 @@ +// /**#=+ +// * { +// * 'D': 'Date.prototype', +// * '$N': 'Number' +// * } +// */ +// var D = Date.prototype, +// $N = Number; +// +// D.locale = function(){ +// }; +// +// /** +// @return {string} The cardinal number string. +// */ +// $N.nth = function(n){ +// }; +// +// LOAD.file = function(){ +// } +// +// /**#=-*/ \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/static_this.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/static_this.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,13 @@ +/** the parent */ +var box = {}; + +/** @namespace */ +box.holder = {} + +box.holder.foo = function() { + /** the counter */ + this.counter = 1; +} + +box.holder.foo(); +print(box.holder.counter); diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/synonyms.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/synonyms.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,31 @@ +/** + @class + @inherits Bar#zop as #my_zop +*/ +function Foo() { + /** this is a zip. */ + this.zip = function() {} + + /** from Bar */ + this.my_zop = new Bar().zop; +} + +/** + @class + @borrows Foo#zip as this.my_zip +*/ +function Bar() { + /** this is a zop. */ + this.zop = function() {} + + /** from Foo */ + this.my_zip = new Foo().zip; +} + +/** @namespace */ +var myObject = { + /** + @type function + */ + myFunc: getFunction() +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/tosource.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/tosource.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,23 @@ +/** + * @param {Object} object + * @return {string} + */ +function valueOf(object) {} + +/** + * @param {Object} object + * @return {string} + */ +function toString(object) {} + +/** + * @param {Object} object + * @return {string} + */ +function toSource(object) {} + +/** + * @param {Object} object + * @return {string} + */ +function constructor(object) {} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/app/test/variable_redefine.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/app/test/variable_redefine.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,14 @@ +/** @constructor */ +function Foo() { + var bar = 1; + bar = 2; // redefining a private + + this.baz = 1; + baz = 2; // global + + /** a private */ + var blap = { + /** in here */ + tada: 1 + } +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/changes.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/changes.txt Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,124 @@ +== 2.4.0 == + + * Fixed bug that added mutiple symbols with the same name to docs. + * Added support for the -m option to suppress warnings for multiple docs. + * Added patch by brownsea42 to support quoted user variables on the command line. ( issue #281 ) + * Fixed bug that sometimes caused links to events to be incorrect. ( issue #292 ) + +== 2.3.3 == + + * Fixed bug that made all fields declared with the @property tag static. ( issue #262 ) + * Minor fix to better handle trailing slash on path to template (from jwmetrocat). ( issue #237 ) + * Fix for @memberOf when applied to inner members. ( issue #264 ) + * Fix for @memberOf when applied to symbols documented with @name. ( issue #260 ) + * Applied patch from kunhualqk, fix for bug where @link to borrowed member did not resolve to parent class. ( issue #218 ) + * Fix for @requires not linking back to the required class + * Added experimental support for @constructs to have an argument, the class name, when applied to a function assignment. + +== 2.3.2 == + + * Minor update to the usage notes and corrected the version number displayed in the output. + +== 2.3.1 == + + * Fixed HTML typo in allfiles template. ( issue #228 ) + * Modified template to display version information for classes. + * Modified template to better support multiple methods with the same name. + * Fixed bug that caused template to error when backtick characters appeared around class names. + +== 2.3.0 == + + * Added option -u, --unique to avoid bug that causes multiple symbols with names that differ only by case to overwrite each others output on case-insensitive filesystems. ( issue #162 ) + * Fixed bug where {@links} in @deprecated tags did not resolve. ( issue #220 ) + * Fixed bug that caused parens around a function to make it to be unrecognized. ( issue #213 ) + * Fixed bug prevented explicit links to named anchors from working (thanks katgao.pku). ( issue #215 ) + * Fixed bug that prevented full description from appearing in file overview. ( issue #224 ) + +== 2.2.1 == + + * Fixed bug with class template, where sorting of methods was accidentally removed (thanks dezfowler). + * Added missing test files for the @exports unit tests. + +== 2.2.0 == + + * Fixed bug that caused exception when given a folder containing non-js files, even with the x commandline option set to "js". ( issue #193 ) + * Fixed typo in index template [patch submitted by olle]. ( issue #198 ) + * Modified @borrows tag experimentally to allow for missing "as ..." clause. + * Added support for the @exports tag, to allow one symbol to be documented as another. + * Added support for the -S option to document code following the Secure Modules pattern. + +== 2.1.0 == + + * Added support for the @event tag. + * Fixed bug that prevented the : character from appearing in symbol names. + * Fixed bug that prevented underscored symbols marked with @public being tagged as private. (issue #184 ) + * Fixed bug that randomly affected the @memberOf tag when the name of the symbol did not include the parent name. + * Fixed bug that prevented templates that were not in the jsdoc-toolkit folder from being found. ( issue #176 ) + * Added ability to check for trailing slash on template path. ( issue #177 ) + * Modified classDesc so that it no longer is appended with the constructor desc. + * Fixed call to plugin onDocCommentSrc. + * Added missing support for inline doc comments for function return types. ( issue #189 ) + * Added command line option -q, --quiet. + * Added command line option -E, --exclude. ( issue #143 ) + * Added 2 more hooks for plugins. ( issue #163 ) + * Added support for extending built-ins. ( issue #160 ) + * Added "compact" option to JSDOC.JsPlate.prototype.process. ( issue #159 ) + * @augments no longer documents static members as inherited. ( issue #138 ) + * @link to a class now goes to the page for that class, not the constructor. ( issue #178 ) + * Warnings of mismatched curly brace now include filename. ( issue #166 ) + * Fixed bug affecting template paths loaded via a configuration file when the trailing slash is missing. ( issue #191 ) + * Minor optimizations. + +== 2.0.2 == + + * Fixed bug that sometimes caused an example of division in the source code to be interpretted as a regex by the JsDoc Toolkit analyzer. ( issue #158 ) + * Fixed a bug that prevented private variables marked as @public from appearing in the documentation. ( issue #161 ) + * Fixed bug that prevented variable names with underscored properties from appearing in summaries. ( issue #173 ) + +== 2.0.1 == + + * Fixed bug that prevented @fileOverview tag from being recognized. + * Added support for @fieldOf as a synonym for @field plus @memberOf. + * Added support for @name tag in a @fileOverview comment to control the displayed name of the file. + * Added support for multiple @example tags. ( issue #152 ) + * Modified style sheet of jsdoc template to make more readable. ( issue #151 ) + * Fixed bug that prevented @since documentation from displaying correctly when it appeared in a class. ( issue #150 ) + * Fixed bug that caused inhertited properties to sometimes not resolve correctly. ( issue #144 ) + * Modified so that trailing whitespace in @example is always trimmed. ( issue #153 ) + * Added support for elseif to JsPlate. (hat tip to fredck) + * Added support for @location urls in the @overview comment to the jsdoc template. + +== Changes From Versions 1.4.0 to 2.0.0 == + + * Upgraded included version of Rhino from 1.6 to 1.7R1. + * Removed circular references in parsed documentation objects. + * Improved inheritance handling, now properties and events can be inherited same as methods. + * Improved handling of cross-file relationships, now having two related objects in separate files is not a problem. + * Improved ability to recognize membership of previously defined objects. + * Added ability to redefine parsing behavior with plugins. + * @methodOf is a synonym for @function and @memberOf. + * Added @default to document default values of members that are objects. + * Added ability to parse and refer to inner functions. + * Fixed bug that appeared when calling a method to set properties of the instance referred to by "this". + * Added ability to automatically create links to other symbols. + * New "jsdoc" template now produces fully W3C valid XHTML. + * Inline parameter type hint comments are now documented. + * Fixed error: Locally scoped variables (declared with var) no longer appear as global. + * It is now possible to run JsDoc Toolkit from any directory. + * Added support for inline {@link ...} tags. + * Added support for the -H command-line option to allow for custom content handlers. + * Tag names @inherits and @scope changed to @borrows and @lends. + ? Combining @constructor in a doclet with @lends now supported. + * Multiple @lend tags now supported. + * Added support for the @constructs tag, used inside a @lends block. + * Added support for the @constant tag. + * Fixed bug that prevented the use of [] as a default value. + * Added support for the @field tag. + * Added support for the @public tag (applied to inner functions). + * @namespace tag can now be applied to functions, not just object literals. + * Added support for the -s command line option to suppress source code output. + * Added new unit test framework. + * Underscored symbols are now treated as if they have a @private tag by default. + * Improved support for anonymous constructors. + * Added support for the nocode meta tag. + \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/conf/sample.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/conf/sample.conf Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,31 @@ +/* + This is an example of one way you could set up a configuration file to more + conveniently define some commandline options. You might like to do this if + you frequently reuse the same options. Note that you don't need to define + every option in this file, you can combine a configuration file with + additional options on the commandline if your wish. + + You would include this configuration file by running JsDoc Toolkit like so: + java -jar jsrun.jar app/run.js -c=conf/sample.conf + +*/ + +{ + // source files to use + _: ['app/test/jsdoc_test.js'], + + // document all functions, even uncommented ones + a: true, + + // including those marked @private + p: true, + + // some extra variables I want to include + D: {generatedBy: "Michael Mathews", copyright: "2008"}, + + // use this directory as the output directory + d: "docs", + + // use this template + t: "templates/jsdoc" +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/java/build.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/java/build.xml Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/java/build_1.4.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/java/build_1.4.xml Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/java/classes/js.jar Binary file sbin/res/jsdoc/java/classes/js.jar has changed diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/java/src/JsDebugRun.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/java/src/JsDebugRun.java Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,21 @@ +/** + * A trivial bootstrap class that simply adds the path to the + * .js file as an argument to the Rhino call. This little hack + * allows the code in the .js file to have access to it's own + * path via the Rhino arguments object. This is necessary to + * allow the .js code to find resource files in a location + * relative to itself. + * + * USAGE: java -jar jsdebug.jar path/to/file.js + */ +public class JsDebugRun { + public static void main(String[] args) { + String[] jsargs = {"-j="+args[0]}; + + String[] allArgs = new String[jsargs.length + args.length]; + System.arraycopy(args, 0, allArgs, 0, args.length); + System.arraycopy(jsargs, 0, allArgs, args.length ,jsargs.length); + + org.mozilla.javascript.tools.debugger.Main.main(allArgs); + } +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/java/src/JsRun.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/java/src/JsRun.java Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,21 @@ +/** + * A trivial bootstrap class that simply adds the path to the + * .js file as an argument to the Rhino call. This little hack + * allows the code in the .js file to have access to it's own + * path via the Rhino arguments object. This is necessary to + * allow the .js code to find resource files in a location + * relative to itself. + * + * USAGE: java -jar jsrun.jar path/to/file.js + */ +public class JsRun { + public static void main(String[] args) { + String[] jsargs = {"-j="+args[0]}; + + String[] allArgs = new String[jsargs.length + args.length]; + System.arraycopy(args, 0, allArgs, 0, args.length); + System.arraycopy(jsargs, 0, allArgs, args.length ,jsargs.length); + + org.mozilla.javascript.tools.shell.Main.main(allArgs); + } +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/jsdebug.jar Binary file sbin/res/jsdoc/jsdebug.jar has changed diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/jsrun.jar Binary file sbin/res/jsdoc/jsrun.jar has changed diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/jsrun.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/jsrun.sh Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,52 @@ +#!/bin/ksh + +# launcher script for jsdoc +# Author: Avi Deitcher +# +# This program is released under the MIT License as follows: + +# Copyright (c) 2008-2009 Atomic Inc +# +#Permission is hereby granted, free of charge, to any person +#obtaining a copy of this software and associated documentation +#files (the "Software"), to deal in the Software without +#restriction, including without limitation the rights to use, +#copy, modify, merge, publish, distribute, sublicense, and/or sell +#copies of the Software, and to permit persons to whom the +#Software is furnished to do so, subject to the following +#conditions: +## +#The above copyright notice and this permission notice shall be +#included in all copies or substantial portions of the Software. +# +#THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +#EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#OTHER DEALINGS IN THE SOFTWARE. +# + + +if [[ -n "$JSDOCDIR" ]]; then + _DOCDIR="-Djsdoc.dir=$JSDOCDIR" + _APPDIR="$JSDOCDIR/app" + _BASEDIR="$JSDOCDIR" +else + _DOCDIR="" + _APPDIR="./app" + _BASEDIR="." +fi + +if [[ -n "$JSDOCTEMPLATEDIR" ]]; then + _TDIR="-Djsdoc.template.dir=$JSDOCTEMPLATEDIR" +else + _TDIR="" +fi + +CMD="java $_DOCDIR $_TDIR -jar $_BASEDIR/jsrun.jar $_APPDIR/run.js $@" +echo $CMD +$CMD + diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/out/jsdoc/files.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/out/jsdoc/files.html Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,216 @@ + + + + + + JsDoc Reference - File Index + + + + + + + + +
      + +
      +

      Classes

      + +
      +
      + +
      +

      File Index

      + + +
      +

      LdtPlayer-release.js

      + +
      + + + + +
      +
      +
      + + +
      +
      + + Documentation generated by JsDoc Toolkit 2.4.0 on Fri Dec 23 2011 10:50:32 GMT+0100 (CET) +
      + + \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/out/jsdoc/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/out/jsdoc/index.html Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,210 @@ + + + + + + JsDoc Reference - Index + + + + + + + + +
      + +
      +

      Classes

      + +
      +
      + +
      +

      Class Index

      + + +
      +

      _global_

      + +
      +
      + + +
      +
      + + Documentation generated by JsDoc Toolkit 2.4.0 on Fri Dec 23 2011 10:50:32 GMT+0100 (CET) +
      + + \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/out/jsdoc/symbols/_global_.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/out/jsdoc/symbols/_global_.html Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,778 @@ + + + + + + + JsDoc Reference - _global_ + + + + + + + + + + + +
      + + +
      +

      Classes

      + +
      + +
      + +
      + +

      + + Built-In Namespace _global_ +

      + + +

      + + + + + + +

      + + + + + + + + + + + + + + + + + + + + + + + + +
      Field Summary
      Field AttributesField Name and Description
        +
      + Mustache +
      +
      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Method Summary
      Method AttributesMethod Name and Description
        +
      b(a) +
      +
      +
        +
      Clusters(json) +
      +
      +
        +
      d() +
      +
      +
        + +
      +
        +
      Frames(json) +
      +
      +
        +
      handler() +
      +
      +
        +
      J(a, c) +
      +
      +
        +
      log_error(msg, err) +
      +
      +
        +
      log_msg(msg) +
      +
      +
        + +
      +
      + + + + + + + + + + + + +
      + Field Detail +
      + + +
      + + + Mustache + +
      +
      + + +
      + Defined in: LdtPlayer-release.js. + + +
      + + + + + + + + + + + + + + +
      + Method Detail +
      + + +
      + + + b(a) + +
      +
      + + +
      + Defined in: LdtPlayer-release.js. + + +
      + + + + +
      +
      Parameters:
      + +
      + a + +
      +
      + +
      + + + + + + + + +
      + + +
      + + + Clusters(json) + +
      +
      + + +
      + Defined in: LdtPlayer-release.js. + + +
      + + + + +
      +
      Parameters:
      + +
      + json + +
      +
      + +
      + + + + + + + + +
      + + +
      + + + d() + +
      +
      + + +
      + Defined in: LdtPlayer-release.js. + + +
      + + + + + + + + + + + +
      + + +
      + + + finished_cb() + +
      +
      + + +
      + Defined in: LdtPlayer-release.js. + + +
      + + + + + + + + + + + +
      + + +
      + + + Frames(json) + +
      +
      + + +
      + Defined in: LdtPlayer-release.js. + + +
      + + + + +
      +
      Parameters:
      + +
      + json + +
      +
      + +
      + + + + + + + + +
      + + +
      + + + handler() + +
      +
      + + +
      + Defined in: LdtPlayer-release.js. + + +
      + + + + + + + + + + + +
      + + +
      + + + J(a, c) + +
      +
      + + +
      + Defined in: LdtPlayer-release.js. + + +
      + + + + +
      +
      Parameters:
      + +
      + a + +
      +
      + +
      + c + +
      +
      + +
      + + + + + + + + +
      + + +
      + + + log_error(msg, err) + +
      +
      + + +
      + Defined in: LdtPlayer-release.js. + + +
      + + + + +
      +
      Parameters:
      + +
      + msg + +
      +
      + +
      + err + +
      +
      + +
      + + + + + + + + +
      + + +
      + + + log_msg(msg) + +
      +
      + + +
      + Defined in: LdtPlayer-release.js. + + +
      + + + + +
      +
      Parameters:
      + +
      + msg + +
      +
      + +
      + + + + + + + + +
      + + +
      + + + ready_cb() + +
      +
      + + +
      + Defined in: LdtPlayer-release.js. + + +
      + + + + + + + + + + + + + + + + + + +
      +
      + + + +
      + + Documentation generated by JsDoc Toolkit 2.4.0 on Fri Dec 23 2011 10:50:32 GMT+0100 (CET) +
      + + diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/out/jsdoc/symbols/src/LdtPlayer-release.js.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/out/jsdoc/symbols/src/LdtPlayer-release.js.html Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,3549 @@ +
        1 /* 
      +  2  * 	
      +  3  *	Copyright 2010 Institut de recherche et d'innovation 
      +  4  *	contributor(s) : Samuel Huron 
      +  5  *	 
      +  6  *	contact@iri.centrepompidou.fr
      +  7  *	http://www.iri.centrepompidou.fr 
      +  8  *	 
      +  9  *	This software is a computer program whose purpose is to show and add annotations on a video .
      + 10  *	This software is governed by the CeCILL-C license under French law and
      + 11  *	abiding by the rules of distribution of free software. You can  use, 
      + 12  *	modify and/ or redistribute the software under the terms of the CeCILL-C
      + 13  *	license as circulated by CEA, CNRS and INRIA at the following URL
      + 14  *	"http://www.cecill.info". 
      + 15  *	
      + 16  *	The fact that you are presently reading this means that you have had
      + 17  *	knowledge of the CeCILL-C license and that you accept its terms.
      + 18 */
      + 19 /*! LAB.js (LABjs :: Loading And Blocking JavaScript)
      + 20     v2.0.3 (c) Kyle Simpson
      + 21     MIT License
      + 22 */
      + 23 
      + 24 (function(global){
      + 25 	var _$LAB = global.$LAB,
      + 26 	
      + 27 		// constants for the valid keys of the options object
      + 28 		_UseLocalXHR = "UseLocalXHR",
      + 29 		_AlwaysPreserveOrder = "AlwaysPreserveOrder",
      + 30 		_AllowDuplicates = "AllowDuplicates",
      + 31 		_CacheBust = "CacheBust",
      + 32 		/*!START_DEBUG*/_Debug = "Debug",/*!END_DEBUG*/
      + 33 		_BasePath = "BasePath",
      + 34 		
      + 35 		// stateless variables used across all $LAB instances
      + 36 		root_page = /^[^?#]*\//.exec(location.href)[0],
      + 37 		root_domain = /^\w+\:\/\/\/?[^\/]+/.exec(root_page)[0],
      + 38 		append_to = document.head || document.getElementsByTagName("head"),
      + 39 		
      + 40 		// inferences... ick, but still necessary
      + 41 		opera_or_gecko = (global.opera && Object.prototype.toString.call(global.opera) == "[object Opera]") || ("MozAppearance" in document.documentElement.style),
      + 42 
      + 43 /*!START_DEBUG*/
      + 44 		// console.log() and console.error() wrappers
      + 45 		log_msg = function(){}, 
      + 46 		log_error = log_msg,
      + 47 /*!END_DEBUG*/
      + 48 		
      + 49 		// feature sniffs (yay!)
      + 50 		test_script_elem = document.createElement("script"),
      + 51 		explicit_preloading = typeof test_script_elem.preload == "boolean", // http://wiki.whatwg.org/wiki/Script_Execution_Control#Proposal_1_.28Nicholas_Zakas.29
      + 52 		real_preloading = explicit_preloading || (test_script_elem.readyState && test_script_elem.readyState == "uninitialized"), // will a script preload with `src` set before DOM append?
      + 53 		script_ordered_async = !real_preloading && test_script_elem.async === true, // http://wiki.whatwg.org/wiki/Dynamic_Script_Execution_Order
      + 54 		
      + 55 		// XHR preloading (same-domain) and cache-preloading (remote-domain) are the fallbacks (for some browsers)
      + 56 		xhr_or_cache_preloading = !real_preloading && !script_ordered_async && !opera_or_gecko
      + 57 	;
      + 58 
      + 59 /*!START_DEBUG*/
      + 60 	// define console wrapper functions if applicable
      + 61 	if (global.console && global.console.log) {
      + 62 		if (!global.console.error) global.console.error = global.console.log;
      + 63 		log_msg = function(msg) { global.console.log(msg); };
      + 64 		log_error = function(msg,err) { global.console.error(msg,err); };
      + 65 	}
      + 66 /*!END_DEBUG*/
      + 67 
      + 68 	// test for function
      + 69 	function is_func(func) { return Object.prototype.toString.call(func) == "[object Function]"; }
      + 70 
      + 71 	// test for array
      + 72 	function is_array(arr) { return Object.prototype.toString.call(arr) == "[object Array]"; }
      + 73 
      + 74 	// make script URL absolute/canonical
      + 75 	function canonical_uri(src,base_path) {
      + 76 		var absolute_regex = /^\w+\:\/\//;
      + 77 		
      + 78 		// is `src` is protocol-relative (begins with // or ///), prepend protocol
      + 79 		if (/^\/\/\/?/.test(src)) {
      + 80 			src = location.protocol + src;
      + 81 		}
      + 82 		// is `src` page-relative? (not an absolute URL, and not a domain-relative path, beginning with /)
      + 83 		else if (!absolute_regex.test(src) && src.charAt(0) != "/") {
      + 84 			// prepend `base_path`, if any
      + 85 			src = (base_path || "") + src;
      + 86 		}
      + 87 		// make sure to return `src` as absolute
      + 88 		return absolute_regex.test(src) ? src : ((src.charAt(0) == "/" ? root_domain : root_page) + src);
      + 89 	}
      + 90 
      + 91 	// merge `source` into `target`
      + 92 	function merge_objs(source,target) {
      + 93 		for (var k in source) { if (source.hasOwnProperty(k)) {
      + 94 			target[k] = source[k]; // TODO: does this need to be recursive for our purposes?
      + 95 		}}
      + 96 		return target;
      + 97 	}
      + 98 
      + 99 	// does the chain group have any ready-to-execute scripts?
      +100 	function check_chain_group_scripts_ready(chain_group) {
      +101 		var any_scripts_ready = false;
      +102 		for (var i=0; i<chain_group.scripts.length; i++) {
      +103 			if (chain_group.scripts[i].ready && chain_group.scripts[i].exec_trigger) {
      +104 				any_scripts_ready = true;
      +105 				chain_group.scripts[i].exec_trigger();
      +106 				chain_group.scripts[i].exec_trigger = null;
      +107 			}
      +108 		}
      +109 		return any_scripts_ready;
      +110 	}
      +111 
      +112 	// creates a script load listener
      +113 	function create_script_load_listener(elem,registry_item,flag,onload) {
      +114 		elem.onload = elem.onreadystatechange = function() {
      +115 			if ((elem.readyState && elem.readyState != "complete" && elem.readyState != "loaded") || registry_item[flag]) return;
      +116 			elem.onload = elem.onreadystatechange = null;
      +117 			onload();
      +118 		};
      +119 	}
      +120 
      +121 	// script executed handler
      +122 	function script_executed(registry_item) {
      +123 		registry_item.ready = registry_item.finished = true;
      +124 		for (var i=0; i<registry_item.finished_listeners.length; i++) {
      +125 			registry_item.finished_listeners[i]();
      +126 		}
      +127 		registry_item.ready_listeners = [];
      +128 		registry_item.finished_listeners = [];
      +129 	}
      +130 
      +131 	// make the request for a scriptha
      +132 	function request_script(chain_opts,script_obj,registry_item,onload,preload_this_script) {
      +133 		// setTimeout() "yielding" prevents some weird race/crash conditions in older browsers
      +134 		setTimeout(function(){
      +135 			var script, src = script_obj.real_src, xhr;
      +136 			
      +137 			// don't proceed until `append_to` is ready to append to
      +138 			if ("item" in append_to) { // check if `append_to` ref is still a live node list
      +139 				if (!append_to[0]) { // `append_to` node not yet ready
      +140 					// try again in a little bit -- note: will re-call the anonymous function in the outer setTimeout, not the parent `request_script()`
      +141 					setTimeout(arguments.callee,25);
      +142 					return;
      +143 				}
      +144 				// reassign from live node list ref to pure node ref -- avoids nasty IE bug where changes to DOM invalidate live node lists
      +145 				append_to = append_to[0];
      +146 			}
      +147 			script = document.createElement("script");
      +148 			if (script_obj.type) script.type = script_obj.type;
      +149 			if (script_obj.charset) script.charset = script_obj.charset;
      +150 			
      +151 			// should preloading be used for this script?
      +152 			if (preload_this_script) {
      +153 				// real script preloading?
      +154 				if (real_preloading) {
      +155 					/*!START_DEBUG*/if (chain_opts[_Debug]) log_msg("start script preload: "+src);/*!END_DEBUG*/
      +156 					registry_item.elem = script;
      +157 					if (explicit_preloading) { // explicit preloading (aka, Zakas' proposal)
      +158 						script.preload = true;
      +159 						script.onpreload = onload;
      +160 					}
      +161 					else {
      +162 						script.onreadystatechange = function(){
      +163 							if (script.readyState == "loaded") onload();
      +164 						};
      +165 					}
      +166 					script.src = src;
      +167 					// NOTE: no append to DOM yet, appending will happen when ready to execute
      +168 				}
      +169 				// same-domain and XHR allowed? use XHR preloading
      +170 				else if (preload_this_script && src.indexOf(root_domain) == 0 && chain_opts[_UseLocalXHR]) {
      +171 					xhr = new XMLHttpRequest(); // note: IE never uses XHR (it supports true preloading), so no more need for ActiveXObject fallback for IE <= 7
      +172 					/*!START_DEBUG*/if (chain_opts[_Debug]) log_msg("start script preload (xhr): "+src);/*!END_DEBUG*/
      +173 					xhr.onreadystatechange = function() {
      +174 						if (xhr.readyState == 4) {
      +175 							xhr.onreadystatechange = function(){}; // fix a memory leak in IE
      +176 							registry_item.text = xhr.responseText + "\n//@ sourceURL=" + src; // http://blog.getfirebug.com/2009/08/11/give-your-eval-a-name-with-sourceurl/
      +177 							onload();
      +178 						}
      +179 					};
      +180 					xhr.open("GET",src);
      +181 					xhr.send();
      +182 				}
      +183 				// as a last resort, use cache-preloading
      +184 				else {
      +185 					/*!START_DEBUG*/if (chain_opts[_Debug]) log_msg("start script preload (cache): "+src);/*!END_DEBUG*/
      +186 					script.type = "text/cache-script";
      +187 					create_script_load_listener(script,registry_item,"ready",function() {
      +188 						append_to.removeChild(script);
      +189 						onload();
      +190 					});
      +191 					script.src = src;
      +192 					append_to.insertBefore(script,append_to.firstChild);
      +193 				}
      +194 			}
      +195 			// use async=false for ordered async? parallel-load-serial-execute http://wiki.whatwg.org/wiki/Dynamic_Script_Execution_Order
      +196 			else if (script_ordered_async) {
      +197 				/*!START_DEBUG*/if (chain_opts[_Debug]) log_msg("start script load (ordered async): "+src);/*!END_DEBUG*/
      +198 				script.async = false;
      +199 				create_script_load_listener(script,registry_item,"finished",onload);
      +200 				script.src = src;
      +201 				append_to.insertBefore(script,append_to.firstChild);
      +202 			}
      +203 			// otherwise, just a normal script element
      +204 			else {
      +205 				/*!START_DEBUG*/if (chain_opts[_Debug]) log_msg("start script load: "+src);/*!END_DEBUG*/
      +206 				create_script_load_listener(script,registry_item,"finished",onload);
      +207 				script.src = src;
      +208 				append_to.insertBefore(script,append_to.firstChild);
      +209 			}
      +210 		},0);
      +211 	}
      +212 		
      +213 	// create a clean instance of $LAB
      +214 	function create_sandbox() {
      +215 		var global_defaults = {},
      +216 			can_use_preloading = real_preloading || xhr_or_cache_preloading,
      +217 			queue = [],
      +218 			registry = {},
      +219 			instanceAPI
      +220 		;
      +221 		
      +222 		// global defaults
      +223 		global_defaults[_UseLocalXHR] = true;
      +224 		global_defaults[_AlwaysPreserveOrder] = false;
      +225 		global_defaults[_AllowDuplicates] = false;
      +226 		global_defaults[_CacheBust] = false;
      +227 		/*!START_DEBUG*/global_defaults[_Debug] = false;/*!END_DEBUG*/
      +228 		global_defaults[_BasePath] = "";
      +229 
      +230 		// execute a script that has been preloaded already
      +231 		function execute_preloaded_script(chain_opts,script_obj,registry_item) {
      +232 			var script;
      +233 			
      +234 			function preload_execute_finished() {
      +235 				if (script != null) { // make sure this only ever fires once
      +236 					script = null;
      +237 					script_executed(registry_item);
      +238 				}
      +239 			}
      +240 			
      +241 			if (registry[script_obj.src].finished) return;
      +242 			if (!chain_opts[_AllowDuplicates]) registry[script_obj.src].finished = true;
      +243 			
      +244 			script = registry_item.elem || document.createElement("script");
      +245 			if (script_obj.type) script.type = script_obj.type;
      +246 			if (script_obj.charset) script.charset = script_obj.charset;
      +247 			create_script_load_listener(script,registry_item,"finished",preload_execute_finished);
      +248 			
      +249 			// script elem was real-preloaded
      +250 			if (registry_item.elem) {
      +251 				registry_item.elem = null;
      +252 			}
      +253 			// script was XHR preloaded
      +254 			else if (registry_item.text) {
      +255 				script.onload = script.onreadystatechange = null;	// script injection doesn't fire these events
      +256 				script.text = registry_item.text;
      +257 			}
      +258 			// script was cache-preloaded
      +259 			else {
      +260 				script.src = script_obj.real_src;
      +261 			}
      +262 			append_to.insertBefore(script,append_to.firstChild);
      +263 
      +264 			// manually fire execution callback for injected scripts, since events don't fire
      +265 			if (registry_item.text) {
      +266 				preload_execute_finished();
      +267 			}
      +268 		}
      +269 	
      +270 		// process the script request setup
      +271 		function do_script(chain_opts,script_obj,chain_group,preload_this_script) {
      +272 			var registry_item,
      +273 				registry_items,
      +274 				ready_cb = function(){ script_obj.ready_cb(script_obj,function(){ execute_preloaded_script(chain_opts,script_obj,registry_item); }); },
      +275 				finished_cb = function(){ script_obj.finished_cb(script_obj,chain_group); }
      +276 			;
      +277 			
      +278 			script_obj.src = canonical_uri(script_obj.src,chain_opts[_BasePath]);
      +279 			script_obj.real_src = script_obj.src + 
      +280 				// append cache-bust param to URL?
      +281 				(chain_opts[_CacheBust] ? ((/\?.*$/.test(script_obj.src) ? "&_" : "?_") + ~~(Math.random()*1E9) + "=") : "")
      +282 			;
      +283 			
      +284 			if (!registry[script_obj.src]) registry[script_obj.src] = {items:[],finished:false};
      +285 			registry_items = registry[script_obj.src].items;
      +286 
      +287 			// allowing duplicates, or is this the first recorded load of this script?
      +288 			if (chain_opts[_AllowDuplicates] || registry_items.length == 0) {
      +289 				registry_item = registry_items[registry_items.length] = {
      +290 					ready:false,
      +291 					finished:false,
      +292 					ready_listeners:[ready_cb],
      +293 					finished_listeners:[finished_cb]
      +294 				};
      +295 
      +296 				request_script(chain_opts,script_obj,registry_item,
      +297 					// which callback type to pass?
      +298 					(
      +299 					 	(preload_this_script) ? // depends on script-preloading
      +300 						function(){
      +301 							registry_item.ready = true;
      +302 							for (var i=0; i<registry_item.ready_listeners.length; i++) {
      +303 								registry_item.ready_listeners[i]();
      +304 							}
      +305 							registry_item.ready_listeners = [];
      +306 						} :
      +307 						function(){ script_executed(registry_item); }
      +308 					),
      +309 					// signal if script-preloading should be used or not
      +310 					preload_this_script
      +311 				);
      +312 			}
      +313 			else {
      +314 				registry_item = registry_items[0];
      +315 				if (registry_item.finished) {
      +316 					finished_cb();
      +317 				}
      +318 				else {
      +319 					registry_item.finished_listeners.push(finished_cb);
      +320 				}
      +321 			}
      +322 		}
      +323 
      +324 		// creates a closure for each separate chain spawned from this $LAB instance, to keep state cleanly separated between chains
      +325 		function create_chain() {
      +326 			var chainedAPI,
      +327 				chain_opts = merge_objs(global_defaults,{}),
      +328 				chain = [],
      +329 				exec_cursor = 0,
      +330 				scripts_currently_loading = false,
      +331 				group
      +332 			;
      +333 			
      +334 			// called when a script has finished preloading
      +335 			function chain_script_ready(script_obj,exec_trigger) {
      +336 				/*!START_DEBUG*/if (chain_opts[_Debug]) log_msg("script preload finished: "+script_obj.real_src);/*!END_DEBUG*/
      +337 				script_obj.ready = true;
      +338 				script_obj.exec_trigger = exec_trigger;
      +339 				advance_exec_cursor(); // will only check for 'ready' scripts to be executed
      +340 			}
      +341 
      +342 			// called when a script has finished executing
      +343 			function chain_script_executed(script_obj,chain_group) {
      +344 				/*!START_DEBUG*/if (chain_opts[_Debug]) log_msg("script execution finished: "+script_obj.real_src);/*!END_DEBUG*/
      +345 				script_obj.ready = script_obj.finished = true;
      +346 				script_obj.exec_trigger = null;
      +347 				// check if chain group is all finished
      +348 				for (var i=0; i<chain_group.scripts.length; i++) {
      +349 					if (!chain_group.scripts[i].finished) return;
      +350 				}
      +351 				// chain_group is all finished if we get this far
      +352 				chain_group.finished = true;
      +353 				advance_exec_cursor();
      +354 			}
      +355 
      +356 			// main driver for executing each part of the chain
      +357 			function advance_exec_cursor() {
      +358 				while (exec_cursor < chain.length) {
      +359 					if (is_func(chain[exec_cursor])) {
      +360 						/*!START_DEBUG*/if (chain_opts[_Debug]) log_msg("$LAB.wait() executing: "+chain[exec_cursor]);/*!END_DEBUG*/
      +361 						try { chain[exec_cursor++](); } catch (err) {
      +362 							/*!START_DEBUG*/if (chain_opts[_Debug]) log_error("$LAB.wait() error caught: ",err);/*!END_DEBUG*/
      +363 						}
      +364 						continue;
      +365 					}
      +366 					else if (!chain[exec_cursor].finished) {
      +367 						if (check_chain_group_scripts_ready(chain[exec_cursor])) continue;
      +368 						break;
      +369 					}
      +370 					exec_cursor++;
      +371 				}
      +372 				// we've reached the end of the chain (so far)
      +373 				if (exec_cursor == chain.length) {
      +374 					scripts_currently_loading = false;
      +375 					group = false;
      +376 				}
      +377 			}
      +378 			
      +379 			// setup next chain script group
      +380 			function init_script_chain_group() {
      +381 				if (!group || !group.scripts) {
      +382 					chain.push(group = {scripts:[],finished:true});
      +383 				}
      +384 			}
      +385 
      +386 			// API for $LAB chains
      +387 			chainedAPI = {
      +388 				// start loading one or more scripts
      +389 				script:function(){
      +390 					for (var i=0; i<arguments.length; i++) {
      +391 						(function(script_obj,script_list){
      +392 							var splice_args;
      +393 							
      +394 							if (!is_array(script_obj)) {
      +395 								script_list = [script_obj];
      +396 							}
      +397 							for (var j=0; j<script_list.length; j++) {
      +398 								init_script_chain_group();
      +399 								script_obj = script_list[j];
      +400 								
      +401 								if (is_func(script_obj)) script_obj = script_obj();
      +402 								if (!script_obj) continue;
      +403 								if (is_array(script_obj)) {
      +404 									// set up an array of arguments to pass to splice()
      +405 									splice_args = [].slice.call(script_obj); // first include the actual array elements we want to splice in
      +406 									splice_args.unshift(j,1); // next, put the `index` and `howMany` parameters onto the beginning of the splice-arguments array
      +407 									[].splice.apply(script_list,splice_args); // use the splice-arguments array as arguments for splice()
      +408 									j--; // adjust `j` to account for the loop's subsequent `j++`, so that the next loop iteration uses the same `j` index value
      +409 									continue;
      +410 								}
      +411 								if (typeof script_obj == "string") script_obj = {src:script_obj};
      +412 								script_obj = merge_objs(script_obj,{
      +413 									ready:false,
      +414 									ready_cb:chain_script_ready,
      +415 									finished:false,
      +416 									finished_cb:chain_script_executed
      +417 								});
      +418 								group.finished = false;
      +419 								group.scripts.push(script_obj);
      +420 								
      +421 								do_script(chain_opts,script_obj,group,(can_use_preloading && scripts_currently_loading));
      +422 								scripts_currently_loading = true;
      +423 								
      +424 								if (chain_opts[_AlwaysPreserveOrder]) chainedAPI.wait();
      +425 							}
      +426 						})(arguments[i],arguments[i]);
      +427 					}
      +428 					return chainedAPI;
      +429 				},
      +430 				// force LABjs to pause in execution at this point in the chain, until the execution thus far finishes, before proceeding
      +431 				wait:function(){
      +432 					if (arguments.length > 0) {
      +433 						for (var i=0; i<arguments.length; i++) {
      +434 							chain.push(arguments[i]);
      +435 						}
      +436 						group = chain[chain.length-1];
      +437 					}
      +438 					else group = false;
      +439 					
      +440 					advance_exec_cursor();
      +441 					
      +442 					return chainedAPI;
      +443 				}
      +444 			};
      +445 
      +446 			// the first chain link API (includes `setOptions` only this first time)
      +447 			return {
      +448 				script:chainedAPI.script, 
      +449 				wait:chainedAPI.wait, 
      +450 				setOptions:function(opts){
      +451 					merge_objs(opts,chain_opts);
      +452 					return chainedAPI;
      +453 				}
      +454 			};
      +455 		}
      +456 
      +457 		// API for each initial $LAB instance (before chaining starts)
      +458 		instanceAPI = {
      +459 			// main API functions
      +460 			setGlobalDefaults:function(opts){
      +461 				merge_objs(opts,global_defaults);
      +462 				return instanceAPI;
      +463 			},
      +464 			setOptions:function(){
      +465 				return create_chain().setOptions.apply(null,arguments);
      +466 			},
      +467 			script:function(){
      +468 				return create_chain().script.apply(null,arguments);
      +469 			},
      +470 			wait:function(){
      +471 				return create_chain().wait.apply(null,arguments);
      +472 			},
      +473 
      +474 			// built-in queuing for $LAB `script()` and `wait()` calls
      +475 			// useful for building up a chain programmatically across various script locations, and simulating
      +476 			// execution of the chain
      +477 			queueScript:function(){
      +478 				queue[queue.length] = {type:"script", args:[].slice.call(arguments)};
      +479 				return instanceAPI;
      +480 			},
      +481 			queueWait:function(){
      +482 				queue[queue.length] = {type:"wait", args:[].slice.call(arguments)};
      +483 				return instanceAPI;
      +484 			},
      +485 			runQueue:function(){
      +486 				var $L = instanceAPI, len=queue.length, i=len, val;
      +487 				for (;--i>=0;) {
      +488 					val = queue.shift();
      +489 					$L = $L[val.type].apply(null,val.args);
      +490 				}
      +491 				return $L;
      +492 			},
      +493 
      +494 			// rollback `[global].$LAB` to what it was before this file was loaded, the return this current instance of $LAB
      +495 			noConflict:function(){
      +496 				global.$LAB = _$LAB;
      +497 				return instanceAPI;
      +498 			},
      +499 
      +500 			// create another clean instance of $LAB
      +501 			sandbox:function(){
      +502 				return create_sandbox();
      +503 			}
      +504 		};
      +505 
      +506 		return instanceAPI;
      +507 	}
      +508 
      +509 	// create the main instance of $LAB
      +510 	global.$LAB = create_sandbox();
      +511 
      +512 
      +513 	/* The following "hack" was suggested by Andrea Giammarchi and adapted from: http://webreflection.blogspot.com/2009/11/195-chars-to-help-lazy-loading.html
      +514 	   NOTE: this hack only operates in FF and then only in versions where document.readyState is not present (FF < 3.6?).
      +515 	   
      +516 	   The hack essentially "patches" the **page** that LABjs is loaded onto so that it has a proper conforming document.readyState, so that if a script which does 
      +517 	   proper and safe dom-ready detection is loaded onto a page, after dom-ready has passed, it will still be able to detect this state, by inspecting the now hacked 
      +518 	   document.readyState property. The loaded script in question can then immediately trigger any queued code executions that were waiting for the DOM to be ready. 
      +519 	   For instance, jQuery 1.4+ has been patched to take advantage of document.readyState, which is enabled by this hack. But 1.3.2 and before are **not** safe or 
      +520 	   fixed by this hack, and should therefore **not** be lazy-loaded by script loader tools such as LABjs.
      +521 	*/ 
      +522 	(function(addEvent,domLoaded,handler){
      +523 		if (document.readyState == null && document[addEvent]){
      +524 			document.readyState = "loading";
      +525 			document[addEvent](domLoaded,handler = function(){
      +526 				document.removeEventListener(domLoaded,handler,false);
      +527 				document.readyState = "complete";
      +528 			},false);
      +529 		}
      +530 	})("addEventListener","DOMContentLoaded");
      +531 
      +532 })(this);/*
      +533   mustache.js — Logic-less templates in JavaScript
      +534 
      +535   See http://mustache.github.com/ for more info.
      +536 */
      +537 
      +538 var Mustache = function() {
      +539   var Renderer = function() {};
      +540 
      +541   Renderer.prototype = {
      +542     otag: "{{",
      +543     ctag: "}}",
      +544     pragmas: {},
      +545     buffer: [],
      +546     pragmas_implemented: {
      +547       "IMPLICIT-ITERATOR": true
      +548     },
      +549     context: {},
      +550 
      +551     render: function(template, context, partials, in_recursion) {
      +552       // reset buffer & set context
      +553       if(!in_recursion) {
      +554         this.context = context;
      +555         this.buffer = []; // TODO: make this non-lazy
      +556       }
      +557 
      +558       // fail fast
      +559       if(!this.includes("", template)) {
      +560         if(in_recursion) {
      +561           return template;
      +562         } else {
      +563           this.send(template);
      +564           return;
      +565         }
      +566       }
      +567 
      +568       template = this.render_pragmas(template);
      +569       var html = this.render_section(template, context, partials);
      +570       if(in_recursion) {
      +571         return this.render_tags(html, context, partials, in_recursion);
      +572       }
      +573 
      +574       this.render_tags(html, context, partials, in_recursion);
      +575     },
      +576 
      +577     /*
      +578       Sends parsed lines
      +579     */
      +580     send: function(line) {
      +581       if(line !== "") {
      +582         this.buffer.push(line);
      +583       }
      +584     },
      +585 
      +586     /*
      +587       Looks for %PRAGMAS
      +588     */
      +589     render_pragmas: function(template) {
      +590       // no pragmas
      +591       if(!this.includes("%", template)) {
      +592         return template;
      +593       }
      +594 
      +595       var that = this;
      +596       var regex = new RegExp(this.otag + "%([\\w-]+) ?([\\w]+=[\\w]+)?" +
      +597             this.ctag, "g");
      +598       return template.replace(regex, function(match, pragma, options) {
      +599         if(!that.pragmas_implemented[pragma]) {
      +600           throw({message: 
      +601             "This implementation of mustache doesn't understand the '" +
      +602             pragma + "' pragma"});
      +603         }
      +604         that.pragmas[pragma] = {};
      +605         if(options) {
      +606           var opts = options.split("=");
      +607           that.pragmas[pragma][opts[0]] = opts[1];
      +608         }
      +609         return "";
      +610         // ignore unknown pragmas silently
      +611       });
      +612     },
      +613 
      +614     /*
      +615       Tries to find a partial in the curent scope and render it
      +616     */
      +617     render_partial: function(name, context, partials) {
      +618       name = this.trim(name);
      +619       if(!partials || partials[name] === undefined) {
      +620         throw({message: "unknown_partial '" + name + "'"});
      +621       }
      +622       if(typeof(context[name]) != "object") {
      +623         return this.render(partials[name], context, partials, true);
      +624       }
      +625       return this.render(partials[name], context[name], partials, true);
      +626     },
      +627 
      +628     /*
      +629       Renders inverted (^) and normal (#) sections
      +630     */
      +631     render_section: function(template, context, partials) {
      +632       if(!this.includes("#", template) && !this.includes("^", template)) {
      +633         return template;
      +634       }
      +635 
      +636       var that = this;
      +637       // CSW - Added "+?" so it finds the tighest bound, not the widest
      +638       var regex = new RegExp(this.otag + "(\\^|\\#)\\s*(.+)\\s*" + this.ctag +
      +639               "\n*([\\s\\S]+?)" + this.otag + "\\/\\s*\\2\\s*" + this.ctag +
      +640               "\\s*", "mg");
      +641 
      +642       // for each {{#foo}}{{/foo}} section do...
      +643       return template.replace(regex, function(match, type, name, content) {
      +644         var value = that.find(name, context);
      +645         if(type == "^") { // inverted section
      +646           if(!value || that.is_array(value) && value.length === 0) {
      +647             // false or empty list, render it
      +648             return that.render(content, context, partials, true);
      +649           } else {
      +650             return "";
      +651           }
      +652         } else if(type == "#") { // normal section
      +653           if(that.is_array(value)) { // Enumerable, Let's loop!
      +654             return that.map(value, function(row) {
      +655               return that.render(content, that.create_context(row),
      +656                 partials, true);
      +657             }).join("");
      +658           } else if(that.is_object(value)) { // Object, Use it as subcontext!
      +659             return that.render(content, that.create_context(value),
      +660               partials, true);
      +661           } else if(typeof value === "function") {
      +662             // higher order section
      +663             return value.call(context, content, function(text) {
      +664               return that.render(text, context, partials, true);
      +665             });
      +666           } else if(value) { // boolean section
      +667             return that.render(content, context, partials, true);
      +668           } else {
      +669             return "";
      +670           }
      +671         }
      +672       });
      +673     },
      +674 
      +675     /*
      +676       Replace {{foo}} and friends with values from our view
      +677     */
      +678     render_tags: function(template, context, partials, in_recursion) {
      +679       // tit for tat
      +680       var that = this;
      +681 
      +682       var new_regex = function() {
      +683         return new RegExp(that.otag + "(=|!|>|\\{|%)?([^\\/#\\^]+?)\\1?" +
      +684           that.ctag + "+", "g");
      +685       };
      +686 
      +687       var regex = new_regex();
      +688       var tag_replace_callback = function(match, operator, name) {
      +689         switch(operator) {
      +690         case "!": // ignore comments
      +691           return "";
      +692         case "=": // set new delimiters, rebuild the replace regexp
      +693           that.set_delimiters(name);
      +694           regex = new_regex();
      +695           return "";
      +696         case ">": // render partial
      +697           return that.render_partial(name, context, partials);
      +698         case "{": // the triple mustache is unescaped
      +699           return that.find(name, context);
      +700         default: // escape the value
      +701           return that.escape(that.find(name, context));
      +702         }
      +703       };
      +704       var lines = template.split("\n");
      +705       for(var i = 0; i < lines.length; i++) {
      +706         lines[i] = lines[i].replace(regex, tag_replace_callback, this);
      +707         if(!in_recursion) {
      +708           this.send(lines[i]);
      +709         }
      +710       }
      +711 
      +712       if(in_recursion) {
      +713         return lines.join("\n");
      +714       }
      +715     },
      +716 
      +717     set_delimiters: function(delimiters) {
      +718       var dels = delimiters.split(" ");
      +719       this.otag = this.escape_regex(dels[0]);
      +720       this.ctag = this.escape_regex(dels[1]);
      +721     },
      +722 
      +723     escape_regex: function(text) {
      +724       // thank you Simon Willison
      +725       if(!arguments.callee.sRE) {
      +726         var specials = [
      +727           '/', '.', '*', '+', '?', '|',
      +728           '(', ')', '[', ']', '{', '}', '\\'
      +729         ];
      +730         arguments.callee.sRE = new RegExp(
      +731           '(\\' + specials.join('|\\') + ')', 'g'
      +732         );
      +733       }
      +734       return text.replace(arguments.callee.sRE, '\\$1');
      +735     },
      +736 
      +737     /*
      +738       find `name` in current `context`. That is find me a value
      +739       from the view object
      +740     */
      +741     find: function(name, context) {
      +742       name = this.trim(name);
      +743 
      +744       // Checks whether a value is thruthy or false or 0
      +745       function is_kinda_truthy(bool) {
      +746         return bool === false || bool === 0 || bool;
      +747       }
      +748 
      +749       var value;
      +750       if(is_kinda_truthy(context[name])) {
      +751         value = context[name];
      +752       } else if(is_kinda_truthy(this.context[name])) {
      +753         value = this.context[name];
      +754       }
      +755 
      +756       if(typeof value === "function") {
      +757         return value.apply(context);
      +758       }
      +759       if(value !== undefined) {
      +760         return value;
      +761       }
      +762       // silently ignore unkown variables
      +763       return "";
      +764     },
      +765 
      +766     // Utility methods
      +767 
      +768     /* includes tag */
      +769     includes: function(needle, haystack) {
      +770       return haystack.indexOf(this.otag + needle) != -1;
      +771     },
      +772 
      +773     /*
      +774       Does away with nasty characters
      +775     */
      +776     escape: function(s) {
      +777       s = String(s === null ? "" : s);
      +778       return s.replace(/&(?!\w+;)|["'<>\\]/g, function(s) {
      +779         switch(s) {
      +780         case "&": return "&";
      +781         case "\\": return "\\\\";
      +782         case '"': return '"';
      +783         case "'": return ''';
      +784         case "<": return "<";
      +785         case ">": return ">";
      +786         default: return s;
      +787         }
      +788       });
      +789     },
      +790 
      +791     // by @langalex, support for arrays of strings
      +792     create_context: function(_context) {
      +793       if(this.is_object(_context)) {
      +794         return _context;
      +795       } else {
      +796         var iterator = ".";
      +797         if(this.pragmas["IMPLICIT-ITERATOR"]) {
      +798           iterator = this.pragmas["IMPLICIT-ITERATOR"].iterator;
      +799         }
      +800         var ctx = {};
      +801         ctx[iterator] = _context;
      +802         return ctx;
      +803       }
      +804     },
      +805 
      +806     is_object: function(a) {
      +807       return a && typeof a == "object";
      +808     },
      +809 
      +810     is_array: function(a) {
      +811       return Object.prototype.toString.call(a) === '[object Array]';
      +812     },
      +813 
      +814     /*
      +815       Gets rid of leading and trailing whitespace
      +816     */
      +817     trim: function(s) {
      +818       return s.replace(/^\s*|\s*$/g, "");
      +819     },
      +820 
      +821     /*
      +822       Why, why, why? Because IE. Cry, cry cry.
      +823     */
      +824     map: function(array, fn) {
      +825       if (typeof array.map == "function") {
      +826         return array.map(fn);
      +827       } else {
      +828         var r = [];
      +829         var l = array.length;
      +830         for(var i = 0; i < l; i++) {
      +831           r.push(fn(array[i]));
      +832         }
      +833         return r;
      +834       }
      +835     }
      +836   };
      +837 
      +838   return({
      +839     name: "mustache.js",
      +840     version: "0.3.1-dev",
      +841 
      +842     /*
      +843       Turns a template and view into HTML
      +844     */
      +845     to_html: function(template, view, partials, send_fun) {
      +846       var renderer = new Renderer();
      +847       if(send_fun) {
      +848         renderer.send = send_fun;
      +849       }
      +850       renderer.render(template, view, partials);
      +851       if(!send_fun) {
      +852         return renderer.buffer.join("\n");
      +853       }
      +854     }
      +855   });
      +856 }();
      +857 // Underscore.js 1.2.3
      +858 // (c) 2009-2011 Jeremy Ashkenas, DocumentCloud Inc.
      +859 // Underscore is freely distributable under the MIT license.
      +860 // Portions of Underscore are inspired or borrowed from Prototype,
      +861 // Oliver Steele's Functional, and John Resig's Micro-Templating.
      +862 // For all details and documentation:
      +863 // http://documentcloud.github.com/underscore
      +864 (function(){function r(a,c,d){if(a===c)return a!==0||1/a==1/c;if(a==null||c==null)return a===c;if(a._chain)a=a._wrapped;if(c._chain)c=c._wrapped;if(a.isEqual&&b.isFunction(a.isEqual))return a.isEqual(c);if(c.isEqual&&b.isFunction(c.isEqual))return c.isEqual(a);var e=l.call(a);if(e!=l.call(c))return false;switch(e){case "[object String]":return a==String(c);case "[object Number]":return a!=+a?c!=+c:a==0?1/a==1/c:a==+c;case "[object Date]":case "[object Boolean]":return+a==+c;case "[object RegExp]":return a.source==
      +865 c.source&&a.global==c.global&&a.multiline==c.multiline&&a.ignoreCase==c.ignoreCase}if(typeof a!="object"||typeof c!="object")return false;for(var f=d.length;f--;)if(d[f]==a)return true;d.push(a);var f=0,g=true;if(e=="[object Array]"){if(f=a.length,g=f==c.length)for(;f--;)if(!(g=f in a==f in c&&r(a[f],c[f],d)))break}else{if("constructor"in a!="constructor"in c||a.constructor!=c.constructor)return false;for(var h in a)if(m.call(a,h)&&(f++,!(g=m.call(c,h)&&r(a[h],c[h],d))))break;if(g){for(h in c)if(m.call(c,
      +866 h)&&!f--)break;g=!f}}d.pop();return g}var s=this,F=s._,o={},k=Array.prototype,p=Object.prototype,i=k.slice,G=k.concat,H=k.unshift,l=p.toString,m=p.hasOwnProperty,v=k.forEach,w=k.map,x=k.reduce,y=k.reduceRight,z=k.filter,A=k.every,B=k.some,q=k.indexOf,C=k.lastIndexOf,p=Array.isArray,I=Object.keys,t=Function.prototype.bind,b=function(a){return new n(a)};if(typeof exports!=="undefined"){if(typeof module!=="undefined"&&module.exports)exports=module.exports=b;exports._=b}else typeof define==="function"&&
      +867 define.amd?define("underscore",function(){return b}):s._=b;b.VERSION="1.2.3";var j=b.each=b.forEach=function(a,c,b){if(a!=null)if(v&&a.forEach===v)a.forEach(c,b);else if(a.length===+a.length)for(var e=0,f=a.length;e<f;e++){if(e in a&&c.call(b,a[e],e,a)===o)break}else for(e in a)if(m.call(a,e)&&c.call(b,a[e],e,a)===o)break};b.map=function(a,c,b){var e=[];if(a==null)return e;if(w&&a.map===w)return a.map(c,b);j(a,function(a,g,h){e[e.length]=c.call(b,a,g,h)});return e};b.reduce=b.foldl=b.inject=function(a,
      +868 c,d,e){var f=arguments.length>2;a==null&&(a=[]);if(x&&a.reduce===x)return e&&(c=b.bind(c,e)),f?a.reduce(c,d):a.reduce(c);j(a,function(a,b,i){f?d=c.call(e,d,a,b,i):(d=a,f=true)});if(!f)throw new TypeError("Reduce of empty array with no initial value");return d};b.reduceRight=b.foldr=function(a,c,d,e){var f=arguments.length>2;a==null&&(a=[]);if(y&&a.reduceRight===y)return e&&(c=b.bind(c,e)),f?a.reduceRight(c,d):a.reduceRight(c);var g=b.toArray(a).reverse();e&&!f&&(c=b.bind(c,e));return f?b.reduce(g,
      +869 c,d,e):b.reduce(g,c)};b.find=b.detect=function(a,c,b){var e;D(a,function(a,g,h){if(c.call(b,a,g,h))return e=a,true});return e};b.filter=b.select=function(a,c,b){var e=[];if(a==null)return e;if(z&&a.filter===z)return a.filter(c,b);j(a,function(a,g,h){c.call(b,a,g,h)&&(e[e.length]=a)});return e};b.reject=function(a,c,b){var e=[];if(a==null)return e;j(a,function(a,g,h){c.call(b,a,g,h)||(e[e.length]=a)});return e};b.every=b.all=function(a,c,b){var e=true;if(a==null)return e;if(A&&a.every===A)return a.every(c,
      +870 b);j(a,function(a,g,h){if(!(e=e&&c.call(b,a,g,h)))return o});return e};var D=b.some=b.any=function(a,c,d){c||(c=b.identity);var e=false;if(a==null)return e;if(B&&a.some===B)return a.some(c,d);j(a,function(a,b,h){if(e||(e=c.call(d,a,b,h)))return o});return!!e};b.include=b.contains=function(a,c){var b=false;if(a==null)return b;return q&&a.indexOf===q?a.indexOf(c)!=-1:b=D(a,function(a){return a===c})};b.invoke=function(a,c){var d=i.call(arguments,2);return b.map(a,function(a){return(c.call?c||a:a[c]).apply(a,
      +871 d)})};b.pluck=function(a,c){return b.map(a,function(a){return a[c]})};b.max=function(a,c,d){if(!c&&b.isArray(a))return Math.max.apply(Math,a);if(!c&&b.isEmpty(a))return-Infinity;var e={computed:-Infinity};j(a,function(a,b,h){b=c?c.call(d,a,b,h):a;b>=e.computed&&(e={value:a,computed:b})});return e.value};b.min=function(a,c,d){if(!c&&b.isArray(a))return Math.min.apply(Math,a);if(!c&&b.isEmpty(a))return Infinity;var e={computed:Infinity};j(a,function(a,b,h){b=c?c.call(d,a,b,h):a;b<e.computed&&(e={value:a,
      +872 computed:b})});return e.value};b.shuffle=function(a){var c=[],b;j(a,function(a,f){f==0?c[0]=a:(b=Math.floor(Math.random()*(f+1)),c[f]=c[b],c[b]=a)});return c};b.sortBy=function(a,c,d){return b.pluck(b.map(a,function(a,b,g){return{value:a,criteria:c.call(d,a,b,g)}}).sort(function(a,c){var b=a.criteria,d=c.criteria;return b<d?-1:b>d?1:0}),"value")};b.groupBy=function(a,c){var d={},e=b.isFunction(c)?c:function(a){return a[c]};j(a,function(a,b){var c=e(a,b);(d[c]||(d[c]=[])).push(a)});return d};b.sortedIndex=
      +873 function(a,c,d){d||(d=b.identity);for(var e=0,f=a.length;e<f;){var g=e+f>>1;d(a[g])<d(c)?e=g+1:f=g}return e};b.toArray=function(a){return!a?[]:a.toArray?a.toArray():b.isArray(a)?i.call(a):b.isArguments(a)?i.call(a):b.values(a)};b.size=function(a){return b.toArray(a).length};b.first=b.head=function(a,b,d){return b!=null&&!d?i.call(a,0,b):a[0]};b.initial=function(a,b,d){return i.call(a,0,a.length-(b==null||d?1:b))};b.last=function(a,b,d){return b!=null&&!d?i.call(a,Math.max(a.length-b,0)):a[a.length-
      +874 1]};b.rest=b.tail=function(a,b,d){return i.call(a,b==null||d?1:b)};b.compact=function(a){return b.filter(a,function(a){return!!a})};b.flatten=function(a,c){return b.reduce(a,function(a,e){if(b.isArray(e))return a.concat(c?e:b.flatten(e));a[a.length]=e;return a},[])};b.without=function(a){return b.difference(a,i.call(arguments,1))};b.uniq=b.unique=function(a,c,d){var d=d?b.map(a,d):a,e=[];b.reduce(d,function(d,g,h){if(0==h||(c===true?b.last(d)!=g:!b.include(d,g)))d[d.length]=g,e[e.length]=a[h];return d},
      +875 []);return e};b.union=function(){return b.uniq(b.flatten(arguments,true))};b.intersection=b.intersect=function(a){var c=i.call(arguments,1);return b.filter(b.uniq(a),function(a){return b.every(c,function(c){return b.indexOf(c,a)>=0})})};b.difference=function(a){var c=b.flatten(i.call(arguments,1));return b.filter(a,function(a){return!b.include(c,a)})};b.zip=function(){for(var a=i.call(arguments),c=b.max(b.pluck(a,"length")),d=Array(c),e=0;e<c;e++)d[e]=b.pluck(a,""+e);return d};b.indexOf=function(a,
      +876 c,d){if(a==null)return-1;var e;if(d)return d=b.sortedIndex(a,c),a[d]===c?d:-1;if(q&&a.indexOf===q)return a.indexOf(c);for(d=0,e=a.length;d<e;d++)if(d in a&&a[d]===c)return d;return-1};b.lastIndexOf=function(a,b){if(a==null)return-1;if(C&&a.lastIndexOf===C)return a.lastIndexOf(b);for(var d=a.length;d--;)if(d in a&&a[d]===b)return d;return-1};b.range=function(a,b,d){arguments.length<=1&&(b=a||0,a=0);for(var d=arguments[2]||1,e=Math.max(Math.ceil((b-a)/d),0),f=0,g=Array(e);f<e;)g[f++]=a,a+=d;return g};
      +877 var E=function(){};b.bind=function(a,c){var d,e;if(a.bind===t&&t)return t.apply(a,i.call(arguments,1));if(!b.isFunction(a))throw new TypeError;e=i.call(arguments,2);return d=function(){if(!(this instanceof d))return a.apply(c,e.concat(i.call(arguments)));E.prototype=a.prototype;var b=new E,g=a.apply(b,e.concat(i.call(arguments)));return Object(g)===g?g:b}};b.bindAll=function(a){var c=i.call(arguments,1);c.length==0&&(c=b.functions(a));j(c,function(c){a[c]=b.bind(a[c],a)});return a};b.memoize=function(a,
      +878 c){var d={};c||(c=b.identity);return function(){var b=c.apply(this,arguments);return m.call(d,b)?d[b]:d[b]=a.apply(this,arguments)}};b.delay=function(a,b){var d=i.call(arguments,2);return setTimeout(function(){return a.apply(a,d)},b)};b.defer=function(a){return b.delay.apply(b,[a,1].concat(i.call(arguments,1)))};b.throttle=function(a,c){var d,e,f,g,h,i=b.debounce(function(){h=g=false},c);return function(){d=this;e=arguments;var b;f||(f=setTimeout(function(){f=null;h&&a.apply(d,e);i()},c));g?h=true:
      +879 a.apply(d,e);i();g=true}};b.debounce=function(a,b){var d;return function(){var e=this,f=arguments;clearTimeout(d);d=setTimeout(function(){d=null;a.apply(e,f)},b)}};b.once=function(a){var b=false,d;return function(){if(b)return d;b=true;return d=a.apply(this,arguments)}};b.wrap=function(a,b){return function(){var d=G.apply([a],arguments);return b.apply(this,d)}};b.compose=function(){var a=arguments;return function(){for(var b=arguments,d=a.length-1;d>=0;d--)b=[a[d].apply(this,b)];return b[0]}};b.after=
      +880 function(a,b){return a<=0?b():function(){if(--a<1)return b.apply(this,arguments)}};b.keys=I||function(a){if(a!==Object(a))throw new TypeError("Invalid object");var b=[],d;for(d in a)m.call(a,d)&&(b[b.length]=d);return b};b.values=function(a){return b.map(a,b.identity)};b.functions=b.methods=function(a){var c=[],d;for(d in a)b.isFunction(a[d])&&c.push(d);return c.sort()};b.extend=function(a){j(i.call(arguments,1),function(b){for(var d in b)b[d]!==void 0&&(a[d]=b[d])});return a};b.defaults=function(a){j(i.call(arguments,
      +881 1),function(b){for(var d in b)a[d]==null&&(a[d]=b[d])});return a};b.clone=function(a){return!b.isObject(a)?a:b.isArray(a)?a.slice():b.extend({},a)};b.tap=function(a,b){b(a);return a};b.isEqual=function(a,b){return r(a,b,[])};b.isEmpty=function(a){if(b.isArray(a)||b.isString(a))return a.length===0;for(var c in a)if(m.call(a,c))return false;return true};b.isElement=function(a){return!!(a&&a.nodeType==1)};b.isArray=p||function(a){return l.call(a)=="[object Array]"};b.isObject=function(a){return a===
      +882 Object(a)};b.isArguments=function(a){return l.call(a)=="[object Arguments]"};if(!b.isArguments(arguments))b.isArguments=function(a){return!(!a||!m.call(a,"callee"))};b.isFunction=function(a){return l.call(a)=="[object Function]"};b.isString=function(a){return l.call(a)=="[object String]"};b.isNumber=function(a){return l.call(a)=="[object Number]"};b.isNaN=function(a){return a!==a};b.isBoolean=function(a){return a===true||a===false||l.call(a)=="[object Boolean]"};b.isDate=function(a){return l.call(a)==
      +883 "[object Date]"};b.isRegExp=function(a){return l.call(a)=="[object RegExp]"};b.isNull=function(a){return a===null};b.isUndefined=function(a){return a===void 0};b.noConflict=function(){s._=F;return this};b.identity=function(a){return a};b.times=function(a,b,d){for(var e=0;e<a;e++)b.call(d,e)};b.escape=function(a){return(""+a).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/")};b.mixin=function(a){j(b.functions(a),function(c){J(c,
      +884 b[c]=a[c])})};var K=0;b.uniqueId=function(a){var b=K++;return a?a+b:b};b.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};b.template=function(a,c){var d=b.templateSettings,d="var __p=[],print=function(){__p.push.apply(__p,arguments);};with(obj||{}){__p.push('"+a.replace(/\\/g,"\\\\").replace(/'/g,"\\'").replace(d.escape,function(a,b){return"',_.escape("+b.replace(/\\'/g,"'")+"),'"}).replace(d.interpolate,function(a,b){return"',"+b.replace(/\\'/g,
      +885 "'")+",'"}).replace(d.evaluate||null,function(a,b){return"');"+b.replace(/\\'/g,"'").replace(/[\r\n\t]/g," ")+";__p.push('"}).replace(/\r/g,"\\r").replace(/\n/g,"\\n").replace(/\t/g,"\\t")+"');}return __p.join('');",e=new Function("obj","_",d);return c?e(c,b):function(a){return e.call(this,a,b)}};var n=function(a){this._wrapped=a};b.prototype=n.prototype;var u=function(a,c){return c?b(a).chain():a},J=function(a,c){n.prototype[a]=function(){var a=i.call(arguments);H.call(a,this._wrapped);return u(c.apply(b,
      +886 a),this._chain)}};b.mixin(b);j("pop,push,reverse,shift,sort,splice,unshift".split(","),function(a){var b=k[a];n.prototype[a]=function(){b.apply(this._wrapped,arguments);return u(this._wrapped,this._chain)}});j(["concat","join","slice"],function(a){var b=k[a];n.prototype[a]=function(){return u(b.apply(this._wrapped,arguments),this._chain)}});n.prototype.chain=function(){this._chain=true;return this};n.prototype.value=function(){return this._wrapped}}).call(this);
      +887 /* main file */
      +888 
      +889 if ( window.IriSP === undefined && window.__IriSP === undefined ) { 
      +890 	var IriSP = {}; 
      +891 	var __IriSP = IriSP; /* for backward compatibility */
      +892 }
      +893 
      +894 IriSP.loadLibs = function( libs, config, metadata_url, callback ) {
      +895     // Localize jQuery variable
      +896 		IriSP.jQuery = null;
      +897     var $L = $LAB.script(libs.jQuery).script(libs.swfObject)
      +898                 .script(libs.jQueryUI)
      +899                                    
      +900     if (config.player.type === "jwplayer") {
      +901       // load our popcorn.js lookalike
      +902       $L = $L.script(libs.jwplayer);
      +903     } else {
      +904       // load the real popcorn
      +905       $L = $L.script(libs.popcorn).script(libs["popcorn.code"]);
      +906       if (config.player.type === "youtube") {
      +907         $L = $L.script(libs["popcorn.youtube"]);
      +908       } 
      +909       if (config.player.type === "vimeo")
      +910         $L = $L.script(libs["popcorn.vimeo"]);
      +911       
      +912       /* do nothing for html5 */
      +913     }       
      +914     
      +915     /* widget specific requirements */
      +916     for (var idx in config.gui.widgets) {
      +917       if (config.gui.widgets[idx].type === "PolemicWidget") {        
      +918         $L.script(libs.raphael);
      +919       }
      +920     }
      +921     
      +922     // same for modules
      +923     /*
      +924     for (var idx in config.modules) {
      +925       if (config.modules[idx].type === "PolemicWidget")
      +926         $L.script(libs.raphaelJs);
      +927     }
      +928     */
      +929 
      +930     $L.wait(function() {
      +931       IriSP.jQuery = window.jQuery.noConflict( true );
      +932       IriSP._ = window._.noConflict();
      +933       IriSP.underscore = IriSP._;
      +934       
      +935       var css_link_jquery = IriSP.jQuery( "<link>", { 
      +936         rel: "stylesheet", 
      +937         type: "text/css", 
      +938         href: libs.cssjQueryUI,
      +939         'class': "dynamic_css"
      +940       } );
      +941       var css_link_custom = IriSP.jQuery( "<link>", { 
      +942         rel: "stylesheet", 
      +943         type: "text/css", 
      +944         href: config.gui.css,
      +945         'class': "dynamic_css"
      +946       } );
      +947       
      +948       css_link_jquery.appendTo('head');
      +949       css_link_custom.appendTo('head');
      +950           
      +951       IriSP.setupDataLoader();
      +952       IriSP.__dataloader.get(metadata_url, 
      +953           function(data) {
      +954             /* save the data so that we could re-use it to
      +955                configure the video
      +956             */
      +957             IriSP.__jsonMetadata = data;
      +958             callback.call(window) });
      +959     });
      +960 };
      +961 IriSP.annotation_template = "{{! template for an annotation displayed in a segmentWidget }}<div title='{{divTitle}}' id='{{id}}'	class='Ldt-iri-chapter' 	style='left: {{startPixel}}px;          width: {{pxWidth}}px;          background-color:#{{hexa_color}};' 	></div>";
      +962 IriSP.annotationWidget_template = "{{! template for the annotation widget }}<div class='Ldt-AnnotationsWidget'>  <!-- ugly div because we want to have a double border -->  <div class='Ldt-Annotation-DoubleBorder'>      <div class='Ldt-AnnotationContent'>        <div class='Ldt-AnnotationShareIcons'>         <a class='Ldt-fbShare' href=''><img src='{{img_dir}}/facebook.png' alt='share on facebook'></img></a>         <a class='Ldt-TwShare' href=''><img src='{{img_dir}}/twitter.png' alt='share on twitter'></img></a>         <a class='Ldt-GplusShare' href=''><img src='{{img_dir}}/google.png' alt='share on google+'></img></a>      </div>		  <div class='Ldt-SaTitle'></div>	  	<div class='Ldt-SaDescription'></div>    </div>  </div></div>";
      +963 IriSP.annotation_loading_template = "{{! template shown while the annotation widget is loading }}<div id='Ldt-load-container'><div id='Ldt-loader'> </div> Chargement... </div>";
      +964 IriSP.arrowWidget_template = "<div class='Ldt-arrowWidget'></div>";
      +965 IriSP.overlay_marker_template = "{{! the template for the small bars which is z-indexed over our segment widget }}<div class='Ldt-SegmentPositionMarker' style='background-color: #F7268E;'></div>";
      +966 IriSP.player_template = "{{! template for the radio player }}<div class='Ldt-controler demo'>	<div class='Ldt-LeftPlayerControls'>    <div class='Ldt-button Ldt-CtrlPlay'></div>		<div class='Ldt-button Ldt-CtrlAnnotate'></div>    <div class='Ldt-button Ldt-CtrlSearch'></div>	</div>		<div class='Ldt-RightPlayerControls'>    <div class='Ldt-Time'>      <div class='Ldt-ElapsedTime'></div>      <div class='Ldt-TimeSeparator'>/</div>      <div class='Ldt-TotalTime'></div>    </div>		<div class='Ldt-button Ldt-CtrlSound'></div>	</div></div>";
      +967 IriSP.search_template = "{{! template for the search container }}<div class='LdtSearchContainer'	style='margin-left: {{margin_left}}; position: absolute; margin-top: -60px;'>	<div class='LdtSearch'		style='display: none; background-color: #EEE; width: 165px; boder: 1px; border-color: #CFCFCF; position: absolute; text-align: center;'>		<input class='LdtSearchInput'			style='margin-top: 2px; margin-bottom: 2px;' />	</div></div><div class='cleaner'></div>";
      +968 IriSP.share_template = "{{! social network sharing template }}<a onclick='__IriSP.MyApiPlayer.share(\'delicious\');' title='partager avec delicious'><span class='share shareDelicious'> </span></a>		<a onclick='__IriSP.MyApiPlayer.share(\'facebook\');' title='partager avec facebook'> <span class='share shareFacebook'> </span></a><a onclick='__IriSP.MyApiPlayer.share(\'twitter\');' title='partager avec twitter'>  <span class='share shareTwitter'> </span></a><a onclick='__IriSP.MyApiPlayer.share(\'myspace\');' title='partager avec Myspace'>  <span class='share shareMySpace'> </span></a>";
      +969 IriSP.sliderWidget_template = "{{! template for the slider widget - it's composed of two divs we one overlayed on top    of the other }}<div class='Ldt-sliderBackground'></div><div class='Ldt-sliderForeground'></div><div class='Ldt-sliderPositionMarker'></div>";
      +970 IriSP.tooltip_template = "{{! template used by the jquery ui tooltip }}<div class='Ldt-tooltip'>  <div class='title'>{{title}}</div>  <div class='time'>{{begin}} : {{end}} </div>  <div class='description'>{{description}}</div></div>";
      +971 IriSP.tooltipWidget_template = "{{! template for the tooltip widget }}<div class='tip'>	<div class='tipcolor' style='height:10px;width:10px'></div>	<div class='tiptext'></div>";
      +972 IriSP.tweetWidget_template = "{{! template for the tweet widget }}<div class='Ldt-tweetWidget'>  <div class='Ldt-tweet-DoubleBorder'>      <img src='{{img_dir}}/minimize.png' class='Ldt-tweetWidgetKeepOpen' alt='dont minimize automatically'></img>      <img src='{{img_dir}}/minimize.png' class='Ldt-tweetWidgetMinimize' alt='minimize window'></img>      <div class='Ldt-tweetAvatar'></div>      <img src='{{img_dir}}/profile_arrow.png' class='Ldt-tweetAvatar-profileArrow'></img>      <div class='Ldt-tweetContents'></div>      <a href='' target='_blank' class='Ldt-Retweet'><div class='Ldt-RetweetIcon'></div> - Retweet </a>      <a href='' target='_blank' class='Ldt-TweetReply'><div class='Ldt-TweetReplyIcon'></div> - Reply</a>  </div></div>";/* wrapper that simulates popcorn.js because
      +973    popcorn is a bit unstable at the time */
      +974 
      +975 IriSP.PopcornReplacement = {
      +976   msgPump : {} /* used by jquery to receive and send messages */
      +977 };
      +978 
      +979 IriSP.PopcornReplacement.media = { 
      +980   "paused": true,
      +981   "muted": false
      +982 };
      +983 
      +984 IriSP.PopcornReplacement.listen = function(msg, callback) {
      +985 //  IriSP.jQuery(IriSP.PopcornReplacement.msgPump).bind(msg, function(event, rest) { callback(rest); });
      +986   if (!IriSP.PopcornReplacement.msgPump.hasOwnProperty(msg))
      +987     IriSP.PopcornReplacement.msgPump[msg] = [];
      +988 
      +989   IriSP.PopcornReplacement.msgPump[msg].push(callback);
      +990 };
      +991 
      +992 IriSP.PopcornReplacement.trigger = function(msg, params) {
      +993 //  IriSP.jQuery(IriSP.PopcornReplacement.msgPump).trigger(msg, params);
      +994   
      +995   if (!IriSP.PopcornReplacement.msgPump.hasOwnProperty(msg))
      +996     return;
      +997 
      +998   var d = IriSP.PopcornReplacement.msgPump[msg];
      +999   for(var entry in d) {
      +1000     d[entry].call(window, params);
      +1001   }
      +1002 
      +1003 };
      +1004 
      +1005 IriSP.PopcornReplacement.guid = function(prefix) {
      +1006   var str = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
      +1007       var r = Math.random()*16|0, v = c == 'x' ? r : (r&0x3|0x8);
      +1008       return v.toString(16);
      +1009    });
      +1010 
      +1011   return prefix + str;
      +1012 };
      +1013 
      +1014 IriSP.PopcornReplacement.__initApi = function() {
      +1015   IriSP.PopcornReplacement.trigger("loadedmetadata"); // we've done more than loading metadata of course,
      +1016                                                       // but popcorn doesn't need to know more.
      +1017   IriSP.PopcornReplacement.media.muted = jwplayer(IriSP.PopcornReplacement._container).getMute();
      +1018 };
      +1019 
      +1020 IriSP.PopcornReplacement.jwplayer = function(container, options) {
      +1021   IriSP.PopcornReplacement._container = container.slice(1); //eschew the '#'
      +1022   options.events = {
      +1023       onReady: IriSP.PopcornReplacement.__initApi,
      +1024       onTime: IriSP.PopcornReplacement.__timeHandler,
      +1025       onPlay: IriSP.PopcornReplacement.__playHandler,
      +1026       onPause: IriSP.PopcornReplacement.__pauseHandler,
      +1027       onSeek: IriSP.PopcornReplacement.__seekHandler 
      +1028       }
      +1029     
      +1030   jwplayer(IriSP.PopcornReplacement._container).setup(options);
      +1031   IriSP.PopcornReplacement.media.duration = options.duration;
      +1032   return IriSP.PopcornReplacement;
      +1033 };
      +1034 
      +1035 IriSP.PopcornReplacement.currentTime = function(time) {
      +1036   if (typeof(time) === "undefined") {
      +1037       return jwplayer(IriSP.PopcornReplacement._container).getPosition();            
      +1038   } else {
      +1039      var currentTime = +time;
      +1040      jwplayer( IriSP.PopcornReplacement._container ).seek( currentTime );
      +1041      IriSP.PopcornReplacement.trigger("seeked");
      +1042      return jwplayer(IriSP.PopcornReplacement._container).getPosition();            
      +1043   }
      +1044 };
      +1045 
      +1046 IriSP.PopcornReplacement.play = function() {
      +1047       IriSP.PopcornReplacement.media.paused = false;
      +1048       IriSP.PopcornReplacement.trigger("play");
      +1049 //      IriSP.PopcornReplacement.trigger("playing");
      +1050       jwplayer( IriSP.PopcornReplacement._container ).play();
      +1051 };
      +1052     
      +1053 IriSP.PopcornReplacement.pause = function() {
      +1054       if ( !IriSP.PopcornReplacement.media.paused ) {
      +1055         IriSP.PopcornReplacement.media.paused = true;
      +1056         IriSP.PopcornReplacement.trigger( "pause" );
      +1057         jwplayer( IriSP.PopcornReplacement._container ).pause();
      +1058       }
      +1059 };
      +1060 
      +1061 IriSP.PopcornReplacement.muted = function(val) {
      +1062   if (typeof(val) !== "undefined") {
      +1063 
      +1064     if (jwplayer(IriSP.PopcornReplacement._container).getMute() !== val) {
      +1065       if (val) {
      +1066         jwplayer(IriSP.PopcornReplacement._container).setMute(true);
      +1067         IriSP.PopcornReplacement.media.muted = true;
      +1068       } else {
      +1069         jwplayer( IriSP.PopcornReplacement._container ).setMute(false);
      +1070         IriSP.PopcornReplacement.media.muted = false;
      +1071       }
      +1072 
      +1073       IriSP.PopcornReplacement.trigger( "volumechange" );
      +1074     }
      +1075     
      +1076     return jwplayer( IriSP.PopcornReplacement._container ).getMute();
      +1077   } else {
      +1078     return jwplayer( IriSP.PopcornReplacement._container ).getMute();
      +1079   }
      +1080 };
      +1081 
      +1082 IriSP.PopcornReplacement.mute = IriSP.PopcornReplacement.muted;
      +1083 
      +1084 IriSP.PopcornReplacement.__codes = [];
      +1085 IriSP.PopcornReplacement.code = function(options) {
      +1086   IriSP.PopcornReplacement.__codes.push(options);
      +1087   return IriSP.PopcornReplacement;
      +1088 };
      +1089 
      +1090 IriSP.PopcornReplacement.__runCode = function() {
      +1091   var currentTime = jwplayer(IriSP.PopcornReplacement._container).getPosition();
      +1092   var i = 0;
      +1093   for(i = 0; i < IriSP.PopcornReplacement.__codes.length; i++) {
      +1094     var c = IriSP.PopcornReplacement.__codes[i];
      +1095     if (currentTime == c.start) {
      +1096       c.onStart();
      +1097     }
      +1098     
      +1099     if (currentTime == c.end) {
      +1100       c.onEnd();
      +1101     }
      +1102 
      +1103   }
      +1104 };
      +1105 
      +1106 /* called everytime the player updates itself 
      +1107    (onTime event)
      +1108  */
      +1109 
      +1110 IriSP.PopcornReplacement.__timeHandler = function(event) {
      +1111   var pos = event.position;
      +1112 
      +1113   var i = 0;
      +1114   for(i = 0; i < IriSP.PopcornReplacement.__codes.length; i++) {
      +1115      var c = IriSP.PopcornReplacement.__codes[i];
      +1116      
      +1117      if (pos >= c.start && pos < c.end && 
      +1118          pos - 0.1 <= c.start) {       
      +1119         c.onStart();
      +1120      }
      +1121  
      +1122      if (pos > c.start && pos > c.end && 
      +1123          pos - 0.1 <= c.end) {
      +1124          console.log("eonedn");
      +1125         c.onEnd();
      +1126      }
      +1127    
      +1128   }
      +1129  
      +1130   IriSP.PopcornReplacement.trigger("timeupdate");
      +1131 };
      +1132 
      +1133 IriSP.PopcornReplacement.__seekHandler = function(event) {
      +1134   var i = 0;
      +1135   
      +1136   for(i = 0; i < IriSP.PopcornReplacement.__codes.length; i++) {
      +1137      var c = IriSP.PopcornReplacement.__codes[i];
      +1138     
      +1139      if (event.position >= c.start && event.position < c.end) {        
      +1140         c.onEnd();
      +1141      }         
      +1142    }
      +1143 
      +1144    for(i = 0; i < IriSP.PopcornReplacement.__codes.length; i++) {
      +1145      var c = IriSP.PopcornReplacement.__codes[i];
      +1146 
      +1147      if (typeof(event.offset) === "undefined")
      +1148        event.offset = 0;
      +1149            
      +1150      if (event.offset >= c.start && event.offset < c.end) { 
      +1151        c.onStart();
      +1152      }
      +1153      
      +1154    }
      +1155 
      +1156   IriSP.PopcornReplacement.trigger("timeupdate");
      +1157 };
      +1158 
      +1159 
      +1160 IriSP.PopcornReplacement.__playHandler = function(event) {
      +1161   IriSP.PopcornReplacement.media.paused = false;
      +1162   IriSP.PopcornReplacement.trigger("play");
      +1163 };
      +1164 
      +1165 IriSP.PopcornReplacement.__pauseHandler = function(event) {
      +1166   IriSP.PopcornReplacement.media.paused = true;
      +1167   IriSP.PopcornReplacement.trigger("pause");
      +1168 };
      +1169 
      +1170 IriSP.PopcornReplacement.roundTime = function() {
      +1171   var currentTime = IriSP.PopcornReplacement.currentTime();
      +1172   return Math.round(currentTime);
      +1173 };
      +1174 /* utils.js - various utils that don't belong anywhere else */
      +1175 
      +1176 /* trace function, for debugging */
      +1177 
      +1178 IriSP.traceNum = 0;
      +1179 IriSP.trace = function( msg, value ) {
      +1180 /*
      +1181 	if( IriSP.config.gui.debug === true ) {
      +1182 		IriSP.traceNum += 1;
      +1183 		IriSP.jQuery( "<div>"+IriSP.traceNum+" - "+msg+" : "+value+"</div>" ).appendTo( "#Ldt-output" );
      +1184 	}
      +1185 */
      +1186 };
      +1187 
      +1188 /* used in callbacks - because in callbacks we lose "this",
      +1189    we need to have a special function which wraps "this" in 
      +1190    a closure. This way, the 
      +1191 */   
      +1192 IriSP.wrap = function (obj, fn) {
      +1193   return function() {    
      +1194     var args = Array.prototype.slice.call(arguments, 0);
      +1195     return fn.apply(obj, args);
      +1196   }
      +1197 }
      +1198 
      +1199 /* convert a time to a percentage in the media */
      +1200 IriSP.timeToPourcent = function(time, timetotal){
      +1201 	var time = Math.abs(time);
      +1202   var timetotal = Math.abs(timetotal);
      +1203   
      +1204 	return Math.floor((time/timetotal) * 100);
      +1205 };
      +1206 
      +1207 IriSP.padWithZeros = function(num) {
      +1208   if (Math.abs(num) < 10) {
      +1209     return "0" + num.toString();
      +1210   } else {
      +1211     return num.toString();
      +1212   }
      +1213 };
      +1214 /* convert a number of seconds to a tuple of the form 
      +1215    [hours, minutes, seconds]
      +1216 */
      +1217 IriSP.secondsToTime = function(secs) {  
      +1218   var hours = Math.abs(parseInt( secs / 3600 ) % 24);
      +1219   var minutes = Math.abs(parseInt( secs / 60 ) % 60);
      +1220   var seconds = parseFloat(Math.abs(secs % 60).toFixed(0));
      +1221   
      +1222   var toString_fn = function() {
      +1223     var ret = "";
      +1224     if (hours > 0)
      +1225        ret = IriSP.padWithZeros(this.hours) + ":";
      +1226     ret += IriSP.padWithZeros(this.minutes) + ":" + IriSP.padWithZeros(this.seconds);
      +1227 
      +1228     return ret;
      +1229   }
      +1230   return {"hours" : hours, "minutes" : minutes, "seconds" : seconds, toString: toString_fn};
      +1231 };
      +1232 
      +1233 IriSP.secondsToString
      +1234 
      +1235 /* format a tweet - replaces @name by a link to the profile, #hashtag, etc. */
      +1236 IriSP.formatTweet = function(tweet) {
      +1237   /*
      +1238     an array of arrays which hold a regexp and its replacement.
      +1239   */
      +1240   var regExps = [
      +1241     /* copied from http://codegolf.stackexchange.com/questions/464/shortest-url-regex-match-in-javascript/480#480 */
      +1242     [/((https?:\/\/)?[\w-]+(\.[\w-]+)+\.?(:\d+)?(\/\S*)?)/gi, "<a href='$1'>$1</a>"],
      +1243     [/@(\w+)/gi, "<a href='http://twitter.com/$1'>@$1</a>"], // matches a @handle
      +1244     [/#(\w+)/gi, "<a href='http://twitter.com/search?q=%23$1'>#$1</a>"],// matches a hashtag
      +1245     [/(\+\+)/gi, "<span class='Ldt-PolemicPlusPlus'>$1</span>"],
      +1246     [/(--)/gi, "<span class='Ldt-PolemicMinusMinus'>$1</span>"],
      +1247     [/(==)/gi, "<span class='Ldt-PolemicEqualEqual'>$1</span>"],
      +1248     [/(\?\?)/gi, "<span class='Ldt-PolemicQuestion'>$1</span>"]
      +1249   ]; 
      +1250 
      +1251   var i = 0;
      +1252   for(i = 0; i < regExps.length; i++) {
      +1253      tweet = tweet.replace(regExps[i][0], regExps[i][1]);
      +1254   }
      +1255   
      +1256   return tweet;
      +1257 };
      +1258 
      +1259 IriSP.countProperties = function(obj) {
      +1260     var count = 0;
      +1261 
      +1262     for(var prop in obj) {
      +1263         if(obj.hasOwnProperty(prop))
      +1264                 ++count;
      +1265     }
      +1266 
      +1267     return count;
      +1268 };
      +1269 
      +1270 // conversion de couleur Decimal vers HexaDecimal || 000 si fff
      +1271 IriSP.DEC_HEXA_COLOR = function (dec) {
      +1272 	 var hexa='0123456789ABCDEF';
      +1273    var hex='';
      +1274 	 var tmp;
      +1275 	 while (dec>15){
      +1276 		  tmp = dec-(Math.floor(dec/16))*16;
      +1277 		  hex = hexa.charAt(tmp)+hex;
      +1278 		  dec = Math.floor(dec/16);
      +1279 	 }
      +1280 	 hex = hexa.charAt(dec)+hex;	 
      +1281 	 return(hex);
      +1282 };
      +1283 
      +1284 /* shortcut to have global variables in templates */
      +1285 IriSP.templToHTML = function(template, values) {
      +1286   var params = IriSP.jQuery.extend(IriSP.default_templates_vars, values);
      +1287   return Mustache.to_html(template, params);
      +1288 };
      +1289 
      +1290 /* we need to be stricter than encodeURIComponent,
      +1291    because of twitter
      +1292 */  
      +1293 IriSP.encodeURI = function(str) {
      +1294   return encodeURIComponent(str).replace(/!/g, '%21').replace(/'/g, '%27').replace(/\(/g, '%28').  
      +1295                                  replace(/\)/g, '%29').replace(/\*/g, '%2A');  
      +1296 }  
      +1297 
      +1298 IriSP.__guidCounter = 0;
      +1299 IriSP.guid = function(prefix) {
      +1300   IriSP.__guidCounter += 1;
      +1301   return prefix + IriSP.__guidCounter;
      +1302 };
      +1303 /* for ie compatibility
      +1304 if (Object.prototype.__defineGetter__&&!Object.defineProperty) {
      +1305    Object.defineProperty=function(obj,prop,desc) {
      +1306       if ("get" in desc) obj.__defineGetter__(prop,desc.get);
      +1307       if ("set" in desc) obj.__defineSetter__(prop,desc.set);
      +1308    }
      +1309 }
      +1310 */
      +1311 /* data.js - this file deals with how the players gets and sends data */
      +1312 
      +1313 IriSP.DataLoader = function() {
      +1314   this._cache = {};
      +1315   
      +1316   /*
      +1317     A structure to hold callbacks for specific urls. We need it because
      +1318     ajax calls are asynchronous, so it means that sometimes we ask
      +1319     multiple times for a ressource because the first call hasn't been
      +1320     received yet.
      +1321   */
      +1322   this._callbacks = {};
      +1323 };
      +1324 
      +1325 IriSP.DataLoader.prototype.get = function(url, callback) {
      +1326 
      +1327   var base_url = url.split("&")[0]
      +1328   if (this._cache.hasOwnProperty(base_url)) {
      +1329     callback(this._cache[base_url]);
      +1330   } else {  
      +1331     if (!this._callbacks.hasOwnProperty(base_url)) {
      +1332       this._callbacks[base_url] = [];
      +1333       this._callbacks[base_url].push(callback);   
      +1334       /* we need a closure because this gets lost when it's called back */
      +1335   
      +1336       // uncomment you don't want to use caching.
      +1337       // IriSP.jQuery.get(url, callback);
      +1338       
      +1339       var func = function(data) {
      +1340                   this._cache[base_url] = data;                                
      +1341                   var i = 0;
      +1342                   
      +1343                   for (i = 0; i < this._callbacks[base_url].length; i++) {
      +1344                     this._callbacks[base_url][i](this._cache[base_url]);                                  
      +1345                   }
      +1346       };
      +1347       
      +1348       /* automagically choose between json and jsonp */
      +1349       if (url.indexOf(document.location.hostname) === -1 &&
      +1350           url.indexOf("http://") !== -1 /* not a relative url */ ) {
      +1351         // we contacting a foreign domain, use JSONP
      +1352 
      +1353         IriSP.jQuery.get(url, {}, IriSP.wrap(this, func), "jsonp");
      +1354       } else {
      +1355 
      +1356         // otherwise, hey, whatever rows your boat
      +1357         IriSP.jQuery.get(url, IriSP.wrap(this, func));
      +1358       }
      +1359     
      +1360     } else {
      +1361       /* simply push the callback - it'll get called when the ressource
      +1362          has been received */
      +1363       
      +1364       this._callbacks[base_url].push(callback);   
      +1365    
      +1366     }
      +1367   }
      +1368 }
      +1369 
      +1370 /* the base abstract "class" */
      +1371 IriSP.Serializer = function(DataLoader, url) {
      +1372   this._DataLoader = DataLoader;
      +1373   this._url = url;
      +1374   this._data = [];
      +1375 };
      +1376 
      +1377 IriSP.Serializer.prototype.serialize = function(data) { };
      +1378 IriSP.Serializer.prototype.deserialize = function(data) {};
      +1379 
      +1380 IriSP.Serializer.prototype.currentMedia = function() {  
      +1381 };
      +1382 
      +1383 IriSP.Serializer.prototype.sync = function(callback) {  
      +1384   callback.call(this, this._data);  
      +1385 };
      +1386 
      +1387 IriSP.SerializerFactory = function(DataLoader) {
      +1388   this._dataloader = DataLoader;
      +1389 };
      +1390 
      +1391 IriSP.SerializerFactory.prototype.getSerializer = function(metadataOptions) {
      +1392   /* This function returns serializer set-up with the correct
      +1393      configuration - takes a metadata struct describing the metadata source
      +1394   */
      +1395   
      +1396   if (metadataOptions === undefined)
      +1397     /* return an empty serializer */
      +1398     return IriSP.Serializer("", "");
      +1399             
      +1400   switch(metadataOptions.type) {
      +1401     case "json":
      +1402       return new IriSP.JSONSerializer(this._dataloader, metadataOptions.src);
      +1403       break;
      +1404     
      +1405     case "dummy": /* only used for unit testing - not defined in production */
      +1406       return new IriSP.MockSerializer(this._dataloader, metadataOptions.src);
      +1407       break;
      +1408     
      +1409     case "empty":
      +1410       return new IriSP.Serializer("", "empty");
      +1411       break;
      +1412       
      +1413     default:      
      +1414       return undefined;
      +1415   }
      +1416 };
      +1417 /* site.js - all our site-dependent config : player chrome, cdn locations, etc...*/
      +1418 
      +1419 IriSP.lib = { 
      +1420 		jQuery : "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js",
      +1421 		jQueryUI : "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.js",
      +1422 		jQueryToolTip : "http://cdn.jquerytools.org/1.2.4/all/jquery.tools.min.js",
      +1423 		swfObject : "http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js",
      +1424 		cssjQueryUI : "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css",
      +1425     popcorn : "/mdp/src/js/libs/popcorn.js",
      +1426     jwplayer : "/mdp/src/js/libs/jwplayer.js",
      +1427     popcornReplacement: "/mdp/src/js/libs/pop.js",
      +1428     raphael: "/mdp/src/js/libs/raphael.js",
      +1429     "popcorn.mediafragment" : "/mdp/src/js/libs/popcorn.mediafragment.js",
      +1430     "popcorn.code" : "/mdp/src/js/libs/popcorn.code.js",
      +1431     "popcorn.jwplayer": "/mdp/src/js/libs/popcorn.jwplayer.js",
      +1432     "popcorn.youtube": "/mdp/src/js/libs/popcorn.youtube.js"
      +1433 };
      +1434 
      +1435 //Player Configuration 
      +1436 IriSP.config = undefined;
      +1437 
      +1438 IriSP.widgetsDefaults = {
      +1439   "LayoutManager" : {spacer_div_height : "0px" },
      +1440   "PlayerWidget" : {},
      +1441   "AnnotationsWidget": {
      +1442     "share_text" : "I'm watching ",     
      +1443     "fb_link" : "http://www.facebook.com/share.php?u=",
      +1444     "tw_link" : "http://twitter.com/home?status=",
      +1445     "gplus_link" : ""
      +1446     },
      +1447   "TweetsWidget" : {
      +1448       default_profile_picture : "https://si0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png",
      +1449       tweet_display_period: 10000 // how long do we show a tweet ?
      +1450   },
      +1451   "SliderWidget" : {
      +1452       minimize_period: 850 // how long does the slider stays maximized after the user leaves the zone ?
      +1453   },
      +1454   "Main" : {
      +1455       autoplay: true
      +1456   }
      +1457   
      +1458 };
      +1459 
      +1460 IriSP.paths = {
      +1461 //  "imgs": "/tweetlive/res/metadataplayer/src/css/imgs"
      +1462   "imgs": "/mdp/src/css/imgs"
      +1463 };
      +1464 IriSP.default_templates_vars = {
      +1465   "img_dir" : IriSP.paths.imgs 
      +1466 };
      +1467 
      +1468 /* ui.js - ui related functions */
      +1469 
      +1470 /* FIXME: use an sharing library */
      +1471 IriSP.LdtShareTool = IriSP.share_template; /* the contents come from share.html */
      +1472 
      +1473 IriSP.createPlayerChrome = function(){
      +1474 	var width = IriSP.config.gui.width;
      +1475 	var height = IriSP.config.gui.height;
      +1476 	var heightS = IriSP.config.gui.height-20;
      +1477 	
      +1478 	// AUDIO  */
      +1479 	// PB dans le html : ; 
      +1480 	IriSP.trace( "__IriSP.createMyHtml",IriSP.config.gui.container );
      +1481 
      +1482 	
      +1483 	/* FIXME : factor this in another file */
      +1484 	if( IriSP.config.gui.mode=="radio" ){
      +1485 
      +1486 		IriSP.jQuery( "#"+IriSP.config.gui.container ).before(IriSP.search_template);
      +1487 		var radioPlayer = Mustache.to_html(IriSP.radio_template, {"share_template" : IriSP.share_template});
      +1488 		IriSP.jQuery(radioPlayer).appendTo("#"+IriSP.config.gui.container);
      +1489 
      +1490 		// special tricks for IE 7
      +1491 		if (IriSP.jQuery.browser.msie==true && IriSP.jQuery.browser.version=="7.0"){
      +1492 			//LdtSearchContainer
      +1493 			//__IriSP.jQuery("#LdtPlayer").attr("margin-top","50px");
      +1494 			IriSP.jQuery("#Ldt-Root").css("padding-top","25px");
      +1495 			IriSP.trace("__IriSP.createHtml","IE7 SPECIAL ");
      +1496 		}
      +1497 	} else if(IriSP.config.gui.mode=="video") {
      +1498 	
      +1499 		var videoPlayer = Mustache.to_html(IriSP.video_template, {"share_template" : IriSP.share_template, "heightS" : heightS});
      +1500 		IriSP.jQuery(videoPlayer).appendTo("#"+IriSP.config.gui.container);
      +1501 	}
      +1502 	
      +1503 	IriSP.jQuery("#Ldt-Annotations").width(width-(75*2));
      +1504 	IriSP.jQuery("#Ldt-Show-Arrow-container").width(width-(75*2));
      +1505 	IriSP.jQuery("#Ldt-ShowAnnotation-audio").width(width-10);
      +1506 	IriSP.jQuery("#Ldt-ShowAnnotation-video").width(width-10);
      +1507 	IriSP.jQuery("#Ldt-SaKeyword").width(width-10);
      +1508 	IriSP.jQuery("#Ldt-controler").width(width-10);
      +1509 	IriSP.jQuery("#Ldt-Control").attr("z-index","100");
      +1510 	IriSP.jQuery("#Ldt-controler").hide();
      +1511 	
      +1512 	IriSP.jQuery(IriSP.annotation_loading_template).appendTo("#Ldt-ShowAnnotation-audio");
      +1513 
      +1514 	if(IriSP.config.gui.mode=='radio'){
      +1515 		IriSP.jQuery("#Ldt-load-container").attr("width",IriSP.config.gui.width);
      +1516 	}
      +1517 	// Show or not the output
      +1518 	if(IriSP.config.gui.debug===true){
      +1519 		IriSP.jQuery("#Ldt-output").show();
      +1520 	} else {
      +1521 		IriSP.jQuery("#Ldt-output").hide();
      +1522 	}
      +1523 	
      +1524 };
      +1525 
      +1526 
      +1527 /* create the buttons and the slider   */
      +1528 IriSP.createInterface = function( width, height, duration ) {
      +1529 		
      +1530 		IriSP.jQuery( "#Ldt-controler" ).show();
      +1531 		//__IriSP.jQuery("#Ldt-Root").css('display','visible');
      +1532 		IriSP.trace( "__IriSP.createInterface" , width+","+height+","+duration+"," );
      +1533 		
      +1534 		IriSP.jQuery( "#Ldt-ShowAnnotation").click( function () { 
      +1535 			 //__IriSP.jQuery(this).slideUp(); 
      +1536 		} );
      +1537 
      +1538 		var LdtpPlayerY = IriSP.jQuery("#Ldt-PlaceHolder").attr("top");
      +1539 		var LdtpPlayerX = IriSP.jQuery("#Ldt-PlaceHolder").attr("left");
      +1540 		
      +1541 		IriSP.jQuery( "#slider-range-min" ).slider( { //range: "min",
      +1542 			value: 0,
      +1543 			min: 1,
      +1544 			max: duration/1000,//1:54:52.66 = 3600+3240+
      +1545 			step: 0.1,
      +1546 			slide: function(event, ui) {
      +1547 				
      +1548 				//__IriSP.jQuery("#amount").val(ui.value+" s");
      +1549 				//player.sendEvent('SEEK', ui.value)
      +1550 				IriSP.MyApiPlayer.seek(ui.value);
      +1551 				//changePageUrlOffset(ui.value);
      +1552 				//player.sendEvent('PAUSE')
      +1553 			}
      +1554 		} );
      +1555 		
      +1556 		IriSP.trace("__IriSP.createInterface","ICI");
      +1557 		IriSP.jQuery("#amount").val(IriSP.jQuery("#slider-range-min").slider("value")+" s");
      +1558 		IriSP.jQuery(".Ldt-Control1 button:first").button({
      +1559 			icons: {
      +1560 				primary: 'ui-icon-play'
      +1561 			},
      +1562 			text: false
      +1563 		}).next().button({
      +1564 			icons: {
      +1565 				primary: 'ui-icon-seek-next'
      +1566 			},
      +1567 			 text: false
      +1568 		});
      +1569 		IriSP.jQuery(".Ldt-Control2 button:first").button({
      +1570 			icons: {
      +1571 				primary: 'ui-icon-search'//,
      +1572 				//secondary: 'ui-icon-volume-off'
      +1573 			},
      +1574 			text: false
      +1575 		}).next().button({
      +1576 			icons: {
      +1577 				primary: 'ui-icon-volume-on'
      +1578 			},
      +1579 			 text: false
      +1580 		});
      +1581 
      +1582 		// /!\ PB A MODIFIER 
      +1583 		//__IriSP.MyTags.draw();
      +1584 		IriSP.trace("__IriSP.createInterface","ICI2");
      +1585 		IriSP.jQuery( "#ldt-CtrlPlay" ).attr( "style", "background-color:#CD21C24;" );
      +1586 		
      +1587 		IriSP.jQuery( "#Ldt-load-container" ).hide();
      +1588 		
      +1589 		if( IriSP.config.gui.mode=="radio" & IriSP.jQuery.browser.msie != true ) {
      +1590 			IriSP.jQuery( "#Ldtplayer1" ).attr( "height", "0" );
      +1591 		}
      +1592 		IriSP.trace( "__IriSP.createInterface" , "3" );
      +1593 
      +1594 		IriSP.trace( "__IriSP.createInterface", "END" );
      +1595 		
      +1596 	};
      +1597 /* the widget classes and definitions */
      +1598 
      +1599 IriSP.Widget = function(Popcorn, config, Serializer) {
      +1600 
      +1601   if (config === undefined || config === null) {
      +1602     config = {}
      +1603   }
      +1604   
      +1605   this._Popcorn = Popcorn;
      +1606   this._config = config;  
      +1607   this._serializer = Serializer;
      +1608   
      +1609   if (config.hasOwnProperty("container")) {
      +1610      this._id = config.container;
      +1611      this.selector = IriSP.jQuery("#" + this._id);
      +1612   }
      +1613 
      +1614   if (config.hasOwnProperty("spacer")) {
      +1615      this._spacerId = config.spacer;
      +1616      this.spacer = IriSP.jQuery("#" + this._spacerId);
      +1617   }
      +1618 
      +1619 
      +1620   if (config.hasOwnProperty("width")) {
      +1621      // this.width and not this._width because we consider it public.
      +1622      this.width = config.width;     
      +1623   }
      +1624   
      +1625   if (config.hasOwnProperty("height")) {    
      +1626      this.height = config.height;     
      +1627   }
      +1628   
      +1629   if (config.hasOwnProperty("heightmax")) {
      +1630      this.heightmax = config.heightmax;     
      +1631   }
      +1632 
      +1633   if (config.hasOwnProperty("widthmax")) {
      +1634      this.widthmax = config.widthmax;     
      +1635   }
      +1636   
      +1637 };
      +1638 
      +1639 IriSP.Widget.prototype.draw = function() {
      +1640   /* implemented by "sub-classes" */  
      +1641 };
      +1642 
      +1643 IriSP.Widget.prototype.redraw = function() {
      +1644   /* implemented by "sub-classes" */  
      +1645 };
      +1646 /* modules are non-graphical entities, similar to widgets */
      +1647 
      +1648 IriSP.Module = function(Popcorn, config, Serializer) {
      +1649 
      +1650   if (config === undefined || config === null) {
      +1651     config = {}
      +1652   }
      +1653   
      +1654   this._Popcorn = Popcorn;
      +1655   this._config = config;  
      +1656   this._serializer = Serializer;
      +1657 };
      +1658 /* layout.js - very basic layout management */
      +1659 
      +1660 /*
      +1661   a layout manager manages a div and the layout of objects
      +1662   inside it.
      +1663 */
      +1664 
      +1665 IriSP.LayoutManager = function(options) {
      +1666     this._Popcorn = null;
      +1667     this._widgets = [];
      +1668     
      +1669     this._div = "LdtPlayer";
      +1670     this._width = 640;
      +1671     
      +1672     if (options === undefined) {
      +1673       options = {};
      +1674     };
      +1675     
      +1676     if (options.hasOwnProperty('container')) {
      +1677       this._div = options.container;
      +1678     }
      +1679 
      +1680     if (options.hasOwnProperty('width')) {
      +1681       this._width = options.width;
      +1682     }    
      +1683     
      +1684     if (options.hasOwnProperty('height')) {
      +1685       this._height = options.height;
      +1686     } 
      +1687     
      +1688     /* this is a shortcut */
      +1689     this.selector = IriSP.jQuery("#" + this._div);
      +1690     
      +1691     this.selector.css("width", this._width);
      +1692     
      +1693     if (this._height !== undefined)
      +1694       this.selector.css("height", this._height);
      +1695 };
      +1696 
      +1697 /* we need this special setter because of a chicken and egg problem :
      +1698    we want the manager to use popcorn but the popcorn div will be managed
      +1699    by the manager. So we need a way to set the instance the manager uses
      +1700 */
      +1701    
      +1702 IriSP.LayoutManager.prototype.setPopcornInstance = function(popcorn) {
      +1703     this._Popcorn = popcorn;
      +1704 }
      +1705 
      +1706 /* stem is a string to append to the id of the widget */
      +1707 IriSP.LayoutManager.prototype.createDiv = function(stem) {
      +1708     if (typeof(stem) === "undefined")
      +1709        stem = "";
      +1710 
      +1711     var newDiv = IriSP.guid(this._div + "_widget_" + stem + "_");
      +1712     var spacerDiv = IriSP.guid("LdtPlayer_spacer_");
      +1713     this._widgets.push(newDiv);
      +1714 
      +1715     var divTempl = "<div id='{{id}}' style='width: {{width}}px; position: relative;'></div";
      +1716     var spacerTempl = "<div id='{{spacer_id}}' style='width: {{width}}px; position: relative; height: {{spacer_div_height}};'></div";
      +1717     
      +1718     var divCode = Mustache.to_html(divTempl, {id: newDiv, width: this._width});
      +1719     var spacerCode = Mustache.to_html(spacerTempl, {spacer_id: spacerDiv, width: this._width,
      +1720                                                     spacer_div_height: IriSP.widgetsDefaults.LayoutManager.spacer_div_height });
      +1721 
      +1722     this.selector.append(divCode);
      +1723     this.selector.append(spacerCode);
      +1724 
      +1725     return [newDiv, spacerDiv];
      +1726 };
      +1727 /* init.js - initialization and configuration of Popcorn and the widgets
      +1728 exemple json configuration:
      +1729  
      +1730  */
      +1731 
      +1732 IriSP.setupDataLoader = function() {
      +1733   /* we set it up separately because we need to
      +1734      get data at the very beginning, for instance when
      +1735      setting up the video */
      +1736   IriSP.__dataloader = new IriSP.DataLoader();
      +1737 };
      +1738 
      +1739 IriSP.configurePopcorn = function (layoutManager, options) {
      +1740     var pop;
      +1741     var ret = layoutManager.createDiv(); 
      +1742     var containerDiv = ret[0];
      +1743     
      +1744     switch(options.type) {
      +1745       /*
      +1746         todo : dynamically create the div/video tag which
      +1747         will contain the video.
      +1748       */
      +1749       case "html5":
      +1750            var tmpId = Popcorn.guid("video"); 
      +1751            IriSP.jQuery("#" + containerDiv).append("<video src='" + options.file + "' id='" + tmpId + "'></video>");
      +1752 
      +1753            if (options.hasOwnProperty("width"))
      +1754              IriSP.jQuery("#" + containerDiv).css("width", options.width);
      +1755            
      +1756            if (options.hasOwnProperty("height"))
      +1757              IriSP.jQuery("#" + containerDiv).css("height", options.height);
      +1758 
      +1759            pop = Popcorn("#" + tmpId);
      +1760         break;
      +1761         
      +1762       case "jwplayer":
      +1763           var opts = IriSP.jQuery.extend({}, options);
      +1764           delete opts.container;
      +1765 
      +1766           if (options.provider === "rtmp") {
      +1767             /* exit if we can't access the metadata */
      +1768             if (typeof(IriSP.__jsonMetadata) === "undefined") {
      +1769                 break;
      +1770             };
      +1771 
      +1772 
      +1773             // the json format is totally illogical
      +1774             opts.streamer = IriSP.__jsonMetadata["medias"][0]["meta"]["item"]["value"];
      +1775             var source = IriSP.__jsonMetadata["medias"][0]["href"];
      +1776 
      +1777             // the source if a full url but jwplayer wants an url relative to the
      +1778             // streamer url, so we've got to remove the common part.
      +1779             opts.file = source.slice(opts.streamer.length);
      +1780           } else {
      +1781             /* other providers type, video for instance -
      +1782                pass everything as is */
      +1783           }
      +1784 
      +1785           pop = IriSP.PopcornReplacement.jwplayer("#" + containerDiv, opts);
      +1786         break;
      +1787       
      +1788       case "youtube":
      +1789           var opts = IriSP.jQuery.extend({}, options);
      +1790           delete opts.container;
      +1791           opts.controls = 0;
      +1792           opts.autostart = false;
      +1793           templ = "width: {{width}}px; height: {{height}}px;";
      +1794           var str = Mustache.to_html(templ, {width: opts.width, height: opts.height});    
      +1795           // Popcorn.youtube wants us to specify the size of the player in the style attribute of its container div.
      +1796           IriSP.jQuery("#" + containerDiv).attr("style", str);
      +1797           
      +1798           pop = Popcorn.youtube("#" + containerDiv, opts.video, opts);
      +1799         break;
      +1800         
      +1801       default:
      +1802         pop = undefined;
      +1803     };
      +1804     
      +1805     return pop;
      +1806 };
      +1807 
      +1808 IriSP.configureWidgets = function (popcornInstance, layoutManager, guiOptions) {
      +1809  
      +1810   var serialFactory = new IriSP.SerializerFactory(IriSP.__dataloader);
      +1811   var params = {width: guiOptions.width, height: guiOptions.height};
      +1812 
      +1813   var ret_widgets = [];
      +1814   var index;
      +1815   
      +1816   for (index = 0; index < guiOptions.widgets.length; index++) {    
      +1817     var widgetConfig = guiOptions.widgets[index];
      +1818     var widget = IriSP.instantiateWidget(popcornInstance, serialFactory, layoutManager, widgetConfig);
      +1819     ret_widgets.push(widget);
      +1820    
      +1821   };
      +1822 
      +1823   return ret_widgets;
      +1824 };
      +1825 
      +1826 IriSP.configureModules = function (popcornInstance, modulesList) {
      +1827  
      +1828   var serialFactory = new IriSP.SerializerFactory(IriSP.__dataloader);
      +1829   var ret_modules = [];
      +1830   var index;
      +1831   
      +1832   for (index = 0; index < modulesList.length; index++) {    
      +1833     var moduleConfig = modulesList[index];
      +1834     
      +1835     var serializer = serialFactory.getSerializer(moduleConfig.metadata);
      +1836     var module = new IriSP[moduleConfig.type](popcornInstance, moduleConfig, serializer);    
      +1837     ret_modules.push(module);
      +1838   };
      +1839 
      +1840   return ret_modules;
      +1841 };
      +1842 
      +1843 IriSP.instantiateWidget = function(popcornInstance, serialFactory, layoutManager, widgetConfig) {
      +1844     /* create div returns us a container for the widget and a spacer */
      +1845     var ret = layoutManager.createDiv(widgetConfig.type);        
      +1846     var container = ret[0];
      +1847     var spacer = ret[1];
      +1848 
      +1849     var arr = IriSP.jQuery.extend({}, widgetConfig);
      +1850     arr.container = container;
      +1851     arr.spacer = spacer;
      +1852     
      +1853     var serializer = serialFactory.getSerializer(widgetConfig.metadata);    
      +1854     
      +1855     if (typeof serializer == "undefined")   
      +1856       debugger;
      +1857     
      +1858     // instantiate the object passed as a string
      +1859     var widget = new IriSP[widgetConfig.type](popcornInstance, arr, serializer);    
      +1860     
      +1861     if (widgetConfig.hasOwnProperty("requires")) {
      +1862       // also create the widgets this one depends on.
      +1863       // the dependency widget is available in the parent widget context as
      +1864       // this.WidgetName (for instance, this.TipWidget);
      +1865       
      +1866       var i = 0;
      +1867       for(i = 0; i < widgetConfig.requires.length; i++) {
      +1868         var widgetName = widgetConfig.requires[i]["type"];
      +1869         widget[widgetName] = IriSP.instantiateWidget(popcornInstance, serialFactory, layoutManager, widgetConfig.requires[i]);
      +1870       }
      +1871     }       
      +1872      
      +1873     serializer.sync(IriSP.wrap(widget, function() { this.draw(); }));
      +1874     return widget;
      +1875 };
      +1876 /* mediafragment module */
      +1877 
      +1878 IriSP.MediaFragment = function(Popcorn, config, Serializer) {
      +1879   IriSP.Module.call(this, Popcorn, config, Serializer);
      +1880 
      +1881   this.mutex = false; /* a mutex because we access the url from two different functions */
      +1882 
      +1883   this._Popcorn.listen( "loadedmetadata", IriSP.wrap(this, IriSP.MediaFragment.advanceTime));
      +1884   this._Popcorn.listen( "pause", IriSP.wrap(this, IriSP.MediaFragment.updateTime));
      +1885   this._Popcorn.listen( "seeked", IriSP.wrap(this, IriSP.MediaFragment.updateTime));
      +1886   this._Popcorn.listen( "IriSP.PolemicTweet.click", IriSP.wrap(this, IriSP.MediaFragment.updateAnnotation));
      +1887   this._Popcorn.listen( "IriSP.SegmentsWidget.click", IriSP.wrap(this, IriSP.MediaFragment.updateAnnotation));
      +1888 };
      +1889 
      +1890 IriSP.MediaFragment.advanceTime = function() {
      +1891              var url = window.location.href;
      +1892 
      +1893               if ( url.split( "#" )[ 1 ] != null ) {
      +1894                   pageoffset = url.split( "#" )[1];
      +1895 
      +1896                   if ( pageoffset.substring(0, 2) === "t=") {
      +1897                     // timecode 
      +1898                     if ( pageoffset.substring( 2 ) != null ) {
      +1899                     var offsettime = pageoffset.substring( 2 );
      +1900                     this._Popcorn.currentTime( parseFloat( offsettime ) );
      +1901                     }
      +1902                   } else if ( pageoffset.substring(0, 2) === "a=") {
      +1903                     // annotation
      +1904                     var annotationId = pageoffset.substring( 2 );
      +1905 
      +1906                     // there's no better way than that because
      +1907                     // of possible race conditions
      +1908                     this._serializer.sync(IriSP.wrap(this, function() {
      +1909                           IriSP.MediaFragment.lookupAnnotation.call(this, annotationId); 
      +1910                           }));
      +1911                   }
      +1912               }
      +1913 };
      +1914 
      +1915 IriSP.MediaFragment.updateTime = function() {
      +1916   if (this.mutex === true) {
      +1917     return;
      +1918   }
      +1919 
      +1920   var history = window.history;
      +1921   if ( !history.pushState ) {
      +1922     return false;
      +1923   }
      +1924   
      +1925   splitArr = window.location.href.split( "#" )
      +1926   history.replaceState( {}, "", splitArr[0] + "#t=" + this._Popcorn.currentTime().toFixed( 2 ) );
      +1927 };
      +1928 
      +1929 
      +1930 IriSP.MediaFragment.updateAnnotation = function(annotationId) {
      +1931   var _this = this;
      +1932   this.mutex = true;
      +1933 
      +1934   var history = window.history;
      +1935   if ( !history.pushState ) {
      +1936     return false;
      +1937   }
      +1938   
      +1939   splitArr = window.location.href.split( "#" )
      +1940   history.replaceState( {}, "", splitArr[0] + "#a=" + annotationId);
      +1941  
      +1942   window.setTimeout(function() { _this.mutex = false }, 50);
      +1943 };
      +1944 
      +1945 // lookup and seek to the beginning of an annotation
      +1946 IriSP.MediaFragment.lookupAnnotation = function(annotationId) {
      +1947   var annotation = undefined;
      +1948   var annotations = this._serializer._data.annotations;
      +1949 
      +1950   var i;
      +1951   for (i = 0; i < annotations.length; i++) {
      +1952       if (annotations[i].id === annotationId) {
      +1953         annotation = annotations[i];
      +1954         break;
      +1955       }
      +1956   }
      +1957 
      +1958   if (typeof(annotation) !== "undefined") {
      +1959     this._Popcorn.currentTime(annotation.begin / 1000);
      +1960   }
      +1961 };
      +1962 IriSP.AnnotationsWidget = function(Popcorn, config, Serializer) {
      +1963   IriSP.Widget.call(this, Popcorn, config, Serializer);
      +1964   
      +1965 };
      +1966 
      +1967 
      +1968 IriSP.AnnotationsWidget.prototype = new IriSP.Widget();
      +1969 
      +1970 IriSP.AnnotationsWidget.prototype.clear = function() {
      +1971     this.selector.find(".Ldt-SaTitle").text("");
      +1972     this.selector.find(".Ldt-SaDescription").text("");
      +1973     this.selector.find(".Ldt-SaKeywordText").text("");
      +1974 };
      +1975 
      +1976 IriSP.AnnotationsWidget.prototype.displayAnnotation = function(annotation) {   
      +1977 
      +1978     var title = annotation.content.title;
      +1979     var description = annotation.content.description;
      +1980     var keywords =  "" // FIXME;
      +1981     var begin = +annotation.begin / 1000;
      +1982     var end = +annotation.end / 1000;
      +1983     var duration = +this._serializer.currentMedia().meta["dc:duration"];
      +1984     
      +1985     var title_templ = "{{title}} - ( {{begin}} - {{end}} )";
      +1986     var endstr = Mustache.to_html(title_templ, {title: title, begin: IriSP.secondsToTime(begin), end: IriSP.secondsToTime(end)});
      +1987 
      +1988     this.selector.find(".Ldt-SaTitle").text(endstr);
      +1989     this.selector.find(".Ldt-SaDescription").text(description);
      +1990     
      +1991     // update sharing buttons
      +1992     var defaults = IriSP.widgetsDefaults.AnnotationsWidget;
      +1993     var text = defaults.share_text;
      +1994     var fb_link = defaults.fb_link;
      +1995     var tw_link = defaults.tw_link;
      +1996     var gplus_link = defaults.gplus_link;
      +1997     var url = document.location.href + "#a=" + annotation.id;
      +1998     this.selector.find(".Ldt-fbShare").attr("href", fb_link + IriSP.encodeURI(text) + IriSP.encodeURI(url));
      +1999     this.selector.find(".Ldt-TwShare").attr("href", tw_link + IriSP.encodeURI(text) + IriSP.encodeURI(url));
      +2000     this.selector.find(".Ldt-GplusShare").attr("href", fb_link + IriSP.encodeURI(text) + IriSP.encodeURI(url));
      +2001 };
      +2002 
      +2003 IriSP.AnnotationsWidget.prototype.clearWidget = function() {
      +2004 
      +2005     
      +2006     /* retract the pane between two annotations */
      +2007     this.selector.find(".Ldt-SaTitle").text("");
      +2008     this.selector.find(".Ldt-SaDescription").text("");
      +2009     this.selector.find(".Ldt-SaKeywordText").html("");
      +2010     this.selector.find(".Ldt-ShowAnnotation").slideUp();
      +2011 };
      +2012 
      +2013 IriSP.AnnotationsWidget.prototype.draw = function() {
      +2014   var _this = this;
      +2015 
      +2016   var annotationMarkup = IriSP.templToHTML(IriSP.annotationWidget_template);
      +2017 	this.selector.append(annotationMarkup);
      +2018   var view;
      +2019 
      +2020   if (typeof(this._serializer._data.views) !== "undefined" && this._serializer._data.views !== null)
      +2021      view = this._serializer._data.views[0];
      +2022 
      +2023   var view_type = "";
      +2024 
      +2025   if(typeof(view) !== "undefined" && typeof(view.annotation_types) !== "undefined" && view.annotation_types.length > 1) {
      +2026           view_type = view.annotation_types[0];
      +2027   }
      +2028  
      +2029   var annotations = this._serializer._data.annotations;
      +2030   var i;
      +2031   
      +2032 	for (i in annotations) {    
      +2033     var annotation = annotations[i];
      +2034     var begin = Math.round((+ annotation.begin) / 1000);
      +2035     var end = Math.round((+ annotation.end) / 1000);
      +2036 
      +2037     if (view_type != "" && typeof(annotation.meta) !== "undefined" && typeof(annotation.meta["id-ref"]) !== "undefined"
      +2038           && annotation.meta["id-ref"] != view_type) {
      +2039         continue;
      +2040     }
      +2041 
      +2042 
      +2043     var conf = {start: begin, end: end, 
      +2044                 onStart: 
      +2045                        function(annotation) { 
      +2046                         return function() { 
      +2047                             _this.displayAnnotation(annotation); 
      +2048                           
      +2049                         } }(annotation),
      +2050                 onEnd: 
      +2051                        function() { _this.clearWidget.call(_this); }
      +2052                 };
      +2053     this._Popcorn = this._Popcorn.code(conf);                                             
      +2054   }
      +2055 
      +2056 };
      +2057 IriSP.ArrowWidget = function(Popcorn, config, Serializer) {
      +2058   IriSP.Widget.call(this, Popcorn, config, Serializer);
      +2059 
      +2060   this._oldAnnotation = null;
      +2061   
      +2062 };
      +2063 
      +2064 
      +2065 IriSP.ArrowWidget.prototype = new IriSP.Widget();
      +2066 
      +2067 IriSP.ArrowWidget.prototype.clear = function() {
      +2068 
      +2069 };
      +2070 
      +2071 IriSP.ArrowWidget.prototype.clearWidget = function() {
      +2072 };
      +2073 
      +2074 IriSP.ArrowWidget.prototype.draw = function() {
      +2075   var templ = Mustache.to_html(IriSP.arrowWidget_template, {});
      +2076   this.selector.append(templ);
      +2077   this._Popcorn.listen("timeupdate", IriSP.wrap(this, this.timeUpdateHandler));
      +2078 };
      +2079 
      +2080 IriSP.ArrowWidget.prototype.timeUpdateHandler = function(percents) {
      +2081   var currentTime = this._Popcorn.currentTime();
      +2082   var currentAnnotation = this._serializer.currentAnnotations(currentTime)[0]; // FIXME : use the others ?
      +2083 
      +2084   /* move the arrow only if the current annotation changes */
      +2085   if (currentAnnotation != this._oldAnnotation) {
      +2086     var begin = (+ currentAnnotation.begin) / 1000;
      +2087     var end = (+ currentAnnotation.end) / 1000;
      +2088 
      +2089     var duration = +this._serializer.currentMedia().meta["dc:duration"] / 1000;
      +2090     var middle_time = (begin + end) / 2;
      +2091     var percents = Math.floor((middle_time / duration) * 100);
      +2092 
      +2093     // we need to apply a fix because the arrow has a certain length
      +2094     // it's half the length of the arrow (27 / 2). We need to convert
      +2095     // it in percents though.
      +2096     var totalWidth = this.selector.width();
      +2097     var correction = ((27 / 2) / totalWidth) * 100;
      +2098     var corrected_percents = percents - correction;
      +2099 
      +2100     /* don't move out of the screen */
      +2101     if (corrected_percents <= 0)
      +2102       corrected_percents = 0;
      +2103 
      +2104     this.selector.children(".Ldt-arrowWidget").animate({"left" : corrected_percents + "%"});
      +2105 
      +2106     this._oldAnnotation = currentAnnotation;
      +2107   }
      +2108 }
      +2109 IriSP.PlayerWidget = function(Popcorn, config, Serializer) {
      +2110   IriSP.Widget.call(this, Popcorn, config, Serializer);
      +2111   
      +2112   this._searchBlockOpen = false;
      +2113   this._searchLastValue = "";
      +2114 };
      +2115 
      +2116 IriSP.PlayerWidget.prototype = new IriSP.Widget();
      +2117 
      +2118 IriSP.PlayerWidget.prototype.draw = function() {
      +2119   var self = this;
      +2120   var width = this.width;
      +2121 	var height = this.height;
      +2122 	var heightS = this.height-20;
      +2123 	  
      +2124 	var Player_templ = Mustache.to_html(IriSP.player_template, {"share_template" : IriSP.share_template});
      +2125   this.selector.append(Player_templ);		
      +2126 	
      +2127   this.selector.children(".Ldt-controler").show();
      +2128     
      +2129   // handle clicks by the user on the video.
      +2130   this._Popcorn.listen("play", IriSP.wrap(this, this.playButtonUpdater));
      +2131   this._Popcorn.listen("pause", IriSP.wrap(this, this.playButtonUpdater));
      +2132   
      +2133   this._Popcorn.listen("volumechange", IriSP.wrap(this, this.muteButtonUpdater));
      +2134 
      +2135   this._Popcorn.listen("timeupdate", IriSP.wrap(this, this.timeDisplayUpdater));
      +2136   this._Popcorn.listen("IriSP.search.matchFound", IriSP.wrap(this, this.searchMatch));
      +2137   this._Popcorn.listen("IriSP.search.noMatchFound", IriSP.wrap(this, this.searchNoMatch));
      +2138   
      +2139   
      +2140   this.selector.find(".Ldt-CtrlPlay").click(function() { self.playHandler.call(self); });
      +2141   this.selector.find(".Ldt-CtrlNext").click(function() { });
      +2142   this.selector.find(".Ldt-CtrlSearch").click(function() { self.searchButtonHandler.call(self); });
      +2143   
      +2144   this.selector.find('.Ldt-CtrlSound').click(function() { self.muteHandler.call(self); } );
      +2145 
      +2146   this.selector.find(".Ldt-CtrlPlay").attr( "style", "background-color:#CD21C24;" );
      +2147   
      +2148   var searchButtonPos = this.selector.find(".Ldt-CtrlSearch").position();
      +2149   var searchBox = Mustache.to_html(IriSP.search_template, {margin_left : searchButtonPos.left + "px"});
      +2150   this.selector.append(searchBox);
      +2151   
      +2152   // trigger an IriSP.PlayerWidget.MouseOver to the widgets that are interested (i.e : sliderWidget)
      +2153   this.selector.hover(function() { self._Popcorn.trigger("IriSP.PlayerWidget.MouseOver"); }, 
      +2154                       function() { self._Popcorn.trigger("IriSP.PlayerWidget.MouseOut"); });
      +2155  
      +2156   this.muteButtonUpdater(); /* some player - jwplayer notable - save the state of the mute button between sessions */
      +2157 };
      +2158 
      +2159 /* Update the elasped time div */
      +2160 IriSP.PlayerWidget.prototype.timeDisplayUpdater = function() {
      +2161   
      +2162   if (this._previousSecond === undefined)
      +2163     this._previousSecond = this._Popcorn.roundTime();
      +2164   
      +2165   else {
      +2166     /* we're still in the same second, so it's not necessary to update time */
      +2167     if (this._Popcorn.roundTime() == this._previousSecond)
      +2168       return;
      +2169       
      +2170   }
      +2171   
      +2172   // we get it at each call because it may change.
      +2173   var duration = +this._serializer.currentMedia().meta["dc:duration"] / 1000; 
      +2174   var totalTime = IriSP.secondsToTime(duration);
      +2175   var elapsedTime = IriSP.secondsToTime(this._Popcorn.currentTime());
      +2176   
      +2177   this.selector.find(".Ldt-ElapsedTime").html(elapsedTime.toString());
      +2178   this.selector.find(".Ldt-TotalTime").html(totalTime.toString());
      +2179   this._previousSecond = this._Popcorn.roundTime();
      +2180 };
      +2181 
      +2182 /* update the icon of the button - separate function from playHandler
      +2183    because in some cases (for instance, when the user directly clicks on
      +2184    the jwplayer window) we have to change the icon without playing/pausing
      +2185 */
      +2186 IriSP.PlayerWidget.prototype.playButtonUpdater = function() {
      +2187   var status = this._Popcorn.media.paused;
      +2188   
      +2189   if ( status == true ){        
      +2190     this.selector.find(".Ldt-CtrlPlay").attr("title", "Play");
      +2191    
      +2192     // we use templToHTML because it has some predefined
      +2193     // vars like where to get the images
      +2194     var templ = IriSP.templToHTML("url({{img_dir}}/play_sprite.png)");
      +2195     this.selector.find(".Ldt-CtrlPlay").css("background-image", templ);
      +2196 
      +2197   } else {
      +2198     this.selector.find(".Ldt-CtrlPlay").attr("title", "Pause");
      +2199 
      +2200     // we use templToHTML because it has some predefined
      +2201     // vars like where to get the images
      +2202     var templ = IriSP.templToHTML("url({{img_dir}}/pause_sprite.png)");
      +2203     this.selector.find(".Ldt-CtrlPlay").css("background-image", templ);
      +2204   }  
      +2205 
      +2206   return;
      +2207 };
      +2208 
      +2209 
      +2210 IriSP.PlayerWidget.prototype.playHandler = function() {
      +2211   var status = this._Popcorn.media.paused;
      +2212   
      +2213   if ( status == true ){        
      +2214     this._Popcorn.play();   
      +2215   } else {
      +2216     this._Popcorn.pause();
      +2217   }  
      +2218 };
      +2219 
      +2220 IriSP.PlayerWidget.prototype.muteHandler = function() {
      +2221   if (!this._Popcorn.muted()) {    
      +2222       this._Popcorn.mute(true);
      +2223     } else {
      +2224       this._Popcorn.mute(false);
      +2225     }
      +2226 };
      +2227 
      +2228 IriSP.PlayerWidget.prototype.muteButtonUpdater = function() {
      +2229   var status = this._Popcorn.media.muted;
      +2230   
      +2231   if ( status == true ){        
      +2232     this.selector.find(".Ldt-CtrlSound").attr("title", "Unmute");
      +2233    
      +2234     // we use templToHTML because it has some predefined
      +2235     // vars like where to get the images
      +2236     var templ = IriSP.templToHTML("url({{img_dir}}/sound_sprite.png)");
      +2237     this.selector.find(".Ldt-CtrlSound").css("background-image", templ);
      +2238 
      +2239   } else {
      +2240     this.selector.find(".Ldt-CtrlSound").attr("title", "Mute");
      +2241 
      +2242     // we use templToHTML because it has some predefined
      +2243     // vars like where to get the images
      +2244     var templ = IriSP.templToHTML("url({{img_dir}}/mute_sprite.png)");
      +2245     this.selector.find(".Ldt-CtrlSound").css("background-image", templ);
      +2246   }  
      +2247 
      +2248   return;
      +2249 };
      +2250 
      +2251 
      +2252 IriSP.PlayerWidget.prototype.searchButtonHandler = function() {
      +2253     var self = this;
      +2254 
      +2255     /* show the search field if it is not shown */
      +2256   	if ( this._searchBlockOpen == false ) {      
      +2257       this.selector.find(".LdtSearch").show(100);
      +2258       
      +2259       this.selector.find(".LdtSearchInput").css('background-color','#fff');
      +2260       this.selector.find(".LdtSearchInput").focus();
      +2261       this.selector.find(".LdtSearchInput").attr('value', this._searchLastValue);      
      +2262       this._Popcorn.trigger("IriSP.search", this._searchLastValue); // trigger the search to make it more natural.
      +2263       
      +2264       this._searchBlockOpen = true;           
      +2265       this.selector.find(".LdtSearchInput").bind('keyup', null, function() { self.searchHandler.call(self); } );
      +2266       
      +2267       // we need this variable because some widget can find a match in
      +2268       // their data while at the same time other's don't. As we want the
      +2269       // search field to become green when there's a match, we need a 
      +2270       // variable to remember that we had one.
      +2271       this._positiveMatch = false;
      +2272 
      +2273       // tell the world the field is open
      +2274       this._Popcorn.trigger("IriSP.search.open");
      +2275       
      +2276 	} else {
      +2277       this._searchLastValue = this.selector.find(".LdtSearchInput").attr('value');
      +2278       this.selector.find(".LdtSearchInput").attr('value','');
      +2279       this.selector.find(".LdtSearch").hide(100);
      +2280       
      +2281       // unbind the watcher event.
      +2282       this.selector.find(".LdtSearchInput").unbind('keypress set');
      +2283       this._searchBlockOpen = false;
      +2284 
      +2285       this._positiveMatch = false;
      +2286       
      +2287       this._Popcorn.trigger("IriSP.search.closed");
      +2288   }
      +2289 };
      +2290 
      +2291 /* this handler is called whenever the content of the search
      +2292    field changes */
      +2293 IriSP.PlayerWidget.prototype.searchHandler = function() {
      +2294   this._searchLastValue = this.selector.find(".LdtSearchInput").attr('value');
      +2295   this._positiveMatch = false;
      +2296   
      +2297   // do nothing if the search field is empty, instead of highlighting everything.
      +2298   if (this._searchLastValue == "") {
      +2299     this._Popcorn.trigger("IriSP.search.cleared");
      +2300     this.selector.find(".LdtSearchInput").css('background-color','');
      +2301   } else {
      +2302     this._Popcorn.trigger("IriSP.search", this._searchLastValue);
      +2303   }
      +2304 };
      +2305 
      +2306 /*
      +2307   handler for the IriSP.search.found message, which is sent by some views when they
      +2308   highlight a match.
      +2309 */
      +2310 IriSP.PlayerWidget.prototype.searchMatch = function() {
      +2311   this._positiveMatch = true;
      +2312   this.selector.find(".LdtSearchInput").css('background-color','#e1ffe1');
      +2313 }
      +2314 
      +2315 /* the same, except that no value could be found */
      +2316 IriSP.PlayerWidget.prototype.searchNoMatch = function() {
      +2317   if (this._positiveMatch !== true)
      +2318     this.selector.find(".LdtSearchInput").css('background-color', "#d62e3a");
      +2319 }
      +2320 
      +2321 /* 
      +2322  *   
      +2323  *  Copyright 2010 Institut de recherche et d'innovation 
      +2324  *  contributor(s) : Samuel Huron 
      +2325  *   
      +2326  *  contact@iri.centrepompidou.fr
      +2327  *  http://www.iri.centrepompidou.fr 
      +2328  *   
      +2329  *  This software is a computer program whose purpose is to show and add annotations on a video .
      +2330  *  This software is governed by the CeCILL-C license under French law and
      +2331  *  abiding by the rules of distribution of free software. You can  use, 
      +2332  *  modify and/ or redistribute the software under the terms of the CeCILL-C
      +2333  *  license as circulated by CEA, CNRS and INRIA at the following URL
      +2334  *  "http://www.cecill.info". 
      +2335  *  
      +2336  *  The fact that you are presently reading this means that you have had
      +2337  *  knowledge of the CeCILL-C license and that you accept its terms.
      +2338 */
      +2339 // CHART TIMELINE / VERSION PROTOTYPE  ::
      +2340 
      +2341 IriSP.PolemicWidget = function(Popcorn, config, Serializer) {
      +2342   IriSP.Widget.call(this, Popcorn, config, Serializer);
      +2343  
      +2344   this.userPol    = new Array();
      +2345   this.userNoPol  = new Array();
      +2346   this.userst      = new Array();
      +2347   this.numberOfTweet = 0;
      +2348   this.Users;
      +2349   this.TweetPolemic;
      +2350   this.yMax        = this.height; 
      +2351   this.PaperSlider;
      +2352   this.heightOfChart;
      +2353   this.tweets  = new Array();
      +2354   this.svgElements = {};
      +2355   
      +2356   // Make and define the Raphael area
      +2357   this.paper = Raphael(document.getElementById(this._id), config.width, config.height);
      +2358   
      +2359   this.oldSearchMatches = [];
      +2360 
      +2361   // event handlers
      +2362   this._Popcorn.listen("IriSP.search", IriSP.wrap(this, function(searchString) { this.searchHandler(searchString); }));
      +2363   this._Popcorn.listen("IriSP.search.closed", IriSP.wrap(this, this.searchFieldClosedHandler));
      +2364   this._Popcorn.listen("IriSP.search.cleared", IriSP.wrap(this, this.searchFieldClearedHandler));
      +2365 
      +2366 };
      +2367 
      +2368 IriSP.PolemicWidget.prototype = new IriSP.Widget();
      +2369   
      +2370 IriSP.PolemicWidget.prototype.draw = function() {
      +2371   
      +2372     // variable 
      +2373     // yMax
      +2374     
      +2375     var self = this;
      +2376     var yCoef        = 2;             // coef for height of 1 tweet 
      +2377     var frameSize     = 5;             // frame size 
      +2378     var margin         = 1;            // marge between frame
      +2379     var lineSize      = this.width;        // timeline pixel width 
      +2380     var nbrframes     = lineSize/frameSize;     // frame numbers
      +2381     var numberOfTweet   = 0;            // number of tweet overide later 
      +2382     var duration      = +this._serializer.currentMedia().meta["dc:duration"];      // timescale width 
      +2383     var frameLength   = lineSize / frameSize;    // frame timescale  
      +2384     var timeline;
      +2385     var colors  = new Array("","#1D973D","#C5A62D","#CE0A15","#036AAE","#585858");
      +2386     
      +2387     // array 
      +2388     //var tweets  = new Array();
      +2389     var element = new Array();
      +2390     var cluster = new Array();
      +2391     var frames  = new Array(frameLength);
      +2392     var slices  = new Array();
      +2393     
      +2394     
      +2395     // Classes =======================================================================
      +2396     var Frames = function(){
      +2397       
      +2398       var Myclusters;
      +2399       var x;
      +2400       var y;
      +2401       var width;
      +2402       var height;
      +2403     };
      +2404     Frames = function(json){
      +2405       // make my clusters
      +2406       // ou Frame vide 
      +2407     };
      +2408     Frames.prototype.draw = function(){
      +2409     };
      +2410     Frames.prototype.zoom = function(){
      +2411     };
      +2412     Frames.prototype.inside = function(){
      +2413     };
      +2414     var Clusters = function(){
      +2415       var Object;
      +2416       var yDist;
      +2417       var x;
      +2418       var y;
      +2419       var width;
      +2420       var height;
      +2421     };
      +2422     Clusters = function(json){
      +2423       // make my object
      +2424     };
      +2425     var Tweet = function(){
      +2426     };
      +2427     // Classes =======================================================================
      +2428 
      +2429     // Refactoring (parametere) ************************************************************
      +2430     // color translastion
      +2431     var qTweet_0  =0;
      +2432     var qTweet_Q  =0;
      +2433     var qTweet_REF=0;
      +2434     var qTweet_OK =0;
      +2435     var qTweet_KO =0;
      +2436     function colorTranslation(value){
      +2437       if(value == "Q"){
      +2438         qTweet_Q+=1;
      +2439         return 2;
      +2440       }else if(value =="REF"){
      +2441         qTweet_REF+=1;
      +2442         return 4;
      +2443       }else if(value =="OK"){
      +2444         qTweet_OK+=1;
      +2445         return 1;
      +2446       }else if(value =="KO"){
      +2447         qTweet_KO+=1;
      +2448         return 3;
      +2449       }else if(value ==""){
      +2450         qTweet_0+=1;
      +2451         return 5;
      +2452       }
      +2453     }
      +2454     
      +2455 
      +2456       this._serializer.sync(function(data) { loaded_callback.call(self, data) });
      +2457       
      +2458       function loaded_callback (json) {
      +2459 
      +2460         // get current view (the first ???)
      +2461         view = json.views[0];
      +2462         
      +2463         // the tweets are by definition of the second annotation type FIXME ?
      +2464         tweet_annot_type = null;
      +2465         if(typeof(view.annotation_types) !== "undefined" && view.annotation_types.length > 1) {
      +2466           tweet_annot_type = view.annotation_types[1];
      +2467         }
      +2468       
      +2469       for(var i = 0; i < json.annotations.length; i++) {
      +2470         var item = json.annotations[i];        
      +2471         var MyTime  = Math.floor(item.begin/duration*lineSize);
      +2472         var Myframe = Math.floor(MyTime/lineSize*frameLength);
      +2473 
      +2474         if (typeof(item.meta) !== "undefined" 
      +2475           && typeof(item.meta["id-ref"]) !== "undefined"
      +2476           && item.meta["id-ref"] === tweet_annot_type) {
      +2477             
      +2478           var MyTJson = JSON.parse(item.meta['dc:source']['content']);
      +2479           
      +2480             if (item.content['polemics'] != undefined 
      +2481             && item.content['polemics'][0] != null) {
      +2482             
      +2483               // a tweet can have many polemics at the same time.
      +2484               for(var j=0; j<item.content['polemics'].length; j++){
      +2485                   
      +2486                   this.tweets[numberOfTweet] = {
      +2487                         id:i,
      +2488                         qualification:colorTranslation(item.content['polemics'][j]),
      +2489                         yIndicator:MyTime,
      +2490                         yframe:Myframe,
      +2491                         title:item.content['title'],
      +2492                         timeframe:item.begin,
      +2493                         userId: MyTJson.id,
      +2494                         userScreenName: MyTJson.screen_name,
      +2495                         tsource:MyTJson,
      +2496                         cinecast_id: item.id
      +2497                         };
      +2498                   numberOfTweet+=1;
      +2499                   
      +2500               }
      +2501           }
      +2502           else {
      +2503             this.tweets[numberOfTweet] = {
      +2504                   id:i,
      +2505                   qualification:colorTranslation(""),
      +2506                   yIndicator:MyTime,
      +2507                   yframe:Myframe,
      +2508                   title:item.content['title'],
      +2509                   timeframe:item.begin,
      +2510                   userId: MyTJson.id,
      +2511                   userScreenName: MyTJson.screen_name,
      +2512                   tsource:MyTJson,
      +2513                   cinecast_id: item.id
      +2514             };
      +2515             numberOfTweet+=1;
      +2516           }
      +2517           
      +2518         } 
      +2519       };  
      +2520       
      +2521        DrawTweets.call (this); // FIXME: ugly.
      +2522        
      +2523       };      
      +2524 
      +2525     // tweet Drawing (in raphael) 
      +2526     function DrawTweets (){
      +2527     // GROUPES TWEET ============================================
      +2528     // Count nbr of cluster and tweet in a frame an save int in "frames"
      +2529       numberOfTweet = this.tweets.length;
      +2530       for(var i=0; i<nbrframes; i++) {  
      +2531         for(var j=0; j<numberOfTweet; j++) {  
      +2532         
      +2533           if (i==this.tweets[j].yframe){
      +2534             
      +2535             var k = this.tweets[j].qualification;
      +2536             
      +2537             // make array for frame cluster
      +2538             if(frames[i]==undefined){
      +2539               frames[i] = {id:i,
      +2540                      qualifVol:new Array(),
      +2541                      mytweetsID:new Array()
      +2542                     };
      +2543             }
      +2544             // add my tweet to frame
      +2545             frames[i].mytweetsID.push(this.tweets[j]);
      +2546             
      +2547             // count opinion by frame
      +2548             if( frames[i].qualifVol[k] == undefined){
      +2549               frames[i].qualifVol[k] = 1;
      +2550             }else{
      +2551               frames[i].qualifVol[k] += 1;
      +2552             }
      +2553             
      +2554           }
      +2555         }
      +2556       }
      +2557     
      +2558     // GROUPES TWEET ============================================    
      +2559     // max of tweet by Frame 
      +2560       var max = 0; 
      +2561       for(var i = 0; i < nbrframes; i++) {
      +2562         var moy  = 0;
      +2563         for (var j = 0; j < 6; j++) {    
      +2564           if (frames[i] != undefined) {
      +2565             if (frames[i].qualifVol[j] != undefined) {
      +2566               moy += frames[i].qualifVol[j];
      +2567             }
      +2568           }
      +2569         }
      +2570         
      +2571         if (moy > max) {
      +2572           max = moy;
      +2573         }
      +2574       }
      +2575     
      +2576       var tweetDrawed = new Array();
      +2577       var TweetHeight = 5;
      +2578       
      +2579       // DRAW  TWEETS ============================================
      +2580       for(var i = 0; i < nbrframes; i++) {
      +2581         var addEheight = 5;
      +2582         if (frames[i] != undefined){                
      +2583           // by type 
      +2584           
      +2585           for (var j = 6; j > -1; j--) {
      +2586             if (frames[i].qualifVol[j] != undefined) {
      +2587               // show tweet by type 
      +2588               for (var k = 0; k < frames[i].mytweetsID.length; k++) {
      +2589               
      +2590                 if (frames[i].mytweetsID[k].qualification == j) {                
      +2591                   var x = i * frameSize;
      +2592                   var y = this.heightmax - addEheight;
      +2593                   
      +2594                   if (this.yMax > y) {
      +2595                     this.yMax = y;
      +2596                   }
      +2597                   
      +2598                   var e = this.paper.rect(x, y, frameSize - margin, TweetHeight /* height */)
      +2599                                     .attr({stroke:"#00","stroke-width":0.1,  fill: colors[j]});  
      +2600                   
      +2601                   addEheight += TweetHeight;
      +2602                   
      +2603                   e.color = colors[j];
      +2604                   e.time = frames[i].mytweetsID[k].timeframe;
      +2605                   e.title = frames[i].mytweetsID[k].title;
      +2606                   e.id = frames[i].mytweetsID[k].cinecast_id;
      +2607 
      +2608                   this.svgElements[e.id] = e;
      +2609 
      +2610                   /*
      +2611                   e.mouseover(function(element) { return function (event) {
      +2612                         // event.clientX and event.clientY are to raphael what event.pageX and pageY are to jquery.                        
      +2613                         self.TooltipWidget.show.call(self.TooltipWidget, element.title, element.attr("fill"), event.clientX - 106, event.clientY - 160);
      +2614                         element.displayed = true;
      +2615                   }}(e)).mouseout(function(element) { return function () {                          
      +2616                           self.TooltipWidget.hide.call(self.TooltipWidget);
      +2617                   }}(e)).mousedown(function () {
      +2618                     self._Popcorn.currentTime(this.time/1000);
      +2619                     self._Popcorn.trigger("IriSP.PolemicTweet.click", this.id); 
      +2620                   });
      +2621                   */
      +2622                   
      +2623                   IriSP.jQuery(e.node).mouseenter(function(element) { return function (event) {                        
      +2624                         // event.clientX and event.clientY are to raphael what event.pageX and pageY are to jquery.                        
      +2625                         self.TooltipWidget.show.call(self.TooltipWidget, element.title, element.attr("fill"), event.pageX - 106, event.pageY - 160);
      +2626                         element.displayed = true;
      +2627                   }}(e)).mousedown(function(element) { return function () {                    
      +2628                     self._Popcorn.currentTime(element.time/1000);
      +2629                     self._Popcorn.trigger("IriSP.PolemicTweet.click", element.id); 
      +2630                     }
      +2631                   }(e));                  
      +2632                   
      +2633                   IriSP.jQuery(e.node).attr('id', 't' + k + '');
      +2634                   IriSP.jQuery(e.node).attr('title', frames[i].mytweetsID[k].title);
      +2635                   IriSP.jQuery(e.node).attr('begin',  frames[i].mytweetsID[k].timeframe);                  
      +2636                 }
      +2637               }
      +2638             }
      +2639           }
      +2640         }
      +2641 
      +2642       }    
      +2643       // DRAW UI :: resize border and bgd      
      +2644       this.paperBackground = this.paper.rect(0, 0, this.width, this.heightmax).attr({fill:"#F8F8F8","stroke-width":0.1,opacity: 1});  
      +2645 
      +2646       // outer borders
      +2647       this.outerBorders   = [];
      +2648       this.outerBorders.push(this.paper.rect(0, this.height - 1, this.width, 1).attr({fill:"#ababab",stroke: "none",opacity: 1}));  
      +2649       this.outerBorders.push(this.paper.rect(0, 0, this.width, 1).attr({fill:"#ababab",stroke: "none",opacity: 1}));  
      +2650 
      +2651       // inner borders
      +2652       this.innerBorders   = [];
      +2653       this.innerBorders.push(this.paper.rect(1, this.height - 2, this.width, 1).attr({fill:"#efefef",stroke: "none",opacity: 1}));  
      +2654       this.innerBorders.push(this.paper.rect(1, 1, this.width, 1).attr({fill:"#efefef",stroke: "none",opacity: 1}));  
      +2655       this.innerBorders.push(this.paper.rect(1, 1, 1, this.height - 2).attr({fill:"#d0d1d1",stroke: "none",opacity: 0.8}));  
      +2656       this.innerBorders.push(this.paper.rect(this.width - 2, 1, 1, this.height - 2).attr({fill:"#efefef",stroke: "none",opacity: 1}));  
      +2657 
      +2658 
      +2659 
      +2660       this.paperSlider   = this.paper.rect(0, 0, 0, this.heightmax).attr({fill:"#D4D5D5", stroke: "none", opacity: 1});
      +2661       
      +2662       // the small white line displayed over the slider.
      +2663       this.sliderTip = this.paper.rect(0, 0, 1, this.heightmax).attr({fill:"#fc00ff", stroke: "none", opacity: 1});
      +2664       // decalage 
      +2665       // tweetSelection = this.paper.rect(-100,-100,5,5).attr({fill:"#fff",stroke: "none",opacity: 1});  
      +2666       
      +2667       
      +2668       this.paperSlider.toBack();
      +2669       this.paperBackground.toBack();
      +2670       this.sliderTip.toFront();
      +2671     }
      +2672     
      +2673     this.selector.mouseleave(IriSP.wrap(this, function() { self.TooltipWidget.hide.call(self.TooltipWidget); }));
      +2674     this._Popcorn.listen("timeupdate", IriSP.wrap(this, this.sliderUpdater));
      +2675 }
      +2676 
      +2677 IriSP.PolemicWidget.prototype.sliderUpdater = function() {
      +2678 
      +2679     var time = +this._Popcorn.currentTime();
      +2680     var duration = +this._serializer.currentMedia().meta["dc:duration"];
      +2681     
      +2682     this.paperSlider.attr("width", time * (this.width / (duration / 1000)));
      +2683         
      +2684     this.sliderTip.attr("x", time * (this.width / (duration / 1000)));
      +2685 };
      +2686     
      +2687 IriSP.PolemicWidget.prototype.searchHandler = function(searchString) {
      +2688   if (searchString == "")
      +2689     return;
      +2690 
      +2691   var matches = this._serializer.searchTweetsOccurences(searchString);
      +2692 
      +2693   if (IriSP.countProperties(matches) > 0) {
      +2694     this._Popcorn.trigger("IriSP.search.matchFound");
      +2695   } else {
      +2696     this._Popcorn.trigger("IriSP.search.noMatchFound");
      +2697   }
      +2698 
      +2699   for (var id in matches) {
      +2700     if (this.svgElements.hasOwnProperty(id)) {
      +2701       var e = this.svgElements[id];
      +2702       this.svgElements[id].attr({fill: "#fc00ff"});
      +2703     }
      +2704   }
      +2705 
      +2706   // clean up the blocks that were in the previous search
      +2707   // but who aren't in the current one.
      +2708   for (var id in this.oldSearchMatches) {
      +2709     if (!matches.hasOwnProperty(id)) {
      +2710       var e = this.svgElements[id];
      +2711       e.attr({fill: e.color});
      +2712     }
      +2713   }
      +2714   
      +2715   this.oldSearchMatches = matches;
      +2716 };
      +2717 
      +2718 IriSP.PolemicWidget.prototype.searchFieldClearedHandler = function() {
      +2719   // clean up the blocks that were in the previous search
      +2720   // but who aren't in the current one.
      +2721   for (var id in this.oldSearchMatches) {
      +2722       var e = this.svgElements[id];
      +2723       e.attr({fill: e.color});
      +2724   }
      +2725  
      +2726 };
      +2727 
      +2728 IriSP.PolemicWidget.prototype.searchFieldClosedHandler = function() {
      +2729   // clean up the blocks that were in the previous search
      +2730   // but who aren't in the current one.
      +2731   for (var id in this.oldSearchMatches) {
      +2732       var e = this.svgElements[id];
      +2733       e.attr({fill: e.color});
      +2734   }
      +2735  
      +2736 };
      +2737    
      +2738 IriSP.SegmentsWidget = function(Popcorn, config, Serializer) {
      +2739 
      +2740   var self = this;
      +2741   IriSP.Widget.call(this, Popcorn, config, Serializer);
      +2742   this.oldSearchMatches = [];
      +2743 
      +2744   // event handlers
      +2745   this._Popcorn.listen("IriSP.search", function(searchString) { self.searchHandler.call(self, searchString); });
      +2746   this._Popcorn.listen("IriSP.search.closed", function() { self.searchFieldClosedHandler.call(self); });
      +2747   this._Popcorn.listen("IriSP.search.cleared", function() { self.searchFieldClearedHandler.call(self); });
      +2748 };
      +2749 
      +2750 IriSP.SegmentsWidget.prototype = new IriSP.Widget();
      +2751 
      +2752 /* Get the width of a segment, in pixels. */
      +2753 IriSP.SegmentsWidget.prototype.segmentToPixel = function(annotation) {  
      +2754   var begin = Math.round((+ annotation.begin) / 1000);
      +2755   var end = Math.round((+ annotation.end) / 1000);    
      +2756   var duration = this._serializer.currentMedia().meta["dc:duration"] / 1000;
      +2757   
      +2758   var startPourcent 	= IriSP.timeToPourcent(begin, duration);
      +2759   var startPixel = Math.floor(this.selector.parent().width() * (startPourcent / 100));
      +2760   
      +2761   var endPourcent 	= Math.floor(IriSP.timeToPourcent(end, duration) - startPourcent);
      +2762   var endPixel = Math.floor(this.selector.parent().width() * (endPourcent / 100));
      +2763   
      +2764   return endPixel;
      +2765 };
      +2766 
      +2767 /* compute the total length of a group of segments */
      +2768 IriSP.SegmentsWidget.prototype.segmentsLength = function(segmentsList) {
      +2769   var self = this;
      +2770   var total = 0;
      +2771   
      +2772   for (var i = 0; i < segmentsList.length; i++)
      +2773     total += self.segmentToPixel(segmentsList[i].annotation);
      +2774   
      +2775   return total;  
      +2776 };
      +2777 
      +2778 IriSP.SegmentsWidget.prototype.draw = function() {
      +2779 
      +2780   var self = this;
      +2781   var annotations = this._serializer._data.annotations;
      +2782 
      +2783   this.selector.addClass("Ldt-SegmentsWidget");
      +2784   this.selector.append(Mustache.to_html(IriSP.overlay_marker_template));
      +2785           
      +2786   var view_type = this._serializer.getNonTweetIds()[0];    
      +2787   
      +2788   this.positionMarker = this.selector.children(":first");
      +2789   
      +2790   this._Popcorn.listen("timeupdate", IriSP.wrap(this, this.positionUpdater));
      +2791   
      +2792   
      +2793   var i = 0;
      +2794   
      +2795   var segments_annotations = [];
      +2796   
      +2797   for (i = 0; i < annotations.length; i++) {
      +2798     var annotation = annotations[i];
      +2799 
      +2800     /* filter the annotations whose type is not the one we want */
      +2801     if (view_type != "" && typeof(annotation.meta) !== "undefined" && typeof(annotation.meta["id-ref"]) !== "undefined"
      +2802           && annotation.meta["id-ref"] != view_type) {
      +2803         continue;
      +2804     }
      +2805 
      +2806     segments_annotations.push(annotation);
      +2807   }
      +2808     
      +2809   var totalWidth = this.selector.width() - segments_annotations.length;
      +2810   var lastSegment = IriSP.underscore.max(segments_annotations, function(annotation) { return annotation.end; });
      +2811   
      +2812   for (i = 0; i < segments_annotations.length; i++) {
      +2813   
      +2814     var annotation = segments_annotations[i];
      +2815     var begin = (+ annotation.begin);
      +2816     var end = (+ annotation.end);
      +2817     var duration = this._serializer.currentMedia().meta["dc:duration"];
      +2818     var id = annotation.id;
      +2819         
      +2820     var startPixel = Math.floor(this.selector.parent().width() * (begin / duration));
      +2821 
      +2822     var endPixel = Math.floor(this.selector.parent().width() * (end / duration));
      +2823     
      +2824     if (annotation.id !== lastSegment.id) 
      +2825       var pxWidth = endPixel - startPixel -1;
      +2826     else
      +2827       /* the last segment has no segment following it */
      +2828       var pxWidth = endPixel - startPixel;
      +2829  
      +2830     var divTitle = (annotation.content.title + " - " + annotation.content.description).substr(0,55);
      +2831 
      +2832     if (typeof(annotation.content.color) !== "undefined")
      +2833       var color = annotation.content.color;
      +2834     else
      +2835       var color = annotation.color;
      +2836     
      +2837     var hexa_color = IriSP.DEC_HEXA_COLOR(color);
      +2838 
      +2839     if (hexa_color === "FFCC00")
      +2840       hexa_color = "333";
      +2841     if (hexa_color.length == 4)
      +2842       hexa_color = hexa_color + '00';
      +2843     
      +2844     var annotationTemplate = Mustache.to_html(IriSP.annotation_template,
      +2845         {"divTitle" : divTitle, "id" : id, "startPixel" : startPixel,
      +2846         "pxWidth" : pxWidth, "hexa_color" : hexa_color,
      +2847         "seekPlace" : Math.round(begin/1000)});
      +2848 
      +2849         
      +2850     this.selector.append(annotationTemplate);
      +2851     
      +2852     /* add a special class to the last segment and change its border */
      +2853     if (annotation.id === lastSegment.id) {
      +2854         this.selector.find("#" + id).addClass("Ldt-lastSegment");        
      +2855         this.selector.find(".Ldt-lastSegment").css("border-color", "#" + hexa_color);        
      +2856     }
      +2857 
      +2858     IriSP.jQuery("#" + id).fadeTo(0, 0.3);
      +2859 
      +2860     IriSP.jQuery("#" + id).mouseover(
      +2861     /* we wrap the handler in another function because js's scoping
      +2862        rules are function-based - otherwise, the internal vars like
      +2863        divTitle are preserved but they are looked-up from the draw
      +2864        method scope, so after that the loop is run, so they're not
      +2865        preserved */
      +2866     (function(divTitle) { 
      +2867      return function(event) {
      +2868           IriSP.jQuery(this).animate({opacity: 0.6}, 5);
      +2869           var offset = IriSP.jQuery(this).offset();
      +2870           var correction = IriSP.jQuery(this).outerWidth() / 2;
      +2871 
      +2872           var offset_x = offset.left + correction - 106;
      +2873           if (offset_x < 0)
      +2874             offset_x = 0;
      +2875                     
      +2876           self.TooltipWidget.show(divTitle, color, offset_x, event.pageY - 160);
      +2877     } })(divTitle)).mouseout(function(){
      +2878       IriSP.jQuery(this).animate({opacity: 0.3}, 5);
      +2879       self.TooltipWidget.hide();
      +2880     });
      +2881 
      +2882     IriSP.jQuery("#" + id).click(function(_this, annotation) {
      +2883                                     return function() { _this.clickHandler(annotation)};
      +2884                                  }(this, annotation));
      +2885   }
      +2886 };
      +2887 
      +2888 /* restores the view after a search */
      +2889 IriSP.SegmentsWidget.prototype.clear = function() {
      +2890   this.selector.children(".Ldt-iri-chapter").animate({opacity:0.3}, 100);
      +2891 };
      +2892 
      +2893 IriSP.SegmentsWidget.prototype.clickHandler = function(annotation) {
      +2894   this._Popcorn.trigger("IriSP.SegmentsWidget.click", annotation.id);
      +2895   var begin = (+ annotation.begin) / 1000;
      +2896   this._Popcorn.currentTime(Math.round(begin));
      +2897 };
      +2898 
      +2899 IriSP.SegmentsWidget.prototype.searchHandler = function(searchString) {
      +2900 
      +2901   if (searchString == "")
      +2902     return;
      +2903 
      +2904   var matches = this._serializer.searchOccurences(searchString);
      +2905 
      +2906   if (IriSP.countProperties(matches) > 0) {
      +2907     this._Popcorn.trigger("IriSP.search.matchFound");
      +2908   } else {
      +2909     this._Popcorn.trigger("IriSP.search.noMatchFound");
      +2910   }
      +2911 
      +2912   // un-highlight all the blocks
      +2913   this.selector.children(".Ldt-iri-chapter").css("opacity", 0.1);
      +2914  
      +2915   // then highlight the ones with matches.
      +2916   for (var id in matches) {
      +2917     var factor = 0.5 + matches[id] * 0.2;
      +2918     this.selector.find("#"+id).dequeue();
      +2919     this.selector.find("#"+id).animate({opacity:factor}, 200);
      +2920   }
      +2921 
      +2922  
      +2923   this.oldSearchMatches = matches;
      +2924 };
      +2925 
      +2926 IriSP.SegmentsWidget.prototype.searchFieldClearedHandler = function() {
      +2927   this.clear();
      +2928 };
      +2929 
      +2930 IriSP.SegmentsWidget.prototype.searchFieldClosedHandler = function() {
      +2931   this.clear();
      +2932 };
      +2933 
      +2934 IriSP.SegmentsWidget.prototype.positionUpdater = function() {  
      +2935   var duration = this._serializer.currentMedia().meta["dc:duration"] / 1000;
      +2936   var time = this._Popcorn.currentTime();
      +2937   //var position 	= ((time / duration) * 100).toFixed(2);
      +2938   var position 	= ((time / duration) * 100).toFixed(2);
      +2939 
      +2940   this.positionMarker.css("left", position + "%");  
      +2941 };
      +2942 IriSP.SliderWidget = function(Popcorn, config, Serializer) {
      +2943   IriSP.Widget.call(this, Popcorn, config, Serializer);
      +2944 };
      +2945 
      +2946 IriSP.SliderWidget.prototype = new IriSP.Widget();
      +2947 
      +2948 IriSP.SliderWidget.prototype.draw = function() {
      +2949   var self = this;
      +2950 
      +2951   this.selector.append(Mustache.to_html(IriSP.sliderWidget_template, {}));
      +2952   this.selector.addClass("Ldt-SliderMinimized");
      +2953 
      +2954   this.sliderBackground = this.selector.find(".Ldt-sliderBackground");
      +2955   this.sliderForeground = this.selector.find(".Ldt-sliderForeground");
      +2956   this.positionMarker = this.selector.find(".Ldt-sliderPositionMarker");
      +2957 
      +2958 
      +2959   // a special variable to stop methods from tinkering
      +2960   // with the positionMarker when the user is dragging it
      +2961   this.draggingOngoing = false;
      +2962 
      +2963   // another special variable used by the timeout handler to
      +2964   // open or close the slider.
      +2965   this.sliderMaximized = false;
      +2966   this.timeOutId = null;
      +2967 
      +2968   
      +2969   this.positionMarker.draggable({axis: "x",
      +2970   start: IriSP.wrap(this, this.positionMarkerDraggingStartedHandler),
      +2971   stop: IriSP.wrap(this, this.positionMarkerDraggedHandler),
      +2972   containment: "parent"
      +2973   });
      +2974   this.positionMarker.css("position", "absolute");
      +2975   
      +2976   this.sliderBackground.click(function(event) { self.backgroundClickHandler.call(self, event); });
      +2977   this.sliderForeground.click(function(event) { self.foregroundClickHandler.call(self, event); });
      +2978 
      +2979   this.selector.hover(IriSP.wrap(this, this.mouseOverHandler), IriSP.wrap(this, this.mouseOutHandler));
      +2980 
      +2981   // update the positions
      +2982   this._Popcorn.listen("timeupdate", IriSP.wrap(this, this.sliderUpdater));
      +2983 
      +2984   // special messages :
      +2985   this._Popcorn.listen("IriSP.PlayerWidget.MouseOver", IriSP.wrap(this, this.mouseOverHandler));
      +2986   this._Popcorn.listen("IriSP.PlayerWidget.MouseOut", IriSP.wrap(this, this.mouseOutHandler));
      +2987 };
      +2988 
      +2989 /* update the slider and the position marker as time passes */
      +2990 IriSP.SliderWidget.prototype.sliderUpdater = function() {
      +2991   if(this.draggingOngoing || this._disableUpdate)
      +2992     return;
      +2993   
      +2994   var time = this._Popcorn.currentTime();
      +2995 
      +2996   var duration = this._serializer.currentMedia().meta["dc:duration"] / 1000;
      +2997   var percent = ((time / duration) * 100).toFixed(2);
      +2998   
      +2999   /* we do these complicated calculations to center exactly
      +3000      the position Marker */
      +3001   var pixels_to_percents = 100 / this.selector.width(); /* how much is a pixel in percents */
      +3002   var positionMarker_width = this.positionMarker.width();
      +3003   var correction = (pixels_to_percents * positionMarker_width) / 2;
      +3004 
      +3005   var newPos = percent - correction;
      +3006   if (newPos <= 0)
      +3007     newPos = 0;
      +3008   
      +3009 	this.sliderForeground.css("width", percent + "%");
      +3010 	this.positionMarker.css("left", newPos + "%");
      +3011 
      +3012 };
      +3013 
      +3014 IriSP.SliderWidget.prototype.backgroundClickHandler = function(event) {
      +3015   /* this piece of code is a little bit convoluted - here's how it works :
      +3016      we want to handle clicks on the progress bar and convert those to seeks in the media.
      +3017      However, jquery only gives us a global position, and we want a number of pixels relative
      +3018      to our container div, so we get the parent position, and compute an offset to this position,
      +3019      and finally compute the progress ratio in the media.
      +3020      Finally we multiply this ratio with the duration to get the correct time
      +3021   */
      +3022 
      +3023   var parentOffset = this.sliderBackground.parent().offset();
      +3024   var width = this.sliderBackground.width();
      +3025   var relX = event.pageX - parentOffset.left;
      +3026 
      +3027   var duration = this._serializer.currentMedia().meta["dc:duration"] / 1000;
      +3028   var newTime = ((relX / width) * duration).toFixed(2);
      +3029 
      +3030   this._Popcorn.currentTime(newTime);
      +3031 };
      +3032 
      +3033 /* same function as the previous one, except that it handles clicks
      +3034    on the foreground element */
      +3035 IriSP.SliderWidget.prototype.foregroundClickHandler = function(event) {
      +3036   var parentOffset = this.sliderForeground.parent().offset();
      +3037   var width = this.sliderBackground.width();
      +3038   var relX = event.pageX - parentOffset.left;
      +3039 
      +3040   var duration = this._serializer.currentMedia().meta["dc:duration"] / 1000;
      +3041   var newTime = ((relX / width) * duration).toFixed(2);
      +3042 
      +3043   this._Popcorn.currentTime(newTime);
      +3044 };
      +3045 
      +3046 /* handles mouse over the slider */
      +3047 IriSP.SliderWidget.prototype.mouseOverHandler = function(event) {
      +3048   
      +3049   if (this.timeOutId !== null) {
      +3050     window.clearTimeout(this.timeOutId);
      +3051   }
      +3052  
      +3053   this.sliderMaximized = true;
      +3054 
      +3055   this.sliderBackground.animate({"height": "9px"}, 100);
      +3056   this.sliderForeground.animate({"height": "9px"}, 100);
      +3057   this.positionMarker.animate({"height": "9px", "width": "9px"}, 100);
      +3058   //this.positionMarker.css("margin-top", "-4px");
      +3059   
      +3060 //  this.selector.removeClass("Ldt-SliderMinimized");
      +3061 //  this.selector.addClass("Ldt-SliderMaximized");
      +3062 };
      +3063 
      +3064 /* handles when the mouse leaves the slider */
      +3065 IriSP.SliderWidget.prototype.mouseOutHandler = function(event) {
      +3066 
      +3067   this.timeOutId = window.setTimeout(IriSP.wrap(this, this.minimizeOnTimeout),
      +3068                                      IriSP.widgetsDefaults.SliderWidget.minimize_period);
      +3069 };
      +3070 
      +3071 IriSP.SliderWidget.prototype.minimizeOnTimeout = function(event) {
      +3072   this.sliderBackground.animate({"height": "5px"}, 100);
      +3073   this.sliderForeground.animate({"height": "5px"}, 100);
      +3074   this.positionMarker.animate({"height": "5px", "width": "5px"}, 100);
      +3075   this.positionMarker.css("margin-top", "0px");
      +3076   this.sliderMinimized = true;
      +3077   
      +3078 //  this.selector.removeClass("Ldt-SliderMaximized");
      +3079 //  this.selector.addClass("Ldt-SliderMinimized");
      +3080 
      +3081 };
      +3082 
      +3083 // called when the user starts dragging the position indicator
      +3084 IriSP.SliderWidget.prototype.positionMarkerDraggingStartedHandler = function(event, ui) {  
      +3085   this.draggingOngoing = true;
      +3086 };
      +3087 
      +3088 IriSP.SliderWidget.prototype.positionMarkerDraggedHandler = function(event, ui) {   
      +3089   this._disableUpdate = true; // disable slider position updates while dragging is ongoing.
      +3090   window.setTimeout(IriSP.wrap(this, function() { this._disableUpdate = false; }), 500);
      +3091 
      +3092   var parentOffset = this.sliderForeground.parent().offset();
      +3093   var width = this.sliderBackground.width();
      +3094   var relX = event.pageX - parentOffset.left;
      +3095 
      +3096   var duration = this._serializer.currentMedia().meta["dc:duration"] / 1000;
      +3097   var newTime = ((relX / width) * duration).toFixed(2);
      +3098 
      +3099   this._Popcorn.currentTime(newTime);
      +3100   
      +3101   this.draggingOngoing = false;
      +3102 };
      +3103 
      +3104 /* this widget displays a small tooltip */
      +3105 IriSP.TooltipWidget = function(Popcorn, config, Serializer) {
      +3106   IriSP.Widget.call(this, Popcorn, config, Serializer);
      +3107   this._shown = false;
      +3108   this._displayedText = "";
      +3109   this._hideTimeout = -1;
      +3110 };
      +3111 
      +3112 
      +3113 IriSP.TooltipWidget.prototype = new IriSP.Widget();
      +3114 
      +3115 IriSP.TooltipWidget.prototype.draw = function() {
      +3116   var templ = Mustache.to_html(IriSP.tooltipWidget_template);
      +3117 
      +3118   this.selector.append(templ);
      +3119   this.hide();
      +3120 
      +3121 };
      +3122 
      +3123 IriSP.TooltipWidget.prototype.clear = function() {
      +3124 	this.selector.find(".tiptext").text("");
      +3125 };
      +3126 
      +3127 IriSP.TooltipWidget.prototype.show = function(text, color, x, y) {
      +3128 
      +3129   if (this._displayedText == text)
      +3130     return;
      +3131   
      +3132   this.selector.find(".tipcolor").css("background-color", color);
      +3133   this._displayedText = text;
      +3134 	this.selector.find(".tiptext").text(text);
      +3135   //this.selector.find(".tip").css("left", x).css("top", y);  
      +3136   this.selector.find(".tip").css("left", x).css("top", y);
      +3137   this.selector.find(".tip").show();
      +3138   this._shown = true;
      +3139 };
      +3140 
      +3141 IriSP.TooltipWidget.prototype.hide = function() {                                                   
      +3142   this.selector.find(".tip").hide();
      +3143   this._shown = false;  
      +3144 };/* a widget that displays tweet - used in conjunction with the polemicWidget */
      +3145 
      +3146 IriSP.TweetsWidget = function(Popcorn, config, Serializer) {
      +3147   IriSP.Widget.call(this, Popcorn, config, Serializer);
      +3148 
      +3149   this._displayingTweet = false;
      +3150   this._timeoutId = undefined;  
      +3151 };
      +3152 
      +3153 
      +3154 IriSP.TweetsWidget.prototype = new IriSP.Widget();
      +3155 
      +3156 
      +3157 IriSP.TweetsWidget.prototype.drawTweet = function(annotation) {
      +3158     
      +3159     var title = IriSP.formatTweet(annotation.content.title);
      +3160     var img = annotation.content.img.src;
      +3161     if (typeof(img) === "undefined" || img === "" || img === "None") {
      +3162       img = IriSP.widgetsDefaults.TweetsWidget.default_profile_picture;
      +3163     }
      +3164 
      +3165     var imageMarkup = IriSP.templToHTML("<img src='{{src}}' alt='user image'></img>", 
      +3166                                        {src : img});
      +3167     
      +3168     if (typeof(annotation.meta["dc:source"].content) !== "undefined") {
      +3169       var tweetContents = JSON.parse(annotation.meta["dc:source"].content);
      +3170       var creator = tweetContents.user.screen_name;
      +3171       var real_name = tweetContents.user.name;
      +3172 
      +3173       imageMarkup = IriSP.templToHTML("<a href='http://twitter.com/{{creator}}'><img src='{{src}}' alt='user image'></img></a>", 
      +3174                                        {src : img, creator: creator});
      +3175             
      +3176       var formatted_date = new Date(tweetContents.created_at).toLocaleDateString();
      +3177       title = IriSP.templToHTML("<a class='Ldt-tweet_userHandle' href='http://twitter.com/{{creator}}'>@{{creator}}</a> - " + 
      +3178                                 "<div class='Ldt-tweet_realName'>{{real_name}}</div>" +
      +3179                                 "<div class='Ldt-tweet_tweetContents'>{{{ contents }}}</div>" +
      +3180                                 "<div class='Ldt-tweet_date'>{{ date }}</div>", 
      +3181                                 {creator: creator, real_name: real_name, contents : title, date : formatted_date});
      +3182 
      +3183       this.selector.find(".Ldt-TweetReply").attr("href", "http://twitter.com/home?status=@" + creator + ":%20");
      +3184 
      +3185 
      +3186       var rtText = Mustache.to_html("http://twitter.com/home?status=RT @{{creator}}: {{text}}",
      +3187                                     {creator: creator, text: IriSP.encodeURI(annotation.content.title)});
      +3188       this.selector.find(".Ldt-Retweet").attr("href", rtText);
      +3189     }
      +3190 
      +3191     this.selector.find(".Ldt-tweetContents").html(title);
      +3192     this.selector.find(".Ldt-tweetAvatar").html(imageMarkup);
      +3193     this.selector.show("blind", 250); 
      +3194 };
      +3195 
      +3196 IriSP.TweetsWidget.prototype.displayTweet = function(annotation) {
      +3197   if (this._displayingTweet === false) {
      +3198     this._displayingTweet = true;
      +3199   } else {
      +3200     window.clearTimeout(this._timeoutId);
      +3201   }
      +3202 
      +3203   this.drawTweet(annotation);
      +3204 
      +3205   var time = this._Popcorn.currentTime();  
      +3206   this._timeoutId = window.setTimeout(IriSP.wrap(this, this.clearPanel), IriSP.widgetsDefaults.TweetsWidget.tweet_display_period);
      +3207 };
      +3208 
      +3209 
      +3210 IriSP.TweetsWidget.prototype.clearPanel = function() {  
      +3211     this._displayingTweet = false;
      +3212     this._timeoutId = undefined;
      +3213     this.closePanel();
      +3214     
      +3215 };
      +3216 
      +3217 IriSP.TweetsWidget.prototype.closePanel = function() {
      +3218     if (this._timeoutId != undefined) {
      +3219       /* we're called from the "close window" link */
      +3220       /* cancel the timeout */
      +3221       window.clearTimeout(this._timeoutId);
      +3222       this._timeoutId = null;
      +3223     }
      +3224     
      +3225     this.selector.hide("blind", 400);
      +3226     
      +3227 };
      +3228 
      +3229 /* cancel the timeout if the user clicks on the keep panel open button */
      +3230 IriSP.TweetsWidget.prototype.keepPanel = function() {
      +3231     if (this._timeoutId != undefined) {
      +3232       /* we're called from the "close window" link */
      +3233       /* cancel the timeout */
      +3234       window.clearTimeout(this._timeoutId);
      +3235       this._timeoutId = null;
      +3236     }
      +3237 };
      +3238 
      +3239 IriSP.TweetsWidget.prototype.draw = function() {
      +3240   var _this = this;
      +3241   
      +3242   var tweetMarkup = IriSP.templToHTML(IriSP.tweetWidget_template, {"share_template" : IriSP.share_template});
      +3243   this.selector.append(tweetMarkup);
      +3244   this.selector.hide();
      +3245   this.selector.find(".Ldt-tweetWidgetMinimize").click(IriSP.wrap(this, this.closePanel));
      +3246   this.selector.find(".Ldt-tweetWidgetKeepOpen").click(IriSP.wrap(this, this.keepPanel));
      +3247   
      +3248   this._Popcorn.listen("IriSP.PolemicTweet.click", IriSP.wrap(this, this.PolemicTweetClickHandler));
      +3249 };
      +3250 
      +3251 IriSP.TweetsWidget.prototype.PolemicTweetClickHandler = function(tweet_id) {  
      +3252   var index, annotation;
      +3253   for (index in this._serializer._data.annotations) {
      +3254     annotation = this._serializer._data.annotations[index];
      +3255     
      +3256     if (annotation.id === tweet_id)
      +3257       break;
      +3258   }
      +3259     
      +3260   if (annotation.id !== tweet_id)
      +3261       /* we haven't found it */
      +3262       return;
      +3263   
      +3264   this.displayTweet(annotation);
      +3265   return;
      +3266 };
      +3267 
      +3268 IriSP.JSONSerializer = function(DataLoader, url) {
      +3269   IriSP.Serializer.call(this, DataLoader, url);
      +3270 };
      +3271 
      +3272 IriSP.JSONSerializer.prototype = new IriSP.Serializer();
      +3273 
      +3274 IriSP.JSONSerializer.prototype.serialize = function(data) {
      +3275   return JSON.stringify(data);
      +3276 };
      +3277 
      +3278 IriSP.JSONSerializer.prototype.deserialize = function(data) {
      +3279   return JSON.parse(data);
      +3280 };
      +3281 
      +3282 IriSP.JSONSerializer.prototype.sync = function(callback) {
      +3283   /* we don't have to do much because jQuery handles json for us */
      +3284 
      +3285   var self = this;
      +3286 
      +3287   var fn = function(data) {      
      +3288       self._data = data;      
      +3289       // sort the data too     
      +3290       self._data["annotations"].sort(function(a, b) 
      +3291           { var a_begin = +a.begin;
      +3292             var b_begin = +b.begin;
      +3293             return a_begin - b_begin;
      +3294           });
      +3295      
      +3296       callback(data);      
      +3297   };
      +3298   
      +3299   this._DataLoader.get(this._url, fn);
      +3300 };
      +3301 
      +3302 IriSP.JSONSerializer.prototype.currentMedia = function() {  
      +3303   return this._data.medias[0]; /* FIXME: don't hardcode it */
      +3304 };
      +3305 
      +3306 /* this function searches for an annotation which matches title, description and keyword 
      +3307    "" matches any field. 
      +3308    Note: it ignores tweets.
      +3309 */    
      +3310 IriSP.JSONSerializer.prototype.searchAnnotations = function(title, description, keyword) {
      +3311     /* we can have many types of annotations. We want search to only look for regular segments */
      +3312     /* the next two lines are a bit verbose because for some test data, _serializer.data.view is either
      +3313        null or undefined.
      +3314     */
      +3315     var view;
      +3316 
      +3317     if (typeof(this._data.views) !== "undefined" && this._data.views !== null)
      +3318        view = this._data.views[0];
      +3319 
      +3320     var searchViewType = "";
      +3321 
      +3322     if(typeof(view) !== "undefined" && typeof(view.annotation_types) !== "undefined" && view.annotation_types.length > 1) {
      +3323             searchViewType = view.annotation_types[0];
      +3324     }
      +3325 
      +3326     var filterfn = function(annotation) {
      +3327       if( searchViewType  != "" && 
      +3328           typeof(annotation.meta) !== "undefined" && 
      +3329           typeof(annotation.meta["id-ref"]) !== "undefined" &&
      +3330           annotation.meta["id-ref"] !== searchViewType) {
      +3331         return true; // don't pass
      +3332       } else {
      +3333           return false;
      +3334       }
      +3335     };
      +3336 
      +3337     return this.searchAnnotationsFilter(title, description, keyword, filterfn);
      +3338 
      +3339 };
      +3340 
      +3341 /* only look for tweets */
      +3342 IriSP.JSONSerializer.prototype.searchTweets = function(title, description, keyword) {
      +3343     /* we can have many types of annotations. We want search to only look for regular segments */
      +3344     /* the next two lines are a bit verbose because for some test data, _serializer.data.view is either
      +3345        null or undefined.
      +3346     */
      +3347     var view;
      +3348 
      +3349     if (typeof(this._data.views) !== "undefined" && this._data.views !== null)
      +3350        view = this._data.views[0];
      +3351 
      +3352     var searchViewType = "";
      +3353 
      +3354     if(typeof(view) !== "undefined" && typeof(view.annotation_types) !== "undefined" && view.annotation_types.length > 1) {
      +3355             searchViewType = view.annotation_types[0];
      +3356     }
      +3357 
      +3358     var filterfn = function(annotation) {
      +3359       if( searchViewType  != "" && 
      +3360           typeof(annotation.meta) !== "undefined" && 
      +3361           typeof(annotation.meta["id-ref"]) !== "undefined" &&
      +3362           annotation.meta["id-ref"] !== searchViewType) {
      +3363         return false; // pass
      +3364       } else {
      +3365           return true;
      +3366       }
      +3367     };
      +3368 
      +3369     return this.searchAnnotationsFilter(title, description, keyword, filterfn);
      +3370 
      +3371 };
      +3372 
      +3373 /*
      +3374   the previous function call this one, which is more general:
      +3375  */    
      +3376 IriSP.JSONSerializer.prototype.searchAnnotationsFilter = function(title, description, keyword, filter) {
      +3377 
      +3378     var rTitle;
      +3379     var rDescription;
      +3380     var rKeyword;
      +3381     /* match anything if given the empty string */
      +3382     if (title == "")
      +3383       title = ".*";
      +3384     if (description == "")
      +3385       description = ".*";
      +3386     if (keyword == "")
      +3387       keyword = ".*";
      +3388     
      +3389     rTitle = new RegExp(title, "i");  
      +3390     rDescription = new RegExp(description, "i");  
      +3391     rKeyword = new RegExp(keyword, "i");  
      +3392     
      +3393     var ret_array = [];
      +3394     
      +3395     var i;
      +3396     for (i in this._data.annotations) {
      +3397       var annotation = this._data.annotations[i];
      +3398       
      +3399       /* filter the annotations whose type is not the one we want */
      +3400       if (filter(annotation)) {
      +3401           continue;
      +3402       }
      +3403       
      +3404       if (rTitle.test(annotation.content.title) && 
      +3405           rDescription.test(annotation.content.description)) {
      +3406           /* FIXME : implement keyword support */
      +3407           ret_array.push(annotation);
      +3408       }
      +3409     }
      +3410     
      +3411     return ret_array;
      +3412 };
      +3413 
      +3414 /* breaks a string in words and searches each of these words. Returns an array
      +3415    of objects with the id of the annotation and its number of occurences.
      +3416    
      +3417    FIXME: optimize ? seems to be n^2 in the worst case.
      +3418 */
      +3419 IriSP.JSONSerializer.prototype.searchOccurences = function(searchString) {
      +3420   var ret = { };
      +3421   var keywords = searchString.split(/\s+/);
      +3422   
      +3423   for (var i in keywords) {
      +3424     var keyword = keywords[i];
      +3425     
      +3426     // search this keyword in descriptions and title
      +3427     var found_annotations = []
      +3428     found_annotations = found_annotations.concat(this.searchAnnotations(keyword, "", ""));
      +3429     found_annotations = found_annotations.concat(this.searchAnnotations("", keyword, ""));
      +3430     
      +3431     for (var j in found_annotations) {
      +3432       var current_annotation = found_annotations[j];
      +3433       
      +3434       if (!ret.hasOwnProperty(current_annotation.id)) {
      +3435         ret[current_annotation.id] = 1;
      +3436       } else {
      +3437         ret[current_annotation.id] += 1;
      +3438       }
      +3439       
      +3440     }
      +3441 
      +3442   };
      +3443   
      +3444   return ret;
      +3445 };
      +3446 
      +3447 /* breaks a string in words and searches each of these words. Returns an array
      +3448    of objects with the id of the annotation and its number of occurences.
      +3449    
      +3450    FIXME: optimize ? seems to be n^2 in the worst case.
      +3451 */
      +3452 IriSP.JSONSerializer.prototype.searchTweetsOccurences = function(searchString) {
      +3453   var ret = { };
      +3454   var keywords = searchString.split(/\s+/);
      +3455   
      +3456   for (var i in keywords) {
      +3457     var keyword = keywords[i];
      +3458     
      +3459     // search this keyword in descriptions and title
      +3460     var found_annotations = []
      +3461     found_annotations = found_annotations.concat(this.searchTweets(keyword, "", ""));
      +3462     found_annotations = found_annotations.concat(this.searchTweets("", keyword, ""));
      +3463     
      +3464     for (var j in found_annotations) {
      +3465       var current_annotation = found_annotations[j];
      +3466       
      +3467       if (!ret.hasOwnProperty(current_annotation.id)) {
      +3468         ret[current_annotation.id] = 1;
      +3469       } else {
      +3470         ret[current_annotation.id] += 1;
      +3471       }
      +3472       
      +3473     }
      +3474 
      +3475   };
      +3476   
      +3477   return ret;
      +3478 };
      +3479 
      +3480 /* takes the currentTime and returns all the annotations that are displayable at the moment 
      +3481    NB: only takes account the first type of annotations - ignores tweets 
      +3482    currentTime is in seconds.
      +3483  */
      +3484 
      +3485 IriSP.JSONSerializer.prototype.currentAnnotations = function(currentTime) {
      +3486   var view;
      +3487   var currentTimeMs = 1000 * currentTime;
      +3488 
      +3489   if (typeof(this._data.views) !== "undefined" && this._data.views !== null)
      +3490      view = this._data.views[0];
      +3491 
      +3492   var view_type = "";
      +3493 
      +3494   if(typeof(view) !== "undefined" && typeof(view.annotation_types) !== "undefined" && view.annotation_types.length >= 1) {
      +3495           view_type = view.annotation_types[0];
      +3496   }
      +3497 
      +3498   var ret_array = [];
      +3499   
      +3500   var i;
      +3501  
      +3502   for (i in this._data.annotations) {
      +3503     var annotation = this._data.annotations[i];
      +3504     
      +3505     if (annotation.meta["id-ref"] === view_type && annotation.begin <= currentTimeMs && annotation.end >= currentTimeMs)
      +3506       ret_array.push(annotation);
      +3507   }
      +3508 
      +3509   return ret_array;
      +3510 };
      +3511 
      +3512 
      +3513 /* this function returns a list of ids of tweet lines */
      +3514 IriSP.JSONSerializer.prototype.getTweetIds = function() {
      +3515   if (typeof(this._data.lists) === "undefined" || this._data.lists === null)
      +3516     return [];
      +3517 
      +3518   var tweetsId = [];
      +3519   
      +3520   /* first get the list containing the tweets */
      +3521   var tweets = IriSP.underscore.filter(this._data.lists, function(entry) { return entry.id.indexOf("tweet") !== -1 });
      +3522   
      +3523   // FIXME: collect tweets from multiple sources ?
      +3524   tweetsId = IriSP.underscore.pluck(tweets[0].items, "id-ref");
      +3525 
      +3526   return tweetsId;
      +3527 };
      +3528 
      +3529 /* this function returns a list of lines which are not tweet lines */
      +3530 IriSP.JSONSerializer.prototype.getNonTweetIds = function() {
      +3531   if (typeof(this._data.lists) === "undefined" || this._data.lists === null)
      +3532     return [];
      +3533   
      +3534   /* get all the ids */
      +3535   var ids = IriSP.underscore.map(this._data.lists, function(entry) {                                                         
      +3536                                                          return IriSP.underscore.pluck(entry.items, "id-ref"); });
      +3537                                                          
      +3538   var illegal_values = this.getTweetIds();
      +3539   return IriSP.underscore.difference(ids, illegal_values);
      +3540   
      +3541 };
      +3542 
      \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/templates/jsdoc/allclasses.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/templates/jsdoc/allclasses.tmpl Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,17 @@ +
      {+new Link().toFile("index.html").withText("Class Index")+} +| {+new Link().toFile("files.html").withText("File Index")+}
      +
      +

      Classes

      +
        + +
      • {! + if (thisClass.alias == "_global_") { + output += ""+new Link().toClass(thisClass.alias)+""; + } + else { + output += new Link().toClass(thisClass.alias); + } + !}
      • +
        +
      +
      \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/templates/jsdoc/allfiles.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/templates/jsdoc/allfiles.tmpl Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,56 @@ + + + + + {! Link.base = ""; /* all generated links will be relative to this */ !} + JsDoc Reference - File Index + + + + + + + {+include("static/header.html")+} + +
      + {+publish.classesIndex+} +
      + +
      +

      File Index

      + + +
      +

      {+new Link().toSrc(item.alias).withText(item.name)+}

      + {+resolveLinks(item.desc)+} +
      + +
      Author:
      +
      {+item.author+}
      +
      + +
      Version:
      +
      {+item.version+}
      +
      + {! var locations = item.comment.getTag('location').map(function($){return $.toString().replace(/(^\$ ?| ?\$$)/g, '').replace(/^HeadURL: https:/g, 'http:');}) !} + +
      Location:
      + +
      {+location+}
      +
      +
      +
      +
      +
      +
      + +
      +
      + ©{+JSDOC.opt.D.copyright+}
      + Documentation generated by JsDoc Toolkit {+JSDOC.VERSION+} on {+new Date()+} +
      + + \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/templates/jsdoc/class.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/templates/jsdoc/class.tmpl Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,649 @@ + + + + + + {! Link.base = "../"; /* all generated links will be relative to this */ !} + JsDoc Reference - {+data.alias+} + + + + + + + + {+include("static/header.html")+} + + + +
      + + {+publish.classesIndex+} + +
      + +
      + +

      + {! + var classType = ""; + + if (data.isBuiltin()) { + classType += "Built-In "; + } + + if (data.isNamespace) { + if (data.is('FUNCTION')) { + classType += "Function "; + } + classType += "Namespace "; + } + else { + classType += "Class "; + } + !} + {+classType+}{+data.alias+} +

      + + +

      +
      Version + {+ data.version +}.
      +
      +
      Extends + {+ + data.augments + .sort() + .map( + function($) { return new Link().toSymbol($); } + ) + .join(", ") + +}.
      +
      + + {+resolveLinks(data.classDesc)+} + + {# isn't defined in any file #} +
      Defined in: {+new Link().toSrc(data.srcFile)+}. +
      +

      + + + + + + + + + + + + + + + + + +
      {+classType+}Summary
      Constructor AttributesConstructor Name and Description
      {! + if (data.isPrivate) output += "<private> "; + if (data.isInner) output += "<inner> "; + !}  +
      + {+ new Link().toSymbol(data.alias).inner('constructor')+}{+ makeSignature(data.params) +} +
      +
      {+resolveLinks(summarize(data.desc))+}
      +
      +
      + + + + {! var ownProperties = data.properties.filter(function($){return $.memberOf == data.alias && !$.isNamespace}).sort(makeSortby("name")); !} + + + + + + + + + + + + + + + + + +
      Field Summary
      Field AttributesField Name and Description
      {! + if (member.isPrivate) output += "<private> "; + if (member.isInner) output += "<inner> "; + if (member.isStatic) output += "<static> "; + if (member.isConstant) output += "<constant> "; + !}  +
      + {+member.memberOf+}.{+new Link().toSymbol(member.alias).withText(member.name)+} +
      +
      {+resolveLinks(summarize(member.desc))+}
      +
      +
      + + +
      + {! + var borrowedMembers = data.properties.filter(function($) {return $.memberOf != data.alias}); + + var contributers = []; + borrowedMembers.map(function($) {if (contributers.indexOf($.memberOf) < 0) contributers.push($.memberOf)}); + for (var i = 0, l = contributers.length; i < l; i++) { + output += + "
      Fields borrowed from class "+new Link().toSymbol(contributers[i])+":
      " + + + "
      " + + borrowedMembers + .filter( + function($) { return $.memberOf == contributers[i] } + ) + .sort(makeSortby("name")) + .map( + function($) { return new Link().toSymbol($.alias).withText($.name) } + ) + .join(", ") + + + "
      "; + } + !} +
      +
      +
      + + + + {! var ownMethods = data.methods.filter(function($){return $.memberOf == data.alias && !$.isNamespace}).sort(makeSortby("name")); !} + + + + + + + + + + + + + + + + + +
      Method Summary
      Method AttributesMethod Name and Description
      {! + if (member.isPrivate) output += "<private> "; + if (member.isInner) output += "<inner> "; + if (member.isStatic) output += "<static> "; + !}  +
      {+member.memberOf+}.{+new Link().toSymbol(member.alias).withText(member.name.replace(/\^\d+$/, ''))+}{+makeSignature(member.params)+} +
      +
      {+resolveLinks(summarize(member.desc))+}
      +
      +
      + + +
      + {! + var borrowedMembers = data.methods.filter(function($) {return $.memberOf != data.alias}); + var contributers = []; + borrowedMembers.map(function($) {if (contributers.indexOf($.memberOf) < 0) contributers.push($.memberOf)}); + for (var i = 0, l = contributers.length; i < l; i++) { + output += + "
      Methods borrowed from class "+new Link().toSymbol(contributers[i])+":
      " + + + "
      " + + borrowedMembers + .filter( + function($) { return $.memberOf == contributers[i] } + ) + .sort(makeSortby("name")) + .map( + function($) { return new Link().toSymbol($.alias).withText($.name) } + ) + .join(", ") + + + "
      "; + } + + !} +
      +
      +
      + + + {! var ownEvents = data.events.filter(function($){return $.memberOf == data.alias && !$.isNamespace}).sort(makeSortby("name")); !} + + + + + + + + + + + + + + + + + +
      Event Summary
      Event AttributesEvent Name and Description
      {! + if (member.isPrivate) output += "<private> "; + if (member.isInner) output += "<inner> "; + if (member.isStatic) output += "<static> "; + !}  +
      {+member.memberOf+}.{+new Link().toSymbol(member.alias).withText(member.name)+}{+makeSignature(member.params)+} +
      +
      {+resolveLinks(summarize(member.desc))+}
      +
      +
      + + +
      + {! + var borrowedMembers = data.events.filter(function($) {return $.memberOf != data.alias}); + var contributers = []; + borrowedMembers.map(function($) {if (contributers.indexOf($.memberOf) < 0) contributers.push($.memberOf)}); + for (var i = 0, l = contributers.length; i < l; i++) { + output += + "
      Events borrowed from class "+new Link().toSymbol(contributers[i])+":
      " + + + "
      " + + borrowedMembers + .filter( + function($) { return $.memberOf == contributers[i] } + ) + .sort(makeSortby("name")) + .map( + function($) { return new Link().toSymbol($.alias).withText($.name) } + ) + .join(", ") + + + "
      "; + } + + !} +
      +
      +
      + + + +
      +
      + {+classType+}Detail +
      + +
      {! + if (data.isPrivate) output += "<private> "; + if (data.isInner) output += "<inner> "; + !} + {+ data.alias +}{+ makeSignature(data.params) +} +
      + +
      + {+resolveLinks(data.desc)+} +
      Author: {+data.author+}.
      +
      + + + +
      {+example+}
      +
      +
      + + + +
      +
      Parameters:
      + +
      + {+((item.type)?""+("{"+(new Link().toSymbol(item.type)+"} ")) : "")+} {+item.name+} + Optional, Default: {+item.defaultValue+} +
      +
      {+resolveLinks(item.desc)+}
      +
      +
      +
      + +
      +
      Deprecated:
      +
      + {+resolveLinks(data.deprecated)+} +
      +
      +
      + +
      +
      Since:
      +
      {+ data.since +}
      +
      +
      + +
      +
      Throws:
      + +
      + {+((item.type)?"{"+(new Link().toSymbol(item.type))+"} " : "")+} {+item.name+} +
      +
      {+resolveLinks(item.desc)+}
      +
      +
      +
      + +
      +
      Returns:
      + +
      {+((item.type)?"{"+(new Link().toSymbol(item.type))+"} " : "")+}{+resolveLinks(item.desc)+}
      +
      +
      +
      + +
      +
      Requires:
      + +
      {+ new Link().toSymbol(item) +}
      +
      +
      +
      + +
      +
      See:
      + +
      {+ new Link().toSymbol(item) +}
      +
      +
      +
      + +
      +
      + + + +
      + Field Detail +
      + + +
      {! + if (member.isPrivate) output += "<private> "; + if (member.isInner) output += "<inner> "; + if (member.isStatic) output += "<static> "; + if (member.isConstant) output += "<constant> "; + !} + + {{+new Link().toSymbol(member.type)+}} + {+member.memberOf+}.{+member.name+} + +
      +
      + {+resolveLinks(member.desc)+} + +
      + Defined in: {+new Link().toSrc(member.srcFile)+}. +
      +
      Author: {+member.author+}.
      +
      + + + +
      {+example+}
      +
      +
      + + +
      +
      Deprecated:
      +
      + {+ resolveLinks(member.deprecated) +} +
      +
      +
      + +
      +
      Since:
      +
      {+ member.since +}
      +
      +
      + +
      +
      See:
      + +
      {+ new Link().toSymbol(item) +}
      +
      +
      +
      + +
      +
      Default Value:
      +
      + {+resolveLinks(member.defaultValue)+} +
      +
      +
      + +
      +
      +
      + + + +
      + Method Detail +
      + + +
      {! + if (member.isPrivate) output += "<private> "; + if (member.isInner) output += "<inner> "; + if (member.isStatic) output += "<static> "; + !} + + {{+new Link().toSymbol(member.type)+}} + {+member.memberOf+}.{+member.name.replace(/\^\d+$/, '')+}{+makeSignature(member.params)+} + +
      +
      + {+resolveLinks(member.desc)+} + +
      + Defined in: {+new Link().toSrc(member.srcFile)+}. +
      +
      Author: {+member.author+}.
      +
      + + + +
      {+example+}
      +
      +
      + + +
      +
      Parameters:
      + +
      + {+((item.type)?"{"+(new Link().toSymbol(item.type))+"} " : "")+}{+item.name+} + Optional, Default: {+item.defaultValue+} +
      +
      {+resolveLinks(item.desc)+}
      +
      +
      +
      + +
      +
      Deprecated:
      +
      + {+ resolveLinks(member.deprecated) +} +
      +
      +
      + +
      +
      Since:
      +
      {+ member.since +}
      +
      + +
      + +
      +
      Throws:
      + +
      + {+((item.type)?"{"+(new Link().toSymbol(item.type))+"} " : "")+} {+item.name+} +
      +
      {+resolveLinks(item.desc)+}
      +
      +
      +
      + +
      +
      Returns:
      + +
      {+((item.type)?"{"+(new Link().toSymbol(item.type))+"} " : "")+}{+resolveLinks(item.desc)+}
      +
      +
      +
      + +
      +
      Requires:
      + +
      {+ resolveLinks(item) +}
      +
      +
      +
      + +
      +
      See:
      + +
      {+ new Link().toSymbol(item) +}
      +
      +
      +
      + +
      +
      +
      + + + +
      + Event Detail +
      + + +
      {! + if (member.isPrivate) output += "<private> "; + if (member.isInner) output += "<inner> "; + if (member.isStatic) output += "<static> "; + !} + + {{+new Link().toSymbol(member.type)+}} + {+member.memberOf+}.{+member.name+}{+makeSignature(member.params)+} + +
      +
      + {+resolveLinks(member.desc)+} + +
      + Defined in: {+new Link().toSrc(member.srcFile)+}. +
      +
      Author: {+member.author+}.
      +
      + + + +
      {+example+}
      +
      +
      + + +
      +
      Parameters:
      + +
      + {+((item.type)?"{"+(new Link().toSymbol(item.type))+"} " : "")+}{+item.name+} + Optional, Default: {+item.defaultValue+} +
      +
      {+ resolveLinks(item.desc) +}
      +
      +
      +
      + +
      +
      Deprecated:
      +
      + {+ resolveLinks(member.deprecated) +} +
      +
      +
      + +
      +
      Since:
      +
      {+ member.since +}
      +
      + +
      + +
      +
      Throws:
      + +
      + {+((item.type)?"{"+(new Link().toSymbol(item.type))+"} " : "")+} {+item.name+} +
      +
      {+ resolveLinks(item.desc) +}
      +
      +
      +
      + +
      +
      Returns:
      + +
      {+((item.type)?"{"+(new Link().toSymbol(item.type))+"} " : "")+}{+resolveLinks(item.desc)+}
      +
      +
      +
      + +
      +
      Requires:
      + +
      {+ resolveLinks(item) +}
      +
      +
      +
      + +
      +
      See:
      + +
      {+ new Link().toSymbol(item) +}
      +
      +
      +
      + +
      +
      +
      + +
      +
      + + + +
      + ©{+JSDOC.opt.D.copyright+}
      + Documentation generated by JsDoc Toolkit {+JSDOC.VERSION+} on {+new Date()+} +
      + + diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/templates/jsdoc/index.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/templates/jsdoc/index.tmpl Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,39 @@ + + + + + + JsDoc Reference - Index + + + + + + + {+include("static/header.html")+} + +
      + {+publish.classesIndex+} +
      + +
      +

      Class Index

      + + +
      +

      {+(new Link().toSymbol(thisClass.alias))+}

      + {+resolveLinks(summarize(thisClass.classDesc))+} +
      +
      +
      + +
      +
      + ©{+JSDOC.opt.D.copyright+}
      + Documentation generated by JsDoc Toolkit {+JSDOC.VERSION+} on {+new Date()+} +
      + + \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/templates/jsdoc/publish.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/templates/jsdoc/publish.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,201 @@ +/** Called automatically by JsDoc Toolkit. */ +function publish(symbolSet) { + publish.conf = { // trailing slash expected for dirs + ext: ".html", + outDir: JSDOC.opt.d || SYS.pwd+"../out/jsdoc/", + templatesDir: JSDOC.opt.t || SYS.pwd+"../templates/jsdoc/", + symbolsDir: "symbols/", + srcDir: "symbols/src/" + }; + + // is source output is suppressed, just display the links to the source file + if (JSDOC.opt.s && defined(Link) && Link.prototype._makeSrcLink) { + Link.prototype._makeSrcLink = function(srcFilePath) { + return "<"+srcFilePath+">"; + } + } + + // create the folders and subfolders to hold the output + IO.mkPath((publish.conf.outDir+"symbols/src").split("/")); + + // used to allow Link to check the details of things being linked to + Link.symbolSet = symbolSet; + + // create the required templates + try { + var classTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"class.tmpl"); + var classesTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"allclasses.tmpl"); + } + catch(e) { + print("Couldn't create the required templates: "+e); + quit(); + } + + // some ustility filters + function hasNoParent($) {return ($.memberOf == "")} + function isaFile($) {return ($.is("FILE"))} + function isaClass($) {return ($.is("CONSTRUCTOR") || $.isNamespace)} + + // get an array version of the symbolset, useful for filtering + var symbols = symbolSet.toArray(); + + // create the hilited source code files + var files = JSDOC.opt.srcFiles; + for (var i = 0, l = files.length; i < l; i++) { + var file = files[i]; + var srcDir = publish.conf.outDir + "symbols/src/"; + makeSrcFile(file, srcDir); + } + + // get a list of all the classes in the symbolset + var classes = symbols.filter(isaClass).sort(makeSortby("alias")); + + // create a filemap in which outfiles must be to be named uniquely, ignoring case + if (JSDOC.opt.u) { + var filemapCounts = {}; + Link.filemap = {}; + for (var i = 0, l = classes.length; i < l; i++) { + var lcAlias = classes[i].alias.toLowerCase(); + + if (!filemapCounts[lcAlias]) filemapCounts[lcAlias] = 1; + else filemapCounts[lcAlias]++; + + Link.filemap[classes[i].alias] = + (filemapCounts[lcAlias] > 1)? + lcAlias+"_"+filemapCounts[lcAlias] : lcAlias; + } + } + + // create a class index, displayed in the left-hand column of every class page + Link.base = "../"; + publish.classesIndex = classesTemplate.process(classes); // kept in memory + + // create each of the class pages + for (var i = 0, l = classes.length; i < l; i++) { + var symbol = classes[i]; + + symbol.events = symbol.getEvents(); // 1 order matters + symbol.methods = symbol.getMethods(); // 2 + + Link.currentSymbol= symbol; + var output = ""; + output = classTemplate.process(symbol); + + IO.saveFile(publish.conf.outDir+"symbols/", ((JSDOC.opt.u)? Link.filemap[symbol.alias] : symbol.alias) + publish.conf.ext, output); + } + + // regenerate the index with different relative links, used in the index pages + Link.base = ""; + publish.classesIndex = classesTemplate.process(classes); + + // create the class index page + try { + var classesindexTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"index.tmpl"); + } + catch(e) { print(e.message); quit(); } + + var classesIndex = classesindexTemplate.process(classes); + IO.saveFile(publish.conf.outDir, "index"+publish.conf.ext, classesIndex); + classesindexTemplate = classesIndex = classes = null; + + // create the file index page + try { + var fileindexTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"allfiles.tmpl"); + } + catch(e) { print(e.message); quit(); } + + var documentedFiles = symbols.filter(isaFile); // files that have file-level docs + var allFiles = []; // not all files have file-level docs, but we need to list every one + + for (var i = 0; i < files.length; i++) { + allFiles.push(new JSDOC.Symbol(files[i], [], "FILE", new JSDOC.DocComment("/** */"))); + } + + for (var i = 0; i < documentedFiles.length; i++) { + var offset = files.indexOf(documentedFiles[i].alias); + allFiles[offset] = documentedFiles[i]; + } + + allFiles = allFiles.sort(makeSortby("name")); + + // output the file index page + var filesIndex = fileindexTemplate.process(allFiles); + IO.saveFile(publish.conf.outDir, "files"+publish.conf.ext, filesIndex); + fileindexTemplate = filesIndex = files = null; +} + + +/** Just the first sentence (up to a full stop). Should not break on dotted variable names. */ +function summarize(desc) { + if (typeof desc != "undefined") + return desc.match(/([\w\W]+?\.)[^a-z0-9_$]/i)? RegExp.$1 : desc; +} + +/** Make a symbol sorter by some attribute. */ +function makeSortby(attribute) { + return function(a, b) { + if (a[attribute] != undefined && b[attribute] != undefined) { + a = a[attribute].toLowerCase(); + b = b[attribute].toLowerCase(); + if (a < b) return -1; + if (a > b) return 1; + return 0; + } + } +} + +/** Pull in the contents of an external file at the given path. */ +function include(path) { + var path = publish.conf.templatesDir+path; + return IO.readFile(path); +} + +/** Turn a raw source file into a code-hilited page in the docs. */ +function makeSrcFile(path, srcDir, name) { + if (JSDOC.opt.s) return; + + if (!name) { + name = path.replace(/\.\.?[\\\/]/g, "").replace(/[\\\/]/g, "_"); + name = name.replace(/\:/g, "_"); + } + + var src = {path: path, name:name, charset: IO.encoding, hilited: ""}; + + if (defined(JSDOC.PluginManager)) { + JSDOC.PluginManager.run("onPublishSrc", src); + } + + if (src.hilited) { + IO.saveFile(srcDir, name+publish.conf.ext, src.hilited); + } +} + +/** Build output for displaying function parameters. */ +function makeSignature(params) { + if (!params) return "()"; + var signature = "(" + + + params.filter( + function($) { + return $.name.indexOf(".") == -1; // don't show config params in signature + } + ).map( + function($) { + return $.name; + } + ).join(", ") + + + ")"; + return signature; +} + +/** Find symbol {@link ...} strings in text and turn into html links */ +function resolveLinks(str, from) { + str = str.replace(/\{@link ([^} ]+) ?\}/gi, + function(match, symbolName) { + return new Link().toSymbol(symbolName); + } + ); + + return str; +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/templates/jsdoc/static/default.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/templates/jsdoc/static/default.css Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,162 @@ +/* default.css */ +body +{ + font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; + width: 800px; +} + +.header +{ + clear: both; + background-color: #ccc; + padding: 8px; +} + +h1 +{ + font-size: 150%; + font-weight: bold; + padding: 0; + margin: 1em 0 0 .3em; +} + +hr +{ + border: none 0; + border-top: 1px solid #7F8FB1; + height: 1px; +} + +pre.code +{ + display: block; + padding: 8px; + border: 1px dashed #ccc; +} + +#index +{ + margin-top: 24px; + float: left; + width: 160px; + position: absolute; + left: 8px; + background-color: #F3F3F3; + padding: 8px; +} + +#content +{ + margin-left: 190px; + width: 600px; +} + +.classList +{ + list-style-type: none; + padding: 0; + margin: 0 0 0 8px; + font-family: arial, sans-serif; + font-size: 1em; + overflow: auto; +} + +.classList li +{ + padding: 0; + margin: 0 0 8px 0; +} + +.summaryTable { width: 100%; } + +h1.classTitle +{ + font-size:170%; + line-height:130%; +} + +h2 { font-size: 110%; } +caption, div.sectionTitle +{ + background-color: #7F8FB1; + color: #fff; + font-size:130%; + text-align: left; + padding: 2px 6px 2px 6px; + border: 1px #7F8FB1 solid; +} + +div.sectionTitle { margin-bottom: 8px; } +.summaryTable thead { display: none; } + +.summaryTable td +{ + vertical-align: top; + padding: 4px; + border-bottom: 1px #7F8FB1 solid; + border-right: 1px #7F8FB1 solid; +} + +/*col#summaryAttributes {}*/ +.summaryTable td.attributes +{ + border-left: 1px #7F8FB1 solid; + width: 140px; + text-align: right; +} + +td.attributes, .fixedFont +{ + line-height: 15px; + color: #002EBE; + font-family: "Courier New",Courier,monospace; + font-size: 13px; +} + +.summaryTable td.nameDescription +{ + text-align: left; + font-size: 13px; + line-height: 15px; +} + +.summaryTable td.nameDescription, .description +{ + line-height: 15px; + padding: 4px; + padding-left: 4px; +} + +.summaryTable { margin-bottom: 8px; } + +ul.inheritsList +{ + list-style: square; + margin-left: 20px; + padding-left: 0; +} + +.detailList { + margin-left: 20px; + line-height: 15px; +} +.detailList dt { margin-left: 20px; } + +.detailList .heading +{ + font-weight: bold; + padding-bottom: 6px; + margin-left: 0; +} + +.light, td.attributes, .light a:link, .light a:visited +{ + color: #777; + font-style: italic; +} + +.fineprint +{ + text-align: right; + font-size: 10px; +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/templates/jsdoc/static/header.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/templates/jsdoc/static/header.html Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,2 @@ + \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/templates/jsdoc/static/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/templates/jsdoc/static/index.html Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,19 @@ + + + + + Generated Javascript Documentation + + + + + + <body> + <p> + This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. + </p> + </body> + + + \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jsdoc/templates/jsdoc/symbol.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jsdoc/templates/jsdoc/symbol.tmpl Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,35 @@ + + {+data.name+} + {+data.memberOf+} + {+data.isStatic+} + {+data.isa+} + {+data.desc+} + {+data.classDesc+} + + + + {+method.name+} + {+method.memberOf+} + {+method.isStatic+} + {+method.desc+} + + + {+param.type+} + {+param.name+} + {+param.desc+} + {+param.defaultValue+} + + + + + + + + {+property.name+} + {+property.memberOf+} + {+property.isStatic+} + {+property.desc+} + {+property.type+} + + + diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jslint-wrapper.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jslint-wrapper.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,51 @@ +/* source comes from a similar jquery script */ +/* run it like this : java -jar rhino.jar jslint-wrapper.js file.js */ + + +if (arguments.length == 1) { + jslint = "jslint.js" + srcfile = arguments[0]; +} else if (arguments.length != 2) { + print("jslint-wrapper jslint.js myfile.js"); + quit(); +} else { + var jslint = arguments[0]; + var srcfile = arguments[1]; +} + +src = readFile(srcfile, "utf8"); +load(jslint); + +JSLINT(src, { browser: true, forin: true, maxerr: 5 }); + +//All of the following are known issues that we think are 'ok' +//(in contradiction with JSLint) more information here: +//http://docs.jquery.com/JQuery_Core_Style_Guidelines +var ok = { + "Expected an identifier and instead saw 'undefined' (a reserved word).": true, + "Use '===' to compare with 'null'.": true, + "Use '!==' to compare with 'null'.": true, + "Expected an assignment or function call and instead saw an expression.": true, + "Expected a 'break' statement before 'case'.": true, + "'e' is already defined.": true, + "Expected exactly one space between 'function' and '('": true +}; + +var e = JSLINT.errors, found = 0, w; + +for ( var i = 0; i < e.length; i++ ) { + w = e[i]; + + if ( !ok[ w.reason ] ) { + found++; + print( "\n" + w.evidence + "\n" ); + print( " Problem at line " + w.line + " character " + w.character + ": " + w.reason ); + } +} + +if ( found > 0 ) { + print( "\n" + found + " Error(s) found.\n" ); + +} else { + print( "JSLint check passed.\n" ); +} diff -r 7b55777486c3 -r 75ba66457232 sbin/res/jslint.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/res/jslint.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,6917 @@ +// jslint.js +// 2011-10-17 + +// Copyright (c) 2002 Douglas Crockford (www.JSLint.com) + +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: + +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. + +// The Software shall be used for Good, not Evil. + +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + +// WARNING: JSLint will hurt your feelings. + +// JSLINT is a global function. It takes two parameters. + +// var myResult = JSLINT(source, option); + +// The first parameter is either a string or an array of strings. If it is a +// string, it will be split on '\n' or '\r'. If it is an array of strings, it +// is assumed that each string represents one line. The source can be a +// JavaScript text, or HTML text, or a JSON text, or a CSS text. + +// The second parameter is an optional object of options that control the +// operation of JSLINT. Most of the options are booleans: They are all +// optional and have a default value of false. One of the options, predef, +// can be an array of names, which will be used to declare global variables, +// or an object whose keys are used as global names, with a boolean value +// that determines if they are assignable. + +// If it checks out, JSLINT returns true. Otherwise, it returns false. + +// If false, you can inspect JSLINT.errors to find out the problems. +// JSLINT.errors is an array of objects containing these properties: + +// { +// line : The line (relative to 0) at which the lint was found +// character : The character (relative to 0) at which the lint was found +// reason : The problem +// evidence : The text line in which the problem occurred +// raw : The raw message before the details were inserted +// a : The first detail +// b : The second detail +// c : The third detail +// d : The fourth detail +// } + +// If a stopping error was found, a null will be the last element of the +// JSLINT.errors array. A stopping error means that JSLint was not confident +// enough to continue. It does not necessarily mean that the error was +// especially heinous. + +// You can request a Function Report, which shows all of the functions +// and the parameters and vars that they use. This can be used to find +// implied global variables and other problems. The report is in HTML and +// can be inserted in an HTML . + +// var myReport = JSLINT.report(errors_only); + +// If errors_only is true, then the report will be limited to only errors. + +// You can request a data structure that contains JSLint's results. + +// var myData = JSLINT.data(); + +// It returns a structure with this form: + +// { +// errors: [ +// { +// line: NUMBER, +// character: NUMBER, +// reason: STRING, +// evidence: STRING +// } +// ], +// functions: [ +// { +// name: STRING, +// line: NUMBER, +// last: NUMBER, +// params: [ +// { +// string: STRING +// } +// ], +// closure: [ +// STRING +// ], +// var: [ +// STRING +// ], +// exception: [ +// STRING +// ], +// outer: [ +// STRING +// ], +// unused: [ +// STRING +// ], +// undef: [ +// STRING +// ], +// global: [ +// STRING +// ], +// label: [ +// STRING +// ] +// } +// ], +// globals: [ +// STRING +// ], +// member: { +// STRING: NUMBER +// }, +// urls: [ +// STRING +// ], +// json: BOOLEAN +// } + +// Empty arrays will not be included. + +// You can obtain the parse tree that JSLint constructed while parsing. The +// latest tree is kept in JSLINT.tree. A nice stringication can be produced +// with + +// JSON.stringify(JSLINT.tree, [ +// 'string', 'arity', 'name', 'first', +// 'second', 'third', 'block', 'else' +// ], 4)); + +// JSLint provides three directives. They look like slashstar comments, and +// allow for setting options, declaring global variables, and establishing a +// set of allowed property names. + +// These directives respect function scope. + +// The jslint directive is a special comment that can set one or more options. +// The current option set is + +// adsafe true, if ADsafe rules should be enforced +// bitwise true, if bitwise operators should be allowed +// browser true, if the standard browser globals should be predefined +// cap true, if upper case HTML should be allowed +// confusion true, if types can be used inconsistently +// 'continue' true, if the continuation statement should be tolerated +// css true, if CSS workarounds should be tolerated +// debug true, if debugger statements should be allowed +// devel true, if logging should be allowed (console, alert, etc.) +// eqeq true, if == should be allowed +// es5 true, if ES5 syntax should be allowed +// evil true, if eval should be allowed +// forin true, if for in statements need not filter +// fragment true, if HTML fragments should be allowed +// indent the indentation factor +// maxerr the maximum number of errors to allow +// maxlen the maximum length of a source line +// newcap true, if constructor names capitalization is ignored +// node true, if Node.js globals should be predefined +// nomen true, if names may have dangling _ +// on true, if HTML event handlers should be allowed +// passfail true, if the scan should stop on first error +// plusplus true, if increment/decrement should be allowed +// properties true, if all property names must be declared with /*properties*/ +// regexp true, if the . should be allowed in regexp literals +// rhino true, if the Rhino environment globals should be predefined +// undef true, if variables can be declared out of order +// unparam true, if unused parameters should be tolerated +// safe true, if use of some browser features should be restricted +// sloppy true, if the 'use strict'; pragma is optional +// sub true, if all forms of subscript notation are tolerated +// vars true, if multiple var statements per function should be allowed +// white true, if sloppy whitespace is tolerated +// widget true if the Yahoo Widgets globals should be predefined +// windows true, if MS Windows-specific globals should be predefined + +// For example: + +/*jslint + evil: true, nomen: true, regexp: true +*/ + +// The properties directive declares an exclusive list of property names. +// Any properties named in the program that are not in the list will +// produce a warning. + +// For example: + +/*properties + '\b': string, '\t': string, '\n': string, '\f': string, '\r': string, + '!=': boolean, '!==': boolean, '"': string, '%': boolean, '\'': string, + '(begin)', '(breakage)': number, '(complexity)', '(confusion)': boolean, + '(context)': object, '(error)', '(identifier)', '(line)': number, + '(loopage)': number, '(name)', '(old_property_type)', '(params)', + '(scope)': object, '(token)', '(vars)', '(verb)', '*': boolean, + '+': boolean, '-': boolean, '/': *, '<': boolean, '<=': boolean, + '==': boolean, '===': boolean, '>': boolean, '>=': boolean, + ADSAFE: boolean, Array, Date, E: string, Function, LN10: string, + LN2: string, LOG10E: string, LOG2E: string, MAX_VALUE: string, + MIN_VALUE: string, NEGATIVE_INFINITY: string, Object, PI: string, + POSITIVE_INFINITY: string, SQRT1_2: string, SQRT2: string, '\\': string, + a: object, a_label: string, a_not_allowed: string, a_not_defined: string, + a_scope: string, abbr: object, acronym: object, address: object, adsafe, + adsafe_a: string, adsafe_autocomplete: string, adsafe_bad_id: string, + adsafe_div: string, adsafe_fragment: string, adsafe_go: string, + adsafe_html: string, adsafe_id: string, adsafe_id_go: string, + adsafe_lib: string, adsafe_lib_second: string, adsafe_missing_id: string, + adsafe_name_a: string, adsafe_placement: string, adsafe_prefix_a: string, + adsafe_script: string, adsafe_source: string, adsafe_subscript_a: string, + adsafe_tag: string, all: boolean, already_defined: string, and: string, + applet: object, apply: string, approved: array, area: object, + arity: string, article: object, aside: object, assign: boolean, + assign_exception: string, assignment_function_expression: string, + at: number, attribute_case_a: string, audio: object, autocomplete: string, + avoid_a: string, b: *, background: array, 'background-attachment': array, + 'background-color': array, 'background-image': array, + 'background-position': array, 'background-repeat': array, + bad_assignment: string, bad_color_a: string, bad_constructor: string, + bad_entity: string, bad_html: string, bad_id_a: string, bad_in_a: string, + bad_invocation: string, bad_name_a: string, bad_new: string, + bad_number: string, bad_operand: string, bad_style: string, + bad_type: string, bad_url_a: string, bad_wrap: string, base: object, + bdo: object, big: object, bind: string, bitwise: boolean, block: array, + blockquote: object, body: object, border: array, 'border-bottom': array, + 'border-bottom-color', 'border-bottom-left-radius', + 'border-bottom-right-radius', 'border-bottom-style': array, + 'border-bottom-width', 'border-collapse': array, 'border-color': array, + 'border-left': array, 'border-left-color', 'border-left-style': array, + 'border-left-width', 'border-radius', 'border-right': array, + 'border-right-color', 'border-right-style': array, 'border-right-width', + 'border-spacing': array, 'border-style': array, 'border-top': array, + 'border-top-color', 'border-top-left-radius', 'border-top-right-radius', + 'border-top-style': array, 'border-top-width', 'border-width': array, + bottom: array, br: object, braille: boolean, browser: boolean, + button: object, c, call: string, canvas: object, cap, caption: object, + 'caption-side': array, ceil: string, center: object, charAt: *, + charCodeAt: *, character, cite: object, clear: array, clip: array, closure, + cm: boolean, code: object, col: object, colgroup: object, color, + combine_var: string, command: object, concat: string, + conditional_assignment: string, confusing_a: string, + confusing_regexp: string, confusion: boolean, constructor: string, + constructor_name_a: string, content: array, continue, control_a: string, + 'counter-increment': array, 'counter-reset': array, create: *, css: string, + cursor: array, d, dangerous_comment: string, dangling_a: string, + data: function object, datalist: object, dd: object, debug, + defineProperties: string, defineProperty: string, del: object, + deleted: string, details: object, devel: boolean, dfn: object, + dialog: object, dir: object, direction: array, display: array, + disrupt: boolean, div: object, dl: object, dt: object, duplicate_a: string, + edge: string, edition: string, else, em: *, embed: object, + embossed: boolean, empty: boolean, 'empty-cells': array, + empty_block: string, empty_case: string, empty_class: string, + entityify: function, eqeq, errors: array, es5: string, eval, every: string, + evidence, evil: string, ex: boolean, exception, exec: *, + expected_a: string, expected_a_at_b_c: string, expected_a_b: string, + expected_a_b_from_c_d: string, expected_at_a: string, + expected_attribute_a: string, expected_attribute_value_a: string, + expected_class_a: string, expected_fraction_a: string, + expected_id_a: string, expected_identifier_a: string, + expected_identifier_a_reserved: string, expected_lang_a: string, + expected_linear_a: string, expected_media_a: string, + expected_name_a: string, expected_nonstandard_style_attribute: string, + expected_number_a: string, expected_operator_a: string, + expected_percent_a: string, expected_positive_a: string, + expected_pseudo_a: string, expected_selector_a: string, + expected_small_a: string, expected_space_a_b: string, + expected_string_a: string, expected_style_attribute: string, + expected_style_pattern: string, expected_tagname_a: string, + expected_type_a: string, f: string, fieldset: object, figure: object, + filter: *, first: *, flag, float: array, floor: *, font: *, 'font-family', + 'font-size': array, 'font-size-adjust': array, 'font-stretch': array, + 'font-style': array, 'font-variant': array, 'font-weight': array, + footer: object, for, forEach: *, for_if: string, forin, form: object, + fragment, frame: object, frameset: object, freeze: string, from: number, + fromCharCode: function, fud: function, funct: object, function, + function_block: string, function_eval: string, function_loop: string, + function_statement: string, function_strict: string, functions: array, + getDate: string, getDay: string, getFullYear: string, getHours: string, + getMilliseconds: string, getMinutes: string, getMonth: string, + getOwnPropertyDescriptor: string, getOwnPropertyNames: string, + getPrototypeOf: string, getSeconds: string, getTime: string, + getTimezoneOffset: string, getUTCDate: string, getUTCDay: string, + getUTCFullYear: string, getUTCHours: string, getUTCMilliseconds: string, + getUTCMinutes: string, getUTCMonth: string, getUTCSeconds: string, + getYear: string, global, globals, h1: object, h2: object, h3: object, + h4: object, h5: object, h6: object, handheld: boolean, hasOwnProperty: *, + head: object, header: object, height: array, hgroup: object, hr: object, + 'hta:application': object, html: *, html_confusion_a: string, + html_handlers: string, i: object, id: string, identifier: boolean, + identifier_function: string, iframe: object, img: object, immed: boolean, + implied_evil: string, in, indent: number, indexOf: *, infix_in: string, + init: function, input: object, ins: object, insecure_a: string, + isAlpha: function, isArray: function boolean, isDigit: function, + isExtensible: string, isFrozen: string, isNaN: string, + isPrototypeOf: string, isSealed: string, join: *, jslint: function boolean, + json: boolean, kbd: object, keygen: object, keys: *, label: object, + label_a_b: string, labeled: boolean, lang: string, lastIndex: string, + lastIndexOf: *, lbp: number, leading_decimal_a: string, led: function, + left: array, legend: object, length: *, 'letter-spacing': array, + li: object, lib: boolean, line: number, 'line-height': array, link: object, + 'list-style': array, 'list-style-image': array, + 'list-style-position': array, 'list-style-type': array, map: *, + margin: array, 'margin-bottom', 'margin-left', 'margin-right', + 'margin-top', mark: object, 'marker-offset': array, match: function, + 'max-height': array, 'max-width': array, maxerr: number, + maxlen: number, member: object, menu: object, message, meta: object, + meter: object, 'min-height': function, 'min-width': function, + missing_a: string, missing_a_after_b: string, missing_option: string, + missing_property: string, missing_space_a_b: string, missing_url: string, + missing_use_strict: string, mixed: string, mm: boolean, mode: string, + move_invocation: string, move_var: string, n: string, name: string, + name_function: string, nav: object, nested_comment: string, + newcap: boolean, node: boolean, noframes: object, nomen, noscript: object, + not: string, not_a_constructor: string, not_a_defined: string, + not_a_function: string, not_a_label: string, not_a_scope: string, + not_greater: string, now: string, nud: function, number: number, + object: object, ol: object, on, opacity, open: boolean, optgroup: object, + option: object, outer: regexp, outline: array, 'outline-color': array, + 'outline-style': array, 'outline-width', output: object, overflow: array, + 'overflow-x': array, 'overflow-y': array, p: object, padding: array, + 'padding-bottom': function, 'padding-left': function, + 'padding-right': function, 'padding-top': function, + 'page-break-after': array, 'page-break-before': array, param: object, + parameter_a_get_b: string, parameter_set_a: string, params: array, + paren: boolean, parent: string, parse: string, passfail, pc: boolean, + plusplus, pop: *, position: array, postscript: boolean, pre: object, + predef, preventExtensions: string, print: boolean, progress: object, + projection: boolean, properties: boolean, propertyIsEnumerable: string, + prototype: string, pt: boolean, push: *, px: boolean, q: object, quote, + quotes: array, r: string, radix: string, range: function, raw, + read_only: string, reason, redefinition_a: string, reduce: string, + reduceRight: string, regexp, replace: function, report: function, + reserved: boolean, reserved_a: string, reverse: string, rhino: boolean, + right: array, rp: object, rt: object, ruby: object, safe: boolean, + samp: object, scanned_a_b: string, screen: boolean, script: object, + seal: string, search: function, second: *, section: object, select: object, + setDate: string, setDay: string, setFullYear: string, setHours: string, + setMilliseconds: string, setMinutes: string, setMonth: string, + setSeconds: string, setTime: string, setTimezoneOffset: string, + setUTCDate: string, setUTCDay: string, setUTCFullYear: string, + setUTCHours: string, setUTCMilliseconds: string, setUTCMinutes: string, + setUTCMonth: string, setUTCSeconds: string, setYear: string, shift: *, + slash_equal: string, slice: string, sloppy, small: object, some: string, + sort: *, source: object, span: object, speech: boolean, splice: string, + split: function, src, statement_block: string, stopping: string, + strange_loop: string, strict: string, string: string, stringify: string, + strong: object, style: *, styleproperty: regexp, sub: object, + subscript: string, substr: *, substring: string, sup: object, + supplant: function, t: string, table: object, 'table-layout': array, + tag_a_in_b: string, tbody: object, td: object, test: *, + 'text-align': array, 'text-decoration': array, 'text-indent': function, + 'text-shadow': array, 'text-transform': array, textarea: object, + tfoot: object, th: object, thead: object, third: array, thru: number, + time: object, title: object, toDateString: string, toExponential: string, + toFixed: string, toISOString: string, toJSON: string, + toLocaleDateString: string, toLocaleLowerCase: string, + toLocaleString: string, toLocaleTimeString: string, + toLocaleUpperCase: string, toLowerCase: *, toPrecision: string, + toString: function, toTimeString: string, toUTCString: string, + toUpperCase: *, token: function, too_long: string, too_many: string, + top: array, tr: object, trailing_decimal_a: string, tree: string, + trim: string, tt: object, tty: boolean, tv: boolean, type: string, + type_confusion_a_b: string, u: object, ul: object, unclosed: string, + unclosed_comment: string, unclosed_regexp: string, undef: boolean, + undefined, unescaped_a: string, unexpected_a: string, + unexpected_char_a_b: string, unexpected_comment: string, + unexpected_property_a: string, unexpected_space_a_b: string, + 'unicode-bidi': array, unnecessary_initialize: string, + unnecessary_use: string, unparam, unreachable_a_b: string, + unrecognized_style_attribute_a: string, unrecognized_tag_a: string, + unsafe: string, unshift: string, unused: array, url: string, urls: array, + use_array: string, use_braces: string, use_charAt: string, + use_object: string, use_or: string, use_param: string, + used_before_a: string, valueOf: string, var: object, var_a_not: string, + vars, 'vertical-align': array, video: object, visibility: array, + warn: boolean, was: object, weird_assignment: string, + weird_condition: string, weird_new: string, weird_program: string, + weird_relation: string, weird_ternary: string, white: boolean, + 'white-space': array, widget: boolean, width: array, windows: boolean, + 'word-spacing': array, 'word-wrap': array, wrap: boolean, + wrap_immediate: string, wrap_regexp: string, write_is_wrong: string, + writeable: boolean, 'z-index': array +*/ + +// The global directive is used to declare global variables that can +// be accessed by the program. If a declaration is true, then the variable +// is writeable. Otherwise, it is read-only. + +// We build the application inside a function so that we produce only a single +// global variable. That function will be invoked immediately, and its return +// value is the JSLINT function itself. That function is also an object that +// can contain data and other functions. + +var JSLINT = (function () { + 'use strict'; + + function array_to_object(array, value) { + +// Make an object from an array of keys and a common value. + + var i, length = array.length, object = {}; + for (i = 0; i < length; i += 1) { + object[array[i]] = value; + } + return object; + } + + + var adsafe_id, // The widget's ADsafe id. + adsafe_may, // The widget may load approved scripts. + adsafe_top, // At the top of the widget script. + adsafe_went, // ADSAFE.go has been called. + anonname, // The guessed name for anonymous functions. + approved, // ADsafe approved urls. + +// These are operators that should not be used with the ! operator. + + bang = { + '<' : true, + '<=' : true, + '==' : true, + '===': true, + '!==': true, + '!=' : true, + '>' : true, + '>=' : true, + '+' : true, + '-' : true, + '*' : true, + '/' : true, + '%' : true + }, + +// These are property names that should not be permitted in the safe subset. + + banned = array_to_object([ + 'arguments', 'callee', 'caller', 'constructor', 'eval', 'prototype', + 'stack', 'unwatch', 'valueOf', 'watch' + ], true), + begin, // The root token + +// browser contains a set of global names that are commonly provided by a +// web browser environment. + + browser = array_to_object([ + 'clearInterval', 'clearTimeout', 'document', 'event', 'frames', + 'history', 'Image', 'localStorage', 'location', 'name', 'navigator', + 'Option', 'parent', 'screen', 'sessionStorage', 'setInterval', + 'setTimeout', 'Storage', 'window', 'XMLHttpRequest' + ], false), + +// bundle contains the text messages. + + bundle = { + a_label: "'{a}' is a statement label.", + a_not_allowed: "'{a}' is not allowed.", + a_not_defined: "'{a}' is not defined.", + a_scope: "'{a}' used out of scope.", + adsafe_a: "ADsafe violation: '{a}'.", + adsafe_autocomplete: "ADsafe autocomplete violation.", + adsafe_bad_id: "ADSAFE violation: bad id.", + adsafe_div: "ADsafe violation: Wrap the widget in a div.", + adsafe_fragment: "ADSAFE: Use the fragment option.", + adsafe_go: "ADsafe violation: Misformed ADSAFE.go.", + adsafe_html: "Currently, ADsafe does not operate on whole HTML " + + "documents. It operates on
      fragments and .js files.", + adsafe_id: "ADsafe violation: id does not match.", + adsafe_id_go: "ADsafe violation: Missing ADSAFE.id or ADSAFE.go.", + adsafe_lib: "ADsafe lib violation.", + adsafe_lib_second: "ADsafe: The second argument to lib must be a function.", + adsafe_missing_id: "ADSAFE violation: missing ID_.", + adsafe_name_a: "ADsafe name violation: '{a}'.", + adsafe_placement: "ADsafe script placement violation.", + adsafe_prefix_a: "ADsafe violation: An id must have a '{a}' prefix", + adsafe_script: "ADsafe script violation.", + adsafe_source: "ADsafe unapproved script source.", + adsafe_subscript_a: "ADsafe subscript '{a}'.", + adsafe_tag: "ADsafe violation: Disallowed tag '{a}'.", + already_defined: "'{a}' is already defined.", + and: "The '&&' subexpression should be wrapped in parens.", + assign_exception: "Do not assign to the exception parameter.", + assignment_function_expression: "Expected an assignment or " + + "function call and instead saw an expression.", + attribute_case_a: "Attribute '{a}' not all lower case.", + avoid_a: "Avoid '{a}'.", + bad_assignment: "Bad assignment.", + bad_color_a: "Bad hex color '{a}'.", + bad_constructor: "Bad constructor.", + bad_entity: "Bad entity.", + bad_html: "Bad HTML string", + bad_id_a: "Bad id: '{a}'.", + bad_in_a: "Bad for in variable '{a}'.", + bad_invocation: "Bad invocation.", + bad_name_a: "Bad name: '{a}'.", + bad_new: "Do not use 'new' for side effects.", + bad_number: "Bad number '{a}'.", + bad_operand: "Bad operand.", + bad_style: "Bad style.", + bad_type: "Bad type.", + bad_url_a: "Bad url '{a}'.", + bad_wrap: "Do not wrap function literals in parens unless they " + + "are to be immediately invoked.", + combine_var: "Combine this with the previous 'var' statement.", + conditional_assignment: "Expected a conditional expression and " + + "instead saw an assignment.", + confusing_a: "Confusing use of '{a}'.", + confusing_regexp: "Confusing regular expression.", + constructor_name_a: "A constructor name '{a}' should start with " + + "an uppercase letter.", + control_a: "Unexpected control character '{a}'.", + css: "A css file should begin with @charset 'UTF-8';", + dangling_a: "Unexpected dangling '_' in '{a}'.", + dangerous_comment: "Dangerous comment.", + deleted: "Only properties should be deleted.", + duplicate_a: "Duplicate '{a}'.", + empty_block: "Empty block.", + empty_case: "Empty case.", + empty_class: "Empty class.", + es5: "This is an ES5 feature.", + evil: "eval is evil.", + expected_a: "Expected '{a}'.", + expected_a_b: "Expected '{a}' and instead saw '{b}'.", + expected_a_b_from_c_d: "Expected '{a}' to match '{b}' from line " + + "{c} and instead saw '{d}'.", + expected_at_a: "Expected an at-rule, and instead saw @{a}.", + expected_a_at_b_c: "Expected '{a}' at column {b}, not column {c}.", + expected_attribute_a: "Expected an attribute, and instead saw [{a}].", + expected_attribute_value_a: "Expected an attribute value and " + + "instead saw '{a}'.", + expected_class_a: "Expected a class, and instead saw .{a}.", + expected_fraction_a: "Expected a number between 0 and 1 and " + + "instead saw '{a}'", + expected_id_a: "Expected an id, and instead saw #{a}.", + expected_identifier_a: "Expected an identifier and instead saw '{a}'.", + expected_identifier_a_reserved: "Expected an identifier and " + + "instead saw '{a}' (a reserved word).", + expected_linear_a: "Expected a linear unit and instead saw '{a}'.", + expected_lang_a: "Expected a lang code, and instead saw :{a}.", + expected_media_a: "Expected a CSS media type, and instead saw '{a}'.", + expected_name_a: "Expected a name and instead saw '{a}'.", + expected_nonstandard_style_attribute: "Expected a non-standard " + + "style attribute and instead saw '{a}'.", + expected_number_a: "Expected a number and instead saw '{a}'.", + expected_operator_a: "Expected an operator and instead saw '{a}'.", + expected_percent_a: "Expected a percentage and instead saw '{a}'", + expected_positive_a: "Expected a positive number and instead saw '{a}'", + expected_pseudo_a: "Expected a pseudo, and instead saw :{a}.", + expected_selector_a: "Expected a CSS selector, and instead saw {a}.", + expected_small_a: "Expected a small positive integer and instead saw '{a}'", + expected_space_a_b: "Expected exactly one space between '{a}' and '{b}'.", + expected_string_a: "Expected a string and instead saw {a}.", + expected_style_attribute: "Excepted a style attribute, and instead saw '{a}'.", + expected_style_pattern: "Expected a style pattern, and instead saw '{a}'.", + expected_tagname_a: "Expected a tagName, and instead saw {a}.", + expected_type_a: "Expected a type, and instead saw {a}.", + for_if: "The body of a for in should be wrapped in an if " + + "statement to filter unwanted properties from the prototype.", + function_block: "Function statements should not be placed in blocks. " + + "Use a function expression or move the statement to the top of " + + "the outer function.", + function_eval: "The Function constructor is eval.", + function_loop: "Don't make functions within a loop.", + function_statement: "Function statements are not invocable. " + + "Wrap the whole function invocation in parens.", + function_strict: "Use the function form of 'use strict'.", + html_confusion_a: "HTML confusion in regular expression '<{a}'.", + html_handlers: "Avoid HTML event handlers.", + identifier_function: "Expected an identifier in an assignment " + + "and instead saw a function invocation.", + implied_evil: "Implied eval is evil. Pass a function instead of a string.", + infix_in: "Unexpected 'in'. Compare with undefined, or use the " + + "hasOwnProperty method instead.", + insecure_a: "Insecure '{a}'.", + isNaN: "Use the isNaN function to compare with NaN.", + label_a_b: "Label '{a}' on '{b}' statement.", + lang: "lang is deprecated.", + leading_decimal_a: "A leading decimal point can be confused with a dot: '.{a}'.", + missing_a: "Missing '{a}'.", + missing_a_after_b: "Missing '{a}' after '{b}'.", + missing_option: "Missing option value.", + missing_property: "Missing property name.", + missing_space_a_b: "Missing space between '{a}' and '{b}'.", + missing_url: "Missing url.", + missing_use_strict: "Missing 'use strict' statement.", + mixed: "Mixed spaces and tabs.", + move_invocation: "Move the invocation into the parens that " + + "contain the function.", + move_var: "Move 'var' declarations to the top of the function.", + name_function: "Missing name in function statement.", + nested_comment: "Nested comment.", + not: "Nested not.", + not_a_constructor: "Do not use {a} as a constructor.", + not_a_defined: "'{a}' has not been fully defined yet.", + not_a_function: "'{a}' is not a function.", + not_a_label: "'{a}' is not a label.", + not_a_scope: "'{a}' is out of scope.", + not_greater: "'{a}' should not be greater than '{b}'.", + parameter_a_get_b: "Unexpected parameter '{a}' in get {b} function.", + parameter_set_a: "Expected parameter (value) in set {a} function.", + radix: "Missing radix parameter.", + read_only: "Read only.", + redefinition_a: "Redefinition of '{a}'.", + reserved_a: "Reserved name '{a}'.", + scanned_a_b: "{a} ({b}% scanned).", + slash_equal: "A regular expression literal can be confused with '/='.", + statement_block: "Expected to see a statement and instead saw a block.", + stopping: "Stopping. ", + strange_loop: "Strange loop.", + strict: "Strict violation.", + subscript: "['{a}'] is better written in dot notation.", + tag_a_in_b: "A '<{a}>' must be within '<{b}>'.", + too_long: "Line too long.", + too_many: "Too many errors.", + trailing_decimal_a: "A trailing decimal point can be confused " + + "with a dot: '.{a}'.", + type: "type is unnecessary.", + type_confusion_a_b: "Type confusion: {a} and {b}.", + unclosed: "Unclosed string.", + unclosed_comment: "Unclosed comment.", + unclosed_regexp: "Unclosed regular expression.", + unescaped_a: "Unescaped '{a}'.", + unexpected_a: "Unexpected '{a}'.", + unexpected_char_a_b: "Unexpected character '{a}' in {b}.", + unexpected_comment: "Unexpected comment.", + unexpected_property_a: "Unexpected /*property*/ '{a}'.", + unexpected_space_a_b: "Unexpected space between '{a}' and '{b}'.", + unnecessary_initialize: "It is not necessary to initialize '{a}' " + + "to 'undefined'.", + unnecessary_use: "Unnecessary 'use strict'.", + unreachable_a_b: "Unreachable '{a}' after '{b}'.", + unrecognized_style_attribute_a: "Unrecognized style attribute '{a}'.", + unrecognized_tag_a: "Unrecognized tag '<{a}>'.", + unsafe: "Unsafe character.", + url: "JavaScript URL.", + use_array: "Use the array literal notation [].", + use_braces: "Spaces are hard to count. Use {{a}}.", + use_charAt: "Use the charAt method.", + use_object: "Use the object literal notation {}.", + use_or: "Use the || operator.", + use_param: "Use a named parameter.", + used_before_a: "'{a}' was used before it was defined.", + var_a_not: "Variable {a} was not declared correctly.", + weird_assignment: "Weird assignment.", + weird_condition: "Weird condition.", + weird_new: "Weird construction. Delete 'new'.", + weird_program: "Weird program.", + weird_relation: "Weird relation.", + weird_ternary: "Weird ternary.", + wrap_immediate: "Wrap an immediate function invocation in parentheses " + + "to assist the reader in understanding that the expression " + + "is the result of a function, and not the function itself.", + wrap_regexp: "Wrap the /regexp/ literal in parens to " + + "disambiguate the slash operator.", + write_is_wrong: "document.write can be a form of eval." + }, + comments_off, + css_attribute_data, + css_any, + + css_colorData = array_to_object([ + "aliceblue", "antiquewhite", "aqua", "aquamarine", "azure", "beige", + "bisque", "black", "blanchedalmond", "blue", "blueviolet", "brown", + "burlywood", "cadetblue", "chartreuse", "chocolate", "coral", + "cornflowerblue", "cornsilk", "crimson", "cyan", "darkblue", + "darkcyan", "darkgoldenrod", "darkgray", "darkgreen", "darkkhaki", + "darkmagenta", "darkolivegreen", "darkorange", "darkorchid", + "darkred", "darksalmon", "darkseagreen", "darkslateblue", + "darkslategray", "darkturquoise", "darkviolet", "deeppink", + "deepskyblue", "dimgray", "dodgerblue", "firebrick", "floralwhite", + "forestgreen", "fuchsia", "gainsboro", "ghostwhite", "gold", + "goldenrod", "gray", "green", "greenyellow", "honeydew", "hotpink", + "indianred", "indigo", "ivory", "khaki", "lavender", + "lavenderblush", "lawngreen", "lemonchiffon", "lightblue", + "lightcoral", "lightcyan", "lightgoldenrodyellow", "lightgreen", + "lightpink", "lightsalmon", "lightseagreen", "lightskyblue", + "lightslategray", "lightsteelblue", "lightyellow", "lime", + "limegreen", "linen", "magenta", "maroon", "mediumaquamarine", + "mediumblue", "mediumorchid", "mediumpurple", "mediumseagreen", + "mediumslateblue", "mediumspringgreen", "mediumturquoise", + "mediumvioletred", "midnightblue", "mintcream", "mistyrose", + "moccasin", "navajowhite", "navy", "oldlace", "olive", "olivedrab", + "orange", "orangered", "orchid", "palegoldenrod", "palegreen", + "paleturquoise", "palevioletred", "papayawhip", "peachpuff", + "peru", "pink", "plum", "powderblue", "purple", "red", "rosybrown", + "royalblue", "saddlebrown", "salmon", "sandybrown", "seagreen", + "seashell", "sienna", "silver", "skyblue", "slateblue", "slategray", + "snow", "springgreen", "steelblue", "tan", "teal", "thistle", + "tomato", "turquoise", "violet", "wheat", "white", "whitesmoke", + "yellow", "yellowgreen", + + "activeborder", "activecaption", "appworkspace", "background", + "buttonface", "buttonhighlight", "buttonshadow", "buttontext", + "captiontext", "graytext", "highlight", "highlighttext", + "inactiveborder", "inactivecaption", "inactivecaptiontext", + "infobackground", "infotext", "menu", "menutext", "scrollbar", + "threeddarkshadow", "threedface", "threedhighlight", + "threedlightshadow", "threedshadow", "window", "windowframe", + "windowtext" + ], true), + + css_border_style, + css_break, + + css_lengthData = { + '%': true, + 'cm': true, + 'em': true, + 'ex': true, + 'in': true, + 'mm': true, + 'pc': true, + 'pt': true, + 'px': true + }, + + css_media, + css_overflow, + + descapes = { + 'b': '\b', + 't': '\t', + 'n': '\n', + 'f': '\f', + 'r': '\r', + '"': '"', + '/': '/', + '\\': '\\' + }, + + devel = array_to_object([ + 'alert', 'confirm', 'console', 'Debug', 'opera', 'prompt', 'WSH' + ], false), + directive, + escapes = { + '\b': '\\b', + '\t': '\\t', + '\n': '\\n', + '\f': '\\f', + '\r': '\\r', + '\'': '\\\'', + '"' : '\\"', + '/' : '\\/', + '\\': '\\\\' + }, + + funct, // The current function, including the labels used in + // the function, as well as (breakage), (complexity), + // (context), (loopage), (name), (params), (token), + // (vars), (verb) + + functionicity = [ + 'closure', 'exception', 'global', 'label', 'outer', 'undef', + 'unused', 'var' + ], + + functions, // All of the functions + global_funct, // The global body + global_scope, // The global scope + html_tag = { + a: {}, + abbr: {}, + acronym: {}, + address: {}, + applet: {}, + area: {empty: true, parent: ' map '}, + article: {}, + aside: {}, + audio: {}, + b: {}, + base: {empty: true, parent: ' head '}, + bdo: {}, + big: {}, + blockquote: {}, + body: {parent: ' html noframes '}, + br: {empty: true}, + button: {}, + canvas: {parent: ' body p div th td '}, + caption: {parent: ' table '}, + center: {}, + cite: {}, + code: {}, + col: {empty: true, parent: ' table colgroup '}, + colgroup: {parent: ' table '}, + command: {parent: ' menu '}, + datalist: {}, + dd: {parent: ' dl '}, + del: {}, + details: {}, + dialog: {}, + dfn: {}, + dir: {}, + div: {}, + dl: {}, + dt: {parent: ' dl '}, + em: {}, + embed: {}, + fieldset: {}, + figure: {}, + font: {}, + footer: {}, + form: {}, + frame: {empty: true, parent: ' frameset '}, + frameset: {parent: ' html frameset '}, + h1: {}, + h2: {}, + h3: {}, + h4: {}, + h5: {}, + h6: {}, + head: {parent: ' html '}, + header: {}, + hgroup: {}, + hr: {empty: true}, + 'hta:application': + {empty: true, parent: ' head '}, + html: {parent: '*'}, + i: {}, + iframe: {}, + img: {empty: true}, + input: {empty: true}, + ins: {}, + kbd: {}, + keygen: {}, + label: {}, + legend: {parent: ' details fieldset figure '}, + li: {parent: ' dir menu ol ul '}, + link: {empty: true, parent: ' head '}, + map: {}, + mark: {}, + menu: {}, + meta: {empty: true, parent: ' head noframes noscript '}, + meter: {}, + nav: {}, + noframes: {parent: ' html body '}, + noscript: {parent: ' body head noframes '}, + object: {}, + ol: {}, + optgroup: {parent: ' select '}, + option: {parent: ' optgroup select '}, + output: {}, + p: {}, + param: {empty: true, parent: ' applet object '}, + pre: {}, + progress: {}, + q: {}, + rp: {}, + rt: {}, + ruby: {}, + samp: {}, + script: {empty: true, parent: ' body div frame head iframe p pre span '}, + section: {}, + select: {}, + small: {}, + span: {}, + source: {}, + strong: {}, + style: {parent: ' head ', empty: true}, + sub: {}, + sup: {}, + table: {}, + tbody: {parent: ' table '}, + td: {parent: ' tr '}, + textarea: {}, + tfoot: {parent: ' table '}, + th: {parent: ' tr '}, + thead: {parent: ' table '}, + time: {}, + title: {parent: ' head '}, + tr: {parent: ' table tbody thead tfoot '}, + tt: {}, + u: {}, + ul: {}, + 'var': {}, + video: {} + }, + + ids, // HTML ids + in_block, + indent, +// infer_statement,// Inference rules for statements + is_type = array_to_object([ + '*', 'array', 'boolean', 'function', 'number', 'object', + 'regexp', 'string' + ], true), + itself, // JSLint itself + jslint_limit = { + indent: 10, + maxerr: 1000, + maxlen: 256 + }, + json_mode, + lex, // the tokenizer + lines, + lookahead, + member, + node = array_to_object([ + 'Buffer', 'clearInterval', 'clearTimeout', 'console', 'exports', + 'global', 'module', 'process', 'querystring', 'require', + 'setInterval', 'setTimeout', '__dirname', '__filename' + ], false), + node_js, + numbery = array_to_object(['indexOf', 'lastIndexOf', 'search'], true), + next_token, + option, + predefined, // Global variables defined by option + prereg, + prev_token, + property_type, + regexp_flag = array_to_object(['g', 'i', 'm'], true), + return_this = function return_this() { + return this; + }, + rhino = array_to_object([ + 'defineClass', 'deserialize', 'gc', 'help', 'load', 'loadClass', + 'print', 'quit', 'readFile', 'readUrl', 'runCommand', 'seal', + 'serialize', 'spawn', 'sync', 'toint32', 'version' + ], false), + + scope, // An object containing an object for each variable in scope + semicolon_coda = array_to_object([';', '"', '\'', ')'], true), + src, + stack, + +// standard contains the global names that are provided by the +// ECMAScript standard. + + standard = array_to_object([ + 'Array', 'Boolean', 'Date', 'decodeURI', 'decodeURIComponent', + 'encodeURI', 'encodeURIComponent', 'Error', 'eval', 'EvalError', + 'Function', 'isFinite', 'isNaN', 'JSON', 'Math', 'Number', 'Object', + 'parseInt', 'parseFloat', 'RangeError', 'ReferenceError', 'RegExp', + 'String', 'SyntaxError', 'TypeError', 'URIError' + ], false), + + standard_property_type = { + E : 'number', + LN2 : 'number', + LN10 : 'number', + LOG2E : 'number', + LOG10E : 'number', + MAX_VALUE : 'number', + MIN_VALUE : 'number', + NEGATIVE_INFINITY : 'number', + PI : 'number', + POSITIVE_INFINITY : 'number', + SQRT1_2 : 'number', + SQRT2 : 'number', + apply : 'function', + bind : 'function function', + call : 'function', + ceil : 'function number', + charAt : 'function string', + concat : 'function', + constructor : 'function object', + create : 'function object', + defineProperty : 'function object', + defineProperties : 'function object', + every : 'function boolean', + exec : 'function array', + filter : 'function array', + floor : 'function number', + forEach : 'function', + freeze : 'function object', + getDate : 'function number', + getDay : 'function number', + getFullYear : 'function number', + getHours : 'function number', + getMilliseconds : 'function number', + getMinutes : 'function number', + getMonth : 'function number', + getOwnPropertyDescriptor + : 'function object', + getOwnPropertyNames : 'function array', + getPrototypeOf : 'function object', + getSeconds : 'function number', + getTime : 'function number', + getTimezoneOffset : 'function number', + getUTCDate : 'function number', + getUTCDay : 'function number', + getUTCFullYear : 'function number', + getUTCHours : 'function number', + getUTCMilliseconds : 'function number', + getUTCMinutes : 'function number', + getUTCMonth : 'function number', + getUTCSeconds : 'function number', + getYear : 'function number', + hasOwnProperty : 'function boolean', + indexOf : 'function number', + isExtensible : 'function boolean', + isFrozen : 'function boolean', + isPrototypeOf : 'function boolean', + isSealed : 'function boolean', + join : 'function string', + keys : 'function array', + lastIndexOf : 'function number', + lastIndex : 'number', + length : 'number', + map : 'function array', + now : 'function number', + parse : 'function', + pop : 'function', + preventExtensions : 'function object', + propertyIsEnumerable: 'function boolean', + prototype : 'object', + push : 'function number', + reduce : 'function', + reduceRight : 'function', + reverse : 'function', + seal : 'function object', + setDate : 'function', + setDay : 'function', + setFullYear : 'function', + setHours : 'function', + setMilliseconds : 'function', + setMinutes : 'function', + setMonth : 'function', + setSeconds : 'function', + setTime : 'function', + setTimezoneOffset : 'function', + setUTCDate : 'function', + setUTCDay : 'function', + setUTCFullYear : 'function', + setUTCHours : 'function', + setUTCMilliseconds : 'function', + setUTCMinutes : 'function', + setUTCMonth : 'function', + setUTCSeconds : 'function', + setYear : 'function', + shift : 'function', + slice : 'function', + some : 'function boolean', + sort : 'function', + splice : 'function', + stringify : 'function string', + substr : 'function string', + substring : 'function string', + test : 'function boolean', + toDateString : 'function string', + toExponential : 'function string', + toFixed : 'function string', + toJSON : 'function', + toISOString : 'function string', + toLocaleDateString : 'function string', + toLocaleLowerCase : 'function string', + toLocaleUpperCase : 'function string', + toLocaleString : 'function string', + toLocaleTimeString : 'function string', + toLowerCase : 'function string', + toPrecision : 'function string', + toTimeString : 'function string', + toUpperCase : 'function string', + toUTCString : 'function string', + trim : 'function string', + unshift : 'function number', + valueOf : 'function' + }, + + strict_mode, + syntax = {}, + tab, + token, +// type_state_change, + urls, + var_mode, + warnings, + +// widget contains the global names which are provided to a Yahoo +// (fna Konfabulator) widget. + + widget = array_to_object([ + 'alert', 'animator', 'appleScript', 'beep', 'bytesToUIString', + 'Canvas', 'chooseColor', 'chooseFile', 'chooseFolder', + 'closeWidget', 'COM', 'convertPathToHFS', 'convertPathToPlatform', + 'CustomAnimation', 'escape', 'FadeAnimation', 'filesystem', 'Flash', + 'focusWidget', 'form', 'FormField', 'Frame', 'HotKey', 'Image', + 'include', 'isApplicationRunning', 'iTunes', 'konfabulatorVersion', + 'log', 'md5', 'MenuItem', 'MoveAnimation', 'openURL', 'play', + 'Point', 'popupMenu', 'preferenceGroups', 'preferences', 'print', + 'prompt', 'random', 'Rectangle', 'reloadWidget', 'ResizeAnimation', + 'resolvePath', 'resumeUpdates', 'RotateAnimation', 'runCommand', + 'runCommandInBg', 'saveAs', 'savePreferences', 'screen', + 'ScrollBar', 'showWidgetPreferences', 'sleep', 'speak', 'Style', + 'suppressUpdates', 'system', 'tellWidget', 'Text', 'TextArea', + 'Timer', 'unescape', 'updateNow', 'URL', 'Web', 'widget', 'Window', + 'XMLDOM', 'XMLHttpRequest', 'yahooCheckLogin', 'yahooLogin', + 'yahooLogout' + ], true), + + windows = array_to_object([ + 'ActiveXObject', 'CScript', 'Debug', 'Enumerator', 'System', + 'VBArray', 'WScript', 'WSH' + ], false), + +// xmode is used to adapt to the exceptions in html parsing. +// It can have these states: +// '' .js script file +// 'html' +// 'outer' +// 'script' +// 'style' +// 'scriptstring' +// 'styleproperty' + + xmode, + xquote, + +// Regular expressions. Some of these are stupidly long. + +// unsafe comment or string + ax = /@cc|<\/?|script|\]\s*\]|<\s*!|</i, +// carriage return, or carriage return linefeed + crx = /\r/g, + crlfx = /\r\n/g, +// unsafe characters that are silently deleted by one or more browsers + cx = /[\u0000-\u001f\u007f-\u009f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/, +// query characters for ids + dx = /[\[\]\/\\"'*<>.&:(){}+=#]/, +// html token + hx = /^\s*(['"=>\/&#]|<(?:\/|\!(?:--)?)?|[a-zA-Z][a-zA-Z0-9_\-:]*|[0-9]+|--)/, +// identifier + ix = /^([a-zA-Z_$][a-zA-Z0-9_$]*)$/, +// javascript url + jx = /^(?:javascript|jscript|ecmascript|vbscript|mocha|livescript)\s*:/i, +// star slash + lx = /\*\/|\/\*/, +// characters in strings that need escapement + nx = /[\u0000-\u001f'\\\u007f-\u009f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g, +// outer html token + ox = /[>&]|<[\/!]?|--/, +// attributes characters + qx = /[^a-zA-Z0-9+\-_\/ ]/, +// style + sx = /^\s*([{}:#%.=,>+\[\]@()"';]|\*=?|\$=|\|=|\^=|~=|[a-zA-Z_][a-zA-Z0-9_\-]*|[0-9]+|<\/|\/\*)/, + ssx = /^\s*([@#!"'};:\-%.=,+\[\]()*_]|[a-zA-Z][a-zA-Z0-9._\-]*|\/\*?|\d+(?:\.\d+)?|<\/)/, +// token + tx = /^\s*([(){}\[.,:;'"~\?\]#@]|==?=?|\/(\*(jslint|properties|property|members?|globals?)?|=|\/)?|\*[\/=]?|\+(?:=|\++)?|-(?:=|-+)?|%=?|&[&=]?|\|[|=]?|>>?>?=?|<([\/=!]|\!(\[|--)?|<=?)?|\^=?|\!=?=?|[a-zA-Z_$][a-zA-Z0-9_$]*|[0-9]+([xX][0-9a-fA-F]+|\.[0-9]*)?([eE][+\-]?[0-9]+)?)/, +// url badness + ux = /&|\+|\u00AD|\.\.|\/\*|%[^;]|base64|url|expression|data|mailto|script/i, + + rx = { + outer: hx, + html: hx, + style: sx, + styleproperty: ssx + }; + + + function F() {} // Used by Object.create + +// Provide critical ES5 functions to ES3. + + if (typeof Array.prototype.filter !== 'function') { + Array.prototype.filter = function (f) { + var i, length = this.length, result = [], value; + for (i = 0; i < length; i += 1) { + try { + value = this[i]; + if (f(value)) { + result.push(value); + } + } catch (ignore) { + } + } + return result; + }; + } + + if (typeof Array.prototype.forEach !== 'function') { + Array.prototype.forEach = function (f) { + var i, length = this.length; + for (i = 0; i < length; i += 1) { + try { + f(this[i]); + } catch (ignore) { + } + } + }; + } + + if (typeof Array.isArray !== 'function') { + Array.isArray = function (o) { + return Object.prototype.toString.apply(o) === '[object Array]'; + }; + } + + if (!Object.prototype.hasOwnProperty.call(Object, 'create')) { + Object.create = function (o) { + F.prototype = o; + return new F(); + }; + } + + if (typeof Object.keys !== 'function') { + Object.keys = function (o) { + var array = [], key; + for (key in o) { + if (Object.prototype.hasOwnProperty.call(o, key)) { + array.push(key); + } + } + return array; + }; + } + + if (typeof String.prototype.entityify !== 'function') { + String.prototype.entityify = function () { + return this + .replace(/&/g, '&') + .replace(//g, '>'); + }; + } + + if (typeof String.prototype.isAlpha !== 'function') { + String.prototype.isAlpha = function () { + return (this >= 'a' && this <= 'z\uffff') || + (this >= 'A' && this <= 'Z\uffff'); + }; + } + + if (typeof String.prototype.isDigit !== 'function') { + String.prototype.isDigit = function () { + return (this >= '0' && this <= '9'); + }; + } + + if (typeof String.prototype.supplant !== 'function') { + String.prototype.supplant = function (o) { + return this.replace(/\{([^{}]*)\}/g, function (a, b) { + var replacement = o[b]; + return typeof replacement === 'string' || + typeof replacement === 'number' ? replacement : a; + }); + }; + } + + + function sanitize(a) { + +// Escapify a troublesome character. + + return escapes[a] || + '\\u' + ('0000' + a.charCodeAt().toString(16)).slice(-4); + } + + + function add_to_predefined(group) { + Object.keys(group).forEach(function (name) { + predefined[name] = group[name]; + }); + } + + + function assume() { + if (!option.safe) { + if (option.rhino) { + add_to_predefined(rhino); + option.rhino = false; + } + if (option.devel) { + add_to_predefined(devel); + option.devel = false; + } + if (option.browser) { + add_to_predefined(browser); + option.browser = false; + } + if (option.windows) { + add_to_predefined(windows); + option.windows = false; + } + if (option.node) { + add_to_predefined(node); + option.node = false; + node_js = true; + } + if (option.widget) { + add_to_predefined(widget); + option.widget = false; + } + } + if (option.type) { + option.confusion = true; + } + } + + +// Produce an error warning. + + function artifact(tok) { + if (!tok) { + tok = next_token; + } + return tok.number || tok.string; + } + + function quit(message, line, character) { + throw { + name: 'JSLintError', + line: line, + character: character, + message: bundle.scanned_a_b.supplant({ + a: message, + b: Math.floor((line / lines.length) * 100) + }) + }; + } + + function warn(message, offender, a, b, c, d) { + var character, line, warning; + offender = offender || next_token; // `~ + line = offender.line || 0; + character = offender.from || 0; + warning = { + id: '(error)', + raw: bundle[message] || message, + evidence: lines[line - 1] || '', + line: line, + character: character, + a: a || (offender.id === '(number)' + ? String(offender.number) + : offender.string), + b: b, + c: c, + d: d + }; + warning.reason = warning.raw.supplant(warning); + JSLINT.errors.push(warning); + if (option.passfail) { + quit(bundle.stopping, line, character); + } + warnings += 1; + if (warnings >= option.maxerr) { + quit(bundle.too_many, line, character); + } + return warning; + } + + function warn_at(message, line, character, a, b, c, d) { + return warn(message, { + line: line, + from: character + }, a, b, c, d); + } + + function stop(message, offender, a, b, c, d) { + var warning = warn(message, offender, a, b, c, d); + quit(bundle.stopping, warning.line, warning.character); + } + + function stop_at(message, line, character, a, b, c, d) { + return stop(message, { + line: line, + from: character + }, a, b, c, d); + } + + function expected_at(at) { + if (!option.white && next_token.from !== at) { + warn('expected_a_at_b_c', next_token, '', at, + next_token.from); + } + } + + function aint(it, name, expected) { + if (it[name] !== expected) { + warn('expected_a_b', it, expected, it[name]); + return true; + } else { + return false; + } + } + + +// lexical analysis and token construction + + lex = (function lex() { + var character, c, from, length, line, pos, source_row; + +// Private lex methods + + function next_line() { + var at; + if (line >= lines.length) { + return false; + } + character = 1; + source_row = lines[line]; + line += 1; + at = source_row.search(/ \t/); + if (at >= 0) { + warn_at('mixed', line, at + 1); + } + source_row = source_row.replace(/\t/g, tab); + at = source_row.search(cx); + if (at >= 0) { + warn_at('unsafe', line, at); + } + if (option.maxlen && option.maxlen < source_row.length) { + warn_at('too_long', line, source_row.length); + } + return true; + } + +// Produce a token object. The token inherits from a syntax symbol. + + function it(type, value) { + var id, the_token; + if (type === '(string)' || type === '(range)') { + if (jx.test(value)) { + warn_at('url', line, from); + } + } + the_token = Object.create(syntax[( + type === '(punctuator)' || (type === '(identifier)' && + Object.prototype.hasOwnProperty.call(syntax, value)) + ? value + : type + )] || syntax['(error)']); + if (type === '(identifier)') { + the_token.identifier = true; + if (value === '__iterator__' || value === '__proto__') { + stop_at('reserved_a', line, from, value); + } else if (!option.nomen && + (value.charAt(0) === '_' || + value.charAt(value.length - 1) === '_')) { + warn_at('dangling_a', line, from, value); + } + } + if (type === '(number)') { + the_token.number = +value; + } else if (value !== undefined) { + the_token.string = String(value); + } + the_token.line = line; + the_token.from = from; + the_token.thru = character; + id = the_token.id; + prereg = id && ( + ('(,=:[!&|?{};'.indexOf(id.charAt(id.length - 1)) >= 0) || + id === 'return' || id === 'case' + ); + return the_token; + } + + function match(x) { + var exec = x.exec(source_row), first; + if (exec) { + length = exec[0].length; + first = exec[1]; + c = first.charAt(0); + source_row = source_row.slice(length); + from = character + length - first.length; + character += length; + return first; + } + } + + function string(x) { + var c, pos = 0, r = '', result; + + function hex(n) { + var i = parseInt(source_row.substr(pos + 1, n), 16); + pos += n; + if (i >= 32 && i <= 126 && + i !== 34 && i !== 92 && i !== 39) { + warn_at('unexpected_a', line, character, '\\'); + } + character += n; + c = String.fromCharCode(i); + } + + if (json_mode && x !== '"') { + warn_at('expected_a', line, character, '"'); + } + + if (xquote === x || (xmode === 'scriptstring' && !xquote)) { + return it('(punctuator)', x); + } + + for (;;) { + while (pos >= source_row.length) { + pos = 0; + if (xmode !== 'html' || !next_line()) { + stop_at('unclosed', line, from); + } + } + c = source_row.charAt(pos); + if (c === x) { + character += 1; + source_row = source_row.slice(pos + 1); + result = it('(string)', r); + result.quote = x; + return result; + } + if (c < ' ') { + if (c === '\n' || c === '\r') { + break; + } + warn_at('control_a', line, character + pos, + source_row.slice(0, pos)); + } else if (c === xquote) { + warn_at('bad_html', line, character + pos); + } else if (c === '<') { + if (option.safe && xmode === 'html') { + warn_at('adsafe_a', line, character + pos, c); + } else if (source_row.charAt(pos + 1) === '/' && (xmode || option.safe)) { + warn_at('expected_a_b', line, character, + '<\\/', ' 0) { + warn_at('unescaped_a', line, from + length, '/'); + } + c = source_row.slice(0, length - 1); + potential = Object.create(regexp_flag); + for (;;) { + letter = source_row.charAt(length); + if (potential[letter] !== true) { + break; + } + potential[letter] = false; + length += 1; + flag += letter; + } + if (source_row.charAt(length).isAlpha()) { + stop_at('unexpected_a', line, from, source_row.charAt(length)); + } + character += length; + source_row = source_row.slice(length); + quote = source_row.charAt(0); + if (quote === '/' || quote === '*') { + stop_at('confusing_regexp', line, from); + } + result = it('(regexp)', c); + result.flag = flag; + return result; + case '\\': + c = source_row.charAt(length); + if (c < ' ') { + warn_at('control_a', line, from + length, String(c)); + } else if (c === '<') { + warn_at(bundle.unexpected_a, line, from + length, '\\'); + } + length += 1; + break; + case '(': + depth += 1; + b = false; + if (source_row.charAt(length) === '?') { + length += 1; + switch (source_row.charAt(length)) { + case ':': + case '=': + case '!': + length += 1; + break; + default: + warn_at(bundle.expected_a_b, line, from + length, + ':', source_row.charAt(length)); + } + } else { + captures += 1; + } + break; + case '|': + b = false; + break; + case ')': + if (depth === 0) { + warn_at('unescaped_a', line, from + length, ')'); + } else { + depth -= 1; + } + break; + case ' ': + pos = 1; + while (source_row.charAt(length) === ' ') { + length += 1; + pos += 1; + } + if (pos > 1) { + warn_at('use_braces', line, from + length, pos); + } + break; + case '[': + c = source_row.charAt(length); + if (c === '^') { + length += 1; + if (!option.regexp) { + warn_at('insecure_a', line, from + length, c); + } else if (source_row.charAt(length) === ']') { + stop_at('unescaped_a', line, from + length, '^'); + } + } + bit = false; + if (c === ']') { + warn_at('empty_class', line, from + length - 1); + bit = true; + } +klass: do { + c = source_row.charAt(length); + length += 1; + switch (c) { + case '[': + case '^': + warn_at('unescaped_a', line, from + length, c); + bit = true; + break; + case '-': + if (bit) { + bit = false; + } else { + warn_at('unescaped_a', line, from + length, '-'); + bit = true; + } + break; + case ']': + if (!bit) { + warn_at('unescaped_a', line, from + length - 1, '-'); + } + break klass; + case '\\': + c = source_row.charAt(length); + if (c < ' ') { + warn_at(bundle.control_a, line, from + length, String(c)); + } else if (c === '<') { + warn_at(bundle.unexpected_a, line, from + length, '\\'); + } + length += 1; + bit = true; + break; + case '/': + warn_at('unescaped_a', line, from + length - 1, '/'); + bit = true; + break; + case '<': + if (xmode === 'script') { + c = source_row.charAt(length); + if (c === '!' || c === '/') { + warn_at(bundle.html_confusion_a, line, + from + length, c); + } + } + bit = true; + break; + default: + bit = true; + } + } while (c); + break; + case '.': + if (!option.regexp) { + warn_at('insecure_a', line, from + length, c); + } + break; + case ']': + case '?': + case '{': + case '}': + case '+': + case '*': + warn_at('unescaped_a', line, from + length, c); + break; + case '<': + if (xmode === 'script') { + c = source_row.charAt(length); + if (c === '!' || c === '/') { + warn_at(bundle.html_confusion_a, line, from + length, c); + } + } + break; + } + if (b) { + switch (source_row.charAt(length)) { + case '?': + case '+': + case '*': + length += 1; + if (source_row.charAt(length) === '?') { + length += 1; + } + break; + case '{': + length += 1; + c = source_row.charAt(length); + if (c < '0' || c > '9') { + warn_at(bundle.expected_number_a, line, + from + length, c); + } + length += 1; + low = +c; + for (;;) { + c = source_row.charAt(length); + if (c < '0' || c > '9') { + break; + } + length += 1; + low = +c + (low * 10); + } + high = low; + if (c === ',') { + length += 1; + high = Infinity; + c = source_row.charAt(length); + if (c >= '0' && c <= '9') { + length += 1; + high = +c; + for (;;) { + c = source_row.charAt(length); + if (c < '0' || c > '9') { + break; + } + length += 1; + high = +c + (high * 10); + } + } + } + if (source_row.charAt(length) !== '}') { + warn_at(bundle.expected_a_b, line, from + length, + '}', c); + } else { + length += 1; + } + if (source_row.charAt(length) === '?') { + length += 1; + } + if (low > high) { + warn_at(bundle.not_greater, line, from + length, + low, high); + } + break; + } + } + } + c = source_row.slice(0, length - 1); + character += length; + source_row = source_row.slice(length); + return it('(regexp)', c); + } + +// Public lex methods + + return { + init: function (source) { + if (typeof source === 'string') { + lines = source + .replace(crlfx, '\n') + .replace(crx, '\n') + .split('\n'); + } else { + lines = source; + } + line = 0; + next_line(); + from = 1; + }, + + range: function (begin, end) { + var c, value = ''; + from = character; + if (source_row.charAt(0) !== begin) { + stop_at('expected_a_b', line, character, begin, + source_row.charAt(0)); + } + for (;;) { + source_row = source_row.slice(1); + character += 1; + c = source_row.charAt(0); + switch (c) { + case '': + stop_at('missing_a', line, character, c); + break; + case end: + source_row = source_row.slice(1); + character += 1; + return it('(range)', value); + case xquote: + case '\\': + warn_at('unexpected_a', line, character, c); + break; + } + value += c; + } + }, + +// token -- this is called by advance to get the next token. + + token: function () { + var c, i, snippet; + + for (;;) { + while (!source_row) { + if (!next_line()) { + return it('(end)'); + } + } + while (xmode === 'outer') { + i = source_row.search(ox); + if (i === 0) { + break; + } else if (i > 0) { + character += 1; + source_row = source_row.slice(i); + break; + } else { + if (!next_line()) { + return it('(end)', ''); + } + } + } + snippet = match(rx[xmode] || tx); + if (!snippet) { + if (source_row) { + if (source_row.charAt(0) === ' ') { + if (!option.white) { + warn_at('unexpected_a', line, character, + '(space)'); + } + character += 1; + source_row = ''; + } else { + stop_at('unexpected_a', line, character, + source_row.charAt(0)); + } + } + } else { + +// identifier + + c = snippet.charAt(0); + if (c.isAlpha() || c === '_' || c === '$') { + return it('(identifier)', snippet); + } + +// number + + if (c.isDigit()) { + return number(snippet); + } + switch (snippet) { + +// string + + case '"': + case "'": + return string(snippet); + +// // comment + + case '//': + comment(source_row); + source_row = ''; + break; + +// /* comment + + case '/*': + for (;;) { + i = source_row.search(lx); + if (i >= 0) { + break; + } + comment(source_row); + if (!next_line()) { + stop_at('unclosed_comment', line, character); + } + } + comment(source_row.slice(0, i)); + character += i + 2; + if (source_row.charAt(i) === '/') { + stop_at('nested_comment', line, character); + } + source_row = source_row.slice(i + 2); + break; + + case '': + break; +// / + case '/': + if (token.id === '/=') { + stop_at( + bundle.slash_equal, + line, + from + ); + } + return prereg + ? regexp() + : it('(punctuator)', snippet); + +// punctuator + + case ''); + } + character += 3; + source_row = source_row.slice(i + 3); + break; + case '#': + if (xmode === 'html' || xmode === 'styleproperty') { + for (;;) { + c = source_row.charAt(0); + if ((c < '0' || c > '9') && + (c < 'a' || c > 'f') && + (c < 'A' || c > 'F')) { + break; + } + character += 1; + source_row = source_row.slice(1); + snippet += c; + } + if (snippet.length !== 4 && snippet.length !== 7) { + warn_at('bad_color_a', line, + from + length, snippet); + } + return it('(color)', snippet); + } + return it('(punctuator)', snippet); + + default: + if (xmode === 'outer' && c === '&') { + character += 1; + source_row = source_row.slice(1); + for (;;) { + c = source_row.charAt(0); + character += 1; + source_row = source_row.slice(1); + if (c === ';') { + break; + } + if (!((c >= '0' && c <= '9') || + (c >= 'a' && c <= 'z') || + c === '#')) { + stop_at('bad_entity', line, from + length, + character); + } + } + break; + } + return it('(punctuator)', snippet); + } + } + } + } + }; + }()); + + + function add_label(token, kind, name) { + +// Define the symbol in the current function in the current scope. + + name = name || token.string; + +// Global variables cannot be created in the safe subset. If a global variable +// already exists, do nothing. If it is predefined, define it. + + if (funct === global_funct) { + if (option.safe) { + warn('adsafe_a', token, name); + } + if (typeof global_funct[name] !== 'string') { + token.writeable = typeof predefined[name] === 'boolean' + ? predefined[name] + : true; + token.funct = funct; + global_scope[name] = token; + } + if (kind === 'becoming') { + kind = 'var'; + } + +// Ordinary variables. + + } else { + +// Warn if the variable already exists. + + if (typeof funct[name] === 'string') { + if (funct[name] === 'undef') { + if (!option.undef) { + warn('used_before_a', token, name); + } + kind = 'var'; + } else { + warn('already_defined', token, name); + } + } else { + +// Add the symbol to the current function. + + token.funct = funct; + token.writeable = true; + scope[name] = token; + } + } + funct[name] = kind; + } + + + function peek(distance) { + +// Peek ahead to a future token. The distance is how far ahead to look. The +// default is the next token. + + var found, slot = 0; + + distance = distance || 0; + while (slot <= distance) { + found = lookahead[slot]; + if (!found) { + found = lookahead[slot] = lex.token(); + } + slot += 1; + } + return found; + } + + + function advance(id, match) { + +// Produce the next token, also looking for programming errors. + + if (indent) { + +// If indentation checking was requested, then inspect all of the line breakings. +// The var statement is tricky because the names might be aligned or not. We +// look at the first line break after the var to determine the programmer's +// intention. + + if (var_mode && next_token.line !== token.line) { + if ((var_mode !== indent || !next_token.edge) && + next_token.from === indent.at - + (next_token.edge ? option.indent : 0)) { + var dent = indent; + for (;;) { + dent.at -= option.indent; + if (dent === var_mode) { + break; + } + dent = dent.was; + } + dent.open = false; + } + var_mode = null; + } + if (next_token.id === '?' && indent.mode === ':' && + token.line !== next_token.line) { + indent.at -= option.indent; + } + if (indent.open) { + +// If the token is an edge. + + if (next_token.edge) { + if (next_token.edge === 'label') { + expected_at(1); + } else if (next_token.edge === 'case') { + expected_at(indent.at - option.indent); + } else if (indent.mode !== 'array' || next_token.line !== token.line) { + expected_at(indent.at); + } + +// If the token is not an edge, but is the first token on the line. + + } else if (next_token.line !== token.line) { + if (next_token.from < indent.at + (indent.mode === + 'expression' ? 0 : option.indent)) { + expected_at(indent.at + option.indent); + } + indent.wrap = true; + } + } else if (next_token.line !== token.line) { + if (next_token.edge) { + expected_at(indent.at); + } else { + indent.wrap = true; + if (indent.mode === 'statement' || indent.mode === 'var') { + expected_at(indent.at + option.indent); + } else if (next_token.from < indent.at + (indent.mode === + 'expression' ? 0 : option.indent)) { + expected_at(indent.at + option.indent); + } + } + } + } + + switch (token.id) { + case '(number)': + if (next_token.id === '.') { + warn('trailing_decimal_a'); + } + break; + case '-': + if (next_token.id === '-' || next_token.id === '--') { + warn('confusing_a'); + } + break; + case '+': + if (next_token.id === '+' || next_token.id === '++') { + warn('confusing_a'); + } + break; + } + if (token.id === '(string)' || token.identifier) { + anonname = token.string; + } + + if (id && next_token.id !== id) { + if (match) { + warn('expected_a_b_from_c_d', next_token, id, + match.id, match.line, artifact()); + } else if (!next_token.identifier || next_token.string !== id) { + warn('expected_a_b', next_token, id, artifact()); + } + } + prev_token = token; + token = next_token; + next_token = lookahead.shift() || lex.token(); + } + + + function advance_identifier(string) { + if (next_token.identifier && next_token.string === string) { + advance(); + } else { + warn('expected_a_b', next_token, string, artifact()); + } + } + + + function do_safe() { + if (option.adsafe) { + option.safe = true; + } + if (option.safe) { + option.browser = + option['continue'] = + option.css = + option.debug = + option.devel = + option.evil = + option.forin = + option.newcap = + option.nomen = + option.on = + option.rhino = + option.sloppy = + option.sub = + option.undef = + option.widget = + option.windows = false; + + + delete predefined.Array; + delete predefined.Date; + delete predefined.Function; + delete predefined.Object; + delete predefined['eval']; + + add_to_predefined({ + ADSAFE: false, + lib: false + }); + } + } + + + function do_globals() { + var name, writeable; + for (;;) { + if (next_token.id !== '(string)' && !next_token.identifier) { + return; + } + name = next_token.string; + advance(); + writeable = false; + if (next_token.id === ':') { + advance(':'); + switch (next_token.id) { + case 'true': + writeable = predefined[name] !== false; + advance('true'); + break; + case 'false': + advance('false'); + break; + default: + stop('unexpected_a'); + } + } + predefined[name] = writeable; + if (next_token.id !== ',') { + return; + } + advance(','); + } + } + + + function do_jslint() { + var name, value; + while (next_token.id === '(string)' || next_token.identifier) { + name = next_token.string; + advance(); + if (next_token.id !== ':') { + stop('expected_a_b', next_token, ':', artifact()); + } + advance(':'); + if (typeof jslint_limit[name] === 'number') { + value = next_token.number; + if (value > jslint_limit[name] || value <= 0 || + Math.floor(value) !== value) { + stop('expected_small_a'); + } + option[name] = value; + } else { + if (next_token.id === 'true') { + option[name] = true; + } else if (next_token.id === 'false') { + option[name] = false; + } else { + stop('unexpected_a'); + } + switch (name) { + case 'adsafe': + option.safe = true; + do_safe(); + break; + case 'safe': + do_safe(); + break; + } + } + advance(); + if (next_token.id === ',') { + advance(','); + } + } + assume(); + } + + + function do_properties() { + var name, type; + option.properties = true; + if (!funct['(old_property_type)']) { + funct['(old_property_type)'] = property_type; + property_type = Object.create(property_type); + } + for (;;) { + if (next_token.id !== '(string)' && !next_token.identifier) { + return; + } + name = next_token.string; + type = ''; + advance(); + if (next_token.id === ':') { + advance(':'); + if (next_token.id === 'function') { + advance('function'); + if (is_type[next_token.string] === true) { + type = 'function ' + next_token.string; + advance(); + } else { + type = 'function'; + } + } else { + type = next_token.string; + if (is_type[type] !== true) { + warn('expected_type_a', next_token); + type = ''; + } + advance(); + } + } + property_type[name] = type; + if (next_token.id !== ',') { + return; + } + advance(','); + } + } + + + directive = function directive() { + var command = this.id, + old_comments_off = comments_off, + old_indent = indent; + comments_off = true; + indent = null; + if (next_token.line === token.line && next_token.from === token.thru) { + warn('missing_space_a_b', next_token, artifact(token), artifact()); + } + if (lookahead.length > 0) { + warn('unexpected_a', this); + } + switch (command) { + case '/*properties': + case '/*property': + case '/*members': + case '/*member': + do_properties(); + break; + case '/*jslint': + if (option.safe) { + warn('adsafe_a', this); + } + do_jslint(); + break; + case '/*globals': + case '/*global': + if (option.safe) { + warn('adsafe_a', this); + } + do_globals(); + break; + default: + stop('unexpected_a', this); + } + comments_off = old_comments_off; + advance('*/'); + indent = old_indent; + }; + + +// Indentation intention + + function edge(mode) { + next_token.edge = indent ? indent.open && (mode || 'edge') : ''; + } + + + function step_in(mode) { + var open; + if (typeof mode === 'number') { + indent = { + at: +mode, + open: true, + was: indent + }; + } else if (!indent) { + indent = { + at: 1, + mode: 'statement', + open: true + }; + } else { + open = mode === 'var' || + (next_token.line !== token.line && mode !== 'statement'); + indent = { + at: (open || mode === 'control' + ? indent.at + option.indent + : indent.at) + (indent.wrap ? option.indent : 0), + mode: mode, + open: open, + was: indent + }; + if (mode === 'var' && open) { + var_mode = indent; + } + } + } + + function step_out(id, symbol) { + if (id) { + if (indent && indent.open) { + indent.at -= option.indent; + edge(); + } + advance(id, symbol); + } + if (indent) { + indent = indent.was; + } + } + +// Functions for conformance of whitespace. + + function one_space(left, right) { + left = left || token; + right = right || next_token; + if (right.id !== '(end)' && !option.white && + (token.line !== right.line || + token.thru + 1 !== right.from)) { + warn('expected_space_a_b', right, artifact(token), artifact(right)); + } + } + + function one_space_only(left, right) { + left = left || token; + right = right || next_token; + if (right.id !== '(end)' && (left.line !== right.line || + (!option.white && left.thru + 1 !== right.from))) { + warn('expected_space_a_b', right, artifact(left), artifact(right)); + } + } + + function no_space(left, right) { + left = left || token; + right = right || next_token; + if ((!option.white || xmode === 'styleproperty' || xmode === 'style') && + left.thru !== right.from && left.line === right.line) { + warn('unexpected_space_a_b', right, artifact(left), artifact(right)); + } + } + + function no_space_only(left, right) { + left = left || token; + right = right || next_token; + if (right.id !== '(end)' && (left.line !== right.line || + (!option.white && left.thru !== right.from))) { + warn('unexpected_space_a_b', right, artifact(left), artifact(right)); + } + } + + function spaces(left, right) { + if (!option.white) { + left = left || token; + right = right || next_token; + if (left.thru === right.from && left.line === right.line) { + warn('missing_space_a_b', right, artifact(left), artifact(right)); + } + } + } + + function comma() { + if (next_token.id !== ',') { + warn_at('expected_a_b', token.line, token.thru, ',', artifact()); + } else { + if (!option.white) { + no_space_only(); + } + advance(','); + spaces(); + } + } + + + function semicolon() { + if (next_token.id !== ';') { + warn_at('expected_a_b', token.line, token.thru, ';', artifact()); + } else { + if (!option.white) { + no_space_only(); + } + advance(';'); + if (semicolon_coda[next_token.id] !== true) { + spaces(); + } + } + } + + function use_strict() { + if (next_token.string === 'use strict') { + if (strict_mode) { + warn('unnecessary_use'); + } + edge(); + advance(); + semicolon(); + strict_mode = true; + option.newcap = false; + option.undef = false; + return true; + } else { + return false; + } + } + + + function are_similar(a, b) { + if (a === b) { + return true; + } + if (Array.isArray(a)) { + if (Array.isArray(b) && a.length === b.length) { + var i; + for (i = 0; i < a.length; i += 1) { + if (!are_similar(a[i], b[i])) { + return false; + } + } + return true; + } + return false; + } + if (Array.isArray(b)) { + return false; + } + if (a.id === '(number)' && b.id === '(number)') { + return a.number === b.number; + } + if (a.arity === b.arity && a.string === b.string) { + switch (a.arity) { + case 'prefix': + case 'suffix': + case undefined: + return a.id === b.id && are_similar(a.first, b.first); + case 'infix': + return are_similar(a.first, b.first) && + are_similar(a.second, b.second); + case 'ternary': + return are_similar(a.first, b.first) && + are_similar(a.second, b.second) && + are_similar(a.third, b.third); + case 'function': + case 'regexp': + return false; + default: + return true; + } + } else { + if (a.id === '.' && b.id === '[' && b.arity === 'infix') { + return a.second.string === b.second.string && b.second.id === '(string)'; + } else if (a.id === '[' && a.arity === 'infix' && b.id === '.') { + return a.second.string === b.second.string && a.second.id === '(string)'; + } + } + return false; + } + + +// This is the heart of JSLINT, the Pratt parser. In addition to parsing, it +// is looking for ad hoc lint patterns. We add .fud to Pratt's model, which is +// like .nud except that it is only used on the first token of a statement. +// Having .fud makes it much easier to define statement-oriented languages like +// JavaScript. I retained Pratt's nomenclature. + +// .nud Null denotation +// .fud First null denotation +// .led Left denotation +// lbp Left binding power +// rbp Right binding power + +// They are elements of the parsing method called Top Down Operator Precedence. + + function expression(rbp, initial) { + +// rbp is the right binding power. +// initial indicates that this is the first expression of a statement. + + var left; + if (next_token.id === '(end)') { + stop('unexpected_a', token, next_token.id); + } + advance(); + if (option.safe && scope[token.string] && + scope[token.string] === global_scope[token.string] && + (next_token.id !== '(' && next_token.id !== '.')) { + warn('adsafe_a', token); + } + if (initial) { + anonname = 'anonymous'; + funct['(verb)'] = token.string; + } + if (initial === true && token.fud) { + left = token.fud(); + } else { + if (token.nud) { + left = token.nud(); + } else { + if (next_token.id === '(number)' && token.id === '.') { + warn('leading_decimal_a', token, artifact()); + advance(); + return token; + } else { + stop('expected_identifier_a', token, token.id); + } + } + while (rbp < next_token.lbp) { + advance(); + if (token.led) { + left = token.led(left); + } else { + stop('expected_operator_a', token, token.id); + } + } + } + return left; + } + + +// Functional constructors for making the symbols that will be inherited by +// tokens. + + function symbol(s, p) { + var x = syntax[s]; + if (!x || typeof x !== 'object') { + syntax[s] = x = { + id: s, + lbp: p || 0, + string: s + }; + } + return x; + } + + function postscript(x) { + x.postscript = true; + return x; + } + + function ultimate(s) { + var x = symbol(s, 0); + x.from = 1; + x.thru = 1; + x.line = 0; + x.edge = 'edge'; + s.string = s; + return postscript(x); + } + + + function stmt(s, f) { + var x = symbol(s); + x.identifier = x.reserved = true; + x.fud = f; + return x; + } + + function labeled_stmt(s, f) { + var x = stmt(s, f); + x.labeled = true; + } + + function disrupt_stmt(s, f) { + var x = stmt(s, f); + x.disrupt = true; + } + + + function reserve_name(x) { + var c = x.id.charAt(0); + if ((c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')) { + x.identifier = x.reserved = true; + } + return x; + } + + + function prefix(s, f, type) { + var x = symbol(s, 150); + reserve_name(x); + x.nud = typeof f === 'function' + ? f + : function () { + if (s === 'typeof') { + one_space(); + } else { + no_space_only(); + } + this.first = expression(150); + this.arity = 'prefix'; + if (this.id === '++' || this.id === '--') { + if (!option.plusplus) { + warn('unexpected_a', this); + } else if ((!this.first.identifier || this.first.reserved) && + this.first.id !== '.' && this.first.id !== '[') { + warn('bad_operand', this); + } + } + this.type = type; + return this; + }; + return x; + } + + + function type(s, t, nud) { + var x = symbol(s); + x.arity = x.type = t; + if (nud) { + x.nud = nud; + } + return x; + } + + + function reserve(s, f) { + var x = symbol(s); + x.identifier = x.reserved = true; + if (typeof f === 'function') { + x.nud = f; + } + return x; + } + + + function constant(name, type) { + var x = reserve(name); + x.type = type; + x.string = name; + x.nud = return_this; + return x; + } + + + function reservevar(s, v) { + return reserve(s, function () { + if (typeof v === 'function') { + v(this); + } + return this; + }); + } + + + function infix(s, p, f, type, w) { + var x = symbol(s, p); + reserve_name(x); + x.led = function (left) { + this.arity = 'infix'; + if (!w) { + spaces(prev_token, token); + spaces(); + } + if (!option.bitwise && this.bitwise) { + warn('unexpected_a', this); + } + if (typeof f === 'function') { + return f(left, this); + } else { + this.first = left; + this.second = expression(p); + return this; + } + }; + if (type) { + x.type = type; + } + return x; + } + + function expected_relation(node, message) { + if (node.assign) { + warn(message || bundle.conditional_assignment, node); + } + return node; + } + + function expected_condition(node, message) { + switch (node.id) { + case '[': + case '-': + if (node.arity !== 'infix') { + warn(message || bundle.weird_condition, node); + } + break; + case 'false': + case 'function': + case 'Infinity': + case 'NaN': + case 'null': + case 'true': + case 'undefined': + case 'void': + case '(number)': + case '(regexp)': + case '(string)': + case '{': + warn(message || bundle.weird_condition, node); + break; + case '(': + if (node.first.id === '.' && numbery[node.first.second.string] === true) { + warn(message || bundle.weird_condition, node); + } + break; + } + return node; + } + + function check_relation(node) { + switch (node.arity) { + case 'prefix': + switch (node.id) { + case '{': + case '[': + warn('unexpected_a', node); + break; + case '!': + warn('confusing_a', node); + break; + } + break; + case 'function': + case 'regexp': + warn('unexpected_a', node); + break; + default: + if (node.id === 'NaN') { + warn('isnan', node); + } + } + return node; + } + + + function relation(s, eqeq) { + return infix(s, 100, function (left, that) { + check_relation(left); + if (eqeq && !option.eqeq) { + warn('expected_a_b', that, eqeq, that.id); + } + var right = expression(100); + if (are_similar(left, right) || + ((left.id === '(string)' || left.id === '(number)') && + (right.id === '(string)' || right.id === '(number)'))) { + warn('weird_relation', that); + } + that.first = left; + that.second = check_relation(right); + return that; + }, 'boolean'); + } + + + function assignop(s, op) { + var x = infix(s, 20, function (left, that) { + var l; + that.first = left; + if (left.identifier) { + if (scope[left.string]) { + if (scope[left.string].writeable === false) { + warn('read_only', left); + } + } else { + stop('read_only'); + } + } else if (option.safe) { + l = left; + do { + if (typeof predefined[l.string] === 'boolean') { + warn('adsafe_a', l); + } + l = l.first; + } while (l); + } + if (left === syntax['function']) { + warn('identifier_function', token); + } + if (left.id === '.' || left.id === '[') { + if (!left.first || left.first.string === 'arguments') { + warn('bad_assignment', that); + } + } else if (left.identifier && !left.reserved) { + if (funct[left.string] === 'exception') { + warn('assign_exception', left); + } + } + that.second = expression(19); + if (that.id === '=' && are_similar(that.first, that.second)) { + warn('weird_assignment', that); + } + return that; + }); + x.assign = true; + if (op) { + if (syntax[op].type) { + x.type = syntax[op].type; + } + if (syntax[op].bitwise) { + x.bitwise = true; + } + } + return x; + } + + + function bitwise(s, p) { + var x = infix(s, p, 'number'); + x.bitwise = true; + return x; + } + + + function suffix(s) { + var x = symbol(s, 150); + x.led = function (left) { + no_space_only(prev_token, token); + if (!option.plusplus) { + warn('unexpected_a', this); + } else if ((!left.identifier || left.reserved) && + left.id !== '.' && left.id !== '[') { + warn('bad_operand', this); + } + this.first = left; + this.arity = 'suffix'; + return this; + }; + return x; + } + + + function optional_identifier() { + if (next_token.identifier) { + advance(); + if (option.safe && banned[token.string]) { + warn('adsafe_a', token); + } else if (token.reserved && !option.es5) { + warn('expected_identifier_a_reserved', token); + } + return token.string; + } + } + + + function identifier() { + var i = optional_identifier(); + if (!i) { + stop(token.id === 'function' && next_token.id === '(' + ? 'name_function' + : 'expected_identifier_a'); + } + return i; + } + + + function statement() { + + var label, old_scope = scope, the_statement; + +// We don't like the empty statement. + + if (next_token.id === ';') { + warn('unexpected_a'); + semicolon(); + return; + } + +// Is this a labeled statement? + + if (next_token.identifier && !next_token.reserved && peek().id === ':') { + edge('label'); + label = next_token; + advance(); + advance(':'); + scope = Object.create(old_scope); + add_label(label, 'label'); + if (next_token.labeled !== true) { + warn('label_a_b', next_token, label.string, artifact()); + } else if (jx.test(label.string + ':')) { + warn('url', label); + } else if (funct === global_funct) { + stop('unexpected_a', token); + } + next_token.label = label; + } + +// Parse the statement. + + edge(); + step_in('statement'); + the_statement = expression(0, true); + if (the_statement) { + +// Look for the final semicolon. + + if (the_statement.arity === 'statement') { + if (the_statement.id === 'switch' || + (the_statement.block && the_statement.id !== 'do')) { + spaces(); + } else { + semicolon(); + } + } else { + +// If this is an expression statement, determine if it is acceptable. +// We do not like +// new Blah(); +// statments. If it is to be used at all, new should only be used to make +// objects, not side effects. The expression statements we do like do +// assignment or invocation or delete. + + if (the_statement.id === '(') { + if (the_statement.first.id === 'new') { + warn('bad_new'); + } + } else if (!the_statement.assign && + the_statement.id !== 'delete' && + the_statement.id !== '++' && + the_statement.id !== '--') { + warn('assignment_function_expression', token); + } + semicolon(); + } + } + step_out(); + scope = old_scope; + return the_statement; + } + + + function statements() { + var array = [], disruptor, the_statement; + +// A disrupt statement may not be followed by any other statement. +// If the last statement is disrupt, then the sequence is disrupt. + + while (next_token.postscript !== true) { + if (next_token.id === ';') { + warn('unexpected_a', next_token); + semicolon(); + } else { + if (next_token.string === 'use strict') { + if ((!node_js && xmode !== 'script') || funct !== global_funct || array.length > 0) { + warn('function_strict'); + } + use_strict(); + } + if (disruptor) { + warn('unreachable_a_b', next_token, next_token.string, + disruptor.string); + disruptor = null; + } + the_statement = statement(); + if (the_statement) { + array.push(the_statement); + if (the_statement.disrupt) { + disruptor = the_statement; + array.disrupt = true; + } + } + } + } + return array; + } + + + function block(ordinary) { + +// array block is array sequence of statements wrapped in braces. +// ordinary is false for function bodies and try blocks. +// ordinary is true for if statements, while, etc. + + var array, + curly = next_token, + old_in_block = in_block, + old_scope = scope, + old_strict_mode = strict_mode; + + in_block = ordinary; + scope = Object.create(scope); + spaces(); + if (next_token.id === '{') { + advance('{'); + step_in(); + if (!ordinary && !use_strict() && !old_strict_mode && + !option.sloppy && funct['(context)'] === global_funct) { + warn('missing_use_strict'); + } + array = statements(); + strict_mode = old_strict_mode; + step_out('}', curly); + } else if (!ordinary) { + stop('expected_a_b', next_token, '{', artifact()); + } else { + warn('expected_a_b', next_token, '{', artifact()); + array = [statement()]; + array.disrupt = array[0].disrupt; + } + funct['(verb)'] = null; + scope = old_scope; + in_block = old_in_block; + if (ordinary && array.length === 0) { + warn('empty_block'); + } + return array; + } + + + function tally_property(name) { + if (option.properties && typeof property_type[name] !== 'string') { + warn('unexpected_property_a', token, name); + } + if (typeof member[name] === 'number') { + member[name] += 1; + } else { + member[name] = 1; + } + } + + +// ECMAScript parser + + syntax['(identifier)'] = { + id: '(identifier)', + lbp: 0, + identifier: true, + nud: function () { + var name = this.string, + variable = scope[name], + site, + writeable; + +// If the variable is not in scope, then we may have an undeclared variable. +// Check the predefined list. If it was predefined, create the global +// variable. + + if (typeof variable !== 'object') { + writeable = predefined[name]; + if (typeof writeable === 'boolean') { + global_scope[name] = variable = { + string: name, + writeable: writeable, + funct: global_funct + }; + global_funct[name] = 'var'; + +// But if the variable is not in scope, and is not predefined, and if we are not +// in the global scope, then we have an undefined variable error. + + } else { + if (!option.undef) { + warn('used_before_a', token); + } + scope[name] = variable = { + string: name, + writeable: true, + funct: funct + }; + funct[name] = 'undef'; + } + + } + site = variable.funct; + +// The name is in scope and defined in the current function. + + if (funct === site) { + +// Change 'unused' to 'var', and reject labels. + + switch (funct[name]) { + case 'becoming': + warn('unexpected_a', token); + funct[name] = 'var'; + break; + case 'unused': + funct[name] = 'var'; + break; + case 'unparam': + funct[name] = 'parameter'; + break; + case 'unction': + funct[name] = 'function'; + break; + case 'label': + warn('a_label', token, name); + break; + } + +// If the name is already defined in the current +// function, but not as outer, then there is a scope error. + + } else { + switch (funct[name]) { + case 'closure': + case 'function': + case 'var': + case 'unused': + warn('a_scope', token, name); + break; + case 'label': + warn('a_label', token, name); + break; + case 'outer': + case 'global': + break; + default: + +// If the name is defined in an outer function, make an outer entry, and if +// it was unused, make it var. + + switch (site[name]) { + case 'becoming': + case 'closure': + case 'function': + case 'parameter': + case 'unction': + case 'unused': + case 'var': + site[name] = 'closure'; + funct[name] = site === global_funct + ? 'global' + : 'outer'; + break; + case 'unparam': + site[name] = 'parameter'; + funct[name] = 'outer'; + break; + case 'undef': + funct[name] = 'undef'; + break; + case 'label': + warn('a_label', token, name); + break; + } + } + } + return this; + }, + led: function () { + stop('expected_operator_a'); + } + }; + +// Build the syntax table by declaring the syntactic elements. + + type('(array)', 'array'); + type('(color)', 'color'); + type('(function)', 'function'); + type('(number)', 'number', return_this); + type('(object)', 'object'); + type('(string)', 'string', return_this); + type('(boolean)', 'boolean', return_this); + type('(range)', 'range'); + type('(regexp)', 'regexp', return_this); + + ultimate('(begin)'); + ultimate('(end)'); + ultimate('(error)'); + postscript(symbol(''); + postscript(symbol('}')); + symbol(')'); + symbol(']'); + postscript(symbol('"')); + postscript(symbol('\'')); + symbol(';'); + symbol(':'); + symbol(','); + symbol('#'); + symbol('@'); + symbol('*/'); + postscript(reserve('case')); + reserve('catch'); + postscript(reserve('default')); + reserve('else'); + reserve('finally'); + + reservevar('arguments', function (x) { + if (strict_mode && funct === global_funct) { + warn('strict', x); + } else if (option.safe) { + warn('adsafe_a', x); + } + }); + reservevar('eval', function (x) { + if (option.safe) { + warn('adsafe_a', x); + } + }); + constant('false', 'boolean'); + constant('Infinity', 'number'); + constant('NaN', 'number'); + constant('null', ''); + reservevar('this', function (x) { + if (option.safe) { + warn('adsafe_a', x); + } else if (strict_mode && funct['(token)'].arity === 'statement' && + funct['(name)'].charAt(0) > 'Z') { + warn('strict', x); + } + }); + constant('true', 'boolean'); + constant('undefined', ''); + + infix('?', 30, function (left, that) { + step_in('?'); + that.first = expected_condition(expected_relation(left)); + that.second = expression(0); + spaces(); + step_out(); + var colon = next_token; + advance(':'); + step_in(':'); + spaces(); + that.third = expression(10); + that.arity = 'ternary'; + if (are_similar(that.second, that.third)) { + warn('weird_ternary', colon); + } else if (are_similar(that.first, that.second)) { + warn('use_or', that); + } + step_out(); + return that; + }); + + infix('||', 40, function (left, that) { + function paren_check(that) { + if (that.id === '&&' && !that.paren) { + warn('and', that); + } + return that; + } + + that.first = paren_check(expected_condition(expected_relation(left))); + that.second = paren_check(expected_relation(expression(40))); + if (are_similar(that.first, that.second)) { + warn('weird_condition', that); + } + return that; + }); + + infix('&&', 50, function (left, that) { + that.first = expected_condition(expected_relation(left)); + that.second = expected_relation(expression(50)); + if (are_similar(that.first, that.second)) { + warn('weird_condition', that); + } + return that; + }); + + prefix('void', function () { + this.first = expression(0); + this.arity = 'prefix'; + if (option.es5) { + warn('expected_a_b', this, 'undefined', 'void'); + } else if (this.first.number !== 0) { + warn('expected_a_b', this.first, '0', artifact(this.first)); + } + this.type = 'undefined'; + return this; + }); + + bitwise('|', 70); + bitwise('^', 80); + bitwise('&', 90); + + relation('==', '==='); + relation('==='); + relation('!=', '!=='); + relation('!=='); + relation('<'); + relation('>'); + relation('<='); + relation('>='); + + bitwise('<<', 120); + bitwise('>>', 120); + bitwise('>>>', 120); + + infix('in', 120, function (left, that) { + warn('infix_in', that); + that.left = left; + that.right = expression(130); + return that; + }, 'boolean'); + infix('instanceof', 120, null, 'boolean'); + infix('+', 130, function (left, that) { + if (left.id === '(number)') { + if (left.number === 0) { + warn('unexpected_a', left, '0'); + } + } else if (left.id === '(string)') { + if (left.string === '') { + warn('expected_a_b', left, 'String', '\'\''); + } + } + var right = expression(130); + if (right.id === '(number)') { + if (right.number === 0) { + warn('unexpected_a', right, '0'); + } + } else if (right.id === '(string)') { + if (right.string === '') { + warn('expected_a_b', right, 'String', '\'\''); + } + } + if (left.id === right.id) { + if (left.id === '(string)' || left.id === '(number)') { + if (left.id === '(string)') { + left.string += right.string; + if (jx.test(left.string)) { + warn('url', left); + } + } else { + left.number += right.number; + } + left.thru = right.thru; + return left; + } + } + that.first = left; + that.second = right; + return that; + }); + prefix('+', 'num'); + prefix('+++', function () { + warn('confusing_a', token); + this.first = expression(150); + this.arity = 'prefix'; + return this; + }); + infix('+++', 130, function (left) { + warn('confusing_a', token); + this.first = left; + this.second = expression(130); + return this; + }); + infix('-', 130, function (left, that) { + if ((left.id === '(number)' && left.number === 0) || left.id === '(string)') { + warn('unexpected_a', left); + } + var right = expression(130); + if ((right.id === '(number)' && right.number === 0) || right.id === '(string)') { + warn('unexpected_a', left); + } + if (left.id === right.id && left.id === '(number)') { + left.number -= right.number; + left.thru = right.thru; + return left; + } + that.first = left; + that.second = right; + return that; + }, 'number'); + prefix('-'); + prefix('---', function () { + warn('confusing_a', token); + this.first = expression(150); + this.arity = 'prefix'; + return this; + }); + infix('---', 130, function (left) { + warn('confusing_a', token); + this.first = left; + this.second = expression(130); + return this; + }); + infix('*', 140, function (left, that) { + if ((left.id === '(number)' && (left.number === 0 || left.number === 1)) || left.id === '(string)') { + warn('unexpected_a', left); + } + var right = expression(140); + if ((right.id === '(number)' && (right.number === 0 || right.number === 1)) || right.id === '(string)') { + warn('unexpected_a', right); + } + if (left.id === right.id && left.id === '(number)') { + left.number *= right.number; + left.thru = right.thru; + return left; + } + that.first = left; + that.second = right; + return that; + }, 'number'); + infix('/', 140, function (left, that) { + if ((left.id === '(number)' && left.number === 0) || left.id === '(string)') { + warn('unexpected_a', left); + } + var right = expression(140); + if ((right.id === '(number)' && (right.number === 0 || right.number === 1)) || right.id === '(string)') { + warn('unexpected_a', right); + } + if (left.id === right.id && left.id === '(number)') { + left.number /= right.number; + left.thru = right.thru; + return left; + } + that.first = left; + that.second = right; + return that; + }, 'number'); + infix('%', 140, function (left, that) { + if ((left.id === '(number)' && (left.number === 0 || left.number === 1)) || left.id === '(string)') { + warn('unexpected_a', left); + } + var right = expression(140); + if ((right.id === '(number)' && right.number === 0) || right.id === '(string)') { + warn('unexpected_a', right); + } + if (left.id === right.id && left.id === '(number)') { + left.number %= right.number; + left.thru = right.thru; + return left; + } + that.first = left; + that.second = right; + return that; + }, 'number'); + + suffix('++'); + prefix('++'); + + suffix('--'); + prefix('--'); + prefix('delete', function () { + one_space(); + var p = expression(0); + if (!p || (p.id !== '.' && p.id !== '[')) { + warn('deleted'); + } + this.first = p; + return this; + }); + + + prefix('~', function () { + no_space_only(); + if (!option.bitwise) { + warn('unexpected_a', this); + } + expression(150); + return this; + }, 'number'); + prefix('!', function () { + no_space_only(); + this.first = expected_condition(expression(150)); + this.arity = 'prefix'; + if (bang[this.first.id] === true || this.first.assign) { + warn('confusing_a', this); + } + return this; + }, 'boolean'); + prefix('typeof', null, 'string'); + prefix('new', function () { + one_space(); + var c = expression(160), n, p, v; + this.first = c; + if (c.id !== 'function') { + if (c.identifier) { + switch (c.string) { + case 'Object': + warn('use_object', token); + break; + case 'Array': + if (next_token.id === '(') { + p = next_token; + p.first = this; + advance('('); + if (next_token.id !== ')') { + n = expression(0); + p.second = [n]; + if (n.type !== 'number' || next_token.id === ',') { + warn('use_array', p); + } + while (next_token.id === ',') { + advance(','); + p.second.push(expression(0)); + } + } else { + warn('use_array', token); + } + advance(')', p); + return p; + } + warn('use_array', token); + break; + case 'Number': + case 'String': + case 'Boolean': + case 'Math': + case 'JSON': + warn('not_a_constructor', c); + break; + case 'Function': + if (!option.evil) { + warn('function_eval'); + } + break; + case 'Date': + case 'RegExp': + break; + default: + if (c.id !== 'function') { + v = c.string.charAt(0); + if (!option.newcap && (v < 'A' || v > 'Z')) { + warn('constructor_name_a', token); + } + } + } + } else { + if (c.id !== '.' && c.id !== '[' && c.id !== '(') { + warn('bad_constructor', token); + } + } + } else { + warn('weird_new', this); + } + if (next_token.id !== '(') { + warn('missing_a', next_token, '()'); + } + return this; + }); + + infix('(', 160, function (left, that) { + var p; + if (indent && indent.mode === 'expression') { + no_space(prev_token, token); + } else { + no_space_only(prev_token, token); + } + if (!left.immed && left.id === 'function') { + warn('wrap_immediate'); + } + p = []; + if (left.identifier) { + if (left.string.match(/^[A-Z]([A-Z0-9_$]*[a-z][A-Za-z0-9_$]*)?$/)) { + if (left.string !== 'Number' && left.string !== 'String' && + left.string !== 'Boolean' && left.string !== 'Date') { + if (left.string === 'Math' || left.string === 'JSON') { + warn('not_a_function', left); + } else if (left.string === 'Object') { + warn('use_object', token); + } else if (left.string === 'Array' || !option.newcap) { + warn('missing_a', left, 'new'); + } + } + } + } else if (left.id === '.') { + if (option.safe && left.first.string === 'Math' && + left.second === 'random') { + warn('adsafe_a', left); + } else if (left.second.string === 'split' && + left.first.id === '(string)') { + warn('use_array', left.second); + } + } + step_in(); + if (next_token.id !== ')') { + no_space(); + for (;;) { + edge(); + p.push(expression(10)); + if (next_token.id !== ',') { + break; + } + comma(); + } + } + no_space(); + step_out(')', that); + if (typeof left === 'object') { + if (left.string === 'parseInt' && p.length === 1) { + warn('radix', left); + } + if (!option.evil) { + if (left.string === 'eval' || left.string === 'Function' || + left.string === 'execScript') { + warn('evil', left); + } else if (p[0] && p[0].id === '(string)' && + (left.string === 'setTimeout' || + left.string === 'setInterval')) { + warn('implied_evil', left); + } + } + if (!left.identifier && left.id !== '.' && left.id !== '[' && + left.id !== '(' && left.id !== '&&' && left.id !== '||' && + left.id !== '?') { + warn('bad_invocation', left); + } + } + that.first = left; + that.second = p; + return that; + }, '', true); + + prefix('(', function () { + step_in('expression'); + no_space(); + edge(); + if (next_token.id === 'function') { + next_token.immed = true; + } + var value = expression(0); + value.paren = true; + no_space(); + step_out(')', this); + if (value.id === 'function') { + if (next_token.id === '(') { + warn('move_invocation'); + } else { + warn('bad_wrap', this); + } + } + return value; + }); + + infix('.', 170, function (left, that) { + no_space(prev_token, token); + no_space(); + var name = identifier(), type; + if (typeof name === 'string') { + tally_property(name); + } + that.first = left; + that.second = token; + if (left && left.string === 'arguments' && + (name === 'callee' || name === 'caller')) { + warn('avoid_a', left, 'arguments.' + name); + } else if (!option.evil && left && left.string === 'document' && + (name === 'write' || name === 'writeln')) { + warn('write_is_wrong', left); + } else if (option.adsafe) { + if (!adsafe_top && left.string === 'ADSAFE') { + if (name === 'id' || name === 'lib') { + warn('adsafe_a', that); + } else if (name === 'go') { + if (xmode !== 'script') { + warn('adsafe_a', that); + } else if (adsafe_went || next_token.id !== '(' || + peek(0).id !== '(string)' || + peek(0).string !== adsafe_id || + peek(1).id !== ',') { + stop('adsafe_a', that, 'go'); + } + adsafe_went = true; + adsafe_may = false; + } + } + adsafe_top = false; + } + if (!option.evil && (name === 'eval' || name === 'execScript')) { + warn('evil'); + } else if (option.safe) { + for (;;) { + if (banned[name] === true) { + warn('adsafe_a', token, name); + } + if (typeof predefined[left.string] !== 'boolean' || //// check for writeable + next_token.id === '(') { + break; + } + if (next_token.id !== '.') { + warn('adsafe_a', that); + break; + } + advance('.'); + token.first = that; + token.second = name; + that = token; + name = identifier(); + if (typeof name === 'string') { + tally_property(name); + } + } + } + type = property_type[name]; + if (type && typeof type === 'string' && type !== '*') { + that.type = type; + } + return that; + }, '', true); + + infix('[', 170, function (left, that) { + var e, s; + no_space_only(prev_token, token); + no_space(); + step_in(); + edge(); + e = expression(0); + switch (e.type) { + case 'number': + if (e.id === '(number)' && left.id === 'arguments') { + warn('use_param', left); + } + break; + case 'string': + if (e.id === '(string)') { + if (option.safe && (banned[e.string] || + e.string.charAt(0) === '_' || e.string.slice(-1) === '_')) { + warn('adsafe_subscript_a', e); + } else if (!option.evil && + (e.string === 'eval' || e.string === 'execScript')) { + warn('evil', e); + } else if (!option.sub && ix.test(e.string)) { + s = syntax[e.string]; + if (!s || !s.reserved) { + warn('subscript', e); + } + } + tally_property(e.string); + } else if (option.safe && e.id !== 'typeof') { + warn('adsafe_subscript_a', e); + } + break; + case undefined: + if (option.safe) { + warn('adsafe_subscript_a', e); + } + break; + default: + if (option.safe) { + warn('adsafe_subscript_a', e); + } + } + step_out(']', that); + no_space(prev_token, token); + that.first = left; + that.second = e; + return that; + }, '', true); + + prefix('[', function () { + this.arity = 'prefix'; + this.first = []; + step_in('array'); + while (next_token.id !== '(end)') { + while (next_token.id === ',') { + warn('unexpected_a', next_token); + advance(','); + } + if (next_token.id === ']') { + break; + } + indent.wrap = false; + edge(); + this.first.push(expression(10)); + if (next_token.id === ',') { + comma(); + if (next_token.id === ']' && !option.es5) { + warn('unexpected_a', token); + break; + } + } else { + break; + } + } + step_out(']', this); + return this; + }, 170); + + + function property_name() { + var id = optional_identifier(true); + if (!id) { + if (next_token.id === '(string)') { + id = next_token.string; + if (option.safe) { + if (banned[id]) { + warn('adsafe_a'); + } else if (id.charAt(0) === '_' || + id.charAt(id.length - 1) === '_') { + warn('dangling_a'); + } + } + advance(); + } else if (next_token.id === '(number)') { + id = next_token.number.toString(); + advance(); + } + } + return id; + } + + + function function_params() { + var id, paren = next_token, params = []; + advance('('); + step_in(); + no_space(); + if (next_token.id === ')') { + no_space(); + step_out(')', paren); + return; + } + for (;;) { + edge(); + id = identifier(); + params.push(token); + add_label(token, option.unparam ? 'parameter' : 'unparam'); + if (next_token.id === ',') { + comma(); + } else { + no_space(); + step_out(')', paren); + return params; + } + } + } + + + function complexity(exp) { + var score = 0; + if (exp) { + if (Array.isArray(exp)) { + exp.forEach(function (tok) { + score += complexity(tok); + }); + } else { + switch (exp.arity) { + case 'statement': + switch (exp.id) { + case 'if': + score += complexity(exp.first) + complexity(exp.block) + + complexity(exp['else']) + 1; + break; + case 'while': + case 'do': + if (exp.first.id !== 'true' && exp.first.number !== 1) { + score += 1; + } + score += complexity(exp.first) + complexity(exp.block); + break; + case 'for': + if (exp.second !== undefined && + exp.second.id !== 'true' && + exp.second.number !== 1) { + score += 1; + } + score += complexity(exp.first) + complexity(exp.second) + + complexity(exp.third) + complexity(exp.block); + break; + case 'switch': + score += complexity(exp.first) + + complexity(exp.second) + exp.second.length; + if (exp.second[exp.second.length - 1].id === 'default') { + score -= 1; + } + break; + case 'try': + if (exp.second) { + score += 1; + } + if (exp.third) { + score += 1; + } + score += complexity(exp.first) + complexity(exp.second) + + complexity(exp.third) + complexity(exp.block); + break; + } + break; + case 'prefix': + score += complexity(exp.first); + break; + case 'case': + case 'infix': + score += complexity(exp.first) + complexity(exp.second); + if (exp.id === '&&' || exp.id === '||') { + score += 1; + } + break; + case 'ternary': + score += complexity(exp.first) + complexity(exp.second) + complexity(exp.third); + break; + } + } + } + return score; + } + + + function do_function(func, name) { + var old_funct = funct, + old_option = option, + old_scope = scope; + funct = { + '(name)' : name || '\'' + (anonname || '').replace(nx, sanitize) + '\'', + '(line)' : next_token.line, + '(context)' : old_funct, + '(breakage)' : 0, + '(loopage)' : 0, + '(scope)' : scope, + '(token)' : func + }; + option = Object.create(old_option); + scope = Object.create(old_scope); + functions.push(funct); + func.name = name; + if (name) { + add_label(func, 'function', name); + } + func.writeable = false; + func.first = funct['(params)'] = function_params(); + one_space(); + func.block = block(false); + if (funct['(old_property_type)']) { + property_type = funct['(old_property_type)']; + delete funct['(old_property_type)']; + } + funct['(complexity)'] = complexity(func.block) + 1; + if (option.confusion) { + funct['(confusion)'] = true; + } + funct = old_funct; + option = old_option; + scope = old_scope; + } + + + assignop('='); + assignop('+=', '+'); + assignop('-=', '-'); + assignop('*=', '*'); + assignop('/=', '/').nud = function () { + stop('slash_equal'); + }; + assignop('%=', '%'); + assignop('&=', '&'); + assignop('|=', '|'); + assignop('^=', '^'); + assignop('<<=', '<<'); + assignop('>>=', '>>'); + assignop('>>>=', '>>>'); + + + prefix('{', function () { + var get, i, j, name, p, set, seen = {}; + this.arity = 'prefix'; + this.first = []; + step_in(); + while (next_token.id !== '}') { + indent.wrap = false; + +// JSLint recognizes the ES5 extension for get/set in object literals, +// but requires that they be used in pairs. + + edge(); + if (next_token.string === 'get' && peek().id !== ':') { + if (!option.es5) { + warn('es5'); + } + get = next_token; + advance('get'); + one_space_only(); + name = next_token; + i = property_name(); + if (!i) { + stop('missing_property'); + } + get.string = ''; + do_function(get); + if (funct['(loopage)']) { + warn('function_loop', get); + } + p = get.first; + if (p) { + warn('parameter_a_get_b', p[0], p[0].string, i); + } + comma(); + set = next_token; + spaces(); + edge(); + advance('set'); + set.string = ''; + one_space_only(); + j = property_name(); + if (i !== j) { + stop('expected_a_b', token, i, j || next_token.string); + } + do_function(set); + p = set.first; + if (!p || p.length !== 1) { + stop('parameter_set_a', set, 'value'); + } else if (p[0].string !== 'value') { + stop('expected_a_b', p[0], 'value', p[0].string); + } + name.first = [get, set]; + } else { + name = next_token; + i = property_name(); + if (typeof i !== 'string') { + stop('missing_property'); + } + advance(':'); + spaces(); + name.first = expression(10); + } + this.first.push(name); + if (seen[i] === true) { + warn('duplicate_a', next_token, i); + } + seen[i] = true; + tally_property(i); + if (next_token.id !== ',') { + break; + } + for (;;) { + comma(); + if (next_token.id !== ',') { + break; + } + warn('unexpected_a', next_token); + } + if (next_token.id === '}' && !option.es5) { + warn('unexpected_a', token); + } + } + step_out('}', this); + return this; + }); + + stmt('{', function () { + warn('statement_block'); + this.arity = 'statement'; + this.block = statements(); + this.disrupt = this.block.disrupt; + advance('}', this); + return this; + }); + + stmt('/*global', directive); + stmt('/*globals', directive); + stmt('/*jslint', directive); + stmt('/*member', directive); + stmt('/*members', directive); + stmt('/*property', directive); + stmt('/*properties', directive); + + stmt('var', function () { + +// JavaScript does not have block scope. It only has function scope. So, +// declaring a variable in a block can have unexpected consequences. + +// var.first will contain an array, the array containing name tokens +// and assignment tokens. + + var assign, id, name; + + if (funct['(vars)'] && !option.vars) { + warn('combine_var'); + } else if (funct !== global_funct) { + funct['(vars)'] = true; + } + this.arity = 'statement'; + this.first = []; + step_in('var'); + for (;;) { + name = next_token; + id = identifier(); + add_label(name, 'becoming'); + + if (next_token.id === '=') { + assign = next_token; + assign.first = name; + spaces(); + advance('='); + spaces(); + if (next_token.id === 'undefined') { + warn('unnecessary_initialize', token, id); + } + if (peek(0).id === '=' && next_token.identifier) { + stop('var_a_not'); + } + assign.second = expression(0); + assign.arity = 'infix'; + this.first.push(assign); + } else { + this.first.push(name); + } + if (funct[id] === 'becoming') { + funct[id] = 'unused'; + } + if (next_token.id !== ',') { + break; + } + comma(); + indent.wrap = false; + if (var_mode && next_token.line === token.line && + this.first.length === 1) { + var_mode = null; + indent.open = false; + indent.at -= option.indent; + } + spaces(); + edge(); + } + var_mode = null; + step_out(); + return this; + }); + + stmt('function', function () { + one_space(); + if (in_block) { + warn('function_block', token); + } + var name = next_token, id = identifier(); + add_label(name, 'unction'); + no_space(); + this.arity = 'statement'; + do_function(this, id); + if (next_token.id === '(' && next_token.line === token.line) { + stop('function_statement'); + } + return this; + }); + + prefix('function', function () { + one_space(); + var id = optional_identifier(); + if (id) { + no_space(); + } else { + id = ''; + } + do_function(this, id); + if (funct['(loopage)']) { + warn('function_loop'); + } + this.arity = 'function'; + return this; + }); + + stmt('if', function () { + var paren = next_token; + one_space(); + advance('('); + step_in('control'); + no_space(); + edge(); + this.arity = 'statement'; + this.first = expected_condition(expected_relation(expression(0))); + no_space(); + step_out(')', paren); + one_space(); + this.block = block(true); + if (next_token.id === 'else') { + one_space(); + advance('else'); + one_space(); + this['else'] = next_token.id === 'if' || next_token.id === 'switch' + ? statement(true) + : block(true); + if (this['else'].disrupt && this.block.disrupt) { + this.disrupt = true; + } + } + return this; + }); + + stmt('try', function () { + +// try.first The catch variable +// try.second The catch clause +// try.third The finally clause +// try.block The try block + + var exception_variable, old_scope, paren; + if (option.adsafe) { + warn('adsafe_a', this); + } + one_space(); + this.arity = 'statement'; + this.block = block(false); + if (next_token.id === 'catch') { + one_space(); + advance('catch'); + one_space(); + paren = next_token; + advance('('); + step_in('control'); + no_space(); + edge(); + old_scope = scope; + scope = Object.create(old_scope); + exception_variable = next_token.string; + this.first = exception_variable; + if (!next_token.identifier) { + warn('expected_identifier_a', next_token); + } else { + add_label(next_token, 'exception'); + } + advance(); + no_space(); + step_out(')', paren); + one_space(); + this.second = block(false); + scope = old_scope; + } + if (next_token.id === 'finally') { + one_space(); + advance('finally'); + one_space(); + this.third = block(false); + } else if (!this.second) { + stop('expected_a_b', next_token, 'catch', artifact()); + } + return this; + }); + + labeled_stmt('while', function () { + one_space(); + var paren = next_token; + funct['(breakage)'] += 1; + funct['(loopage)'] += 1; + advance('('); + step_in('control'); + no_space(); + edge(); + this.arity = 'statement'; + this.first = expected_relation(expression(0)); + if (this.first.id !== 'true') { + expected_condition(this.first, bundle.unexpected_a); + } + no_space(); + step_out(')', paren); + one_space(); + this.block = block(true); + if (this.block.disrupt) { + warn('strange_loop', prev_token); + } + funct['(breakage)'] -= 1; + funct['(loopage)'] -= 1; + return this; + }); + + reserve('with'); + + labeled_stmt('switch', function () { + +// switch.first the switch expression +// switch.second the array of cases. A case is 'case' or 'default' token: +// case.first the array of case expressions +// case.second the array of statements +// If all of the arrays of statements are disrupt, then the switch is disrupt. + + var cases = [], + old_in_block = in_block, + particular, + the_case = next_token, + unbroken = true; + + function find_duplicate_case(value) { + if (are_similar(particular, value)) { + warn('duplicate_a', value); + } + } + + funct['(breakage)'] += 1; + one_space(); + advance('('); + no_space(); + step_in(); + this.arity = 'statement'; + this.first = expected_condition(expected_relation(expression(0))); + no_space(); + step_out(')', the_case); + one_space(); + advance('{'); + step_in(); + in_block = true; + this.second = []; + while (next_token.id === 'case') { + the_case = next_token; + cases.forEach(find_duplicate_case); + the_case.first = []; + the_case.arity = 'case'; + spaces(); + edge('case'); + advance('case'); + for (;;) { + one_space(); + particular = expression(0); + cases.forEach(find_duplicate_case); + cases.push(particular); + the_case.first.push(particular); + if (particular.id === 'NaN') { + warn('unexpected_a', particular); + } + no_space_only(); + advance(':'); + if (next_token.id !== 'case') { + break; + } + spaces(); + edge('case'); + advance('case'); + } + spaces(); + the_case.second = statements(); + if (the_case.second && the_case.second.length > 0) { + particular = the_case.second[the_case.second.length - 1]; + if (particular.disrupt) { + if (particular.id === 'break') { + unbroken = false; + } + } else { + warn('missing_a_after_b', next_token, 'break', 'case'); + } + } else { + warn('empty_case'); + } + this.second.push(the_case); + } + if (this.second.length === 0) { + warn('missing_a', next_token, 'case'); + } + if (next_token.id === 'default') { + spaces(); + the_case = next_token; + the_case.arity = 'case'; + edge('case'); + advance('default'); + no_space_only(); + advance(':'); + spaces(); + the_case.second = statements(); + if (the_case.second && the_case.second.length > 0) { + particular = the_case.second[the_case.second.length - 1]; + if (unbroken && particular.disrupt && particular.id !== 'break') { + this.disrupt = true; + } + } + this.second.push(the_case); + } + funct['(breakage)'] -= 1; + spaces(); + step_out('}', this); + in_block = old_in_block; + return this; + }); + + stmt('debugger', function () { + if (!option.debug) { + warn('unexpected_a', this); + } + this.arity = 'statement'; + return this; + }); + + labeled_stmt('do', function () { + funct['(breakage)'] += 1; + funct['(loopage)'] += 1; + one_space(); + this.arity = 'statement'; + this.block = block(true); + if (this.block.disrupt) { + warn('strange_loop', prev_token); + } + one_space(); + advance('while'); + var paren = next_token; + one_space(); + advance('('); + step_in(); + no_space(); + edge(); + this.first = expected_condition(expected_relation(expression(0)), bundle.unexpected_a); + no_space(); + step_out(')', paren); + funct['(breakage)'] -= 1; + funct['(loopage)'] -= 1; + return this; + }); + + labeled_stmt('for', function () { + + var blok, filter, ok = false, paren = next_token, value; + this.arity = 'statement'; + funct['(breakage)'] += 1; + funct['(loopage)'] += 1; + advance('('); + if (next_token.id === ';') { + no_space(); + advance(';'); + no_space(); + advance(';'); + no_space(); + advance(')'); + blok = block(true); + } else { + step_in('control'); + spaces(this, paren); + no_space(); + if (next_token.id === 'var') { + stop('move_var'); + } + edge(); + if (peek(0).id === 'in') { + this.forin = true; + value = next_token; + switch (funct[value.string]) { + case 'unused': + funct[value.string] = 'var'; + break; + case 'closure': + case 'var': + break; + default: + warn('bad_in_a', value); + } + advance(); + advance('in'); + this.first = value; + this.second = expression(20); + step_out(')', paren); + blok = block(true); + if (!option.forin) { + if (blok.length === 1 && typeof blok[0] === 'object' && + blok[0].string === 'if' && !blok[0]['else']) { + filter = blok[0].first; + while (filter.id === '&&') { + filter = filter.first; + } + switch (filter.id) { + case '===': + case '!==': + ok = filter.first.id === '[' + ? filter.first.first.string === this.second.string && + filter.first.second.string === this.first.string + : filter.first.id === 'typeof' && + filter.first.first.id === '[' && + filter.first.first.first.string === this.second.string && + filter.first.first.second.string === this.first.string; + break; + case '(': + ok = filter.first.id === '.' && (( + filter.first.first.string === this.second.string && + filter.first.second.string === 'hasOwnProperty' && + filter.second[0].string === this.first.string + ) || ( + filter.first.first.string === 'ADSAFE' && + filter.first.second.string === 'has' && + filter.second[0].string === this.second.string && + filter.second[1].string === this.first.string + ) || ( + filter.first.first.id === '.' && + filter.first.first.first.id === '.' && + filter.first.first.first.first.string === 'Object' && + filter.first.first.first.second.string === 'prototype' && + filter.first.first.second.string === 'hasOwnProperty' && + filter.first.second.string === 'call' && + filter.second[0].string === this.second.string && + filter.second[1].string === this.first.string + )); + break; + } + } + if (!ok) { + warn('for_if', this); + } + } + } else { + edge(); + this.first = []; + for (;;) { + this.first.push(expression(0, 'for')); + if (next_token.id !== ',') { + break; + } + comma(); + } + semicolon(); + edge(); + this.second = expected_relation(expression(0)); + if (this.second.id !== 'true') { + expected_condition(this.second, bundle.unexpected_a); + } + semicolon(token); + if (next_token.id === ';') { + stop('expected_a_b', next_token, ')', ';'); + } + this.third = []; + edge(); + for (;;) { + this.third.push(expression(0, 'for')); + if (next_token.id !== ',') { + break; + } + comma(); + } + no_space(); + step_out(')', paren); + one_space(); + blok = block(true); + } + } + if (blok.disrupt) { + warn('strange_loop', prev_token); + } + this.block = blok; + funct['(breakage)'] -= 1; + funct['(loopage)'] -= 1; + return this; + }); + + disrupt_stmt('break', function () { + var label = next_token.string; + this.arity = 'statement'; + if (funct['(breakage)'] === 0) { + warn('unexpected_a', this); + } + if (next_token.identifier && token.line === next_token.line) { + one_space_only(); + if (funct[label] !== 'label') { + warn('not_a_label', next_token); + } else if (scope[label].funct !== funct) { + warn('not_a_scope', next_token); + } + this.first = next_token; + advance(); + } + return this; + }); + + disrupt_stmt('continue', function () { + if (!option['continue']) { + warn('unexpected_a', this); + } + var label = next_token.string; + this.arity = 'statement'; + if (funct['(breakage)'] === 0) { + warn('unexpected_a', this); + } + if (next_token.identifier && token.line === next_token.line) { + one_space_only(); + if (funct[label] !== 'label') { + warn('not_a_label', next_token); + } else if (scope[label].funct !== funct) { + warn('not_a_scope', next_token); + } + this.first = next_token; + advance(); + } + return this; + }); + + disrupt_stmt('return', function () { + if (funct === global_funct) { + warn('unexpected_a', this); + } + this.arity = 'statement'; + if (next_token.id !== ';' && next_token.line === token.line) { + one_space_only(); + if (next_token.id === '/' || next_token.id === '(regexp)') { + warn('wrap_regexp'); + } + this.first = expression(20); + } + return this; + }); + + disrupt_stmt('throw', function () { + this.arity = 'statement'; + one_space_only(); + this.first = expression(20); + return this; + }); + + +// Superfluous reserved words + + reserve('class'); + reserve('const'); + reserve('enum'); + reserve('export'); + reserve('extends'); + reserve('import'); + reserve('super'); + +// Harmony reserved words + + reserve('implements'); + reserve('interface'); + reserve('let'); + reserve('package'); + reserve('private'); + reserve('protected'); + reserve('public'); + reserve('static'); + reserve('yield'); + + +// Type inference + +// function get_type(one) { +// var type; +// if (typeof one === 'string') { +// return one; +// } else if (one.type) { +// return one.type; +// } else if (one.id === '.') { +// type = property_type[one.second.string]; +// return typeof type === 'string' ? type : ''; +// } else { +// return ((one.identifier && scope[one.string]) || one).type; +// } +// } + + +// function match_type(one_type, two_type, one, two) { +// if (one_type === two_type) { +// return true; +// } else { +// if (!funct.confusion && !two.warn) { +// if (typeof one !== 'string') { +// if (one.id === '.') { +// one_type = '.' + one.second.string + ': ' + one_type; +// } else { +// one_type = one.string + ': ' + one_type; +// } +// } +// if (two.id === '.') { +// two_type = '.' + two.second.string + ': ' + one_type; +// } else { +// two_type = two.string + ': ' + one_type; +// } +// warn('type_confusion_a_b', two, one_type, two_type); +// two.warn = true; +// } +// return false; +// } +// } + + +// function conform(one, two) { +// +// // The conform function takes a type string and a token, or two tokens. +// +// var one_type = typeof one === 'string' ? one : one.type, +// two_type = two.type, +// two_thing; +// +// // If both tokens already have a type, and if they match, then we are done. +// // Once a token has a type, it is locked. Neither token will change, but if +// // they do not match, there will be a warning. +// +// if (one_type) { +// if (two_type) { +// match_type(one_type, two_type, one, two); +// } else { +// +// // two does not have a type, so look deeper. If two is a variable or property, +// // then use its type if it has one, and make the deep type one's type if it +// // doesn't. If the type was *, or if there was a mismatch, don't change the +// // deep type. +// +// two_thing = two.id === '(identifier)' +// ? scope[two.string] +// : two.id === '.' +// ? property_type[two.second.string] +// : null; +// if (two_thing) { +// two_type = two_thing.type; +// if (two_type) { +// if (two_type !== '*') { +// if (!match_type(one_type, two_type, one, two)) { +// return ''; +// } +// } +// } else { +// two_thing.type = one_type; +// } +// } +// +// // In any case, we give two a type. +// +// two.type = one_type; +// type_state_change = true; +// return one_type; +// } +// +// // one does not have a type, but two does, so do the old switcheroo. +// +// } else { +// if (two_type) { +// return conform(two, one); +// +// // Neither token has a type yet. So we have to look deeper to see if either +// // is a variable or property. +// +// } else { +// if (one.id === '(identifier)') { +// one_type = scope[one.string].type; +// if (one_type && one_type !== '*') { +// one.type = one_type; +// return conform(one, two); +// } +// } else if (one.id === '.') { +// one_type = property_type[one.second.string]; +// if (one_type && one_type !== '*') { +// one.type = scope[one.string].type; +// return conform(one, two); +// } +// } +// if (two.id === '(identifier)') { +// two_type = scope[two.string].type; +// if (two_type && two_type !== '*') { +// two.type = two_type; +// return conform(two, one); +// } +// } else if (two.id === '.') { +// two_type = property_type[two.second.string]; +// if (two_type && two_type !== '*') { +// two.type = scope[two.string].type; +// return conform(two, one); +// } +// } +// } +// } +// +// // Return a falsy string if we were unable to determine the type of either token. +// +// return ''; +// } + +// function conform_array(type, array) { +// array.forEach(function (item) { +// return conform(type, item); +// }, type); +// } + + +// function infer(node) { +// if (Array.isArray(node)) { +// node.forEach(infer); +// } else { +// switch (node.arity) { +// case 'statement': +// infer_statement[node.id](node); +// break; +// case 'infix': +// infer(node.first); +// infer(node.second); +// switch (node.id) { +// case '(': +// conform('function', node.first); +// break; +// default: +// stop('unfinished'); +// } +// break; +// case 'number': +// case 'string': +// case 'boolean': +// break; +// default: +// stop('unfinished'); +// } +// } +// } + + +// infer_statement = { +// 'var': function (node) { +// var i, item, list = node.first; +// for (i = 0; i < list.length; i += 1) { +// item = list[i]; +// if (item.id === '=') { +// infer(item.second); +// conform(item.first, item.second); +// conform(item.first, item); +// } +// } +// }, +// 'for': function (node) { +// infer(node.first); +// infer(node.second); +// if (node.forin) { +// conform('string', node.first); +// conform('object', node.second); +// } else { +// infer(node.third); +// conform_array('number', node.first); +// conform('boolean', node.second); +// conform_array('number', node.third); +// } +// infer(node.block); +// } +// }; + + +// function infer_types(node) { +// do { +// funct = global_funct; +// scope = global_scope; +// type_state_change = false; +// infer(node); +// } while (type_state_change); +// } + + +// Parse JSON + + function json_value() { + + function json_object() { + var brace = next_token, object = {}; + advance('{'); + if (next_token.id !== '}') { + while (next_token.id !== '(end)') { + while (next_token.id === ',') { + warn('unexpected_a', next_token); + advance(','); + } + if (next_token.id !== '(string)') { + warn('expected_string_a'); + } + if (object[next_token.string] === true) { + warn('duplicate_a'); + } else if (next_token.string === '__proto__') { + warn('dangling_a'); + } else { + object[next_token.string] = true; + } + advance(); + advance(':'); + json_value(); + if (next_token.id !== ',') { + break; + } + advance(','); + if (next_token.id === '}') { + warn('unexpected_a', token); + break; + } + } + } + advance('}', brace); + } + + function json_array() { + var bracket = next_token; + advance('['); + if (next_token.id !== ']') { + while (next_token.id !== '(end)') { + while (next_token.id === ',') { + warn('unexpected_a', next_token); + advance(','); + } + json_value(); + if (next_token.id !== ',') { + break; + } + advance(','); + if (next_token.id === ']') { + warn('unexpected_a', token); + break; + } + } + } + advance(']', bracket); + } + + switch (next_token.id) { + case '{': + json_object(); + break; + case '[': + json_array(); + break; + case 'true': + case 'false': + case 'null': + case '(number)': + case '(string)': + advance(); + break; + case '-': + advance('-'); + no_space_only(); + advance('(number)'); + break; + default: + stop('unexpected_a'); + } + } + + +// CSS parsing. + + function css_name() { + if (next_token.identifier) { + advance(); + return true; + } + } + + + function css_number() { + if (next_token.id === '-') { + advance('-'); + no_space_only(); + } + if (next_token.id === '(number)') { + advance('(number)'); + return true; + } + } + + + function css_string() { + if (next_token.id === '(string)') { + advance(); + return true; + } + } + + function css_color() { + var i, number, paren, value; + if (next_token.identifier) { + value = next_token.string; + if (value === 'rgb' || value === 'rgba') { + advance(); + paren = next_token; + advance('('); + for (i = 0; i < 3; i += 1) { + if (i) { + comma(); + } + number = next_token.number; + if (next_token.id !== '(number)' || number < 0) { + warn('expected_positive_a', next_token); + advance(); + } else { + advance(); + if (next_token.id === '%') { + advance('%'); + if (number > 100) { + warn('expected_percent_a', token, number); + } + } else { + if (number > 255) { + warn('expected_small_a', token, number); + } + } + } + } + if (value === 'rgba') { + comma(); + number = next_token.number; + if (next_token.id !== '(number)' || number < 0 || number > 1) { + warn('expected_fraction_a', next_token); + } + advance(); + if (next_token.id === '%') { + warn('unexpected_a'); + advance('%'); + } + } + advance(')', paren); + return true; + } else if (css_colorData[next_token.string] === true) { + advance(); + return true; + } + } else if (next_token.id === '(color)') { + advance(); + return true; + } + return false; + } + + + function css_length() { + if (next_token.id === '-') { + advance('-'); + no_space_only(); + } + if (next_token.id === '(number)') { + advance(); + if (next_token.id !== '(string)' && + css_lengthData[next_token.string] === true) { + no_space_only(); + advance(); + } else if (+token.number !== 0) { + warn('expected_linear_a'); + } + return true; + } + return false; + } + + + function css_line_height() { + if (next_token.id === '-') { + advance('-'); + no_space_only(); + } + if (next_token.id === '(number)') { + advance(); + if (next_token.id !== '(string)' && + css_lengthData[next_token.string] === true) { + no_space_only(); + advance(); + } + return true; + } + return false; + } + + + function css_width() { + if (next_token.identifier) { + switch (next_token.string) { + case 'thin': + case 'medium': + case 'thick': + advance(); + return true; + } + } else { + return css_length(); + } + } + + + function css_margin() { + if (next_token.identifier) { + if (next_token.string === 'auto') { + advance(); + return true; + } + } else { + return css_length(); + } + } + + function css_attr() { + if (next_token.identifier && next_token.string === 'attr') { + advance(); + advance('('); + if (!next_token.identifier) { + warn('expected_name_a'); + } + advance(); + advance(')'); + return true; + } + return false; + } + + + function css_comma_list() { + while (next_token.id !== ';') { + if (!css_name() && !css_string()) { + warn('expected_name_a'); + } + if (next_token.id !== ',') { + return true; + } + comma(); + } + } + + + function css_counter() { + if (next_token.identifier && next_token.string === 'counter') { + advance(); + advance('('); + advance(); + if (next_token.id === ',') { + comma(); + if (next_token.id !== '(string)') { + warn('expected_string_a'); + } + advance(); + } + advance(')'); + return true; + } + if (next_token.identifier && next_token.string === 'counters') { + advance(); + advance('('); + if (!next_token.identifier) { + warn('expected_name_a'); + } + advance(); + if (next_token.id === ',') { + comma(); + if (next_token.id !== '(string)') { + warn('expected_string_a'); + } + advance(); + } + if (next_token.id === ',') { + comma(); + if (next_token.id !== '(string)') { + warn('expected_string_a'); + } + advance(); + } + advance(')'); + return true; + } + return false; + } + + + function css_radius() { + return css_length() && (next_token.id !== '(number)' || css_length()); + } + + + function css_shape() { + var i; + if (next_token.identifier && next_token.string === 'rect') { + advance(); + advance('('); + for (i = 0; i < 4; i += 1) { + if (!css_length()) { + warn('expected_number_a'); + break; + } + } + advance(')'); + return true; + } + return false; + } + + + function css_url() { + var c, url; + if (next_token.identifier && next_token.string === 'url') { + next_token = lex.range('(', ')'); + url = next_token.string; + c = url.charAt(0); + if (c === '"' || c === '\'') { + if (url.slice(-1) !== c) { + warn('bad_url_a'); + } else { + url = url.slice(1, -1); + if (url.indexOf(c) >= 0) { + warn('bad_url_a'); + } + } + } + if (!url) { + warn('missing_url'); + } + if (ux.test(url)) { + stop('bad_url_a'); + } + urls.push(url); + advance(); + return true; + } + return false; + } + + + css_any = [css_url, function () { + for (;;) { + if (next_token.identifier) { + switch (next_token.string.toLowerCase()) { + case 'url': + css_url(); + break; + case 'expression': + warn('unexpected_a'); + advance(); + break; + default: + advance(); + } + } else { + if (next_token.id === ';' || next_token.id === '!' || + next_token.id === '(end)' || next_token.id === '}') { + return true; + } + advance(); + } + } + }]; + + + function font_face() { + advance_identifier('font-family'); + advance(':'); + if (!css_name() && !css_string()) { + stop('expected_name_a'); + } + semicolon(); + advance_identifier('src'); + advance(':'); + while (true) { + if (next_token.string === 'local') { + advance_identifier('local'); + advance('('); + if (ux.test(next_token.string)) { + stop('bad_url_a'); + } + + if (!css_name() && !css_string()) { + stop('expected_name_a'); + } + advance(')'); + } else if (!css_url()) { + stop('expected_a_b', next_token, 'url', artifact()); + } + if (next_token.id !== ',') { + break; + } + comma(); + } + semicolon(); + } + + + css_border_style = [ + 'none', 'dashed', 'dotted', 'double', 'groove', + 'hidden', 'inset', 'outset', 'ridge', 'solid' + ]; + + css_break = [ + 'auto', 'always', 'avoid', 'left', 'right' + ]; + + css_media = { + 'all': true, + 'braille': true, + 'embossed': true, + 'handheld': true, + 'print': true, + 'projection': true, + 'screen': true, + 'speech': true, + 'tty': true, + 'tv': true + }; + + css_overflow = [ + 'auto', 'hidden', 'scroll', 'visible' + ]; + + css_attribute_data = { + background: [ + true, 'background-attachment', 'background-color', + 'background-image', 'background-position', 'background-repeat' + ], + 'background-attachment': ['scroll', 'fixed'], + 'background-color': ['transparent', css_color], + 'background-image': ['none', css_url], + 'background-position': [ + 2, [css_length, 'top', 'bottom', 'left', 'right', 'center'] + ], + 'background-repeat': [ + 'repeat', 'repeat-x', 'repeat-y', 'no-repeat' + ], + 'border': [true, 'border-color', 'border-style', 'border-width'], + 'border-bottom': [ + true, 'border-bottom-color', 'border-bottom-style', + 'border-bottom-width' + ], + 'border-bottom-color': css_color, + 'border-bottom-left-radius': css_radius, + 'border-bottom-right-radius': css_radius, + 'border-bottom-style': css_border_style, + 'border-bottom-width': css_width, + 'border-collapse': ['collapse', 'separate'], + 'border-color': ['transparent', 4, css_color], + 'border-left': [ + true, 'border-left-color', 'border-left-style', 'border-left-width' + ], + 'border-left-color': css_color, + 'border-left-style': css_border_style, + 'border-left-width': css_width, + 'border-radius': function () { + function count(separator) { + var n = 1; + if (separator) { + advance(separator); + } + if (!css_length()) { + return false; + } + while (next_token.id === '(number)') { + if (!css_length()) { + return false; + } + n += 1; + } + if (n > 4) { + warn('bad_style'); + } + return true; + } + + return count() && (next_token.id !== '/' || count('/')); + }, + 'border-right': [ + true, 'border-right-color', 'border-right-style', + 'border-right-width' + ], + 'border-right-color': css_color, + 'border-right-style': css_border_style, + 'border-right-width': css_width, + 'border-spacing': [2, css_length], + 'border-style': [4, css_border_style], + 'border-top': [ + true, 'border-top-color', 'border-top-style', 'border-top-width' + ], + 'border-top-color': css_color, + 'border-top-left-radius': css_radius, + 'border-top-right-radius': css_radius, + 'border-top-style': css_border_style, + 'border-top-width': css_width, + 'border-width': [4, css_width], + bottom: [css_length, 'auto'], + 'caption-side' : ['bottom', 'left', 'right', 'top'], + clear: ['both', 'left', 'none', 'right'], + clip: [css_shape, 'auto'], + color: css_color, + content: [ + 'open-quote', 'close-quote', 'no-open-quote', 'no-close-quote', + css_string, css_url, css_counter, css_attr + ], + 'counter-increment': [ + css_name, 'none' + ], + 'counter-reset': [ + css_name, 'none' + ], + cursor: [ + css_url, 'auto', 'crosshair', 'default', 'e-resize', 'help', 'move', + 'n-resize', 'ne-resize', 'nw-resize', 'pointer', 's-resize', + 'se-resize', 'sw-resize', 'w-resize', 'text', 'wait' + ], + direction: ['ltr', 'rtl'], + display: [ + 'block', 'compact', 'inline', 'inline-block', 'inline-table', + 'list-item', 'marker', 'none', 'run-in', 'table', 'table-caption', + 'table-cell', 'table-column', 'table-column-group', + 'table-footer-group', 'table-header-group', 'table-row', + 'table-row-group' + ], + 'empty-cells': ['show', 'hide'], + 'float': ['left', 'none', 'right'], + font: [ + 'caption', 'icon', 'menu', 'message-box', 'small-caption', + 'status-bar', true, 'font-size', 'font-style', 'font-weight', + 'font-family' + ], + 'font-family': css_comma_list, + 'font-size': [ + 'xx-small', 'x-small', 'small', 'medium', 'large', 'x-large', + 'xx-large', 'larger', 'smaller', css_length + ], + 'font-size-adjust': ['none', css_number], + 'font-stretch': [ + 'normal', 'wider', 'narrower', 'ultra-condensed', + 'extra-condensed', 'condensed', 'semi-condensed', + 'semi-expanded', 'expanded', 'extra-expanded' + ], + 'font-style': [ + 'normal', 'italic', 'oblique' + ], + 'font-variant': [ + 'normal', 'small-caps' + ], + 'font-weight': [ + 'normal', 'bold', 'bolder', 'lighter', css_number + ], + height: [css_length, 'auto'], + left: [css_length, 'auto'], + 'letter-spacing': ['normal', css_length], + 'line-height': ['normal', css_line_height], + 'list-style': [ + true, 'list-style-image', 'list-style-position', 'list-style-type' + ], + 'list-style-image': ['none', css_url], + 'list-style-position': ['inside', 'outside'], + 'list-style-type': [ + 'circle', 'disc', 'square', 'decimal', 'decimal-leading-zero', + 'lower-roman', 'upper-roman', 'lower-greek', 'lower-alpha', + 'lower-latin', 'upper-alpha', 'upper-latin', 'hebrew', 'katakana', + 'hiragana-iroha', 'katakana-oroha', 'none' + ], + margin: [4, css_margin], + 'margin-bottom': css_margin, + 'margin-left': css_margin, + 'margin-right': css_margin, + 'margin-top': css_margin, + 'marker-offset': [css_length, 'auto'], + 'max-height': [css_length, 'none'], + 'max-width': [css_length, 'none'], + 'min-height': css_length, + 'min-width': css_length, + opacity: css_number, + outline: [true, 'outline-color', 'outline-style', 'outline-width'], + 'outline-color': ['invert', css_color], + 'outline-style': [ + 'dashed', 'dotted', 'double', 'groove', 'inset', 'none', + 'outset', 'ridge', 'solid' + ], + 'outline-width': css_width, + overflow: css_overflow, + 'overflow-x': css_overflow, + 'overflow-y': css_overflow, + padding: [4, css_length], + 'padding-bottom': css_length, + 'padding-left': css_length, + 'padding-right': css_length, + 'padding-top': css_length, + 'page-break-after': css_break, + 'page-break-before': css_break, + position: ['absolute', 'fixed', 'relative', 'static'], + quotes: [8, css_string], + right: [css_length, 'auto'], + 'table-layout': ['auto', 'fixed'], + 'text-align': ['center', 'justify', 'left', 'right'], + 'text-decoration': [ + 'none', 'underline', 'overline', 'line-through', 'blink' + ], + 'text-indent': css_length, + 'text-shadow': ['none', 4, [css_color, css_length]], + 'text-transform': ['capitalize', 'uppercase', 'lowercase', 'none'], + top: [css_length, 'auto'], + 'unicode-bidi': ['normal', 'embed', 'bidi-override'], + 'vertical-align': [ + 'baseline', 'bottom', 'sub', 'super', 'top', 'text-top', 'middle', + 'text-bottom', css_length + ], + visibility: ['visible', 'hidden', 'collapse'], + 'white-space': [ + 'normal', 'nowrap', 'pre', 'pre-line', 'pre-wrap', 'inherit' + ], + width: [css_length, 'auto'], + 'word-spacing': ['normal', css_length], + 'word-wrap': ['break-word', 'normal'], + 'z-index': ['auto', css_number] + }; + + function style_attribute() { + var v; + while (next_token.id === '*' || next_token.id === '#' || + next_token.string === '_') { + if (!option.css) { + warn('unexpected_a'); + } + advance(); + } + if (next_token.id === '-') { + if (!option.css) { + warn('unexpected_a'); + } + advance('-'); + if (!next_token.identifier) { + warn('expected_nonstandard_style_attribute'); + } + advance(); + return css_any; + } else { + if (!next_token.identifier) { + warn('expected_style_attribute'); + } else { + if (Object.prototype.hasOwnProperty.call(css_attribute_data, + next_token.string)) { + v = css_attribute_data[next_token.string]; + } else { + v = css_any; + if (!option.css) { + warn('unrecognized_style_attribute_a'); + } + } + } + advance(); + return v; + } + } + + + function style_value(v) { + + /*jslint confusion: true */ + + var i = 0, + n, + once, + match, + round, + start = 0, + vi; + switch (typeof v) { + case 'function': + return v(); + case 'string': + if (next_token.identifier && next_token.string === v) { + advance(); + return true; + } + return false; + } + for (;;) { + if (i >= v.length) { + return false; + } + vi = v[i]; + i += 1; + if (typeof vi === 'boolean') { + break; + } else if (typeof vi === 'number') { + n = vi; + vi = v[i]; + i += 1; + } else { + n = 1; + } + match = false; + while (n > 0) { + if (style_value(vi)) { + match = true; + n -= 1; + } else { + break; + } + } + if (match) { + return true; + } + } + start = i; + once = []; + for (;;) { + round = false; + for (i = start; i < v.length; i += 1) { + if (!once[i]) { + if (style_value(css_attribute_data[v[i]])) { + match = true; + round = true; + once[i] = true; + break; + } + } + } + if (!round) { + return match; + } + } + } + + function style_child() { + if (next_token.id === '(number)') { + advance(); + if (next_token.string === 'n' && next_token.identifier) { + no_space_only(); + advance(); + if (next_token.id === '+') { + no_space_only(); + advance('+'); + no_space_only(); + advance('(number)'); + } + } + return; + } else { + if (next_token.identifier && + (next_token.string === 'odd' || next_token.string === 'even')) { + advance(); + return; + } + } + warn('unexpected_a'); + } + + function substyle() { + var v; + for (;;) { + if (next_token.id === '}' || next_token.id === '(end)' || + (xquote && next_token.id === xquote)) { + return; + } + v = style_attribute(); + advance(':'); + if (next_token.identifier && next_token.string === 'inherit') { + advance(); + } else { + if (!style_value(v)) { + warn('unexpected_a'); + advance(); + } + } + if (next_token.id === '!') { + advance('!'); + no_space_only(); + if (next_token.identifier && next_token.string === 'important') { + advance(); + } else { + warn('expected_a_b', + next_token, 'important', artifact()); + } + } + if (next_token.id === '}' || next_token.id === xquote) { + warn('expected_a_b', next_token, ';', artifact()); + } else { + semicolon(); + } + } + } + + function style_selector() { + if (next_token.identifier) { + if (!Object.prototype.hasOwnProperty.call(html_tag, option.cap + ? next_token.string.toLowerCase() + : next_token.string)) { + warn('expected_tagname_a'); + } + advance(); + } else { + switch (next_token.id) { + case '>': + case '+': + advance(); + style_selector(); + break; + case ':': + advance(':'); + switch (next_token.string) { + case 'active': + case 'after': + case 'before': + case 'checked': + case 'disabled': + case 'empty': + case 'enabled': + case 'first-child': + case 'first-letter': + case 'first-line': + case 'first-of-type': + case 'focus': + case 'hover': + case 'last-child': + case 'last-of-type': + case 'link': + case 'only-of-type': + case 'root': + case 'target': + case 'visited': + advance_identifier(next_token.string); + break; + case 'lang': + advance_identifier('lang'); + advance('('); + if (!next_token.identifier) { + warn('expected_lang_a'); + } + advance(')'); + break; + case 'nth-child': + case 'nth-last-child': + case 'nth-last-of-type': + case 'nth-of-type': + advance_identifier(next_token.string); + advance('('); + style_child(); + advance(')'); + break; + case 'not': + advance_identifier('not'); + advance('('); + if (next_token.id === ':' && peek(0).string === 'not') { + warn('not'); + } + style_selector(); + advance(')'); + break; + default: + warn('expected_pseudo_a'); + } + break; + case '#': + advance('#'); + if (!next_token.identifier) { + warn('expected_id_a'); + } + advance(); + break; + case '*': + advance('*'); + break; + case '.': + advance('.'); + if (!next_token.identifier) { + warn('expected_class_a'); + } + advance(); + break; + case '[': + advance('['); + if (!next_token.identifier) { + warn('expected_attribute_a'); + } + advance(); + if (next_token.id === '=' || next_token.string === '~=' || + next_token.string === '$=' || + next_token.string === '|=' || + next_token.id === '*=' || + next_token.id === '^=') { + advance(); + if (next_token.id !== '(string)') { + warn('expected_string_a'); + } + advance(); + } + advance(']'); + break; + default: + stop('expected_selector_a'); + } + } + } + + function style_pattern() { + if (next_token.id === '{') { + warn('expected_style_pattern'); + } + for (;;) { + style_selector(); + if (next_token.id === '= 0) { + warn('unexpected_char_a_b', token, v.charAt(x), a); + } + ids[u] = true; + } else if (a === 'class' || a === 'type' || a === 'name') { + x = v.search(qx); + if (x >= 0) { + warn('unexpected_char_a_b', token, v.charAt(x), a); + } + ids[u] = true; + } else if (a === 'href' || a === 'background' || + a === 'content' || a === 'data' || + a.indexOf('src') >= 0 || a.indexOf('url') >= 0) { + if (option.safe && ux.test(v)) { + stop('bad_url_a', next_token, v); + } + urls.push(v); + } else if (a === 'for') { + if (option.adsafe) { + if (adsafe_id) { + if (v.slice(0, adsafe_id.length) !== adsafe_id) { + warn('adsafe_prefix_a', next_token, adsafe_id); + } else if (!/^[A-Z]+_[A-Z]+$/.test(v)) { + warn('adsafe_bad_id'); + } + } else { + warn('adsafe_bad_id'); + } + } + } else if (a === 'name') { + if (option.adsafe && v.indexOf('_') >= 0) { + warn('adsafe_name_a', next_token, v); + } + } + } + + function do_tag(name, attribute) { + var i, tag = html_tag[name], script, x; + src = false; + if (!tag) { + stop( + bundle.unrecognized_tag_a, + next_token, + name === name.toLowerCase() + ? name + : name + ' (capitalization error)' + ); + } + if (stack.length > 0) { + if (name === 'html') { + stop('unexpected_a', token, name); + } + x = tag.parent; + if (x) { + if (x.indexOf(' ' + stack[stack.length - 1].name + ' ') < 0) { + stop('tag_a_in_b', token, name, x); + } + } else if (!option.adsafe && !option.fragment) { + i = stack.length; + do { + if (i <= 0) { + stop('tag_a_in_b', token, name, 'body'); + } + i -= 1; + } while (stack[i].name !== 'body'); + } + } + switch (name) { + case 'div': + if (option.adsafe && stack.length === 1 && !adsafe_id) { + warn('adsafe_missing_id'); + } + break; + case 'script': + xmode = 'script'; + advance('>'); + if (attribute.lang) { + warn('lang', token); + } + if (option.adsafe && stack.length !== 1) { + warn('adsafe_placement', token); + } + if (attribute.src) { + if (option.adsafe && (!adsafe_may || !approved[attribute.src])) { + warn('adsafe_source', token); + } + if (attribute.type) { + warn('type', token); + } + } else { + step_in(next_token.from); + edge(); + use_strict(); + adsafe_top = true; + script = statements(); + +// JSLint is also the static analyzer for ADsafe. See www.ADsafe.org. + + if (option.adsafe) { + if (adsafe_went) { + stop('adsafe_script', token); + } + if (script.length !== 1 || + aint(script[0], 'id', '(') || + aint(script[0].first, 'id', '.') || + aint(script[0].first.first, 'string', 'ADSAFE') || + aint(script[0].second[0], 'string', adsafe_id)) { + stop('adsafe_id_go'); + } + switch (script[0].first.second.string) { + case 'id': + if (adsafe_may || adsafe_went || + script[0].second.length !== 1) { + stop('adsafe_id', next_token); + } + adsafe_may = true; + break; + case 'go': + if (adsafe_went) { + stop('adsafe_go'); + } + if (script[0].second.length !== 2 || + aint(script[0].second[1], 'id', 'function') || + !script[0].second[1].first || + script[0].second[1].first.length !== 2 || + aint(script[0].second[1].first[0], 'string', 'dom') || + aint(script[0].second[1].first[1], 'string', 'lib')) { + stop('adsafe_go', next_token); + } + adsafe_went = true; + break; + default: + stop('adsafe_id_go'); + } + } + indent = null; + } + xmode = 'html'; + advance(''); + styles(); + xmode = 'html'; + advance(''; + } + + function html() { + + /*jslint confusion: true */ + + var attribute, attributes, is_empty, name, old_white = option.white, + quote, tag_name, tag, wmode; + xmode = 'html'; + xquote = ''; + stack = null; + for (;;) { + switch (next_token.string) { + case '<': + xmode = 'html'; + advance('<'); + attributes = {}; + tag_name = next_token; + name = tag_name.string; + advance_identifier(name); + if (option.cap) { + name = name.toLowerCase(); + } + tag_name.name = name; + if (!stack) { + stack = []; + do_begin(name); + } + tag = html_tag[name]; + if (typeof tag !== 'object') { + stop('unrecognized_tag_a', tag_name, name); + } + is_empty = tag.empty; + tag_name.type = name; + for (;;) { + if (next_token.id === '/') { + advance('/'); + if (next_token.id !== '>') { + warn('expected_a_b', next_token, '>', artifact()); + } + break; + } + if (next_token.id && next_token.id.charAt(0) === '>') { + break; + } + if (!next_token.identifier) { + if (next_token.id === '(end)' || next_token.id === '(error)') { + warn('expected_a_b', next_token, '>', artifact()); + } + warn('bad_name_a'); + } + option.white = false; + spaces(); + attribute = next_token.string; + option.white = old_white; + advance(); + if (!option.cap && attribute !== attribute.toLowerCase()) { + warn('attribute_case_a', token); + } + attribute = attribute.toLowerCase(); + xquote = ''; + if (Object.prototype.hasOwnProperty.call(attributes, attribute)) { + warn('duplicate_a', token, attribute); + } + if (attribute.slice(0, 2) === 'on') { + if (!option.on) { + warn('html_handlers'); + } + xmode = 'scriptstring'; + advance('='); + quote = next_token.id; + if (quote !== '"' && quote !== '\'') { + stop('expected_a_b', next_token, '"', artifact()); + } + xquote = quote; + wmode = option.white; + option.white = true; + advance(quote); + use_strict(); + statements(); + option.white = wmode; + if (next_token.id !== quote) { + stop('expected_a_b', next_token, quote, artifact()); + } + xmode = 'html'; + xquote = ''; + advance(quote); + tag = false; + } else if (attribute === 'style') { + xmode = 'scriptstring'; + advance('='); + quote = next_token.id; + if (quote !== '"' && quote !== '\'') { + stop('expected_a_b', next_token, '"', artifact()); + } + xmode = 'styleproperty'; + xquote = quote; + advance(quote); + substyle(); + xmode = 'html'; + xquote = ''; + advance(quote); + tag = false; + } else { + if (next_token.id === '=') { + advance('='); + tag = next_token.string; + if (!next_token.identifier && + next_token.id !== '"' && + next_token.id !== '\'' && + next_token.id !== '(string)' && + next_token.id !== '(string)' && + next_token.id !== '(color)') { + warn('expected_attribute_value_a', token, attribute); + } + advance(); + } else { + tag = true; + } + } + attributes[attribute] = tag; + do_attribute(attribute, tag); + } + do_tag(name, attributes); + if (!is_empty) { + stack.push(tag_name); + } + xmode = 'outer'; + advance('>'); + break; + case '') { + stop('expected_a_b', next_token, '>', artifact()); + } + xmode = 'outer'; + advance('>'); + break; + case '' || next_token.id === '(end)') { + break; + } + if (next_token.string.indexOf('--') >= 0) { + stop('unexpected_a', next_token, '--'); + } + if (next_token.string.indexOf('<') >= 0) { + stop('unexpected_a', next_token, '<'); + } + if (next_token.string.indexOf('>') >= 0) { + stop('unexpected_a', next_token, '>'); + } + } + xmode = 'outer'; + advance('>'); + break; + case '(end)': + return; + default: + if (next_token.id === '(end)') { + stop('missing_a', next_token, + ''); + } else { + advance(); + } + } + if (stack && stack.length === 0 && (option.adsafe || + !option.fragment || next_token.id === '(end)')) { + break; + } + } + if (next_token.id !== '(end)') { + stop('unexpected_a'); + } + } + + +// The actual JSLINT function itself. + + itself = function JSLint(the_source, the_option) { + + var i, predef, tree; + JSLINT.errors = []; + JSLINT.tree = ''; + begin = prev_token = token = next_token = + Object.create(syntax['(begin)']); + predefined = {}; + add_to_predefined(standard); + property_type = Object.create(standard_property_type); + if (the_option) { + option = Object.create(the_option); + predef = option.predef; + if (predef) { + if (Array.isArray(predef)) { + for (i = 0; i < predef.length; i += 1) { + predefined[predef[i]] = true; + } + } else if (typeof predef === 'object') { + add_to_predefined(predef); + } + } + do_safe(); + } else { + option = {}; + } + option.indent = +option.indent || 4; + option.maxerr = +option.maxerr || 50; + adsafe_id = ''; + adsafe_may = adsafe_top = adsafe_went = false; + approved = {}; + if (option.approved) { + for (i = 0; i < option.approved.length; i += 1) { + approved[option.approved[i]] = option.approved[i]; + } + } else { + approved.test = 'test'; + } + tab = ''; + for (i = 0; i < option.indent; i += 1) { + tab += ' '; + } + global_scope = scope = {}; + global_funct = funct = { + '(scope)': scope, + '(breakage)': 0, + '(loopage)': 0 + }; + functions = [funct]; + + comments_off = false; + ids = {}; + in_block = false; + indent = null; + json_mode = false; + lookahead = []; + member = {}; + node_js = false; + prereg = true; + src = false; + stack = null; + strict_mode = false; + urls = []; + var_mode = null; + warnings = 0; + xmode = ''; + lex.init(the_source); + + assume(); + + try { + advance(); + if (next_token.id === '(number)') { + stop('unexpected_a'); + } else if (next_token.string.charAt(0) === '<') { + html(); + if (option.adsafe && !adsafe_went) { + warn('adsafe_go', this); + } + } else { + switch (next_token.id) { + case '{': + case '[': + json_mode = true; + json_value(); + break; + case '@': + case '*': + case '#': + case '.': + case ':': + xmode = 'style'; + advance(); + if (token.id !== '@' || !next_token.identifier || + next_token.string !== 'charset' || token.line !== 1 || + token.from !== 1) { + stop('css'); + } + advance(); + if (next_token.id !== '(string)' && + next_token.string !== 'UTF-8') { + stop('css'); + } + advance(); + semicolon(); + styles(); + break; + + default: + if (option.adsafe && option.fragment) { + stop('expected_a_b', + next_token, '
      ', artifact()); + } + +// If the first token is a semicolon, ignore it. This is sometimes used when +// files are intended to be appended to files that may be sloppy. A sloppy +// file may be depending on semicolon insertion on its last line. + + step_in(1); + if (next_token.id === ';' && !node_js) { + semicolon(); + } + adsafe_top = true; + tree = statements(); + begin.first = tree; + JSLINT.tree = begin; + // infer_types(tree); + if (option.adsafe && (tree.length !== 1 || + aint(tree[0], 'id', '(') || + aint(tree[0].first, 'id', '.') || + aint(tree[0].first.first, 'string', 'ADSAFE') || + aint(tree[0].first.second, 'string', 'lib') || + tree[0].second.length !== 2 || + tree[0].second[0].id !== '(string)' || + aint(tree[0].second[1], 'id', 'function'))) { + stop('adsafe_lib'); + } + if (tree.disrupt) { + warn('weird_program', prev_token); + } + } + } + indent = null; + advance('(end)'); + } catch (e) { + if (e) { // `~ + JSLINT.errors.push({ + reason : e.message, + line : e.line || next_token.line, + character : e.character || next_token.from + }, null); + } + } + return JSLINT.errors.length === 0; + }; + + +// Data summary. + + itself.data = function () { + var data = {functions: []}, + function_data, + globals, + i, + j, + kind, + members = [], + name, + the_function, + undef = [], + unused = []; + if (itself.errors.length) { + data.errors = itself.errors; + } + + if (json_mode) { + data.json = true; + } + + if (urls.length > 0) { + data.urls = urls; + } + + globals = Object.keys(global_scope).filter(function (value) { + return value.charAt(0) !== '(' && typeof standard[value] !== 'boolean'; + }); + if (globals.length > 0) { + data.globals = globals; + } + + for (i = 1; i < functions.length; i += 1) { + the_function = functions[i]; + function_data = {}; + for (j = 0; j < functionicity.length; j += 1) { + function_data[functionicity[j]] = []; + } + for (name in the_function) { + if (Object.prototype.hasOwnProperty.call(the_function, name)) { + if (name.charAt(0) !== '(') { + kind = the_function[name]; + if (kind === 'unction' || kind === 'unparam') { + kind = 'unused'; + } + if (Array.isArray(function_data[kind])) { + function_data[kind].push(name); + if (kind === 'unused') { + unused.push({ + name: name, + line: the_function['(line)'], + 'function': the_function['(name)'] + }); + } else if (kind === 'undef') { + undef.push({ + name: name, + line: the_function['(line)'], + 'function': the_function['(name)'] + }); + } + } + } + } + } + for (j = 0; j < functionicity.length; j += 1) { + if (function_data[functionicity[j]].length === 0) { + delete function_data[functionicity[j]]; + } + } + function_data.name = the_function['(name)']; + function_data.params = the_function['(params)']; + function_data.line = the_function['(line)']; + function_data['(complexity)'] = the_function['(complexity)']; + data.functions.push(function_data); + } + + if (unused.length > 0) { + data.unused = unused; + } + if (undef.length > 0) { + data['undefined'] = undef; + } + + members = []; + for (name in member) { + if (typeof member[name] === 'number') { + data.member = member; + break; + } + } + + return data; + }; + + + itself.report = function (errors_only) { + var data = itself.data(), err, evidence, i, italics, j, key, keys, length, + mem = '', name, names, output = [], snippets, the_function, type, + warning; + + function detail(h, value) { + var comma_needed, singularity; + if (Array.isArray(value)) { + output.push('
      ' + h + ' '); + value.sort().forEach(function (item) { + if (item !== singularity) { + singularity = item; + output.push((comma_needed ? ', ' : '') + singularity); + comma_needed = true; + } + }); + output.push('
      '); + } else if (value) { + output.push('
      ' + h + ' ' + value + '
      '); + } + } + + if (data.errors || data.unused || data['undefined']) { + err = true; + output.push('
      Error:'); + if (data.errors) { + for (i = 0; i < data.errors.length; i += 1) { + warning = data.errors[i]; + if (warning) { + evidence = warning.evidence || ''; + output.push('

      Problem' + (isFinite(warning.line) + ? ' at line ' + String(warning.line) + + ' character ' + String(warning.character) + : '') + + ': ' + warning.reason.entityify() + + '

      ' + + (evidence && (evidence.length > 80 + ? evidence.slice(0, 77) + '...' + : evidence).entityify()) + '

      '); + } + } + } + + if (data['undefined']) { + snippets = []; + for (i = 0; i < data['undefined'].length; i += 1) { + snippets[i] = '' + data['undefined'][i].name + ' ' + + String(data['undefined'][i].line) + ' ' + + data['undefined'][i]['function'] + ''; + } + output.push('

      Undefined variable: ' + snippets.join(', ') + '

      '); + } + if (data.unused) { + snippets = []; + for (i = 0; i < data.unused.length; i += 1) { + snippets[i] = '' + data.unused[i].name + ' ' + + String(data.unused[i].line) + ' ' + + data.unused[i]['function'] + ''; + } + output.push('

      Unused variable: ' + snippets.join(', ') + '

      '); + } + if (data.json) { + output.push('

      JSON: bad.

      '); + } + output.push('
      '); + } + + if (!errors_only) { + + output.push('
      '); + + if (data.urls) { + detail("URLs
      ", data.urls, '
      '); + } + + if (xmode === 'style') { + output.push('

      CSS.

      '); + } else if (data.json && !err) { + output.push('

      JSON: good.

      '); + } else if (data.globals) { + output.push('
      Global ' + + data.globals.sort().join(', ') + '
      '); + } else { + output.push('
      No new global variables introduced.
      '); + } + + for (i = 0; i < data.functions.length; i += 1) { + the_function = data.functions[i]; + names = []; + if (the_function.params) { + for (j = 0; j < the_function.params.length; j += 1) { + names[j] = the_function.params[j].string; + } + } + output.push('
      ' + + String(the_function.line) + ' ' + + the_function.name.entityify() + + '(' + names.join(', ') + ')
      '); + detail('Undefined', the_function['undefined']); + detail('Unused', the_function.unused); + detail('Closure', the_function.closure); + detail('Variable', the_function['var']); + detail('Exception', the_function.exception); + detail('Outer', the_function.outer); + detail('Global', the_function.global); + detail('Label', the_function.label); + detail('Complexity', the_function['(complexity)']); + } + + if (data.member) { + keys = Object.keys(data.member); + if (keys.length) { + keys = keys.sort(); + output.push('
      /*properties
      '); + mem = ' '; + italics = 0; + j = 0; + if (option.confusion) { + for (i = 0; i < keys.length; i += 1) { + key = keys[i]; + if (typeof standard_property_type[key] !== 'string') { + name = ix.test(key) + ? key + : '\'' + key.entityify().replace(nx, sanitize) + '\''; + if (data.member[key] === 1) { + name = '' + name + ''; + italics += 1; + j = 1; + } + if (i < keys.length - 1) { + name += ', '; + } + if (mem.length + name.length - (italics * 7) > 80) { + output.push(mem + '
      '); + mem = ' '; + italics = j; + } + mem += name; + j = 0; + } + } + } else { + for (i = 0; i < keys.length; i += 1) { + key = keys[i]; + type = property_type[key]; + if (typeof type !== 'string') { + type = ''; + } + if (standard_property_type[key] !== type) { + name = ix.test(key) + ? key + : '\'' + key.entityify().replace(nx, sanitize) + '\''; + length += name.length + 2; + if (data.member[key] === 1) { + name = '' + name + ''; + italics += 1; + j = 1; + } + if (type) { + name += ': ' + type; + } + if (i < keys.length - 1) { + name += ', '; + } + if (mem.length + name.length - (italics * 7) > 80) { + output.push(mem + '
      '); + mem = ' '; + italics = j; + } + mem += name; + j = 0; + } + } + } + output.push(mem + '
      */
      '); + } + output.push('
      '); + } + } + return output.join(''); + }; + itself.jslint = itself; + + itself.edition = '2011-10-17'; + + return itself; + +}()); \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 sbin/res/rhino.jar Binary file sbin/res/rhino.jar has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/LdtPlayer.css --- a/src/css/LdtPlayer.css Tue Oct 04 11:16:06 2011 +0200 +++ b/src/css/LdtPlayer.css Fri Apr 06 16:55:34 2012 +0200 @@ -1,166 +1,968 @@ - #demo-frame > div.demo { padding: 5px !important; }; - - button.ui-button-icon-only { - height:1.5em; - width:1.5em; - } - - #Ldt-loader { - background:url(imgs/loader.gif) no-repeat; - width:20px; - height:16px; - float:left; - } - - #Ldt-controler { - font-size: 62.5%; - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - background-color:#eeeeee; - height:35px; - padding:5px; - } - - .Ldt-iri-chapter{ - padding-top:10px; - padding-bottom:5px; - border-left:solid 1px #000; - border-right:solid 1px #000; - } - - .tooltip { - display:none; - background:transparent url(imgs/white_arrow_mini.png); - font-size:12px; - height:55px; - width:180px; - padding:10px; - padding-left:15px; - padding-top:15px; - padding-right:15px; - color:#000; - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - } - #Ldt-Root{ - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - } - #Ldt-Hat{ - height:3px; - } - #Ldt-Annotations{ - padding-left:5px; - width:470px; - float:left; - font-size: 62.5%; - } - #Ldt-SaTitle{ - padding-top:2px; - padding-bottom:5px; - font-size:18px; - height:22p; - } - #Ldt-SaDescription{ - font-size:12px; - } - #Ldt-Show-Arrow-container{ - margin-left:60px; - } - #Ldt-Show-Arrow{ - position:relative; - background:url(imgs/grey_arrow_Show.png); - width:27px; - height:13px; - margin-top:12px; - margin-left:-10px; - z-index:999; - } - - #Ldt-Show-Tags{ - position:relative; - height:13px; - margin-top:-10px; - border: solid 1px #000; - } - #Ldt-ShowAnnotation-video{ - position:absolute; - z-index: 999; - padding:5px; - background:url(imgs/transBlack.png); - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - color:#FFF; - } - #Ldt-ShowAnnotation-audio{ - position:relative; - padding:5px; - background-color:#cfcfcf; - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - color:#4D4D4D; - } - #Ldt-SaKeyword{ - background-color:#b9b9b9; - color:#4D4D4D; - padding:5px; - font-weight:bold; - text-align:left; - float:left; - font-size:10px; - } - #Ldt-SaShareTools{ - text-align:right; - float:right; - } - - - #Ldt-PlaceHolder{ - position:absolue; - float:none; - } - - .Ldt-mode-radio{ - visibility:hidden; - height:0px; - display:none - } - - .Ldt-Control1{ - width:60px; - float:left; - } - .Ldt-Control2{ - padding-left:10px; - width:60px; - float:left; - } - .Ldt-cleaner { - clear:both; - } - .share { - background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ; - display:block; - height:16px; - line-height:16px !important; - overflow:hidden; - width:16px; - float:left; - cursor:pointer; - margin:2px; - } - .shareFacebook{ - background-position:0 -704px; - } - .shareMySpace{ - background-position:0 -736px; - } - .shareTwitter{ - background-position:0 -1072px; - } - .shareGoogle{ - background-position:0 -752px; - } - .shareDelicious{ - background-position:0 -672px; - } - .shareJamesPot{ - background-position:0 -1808px; - } - - \ No newline at end of file +/* Some general styling classes */ + +.Ldt-floatClear { + display: block; width: 100%; height: 0; clear: both; +} + +ul.Ldt-floatList { + padding: 0; margin: 0; list-style: none; +} + +.Ldt-floatList li { + float: left; +} + + +/* */ + +#demo-frame > div.demo { padding: 5px !important; }; + +button.ui-button-icon-only { + height:1.5em; + width:1.5em; +} + +#Ldt-loader { + background:url(imgs/loader.gif) center no-repeat; + text-indent: -9999px; + position: absolute; +} + +/* general class for all buttons */ +.Ldt-button { + +} + +.Ldt-SegmentsWidget { + /* overflow: auto; /* clear the floats */ + margin-top: 1px; + padding-bottom: 8px; /* FIXME: only a temporary fix. This should be put into the layout manager. */ +} + +.Ldt-iri-chapter { + position: absolute; + height: 10px; + border-right: 1px solid white; +} + +.Ldt-SegmentPositionMarker { + position: absolute; + z-index: 100; + width: 1px; + height: 10px; + background-color: white; +} +.tooltip { + display:none; + background:transparent url(imgs/white_arrow_mini.png); + font-size:12px; + height:55px; + width:180px; + padding:10px; + padding-left:15px; + padding-top:15px; + padding-right:15px; + color:#000; + font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; +} +#Ldt-Root{ + font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; +} +#Ldt-Hat{ + height:3px; +} + +.Ldt-AnnotationsWidget { + font-size: 12px; + font-family: "Arial", "Verdana", "sans-serif"; + background-color:#eeeeee; + background:url('imgs/wire_pattern.png') repeat scroll transparent ; + border: 1px solid #b6b8b8; +} + +.Ldt-Annotation-DoubleBorder { + border: 1px solid white; + overflow: auto; +} + +.Ldt-AnnotationContent { + padding:5px; + padding-left: 12px; + +} + +.Ldt-fbShare { + display: block; + float: left; + width: 24px; + height: 24px; + background:url('imgs/facebook.png'); +} + +.Ldt-TwShare { + display: block; + float: left; + width: 24px; + height: 24px; + background:url('imgs/twitter.png'); +} + +.Ldt-GplusShare { + display: block; + float: left; + width: 24px; + height: 24px; + background:url('imgs/google.png'); +} + +.Ldt-SaTitle{ + padding-top:2px; + padding-bottom:3px; + font-size: 12pt; + color : #0068c4; +} + +.Ldt-SaDescription{ + font-size:12px; +} + +.Ldt-SaKeywords { + font-weight:bold; + font-size:10px; +} + +.Ldt-AnnotationShareIcons { + float:right; + position: relative; +} + + +#Ldt-PlaceHolder{ + position:absolue; + float:none; +} + +.Ldt-Segments{ + float:left; + font-size: 62.5%; +} + +.Ldt-mode-radio{ + visibility:hidden; + height:0px; + display:none +} + +/* player */ +.Ldt-controler { + font-size: 10px; + font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; + background:url('imgs/player_gradient.png') repeat-x transparent ; + height: 25px; + border: 1px solid #b6b8b8; + position: relative; +} + + +.Ldt-LeftPlayerControls { + float:left; +} + +.Ldt-RightPlayerControls { + float: right; +} + +.Ldt-Ctrl-button { + float: left; + width: 30px; height: 25px; + background: url('imgs/player-sprites.png'); + cursor: pointer; +} + +.Ldt-Ctrl-spacer { + float: left; width: 1px; height: 25px; background: #b6b8b8; +} + +.Ldt-CtrlPlay { + margin: 0 15px; +} + +.Ldt-CtrlPlay-PlayState { + background-position: 0 0; +} + +.Ldt-CtrlPlay-PlayState:hover { + background-position: 0 -25px; +} + +.Ldt-CtrlPlay-PlayState:active { + background-position: 0 -50px; +} + +.Ldt-CtrlPlay-PauseState { + background-position: -30px 0; +} + +.Ldt-CtrlPlay-PauseState:hover { + background-position: -30px -25px; +} + +.Ldt-CtrlPlay-PauseState:active { + background-position: -30px -50px; +} + + +.Ldt-CtrlAnnotate { + margin: 0 2px; + background-position: -60px 0; +} + +.Ldt-CtrlAnnotate:hover { + background-position: -60px -25px; +} + +.Ldt-CtrlAnnotate:active { + background-position: -60px -50px; +} + +.Ldt-CtrlSearch { + margin: 0 2px; + background-position: -90px 0; +} + +.Ldt-CtrlSearch:hover { + background-position: -90px -25px; +} + +.Ldt-CtrlSearch:active { + background-position: -90px -50px; +} + +.LdtSearch { + display: none; + width: 165px; + height: 25px; + border: 1px; + border-color: #CFCFCF; + float: left; + text-align: center; +} + +.Ldt-Time { + float: left; + margin: 5px; + font-size: 12px; + font-family: Arial, Verdana, sans-serif; +} + +.Ldt-ElapsedTime { + float: left; + color: #4a4a4a; +} + +.Ldt-TimeSeparator { + margin: 0 4px; + float: left; +} + +.Ldt-TotalTime { + float: left; + color: #b2b2b2; +} + +.Ldt-CtrlSound { + margin: 0 2px; +} + +.Ldt-CtrlSound-Full { + background-position: -120px 0; +} + +.Ldt-CtrlSound-Full:hover { + background-position: -120px -25px; +} + +.Ldt-CtrlSound-Full:active { + background-position: -120px -50px; +} + +.Ldt-CtrlSound-Mute { + background-position: -150px 0; +} + +.Ldt-CtrlSound-Mute:hover { + background-position: -150px -25px; +} + +.Ldt-CtrlSound-Mute:active { + background-position: -150px -50px; +} + +.Ldt-CtrlSound-Half { + background-position: -180px 0; +} + +.Ldt-CtrlSound-Half:hover { + background-position: -180px -25px; +} + +.Ldt-CtrlSound-Half:active { + background-position: -180px -50px; +} + +.Ldt-Ctrl-Volume-Control { + display: none; + position: absolute; + background:url('imgs/player_gradient.png') repeat-x transparent ; + height: 25px; + width: 100px; top: 25px; right: -1px; z-index: 100; + padding: 0 2px; + border: 1px solid #b6b8b8; +} + +.Ldt-Ctrl-Volume-Bar { + height: 5px; margin: 9px 3px 0; background: #cccccc; border: 1px solid #999999; border-radius: 2px; +} + +.Ldt-Ctrl-Volume-Cursor { + position: absolute; top: 2px; width: 6px; height: 19px; background: #a8a8a8; border: 1px solid #999999; border-radius: 2px; + cursor: pointer; +} + +.Ldt-Ctrl-Volume-Control:hover .Ldt-Ctrl-Volume-Cursor { + background: #F7268E; +} + +.Ldt-cleaner { + clear:both; +} + +/* Arrow Widget */ +.Ldt-arrowWidget { + position: relative; + + height:16px; + width:27px; + margin-bottom: -3px; + z-index: 4; + left: 0%; +} + +.Ldt-arrowLeftEdge { + background:url('imgs/left_edge_arrow.png') no-repeat scroll 0 0 transparent ; +} + +.Ldt-arrowCenter { + background:url('imgs/arrow.png') no-repeat scroll 0 0 transparent ; +} + +.Ldt-arrowRightEdge { + background:url('imgs/right_edge_arrow.png') no-repeat scroll 0 0 transparent ; +} + +.cleaner { + clear:both; +} + +.share { + background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ; + display:block; + height:16px; + line-height:16px !important; + overflow:hidden; + width:16px; + float:left; + cursor:pointer; + margin:2px; +} +.shareFacebook{ + background-position:0 -704px; +} +.shareMySpace{ + background-position:0 -736px; +} +.shareTwitter{ + background-position:0 -1072px; +} +.shareGoogle{ + background-position:0 -752px; +} +.shareDelicious{ + background-position:0 -672px; +} +.shareJamesPot{ + background-position:0 -1808px; +} + +.tip{ + position: absolute; + padding : 3px; + z-index: 10000000000; + max-width: 200px; + background: transparent url("imgs/white_arrow_long.png"); + font-size: 12px; + height: 115px; + width: 180px; + padding: 15px 15px 20px; + color: black; + font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; + overflow:hidden; +} + +.tipcolor { + float: left; margin: 2px 4px 2px 0; +} + +.tip img { + max-width: 140px; max-height: 70px; margin: 0 20px; +} + +/* slider */ +.Ldt-SliderMinimized { + height: 6px; +} + +.Ldt-SliderMaximized { + height: 11px; +} + +.Ldt-sliderElementMinimized { + width: 100%; + height: 5px; +} + +.Ldt-sliderElementMaximized { + width: 100%; + height: 10px; +} + +.Ldt-sliderBackground { + background-color: #B6B8B8; + position: absolute; + z-index: 2; + bottom: 1px; + width: 100%; + height: 5px; + +} + +.Ldt-sliderForeground { + background-color: #747474; + z-index: 2; + width: 0px; + position: absolute; + bottom: 1px; + height: 5px; +} + +.Ldt-sliderPositionMarker { + position: absolute; + z-index: 100; + background-color: #f7268e; + height: 5px; + width: 5px; + bottom: 1px; + border-left: 1px solid white; + border-right: 1px solid white; +} + +/* tweet Widget */ +.Ldt-tweetWidget { + font-size: 12px; + font-family: "Arial", "Verdana", "sans-serif"; + background:url('imgs/wire_pattern.png') repeat scroll transparent ; + border: 1px solid #b6b8b8; + border-top: none; + overflow: auto; +} + +.Ldt-tweet-DoubleBorder { + border: 1px solid white; + padding: 5px; + overflow: auto; +} + +.Ldt-tweetAvatar { + float: left; +} + +.Ldt-tweetAvatar-profileArrow { + float: left; + height: 48px; + margin-left: 5px; + margin-right: 5px; + background:url('imgs/profile_arrow.png'); + background-position: 7 10px; +} + +.Ldt-tweet_userHandle { + float: left; + color: #5c8df1; +} + +.Ldt-tweet_realName { + float: left; + margin-left: 3px; +} + +.Ldt-tweetContents { +} + +.Ldt-tweet_date { + float: left; +} + +.Ldt-tweetWidgetKeepOpen { + position: relative; + float: right; + height: 17px; + width: 17px; + margin-right: 1px; + background:url('imgs/minimize.png'); +} + +.Ldt-tweetWidgetMinimize { + position: relative; + float: right; + height: 17px; + width: 17px; + right: 9px; + background:url('imgs/minimize.png'); +} + +.Ldt-tweetWidget * a:link { + color: #729efa; + +} + +.Ldt-TweetReply { + float: left; + margin-left: 16px; +} + +.Ldt-TweetReplyIcon { + background:url('imgs/reply_sprite.png') no-repeat scroll 0 0 transparent ; + width: 14px; + height: 11px; + float: left; + margin-top: 2px; +} + +.Ldt-TweetReplyIcon:hover { + background-position: 0 -11px; +} + +.Ldt-TweetReplyIcon:active { + background-position: 0 -22px; +} + +.Ldt-Retweet { + float: left; + margin-left: 16px; +} + +.Ldt-RetweetIcon { + background:url('imgs/retweet_sprite.png') no-repeat scroll 0 0 transparent ; + width: 14px; + height: 8px; + float: left; + margin-top: 3px; +} + +.Ldt-RetweetIcon:hover { + background-position: 0 -8px; +} + +.Ldt-RetweetIcon:active { + background-position: 0 -16px; +} + +/* styling of a "++" in a tweet */ +.Ldt-PolemicPlusPlus { + background-color: #1d973d; +} + +/* styling of a "==" in a tweet */ +.Ldt-PolemicEqualEqual { + background-color: #5c8df1 +} + +/* styling of a "--" in a tweet */ +.Ldt-PolemicMinusMinus { + background-color: #ce0a15; +} + +/* styling of a "??" in a tweet */ +.Ldt-PolemicQuestion { + background-color: #c5a62d; +} + +/* the styling of a spacer div */ +.Ldt-spacer { + background-color:#eeeeee; +} + +/* sparkline widget */ +.Ldt-sparklineWidget { + position: relative; + margin-bottom: 5px; +} + +.Ldt-sparkLinePositionMarker { + position: absolute; + top: 0px; + width: 0px; + background-color: #333333; + border-right: solid 1px pink; + z-index: 3; + opacity: 0.2; +} + +.Ldt-sparkLine { + position: absolute; + top: 0px; +} + +.Ldt-sparkLineClickOverlay { + position: absolute; + width: 640px; + height: 60px; + z-index: 4; + top: 0px; + opacity: 0.3; +} + +.Ldt-sliceWidget { + position: relative; + width: 100%; + height: 25px; + margin-top: 3px; +} + +.Ldt-sliceBackground { + width: 100%; + background-color: #b6b8b8; + height: 12px; +} + +.Ldt-sliceZone { + position: absolute; + top: 0px; + background:url('imgs/wire_pattern.png') repeat scroll transparent; + height: 12px; + z-index: 2; +} + +.Ldt-sliceLeftHandle { + position: absolute; + top: 0px; + height: 25px; + width: 7px; + background:url('imgs/left_handle.gif') no-repeat scroll transparent; + z-index: 2; +} + +.Ldt-sliceRightHandle { + position: absolute; + top: 0px; + height: 25px; + width: 7px; + background:url('imgs/right_handle.gif') no-repeat scroll transparent; + z-index: 2; +} + +.Ldt-createAnnotationWidget { + font-size: 12px; + font-family: "Arial", "Verdana", "sans-serif"; + background-color:#eeeeee; + background:url('imgs/wire_pattern.png') repeat scroll transparent ; + border: 1px solid #b6b8b8; +} + +.Ldt-createAnnotation-DoubleBorder { + border: 1px solid white; + overflow: auto; + padding: 7px; +} + +.Ldt-createAnnotation-Title { + font-size: 12pt; + color : #0068c4; + float: left; + margin-right: 5px; +} + +.Ldt-createAnnotation-TimeFrame { + font-size: 12pt; + color : #ff5589; + float: left; +} + +.Ldt-createAnnotation-Container { + float: left; width: 100%; clear: both; +} + +.Ldt-createAnnotation-userAvatar { + float: right; + width: 48px; + height: 48px; + margin: 7px 0; + border: 1px solid #babcbc; +} + +.Ldt-createAnnotation-userAvatar img { + float: right; + display: block; + max-width: 100%; + max-height: 100%; +} + +.Ldt-createAnnotation-profileArrow { + float: right; + vertical-align: top; + height: 48px; + width: 15px; + margin: 7px 5px; + background:url('imgs/profile_arrow.png') center no-repeat; +} + +.Ldt-createAnnotation-Description { + float: left; + width: 520px; + height: 56px; padding: 2px; + resize: none; +} + +.Ldt-createAnnotation-btnblock { + float: left; width: 450px; margin: 5px 0; +} + +.Ldt-createAnnotation-btnblock label { + float: left; margin-left: 12px; margin: 2px 8px 2px 0; font-size: 12px; +} + +.Ldt-createAnnotation-keyword-button { + border: 1px solid #ffffff; + background-color: #217bcb; + color: #ffffff; + padding: 3px 4px; + cursor: pointer; +} + +.Ldt-createAnnotation-active-button .Ldt-createAnnotation-keyword-button { + background-color: #d93c71; +} + +.Ldt-createAnnotation-submitButton { + float: right; + background-color: #d93c71; + color: #ffffff; + cursor: pointer; + background-image: url('imgs/submit_annotation.png'); + background-repeat: no-repeat; + height: 48px; + width: 48px; + position: relative; + margin-top: 3px; + padding: 28px 0 0; + font-size: 13px; + border: none; + text-align: center; +} + +.Ldt-createAnnotation-endScreen { + background-color: #ffffff; + margin-left: 5px; + margin-right: 5px; + border: 1px solid #d6d6d6; + padding: 10px; + font-size: 13px; + font-weight: bold; + color : #f7268e; + text-align: center; +} + +.Ldt-createAnnotation-errorMessage { + color: #D93C71; +} + +.Ldt-createAnnotation-Minimize { + position: relative; + float: right; + height: 17px; + width: 17px; + right: 0px; + background:url('imgs/minimize.png'); +} + +/* polemic tweet annotation buttons */ + +.Ldt-createAnnotation-polemic-button { + margin: 0; + border: 0; + padding: 0; + margin-right: 2px; + width: 38px; + height: 26px; + text-indent: -999px; + background: url(imgs/polemic_buttons_sprite.png); + cursor: pointer; +} + +.Ldt-createAnnotation-polemic-positive:hover { + background-position: 0 -26px; +} +.Ldt-createAnnotation-active-button .Ldt-createAnnotation-polemic-positive { + background-position: 0 -52px; +} + +.Ldt-createAnnotation-polemic-negative { + background-position: -38px 0; +} +.Ldt-createAnnotation-polemic-negative:hover { + background-position: -38px -26px; +} +.Ldt-createAnnotation-active-button .Ldt-createAnnotation-polemic-negative { + background-position: -38px -52px; +} + +.Ldt-createAnnotation-polemic-reference { + background-position: -76px 0; +} +.Ldt-createAnnotation-polemic-reference:hover { + background-position: -76px -26px; +} +.Ldt-createAnnotation-active-button .Ldt-createAnnotation-polemic-reference { + background-position: -76px -52px; +} + +.Ldt-createAnnotation-polemic-question { + background-position: -114px 0; +} +.Ldt-createAnnotation-polemic-question:hover { + background-position: -114px -26px; +} +.Ldt-createAnnotation-active-button .Ldt-createAnnotation-polemic-question { + background-position: -114px -52px; +} + +.Ldt-createAnnotation-spinner { + display: inline; + width: 16px; + height: 16px; + background-image('imgs/spinner.gif'); +} + +.Ldt-createAnnotation-endScreen-TweetLink { + width: 54px; + height: 20px; + background-image('imgs/tweet_button.png'); +} + +.Ldt-createAnnotation-endScreen-FbLink { + width: 55px; + height: 20px; + background-image('imgs/facebook_button.png'); +} + +.Ldt-createAnnotation-endScreen-GplusLink { + width: 50px; + height: 20px; + background-image('imgs/gplus_button.png'); +} +/* AnnotationsListWidget */ + +.Ldt-AnnotationsListWidget { + font-size: 12px; + font-family: "Arial", "Verdana", "sans-serif"; + border: 1px solid #b6b8b8; + overflow: auto; + max-height: 480px; +} + +ul.Ldt-AnnotationsList-ul { + list-style: none; + padding: 0 3px; +} + +li.Ldt-AnnotationsList-li { + cursor: pointer; + float: left; width: 100%; clear: both; + margin: 2px 0; padding: 2px 0; +} + +.Ldt-AnnotationsList-li:hover { + background-color: #e9e9e9; +} + +.Ldt-AnnotationsList-highlight { + background: #F7268E; color: #ffffff; +} + +.Ldt-AnnotationsListWidget a { + text-decoration: none; +} + +.Ldt-AnnotationsList-Thumb-Placeholder { + float: left; + height: 64px; + width: 64px; + background-image: url('imgs/video_sequence.png'); +} + +.Ldt-AnnotationsList-Thumbnail { + border: none; + float: left; + max-width: 64px; + max-height: 64px; +} + +.Ldt-AnnotationsList-Duration { + color : #f7268e; + float: right; text-align: right; +} + +.Ldt-AnnotationsList-Title { + color: #0068c4; + font-size: 13px; + margin: 0 0 2px 64px; +} + +.Ldt-AnnotationsList-Description { + clear: both; + margin: 2px 0; +} + +ul.Ldt-AnnotationsList-Tags { + width: 100%; list-style: none; clear: both; padding: 0; margin: 2px 0; +} + +li.Ldt-AnnotationsList-Tag-Li { + float: left; margin: 2px; background: #0068c4; color: #fff; padding: 4px; +} + +li.Ldt-AnnotationsList-Tag-Li:hover { + background: #F7268E; +} + +/* Tagcloud */ + +.Ldt-TagCloud { + font-family: "PT Sans", Arial, Helvetica, sans-serif; +} + +.Ldt-TagCloud ul { + list-style: none; padding: 0; margin: 5px; text-align: center; +} + +.Ldt-TagCloud li { + display: inline-block; margin: 2px; cursor:pointer; cursor:hand; +} + +.Ldt-TagCloud li:hover { + color: #0099ff; +} + +.Ldt-TagCloud-actif { + color: #c000c0; +} diff -r 7b55777486c3 -r 75ba66457232 src/css/LdtPlayerFc.css --- a/src/css/LdtPlayerFc.css Tue Oct 04 11:16:06 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,182 +0,0 @@ - #demo-frame > div.demo { padding: 5px !important; }; - - button.ui-button-icon-only { - height:1.5em; - width:1.5em; - } - - #Ldt-loader{ - background:url(imgs/transBlack.gif); - width:10px; - height:10px; - } - - #Ldt-controler { - font-size: 62.5%; - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - background-color:#EEE; - height:35px; - padding:5px; - } - - .Ldt-iri-chapter{ - padding-top:10px; - padding-bottom:5px; - border-left:solid 1px #000; - border-right:solid 1px #000; - } - - #Ldt-loader { - background:url(imgs/loader_fc.gif) no-repeat; - width:20px; - height:16px; - float:left; - } - - .tooltip { - display:none; - background:transparent url(imgs/white_arrow_mini.png); - font-size:12px; - height:55px; - width:180px; - padding:10px; - padding-left:15px; - padding-top:15px; - padding-right:15px; - color:#000; - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - } - #Ldt-Root{ - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - } - #Ldt-Hat{ - height:3px; - } - #Ldt-Annotations{ - padding-left:5px; - width:470px; - float:left; - font-size: 62.5%; - } - #Ldt-SaTitle{ - padding-top:2px; - padding-bottom:5px; - font-size:18px; - height:22p; - color:#4D4D4D; - } - #Ldt-SaDescription{ - font-size:12px; - } - #Ldt-Show-Arrow-container{ - margin-left:60px; - } - #Ldt-Show-Arrow{ - position:relative; - background:url(imgs/purple_arrow_Show.png); - width:27px; - height:13px; - margin-top:12px; - margin-left:-10px; - z-index:999999999; - } - - #Ldt-output{ - display:none; - } - #Ldt-Show-Tags{ - position:relative; - height:13px; - margin-top:-10px; - border: solid 1px #000; - } - #Ldt-ShowAnnotation-video{ - position:absolute; - z-index: 999; - padding:5px; - background:url(imgs/transBlack.png); - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - color:#FFF; - } - #Ldt-ShowAnnotation-audio{ - position:relative; - padding:5px; - background-color:#decfe2; - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - color:#4D4D4D; - } - #Ldt-SaKeyword{ - background-color:#bc85be; - color:#4D4D4D; - padding:5px; - font-weight:bold; - text-align:left; - float:left; - font-size:10px; - } - #Ldt-SaShareTools{ - text-align:right; - float:right; - } - - - #Ldt-PlaceHolder{ - position:absolue; - float:none; - } - .Ldt-Search-select{ - padding-top:25px; - } - .Ldt-Search-unselect{ - border-top:0px; - } - - .Ldt-mode-radio{ - visibility:hidden; - height:0px; - display:none - } - - .Ldt-Control1{ - width:60px; - float:left; - } - .Ldt-Control2{ - padding-left:10px; - width:60px; - float:left; - } - .Ldt-cleaner { - clear:both; - } - .share { - background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ; - display:block; - height:16px; - line-height:16px !important; - overflow:hidden; - width:16px; - float:left; - cursor:pointer; - margin:2px; - } - .shareFacebook{ - background-position:0 -704px; - } - .shareMySpace{ - background-position:0 -736px; - } - .shareTwitter{ - background-position:0 -1072px; - } - .shareGoogle{ - background-position:0 -752px; - } - .shareDelicious{ - background-position:0 -672px; - } - .shareJamesPot{ - background-position:0 -1808px; - } - - \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 src/css/LdtPlayerUniverScience.css --- a/src/css/LdtPlayerUniverScience.css Tue Oct 04 11:16:06 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,170 +0,0 @@ - #demo-frame > div.demo { padding: 5px !important; }; - - .ui-widget { - font-size: 1.5em; - } - #Ldt-loader { - background:url(imgs/loader.gif) no-repeat; - width:20px; - height:16px; - float:left; - } - - #Ldt-controler { - font-size: 62.5%; - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - background-color:#262626; - height:35px; - padding:5px; - - margin-left:213px; - } - - .Ldt-iri-chapter{ - padding-top:10px; - padding-bottom:5px; - border-left:solid 1px #000; - border-right:solid 1px #000; - } - - .tooltip { - display:none; - background:transparent url(imgs/white_arrow_mini.png); - font-size:12px; - height:55px; - width:180px; - padding:10px; - padding-left:15px; - padding-top:15px; - padding-right:15px; - color:#000; - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - } - #Ldt-Root{ - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - } - #Ldt-Hat{ - height:3px; - } - #Ldt-Annotations{ - padding-left:5px; - width:470px; - float:left; - font-size: 62.5%; - } - #Ldt-SaTitle{ - padding-top:2px; - padding-bottom:5px; - font-size:18px; - height:22p; - } - #Ldt-SaDescription{ - font-size:12px; - visibility:hidden; - display:none; - } - #Ldt-Show-Arrow-container{ - margin-left:60px; - } - #Ldt-Show-Arrow{ - position:relative; - background:url(http://www.cybunk.com/iritest/universcience/des-souris-dans-un-labyrinthe_fichiers/grey_arrow_Show.png); - width:27px; - height:13px; - margin-top:20px; - margin-left:-10px; - } - - #Ldt-Show-Tags{ - position:relative; - height:13px; - margin-top:-10px; - border: solid 1px #000; - } - #Ldt-ShowAnnotation-video{ - position:absolute; - z-index: 999; - padding:5px; - background:url(imgs/transBlack.png); - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - color:#FFF; - } - #Ldt-ShowAnnotation-audio{ - position:relative; - padding:5px; - background-color:#131313; - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - color:#fff; - margin-left:213px; - } - #Ldt-SaKeyword{ - background-color:#444343; - color:#fff; - padding:5px; - font-weight:bold; - text-align:left; - float:left; - font-size:10px; - - margin-left:213px; - } - #Ldt-SaShareTools{ - text-align:right; - float:right; - } - - - #Ldt-PlaceHolder{ - position:absolue; - float:none; - } - - .Ldt-mode-radio{ - visibility:hidden; - height:0px; - display:none - } - - .Ldt-Control1{ - width:60px; - float:left; - } - .Ldt-Control2{ - padding-left:10px; - width:60px; - float:left; - } - .Ldt-cleaner { - clear:both; - } - .share { - background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ; - display:block; - height:16px; - line-height:16px !important; - overflow:hidden; - width:16px; - float:left; - cursor:pointer; - margin:2px; - } - .shareFacebook{ - background-position:0 -704px; - } - .shareMySpace{ - background-position:0 -736px; - } - .shareTwitter{ - background-position:0 -1072px; - } - .shareGoogle{ - background-position:0 -752px; - } - .shareDelicious{ - background-position:0 -672px; - } - .shareJamesPot{ - background-position:0 -1808px; - } - - \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 src/css/demo.css --- a/src/css/demo.css Tue Oct 04 11:16:06 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,175 +0,0 @@ - #demo-frame > div.demo { padding: 5px !important; }; - - button.ui-button-icon-only { - height:1.5em; - width:1.5em; - } - - #Ldt-loader{ - background:url(imgs/transBlack.gif); - width:10px; - height:10px; - } - - #Ldt-controler { - font-size: 62.5%; - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - background-color:#DECFE2; - height:35px; - padding:5px; - } - - .Ldt-iri-chapter{ - padding-top:10px; - padding-bottom:5px; - border-left:solid 1px #000; - border-right:solid 1px #000; - } - - #Ldt-loader { - background:url(imgs/loader_fc.gif) no-repeat; - width:20px; - height:16px; - float:left; - } - - .tooltip { - display:none; - background:transparent url(imgs/white_arrow_mini.png); - font-size:12px; - height:55px; - width:180px; - padding:10px; - padding-left:15px; - padding-top:15px; - padding-right:15px; - color:#000; - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - } - #Ldt-Root{ - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - } - #Ldt-Hat{ - height:3px; - } - #Ldt-Annotations{ - padding-left:5px; - width:470px; - float:left; - font-size: 62.5%; - } - #Ldt-SaTitle{ - padding-top:2px; - padding-bottom:5px; - font-size:18px; - height:22p; - color:#FFF; - } - #Ldt-SaDescription{ - font-size:12px; - } - #Ldt-Show-Arrow-container{ - margin-left:60px; - } - #Ldt-Show-Arrow{ - position:relative; - background:url(imgs/grey_arrow_Show.png); - width:27px; - height:13px; - margin-top:12px; - margin-left:-10px; - } - - #Ldt-output{ - display:none; - } - #Ldt-Show-Tags{ - position:relative; - height:13px; - margin-top:-10px; - border: solid 1px #000; - } - #Ldt-ShowAnnotation-video{ - position:absolute; - z-index: 999; - padding:5px; - background:url(imgs/transBlack.png); - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - color:#FFF; - } - #Ldt-ShowAnnotation-audio{ - position:relative; - padding:5px; - background-color:#773584; - font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - color:#000000; - } - #Ldt-SaKeyword{ - background-color:#28042D; - color:#FFFFFF; - padding:5px; - font-weight:bold; - text-align:left; - float:left; - font-size:10px; - } - #Ldt-SaShareTools{ - text-align:right; - float:right; - } - - - #Ldt-PlaceHolder{ - position:absolue; - float:none; - } - - .Ldt-mode-radio{ - visibility:hidden; - height:0px; - display:none - } - - .Ldt-Control1{ - width:60px; - float:left; - } - .Ldt-Control2{ - padding-left:10px; - width:60px; - float:left; - } - .Ldt-cleaner { - clear:both; - } - .share { - background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ; - display:block; - height:16px; - line-height:16px !important; - overflow:hidden; - width:16px; - float:left; - cursor:pointer; - margin:2px; - } - .shareFacebook{ - background-position:0 -704px; - } - .shareMySpace{ - background-position:0 -736px; - } - .shareTwitter{ - background-position:0 -1072px; - } - .shareGoogle{ - background-position:0 -752px; - } - .shareDelicious{ - background-position:0 -672px; - } - .shareJamesPot{ - background-position:0 -1808px; - } - - \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/annotate_arrow.png Binary file src/css/imgs/annotate_arrow.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/arrow.png Binary file src/css/imgs/arrow.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/facebook.png Binary file src/css/imgs/facebook.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/facebook_button.png Binary file src/css/imgs/facebook_button.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/google.png Binary file src/css/imgs/google.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/gplus_button.png Binary file src/css/imgs/gplus_button.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/left_edge_arrow.png Binary file src/css/imgs/left_edge_arrow.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/left_handle.gif Binary file src/css/imgs/left_handle.gif has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/loader.gif Binary file src/css/imgs/loader.gif has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/loader_fc.gif Binary file src/css/imgs/loader_fc.gif has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/loader_fc2.gif Binary file src/css/imgs/loader_fc2.gif has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/minimize.png Binary file src/css/imgs/minimize.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/player-sprites.png Binary file src/css/imgs/player-sprites.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/player_gradient.png Binary file src/css/imgs/player_gradient.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/polemic_buttons_sprite.png Binary file src/css/imgs/polemic_buttons_sprite.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/profile_arrow.png Binary file src/css/imgs/profile_arrow.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/reply_sprite.png Binary file src/css/imgs/reply_sprite.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/retweet_sprite.png Binary file src/css/imgs/retweet_sprite.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/right_edge_arrow.png Binary file src/css/imgs/right_edge_arrow.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/right_handle.gif Binary file src/css/imgs/right_handle.gif has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/spinner.gif Binary file src/css/imgs/spinner.gif has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/submit_annotation.png Binary file src/css/imgs/submit_annotation.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/tweet_button.png Binary file src/css/imgs/tweet_button.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/twitter.png Binary file src/css/imgs/twitter.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/user_default_icon.png Binary file src/css/imgs/user_default_icon.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/video_sequence.png Binary file src/css/imgs/video_sequence.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/white_arrow_long.png Binary file src/css/imgs/white_arrow_long.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/css/imgs/wire_pattern.png Binary file src/css/imgs/wire_pattern.png has changed diff -r 7b55777486c3 -r 75ba66457232 src/js/LdtPlayer.js --- a/src/js/LdtPlayer.js Tue Oct 04 11:16:06 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1129 +0,0 @@ -/* - * Copyright 2010 Institut de recherche et d'innovation - * contributor(s) : Samuel Huron - * Use Silvia Pfeiffer 's javascript mediafragment implementation - * - * contact@iri.centrepompidou.fr - * http://www.iri.centrepompidou.fr - * - * This software is a computer program whose purpose is to show and add annotations on a video . - * This software is governed by the CeCILL-C license under French law and - * abiding by the rules of distribution of free software. You can use, - * modify and/ or redistribute the software under the terms of the CeCILL-C - * license as circulated by CEA, CNRS and INRIA at the following URL - * "http://www.cecill.info". - * - * The fact that you are presently reading this means that you have had - * knowledge of the CeCILL-C license and that you accept its terms. -*/ - -if ( window.IriSP === undefined && window.__IriSP === undefined ) { - var IriSP = {}; - var __IriSP = IriSP; /* for backward compatibility */ -} - - -// Official instance - to refactor ? -IriSP.MyLdt = null; -IriSP.MyTags = null; -IriSP.MyApiPlayer = null; -IriSP.player = null; - -// genral var (old code) - to refactor -IriSP.Durration = null; -IriSP.playerLdtWidth = null; -IriSP.playerLdtHeight = null; - - -IriSP.init = function ( config ) { - if ( config === null ) { - IriSP.config = IriSP.configDefault; - } else { - - IriSP.config = config; - - if ( IriSP.config.player.params == null ) { - IriSP.config.player.params = IriSP.configDefault.player.params; - } - - if ( IriSP.config.player.flashvars == null ) { - IriSP.config.player.flashvars = IriSP.configDefault.player.flashvars; - } - - if ( IriSP.config.player.attributes == null ) { - IriSP.config.player.attributes = IriSP.configDefault.player.attributes; - } - } - - var metadataSrc = IriSP.config.metadata.src; - var guiContainer = IriSP.config.gui.container; - var guiMode = IriSP.config.gui.mode; - var guiLdtShareTool = IriSP.LdtShareTool; - - // Localize jQuery variable - IriSP.jQuery = null; - - /* FIXME : to refactor using popcorn.getscript ? */ - /******** Load jQuery if not present *********/ - if ( window.jQuery === undefined || window.jQuery.fn.jquery !== '1.4.2' ) { - - var script_tag = document.createElement( 'script' ); - script_tag.setAttribute( "type", "text/javascript" ); - script_tag.setAttribute( "src", IriSP.lib.jQuery ); - - script_tag.onload = scriptLibHandler; - script_tag.onreadystatechange = function () { // Same thing but for IE - if ( this.readyState == 'complete' || this.readyState == 'loaded' ) { - scriptLibHandler(); - } - }; - - // Try to find the head, otherwise default to the documentElement - ( document.getElementsByTagName("head")[0] || document.documentElement ).appendChild( script_tag ); - } else { - // The jQuery version on the window is the one we want to use - IriSP.jQuery = window.jQuery; - scriptLibHandler(); - } - - /******** Called once jQuery has loaded ******/ - function scriptLibHandler() { - - var script_jqUi_tooltip = document.createElement( 'script' ); - script_jqUi_tooltip.setAttribute( "type", "text/javascript" ); - script_jqUi_tooltip.setAttribute( "src", IriSP.lib.jQueryToolTip ); - script_jqUi_tooltip.onload = scriptLoadHandler; - script_jqUi_tooltip.onreadystatechange = function () { // Same thing but for IE - if ( this.readyState == 'complete' || this.readyState == 'loaded' ) { - scriptLoadHandler( "jquery.tools.min.js loded" ); - } - }; - - var script_swfObj = document.createElement('script'); - script_swfObj.setAttribute( "type","text/javascript" ); - script_swfObj.setAttribute( "src",IriSP.lib.swfObject ); - script_swfObj.onload = scriptLoadHandler; - script_swfObj.onreadystatechange = function () { // Same thing but for IE - if ( this.readyState == 'complete' || this.readyState == 'loaded' ) { - scriptLoadHandler( "swfobject.js loded" ); - } - }; - - var script_jqUi = document.createElement( 'script' ); - script_jqUi.setAttribute( "type","text/javascript" ); - script_jqUi.setAttribute( "src",IriSP.lib.jQueryUI ); - script_jqUi.onload = scriptLoadHandler; - script_jqUi.onreadystatechange = function () { // Same thing but for IE - if ( this.readyState == 'complete' || this.readyState == 'loaded' ) { - scriptLoadHandler( "jquery-ui.min.js loded" ); - } - }; - - - ( document.getElementsByTagName("head")[0] || document.documentElement ).appendChild( script_jqUi_tooltip); - ( document.getElementsByTagName("head")[0] || document.documentElement ).appendChild( script_jqUi ); - ( document.getElementsByTagName("head")[0] || document.documentElement ).appendChild( script_swfObj ); - - - }; - - /******** Called once all lib are loaded ******/ - var loadLib = 0; - /* FIXME : ugly */ - function scriptLoadHandler( Mylib ) { - //alert(Mylib); - loadLib +=1; - if( loadLib===3 ) { - main(); - } - }; - - /******** Our main function ********/ - function main() { - - - // Make our own IriSP.jQuery and restore window.jQuery if there was one. - IriSP.jQuery = window.jQuery.noConflict( true ); - // Call ours Jquery - IriSP.jQuery( document ).ready( function($) { - - /******* Load CSS *******/ - var css_link_jquery = IriSP.jQuery( "", { - rel: "stylesheet", - type: "text/css", - href: IriSP.lib.cssjQueryUI, - 'class': "dynamic_css" - } ); - var css_link_custom = IriSP.jQuery( "", { - rel: "stylesheet", - type: "text/css", - href: IriSP.config.gui.css, - 'class': "dynamic_css" - } ); - - css_link_jquery.appendTo( 'head' ); - css_link_custom.appendTo( 'head' ); - - // to see dynamicly loaded css on IE - if ( $.browser.msie ) { - $( '.dynamic_css' ).clone().appendTo( 'head' ); - } - - //__IriSP.trace("main","ready createMyHtml"); - - IriSP.createPlayerChrome(); - - /******* Load Metadata *******/ - IriSP.getMetadata(); - - }); - } - -}; - - -__IriSP.Media = function ( id, url, duration, title, description ) { - this.id = id; - this.url = url; - this.title = title; - this.description = description; - this.duration = duration; - this.lignes = new Array(); - - IriSP.trace( "__IriSP.Media" , "Media ID : "+id); - IriSP.trace( "__IriSP.Media" , "Media URL : "+url); - IriSP.trace( "__IriSP.Media" , "Media title : "+title); -}; - -__IriSP.Media.prototype.createPlayerMedia = function ( width, height, MyStreamer, MySwfPath) { - IriSP.MyApiPlayer = new __IriSP.APIplayer( width, height, this.url, this.duration, MyStreamer, MySwfPath); - //createPlayer(width,height,this.url,this.duration,MyStreamer,MySwfPath); -}; - -__IriSP.Media.prototype.getMediaDuration = function () { - return (this.duration); -}; - -__IriSP.Media.prototype.getMediaTitle = function (){ - return (this.title); -}; - - - - - - -/* FIXME : API player - work in progress ... need refactoring of code */ -__IriSP.APIplayer = function ( width, height, url, duration, streamerPath, MySwfPath){ - - - this.player = null; - this.hashchangeUpdate = null; - - this.width = width; - this.height = height; - this.url = url; - this.duration = duration; - this.streamerPath = streamerPath; - this.MySwfPath = MySwfPath; - - IriSP.MyApiPlayer = this; - - IriSP.createPlayer( this.url, this.streamerPath ); - IriSP.trace( "__IriSP.APIplayer", "__IriSP.createPlayer" ); - - //__IriSP.config.player - /* - - dailymotion // &enableApi=1&chromeless=1 - - youtube - - html5 - - flowplayer - - jwplayer - */ - -}; - -__IriSP.APIplayer.prototype.ready = function( player ) { - - //__IriSP.trace("__IriSP.APIplayer.prototype.APIpReady"," __IriSP.createInterface"); - IriSP.createInterface( this.width, this.height, this.duration ); - //__IriSP.trace("__IriSP.APIplayer.prototype.APIpReady","END __IriSP.createInterface"); - - // hashchange EVENT - if ( window.addEventListener ){ - - // for firefox hashchange EVENT - window.addEventListener( "hashchange", function() { - var url = window.location.href; - var time = IriSP.retrieveTimeFragment( url ); - IriSP.trace( "__IriSP.APIplayer.prototype.ready", time ); - if( IriSP.MyApiPlayer.hashchangeUpdate==null ){ - IriSP.MyApiPlayer.seek( time ); - - } else { - IriSP.MyApiPlayer.hashchangeUpdate = null; - } - }, false ); - - } else if (window.attachEvent){ - // for ie hashchange EVENT - window.attachEvent( "onhashchange", function() { - IriSP.trace( "hashchange",time ); - var url = window.location.href; - var time = IriSP.retrieveTimeFragment( url ); - if( IriSP.MyApiPlayer.hashchangeUpdate == null ){ - IriSP.MyApiPlayer.seek(time); - } else { - IriSP.MyApiPlayer.hashchangeUpdate = null; - } - }, false); - } - - // Search - //__IriSP.jQuery("#LdtSearchInput").change(function() {__IriSP.Search(this.value);}); - //__IriSP.jQuery("#LdtSearchInput").live('change', function(event) {__IriSP.Search(this.value);}); - IriSP.jQuery( "#LdtSearchInput" ).keydown( function() { IriSP.Search( this.value );} ); - IriSP.jQuery("#LdtSearchInput").keyup( function() { IriSP.Search( this.value );} ); - -}; - -__IriSP.APIplayer.prototype.pause = function(){ - this.hashchangeUpdate = true; - IriSP.player.sendEvent( 'PAUSE' ); -}; - -__IriSP.APIplayer.prototype.play = function() { - this.hashchangeUpdate = true; - //__IriSP.trace("__IriSP.config.player.type",__IriSP.config.player.type); - if( IriSP.config.player.type=='jwplayer' ){ - - IriSP.player.sendEvent( 'PLAY' ); - - } else if(IriSP.config.player.type == 'dailymotion' - || IriSP.config.player.type == 'youtube' ) { - - var status = IriSP.player.getPlayerState(); - IriSP.trace( "__IriSP.APIplayer.prototype.play.status", status); - if ( status != 1 ){ - IriSP.player.playVideo(); - } else { - IriSP.player.pauseVideo(); - } - } -}; - -__IriSP.APIplayer.prototype.mute = function() { - IriSP.player.sendEvent( 'MUTE' ); - - //alert(__IriSP.jQuery(".ui-icon-volume-on").css("background-position-x")); - /* FIXME : remove hardcoded values */ - if ( IriSP.jQuery( ".ui-icon-volume-on" ).css( "background-position" ) == "-144px -160px" ){ - IriSP.jQuery(" .ui-icon-volume-on ").css(" background-position ", "-130px -160px"); - } else { - IriSP.jQuery( ".ui-icon-volume-on" ).css( "background-position", "-144px -160px" ); - } -}; - -/* FIXME : rename */ -__IriSP.APIplayer.prototype.share = function( network ) { - - /* FIXME : remove hardcoded */ - var MyMessage = encodeURIComponent( "J'écoute Les Retours du Dimanche : " ); - var MyURLNow = window.location.href; - var shareURL = null; - //alert(network+" : "+MyURLNow); - - /* FIXME : use a sharing library */ - if(network == "facebook"){ - shareURL = "http://www.facebook.com/share.php?u="; - }else if(network == "twitter"){ - shareURL = "http://twitter.com/home?status="+MyMessage; - }else if(network == "myspace"){ - shareURL ="http://www.myspace.com/Modules/PostTo/Pages/?u="; - }else if(network == "delicious"){ - shareURL = "http://delicious.com/save?url="; - }else if(network == "JameSpot"){ - shareURL = "http://www.jamespot.com/?action=spotit&u="; - //alert(network+" non actif pour l'instant : "+MyURLNow); - } - - if (shareURL != null) - window.open( shareURL+encodeURIComponent(MyURLNow) ); - //window.location.href = shareURL+encodeURIComponent(MyURLNow); -}; - -__IriSP.APIplayer.prototype.seek = function (time) { - - if( time==0 ) { time=1; } - - IriSP.trace( "__IriSP.APIplayer.prototype.seek", time ); - - if( IriSP.config.player.type=='jwplayer') { - //__IriSP.MyApiPlayer.play() - IriSP.player.sendEvent( 'SEEK', time ); - } else if( IriSP.config.player.type=='dailymotion' - || IriSP.config.player.type=='youtube' ) { - IriSP.player.seekTo( time ); - } - - this.changePageUrlOffset( time ); -}; - -__IriSP.APIplayer.prototype.update = function (time) { - - if( time != 0 ) { - this.hashchangeUpdate = true; - - IriSP.trace( "__IriSP.APIplayer.prototype.update" ,time); - IriSP.player.sendEvent( 'SEEK', time ); - } -}; - -__IriSP.APIplayer.prototype.changePageUrlOffset = function ( time ) { - //alert(time); - IriSP.trace( "__IriSP.APIplayer.prototype.changePageUrlOffset" , "CHANGE URL "+ time); - - window.location.hash = "#t=" + time; - window.location.href = window.location.href; - -}; - -/* Media Fragment functionality by Silvia Pfeiffer */ - -IriSP.jumpToTimeoffset = function ( form ) { - var time = form.time.value; - IriSP.MyApiPlayer.changePageUrlOffset( time ); -}; - -IriSP.retrieveTimeFragment = function ( url ) { - var pageoffset = 0; - var offsettime = 0; - - if ( url.split("#")[1] != null ) { - pageoffset = url.split( "#" )[1]; - if ( pageoffset.substring( 2 ) != null ) { - offsettime = pageoffset.substring( 2 ); - } - } - return offsettime; -}; - -IriSP.ignoreTimeFragment = function( url ){ - - var pageurl = url; - - if ( url.split( "#" )[1] != null ) { - pageurl = url.split( "#" )[0]; - } - - return pageurl; -}; - - -/* code specific to jwplayer / creation and listener */ - -IriSP.currentPosition = 0; -IriSP.currentVolume = 50; -IriSP.player = null; -IriSP.startPosition = null; -IriSP.firstplay = false; - - - -IriSP.createPlayer = function ( url, streamerPath ) { - if( IriSP.config.player.type=='dailymotion' ) { - IriSP.config.player.src = IriSP.config.player.src+"&chromeless=1&enableApi=1"; - } else if ( IriSP.config.player.type=='youtube' ){ - IriSP.config.player.src = IriSP.config.player.src+"&enablejsapi=1&version=3"; - } - - IriSP.trace( "__IriSP.createPlayer", "start" ); - - IriSP.myUrlFragment = url.split( streamerPath ); - - var configTemp = IriSP.jQuery.extend( true, {}, IriSP.config ); - configTemp.player.flashvars.autostart = "true"; - configTemp.player.flashvars.streamer = streamerPath; - configTemp.player.flashvars.file = IriSP.myUrlFragment[1]; - - var flashvars = configTemp.player.flashvars; - var params = configTemp.player.params; - var attributes = configTemp.player.attributes; - - IriSP.trace( - "__IriSP.createPlayer", - "SWFOBJECT src:"+ - IriSP.config.player.src+ - " " +IriSP.config.gui.width+ - " " +IriSP.config.gui.height - ); - - swfobject.embedSWF( - IriSP.config.player.src, - "Ldt-PlaceHolder", - IriSP.config.gui.width, - IriSP.config.gui.height, - "9.0.115", // FIXME : de-hardcode version ? - false, - flashvars, - params, - attributes - ); - - // need a methode to - // re execute if this swf call does'nt work -}; - - -/* jw player api */ -IriSP.playerReady = function (thePlayer) { - - //__IriSP.trace("__IriSP.playerReady","PLAYER READY !!!!!!!!!!!!"); - IriSP.player = window.document[thePlayer.id]; - //__IriSP.trace("__IriSP.playerReady","API CALL "+__IriSP.player); - IriSP.MyApiPlayer.ready( IriSP.player ); - //__IriSP.trace("__IriSP.playerReady","API CALL END "); - - var url = document.location.href; - var time = IriSP.retrieveTimeFragment( url ); - //__IriSP.trace("__IriSP.playerReady"," "+url+" "+time ); - IriSP.startPosition = time; - //__IriSP.trace("__IriSP.playerReady"," LISTENER LAUCHER"); - IriSP.addListeners(); - //__IriSP.trace("__IriSP.playerReady"," LISTENER END"); - -}; - -IriSP.addListeners = function () { - if ( IriSP.player ) { - IriSP.trace("__IriSP.addListeners","ADD Listener "); - IriSP.player.addModelListener( "TIME", "__IriSP.positionListener"); - IriSP.player.addControllerListener( "VOLUME", "__IriSP.volumeListener" ); - IriSP.player.addModelListener( 'STATE', '__IriSP.stateMonitor' ); - } else { - IriSP.setTimeout( "__IriSP.addListeners()", 100 ); - } - - // et changer les boutons -}; - -IriSP.stateMonitor = function ( obj ) { - - if(obj.newstate == 'PAUSED') { - IriSP.trace( "__IriSP.stateMonitor", "PAUSE" ); - IriSP.MyApiPlayer.changePageUrlOffset( IriSP.currentPosition ); - IriSP.jQuery( ".ui-icon-play" ).css( "background-position","0px -160px" ); - - } else if (obj.newstate == 'PLAYING' ){ - - IriSP.trace( "__IriSP.stateMonitor", "PLAYING "+IriSP.startPosition ); - - // force buffering even if autostart is disabled. - if ( IriSP.config.player.flashvars.autostart == "false" && IriSP.firstplay == false && IriSP.startPosition == 0 ) { - IriSP.trace("__IriSP.stateMonitor","first stop ???"); - IriSP.MyApiPlayer.play(); - IriSP.firstplay = true; - IriSP.MyLdt.checkTime( 1 ); - } - - // once that the video is loaded, move it to the correct timecode - if( IriSP.startPosition!=null ){ - IriSP.MyApiPlayer.update( IriSP.startPosition ); - IriSP.startPosition = null; - } - - - IriSP.jQuery( ".ui-icon-play" ).css( "background-position", "-16px -160px" ); - } else if (obj.newstate == 'BUFFERING'){ - IriSP.trace( "__IriSP.stateMonitor", "BUFFERING : "+IriSP.config.player.flashvars.autostart ); - //changePageUrlOffset(currentPosition); - } - -}; - -IriSP.positionListener = function(obj) { - //__IriSP.trace("__IriSP.positionListener",obj.position); - IriSP.currentPosition = obj.position; - var tmp = document.getElementById( "posit" ); - if (tmp) { tmp.innerHTML = "position: " + IriSP.currentPosition; } - IriSP.jQuery( "#slider-range-min" ).slider( "value", obj.position); - IriSP.jQuery( "#amount" ).val(obj.position+" s"); - // display annotation - IriSP.MyLdt.checkTime( IriSP.currentPosition ); - -}; - -IriSP.volumeListener = function (obj) { - IriSP.currentVolume = obj.percentage; - var tmp = document.getElementById("vol"); - if (tmp) { tmp.innerHTML = "volume: " + IriSP.currentVolume; } -}; - - -/* dailymotion api */ -onDailymotionPlayerReady = function (playerid) { - - //alert(playerid); - IriSP.player = document.getElementById( IriSP.config.player.attributes.id ); - IriSP.MyApiPlayer.ready( IriSP.player ); - - var url = document.location.href; - var time = IriSP.retrieveTimeFragment( url ); - IriSP.startPosition = time; - IriSP.DailymotionAddListeners(); - - IriSP.MyApiPlayer.ready(playerid); -}; - -IriSP.DailymotionAddListeners = function () { - if ( IriSP.player ) { - IriSP.trace( "__IriSP.addListeners","ADD Listener " ); - //__IriSP.player.addEventListener("onStateChange", "__IriSP.DailymotionPositionListener"); - setTimeout( "__IriSP.DailymotionPositionListener()", 100); - IriSP.DailymotionPositionListener(); - /* FIXME : works only with jwplayer */ - IriSP.player.addModelListener( "VOLUME", "__IriSP.volumeListener" ); - //__IriSP.player.addModelListener('STATE', '__IriSP.stateMonitor'); - } else { - IriSP.setTimeout( "__IriSP.DailymotionAddListeners()", 100); - } -}; - -IriSP.DailymotionPositionListener = function() { - - IriSP.currentPosition = IriSP.player.getCurrentTime(); - //__IriSP.trace("__IriSP.DailymotionPositionListener",__IriSP.currentPosition); - //__IriSP.trace("__IriSP.currentPosition",__IriSP.currentPosition); - - IriSP.jQuery( "#slider-range-min" ).slider( "value" , IriSP.currentPosition); - IriSP.jQuery( "#amount" ).val( IriSP.currentPosition+" s" ); - // afficher annotation - /*__IriSP.MyLdt.checkTime(__IriSP.currentPosition); - */ - - setTimeout( "__IriSP.DailymotionPositionListener()", 10 ); -}; - -/* youtube api */ -onYouTubePlayerReady= function (playerid){ - - var url = document.location.href; - var time = IriSP.retrieveTimeFragment( url ); - IriSP.player = document.getElementById( IriSP.config.player.attributes.id ); - IriSP.startPosition = time; - - IriSP.MyApiPlayer.ready( IriSP.player ); - - IriSP.MyApiPlayer.seek( time ); - IriSP.MyApiPlayer.play(); - - - IriSP.YouTubeAddListeners(); - IriSP.trace( "onYouTubePlayerReady=", time); - //__IriSP.MyApiPlayer.ready(playerid); -}; - -IriSP.YouTubeAddListeners = function () { - if ( IriSP.player ) { - IriSP.trace( "__IriSP.addListeners", "ADD Listener " ); - IriSP.player.addEventListener( "onStateChange", "__IriSP.YouTubeStateMonitor" ); - setTimeout( "__IriSP.YouTubePositionListener()", 100 ); - - /* FIXME : works only with jwplayer */ - IriSP.player.addModelListener( "VOLUME", "__IriSP.volumeListener" ); - //__IriSP.player.addModelListener('STATE', '__IriSP.stateMonitor'); - } else { - } -}; - -IriSP.YouTubePositionListener = function() { - - IriSP.currentPosition = IriSP.player.getCurrentTime(); - //__IriSP.trace("__IriSP.YouTubePositionListener",__IriSP.currentPosition); - //__IriSP.trace("__IriSP.currentPosition",__IriSP.currentPosition); - - IriSP.MyLdt.checkTime(IriSP.currentPosition); - IriSP.jQuery( "#slider-range-min" ).slider( "value", IriSP.currentPosition ); - IriSP.jQuery( "#amount" ).val( IriSP.currentPosition+" s" ); - // afficher annotation - IriSP.MyLdt.checkTime( IriSP.currentPosition ); - - - setTimeout( "__IriSP.YouTubePositionListener()", 10 ); -}; - -IriSP.YouTubeStateMonitor = function (obj) { - IriSP.player.addModelListener( '__IriSP.YouTubeStateMonitor ', newstate ); - //alert(newstate+" "+obj.newstate); - if(newstate == '2') { - IriSP.trace("__IriSP.stateMonitor","PAUSE"); - IriSP.MyApiPlayer.changePageUrlOffset( IriSP.currentPosition ); - - } else if (newstate == '1' || newstate == '1') { - // une fois la video prete a lire la déplacer au bon timecode - if( IriSP.startPosition!=null ) { - IriSP.MyApiPlayer.update( IriSP.startPosition ); - IriSP.startPosition = null; - } - } else if (newstate == '3'){ - IriSP.trace("__IriSP.stateMonitor","BUFFERING : "); - //changePageUrlOffset(currentPosition); - } - -}; - - -/* utils */ -// code from http://stackoverflow.com/questions/822452/strip-html-from-text-javascript -/* FIXME: maybe make it a little more robust */ -IriSP.stripHtml = function(s){ - return s.replace(/\\&/g, '&').replace(/\\/g, '>').replace(/\\t/g, '   ').replace(/\\n/g, '
      ').replace(/'/g, ''').replace(/"/g, '"'); -}; - -// conversion de couleur Decimal vers HexaDecimal || 000 si fff -/* FIXME : move it somewhere else */ -IriSP.DEC_HEXA_COLOR = function (dec) { - var hexa='0123456789ABCDEF',hex=''; - var tmp; - while (dec>15){ - tmp = dec-(Math.floor(dec/16))*16; - hex = hexa.charAt(tmp)+hex; - dec = Math.floor(dec/16); - } - hex = hexa.charAt(dec)+hex; - if (hex == "FFCC00"){ hex="";/* by default color of Ldt annotation */ } - return(hex); -}; - - -/* Search methods */ -IriSP.SearchOldValue=""; -IriSP.searchblockOpen=false; -IriSP.searchblock = function () { - IriSP.trace( "__IriSP.searchblock", IriSP.searchblockOpen ); - - if ( IriSP.searchblockOpen == false ) { - IriSP.jQuery( ".ui-icon-search" ).css( "background-position", "-144px -112px" ); - //__IriSP.jQuery("#LdtSearch").animate({height:26},250); - IriSP.jQuery("#LdtSearch").show(250); - /* FIXME : refactor this */ - IriSP.jQuery("#LdtSearchInput").css('background-color','#fff'); - IriSP.jQuery("#LdtSearchInput").focus(); - IriSP.jQuery("#LdtSearchInput").attr('value',IriSP.SearchOldValue); - IriSP.Search(IriSP.SearchOldValue); - IriSP.searchblockOpen = true; - } else { - IriSP.SearchOldValue = IriSP.jQuery("#LdtSearchInput").attr('value'); - IriSP.jQuery("#LdtSearchInput").attr('value',''); - IriSP.SearchClean(); - IriSP.jQuery(".ui-icon-search").css("background-position","-160px -112px"); - //__IriSP.jQuery("#LdtSearch").animate({height:0},250); - IriSP.jQuery("#LdtSearch").hide(250); - IriSP.searchblockOpen = false; - } -}; - -/* Search with typeahead */ -IriSP.Search = function ( value ){ - - annotations = IriSP.LDTligne.annotations; - - IriSP.trace("__IriSP.Search", annotations.length+" "+value); - - var found = 0; - var findmem = 0; - var factor = 0; - IriSP.trace(value,value.length); - var valueS = value.toLowerCase(); - IriSP.trace("__IriSP.Search", annotations.length+" "+valueS); - if(valueS.length>=3){ - - for (var i=0; i < annotations.length; ++i){ - annotation = annotations[i]; - - IriSP.jQuery("#output2").text(annotation.title+" ?= "+value); - - chaine1 = annotation.title.toLowerCase(); - chaine2 = annotation.description.toLowerCase(); - chaine3 = annotation.htmlTags.toLowerCase(); - - if(chaine1.indexOf(valueS,0) !=-1){ - found+=1; - } - if(chaine2.indexOf(valueS,0) !=-1){ - found+=1; - } - if(chaine3.indexOf(valueS,0) !=-1){ - found+=1; - } - - findmem += found; - if(found>0){ - factor = found*8; - IriSP.jQuery("#"+annotation.id).dequeue(); - IriSP.jQuery("#"+annotation.id).animate({height:factor},200); - IriSP.jQuery("#"+annotation.id).css('border','2px'); - IriSP.jQuery("#"+annotation.id).css('border-color','red'); - IriSP.jQuery("#"+annotation.id).animate({opacity:0.6},200); - - IriSP.trace("!!!!!!!!!!!!!!!!!!"," ?= "+annotation.id); - IriSP.jQuery("#LdtSearchInput").css('background-color','#e1ffe1'); - }else { - IriSP.jQuery("#"+annotation.id).dequeue(); - IriSP.jQuery("#"+annotation.id).animate({height:0},250); - IriSP.jQuery("#"+annotation.id).animate({opacity:0.3},200); - } - - found = 0; - } - if(findmem==0){ - IriSP.jQuery("#LdtSearchInput").css('background-color','#f6f6f6'); - } - - } else if(value.length==0){ - IriSP.SearchClean(); - IriSP.jQuery("#LdtSearchInput").css('background-color','#fff'); - } else { - IriSP.SearchClean(); - IriSP.jQuery("#LdtSearchInput").css('background-color','#f6f6f6'); - } -}; - -IriSP.SearchClean = function (){ - annotations = IriSP.LDTligne.annotations; - - for (var i=0; i < annotations.length; ++i){ - annotation = annotations[i]; - IriSP.jQuery("#"+annotation.id).dequeue(); - IriSP.jQuery("#"+annotation.id).animate({height:0},100); - IriSP.jQuery("#"+annotation.id).css('border','0px'); - IriSP.jQuery("#"+annotation.id).css('border-color','red'); - IriSP.jQuery("#"+annotation.id).animate({opacity:0.3},100); - } -}; - - -IriSP.SearchThisSegment = function (annotation){ - /* FIXME: to implement */ - IriSP.jQuery("#LdtSearchInput").text(annotation.title); - IriSP.trace("__IriSP.Ligne.prototype.checkTimeLigne",annotation.title); - /*__IriSP.jQuery("#Ldt-SaDescription").text(annotationTempo.description); - __IriSP.jQuery("#Ldt-SaKeywordText").html("Mots clefs : "+annotationTempo.htmlTags);*/ -}; - - -/* CLASS Ligne (annotationType) */ - -IriSP.LDTligne = null; -__IriSP.Ligne = function( id, title, description, duration ) { - this.id = id; - this.title = title; - this.description = description; - // - this.annotations = new Array(); - this.duration = duration; - this.annotationOldRead = ""; - IriSP.LDTligne = this; - IriSP.trace("__IriSP.Ligne","CREATE "+IriSP.LDTligne); -}; - -__IriSP.Ligne.prototype.addAnnotation = function ( id, begin, end, media, title, description, color, tags ) { - var myAnnotation = new __IriSP.Annotation(id,begin,end,media,title,description,color,tags,this.duration); - this.annotations.push(myAnnotation); - //__IriSP.trace("__IriSP.Ligne.prototype.addAnnotation ","add annotation "+title); -}; - -__IriSP.Ligne.prototype.onClickLigneAnnotation = function( id ) { - /* TODO implement */ - //changePageUrlOffset(currentPosition); - //player.sendEvent('SEEK', this.start); - //__IriSP.trace("SEEK",this.start); -}; - -__IriSP.Ligne.prototype.searchLigneAnnotation = function( id ) { - /* TODO implement */ - /*for (){ - }*/ -}; - -__IriSP.Ligne.prototype.listAnnotations = function() { - /* TODO implement */ -}; - -__IriSP.Ligne.prototype.nextAnnotation = function () { - - var annotationCibleNumber = this.numAnnotation(this.annotationOldRead)+1; - var annotationCible = this.annotations[annotationCibleNumber]; - - if( annotationCibleNumberannotationTempo.begin/1000 && time"+IriSP.jQueryAnnotationTemplate+"
      ").appendTo("#Ldt-Annotations"); - // TOOLTIP BUG ! - - IriSP.jQuery("#"+this.id).tooltip({ effect: 'slide'}); - - - IriSP.jQuery("#"+this.id).fadeTo(0,0.3); - IriSP.jQuery("#"+this.id).mouseover(function() { - IriSP.jQuery("#"+this.id).animate({opacity: 0.6}, 5); - }).mouseout(function(){ - IriSP.jQuery("#"+this.id).animate({opacity: 0.3}, 5); - }); - IriSP.trace("__IriSP.Annotation.prototype.draw","ADD ANOTATION : "+this.begin+" "+this.end+" "+IriSP.stripHtml(this.title)+" | "+startPourcent+" | "+endPourcent+" | duration = "+this.duration); - -}; - -__IriSP.Annotation.prototype.drawTags = function(){ - /* FIXME : to implement */ - var KeywordPattern = ' '+' '; - - //__IriSP.trace(" !? Tags : ",this.tags); - - if (this.tags!=undefined){ - for (var i = 0; i < this.tags.length; ++i){ - - //this.htmlTags += ' '+MyTags.getTitle(this.tags[i]['id-ref'])+' '+" , "; - this.htmlTags += ' '+IriSP.MyTags.getTitle(this.tags[i]['id-ref'])+' '+" , "; - - } - } -}; - -__IriSP.Annotation.prototype.tootTipAnnotation = function() { - // 1 chercher le div correspondant - // 2 y mettre les information - return this.color + ' ' + this.type + ' apple'; -}; - -__IriSP.Annotation.prototype.onRollOverAnnotation = function (){ - this.tootTip(); -}; - -__IriSP.Annotation.prototype.timeToPourcent = function(time,timetotal){ - return (parseInt(Math.round(time/timetotal*100))); -}; - - -/* CLASS Tags */ - -__IriSP.Tags = function(object){ - this.myTags = object; - this.htmlTags = null; - this.weigthMax = 0; - //this.mySegments = new array(); -}; - -__IriSP.Tags.prototype.addAnnotation = function (annotation){ - for (var i = 0; i < this.myTags.length; ++i){ - this.myTags[i].mySegments = new Array(); - if (annotation.tags!=null){ - for (var j = 0; j < annotation.tags.length; ++j){ - if (this.myTags[i]['id'] == annotation.tags[j]['id-ref']){ - this.myTags[i].mySegments.push([annotation.begin,annotation.end,annotation.id]); - var weigthTempo = this.myTags[i].mySegments.length; - var tempo = this.myTags[i].mySegments[weigthTempo-1]; - //__IriSP.trace ("__IriSP.Tags.prototype.addAnnotation "," "+this.myTags[i]['meta']['dc:title']+" "+this.myTags[i]['id']+" : "+tempo[0]+" - "+tempo[1]); - - if (this.weigthMax < weigthTempo ){ - this.weigthMax = weigthTempo; - } - } - } - } - } -}; - -__IriSP.Tags.prototype.getTitle = function (id){ - for (var i = 0; i < this.myTags.length; ++i){ - if(this.myTags[i]['id']==id){ - return(this.myTags[i]['meta']['dc:title']); - } - } - -}; - -__IriSP.Tags.prototype.draw = function (){ - - IriSP.trace("__IriSP.Tags.prototype.draw"," !!! WELL START " ); - for (var i = 0; i < this.myTags.length; ++i){ - IriSP.trace("__IriSP.Tags.prototype.draw"," ADD Tags : "+this.myTags[i]['id']); - if(this.myTags[i]['id']!=null){ - this.htmlTags += ' '+this.myTags[i]['meta']['dc:title']+' '+' , '; - } - } - - IriSP.jQuery('#Ldt-Tags').html(this.htmlTags); - IriSP.trace("__IriSP.Tags.prototype.draw"," !!!! END WMAX= "+this.weigthMax ); - -}; - -__IriSP.Tags.prototype.show = function (id){ - - var timeStartOffsetA = 100000000000000000000; - var timeStartOffsetB = 100000000000000000000; - var timeEndOffsetA = 0; - var timeEndOffsetB = 0; - var timeStartID; - var timeEndID; - var WidthPourCent; - var leftPourCent; - var timeStartOffset; - - // case 1 : seul segment - // case 2 : 2 ou X segments - - - for (var i = 0; i < this.myTags.length; ++i){ - if (this.myTags[i]['id']==id){ - IriSP.trace("######### TAG DRAWing : "," END" ); - - for (var j = 0; j < this.myTags[i].mySegments.length; ++j){ - if(timeStartOffset> this.myTags[i].mySegments[j][0]){ - timeStartOffsetA = this.myTags[i].mySegments[j][0]; - timeStartOffsetB = this.myTags[i].mySegments[j][1]; - timeStartID = this.myTags[i].mySegments[j][2] - } - if(timeStartOffset> this.myTags[i].mySegments[j][0]){ - timeEndOffsetA = this.myTags[i].mySegments[j][0]; - timeEndOffsetB = this.myTags[i].mySegments[j][1]; - timeEndID = this.myTags[i].mySegments[j][2] - } - } - - } - } - - // ------------------------------------------------- - // - // ------------------------------------------------- - - leftPourCent = IriSP.timeToPourcent((timeStartOffsetA*1+(timeStartOffsetB-timeStartOffsetA)/2),IriSP.MyLdt.duration); - WidthPourCent = IriSP.timeToPourcent((timeEndOffsetA*1+(timeEndOffsetB-timeEndOffsetA)/2),IriSP.MyLdt.duration)-leftPourCent; - //WidthPourCent = timeToPourcent((timeEndOffsetA*1+(timeEndOffsetB-timeEndOffsetA)/2),MyLdt.duration)-startPourcent; - IriSP.jQuery("#Ldt-Show-Tags").css('left',leftPourCent+'%'); - IriSP.jQuery("#Ldt-Show-Tags").css('width',WidthPourCent+'%'); - IriSP.jQuery("#Ldt-Show-Tags").text('joijoij'); - // like arrow script - - - -}; - diff -r 7b55777486c3 -r 75ba66457232 src/js/data.js --- a/src/js/data.js Tue Oct 04 11:16:06 2011 +0200 +++ b/src/js/data.js Fri Apr 06 16:55:34 2012 +0200 @@ -1,86 +1,111 @@ /* data.js - this file deals with how the players gets and sends data */ -IriSP.getMetadata = function() { - - IriSP.jQuery.ajax({ - dataType: IriSP.config.metadata.load, - url:IriSP.config.metadata.src, - success : function( json ){ - - IriSP.trace( "ajax", "success" ); - - // START PARSING ----------------------- - if( json === "" ){ - alert( "Json load error" ); - } else { - // # CREATE MEDIA // - // # JUSTE ONE PLAYER FOR THE MOMENT // - //__IriSP.jQuery("
      ").appendTo("#output"); - var MyMedia = new __IriSP.Media( - json.medias[0].id, - json.medias[0].href, - json.medias[0]['meta']['dc:duration'], - json.medias[0]['dc:title'], - json.medias[0]['dc:description']); - - IriSP.trace( "__IriSP.MyApiPlayer", - IriSP.config.gui.width+" " - + IriSP.config.gui.height + " " - + json.medias[0].href + " " - + json.medias[0]['meta']['dc:duration'] + " " - + json.medias[0]['meta']['item']['value']); - - // Create APIplayer - IriSP.MyApiPlayer = new __IriSP.APIplayer ( - IriSP.config.gui.width, - IriSP.config.gui.height, - json.medias[0].href, - json.medias[0]['meta']['dc:duration'], - json.medias[0]['meta']['item']['value']); - - // # CREATE THE FIRST LINE // - IriSP.trace( "__IriSP.init.main","__IriSP.Ligne" ); - IriSP.MyLdt = new __IriSP.Ligne( - json['annotation-types'][0].id, - json['annotation-types'][0]['dc:title'], - json['annotation-types'][0]['dc:description'], - json.medias[0]['meta']['dc:duration']); - - // CREATE THE TAG CLOUD // - IriSP.trace( "__IriSP.init.main","__IriSP.Tags" ); - IriSP.MyTags = new __IriSP.Tags( json.tags ); - - // CREATE THE ANNOTATIONS // - // JUSTE FOR THE FIRST TYPE // - /* FIXME: make it support more than one ligne de temps */ - IriSP.jQuery.each( json.annotations, function(i,item) { - if (item.meta['id-ref'] == IriSP.MyLdt.id) { - //__IriSP.trace("__IriSP.init.main","__IriSP.MyLdt.addAnnotation"); - IriSP.MyLdt.addAnnotation( - item.id, - item.begin, - item.end, - item.media, - item.content.title, - item.content.description, - item.content.color, - item.tags); - } - //MyTags.addAnnotation(item); - } ); - IriSP.jQuery.each( json.lists, function(i,item) { - IriSP.trace("lists",""); - } ); - IriSP.jQuery.each( json.views, function(i,item) { - IriSP.trace("views",""); - } ); - } - // END PARSING ----------------------- // - - - }, error : function(data){ - alert("ERROR : "+data); - } - }); +IriSP.DataLoader = function() { + this._cache = {}; + + /* + A structure to hold callbacks for specific urls. We need it because + ajax calls are asynchronous, so it means that sometimes we ask + multiple times for a ressource because the first call hasn't been + received yet. + */ + this._callbacks = {}; +}; + +IriSP.DataLoader.prototype.get = function(url, callback, force_reload) { + var base_url = url.split("&")[0]; + if (typeof force_reload != "undefined" && force_reload && this._cache.hasOwnProperty(base_url)) { + delete this._cache[base_url] + } + if (this._cache.hasOwnProperty(base_url)) { + callback(this._cache[base_url]); + } else { + if (!this._callbacks.hasOwnProperty(base_url)) { + this._callbacks[base_url] = [callback]; + /* we need a closure because this gets lost when it's called back */ + + // uncomment you don't want to use caching. + // IriSP.jQuery.get(url, callback); + + var func = function(data) { + this._cache[base_url] = data; + var i = 0; + + for (i = 0; i < this._callbacks[base_url].length; i++) { + this._callbacks[base_url][i](this._cache[base_url]); + } + delete this._callbacks[base_url]; + }; + + /* automagically choose between json and jsonp */ + if (url.indexOf(document.location.hostname) === -1 && + url.indexOf("http://") !== -1 /* not a relative url */ ) { + // we contacting a foreign domain, use JSONP + + IriSP.jQuery.get(url, {}, IriSP.wrap(this, func), "jsonp"); + } else { -} \ No newline at end of file + // otherwise, hey, whatever rows your boat + IriSP.jQuery.get(url, IriSP.wrap(this, func)); + } + + } else { + /* simply push the callback - it'll get called when the ressource + has been received */ + + this._callbacks[base_url].push(callback); + + } + } +} + +/* the base abstract "class" */ +IriSP.Serializer = function(DataLoader, url) { + this._DataLoader = DataLoader; + this._url = url; + this._data = []; +}; + +IriSP.Serializer.prototype.serialize = function(data) { }; +IriSP.Serializer.prototype.deserialize = function(data) {}; + +IriSP.Serializer.prototype.currentMedia = function() { +}; + +IriSP.Serializer.prototype.getDuration = function() { +}; + +IriSP.Serializer.prototype.sync = function(callback) { + this._DataLoader.get(this._url, callback, force_refresh); +}; + +IriSP.SerializerFactory = function(DataLoader) { + this._dataloader = DataLoader; +}; + +IriSP.SerializerFactory.prototype.getSerializer = function(metadataOptions) { + /* This function returns serializer set-up with the correct + configuration - takes a metadata struct describing the metadata source + */ + + if (metadataOptions === undefined) + /* return an empty serializer */ + return IriSP.Serializer("", ""); + + switch(metadataOptions.type) { + case "json": + return new IriSP.JSONSerializer(this._dataloader, metadataOptions.src); + break; + + case "dummy": /* only used for unit testing - not defined in production */ + return new IriSP.MockSerializer(this._dataloader, metadataOptions.src); + break; + + case "empty": + return new IriSP.Serializer("", "empty"); + break; + + default: + return undefined; + } +}; diff -r 7b55777486c3 -r 75ba66457232 src/js/defaults.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/js/defaults.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,140 @@ +IriSP.language = 'en'; + +IriSP.libFiles = { + defaultDir : "js/libs/", + inDefaultDir : { + jQuery : "jquery.min.js", + jQueryUI : "jquery-ui.min.js", + jQueryToolTip : "jquery.tools.min.js", + swfObject : "swfobject.js", + cssjQueryUI : "jquery-ui.css", + popcorn : "popcorn.js", + jwplayer : "jwplayer.js", + raphael : "raphael.js", + "popcorn.mediafragment" : "popcorn.mediafragment.js", + "popcorn.code" : "popcorn.code.js", + "popcorn.jwplayer" : "popcorn.jwplayer.js", + "popcorn.youtube" : "popcorn.youtube.js", + "tracemanager" : "tracemanager.js" + }, + locations : { + // use to define locations outside defautl_dir + }, + cdn : { + jQueryUI : "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/jquery-ui.js", + jQueryToolTip : "http://cdn.jquerytools.org/1.2.4/all/jquery.tools.min.js", + swfObject : "http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js", + cssjQueryUI : "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css" + }, + useCdn : false +} + +IriSP.widgetsDefaults = { + "LayoutManager" : { + spacer_div_height : 0 + }, + "PlayerWidget" : { + + }, + "AnnotationsWidget" : { + "share_text" : "I'm watching " + }, + "TweetsWidget" : { + default_profile_picture : "https://si0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png", + tweet_display_period : 10000 // how long do we show a tweet ? + }, + "SliderWidget" : { + minimize_period : 850 // how long does the slider stays maximized after the user leaves the zone ? + }, + "SegmentsWidget" : { + cinecast_version : false + }, + "createAnnotationWidget" : { + tags : [ + { + "id" : "digitalstudies", + "meta" : { + "description" : "#digital-studies" + } + }, + { + "id" : "amateur", + "meta" : { + "description" : "#amateur" + }, + } + ], + remote_tags : false, + random_tags : false, + show_from_field : false, + polemic_mode : true, /* enable polemics ? */ + polemics : [{ + "className" : "positive", + "keyword" : "++" + }, { + "className" : "negative", + "keyword" : "--" + }, { + "className" : "reference", + "keyword" : "==" + }, { + "className" : "question", + "keyword" : "??" + }], + cinecast_version : false, /* put to false to enable the platform version, true for the festival cinecast one. */ + + /* where does the widget PUT the annotations - this is a mustache template. id refers to the id of the media ans is filled + by the widget. + */ + api_endpoint_template : "", // platform_url + "/ldtplatform/api/ldt/annotations/{{id}}.json", + api_method : "PUT" + }, + "SparklineWidget" : { + lineColor : "#7492b4", + fillColor : "#aeaeb8", + lineWidth : 2 + }, + "AnnotationsListWidget" : { + ajax_mode : true, /* use ajax to get information about the annotations. + if set to false, only search in the annotations for the + current project. */ + /* the platform generates some funky urls. We replace them afterwards to point to the + correct place - this setting will probably be overwritten by the platform + implementers. + Note that the player has to replace the variables between {{ and }} by its own values. + */ + ajax_url : "", //platform_url + "/ldtplatform/api/ldt/segments/{{media}}/{{begin}}/{{end}}", + ajax_granularity : 10000, /* how much ms should we look before and after the current timecode */ + default_thumbnail : "http://ldt.iri.centrepompidou.fr/static/site/ldt/css/imgs/video_sequence.png", + project_url : "", //platform_url + "/ldtplatform/ldt/front/player/" + /* the beginning of a link to the new front */ + cinecast_version : false, + refresh_interval : 10000 + }, + "StackGraphWidget" : { + defaultcolor : "#585858", + tags : [ + { + "keywords" : [ "++" ], + "description" : "positif", + "color" : "#1D973D" + }, + { + "keywords" : [ "--" ], + "description" : "negatif", + "color" : "#CE0A15" + }, + { + "keywords" : [ "==" ], + "description" : "reference", + "color" : "#C5A62D" + }, + { + "keywords" : [ "??" ], + "description" : "question", + "color" : "#036AAE" + } + ], + streamgraph : false + } +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 src/js/header.js --- a/src/js/header.js Tue Oct 04 11:16:06 2011 +0200 +++ b/src/js/header.js Fri Apr 06 16:55:34 2012 +0200 @@ -1,7 +1,7 @@ /* * - * Copyright 2010 Institut de recherche et d'innovation - * contributor(s) : Samuel Huron + * Copyright 2010-2012 Institut de recherche et d'innovation + * contributor(s) : Karim Hamidou, Samuel Huron, Raphael Velt, Thibaut Cavalie * * contact@iri.centrepompidou.fr * http://www.iri.centrepompidou.fr diff -r 7b55777486c3 -r 75ba66457232 src/js/i18n.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/js/i18n.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,70 @@ +IriSP.I18n = function() { + this.messages = {}; + this.base_lang = 'en'; +} + +IriSP.I18n.prototype.getLanguage = function(lang) { + var _lang = ( + typeof lang != "undefined" + ? lang + : ( + typeof IriSP.language != "undefined" + ? IriSP.language + : this.base_lang + ) + ); + return ( + typeof this.messages[_lang] == "object" + ? _lang + : ( + typeof this.messages[this.base_lang] == "object" + ? this.base_lang + : null + ) + ) +} + +IriSP.I18n.prototype.getMessages = function(lang) { + var _lang = this.getLanguage(lang); + return ( + _lang != null + ? this.messages[_lang] + : {} + ); +} + +IriSP.I18n.prototype.getMessage = function(message, lang) { + var _msgs = this.getMessages(lang); + return ( + typeof _msgs[message] != "undefined" + ? _msgs[message] + : message + ) +} + +IriSP.I18n.prototype.addMessage = function(lang, messagekey, messagevalue) { + if (typeof this.messages[lang] == "undefined") { + this.messages[lang] = {}; + } + this.messages[lang][messagekey] = messagevalue; +} + +IriSP.I18n.prototype.addMessages = function(messagesObj) { + var _this = this; + IriSP.underscore(messagesObj).each(function(_messages, _lang) { + IriSP.underscore(_messages).each(function(_value, _key) { + _this.addMessage(_lang, _key, _value); + }) + }); +} + +IriSP.i18n = new IriSP.I18n(); + +IriSP.i18n.addMessages({ + "fr": { + "loading_wait": "Chargement en cours, veuillez patienter…" + }, + "en": { + "loading_wait": "Loading, please wait…" + } +}) diff -r 7b55777486c3 -r 75ba66457232 src/js/iframe_embed/embedder.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/js/iframe_embed/embedder.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,260 @@ +/* This piece of code is directly requested by the page the player is embedded + on. It creates the iframe the player is embedded in and it reflects changes + to the iframe url in the page url. +*/ + +IriSP = {}; + +window.onhashchange = function() { + var url = window.location.href; + var frame = document.getElementById("metadataplayer_embed"); + + if ( url.split( "#" )[ 1 ] != null ) { + hashvalue = url.split("#")[1]; + frame.contentWindow.postMessage({type: "hashchange", value: hashvalue}, "*"); + } +}; + + +IriSP.handleMessages = function(e) { + var history = window.history; + + if ( !history.pushState ) { + return false; + } + + if (e.data.type === "hashchange") { + console.log(e.data.value); + history.replaceState( {}, "", e.data.value); + } +}; + +// http://stackoverflow.com/questions/799981/document-ready-equivalent-without-jquery +var ready = (function(){ + + var readyList, + DOMContentLoaded, + class2type = {}; + class2type["[object Boolean]"] = "boolean"; + class2type["[object Number]"] = "number"; + class2type["[object String]"] = "string"; + class2type["[object Function]"] = "function"; + class2type["[object Array]"] = "array"; + class2type["[object Date]"] = "date"; + class2type["[object RegExp]"] = "regexp"; + class2type["[object Object]"] = "object"; + + var ReadyObj = { + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + // Hold (or release) the ready event + holdReady: function( hold ) { + if ( hold ) { + ReadyObj.readyWait++; + } else { + ReadyObj.ready( true ); + } + }, + // Handle when the DOM is ready + ready: function( wait ) { + // Either a released hold or an DOMready/load event and not yet ready + if ( (wait === true && !--ReadyObj.readyWait) || (wait !== true && !ReadyObj.isReady) ) { + // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). + if ( !document.body ) { + return setTimeout( ReadyObj.ready, 1 ); + } + + // Remember that the DOM is ready + ReadyObj.isReady = true; + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --ReadyObj.readyWait > 0 ) { + return; + } + // If there are functions bound, to execute + readyList.resolveWith( document, [ ReadyObj ] ); + + // Trigger any bound ready events + //if ( ReadyObj.fn.trigger ) { + // ReadyObj( document ).trigger( "ready" ).unbind( "ready" ); + //} + } + }, + bindReady: function() { + if ( readyList ) { + return; + } + readyList = ReadyObj._Deferred(); + + // Catch cases where $(document).ready() is called after the + // browser event has already occurred. + if ( document.readyState === "complete" ) { + // Handle it asynchronously to allow scripts the opportunity to delay ready + return setTimeout( ReadyObj.ready, 1 ); + } + + // Mozilla, Opera and webkit nightlies currently support this event + if ( document.addEventListener ) { + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", DOMContentLoaded, false ); + // A fallback to window.onload, that will always work + window.addEventListener( "load", ReadyObj.ready, false ); + + // If IE event model is used + } else if ( document.attachEvent ) { + // ensure firing before onload, + // maybe late but safe also for iframes + document.attachEvent( "onreadystatechange", DOMContentLoaded ); + + // A fallback to window.onload, that will always work + window.attachEvent( "onload", ReadyObj.ready ); + + // If IE and not a frame + // continually check to see if the document is ready + var toplevel = false; + + try { + toplevel = window.frameElement == null; + } catch(e) {} + + if ( document.documentElement.doScroll && toplevel ) { + doScrollCheck(); + } + } + }, + _Deferred: function() { + var // callbacks list + callbacks = [], + // stored [ context , args ] + fired, + // to avoid firing when already doing so + firing, + // flag to know if the deferred has been cancelled + cancelled, + // the deferred itself + deferred = { + + // done( f1, f2, ...) + done: function() { + if ( !cancelled ) { + var args = arguments, + i, + length, + elem, + type, + _fired; + if ( fired ) { + _fired = fired; + fired = 0; + } + for ( i = 0, length = args.length; i < length; i++ ) { + elem = args[ i ]; + type = ReadyObj.type( elem ); + if ( type === "array" ) { + deferred.done.apply( deferred, elem ); + } else if ( type === "function" ) { + callbacks.push( elem ); + } + } + if ( _fired ) { + deferred.resolveWith( _fired[ 0 ], _fired[ 1 ] ); + } + } + return this; + }, + + // resolve with given context and args + resolveWith: function( context, args ) { + if ( !cancelled && !fired && !firing ) { + // make sure args are available (#8421) + args = args || []; + firing = 1; + try { + while( callbacks[ 0 ] ) { + callbacks.shift().apply( context, args );//shifts a callback, and applies it to document + } + } + finally { + fired = [ context, args ]; + firing = 0; + } + } + return this; + }, + + // resolve with this as context and given arguments + resolve: function() { + deferred.resolveWith( this, arguments ); + return this; + }, + + // Has this deferred been resolved? + isResolved: function() { + return !!( firing || fired ); + }, + + // Cancel + cancel: function() { + cancelled = 1; + callbacks = []; + return this; + } + }; + + return deferred; + }, + type: function( obj ) { + return obj == null ? + String( obj ) : + class2type[ Object.prototype.toString.call(obj) ] || "object"; + } + } + // The DOM ready check for Internet Explorer + function doScrollCheck() { + if ( ReadyObj.isReady ) { + return; + } + + try { + // If IE is used, use the trick by Diego Perini + // http://javascript.nwbox.com/IEContentLoaded/ + document.documentElement.doScroll("left"); + } catch(e) { + setTimeout( doScrollCheck, 1 ); + return; + } + + // and execute any waiting functions + ReadyObj.ready(); + } + // Cleanup functions for the document ready method + if ( document.addEventListener ) { + DOMContentLoaded = function() { + document.removeEventListener( "DOMContentLoaded", DOMContentLoaded, false ); + ReadyObj.ready(); + }; + + } else if ( document.attachEvent ) { + DOMContentLoaded = function() { + // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). + if ( document.readyState === "complete" ) { + document.detachEvent( "onreadystatechange", DOMContentLoaded ); + ReadyObj.ready(); + } + }; + } + function ready( fn ) { + // Attach the listeners + ReadyObj.bindReady(); + + var type = ReadyObj.type( fn ); + + // Add the callback + readyList.done( fn );//readyList is result of _Deferred() + } + return ready; +})(); + +ready(function() { window.addEventListener('message', IriSP.handleMessages, false); }); \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 src/js/init.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/js/init.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,257 @@ +/* init.js - initialization and configuration of Popcorn and the widgets +exemple json configuration: + + */ + +/** + set up the IriSP.__dataloader instance - + we need it because we have to get the metadata + about the video before that the widget have even + loaded. +*/ +IriSP.setupDataLoader = function() { + /* we set it up separately because we need to + get data at the very beginning, for instance when + setting up the video */ + IriSP.__dataloader = new IriSP.DataLoader(); +}; + +/** do some magic to configure popcorn according to the options object passed. + Works for html5, jwplayer and youtube videos +*/ +IriSP.configurePopcorn = function (layoutManager, options) { + var pop; + var ret = layoutManager.createDiv(); + var containerDiv = ret[0]; + var spacerDiv = ret[1]; + + /* insert one pixel of margin between the video and the first widget, using the + spacer. + */ + IriSP.jQuery("#" + spacerDiv).css("height", "1px"); + + switch(options.type) { + /* + todo : dynamically create the div/video tag which + will contain the video. + */ + case "html5": + var tmpId = Popcorn.guid("video"); + IriSP.jQuery("#" + containerDiv).append(""); + + if (options.hasOwnProperty("width")) + IriSP.jQuery("#" + containerDiv).css("width", options.width); + + if (options.hasOwnProperty("height")) + IriSP.jQuery("#" + containerDiv).css("height", options.height); + + pop = Popcorn("#" + tmpId); + break; + + case "jwplayer": + var opts = IriSP.jQuery.extend({}, options); + delete opts.container; + delete opts.type; + + + /* Try to guess options.file and options.streamer only if file and streamer + are not already defined in the configuration */ + if (options.provider === "rtmp" && !opts.hasOwnProperty("file") && !opts.hasOwnProperty("streamer")) { + /* exit if we can't access the metadata */ + if (typeof(IriSP.__jsonMetadata) === "undefined") { + break; + }; + + // the json format is totally illogical + //opts.streamer = IriSP.__jsonMetadata["medias"][0]["meta"]["item"]["value"]; + //var source = IriSP.__jsonMetadata["medias"][0]["href"]; + + // the source if a full url but jwplayer wants an url relative to the + // streamer url, so we've got to remove the common part. + //opts.file = source.slice(opts.streamer.length); + + /* sometimes we get served a file with a wrong path and streamer. + as a streamer is of the form rtmp://domain/path/ and the media is + the rest, we uglily do this : + */ + opts.file = ""; + opts.streamer = ""; + var fullPath = IriSP.get_aliased(IriSP.__jsonMetadata["medias"][0], ["href","url"]); + + if (fullPath === null) { + console.log("no url or href field defined in the metadata."); + } + + var pathSplit = fullPath.split('/'); + + for (var i = 0; i < pathSplit.length; i++) { + if (i < 4) { + opts.streamer += pathSplit[i] + "/"; + } else { + opts.file += pathSplit[i]; + /* omit the last slash if we're on the last element */ + if (i < pathSplit.length - 1) + opts.file += "/"; + } + } + } else { + /* other providers type, video for instance - + pass everything as is */ + } + + if (!options.hasOwnProperty("flashplayer")) { + opts.flashplayer = IriSP.jwplayer_swf_path; + } + + if (!options.hasOwnProperty("controlbar.position")) { + opts["controlbar.position"] = "none"; + } + + pop = new IriSP.PopcornReplacement.jwplayer("#" + containerDiv, opts); + break; + + case "youtube": + var opts = IriSP.jQuery.extend({}, options); + delete opts.container; + opts.controls = 0; + opts.autostart = false; + templ = "width: {{width}}px; height: {{height}}px;"; + var str = Mustache.to_html(templ, {width: opts.width, height: opts.height}); + // Popcorn.youtube wants us to specify the size of the player in the style attribute of its container div. + IriSP.jQuery("#" + containerDiv).attr("style", str); + + pop = Popcorn.youtube("#" + containerDiv, opts.video, opts); + break; + + case "dailymotion": + pop = new IriSP.PopcornReplacement.dailymotion("#" + containerDiv, options); + break; + + case "allocine": + /* pass the options as-is to the allocine player and let it handle everything */ + pop = new IriSP.PopcornReplacement.allocine("#" + containerDiv, options); + break; + + default: + pop = undefined; + }; + + return pop; +}; + +/** Configure the gui and instantiate the widgets passed as parameters + @param guiOptions the gui object as seen in the examples. + */ +IriSP.configureWidgets = function (popcornInstance, layoutManager, guiOptions) { + + var serialFactory = new IriSP.SerializerFactory(IriSP.__dataloader); + var params = {width: guiOptions.width, height: guiOptions.height}; + + var default_options = guiOptions.default_options; + if (IriSP.null_or_undefined(default_options)) + default_options = {}; + + var ret_widgets = []; + var index; + + for (index = 0; index < guiOptions.widgets.length; index++) { + var widget = IriSP.instantiateWidget(popcornInstance, serialFactory, layoutManager, guiOptions.widgets[index], default_options); + + ret_widgets.push(widget); + }; + + return ret_widgets; +}; + +/** configure modules. @see configureWidgets */ +IriSP.configureModules = function (popcornInstance, modulesList) { + if (IriSP.null_or_undefined(modulesList)) + return; + + var serialFactory = new IriSP.SerializerFactory(IriSP.__dataloader); + var ret_modules = []; + var index; + + for (index = 0; index < modulesList.length; index++) { + var moduleConfig = modulesList[index]; + + var serializer = serialFactory.getSerializer(moduleConfig.metadata); + var module = new IriSP[moduleConfig.type](popcornInstance, moduleConfig, serializer); + ret_modules.push(module); + }; + + return ret_modules; +}; + +/** instantiate a widget - only called by configureWidgets, never by the user. Handles widget + dependencies. + @param popcornInstance popcorn instance the widget will user + @param serialFactory serializer factory to instantiate the widget with + @param layoutManager layout manager + @param widgetConfig configuration options for the widget + @param defaultOptions a dictionnary with some options defined for every widget. + */ +IriSP.instantiateWidget = function(popcornInstance, serialFactory, layoutManager, widgetConfig, defaultOptions) { + + if (IriSP.null_or_undefined(defaultOptions)) + defaultOptions = {}; + + widgetConfig = IriSP.underscore.defaults(widgetConfig, defaultOptions); + + var arr = IriSP.jQuery.extend({}, widgetConfig); + + /* create a div for those widgets who didn't already specify a container; */ + if (!arr.hasOwnProperty("container")) { + /* create div returns us a container for the widget and a spacer */ + var ret = layoutManager.createDiv(widgetConfig.type); + var container = ret[0]; + var spacer = ret[1]; + arr.container = container; + arr.spacer = spacer; + arr.layoutManager = layoutManager; + } + var serializer = serialFactory.getSerializer(widgetConfig.metadata); + + if (typeof serializer == "undefined") + debugger; + + // instantiate the object passed as a string + var widget = new IriSP[widgetConfig.type](popcornInstance, arr, serializer); + + if (widgetConfig.hasOwnProperty("requires")) { + // also create the widgets this one depends on. + // the dependency widget is available in the parent widget context as + // this.WidgetName (for instance, this.TipWidget); + + var i = 0; + for(i = 0; i < widgetConfig.requires.length; i++) { + var widgetName = widgetConfig.requires[i]["type"], + _configobj = IriSP.jQuery.extend({}, widgetConfig.requires[i]), + _div = document.createElement('div'), + _container = IriSP.guid(arr.container + '_' + widgetName + '_'); + _configobj.container = _container; + _div.id = _container; + widget.selector.append(_div); + widget[widgetName] = IriSP.instantiateWidget(popcornInstance, serialFactory, layoutManager, _configobj, defaultOptions); + } + } + + serializer.sync(IriSP.wrap(widget, function() { this.draw(); })); + return widget; +}; + +/** single point of entry for the metadataplayer */ +IriSP.initPlayer = function(config, metadata_url) { + document.getElementById(config.gui.container).innerHTML = IriSP.templToHTML(IriSP.loading_template, config.gui); + IriSP.loadLibs(config, metadata_url, + function() { + + var layoutManager = new IriSP.LayoutManager(config.gui); + + var pop = IriSP.configurePopcorn(layoutManager, config.player); + + IriSP._widgets = IriSP.configureWidgets(pop, layoutManager, config.gui); + IriSP._modules = IriSP.configureModules(pop, config.modules); + IriSP.jQuery('#Ldt-loader').detach(); + }); +}; \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 src/js/layout.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/js/layout.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,77 @@ +/* layout.js - very basic layout management */ + +/** + @class a layout manager manages a div and the layout of objects + inside it. +*/ +IriSP.LayoutManager = function(options) { + this._Popcorn = null; + this._widgets = []; + + this._div = "LdtPlayer"; + this._width = 640; + + if (options === undefined) { + options = {}; + }; + + if (options.hasOwnProperty('container')) { + this._div = options.container; + } + + if (options.hasOwnProperty('width')) { + this._width = options.width; + } + + if (options.hasOwnProperty('height')) { + this._height = options.height; + } + + /* this is a shortcut */ + this.selector = IriSP.jQuery("#" + this._div); + + this.selector.css({ + "width": this._width, + "clear": "both" + }); + + if (this._height !== undefined) + this.selector.css("height", this._height); +}; + +/** + Set the popcorn instance used by the manager. + + we need this special setter because of a chicken and egg problem : + we want the manager to use popcorn but the popcorn div will be managed + by the manager. So we need a way to set the instance the manager uses +*/ + +IriSP.LayoutManager.prototype.setPopcornInstance = function(popcorn) { + this._Popcorn = popcorn; +} + +/** create a subdiv with an unique id, and a spacer div as well. + @param widgetName the name of the widget. + @return an array of the form [createdivId, spacerdivId]. +*/ +IriSP.LayoutManager.prototype.createDiv = function(widgetName) { + if (typeof(widgetName) === "undefined") + widgetName = ""; + + var newDiv = IriSP.guid(this._div + "_widget_" + widgetName + "_"); + var spacerDiv = IriSP.guid("LdtPlayer_spacer_"); + this._widgets.push([widgetName, newDiv]); + + var divTempl = "
      =0)&&k(a,!d)}});c(function(){var a=document.body,b=a.appendChild(b=document.createElement("div"));c.extend(b.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});c.support.minHeight=b.offsetHeight===100;c.support.selectstart="onselectstart"in b;a.removeChild(b).style.display="none"});c.extend(c.ui,{plugin:{add:function(a,b,d){a=c.ui[a].prototype;for(var e in d){a.plugins[e]=a.plugins[e]||[];a.plugins[e].push([b,d[e]])}},call:function(a,b,d){if((b=a.plugins[b])&&a.element[0].parentNode)for(var e= +0;e0)return true;a[b]=1;d=a[b]>0;a[b]=0;return d},isOverAxis:function(a,b,d){return a>b&&a=9)&&!a.button)return this._mouseUp(a);if(this._mouseStarted){this._mouseDrag(a);return a.preventDefault()}if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,a)!==false)?this._mouseDrag(a):this._mouseUp(a);return!this._mouseStarted},_mouseUp:function(a){b(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted= +false;a.target==this._mouseDownEvent.target&&b.data(a.target,this.widgetName+".preventClickEvent",true);this._mouseStop(a)}return false},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery); +;/* + * jQuery UI Position 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Position + */ +(function(c){c.ui=c.ui||{};var n=/left|center|right/,o=/top|center|bottom/,t=c.fn.position,u=c.fn.offset;c.fn.position=function(b){if(!b||!b.of)return t.apply(this,arguments);b=c.extend({},b);var a=c(b.of),d=a[0],g=(b.collision||"flip").split(" "),e=b.offset?b.offset.split(" "):[0,0],h,k,j;if(d.nodeType===9){h=a.width();k=a.height();j={top:0,left:0}}else if(d.setTimeout){h=a.width();k=a.height();j={top:a.scrollTop(),left:a.scrollLeft()}}else if(d.preventDefault){b.at="left top";h=k=0;j={top:b.of.pageY, +left:b.of.pageX}}else{h=a.outerWidth();k=a.outerHeight();j=a.offset()}c.each(["my","at"],function(){var f=(b[this]||"").split(" ");if(f.length===1)f=n.test(f[0])?f.concat(["center"]):o.test(f[0])?["center"].concat(f):["center","center"];f[0]=n.test(f[0])?f[0]:"center";f[1]=o.test(f[1])?f[1]:"center";b[this]=f});if(g.length===1)g[1]=g[0];e[0]=parseInt(e[0],10)||0;if(e.length===1)e[1]=e[0];e[1]=parseInt(e[1],10)||0;if(b.at[0]==="right")j.left+=h;else if(b.at[0]==="center")j.left+=h/2;if(b.at[1]==="bottom")j.top+= +k;else if(b.at[1]==="center")j.top+=k/2;j.left+=e[0];j.top+=e[1];return this.each(function(){var f=c(this),l=f.outerWidth(),m=f.outerHeight(),p=parseInt(c.curCSS(this,"marginLeft",true))||0,q=parseInt(c.curCSS(this,"marginTop",true))||0,v=l+p+(parseInt(c.curCSS(this,"marginRight",true))||0),w=m+q+(parseInt(c.curCSS(this,"marginBottom",true))||0),i=c.extend({},j),r;if(b.my[0]==="right")i.left-=l;else if(b.my[0]==="center")i.left-=l/2;if(b.my[1]==="bottom")i.top-=m;else if(b.my[1]==="center")i.top-= +m/2;i.left=Math.round(i.left);i.top=Math.round(i.top);r={left:i.left-p,top:i.top-q};c.each(["left","top"],function(s,x){c.ui.position[g[s]]&&c.ui.position[g[s]][x](i,{targetWidth:h,targetHeight:k,elemWidth:l,elemHeight:m,collisionPosition:r,collisionWidth:v,collisionHeight:w,offset:e,my:b.my,at:b.at})});c.fn.bgiframe&&f.bgiframe();f.offset(c.extend(i,{using:b.using}))})};c.ui.position={fit:{left:function(b,a){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();b.left= +d>0?b.left-d:Math.max(b.left-a.collisionPosition.left,b.left)},top:function(b,a){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();b.top=d>0?b.top-d:Math.max(b.top-a.collisionPosition.top,b.top)}},flip:{left:function(b,a){if(a.at[0]!=="center"){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();var g=a.my[0]==="left"?-a.elemWidth:a.my[0]==="right"?a.elemWidth:0,e=a.at[0]==="left"?a.targetWidth:-a.targetWidth,h=-2*a.offset[0];b.left+= +a.collisionPosition.left<0?g+e+h:d>0?g+e+h:0}},top:function(b,a){if(a.at[1]!=="center"){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();var g=a.my[1]==="top"?-a.elemHeight:a.my[1]==="bottom"?a.elemHeight:0,e=a.at[1]==="top"?a.targetHeight:-a.targetHeight,h=-2*a.offset[1];b.top+=a.collisionPosition.top<0?g+e+h:d>0?g+e+h:0}}}};if(!c.offset.setOffset){c.offset.setOffset=function(b,a){if(/static/.test(c.curCSS(b,"position")))b.style.position="relative";var d=c(b), +g=d.offset(),e=parseInt(c.curCSS(b,"top",true),10)||0,h=parseInt(c.curCSS(b,"left",true),10)||0;g={top:a.top-g.top+e,left:a.left-g.left+h};"using"in a?a.using.call(b,g):d.css(g)};c.fn.offset=function(b){var a=this[0];if(!a||!a.ownerDocument)return null;if(b)return this.each(function(){c.offset.setOffset(this,b)});return u.call(this)}}})(jQuery); +;/* + * jQuery UI Draggable 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Draggables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function(d){d.widget("ui.draggable",d.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:true,appendTo:"parent",axis:false,connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false},_create:function(){if(this.options.helper== +"original"&&!/^(?:r|a|f)/.test(this.element.css("position")))this.element[0].style.position="relative";this.options.addClasses&&this.element.addClass("ui-draggable");this.options.disabled&&this.element.addClass("ui-draggable-disabled");this._mouseInit()},destroy:function(){if(this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy();return this}},_mouseCapture:function(a){var b= +this.options;if(this.helper||b.disabled||d(a.target).is(".ui-resizable-handle"))return false;this.handle=this._getHandle(a);if(!this.handle)return false;d(b.iframeFix===true?"iframe":b.iframeFix).each(function(){d('
      ').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(d(this).offset()).appendTo("body")});return true},_mouseStart:function(a){var b=this.options;this.helper= +this._createHelper(a);this._cacheHelperProportions();if(d.ui.ddmanager)d.ui.ddmanager.current=this;this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.positionAbs=this.element.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};d.extend(this.offset,{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}); +this.originalPosition=this.position=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);b.containment&&this._setContainment();if(this._trigger("start",a)===false){this._clear();return false}this._cacheHelperProportions();d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.helper.addClass("ui-draggable-dragging");this._mouseDrag(a,true);return true},_mouseDrag:function(a,b){this.position=this._generatePosition(a); +this.positionAbs=this._convertPositionTo("absolute");if(!b){b=this._uiHash();if(this._trigger("drag",a,b)===false){this._mouseUp({});return false}this.position=b.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis||this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);return false},_mouseStop:function(a){var b=false;if(d.ui.ddmanager&&!this.options.dropBehaviour)b= +d.ui.ddmanager.drop(this,a);if(this.dropped){b=this.dropped;this.dropped=false}if((!this.element[0]||!this.element[0].parentNode)&&this.options.helper=="original")return false;if(this.options.revert=="invalid"&&!b||this.options.revert=="valid"&&b||this.options.revert===true||d.isFunction(this.options.revert)&&this.options.revert.call(this.element,b)){var c=this;d(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){c._trigger("stop",a)!==false&&c._clear()})}else this._trigger("stop", +a)!==false&&this._clear();return false},_mouseUp:function(a){this.options.iframeFix===true&&d("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)});return d.ui.mouse.prototype._mouseUp.call(this,a)},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(a){var b=!this.options.handle||!d(this.options.handle,this.element).length?true:false;d(this.options.handle,this.element).find("*").andSelf().each(function(){if(this== +a.target)b=true});return b},_createHelper:function(a){var b=this.options;a=d.isFunction(b.helper)?d(b.helper.apply(this.element[0],[a])):b.helper=="clone"?this.element.clone().removeAttr("id"):this.element;a.parents("body").length||a.appendTo(b.appendTo=="parent"?this.element[0].parentNode:b.appendTo);a[0]!=this.element[0]&&!/(fixed|absolute)/.test(a.css("position"))&&a.css("position","absolute");return a},_adjustOffsetFromHelper:function(a){if(typeof a=="string")a=a.split(" ");if(d.isArray(a))a= +{left:+a[0],top:+a[1]||0};if("left"in a)this.offset.click.left=a.left+this.margins.left;if("right"in a)this.offset.click.left=this.helperProportions.width-a.right+this.margins.left;if("top"in a)this.offset.click.top=a.top+this.margins.top;if("bottom"in a)this.offset.click.top=this.helperProportions.height-a.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var a=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&& +d.ui.contains(this.scrollParent[0],this.offsetParent[0])){a.left+=this.scrollParent.scrollLeft();a.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&d.browser.msie)a={top:0,left:0};return{top:a.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:a.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var a= +this.element.position();return{top:a.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:a.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions= +{width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var a=this.options;if(a.containment=="parent")a.containment=this.helper[0].parentNode;if(a.containment=="document"||a.containment=="window")this.containment=[(a.containment=="document"?0:d(window).scrollLeft())-this.offset.relative.left-this.offset.parent.left,(a.containment=="document"?0:d(window).scrollTop())-this.offset.relative.top-this.offset.parent.top,(a.containment=="document"?0:d(window).scrollLeft())+ +d(a.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a.containment=="document"?0:d(window).scrollTop())+(d(a.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(a.containment)&&a.containment.constructor!=Array){a=d(a.containment);var b=a[0];if(b){a.offset();var c=d(b).css("overflow")!="hidden";this.containment=[(parseInt(d(b).css("borderLeftWidth"), +10)||0)+(parseInt(d(b).css("paddingLeft"),10)||0),(parseInt(d(b).css("borderTopWidth"),10)||0)+(parseInt(d(b).css("paddingTop"),10)||0),(c?Math.max(b.scrollWidth,b.offsetWidth):b.offsetWidth)-(parseInt(d(b).css("borderLeftWidth"),10)||0)-(parseInt(d(b).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(c?Math.max(b.scrollHeight,b.offsetHeight):b.offsetHeight)-(parseInt(d(b).css("borderTopWidth"),10)||0)-(parseInt(d(b).css("paddingBottom"),10)||0)-this.helperProportions.height- +this.margins.top-this.margins.bottom];this.relative_container=a}}else if(a.containment.constructor==Array)this.containment=a.containment},_convertPositionTo:function(a,b){if(!b)b=this.position;a=a=="absolute"?1:-1;var c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName);return{top:b.top+this.offset.relative.top*a+this.offset.parent.top*a-(d.browser.safari&& +d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():f?0:c.scrollTop())*a),left:b.left+this.offset.relative.left*a+this.offset.parent.left*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:c.scrollLeft())*a)}},_generatePosition:function(a){var b=this.options,c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0], +this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName),e=a.pageX,h=a.pageY;if(this.originalPosition){var g;if(this.containment){if(this.relative_container){g=this.relative_container.offset();g=[this.containment[0]+g.left,this.containment[1]+g.top,this.containment[2]+g.left,this.containment[3]+g.top]}else g=this.containment;if(a.pageX-this.offset.click.leftg[2])e=g[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>g[3])h=g[3]+this.offset.click.top}if(b.grid){h=this.originalPageY+Math.round((h-this.originalPageY)/b.grid[1])*b.grid[1];h=g?!(h-this.offset.click.topg[3])?h:!(h-this.offset.click.topg[2])?e:!(e-this.offset.click.left< +g[0])?e-b.grid[0]:e+b.grid[0]:e}}return{top:h-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollTop():f?0:c.scrollTop()),left:e-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:c.scrollLeft())}},_clear:function(){this.helper.removeClass("ui-draggable-dragging"); +this.helper[0]!=this.element[0]&&!this.cancelHelperRemoval&&this.helper.remove();this.helper=null;this.cancelHelperRemoval=false},_trigger:function(a,b,c){c=c||this._uiHash();d.ui.plugin.call(this,a,[b,c]);if(a=="drag")this.positionAbs=this._convertPositionTo("absolute");return d.Widget.prototype._trigger.call(this,a,b,c)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}});d.extend(d.ui.draggable,{version:"1.8.13"}); +d.ui.plugin.add("draggable","connectToSortable",{start:function(a,b){var c=d(this).data("draggable"),f=c.options,e=d.extend({},b,{item:c.element});c.sortables=[];d(f.connectToSortable).each(function(){var h=d.data(this,"sortable");if(h&&!h.options.disabled){c.sortables.push({instance:h,shouldRevert:h.options.revert});h.refreshPositions();h._trigger("activate",a,e)}})},stop:function(a,b){var c=d(this).data("draggable"),f=d.extend({},b,{item:c.element});d.each(c.sortables,function(){if(this.instance.isOver){this.instance.isOver= +0;c.cancelHelperRemoval=true;this.instance.cancelHelperRemoval=false;if(this.shouldRevert)this.instance.options.revert=true;this.instance._mouseStop(a);this.instance.options.helper=this.instance.options._helper;c.options.helper=="original"&&this.instance.currentItem.css({top:"auto",left:"auto"})}else{this.instance.cancelHelperRemoval=false;this.instance._trigger("deactivate",a,f)}})},drag:function(a,b){var c=d(this).data("draggable"),f=this;d.each(c.sortables,function(){this.instance.positionAbs= +c.positionAbs;this.instance.helperProportions=c.helperProportions;this.instance.offset.click=c.offset.click;if(this.instance._intersectsWith(this.instance.containerCache)){if(!this.instance.isOver){this.instance.isOver=1;this.instance.currentItem=d(f).clone().removeAttr("id").appendTo(this.instance.element).data("sortable-item",true);this.instance.options._helper=this.instance.options.helper;this.instance.options.helper=function(){return b.helper[0]};a.target=this.instance.currentItem[0];this.instance._mouseCapture(a, +true);this.instance._mouseStart(a,true,true);this.instance.offset.click.top=c.offset.click.top;this.instance.offset.click.left=c.offset.click.left;this.instance.offset.parent.left-=c.offset.parent.left-this.instance.offset.parent.left;this.instance.offset.parent.top-=c.offset.parent.top-this.instance.offset.parent.top;c._trigger("toSortable",a);c.dropped=this.instance.element;c.currentItem=c.element;this.instance.fromOutside=c}this.instance.currentItem&&this.instance._mouseDrag(a)}else if(this.instance.isOver){this.instance.isOver= +0;this.instance.cancelHelperRemoval=true;this.instance.options.revert=false;this.instance._trigger("out",a,this.instance._uiHash(this.instance));this.instance._mouseStop(a,true);this.instance.options.helper=this.instance.options._helper;this.instance.currentItem.remove();this.instance.placeholder&&this.instance.placeholder.remove();c._trigger("fromSortable",a);c.dropped=false}})}});d.ui.plugin.add("draggable","cursor",{start:function(){var a=d("body"),b=d(this).data("draggable").options;if(a.css("cursor"))b._cursor= +a.css("cursor");a.css("cursor",b.cursor)},stop:function(){var a=d(this).data("draggable").options;a._cursor&&d("body").css("cursor",a._cursor)}});d.ui.plugin.add("draggable","opacity",{start:function(a,b){a=d(b.helper);b=d(this).data("draggable").options;if(a.css("opacity"))b._opacity=a.css("opacity");a.css("opacity",b.opacity)},stop:function(a,b){a=d(this).data("draggable").options;a._opacity&&d(b.helper).css("opacity",a._opacity)}});d.ui.plugin.add("draggable","scroll",{start:function(){var a=d(this).data("draggable"); +if(a.scrollParent[0]!=document&&a.scrollParent[0].tagName!="HTML")a.overflowOffset=a.scrollParent.offset()},drag:function(a){var b=d(this).data("draggable"),c=b.options,f=false;if(b.scrollParent[0]!=document&&b.scrollParent[0].tagName!="HTML"){if(!c.axis||c.axis!="x")if(b.overflowOffset.top+b.scrollParent[0].offsetHeight-a.pageY=0;i--){var j=c.snapElements[i].left,l=j+c.snapElements[i].width,k=c.snapElements[i].top,m=k+c.snapElements[i].height;if(j-e=j&&f<=l||h>=j&&h<=l||fl)&&(e>= +i&&e<=k||g>=i&&g<=k||ek);default:return false}};d.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(a,b){var c=d.ui.ddmanager.droppables[a.options.scope]||[],e=b?b.type:null,g=(a.currentItem||a.element).find(":data(droppable)").andSelf(),f=0;a:for(;f
      ').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(), +top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle= +this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=a.handles||(!e(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne", +nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all")this.handles="n,e,s,w,se,sw,ne,nw";var c=this.handles.split(",");this.handles={};for(var d=0;d
      ');/sw|se|ne|nw/.test(f)&&g.css({zIndex:++a.zIndex});"se"==f&&g.addClass("ui-icon ui-icon-gripsmall-diagonal-se");this.handles[f]=".ui-resizable-"+f;this.element.append(g)}}this._renderAxis=function(h){h=h||this.element;for(var i in this.handles){if(this.handles[i].constructor== +String)this.handles[i]=e(this.handles[i],this.element).show();if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var j=e(this.handles[i],this.element),k=0;k=/sw|ne|nw|se|n|s/.test(i)?j.outerHeight():j.outerWidth();j=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join("");h.css(j,k);this._proportionallyResize()}e(this.handles[i])}};this._renderAxis(this.element);this._handles=e(".ui-resizable-handle",this.element).disableSelection(); +this._handles.mouseover(function(){if(!b.resizing){if(this.className)var h=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=h&&h[1]?h[1]:"se"}});if(a.autoHide){this._handles.hide();e(this.element).addClass("ui-resizable-autohide").hover(function(){if(!a.disabled){e(this).removeClass("ui-resizable-autohide");b._handles.show()}},function(){if(!a.disabled)if(!b.resizing){e(this).addClass("ui-resizable-autohide");b._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy(); +var b=function(c){e(c).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){b(this.element);var a=this.element;a.after(this.originalElement.css({position:a.css("position"),width:a.outerWidth(),height:a.outerHeight(),top:a.css("top"),left:a.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);b(this.originalElement);return this},_mouseCapture:function(b){var a= +false;for(var c in this.handles)if(e(this.handles[c])[0]==b.target)a=true;return!this.options.disabled&&a},_mouseStart:function(b){var a=this.options,c=this.element.position(),d=this.element;this.resizing=true;this.documentScroll={top:e(document).scrollTop(),left:e(document).scrollLeft()};if(d.is(".ui-draggable")||/absolute/.test(d.css("position")))d.css({position:"absolute",top:c.top,left:c.left});e.browser.opera&&/relative/.test(d.css("position"))&&d.css({position:"relative",top:"auto",left:"auto"}); +this._renderProxy();c=m(this.helper.css("left"));var f=m(this.helper.css("top"));if(a.containment){c+=e(a.containment).scrollLeft()||0;f+=e(a.containment).scrollTop()||0}this.offset=this.helper.offset();this.position={left:c,top:f};this.size=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalSize=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalPosition={left:c,top:f};this.sizeDiff= +{width:d.outerWidth()-d.width(),height:d.outerHeight()-d.height()};this.originalMousePosition={left:b.pageX,top:b.pageY};this.aspectRatio=typeof a.aspectRatio=="number"?a.aspectRatio:this.originalSize.width/this.originalSize.height||1;a=e(".ui-resizable-"+this.axis).css("cursor");e("body").css("cursor",a=="auto"?this.axis+"-resize":a);d.addClass("ui-resizable-resizing");this._propagate("start",b);return true},_mouseDrag:function(b){var a=this.helper,c=this.originalMousePosition,d=this._change[this.axis]; +if(!d)return false;c=d.apply(this,[b,b.pageX-c.left||0,b.pageY-c.top||0]);if(this._aspectRatio||b.shiftKey)c=this._updateRatio(c,b);c=this._respectSize(c,b);this._propagate("resize",b);a.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize();this._updateCache(c);this._trigger("resize",b,this.ui());return false},_mouseStop:function(b){this.resizing= +false;var a=this.options,c=this;if(this._helper){var d=this._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName);d=f&&e.ui.hasScroll(d[0],"left")?0:c.sizeDiff.height;f=f?0:c.sizeDiff.width;f={width:c.helper.width()-f,height:c.helper.height()-d};d=parseInt(c.element.css("left"),10)+(c.position.left-c.originalPosition.left)||null;var g=parseInt(c.element.css("top"),10)+(c.position.top-c.originalPosition.top)||null;a.animate||this.element.css(e.extend(f,{top:g,left:d}));c.helper.height(c.size.height); +c.helper.width(c.size.width);this._helper&&!a.animate&&this._proportionallyResize()}e("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop",b);this._helper&&this.helper.remove();return false},_updateCache:function(b){this.offset=this.helper.offset();if(l(b.left))this.position.left=b.left;if(l(b.top))this.position.top=b.top;if(l(b.height))this.size.height=b.height;if(l(b.width))this.size.width=b.width},_updateRatio:function(b){var a=this.position,c=this.size, +d=this.axis;if(b.height)b.width=c.height*this.aspectRatio;else if(b.width)b.height=c.width/this.aspectRatio;if(d=="sw"){b.left=a.left+(c.width-b.width);b.top=null}if(d=="nw"){b.top=a.top+(c.height-b.height);b.left=a.left+(c.width-b.width)}return b},_respectSize:function(b){var a=this.options,c=this.axis,d=l(b.width)&&a.maxWidth&&a.maxWidthb.width,h=l(b.height)&&a.minHeight&&a.minHeight>b.height;if(g)b.width= +a.minWidth;if(h)b.height=a.minHeight;if(d)b.width=a.maxWidth;if(f)b.height=a.maxHeight;var i=this.originalPosition.left+this.originalSize.width,j=this.position.top+this.size.height,k=/sw|nw|w/.test(c);c=/nw|ne|n/.test(c);if(g&&k)b.left=i-a.minWidth;if(d&&k)b.left=i-a.maxWidth;if(h&&c)b.top=j-a.minHeight;if(f&&c)b.top=j-a.maxHeight;if((a=!b.width&&!b.height)&&!b.left&&b.top)b.top=null;else if(a&&!b.top&&b.left)b.left=null;return b},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var b= +this.helper||this.element,a=0;a
      ');var a=e.browser.msie&&e.browser.version<7,c=a?1:0;a=a?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+a,height:this.element.outerHeight()+a,position:"absolute",left:this.elementOffset.left- +c+"px",top:this.elementOffset.top-c+"px",zIndex:++b.zIndex});this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(b,a){return{width:this.originalSize.width+a}},w:function(b,a){return{left:this.originalPosition.left+a,width:this.originalSize.width-a}},n:function(b,a,c){return{top:this.originalPosition.top+c,height:this.originalSize.height-c}},s:function(b,a,c){return{height:this.originalSize.height+c}},se:function(b,a,c){return e.extend(this._change.s.apply(this, +arguments),this._change.e.apply(this,[b,a,c]))},sw:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,a,c]))},ne:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[b,a,c]))},nw:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,a,c]))}},_propagate:function(b,a){e.ui.plugin.call(this,b,[a,this.ui()]);b!="resize"&&this._trigger(b,a,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement, +element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}});e.extend(e.ui.resizable,{version:"1.8.13"});e.ui.plugin.add("resizable","alsoResize",{start:function(){var b=e(this).data("resizable").options,a=function(c){e(c).each(function(){var d=e(this);d.data("resizable-alsoresize",{width:parseInt(d.width(),10),height:parseInt(d.height(),10),left:parseInt(d.css("left"),10),top:parseInt(d.css("top"),10),position:d.css("position")})})}; +if(typeof b.alsoResize=="object"&&!b.alsoResize.parentNode)if(b.alsoResize.length){b.alsoResize=b.alsoResize[0];a(b.alsoResize)}else e.each(b.alsoResize,function(c){a(c)});else a(b.alsoResize)},resize:function(b,a){var c=e(this).data("resizable");b=c.options;var d=c.originalSize,f=c.originalPosition,g={height:c.size.height-d.height||0,width:c.size.width-d.width||0,top:c.position.top-f.top||0,left:c.position.left-f.left||0},h=function(i,j){e(i).each(function(){var k=e(this),q=e(this).data("resizable-alsoresize"), +p={},r=j&&j.length?j:k.parents(a.originalElement[0]).length?["width","height"]:["width","height","top","left"];e.each(r,function(n,o){if((n=(q[o]||0)+(g[o]||0))&&n>=0)p[o]=n||null});if(e.browser.opera&&/relative/.test(k.css("position"))){c._revertToRelativePosition=true;k.css({position:"absolute",top:"auto",left:"auto"})}k.css(p)})};typeof b.alsoResize=="object"&&!b.alsoResize.nodeType?e.each(b.alsoResize,function(i,j){h(i,j)}):h(b.alsoResize)},stop:function(){var b=e(this).data("resizable"),a=b.options, +c=function(d){e(d).each(function(){var f=e(this);f.css({position:f.data("resizable-alsoresize").position})})};if(b._revertToRelativePosition){b._revertToRelativePosition=false;typeof a.alsoResize=="object"&&!a.alsoResize.nodeType?e.each(a.alsoResize,function(d){c(d)}):c(a.alsoResize)}e(this).removeData("resizable-alsoresize")}});e.ui.plugin.add("resizable","animate",{stop:function(b){var a=e(this).data("resizable"),c=a.options,d=a._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName), +g=f&&e.ui.hasScroll(d[0],"left")?0:a.sizeDiff.height;f={width:a.size.width-(f?0:a.sizeDiff.width),height:a.size.height-g};g=parseInt(a.element.css("left"),10)+(a.position.left-a.originalPosition.left)||null;var h=parseInt(a.element.css("top"),10)+(a.position.top-a.originalPosition.top)||null;a.element.animate(e.extend(f,h&&g?{top:h,left:g}:{}),{duration:c.animateDuration,easing:c.animateEasing,step:function(){var i={width:parseInt(a.element.css("width"),10),height:parseInt(a.element.css("height"), +10),top:parseInt(a.element.css("top"),10),left:parseInt(a.element.css("left"),10)};d&&d.length&&e(d[0]).css({width:i.width,height:i.height});a._updateCache(i);a._propagate("resize",b)}})}});e.ui.plugin.add("resizable","containment",{start:function(){var b=e(this).data("resizable"),a=b.element,c=b.options.containment;if(a=c instanceof e?c.get(0):/parent/.test(c)?a.parent().get(0):c){b.containerElement=e(a);if(/document/.test(c)||c==document){b.containerOffset={left:0,top:0};b.containerPosition={left:0, +top:0};b.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}}else{var d=e(a),f=[];e(["Top","Right","Left","Bottom"]).each(function(i,j){f[i]=m(d.css("padding"+j))});b.containerOffset=d.offset();b.containerPosition=d.position();b.containerSize={height:d.innerHeight()-f[3],width:d.innerWidth()-f[1]};c=b.containerOffset;var g=b.containerSize.height,h=b.containerSize.width;h=e.ui.hasScroll(a,"left")?a.scrollWidth:h; +g=e.ui.hasScroll(a)?a.scrollHeight:g;b.parentData={element:a,left:c.left,top:c.top,width:h,height:g}}}},resize:function(b){var a=e(this).data("resizable"),c=a.options,d=a.containerOffset,f=a.position;b=a._aspectRatio||b.shiftKey;var g={top:0,left:0},h=a.containerElement;if(h[0]!=document&&/static/.test(h.css("position")))g=d;if(f.left<(a._helper?d.left:0)){a.size.width+=a._helper?a.position.left-d.left:a.position.left-g.left;if(b)a.size.height=a.size.width/c.aspectRatio;a.position.left=c.helper?d.left: +0}if(f.top<(a._helper?d.top:0)){a.size.height+=a._helper?a.position.top-d.top:a.position.top;if(b)a.size.width=a.size.height*c.aspectRatio;a.position.top=a._helper?d.top:0}a.offset.left=a.parentData.left+a.position.left;a.offset.top=a.parentData.top+a.position.top;c=Math.abs((a._helper?a.offset.left-g.left:a.offset.left-g.left)+a.sizeDiff.width);d=Math.abs((a._helper?a.offset.top-g.top:a.offset.top-d.top)+a.sizeDiff.height);f=a.containerElement.get(0)==a.element.parent().get(0);g=/relative|absolute/.test(a.containerElement.css("position")); +if(f&&g)c-=a.parentData.left;if(c+a.size.width>=a.parentData.width){a.size.width=a.parentData.width-c;if(b)a.size.height=a.size.width/a.aspectRatio}if(d+a.size.height>=a.parentData.height){a.size.height=a.parentData.height-d;if(b)a.size.width=a.size.height*a.aspectRatio}},stop:function(){var b=e(this).data("resizable"),a=b.options,c=b.containerOffset,d=b.containerPosition,f=b.containerElement,g=e(b.helper),h=g.offset(),i=g.outerWidth()-b.sizeDiff.width;g=g.outerHeight()-b.sizeDiff.height;b._helper&& +!a.animate&&/relative/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g});b._helper&&!a.animate&&/static/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g})}});e.ui.plugin.add("resizable","ghost",{start:function(){var b=e(this).data("resizable"),a=b.options,c=b.size;b.ghost=b.originalElement.clone();b.ghost.css({opacity:0.25,display:"block",position:"relative",height:c.height,width:c.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof a.ghost== +"string"?a.ghost:"");b.ghost.appendTo(b.helper)},resize:function(){var b=e(this).data("resizable");b.ghost&&b.ghost.css({position:"relative",height:b.size.height,width:b.size.width})},stop:function(){var b=e(this).data("resizable");b.ghost&&b.helper&&b.helper.get(0).removeChild(b.ghost.get(0))}});e.ui.plugin.add("resizable","grid",{resize:function(){var b=e(this).data("resizable"),a=b.options,c=b.size,d=b.originalSize,f=b.originalPosition,g=b.axis;a.grid=typeof a.grid=="number"?[a.grid,a.grid]:a.grid; +var h=Math.round((c.width-d.width)/(a.grid[0]||1))*(a.grid[0]||1);a=Math.round((c.height-d.height)/(a.grid[1]||1))*(a.grid[1]||1);if(/^(se|s|e)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a}else if(/^(ne)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}else{if(/^(sw)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a}else{b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}b.position.left=f.left-h}}});var m=function(b){return parseInt(b, +10)||0},l=function(b){return!isNaN(parseInt(b,10))}})(jQuery); +;/* + * jQuery UI Selectable 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Selectables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function(e){e.widget("ui.selectable",e.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var c=this;this.element.addClass("ui-selectable");this.dragged=false;var f;this.refresh=function(){f=e(c.options.filter,c.element[0]);f.each(function(){var d=e(this),b=d.offset();e.data(this,"selectable-item",{element:this,$element:d,left:b.left,top:b.top,right:b.left+d.outerWidth(),bottom:b.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"), +selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=f.addClass("ui-selectee");this._mouseInit();this.helper=e("
      ")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(c){var f=this;this.opos=[c.pageX, +c.pageY];if(!this.options.disabled){var d=this.options;this.selectees=e(d.filter,this.element[0]);this._trigger("start",c);e(d.appendTo).append(this.helper);this.helper.css({left:c.clientX,top:c.clientY,width:0,height:0});d.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var b=e.data(this,"selectable-item");b.startselected=true;if(!c.metaKey){b.$element.removeClass("ui-selected");b.selected=false;b.$element.addClass("ui-unselecting");b.unselecting=true;f._trigger("unselecting", +c,{unselecting:b.element})}});e(c.target).parents().andSelf().each(function(){var b=e.data(this,"selectable-item");if(b){var g=!c.metaKey||!b.$element.hasClass("ui-selected");b.$element.removeClass(g?"ui-unselecting":"ui-selected").addClass(g?"ui-selecting":"ui-unselecting");b.unselecting=!g;b.selecting=g;(b.selected=g)?f._trigger("selecting",c,{selecting:b.element}):f._trigger("unselecting",c,{unselecting:b.element});return false}})}},_mouseDrag:function(c){var f=this;this.dragged=true;if(!this.options.disabled){var d= +this.options,b=this.opos[0],g=this.opos[1],h=c.pageX,i=c.pageY;if(b>h){var j=h;h=b;b=j}if(g>i){j=i;i=g;g=j}this.helper.css({left:b,top:g,width:h-b,height:i-g});this.selectees.each(function(){var a=e.data(this,"selectable-item");if(!(!a||a.element==f.element[0])){var k=false;if(d.tolerance=="touch")k=!(a.left>h||a.righti||a.bottomb&&a.rightg&&a.bottom *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1E3},_create:function(){var a=this.options;this.containerCache={};this.element.addClass("ui-sortable"); +this.refresh();this.floating=this.items.length?a.axis==="x"||/left|right/.test(this.items[0].item.css("float"))||/inline|table-cell/.test(this.items[0].item.css("display")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var a=this.items.length-1;a>=0;a--)this.items[a].item.removeData("sortable-item");return this},_setOption:function(a,b){if(a=== +"disabled"){this.options[a]=b;this.widget()[b?"addClass":"removeClass"]("ui-sortable-disabled")}else d.Widget.prototype._setOption.apply(this,arguments)},_mouseCapture:function(a,b){if(this.reverting)return false;if(this.options.disabled||this.options.type=="static")return false;this._refreshItems(a);var c=null,e=this;d(a.target).parents().each(function(){if(d.data(this,"sortable-item")==e){c=d(this);return false}});if(d.data(a.target,"sortable-item")==e)c=d(a.target);if(!c)return false;if(this.options.handle&& +!b){var f=false;d(this.options.handle,c).find("*").andSelf().each(function(){if(this==a.target)f=true});if(!f)return false}this.currentItem=c;this._removeCurrentsFromItems();return true},_mouseStart:function(a,b,c){b=this.options;var e=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(a);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top, +left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");d.extend(this.offset,{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]}; +this.helper[0]!=this.currentItem[0]&&this.currentItem.hide();this._createPlaceholder();b.containment&&this._setContainment();if(b.cursor){if(d("body").css("cursor"))this._storedCursor=d("body").css("cursor");d("body").css("cursor",b.cursor)}if(b.opacity){if(this.helper.css("opacity"))this._storedOpacity=this.helper.css("opacity");this.helper.css("opacity",b.opacity)}if(b.zIndex){if(this.helper.css("zIndex"))this._storedZIndex=this.helper.css("zIndex");this.helper.css("zIndex",b.zIndex)}if(this.scrollParent[0]!= +document&&this.scrollParent[0].tagName!="HTML")this.overflowOffset=this.scrollParent.offset();this._trigger("start",a,this._uiHash());this._preserveHelperProportions||this._cacheHelperProportions();if(!c)for(c=this.containers.length-1;c>=0;c--)this.containers[c]._trigger("activate",a,e._uiHash(this));if(d.ui.ddmanager)d.ui.ddmanager.current=this;d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(a); +return true},_mouseDrag:function(a){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute");if(!this.lastPositionAbs)this.lastPositionAbs=this.positionAbs;if(this.options.scroll){var b=this.options,c=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if(this.overflowOffset.top+this.scrollParent[0].offsetHeight-a.pageY=0;b--){c=this.items[b];var e=c.item[0],f=this._intersectsWithPointer(c);if(f)if(e!=this.currentItem[0]&&this.placeholder[f==1?"next":"prev"]()[0]!=e&&!d.ui.contains(this.placeholder[0],e)&&(this.options.type=="semi-dynamic"?!d.ui.contains(this.element[0], +e):true)){this.direction=f==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(c))this._rearrange(a,c);else break;this._trigger("change",a,this._uiHash());break}}this._contactContainers(a);d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);this._trigger("sort",a,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(a,b){if(a){d.ui.ddmanager&&!this.options.dropBehaviour&&d.ui.ddmanager.drop(this,a);if(this.options.revert){var c=this;b=c.placeholder.offset(); +c.reverting=true;d(this.helper).animate({left:b.left-this.offset.parent.left-c.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:b.top-this.offset.parent.top-c.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){c._clear(a)})}else this._clear(a,b);return false}},cancel:function(){var a=this;if(this.dragging){this._mouseUp({target:null});this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"): +this.currentItem.show();for(var b=this.containers.length-1;b>=0;b--){this.containers[b]._trigger("deactivate",null,a._uiHash(this));if(this.containers[b].containerCache.over){this.containers[b]._trigger("out",null,a._uiHash(this));this.containers[b].containerCache.over=0}}}if(this.placeholder){this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.options.helper!="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove();d.extend(this,{helper:null, +dragging:false,reverting:false,_noFinalSort:null});this.domPosition.prev?d(this.domPosition.prev).after(this.currentItem):d(this.domPosition.parent).prepend(this.currentItem)}return this},serialize:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};d(b).each(function(){var e=(d(a.item||this).attr(a.attribute||"id")||"").match(a.expression||/(.+)[-=_](.+)/);if(e)c.push((a.key||e[1]+"[]")+"="+(a.key&&a.expression?e[1]:e[2]))});!c.length&&a.key&&c.push(a.key+"=");return c.join("&")}, +toArray:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};b.each(function(){c.push(d(a.item||this).attr(a.attribute||"id")||"")});return c},_intersectsWith:function(a){var b=this.positionAbs.left,c=b+this.helperProportions.width,e=this.positionAbs.top,f=e+this.helperProportions.height,g=a.left,h=g+a.width,i=a.top,k=i+a.height,j=this.offset.click.top,l=this.offset.click.left;j=e+j>i&&e+jg&&b+la[this.floating?"width":"height"]?j:g0?"down":"up")},_getDragHorizontalDirection:function(){var a=this.positionAbs.left-this.lastPositionAbs.left;return a!=0&&(a>0?"right":"left")},refresh:function(a){this._refreshItems(a);this.refreshPositions();return this},_connectWith:function(){var a=this.options;return a.connectWith.constructor==String?[a.connectWith]:a.connectWith},_getItemsAsjQuery:function(a){var b=[],c=[],e=this._connectWith(); +if(e&&a)for(a=e.length-1;a>=0;a--)for(var f=d(e[a]),g=f.length-1;g>=0;g--){var h=d.data(f[g],"sortable");if(h&&h!=this&&!h.options.disabled)c.push([d.isFunction(h.options.items)?h.options.items.call(h.element):d(h.options.items,h.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),h])}c.push([d.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):d(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"), +this]);for(a=c.length-1;a>=0;a--)c[a][0].each(function(){b.push(this)});return d(b)},_removeCurrentsFromItems:function(){for(var a=this.currentItem.find(":data(sortable-item)"),b=0;b=0;f--)for(var g=d(e[f]),h=g.length-1;h>=0;h--){var i=d.data(g[h],"sortable");if(i&&i!=this&&!i.options.disabled){c.push([d.isFunction(i.options.items)?i.options.items.call(i.element[0],a,{item:this.currentItem}):d(i.options.items,i.element),i]);this.containers.push(i)}}for(f=c.length-1;f>=0;f--){a=c[f][1];e=c[f][0];h=0;for(g=e.length;h=0;b--){var c=this.items[b];if(!(c.instance!=this.currentContainer&&this.currentContainer&&c.item[0]!=this.currentItem[0])){var e=this.options.toleranceElement?d(this.options.toleranceElement,c.item):c.item;if(!a){c.width=e.outerWidth();c.height=e.outerHeight()}e=e.offset();c.left=e.left;c.top=e.top}}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(b= +this.containers.length-1;b>=0;b--){e=this.containers[b].element.offset();this.containers[b].containerCache.left=e.left;this.containers[b].containerCache.top=e.top;this.containers[b].containerCache.width=this.containers[b].element.outerWidth();this.containers[b].containerCache.height=this.containers[b].element.outerHeight()}return this},_createPlaceholder:function(a){var b=a||this,c=b.options;if(!c.placeholder||c.placeholder.constructor==String){var e=c.placeholder;c.placeholder={element:function(){var f= +d(document.createElement(b.currentItem[0].nodeName)).addClass(e||b.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!e)f.style.visibility="hidden";return f},update:function(f,g){if(!(e&&!c.forcePlaceholderSize)){g.height()||g.height(b.currentItem.innerHeight()-parseInt(b.currentItem.css("paddingTop")||0,10)-parseInt(b.currentItem.css("paddingBottom")||0,10));g.width()||g.width(b.currentItem.innerWidth()-parseInt(b.currentItem.css("paddingLeft")||0,10)-parseInt(b.currentItem.css("paddingRight")|| +0,10))}}}}b.placeholder=d(c.placeholder.element.call(b.element,b.currentItem));b.currentItem.after(b.placeholder);c.placeholder.update(b,b.placeholder)},_contactContainers:function(a){for(var b=null,c=null,e=this.containers.length-1;e>=0;e--)if(!d.ui.contains(this.currentItem[0],this.containers[e].element[0]))if(this._intersectsWith(this.containers[e].containerCache)){if(!(b&&d.ui.contains(this.containers[e].element[0],b.element[0]))){b=this.containers[e];c=e}}else if(this.containers[e].containerCache.over){this.containers[e]._trigger("out", +a,this._uiHash(this));this.containers[e].containerCache.over=0}if(b)if(this.containers.length===1){this.containers[c]._trigger("over",a,this._uiHash(this));this.containers[c].containerCache.over=1}else if(this.currentContainer!=this.containers[c]){b=1E4;e=null;for(var f=this.positionAbs[this.containers[c].floating?"left":"top"],g=this.items.length-1;g>=0;g--)if(d.ui.contains(this.containers[c].element[0],this.items[g].item[0])){var h=this.items[g][this.containers[c].floating?"left":"top"];if(Math.abs(h- +f)this.containment[2])f=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g- +this.originalPageY)/b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.topthis.containment[3])?g:!(g-this.offset.click.topthis.containment[2])?f:!(f-this.offset.click.left=0;e--)if(d.ui.contains(this.containers[e].element[0],this.currentItem[0])&&!b){c.push(function(f){return function(g){f._trigger("receive",g,this._uiHash(this))}}.call(this,this.containers[e]));c.push(function(f){return function(g){f._trigger("update",g,this._uiHash(this))}}.call(this,this.containers[e]))}}for(e=this.containers.length-1;e>=0;e--){b||c.push(function(f){return function(g){f._trigger("deactivate",g,this._uiHash(this))}}.call(this, +this.containers[e]));if(this.containers[e].containerCache.over){c.push(function(f){return function(g){f._trigger("out",g,this._uiHash(this))}}.call(this,this.containers[e]));this.containers[e].containerCache.over=0}}this._storedCursor&&d("body").css("cursor",this._storedCursor);this._storedOpacity&&this.helper.css("opacity",this._storedOpacity);if(this._storedZIndex)this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex);this.dragging=false;if(this.cancelHelperRemoval){if(!b){this._trigger("beforeStop", +a,this._uiHash());for(e=0;e li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var a=this,b=a.options;a.running=0;a.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix"); +a.headers=a.element.find(b.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){b.disabled||c(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){b.disabled||c(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){b.disabled||c(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){b.disabled||c(this).removeClass("ui-state-focus")});a.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom"); +if(b.navigation){var d=a.element.find("a").filter(b.navigationFilter).eq(0);if(d.length){var h=d.closest(".ui-accordion-header");a.active=h.length?h:d.closest(".ui-accordion-content").prev()}}a.active=a._findActive(a.active||b.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");a.active.next().addClass("ui-accordion-content-active");a._createIcons();a.resize();a.element.attr("role","tablist");a.headers.attr("role","tab").bind("keydown.accordion", +function(f){return a._keydown(f)}).next().attr("role","tabpanel");a.headers.not(a.active||"").attr({"aria-expanded":"false","aria-selected":"false",tabIndex:-1}).next().hide();a.active.length?a.active.attr({"aria-expanded":"true","aria-selected":"true",tabIndex:0}):a.headers.eq(0).attr("tabIndex",0);c.browser.safari||a.headers.find("a").attr("tabIndex",-1);b.event&&a.headers.bind(b.event.split(" ").join(".accordion ")+".accordion",function(f){a._clickHandler.call(a,f,this);f.preventDefault()})},_createIcons:function(){var a= +this.options;if(a.icons){c("").addClass("ui-icon "+a.icons.header).prependTo(this.headers);this.active.children(".ui-icon").toggleClass(a.icons.header).toggleClass(a.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var a=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("aria-selected").removeAttr("tabIndex"); +this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");if(a.autoHeight||a.fillHeight)b.css("height","");return c.Widget.prototype.destroy.call(this)},_setOption:function(a,b){c.Widget.prototype._setOption.apply(this,arguments);a=="active"&&this.activate(b);if(a=="icons"){this._destroyIcons(); +b&&this._createIcons()}if(a=="disabled")this.headers.add(this.headers.next())[b?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(a){if(!(this.options.disabled||a.altKey||a.ctrlKey)){var b=c.ui.keyCode,d=this.headers.length,h=this.headers.index(a.target),f=false;switch(a.keyCode){case b.RIGHT:case b.DOWN:f=this.headers[(h+1)%d];break;case b.LEFT:case b.UP:f=this.headers[(h-1+d)%d];break;case b.SPACE:case b.ENTER:this._clickHandler({target:a.target},a.target); +a.preventDefault()}if(f){c(a.target).attr("tabIndex",-1);c(f).attr("tabIndex",0);f.focus();return false}return true}},resize:function(){var a=this.options,b;if(a.fillSpace){if(c.browser.msie){var d=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}b=this.element.parent().height();c.browser.msie&&this.element.parent().css("overflow",d);this.headers.each(function(){b-=c(this).outerHeight(true)});this.headers.next().each(function(){c(this).height(Math.max(0,b-c(this).innerHeight()+ +c(this).height()))}).css("overflow","auto")}else if(a.autoHeight){b=0;this.headers.next().each(function(){b=Math.max(b,c(this).height("").height())}).height(b)}return this},activate:function(a){this.options.active=a;a=this._findActive(a)[0];this._clickHandler({target:a},a);return this},_findActive:function(a){return a?typeof a==="number"?this.headers.filter(":eq("+a+")"):this.headers.not(this.headers.not(a)):a===false?c([]):this.headers.filter(":eq(0)")},_clickHandler:function(a,b){var d=this.options; +if(!d.disabled)if(a.target){a=c(a.currentTarget||b);b=a[0]===this.active[0];d.active=d.collapsible&&b?false:this.headers.index(a);if(!(this.running||!d.collapsible&&b)){var h=this.active;j=a.next();g=this.active.next();e={options:d,newHeader:b&&d.collapsible?c([]):a,oldHeader:this.active,newContent:b&&d.collapsible?c([]):j,oldContent:g};var f=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=b?c([]):a;this._toggle(j,g,e,b,f);h.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header); +if(!b){a.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);a.next().addClass("ui-accordion-content-active")}}}else if(d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var g=this.active.next(), +e={options:d,newHeader:c([]),oldHeader:d.active,newContent:c([]),oldContent:g},j=this.active=c([]);this._toggle(j,g,e)}},_toggle:function(a,b,d,h,f){var g=this,e=g.options;g.toShow=a;g.toHide=b;g.data=d;var j=function(){if(g)return g._completed.apply(g,arguments)};g._trigger("changestart",null,g.data);g.running=b.size()===0?a.size():b.size();if(e.animated){d={};d=e.collapsible&&h?{toShow:c([]),toHide:b,complete:j,down:f,autoHeight:e.autoHeight||e.fillSpace}:{toShow:a,toHide:b,complete:j,down:f,autoHeight:e.autoHeight|| +e.fillSpace};if(!e.proxied)e.proxied=e.animated;if(!e.proxiedDuration)e.proxiedDuration=e.duration;e.animated=c.isFunction(e.proxied)?e.proxied(d):e.proxied;e.duration=c.isFunction(e.proxiedDuration)?e.proxiedDuration(d):e.proxiedDuration;h=c.ui.accordion.animations;var i=e.duration,k=e.animated;if(k&&!h[k]&&!c.easing[k])k="slide";h[k]||(h[k]=function(l){this.slide(l,{easing:k,duration:i||700})});h[k](d)}else{if(e.collapsible&&h)a.toggle();else{b.hide();a.show()}j(true)}b.prev().attr({"aria-expanded":"false", +"aria-selected":"false",tabIndex:-1}).blur();a.prev().attr({"aria-expanded":"true","aria-selected":"true",tabIndex:0}).focus()},_completed:function(a){this.running=a?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");if(this.toHide.length)this.toHide.parent()[0].className=this.toHide.parent()[0].className;this._trigger("change",null,this.data)}}});c.extend(c.ui.accordion,{version:"1.8.13", +animations:{slide:function(a,b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),h=0,f={},g={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(parseInt(b.css("borderRightWidth"),10)||0));c.each(["height","paddingTop","paddingBottom"],function(j,i){g[i]="hide";j=(""+c.css(a.toShow[0],i)).match(/^([\d+-.]+)(.*)$/); +f[i]={value:j[1],unit:j[2]||"px"}});a.toShow.css({height:0,overflow:"hidden"}).show();a.toHide.filter(":hidden").each(a.complete).end().filter(":visible").animate(g,{step:function(j,i){if(i.prop=="height")h=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=h*f[i.prop].value+f[i.prop].unit},duration:a.duration,easing:a.easing,complete:function(){a.autoHeight||a.toShow.css("height","");a.toShow.css({width:e,overflow:d});a.complete()}})}else a.toHide.animate({height:"hide", +paddingTop:"hide",paddingBottom:"hide"},a);else a.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},a)},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1E3:200})}}})})(jQuery); +;/* + * jQuery UI Autocomplete 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Autocomplete + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.position.js + */ +(function(d){var e=0;d.widget("ui.autocomplete",{options:{appendTo:"body",autoFocus:false,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null},pending:0,_create:function(){var a=this,b=this.element[0].ownerDocument,g;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(c){if(!(a.options.disabled||a.element.attr("readonly"))){g= +false;var f=d.ui.keyCode;switch(c.keyCode){case f.PAGE_UP:a._move("previousPage",c);break;case f.PAGE_DOWN:a._move("nextPage",c);break;case f.UP:a._move("previous",c);c.preventDefault();break;case f.DOWN:a._move("next",c);c.preventDefault();break;case f.ENTER:case f.NUMPAD_ENTER:if(a.menu.active){g=true;c.preventDefault()}case f.TAB:if(!a.menu.active)return;a.menu.select(c);break;case f.ESCAPE:a.element.val(a.term);a.close(c);break;default:clearTimeout(a.searching);a.searching=setTimeout(function(){if(a.term!= +a.element.val()){a.selectedItem=null;a.search(null,c)}},a.options.delay);break}}}).bind("keypress.autocomplete",function(c){if(g){g=false;c.preventDefault()}}).bind("focus.autocomplete",function(){if(!a.options.disabled){a.selectedItem=null;a.previous=a.element.val()}}).bind("blur.autocomplete",function(c){if(!a.options.disabled){clearTimeout(a.searching);a.closing=setTimeout(function(){a.close(c);a._change(c)},150)}});this._initSource();this.response=function(){return a._response.apply(a,arguments)}; +this.menu=d("
        ").addClass("ui-autocomplete").appendTo(d(this.options.appendTo||"body",b)[0]).mousedown(function(c){var f=a.menu.element[0];d(c.target).closest(".ui-menu-item").length||setTimeout(function(){d(document).one("mousedown",function(h){h.target!==a.element[0]&&h.target!==f&&!d.ui.contains(f,h.target)&&a.close()})},1);setTimeout(function(){clearTimeout(a.closing)},13)}).menu({focus:function(c,f){f=f.item.data("item.autocomplete");false!==a._trigger("focus",c,{item:f})&&/^key/.test(c.originalEvent.type)&& +a.element.val(f.value)},selected:function(c,f){var h=f.item.data("item.autocomplete"),i=a.previous;if(a.element[0]!==b.activeElement){a.element.focus();a.previous=i;setTimeout(function(){a.previous=i;a.selectedItem=h},1)}false!==a._trigger("select",c,{item:h})&&a.element.val(h.value);a.term=a.element.val();a.close(c);a.selectedItem=h},blur:function(){a.menu.element.is(":visible")&&a.element.val()!==a.term&&a.element.val(a.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu"); +d.fn.bgiframe&&this.menu.element.bgiframe()},destroy:function(){this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup");this.menu.element.remove();d.Widget.prototype.destroy.call(this)},_setOption:function(a,b){d.Widget.prototype._setOption.apply(this,arguments);a==="source"&&this._initSource();if(a==="appendTo")this.menu.element.appendTo(d(b||"body",this.element[0].ownerDocument)[0]);a==="disabled"&& +b&&this.xhr&&this.xhr.abort()},_initSource:function(){var a=this,b,g;if(d.isArray(this.options.source)){b=this.options.source;this.source=function(c,f){f(d.ui.autocomplete.filter(b,c.term))}}else if(typeof this.options.source==="string"){g=this.options.source;this.source=function(c,f){a.xhr&&a.xhr.abort();a.xhr=d.ajax({url:g,data:c,dataType:"json",autocompleteRequest:++e,success:function(h){this.autocompleteRequest===e&&f(h)},error:function(){this.autocompleteRequest===e&&f([])}})}}else this.source= +this.options.source},search:function(a,b){a=a!=null?a:this.element.val();this.term=this.element.val();if(a.length").data("item.autocomplete",b).append(d("").text(b.label)).appendTo(a)},_move:function(a,b){if(this.menu.element.is(":visible"))if(this.menu.first()&&/^previous/.test(a)||this.menu.last()&&/^next/.test(a)){this.element.val(this.term);this.menu.deactivate()}else this.menu[a](b);else this.search(null,b)},widget:function(){return this.menu.element}});d.extend(d.ui.autocomplete,{escapeRegex:function(a){return a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, +"\\$&")},filter:function(a,b){var g=new RegExp(d.ui.autocomplete.escapeRegex(b),"i");return d.grep(a,function(c){return g.test(c.label||c.value||c)})}})})(jQuery); +(function(d){d.widget("ui.menu",{_create:function(){var e=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(a){if(d(a.target).closest(".ui-menu-item a").length){a.preventDefault();e.select(a)}});this.refresh()},refresh:function(){var e=this;this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem").children("a").addClass("ui-corner-all").attr("tabindex", +-1).mouseenter(function(a){e.activate(a,d(this).parent())}).mouseleave(function(){e.deactivate()})},activate:function(e,a){this.deactivate();if(this.hasScroll()){var b=a.offset().top-this.element.offset().top,g=this.element.scrollTop(),c=this.element.height();if(b<0)this.element.scrollTop(g+b);else b>=c&&this.element.scrollTop(g+b-c+a.height())}this.active=a.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end();this._trigger("focus",e,{item:a})},deactivate:function(){if(this.active){this.active.children("a").removeClass("ui-state-hover").removeAttr("id"); +this._trigger("blur");this.active=null}},next:function(e){this.move("next",".ui-menu-item:first",e)},previous:function(e){this.move("prev",".ui-menu-item:last",e)},first:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},last:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},move:function(e,a,b){if(this.active){e=this.active[e+"All"](".ui-menu-item").eq(0);e.length?this.activate(b,e):this.activate(b,this.element.children(a))}else this.activate(b, +this.element.children(a))},nextPage:function(e){if(this.hasScroll())if(!this.active||this.last())this.activate(e,this.element.children(".ui-menu-item:first"));else{var a=this.active.offset().top,b=this.element.height(),g=this.element.children(".ui-menu-item").filter(function(){var c=d(this).offset().top-a-b+d(this).height();return c<10&&c>-10});g.length||(g=this.element.children(".ui-menu-item:last"));this.activate(e,g)}else this.activate(e,this.element.children(".ui-menu-item").filter(!this.active|| +this.last()?":first":":last"))},previousPage:function(e){if(this.hasScroll())if(!this.active||this.first())this.activate(e,this.element.children(".ui-menu-item:last"));else{var a=this.active.offset().top,b=this.element.height();result=this.element.children(".ui-menu-item").filter(function(){var g=d(this).offset().top-a+b-d(this).height();return g<10&&g>-10});result.length||(result=this.element.children(".ui-menu-item:first"));this.activate(e,result)}else this.activate(e,this.element.children(".ui-menu-item").filter(!this.active|| +this.first()?":last":":first"))},hasScroll:function(){return this.element.height()").addClass("ui-button-text").html(this.options.label).appendTo(b.empty()).text(),d=this.options.icons,f=d.primary&&d.secondary,e=[];if(d.primary||d.secondary){if(this.options.text)e.push("ui-button-text-icon"+(f?"s":d.primary?"-primary":"-secondary"));d.primary&&b.prepend("");d.secondary&&b.append("");if(!this.options.text){e.push(f?"ui-button-icons-only": +"ui-button-icon-only");this.hasTitle||b.attr("title",c)}}else e.push("ui-button-text-only");b.addClass(e.join(" "))}}});a.widget("ui.buttonset",{options:{items:":button, :submit, :reset, :checkbox, :radio, a, :data(button)"},_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(b,c){b==="disabled"&&this.buttons.button("option",b,c);a.Widget.prototype._setOption.apply(this,arguments)},refresh:function(){this.buttons=this.element.find(this.options.items).filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass("ui-corner-left").end().filter(":last").addClass("ui-corner-right").end().end()}, +destroy:function(){this.element.removeClass("ui-buttonset");this.buttons.map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy");a.Widget.prototype.destroy.call(this)}})})(jQuery); +;/* + * jQuery UI Dialog 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Dialog + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.button.js + * jquery.ui.draggable.js + * jquery.ui.mouse.js + * jquery.ui.position.js + * jquery.ui.resizable.js + */ +(function(c,l){var m={buttons:true,height:true,maxHeight:true,maxWidth:true,minHeight:true,minWidth:true,width:true},n={maxHeight:true,maxWidth:true,minHeight:true,minWidth:true},o=c.attrFn||{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true,click:true};c.widget("ui.dialog",{options:{autoOpen:true,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false, +position:{my:"center",at:"center",collision:"fit",using:function(a){var b=c(this).css(a).offset().top;b<0&&c(this).css("top",a.top-b)}},resizable:true,show:null,stack:true,title:"",width:300,zIndex:1E3},_create:function(){this.originalTitle=this.element.attr("title");if(typeof this.originalTitle!=="string")this.originalTitle="";this.options.title=this.options.title||this.originalTitle;var a=this,b=a.options,d=b.title||" ",e=c.ui.dialog.getTitleId(a.element),g=(a.uiDialog=c("
        ")).appendTo(document.body).hide().addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+ +b.dialogClass).css({zIndex:b.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(i){if(b.closeOnEscape&&i.keyCode&&i.keyCode===c.ui.keyCode.ESCAPE){a.close(i);i.preventDefault()}}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(i){a.moveToTop(false,i)});a.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(g);var f=(a.uiDialogTitlebar=c("
        ")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(g), +h=c('').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){h.addClass("ui-state-hover")},function(){h.removeClass("ui-state-hover")}).focus(function(){h.addClass("ui-state-focus")}).blur(function(){h.removeClass("ui-state-focus")}).click(function(i){a.close(i);return false}).appendTo(f);(a.uiDialogTitlebarCloseText=c("")).addClass("ui-icon ui-icon-closethick").text(b.closeText).appendTo(h);c("").addClass("ui-dialog-title").attr("id", +e).html(d).prependTo(f);if(c.isFunction(b.beforeclose)&&!c.isFunction(b.beforeClose))b.beforeClose=b.beforeclose;f.find("*").add(f).disableSelection();b.draggable&&c.fn.draggable&&a._makeDraggable();b.resizable&&c.fn.resizable&&a._makeResizable();a._createButtons(b.buttons);a._isOpen=false;c.fn.bgiframe&&g.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){var a=this;a.overlay&&a.overlay.destroy();a.uiDialog.hide();a.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body"); +a.uiDialog.remove();a.originalTitle&&a.element.attr("title",a.originalTitle);return a},widget:function(){return this.uiDialog},close:function(a){var b=this,d,e;if(false!==b._trigger("beforeClose",a)){b.overlay&&b.overlay.destroy();b.uiDialog.unbind("keypress.ui-dialog");b._isOpen=false;if(b.options.hide)b.uiDialog.hide(b.options.hide,function(){b._trigger("close",a)});else{b.uiDialog.hide();b._trigger("close",a)}c.ui.dialog.overlay.resize();if(b.options.modal){d=0;c(".ui-dialog").each(function(){if(this!== +b.uiDialog[0]){e=c(this).css("z-index");isNaN(e)||(d=Math.max(d,e))}});c.ui.dialog.maxZ=d}return b}},isOpen:function(){return this._isOpen},moveToTop:function(a,b){var d=this,e=d.options;if(e.modal&&!a||!e.stack&&!e.modal)return d._trigger("focus",b);if(e.zIndex>c.ui.dialog.maxZ)c.ui.dialog.maxZ=e.zIndex;if(d.overlay){c.ui.dialog.maxZ+=1;d.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=c.ui.dialog.maxZ)}a={scrollTop:d.element.attr("scrollTop"),scrollLeft:d.element.attr("scrollLeft")};c.ui.dialog.maxZ+= +1;d.uiDialog.css("z-index",c.ui.dialog.maxZ);d.element.attr(a);d._trigger("focus",b);return d},open:function(){if(!this._isOpen){var a=this,b=a.options,d=a.uiDialog;a.overlay=b.modal?new c.ui.dialog.overlay(a):null;a._size();a._position(b.position);d.show(b.show);a.moveToTop(true);b.modal&&d.bind("keypress.ui-dialog",function(e){if(e.keyCode===c.ui.keyCode.TAB){var g=c(":tabbable",this),f=g.filter(":first");g=g.filter(":last");if(e.target===g[0]&&!e.shiftKey){f.focus(1);return false}else if(e.target=== +f[0]&&e.shiftKey){g.focus(1);return false}}});c(a.element.find(":tabbable").get().concat(d.find(".ui-dialog-buttonpane :tabbable").get().concat(d.get()))).eq(0).focus();a._isOpen=true;a._trigger("open");return a}},_createButtons:function(a){var b=this,d=false,e=c("
        ").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),g=c("
        ").addClass("ui-dialog-buttonset").appendTo(e);b.uiDialog.find(".ui-dialog-buttonpane").remove();typeof a==="object"&&a!==null&&c.each(a, +function(){return!(d=true)});if(d){c.each(a,function(f,h){h=c.isFunction(h)?{click:h,text:f}:h;var i=c('').click(function(){h.click.apply(b.element[0],arguments)}).appendTo(g);c.each(h,function(j,k){if(j!=="click")j in o?i[j](k):i.attr(j,k)});c.fn.button&&i.button()});e.appendTo(b.uiDialog)}},_makeDraggable:function(){function a(f){return{position:f.position,offset:f.offset}}var b=this,d=b.options,e=c(document),g;b.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close", +handle:".ui-dialog-titlebar",containment:"document",start:function(f,h){g=d.height==="auto"?"auto":c(this).height();c(this).height(c(this).height()).addClass("ui-dialog-dragging");b._trigger("dragStart",f,a(h))},drag:function(f,h){b._trigger("drag",f,a(h))},stop:function(f,h){d.position=[h.position.left-e.scrollLeft(),h.position.top-e.scrollTop()];c(this).removeClass("ui-dialog-dragging").height(g);b._trigger("dragStop",f,a(h));c.ui.dialog.overlay.resize()}})},_makeResizable:function(a){function b(f){return{originalPosition:f.originalPosition, +originalSize:f.originalSize,position:f.position,size:f.size}}a=a===l?this.options.resizable:a;var d=this,e=d.options,g=d.uiDialog.css("position");a=typeof a==="string"?a:"n,e,s,w,se,sw,ne,nw";d.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:d.element,maxWidth:e.maxWidth,maxHeight:e.maxHeight,minWidth:e.minWidth,minHeight:d._minHeight(),handles:a,start:function(f,h){c(this).addClass("ui-dialog-resizing");d._trigger("resizeStart",f,b(h))},resize:function(f,h){d._trigger("resize", +f,b(h))},stop:function(f,h){c(this).removeClass("ui-dialog-resizing");e.height=c(this).height();e.width=c(this).width();d._trigger("resizeStop",f,b(h));c.ui.dialog.overlay.resize()}}).css("position",g).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var a=this.options;return a.height==="auto"?a.minHeight:Math.min(a.minHeight,a.height)},_position:function(a){var b=[],d=[0,0],e;if(a){if(typeof a==="string"||typeof a==="object"&&"0"in a){b=a.split?a.split(" "): +[a[0],a[1]];if(b.length===1)b[1]=b[0];c.each(["left","top"],function(g,f){if(+b[g]===b[g]){d[g]=b[g];b[g]=f}});a={my:b.join(" "),at:b.join(" "),offset:d.join(" ")}}a=c.extend({},c.ui.dialog.prototype.options.position,a)}else a=c.ui.dialog.prototype.options.position;(e=this.uiDialog.is(":visible"))||this.uiDialog.show();this.uiDialog.css({top:0,left:0}).position(c.extend({of:window},a));e||this.uiDialog.hide()},_setOptions:function(a){var b=this,d={},e=false;c.each(a,function(g,f){b._setOption(g,f); +if(g in m)e=true;if(g in n)d[g]=f});e&&this._size();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option",d)},_setOption:function(a,b){var d=this,e=d.uiDialog;switch(a){case "beforeclose":a="beforeClose";break;case "buttons":d._createButtons(b);break;case "closeText":d.uiDialogTitlebarCloseText.text(""+b);break;case "dialogClass":e.removeClass(d.options.dialogClass).addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b);break;case "disabled":b?e.addClass("ui-dialog-disabled"): +e.removeClass("ui-dialog-disabled");break;case "draggable":var g=e.is(":data(draggable)");g&&!b&&e.draggable("destroy");!g&&b&&d._makeDraggable();break;case "position":d._position(b);break;case "resizable":(g=e.is(":data(resizable)"))&&!b&&e.resizable("destroy");g&&typeof b==="string"&&e.resizable("option","handles",b);!g&&b!==false&&d._makeResizable(b);break;case "title":c(".ui-dialog-title",d.uiDialogTitlebar).html(""+(b||" "));break}c.Widget.prototype._setOption.apply(d,arguments)},_size:function(){var a= +this.options,b,d,e=this.uiDialog.is(":visible");this.element.show().css({width:"auto",minHeight:0,height:0});if(a.minWidth>a.width)a.width=a.minWidth;b=this.uiDialog.css({height:"auto",width:a.width}).height();d=Math.max(0,a.minHeight-b);if(a.height==="auto")if(c.support.minHeight)this.element.css({minHeight:d,height:"auto"});else{this.uiDialog.show();a=this.element.css("height","auto").height();e||this.uiDialog.hide();this.element.height(Math.max(a,d))}else this.element.height(Math.max(a.height- +b,0));this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())}});c.extend(c.ui.dialog,{version:"1.8.13",uuid:0,maxZ:0,getTitleId:function(a){a=a.attr("id");if(!a){this.uuid+=1;a=this.uuid}return"ui-dialog-title-"+a},overlay:function(a){this.$el=c.ui.dialog.overlay.create(a)}});c.extend(c.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(a){return a+".dialog-overlay"}).join(" "), +create:function(a){if(this.instances.length===0){setTimeout(function(){c.ui.dialog.overlay.instances.length&&c(document).bind(c.ui.dialog.overlay.events,function(d){if(c(d.target).zIndex()
        ").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(), +height:this.height()});c.fn.bgiframe&&b.bgiframe();this.instances.push(b);return b},destroy:function(a){var b=c.inArray(a,this.instances);b!=-1&&this.oldInstances.push(this.instances.splice(b,1)[0]);this.instances.length===0&&c([document,window]).unbind(".dialog-overlay");a.remove();var d=0;c.each(this.instances,function(){d=Math.max(d,this.css("z-index"))});this.maxZ=d},height:function(){var a,b;if(c.browser.msie&&c.browser.version<7){a=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight); +b=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);return a").appendTo(this.element).addClass("ui-slider-range ui-widget-header"+(a.range==="min"||a.range==="max"?" ui-slider-range-"+a.range:""))}for(var j=c.length;j"); +this.handles=c.add(d(e.join("")).appendTo(b.element));this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(g){g.preventDefault()}).hover(function(){a.disabled||d(this).addClass("ui-state-hover")},function(){d(this).removeClass("ui-state-hover")}).focus(function(){if(a.disabled)d(this).blur();else{d(".ui-slider .ui-state-focus").removeClass("ui-state-focus");d(this).addClass("ui-state-focus")}}).blur(function(){d(this).removeClass("ui-state-focus")});this.handles.each(function(g){d(this).data("index.ui-slider-handle", +g)});this.handles.keydown(function(g){var k=true,l=d(this).data("index.ui-slider-handle"),i,h,m;if(!b.options.disabled){switch(g.keyCode){case d.ui.keyCode.HOME:case d.ui.keyCode.END:case d.ui.keyCode.PAGE_UP:case d.ui.keyCode.PAGE_DOWN:case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:k=false;if(!b._keySliding){b._keySliding=true;d(this).addClass("ui-state-active");i=b._start(g,l);if(i===false)return}break}m=b.options.step;i=b.options.values&&b.options.values.length? +(h=b.values(l)):(h=b.value());switch(g.keyCode){case d.ui.keyCode.HOME:h=b._valueMin();break;case d.ui.keyCode.END:h=b._valueMax();break;case d.ui.keyCode.PAGE_UP:h=b._trimAlignValue(i+(b._valueMax()-b._valueMin())/5);break;case d.ui.keyCode.PAGE_DOWN:h=b._trimAlignValue(i-(b._valueMax()-b._valueMin())/5);break;case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:if(i===b._valueMax())return;h=b._trimAlignValue(i+m);break;case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:if(i===b._valueMin())return;h=b._trimAlignValue(i- +m);break}b._slide(g,l,h);return k}}).keyup(function(g){var k=d(this).data("index.ui-slider-handle");if(b._keySliding){b._keySliding=false;b._stop(g,k);b._change(g,k);d(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider");this._mouseDestroy(); +return this},_mouseCapture:function(b){var a=this.options,c,f,e,j,g;if(a.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();c=this._normValueFromMouse({x:b.pageX,y:b.pageY});f=this._valueMax()-this._valueMin()+1;j=this;this.handles.each(function(k){var l=Math.abs(c-j.values(k));if(f>l){f=l;e=d(this);g=k}});if(a.range===true&&this.values(1)===a.min){g+=1;e=d(this.handles[g])}if(this._start(b,g)===false)return false; +this._mouseSliding=true;j._handleIndex=g;e.addClass("ui-state-active").focus();a=e.offset();this._clickOffset=!d(b.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:b.pageX-a.left-e.width()/2,top:b.pageY-a.top-e.height()/2-(parseInt(e.css("borderTopWidth"),10)||0)-(parseInt(e.css("borderBottomWidth"),10)||0)+(parseInt(e.css("marginTop"),10)||0)};this.handles.hasClass("ui-state-hover")||this._slide(b,g,c);return this._animateOff=true},_mouseStart:function(){return true},_mouseDrag:function(b){var a= +this._normValueFromMouse({x:b.pageX,y:b.pageY});this._slide(b,this._handleIndex,a);return false},_mouseStop:function(b){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(b,this._handleIndex);this._change(b,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(b){var a;if(this.orientation==="horizontal"){a= +this.elementSize.width;b=b.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{a=this.elementSize.height;b=b.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}a=b/a;if(a>1)a=1;if(a<0)a=0;if(this.orientation==="vertical")a=1-a;b=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+a*b)},_start:function(b,a){var c={handle:this.handles[a],value:this.value()};if(this.options.values&&this.options.values.length){c.value=this.values(a); +c.values=this.values()}return this._trigger("start",b,c)},_slide:function(b,a,c){var f;if(this.options.values&&this.options.values.length){f=this.values(a?0:1);if(this.options.values.length===2&&this.options.range===true&&(a===0&&c>f||a===1&&c1){this.options.values[b]=this._trimAlignValue(a);this._refreshValue();this._change(null,b)}else if(arguments.length)if(d.isArray(arguments[0])){c=this.options.values;f=arguments[0];for(e=0;e=this._valueMax())return this._valueMax();var a=this.options.step>0?this.options.step:1,c=(b-this._valueMin())%a;alignValue=b-c;if(Math.abs(c)*2>=a)alignValue+=c>0?a:-a;return parseFloat(alignValue.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max}, +_refreshValue:function(){var b=this.options.range,a=this.options,c=this,f=!this._animateOff?a.animate:false,e,j={},g,k,l,i;if(this.options.values&&this.options.values.length)this.handles.each(function(h){e=(c.values(h)-c._valueMin())/(c._valueMax()-c._valueMin())*100;j[c.orientation==="horizontal"?"left":"bottom"]=e+"%";d(this).stop(1,1)[f?"animate":"css"](j,a.animate);if(c.options.range===true)if(c.orientation==="horizontal"){if(h===0)c.range.stop(1,1)[f?"animate":"css"]({left:e+"%"},a.animate); +if(h===1)c.range[f?"animate":"css"]({width:e-g+"%"},{queue:false,duration:a.animate})}else{if(h===0)c.range.stop(1,1)[f?"animate":"css"]({bottom:e+"%"},a.animate);if(h===1)c.range[f?"animate":"css"]({height:e-g+"%"},{queue:false,duration:a.animate})}g=e});else{k=this.value();l=this._valueMin();i=this._valueMax();e=i!==l?(k-l)/(i-l)*100:0;j[c.orientation==="horizontal"?"left":"bottom"]=e+"%";this.handle.stop(1,1)[f?"animate":"css"](j,a.animate);if(b==="min"&&this.orientation==="horizontal")this.range.stop(1, +1)[f?"animate":"css"]({width:e+"%"},a.animate);if(b==="max"&&this.orientation==="horizontal")this.range[f?"animate":"css"]({width:100-e+"%"},{queue:false,duration:a.animate});if(b==="min"&&this.orientation==="vertical")this.range.stop(1,1)[f?"animate":"css"]({height:e+"%"},a.animate);if(b==="max"&&this.orientation==="vertical")this.range[f?"animate":"css"]({height:100-e+"%"},{queue:false,duration:a.animate})}}});d.extend(d.ui.slider,{version:"1.8.13"})})(jQuery); +;/* + * jQuery UI Tabs 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Tabs + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(d,p){function u(){return++v}function w(){return++x}var v=0,x=0;d.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"
        ",remove:null,select:null,show:null,spinner:"Loading…",tabTemplate:"
      • #{label}
      • "},_create:function(){this._tabify(true)},_setOption:function(b,e){if(b=="selected")this.options.collapsible&& +e==this.options.selected||this.select(e);else{this.options[b]=e;this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+u()},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+w());return d.cookie.apply(null,[b].concat(d.makeArray(arguments)))},_ui:function(b,e){return{tab:b,panel:e,index:this.anchors.index(b)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b= +d(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(b){function e(g,f){g.css("display","");!d.support.opacity&&f.opacity&&g[0].style.removeAttribute("filter")}var a=this,c=this.options,h=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=d(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return d("a",this)[0]});this.panels=d([]);this.anchors.each(function(g,f){var i=d(f).attr("href"),l=i.split("#")[0],q;if(l&&(l===location.toString().split("#")[0]|| +(q=d("base")[0])&&l===q.href)){i=f.hash;f.href=i}if(h.test(i))a.panels=a.panels.add(a.element.find(a._sanitizeSelector(i)));else if(i&&i!=="#"){d.data(f,"href.tabs",i);d.data(f,"load.tabs",i.replace(/#.*$/,""));i=a._tabId(f);f.href="#"+i;f=a.element.find("#"+i);if(!f.length){f=d(c.panelTemplate).attr("id",i).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(a.panels[g-1]||a.list);f.data("destroy.tabs",true)}a.panels=a.panels.add(f)}else c.disabled.push(g)});if(b){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all"); +this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(c.selected===p){location.hash&&this.anchors.each(function(g,f){if(f.hash==location.hash){c.selected=g;return false}});if(typeof c.selected!=="number"&&c.cookie)c.selected=parseInt(a._cookie(),10);if(typeof c.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)c.selected= +this.lis.index(this.lis.filter(".ui-tabs-selected"));c.selected=c.selected||(this.lis.length?0:-1)}else if(c.selected===null)c.selected=-1;c.selected=c.selected>=0&&this.anchors[c.selected]||c.selected<0?c.selected:0;c.disabled=d.unique(c.disabled.concat(d.map(this.lis.filter(".ui-state-disabled"),function(g){return a.lis.index(g)}))).sort();d.inArray(c.selected,c.disabled)!=-1&&c.disabled.splice(d.inArray(c.selected,c.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active"); +if(c.selected>=0&&this.anchors.length){a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash)).removeClass("ui-tabs-hide");this.lis.eq(c.selected).addClass("ui-tabs-selected ui-state-active");a.element.queue("tabs",function(){a._trigger("show",null,a._ui(a.anchors[c.selected],a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash))[0]))});this.load(c.selected)}d(window).bind("unload",function(){a.lis.add(a.anchors).unbind(".tabs");a.lis=a.anchors=a.panels=null})}else c.selected=this.lis.index(this.lis.filter(".ui-tabs-selected")); +this.element[c.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");c.cookie&&this._cookie(c.selected,c.cookie);b=0;for(var j;j=this.lis[b];b++)d(j)[d.inArray(b,c.disabled)!=-1&&!d(j).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");c.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(c.event!=="mouseover"){var k=function(g,f){f.is(":not(.ui-state-disabled)")&&f.addClass("ui-state-"+g)},n=function(g,f){f.removeClass("ui-state-"+ +g)};this.lis.bind("mouseover.tabs",function(){k("hover",d(this))});this.lis.bind("mouseout.tabs",function(){n("hover",d(this))});this.anchors.bind("focus.tabs",function(){k("focus",d(this).closest("li"))});this.anchors.bind("blur.tabs",function(){n("focus",d(this).closest("li"))})}var m,o;if(c.fx)if(d.isArray(c.fx)){m=c.fx[0];o=c.fx[1]}else m=o=c.fx;var r=o?function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.hide().removeClass("ui-tabs-hide").animate(o,o.duration||"normal", +function(){e(f,o);a._trigger("show",null,a._ui(g,f[0]))})}:function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");a._trigger("show",null,a._ui(g,f[0]))},s=m?function(g,f){f.animate(m,m.duration||"normal",function(){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");e(f,m);a.element.dequeue("tabs")})}:function(g,f){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");a.element.dequeue("tabs")}; +this.anchors.bind(c.event+".tabs",function(){var g=this,f=d(g).closest("li"),i=a.panels.filter(":not(.ui-tabs-hide)"),l=a.element.find(a._sanitizeSelector(g.hash));if(f.hasClass("ui-tabs-selected")&&!c.collapsible||f.hasClass("ui-state-disabled")||f.hasClass("ui-state-processing")||a.panels.filter(":animated").length||a._trigger("select",null,a._ui(this,l[0]))===false){this.blur();return false}c.selected=a.anchors.index(this);a.abort();if(c.collapsible)if(f.hasClass("ui-tabs-selected")){c.selected= +-1;c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){s(g,i)}).dequeue("tabs");this.blur();return false}else if(!i.length){c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this));this.blur();return false}c.cookie&&a._cookie(c.selected,c.cookie);if(l.length){i.length&&a.element.queue("tabs",function(){s(g,i)});a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier."; +d.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})},_getIndex:function(b){if(typeof b=="string")b=this.anchors.index(this.anchors.filter("[href$="+b+"]"));return b},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var e= +d.data(this,"href.tabs");if(e)this.href=e;var a=d(this).unbind(".tabs");d.each(["href","load","cache"],function(c,h){a.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){d.data(this,"destroy.tabs")?d(this).remove():d(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});b.cookie&&this._cookie(null,b.cookie);return this},add:function(b, +e,a){if(a===p)a=this.anchors.length;var c=this,h=this.options;e=d(h.tabTemplate.replace(/#\{href\}/g,b).replace(/#\{label\}/g,e));b=!b.indexOf("#")?b.replace("#",""):this._tabId(d("a",e)[0]);e.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var j=c.element.find("#"+b);j.length||(j=d(h.panelTemplate).attr("id",b).data("destroy.tabs",true));j.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(a>=this.lis.length){e.appendTo(this.list);j.appendTo(this.list[0].parentNode)}else{e.insertBefore(this.lis[a]); +j.insertBefore(this.panels[a])}h.disabled=d.map(h.disabled,function(k){return k>=a?++k:k});this._tabify();if(this.anchors.length==1){h.selected=0;e.addClass("ui-tabs-selected ui-state-active");j.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){c._trigger("show",null,c._ui(c.anchors[0],c.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[a],this.panels[a]));return this},remove:function(b){b=this._getIndex(b);var e=this.options,a=this.lis.eq(b).remove(),c=this.panels.eq(b).remove(); +if(a.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(b+(b+1=b?--h:h});this._tabify();this._trigger("remove",null,this._ui(a.find("a")[0],c[0]));return this},enable:function(b){b=this._getIndex(b);var e=this.options;if(d.inArray(b,e.disabled)!=-1){this.lis.eq(b).removeClass("ui-state-disabled");e.disabled=d.grep(e.disabled,function(a){return a!=b});this._trigger("enable",null, +this._ui(this.anchors[b],this.panels[b]));return this}},disable:function(b){b=this._getIndex(b);var e=this.options;if(b!=e.selected){this.lis.eq(b).addClass("ui-state-disabled");e.disabled.push(b);e.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[b],this.panels[b]))}return this},select:function(b){b=this._getIndex(b);if(b==-1)if(this.options.collapsible&&this.options.selected!=-1)b=this.options.selected;else return this;this.anchors.eq(b).trigger(this.options.event+".tabs");return this}, +load:function(b){b=this._getIndex(b);var e=this,a=this.options,c=this.anchors.eq(b)[0],h=d.data(c,"load.tabs");this.abort();if(!h||this.element.queue("tabs").length!==0&&d.data(c,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(b).addClass("ui-state-processing");if(a.spinner){var j=d("span",c);j.data("label.tabs",j.html()).html(a.spinner)}this.xhr=d.ajax(d.extend({},a.ajaxOptions,{url:h,success:function(k,n){e.element.find(e._sanitizeSelector(c.hash)).html(k);e._cleanup();a.cache&&d.data(c, +"cache.tabs",true);e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.success(k,n)}catch(m){}},error:function(k,n){e._cleanup();e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.error(k,n,b,c)}catch(m){}}}));e.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this}, +url:function(b,e){this.anchors.eq(b).removeData("cache.tabs").data("load.tabs",e);return this},length:function(){return this.anchors.length}});d.extend(d.ui.tabs,{version:"1.8.13"});d.extend(d.ui.tabs.prototype,{rotation:null,rotate:function(b,e){var a=this,c=this.options,h=a._rotate||(a._rotate=function(j){clearTimeout(a.rotation);a.rotation=setTimeout(function(){var k=c.selected;a.select(++k'))}function N(a){return a.delegate("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a", +"mouseout",function(){d(this).removeClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&d(this).removeClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).removeClass("ui-datepicker-next-hover")}).delegate("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a","mouseover",function(){if(!d.datepicker._isDisabledDatepicker(J.inline?a.parent()[0]:J.input[0])){d(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"); +d(this).addClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&d(this).addClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).addClass("ui-datepicker-next-hover")}})}function H(a,b){d.extend(a,b);for(var c in b)if(b[c]==null||b[c]==B)a[c]=b[c];return a}d.extend(d.ui,{datepicker:{version:"1.8.13"}});var z=(new Date).getTime(),J;d.extend(M.prototype,{markerClassName:"hasDatepicker",log:function(){this.debug&&console.log.apply("",arguments)}, +_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(a){H(this._defaults,a||{});return this},_attachDatepicker:function(a,b){var c=null;for(var e in this._defaults){var f=a.getAttribute("date:"+e);if(f){c=c||{};try{c[e]=eval(f)}catch(h){c[e]=f}}}e=a.nodeName.toLowerCase();f=e=="div"||e=="span";if(!a.id){this.uuid+=1;a.id="dp"+this.uuid}var i=this._newInst(d(a),f);i.settings=d.extend({},b||{},c||{});if(e=="input")this._connectDatepicker(a,i);else f&&this._inlineDatepicker(a,i)},_newInst:function(a, +b){return{id:a[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1"),input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:b,dpDiv:!b?this.dpDiv:N(d('
        '))}},_connectDatepicker:function(a,b){var c=d(a);b.append=d([]);b.trigger=d([]);if(!c.hasClass(this.markerClassName)){this._attachments(c,b);c.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker", +function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});this._autoSize(b);d.data(a,"datepicker",b)}},_attachments:function(a,b){var c=this._get(b,"appendText"),e=this._get(b,"isRTL");b.append&&b.append.remove();if(c){b.append=d(''+c+"");a[e?"before":"after"](b.append)}a.unbind("focus",this._showDatepicker);b.trigger&&b.trigger.remove();c=this._get(b,"showOn");if(c=="focus"||c=="both")a.focus(this._showDatepicker); +if(c=="button"||c=="both"){c=this._get(b,"buttonText");var f=this._get(b,"buttonImage");b.trigger=d(this._get(b,"buttonImageOnly")?d("").addClass(this._triggerClass).attr({src:f,alt:c,title:c}):d('').addClass(this._triggerClass).html(f==""?c:d("").attr({src:f,alt:c,title:c})));a[e?"before":"after"](b.trigger);b.trigger.click(function(){d.datepicker._datepickerShowing&&d.datepicker._lastInput==a[0]?d.datepicker._hideDatepicker():d.datepicker._showDatepicker(a[0]); +return false})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var b=new Date(2009,11,20),c=this._get(a,"dateFormat");if(c.match(/[DM]/)){var e=function(f){for(var h=0,i=0,g=0;gh){h=f[g].length;i=g}return i};b.setMonth(e(this._get(a,c.match(/MM/)?"monthNames":"monthNamesShort")));b.setDate(e(this._get(a,c.match(/DD/)?"dayNames":"dayNamesShort"))+20-b.getDay())}a.input.attr("size",this._formatDate(a,b).length)}},_inlineDatepicker:function(a,b){var c=d(a); +if(!c.hasClass(this.markerClassName)){c.addClass(this.markerClassName).append(b.dpDiv).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});d.data(a,"datepicker",b);this._setDate(b,this._getDefaultDate(b),true);this._updateDatepicker(b);this._updateAlternate(b);b.dpDiv.show()}},_dialogDatepicker:function(a,b,c,e,f){a=this._dialogInst;if(!a){this.uuid+=1;this._dialogInput=d(''); +this._dialogInput.keydown(this._doKeyDown);d("body").append(this._dialogInput);a=this._dialogInst=this._newInst(this._dialogInput,false);a.settings={};d.data(this._dialogInput[0],"datepicker",a)}H(a.settings,e||{});b=b&&b.constructor==Date?this._formatDate(a,b):b;this._dialogInput.val(b);this._pos=f?f.length?f:[f.pageX,f.pageY]:null;if(!this._pos)this._pos=[document.documentElement.clientWidth/2-100+(document.documentElement.scrollLeft||document.body.scrollLeft),document.documentElement.clientHeight/ +2-150+(document.documentElement.scrollTop||document.body.scrollTop)];this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px");a.settings.onSelect=c;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);d.blockUI&&d.blockUI(this.dpDiv);d.data(this._dialogInput[0],"datepicker",a);return this},_destroyDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();d.removeData(a, +"datepicker");if(e=="input"){c.append.remove();c.trigger.remove();b.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)}else if(e=="div"||e=="span")b.removeClass(this.markerClassName).empty()}},_enableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=false;c.trigger.filter("button").each(function(){this.disabled= +false}).end().filter("img").css({opacity:"1.0",cursor:""})}else if(e=="div"||e=="span"){b=b.children("."+this._inlineClass);b.children().removeClass("ui-state-disabled");b.find("select.ui-datepicker-month, select.ui-datepicker-year").removeAttr("disabled")}this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null:f})}},_disableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled= +true;c.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else if(e=="div"||e=="span"){b=b.children("."+this._inlineClass);b.children().addClass("ui-state-disabled");b.find("select.ui-datepicker-month, select.ui-datepicker-year").attr("disabled","disabled")}this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null:f});this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return false; +for(var b=0;b-1}},_doKeyUp:function(a){a=d.datepicker._getInst(a.target);if(a.input.val()!=a.lastVal)try{if(d.datepicker.parseDate(d.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,d.datepicker._getFormatConfig(a))){d.datepicker._setDateFromField(a); +d.datepicker._updateAlternate(a);d.datepicker._updateDatepicker(a)}}catch(b){d.datepicker.log(b)}return true},_showDatepicker:function(a){a=a.target||a;if(a.nodeName.toLowerCase()!="input")a=d("input",a.parentNode)[0];if(!(d.datepicker._isDisabledDatepicker(a)||d.datepicker._lastInput==a)){var b=d.datepicker._getInst(a);d.datepicker._curInst&&d.datepicker._curInst!=b&&d.datepicker._curInst.dpDiv.stop(true,true);var c=d.datepicker._get(b,"beforeShow");H(b.settings,c?c.apply(a,[a,b]):{});b.lastVal= +null;d.datepicker._lastInput=a;d.datepicker._setDateFromField(b);if(d.datepicker._inDialog)a.value="";if(!d.datepicker._pos){d.datepicker._pos=d.datepicker._findPos(a);d.datepicker._pos[1]+=a.offsetHeight}var e=false;d(a).parents().each(function(){e|=d(this).css("position")=="fixed";return!e});if(e&&d.browser.opera){d.datepicker._pos[0]-=document.documentElement.scrollLeft;d.datepicker._pos[1]-=document.documentElement.scrollTop}c={left:d.datepicker._pos[0],top:d.datepicker._pos[1]};d.datepicker._pos= +null;b.dpDiv.empty();b.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});d.datepicker._updateDatepicker(b);c=d.datepicker._checkOffset(b,c,e);b.dpDiv.css({position:d.datepicker._inDialog&&d.blockUI?"static":e?"fixed":"absolute",display:"none",left:c.left+"px",top:c.top+"px"});if(!b.inline){c=d.datepicker._get(b,"showAnim");var f=d.datepicker._get(b,"duration"),h=function(){var i=b.dpDiv.find("iframe.ui-datepicker-cover");if(i.length){var g=d.datepicker._getBorders(b.dpDiv);i.css({left:-g[0], +top:-g[1],width:b.dpDiv.outerWidth(),height:b.dpDiv.outerHeight()})}};b.dpDiv.zIndex(d(a).zIndex()+1);d.datepicker._datepickerShowing=true;d.effects&&d.effects[c]?b.dpDiv.show(c,d.datepicker._get(b,"showOptions"),f,h):b.dpDiv[c||"show"](c?f:null,h);if(!c||!f)h();b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus();d.datepicker._curInst=b}}},_updateDatepicker:function(a){var b=d.datepicker._getBorders(a.dpDiv);J=a;a.dpDiv.empty().append(this._generateHTML(a));var c=a.dpDiv.find("iframe.ui-datepicker-cover"); +c.length&&c.css({left:-b[0],top:-b[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()});a.dpDiv.find("."+this._dayOverClass+" a").mouseover();b=this._getNumberOfMonths(a);c=b[1];a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");c>1&&a.dpDiv.addClass("ui-datepicker-multi-"+c).css("width",17*c+"em");a.dpDiv[(b[0]!=1||b[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");a.dpDiv[(this._get(a,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"); +a==d.datepicker._curInst&&d.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&&!a.input.is(":disabled")&&a.input[0]!=document.activeElement&&a.input.focus();if(a.yearshtml){var e=a.yearshtml;setTimeout(function(){e===a.yearshtml&&a.yearshtml&&a.dpDiv.find("select.ui-datepicker-year:first").replaceWith(a.yearshtml);e=a.yearshtml=null},0)}},_getBorders:function(a){var b=function(c){return{thin:1,medium:2,thick:3}[c]||c};return[parseFloat(b(a.css("border-left-width"))),parseFloat(b(a.css("border-top-width")))]}, +_checkOffset:function(a,b,c){var e=a.dpDiv.outerWidth(),f=a.dpDiv.outerHeight(),h=a.input?a.input.outerWidth():0,i=a.input?a.input.outerHeight():0,g=document.documentElement.clientWidth+d(document).scrollLeft(),j=document.documentElement.clientHeight+d(document).scrollTop();b.left-=this._get(a,"isRTL")?e-h:0;b.left-=c&&b.left==a.input.offset().left?d(document).scrollLeft():0;b.top-=c&&b.top==a.input.offset().top+i?d(document).scrollTop():0;b.left-=Math.min(b.left,b.left+e>g&&g>e?Math.abs(b.left+e- +g):0);b.top-=Math.min(b.top,b.top+f>j&&j>f?Math.abs(f+i):0);return b},_findPos:function(a){for(var b=this._get(this._getInst(a),"isRTL");a&&(a.type=="hidden"||a.nodeType!=1||d.expr.filters.hidden(a));)a=a[b?"previousSibling":"nextSibling"];a=d(a).offset();return[a.left,a.top]},_hideDatepicker:function(a){var b=this._curInst;if(!(!b||a&&b!=d.data(a,"datepicker")))if(this._datepickerShowing){a=this._get(b,"showAnim");var c=this._get(b,"duration"),e=function(){d.datepicker._tidyDialog(b);this._curInst= +null};d.effects&&d.effects[a]?b.dpDiv.hide(a,d.datepicker._get(b,"showOptions"),c,e):b.dpDiv[a=="slideDown"?"slideUp":a=="fadeIn"?"fadeOut":"hide"](a?c:null,e);a||e();if(a=this._get(b,"onClose"))a.apply(b.input?b.input[0]:null,[b.input?b.input.val():"",b]);this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(d.blockUI){d.unblockUI();d("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")}, +_checkExternalClick:function(a){if(d.datepicker._curInst){a=d(a.target);a[0].id!=d.datepicker._mainDivId&&a.parents("#"+d.datepicker._mainDivId).length==0&&!a.hasClass(d.datepicker.markerClassName)&&!a.hasClass(d.datepicker._triggerClass)&&d.datepicker._datepickerShowing&&!(d.datepicker._inDialog&&d.blockUI)&&d.datepicker._hideDatepicker()}},_adjustDate:function(a,b,c){a=d(a);var e=this._getInst(a[0]);if(!this._isDisabledDatepicker(a[0])){this._adjustInstDate(e,b+(c=="M"?this._get(e,"showCurrentAtPos"): +0),c);this._updateDatepicker(e)}},_gotoToday:function(a){a=d(a);var b=this._getInst(a[0]);if(this._get(b,"gotoCurrent")&&b.currentDay){b.selectedDay=b.currentDay;b.drawMonth=b.selectedMonth=b.currentMonth;b.drawYear=b.selectedYear=b.currentYear}else{var c=new Date;b.selectedDay=c.getDate();b.drawMonth=b.selectedMonth=c.getMonth();b.drawYear=b.selectedYear=c.getFullYear()}this._notifyChange(b);this._adjustDate(a)},_selectMonthYear:function(a,b,c){a=d(a);var e=this._getInst(a[0]);e._selectingMonthYear= +false;e["selected"+(c=="M"?"Month":"Year")]=e["draw"+(c=="M"?"Month":"Year")]=parseInt(b.options[b.selectedIndex].value,10);this._notifyChange(e);this._adjustDate(a)},_clickMonthYear:function(a){var b=this._getInst(d(a)[0]);b.input&&b._selectingMonthYear&&setTimeout(function(){b.input.focus()},0);b._selectingMonthYear=!b._selectingMonthYear},_selectDay:function(a,b,c,e){var f=d(a);if(!(d(e).hasClass(this._unselectableClass)||this._isDisabledDatepicker(f[0]))){f=this._getInst(f[0]);f.selectedDay=f.currentDay= +d("a",e).html();f.selectedMonth=f.currentMonth=b;f.selectedYear=f.currentYear=c;this._selectDate(a,this._formatDate(f,f.currentDay,f.currentMonth,f.currentYear))}},_clearDate:function(a){a=d(a);this._getInst(a[0]);this._selectDate(a,"")},_selectDate:function(a,b){a=this._getInst(d(a)[0]);b=b!=null?b:this._formatDate(a);a.input&&a.input.val(b);this._updateAlternate(a);var c=this._get(a,"onSelect");if(c)c.apply(a.input?a.input[0]:null,[b,a]);else a.input&&a.input.trigger("change");if(a.inline)this._updateDatepicker(a); +else{this._hideDatepicker();this._lastInput=a.input[0];typeof a.input[0]!="object"&&a.input.focus();this._lastInput=null}},_updateAlternate:function(a){var b=this._get(a,"altField");if(b){var c=this._get(a,"altFormat")||this._get(a,"dateFormat"),e=this._getDate(a),f=this.formatDate(c,e,this._getFormatConfig(a));d(b).each(function(){d(this).val(f)})}},noWeekends:function(a){a=a.getDay();return[a>0&&a<6,""]},iso8601Week:function(a){a=new Date(a.getTime());a.setDate(a.getDate()+4-(a.getDay()||7));var b= +a.getTime();a.setMonth(0);a.setDate(1);return Math.floor(Math.round((b-a)/864E5)/7)+1},parseDate:function(a,b,c){if(a==null||b==null)throw"Invalid arguments";b=typeof b=="object"?b.toString():b+"";if(b=="")return null;var e=(c?c.shortYearCutoff:null)||this._defaults.shortYearCutoff;e=typeof e!="string"?e:(new Date).getFullYear()%100+parseInt(e,10);for(var f=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,h=(c?c.dayNames:null)||this._defaults.dayNames,i=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort, +g=(c?c.monthNames:null)||this._defaults.monthNames,j=c=-1,l=-1,u=-1,k=false,o=function(p){(p=A+1-1){j=1;l=u;do{e=this._getDaysInMonth(c,j-1);if(l<=e)break;j++;l-=e}while(1)}v=this._daylightSavingAdjust(new Date(c,j-1,l));if(v.getFullYear()!= +c||v.getMonth()+1!=j||v.getDate()!=l)throw"Invalid date";return v},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*60*60*1E7,formatDate:function(a,b,c){if(!b)return"";var e=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,f=(c?c.dayNames:null)||this._defaults.dayNames, +h=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort;c=(c?c.monthNames:null)||this._defaults.monthNames;var i=function(o){(o=k+112?a.getHours()+2:0);return a},_setDate:function(a,b,c){var e=!b,f=a.selectedMonth,h=a.selectedYear;b=this._restrictMinMax(a,this._determineDate(a,b,new Date));a.selectedDay=a.currentDay=b.getDate();a.drawMonth=a.selectedMonth=a.currentMonth=b.getMonth();a.drawYear=a.selectedYear=a.currentYear=b.getFullYear();if((f!=a.selectedMonth||h!=a.selectedYear)&&!c)this._notifyChange(a);this._adjustInstDate(a);if(a.input)a.input.val(e?"":this._formatDate(a))},_getDate:function(a){return!a.currentYear|| +a.input&&a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay))},_generateHTML:function(a){var b=new Date;b=this._daylightSavingAdjust(new Date(b.getFullYear(),b.getMonth(),b.getDate()));var c=this._get(a,"isRTL"),e=this._get(a,"showButtonPanel"),f=this._get(a,"hideIfNoPrevNext"),h=this._get(a,"navigationAsDateFormat"),i=this._getNumberOfMonths(a),g=this._get(a,"showCurrentAtPos"),j=this._get(a,"stepMonths"),l=i[0]!=1||i[1]!=1,u=this._daylightSavingAdjust(!a.currentDay? +new Date(9999,9,9):new Date(a.currentYear,a.currentMonth,a.currentDay)),k=this._getMinMaxDate(a,"min"),o=this._getMinMaxDate(a,"max");g=a.drawMonth-g;var m=a.drawYear;if(g<0){g+=12;m--}if(o){var n=this._daylightSavingAdjust(new Date(o.getFullYear(),o.getMonth()-i[0]*i[1]+1,o.getDate()));for(n=k&&nn;){g--;if(g<0){g=11;m--}}}a.drawMonth=g;a.drawYear=m;n=this._get(a,"prevText");n=!h?n:this.formatDate(n,this._daylightSavingAdjust(new Date(m,g-j,1)),this._getFormatConfig(a)); +n=this._canAdjustMonth(a,-1,m,g)?''+n+"":f?"":''+n+"";var r=this._get(a,"nextText");r=!h?r:this.formatDate(r,this._daylightSavingAdjust(new Date(m, +g+j,1)),this._getFormatConfig(a));f=this._canAdjustMonth(a,+1,m,g)?''+r+"":f?"":''+r+"";j=this._get(a,"currentText");r=this._get(a,"gotoCurrent")&& +a.currentDay?u:b;j=!h?j:this.formatDate(j,r,this._getFormatConfig(a));h=!a.inline?'":"";e=e?'
        '+(c?h:"")+(this._isInRange(a,r)?'":"")+(c?"":h)+"
        ":"";h=parseInt(this._get(a,"firstDay"),10);h=isNaN(h)?0:h;j=this._get(a,"showWeek");r=this._get(a,"dayNames");this._get(a,"dayNamesShort");var s=this._get(a,"dayNamesMin"),A=this._get(a,"monthNames"),v=this._get(a,"monthNamesShort"),p=this._get(a,"beforeShowDay"),C=this._get(a,"showOtherMonths"),K=this._get(a,"selectOtherMonths");this._get(a,"calculateWeek");for(var E=this._getDefaultDate(a),w="",x=0;x1)switch(G){case 0:y+=" ui-datepicker-group-first";t=" ui-corner-"+(c?"right":"left");break;case i[1]-1:y+=" ui-datepicker-group-last";t=" ui-corner-"+(c?"left":"right");break;default:y+=" ui-datepicker-group-middle";t="";break}y+='">'}y+='
        '+(/all|left/.test(t)&&x==0?c? +f:n:"")+(/all|right/.test(t)&&x==0?c?n:f:"")+this._generateMonthYearHeader(a,g,m,k,o,x>0||G>0,A,v)+'
        ';var D=j?'":"";for(t=0;t<7;t++){var q=(t+h)%7;D+="=5?' class="ui-datepicker-week-end"':"")+'>'+s[q]+""}y+=D+"";D=this._getDaysInMonth(m,g);if(m==a.selectedYear&&g==a.selectedMonth)a.selectedDay=Math.min(a.selectedDay, +D);t=(this._getFirstDayOfMonth(m,g)-h+7)%7;D=l?6:Math.ceil((t+D)/7);q=this._daylightSavingAdjust(new Date(m,g,1-t));for(var Q=0;Q";var R=!j?"":'";for(t=0;t<7;t++){var I=p?p.apply(a.input?a.input[0]:null,[q]):[true,""],F=q.getMonth()!=g,L=F&&!K||!I[0]||k&&qo;R+='";q.setDate(q.getDate()+1);q=this._daylightSavingAdjust(q)}y+=R+""}g++;if(g>11){g=0;m++}y+="
        '+this._get(a,"weekHeader")+"
        '+this._get(a,"calculateWeek")(q)+""+(F&&!C?" ":L?''+q.getDate()+ +"":''+q.getDate()+"")+"
        "+(l?""+(i[0]>0&&G==i[1]-1?'
        ':""):"");O+=y}w+=O}w+=e+(d.browser.msie&&parseInt(d.browser.version,10)<7&&!a.inline?'': +"");a._keyEvent=false;return w},_generateMonthYearHeader:function(a,b,c,e,f,h,i,g){var j=this._get(a,"changeMonth"),l=this._get(a,"changeYear"),u=this._get(a,"showMonthAfterYear"),k='
        ',o="";if(h||!j)o+=''+i[b]+"";else{i=e&&e.getFullYear()==c;var m=f&&f.getFullYear()==c;o+='"}u||(k+=o+(h||!(j&&l)?" ":""));if(!a.yearshtml){a.yearshtml="";if(h||!l)k+=''+c+"";else{g=this._get(a,"yearRange").split(":");var r=(new Date).getFullYear();i=function(s){s=s.match(/c[+-].*/)?c+parseInt(s.substring(1),10):s.match(/[+-].*/)?r+parseInt(s,10):parseInt(s,10);return isNaN(s)? +r:s};b=i(g[0]);g=Math.max(b,i(g[1]||""));b=e?Math.max(b,e.getFullYear()):b;g=f?Math.min(g,f.getFullYear()):g;for(a.yearshtml+='";k+=a.yearshtml;a.yearshtml=null}}k+=this._get(a,"yearSuffix");if(u)k+= +(h||!(j&&l)?" ":"")+o;k+="
        ";return k},_adjustInstDate:function(a,b,c){var e=a.drawYear+(c=="Y"?b:0),f=a.drawMonth+(c=="M"?b:0);b=Math.min(a.selectedDay,this._getDaysInMonth(e,f))+(c=="D"?b:0);e=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(e,f,b)));a.selectedDay=e.getDate();a.drawMonth=a.selectedMonth=e.getMonth();a.drawYear=a.selectedYear=e.getFullYear();if(c=="M"||c=="Y")this._notifyChange(a)},_restrictMinMax:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a, +"max");b=c&&ba?a:b},_notifyChange:function(a){var b=this._get(a,"onChangeMonthYear");if(b)b.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,b){return this._determineDate(a,this._get(a,b+"Date"),null)},_getDaysInMonth:function(a,b){return 32-this._daylightSavingAdjust(new Date(a,b,32)).getDate()},_getFirstDayOfMonth:function(a, +b){return(new Date(a,b,1)).getDay()},_canAdjustMonth:function(a,b,c,e){var f=this._getNumberOfMonths(a);c=this._daylightSavingAdjust(new Date(c,e+(b<0?b:f[0]*f[1]),1));b<0&&c.setDate(this._getDaysInMonth(c.getFullYear(),c.getMonth()));return this._isInRange(a,c)},_isInRange:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");return(!c||b.getTime()>=c.getTime())&&(!a||b.getTime()<=a.getTime())},_getFormatConfig:function(a){var b=this._get(a,"shortYearCutoff");b=typeof b!= +"string"?b:(new Date).getFullYear()%100+parseInt(b,10);return{shortYearCutoff:b,dayNamesShort:this._get(a,"dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,b,c,e){if(!b){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}b=b?typeof b=="object"?b:this._daylightSavingAdjust(new Date(e,c,b)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay)); +return this.formatDate(this._get(a,"dateFormat"),b,this._getFormatConfig(a))}});d.fn.datepicker=function(a){if(!this.length)return this;if(!d.datepicker.initialized){d(document).mousedown(d.datepicker._checkExternalClick).find("body").append(d.datepicker.dpDiv);d.datepicker.initialized=true}var b=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));if(a=="option"&& +arguments.length==2&&typeof arguments[1]=="string")return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));return this.each(function(){typeof a=="string"?d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this].concat(b)):d.datepicker._attachDatepicker(this,a)})};d.datepicker=new M;d.datepicker.initialized=false;d.datepicker.uuid=(new Date).getTime();d.datepicker.version="1.8.13";window["DP_jQuery_"+z]=d})(jQuery); +;/* + * jQuery UI Progressbar 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(b,d){b.widget("ui.progressbar",{options:{value:0,max:100},min:0,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.options.max,"aria-valuenow":this._value()});this.valueDiv=b("
        ").appendTo(this.element);this.oldValue=this._value();this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"); +this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(a){if(a===d)return this._value();this._setOption("value",a);return this},_setOption:function(a,c){if(a==="value"){this.options.value=c;this._refreshValue();this._value()===this.options.max&&this._trigger("complete")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var a=this.options.value;if(typeof a!=="number")a=0;return Math.min(this.options.max,Math.max(this.min,a))},_percentage:function(){return 100* +this._value()/this.options.max},_refreshValue:function(){var a=this.value(),c=this._percentage();if(this.oldValue!==a){this.oldValue=a;this._trigger("change")}this.valueDiv.toggle(a>this.min).toggleClass("ui-corner-right",a===this.options.max).width(c.toFixed(0)+"%");this.element.attr("aria-valuenow",a)}});b.extend(b.ui.progressbar,{version:"1.8.13"})})(jQuery); +;/* + * jQuery UI Effects 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/ + */ +jQuery.effects||function(f,j){function m(c){var a;if(c&&c.constructor==Array&&c.length==3)return c;if(a=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(c))return[parseInt(a[1],10),parseInt(a[2],10),parseInt(a[3],10)];if(a=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(c))return[parseFloat(a[1])*2.55,parseFloat(a[2])*2.55,parseFloat(a[3])*2.55];if(a=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(c))return[parseInt(a[1], +16),parseInt(a[2],16),parseInt(a[3],16)];if(a=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(c))return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(c))return n.transparent;return n[f.trim(c).toLowerCase()]}function s(c,a){var b;do{b=f.curCSS(c,a);if(b!=""&&b!="transparent"||f.nodeName(c,"body"))break;a="backgroundColor"}while(c=c.parentNode);return m(b)}function o(){var c=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle, +a={},b,d;if(c&&c.length&&c[0]&&c[c[0]])for(var e=c.length;e--;){b=c[e];if(typeof c[b]=="string"){d=b.replace(/\-(\w)/g,function(g,h){return h.toUpperCase()});a[d]=c[b]}}else for(b in c)if(typeof c[b]==="string")a[b]=c[b];return a}function p(c){var a,b;for(a in c){b=c[a];if(b==null||f.isFunction(b)||a in t||/scrollbar/.test(a)||!/color/i.test(a)&&isNaN(parseFloat(b)))delete c[a]}return c}function u(c,a){var b={_:0},d;for(d in a)if(c[d]!=a[d])b[d]=a[d];return b}function k(c,a,b,d){if(typeof c=="object"){d= +a;b=null;a=c;c=a.effect}if(f.isFunction(a)){d=a;b=null;a={}}if(typeof a=="number"||f.fx.speeds[a]){d=b;b=a;a={}}if(f.isFunction(b)){d=b;b=null}a=a||{};b=b||a.duration;b=f.fx.off?0:typeof b=="number"?b:b in f.fx.speeds?f.fx.speeds[b]:f.fx.speeds._default;d=d||a.complete;return[c,a,b,d]}function l(c){if(!c||typeof c==="number"||f.fx.speeds[c])return true;if(typeof c==="string"&&!f.effects[c])return true;return false}f.effects={};f.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor", +"borderTopColor","borderColor","color","outlineColor"],function(c,a){f.fx.step[a]=function(b){if(!b.colorInit){b.start=s(b.elem,a);b.end=m(b.end);b.colorInit=true}b.elem.style[a]="rgb("+Math.max(Math.min(parseInt(b.pos*(b.end[0]-b.start[0])+b.start[0],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[1]-b.start[1])+b.start[1],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[2]-b.start[2])+b.start[2],10),255),0)+")"}});var n={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0, +0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211, +211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},q=["add","remove","toggle"],t={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};f.effects.animateClass=function(c,a,b, +d){if(f.isFunction(b)){d=b;b=null}return this.queue(function(){var e=f(this),g=e.attr("style")||" ",h=p(o.call(this)),r,v=e.attr("class");f.each(q,function(w,i){c[i]&&e[i+"Class"](c[i])});r=p(o.call(this));e.attr("class",v);e.animate(u(h,r),{queue:false,duration:a,easding:b,complete:function(){f.each(q,function(w,i){c[i]&&e[i+"Class"](c[i])});if(typeof e.attr("style")=="object"){e.attr("style").cssText="";e.attr("style").cssText=g}else e.attr("style",g);d&&d.apply(this,arguments);f.dequeue(this)}})})}; +f.fn.extend({_addClass:f.fn.addClass,addClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{add:c},a,b,d]):this._addClass(c)},_removeClass:f.fn.removeClass,removeClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{remove:c},a,b,d]):this._removeClass(c)},_toggleClass:f.fn.toggleClass,toggleClass:function(c,a,b,d,e){return typeof a=="boolean"||a===j?b?f.effects.animateClass.apply(this,[a?{add:c}:{remove:c},b,d,e]):this._toggleClass(c,a):f.effects.animateClass.apply(this, +[{toggle:c},a,b,d])},switchClass:function(c,a,b,d,e){return f.effects.animateClass.apply(this,[{add:a,remove:c},b,d,e])}});f.extend(f.effects,{version:"1.8.13",save:function(c,a){for(var b=0;b").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}); +c.wrap(b);b=c.parent();if(c.css("position")=="static"){b.css({position:"relative"});c.css({position:"relative"})}else{f.extend(a,{position:c.css("position"),zIndex:c.css("z-index")});f.each(["top","left","bottom","right"],function(d,e){a[e]=c.css(e);if(isNaN(parseInt(a[e],10)))a[e]="auto"});c.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})}return b.css(a).show()},removeWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent().replaceWith(c);return c},setTransition:function(c, +a,b,d){d=d||{};f.each(a,function(e,g){unit=c.cssUnit(g);if(unit[0]>0)d[g]=unit[0]*b+unit[1]});return d}});f.fn.extend({effect:function(c){var a=k.apply(this,arguments),b={options:a[1],duration:a[2],callback:a[3]};a=b.options.mode;var d=f.effects[c];if(f.fx.off||!d)return a?this[a](b.duration,b.callback):this.each(function(){b.callback&&b.callback.call(this)});return d.call(this,b)},_show:f.fn.show,show:function(c){if(l(c))return this._show.apply(this,arguments);else{var a=k.apply(this,arguments); +a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(l(c))return this._hide.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="hide";return this.effect.apply(this,a)}},__toggle:f.fn.toggle,toggle:function(c){if(l(c)||typeof c==="boolean"||f.isFunction(c))return this.__toggle.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="toggle";return this.effect.apply(this,a)}},cssUnit:function(c){var a=this.css(c),b=[];f.each(["em","px","%", +"pt"],function(d,e){if(a.indexOf(e)>0)b=[parseFloat(a),e]});return b}});f.easing.jswing=f.easing.swing;f.extend(f.easing,{def:"easeOutQuad",swing:function(c,a,b,d,e){return f.easing[f.easing.def](c,a,b,d,e)},easeInQuad:function(c,a,b,d,e){return d*(a/=e)*a+b},easeOutQuad:function(c,a,b,d,e){return-d*(a/=e)*(a-2)+b},easeInOutQuad:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a+b;return-d/2*(--a*(a-2)-1)+b},easeInCubic:function(c,a,b,d,e){return d*(a/=e)*a*a+b},easeOutCubic:function(c,a,b,d,e){return d* +((a=a/e-1)*a*a+1)+b},easeInOutCubic:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a+b;return d/2*((a-=2)*a*a+2)+b},easeInQuart:function(c,a,b,d,e){return d*(a/=e)*a*a*a+b},easeOutQuart:function(c,a,b,d,e){return-d*((a=a/e-1)*a*a*a-1)+b},easeInOutQuart:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a+b;return-d/2*((a-=2)*a*a*a-2)+b},easeInQuint:function(c,a,b,d,e){return d*(a/=e)*a*a*a*a+b},easeOutQuint:function(c,a,b,d,e){return d*((a=a/e-1)*a*a*a*a+1)+b},easeInOutQuint:function(c,a,b,d,e){if((a/= +e/2)<1)return d/2*a*a*a*a*a+b;return d/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(c,a,b,d,e){return-d*Math.cos(a/e*(Math.PI/2))+d+b},easeOutSine:function(c,a,b,d,e){return d*Math.sin(a/e*(Math.PI/2))+b},easeInOutSine:function(c,a,b,d,e){return-d/2*(Math.cos(Math.PI*a/e)-1)+b},easeInExpo:function(c,a,b,d,e){return a==0?b:d*Math.pow(2,10*(a/e-1))+b},easeOutExpo:function(c,a,b,d,e){return a==e?b+d:d*(-Math.pow(2,-10*a/e)+1)+b},easeInOutExpo:function(c,a,b,d,e){if(a==0)return b;if(a==e)return b+d;if((a/= +e/2)<1)return d/2*Math.pow(2,10*(a-1))+b;return d/2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(c,a,b,d,e){return-d*(Math.sqrt(1-(a/=e)*a)-1)+b},easeOutCirc:function(c,a,b,d,e){return d*Math.sqrt(1-(a=a/e-1)*a)+b},easeInOutCirc:function(c,a,b,d,e){if((a/=e/2)<1)return-d/2*(Math.sqrt(1-a*a)-1)+b;return d/2*(Math.sqrt(1-(a-=2)*a)+1)+b},easeInElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h").css({position:"absolute",visibility:"visible",left:-f*(h/d),top:-e*(i/c)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:h/d,height:i/c,left:g.left+f*(h/d)+(a.options.mode=="show"?(f-Math.floor(d/2))*(h/d):0),top:g.top+e*(i/c)+(a.options.mode=="show"?(e-Math.floor(c/2))*(i/c):0),opacity:a.options.mode=="show"?0:1}).animate({left:g.left+f*(h/d)+(a.options.mode=="show"?0:(f-Math.floor(d/2))*(h/d)),top:g.top+ +e*(i/c)+(a.options.mode=="show"?0:(e-Math.floor(c/2))*(i/c)),opacity:a.options.mode=="show"?1:0},a.duration||500);setTimeout(function(){a.options.mode=="show"?b.css({visibility:"visible"}):b.css({visibility:"visible"}).hide();a.callback&&a.callback.apply(b[0]);b.dequeue();j("div.ui-effects-explode").remove()},a.duration||500)})}})(jQuery); +;/* + * jQuery UI Effects Fade 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fade + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.fade=function(a){return this.queue(function(){var c=b(this),d=b.effects.setMode(c,a.options.mode||"hide");c.animate({opacity:d},{queue:false,duration:a.duration,easing:a.options.easing,complete:function(){a.callback&&a.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery); +;/* + * jQuery UI Effects Fold 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fold + * + * Depends: + * jquery.effects.core.js + */ +(function(c){c.effects.fold=function(a){return this.queue(function(){var b=c(this),j=["position","top","bottom","left","right"],d=c.effects.setMode(b,a.options.mode||"hide"),g=a.options.size||15,h=!!a.options.horizFirst,k=a.duration?a.duration/2:c.fx.speeds._default/2;c.effects.save(b,j);b.show();var e=c.effects.createWrapper(b).css({overflow:"hidden"}),f=d=="show"!=h,l=f?["width","height"]:["height","width"];f=f?[e.width(),e.height()]:[e.height(),e.width()];var i=/([0-9]+)%/.exec(g);if(i)g=parseInt(i[1], +10)/100*f[d=="hide"?0:1];if(d=="show")e.css(h?{height:0,width:g}:{height:g,width:0});h={};i={};h[l[0]]=d=="show"?f[0]:g;i[l[1]]=d=="show"?f[1]:0;e.animate(h,k,a.options.easing).animate(i,k,a.options.easing,function(){d=="hide"&&b.hide();c.effects.restore(b,j);c.effects.removeWrapper(b);a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery); +;/* + * jQuery UI Effects Highlight 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Highlight + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.highlight=function(c){return this.queue(function(){var a=b(this),e=["backgroundImage","backgroundColor","opacity"],d=b.effects.setMode(a,c.options.mode||"show"),f={backgroundColor:a.css("backgroundColor")};if(d=="hide")f.opacity=0;b.effects.save(a,e);a.show().css({backgroundImage:"none",backgroundColor:c.options.color||"#ffff99"}).animate(f,{queue:false,duration:c.duration,easing:c.options.easing,complete:function(){d=="hide"&&a.hide();b.effects.restore(a,e);d=="show"&&!b.support.opacity&& +this.style.removeAttribute("filter");c.callback&&c.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery); +;/* + * jQuery UI Effects Pulsate 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Pulsate + * + * Depends: + * jquery.effects.core.js + */ +(function(d){d.effects.pulsate=function(a){return this.queue(function(){var b=d(this),c=d.effects.setMode(b,a.options.mode||"show");times=(a.options.times||5)*2-1;duration=a.duration?a.duration/2:d.fx.speeds._default/2;isVisible=b.is(":visible");animateTo=0;if(!isVisible){b.css("opacity",0).show();animateTo=1}if(c=="hide"&&isVisible||c=="show"&&!isVisible)times--;for(c=0;c').appendTo(document.body).addClass(a.options.className).css({top:d.top,left:d.left,height:b.innerHeight(),width:b.innerWidth(),position:"absolute"}).animate(c,a.duration,a.options.easing,function(){f.remove();a.callback&&a.callback.apply(b[0],arguments); +b.dequeue()})})}})(jQuery); +; \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 src/js/libs/jquery.min.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/js/libs/jquery.min.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,4 @@ +/*! jQuery v1.7.1 jquery.com | jquery.org/license */ +(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!ck[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return ck[a]}function cu(a,b){var c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ci(){try{return new a.XMLHttpRequest}catch(b){}}function cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;g=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parseFloat(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
        a",d=q.getElementsByTagName("*"),e=q.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=q.getElementsByTagName("input")[0],b={leadingWhitespace:q.firstChild.nodeType===3,tbody:!q.getElementsByTagName("tbody").length,htmlSerialize:!!q.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:q.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete q.test}catch(s){b.deleteExpando=!1}!q.addEventListener&&q.attachEvent&&q.fireEvent&&(q.attachEvent("onclick",function(){b.noCloneEvent=!1}),q.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),q.appendChild(i),k=c.createDocumentFragment(),k.appendChild(q.lastChild),b.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,k.removeChild(i),k.appendChild(q),q.innerHTML="",a.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0);if(q.attachEvent)for(o in{submit:1,change:1,focusin:1})n="on"+o,p=n in q,p||(q.setAttribute(n,"return;"),p=typeof q[n]=="function"),b[o+"Bubbles"]=p;k.removeChild(q),k=g=h=j=q=i=null,f(function(){var a,d,e,g,h,i,j,k,m,n,o,r=c.getElementsByTagName("body")[0];!r||(j=1,k="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",m="visibility:hidden;border:0;",n="style='"+k+"border:5px solid #000;padding:0;'",o="
        "+""+"
        ",a=c.createElement("div"),a.style.cssText=m+"width:0;height:0;position:static;top:0;margin-top:"+j+"px",r.insertBefore(a,r.firstChild),q=c.createElement("div"),a.appendChild(q),q.innerHTML="
        t
        ",l=q.getElementsByTagName("td"),p=l[0].offsetHeight===0,l[0].style.display="",l[1].style.display="none",b.reliableHiddenOffsets=p&&l[0].offsetHeight===0,q.innerHTML="",q.style.width=q.style.paddingLeft="1px",f.boxModel=b.boxModel=q.offsetWidth===2,typeof q.style.zoom!="undefined"&&(q.style.display="inline",q.style.zoom=1,b.inlineBlockNeedsLayout=q.offsetWidth===2,q.style.display="",q.innerHTML="
        ",b.shrinkWrapBlocks=q.offsetWidth!==2),q.style.cssText=k+m,q.innerHTML=o,d=q.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,i={doesNotAddBorder:e.offsetTop!==5,doesAddBorderForTableAndCells:h.offsetTop===5},e.style.position="fixed",e.style.top="20px",i.fixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",i.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,i.doesNotIncludeMarginInBodyOffset=r.offsetTop!==j,r.removeChild(a),q=a=null,f.extend(b,i))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.nodeName.toLowerCase()]||f.valHooks[g.type];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;h=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/\bhover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")}; +f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&i.push({elem:this,matches:d.slice(e)});for(j=0;j0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

        ";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
        ";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/",""],legend:[1,"
        ","
        "],thead:[1,"","
        "],tr:[2,"","
        "],td:[3,"","
        "],col:[2,"","
        "],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
        ","
        "]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function() +{for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1>");try{for(var c=0,d=this.length;c1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||!bc.test("<"+a.nodeName)?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!_.test(k))k=b.createTextNode(k);else{k=k.replace(Y,"<$1>");var l=(Z.exec(k)||["",""])[1].toLowerCase(),m=bg[l]||bg._default,n=m[0],o=b.createElement("div");b===c?bh.appendChild(o):U(b).appendChild(o),o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=$.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]===""&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&X.test(k)&&o.insertBefore(b.createTextNode(X.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return br.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bq,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bq.test(g)?g.replace(bq,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bz(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bA=function(a,b){var c,d,e;b=b.replace(bs,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b)));return c}),c.documentElement.currentStyle&&(bB=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f===null&&g&&(e=g[b])&&(f=e),!bt.test(f)&&bu.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f||0,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),bz=bA||bB,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bD=/%20/g,bE=/\[\]$/,bF=/\r?\n/g,bG=/#.*$/,bH=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bI=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bJ=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bK=/^(?:GET|HEAD)$/,bL=/^\/\//,bM=/\?/,bN=/)<[^<]*)*<\/script>/gi,bO=/^(?:select|textarea)/i,bP=/\s+/,bQ=/([?&])_=[^&]*/,bR=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bS=f.fn.load,bT={},bU={},bV,bW,bX=["*/"]+["*"];try{bV=e.href}catch(bY){bV=c.createElement("a"),bV.href="",bV=bV.href}bW=bR.exec(bV.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bS)return bS.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
        ").append(c.replace(bN,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bO.test(this.nodeName)||bI.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bF,"\r\n")}}):{name:b.name,value:c.replace(bF,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b_(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b_(a,b);return a},ajaxSettings:{url:bV,isLocal:bJ.test(bW[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bX},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bZ(bT),ajaxTransport:bZ(bU),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?cb(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cc(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bH.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bG,"").replace(bL,bW[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bP),d.crossDomain==null&&(r=bR.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bW[1]&&r[2]==bW[2]&&(r[3]||(r[1]==="http:"?80:443))==(bW[3]||(bW[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),b$(bT,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bK.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bM.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bQ,"$1_="+x);d.url=y+(y===d.url?(bM.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bX+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=b$(bU,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)ca(g,a[g],c,e);return d.join("&").replace(bD,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cd=f.now(),ce=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cd++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ce.test(b.url)||e&&ce.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ce,l),b.url===j&&(e&&(k=k.replace(ce,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cf=a.ActiveXObject?function(){for(var a in ch)ch[a](0,1)}:!1,cg=0,ch;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ci()||cj()}:ci,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cf&&delete ch[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cg,cf&&(ch||(ch={},f(a).unload(cf)),ch[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var ck={},cl,cm,cn=/^(?:toggle|show|hide)$/,co=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cp,cq=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cr;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cu("show",3),a,b,c);for(var g=0,h=this.length;g=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cy(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cy(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,d,"padding")):this[d]():null},f.fn["outer"+c]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,d,a?"margin":"border")):this[d]():null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c],h=e.document.body;return e.document.compatMode==="CSS1Compat"&&g||h&&h["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var i=f.css(e,d),j=parseFloat(i);return f.isNumeric(j)?j:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window); \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 src/js/libs/jquery.sparkline.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/js/libs/jquery.sparkline.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,1271 @@ +/** +* +* jquery.sparkline.js +* +* v1.6 +* (c) Splunk, Inc +* Contact: Gareth Watts (gareth@splunk.com) +* http://omnipotent.net/jquery.sparkline/ +* +* Generates inline sparkline charts from data supplied either to the method +* or inline in HTML +* +* Compatible with Internet Explorer 6.0+ and modern browsers equipped with the canvas tag +* (Firefox 2.0+, Safari, Opera, etc) +* +* License: New BSD License +* +* Copyright (c) 2010, Splunk Inc. +* All rights reserved. +* +* Redistribution and use in source and binary forms, with or without modification, +* are permitted provided that the following conditions are met: +* +* * Redistributions of source code must retain the above copyright notice, +* this list of conditions and the following disclaimer. +* * Redistributions in binary form must reproduce the above copyright notice, +* this list of conditions and the following disclaimer in the documentation +* and/or other materials provided with the distribution. +* * Neither the name of Splunk Inc nor the names of its contributors may +* be used to endorse or promote products derived from this software without +* specific prior written permission. +* +* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY +* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT +* SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT +* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +* +* Usage: +* $(selector).sparkline(values, options) +* +* If values is undefined or set to 'html' then the data values are read from the specified tag: +*

        Sparkline: 1,4,6,6,8,5,3,5

        +* $('.sparkline').sparkline(); +* There must be no spaces in the enclosed data set +* +* Otherwise values must be an array of numbers or null values +*

        Sparkline: This text replaced if the browser is compatible

        +* $('#sparkline1').sparkline([1,4,6,6,8,5,3,5]) +* $('#sparkline2').sparkline([1,4,6,null,null,5,3,5]) +* +* Values can also be specified in an HTML comment, or as a values attribute: +*

        Sparkline:

        +*

        Sparkline:

        +* $('.sparkline').sparkline(); +* +* For line charts, x values can also be specified: +*

        Sparkline: 1:1,2.7:4,3.4:6,5:6,6:8,8.7:5,9:3,10:5

        +* $('#sparkline1').sparkline([ [1,1], [2.7,4], [3.4,6], [5,6], [6,8], [8.7,5], [9,3], [10,5] ]) +* +* By default, options should be passed in as teh second argument to the sparkline function: +* $('.sparkline').sparkline([1,2,3,4], {type: 'bar'}) +* +* Options can also be set by passing them on the tag itself. This feature is disabled by default though +* as there's a slight performance overhead: +* $('.sparkline').sparkline([1,2,3,4], {enableTagOptions: true}) +*

        Sparkline: loading

        +* Prefix all options supplied as tag attribute with "spark" (configurable by setting tagOptionPrefix) +* +* Supported options: +* lineColor - Color of the line used for the chart +* fillColor - Color used to fill in the chart - Set to '' or false for a transparent chart +* width - Width of the chart - Defaults to 3 times the number of values in pixels +* height - Height of the chart - Defaults to the height of the containing element +* chartRangeMin - Specify the minimum value to use for the Y range of the chart - Defaults to the minimum value supplied +* chartRangeMax - Specify the maximum value to use for the Y range of the chart - Defaults to the maximum value supplied +* chartRangeClip - Clip out of range values to the max/min specified by chartRangeMin and chartRangeMax +* chartRangeMinX - Specify the minimum value to use for the X range of the chart - Defaults to the minimum value supplied +* chartRangeMaxX - Specify the maximum value to use for the X range of the chart - Defaults to the maximum value supplied +* composite - If true then don't erase any existing chart attached to the tag, but draw +* another chart over the top - Note that width and height are ignored if an +* existing chart is detected. +* tagValuesAttribute - Name of tag attribute to check for data values - Defaults to 'values' +* enableTagOptions - Whether to check tags for sparkline options +* tagOptionPrefix - Prefix used for options supplied as tag attributes - Defaults to 'spark' +* +* There are 7 types of sparkline, selected by supplying a "type" option of 'line' (default), +* 'bar', 'tristate', 'bullet', 'discrete', 'pie' or 'box' +* line - Line chart. Options: +* spotColor - Set to '' to not end each line in a circular spot +* minSpotColor - If set, color of spot at minimum value +* maxSpotColor - If set, color of spot at maximum value +* spotRadius - Radius in pixels +* lineWidth - Width of line in pixels +* normalRangeMin +* normalRangeMax - If set draws a filled horizontal bar between these two values marking the "normal" +* or expected range of values +* normalRangeColor - Color to use for the above bar +* drawNormalOnTop - Draw the normal range above the chart fill color if true +* defaultPixelsPerValue - Defaults to 3 pixels of width for each value in the chart +* +* bar - Bar chart. Options: +* barColor - Color of bars for postive values +* negBarColor - Color of bars for negative values +* zeroColor - Color of bars with zero values +* nullColor - Color of bars with null values - Defaults to omitting the bar entirely +* barWidth - Width of bars in pixels +* colorMap - Optional mappnig of values to colors to override the *BarColor values above +* can be an Array of values to control the color of individual bars +* barSpacing - Gap between bars in pixels +* zeroAxis - Centers the y-axis around zero if true +* +* tristate - Charts values of win (>0), lose (<0) or draw (=0) +* posBarColor - Color of win values +* negBarColor - Color of lose values +* zeroBarColor - Color of draw values +* barWidth - Width of bars in pixels +* barSpacing - Gap between bars in pixels +* colorMap - Optional mappnig of values to colors to override the *BarColor values above +* can be an Array of values to control the color of individual bars +* +* discrete - Options: +* lineHeight - Height of each line in pixels - Defaults to 30% of the graph height +* thesholdValue - Values less than this value will be drawn using thresholdColor instead of lineColor +* thresholdColor +* +* bullet - Values for bullet graphs msut be in the order: target, performance, range1, range2, range3, ... +* options: +* targetColor - The color of the vertical target marker +* targetWidth - The width of the target marker in pixels +* performanceColor - The color of the performance measure horizontal bar +* rangeColors - Colors to use for each qualitative range background color +* +* pie - Pie chart. Options: +* sliceColors - An array of colors to use for pie slices +* offset - Angle in degrees to offset the first slice - Try -90 or +90 +* +* box - Box plot. Options: +* raw - Set to true to supply pre-computed plot points as values +* values should be: low_outlier, low_whisker, q1, median, q3, high_whisker, high_outlier +* When set to false you can supply any number of values and the box plot will +* be computed for you. Default is false. +* showOutliers - Set to true (default) to display outliers as circles +* outlierIRQ - Interquartile range used to determine outliers. Default 1.5 +* boxLineColor - Outline color of the box +* boxFillColor - Fill color for the box +* whiskerColor - Line color used for whiskers +* outlierLineColor - Outline color of outlier circles +* outlierFillColor - Fill color of the outlier circles +* spotRadius - Radius of outlier circles +* medianColor - Line color of the median line +* target - Draw a target cross hair at the supplied value (default undefined) +* +* +* +* Examples: +* $('#sparkline1').sparkline(myvalues, { lineColor: '#f00', fillColor: false }); +* $('.barsparks').sparkline('html', { type:'bar', height:'40px', barWidth:5 }); +* $('#tristate').sparkline([1,1,-1,1,0,0,-1], { type:'tristate' }): +* $('#discrete').sparkline([1,3,4,5,5,3,4,5], { type:'discrete' }); +* $('#bullet').sparkline([10,12,12,9,7], { type:'bullet' }); +* $('#pie').sparkline([1,1,2], { type:'pie' }); +*/ + + +(function($) { + + /* + * Default configuration settings + */ + var defaults = { + // Settings common to most/all chart types + common: { + type : 'line', + lineColor : '#00f', + fillColor : '#cdf', + defaultPixelsPerValue : 3, + width : 'auto', + height : 'auto', + composite : false, + tagValuesAttribute: 'values', + tagOptionsPrefix: 'spark', + enableTagOptions: false + }, + // Defaults for line charts + line: { + spotColor : '#f80', + spotRadius : 1.5, + minSpotColor : '#f80', + maxSpotColor : '#f80', + lineWidth: 1, + normalRangeMin : undefined, + normalRangeMax : undefined, + normalRangeColor : '#ccc', + drawNormalOnTop: false, + chartRangeMin : undefined, + chartRangeMax : undefined, + chartRangeMinX : undefined, + chartRangeMaxX : undefined + }, + // Defaults for bar charts + bar: { + barColor : '#00f', + negBarColor : '#f44', + zeroColor: undefined, + nullColor: undefined, + zeroAxis : undefined, + barWidth : 4, + barSpacing : 1, + chartRangeMax: undefined, + chartRangeMin: undefined, + chartRangeClip: false, + colorMap : undefined + }, + // Defaults for tristate charts + tristate: { + barWidth : 4, + barSpacing : 1, + posBarColor: '#6f6', + negBarColor : '#f44', + zeroBarColor : '#999', + colorMap : {} + }, + // Defaults for discrete charts + discrete: { + lineHeight: 'auto', + thresholdColor: undefined, + thresholdValue : 0, + chartRangeMax: undefined, + chartRangeMin: undefined, + chartRangeClip: false + }, + // Defaults for bullet charts + bullet: { + targetColor : 'red', + targetWidth : 3, // width of the target bar in pixels + performanceColor : 'blue', + rangeColors : ['#D3DAFE', '#A8B6FF', '#7F94FF' ], + base : undefined // set this to a number to change the base start number + }, + // Defaults for pie charts + pie: { + sliceColors : ['#f00', '#0f0', '#00f'] + }, + // Defaults for box plots + box: { + raw: false, + boxLineColor: 'black', + boxFillColor: '#cdf', + whiskerColor: 'black', + outlierLineColor: '#333', + outlierFillColor: 'white', + medianColor: 'red', + showOutliers: true, + outlierIQR: 1.5, + spotRadius: 1.5, + target: undefined, + targetColor: '#4a2', + chartRangeMax: undefined, + chartRangeMin: undefined + } + }; + + // Provide a cross-browser interface to a few simple drawing primitives + var VCanvas_base, VCanvas_canvas, VCanvas_vml; + $.fn.simpledraw = function(width, height, use_existing) { + if (use_existing && this[0].VCanvas) { + return this[0].VCanvas; + } + if (width === undefined) { + width=$(this).innerWidth(); + } + if (height === undefined) { + height=$(this).innerHeight(); + } + if ($.browser.hasCanvas) { + return new VCanvas_canvas(width, height, this); + } else if ($.browser.msie) { + return new VCanvas_vml(width, height, this); + } else { + return false; + } + }; + + var pending = []; + + + $.fn.sparkline = function(uservalues, userOptions) { + return this.each(function() { + var options = new $.fn.sparkline.options(this, userOptions); + var render = function() { + var values, width, height; + if (uservalues==='html' || uservalues===undefined) { + var vals = this.getAttribute(options.get('tagValuesAttribute')); + if (vals===undefined || vals===null) { + vals = $(this).html(); + } + values = vals.replace(/(^\s*\s*$)|\s+/g, '').split(','); + } else { + values = uservalues; + } + + width = options.get('width')=='auto' ? values.length*options.get('defaultPixelsPerValue') : options.get('width'); + if (options.get('height') == 'auto') { + if (!options.get('composite') || !this.VCanvas) { + // must be a better way to get the line height + var tmp = document.createElement('span'); + tmp.innerHTML = 'a'; + $(this).html(tmp); + height = $(tmp).innerHeight(); + $(tmp).remove(); + } + } else { + height = options.get('height'); + } + + $.fn.sparkline[options.get('type')].call(this, values, options, width, height); + }; + // jQuery 1.3.0 completely changed the meaning of :hidden :-/ + if (($(this).html() && $(this).is(':hidden')) || ($.fn.jquery < "1.3.0" && $(this).parents().is(':hidden')) || !$(this).parents('body').length) { + pending.push([this, render]); + } else { + render.call(this); + } + }); + }; + + $.fn.sparkline.defaults = defaults; + + + $.sparkline_display_visible = function() { + for (var i=pending.length-1; i>=0; i--) { + var el = pending[i][0]; + if ($(el).is(':visible') && !$(el).parents().is(':hidden')) { + pending[i][1].call(el); + pending.splice(i, 1); + } + } + }; + + + /** + * User option handler + */ + var UNSET_OPTION = {}; + var normalizeValue = function(val) { + switch(val) { + case 'undefined': + val = undefined; + break; + case 'null': + val = null; + break; + case 'true': + val = true; + break; + case 'false': + val = false; + break; + default: + var nf = parseFloat(val); + if (val == nf) { + val = nf; + } + } + return val; + }; + $.fn.sparkline.options = function(tag, userOptions) { + var extendedOptions; + this.userOptions = userOptions = userOptions || {}; + this.tag = tag; + this.tagValCache = {}; + var defaults = $.fn.sparkline.defaults; + var base = defaults.common; + this.tagOptionsPrefix = userOptions.enableTagOptions && (userOptions.tagOptionsPrefix || base.tagOptionsPrefix); + + var tagOptionType = this.getTagSetting('type'); + if (tagOptionType === UNSET_OPTION) { + extendedOptions = defaults[userOptions.type || base.type]; + } else { + extendedOptions = defaults[tagOptionType]; + } + this.mergedOptions = $.extend({}, base, extendedOptions, userOptions); + }; + + + $.fn.sparkline.options.prototype.getTagSetting = function(key) { + var val, i, prefix = this.tagOptionsPrefix; + if (prefix === false || prefix === undefined) { + return UNSET_OPTION; + } + if (this.tagValCache.hasOwnProperty(key)) { + val = this.tagValCache.key; + } else { + val = this.tag.getAttribute(prefix + key); + if (val === undefined || val === null) { + val = UNSET_OPTION; + } else if (val.substr(0, 1) == '[') { + val = val.substr(1, val.length-2).split(','); + for(i=val.length; i--;) { + val[i] = normalizeValue(val[i].replace(/(^\s*)|(\s*$)/g, '')); + } + } else if (val.substr(0, 1) == '{') { + var pairs= val.substr(1, val.length-2).split(','); + val = {}; + for(i=pairs.length; i--;) { + var keyval = pairs[i].split(':', 2); + val[keyval[0].replace(/(^\s*)|(\s*$)/g, '')] = normalizeValue(keyval[1].replace(/(^\s*)|(\s*$)/g, '')); + } + } else { + val = normalizeValue(val); + } + this.tagValCache.key = val; + } + return val; + }; + + $.fn.sparkline.options.prototype.get = function(key) { + var tagOption = this.getTagSetting(key); + if (tagOption !== UNSET_OPTION) { + return tagOption; + } + return this.mergedOptions[key]; + }; + + + /** + * Line charts + */ + $.fn.sparkline.line = function(values, options, width, height) { + var xvalues = [], yvalues = [], yminmax = []; + for (var i=0; imaxy) { + maxy = normalRangeMax; + } + } + if (options.get('chartRangeMin')!==undefined && (options.get('chartRangeClip') || options.get('chartRangeMin')maxy)) { + maxy = options.get('chartRangeMax'); + } + if (options.get('chartRangeMinX')!==undefined && (options.get('chartRangeClipX') || options.get('chartRangeMinX')maxx)) { + maxx = options.get('chartRangeMaxX'); + } + var rangex = maxx-minx === 0 ? 1 : maxx-minx; + var rangey = maxy-miny === 0 ? 1 : maxy-miny; + var vl = yvalues.length-1; + + if (vl<1) { + this.innerHTML = ''; + return; + } + + var target = $(this).simpledraw(width, height, options.get('composite')); + if (target) { + var canvas_width = target.pixel_width; + var canvas_height = target.pixel_height; + var canvas_top = 0; + var canvas_left = 0; + + var spotRadius = options.get('spotRadius'); + if (spotRadius && (canvas_width < (spotRadius*4) || canvas_height < (spotRadius*4))) { + spotRadius = 0; + } + if (spotRadius) { + // adjust the canvas size as required so that spots will fit + if (options.get('minSpotColor') || (options.get('spotColor') && yvalues[vl]==miny)) { + canvas_height -= Math.ceil(spotRadius); + } + if (options.get('maxSpotColor') || (options.get('spotColor') && yvalues[vl]==maxy)) { + canvas_height -= Math.ceil(spotRadius); + canvas_top += Math.ceil(spotRadius); + } + if (options.get('minSpotColor') || options.get('maxSpotColor') && (yvalues[0]==miny || yvalues[0]==maxy)) { + canvas_left += Math.ceil(spotRadius); + canvas_width -= Math.ceil(spotRadius); + } + if (options.get('spotColor') || (options.get('minSpotColor') || options.get('maxSpotColor') && (yvalues[vl]==miny||yvalues[vl]==maxy))) { + canvas_width -= Math.ceil(spotRadius); + } + } + + + canvas_height--; + + var drawNormalRange = function() { + if (normalRangeMin!==undefined) { + var ytop = canvas_top+Math.round(canvas_height-(canvas_height*((normalRangeMax-miny)/rangey))); + var height = Math.round((canvas_height*(normalRangeMax-normalRangeMin))/rangey); + target.drawRect(canvas_left, ytop, canvas_width, height, undefined, options.get('normalRangeColor')); + } + }; + + if (!options.get('drawNormalOnTop')) { + drawNormalRange(); + } + + var path = []; + var paths = [path]; + var x, y, vlen=yvalues.length; + for(i=0; i maxy) { + y=maxy; + } + if (!path.length) { + // previous value was null + path.push([canvas_left+Math.round((x-minx)*(canvas_width/rangex)), canvas_top+canvas_height]); + } + path.push([canvas_left+Math.round((x-minx)*(canvas_width/rangex)), canvas_top+Math.round(canvas_height-(canvas_height*((y-miny)/rangey)))]); + } + } + var lineshapes = []; + var fillshapes = []; + var plen=paths.length; + for(i=0; i2) { + // else we want the first value + path[0] = [ path[0][0], path[1][1] ]; + } + lineshapes.push(path); + } + + // draw the fill first, then optionally the normal range, then the line on top of that + plen = fillshapes.length; + for(i=0; imax)) { + max = options.get('chartRangeMax'); + } + var zeroAxis = options.get('zeroAxis'); + if (zeroAxis === undefined) { + zeroAxis = min<0; + } + var range = max-min === 0 ? 1 : max-min; + + var colorMapByIndex, colorMapByValue; + if ($.isArray(options.get('colorMap'))) { + colorMapByIndex = options.get('colorMap'); + colorMapByValue = null; + } else { + colorMapByIndex = null; + colorMapByValue = options.get('colorMap'); + } + + var target = $(this).simpledraw(width, height, options.get('composite')); + if (target) { + var color, + canvas_height = target.pixel_height, + yzero = min<0 && zeroAxis ? canvas_height-Math.round(canvas_height * (Math.abs(min)/range))-1 : canvas_height-1; + + for(i=values.length; i--;) { + var x = i*(options.get('barWidth')+options.get('barSpacing')), + y, + val = values[i]; + if (val===null) { + if (options.get('nullColor')) { + color = options.get('nullColor'); + val = (zeroAxis && min<0) ? 0 : min; + height = 1; + y = (zeroAxis && min<0) ? yzero : canvas_height - height; + } else { + continue; + } + } else { + if (val < min) { + val=min; + } + if (val > max) { + val=max; + } + color = (val < 0) ? options.get('negBarColor') : options.get('barColor'); + if (zeroAxis && min<0) { + height = Math.round(canvas_height*((Math.abs(val)/range)))+1; + y = (val < 0) ? yzero : yzero-height; + } else { + height = Math.round(canvas_height*((val-min)/range))+1; + y = canvas_height-height; + } + if (val===0 && options.get('zeroColor')!==undefined) { + color = options.get('zeroColor'); + } + if (colorMapByValue && colorMapByValue[val]) { + color = colorMapByValue[val]; + } else if (colorMapByIndex && colorMapByIndex.length>i) { + color = colorMapByIndex[i]; + } + if (color===null) { + continue; + } + } + target.drawRect(x, y, options.get('barWidth')-1, height-1, color, color); + } + } else { + // Remove the tag contents if sparklines aren't supported + this.innerHTML = ''; + } + }; + + + /** + * Tristate charts + */ + $.fn.sparkline.tristate = function(values, options, width, height) { + values = $.map(values, Number); + width = (values.length * options.get('barWidth')) + ((values.length-1) * options.get('barSpacing')); + + var colorMapByIndex, colorMapByValue; + if ($.isArray(options.get('colorMap'))) { + colorMapByIndex = options.get('colorMap'); + colorMapByValue = null; + } else { + colorMapByIndex = null; + colorMapByValue = options.get('colorMap'); + } + + var target = $(this).simpledraw(width, height, options.get('composite')); + if (target) { + var canvas_height = target.pixel_height, + half_height = Math.round(canvas_height/2); + + for(var i=values.length; i--;) { + var x = i*(options.get('barWidth')+options.get('barSpacing')), + y, color; + if (values[i] < 0) { + y = half_height; + height = half_height-1; + color = options.get('negBarColor'); + } else if (values[i] > 0) { + y = 0; + height = half_height-1; + color = options.get('posBarColor'); + } else { + y = half_height-1; + height = 2; + color = options.get('zeroBarColor'); + } + if (colorMapByValue && colorMapByValue[values[i]]) { + color = colorMapByValue[values[i]]; + } else if (colorMapByIndex && colorMapByIndex.length>i) { + color = colorMapByIndex[i]; + } + if (color===null) { + continue; + } + target.drawRect(x, y, options.get('barWidth')-1, height-1, color, color); + } + } else { + // Remove the tag contents if sparklines aren't supported + this.innerHTML = ''; + } + }; + + + /** + * Discrete charts + */ + $.fn.sparkline.discrete = function(values, options, width, height) { + values = $.map(values, Number); + width = options.get('width')=='auto' ? values.length*2 : width; + var interval = Math.floor(width / values.length); + + var target = $(this).simpledraw(width, height, options.get('composite')); + if (target) { + var canvas_height = target.pixel_height, + line_height = options.get('lineHeight') == 'auto' ? Math.round(canvas_height * 0.3) : options.get('lineHeight'), + pheight = canvas_height - line_height, + min = Math.min.apply(Math, values), + max = Math.max.apply(Math, values); + if (options.get('chartRangeMin')!==undefined && (options.get('chartRangeClip') || options.get('chartRangeMin')max)) { + max = options.get('chartRangeMax'); + } + var range = max-min; + + for(var i=values.length; i--;) { + var val = values[i]; + if (val < min) { + val=min; + } + if (val > max) { + val=max; + } + var x = (i*interval), + ytop = Math.round(pheight-pheight*((val-min)/range)); + target.drawLine(x, ytop, x, ytop+line_height, (options.get('thresholdColor') && val < options.get('thresholdValue')) ? options.get('thresholdColor') : options.get('lineColor')); + } + } else { + // Remove the tag contents if sparklines aren't supported + this.innerHTML = ''; + } + + }; + + + /** + * Bullet charts + */ + $.fn.sparkline.bullet = function(values, options, width, height) { + values = $.map(values, Number); + // target, performance, range1, range2, range3 + + width = options.get('width')=='auto' ? '4.0em' : width; + + var target = $(this).simpledraw(width, height, options.get('composite')); + if (target && values.length>1) { + var canvas_width = target.pixel_width-Math.ceil(options.get('targetWidth')/2), + canvas_height = target.pixel_height, + min = Math.min.apply(Math, values), + max = Math.max.apply(Math, values); + + if (options.get('base') === undefined) { + min = min < 0 ? min : 0; + } else { + min = options.get('base'); + } + var range = max-min; + + // draw range values + for(var i=2, vlen=values.length; i1) { + var canvas_width = target.pixel_width, + canvas_height = target.pixel_height, + radius = Math.floor(Math.min(canvas_width, canvas_height)/2), + total = 0, + next = 0, + circle = 2*Math.PI; + + for(var i=values.length; i--;) { + total += values[i]; + } + + if (options.get('offset')) { + next += (2*Math.PI)*(options.get('offset')/360); + } + var vlen = values.length; + for(i=0; i 0) { // avoid divide by zero + end = next + (circle*(values[i]/total)); + } + target.drawPieSlice(radius, radius, radius, start, end, undefined, options.get('sliceColors')[i % options.get('sliceColors').length]); + next = end; + } + } + }; + + + /** + * Box plots + */ + var quartile = function(values, q) { + if (q==2) { + var vl2 = Math.floor(values.length/2); + return values.length % 2 ? values[vl2] : (values[vl2]+values[vl2+1])/2; + } else { + var vl4 = Math.floor(values.length/4); + return values.length % 2 ? (values[vl4*q]+values[vl4*q+1])/2 : values[vl4*q]; + } + }; + + $.fn.sparkline.box = function(values, options, width, height) { + values = $.map(values, Number); + width = options.get('width')=='auto' ? '4.0em' : width; + + var minvalue = options.get('chartRangeMin')===undefined ? Math.min.apply(Math, values) : options.get('chartRangeMin'), + maxvalue = options.get('chartRangeMax')===undefined ? Math.max.apply(Math, values) : options.get('chartRangeMax'), + target = $(this).simpledraw(width, height, options.get('composite')), + vlen = values.length, + lwhisker, loutlier, q1, q2, q3, rwhisker, routlier; + + if (target && values.length>1) { + var canvas_width = target.pixel_width, + canvas_height = target.pixel_height; + if (options.get('raw')) { + if (options.get('showOutliers') && values.length>5) { + loutlier=values[0]; lwhisker=values[1]; q1=values[2]; q2=values[3]; q3=values[4]; rwhisker=values[5]; routlier=values[6]; + } else { + lwhisker=values[0]; q1=values[1]; q2=values[2]; q3=values[3]; rwhisker=values[4]; + } + } else { + values.sort(function(a, b) { return a-b; }); + q1 = quartile(values, 1); + q2 = quartile(values, 2); + q3 = quartile(values, 3); + var iqr = q3-q1; + if (options.get('showOutliers')) { + lwhisker=undefined; rwhisker=undefined; + for(var i=0; i q1-(iqr*options.get('outlierIQR'))) { + lwhisker = values[i]; + } + if (values[i] < q3+(iqr*options.get('outlierIQR'))) { + rwhisker = values[i]; + } + } + loutlier = values[0]; + routlier = values[vlen-1]; + } else { + lwhisker = values[0]; + rwhisker = values[vlen-1]; + } + } + + var unitsize = canvas_width / (maxvalue-minvalue+1), + canvas_left = 0; + if (options.get('showOutliers')) { + canvas_left = Math.ceil(options.get('spotRadius')); + canvas_width -= 2*Math.ceil(options.get('spotRadius')); + unitsize = canvas_width / (maxvalue-minvalue+1); + if (loutlier < lwhisker) { + target.drawCircle((loutlier-minvalue)*unitsize+canvas_left, canvas_height/2, options.get('spotRadius'), options.get('outlierLineColor'), options.get('outlierFillColor')); + } + if (routlier > rwhisker) { + target.drawCircle((routlier-minvalue)*unitsize+canvas_left, canvas_height/2, options.get('spotRadius'), options.get('outlierLineColor'), options.get('outlierFillColor')); + } + } + + // box + target.drawRect( + Math.round((q1-minvalue)*unitsize+canvas_left), + Math.round(canvas_height*0.1), + Math.round((q3-q1)*unitsize), + Math.round(canvas_height*0.8), + options.get('boxLineColor'), + options.get('boxFillColor')); + // left whisker + target.drawLine( + Math.round((lwhisker-minvalue)*unitsize+canvas_left), + Math.round(canvas_height/2), + Math.round((q1-minvalue)*unitsize+canvas_left), + Math.round(canvas_height/2), + options.get('lineColor')); + target.drawLine( + Math.round((lwhisker-minvalue)*unitsize+canvas_left), + Math.round(canvas_height/4), + Math.round((lwhisker-minvalue)*unitsize+canvas_left), + Math.round(canvas_height-canvas_height/4), + options.get('whiskerColor')); + // right whisker + target.drawLine(Math.round((rwhisker-minvalue)*unitsize+canvas_left), + Math.round(canvas_height/2), + Math.round((q3-minvalue)*unitsize+canvas_left), + Math.round(canvas_height/2), + options.get('lineColor')); + target.drawLine( + Math.round((rwhisker-minvalue)*unitsize+canvas_left), + Math.round(canvas_height/4), + Math.round((rwhisker-minvalue)*unitsize+canvas_left), + Math.round(canvas_height-canvas_height/4), + options.get('whiskerColor')); + // median line + target.drawLine( + Math.round((q2-minvalue)*unitsize+canvas_left), + Math.round(canvas_height*0.1), + Math.round((q2-minvalue)*unitsize+canvas_left), + Math.round(canvas_height*0.9), + options.get('medianColor')); + if (options.get('target')) { + var size = Math.ceil(options.get('spotRadius')); + target.drawLine( + Math.round((options.get('target')-minvalue)*unitsize+canvas_left), + Math.round((canvas_height/2)-size), + Math.round((options.get('target')-minvalue)*unitsize+canvas_left), + Math.round((canvas_height/2)+size), + options.get('targetColor')); + target.drawLine( + Math.round((options.get('target')-minvalue)*unitsize+canvas_left-size), + Math.round(canvas_height/2), + Math.round((options.get('target')-minvalue)*unitsize+canvas_left+size), + Math.round(canvas_height/2), + options.get('targetColor')); + } + } else { + // Remove the tag contents if sparklines aren't supported + this.innerHTML = ''; + } + }; + + + // Setup a very simple "virtual canvas" to make drawing the few shapes we need easier + // This is accessible as $(foo).simpledraw() + + if ($.browser.msie && !document.namespaces.v) { + document.namespaces.add('v', 'urn:schemas-microsoft-com:vml', '#default#VML'); + } + + if ($.browser.hasCanvas === undefined) { + var t = document.createElement('canvas'); + $.browser.hasCanvas = t.getContext!==undefined; + } + + VCanvas_base = function(width, height, target) { + }; + + VCanvas_base.prototype = { + init : function(width, height, target) { + this.width = width; + this.height = height; + this.target = target; + if (target[0]) { + target=target[0]; + } + target.VCanvas = this; + }, + + drawShape : function(path, lineColor, fillColor, lineWidth) { + alert('drawShape not implemented'); + }, + + drawLine : function(x1, y1, x2, y2, lineColor, lineWidth) { + return this.drawShape([ [x1,y1], [x2,y2] ], lineColor, lineWidth); + }, + + drawCircle : function(x, y, radius, lineColor, fillColor) { + alert('drawCircle not implemented'); + }, + + drawPieSlice : function(x, y, radius, startAngle, endAngle, lineColor, fillColor) { + alert('drawPieSlice not implemented'); + }, + + drawRect : function(x, y, width, height, lineColor, fillColor) { + alert('drawRect not implemented'); + }, + + getElement : function() { + return this.canvas; + }, + + _insert : function(el, target) { + $(target).html(el); + } + }; + + VCanvas_canvas = function(width, height, target) { + return this.init(width, height, target); + }; + + VCanvas_canvas.prototype = $.extend(new VCanvas_base(), { + _super : VCanvas_base.prototype, + + init : function(width, height, target) { + this._super.init(width, height, target); + this.canvas = document.createElement('canvas'); + if (target[0]) { + target=target[0]; + } + target.VCanvas = this; + $(this.canvas).css({ display:'inline-block', width:width, height:height, verticalAlign:'top' }); + this._insert(this.canvas, target); + this.pixel_height = $(this.canvas).height(); + this.pixel_width = $(this.canvas).width(); + this.canvas.width = this.pixel_width; + this.canvas.height = this.pixel_height; + $(this.canvas).css({width: this.pixel_width, height: this.pixel_height}); + }, + + _getContext : function(lineColor, fillColor, lineWidth) { + var context = this.canvas.getContext('2d'); + if (lineColor !== undefined) { + context.strokeStyle = lineColor; + } + context.lineWidth = lineWidth===undefined ? 1 : lineWidth; + if (fillColor !== undefined) { + context.fillStyle = fillColor; + } + return context; + }, + + drawShape : function(path, lineColor, fillColor, lineWidth) { + var context = this._getContext(lineColor, fillColor, lineWidth); + context.beginPath(); + context.moveTo(path[0][0]+0.5, path[0][1]+0.5); + for(var i=1, plen=path.length; i'; + this.canvas.insertAdjacentHTML('beforeEnd', groupel); + this.group = $(this.canvas).children()[0]; + }, + + drawShape : function(path, lineColor, fillColor, lineWidth) { + var vpath = []; + for(var i=0, plen=path.length; i' + + ' '; + this.group.insertAdjacentHTML('beforeEnd', vel); + }, + + drawCircle : function(x, y, radius, lineColor, fillColor) { + x -= radius+1; + y -= radius+1; + var stroke = lineColor === undefined ? ' stroked="false" ' : ' strokeWeight="1" strokeColor="'+lineColor+'" '; + var fill = fillColor === undefined ? ' filled="false"' : ' fillColor="'+fillColor+'" filled="true" '; + var vel = ''; + this.group.insertAdjacentHTML('beforeEnd', vel); + + }, + + drawPieSlice : function(x, y, radius, startAngle, endAngle, lineColor, fillColor) { + if (startAngle == endAngle) { + return; // VML seems to have problem when start angle equals end angle. + } + if ((endAngle - startAngle) == (2*Math.PI)) { + startAngle = 0.0; // VML seems to have a problem when drawing a full circle that doesn't start 0 + endAngle = (2*Math.PI); + } + + var startx = x + Math.round(Math.cos(startAngle) * radius); + var starty = y + Math.round(Math.sin(startAngle) * radius); + var endx = x + Math.round(Math.cos(endAngle) * radius); + var endy = y + Math.round(Math.sin(endAngle) * radius); + + // Prevent very small slices from being mistaken as a whole pie + if (startx==endx && starty==endy && (endAngle-startAngle) < Math.PI) { + return; + } + + var vpath = [ x-radius, y-radius, x+radius, y+radius, startx, starty, endx, endy ]; + var stroke = lineColor === undefined ? ' stroked="false" ' : ' strokeWeight="1" strokeColor="'+lineColor+'" '; + var fill = fillColor === undefined ? ' filled="false"' : ' fillColor="'+fillColor+'" filled="true" '; + var vel = '' + + ' '; + this.group.insertAdjacentHTML('beforeEnd', vel); + }, + + drawRect : function(x, y, width, height, lineColor, fillColor) { + return this.drawShape( [ [x, y], [x, y+height], [x+width, y+height], [x+width, y], [x, y] ], lineColor, fillColor); + } + }); + +})(jQuery); diff -r 7b55777486c3 -r 75ba66457232 src/js/libs/jquery.tools.min.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/js/libs/jquery.tools.min.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,270 @@ +/* + * jQuery Tools 1.2.5 - The missing UI library for the Web + * + * [jquery, toolbox.flashembed, toolbox.history, toolbox.expose, toolbox.mousewheel, tabs, tabs.slideshow, tooltip, tooltip.slide, tooltip.dynamic, scrollable, scrollable.autoscroll, scrollable.navigator, overlay, overlay.apple, dateinput, rangeinput, validator] + * + * NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE. + * + * http://flowplayer.org/tools/ + * + * jQuery JavaScript Library v1.4.2 + * http://jquery.com/ + * + * Copyright 2010, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://docs.jquery.com/License + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2010, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * ----- + * + + + * jquery.event.wheel.js - rev 1 + * Copyright (c) 2008, Three Dub Media (http://threedubmedia.com) + * Liscensed under the MIT License (MIT-LICENSE.txt) + * http://www.opensource.org/licenses/mit-license.php + * Created: 2008-07-01 | Updated: 2008-07-14 + * + * ----- + * + * File generated: Tue Sep 21 12:33:09 GMT 2010 + */ +(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/, +Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&& +(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this, +a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b=== +"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this, +function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b
        a"; +var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected, +parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent= +false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n= +s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true, +applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando]; +else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this, +a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b=== +w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i, +cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected= +c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed"); +a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g, +function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split("."); +k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a), +C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B=0){a.type= +e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&& +f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive; +if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data", +e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a, +"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a, +d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, +e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift(); +t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D|| +g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()}, +CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m, +g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)}, +text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}}, +setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return hl[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h= +h[3];l=0;for(m=h.length;l=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m=== +"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g, +h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&& +q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML=""; +if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="

        ";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}(); +(function(){var g=s.createElement("div");g.innerHTML="
        ";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}: +function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f0)for(var j=d;j0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j= +{},i;if(f&&a.length){e=0;for(var o=a.length;e-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a=== +"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode", +d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")? +a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType=== +1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/"},F={option:[1,""],legend:[1,"
        ","
        "],thead:[1,"","
        "],tr:[2,"","
        "],td:[3,"","
        "],col:[2,"","
        "],area:[1,"",""],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div
        ","
        "];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d= +c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this}, +wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})}, +prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b, +this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild); +return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja, +""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]); +return this}else{e=0;for(var j=d.length;e0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["", +""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]===""&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e= +c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]? +c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja= +function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter= +Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a, +"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f= +a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b= +a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=//gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!== +"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("
        ").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this}, +serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "), +function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href, +global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&& +e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)? +"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache=== +false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B= +false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since", +c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E|| +d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x); +g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status=== +1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b=== +"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional; +if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration=== +"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]|| +c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start; +this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now= +this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem, +e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b
        "; +a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b); +c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a, +d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top- +f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset": +"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in +e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window); +(function(){function f(a,b){if(b)for(var c in b)if(b.hasOwnProperty(c))a[c]=b[c];return a}function l(a,b){var c=[];for(var d in a)if(a.hasOwnProperty(d))c[d]=b(a[d]);return c}function m(a,b,c){if(e.isSupported(b.version))a.innerHTML=e.getHTML(b,c);else if(b.expressInstall&&e.isSupported([6,65]))a.innerHTML=e.getHTML(f(b,{src:b.expressInstall}),{MMredirectURL:location.href,MMplayerType:"PlugIn",MMdoctitle:document.title});else{if(!a.innerHTML.replace(/\s/g,"")){a.innerHTML="

        Flash version "+b.version+ +" or greater is required

        "+(g[0]>0?"Your version is "+g:"You have no flash plugin installed")+"

        "+(a.tagName=="A"?"

        Click here to download latest version

        ":"

        Download latest version from here

        ");if(a.tagName=="A")a.onclick=function(){location.href=k}}if(b.onFail){var d=b.onFail.call(this);if(typeof d=="string")a.innerHTML=d}}if(i)window[b.id]=document.getElementById(b.id);f(this,{getRoot:function(){return a},getOptions:function(){return b},getConf:function(){return c}, +getApi:function(){return a.firstChild}})}var i=document.all,k="http://www.adobe.com/go/getflashplayer",n=typeof jQuery=="function",o=/(\d+)[^\d]+(\d+)[^\d]*(\d*)/,j={width:"100%",height:"100%",id:"_"+(""+Math.random()).slice(9),allowfullscreen:true,allowscriptaccess:"always",quality:"high",version:[3,0],onFail:null,expressInstall:null,w3c:false,cachebusting:false};window.attachEvent&&window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){}}); +window.flashembed=function(a,b,c){if(typeof a=="string")a=document.getElementById(a.replace("#",""));if(a){if(typeof b=="string")b={src:b};return new m(a,f(f({},j),b),c)}};var e=f(window.flashembed,{conf:j,getVersion:function(){var a,b;try{b=navigator.plugins["Shockwave Flash"].description.slice(16)}catch(c){try{b=(a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7"))&&a.GetVariable("$version")}catch(d){try{b=(a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6"))&&a.GetVariable("$version")}catch(h){}}}return(b= +o.exec(b))?[b[1],b[3]]:[0,0]},asString:function(a){if(a===null||a===undefined)return null;var b=typeof a;if(b=="object"&&a.push)b="array";switch(b){case "string":a=a.replace(new RegExp('(["\\\\])',"g"),"\\$1");a=a.replace(/^\s?(\d+\.?\d+)%/,"$1pct");return'"'+a+'"';case "array":return"["+l(a,function(d){return e.asString(d)}).join(",")+"]";case "function":return'"function()"';case "object":b=[];for(var c in a)a.hasOwnProperty(c)&&b.push('"'+c+'":'+e.asString(a[c]));return"{"+b.join(",")+"}"}return String(a).replace(/\s/g, +" ").replace(/\'/g,'"')},getHTML:function(a,b){a=f({},a);var c='';a.width=a.height=a.id=a.w3c=a.src=null;a.onFail=a.version=a.expressInstall=null;for(var d in a)if(a[d])c+= +'';a="";if(b){for(var h in b)if(b[h]){d=b[h];a+=h+"="+(/function|object/.test(typeof d)?e.asString(d):d)+"&"}a=a.slice(0,-1);c+='"}c+="";return c},isSupported:function(a){return g[0]>a[0]||g[0]==a[0]&&g[1]>=a[1]}}),g=e.getVersion();if(n){jQuery.tools=jQuery.tools||{version:"1.2.5"};jQuery.tools.flashembed={conf:j};jQuery.fn.flashembed=function(a,b){return this.each(function(){$(this).data("flashembed",flashembed(this, +a,b))})}}})(); +(function(b){function h(c){if(c){var a=d.contentWindow.document;a.open().close();a.location.hash=c}}var g,d,f,i;b.tools=b.tools||{version:"1.2.5"};b.tools.history={init:function(c){if(!i){if(b.browser.msie&&b.browser.version<"8"){if(!d){d=b("': +"");a._keyEvent=false;return w},_generateMonthYearHeader:function(a,b,c,e,f,h,i,g){var j=this._get(a,"changeMonth"),l=this._get(a,"changeYear"),u=this._get(a,"showMonthAfterYear"),k='
        ',o="";if(h||!j)o+=''+i[b]+"";else{i=e&&e.getFullYear()==c;var m=f&&f.getFullYear()==c;o+='"}u||(k+=o+(h||!(j&&l)?" ":""));if(!a.yearshtml){a.yearshtml="";if(h||!l)k+=''+c+"";else{g=this._get(a,"yearRange").split(":");var r=(new Date).getFullYear();i=function(s){s=s.match(/c[+-].*/)?c+parseInt(s.substring(1),10):s.match(/[+-].*/)?r+parseInt(s,10):parseInt(s,10);return isNaN(s)? +r:s};b=i(g[0]);g=Math.max(b,i(g[1]||""));b=e?Math.max(b,e.getFullYear()):b;g=f?Math.min(g,f.getFullYear()):g;for(a.yearshtml+='";k+=a.yearshtml;a.yearshtml=null}}k+=this._get(a,"yearSuffix");if(u)k+= +(h||!(j&&l)?" ":"")+o;k+="
        ";return k},_adjustInstDate:function(a,b,c){var e=a.drawYear+(c=="Y"?b:0),f=a.drawMonth+(c=="M"?b:0);b=Math.min(a.selectedDay,this._getDaysInMonth(e,f))+(c=="D"?b:0);e=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(e,f,b)));a.selectedDay=e.getDate();a.drawMonth=a.selectedMonth=e.getMonth();a.drawYear=a.selectedYear=e.getFullYear();if(c=="M"||c=="Y")this._notifyChange(a)},_restrictMinMax:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a, +"max");b=c&&ba?a:b},_notifyChange:function(a){var b=this._get(a,"onChangeMonthYear");if(b)b.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,b){return this._determineDate(a,this._get(a,b+"Date"),null)},_getDaysInMonth:function(a,b){return 32-this._daylightSavingAdjust(new Date(a,b,32)).getDate()},_getFirstDayOfMonth:function(a, +b){return(new Date(a,b,1)).getDay()},_canAdjustMonth:function(a,b,c,e){var f=this._getNumberOfMonths(a);c=this._daylightSavingAdjust(new Date(c,e+(b<0?b:f[0]*f[1]),1));b<0&&c.setDate(this._getDaysInMonth(c.getFullYear(),c.getMonth()));return this._isInRange(a,c)},_isInRange:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");return(!c||b.getTime()>=c.getTime())&&(!a||b.getTime()<=a.getTime())},_getFormatConfig:function(a){var b=this._get(a,"shortYearCutoff");b=typeof b!= +"string"?b:(new Date).getFullYear()%100+parseInt(b,10);return{shortYearCutoff:b,dayNamesShort:this._get(a,"dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,b,c,e){if(!b){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}b=b?typeof b=="object"?b:this._daylightSavingAdjust(new Date(e,c,b)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay)); +return this.formatDate(this._get(a,"dateFormat"),b,this._getFormatConfig(a))}});d.fn.datepicker=function(a){if(!this.length)return this;if(!d.datepicker.initialized){d(document).mousedown(d.datepicker._checkExternalClick).find("body").append(d.datepicker.dpDiv);d.datepicker.initialized=true}var b=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));if(a=="option"&& +arguments.length==2&&typeof arguments[1]=="string")return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));return this.each(function(){typeof a=="string"?d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this].concat(b)):d.datepicker._attachDatepicker(this,a)})};d.datepicker=new M;d.datepicker.initialized=false;d.datepicker.uuid=(new Date).getTime();d.datepicker.version="1.8.13";window["DP_jQuery_"+z]=d})(jQuery); +;/* + * jQuery UI Progressbar 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(b,d){b.widget("ui.progressbar",{options:{value:0,max:100},min:0,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.options.max,"aria-valuenow":this._value()});this.valueDiv=b("
        ").appendTo(this.element);this.oldValue=this._value();this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"); +this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(a){if(a===d)return this._value();this._setOption("value",a);return this},_setOption:function(a,c){if(a==="value"){this.options.value=c;this._refreshValue();this._value()===this.options.max&&this._trigger("complete")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var a=this.options.value;if(typeof a!=="number")a=0;return Math.min(this.options.max,Math.max(this.min,a))},_percentage:function(){return 100* +this._value()/this.options.max},_refreshValue:function(){var a=this.value(),c=this._percentage();if(this.oldValue!==a){this.oldValue=a;this._trigger("change")}this.valueDiv.toggle(a>this.min).toggleClass("ui-corner-right",a===this.options.max).width(c.toFixed(0)+"%");this.element.attr("aria-valuenow",a)}});b.extend(b.ui.progressbar,{version:"1.8.13"})})(jQuery); +;/* + * jQuery UI Effects 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/ + */ +jQuery.effects||function(f,j){function m(c){var a;if(c&&c.constructor==Array&&c.length==3)return c;if(a=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(c))return[parseInt(a[1],10),parseInt(a[2],10),parseInt(a[3],10)];if(a=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(c))return[parseFloat(a[1])*2.55,parseFloat(a[2])*2.55,parseFloat(a[3])*2.55];if(a=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(c))return[parseInt(a[1], +16),parseInt(a[2],16),parseInt(a[3],16)];if(a=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(c))return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(c))return n.transparent;return n[f.trim(c).toLowerCase()]}function s(c,a){var b;do{b=f.curCSS(c,a);if(b!=""&&b!="transparent"||f.nodeName(c,"body"))break;a="backgroundColor"}while(c=c.parentNode);return m(b)}function o(){var c=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle, +a={},b,d;if(c&&c.length&&c[0]&&c[c[0]])for(var e=c.length;e--;){b=c[e];if(typeof c[b]=="string"){d=b.replace(/\-(\w)/g,function(g,h){return h.toUpperCase()});a[d]=c[b]}}else for(b in c)if(typeof c[b]==="string")a[b]=c[b];return a}function p(c){var a,b;for(a in c){b=c[a];if(b==null||f.isFunction(b)||a in t||/scrollbar/.test(a)||!/color/i.test(a)&&isNaN(parseFloat(b)))delete c[a]}return c}function u(c,a){var b={_:0},d;for(d in a)if(c[d]!=a[d])b[d]=a[d];return b}function k(c,a,b,d){if(typeof c=="object"){d= +a;b=null;a=c;c=a.effect}if(f.isFunction(a)){d=a;b=null;a={}}if(typeof a=="number"||f.fx.speeds[a]){d=b;b=a;a={}}if(f.isFunction(b)){d=b;b=null}a=a||{};b=b||a.duration;b=f.fx.off?0:typeof b=="number"?b:b in f.fx.speeds?f.fx.speeds[b]:f.fx.speeds._default;d=d||a.complete;return[c,a,b,d]}function l(c){if(!c||typeof c==="number"||f.fx.speeds[c])return true;if(typeof c==="string"&&!f.effects[c])return true;return false}f.effects={};f.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor", +"borderTopColor","borderColor","color","outlineColor"],function(c,a){f.fx.step[a]=function(b){if(!b.colorInit){b.start=s(b.elem,a);b.end=m(b.end);b.colorInit=true}b.elem.style[a]="rgb("+Math.max(Math.min(parseInt(b.pos*(b.end[0]-b.start[0])+b.start[0],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[1]-b.start[1])+b.start[1],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[2]-b.start[2])+b.start[2],10),255),0)+")"}});var n={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0, +0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211, +211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},q=["add","remove","toggle"],t={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};f.effects.animateClass=function(c,a,b, +d){if(f.isFunction(b)){d=b;b=null}return this.queue(function(){var e=f(this),g=e.attr("style")||" ",h=p(o.call(this)),r,v=e.attr("class");f.each(q,function(w,i){c[i]&&e[i+"Class"](c[i])});r=p(o.call(this));e.attr("class",v);e.animate(u(h,r),{queue:false,duration:a,easding:b,complete:function(){f.each(q,function(w,i){c[i]&&e[i+"Class"](c[i])});if(typeof e.attr("style")=="object"){e.attr("style").cssText="";e.attr("style").cssText=g}else e.attr("style",g);d&&d.apply(this,arguments);f.dequeue(this)}})})}; +f.fn.extend({_addClass:f.fn.addClass,addClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{add:c},a,b,d]):this._addClass(c)},_removeClass:f.fn.removeClass,removeClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{remove:c},a,b,d]):this._removeClass(c)},_toggleClass:f.fn.toggleClass,toggleClass:function(c,a,b,d,e){return typeof a=="boolean"||a===j?b?f.effects.animateClass.apply(this,[a?{add:c}:{remove:c},b,d,e]):this._toggleClass(c,a):f.effects.animateClass.apply(this, +[{toggle:c},a,b,d])},switchClass:function(c,a,b,d,e){return f.effects.animateClass.apply(this,[{add:a,remove:c},b,d,e])}});f.extend(f.effects,{version:"1.8.13",save:function(c,a){for(var b=0;b").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}); +c.wrap(b);b=c.parent();if(c.css("position")=="static"){b.css({position:"relative"});c.css({position:"relative"})}else{f.extend(a,{position:c.css("position"),zIndex:c.css("z-index")});f.each(["top","left","bottom","right"],function(d,e){a[e]=c.css(e);if(isNaN(parseInt(a[e],10)))a[e]="auto"});c.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})}return b.css(a).show()},removeWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent().replaceWith(c);return c},setTransition:function(c, +a,b,d){d=d||{};f.each(a,function(e,g){unit=c.cssUnit(g);if(unit[0]>0)d[g]=unit[0]*b+unit[1]});return d}});f.fn.extend({effect:function(c){var a=k.apply(this,arguments),b={options:a[1],duration:a[2],callback:a[3]};a=b.options.mode;var d=f.effects[c];if(f.fx.off||!d)return a?this[a](b.duration,b.callback):this.each(function(){b.callback&&b.callback.call(this)});return d.call(this,b)},_show:f.fn.show,show:function(c){if(l(c))return this._show.apply(this,arguments);else{var a=k.apply(this,arguments); +a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(l(c))return this._hide.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="hide";return this.effect.apply(this,a)}},__toggle:f.fn.toggle,toggle:function(c){if(l(c)||typeof c==="boolean"||f.isFunction(c))return this.__toggle.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="toggle";return this.effect.apply(this,a)}},cssUnit:function(c){var a=this.css(c),b=[];f.each(["em","px","%", +"pt"],function(d,e){if(a.indexOf(e)>0)b=[parseFloat(a),e]});return b}});f.easing.jswing=f.easing.swing;f.extend(f.easing,{def:"easeOutQuad",swing:function(c,a,b,d,e){return f.easing[f.easing.def](c,a,b,d,e)},easeInQuad:function(c,a,b,d,e){return d*(a/=e)*a+b},easeOutQuad:function(c,a,b,d,e){return-d*(a/=e)*(a-2)+b},easeInOutQuad:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a+b;return-d/2*(--a*(a-2)-1)+b},easeInCubic:function(c,a,b,d,e){return d*(a/=e)*a*a+b},easeOutCubic:function(c,a,b,d,e){return d* +((a=a/e-1)*a*a+1)+b},easeInOutCubic:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a+b;return d/2*((a-=2)*a*a+2)+b},easeInQuart:function(c,a,b,d,e){return d*(a/=e)*a*a*a+b},easeOutQuart:function(c,a,b,d,e){return-d*((a=a/e-1)*a*a*a-1)+b},easeInOutQuart:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a+b;return-d/2*((a-=2)*a*a*a-2)+b},easeInQuint:function(c,a,b,d,e){return d*(a/=e)*a*a*a*a+b},easeOutQuint:function(c,a,b,d,e){return d*((a=a/e-1)*a*a*a*a+1)+b},easeInOutQuint:function(c,a,b,d,e){if((a/= +e/2)<1)return d/2*a*a*a*a*a+b;return d/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(c,a,b,d,e){return-d*Math.cos(a/e*(Math.PI/2))+d+b},easeOutSine:function(c,a,b,d,e){return d*Math.sin(a/e*(Math.PI/2))+b},easeInOutSine:function(c,a,b,d,e){return-d/2*(Math.cos(Math.PI*a/e)-1)+b},easeInExpo:function(c,a,b,d,e){return a==0?b:d*Math.pow(2,10*(a/e-1))+b},easeOutExpo:function(c,a,b,d,e){return a==e?b+d:d*(-Math.pow(2,-10*a/e)+1)+b},easeInOutExpo:function(c,a,b,d,e){if(a==0)return b;if(a==e)return b+d;if((a/= +e/2)<1)return d/2*Math.pow(2,10*(a-1))+b;return d/2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(c,a,b,d,e){return-d*(Math.sqrt(1-(a/=e)*a)-1)+b},easeOutCirc:function(c,a,b,d,e){return d*Math.sqrt(1-(a=a/e-1)*a)+b},easeInOutCirc:function(c,a,b,d,e){if((a/=e/2)<1)return-d/2*(Math.sqrt(1-a*a)-1)+b;return d/2*(Math.sqrt(1-(a-=2)*a)+1)+b},easeInElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h").css({position:"absolute",visibility:"visible",left:-f*(h/d),top:-e*(i/c)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:h/d,height:i/c,left:g.left+f*(h/d)+(a.options.mode=="show"?(f-Math.floor(d/2))*(h/d):0),top:g.top+e*(i/c)+(a.options.mode=="show"?(e-Math.floor(c/2))*(i/c):0),opacity:a.options.mode=="show"?0:1}).animate({left:g.left+f*(h/d)+(a.options.mode=="show"?0:(f-Math.floor(d/2))*(h/d)),top:g.top+ +e*(i/c)+(a.options.mode=="show"?0:(e-Math.floor(c/2))*(i/c)),opacity:a.options.mode=="show"?1:0},a.duration||500);setTimeout(function(){a.options.mode=="show"?b.css({visibility:"visible"}):b.css({visibility:"visible"}).hide();a.callback&&a.callback.apply(b[0]);b.dequeue();j("div.ui-effects-explode").remove()},a.duration||500)})}})(jQuery); +;/* + * jQuery UI Effects Fade 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fade + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.fade=function(a){return this.queue(function(){var c=b(this),d=b.effects.setMode(c,a.options.mode||"hide");c.animate({opacity:d},{queue:false,duration:a.duration,easing:a.options.easing,complete:function(){a.callback&&a.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery); +;/* + * jQuery UI Effects Fold 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fold + * + * Depends: + * jquery.effects.core.js + */ +(function(c){c.effects.fold=function(a){return this.queue(function(){var b=c(this),j=["position","top","bottom","left","right"],d=c.effects.setMode(b,a.options.mode||"hide"),g=a.options.size||15,h=!!a.options.horizFirst,k=a.duration?a.duration/2:c.fx.speeds._default/2;c.effects.save(b,j);b.show();var e=c.effects.createWrapper(b).css({overflow:"hidden"}),f=d=="show"!=h,l=f?["width","height"]:["height","width"];f=f?[e.width(),e.height()]:[e.height(),e.width()];var i=/([0-9]+)%/.exec(g);if(i)g=parseInt(i[1], +10)/100*f[d=="hide"?0:1];if(d=="show")e.css(h?{height:0,width:g}:{height:g,width:0});h={};i={};h[l[0]]=d=="show"?f[0]:g;i[l[1]]=d=="show"?f[1]:0;e.animate(h,k,a.options.easing).animate(i,k,a.options.easing,function(){d=="hide"&&b.hide();c.effects.restore(b,j);c.effects.removeWrapper(b);a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery); +;/* + * jQuery UI Effects Highlight 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Highlight + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.highlight=function(c){return this.queue(function(){var a=b(this),e=["backgroundImage","backgroundColor","opacity"],d=b.effects.setMode(a,c.options.mode||"show"),f={backgroundColor:a.css("backgroundColor")};if(d=="hide")f.opacity=0;b.effects.save(a,e);a.show().css({backgroundImage:"none",backgroundColor:c.options.color||"#ffff99"}).animate(f,{queue:false,duration:c.duration,easing:c.options.easing,complete:function(){d=="hide"&&a.hide();b.effects.restore(a,e);d=="show"&&!b.support.opacity&& +this.style.removeAttribute("filter");c.callback&&c.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery); +;/* + * jQuery UI Effects Pulsate 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Pulsate + * + * Depends: + * jquery.effects.core.js + */ +(function(d){d.effects.pulsate=function(a){return this.queue(function(){var b=d(this),c=d.effects.setMode(b,a.options.mode||"show");times=(a.options.times||5)*2-1;duration=a.duration?a.duration/2:d.fx.speeds._default/2;isVisible=b.is(":visible");animateTo=0;if(!isVisible){b.css("opacity",0).show();animateTo=1}if(c=="hide"&&isVisible||c=="show"&&!isVisible)times--;for(c=0;c').appendTo(document.body).addClass(a.options.className).css({top:d.top,left:d.left,height:b.innerHeight(),width:b.innerWidth(),position:"absolute"}).animate(c,a.duration,a.options.easing,function(){f.remove();a.callback&&a.callback.apply(b[0],arguments); +b.dequeue()})})}})(jQuery); +; \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 test/integration/allocine_dossier_independant/js/libs/jquery.min.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/integration/allocine_dossier_independant/js/libs/jquery.min.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,4 @@ +/*! jQuery v1.7.1 jquery.com | jquery.org/license */ +(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!ck[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return ck[a]}function cu(a,b){var c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ci(){try{return new a.XMLHttpRequest}catch(b){}}function cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;g=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parseFloat(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
        a",d=q.getElementsByTagName("*"),e=q.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=q.getElementsByTagName("input")[0],b={leadingWhitespace:q.firstChild.nodeType===3,tbody:!q.getElementsByTagName("tbody").length,htmlSerialize:!!q.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:q.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete q.test}catch(s){b.deleteExpando=!1}!q.addEventListener&&q.attachEvent&&q.fireEvent&&(q.attachEvent("onclick",function(){b.noCloneEvent=!1}),q.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),q.appendChild(i),k=c.createDocumentFragment(),k.appendChild(q.lastChild),b.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,k.removeChild(i),k.appendChild(q),q.innerHTML="",a.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0);if(q.attachEvent)for(o in{submit:1,change:1,focusin:1})n="on"+o,p=n in q,p||(q.setAttribute(n,"return;"),p=typeof q[n]=="function"),b[o+"Bubbles"]=p;k.removeChild(q),k=g=h=j=q=i=null,f(function(){var a,d,e,g,h,i,j,k,m,n,o,r=c.getElementsByTagName("body")[0];!r||(j=1,k="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",m="visibility:hidden;border:0;",n="style='"+k+"border:5px solid #000;padding:0;'",o="
        "+""+"
        ",a=c.createElement("div"),a.style.cssText=m+"width:0;height:0;position:static;top:0;margin-top:"+j+"px",r.insertBefore(a,r.firstChild),q=c.createElement("div"),a.appendChild(q),q.innerHTML="
        t
        ",l=q.getElementsByTagName("td"),p=l[0].offsetHeight===0,l[0].style.display="",l[1].style.display="none",b.reliableHiddenOffsets=p&&l[0].offsetHeight===0,q.innerHTML="",q.style.width=q.style.paddingLeft="1px",f.boxModel=b.boxModel=q.offsetWidth===2,typeof q.style.zoom!="undefined"&&(q.style.display="inline",q.style.zoom=1,b.inlineBlockNeedsLayout=q.offsetWidth===2,q.style.display="",q.innerHTML="
        ",b.shrinkWrapBlocks=q.offsetWidth!==2),q.style.cssText=k+m,q.innerHTML=o,d=q.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,i={doesNotAddBorder:e.offsetTop!==5,doesAddBorderForTableAndCells:h.offsetTop===5},e.style.position="fixed",e.style.top="20px",i.fixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",i.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,i.doesNotIncludeMarginInBodyOffset=r.offsetTop!==j,r.removeChild(a),q=a=null,f.extend(b,i))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.nodeName.toLowerCase()]||f.valHooks[g.type];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;h=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/\bhover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")}; +f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&i.push({elem:this,matches:d.slice(e)});for(j=0;j0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

        ";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
        ";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/",""],legend:[1,"
        ","
        "],thead:[1,"","
        "],tr:[2,"","
        "],td:[3,"","
        "],col:[2,"","
        "],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
        ","
        "]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function() +{for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1>");try{for(var c=0,d=this.length;c1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||!bc.test("<"+a.nodeName)?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!_.test(k))k=b.createTextNode(k);else{k=k.replace(Y,"<$1>");var l=(Z.exec(k)||["",""])[1].toLowerCase(),m=bg[l]||bg._default,n=m[0],o=b.createElement("div");b===c?bh.appendChild(o):U(b).appendChild(o),o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=$.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]===""&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&X.test(k)&&o.insertBefore(b.createTextNode(X.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return br.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bq,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bq.test(g)?g.replace(bq,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bz(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bA=function(a,b){var c,d,e;b=b.replace(bs,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b)));return c}),c.documentElement.currentStyle&&(bB=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f===null&&g&&(e=g[b])&&(f=e),!bt.test(f)&&bu.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f||0,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),bz=bA||bB,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bD=/%20/g,bE=/\[\]$/,bF=/\r?\n/g,bG=/#.*$/,bH=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bI=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bJ=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bK=/^(?:GET|HEAD)$/,bL=/^\/\//,bM=/\?/,bN=/)<[^<]*)*<\/script>/gi,bO=/^(?:select|textarea)/i,bP=/\s+/,bQ=/([?&])_=[^&]*/,bR=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bS=f.fn.load,bT={},bU={},bV,bW,bX=["*/"]+["*"];try{bV=e.href}catch(bY){bV=c.createElement("a"),bV.href="",bV=bV.href}bW=bR.exec(bV.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bS)return bS.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
        ").append(c.replace(bN,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bO.test(this.nodeName)||bI.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bF,"\r\n")}}):{name:b.name,value:c.replace(bF,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b_(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b_(a,b);return a},ajaxSettings:{url:bV,isLocal:bJ.test(bW[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bX},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bZ(bT),ajaxTransport:bZ(bU),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?cb(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cc(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bH.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bG,"").replace(bL,bW[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bP),d.crossDomain==null&&(r=bR.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bW[1]&&r[2]==bW[2]&&(r[3]||(r[1]==="http:"?80:443))==(bW[3]||(bW[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),b$(bT,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bK.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bM.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bQ,"$1_="+x);d.url=y+(y===d.url?(bM.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bX+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=b$(bU,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)ca(g,a[g],c,e);return d.join("&").replace(bD,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cd=f.now(),ce=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cd++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ce.test(b.url)||e&&ce.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ce,l),b.url===j&&(e&&(k=k.replace(ce,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cf=a.ActiveXObject?function(){for(var a in ch)ch[a](0,1)}:!1,cg=0,ch;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ci()||cj()}:ci,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cf&&delete ch[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cg,cf&&(ch||(ch={},f(a).unload(cf)),ch[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var ck={},cl,cm,cn=/^(?:toggle|show|hide)$/,co=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cp,cq=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cr;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cu("show",3),a,b,c);for(var g=0,h=this.length;g=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cy(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cy(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,d,"padding")):this[d]():null},f.fn["outer"+c]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,d,a?"margin":"border")):this[d]():null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c],h=e.document.body;return e.document.compatMode==="CSS1Compat"&&g||h&&h["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var i=f.css(e,d),j=parseFloat(i);return f.isNumeric(j)?j:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window); \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 test/integration/allocine_dossier_independant/js/libs/jquery.sparkline.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/integration/allocine_dossier_independant/js/libs/jquery.sparkline.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,1271 @@ +/** +* +* jquery.sparkline.js +* +* v1.6 +* (c) Splunk, Inc +* Contact: Gareth Watts (gareth@splunk.com) +* http://omnipotent.net/jquery.sparkline/ +* +* Generates inline sparkline charts from data supplied either to the method +* or inline in HTML +* +* Compatible with Internet Explorer 6.0+ and modern browsers equipped with the canvas tag +* (Firefox 2.0+, Safari, Opera, etc) +* +* License: New BSD License +* +* Copyright (c) 2010, Splunk Inc. +* All rights reserved. +* +* Redistribution and use in source and binary forms, with or without modification, +* are permitted provided that the following conditions are met: +* +* * Redistributions of source code must retain the above copyright notice, +* this list of conditions and the following disclaimer. +* * Redistributions in binary form must reproduce the above copyright notice, +* this list of conditions and the following disclaimer in the documentation +* and/or other materials provided with the distribution. +* * Neither the name of Splunk Inc nor the names of its contributors may +* be used to endorse or promote products derived from this software without +* specific prior written permission. +* +* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY +* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT +* SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT +* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* +* +* Usage: +* $(selector).sparkline(values, options) +* +* If values is undefined or set to 'html' then the data values are read from the specified tag: +*

        Sparkline: 1,4,6,6,8,5,3,5

        +* $('.sparkline').sparkline(); +* There must be no spaces in the enclosed data set +* +* Otherwise values must be an array of numbers or null values +*

        Sparkline: This text replaced if the browser is compatible

        +* $('#sparkline1').sparkline([1,4,6,6,8,5,3,5]) +* $('#sparkline2').sparkline([1,4,6,null,null,5,3,5]) +* +* Values can also be specified in an HTML comment, or as a values attribute: +*

        Sparkline:

        +*

        Sparkline:

        +* $('.sparkline').sparkline(); +* +* For line charts, x values can also be specified: +*

        Sparkline: 1:1,2.7:4,3.4:6,5:6,6:8,8.7:5,9:3,10:5

        +* $('#sparkline1').sparkline([ [1,1], [2.7,4], [3.4,6], [5,6], [6,8], [8.7,5], [9,3], [10,5] ]) +* +* By default, options should be passed in as teh second argument to the sparkline function: +* $('.sparkline').sparkline([1,2,3,4], {type: 'bar'}) +* +* Options can also be set by passing them on the tag itself. This feature is disabled by default though +* as there's a slight performance overhead: +* $('.sparkline').sparkline([1,2,3,4], {enableTagOptions: true}) +*

        Sparkline: loading

        +* Prefix all options supplied as tag attribute with "spark" (configurable by setting tagOptionPrefix) +* +* Supported options: +* lineColor - Color of the line used for the chart +* fillColor - Color used to fill in the chart - Set to '' or false for a transparent chart +* width - Width of the chart - Defaults to 3 times the number of values in pixels +* height - Height of the chart - Defaults to the height of the containing element +* chartRangeMin - Specify the minimum value to use for the Y range of the chart - Defaults to the minimum value supplied +* chartRangeMax - Specify the maximum value to use for the Y range of the chart - Defaults to the maximum value supplied +* chartRangeClip - Clip out of range values to the max/min specified by chartRangeMin and chartRangeMax +* chartRangeMinX - Specify the minimum value to use for the X range of the chart - Defaults to the minimum value supplied +* chartRangeMaxX - Specify the maximum value to use for the X range of the chart - Defaults to the maximum value supplied +* composite - If true then don't erase any existing chart attached to the tag, but draw +* another chart over the top - Note that width and height are ignored if an +* existing chart is detected. +* tagValuesAttribute - Name of tag attribute to check for data values - Defaults to 'values' +* enableTagOptions - Whether to check tags for sparkline options +* tagOptionPrefix - Prefix used for options supplied as tag attributes - Defaults to 'spark' +* +* There are 7 types of sparkline, selected by supplying a "type" option of 'line' (default), +* 'bar', 'tristate', 'bullet', 'discrete', 'pie' or 'box' +* line - Line chart. Options: +* spotColor - Set to '' to not end each line in a circular spot +* minSpotColor - If set, color of spot at minimum value +* maxSpotColor - If set, color of spot at maximum value +* spotRadius - Radius in pixels +* lineWidth - Width of line in pixels +* normalRangeMin +* normalRangeMax - If set draws a filled horizontal bar between these two values marking the "normal" +* or expected range of values +* normalRangeColor - Color to use for the above bar +* drawNormalOnTop - Draw the normal range above the chart fill color if true +* defaultPixelsPerValue - Defaults to 3 pixels of width for each value in the chart +* +* bar - Bar chart. Options: +* barColor - Color of bars for postive values +* negBarColor - Color of bars for negative values +* zeroColor - Color of bars with zero values +* nullColor - Color of bars with null values - Defaults to omitting the bar entirely +* barWidth - Width of bars in pixels +* colorMap - Optional mappnig of values to colors to override the *BarColor values above +* can be an Array of values to control the color of individual bars +* barSpacing - Gap between bars in pixels +* zeroAxis - Centers the y-axis around zero if true +* +* tristate - Charts values of win (>0), lose (<0) or draw (=0) +* posBarColor - Color of win values +* negBarColor - Color of lose values +* zeroBarColor - Color of draw values +* barWidth - Width of bars in pixels +* barSpacing - Gap between bars in pixels +* colorMap - Optional mappnig of values to colors to override the *BarColor values above +* can be an Array of values to control the color of individual bars +* +* discrete - Options: +* lineHeight - Height of each line in pixels - Defaults to 30% of the graph height +* thesholdValue - Values less than this value will be drawn using thresholdColor instead of lineColor +* thresholdColor +* +* bullet - Values for bullet graphs msut be in the order: target, performance, range1, range2, range3, ... +* options: +* targetColor - The color of the vertical target marker +* targetWidth - The width of the target marker in pixels +* performanceColor - The color of the performance measure horizontal bar +* rangeColors - Colors to use for each qualitative range background color +* +* pie - Pie chart. Options: +* sliceColors - An array of colors to use for pie slices +* offset - Angle in degrees to offset the first slice - Try -90 or +90 +* +* box - Box plot. Options: +* raw - Set to true to supply pre-computed plot points as values +* values should be: low_outlier, low_whisker, q1, median, q3, high_whisker, high_outlier +* When set to false you can supply any number of values and the box plot will +* be computed for you. Default is false. +* showOutliers - Set to true (default) to display outliers as circles +* outlierIRQ - Interquartile range used to determine outliers. Default 1.5 +* boxLineColor - Outline color of the box +* boxFillColor - Fill color for the box +* whiskerColor - Line color used for whiskers +* outlierLineColor - Outline color of outlier circles +* outlierFillColor - Fill color of the outlier circles +* spotRadius - Radius of outlier circles +* medianColor - Line color of the median line +* target - Draw a target cross hair at the supplied value (default undefined) +* +* +* +* Examples: +* $('#sparkline1').sparkline(myvalues, { lineColor: '#f00', fillColor: false }); +* $('.barsparks').sparkline('html', { type:'bar', height:'40px', barWidth:5 }); +* $('#tristate').sparkline([1,1,-1,1,0,0,-1], { type:'tristate' }): +* $('#discrete').sparkline([1,3,4,5,5,3,4,5], { type:'discrete' }); +* $('#bullet').sparkline([10,12,12,9,7], { type:'bullet' }); +* $('#pie').sparkline([1,1,2], { type:'pie' }); +*/ + + +(function($) { + + /* + * Default configuration settings + */ + var defaults = { + // Settings common to most/all chart types + common: { + type : 'line', + lineColor : '#00f', + fillColor : '#cdf', + defaultPixelsPerValue : 3, + width : 'auto', + height : 'auto', + composite : false, + tagValuesAttribute: 'values', + tagOptionsPrefix: 'spark', + enableTagOptions: false + }, + // Defaults for line charts + line: { + spotColor : '#f80', + spotRadius : 1.5, + minSpotColor : '#f80', + maxSpotColor : '#f80', + lineWidth: 1, + normalRangeMin : undefined, + normalRangeMax : undefined, + normalRangeColor : '#ccc', + drawNormalOnTop: false, + chartRangeMin : undefined, + chartRangeMax : undefined, + chartRangeMinX : undefined, + chartRangeMaxX : undefined + }, + // Defaults for bar charts + bar: { + barColor : '#00f', + negBarColor : '#f44', + zeroColor: undefined, + nullColor: undefined, + zeroAxis : undefined, + barWidth : 4, + barSpacing : 1, + chartRangeMax: undefined, + chartRangeMin: undefined, + chartRangeClip: false, + colorMap : undefined + }, + // Defaults for tristate charts + tristate: { + barWidth : 4, + barSpacing : 1, + posBarColor: '#6f6', + negBarColor : '#f44', + zeroBarColor : '#999', + colorMap : {} + }, + // Defaults for discrete charts + discrete: { + lineHeight: 'auto', + thresholdColor: undefined, + thresholdValue : 0, + chartRangeMax: undefined, + chartRangeMin: undefined, + chartRangeClip: false + }, + // Defaults for bullet charts + bullet: { + targetColor : 'red', + targetWidth : 3, // width of the target bar in pixels + performanceColor : 'blue', + rangeColors : ['#D3DAFE', '#A8B6FF', '#7F94FF' ], + base : undefined // set this to a number to change the base start number + }, + // Defaults for pie charts + pie: { + sliceColors : ['#f00', '#0f0', '#00f'] + }, + // Defaults for box plots + box: { + raw: false, + boxLineColor: 'black', + boxFillColor: '#cdf', + whiskerColor: 'black', + outlierLineColor: '#333', + outlierFillColor: 'white', + medianColor: 'red', + showOutliers: true, + outlierIQR: 1.5, + spotRadius: 1.5, + target: undefined, + targetColor: '#4a2', + chartRangeMax: undefined, + chartRangeMin: undefined + } + }; + + // Provide a cross-browser interface to a few simple drawing primitives + var VCanvas_base, VCanvas_canvas, VCanvas_vml; + $.fn.simpledraw = function(width, height, use_existing) { + if (use_existing && this[0].VCanvas) { + return this[0].VCanvas; + } + if (width === undefined) { + width=$(this).innerWidth(); + } + if (height === undefined) { + height=$(this).innerHeight(); + } + if ($.browser.hasCanvas) { + return new VCanvas_canvas(width, height, this); + } else if ($.browser.msie) { + return new VCanvas_vml(width, height, this); + } else { + return false; + } + }; + + var pending = []; + + + $.fn.sparkline = function(uservalues, userOptions) { + return this.each(function() { + var options = new $.fn.sparkline.options(this, userOptions); + var render = function() { + var values, width, height; + if (uservalues==='html' || uservalues===undefined) { + var vals = this.getAttribute(options.get('tagValuesAttribute')); + if (vals===undefined || vals===null) { + vals = $(this).html(); + } + values = vals.replace(/(^\s*\s*$)|\s+/g, '').split(','); + } else { + values = uservalues; + } + + width = options.get('width')=='auto' ? values.length*options.get('defaultPixelsPerValue') : options.get('width'); + if (options.get('height') == 'auto') { + if (!options.get('composite') || !this.VCanvas) { + // must be a better way to get the line height + var tmp = document.createElement('span'); + tmp.innerHTML = 'a'; + $(this).html(tmp); + height = $(tmp).innerHeight(); + $(tmp).remove(); + } + } else { + height = options.get('height'); + } + + $.fn.sparkline[options.get('type')].call(this, values, options, width, height); + }; + // jQuery 1.3.0 completely changed the meaning of :hidden :-/ + if (($(this).html() && $(this).is(':hidden')) || ($.fn.jquery < "1.3.0" && $(this).parents().is(':hidden')) || !$(this).parents('body').length) { + pending.push([this, render]); + } else { + render.call(this); + } + }); + }; + + $.fn.sparkline.defaults = defaults; + + + $.sparkline_display_visible = function() { + for (var i=pending.length-1; i>=0; i--) { + var el = pending[i][0]; + if ($(el).is(':visible') && !$(el).parents().is(':hidden')) { + pending[i][1].call(el); + pending.splice(i, 1); + } + } + }; + + + /** + * User option handler + */ + var UNSET_OPTION = {}; + var normalizeValue = function(val) { + switch(val) { + case 'undefined': + val = undefined; + break; + case 'null': + val = null; + break; + case 'true': + val = true; + break; + case 'false': + val = false; + break; + default: + var nf = parseFloat(val); + if (val == nf) { + val = nf; + } + } + return val; + }; + $.fn.sparkline.options = function(tag, userOptions) { + var extendedOptions; + this.userOptions = userOptions = userOptions || {}; + this.tag = tag; + this.tagValCache = {}; + var defaults = $.fn.sparkline.defaults; + var base = defaults.common; + this.tagOptionsPrefix = userOptions.enableTagOptions && (userOptions.tagOptionsPrefix || base.tagOptionsPrefix); + + var tagOptionType = this.getTagSetting('type'); + if (tagOptionType === UNSET_OPTION) { + extendedOptions = defaults[userOptions.type || base.type]; + } else { + extendedOptions = defaults[tagOptionType]; + } + this.mergedOptions = $.extend({}, base, extendedOptions, userOptions); + }; + + + $.fn.sparkline.options.prototype.getTagSetting = function(key) { + var val, i, prefix = this.tagOptionsPrefix; + if (prefix === false || prefix === undefined) { + return UNSET_OPTION; + } + if (this.tagValCache.hasOwnProperty(key)) { + val = this.tagValCache.key; + } else { + val = this.tag.getAttribute(prefix + key); + if (val === undefined || val === null) { + val = UNSET_OPTION; + } else if (val.substr(0, 1) == '[') { + val = val.substr(1, val.length-2).split(','); + for(i=val.length; i--;) { + val[i] = normalizeValue(val[i].replace(/(^\s*)|(\s*$)/g, '')); + } + } else if (val.substr(0, 1) == '{') { + var pairs= val.substr(1, val.length-2).split(','); + val = {}; + for(i=pairs.length; i--;) { + var keyval = pairs[i].split(':', 2); + val[keyval[0].replace(/(^\s*)|(\s*$)/g, '')] = normalizeValue(keyval[1].replace(/(^\s*)|(\s*$)/g, '')); + } + } else { + val = normalizeValue(val); + } + this.tagValCache.key = val; + } + return val; + }; + + $.fn.sparkline.options.prototype.get = function(key) { + var tagOption = this.getTagSetting(key); + if (tagOption !== UNSET_OPTION) { + return tagOption; + } + return this.mergedOptions[key]; + }; + + + /** + * Line charts + */ + $.fn.sparkline.line = function(values, options, width, height) { + var xvalues = [], yvalues = [], yminmax = []; + for (var i=0; imaxy) { + maxy = normalRangeMax; + } + } + if (options.get('chartRangeMin')!==undefined && (options.get('chartRangeClip') || options.get('chartRangeMin')maxy)) { + maxy = options.get('chartRangeMax'); + } + if (options.get('chartRangeMinX')!==undefined && (options.get('chartRangeClipX') || options.get('chartRangeMinX')maxx)) { + maxx = options.get('chartRangeMaxX'); + } + var rangex = maxx-minx === 0 ? 1 : maxx-minx; + var rangey = maxy-miny === 0 ? 1 : maxy-miny; + var vl = yvalues.length-1; + + if (vl<1) { + this.innerHTML = ''; + return; + } + + var target = $(this).simpledraw(width, height, options.get('composite')); + if (target) { + var canvas_width = target.pixel_width; + var canvas_height = target.pixel_height; + var canvas_top = 0; + var canvas_left = 0; + + var spotRadius = options.get('spotRadius'); + if (spotRadius && (canvas_width < (spotRadius*4) || canvas_height < (spotRadius*4))) { + spotRadius = 0; + } + if (spotRadius) { + // adjust the canvas size as required so that spots will fit + if (options.get('minSpotColor') || (options.get('spotColor') && yvalues[vl]==miny)) { + canvas_height -= Math.ceil(spotRadius); + } + if (options.get('maxSpotColor') || (options.get('spotColor') && yvalues[vl]==maxy)) { + canvas_height -= Math.ceil(spotRadius); + canvas_top += Math.ceil(spotRadius); + } + if (options.get('minSpotColor') || options.get('maxSpotColor') && (yvalues[0]==miny || yvalues[0]==maxy)) { + canvas_left += Math.ceil(spotRadius); + canvas_width -= Math.ceil(spotRadius); + } + if (options.get('spotColor') || (options.get('minSpotColor') || options.get('maxSpotColor') && (yvalues[vl]==miny||yvalues[vl]==maxy))) { + canvas_width -= Math.ceil(spotRadius); + } + } + + + canvas_height--; + + var drawNormalRange = function() { + if (normalRangeMin!==undefined) { + var ytop = canvas_top+Math.round(canvas_height-(canvas_height*((normalRangeMax-miny)/rangey))); + var height = Math.round((canvas_height*(normalRangeMax-normalRangeMin))/rangey); + target.drawRect(canvas_left, ytop, canvas_width, height, undefined, options.get('normalRangeColor')); + } + }; + + if (!options.get('drawNormalOnTop')) { + drawNormalRange(); + } + + var path = []; + var paths = [path]; + var x, y, vlen=yvalues.length; + for(i=0; i maxy) { + y=maxy; + } + if (!path.length) { + // previous value was null + path.push([canvas_left+Math.round((x-minx)*(canvas_width/rangex)), canvas_top+canvas_height]); + } + path.push([canvas_left+Math.round((x-minx)*(canvas_width/rangex)), canvas_top+Math.round(canvas_height-(canvas_height*((y-miny)/rangey)))]); + } + } + var lineshapes = []; + var fillshapes = []; + var plen=paths.length; + for(i=0; i2) { + // else we want the first value + path[0] = [ path[0][0], path[1][1] ]; + } + lineshapes.push(path); + } + + // draw the fill first, then optionally the normal range, then the line on top of that + plen = fillshapes.length; + for(i=0; imax)) { + max = options.get('chartRangeMax'); + } + var zeroAxis = options.get('zeroAxis'); + if (zeroAxis === undefined) { + zeroAxis = min<0; + } + var range = max-min === 0 ? 1 : max-min; + + var colorMapByIndex, colorMapByValue; + if ($.isArray(options.get('colorMap'))) { + colorMapByIndex = options.get('colorMap'); + colorMapByValue = null; + } else { + colorMapByIndex = null; + colorMapByValue = options.get('colorMap'); + } + + var target = $(this).simpledraw(width, height, options.get('composite')); + if (target) { + var color, + canvas_height = target.pixel_height, + yzero = min<0 && zeroAxis ? canvas_height-Math.round(canvas_height * (Math.abs(min)/range))-1 : canvas_height-1; + + for(i=values.length; i--;) { + var x = i*(options.get('barWidth')+options.get('barSpacing')), + y, + val = values[i]; + if (val===null) { + if (options.get('nullColor')) { + color = options.get('nullColor'); + val = (zeroAxis && min<0) ? 0 : min; + height = 1; + y = (zeroAxis && min<0) ? yzero : canvas_height - height; + } else { + continue; + } + } else { + if (val < min) { + val=min; + } + if (val > max) { + val=max; + } + color = (val < 0) ? options.get('negBarColor') : options.get('barColor'); + if (zeroAxis && min<0) { + height = Math.round(canvas_height*((Math.abs(val)/range)))+1; + y = (val < 0) ? yzero : yzero-height; + } else { + height = Math.round(canvas_height*((val-min)/range))+1; + y = canvas_height-height; + } + if (val===0 && options.get('zeroColor')!==undefined) { + color = options.get('zeroColor'); + } + if (colorMapByValue && colorMapByValue[val]) { + color = colorMapByValue[val]; + } else if (colorMapByIndex && colorMapByIndex.length>i) { + color = colorMapByIndex[i]; + } + if (color===null) { + continue; + } + } + target.drawRect(x, y, options.get('barWidth')-1, height-1, color, color); + } + } else { + // Remove the tag contents if sparklines aren't supported + this.innerHTML = ''; + } + }; + + + /** + * Tristate charts + */ + $.fn.sparkline.tristate = function(values, options, width, height) { + values = $.map(values, Number); + width = (values.length * options.get('barWidth')) + ((values.length-1) * options.get('barSpacing')); + + var colorMapByIndex, colorMapByValue; + if ($.isArray(options.get('colorMap'))) { + colorMapByIndex = options.get('colorMap'); + colorMapByValue = null; + } else { + colorMapByIndex = null; + colorMapByValue = options.get('colorMap'); + } + + var target = $(this).simpledraw(width, height, options.get('composite')); + if (target) { + var canvas_height = target.pixel_height, + half_height = Math.round(canvas_height/2); + + for(var i=values.length; i--;) { + var x = i*(options.get('barWidth')+options.get('barSpacing')), + y, color; + if (values[i] < 0) { + y = half_height; + height = half_height-1; + color = options.get('negBarColor'); + } else if (values[i] > 0) { + y = 0; + height = half_height-1; + color = options.get('posBarColor'); + } else { + y = half_height-1; + height = 2; + color = options.get('zeroBarColor'); + } + if (colorMapByValue && colorMapByValue[values[i]]) { + color = colorMapByValue[values[i]]; + } else if (colorMapByIndex && colorMapByIndex.length>i) { + color = colorMapByIndex[i]; + } + if (color===null) { + continue; + } + target.drawRect(x, y, options.get('barWidth')-1, height-1, color, color); + } + } else { + // Remove the tag contents if sparklines aren't supported + this.innerHTML = ''; + } + }; + + + /** + * Discrete charts + */ + $.fn.sparkline.discrete = function(values, options, width, height) { + values = $.map(values, Number); + width = options.get('width')=='auto' ? values.length*2 : width; + var interval = Math.floor(width / values.length); + + var target = $(this).simpledraw(width, height, options.get('composite')); + if (target) { + var canvas_height = target.pixel_height, + line_height = options.get('lineHeight') == 'auto' ? Math.round(canvas_height * 0.3) : options.get('lineHeight'), + pheight = canvas_height - line_height, + min = Math.min.apply(Math, values), + max = Math.max.apply(Math, values); + if (options.get('chartRangeMin')!==undefined && (options.get('chartRangeClip') || options.get('chartRangeMin')max)) { + max = options.get('chartRangeMax'); + } + var range = max-min; + + for(var i=values.length; i--;) { + var val = values[i]; + if (val < min) { + val=min; + } + if (val > max) { + val=max; + } + var x = (i*interval), + ytop = Math.round(pheight-pheight*((val-min)/range)); + target.drawLine(x, ytop, x, ytop+line_height, (options.get('thresholdColor') && val < options.get('thresholdValue')) ? options.get('thresholdColor') : options.get('lineColor')); + } + } else { + // Remove the tag contents if sparklines aren't supported + this.innerHTML = ''; + } + + }; + + + /** + * Bullet charts + */ + $.fn.sparkline.bullet = function(values, options, width, height) { + values = $.map(values, Number); + // target, performance, range1, range2, range3 + + width = options.get('width')=='auto' ? '4.0em' : width; + + var target = $(this).simpledraw(width, height, options.get('composite')); + if (target && values.length>1) { + var canvas_width = target.pixel_width-Math.ceil(options.get('targetWidth')/2), + canvas_height = target.pixel_height, + min = Math.min.apply(Math, values), + max = Math.max.apply(Math, values); + + if (options.get('base') === undefined) { + min = min < 0 ? min : 0; + } else { + min = options.get('base'); + } + var range = max-min; + + // draw range values + for(var i=2, vlen=values.length; i1) { + var canvas_width = target.pixel_width, + canvas_height = target.pixel_height, + radius = Math.floor(Math.min(canvas_width, canvas_height)/2), + total = 0, + next = 0, + circle = 2*Math.PI; + + for(var i=values.length; i--;) { + total += values[i]; + } + + if (options.get('offset')) { + next += (2*Math.PI)*(options.get('offset')/360); + } + var vlen = values.length; + for(i=0; i 0) { // avoid divide by zero + end = next + (circle*(values[i]/total)); + } + target.drawPieSlice(radius, radius, radius, start, end, undefined, options.get('sliceColors')[i % options.get('sliceColors').length]); + next = end; + } + } + }; + + + /** + * Box plots + */ + var quartile = function(values, q) { + if (q==2) { + var vl2 = Math.floor(values.length/2); + return values.length % 2 ? values[vl2] : (values[vl2]+values[vl2+1])/2; + } else { + var vl4 = Math.floor(values.length/4); + return values.length % 2 ? (values[vl4*q]+values[vl4*q+1])/2 : values[vl4*q]; + } + }; + + $.fn.sparkline.box = function(values, options, width, height) { + values = $.map(values, Number); + width = options.get('width')=='auto' ? '4.0em' : width; + + var minvalue = options.get('chartRangeMin')===undefined ? Math.min.apply(Math, values) : options.get('chartRangeMin'), + maxvalue = options.get('chartRangeMax')===undefined ? Math.max.apply(Math, values) : options.get('chartRangeMax'), + target = $(this).simpledraw(width, height, options.get('composite')), + vlen = values.length, + lwhisker, loutlier, q1, q2, q3, rwhisker, routlier; + + if (target && values.length>1) { + var canvas_width = target.pixel_width, + canvas_height = target.pixel_height; + if (options.get('raw')) { + if (options.get('showOutliers') && values.length>5) { + loutlier=values[0]; lwhisker=values[1]; q1=values[2]; q2=values[3]; q3=values[4]; rwhisker=values[5]; routlier=values[6]; + } else { + lwhisker=values[0]; q1=values[1]; q2=values[2]; q3=values[3]; rwhisker=values[4]; + } + } else { + values.sort(function(a, b) { return a-b; }); + q1 = quartile(values, 1); + q2 = quartile(values, 2); + q3 = quartile(values, 3); + var iqr = q3-q1; + if (options.get('showOutliers')) { + lwhisker=undefined; rwhisker=undefined; + for(var i=0; i q1-(iqr*options.get('outlierIQR'))) { + lwhisker = values[i]; + } + if (values[i] < q3+(iqr*options.get('outlierIQR'))) { + rwhisker = values[i]; + } + } + loutlier = values[0]; + routlier = values[vlen-1]; + } else { + lwhisker = values[0]; + rwhisker = values[vlen-1]; + } + } + + var unitsize = canvas_width / (maxvalue-minvalue+1), + canvas_left = 0; + if (options.get('showOutliers')) { + canvas_left = Math.ceil(options.get('spotRadius')); + canvas_width -= 2*Math.ceil(options.get('spotRadius')); + unitsize = canvas_width / (maxvalue-minvalue+1); + if (loutlier < lwhisker) { + target.drawCircle((loutlier-minvalue)*unitsize+canvas_left, canvas_height/2, options.get('spotRadius'), options.get('outlierLineColor'), options.get('outlierFillColor')); + } + if (routlier > rwhisker) { + target.drawCircle((routlier-minvalue)*unitsize+canvas_left, canvas_height/2, options.get('spotRadius'), options.get('outlierLineColor'), options.get('outlierFillColor')); + } + } + + // box + target.drawRect( + Math.round((q1-minvalue)*unitsize+canvas_left), + Math.round(canvas_height*0.1), + Math.round((q3-q1)*unitsize), + Math.round(canvas_height*0.8), + options.get('boxLineColor'), + options.get('boxFillColor')); + // left whisker + target.drawLine( + Math.round((lwhisker-minvalue)*unitsize+canvas_left), + Math.round(canvas_height/2), + Math.round((q1-minvalue)*unitsize+canvas_left), + Math.round(canvas_height/2), + options.get('lineColor')); + target.drawLine( + Math.round((lwhisker-minvalue)*unitsize+canvas_left), + Math.round(canvas_height/4), + Math.round((lwhisker-minvalue)*unitsize+canvas_left), + Math.round(canvas_height-canvas_height/4), + options.get('whiskerColor')); + // right whisker + target.drawLine(Math.round((rwhisker-minvalue)*unitsize+canvas_left), + Math.round(canvas_height/2), + Math.round((q3-minvalue)*unitsize+canvas_left), + Math.round(canvas_height/2), + options.get('lineColor')); + target.drawLine( + Math.round((rwhisker-minvalue)*unitsize+canvas_left), + Math.round(canvas_height/4), + Math.round((rwhisker-minvalue)*unitsize+canvas_left), + Math.round(canvas_height-canvas_height/4), + options.get('whiskerColor')); + // median line + target.drawLine( + Math.round((q2-minvalue)*unitsize+canvas_left), + Math.round(canvas_height*0.1), + Math.round((q2-minvalue)*unitsize+canvas_left), + Math.round(canvas_height*0.9), + options.get('medianColor')); + if (options.get('target')) { + var size = Math.ceil(options.get('spotRadius')); + target.drawLine( + Math.round((options.get('target')-minvalue)*unitsize+canvas_left), + Math.round((canvas_height/2)-size), + Math.round((options.get('target')-minvalue)*unitsize+canvas_left), + Math.round((canvas_height/2)+size), + options.get('targetColor')); + target.drawLine( + Math.round((options.get('target')-minvalue)*unitsize+canvas_left-size), + Math.round(canvas_height/2), + Math.round((options.get('target')-minvalue)*unitsize+canvas_left+size), + Math.round(canvas_height/2), + options.get('targetColor')); + } + } else { + // Remove the tag contents if sparklines aren't supported + this.innerHTML = ''; + } + }; + + + // Setup a very simple "virtual canvas" to make drawing the few shapes we need easier + // This is accessible as $(foo).simpledraw() + + if ($.browser.msie && !document.namespaces.v) { + document.namespaces.add('v', 'urn:schemas-microsoft-com:vml', '#default#VML'); + } + + if ($.browser.hasCanvas === undefined) { + var t = document.createElement('canvas'); + $.browser.hasCanvas = t.getContext!==undefined; + } + + VCanvas_base = function(width, height, target) { + }; + + VCanvas_base.prototype = { + init : function(width, height, target) { + this.width = width; + this.height = height; + this.target = target; + if (target[0]) { + target=target[0]; + } + target.VCanvas = this; + }, + + drawShape : function(path, lineColor, fillColor, lineWidth) { + alert('drawShape not implemented'); + }, + + drawLine : function(x1, y1, x2, y2, lineColor, lineWidth) { + return this.drawShape([ [x1,y1], [x2,y2] ], lineColor, lineWidth); + }, + + drawCircle : function(x, y, radius, lineColor, fillColor) { + alert('drawCircle not implemented'); + }, + + drawPieSlice : function(x, y, radius, startAngle, endAngle, lineColor, fillColor) { + alert('drawPieSlice not implemented'); + }, + + drawRect : function(x, y, width, height, lineColor, fillColor) { + alert('drawRect not implemented'); + }, + + getElement : function() { + return this.canvas; + }, + + _insert : function(el, target) { + $(target).html(el); + } + }; + + VCanvas_canvas = function(width, height, target) { + return this.init(width, height, target); + }; + + VCanvas_canvas.prototype = $.extend(new VCanvas_base(), { + _super : VCanvas_base.prototype, + + init : function(width, height, target) { + this._super.init(width, height, target); + this.canvas = document.createElement('canvas'); + if (target[0]) { + target=target[0]; + } + target.VCanvas = this; + $(this.canvas).css({ display:'inline-block', width:width, height:height, verticalAlign:'top' }); + this._insert(this.canvas, target); + this.pixel_height = $(this.canvas).height(); + this.pixel_width = $(this.canvas).width(); + this.canvas.width = this.pixel_width; + this.canvas.height = this.pixel_height; + $(this.canvas).css({width: this.pixel_width, height: this.pixel_height}); + }, + + _getContext : function(lineColor, fillColor, lineWidth) { + var context = this.canvas.getContext('2d'); + if (lineColor !== undefined) { + context.strokeStyle = lineColor; + } + context.lineWidth = lineWidth===undefined ? 1 : lineWidth; + if (fillColor !== undefined) { + context.fillStyle = fillColor; + } + return context; + }, + + drawShape : function(path, lineColor, fillColor, lineWidth) { + var context = this._getContext(lineColor, fillColor, lineWidth); + context.beginPath(); + context.moveTo(path[0][0]+0.5, path[0][1]+0.5); + for(var i=1, plen=path.length; i'; + this.canvas.insertAdjacentHTML('beforeEnd', groupel); + this.group = $(this.canvas).children()[0]; + }, + + drawShape : function(path, lineColor, fillColor, lineWidth) { + var vpath = []; + for(var i=0, plen=path.length; i' + + ' '; + this.group.insertAdjacentHTML('beforeEnd', vel); + }, + + drawCircle : function(x, y, radius, lineColor, fillColor) { + x -= radius+1; + y -= radius+1; + var stroke = lineColor === undefined ? ' stroked="false" ' : ' strokeWeight="1" strokeColor="'+lineColor+'" '; + var fill = fillColor === undefined ? ' filled="false"' : ' fillColor="'+fillColor+'" filled="true" '; + var vel = ''; + this.group.insertAdjacentHTML('beforeEnd', vel); + + }, + + drawPieSlice : function(x, y, radius, startAngle, endAngle, lineColor, fillColor) { + if (startAngle == endAngle) { + return; // VML seems to have problem when start angle equals end angle. + } + if ((endAngle - startAngle) == (2*Math.PI)) { + startAngle = 0.0; // VML seems to have a problem when drawing a full circle that doesn't start 0 + endAngle = (2*Math.PI); + } + + var startx = x + Math.round(Math.cos(startAngle) * radius); + var starty = y + Math.round(Math.sin(startAngle) * radius); + var endx = x + Math.round(Math.cos(endAngle) * radius); + var endy = y + Math.round(Math.sin(endAngle) * radius); + + // Prevent very small slices from being mistaken as a whole pie + if (startx==endx && starty==endy && (endAngle-startAngle) < Math.PI) { + return; + } + + var vpath = [ x-radius, y-radius, x+radius, y+radius, startx, starty, endx, endy ]; + var stroke = lineColor === undefined ? ' stroked="false" ' : ' strokeWeight="1" strokeColor="'+lineColor+'" '; + var fill = fillColor === undefined ? ' filled="false"' : ' fillColor="'+fillColor+'" filled="true" '; + var vel = '' + + ' '; + this.group.insertAdjacentHTML('beforeEnd', vel); + }, + + drawRect : function(x, y, width, height, lineColor, fillColor) { + return this.drawShape( [ [x, y], [x, y+height], [x+width, y+height], [x+width, y], [x, y] ], lineColor, fillColor); + } + }); + +})(jQuery); diff -r 7b55777486c3 -r 75ba66457232 test/integration/allocine_dossier_independant/js/libs/jquery.tools.min.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/integration/allocine_dossier_independant/js/libs/jquery.tools.min.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,270 @@ +/* + * jQuery Tools 1.2.5 - The missing UI library for the Web + * + * [jquery, toolbox.flashembed, toolbox.history, toolbox.expose, toolbox.mousewheel, tabs, tabs.slideshow, tooltip, tooltip.slide, tooltip.dynamic, scrollable, scrollable.autoscroll, scrollable.navigator, overlay, overlay.apple, dateinput, rangeinput, validator] + * + * NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE. + * + * http://flowplayer.org/tools/ + * + * jQuery JavaScript Library v1.4.2 + * http://jquery.com/ + * + * Copyright 2010, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://docs.jquery.com/License + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2010, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * ----- + * + + + * jquery.event.wheel.js - rev 1 + * Copyright (c) 2008, Three Dub Media (http://threedubmedia.com) + * Liscensed under the MIT License (MIT-LICENSE.txt) + * http://www.opensource.org/licenses/mit-license.php + * Created: 2008-07-01 | Updated: 2008-07-14 + * + * ----- + * + * File generated: Tue Sep 21 12:33:09 GMT 2010 + */ +(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/, +Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&& +(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this, +a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b=== +"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this, +function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b
        a"; +var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected, +parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent= +false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n= +s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true, +applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando]; +else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this, +a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b=== +w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i, +cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected= +c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed"); +a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g, +function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split("."); +k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a), +C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B=0){a.type= +e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&& +f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive; +if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data", +e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a, +"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a, +d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, +e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift(); +t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D|| +g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()}, +CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m, +g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)}, +text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}}, +setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return hl[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h= +h[3];l=0;for(m=h.length;l=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m=== +"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g, +h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&& +q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML=""; +if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="

        ";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}(); +(function(){var g=s.createElement("div");g.innerHTML="
        ";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}: +function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f0)for(var j=d;j0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j= +{},i;if(f&&a.length){e=0;for(var o=a.length;e-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a=== +"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode", +d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")? +a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType=== +1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/"},F={option:[1,""],legend:[1,"
        ","
        "],thead:[1,"","
        "],tr:[2,"","
        "],td:[3,"","
        "],col:[2,"","
        "],area:[1,"",""],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div
        ","
        "];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d= +c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this}, +wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})}, +prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b, +this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild); +return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja, +""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]); +return this}else{e=0;for(var j=d.length;e0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["", +""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]===""&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e= +c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]? +c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja= +function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter= +Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a, +"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f= +a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b= +a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=//gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!== +"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("
        ").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this}, +serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "), +function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href, +global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&& +e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)? +"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache=== +false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B= +false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since", +c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E|| +d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x); +g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status=== +1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b=== +"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional; +if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration=== +"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]|| +c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start; +this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now= +this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem, +e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b
        "; +a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b); +c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a, +d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top- +f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset": +"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in +e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window); +(function(){function f(a,b){if(b)for(var c in b)if(b.hasOwnProperty(c))a[c]=b[c];return a}function l(a,b){var c=[];for(var d in a)if(a.hasOwnProperty(d))c[d]=b(a[d]);return c}function m(a,b,c){if(e.isSupported(b.version))a.innerHTML=e.getHTML(b,c);else if(b.expressInstall&&e.isSupported([6,65]))a.innerHTML=e.getHTML(f(b,{src:b.expressInstall}),{MMredirectURL:location.href,MMplayerType:"PlugIn",MMdoctitle:document.title});else{if(!a.innerHTML.replace(/\s/g,"")){a.innerHTML="

        Flash version "+b.version+ +" or greater is required

        "+(g[0]>0?"Your version is "+g:"You have no flash plugin installed")+"

        "+(a.tagName=="A"?"

        Click here to download latest version

        ":"

        Download latest version from here

        ");if(a.tagName=="A")a.onclick=function(){location.href=k}}if(b.onFail){var d=b.onFail.call(this);if(typeof d=="string")a.innerHTML=d}}if(i)window[b.id]=document.getElementById(b.id);f(this,{getRoot:function(){return a},getOptions:function(){return b},getConf:function(){return c}, +getApi:function(){return a.firstChild}})}var i=document.all,k="http://www.adobe.com/go/getflashplayer",n=typeof jQuery=="function",o=/(\d+)[^\d]+(\d+)[^\d]*(\d*)/,j={width:"100%",height:"100%",id:"_"+(""+Math.random()).slice(9),allowfullscreen:true,allowscriptaccess:"always",quality:"high",version:[3,0],onFail:null,expressInstall:null,w3c:false,cachebusting:false};window.attachEvent&&window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){}}); +window.flashembed=function(a,b,c){if(typeof a=="string")a=document.getElementById(a.replace("#",""));if(a){if(typeof b=="string")b={src:b};return new m(a,f(f({},j),b),c)}};var e=f(window.flashembed,{conf:j,getVersion:function(){var a,b;try{b=navigator.plugins["Shockwave Flash"].description.slice(16)}catch(c){try{b=(a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7"))&&a.GetVariable("$version")}catch(d){try{b=(a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6"))&&a.GetVariable("$version")}catch(h){}}}return(b= +o.exec(b))?[b[1],b[3]]:[0,0]},asString:function(a){if(a===null||a===undefined)return null;var b=typeof a;if(b=="object"&&a.push)b="array";switch(b){case "string":a=a.replace(new RegExp('(["\\\\])',"g"),"\\$1");a=a.replace(/^\s?(\d+\.?\d+)%/,"$1pct");return'"'+a+'"';case "array":return"["+l(a,function(d){return e.asString(d)}).join(",")+"]";case "function":return'"function()"';case "object":b=[];for(var c in a)a.hasOwnProperty(c)&&b.push('"'+c+'":'+e.asString(a[c]));return"{"+b.join(",")+"}"}return String(a).replace(/\s/g, +" ").replace(/\'/g,'"')},getHTML:function(a,b){a=f({},a);var c='';a.width=a.height=a.id=a.w3c=a.src=null;a.onFail=a.version=a.expressInstall=null;for(var d in a)if(a[d])c+= +'';a="";if(b){for(var h in b)if(b[h]){d=b[h];a+=h+"="+(/function|object/.test(typeof d)?e.asString(d):d)+"&"}a=a.slice(0,-1);c+='"}c+="";return c},isSupported:function(a){return g[0]>a[0]||g[0]==a[0]&&g[1]>=a[1]}}),g=e.getVersion();if(n){jQuery.tools=jQuery.tools||{version:"1.2.5"};jQuery.tools.flashembed={conf:j};jQuery.fn.flashembed=function(a,b){return this.each(function(){$(this).data("flashembed",flashembed(this, +a,b))})}}})(); +(function(b){function h(c){if(c){var a=d.contentWindow.document;a.open().close();a.location.hash=c}}var g,d,f,i;b.tools=b.tools||{version:"1.2.5"};b.tools.history={init:function(c){if(!i){if(b.browser.msie&&b.browser.version<"8"){if(!d){d=b(" + diff -r 7b55777486c3 -r 75ba66457232 test/integration/polemic-jsonp.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/integration/polemic-jsonp.htm Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,123 @@ + + + + +Metadataplayer - Polemic tweet integration test + + + + +
        +

        MetaDataPlayer

        + Polemic tweet integration test - loading an outside ressource using JSONP. +
        + + + + + + +
        +
        + + + + + +
        + diff -r 7b55777486c3 -r 75ba66457232 test/integration/polemic-platform.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/integration/polemic-platform.htm Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,172 @@ + + + + +Metadataplayer - Polemic tweet integration test + + + + +
        +

        MetaDataPlayer

        + Integration test - Using an ldtplatform located at http://localhost/pf/ +
        + + + + + + +
        +
        +
        + + + + +
        + diff -r 7b55777486c3 -r 75ba66457232 test/integration/polemic-youtube.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/integration/polemic-youtube.htm Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,113 @@ + + + + +Test d'intégration du widget Polemic Tweet + + + + +
        +

        MetaDataPlayer

        + Test d'intégration du widget polemic tweet. +
        + + + + + + +
        +
        + + + + + +
        + diff -r 7b55777486c3 -r 75ba66457232 test/integration/polemic.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/integration/polemic.htm Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,128 @@ + + + + +Metadataplayer - Polemic tweet integration test + + + + +
        +

        MetaDataPlayer

        + Polemic tweet integration test - using Popcorn, jwplayer and the PolemicTweet widget.
        +
        + + + + + + +
        +
        + + + + + +
        + diff -r 7b55777486c3 -r 75ba66457232 test/integration/polemic_fr.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/integration/polemic_fr.json Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,13148 @@ +{ +"views": [ +{ +"id": "0", +"contents": [ +"76171168-ff2b-11e0-bfbc-00145ea49a02" +], +"annotation_types": [ +"c_F0A74027-B9E8-AF6C-12C8-3BBCBF5BADB8", +"732b819c-8f83-4458-88f1-242f0e8d3334" +] +} +], +"tags": [ +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.773884", +"dc:title": "PointBBC", +"dc:modified": "2011-11-03T12:44:41.773884", +"dc:creator": "IRI" +}, +"id": "998a1d8a-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.687456", +"dc:title": "wikimedia", +"dc:modified": "2011-11-03T12:44:41.687456", +"dc:creator": "IRI" +}, +"id": "997cea3e-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.647203", +"dc:title": "culture", +"dc:modified": "2011-11-03T12:44:41.647203", +"dc:creator": "IRI" +}, +"id": "9976c5f0-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.632533", +"dc:title": "metadonnées", +"dc:modified": "2011-11-03T12:44:41.632533", +"dc:creator": "IRI" +}, +"id": "997488b2-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.629832", +"dc:title": "websocial", +"dc:modified": "2011-11-03T12:44:41.629832", +"dc:creator": "IRI" +}, +"id": "99741f4e-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.665634", +"dc:title": "Wikipédia", +"dc:modified": "2011-11-03T12:44:41.665634", +"dc:creator": "IRI" +}, +"id": "99799640-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.728828", +"dc:title": "yes", +"dc:modified": "2011-11-03T12:44:41.728828", +"dc:creator": "IRI" +}, +"id": "99833dee-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.614363", +"dc:title": "numérique", +"dc:modified": "2011-11-03T12:44:41.614363", +"dc:creator": "IRI" +}, +"id": "9971c316-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.710670", +"dc:title": "pointVictorHugo", +"dc:modified": "2011-11-03T12:44:41.710670", +"dc:creator": "IRI" +}, +"id": "99807532-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.743135", +"dc:title": "web", +"dc:modified": "2011-11-03T12:44:41.743135", +"dc:creator": "IRI" +}, +"id": "998569de-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.627754", +"dc:title": "semantique", +"dc:modified": "2011-11-03T12:44:41.627754", +"dc:creator": "IRI" +}, +"id": "9973ce0e-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.715962", +"dc:title": "fablab", +"dc:modified": "2011-11-03T12:44:41.715962", +"dc:creator": "IRI" +}, +"id": "998143a4-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.794282", +"dc:title": "iri", +"dc:modified": "2011-11-03T12:44:41.794282", +"dc:creator": "IRI" +}, +"id": "998d3736-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.768841", +"dc:title": "fanclub", +"dc:modified": "2011-11-03T12:44:41.768841", +"dc:creator": "IRI" +}, +"id": "9989553a-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.715962", +"dc:title": "open", +"dc:modified": "2011-11-03T12:44:41.715962", +"dc:creator": "IRI" +}, +"id": "99814818-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.749727", +"dc:title": "Cyborg", +"dc:modified": "2011-11-03T12:44:41.749727", +"dc:creator": "IRI" +}, +"id": "99866aaa-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.666428", +"dc:title": "wikipedia", +"dc:modified": "2011-11-03T12:44:41.666428", +"dc:creator": "IRI" +}, +"id": "9979b4e0-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.694233", +"dc:title": "transhumanisme", +"dc:modified": "2011-11-03T12:44:41.694233", +"dc:creator": "IRI" +}, +"id": "997df30c-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.606022", +"dc:title": "museoweb", +"dc:modified": "2011-11-03T12:44:41.606022", +"dc:creator": "IRI" +}, +"id": "99708000-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.733070", +"dc:title": "android", +"dc:modified": "2011-11-03T12:44:41.733070", +"dc:creator": "IRI" +}, +"id": "9983dfe2-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.698927", +"dc:title": "victorhugo", +"dc:modified": "2011-11-03T12:44:41.698927", +"dc:creator": "IRI" +}, +"id": "997eaa72-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.760838", +"dc:title": "fabien_gandon", +"dc:modified": "2011-11-03T12:44:41.760838", +"dc:creator": "IRI" +}, +"id": "99881ce2-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.676030", +"dc:title": "empirisme", +"dc:modified": "2011-11-03T12:44:41.676030", +"dc:creator": "IRI" +}, +"id": "997b2f28-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.788288", +"dc:title": "nuance", +"dc:modified": "2011-11-03T12:44:41.788288", +"dc:creator": "IRI" +}, +"id": "998c4d80-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.610860", +"dc:title": "métadonnées", +"dc:modified": "2011-11-03T12:44:41.610860", +"dc:creator": "IRI" +}, +"id": "99713aa4-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.610860", +"dc:title": "websemantique", +"dc:modified": "2011-11-03T12:44:41.610860", +"dc:creator": "IRI" +}, +"id": "99713f40-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.621046", +"dc:title": "histoiredesarts", +"dc:modified": "2011-11-03T12:44:41.621046", +"dc:creator": "IRI" +}, +"id": "9972c842-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.625576", +"dc:title": "etalab", +"dc:modified": "2011-11-03T12:44:41.625576", +"dc:creator": "IRI" +}, +"id": "99737c7e-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.681492", +"dc:title": "scalabilité", +"dc:modified": "2011-11-03T12:44:41.681492", +"dc:creator": "IRI" +}, +"id": "997c01dc-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.733070", +"dc:title": "iOs", +"dc:modified": "2011-11-03T12:44:41.733070", +"dc:creator": "IRI" +}, +"id": "9983e424-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.800506", +"dc:title": "c", +"dc:modified": "2011-11-03T12:44:41.800506", +"dc:creator": "IRI" +}, +"id": "998e2a42-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.732300", +"dc:title": "Google", +"dc:modified": "2011-11-03T12:44:41.732300", +"dc:creator": "IRI" +}, +"id": "9983c1ec-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.637198", +"dc:title": "Semantic", +"dc:modified": "2011-11-03T12:44:41.637198", +"dc:creator": "IRI" +}, +"id": "99753f32-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.764191", +"dc:title": "EDIT", +"dc:modified": "2011-11-03T12:44:41.764191", +"dc:creator": "IRI" +}, +"id": "99889f96-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.647203", +"dc:title": "websemantic", +"dc:modified": "2011-11-03T12:44:41.647203", +"dc:creator": "IRI" +}, +"id": "9976ce9c-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.796334", +"dc:title": "nepasetromperdecible", +"dc:modified": "2011-11-03T12:44:41.796334", +"dc:creator": "IRI" +}, +"id": "998d8b96-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.638674", +"dc:title": "Teasing", +"dc:modified": "2011-11-03T12:44:41.638674", +"dc:creator": "IRI" +}, +"id": "997578bc-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.735882", +"dc:title": "merci", +"dc:modified": "2011-11-03T12:44:41.735882", +"dc:creator": "IRI" +}, +"id": "99844dba-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.647203", +"dc:title": "Metadonnees", +"dc:modified": "2011-11-03T12:44:41.647203", +"dc:creator": "IRI" +}, +"id": "9976ca6e-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.688234", +"dc:title": "NCO", +"dc:modified": "2011-11-03T12:44:41.688234", +"dc:creator": "IRI" +}, +"id": "997d0898-0619-11e1-9067-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T12:44:41.796334", +"dc:title": "mauvaisepolitique", +"dc:modified": "2011-11-03T12:44:41.796334", +"dc:creator": "IRI" +}, +"id": "998d872c-0619-11e1-9067-00145ea49a02" +} +], +"lists": [ +{ +"items": [ +{ +"id-ref": "c_F0A74027-B9E8-AF6C-12C8-3BBCBF5BADB8" +} +], +"meta": { +"dc:contributor": "undefined", +"dc:created": "2011-11-03T12:44:41.600331", +"dc:creator": "undefined", +"id-ref": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"dc:title": "Découpages personnels", +"editable": "false", +"dc:modified": "2011-11-03T12:44:41.600331", +"dc:description": "" +}, +"id": "g_5B7955E0-0591-69B8-4658-3BBCBF5B15D1" +}, +{ +"items": [ +{ +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334" +} +], +"meta": { +"dc:contributor": "undefined", +"dc:created": "2011-11-03T12:44:41.605027", +"dc:creator": "undefined", +"id-ref": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"dc:title": "Ensemble Twitter", +"editable": "false", +"dc:modified": "2011-11-03T12:44:41.605027", +"dc:description": "Ensemble Twitter" +}, +"id": "tweet_e610a998-f4ba-45c7-9627-2d15c37ede64" +} +], +"medias": [ +{ +"origin": "0", +"http://advene.liris.cnrs.fr/ns/frame_of_reference/ms": "o=0", +"href": "rtmp://media.iri.centrepompidou.fr/ddc_player/video/ldtplatform/museologie_inaugurale_20111018_flat.f4v", +"meta": { +"dc:contributor": "IRI", +"item": { +"name": "streamer", +"value": "rtmp://media.iri.centrepompidou.fr/ddc_player/" +}, +"dc:created": "2011-10-25T19:06:47.044514", +"dc:duration": 10876600, +"dc:creator": "IRI", +"dc:created.contents": "2011-10-25", +"dc:title": "Muséologie 2011/2012 - Séance inaugurale", +"dc:creator.contents": "IRI", +"dc:modified": "2011-10-25T19:08:58.915436", +"dc:description": "Séance inaugurale Muséologie 2011/2012" +}, +"id": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"unit": "ms" +} +], +"meta": { +"dc:contributor": "admin", +"dc:created": "2011-10-25T19:10:10.538355", +"dc:creator": "admin", +"main_media": { +"id-ref": "76171168-ff2b-11e0-bfbc-00145ea49a02" +}, +"dc:description": "", +"dc:title": "Muséologie 2011/2012 - Séance inaugurale", +"id": "321ae0b0-ff2c-11e0-95c2-00145ea49a02", +"dc:modified": "2011-10-27T00:37:38.276752" +}, +"annotations": [ +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Co-directeur de l'IRI.", +"img": { +"src": "" +}, +"title": "Présentation des intervenants par Vincent Puig", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 0, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_F0A74027-B9E8-AF6C-12C8-3BBCBF5BADB8", +"dc:created": "2011-11-03T12:44:41.600365", +"dc:modified": "2011-11-03T12:44:41.600365", +"dc:creator": "perso" +}, +"end": 265282, +"tags": null, +"color": "16711680", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "s_4C23DCAA-EDAA-ECC0-5B64-41F2E2A09DC8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Délégué adjoint au développement et aux affaires internationales.", +"img": { +"src": "" +}, +"title": "Ouverture du séminaire par Jean-François Chaintreau", +"color": "65382", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 265282, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_F0A74027-B9E8-AF6C-12C8-3BBCBF5BADB8", +"dc:created": "2011-11-03T12:44:41.600365", +"dc:modified": "2011-11-03T12:44:41.600365", +"dc:creator": "perso" +}, +"end": 865659, +"tags": null, +"color": "65382", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "s_D0301B82-9451-9458-FE19-41F3E95B926B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Directeur de l'Institut de Recherche et d'Innovation.", +"img": { +"src": "" +}, +"title": "Bernard Stiegler", +"color": "26265", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 879622, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_F0A74027-B9E8-AF6C-12C8-3BBCBF5BADB8", +"dc:created": "2011-11-03T12:44:41.600365", +"dc:modified": "2011-11-03T12:44:41.600365", +"dc:creator": "perso" +}, +"end": 2722640, +"tags": null, +"color": "26265", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "s_66D7D36D-72B8-1D97-B3A1-41F9D78F8210" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Directrice des programmes de Wikimédia France. Titre de l'intervention : \"Wikimédia : web sémantique ou web social ?\".", +"img": { +"src": "" +}, +"title": "Adrienne Alix", +"color": "10027110", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2750565, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_F0A74027-B9E8-AF6C-12C8-3BBCBF5BADB8", +"dc:created": "2011-11-03T12:44:41.600365", +"dc:modified": "2011-11-03T12:44:41.600365", +"dc:creator": "perso" +}, +"end": 5138111, +"tags": null, +"color": "10027110", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "s_66489AE5-3692-F9B9-D9BD-41FF53E680B7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Responsable Recherche Web et Métadonnées à l'IRI, responsable du séminaire. \"Présentation du séminaire muséologie 2.0.\"", +"img": { +"src": "" +}, +"title": "Alexandre Monnin", +"color": "16777062", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5152073, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_F0A74027-B9E8-AF6C-12C8-3BBCBF5BADB8", +"dc:created": "2011-11-03T12:44:41.600365", +"dc:modified": "2011-11-03T12:44:41.600365", +"dc:creator": "perso" +}, +"end": 7023015, +"tags": null, +"color": "16777062", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "s_00904B14-3E31-EC07-8823-4200B4DDB70A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Chargé de recherche à l'INRIA de Sophia Antipolis. Titre de l'intervention : \"Le Web et ses métadonnées, le territoire et sa carte\".", +"img": { +"src": "" +}, +"title": "Fabien Gandon", +"color": "16737843", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7023016, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_F0A74027-B9E8-AF6C-12C8-3BBCBF5BADB8", +"dc:created": "2011-11-03T12:44:41.600365", +"dc:modified": "2011-11-03T12:44:41.600365", +"dc:creator": "perso" +}, +"end": 9619996, +"tags": null, +"color": "16737843", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "s_B2719E8C-ECE4-20F9-AB4F-4202D89E95CD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Séance de questions-réponses", +"color": "16751052", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9619996, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_F0A74027-B9E8-AF6C-12C8-3BBCBF5BADB8", +"dc:created": "2011-11-03T12:44:41.600365", +"dc:modified": "2011-11-03T12:44:41.600365", +"dc:creator": "perso" +}, +"end": 10876599, +"tags": null, +"color": "16751052", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "s_2D56F86B-F5AA-CA3D-3071-4203126E4049" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En direct de #museoweb avec @gonzagauthier @aamonnz @AdrienneAlix @fabien_gandon @vincentpuig etc ++", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: En direct de #museoweb avec @gonzagauthier @aamonnz @AdrienneAlix @fabien_gandon @vincentpuig etc ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 113000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"En direct de #museoweb avec @gonzagauthier @aamonnz @AdrienneAlix @fabien_gandon @vincentpuig etc ++\",\"created_at\":\"Tue Oct 18 15:06:35 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[13,22]}],\"user_mentions\":[{\"indices\":[28,42],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327},{\"indices\":[43,51],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472},{\"indices\":[52,65],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902},{\"indices\":[66,80],\"id_str\":\"14301911\",\"name\":\"fabien_gandon\",\"screen_name\":\"fabien_gandon\",\"id\":14301911},{\"indices\":[82,94],\"id_str\":\"68424173\",\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126313230850203649\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"default_profile\":false,\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1590,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126313230850203649}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 113000, +"tags": [ +{ +"id-ref": "99708000-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "37df963f-61f8-4104-8598-9488ba8133ee-126313230850203649" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La conférence est diffusée sur le web en streaming #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: La conférence est diffusée sur le web en streaming #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 125000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"La conf\\u00e9rence est diffus\\u00e9e sur le web en streaming #museoweb\",\"created_at\":\"Tue Oct 18 15:06:47 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[51,60]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126313280460423168\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1130,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":186,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":1985,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126313280460423168}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 125000, +"tags": [ +{ +"id-ref": "99708000-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "06169c17-1184-499d-a03a-09c684a754ac-126313280460423168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @ymh_work #museoweb Première séance séminaire muséo en direct sur http://t.co/I0DUkbcE", +"img": { +"src": "http://a1.twimg.com/profile_images/1125092807/af3abe61-0116-483f-ada5-85066f324dfc_normal.png" +}, +"title": "CentrePompidou: RT @ymh_work #museoweb Première séance séminaire muséo en direct sur http://t.co/I0DUkbcE", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 145000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @ymh_work #museoweb Premi\\u00e8re s\\u00e9ance s\\u00e9minaire mus\\u00e9o en direct sur http:\\/\\/t.co\\/I0DUkbcE\",\"created_at\":\"Tue Oct 18 15:07:07 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[13,22]}],\"user_mentions\":[{\"indices\":[3,12],\"id_str\":\"47312923\",\"name\":\"Yves-Marie Haussonne\",\"screen_name\":\"ymh_work\",\"id\":47312923}],\"urls\":[{\"indices\":[69,89],\"url\":\"http:\\/\\/t.co\\/I0DUkbcE\",\"expanded_url\":\"http:\\/\\/goo.gl\\/5DZWG\",\"display_url\":\"goo.gl\\/5DZWG\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126313362224197632\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0e0e0\",\"created_at\":\"Wed Aug 06 10:43:42 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"c90a0a\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292335599\\/twitterhashtags.jpg\",\"followers_count\":24147,\"description\":\"Centre d'arts, pluridisciplinaire et transversal ouvert \\u00e0 tous les publics\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"0f0d21\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/292335599\\/twitterhashtags.jpg\",\"favourites_count\":6,\"id_str\":\"15748390\",\"listed_count\":1839,\"friends_count\":225,\"profile_link_color\":\"c90a0a\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1125092807\\/af3abe61-0116-483f-ada5-85066f324dfc_normal.png\",\"screen_name\":\"centrepompidou\",\"name\":\"CentrePompidou\",\"statuses_count\":3652,\"verified\":false,\"profile_background_color\":\"fcfcfc\",\"id\":15748390,\"default_profile\":false,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1125092807\\/af3abe61-0116-483f-ada5-85066f324dfc_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126313362224197632}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 145000, +"tags": [ +{ +"id-ref": "99708000-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "c96b41a2-9210-44d6-87a2-5b7582e54a70-126313362224197632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb VP == convergence du web sémantique et du web des musées http://t.co/dQsm7A8N", +"img": { +"src": "http://a1.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg" +}, +"title": "nicolasauret: #museoweb VP == convergence du web sémantique et du web des musées http://t.co/dQsm7A8N", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 169000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb VP == convergence du web s\\u00e9mantique et du web des mus\\u00e9es http:\\/\\/t.co\\/dQsm7A8N\",\"created_at\":\"Tue Oct 18 15:07:31 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[{\"indices\":[67,87],\"url\":\"http:\\/\\/t.co\\/dQsm7A8N\",\"expanded_url\":\"http:\\/\\/4sq.com\\/pDthzQ\",\"display_url\":\"4sq.com\\/pDthzQ\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126313465999667200\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Thu May 05 08:31:25 +0000 2011\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":93,\"description\":\"Founder of Inflammable Productions, producer for new media + project manager @IRI Centre Pompidou\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.inflammableproductions.com\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":1,\"id_str\":\"293395401\",\"listed_count\":6,\"friends_count\":74,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1339638568\\/photoNicoS_normal.jpg\",\"screen_name\":\"nicolasauret\",\"name\":\"nicolasauret\",\"statuses_count\":296,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":293395401,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1339638568\\/photoNicoS_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126313465999667200}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 169000, +"tags": [ +{ +"id-ref": "99708000-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "50ea920f-e61c-4fd2-ba54-206fdae03022-126313465999667200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @centrepompidou: RT @ymh_work #museoweb Première séance séminaire muséo en direct sur http://t.co/I0DUkbcE", +"img": { +"src": "http://a3.twimg.com/profile_images/1557046949/kandinsky_gugg_0910_16_normal.jpg" +}, +"title": "marina rossi: RT @centrepompidou: RT @ymh_work #museoweb Première séance séminaire muséo en direct sur http://t.co/I0DUkbcE", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 239000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @centrepompidou: RT @ymh_work #museoweb Premi\\u00e8re s\\u00e9ance s\\u00e9minaire mus\\u00e9o en direct sur http:\\/\\/t.co\\/I0DUkbcE\",\"created_at\":\"Tue Oct 18 15:08:41 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[33,42]}],\"user_mentions\":[{\"indices\":[3,18],\"id_str\":\"15748390\",\"name\":\"CentrePompidou\",\"screen_name\":\"centrepompidou\",\"id\":15748390},{\"indices\":[23,32],\"id_str\":\"47312923\",\"name\":\"Yves-Marie Haussonne\",\"screen_name\":\"ymh_work\",\"id\":47312923}],\"urls\":[{\"indices\":[89,109],\"url\":\"http:\\/\\/t.co\\/I0DUkbcE\",\"expanded_url\":\"http:\\/\\/goo.gl\\/5DZWG\",\"display_url\":\"goo.gl\\/5DZWG\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126313757998714881\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @ymh_work #museoweb Premi\\u00e8re s\\u00e9ance s\\u00e9minaire mus\\u00e9o en direct sur http:\\/\\/t.co\\/I0DUkbcE\",\"created_at\":\"Tue Oct 18 15:07:07 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[13,22]}],\"user_mentions\":[{\"indices\":[3,12],\"id_str\":\"47312923\",\"name\":\"Yves-Marie Haussonne\",\"screen_name\":\"ymh_work\",\"id\":47312923}],\"urls\":[{\"indices\":[69,89],\"url\":\"http:\\/\\/t.co\\/I0DUkbcE\",\"expanded_url\":\"http:\\/\\/goo.gl\\/5DZWG\",\"display_url\":\"goo.gl\\/5DZWG\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126313362224197632\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0e0e0\",\"default_profile\":false,\"created_at\":\"Wed Aug 06 10:43:42 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"c90a0a\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292335599\\/twitterhashtags.jpg\",\"followers_count\":24147,\"description\":\"Centre d'arts, pluridisciplinaire et transversal ouvert \\u00e0 tous les publics\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"0f0d21\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/292335599\\/twitterhashtags.jpg\",\"favourites_count\":6,\"id_str\":\"15748390\",\"listed_count\":1839,\"friends_count\":225,\"profile_link_color\":\"c90a0a\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1125092807\\/af3abe61-0116-483f-ada5-85066f324dfc_normal.png\",\"screen_name\":\"centrepompidou\",\"name\":\"CentrePompidou\",\"statuses_count\":3652,\"verified\":false,\"profile_background_color\":\"fcfcfc\",\"id\":15748390,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1125092807\\/af3abe61-0116-483f-ada5-85066f324dfc_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126313362224197632},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F6F6F6\",\"default_profile\":false,\"created_at\":\"Mon Mar 22 01:15:33 +0000 2010\",\"lang\":\"it\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"EEEEEE\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":9,\"description\":\"\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"0fc7ff\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":7,\"id_str\":\"125193669\",\"listed_count\":0,\"friends_count\":172,\"profile_link_color\":\"303152\",\"protected\":false,\"location\":\"italy\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1557046949\\/kandinsky_gugg_0910_16_normal.jpg\",\"screen_name\":\"kandy9000\",\"name\":\"marina rossi\",\"statuses_count\":191,\"verified\":false,\"profile_background_color\":\"0affeb\",\"id\":125193669,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1557046949\\/kandinsky_gugg_0910_16_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126313757998714881}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 239000, +"tags": [ +{ +"id-ref": "99708000-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "9dfcb6ef-da44-448c-a61d-51190335ac8d-126313757998714881" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "+1 RT @gonzagauthier Conférence #museoweb (@ Centre Pompidou (CNAC)) http://t.co/NXtGha4X", +"img": { +"src": "http://a1.twimg.com/profile_images/1219841315/lionel-sbook_normal.jpg" +}, +"title": "L. Natarianni: +1 RT @gonzagauthier Conférence #museoweb (@ Centre Pompidou (CNAC)) http://t.co/NXtGha4X", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 278000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"+1 RT @gonzagauthier Conf\\u00e9rence #museoweb (@ Centre Pompidou (CNAC)) http:\\/\\/t.co\\/NXtGha4X\",\"created_at\":\"Tue Oct 18 15:09:20 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[32,41]}],\"user_mentions\":[{\"indices\":[6,20],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327}],\"urls\":[{\"indices\":[69,89],\"url\":\"http:\\/\\/t.co\\/NXtGha4X\",\"expanded_url\":\"http:\\/\\/4sq.com\\/pDthzQ\",\"display_url\":\"4sq.com\\/pDthzQ\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126313922121838592\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"efefef\",\"default_profile\":false,\"created_at\":\"Thu Dec 11 13:30:58 +0000 2008\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"eeeeee\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/80051491\\/twilk_background_4b8e2d0612f83.jpg\",\"followers_count\":299,\"description\":\"Researcher, Trend tracker, Telecomunications & Social Media.\\r\\nReal-Time Web addict\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/80051491\\/twilk_background_4b8e2d0612f83.jpg\",\"favourites_count\":2784,\"id_str\":\"18047103\",\"listed_count\":19,\"friends_count\":580,\"profile_link_color\":\"009999\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1219841315\\/lionel-sbook_normal.jpg\",\"screen_name\":\"lionnoge\",\"name\":\"L. Natarianni\",\"statuses_count\":1926,\"verified\":false,\"profile_background_color\":\"131516\",\"id\":18047103,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1219841315\\/lionel-sbook_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126313922121838592}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 278000, +"tags": [ +{ +"id-ref": "99708000-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b332079f-0562-4819-a137-74b11bbafdc1-126313922121838592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#MuseoWeb Bcp d'inscrits à cette 1ère séance ! Alors je suis à distance et en live >> http://t.co/xe76xz08", +"img": { +"src": "http://a0.twimg.com/profile_images/380566620/arton2047_normal.jpg" +}, +"title": "Coline Aunis: #MuseoWeb Bcp d'inscrits à cette 1ère séance ! Alors je suis à distance et en live >> http://t.co/xe76xz08", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 321000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#MuseoWeb Bcp d'inscrits \\u00e0 cette 1\\u00e8re s\\u00e9ance ! Alors je suis \\u00e0 distance et en live >> http:\\/\\/t.co\\/xe76xz08\",\"created_at\":\"Tue Oct 18 15:10:03 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"MuseoWeb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[{\"indices\":[92,112],\"url\":\"http:\\/\\/t.co\\/xe76xz08\",\"expanded_url\":\"http:\\/\\/goo.gl\\/zV6qo\",\"display_url\":\"goo.gl\\/zV6qo\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126314102141362177\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DAECF4\",\"created_at\":\"Tue Aug 25 10:14:38 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"C6E2EE\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"followers_count\":420,\"description\":\"#Web #NewMedia #NewTech #CM @ArtsetMetiers \\/\\/\\r\\n#MuseoGeek & \\u271a\\u271a \\/ \\u2600 \\/ \\uf8ff \\/\\/\",\"geo_enabled\":true,\"profile_use_background_image\":false,\"url\":\"http:\\/\\/arts-et-metiers.net\",\"following\":null,\"profile_text_color\":\"663B12\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"favourites_count\":81,\"id_str\":\"68658539\",\"listed_count\":36,\"friends_count\":409,\"profile_link_color\":\"1F98C7\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\",\"screen_name\":\"Lilmount\",\"name\":\"Coline Aunis\",\"statuses_count\":2004,\"verified\":false,\"profile_background_color\":\"C6E2EE\",\"id\":68658539,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126314102141362177}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 321000, +"tags": [ +{ +"id-ref": "99708000-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "080edaf6-3e59-48e9-b69b-e9a3a5ed7af7-126314102141362177" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @centrepompidou A partir de 17h, suivez la conférence \"L'enjeu des #métadonnées et données pr la convergence du #websemantique\" #MuseoWeb", +"img": { +"src": "http://a0.twimg.com/profile_images/380566620/arton2047_normal.jpg" +}, +"title": "Coline Aunis: RT @centrepompidou A partir de 17h, suivez la conférence \"L'enjeu des #métadonnées et données pr la convergence du #websemantique\" #MuseoWeb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 436000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @centrepompidou A partir de 17h, suivez la conf\\u00e9rence \\\"L'enjeu des #m\\u00e9tadonn\\u00e9es et donn\\u00e9es pr la convergence du #websemantique\\\" #MuseoWeb\",\"created_at\":\"Tue Oct 18 15:11:58 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"m\\u00e9tadonn\\u00e9es\",\"indices\":[70,82]},{\"text\":\"websemantique\",\"indices\":[115,129]},{\"text\":\"MuseoWeb\",\"indices\":[131,140]}],\"user_mentions\":[{\"indices\":[3,18],\"id_str\":\"15748390\",\"name\":\"CentrePompidou\",\"screen_name\":\"centrepompidou\",\"id\":15748390}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126314584297586688\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DAECF4\",\"default_profile\":false,\"created_at\":\"Tue Aug 25 10:14:38 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"C6E2EE\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"followers_count\":420,\"description\":\"#Web #NewMedia #NewTech #CM @ArtsetMetiers \\/\\/\\r\\n#MuseoGeek & \\u271a\\u271a \\/ \\u2600 \\/ \\uf8ff \\/\\/\",\"geo_enabled\":true,\"profile_use_background_image\":false,\"url\":\"http:\\/\\/arts-et-metiers.net\",\"following\":null,\"profile_text_color\":\"663B12\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"favourites_count\":81,\"id_str\":\"68658539\",\"listed_count\":36,\"friends_count\":409,\"profile_link_color\":\"1F98C7\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\",\"screen_name\":\"Lilmount\",\"name\":\"Coline Aunis\",\"statuses_count\":2006,\"verified\":false,\"profile_background_color\":\"C6E2EE\",\"id\":68658539,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126314584297586688}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 436000, +"tags": [ +{ +"id-ref": "99708000-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99713aa4-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99713f40-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "11dec33c-85b9-4bf8-b449-ca83369489ed-126314584297586688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "3 priorités pour le MCC: numérisation, recherche culturelle et innovation numérique + lien avec enseignement supérieur culture #museoweb", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: 3 priorités pour le MCC: numérisation, recherche culturelle et innovation numérique + lien avec enseignement supérieur culture #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 478000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"3 priorit\\u00e9s pour le MCC: num\\u00e9risation, recherche culturelle et innovation num\\u00e9rique + lien avec enseignement sup\\u00e9rieur culture #museoweb\",\"created_at\":\"Tue Oct 18 15:12:40 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[127,136]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126314762677125120\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"default_profile\":false,\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1592,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126314762677125120}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 478000, +"tags": [ +{ +"id-ref": "99713f40-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "a77a2554-ffb9-43b7-a0ed-28f18ca24a6e-126314762677125120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "JF Chaintreau, chef du SCPCI : il y a un effort historique très ancien, une priorité liée à la numérisation du patrimoine culturel #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: JF Chaintreau, chef du SCPCI : il y a un effort historique très ancien, une priorité liée à la numérisation du patrimoine culturel #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 488000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"JF Chaintreau, chef du SCPCI : il y a un effort historique tr\\u00e8s ancien, une priorit\\u00e9 li\\u00e9e \\u00e0 la num\\u00e9risation du patrimoine culturel #museoweb\",\"created_at\":\"Tue Oct 18 15:12:50 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[131,140]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126314804519514112\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1130,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"default_profile\":false,\"statuses_count\":1986,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126314804519514112}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 488000, +"tags": [ +{ +"id-ref": "99713f40-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "0fa39223-ac16-4b07-824e-c810b72291c4-126314804519514112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Le séminaire de recherche est lié aux structures d'enseignement, pour que les étudiants valorisent leur savoir. ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Le séminaire de recherche est lié aux structures d'enseignement, pour que les étudiants valorisent leur savoir. ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 523000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Le s\\u00e9minaire de recherche est li\\u00e9 aux structures d'enseignement, pour que les \\u00e9tudiants valorisent leur savoir. ++\",\"created_at\":\"Tue Oct 18 15:13:25 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126314948203786241\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":727,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7474,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126314948203786241}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 523000, +"tags": [ +{ +"id-ref": "99713f40-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "3f51fc0c-9d33-4b1a-ac4a-902d96ebd144-126314948203786241" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb JF Chaintreau plaide pour le service public numérique++", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb JF Chaintreau plaide pour le service public numérique++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 563000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb JF Chaintreau plaide pour le service public num\\u00e9rique++\",\"created_at\":\"Tue Oct 18 15:14:05 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126315117947269121\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":172,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":343,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126315117947269121}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 563000, +"tags": [ +{ +"id-ref": "99713f40-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "3996b980-72cd-467d-a7f7-fe039c43b8cf-126315117947269121" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "JFC : l'offre numérique culturelle ne se confond ps ac la numérisation, c'est ce que j'appelle le \"service public #numérique\" #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: JFC : l'offre numérique culturelle ne se confond ps ac la numérisation, c'est ce que j'appelle le \"service public #numérique\" #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 565000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"JFC : l'offre num\\u00e9rique culturelle ne se confond ps ac la num\\u00e9risation, c'est ce que j'appelle le \\\"service public #num\\u00e9rique\\\" #museoweb\",\"created_at\":\"Tue Oct 18 15:14:07 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"num\\u00e9rique\",\"indices\":[114,124]},{\"text\":\"museoweb\",\"indices\":[126,135]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126315127128604675\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1130,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"default_profile\":false,\"statuses_count\":1987,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126315127128604675}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 565000, +"tags": [ +{ +"id-ref": "99713f40-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "9971c316-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "7cc158bb-978b-4493-919d-6fa9fc7f64c2-126315127128604675" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"J'insiste sur la notion service public du numérique, important pr chercheurs et citoyens contre la privatisation des données\" ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb \"J'insiste sur la notion service public du numérique, important pr chercheurs et citoyens contre la privatisation des données\" ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 584000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"text\":\"#museoweb \\\"J'insiste sur la notion service public du num\\u00e9rique, important pr chercheurs et citoyens contre la privatisation des donn\\u00e9es\\\" ++\",\"created_at\":\"Tue Oct 18 15:14:26 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"place\":null,\"geo\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"coordinates\":null,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"id_str\":\"126315205595627521\",\"user\":{\"statuses_count\":7475,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_tile\":false,\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"default_profile_image\":false,\"default_profile\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"lang\":\"fr\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"url\":null,\"follow_request_sent\":null,\"following\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":727,\"geo_enabled\":false,\"profile_use_background_image\":true,\"profile_text_color\":\"333333\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"is_translator\":false,\"notifications\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"id\":136900327,\"utc_offset\":3600,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"in_reply_to_status_id\":null,\"id\":126315205595627521}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 584000, +"tags": [ +{ +"id-ref": "9971c316-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "64406fc3-c911-44d8-8fae-b20e2212e0e0-126315205595627521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "conférence #museoweb @centrepompidou sur http://t.co/50AYubDA", +"img": { +"src": "http://a0.twimg.com/profile_images/1377869165/IMG_0968_2_normal.gif" +}, +"title": "domingoslepores: conférence #museoweb @centrepompidou sur http://t.co/50AYubDA", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 607000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"conf\\u00e9rence #museoweb @centrepompidou sur http:\\/\\/t.co\\/50AYubDA\",\"created_at\":\"Tue Oct 18 15:14:49 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[11,20]}],\"user_mentions\":[{\"indices\":[21,36],\"id_str\":\"15748390\",\"name\":\"CentrePompidou\",\"screen_name\":\"centrepompidou\",\"id\":15748390}],\"urls\":[{\"indices\":[41,61],\"url\":\"http:\\/\\/t.co\\/50AYubDA\",\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/2011-2012-museo-ouverture\\/client.php\",\"display_url\":\"polemictweet.com\\/2011-2012-muse\\u2026\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126315301359980544\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Tue Jul 07 02:34:05 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":10,\"description\":\"i just dropped by to say hello\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":1,\"id_str\":\"54421093\",\"listed_count\":0,\"friends_count\":92,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1377869165\\/IMG_0968_2_normal.gif\",\"screen_name\":\"domingoslepores\",\"name\":\"domingoslepores\",\"default_profile\":true,\"statuses_count\":7,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":54421093,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1377869165\\/IMG_0968_2_normal.gif\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126315301359980544}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 607000, +"tags": [ +{ +"id-ref": "9971c316-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "36ee651a-eff6-443a-9ed2-a70ef35a1a3d-126315301359980544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "JFC : en 2010 appel a projets services numériques culturels innovants - liste des 62 projets soutenus sur culturelabs #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: JFC : en 2010 appel a projets services numériques culturels innovants - liste des 62 projets soutenus sur culturelabs #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 641000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"JFC : en 2010 appel a projets services num\\u00e9riques culturels innovants - liste des 62 projets soutenus sur culturelabs #museoweb\",\"created_at\":\"Tue Oct 18 15:15:23 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[118,127]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126315444993921025\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1130,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":1988,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"default_profile\":false,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126315444993921025}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 641000, +"tags": [ +{ +"id-ref": "9971c316-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "44d65017-ff6e-4f52-9812-62bd985b2380-126315444993921025" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb CultureLabs présente les projets Services Culturels innovants dont deux projets de l'Iri ++", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb CultureLabs présente les projets Services Culturels innovants dont deux projets de l'Iri ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 642000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb CultureLabs pr\\u00e9sente les projets Services Culturels innovants dont deux projets de l'Iri ++\",\"created_at\":\"Tue Oct 18 15:15:24 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126315449532166144\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":172,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":344,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126315449532166144}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 642000, +"tags": [ +{ +"id-ref": "9971c316-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "46dc097c-e205-44b2-a1b4-992d6ddd5612-126315449532166144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Appel à projet: soutenir des usages nouveaux du numérique, à partir du 28 novembre (pour 2012)", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Appel à projet: soutenir des usages nouveaux du numérique, à partir du 28 novembre (pour 2012)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 685000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Appel \\u00e0 projet: soutenir des usages nouveaux du num\\u00e9rique, \\u00e0 partir du 28 novembre (pour 2012)\",\"created_at\":\"Tue Oct 18 15:16:07 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126315628272427010\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":727,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7476,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"default_profile\":true,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126315628272427010}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 685000, +"tags": [ +{ +"id-ref": "9971c316-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "7fade754-7760-482b-8ecc-6cd5f90d034a-126315628272427010" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "2012: appel a projet pour des services numériques innovants (cf culturelab) sera lancé le 28/11 #museoweb", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: 2012: appel a projet pour des services numériques innovants (cf culturelab) sera lancé le 28/11 #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 696000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"2012: appel a projet pour des services num\\u00e9riques innovants (cf culturelab) sera lanc\\u00e9 le 28\\/11 #museoweb\",\"created_at\":\"Tue Oct 18 15:16:18 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[96,105]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126315673910644736\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"default_profile\":false,\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1592,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126315673910644736}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 696000, +"tags": [ +{ +"id-ref": "9971c316-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b1272805-4555-4f19-bc01-55fdf4cc9f88-126315673910644736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Trying hard to follow a conference in French and its debate on Twitter #museoWeb", +"img": { +"src": "http://a3.twimg.com/profile_images/1585449430/Picture_5_normal.png" +}, +"title": "Andrea Cevenini: Trying hard to follow a conference in French and its debate on Twitter #museoWeb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 744000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Trying hard to follow a conference in French and its debate on Twitter #museoWeb\",\"created_at\":\"Tue Oct 18 15:17:06 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoWeb\",\"indices\":[71,80]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126315875883159552\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"E6F6F9\",\"created_at\":\"Mon Oct 03 10:38:31 +0000 2011\",\"lang\":\"en\",\"time_zone\":null,\"profile_sidebar_border_color\":\"DBE9ED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"followers_count\":29,\"description\":\"European Designer.\\r\\n\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.andreacevenini.com\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"favourites_count\":2,\"id_str\":\"384249937\",\"listed_count\":1,\"friends_count\":112,\"profile_link_color\":\"CC3366\",\"protected\":false,\"location\":\"K\\u00f6ln \\/ Paris \\/ Milan\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1585449430\\/Picture_5_normal.png\",\"screen_name\":\"ACevenini\",\"name\":\"Andrea Cevenini\",\"statuses_count\":52,\"verified\":false,\"profile_background_color\":\"DBE9ED\",\"id\":384249937,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1585449430\\/Picture_5_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126315875883159552}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 744000, +"tags": [ +{ +"id-ref": "9971c316-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "349d267b-ed8d-4d5d-8f33-bf15ee226492-126315875883159552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb 28 novembre: lancement de l'appel à Service Culturel innovant pour 2012", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb 28 novembre: lancement de l'appel à Service Culturel innovant pour 2012", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 765000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb 28 novembre: lancement de l'appel \\u00e0 Service Culturel innovant pour 2012\",\"created_at\":\"Tue Oct 18 15:17:27 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126315965607723008\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":172,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":true,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":345,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126315965607723008}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 765000, +"tags": [ +{ +"id-ref": "9971c316-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "20cb3c6c-05a8-4130-b257-52fb45997151-126315965607723008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"nous essayons de faire évoluer le portail 'histoire des arts', pour ouvrir des perspectives de coopérations\"", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb \"nous essayons de faire évoluer le portail 'histoire des arts', pour ouvrir des perspectives de coopérations\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 767000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"nous essayons de faire \\u00e9voluer le portail 'histoire des arts', pour ouvrir des perspectives de coop\\u00e9rations\\\"\",\"created_at\":\"Tue Oct 18 15:17:29 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126315972821921792\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":727,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":true,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7477,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126315972821921792}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 767000, +"tags": [ +{ +"id-ref": "9971c316-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "89f14abd-d34e-42a9-970c-9b1ff9e089fe-126315972821921792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "JFC : soutien du SG a l'IRI via le portail #histoiredesarts destiné a regrouper les ressources pédagogiques pr les enseignants #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: JFC : soutien du SG a l'IRI via le portail #histoiredesarts destiné a regrouper les ressources pédagogiques pr les enseignants #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 769000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"JFC : soutien du SG a l'IRI via le portail #histoiredesarts destin\\u00e9 a regrouper les ressources p\\u00e9dagogiques pr les enseignants #museoweb\",\"created_at\":\"Tue Oct 18 15:17:31 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"histoiredesarts\",\"indices\":[43,59]},{\"text\":\"museoweb\",\"indices\":[127,136]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126315982913421313\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"default_profile\":false,\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1130,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":1989,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126315982913421313}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 769000, +"tags": [ +{ +"id-ref": "9972c842-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "9972c842-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b57ee2ac-dcb6-4b88-a4c2-c2448493bdae-126315982913421313" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#MuseoWeb le stream video ici : http://t.co/G41ju88r vous pouvez utiliser ++ , -- , == , ?? pour positionner vos tweets", +"img": { +"src": "None" +}, +"title": "IRI Polemic Tweet: #MuseoWeb le stream video ici : http://t.co/G41ju88r vous pouvez utiliser ++ , -- , == , ?? pour positionner vos tweets", +"color": "16763904", +"polemics": [ +"Q", +"KO", +"OK", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 818000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#MuseoWeb le stream video ici : http:\\/\\/t.co\\/G41ju88r vous pouvez utiliser ++ , -- , == , ?? pour positionner vos tweets\",\"created_at\":\"Tue Oct 18 15:18:20 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"MuseoWeb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[{\"indices\":[33,53],\"url\":\"http:\\/\\/t.co\\/G41ju88r\",\"expanded_url\":\"http:\\/\\/goo.gl\\/GmurC\",\"display_url\":\"goo.gl\\/GmurC\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126316187935178753\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Fri Apr 08 11:03:27 +0000 2011\",\"lang\":\"fr\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":33,\"description\":\"System which allows live event followers to twitt bearing an engaged position in reaction to live or recorded talks and media programs, and consequently to \",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/polemictweet.com\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":40,\"id_str\":\"278987636\",\"listed_count\":3,\"friends_count\":145,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1368500311\\/Capture_d__cran_2011-05-25___16.47.31_normal.png\",\"screen_name\":\"PolemicTweet\",\"name\":\"IRI Polemic Tweet\",\"statuses_count\":230,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":278987636,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1368500311\\/Capture_d__cran_2011-05-25___16.47.31_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126316187935178753}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 818000, +"tags": [ +{ +"id-ref": "9972c842-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "7e23481b-c26b-4e58-b563-d9f118b1c57d-126316187935178753" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "nouvelles perspectives offertes par le web sémantique et l'open Data ++ #museoweb", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: nouvelles perspectives offertes par le web sémantique et l'open Data ++ #museoweb", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 834000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"nouvelles perspectives offertes par le web s\\u00e9mantique et l'open Data ++ #museoweb\",\"created_at\":\"Tue Oct 18 15:18:36 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[72,81]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126316252800094208\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"default_profile\":false,\"statuses_count\":1594,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126316252800094208}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 834000, +"tags": [ +{ +"id-ref": "9972c842-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "8bf59dfc-2d45-46d8-84ee-e7c5f98c91f9-126316252800094208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Ça discute de @Etalab et libre disposition de l'accès citoyen, en évitant l'absorption par les partenaires. ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Ça discute de @Etalab et libre disposition de l'accès citoyen, en évitant l'absorption par les partenaires. ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 857000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\u00c7a discute de @Etalab et libre disposition de l'acc\\u00e8s citoyen, en \\u00e9vitant l'absorption par les partenaires. ++\",\"created_at\":\"Tue Oct 18 15:18:59 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[24,31],\"id_str\":\"311880926\",\"name\":\"Etalab\",\"screen_name\":\"Etalab\",\"id\":311880926}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126316351622098945\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":727,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"default_profile\":true,\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7478,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126316351622098945}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 857000, +"tags": [ +{ +"id-ref": "9972c842-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "21ec2a60-a443-4139-9ee6-b568d3d3b9a1-126316351622098945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Initiative EtatLab pour la mise à disposition des données publiques", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb Initiative EtatLab pour la mise à disposition des données publiques", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 881000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Initiative EtatLab pour la mise \\u00e0 disposition des donn\\u00e9es publiques\",\"created_at\":\"Tue Oct 18 15:19:23 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126316450200825856\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":172,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":346,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126316450200825856}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 881000, +"tags": [ +{ +"id-ref": "9972c842-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "f13bfdb9-9082-4ca2-ac2c-5c15a5b9de49-126316450200825856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @vincentpuig: #museoweb 28 novembre: lancement de l'appel à Service Culturel innovant pour 2012", +"img": { +"src": "http://a0.twimg.com/profile_images/380566620/arton2047_normal.jpg" +}, +"title": "Coline Aunis: RT @vincentpuig: #museoweb 28 novembre: lancement de l'appel à Service Culturel innovant pour 2012", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 894000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @vincentpuig: #museoweb 28 novembre: lancement de l'appel \\u00e0 Service Culturel innovant pour 2012\",\"created_at\":\"Tue Oct 18 15:19:36 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[17,26]}],\"user_mentions\":[{\"indices\":[3,15],\"id_str\":\"68424173\",\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126316507776040962\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb 28 novembre: lancement de l'appel \\u00e0 Service Culturel innovant pour 2012\",\"created_at\":\"Tue Oct 18 15:17:27 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126315965607723008\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":172,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":346,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126315965607723008},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DAECF4\",\"created_at\":\"Tue Aug 25 10:14:38 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"C6E2EE\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"followers_count\":420,\"description\":\"#Web #NewMedia #NewTech #CM @ArtsetMetiers \\/\\/\\r\\n#MuseoGeek & \\u271a\\u271a \\/ \\u2600 \\/ \\uf8ff \\/\\/\",\"geo_enabled\":true,\"profile_use_background_image\":false,\"url\":\"http:\\/\\/arts-et-metiers.net\",\"following\":null,\"profile_text_color\":\"663B12\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"favourites_count\":81,\"id_str\":\"68658539\",\"listed_count\":36,\"friends_count\":409,\"profile_link_color\":\"1F98C7\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\",\"screen_name\":\"Lilmount\",\"name\":\"Coline Aunis\",\"statuses_count\":2007,\"verified\":false,\"profile_background_color\":\"C6E2EE\",\"id\":68658539,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126316507776040962}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 894000, +"tags": [ +{ +"id-ref": "9972c842-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "cd639cb5-e587-4708-b942-5548e9abf9d2-126316507776040962" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "JFC : initiative #etalab doit veiller a ce que l'eco num se développe en ne touchant pas a la libre disposition des serv citoyens #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: JFC : initiative #etalab doit veiller a ce que l'eco num se développe en ne touchant pas a la libre disposition des serv citoyens #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 916000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"JFC : initiative #etalab doit veiller a ce que l'eco num se d\\u00e9veloppe en ne touchant pas a la libre disposition des serv citoyens #museoweb\",\"created_at\":\"Tue Oct 18 15:19:58 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"etalab\",\"indices\":[17,24]},{\"text\":\"museoweb\",\"indices\":[130,139]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126316596850470912\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1130,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":1990,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126316596850470912}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 916000, +"tags": [ +{ +"id-ref": "99737c7e-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99737c7e-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "bd318747-06a7-4b2c-8244-b5d03605e64e-126316596850470912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#MuseoWeb RT @Lilmount: Bcp d'inscrits à cette 1ère séance ! Alors je suis à distance et en live >> http://t.co/QvPh0Quo <+1", +"img": { +"src": "http://a3.twimg.com/profile_images/654197661/omer_twiitter_20100125_normal.jpg" +}, +"title": "Omer Pesquer: #MuseoWeb RT @Lilmount: Bcp d'inscrits à cette 1ère séance ! Alors je suis à distance et en live >> http://t.co/QvPh0Quo <+1", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 932000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"text\":\"#MuseoWeb RT @Lilmount: Bcp d'inscrits \\u00e0 cette 1\\u00e8re s\\u00e9ance ! Alors je suis \\u00e0 distance et en live >> http:\\/\\/t.co\\/QvPh0Quo <+1\",\"created_at\":\"Tue Oct 18 15:20:14 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"MuseoWeb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[13,22],\"name\":\"Coline Aunis\",\"screen_name\":\"Lilmount\",\"id_str\":\"68658539\",\"id\":68658539}],\"urls\":[{\"indices\":[107,127],\"url\":\"http:\\/\\/t.co\\/QvPh0Quo\",\"expanded_url\":\"http:\\/\\/goo.gl\\/zV6qo\",\"display_url\":\"goo.gl\\/zV6qo\"}]},\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"place\":null,\"geo\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"coordinates\":null,\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"id_str\":\"126316663435046914\",\"user\":{\"statuses_count\":6649,\"verified\":false,\"profile_background_color\":\"bababa\",\"profile_background_tile\":true,\"created_at\":\"Sat Oct 04 16:26:51 +0000 2008\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\",\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"lang\":\"fr\",\"profile_sidebar_fill_color\":\"f5f5f5\",\"description\":\"Consultant Internet Freelance - secteur culturel (#mus\\u00e9e, #artsvisuels) & Cr\\u00e9ateur de dispositifs Web singuliers (#Outrepart, #MotBot, #UnTitre)\",\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a67f13\",\"url\":\"http:\\/\\/omer.mobi\\/\",\"follow_request_sent\":null,\"following\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"followers_count\":1315,\"geo_enabled\":false,\"profile_use_background_image\":true,\"profile_text_color\":\"333333\",\"protected\":false,\"location\":\"Paris - France\",\"is_translator\":false,\"notifications\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"favourites_count\":1095,\"screen_name\":\"_omr\",\"name\":\"Omer Pesquer\",\"id_str\":\"16592723\",\"listed_count\":164,\"friends_count\":895,\"profile_link_color\":\"0084b4\",\"id\":16592723,\"utc_offset\":3600,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":126316663435046914}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 932000, +"tags": [ +{ +"id-ref": "99737c7e-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "e7dc1b6a-5052-4ad4-8985-9d1c94c4b7cd-126316663435046914" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bernard Stiegler : \"il y a autour de l'avenir du web bcp de polémiques, notamment sur le rôle du #websemantique\" #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Bernard Stiegler : \"il y a autour de l'avenir du web bcp de polémiques, notamment sur le rôle du #websemantique\" #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 992000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Bernard Stiegler : \\\"il y a autour de l'avenir du web bcp de pol\\u00e9miques, notamment sur le r\\u00f4le du #websemantique\\\" #museoweb\",\"created_at\":\"Tue Oct 18 15:21:14 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"websemantique\",\"indices\":[97,111]},{\"text\":\"museoweb\",\"indices\":[113,122]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126316916884242432\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1130,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":1991,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126316916884242432}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 992000, +"tags": [ +{ +"id-ref": "99737c7e-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99737c7e-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "63c10c33-3b8a-471e-bc32-97d98aebb79f-126316916884242432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Pas d'opposition, mais une composition entre web #semantique et web social. ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Pas d'opposition, mais une composition entre web #semantique et web social. ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1034000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Pas d'opposition, mais une composition entre web #semantique et web social. ++\",\"created_at\":\"Tue Oct 18 15:21:56 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"semantique\",\"indices\":[59,70]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126317091010781184\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7479,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126317091010781184}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1034000, +"tags": [ +{ +"id-ref": "99737c7e-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "9973ce0e-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "3ca6bd26-0787-4a60-894a-b3d79b79cd9c-126317091010781184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "B. Stiegler : pas d'opposition entre web sémantique et web social, mais composition entre tendances bottom-up/top-down ++ #museoweb", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: B. Stiegler : pas d'opposition entre web sémantique et web social, mais composition entre tendances bottom-up/top-down ++ #museoweb", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1049000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"B. Stiegler : pas d'opposition entre web s\\u00e9mantique et web social, mais composition entre tendances bottom-up\\/top-down ++ #museoweb\",\"created_at\":\"Tue Oct 18 15:22:11 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[122,131]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126317155619840001\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"default_profile\":false,\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1595,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126317155619840001}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1049000, +"tags": [ +{ +"id-ref": "9973ce0e-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "7bddf9dd-0369-491b-935b-d529c42492aa-126317155619840001" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb BS: pas d'opposition entre web sémantique et web social, mais une composition ++", +"img": { +"src": "http://a1.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg" +}, +"title": "nicolasauret: #museoweb BS: pas d'opposition entre web sémantique et web social, mais une composition ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1050000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb BS: pas d'opposition entre web s\\u00e9mantique et web social, mais une composition ++\",\"created_at\":\"Tue Oct 18 15:22:12 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126317158497140738\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Thu May 05 08:31:25 +0000 2011\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":93,\"description\":\"Founder of Inflammable Productions, producer for new media + project manager @IRI Centre Pompidou\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.inflammableproductions.com\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":1,\"id_str\":\"293395401\",\"default_profile\":true,\"listed_count\":6,\"friends_count\":74,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1339638568\\/photoNicoS_normal.jpg\",\"screen_name\":\"nicolasauret\",\"name\":\"nicolasauret\",\"statuses_count\":297,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":293395401,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1339638568\\/photoNicoS_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126317158497140738}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1050000, +"tags": [ +{ +"id-ref": "9973ce0e-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "2e9516a6-f067-48a6-8da3-1aa751547093-126317158497140738" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "B Stiegler : à l' IRI, on considère qu'il n'y a pas d'opposition entre #websemantique et #websocial ms une composition #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: B Stiegler : à l' IRI, on considère qu'il n'y a pas d'opposition entre #websemantique et #websocial ms une composition #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1076000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"B Stiegler : \\u00e0 l' IRI, on consid\\u00e8re qu'il n'y a pas d'opposition entre #websemantique et #websocial ms une composition #museoweb\",\"created_at\":\"Tue Oct 18 15:22:38 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"websemantique\",\"indices\":[71,85]},{\"text\":\"websocial\",\"indices\":[89,99]},{\"text\":\"museoweb\",\"indices\":[119,128]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126317271135162368\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1130,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"default_profile\":false,\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":1992,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126317271135162368}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1076000, +"tags": [ +{ +"id-ref": "9973ce0e-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "9973ce0e-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99741f4e-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "e362bc60-3ab8-4ac1-aa96-bbde8e5a652f-126317271135162368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Stiegler parle du temps synchronique et diacrhonique. Essentiel quand on pense à l'imaginaire du flux ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Stiegler parle du temps synchronique et diacrhonique. Essentiel quand on pense à l'imaginaire du flux ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1080000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Stiegler parle du temps synchronique et diacrhonique. Essentiel quand on pense \\u00e0 l'imaginaire du flux ++\",\"created_at\":\"Tue Oct 18 15:22:42 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126317286868004865\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7480,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126317286868004865}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1080000, +"tags": [ +{ +"id-ref": "99741f4e-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "18a58518-9d19-4af3-b2b0-3d894753fd0b-126317286868004865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb B. Stiegler cite Luciano Fioridi et conteste qu'il y ait une opposition entre Web sémantique et Web social", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb B. Stiegler cite Luciano Fioridi et conteste qu'il y ait une opposition entre Web sémantique et Web social", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1088000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb B. Stiegler cite Luciano Fioridi et conteste qu'il y ait une opposition entre Web s\\u00e9mantique et Web social\",\"created_at\":\"Tue Oct 18 15:22:50 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126317319952662529\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":172,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":347,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126317319952662529}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1088000, +"tags": [ +{ +"id-ref": "99741f4e-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "364f382e-aeb8-40fe-99f9-f945e40661a1-126317319952662529" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"A l'Iri, nous considérons que le web 3, ce n'est pas la victoire du web sémantique, mais sa co-construction avec le web social\"", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb \"A l'Iri, nous considérons que le web 3, ce n'est pas la victoire du web sémantique, mais sa co-construction avec le web social\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1157000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"A l'Iri, nous consid\\u00e9rons que le web 3, ce n'est pas la victoire du web s\\u00e9mantique, mais sa co-construction avec le web social\\\"\",\"created_at\":\"Tue Oct 18 15:23:59 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126317608055226369\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"default_profile\":true,\"statuses_count\":7481,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126317608055226369}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1157000, +"tags": [ +{ +"id-ref": "99741f4e-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "a8dab6c4-741e-4a63-9100-9ce9604afd0b-126317608055226369" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bernard Stiegler : \"une institution patrimoniale a en charge la production de #metadonnées\" #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Bernard Stiegler : \"une institution patrimoniale a en charge la production de #metadonnées\" #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1198000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Bernard Stiegler : \\\"une institution patrimoniale a en charge la production de #metadonn\\u00e9es\\\" #museoweb\",\"created_at\":\"Tue Oct 18 15:24:40 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"metadonn\\u00e9es\",\"indices\":[78,90]},{\"text\":\"museoweb\",\"indices\":[92,101]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126317780772466688\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1130,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"default_profile\":false,\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":1993,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126317780772466688}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1198000, +"tags": [ +{ +"id-ref": "997488b2-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997488b2-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "8c74025e-74c5-456c-be7b-18805028d904-126317780772466688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"Rajeunissement des publics\", Stiegler parle de génération Y, mais quel est le fondement de cette catégoriet dans la pratique ??", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb \"Rajeunissement des publics\", Stiegler parle de génération Y, mais quel est le fondement de cette catégoriet dans la pratique ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1240000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"Rajeunissement des publics\\\", Stiegler parle de g\\u00e9n\\u00e9ration Y, mais quel est le fondement de cette cat\\u00e9goriet dans la pratique ??\",\"created_at\":\"Tue Oct 18 15:25:22 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126317955968536576\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7482,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126317955968536576}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1240000, +"tags": [ +{ +"id-ref": "997488b2-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "6ff5595a-d7e3-4f16-a07e-c6e8b126cea3-126317955968536576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "BS: traditionnellement, production de metadonnees patrimoniales dans un mode top-down. Auj s'y ajoutent des traces bottom-up #museoweb", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: BS: traditionnellement, production de metadonnees patrimoniales dans un mode top-down. Auj s'y ajoutent des traces bottom-up #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1244000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"BS: traditionnellement, production de metadonnees patrimoniales dans un mode top-down. Auj s'y ajoutent des traces bottom-up #museoweb\",\"created_at\":\"Tue Oct 18 15:25:26 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[125,134]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126317973425238016\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"default_profile\":false,\"statuses_count\":1596,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126317973425238016}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1244000, +"tags": [ +{ +"id-ref": "997488b2-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "2afdb756-2401-469e-9040-05339f1b2af3-126317973425238016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "B Stiegler : cmt agencer cette activité de production de traces et quelles en st enjeux culturels patrimoniaux et esthétiques ? #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: B Stiegler : cmt agencer cette activité de production de traces et quelles en st enjeux culturels patrimoniaux et esthétiques ? #museoweb", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1283000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"B Stiegler : cmt agencer cette activit\\u00e9 de production de traces et quelles en st enjeux culturels patrimoniaux et esth\\u00e9tiques ? #museoweb\",\"created_at\":\"Tue Oct 18 15:26:05 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[128,137]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126318137334431744\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1131,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"default_profile\":false,\"statuses_count\":1994,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126318137334431744}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1283000, +"tags": [ +{ +"id-ref": "997488b2-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "bb60bf0f-ea15-4b7e-8bfe-182a93df821b-126318137334431744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @vincentpuig: #museoweb 28 novembre: lancement de l'appel à Service Culturel innovant pour 2012", +"img": { +"src": "http://a1.twimg.com/profile_images/1410096403/photoCA0ULHWT_normal.jpg" +}, +"title": "Laurent Bel: RT @vincentpuig: #museoweb 28 novembre: lancement de l'appel à Service Culturel innovant pour 2012", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1320000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @vincentpuig: #museoweb 28 novembre: lancement de l'appel \\u00e0 Service Culturel innovant pour 2012\",\"created_at\":\"Tue Oct 18 15:26:42 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[17,26]}],\"user_mentions\":[{\"indices\":[3,15],\"id_str\":\"68424173\",\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126318292305575937\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb 28 novembre: lancement de l'appel \\u00e0 Service Culturel innovant pour 2012\",\"created_at\":\"Tue Oct 18 15:17:27 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126315965607723008\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":172,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":347,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126315965607723008},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Wed Jan 19 15:24:46 +0000 2011\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":27,\"description\":\"Provider Technologique, Base de donn\\u00e9es RDF pour le web de donn\\u00e9es \\/ web semantique\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.armadillo.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"240279846\",\"listed_count\":0,\"friends_count\":36,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1410096403\\/photoCA0ULHWT_normal.jpg\",\"screen_name\":\"Laurent_BEL\",\"name\":\"Laurent Bel\",\"statuses_count\":13,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":240279846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1410096403\\/photoCA0ULHWT_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126318292305575937}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1320000, +"tags": [ +{ +"id-ref": "997488b2-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "0404159a-f8a8-4027-8566-e9d9f0fad601-126318292305575937" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "B Stiegler : qd on parle de web sémantique, on parle de nvx processus de grammatisation #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: B Stiegler : qd on parle de web sémantique, on parle de nvx processus de grammatisation #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1346000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"B Stiegler : qd on parle de web s\\u00e9mantique, on parle de nvx processus de grammatisation #museoweb\",\"created_at\":\"Tue Oct 18 15:27:08 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[88,97]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126318399931432961\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"default_profile\":false,\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1131,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":1995,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126318399931432961}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1346000, +"tags": [ +{ +"id-ref": "997488b2-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "e54b5b13-9393-486e-8deb-3611135b2881-126318399931432961" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @gonzagauthier: #museoweb Stiegler parle du temps synchronique et diacrhonique. Essentiel quand on pense à l'imaginaire du flux ++", +"img": { +"src": "http://a3.twimg.com/profile_images/654197661/omer_twiitter_20100125_normal.jpg" +}, +"title": "Omer Pesquer: RT @gonzagauthier: #museoweb Stiegler parle du temps synchronique et diacrhonique. Essentiel quand on pense à l'imaginaire du flux ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1366000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @gonzagauthier: #museoweb Stiegler parle du temps synchronique et diacrhonique. Essentiel quand on pense \\u00e0 l'imaginaire du flux ++\",\"created_at\":\"Tue Oct 18 15:27:28 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[19,28]}],\"user_mentions\":[{\"indices\":[3,17],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126318487554621440\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Stiegler parle du temps synchronique et diacrhonique. Essentiel quand on pense \\u00e0 l'imaginaire du flux ++\",\"created_at\":\"Tue Oct 18 15:22:42 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126317286868004865\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":true,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7482,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126317286868004865},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"f5f5f5\",\"created_at\":\"Sat Oct 04 16:26:51 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a67f13\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"followers_count\":1315,\"description\":\"Consultant Internet Freelance - secteur culturel (#mus\\u00e9e, #artsvisuels) & Cr\\u00e9ateur de dispositifs Web singuliers (#Outrepart, #MotBot, #UnTitre)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/omer.mobi\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"favourites_count\":1095,\"id_str\":\"16592723\",\"listed_count\":164,\"friends_count\":895,\"profile_link_color\":\"0084b4\",\"protected\":false,\"location\":\"Paris - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\",\"screen_name\":\"_omr\",\"name\":\"Omer Pesquer\",\"statuses_count\":6650,\"verified\":false,\"profile_background_color\":\"bababa\",\"id\":16592723,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126318487554621440}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1366000, +"tags": [ +{ +"id-ref": "997488b2-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "9d84691f-17af-4a30-a14f-0a30040478d6-126318487554621440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Web #Semantic New Grammar process ?? http://t.co/OUknE9n1 ==", +"img": { +"src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png" +}, +"title": "Samuel Huron: #museoweb Web #Semantic New Grammar process ?? http://t.co/OUknE9n1 ==", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1431000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Web #Semantic New Grammar process ?? http:\\/\\/t.co\\/OUknE9n1 ==\",\"created_at\":\"Tue Oct 18 15:28:33 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"Semantic\",\"indices\":[14,23]}],\"user_mentions\":[],\"urls\":[{\"indices\":[47,67],\"url\":\"http:\\/\\/t.co\\/OUknE9n1\",\"expanded_url\":\"http:\\/\\/goo.gl\\/uCuNG\",\"display_url\":\"goo.gl\\/uCuNG\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126318758062071808\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ffffff\",\"created_at\":\"Mon May 26 06:02:18 +0000 2008\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"b3009b\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"followers_count\":558,\"description\":\"Designer @ IRI Centre Pompidou \\/ PhD student in Computer Human interface @ Paris11 : #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.cybunk.com\",\"following\":null,\"profile_text_color\":\"4c9c8f\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"favourites_count\":316,\"id_str\":\"14905766\",\"listed_count\":62,\"friends_count\":671,\"profile_link_color\":\"b3009b\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"screen_name\":\"cybunk\",\"name\":\"Samuel Huron\",\"statuses_count\":2403,\"verified\":false,\"profile_background_color\":\"000000\",\"id\":14905766,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126318758062071808}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1431000, +"tags": [ +{ +"id-ref": "997488b2-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99753f32-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "7d499cd5-7608-4d49-976f-5a30b1fa0d02-126318758062071808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb BS: de la parole à l'écriture jusqu'à la grammatisation : formalisation d'une pratique. Vers une grammatisation du web ??", +"img": { +"src": "http://a1.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg" +}, +"title": "nicolasauret: #museoweb BS: de la parole à l'écriture jusqu'à la grammatisation : formalisation d'une pratique. Vers une grammatisation du web ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1443000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb BS: de la parole \\u00e0 l'\\u00e9criture jusqu'\\u00e0 la grammatisation : formalisation d'une pratique. Vers une grammatisation du web ??\",\"created_at\":\"Tue Oct 18 15:28:45 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126318808355971072\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Thu May 05 08:31:25 +0000 2011\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":93,\"description\":\"Founder of Inflammable Productions, producer for new media + project manager @IRI Centre Pompidou\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.inflammableproductions.com\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":1,\"id_str\":\"293395401\",\"listed_count\":6,\"friends_count\":74,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1339638568\\/photoNicoS_normal.jpg\",\"screen_name\":\"nicolasauret\",\"name\":\"nicolasauret\",\"statuses_count\":298,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":293395401,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1339638568\\/photoNicoS_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126318808355971072}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1443000, +"tags": [ +{ +"id-ref": "99753f32-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "dc74d2ed-5d22-4f07-b309-d6b512adf1f4-126318808355971072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Stiegler: #Teasing \"Je vais vous parler de Kant\" !", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Stiegler: #Teasing \"Je vais vous parler de Kant\" !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1445000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Stiegler: #Teasing \\\"Je vais vous parler de Kant\\\" !\",\"created_at\":\"Tue Oct 18 15:28:47 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"Teasing\",\"indices\":[20,28]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126318816190922752\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7483,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126318816190922752}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1445000, +"tags": [ +{ +"id-ref": "99753f32-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997578bc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "154dc18b-bbab-4263-8a63-9fff13666682-126318816190922752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Stiegler pose un premier présupposé avec la grammatisation (élargie), plaçant la technique comme initiatrice de la communication.", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Stiegler pose un premier présupposé avec la grammatisation (élargie), plaçant la technique comme initiatrice de la communication.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1448000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Stiegler pose un premier pr\\u00e9suppos\\u00e9 avec la grammatisation (\\u00e9largie), pla\\u00e7ant la technique comme initiatrice de la communication.\",\"created_at\":\"Tue Oct 18 15:28:50 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126318828056616960\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":true,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7484,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126318828056616960}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1448000, +"tags": [ +{ +"id-ref": "997578bc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "63a999b2-59e6-4810-8a0f-396dda608083-126318828056616960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "BS: Web sémantique et social = nouveaux processus de grammatisation, cad tous les flux d'expression humains (écriture et autres) #museoweb", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: BS: Web sémantique et social = nouveaux processus de grammatisation, cad tous les flux d'expression humains (écriture et autres) #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1449000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"BS: Web s\\u00e9mantique et social = nouveaux processus de grammatisation, cad tous les flux d'expression humains (\\u00e9criture et autres) #museoweb\",\"created_at\":\"Tue Oct 18 15:28:51 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[129,138]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126318835723800577\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"default_profile\":false,\"statuses_count\":1597,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126318835723800577}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1449000, +"tags": [ +{ +"id-ref": "997578bc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "0870e258-5a04-4f8d-b006-faf52f158f83-126318835723800577" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ecouter en ligne le séminaire : http://t.co/Du5ZRiPe #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Ecouter en ligne le séminaire : http://t.co/Du5ZRiPe #museoweb", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1460000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Ecouter en ligne le s\\u00e9minaire : http:\\/\\/t.co\\/Du5ZRiPe #museoweb\",\"created_at\":\"Tue Oct 18 15:29:02 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[53,62]}],\"user_mentions\":[],\"urls\":[{\"indices\":[32,52],\"url\":\"http:\\/\\/t.co\\/Du5ZRiPe\",\"expanded_url\":\"http:\\/\\/goo.gl\\/zV6qo\",\"display_url\":\"goo.gl\\/zV6qo\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126318881307500545\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"default_profile\":false,\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1131,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":1996,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126318881307500545}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1460000, +"tags": [ +{ +"id-ref": "997578bc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "53fcce13-8e21-4c94-bc94-9bb006b6f124-126318881307500545" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Grammatisation chez Sylvain Auroux, un outil conceptuel permettant de penser le langage mais aussi de tous les flux==", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb Grammatisation chez Sylvain Auroux, un outil conceptuel permettant de penser le langage mais aussi de tous les flux==", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1468000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Grammatisation chez Sylvain Auroux, un outil conceptuel permettant de penser le langage mais aussi de tous les flux==\",\"created_at\":\"Tue Oct 18 15:29:10 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126318914207625216\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":173,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":348,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"default_profile\":true,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126318914207625216}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1468000, +"tags": [ +{ +"id-ref": "997578bc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "517a4793-ea0a-4a16-aaf9-1791d1d43cac-126318914207625216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb BS parle des flux, indique qu'ils sont grammatisés. Mais ils le sont parfois sans règle, or n'est-ce pas essentiel au procès ??", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb BS parle des flux, indique qu'ils sont grammatisés. Mais ils le sont parfois sans règle, or n'est-ce pas essentiel au procès ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1549000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb BS parle des flux, indique qu'ils sont grammatis\\u00e9s. Mais ils le sont parfois sans r\\u00e8gle, or n'est-ce pas essentiel au proc\\u00e8s ??\",\"created_at\":\"Tue Oct 18 15:30:31 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126319254181122048\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7485,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126319254181122048}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1549000, +"tags": [ +{ +"id-ref": "997578bc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "7a3298ed-5d05-4246-a3b5-28fcce4ef844-126319254181122048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"Le web social est une grammatisation des rapports des flux et non le flux\" Processus de création de sens hypermoderne ??", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb \"Le web social est une grammatisation des rapports des flux et non le flux\" Processus de création de sens hypermoderne ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1620000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"Le web social est une grammatisation des rapports des flux et non le flux\\\" Processus de cr\\u00e9ation de sens hypermoderne ??\",\"created_at\":\"Tue Oct 18 15:31:42 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126319549887942656\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7486,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126319549887942656}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1620000, +"tags": [ +{ +"id-ref": "997578bc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "d182d951-b0fd-4635-ad30-e68e524b7dc0-126319549887942656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "B Stiegler : le web social produit une grammatisation relationnelle, sur les RAPPORTS entre les flux #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: B Stiegler : le web social produit une grammatisation relationnelle, sur les RAPPORTS entre les flux #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1634000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"B Stiegler : le web social produit une grammatisation relationnelle, sur les RAPPORTS entre les flux #museoweb\",\"created_at\":\"Tue Oct 18 15:31:56 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[101,110]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126319609228955650\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1131,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":1997,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126319609228955650}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1634000, +"tags": [ +{ +"id-ref": "997578bc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "c8558149-f6c8-4d42-b517-0327c8b7de40-126319609228955650" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @cblogculture: B Stiegler : le web social produit une grammatisation relationnelle, sur les RAPPORTS entre les flux #museoweb", +"img": { +"src": "http://a0.twimg.com/profile_images/1075692355/richard-avedon_1188215126_normal.jpg" +}, +"title": "Claire: RT @cblogculture: B Stiegler : le web social produit une grammatisation relationnelle, sur les RAPPORTS entre les flux #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1663000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @cblogculture: B Stiegler : le web social produit une grammatisation relationnelle, sur les RAPPORTS entre les flux #museoweb\",\"created_at\":\"Tue Oct 18 15:32:25 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[119,128]}],\"user_mentions\":[{\"indices\":[3,16],\"id_str\":\"216030846\",\"name\":\"C\\/blog\",\"screen_name\":\"cblogculture\",\"id\":216030846}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126319730394013696\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"B Stiegler : le web social produit une grammatisation relationnelle, sur les RAPPORTS entre les flux #museoweb\",\"created_at\":\"Tue Oct 18 15:31:56 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[101,110]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126319609228955650\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1131,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"default_profile\":false,\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":1997,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126319609228955650},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F6F6F6\",\"created_at\":\"Sun Apr 18 15:08:56 +0000 2010\",\"lang\":\"en\",\"time_zone\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"followers_count\":230,\"description\":\"Consultante en affaires publiques et com' digitale\\r\\nGeekeries, trends et autres anglicismes\\u2026\\r\\nhttp:\\/\\/sliceofgeek.wordpress.com\\/\\r\\n\\r\\n\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":null,\"default_profile\":false,\"following\":null,\"profile_text_color\":\"050a17\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"favourites_count\":1,\"id_str\":\"134484433\",\"listed_count\":10,\"friends_count\":524,\"profile_link_color\":\"217002\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1075692355\\/richard-avedon_1188215126_normal.jpg\",\"screen_name\":\"ClaireJDuriez\",\"name\":\"Claire\",\"statuses_count\":1186,\"verified\":false,\"profile_background_color\":\"c7d0e0\",\"id\":134484433,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1075692355\\/richard-avedon_1188215126_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126319730394013696}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1663000, +"tags": [ +{ +"id-ref": "997578bc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "621eb209-82d6-4bf0-ab60-55b747430da3-126319730394013696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"Vous êtes venus là pour vous transindividuer psychiquement\" B. Stiegler #museoweb", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: \"Vous êtes venus là pour vous transindividuer psychiquement\" B. Stiegler #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1692000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"\\\"Vous \\u00eates venus l\\u00e0 pour vous transindividuer psychiquement\\\" B. Stiegler #museoweb\",\"created_at\":\"Tue Oct 18 15:32:54 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[73,82]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126319854142763009\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"default_profile\":false,\"statuses_count\":1598,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126319854142763009}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1692000, +"tags": [ +{ +"id-ref": "997578bc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "9e0f2862-3950-45f3-b15e-e93a6a732d51-126319854142763009" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb BS:\"metastabilisation\" == Shirky:\"crystallization\" ??", +"img": { +"src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png" +}, +"title": "Samuel Huron: #museoweb BS:\"metastabilisation\" == Shirky:\"crystallization\" ??", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1751000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb BS:\\\"metastabilisation\\\" == Shirky:\\\"crystallization\\\" ??\",\"created_at\":\"Tue Oct 18 15:33:53 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126320099639566337\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ffffff\",\"default_profile\":false,\"created_at\":\"Mon May 26 06:02:18 +0000 2008\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"b3009b\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"followers_count\":558,\"description\":\"Designer @ IRI Centre Pompidou \\/ PhD student in Computer Human interface @ Paris11 : #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.cybunk.com\",\"following\":null,\"profile_text_color\":\"4c9c8f\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"favourites_count\":316,\"id_str\":\"14905766\",\"listed_count\":62,\"friends_count\":671,\"profile_link_color\":\"b3009b\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"screen_name\":\"cybunk\",\"name\":\"Samuel Huron\",\"statuses_count\":2404,\"verified\":false,\"profile_background_color\":\"000000\",\"id\":14905766,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126320099639566337}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1751000, +"tags": [ +{ +"id-ref": "997578bc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "5cf1e44e-aaab-40b9-8cdc-6900f02d545b-126320099639566337" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"La transindividuation n'est pas homogène mais contribue à consolider des relations\" J'aime le fait d'éviter le consensus ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb \"La transindividuation n'est pas homogène mais contribue à consolider des relations\" J'aime le fait d'éviter le consensus ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1763000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"La transindividuation n'est pas homog\\u00e8ne mais contribue \\u00e0 consolider des relations\\\" J'aime le fait d'\\u00e9viter le consensus ++\",\"created_at\":\"Tue Oct 18 15:34:05 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126320149992177664\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"default_profile\":true,\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7487,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126320149992177664}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1763000, +"tags": [ +{ +"id-ref": "997578bc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "c8c8c266-84da-4e35-8c54-59c8319ec620-126320149992177664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @cybunk: #museoweb BS:\"metastabilisation\" == Shirky:\"crystallization\" ??", +"img": { +"src": "http://a1.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg" +}, +"title": "nicolasauret: RT @cybunk: #museoweb BS:\"metastabilisation\" == Shirky:\"crystallization\" ??", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1790000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @cybunk: #museoweb BS:\\\"metastabilisation\\\" == Shirky:\\\"crystallization\\\" ??\",\"created_at\":\"Tue Oct 18 15:34:32 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[12,21]}],\"user_mentions\":[{\"indices\":[3,10],\"id_str\":\"14905766\",\"name\":\"Samuel Huron\",\"screen_name\":\"cybunk\",\"id\":14905766}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126320265255862275\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb BS:\\\"metastabilisation\\\" == Shirky:\\\"crystallization\\\" ??\",\"created_at\":\"Tue Oct 18 15:33:53 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126320099639566337\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ffffff\",\"created_at\":\"Mon May 26 06:02:18 +0000 2008\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"b3009b\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"followers_count\":558,\"description\":\"Designer @ IRI Centre Pompidou \\/ PhD student in Computer Human interface @ Paris11 : #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.cybunk.com\",\"following\":null,\"profile_text_color\":\"4c9c8f\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"favourites_count\":316,\"id_str\":\"14905766\",\"listed_count\":62,\"friends_count\":671,\"profile_link_color\":\"b3009b\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"screen_name\":\"cybunk\",\"name\":\"Samuel Huron\",\"statuses_count\":2404,\"verified\":false,\"profile_background_color\":\"000000\",\"id\":14905766,\"default_profile\":false,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126320099639566337},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Thu May 05 08:31:25 +0000 2011\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":93,\"description\":\"Founder of Inflammable Productions, producer for new media + project manager @IRI Centre Pompidou\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.inflammableproductions.com\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":1,\"id_str\":\"293395401\",\"listed_count\":6,\"friends_count\":74,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1339638568\\/photoNicoS_normal.jpg\",\"screen_name\":\"nicolasauret\",\"name\":\"nicolasauret\",\"statuses_count\":300,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":293395401,\"default_profile\":true,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1339638568\\/photoNicoS_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126320265255862275}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1790000, +"tags": [ +{ +"id-ref": "997578bc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "aa3dbfd6-0d91-4369-888f-c5e0964a2741-126320265255862275" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Metadonnees #websemantic #culture RT @polemictweet: #MuseoWeb le stream video ici : http://t.co/rIp3qL5h", +"img": { +"src": "http://a2.twimg.com/profile_images/1594192310/e5cd561d-d258-4e16-9ca4-c765f21786f1_normal.png" +}, +"title": "samuel bausson: #Metadonnees #websemantic #culture RT @polemictweet: #MuseoWeb le stream video ici : http://t.co/rIp3qL5h", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1876000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#Metadonnees #websemantic #culture RT @polemictweet: #MuseoWeb le stream video ici : http:\\/\\/t.co\\/rIp3qL5h\",\"created_at\":\"Tue Oct 18 15:35:58 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"Metadonnees\",\"indices\":[0,12]},{\"text\":\"websemantic\",\"indices\":[13,25]},{\"text\":\"culture\",\"indices\":[26,34]},{\"text\":\"MuseoWeb\",\"indices\":[53,62]}],\"user_mentions\":[{\"indices\":[38,51],\"id_str\":\"278987636\",\"name\":\"IRI Polemic Tweet\",\"screen_name\":\"PolemicTweet\",\"id\":278987636}],\"urls\":[{\"indices\":[86,106],\"url\":\"http:\\/\\/t.co\\/rIp3qL5h\",\"expanded_url\":\"http:\\/\\/goo.gl\\/GmurC\",\"display_url\":\"goo.gl\\/GmurC\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126320623436832768\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"a9d494\",\"created_at\":\"Tue Feb 26 02:42:30 +0000 2008\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"d1d1d1\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/79876591\\/409420142_ae78dee08c_o.jpg\",\"followers_count\":2178,\"description\":\"ouebmister @museumtoulouse \\u2022 #LegoMuseums #FreeCulture #CoDesign #OpenInnovation \\u2022 http:\\/\\/lesplanade.org \\u2022 http:\\/\\/museomix.com \\u2022 let's remix museums !\",\"geo_enabled\":true,\"profile_use_background_image\":false,\"url\":\"http:\\/\\/www.mixeum.net\",\"following\":null,\"profile_text_color\":\"454545\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/79876591\\/409420142_ae78dee08c_o.jpg\",\"favourites_count\":126,\"id_str\":\"13981242\",\"listed_count\":299,\"friends_count\":984,\"profile_link_color\":\"000000\",\"protected\":false,\"location\":\"Toulouse, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1594192310\\/e5cd561d-d258-4e16-9ca4-c765f21786f1_normal.png\",\"screen_name\":\"samuelbausson\",\"name\":\"samuel bausson\",\"statuses_count\":5114,\"verified\":false,\"profile_background_color\":\"80b25d\",\"id\":13981242,\"default_profile\":false,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1594192310\\/e5cd561d-d258-4e16-9ca4-c765f21786f1_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126320623436832768}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1876000, +"tags": [ +{ +"id-ref": "9976c5f0-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "9976ca6e-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "9976ca6e-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "dc5f26fb-0a78-4b4e-b66d-90a671b9355b-126320623436832768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Le Web social serait pas seulement le web des relations sociales mais aussi de toutes les relations entre humains et ressources??", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb Le Web social serait pas seulement le web des relations sociales mais aussi de toutes les relations entre humains et ressources??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1880000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Le Web social serait pas seulement le web des relations sociales mais aussi de toutes les relations entre humains et ressources??\",\"created_at\":\"Tue Oct 18 15:36:02 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126320641963081730\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":173,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"default_profile\":true,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":349,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126320641963081730}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1880000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "97dbf1d1-508c-43a1-ae8e-e3a26b06e898-126320641963081730" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"Le processus de grammatisation technique crée de la désindividuation\" Seulement si on n'accompagne pas le changement technique --", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb \"Le processus de grammatisation technique crée de la désindividuation\" Seulement si on n'accompagne pas le changement technique --", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1943000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"text\":\"#museoweb \\\"Le processus de grammatisation technique cr\\u00e9e de la d\\u00e9sindividuation\\\" Seulement si on n'accompagne pas le changement technique --\",\"created_at\":\"Tue Oct 18 15:37:05 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"place\":null,\"geo\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"coordinates\":null,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"id_str\":\"126320907277959168\",\"user\":{\"statuses_count\":7487,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_tile\":false,\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"lang\":\"fr\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"url\":null,\"default_profile\":true,\"follow_request_sent\":null,\"following\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"geo_enabled\":false,\"profile_use_background_image\":true,\"profile_text_color\":\"333333\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"is_translator\":false,\"notifications\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"id\":136900327,\"utc_offset\":3600,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"in_reply_to_status_id\":null,\"id\":126320907277959168}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 1943000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "52402092-b633-43cd-8d33-9e680fc4803a-126320907277959168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb BS explique les mécanismes systémiques de l'évolution des processus d'individation.", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb BS explique les mécanismes systémiques de l'évolution des processus d'individation.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2097000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb BS explique les m\\u00e9canismes syst\\u00e9miques de l'\\u00e9volution des processus d'individation.\",\"created_at\":\"Tue Oct 18 15:39:39 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126321550193463296\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7489,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"default_profile\":true,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126321550193463296}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2097000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "12fe3190-94a4-4d7d-b751-90342d6a41ed-126321550193463296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @gonzagauthier: #museoweb \"Le processus de grammatisation technique crée de la désindividuation\" Seulement si on n'accompagne pas le ...", +"img": { +"src": "http://a0.twimg.com/profile_images/380566620/arton2047_normal.jpg" +}, +"title": "Coline Aunis: RT @gonzagauthier: #museoweb \"Le processus de grammatisation technique crée de la désindividuation\" Seulement si on n'accompagne pas le ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2110000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @gonzagauthier: #museoweb \\\"Le processus de grammatisation technique cr\\u00e9e de la d\\u00e9sindividuation\\\" Seulement si on n'accompagne pas le ...\",\"created_at\":\"Tue Oct 18 15:39:52 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[19,28]}],\"user_mentions\":[{\"indices\":[3,17],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126321607361822721\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"Le processus de grammatisation technique cr\\u00e9e de la d\\u00e9sindividuation\\\" Seulement si on n'accompagne pas le changement technique --\",\"created_at\":\"Tue Oct 18 15:37:05 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126320907277959168\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"default_profile\":true,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7489,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126320907277959168},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DAECF4\",\"created_at\":\"Tue Aug 25 10:14:38 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"C6E2EE\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"followers_count\":420,\"description\":\"#Web #NewMedia #NewTech #CM @ArtsetMetiers \\/\\/\\r\\n#MuseoGeek & \\u271a\\u271a \\/ \\u2600 \\/ \\uf8ff \\/\\/\",\"geo_enabled\":true,\"profile_use_background_image\":false,\"url\":\"http:\\/\\/arts-et-metiers.net\",\"default_profile\":false,\"following\":null,\"profile_text_color\":\"663B12\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"favourites_count\":81,\"id_str\":\"68658539\",\"listed_count\":36,\"friends_count\":409,\"profile_link_color\":\"1F98C7\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\",\"screen_name\":\"Lilmount\",\"name\":\"Coline Aunis\",\"statuses_count\":2009,\"verified\":false,\"profile_background_color\":\"C6E2EE\",\"id\":68658539,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":true,\"id\":126321607361822721}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2110000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "9963c845-2119-42b4-9e93-1f600074e9b7-126321607361822721" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Pouvoir et savoir sur la transindividuation doit on choisir ??", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb Pouvoir et savoir sur la transindividuation doit on choisir ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2114000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Pouvoir et savoir sur la transindividuation doit on choisir ??\",\"created_at\":\"Tue Oct 18 15:39:56 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126321624126468096\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":173,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":true,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":350,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126321624126468096}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2114000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "6a39df37-f63f-4d81-a10a-f9b69fa97674-126321624126468096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @cblogculture: B Stiegler : le web social produit une grammatisation relationnelle, sur les RAPPORTS entre les flux #museoweb", +"img": { +"src": "http://a3.twimg.com/profile_images/1562090347/Moi_Facebook_Twitter_redim_normal.jpg" +}, +"title": "Chirollet JC: RT @cblogculture: B Stiegler : le web social produit une grammatisation relationnelle, sur les RAPPORTS entre les flux #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2152000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @cblogculture: B Stiegler : le web social produit une grammatisation relationnelle, sur les RAPPORTS entre les flux #museoweb\",\"created_at\":\"Tue Oct 18 15:40:34 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[119,128]}],\"user_mentions\":[{\"indices\":[3,16],\"id_str\":\"216030846\",\"name\":\"C\\/blog\",\"screen_name\":\"cblogculture\",\"id\":216030846}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126321782687932416\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"B Stiegler : le web social produit une grammatisation relationnelle, sur les RAPPORTS entre les flux #museoweb\",\"created_at\":\"Tue Oct 18 15:31:56 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[101,110]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126319609228955650\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"default_profile\":false,\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1131,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":1997,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126319609228955650},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"f6ffd1\",\"created_at\":\"Sat Jul 09 07:23:51 +0000 2011\",\"default_profile\":false,\"lang\":\"fr\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"fff8ad\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"followers_count\":20,\"description\":\"Philosophe, Universitaire_Esth\\u00e9tique_Fractals \\/ Art Fractal_Arts Num\\u00e9riques_Num\\u00e9risation du Patrimoine Artistique_Photographie Num\\u00e9rique\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"favourites_count\":3,\"id_str\":\"332115667\",\"listed_count\":0,\"friends_count\":134,\"profile_link_color\":\"0099CC\",\"protected\":false,\"location\":\"France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1562090347\\/Moi_Facebook_Twitter_redim_normal.jpg\",\"screen_name\":\"fracjc\",\"name\":\"Chirollet JC\",\"statuses_count\":40,\"verified\":false,\"profile_background_color\":\"FFF04D\",\"id\":332115667,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1562090347\\/Moi_Facebook_Twitter_redim_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126321782687932416}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2152000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "ccd05ec5-577b-46be-97cf-487cd4fc927b-126321782687932416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb la transindividuation produit du pouvoir, ou du savoir, ou les deux (c'est a dire des grands dirigeants !)", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb la transindividuation produit du pouvoir, ou du savoir, ou les deux (c'est a dire des grands dirigeants !)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2159000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb la transindividuation produit du pouvoir, ou du savoir, ou les deux (c'est a dire des grands dirigeants !)\",\"created_at\":\"Tue Oct 18 15:40:41 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126321809833476096\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1017,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"default_profile\":false,\"statuses_count\":1599,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126321809833476096}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2159000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "632313a8-b336-4796-a247-89fb9f5f65f5-126321809833476096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb BS reprend la question de savoir/pouvoir, et indique que l'un et l'autre peuvent être séparés, que le savoir peut exister seul. --", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb BS reprend la question de savoir/pouvoir, et indique que l'un et l'autre peuvent être séparés, que le savoir peut exister seul. --", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2159000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb BS reprend la question de savoir\\/pouvoir, et indique que l'un et l'autre peuvent \\u00eatre s\\u00e9par\\u00e9s, que le savoir peut exister seul. --\",\"created_at\":\"Tue Oct 18 15:40:41 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126321811494420481\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7490,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126321811494420481}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2159000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "4eb55f93-1e26-423e-a540-46179ede247b-126321811494420481" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb suis-je un transducteur ? (je m'interroge) /cc @lilmount @gonzagauthier", +"img": { +"src": "http://a3.twimg.com/profile_images/654197661/omer_twiitter_20100125_normal.jpg" +}, +"title": "Omer Pesquer: #museoweb suis-je un transducteur ? (je m'interroge) /cc @lilmount @gonzagauthier", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2177000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb suis-je un transducteur ? (je m'interroge) \\/cc @lilmount @gonzagauthier\",\"created_at\":\"Tue Oct 18 15:40:59 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[57,66],\"id_str\":\"68658539\",\"name\":\"Coline Aunis\",\"screen_name\":\"Lilmount\",\"id\":68658539},{\"indices\":[67,81],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126321885930721280\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"f5f5f5\",\"default_profile\":false,\"created_at\":\"Sat Oct 04 16:26:51 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a67f13\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"followers_count\":1315,\"description\":\"Consultant Internet Freelance - secteur culturel (#mus\\u00e9e, #artsvisuels) & Cr\\u00e9ateur de dispositifs Web singuliers (#Outrepart, #MotBot, #UnTitre)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/omer.mobi\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"favourites_count\":1095,\"id_str\":\"16592723\",\"listed_count\":164,\"friends_count\":895,\"profile_link_color\":\"0084b4\",\"protected\":false,\"location\":\"Paris - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\",\"screen_name\":\"_omr\",\"name\":\"Omer Pesquer\",\"statuses_count\":6651,\"verified\":false,\"profile_background_color\":\"bababa\",\"id\":16592723,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126321885930721280}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2177000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "48f80e58-bfc7-4dd1-b851-740ac7d562a6-126321885930721280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb BS:\"transducteur\" == McKenzie Wark \"vector\" ?? http://t.co/Y5WtmljB", +"img": { +"src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png" +}, +"title": "Samuel Huron: #museoweb BS:\"transducteur\" == McKenzie Wark \"vector\" ?? http://t.co/Y5WtmljB", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2187000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb BS:\\\"transducteur\\\" == McKenzie Wark \\\"vector\\\" ?? http:\\/\\/t.co\\/Y5WtmljB\",\"created_at\":\"Tue Oct 18 15:41:09 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[{\"indices\":[57,77],\"url\":\"http:\\/\\/t.co\\/Y5WtmljB\",\"expanded_url\":\"http:\\/\\/goo.gl\\/c5InY\",\"display_url\":\"goo.gl\\/c5InY\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126321928066699264\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ffffff\",\"default_profile\":false,\"created_at\":\"Mon May 26 06:02:18 +0000 2008\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"b3009b\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"followers_count\":558,\"description\":\"Designer @ IRI Centre Pompidou \\/ PhD student in Computer Human interface @ Paris11 : #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.cybunk.com\",\"following\":null,\"profile_text_color\":\"4c9c8f\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"favourites_count\":316,\"id_str\":\"14905766\",\"listed_count\":62,\"friends_count\":673,\"profile_link_color\":\"b3009b\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"screen_name\":\"cybunk\",\"name\":\"Samuel Huron\",\"statuses_count\":2405,\"verified\":false,\"profile_background_color\":\"000000\",\"id\":14905766,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126321928066699264}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2187000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "f8d79730-e261-4ef6-aa36-6914892902d5-126321928066699264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "B Stiegler : \"les metadonnées mettent en œuvre des règles, qui sont des relations transindividualisées\" #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: B Stiegler : \"les metadonnées mettent en œuvre des règles, qui sont des relations transindividualisées\" #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2247000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"B Stiegler : \\\"les metadonn\\u00e9es mettent en \\u0153uvre des r\\u00e8gles, qui sont des relations transindividualis\\u00e9es\\\" #museoweb\",\"created_at\":\"Tue Oct 18 15:42:09 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[104,113]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126322182484795393\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"default_profile\":false,\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1131,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":1998,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126322182484795393}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2247000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "313b76d6-3a8d-4b88-bcab-264dac36d513-126322182484795393" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Articuler le sychronique et le diacronique sans interrompre la dynamique sociale++", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb Articuler le sychronique et le diacronique sans interrompre la dynamique sociale++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2283000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Articuler le sychronique et le diacronique sans interrompre la dynamique sociale++\",\"created_at\":\"Tue Oct 18 15:42:45 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126322330086547456\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":173,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":351,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"default_profile\":true,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126322330086547456}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2283000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "3ea7ca5f-9345-4e61-92c4-5c7c75d809d4-126322330086547456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Bs: Enjeu du séminaire: mettre en place des processus qui permettront d'augmenter la capacité à créer du lien entre les savoirs.", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Bs: Enjeu du séminaire: mettre en place des processus qui permettront d'augmenter la capacité à créer du lien entre les savoirs.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2285000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Bs: Enjeu du s\\u00e9minaire: mettre en place des processus qui permettront d'augmenter la capacit\\u00e9 \\u00e0 cr\\u00e9er du lien entre les savoirs.\",\"created_at\":\"Tue Oct 18 15:42:47 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126322338303193089\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"default_profile\":true,\"statuses_count\":7491,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126322338303193089}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2285000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "d805f44c-f184-401e-9abb-f741da837d41-126322338303193089" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb BS le web sem est un processus de grammatisation analytique - production de metadonnees, vers une automatisation totale", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb BS le web sem est un processus de grammatisation analytique - production de metadonnees, vers une automatisation totale", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2358000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb BS le web sem est un processus de grammatisation analytique - production de metadonnees, vers une automatisation totale\",\"created_at\":\"Tue Oct 18 15:44:00 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126322646907502592\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1017,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1600,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126322646907502592}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2358000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "51b5e6b1-f4f1-4007-ad40-5022353793b1-126322646907502592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \" B Stiegler \"Le web social c’est autre chose, c’est la grammatisation d’un pouvoir de synthésisation, d’un pouvoir de jugement.\"", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Emmanuel Chateau: #museoweb \" B Stiegler \"Le web social c’est autre chose, c’est la grammatisation d’un pouvoir de synthésisation, d’un pouvoir de jugement.\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2384000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\" B\\u00a0Stiegler \\\"Le web social c\\u2019est autre chose, c\\u2019est la grammatisation d\\u2019un pouvoir de synth\\u00e9sisation, d\\u2019un pouvoir de jugement.\\\"\",\"created_at\":\"Tue Oct 18 15:44:26 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126322756559192065\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"C0DFEC\",\"created_at\":\"Tue Nov 23 11:23:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a8c7f7\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":41,\"description\":\"Historien de l'architecture, Digital humanist\",\"geo_enabled\":false,\"profile_use_background_image\":false,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":23,\"id_str\":\"218830003\",\"listed_count\":1,\"friends_count\":65,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"screen_name\":\"emchateau\",\"name\":\"Emmanuel Chateau\",\"statuses_count\":31,\"verified\":false,\"profile_background_color\":\"022330\",\"id\":218830003,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126322756559192065}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2384000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "984bf0bd-823a-49fe-99af-f09a1110df6b-126322756559192065" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "B Stiegler : \"le web sémantique est un processus de grammatisation analytique alors que web social pouvoir de jugement\" #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: B Stiegler : \"le web sémantique est un processus de grammatisation analytique alors que web social pouvoir de jugement\" #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2386000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"B Stiegler : \\\"le web s\\u00e9mantique est un processus de grammatisation analytique alors que web social pouvoir de jugement\\\" #museoweb\",\"created_at\":\"Tue Oct 18 15:44:28 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[120,129]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126322762078892035\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"default_profile\":false,\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1131,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":1999,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126322762078892035}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2386000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "c5dbcd07-11f6-4c93-b09c-1127282eaf72-126322762078892035" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"BS: grammatisation d'un pouvoir de jugement\" Quid de l'entraide ?? Le conseil est-il un jugement ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb \"BS: grammatisation d'un pouvoir de jugement\" Quid de l'entraide ?? Le conseil est-il un jugement ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2388000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"BS: grammatisation d'un pouvoir de jugement\\\" Quid de l'entraide ?? Le conseil est-il un jugement ?\",\"created_at\":\"Tue Oct 18 15:44:30 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126322771440570368\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":true,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7491,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126322771440570368}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2388000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "1cff1d16-dd2a-48ee-a462-55a9b76edfca-126322771440570368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Museologie 2.0 #museoweb (@ Centre Pompidou (CNAC)) http://t.co/7NSMdzeJ", +"img": { +"src": "http://a3.twimg.com/profile_images/1585449430/Picture_5_normal.png" +}, +"title": "Andrea Cevenini: Museologie 2.0 #museoweb (@ Centre Pompidou (CNAC)) http://t.co/7NSMdzeJ", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2412000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Museologie 2.0 #museoweb (@ Centre Pompidou (CNAC)) http:\\/\\/t.co\\/7NSMdzeJ\",\"created_at\":\"Tue Oct 18 15:44:54 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[15,24]}],\"user_mentions\":[],\"urls\":[{\"indices\":[52,72],\"url\":\"http:\\/\\/t.co\\/7NSMdzeJ\",\"expanded_url\":\"http:\\/\\/4sq.com\\/oyCBym\",\"display_url\":\"4sq.com\\/oyCBym\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/foursquare.com\\\" rel=\\\"nofollow\\\"\\u003Efoursquare\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126322871306944512\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"E6F6F9\",\"created_at\":\"Mon Oct 03 10:38:31 +0000 2011\",\"default_profile\":false,\"lang\":\"en\",\"time_zone\":null,\"profile_sidebar_border_color\":\"DBE9ED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"followers_count\":29,\"description\":\"European Designer.\\r\\n\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.andreacevenini.com\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"favourites_count\":8,\"id_str\":\"384249937\",\"listed_count\":1,\"friends_count\":112,\"profile_link_color\":\"CC3366\",\"protected\":false,\"location\":\"K\\u00f6ln \\/ Paris \\/ Milan\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1585449430\\/Picture_5_normal.png\",\"screen_name\":\"ACevenini\",\"name\":\"Andrea Cevenini\",\"statuses_count\":53,\"verified\":false,\"profile_background_color\":\"DBE9ED\",\"id\":384249937,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1585449430\\/Picture_5_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126322871306944512}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2412000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "e623a44c-caf9-4b96-99b0-c1c0346d83cb-126322871306944512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Le Web sémantique serait l'analytique et le web social le synthétique (le social peut aussi être analytique)--", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb Le Web sémantique serait l'analytique et le web social le synthétique (le social peut aussi être analytique)--", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2416000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Le Web s\\u00e9mantique serait l'analytique et le web social le synth\\u00e9tique (le social peut aussi \\u00eatre analytique)--\",\"created_at\":\"Tue Oct 18 15:44:58 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126322889908682752\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":173,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":352,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126322889908682752}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2416000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "531a42dc-e3e2-41cc-b8f3-cb90b0ff0dd2-126322889908682752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Ca y est, on parle de Kant. Je me méfie toujours des pensées basées sur l'esthétique kantienne. --", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Ca y est, on parle de Kant. Je me méfie toujours des pensées basées sur l'esthétique kantienne. --", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2445000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Ca y est, on parle de Kant. Je me m\\u00e9fie toujours des pens\\u00e9es bas\\u00e9es sur l'esth\\u00e9tique kantienne. --\",\"created_at\":\"Tue Oct 18 15:45:27 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126323009186312192\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7493,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126323009186312192}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2445000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "ced70a7f-6c17-44e7-b198-36ee78d6f1f5-126323009186312192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Stiegler : jugement esthétique selon Kant subjectif / réfléchissant #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Stiegler : jugement esthétique selon Kant subjectif / réfléchissant #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2479000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Stiegler : jugement esth\\u00e9tique selon Kant subjectif \\/ r\\u00e9fl\\u00e9chissant #museoweb\",\"created_at\":\"Tue Oct 18 15:46:01 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[68,77]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126323152967041024\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"default_profile\":false,\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1131,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2000,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126323152967041024}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2479000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "1a2ae8cf-c0fd-41aa-9d36-7d099197babf-126323152967041024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Il y a du mystique dans la qualification de l'oeuvre par Stiegler, qui nie quelque part son potentiel social et politique. --", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Il y a du mystique dans la qualification de l'oeuvre par Stiegler, qui nie quelque part son potentiel social et politique. --", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2626000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Il y a du mystique dans la qualification de l'oeuvre par Stiegler, qui nie quelque part son potentiel social et politique. --\",\"created_at\":\"Tue Oct 18 15:48:28 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126323769043193856\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7494,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"default_profile\":true,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126323769043193856}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2626000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "9ce8d50d-df86-4ff4-82b4-54f58bd3b5f2-126323769043193856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Le jugement ne peut pas faire l'objet d'une preuve, dépasse les capacités analytiques. \"une oeuvre est quelque chose d'improbable", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb Le jugement ne peut pas faire l'objet d'une preuve, dépasse les capacités analytiques. \"une oeuvre est quelque chose d'improbable", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2628000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Le jugement ne peut pas faire l'objet d'une preuve, d\\u00e9passe les capacit\\u00e9s analytiques. \\\"une oeuvre est quelque chose d'improbable\",\"created_at\":\"Tue Oct 18 15:48:30 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126323778736242689\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1017,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1601,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"default_profile\":false,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126323778736242689}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2628000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "540bd204-dee2-4457-b4a9-3a55707b7ce8-126323778736242689" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Une oeuvre d'art dépasse mon jugement analytique, elle est improbable++", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb Une oeuvre d'art dépasse mon jugement analytique, elle est improbable++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2638000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Une oeuvre d'art d\\u00e9passe mon jugement analytique, elle est improbable++\",\"created_at\":\"Tue Oct 18 15:48:40 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126323821480378368\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":173,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":352,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"default_profile\":true,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126323821480378368}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2638000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "60a879f2-054b-455f-9450-82e720ab6d5c-126323821480378368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "B Stiegler : \"il faut introduire le web sémantique dans des musées d'art\" #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: B Stiegler : \"il faut introduire le web sémantique dans des musées d'art\" #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2725000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"B Stiegler : \\\"il faut introduire le web s\\u00e9mantique dans des mus\\u00e9es d'art\\\" #museoweb\",\"created_at\":\"Tue Oct 18 15:50:07 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[74,83]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126324185818607616\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1132,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2001,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126324185818607616}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2725000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "efd3630c-3b3b-4d22-8c01-cd52de64b43c-126324185818607616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Les communautés de jugement, communautés d'amateur, communiquent plutot qu'analysent ? Quelle place pour le symbole ??", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Les communautés de jugement, communautés d'amateur, communiquent plutot qu'analysent ? Quelle place pour le symbole ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2737000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Les communaut\\u00e9s de jugement, communaut\\u00e9s d'amateur, communiquent plutot qu'analysent ? Quelle place pour le symbole ??\",\"created_at\":\"Tue Oct 18 15:50:19 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126324237697949697\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"default_profile\":true,\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7495,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126324237697949697}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2737000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "d72bd668-f05d-49da-94ef-dfce4a19545f-126324237697949697" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb je ne vois pas en quoi le web sem serait impuissant a exprimer des faits relevant du jugement et non de l'analytique --", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb je ne vois pas en quoi le web sem serait impuissant a exprimer des faits relevant du jugement et non de l'analytique --", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2758000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb je ne vois pas en quoi le web sem serait impuissant a exprimer des faits relevant du jugement et non de l'analytique --\",\"created_at\":\"Tue Oct 18 15:50:40 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126324323089784832\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"default_profile\":false,\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1602,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126324323089784832}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2758000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "ba7d6fff-d632-4190-be6c-fcbf295aa606-126324323089784832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Adrienne Alix : espaces de #Wikipédia guidés par la contribution individuelle spontanée #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Adrienne Alix : espaces de #Wikipédia guidés par la contribution individuelle spontanée #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2850000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Adrienne Alix : espaces de #Wikip\\u00e9dia guid\\u00e9s par la contribution individuelle spontan\\u00e9e #museoweb\",\"created_at\":\"Tue Oct 18 15:52:12 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"Wikip\\u00e9dia\",\"indices\":[27,37]},{\"text\":\"museoweb\",\"indices\":[88,97]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126324709888491521\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1132,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2002,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126324709888491521}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2850000, +"tags": [ +{ +"id-ref": "9976ce9c-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99799640-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "e28b384d-3264-4b67-b5d2-e65068b946ce-126324709888491521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb @AdrienneAlix présente les espaces individuels spontanés de contribution sur #wikipedia, qui convergent vers le #semantique", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb @AdrienneAlix présente les espaces individuels spontanés de contribution sur #wikipedia, qui convergent vers le #semantique", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2850000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @AdrienneAlix pr\\u00e9sente les espaces individuels spontan\\u00e9s de contribution sur #wikipedia, qui convergent vers le #semantique\",\"created_at\":\"Tue Oct 18 15:52:12 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"wikipedia\",\"indices\":[87,97]},{\"text\":\"semantique\",\"indices\":[122,133]}],\"user_mentions\":[{\"indices\":[10,23],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126324711612354560\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7496,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126324711612354560}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2850000, +"tags": [ +{ +"id-ref": "99799640-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99799640-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "9979b4e0-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "23078cee-84e8-4396-b4d0-64b252e1d873-126324711612354560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Google Art : un outil analytique ? Malheureusement pas toujours perçu ainsi --", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb Google Art : un outil analytique ? Malheureusement pas toujours perçu ainsi --", +"color": "16763904", +"polemics": [ +"Q", +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2870000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Google Art : un outil analytique ? Malheureusement pas toujours per\\u00e7u ainsi --\",\"created_at\":\"Tue Oct 18 15:52:32 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126324795003510784\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":173,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"default_profile\":true,\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":354,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126324795003510784}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2870000, +"tags": [ +{ +"id-ref": "9979b4e0-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "9f4b5a2e-cdf9-4b98-a11f-b0d859ec300d-126324795003510784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @cblogculture: B Stiegler : le web social produit une grammatisation relationnelle, sur les RAPPORTS entre les flux #museoweb", +"img": { +"src": "http://a2.twimg.com/profile_images/455510659/balons_normal.jpg" +}, +"title": "Daniel Anic: RT @cblogculture: B Stiegler : le web social produit une grammatisation relationnelle, sur les RAPPORTS entre les flux #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2921000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @cblogculture: B Stiegler : le web social produit une grammatisation relationnelle, sur les RAPPORTS entre les flux #museoweb\",\"created_at\":\"Tue Oct 18 15:53:23 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[119,128]}],\"user_mentions\":[{\"indices\":[3,16],\"id_str\":\"216030846\",\"name\":\"C\\/blog\",\"screen_name\":\"cblogculture\",\"id\":216030846}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126325008803954688\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"B Stiegler : le web social produit une grammatisation relationnelle, sur les RAPPORTS entre les flux #museoweb\",\"created_at\":\"Tue Oct 18 15:31:56 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[101,110]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126319609228955650\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1132,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2002,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"default_profile\":false,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":3,\"favorited\":false,\"truncated\":false,\"id\":126319609228955650},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Tue Apr 14 12:56:48 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":159,\"description\":\"D\\u00e9veloppeur web & logiciel freelance\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.anic.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":70,\"id_str\":\"31114844\",\"listed_count\":14,\"friends_count\":236,\"profile_link_color\":\"788784\",\"protected\":false,\"location\":\"paris FR\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/455510659\\/balons_normal.jpg\",\"screen_name\":\"anic_fr\",\"name\":\"Daniel Anic\",\"statuses_count\":2132,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":31114844,\"default_profile\":false,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/455510659\\/balons_normal.jpg\"},\"retweet_count\":3,\"favorited\":false,\"truncated\":false,\"id\":126325008803954688}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2921000, +"tags": [ +{ +"id-ref": "9979b4e0-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "56eab658-8b6b-4021-9e26-3ba62328b568-126325008803954688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"L'encyclopédie de Diderot est loin d'etre neutre de point de vue\". Comme toutes les autres ! Le chercheur est tjrs situable ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb \"L'encyclopédie de Diderot est loin d'etre neutre de point de vue\". Comme toutes les autres ! Le chercheur est tjrs situable ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2952000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"L'encyclop\\u00e9die de Diderot est loin d'etre neutre de point de vue\\\". Comme toutes les autres ! Le chercheur est tjrs situable ++\",\"created_at\":\"Tue Oct 18 15:53:54 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126325137145470976\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7497,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126325137145470976}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2952000, +"tags": [ +{ +"id-ref": "9979b4e0-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "05990024-8c88-40a0-b3b4-590884b9a844-126325137145470976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Q à BS: le jugement esthétique ne s'applique-t-il pas au process de grammatisatisation proposé par les plateformes du websocial??", +"img": { +"src": "http://a3.twimg.com/profile_images/535539026/oaoa_normal.JPG" +}, +"title": "Olivier Auber: #museoweb Q à BS: le jugement esthétique ne s'applique-t-il pas au process de grammatisatisation proposé par les plateformes du websocial??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2968000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Q \\u00e0 BS: le jugement esth\\u00e9tique ne s'applique-t-il pas au process de grammatisatisation propos\\u00e9 par les plateformes du websocial??\",\"created_at\":\"Tue Oct 18 15:54:10 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126325206666055682\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"FFFFFF\",\"created_at\":\"Sun Jan 07 07:36:21 +0000 2007\",\"lang\":\"fr\",\"time_zone\":\"Brussels\",\"profile_sidebar_border_color\":\"FFFFFF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29472\\/polignac28Gen2NB250.jpg\",\"followers_count\":1760,\"description\":\"Bricolage th\\u00e9orique. Th\\u00e9orie du bricolage.\\r\\nParis - Bruxelles.\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/perspective-numerique.net\",\"following\":null,\"profile_text_color\":\"AC8CB7\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/29472\\/polignac28Gen2NB250.jpg\",\"favourites_count\":2268,\"id_str\":\"609513\",\"listed_count\":179,\"friends_count\":1026,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/535539026\\/oaoa_normal.JPG\",\"screen_name\":\"OlivierAuber\",\"name\":\"Olivier Auber\",\"default_profile\":false,\"statuses_count\":9658,\"verified\":false,\"profile_background_color\":\"FFFFFF\",\"id\":609513,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/535539026\\/oaoa_normal.JPG\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126325206666055682}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2968000, +"tags": [ +{ +"id-ref": "9979b4e0-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "3e0c4298-93b2-4960-9d29-0a1b98fc687d-126325206666055682" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @cblogculture: B Stiegler : \"il faut introduire le web sémantique dans des musées d'art\" #museoweb", +"img": { +"src": "http://a3.twimg.com/profile_images/1562090347/Moi_Facebook_Twitter_redim_normal.jpg" +}, +"title": "Chirollet JC: RT @cblogculture: B Stiegler : \"il faut introduire le web sémantique dans des musées d'art\" #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2974000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"retweeted\":false,\"text\":\"RT @cblogculture: B Stiegler : \\\"il faut introduire le web s\\u00e9mantique dans des mus\\u00e9es d'art\\\" #museoweb\",\"in_reply_to_status_id_str\":null,\"coordinates\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[92,101]}],\"user_mentions\":[{\"indices\":[3,16],\"screen_name\":\"cblogculture\",\"id_str\":\"216030846\",\"name\":\"C\\/blog\",\"id\":216030846}]},\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"id_str\":\"126325230514864128\",\"place\":null,\"contributors\":null,\"truncated\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"retweeted_status\":{\"retweeted\":false,\"text\":\"B Stiegler : \\\"il faut introduire le web s\\u00e9mantique dans des mus\\u00e9es d'art\\\" #museoweb\",\"in_reply_to_status_id_str\":null,\"coordinates\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[74,83]}],\"user_mentions\":[]},\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"id_str\":\"126324185818607616\",\"place\":null,\"contributors\":null,\"truncated\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"retweet_count\":0,\"in_reply_to_user_id\":null,\"favorited\":false,\"created_at\":\"Tue Oct 18 15:50:07 +0000 2011\",\"geo\":null,\"user\":{\"geo_enabled\":false,\"profile_use_background_image\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"profile_text_color\":\"9b8f40\",\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"location\":\"\",\"id_str\":\"216030846\",\"notifications\":null,\"profile_link_color\":\"da5700\",\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"screen_name\":\"cblogculture\",\"is_translator\":false,\"verified\":false,\"favourites_count\":1,\"listed_count\":62,\"following\":null,\"friends_count\":187,\"profile_background_color\":\"3c4006\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"profile_background_tile\":false,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"show_all_inline_media\":false,\"contributors_enabled\":false,\"statuses_count\":2002,\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"profile_sidebar_fill_color\":\"ced7d6\",\"protected\":false,\"name\":\"C\\/blog\",\"default_profile_image\":false,\"default_profile\":false,\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"followers_count\":1132,\"id\":216030846,\"utc_offset\":null,\"url\":\"http:\\/\\/cblog.culture.fr\"},\"in_reply_to_screen_name\":null,\"id\":126324185818607616},\"retweet_count\":0,\"in_reply_to_user_id\":null,\"favorited\":false,\"created_at\":\"Tue Oct 18 15:54:16 +0000 2011\",\"geo\":null,\"user\":{\"geo_enabled\":false,\"profile_use_background_image\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"profile_text_color\":\"333333\",\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"location\":\"France\",\"id_str\":\"332115667\",\"notifications\":null,\"profile_link_color\":\"0099CC\",\"description\":\"Philosophe, Universitaire_Esth\\u00e9tique_Fractals \\/ Art Fractal_Arts Num\\u00e9riques_Num\\u00e9risation du Patrimoine Artistique_Photographie Num\\u00e9rique\",\"screen_name\":\"fracjc\",\"is_translator\":false,\"verified\":false,\"favourites_count\":3,\"listed_count\":0,\"following\":null,\"friends_count\":134,\"profile_background_color\":\"FFF04D\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1562090347\\/Moi_Facebook_Twitter_redim_normal.jpg\",\"profile_background_tile\":false,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1562090347\\/Moi_Facebook_Twitter_redim_normal.jpg\",\"show_all_inline_media\":true,\"contributors_enabled\":false,\"statuses_count\":42,\"created_at\":\"Sat Jul 09 07:23:51 +0000 2011\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"name\":\"Chirollet JC\",\"default_profile_image\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"fff8ad\",\"followers_count\":20,\"id\":332115667,\"utc_offset\":-10800,\"url\":null},\"in_reply_to_screen_name\":null,\"id\":126325230514864128}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2974000, +"tags": [ +{ +"id-ref": "9979b4e0-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "1c12d22f-604d-4ac1-a385-c087ede4ff21-126325230514864128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "A Alix : présentation de 4 encyclopédies : Diderot, Larousse sur cd-Rom, Nupedia.com, Wikipedia... #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: A Alix : présentation de 4 encyclopédies : Diderot, Larousse sur cd-Rom, Nupedia.com, Wikipedia... #museoweb", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2981000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"A Alix : pr\\u00e9sentation de 4 encyclop\\u00e9dies : Diderot, Larousse sur cd-Rom, Nupedia.com, Wikipedia... #museoweb\",\"created_at\":\"Tue Oct 18 15:54:23 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[99,108]}],\"user_mentions\":[],\"urls\":[{\"indices\":[73,84],\"url\":\"Nupedia.com\",\"expanded_url\":null}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126325257618464769\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"default_profile\":false,\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1132,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2003,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126325257618464769}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2981000, +"tags": [ +{ +"id-ref": "9979b4e0-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "8ea3f805-6879-4b8e-8a80-782e739324e5-126325257618464769" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @cblogculture: A Alix : présentation de 4 encyclopédies : Diderot, Larousse sur cd-Rom, Nupedia.com, Wikipedia... #museoweb", +"img": { +"src": "http://a1.twimg.com/profile_images/1294841927/mde_normal.jpg" +}, +"title": "MdE78: RT @cblogculture: A Alix : présentation de 4 encyclopédies : Diderot, Larousse sur cd-Rom, Nupedia.com, Wikipedia... #museoweb", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2997000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @cblogculture: A Alix : pr\\u00e9sentation de 4 encyclop\\u00e9dies : Diderot, Larousse sur cd-Rom, Nupedia.com, Wikipedia... #museoweb\",\"created_at\":\"Tue Oct 18 15:54:39 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[117,126]}],\"user_mentions\":[{\"indices\":[3,16],\"id_str\":\"216030846\",\"name\":\"C\\/blog\",\"screen_name\":\"cblogculture\",\"id\":216030846}],\"urls\":[{\"indices\":[91,102],\"url\":\"Nupedia.com\",\"expanded_url\":null}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126325328552525825\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"f5f4dc\",\"created_at\":\"Thu Mar 31 14:30:28 +0000 2011\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/227482331\\/siteoff0-76911.png\",\"followers_count\":208,\"description\":\"La Maison de l'\\u00c9ducation des Yvelines vous accueille \\u00e0 Marly-le-Roi : M\\u00e9diath\\u00e8que, animations p\\u00e9dagogiques, formations TIce...\",\"default_profile\":false,\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.mde78.fr\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/227482331\\/siteoff0-76911.png\",\"favourites_count\":0,\"id_str\":\"275041850\",\"listed_count\":22,\"friends_count\":201,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Marly le Roi, 78\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1294841927\\/mde_normal.jpg\",\"screen_name\":\"MdE78\",\"name\":\"MdE78\",\"statuses_count\":717,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":275041850,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1294841927\\/mde_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126325328552525825}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 2997000, +"tags": [ +{ +"id-ref": "9979b4e0-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "57bb1c91-0094-4507-ba61-9e4e88951a8c-126325328552525825" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Entre l'encyclopédie Diderot et le dictionnaire sur cdrom j'aurai cité le dico scolaire comme outil largement diffusé--", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb Entre l'encyclopédie Diderot et le dictionnaire sur cdrom j'aurai cité le dico scolaire comme outil largement diffusé--", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3034000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Entre l'encyclop\\u00e9die Diderot et le dictionnaire sur cdrom j'aurai cit\\u00e9 le dico scolaire comme outil largement diffus\\u00e9--\",\"created_at\":\"Tue Oct 18 15:55:16 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126325479778156545\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":173,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":true,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":355,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126325479778156545}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3034000, +"tags": [ +{ +"id-ref": "9979b4e0-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "32cfbdf1-c586-442b-b2e5-0aa4862f0c9c-126325479778156545" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"wikipédia en tant que brouillon de Nupédia\"", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Emmanuel Chateau: #museoweb \"wikipédia en tant que brouillon de Nupédia\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3046000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"wikip\\u00e9dia en tant que brouillon de Nup\\u00e9dia\\\"\",\"created_at\":\"Tue Oct 18 15:55:28 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126325532542517248\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"C0DFEC\",\"created_at\":\"Tue Nov 23 11:23:56 +0000 2010\",\"default_profile\":false,\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a8c7f7\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":41,\"description\":\"Historien de l'architecture, Digital humanist\",\"geo_enabled\":false,\"profile_use_background_image\":false,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":23,\"id_str\":\"218830003\",\"listed_count\":1,\"friends_count\":65,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"screen_name\":\"emchateau\",\"name\":\"Emmanuel Chateau\",\"statuses_count\":33,\"verified\":false,\"profile_background_color\":\"022330\",\"id\":218830003,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126325532542517248}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3046000, +"tags": [ +{ +"id-ref": "9979b4e0-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "edb0a7ee-aa20-4b2c-9e9b-51af5f60acb7-126325532542517248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb L'encyclopédie Universalis n'est pas citée, est ce un acte manqué de la part du principal concurrent de fait Wikipedia ??", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb L'encyclopédie Universalis n'est pas citée, est ce un acte manqué de la part du principal concurrent de fait Wikipedia ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3104000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb L'encyclop\\u00e9die Universalis n'est pas cit\\u00e9e, est ce un acte manqu\\u00e9 de la part du principal concurrent de fait Wikipedia ??\",\"created_at\":\"Tue Oct 18 15:56:26 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126325773975035904\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":173,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":355,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126325773975035904}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3104000, +"tags": [ +{ +"id-ref": "9979b4e0-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "1631cc74-8716-4239-8c16-a99ed452d289-126325773975035904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"Sur #wikipedia on n'écrit pas seul\" Bon outil de création de symbole contre les solitudes numériques. ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb \"Sur #wikipedia on n'écrit pas seul\" Bon outil de création de symbole contre les solitudes numériques. ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3149000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"Sur #wikipedia on n'\\u00e9crit pas seul\\\" Bon outil de cr\\u00e9ation de symbole contre les solitudes num\\u00e9riques. ++\",\"created_at\":\"Tue Oct 18 15:57:11 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"wikipedia\",\"indices\":[15,25]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126325963402387456\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7498,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126325963402387456}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3149000, +"tags": [ +{ +"id-ref": "9979b4e0-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "9979b4e0-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "717e0a9c-bb5b-4072-a39e-311103d56d26-126325963402387456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "3 caractéristiques de Wikipédia : 1. collaborative, ouverte a ts (filtre de la compétence), 2. diffusée ss licence libre #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: 3 caractéristiques de Wikipédia : 1. collaborative, ouverte a ts (filtre de la compétence), 2. diffusée ss licence libre #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3189000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"3 caract\\u00e9ristiques de Wikip\\u00e9dia : 1. collaborative, ouverte a ts (filtre de la comp\\u00e9tence), 2. diffus\\u00e9e ss licence libre #museoweb\",\"created_at\":\"Tue Oct 18 15:57:51 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[121,130]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326129714937857\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"default_profile\":false,\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1132,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2004,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126326129714937857}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3189000, +"tags": [ +{ +"id-ref": "9979b4e0-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "ded701e9-c4a1-4a4c-855e-6b46c4c2b0b8-126326129714937857" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Au départ la licence libre a un but pratique : nécessaire pour pouvoir modifier un contenu existant @AdrienneAlix ++", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb Au départ la licence libre a un but pratique : nécessaire pour pouvoir modifier un contenu existant @AdrienneAlix ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3220000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Au d\\u00e9part la licence libre a un but pratique : n\\u00e9cessaire pour pouvoir modifier un contenu existant @AdrienneAlix ++\",\"created_at\":\"Tue Oct 18 15:58:22 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[110,123],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326260891783168\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1603,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126326260891783168}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3220000, +"tags": [ +{ +"id-ref": "9979b4e0-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "912d9561-9f2d-4fd0-96c9-c9ed23143626-126326260891783168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Dans #wikipedia le pratique (et la technique) a précédé la théorisation philosophique ++ #empirisme", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Dans #wikipedia le pratique (et la technique) a précédé la théorisation philosophique ++ #empirisme", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3222000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Dans #wikipedia le pratique (et la technique) a pr\\u00e9c\\u00e9d\\u00e9 la th\\u00e9orisation philosophique ++ #empirisme\",\"created_at\":\"Tue Oct 18 15:58:24 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"wikipedia\",\"indices\":[15,25]},{\"text\":\"empirisme\",\"indices\":[99,109]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326272191234048\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"default_profile\":true,\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7499,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126326272191234048}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3222000, +"tags": [ +{ +"id-ref": "997b2f28-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997b2f28-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997b2f28-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "55d5b682-68f7-40c2-904e-066196e70ecc-126326272191234048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et 3. Multilingue (+ 280 langues) #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Et 3. Multilingue (+ 280 langues) #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3230000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Et 3. Multilingue (+ 280 langues) #museoweb\",\"created_at\":\"Tue Oct 18 15:58:32 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[34,43]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326304990699521\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1132,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2005,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"default_profile\":false,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126326304990699521}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3230000, +"tags": [ +{ +"id-ref": "997b2f28-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "513105b3-765f-4a57-8efe-91878b84d252-126326304990699521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb l'encyclopédie Diderot, un travail déja collaboratif ? Pas au sens où on l'entend aujourd'hui, Diderot passait commande--", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb l'encyclopédie Diderot, un travail déja collaboratif ? Pas au sens où on l'entend aujourd'hui, Diderot passait commande--", +"color": "16763904", +"polemics": [ +"Q", +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3234000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb l'encyclop\\u00e9die Diderot, un travail d\\u00e9ja collaboratif ? Pas au sens o\\u00f9 on l'entend aujourd'hui, Diderot passait commande--\",\"created_at\":\"Tue Oct 18 15:58:36 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326319029039104\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":173,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":true,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":357,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126326319029039104}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3234000, +"tags": [ +{ +"id-ref": "997b2f28-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "211a0e30-0aa3-42b4-84f1-4f6f3af8d795-126326319029039104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @gonzagauthier: #museoweb Dans #wikipedia le pratique (et la technique) a précédé la théorisation philosophique ++ #empirisme", +"img": { +"src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png" +}, +"title": "Samuel Huron: RT @gonzagauthier: #museoweb Dans #wikipedia le pratique (et la technique) a précédé la théorisation philosophique ++ #empirisme", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3239000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @gonzagauthier: #museoweb Dans #wikipedia le pratique (et la technique) a pr\\u00e9c\\u00e9d\\u00e9 la th\\u00e9orisation philosophique ++ #empirisme\",\"created_at\":\"Tue Oct 18 15:58:41 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[19,28]},{\"text\":\"wikipedia\",\"indices\":[34,44]},{\"text\":\"empirisme\",\"indices\":[118,128]}],\"user_mentions\":[{\"indices\":[3,17],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326341699248128\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Dans #wikipedia le pratique (et la technique) a pr\\u00e9c\\u00e9d\\u00e9 la th\\u00e9orisation philosophique ++ #empirisme\",\"created_at\":\"Tue Oct 18 15:58:24 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"wikipedia\",\"indices\":[15,25]},{\"text\":\"empirisme\",\"indices\":[99,109]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326272191234048\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7499,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126326272191234048},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ffffff\",\"created_at\":\"Mon May 26 06:02:18 +0000 2008\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"b3009b\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"followers_count\":558,\"description\":\"Designer @ IRI Centre Pompidou \\/ PhD student in Computer Human interface @ Paris11 : #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.cybunk.com\",\"following\":null,\"profile_text_color\":\"4c9c8f\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"favourites_count\":316,\"id_str\":\"14905766\",\"listed_count\":62,\"friends_count\":673,\"profile_link_color\":\"b3009b\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"screen_name\":\"cybunk\",\"name\":\"Samuel Huron\",\"statuses_count\":2407,\"verified\":false,\"profile_background_color\":\"000000\",\"id\":14905766,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126326341699248128}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3239000, +"tags": [ +{ +"id-ref": "997b2f28-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997b2f28-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997b2f28-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "3e4c6161-9c6b-4a3d-b170-981076a8a44b-126326341699248128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "2011 : 280 éditions linguistiques, 34 d'entre elles + 100 000 articles #museoweb #Wikipédia", +"img": { +"src": "None" +}, +"title": "C/blog: 2011 : 280 éditions linguistiques, 34 d'entre elles + 100 000 articles #museoweb #Wikipédia", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3293000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"2011 : 280 \\u00e9ditions linguistiques, 34 d'entre elles + 100 000 articles #museoweb #Wikip\\u00e9dia\",\"created_at\":\"Tue Oct 18 15:59:35 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[71,80]},{\"text\":\"Wikip\\u00e9dia\",\"indices\":[81,91]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326568367833089\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"default_profile\":false,\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1132,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2006,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126326568367833089}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3293000, +"tags": [ +{ +"id-ref": "997b2f28-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997b2f28-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "5e1ee618-9bf2-463e-b165-997efa8ae8a4-126326568367833089" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb @AdrienneAlix suggère que la production d'articles, même de peu de qualité est déjà une victoire du projet. Quels buts alors ??", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb @AdrienneAlix suggère que la production d'articles, même de peu de qualité est déjà une victoire du projet. Quels buts alors ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3303000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @AdrienneAlix sugg\\u00e8re que la production d'articles, m\\u00eame de peu de qualit\\u00e9 est d\\u00e9j\\u00e0 une victoire du projet. Quels buts alors ??\",\"created_at\":\"Tue Oct 18 15:59:45 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[10,23],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326610222792705\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7500,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"default_profile\":true,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126326610222792705}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3303000, +"tags": [ +{ +"id-ref": "997b2f28-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "83e73434-6446-499d-8334-ec895f241194-126326610222792705" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb 1,162 millions d'articles dans Wikipedia francophone aujourd'hui @AdrienneAlix", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb 1,162 millions d'articles dans Wikipedia francophone aujourd'hui @AdrienneAlix", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3306000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb 1,162 millions d'articles dans Wikipedia francophone aujourd'hui @AdrienneAlix\",\"created_at\":\"Tue Oct 18 15:59:48 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[75,88],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326624584089601\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1604,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"default_profile\":false,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126326624584089601}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3306000, +"tags": [ +{ +"id-ref": "997b2f28-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "9d20d081-b2bf-466a-b7cf-47fcd17df6cb-126326624584089601" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Wikimedia Commons est une médiathèque de contenus centrale, qui compte auj + 11 millions de fichiers #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Wikimedia Commons est une médiathèque de contenus centrale, qui compte auj + 11 millions de fichiers #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3364000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Wikimedia Commons est une m\\u00e9diath\\u00e8que de contenus centrale, qui compte auj + 11 millions de fichiers #museoweb\",\"created_at\":\"Tue Oct 18 16:00:46 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[101,110]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326866461208576\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1132,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"default_profile\":false,\"statuses_count\":2007,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126326866461208576}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3364000, +"tags": [ +{ +"id-ref": "997b2f28-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "12f4cf3f-09fb-4bb5-afbc-b0d02c10aab6-126326866461208576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb 11 millions de fichiers dans Wikimedia Commons (11 millions !!!) #scalabilité @AdrienneAlix", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb 11 millions de fichiers dans Wikimedia Commons (11 millions !!!) #scalabilité @AdrienneAlix", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3383000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb 11 millions de fichiers dans Wikimedia Commons (11 millions !!!) #scalabilit\\u00e9 @AdrienneAlix\",\"created_at\":\"Tue Oct 18 16:01:05 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"scalabilit\\u00e9\",\"indices\":[75,87]}],\"user_mentions\":[{\"indices\":[88,101],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326944408158208\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"default_profile\":false,\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1604,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126326944408158208}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3383000, +"tags": [ +{ +"id-ref": "997b2f28-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997c01dc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "3b9536d5-29b3-4d21-a4f9-7efde55126b5-126326944408158208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @gonzagauthier: #museoweb Dans #wikipedia le pratique (et la technique) a précédé la théorisation philosophique ++ #empirisme", +"img": { +"src": "http://a0.twimg.com/profile_images/127401730/PhotoRM_normal.jpg" +}, +"title": "Rémi Mathis: RT @gonzagauthier: #museoweb Dans #wikipedia le pratique (et la technique) a précédé la théorisation philosophique ++ #empirisme", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3384000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @gonzagauthier: #museoweb Dans #wikipedia le pratique (et la technique) a pr\\u00e9c\\u00e9d\\u00e9 la th\\u00e9orisation philosophique ++ #empirisme\",\"created_at\":\"Tue Oct 18 16:01:06 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[19,28]},{\"text\":\"wikipedia\",\"indices\":[34,44]},{\"text\":\"empirisme\",\"indices\":[118,128]}],\"user_mentions\":[{\"indices\":[3,17],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326950406012928\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Dans #wikipedia le pratique (et la technique) a pr\\u00e9c\\u00e9d\\u00e9 la th\\u00e9orisation philosophique ++ #empirisme\",\"created_at\":\"Tue Oct 18 15:58:24 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"wikipedia\",\"indices\":[15,25]},{\"text\":\"empirisme\",\"indices\":[99,109]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326272191234048\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7500,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126326272191234048},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F3F3F3\",\"default_profile\":false,\"created_at\":\"Tue Apr 07 18:26:20 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"DFDFDF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"followers_count\":1086,\"description\":\"Conservateur au d\\u00e9partement des Estampes de la BnF ; r\\u00e9dac'chef des Nouvelles de l'estampe ; pr\\u00e9sident de Wikim\\u00e9dia France\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/alatoisondor.wordpress.com\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"favourites_count\":2,\"id_str\":\"29508165\",\"listed_count\":122,\"friends_count\":629,\"profile_link_color\":\"990000\",\"protected\":false,\"location\":\"Paris ; Amsterdam\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\",\"screen_name\":\"RemiMathis\",\"name\":\"R\\u00e9mi Mathis\",\"statuses_count\":12058,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":29508165,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126326950406012928}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3384000, +"tags": [ +{ +"id-ref": "997c01dc-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997c01dc-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997c01dc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "fe6e2eba-9b23-4e1e-aecb-5c643d5e3594-126326950406012928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Suivez le hashtag #museoweb : séminaire de l'IRI, aujourd'hui avec @AdrienneAlix, directrice des programmes de @Wikimedia_Fr", +"img": { +"src": "http://a0.twimg.com/profile_images/127401730/PhotoRM_normal.jpg" +}, +"title": "Rémi Mathis: Suivez le hashtag #museoweb : séminaire de l'IRI, aujourd'hui avec @AdrienneAlix, directrice des programmes de @Wikimedia_Fr", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3437000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Suivez le hashtag #museoweb : s\\u00e9minaire de l'IRI, aujourd'hui avec @AdrienneAlix, directrice des programmes de @Wikimedia_Fr\",\"created_at\":\"Tue Oct 18 16:01:59 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[18,27]}],\"user_mentions\":[{\"indices\":[67,80],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902},{\"indices\":[111,124],\"id_str\":\"17271765\",\"name\":\"Wikim\\u00e9dia France\",\"screen_name\":\"Wikimedia_Fr\",\"id\":17271765}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126327173048057856\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F3F3F3\",\"default_profile\":false,\"created_at\":\"Tue Apr 07 18:26:20 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"DFDFDF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"followers_count\":1086,\"description\":\"Conservateur au d\\u00e9partement des Estampes de la BnF ; r\\u00e9dac'chef des Nouvelles de l'estampe ; pr\\u00e9sident de Wikim\\u00e9dia France\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/alatoisondor.wordpress.com\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"favourites_count\":2,\"id_str\":\"29508165\",\"listed_count\":122,\"friends_count\":629,\"profile_link_color\":\"990000\",\"protected\":false,\"location\":\"Paris ; Amsterdam\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\",\"screen_name\":\"RemiMathis\",\"name\":\"R\\u00e9mi Mathis\",\"statuses_count\":12059,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":29508165,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126327173048057856}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3437000, +"tags": [ +{ +"id-ref": "997c01dc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "a658daee-a9e9-4aa3-ab61-e1b7d333987e-126327173048057856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Wikisource, bibliothèque de textes ss licence libre, + 72 000 textes #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Wikisource, bibliothèque de textes ss licence libre, + 72 000 textes #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3442000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Wikisource, biblioth\\u00e8que de textes ss licence libre, + 72 000 textes #museoweb\",\"created_at\":\"Tue Oct 18 16:02:04 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[69,78]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126327194740989952\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1132,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2008,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126327194740989952}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3442000, +"tags": [ +{ +"id-ref": "997c01dc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "7525842d-a398-45c3-bee7-a076d7c62cdc-126327194740989952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @gonzagauthier: #museoweb @AdrienneAlix suggère que la production d'articles, même de peu de qualité est déjà une victoire du projet. ...", +"img": { +"src": "http://a0.twimg.com/profile_images/380566620/arton2047_normal.jpg" +}, +"title": "Coline Aunis: RT @gonzagauthier: #museoweb @AdrienneAlix suggère que la production d'articles, même de peu de qualité est déjà une victoire du projet. ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3461000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @gonzagauthier: #museoweb @AdrienneAlix sugg\\u00e8re que la production d'articles, m\\u00eame de peu de qualit\\u00e9 est d\\u00e9j\\u00e0 une victoire du projet. ...\",\"created_at\":\"Tue Oct 18 16:02:23 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[19,28]}],\"user_mentions\":[{\"indices\":[3,17],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327},{\"indices\":[29,42],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126327270989250561\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @AdrienneAlix sugg\\u00e8re que la production d'articles, m\\u00eame de peu de qualit\\u00e9 est d\\u00e9j\\u00e0 une victoire du projet. Quels buts alors ??\",\"created_at\":\"Tue Oct 18 15:59:45 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[10,23],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326610222792705\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7500,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126326610222792705},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DAECF4\",\"default_profile\":false,\"created_at\":\"Tue Aug 25 10:14:38 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"C6E2EE\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"followers_count\":420,\"description\":\"#Web #NewMedia #NewTech #CM @ArtsetMetiers \\/\\/\\r\\n#MuseoGeek & \\u271a\\u271a \\/ \\u2600 \\/ \\uf8ff \\/\\/\",\"geo_enabled\":true,\"profile_use_background_image\":false,\"url\":\"http:\\/\\/arts-et-metiers.net\",\"following\":null,\"profile_text_color\":\"663B12\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"favourites_count\":81,\"id_str\":\"68658539\",\"listed_count\":36,\"friends_count\":409,\"profile_link_color\":\"1F98C7\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\",\"screen_name\":\"Lilmount\",\"name\":\"Coline Aunis\",\"statuses_count\":2009,\"verified\":false,\"profile_background_color\":\"C6E2EE\",\"id\":68658539,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":true,\"id\":126327270989250561}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3461000, +"tags": [ +{ +"id-ref": "997c01dc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "c3dfe897-dea6-4527-a2b6-b13227ab6f7f-126327270989250561" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Enfin Wikctionnaire a plus de 2 millions d'entrées #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Enfin Wikctionnaire a plus de 2 millions d'entrées #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3511000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Enfin Wikctionnaire a plus de 2 millions d'entr\\u00e9es #museoweb\",\"created_at\":\"Tue Oct 18 16:03:13 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[51,60]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126327482554130433\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1132,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"default_profile\":false,\"statuses_count\":2009,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126327482554130433}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3511000, +"tags": [ +{ +"id-ref": "997c01dc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "2f05211d-3924-4a14-bea5-5f514fe8f00a-126327482554130433" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "5 principes fondateurs : encyclopedie, neutralité de pt de vue, licence libre, organisation sociale, et ps d'autres règles #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: 5 principes fondateurs : encyclopedie, neutralité de pt de vue, licence libre, organisation sociale, et ps d'autres règles #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3588000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"5 principes fondateurs : encyclopedie, neutralit\\u00e9 de pt de vue, licence libre, organisation sociale, et ps d'autres r\\u00e8gles #museoweb\",\"created_at\":\"Tue Oct 18 16:04:30 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[123,132]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126327803917500416\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1132,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"default_profile\":false,\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2010,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126327803917500416}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3588000, +"tags": [ +{ +"id-ref": "997c01dc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "0412b482-e00a-43bd-9590-4ab4d4ca3a4c-126327803917500416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Wiktionnaire: 2 million d'entrées.", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Wiktionnaire: 2 million d'entrées.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3602000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Wiktionnaire: 2 million d'entr\\u00e9es.\",\"created_at\":\"Tue Oct 18 16:04:44 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126327865980616704\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"default_profile\":true,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7501,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126327865980616704}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3602000, +"tags": [ +{ +"id-ref": "997c01dc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "a2c05bab-1152-4e2c-9cce-e37f79f253b6-126327865980616704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"#wikipedia cherche la neutralité de point de vue\" -- illusoire, et je trouve en contradiction avec l'espace de discussion.", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb \"#wikipedia cherche la neutralité de point de vue\" -- illusoire, et je trouve en contradiction avec l'espace de discussion.", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3604000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"#wikipedia cherche la neutralit\\u00e9 de point de vue\\\" -- illusoire, et je trouve en contradiction avec l'espace de discussion.\",\"created_at\":\"Tue Oct 18 16:04:46 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"wikipedia\",\"indices\":[11,21]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126327872343379969\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7502,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126327872343379969}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3604000, +"tags": [ +{ +"id-ref": "997c01dc-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997c01dc-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "3888bce4-d9b5-4d17-9569-3ddcea0f15a7-126327872343379969" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@AdrienneAlix en direct ici http://t.co/oDrL2O41 au #museoweb #wikimedia #wikipedia", +"img": { +"src": "http://a1.twimg.com/profile_images/1565805073/299895_10150306024224639_207251779638_8073973_1796135049_n_normal.jpg" +}, +"title": "DianeDrubay|Buzzeum: @AdrienneAlix en direct ici http://t.co/oDrL2O41 au #museoweb #wikimedia #wikipedia", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3649000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"AdrienneAlix\",\"in_reply_to_user_id\":53406902,\"text\":\"@AdrienneAlix en direct ici http:\\/\\/t.co\\/oDrL2O41 au #museoweb #wikimedia #wikipedia\",\"created_at\":\"Tue Oct 18 16:05:31 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[52,61]},{\"text\":\"wikimedia\",\"indices\":[62,72]},{\"text\":\"wikipedia\",\"indices\":[73,83]}],\"user_mentions\":[{\"indices\":[0,13],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[{\"indices\":[28,48],\"url\":\"http:\\/\\/t.co\\/oDrL2O41\",\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/2011-2012-museo-ouverture\\/client.php\",\"display_url\":\"polemictweet.com\\/2011-2012-muse\\u2026\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":\"53406902\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126328062336970753\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"faa800\",\"created_at\":\"Sun Nov 25 20:41:30 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/312263247\\/buzzeum_twitter-background.jpg\",\"followers_count\":2032,\"description\":\"Agence de communication culturelle nouveaux m\\u00e9dias et blogueuse depuis 2007\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.buzzeum.com\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/312263247\\/buzzeum_twitter-background.jpg\",\"favourites_count\":50,\"id_str\":\"10569112\",\"listed_count\":172,\"friends_count\":1140,\"profile_link_color\":\"878787\",\"protected\":false,\"location\":\"France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1565805073\\/299895_10150306024224639_207251779638_8073973_1796135049_n_normal.jpg\",\"screen_name\":\"DianeDrubay\",\"name\":\"DianeDrubay|Buzzeum\",\"default_profile\":false,\"statuses_count\":2189,\"verified\":false,\"profile_background_color\":\"f2f2f2\",\"id\":10569112,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1565805073\\/299895_10150306024224639_207251779638_8073973_1796135049_n_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126328062336970753}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3649000, +"tags": [ +{ +"id-ref": "997c01dc-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997cea3e-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997cea3e-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "f24e2d4e-acb2-4f8b-8705-da594c698553-126328062336970753" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "s'en va retrouver la #NCO pour suivre ensemble le livetweet de #museoweb. Ou pas...", +"img": { +"src": "http://a3.twimg.com/profile_images/1400384605/Kergarat_v_lo_normal.jpg" +}, +"title": "Pymouss: s'en va retrouver la #NCO pour suivre ensemble le livetweet de #museoweb. Ou pas...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3745000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"s'en va retrouver la #NCO pour suivre ensemble le livetweet de #museoweb. Ou pas...\",\"created_at\":\"Tue Oct 18 16:07:07 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"NCO\",\"indices\":[21,25]},{\"text\":\"museoweb\",\"indices\":[63,72]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126328463874469888\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"created_at\":\"Sat Apr 11 13:26:15 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"181A1E\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/151596582\\/Rennes_090624-10a.jpg\",\"followers_count\":438,\"description\":\"Wikip\\u00e9dien, wikim\\u00e9dien, libriste, OSMiste.\\r\\nRennais et bretonnant d\\u00e9butant.\\r\\nPhotographe amateur de choses sans int\\u00e9r\\u00eat.\\r\\nEt plein d'autres choses\\u2026\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/pymouss.blogspot.com\\/\",\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/151596582\\/Rennes_090624-10a.jpg\",\"favourites_count\":0,\"id_str\":\"30446524\",\"listed_count\":76,\"friends_count\":300,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"location\":\"Rennes\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1400384605\\/Kergarat_v_lo_normal.jpg\",\"screen_name\":\"Pymouss\",\"name\":\"Pymouss\",\"default_profile\":false,\"statuses_count\":8015,\"verified\":false,\"profile_background_color\":\"1A1B1F\",\"id\":30446524,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1400384605\\/Kergarat_v_lo_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126328463874469888}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3745000, +"tags": [ +{ +"id-ref": "997cea3e-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997d0898-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "95ac111a-66a6-437d-80bf-2b7d9ead5dd9-126328463874469888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @figoblog: #museoweb 11 millions de fichiers dans Wikimedia Commons (11 millions !!!) #scalabilité @AdrienneAlix", +"img": { +"src": "http://a2.twimg.com/profile_images/1158679288/modem-usr-courier_normal.jpg" +}, +"title": "Stéphane Bortzmeyer: RT @figoblog: #museoweb 11 millions de fichiers dans Wikimedia Commons (11 millions !!!) #scalabilité @AdrienneAlix", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3748000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @figoblog: #museoweb 11 millions de fichiers dans Wikimedia Commons (11 millions !!!) #scalabilit\\u00e9 @AdrienneAlix\",\"created_at\":\"Tue Oct 18 16:07:10 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[14,23]},{\"text\":\"scalabilit\\u00e9\",\"indices\":[89,101]}],\"user_mentions\":[{\"indices\":[3,12],\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id\":8814092},{\"indices\":[102,115],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twmode.sf.net\\/\\\" rel=\\\"nofollow\\\"\\u003Etwmode\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126328477401104386\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb 11 millions de fichiers dans Wikimedia Commons (11 millions !!!) #scalabilit\\u00e9 @AdrienneAlix\",\"created_at\":\"Tue Oct 18 16:01:05 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"scalabilit\\u00e9\",\"indices\":[75,87]}],\"user_mentions\":[{\"indices\":[88,101],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326944408158208\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1605,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126326944408158208},\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Fri Sep 18 12:06:45 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":2164,\"description\":\"Indig\\u00e8ne de l'Internet, pas encore Civilis\\u00e9.\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.bortzmeyer.org\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":2,\"id_str\":\"75263632\",\"listed_count\":166,\"friends_count\":648,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1158679288\\/modem-usr-courier_normal.jpg\",\"screen_name\":\"bortzmeyer\",\"name\":\"St\\u00e9phane Bortzmeyer\",\"statuses_count\":16920,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":75263632,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1158679288\\/modem-usr-courier_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126328477401104386}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3748000, +"tags": [ +{ +"id-ref": "997d0898-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997d0898-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "f0cac747-4b4a-4141-b092-4de05e240866-126328477401104386" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Types d'utilisateurs : anonymes, utilisateurs, administrateurs, arbitres et patrouilleurs, bureaucrates et stewards #museoweb #Wikipédia", +"img": { +"src": "None" +}, +"title": "C/blog: Types d'utilisateurs : anonymes, utilisateurs, administrateurs, arbitres et patrouilleurs, bureaucrates et stewards #museoweb #Wikipédia", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3753000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Types d'utilisateurs : anonymes, utilisateurs, administrateurs, arbitres et patrouilleurs, bureaucrates et stewards #museoweb #Wikip\\u00e9dia\",\"created_at\":\"Tue Oct 18 16:07:15 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[116,125]},{\"text\":\"Wikip\\u00e9dia\",\"indices\":[126,136]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126328498171289600\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1132,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2011,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126328498171289600}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3753000, +"tags": [ +{ +"id-ref": "997d0898-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997d0898-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "fa66c15e-2d0e-4eef-a5f7-ec9187d80b1c-126328498171289600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb les administrateurs de WP n'ont pas un pouvoir éditorial mais un pouvoir technique de police", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb les administrateurs de WP n'ont pas un pouvoir éditorial mais un pouvoir technique de police", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3765000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb les administrateurs de WP n'ont pas un pouvoir \\u00e9ditorial mais un pouvoir technique de police\",\"created_at\":\"Tue Oct 18 16:07:27 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126328548523900928\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1606,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126328548523900928}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3765000, +"tags": [ +{ +"id-ref": "997d0898-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "27988d58-da30-445e-8b86-683c31c57d66-126328548523900928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @figoblog: #museoweb 1,162 millions d'articles dans Wikipedia francophone aujourd'hui @AdrienneAlix", +"img": { +"src": "http://a2.twimg.com/profile_images/1158679288/modem-usr-courier_normal.jpg" +}, +"title": "Stéphane Bortzmeyer: RT @figoblog: #museoweb 1,162 millions d'articles dans Wikipedia francophone aujourd'hui @AdrienneAlix", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3784000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @figoblog: #museoweb 1,162 millions d'articles dans Wikipedia francophone aujourd'hui @AdrienneAlix\",\"created_at\":\"Tue Oct 18 16:07:46 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[14,23]}],\"user_mentions\":[{\"indices\":[3,12],\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id\":8814092},{\"indices\":[89,102],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twmode.sf.net\\/\\\" rel=\\\"nofollow\\\"\\u003Etwmode\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126328629050347520\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb 1,162 millions d'articles dans Wikipedia francophone aujourd'hui @AdrienneAlix\",\"created_at\":\"Tue Oct 18 15:59:48 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[75,88],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326624584089601\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"default_profile\":false,\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1606,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126326624584089601},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Fri Sep 18 12:06:45 +0000 2009\",\"default_profile\":true,\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":2164,\"description\":\"Indig\\u00e8ne de l'Internet, pas encore Civilis\\u00e9.\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.bortzmeyer.org\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":2,\"id_str\":\"75263632\",\"listed_count\":166,\"friends_count\":648,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1158679288\\/modem-usr-courier_normal.jpg\",\"screen_name\":\"bortzmeyer\",\"name\":\"St\\u00e9phane Bortzmeyer\",\"statuses_count\":16921,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":75263632,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1158679288\\/modem-usr-courier_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126328629050347520}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3784000, +"tags": [ +{ +"id-ref": "997d0898-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b8983d50-2fb0-4edc-8345-5343c35bc378-126328629050347520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb @AdrienneAlix présente les pouvoirs dans #wikipedia, élus par les contributeurs. Mais quelle organisation sociale au-delà ??", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb @AdrienneAlix présente les pouvoirs dans #wikipedia, élus par les contributeurs. Mais quelle organisation sociale au-delà ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3792000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @AdrienneAlix pr\\u00e9sente les pouvoirs dans #wikipedia, \\u00e9lus par les contributeurs. Mais quelle organisation sociale au-del\\u00e0 ??\",\"created_at\":\"Tue Oct 18 16:07:54 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"wikipedia\",\"indices\":[51,61]}],\"user_mentions\":[{\"indices\":[10,23],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126328659345817600\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7503,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126328659345817600}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3792000, +"tags": [ +{ +"id-ref": "997d0898-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997d0898-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "3d29e464-e8c2-407f-ae77-d306736cc91c-126328659345817600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb arbitres = pouvoir de justice sur les problèmes d'entente entre contributeurs.", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb arbitres = pouvoir de justice sur les problèmes d'entente entre contributeurs.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3826000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb arbitres = pouvoir de justice sur les probl\\u00e8mes d'entente entre contributeurs.\",\"created_at\":\"Tue Oct 18 16:08:28 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126328804745547776\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"default_profile\":false,\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1607,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126328804745547776}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3826000, +"tags": [ +{ +"id-ref": "997d0898-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "c390f2dc-e588-49d1-af27-08a3bde71658-126328804745547776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Peut-on dire que #wikipedia est responsable des savoirs et de ses instances de régulation devant les citoyens ??", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Peut-on dire que #wikipedia est responsable des savoirs et de ses instances de régulation devant les citoyens ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3857000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Peut-on dire que #wikipedia est responsable des savoirs et de ses instances de r\\u00e9gulation devant les citoyens ??\",\"created_at\":\"Tue Oct 18 16:08:59 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"wikipedia\",\"indices\":[27,37]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126328933087055872\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":true,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7504,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126328933087055872}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3857000, +"tags": [ +{ +"id-ref": "997d0898-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997d0898-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "1530c1ad-ca7f-49f6-a6d5-1d21f464c6d0-126328933087055872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb patrouilleurs : sans jardinage permanent des contenus, Wikipedia deviendrait rapidement ingérable @AdrienneAlix ++", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb patrouilleurs : sans jardinage permanent des contenus, Wikipedia deviendrait rapidement ingérable @AdrienneAlix ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3872000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb patrouilleurs : sans jardinage permanent des contenus, Wikipedia deviendrait rapidement ing\\u00e9rable @AdrienneAlix ++\",\"created_at\":\"Tue Oct 18 16:09:14 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[108,121],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126328994860769280\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"default_profile\":false,\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1608,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126328994860769280}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3872000, +"tags": [ +{ +"id-ref": "997d0898-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "d6dbf1b7-aef7-4da4-bc81-3aa3e9e13917-126328994860769280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb @AdrienneAlix présente les robots comme un type de contributeur. #transhumanisme ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb @AdrienneAlix présente les robots comme un type de contributeur. #transhumanisme ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3899000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @AdrienneAlix pr\\u00e9sente les robots comme un type de contributeur. #transhumanisme ++\",\"created_at\":\"Tue Oct 18 16:09:41 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"transhumanisme\",\"indices\":[75,90]}],\"user_mentions\":[{\"indices\":[10,23],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126329110782943233\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"default_profile\":true,\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7505,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126329110782943233}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3899000, +"tags": [ +{ +"id-ref": "997d0898-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997df30c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "67327064-15a8-47d3-b8c6-80c8431c620a-126329110782943233" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"Ce sont actuellement les robots qui font le plus de contributions. Certains apportent même maintenant des contenus\"", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb \"Ce sont actuellement les robots qui font le plus de contributions. Certains apportent même maintenant des contenus\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3934000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"Ce sont actuellement les robots qui font le plus de contributions. Certains apportent m\\u00eame maintenant des contenus\\\"\",\"created_at\":\"Tue Oct 18 16:10:16 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126329255314464769\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7506,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126329255314464769}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3934000, +"tags": [ +{ +"id-ref": "997df30c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "6a7075c2-0f39-4063-aaa0-dfc4b6e1fdcb-126329255314464769" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb les robots sont ceux qui font le plus de contributions (pas forcement qui apportent le plus de contenus) ++", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb les robots sont ceux qui font le plus de contributions (pas forcement qui apportent le plus de contenus) ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3946000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb les robots sont ceux qui font le plus de contributions (pas forcement qui apportent le plus de contenus) ++\",\"created_at\":\"Tue Oct 18 16:10:28 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126329305713225728\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1609,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126329305713225728}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3946000, +"tags": [ +{ +"id-ref": "997df30c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "353b1fa8-f80d-4b0a-915f-9e1bb2af005e-126329305713225728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@gonzagauthier Pourquoi illusoire ? Tt fonctionne ainsi. Et établir cet état de la connaissance/balance nécessite de se parler #museoweb", +"img": { +"src": "http://a0.twimg.com/profile_images/127401730/PhotoRM_normal.jpg" +}, +"title": "Rémi Mathis: @gonzagauthier Pourquoi illusoire ? Tt fonctionne ainsi. Et établir cet état de la connaissance/balance nécessite de se parler #museoweb", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3953000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"gonzagauthier\",\"in_reply_to_user_id\":136900327,\"text\":\"@gonzagauthier Pourquoi illusoire ? Tt fonctionne ainsi. Et \\u00e9tablir cet \\u00e9tat de la connaissance\\/balance n\\u00e9cessite de se parler #museoweb\",\"created_at\":\"Tue Oct 18 16:10:35 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[127,136]}],\"user_mentions\":[{\"indices\":[0,14],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":\"126327872343379969\",\"place\":null,\"geo\":null,\"source\":\"web\",\"in_reply_to_user_id_str\":\"136900327\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126329334842667008\",\"in_reply_to_status_id\":126327872343379969,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F3F3F3\",\"created_at\":\"Tue Apr 07 18:26:20 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"DFDFDF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"followers_count\":1086,\"description\":\"Conservateur au d\\u00e9partement des Estampes de la BnF ; r\\u00e9dac'chef des Nouvelles de l'estampe ; pr\\u00e9sident de Wikim\\u00e9dia France\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/alatoisondor.wordpress.com\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"favourites_count\":2,\"id_str\":\"29508165\",\"listed_count\":122,\"friends_count\":629,\"profile_link_color\":\"990000\",\"protected\":false,\"location\":\"Paris ; Amsterdam\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\",\"screen_name\":\"RemiMathis\",\"name\":\"R\\u00e9mi Mathis\",\"statuses_count\":12060,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":29508165,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126329334842667008}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3953000, +"tags": [ +{ +"id-ref": "997df30c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "eb6e3f25-a914-46ac-9abd-ddea86ea6ebe-126329334842667008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Quelle place peut tenir le web social + #semantique dans la recherche sur l'intelligence artificielle ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Quelle place peut tenir le web social + #semantique dans la recherche sur l'intelligence artificielle ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3972000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Quelle place peut tenir le web social + #semantique dans la recherche sur l'intelligence artificielle ?\",\"created_at\":\"Tue Oct 18 16:10:54 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"semantique\",\"indices\":[50,61]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126329416979726336\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"default_profile\":true,\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7507,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126329416979726336}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3972000, +"tags": [ +{ +"id-ref": "997df30c-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997df30c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "f02d4f2d-a736-4cbc-969b-ea2b71912323-126329416979726336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Wikipédia, ce sont 15 000 contributeurs actifs par mois & 1 million de comptes crées en France depuis sa création #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Wikipédia, ce sont 15 000 contributeurs actifs par mois & 1 million de comptes crées en France depuis sa création #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3977000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Wikip\\u00e9dia, ce sont 15 000 contributeurs actifs par mois & 1 million de comptes cr\\u00e9es en France depuis sa cr\\u00e9ation #museoweb\",\"created_at\":\"Tue Oct 18 16:10:59 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[115,124]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126329437313695744\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1132,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"default_profile\":false,\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2012,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126329437313695744}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 3977000, +"tags": [ +{ +"id-ref": "997df30c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "2f65975e-f612-4aa9-b098-38dd41fe098f-126329437313695744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb 180 administrateurs (police), adminstrateurs (justice), patrouilleurs (jardiniers),bureaucrates, robots,une hiérachie non-dite??", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb 180 administrateurs (police), adminstrateurs (justice), patrouilleurs (jardiniers),bureaucrates, robots,une hiérachie non-dite??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4015000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb 180 administrateurs (police), adminstrateurs (justice), patrouilleurs (jardiniers),bureaucrates, robots,une hi\\u00e9rachie non-dite??\",\"created_at\":\"Tue Oct 18 16:11:37 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126329596927942657\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"default_profile\":true,\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":174,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":358,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126329596927942657}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4015000, +"tags": [ +{ +"id-ref": "997df30c-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "d3a95650-1a9b-401b-879b-d160472a316e-126329596927942657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb point #victorhugo pour @AdrienneAlix :-)", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb point #victorhugo pour @AdrienneAlix :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4072000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb point #victorhugo pour @AdrienneAlix :-)\",\"created_at\":\"Tue Oct 18 16:12:34 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"victorhugo\",\"indices\":[16,27]}],\"user_mentions\":[{\"indices\":[33,46],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126329835449626624\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1610,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126329835449626624}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4072000, +"tags": [ +{ +"id-ref": "997df30c-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "79ed82f6-3913-4f1d-b811-381f7b22459b-126329835449626624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @figoblog: #museoweb patrouilleurs : sans jardinage permanent des contenus, Wikipedia deviendrait rapidement ingérable @AdrienneAlix ++", +"img": { +"src": "http://a2.twimg.com/profile_images/1158679288/modem-usr-courier_normal.jpg" +}, +"title": "Stéphane Bortzmeyer: RT @figoblog: #museoweb patrouilleurs : sans jardinage permanent des contenus, Wikipedia deviendrait rapidement ingérable @AdrienneAlix ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4127000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"text\":\"RT @figoblog: #museoweb patrouilleurs : sans jardinage permanent des contenus, Wikipedia deviendrait rapidement ing\\u00e9rable @AdrienneAlix ++\",\"created_at\":\"Tue Oct 18 16:13:29 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[14,23]}],\"user_mentions\":[{\"indices\":[3,12],\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id_str\":\"8814092\",\"id\":8814092},{\"indices\":[122,135],\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id_str\":\"53406902\",\"id\":53406902}],\"urls\":[]},\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"place\":null,\"geo\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twmode.sf.net\\/\\\" rel=\\\"nofollow\\\"\\u003Etwmode\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"coordinates\":null,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"id_str\":\"126330065230372864\",\"user\":{\"statuses_count\":16927,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"profile_background_tile\":false,\"created_at\":\"Fri Sep 18 12:06:45 +0000 2009\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1158679288\\/modem-usr-courier_normal.jpg\",\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"lang\":\"fr\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Indig\\u00e8ne de l'Internet, pas encore Civilis\\u00e9.\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"url\":\"http:\\/\\/www.bortzmeyer.org\\/\",\"follow_request_sent\":null,\"following\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":2164,\"geo_enabled\":false,\"profile_use_background_image\":true,\"profile_text_color\":\"333333\",\"protected\":false,\"location\":\"\",\"is_translator\":false,\"notifications\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":2,\"screen_name\":\"bortzmeyer\",\"name\":\"St\\u00e9phane Bortzmeyer\",\"id_str\":\"75263632\",\"listed_count\":166,\"friends_count\":648,\"profile_link_color\":\"0084B4\",\"id\":75263632,\"utc_offset\":3600,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1158679288\\/modem-usr-courier_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":126330065230372864,\"retweeted_status\":{\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"text\":\"#museoweb patrouilleurs : sans jardinage permanent des contenus, Wikipedia deviendrait rapidement ing\\u00e9rable @AdrienneAlix ++\",\"created_at\":\"Tue Oct 18 16:09:14 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[108,121],\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id_str\":\"53406902\",\"id\":53406902}],\"urls\":[]},\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"place\":null,\"geo\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"coordinates\":null,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"id_str\":\"126328994860769280\",\"user\":{\"statuses_count\":1610,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"default_profile\":false,\"profile_background_tile\":true,\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"lang\":\"en\",\"profile_sidebar_fill_color\":\"e0ff92\",\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"url\":\"http:\\/\\/www.figoblog.org\",\"follow_request_sent\":null,\"following\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"geo_enabled\":false,\"profile_use_background_image\":true,\"profile_text_color\":\"000000\",\"protected\":false,\"location\":\"Paris\",\"is_translator\":false,\"notifications\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"id\":8814092,\"utc_offset\":-10800,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":126328994860769280}}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4127000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "2634e0f0-0857-4d06-8722-9c9764a078b3-126330065230372864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@RemiMathis Car même un consensus n'est pas neutre. Et une étude des pages de discussion doit montrer des tensions culturelles. #museoweb", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: @RemiMathis Car même un consensus n'est pas neutre. Et une étude des pages de discussion doit montrer des tensions culturelles. #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4153000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"text\":\"@RemiMathis Car m\\u00eame un consensus n'est pas neutre. Et une \\u00e9tude des pages de discussion doit montrer des tensions culturelles. #museoweb\",\"created_at\":\"Tue Oct 18 16:13:55 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[128,137]}],\"user_mentions\":[{\"indices\":[0,11],\"name\":\"R\\u00e9mi Mathis\",\"screen_name\":\"RemiMathis\",\"id_str\":\"29508165\",\"id\":29508165}],\"urls\":[]},\"in_reply_to_screen_name\":\"RemiMathis\",\"in_reply_to_user_id\":29508165,\"place\":null,\"geo\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"coordinates\":null,\"in_reply_to_user_id_str\":\"29508165\",\"contributors\":null,\"id_str\":\"126330175586709505\",\"user\":{\"statuses_count\":7508,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_tile\":false,\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"lang\":\"fr\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"url\":null,\"follow_request_sent\":null,\"following\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"geo_enabled\":false,\"profile_use_background_image\":true,\"profile_text_color\":\"333333\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"is_translator\":false,\"notifications\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"id\":136900327,\"utc_offset\":3600,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"in_reply_to_status_id\":null,\"id\":126330175586709505}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4153000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "cd835fa7-8823-4c63-84c8-24cf42fc0e79-126330175586709505" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @figoblog: #museoweb patrouilleurs : sans jardinage permanent des contenus, Wikipedia deviendrait rapidement ingérable @AdrienneAlix ++", +"img": { +"src": "http://a0.twimg.com/profile_images/380566620/arton2047_normal.jpg" +}, +"title": "Coline Aunis: RT @figoblog: #museoweb patrouilleurs : sans jardinage permanent des contenus, Wikipedia deviendrait rapidement ingérable @AdrienneAlix ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4184000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @figoblog: #museoweb patrouilleurs : sans jardinage permanent des contenus, Wikipedia deviendrait rapidement ing\\u00e9rable @AdrienneAlix ++\",\"created_at\":\"Tue Oct 18 16:14:26 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[14,23]}],\"user_mentions\":[{\"indices\":[3,12],\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id\":8814092},{\"indices\":[122,135],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126330303026446336\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb patrouilleurs : sans jardinage permanent des contenus, Wikipedia deviendrait rapidement ing\\u00e9rable @AdrienneAlix ++\",\"created_at\":\"Tue Oct 18 16:09:14 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[108,121],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126328994860769280\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1610,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":2,\"favorited\":false,\"truncated\":false,\"id\":126328994860769280},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DAECF4\",\"created_at\":\"Tue Aug 25 10:14:38 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"C6E2EE\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"followers_count\":420,\"description\":\"#Web #NewMedia #NewTech #CM @ArtsetMetiers \\/\\/\\r\\n#MuseoGeek & \\u271a\\u271a \\/ \\u2600 \\/ \\uf8ff \\/\\/\",\"geo_enabled\":true,\"profile_use_background_image\":false,\"url\":\"http:\\/\\/arts-et-metiers.net\",\"following\":null,\"profile_text_color\":\"663B12\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"favourites_count\":81,\"id_str\":\"68658539\",\"listed_count\":36,\"friends_count\":409,\"profile_link_color\":\"1F98C7\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\",\"screen_name\":\"Lilmount\",\"name\":\"Coline Aunis\",\"statuses_count\":2011,\"verified\":false,\"profile_background_color\":\"C6E2EE\",\"id\":68658539,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\"},\"retweet_count\":2,\"favorited\":false,\"truncated\":false,\"id\":126330303026446336}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4184000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "f007b153-28b4-4931-9718-034cb97f3f29-126330303026446336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb @AdrienneAlix présente le fonctionnement dans #wikipedia de la création de liens entre contenus, dans la lignée de Stiegler.", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb @AdrienneAlix présente le fonctionnement dans #wikipedia de la création de liens entre contenus, dans la lignée de Stiegler.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4297000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @AdrienneAlix pr\\u00e9sente le fonctionnement dans #wikipedia de la cr\\u00e9ation de liens entre contenus, dans la lign\\u00e9e de Stiegler.\",\"created_at\":\"Tue Oct 18 16:16:19 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"wikipedia\",\"indices\":[56,66]}],\"user_mentions\":[{\"indices\":[10,23],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126330777393836032\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7509,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126330777393836032}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4297000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b4c11a1a-62d7-48b8-84d1-a800bc2b2e69-126330777393836032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb In fine, une notice pourrait être composée entièrement de lien !!! Y a t il une modération à ce niveau ??", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb In fine, une notice pourrait être composée entièrement de lien !!! Y a t il une modération à ce niveau ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4340000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb In fine, une notice pourrait \\u00eatre compos\\u00e9e enti\\u00e8rement de lien !!! Y a t il une mod\\u00e9ration \\u00e0 ce niveau ??\",\"created_at\":\"Tue Oct 18 16:17:02 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126330959124639744\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"default_profile\":true,\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":174,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":359,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126330959124639744}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4340000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "d7054900-c216-4a1d-9a60-7553c350dbc6-126330959124639744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Wikipédia \"Liens qui vont permettre au lecteur un parcours d’opportunité\" C'est tt le charme des encyclopédie !", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Emmanuel Chateau: #museoweb Wikipédia \"Liens qui vont permettre au lecteur un parcours d’opportunité\" C'est tt le charme des encyclopédie !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4370000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Wikip\\u00e9dia \\\"Liens qui vont permettre au lecteur un parcours d\\u2019opportunit\\u00e9\\\" C'est tt le charme des encyclop\\u00e9die !\",\"created_at\":\"Tue Oct 18 16:17:32 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126331084878249984\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":true,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"C0DFEC\",\"created_at\":\"Tue Nov 23 11:23:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a8c7f7\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":41,\"description\":\"Historien de l'architecture, Digital humanist\",\"geo_enabled\":false,\"profile_use_background_image\":false,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":23,\"id_str\":\"218830003\",\"listed_count\":1,\"friends_count\":65,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"screen_name\":\"emchateau\",\"name\":\"Emmanuel Chateau\",\"statuses_count\":35,\"verified\":false,\"profile_background_color\":\"022330\",\"id\":218830003,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126331084878249984}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4370000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "4ae64354-71bc-4281-85e6-f145cfeddbba-126331084878249984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"Liens d'opportunité\" qui créent un réseau de connaissance anti-éditorial, personnel, qui contrent le savoir=pouvoir.", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb \"Liens d'opportunité\" qui créent un réseau de connaissance anti-éditorial, personnel, qui contrent le savoir=pouvoir.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4435000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"Liens d'opportunit\\u00e9\\\" qui cr\\u00e9ent un r\\u00e9seau de connaissance anti-\\u00e9ditorial, personnel, qui contrent le savoir=pouvoir.\",\"created_at\":\"Tue Oct 18 16:18:37 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126331356182618112\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"default_profile\":true,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7510,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126331356182618112}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4435000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "4f587987-d48d-4c4c-9ee7-d8806c36020d-126331356182618112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": ".@AdrienneAlix Wikipédia : passer du tps à naviguer à travers les liens : http://t.co/lFrsriQC :-D #museoweb", +"img": { +"src": "http://a0.twimg.com/profile_images/127401730/PhotoRM_normal.jpg" +}, +"title": "Rémi Mathis: .@AdrienneAlix Wikipédia : passer du tps à naviguer à travers les liens : http://t.co/lFrsriQC :-D #museoweb", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4443000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\".@AdrienneAlix Wikip\\u00e9dia : passer du tps \\u00e0 naviguer \\u00e0 travers les liens : http:\\/\\/t.co\\/lFrsriQC :-D #museoweb\",\"created_at\":\"Tue Oct 18 16:18:45 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[99,108]}],\"user_mentions\":[{\"indices\":[1,14],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[{\"indices\":[74,94],\"url\":\"http:\\/\\/t.co\\/lFrsriQC\",\"expanded_url\":\"http:\\/\\/xkcd.com\\/214\\/\",\"display_url\":\"xkcd.com\\/214\\/\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126331392534646784\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F3F3F3\",\"created_at\":\"Tue Apr 07 18:26:20 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"DFDFDF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"followers_count\":1086,\"description\":\"Conservateur au d\\u00e9partement des Estampes de la BnF ; r\\u00e9dac'chef des Nouvelles de l'estampe ; pr\\u00e9sident de Wikim\\u00e9dia France\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/alatoisondor.wordpress.com\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"favourites_count\":2,\"id_str\":\"29508165\",\"listed_count\":122,\"friends_count\":629,\"profile_link_color\":\"990000\",\"protected\":false,\"location\":\"Paris ; Amsterdam\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\",\"screen_name\":\"RemiMathis\",\"name\":\"R\\u00e9mi Mathis\",\"statuses_count\":12063,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":29508165,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126331392534646784}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4443000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "20f405dd-83f4-460f-9c8c-bd7a49c0657a-126331392534646784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Sans hyperlien nous sommes perdu dans le monde social du Web !!++", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb Sans hyperlien nous sommes perdu dans le monde social du Web !!++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4475000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Sans hyperlien nous sommes perdu dans le monde social du Web !!++\",\"created_at\":\"Tue Oct 18 16:19:17 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126331525670248448\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":174,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":359,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126331525670248448}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4475000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "7dd2cc7d-4987-424b-a259-e12d700ccbd7-126331525670248448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb pas de politique éditoriale sur les liens, mais un article sans lien est \"orphelin\" : il est perdu, comme un livre non catalogué !", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb pas de politique éditoriale sur les liens, mais un article sans lien est \"orphelin\" : il est perdu, comme un livre non catalogué !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4475000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb pas de politique \\u00e9ditoriale sur les liens, mais un article sans lien est \\\"orphelin\\\" : il est perdu, comme un livre non catalogu\\u00e9 !\",\"created_at\":\"Tue Oct 18 16:19:17 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126331527222136833\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1611,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126331527222136833}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4475000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "c390ae2e-efc0-46ae-bfa9-18f91d3e7c6f-126331527222136833" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Adrienne Alix : \"Un article qui n'est pas lié est perdu.\" #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Adrienne Alix : \"Un article qui n'est pas lié est perdu.\" #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4502000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Adrienne Alix : \\\"Un article qui n'est pas li\\u00e9 est perdu.\\\" #museoweb\",\"created_at\":\"Tue Oct 18 16:19:44 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[58,67]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126331638497017856\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1132,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2013,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126331638497017856}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4502000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "0b1eb04a-9368-495a-94f0-d87f9e1fb189-126331638497017856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"la philosophie est le portail ultime. On finit toujours par arriver sur la philosophie.\" @AdrienneAlix", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb \"la philosophie est le portail ultime. On finit toujours par arriver sur la philosophie.\" @AdrienneAlix", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4538000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"la philosophie est le portail ultime. On finit toujours par arriver sur la philosophie.\\\" @AdrienneAlix\",\"created_at\":\"Tue Oct 18 16:20:20 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[100,113],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126331790033039360\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"default_profile\":false,\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1612,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126331790033039360}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4538000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "f16af770-d0b7-46fc-9d5b-82fe7cbfcd90-126331790033039360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Création de portails Culture.fr sur Wikipedia : un beau projet++", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb Création de portails Culture.fr sur Wikipedia : un beau projet++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4579000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"text\":\"#museoweb Cr\\u00e9ation de portails Culture.fr sur Wikipedia : un beau projet++\",\"created_at\":\"Tue Oct 18 16:21:01 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"place\":null,\"geo\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"coordinates\":null,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"id_str\":\"126331963362652160\",\"user\":{\"statuses_count\":361,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_tile\":false,\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"lang\":\"en\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"follow_request_sent\":null,\"following\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":174,\"geo_enabled\":false,\"profile_use_background_image\":true,\"default_profile\":true,\"profile_text_color\":\"333333\",\"protected\":false,\"location\":\"Paris, France\",\"is_translator\":false,\"notifications\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"id\":68424173,\"utc_offset\":3600,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":126331963362652160}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4579000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "3e828121-1578-4f54-aed3-1e22a8f128b1-126331963362652160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @figoblog: #museoweb pas de politique éditoriale sur les liens, mais un article sans lien est \"orphelin\" : il est perdu, comme un liv ...", +"img": { +"src": "http://a0.twimg.com/profile_images/380566620/arton2047_normal.jpg" +}, +"title": "Coline Aunis: RT @figoblog: #museoweb pas de politique éditoriale sur les liens, mais un article sans lien est \"orphelin\" : il est perdu, comme un liv ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4586000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @figoblog: #museoweb pas de politique \\u00e9ditoriale sur les liens, mais un article sans lien est \\\"orphelin\\\" : il est perdu, comme un liv ...\",\"created_at\":\"Tue Oct 18 16:21:08 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[14,23]}],\"user_mentions\":[{\"indices\":[3,12],\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id\":8814092}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126331989853863936\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb pas de politique \\u00e9ditoriale sur les liens, mais un article sans lien est \\\"orphelin\\\" : il est perdu, comme un livre non catalogu\\u00e9 !\",\"created_at\":\"Tue Oct 18 16:19:17 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126331527222136833\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1612,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126331527222136833},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DAECF4\",\"created_at\":\"Tue Aug 25 10:14:38 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"C6E2EE\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"followers_count\":420,\"description\":\"#Web #NewMedia #NewTech #CM @ArtsetMetiers \\/\\/\\r\\n#MuseoGeek & \\u271a\\u271a \\/ \\u2600 \\/ \\uf8ff \\/\\/\",\"geo_enabled\":true,\"profile_use_background_image\":false,\"url\":\"http:\\/\\/arts-et-metiers.net\",\"following\":null,\"profile_text_color\":\"663B12\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"favourites_count\":81,\"id_str\":\"68658539\",\"listed_count\":36,\"friends_count\":409,\"profile_link_color\":\"1F98C7\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\",\"screen_name\":\"Lilmount\",\"name\":\"Coline Aunis\",\"statuses_count\":2013,\"verified\":false,\"profile_background_color\":\"C6E2EE\",\"id\":68658539,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":true,\"id\":126331989853863936}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4586000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "3aa58843-5809-4687-a198-e26b74812b72-126331989853863936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @figoblog: #museoweb \"la philosophie est le portail ultime. On finit toujours par arriver sur la philosophie.\" @AdrienneAlix", +"img": { +"src": "http://a0.twimg.com/profile_images/380566620/arton2047_normal.jpg" +}, +"title": "Coline Aunis: RT @figoblog: #museoweb \"la philosophie est le portail ultime. On finit toujours par arriver sur la philosophie.\" @AdrienneAlix", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4596000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @figoblog: #museoweb \\\"la philosophie est le portail ultime. On finit toujours par arriver sur la philosophie.\\\" @AdrienneAlix\",\"created_at\":\"Tue Oct 18 16:21:18 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[14,23]}],\"user_mentions\":[{\"indices\":[3,12],\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id\":8814092},{\"indices\":[114,127],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126332034368028672\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"la philosophie est le portail ultime. On finit toujours par arriver sur la philosophie.\\\" @AdrienneAlix\",\"created_at\":\"Tue Oct 18 16:20:20 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[100,113],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126331790033039360\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"default_profile\":false,\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1612,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126331790033039360},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DAECF4\",\"created_at\":\"Tue Aug 25 10:14:38 +0000 2009\",\"default_profile\":false,\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"C6E2EE\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"followers_count\":420,\"description\":\"#Web #NewMedia #NewTech #CM @ArtsetMetiers \\/\\/\\r\\n#MuseoGeek & \\u271a\\u271a \\/ \\u2600 \\/ \\uf8ff \\/\\/\",\"geo_enabled\":true,\"profile_use_background_image\":false,\"url\":\"http:\\/\\/arts-et-metiers.net\",\"following\":null,\"profile_text_color\":\"663B12\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"favourites_count\":81,\"id_str\":\"68658539\",\"listed_count\":36,\"friends_count\":409,\"profile_link_color\":\"1F98C7\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\",\"screen_name\":\"Lilmount\",\"name\":\"Coline Aunis\",\"statuses_count\":2014,\"verified\":false,\"profile_background_color\":\"C6E2EE\",\"id\":68658539,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126332034368028672}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4596000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "cbd0359c-eb6b-42fe-8032-941f15724817-126332034368028672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb @AdrienneAlix présente les portails, les catégories. Comment peut-on rediscuter collectivement ces systèmes dans #wikipedia ??", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb @AdrienneAlix présente les portails, les catégories. Comment peut-on rediscuter collectivement ces systèmes dans #wikipedia ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4623000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @AdrienneAlix pr\\u00e9sente les portails, les cat\\u00e9gories. Comment peut-on rediscuter collectivement ces syst\\u00e8mes dans #wikipedia ??\",\"created_at\":\"Tue Oct 18 16:21:45 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"wikipedia\",\"indices\":[123,133]}],\"user_mentions\":[{\"indices\":[10,23],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126332147580669953\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":true,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7511,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126332147580669953}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4623000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b7c4b725-b6b0-4043-a0f9-4228244d6649-126332147580669953" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On sent l'influence des bibliothécaires sur Wikipédia à la récurrence des points Victor Hugo :-) #museoweb (cc @figoblog @adrienneAlix)", +"img": { +"src": "http://a0.twimg.com/profile_images/127401730/PhotoRM_normal.jpg" +}, +"title": "Rémi Mathis: On sent l'influence des bibliothécaires sur Wikipédia à la récurrence des points Victor Hugo :-) #museoweb (cc @figoblog @adrienneAlix)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4647000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"On sent l'influence des biblioth\\u00e9caires sur Wikip\\u00e9dia \\u00e0 la r\\u00e9currence des points Victor Hugo :-) #museoweb (cc @figoblog @adrienneAlix)\",\"created_at\":\"Tue Oct 18 16:22:09 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[97,106]}],\"user_mentions\":[{\"indices\":[111,120],\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id\":8814092},{\"indices\":[121,134],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126332248600494080\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F3F3F3\",\"default_profile\":false,\"created_at\":\"Tue Apr 07 18:26:20 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"DFDFDF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"followers_count\":1086,\"description\":\"Conservateur au d\\u00e9partement des Estampes de la BnF ; r\\u00e9dac'chef des Nouvelles de l'estampe ; pr\\u00e9sident de Wikim\\u00e9dia France\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/alatoisondor.wordpress.com\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"favourites_count\":2,\"id_str\":\"29508165\",\"listed_count\":122,\"friends_count\":629,\"profile_link_color\":\"990000\",\"protected\":false,\"location\":\"Paris ; Amsterdam\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\",\"screen_name\":\"RemiMathis\",\"name\":\"R\\u00e9mi Mathis\",\"statuses_count\":12064,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":29508165,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126332248600494080}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4647000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "ced68d2d-d502-4fe7-aca1-f6e3fff2cd35-126332248600494080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb et de deux ! #pointVictorHugo @AdrienneAlix bravo :-)", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb et de deux ! #pointVictorHugo @AdrienneAlix bravo :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4654000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb et de deux ! #pointVictorHugo @AdrienneAlix bravo :-)\",\"created_at\":\"Tue Oct 18 16:22:16 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"pointVictorHugo\",\"indices\":[23,39]}],\"user_mentions\":[{\"indices\":[40,53],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126332276123500546\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"default_profile\":false,\"statuses_count\":1614,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126332276123500546}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4654000, +"tags": [ +{ +"id-ref": "997eaa72-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99807532-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "39609c2e-7f65-4227-a15c-192f796220ce-126332276123500546" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Car catégories et portails créent beaucoup de pouvoir sur les contenus. @AdrienneAlix explique qu'elles se créent collectivement.", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Car catégories et portails créent beaucoup de pouvoir sur les contenus. @AdrienneAlix explique qu'elles se créent collectivement.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4675000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Car cat\\u00e9gories et portails cr\\u00e9ent beaucoup de pouvoir sur les contenus. @AdrienneAlix explique qu'elles se cr\\u00e9ent collectivement.\",\"created_at\":\"Tue Oct 18 16:22:37 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[82,95],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126332364522659840\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"default_profile\":true,\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7512,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126332364522659840}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4675000, +"tags": [ +{ +"id-ref": "99807532-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "36e39734-77df-425a-9df7-77891b3bcb6c-126332364522659840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Car catégories et portails créent beaucoup de pouvoir sur contenus. @AdrienneAlix explique qu'elles se créent collectivement ++.", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Car catégories et portails créent beaucoup de pouvoir sur contenus. @AdrienneAlix explique qu'elles se créent collectivement ++.", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4683000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Car cat\\u00e9gories et portails cr\\u00e9ent beaucoup de pouvoir sur contenus. @AdrienneAlix explique qu'elles se cr\\u00e9ent collectivement ++.\",\"created_at\":\"Tue Oct 18 16:22:45 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[78,91],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126332399180189696\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7513,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126332399180189696}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4683000, +"tags": [ +{ +"id-ref": "99807532-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "422e4890-6ae8-4537-8ffd-aa5ce16ec52e-126332399180189696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @vincentpuig: #museoweb Le Web sémantique serait l'analytique et le web social le synthétique (le social peut aussi être analytique)--", +"img": { +"src": "http://a2.twimg.com/profile_images/1444079862/image_normal.jpg" +}, +"title": "jean louis Frechin: RT @vincentpuig: #museoweb Le Web sémantique serait l'analytique et le web social le synthétique (le social peut aussi être analytique)--", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4761000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @vincentpuig: #museoweb Le Web s\\u00e9mantique serait l'analytique et le web social le synth\\u00e9tique (le social peut aussi \\u00eatre analytique)--\",\"created_at\":\"Tue Oct 18 16:24:03 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[17,26]}],\"user_mentions\":[{\"indices\":[3,15],\"id_str\":\"68424173\",\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126332726155542529\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Le Web s\\u00e9mantique serait l'analytique et le web social le synth\\u00e9tique (le social peut aussi \\u00eatre analytique)--\",\"created_at\":\"Tue Oct 18 15:44:58 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126322889908682752\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":174,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":361,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126322889908682752},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"default_profile\":false,\"created_at\":\"Thu May 01 11:37:17 +0000 2008\",\"lang\":\"en\",\"time_zone\":\"Lisbon\",\"profile_sidebar_border_color\":\"181A1E\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"followers_count\":2032,\"description\":\"design num\\u00e9rique, produits, services, innovation & pens\\u00e9es autour du design. Et encore plus http:\\/\\/www.nodesignlab.net\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.nodesign.net\",\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"favourites_count\":65,\"id_str\":\"14613124\",\"listed_count\":195,\"friends_count\":707,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"location\":\"38.717470,-9.153256\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"screen_name\":\"nodesign\",\"name\":\"jean louis Frechin\",\"statuses_count\":9849,\"verified\":false,\"profile_background_color\":\"0d0f1a\",\"id\":14613124,\"profile_background_tile\":true,\"utc_offset\":0,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126332726155542529}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4761000, +"tags": [ +{ +"id-ref": "99807532-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "47da07ac-9b45-465a-8ce0-5a530d046577-126332726155542529" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Les catégories, une ontologie dynamique, ce sont les orages sémantiques de B. Stiegler !++", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb Les catégories, une ontologie dynamique, ce sont les orages sémantiques de B. Stiegler !++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4765000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"text\":\"#museoweb Les cat\\u00e9gories, une ontologie dynamique, ce sont les orages s\\u00e9mantiques de B. Stiegler !++\",\"created_at\":\"Tue Oct 18 16:24:07 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"place\":null,\"geo\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"coordinates\":null,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"id_str\":\"126332742601412608\",\"user\":{\"statuses_count\":362,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_tile\":false,\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"lang\":\"en\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"follow_request_sent\":null,\"following\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":174,\"geo_enabled\":false,\"profile_use_background_image\":true,\"profile_text_color\":\"333333\",\"protected\":false,\"location\":\"Paris, France\",\"is_translator\":false,\"notifications\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"id\":68424173,\"utc_offset\":3600,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":126332742601412608}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4765000, +"tags": [ +{ +"id-ref": "99807532-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "e85052a9-dbd5-47a2-a705-54bb41a3aef1-126332742601412608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb @AdrienneAlix montre l'exemple de l'enjeu intellectuel ou légal des catégorie: origines ethniques et religieuses, etc. ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb @AdrienneAlix montre l'exemple de l'enjeu intellectuel ou légal des catégorie: origines ethniques et religieuses, etc. ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4773000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @AdrienneAlix montre l'exemple de l'enjeu intellectuel ou l\\u00e9gal des cat\\u00e9gorie: origines ethniques et religieuses, etc. ++\",\"created_at\":\"Tue Oct 18 16:24:15 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[10,23],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126332776961159168\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7514,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126332776961159168}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4773000, +"tags": [ +{ +"id-ref": "99807532-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "1d96c5bd-8d8a-4082-8ad0-f485e91b13df-126332776961159168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb les classifications posent des questions éthiques : qui mettre dans une catégorie \"dictateurs\" ou \"écrivain juif\" ?", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb les classifications posent des questions éthiques : qui mettre dans une catégorie \"dictateurs\" ou \"écrivain juif\" ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4810000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb les classifications posent des questions \\u00e9thiques : qui mettre dans une cat\\u00e9gorie \\\"dictateurs\\\" ou \\\"\\u00e9crivain juif\\\" ?\",\"created_at\":\"Tue Oct 18 16:24:52 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126332929126301696\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1615,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126332929126301696}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4810000, +"tags": [ +{ +"id-ref": "99807532-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "6e41770b-7c57-43fa-8998-a5fc7a098426-126332929126301696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb http://t.co/X0cwHJ8Q on peut suivre de chez soi le séminaire \"Muséologie, muséographie et nouvelles formes d’adresse au public\"", +"img": { +"src": "http://a1.twimg.com/profile_images/1578535119/DylanGlaser_normal.jpg" +}, +"title": "lizarewind: #museoweb http://t.co/X0cwHJ8Q on peut suivre de chez soi le séminaire \"Muséologie, muséographie et nouvelles formes d’adresse au public\"", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4823000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb http:\\/\\/t.co\\/X0cwHJ8Q on peut suivre de chez soi le s\\u00e9minaire \\\"Mus\\u00e9ologie, mus\\u00e9ographie et nouvelles formes d\\u2019adresse au public\\\"\",\"created_at\":\"Tue Oct 18 16:25:05 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[{\"indices\":[10,30],\"url\":\"http:\\/\\/t.co\\/X0cwHJ8Q\",\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/2011-2012-museo-ouverture\\/client.php\",\"display_url\":\"polemictweet.com\\/2011-2012-muse\\u2026\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126332986508587008\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Feb 01 14:22:03 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/102541057\\/Books.jpg\",\"followers_count\":486,\"description\":\"Tweet and shout !\\r\\n\\u00ab Il n\\u2019est aucun t\\u00e9moignage de culture qui ne soit en m\\u00eame temps un t\\u00e9moignage de barbarie \\u00bb \\u00e9pitaphe de Walter Benjamin \\u00e0 Port Bou\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/maythemusic.tumblr.com\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/102541057\\/Books.jpg\",\"favourites_count\":550,\"id_str\":\"110428655\",\"listed_count\":37,\"friends_count\":641,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578535119\\/DylanGlaser_normal.jpg\",\"screen_name\":\"lizarewind\",\"name\":\"lizarewind\",\"default_profile\":false,\"statuses_count\":5535,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":110428655,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1578535119\\/DylanGlaser_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126332986508587008}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4823000, +"tags": [ +{ +"id-ref": "99807532-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "d35a9bf8-d190-4b3c-8c7a-9633066c2133-126332986508587008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@vincentpuig: #museoweb Une oeuvre d'art dépasse mon jugement analytique, elle est improbable++” #fablab #open +++", +"img": { +"src": "http://a2.twimg.com/profile_images/1444079862/image_normal.jpg" +}, +"title": "jean louis Frechin: “@vincentpuig: #museoweb Une oeuvre d'art dépasse mon jugement analytique, elle est improbable++” #fablab #open +++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4833000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"\\u201c@vincentpuig: #museoweb Une oeuvre d'art d\\u00e9passe mon jugement analytique, elle est improbable++\\u201d #fablab #open +++\",\"created_at\":\"Tue Oct 18 16:25:15 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[15,24]},{\"text\":\"fablab\",\"indices\":[98,105]},{\"text\":\"open\",\"indices\":[106,111]}],\"user_mentions\":[{\"indices\":[1,13],\"id_str\":\"68424173\",\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126333026144759808\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"created_at\":\"Thu May 01 11:37:17 +0000 2008\",\"lang\":\"en\",\"time_zone\":\"Lisbon\",\"profile_sidebar_border_color\":\"181A1E\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"followers_count\":2032,\"description\":\"design num\\u00e9rique, produits, services, innovation & pens\\u00e9es autour du design. Et encore plus http:\\/\\/www.nodesignlab.net\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.nodesign.net\",\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"favourites_count\":65,\"id_str\":\"14613124\",\"listed_count\":195,\"friends_count\":707,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"location\":\"38.717470,-9.153256\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"screen_name\":\"nodesign\",\"name\":\"jean louis Frechin\",\"statuses_count\":9850,\"verified\":false,\"profile_background_color\":\"0d0f1a\",\"id\":14613124,\"profile_background_tile\":true,\"utc_offset\":0,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126333026144759808}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4833000, +"tags": [ +{ +"id-ref": "998143a4-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998143a4-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b1e1fe00-64ea-41f7-82db-a0713ab324ad-126333026144759808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb infobox : irruption des données structurées dans WP, frémissement des tenants du web sémantique :-) ++", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb infobox : irruption des données structurées dans WP, frémissement des tenants du web sémantique :-) ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4855000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb infobox : irruption des donn\\u00e9es structur\\u00e9es dans WP, fr\\u00e9missement des tenants du web s\\u00e9mantique :-) ++\",\"created_at\":\"Tue Oct 18 16:25:37 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126333121347076097\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"default_profile\":false,\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1616,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126333121347076097}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4855000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "cf2071e3-285b-4942-8d25-bfa94c380a5b-126333121347076097" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"L'infobox est une recherche de rationnel dans l'article #wikipedia.\"", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb \"L'infobox est une recherche de rationnel dans l'article #wikipedia.\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4856000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"L'infobox est une recherche de rationnel dans l'article #wikipedia.\\\"\",\"created_at\":\"Tue Oct 18 16:25:38 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"wikipedia\",\"indices\":[67,77]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126333122089455617\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"default_profile\":true,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7515,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126333122089455617}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4856000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "85eb9f12-2739-4879-81eb-a273444537ad-126333122089455617" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb En pratique, sur wikipédia le système des catégories est très insatisfaisant. Ce n'est pas le point fort du système. --", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Emmanuel Chateau: #museoweb En pratique, sur wikipédia le système des catégories est très insatisfaisant. Ce n'est pas le point fort du système. --", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4877000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb En pratique, sur wikip\\u00e9dia le syst\\u00e8me des cat\\u00e9gories est tr\\u00e8s insatisfaisant. Ce n'est pas le point fort du syst\\u00e8me. --\",\"created_at\":\"Tue Oct 18 16:25:59 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126333210425696256\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":true,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"C0DFEC\",\"created_at\":\"Tue Nov 23 11:23:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a8c7f7\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":41,\"description\":\"Historien de l'architecture, Digital humanist\",\"geo_enabled\":false,\"profile_use_background_image\":false,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":23,\"id_str\":\"218830003\",\"listed_count\":1,\"friends_count\":65,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"screen_name\":\"emchateau\",\"name\":\"Emmanuel Chateau\",\"statuses_count\":36,\"verified\":false,\"profile_background_color\":\"022330\",\"id\":218830003,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126333210425696256}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4877000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b494db4a-a3de-4e9a-90d5-be3dfe680e5b-126333210425696256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Les infobox : la notice dynamique, mais aussi la puissance du formulaire !++", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb Les infobox : la notice dynamique, mais aussi la puissance du formulaire !++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4885000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Les infobox : la notice dynamique, mais aussi la puissance du formulaire !++\",\"created_at\":\"Tue Oct 18 16:26:07 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126333247079714818\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":174,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":true,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":363,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126333247079714818}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4885000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "1153fee8-514c-42a8-bc6c-fb8a1649ec6b-126333247079714818" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Metadonnées des images sur wikipédia : comment les intégrer au fichier, et utiliser quelques standard ? ??", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Emmanuel Chateau: #museoweb Metadonnées des images sur wikipédia : comment les intégrer au fichier, et utiliser quelques standard ? ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4923000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Metadonn\\u00e9es des images sur wikip\\u00e9dia\\u00a0: comment les int\\u00e9grer au fichier, et utiliser quelques standard\\u00a0? ??\",\"created_at\":\"Tue Oct 18 16:26:45 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126333405007855616\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"C0DFEC\",\"created_at\":\"Tue Nov 23 11:23:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a8c7f7\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":41,\"description\":\"Historien de l'architecture, Digital humanist\",\"geo_enabled\":false,\"profile_use_background_image\":false,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":23,\"id_str\":\"218830003\",\"listed_count\":1,\"friends_count\":65,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"screen_name\":\"emchateau\",\"name\":\"Emmanuel Chateau\",\"default_profile\":false,\"statuses_count\":37,\"verified\":false,\"profile_background_color\":\"022330\",\"id\":218830003,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126333405007855616}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4923000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "fb997020-2298-45c5-8128-37962bed3b33-126333405007855616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"Une image sans description est une image sans intérêt\" Bientôt de la reconnaissance d'image pour rapprocher des ressemblances ??", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb \"Une image sans description est une image sans intérêt\" Bientôt de la reconnaissance d'image pour rapprocher des ressemblances ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4924000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"Une image sans description est une image sans int\\u00e9r\\u00eat\\\" Bient\\u00f4t de la reconnaissance d'image pour rapprocher des ressemblances ??\",\"created_at\":\"Tue Oct 18 16:26:46 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126333410405924864\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"default_profile\":true,\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7516,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126333410405924864}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 4924000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "43ba84f1-7f54-424c-a54a-cff881274003-126333410405924864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @figoblog: #museoweb infobox : irruption des données structurées dans WP, frémissement des tenants du web sémantique :-) ++", +"img": { +"src": "http://a0.twimg.com/profile_images/127401730/PhotoRM_normal.jpg" +}, +"title": "Rémi Mathis: RT @figoblog: #museoweb infobox : irruption des données structurées dans WP, frémissement des tenants du web sémantique :-) ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5033000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @figoblog: #museoweb infobox : irruption des donn\\u00e9es structur\\u00e9es dans WP, fr\\u00e9missement des tenants du web s\\u00e9mantique :-) ++\",\"created_at\":\"Tue Oct 18 16:28:35 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[14,23]}],\"user_mentions\":[{\"indices\":[3,12],\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id\":8814092}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126333867496976384\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb infobox : irruption des donn\\u00e9es structur\\u00e9es dans WP, fr\\u00e9missement des tenants du web s\\u00e9mantique :-) ++\",\"created_at\":\"Tue Oct 18 16:25:37 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126333121347076097\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"default_profile\":false,\"statuses_count\":1616,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126333121347076097},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F3F3F3\",\"created_at\":\"Tue Apr 07 18:26:20 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"DFDFDF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"followers_count\":1086,\"description\":\"Conservateur au d\\u00e9partement des Estampes de la BnF ; r\\u00e9dac'chef des Nouvelles de l'estampe ; pr\\u00e9sident de Wikim\\u00e9dia France\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/alatoisondor.wordpress.com\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"favourites_count\":2,\"id_str\":\"29508165\",\"listed_count\":122,\"friends_count\":629,\"profile_link_color\":\"990000\",\"protected\":false,\"location\":\"Paris ; Amsterdam\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\",\"screen_name\":\"RemiMathis\",\"name\":\"R\\u00e9mi Mathis\",\"default_profile\":false,\"statuses_count\":12065,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":29508165,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126333867496976384}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5033000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "43d1a4b4-43a3-4314-b8e9-8c0253acb321-126333867496976384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb gallerie d'images sur wikicommons très frustrante du fait de son organisation hiérarchique --", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Emmanuel Chateau: #museoweb gallerie d'images sur wikicommons très frustrante du fait de son organisation hiérarchique --", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5063000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb gallerie d'images sur wikicommons tr\\u00e8s frustrante du fait de son organisation hi\\u00e9rarchique --\",\"created_at\":\"Tue Oct 18 16:29:05 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126333990704648192\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"C0DFEC\",\"created_at\":\"Tue Nov 23 11:23:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a8c7f7\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":41,\"description\":\"Historien de l'architecture, Digital humanist\",\"geo_enabled\":false,\"profile_use_background_image\":false,\"url\":null,\"default_profile\":false,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":23,\"id_str\":\"218830003\",\"listed_count\":1,\"friends_count\":65,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"screen_name\":\"emchateau\",\"name\":\"Emmanuel Chateau\",\"statuses_count\":38,\"verified\":false,\"profile_background_color\":\"022330\",\"id\":218830003,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126333990704648192}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5063000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b52ecfa3-d7a6-4699-99f8-6a2c21d2e51e-126333990704648192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Adrienne Alix : Projets #wikimedia à classer ds le web social plutôt que le web sémantique #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Adrienne Alix : Projets #wikimedia à classer ds le web social plutôt que le web sémantique #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5131000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Adrienne Alix : Projets #wikimedia \\u00e0 classer ds le web social plut\\u00f4t que le web s\\u00e9mantique #museoweb\",\"created_at\":\"Tue Oct 18 16:30:13 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"wikimedia\",\"indices\":[24,34]},{\"text\":\"museoweb\",\"indices\":[91,100]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126334278446485505\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1131,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"default_profile\":false,\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2014,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126334278446485505}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5131000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "c77d1271-f1ce-4b16-87a7-e19403b89375-126334278446485505" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb @aammonz roi du #teasing :-)", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb @aammonz roi du #teasing :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5220000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @aammonz roi du #teasing :-)\",\"created_at\":\"Tue Oct 18 16:31:42 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"teasing\",\"indices\":[26,34]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126334651685027840\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"default_profile\":false,\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1617,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126334651685027840}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5220000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "6a6cbab2-fd37-43aa-b077-3ee44279608e-126334651685027840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @cblogculture: Adrienne Alix : Projets #wikimedia à classer ds le web social plutôt que le web sémantique #museoweb", +"img": { +"src": "http://a0.twimg.com/profile_images/380566620/arton2047_normal.jpg" +}, +"title": "Coline Aunis: RT @cblogculture: Adrienne Alix : Projets #wikimedia à classer ds le web social plutôt que le web sémantique #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5228000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @cblogculture: Adrienne Alix : Projets #wikimedia \\u00e0 classer ds le web social plut\\u00f4t que le web s\\u00e9mantique #museoweb\",\"created_at\":\"Tue Oct 18 16:31:50 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"wikimedia\",\"indices\":[42,52]},{\"text\":\"museoweb\",\"indices\":[109,118]}],\"user_mentions\":[{\"indices\":[3,16],\"id_str\":\"216030846\",\"name\":\"C\\/blog\",\"screen_name\":\"cblogculture\",\"id\":216030846}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126334685444972545\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Adrienne Alix : Projets #wikimedia \\u00e0 classer ds le web social plut\\u00f4t que le web s\\u00e9mantique #museoweb\",\"created_at\":\"Tue Oct 18 16:30:13 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"wikimedia\",\"indices\":[24,34]},{\"text\":\"museoweb\",\"indices\":[91,100]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126334278446485505\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1131,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2014,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126334278446485505},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DAECF4\",\"created_at\":\"Tue Aug 25 10:14:38 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"C6E2EE\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"followers_count\":420,\"description\":\"#Web #NewMedia #NewTech #CM @ArtsetMetiers \\/\\/\\r\\n#MuseoGeek & \\u271a\\u271a \\/ \\u2600 \\/ \\uf8ff \\/\\/\",\"geo_enabled\":true,\"profile_use_background_image\":false,\"url\":\"http:\\/\\/arts-et-metiers.net\",\"following\":null,\"profile_text_color\":\"663B12\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"favourites_count\":81,\"id_str\":\"68658539\",\"listed_count\":36,\"friends_count\":409,\"profile_link_color\":\"1F98C7\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\",\"screen_name\":\"Lilmount\",\"name\":\"Coline Aunis\",\"statuses_count\":2015,\"verified\":false,\"profile_background_color\":\"C6E2EE\",\"id\":68658539,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126334685444972545}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5228000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "93a92c00-fbc3-4c5d-9517-6169c9fe1ec8-126334685444972545" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Alexandre Monnin : \"combien de webs finalement ?\" #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Alexandre Monnin : \"combien de webs finalement ?\" #museoweb", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5279000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Alexandre Monnin : \\\"combien de webs finalement ?\\\" #museoweb\",\"created_at\":\"Tue Oct 18 16:32:41 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[50,59]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126334897467031553\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1131,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2015,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126334897467031553}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5279000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "c99a726c-b748-4898-88a1-5af8009715db-126334897467031553" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb web 1.0, 2.0, 3.0... Mais combien y a t'il de webs ? @aamonnz", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb web 1.0, 2.0, 3.0... Mais combien y a t'il de webs ? @aamonnz", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5315000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb web 1.0, 2.0, 3.0... Mais combien y a t'il de webs ? @aamonnz\",\"created_at\":\"Tue Oct 18 16:33:17 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[63,71],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126335049766408193\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1018,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"default_profile\":false,\"statuses_count\":1618,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126335049766408193}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5315000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "51e141e6-76a6-4454-96ac-be19772092c3-126335049766408193" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "A Monnin : le web 0.0 se voulait déjà un web d'écriture et de lecture #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: A Monnin : le web 0.0 se voulait déjà un web d'écriture et de lecture #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5342000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"A Monnin : le web 0.0 se voulait d\\u00e9j\\u00e0 un web d'\\u00e9criture et de lecture #museoweb\",\"created_at\":\"Tue Oct 18 16:33:44 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[70,79]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126335163142635523\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1131,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2016,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"default_profile\":false,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126335163142635523}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5342000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "3600ffdc-2aec-49d7-a5e5-437f5f991a56-126335163142635523" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Wikipedia prêt à collaborer avec le web sémantique++", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb Wikipedia prêt à collaborer avec le web sémantique++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5344000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Wikipedia pr\\u00eat \\u00e0 collaborer avec le web s\\u00e9mantique++\",\"created_at\":\"Tue Oct 18 16:33:46 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126335171040518144\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":174,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":364,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126335171040518144}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5344000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "4a1db7ff-6f6d-496c-880b-0bf53e495fae-126335171040518144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb A. Monnin \"Cependant 1.0 pas seulement un web statique, un web de lecture et d’écriture dès le début, donc un web social.\"", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Emmanuel Chateau: #museoweb A. Monnin \"Cependant 1.0 pas seulement un web statique, un web de lecture et d’écriture dès le début, donc un web social.\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5349000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb A. Monnin \\\"Cependant 1.0 pas seulement un web statique, un web de lecture et d\\u2019\\u00e9criture d\\u00e8s le d\\u00e9but, donc un web social.\\\"\",\"created_at\":\"Tue Oct 18 16:33:51 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126335193115148288\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"C0DFEC\",\"created_at\":\"Tue Nov 23 11:23:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a8c7f7\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":41,\"description\":\"Historien de l'architecture, Digital humanist\",\"geo_enabled\":false,\"profile_use_background_image\":false,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":23,\"id_str\":\"218830003\",\"listed_count\":1,\"friends_count\":65,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"screen_name\":\"emchateau\",\"name\":\"Emmanuel Chateau\",\"statuses_count\":39,\"verified\":false,\"profile_background_color\":\"022330\",\"id\":218830003,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126335193115148288}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5349000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "16592b9a-7efc-4475-a7f4-d9677c82979c-126335193115148288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb @aamonnz : \"le web social n'est pas une étape destinée à être supprimée par la suivante\" ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb @aamonnz : \"le web social n'est pas une étape destinée à être supprimée par la suivante\" ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5396000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @aamonnz : \\\"le web social n'est pas une \\u00e9tape destin\\u00e9e \\u00e0 \\u00eatre supprim\\u00e9e par la suivante\\\" ++\",\"created_at\":\"Tue Oct 18 16:34:38 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[10,18],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126335387869253632\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7517,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126335387869253632}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5396000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "653cede8-998b-4ceb-bde2-ec6469deb965-126335387869253632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RemiMathis: .@AdrienneAlix Wikipédia : passer du tps à naviguer à travers les liens : http://t.co/lFrsriQC :-D #museoweb", +"img": { +"src": "http://a1.twimg.com/profile_images/1583183572/Portrait_normal" +}, +"title": "Wikinade: RT @RemiMathis: .@AdrienneAlix Wikipédia : passer du tps à naviguer à travers les liens : http://t.co/lFrsriQC :-D #museoweb", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5422000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @RemiMathis: .@AdrienneAlix Wikip\\u00e9dia : passer du tps \\u00e0 naviguer \\u00e0 travers les liens : http:\\/\\/t.co\\/lFrsriQC :-D #museoweb\",\"created_at\":\"Tue Oct 18 16:35:04 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[115,124]}],\"user_mentions\":[{\"indices\":[3,14],\"id_str\":\"29508165\",\"name\":\"R\\u00e9mi Mathis\",\"screen_name\":\"RemiMathis\",\"id\":29508165},{\"indices\":[17,30],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[{\"indices\":[90,110],\"url\":\"http:\\/\\/t.co\\/lFrsriQC\",\"expanded_url\":\"http:\\/\\/xkcd.com\\/214\\/\",\"display_url\":\"xkcd.com\\/214\\/\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126335497948758017\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\".@AdrienneAlix Wikip\\u00e9dia : passer du tps \\u00e0 naviguer \\u00e0 travers les liens : http:\\/\\/t.co\\/lFrsriQC :-D #museoweb\",\"created_at\":\"Tue Oct 18 16:18:45 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[99,108]}],\"user_mentions\":[{\"indices\":[1,14],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[{\"indices\":[74,94],\"url\":\"http:\\/\\/t.co\\/lFrsriQC\",\"expanded_url\":\"http:\\/\\/xkcd.com\\/214\\/\",\"display_url\":\"xkcd.com\\/214\\/\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126331392534646784\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F3F3F3\",\"created_at\":\"Tue Apr 07 18:26:20 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"DFDFDF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"followers_count\":1086,\"description\":\"Conservateur au d\\u00e9partement des Estampes de la BnF ; r\\u00e9dac'chef des Nouvelles de l'estampe ; pr\\u00e9sident de Wikim\\u00e9dia France\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/alatoisondor.wordpress.com\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"favourites_count\":2,\"id_str\":\"29508165\",\"listed_count\":122,\"friends_count\":629,\"profile_link_color\":\"990000\",\"protected\":false,\"location\":\"Paris ; Amsterdam\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\",\"screen_name\":\"RemiMathis\",\"name\":\"R\\u00e9mi Mathis\",\"statuses_count\":12066,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":29508165,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126331392534646784},\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F6F6F6\",\"created_at\":\"Thu Sep 24 08:26:36 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"EEEEEE\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/80316085\\/Scotland-2009.jpg\",\"followers_count\":111,\"description\":\"P\\u00e9riode post-apocalyptique\\u2026 chute libre\\u2026 mais pas gratuite\\u2026 O\\u00f9 sont mes carambars ?\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/80316085\\/Scotland-2009.jpg\",\"favourites_count\":15,\"id_str\":\"76890915\",\"listed_count\":23,\"friends_count\":113,\"profile_link_color\":\"870208\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1583183572\\/Portrait_normal\",\"screen_name\":\"Wikinade\",\"name\":\"Wikinade\",\"statuses_count\":1368,\"verified\":false,\"profile_background_color\":\"4bb3a2\",\"id\":76890915,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1583183572\\/Portrait_normal\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126335497948758017}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5422000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "8a451b58-4bc2-4f62-9046-28545b9fd8ff-126335497948758017" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": ".@aamonnz : « Le web sémantique doit conserver les aspects sociaux » #museoweb #yes", +"img": { +"src": "http://a0.twimg.com/profile_images/127401730/PhotoRM_normal.jpg" +}, +"title": "Rémi Mathis: .@aamonnz : « Le web sémantique doit conserver les aspects sociaux » #museoweb #yes", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5447000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\".@aamonnz : \\u00ab Le web s\\u00e9mantique doit conserver les aspects sociaux \\u00bb #museoweb #yes\",\"created_at\":\"Tue Oct 18 16:35:29 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[69,78]},{\"text\":\"yes\",\"indices\":[79,83]}],\"user_mentions\":[{\"indices\":[1,9],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126335602391121920\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F3F3F3\",\"created_at\":\"Tue Apr 07 18:26:20 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"DFDFDF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"followers_count\":1086,\"description\":\"Conservateur au d\\u00e9partement des Estampes de la BnF ; r\\u00e9dac'chef des Nouvelles de l'estampe ; pr\\u00e9sident de Wikim\\u00e9dia France\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/alatoisondor.wordpress.com\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"favourites_count\":2,\"id_str\":\"29508165\",\"listed_count\":122,\"friends_count\":629,\"profile_link_color\":\"990000\",\"protected\":false,\"location\":\"Paris ; Amsterdam\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\",\"screen_name\":\"RemiMathis\",\"name\":\"R\\u00e9mi Mathis\",\"statuses_count\":12067,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":29508165,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126335602391121920}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5447000, +"tags": [ +{ +"id-ref": "99814818-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99833dee-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "6ecb0839-7ceb-492c-97d9-f2996d611458-126335602391121920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @cblogculture: Adrienne Alix : Projets #wikimedia à classer ds le web social plutôt que le web sémantique #museoweb", +"img": { +"src": "http://a1.twimg.com/profile_images/1583183572/Portrait_normal" +}, +"title": "Wikinade: RT @cblogculture: Adrienne Alix : Projets #wikimedia à classer ds le web social plutôt que le web sémantique #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5453000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @cblogculture: Adrienne Alix : Projets #wikimedia \\u00e0 classer ds le web social plut\\u00f4t que le web s\\u00e9mantique #museoweb\",\"created_at\":\"Tue Oct 18 16:35:35 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"wikimedia\",\"indices\":[42,52]},{\"text\":\"museoweb\",\"indices\":[109,118]}],\"user_mentions\":[{\"indices\":[3,16],\"id_str\":\"216030846\",\"name\":\"C\\/blog\",\"screen_name\":\"cblogculture\",\"id\":216030846}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126335627095584768\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Adrienne Alix : Projets #wikimedia \\u00e0 classer ds le web social plut\\u00f4t que le web s\\u00e9mantique #museoweb\",\"created_at\":\"Tue Oct 18 16:30:13 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"wikimedia\",\"indices\":[24,34]},{\"text\":\"museoweb\",\"indices\":[91,100]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126334278446485505\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1131,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"default_profile\":false,\"statuses_count\":2016,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":2,\"favorited\":false,\"truncated\":false,\"id\":126334278446485505},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F6F6F6\",\"created_at\":\"Thu Sep 24 08:26:36 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"EEEEEE\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/80316085\\/Scotland-2009.jpg\",\"followers_count\":111,\"description\":\"P\\u00e9riode post-apocalyptique\\u2026 chute libre\\u2026 mais pas gratuite\\u2026 O\\u00f9 sont mes carambars ?\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/80316085\\/Scotland-2009.jpg\",\"favourites_count\":15,\"id_str\":\"76890915\",\"listed_count\":23,\"friends_count\":113,\"profile_link_color\":\"870208\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1583183572\\/Portrait_normal\",\"screen_name\":\"Wikinade\",\"name\":\"Wikinade\",\"default_profile\":false,\"statuses_count\":1369,\"verified\":false,\"profile_background_color\":\"4bb3a2\",\"id\":76890915,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1583183572\\/Portrait_normal\"},\"retweet_count\":2,\"favorited\":false,\"truncated\":false,\"id\":126335627095584768}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5453000, +"tags": [ +{ +"id-ref": "99833dee-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99833dee-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "7dcf4d79-b007-463d-b264-7fce42a1f20d-126335627095584768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"Rien ne dit que le web sémantique doive être auj associable.\" Alexandre Monnin #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: \"Rien ne dit que le web sémantique doive être auj associable.\" Alexandre Monnin #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5469000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"\\\"Rien ne dit que le web s\\u00e9mantique doive \\u00eatre auj associable.\\\" Alexandre Monnin #museoweb\",\"created_at\":\"Tue Oct 18 16:35:51 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[80,89]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126335695844421632\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1131,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"default_profile\":false,\"statuses_count\":2017,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126335695844421632}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5469000, +"tags": [ +{ +"id-ref": "99833dee-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "d2d5fa3b-8250-45a4-a4fc-6f517ffe615e-126335695844421632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @vincentpuig: #museoweb Wikipedia prêt à collaborer avec le web sémantique++", +"img": { +"src": "http://a1.twimg.com/profile_images/1583183572/Portrait_normal" +}, +"title": "Wikinade: RT @vincentpuig: #museoweb Wikipedia prêt à collaborer avec le web sémantique++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5505000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @vincentpuig: #museoweb Wikipedia pr\\u00eat \\u00e0 collaborer avec le web s\\u00e9mantique++\",\"created_at\":\"Tue Oct 18 16:36:27 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[17,26]}],\"user_mentions\":[{\"indices\":[3,15],\"id_str\":\"68424173\",\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126335845719490560\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Wikipedia pr\\u00eat \\u00e0 collaborer avec le web s\\u00e9mantique++\",\"created_at\":\"Tue Oct 18 16:33:46 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126335171040518144\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":174,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"default_profile\":true,\"statuses_count\":364,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126335171040518144},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F6F6F6\",\"created_at\":\"Thu Sep 24 08:26:36 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"EEEEEE\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/80316085\\/Scotland-2009.jpg\",\"followers_count\":111,\"description\":\"P\\u00e9riode post-apocalyptique\\u2026 chute libre\\u2026 mais pas gratuite\\u2026 O\\u00f9 sont mes carambars ?\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/80316085\\/Scotland-2009.jpg\",\"favourites_count\":15,\"id_str\":\"76890915\",\"listed_count\":23,\"friends_count\":113,\"profile_link_color\":\"870208\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1583183572\\/Portrait_normal\",\"screen_name\":\"Wikinade\",\"name\":\"Wikinade\",\"default_profile\":false,\"statuses_count\":1370,\"verified\":false,\"profile_background_color\":\"4bb3a2\",\"id\":76890915,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1583183572\\/Portrait_normal\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126335845719490560}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5505000, +"tags": [ +{ +"id-ref": "99833dee-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "fe39f308-c0ee-4385-888b-32d2832a53ff-126335845719490560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @gonzagauthier: #museoweb @aamonnz : \"le web social n'est pas une étape destinée à être supprimée par la suivante\" ++", +"img": { +"src": "http://a1.twimg.com/profile_images/1583183572/Portrait_normal" +}, +"title": "Wikinade: RT @gonzagauthier: #museoweb @aamonnz : \"le web social n'est pas une étape destinée à être supprimée par la suivante\" ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5513000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @gonzagauthier: #museoweb @aamonnz : \\\"le web social n'est pas une \\u00e9tape destin\\u00e9e \\u00e0 \\u00eatre supprim\\u00e9e par la suivante\\\" ++\",\"created_at\":\"Tue Oct 18 16:36:35 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[19,28]}],\"user_mentions\":[{\"indices\":[3,17],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327},{\"indices\":[29,37],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126335881245245440\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @aamonnz : \\\"le web social n'est pas une \\u00e9tape destin\\u00e9e \\u00e0 \\u00eatre supprim\\u00e9e par la suivante\\\" ++\",\"created_at\":\"Tue Oct 18 16:34:38 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[10,18],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126335387869253632\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7517,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126335387869253632},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F6F6F6\",\"created_at\":\"Thu Sep 24 08:26:36 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"EEEEEE\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/80316085\\/Scotland-2009.jpg\",\"followers_count\":111,\"description\":\"P\\u00e9riode post-apocalyptique\\u2026 chute libre\\u2026 mais pas gratuite\\u2026 O\\u00f9 sont mes carambars ?\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/80316085\\/Scotland-2009.jpg\",\"favourites_count\":15,\"id_str\":\"76890915\",\"listed_count\":23,\"friends_count\":113,\"profile_link_color\":\"870208\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1583183572\\/Portrait_normal\",\"screen_name\":\"Wikinade\",\"name\":\"Wikinade\",\"statuses_count\":1371,\"verified\":false,\"profile_background_color\":\"4bb3a2\",\"id\":76890915,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1583183572\\/Portrait_normal\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126335881245245440}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5513000, +"tags": [ +{ +"id-ref": "99833dee-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "4adc2fa6-85bc-45e6-9d9a-c670d5c50db6-126335881245245440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Utilisation de #Google en France à 95% #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Utilisation de #Google en France à 95% #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5561000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Utilisation de #Google en France \\u00e0 95% #museoweb\",\"created_at\":\"Tue Oct 18 16:37:23 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"Google\",\"indices\":[15,22]},{\"text\":\"museoweb\",\"indices\":[39,48]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126336080659230720\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1131,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2018,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126336080659230720}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5561000, +"tags": [ +{ +"id-ref": "9983c1ec-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "9983c1ec-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "12b6e718-5378-452a-9d62-68c0f9a300a5-126336080659230720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Forcément, si @aamonnz présente la \"bataille des terminaux mobile\" en illustrant #iOs VS #android, je m'insurge --", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Forcément, si @aamonnz présente la \"bataille des terminaux mobile\" en illustrant #iOs VS #android, je m'insurge --", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5575000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Forc\\u00e9ment, si @aamonnz pr\\u00e9sente la \\\"bataille des terminaux mobile\\\" en illustrant #iOs VS #android, je m'insurge --\",\"created_at\":\"Tue Oct 18 16:37:37 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"iOs\",\"indices\":[91,95]},{\"text\":\"android\",\"indices\":[99,107]}],\"user_mentions\":[{\"indices\":[24,32],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126336137571729408\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"default_profile\":true,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7518,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126336137571729408}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5575000, +"tags": [ +{ +"id-ref": "9983dfe2-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "9983e424-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "9983e424-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "76ceda70-f9d5-468e-8189-01342691836d-126336137571729408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb la guerre des navigateurs, puis la guerre des moteurs de recherche, puis la guerre des OS mobiles, puis la guerre du Cloud...", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb la guerre des navigateurs, puis la guerre des moteurs de recherche, puis la guerre des OS mobiles, puis la guerre du Cloud...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5603000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb la guerre des navigateurs, puis la guerre des moteurs de recherche, puis la guerre des OS mobiles, puis la guerre du Cloud...\",\"created_at\":\"Tue Oct 18 16:38:05 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126336258891984896\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1019,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1620,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126336258891984896}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5603000, +"tags": [ +{ +"id-ref": "9983e424-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "23c88a8c-9a48-47c6-9f39-c6b9afbef57d-126336258891984896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Ref : \"Le Web sémantique n'est pas antisocial\" par Fabien Gandon (pdf) http://t.co/TmPlfHiN ==", +"img": { +"src": "http://a3.twimg.com/profile_images/654197661/omer_twiitter_20100125_normal.jpg" +}, +"title": "Omer Pesquer: #museoweb Ref : \"Le Web sémantique n'est pas antisocial\" par Fabien Gandon (pdf) http://t.co/TmPlfHiN ==", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5618000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Ref : \\\"Le Web s\\u00e9mantique n'est pas antisocial\\\" par Fabien Gandon (pdf) http:\\/\\/t.co\\/TmPlfHiN ==\",\"created_at\":\"Tue Oct 18 16:38:20 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[{\"indices\":[81,101],\"url\":\"http:\\/\\/t.co\\/TmPlfHiN\",\"expanded_url\":\"http:\\/\\/goo.gl\\/twek1\",\"display_url\":\"goo.gl\\/twek1\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126336319478706176\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"f5f5f5\",\"created_at\":\"Sat Oct 04 16:26:51 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a67f13\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"followers_count\":1314,\"description\":\"Consultant Internet Freelance - secteur culturel (#mus\\u00e9e, #artsvisuels) & Cr\\u00e9ateur de dispositifs Web singuliers (#Outrepart, #MotBot, #UnTitre)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/omer.mobi\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"favourites_count\":1095,\"id_str\":\"16592723\",\"listed_count\":164,\"friends_count\":895,\"profile_link_color\":\"0084b4\",\"protected\":false,\"location\":\"Paris - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\",\"screen_name\":\"_omr\",\"name\":\"Omer Pesquer\",\"default_profile\":false,\"statuses_count\":6652,\"verified\":false,\"profile_background_color\":\"bababa\",\"id\":16592723,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126336319478706176}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5618000, +"tags": [ +{ +"id-ref": "9983e424-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "66029f57-6ea1-4334-805a-a1c3302d0f90-126336319478706176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb le web ne serait il qu'un grand champ de bataille ??", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb le web ne serait il qu'un grand champ de bataille ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5645000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb le web ne serait il qu'un grand champ de bataille ??\",\"created_at\":\"Tue Oct 18 16:38:47 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126336433911906304\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"default_profile\":false,\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1019,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1621,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126336433911906304}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5645000, +"tags": [ +{ +"id-ref": "9983e424-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "f431ec5d-e569-4311-add1-6476f0ea6837-126336433911906304" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "pour les prochains #museoweb ça serait pas mal que le micro sature moins pour ceux qui suivent à distance #merci", +"img": { +"src": "http://a1.twimg.com/profile_images/1110558324/sylvain_bouteille_normal.jpg" +}, +"title": "Sylvain Machefert: pour les prochains #museoweb ça serait pas mal que le micro sature moins pour ceux qui suivent à distance #merci", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5651000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"pour les prochains #museoweb \\u00e7a serait pas mal que le micro sature moins pour ceux qui suivent \\u00e0 distance #merci\",\"created_at\":\"Tue Oct 18 16:38:53 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[19,28]},{\"text\":\"merci\",\"indices\":[106,112]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126336458104643584\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Tue Oct 28 16:18:44 +0000 2008\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":401,\"description\":\"un geek au milieu des biblioth\\u00e9caires, wikip\\u00e9dien \\u00e0 ses heures perdues\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.sylvainmachefert.com\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":727,\"id_str\":\"17023747\",\"listed_count\":65,\"friends_count\":137,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Burdigala\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1110558324\\/sylvain_bouteille_normal.jpg\",\"screen_name\":\"symac\",\"name\":\"Sylvain Machefert\",\"statuses_count\":3967,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":17023747,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1110558324\\/sylvain_bouteille_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126336458104643584}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5651000, +"tags": [ +{ +"id-ref": "99844dba-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99844dba-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "94ee7597-7a47-46ac-8e5a-092d3a8366f7-126336458104643584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "A une succession de webs répondrait une succession de paradigmes sur le web #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: A une succession de webs répondrait une succession de paradigmes sur le web #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5660000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"A une succession de webs r\\u00e9pondrait une succession de paradigmes sur le web #museoweb\",\"created_at\":\"Tue Oct 18 16:39:02 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[76,85]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126336496671272960\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1132,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2019,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126336496671272960}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5660000, +"tags": [ +{ +"id-ref": "99844dba-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "084b0c8e-40b9-4ac5-8a85-f76fbddb52dd-126336496671272960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RemiMathis: Suivez le hashtag #museoweb : séminaire de l'IRI, aujourd'hui avec @AdrienneAlix, directrice des programmes de @Wikimedia_Fr", +"img": { +"src": "None" +}, +"title": "Wikimédia France: RT @RemiMathis: Suivez le hashtag #museoweb : séminaire de l'IRI, aujourd'hui avec @AdrienneAlix, directrice des programmes de @Wikimedia_Fr", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5683000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @RemiMathis: Suivez le hashtag #museoweb : s\\u00e9minaire de l'IRI, aujourd'hui avec @AdrienneAlix, directrice des programmes de @Wikimedia_Fr\",\"created_at\":\"Tue Oct 18 16:39:25 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[34,43]}],\"user_mentions\":[{\"indices\":[3,14],\"id_str\":\"29508165\",\"name\":\"R\\u00e9mi Mathis\",\"screen_name\":\"RemiMathis\",\"id\":29508165},{\"indices\":[83,96],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902},{\"indices\":[127,140],\"id_str\":\"17271765\",\"name\":\"Wikim\\u00e9dia France\",\"screen_name\":\"Wikimedia_Fr\",\"id\":17271765}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126336592813109248\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Suivez le hashtag #museoweb : s\\u00e9minaire de l'IRI, aujourd'hui avec @AdrienneAlix, directrice des programmes de @Wikimedia_Fr\",\"created_at\":\"Tue Oct 18 16:01:59 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[18,27]}],\"user_mentions\":[{\"indices\":[67,80],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902},{\"indices\":[111,124],\"id_str\":\"17271765\",\"name\":\"Wikim\\u00e9dia France\",\"screen_name\":\"Wikimedia_Fr\",\"id\":17271765}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126327173048057856\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F3F3F3\",\"created_at\":\"Tue Apr 07 18:26:20 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"DFDFDF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"followers_count\":1086,\"description\":\"Conservateur au d\\u00e9partement des Estampes de la BnF ; r\\u00e9dac'chef des Nouvelles de l'estampe ; pr\\u00e9sident de Wikim\\u00e9dia France\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/alatoisondor.wordpress.com\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"favourites_count\":2,\"id_str\":\"29508165\",\"listed_count\":122,\"friends_count\":629,\"profile_link_color\":\"990000\",\"protected\":false,\"location\":\"Paris ; Amsterdam\",\"default_profile\":false,\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\",\"screen_name\":\"RemiMathis\",\"name\":\"R\\u00e9mi Mathis\",\"statuses_count\":12067,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":29508165,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126327173048057856},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"E3E2DE\",\"created_at\":\"Sun Nov 09 18:11:36 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"D3D2CF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"followers_count\":2190,\"description\":\"Wikim\\u00e9dia France est une association de loi 1901 dont le but est de promouvoir et soutenir la diffusion de la connaissance libre et les projets comme Wikip\\u00e9dia.\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/blog.wikimedia.fr\",\"following\":null,\"profile_text_color\":\"634047\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"favourites_count\":1,\"id_str\":\"17271765\",\"listed_count\":167,\"friends_count\":103,\"profile_link_color\":\"088253\",\"protected\":false,\"location\":\"France\",\"default_profile\":false,\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/63985123\\/Wikimediafrance-logo_normal.png\",\"screen_name\":\"Wikimedia_Fr\",\"name\":\"Wikim\\u00e9dia France\",\"statuses_count\":1097,\"verified\":false,\"profile_background_color\":\"EDECE9\",\"id\":17271765,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/63985123\\/Wikimediafrance-logo_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126336592813109248}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5683000, +"tags": [ +{ +"id-ref": "99844dba-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "bd4ca2e9-2441-4912-8d3d-aad967f04df9-126336592813109248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb @aamonnz parle \"du\" web dans son unicité et son universalité. Mais là encore, ça sent le point de vue eurocentré ? --", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb @aamonnz parle \"du\" web dans son unicité et son universalité. Mais là encore, ça sent le point de vue eurocentré ? --", +"color": "16763904", +"polemics": [ +"Q", +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5712000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @aamonnz parle \\\"du\\\" web dans son unicit\\u00e9 et son universalit\\u00e9. Mais l\\u00e0 encore, \\u00e7a sent le point de vue eurocentr\\u00e9 ? --\",\"created_at\":\"Tue Oct 18 16:39:54 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[10,18],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126336712191389697\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7519,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"default_profile\":true,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126336712191389697}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5712000, +"tags": [ +{ +"id-ref": "99844dba-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "e2b93032-f594-4dea-92ac-6f14f1a8e8c5-126336712191389697" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "NOW ! RT @lizarewind #museoweb http://t.co/A0mB7k4L suivre le séminaire \"Muséologie, muséographie et nouvelles formes d’adresse au public", +"img": { +"src": "http://a3.twimg.com/profile_images/409382566/13_normal.jpg" +}, +"title": "Virginie Paillas: NOW ! RT @lizarewind #museoweb http://t.co/A0mB7k4L suivre le séminaire \"Muséologie, muséographie et nouvelles formes d’adresse au public", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5722000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"NOW ! RT @lizarewind #museoweb http:\\/\\/t.co\\/A0mB7k4L suivre le s\\u00e9minaire \\\"Mus\\u00e9ologie, mus\\u00e9ographie et nouvelles formes d\\u2019adresse au public\",\"created_at\":\"Tue Oct 18 16:40:04 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[21,30]}],\"user_mentions\":[{\"indices\":[9,20],\"id_str\":\"110428655\",\"name\":\"lizarewind\",\"screen_name\":\"lizarewind\",\"id\":110428655}],\"urls\":[{\"indices\":[31,51],\"url\":\"http:\\/\\/t.co\\/A0mB7k4L\",\"expanded_url\":\"http:\\/\\/bit.ly\\/o13ird\",\"display_url\":\"bit.ly\\/o13ird\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126336755816333312\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"created_at\":\"Tue Sep 08 12:20:07 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"London\",\"profile_sidebar_border_color\":\"181A1E\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"followers_count\":576,\"description\":\"Formatrice TIC : formation des enseignants et des formateurs du premier degr\\u00e9. Vif int\\u00e9r\\u00eat : place des services dits WEB20 dans la formation et l'enseignement\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"favourites_count\":863,\"id_str\":\"72538763\",\"listed_count\":85,\"friends_count\":129,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"location\":\"Lourdes - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\",\"screen_name\":\"vpaillas\",\"name\":\"Virginie Paillas\",\"statuses_count\":1951,\"verified\":false,\"profile_background_color\":\"1A1B1F\",\"id\":72538763,\"profile_background_tile\":false,\"utc_offset\":0,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126336755816333312}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5722000, +"tags": [ +{ +"id-ref": "99844dba-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b013e17a-f1f5-4cc5-8bcb-67f79a382907-126336755816333312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT: @figoblog: #museoweb infobox : irruption des données structurées dans WP, frémissement des tenants du web sémantique :-)", +"img": { +"src": "None" +}, +"title": "Wikimédia France: RT: @figoblog: #museoweb infobox : irruption des données structurées dans WP, frémissement des tenants du web sémantique :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5748000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT: @figoblog: #museoweb infobox : irruption des donn\\u00e9es structur\\u00e9es dans WP, fr\\u00e9missement des tenants du web s\\u00e9mantique :-)\",\"created_at\":\"Tue Oct 18 16:40:30 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[15,24]}],\"user_mentions\":[{\"indices\":[4,13],\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id\":8814092}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126336864880820225\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"E3E2DE\",\"created_at\":\"Sun Nov 09 18:11:36 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"D3D2CF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"followers_count\":2190,\"description\":\"Wikim\\u00e9dia France est une association de loi 1901 dont le but est de promouvoir et soutenir la diffusion de la connaissance libre et les projets comme Wikip\\u00e9dia.\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/blog.wikimedia.fr\",\"default_profile\":false,\"following\":null,\"profile_text_color\":\"634047\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"favourites_count\":1,\"id_str\":\"17271765\",\"listed_count\":167,\"friends_count\":103,\"profile_link_color\":\"088253\",\"protected\":false,\"location\":\"France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/63985123\\/Wikimediafrance-logo_normal.png\",\"screen_name\":\"Wikimedia_Fr\",\"name\":\"Wikim\\u00e9dia France\",\"statuses_count\":1098,\"verified\":false,\"profile_background_color\":\"EDECE9\",\"id\":17271765,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/63985123\\/Wikimediafrance-logo_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126336864880820225}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5748000, +"tags": [ +{ +"id-ref": "99844dba-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "e376ecb7-b97c-4836-aeff-9a25fde9ac40-126336864880820225" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RemiMathis: Suivez le hashtag #museoweb : séminaire de l'IRI, aujourd'hui avec @AdrienneAlix, directrice des programmes de @Wikimedia_Fr", +"img": { +"src": "http://a2.twimg.com/profile_images/1404377005/image_normal.jpg" +}, +"title": "Gayané Adourian: RT @RemiMathis: Suivez le hashtag #museoweb : séminaire de l'IRI, aujourd'hui avec @AdrienneAlix, directrice des programmes de @Wikimedia_Fr", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5788000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @RemiMathis: Suivez le hashtag #museoweb : s\\u00e9minaire de l'IRI, aujourd'hui avec @AdrienneAlix, directrice des programmes de @Wikimedia_Fr\",\"created_at\":\"Tue Oct 18 16:41:10 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[34,43]}],\"user_mentions\":[{\"indices\":[3,14],\"id_str\":\"29508165\",\"name\":\"R\\u00e9mi Mathis\",\"screen_name\":\"RemiMathis\",\"id\":29508165},{\"indices\":[83,96],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902},{\"indices\":[127,140],\"id_str\":\"17271765\",\"name\":\"Wikim\\u00e9dia France\",\"screen_name\":\"Wikimedia_Fr\",\"id\":17271765}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126337034355871744\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Suivez le hashtag #museoweb : s\\u00e9minaire de l'IRI, aujourd'hui avec @AdrienneAlix, directrice des programmes de @Wikimedia_Fr\",\"created_at\":\"Tue Oct 18 16:01:59 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[18,27]}],\"user_mentions\":[{\"indices\":[67,80],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902},{\"indices\":[111,124],\"id_str\":\"17271765\",\"name\":\"Wikim\\u00e9dia France\",\"screen_name\":\"Wikimedia_Fr\",\"id\":17271765}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126327173048057856\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F3F3F3\",\"created_at\":\"Tue Apr 07 18:26:20 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"DFDFDF\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"followers_count\":1086,\"description\":\"Conservateur au d\\u00e9partement des Estampes de la BnF ; r\\u00e9dac'chef des Nouvelles de l'estampe ; pr\\u00e9sident de Wikim\\u00e9dia France\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/alatoisondor.wordpress.com\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/176198935\\/nom_armes_titres_-_400_px.jpg\",\"favourites_count\":2,\"id_str\":\"29508165\",\"listed_count\":122,\"friends_count\":629,\"profile_link_color\":\"990000\",\"protected\":false,\"location\":\"Paris ; Amsterdam\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\",\"screen_name\":\"RemiMathis\",\"name\":\"R\\u00e9mi Mathis\",\"statuses_count\":12068,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":29508165,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/127401730\\/PhotoRM_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126327173048057856},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"efefef\",\"created_at\":\"Thu Sep 24 18:04:41 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"eeeeee\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"followers_count\":1776,\"description\":\"Journaliste. Recherche\\/Innovation\\/Soci\\u00e9t\\u00e9 sur @Knowtex. Focus sur #environnement et #plan\\u00e8te. Curieuse, relationniste et #hihi! :) Pianiste aussi\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.gayane-adourian.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"favourites_count\":442,\"id_str\":\"77002320\",\"listed_count\":216,\"friends_count\":1319,\"profile_link_color\":\"009999\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404377005\\/image_normal.jpg\",\"screen_name\":\"GayaneAdourian\",\"name\":\"Gayan\\u00e9 Adourian\",\"statuses_count\":6982,\"verified\":false,\"profile_background_color\":\"131516\",\"id\":77002320,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404377005\\/image_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126337034355871744}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5788000, +"tags": [ +{ +"id-ref": "99844dba-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "38690ada-b401-4dbd-a730-ea569977f50d-126337034355871744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT: @RemiMathis: .@AdrienneAlix Wikipédia : passer du tps à naviguer à travers les liens : http://t.co/hZNJUnL7 :-D #museoweb", +"img": { +"src": "None" +}, +"title": "Wikimédia France: RT: @RemiMathis: .@AdrienneAlix Wikipédia : passer du tps à naviguer à travers les liens : http://t.co/hZNJUnL7 :-D #museoweb", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5806000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT: @RemiMathis: .@AdrienneAlix Wikip\\u00e9dia : passer du tps \\u00e0 naviguer \\u00e0 travers les liens : http:\\/\\/t.co\\/hZNJUnL7 :-D #museoweb\",\"created_at\":\"Tue Oct 18 16:41:28 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[116,125]}],\"user_mentions\":[{\"indices\":[4,15],\"id_str\":\"29508165\",\"name\":\"R\\u00e9mi Mathis\",\"screen_name\":\"RemiMathis\",\"id\":29508165},{\"indices\":[18,31],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[{\"indices\":[91,111],\"url\":\"http:\\/\\/t.co\\/hZNJUnL7\",\"expanded_url\":\"http:\\/\\/xkcd.com\\/214\\/\",\"display_url\":\"xkcd.com\\/214\\/\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126337110264393728\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"E3E2DE\",\"created_at\":\"Sun Nov 09 18:11:36 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"D3D2CF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"followers_count\":2190,\"description\":\"Wikim\\u00e9dia France est une association de loi 1901 dont le but est de promouvoir et soutenir la diffusion de la connaissance libre et les projets comme Wikip\\u00e9dia.\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/blog.wikimedia.fr\",\"following\":null,\"profile_text_color\":\"634047\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"favourites_count\":1,\"id_str\":\"17271765\",\"listed_count\":167,\"friends_count\":103,\"profile_link_color\":\"088253\",\"protected\":false,\"location\":\"France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/63985123\\/Wikimediafrance-logo_normal.png\",\"screen_name\":\"Wikimedia_Fr\",\"name\":\"Wikim\\u00e9dia France\",\"statuses_count\":1099,\"verified\":false,\"profile_background_color\":\"EDECE9\",\"id\":17271765,\"default_profile\":false,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/63985123\\/Wikimediafrance-logo_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126337110264393728}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5806000, +"tags": [ +{ +"id-ref": "99844dba-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "8e1a427c-9d65-44d0-b1b1-ca7abfe2f2c8-126337110264393728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb @aamonnz définit pour le moment le web exclusivement d'un point de vue des normes.", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb @aamonnz définit pour le moment le web exclusivement d'un point de vue des normes.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5818000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @aamonnz d\\u00e9finit pour le moment le web exclusivement d'un point de vue des normes.\",\"created_at\":\"Tue Oct 18 16:41:40 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[10,18],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126337159409053697\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7520,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126337159409053697}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5818000, +"tags": [ +{ +"id-ref": "99844dba-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "f83174dd-4696-4bc8-b1ba-fab473d7286d-126337159409053697" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT: @cblogculture: Adrienne Alix : Projets #wikimedia à classer ds le web social plutôt que le web sémantique #museoweb", +"img": { +"src": "None" +}, +"title": "Wikimédia France: RT: @cblogculture: Adrienne Alix : Projets #wikimedia à classer ds le web social plutôt que le web sémantique #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5839000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT: @cblogculture: Adrienne Alix : Projets #wikimedia \\u00e0 classer ds le web social plut\\u00f4t que le web s\\u00e9mantique #museoweb\",\"created_at\":\"Tue Oct 18 16:42:01 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"wikimedia\",\"indices\":[43,53]},{\"text\":\"museoweb\",\"indices\":[110,119]}],\"user_mentions\":[{\"indices\":[4,17],\"id_str\":\"216030846\",\"name\":\"C\\/blog\",\"screen_name\":\"cblogculture\",\"id\":216030846}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126337244951871489\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"E3E2DE\",\"created_at\":\"Sun Nov 09 18:11:36 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"D3D2CF\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"followers_count\":2190,\"description\":\"Wikim\\u00e9dia France est une association de loi 1901 dont le but est de promouvoir et soutenir la diffusion de la connaissance libre et les projets comme Wikip\\u00e9dia.\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/blog.wikimedia.fr\",\"following\":null,\"profile_text_color\":\"634047\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"favourites_count\":1,\"id_str\":\"17271765\",\"listed_count\":167,\"friends_count\":103,\"profile_link_color\":\"088253\",\"protected\":false,\"location\":\"France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/63985123\\/Wikimediafrance-logo_normal.png\",\"screen_name\":\"Wikimedia_Fr\",\"name\":\"Wikim\\u00e9dia France\",\"statuses_count\":1100,\"verified\":false,\"profile_background_color\":\"EDECE9\",\"id\":17271765,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/63985123\\/Wikimediafrance-logo_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126337244951871489}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5839000, +"tags": [ +{ +"id-ref": "99844dba-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99844dba-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "39851228-390f-4a77-b5a7-697287699526-126337244951871489" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb @aamonnz explique l'enjeu pour google de considérer le web comme un web de pages, \"vue partielle\".", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb @aamonnz explique l'enjeu pour google de considérer le web comme un web de pages, \"vue partielle\".", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5851000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @aamonnz explique l'enjeu pour google de consid\\u00e9rer le web comme un web de pages, \\\"vue partielle\\\".\",\"created_at\":\"Tue Oct 18 16:42:13 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[10,18],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126337295191252992\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7521,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126337295191252992}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5851000, +"tags": [ +{ +"id-ref": "99844dba-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "9c3ed3b7-b018-411a-aa0a-498d994be8ad-126337295191252992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"Il ne faut pas confondre #Google et le #web\" Alexandre Monnin #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: \"Il ne faut pas confondre #Google et le #web\" Alexandre Monnin #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5884000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"\\\"Il ne faut pas confondre #Google et le #web\\\" Alexandre Monnin #museoweb\",\"created_at\":\"Tue Oct 18 16:42:46 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"Google\",\"indices\":[26,33]},{\"text\":\"web\",\"indices\":[40,44]},{\"text\":\"museoweb\",\"indices\":[63,72]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126337436849680384\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1132,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2020,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126337436849680384}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5884000, +"tags": [ +{ +"id-ref": "99844dba-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99844dba-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998569de-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "6b5fe659-c197-463d-8925-2bccfbd3a197-126337436849680384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb @aamonnz cite @lespetitescases : il ne faut pas être sur le web mais dans le web ++", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb @aamonnz cite @lespetitescases : il ne faut pas être sur le web mais dans le web ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5988000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @aamonnz cite @lespetitescases : il ne faut pas \\u00eatre sur le web mais dans le web ++\",\"created_at\":\"Tue Oct 18 16:44:30 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[10,18],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472},{\"indices\":[24,40],\"id_str\":\"13810452\",\"name\":\"Gautier Poupeau\",\"screen_name\":\"lespetitescases\",\"id\":13810452}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126337873044701185\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1019,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"default_profile\":false,\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1623,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126337873044701185}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 5988000, +"tags": [ +{ +"id-ref": "998569de-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "53ef87a2-2ec4-4bde-8ed1-b2d8af0a7491-126337873044701185" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @gonzagauthier #museoweb @aamonnz explique l'enjeu pour google de considérer le web comme un web de pages, \"vue partielle\".", +"img": { +"src": "http://a3.twimg.com/profile_images/409382566/13_normal.jpg" +}, +"title": "Virginie Paillas: RT @gonzagauthier #museoweb @aamonnz explique l'enjeu pour google de considérer le web comme un web de pages, \"vue partielle\".", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6003000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @gonzagauthier #museoweb @aamonnz explique l'enjeu pour google de consid\\u00e9rer le web comme un web de pages, \\\"vue partielle\\\".\",\"created_at\":\"Tue Oct 18 16:44:45 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[18,27]}],\"user_mentions\":[{\"indices\":[3,17],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327},{\"indices\":[28,36],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126337933241356289\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"default_profile\":false,\"created_at\":\"Tue Sep 08 12:20:07 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"London\",\"profile_sidebar_border_color\":\"181A1E\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"followers_count\":576,\"description\":\"Formatrice TIC : formation des enseignants et des formateurs du premier degr\\u00e9. Vif int\\u00e9r\\u00eat : place des services dits WEB20 dans la formation et l'enseignement\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"favourites_count\":863,\"id_str\":\"72538763\",\"listed_count\":85,\"friends_count\":129,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"location\":\"Lourdes - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\",\"screen_name\":\"vpaillas\",\"name\":\"Virginie Paillas\",\"statuses_count\":1951,\"verified\":false,\"profile_background_color\":\"1A1B1F\",\"id\":72538763,\"profile_background_tile\":false,\"utc_offset\":0,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126337933241356289}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6003000, +"tags": [ +{ +"id-ref": "998569de-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "424dfa52-79ae-41ac-a704-093a46a027b6-126337933241356289" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb A Monnin \"Pr ê sur le web, il suffit d’en suivre ses modes successives, pour ê dans le web il faut comprendre son infrastructure.", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Emmanuel Chateau: #museoweb A Monnin \"Pr ê sur le web, il suffit d’en suivre ses modes successives, pour ê dans le web il faut comprendre son infrastructure.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6059000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb A Monnin \\\"Pr \\u00ea sur le web, il suffit d\\u2019en suivre ses modes successives, pour \\u00ea dans le web il faut comprendre son infrastructure.\",\"created_at\":\"Tue Oct 18 16:45:41 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126338168306933760\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"C0DFEC\",\"created_at\":\"Tue Nov 23 11:23:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a8c7f7\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":41,\"description\":\"Historien de l'architecture, Digital humanist\",\"geo_enabled\":false,\"profile_use_background_image\":false,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":23,\"id_str\":\"218830003\",\"listed_count\":1,\"friends_count\":65,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"screen_name\":\"emchateau\",\"name\":\"Emmanuel Chateau\",\"statuses_count\":40,\"verified\":false,\"profile_background_color\":\"022330\",\"id\":218830003,\"default_profile\":false,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126338168306933760}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6059000, +"tags": [ +{ +"id-ref": "998569de-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "ea7949de-c4ff-41ed-a9a6-8bac3f5045c3-126338168306933760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Ça parle du poids de la classification dans les bibliothèque comme un élément performatif. ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Ça parle du poids de la classification dans les bibliothèque comme un élément performatif. ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6234000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\u00c7a parle du poids de la classification dans les biblioth\\u00e8que comme un \\u00e9l\\u00e9ment performatif. ++\",\"created_at\":\"Tue Oct 18 16:48:36 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126338904696692736\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"default_profile\":true,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7522,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126338904696692736}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6234000, +"tags": [ +{ +"id-ref": "998569de-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "6c44f798-3bb1-407a-97bd-ff42d35272f1-126338904696692736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb @aamonnz présente les catégories principalement issues des studies américaines. On reste cohérent ^^ ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb @aamonnz présente les catégories principalement issues des studies américaines. On reste cohérent ^^ ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6289000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @aamonnz pr\\u00e9sente les cat\\u00e9gories principalement issues des studies am\\u00e9ricaines. On reste coh\\u00e9rent ^^ ++\",\"created_at\":\"Tue Oct 18 16:49:31 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[10,18],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126339135987396608\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7523,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126339135987396608}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6289000, +"tags": [ +{ +"id-ref": "998569de-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "fc9331b9-b527-43ee-a3df-016c11d015a3-126339135987396608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une stratégie pour faire évoluer les choses en termes de metadonnées : faire changer les institutions @aamonnz #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Une stratégie pour faire évoluer les choses en termes de metadonnées : faire changer les institutions @aamonnz #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6384000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Une strat\\u00e9gie pour faire \\u00e9voluer les choses en termes de metadonn\\u00e9es : faire changer les institutions @aamonnz #museoweb\",\"created_at\":\"Tue Oct 18 16:51:06 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[111,120]}],\"user_mentions\":[{\"indices\":[102,110],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126339533322190848\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1133,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"default_profile\":false,\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2021,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126339533322190848}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6384000, +"tags": [ +{ +"id-ref": "998569de-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "6086efac-9984-4c6e-be55-8fe9ca44e0d9-126339533322190848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@aamonnz cite Clay Shirky : \"le choix du descripteur n'est pas neutre\" #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: @aamonnz cite Clay Shirky : \"le choix du descripteur n'est pas neutre\" #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6451000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"aamonnz\",\"in_reply_to_user_id\":7409472,\"text\":\"@aamonnz cite Clay Shirky : \\\"le choix du descripteur n'est pas neutre\\\" #museoweb\",\"created_at\":\"Tue Oct 18 16:52:13 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[71,80]}],\"user_mentions\":[{\"indices\":[0,8],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":\"7409472\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126339811723329536\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1133,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2022,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126339811723329536}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6451000, +"tags": [ +{ +"id-ref": "998569de-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "a11a610d-f319-4a98-bf0e-fbdc0d900ce1-126339811723329536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb L'exemple choisi par @aamonnz pour montrer la pertinence des enjeux sémantiques dans les ontologies est celui du queer. ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb L'exemple choisi par @aamonnz pour montrer la pertinence des enjeux sémantiques dans les ontologies est celui du queer. ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6510000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb L'exemple choisi par @aamonnz pour montrer la pertinence des enjeux s\\u00e9mantiques dans les ontologies est celui du queer. ++\",\"created_at\":\"Tue Oct 18 16:53:12 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[31,39],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126340061250854912\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"default_profile\":true,\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7524,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126340061250854912}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6510000, +"tags": [ +{ +"id-ref": "998569de-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "03fbb030-e31f-473d-8a67-c52761bd0d82-126340061250854912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Mais c'est pas risqué en France ? Ca va peut mener à des incompréhensions. D'ailleurs @aamonnz dérape parfois sur ses usages.", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Mais c'est pas risqué en France ? Ca va peut mener à des incompréhensions. D'ailleurs @aamonnz dérape parfois sur ses usages.", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6579000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Mais c'est pas risqu\\u00e9 en France ? Ca va peut mener \\u00e0 des incompr\\u00e9hensions. D'ailleurs @aamonnz d\\u00e9rape parfois sur ses usages.\",\"created_at\":\"Tue Oct 18 16:54:21 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[96,104],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126340351152754688\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7525,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"default_profile\":true,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126340351152754688}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6579000, +"tags": [ +{ +"id-ref": "998569de-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "515dd17b-771a-44fc-9df0-43ceda00e077-126340351152754688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Place aux hybrides ! < #Cyborg", +"img": { +"src": "http://a3.twimg.com/profile_images/654197661/omer_twiitter_20100125_normal.jpg" +}, +"title": "Omer Pesquer: #museoweb Place aux hybrides ! < #Cyborg", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6694000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Place aux hybrides ! < #Cyborg\",\"created_at\":\"Tue Oct 18 16:56:16 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"Cyborg\",\"indices\":[36,43]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126340833468366848\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"f5f5f5\",\"default_profile\":false,\"created_at\":\"Sat Oct 04 16:26:51 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a67f13\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"followers_count\":1314,\"description\":\"Consultant Internet Freelance - secteur culturel (#mus\\u00e9e, #artsvisuels) & Cr\\u00e9ateur de dispositifs Web singuliers (#Outrepart, #MotBot, #UnTitre)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/omer.mobi\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"favourites_count\":1095,\"id_str\":\"16592723\",\"listed_count\":164,\"friends_count\":895,\"profile_link_color\":\"0084b4\",\"protected\":false,\"location\":\"Paris - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\",\"screen_name\":\"_omr\",\"name\":\"Omer Pesquer\",\"statuses_count\":6653,\"verified\":false,\"profile_background_color\":\"bababa\",\"id\":16592723,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126340833468366848}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6694000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "87e836c7-7a6d-4840-98cc-3204ade8827d-126340833468366848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb \"Va-t-on assister à une destruction des autorités dans les musées ? Je ne pense pas\". Dommage ! --", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb \"Va-t-on assister à une destruction des autorités dans les musées ? Je ne pense pas\". Dommage ! --", +"color": "16763904", +"polemics": [ +"Q", +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6704000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb \\\"Va-t-on assister \\u00e0 une destruction des autorit\\u00e9s dans les mus\\u00e9es ? Je ne pense pas\\\". Dommage ! --\",\"created_at\":\"Tue Oct 18 16:56:26 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126340875407204352\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"default_profile\":true,\"statuses_count\":7526,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126340875407204352}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6704000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "e9396670-2a2e-455a-929f-22ec7395a92a-126340875407204352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Pr A Monnin ne devrait pas assister à une prise du web culturel --", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Emmanuel Chateau: #museoweb Pr A Monnin ne devrait pas assister à une prise du web culturel --", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6735000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Pr A Monnin ne devrait pas assister \\u00e0 une prise du web culturel --\",\"created_at\":\"Tue Oct 18 16:56:57 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126341004650487808\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":true,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"C0DFEC\",\"created_at\":\"Tue Nov 23 11:23:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a8c7f7\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":41,\"description\":\"Historien de l'architecture, Digital humanist\",\"geo_enabled\":false,\"profile_use_background_image\":false,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":23,\"id_str\":\"218830003\",\"listed_count\":1,\"friends_count\":65,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"screen_name\":\"emchateau\",\"name\":\"Emmanuel Chateau\",\"statuses_count\":41,\"verified\":false,\"profile_background_color\":\"022330\",\"id\":218830003,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126341004650487808}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6735000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "e1be6b10-d256-4ce6-92b5-7908c46f3128-126341004650487808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Construire des hybrides pages / données / services @aamonnz ++", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb Construire des hybrides pages / données / services @aamonnz ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6796000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Construire des hybrides pages \\/ donn\\u00e9es \\/ services @aamonnz ++\",\"created_at\":\"Tue Oct 18 16:57:58 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[61,69],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126341261111201792\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"default_profile\":false,\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1019,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1624,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126341261111201792}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6796000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "78b6d2ea-8e03-44d5-808a-3d5d216748b3-126341261111201792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Auj on a affaire a des \"hybrides\" de web - @aamonnz montre le schéma de N. Delaforge déjà posté sur http://t.co/LDkzNPQq #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Auj on a affaire a des \"hybrides\" de web - @aamonnz montre le schéma de N. Delaforge déjà posté sur http://t.co/LDkzNPQq #museoweb", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6802000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Auj on a affaire a des \\\"hybrides\\\" de web - @aamonnz montre le sch\\u00e9ma de N. Delaforge d\\u00e9j\\u00e0 post\\u00e9 sur http:\\/\\/t.co\\/LDkzNPQq #museoweb\",\"created_at\":\"Tue Oct 18 16:58:04 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[121,130]}],\"user_mentions\":[{\"indices\":[43,51],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[{\"indices\":[100,120],\"url\":\"http:\\/\\/t.co\\/LDkzNPQq\",\"expanded_url\":\"http:\\/\\/cblog.culture.fr\",\"display_url\":\"cblog.culture.fr\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126341284062429184\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"default_profile\":false,\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1133,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2023,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126341284062429184}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6802000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "7621f1fc-b300-4c1e-899f-286b84734758-126341284062429184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @figoblog: #museoweb Construire des hybrides pages / données / services @aamonnz ++", +"img": { +"src": "http://a3.twimg.com/profile_images/654197661/omer_twiitter_20100125_normal.jpg" +}, +"title": "Omer Pesquer: RT @figoblog: #museoweb Construire des hybrides pages / données / services @aamonnz ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6828000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @figoblog: #museoweb Construire des hybrides pages \\/ donn\\u00e9es \\/ services @aamonnz ++\",\"created_at\":\"Tue Oct 18 16:58:30 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[14,23]}],\"user_mentions\":[{\"indices\":[3,12],\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id\":8814092},{\"indices\":[75,83],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126341393286307840\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"f5f5f5\",\"created_at\":\"Sat Oct 04 16:26:51 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a67f13\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"followers_count\":1314,\"description\":\"Consultant Internet Freelance - secteur culturel (#mus\\u00e9e, #artsvisuels) & Cr\\u00e9ateur de dispositifs Web singuliers (#Outrepart, #MotBot, #UnTitre)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/omer.mobi\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"favourites_count\":1095,\"id_str\":\"16592723\",\"listed_count\":164,\"friends_count\":895,\"profile_link_color\":\"0084b4\",\"protected\":false,\"location\":\"Paris - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\",\"screen_name\":\"_omr\",\"name\":\"Omer Pesquer\",\"statuses_count\":6654,\"verified\":false,\"profile_background_color\":\"bababa\",\"id\":16592723,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126341393286307840}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6828000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "ff6a67dc-f1a3-4dbc-9359-59d77d593e82-126341393286307840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb l'hybride comme dissolution des pouvoirs. Réduction des savoirs/pouvoirs ?? --", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Emmanuel Chateau: #museoweb l'hybride comme dissolution des pouvoirs. Réduction des savoirs/pouvoirs ?? --", +"color": "16763904", +"polemics": [ +"Q", +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6856000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb l'hybride comme dissolution des pouvoirs. R\\u00e9duction des savoirs\\/pouvoirs\\u00a0??\\u00a0--\",\"created_at\":\"Tue Oct 18 16:58:58 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126341512928825344\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"C0DFEC\",\"created_at\":\"Tue Nov 23 11:23:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a8c7f7\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":41,\"description\":\"Historien de l'architecture, Digital humanist\",\"geo_enabled\":false,\"profile_use_background_image\":false,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":23,\"id_str\":\"218830003\",\"listed_count\":1,\"friends_count\":65,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"screen_name\":\"emchateau\",\"name\":\"Emmanuel Chateau\",\"statuses_count\":42,\"verified\":false,\"profile_background_color\":\"022330\",\"id\":218830003,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126341512928825344}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6856000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b4cc35ad-ab59-4ccf-acf5-18efcd8f32b7-126341512928825344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb @aamonnz a l'air très marqué par ses contacts avec des bibliothécaires, ça m'étonne qu'il échappe au #pointVictorHugo ;-)", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb @aamonnz a l'air très marqué par ses contacts avec des bibliothécaires, ça m'étonne qu'il échappe au #pointVictorHugo ;-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6860000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @aamonnz a l'air tr\\u00e8s marqu\\u00e9 par ses contacts avec des biblioth\\u00e9caires, \\u00e7a m'\\u00e9tonne qu'il \\u00e9chappe au #pointVictorHugo ;-)\",\"created_at\":\"Tue Oct 18 16:59:02 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"pointVictorHugo\",\"indices\":[111,127]}],\"user_mentions\":[{\"indices\":[10,18],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126341529345327104\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1019,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"default_profile\":false,\"statuses_count\":1625,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126341529345327104}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6860000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "57cdb5e3-8e4e-4496-a23b-2f3520d814f7-126341529345327104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Podcast: RT @lizarewind: #museoweb http://t.co/Wc0TXvFN ,,, séminaire \"Muséologie, muséographie et nouvelles formes d’adresse au public\"", +"img": { +"src": "http://a2.twimg.com/profile_images/1591816386/DSC07806_normal.JPG" +}, +"title": "Costis Dallas: Podcast: RT @lizarewind: #museoweb http://t.co/Wc0TXvFN ,,, séminaire \"Muséologie, muséographie et nouvelles formes d’adresse au public\"", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6959000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Podcast: RT @lizarewind: #museoweb http:\\/\\/t.co\\/Wc0TXvFN ,,, s\\u00e9minaire \\\"Mus\\u00e9ologie, mus\\u00e9ographie et nouvelles formes d\\u2019adresse au public\\\"\",\"created_at\":\"Tue Oct 18 17:00:41 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[25,34]}],\"user_mentions\":[{\"indices\":[12,23],\"id_str\":\"110428655\",\"name\":\"lizarewind\",\"screen_name\":\"lizarewind\",\"id\":110428655}],\"urls\":[{\"indices\":[35,55],\"url\":\"http:\\/\\/t.co\\/Wc0TXvFN\",\"expanded_url\":\"http:\\/\\/bit.ly\\/mUjPrM\",\"display_url\":\"bit.ly\\/mUjPrM\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126341942559784960\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Thu Feb 12 23:57:28 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":334,\"description\":\"Working on museums, cultural management and digital curation in Athens & occasionally in Toronto.\\r\\nhttp:\\/\\/entopia.org\\/costisdallas\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.linkedin.com\\/in\\/CostisDallas\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":13,\"id_str\":\"20733366\",\"listed_count\":24,\"friends_count\":150,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Athens, Greece\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\",\"screen_name\":\"costisd\",\"name\":\"Costis Dallas\",\"statuses_count\":924,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":20733366,\"default_profile\":true,\"profile_background_tile\":false,\"utc_offset\":-18000,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126341942559784960}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6959000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "7601d6b1-7e1a-4568-a2d7-8d73b2d9afbe-126341942559784960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb ai reflechi a une ontologie de type evolutive http://t.co/f1jeVNk3", +"img": { +"src": "http://a0.twimg.com/profile_images/1411125003/moi_pour_twitter_bis_normal.jpg" +}, +"title": "florence meichel: #museoweb ai reflechi a une ontologie de type evolutive http://t.co/f1jeVNk3", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6988000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb ai reflechi a une ontologie de type evolutive http:\\/\\/t.co\\/f1jeVNk3\",\"created_at\":\"Tue Oct 18 17:01:10 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[{\"indices\":[56,76],\"url\":\"http:\\/\\/t.co\\/f1jeVNk3\",\"expanded_url\":\"http:\\/\\/goo.gl\\/ZxyhS==\",\"display_url\":\"goo.gl\\/ZxyhS==\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126342066518245376\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"fafafa\",\"created_at\":\"Thu May 03 13:07:37 +0000 2007\",\"lang\":\"fr\",\"time_zone\":\"Darwin\",\"profile_sidebar_border_color\":\"fafafa\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/135792888\\/twitter_background_blanc.jpg\",\"followers_count\":1633,\"description\":\"Formatrice\\/Consultante Organisations et R\\u00e9seaux Apprenants\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"https:\\/\\/sites.google.com\\/site\\/florencemeichel\\/\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/135792888\\/twitter_background_blanc.jpg\",\"favourites_count\":1336,\"id_str\":\"5739312\",\"listed_count\":229,\"friends_count\":1451,\"profile_link_color\":\"baa24a\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1411125003\\/moi_pour_twitter_bis_normal.jpg\",\"screen_name\":\"florencemeichel\",\"name\":\"florence meichel\",\"statuses_count\":48663,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":5739312,\"default_profile\":false,\"profile_background_tile\":false,\"utc_offset\":34200,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1411125003\\/moi_pour_twitter_bis_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126342066518245376}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 6988000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "fa9069f2-0c57-4cc3-ab78-4f37ecd1f245-126342066518245376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb ai reflechi a une ontologie de type evolutive http://t.co/s8GLlnxy", +"img": { +"src": "http://a0.twimg.com/profile_images/1411125003/moi_pour_twitter_bis_normal.jpg" +}, +"title": "florence meichel: #museoweb ai reflechi a une ontologie de type evolutive http://t.co/s8GLlnxy", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7049000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb ai reflechi a une ontologie de type evolutive http:\\/\\/t.co\\/s8GLlnxy\",\"created_at\":\"Tue Oct 18 17:02:11 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[{\"indices\":[57,77],\"url\":\"http:\\/\\/t.co\\/s8GLlnxy\",\"expanded_url\":\"http:\\/\\/florencemeichel.blogspot.com\\/2010\\/09\\/poiesis-de-lontologie-semantique.html\",\"display_url\":\"florencemeichel.blogspot.com\\/2010\\/09\\/poiesi\\u2026\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126342323218038784\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"fafafa\",\"created_at\":\"Thu May 03 13:07:37 +0000 2007\",\"lang\":\"fr\",\"time_zone\":\"Darwin\",\"profile_sidebar_border_color\":\"fafafa\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/135792888\\/twitter_background_blanc.jpg\",\"followers_count\":1633,\"description\":\"Formatrice\\/Consultante Organisations et R\\u00e9seaux Apprenants\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"https:\\/\\/sites.google.com\\/site\\/florencemeichel\\/\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/135792888\\/twitter_background_blanc.jpg\",\"favourites_count\":1336,\"id_str\":\"5739312\",\"listed_count\":229,\"friends_count\":1451,\"profile_link_color\":\"baa24a\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1411125003\\/moi_pour_twitter_bis_normal.jpg\",\"screen_name\":\"florencemeichel\",\"name\":\"florence meichel\",\"statuses_count\":48665,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":5739312,\"profile_background_tile\":false,\"utc_offset\":34200,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1411125003\\/moi_pour_twitter_bis_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126342323218038784}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7049000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "45d86885-0743-4d0b-bdc8-951eb8fb64e1-126342323218038784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Fabien Gandon, chercheur à l'Inria & membre du W3C : le web et ses metadonnées, le territoire et sa carte #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Fabien Gandon, chercheur à l'Inria & membre du W3C : le web et ses metadonnées, le territoire et sa carte #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7119000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Fabien Gandon, chercheur \\u00e0 l'Inria & membre du W3C : le web et ses metadonn\\u00e9es, le territoire et sa carte #museoweb\",\"created_at\":\"Tue Oct 18 17:03:21 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[106,115]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126342615338713088\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1133,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2024,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126342615338713088}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7119000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "802e5f14-7373-42df-b38a-d84b99812791-126342615338713088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Vannevar Bush propose des notions de #cyborg dès 1945 pour outiller sa mémoire et son raisonnement.", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Vannevar Bush propose des notions de #cyborg dès 1945 pour outiller sa mémoire et son raisonnement.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7196000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Vannevar Bush propose des notions de #cyborg d\\u00e8s 1945 pour outiller sa m\\u00e9moire et son raisonnement.\",\"created_at\":\"Tue Oct 18 17:04:38 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"cyborg\",\"indices\":[47,54]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126342940258865152\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7526,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126342940258865152}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7196000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "0329abae-b041-4bbc-856d-58cb2239aa9b-126342940258865152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb @Fabien_gandon remonte a Vannevar Bush et 'Ted Nelson...", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb @Fabien_gandon remonte a Vannevar Bush et 'Ted Nelson...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7242000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb @Fabien_gandon remonte a Vannevar Bush et 'Ted Nelson...\",\"created_at\":\"Tue Oct 18 17:05:24 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[10,24],\"id_str\":\"14301911\",\"name\":\"fabien_gandon\",\"screen_name\":\"fabien_gandon\",\"id\":14301911}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126343132135690240\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"default_profile\":false,\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1019,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1626,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126343132135690240}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7242000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "d1604363-8711-4cac-bc83-0400d6b9a914-126343132135690240" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @cblogculture F. Gandon, chercheur Inria & membre W3C : le web & ses metadonnées, le territoire & sa carte #museoweb http://t.co/A0mB7k4L", +"img": { +"src": "http://a3.twimg.com/profile_images/409382566/13_normal.jpg" +}, +"title": "Virginie Paillas: RT @cblogculture F. Gandon, chercheur Inria & membre W3C : le web & ses metadonnées, le territoire & sa carte #museoweb http://t.co/A0mB7k4L", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7243000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @cblogculture F. Gandon, chercheur Inria & membre W3C : le web & ses metadonn\\u00e9es, le territoire & sa carte #museoweb http:\\/\\/t.co\\/A0mB7k4L\",\"created_at\":\"Tue Oct 18 17:05:25 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[110,119]}],\"user_mentions\":[{\"indices\":[3,16],\"id_str\":\"216030846\",\"name\":\"C\\/blog\",\"screen_name\":\"cblogculture\",\"id\":216030846}],\"urls\":[{\"indices\":[120,140],\"url\":\"http:\\/\\/t.co\\/A0mB7k4L\",\"expanded_url\":\"http:\\/\\/bit.ly\\/o13ird\",\"display_url\":\"bit.ly\\/o13ird\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126343133855354881\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"default_profile\":false,\"created_at\":\"Tue Sep 08 12:20:07 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"London\",\"profile_sidebar_border_color\":\"181A1E\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"followers_count\":576,\"description\":\"Formatrice TIC : formation des enseignants et des formateurs du premier degr\\u00e9. Vif int\\u00e9r\\u00eat : place des services dits WEB20 dans la formation et l'enseignement\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"favourites_count\":863,\"id_str\":\"72538763\",\"listed_count\":85,\"friends_count\":129,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"location\":\"Lourdes - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\",\"screen_name\":\"vpaillas\",\"name\":\"Virginie Paillas\",\"statuses_count\":1955,\"verified\":false,\"profile_background_color\":\"1A1B1F\",\"id\":72538763,\"profile_background_tile\":false,\"utc_offset\":0,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126343133855354881}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7243000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "82883b98-a0f6-466c-8d21-4946f6b24c10-126343133855354881" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb En 1965, Ted Nelson va plus loin et casse la textualité des documents concernés. ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb En 1965, Ted Nelson va plus loin et casse la textualité des documents concernés. ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7266000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb En 1965, Ted Nelson va plus loin et casse la textualit\\u00e9 des documents concern\\u00e9s. ++\",\"created_at\":\"Tue Oct 18 17:05:48 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126343231280644097\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"default_profile\":true,\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7528,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126343231280644097}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7266000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b1f6ba2c-291d-403b-9bf6-a5583cec8080-126343231280644097" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @gonzagauthier: #museoweb Vannevar Bush propose des notions de #cyborg dès 1945 pour outiller sa mémoire et son raisonnement.", +"img": { +"src": "http://a3.twimg.com/profile_images/654197661/omer_twiitter_20100125_normal.jpg" +}, +"title": "Omer Pesquer: RT @gonzagauthier: #museoweb Vannevar Bush propose des notions de #cyborg dès 1945 pour outiller sa mémoire et son raisonnement.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7283000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @gonzagauthier: #museoweb Vannevar Bush propose des notions de #cyborg d\\u00e8s 1945 pour outiller sa m\\u00e9moire et son raisonnement.\",\"created_at\":\"Tue Oct 18 17:06:05 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[19,28]},{\"text\":\"cyborg\",\"indices\":[66,73]}],\"user_mentions\":[{\"indices\":[3,17],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126343304953602048\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"f5f5f5\",\"default_profile\":false,\"created_at\":\"Sat Oct 04 16:26:51 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a67f13\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"followers_count\":1314,\"description\":\"Consultant Internet Freelance - secteur culturel (#mus\\u00e9e, #artsvisuels) & Cr\\u00e9ateur de dispositifs Web singuliers (#Outrepart, #MotBot, #UnTitre)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/omer.mobi\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"favourites_count\":1095,\"id_str\":\"16592723\",\"listed_count\":164,\"friends_count\":895,\"profile_link_color\":\"0084b4\",\"protected\":false,\"location\":\"Paris - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\",\"screen_name\":\"_omr\",\"name\":\"Omer Pesquer\",\"statuses_count\":6655,\"verified\":false,\"profile_background_color\":\"bababa\",\"id\":16592723,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126343304953602048}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7283000, +"tags": [ +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99866aaa-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "7f485e33-9b45-4785-b321-c2536e13cac1-126343304953602048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb plongée brillante et très pédagogique dans l'histoire du Web avec #fabien_gandon", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb plongée brillante et très pédagogique dans l'histoire du Web avec #fabien_gandon", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7362000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb plong\\u00e9e brillante et tr\\u00e8s p\\u00e9dagogique dans l'histoire du Web avec #fabien_gandon\",\"created_at\":\"Tue Oct 18 17:07:24 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"fabien_gandon\",\"indices\":[76,90]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126343632893652992\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1019,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1627,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126343632893652992}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7362000, +"tags": [ +{ +"id-ref": "99881ce2-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99881ce2-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "de26653f-18c9-4a1a-af7f-fba8b2e6e955-126343632893652992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Fabien Gandon : \"le web, quand il est né, était accessible en lecture et en écriture, et ce pour n'importe quelle page\". #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Fabien Gandon : \"le web, quand il est né, était accessible en lecture et en écriture, et ce pour n'importe quelle page\". #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7384000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Fabien Gandon : \\\"le web, quand il est n\\u00e9, \\u00e9tait accessible en lecture et en \\u00e9criture, et ce pour n'importe quelle page\\\". #museoweb\",\"created_at\":\"Tue Oct 18 17:07:46 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[121,130]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126343727970140160\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1133,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"default_profile\":false,\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2025,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126343727970140160}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7384000, +"tags": [ +{ +"id-ref": "99881ce2-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "d2a0970b-1b06-4736-bef6-a1bf9dd769e3-126343727970140160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb ontologie evolutive et tentative de court-circuit de Google http://t.co/pZmqLXbW", +"img": { +"src": "http://a0.twimg.com/profile_images/1411125003/moi_pour_twitter_bis_normal.jpg" +}, +"title": "florence meichel: #museoweb ontologie evolutive et tentative de court-circuit de Google http://t.co/pZmqLXbW", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7388000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb ontologie evolutive et tentative de court-circuit de Google http:\\/\\/t.co\\/pZmqLXbW\",\"created_at\":\"Tue Oct 18 17:07:50 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[{\"indices\":[70,90],\"url\":\"http:\\/\\/t.co\\/pZmqLXbW\",\"expanded_url\":\"http:\\/\\/goo.gl\\/rE1Dw\",\"display_url\":\"goo.gl\\/rE1Dw\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126343743707168768\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"fafafa\",\"created_at\":\"Thu May 03 13:07:37 +0000 2007\",\"lang\":\"fr\",\"time_zone\":\"Darwin\",\"profile_sidebar_border_color\":\"fafafa\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/135792888\\/twitter_background_blanc.jpg\",\"followers_count\":1633,\"description\":\"Formatrice\\/Consultante Organisations et R\\u00e9seaux Apprenants\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"https:\\/\\/sites.google.com\\/site\\/florencemeichel\\/\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/135792888\\/twitter_background_blanc.jpg\",\"favourites_count\":1336,\"id_str\":\"5739312\",\"listed_count\":229,\"friends_count\":1451,\"profile_link_color\":\"baa24a\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1411125003\\/moi_pour_twitter_bis_normal.jpg\",\"screen_name\":\"florencemeichel\",\"name\":\"florence meichel\",\"statuses_count\":48666,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":5739312,\"profile_background_tile\":false,\"utc_offset\":34200,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1411125003\\/moi_pour_twitter_bis_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126343743707168768}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7388000, +"tags": [ +{ +"id-ref": "99881ce2-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "0ff0a497-61ca-4b6e-9bd4-af95d88e4593-126343743707168768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT: @figoblog: #museoweb @Fabien_gandon remonte a Vannevar Bush et 'Ted Nelson... < m'enfin, c'est moi qui remonte à Bush et Otlet d'hab !", +"img": { +"src": "http://a0.twimg.com/profile_images/932641420/800px-Roof_hafez_tomb_normal.jpg" +}, +"title": "Julien Fayolle: RT: @figoblog: #museoweb @Fabien_gandon remonte a Vannevar Bush et 'Ted Nelson... < m'enfin, c'est moi qui remonte à Bush et Otlet d'hab !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7472000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT: @figoblog: #museoweb @Fabien_gandon remonte a Vannevar Bush et 'Ted Nelson... < m'enfin, c'est moi qui remonte \\u00e0 Bush et Otlet d'hab !\",\"created_at\":\"Tue Oct 18 17:09:14 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[15,24]}],\"user_mentions\":[{\"indices\":[4,13],\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id\":8814092},{\"indices\":[25,39],\"id_str\":\"14301911\",\"name\":\"fabien_gandon\",\"screen_name\":\"fabien_gandon\",\"id\":14301911}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126344096464912385\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"f5dced\",\"default_profile\":false,\"created_at\":\"Sat Aug 01 11:36:19 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":242,\"description\":\"Je suis n\\u00e9. J'ai appris \\u00e0 lire et compter (et franchement j'en abuse). Je joue encore \\u00e0 la baballe. J'\\u00e9coute le vent. Je lutte contre la pesanteur.\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/thhean.blogspot.com\",\"following\":null,\"profile_text_color\":\"382e38\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":1,\"id_str\":\"62016822\",\"listed_count\":31,\"friends_count\":432,\"profile_link_color\":\"00b32a\",\"protected\":false,\"location\":\"Clermont-Ferrand\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/932641420\\/800px-Roof_hafez_tomb_normal.jpg\",\"screen_name\":\"Julien_f\",\"name\":\"Julien Fayolle\",\"statuses_count\":3913,\"verified\":false,\"profile_background_color\":\"f5f4ed\",\"id\":62016822,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/932641420\\/800px-Roof_hafez_tomb_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126344096464912385}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7472000, +"tags": [ +{ +"id-ref": "99881ce2-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "0c5b5333-af3e-4f5c-97fe-8ee90e11b7ff-126344096464912385" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Un langage XML pour la communauté du tag sur bâtiment. ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Un langage XML pour la communauté du tag sur bâtiment. ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7477000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Un langage XML pour la communaut\\u00e9 du tag sur b\\u00e2timent. ++\",\"created_at\":\"Tue Oct 18 17:09:19 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126344119005085696\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"default_profile\":true,\"statuses_count\":7529,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126344119005085696}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7477000, +"tags": [ +{ +"id-ref": "99881ce2-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "e3f31d1f-e671-4ddd-bc08-1958480623d2-126344119005085696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#MuseoWeb A l'origine le Web était inscriptible nous rappelle Fabien Gandon (capture d'image à l'appui) http://t.co/Pxjrt5b4 #EDIT", +"img": { +"src": "http://a3.twimg.com/profile_images/654197661/omer_twiitter_20100125_normal.jpg" +}, +"title": "Omer Pesquer: #MuseoWeb A l'origine le Web était inscriptible nous rappelle Fabien Gandon (capture d'image à l'appui) http://t.co/Pxjrt5b4 #EDIT", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7506000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#MuseoWeb A l'origine le Web \\u00e9tait inscriptible nous rappelle Fabien Gandon (capture d'image \\u00e0 l'appui) http:\\/\\/t.co\\/Pxjrt5b4 #EDIT\",\"created_at\":\"Tue Oct 18 17:09:48 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"MuseoWeb\",\"indices\":[0,9]},{\"text\":\"EDIT\",\"indices\":[125,130]}],\"user_mentions\":[],\"urls\":[{\"indices\":[104,124],\"url\":\"http:\\/\\/t.co\\/Pxjrt5b4\",\"expanded_url\":\"http:\\/\\/goo.gl\\/b6iJv\",\"display_url\":\"goo.gl\\/b6iJv\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126344237187989504\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"f5f5f5\",\"created_at\":\"Sat Oct 04 16:26:51 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a67f13\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"followers_count\":1314,\"description\":\"Consultant Internet Freelance - secteur culturel (#mus\\u00e9e, #artsvisuels) & Cr\\u00e9ateur de dispositifs Web singuliers (#Outrepart, #MotBot, #UnTitre)\",\"default_profile\":false,\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/omer.mobi\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"favourites_count\":1095,\"id_str\":\"16592723\",\"listed_count\":164,\"friends_count\":895,\"profile_link_color\":\"0084b4\",\"protected\":false,\"location\":\"Paris - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\",\"screen_name\":\"_omr\",\"name\":\"Omer Pesquer\",\"statuses_count\":6656,\"verified\":false,\"profile_background_color\":\"bababa\",\"id\":16592723,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126344237187989504}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7506000, +"tags": [ +{ +"id-ref": "99889f96-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99889f96-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "4cb12818-d1cd-47bc-8097-81cab1c895f8-126344237187989504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Lilmount Ici : http://t.co/L7U88o4c ;-) #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: @Lilmount Ici : http://t.co/L7U88o4c ;-) #museoweb", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7516000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Lilmount\",\"in_reply_to_user_id\":68658539,\"text\":\"@Lilmount Ici : http:\\/\\/t.co\\/L7U88o4c ;-) #museoweb\",\"created_at\":\"Tue Oct 18 17:09:58 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[41,50]}],\"user_mentions\":[{\"indices\":[0,9],\"id_str\":\"68658539\",\"name\":\"Coline Aunis\",\"screen_name\":\"Lilmount\",\"id\":68658539}],\"urls\":[{\"indices\":[16,36],\"url\":\"http:\\/\\/t.co\\/L7U88o4c\",\"expanded_url\":\"http:\\/\\/cblog.culture.fr\\/2011\\/09\\/07\\/web-semantique-iri-opendat\",\"display_url\":\"cblog.culture.fr\\/2011\\/09\\/07\\/web\\u2026\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":\"126342793525346304\",\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":\"68658539\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126344279290421248\",\"in_reply_to_status_id\":126342793525346304,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1133,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"default_profile\":false,\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2026,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126344279290421248}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7516000, +"tags": [ +{ +"id-ref": "99889f96-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "c6777f28-8852-4474-bf2a-25b59afd0826-126344279290421248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oui, on pourra revoir tout ça où ? RT @figoblog #museoweb plongée brillante et très pédagogique dans l'histoire du Web avec #fabien_gandon", +"img": { +"src": "http://a3.twimg.com/profile_images/409382566/13_normal.jpg" +}, +"title": "Virginie Paillas: Oui, on pourra revoir tout ça où ? RT @figoblog #museoweb plongée brillante et très pédagogique dans l'histoire du Web avec #fabien_gandon", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7544000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Oui, on pourra revoir tout \\u00e7a o\\u00f9 ? RT @figoblog #museoweb plong\\u00e9e brillante et tr\\u00e8s p\\u00e9dagogique dans l'histoire du Web avec #fabien_gandon\",\"created_at\":\"Tue Oct 18 17:10:26 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[48,57]},{\"text\":\"fabien_gandon\",\"indices\":[124,138]}],\"user_mentions\":[{\"indices\":[38,47],\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id\":8814092}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126344398144413696\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"created_at\":\"Tue Sep 08 12:20:07 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"London\",\"profile_sidebar_border_color\":\"181A1E\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"followers_count\":576,\"description\":\"Formatrice TIC : formation des enseignants et des formateurs du premier degr\\u00e9. Vif int\\u00e9r\\u00eat : place des services dits WEB20 dans la formation et l'enseignement\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"default_profile\":false,\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"favourites_count\":863,\"id_str\":\"72538763\",\"listed_count\":85,\"friends_count\":129,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"location\":\"Lourdes - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\",\"screen_name\":\"vpaillas\",\"name\":\"Virginie Paillas\",\"statuses_count\":1956,\"verified\":false,\"profile_background_color\":\"1A1B1F\",\"id\":72538763,\"profile_background_tile\":false,\"utc_offset\":0,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126344398144413696}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7544000, +"tags": [ +{ +"id-ref": "99889f96-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99889f96-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "d179f3f2-2ab2-4927-b00e-c1b6fe8f5e78-126344398144413696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Fabien Gandon : \"lorsque les utilisateurs vont sur le web, ils ont un but et ils ont un modèle de la réalité en tête.\" #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Fabien Gandon : \"lorsque les utilisateurs vont sur le web, ils ont un but et ils ont un modèle de la réalité en tête.\" #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7641000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Fabien Gandon : \\\"lorsque les utilisateurs vont sur le web, ils ont un but et ils ont un mod\\u00e8le de la r\\u00e9alit\\u00e9 en t\\u00eate.\\\" #museoweb\",\"created_at\":\"Tue Oct 18 17:12:03 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[119,128]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126344804673126400\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1133,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"default_profile\":false,\"statuses_count\":2027,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126344804673126400}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7641000, +"tags": [ +{ +"id-ref": "99889f96-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "d24a3d91-dbf6-4dc9-888e-8c0499f81553-126344804673126400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#MuseoWeb @fabien_gandon passionnant http://t.co/X0cwHJ8Q", +"img": { +"src": "http://a1.twimg.com/profile_images/1578535119/DylanGlaser_normal.jpg" +}, +"title": "lizarewind: #MuseoWeb @fabien_gandon passionnant http://t.co/X0cwHJ8Q", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7662000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#MuseoWeb @fabien_gandon passionnant http:\\/\\/t.co\\/X0cwHJ8Q\",\"created_at\":\"Tue Oct 18 17:12:24 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"MuseoWeb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[10,24],\"id_str\":\"14301911\",\"name\":\"fabien_gandon\",\"screen_name\":\"fabien_gandon\",\"id\":14301911}],\"urls\":[{\"indices\":[37,57],\"url\":\"http:\\/\\/t.co\\/X0cwHJ8Q\",\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/2011-2012-museo-ouverture\\/client.php\",\"display_url\":\"polemictweet.com\\/2011-2012-muse\\u2026\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126344892547997696\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":false,\"created_at\":\"Mon Feb 01 14:22:03 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/102541057\\/Books.jpg\",\"followers_count\":486,\"description\":\"Tweet and shout !\\r\\n\\u00ab Il n\\u2019est aucun t\\u00e9moignage de culture qui ne soit en m\\u00eame temps un t\\u00e9moignage de barbarie \\u00bb \\u00e9pitaphe de Walter Benjamin \\u00e0 Port Bou\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/maythemusic.tumblr.com\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/102541057\\/Books.jpg\",\"favourites_count\":551,\"id_str\":\"110428655\",\"listed_count\":37,\"friends_count\":642,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578535119\\/DylanGlaser_normal.jpg\",\"screen_name\":\"lizarewind\",\"name\":\"lizarewind\",\"statuses_count\":5537,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":110428655,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1578535119\\/DylanGlaser_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126344892547997696}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7662000, +"tags": [ +{ +"id-ref": "99889f96-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "6c9099aa-fb11-4fec-b494-d36d379fe49c-126344892547997696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@vpaillas http://t.co/Wc0TXvFN RT @figoblog #museoweb plongée brillante et très pédagogique dans l'histoire du Web avec #fabien_gandon", +"img": { +"src": "http://a2.twimg.com/profile_images/1591816386/DSC07806_normal.JPG" +}, +"title": "Costis Dallas: @vpaillas http://t.co/Wc0TXvFN RT @figoblog #museoweb plongée brillante et très pédagogique dans l'histoire du Web avec #fabien_gandon", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7687000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"vpaillas\",\"in_reply_to_user_id\":72538763,\"text\":\"@vpaillas http:\\/\\/t.co\\/Wc0TXvFN RT @figoblog #museoweb plong\\u00e9e brillante et tr\\u00e8s p\\u00e9dagogique dans l'histoire du Web avec #fabien_gandon\",\"created_at\":\"Tue Oct 18 17:12:49 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[44,53]},{\"text\":\"fabien_gandon\",\"indices\":[120,134]}],\"user_mentions\":[{\"indices\":[0,9],\"id_str\":\"72538763\",\"name\":\"Virginie Paillas\",\"screen_name\":\"vpaillas\",\"id\":72538763},{\"indices\":[34,43],\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id\":8814092}],\"urls\":[{\"indices\":[10,30],\"url\":\"http:\\/\\/t.co\\/Wc0TXvFN\",\"expanded_url\":\"http:\\/\\/bit.ly\\/mUjPrM\",\"display_url\":\"bit.ly\\/mUjPrM\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":\"72538763\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126344999360151552\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Thu Feb 12 23:57:28 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":334,\"description\":\"Working on museums, cultural management and digital curation in Athens & occasionally in Toronto.\\r\\nhttp:\\/\\/entopia.org\\/costisdallas\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.linkedin.com\\/in\\/CostisDallas\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":13,\"id_str\":\"20733366\",\"listed_count\":24,\"friends_count\":150,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Athens, Greece\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\",\"screen_name\":\"costisd\",\"name\":\"Costis Dallas\",\"statuses_count\":925,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":20733366,\"profile_background_tile\":false,\"utc_offset\":-18000,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126344999360151552}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7687000, +"tags": [ +{ +"id-ref": "99889f96-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99889f96-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "2a9b75e1-db10-472b-b841-50254e23e349-126344999360151552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@vpaillas Oui, on pourra revoir tout ça où ? RT @figoblog #museoweb plongée dans l'histoire du Web avec #fabien_gandon cc @aamonnz", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: @vpaillas Oui, on pourra revoir tout ça où ? RT @figoblog #museoweb plongée dans l'histoire du Web avec #fabien_gandon cc @aamonnz", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7697000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"vpaillas\",\"in_reply_to_user_id\":72538763,\"text\":\"@vpaillas Oui, on pourra revoir tout \\u00e7a o\\u00f9 ? RT @figoblog #museoweb plong\\u00e9e dans l'histoire du Web avec #fabien_gandon cc @aamonnz\",\"created_at\":\"Tue Oct 18 17:12:59 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[58,67]},{\"text\":\"fabien_gandon\",\"indices\":[108,122]}],\"user_mentions\":[{\"indices\":[0,9],\"id_str\":\"72538763\",\"name\":\"Virginie Paillas\",\"screen_name\":\"vpaillas\",\"id\":72538763},{\"indices\":[48,57],\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id\":8814092},{\"indices\":[126,134],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":\"72538763\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126345040799875073\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1019,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"default_profile\":false,\"statuses_count\":1628,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126345040799875073}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7697000, +"tags": [ +{ +"id-ref": "99889f96-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "99889f96-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "acfac533-c326-41f7-934b-cf5c4d84aa12-126345040799875073" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb avec @fabien_gandon, faire du web sémantique est aussi facile que manger du chocolat :-) #fanclub ++", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb avec @fabien_gandon, faire du web sémantique est aussi facile que manger du chocolat :-) #fanclub ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7747000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb avec @fabien_gandon, faire du web s\\u00e9mantique est aussi facile que manger du chocolat :-) #fanclub ++\",\"created_at\":\"Tue Oct 18 17:13:49 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"fanclub\",\"indices\":[99,107]}],\"user_mentions\":[{\"indices\":[15,29],\"id_str\":\"14301911\",\"name\":\"fabien_gandon\",\"screen_name\":\"fabien_gandon\",\"id\":14301911}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126345248191426560\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1019,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1629,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126345248191426560}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7747000, +"tags": [ +{ +"id-ref": "9989553a-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "9989553a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "a6424365-cb05-4158-b56e-58294fc8a4b5-126345248191426560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je regarde #museoweb avec #fabien_gandon et je comprends le web sémantique, sa construction http://t.co/A0mB7k4L où revoir les vidéos après?", +"img": { +"src": "http://a3.twimg.com/profile_images/409382566/13_normal.jpg" +}, +"title": "Virginie Paillas: Je regarde #museoweb avec #fabien_gandon et je comprends le web sémantique, sa construction http://t.co/A0mB7k4L où revoir les vidéos après?", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7769000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Je regarde #museoweb avec #fabien_gandon et je comprends le web s\\u00e9mantique, sa construction http:\\/\\/t.co\\/A0mB7k4L o\\u00f9 revoir les vid\\u00e9os apr\\u00e8s?\",\"created_at\":\"Tue Oct 18 17:14:11 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[11,20]},{\"text\":\"fabien_gandon\",\"indices\":[26,40]}],\"user_mentions\":[],\"urls\":[{\"indices\":[92,112],\"url\":\"http:\\/\\/t.co\\/A0mB7k4L\",\"expanded_url\":\"http:\\/\\/bit.ly\\/o13ird\",\"display_url\":\"bit.ly\\/o13ird\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126345340868771841\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"created_at\":\"Tue Sep 08 12:20:07 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"London\",\"profile_sidebar_border_color\":\"181A1E\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"followers_count\":576,\"description\":\"Formatrice TIC : formation des enseignants et des formateurs du premier degr\\u00e9. Vif int\\u00e9r\\u00eat : place des services dits WEB20 dans la formation et l'enseignement\",\"default_profile\":false,\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"favourites_count\":863,\"id_str\":\"72538763\",\"listed_count\":85,\"friends_count\":129,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"location\":\"Lourdes - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\",\"screen_name\":\"vpaillas\",\"name\":\"Virginie Paillas\",\"statuses_count\":1957,\"verified\":false,\"profile_background_color\":\"1A1B1F\",\"id\":72538763,\"profile_background_tile\":false,\"utc_offset\":0,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126345340868771841}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7769000, +"tags": [ +{ +"id-ref": "9989553a-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "9989553a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "643835b1-2a15-45f6-b6e1-29a07674eab3-126345340868771841" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @vpaillas: Je regarde #museoweb avec #fabien_gandon et je comprends le web sémantique, sa construction http://t.co/A0mB7k4L où revoir ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1532793455/IMG_1633_r_duit_normal.jpg" +}, +"title": "Bernard Desclaux: RT @vpaillas: Je regarde #museoweb avec #fabien_gandon et je comprends le web sémantique, sa construction http://t.co/A0mB7k4L où revoir ...", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7788000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @vpaillas: Je regarde #museoweb avec #fabien_gandon et je comprends le web s\\u00e9mantique, sa construction http:\\/\\/t.co\\/A0mB7k4L o\\u00f9 revoir ...\",\"created_at\":\"Tue Oct 18 17:14:30 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[25,34]},{\"text\":\"fabien_gandon\",\"indices\":[40,54]}],\"user_mentions\":[{\"indices\":[3,12],\"id_str\":\"72538763\",\"name\":\"Virginie Paillas\",\"screen_name\":\"vpaillas\",\"id\":72538763}],\"urls\":[{\"indices\":[106,126],\"url\":\"http:\\/\\/t.co\\/A0mB7k4L\",\"expanded_url\":\"http:\\/\\/bit.ly\\/o13ird\",\"display_url\":\"bit.ly\\/o13ird\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126345420245970946\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Je regarde #museoweb avec #fabien_gandon et je comprends le web s\\u00e9mantique, sa construction http:\\/\\/t.co\\/A0mB7k4L o\\u00f9 revoir les vid\\u00e9os apr\\u00e8s?\",\"created_at\":\"Tue Oct 18 17:14:11 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[11,20]},{\"text\":\"fabien_gandon\",\"indices\":[26,40]}],\"user_mentions\":[],\"urls\":[{\"indices\":[92,112],\"url\":\"http:\\/\\/t.co\\/A0mB7k4L\",\"expanded_url\":\"http:\\/\\/bit.ly\\/o13ird\",\"display_url\":\"bit.ly\\/o13ird\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126345340868771841\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"default_profile\":false,\"created_at\":\"Tue Sep 08 12:20:07 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"London\",\"profile_sidebar_border_color\":\"181A1E\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"followers_count\":576,\"description\":\"Formatrice TIC : formation des enseignants et des formateurs du premier degr\\u00e9. Vif int\\u00e9r\\u00eat : place des services dits WEB20 dans la formation et l'enseignement\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"favourites_count\":863,\"id_str\":\"72538763\",\"listed_count\":85,\"friends_count\":129,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"location\":\"Lourdes - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\",\"screen_name\":\"vpaillas\",\"name\":\"Virginie Paillas\",\"statuses_count\":1957,\"verified\":false,\"profile_background_color\":\"1A1B1F\",\"id\":72538763,\"profile_background_tile\":false,\"utc_offset\":0,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126345340868771841},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"FFF7CC\",\"default_profile\":false,\"created_at\":\"Sat Feb 06 15:24:25 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"London\",\"profile_sidebar_border_color\":\"F2E195\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"followers_count\":472,\"description\":\"Directeur de CIO (retrait\\u00e9), formateur, peintre sumi-e\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/bdesclaux.jimdo.com\\/\",\"following\":null,\"profile_text_color\":\"0C3E53\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"favourites_count\":8,\"id_str\":\"111910160\",\"listed_count\":66,\"friends_count\":273,\"profile_link_color\":\"FF0000\",\"protected\":false,\"location\":\"Avignon, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1532793455\\/IMG_1633_r_duit_normal.jpg\",\"screen_name\":\"BDesclaux\",\"name\":\"Bernard Desclaux\",\"statuses_count\":10034,\"verified\":false,\"profile_background_color\":\"BADFCD\",\"id\":111910160,\"profile_background_tile\":false,\"utc_offset\":0,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1532793455\\/IMG_1633_r_duit_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":true,\"id\":126345420245970946}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7788000, +"tags": [ +{ +"id-ref": "9989553a-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "9989553a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "ee7483dc-162b-4c8a-833b-757161d193e3-126345420245970946" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@fabien_gandin utilise une tablette de chocolat pour expliquer le rdf #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: @fabien_gandin utilise une tablette de chocolat pour expliquer le rdf #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7816000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"@fabien_gandin utilise une tablette de chocolat pour expliquer le rdf #museoweb\",\"created_at\":\"Tue Oct 18 17:14:58 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[70,79]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126345539200614401\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1133,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2028,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126345539200614401}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7816000, +"tags": [ +{ +"id-ref": "9989553a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "2275df85-edcd-4627-9774-c85ad8e1da85-126345539200614401" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb REF: Tim Berners-Lee, \"Open, Linked Data for a Global Community\" (video) http://t.co/iGu24aIP < Avec le paquet chips !", +"img": { +"src": "http://a3.twimg.com/profile_images/654197661/omer_twiitter_20100125_normal.jpg" +}, +"title": "Omer Pesquer: #museoweb REF: Tim Berners-Lee, \"Open, Linked Data for a Global Community\" (video) http://t.co/iGu24aIP < Avec le paquet chips !", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7945000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb REF: Tim Berners-Lee, \\\"Open, Linked Data for a Global Community\\\" (video) http:\\/\\/t.co\\/iGu24aIP < Avec le paquet chips !\",\"created_at\":\"Tue Oct 18 17:17:07 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[{\"indices\":[83,103],\"url\":\"http:\\/\\/t.co\\/iGu24aIP\",\"expanded_url\":\"http:\\/\\/goo.gl\\/17uyF\",\"display_url\":\"goo.gl\\/17uyF\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126346078382592000\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"f5f5f5\",\"created_at\":\"Sat Oct 04 16:26:51 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a67f13\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"followers_count\":1314,\"description\":\"Consultant Internet Freelance - secteur culturel (#mus\\u00e9e, #artsvisuels) & Cr\\u00e9ateur de dispositifs Web singuliers (#Outrepart, #MotBot, #UnTitre)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/omer.mobi\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"favourites_count\":1095,\"id_str\":\"16592723\",\"listed_count\":164,\"friends_count\":895,\"profile_link_color\":\"0084b4\",\"protected\":false,\"location\":\"Paris - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\",\"screen_name\":\"_omr\",\"name\":\"Omer Pesquer\",\"statuses_count\":6657,\"verified\":false,\"profile_background_color\":\"bababa\",\"id\":16592723,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126346078382592000}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 7945000, +"tags": [ +{ +"id-ref": "9989553a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "e7b1ee9e-be02-4063-8972-760b096d905c-126346078382592000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@costisd le lien donné pour #museoweb c'est du streaming en direct ? ensuite, on retrouve les présentations quelque part ?", +"img": { +"src": "http://a3.twimg.com/profile_images/409382566/13_normal.jpg" +}, +"title": "Virginie Paillas: @costisd le lien donné pour #museoweb c'est du streaming en direct ? ensuite, on retrouve les présentations quelque part ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8002000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"costisd\",\"in_reply_to_user_id\":20733366,\"text\":\"@costisd le lien donn\\u00e9 pour #museoweb c'est du streaming en direct ? ensuite, on retrouve les pr\\u00e9sentations quelque part ?\",\"created_at\":\"Tue Oct 18 17:18:04 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[28,37]}],\"user_mentions\":[{\"indices\":[0,8],\"id_str\":\"20733366\",\"name\":\"Costis Dallas\",\"screen_name\":\"costisd\",\"id\":20733366}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":\"126344999360151552\",\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":\"20733366\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126346317109805057\",\"in_reply_to_status_id\":126344999360151552,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"default_profile\":false,\"created_at\":\"Tue Sep 08 12:20:07 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"London\",\"profile_sidebar_border_color\":\"181A1E\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"followers_count\":576,\"description\":\"Formatrice TIC : formation des enseignants et des formateurs du premier degr\\u00e9. Vif int\\u00e9r\\u00eat : place des services dits WEB20 dans la formation et l'enseignement\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"favourites_count\":863,\"id_str\":\"72538763\",\"listed_count\":85,\"friends_count\":129,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"location\":\"Lourdes - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\",\"screen_name\":\"vpaillas\",\"name\":\"Virginie Paillas\",\"statuses_count\":1958,\"verified\":false,\"profile_background_color\":\"1A1B1F\",\"id\":72538763,\"profile_background_tile\":false,\"utc_offset\":0,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126346317109805057}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8002000, +"tags": [ +{ +"id-ref": "9989553a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "6292ab98-7d96-48c9-947c-f5ca6075cce3-126346317109805057" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb et un #PointVictorHugo pour @fabien_gandon !", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb et un #PointVictorHugo pour @fabien_gandon !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8015000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb et un #PointVictorHugo pour @fabien_gandon !\",\"created_at\":\"Tue Oct 18 17:18:17 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"PointVictorHugo\",\"indices\":[16,32]}],\"user_mentions\":[{\"indices\":[38,52],\"id_str\":\"14301911\",\"name\":\"fabien_gandon\",\"screen_name\":\"fabien_gandon\",\"id\":14301911}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126346372894044161\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1019,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1630,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126346372894044161}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8015000, +"tags": [ +{ +"id-ref": "9989553a-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "9989553a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "a4c06c81-e1dd-4a7e-92fc-986ba1f7d07d-126346372894044161" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb et un #PointBBC par la même occasion @Fabien_gandon", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb et un #PointBBC par la même occasion @Fabien_gandon", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8082000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb et un #PointBBC par la m\\u00eame occasion @Fabien_gandon\",\"created_at\":\"Tue Oct 18 17:19:24 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"PointBBC\",\"indices\":[16,25]}],\"user_mentions\":[{\"indices\":[47,61],\"id_str\":\"14301911\",\"name\":\"fabien_gandon\",\"screen_name\":\"fabien_gandon\",\"id\":14301911}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126346653828513792\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1019,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1631,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126346653828513792}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8082000, +"tags": [ +{ +"id-ref": "9989553a-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "da6011aa-02a1-4bf8-a48b-3402b7e925e9-126346653828513792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@fabien_gandin 's fascinating live webcast: from hypertext 2 semantic web (in French) - could you upload it 4 l8r viewing? #museoweb", +"img": { +"src": "http://a2.twimg.com/profile_images/1591816386/DSC07806_normal.JPG" +}, +"title": "Costis Dallas: @fabien_gandin 's fascinating live webcast: from hypertext 2 semantic web (in French) - could you upload it 4 l8r viewing? #museoweb", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8108000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"@fabien_gandin 's fascinating live webcast: from hypertext 2 semantic web (in French) - could you upload it 4 l8r viewing? #museoweb\",\"created_at\":\"Tue Oct 18 17:19:50 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[123,132]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126346764323258369\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Thu Feb 12 23:57:28 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":334,\"description\":\"Working on museums, cultural management and digital curation in Athens & occasionally in Toronto.\\r\\nhttp:\\/\\/entopia.org\\/costisdallas\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.linkedin.com\\/in\\/CostisDallas\",\"default_profile\":true,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":13,\"id_str\":\"20733366\",\"listed_count\":24,\"friends_count\":150,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Athens, Greece\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\",\"screen_name\":\"costisd\",\"name\":\"Costis Dallas\",\"statuses_count\":926,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":20733366,\"profile_background_tile\":false,\"utc_offset\":-18000,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126346764323258369}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8108000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "78e8476a-8a67-4f0b-b61d-c79ad40bdcf2-126346764323258369" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @_omr: #museoweb REF: Tim Berners-Lee, \"Open, Linked Data for a Global Community\" (video) http://t.co/iGu24aIP < Avec le paquet ch ...", +"img": { +"src": "http://a1.twimg.com/profile_images/1578535119/DylanGlaser_normal.jpg" +}, +"title": "lizarewind: RT @_omr: #museoweb REF: Tim Berners-Lee, \"Open, Linked Data for a Global Community\" (video) http://t.co/iGu24aIP < Avec le paquet ch ...", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8113000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @_omr: #museoweb REF: Tim Berners-Lee, \\\"Open, Linked Data for a Global Community\\\" (video) http:\\/\\/t.co\\/iGu24aIP < Avec le paquet ch ...\",\"created_at\":\"Tue Oct 18 17:19:55 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[10,19]}],\"user_mentions\":[{\"indices\":[3,8],\"id_str\":\"16592723\",\"name\":\"Omer Pesquer\",\"screen_name\":\"_omr\",\"id\":16592723}],\"urls\":[{\"indices\":[93,113],\"url\":\"http:\\/\\/t.co\\/iGu24aIP\",\"expanded_url\":\"http:\\/\\/goo.gl\\/17uyF\",\"display_url\":\"goo.gl\\/17uyF\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126346784376229889\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb REF: Tim Berners-Lee, \\\"Open, Linked Data for a Global Community\\\" (video) http:\\/\\/t.co\\/iGu24aIP < Avec le paquet chips !\",\"created_at\":\"Tue Oct 18 17:17:07 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[{\"indices\":[83,103],\"url\":\"http:\\/\\/t.co\\/iGu24aIP\",\"expanded_url\":\"http:\\/\\/goo.gl\\/17uyF\",\"display_url\":\"goo.gl\\/17uyF\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126346078382592000\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"f5f5f5\",\"created_at\":\"Sat Oct 04 16:26:51 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a67f13\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"followers_count\":1314,\"description\":\"Consultant Internet Freelance - secteur culturel (#mus\\u00e9e, #artsvisuels) & Cr\\u00e9ateur de dispositifs Web singuliers (#Outrepart, #MotBot, #UnTitre)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/omer.mobi\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"favourites_count\":1095,\"id_str\":\"16592723\",\"listed_count\":164,\"friends_count\":895,\"profile_link_color\":\"0084b4\",\"protected\":false,\"location\":\"Paris - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\",\"screen_name\":\"_omr\",\"name\":\"Omer Pesquer\",\"default_profile\":false,\"statuses_count\":6657,\"verified\":false,\"profile_background_color\":\"bababa\",\"id\":16592723,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126346078382592000},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Feb 01 14:22:03 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/102541057\\/Books.jpg\",\"followers_count\":486,\"description\":\"Tweet and shout !\\r\\n\\u00ab Il n\\u2019est aucun t\\u00e9moignage de culture qui ne soit en m\\u00eame temps un t\\u00e9moignage de barbarie \\u00bb \\u00e9pitaphe de Walter Benjamin \\u00e0 Port Bou\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/maythemusic.tumblr.com\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/102541057\\/Books.jpg\",\"favourites_count\":552,\"id_str\":\"110428655\",\"listed_count\":37,\"friends_count\":642,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578535119\\/DylanGlaser_normal.jpg\",\"screen_name\":\"lizarewind\",\"name\":\"lizarewind\",\"default_profile\":false,\"statuses_count\":5538,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":110428655,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1578535119\\/DylanGlaser_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":true,\"id\":126346784376229889}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8113000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "608339f7-2b8c-49e3-bddc-7bf70aac1d55-126346784376229889" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb La BBC outsource sa classification documentaire avec #wikipedia. Formidable !", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb La BBC outsource sa classification documentaire avec #wikipedia. Formidable !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8120000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb La BBC outsource sa classification documentaire avec #wikipedia. Formidable !\",\"created_at\":\"Tue Oct 18 17:20:02 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"wikipedia\",\"indices\":[63,73]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126346812855549952\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":728,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"default_profile\":true,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7529,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126346812855549952}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8120000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "daacaa1f-6103-48f8-b1ca-120dbb6fa068-126346812855549952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb (point BBC : toute discussion sur le web sémantique débouche a un moment ou a un autre sur la BBC.)", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb (point BBC : toute discussion sur le web sémantique débouche a un moment ou a un autre sur la BBC.)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8137000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb (point BBC : toute discussion sur le web s\\u00e9mantique d\\u00e9bouche a un moment ou a un autre sur la BBC.)\",\"created_at\":\"Tue Oct 18 17:20:19 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126346885404442624\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1019,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"default_profile\":false,\"statuses_count\":1632,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126346885404442624}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8137000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "11fe633c-a151-4296-86e6-b8a22432aaad-126346885404442624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @_omr: #MuseoWeb A l'origine le Web était inscriptible nous rappelle Fabien Gandon (capture d'image à l'appui) http://t.co/Pxjrt5b4 #EDIT", +"img": { +"src": "http://a0.twimg.com/profile_images/380566620/arton2047_normal.jpg" +}, +"title": "Coline Aunis: RT @_omr: #MuseoWeb A l'origine le Web était inscriptible nous rappelle Fabien Gandon (capture d'image à l'appui) http://t.co/Pxjrt5b4 #EDIT", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8288000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @_omr: #MuseoWeb A l'origine le Web \\u00e9tait inscriptible nous rappelle Fabien Gandon (capture d'image \\u00e0 l'appui) http:\\/\\/t.co\\/Pxjrt5b4 #EDIT\",\"created_at\":\"Tue Oct 18 17:22:50 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"MuseoWeb\",\"indices\":[10,19]},{\"text\":\"EDIT\",\"indices\":[135,140]}],\"user_mentions\":[{\"indices\":[3,8],\"id_str\":\"16592723\",\"name\":\"Omer Pesquer\",\"screen_name\":\"_omr\",\"id\":16592723}],\"urls\":[{\"indices\":[114,134],\"url\":\"http:\\/\\/t.co\\/Pxjrt5b4\",\"expanded_url\":\"http:\\/\\/goo.gl\\/b6iJv\",\"display_url\":\"goo.gl\\/b6iJv\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126347519931330560\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#MuseoWeb A l'origine le Web \\u00e9tait inscriptible nous rappelle Fabien Gandon (capture d'image \\u00e0 l'appui) http:\\/\\/t.co\\/Pxjrt5b4 #EDIT\",\"created_at\":\"Tue Oct 18 17:09:48 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"MuseoWeb\",\"indices\":[0,9]},{\"text\":\"EDIT\",\"indices\":[125,130]}],\"user_mentions\":[],\"urls\":[{\"indices\":[104,124],\"url\":\"http:\\/\\/t.co\\/Pxjrt5b4\",\"expanded_url\":\"http:\\/\\/goo.gl\\/b6iJv\",\"display_url\":\"goo.gl\\/b6iJv\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126344237187989504\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"f5f5f5\",\"created_at\":\"Sat Oct 04 16:26:51 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a67f13\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"followers_count\":1314,\"description\":\"Consultant Internet Freelance - secteur culturel (#mus\\u00e9e, #artsvisuels) & Cr\\u00e9ateur de dispositifs Web singuliers (#Outrepart, #MotBot, #UnTitre)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/omer.mobi\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"favourites_count\":1095,\"id_str\":\"16592723\",\"listed_count\":164,\"friends_count\":895,\"profile_link_color\":\"0084b4\",\"protected\":false,\"location\":\"Paris - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\",\"screen_name\":\"_omr\",\"name\":\"Omer Pesquer\",\"statuses_count\":6657,\"verified\":false,\"profile_background_color\":\"bababa\",\"id\":16592723,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126344237187989504},\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DAECF4\",\"created_at\":\"Tue Aug 25 10:14:38 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"C6E2EE\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"followers_count\":420,\"description\":\"#Web #NewMedia #NewTech #CM @ArtsetMetiers \\/\\/\\r\\n#MuseoGeek & \\u271a\\u271a \\/ \\u2600 \\/ \\uf8ff \\/\\/\",\"geo_enabled\":true,\"profile_use_background_image\":false,\"url\":\"http:\\/\\/arts-et-metiers.net\",\"following\":null,\"profile_text_color\":\"663B12\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"favourites_count\":81,\"id_str\":\"68658539\",\"listed_count\":36,\"friends_count\":409,\"profile_link_color\":\"1F98C7\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\",\"screen_name\":\"Lilmount\",\"name\":\"Coline Aunis\",\"statuses_count\":2019,\"verified\":false,\"profile_background_color\":\"C6E2EE\",\"id\":68658539,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/380566620\\/arton2047_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126347519931330560}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8288000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b1bf7cc1-5271-4233-bbe4-ef7c3bf5e52c-126347519931330560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"la page est à la fois document et source de données...\"fabien gandon Yes ! je commence à comprendre le monde du web sémantique ;) #museoweb", +"img": { +"src": "http://a3.twimg.com/profile_images/409382566/13_normal.jpg" +}, +"title": "Virginie Paillas: \"la page est à la fois document et source de données...\"fabien gandon Yes ! je commence à comprendre le monde du web sémantique ;) #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8348000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"\\\"la page est \\u00e0 la fois document et source de donn\\u00e9es...\\\"fabien gandon Yes ! je commence \\u00e0 comprendre le monde du web s\\u00e9mantique ;) #museoweb\",\"created_at\":\"Tue Oct 18 17:23:50 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[131,140]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126347770998173696\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"created_at\":\"Tue Sep 08 12:20:07 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"London\",\"profile_sidebar_border_color\":\"181A1E\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"followers_count\":576,\"description\":\"Formatrice TIC : formation des enseignants et des formateurs du premier degr\\u00e9. Vif int\\u00e9r\\u00eat : place des services dits WEB20 dans la formation et l'enseignement\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"favourites_count\":863,\"id_str\":\"72538763\",\"listed_count\":85,\"friends_count\":129,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"location\":\"Lourdes - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\",\"screen_name\":\"vpaillas\",\"name\":\"Virginie Paillas\",\"default_profile\":false,\"statuses_count\":1959,\"verified\":false,\"profile_background_color\":\"1A1B1F\",\"id\":72538763,\"profile_background_tile\":false,\"utc_offset\":0,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126347770998173696}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8348000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "3bf45905-005d-48c4-83e6-a4df93cd93b2-126347770998173696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Présentation du projet Datalift qui cherche à accélérer la production de jeu de données en ligne #museoweb @Fabien_gandon", +"img": { +"src": "None" +}, +"title": "C/blog: Présentation du projet Datalift qui cherche à accélérer la production de jeu de données en ligne #museoweb @Fabien_gandon", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8353000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Pr\\u00e9sentation du projet Datalift qui cherche \\u00e0 acc\\u00e9l\\u00e9rer la production de jeu de donn\\u00e9es en ligne #museoweb @Fabien_gandon\",\"created_at\":\"Tue Oct 18 17:23:55 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[97,106]}],\"user_mentions\":[{\"indices\":[107,121],\"id_str\":\"14301911\",\"name\":\"fabien_gandon\",\"screen_name\":\"fabien_gandon\",\"id\":14301911}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126347792938573825\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"default_profile\":false,\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1133,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2029,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126347792938573825}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8353000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "419afcb9-5d7d-4013-abc2-578e863f6dee-126347792938573825" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb si l'opendata est le passeport pour le DPI alors le web semantique conduit a un web asocial", +"img": { +"src": "http://a0.twimg.com/profile_images/1411125003/moi_pour_twitter_bis_normal.jpg" +}, +"title": "florence meichel: #museoweb si l'opendata est le passeport pour le DPI alors le web semantique conduit a un web asocial", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8455000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb si l'opendata est le passeport pour le DPI alors le web semantique conduit a un web asocial\",\"created_at\":\"Tue Oct 18 17:25:37 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126348220233297920\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"fafafa\",\"created_at\":\"Thu May 03 13:07:37 +0000 2007\",\"default_profile\":false,\"lang\":\"fr\",\"time_zone\":\"Darwin\",\"profile_sidebar_border_color\":\"fafafa\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/135792888\\/twitter_background_blanc.jpg\",\"followers_count\":1633,\"description\":\"Formatrice\\/Consultante Organisations et R\\u00e9seaux Apprenants\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"https:\\/\\/sites.google.com\\/site\\/florencemeichel\\/\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/135792888\\/twitter_background_blanc.jpg\",\"favourites_count\":1336,\"id_str\":\"5739312\",\"listed_count\":229,\"friends_count\":1451,\"profile_link_color\":\"baa24a\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1411125003\\/moi_pour_twitter_bis_normal.jpg\",\"screen_name\":\"florencemeichel\",\"name\":\"florence meichel\",\"statuses_count\":48667,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":5739312,\"profile_background_tile\":false,\"utc_offset\":34200,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1411125003\\/moi_pour_twitter_bis_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126348220233297920}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8455000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "3dcc367c-c8a0-408d-a434-850bf697adad-126348220233297920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@vpaillas sur polemictweet.com :-) #museoweb", +"img": { +"src": "None" +}, +"title": "Alexandre Monnin: @vpaillas sur polemictweet.com :-) #museoweb", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8488000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"vpaillas\",\"in_reply_to_user_id\":72538763,\"text\":\"@vpaillas sur polemictweet.com :-) #museoweb\",\"created_at\":\"Tue Oct 18 17:26:10 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[36,45]}],\"user_mentions\":[{\"indices\":[0,9],\"id_str\":\"72538763\",\"name\":\"Virginie Paillas\",\"screen_name\":\"vpaillas\",\"id\":72538763}],\"urls\":[{\"indices\":[14,30],\"url\":\"polemictweet.com\",\"expanded_url\":null}]},\"retweeted\":false,\"in_reply_to_status_id_str\":\"126344398144413696\",\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":\"72538763\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126348357684838400\",\"in_reply_to_status_id\":126344398144413696,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"E3E2DE\",\"created_at\":\"Wed Jul 11 18:52:41 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"D3D2CF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"followers_count\":439,\"description\":\"Head of Web and metadata research@IRI, PhD student in Philosophy@Paris1, Lecturer@UPEMLV, advocate for the Philosophy of the Web http:\\/\\/web-and-philosophy.org\",\"default_profile\":false,\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/execo.univ-paris1.fr\\/spip.php?article67\",\"following\":null,\"profile_text_color\":\"634047\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"favourites_count\":6,\"id_str\":\"7409472\",\"listed_count\":73,\"friends_count\":509,\"profile_link_color\":\"088253\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\",\"screen_name\":\"aamonnz\",\"name\":\"Alexandre Monnin\",\"statuses_count\":3259,\"verified\":false,\"profile_background_color\":\"EDECE9\",\"id\":7409472,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126348357684838400}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8488000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "30666b98-9f71-4994-b27a-9acb10a3241b-126348357684838400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Web 1.0 : documentaire, web 2.0 : je donne la main à l'utilisateur, web 3.0 je joins tout cela au web semantique @Fabien_gandon #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: Web 1.0 : documentaire, web 2.0 : je donne la main à l'utilisateur, web 3.0 je joins tout cela au web semantique @Fabien_gandon #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8500000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Web 1.0 : documentaire, web 2.0 : je donne la main \\u00e0 l'utilisateur, web 3.0 je joins tout cela au web semantique @Fabien_gandon #museoweb\",\"created_at\":\"Tue Oct 18 17:26:22 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[128,137]}],\"user_mentions\":[{\"indices\":[113,127],\"id_str\":\"14301911\",\"name\":\"fabien_gandon\",\"screen_name\":\"fabien_gandon\",\"id\":14301911}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126348408972771329\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"default_profile\":false,\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1133,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2030,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126348408972771329}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8500000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "d99c170e-836e-4177-a017-22b364929e0b-126348408972771329" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb le web 3.0, c'est le web 1 + 2 + le web sémantique (et pas le web sémantique tout seul) selon @fabien_gandon ++", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb le web 3.0, c'est le web 1 + 2 + le web sémantique (et pas le web sémantique tout seul) selon @fabien_gandon ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8553000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb le web 3.0, c'est le web 1 + 2 + le web s\\u00e9mantique (et pas le web s\\u00e9mantique tout seul) selon @fabien_gandon ++\",\"created_at\":\"Tue Oct 18 17:27:15 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[104,118],\"id_str\":\"14301911\",\"name\":\"fabien_gandon\",\"screen_name\":\"fabien_gandon\",\"id\":14301911}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126348629450555393\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1019,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1633,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126348629450555393}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8553000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "539e39f9-0b81-498e-88fe-1ccf80f1a073-126348629450555393" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @lizarewind: #MuseoWeb @fabien_gandon passionnant http://t.co/X0cwHJ8Q", +"img": { +"src": "http://a2.twimg.com/profile_images/1373717241/IMAG0908_normal.jpg" +}, +"title": "Julien Carrasco: RT @lizarewind: #MuseoWeb @fabien_gandon passionnant http://t.co/X0cwHJ8Q", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8559000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @lizarewind: #MuseoWeb @fabien_gandon passionnant http:\\/\\/t.co\\/X0cwHJ8Q\",\"created_at\":\"Tue Oct 18 17:27:21 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"MuseoWeb\",\"indices\":[16,25]}],\"user_mentions\":[{\"indices\":[3,14],\"id_str\":\"110428655\",\"name\":\"lizarewind\",\"screen_name\":\"lizarewind\",\"id\":110428655},{\"indices\":[26,40],\"id_str\":\"14301911\",\"name\":\"fabien_gandon\",\"screen_name\":\"fabien_gandon\",\"id\":14301911}],\"urls\":[{\"indices\":[53,73],\"url\":\"http:\\/\\/t.co\\/X0cwHJ8Q\",\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/2011-2012-museo-ouverture\\/client.php\",\"display_url\":\"polemictweet.com\\/2011-2012-muse\\u2026\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126348653148385280\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#MuseoWeb @fabien_gandon passionnant http:\\/\\/t.co\\/X0cwHJ8Q\",\"created_at\":\"Tue Oct 18 17:12:24 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"MuseoWeb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[10,24],\"id_str\":\"14301911\",\"name\":\"fabien_gandon\",\"screen_name\":\"fabien_gandon\",\"id\":14301911}],\"urls\":[{\"indices\":[37,57],\"url\":\"http:\\/\\/t.co\\/X0cwHJ8Q\",\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/2011-2012-museo-ouverture\\/client.php\",\"display_url\":\"polemictweet.com\\/2011-2012-muse\\u2026\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126344892547997696\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Feb 01 14:22:03 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/102541057\\/Books.jpg\",\"followers_count\":486,\"description\":\"Tweet and shout !\\r\\n\\u00ab Il n\\u2019est aucun t\\u00e9moignage de culture qui ne soit en m\\u00eame temps un t\\u00e9moignage de barbarie \\u00bb \\u00e9pitaphe de Walter Benjamin \\u00e0 Port Bou\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/maythemusic.tumblr.com\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/102541057\\/Books.jpg\",\"favourites_count\":552,\"id_str\":\"110428655\",\"listed_count\":37,\"friends_count\":642,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578535119\\/DylanGlaser_normal.jpg\",\"screen_name\":\"lizarewind\",\"name\":\"lizarewind\",\"statuses_count\":5538,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":110428655,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1578535119\\/DylanGlaser_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126344892547997696},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Wed Sep 09 13:24:40 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/314346450\\/262590_10150275114596178_647066177_7502923_3896783_n.jpg\",\"followers_count\":330,\"description\":\"Still Twitting on the fence - #art #movement #connections Time zone: London, Paris, Perpignan\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/atelierdespassages.blogspot.com\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/314346450\\/262590_10150275114596178_647066177_7502923_3896783_n.jpg\",\"favourites_count\":815,\"id_str\":\"72850903\",\"listed_count\":22,\"friends_count\":498,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1373717241\\/IMAG0908_normal.jpg\",\"screen_name\":\"Les_Passages\",\"name\":\"Julien Carrasco\",\"statuses_count\":1875,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":72850903,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1373717241\\/IMAG0908_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126348653148385280}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8559000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "5016595e-fc5b-4760-8940-cbd3986a25be-126348653148385280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "évolution Web : documentaire / structuré / sémantique / social... web 3.0 une zone de friction entre les 2 derniers. Fabien Gandon #museoweb", +"img": { +"src": "http://a3.twimg.com/profile_images/409382566/13_normal.jpg" +}, +"title": "Virginie Paillas: évolution Web : documentaire / structuré / sémantique / social... web 3.0 une zone de friction entre les 2 derniers. Fabien Gandon #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8595000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"\\u00e9volution Web : documentaire \\/ structur\\u00e9 \\/ s\\u00e9mantique \\/ social... web 3.0 une zone de friction entre les 2 derniers. Fabien Gandon #museoweb\",\"created_at\":\"Tue Oct 18 17:27:57 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[131,140]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126348808153083905\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"default_profile\":false,\"created_at\":\"Tue Sep 08 12:20:07 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"London\",\"profile_sidebar_border_color\":\"181A1E\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"followers_count\":576,\"description\":\"Formatrice TIC : formation des enseignants et des formateurs du premier degr\\u00e9. Vif int\\u00e9r\\u00eat : place des services dits WEB20 dans la formation et l'enseignement\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"favourites_count\":863,\"id_str\":\"72538763\",\"listed_count\":85,\"friends_count\":129,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"location\":\"Lourdes - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\",\"screen_name\":\"vpaillas\",\"name\":\"Virginie Paillas\",\"statuses_count\":1960,\"verified\":false,\"profile_background_color\":\"1A1B1F\",\"id\":72538763,\"profile_background_tile\":false,\"utc_offset\":0,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126348808153083905}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8595000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "f8d066a7-ff2f-4580-ab2b-b28f364c454e-126348808153083905" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"les utilisateurs sont de + en + vus par les acteurs du #web comme des processeurs.\" @Fabien_gandon #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: \"les utilisateurs sont de + en + vus par les acteurs du #web comme des processeurs.\" @Fabien_gandon #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8606000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"\\\"les utilisateurs sont de + en + vus par les acteurs du #web comme des processeurs.\\\" @Fabien_gandon #museoweb\",\"created_at\":\"Tue Oct 18 17:28:08 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"web\",\"indices\":[56,60]},{\"text\":\"museoweb\",\"indices\":[100,109]}],\"user_mentions\":[{\"indices\":[85,99],\"id_str\":\"14301911\",\"name\":\"fabien_gandon\",\"screen_name\":\"fabien_gandon\",\"id\":14301911}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126348852730150913\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"default_profile\":false,\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1133,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2031,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126348852730150913}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8606000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "094fd199-7d6d-49e6-ae66-0d6ff977a678-126348852730150913" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@gonzagauthier c'est un universel en extension, pas en exclusion. Un parmi d'autres ! #museoweb", +"img": { +"src": "None" +}, +"title": "Alexandre Monnin: @gonzagauthier c'est un universel en extension, pas en exclusion. Un parmi d'autres ! #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8641000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"gonzagauthier\",\"in_reply_to_user_id\":136900327,\"text\":\"@gonzagauthier c'est un universel en extension, pas en exclusion. Un parmi d'autres ! #museoweb\",\"created_at\":\"Tue Oct 18 17:28:43 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[86,95]}],\"user_mentions\":[{\"indices\":[0,14],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":\"126336712191389697\",\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":\"136900327\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126348997869842432\",\"in_reply_to_status_id\":126336712191389697,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"E3E2DE\",\"created_at\":\"Wed Jul 11 18:52:41 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"D3D2CF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"followers_count\":439,\"description\":\"Head of Web and metadata research@IRI, PhD student in Philosophy@Paris1, Lecturer@UPEMLV, advocate for the Philosophy of the Web http:\\/\\/web-and-philosophy.org\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/execo.univ-paris1.fr\\/spip.php?article67\",\"following\":null,\"profile_text_color\":\"634047\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"favourites_count\":6,\"id_str\":\"7409472\",\"listed_count\":73,\"friends_count\":509,\"profile_link_color\":\"088253\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\",\"screen_name\":\"aamonnz\",\"name\":\"Alexandre Monnin\",\"default_profile\":false,\"statuses_count\":3260,\"verified\":false,\"profile_background_color\":\"EDECE9\",\"id\":7409472,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126348997869842432}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8641000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "215fbe0f-4246-49b6-abb3-d424a5247672-126348997869842432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8678000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb\",\"created_at\":\"Tue Oct 18 17:29:20 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126349155588247552\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1019,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"default_profile\":false,\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1634,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126349155588247552}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8678000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "44628e03-d6a8-4aa7-9f9c-8f8d7087828a-126349155588247552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Démonstration de la puissance de #google dans la prédiction des événements sociaux (ici, épidémie de grippe).++(", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb Démonstration de la puissance de #google dans la prédiction des événements sociaux (ici, épidémie de grippe).++(", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8682000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"retweeted\":false,\"text\":\"#museoweb D\\u00e9monstration de la puissance de #google dans la pr\\u00e9diction des \\u00e9v\\u00e9nements sociaux (ici, \\u00e9pid\\u00e9mie de grippe).++(\",\"in_reply_to_status_id_str\":null,\"coordinates\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"google\",\"indices\":[43,50]}],\"user_mentions\":[]},\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"id_str\":\"126349170046009344\",\"place\":null,\"contributors\":null,\"truncated\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"retweet_count\":0,\"in_reply_to_user_id\":null,\"favorited\":false,\"created_at\":\"Tue Oct 18 17:29:24 +0000 2011\",\"geo\":null,\"user\":{\"geo_enabled\":false,\"profile_use_background_image\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_text_color\":\"333333\",\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris \\/ Lille\",\"id_str\":\"136900327\",\"notifications\":null,\"profile_link_color\":\"0084B4\",\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"screen_name\":\"gonzagauthier\",\"is_translator\":false,\"verified\":false,\"favourites_count\":231,\"listed_count\":59,\"following\":null,\"friends_count\":425,\"profile_background_color\":\"C0DEED\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"profile_background_tile\":false,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"show_all_inline_media\":false,\"contributors_enabled\":false,\"statuses_count\":7531,\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"name\":\"gonzague gauthier\",\"default_profile_image\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"followers_count\":728,\"id\":136900327,\"utc_offset\":3600,\"url\":null},\"in_reply_to_screen_name\":null,\"id\":126349170046009344}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8682000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "2408bf1c-d7e0-4d86-8fb1-0ae8a911e14d-126349170046009344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb oula les humains sont des processeurs qu'on peut utiliser ????? #transhumanisme", +"img": { +"src": "http://a0.twimg.com/profile_images/1411125003/moi_pour_twitter_bis_normal.jpg" +}, +"title": "florence meichel: #museoweb oula les humains sont des processeurs qu'on peut utiliser ????? #transhumanisme", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8744000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb oula les humains sont des processeurs qu'on peut utiliser ????? #transhumanisme\",\"created_at\":\"Tue Oct 18 17:30:26 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"transhumanisme\",\"indices\":[74,89]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126349431644758016\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"fafafa\",\"created_at\":\"Thu May 03 13:07:37 +0000 2007\",\"lang\":\"fr\",\"time_zone\":\"Darwin\",\"profile_sidebar_border_color\":\"fafafa\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/135792888\\/twitter_background_blanc.jpg\",\"followers_count\":1633,\"description\":\"Formatrice\\/Consultante Organisations et R\\u00e9seaux Apprenants\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"https:\\/\\/sites.google.com\\/site\\/florencemeichel\\/\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/135792888\\/twitter_background_blanc.jpg\",\"favourites_count\":1336,\"id_str\":\"5739312\",\"default_profile\":false,\"listed_count\":229,\"friends_count\":1451,\"profile_link_color\":\"baa24a\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1411125003\\/moi_pour_twitter_bis_normal.jpg\",\"screen_name\":\"florencemeichel\",\"name\":\"florence meichel\",\"statuses_count\":48668,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":5739312,\"profile_background_tile\":false,\"utc_offset\":34200,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1411125003\\/moi_pour_twitter_bis_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126349431644758016}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8744000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "79850faa-16f2-4796-bd02-73dd0726a75b-126349431644758016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb", +"img": { +"src": "http://a0.twimg.com/profile_images/1411125003/moi_pour_twitter_bis_normal.jpg" +}, +"title": "florence meichel: #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8754000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb\",\"created_at\":\"Tue Oct 18 17:30:36 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126349474237915137\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"fafafa\",\"created_at\":\"Thu May 03 13:07:37 +0000 2007\",\"lang\":\"fr\",\"time_zone\":\"Darwin\",\"profile_sidebar_border_color\":\"fafafa\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/135792888\\/twitter_background_blanc.jpg\",\"followers_count\":1633,\"description\":\"Formatrice\\/Consultante Organisations et R\\u00e9seaux Apprenants\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"https:\\/\\/sites.google.com\\/site\\/florencemeichel\\/\",\"default_profile\":false,\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/135792888\\/twitter_background_blanc.jpg\",\"favourites_count\":1336,\"id_str\":\"5739312\",\"listed_count\":229,\"friends_count\":1451,\"profile_link_color\":\"baa24a\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1411125003\\/moi_pour_twitter_bis_normal.jpg\",\"screen_name\":\"florencemeichel\",\"name\":\"florence meichel\",\"statuses_count\":48669,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":5739312,\"profile_background_tile\":false,\"utc_offset\":34200,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1411125003\\/moi_pour_twitter_bis_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126349474237915137}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8754000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "d09732c3-3913-4fa6-9d20-939ae02cd1d7-126349474237915137" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"le web comme une machine virtuelle de moteurs à pulsions.\" @Fabien_gandon #museoweb", +"img": { +"src": "None" +}, +"title": "C/blog: \"le web comme une machine virtuelle de moteurs à pulsions.\" @Fabien_gandon #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8770000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"\\\"le web comme une machine virtuelle de moteurs \\u00e0 pulsions.\\\" @Fabien_gandon #museoweb\",\"created_at\":\"Tue Oct 18 17:30:52 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[75,84]}],\"user_mentions\":[{\"indices\":[60,74],\"id_str\":\"14301911\",\"name\":\"fabien_gandon\",\"screen_name\":\"fabien_gandon\",\"id\":14301911}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126349538393985024\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"ced7d6\",\"created_at\":\"Mon Nov 15 16:19:56 +0000 2010\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"ffffff\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"followers_count\":1133,\"description\":\"Twitter officiel du blog culture et num\\u00e9rique du Minist\\u00e8re de la Culture et de la Communication \",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/cblog.culture.fr\",\"following\":null,\"profile_text_color\":\"9b8f40\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/171976806\\/bg.jpg\",\"favourites_count\":1,\"id_str\":\"216030846\",\"listed_count\":62,\"friends_count\":187,\"profile_link_color\":\"da5700\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\",\"screen_name\":\"cblogculture\",\"name\":\"C\\/blog\",\"statuses_count\":2032,\"verified\":false,\"profile_background_color\":\"3c4006\",\"id\":216030846,\"default_profile\":false,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1167835397\\/avatar_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126349538393985024}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8770000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "a87096ba-c632-4d14-9ffe-0c5b9ae9cca8-126349538393985024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@figoblog mais pas au point Shirky :-) #museoweb", +"img": { +"src": "None" +}, +"title": "Alexandre Monnin: @figoblog mais pas au point Shirky :-) #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8772000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"figoblog\",\"in_reply_to_user_id\":8814092,\"text\":\"@figoblog mais pas au point Shirky :-) #museoweb\",\"created_at\":\"Tue Oct 18 17:30:54 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[40,49]}],\"user_mentions\":[{\"indices\":[0,9],\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id\":8814092}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":\"126341529345327104\",\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":\"8814092\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126349548225433600\",\"in_reply_to_status_id\":126341529345327104,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"E3E2DE\",\"created_at\":\"Wed Jul 11 18:52:41 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"D3D2CF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"followers_count\":439,\"description\":\"Head of Web and metadata research@IRI, PhD student in Philosophy@Paris1, Lecturer@UPEMLV, advocate for the Philosophy of the Web http:\\/\\/web-and-philosophy.org\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/execo.univ-paris1.fr\\/spip.php?article67\",\"following\":null,\"profile_text_color\":\"634047\",\"is_translator\":false,\"default_profile\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"favourites_count\":6,\"id_str\":\"7409472\",\"listed_count\":73,\"friends_count\":509,\"profile_link_color\":\"088253\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\",\"screen_name\":\"aamonnz\",\"name\":\"Alexandre Monnin\",\"statuses_count\":3261,\"verified\":false,\"profile_background_color\":\"EDECE9\",\"id\":7409472,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126349548225433600}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8772000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "2e4abf6f-da73-42b6-a469-474043ea5a1f-126349548225433600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@florencemeichel je ne crois pas que Fabien ait dit cela. Plutôt que nous étions \"traités\" comme des ressources #nuance #museoweb", +"img": { +"src": "None" +}, +"title": "Alexandre Monnin: @florencemeichel je ne crois pas que Fabien ait dit cela. Plutôt que nous étions \"traités\" comme des ressources #nuance #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8873000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"florencemeichel\",\"in_reply_to_user_id\":5739312,\"text\":\"@florencemeichel je ne crois pas que Fabien ait dit cela. Plut\\u00f4t que nous \\u00e9tions \\\"trait\\u00e9s\\\" comme des ressources #nuance #museoweb\",\"created_at\":\"Tue Oct 18 17:32:35 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"nuance\",\"indices\":[112,119]},{\"text\":\"museoweb\",\"indices\":[120,129]}],\"user_mentions\":[{\"indices\":[0,16],\"id_str\":\"5739312\",\"name\":\"florence meichel\",\"screen_name\":\"florencemeichel\",\"id\":5739312}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":\"126349431644758016\",\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":\"5739312\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126349973452369921\",\"in_reply_to_status_id\":126349431644758016,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"E3E2DE\",\"created_at\":\"Wed Jul 11 18:52:41 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"D3D2CF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"followers_count\":439,\"description\":\"Head of Web and metadata research@IRI, PhD student in Philosophy@Paris1, Lecturer@UPEMLV, advocate for the Philosophy of the Web http:\\/\\/web-and-philosophy.org\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/execo.univ-paris1.fr\\/spip.php?article67\",\"following\":null,\"profile_text_color\":\"634047\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"favourites_count\":6,\"id_str\":\"7409472\",\"default_profile\":false,\"listed_count\":73,\"friends_count\":509,\"profile_link_color\":\"088253\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\",\"screen_name\":\"aamonnz\",\"name\":\"Alexandre Monnin\",\"statuses_count\":3262,\"verified\":false,\"profile_background_color\":\"EDECE9\",\"id\":7409472,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126349973452369921}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8873000, +"tags": [ +{ +"id-ref": "998a1d8a-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998c4d80-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "9870b936-041a-475b-922d-1fabaab9727d-126349973452369921" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @vpaillas: Je regarde #museoweb avec #fabien_gandon et je comprends le web sémantique, sa construction http://t.co/A0mB7k4L où revoir ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1575374089/isa_normal.jpg" +}, +"title": "Isabelle Gruet: RT @vpaillas: Je regarde #museoweb avec #fabien_gandon et je comprends le web sémantique, sa construction http://t.co/A0mB7k4L où revoir ...", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 8905000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @vpaillas: Je regarde #museoweb avec #fabien_gandon et je comprends le web s\\u00e9mantique, sa construction http:\\/\\/t.co\\/A0mB7k4L o\\u00f9 revoir ...\",\"created_at\":\"Tue Oct 18 17:33:07 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[25,34]},{\"text\":\"fabien_gandon\",\"indices\":[40,54]}],\"user_mentions\":[{\"indices\":[3,12],\"id_str\":\"72538763\",\"name\":\"Virginie Paillas\",\"screen_name\":\"vpaillas\",\"id\":72538763}],\"urls\":[{\"indices\":[106,126],\"url\":\"http:\\/\\/t.co\\/A0mB7k4L\",\"expanded_url\":\"http:\\/\\/bit.ly\\/o13ird\",\"display_url\":\"bit.ly\\/o13ird\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126350106705395714\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Je regarde #museoweb avec #fabien_gandon et je comprends le web s\\u00e9mantique, sa construction http:\\/\\/t.co\\/A0mB7k4L o\\u00f9 revoir les vid\\u00e9os apr\\u00e8s?\",\"created_at\":\"Tue Oct 18 17:14:11 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[11,20]},{\"text\":\"fabien_gandon\",\"indices\":[26,40]}],\"user_mentions\":[],\"urls\":[{\"indices\":[92,112],\"url\":\"http:\\/\\/t.co\\/A0mB7k4L\",\"expanded_url\":\"http:\\/\\/bit.ly\\/o13ird\",\"display_url\":\"bit.ly\\/o13ird\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126345340868771841\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"created_at\":\"Tue Sep 08 12:20:07 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"London\",\"profile_sidebar_border_color\":\"181A1E\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"followers_count\":576,\"description\":\"Formatrice TIC : formation des enseignants et des formateurs du premier degr\\u00e9. Vif int\\u00e9r\\u00eat : place des services dits WEB20 dans la formation et l'enseignement\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"favourites_count\":863,\"id_str\":\"72538763\",\"listed_count\":85,\"friends_count\":129,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"location\":\"Lourdes - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\",\"screen_name\":\"vpaillas\",\"name\":\"Virginie Paillas\",\"default_profile\":false,\"statuses_count\":1961,\"verified\":false,\"profile_background_color\":\"1A1B1F\",\"id\":72538763,\"profile_background_tile\":false,\"utc_offset\":0,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126345340868771841},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e2d9b2\",\"created_at\":\"Thu Apr 09 05:49:20 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"d3d2cf\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/59473055\\/circle-bouqet.jpg\",\"followers_count\":2001,\"description\":\"Relationniste pour Thot Cursus (@thot) - R\\u00e9seaux sociaux, community management, veille : \\u00e9ducation, formation, TIC ... et curiosit\\u00e9s !\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/isabelle-gruet\",\"following\":null,\"profile_text_color\":\"634047\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/59473055\\/circle-bouqet.jpg\",\"favourites_count\":1127,\"id_str\":\"29932245\",\"listed_count\":330,\"friends_count\":721,\"profile_link_color\":\"088253\",\"protected\":false,\"location\":\"Rennes\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1575374089\\/isa_normal.jpg\",\"screen_name\":\"igruet\",\"name\":\"Isabelle Gruet\",\"default_profile\":false,\"statuses_count\":18919,\"verified\":false,\"profile_background_color\":\"e1b1d0\",\"id\":29932245,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1575374089\\/isa_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":true,\"id\":126350106705395714}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 8905000, +"tags": [ +{ +"id-ref": "998c4d80-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998c4d80-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "2ef3da34-3a75-4add-a547-61dfe236ce2f-126350106705395714" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb RT @gonzagauthier: Démonstration de la puissance de #google dans la prédiction des événements sociaux (ici,épidémie de grippe).++", +"img": { +"src": "http://a3.twimg.com/profile_images/654197661/omer_twiitter_20100125_normal.jpg" +}, +"title": "Omer Pesquer: #museoweb RT @gonzagauthier: Démonstration de la puissance de #google dans la prédiction des événements sociaux (ici,épidémie de grippe).++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9049000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb RT @gonzagauthier: D\\u00e9monstration de la puissance de #google dans la pr\\u00e9diction des \\u00e9v\\u00e9nements sociaux (ici,\\u00e9pid\\u00e9mie de grippe).++\",\"created_at\":\"Tue Oct 18 17:35:31 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"google\",\"indices\":[62,69]}],\"user_mentions\":[{\"indices\":[13,27],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126350712077680640\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"f5f5f5\",\"created_at\":\"Sat Oct 04 16:26:51 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a67f13\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"followers_count\":1314,\"description\":\"Consultant Internet Freelance - secteur culturel (#mus\\u00e9e, #artsvisuels) & Cr\\u00e9ateur de dispositifs Web singuliers (#Outrepart, #MotBot, #UnTitre)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/omer.mobi\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"favourites_count\":1095,\"id_str\":\"16592723\",\"listed_count\":164,\"friends_count\":895,\"profile_link_color\":\"0084b4\",\"protected\":false,\"location\":\"Paris - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\",\"screen_name\":\"_omr\",\"name\":\"Omer Pesquer\",\"statuses_count\":6658,\"verified\":false,\"profile_background_color\":\"bababa\",\"id\":16592723,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126350712077680640}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9049000, +"tags": [ +{ +"id-ref": "998c4d80-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998c4d80-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "1d2b40ba-1716-4415-909d-3351ba3824dd-126350712077680640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "est-ce que les videos des interventions sur #museoweb sont disponibles a posteriori ou seulement en livestreaming ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1110558324/sylvain_bouteille_normal.jpg" +}, +"title": "Sylvain Machefert: est-ce que les videos des interventions sur #museoweb sont disponibles a posteriori ou seulement en livestreaming ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9054000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"est-ce que les videos des interventions sur #museoweb sont disponibles a posteriori ou seulement en livestreaming ?\",\"created_at\":\"Tue Oct 18 17:35:36 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[44,53]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126350732831096833\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Tue Oct 28 16:18:44 +0000 2008\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":401,\"description\":\"un geek au milieu des biblioth\\u00e9caires, wikip\\u00e9dien \\u00e0 ses heures perdues\",\"default_profile\":true,\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.sylvainmachefert.com\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":727,\"id_str\":\"17023747\",\"listed_count\":65,\"friends_count\":138,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Burdigala\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1110558324\\/sylvain_bouteille_normal.jpg\",\"screen_name\":\"symac\",\"name\":\"Sylvain Machefert\",\"statuses_count\":3969,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":17023747,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1110558324\\/sylvain_bouteille_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126350732831096833}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9054000, +"tags": [ +{ +"id-ref": "998c4d80-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "936e8750-36e4-4c7e-9801-9ed107bbf17e-126350732831096833" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@igruet retrouvez la video du séminaire sur polemictweet.com :-) #museoweb", +"img": { +"src": "None" +}, +"title": "Alexandre Monnin: @igruet retrouvez la video du séminaire sur polemictweet.com :-) #museoweb", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9118000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"igruet\",\"in_reply_to_user_id\":29932245,\"text\":\"@igruet retrouvez la video du s\\u00e9minaire sur polemictweet.com :-) #museoweb\",\"created_at\":\"Tue Oct 18 17:36:40 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[66,75]}],\"user_mentions\":[{\"indices\":[0,7],\"id_str\":\"29932245\",\"name\":\"Isabelle Gruet\",\"screen_name\":\"igruet\",\"id\":29932245}],\"urls\":[{\"indices\":[44,60],\"url\":\"polemictweet.com\",\"expanded_url\":null}]},\"retweeted\":false,\"in_reply_to_status_id_str\":\"126350106705395714\",\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":\"29932245\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126350999844700160\",\"in_reply_to_status_id\":126350106705395714,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"E3E2DE\",\"default_profile\":false,\"created_at\":\"Wed Jul 11 18:52:41 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"D3D2CF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"followers_count\":439,\"description\":\"Head of Web and metadata research@IRI, PhD student in Philosophy@Paris1, Lecturer@UPEMLV, advocate for the Philosophy of the Web http:\\/\\/web-and-philosophy.org\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/execo.univ-paris1.fr\\/spip.php?article67\",\"following\":null,\"profile_text_color\":\"634047\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"favourites_count\":6,\"id_str\":\"7409472\",\"listed_count\":73,\"friends_count\":509,\"profile_link_color\":\"088253\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\",\"screen_name\":\"aamonnz\",\"name\":\"Alexandre Monnin\",\"statuses_count\":3264,\"verified\":false,\"profile_background_color\":\"EDECE9\",\"id\":7409472,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126350999844700160}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9118000, +"tags": [ +{ +"id-ref": "998c4d80-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b2d2af6e-e273-4a9d-b179-6c29095ccc25-126350999844700160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Bravo pour la mise en abime, rendez vous en fin de semaine pour voir nos tweets sur les tweets filmés par la caméra !!++", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb Bravo pour la mise en abime, rendez vous en fin de semaine pour voir nos tweets sur les tweets filmés par la caméra !!++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9133000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Bravo pour la mise en abime, rendez vous en fin de semaine pour voir nos tweets sur les tweets film\\u00e9s par la cam\\u00e9ra !!++\",\"created_at\":\"Tue Oct 18 17:36:55 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126351062008475649\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":175,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":364,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126351062008475649}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9133000, +"tags": [ +{ +"id-ref": "998c4d80-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "41445443-5844-41f6-aa71-5466bba11dc1-126351062008475649" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb REf: http://t.co/doa9Kqd7 Google FluTrends \"Suivez l'évolution de la grippe dans le monde entier\" /cc @gonzagauthier", +"img": { +"src": "http://a3.twimg.com/profile_images/654197661/omer_twiitter_20100125_normal.jpg" +}, +"title": "Omer Pesquer: #museoweb REf: http://t.co/doa9Kqd7 Google FluTrends \"Suivez l'évolution de la grippe dans le monde entier\" /cc @gonzagauthier", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9147000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb REf: http:\\/\\/t.co\\/doa9Kqd7 Google FluTrends \\\"Suivez l'\\u00e9volution de la grippe dans le monde entier\\\" \\/cc @gonzagauthier\",\"created_at\":\"Tue Oct 18 17:37:09 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[{\"indices\":[113,127],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327}],\"urls\":[{\"indices\":[16,36],\"url\":\"http:\\/\\/t.co\\/doa9Kqd7\",\"expanded_url\":\"http:\\/\\/www.google.org\\/flutrends\\/\",\"display_url\":\"google.org\\/flutrends\\/\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126351120825196545\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"f5f5f5\",\"created_at\":\"Sat Oct 04 16:26:51 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a67f13\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"followers_count\":1314,\"description\":\"Consultant Internet Freelance - secteur culturel (#mus\\u00e9e, #artsvisuels) & Cr\\u00e9ateur de dispositifs Web singuliers (#Outrepart, #MotBot, #UnTitre)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/omer.mobi\\/\",\"default_profile\":false,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"favourites_count\":1095,\"id_str\":\"16592723\",\"listed_count\":164,\"friends_count\":895,\"profile_link_color\":\"0084b4\",\"protected\":false,\"location\":\"Paris - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\",\"screen_name\":\"_omr\",\"name\":\"Omer Pesquer\",\"statuses_count\":6659,\"verified\":false,\"profile_background_color\":\"bababa\",\"id\":16592723,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126351120825196545}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9147000, +"tags": [ +{ +"id-ref": "998c4d80-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "41b69d6e-4f1e-40d6-bad0-e635455d4347-126351120825196545" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@symac les deux ! #museoweb", +"img": { +"src": "None" +}, +"title": "Alexandre Monnin: @symac les deux ! #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9152000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"symac\",\"in_reply_to_user_id\":17023747,\"text\":\"@symac les deux ! #museoweb\",\"created_at\":\"Tue Oct 18 17:37:14 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[18,27]}],\"user_mentions\":[{\"indices\":[0,6],\"id_str\":\"17023747\",\"name\":\"Sylvain Machefert\",\"screen_name\":\"symac\",\"id\":17023747}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":\"126350732831096833\",\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":\"17023747\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126351140446146560\",\"in_reply_to_status_id\":126350732831096833,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"E3E2DE\",\"created_at\":\"Wed Jul 11 18:52:41 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"D3D2CF\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"followers_count\":439,\"description\":\"Head of Web and metadata research@IRI, PhD student in Philosophy@Paris1, Lecturer@UPEMLV, advocate for the Philosophy of the Web http:\\/\\/web-and-philosophy.org\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/execo.univ-paris1.fr\\/spip.php?article67\",\"following\":null,\"profile_text_color\":\"634047\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"favourites_count\":6,\"id_str\":\"7409472\",\"listed_count\":73,\"friends_count\":509,\"profile_link_color\":\"088253\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\",\"screen_name\":\"aamonnz\",\"name\":\"Alexandre Monnin\",\"statuses_count\":3265,\"verified\":false,\"profile_background_color\":\"EDECE9\",\"id\":7409472,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126351140446146560}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9152000, +"tags": [ +{ +"id-ref": "998c4d80-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "8ac85d56-f878-4f9c-827c-17511e4e7074-126351140446146560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb La fin de l'intervention remet en place des enjeux politiques du web. ++", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: #museoweb La fin de l'intervention remet en place des enjeux politiques du web. ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9319000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb La fin de l'intervention remet en place des enjeux politiques du web. ++\",\"created_at\":\"Tue Oct 18 17:40:01 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126351843709304832\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":59,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7532,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"default_profile\":true,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126351843709304832}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9319000, +"tags": [ +{ +"id-ref": "998c4d80-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "936f27f6-ed74-4322-8dfd-fc16cacb6074-126351843709304832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb vous pourrez retrouver la video du séminaire #iri la semaine prochaine sur polemictweet ++", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb vous pourrez retrouver la video du séminaire #iri la semaine prochaine sur polemictweet ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9319000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb vous pourrez retrouver la video du s\\u00e9minaire #iri la semaine prochaine sur polemictweet ++\",\"created_at\":\"Tue Oct 18 17:40:01 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"iri\",\"indices\":[55,59]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126351844644618241\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1021,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1635,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"default_profile\":false,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126351844644618241}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9319000, +"tags": [ +{ +"id-ref": "998d3736-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998d3736-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "2a9cf3c0-439f-4663-846c-7d6a60ab0ef0-126351844644618241" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Scotchée par la proposition mise en abime vidéo / tweets sur une timeline #museoweb", +"img": { +"src": "http://a3.twimg.com/profile_images/409382566/13_normal.jpg" +}, +"title": "Virginie Paillas: Scotchée par la proposition mise en abime vidéo / tweets sur une timeline #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9320000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Scotch\\u00e9e par la proposition mise en abime vid\\u00e9o \\/ tweets sur une timeline #museoweb\",\"created_at\":\"Tue Oct 18 17:40:02 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[75,84]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126351847714852865\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"created_at\":\"Tue Sep 08 12:20:07 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"London\",\"profile_sidebar_border_color\":\"181A1E\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"followers_count\":577,\"description\":\"Formatrice TIC : formation des enseignants et des formateurs du premier degr\\u00e9. Vif int\\u00e9r\\u00eat : place des services dits WEB20 dans la formation et l'enseignement\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"favourites_count\":863,\"id_str\":\"72538763\",\"listed_count\":85,\"friends_count\":129,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"location\":\"Lourdes - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\",\"screen_name\":\"vpaillas\",\"name\":\"Virginie Paillas\",\"statuses_count\":1962,\"verified\":false,\"profile_background_color\":\"1A1B1F\",\"id\":72538763,\"profile_background_tile\":false,\"utc_offset\":0,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126351847714852865}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9320000, +"tags": [ +{ +"id-ref": "998d3736-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "bd885748-13e9-4fb0-97a7-899068916fba-126351847714852865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@vpaillas j'espere qu' au moins la presentation ppt de @fabien_gandin sera disponible en ligne #museoweb", +"img": { +"src": "http://a2.twimg.com/profile_images/1591816386/DSC07806_normal.JPG" +}, +"title": "Costis Dallas: @vpaillas j'espere qu' au moins la presentation ppt de @fabien_gandin sera disponible en ligne #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9384000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"vpaillas\",\"in_reply_to_user_id\":72538763,\"text\":\"@vpaillas j'espere qu' au moins la presentation ppt de @fabien_gandin sera disponible en ligne #museoweb\",\"created_at\":\"Tue Oct 18 17:41:06 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[95,104]}],\"user_mentions\":[{\"indices\":[0,9],\"id_str\":\"72538763\",\"name\":\"Virginie Paillas\",\"screen_name\":\"vpaillas\",\"id\":72538763}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":\"72538763\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126352116653625344\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Thu Feb 12 23:57:28 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":335,\"description\":\"Working on museums, cultural management and digital curation in Athens & occasionally in Toronto.\\r\\nhttp:\\/\\/entopia.org\\/costisdallas\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.linkedin.com\\/in\\/CostisDallas\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":13,\"id_str\":\"20733366\",\"listed_count\":24,\"friends_count\":151,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Athens, Greece\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\",\"screen_name\":\"costisd\",\"name\":\"Costis Dallas\",\"statuses_count\":928,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":20733366,\"profile_background_tile\":false,\"utc_offset\":-18000,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126352116653625344}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9384000, +"tags": [ +{ +"id-ref": "998d3736-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "5c06b414-f38e-4e64-aa1a-2750088867e2-126352116653625344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@gonzagauthier non, non, car la cible de Shirky au final c'était les bibliothécaires ! #mauvaisepolitique #museoweb #nepasetromperdecible", +"img": { +"src": "None" +}, +"title": "Alexandre Monnin: @gonzagauthier non, non, car la cible de Shirky au final c'était les bibliothécaires ! #mauvaisepolitique #museoweb #nepasetromperdecible", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9388000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"gonzagauthier\",\"in_reply_to_user_id\":136900327,\"text\":\"@gonzagauthier non, non, car la cible de Shirky au final c'\\u00e9tait les biblioth\\u00e9caires ! #mauvaisepolitique #museoweb #nepasetromperdecible\",\"created_at\":\"Tue Oct 18 17:41:10 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"mauvaisepolitique\",\"indices\":[87,105]},{\"text\":\"museoweb\",\"indices\":[106,115]},{\"text\":\"nepasetromperdecible\",\"indices\":[116,137]}],\"user_mentions\":[{\"indices\":[0,14],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":\"126340875407204352\",\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":\"136900327\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126352133011419136\",\"in_reply_to_status_id\":126340875407204352,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"E3E2DE\",\"created_at\":\"Wed Jul 11 18:52:41 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"D3D2CF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"followers_count\":439,\"description\":\"Head of Web and metadata research@IRI, PhD student in Philosophy@Paris1, Lecturer@UPEMLV, advocate for the Philosophy of the Web http:\\/\\/web-and-philosophy.org\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/execo.univ-paris1.fr\\/spip.php?article67\",\"following\":null,\"profile_text_color\":\"634047\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"favourites_count\":6,\"id_str\":\"7409472\",\"listed_count\":73,\"friends_count\":509,\"profile_link_color\":\"088253\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\",\"screen_name\":\"aamonnz\",\"name\":\"Alexandre Monnin\",\"default_profile\":false,\"statuses_count\":3266,\"verified\":false,\"profile_background_color\":\"EDECE9\",\"id\":7409472,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126352133011419136}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9388000, +"tags": [ +{ +"id-ref": "998d872c-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998d872c-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998d8b96-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "be03bc3b-e9a3-46a3-82b7-22ca6888365c-126352133011419136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Fabien Gandon : un bon plaidoyer pour le droit à la dénonnexion !! Malgré lui ?++", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb Fabien Gandon : un bon plaidoyer pour le droit à la dénonnexion !! Malgré lui ?++", +"color": "16763904", +"polemics": [ +"Q", +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9453000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Fabien Gandon : un bon plaidoyer pour le droit \\u00e0 la d\\u00e9nonnexion !! Malgr\\u00e9 lui ?++\",\"created_at\":\"Tue Oct 18 17:42:15 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126352405846687745\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"default_profile\":true,\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":176,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":366,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126352405846687745}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9453000, +"tags": [ +{ +"id-ref": "998d8b96-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "a25b93ea-8e5a-4032-867f-e042c1f3bc8a-126352405846687745" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@costisd Fabien Gandon ;) #museoweb Sûrement sur Slideshare !", +"img": { +"src": "None" +}, +"title": "Alexandre Monnin: @costisd Fabien Gandon ;) #museoweb Sûrement sur Slideshare !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9477000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"costisd\",\"in_reply_to_user_id\":20733366,\"text\":\"@costisd Fabien Gandon ;) #museoweb S\\u00fbrement sur Slideshare !\",\"created_at\":\"Tue Oct 18 17:42:39 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[26,35]}],\"user_mentions\":[{\"indices\":[0,8],\"id_str\":\"20733366\",\"name\":\"Costis Dallas\",\"screen_name\":\"costisd\",\"id\":20733366}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":\"126352116653625344\",\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":\"20733366\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126352505805352961\",\"in_reply_to_status_id\":126352116653625344,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"E3E2DE\",\"created_at\":\"Wed Jul 11 18:52:41 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"D3D2CF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"followers_count\":439,\"description\":\"Head of Web and metadata research@IRI, PhD student in Philosophy@Paris1, Lecturer@UPEMLV, advocate for the Philosophy of the Web http:\\/\\/web-and-philosophy.org\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/execo.univ-paris1.fr\\/spip.php?article67\",\"following\":null,\"profile_text_color\":\"634047\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"favourites_count\":6,\"id_str\":\"7409472\",\"listed_count\":73,\"friends_count\":509,\"profile_link_color\":\"088253\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\",\"screen_name\":\"aamonnz\",\"name\":\"Alexandre Monnin\",\"default_profile\":false,\"statuses_count\":3266,\"verified\":false,\"profile_background_color\":\"EDECE9\",\"id\":7409472,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126352505805352961}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9477000, +"tags": [ +{ +"id-ref": "998d8b96-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "4b9b21a2-df19-41cf-9c03-bd34f5fcab63-126352505805352961" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Super ! Merci RT @figoblog #museoweb vous pourrez retrouver la video du séminaire #iri la semaine prochaine sur polemictweet", +"img": { +"src": "http://a3.twimg.com/profile_images/409382566/13_normal.jpg" +}, +"title": "Virginie Paillas: Super ! Merci RT @figoblog #museoweb vous pourrez retrouver la video du séminaire #iri la semaine prochaine sur polemictweet", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9490000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Super ! Merci RT @figoblog #museoweb vous pourrez retrouver la video du s\\u00e9minaire #iri la semaine prochaine sur polemictweet\",\"created_at\":\"Tue Oct 18 17:42:52 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[28,37]},{\"text\":\"iri\",\"indices\":[83,87]}],\"user_mentions\":[{\"indices\":[18,27],\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id\":8814092}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126352560704598016\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"created_at\":\"Tue Sep 08 12:20:07 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"London\",\"profile_sidebar_border_color\":\"181A1E\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"followers_count\":577,\"description\":\"Formatrice TIC : formation des enseignants et des formateurs du premier degr\\u00e9. Vif int\\u00e9r\\u00eat : place des services dits WEB20 dans la formation et l'enseignement\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"favourites_count\":863,\"id_str\":\"72538763\",\"listed_count\":85,\"friends_count\":129,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"location\":\"Lourdes - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\",\"screen_name\":\"vpaillas\",\"name\":\"Virginie Paillas\",\"statuses_count\":1963,\"verified\":false,\"profile_background_color\":\"1A1B1F\",\"id\":72538763,\"default_profile\":false,\"profile_background_tile\":false,\"utc_offset\":0,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126352560704598016}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9490000, +"tags": [ +{ +"id-ref": "998d8b96-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998d8b96-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b9b5cf63-0f39-4043-b05e-d9581f5be92b-126352560704598016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @vincentpuig: #museoweb Fabien Gandon : un bon plaidoyer pour le droit à la dénonnexion !! Malgré lui ?++", +"img": { +"src": "http://a0.twimg.com/profile_images/1411125003/moi_pour_twitter_bis_normal.jpg" +}, +"title": "florence meichel: RT @vincentpuig: #museoweb Fabien Gandon : un bon plaidoyer pour le droit à la dénonnexion !! Malgré lui ?++", +"color": "16763904", +"polemics": [ +"Q", +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9504000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @vincentpuig: #museoweb Fabien Gandon : un bon plaidoyer pour le droit \\u00e0 la d\\u00e9nonnexion !! Malgr\\u00e9 lui ?++\",\"created_at\":\"Tue Oct 18 17:43:06 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[17,26]}],\"user_mentions\":[{\"indices\":[3,15],\"id_str\":\"68424173\",\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126352619206742018\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Fabien Gandon : un bon plaidoyer pour le droit \\u00e0 la d\\u00e9nonnexion !! Malgr\\u00e9 lui ?++\",\"created_at\":\"Tue Oct 18 17:42:15 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126352405846687745\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":176,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":366,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126352405846687745},\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"fafafa\",\"created_at\":\"Thu May 03 13:07:37 +0000 2007\",\"lang\":\"fr\",\"time_zone\":\"Darwin\",\"profile_sidebar_border_color\":\"fafafa\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/135792888\\/twitter_background_blanc.jpg\",\"followers_count\":1633,\"description\":\"Formatrice\\/Consultante Organisations et R\\u00e9seaux Apprenants\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"https:\\/\\/sites.google.com\\/site\\/florencemeichel\\/\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/135792888\\/twitter_background_blanc.jpg\",\"favourites_count\":1336,\"id_str\":\"5739312\",\"listed_count\":229,\"friends_count\":1451,\"profile_link_color\":\"baa24a\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1411125003\\/moi_pour_twitter_bis_normal.jpg\",\"screen_name\":\"florencemeichel\",\"name\":\"florence meichel\",\"statuses_count\":48672,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":5739312,\"profile_background_tile\":false,\"utc_offset\":34200,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1411125003\\/moi_pour_twitter_bis_normal.jpg\"},\"retweet_count\":1,\"favorited\":false,\"truncated\":false,\"id\":126352619206742018}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9504000, +"tags": [ +{ +"id-ref": "998d8b96-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "4d1ab3c7-5c58-4468-a6b2-0302198b09e5-126352619206742018" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Fabien Gadon cite le projet \"Live Social Semantics\" - Video http://t.co/cWt4CHxt", +"img": { +"src": "http://a3.twimg.com/profile_images/654197661/omer_twiitter_20100125_normal.jpg" +}, +"title": "Omer Pesquer: #museoweb Fabien Gadon cite le projet \"Live Social Semantics\" - Video http://t.co/cWt4CHxt", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9579000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Fabien Gadon cite le projet \\\"Live Social Semantics\\\" - Video http:\\/\\/t.co\\/cWt4CHxt\",\"created_at\":\"Tue Oct 18 17:44:21 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[{\"indices\":[71,91],\"url\":\"http:\\/\\/t.co\\/cWt4CHxt\",\"expanded_url\":\"http:\\/\\/vimeo.com\\/6590604\",\"display_url\":\"vimeo.com\\/6590604\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126352933800509440\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"f5f5f5\",\"default_profile\":false,\"created_at\":\"Sat Oct 04 16:26:51 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a67f13\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"followers_count\":1314,\"description\":\"Consultant Internet Freelance - secteur culturel (#mus\\u00e9e, #artsvisuels) & Cr\\u00e9ateur de dispositifs Web singuliers (#Outrepart, #MotBot, #UnTitre)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/omer.mobi\\/\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/83277792\\/fd_omr.gif\",\"favourites_count\":1095,\"id_str\":\"16592723\",\"listed_count\":164,\"friends_count\":895,\"profile_link_color\":\"0084b4\",\"protected\":false,\"location\":\"Paris - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\",\"screen_name\":\"_omr\",\"name\":\"Omer Pesquer\",\"statuses_count\":6660,\"verified\":false,\"profile_background_color\":\"bababa\",\"id\":16592723,\"profile_background_tile\":true,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/654197661\\/omer_twiitter_20100125_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126352933800509440}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9579000, +"tags": [ +{ +"id-ref": "998d8b96-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "a5a10de7-8e6f-4f88-af0a-eb78d5f98046-126352933800509440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb tout ça ne peut marcher que si les metadonnees sont au coeur de tout. @fabien_gandon #c'estBeau ++", +"img": { +"src": "http://a0.twimg.com/profile_images/370030571/photo-bermes_normal.jpg" +}, +"title": "Emmanuelle Bermes: #museoweb tout ça ne peut marcher que si les metadonnees sont au coeur de tout. @fabien_gandon #c'estBeau ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9634000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb tout \\u00e7a ne peut marcher que si les metadonnees sont au coeur de tout. @fabien_gandon #c'estBeau ++\",\"created_at\":\"Tue Oct 18 17:45:16 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"c\",\"indices\":[95,97]}],\"user_mentions\":[{\"indices\":[80,94],\"id_str\":\"14301911\",\"name\":\"fabien_gandon\",\"screen_name\":\"fabien_gandon\",\"id\":14301911}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126353164663406592\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1021,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1636,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126353164663406592}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9634000, +"tags": [ +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "e72144f4-9d85-4397-be86-8496b98ee320-126353164663406592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@gonzagauthier de son architecture et tout le monde l'ignore. C'est un pont de vue minoritaire en dépit des apparences #museoweb", +"img": { +"src": "None" +}, +"title": "Alexandre Monnin: @gonzagauthier de son architecture et tout le monde l'ignore. C'est un pont de vue minoritaire en dépit des apparences #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9691000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"gonzagauthier\",\"in_reply_to_user_id\":136900327,\"text\":\"@gonzagauthier de son architecture et tout le monde l'ignore. C'est un pont de vue minoritaire en d\\u00e9pit des apparences #museoweb\",\"created_at\":\"Tue Oct 18 17:46:13 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[119,128]}],\"user_mentions\":[{\"indices\":[0,14],\"id_str\":\"136900327\",\"name\":\"gonzague gauthier\",\"screen_name\":\"gonzagauthier\",\"id\":136900327}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":\"126337159409053697\",\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":\"136900327\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126353401679327232\",\"in_reply_to_status_id\":126337159409053697,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"E3E2DE\",\"created_at\":\"Wed Jul 11 18:52:41 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"D3D2CF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"followers_count\":439,\"description\":\"Head of Web and metadata research@IRI, PhD student in Philosophy@Paris1, Lecturer@UPEMLV, advocate for the Philosophy of the Web http:\\/\\/web-and-philosophy.org\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/execo.univ-paris1.fr\\/spip.php?article67\",\"following\":null,\"profile_text_color\":\"634047\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"favourites_count\":6,\"id_str\":\"7409472\",\"listed_count\":73,\"friends_count\":509,\"profile_link_color\":\"088253\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\",\"screen_name\":\"aamonnz\",\"name\":\"Alexandre Monnin\",\"statuses_count\":3268,\"verified\":false,\"profile_background_color\":\"EDECE9\",\"id\":7409472,\"profile_background_tile\":false,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/513016932\\/twitterProfilePhoto_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126353401679327232}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9691000, +"tags": [ +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "4ab2d1b6-d7e2-4abb-a3fc-97167131d567-126353401679327232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Really gr8 #museoweb symposium on digital museum communication (in French) at #iri. Watch next week for video podcast: http://t.co/Wc0TXvFN", +"img": { +"src": "http://a2.twimg.com/profile_images/1591816386/DSC07806_normal.JPG" +}, +"title": "Costis Dallas: Really gr8 #museoweb symposium on digital museum communication (in French) at #iri. Watch next week for video podcast: http://t.co/Wc0TXvFN", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9699000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Really gr8 #museoweb symposium on digital museum communication (in French) at #iri. Watch next week for video podcast: http:\\/\\/t.co\\/Wc0TXvFN\",\"created_at\":\"Tue Oct 18 17:46:21 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[11,20]},{\"text\":\"iri\",\"indices\":[78,82]}],\"user_mentions\":[],\"urls\":[{\"indices\":[119,139],\"url\":\"http:\\/\\/t.co\\/Wc0TXvFN\",\"expanded_url\":\"http:\\/\\/bit.ly\\/mUjPrM\",\"display_url\":\"bit.ly\\/mUjPrM\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126353435787411456\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Thu Feb 12 23:57:28 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":335,\"description\":\"Working on museums, cultural management and digital curation in Athens & occasionally in Toronto.\\r\\nhttp:\\/\\/entopia.org\\/costisdallas\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.linkedin.com\\/in\\/CostisDallas\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":13,\"id_str\":\"20733366\",\"listed_count\":24,\"friends_count\":151,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Athens, Greece\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\",\"screen_name\":\"costisd\",\"name\":\"Costis Dallas\",\"statuses_count\":929,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":20733366,\"default_profile\":true,\"profile_background_tile\":false,\"utc_offset\":-18000,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126353435787411456}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9699000, +"tags": [ +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "d1d93524-4a0b-4ad9-8eaf-8395ee4e7474-126353435787411456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @florencemeichel: #museoweb ontologie evolutive et tentative de court-circuit de Google http://t.co/pZmqLXbW", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_4_normal.png" +}, +"title": "MARIA : RT @florencemeichel: #museoweb ontologie evolutive et tentative de court-circuit de Google http://t.co/pZmqLXbW", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9707000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @florencemeichel: #museoweb ontologie evolutive et tentative de court-circuit de Google http:\\/\\/t.co\\/pZmqLXbW\",\"created_at\":\"Tue Oct 18 17:46:29 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[21,30]}],\"user_mentions\":[{\"indices\":[3,19],\"id_str\":\"5739312\",\"name\":\"florence meichel\",\"screen_name\":\"florencemeichel\",\"id\":5739312}],\"urls\":[{\"indices\":[91,111],\"url\":\"http:\\/\\/t.co\\/pZmqLXbW\",\"expanded_url\":\"http:\\/\\/goo.gl\\/rE1Dw\",\"display_url\":\"goo.gl\\/rE1Dw\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126353471472549888\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb ontologie evolutive et tentative de court-circuit de Google http:\\/\\/t.co\\/pZmqLXbW\",\"created_at\":\"Tue Oct 18 17:07:50 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[{\"indices\":[70,90],\"url\":\"http:\\/\\/t.co\\/pZmqLXbW\",\"expanded_url\":\"http:\\/\\/goo.gl\\/rE1Dw\",\"display_url\":\"goo.gl\\/rE1Dw\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126343743707168768\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"fafafa\",\"created_at\":\"Thu May 03 13:07:37 +0000 2007\",\"lang\":\"fr\",\"time_zone\":\"Darwin\",\"profile_sidebar_border_color\":\"fafafa\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/135792888\\/twitter_background_blanc.jpg\",\"followers_count\":1633,\"description\":\"Formatrice\\/Consultante Organisations et R\\u00e9seaux Apprenants\",\"default_profile\":false,\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"https:\\/\\/sites.google.com\\/site\\/florencemeichel\\/\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/135792888\\/twitter_background_blanc.jpg\",\"favourites_count\":1336,\"id_str\":\"5739312\",\"listed_count\":229,\"friends_count\":1451,\"profile_link_color\":\"baa24a\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1411125003\\/moi_pour_twitter_bis_normal.jpg\",\"screen_name\":\"florencemeichel\",\"name\":\"florence meichel\",\"statuses_count\":48672,\"verified\":false,\"profile_background_color\":\"ffffff\",\"id\":5739312,\"profile_background_tile\":false,\"utc_offset\":34200,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1411125003\\/moi_pour_twitter_bis_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126343743707168768},\"user\":{\"default_profile_image\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"E6F6F9\",\"created_at\":\"Sun Aug 28 14:47:00 +0000 2011\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"DBE9ED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"followers_count\":0,\"description\":\"\",\"default_profile\":false,\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"favourites_count\":1,\"id_str\":\"363692606\",\"listed_count\":0,\"friends_count\":0,\"profile_link_color\":\"CC3366\",\"protected\":false,\"location\":\"\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"screen_name\":\"mimoulahmer\",\"name\":\"MARIA \",\"statuses_count\":10,\"verified\":false,\"profile_background_color\":\"DBE9ED\",\"id\":363692606,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126353471472549888}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9707000, +"tags": [ +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "7da284d8-0985-4428-9d2a-28839e116cdf-126353471472549888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @figoblog: #museoweb 11 millions de fichiers dans Wikimedia Commons (11 millions !!!) #scalabilité @AdrienneAlix", +"img": { +"src": "http://a0.twimg.com/profile_images/1413500452/303b8aaf-8960-4da5-89fb-d82f2afda78f_normal.png" +}, +"title": "Damien Clauzel: RT @figoblog: #museoweb 11 millions de fichiers dans Wikimedia Commons (11 millions !!!) #scalabilité @AdrienneAlix", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9747000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @figoblog: #museoweb 11 millions de fichiers dans Wikimedia Commons (11 millions !!!) #scalabilit\\u00e9 @AdrienneAlix\",\"created_at\":\"Tue Oct 18 17:47:09 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[14,23]},{\"text\":\"scalabilit\\u00e9\",\"indices\":[89,101]}],\"user_mentions\":[{\"indices\":[3,12],\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"screen_name\":\"figoblog\",\"id\":8814092},{\"indices\":[102,115],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126353638179356672\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb 11 millions de fichiers dans Wikimedia Commons (11 millions !!!) #scalabilit\\u00e9 @AdrienneAlix\",\"created_at\":\"Tue Oct 18 16:01:05 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"scalabilit\\u00e9\",\"indices\":[75,87]}],\"user_mentions\":[{\"indices\":[88,101],\"id_str\":\"53406902\",\"name\":\"Adrienne Alix\",\"screen_name\":\"AdrienneAlix\",\"id\":53406902}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126326944408158208\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"e0ff92\",\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"lang\":\"en\",\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"followers_count\":1021,\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"following\":null,\"profile_text_color\":\"000000\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"favourites_count\":1,\"id_str\":\"8814092\",\"listed_count\":145,\"friends_count\":78,\"profile_link_color\":\"0000ff\",\"protected\":false,\"location\":\"Paris\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"screen_name\":\"figoblog\",\"name\":\"Emmanuelle Bermes\",\"statuses_count\":1636,\"verified\":false,\"profile_background_color\":\"9ae4e8\",\"id\":8814092,\"profile_background_tile\":true,\"utc_offset\":-10800,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\"},\"retweet_count\":2,\"favorited\":false,\"truncated\":false,\"id\":126326944408158208},\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"created_at\":\"Tue Apr 29 07:52:58 +0000 2008\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"181A1E\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/56303225\\/1256758211639.jpg\",\"followers_count\":439,\"description\":\"Chercheur en informatique. Plongeur. Sp\\u00e9cialiste de l'innovation. Geek. Enseignant. Libriste.\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/Damien.Clauzel.nom.fr\",\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/56303225\\/1256758211639.jpg\",\"favourites_count\":154,\"id_str\":\"14582008\",\"listed_count\":32,\"friends_count\":291,\"profile_link_color\":\"7696bf\",\"protected\":false,\"location\":\"Villeurbanne, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1413500452\\/303b8aaf-8960-4da5-89fb-d82f2afda78f_normal.png\",\"screen_name\":\"dclauzel\",\"name\":\"Damien Clauzel\",\"statuses_count\":5163,\"verified\":false,\"profile_background_color\":\"1A1B1F\",\"id\":14582008,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1413500452\\/303b8aaf-8960-4da5-89fb-d82f2afda78f_normal.png\"},\"retweet_count\":2,\"favorited\":false,\"truncated\":false,\"id\":126353638179356672}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 9747000, +"tags": [ +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "ced98295-cefe-4f9d-941f-c9242d3d459d-126353638179356672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Just hrd @Fabien_Gandon interesting talk in #museoweb symposium #iri. Earlier presentations: http://t.co/yfzW7nqv Merci @aamonnz!", +"img": { +"src": "http://a2.twimg.com/profile_images/1591816386/DSC07806_normal.JPG" +}, +"title": "Costis Dallas: Just hrd @Fabien_Gandon interesting talk in #museoweb symposium #iri. Earlier presentations: http://t.co/yfzW7nqv Merci @aamonnz!", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 10041000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Just hrd @Fabien_Gandon interesting talk in #museoweb symposium #iri. Earlier presentations: http:\\/\\/t.co\\/yfzW7nqv Merci @aamonnz!\",\"created_at\":\"Tue Oct 18 17:52:03 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[44,53]},{\"text\":\"iri\",\"indices\":[64,68]}],\"user_mentions\":[{\"indices\":[9,23],\"id_str\":\"14301911\",\"name\":\"fabien_gandon\",\"screen_name\":\"fabien_gandon\",\"id\":14301911},{\"indices\":[120,128],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[{\"indices\":[93,113],\"url\":\"http:\\/\\/t.co\\/yfzW7nqv\",\"expanded_url\":\"http:\\/\\/slidesha.re\\/pkk2w8\",\"display_url\":\"slidesha.re\\/pkk2w8\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126354872210702336\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"default_profile\":true,\"created_at\":\"Thu Feb 12 23:57:28 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":335,\"description\":\"Working on museums, cultural management and digital curation in Athens & occasionally in Toronto.\\r\\nhttp:\\/\\/entopia.org\\/costisdallas\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.linkedin.com\\/in\\/CostisDallas\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":13,\"id_str\":\"20733366\",\"listed_count\":24,\"friends_count\":151,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Athens, Greece\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\",\"screen_name\":\"costisd\",\"name\":\"Costis Dallas\",\"statuses_count\":930,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":20733366,\"profile_background_tile\":false,\"utc_offset\":-18000,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126354872210702336}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 10041000, +"tags": [ +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "3b25676d-64d5-4cb0-95ab-ec1e9045f410-126354872210702336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @figoblog: #museoweb vous pourrez retrouver la video du séminaire #iri la semaine prochaine sur polemictweet ++", +"img": { +"src": "http://a2.twimg.com/profile_images/1562510466/WikiGnomes_21_normal.png" +}, +"title": "Frère Moine: RT @figoblog: #museoweb vous pourrez retrouver la video du séminaire #iri la semaine prochaine sur polemictweet ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 10090000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"text\":\"RT @figoblog: #museoweb vous pourrez retrouver la video du s\\u00e9minaire #iri la semaine prochaine sur polemictweet ++\",\"created_at\":\"Tue Oct 18 17:52:52 +0000 2011\",\"in_reply_to_screen_name\":null,\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[14,23]},{\"text\":\"iri\",\"indices\":[69,73]}],\"user_mentions\":[{\"indices\":[3,12],\"screen_name\":\"figoblog\",\"id_str\":\"8814092\",\"name\":\"Emmanuelle Bermes\",\"id\":8814092}],\"urls\":[]},\"geo\":null,\"place\":null,\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"source\":\"web\",\"coordinates\":null,\"in_reply_to_user_id_str\":null,\"id_str\":\"126355074887856130\",\"in_reply_to_status_id\":null,\"contributors\":null,\"truncated\":false,\"retweeted_status\":{\"text\":\"#museoweb vous pourrez retrouver la video du s\\u00e9minaire #iri la semaine prochaine sur polemictweet ++\",\"created_at\":\"Tue Oct 18 17:40:01 +0000 2011\",\"in_reply_to_screen_name\":null,\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]},{\"text\":\"iri\",\"indices\":[55,59]}],\"user_mentions\":[],\"urls\":[]},\"geo\":null,\"place\":null,\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"coordinates\":null,\"in_reply_to_user_id_str\":null,\"id_str\":\"126351844644618241\",\"in_reply_to_status_id\":null,\"contributors\":null,\"truncated\":false,\"user\":{\"created_at\":\"Tue Sep 11 16:54:55 +0000 2007\",\"default_profile_image\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_sidebar_border_color\":\"87bc44\",\"lang\":\"en\",\"followers_count\":1021,\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.figoblog.org\",\"description\":\"French metadata librarian, with special interest in Semantic Web & Linked Data\",\"screen_name\":\"figoblog\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"profile_text_color\":\"000000\",\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26453281\\/confiture.gif\",\"id_str\":\"8814092\",\"profile_link_color\":\"0000ff\",\"location\":\"Paris\",\"is_translator\":false,\"notifications\":null,\"favourites_count\":1,\"protected\":false,\"listed_count\":145,\"verified\":false,\"friends_count\":78,\"profile_background_color\":\"9ae4e8\",\"name\":\"Emmanuelle Bermes\",\"profile_background_tile\":true,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/370030571\\/photo-bermes_normal.jpg\",\"id\":8814092,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"statuses_count\":1636,\"utc_offset\":-10800,\"profile_sidebar_fill_color\":\"e0ff92\"},\"id\":126351844644618241,\"retweet_count\":1,\"in_reply_to_user_id\":null,\"favorited\":false},\"user\":{\"created_at\":\"Sat Mar 13 15:55:20 +0000 2010\",\"default_profile_image\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"a02527\",\"lang\":\"fr\",\"followers_count\":244,\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/fr.wikipedia.org\\/wiki\\/utilisateur:Acer11\",\"description\":\"Moine catholique, conjuguant wikip\\u00e9dia, wikisource et la bibliophilie (BIBLIO, hein).\",\"screen_name\":\"Wikimoine\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/92680429\\/Archange-Gabriel-12-09.jpeg\",\"profile_text_color\":\"a24d36\",\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/92680429\\/Archange-Gabriel-12-09.jpeg\",\"id_str\":\"122701181\",\"profile_link_color\":\"0084B4\",\"location\":\"T\\u00eate_au_ciel._Pieds_sur_terre.\",\"is_translator\":false,\"notifications\":null,\"favourites_count\":9,\"protected\":false,\"listed_count\":34,\"verified\":false,\"friends_count\":97,\"profile_background_color\":\"fdd0a9\",\"name\":\"Fr\\u00e8re Moine\",\"profile_background_tile\":true,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1562510466\\/WikiGnomes_21_normal.png\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1562510466\\/WikiGnomes_21_normal.png\",\"id\":122701181,\"show_all_inline_media\":true,\"contributors_enabled\":false,\"statuses_count\":1932,\"utc_offset\":3600,\"profile_sidebar_fill_color\":\"9fd5d6\"},\"id\":126355074887856130,\"retweet_count\":1,\"in_reply_to_user_id\":null,\"favorited\":false}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 10090000, +"tags": [ +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "79070417-8a88-40dc-b150-53d9444cfa33-126355074887856130" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb MediaLab Sciencespo:penser d'abord interfaces entre Web semantique / Web social. Stiegler approuverait mais posons les bases", +"img": { +"src": "None" +}, +"title": "Vincent Puig: #museoweb MediaLab Sciencespo:penser d'abord interfaces entre Web semantique / Web social. Stiegler approuverait mais posons les bases", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 10148000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb MediaLab Sciencespo:penser d'abord interfaces entre Web semantique \\/ Web social. Stiegler approuverait mais posons les bases\",\"created_at\":\"Tue Oct 18 17:53:50 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126355319147331584\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":176,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":0,\"id_str\":\"68424173\",\"listed_count\":11,\"friends_count\":5,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris, France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":367,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":68424173,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126355319147331584}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 10148000, +"tags": [ +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "6060eaad-04cd-4534-86d9-62d0f6f45ba8-126355319147331584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @vpaillas: Je regarde #museoweb avec #fabien_gandon et je comprends le web sémantique, sa construction http://t.co/A0mB7k4L où revoir ...", +"img": { +"src": "http://a1.twimg.com/profile_images/1594817766/Homer_Simpson_Sideart_Homebrew_normal.jpg" +}, +"title": "rafael vidal: RT @vpaillas: Je regarde #museoweb avec #fabien_gandon et je comprends le web sémantique, sa construction http://t.co/A0mB7k4L où revoir ...", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 10348000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"RT @vpaillas: Je regarde #museoweb avec #fabien_gandon et je comprends le web s\\u00e9mantique, sa construction http:\\/\\/t.co\\/A0mB7k4L o\\u00f9 revoir ...\",\"created_at\":\"Tue Oct 18 17:57:10 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[25,34]},{\"text\":\"fabien_gandon\",\"indices\":[40,54]}],\"user_mentions\":[{\"indices\":[3,12],\"id_str\":\"72538763\",\"name\":\"Virginie Paillas\",\"screen_name\":\"vpaillas\",\"id\":72538763}],\"urls\":[{\"indices\":[106,126],\"url\":\"http:\\/\\/t.co\\/A0mB7k4L\",\"expanded_url\":\"http:\\/\\/bit.ly\\/o13ird\",\"display_url\":\"bit.ly\\/o13ird\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"web\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126356159790723072\",\"in_reply_to_status_id\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"Je regarde #museoweb avec #fabien_gandon et je comprends le web s\\u00e9mantique, sa construction http:\\/\\/t.co\\/A0mB7k4L o\\u00f9 revoir les vid\\u00e9os apr\\u00e8s?\",\"created_at\":\"Tue Oct 18 17:14:11 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[11,20]},{\"text\":\"fabien_gandon\",\"indices\":[26,40]}],\"user_mentions\":[],\"urls\":[{\"indices\":[92,112],\"url\":\"http:\\/\\/t.co\\/A0mB7k4L\",\"expanded_url\":\"http:\\/\\/bit.ly\\/o13ird\",\"display_url\":\"bit.ly\\/o13ird\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126345340868771841\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"252429\",\"default_profile\":false,\"created_at\":\"Tue Sep 08 12:20:07 +0000 2009\",\"lang\":\"fr\",\"time_zone\":\"London\",\"profile_sidebar_border_color\":\"181A1E\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"followers_count\":577,\"description\":\"Formatrice TIC : formation des enseignants et des formateurs du premier degr\\u00e9. Vif int\\u00e9r\\u00eat : place des services dits WEB20 dans la formation et l'enseignement\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"666666\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"favourites_count\":863,\"id_str\":\"72538763\",\"listed_count\":85,\"friends_count\":129,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"location\":\"Lourdes - France\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\",\"screen_name\":\"vpaillas\",\"name\":\"Virginie Paillas\",\"statuses_count\":1963,\"verified\":false,\"profile_background_color\":\"1A1B1F\",\"id\":72538763,\"profile_background_tile\":false,\"utc_offset\":0,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/409382566\\/13_normal.jpg\"},\"retweet_count\":2,\"favorited\":false,\"truncated\":false,\"id\":126345340868771841},\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"F3F3F3\",\"default_profile\":false,\"created_at\":\"Tue Mar 01 18:27:01 +0000 2011\",\"lang\":\"fr\",\"time_zone\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"followers_count\":5,\"description\":\"\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"favourites_count\":0,\"id_str\":\"259363998\",\"listed_count\":1,\"friends_count\":58,\"profile_link_color\":\"990000\",\"protected\":false,\"location\":\"nimes\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1594817766\\/Homer_Simpson_Sideart_Homebrew_normal.jpg\",\"screen_name\":\"matcamga\",\"name\":\"rafael vidal\",\"statuses_count\":9,\"verified\":false,\"profile_background_color\":\"EBEBEB\",\"id\":259363998,\"profile_background_tile\":false,\"utc_offset\":null,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1594817766\\/Homer_Simpson_Sideart_Homebrew_normal.jpg\"},\"retweet_count\":2,\"favorited\":false,\"truncated\":true,\"id\":126356159790723072}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 10348000, +"tags": [ +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +}, +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "f579e2b2-6de3-42ff-8dd4-bb5c8c00f2df-126356159790723072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@aamonnz Si le bibliothécaire est vu comme une autorité incontournable qui empêche les productions collectives... #museoweb", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: @aamonnz Si le bibliothécaire est vu comme une autorité incontournable qui empêche les productions collectives... #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 10407000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"aamonnz\",\"in_reply_to_user_id\":7409472,\"text\":\"@aamonnz Si le biblioth\\u00e9caire est vu comme une autorit\\u00e9 incontournable qui emp\\u00eache les productions collectives... #museoweb\",\"created_at\":\"Tue Oct 18 17:58:09 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[114,123]}],\"user_mentions\":[{\"indices\":[0,8],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":\"126352133011419136\",\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":\"7409472\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126356405048451072\",\"in_reply_to_status_id\":126352133011419136,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"default_profile\":true,\"listed_count\":60,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7534,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126356405048451072}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 10407000, +"tags": [ +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b5a664c5-da77-4a8a-a415-1585e936aacb-126356405048451072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@aamonnz Vu comme ça, ok, je comprends mieux. Même si la notion d'universelle est selon moi biaisée, dégagée des enjeux politiques #museoweb", +"img": { +"src": "http://a0.twimg.com/profile_images/1513105531/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png" +}, +"title": "gonzague gauthier: @aamonnz Vu comme ça, ok, je comprends mieux. Même si la notion d'universelle est selon moi biaisée, dégagée des enjeux politiques #museoweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 10466000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"aamonnz\",\"in_reply_to_user_id\":7409472,\"text\":\"@aamonnz Vu comme \\u00e7a, ok, je comprends mieux. M\\u00eame si la notion d'universelle est selon moi biais\\u00e9e, d\\u00e9gag\\u00e9e des enjeux politiques #museoweb\",\"created_at\":\"Tue Oct 18 17:59:08 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[131,140]}],\"user_mentions\":[{\"indices\":[0,8],\"id_str\":\"7409472\",\"name\":\"Alexandre Monnin\",\"screen_name\":\"aamonnz\",\"id\":7409472}],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":\"126348997869842432\",\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":\"7409472\",\"contributors\":null,\"coordinates\":null,\"id_str\":\"126356653254787073\",\"in_reply_to_status_id\":126348997869842432,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Sun Apr 25 06:27:45 +0000 2010\",\"lang\":\"fr\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":729,\"description\":\"Community manager #CM @centrepompidou \\/Th\\u00e9se \\u00e9tudes culturelles subcultures sida: pratiques politiques, discours symbolique #genre #geek #toys #sket #blackberry\",\"geo_enabled\":false,\"profile_use_background_image\":true,\"url\":null,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":231,\"id_str\":\"136900327\",\"listed_count\":60,\"friends_count\":425,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Paris \\/ Lille\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\",\"screen_name\":\"gonzagauthier\",\"name\":\"gonzague gauthier\",\"statuses_count\":7535,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":136900327,\"default_profile\":true,\"profile_background_tile\":false,\"utc_offset\":3600,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513105531\\/5112ba88-d764-4be6-9587-e463a886e5e2_normal.png\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126356653254787073}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 10466000, +"tags": [ +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "28006bde-b985-41de-97bf-9988d13bdd5e-126356653254787073" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb discussion: Bernard Stiegler situates web communication as sociotechnical system, w/ affordances / model of exploiting user traces", +"img": { +"src": "http://a2.twimg.com/profile_images/1591816386/DSC07806_normal.JPG" +}, +"title": "Costis Dallas: #museoweb discussion: Bernard Stiegler situates web communication as sociotechnical system, w/ affordances / model of exploiting user traces", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 10567000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb discussion: Bernard Stiegler situates web communication as sociotechnical system, w\\/ affordances \\/ model of exploiting user traces\",\"created_at\":\"Tue Oct 18 18:00:49 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126357078741753856\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Thu Feb 12 23:57:28 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":335,\"description\":\"Working on museums, cultural management and digital curation in Athens & occasionally in Toronto.\\r\\nhttp:\\/\\/entopia.org\\/costisdallas\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.linkedin.com\\/in\\/CostisDallas\",\"default_profile\":true,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":13,\"id_str\":\"20733366\",\"listed_count\":24,\"friends_count\":151,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Athens, Greece\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\",\"screen_name\":\"costisd\",\"name\":\"Costis Dallas\",\"statuses_count\":931,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":20733366,\"profile_background_tile\":false,\"utc_offset\":-18000,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126357078741753856}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 10567000, +"tags": [ +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "b747a160-2744-4f48-8886-5ca8b2d6bd6d-126357078741753856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb symposium - fruitful debate spanning museum / digital culture practice, technologists, STS perspectives.", +"img": { +"src": "http://a2.twimg.com/profile_images/1591816386/DSC07806_normal.JPG" +}, +"title": "Costis Dallas: #museoweb symposium - fruitful debate spanning museum / digital culture practice, technologists, STS perspectives.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 10787000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb symposium - fruitful debate spanning museum \\/ digital culture practice, technologists, STS perspectives.\",\"created_at\":\"Tue Oct 18 18:04:29 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126358001874509825\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Thu Feb 12 23:57:28 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_sidebar_border_color\":\"C0DEED\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":335,\"description\":\"Working on museums, cultural management and digital curation in Athens & occasionally in Toronto.\\r\\nhttp:\\/\\/entopia.org\\/costisdallas\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.linkedin.com\\/in\\/CostisDallas\",\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":13,\"id_str\":\"20733366\",\"listed_count\":24,\"friends_count\":151,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Athens, Greece\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\",\"screen_name\":\"costisd\",\"name\":\"Costis Dallas\",\"statuses_count\":932,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":20733366,\"profile_background_tile\":false,\"utc_offset\":-18000,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126358001874509825}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 10787000, +"tags": [ +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "0f1d1644-4a67-483c-8dd7-dc95ad2912d5-126358001874509825" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#museoweb Bernard Stiegler proposes three distinct articulations between folskonomy and ontology. Fascinating. http://t.co/Wc0TXvFN", +"img": { +"src": "http://a2.twimg.com/profile_images/1591816386/DSC07806_normal.JPG" +}, +"title": "Costis Dallas: #museoweb Bernard Stiegler proposes three distinct articulations between folskonomy and ontology. Fascinating. http://t.co/Wc0TXvFN", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 10875000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"in_reply_to_user_id\":null,\"text\":\"#museoweb Bernard Stiegler proposes three distinct articulations between folskonomy and ontology. Fascinating. http:\\/\\/t.co\\/Wc0TXvFN\",\"created_at\":\"Tue Oct 18 18:05:57 +0000 2011\",\"entities\":{\"hashtags\":[{\"text\":\"museoweb\",\"indices\":[0,9]}],\"user_mentions\":[],\"urls\":[{\"indices\":[111,131],\"url\":\"http:\\/\\/t.co\\/Wc0TXvFN\",\"expanded_url\":\"http:\\/\\/bit.ly\\/mUjPrM\",\"display_url\":\"bit.ly\\/mUjPrM\"}]},\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"place\":null,\"geo\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"coordinates\":null,\"id_str\":\"126358369127768065\",\"in_reply_to_status_id\":null,\"user\":{\"default_profile_image\":false,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"profile_sidebar_fill_color\":\"DDEEF6\",\"created_at\":\"Thu Feb 12 23:57:28 +0000 2009\",\"lang\":\"en\",\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_sidebar_border_color\":\"C0DEED\",\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"followers_count\":335,\"description\":\"Working on museums, cultural management and digital curation in Athens & occasionally in Toronto.\\r\\nhttp:\\/\\/entopia.org\\/costisdallas\",\"geo_enabled\":true,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.linkedin.com\\/in\\/CostisDallas\",\"default_profile\":true,\"following\":null,\"profile_text_color\":\"333333\",\"is_translator\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"favourites_count\":13,\"id_str\":\"20733366\",\"listed_count\":24,\"friends_count\":151,\"profile_link_color\":\"0084B4\",\"protected\":false,\"location\":\"Athens, Greece\",\"notifications\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\",\"screen_name\":\"costisd\",\"name\":\"Costis Dallas\",\"statuses_count\":933,\"verified\":false,\"profile_background_color\":\"C0DEED\",\"id\":20733366,\"profile_background_tile\":false,\"utc_offset\":-18000,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1591816386\\/DSC07806_normal.JPG\"},\"retweet_count\":0,\"favorited\":false,\"truncated\":false,\"id\":126358369127768065}\n" +}, +"dc:creator": "perso", +"id-ref": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:modified": "2011-11-03T12:44:41.605056" +}, +"end": 10875000, +"tags": [ +{ +"id-ref": "998e2a42-0619-11e1-9067-00145ea49a02" +} +], +"color": "16763904", +"media": "76171168-ff2b-11e0-bfbc-00145ea49a02", +"id": "fe7553b0-0cc8-43c4-8d4c-f390a1b48d6f-126358369127768065" +} +], +"annotation-types": [ +{ +"dc:contributor": "perso", +"dc:creator": "perso", +"dc:title": "Intervention", +"id": "c_F0A74027-B9E8-AF6C-12C8-3BBCBF5BADB8", +"dc:created": "2011-11-03T12:44:41.600365", +"dc:description": "", +"dc:modified": "2011-11-03T12:44:41.600365" +}, +{ +"dc:contributor": "perso", +"dc:creator": "perso", +"dc:title": "Tweets", +"id": "732b819c-8f83-4458-88f1-242f0e8d3334", +"dc:created": "2011-11-03T12:44:41.605056", +"dc:description": "Tweets", +"dc:modified": "2011-11-03T12:44:41.605056" +} +] +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 test/integration/polemic_jp.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/integration/polemic_jp.json Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,12071 @@ +{ + "views": [ + { + "id": "0", + "contents": [ + "e328e188-ff2f-11e0-b9e1-00145ea49a02" + ], + "annotation_types": [ + "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA", + "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7" + ] + } + ], + "tags": [ + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2011-10-28T16:31:30.892827", + "dc:title": "Stiegler", + "dc:modified": "2011-10-28T16:31:30.892827", + "dc:creator": "IRI" + }, + "id": "4aba6002-0182-11e1-9706-00145ea49a02" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2011-10-28T16:31:30.896326", + "dc:title": "storytelling", + "dc:modified": "2011-10-28T16:31:30.896326", + "dc:creator": "IRI" + }, + "id": "4abae3b0-0182-11e1-9706-00145ea49a02" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2011-10-28T16:31:30.756654", + "dc:title": "tfcem", + "dc:modified": "2011-10-28T16:31:30.756654", + "dc:creator": "IRI" + }, + "id": "4aa5956e-0182-11e1-9706-00145ea49a02" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2011-10-28T16:31:30.903567", + "dc:title": "wanomirror", + "dc:modified": "2011-10-28T16:31:30.903567", + "dc:creator": "IRI" + }, + "id": "4abbfee4-0182-11e1-9706-00145ea49a02" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2011-10-28T16:31:30.906934", + "dc:title": "fh2012", + "dc:modified": "2011-10-28T16:31:30.906934", + "dc:creator": "IRI" + }, + "id": "4abc8210-0182-11e1-9706-00145ea49a02" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2011-10-28T16:31:30.823610", + "dc:title": "Fukushima", + "dc:modified": "2011-10-28T16:31:30.823610", + "dc:creator": "IRI" + }, + "id": "4aafcc32-0182-11e1-9706-00145ea49a02" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2011-10-28T16:31:30.790470", + "dc:title": "Our", + "dc:modified": "2011-10-28T16:31:30.790470", + "dc:creator": "IRI" + }, + "id": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "lists": [ + { + "items": [ + { + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7" + } + ], + "meta": { + "dc:contributor": "undefined", + "dc:created": "2011-10-28T16:31:30.755604", + "dc:creator": "undefined", + "id-ref": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "dc:title": "Ensemble Twitter", + "editable": "false", + "dc:modified": "2011-10-28T16:31:30.755604", + "dc:description": "Ensemble Twitter" + }, + "id": "tweet_0a8d18cd-6dcd-4a42-9077-7814b41af4ce" + }, + { + "items": [ + { + "id-ref": "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA" + } + ], + "meta": { + "dc:contributor": "undefined", + "dc:created": "2011-10-28T16:31:30.945804", + "dc:creator": "undefined", + "id-ref": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "dc:title": "Découpages personnels", + "editable": "false", + "dc:modified": "2011-10-28T16:31:30.945804", + "dc:description": "" + }, + "id": "g_ECFA8F41-E61C-DC33-B916-3BD851F54AFD" + } + ], + "medias": [ + { + "origin": "0", + "http://advene.liris.cnrs.fr/ns/frame_of_reference/ms": "o=0", + "href": "rtmp://media.iri.centrepompidou.fr/ddc_player/video/ldtplatform/todai_lyon_22102011_flat.f4v", + "meta": { + "dc:contributor": "IRI", + "item": { + "name": "streamer", + "value": "rtmp://media.iri.centrepompidou.fr/ddc_player/" + }, + "dc:created": "2011-10-25T19:39:29.249238", + "dc:duration": 23705500, + "dc:creator": "IRI", + "dc:created.contents": "2011-10-25", + "dc:title": "Todai Forum - Catastrophe et média", + "dc:creator.contents": "IRI", + "dc:modified": "2011-10-25T19:39:29.294395", + "dc:description": "Todai forum\r\nCatastrophe et média" + }, + "id": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "unit": "ms" + } + ], + "meta": { + "dc:contributor": "admin", + "dc:created": "2011-10-25T19:40:17.530793", + "dc:creator": "admin", + "main_media": { + "id-ref": "e328e188-ff2f-11e0-b9e1-00145ea49a02" + }, + "dc:description": "", + "dc:title": "Todai Forum 2011 : Catastrophe et média", + "id": "67280b1c-ff30-11e0-a82d-00145ea49a02", + "dc:modified": "2011-10-27T15:36:51.196621" + }, + "annotations": [ + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "石田英敬によるイントロダクション (langue française フランス語)", + "img": { + "src": "" + }, + "title": "Introduction générale par Hidetaka Ishida", + "color": "13408512", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1141913, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA", + "dc:created": "2011-10-28T16:31:30.945834", + "dc:modified": "2011-10-28T16:31:30.945834", + "dc:creator": "perso" + }, + "end": 1620013, + "tags": null, + "color": "13408512", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "s_A91AB45B-AB6B-EFCA-4A08-40B2F74F294F" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "石田英敬によるプレゼンテーション『カタストロフィとメディア』 (langue française フランス語)", + "img": { + "src": "" + }, + "title": "Hidetaka Ishida : Catastrophe et Média", + "color": "13369344", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1620000, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA", + "dc:created": "2011-10-28T16:31:30.945834", + "dc:modified": "2011-10-28T16:31:30.945834", + "dc:creator": "perso" + }, + "end": 6460000, + "tags": null, + "color": "13369344", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "s_921287D5-02B6-435F-AC72-40C2CA68CB43" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "石田英敬によるベルナール・スティグレールの紹介(langue française フランス語)", + "img": { + "src": "" + }, + "title": "Petite introduction de Bernard Stiegler par Hidetaka Ishida", + "color": "13408512", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7073000, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA", + "dc:created": "2011-10-28T16:31:30.945834", + "dc:modified": "2011-10-28T16:31:30.945834", + "dc:creator": "perso" + }, + "end": 7132000, + "tags": null, + "color": "13408512", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "s_2215CC37-0627-EB69-E88A-41266F97047E" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "ベルナール・スティグレールによるプレゼンテーション『テクノロジーの衝撃と大学の諸課題――デジタル・スタディーズの時代』 (langue française フランス語)", + "img": { + "src": "" + }, + "title": "Bernard Stiegler : Chocs technologiques et tâches de l’université. L'époque des digital studies", + "color": "13369344", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7134000, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA", + "dc:created": "2011-10-28T16:31:30.945834", + "dc:modified": "2011-10-28T16:31:30.945834", + "dc:creator": "perso" + }, + "end": 10330000, + "tags": null, + "color": "13369344", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "s_6C326EED-B91A-AEDF-032D-40D9A60AAD7E" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "ベルナール・スティグレールによるロバン・ルヌッチの紹介(langue française フランス語)", + "img": { + "src": "" + }, + "title": "Petite introduction de Robin Renucci par Bernard Stiegler", + "color": "13408512", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 10340000, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA", + "dc:created": "2011-10-28T16:31:30.945834", + "dc:modified": "2011-10-28T16:31:30.945834", + "dc:creator": "perso" + }, + "end": 10680000, + "tags": null, + "color": "13408512", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "s_D19F89A3-21CE-C53A-79E4-40F3839CBF17" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "ロバン・ルヌッチによるプレゼンテーション(ベルナール・スティグレールとの対談)\n (langue française フランス語)", + "img": { + "src": "" + }, + "title": "Robin Renucci : Conversation avec Bernard Stiegler", + "color": "13369344", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 10680000, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA", + "dc:created": "2011-10-28T16:31:30.945834", + "dc:modified": "2011-10-28T16:31:30.945834", + "dc:creator": "perso" + }, + "end": 14307000, + "tags": null, + "color": "13369344", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "s_569B4FC3-C84E-4527-8999-4102A11BFA0A" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "石田英敬による藤幡正樹の紹介(langue française フランス語)", + "img": { + "src": "" + }, + "title": "Petite introduction de Masaki Fujihata par Hidetaka Ishida", + "color": "13408512", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 15197000, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA", + "dc:created": "2011-10-28T16:31:30.945834", + "dc:modified": "2011-10-28T16:31:30.945834", + "dc:creator": "perso" + }, + "end": 15350000, + "tags": null, + "color": "13408512", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "s_048BB538-83E9-58D6-18B2-411A24D12FEA" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "藤幡正樹によるプレゼンテーション『メディアと無常について』 (langue japonaise 日本語)", + "img": { + "src": "" + }, + "title": "Masaki Fujihata : Recherche sur Média et Impermanence", + "color": "13369344", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 15351000, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA", + "dc:created": "2011-10-28T16:31:30.945834", + "dc:modified": "2011-10-28T16:31:30.945834", + "dc:creator": "perso" + }, + "end": 17837000, + "tags": null, + "color": "13369344", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "s_8103D13B-1AF1-F5E8-CCCD-413CC06838F2" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "石田英敬による吉見俊哉の紹介(langue française フランス語)", + "img": { + "src": "" + }, + "title": "Petite introduction de Shunya Yoshimi par Hidetaka Ishida", + "color": "13408512", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 17848000, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA", + "dc:created": "2011-10-28T16:31:30.945834", + "dc:modified": "2011-10-28T16:31:30.945834", + "dc:creator": "perso" + }, + "end": 17950000, + "tags": null, + "color": "13408512", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "s_542A7DCB-7E04-276E-910F-4151A612B020" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "吉見俊哉によるプレゼンテーション『放射能の雨の中をアメリカの傘さして』 (langue japonaise 日本語)", + "img": { + "src": "" + }, + "title": "Shunya Yoshimi : En tenant le parapluie américain sous la pluie radioactive", + "color": "13369344", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 17960000, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA", + "dc:created": "2011-10-28T16:31:30.945834", + "dc:modified": "2011-10-28T16:31:30.945834", + "dc:creator": "perso" + }, + "end": 20588000, + "tags": null, + "color": "13369344", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "s_36337845-B24B-F347-9588-4152E8FCBD28" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "石田英敬による映画「黒髪」の紹介(langue française フランス語)", + "img": { + "src": "" + }, + "title": "Petite introduction des « cheveux noirs » par Hidetaka Ishida", + "color": "13408512", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 20594292, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA", + "dc:created": "2011-10-28T16:31:30.945834", + "dc:modified": "2011-10-28T16:31:30.945834", + "dc:creator": "perso" + }, + "end": 20748092, + "tags": null, + "color": "13408512", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "s_0B5514CF-BD74-3DF4-E891-41577BCB336C" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Projection du Film de Nobuhiro Suwa « Les cheveux noirs » \n諏訪敦彦監督作品『黒髪』上映 ※著作権により、映像配信はありません", + "img": { + "src": "" + }, + "title": "Pour des raisons de droit d'auteur, cette partie de la video ne peut pas être diffusée", + "color": "13434624", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 20756163, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA", + "dc:created": "2011-10-28T16:31:30.945834", + "dc:modified": "2011-10-28T16:31:30.945834", + "dc:creator": "perso" + }, + "end": 21333867, + "tags": null, + "color": "13434624", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "s_A3CA38EE-AC4D-6483-3305-415A86B5C73F" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "登壇者によるディスカッションと、会場との質疑 (langue française/japonaise)", + "img": { + "src": "" + }, + "title": "Discussion", + "color": "16711680", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 21475719, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA", + "dc:created": "2011-10-28T16:31:30.945834", + "dc:modified": "2011-10-28T16:31:30.945834", + "dc:creator": "perso" + }, + "end": 23167079, + "tags": null, + "color": "16711680", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "s_98A776AD-48AF-C272-C0CC-4162CF344F08" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "ツィッターによる質問への返信と、結語 (langue française/japonaise)", + "img": { + "src": "" + }, + "title": "Réponses aux Tweets et conclusion", + "color": "3342591", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 23168263, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA", + "dc:created": "2011-10-28T16:31:30.945834", + "dc:modified": "2011-10-28T16:31:30.945834", + "dc:creator": "perso" + }, + "end": 23701063, + "tags": null, + "color": "3342591", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "s_16550878-7D9A-794D-C30A-4169A993FC2F" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "これから東大フォーラム「Catastrophe et Media」。あと0分で始まります!#tfcem instagr.am/p/RAfpG/", + "img": { + "src": "http://a3.twimg.com/profile_images/533935671/MEI00_normal.gif" + }, + "title": "Meiri Shinohara: これから東大フォーラム「Catastrophe et Media」。あと0分で始まります!#tfcem instagr.am/p/RAfpG/", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 205000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u3053\\u308c\\u304b\\u3089\\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u300cCatastrophe et Media\\u300d\\u3002\\u3042\\u30680\\u5206\\u3067\\u59cb\\u307e\\u308a\\u307e\\u3059\\uff01#tfcem instagr.am\\/p\\/RAfpG\\/\",\"retweet_count\":0,\"favorited\":false,\"entities\":{\"urls\":[{\"indices\":[52,71],\"url\":\"instagr.am\\/p\\/RAfpG\\/\",\"expanded_url\":null}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[45,51]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweeted\":false,\"created_at\":\"Sat Oct 22 12:01:23 +0000 2011\",\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127716175961538561\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_user_id_str\":null,\"truncated\":false,\"contributors\":null,\"user\":{\"location\":\"London,Tokyo,Hiroshima\",\"notifications\":null,\"time_zone\":\"Tokyo\",\"profile_sidebar_border_color\":\"000000\",\"is_translator\":false,\"lang\":\"ja\",\"followers_count\":47,\"listed_count\":2,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":47,\"description\":\"\\u5efa\\u7bc9\\u5bb6\\u3092\\u76ee\\u6307\\u3057\\u307e\\u3059\\u3002\\r\\n1983\\/\\u6751\\u677e\\u7814,t-sa\\/\\u85e4\\u68ee\\u7814\\/UQ\\u7814\\/\\u4fee\\u9053\\/\\u5df1\\u6590\\u5c0f\",\"profile_text_color\":\"000000\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/533935671\\/MEI00_normal.gif\",\"default_profile\":false,\"statuses_count\":345,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/54712095\\/MEI.jpg\",\"created_at\":\"Sun May 17 16:21:13 +0000 2009\",\"id_str\":\"40685734\",\"profile_link_color\":\"000000\",\"default_profile_image\":false,\"favourites_count\":0,\"protected\":false,\"profile_background_color\":\"ffffff\",\"url\":null,\"screen_name\":\"meimei_san\",\"name\":\"Meiri Shinohara\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/533935671\\/MEI00_normal.gif\",\"id\":40685734,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"verified\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54712095\\/MEI.jpg\",\"utc_offset\":32400,\"profile_sidebar_fill_color\":\"ffffff\"},\"id\":127716175961538561,\"coordinates\":null,\"in_reply_to_user_id\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 205000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "18a50382-7d34-4303-8e92-9b883b65a28f-127716175961538561" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @meimei_san: これから東大フォーラム「Catastrophe et Media」。あと0分で始まります!#tfcem instagr.am/p/RAfpG/", + "img": { + "src": "http://a2.twimg.com/profile_images/866895447/bowie_keaton_normal.jpg" + }, + "title": "TANAKA Jun: RT @meimei_san: これから東大フォーラム「Catastrophe et Media」。あと0分で始まります!#tfcem instagr.am/p/RAfpG/", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 299000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @meimei_san: \\u3053\\u308c\\u304b\\u3089\\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u300cCatastrophe et Media\\u300d\\u3002\\u3042\\u30680\\u5206\\u3067\\u59cb\\u307e\\u308a\\u307e\\u3059\\uff01#tfcem instagr.am\\/p\\/RAfpG\\/\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"indices\":[68,87],\"expanded_url\":null,\"url\":\"instagr.am\\/p\\/RAfpG\\/\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[61,67]}],\"user_mentions\":[{\"indices\":[3,14],\"name\":\"Meiri Shinohara\",\"screen_name\":\"meimei_san\",\"id\":40685734,\"id_str\":\"40685734\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"\\u3053\\u308c\\u304b\\u3089\\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u300cCatastrophe et Media\\u300d\\u3002\\u3042\\u30680\\u5206\\u3067\\u59cb\\u307e\\u308a\\u307e\\u3059\\uff01#tfcem instagr.am\\/p\\/RAfpG\\/\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"indices\":[52,71],\"expanded_url\":null,\"url\":\"instagr.am\\/p\\/RAfpG\\/\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[45,51]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"1\",\"retweeters\":[75691207],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:01:23 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"London,Tokyo,Hiroshima\",\"notifications\":null,\"profile_background_color\":\"ffffff\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":47,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54712095\\/MEI.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"description\":\"\\u5efa\\u7bc9\\u5bb6\\u3092\\u76ee\\u6307\\u3057\\u307e\\u3059\\u3002\\r\\n1983\\/\\u6751\\u677e\\u7814,t-sa\\/\\u85e4\\u68ee\\u7814\\/UQ\\u7814\\/\\u4fee\\u9053\\/\\u5df1\\u6590\\u5c0f\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sun May 17 16:21:13 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"listed_count\":2,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":47,\"protected\":false,\"profile_text_color\":\"000000\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/533935671\\/MEI00_normal.gif\",\"screen_name\":\"meimei_san\",\"name\":\"Meiri Shinohara\",\"statuses_count\":345,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/54712095\\/MEI.jpg\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/533935671\\/MEI00_normal.gif\",\"id\":40685734,\"id_str\":\"40685734\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"000000\"},\"retweeted\":false,\"id\":127716175961538561,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127716175961538561\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:02:57 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":2753,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1971,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/97589171\\/100308D90-2_012big01.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sun Sep 20 01:36:39 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":false,\"listed_count\":203,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":125,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/news.before-and-afterimages.jp\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/866895447\\/bowie_keaton_normal.jpg\",\"screen_name\":\"tanajun009\",\"name\":\"TANAKA Jun\",\"statuses_count\":4687,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/97589171\\/100308D90-2_012big01.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/866895447\\/bowie_keaton_normal.jpg\",\"id\":75691207,\"id_str\":\"75691207\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127716569634705408,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127716569634705408\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 299000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "f55aa415-a8ac-4d9c-b086-90377dc27893-127716569634705408" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "こういうのを今やっている。東大フォーラム「Catastrophe et Media」。#tfcem http://t.co/e408LffK", + "img": { + "src": "http://a0.twimg.com/profile_images/1341853248/mouriyoshitaka_normal.jpg" + }, + "title": "Yoshitaka Mouri: こういうのを今やっている。東大フォーラム「Catastrophe et Media」。#tfcem http://t.co/e408LffK", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 752000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u3053\\u3046\\u3044\\u3046\\u306e\\u3092\\u4eca\\u3084\\u3063\\u3066\\u3044\\u308b\\u3002\\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u300cCatastrophe et Media\\u300d\\u3002#tfcem http:\\/\\/t.co\\/e408LffK\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"instagr.am\\/p\\/RAfpG\\/\",\"indices\":[50,70],\"expanded_url\":\"http:\\/\\/instagr.am\\/p\\/RAfpG\\/\",\"url\":\"http:\\/\\/t.co\\/e408LffK\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[43,49]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:10:30 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"131516\",\"default_profile\":false,\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":2210,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"description\":\"Sociologist, Media, Culture and Art Critic, Tokyo University of the Arts\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Apr 18 16:03:41 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"is_translator\":false,\"listed_count\":208,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":181,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1341853248\\/mouriyoshitaka_normal.jpg\",\"screen_name\":\"mouri\",\"name\":\"Yoshitaka Mouri\",\"statuses_count\":1478,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1341853248\\/mouriyoshitaka_normal.jpg\",\"id\":5133521,\"id_str\":\"5133521\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"009999\"},\"retweeted\":false,\"id\":127718469478252545,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127718469478252545\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 752000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a7cacd7e-efc6-4b9f-86d2-6bd3f623c4f9-127718469478252545" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "「カタストロフとメディア」イベント、15分遅れで開始の模様。あと数分。 #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: 「カタストロフとメディア」イベント、15分遅れで開始の模様。あと数分。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 853000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u300c\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u300d\\u30a4\\u30d9\\u30f3\\u30c8\\u300115\\u5206\\u9045\\u308c\\u3067\\u958b\\u59cb\\u306e\\u6a21\\u69d8\\u3002\\u3042\\u3068\\u6570\\u5206\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[36,42]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:12:11 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":319,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127718893555949568,\"in_reply_to_status_id_str\":null,\"id_str\":\"127718893555949568\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 853000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "5571872b-a597-43b3-b4e7-18976302cac7-127718893555949568" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 東大フォーラム「Catastrophe et Media」に参加。もうすぐ始まります。楽しみ!", + "img": { + "src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_4_normal.png" + }, + "title": "yinutsuka: #tfcem 東大フォーラム「Catastrophe et Media」に参加。もうすぐ始まります。楽しみ!", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1047000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u300cCatastrophe et Media\\u300d\\u306b\\u53c2\\u52a0\\u3002\\u3082\\u3046\\u3059\\u3050\\u59cb\\u307e\\u308a\\u307e\\u3059\\u3002\\u697d\\u3057\\u307f\\uff01\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:15:25 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":null,\"created_at\":\"Wed Oct 12 04:22:11 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":0,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":4,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"screen_name\":\"yuomnis\",\"name\":\"yinutsuka\",\"statuses_count\":1,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"id\":389276066,\"id_str\":\"389276066\",\"verified\":false,\"utc_offset\":null,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127719705636110336,\"in_reply_to_status_id_str\":null,\"id_str\":\"127719705636110336\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1047000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b22bb0c2-a1e5-4f48-9bed-d74f0e050ac0-127719705636110336" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "すみませんこっちのアドレスですね。5分後、かららしい。東大フォーラム「Catastrophe et Media」。 http://t.co/44nxbvjI #tfcem", + "img": { + "src": "http://a0.twimg.com/profile_images/1341853248/mouriyoshitaka_normal.jpg" + }, + "title": "Yoshitaka Mouri: すみませんこっちのアドレスですね。5分後、かららしい。東大フォーラム「Catastrophe et Media」。 http://t.co/44nxbvjI #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1053000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u3059\\u307f\\u307e\\u305b\\u3093\\u3053\\u3063\\u3061\\u306e\\u30a2\\u30c9\\u30ec\\u30b9\\u3067\\u3059\\u306d\\u3002\\uff15\\u5206\\u5f8c\\u3001\\u304b\\u3089\\u3089\\u3057\\u3044\\u3002\\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u300cCatastrophe et Media\\u300d\\u3002 http:\\/\\/t.co\\/44nxbvjI #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"polemictweet.com\\/\\/iii-catastrop\\u2026\",\"indices\":[58,78],\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/\\/iii-catastrophe\\/client.php#\",\"url\":\"http:\\/\\/t.co\\/44nxbvjI\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[79,85]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:15:31 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":0,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"131516\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":2210,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"description\":\"Sociologist, Media, Culture and Art Critic, Tokyo University of the Arts\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Apr 18 16:03:41 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"is_translator\":false,\"listed_count\":208,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":181,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1341853248\\/mouriyoshitaka_normal.jpg\",\"screen_name\":\"mouri\",\"name\":\"Yoshitaka Mouri\",\"statuses_count\":1479,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1341853248\\/mouriyoshitaka_normal.jpg\",\"id\":5133521,\"id_str\":\"5133521\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"009999\"},\"retweeted\":false,\"id\":127719731330424833,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127719731330424833\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1053000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "e1c180fd-ccfb-4199-ba8a-0148376e5ea7-127719731330424833" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "はじまった。 #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: はじまった。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1178000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u306f\\u3058\\u307e\\u3063\\u305f\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[7,13]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:17:36 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":320,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127720254532108288,\"in_reply_to_status_id_str\":null,\"id_str\":\"127720254532108288\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1178000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "6aee865f-b73d-485f-a322-d587ad5c96bd-127720254532108288" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "ça a commencé! #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: ça a commencé! #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1212000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u00e7a a commenc\\u00e9! #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[15,21]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:18:10 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":321,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127720398560309248,\"in_reply_to_status_id_str\":null,\"id_str\":\"127720398560309248\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1212000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b2c72484-0356-424a-bf3f-43da3b5ad737-127720398560309248" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Introduction sur le Todai Forum par le professeur Ishida", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Introduction sur le Todai Forum par le professeur Ishida", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1250000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Introduction sur le Todai Forum par le professeur Ishida\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:18:48 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":367,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127720555947368448,\"in_reply_to_status_id_str\":null,\"id_str\":\"127720555947368448\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1250000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a6acdf4a-71d6-42d1-aa5e-363aee78582d-127720555947368448" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "はじまりました。東大フォーラム「Catastrophe et Media」#tfcem", + "img": { + "src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_4_normal.png" + }, + "title": "MATSU: はじまりました。東大フォーラム「Catastrophe et Media」#tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1276000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u306f\\u3058\\u307e\\u308a\\u307e\\u3057\\u305f\\u3002\\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u300cCatastrophe et Media\\u300d#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[37,43]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:19:14 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":3,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":null,\"created_at\":\"Tue Aug 16 04:19:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":true,\"listed_count\":0,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":19,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"screen_name\":\"boy_inTokyo\",\"name\":\"MATSU\",\"statuses_count\":1,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"id\":355963269,\"id_str\":\"355963269\",\"verified\":false,\"utc_offset\":null,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127720665733275648,\"in_reply_to_status_id_str\":null,\"id_str\":\"127720665733275648\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1276000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "40d8c8ae-4868-430c-9d63-d0cf0c061b55-127720665733275648" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "L'introduction par le prof.Ishida #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: L'introduction par le prof.Ishida #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1372000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"L'introduction par le prof.Ishida #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[34,40]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:20:50 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":322,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127721068533268481,\"in_reply_to_status_id_str\":null,\"id_str\":\"127721068533268481\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1372000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "ce3a359a-e66b-42ba-a0cc-62d2ef52f99b-127721068533268481" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @mouri: すみませんこっちのアドレスですね。5分後、かららしい。東大フォーラム「Catastrophe et Media」。 http://t.co/44nxbvjI #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/58112399/pp_normal.jpg" + }, + "title": "きゅうはち: RT @mouri: すみませんこっちのアドレスですね。5分後、かららしい。東大フォーラム「Catastrophe et Media」。 http://t.co/44nxbvjI #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1580000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @mouri: \\u3059\\u307f\\u307e\\u305b\\u3093\\u3053\\u3063\\u3061\\u306e\\u30a2\\u30c9\\u30ec\\u30b9\\u3067\\u3059\\u306d\\u3002\\uff15\\u5206\\u5f8c\\u3001\\u304b\\u3089\\u3089\\u3057\\u3044\\u3002\\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u300cCatastrophe et Media\\u300d\\u3002 http:\\/\\/t.co\\/44nxbvjI #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"polemictweet.com\\/\\/iii-catastrop\\u2026\",\"indices\":[69,89],\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/\\/iii-catastrophe\\/client.php#\",\"url\":\"http:\\/\\/t.co\\/44nxbvjI\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[90,96]}],\"user_mentions\":[{\"indices\":[3,9],\"name\":\"Yoshitaka Mouri\",\"screen_name\":\"mouri\",\"id\":5133521,\"id_str\":\"5133521\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"\\u3059\\u307f\\u307e\\u305b\\u3093\\u3053\\u3063\\u3061\\u306e\\u30a2\\u30c9\\u30ec\\u30b9\\u3067\\u3059\\u306d\\u3002\\uff15\\u5206\\u5f8c\\u3001\\u304b\\u3089\\u3089\\u3057\\u3044\\u3002\\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u300cCatastrophe et Media\\u300d\\u3002 http:\\/\\/t.co\\/44nxbvjI #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"polemictweet.com\\/\\/iii-catastrop\\u2026\",\"indices\":[58,78],\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/\\/iii-catastrophe\\/client.php#\",\"url\":\"http:\\/\\/t.co\\/44nxbvjI\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[79,85]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"1\",\"retweeters\":[15229375],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:15:31 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"131516\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":2210,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"description\":\"Sociologist, Media, Culture and Art Critic, Tokyo University of the Arts\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Apr 18 16:03:41 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"is_translator\":false,\"listed_count\":208,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":181,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1341853248\\/mouriyoshitaka_normal.jpg\",\"screen_name\":\"mouri\",\"name\":\"Yoshitaka Mouri\",\"statuses_count\":1479,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1341853248\\/mouriyoshitaka_normal.jpg\",\"id\":5133521,\"id_str\":\"5133521\",\"default_profile\":false,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"009999\"},\"retweeted\":false,\"id\":127719731330424833,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127719731330424833\",\"coordinates\":null},\"source\":\"web\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:24:18 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":96,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":555,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Wikipedia\\u65e5\\u672c\\u8a9e\\u7248 User:Ks aka 98\\n\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Jun 25 09:52:03 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":53,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":883,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/bit.ly\\/N2YwL\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/58112399\\/pp_normal.jpg\",\"screen_name\":\"ksaka98\",\"name\":\"\\u304d\\u3085\\u3046\\u306f\\u3061\",\"statuses_count\":3758,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/58112399\\/pp_normal.jpg\",\"id\":15229375,\"id_str\":\"15229375\",\"default_profile\":true,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127721941619580928,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127721941619580928\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1580000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "5fa121ad-27ff-4abe-9e6b-45e91a90a331-127721941619580928" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "東大フォーラムの「日本のメディア文化:カタストロフィとメディア」のustが始まりました。登壇者・後援者は、石田英敬、ベルナール・スティグレール、ロバン・ルヌッチ、藤幡正樹、吉見俊哉。6時間にわたる長丁場です。http://t.co/wPy3MUc9 #tfcem", + "img": { + "src": "http://a2.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" + }, + "title": "Yoshikazu NANGO: 東大フォーラムの「日本のメディア文化:カタストロフィとメディア」のustが始まりました。登壇者・後援者は、石田英敬、ベルナール・スティグレール、ロバン・ルヌッチ、藤幡正樹、吉見俊哉。6時間にわたる長丁場です。http://t.co/wPy3MUc9 #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1671000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u306e\\u300c\\u65e5\\u672c\\u306e\\u30e1\\u30c7\\u30a3\\u30a2\\u6587\\u5316\\uff1a\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u300d\\u306eust\\u304c\\u59cb\\u307e\\u308a\\u307e\\u3057\\u305f\\u3002\\u767b\\u58c7\\u8005\\u30fb\\u5f8c\\u63f4\\u8005\\u306f\\u3001\\u77f3\\u7530\\u82f1\\u656c\\u3001\\u30d9\\u30eb\\u30ca\\u30fc\\u30eb\\u30fb\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u3001\\u30ed\\u30d0\\u30f3\\u30fb\\u30eb\\u30cc\\u30c3\\u30c1\\u3001\\u85e4\\u5e61\\u6b63\\u6a39\\u3001\\u5409\\u898b\\u4fca\\u54c9\\u30026\\u6642\\u9593\\u306b\\u308f\\u305f\\u308b\\u9577\\u4e01\\u5834\\u3067\\u3059\\u3002http:\\/\\/t.co\\/wPy3MUc9\\u3000#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[104,124],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/wPy3MUc9\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[125,131]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:25:49 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":\"Tokyo\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1815,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u5357\\u5f8c\\u7531\\u548c\\u30021979\\u5e74\\u5927\\u962a\\u5e9c\\u751f\\u307e\\u308c\\u3002\\u6771\\u4eac\\u5927\\u5b66\\u5927\\u5b66\\u9662\\u60c5\\u5831\\u5b66\\u74b0\\u7279\\u4efb\\u8b1b\\u5e2b\\u3002\\u793e\\u4f1a\\u5b66\\u3001\\u90fd\\u5e02\\u30fb\\u5efa\\u7bc9\\u8ad6\\u3002\\u6851\\u6ca2\\u30c7\\u30b6\\u30a4\\u30f3\\u7814\\u7a76\\u6240\\u3001\\u99d2\\u6fa4\\u5927\\u5b66\\u3001\\u6cd5\\u653f\\u5927\\u5b66\\u3001\\u65e9\\u7a32\\u7530\\u5927\\u5b66\\u975e\\u5e38\\u52e4\\u8b1b\\u5e2b\\u3002\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Dec 26 14:10:04 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":180,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":216,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"screen_name\":\"y_nango\",\"name\":\"Yoshikazu NANGO\",\"statuses_count\":1818,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"id\":99508965,\"id_str\":\"99508965\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127722323536117761,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127722323536117761\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1671000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "595adb07-80b1-42aa-9c48-da67c84bdaf8-127722323536117761" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Streaming now: \"Catastrophe et Media\" forum #tfcem @ Tokyo U. http://t.co/LIRaAraG \nvia @mouri", + "img": { + "src": "http://a3.twimg.com/profile_images/1342956232/love_face_by_yuka_normal.gif" + }, + "title": "Love Kindstrand: Streaming now: \"Catastrophe et Media\" forum #tfcem @ Tokyo U. http://t.co/LIRaAraG \nvia @mouri", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1711000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"Streaming now: \\\"Catastrophe et Media\\\" forum #tfcem @\\u00a0Tokyo U. http:\\/\\/t.co\\/LIRaAraG \\nvia @mouri\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"polemictweet.com\\/\\/iii-catastrop\\u2026\",\"indices\":[62,82],\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/\\/iii-catastrophe\\/client.php#\",\"url\":\"http:\\/\\/t.co\\/LIRaAraG\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[44,50]}],\"user_mentions\":[{\"indices\":[89,95],\"name\":\"Yoshitaka Mouri\",\"screen_name\":\"mouri\",\"id\":5133521,\"id_str\":\"5133521\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:26:29 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":1045,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"131516\",\"default_profile\":false,\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":337,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/60768226\\/wood.jpg\",\"profile_sidebar_fill_color\":\"e6db5c\",\"description\":\"Grad student at Sophia University, Tokyo. Anthropology of urban countercultures\\u0011\\u30fb\\u4e0a\\u667a\\u5927\\u5b66\\u306e\\u5927\\u5b66\\u9662\\u751f\\u3002\\u30ab\\u30a6\\u30f3\\u30bf\\u30fc\\u30ab\\u30eb\\u30c1\\u30e3\\u30fc\\u3001\\u90fd\\u5e02\\u7a7a\\u9593\\u306e\\u6587\\u5316\\u4eba\\u985e\\u5b66\\u3002\\u65e5\\u672c\\u8a9e\\u306e\\u30c4\\u30a4\\u30fc\\u30c8\\u306f\\u6b86\\u3069\\u30b5\\u30d6\\u30a2\\u30ab\\u30a6\\u30f3\\u30c8@lovekindstrand2\\u3067\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Aug 28 04:59:47 +0000 2008\",\"profile_sidebar_border_color\":\"703610\",\"is_translator\":false,\"listed_count\":26,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":394,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/lovekindstrand.posterous.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1342956232\\/love_face_by_yuka_normal.gif\",\"screen_name\":\"lovekindstrand\",\"name\":\"Love Kindstrand\",\"statuses_count\":2012,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/60768226\\/wood.jpg\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1342956232\\/love_face_by_yuka_normal.gif\",\"id\":16023458,\"id_str\":\"16023458\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"824827\"},\"retweeted\":false,\"id\":127722491199234049,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127722491199234049\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1711000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "aaac4744-fc2c-464f-b945-8d65c2ee8fa1-127722491199234049" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "東大フォーラム「Catastrophe et Media」at villa gillet 始まりました。まずは石田学環長のプレゼンテーション。 #tfcem", + "img": { + "src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_2_normal.png" + }, + "title": "tfcem: 東大フォーラム「Catastrophe et Media」at villa gillet 始まりました。まずは石田学環長のプレゼンテーション。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1737000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u300cCatastrophe et Media\\u300dat villa gillet \\u59cb\\u307e\\u308a\\u307e\\u3057\\u305f\\u3002\\u307e\\u305a\\u306f\\u77f3\\u7530\\u5b66\\u74b0\\u9577\\u306e\\u30d7\\u30ec\\u30bc\\u30f3\\u30c6\\u30fc\\u30b7\\u30e7\\u30f3\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[72,78]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:26:55 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":null,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":0,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":null,\"following\":null,\"time_zone\":null,\"created_at\":\"Sat Oct 22 12:12:03 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":true,\"listed_count\":0,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":11,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"screen_name\":\"tfcem\",\"name\":\"tfcem\",\"statuses_count\":1,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"id\":395884869,\"id_str\":\"395884869\",\"verified\":false,\"utc_offset\":null,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127722598539866113,\"in_reply_to_status_id_str\":null,\"id_str\":\"127722598539866113\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1737000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "4688db04-c866-4d37-a34b-7ca335c5748a-127722598539866113" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Catastrophe et Media, Pr Ishida\nOrigine du titre de la conférence ds la culture japonaise post-Hirooshima et post-tsunami 11/03/11", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Catastrophe et Media, Pr Ishida\nOrigine du titre de la conférence ds la culture japonaise post-Hirooshima et post-tsunami 11/03/11", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1767000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Catastrophe et Media, Pr Ishida\\nOrigine du titre de la conf\\u00e9rence ds la culture japonaise post-Hirooshima et post-tsunami 11\\/03\\/11\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:27:25 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"default_profile\":true,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":369,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127722727258861568,\"in_reply_to_status_id_str\":null,\"id_str\":\"127722727258861568\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1767000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "097d51eb-7e8a-4612-b2fb-a55d06c60948-127722727258861568" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Introduction la conférence \"Catastrophe et média\". Todaï Forum. Lyon. #tfcem", + "img": { + "src": "http://a1.twimg.com/profile_images/1565610499/damien_yokohama_normal.JPG" + }, + "title": "Damien Pignaud: Introduction la conférence \"Catastrophe et média\". Todaï Forum. Lyon. #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1775000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"Introduction la conf\\u00e9rence \\\"Catastrophe et m\\u00e9dia\\\". Toda\\u00ef Forum. Lyon. #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[70,76]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:27:33 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":4,\"location\":\"Compi\\u00e8gne, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"fr\",\"profile_background_tile\":false,\"followers_count\":40,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"IT engineering student @utc_compiegne . \\r\\nLooking for an engineer internship\\r\\n#dataScience #functionalProgramming #cinema\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Dec 02 12:50:08 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":true,\"listed_count\":2,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":167,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/dmnpignaud.perso.sfr.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"screen_name\":\"dmnpignaud\",\"name\":\"Damien Pignaud\",\"statuses_count\":167,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"id\":94082626,\"id_str\":\"94082626\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127722760758759424,\"in_reply_to_status_id_str\":null,\"id_str\":\"127722760758759424\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1775000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "7be544d5-a782-49a7-af6a-bcbf57ec593c-127722760758759424" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "1、なぜカタストロフとメディアか? #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: 1、なぜカタストロフとメディアか? #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1801000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\uff11\\u3001\\u306a\\u305c\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u304b\\uff1f #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[18,24]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:27:59 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"default_profile\":true,\"statuses_count\":323,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127722868854362112,\"in_reply_to_status_id_str\":null,\"id_str\":\"127722868854362112\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1801000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "2f67305f-d333-4bb2-9d99-b3f746b57c04-127722868854362112" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "東大フォーラムの「日本のメディア文化:カタストロフィとメディア」のustが始まりました。登壇者・講演者は、石田英敬、ベルナール・スティグレール、ロバン・ルヌッチ、藤幡正樹、吉見俊哉。6時間にわたる長丁場です。http://t.co/wPy3MUc9 #tfcem", + "img": { + "src": "http://a2.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" + }, + "title": "Yoshikazu NANGO: 東大フォーラムの「日本のメディア文化:カタストロフィとメディア」のustが始まりました。登壇者・講演者は、石田英敬、ベルナール・スティグレール、ロバン・ルヌッチ、藤幡正樹、吉見俊哉。6時間にわたる長丁場です。http://t.co/wPy3MUc9 #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1861000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u306e\\u300c\\u65e5\\u672c\\u306e\\u30e1\\u30c7\\u30a3\\u30a2\\u6587\\u5316\\uff1a\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u300d\\u306eust\\u304c\\u59cb\\u307e\\u308a\\u307e\\u3057\\u305f\\u3002\\u767b\\u58c7\\u8005\\u30fb\\u8b1b\\u6f14\\u8005\\u306f\\u3001\\u77f3\\u7530\\u82f1\\u656c\\u3001\\u30d9\\u30eb\\u30ca\\u30fc\\u30eb\\u30fb\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u3001\\u30ed\\u30d0\\u30f3\\u30fb\\u30eb\\u30cc\\u30c3\\u30c1\\u3001\\u85e4\\u5e61\\u6b63\\u6a39\\u3001\\u5409\\u898b\\u4fca\\u54c9\\u30026\\u6642\\u9593\\u306b\\u308f\\u305f\\u308b\\u9577\\u4e01\\u5834\\u3067\\u3059\\u3002http:\\/\\/t.co\\/wPy3MUc9\\u3000#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[104,124],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/wPy3MUc9\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[125,131]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:28:59 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1815,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u5357\\u5f8c\\u7531\\u548c\\u30021979\\u5e74\\u5927\\u962a\\u5e9c\\u751f\\u307e\\u308c\\u3002\\u6771\\u4eac\\u5927\\u5b66\\u5927\\u5b66\\u9662\\u60c5\\u5831\\u5b66\\u74b0\\u7279\\u4efb\\u8b1b\\u5e2b\\u3002\\u793e\\u4f1a\\u5b66\\u3001\\u90fd\\u5e02\\u30fb\\u5efa\\u7bc9\\u8ad6\\u3002\\u6851\\u6ca2\\u30c7\\u30b6\\u30a4\\u30f3\\u7814\\u7a76\\u6240\\u3001\\u99d2\\u6fa4\\u5927\\u5b66\\u3001\\u6cd5\\u653f\\u5927\\u5b66\\u3001\\u65e9\\u7a32\\u7530\\u5927\\u5b66\\u975e\\u5e38\\u52e4\\u8b1b\\u5e2b\\u3002\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Dec 26 14:10:04 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":180,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":216,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"screen_name\":\"y_nango\",\"name\":\"Yoshikazu NANGO\",\"statuses_count\":1818,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"id\":99508965,\"id_str\":\"99508965\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127723122064506880,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127723122064506880\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1861000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "1e21712b-553d-4367-9a35-c972acf4c025-127723122064506880" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Remise en cause de la Culture Cool Japan et du narcissisme culturel : catastrophe humaine et sociale !!++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Remise en cause de la Culture Cool Japan et du narcissisme culturel : catastrophe humaine et sociale !!++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1895000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Remise en cause de la Culture Cool Japan et du narcissisme culturel : catastrophe humaine et sociale !!++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:29:33 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":370,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127723264687620096,\"in_reply_to_status_id_str\":null,\"id_str\":\"127723264687620096\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1895000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "0170528f-0687-4da8-86ad-39053ec297aa-127723264687620096" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "【ジロジロ】RT @y_nango: 東大フォーラムの「日本のメディア文化:カタストロフィとメディア」。登壇者・講演者は、石田英敬、ベルナール・スティグレール、ロバン・ルヌッチ、藤幡正樹、吉見俊哉。6時間にわたる長丁場です。http://t.co/Ot24TjKb #tfcem", + "img": { + "src": "http://a0.twimg.com/profile_images/1210872297/49303_100001981800338_5397743_q_normal.jpg" + }, + "title": "Kashima Takashi: 【ジロジロ】RT @y_nango: 東大フォーラムの「日本のメディア文化:カタストロフィとメディア」。登壇者・講演者は、石田英敬、ベルナール・スティグレール、ロバン・ルヌッチ、藤幡正樹、吉見俊哉。6時間にわたる長丁場です。http://t.co/Ot24TjKb #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1912000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u3010\\u30b8\\u30ed\\u30b8\\u30ed\\u3011RT @y_nango: \\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u306e\\u300c\\u65e5\\u672c\\u306e\\u30e1\\u30c7\\u30a3\\u30a2\\u6587\\u5316\\uff1a\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u300d\\u3002\\u767b\\u58c7\\u8005\\u30fb\\u8b1b\\u6f14\\u8005\\u306f\\u3001\\u77f3\\u7530\\u82f1\\u656c\\u3001\\u30d9\\u30eb\\u30ca\\u30fc\\u30eb\\u30fb\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u3001\\u30ed\\u30d0\\u30f3\\u30fb\\u30eb\\u30cc\\u30c3\\u30c1\\u3001\\u85e4\\u5e61\\u6b63\\u6a39\\u3001\\u5409\\u898b\\u4fca\\u54c9\\u30026\\u6642\\u9593\\u306b\\u308f\\u305f\\u308b\\u9577\\u4e01\\u5834\\u3067\\u3059\\u3002http:\\/\\/t.co\\/Ot24TjKb\\u3000#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[112,132],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/Ot24TjKb\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[133,139]}],\"user_mentions\":[{\"indices\":[9,17],\"name\":\"Yoshikazu NANGO\",\"screen_name\":\"y_nango\",\"id\":99508965,\"id_str\":\"99508965\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:29:50 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":130,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"0099B9\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":575,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"description\":\"\\u30e1\\u30c7\\u30a3\\u30a2\\u8ad6\\u3001\\u793e\\u4f1a\\u5b66\\u3001\\u5e83\\u544a\\u53f2\\u30fb\\u30c7\\u30b6\\u30a4\\u30f3\\u53f2\\u306a\\u3069\\u3092\\u3084\\u3063\\u3066\\u307e\\u3059\\u3002\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Jul 11 08:02:40 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"is_translator\":false,\"listed_count\":51,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":261,\"protected\":false,\"profile_text_color\":\"3C3940\",\"url\":\"http:\\/\\/d.hatena.ne.jp\\/oxyfunk\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1210872297\\/49303_100001981800338_5397743_q_normal.jpg\",\"screen_name\":\"oxyfunk\",\"name\":\"Kashima Takashi\",\"statuses_count\":2138,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1210872297\\/49303_100001981800338_5397743_q_normal.jpg\",\"id\":55787682,\"id_str\":\"55787682\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0099B9\"},\"retweeted\":false,\"id\":127723334262718464,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127723334262718464\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1912000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "1f41683d-f4e1-49cb-ae3a-6cffc40723db-127723334262718464" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Interrogation sur la tendance \"cool Japan\". Rapports du \"cool\" et de la catastrophe. #tfcem", + "img": { + "src": "http://a1.twimg.com/profile_images/1565610499/damien_yokohama_normal.JPG" + }, + "title": "Damien Pignaud: Interrogation sur la tendance \"cool Japan\". Rapports du \"cool\" et de la catastrophe. #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1986000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"Interrogation sur la tendance \\\"cool Japan\\\". Rapports du \\\"cool\\\" et de la catastrophe. #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[85,91]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:31:04 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":4,\"location\":\"Compi\\u00e8gne, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"fr\",\"profile_background_tile\":false,\"followers_count\":40,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"IT engineering student @utc_compiegne . \\r\\nLooking for an engineer internship\\r\\n#dataScience #functionalProgramming #cinema\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Dec 02 12:50:08 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":2,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":167,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/dmnpignaud.perso.sfr.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"screen_name\":\"dmnpignaud\",\"name\":\"Damien Pignaud\",\"statuses_count\":168,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"id\":94082626,\"id_str\":\"94082626\",\"default_profile\":true,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127723645282959360,\"in_reply_to_status_id_str\":null,\"id_str\":\"127723645282959360\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 1986000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "4cd91682-6c4f-411b-9ef2-42c97080c61a-127723645282959360" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Mise en perspcetive de la théorie des catastophes et des modèles de fractales, modèles du chaos++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Mise en perspcetive de la théorie des catastophes et des modèles de fractales, modèles du chaos++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2006000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Mise en perspcetive de la th\\u00e9orie des catastophes et des mod\\u00e8les de fractales, mod\\u00e8les du chaos++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:31:24 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":371,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127723727701016576,\"in_reply_to_status_id_str\":null,\"id_str\":\"127723727701016576\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2006000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "0ce4d7bc-c6b8-465e-8c66-b1c6a715ab89-127723727701016576" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "クール・ジャパンからカタストロフへ。村上隆と感性のカタストロフという問題。ミキーマウス #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: クール・ジャパンからカタストロフへ。村上隆と感性のカタストロフという問題。ミキーマウス #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2066000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u30af\\u30fc\\u30eb\\u30fb\\u30b8\\u30e3\\u30d1\\u30f3\\u304b\\u3089\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3078\\u3002\\u6751\\u4e0a\\u9686\\u3068\\u611f\\u6027\\u306e\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3068\\u3044\\u3046\\u554f\\u984c\\u3002\\u30df\\u30ad\\u30fc\\u30de\\u30a6\\u30b9 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[44,50]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:32:24 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":324,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127723978918854656,\"in_reply_to_status_id_str\":null,\"id_str\":\"127723978918854656\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2066000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "40282330-02c9-4433-b035-07e9c76aa1f5-127723978918854656" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "「際」というテーマ。現代文化とカタストロフとの親近性。文化における非線形性 #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: 「際」というテーマ。現代文化とカタストロフとの親近性。文化における非線形性 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2107000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u300c\\u969b\\u300d\\u3068\\u3044\\u3046\\u30c6\\u30fc\\u30de\\u3002\\u73fe\\u4ee3\\u6587\\u5316\\u3068\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3068\\u306e\\u89aa\\u8fd1\\u6027\\u3002\\u6587\\u5316\\u306b\\u304a\\u3051\\u308b\\u975e\\u7dda\\u5f62\\u6027 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[38,44]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:33:05 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"default_profile\":true,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":325,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127724151380246528,\"in_reply_to_status_id_str\":null,\"id_str\":\"127724151380246528\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2107000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "9f4c9add-8091-483d-a100-34107268a534-127724151380246528" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem catastrophe ≒ 際(kiwa)", + "img": { + "src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_4_normal.png" + }, + "title": "yinutsuka: #tfcem catastrophe ≒ 際(kiwa)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2115000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem catastrophe \\u2252 \\u969b(kiwa)\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:33:13 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":null,\"created_at\":\"Wed Oct 12 04:22:11 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":0,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":4,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"screen_name\":\"yuomnis\",\"name\":\"yinutsuka\",\"statuses_count\":3,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"id\":389276066,\"id_str\":\"389276066\",\"verified\":false,\"utc_offset\":null,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127724186520141825,\"in_reply_to_status_id_str\":null,\"id_str\":\"127724186520141825\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2115000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "02ad871a-f429-417a-8957-1aaa5dbc434c-127724186520141825" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "東大フォーラムのシンポジウム「日本のメディア文化: カタストロフィとメディア」始まりました。カタストロフィとは何ぞや?非線形的なダイナミクスが文化において見られるのではないか。 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: 東大フォーラムのシンポジウム「日本のメディア文化: カタストロフィとメディア」始まりました。カタストロフィとは何ぞや?非線形的なダイナミクスが文化において見られるのではないか。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2124000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u306e\\u30b7\\u30f3\\u30dd\\u30b8\\u30a6\\u30e0\\u300c\\u65e5\\u672c\\u306e\\u30e1\\u30c7\\u30a3\\u30a2\\u6587\\u5316: \\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u300d\\u59cb\\u307e\\u308a\\u307e\\u3057\\u305f\\u3002\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u306f\\u4f55\\u305e\\u3084\\uff1f\\u975e\\u7dda\\u5f62\\u7684\\u306a\\u30c0\\u30a4\\u30ca\\u30df\\u30af\\u30b9\\u304c\\u6587\\u5316\\u306b\\u304a\\u3044\\u3066\\u898b\\u3089\\u308c\\u308b\\u306e\\u3067\\u306f\\u306a\\u3044\\u304b\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[89,95]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:33:22 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":330,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":424,\"protected\":false,\"default_profile\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2797,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127724223459360768,\"in_reply_to_status_id_str\":null,\"id_str\":\"127724223459360768\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2124000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "f6cebea4-5209-41c7-9b5d-203d3d7a9f65-127724223459360768" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Esthétique du Kiwa: expression à la limite, au bord, à la frontière. Nouvelle dynamique non-linéaire de la culture", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Esthétique du Kiwa: expression à la limite, au bord, à la frontière. Nouvelle dynamique non-linéaire de la culture", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2142000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Esth\\u00e9tique du Kiwa: expression \\u00e0 la limite, au bord, \\u00e0 la fronti\\u00e8re. Nouvelle dynamique non-lin\\u00e9aire de la culture\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:33:40 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":372,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127724299145580544,\"in_reply_to_status_id_str\":null,\"id_str\":\"127724299145580544\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2142000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "eaa3f9b7-c049-449e-819d-9a7d1b51faf3-127724299145580544" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem?? 「歴史以上に地質学が優位な位置にある」", + "img": { + "src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_4_normal.png" + }, + "title": "yinutsuka: #tfcem?? 「歴史以上に地質学が優位な位置にある」", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2181000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem?? \\u300c\\u6b74\\u53f2\\u4ee5\\u4e0a\\u306b\\u5730\\u8cea\\u5b66\\u304c\\u512a\\u4f4d\\u306a\\u4f4d\\u7f6e\\u306b\\u3042\\u308b\\u300d\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:34:19 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":null,\"created_at\":\"Wed Oct 12 04:22:11 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":0,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":4,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"screen_name\":\"yuomnis\",\"name\":\"yinutsuka\",\"statuses_count\":4,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"id\":389276066,\"id_str\":\"389276066\",\"default_profile\":true,\"verified\":false,\"utc_offset\":null,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127724464044650496,\"in_reply_to_status_id_str\":null,\"id_str\":\"127724464044650496\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2181000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "ff66703c-c631-426a-acd2-1634b4316cf5-127724464044650496" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "プレートの「際」というカタストロフの場に位置している日本。地質学的、さらには気象学的に。そこでは歴史のタガがときに外れてしまう?#tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: プレートの「際」というカタストロフの場に位置している日本。地質学的、さらには気象学的に。そこでは歴史のタガがときに外れてしまう?#tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2205000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u30d7\\u30ec\\u30fc\\u30c8\\u306e\\u300c\\u969b\\u300d\\u3068\\u3044\\u3046\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u306e\\u5834\\u306b\\u4f4d\\u7f6e\\u3057\\u3066\\u3044\\u308b\\u65e5\\u672c\\u3002\\u5730\\u8cea\\u5b66\\u7684\\u3001\\u3055\\u3089\\u306b\\u306f\\u6c17\\u8c61\\u5b66\\u7684\\u306b\\u3002\\u305d\\u3053\\u3067\\u306f\\u6b74\\u53f2\\u306e\\u30bf\\u30ac\\u304c\\u3068\\u304d\\u306b\\u5916\\u308c\\u3066\\u3057\\u307e\\u3046\\uff1f#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[64,70]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:34:43 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":326,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127724565056061440,\"in_reply_to_status_id_str\":null,\"id_str\":\"127724565056061440\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2205000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "3de1c239-ea21-40d8-9b2d-8940c626e81a-127724565056061440" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Le Kiwa généralisé : instabilité absolue, quelle éthique de la responsabilité ??", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Le Kiwa généralisé : instabilité absolue, quelle éthique de la responsabilité ??", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2245000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Le Kiwa g\\u00e9n\\u00e9ralis\\u00e9 : instabilit\\u00e9 absolue, quelle \\u00e9thique de la responsabilit\\u00e9 ??\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:35:23 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":373,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127724730810773504,\"in_reply_to_status_id_str\":null,\"id_str\":\"127724730810773504\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2245000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "177f85ce-b947-4e1f-9fbd-2e071ffa957b-127724730810773504" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "炉心融解だw http://t.co/aOXW5dm5 #tfcem", + "img": { + "src": "http://a2.twimg.com/profile_images/1503948920/__________2011-08-20_5.48.37______normal.png" + }, + "title": "白土ちゃん: 炉心融解だw http://t.co/aOXW5dm5 #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2318000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u7089\\u5fc3\\u878d\\u89e3\\u3060\\uff57 http:\\/\\/t.co\\/aOXW5dm5 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[7,27],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/aOXW5dm5\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[28,34]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:36:36 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":804,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"292929\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":380,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/281016633\\/10.jpg\",\"profile_sidebar_fill_color\":\"\",\"description\":\"\\u81ea\\u7531\\u306e\\u5211\\u306b\\u51e6\\u305b\\u3089\\u308c\\u3066\\u3044\\u307e\\u3059\\u3002\\u30dc\\u30af\\u3063\\u5a18\\u3068\\u304b\\u3058\\u3083\\u306a\\u3044\\u3067\\u3059\\u3002\\r\\nhttp:\\/\\/tshiranot.tumblr.com\\/\\r\\n\\r\\n\\u306a\\u3093\\u304b\\u8cb7\\u3063\\u3066\\u3082\\u3089\\u3048\\u308b\\u3068\\u3059\\u3054\\u304f\\u559c\\u3073\\u307e\\u3059\\u2192 http:\\/\\/www.amazon.co.jp\\/registry\\/wishlist\\/1V4XNZ2SQQVOA\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Jul 08 14:27:58 +0000 2009\",\"profile_sidebar_border_color\":\"ff0015\",\"is_translator\":false,\"listed_count\":21,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":403,\"protected\":false,\"profile_text_color\":\"5d05ff\",\"url\":\"http:\\/\\/www.youtube.com\\/watch?v=1kTQFyMRSXk\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1503948920\\/__________2011-08-20_5.48.37______normal.png\",\"screen_name\":\"siradroid\",\"name\":\"\\u767d\\u571f\\u3061\\u3083\\u3093\",\"statuses_count\":6861,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/281016633\\/10.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1503948920\\/__________2011-08-20_5.48.37______normal.png\",\"id\":54910723,\"id_str\":\"54910723\",\"default_profile\":false,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"ff0073\"},\"retweeted\":false,\"id\":127725037309526019,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127725037309526019\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2318000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "e0db1777-bf23-402e-bdf7-c4ad5180cb31-127725037309526019" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "【鏡音リン】「炉心融解」http://t.co/Dytkzu9f #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: 【鏡音リン】「炉心融解」http://t.co/Dytkzu9f #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2436000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u3010\\u93e1\\u97f3\\u30ea\\u30f3\\u3011\\u300c\\u7089\\u5fc3\\u878d\\u89e3\\u300dhttp:\\/\\/t.co\\/Dytkzu9f #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"nicovideo.jp\\/watch\\/sm808999\\u2026\",\"indices\":[12,32],\"expanded_url\":\"http:\\/\\/www.nicovideo.jp\\/watch\\/sm8089993,http:\\/\\/www.youtube.com\\/watch?v=XHBr5LIScuA\",\"url\":\"http:\\/\\/t.co\\/Dytkzu9f\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[33,39]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:38:34 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":true,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":327,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127725530408685568,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127725530408685568\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2436000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a29c2ff0-d4a9-4c5b-b813-88706be2c5cd-127725530408685568" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "ボーかロイドは人間では出せない音を出すことができる。最後の歌。老人にはきこえない。#tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: ボーかロイドは人間では出せない音を出すことができる。最後の歌。老人にはきこえない。#tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2684000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u30dc\\u30fc\\u304b\\u30ed\\u30a4\\u30c9\\u306f\\u4eba\\u9593\\u3067\\u306f\\u51fa\\u305b\\u306a\\u3044\\u97f3\\u3092\\u51fa\\u3059\\u3053\\u3068\\u304c\\u3067\\u304d\\u308b\\u3002\\u6700\\u5f8c\\u306e\\u6b4c\\u3002\\u8001\\u4eba\\u306b\\u306f\\u304d\\u3053\\u3048\\u306a\\u3044\\u3002#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[41,47]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:42:42 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":329,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127726570797412352,\"in_reply_to_status_id_str\":null,\"id_str\":\"127726570797412352\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2684000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "01c95451-dd65-424d-867e-616d8651447d-127726570797412352" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Chanson à tendance suicidaire en 2008, composition avec le système Vocaloïd de Yamaha (brevet X. Serra à pompeu Fabra Barcelone)==", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Chanson à tendance suicidaire en 2008, composition avec le système Vocaloïd de Yamaha (brevet X. Serra à pompeu Fabra Barcelone)==", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2694000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Chanson \\u00e0 tendance suicidaire en 2008, composition avec le syst\\u00e8me Vocalo\\u00efd de Yamaha (brevet X. Serra \\u00e0 pompeu Fabra Barcelone)==\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:42:52 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":374,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127726615244451842,\"in_reply_to_status_id_str\":null,\"id_str\":\"127726615244451842\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2694000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "8978b4b1-8ed7-4447-9a59-c04173965743-127726615244451842" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Dénonciation du système Mosquito pour ne pas entendre les autres !", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Dénonciation du système Mosquito pour ne pas entendre les autres !", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2772000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem D\\u00e9nonciation du syst\\u00e8me Mosquito pour ne pas entendre les autres !\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:44:10 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":375,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127726939132801024,\"in_reply_to_status_id_str\":null,\"id_str\":\"127726939132801024\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2772000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "ba45c07c-7899-4f71-b40e-b84588a164c6-127726939132801024" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "le version avec le soutitre français http://t.co/A1X1Ptqf #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: le version avec le soutitre français http://t.co/A1X1Ptqf #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2796000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"le version avec le soutitre fran\\u00e7ais http:\\/\\/t.co\\/A1X1Ptqf #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"youtube.com\\/watch?v=XHBr5L\\u2026\",\"indices\":[37,57],\"expanded_url\":\"http:\\/\\/www.youtube.com\\/watch?v=XHBr5LIScuA\",\"url\":\"http:\\/\\/t.co\\/A1X1Ptqf\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[58,64]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:44:34 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":330,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127727043361255424,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127727043361255424\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2796000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "056382c4-e41b-4f80-9240-dfe148a4386a-127727043361255424" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "「いい国つくろう、何度でも」(宝島社による新聞広告)。 #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: 「いい国つくろう、何度でも」(宝島社による新聞広告)。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2874000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u300c\\u3044\\u3044\\u56fd\\u3064\\u304f\\u308d\\u3046\\u3001\\u4f55\\u5ea6\\u3067\\u3082\\u300d\\uff08\\u5b9d\\u5cf6\\u793e\\u306b\\u3088\\u308b\\u65b0\\u805e\\u5e83\\u544a\\uff09\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[28,34]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:45:52 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":331,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127727369455804416,\"in_reply_to_status_id_str\":null,\"id_str\":\"127727369455804416\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2874000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "97e65fa5-b766-48a8-a3b7-2f15a2c7d025-127727369455804416" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Les humains ne peuvent plus à présent qu'essayer d'imiter les robots !++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Les humains ne peuvent plus à présent qu'essayer d'imiter les robots !++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2893000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Les humains ne peuvent plus \\u00e0 pr\\u00e9sent qu'essayer d'imiter les robots !++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:46:11 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":376,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127727449764134912,\"in_reply_to_status_id_str\":null,\"id_str\":\"127727449764134912\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2893000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "5d5ec878-4a8a-43d9-80eb-b6eb87f69649-127727449764134912" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "鏡音リンの「メルトダウン」が流れる。ボーカロイドの話。人間の声を脱地域化するボーカロイド。 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: 鏡音リンの「メルトダウン」が流れる。ボーカロイドの話。人間の声を脱地域化するボーカロイド。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2915000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u93e1\\u97f3\\u30ea\\u30f3\\u306e\\u300c\\u30e1\\u30eb\\u30c8\\u30c0\\u30a6\\u30f3\\u300d\\u304c\\u6d41\\u308c\\u308b\\u3002\\u30dc\\u30fc\\u30ab\\u30ed\\u30a4\\u30c9\\u306e\\u8a71\\u3002\\u4eba\\u9593\\u306e\\u58f0\\u3092\\u8131\\u5730\\u57df\\u5316\\u3059\\u308b\\u30dc\\u30fc\\u30ab\\u30ed\\u30a4\\u30c9\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[46,52]}],\"user_mentions\":[]},\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"attributes\":{},\"full_name\":\"Lyon, Rh\\u00f4ne\",\"name\":\"Lyon\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d091189af463dd4a.json\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.7718312,45.7073626],[4.8983666,45.7073626],[4.8983666,45.8082829],[4.7718312,45.8082829]]]},\"id\":\"d091189af463dd4a\",\"place_type\":\"city\"},\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:46:33 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":{\"type\":\"Point\",\"coordinates\":[45.77348063,4.80797857]},\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"default_profile\":false,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":330,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":424,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2798,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127727541204164609,\"in_reply_to_status_id_str\":null,\"id_str\":\"127727541204164609\",\"coordinates\":{\"type\":\"Point\",\"coordinates\":[4.80797857,45.77348063]}}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2915000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a035541d-d7bf-48cd-a284-f4fdb1acc5d0-127727541204164609" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "ボーカロイドは人間に、人間はボーカロイドに接近する。初音ミクとPerfume。 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: ボーカロイドは人間に、人間はボーカロイドに接近する。初音ミクとPerfume。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 2974000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u30dc\\u30fc\\u30ab\\u30ed\\u30a4\\u30c9\\u306f\\u4eba\\u9593\\u306b\\u3001\\u4eba\\u9593\\u306f\\u30dc\\u30fc\\u30ab\\u30ed\\u30a4\\u30c9\\u306b\\u63a5\\u8fd1\\u3059\\u308b\\u3002\\u521d\\u97f3\\u30df\\u30af\\u3068Perfume\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[40,46]}],\"user_mentions\":[]},\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"attributes\":{},\"full_name\":\"Lyon, Rh\\u00f4ne\",\"name\":\"Lyon\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d091189af463dd4a.json\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.7718312,45.7073626],[4.8983666,45.7073626],[4.8983666,45.8082829],[4.7718312,45.8082829]]]},\"id\":\"d091189af463dd4a\"},\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:47:32 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":{\"type\":\"Point\",\"coordinates\":[45.77274458,4.80762506]},\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":330,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"default_profile\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":424,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2799,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127727790094172160,\"in_reply_to_status_id_str\":null,\"id_str\":\"127727790094172160\",\"coordinates\":{\"type\":\"Point\",\"coordinates\":[4.80762506,45.77274458]}}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 2974000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "f244aa3f-131d-41df-991e-37b412401dbb-127727790094172160" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "広告が掲載された9月2日は新たな首相が任命された日。#tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: 広告が掲載された9月2日は新たな首相が任命された日。#tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 3003000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u5e83\\u544a\\u304c\\u63b2\\u8f09\\u3055\\u308c\\u305f9\\u67082\\u65e5\\u306f\\u65b0\\u305f\\u306a\\u9996\\u76f8\\u304c\\u4efb\\u547d\\u3055\\u308c\\u305f\\u65e5\\u3002#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[26,32]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:48:01 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":332,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"default_profile\":true,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127727910730727424,\"in_reply_to_status_id_str\":null,\"id_str\":\"127727910730727424\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 3003000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "83527943-d8f4-41eb-ac65-86ba89b1c4fd-127727910730727424" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem La culture Pop illustre la reconstruction du pays avec le débarquement de Mc Arthur. Culture de la répétition de l'histoire ??", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem La culture Pop illustre la reconstruction du pays avec le débarquement de Mc Arthur. Culture de la répétition de l'histoire ??", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 3146000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem La culture Pop illustre la reconstruction du pays avec le d\\u00e9barquement de Mc Arthur. Culture de la r\\u00e9p\\u00e9tition de l'histoire ??\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:50:24 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":377,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127728511699001345,\"in_reply_to_status_id_str\":null,\"id_str\":\"127728511699001345\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 3146000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "4333f2b1-300c-4c90-b395-535671f7dcab-127728511699001345" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "「つくろう」の両義性。マッカーサーがつくるのか、日本人がつくるのか。「いい」もまた両義的。 #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: 「つくろう」の両義性。マッカーサーがつくるのか、日本人がつくるのか。「いい」もまた両義的。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 3214000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u300c\\u3064\\u304f\\u308d\\u3046\\u300d\\u306e\\u4e21\\u7fa9\\u6027\\u3002\\u30de\\u30c3\\u30ab\\u30fc\\u30b5\\u30fc\\u304c\\u3064\\u304f\\u308b\\u306e\\u304b\\u3001\\u65e5\\u672c\\u4eba\\u304c\\u3064\\u304f\\u308b\\u306e\\u304b\\u3002\\u300c\\u3044\\u3044\\u300d\\u3082\\u307e\\u305f\\u4e21\\u7fa9\\u7684\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[46,52]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:51:32 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":true,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":333,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127728794734825472,\"in_reply_to_status_id_str\":null,\"id_str\":\"127728794734825472\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 3214000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "34c16668-cd84-4b98-8cae-26504166010d-127728794734825472" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "いい国つくろう、何度でも。by宝島社 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: いい国つくろう、何度でも。by宝島社 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 3239000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"retweeted\":false,\"text\":\"\\u3044\\u3044\\u56fd\\u3064\\u304f\\u308d\\u3046\\u3001\\u4f55\\u5ea6\\u3067\\u3082\\u3002by\\u5b9d\\u5cf6\\u793e #tfcem\",\"in_reply_to_status_id_str\":null,\"id_str\":\"127728900162850816\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[19,25]}],\"user_mentions\":[]},\"in_reply_to_user_id_str\":null,\"place\":{\"country_code\":\"FR\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.7718312,45.7073626],[4.8983666,45.7073626],[4.8983666,45.8082829],[4.7718312,45.8082829]]]},\"country\":\"France\",\"attributes\":{},\"full_name\":\"Lyon, Rh\\u00f4ne\",\"name\":\"Lyon\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d091189af463dd4a.json\",\"id\":\"d091189af463dd4a\"},\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_user_id\":null,\"created_at\":\"Sat Oct 22 12:51:57 +0000 2011\",\"activities\":{\"favoriters\":[],\"favoriters_count\":\"0\",\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[]},\"geo\":{\"type\":\"Point\",\"coordinates\":[45.76732813,4.79940798]},\"retweet_count\":0,\"favorited\":false,\"in_reply_to_status_id\":null,\"user\":{\"statuses_count\":2800,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"location\":\"Tokyo\",\"id_str\":\"233539798\",\"verified\":false,\"notifications\":null,\"profile_link_color\":\"2FC2EF\",\"default_profile_image\":false,\"lang\":\"ja\",\"favourites_count\":695,\"profile_background_color\":\"1A1B1F\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"default_profile\":false,\"profile_background_tile\":false,\"followers_count\":330,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"following\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"time_zone\":\"Tokyo\",\"profile_sidebar_border_color\":\"181A1E\",\"protected\":false,\"is_translator\":false,\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":424,\"id\":233539798,\"utc_offset\":32400,\"profile_text_color\":\"666666\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\"},\"in_reply_to_screen_name\":null,\"id\":127728900162850816,\"coordinates\":{\"type\":\"Point\",\"coordinates\":[4.79940798,45.76732813]},\"truncated\":false}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 3239000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "7098dc59-6077-4b2c-a23b-4ec8283c4f21-127728900162850816" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "戦後日本の文化産業をめぐる政治性。 #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: 戦後日本の文化産業をめぐる政治性。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 3368000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u6226\\u5f8c\\u65e5\\u672c\\u306e\\u6587\\u5316\\u7523\\u696d\\u3092\\u3081\\u3050\\u308b\\u653f\\u6cbb\\u6027\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[18,24]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:54:06 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":334,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127729441441984513,\"in_reply_to_status_id_str\":null,\"id_str\":\"127729441441984513\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 3368000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "8323afc5-60c6-4134-9c7d-3c195711e4f8-127729441441984513" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Publicité japonaise post-11mars : une photo de McArthur,\"reconstruisons le bon pays, même plusieurs fois\" ...ambiguïté #tfcem", + "img": { + "src": "http://a1.twimg.com/profile_images/1565610499/damien_yokohama_normal.JPG" + }, + "title": "Damien Pignaud: Publicité japonaise post-11mars : une photo de McArthur,\"reconstruisons le bon pays, même plusieurs fois\" ...ambiguïté #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 3384000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"Publicit\\u00e9 japonaise post-11mars : une photo de McArthur,\\\"reconstruisons le bon pays, m\\u00eame plusieurs fois\\\" ...ambigu\\u00eft\\u00e9 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[119,125]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:54:22 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":4,\"location\":\"Compi\\u00e8gne, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"fr\",\"profile_background_tile\":false,\"followers_count\":40,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"IT engineering student @utc_compiegne . \\r\\nLooking for an engineer internship\\r\\n#dataScience #functionalProgramming #cinema\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Dec 02 12:50:08 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":2,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":167,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/dmnpignaud.perso.sfr.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"screen_name\":\"dmnpignaud\",\"name\":\"Damien Pignaud\",\"statuses_count\":169,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"id\":94082626,\"id_str\":\"94082626\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127729506545975296,\"in_reply_to_status_id_str\":null,\"id_str\":\"127729506545975296\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 3384000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "9cc450e3-0b4c-4f93-910b-c7cca0a7483b-127729506545975296" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "1954年のビキニ環礁での被曝。同年のゴジラ。朝鮮戦争後、アメリカの原子力政策が日本を巻き込んでいった。 #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: 1954年のビキニ環礁での被曝。同年のゴジラ。朝鮮戦争後、アメリカの原子力政策が日本を巻き込んでいった。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 3433000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"1954\\u5e74\\u306e\\u30d3\\u30ad\\u30cb\\u74b0\\u7901\\u3067\\u306e\\u88ab\\u66dd\\u3002\\u540c\\u5e74\\u306e\\u30b4\\u30b8\\u30e9\\u3002\\u671d\\u9bae\\u6226\\u4e89\\u5f8c\\u3001\\u30a2\\u30e1\\u30ea\\u30ab\\u306e\\u539f\\u5b50\\u529b\\u653f\\u7b56\\u304c\\u65e5\\u672c\\u3092\\u5dfb\\u304d\\u8fbc\\u3093\\u3067\\u3044\\u3063\\u305f\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[53,59]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:55:11 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":335,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127729711936847872,\"in_reply_to_status_id_str\":null,\"id_str\":\"127729711936847872\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 3433000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "298df474-7273-469d-b57c-58fedae5c034-127729711936847872" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem La culture suicidaire viendrait de l'acceptation de la défaite. Comment refuser la défaite sans réintroduire du nationalisme ??", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem La culture suicidaire viendrait de l'acceptation de la défaite. Comment refuser la défaite sans réintroduire du nationalisme ??", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 3436000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem La culture suicidaire viendrait de l'acceptation de la d\\u00e9faite. Comment refuser la d\\u00e9faite sans r\\u00e9introduire du nationalisme ??\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:55:14 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":378,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127729727170555904,\"in_reply_to_status_id_str\":null,\"id_str\":\"127729727170555904\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 3436000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "4363a5ad-e703-4a83-bce5-72db92fda480-127729727170555904" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "戦後日本の文化産業について。広島と長崎の記憶との関係。原子力。ゴジラ。 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: 戦後日本の文化産業について。広島と長崎の記憶との関係。原子力。ゴジラ。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 3440000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u6226\\u5f8c\\u65e5\\u672c\\u306e\\u6587\\u5316\\u7523\\u696d\\u306b\\u3064\\u3044\\u3066\\u3002\\u5e83\\u5cf6\\u3068\\u9577\\u5d0e\\u306e\\u8a18\\u61b6\\u3068\\u306e\\u95a2\\u4fc2\\u3002\\u539f\\u5b50\\u529b\\u3002\\u30b4\\u30b8\\u30e9\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[36,42]}],\"user_mentions\":[]},\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"attributes\":{},\"full_name\":\"Lyon, Rh\\u00f4ne\",\"name\":\"Lyon\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d091189af463dd4a.json\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.7718312,45.7073626],[4.8983666,45.7073626],[4.8983666,45.8082829],[4.7718312,45.8082829]]]},\"id\":\"d091189af463dd4a\"},\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:55:18 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":{\"type\":\"Point\",\"coordinates\":[45.76733566,4.79941952]},\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":330,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":424,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2801,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127729744635637760,\"in_reply_to_status_id_str\":null,\"id_str\":\"127729744635637760\",\"coordinates\":{\"type\":\"Point\",\"coordinates\":[4.79941952,45.76733566]}}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 3440000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "2ff6d91e-133f-44be-b6af-ea4c6aa30acf-127729744635637760" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "ディズニーにもまたプロパガンダ的な側面があった。核の平和的利用についての刷り込み。 #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: ディズニーにもまたプロパガンダ的な側面があった。核の平和的利用についての刷り込み。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 3466000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u30c7\\u30a3\\u30ba\\u30cb\\u30fc\\u306b\\u3082\\u307e\\u305f\\u30d7\\u30ed\\u30d1\\u30ac\\u30f3\\u30c0\\u7684\\u306a\\u5074\\u9762\\u304c\\u3042\\u3063\\u305f\\u3002\\u6838\\u306e\\u5e73\\u548c\\u7684\\u5229\\u7528\\u306b\\u3064\\u3044\\u3066\\u306e\\u5237\\u308a\\u8fbc\\u307f\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[42,48]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:55:44 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":336,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127729850227240960,\"in_reply_to_status_id_str\":null,\"id_str\":\"127729850227240960\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 3466000, + "tags": [ + { + "id-ref": "4aa5956e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "3f303d37-6a5b-4c40-96aa-3f5c3dea650a-127729850227240960" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "ディズニー、#Our Friend THe Atom\" #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: ディズニー、#Our Friend THe Atom\" #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 3532000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u30c7\\u30a3\\u30ba\\u30cb\\u30fc\\u3001#Our Friend THe Atom\\\" #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"Our\",\"indices\":[6,10]},{\"text\":\"tfcem\",\"indices\":[28,34]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:56:50 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":337,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127730130016681984,\"in_reply_to_status_id_str\":null,\"id_str\":\"127730130016681984\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 3532000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + }, + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "8c5515c1-e3ee-43dd-8aba-6dd2655d49a6-127730130016681984" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Gozilla : un fruit de l'accident nucléaire de 1957. Notre ami l'atome !", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Gozilla : un fruit de l'accident nucléaire de 1957. Notre ami l'atome !", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 3665000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Gozilla : un fruit de l'accident nucl\\u00e9aire de 1957. Notre ami l'atome !\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:59:03 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":379,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127730688077209600,\"in_reply_to_status_id_str\":null,\"id_str\":\"127730688077209600\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 3665000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "6d95dbe2-d736-4c5d-b8fb-48543a23131f-127730688077209600" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "diffusion de \"notre ami l'atome\", par Walt Disney #tfcem", + "img": { + "src": "http://a1.twimg.com/profile_images/1565610499/damien_yokohama_normal.JPG" + }, + "title": "Damien Pignaud: diffusion de \"notre ami l'atome\", par Walt Disney #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 3784000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"diffusion de \\\"notre ami l'atome\\\", par Walt Disney #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[50,56]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:01:02 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":4,\"location\":\"Compi\\u00e8gne, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"fr\",\"profile_background_tile\":false,\"followers_count\":40,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"IT engineering student @utc_compiegne . \\r\\nLooking for an engineer internship\\r\\n#dataScience #functionalProgramming #cinema\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Dec 02 12:50:08 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":2,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":167,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/dmnpignaud.perso.sfr.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"screen_name\":\"dmnpignaud\",\"name\":\"Damien Pignaud\",\"statuses_count\":170,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"id\":94082626,\"id_str\":\"94082626\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127731187853688832,\"in_reply_to_status_id_str\":null,\"id_str\":\"127731187853688832\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 3784000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "35bc5487-8d75-406a-9fea-a5ae23360b3d-127731187853688832" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Le génie dans la pierre d'uranium: comment Hollywood forge la culture magique !!++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Le génie dans la pierre d'uranium: comment Hollywood forge la culture magique !!++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 3973000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Le g\\u00e9nie dans la pierre d'uranium: comment Hollywood forge la culture magique !!++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:04:11 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":380,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127731978232528896,\"in_reply_to_status_id_str\":null,\"id_str\":\"127731978232528896\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 3973000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "09ad35c9-63b4-4425-a194-d4ee55ba631b-127731978232528896" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem この映像は日本テレビでも上映された。ちなみに日本テレビは正力松太郎によって作られた。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem この映像は日本テレビでも上映された。ちなみに日本テレビは正力松太郎によって作られた。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4006000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u3053\\u306e\\u6620\\u50cf\\u306f\\u65e5\\u672c\\u30c6\\u30ec\\u30d3\\u3067\\u3082\\u4e0a\\u6620\\u3055\\u308c\\u305f\\u3002\\u3061\\u306a\\u307f\\u306b\\u65e5\\u672c\\u30c6\\u30ec\\u30d3\\u306f\\u6b63\\u529b\\u677e\\u592a\\u90ce\\u306b\\u3088\\u3063\\u3066\\u4f5c\\u3089\\u308c\\u305f\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:04:44 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":338,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127732116871057409,\"in_reply_to_status_id_str\":null,\"id_str\":\"127732116871057409\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4006000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "45ca8ca7-db57-4577-a997-4be4dda6cb40-127732116871057409" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "ディズニー映画“Our friend the atom”。原子力は友達(=´∀`)人(´∀`=)というプロパガンダ。ディズニー映画が原子力平和利用のプロモーションに使われたという歴史。 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: ディズニー映画“Our friend the atom”。原子力は友達(=´∀`)人(´∀`=)というプロパガンダ。ディズニー映画が原子力平和利用のプロモーションに使われたという歴史。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4041000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u30c7\\u30a3\\u30ba\\u30cb\\u30fc\\u6620\\u753b\\u201cOur friend the atom\\u201d\\u3002\\u539f\\u5b50\\u529b\\u306f\\u53cb\\u9054(=\\u00b4\\u2200\\uff40)\\u4eba(\\u00b4\\u2200\\uff40=)\\u3068\\u3044\\u3046\\u30d7\\u30ed\\u30d1\\u30ac\\u30f3\\u30c0\\u3002\\u30c7\\u30a3\\u30ba\\u30cb\\u30fc\\u6620\\u753b\\u304c\\u539f\\u5b50\\u529b\\u5e73\\u548c\\u5229\\u7528\\u306e\\u30d7\\u30ed\\u30e2\\u30fc\\u30b7\\u30e7\\u30f3\\u306b\\u4f7f\\u308f\\u308c\\u305f\\u3068\\u3044\\u3046\\u6b74\\u53f2\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[93,99]}],\"user_mentions\":[]},\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"attributes\":{},\"full_name\":\"Lyon, Rh\\u00f4ne\",\"name\":\"Lyon\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d091189af463dd4a.json\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.7718312,45.7073626],[4.8983666,45.7073626],[4.8983666,45.8082829],[4.7718312,45.8082829]]]},\"id\":\"d091189af463dd4a\",\"place_type\":\"city\"},\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:05:19 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":{\"type\":\"Point\",\"coordinates\":[45.76734514,4.79942674]},\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":330,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":424,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2802,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127732263113863168,\"in_reply_to_status_id_str\":null,\"id_str\":\"127732263113863168\",\"coordinates\":{\"type\":\"Point\",\"coordinates\":[4.79942674,45.76734514]}}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4041000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "c5667c7d-429f-44cb-b828-8c94130cce0c-127732263113863168" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 鉄腕アトムと原子力。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 鉄腕アトムと原子力。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4089000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u9244\\u8155\\u30a2\\u30c8\\u30e0\\u3068\\u539f\\u5b50\\u529b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:06:07 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":339,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127732464100712449,\"in_reply_to_status_id_str\":null,\"id_str\":\"127732464100712449\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4089000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "481777de-6765-44f1-a3b4-652d6c25bb60-127732464100712449" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Astro le petit robot, souvenir de la mystification de la jeunesse et de la justification des constructions nucléaires !++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Astro le petit robot, souvenir de la mystification de la jeunesse et de la justification des constructions nucléaires !++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4192000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Astro le petit robot, souvenir de la mystification de la jeunesse et de la justification des constructions nucl\\u00e9aires !++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:07:50 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":381,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127732898659962880,\"in_reply_to_status_id_str\":null,\"id_str\":\"127732898659962880\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4192000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "ae6916b3-e49e-46b3-a7f6-a6628d3b2084-127732898659962880" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Dans le dessin animé, Astroboy est propulsé par l'énergie nucléaire #tfcem", + "img": { + "src": "http://a1.twimg.com/profile_images/1565610499/damien_yokohama_normal.JPG" + }, + "title": "Damien Pignaud: Dans le dessin animé, Astroboy est propulsé par l'énergie nucléaire #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4260000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"Dans le dessin anim\\u00e9, Astroboy est propuls\\u00e9 par l'\\u00e9nergie nucl\\u00e9aire #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[68,74]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:08:58 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":4,\"location\":\"Compi\\u00e8gne, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"fr\",\"profile_background_tile\":false,\"followers_count\":40,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"IT engineering student @utc_compiegne . \\r\\nLooking for an engineer internship\\r\\n#dataScience #functionalProgramming #cinema\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Dec 02 12:50:08 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":true,\"listed_count\":2,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":167,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/dmnpignaud.perso.sfr.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"screen_name\":\"dmnpignaud\",\"name\":\"Damien Pignaud\",\"statuses_count\":171,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"id\":94082626,\"id_str\":\"94082626\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127733182224285697,\"in_reply_to_status_id_str\":null,\"id_str\":\"127733182224285697\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4260000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "4f9f7c6e-4234-423d-92c4-5da4674ccf6f-127733182224285697" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem our friend the atomの延長線上に鉄腕アトムがある。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem our friend the atomの延長線上に鉄腕アトムがある。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4265000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000our friend the atom\\u306e\\u5ef6\\u9577\\u7dda\\u4e0a\\u306b\\u9244\\u8155\\u30a2\\u30c8\\u30e0\\u304c\\u3042\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:09:03 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":340,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127733205355864064,\"in_reply_to_status_id_str\":null,\"id_str\":\"127733205355864064\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4265000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "511d7363-5751-4a04-9317-35bc91ef8b2a-127733205355864064" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Au Japon Astro le petit robot est carément traduit par Atom le petit robot !", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Au Japon Astro le petit robot est carément traduit par Atom le petit robot !", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4299000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Au Japon Astro le petit robot est car\\u00e9ment traduit par Atom le petit robot !\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:09:37 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":382,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127733344988442626,\"in_reply_to_status_id_str\":null,\"id_str\":\"127733344988442626\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4299000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "6cb4b71c-62fd-4d1c-b03f-505a7fce3bec-127733344988442626" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "手塚治虫の「鉄腕アトム」。原子力が生み出した科学の子。手塚先生は『ガラスの地球を救え』で、アトムは科学の進歩が本当に人間を幸せにするのか?という疑問を投げかける漫画だったのに、科学の進歩を讃美するものと誤解されてしまったと述懐する。 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: 手塚治虫の「鉄腕アトム」。原子力が生み出した科学の子。手塚先生は『ガラスの地球を救え』で、アトムは科学の進歩が本当に人間を幸せにするのか?という疑問を投げかける漫画だったのに、科学の進歩を讃美するものと誤解されてしまったと述懐する。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4342000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u624b\\u585a\\u6cbb\\u866b\\u306e\\u300c\\u9244\\u8155\\u30a2\\u30c8\\u30e0\\u300d\\u3002\\u539f\\u5b50\\u529b\\u304c\\u751f\\u307f\\u51fa\\u3057\\u305f\\u79d1\\u5b66\\u306e\\u5b50\\u3002\\u624b\\u585a\\u5148\\u751f\\u306f\\u300e\\u30ac\\u30e9\\u30b9\\u306e\\u5730\\u7403\\u3092\\u6551\\u3048\\u300f\\u3067\\u3001\\u30a2\\u30c8\\u30e0\\u306f\\u79d1\\u5b66\\u306e\\u9032\\u6b69\\u304c\\u672c\\u5f53\\u306b\\u4eba\\u9593\\u3092\\u5e78\\u305b\\u306b\\u3059\\u308b\\u306e\\u304b\\uff1f\\u3068\\u3044\\u3046\\u7591\\u554f\\u3092\\u6295\\u3052\\u304b\\u3051\\u308b\\u6f2b\\u753b\\u3060\\u3063\\u305f\\u306e\\u306b\\u3001\\u79d1\\u5b66\\u306e\\u9032\\u6b69\\u3092\\u8b83\\u7f8e\\u3059\\u308b\\u3082\\u306e\\u3068\\u8aa4\\u89e3\\u3055\\u308c\\u3066\\u3057\\u307e\\u3063\\u305f\\u3068\\u8ff0\\u61d0\\u3059\\u308b\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[117,123]}],\"user_mentions\":[]},\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"attributes\":{},\"full_name\":\"Lyon, Rh\\u00f4ne\",\"name\":\"Lyon\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d091189af463dd4a.json\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.7718312,45.7073626],[4.8983666,45.7073626],[4.8983666,45.8082829],[4.7718312,45.8082829]]]},\"id\":\"d091189af463dd4a\"},\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:10:20 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":{\"type\":\"Point\",\"coordinates\":[45.76737951,4.79948594]},\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":330,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":424,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2803,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"default_profile\":false,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127733526304010241,\"in_reply_to_status_id_str\":null,\"id_str\":\"127733526304010241\",\"coordinates\":{\"type\":\"Point\",\"coordinates\":[4.79948594,45.76737951]}}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4342000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "f4cd0db0-70c0-4815-ae22-765f579cd260-127733526304010241" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem アニメにおける終末論的な傾向。前未来という時制と核のイメージ。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem アニメにおける終末論的な傾向。前未来という時制と核のイメージ。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4479000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u30a2\\u30cb\\u30e1\\u306b\\u304a\\u3051\\u308b\\u7d42\\u672b\\u8ad6\\u7684\\u306a\\u50be\\u5411\\u3002\\u524d\\u672a\\u6765\\u3068\\u3044\\u3046\\u6642\\u5236\\u3068\\u6838\\u306e\\u30a4\\u30e1\\u30fc\\u30b8\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:12:37 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":341,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127734102630735873,\"in_reply_to_status_id_str\":null,\"id_str\":\"127734102630735873\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4479000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "04aaf94c-33f6-483e-8481-b07b0074dffd-127734102630735873" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem カタストロフの前過去と前未来。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem カタストロフの前過去と前未来。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4557000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u306e\\u524d\\u904e\\u53bb\\u3068\\u524d\\u672a\\u6765\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:13:55 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":342,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127734428628811776,\"in_reply_to_status_id_str\":null,\"id_str\":\"127734428628811776\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4557000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "6bf9ea1a-db8b-42e5-8b77-4cd4908a8452-127734428628811776" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Les fictions post-apocaliptiques : le futur antérieur d'une catastrophe imminente ++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Les fictions post-apocaliptiques : le futur antérieur d'une catastrophe imminente ++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4575000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Les fictions post-apocaliptiques : le futur ant\\u00e9rieur d'une catastrophe imminente ++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:14:13 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":383,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127734503262265345,\"in_reply_to_status_id_str\":null,\"id_str\":\"127734503262265345\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4575000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "281abe16-bf93-445e-b049-948e0b9d4f4d-127734503262265345" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "原子力で動く猫の話。#tfcem", + "img": { + "src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_2_normal.png" + }, + "title": "tfcem: 原子力で動く猫の話。#tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4600000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u539f\\u5b50\\u529b\\u3067\\u52d5\\u304f\\u732b\\u306e\\u8a71\\u3002#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[10,16]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:14:38 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":0,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":0,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Sat Oct 22 12:12:03 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":0,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":11,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"screen_name\":\"hndanz\",\"name\":\"hndnz\",\"statuses_count\":2,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"id\":395884869,\"id_str\":\"395884869\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127734607931129856,\"in_reply_to_status_id_str\":null,\"id_str\":\"127734607931129856\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4600000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "7d8353af-1d0d-4414-8183-999abad691d7-127734607931129856" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Ghost in The Shell, Akira, ... le post-apocalyptique dans les mangas #tfcem", + "img": { + "src": "http://a1.twimg.com/profile_images/1565610499/damien_yokohama_normal.JPG" + }, + "title": "Damien Pignaud: Ghost in The Shell, Akira, ... le post-apocalyptique dans les mangas #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4605000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"Ghost in The Shell, Akira, ... le post-apocalyptique dans les mangas #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[69,75]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:14:43 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":4,\"location\":\"Compi\\u00e8gne, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"fr\",\"profile_background_tile\":false,\"followers_count\":41,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"IT engineering student @utc_compiegne . \\r\\nLooking for an engineer internship\\r\\n#dataScience #functionalProgramming #cinema\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Dec 02 12:50:08 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":2,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":167,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/dmnpignaud.perso.sfr.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"screen_name\":\"dmnpignaud\",\"name\":\"Damien Pignaud\",\"statuses_count\":171,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"id\":94082626,\"id_str\":\"94082626\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127734630928498688,\"in_reply_to_status_id_str\":null,\"id_str\":\"127734630928498688\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4605000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "387a3509-5182-43f4-8db2-11b07d86c8fb-127734630928498688" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 典型例としての宮崎駿。ナウシカ、前過去に破壊があり、前未来に別の脅威が迫っているという時制。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 典型例としての宮崎駿。ナウシカ、前過去に破壊があり、前未来に別の脅威が迫っているという時制。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4615000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u5178\\u578b\\u4f8b\\u3068\\u3057\\u3066\\u306e\\u5bae\\u5d0e\\u99ff\\u3002\\u30ca\\u30a6\\u30b7\\u30ab\\u3001\\u524d\\u904e\\u53bb\\u306b\\u7834\\u58ca\\u304c\\u3042\\u308a\\u3001\\u524d\\u672a\\u6765\\u306b\\u5225\\u306e\\u8105\\u5a01\\u304c\\u8feb\\u3063\\u3066\\u3044\\u308b\\u3068\\u3044\\u3046\\u6642\\u5236\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:14:53 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":343,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"default_profile\":true,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127734669436399616,\"in_reply_to_status_id_str\":null,\"id_str\":\"127734669436399616\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4615000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "63ba660b-814b-40a2-9908-6e9f9a80e500-127734669436399616" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 腐界で生き延びる人間と、腐界をまもるオーム。核戦争後の世界のメタファー。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 腐界で生き延びる人間と、腐界をまもるオーム。核戦争後の世界のメタファー。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4683000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u8150\\u754c\\u3067\\u751f\\u304d\\u5ef6\\u3073\\u308b\\u4eba\\u9593\\u3068\\u3001\\u8150\\u754c\\u3092\\u307e\\u3082\\u308b\\u30aa\\u30fc\\u30e0\\u3002\\u6838\\u6226\\u4e89\\u5f8c\\u306e\\u4e16\\u754c\\u306e\\u30e1\\u30bf\\u30d5\\u30a1\\u30fc\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:16:01 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":344,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"default_profile\":true,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127734956653948928,\"in_reply_to_status_id_str\":null,\"id_str\":\"127734956653948928\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4683000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "f56be978-55bc-4896-9ea8-8c6e36c077b8-127734956653948928" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @vincentpuig: #tfcem Les humains ne peuvent plus à présent qu'essayer d'imiter les robots !++", + "img": { + "src": "http://a1.twimg.com/profile_images/1572952624/maternelle67_normal.jpg" + }, + "title": "Christine Genin: RT @vincentpuig: #tfcem Les humains ne peuvent plus à présent qu'essayer d'imiter les robots !++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4694000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @vincentpuig: #tfcem Les humains ne peuvent plus \\u00e0 pr\\u00e9sent qu'essayer d'imiter les robots !++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[17,23]}],\"user_mentions\":[{\"indices\":[3,15],\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173,\"id_str\":\"68424173\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem Les humains ne peuvent plus \\u00e0 pr\\u00e9sent qu'essayer d'imiter les robots !++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 12:46:11 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":383,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127727449764134912,\"in_reply_to_status_id_str\":null,\"id_str\":\"127727449764134912\",\"coordinates\":null},\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:16:12 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":163,\"location\":\"Paris\",\"default_profile\":false,\"notifications\":null,\"profile_background_color\":\"ffffff\",\"lang\":\"fr\",\"profile_background_tile\":false,\"followers_count\":1470,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"description\":\"\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Apr 20 22:19:48 +0000 2009\",\"profile_sidebar_border_color\":\"0084b4\",\"is_translator\":false,\"listed_count\":159,\"geo_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":1779,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.christinegenin.fr\\/blog\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1572952624\\/maternelle67_normal.jpg\",\"screen_name\":\"cgenin\",\"name\":\"Christine Genin\",\"statuses_count\":10977,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1572952624\\/maternelle67_normal.jpg\",\"id\":33688811,\"id_str\":\"33688811\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084b4\"},\"retweeted\":false,\"id\":127735004544507904,\"in_reply_to_status_id_str\":null,\"id_str\":\"127735004544507904\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4694000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "383f09e3-1445-4aba-a619-217b5010c025-127735004544507904" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "東大フォーラム”日本のメディア文化: カタストロフィとメディア”視聴中。戦後、核の平和利用というプロパガンダとして例えばディズニー映画も動員されたらしいRT @8714423: 戦後日本の文化産業について。広島と長崎の記憶との関係。原子力。ゴジラ。 #tfcem", + "img": { + "src": "http://a1.twimg.com/profile_images/1498137442/___normal.JPG" + }, + "title": "やまねり: 東大フォーラム”日本のメディア文化: カタストロフィとメディア”視聴中。戦後、核の平和利用というプロパガンダとして例えばディズニー映画も動員されたらしいRT @8714423: 戦後日本の文化産業について。広島と長崎の記憶との関係。原子力。ゴジラ。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4714000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u201d\\u65e5\\u672c\\u306e\\u30e1\\u30c7\\u30a3\\u30a2\\u6587\\u5316: \\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u201d\\u8996\\u8074\\u4e2d\\u3002\\u6226\\u5f8c\\u3001\\u6838\\u306e\\u5e73\\u548c\\u5229\\u7528\\u3068\\u3044\\u3046\\u30d7\\u30ed\\u30d1\\u30ac\\u30f3\\u30c0\\u3068\\u3057\\u3066\\u4f8b\\u3048\\u3070\\u30c7\\u30a3\\u30ba\\u30cb\\u30fc\\u6620\\u753b\\u3082\\u52d5\\u54e1\\u3055\\u308c\\u305f\\u3089\\u3057\\u3044RT @8714423: \\u6226\\u5f8c\\u65e5\\u672c\\u306e\\u6587\\u5316\\u7523\\u696d\\u306b\\u3064\\u3044\\u3066\\u3002\\u5e83\\u5cf6\\u3068\\u9577\\u5d0e\\u306e\\u8a18\\u61b6\\u3068\\u306e\\u95a2\\u4fc2\\u3002\\u539f\\u5b50\\u529b\\u3002\\u30b4\\u30b8\\u30e9\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[125,131]}],\"user_mentions\":[{\"indices\":[79,87],\"name\":\"y_yanai\",\"screen_name\":\"8714423\",\"id\":233539798,\"id_str\":\"233539798\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/projects.playwell.jp\\/go\\/Saezuri\\\" rel=\\\"nofollow\\\"\\u003ESaezuri\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:16:32 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":19,\"location\":\"\\u8c37\\u6839\\u5343\\uff5e\\u304a\\u8336\\u306e\\u6c34\\u30fb\\u795e\\u4fdd\\u753a\\uff5e\\u795e\\u7530\",\"notifications\":null,\"profile_background_color\":\"f0f0f0\",\"default_profile\":false,\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":375,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/312767206\\/PB034657-1.JPG\",\"profile_sidebar_fill_color\":\"ededf2\",\"description\":\"\\u4f1a\\u793e\\u54e1\\u3002\\r\\n\\r\\n\\u5199\\u771f\\/\\u6620\\u753b\\/\\u793e\\u4f1a\\u5b66\\/\\u8c37\\u6839\\u5343\\u3002\\u3061\\u3087\\u3063\\u3068\\u53e4\\u3044\\u662d\\u548c\\u3063\\u307d\\u3044\\u3082\\u306e\\u306f\\u7d50\\u69cb\\u597d\\u304d\\u3002\\u6700\\u8fd1\\u306f\\u6620\\u5199\\u30ac\\u30fc\\u30eb\\u3068\\u3057\\u3066\\u3001\\u304a\\u3072\\u3068\\u3064\\u30b7\\u30cd\\u30de@ohitotsucinema\\u3067\\u6620\\u5199\\u3057\\u305f\\u308a\\u3064\\u3076\\u3084\\u3044\\u305f\\u308a\\u3082\\u3057\\u3066\\u307e\\u3059\\u3002\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jul 20 12:17:20 +0000 2009\",\"profile_sidebar_border_color\":\"fdff96\",\"is_translator\":false,\"listed_count\":34,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":530,\"protected\":false,\"profile_text_color\":\"040500\",\"url\":\"http:\\/\\/korekanakorekarada.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1498137442\\/___normal.JPG\",\"screen_name\":\"r12yamane\",\"name\":\"\\u3084\\u307e\\u306d\\u308a\",\"statuses_count\":2863,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/312767206\\/PB034657-1.JPG\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1498137442\\/___normal.JPG\",\"id\":58458639,\"id_str\":\"58458639\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0793bd\"},\"retweeted\":false,\"id\":127735085804957697,\"in_reply_to_status_id_str\":null,\"id_str\":\"127735085804957697\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4714000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a42f54c3-f261-4d4e-b82a-630c49f601f6-127735085804957697" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Myasaki : un animé animiste !++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Myasaki : un animé animiste !++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4740000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Myasaki : un anim\\u00e9 animiste !++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:16:58 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":384,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127735194361925632,\"in_reply_to_status_id_str\":null,\"id_str\":\"127735194361925632\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4740000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "472c09e3-3e81-4862-b12e-b56ed4f2ad2e-127735194361925632" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "風の谷のナウシカなどの、核戦争後の世界のメタファーが見られるアニメについて。 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: 風の谷のナウシカなどの、核戦争後の世界のメタファーが見られるアニメについて。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4753000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u98a8\\u306e\\u8c37\\u306e\\u30ca\\u30a6\\u30b7\\u30ab\\u306a\\u3069\\u306e\\u3001\\u6838\\u6226\\u4e89\\u5f8c\\u306e\\u4e16\\u754c\\u306e\\u30e1\\u30bf\\u30d5\\u30a1\\u30fc\\u304c\\u898b\\u3089\\u308c\\u308b\\u30a2\\u30cb\\u30e1\\u306b\\u3064\\u3044\\u3066\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[39,45]}],\"user_mentions\":[]},\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"attributes\":{},\"full_name\":\"Lyon, Rh\\u00f4ne\",\"name\":\"Lyon\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d091189af463dd4a.json\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.7718312,45.7073626],[4.8983666,45.7073626],[4.8983666,45.8082829],[4.7718312,45.8082829]]]},\"id\":\"d091189af463dd4a\",\"place_type\":\"city\"},\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:17:11 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":{\"type\":\"Point\",\"coordinates\":[45.76733672,4.79942113]},\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":330,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":424,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"default_profile\":false,\"statuses_count\":2804,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127735251622563841,\"in_reply_to_status_id_str\":null,\"id_str\":\"127735251622563841\",\"coordinates\":{\"type\":\"Point\",\"coordinates\":[4.79942113,45.76733672]}}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4753000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "c5f04eb1-ea14-422b-8c5e-7400f76dcb4c-127735251622563841" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "石田英敬さんの戦後アニメとカタストロフ論 #tfcem http://t.co/44nxbvjI", + "img": { + "src": "http://a0.twimg.com/profile_images/1341853248/mouriyoshitaka_normal.jpg" + }, + "title": "Yoshitaka Mouri: 石田英敬さんの戦後アニメとカタストロフ論 #tfcem http://t.co/44nxbvjI", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4805000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u77f3\\u7530\\u82f1\\u656c\\u3055\\u3093\\u306e\\u6226\\u5f8c\\u30a2\\u30cb\\u30e1\\u3068\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u8ad6\\u3000#tfcem http:\\/\\/t.co\\/44nxbvjI\",\"retweet_count\":0,\"favorited\":false,\"entities\":{\"urls\":[{\"display_url\":\"polemictweet.com\\/\\/iii-catastrop\\u2026\",\"indices\":[28,48],\"url\":\"http:\\/\\/t.co\\/44nxbvjI\",\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/\\/iii-catastrophe\\/client.php#\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[21,27]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweeted\":false,\"created_at\":\"Sat Oct 22 13:18:03 +0000 2011\",\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127735469181112320\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_user_id_str\":null,\"truncated\":false,\"contributors\":null,\"user\":{\"location\":\"\",\"notifications\":null,\"time_zone\":\"Tokyo\",\"profile_sidebar_border_color\":\"eeeeee\",\"is_translator\":false,\"lang\":\"ja\",\"followers_count\":2211,\"listed_count\":208,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":181,\"description\":\"Sociologist, Media, Culture and Art Critic, Tokyo University of the Arts\",\"profile_text_color\":\"333333\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1341853248\\/mouriyoshitaka_normal.jpg\",\"statuses_count\":1483,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed Apr 18 16:03:41 +0000 2007\",\"id_str\":\"5133521\",\"profile_link_color\":\"009999\",\"default_profile_image\":false,\"favourites_count\":0,\"protected\":false,\"profile_background_color\":\"131516\",\"url\":null,\"screen_name\":\"mouri\",\"name\":\"Yoshitaka Mouri\",\"default_profile\":false,\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1341853248\\/mouriyoshitaka_normal.jpg\",\"id\":5133521,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"verified\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"utc_offset\":32400,\"profile_sidebar_fill_color\":\"efefef\"},\"id\":127735469181112320,\"coordinates\":null,\"in_reply_to_user_id\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4805000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "18e80c68-5002-46e7-a529-f8ae29743afc-127735469181112320" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @mouri 石田英敬さんの戦後アニメとカタストロフ論 #tfcem http://t.co/ylLMTTtD", + "img": { + "src": "http://a2.twimg.com/profile_images/1174245296/prof_normal.JPG" + }, + "title": "河村書店: RT @mouri 石田英敬さんの戦後アニメとカタストロフ論 #tfcem http://t.co/ylLMTTtD", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4856000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"retweeted\":false,\"text\":\"RT @mouri \\u77f3\\u7530\\u82f1\\u656c\\u3055\\u3093\\u306e\\u6226\\u5f8c\\u30a2\\u30cb\\u30e1\\u3068\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u8ad6\\u3000#tfcem http:\\/\\/t.co\\/ylLMTTtD\",\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":\"127735469181112320\",\"id_str\":\"127735680188153856\",\"entities\":{\"urls\":[{\"indices\":[38,58],\"display_url\":\"polemictweet.com\\/\\/iii-catastrop\\u2026\",\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/\\/iii-catastrophe\\/client.php#\",\"url\":\"http:\\/\\/t.co\\/ylLMTTtD\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[31,37]}],\"user_mentions\":[{\"indices\":[3,9],\"id_str\":\"5133521\",\"name\":\"Yoshitaka Mouri\",\"screen_name\":\"mouri\",\"id\":5133521}]},\"in_reply_to_user_id_str\":\"5133521\",\"place\":null,\"contributors\":null,\"source\":\"web\",\"in_reply_to_user_id\":5133521,\"created_at\":\"Sat Oct 22 13:18:54 +0000 2011\",\"geo\":null,\"retweet_count\":0,\"favorited\":false,\"in_reply_to_status_id\":127735469181112320,\"user\":{\"statuses_count\":48552,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1174245296\\/prof_normal.JPG\",\"location\":\"\\u305d\\u3053\\u3089\\u8fba\\u308a\",\"id_str\":\"15036765\",\"verified\":false,\"notifications\":null,\"profile_link_color\":\"088253\",\"default_profile_image\":false,\"default_profile\":false,\"lang\":\"ja\",\"favourites_count\":2059,\"profile_background_color\":\"EDECE9\",\"description\":\"\\u901a\\u308a\\u3059\\u304c\\u308a\\u306e\\u7de8\\u96c6\\u696d\\u8005\",\"profile_background_tile\":false,\"followers_count\":4566,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"following\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"created_at\":\"Sat Jun 07 08:13:05 +0000 2008\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"time_zone\":\"Tokyo\",\"profile_sidebar_border_color\":\"D3D2CF\",\"protected\":false,\"is_translator\":false,\"url\":\"http:\\/\\/d.hatena.ne.jp\\/NEAT\\/\",\"screen_name\":\"consaba\",\"name\":\"\\u6cb3\\u6751\\u66f8\\u5e97\",\"listed_count\":750,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":40,\"id\":15036765,\"utc_offset\":32400,\"profile_text_color\":\"634047\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1174245296\\/prof_normal.JPG\"},\"in_reply_to_screen_name\":\"mouri\",\"id\":127735680188153856,\"coordinates\":null,\"truncated\":false}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4856000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "42b81aac-5772-4f87-9049-bb115640a961-127735680188153856" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Nausicaa : l'animisme de Miyazaki, exception dans une culture du post-apocalyptique monothéiste #tfcem", + "img": { + "src": "http://a1.twimg.com/profile_images/1565610499/damien_yokohama_normal.JPG" + }, + "title": "Damien Pignaud: Nausicaa : l'animisme de Miyazaki, exception dans une culture du post-apocalyptique monothéiste #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4898000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"Nausicaa : l'animisme de Miyazaki, exception dans une culture du post-apocalyptique monoth\\u00e9iste #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[96,102]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:19:36 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":4,\"location\":\"Compi\\u00e8gne, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"fr\",\"profile_background_tile\":false,\"followers_count\":41,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"IT engineering student @utc_compiegne . \\r\\nLooking for an engineer internship\\r\\n#dataScience #functionalProgramming #cinema\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Dec 02 12:50:08 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":2,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":167,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/dmnpignaud.perso.sfr.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"screen_name\":\"dmnpignaud\",\"name\":\"Damien Pignaud\",\"default_profile\":true,\"statuses_count\":172,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"id\":94082626,\"id_str\":\"94082626\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127735858978762752,\"in_reply_to_status_id_str\":null,\"id_str\":\"127735858978762752\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4898000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b8d703e2-fb70-4caf-8d54-b067a2edebb4-127735858978762752" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 「もののけ姫」。冒頭の舞台は実は東北地方。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 「もののけ姫」。冒頭の舞台は実は東北地方。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 4913000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u300c\\u3082\\u306e\\u306e\\u3051\\u59eb\\u300d\\u3002\\u5192\\u982d\\u306e\\u821e\\u53f0\\u306f\\u5b9f\\u306f\\u6771\\u5317\\u5730\\u65b9\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:19:51 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":345,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127735921431953409,\"in_reply_to_status_id_str\":null,\"id_str\":\"127735921431953409\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 4913000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a200bdc9-be22-43e2-a86a-0200e239aef3-127735921431953409" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 「テレビに映し出された東北と福島。 カタストロフの遠隔視」", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 「テレビに映し出された東北と福島。 カタストロフの遠隔視」", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5118000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u300c\\u30c6\\u30ec\\u30d3\\u306b\\u6620\\u3057\\u51fa\\u3055\\u308c\\u305f\\u6771\\u5317\\u3068\\u798f\\u5cf6\\u3002\\u3000\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u306e\\u9060\\u9694\\u8996\\u300d\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:23:16 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":346,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127736782442872832,\"in_reply_to_status_id_str\":null,\"id_str\":\"127736782442872832\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5118000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a88de257-12a7-4d20-bcf3-033b3ef0e9aa-127736782442872832" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem La malédiction de Fukushima : une sur-interprétation historique ?--", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem La malédiction de Fukushima : une sur-interprétation historique ?--", + "color": "16763904", + "polemics": [ + "Q", + "KO" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5162000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem La mal\\u00e9diction de Fukushima : une sur-interpr\\u00e9tation historique ?--\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:24:00 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":385,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"default_profile\":true,\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127736964454690816,\"in_reply_to_status_id_str\":null,\"id_str\":\"127736964454690816\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5162000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "53f9e83a-ec78-411d-a3fa-26c19ecd913f-127736964454690816" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 「テレビに映し出された東北と福島。 遠隔存在するカタストロフ」", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 「テレビに映し出された東北と福島。 遠隔存在するカタストロフ」", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5231000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u300c\\u30c6\\u30ec\\u30d3\\u306b\\u6620\\u3057\\u51fa\\u3055\\u308c\\u305f\\u6771\\u5317\\u3068\\u798f\\u5cf6\\u3002\\u3000\\u9060\\u9694\\u5b58\\u5728\\u3059\\u308b\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u300d\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:25:09 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"default_profile\":true,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":346,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127737256139161600,\"in_reply_to_status_id_str\":null,\"id_str\":\"127737256139161600\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5231000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "7fbec806-3ab3-489e-83b0-1690c6234638-127737256139161600" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 震災について「すべてを見た。しかしなにも見てはいない」。デュラスの『ヒロシマ・モナムール』", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 震災について「すべてを見た。しかしなにも見てはいない」。デュラスの『ヒロシマ・モナムール』", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5273000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u9707\\u707d\\u306b\\u3064\\u3044\\u3066\\u300c\\u3059\\u3079\\u3066\\u3092\\u898b\\u305f\\u3002\\u3057\\u304b\\u3057\\u306a\\u306b\\u3082\\u898b\\u3066\\u306f\\u3044\\u306a\\u3044\\u300d\\u3002\\u30c7\\u30e5\\u30e9\\u30b9\\u306e\\u300e\\u30d2\\u30ed\\u30b7\\u30de\\u30fb\\u30e2\\u30ca\\u30e0\\u30fc\\u30eb\\u300f\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:25:51 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":347,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127737432031506432,\"in_reply_to_status_id_str\":null,\"id_str\":\"127737432031506432\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5273000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "7775bd68-494f-4293-aef1-2dc28750bd3f-127737432031506432" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 震災直後における放送ネットワークの動揺。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 震災直後における放送ネットワークの動揺。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5312000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u9707\\u707d\\u76f4\\u5f8c\\u306b\\u304a\\u3051\\u308b\\u653e\\u9001\\u30cd\\u30c3\\u30c8\\u30ef\\u30fc\\u30af\\u306e\\u52d5\\u63fa\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:26:30 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":348,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127737593663209472,\"in_reply_to_status_id_str\":null,\"id_str\":\"127737593663209472\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5312000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "7e864c36-7ad6-429a-be19-7d1ae33cdb89-127737593663209472" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem おくれてvilla に到着…(駅から3時間迷った)。ジニーに次いで、もののけ姫を読み解きつつ石田さんがカタストロフを語っている。", + "img": { + "src": "http://a3.twimg.com/profile_images/1032383865/10156359_4136563276_normal.jpg" + }, + "title": "Hanako Murakami: #tfcem おくれてvilla に到着…(駅から3時間迷った)。ジニーに次いで、もののけ姫を読み解きつつ石田さんがカタストロフを語っている。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5347000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u304a\\u304f\\u308c\\u3066villa \\u306b\\u5230\\u7740\\u2026\\uff08\\u99c5\\u304b\\u30893\\u6642\\u9593\\u8ff7\\u3063\\u305f\\uff09\\u3002\\u30b8\\u30cb\\u30fc\\u306b\\u6b21\\u3044\\u3067\\u3001\\u3082\\u306e\\u306e\\u3051\\u59eb\\u3092\\u8aad\\u307f\\u89e3\\u304d\\u3064\\u3064\\u77f3\\u7530\\u3055\\u3093\\u304c\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3092\\u8a9e\\u3063\\u3066\\u3044\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:27:05 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":1,\"location\":\"\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":240,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u30d9\\u30eb\\u30ae\\u30fc\\u3067\\u7f8e\\u5927\\u751f\\u3084\\u3063\\u3066\\u307e\\u3059\\u3002\",\"following\":null,\"time_zone\":null,\"created_at\":\"Thu Mar 04 14:53:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":23,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":232,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1032383865\\/10156359_4136563276_normal.jpg\",\"screen_name\":\"hanakophone\",\"name\":\"Hanako Murakami\",\"statuses_count\":2145,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1032383865\\/10156359_4136563276_normal.jpg\",\"id\":119751084,\"id_str\":\"119751084\",\"verified\":false,\"utc_offset\":null,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127737742435172353,\"in_reply_to_status_id_str\":null,\"id_str\":\"127737742435172353\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5347000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "c554f7fc-c212-4511-bf2b-f95d2de114ba-127737742435172353" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Fukushima par la TV japonaise: \"Tu n'as rien vu à la télévision\" #tfcem", + "img": { + "src": "http://a1.twimg.com/profile_images/1565610499/damien_yokohama_normal.JPG" + }, + "title": "Damien Pignaud: Fukushima par la TV japonaise: \"Tu n'as rien vu à la télévision\" #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5357000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"Fukushima par la TV japonaise: \\\"Tu n'as rien vu \\u00e0 la t\\u00e9l\\u00e9vision\\\" #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[65,71]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:27:15 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":4,\"location\":\"Compi\\u00e8gne, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"fr\",\"profile_background_tile\":false,\"followers_count\":41,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"IT engineering student @utc_compiegne . \\r\\nLooking for an engineer internship\\r\\n#dataScience #functionalProgramming #cinema\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Dec 02 12:50:08 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":2,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":167,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/dmnpignaud.perso.sfr.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"screen_name\":\"dmnpignaud\",\"name\":\"Damien Pignaud\",\"statuses_count\":173,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"id\":94082626,\"id_str\":\"94082626\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127737785116401666,\"in_reply_to_status_id_str\":null,\"id_str\":\"127737785116401666\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5357000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "ef1a4c3e-fe78-4787-aa02-930cb4fcdb8d-127737785116401666" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Catastrophe et téléprésence. Hiroshima mon amour de Duras : tu as tout vu tu n'as rien vu ++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Catastrophe et téléprésence. Hiroshima mon amour de Duras : tu as tout vu tu n'as rien vu ++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5361000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Catastrophe et t\\u00e9l\\u00e9pr\\u00e9sence. Hiroshima mon amour de Duras : tu as tout vu tu n'as rien vu ++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:27:19 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"default_profile\":true,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":386,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127737801432252416,\"in_reply_to_status_id_str\":null,\"id_str\":\"127737801432252416\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5361000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "844e71f5-25f4-4b8d-94f2-b0c9cf29da8b-127737801432252416" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Il faut laisser passer les publicités avant d'annoncer le tremblement de terre !++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Il faut laisser passer les publicités avant d'annoncer le tremblement de terre !++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5437000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Il faut laisser passer les publicit\\u00e9s avant d'annoncer le tremblement de terre !++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:28:35 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":387,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127738118710374401,\"in_reply_to_status_id_str\":null,\"id_str\":\"127738118710374401\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5437000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "f29a330b-27cc-4921-af2c-2b787547832f-127738118710374401" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 石田研のTVアーカイヴ面目躍如…!", + "img": { + "src": "http://a3.twimg.com/profile_images/1032383865/10156359_4136563276_normal.jpg" + }, + "title": "Hanako Murakami: #tfcem 石田研のTVアーカイヴ面目躍如…!", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5478000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u77f3\\u7530\\u7814\\u306eTV\\u30a2\\u30fc\\u30ab\\u30a4\\u30f4\\u9762\\u76ee\\u8e8d\\u5982\\u2026\\uff01\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:29:16 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":1,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":240,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u30d9\\u30eb\\u30ae\\u30fc\\u3067\\u7f8e\\u5927\\u751f\\u3084\\u3063\\u3066\\u307e\\u3059\\u3002\",\"following\":null,\"time_zone\":null,\"created_at\":\"Thu Mar 04 14:53:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":23,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":232,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1032383865\\/10156359_4136563276_normal.jpg\",\"screen_name\":\"hanakophone\",\"name\":\"Hanako Murakami\",\"statuses_count\":2147,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1032383865\\/10156359_4136563276_normal.jpg\",\"id\":119751084,\"id_str\":\"119751084\",\"verified\":false,\"utc_offset\":null,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127738290215452672,\"in_reply_to_status_id_str\":null,\"id_str\":\"127738290215452672\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5478000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "89847783-fb1d-431a-9b92-fe9e833db7bb-127738290215452672" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem ダイクシス装置としてのテレビが動揺し、その後、スタジオと現地を結ぶ関係性の再確立が模索されていった。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem ダイクシス装置としてのテレビが動揺し、その後、スタジオと現地を結ぶ関係性の再確立が模索されていった。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5540000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u30c0\\u30a4\\u30af\\u30b7\\u30b9\\u88c5\\u7f6e\\u3068\\u3057\\u3066\\u306e\\u30c6\\u30ec\\u30d3\\u304c\\u52d5\\u63fa\\u3057\\u3001\\u305d\\u306e\\u5f8c\\u3001\\u30b9\\u30bf\\u30b8\\u30aa\\u3068\\u73fe\\u5730\\u3092\\u7d50\\u3076\\u95a2\\u4fc2\\u6027\\u306e\\u518d\\u78ba\\u7acb\\u304c\\u6a21\\u7d22\\u3055\\u308c\\u3066\\u3044\\u3063\\u305f\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:30:18 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"default_profile\":true,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":349,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127738552787288065,\"in_reply_to_status_id_str\":null,\"id_str\":\"127738552787288065\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5540000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a79da802-a008-4f3e-beac-01c79bd4d9bd-127738552787288065" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "3.11当日のテレビ報道について。 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: 3.11当日のテレビ報道について。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5557000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"3.11\\u5f53\\u65e5\\u306e\\u30c6\\u30ec\\u30d3\\u5831\\u9053\\u306b\\u3064\\u3044\\u3066\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[18,24]}],\"user_mentions\":[]},\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"attributes\":{},\"full_name\":\"Lyon, Rh\\u00f4ne\",\"name\":\"Lyon\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d091189af463dd4a.json\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.7718312,45.7073626],[4.8983666,45.7073626],[4.8983666,45.8082829],[4.7718312,45.8082829]]]},\"id\":\"d091189af463dd4a\",\"place_type\":\"city\"},\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:30:35 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":{\"type\":\"Point\",\"coordinates\":[45.76765230,4.79963153]},\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":330,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":424,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2805,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127738622651797504,\"in_reply_to_status_id_str\":null,\"id_str\":\"127738622651797504\",\"coordinates\":{\"type\":\"Point\",\"coordinates\":[4.79963153,45.76765230]}}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5557000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "3e5b44b5-9912-47e8-a417-8dddb83a645e-127738622651797504" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "La chaîne TV publique NHK est la premiere à diffuser l'info du tremblement de terre, les autres devaient terminer leurs pages de pub #tfcem", + "img": { + "src": "http://a1.twimg.com/profile_images/1565610499/damien_yokohama_normal.JPG" + }, + "title": "Damien Pignaud: La chaîne TV publique NHK est la premiere à diffuser l'info du tremblement de terre, les autres devaient terminer leurs pages de pub #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5598000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"La cha\\u00eene TV publique NHK est la premiere \\u00e0 diffuser l'info du tremblement de terre, les autres devaient terminer leurs pages de pub #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[134,140]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:31:16 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":4,\"location\":\"Compi\\u00e8gne, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"fr\",\"profile_background_tile\":false,\"followers_count\":41,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"IT engineering student @utc_compiegne . \\r\\nLooking for an engineer internship\\r\\n#dataScience #functionalProgramming #cinema\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Dec 02 12:50:08 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":2,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":167,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/dmnpignaud.perso.sfr.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"screen_name\":\"dmnpignaud\",\"name\":\"Damien Pignaud\",\"statuses_count\":175,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"id\":94082626,\"id_str\":\"94082626\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127738792944730112,\"in_reply_to_status_id_str\":null,\"id_str\":\"127738792944730112\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5598000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "52219b25-e0cd-41ab-86d4-d3fde0563cb5-127738792944730112" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Avec Fukushima, la TV comme élément du JE/NOUS est ébranlée par un tremblement de terre médiatique dé-synchronisant", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Avec Fukushima, la TV comme élément du JE/NOUS est ébranlée par un tremblement de terre médiatique dé-synchronisant", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5611000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Avec Fukushima, la TV comme \\u00e9l\\u00e9ment du JE\\/NOUS est \\u00e9branl\\u00e9e par un tremblement de terre m\\u00e9diatique d\\u00e9-synchronisant\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:31:29 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":388,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127738850264100864,\"in_reply_to_status_id_str\":null,\"id_str\":\"127738850264100864\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5611000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "4f1e71d7-d691-4ad4-9d92-18d95df6e879-127738850264100864" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 震災後からのテレビの一週間は、世界創造のプロセスを反転させたようなものだった。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 震災後からのテレビの一週間は、世界創造のプロセスを反転させたようなものだった。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5656000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u9707\\u707d\\u5f8c\\u304b\\u3089\\u306e\\u30c6\\u30ec\\u30d3\\u306e\\u4e00\\u9031\\u9593\\u306f\\u3001\\u4e16\\u754c\\u5275\\u9020\\u306e\\u30d7\\u30ed\\u30bb\\u30b9\\u3092\\u53cd\\u8ee2\\u3055\\u305b\\u305f\\u3088\\u3046\\u306a\\u3082\\u306e\\u3060\\u3063\\u305f\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:32:14 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":350,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"default_profile\":true,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127739038147948545,\"in_reply_to_status_id_str\":null,\"id_str\":\"127739038147948545\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5656000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "3e432270-1a8d-4fd7-8d0b-5a246ef3f4b0-127739038147948545" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @mouri: 石田英敬さんの戦後アニメとカタストロフ論 #tfcem http://t.co/44nxbvjI", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: RT @mouri: 石田英敬さんの戦後アニメとカタストロフ論 #tfcem http://t.co/44nxbvjI", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5667000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @mouri: \\u77f3\\u7530\\u82f1\\u656c\\u3055\\u3093\\u306e\\u6226\\u5f8c\\u30a2\\u30cb\\u30e1\\u3068\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u8ad6\\u3000#tfcem http:\\/\\/t.co\\/44nxbvjI\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"polemictweet.com\\/\\/iii-catastrop\\u2026\",\"indices\":[39,59],\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/\\/iii-catastrophe\\/client.php#\",\"url\":\"http:\\/\\/t.co\\/44nxbvjI\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[32,38]}],\"user_mentions\":[{\"indices\":[3,9],\"name\":\"Yoshitaka Mouri\",\"screen_name\":\"mouri\",\"id\":5133521,\"id_str\":\"5133521\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"\\u77f3\\u7530\\u82f1\\u656c\\u3055\\u3093\\u306e\\u6226\\u5f8c\\u30a2\\u30cb\\u30e1\\u3068\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u8ad6\\u3000#tfcem http:\\/\\/t.co\\/44nxbvjI\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"polemictweet.com\\/\\/iii-catastrop\\u2026\",\"indices\":[28,48],\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/\\/iii-catastrophe\\/client.php#\",\"url\":\"http:\\/\\/t.co\\/44nxbvjI\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[21,27]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:18:03 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"131516\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":2211,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"description\":\"Sociologist, Media, Culture and Art Critic, Tokyo University of the Arts\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Apr 18 16:03:41 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"is_translator\":false,\"listed_count\":208,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":181,\"protected\":false,\"default_profile\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1341853248\\/mouriyoshitaka_normal.jpg\",\"screen_name\":\"mouri\",\"name\":\"Yoshitaka Mouri\",\"statuses_count\":1483,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1341853248\\/mouriyoshitaka_normal.jpg\",\"id\":5133521,\"id_str\":\"5133521\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"009999\"},\"retweeted\":false,\"id\":127735469181112320,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127735469181112320\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:32:25 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":330,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":424,\"protected\":false,\"default_profile\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2807,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127739084499206144,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127739084499206144\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5667000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "919c09b8-8459-4357-83e0-33d35adf9fb6-127739084499206144" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Fukushima: en 7 jours, une création à l'envers et au présent perpétuel", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Fukushima: en 7 jours, une création à l'envers et au présent perpétuel", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5673000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Fukushima: en 7 jours, une cr\\u00e9ation \\u00e0 l'envers et au pr\\u00e9sent perp\\u00e9tuel\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:32:31 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":389,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127739107848888320,\"in_reply_to_status_id_str\":null,\"id_str\":\"127739107848888320\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5673000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a724d4e3-c581-490a-8ba9-17feede65482-127739107848888320" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem 「もののけ姫」。冒頭の舞台は実は東北地方。", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: RT @k_t_618: #tfcem 「もののけ姫」。冒頭の舞台は実は東北地方。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5681000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem \\u300c\\u3082\\u306e\\u306e\\u3051\\u59eb\\u300d\\u3002\\u5192\\u982d\\u306e\\u821e\\u53f0\\u306f\\u5b9f\\u306f\\u6771\\u5317\\u5730\\u65b9\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem \\u300c\\u3082\\u306e\\u306e\\u3051\\u59eb\\u300d\\u3002\\u5192\\u982d\\u306e\\u821e\\u53f0\\u306f\\u5b9f\\u306f\\u6771\\u5317\\u5730\\u65b9\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"1\",\"retweeters\":[233539798],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:19:51 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":350,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127735921431953409,\"in_reply_to_status_id_str\":null,\"id_str\":\"127735921431953409\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:32:39 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"default_profile\":false,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":330,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":424,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2808,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127739143810846720,\"in_reply_to_status_id_str\":null,\"id_str\":\"127739143810846720\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5681000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "15a11c3b-cdb9-433f-b1f1-a93b30efe378-127739143810846720" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem 「テレビに映し出された東北と福島。 遠隔存在するカタストロフ」", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: RT @k_t_618: #tfcem 「テレビに映し出された東北と福島。 遠隔存在するカタストロフ」", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5692000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem \\u300c\\u30c6\\u30ec\\u30d3\\u306b\\u6620\\u3057\\u51fa\\u3055\\u308c\\u305f\\u6771\\u5317\\u3068\\u798f\\u5cf6\\u3002\\u3000\\u9060\\u9694\\u5b58\\u5728\\u3059\\u308b\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u300d\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem \\u300c\\u30c6\\u30ec\\u30d3\\u306b\\u6620\\u3057\\u51fa\\u3055\\u308c\\u305f\\u6771\\u5317\\u3068\\u798f\\u5cf6\\u3002\\u3000\\u9060\\u9694\\u5b58\\u5728\\u3059\\u308b\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u300d\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:25:09 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":true,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":350,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127737256139161600,\"in_reply_to_status_id_str\":null,\"id_str\":\"127737256139161600\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:32:50 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":330,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"default_profile\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":424,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2809,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127739186974429184,\"in_reply_to_status_id_str\":null,\"id_str\":\"127739186974429184\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5692000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "067121d0-e383-4af4-a352-c03d50871e97-127739186974429184" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Les 7 jours qui ont suivi le 11mars auront été une contre genèse #tfcem", + "img": { + "src": "http://a1.twimg.com/profile_images/1565610499/damien_yokohama_normal.JPG" + }, + "title": "Damien Pignaud: Les 7 jours qui ont suivi le 11mars auront été une contre genèse #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5698000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"Les 7 jours qui ont suivi le 11mars auront \\u00e9t\\u00e9 une contre gen\\u00e8se #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[65,71]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:32:56 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":4,\"location\":\"Compi\\u00e8gne, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"fr\",\"profile_background_tile\":false,\"followers_count\":41,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"IT engineering student @utc_compiegne . \\r\\nLooking for an engineer internship\\r\\n#dataScience #functionalProgramming #cinema\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Dec 02 12:50:08 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":2,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":167,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/dmnpignaud.perso.sfr.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"screen_name\":\"dmnpignaud\",\"name\":\"Damien Pignaud\",\"statuses_count\":176,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1565610499\\/damien_yokohama_normal.JPG\",\"id\":94082626,\"id_str\":\"94082626\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127739211850842112,\"in_reply_to_status_id_str\":null,\"id_str\":\"127739211850842112\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5698000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "6e90f9a2-104f-4fe7-8bd3-ca169561e85d-127739211850842112" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Le moi/nous de la TV: le moi au sens Freudien qui se croit conscient mais ignore tout !++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Le moi/nous de la TV: le moi au sens Freudien qui se croit conscient mais ignore tout !++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5750000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Le moi\\/nous de la TV: le moi au sens Freudien qui se croit conscient mais ignore tout !++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:33:48 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":390,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127739432328634368,\"in_reply_to_status_id_str\":null,\"id_str\":\"127739432328634368\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5750000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "3d2dee24-fd56-46f1-8702-fa1d4ddb2c8f-127739432328634368" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 震災によって世界のタガがはずれ、テレビが担保してきた日常装置が宙づりにされた。きづくとわれわれは、見知らぬ世界に立っていた。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 震災によって世界のタガがはずれ、テレビが担保してきた日常装置が宙づりにされた。きづくとわれわれは、見知らぬ世界に立っていた。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5783000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"retweeted\":false,\"text\":\"#tfcem \\u9707\\u707d\\u306b\\u3088\\u3063\\u3066\\u4e16\\u754c\\u306e\\u30bf\\u30ac\\u304c\\u306f\\u305a\\u308c\\u3001\\u30c6\\u30ec\\u30d3\\u304c\\u62c5\\u4fdd\\u3057\\u3066\\u304d\\u305f\\u65e5\\u5e38\\u88c5\\u7f6e\\u304c\\u5b99\\u3065\\u308a\\u306b\\u3055\\u308c\\u305f\\u3002\\u304d\\u3065\\u304f\\u3068\\u308f\\u308c\\u308f\\u308c\\u306f\\u3001\\u898b\\u77e5\\u3089\\u306c\\u4e16\\u754c\\u306b\\u7acb\\u3063\\u3066\\u3044\\u305f\\u3002\",\"in_reply_to_status_id_str\":null,\"id_str\":\"127739569939550209\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"in_reply_to_user_id_str\":null,\"place\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id\":null,\"created_at\":\"Sat Oct 22 13:34:21 +0000 2011\",\"geo\":null,\"retweet_count\":0,\"favorited\":false,\"in_reply_to_status_id\":null,\"user\":{\"statuses_count\":351,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"location\":\"\",\"id_str\":\"15015946\",\"verified\":false,\"notifications\":null,\"profile_link_color\":\"0084B4\",\"default_profile_image\":true,\"default_profile\":true,\"lang\":\"ja\",\"favourites_count\":13,\"profile_background_color\":\"C0DEED\",\"description\":\"\",\"profile_background_tile\":false,\"followers_count\":115,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"following\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"time_zone\":\"Tokyo\",\"profile_sidebar_border_color\":\"C0DEED\",\"protected\":false,\"is_translator\":false,\"url\":null,\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"id\":15015946,\"utc_offset\":32400,\"profile_text_color\":\"333333\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\"},\"in_reply_to_screen_name\":null,\"id\":127739569939550209,\"coordinates\":null,\"truncated\":false}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5783000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "33eef420-ac91-4f68-9fda-56f777a54e39-127739569939550209" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem カタストロフに遭遇すること、それは、いつのまにか世界の折り目の向こう側に入り込んでしまうという経験。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem カタストロフに遭遇すること、それは、いつのまにか世界の折り目の向こう側に入り込んでしまうという経験。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5856000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u306b\\u906d\\u9047\\u3059\\u308b\\u3053\\u3068\\u3001\\u305d\\u308c\\u306f\\u3001\\u3044\\u3064\\u306e\\u307e\\u306b\\u304b\\u4e16\\u754c\\u306e\\u6298\\u308a\\u76ee\\u306e\\u5411\\u3053\\u3046\\u5074\\u306b\\u5165\\u308a\\u8fbc\\u3093\\u3067\\u3057\\u307e\\u3046\\u3068\\u3044\\u3046\\u7d4c\\u9a13\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:35:34 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":116,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":353,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127739876421545984,\"in_reply_to_status_id_str\":null,\"id_str\":\"127739876421545984\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5856000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "7f47c2c9-7870-4458-9301-bc2c0f144832-127739876421545984" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Reportage d'un journaliste à Fukushima : je vois des êtres humains ! Il y a longtemps que ce n'était plus arrivé à la TV !++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Reportage d'un journaliste à Fukushima : je vois des êtres humains ! Il y a longtemps que ce n'était plus arrivé à la TV !++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5859000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Reportage d'un journaliste \\u00e0 Fukushima : je vois des \\u00eatres humains ! Il y a longtemps que ce n'\\u00e9tait plus arriv\\u00e9 \\u00e0 la TV !++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:35:37 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":391,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127739887465148416,\"in_reply_to_status_id_str\":null,\"id_str\":\"127739887465148416\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5859000, + "tags": [ + { + "id-ref": "4aaac12e-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "35bbbeba-b46f-42ca-b849-8296d7c25fd2-127739887465148416" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Fukushima_Bot @vincentpuig: #tfcem Reportage d'un journaliste à Fukushima : je vois des êtres humains ! Il y a longtemps que ce n #Fukushima", + "img": { + "src": "http://a2.twimg.com/profile_images/1576220626/hexagon_normal.gif" + }, + "title": "Hexagon: Fukushima_Bot @vincentpuig: #tfcem Reportage d'un journaliste à Fukushima : je vois des êtres humains ! Il y a longtemps que ce n #Fukushima", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5886000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"Fukushima_Bot @vincentpuig: #tfcem Reportage d'un journaliste \\u00e0 Fukushima : je vois des \\u00eatres humains ! Il y a longtemps que ce n #Fukushima\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[28,34]},{\"text\":\"Fukushima\",\"indices\":[130,140]}],\"user_mentions\":[{\"indices\":[14,26],\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173,\"id_str\":\"68424173\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.g-poket.com\\/\\\" rel=\\\"nofollow\\\"\\u003EHex_Bot\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:36:04 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":37,\"location\":\"Japan\",\"default_profile\":false,\"notifications\":null,\"profile_background_color\":\"666666\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":1699,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342322874\\/hexagon.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"description\":\"9\\u5272Bot\\u3067\\u3059\\u3002Bot\\u306f\\u534a\\u5206\\u306f\\u81ea\\u5206\\u306e\\u60c5\\u5831\\u53ce\\u96c6\\u306e\\u70ba\\u3001\\u534a\\u5206\\u306f\\u5171\\u6709\\uff08\\u516c\\u958b\\uff09\\u306e\\u70ba\\u3002\\u305f\\u307e\\u306b\\u545f\\u304d\\u307e\\u3059\\u3002\\u3000http:\\/\\/twilog.org\\/Trinity_Hexagon\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Mar 27 06:42:13 +0000 2010\",\"profile_sidebar_border_color\":\"ffffff\",\"is_translator\":false,\"listed_count\":58,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1998,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/paper.li\\/Trinity_Hexagon\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1576220626\\/hexagon_normal.gif\",\"screen_name\":\"Trinity_Hexagon\",\"name\":\"Hexagon\",\"statuses_count\":42257,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/342322874\\/hexagon.gif\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1576220626\\/hexagon_normal.gif\",\"id\":126864244,\"id_str\":\"126864244\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127740003924180992,\"in_reply_to_status_id_str\":null,\"id_str\":\"127740003924180992\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5886000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + }, + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "996bd6b4-996d-4093-97f0-bd0cd4e925c2-127740003924180992" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Fukushima: la fin de la TV analogique, la fin de la TV, la fin de l'après-guerre ??", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Fukushima: la fin de la TV analogique, la fin de la TV, la fin de l'après-guerre ??", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5942000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Fukushima: la fin de la TV analogique, la fin de la TV, la fin de l'apr\\u00e8s-guerre ??\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:37:00 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":392,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127740235508482048,\"in_reply_to_status_id_str\":null,\"id_str\":\"127740235508482048\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5942000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "bdb87b7d-b71a-43e7-8c00-f73fd895075d-127740235508482048" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 震災後しばらくの間、ある部分において、さまざまなソーシャルネットワークが伝統的なメディアの役割に取って代わっていた。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 震災後しばらくの間、ある部分において、さまざまなソーシャルネットワークが伝統的なメディアの役割に取って代わっていた。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 5982000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u9707\\u707d\\u5f8c\\u3057\\u3070\\u3089\\u304f\\u306e\\u9593\\u3001\\u3042\\u308b\\u90e8\\u5206\\u306b\\u304a\\u3044\\u3066\\u3001\\u3055\\u307e\\u3056\\u307e\\u306a\\u30bd\\u30fc\\u30b7\\u30e3\\u30eb\\u30cd\\u30c3\\u30c8\\u30ef\\u30fc\\u30af\\u304c\\u4f1d\\u7d71\\u7684\\u306a\\u30e1\\u30c7\\u30a3\\u30a2\\u306e\\u5f79\\u5272\\u306b\\u53d6\\u3063\\u3066\\u4ee3\\u308f\\u3063\\u3066\\u3044\\u305f\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:37:40 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":116,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":354,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127740404085956608,\"in_reply_to_status_id_str\":null,\"id_str\":\"127740404085956608\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 5982000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "23e7357d-f235-41d8-bf92-297f1106c1bd-127740404085956608" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 神社の場所や地名にはしばしば、過去の津波や地震の記憶が刻印されている。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 神社の場所や地名にはしばしば、過去の津波や地震の記憶が刻印されている。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 6096000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u795e\\u793e\\u306e\\u5834\\u6240\\u3084\\u5730\\u540d\\u306b\\u306f\\u3057\\u3070\\u3057\\u3070\\u3001\\u904e\\u53bb\\u306e\\u6d25\\u6ce2\\u3084\\u5730\\u9707\\u306e\\u8a18\\u61b6\\u304c\\u523b\\u5370\\u3055\\u308c\\u3066\\u3044\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:39:34 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":116,\"default_profile\":true,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":355,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127740881582292992,\"in_reply_to_status_id_str\":null,\"id_str\":\"127740881582292992\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 6096000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "aacea76a-2493-4154-8ea4-e5c331770f0c-127740881582292992" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 境界に位置するものである神社は、地と水の「際」をしばしば徴しづけている。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 境界に位置するものである神社は、地と水の「際」をしばしば徴しづけている。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 6123000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u5883\\u754c\\u306b\\u4f4d\\u7f6e\\u3059\\u308b\\u3082\\u306e\\u3067\\u3042\\u308b\\u795e\\u793e\\u306f\\u3001\\u5730\\u3068\\u6c34\\u306e\\u300c\\u969b\\u300d\\u3092\\u3057\\u3070\\u3057\\u3070\\u5fb4\\u3057\\u3065\\u3051\\u3066\\u3044\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:40:01 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":116,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"default_profile\":true,\"statuses_count\":355,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127740996669816832,\"in_reply_to_status_id_str\":null,\"id_str\":\"127740996669816832\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 6123000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "852a37da-6426-4f1e-8aae-1b1b20f7d515-127740996669816832" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "位牌と携帯電話。3.11の被災者が避難時に持ち出したもの。先祖達のネットワークへの接続と、現実世界のネットワークへの接続。 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: 位牌と携帯電話。3.11の被災者が避難時に持ち出したもの。先祖達のネットワークへの接続と、現実世界のネットワークへの接続。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 6139000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u4f4d\\u724c\\u3068\\u643a\\u5e2f\\u96fb\\u8a71\\u30023.11\\u306e\\u88ab\\u707d\\u8005\\u304c\\u907f\\u96e3\\u6642\\u306b\\u6301\\u3061\\u51fa\\u3057\\u305f\\u3082\\u306e\\u3002\\u5148\\u7956\\u9054\\u306e\\u30cd\\u30c3\\u30c8\\u30ef\\u30fc\\u30af\\u3078\\u306e\\u63a5\\u7d9a\\u3068\\u3001\\u73fe\\u5b9f\\u4e16\\u754c\\u306e\\u30cd\\u30c3\\u30c8\\u30ef\\u30fc\\u30af\\u3078\\u306e\\u63a5\\u7d9a\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[62,68]}],\"user_mentions\":[]},\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"place_type\":\"city\",\"attributes\":{},\"full_name\":\"Lyon, Rh\\u00f4ne\",\"name\":\"Lyon\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d091189af463dd4a.json\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.7718312,45.7073626],[4.8983666,45.7073626],[4.8983666,45.8082829],[4.7718312,45.8082829]]]},\"id\":\"d091189af463dd4a\"},\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:40:17 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":{\"type\":\"Point\",\"coordinates\":[45.77019026,4.80132357]},\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":330,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2810,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"default_profile\":false,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127741063820607488,\"in_reply_to_status_id_str\":null,\"id_str\":\"127741063820607488\",\"coordinates\":{\"type\":\"Point\",\"coordinates\":[4.80132357,45.77019026]}}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 6139000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b0c4e708-4b10-44d9-8132-cab8f79eaebe-127741063820607488" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Ketai connecté aux Hihai, le téléphone relie aux ancêtres. Les sanctuaires Shinto séparent les eaux de la terre !++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Ketai connecté aux Hihai, le téléphone relie aux ancêtres. Les sanctuaires Shinto séparent les eaux de la terre !++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 6177000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Ketai connect\\u00e9 aux Hihai, le t\\u00e9l\\u00e9phone relie aux anc\\u00eatres. Les sanctuaires Shinto s\\u00e9parent les eaux de la terre !++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:40:55 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":393,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127741221383843840,\"in_reply_to_status_id_str\":null,\"id_str\":\"127741221383843840\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 6177000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "2cc7853a-b273-46bd-a0da-26e72368f0c9-127741221383843840" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem カタストロフィーの考古学。一神教ではない日本における歴史的時間の構造化を考える際には、カタストロフの問題を無視することはできない。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem カタストロフィーの考古学。一神教ではない日本における歴史的時間の構造化を考える際には、カタストロフの問題を無視することはできない。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 6303000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u30fc\\u306e\\u8003\\u53e4\\u5b66\\u3002\\u4e00\\u795e\\u6559\\u3067\\u306f\\u306a\\u3044\\u65e5\\u672c\\u306b\\u304a\\u3051\\u308b\\u6b74\\u53f2\\u7684\\u6642\\u9593\\u306e\\u69cb\\u9020\\u5316\\u3092\\u8003\\u3048\\u308b\\u969b\\u306b\\u306f\\u3001\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u306e\\u554f\\u984c\\u3092\\u7121\\u8996\\u3059\\u308b\\u3053\\u3068\\u306f\\u3067\\u304d\\u306a\\u3044\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:43:01 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":116,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":357,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127741751963303936,\"in_reply_to_status_id_str\":null,\"id_str\":\"127741751963303936\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 6303000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "c64b557d-e436-48d9-a35c-9f02c15d791b-127741751963303936" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem La Catastrophe comme marqueur de la mémoire collective dans un Japon sans culture monothéiste de l'insciption dans le livre ++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem La Catastrophe comme marqueur de la mémoire collective dans un Japon sans culture monothéiste de l'insciption dans le livre ++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 6310000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem La Catastrophe comme marqueur de la m\\u00e9moire collective dans un Japon sans culture monoth\\u00e9iste de l'insciption dans le livre ++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:43:08 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":393,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"default_profile\":true,\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127741778857181184,\"in_reply_to_status_id_str\":null,\"id_str\":\"127741778857181184\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 6310000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "f865d6b4-8de7-4cf6-98a8-8651016afd16-127741778857181184" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem 神社の場所や地名にはしばしば、過去の津波や地震の記憶が刻印されている。", + "img": { + "src": "http://a0.twimg.com/profile_images/1284700436/138318110_origin_normal.jpg" + }, + "title": "石田康二: RT @k_t_618: #tfcem 神社の場所や地名にはしばしば、過去の津波や地震の記憶が刻印されている。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 6323000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem\\u3000\\u795e\\u793e\\u306e\\u5834\\u6240\\u3084\\u5730\\u540d\\u306b\\u306f\\u3057\\u3070\\u3057\\u3070\\u3001\\u904e\\u53bb\\u306e\\u6d25\\u6ce2\\u3084\\u5730\\u9707\\u306e\\u8a18\\u61b6\\u304c\\u523b\\u5370\\u3055\\u308c\\u3066\\u3044\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem\\u3000\\u795e\\u793e\\u306e\\u5834\\u6240\\u3084\\u5730\\u540d\\u306b\\u306f\\u3057\\u3070\\u3057\\u3070\\u3001\\u904e\\u53bb\\u306e\\u6d25\\u6ce2\\u3084\\u5730\\u9707\\u306e\\u8a18\\u61b6\\u304c\\u523b\\u5370\\u3055\\u308c\\u3066\\u3044\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:39:34 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":116,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":357,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"default_profile\":true,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127740881582292992,\"in_reply_to_status_id_str\":null,\"id_str\":\"127740881582292992\",\"coordinates\":null},\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:43:21 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":3743,\"location\":\"\\u6771\\u4eac\\u306e\\u7530\\u820e\",\"notifications\":null,\"profile_background_color\":\"C6E2EE\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":610,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/309855257\\/twilk_background_4e44bfea5c6e7.jpg\",\"profile_sidebar_fill_color\":\"DAECF4\",\"description\":\"\\u97f3\\u30fb\\u5efa\\u7bc9\\u30fb\\u74b0\\u5883\\u30fb\\u306f\\u304b\\u308b\\u3000\\r\\n\\u672c\\u30fb\\u30c7\\u30b6\\u30a4\\u30f3\\u30fb\\u98df\\u30fbSBH\\u30fb\\u3053\\u306e\\u3080\\u3000\\r\\n\\u5225\\u5e9c\\u30fb\\u5927\\u962a\\u30fb\\u795e\\u5948\\u5ddd\\u30fb\\u30a4\\u30ae\\u30ea\\u30b9\\u30fb\\u3059\\u307e\\u3046\\u3000PhD(Cantab)\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Apr 29 06:16:58 +0000 2010\",\"profile_sidebar_border_color\":\"C6E2EE\",\"is_translator\":false,\"listed_count\":58,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":333,\"protected\":false,\"profile_text_color\":\"663B12\",\"url\":\"http:\\/\\/twilog.org\\/kjishi\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1284700436\\/138318110_origin_normal.jpg\",\"screen_name\":\"kjishi\",\"name\":\"\\u77f3\\u7530\\u5eb7\\u4e8c\",\"statuses_count\":6051,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/309855257\\/twilk_background_4e44bfea5c6e7.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1284700436\\/138318110_origin_normal.jpg\",\"id\":138318110,\"id_str\":\"138318110\",\"default_profile\":false,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"1F98C7\"},\"retweeted\":false,\"id\":127741836499488769,\"in_reply_to_status_id_str\":null,\"id_str\":\"127741836499488769\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 6323000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "d38e0ea1-2f1e-4125-b5ac-22ced006340d-127741836499488769" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem 境界に位置するものである神社は、地と水の「際」をしばしば徴しづけている。", + "img": { + "src": "http://a0.twimg.com/profile_images/1284700436/138318110_origin_normal.jpg" + }, + "title": "石田康二: RT @k_t_618: #tfcem 境界に位置するものである神社は、地と水の「際」をしばしば徴しづけている。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 6329000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem\\u3000\\u5883\\u754c\\u306b\\u4f4d\\u7f6e\\u3059\\u308b\\u3082\\u306e\\u3067\\u3042\\u308b\\u795e\\u793e\\u306f\\u3001\\u5730\\u3068\\u6c34\\u306e\\u300c\\u969b\\u300d\\u3092\\u3057\\u3070\\u3057\\u3070\\u5fb4\\u3057\\u3065\\u3051\\u3066\\u3044\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem\\u3000\\u5883\\u754c\\u306b\\u4f4d\\u7f6e\\u3059\\u308b\\u3082\\u306e\\u3067\\u3042\\u308b\\u795e\\u793e\\u306f\\u3001\\u5730\\u3068\\u6c34\\u306e\\u300c\\u969b\\u300d\\u3092\\u3057\\u3070\\u3057\\u3070\\u5fb4\\u3057\\u3065\\u3051\\u3066\\u3044\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:40:01 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":116,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":357,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127740996669816832,\"in_reply_to_status_id_str\":null,\"id_str\":\"127740996669816832\",\"coordinates\":null},\"source\":\"web\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:43:27 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":3743,\"location\":\"\\u6771\\u4eac\\u306e\\u7530\\u820e\",\"notifications\":null,\"profile_background_color\":\"C6E2EE\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":610,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/309855257\\/twilk_background_4e44bfea5c6e7.jpg\",\"profile_sidebar_fill_color\":\"DAECF4\",\"description\":\"\\u97f3\\u30fb\\u5efa\\u7bc9\\u30fb\\u74b0\\u5883\\u30fb\\u306f\\u304b\\u308b\\u3000\\r\\n\\u672c\\u30fb\\u30c7\\u30b6\\u30a4\\u30f3\\u30fb\\u98df\\u30fbSBH\\u30fb\\u3053\\u306e\\u3080\\u3000\\r\\n\\u5225\\u5e9c\\u30fb\\u5927\\u962a\\u30fb\\u795e\\u5948\\u5ddd\\u30fb\\u30a4\\u30ae\\u30ea\\u30b9\\u30fb\\u3059\\u307e\\u3046\\u3000PhD(Cantab)\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Apr 29 06:16:58 +0000 2010\",\"profile_sidebar_border_color\":\"C6E2EE\",\"is_translator\":false,\"listed_count\":58,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":333,\"protected\":false,\"profile_text_color\":\"663B12\",\"url\":\"http:\\/\\/twilog.org\\/kjishi\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1284700436\\/138318110_origin_normal.jpg\",\"screen_name\":\"kjishi\",\"name\":\"\\u77f3\\u7530\\u5eb7\\u4e8c\",\"statuses_count\":6052,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/309855257\\/twilk_background_4e44bfea5c6e7.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1284700436\\/138318110_origin_normal.jpg\",\"id\":138318110,\"id_str\":\"138318110\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"1F98C7\"},\"retweeted\":false,\"id\":127741859664642049,\"in_reply_to_status_id_str\":null,\"id_str\":\"127741859664642049\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 6329000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "2d6f0aec-0a65-408d-9429-da15f6cb37aa-127741859664642049" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem カタストロフィーの考古学。一神教ではない日本における歴史的時間の構造化を考える際には、カタストロフの問題を無視することはできない。", + "img": { + "src": "http://a0.twimg.com/profile_images/1284700436/138318110_origin_normal.jpg" + }, + "title": "石田康二: RT @k_t_618: #tfcem カタストロフィーの考古学。一神教ではない日本における歴史的時間の構造化を考える際には、カタストロフの問題を無視することはできない。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 6360000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem \\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u30fc\\u306e\\u8003\\u53e4\\u5b66\\u3002\\u4e00\\u795e\\u6559\\u3067\\u306f\\u306a\\u3044\\u65e5\\u672c\\u306b\\u304a\\u3051\\u308b\\u6b74\\u53f2\\u7684\\u6642\\u9593\\u306e\\u69cb\\u9020\\u5316\\u3092\\u8003\\u3048\\u308b\\u969b\\u306b\\u306f\\u3001\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u306e\\u554f\\u984c\\u3092\\u7121\\u8996\\u3059\\u308b\\u3053\\u3068\\u306f\\u3067\\u304d\\u306a\\u3044\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem \\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u30fc\\u306e\\u8003\\u53e4\\u5b66\\u3002\\u4e00\\u795e\\u6559\\u3067\\u306f\\u306a\\u3044\\u65e5\\u672c\\u306b\\u304a\\u3051\\u308b\\u6b74\\u53f2\\u7684\\u6642\\u9593\\u306e\\u69cb\\u9020\\u5316\\u3092\\u8003\\u3048\\u308b\\u969b\\u306b\\u306f\\u3001\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u306e\\u554f\\u984c\\u3092\\u7121\\u8996\\u3059\\u308b\\u3053\\u3068\\u306f\\u3067\\u304d\\u306a\\u3044\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":2,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:43:01 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":116,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":357,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127741751963303936,\"in_reply_to_status_id_str\":null,\"id_str\":\"127741751963303936\",\"coordinates\":null},\"source\":\"web\",\"retweet_count\":2,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:43:58 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":3743,\"location\":\"\\u6771\\u4eac\\u306e\\u7530\\u820e\",\"notifications\":null,\"profile_background_color\":\"C6E2EE\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":610,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/309855257\\/twilk_background_4e44bfea5c6e7.jpg\",\"profile_sidebar_fill_color\":\"DAECF4\",\"description\":\"\\u97f3\\u30fb\\u5efa\\u7bc9\\u30fb\\u74b0\\u5883\\u30fb\\u306f\\u304b\\u308b\\u3000\\r\\n\\u672c\\u30fb\\u30c7\\u30b6\\u30a4\\u30f3\\u30fb\\u98df\\u30fbSBH\\u30fb\\u3053\\u306e\\u3080\\u3000\\r\\n\\u5225\\u5e9c\\u30fb\\u5927\\u962a\\u30fb\\u795e\\u5948\\u5ddd\\u30fb\\u30a4\\u30ae\\u30ea\\u30b9\\u30fb\\u3059\\u307e\\u3046\\u3000PhD(Cantab)\",\"default_profile\":false,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Apr 29 06:16:58 +0000 2010\",\"profile_sidebar_border_color\":\"C6E2EE\",\"is_translator\":false,\"listed_count\":58,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":333,\"protected\":false,\"profile_text_color\":\"663B12\",\"url\":\"http:\\/\\/twilog.org\\/kjishi\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1284700436\\/138318110_origin_normal.jpg\",\"screen_name\":\"kjishi\",\"name\":\"\\u77f3\\u7530\\u5eb7\\u4e8c\",\"statuses_count\":6053,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/309855257\\/twilk_background_4e44bfea5c6e7.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1284700436\\/138318110_origin_normal.jpg\",\"id\":138318110,\"id_str\":\"138318110\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"1F98C7\"},\"retweeted\":false,\"id\":127741991932014592,\"in_reply_to_status_id_str\":null,\"id_str\":\"127741991932014592\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 6360000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "cf067c4c-8909-4256-ab15-5f2f3190d043-127741991932014592" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 歴史的過去のフラッシュバックを引き起こしたものとしてのカタストロフ。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 歴史的過去のフラッシュバックを引き起こしたものとしてのカタストロフ。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 6389000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u6b74\\u53f2\\u7684\\u904e\\u53bb\\u306e\\u30d5\\u30e9\\u30c3\\u30b7\\u30e5\\u30d0\\u30c3\\u30af\\u3092\\u5f15\\u304d\\u8d77\\u3053\\u3057\\u305f\\u3082\\u306e\\u3068\\u3057\\u3066\\u306e\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:44:27 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":116,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":358,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127742110978932738,\"in_reply_to_status_id_str\":null,\"id_str\":\"127742110978932738\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 6389000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "8d26fee3-1e21-4e5c-9297-a2d208af57b4-127742110978932738" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem カタストロフの記憶の想起はフラッシュバックという形でしかあり得ない。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem カタストロフの記憶の想起はフラッシュバックという形でしかあり得ない。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 6446000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u306e\\u8a18\\u61b6\\u306e\\u60f3\\u8d77\\u306f\\u30d5\\u30e9\\u30c3\\u30b7\\u30e5\\u30d0\\u30c3\\u30af\\u3068\\u3044\\u3046\\u5f62\\u3067\\u3057\\u304b\\u3042\\u308a\\u5f97\\u306a\\u3044\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:45:24 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":116,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":214,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":359,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127742352243695616,\"in_reply_to_status_id_str\":null,\"id_str\":\"127742352243695616\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 6446000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "84addaae-6a81-4ad4-a22f-25c4200cefcf-127742352243695616" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem いったん休憩。次のスピーカーはベルナール・スティグレール。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem いったん休憩。次のスピーカーはベルナール・スティグレール。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 6712000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u3044\\u3063\\u305f\\u3093\\u4f11\\u61a9\\u3002\\u6b21\\u306e\\u30b9\\u30d4\\u30fc\\u30ab\\u30fc\\u306f\\u30d9\\u30eb\\u30ca\\u30fc\\u30eb\\u30fb\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:49:50 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":116,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":360,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127743467228119041,\"in_reply_to_status_id_str\":null,\"id_str\":\"127743467228119041\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 6712000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "aaa03f07-c1a6-4f57-8b8f-e22bec75ff28-127743467228119041" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "スティグレール来てたんだ。RT @y_nango: 東大フォーラムの「日本のメディア文化:カタストロフィとメディア」のust。登壇者・講演者は、石田英敬、ベルナール・スティグレール、ロバン・ルヌッチ、藤幡正樹、吉見俊哉。http://t.co/QhXyoVkx #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "××××: スティグレール来てたんだ。RT @y_nango: 東大フォーラムの「日本のメディア文化:カタストロフィとメディア」のust。登壇者・講演者は、石田英敬、ベルナール・スティグレール、ロバン・ルヌッチ、藤幡正樹、吉見俊哉。http://t.co/QhXyoVkx #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 6735000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u6765\\u3066\\u305f\\u3093\\u3060\\u3002RT @y_nango: \\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u306e\\u300c\\u65e5\\u672c\\u306e\\u30e1\\u30c7\\u30a3\\u30a2\\u6587\\u5316\\uff1a\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u300d\\u306eust\\u3002\\u767b\\u58c7\\u8005\\u30fb\\u8b1b\\u6f14\\u8005\\u306f\\u3001\\u77f3\\u7530\\u82f1\\u656c\\u3001\\u30d9\\u30eb\\u30ca\\u30fc\\u30eb\\u30fb\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u3001\\u30ed\\u30d0\\u30f3\\u30fb\\u30eb\\u30cc\\u30c3\\u30c1\\u3001\\u85e4\\u5e61\\u6b63\\u6a39\\u3001\\u5409\\u898b\\u4fca\\u54c9\\u3002http:\\/\\/t.co\\/QhXyoVkx\\u3000#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[110,130],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/QhXyoVkx\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[131,137]}],\"user_mentions\":[{\"indices\":[16,24],\"name\":\"Yoshikazu NANGO\",\"screen_name\":\"y_nango\",\"id\":99508965,\"id_str\":\"99508965\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:50:13 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":29,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u3082\\u3046\\u3044\\u3084\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Fri Nov 13 02:49:13 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":1,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":131,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"njeoisr\",\"name\":\"\\u00d7\\u00d7\\u00d7\\u00d7\",\"statuses_count\":589,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":89608821,\"id_str\":\"89608821\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127743563705487360,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127743563705487360\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 6735000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "85640602-f0a5-4f38-8055-d40d33aba45e-127743563705487360" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @mouri: 石田英敬さんの戦後アニメとカタストロフ論 #tfcem http://t.co/44nxbvjI", + "img": { + "src": "http://a0.twimg.com/profile_images/1245219091/c2_normal.jpg" + }, + "title": "降矢聡: RT @mouri: 石田英敬さんの戦後アニメとカタストロフ論 #tfcem http://t.co/44nxbvjI", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 6778000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @mouri: \\u77f3\\u7530\\u82f1\\u656c\\u3055\\u3093\\u306e\\u6226\\u5f8c\\u30a2\\u30cb\\u30e1\\u3068\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u8ad6\\u3000#tfcem http:\\/\\/t.co\\/44nxbvjI\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"polemictweet.com\\/\\/iii-catastrop\\u2026\",\"indices\":[39,59],\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/\\/iii-catastrophe\\/client.php#\",\"url\":\"http:\\/\\/t.co\\/44nxbvjI\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[32,38]}],\"user_mentions\":[{\"indices\":[3,9],\"name\":\"Yoshitaka Mouri\",\"screen_name\":\"mouri\",\"id\":5133521,\"id_str\":\"5133521\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"\\u77f3\\u7530\\u82f1\\u656c\\u3055\\u3093\\u306e\\u6226\\u5f8c\\u30a2\\u30cb\\u30e1\\u3068\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u8ad6\\u3000#tfcem http:\\/\\/t.co\\/44nxbvjI\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"polemictweet.com\\/\\/iii-catastrop\\u2026\",\"indices\":[28,48],\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/\\/iii-catastrophe\\/client.php#\",\"url\":\"http:\\/\\/t.co\\/44nxbvjI\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[21,27]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":2,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:18:03 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"131516\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":2211,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"description\":\"Sociologist, Media, Culture and Art Critic, Tokyo University of the Arts\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Apr 18 16:03:41 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"is_translator\":false,\"listed_count\":208,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":181,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1341853248\\/mouriyoshitaka_normal.jpg\",\"screen_name\":\"mouri\",\"name\":\"Yoshitaka Mouri\",\"statuses_count\":1483,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1341853248\\/mouriyoshitaka_normal.jpg\",\"id\":5133521,\"id_str\":\"5133521\",\"default_profile\":false,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"009999\"},\"retweeted\":false,\"id\":127735469181112320,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127735469181112320\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twtr.jp\\\" rel=\\\"nofollow\\\"\\u003EKeitai Web\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":2,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:50:56 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":6,\"location\":\"\\u3068\\u3046\\u304d\\u3087\\u3046 \\u306a\\u304b\\u306e\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":94,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u5efa\\u7bc9\\u5b66\\u751f\\u3002INAX\\u51fa\\u7248\\u300e\\u6620\\u753b\\u7a7a\\u9593400\\u9078\\u300f\\u306b\\u57f7\\u7b46\\u3055\\u305b\\u3066\\u3044\\u305f\\u3060\\u3044\\u3066\\u304a\\u308a\\u307e\\u3059\\u3002\\u30c4\\u30a4\\u30c3\\u30bf\\u30fc\\u3068\\u540c\\u69d8\\u3001\\u3053\\u3061\\u3089\\u3082\\u3069\\u3046\\u305e\\u3088\\u308d\\u3057\\u304f\\u304a\\u9858\\u3044\\u3057\\u307e\\u3059\\u3002\\r\\n\",\"following\":null,\"time_zone\":\"Hawaii\",\"created_at\":\"Tue Feb 15 15:40:52 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":4,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":66,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1245219091\\/c2_normal.jpg\",\"screen_name\":\"satoshifuruya\",\"name\":\"\\u964d\\u77e2\\u8061\",\"statuses_count\":3711,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1245219091\\/c2_normal.jpg\",\"id\":252625199,\"id_str\":\"252625199\",\"default_profile\":true,\"verified\":false,\"utc_offset\":-36000,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127743743741788161,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127743743741788161\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 6778000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "cd34aeeb-c926-48c9-a2ec-2800d04668cc-127743743741788161" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "スティグレールだ…… http://t.co/I6IHy8MT #tfcem", + "img": { + "src": "http://a0.twimg.com/profile_images/367297383/sjd_icon_normal.jpg" + }, + "title": "衰弱堂: スティグレールだ…… http://t.co/I6IHy8MT #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7100000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u3060\\u2026\\u2026 http:\\/\\/t.co\\/I6IHy8MT #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"j.mp\\/qgEp6B\",\"indices\":[11,31],\"expanded_url\":\"http:\\/\\/j.mp\\/qgEp6B\",\"url\":\"http:\\/\\/t.co\\/I6IHy8MT\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[32,38]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/janetter.net\\/\\\" rel=\\\"nofollow\\\"\\u003EJanetter2\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:56:18 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":9882,\"location\":\"\\u6771\\u4eac\",\"notifications\":null,\"profile_background_color\":\"d9bfbf\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":756,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/28438868\\/twtt4.jpg\",\"profile_sidebar_fill_color\":\"f2f2f2\",\"description\":\"\\u5143\\u6587\\u5b66\\u9752\\u5e74\\u3002\\u5143\\u7f8e\\u8853\\u8a55\\u8ad6\\u5bb6\\u3002\\u5143\\u30aa\\u30f3\\u30e9\\u30a4\\u30f3\\u30b2\\u30fc\\u30de\\u30fc\\u3002Web\\u304b\\u3089\\uff0f\\u306b\\u5411\\u304b\\u3063\\u3066\\uff0f\\u306e\\u4e2d\\u3067\\uff0f\\u3088\\u308d\\u305a\\u8003\\u3048\\u306c\\u304f\\u4eba\\u3002\\u30c7\\u30fc\\u30bf\\u30cf\\u30f3\\u30c9\\u30ea\\u30f3\\u30b0\\u3068\\u30b7\\u30ca\\u30ea\\u30aa\\u30d7\\u30e9\\u30f3\\u30cb\\u30f3\\u30b0\\u3067\\u98df\\u3079\\u3066\\u304d\\u305f\\u73fe\\u5728\\u96f6\\u7d30\\u81ea\\u55b6\\u696d\\u8005\\u3002a2i\\u500b\\u4eba\\u4f1a\\u54e1\\u3002\\u30bd\\u30fc\\u30b7\\u30e3\\u30eb\\u30b2\\u30fc\\u30e0\\u306e\\u89e3\\u6790\\u3084\\u308a\\u305f\\u3044\\u3002\",\"following\":null,\"time_zone\":\"Osaka\",\"created_at\":\"Sat May 17 15:50:05 +0000 2008\",\"profile_sidebar_border_color\":\"336633\",\"is_translator\":false,\"listed_count\":95,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":765,\"protected\":false,\"profile_text_color\":\"323232\",\"url\":\"http:\\/\\/suijackdo.seesaa.net\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/367297383\\/sjd_icon_normal.jpg\",\"screen_name\":\"SuiJackDo\",\"name\":\"\\u8870\\u5f31\\u5802\",\"statuses_count\":10745,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/28438868\\/twtt4.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/367297383\\/sjd_icon_normal.jpg\",\"id\":14811910,\"id_str\":\"14811910\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"336733\"},\"retweeted\":false,\"id\":127745092638355456,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127745092638355456\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7100000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "88929239-23de-4686-8f1c-acf4fc9d5f33-127745092638355456" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem スティグレール登場!", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem スティグレール登場!", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7164000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u767b\\u5834\\uff01\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:57:22 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":361,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127745364081127424,\"in_reply_to_status_id_str\":null,\"id_str\":\"127745364081127424\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7164000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b3c5fd2c-5d3b-4f6f-8292-17c1ccf57aa0-127745364081127424" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 二重のカタストロフ。カタストロフィー理論と古代ギリシャ的な意味でのカタストロフ。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 二重のカタストロフ。カタストロフィー理論と古代ギリシャ的な意味でのカタストロフ。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7263000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u4e8c\\u91cd\\u306e\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3002\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u30fc\\u7406\\u8ad6\\u3068\\u53e4\\u4ee3\\u30ae\\u30ea\\u30b7\\u30e3\\u7684\\u306a\\u610f\\u5473\\u3067\\u306e\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:59:01 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":362,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127745778335756288,\"in_reply_to_status_id_str\":null,\"id_str\":\"127745778335756288\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7263000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "97d0e3c5-65df-4d99-bef2-3a79c4cf4e4c-127745778335756288" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem あらゆるショックはカタストロフの構造を持ち、そこには大団円というものが結びつく。カタストロフェー=大団円。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem あらゆるショックはカタストロフの構造を持ち、そこには大団円というものが結びつく。カタストロフェー=大団円。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7354000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u3042\\u3089\\u3086\\u308b\\u30b7\\u30e7\\u30c3\\u30af\\u306f\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u306e\\u69cb\\u9020\\u3092\\u6301\\u3061\\u3001\\u305d\\u3053\\u306b\\u306f\\u5927\\u56e3\\u5186\\u3068\\u3044\\u3046\\u3082\\u306e\\u304c\\u7d50\\u3073\\u3064\\u304f\\u3002\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a7\\u30fc\\uff1d\\u5927\\u56e3\\u5186\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:00:32 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":363,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127746160969523200,\"in_reply_to_status_id_str\":null,\"id_str\":\"127746160969523200\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7354000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b16574da-21ea-4268-99a0-730af4b57660-127746160969523200" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "石田英敬先生講演に続きベルナール・スティグレールの講演 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: 石田英敬先生講演に続きベルナール・スティグレールの講演 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7398000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u77f3\\u7530\\u82f1\\u656c\\u5148\\u751f\\u8b1b\\u6f14\\u306b\\u7d9a\\u304d\\u30d9\\u30eb\\u30ca\\u30fc\\u30eb\\u30fb\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u306e\\u8b1b\\u6f14 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[28,34]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:01:16 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2812,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"default_profile\":false,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127746343631470593,\"in_reply_to_status_id_str\":null,\"id_str\":\"127746343631470593\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7398000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "c34d6480-bf7a-4ac9-947a-5d9c36699b1d-127746343631470593" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 『千夜一夜物語』のシエラザード姫とカタストロフ。この物語のテーマは「話のおわり」。性的カタストロフとしてのサルタン、それを際限なく延期するものとしての物語の「語り」という構造。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 『千夜一夜物語』のシエラザード姫とカタストロフ。この物語のテーマは「話のおわり」。性的カタストロフとしてのサルタン、それを際限なく延期するものとしての物語の「語り」という構造。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7458000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u300e\\u5343\\u591c\\u4e00\\u591c\\u7269\\u8a9e\\u300f\\u306e\\u30b7\\u30a8\\u30e9\\u30b6\\u30fc\\u30c9\\u59eb\\u3068\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3002\\u3053\\u306e\\u7269\\u8a9e\\u306e\\u30c6\\u30fc\\u30de\\u306f\\u300c\\u8a71\\u306e\\u304a\\u308f\\u308a\\u300d\\u3002\\u6027\\u7684\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3068\\u3057\\u3066\\u306e\\u30b5\\u30eb\\u30bf\\u30f3\\u3001\\u305d\\u308c\\u3092\\u969b\\u9650\\u306a\\u304f\\u5ef6\\u671f\\u3059\\u308b\\u3082\\u306e\\u3068\\u3057\\u3066\\u306e\\u7269\\u8a9e\\u306e\\u300c\\u8a9e\\u308a\\u300d\\u3068\\u3044\\u3046\\u69cb\\u9020\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:02:16 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":364,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127746594916405248,\"in_reply_to_status_id_str\":null,\"id_str\":\"127746594916405248\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7458000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "1a2eca6f-c70c-49f1-be27-6bbd96e0da3c-127746594916405248" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem フロイトがいう、リビドーのエコノミーとして、カタストロフの延期を行うものとしてのシエラザードの「語り」。差延。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem フロイトがいう、リビドーのエコノミーとして、カタストロフの延期を行うものとしてのシエラザードの「語り」。差延。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7528000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"retweeted\":false,\"text\":\"#tfcem \\u30d5\\u30ed\\u30a4\\u30c8\\u304c\\u3044\\u3046\\u3001\\u30ea\\u30d3\\u30c9\\u30fc\\u306e\\u30a8\\u30b3\\u30ce\\u30df\\u30fc\\u3068\\u3057\\u3066\\u3001\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u306e\\u5ef6\\u671f\\u3092\\u884c\\u3046\\u3082\\u306e\\u3068\\u3057\\u3066\\u306e\\u30b7\\u30a8\\u30e9\\u30b6\\u30fc\\u30c9\\u306e\\u300c\\u8a9e\\u308a\\u300d\\u3002\\u5dee\\u5ef6\\u3002\",\"in_reply_to_status_id_str\":null,\"id_str\":\"127746888433807361\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"in_reply_to_user_id_str\":null,\"place\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id\":null,\"created_at\":\"Sat Oct 22 14:03:26 +0000 2011\",\"geo\":null,\"retweet_count\":0,\"favorited\":false,\"in_reply_to_status_id\":null,\"user\":{\"statuses_count\":365,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"location\":\"\",\"id_str\":\"15015946\",\"verified\":false,\"notifications\":null,\"profile_link_color\":\"0084B4\",\"default_profile_image\":true,\"lang\":\"ja\",\"favourites_count\":13,\"profile_background_color\":\"C0DEED\",\"description\":\"\",\"default_profile\":true,\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"following\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"time_zone\":\"Tokyo\",\"profile_sidebar_border_color\":\"C0DEED\",\"protected\":false,\"is_translator\":false,\"url\":null,\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"id\":15015946,\"utc_offset\":32400,\"profile_text_color\":\"333333\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\"},\"in_reply_to_screen_name\":null,\"id\":127746888433807361,\"coordinates\":null,\"truncated\":false}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7528000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a1742242-087f-4ad9-8290-6dfac4c99e97-127746888433807361" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem B. Stiegler: la catastrophé du sensible après Freud et Derrida et avec le double redoublement épochal de Husserl", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem B. Stiegler: la catastrophé du sensible après Freud et Derrida et avec le double redoublement épochal de Husserl", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7581000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem B. Stiegler: la catastroph\\u00e9 du sensible apr\\u00e8s Freud et Derrida et avec le double redoublement \\u00e9pochal de Husserl\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:04:19 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":395,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127747111944077312,\"in_reply_to_status_id_str\":null,\"id_str\":\"127747111944077312\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7581000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "3298183b-f25c-4963-9f49-8df21163d05c-127747111944077312" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 二重のエポケー的宙づり。技術的な変革は、ひとつのエポケー=宙づりというショック効果をもたらす。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 二重のエポケー的宙づり。技術的な変革は、ひとつのエポケー=宙づりというショック効果をもたらす。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7595000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u4e8c\\u91cd\\u306e\\u30a8\\u30dd\\u30b1\\u30fc\\u7684\\u5b99\\u3065\\u308a\\u3002\\u6280\\u8853\\u7684\\u306a\\u5909\\u9769\\u306f\\u3001\\u3072\\u3068\\u3064\\u306e\\u30a8\\u30dd\\u30b1\\u30fc\\uff1d\\u5b99\\u3065\\u308a\\u3068\\u3044\\u3046\\u30b7\\u30e7\\u30c3\\u30af\\u52b9\\u679c\\u3092\\u3082\\u305f\\u3089\\u3059\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:04:33 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":366,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127747168890142720,\"in_reply_to_status_id_str\":null,\"id_str\":\"127747168890142720\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7595000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "390ee580-086d-432b-ae09-59882208afa0-127747168890142720" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 社会や個人の個体化のプロセスの必然的に介入してくるnon-humainな契機。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 社会や個人の個体化のプロセスの必然的に介入してくるnon-humainな契機。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7644000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u793e\\u4f1a\\u3084\\u500b\\u4eba\\u306e\\u500b\\u4f53\\u5316\\u306e\\u30d7\\u30ed\\u30bb\\u30b9\\u306e\\u5fc5\\u7136\\u7684\\u306b\\u4ecb\\u5165\\u3057\\u3066\\u304f\\u308bnon-humain\\u306a\\u5951\\u6a5f\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:05:22 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":367,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127747374964670464,\"in_reply_to_status_id_str\":null,\"id_str\":\"127747374964670464\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7644000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "9488d5aa-02fe-4e0b-8b09-ce0e597231d0-127747374964670464" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "カタストロフィとメディアについて、ベルナール・スティグレールのレクチャー中。USTはここ→ http://t.co/RUO6Otzy #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: カタストロフィとメディアについて、ベルナール・スティグレールのレクチャー中。USTはここ→ http://t.co/RUO6Otzy #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7660000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u306b\\u3064\\u3044\\u3066\\u3001\\u30d9\\u30eb\\u30ca\\u30fc\\u30eb\\u30fb\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u306e\\u30ec\\u30af\\u30c1\\u30e3\\u30fc\\u4e2d\\u3002UST\\u306f\\u3053\\u3053\\u2192 http:\\/\\/t.co\\/RUO6Otzy #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[46,66],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/RUO6Otzy\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[67,73]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:05:38 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2814,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"default_profile\":false,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127747441863819264,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127747441863819264\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7660000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "bbd9bed0-417b-4ec3-a526-bcf54b92b050-127747441863819264" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Les êtres non-inhumains décrits par Ganguilhem et qui se rendent malades par la technique", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Les êtres non-inhumains décrits par Ganguilhem et qui se rendent malades par la technique", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7697000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Les \\u00eatres non-inhumains d\\u00e9crits par Ganguilhem et qui se rendent malades par la technique\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:06:15 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":396,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127747599477387264,\"in_reply_to_status_id_str\":null,\"id_str\":\"127747599477387264\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7697000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "606136ff-60cc-4bb1-8cf4-a86d28f4d1f9-127747599477387264" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 技術はひとつの病を持ち込み、それを直すのもまた技術。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 技術はひとつの病を持ち込み、それを直すのもまた技術。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7708000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u6280\\u8853\\u306f\\u3072\\u3068\\u3064\\u306e\\u75c5\\u3092\\u6301\\u3061\\u8fbc\\u307f\\u3001\\u305d\\u308c\\u3092\\u76f4\\u3059\\u306e\\u3082\\u307e\\u305f\\u6280\\u8853\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:06:26 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"default_profile\":true,\"statuses_count\":368,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127747645358878722,\"in_reply_to_status_id_str\":null,\"id_str\":\"127747645358878722\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7708000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "8d10de7b-7b39-4396-ab6f-9e916aeda6d7-127747645358878722" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem 社会や個人の個体化のプロセスの必然的に介入してくるnon-humainな契機。", + "img": { + "src": "http://a2.twimg.com/profile_images/1244653838/image_normal.jpg" + }, + "title": "n11個: RT @k_t_618: #tfcem 社会や個人の個体化のプロセスの必然的に介入してくるnon-humainな契機。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7739000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem \\u793e\\u4f1a\\u3084\\u500b\\u4eba\\u306e\\u500b\\u4f53\\u5316\\u306e\\u30d7\\u30ed\\u30bb\\u30b9\\u306e\\u5fc5\\u7136\\u7684\\u306b\\u4ecb\\u5165\\u3057\\u3066\\u304f\\u308bnon-humain\\u306a\\u5951\\u6a5f\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem \\u793e\\u4f1a\\u3084\\u500b\\u4eba\\u306e\\u500b\\u4f53\\u5316\\u306e\\u30d7\\u30ed\\u30bb\\u30b9\\u306e\\u5fc5\\u7136\\u7684\\u306b\\u4ecb\\u5165\\u3057\\u3066\\u304f\\u308bnon-humain\\u306a\\u5951\\u6a5f\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:05:22 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":368,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"default_profile\":true,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127747374964670464,\"in_reply_to_status_id_str\":null,\"id_str\":\"127747374964670464\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:06:57 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":39148,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"ACDED6\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1710,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"description\":\"\\u7d42\\u308a\\u306e\\u4f1a\\u3068\\u3044\\u3046\\u30b5\\u30fc\\u30af\\u30eb\\u3067\\u540c\\u4eba\\u8a8c\\u300c\\u30af\\u30ed\\u30cb\\u30c3\\u30af\\u30fb\\u30e9\\u30f4\\uff08\\u7279\\u96c6\\uff1a\\u30b5\\u30fc\\u30d0\\u30fc\\u30d1\\u30f3\\u30af\\uff09\\u300d\\u300c\\u30e2\\u30c0\\u30f3\\u30fb\\u30e9\\u30f4\\uff08\\u7279\\u96c6\\uff1a\\u30af\\u30e9\\u30a6\\u30c9\\u30b3\\u30a2\\uff09\\u300d\\u3092\\u51fa\\u3057\\u307e\\u3057\\u305f\\u3002\\u6b21\\u53f7\\u306f\\u300c\\u30cf\\u30a4\\u30d1\\u30fc\\u30fb\\u30e9\\u30f4\\uff08\\u7279\\u96c6\\uff1a\\u30dd\\u30b9\\u30c8\\u5149\\uff09\\u300d\\u3067\\u3059\\u3002\\r\\n\\r\\n\\u30d5\\u30a9\\u30ed\\u30fc\\u30fb\\u30ea\\u30d7\\u30e9\\u30a4\\u306f\\u304a\\u6c17\\u8efd\\u306b\\u3002\\r\\n\\r\\n\\uff13\\u4eba\\u306e\\uff24\\uff2a\\u306b\\u3088\\u308b\\u30e6\\u30cb\\u30c3\\u30c8\\u300c\\u5efa\\u8a2d\\u4e2d\\u300d\\u3067\\u3082\\u6d3b\\u52d5\\u4e2d\\u3002\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Fri Dec 14 08:13:02 +0000 2007\",\"profile_sidebar_border_color\":\"EEEEEE\",\"is_translator\":false,\"listed_count\":214,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":1422,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/goo.gl\\/kO0XM\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1244653838\\/image_normal.jpg\",\"screen_name\":\"nnnnnnnnnnn\",\"name\":\"\\uff4e\\uff11\\uff11\\u500b\",\"statuses_count\":55657,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1244653838\\/image_normal.jpg\",\"id\":11155502,\"id_str\":\"11155502\",\"default_profile\":false,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"038543\"},\"retweeted\":false,\"id\":127747773331283968,\"in_reply_to_status_id_str\":null,\"id_str\":\"127747773331283968\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7739000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "0abb7d43-491f-4e37-a5e6-3a1a50c5511c-127747773331283968" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 個体化、集団的個体化、横断的個体化、(シモンドン)", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 個体化、集団的個体化、横断的個体化、(シモンドン)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7874000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u500b\\u4f53\\u5316\\u3001\\u96c6\\u56e3\\u7684\\u500b\\u4f53\\u5316\\u3001\\u6a2a\\u65ad\\u7684\\u500b\\u4f53\\u5316\\u3001\\uff08\\u30b7\\u30e2\\u30f3\\u30c9\\u30f3\\uff09\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:09:12 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":369,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127748340787052544,\"in_reply_to_status_id_str\":null,\"id_str\":\"127748340787052544\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7874000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "8c0050d8-b386-4ed2-9497-a80454cd2c68-127748340787052544" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 個体横断的なものとしての「意味作用signification」、プシケー的なもののメタ安定。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 個体横断的なものとしての「意味作用signification」、プシケー的なもののメタ安定。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7910000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u500b\\u4f53\\u6a2a\\u65ad\\u7684\\u306a\\u3082\\u306e\\u3068\\u3057\\u3066\\u306e\\u300c\\u610f\\u5473\\u4f5c\\u7528signification\\u300d\\u3001\\u30d7\\u30b7\\u30b1\\u30fc\\u7684\\u306a\\u3082\\u306e\\u306e\\u30e1\\u30bf\\u5b89\\u5b9a\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:09:48 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":370,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127748491219972096,\"in_reply_to_status_id_str\":null,\"id_str\":\"127748491219972096\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7910000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "2010231d-95f4-4847-81ae-e62fc77503f4-127748491219972096" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @8714423: カタストロフィとメディアについて、ベルナール・スティグレールのレクチャー中。USTはここ→ http://t.co/RUO6Otzy #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1032383865/10156359_4136563276_normal.jpg" + }, + "title": "Hanako Murakami: RT @8714423: カタストロフィとメディアについて、ベルナール・スティグレールのレクチャー中。USTはここ→ http://t.co/RUO6Otzy #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7969000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @8714423: \\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u306b\\u3064\\u3044\\u3066\\u3001\\u30d9\\u30eb\\u30ca\\u30fc\\u30eb\\u30fb\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u306e\\u30ec\\u30af\\u30c1\\u30e3\\u30fc\\u4e2d\\u3002UST\\u306f\\u3053\\u3053\\u2192 http:\\/\\/t.co\\/RUO6Otzy #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[59,79],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/RUO6Otzy\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[80,86]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"y_yanai\",\"screen_name\":\"8714423\",\"id\":233539798,\"id_str\":\"233539798\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u306b\\u3064\\u3044\\u3066\\u3001\\u30d9\\u30eb\\u30ca\\u30fc\\u30eb\\u30fb\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u306e\\u30ec\\u30af\\u30c1\\u30e3\\u30fc\\u4e2d\\u3002UST\\u306f\\u3053\\u3053\\u2192 http:\\/\\/t.co\\/RUO6Otzy #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[46,66],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/RUO6Otzy\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[67,73]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:05:38 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"default_profile\":false,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2814,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127747441863819264,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127747441863819264\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:10:47 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":1,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":240,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u30d9\\u30eb\\u30ae\\u30fc\\u3067\\u7f8e\\u5927\\u751f\\u3084\\u3063\\u3066\\u307e\\u3059\\u3002\",\"default_profile\":true,\"following\":null,\"time_zone\":null,\"created_at\":\"Thu Mar 04 14:53:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":23,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":234,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1032383865\\/10156359_4136563276_normal.jpg\",\"screen_name\":\"hanakophone\",\"name\":\"Hanako Murakami\",\"statuses_count\":2149,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1032383865\\/10156359_4136563276_normal.jpg\",\"id\":119751084,\"id_str\":\"119751084\",\"verified\":false,\"utc_offset\":null,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127748738444820480,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127748738444820480\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7969000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "29ddf802-764c-45a3-a577-19136a43eab6-127748738444820480" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem ソシュール、言語の共時態と通時態。意味の理解のプロセス、なにかを相手に伝え相手を変え、同時に自分も変わっていくというプロセスは横断個体的なもの。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem ソシュール、言語の共時態と通時態。意味の理解のプロセス、なにかを相手に伝え相手を変え、同時に自分も変わっていくというプロセスは横断個体的なもの。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7988000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u30bd\\u30b7\\u30e5\\u30fc\\u30eb\\u3001\\u8a00\\u8a9e\\u306e\\u5171\\u6642\\u614b\\u3068\\u901a\\u6642\\u614b\\u3002\\u610f\\u5473\\u306e\\u7406\\u89e3\\u306e\\u30d7\\u30ed\\u30bb\\u30b9\\u3001\\u306a\\u306b\\u304b\\u3092\\u76f8\\u624b\\u306b\\u4f1d\\u3048\\u76f8\\u624b\\u3092\\u5909\\u3048\\u3001\\u540c\\u6642\\u306b\\u81ea\\u5206\\u3082\\u5909\\u308f\\u3063\\u3066\\u3044\\u304f\\u3068\\u3044\\u3046\\u30d7\\u30ed\\u30bb\\u30b9\\u306f\\u6a2a\\u65ad\\u500b\\u4f53\\u7684\\u306a\\u3082\\u306e\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:11:06 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":true,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":371,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127748819218735104,\"in_reply_to_status_id_str\":null,\"id_str\":\"127748819218735104\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 7988000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "9a0f30b3-5e97-4d2b-a33d-233bb36da27d-127748819218735104" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 横断個体化の条件は、三次的な過去把持。記憶技術によって維持される記憶が三次的な過去把持。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 横断個体化の条件は、三次的な過去把持。記憶技術によって維持される記憶が三次的な過去把持。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8058000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u6a2a\\u65ad\\u500b\\u4f53\\u5316\\u306e\\u6761\\u4ef6\\u306f\\u3001\\u4e09\\u6b21\\u7684\\u306a\\u904e\\u53bb\\u628a\\u6301\\u3002\\u8a18\\u61b6\\u6280\\u8853\\u306b\\u3088\\u3063\\u3066\\u7dad\\u6301\\u3055\\u308c\\u308b\\u8a18\\u61b6\\u304c\\u4e09\\u6b21\\u7684\\u306a\\u904e\\u53bb\\u628a\\u6301\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:12:16 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":372,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127749113654677505,\"in_reply_to_status_id_str\":null,\"id_str\":\"127749113654677505\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8058000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "05847181-043c-4853-ac7a-6619dbb89a96-127749113654677505" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem この三次的な過去把持が世代横断的な記憶を可能とする。本やコンピュータもそれにあたる。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem この三次的な過去把持が世代横断的な記憶を可能とする。本やコンピュータもそれにあたる。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8086000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u3053\\u306e\\u4e09\\u6b21\\u7684\\u306a\\u904e\\u53bb\\u628a\\u6301\\u304c\\u4e16\\u4ee3\\u6a2a\\u65ad\\u7684\\u306a\\u8a18\\u61b6\\u3092\\u53ef\\u80fd\\u3068\\u3059\\u308b\\u3002\\u672c\\u3084\\u30b3\\u30f3\\u30d4\\u30e5\\u30fc\\u30bf\\u3082\\u305d\\u308c\\u306b\\u3042\\u305f\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:12:44 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":373,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127749230872895490,\"in_reply_to_status_id_str\":null,\"id_str\":\"127749230872895490\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8086000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b5309742-6222-4d14-8cc9-9480f1ef6ac3-127749230872895490" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem S'individuer collectivement vers des consistances sous-tendues par les rétentions tertiaires telles que les temples Shinto", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem S'individuer collectivement vers des consistances sous-tendues par les rétentions tertiaires telles que les temples Shinto", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8107000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem S'individuer collectivement vers des consistances sous-tendues par les r\\u00e9tentions tertiaires telles que les temples Shinto\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:13:05 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":397,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"default_profile\":true,\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127749319733428224,\"in_reply_to_status_id_str\":null,\"id_str\":\"127749319733428224\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8107000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a3a2cacc-64ae-4fd5-9ed1-fc4ab83cb86b-127749319733428224" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 三次的過去把持によってメタ安定、二次的で集団的な記憶がそれによって可能となる。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 三次的過去把持によってメタ安定、二次的で集団的な記憶がそれによって可能となる。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8108000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u4e09\\u6b21\\u7684\\u904e\\u53bb\\u628a\\u6301\\u306b\\u3088\\u3063\\u3066\\u30e1\\u30bf\\u5b89\\u5b9a\\u3001\\u4e8c\\u6b21\\u7684\\u3067\\u96c6\\u56e3\\u7684\\u306a\\u8a18\\u61b6\\u304c\\u305d\\u308c\\u306b\\u3088\\u3063\\u3066\\u53ef\\u80fd\\u3068\\u306a\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:13:06 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":374,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127749323986440192,\"in_reply_to_status_id_str\":null,\"id_str\":\"127749323986440192\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8108000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "02ba293e-6093-4162-88a9-0bf14f7eafb6-127749323986440192" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 二次的な過去把持とは、個々人が想起する能力。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 二次的な過去把持とは、個々人が想起する能力。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8147000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u4e8c\\u6b21\\u7684\\u306a\\u904e\\u53bb\\u628a\\u6301\\u3068\\u306f\\u3001\\u500b\\u3005\\u4eba\\u304c\\u60f3\\u8d77\\u3059\\u308b\\u80fd\\u529b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:13:45 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":375,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127749485467156480,\"in_reply_to_status_id_str\":null,\"id_str\":\"127749485467156480\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8147000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "7c5c0977-c79b-4cd8-ada7-a1d479c04ead-127749485467156480" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 二次的過去把持は、フッサールが一次的過去把持と呼ぶ、知覚のプロセスに内在的な記憶によって構成される。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 二次的過去把持は、フッサールが一次的過去把持と呼ぶ、知覚のプロセスに内在的な記憶によって構成される。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8192000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u4e8c\\u6b21\\u7684\\u904e\\u53bb\\u628a\\u6301\\u306f\\u3001\\u30d5\\u30c3\\u30b5\\u30fc\\u30eb\\u304c\\u4e00\\u6b21\\u7684\\u904e\\u53bb\\u628a\\u6301\\u3068\\u547c\\u3076\\u3001\\u77e5\\u899a\\u306e\\u30d7\\u30ed\\u30bb\\u30b9\\u306b\\u5185\\u5728\\u7684\\u306a\\u8a18\\u61b6\\u306b\\u3088\\u3063\\u3066\\u69cb\\u6210\\u3055\\u308c\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:14:30 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":376,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127749674458300416,\"in_reply_to_status_id_str\":null,\"id_str\":\"127749674458300416\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8192000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "34f36339-6bb0-4c26-897a-b76dc0695696-127749674458300416" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 話している「今」を理解するには、同時に一瞬前に話していることが記憶されていなければならない。この短期的な記憶の機能が一次的過去把持。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 話している「今」を理解するには、同時に一瞬前に話していることが記憶されていなければならない。この短期的な記憶の機能が一次的過去把持。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8249000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u8a71\\u3057\\u3066\\u3044\\u308b\\u300c\\u4eca\\u300d\\u3092\\u7406\\u89e3\\u3059\\u308b\\u306b\\u306f\\u3001\\u540c\\u6642\\u306b\\u4e00\\u77ac\\u524d\\u306b\\u8a71\\u3057\\u3066\\u3044\\u308b\\u3053\\u3068\\u304c\\u8a18\\u61b6\\u3055\\u308c\\u3066\\u3044\\u306a\\u3051\\u308c\\u3070\\u306a\\u3089\\u306a\\u3044\\u3002\\u3053\\u306e\\u77ed\\u671f\\u7684\\u306a\\u8a18\\u61b6\\u306e\\u6a5f\\u80fd\\u304c\\u4e00\\u6b21\\u7684\\u904e\\u53bb\\u628a\\u6301\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:15:27 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":377,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127749911629398016,\"in_reply_to_status_id_str\":null,\"id_str\":\"127749911629398016\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8249000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "457d6dd3-4676-4576-a924-813d3114ce78-127749911629398016" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 話を聞いて理解したり、音楽を聞いて理解するためには、この一次的な過去把持が必要。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 話を聞いて理解したり、音楽を聞いて理解するためには、この一次的な過去把持が必要。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8290000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u8a71\\u3092\\u805e\\u3044\\u3066\\u7406\\u89e3\\u3057\\u305f\\u308a\\u3001\\u97f3\\u697d\\u3092\\u805e\\u3044\\u3066\\u7406\\u89e3\\u3059\\u308b\\u305f\\u3081\\u306b\\u306f\\u3001\\u3053\\u306e\\u4e00\\u6b21\\u7684\\u306a\\u904e\\u53bb\\u628a\\u6301\\u304c\\u5fc5\\u8981\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:16:08 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":378,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127750086276034560,\"in_reply_to_status_id_str\":null,\"id_str\":\"127750086276034560\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8290000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "4a6fefd8-953d-4b2c-ae09-04f738a54c3d-127750086276034560" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Bernard Stiegler氏の講演が始まる。TwitterとUstreamによって世界に中継されているが、会場の観客もそれぞれ翻訳機を耳にし、PCや携帯を開きTweetしている。この状態自体に場の歪みを感じつつ。#tfcem http://t.co/xaqJVfB4", + "img": { + "src": "http://a3.twimg.com/profile_images/533935671/MEI00_normal.gif" + }, + "title": "Meiri Shinohara: Bernard Stiegler氏の講演が始まる。TwitterとUstreamによって世界に中継されているが、会場の観客もそれぞれ翻訳機を耳にし、PCや携帯を開きTweetしている。この状態自体に場の歪みを感じつつ。#tfcem http://t.co/xaqJVfB4", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8294000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"Bernard Stiegler\\u6c0f\\u306e\\u8b1b\\u6f14\\u304c\\u59cb\\u307e\\u308b\\u3002Twitter\\u3068Ustream\\u306b\\u3088\\u3063\\u3066\\u4e16\\u754c\\u306b\\u4e2d\\u7d99\\u3055\\u308c\\u3066\\u3044\\u308b\\u304c\\u3001\\u4f1a\\u5834\\u306e\\u89b3\\u5ba2\\u3082\\u305d\\u308c\\u305e\\u308c\\u7ffb\\u8a33\\u6a5f\\u3092\\u8033\\u306b\\u3057\\u3001PC\\u3084\\u643a\\u5e2f\\u3092\\u958b\\u304dTweet\\u3057\\u3066\\u3044\\u308b\\u3002\\u3053\\u306e\\u72b6\\u614b\\u81ea\\u4f53\\u306b\\u5834\\u306e\\u6b6a\\u307f\\u3092\\u611f\\u3058\\u3064\\u3064\\u3002#tfcem http:\\/\\/t.co\\/xaqJVfB4\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[109,115]}],\"user_mentions\":[],\"media\":[{\"type\":\"photo\",\"display_url\":\"pic.twitter.com\\/xaqJVfB4\",\"indices\":[116,136],\"expanded_url\":\"http:\\/\\/twitter.com\\/meimei_san\\/status\\/127750100553445376\\/photo\\/1\",\"media_url\":\"http:\\/\\/p.twimg.com\\/AcXcCiQCMAApUbr.jpg\",\"url\":\"http:\\/\\/t.co\\/xaqJVfB4\",\"sizes\":{\"small\":{\"h\":254,\"resize\":\"fit\",\"w\":340},\"large\":{\"h\":765,\"resize\":\"fit\",\"w\":1024},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"medium\":{\"h\":448,\"resize\":\"fit\",\"w\":600}},\"id\":127750100561833984,\"id_str\":\"127750100561833984\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AcXcCiQCMAApUbr.jpg\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:16:12 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"London,Tokyo,Hiroshima\",\"notifications\":null,\"profile_background_color\":\"ffffff\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":47,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54712095\\/MEI.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"description\":\"\\u5efa\\u7bc9\\u5bb6\\u3092\\u76ee\\u6307\\u3057\\u307e\\u3059\\u3002\\r\\n1983\\/\\u6751\\u677e\\u7814,t-sa\\/\\u85e4\\u68ee\\u7814\\/UQ\\u7814\\/\\u4fee\\u9053\\/\\u5df1\\u6590\\u5c0f\",\"default_profile\":false,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sun May 17 16:21:13 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"is_translator\":false,\"listed_count\":2,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":48,\"protected\":false,\"profile_text_color\":\"000000\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/533935671\\/MEI00_normal.gif\",\"screen_name\":\"meimei_san\",\"name\":\"Meiri Shinohara\",\"statuses_count\":346,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/54712095\\/MEI.jpg\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/533935671\\/MEI00_normal.gif\",\"id\":40685734,\"id_str\":\"40685734\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"000000\"},\"retweeted\":false,\"id\":127750100553445376,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127750100553445376\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8294000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "49fb150e-6cff-4b91-8806-ea168b58f356-127750100553445376" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Les rétentions primaires (perception) s'aggrégent et forment des rétentions secondaires (mémoire), gravées sur rétentions tertiaires", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Les rétentions primaires (perception) s'aggrégent et forment des rétentions secondaires (mémoire), gravées sur rétentions tertiaires", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8335000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Les r\\u00e9tentions primaires (perception) s'aggr\\u00e9gent et forment des r\\u00e9tentions secondaires (m\\u00e9moire), grav\\u00e9es sur r\\u00e9tentions tertiaires\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:16:53 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"default_profile\":true,\"statuses_count\":398,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127750274034049024,\"in_reply_to_status_id_str\":null,\"id_str\":\"127750274034049024\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8335000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a924b90c-46a1-4f0a-9e13-bcf69f7b5de0-127750274034049024" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 現在が過去になるのと同じように、一次的過去把持は、二次的過去把持へと移行する。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 現在が過去になるのと同じように、一次的過去把持は、二次的過去把持へと移行する。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8337000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u73fe\\u5728\\u304c\\u904e\\u53bb\\u306b\\u306a\\u308b\\u306e\\u3068\\u540c\\u3058\\u3088\\u3046\\u306b\\u3001\\u4e00\\u6b21\\u7684\\u904e\\u53bb\\u628a\\u6301\\u306f\\u3001\\u4e8c\\u6b21\\u7684\\u904e\\u53bb\\u628a\\u6301\\u3078\\u3068\\u79fb\\u884c\\u3059\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:16:55 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":true,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":379,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127750283248934912,\"in_reply_to_status_id_str\":null,\"id_str\":\"127750283248934912\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8337000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "9649c276-ab30-4928-8236-595c3d2b56f7-127750283248934912" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem この三次的な過去把持が世代横断的な記憶を可能とする。本やコンピュータもそれにあたる。", + "img": { + "src": "http://a2.twimg.com/profile_images/1244653838/image_normal.jpg" + }, + "title": "n11個: RT @k_t_618: #tfcem この三次的な過去把持が世代横断的な記憶を可能とする。本やコンピュータもそれにあたる。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8355000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem\\u3000\\u3053\\u306e\\u4e09\\u6b21\\u7684\\u306a\\u904e\\u53bb\\u628a\\u6301\\u304c\\u4e16\\u4ee3\\u6a2a\\u65ad\\u7684\\u306a\\u8a18\\u61b6\\u3092\\u53ef\\u80fd\\u3068\\u3059\\u308b\\u3002\\u672c\\u3084\\u30b3\\u30f3\\u30d4\\u30e5\\u30fc\\u30bf\\u3082\\u305d\\u308c\\u306b\\u3042\\u305f\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem\\u3000\\u3053\\u306e\\u4e09\\u6b21\\u7684\\u306a\\u904e\\u53bb\\u628a\\u6301\\u304c\\u4e16\\u4ee3\\u6a2a\\u65ad\\u7684\\u306a\\u8a18\\u61b6\\u3092\\u53ef\\u80fd\\u3068\\u3059\\u308b\\u3002\\u672c\\u3084\\u30b3\\u30f3\\u30d4\\u30e5\\u30fc\\u30bf\\u3082\\u305d\\u308c\\u306b\\u3042\\u305f\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:12:44 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":379,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127749230872895490,\"in_reply_to_status_id_str\":null,\"id_str\":\"127749230872895490\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:17:13 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":39149,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"ACDED6\",\"default_profile\":false,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1710,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"description\":\"\\u7d42\\u308a\\u306e\\u4f1a\\u3068\\u3044\\u3046\\u30b5\\u30fc\\u30af\\u30eb\\u3067\\u540c\\u4eba\\u8a8c\\u300c\\u30af\\u30ed\\u30cb\\u30c3\\u30af\\u30fb\\u30e9\\u30f4\\uff08\\u7279\\u96c6\\uff1a\\u30b5\\u30fc\\u30d0\\u30fc\\u30d1\\u30f3\\u30af\\uff09\\u300d\\u300c\\u30e2\\u30c0\\u30f3\\u30fb\\u30e9\\u30f4\\uff08\\u7279\\u96c6\\uff1a\\u30af\\u30e9\\u30a6\\u30c9\\u30b3\\u30a2\\uff09\\u300d\\u3092\\u51fa\\u3057\\u307e\\u3057\\u305f\\u3002\\u6b21\\u53f7\\u306f\\u300c\\u30cf\\u30a4\\u30d1\\u30fc\\u30fb\\u30e9\\u30f4\\uff08\\u7279\\u96c6\\uff1a\\u30dd\\u30b9\\u30c8\\u5149\\uff09\\u300d\\u3067\\u3059\\u3002\\r\\n\\r\\n\\u30d5\\u30a9\\u30ed\\u30fc\\u30fb\\u30ea\\u30d7\\u30e9\\u30a4\\u306f\\u304a\\u6c17\\u8efd\\u306b\\u3002\\r\\n\\r\\n\\uff13\\u4eba\\u306e\\uff24\\uff2a\\u306b\\u3088\\u308b\\u30e6\\u30cb\\u30c3\\u30c8\\u300c\\u5efa\\u8a2d\\u4e2d\\u300d\\u3067\\u3082\\u6d3b\\u52d5\\u4e2d\\u3002\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Fri Dec 14 08:13:02 +0000 2007\",\"profile_sidebar_border_color\":\"EEEEEE\",\"is_translator\":false,\"listed_count\":214,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":1422,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/goo.gl\\/kO0XM\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1244653838\\/image_normal.jpg\",\"screen_name\":\"nnnnnnnnnnn\",\"name\":\"\\uff4e\\uff11\\uff11\\u500b\",\"statuses_count\":55661,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1244653838\\/image_normal.jpg\",\"id\":11155502,\"id_str\":\"11155502\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"038543\"},\"retweeted\":false,\"id\":127750357194518528,\"in_reply_to_status_id_str\":null,\"id_str\":\"127750357194518528\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8355000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b62b7cbe-365f-4054-bb84-d0dca3d2b5ff-127750357194518528" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @meimei_san: Bernard Stiegler氏の講演が始まる。TwitterとUstreamによって世界に中継されているが、会場の観客もそれぞれ翻訳機を耳にし、PCや携帯を開きTweetしている。この状態自体に場の歪みを感じつつ。#tfcem http ...", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: RT @meimei_san: Bernard Stiegler氏の講演が始まる。TwitterとUstreamによって世界に中継されているが、会場の観客もそれぞれ翻訳機を耳にし、PCや携帯を開きTweetしている。この状態自体に場の歪みを感じつつ。#tfcem http ...", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8357000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"retweeted_status\":{\"text\":\"Bernard Stiegler\\u6c0f\\u306e\\u8b1b\\u6f14\\u304c\\u59cb\\u307e\\u308b\\u3002Twitter\\u3068Ustream\\u306b\\u3088\\u3063\\u3066\\u4e16\\u754c\\u306b\\u4e2d\\u7d99\\u3055\\u308c\\u3066\\u3044\\u308b\\u304c\\u3001\\u4f1a\\u5834\\u306e\\u89b3\\u5ba2\\u3082\\u305d\\u308c\\u305e\\u308c\\u7ffb\\u8a33\\u6a5f\\u3092\\u8033\\u306b\\u3057\\u3001PC\\u3084\\u643a\\u5e2f\\u3092\\u958b\\u304dTweet\\u3057\\u3066\\u3044\\u308b\\u3002\\u3053\\u306e\\u72b6\\u614b\\u81ea\\u4f53\\u306b\\u5834\\u306e\\u6b6a\\u307f\\u3092\\u611f\\u3058\\u3064\\u3064\\u3002#tfcem http:\\/\\/t.co\\/xaqJVfB4\",\"retweet_count\":1,\"favorited\":false,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[109,115]}],\"media\":[{\"type\":\"photo\",\"display_url\":\"pic.twitter.com\\/xaqJVfB4\",\"indices\":[116,136],\"media_url\":\"http:\\/\\/p.twimg.com\\/AcXcCiQCMAApUbr.jpg\",\"sizes\":{\"small\":{\"resize\":\"fit\",\"h\":254,\"w\":340},\"large\":{\"resize\":\"fit\",\"h\":765,\"w\":1024},\"thumb\":{\"resize\":\"crop\",\"h\":150,\"w\":150},\"medium\":{\"resize\":\"fit\",\"h\":448,\"w\":600}},\"id_str\":\"127750100561833984\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AcXcCiQCMAApUbr.jpg\",\"url\":\"http:\\/\\/t.co\\/xaqJVfB4\",\"id\":127750100561833984,\"expanded_url\":\"http:\\/\\/twitter.com\\/meimei_san\\/status\\/127750100553445376\\/photo\\/1\"}]},\"place\":null,\"in_reply_to_screen_name\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweeted\":false,\"created_at\":\"Sat Oct 22 14:16:12 +0000 2011\",\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127750100553445376\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_user_id_str\":null,\"truncated\":false,\"contributors\":null,\"user\":{\"default_profile\":false,\"location\":\"London,Tokyo,Hiroshima\",\"notifications\":null,\"time_zone\":\"Tokyo\",\"profile_sidebar_border_color\":\"000000\",\"is_translator\":false,\"lang\":\"ja\",\"followers_count\":47,\"listed_count\":2,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":48,\"description\":\"\\u5efa\\u7bc9\\u5bb6\\u3092\\u76ee\\u6307\\u3057\\u307e\\u3059\\u3002\\r\\n1983\\/\\u6751\\u677e\\u7814,t-sa\\/\\u85e4\\u68ee\\u7814\\/UQ\\u7814\\/\\u4fee\\u9053\\/\\u5df1\\u6590\\u5c0f\",\"profile_text_color\":\"000000\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/533935671\\/MEI00_normal.gif\",\"statuses_count\":347,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/54712095\\/MEI.jpg\",\"created_at\":\"Sun May 17 16:21:13 +0000 2009\",\"id_str\":\"40685734\",\"profile_link_color\":\"000000\",\"default_profile_image\":false,\"favourites_count\":0,\"protected\":false,\"profile_background_color\":\"ffffff\",\"url\":null,\"screen_name\":\"meimei_san\",\"name\":\"Meiri Shinohara\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/533935671\\/MEI00_normal.gif\",\"id\":40685734,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"verified\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54712095\\/MEI.jpg\",\"utc_offset\":32400,\"profile_sidebar_fill_color\":\"ffffff\"},\"id\":127750100553445376,\"coordinates\":null,\"in_reply_to_user_id\":null},\"text\":\"RT @meimei_san: Bernard Stiegler\\u6c0f\\u306e\\u8b1b\\u6f14\\u304c\\u59cb\\u307e\\u308b\\u3002Twitter\\u3068Ustream\\u306b\\u3088\\u3063\\u3066\\u4e16\\u754c\\u306b\\u4e2d\\u7d99\\u3055\\u308c\\u3066\\u3044\\u308b\\u304c\\u3001\\u4f1a\\u5834\\u306e\\u89b3\\u5ba2\\u3082\\u305d\\u308c\\u305e\\u308c\\u7ffb\\u8a33\\u6a5f\\u3092\\u8033\\u306b\\u3057\\u3001PC\\u3084\\u643a\\u5e2f\\u3092\\u958b\\u304dTweet\\u3057\\u3066\\u3044\\u308b\\u3002\\u3053\\u306e\\u72b6\\u614b\\u81ea\\u4f53\\u306b\\u5834\\u306e\\u6b6a\\u307f\\u3092\\u611f\\u3058\\u3064\\u3064\\u3002#tfcem http ...\",\"retweet_count\":1,\"favorited\":false,\"entities\":{\"urls\":[],\"user_mentions\":[{\"indices\":[3,14],\"id_str\":\"40685734\",\"name\":\"Meiri Shinohara\",\"screen_name\":\"meimei_san\",\"id\":40685734}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[125,131]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"source\":\"web\",\"retweeted\":false,\"created_at\":\"Sat Oct 22 14:17:15 +0000 2011\",\"in_reply_to_status_id_str\":null,\"id_str\":\"127750366505861122\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_user_id_str\":null,\"truncated\":true,\"contributors\":null,\"user\":{\"default_profile\":false,\"location\":\"Tokyo\",\"notifications\":null,\"time_zone\":\"Tokyo\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"lang\":\"ja\",\"followers_count\":331,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"profile_text_color\":\"666666\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"statuses_count\":2815,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"id_str\":\"233539798\",\"profile_link_color\":\"2FC2EF\",\"default_profile_image\":false,\"favourites_count\":695,\"protected\":false,\"profile_background_color\":\"1A1B1F\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"verified\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"utc_offset\":32400,\"profile_sidebar_fill_color\":\"252429\"},\"id\":127750366505861122,\"coordinates\":null,\"in_reply_to_user_id\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8357000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "d177dcc2-311e-45cd-9885-70f960a1660d-127750366505861122" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 各個人の二次的過去把持(過去の記憶のリソース)は異なるから、同じ話を聞いても異なる解釈が生まれていく。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 各個人の二次的過去把持(過去の記憶のリソース)は異なるから、同じ話を聞いても異なる解釈が生まれていく。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8406000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u5404\\u500b\\u4eba\\u306e\\u4e8c\\u6b21\\u7684\\u904e\\u53bb\\u628a\\u6301\\uff08\\u904e\\u53bb\\u306e\\u8a18\\u61b6\\u306e\\u30ea\\u30bd\\u30fc\\u30b9\\uff09\\u306f\\u7570\\u306a\\u308b\\u304b\\u3089\\u3001\\u540c\\u3058\\u8a71\\u3092\\u805e\\u3044\\u3066\\u3082\\u7570\\u306a\\u308b\\u89e3\\u91c8\\u304c\\u751f\\u307e\\u308c\\u3066\\u3044\\u304f\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:18:04 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":true,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":380,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127750573670928386,\"in_reply_to_status_id_str\":null,\"id_str\":\"127750573670928386\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8406000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "2b380c9c-30c7-43ce-a7a3-bf1fe8e5ba73-127750573670928386" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 集団的な二次的過去把持は、ある集団的な理解可能性の地平を担保するメタ安定を構成している。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 集団的な二次的過去把持は、ある集団的な理解可能性の地平を担保するメタ安定を構成している。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8435000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u96c6\\u56e3\\u7684\\u306a\\u4e8c\\u6b21\\u7684\\u904e\\u53bb\\u628a\\u6301\\u306f\\u3001\\u3042\\u308b\\u96c6\\u56e3\\u7684\\u306a\\u7406\\u89e3\\u53ef\\u80fd\\u6027\\u306e\\u5730\\u5e73\\u3092\\u62c5\\u4fdd\\u3059\\u308b\\u30e1\\u30bf\\u5b89\\u5b9a\\u3092\\u69cb\\u6210\\u3057\\u3066\\u3044\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:18:33 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":381,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127750693703528448,\"in_reply_to_status_id_str\":null,\"id_str\":\"127750693703528448\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8435000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "2e9d7179-e6ae-4a78-9ebf-6cf0503ce3a2-127750693703528448" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem ソシュール、言語の共時態と通時態。意味の理解のプロセス、なにかを相手に伝え相手を変え、同時に自分も変わっていくというプロセスは横断個体的なもの。", + "img": { + "src": "http://a2.twimg.com/profile_images/1244653838/image_normal.jpg" + }, + "title": "n11個: RT @k_t_618: #tfcem ソシュール、言語の共時態と通時態。意味の理解のプロセス、なにかを相手に伝え相手を変え、同時に自分も変わっていくというプロセスは横断個体的なもの。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8450000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem \\u30bd\\u30b7\\u30e5\\u30fc\\u30eb\\u3001\\u8a00\\u8a9e\\u306e\\u5171\\u6642\\u614b\\u3068\\u901a\\u6642\\u614b\\u3002\\u610f\\u5473\\u306e\\u7406\\u89e3\\u306e\\u30d7\\u30ed\\u30bb\\u30b9\\u3001\\u306a\\u306b\\u304b\\u3092\\u76f8\\u624b\\u306b\\u4f1d\\u3048\\u76f8\\u624b\\u3092\\u5909\\u3048\\u3001\\u540c\\u6642\\u306b\\u81ea\\u5206\\u3082\\u5909\\u308f\\u3063\\u3066\\u3044\\u304f\\u3068\\u3044\\u3046\\u30d7\\u30ed\\u30bb\\u30b9\\u306f\\u6a2a\\u65ad\\u500b\\u4f53\\u7684\\u306a\\u3082\\u306e\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem \\u30bd\\u30b7\\u30e5\\u30fc\\u30eb\\u3001\\u8a00\\u8a9e\\u306e\\u5171\\u6642\\u614b\\u3068\\u901a\\u6642\\u614b\\u3002\\u610f\\u5473\\u306e\\u7406\\u89e3\\u306e\\u30d7\\u30ed\\u30bb\\u30b9\\u3001\\u306a\\u306b\\u304b\\u3092\\u76f8\\u624b\\u306b\\u4f1d\\u3048\\u76f8\\u624b\\u3092\\u5909\\u3048\\u3001\\u540c\\u6642\\u306b\\u81ea\\u5206\\u3082\\u5909\\u308f\\u3063\\u3066\\u3044\\u304f\\u3068\\u3044\\u3046\\u30d7\\u30ed\\u30bb\\u30b9\\u306f\\u6a2a\\u65ad\\u500b\\u4f53\\u7684\\u306a\\u3082\\u306e\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:11:06 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"default_profile\":true,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":381,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127748819218735104,\"in_reply_to_status_id_str\":null,\"id_str\":\"127748819218735104\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:18:48 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":39150,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"ACDED6\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1710,\"default_profile\":false,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"description\":\"\\u7d42\\u308a\\u306e\\u4f1a\\u3068\\u3044\\u3046\\u30b5\\u30fc\\u30af\\u30eb\\u3067\\u540c\\u4eba\\u8a8c\\u300c\\u30af\\u30ed\\u30cb\\u30c3\\u30af\\u30fb\\u30e9\\u30f4\\uff08\\u7279\\u96c6\\uff1a\\u30b5\\u30fc\\u30d0\\u30fc\\u30d1\\u30f3\\u30af\\uff09\\u300d\\u300c\\u30e2\\u30c0\\u30f3\\u30fb\\u30e9\\u30f4\\uff08\\u7279\\u96c6\\uff1a\\u30af\\u30e9\\u30a6\\u30c9\\u30b3\\u30a2\\uff09\\u300d\\u3092\\u51fa\\u3057\\u307e\\u3057\\u305f\\u3002\\u6b21\\u53f7\\u306f\\u300c\\u30cf\\u30a4\\u30d1\\u30fc\\u30fb\\u30e9\\u30f4\\uff08\\u7279\\u96c6\\uff1a\\u30dd\\u30b9\\u30c8\\u5149\\uff09\\u300d\\u3067\\u3059\\u3002\\r\\n\\r\\n\\u30d5\\u30a9\\u30ed\\u30fc\\u30fb\\u30ea\\u30d7\\u30e9\\u30a4\\u306f\\u304a\\u6c17\\u8efd\\u306b\\u3002\\r\\n\\r\\n\\uff13\\u4eba\\u306e\\uff24\\uff2a\\u306b\\u3088\\u308b\\u30e6\\u30cb\\u30c3\\u30c8\\u300c\\u5efa\\u8a2d\\u4e2d\\u300d\\u3067\\u3082\\u6d3b\\u52d5\\u4e2d\\u3002\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Fri Dec 14 08:13:02 +0000 2007\",\"profile_sidebar_border_color\":\"EEEEEE\",\"is_translator\":false,\"listed_count\":214,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":1422,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/goo.gl\\/kO0XM\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1244653838\\/image_normal.jpg\",\"screen_name\":\"nnnnnnnnnnn\",\"name\":\"\\uff4e\\uff11\\uff11\\u500b\",\"statuses_count\":55662,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1244653838\\/image_normal.jpg\",\"id\":11155502,\"id_str\":\"11155502\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"038543\"},\"retweeted\":false,\"id\":127750756005724160,\"in_reply_to_status_id_str\":null,\"id_str\":\"127750756005724160\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8450000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "547240a2-8a9e-4b7e-8507-939467eb7ccd-127750756005724160" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 知の歴史において、三次的過去把持は決定的な役割を果たす。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 知の歴史において、三次的過去把持は決定的な役割を果たす。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8515000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u77e5\\u306e\\u6b74\\u53f2\\u306b\\u304a\\u3044\\u3066\\u3001\\u4e09\\u6b21\\u7684\\u904e\\u53bb\\u628a\\u6301\\u306f\\u6c7a\\u5b9a\\u7684\\u306a\\u5f79\\u5272\\u3092\\u679c\\u305f\\u3059\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:19:53 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":382,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127751030829088768,\"in_reply_to_status_id_str\":null,\"id_str\":\"127751030829088768\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8515000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "f8ca1960-23dc-49bd-a7ba-64be95a137bb-127751030829088768" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 三次的過去把持によって、横断個体化の回路というものが可能となる。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 三次的過去把持によって、横断個体化の回路というものが可能となる。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8546000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u4e09\\u6b21\\u7684\\u904e\\u53bb\\u628a\\u6301\\u306b\\u3088\\u3063\\u3066\\u3001\\u6a2a\\u65ad\\u500b\\u4f53\\u5316\\u306e\\u56de\\u8def\\u3068\\u3044\\u3046\\u3082\\u306e\\u304c\\u53ef\\u80fd\\u3068\\u306a\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:20:24 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":383,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127751157111193600,\"in_reply_to_status_id_str\":null,\"id_str\":\"127751157111193600\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8546000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "f11d9463-3d95-4c43-8b4f-1cc3441ab8e6-127751157111193600" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "I'm at #tfcem", + "img": { + "src": "http://a2.twimg.com/profile_images/1393890682/image_normal.jpg" + }, + "title": "O'tera: I'm at #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8599000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"I'm at #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[7,13]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:21:17 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":1482,\"location\":\"Wherever interesting\",\"notifications\":null,\"profile_background_color\":\"642D8B\",\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":124,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/183974121\\/vanishing-point.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"description\":\"PhdStudent (BA&MSc from University of London)\\r\\n\\u7279\\u6280:\\u591a\\u8a00\\u8a9e\\u7269\\u771f\\u4f3c\\r\\n\",\"following\":null,\"time_zone\":\"London\",\"created_at\":\"Mon Jun 15 13:39:35 +0000 2009\",\"profile_sidebar_border_color\":\"65B0DA\",\"is_translator\":false,\"listed_count\":6,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":309,\"protected\":false,\"profile_text_color\":\"3D1957\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1393890682\\/image_normal.jpg\",\"screen_name\":\"Yuki0tera\",\"name\":\"O'tera\",\"statuses_count\":1507,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/183974121\\/vanishing-point.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1393890682\\/image_normal.jpg\",\"id\":47336306,\"id_str\":\"47336306\",\"verified\":false,\"utc_offset\":0,\"profile_link_color\":\"FF0000\"},\"retweeted\":false,\"id\":127751379770019840,\"in_reply_to_status_id_str\":null,\"id_str\":\"127751379770019840\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8599000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "4e10cf25-ff4e-4f4e-91e2-19070fcf214b-127751379770019840" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 「幾何学の歴史」における横断個体化の特徴、それは起源へと繰り返し立ち戻ることができるという構造を有していること。デリダ「幾何学の起源への「序説」」", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 「幾何学の歴史」における横断個体化の特徴、それは起源へと繰り返し立ち戻ることができるという構造を有していること。デリダ「幾何学の起源への「序説」」", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8624000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u300c\\u5e7e\\u4f55\\u5b66\\u306e\\u6b74\\u53f2\\u300d\\u306b\\u304a\\u3051\\u308b\\u6a2a\\u65ad\\u500b\\u4f53\\u5316\\u306e\\u7279\\u5fb4\\u3001\\u305d\\u308c\\u306f\\u8d77\\u6e90\\u3078\\u3068\\u7e70\\u308a\\u8fd4\\u3057\\u7acb\\u3061\\u623b\\u308b\\u3053\\u3068\\u304c\\u3067\\u304d\\u308b\\u3068\\u3044\\u3046\\u69cb\\u9020\\u3092\\u6709\\u3057\\u3066\\u3044\\u308b\\u3053\\u3068\\u3002\\u30c7\\u30ea\\u30c0\\u300c\\u5e7e\\u4f55\\u5b66\\u306e\\u8d77\\u6e90\\u3078\\u306e\\u300c\\u5e8f\\u8aac\\u300d\\u300d\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:21:42 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":384,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127751486359871488,\"in_reply_to_status_id_str\":null,\"id_str\":\"127751486359871488\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8624000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "e4751f89-8795-41f4-beb5-27d0b37592b1-127751486359871488" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 超越論的なものの可能性は、エクリチュールという三次的過去把持によって担保されている。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 超越論的なものの可能性は、エクリチュールという三次的過去把持によって担保されている。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8670000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u8d85\\u8d8a\\u8ad6\\u7684\\u306a\\u3082\\u306e\\u306e\\u53ef\\u80fd\\u6027\\u306f\\u3001\\u30a8\\u30af\\u30ea\\u30c1\\u30e5\\u30fc\\u30eb\\u3068\\u3044\\u3046\\u4e09\\u6b21\\u7684\\u904e\\u53bb\\u628a\\u6301\\u306b\\u3088\\u3063\\u3066\\u62c5\\u4fdd\\u3055\\u308c\\u3066\\u3044\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:22:28 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":385,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127751679692115968,\"in_reply_to_status_id_str\":null,\"id_str\":\"127751679692115968\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8670000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "da5f4e10-c2cb-4c75-8a52-9247c7338083-127751679692115968" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem I'm sitting at the back. Can u find me? Fascinating lecture!", + "img": { + "src": "http://a2.twimg.com/profile_images/1393890682/image_normal.jpg" + }, + "title": "O'tera: #tfcem I'm sitting at the back. Can u find me? Fascinating lecture!", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8685000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"retweeted\":false,\"text\":\"#tfcem I'm sitting at the back. Can u find me? Fascinating lecture!\",\"in_reply_to_status_id_str\":null,\"id_str\":\"127751744074694657\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"in_reply_to_user_id_str\":null,\"place\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_user_id\":null,\"created_at\":\"Sat Oct 22 14:22:43 +0000 2011\",\"geo\":null,\"retweet_count\":0,\"favorited\":false,\"in_reply_to_status_id\":null,\"user\":{\"statuses_count\":1508,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/183974121\\/vanishing-point.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1393890682\\/image_normal.jpg\",\"location\":\"Wherever interesting\",\"id_str\":\"47336306\",\"verified\":false,\"notifications\":null,\"profile_link_color\":\"FF0000\",\"default_profile_image\":false,\"default_profile\":false,\"lang\":\"en\",\"favourites_count\":1482,\"profile_background_color\":\"642D8B\",\"description\":\"PhdStudent (BA&MSc from University of London)\\r\\n\\u7279\\u6280:\\u591a\\u8a00\\u8a9e\\u7269\\u771f\\u4f3c\\r\\n\",\"profile_background_tile\":true,\"followers_count\":124,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"following\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/183974121\\/vanishing-point.jpg\",\"created_at\":\"Mon Jun 15 13:39:35 +0000 2009\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"time_zone\":\"London\",\"profile_sidebar_border_color\":\"65B0DA\",\"protected\":false,\"is_translator\":false,\"url\":null,\"screen_name\":\"Yuki0tera\",\"name\":\"O'tera\",\"listed_count\":6,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":309,\"id\":47336306,\"utc_offset\":0,\"profile_text_color\":\"3D1957\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1393890682\\/image_normal.jpg\"},\"in_reply_to_screen_name\":null,\"id\":127751744074694657,\"coordinates\":null,\"truncated\":false}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8685000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "518faad4-3bb7-4ab9-97ad-0b60de9b8b70-127751744074694657" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem L'origine de la géométrie: l'écriture est processus long de transindividuation. Nos tweets quasi temps réel sont de même nature++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem L'origine de la géométrie: l'écriture est processus long de transindividuation. Nos tweets quasi temps réel sont de même nature++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8775000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem L'origine de la g\\u00e9om\\u00e9trie: l'\\u00e9criture est processus long de transindividuation. Nos tweets quasi temps r\\u00e9el sont de m\\u00eame nature++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:24:13 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":399,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127752118743474177,\"in_reply_to_status_id_str\":null,\"id_str\":\"127752118743474177\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8775000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "5b34ae61-ffb1-4535-a479-007cb0ef57e8-127752118743474177" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem L'origine de la géométrie: l'écriture est un processus long de transindividuation. Nos tweets quasi temps réel sont de même nature++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem L'origine de la géométrie: l'écriture est un processus long de transindividuation. Nos tweets quasi temps réel sont de même nature++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8779000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"in_reply_to_status_id_str\":null,\"text\":\"#tfcem L'origine de la g\\u00e9om\\u00e9trie: l'\\u00e9criture est un processus long de transindividuation. Nos tweets quasi temps r\\u00e9el sont de m\\u00eame nature++\",\"coordinates\":null,\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:24:17 +0000 2011\",\"in_reply_to_screen_name\":null,\"in_reply_to_status_id\":null,\"id_str\":\"127752138007916544\",\"geo\":null,\"user\":{\"profile_background_color\":\"C0DEED\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_background_tile\":false,\"favourites_count\":0,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"lang\":\"en\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"location\":\"Paris, France\",\"notifications\":null,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"followers_count\":178,\"following\":null,\"geo_enabled\":false,\"profile_use_background_image\":true,\"is_translator\":false,\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_text_color\":\"333333\",\"protected\":false,\"listed_count\":11,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"friends_count\":5,\"name\":\"Vincent Puig\",\"id_str\":\"68424173\",\"profile_link_color\":\"0084B4\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"statuses_count\":400,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"screen_name\":\"vincentpuig\"},\"id\":127752138007916544,\"retweeted\":false,\"truncated\":false}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8779000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "00e0b6e8-a5b8-4b7e-b264-54a82ff108d0-127752138007916544" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem 二重のカタストロフ。カタストロフィー理論と古代ギリシャ的な意味でのカタストロフ。", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: RT @k_t_618: #tfcem 二重のカタストロフ。カタストロフィー理論と古代ギリシャ的な意味でのカタストロフ。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8815000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem \\u4e8c\\u91cd\\u306e\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3002\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u30fc\\u7406\\u8ad6\\u3068\\u53e4\\u4ee3\\u30ae\\u30ea\\u30b7\\u30e3\\u7684\\u306a\\u610f\\u5473\\u3067\\u306e\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem \\u4e8c\\u91cd\\u306e\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3002\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u30fc\\u7406\\u8ad6\\u3068\\u53e4\\u4ee3\\u30ae\\u30ea\\u30b7\\u30e3\\u7684\\u306a\\u610f\\u5473\\u3067\\u306e\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:59:01 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":385,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"default_profile\":true,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127745778335756288,\"in_reply_to_status_id_str\":null,\"id_str\":\"127745778335756288\",\"coordinates\":null},\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:24:53 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2816,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"default_profile\":false,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127752285504798720,\"in_reply_to_status_id_str\":null,\"id_str\":\"127752285504798720\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8815000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "3cd7028b-3a9f-4565-8839-10812407f1d8-127752285504798720" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem ファルマコンとしてのエクリチュール。記憶の支えとなるとともに、記憶の衰退を呼び寄せる。(プラトン『パイドロス』)", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem ファルマコンとしてのエクリチュール。記憶の支えとなるとともに、記憶の衰退を呼び寄せる。(プラトン『パイドロス』)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8818000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u30d5\\u30a1\\u30eb\\u30de\\u30b3\\u30f3\\u3068\\u3057\\u3066\\u306e\\u30a8\\u30af\\u30ea\\u30c1\\u30e5\\u30fc\\u30eb\\u3002\\u8a18\\u61b6\\u306e\\u652f\\u3048\\u3068\\u306a\\u308b\\u3068\\u3068\\u3082\\u306b\\u3001\\u8a18\\u61b6\\u306e\\u8870\\u9000\\u3092\\u547c\\u3073\\u5bc4\\u305b\\u308b\\u3002\\uff08\\u30d7\\u30e9\\u30c8\\u30f3\\u300e\\u30d1\\u30a4\\u30c9\\u30ed\\u30b9\\u300f\\uff09\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:24:56 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":386,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127752299350208512,\"in_reply_to_status_id_str\":null,\"id_str\":\"127752299350208512\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8818000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "fc8329d8-6894-438a-9fbf-8df98e6a3830-127752299350208512" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem あらゆる技術はファルマコン。核もまたそうで、毒とも薬ともなる。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem あらゆる技術はファルマコン。核もまたそうで、毒とも薬ともなる。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8853000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u3042\\u3089\\u3086\\u308b\\u6280\\u8853\\u306f\\u30d5\\u30a1\\u30eb\\u30de\\u30b3\\u30f3\\u3002\\u6838\\u3082\\u307e\\u305f\\u305d\\u3046\\u3067\\u3001\\u6bd2\\u3068\\u3082\\u85ac\\u3068\\u3082\\u306a\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:25:31 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":387,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127752446926798849,\"in_reply_to_status_id_str\":null,\"id_str\":\"127752446926798849\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8853000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "3705c9a0-4098-456d-b153-41052557ec40-127752446926798849" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem 技術はひとつの病を持ち込み、それを直すのもまた技術。", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: RT @k_t_618: #tfcem 技術はひとつの病を持ち込み、それを直すのもまた技術。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8866000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem \\u6280\\u8853\\u306f\\u3072\\u3068\\u3064\\u306e\\u75c5\\u3092\\u6301\\u3061\\u8fbc\\u307f\\u3001\\u305d\\u308c\\u3092\\u76f4\\u3059\\u306e\\u3082\\u307e\\u305f\\u6280\\u8853\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem \\u6280\\u8853\\u306f\\u3072\\u3068\\u3064\\u306e\\u75c5\\u3092\\u6301\\u3061\\u8fbc\\u307f\\u3001\\u305d\\u308c\\u3092\\u76f4\\u3059\\u306e\\u3082\\u307e\\u305f\\u6280\\u8853\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:06:26 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":387,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127747645358878722,\"in_reply_to_status_id_str\":null,\"id_str\":\"127747645358878722\",\"coordinates\":null},\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:25:44 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"default_profile\":false,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2817,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127752502711042050,\"in_reply_to_status_id_str\":null,\"id_str\":\"127752502711042050\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8866000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "645648d4-0320-4202-8706-50a358337aeb-127752502711042050" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem ソシュール、言語の共時態と通時態。意味の理解のプロセス、なにかを相手に伝え相手を変え、同時に自分も変わっていくというプロセスは横断個体的なもの。", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: RT @k_t_618: #tfcem ソシュール、言語の共時態と通時態。意味の理解のプロセス、なにかを相手に伝え相手を変え、同時に自分も変わっていくというプロセスは横断個体的なもの。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8895000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem \\u30bd\\u30b7\\u30e5\\u30fc\\u30eb\\u3001\\u8a00\\u8a9e\\u306e\\u5171\\u6642\\u614b\\u3068\\u901a\\u6642\\u614b\\u3002\\u610f\\u5473\\u306e\\u7406\\u89e3\\u306e\\u30d7\\u30ed\\u30bb\\u30b9\\u3001\\u306a\\u306b\\u304b\\u3092\\u76f8\\u624b\\u306b\\u4f1d\\u3048\\u76f8\\u624b\\u3092\\u5909\\u3048\\u3001\\u540c\\u6642\\u306b\\u81ea\\u5206\\u3082\\u5909\\u308f\\u3063\\u3066\\u3044\\u304f\\u3068\\u3044\\u3046\\u30d7\\u30ed\\u30bb\\u30b9\\u306f\\u6a2a\\u65ad\\u500b\\u4f53\\u7684\\u306a\\u3082\\u306e\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem \\u30bd\\u30b7\\u30e5\\u30fc\\u30eb\\u3001\\u8a00\\u8a9e\\u306e\\u5171\\u6642\\u614b\\u3068\\u901a\\u6642\\u614b\\u3002\\u610f\\u5473\\u306e\\u7406\\u89e3\\u306e\\u30d7\\u30ed\\u30bb\\u30b9\\u3001\\u306a\\u306b\\u304b\\u3092\\u76f8\\u624b\\u306b\\u4f1d\\u3048\\u76f8\\u624b\\u3092\\u5909\\u3048\\u3001\\u540c\\u6642\\u306b\\u81ea\\u5206\\u3082\\u5909\\u308f\\u3063\\u3066\\u3044\\u304f\\u3068\\u3044\\u3046\\u30d7\\u30ed\\u30bb\\u30b9\\u306f\\u6a2a\\u65ad\\u500b\\u4f53\\u7684\\u306a\\u3082\\u306e\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":2,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:11:06 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":387,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127748819218735104,\"in_reply_to_status_id_str\":null,\"id_str\":\"127748819218735104\",\"coordinates\":null},\"source\":\"web\",\"retweet_count\":2,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:26:13 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2818,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127752622647160833,\"in_reply_to_status_id_str\":null,\"id_str\":\"127752622647160833\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8895000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "2d1925eb-73a6-4b2e-a30d-9351f0b36a7b-127752622647160833" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem 横断個体化の条件は、三次的な過去把持。記憶技術によって維持される記憶が三次的な過去把持。", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: RT @k_t_618: #tfcem 横断個体化の条件は、三次的な過去把持。記憶技術によって維持される記憶が三次的な過去把持。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8899000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem \\u6a2a\\u65ad\\u500b\\u4f53\\u5316\\u306e\\u6761\\u4ef6\\u306f\\u3001\\u4e09\\u6b21\\u7684\\u306a\\u904e\\u53bb\\u628a\\u6301\\u3002\\u8a18\\u61b6\\u6280\\u8853\\u306b\\u3088\\u3063\\u3066\\u7dad\\u6301\\u3055\\u308c\\u308b\\u8a18\\u61b6\\u304c\\u4e09\\u6b21\\u7684\\u306a\\u904e\\u53bb\\u628a\\u6301\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem \\u6a2a\\u65ad\\u500b\\u4f53\\u5316\\u306e\\u6761\\u4ef6\\u306f\\u3001\\u4e09\\u6b21\\u7684\\u306a\\u904e\\u53bb\\u628a\\u6301\\u3002\\u8a18\\u61b6\\u6280\\u8853\\u306b\\u3088\\u3063\\u3066\\u7dad\\u6301\\u3055\\u308c\\u308b\\u8a18\\u61b6\\u304c\\u4e09\\u6b21\\u7684\\u306a\\u904e\\u53bb\\u628a\\u6301\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:12:16 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":387,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"default_profile\":true,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127749113654677505,\"in_reply_to_status_id_str\":null,\"id_str\":\"127749113654677505\",\"coordinates\":null},\"source\":\"web\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:26:17 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2819,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"default_profile\":false,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127752639747342336,\"in_reply_to_status_id_str\":null,\"id_str\":\"127752639747342336\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8899000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a5f31d8e-4c1e-4d6c-a60c-2b57cf41c774-127752639747342336" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem この三次的な過去把持が世代横断的な記憶を可能とする。本やコンピュータもそれにあたる。", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: RT @k_t_618: #tfcem この三次的な過去把持が世代横断的な記憶を可能とする。本やコンピュータもそれにあたる。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8903000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem\\u3000\\u3053\\u306e\\u4e09\\u6b21\\u7684\\u306a\\u904e\\u53bb\\u628a\\u6301\\u304c\\u4e16\\u4ee3\\u6a2a\\u65ad\\u7684\\u306a\\u8a18\\u61b6\\u3092\\u53ef\\u80fd\\u3068\\u3059\\u308b\\u3002\\u672c\\u3084\\u30b3\\u30f3\\u30d4\\u30e5\\u30fc\\u30bf\\u3082\\u305d\\u308c\\u306b\\u3042\\u305f\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem\\u3000\\u3053\\u306e\\u4e09\\u6b21\\u7684\\u306a\\u904e\\u53bb\\u628a\\u6301\\u304c\\u4e16\\u4ee3\\u6a2a\\u65ad\\u7684\\u306a\\u8a18\\u61b6\\u3092\\u53ef\\u80fd\\u3068\\u3059\\u308b\\u3002\\u672c\\u3084\\u30b3\\u30f3\\u30d4\\u30e5\\u30fc\\u30bf\\u3082\\u305d\\u308c\\u306b\\u3042\\u305f\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":2,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:12:44 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":387,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"default_profile\":true,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127749230872895490,\"in_reply_to_status_id_str\":null,\"id_str\":\"127749230872895490\",\"coordinates\":null},\"source\":\"web\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":2,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:26:21 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2820,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"default_profile\":false,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127752657510215680,\"in_reply_to_status_id_str\":null,\"id_str\":\"127752657510215680\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8903000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a0d45b23-05ae-4875-98af-e398c1413762-127752657510215680" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem ファルマコンとしてのエクリチュール。記憶の支えとなるとともに、記憶の衰退を呼び寄せる。(プラトン『パイドロス』)", + "img": { + "src": "http://a0.twimg.com/profile_images/367297383/sjd_icon_normal.jpg" + }, + "title": "衰弱堂: RT @k_t_618: #tfcem ファルマコンとしてのエクリチュール。記憶の支えとなるとともに、記憶の衰退を呼び寄せる。(プラトン『パイドロス』)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8905000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem \\u30d5\\u30a1\\u30eb\\u30de\\u30b3\\u30f3\\u3068\\u3057\\u3066\\u306e\\u30a8\\u30af\\u30ea\\u30c1\\u30e5\\u30fc\\u30eb\\u3002\\u8a18\\u61b6\\u306e\\u652f\\u3048\\u3068\\u306a\\u308b\\u3068\\u3068\\u3082\\u306b\\u3001\\u8a18\\u61b6\\u306e\\u8870\\u9000\\u3092\\u547c\\u3073\\u5bc4\\u305b\\u308b\\u3002\\uff08\\u30d7\\u30e9\\u30c8\\u30f3\\u300e\\u30d1\\u30a4\\u30c9\\u30ed\\u30b9\\u300f\\uff09\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem \\u30d5\\u30a1\\u30eb\\u30de\\u30b3\\u30f3\\u3068\\u3057\\u3066\\u306e\\u30a8\\u30af\\u30ea\\u30c1\\u30e5\\u30fc\\u30eb\\u3002\\u8a18\\u61b6\\u306e\\u652f\\u3048\\u3068\\u306a\\u308b\\u3068\\u3068\\u3082\\u306b\\u3001\\u8a18\\u61b6\\u306e\\u8870\\u9000\\u3092\\u547c\\u3073\\u5bc4\\u305b\\u308b\\u3002\\uff08\\u30d7\\u30e9\\u30c8\\u30f3\\u300e\\u30d1\\u30a4\\u30c9\\u30ed\\u30b9\\u300f\\uff09\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"1\",\"retweeters\":[14811910],\"favoriters\":[14811910],\"favoriters_count\":\"1\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:24:56 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":387,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127752299350208512,\"in_reply_to_status_id_str\":null,\"id_str\":\"127752299350208512\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/janetter.net\\/\\\" rel=\\\"nofollow\\\"\\u003EJanetter2\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:26:23 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":9884,\"location\":\"\\u6771\\u4eac\",\"default_profile\":false,\"notifications\":null,\"profile_background_color\":\"d9bfbf\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":756,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/28438868\\/twtt4.jpg\",\"profile_sidebar_fill_color\":\"f2f2f2\",\"description\":\"\\u5143\\u6587\\u5b66\\u9752\\u5e74\\u3002\\u5143\\u7f8e\\u8853\\u8a55\\u8ad6\\u5bb6\\u3002\\u5143\\u30aa\\u30f3\\u30e9\\u30a4\\u30f3\\u30b2\\u30fc\\u30de\\u30fc\\u3002Web\\u304b\\u3089\\uff0f\\u306b\\u5411\\u304b\\u3063\\u3066\\uff0f\\u306e\\u4e2d\\u3067\\uff0f\\u3088\\u308d\\u305a\\u8003\\u3048\\u306c\\u304f\\u4eba\\u3002\\u30c7\\u30fc\\u30bf\\u30cf\\u30f3\\u30c9\\u30ea\\u30f3\\u30b0\\u3068\\u30b7\\u30ca\\u30ea\\u30aa\\u30d7\\u30e9\\u30f3\\u30cb\\u30f3\\u30b0\\u3067\\u98df\\u3079\\u3066\\u304d\\u305f\\u73fe\\u5728\\u96f6\\u7d30\\u81ea\\u55b6\\u696d\\u8005\\u3002a2i\\u500b\\u4eba\\u4f1a\\u54e1\\u3002\\u30bd\\u30fc\\u30b7\\u30e3\\u30eb\\u30b2\\u30fc\\u30e0\\u306e\\u89e3\\u6790\\u3084\\u308a\\u305f\\u3044\\u3002\",\"following\":null,\"time_zone\":\"Osaka\",\"created_at\":\"Sat May 17 15:50:05 +0000 2008\",\"profile_sidebar_border_color\":\"336633\",\"is_translator\":false,\"listed_count\":95,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":765,\"protected\":false,\"profile_text_color\":\"323232\",\"url\":\"http:\\/\\/suijackdo.seesaa.net\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/367297383\\/sjd_icon_normal.jpg\",\"screen_name\":\"SuiJackDo\",\"name\":\"\\u8870\\u5f31\\u5802\",\"statuses_count\":10748,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/28438868\\/twtt4.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/367297383\\/sjd_icon_normal.jpg\",\"id\":14811910,\"id_str\":\"14811910\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"336733\"},\"retweeted\":false,\"id\":127752664737001472,\"in_reply_to_status_id_str\":null,\"id_str\":\"127752664737001472\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8905000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "502ef4ce-143d-479e-b641-877cc61afbb6-127752664737001472" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem 三次的過去把持によってメタ安定、二次的で集団的な記憶がそれによって可能となる。", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: RT @k_t_618: #tfcem 三次的過去把持によってメタ安定、二次的で集団的な記憶がそれによって可能となる。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8943000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem\\u3000\\u4e09\\u6b21\\u7684\\u904e\\u53bb\\u628a\\u6301\\u306b\\u3088\\u3063\\u3066\\u30e1\\u30bf\\u5b89\\u5b9a\\u3001\\u4e8c\\u6b21\\u7684\\u3067\\u96c6\\u56e3\\u7684\\u306a\\u8a18\\u61b6\\u304c\\u305d\\u308c\\u306b\\u3088\\u3063\\u3066\\u53ef\\u80fd\\u3068\\u306a\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem\\u3000\\u4e09\\u6b21\\u7684\\u904e\\u53bb\\u628a\\u6301\\u306b\\u3088\\u3063\\u3066\\u30e1\\u30bf\\u5b89\\u5b9a\\u3001\\u4e8c\\u6b21\\u7684\\u3067\\u96c6\\u56e3\\u7684\\u306a\\u8a18\\u61b6\\u304c\\u305d\\u308c\\u306b\\u3088\\u3063\\u3066\\u53ef\\u80fd\\u3068\\u306a\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:13:06 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"default_profile\":true,\"statuses_count\":387,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127749323986440192,\"in_reply_to_status_id_str\":null,\"id_str\":\"127749323986440192\",\"coordinates\":null},\"source\":\"web\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:27:01 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"default_profile\":false,\"statuses_count\":2821,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127752823805972481,\"in_reply_to_status_id_str\":null,\"id_str\":\"127752823805972481\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8943000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b2146166-80f4-478e-ba4e-a892ce4c0661-127752823805972481" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "冒頭の石田英敬先生の講演に続き、ベルナール・スティグレール氏の講演をUST中。http://t.co/wPy3MUc9 #tfcem", + "img": { + "src": "http://a2.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" + }, + "title": "Yoshikazu NANGO: 冒頭の石田英敬先生の講演に続き、ベルナール・スティグレール氏の講演をUST中。http://t.co/wPy3MUc9 #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 8992000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u5192\\u982d\\u306e\\u77f3\\u7530\\u82f1\\u656c\\u5148\\u751f\\u306e\\u8b1b\\u6f14\\u306b\\u7d9a\\u304d\\u3001\\u30d9\\u30eb\\u30ca\\u30fc\\u30eb\\u30fb\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u6c0f\\u306e\\u8b1b\\u6f14\\u3092UST\\u4e2d\\u3002http:\\/\\/t.co\\/wPy3MUc9 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[39,59],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/wPy3MUc9\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[61,67]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:27:50 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1817,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u5357\\u5f8c\\u7531\\u548c\\u30021979\\u5e74\\u5927\\u962a\\u5e9c\\u751f\\u307e\\u308c\\u3002\\u6771\\u4eac\\u5927\\u5b66\\u5927\\u5b66\\u9662\\u60c5\\u5831\\u5b66\\u74b0\\u7279\\u4efb\\u8b1b\\u5e2b\\u3002\\u793e\\u4f1a\\u5b66\\u3001\\u90fd\\u5e02\\u30fb\\u5efa\\u7bc9\\u8ad6\\u3002\\u6851\\u6ca2\\u30c7\\u30b6\\u30a4\\u30f3\\u7814\\u7a76\\u6240\\u3001\\u99d2\\u6fa4\\u5927\\u5b66\\u3001\\u6cd5\\u653f\\u5927\\u5b66\\u3001\\u65e9\\u7a32\\u7530\\u5927\\u5b66\\u975e\\u5e38\\u52e4\\u8b1b\\u5e2b\\u3002\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Dec 26 14:10:04 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":180,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":216,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"screen_name\":\"y_nango\",\"name\":\"Yoshikazu NANGO\",\"statuses_count\":1818,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"id\":99508965,\"id_str\":\"99508965\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127753031545651200,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127753031545651200\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 8992000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "6f86a825-ece9-4e85-948d-9b1a0934c96d-127753031545651200" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem カタストロフィ…我々は何を共有しどこへ向かっているのだろう…", + "img": { + "src": "http://a2.twimg.com/profile_images/1393890682/image_normal.jpg" + }, + "title": "O'tera: #tfcem カタストロフィ…我々は何を共有しどこへ向かっているのだろう…", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9031000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u2026\\u6211\\u3005\\u306f\\u4f55\\u3092\\u5171\\u6709\\u3057\\u3069\\u3053\\u3078\\u5411\\u304b\\u3063\\u3066\\u3044\\u308b\\u306e\\u3060\\u308d\\u3046\\u2026\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:28:29 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":1482,\"location\":\"Wherever interesting\",\"default_profile\":false,\"notifications\":null,\"profile_background_color\":\"642D8B\",\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":124,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/183974121\\/vanishing-point.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"description\":\"PhdStudent (BA&MSc from University of London)\\r\\n\\u7279\\u6280:\\u591a\\u8a00\\u8a9e\\u7269\\u771f\\u4f3c\\r\\n\",\"following\":null,\"time_zone\":\"London\",\"created_at\":\"Mon Jun 15 13:39:35 +0000 2009\",\"profile_sidebar_border_color\":\"65B0DA\",\"is_translator\":false,\"listed_count\":6,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":309,\"protected\":false,\"profile_text_color\":\"3D1957\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1393890682\\/image_normal.jpg\",\"screen_name\":\"Yuki0tera\",\"name\":\"O'tera\",\"statuses_count\":1508,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/183974121\\/vanishing-point.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1393890682\\/image_normal.jpg\",\"id\":47336306,\"id_str\":\"47336306\",\"verified\":false,\"utc_offset\":0,\"profile_link_color\":\"FF0000\"},\"retweeted\":false,\"id\":127753191394783232,\"in_reply_to_status_id_str\":null,\"id_str\":\"127753191394783232\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9031000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "9080ae50-53d9-421f-bb07-ef91fc2b386e-127753191394783232" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "帰宅してスティグレールのユーストクリックしたんだけど…これフランスでやってるのか。 #tfcem", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "××××: 帰宅してスティグレールのユーストクリックしたんだけど…これフランスでやってるのか。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9049000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u5e30\\u5b85\\u3057\\u3066\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u306e\\u30e6\\u30fc\\u30b9\\u30c8\\u30af\\u30ea\\u30c3\\u30af\\u3057\\u305f\\u3093\\u3060\\u3051\\u3069\\u2026\\u3053\\u308c\\u30d5\\u30e9\\u30f3\\u30b9\\u3067\\u3084\\u3063\\u3066\\u308b\\u306e\\u304b\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[42,48]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:28:47 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":28,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u3082\\u3046\\u3044\\u3084\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Fri Nov 13 02:49:13 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":1,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":132,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"njeoisr\",\"name\":\"\\u00d7\\u00d7\\u00d7\\u00d7\",\"statuses_count\":590,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":89608821,\"id_str\":\"89608821\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127753269350105091,\"in_reply_to_status_id_str\":null,\"id_str\":\"127753269350105091\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9049000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "91a6a4ba-33eb-4a2a-b606-1a48b9d11e44-127753269350105091" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @y_nango: 冒頭の石田英敬先生の講演に続き、ベルナール・スティグレール氏の講演をUST中。http://t.co/wPy3MUc9 #tfcem", + "img": { + "src": "http://a2.twimg.com/profile_images/1393890682/image_normal.jpg" + }, + "title": "O'tera: RT @y_nango: 冒頭の石田英敬先生の講演に続き、ベルナール・スティグレール氏の講演をUST中。http://t.co/wPy3MUc9 #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9064000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @y_nango: \\u5192\\u982d\\u306e\\u77f3\\u7530\\u82f1\\u656c\\u5148\\u751f\\u306e\\u8b1b\\u6f14\\u306b\\u7d9a\\u304d\\u3001\\u30d9\\u30eb\\u30ca\\u30fc\\u30eb\\u30fb\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u6c0f\\u306e\\u8b1b\\u6f14\\u3092UST\\u4e2d\\u3002http:\\/\\/t.co\\/wPy3MUc9 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[52,72],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/wPy3MUc9\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[74,80]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"Yoshikazu NANGO\",\"screen_name\":\"y_nango\",\"id\":99508965,\"id_str\":\"99508965\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"\\u5192\\u982d\\u306e\\u77f3\\u7530\\u82f1\\u656c\\u5148\\u751f\\u306e\\u8b1b\\u6f14\\u306b\\u7d9a\\u304d\\u3001\\u30d9\\u30eb\\u30ca\\u30fc\\u30eb\\u30fb\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u6c0f\\u306e\\u8b1b\\u6f14\\u3092UST\\u4e2d\\u3002http:\\/\\/t.co\\/wPy3MUc9 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[39,59],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/wPy3MUc9\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[61,67]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:27:50 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1817,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u5357\\u5f8c\\u7531\\u548c\\u30021979\\u5e74\\u5927\\u962a\\u5e9c\\u751f\\u307e\\u308c\\u3002\\u6771\\u4eac\\u5927\\u5b66\\u5927\\u5b66\\u9662\\u60c5\\u5831\\u5b66\\u74b0\\u7279\\u4efb\\u8b1b\\u5e2b\\u3002\\u793e\\u4f1a\\u5b66\\u3001\\u90fd\\u5e02\\u30fb\\u5efa\\u7bc9\\u8ad6\\u3002\\u6851\\u6ca2\\u30c7\\u30b6\\u30a4\\u30f3\\u7814\\u7a76\\u6240\\u3001\\u99d2\\u6fa4\\u5927\\u5b66\\u3001\\u6cd5\\u653f\\u5927\\u5b66\\u3001\\u65e9\\u7a32\\u7530\\u5927\\u5b66\\u975e\\u5e38\\u52e4\\u8b1b\\u5e2b\\u3002\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Dec 26 14:10:04 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":180,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":216,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"screen_name\":\"y_nango\",\"name\":\"Yoshikazu NANGO\",\"statuses_count\":1819,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"id\":99508965,\"id_str\":\"99508965\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127753031545651200,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127753031545651200\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:29:02 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":1482,\"location\":\"Wherever interesting\",\"notifications\":null,\"profile_background_color\":\"642D8B\",\"default_profile\":false,\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":124,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/183974121\\/vanishing-point.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"description\":\"PhdStudent (BA&MSc from University of London)\\r\\n\\u7279\\u6280:\\u591a\\u8a00\\u8a9e\\u7269\\u771f\\u4f3c\\r\\n\",\"following\":null,\"time_zone\":\"London\",\"created_at\":\"Mon Jun 15 13:39:35 +0000 2009\",\"profile_sidebar_border_color\":\"65B0DA\",\"is_translator\":false,\"listed_count\":6,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":309,\"protected\":false,\"profile_text_color\":\"3D1957\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1393890682\\/image_normal.jpg\",\"screen_name\":\"Yuki0tera\",\"name\":\"O'tera\",\"statuses_count\":1510,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/183974121\\/vanishing-point.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1393890682\\/image_normal.jpg\",\"id\":47336306,\"id_str\":\"47336306\",\"verified\":false,\"utc_offset\":0,\"profile_link_color\":\"FF0000\"},\"retweeted\":false,\"id\":127753333627826177,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127753333627826177\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9064000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "568d799a-de85-46d1-a99b-df25b2f8e122-127753333627826177" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem システム的カタストロフとしての原発事故。経済的なシステム的カタストロフ(リーマンショック?)も平行する。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem システム的カタストロフとしての原発事故。経済的なシステム的カタストロフ(リーマンショック?)も平行する。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9072000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u30b7\\u30b9\\u30c6\\u30e0\\u7684\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3068\\u3057\\u3066\\u306e\\u539f\\u767a\\u4e8b\\u6545\\u3002\\u7d4c\\u6e08\\u7684\\u306a\\u30b7\\u30b9\\u30c6\\u30e0\\u7684\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\uff08\\u30ea\\u30fc\\u30de\\u30f3\\u30b7\\u30e7\\u30c3\\u30af\\uff1f\\uff09\\u3082\\u5e73\\u884c\\u3059\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:29:10 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":388,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127753363763892225,\"in_reply_to_status_id_str\":null,\"id_str\":\"127753363763892225\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9072000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "f7fc7af7-e8ba-4ce3-96ff-c13284b9c5ae-127753363763892225" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 3次的外材的な記憶の把持と2次的な心理的な記憶把持=思い出。理解をメタ安定化させるための横断的個体化。先ほどの石田先生の例で言えば、津波がきた場所に建つ神社や位牌などが3次的把持。メタ安定化はなぜいま、そしてどのような形で必要とされるのか。", + "img": { + "src": "http://a1.twimg.com/profile_images/547947819/091107_1604_021_normal.jpg" + }, + "title": "jun abe: #tfcem 3次的外材的な記憶の把持と2次的な心理的な記憶把持=思い出。理解をメタ安定化させるための横断的個体化。先ほどの石田先生の例で言えば、津波がきた場所に建つ神社や位牌などが3次的把持。メタ安定化はなぜいま、そしてどのような形で必要とされるのか。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9084000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem 3\\u6b21\\u7684\\u5916\\u6750\\u7684\\u306a\\u8a18\\u61b6\\u306e\\u628a\\u6301\\u30682\\u6b21\\u7684\\u306a\\u5fc3\\u7406\\u7684\\u306a\\u8a18\\u61b6\\u628a\\u6301\\uff1d\\u601d\\u3044\\u51fa\\u3002\\u7406\\u89e3\\u3092\\u30e1\\u30bf\\u5b89\\u5b9a\\u5316\\u3055\\u305b\\u308b\\u305f\\u3081\\u306e\\u6a2a\\u65ad\\u7684\\u500b\\u4f53\\u5316\\u3002\\u5148\\u307b\\u3069\\u306e\\u77f3\\u7530\\u5148\\u751f\\u306e\\u4f8b\\u3067\\u8a00\\u3048\\u3070\\u3001\\u6d25\\u6ce2\\u304c\\u304d\\u305f\\u5834\\u6240\\u306b\\u5efa\\u3064\\u795e\\u793e\\u3084\\u4f4d\\u724c\\u306a\\u3069\\u304c3\\u6b21\\u7684\\u628a\\u6301\\u3002\\u30e1\\u30bf\\u5b89\\u5b9a\\u5316\\u306f\\u306a\\u305c\\u3044\\u307e\\u3001\\u305d\\u3057\\u3066\\u3069\\u306e\\u3088\\u3046\\u306a\\u5f62\\u3067\\u5fc5\\u8981\\u3068\\u3055\\u308c\\u308b\\u306e\\u304b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:29:22 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":365,\"location\":\"TOKYO\",\"default_profile\":false,\"notifications\":null,\"profile_background_color\":\"f5f5f5\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":554,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"fdfffc\",\"description\":\"\\u307e\\u305a\\u306f\\u6383\\u82d4\\u304b\\u3089\\u3002\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Nov 23 16:03:52 +0000 2009\",\"profile_sidebar_border_color\":\"c0deed\",\"is_translator\":false,\"listed_count\":41,\"geo_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":476,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/547947819\\/091107_1604_021_normal.jpg\",\"screen_name\":\"jun_abe\",\"name\":\"jun abe\",\"statuses_count\":7356,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/547947819\\/091107_1604_021_normal.jpg\",\"id\":92049841,\"id_str\":\"92049841\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"ff6e6e\"},\"retweeted\":false,\"id\":127753416612118529,\"in_reply_to_status_id_str\":null,\"id_str\":\"127753416612118529\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9084000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "c30e723b-b8dd-48e7-a038-6957837d4b47-127753416612118529" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem ここ三十年、技術的革新はあらたなフェーズに入っており、社会的に通用している諸制度がたえず宙づりにされつづけている。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem ここ三十年、技術的革新はあらたなフェーズに入っており、社会的に通用している諸制度がたえず宙づりにされつづけている。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9250000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u3053\\u3053\\u4e09\\u5341\\u5e74\\u3001\\u6280\\u8853\\u7684\\u9769\\u65b0\\u306f\\u3042\\u3089\\u305f\\u306a\\u30d5\\u30a7\\u30fc\\u30ba\\u306b\\u5165\\u3063\\u3066\\u304a\\u308a\\u3001\\u793e\\u4f1a\\u7684\\u306b\\u901a\\u7528\\u3057\\u3066\\u3044\\u308b\\u8af8\\u5236\\u5ea6\\u304c\\u305f\\u3048\\u305a\\u5b99\\u3065\\u308a\\u306b\\u3055\\u308c\\u3064\\u3065\\u3051\\u3066\\u3044\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:32:08 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":389,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127754111537000448,\"in_reply_to_status_id_str\":null,\"id_str\":\"127754111537000448\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9250000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "ed569716-4a76-4185-848d-37fa6c920f7a-127754111537000448" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem so, poison can b medicine vise versa...", + "img": { + "src": "http://a2.twimg.com/profile_images/1393890682/image_normal.jpg" + }, + "title": "O'tera: #tfcem so, poison can b medicine vise versa...", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9260000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem so, poison can b medicine vise versa...\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:32:18 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":1482,\"location\":\"Wherever interesting\",\"notifications\":null,\"profile_background_color\":\"642D8B\",\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":124,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/183974121\\/vanishing-point.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"description\":\"PhdStudent (BA&MSc from University of London)\\r\\n\\u7279\\u6280:\\u591a\\u8a00\\u8a9e\\u7269\\u771f\\u4f3c\\r\\n\",\"following\":null,\"time_zone\":\"London\",\"created_at\":\"Mon Jun 15 13:39:35 +0000 2009\",\"profile_sidebar_border_color\":\"65B0DA\",\"is_translator\":false,\"default_profile\":false,\"listed_count\":6,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":309,\"protected\":false,\"profile_text_color\":\"3D1957\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1393890682\\/image_normal.jpg\",\"screen_name\":\"Yuki0tera\",\"name\":\"O'tera\",\"statuses_count\":1511,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/183974121\\/vanishing-point.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1393890682\\/image_normal.jpg\",\"id\":47336306,\"id_str\":\"47336306\",\"verified\":false,\"utc_offset\":0,\"profile_link_color\":\"FF0000\"},\"retweeted\":false,\"id\":127754155602354176,\"in_reply_to_status_id_str\":null,\"id_str\":\"127754155602354176\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9260000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a86cd495-2259-4f11-9ddf-2201037f9647-127754155602354176" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "リヨンからお届けしております!RT @njeoisr 帰宅してスティグレールのユーストクリックしたんだけど…これフランスでやってるのか。 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: リヨンからお届けしております!RT @njeoisr 帰宅してスティグレールのユーストクリックしたんだけど…これフランスでやってるのか。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9280000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u30ea\\u30e8\\u30f3\\u304b\\u3089\\u304a\\u5c4a\\u3051\\u3057\\u3066\\u304a\\u308a\\u307e\\u3059\\uff01RT @njeoisr \\u5e30\\u5b85\\u3057\\u3066\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u306e\\u30e6\\u30fc\\u30b9\\u30c8\\u30af\\u30ea\\u30c3\\u30af\\u3057\\u305f\\u3093\\u3060\\u3051\\u3069\\u2026\\u3053\\u308c\\u30d5\\u30e9\\u30f3\\u30b9\\u3067\\u3084\\u3063\\u3066\\u308b\\u306e\\u304b\\u3002 #tfcem\",\"in_reply_to_user_id_str\":\"89608821\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[69,75]}],\"user_mentions\":[{\"indices\":[18,26],\"name\":\"\\u00d7\\u00d7\\u00d7\\u00d7\",\"screen_name\":\"njeoisr\",\"id\":89608821,\"id_str\":\"89608821\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":89608821,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:32:38 +0000 2011\",\"in_reply_to_status_id\":127753269350105091,\"geo\":null,\"in_reply_to_screen_name\":\"njeoisr\",\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2822,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"default_profile\":false,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127754238976729091,\"in_reply_to_status_id_str\":\"127753269350105091\",\"id_str\":\"127754238976729091\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9280000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "02f33222-94ca-43ed-8869-d0f59267250c-127754238976729091" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 技術革新の加速は、同時に二番目の契機、すなわち宙づりを社会のなかに取り込むという能動的なプロセスを必要とする。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 技術革新の加速は、同時に二番目の契機、すなわち宙づりを社会のなかに取り込むという能動的なプロセスを必要とする。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9309000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u6280\\u8853\\u9769\\u65b0\\u306e\\u52a0\\u901f\\u306f\\u3001\\u540c\\u6642\\u306b\\u4e8c\\u756a\\u76ee\\u306e\\u5951\\u6a5f\\u3001\\u3059\\u306a\\u308f\\u3061\\u5b99\\u3065\\u308a\\u3092\\u793e\\u4f1a\\u306e\\u306a\\u304b\\u306b\\u53d6\\u308a\\u8fbc\\u3080\\u3068\\u3044\\u3046\\u80fd\\u52d5\\u7684\\u306a\\u30d7\\u30ed\\u30bb\\u30b9\\u3092\\u5fc5\\u8981\\u3068\\u3059\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:33:07 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":390,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127754361421037568,\"in_reply_to_status_id_str\":null,\"id_str\":\"127754361421037568\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9309000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "062db9d1-cbf0-4884-a53c-33854d25f5e6-127754361421037568" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem http://t.co/2kB2JcDi", + "img": { + "src": "http://a2.twimg.com/profile_images/1393890682/image_normal.jpg" + }, + "title": "O'tera: #tfcem http://t.co/2kB2JcDi", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9327000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem http:\\/\\/t.co\\/2kB2JcDi\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"yfrog.com\\/oc478rej\",\"indices\":[8,28],\"expanded_url\":\"http:\\/\\/yfrog.com\\/oc478rej\",\"url\":\"http:\\/\\/t.co\\/2kB2JcDi\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:33:25 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":1482,\"location\":\"Wherever interesting\",\"notifications\":null,\"profile_background_color\":\"642D8B\",\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":124,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/183974121\\/vanishing-point.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"description\":\"PhdStudent (BA&MSc from University of London)\\r\\n\\u7279\\u6280:\\u591a\\u8a00\\u8a9e\\u7269\\u771f\\u4f3c\\r\\n\",\"following\":null,\"time_zone\":\"London\",\"created_at\":\"Mon Jun 15 13:39:35 +0000 2009\",\"profile_sidebar_border_color\":\"65B0DA\",\"is_translator\":false,\"listed_count\":6,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":309,\"protected\":false,\"profile_text_color\":\"3D1957\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1393890682\\/image_normal.jpg\",\"screen_name\":\"Yuki0tera\",\"name\":\"O'tera\",\"statuses_count\":1512,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/183974121\\/vanishing-point.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1393890682\\/image_normal.jpg\",\"id\":47336306,\"id_str\":\"47336306\",\"verified\":false,\"utc_offset\":0,\"profile_link_color\":\"FF0000\"},\"retweeted\":false,\"id\":127754436050305024,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127754436050305024\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9327000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "32589ecb-e28f-424e-901b-be4f612957fa-127754436050305024" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "フランス語は分からないけれど『ヌーヴェル』という言葉だけは聞き取れる。ヌーヴェルとは新しい波の意味。破滅的な意味を持つカタストロフを語る上でヌーヴェルという語が用いられるのは至極真っ当だとも思いながら不思議を感覚したりもする。#tfcem", + "img": { + "src": "http://a2.twimg.com/profile_images/1511094385/IMG_15603_normal.jpg" + }, + "title": "Koichi Kubodera: フランス語は分からないけれど『ヌーヴェル』という言葉だけは聞き取れる。ヌーヴェルとは新しい波の意味。破滅的な意味を持つカタストロフを語る上でヌーヴェルという語が用いられるのは至極真っ当だとも思いながら不思議を感覚したりもする。#tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9371000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u306f\\u5206\\u304b\\u3089\\u306a\\u3044\\u3051\\u308c\\u3069\\u300e\\u30cc\\u30fc\\u30f4\\u30a7\\u30eb\\u300f\\u3068\\u3044\\u3046\\u8a00\\u8449\\u3060\\u3051\\u306f\\u805e\\u304d\\u53d6\\u308c\\u308b\\u3002\\u30cc\\u30fc\\u30f4\\u30a7\\u30eb\\u3068\\u306f\\u65b0\\u3057\\u3044\\u6ce2\\u306e\\u610f\\u5473\\u3002\\u7834\\u6ec5\\u7684\\u306a\\u610f\\u5473\\u3092\\u6301\\u3064\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u3092\\u8a9e\\u308b\\u4e0a\\u3067\\u30cc\\u30fc\\u30f4\\u30a7\\u30eb\\u3068\\u3044\\u3046\\u8a9e\\u304c\\u7528\\u3044\\u3089\\u308c\\u308b\\u306e\\u306f\\u81f3\\u6975\\u771f\\u3063\\u5f53\\u3060\\u3068\\u3082\\u601d\\u3044\\u306a\\u304c\\u3089\\u4e0d\\u601d\\u8b70\\u3092\\u611f\\u899a\\u3057\\u305f\\u308a\\u3082\\u3059\\u308b\\u3002#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[113,119]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:34:09 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":913,\"location\":\"TOKYO\\uff0fTACHIKAWA\",\"notifications\":null,\"profile_background_color\":\"ffffff\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":204,\"default_profile\":false,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/282875363\\/_____3.png\",\"profile_sidebar_fill_color\":\"e0ebff\",\"description\":\"Since1988\\uff0fOGP(oremoomaemoganbareyo project)\\uff0f\\u3080\\u306b\\u306a\\u308b\\u3068\\u30fc\\u304f\\uff0fta-re\\uff0fOTA Production\\uff0fNEO\\u5805\\u6c17\\uff0fTZU\\u6620\\u753b\\u5c02\\u653b4\\u5e74\\uff0f\\u8acf\\u8a2a\\u30bc\\u30df\\u30ca\\u30fc\\u30eb\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jan 21 08:47:04 +0000 2010\",\"profile_sidebar_border_color\":\"ffffff\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":253,\"protected\":false,\"profile_text_color\":\"6b7aff\",\"url\":\"http:\\/\\/zokeisuwasemi.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1511094385\\/IMG_15603_normal.jpg\",\"screen_name\":\"temple_ogp\",\"name\":\"Koichi Kubodera\",\"statuses_count\":5747,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/282875363\\/_____3.png\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1511094385\\/IMG_15603_normal.jpg\",\"id\":106998187,\"id_str\":\"106998187\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"1e00ff\"},\"retweeted\":false,\"id\":127754619265888256,\"in_reply_to_status_id_str\":null,\"id_str\":\"127754619265888256\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9371000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "bb72de25-283f-4734-8c97-40d91d34ce02-127754619265888256" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 技術革新をコントロールしようと試みるものとしてのマーケティング。それを先導していったのは金融投資。短期的な利潤がそこでは目的となっている。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 技術革新をコントロールしようと試みるものとしてのマーケティング。それを先導していったのは金融投資。短期的な利潤がそこでは目的となっている。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9566000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u6280\\u8853\\u9769\\u65b0\\u3092\\u30b3\\u30f3\\u30c8\\u30ed\\u30fc\\u30eb\\u3057\\u3088\\u3046\\u3068\\u8a66\\u307f\\u308b\\u3082\\u306e\\u3068\\u3057\\u3066\\u306e\\u30de\\u30fc\\u30b1\\u30c6\\u30a3\\u30f3\\u30b0\\u3002\\u305d\\u308c\\u3092\\u5148\\u5c0e\\u3057\\u3066\\u3044\\u3063\\u305f\\u306e\\u306f\\u91d1\\u878d\\u6295\\u8cc7\\u3002\\u77ed\\u671f\\u7684\\u306a\\u5229\\u6f64\\u304c\\u305d\\u3053\\u3067\\u306f\\u76ee\\u7684\\u3068\\u306a\\u3063\\u3066\\u3044\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:37:24 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":391,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127755435938807808,\"in_reply_to_status_id_str\":null,\"id_str\":\"127755435938807808\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9566000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b3a6afa1-7007-4104-bf0b-0b0d387ca65c-127755435938807808" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 現在を引っ張っていく目的が、きわめて短期の利潤となってしまう。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 現在を引っ張っていく目的が、きわめて短期の利潤となってしまう。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9602000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u73fe\\u5728\\u3092\\u5f15\\u3063\\u5f35\\u3063\\u3066\\u3044\\u304f\\u76ee\\u7684\\u304c\\u3001\\u304d\\u308f\\u3081\\u3066\\u77ed\\u671f\\u306e\\u5229\\u6f64\\u3068\\u306a\\u3063\\u3066\\u3057\\u307e\\u3046\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:38:00 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":392,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127755589068652544,\"in_reply_to_status_id_str\":null,\"id_str\":\"127755589068652544\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9602000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "fa2b75cc-022c-47e0-a728-7026d015dafc-127755589068652544" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 技術革新の速度が加速度的に上昇していくとして、その速度を遅らせる戦略とはどのようなものであり得るか?制度的?文化的?やはり技術的?な戦略となるのか???", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 技術革新の速度が加速度的に上昇していくとして、その速度を遅らせる戦略とはどのようなものであり得るか?制度的?文化的?やはり技術的?な戦略となるのか???", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9757000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u6280\\u8853\\u9769\\u65b0\\u306e\\u901f\\u5ea6\\u304c\\u52a0\\u901f\\u5ea6\\u7684\\u306b\\u4e0a\\u6607\\u3057\\u3066\\u3044\\u304f\\u3068\\u3057\\u3066\\u3001\\u305d\\u306e\\u901f\\u5ea6\\u3092\\u9045\\u3089\\u305b\\u308b\\u6226\\u7565\\u3068\\u306f\\u3069\\u306e\\u3088\\u3046\\u306a\\u3082\\u306e\\u3067\\u3042\\u308a\\u5f97\\u308b\\u304b\\uff1f\\u5236\\u5ea6\\u7684\\uff1f\\u6587\\u5316\\u7684\\uff1f\\u3084\\u306f\\u308a\\u6280\\u8853\\u7684\\uff1f\\u306a\\u6226\\u7565\\u3068\\u306a\\u308b\\u306e\\u304b\\uff1f??\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:40:35 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":true,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":393,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127756239768788992,\"in_reply_to_status_id_str\":null,\"id_str\":\"127756239768788992\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9757000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "6221f204-9943-4e5b-a92e-7006be6d51d9-127756239768788992" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Dans stratégie du Choc Naomie Klein révèle l'incurie de GW Bush par rapport à l'ouragan Katrina poussé par Milton Friedman", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Dans stratégie du Choc Naomie Klein révèle l'incurie de GW Bush par rapport à l'ouragan Katrina poussé par Milton Friedman", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9777000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Dans strat\\u00e9gie du Choc Naomie Klein r\\u00e9v\\u00e8le l'incurie de GW Bush par rapport \\u00e0 l'ouragan Katrina pouss\\u00e9 par Milton Friedman\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:40:55 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":401,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127756322870538240,\"in_reply_to_status_id_str\":null,\"id_str\":\"127756322870538240\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9777000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "c09b6e34-1382-4da7-b7bf-e3b701b1803b-127756322870538240" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 『インサイド・ジョブ』は見た方がいい。金融危機を分析している映画、とのこと。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 『インサイド・ジョブ』は見た方がいい。金融危機を分析している映画、とのこと。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9839000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u300e\\u30a4\\u30f3\\u30b5\\u30a4\\u30c9\\u30fb\\u30b8\\u30e7\\u30d6\\u300f\\u306f\\u898b\\u305f\\u65b9\\u304c\\u3044\\u3044\\u3002\\u91d1\\u878d\\u5371\\u6a5f\\u3092\\u5206\\u6790\\u3057\\u3066\\u3044\\u308b\\u6620\\u753b\\u3001\\u3068\\u306e\\u3053\\u3068\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:41:57 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":394,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127756580467900417,\"in_reply_to_status_id_str\":null,\"id_str\":\"127756580467900417\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9839000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "cb01dca7-02f5-4c5a-8ad6-affabe4c22f6-127756580467900417" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @mouri: 石田英敬さんの戦後アニメとカタストロフ論 #tfcem http://t.co/44nxbvjI", + "img": { + "src": "http://a2.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" + }, + "title": "abe: RT @mouri: 石田英敬さんの戦後アニメとカタストロフ論 #tfcem http://t.co/44nxbvjI", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9850000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @mouri: \\u77f3\\u7530\\u82f1\\u656c\\u3055\\u3093\\u306e\\u6226\\u5f8c\\u30a2\\u30cb\\u30e1\\u3068\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u8ad6\\u3000#tfcem http:\\/\\/t.co\\/44nxbvjI\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"polemictweet.com\\/\\/iii-catastrop\\u2026\",\"indices\":[39,59],\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/\\/iii-catastrophe\\/client.php#\",\"url\":\"http:\\/\\/t.co\\/44nxbvjI\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[32,38]}],\"user_mentions\":[{\"indices\":[3,9],\"name\":\"Yoshitaka Mouri\",\"screen_name\":\"mouri\",\"id\":5133521,\"id_str\":\"5133521\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"\\u77f3\\u7530\\u82f1\\u656c\\u3055\\u3093\\u306e\\u6226\\u5f8c\\u30a2\\u30cb\\u30e1\\u3068\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u8ad6\\u3000#tfcem http:\\/\\/t.co\\/44nxbvjI\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"polemictweet.com\\/\\/iii-catastrop\\u2026\",\"indices\":[28,48],\"expanded_url\":\"http:\\/\\/www.polemictweet.com\\/\\/iii-catastrophe\\/client.php#\",\"url\":\"http:\\/\\/t.co\\/44nxbvjI\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[21,27]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":2,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:18:03 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"131516\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":2211,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"description\":\"Sociologist, Media, Culture and Art Critic, Tokyo University of the Arts\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Wed Apr 18 16:03:41 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"is_translator\":false,\"listed_count\":208,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":181,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1341853248\\/mouriyoshitaka_normal.jpg\",\"screen_name\":\"mouri\",\"name\":\"Yoshitaka Mouri\",\"default_profile\":false,\"statuses_count\":1487,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1341853248\\/mouriyoshitaka_normal.jpg\",\"id\":5133521,\"id_str\":\"5133521\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"009999\"},\"retweeted\":false,\"id\":127735469181112320,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127735469181112320\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"retweet_count\":2,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:42:08 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":37661,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":591,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Hawaii\",\"created_at\":\"Wed Jan 06 05:29:20 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":36,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":2001,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/twitpic.com\\/photos\\/gn_abe\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"screen_name\":\"gn_abe\",\"name\":\"abe\",\"default_profile\":true,\"statuses_count\":6873,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"id\":102282764,\"id_str\":\"102282764\",\"verified\":false,\"utc_offset\":-36000,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127756629402845185,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127756629402845185\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9850000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "1dba909d-dbb4-4d65-8898-80701b42639e-127756629402845185" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Inside Job décrit aussi la crise financière comme complicité de l'Université américaine ++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Inside Job décrit aussi la crise financière comme complicité de l'Université américaine ++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 9877000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Inside Job d\\u00e9crit aussi la crise financi\\u00e8re comme complicit\\u00e9 de l'Universit\\u00e9 am\\u00e9ricaine ++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:42:35 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":402,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127756742049271808,\"in_reply_to_status_id_str\":null,\"id_str\":\"127756742049271808\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 9877000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "7af5ba22-34c4-42ed-8a92-ba78dbf48aae-127756742049271808" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Soyons attentifs à ce que nos tweets ne soient pas des courts circuits de notre trans-individuation", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Soyons attentifs à ce que nos tweets ne soient pas des courts circuits de notre trans-individuation", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 10037000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Soyons attentifs \\u00e0 ce que nos tweets ne soient pas des courts circuits de notre trans-individuation\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:45:15 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":403,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127757412336795650,\"in_reply_to_status_id_str\":null,\"id_str\":\"127757412336795650\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 10037000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "bd0ada79-72c7-4dd4-8f59-8a4b5d1f0a1b-127757412336795650" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Culture des média dans le Japon contemporain: Catastrophe et Média | Todai Forum 2011 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1245156198/Image_28_normal.png" + }, + "title": "Sylvia Fredriksson: Culture des média dans le Japon contemporain: Catastrophe et Média | Todai Forum 2011 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 10076000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"Culture des m\\u00e9dia dans le Japon contemporain: Catastrophe et M\\u00e9dia | Todai Forum 2011 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[86,92]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:45:54 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":25,\"location\":\"Paris, France.\",\"notifications\":null,\"profile_background_color\":\"ffffff\",\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":287,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"description\":\"Designer. Researcher at EnsadLab. Teacher at @multi_prevert.\\r\\n#Urban imaginary #UrbanData #Social change Technologies #Digitalart #Design\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Sat Nov 14 23:43:04 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"is_translator\":false,\"listed_count\":17,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":794,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1245156198\\/Image_28_normal.png\",\"screen_name\":\"s_fredriksson\",\"name\":\"Sylvia Fredriksson\",\"statuses_count\":970,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1245156198\\/Image_28_normal.png\",\"id\":90048502,\"id_str\":\"90048502\",\"default_profile\":false,\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"009999\"},\"retweeted\":false,\"id\":127757577667874816,\"in_reply_to_status_id_str\":null,\"id_str\":\"127757577667874816\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 10076000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a6bef272-d89a-483a-8692-1b4b6837065d-127757577667874816" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Plaidoyer pour le logiciel libre comme lutte contre la prolétarisation des informaticiens ++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Plaidoyer pour le logiciel libre comme lutte contre la prolétarisation des informaticiens ++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 10147000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Plaidoyer pour le logiciel libre comme lutte contre la prol\\u00e9tarisation des informaticiens ++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:47:05 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":404,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127757873114656768,\"in_reply_to_status_id_str\":null,\"id_str\":\"127757873114656768\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 10147000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "03425865-1425-4574-bdae-c171c979330d-127757873114656768" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@njeoisr いえ、問題ございません!このハッシュタグ #tfcem で実況されてます!", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: @njeoisr いえ、問題ございません!このハッシュタグ #tfcem で実況されてます!", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 10158000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"@njeoisr \\u3044\\u3048\\u3001\\u554f\\u984c\\u3054\\u3056\\u3044\\u307e\\u305b\\u3093\\uff01\\u3053\\u306e\\u30cf\\u30c3\\u30b7\\u30e5\\u30bf\\u30b0 #tfcem \\u3067\\u5b9f\\u6cc1\\u3055\\u308c\\u3066\\u307e\\u3059\\uff01\",\"in_reply_to_user_id_str\":\"89608821\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[30,36]}],\"user_mentions\":[{\"indices\":[0,8],\"name\":\"\\u00d7\\u00d7\\u00d7\\u00d7\",\"screen_name\":\"njeoisr\",\"id\":89608821,\"id_str\":\"89608821\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":89608821,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:47:16 +0000 2011\",\"in_reply_to_status_id\":127754987865509888,\"geo\":null,\"in_reply_to_screen_name\":\"njeoisr\",\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2823,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"default_profile\":false,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127757922175430656,\"in_reply_to_status_id_str\":\"127754987865509888\",\"id_str\":\"127757922175430656\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 10158000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "dc6460ce-574a-46b5-aa56-e23eb4741efc-127757922175430656" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 寄与の経済。愛好者。大学は、あらたな研究の方法を開発していく必要がある。デジタル・スタディーズ。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 寄与の経済。愛好者。大学は、あらたな研究の方法を開発していく必要がある。デジタル・スタディーズ。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 10159000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u5bc4\\u4e0e\\u306e\\u7d4c\\u6e08\\u3002\\u611b\\u597d\\u8005\\u3002\\u5927\\u5b66\\u306f\\u3001\\u3042\\u3089\\u305f\\u306a\\u7814\\u7a76\\u306e\\u65b9\\u6cd5\\u3092\\u958b\\u767a\\u3057\\u3066\\u3044\\u304f\\u5fc5\\u8981\\u304c\\u3042\\u308b\\u3002\\u30c7\\u30b8\\u30bf\\u30eb\\u30fb\\u30b9\\u30bf\\u30c7\\u30a3\\u30fc\\u30ba\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:47:17 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":396,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127757923337252864,\"in_reply_to_status_id_str\":null,\"id_str\":\"127757923337252864\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 10159000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "26408f69-ae0f-4ad7-b654-b02a8150ec2b-127757923337252864" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 近代は、文字による三次的過去把持にもとづいていたが、現代はデジタルな三次的過去把持にどんどん基礎を置くようになっており、大学はそれに対応しなければならない。>デジタル・スタディーズ", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 近代は、文字による三次的過去把持にもとづいていたが、現代はデジタルな三次的過去把持にどんどん基礎を置くようになっており、大学はそれに対応しなければならない。>デジタル・スタディーズ", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 10284000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u8fd1\\u4ee3\\u306f\\u3001\\u6587\\u5b57\\u306b\\u3088\\u308b\\u4e09\\u6b21\\u7684\\u904e\\u53bb\\u628a\\u6301\\u306b\\u3082\\u3068\\u3065\\u3044\\u3066\\u3044\\u305f\\u304c\\u3001\\u73fe\\u4ee3\\u306f\\u30c7\\u30b8\\u30bf\\u30eb\\u306a\\u4e09\\u6b21\\u7684\\u904e\\u53bb\\u628a\\u6301\\u306b\\u3069\\u3093\\u3069\\u3093\\u57fa\\u790e\\u3092\\u7f6e\\u304f\\u3088\\u3046\\u306b\\u306a\\u3063\\u3066\\u304a\\u308a\\u3001\\u5927\\u5b66\\u306f\\u305d\\u308c\\u306b\\u5bfe\\u5fdc\\u3057\\u306a\\u3051\\u308c\\u3070\\u306a\\u3089\\u306a\\u3044\\u3002\\uff1e\\u30c7\\u30b8\\u30bf\\u30eb\\u30fb\\u30b9\\u30bf\\u30c7\\u30a3\\u30fc\\u30ba\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:49:22 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":397,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"default_profile\":true,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127758446778007552,\"in_reply_to_status_id_str\":null,\"id_str\":\"127758446778007552\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 10284000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "3f18efe4-2f00-4089-b94b-a14a343a6aff-127758446778007552" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Polemictweet : un outil Digital Studies pensé à l'IRI comme rétention tertiaire numérique avec les même armes que l'industrie", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Polemictweet : un outil Digital Studies pensé à l'IRI comme rétention tertiaire numérique avec les même armes que l'industrie", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 10353000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Polemictweet : un outil Digital Studies pens\\u00e9 \\u00e0 l'IRI comme r\\u00e9tention tertiaire num\\u00e9rique avec les m\\u00eame armes que l'industrie\",\"retweet_count\":0,\"favorited\":false,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweeted\":false,\"created_at\":\"Sat Oct 22 14:50:31 +0000 2011\",\"in_reply_to_status_id_str\":null,\"id_str\":\"127758736415666177\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_user_id_str\":null,\"truncated\":false,\"contributors\":null,\"user\":{\"location\":\"Paris, France\",\"notifications\":null,\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"lang\":\"en\",\"followers_count\":178,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"profile_text_color\":\"333333\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"statuses_count\":405,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"id_str\":\"68424173\",\"profile_link_color\":\"0084B4\",\"default_profile_image\":false,\"favourites_count\":0,\"protected\":false,\"profile_background_color\":\"C0DEED\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"default_profile\":true,\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"verified\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"utc_offset\":3600,\"profile_sidebar_fill_color\":\"DDEEF6\"},\"id\":127758736415666177,\"coordinates\":null,\"in_reply_to_user_id\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 10353000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "4b34e895-221b-467b-a0f2-8ff4ae87cae4-127758736415666177" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem ロバン・レヌッチ氏、登壇。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem ロバン・レヌッチ氏、登壇。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 10677000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u30ed\\u30d0\\u30f3\\u30fb\\u30ec\\u30cc\\u30c3\\u30c1\\u6c0f\\u3001\\u767b\\u58c7\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:55:55 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":398,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127760097857388545,\"in_reply_to_status_id_str\":null,\"id_str\":\"127760097857388545\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 10677000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b15279b2-0dd6-4e9a-b2e4-3617a4f19199-127760097857388545" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 哺乳類としての人間は何も持っていない。その存在がさまざまな道具を手にし、ともに生き、さまざまなシンボル化を通してコミュニケーションをしていく。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 哺乳類としての人間は何も持っていない。その存在がさまざまな道具を手にし、ともに生き、さまざまなシンボル化を通してコミュニケーションをしていく。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 10826000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u54fa\\u4e73\\u985e\\u3068\\u3057\\u3066\\u306e\\u4eba\\u9593\\u306f\\u4f55\\u3082\\u6301\\u3063\\u3066\\u3044\\u306a\\u3044\\u3002\\u305d\\u306e\\u5b58\\u5728\\u304c\\u3055\\u307e\\u3056\\u307e\\u306a\\u9053\\u5177\\u3092\\u624b\\u306b\\u3057\\u3001\\u3068\\u3082\\u306b\\u751f\\u304d\\u3001\\u3055\\u307e\\u3056\\u307e\\u306a\\u30b7\\u30f3\\u30dc\\u30eb\\u5316\\u3092\\u901a\\u3057\\u3066\\u30b3\\u30df\\u30e5\\u30cb\\u30b1\\u30fc\\u30b7\\u30e7\\u30f3\\u3092\\u3057\\u3066\\u3044\\u304f\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:58:24 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":true,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":399,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127760722309558272,\"in_reply_to_status_id_str\":null,\"id_str\":\"127760722309558272\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 10826000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "09177516-866d-4f3b-94d1-0a8bb295fd89-127760722309558272" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 言葉、ジェスチャー、視線もシンボルを形づくる。破壊的な衝動を消化し、他者との関係を作り上げていくプロセスが昇華である。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 言葉、ジェスチャー、視線もシンボルを形づくる。破壊的な衝動を消化し、他者との関係を作り上げていくプロセスが昇華である。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 10879000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u8a00\\u8449\\u3001\\u30b8\\u30a7\\u30b9\\u30c1\\u30e3\\u30fc\\u3001\\u8996\\u7dda\\u3082\\u30b7\\u30f3\\u30dc\\u30eb\\u3092\\u5f62\\u3065\\u304f\\u308b\\u3002\\u7834\\u58ca\\u7684\\u306a\\u885d\\u52d5\\u3092\\u6d88\\u5316\\u3057\\u3001\\u4ed6\\u8005\\u3068\\u306e\\u95a2\\u4fc2\\u3092\\u4f5c\\u308a\\u4e0a\\u3052\\u3066\\u3044\\u304f\\u30d7\\u30ed\\u30bb\\u30b9\\u304c\\u6607\\u83ef\\u3067\\u3042\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:59:17 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":400,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127760944158879744,\"in_reply_to_status_id_str\":null,\"id_str\":\"127760944158879744\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 10879000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "8aadfde2-f5fe-424e-a62c-2581b58f6ba5-127760944158879744" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 「自分のことは愛好者(アマチュア)だと思っている。アマチュアにとっては、なにかを発見することそのものが目的。」", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 「自分のことは愛好者(アマチュア)だと思っている。アマチュアにとっては、なにかを発見することそのものが目的。」", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 10920000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u300c\\u81ea\\u5206\\u306e\\u3053\\u3068\\u306f\\u611b\\u597d\\u8005\\uff08\\u30a2\\u30de\\u30c1\\u30e5\\u30a2\\uff09\\u3060\\u3068\\u601d\\u3063\\u3066\\u3044\\u308b\\u3002\\u30a2\\u30de\\u30c1\\u30e5\\u30a2\\u306b\\u3068\\u3063\\u3066\\u306f\\u3001\\u306a\\u306b\\u304b\\u3092\\u767a\\u898b\\u3059\\u308b\\u3053\\u3068\\u305d\\u306e\\u3082\\u306e\\u304c\\u76ee\\u7684\\u3002\\u300d\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:59:58 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":401,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127761116448309248,\"in_reply_to_status_id_str\":null,\"id_str\":\"127761116448309248\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 10920000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "c8aa7c4d-6b43-437e-9da9-e346a26cdcac-127761116448309248" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Robin Renucci, membre Ars Idustrialis, prône la reconnaissance de la valeur de l'individu au coté de l'artiste (Education populaire)", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Robin Renucci, membre Ars Idustrialis, prône la reconnaissance de la valeur de l'individu au coté de l'artiste (Education populaire)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11237000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Robin Renucci, membre Ars Idustrialis, pr\\u00f4ne la reconnaissance de la valeur de l'individu au cot\\u00e9 de l'artiste (Education populaire)\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:05:15 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":406,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127762445681967104,\"in_reply_to_status_id_str\":null,\"id_str\":\"127762445681967104\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11237000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "8ec66540-cb76-4c82-a6a5-d6d8c92962f2-127762445681967104" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Inspiration théâtrale: la place du choeur dans le théâtre grec ouvert aux amateurs", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Inspiration théâtrale: la place du choeur dans le théâtre grec ouvert aux amateurs", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11345000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Inspiration th\\u00e9\\u00e2trale: la place du choeur dans le th\\u00e9\\u00e2tre grec ouvert aux amateurs\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:07:03 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"default_profile\":true,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":407,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127762898721316864,\"in_reply_to_status_id_str\":null,\"id_str\":\"127762898721316864\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11345000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "4027e1ce-0d4d-4767-9337-1cdbbc3ad18d-127762898721316864" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @vincentpuig: #tfcem Inside Job décrit aussi la crise financière comme complicité de l'Université américaine ++", + "img": { + "src": "http://a2.twimg.com/profile_images/1444079862/image_normal.jpg" + }, + "title": "jean louis Frechin: RT @vincentpuig: #tfcem Inside Job décrit aussi la crise financière comme complicité de l'Université américaine ++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11349000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @vincentpuig: #tfcem Inside Job d\\u00e9crit aussi la crise financi\\u00e8re comme complicit\\u00e9 de l'Universit\\u00e9 am\\u00e9ricaine ++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[17,23]}],\"user_mentions\":[{\"indices\":[3,15],\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173,\"id_str\":\"68424173\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem Inside Job d\\u00e9crit aussi la crise financi\\u00e8re comme complicit\\u00e9 de l'Universit\\u00e9 am\\u00e9ricaine ++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:42:35 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":407,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127756742049271808,\"in_reply_to_status_id_str\":null,\"id_str\":\"127756742049271808\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:07:07 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":66,\"location\":\"38.717470,-9.153256\",\"notifications\":null,\"profile_background_color\":\"0d0f1a\",\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":2051,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"design num\\u00e9rique, produits, services, innovation & pens\\u00e9es autour du design. Et encore plus http:\\/\\/www.nodesignlab.net\",\"following\":null,\"time_zone\":\"Lisbon\",\"created_at\":\"Thu May 01 11:37:17 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":197,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":714,\"protected\":false,\"default_profile\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/www.nodesign.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"screen_name\":\"nodesign\",\"name\":\"jean louis Frechin\",\"statuses_count\":9999,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"id\":14613124,\"id_str\":\"14613124\",\"verified\":false,\"utc_offset\":0,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127762917134307328,\"in_reply_to_status_id_str\":null,\"id_str\":\"127762917134307328\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11349000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "790a51c6-1976-4f4f-93bd-7cff52391569-127762917134307328" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @vincentpuig: #tfcem Dans stratégie du Choc Naomie Klein révèle l'incurie de GW Bush par rapport à l'ouragan Katrina poussé par Milto ...", + "img": { + "src": "http://a2.twimg.com/profile_images/1444079862/image_normal.jpg" + }, + "title": "jean louis Frechin: RT @vincentpuig: #tfcem Dans stratégie du Choc Naomie Klein révèle l'incurie de GW Bush par rapport à l'ouragan Katrina poussé par Milto ...", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11374000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @vincentpuig: #tfcem Dans strat\\u00e9gie du Choc Naomie Klein r\\u00e9v\\u00e8le l'incurie de GW Bush par rapport \\u00e0 l'ouragan Katrina pouss\\u00e9 par Milto ...\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[17,23]}],\"user_mentions\":[{\"indices\":[3,15],\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173,\"id_str\":\"68424173\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem Dans strat\\u00e9gie du Choc Naomie Klein r\\u00e9v\\u00e8le l'incurie de GW Bush par rapport \\u00e0 l'ouragan Katrina pouss\\u00e9 par Milton Friedman\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"1\",\"retweeters\":[14613124],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:40:55 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":407,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127756322870538240,\"in_reply_to_status_id_str\":null,\"id_str\":\"127756322870538240\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:07:32 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":true,\"user\":{\"default_profile_image\":false,\"favourites_count\":66,\"location\":\"38.717470,-9.153256\",\"notifications\":null,\"profile_background_color\":\"0d0f1a\",\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":2051,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"design num\\u00e9rique, produits, services, innovation & pens\\u00e9es autour du design. Et encore plus http:\\/\\/www.nodesignlab.net\",\"following\":null,\"time_zone\":\"Lisbon\",\"created_at\":\"Thu May 01 11:37:17 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":197,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":714,\"protected\":false,\"default_profile\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/www.nodesign.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"screen_name\":\"nodesign\",\"name\":\"jean louis Frechin\",\"statuses_count\":10000,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"id\":14613124,\"id_str\":\"14613124\",\"verified\":false,\"utc_offset\":0,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127763022239379456,\"in_reply_to_status_id_str\":null,\"id_str\":\"127763022239379456\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11374000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b2e28408-b4e9-47e0-aa4b-7942d44bb30d-127763022239379456" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 危機のあとには大きな変化が生じ、民衆のエネルギーが解放される。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 危機のあとには大きな変化が生じ、民衆のエネルギーが解放される。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11379000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u5371\\u6a5f\\u306e\\u3042\\u3068\\u306b\\u306f\\u5927\\u304d\\u306a\\u5909\\u5316\\u304c\\u751f\\u3058\\u3001\\u6c11\\u8846\\u306e\\u30a8\\u30cd\\u30eb\\u30ae\\u30fc\\u304c\\u89e3\\u653e\\u3055\\u308c\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:07:37 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"default_profile\":true,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":402,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127763043097653248,\"in_reply_to_status_id_str\":null,\"id_str\":\"127763043097653248\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11379000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "9c1bb3b5-9cef-48f3-9d73-a2830532c03b-127763043097653248" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @vincentpuig: #tfcem Robin Renucci, membre Ars Idustrialis, prône la reconnaissance de la valeur de l'individu au coté de l'artiste ( ...", + "img": { + "src": "http://a2.twimg.com/profile_images/1444079862/image_normal.jpg" + }, + "title": "jean louis Frechin: RT @vincentpuig: #tfcem Robin Renucci, membre Ars Idustrialis, prône la reconnaissance de la valeur de l'individu au coté de l'artiste ( ...", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11402000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @vincentpuig: #tfcem Robin Renucci, membre Ars Idustrialis, pr\\u00f4ne la reconnaissance de la valeur de l'individu au cot\\u00e9 de l'artiste ( ...\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[17,23]}],\"user_mentions\":[{\"indices\":[3,15],\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173,\"id_str\":\"68424173\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem Robin Renucci, membre Ars Idustrialis, pr\\u00f4ne la reconnaissance de la valeur de l'individu au cot\\u00e9 de l'artiste (Education populaire)\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:05:15 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":178,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":407,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127762445681967104,\"in_reply_to_status_id_str\":null,\"id_str\":\"127762445681967104\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:08:00 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":true,\"user\":{\"default_profile_image\":false,\"favourites_count\":66,\"location\":\"38.717470,-9.153256\",\"default_profile\":false,\"notifications\":null,\"profile_background_color\":\"0d0f1a\",\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":2051,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"design num\\u00e9rique, produits, services, innovation & pens\\u00e9es autour du design. Et encore plus http:\\/\\/www.nodesignlab.net\",\"following\":null,\"time_zone\":\"Lisbon\",\"created_at\":\"Thu May 01 11:37:17 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":197,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":714,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/www.nodesign.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"screen_name\":\"nodesign\",\"name\":\"jean louis Frechin\",\"statuses_count\":10001,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"id\":14613124,\"id_str\":\"14613124\",\"verified\":false,\"utc_offset\":0,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127763136186028032,\"in_reply_to_status_id_str\":null,\"id_str\":\"127763136186028032\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11402000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "89f28afb-2e67-468d-8d1c-36552635317c-127763136186028032" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "“@vincentpuig: #tfcem logiciel libre comme lutte contre la prolétarisation des informaticiens > Salaire de merde contre pas de salaire ?", + "img": { + "src": "http://a2.twimg.com/profile_images/1444079862/image_normal.jpg" + }, + "title": "jean louis Frechin: “@vincentpuig: #tfcem logiciel libre comme lutte contre la prolétarisation des informaticiens > Salaire de merde contre pas de salaire ?", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11469000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"contributors\":null,\"text\":\"\\u201c@vincentpuig: #tfcem logiciel libre comme lutte contre la prol\\u00e9tarisation des informaticiens > Salaire de merde contre pas de salaire ?\",\"in_reply_to_user_id\":null,\"entities\":{\"urls\":[],\"user_mentions\":[{\"indices\":[1,13],\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id_str\":\"68424173\",\"id\":68424173}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[15,21]}]},\"place\":null,\"retweet_count\":0,\"favorited\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_screen_name\":null,\"created_at\":\"Sat Oct 22 15:09:07 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127763419830034432\",\"truncated\":false,\"user\":{\"profile_background_tile\":true,\"location\":\"38.717470,-9.153256\",\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"default_profile\":false,\"lang\":\"en\",\"followers_count\":2051,\"time_zone\":\"Lisbon\",\"profile_sidebar_border_color\":\"181A1E\",\"description\":\"design num\\u00e9rique, produits, services, innovation & pens\\u00e9es autour du design. Et encore plus http:\\/\\/www.nodesignlab.net\",\"is_translator\":false,\"listed_count\":197,\"following\":null,\"geo_enabled\":true,\"profile_use_background_image\":true,\"created_at\":\"Thu May 01 11:37:17 +0000 2008\",\"friends_count\":714,\"profile_text_color\":\"666666\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"statuses_count\":10002,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"protected\":false,\"id_str\":\"14613124\",\"profile_link_color\":\"2FC2EF\",\"url\":\"http:\\/\\/www.nodesign.net\",\"screen_name\":\"nodesign\",\"name\":\"jean louis Frechin\",\"default_profile_image\":false,\"favourites_count\":66,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"id\":14613124,\"verified\":false,\"utc_offset\":0,\"profile_background_color\":\"0d0f1a\"},\"id\":127763419830034432,\"in_reply_to_user_id_str\":null,\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11469000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "0de27359-57c1-4a78-8846-0a31cf7b198e-127763419830034432" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem スティグレール氏とレヌッチ氏との対話に移行。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem スティグレール氏とレヌッチ氏との対話に移行。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11495000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"retweeted\":false,\"text\":\"#tfcem \\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\u6c0f\\u3068\\u30ec\\u30cc\\u30c3\\u30c1\\u6c0f\\u3068\\u306e\\u5bfe\\u8a71\\u306b\\u79fb\\u884c\\u3002\",\"in_reply_to_status_id_str\":null,\"id_str\":\"127763527044833280\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"in_reply_to_user_id_str\":null,\"place\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"in_reply_to_user_id\":null,\"created_at\":\"Sat Oct 22 15:09:33 +0000 2011\",\"activities\":{\"favoriters\":[],\"favoriters_count\":\"0\",\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[]},\"geo\":null,\"retweet_count\":0,\"favorited\":false,\"in_reply_to_status_id\":null,\"user\":{\"statuses_count\":403,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"location\":\"\",\"id_str\":\"15015946\",\"default_profile\":true,\"verified\":false,\"notifications\":null,\"profile_link_color\":\"0084B4\",\"default_profile_image\":true,\"lang\":\"ja\",\"favourites_count\":13,\"profile_background_color\":\"C0DEED\",\"description\":\"\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"following\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"time_zone\":\"Tokyo\",\"profile_sidebar_border_color\":\"C0DEED\",\"protected\":false,\"is_translator\":false,\"url\":null,\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"id\":15015946,\"utc_offset\":32400,\"profile_text_color\":\"333333\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\"},\"in_reply_to_screen_name\":null,\"id\":127763527044833280,\"coordinates\":null,\"truncated\":false}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11495000, + "tags": [ + { + "id-ref": "4aafcc32-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "0330416a-fd88-4968-b7b2-c795859abea1-127763527044833280" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "“@Yuki0tera: #tfcem so, poison can b medicine vise versa...” pharmacien #Stiegler", + "img": { + "src": "http://a2.twimg.com/profile_images/1444079862/image_normal.jpg" + }, + "title": "jean louis Frechin: “@Yuki0tera: #tfcem so, poison can b medicine vise versa...” pharmacien #Stiegler", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11499000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u201c@Yuki0tera: #tfcem so, poison can b medicine vise versa...\\u201d pharmacien #Stiegler\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]},{\"text\":\"Stiegler\",\"indices\":[72,81]}],\"user_mentions\":[{\"indices\":[1,11],\"name\":\"O'tera\",\"screen_name\":\"Yuki0tera\",\"id\":47336306,\"id_str\":\"47336306\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:09:37 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":66,\"location\":\"38.717470,-9.153256\",\"notifications\":null,\"profile_background_color\":\"0d0f1a\",\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":2051,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"design num\\u00e9rique, produits, services, innovation & pens\\u00e9es autour du design. Et encore plus http:\\/\\/www.nodesignlab.net\",\"following\":null,\"time_zone\":\"Lisbon\",\"created_at\":\"Thu May 01 11:37:17 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":197,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":714,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/www.nodesign.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"screen_name\":\"nodesign\",\"name\":\"jean louis Frechin\",\"statuses_count\":10003,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"id\":14613124,\"id_str\":\"14613124\",\"verified\":false,\"utc_offset\":0,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127763546644815872,\"in_reply_to_status_id_str\":null,\"id_str\":\"127763546644815872\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11499000, + "tags": [ + { + "id-ref": "4aba6002-0182-11e1-9706-00145ea49a02" + }, + { + "id-ref": "4aba6002-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b2bd860b-bb9f-4ee2-bf37-3ccbb2dc08ec-127763546644815872" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @vincentpuig: #tfcem L'origine de la géométrie: l'écriture est un processus long de transindividuation. Nos tweets quasi temps réel s ...", + "img": { + "src": "http://a2.twimg.com/profile_images/1444079862/image_normal.jpg" + }, + "title": "jean louis Frechin: RT @vincentpuig: #tfcem L'origine de la géométrie: l'écriture est un processus long de transindividuation. Nos tweets quasi temps réel s ...", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11515000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"in_reply_to_status_id_str\":null,\"text\":\"RT @vincentpuig: #tfcem L'origine de la g\\u00e9om\\u00e9trie: l'\\u00e9criture est un processus long de transindividuation. Nos tweets quasi temps r\\u00e9el s ...\",\"coordinates\":null,\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[{\"indices\":[3,15],\"name\":\"Vincent Puig\",\"id_str\":\"68424173\",\"id\":68424173,\"screen_name\":\"vincentpuig\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[17,23]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweeted_status\":{\"in_reply_to_status_id_str\":null,\"text\":\"#tfcem L'origine de la g\\u00e9om\\u00e9trie: l'\\u00e9criture est un processus long de transindividuation. Nos tweets quasi temps r\\u00e9el sont de m\\u00eame nature++\",\"coordinates\":null,\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 14:24:17 +0000 2011\",\"in_reply_to_screen_name\":null,\"in_reply_to_status_id\":null,\"id_str\":\"127752138007916544\",\"geo\":null,\"user\":{\"profile_background_color\":\"C0DEED\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_background_tile\":false,\"favourites_count\":0,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"lang\":\"en\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"location\":\"Paris, France\",\"notifications\":null,\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"C0DEED\",\"followers_count\":178,\"following\":null,\"geo_enabled\":false,\"profile_use_background_image\":true,\"is_translator\":false,\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_text_color\":\"333333\",\"protected\":false,\"listed_count\":11,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"friends_count\":5,\"name\":\"Vincent Puig\",\"id_str\":\"68424173\",\"profile_link_color\":\"0084B4\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"statuses_count\":407,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"screen_name\":\"vincentpuig\"},\"id\":127752138007916544,\"retweeted\":false,\"truncated\":false},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:09:53 +0000 2011\",\"in_reply_to_screen_name\":null,\"in_reply_to_status_id\":null,\"id_str\":\"127763611899801600\",\"geo\":null,\"user\":{\"profile_background_color\":\"0d0f1a\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_background_tile\":true,\"favourites_count\":66,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"lang\":\"en\",\"profile_sidebar_fill_color\":\"252429\",\"location\":\"38.717470,-9.153256\",\"notifications\":null,\"description\":\"design num\\u00e9rique, produits, services, innovation & pens\\u00e9es autour du design. Et encore plus http:\\/\\/www.nodesignlab.net\",\"default_profile\":false,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"time_zone\":\"Lisbon\",\"profile_sidebar_border_color\":\"181A1E\",\"followers_count\":2051,\"following\":null,\"geo_enabled\":true,\"profile_use_background_image\":true,\"is_translator\":false,\"created_at\":\"Thu May 01 11:37:17 +0000 2008\",\"profile_text_color\":\"666666\",\"protected\":false,\"listed_count\":197,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"friends_count\":714,\"name\":\"jean louis Frechin\",\"id_str\":\"14613124\",\"profile_link_color\":\"2FC2EF\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"id\":14613124,\"statuses_count\":10004,\"utc_offset\":0,\"url\":\"http:\\/\\/www.nodesign.net\",\"screen_name\":\"nodesign\"},\"id\":127763611899801600,\"retweeted\":false,\"truncated\":true}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11515000, + "tags": [ + { + "id-ref": "4aba6002-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "58e84e2d-5f7c-495a-9271-fbfcb803beca-127763611899801600" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @vincentpuig: #tfcem Avec Fukushima, la TV comme élément du JE/NOUS est ébranlée par un tremblement de terre médiatique dé-synchronisant", + "img": { + "src": "http://a2.twimg.com/profile_images/1444079862/image_normal.jpg" + }, + "title": "jean louis Frechin: RT @vincentpuig: #tfcem Avec Fukushima, la TV comme élément du JE/NOUS est ébranlée par un tremblement de terre médiatique dé-synchronisant", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11588000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @vincentpuig: #tfcem Avec Fukushima, la TV comme \\u00e9l\\u00e9ment du JE\\/NOUS est \\u00e9branl\\u00e9e par un tremblement de terre m\\u00e9diatique d\\u00e9-synchronisant\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[17,23]}],\"user_mentions\":[{\"indices\":[3,15],\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173,\"id_str\":\"68424173\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem Avec Fukushima, la TV comme \\u00e9l\\u00e9ment du JE\\/NOUS est \\u00e9branl\\u00e9e par un tremblement de terre m\\u00e9diatique d\\u00e9-synchronisant\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:31:29 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":179,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":407,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127738850264100864,\"in_reply_to_status_id_str\":null,\"id_str\":\"127738850264100864\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:11:06 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":66,\"location\":\"38.717470,-9.153256\",\"notifications\":null,\"profile_background_color\":\"0d0f1a\",\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":2051,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"design num\\u00e9rique, produits, services, innovation & pens\\u00e9es autour du design. Et encore plus http:\\/\\/www.nodesignlab.net\",\"default_profile\":false,\"following\":null,\"time_zone\":\"Lisbon\",\"created_at\":\"Thu May 01 11:37:17 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":197,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":714,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/www.nodesign.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"screen_name\":\"nodesign\",\"name\":\"jean louis Frechin\",\"statuses_count\":10005,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"id\":14613124,\"id_str\":\"14613124\",\"verified\":false,\"utc_offset\":0,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127763919757520896,\"in_reply_to_status_id_str\":null,\"id_str\":\"127763919757520896\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11588000, + "tags": [ + { + "id-ref": "4aba6002-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "7243af5e-74c5-4a7e-9a4e-4c8be934e9ef-127763919757520896" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @vincentpuig: #tfcem Astro le petit robot, souvenir de la mystification de la jeunesse et de la justification des constructions nuclé ...", + "img": { + "src": "http://a2.twimg.com/profile_images/1444079862/image_normal.jpg" + }, + "title": "jean louis Frechin: RT @vincentpuig: #tfcem Astro le petit robot, souvenir de la mystification de la jeunesse et de la justification des constructions nuclé ...", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11664000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @vincentpuig: #tfcem Astro le petit robot, souvenir de la mystification de la jeunesse et de la justification des constructions nucl\\u00e9 ...\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[17,23]}],\"user_mentions\":[{\"indices\":[3,15],\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173,\"id_str\":\"68424173\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem Astro le petit robot, souvenir de la mystification de la jeunesse et de la justification des constructions nucl\\u00e9aires !++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 13:07:50 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":180,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":407,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127732898659962880,\"in_reply_to_status_id_str\":null,\"id_str\":\"127732898659962880\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:12:22 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":true,\"user\":{\"default_profile_image\":false,\"favourites_count\":66,\"location\":\"38.717470,-9.153256\",\"default_profile\":false,\"notifications\":null,\"profile_background_color\":\"0d0f1a\",\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":2051,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"design num\\u00e9rique, produits, services, innovation & pens\\u00e9es autour du design. Et encore plus http:\\/\\/www.nodesignlab.net\",\"following\":null,\"time_zone\":\"Lisbon\",\"created_at\":\"Thu May 01 11:37:17 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":197,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":714,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/www.nodesign.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"screen_name\":\"nodesign\",\"name\":\"jean louis Frechin\",\"statuses_count\":10007,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"id\":14613124,\"id_str\":\"14613124\",\"verified\":false,\"utc_offset\":0,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127764235919953920,\"in_reply_to_status_id_str\":null,\"id_str\":\"127764235919953920\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11664000, + "tags": [ + { + "id-ref": "4aba6002-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "bff2bfb4-de2f-420e-8f2f-0436197d68a6-127764235919953920" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 労働時間以外の自由時間もまた、一種の仕事(消費者という仕事?)となっている。(レヌッシ)", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 労働時間以外の自由時間もまた、一種の仕事(消費者という仕事?)となっている。(レヌッシ)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11697000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u52b4\\u50cd\\u6642\\u9593\\u4ee5\\u5916\\u306e\\u81ea\\u7531\\u6642\\u9593\\u3082\\u307e\\u305f\\u3001\\u4e00\\u7a2e\\u306e\\u4ed5\\u4e8b\\uff08\\u6d88\\u8cbb\\u8005\\u3068\\u3044\\u3046\\u4ed5\\u4e8b\\uff1f\\uff09\\u3068\\u306a\\u3063\\u3066\\u3044\\u308b\\u3002\\uff08\\u30ec\\u30cc\\u30c3\\u30b7\\uff09\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:12:55 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":404,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127764375078572032,\"in_reply_to_status_id_str\":null,\"id_str\":\"127764375078572032\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11697000, + "tags": [ + { + "id-ref": "4aba6002-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "1aa73617-b1fb-4bb4-850b-a970421fb5e8-127764375078572032" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "“@vincentpuig: #tfcem Le génie dans la pierre d'uranium: comment Hollywood forge la culture magique !!++” # #storytelling", + "img": { + "src": "http://a2.twimg.com/profile_images/1444079862/image_normal.jpg" + }, + "title": "jean louis Frechin: “@vincentpuig: #tfcem Le génie dans la pierre d'uranium: comment Hollywood forge la culture magique !!++” # #storytelling", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11710000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u201c@vincentpuig: #tfcem Le g\\u00e9nie dans la pierre d'uranium: comment Hollywood forge la culture magique !!++\\u201d # #storytelling\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[15,21]},{\"text\":\"storytelling\",\"indices\":[108,121]}],\"user_mentions\":[{\"indices\":[1,13],\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173,\"id_str\":\"68424173\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:13:08 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":66,\"location\":\"38.717470,-9.153256\",\"notifications\":null,\"profile_background_color\":\"0d0f1a\",\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":2051,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"design num\\u00e9rique, produits, services, innovation & pens\\u00e9es autour du design. Et encore plus http:\\/\\/www.nodesignlab.net\",\"following\":null,\"time_zone\":\"Lisbon\",\"created_at\":\"Thu May 01 11:37:17 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":197,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":714,\"protected\":false,\"default_profile\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/www.nodesign.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"screen_name\":\"nodesign\",\"name\":\"jean louis Frechin\",\"statuses_count\":10008,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"id\":14613124,\"id_str\":\"14613124\",\"verified\":false,\"utc_offset\":0,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127764430313365504,\"in_reply_to_status_id_str\":null,\"id_str\":\"127764430313365504\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11710000, + "tags": [ + { + "id-ref": "4abae3b0-0182-11e1-9706-00145ea49a02" + }, + { + "id-ref": "4abae3b0-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "35904a01-c3f7-4d45-af08-4a10fae79a10-127764430313365504" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Renucci: remettre en cause la frontière entre temps libre et temps de travail, comment ??", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Renucci: remettre en cause la frontière entre temps libre et temps de travail, comment ??", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11716000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Renucci: remettre en cause la fronti\\u00e8re entre temps libre et temps de travail, comment ??\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:13:14 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":180,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":408,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"default_profile\":true,\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127764454506115072,\"in_reply_to_status_id_str\":null,\"id_str\":\"127764454506115072\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11716000, + "tags": [ + { + "id-ref": "4abae3b0-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "ac03f293-b3e4-448a-a22e-d89e00297e70-127764454506115072" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Stiegler relance la polémique sur la démocratisation cuturelle, Culture pour tous ou Culture pour chacun. Un enjeu électroral 2012==", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Stiegler relance la polémique sur la démocratisation cuturelle, Culture pour tous ou Culture pour chacun. Un enjeu électroral 2012==", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11895000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Stiegler relance la pol\\u00e9mique sur la d\\u00e9mocratisation cuturelle, Culture pour tous ou Culture pour chacun. Un enjeu \\u00e9lectroral 2012==\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:16:13 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":180,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"default_profile\":true,\"statuses_count\":409,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127765207803101185,\"in_reply_to_status_id_str\":null,\"id_str\":\"127765207803101185\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11895000, + "tags": [ + { + "id-ref": "4abae3b0-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "5cabe2c8-fbbc-4e14-b1a9-3e8954a3c3c2-127765207803101185" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem テクノロジーを、消費の対象としてではなく、自分のものとしてしなければならない。(スティグレール)", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem テクノロジーを、消費の対象としてではなく、自分のものとしてしなければならない。(スティグレール)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 11992000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u30c6\\u30af\\u30ce\\u30ed\\u30b8\\u30fc\\u3092\\u3001\\u6d88\\u8cbb\\u306e\\u5bfe\\u8c61\\u3068\\u3057\\u3066\\u3067\\u306f\\u306a\\u304f\\u3001\\u81ea\\u5206\\u306e\\u3082\\u306e\\u3068\\u3057\\u3066\\u3057\\u306a\\u3051\\u308c\\u3070\\u306a\\u3089\\u306a\\u3044\\u3002\\uff08\\u30b9\\u30c6\\u30a3\\u30b0\\u30ec\\u30fc\\u30eb\\uff09\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:17:50 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":405,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"default_profile\":true,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127765614147289088,\"in_reply_to_status_id_str\":null,\"id_str\":\"127765614147289088\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 11992000, + "tags": [ + { + "id-ref": "4abae3b0-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "0159a8da-6f38-4ca6-ab8b-941c36d9a0c9-127765614147289088" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Comment concilier l'otium et le negotium dans de nouveaux dispositifs ??", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Comment concilier l'otium et le negotium dans de nouveaux dispositifs ??", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 12018000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Comment concilier l'otium et le negotium dans de nouveaux dispositifs ??\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:18:16 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":180,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":410,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127765722813300736,\"in_reply_to_status_id_str\":null,\"id_str\":\"127765722813300736\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 12018000, + "tags": [ + { + "id-ref": "4abae3b0-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "f9328a62-1fd2-4648-88fe-cca5acd5f857-127765722813300736" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 「テクノロジーを自分のものにする」ことを可能とする「身体性」を、俳優としてのレヌッチ氏はどのように考えているのだろうか?", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 「テクノロジーを自分のものにする」ことを可能とする「身体性」を、俳優としてのレヌッチ氏はどのように考えているのだろうか?", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 12052000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u300c\\u30c6\\u30af\\u30ce\\u30ed\\u30b8\\u30fc\\u3092\\u81ea\\u5206\\u306e\\u3082\\u306e\\u306b\\u3059\\u308b\\u300d\\u3053\\u3068\\u3092\\u53ef\\u80fd\\u3068\\u3059\\u308b\\u300c\\u8eab\\u4f53\\u6027\\u300d\\u3092\\u3001\\u4ff3\\u512a\\u3068\\u3057\\u3066\\u306e\\u30ec\\u30cc\\u30c3\\u30c1\\u6c0f\\u306f\\u3069\\u306e\\u3088\\u3046\\u306b\\u8003\\u3048\\u3066\\u3044\\u308b\\u306e\\u3060\\u308d\\u3046\\u304b\\uff1f\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:18:50 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":406,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127765863846789120,\"in_reply_to_status_id_str\":null,\"id_str\":\"127765863846789120\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 12052000, + "tags": [ + { + "id-ref": "4abae3b0-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "841e72e2-019d-4f70-9853-91060e85d33a-127765863846789120" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @vincentpuig: #tfcem Stiegler relance la polémique sur la démocratisation cuturelle, Culture pour tous ou Culture pour chacun. Un enj ...", + "img": { + "src": "http://a2.twimg.com/profile_images/1444079862/image_normal.jpg" + }, + "title": "jean louis Frechin: RT @vincentpuig: #tfcem Stiegler relance la polémique sur la démocratisation cuturelle, Culture pour tous ou Culture pour chacun. Un enj ...", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 12136000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @vincentpuig: #tfcem Stiegler relance la pol\\u00e9mique sur la d\\u00e9mocratisation cuturelle, Culture pour tous ou Culture pour chacun. Un enj ...\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[17,23]}],\"user_mentions\":[{\"indices\":[3,15],\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173,\"id_str\":\"68424173\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem Stiegler relance la pol\\u00e9mique sur la d\\u00e9mocratisation cuturelle, Culture pour tous ou Culture pour chacun. Un enjeu \\u00e9lectroral 2012==\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:16:13 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":180,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":true,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":410,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127765207803101185,\"in_reply_to_status_id_str\":null,\"id_str\":\"127765207803101185\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:20:14 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":true,\"user\":{\"default_profile_image\":false,\"favourites_count\":66,\"location\":\"38.717470,-9.153256\",\"notifications\":null,\"profile_background_color\":\"0d0f1a\",\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":2051,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"design num\\u00e9rique, produits, services, innovation & pens\\u00e9es autour du design. Et encore plus http:\\/\\/www.nodesignlab.net\",\"following\":null,\"time_zone\":\"Lisbon\",\"created_at\":\"Thu May 01 11:37:17 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"default_profile\":false,\"listed_count\":197,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":714,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/www.nodesign.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"screen_name\":\"nodesign\",\"name\":\"jean louis Frechin\",\"statuses_count\":10010,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"id\":14613124,\"id_str\":\"14613124\",\"verified\":false,\"utc_offset\":0,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127766217774735360,\"in_reply_to_status_id_str\":null,\"id_str\":\"127766217774735360\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 12136000, + "tags": [ + { + "id-ref": "4abae3b0-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "8dfb5d87-5cc6-4ac5-96e8-4cf3fe3024c2-127766217774735360" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Quel type du corporalité rend possible un vrai adoption de la technique???", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem Quel type du corporalité rend possible un vrai adoption de la technique???", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 12160000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Quel type du corporalit\\u00e9 rend possible un vrai adoption de la technique???\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:20:38 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":407,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127766317154570241,\"in_reply_to_status_id_str\":null,\"id_str\":\"127766317154570241\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 12160000, + "tags": [ + { + "id-ref": "4abae3b0-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "663b37b1-45ec-45e3-a571-edcb3033b9f4-127766317154570241" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Renucci veut utiliser la faisceau laser ou électique non plus de manière publicitaire mais pour l'expression du public ++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Renucci veut utiliser la faisceau laser ou électique non plus de manière publicitaire mais pour l'expression du public ++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 12190000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Renucci veut utiliser la faisceau laser ou \\u00e9lectique non plus de mani\\u00e8re publicitaire mais pour l'expression du public ++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:21:08 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":180,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":411,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127766441863806976,\"in_reply_to_status_id_str\":null,\"id_str\":\"127766441863806976\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 12190000, + "tags": [ + { + "id-ref": "4abae3b0-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "e6cfe491-7202-4144-8990-16c544772b09-127766441863806976" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Permettre au public d'écrire avec son téléphone sur les murs du théâtre ++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Permettre au public d'écrire avec son téléphone sur les murs du théâtre ++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 12321000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Permettre au public d'\\u00e9crire avec son t\\u00e9l\\u00e9phone sur les murs du th\\u00e9\\u00e2tre ++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:23:19 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":180,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":412,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127766993209274369,\"in_reply_to_status_id_str\":null,\"id_str\":\"127766993209274369\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 12321000, + "tags": [ + { + "id-ref": "4abae3b0-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "5824c0d2-beb3-445b-b32d-8dead08b6f5a-127766993209274369" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "3次的な記憶の把持としての演劇。フランス国立演劇センター、それぞれの地域や人々がもっている、制作するという力を引き出す活動をされているとのこと。RT @k_t_618: #tfcem ロバン・レヌッチ氏、登壇。", + "img": { + "src": "http://a1.twimg.com/profile_images/547947819/091107_1604_021_normal.jpg" + }, + "title": "jun abe: 3次的な記憶の把持としての演劇。フランス国立演劇センター、それぞれの地域や人々がもっている、制作するという力を引き出す活動をされているとのこと。RT @k_t_618: #tfcem ロバン・レヌッチ氏、登壇。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 12366000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"3\\u6b21\\u7684\\u306a\\u8a18\\u61b6\\u306e\\u628a\\u6301\\u3068\\u3057\\u3066\\u306e\\u6f14\\u5287\\u3002\\u30d5\\u30e9\\u30f3\\u30b9\\u56fd\\u7acb\\u6f14\\u5287\\u30bb\\u30f3\\u30bf\\u30fc\\u3001\\u305d\\u308c\\u305e\\u308c\\u306e\\u5730\\u57df\\u3084\\u4eba\\u3005\\u304c\\u3082\\u3063\\u3066\\u3044\\u308b\\u3001\\u5236\\u4f5c\\u3059\\u308b\\u3068\\u3044\\u3046\\u529b\\u3092\\u5f15\\u304d\\u51fa\\u3059\\u6d3b\\u52d5\\u3092\\u3055\\u308c\\u3066\\u3044\\u308b\\u3068\\u306e\\u3053\\u3068\\u3002RT @k_t_618: #tfcem \\u30ed\\u30d0\\u30f3\\u30fb\\u30ec\\u30cc\\u30c3\\u30c1\\u6c0f\\u3001\\u767b\\u58c7\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[85,91]}],\"user_mentions\":[{\"indices\":[75,83],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:24:04 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":365,\"location\":\"TOKYO\",\"notifications\":null,\"profile_background_color\":\"f5f5f5\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":554,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"fdfffc\",\"description\":\"\\u307e\\u305a\\u306f\\u6383\\u82d4\\u304b\\u3089\\u3002\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Nov 23 16:03:52 +0000 2009\",\"profile_sidebar_border_color\":\"c0deed\",\"is_translator\":false,\"listed_count\":41,\"geo_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":476,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/547947819\\/091107_1604_021_normal.jpg\",\"screen_name\":\"jun_abe\",\"name\":\"jun abe\",\"statuses_count\":7357,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/547947819\\/091107_1604_021_normal.jpg\",\"id\":92049841,\"id_str\":\"92049841\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"ff6e6e\"},\"retweeted\":false,\"id\":127767180648517632,\"in_reply_to_status_id_str\":null,\"id_str\":\"127767180648517632\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 12366000, + "tags": [ + { + "id-ref": "4abae3b0-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "fb3afb1d-d7c1-48dc-8c8b-48c07b1f5fe0-127767180648517632" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "“@vincentpuig: #tfcem Permettre au public d'écrire avec son téléphone sur les murs du théâtre ++” #wanomirror", + "img": { + "src": "http://a2.twimg.com/profile_images/1444079862/image_normal.jpg" + }, + "title": "jean louis Frechin: “@vincentpuig: #tfcem Permettre au public d'écrire avec son téléphone sur les murs du théâtre ++” #wanomirror", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 12688000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u201c@vincentpuig: #tfcem Permettre au public d'\\u00e9crire avec son t\\u00e9l\\u00e9phone sur les murs du th\\u00e9\\u00e2tre ++\\u201d #wanomirror\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[15,21]},{\"text\":\"wanomirror\",\"indices\":[98,109]}],\"user_mentions\":[{\"indices\":[1,13],\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173,\"id_str\":\"68424173\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:29:26 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":66,\"location\":\"38.717470,-9.153256\",\"notifications\":null,\"profile_background_color\":\"0d0f1a\",\"default_profile\":false,\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":2051,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"design num\\u00e9rique, produits, services, innovation & pens\\u00e9es autour du design. Et encore plus http:\\/\\/www.nodesignlab.net\",\"following\":null,\"time_zone\":\"Lisbon\",\"created_at\":\"Thu May 01 11:37:17 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":197,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":714,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/www.nodesign.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"screen_name\":\"nodesign\",\"name\":\"jean louis Frechin\",\"statuses_count\":10011,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"id\":14613124,\"id_str\":\"14613124\",\"verified\":false,\"utc_offset\":0,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127768530279088128,\"in_reply_to_status_id_str\":null,\"id_str\":\"127768530279088128\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 12688000, + "tags": [ + { + "id-ref": "4abae3b0-0182-11e1-9706-00145ea49a02" + }, + { + "id-ref": "4abbfee4-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "66436c4c-3aee-4789-8fb3-1c0c8bf74b94-127768530279088128" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Avons nous encore besoin de nouvelles catastrophes pour réagir ??", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Avons nous encore besoin de nouvelles catastrophes pour réagir ??", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 12751000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Avons nous encore besoin de nouvelles catastrophes pour r\\u00e9agir ??\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:30:29 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":180,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"default_profile\":true,\"statuses_count\":413,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127768797691133952,\"in_reply_to_status_id_str\":null,\"id_str\":\"127768797691133952\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 12751000, + "tags": [ + { + "id-ref": "4abbfee4-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "85f2930d-16c6-4ff8-a218-8020b2ef70b5-127768797691133952" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @vincentpuig: #tfcem Stiegler relance la polémique sur la démocratisation cuturelle, Culture pour tous ou Culture pour chacun. Un enj ...", + "img": { + "src": "http://a1.twimg.com/profile_images/983938390/pic.php_normal.jpg" + }, + "title": "Constance de 4barbes: RT @vincentpuig: #tfcem Stiegler relance la polémique sur la démocratisation cuturelle, Culture pour tous ou Culture pour chacun. Un enj ...", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 13208000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @vincentpuig: #tfcem Stiegler relance la pol\\u00e9mique sur la d\\u00e9mocratisation cuturelle, Culture pour tous ou Culture pour chacun. Un enj ...\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[17,23]}],\"user_mentions\":[{\"indices\":[3,15],\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173,\"id_str\":\"68424173\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem Stiegler relance la pol\\u00e9mique sur la d\\u00e9mocratisation cuturelle, Culture pour tous ou Culture pour chacun. Un enjeu \\u00e9lectroral 2012==\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:16:13 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":180,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":413,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127765207803101185,\"in_reply_to_status_id_str\":null,\"id_str\":\"127765207803101185\",\"coordinates\":null},\"source\":\"web\",\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:38:06 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":true,\"user\":{\"default_profile_image\":false,\"favourites_count\":61,\"location\":\"Paris\",\"notifications\":null,\"profile_background_color\":\"131516\",\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":124,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/155252455\\/avatar.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"description\":\"Project Manager in e-Monitoring and e-Reputation(methodologies, tools) interested in Digital Humanities, Open Data working with Python\\r\\nwww.4barbes.com\",\"default_profile\":false,\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Fri Jul 17 11:53:38 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"is_translator\":false,\"listed_count\":15,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":138,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/4barbes.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/983938390\\/pic.php_normal.jpg\",\"screen_name\":\"c4barbes\",\"name\":\"Constance de 4barbes\",\"statuses_count\":1117,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/155252455\\/avatar.jpg\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/983938390\\/pic.php_normal.jpg\",\"id\":57623127,\"id_str\":\"57623127\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"009999\"},\"retweeted\":false,\"id\":127770713284296704,\"in_reply_to_status_id_str\":null,\"id_str\":\"127770713284296704\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 13208000, + "tags": [ + { + "id-ref": "4abbfee4-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "bd847e10-9680-4b49-b8ef-5fed6e428d0b-127770713284296704" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Renucci: réhabilitation de l'enseignement et des instituteurs comme producteur de rituels et de symbolique pour éviter la catastrophe", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Renucci: réhabilitation de l'enseignement et des instituteurs comme producteur de rituels et de symbolique pour éviter la catastrophe", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 13214000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Renucci: r\\u00e9habilitation de l'enseignement et des instituteurs comme producteur de rituels et de symbolique pour \\u00e9viter la catastrophe\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:38:12 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":180,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":414,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127770739951669248,\"in_reply_to_status_id_str\":null,\"id_str\":\"127770739951669248\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 13214000, + "tags": [ + { + "id-ref": "4abbfee4-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "c122dc67-46a0-40a0-9688-c1bb5eadc873-127770739951669248" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Stiegler signale les projets de médecine collaborative et le colloque Anthropologie du numérique à Lyon-26 novembre 2012==", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Stiegler signale les projets de médecine collaborative et le colloque Anthropologie du numérique à Lyon-26 novembre 2012==", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 13372000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Stiegler signale les projets de m\\u00e9decine collaborative et le colloque Anthropologie du num\\u00e9rique \\u00e0 Lyon-26 novembre 2012==\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:40:50 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":181,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":415,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127771399073972224,\"in_reply_to_status_id_str\":null,\"id_str\":\"127771399073972224\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 13372000, + "tags": [ + { + "id-ref": "4abbfee4-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "2e61f5f9-f948-4f64-b051-4955a4f1e947-127771399073972224" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem m'intéresse davantage que #fh2012 : c'est grave docteur ?!", + "img": { + "src": "http://a1.twimg.com/profile_images/1572952624/maternelle67_normal.jpg" + }, + "title": "Christine Genin: #tfcem m'intéresse davantage que #fh2012 : c'est grave docteur ?!", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 13388000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem m'int\\u00e9resse davantage que #fh2012 : c'est grave docteur ?!\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]},{\"text\":\"fh2012\",\"indices\":[33,40]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.panoramicsoft.com\\/mobileapps\\/motweets\\/moTweets.php\\\" rel=\\\"nofollow\\\"\\u003EPanoramic moTweets\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:41:06 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":164,\"location\":\"Paris\",\"notifications\":null,\"profile_background_color\":\"ffffff\",\"default_profile\":false,\"lang\":\"fr\",\"profile_background_tile\":false,\"followers_count\":1470,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"description\":\"\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Apr 20 22:19:48 +0000 2009\",\"profile_sidebar_border_color\":\"0084b4\",\"is_translator\":false,\"listed_count\":159,\"geo_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":1779,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.christinegenin.fr\\/blog\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1572952624\\/maternelle67_normal.jpg\",\"screen_name\":\"cgenin\",\"name\":\"Christine Genin\",\"statuses_count\":10982,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1572952624\\/maternelle67_normal.jpg\",\"id\":33688811,\"id_str\":\"33688811\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084b4\"},\"retweeted\":false,\"id\":127771467818614784,\"in_reply_to_status_id_str\":null,\"id_str\":\"127771467818614784\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 13388000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + }, + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "3aff4a42-ae1d-410d-bfc7-5f31f3497ee9-127771467818614784" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @vincentpuig: #tfcem Renucci: réhabilitation de l'enseignement et des instituteurs comme producteur de rituels et de symbolique pour ...", + "img": { + "src": "http://a2.twimg.com/profile_images/1444079862/image_normal.jpg" + }, + "title": "jean louis Frechin: RT @vincentpuig: #tfcem Renucci: réhabilitation de l'enseignement et des instituteurs comme producteur de rituels et de symbolique pour ...", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 13413000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @vincentpuig: #tfcem Renucci: r\\u00e9habilitation de l'enseignement et des instituteurs comme producteur de rituels et de symbolique pour ...\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[17,23]}],\"user_mentions\":[{\"indices\":[3,15],\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173,\"id_str\":\"68424173\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem Renucci: r\\u00e9habilitation de l'enseignement et des instituteurs comme producteur de rituels et de symbolique pour \\u00e9viter la catastrophe\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"1\",\"retweeters\":[14613124],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:38:12 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":181,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"default_profile\":true,\"statuses_count\":415,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127770739951669248,\"in_reply_to_status_id_str\":null,\"id_str\":\"127770739951669248\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:41:31 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":true,\"user\":{\"default_profile_image\":false,\"favourites_count\":66,\"location\":\"38.717470,-9.153256\",\"notifications\":null,\"profile_background_color\":\"0d0f1a\",\"lang\":\"en\",\"profile_background_tile\":true,\"followers_count\":2051,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"design num\\u00e9rique, produits, services, innovation & pens\\u00e9es autour du design. Et encore plus http:\\/\\/www.nodesignlab.net\",\"following\":null,\"time_zone\":\"Lisbon\",\"created_at\":\"Thu May 01 11:37:17 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":197,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":714,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/www.nodesign.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"screen_name\":\"nodesign\",\"name\":\"jean louis Frechin\",\"default_profile\":false,\"statuses_count\":10012,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/289235654\\/Invitation_Vernissage_Public_-_Objets_du_Num_rique_-_Studio_B___C_72.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1444079862\\/image_normal.jpg\",\"id\":14613124,\"id_str\":\"14613124\",\"verified\":false,\"utc_offset\":0,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127771571493416960,\"in_reply_to_status_id_str\":null,\"id_str\":\"127771571493416960\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 13413000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "836a9dfa-31fe-4f34-a418-bdb6de00df70-127771571493416960" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem L'origine de la démocratie ? L'écriture qui est dans le numérique dans un processus de profonde mutation??", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem L'origine de la démocratie ? L'écriture qui est dans le numérique dans un processus de profonde mutation??", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 13779000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem L'origine de la d\\u00e9mocratie ? L'\\u00e9criture qui est dans le num\\u00e9rique dans un processus de profonde mutation??\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:47:37 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":181,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":416,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127773107187499009,\"in_reply_to_status_id_str\":null,\"id_str\":\"127773107187499009\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 13779000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "db404779-04ca-4c9e-9329-9d6dddbdaf7c-127773107187499009" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 「作る」という言葉についての一つの違和感を感じた。(藤幡)", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 「作る」という言葉についての一つの違和感を感じた。(藤幡)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 13800000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u300c\\u4f5c\\u308b\\u300d\\u3068\\u3044\\u3046\\u8a00\\u8449\\u306b\\u3064\\u3044\\u3066\\u306e\\u4e00\\u3064\\u306e\\u9055\\u548c\\u611f\\u3092\\u611f\\u3058\\u305f\\u3002\\uff08\\u85e4\\u5e61\\uff09\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:47:58 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":408,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127773195137851394,\"in_reply_to_status_id_str\":null,\"id_str\":\"127773195137851394\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 13800000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "1c235e35-63f2-4773-8866-c4e40476ca33-127773195137851394" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 「produce」とは異なる、農業など、自然に働きかけることで可能となる「作る」(オート・ポイエーシス)。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 「produce」とは異なる、農業など、自然に働きかけることで可能となる「作る」(オート・ポイエーシス)。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 13858000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u300cproduce\\u300d\\u3068\\u306f\\u7570\\u306a\\u308b\\u3001\\u8fb2\\u696d\\u306a\\u3069\\u3001\\u81ea\\u7136\\u306b\\u50cd\\u304d\\u304b\\u3051\\u308b\\u3053\\u3068\\u3067\\u53ef\\u80fd\\u3068\\u306a\\u308b\\u300c\\u4f5c\\u308b\\u300d\\uff08\\u30aa\\u30fc\\u30c8\\u30fb\\u30dd\\u30a4\\u30a8\\u30fc\\u30b7\\u30b9\\uff09\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:48:56 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"default_profile\":true,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":409,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127773439825158144,\"in_reply_to_status_id_str\":null,\"id_str\":\"127773439825158144\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 13858000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "98675ed1-61d7-4561-8ad8-f082c90f105e-127773439825158144" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Renucci: une pensée profonde de l'individuation conjointe des humains et des objets ++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Renucci: une pensée profonde de l'individuation conjointe des humains et des objets ++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 14003000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Renucci: une pens\\u00e9e profonde de l'individuation conjointe des humains et des objets ++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:51:21 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":182,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":417,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127774048116674560,\"in_reply_to_status_id_str\":null,\"id_str\":\"127774048116674560\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 14003000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "20c8b714-a3af-4f65-a703-ee18665d1d9c-127774048116674560" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 対象や自然が自分を変容させる、ということは確かに重要な問題。(レヌッシ)", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 対象や自然が自分を変容させる、ということは確かに重要な問題。(レヌッシ)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 14065000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000\\u5bfe\\u8c61\\u3084\\u81ea\\u7136\\u304c\\u81ea\\u5206\\u3092\\u5909\\u5bb9\\u3055\\u305b\\u308b\\u3001\\u3068\\u3044\\u3046\\u3053\\u3068\\u306f\\u78ba\\u304b\\u306b\\u91cd\\u8981\\u306a\\u554f\\u984c\\u3002\\uff08\\u30ec\\u30cc\\u30c3\\u30b7\\uff09\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:52:23 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":410,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127774307559542785,\"in_reply_to_status_id_str\":null,\"id_str\":\"127774307559542785\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 14065000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "bfb11b0e-e6ee-4211-8b0e-ff04e4669337-127774307559542785" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Etre fait par le froid est plus juste que j'ai froid. On veut tout posséder ++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Etre fait par le froid est plus juste que j'ai froid. On veut tout posséder ++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 14151000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Etre fait par le froid est plus juste que j'ai froid. On veut tout poss\\u00e9der ++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:53:49 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":183,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":418,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127774666369671168,\"in_reply_to_status_id_str\":null,\"id_str\":\"127774666369671168\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 14151000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "72296782-5340-4166-8f11-69d8469b0b92-127774666369671168" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 三次的把持とは異なる自然という次元について言及があった。自分は一般器官学というものを提唱している。人間の器官、テクノロジーの器官、社会という器官という三重の層。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 三次的把持とは異なる自然という次元について言及があった。自分は一般器官学というものを提唱している。人間の器官、テクノロジーの器官、社会という器官という三重の層。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 14203000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u4e09\\u6b21\\u7684\\u628a\\u6301\\u3068\\u306f\\u7570\\u306a\\u308b\\u81ea\\u7136\\u3068\\u3044\\u3046\\u6b21\\u5143\\u306b\\u3064\\u3044\\u3066\\u8a00\\u53ca\\u304c\\u3042\\u3063\\u305f\\u3002\\u81ea\\u5206\\u306f\\u4e00\\u822c\\u5668\\u5b98\\u5b66\\u3068\\u3044\\u3046\\u3082\\u306e\\u3092\\u63d0\\u5531\\u3057\\u3066\\u3044\\u308b\\u3002\\u4eba\\u9593\\u306e\\u5668\\u5b98\\u3001\\u30c6\\u30af\\u30ce\\u30ed\\u30b8\\u30fc\\u306e\\u5668\\u5b98\\u3001\\u793e\\u4f1a\\u3068\\u3044\\u3046\\u5668\\u5b98\\u3068\\u3044\\u3046\\u4e09\\u91cd\\u306e\\u5c64\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:54:41 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":411,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127774885949870080,\"in_reply_to_status_id_str\":null,\"id_str\":\"127774885949870080\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 14203000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "d602baf8-7679-4798-a58f-715435d23a33-127774885949870080" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem その三つの層を超える、自然(コスミック)という層は存在するが、単純にそれにひざまずくという関係ではない。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem その三つの層を超える、自然(コスミック)という層は存在するが、単純にそれにひざまずくという関係ではない。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 14284000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u305d\\u306e\\u4e09\\u3064\\u306e\\u5c64\\u3092\\u8d85\\u3048\\u308b\\u3001\\u81ea\\u7136\\uff08\\u30b3\\u30b9\\u30df\\u30c3\\u30af\\uff09\\u3068\\u3044\\u3046\\u5c64\\u306f\\u5b58\\u5728\\u3059\\u308b\\u304c\\u3001\\u5358\\u7d14\\u306b\\u305d\\u308c\\u306b\\u3072\\u3056\\u307e\\u305a\\u304f\\u3068\\u3044\\u3046\\u95a2\\u4fc2\\u3067\\u306f\\u306a\\u3044\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:56:02 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":118,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":412,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127775225629786112,\"in_reply_to_status_id_str\":null,\"id_str\":\"127775225629786112\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 14284000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "cfe00c7a-5183-4bab-98a3-b5a32bfa7132-127775225629786112" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Stiegler: la nature, le cosmique excède le champ organologique et humain qui est cependant indispensable pour accéder la nature--", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Stiegler: la nature, le cosmique excède le champ organologique et humain qui est cependant indispensable pour accéder la nature--", + "color": "16763904", + "polemics": [ + "KO" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 14478000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Stiegler: la nature, le cosmique exc\\u00e8de le champ organologique et humain qui est cependant indispensable pour acc\\u00e9der la nature--\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 15:59:16 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":183,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":419,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"default_profile\":true,\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127776039203110915,\"in_reply_to_status_id_str\":null,\"id_str\":\"127776039203110915\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 14478000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "ce0f8b70-1b0b-4eaa-85a6-7c7206e8d929-127776039203110915" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 日本人は、「カタストロフはなかった」と感じているのではないだろうか?日本人はカタストロフには驚かないという心性をもっているのではないか?(藤幡)", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 日本人は、「カタストロフはなかった」と感じているのではないだろうか?日本人はカタストロフには驚かないという心性をもっているのではないか?(藤幡)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 15534000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u65e5\\u672c\\u4eba\\u306f\\u3001\\u300c\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u306f\\u306a\\u304b\\u3063\\u305f\\u300d\\u3068\\u611f\\u3058\\u3066\\u3044\\u308b\\u306e\\u3067\\u306f\\u306a\\u3044\\u3060\\u308d\\u3046\\u304b\\uff1f\\u65e5\\u672c\\u4eba\\u306f\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u306b\\u306f\\u9a5a\\u304b\\u306a\\u3044\\u3068\\u3044\\u3046\\u5fc3\\u6027\\u3092\\u3082\\u3063\\u3066\\u3044\\u308b\\u306e\\u3067\\u306f\\u306a\\u3044\\u304b\\uff1f\\uff08\\u85e4\\u5e61\\uff09\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:16:52 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":true,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":413,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127780469759688704,\"in_reply_to_status_id_str\":null,\"id_str\":\"127780469759688704\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 15534000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b1794e94-8a26-47e3-8ac2-48ef0a1b0a83-127780469759688704" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem 日本人は、「カタストロフはなかった」と感じているのではないだろうか?日本人はカタストロフには驚かないという心性をもっているのではないか?(藤幡)", + "img": { + "src": "http://a1.twimg.com/profile_images/1508624601/22634524_998035669_60large_normal.jpg" + }, + "title": ".: RT @k_t_618: #tfcem 日本人は、「カタストロフはなかった」と感じているのではないだろうか?日本人はカタストロフには驚かないという心性をもっているのではないか?(藤幡)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 15607000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem \\u65e5\\u672c\\u4eba\\u306f\\u3001\\u300c\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u306f\\u306a\\u304b\\u3063\\u305f\\u300d\\u3068\\u611f\\u3058\\u3066\\u3044\\u308b\\u306e\\u3067\\u306f\\u306a\\u3044\\u3060\\u308d\\u3046\\u304b\\uff1f\\u65e5\\u672c\\u4eba\\u306f\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u306b\\u306f\\u9a5a\\u304b\\u306a\\u3044\\u3068\\u3044\\u3046\\u5fc3\\u6027\\u3092\\u3082\\u3063\\u3066\\u3044\\u308b\\u306e\\u3067\\u306f\\u306a\\u3044\\u304b\\uff1f\\uff08\\u85e4\\u5e61\\uff09\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem \\u65e5\\u672c\\u4eba\\u306f\\u3001\\u300c\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u306f\\u306a\\u304b\\u3063\\u305f\\u300d\\u3068\\u611f\\u3058\\u3066\\u3044\\u308b\\u306e\\u3067\\u306f\\u306a\\u3044\\u3060\\u308d\\u3046\\u304b\\uff1f\\u65e5\\u672c\\u4eba\\u306f\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u306b\\u306f\\u9a5a\\u304b\\u306a\\u3044\\u3068\\u3044\\u3046\\u5fc3\\u6027\\u3092\\u3082\\u3063\\u3066\\u3044\\u308b\\u306e\\u3067\\u306f\\u306a\\u3044\\u304b\\uff1f\\uff08\\u85e4\\u5e61\\uff09\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:16:52 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":413,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127780469759688704,\"in_reply_to_status_id_str\":null,\"id_str\":\"127780469759688704\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:18:05 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":235,\"location\":\"Nagoya\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":209,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u00d8\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Hawaii\",\"created_at\":\"Sat Dec 11 03:27:52 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":9,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":331,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/noteskty.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1508624601\\/22634524_998035669_60large_normal.jpg\",\"screen_name\":\"saekiiiii\",\"name\":\"\\uff0e\",\"statuses_count\":2798,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1508624601\\/22634524_998035669_60large_normal.jpg\",\"id\":225254396,\"id_str\":\"225254396\",\"verified\":false,\"utc_offset\":-36000,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127780774043844609,\"in_reply_to_status_id_str\":null,\"id_str\":\"127780774043844609\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 15607000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "c4804447-a0ed-4ed3-abd1-c48af7fb6192-127780774043844609" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "ロバン・ルヌッチ氏のセッションが終わって、藤幡正樹さんの講演が始まりました。http://t.co/wPy3MUc9 #tfcem", + "img": { + "src": "http://a2.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" + }, + "title": "Yoshikazu NANGO: ロバン・ルヌッチ氏のセッションが終わって、藤幡正樹さんの講演が始まりました。http://t.co/wPy3MUc9 #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 15615000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u30ed\\u30d0\\u30f3\\u30fb\\u30eb\\u30cc\\u30c3\\u30c1\\u6c0f\\u306e\\u30bb\\u30c3\\u30b7\\u30e7\\u30f3\\u304c\\u7d42\\u308f\\u3063\\u3066\\u3001\\u85e4\\u5e61\\u6b63\\u6a39\\u3055\\u3093\\u306e\\u8b1b\\u6f14\\u304c\\u59cb\\u307e\\u308a\\u307e\\u3057\\u305f\\u3002http:\\/\\/t.co\\/wPy3MUc9 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[38,58],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/wPy3MUc9\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[59,65]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:18:13 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1817,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u5357\\u5f8c\\u7531\\u548c\\u30021979\\u5e74\\u5927\\u962a\\u5e9c\\u751f\\u307e\\u308c\\u3002\\u6771\\u4eac\\u5927\\u5b66\\u5927\\u5b66\\u9662\\u60c5\\u5831\\u5b66\\u74b0\\u7279\\u4efb\\u8b1b\\u5e2b\\u3002\\u793e\\u4f1a\\u5b66\\u3001\\u90fd\\u5e02\\u30fb\\u5efa\\u7bc9\\u8ad6\\u3002\\u6851\\u6ca2\\u30c7\\u30b6\\u30a4\\u30f3\\u7814\\u7a76\\u6240\\u3001\\u99d2\\u6fa4\\u5927\\u5b66\\u3001\\u6cd5\\u653f\\u5927\\u5b66\\u3001\\u65e9\\u7a32\\u7530\\u5927\\u5b66\\u975e\\u5e38\\u52e4\\u8b1b\\u5e2b\\u3002\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Dec 26 14:10:04 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":180,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":216,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"screen_name\":\"y_nango\",\"name\":\"Yoshikazu NANGO\",\"statuses_count\":1820,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"id\":99508965,\"id_str\":\"99508965\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127780807136903168,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127780807136903168\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 15615000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "d8684e6a-a6eb-49bd-a7dc-a75d3ae1991a-127780807136903168" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Fujihata: la temporalité n'est pas la même au japon et donc le temps de la catastophe n'existe pas ++", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Fujihata: la temporalité n'est pas la même au japon et donc le temps de la catastophe n'existe pas ++", + "color": "16763904", + "polemics": [ + "OK" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 15664000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Fujihata: la temporalit\\u00e9 n'est pas la m\\u00eame au japon et donc le temps de la catastophe n'existe pas ++\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:19:02 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":183,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":420,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127781015321182209,\"in_reply_to_status_id_str\":null,\"id_str\":\"127781015321182209\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 15664000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "1be85ffb-c234-4483-a785-819d27eb2c9e-127781015321182209" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "情報学環主宰、フランスでやってるシンポジウム。「カタストロフィとメディア」。さっきから聞きながら作業中。 #tfcem", + "img": { + "src": "http://a0.twimg.com/profile_images/1397400309/photoofme_normal.jpg" + }, + "title": "坪井 遥 Haruka TSUBOI: 情報学環主宰、フランスでやってるシンポジウム。「カタストロフィとメディア」。さっきから聞きながら作業中。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 15706000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u60c5\\u5831\\u5b66\\u74b0\\u4e3b\\u5bb0\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u3067\\u3084\\u3063\\u3066\\u308b\\u30b7\\u30f3\\u30dd\\u30b8\\u30a6\\u30e0\\u3002\\u300c\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u300d\\u3002\\u3055\\u3063\\u304d\\u304b\\u3089\\u805e\\u304d\\u306a\\u304c\\u3089\\u4f5c\\u696d\\u4e2d\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[53,59]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:19:44 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":2252,\"location\":\"Itabashi, Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":1505,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/127842983\\/mashmans6thaniv_004.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1986\\u5e74\\u751f\\u307e\\u308c\\u3002\\u4e59\\u5973\\u5ea7AB\\u578b\\u5de6\\u5229\\u304d\\u8089\\u98df\\u7cfb\\u7537\\u5b50\\u3002\\u4e2d\\u9000\\u7d4c\\u9a13\\u8005\\u5927\\u5b66\\u751f\\u3002Tweet\\u306f\\u30aa\\u30fc\\u30eb\\u30b8\\u30e3\\u30f3\\u30eb\\u5782\\u308c\\u6d41\\u3057\\u7cfb\\u3002\\u4eba\\u751f\\u6642\\u5dee\\u30dc\\u30b1\\u3002\\u300e\\u91ce\\u5fc3\\u306e\\u8ff7\\u8d70\\u300f\\u306f\\u67d0\\u756a\\u7d44\\u3067\\u306e\\u4ffa\\u306e\\u4e8c\\u3064\\u540d\\u3060\\u3088\\u3002\\u30b3\\u30f3\\u30c6\\u30af\\u30c1\\u30e5\\u30a2\\u30ba\\u53cb\\u306e\\u4f1a\\/\\u30e2\\u30fc\\u30b7\\u30e7\\u30f3\\u30c0\\u30a4\\u90e8\\/azb\\/ICU\\/iii \\u7ba1\\u7406bot\\u2192\\u52a0\\u85e4\\u5468\\u4e00bot,\\u9ed2\\u7e01bot,\\u53e4\\u5f0f\\u82e5\\u8449bot\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Tue Feb 23 14:42:20 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":166,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":2001,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/www.amazon.co.jp\\/wishlist\\/3SFAGQUA2YXI7\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1397400309\\/photoofme_normal.jpg\",\"screen_name\":\"YashinNoMeisou\",\"name\":\"\\u576a\\u4e95 \\u9065 Haruka TSUBOI\",\"statuses_count\":29641,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/127842983\\/mashmans6thaniv_004.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1397400309\\/photoofme_normal.jpg\",\"id\":116772378,\"id_str\":\"116772378\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127781190148169728,\"in_reply_to_status_id_str\":null,\"id_str\":\"127781190148169728\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 15706000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "d6596053-cf3e-4331-90f4-19bbc3c16e47-127781190148169728" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @YashinNoMeisou: 情報学環主宰、フランスでやってるシンポジウム。「カタストロフィとメディア」。さっきから聞きながら作業中。 #tfcem", + "img": { + "src": "http://a2.twimg.com/profile_images/1378030189/N0019079_l_normal.jpg" + }, + "title": "七里: RT @YashinNoMeisou: 情報学環主宰、フランスでやってるシンポジウム。「カタストロフィとメディア」。さっきから聞きながら作業中。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 15732000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"retweeted_status\":{\"text\":\"\\u60c5\\u5831\\u5b66\\u74b0\\u4e3b\\u5bb0\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u3067\\u3084\\u3063\\u3066\\u308b\\u30b7\\u30f3\\u30dd\\u30b8\\u30a6\\u30e0\\u3002\\u300c\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u300d\\u3002\\u3055\\u3063\\u304d\\u304b\\u3089\\u805e\\u304d\\u306a\\u304c\\u3089\\u4f5c\\u696d\\u4e2d\\u3002 #tfcem\",\"retweet_count\":1,\"favorited\":false,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[53,59]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweeted\":false,\"created_at\":\"Sat Oct 22 16:19:44 +0000 2011\",\"in_reply_to_status_id_str\":null,\"id_str\":\"127781190148169728\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_user_id_str\":null,\"truncated\":false,\"contributors\":null,\"user\":{\"default_profile\":false,\"location\":\"Itabashi, Tokyo\",\"notifications\":null,\"time_zone\":\"Tokyo\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"lang\":\"ja\",\"followers_count\":1505,\"listed_count\":166,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":2001,\"description\":\"1986\\u5e74\\u751f\\u307e\\u308c\\u3002\\u4e59\\u5973\\u5ea7AB\\u578b\\u5de6\\u5229\\u304d\\u8089\\u98df\\u7cfb\\u7537\\u5b50\\u3002\\u4e2d\\u9000\\u7d4c\\u9a13\\u8005\\u5927\\u5b66\\u751f\\u3002Tweet\\u306f\\u30aa\\u30fc\\u30eb\\u30b8\\u30e3\\u30f3\\u30eb\\u5782\\u308c\\u6d41\\u3057\\u7cfb\\u3002\\u4eba\\u751f\\u6642\\u5dee\\u30dc\\u30b1\\u3002\\u300e\\u91ce\\u5fc3\\u306e\\u8ff7\\u8d70\\u300f\\u306f\\u67d0\\u756a\\u7d44\\u3067\\u306e\\u4ffa\\u306e\\u4e8c\\u3064\\u540d\\u3060\\u3088\\u3002\\u30b3\\u30f3\\u30c6\\u30af\\u30c1\\u30e5\\u30a2\\u30ba\\u53cb\\u306e\\u4f1a\\/\\u30e2\\u30fc\\u30b7\\u30e7\\u30f3\\u30c0\\u30a4\\u90e8\\/azb\\/ICU\\/iii \\u7ba1\\u7406bot\\u2192\\u52a0\\u85e4\\u5468\\u4e00bot,\\u9ed2\\u7e01bot,\\u53e4\\u5f0f\\u82e5\\u8449bot\",\"profile_text_color\":\"666666\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1397400309\\/photoofme_normal.jpg\",\"statuses_count\":29642,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/127842983\\/mashmans6thaniv_004.jpg\",\"created_at\":\"Tue Feb 23 14:42:20 +0000 2010\",\"id_str\":\"116772378\",\"profile_link_color\":\"2FC2EF\",\"default_profile_image\":false,\"favourites_count\":2252,\"protected\":false,\"profile_background_color\":\"1A1B1F\",\"url\":\"http:\\/\\/www.amazon.co.jp\\/wishlist\\/3SFAGQUA2YXI7\\/\",\"screen_name\":\"YashinNoMeisou\",\"name\":\"\\u576a\\u4e95 \\u9065 Haruka TSUBOI\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1397400309\\/photoofme_normal.jpg\",\"id\":116772378,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"verified\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/127842983\\/mashmans6thaniv_004.jpg\",\"utc_offset\":32400,\"profile_sidebar_fill_color\":\"252429\"},\"id\":127781190148169728,\"coordinates\":null,\"in_reply_to_user_id\":null},\"text\":\"RT @YashinNoMeisou: \\u60c5\\u5831\\u5b66\\u74b0\\u4e3b\\u5bb0\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u3067\\u3084\\u3063\\u3066\\u308b\\u30b7\\u30f3\\u30dd\\u30b8\\u30a6\\u30e0\\u3002\\u300c\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u300d\\u3002\\u3055\\u3063\\u304d\\u304b\\u3089\\u805e\\u304d\\u306a\\u304c\\u3089\\u4f5c\\u696d\\u4e2d\\u3002 #tfcem\",\"retweet_count\":1,\"favorited\":false,\"entities\":{\"urls\":[],\"user_mentions\":[{\"indices\":[3,18],\"id_str\":\"116772378\",\"name\":\"\\u576a\\u4e95 \\u9065 Haruka TSUBOI\",\"screen_name\":\"YashinNoMeisou\",\"id\":116772378}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[73,79]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"source\":\"web\",\"retweeted\":false,\"created_at\":\"Sat Oct 22 16:20:10 +0000 2011\",\"in_reply_to_status_id_str\":null,\"id_str\":\"127781299137167360\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_user_id_str\":null,\"truncated\":false,\"contributors\":null,\"user\":{\"default_profile\":false,\"location\":\"\\u3053\\u308a\\u3093\\u661f\\u306f\\u3042\\u308b\\u3088\\u3000\\u3053\\u3053\\u306b\\u3042\\u308b\\u3088\",\"notifications\":null,\"time_zone\":\"Paris\",\"profile_sidebar_border_color\":\"D3D2CF\",\"is_translator\":false,\"lang\":\"ja\",\"followers_count\":2083,\"listed_count\":120,\"geo_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":2106,\"description\":\"\\u3053\\u308a\\u3093\\u661f\\u306e\\u8a69\\u4eba\\u3001\\u6279\\u8a55\\u5bb6\\u3001\\u30d6\\u30ed\\u30ac\\u30fc\\u3002\\u533f\\u540d\\u5e0c\\u671b\\u3002\\r\\nnanarijiwa@yahoo.co.jp\",\"profile_text_color\":\"634047\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1378030189\\/N0019079_l_normal.jpg\",\"statuses_count\":10829,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/74817176\\/___.jpg\",\"created_at\":\"Fri May 11 19:17:07 +0000 2007\",\"id_str\":\"5971982\",\"profile_link_color\":\"088253\",\"default_profile_image\":false,\"favourites_count\":1116,\"protected\":false,\"profile_background_color\":\"EDECE9\",\"url\":\"http:\\/\\/nanari.tumblr.com\\/\",\"screen_name\":\"nanari\",\"name\":\"\\u4e03\\u91cc\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1378030189\\/N0019079_l_normal.jpg\",\"id\":5971982,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"verified\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/74817176\\/___.jpg\",\"utc_offset\":3600,\"profile_sidebar_fill_color\":\"E3E2DE\"},\"id\":127781299137167360,\"coordinates\":null,\"in_reply_to_user_id\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 15732000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "1d7f8f66-a494-4a9f-961e-7d5642fba872-127781299137167360" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 映像を場所にしばりつけたうえで、どのようなナラティブが可能となるかについての実験。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 映像を場所にしばりつけたうえで、どのようなナラティブが可能となるかについての実験。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 15816000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u6620\\u50cf\\u3092\\u5834\\u6240\\u306b\\u3057\\u3070\\u308a\\u3064\\u3051\\u305f\\u3046\\u3048\\u3067\\u3001\\u3069\\u306e\\u3088\\u3046\\u306a\\u30ca\\u30e9\\u30c6\\u30a3\\u30d6\\u304c\\u53ef\\u80fd\\u3068\\u306a\\u308b\\u304b\\u306b\\u3064\\u3044\\u3066\\u306e\\u5b9f\\u9a13\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:21:34 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"default_profile\":true,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":414,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127781653518102529,\"in_reply_to_status_id_str\":null,\"id_str\":\"127781653518102529\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 15816000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a4656313-0e67-455f-8317-574bb59e11b9-127781653518102529" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Fujihata : combiner cardinalité et temporalité avec des films panoramiques positionnés sur une carte", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Fujihata : combiner cardinalité et temporalité avec des films panoramiques positionnés sur une carte", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 15874000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Fujihata : combiner cardinalit\\u00e9 et temporalit\\u00e9 avec des films panoramiques positionn\\u00e9s sur une carte\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:22:32 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":183,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":421,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127781896334745602,\"in_reply_to_status_id_str\":null,\"id_str\":\"127781896334745602\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 15874000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "ce4f398a-a1ca-48f7-9b01-72a7a8c35078-127781896334745602" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @y_nango: ロバン・ルヌッチ氏のセッションが終わって、藤幡正樹さんの講演が始まりました。http://t.co/wPy3MUc9 #tfcem", + "img": { + "src": "http://a2.twimg.com/profile_images/1278571217/face_normal.jpg" + }, + "title": "Tomoko Hashida: RT @y_nango: ロバン・ルヌッチ氏のセッションが終わって、藤幡正樹さんの講演が始まりました。http://t.co/wPy3MUc9 #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 16019000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @y_nango: \\u30ed\\u30d0\\u30f3\\u30fb\\u30eb\\u30cc\\u30c3\\u30c1\\u6c0f\\u306e\\u30bb\\u30c3\\u30b7\\u30e7\\u30f3\\u304c\\u7d42\\u308f\\u3063\\u3066\\u3001\\u85e4\\u5e61\\u6b63\\u6a39\\u3055\\u3093\\u306e\\u8b1b\\u6f14\\u304c\\u59cb\\u307e\\u308a\\u307e\\u3057\\u305f\\u3002http:\\/\\/t.co\\/wPy3MUc9 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[51,71],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/wPy3MUc9\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[72,78]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"Yoshikazu NANGO\",\"screen_name\":\"y_nango\",\"id\":99508965,\"id_str\":\"99508965\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"\\u30ed\\u30d0\\u30f3\\u30fb\\u30eb\\u30cc\\u30c3\\u30c1\\u6c0f\\u306e\\u30bb\\u30c3\\u30b7\\u30e7\\u30f3\\u304c\\u7d42\\u308f\\u3063\\u3066\\u3001\\u85e4\\u5e61\\u6b63\\u6a39\\u3055\\u3093\\u306e\\u8b1b\\u6f14\\u304c\\u59cb\\u307e\\u308a\\u307e\\u3057\\u305f\\u3002http:\\/\\/t.co\\/wPy3MUc9 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[38,58],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/wPy3MUc9\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[59,65]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:18:13 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":0,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1817,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u5357\\u5f8c\\u7531\\u548c\\u30021979\\u5e74\\u5927\\u962a\\u5e9c\\u751f\\u307e\\u308c\\u3002\\u6771\\u4eac\\u5927\\u5b66\\u5927\\u5b66\\u9662\\u60c5\\u5831\\u5b66\\u74b0\\u7279\\u4efb\\u8b1b\\u5e2b\\u3002\\u793e\\u4f1a\\u5b66\\u3001\\u90fd\\u5e02\\u30fb\\u5efa\\u7bc9\\u8ad6\\u3002\\u6851\\u6ca2\\u30c7\\u30b6\\u30a4\\u30f3\\u7814\\u7a76\\u6240\\u3001\\u99d2\\u6fa4\\u5927\\u5b66\\u3001\\u6cd5\\u653f\\u5927\\u5b66\\u3001\\u65e9\\u7a32\\u7530\\u5927\\u5b66\\u975e\\u5e38\\u52e4\\u8b1b\\u5e2b\\u3002\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Dec 26 14:10:04 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":180,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":216,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"screen_name\":\"y_nango\",\"name\":\"Yoshikazu NANGO\",\"statuses_count\":1820,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"id\":99508965,\"id_str\":\"99508965\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127780807136903168,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127780807136903168\",\"coordinates\":null},\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:24:57 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":3,\"location\":\"nae_Lab\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":137,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"http:\\/\\/nae-lab.org\\/~hashida\\/\\u3000\\r\\nhttp:\\/\\/chordxxcode.com\\/\",\"following\":null,\"time_zone\":\"Hawaii\",\"created_at\":\"Thu Oct 22 02:47:38 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":13,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":82,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1278571217\\/face_normal.jpg\",\"screen_name\":\"tomoko79\",\"name\":\"Tomoko Hashida\",\"statuses_count\":188,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1278571217\\/face_normal.jpg\",\"id\":84223791,\"id_str\":\"84223791\",\"verified\":false,\"utc_offset\":-36000,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127782501363105792,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127782501363105792\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 16019000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "80abc282-ac68-4367-8d49-de624e92f3dd-127782501363105792" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @YashinNoMeisou: 情報学環主宰、フランスでやってるシンポジウム。「カタストロフィとメディア」。さっきから聞きながら作業中。 #tfcem", + "img": { + "src": "http://a0.twimg.com/profile_images/1176635283/inmin6_normal.png" + }, + "title": "インミン: RT @YashinNoMeisou: 情報学環主宰、フランスでやってるシンポジウム。「カタストロフィとメディア」。さっきから聞きながら作業中。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 16124000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"retweeted_status\":{\"text\":\"\\u60c5\\u5831\\u5b66\\u74b0\\u4e3b\\u5bb0\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u3067\\u3084\\u3063\\u3066\\u308b\\u30b7\\u30f3\\u30dd\\u30b8\\u30a6\\u30e0\\u3002\\u300c\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u300d\\u3002\\u3055\\u3063\\u304d\\u304b\\u3089\\u805e\\u304d\\u306a\\u304c\\u3089\\u4f5c\\u696d\\u4e2d\\u3002 #tfcem\",\"retweet_count\":2,\"favorited\":false,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[53,59]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweeted\":false,\"created_at\":\"Sat Oct 22 16:19:44 +0000 2011\",\"in_reply_to_status_id_str\":null,\"id_str\":\"127781190148169728\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_user_id_str\":null,\"truncated\":false,\"contributors\":null,\"user\":{\"location\":\"Itabashi, Tokyo\",\"notifications\":null,\"time_zone\":\"Tokyo\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"lang\":\"ja\",\"followers_count\":1506,\"listed_count\":166,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":2001,\"description\":\"1986\\u5e74\\u751f\\u307e\\u308c\\u3002\\u4e59\\u5973\\u5ea7AB\\u578b\\u5de6\\u5229\\u304d\\u8089\\u98df\\u7cfb\\u7537\\u5b50\\u3002\\u4e2d\\u9000\\u7d4c\\u9a13\\u8005\\u5927\\u5b66\\u751f\\u3002Tweet\\u306f\\u30aa\\u30fc\\u30eb\\u30b8\\u30e3\\u30f3\\u30eb\\u5782\\u308c\\u6d41\\u3057\\u7cfb\\u3002\\u4eba\\u751f\\u6642\\u5dee\\u30dc\\u30b1\\u3002\\u300e\\u91ce\\u5fc3\\u306e\\u8ff7\\u8d70\\u300f\\u306f\\u67d0\\u756a\\u7d44\\u3067\\u306e\\u4ffa\\u306e\\u4e8c\\u3064\\u540d\\u3060\\u3088\\u3002\\u30b3\\u30f3\\u30c6\\u30af\\u30c1\\u30e5\\u30a2\\u30ba\\u53cb\\u306e\\u4f1a\\/\\u30e2\\u30fc\\u30b7\\u30e7\\u30f3\\u30c0\\u30a4\\u90e8\\/azb\\/ICU\\/iii \\u7ba1\\u7406bot\\u2192\\u52a0\\u85e4\\u5468\\u4e00bot,\\u9ed2\\u7e01bot,\\u53e4\\u5f0f\\u82e5\\u8449bot\",\"profile_text_color\":\"666666\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1397400309\\/photoofme_normal.jpg\",\"statuses_count\":29645,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/127842983\\/mashmans6thaniv_004.jpg\",\"created_at\":\"Tue Feb 23 14:42:20 +0000 2010\",\"id_str\":\"116772378\",\"profile_link_color\":\"2FC2EF\",\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":2252,\"protected\":false,\"profile_background_color\":\"1A1B1F\",\"url\":\"http:\\/\\/www.amazon.co.jp\\/wishlist\\/3SFAGQUA2YXI7\\/\",\"screen_name\":\"YashinNoMeisou\",\"name\":\"\\u576a\\u4e95 \\u9065 Haruka TSUBOI\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1397400309\\/photoofme_normal.jpg\",\"id\":116772378,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"verified\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/127842983\\/mashmans6thaniv_004.jpg\",\"utc_offset\":32400,\"profile_sidebar_fill_color\":\"252429\"},\"id\":127781190148169728,\"coordinates\":null,\"in_reply_to_user_id\":null},\"text\":\"RT @YashinNoMeisou: \\u60c5\\u5831\\u5b66\\u74b0\\u4e3b\\u5bb0\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u3067\\u3084\\u3063\\u3066\\u308b\\u30b7\\u30f3\\u30dd\\u30b8\\u30a6\\u30e0\\u3002\\u300c\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u300d\\u3002\\u3055\\u3063\\u304d\\u304b\\u3089\\u805e\\u304d\\u306a\\u304c\\u3089\\u4f5c\\u696d\\u4e2d\\u3002 #tfcem\",\"retweet_count\":2,\"favorited\":false,\"entities\":{\"urls\":[],\"user_mentions\":[{\"indices\":[3,18],\"id_str\":\"116772378\",\"name\":\"\\u576a\\u4e95 \\u9065 Haruka TSUBOI\",\"screen_name\":\"YashinNoMeisou\",\"id\":116772378}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[73,79]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"retweeted\":false,\"created_at\":\"Sat Oct 22 16:26:42 +0000 2011\",\"in_reply_to_status_id_str\":null,\"id_str\":\"127782944948494337\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_user_id_str\":null,\"truncated\":false,\"contributors\":null,\"user\":{\"location\":\"\\u3057\\u3042\\u308f\\u305b\\u5cf6\",\"notifications\":null,\"time_zone\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"lang\":\"ja\",\"followers_count\":93,\"listed_count\":3,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":84,\"description\":\"\\u3044\\u3044\\u3088@iiyo_ \\u306e\\u3001\\u30e1\\u30e2\\u4ee3\\u308f\\u308a\\u306bRT\\u3059\\u308b\\u30b5\\u30d6\\u30a2\\u30ab\\u3060\\u3088\",\"profile_text_color\":\"333333\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1176635283\\/inmin6_normal.png\",\"statuses_count\":11853,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Nov 25 10:24:27 +0000 2010\",\"id_str\":\"219607930\",\"profile_link_color\":\"0084B4\",\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":15,\"protected\":false,\"profile_background_color\":\"C0DEED\",\"url\":null,\"screen_name\":\"ingming\",\"name\":\"\\u30a4\\u30f3\\u30df\\u30f3\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1176635283\\/inmin6_normal.png\",\"id\":219607930,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"verified\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"utc_offset\":null,\"profile_sidebar_fill_color\":\"DDEEF6\"},\"id\":127782944948494337,\"coordinates\":null,\"in_reply_to_user_id\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 16124000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "4f33b64a-0de7-4ae2-ab3a-b379aed03032-127782944948494337" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @y_nango: ロバン・ルヌッチ氏のセッションが終わって、藤幡正樹さんの講演が始まりました。http://t.co/wPy3MUc9 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: RT @y_nango: ロバン・ルヌッチ氏のセッションが終わって、藤幡正樹さんの講演が始まりました。http://t.co/wPy3MUc9 #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 16139000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @y_nango: \\u30ed\\u30d0\\u30f3\\u30fb\\u30eb\\u30cc\\u30c3\\u30c1\\u6c0f\\u306e\\u30bb\\u30c3\\u30b7\\u30e7\\u30f3\\u304c\\u7d42\\u308f\\u3063\\u3066\\u3001\\u85e4\\u5e61\\u6b63\\u6a39\\u3055\\u3093\\u306e\\u8b1b\\u6f14\\u304c\\u59cb\\u307e\\u308a\\u307e\\u3057\\u305f\\u3002http:\\/\\/t.co\\/wPy3MUc9 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[51,71],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/wPy3MUc9\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[72,78]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"Yoshikazu NANGO\",\"screen_name\":\"y_nango\",\"id\":99508965,\"id_str\":\"99508965\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"\\u30ed\\u30d0\\u30f3\\u30fb\\u30eb\\u30cc\\u30c3\\u30c1\\u6c0f\\u306e\\u30bb\\u30c3\\u30b7\\u30e7\\u30f3\\u304c\\u7d42\\u308f\\u3063\\u3066\\u3001\\u85e4\\u5e61\\u6b63\\u6a39\\u3055\\u3093\\u306e\\u8b1b\\u6f14\\u304c\\u59cb\\u307e\\u308a\\u307e\\u3057\\u305f\\u3002http:\\/\\/t.co\\/wPy3MUc9 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[38,58],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/wPy3MUc9\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[59,65]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:18:13 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1817,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u5357\\u5f8c\\u7531\\u548c\\u30021979\\u5e74\\u5927\\u962a\\u5e9c\\u751f\\u307e\\u308c\\u3002\\u6771\\u4eac\\u5927\\u5b66\\u5927\\u5b66\\u9662\\u60c5\\u5831\\u5b66\\u74b0\\u7279\\u4efb\\u8b1b\\u5e2b\\u3002\\u793e\\u4f1a\\u5b66\\u3001\\u90fd\\u5e02\\u30fb\\u5efa\\u7bc9\\u8ad6\\u3002\\u6851\\u6ca2\\u30c7\\u30b6\\u30a4\\u30f3\\u7814\\u7a76\\u6240\\u3001\\u99d2\\u6fa4\\u5927\\u5b66\\u3001\\u6cd5\\u653f\\u5927\\u5b66\\u3001\\u65e9\\u7a32\\u7530\\u5927\\u5b66\\u975e\\u5e38\\u52e4\\u8b1b\\u5e2b\\u3002\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Dec 26 14:10:04 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":180,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":216,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"screen_name\":\"y_nango\",\"name\":\"Yoshikazu NANGO\",\"default_profile\":true,\"statuses_count\":1820,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"id\":99508965,\"id_str\":\"99508965\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127780807136903168,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127780807136903168\",\"coordinates\":null},\"source\":\"web\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":1,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:26:57 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"default_profile\":false,\"statuses_count\":2824,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127783007611396097,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127783007611396097\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 16139000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "1d2e7e4d-4940-4a99-a75f-14c972333678-127783007611396097" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem テクノロジーという言語によって、文化的背景から切り離されてさまざまなアーティストと対話できるのが最初は楽しかった。その時点では、「無常」にもとづいて作品をつくっていたわけではまったくない。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem テクノロジーという言語によって、文化的背景から切り離されてさまざまなアーティストと対話できるのが最初は楽しかった。その時点では、「無常」にもとづいて作品をつくっていたわけではまったくない。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 16183000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u30c6\\u30af\\u30ce\\u30ed\\u30b8\\u30fc\\u3068\\u3044\\u3046\\u8a00\\u8a9e\\u306b\\u3088\\u3063\\u3066\\u3001\\u6587\\u5316\\u7684\\u80cc\\u666f\\u304b\\u3089\\u5207\\u308a\\u96e2\\u3055\\u308c\\u3066\\u3055\\u307e\\u3056\\u307e\\u306a\\u30a2\\u30fc\\u30c6\\u30a3\\u30b9\\u30c8\\u3068\\u5bfe\\u8a71\\u3067\\u304d\\u308b\\u306e\\u304c\\u6700\\u521d\\u306f\\u697d\\u3057\\u304b\\u3063\\u305f\\u3002\\u305d\\u306e\\u6642\\u70b9\\u3067\\u306f\\u3001\\u300c\\u7121\\u5e38\\u300d\\u306b\\u3082\\u3068\\u3065\\u3044\\u3066\\u4f5c\\u54c1\\u3092\\u3064\\u304f\\u3063\\u3066\\u3044\\u305f\\u308f\\u3051\\u3067\\u306f\\u307e\\u3063\\u305f\\u304f\\u306a\\u3044\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:27:41 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"default_profile\":true,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":415,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127783189933600768,\"in_reply_to_status_id_str\":null,\"id_str\":\"127783189933600768\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 16183000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "caec0da2-541b-4995-b611-e568db30f919-127783189933600768" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Impermanence dans la culture boudhiste inspiration du travail de Fujihata, contradiction avec l'inscription technologique--", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Impermanence dans la culture boudhiste inspiration du travail de Fujihata, contradiction avec l'inscription technologique--", + "color": "16763904", + "polemics": [ + "KO" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 16235000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Impermanence dans la culture boudhiste inspiration du travail de Fujihata, contradiction avec l'inscription technologique--\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:28:33 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":183,\"default_profile\":true,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":422,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127783409098571777,\"in_reply_to_status_id_str\":null,\"id_str\":\"127783409098571777\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 16235000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "120174d1-35e8-4f33-ad23-ddd0428cf0fd-127783409098571777" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @YashinNoMeisou: 情報学環主宰、フランスでやってるシンポジウム。「カタストロフィとメディア」。さっきから聞きながら作業中。 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: RT @YashinNoMeisou: 情報学環主宰、フランスでやってるシンポジウム。「カタストロフィとメディア」。さっきから聞きながら作業中。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 16399000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @YashinNoMeisou: \\u60c5\\u5831\\u5b66\\u74b0\\u4e3b\\u5bb0\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u3067\\u3084\\u3063\\u3066\\u308b\\u30b7\\u30f3\\u30dd\\u30b8\\u30a6\\u30e0\\u3002\\u300c\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u300d\\u3002\\u3055\\u3063\\u304d\\u304b\\u3089\\u805e\\u304d\\u306a\\u304c\\u3089\\u4f5c\\u696d\\u4e2d\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[73,79]}],\"user_mentions\":[{\"indices\":[3,18],\"name\":\"\\u576a\\u4e95 \\u9065 Haruka TSUBOI\",\"screen_name\":\"YashinNoMeisou\",\"id\":116772378,\"id_str\":\"116772378\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"\\u60c5\\u5831\\u5b66\\u74b0\\u4e3b\\u5bb0\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u3067\\u3084\\u3063\\u3066\\u308b\\u30b7\\u30f3\\u30dd\\u30b8\\u30a6\\u30e0\\u3002\\u300c\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2\\u300d\\u3002\\u3055\\u3063\\u304d\\u304b\\u3089\\u805e\\u304d\\u306a\\u304c\\u3089\\u4f5c\\u696d\\u4e2d\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[53,59]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":3,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:19:44 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":2252,\"location\":\"Itabashi, Tokyo\",\"default_profile\":false,\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":1506,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/127842983\\/mashmans6thaniv_004.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1986\\u5e74\\u751f\\u307e\\u308c\\u3002\\u4e59\\u5973\\u5ea7AB\\u578b\\u5de6\\u5229\\u304d\\u8089\\u98df\\u7cfb\\u7537\\u5b50\\u3002\\u4e2d\\u9000\\u7d4c\\u9a13\\u8005\\u5927\\u5b66\\u751f\\u3002Tweet\\u306f\\u30aa\\u30fc\\u30eb\\u30b8\\u30e3\\u30f3\\u30eb\\u5782\\u308c\\u6d41\\u3057\\u7cfb\\u3002\\u4eba\\u751f\\u6642\\u5dee\\u30dc\\u30b1\\u3002\\u300e\\u91ce\\u5fc3\\u306e\\u8ff7\\u8d70\\u300f\\u306f\\u67d0\\u756a\\u7d44\\u3067\\u306e\\u4ffa\\u306e\\u4e8c\\u3064\\u540d\\u3060\\u3088\\u3002\\u30b3\\u30f3\\u30c6\\u30af\\u30c1\\u30e5\\u30a2\\u30ba\\u53cb\\u306e\\u4f1a\\/\\u30e2\\u30fc\\u30b7\\u30e7\\u30f3\\u30c0\\u30a4\\u90e8\\/azb\\/ICU\\/iii \\u7ba1\\u7406bot\\u2192\\u52a0\\u85e4\\u5468\\u4e00bot,\\u9ed2\\u7e01bot,\\u53e4\\u5f0f\\u82e5\\u8449bot\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Tue Feb 23 14:42:20 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":166,\"geo_enabled\":true,\"profile_use_background_image\":true,\"friends_count\":2001,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/www.amazon.co.jp\\/wishlist\\/3SFAGQUA2YXI7\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1397400309\\/photoofme_normal.jpg\",\"screen_name\":\"YashinNoMeisou\",\"name\":\"\\u576a\\u4e95 \\u9065 Haruka TSUBOI\",\"statuses_count\":29645,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/127842983\\/mashmans6thaniv_004.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1397400309\\/photoofme_normal.jpg\",\"id\":116772378,\"id_str\":\"116772378\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127781190148169728,\"in_reply_to_status_id_str\":null,\"id_str\":\"127781190148169728\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":3,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:31:17 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"default_profile\":false,\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2825,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127784097870385152,\"in_reply_to_status_id_str\":null,\"id_str\":\"127784097870385152\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 16399000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "143c060a-6895-41fa-b63b-c07a3aaeea21-127784097870385152" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "モレルのパノラマ、凄い好きだなー。映像に視点がないって、結構特殊な違和感だった。\n#tfcem", + "img": { + "src": "http://a0.twimg.com/profile_images/1219544500/sekine_no_in_normal.jpg" + }, + "title": "M SEKINE: モレルのパノラマ、凄い好きだなー。映像に視点がないって、結構特殊な違和感だった。\n#tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 16407000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u30e2\\u30ec\\u30eb\\u306e\\u30d1\\u30ce\\u30e9\\u30de\\u3001\\u51c4\\u3044\\u597d\\u304d\\u3060\\u306a\\u30fc\\u3002\\u6620\\u50cf\\u306b\\u8996\\u70b9\\u304c\\u306a\\u3044\\u3063\\u3066\\u3001\\u7d50\\u69cb\\u7279\\u6b8a\\u306a\\u9055\\u548c\\u611f\\u3060\\u3063\\u305f\\u3002\\n#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[41,47]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:31:25 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":31,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"ffffff\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":273,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"f02b2b\",\"description\":\"\\u6708-\\u91d1 \\u7814\\u7a76\\u8005\\u898b\\u7fd2\\u3044\\u3001\\u571f\\u65e5\\u7f8e\\u8853\\u5bb6\\u3001\\u3068\\u3044\\u3046\\u3053\\u3068\\u306b\\u3057\\u3066\\u3044\\u307e\\u3059\\u3002\\r\\n\\r\\nhttp:\\/\\/sekines.net\\r\\nhttp:\\/\\/soundcloud.com\\/emushi_lostworks2\\r\\nhttp:\\/\\/www.mixcloud.com\\/emushi\\/\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Jan 05 20:00:25 +0000 2008\",\"profile_sidebar_border_color\":\"730b0b\",\"is_translator\":false,\"default_profile\":false,\"listed_count\":18,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":212,\"protected\":false,\"profile_text_color\":\"453a3a\",\"url\":\"http:\\/\\/soundcloud.com\\/emushi\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1219544500\\/sekine_no_in_normal.jpg\",\"screen_name\":\"emushi\",\"name\":\"M SEKINE\",\"statuses_count\":5090,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1219544500\\/sekine_no_in_normal.jpg\",\"id\":11884862,\"id_str\":\"11884862\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"5b46bf\"},\"retweeted\":false,\"id\":127784129935843328,\"in_reply_to_status_id_str\":null,\"id_str\":\"127784129935843328\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 16407000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "acd10964-10fb-4183-872a-1c84ab2ce63b-127784129935843328" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 「モレルのパノラマ」は、パノプティコン構造を変換し、囚人と看守が同一になる。パノプティコン構造を体感させる装置。(藤幡)", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 「モレルのパノラマ」は、パノプティコン構造を変換し、囚人と看守が同一になる。パノプティコン構造を体感させる装置。(藤幡)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 16517000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u300c\\u30e2\\u30ec\\u30eb\\u306e\\u30d1\\u30ce\\u30e9\\u30de\\u300d\\u306f\\u3001\\u30d1\\u30ce\\u30d7\\u30c6\\u30a3\\u30b3\\u30f3\\u69cb\\u9020\\u3092\\u5909\\u63db\\u3057\\u3001\\u56da\\u4eba\\u3068\\u770b\\u5b88\\u304c\\u540c\\u4e00\\u306b\\u306a\\u308b\\u3002\\u30d1\\u30ce\\u30d7\\u30c6\\u30a3\\u30b3\\u30f3\\u69cb\\u9020\\u3092\\u4f53\\u611f\\u3055\\u305b\\u308b\\u88c5\\u7f6e\\u3002\\uff08\\u85e4\\u5e61\\uff09\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:33:15 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"default_profile\":true,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":416,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127784591326068738,\"in_reply_to_status_id_str\":null,\"id_str\":\"127784591326068738\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 16517000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b47d1780-7a11-444b-9323-b9b31350a30c-127784591326068738" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Fujihata déploie une rétention primaire temps réel, un miroir de l'altérité. Quel moment de rétention secondaire, la carte ??", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Fujihata déploie une rétention primaire temps réel, un miroir de l'altérité. Quel moment de rétention secondaire, la carte ??", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 16534000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Fujihata d\\u00e9ploie une r\\u00e9tention primaire temps r\\u00e9el, un miroir de l'alt\\u00e9rit\\u00e9. Quel moment de r\\u00e9tention secondaire, la carte ??\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:33:32 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":183,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":423,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127784665150005249,\"in_reply_to_status_id_str\":null,\"id_str\":\"127784665150005249\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 16534000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "a6b557f8-ed99-46fa-ba28-a2cdd99aaa1e-127784665150005249" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @y_nango ロバン・ルヌッチ氏のセッションが終わって、藤幡正樹さんの講演が始まりました。http://t.co/nIPmMi67 #tfcem", + "img": { + "src": "http://a2.twimg.com/profile_images/1174245296/prof_normal.JPG" + }, + "title": "河村書店: RT @y_nango ロバン・ルヌッチ氏のセッションが終わって、藤幡正樹さんの講演が始まりました。http://t.co/nIPmMi67 #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 17220000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @y_nango \\u30ed\\u30d0\\u30f3\\u30fb\\u30eb\\u30cc\\u30c3\\u30c1\\u6c0f\\u306e\\u30bb\\u30c3\\u30b7\\u30e7\\u30f3\\u304c\\u7d42\\u308f\\u3063\\u3066\\u3001\\u85e4\\u5e61\\u6b63\\u6a39\\u3055\\u3093\\u306e\\u8b1b\\u6f14\\u304c\\u59cb\\u307e\\u308a\\u307e\\u3057\\u305f\\u3002http:\\/\\/t.co\\/nIPmMi67 #tfcem\",\"in_reply_to_user_id_str\":\"99508965\",\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[50,70],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/nIPmMi67\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[71,77]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"Yoshikazu NANGO\",\"screen_name\":\"y_nango\",\"id\":99508965,\"id_str\":\"99508965\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":99508965,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:44:58 +0000 2011\",\"in_reply_to_status_id\":127780807136903168,\"geo\":null,\"in_reply_to_screen_name\":\"y_nango\",\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":2059,\"location\":\"\\u305d\\u3053\\u3089\\u8fba\\u308a\",\"notifications\":null,\"profile_background_color\":\"EDECE9\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":4570,\"default_profile\":false,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"description\":\"\\u901a\\u308a\\u3059\\u304c\\u308a\\u306e\\u7de8\\u96c6\\u696d\\u8005\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Jun 07 08:13:05 +0000 2008\",\"profile_sidebar_border_color\":\"D3D2CF\",\"is_translator\":false,\"listed_count\":750,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":40,\"protected\":false,\"profile_text_color\":\"634047\",\"url\":\"http:\\/\\/d.hatena.ne.jp\\/NEAT\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1174245296\\/prof_normal.JPG\",\"screen_name\":\"consaba\",\"name\":\"\\u6cb3\\u6751\\u66f8\\u5e97\",\"statuses_count\":48567,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1174245296\\/prof_normal.JPG\",\"id\":15036765,\"id_str\":\"15036765\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"088253\"},\"retweeted\":false,\"id\":127787538885779456,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":\"127780807136903168\",\"id_str\":\"127787538885779456\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 17220000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "3260307d-155c-468f-83b5-cdb27bb9756a-127787538885779456" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 視覚次元で生み出される分割された多次元性と、聴覚次元でのそれとの違い。聴覚的要素の方が、特定の空間にもとづくより一般的な身体性に引き戻すようにも思われる。この両者の関係はどのように考えられていたか?聴覚と時間の関係は???", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 視覚次元で生み出される分割された多次元性と、聴覚次元でのそれとの違い。聴覚的要素の方が、特定の空間にもとづくより一般的な身体性に引き戻すようにも思われる。この両者の関係はどのように考えられていたか?聴覚と時間の関係は???", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 17409000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u8996\\u899a\\u6b21\\u5143\\u3067\\u751f\\u307f\\u51fa\\u3055\\u308c\\u308b\\u5206\\u5272\\u3055\\u308c\\u305f\\u591a\\u6b21\\u5143\\u6027\\u3068\\u3001\\u8074\\u899a\\u6b21\\u5143\\u3067\\u306e\\u305d\\u308c\\u3068\\u306e\\u9055\\u3044\\u3002\\u8074\\u899a\\u7684\\u8981\\u7d20\\u306e\\u65b9\\u304c\\u3001\\u7279\\u5b9a\\u306e\\u7a7a\\u9593\\u306b\\u3082\\u3068\\u3065\\u304f\\u3088\\u308a\\u4e00\\u822c\\u7684\\u306a\\u8eab\\u4f53\\u6027\\u306b\\u5f15\\u304d\\u623b\\u3059\\u3088\\u3046\\u306b\\u3082\\u601d\\u308f\\u308c\\u308b\\u3002\\u3053\\u306e\\u4e21\\u8005\\u306e\\u95a2\\u4fc2\\u306f\\u3069\\u306e\\u3088\\u3046\\u306b\\u8003\\u3048\\u3089\\u308c\\u3066\\u3044\\u305f\\u304b\\uff1f\\u8074\\u899a\\u3068\\u6642\\u9593\\u306e\\u95a2\\u4fc2\\u306f\\uff1f??\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:48:07 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":117,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":417,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127788331344990208,\"in_reply_to_status_id_str\":null,\"id_str\":\"127788331344990208\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 17409000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "aca4a01f-baba-4a91-ba59-2f068c530bab-127788331344990208" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Simultaneous Echoes de Fujihata: des Lignes de temps ou des Lignes d'espace ? les pistes sont brouillées. Quelle grammatisation ??", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Simultaneous Echoes de Fujihata: des Lignes de temps ou des Lignes d'espace ? les pistes sont brouillées. Quelle grammatisation ??", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 17449000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Simultaneous Echoes de Fujihata: des Lignes de temps ou des Lignes d'espace ? les pistes sont brouill\\u00e9es. Quelle grammatisation ??\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:48:47 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":true,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":183,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":424,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127788501809897472,\"in_reply_to_status_id_str\":null,\"id_str\":\"127788501809897472\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 17449000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "c2f57316-1b89-44b4-b744-8b56aabca21b-127788501809897472" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @k_t_618: #tfcem 視覚次元で生み出される分割された多次元性と、聴覚次元でのそれとの違い。聴覚的要素の方が、特定の空間にもとづくより一般的な身体性に引き戻すようにも思われる。この両者の関係はどのように考えられていたか?聴覚と時間の関係は???", + "img": { + "src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_4_normal.png" + }, + "title": "yinutsuka: RT @k_t_618: #tfcem 視覚次元で生み出される分割された多次元性と、聴覚次元でのそれとの違い。聴覚的要素の方が、特定の空間にもとづくより一般的な身体性に引き戻すようにも思われる。この両者の関係はどのように考えられていたか?聴覚と時間の関係は???", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 17522000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @k_t_618: #tfcem \\u8996\\u899a\\u6b21\\u5143\\u3067\\u751f\\u307f\\u51fa\\u3055\\u308c\\u308b\\u5206\\u5272\\u3055\\u308c\\u305f\\u591a\\u6b21\\u5143\\u6027\\u3068\\u3001\\u8074\\u899a\\u6b21\\u5143\\u3067\\u306e\\u305d\\u308c\\u3068\\u306e\\u9055\\u3044\\u3002\\u8074\\u899a\\u7684\\u8981\\u7d20\\u306e\\u65b9\\u304c\\u3001\\u7279\\u5b9a\\u306e\\u7a7a\\u9593\\u306b\\u3082\\u3068\\u3065\\u304f\\u3088\\u308a\\u4e00\\u822c\\u7684\\u306a\\u8eab\\u4f53\\u6027\\u306b\\u5f15\\u304d\\u623b\\u3059\\u3088\\u3046\\u306b\\u3082\\u601d\\u308f\\u308c\\u308b\\u3002\\u3053\\u306e\\u4e21\\u8005\\u306e\\u95a2\\u4fc2\\u306f\\u3069\\u306e\\u3088\\u3046\\u306b\\u8003\\u3048\\u3089\\u308c\\u3066\\u3044\\u305f\\u304b\\uff1f\\u8074\\u899a\\u3068\\u6642\\u9593\\u306e\\u95a2\\u4fc2\\u306f\\uff1f??\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[13,19]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"k_t_618\",\"screen_name\":\"k_t_618\",\"id\":15015946,\"id_str\":\"15015946\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"#tfcem \\u8996\\u899a\\u6b21\\u5143\\u3067\\u751f\\u307f\\u51fa\\u3055\\u308c\\u308b\\u5206\\u5272\\u3055\\u308c\\u305f\\u591a\\u6b21\\u5143\\u6027\\u3068\\u3001\\u8074\\u899a\\u6b21\\u5143\\u3067\\u306e\\u305d\\u308c\\u3068\\u306e\\u9055\\u3044\\u3002\\u8074\\u899a\\u7684\\u8981\\u7d20\\u306e\\u65b9\\u304c\\u3001\\u7279\\u5b9a\\u306e\\u7a7a\\u9593\\u306b\\u3082\\u3068\\u3065\\u304f\\u3088\\u308a\\u4e00\\u822c\\u7684\\u306a\\u8eab\\u4f53\\u6027\\u306b\\u5f15\\u304d\\u623b\\u3059\\u3088\\u3046\\u306b\\u3082\\u601d\\u308f\\u308c\\u308b\\u3002\\u3053\\u306e\\u4e21\\u8005\\u306e\\u95a2\\u4fc2\\u306f\\u3069\\u306e\\u3088\\u3046\\u306b\\u8003\\u3048\\u3089\\u308c\\u3066\\u3044\\u305f\\u304b\\uff1f\\u8074\\u899a\\u3068\\u6642\\u9593\\u306e\\u95a2\\u4fc2\\u306f\\uff1f??\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"1\",\"retweeters\":[389276066],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:48:07 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":119,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":417,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127788331344990208,\"in_reply_to_status_id_str\":null,\"id_str\":\"127788331344990208\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:50:00 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":null,\"created_at\":\"Wed Oct 12 04:22:11 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":0,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":4,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"screen_name\":\"yuomnis\",\"name\":\"yinutsuka\",\"statuses_count\":5,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"id\":389276066,\"id_str\":\"389276066\",\"verified\":false,\"utc_offset\":null,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127788806203117569,\"in_reply_to_status_id_str\":null,\"id_str\":\"127788806203117569\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 17522000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "1322a56f-5fba-4da8-8a04-ed4b43225c7e-127788806203117569" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "藤幡先生、ニホンゴと英語と並列表記してる。(そこかい)\nhttp://t.co/eCcL25ve #tfcem", + "img": { + "src": "http://a1.twimg.com/profile_images/1345236581/tohoku_normal.jpg" + }, + "title": "awagak anir: 藤幡先生、ニホンゴと英語と並列表記してる。(そこかい)\nhttp://t.co/eCcL25ve #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 17640000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u85e4\\u5e61\\u5148\\u751f\\u3001\\u30cb\\u30db\\u30f3\\u30b4\\u3068\\u82f1\\u8a9e\\u3068\\u4e26\\u5217\\u8868\\u8a18\\u3057\\u3066\\u308b\\u3002\\uff08\\u305d\\u3053\\u304b\\u3044\\uff09\\nhttp:\\/\\/t.co\\/eCcL25ve\\u3000#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[28,48],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/eCcL25ve\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[49,55]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:51:58 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":148,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":414,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"(CC BY-NC 2.1)http:\\/\\/web.sc.itc dot keio dot ac.jp\\/pharm\\/index-jp.html http:\\/\\/bpwakate.net\\/ \\u30af\\u30b5\\u30ea\\u30d8\\u30d3\\u79d1\\u30de\\u30e0\\u30b7\\u4e9c\\u79d1\\u30ac\\u30e9\\u30ac\\u30e9\\u30d8\\u30d3\\u5c5e\\u30e8\\u30b3\\u30d0\\u30a4\\u30ac\\u30e9\\u30ac\\u30e9\\u30d8\\u30d3\\/TRE_Forum\\u52dd\\u624b\\u306b\\u5ba3\\u4f1d\\u90e8\\u9577\\/DBCLS\\u51fa\\u7981\\u4e2d\",\"default_profile\":false,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Tue Jan 26 19:11:22 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":28,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1639,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1345236581\\/tohoku_normal.jpg\",\"screen_name\":\"rinabou_k\",\"name\":\"awagak anir\",\"statuses_count\":11758,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1345236581\\/tohoku_normal.jpg\",\"id\":108689515,\"id_str\":\"108689515\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127789304184442880,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127789304184442880\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 17640000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "7c6b0dc9-c54f-40a7-9dc2-03eb2ed95062-127789304184442880" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 浄土は英語でpure landと訳されている。サンリオ・ピューロランドを思い起こさせる(笑)。(藤幡)", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem 浄土は英語でpure landと訳されている。サンリオ・ピューロランドを思い起こさせる(笑)。(藤幡)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 17659000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u6d44\\u571f\\u306f\\u82f1\\u8a9e\\u3067pure land\\u3068\\u8a33\\u3055\\u308c\\u3066\\u3044\\u308b\\u3002\\u30b5\\u30f3\\u30ea\\u30aa\\u30fb\\u30d4\\u30e5\\u30fc\\u30ed\\u30e9\\u30f3\\u30c9\\u3092\\u601d\\u3044\\u8d77\\u3053\\u3055\\u305b\\u308b\\uff08\\u7b11\\uff09\\u3002\\uff08\\u85e4\\u5e61\\uff09\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:52:17 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":119,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":418,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127789383217713152,\"in_reply_to_status_id_str\":null,\"id_str\":\"127789383217713152\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 17659000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "6e02fa6b-b7fe-4de0-bc44-fa96ca186d21-127789383217713152" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Les temples boudhistes érigées comme témoin de la terre pure ? Gaia la terre mère animiste ou une vision de l'au-delà ??", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Les temples boudhistes érigées comme témoin de la terre pure ? Gaia la terre mère animiste ou une vision de l'au-delà ??", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 17773000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Les temples boudhistes \\u00e9rig\\u00e9es comme t\\u00e9moin de la terre pure ? Gaia la terre m\\u00e8re animiste ou une vision de l'au-del\\u00e0 ??\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:54:11 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":183,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":425,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127789859225088001,\"in_reply_to_status_id_str\":null,\"id_str\":\"127789859225088001\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 17773000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "693f841d-9003-4a79-add7-06c11efbc197-127789859225088001" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "先ほどの映像、空間のスケールとか形とか違ったのが気になった。1つ目はパーソナルスケールの空間。2つ目は、視点は多くあるが、中心を持たない、川のように流れてく空間。最後は、幾つもの視点が一つの周縁と中心を持って閉じている様な空間。 #tfcem", + "img": { + "src": "http://a0.twimg.com/profile_images/1219544500/sekine_no_in_normal.jpg" + }, + "title": "M SEKINE: 先ほどの映像、空間のスケールとか形とか違ったのが気になった。1つ目はパーソナルスケールの空間。2つ目は、視点は多くあるが、中心を持たない、川のように流れてく空間。最後は、幾つもの視点が一つの周縁と中心を持って閉じている様な空間。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 17799000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u5148\\u307b\\u3069\\u306e\\u6620\\u50cf\\u3001\\u7a7a\\u9593\\u306e\\u30b9\\u30b1\\u30fc\\u30eb\\u3068\\u304b\\u5f62\\u3068\\u304b\\u9055\\u3063\\u305f\\u306e\\u304c\\u6c17\\u306b\\u306a\\u3063\\u305f\\u3002\\uff11\\u3064\\u76ee\\u306f\\u30d1\\u30fc\\u30bd\\u30ca\\u30eb\\u30b9\\u30b1\\u30fc\\u30eb\\u306e\\u7a7a\\u9593\\u3002\\uff12\\u3064\\u76ee\\u306f\\u3001\\u8996\\u70b9\\u306f\\u591a\\u304f\\u3042\\u308b\\u304c\\u3001\\u4e2d\\u5fc3\\u3092\\u6301\\u305f\\u306a\\u3044\\u3001\\u5ddd\\u306e\\u3088\\u3046\\u306b\\u6d41\\u308c\\u3066\\u304f\\u7a7a\\u9593\\u3002\\u6700\\u5f8c\\u306f\\u3001\\u5e7e\\u3064\\u3082\\u306e\\u8996\\u70b9\\u304c\\u4e00\\u3064\\u306e\\u5468\\u7e01\\u3068\\u4e2d\\u5fc3\\u3092\\u6301\\u3063\\u3066\\u9589\\u3058\\u3066\\u3044\\u308b\\u69d8\\u306a\\u7a7a\\u9593\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[115,121]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:54:37 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":31,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"ffffff\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":273,\"default_profile\":false,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"f02b2b\",\"description\":\"\\u6708-\\u91d1 \\u7814\\u7a76\\u8005\\u898b\\u7fd2\\u3044\\u3001\\u571f\\u65e5\\u7f8e\\u8853\\u5bb6\\u3001\\u3068\\u3044\\u3046\\u3053\\u3068\\u306b\\u3057\\u3066\\u3044\\u307e\\u3059\\u3002\\r\\n\\r\\nhttp:\\/\\/sekines.net\\r\\nhttp:\\/\\/soundcloud.com\\/emushi_lostworks2\\r\\nhttp:\\/\\/www.mixcloud.com\\/emushi\\/\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Jan 05 20:00:25 +0000 2008\",\"profile_sidebar_border_color\":\"730b0b\",\"is_translator\":false,\"listed_count\":18,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":212,\"protected\":false,\"profile_text_color\":\"453a3a\",\"url\":\"http:\\/\\/soundcloud.com\\/emushi\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1219544500\\/sekine_no_in_normal.jpg\",\"screen_name\":\"emushi\",\"name\":\"M SEKINE\",\"statuses_count\":5091,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1219544500\\/sekine_no_in_normal.jpg\",\"id\":11884862,\"id_str\":\"11884862\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"5b46bf\"},\"retweeted\":false,\"id\":127789968323125249,\"in_reply_to_status_id_str\":null,\"id_str\":\"127789968323125249\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 17799000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "005b0aa7-135b-430a-9342-6894bf3b5c46-127789968323125249" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Finalement l'impermanence, l'intemporalité de Fujihata : une transcendance ou une immanence??", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Finalement l'impermanence, l'intemporalité de Fujihata : une transcendance ou une immanence??", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 17891000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Finalement l'impermanence, l'intemporalit\\u00e9 de Fujihata : une transcendance ou une immanence??\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:56:09 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"default_profile\":true,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":183,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":426,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127790353146327041,\"in_reply_to_status_id_str\":null,\"id_str\":\"127790353146327041\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 17891000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b1618884-c5f8-48d7-8538-81fa5b73cb71-127790353146327041" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem アイゼンハワーによるAdoms for peaceと題された講演。この名前をもとにしてこの発表のタイトルを選んだ。(吉見)", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem アイゼンハワーによるAdoms for peaceと題された講演。この名前をもとにしてこの発表のタイトルを選んだ。(吉見)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 18091000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u30a2\\u30a4\\u30bc\\u30f3\\u30cf\\u30ef\\u30fc\\u306b\\u3088\\u308bAdoms for peace\\u3068\\u984c\\u3055\\u308c\\u305f\\u8b1b\\u6f14\\u3002\\u3053\\u306e\\u540d\\u524d\\u3092\\u3082\\u3068\\u306b\\u3057\\u3066\\u3053\\u306e\\u767a\\u8868\\u306e\\u30bf\\u30a4\\u30c8\\u30eb\\u3092\\u9078\\u3093\\u3060\\u3002\\uff08\\u5409\\u898b\\uff09\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:59:29 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":119,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":true,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":419,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127791192539803649,\"in_reply_to_status_id_str\":null,\"id_str\":\"127791192539803649\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 18091000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "ee42033d-f430-488d-8105-261ec3424a6d-127791192539803649" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Yoshimi, sociologue des médias japonais. L'atome pour le rêve vendu par les américains aux japonais.", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Yoshimi, sociologue des médias japonais. L'atome pour le rêve vendu par les américains aux japonais.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 18126000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Yoshimi, sociologue des m\\u00e9dias japonais. L'atome pour le r\\u00eave vendu par les am\\u00e9ricains aux japonais.\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:00:04 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":183,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"default_profile\":true,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":427,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127791341135597569,\"in_reply_to_status_id_str\":null,\"id_str\":\"127791341135597569\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 18126000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "96eb9e16-2ec7-4ab6-acf0-00701283a9c4-127791341135597569" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "ラストの吉見俊哉先生の講演が始まりました。http://t.co/wPy3MUc9 #tfcem", + "img": { + "src": "http://a2.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" + }, + "title": "Yoshikazu NANGO: ラストの吉見俊哉先生の講演が始まりました。http://t.co/wPy3MUc9 #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 18215000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u30e9\\u30b9\\u30c8\\u306e\\u5409\\u898b\\u4fca\\u54c9\\u5148\\u751f\\u306e\\u8b1b\\u6f14\\u304c\\u59cb\\u307e\\u308a\\u307e\\u3057\\u305f\\u3002http:\\/\\/t.co\\/wPy3MUc9 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[21,41],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/wPy3MUc9\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[42,48]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:01:33 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1818,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u5357\\u5f8c\\u7531\\u548c\\u30021979\\u5e74\\u5927\\u962a\\u5e9c\\u751f\\u307e\\u308c\\u3002\\u6771\\u4eac\\u5927\\u5b66\\u5927\\u5b66\\u9662\\u60c5\\u5831\\u5b66\\u74b0\\u7279\\u4efb\\u8b1b\\u5e2b\\u3002\\u793e\\u4f1a\\u5b66\\u3001\\u90fd\\u5e02\\u30fb\\u5efa\\u7bc9\\u8ad6\\u3002\\u6851\\u6ca2\\u30c7\\u30b6\\u30a4\\u30f3\\u7814\\u7a76\\u6240\\u3001\\u99d2\\u6fa4\\u5927\\u5b66\\u3001\\u6cd5\\u653f\\u5927\\u5b66\\u3001\\u65e9\\u7a32\\u7530\\u5927\\u5b66\\u975e\\u5e38\\u52e4\\u8b1b\\u5e2b\\u3002\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Dec 26 14:10:04 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":180,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":216,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"screen_name\":\"y_nango\",\"name\":\"Yoshikazu NANGO\",\"statuses_count\":1821,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"id\":99508965,\"id_str\":\"99508965\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127791714818719744,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127791714818719744\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 18215000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "2ddfec8e-34e8-47cf-a92e-f10a864c4915-127791714818719744" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "吉見俊哉先生の講演「放射能の雨の中をアメリカの傘さして」が始まった。Atoms for Dream: Holding the American Umbrella in the Atomic Driving Rain #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: 吉見俊哉先生の講演「放射能の雨の中をアメリカの傘さして」が始まった。Atoms for Dream: Holding the American Umbrella in the Atomic Driving Rain #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 18226000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u5409\\u898b\\u4fca\\u54c9\\u5148\\u751f\\u306e\\u8b1b\\u6f14\\u300c\\u653e\\u5c04\\u80fd\\u306e\\u96e8\\u306e\\u4e2d\\u3092\\u30a2\\u30e1\\u30ea\\u30ab\\u306e\\u5098\\u3055\\u3057\\u3066\\u300d\\u304c\\u59cb\\u307e\\u3063\\u305f\\u3002Atoms for Dream: Holding the American Umbrella in the Atomic Driving Rain #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[108,114]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:01:44 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"default_profile\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2826,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127791758275915776,\"in_reply_to_status_id_str\":null,\"id_str\":\"127791758275915776\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 18226000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "37a07b4c-8b78-48d6-9900-cd3ccc7f2bde-127791758275915776" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem サブタイトルは、日本戦後憲法の草案作成の際にアメリカの高官が言った、日本を覆う核の傘についての言葉をもじっている。", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem サブタイトルは、日本戦後憲法の草案作成の際にアメリカの高官が言った、日本を覆う核の傘についての言葉をもじっている。", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 18297000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u30b5\\u30d6\\u30bf\\u30a4\\u30c8\\u30eb\\u306f\\u3001\\u65e5\\u672c\\u6226\\u5f8c\\u61b2\\u6cd5\\u306e\\u8349\\u6848\\u4f5c\\u6210\\u306e\\u969b\\u306b\\u30a2\\u30e1\\u30ea\\u30ab\\u306e\\u9ad8\\u5b98\\u304c\\u8a00\\u3063\\u305f\\u3001\\u65e5\\u672c\\u3092\\u8986\\u3046\\u6838\\u306e\\u5098\\u306b\\u3064\\u3044\\u3066\\u306e\\u8a00\\u8449\\u3092\\u3082\\u3058\\u3063\\u3066\\u3044\\u308b\\u3002\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:02:55 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":13,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":120,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"statuses_count\":420,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"id_str\":\"15015946\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127792057505943552,\"in_reply_to_status_id_str\":null,\"id_str\":\"127792057505943552\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 18297000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "c25b5f36-dcb0-484c-ac74-4105953bef41-127792057505943552" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "空間意識や視点って、社会構造の基盤になるような影響力を持っているけれど、こうやって併置してみると、そのフィクショナルな性格というものがよく見えてくるなあ、と僕は感じました。 #tfcem", + "img": { + "src": "http://a0.twimg.com/profile_images/1219544500/sekine_no_in_normal.jpg" + }, + "title": "M SEKINE: 空間意識や視点って、社会構造の基盤になるような影響力を持っているけれど、こうやって併置してみると、そのフィクショナルな性格というものがよく見えてくるなあ、と僕は感じました。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 18342000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u7a7a\\u9593\\u610f\\u8b58\\u3084\\u8996\\u70b9\\u3063\\u3066\\u3001\\u793e\\u4f1a\\u69cb\\u9020\\u306e\\u57fa\\u76e4\\u306b\\u306a\\u308b\\u3088\\u3046\\u306a\\u5f71\\u97ff\\u529b\\u3092\\u6301\\u3063\\u3066\\u3044\\u308b\\u3051\\u308c\\u3069\\u3001\\u3053\\u3046\\u3084\\u3063\\u3066\\u4f75\\u7f6e\\u3057\\u3066\\u307f\\u308b\\u3068\\u3001\\u305d\\u306e\\u30d5\\u30a3\\u30af\\u30b7\\u30e7\\u30ca\\u30eb\\u306a\\u6027\\u683c\\u3068\\u3044\\u3046\\u3082\\u306e\\u304c\\u3088\\u304f\\u898b\\u3048\\u3066\\u304f\\u308b\\u306a\\u3042\\u3001\\u3068\\u50d5\\u306f\\u611f\\u3058\\u307e\\u3057\\u305f\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[87,93]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:03:40 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":31,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"ffffff\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":273,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"f02b2b\",\"description\":\"\\u6708-\\u91d1 \\u7814\\u7a76\\u8005\\u898b\\u7fd2\\u3044\\u3001\\u571f\\u65e5\\u7f8e\\u8853\\u5bb6\\u3001\\u3068\\u3044\\u3046\\u3053\\u3068\\u306b\\u3057\\u3066\\u3044\\u307e\\u3059\\u3002\\r\\n\\r\\nhttp:\\/\\/sekines.net\\r\\nhttp:\\/\\/soundcloud.com\\/emushi_lostworks2\\r\\nhttp:\\/\\/www.mixcloud.com\\/emushi\\/\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Jan 05 20:00:25 +0000 2008\",\"profile_sidebar_border_color\":\"730b0b\",\"is_translator\":false,\"listed_count\":18,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":212,\"protected\":false,\"default_profile\":false,\"profile_text_color\":\"453a3a\",\"url\":\"http:\\/\\/soundcloud.com\\/emushi\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1219544500\\/sekine_no_in_normal.jpg\",\"screen_name\":\"emushi\",\"name\":\"M SEKINE\",\"statuses_count\":5092,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1219544500\\/sekine_no_in_normal.jpg\",\"id\":11884862,\"id_str\":\"11884862\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"5b46bf\"},\"retweeted\":false,\"id\":127792246711001090,\"in_reply_to_status_id_str\":null,\"id_str\":\"127792246711001090\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 18342000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "00a5a160-4102-4da7-a20d-8e9f27c5b7e0-127792246711001090" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Pas de témoin ici ! RT @vincentpuig #tfcem Les temples boudhistes érigées comme témoin de la terre pure ? Gaia la terre mère animiste...", + "img": { + "src": "http://a3.twimg.com/profile_images/1140320808/corse_normal.jpg" + }, + "title": "le lâche: Pas de témoin ici ! RT @vincentpuig #tfcem Les temples boudhistes érigées comme témoin de la terre pure ? Gaia la terre mère animiste...", + "color": "16763904", + "polemics": [ + "Q" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 18453000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"Pas de t\\u00e9moin ici ! RT @vincentpuig #tfcem Les temples boudhistes \\u00e9rig\\u00e9es comme t\\u00e9moin de la terre pure ? Gaia la terre m\\u00e8re animiste...\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[36,42]}],\"user_mentions\":[{\"indices\":[23,35],\"name\":\"Vincent Puig\",\"screen_name\":\"vincentpuig\",\"id\":68424173,\"id_str\":\"68424173\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitterfeed.com\\\" rel=\\\"nofollow\\\"\\u003Etwitterfeed\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:05:31 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"fr\",\"profile_background_tile\":false,\"followers_count\":126,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"J'ai rien vu, rien entendu : j'\\u00e9tais occup\\u00e9 \\u00e0 compter les subventions europ\\u00e9ennes.\",\"following\":null,\"time_zone\":null,\"created_at\":\"Fri Oct 08 22:55:17 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":6,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":0,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1140320808\\/corse_normal.jpg\",\"screen_name\":\"CorseMafieuse\",\"name\":\"le l\\u00e2che\",\"statuses_count\":17997,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1140320808\\/corse_normal.jpg\",\"id\":200291258,\"id_str\":\"200291258\",\"default_profile\":true,\"verified\":false,\"utc_offset\":null,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127792711792197632,\"in_reply_to_status_id_str\":null,\"id_str\":\"127792711792197632\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 18453000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "6f1d354a-3250-48ac-8c78-553d946d2e32-127792711792197632" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "日本の歴史における大きなカタストロフィ。関東大震災(1923)、敗戦(1945)、阪神・淡路大震災(1995)、東日本大震災(2011)。天災と人災と。1945年と1995年の間の50年間。長い\"戦後\"。 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: 日本の歴史における大きなカタストロフィ。関東大震災(1923)、敗戦(1945)、阪神・淡路大震災(1995)、東日本大震災(2011)。天災と人災と。1945年と1995年の間の50年間。長い\"戦後\"。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 18659000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u65e5\\u672c\\u306e\\u6b74\\u53f2\\u306b\\u304a\\u3051\\u308b\\u5927\\u304d\\u306a\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3002\\u95a2\\u6771\\u5927\\u9707\\u707d\\uff081923\\uff09\\u3001\\u6557\\u6226\\uff081945\\uff09\\u3001\\u962a\\u795e\\u30fb\\u6de1\\u8def\\u5927\\u9707\\u707d\\uff081995\\uff09\\u3001\\u6771\\u65e5\\u672c\\u5927\\u9707\\u707d\\uff082011\\uff09\\u3002\\u5929\\u707d\\u3068\\u4eba\\u707d\\u3068\\u30021945\\u5e74\\u30681995\\u5e74\\u306e\\u9593\\u306e50\\u5e74\\u9593\\u3002\\u9577\\u3044\\\"\\u6226\\u5f8c\\\"\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[103,109]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:08:57 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2827,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127793577731432448,\"in_reply_to_status_id_str\":null,\"id_str\":\"127793577731432448\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 18659000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "8d5ef86b-fb5c-4065-af48-0bc1bc01fd1f-127793577731432448" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "東日本大震災後に人々が信用したのは天皇・皇后と、支援に来た米軍。1945年の敗戦後と同じ状況。 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: 東日本大震災後に人々が信用したのは天皇・皇后と、支援に来た米軍。1945年の敗戦後と同じ状況。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 18849000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u6771\\u65e5\\u672c\\u5927\\u9707\\u707d\\u5f8c\\u306b\\u4eba\\u3005\\u304c\\u4fe1\\u7528\\u3057\\u305f\\u306e\\u306f\\u5929\\u7687\\u30fb\\u7687\\u540e\\u3068\\u3001\\u652f\\u63f4\\u306b\\u6765\\u305f\\u7c73\\u8ecd\\u30021945\\u5e74\\u306e\\u6557\\u6226\\u5f8c\\u3068\\u540c\\u3058\\u72b6\\u6cc1\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[48,54]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:12:07 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"default_profile\":false,\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2828,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127794371671244800,\"in_reply_to_status_id_str\":null,\"id_str\":\"127794371671244800\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 18849000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "0e7e57b1-4bc3-4984-8703-03f015c93613-127794371671244800" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem Catastophes naturelles et catastrophes historiques quel rapport ? Une statue de la liberté épargnée par le séisme, fascination --", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem Catastophes naturelles et catastrophes historiques quel rapport ? Une statue de la liberté épargnée par le séisme, fascination --", + "color": "16763904", + "polemics": [ + "Q", + "KO" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 18849000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem Catastophes naturelles et catastrophes historiques quel rapport ? Une statue de la libert\\u00e9 \\u00e9pargn\\u00e9e par le s\\u00e9isme, fascination --\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:12:07 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":184,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"default_profile\":true,\"statuses_count\":427,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127794371952263168,\"in_reply_to_status_id_str\":null,\"id_str\":\"127794371952263168\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 18849000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "d20f81c3-31d6-443d-b766-673ccd39ee82-127794371952263168" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem L'histoire n'obéit pas à des lois mathématiques. Curieuse tentative d'établir un sens de l'histoire--", + "img": { + "src": "http://a1.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" + }, + "title": "Vincent Puig: #tfcem L'histoire n'obéit pas à des lois mathématiques. Curieuse tentative d'établir un sens de l'histoire--", + "color": "16763904", + "polemics": [ + "KO" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 19100000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem L'histoire n'ob\\u00e9it pas \\u00e0 des lois math\\u00e9matiques. Curieuse tentative d'\\u00e9tablir un sens de l'histoire--\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:16:18 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Paris, France\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":184,\"default_profile\":true,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Co-founder of IRI\\/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\",\"following\":null,\"time_zone\":\"Paris\",\"created_at\":\"Mon Aug 24 14:49:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":11,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/www.iri.centrepompidou.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"screen_name\":\"vincentpuig\",\"name\":\"Vincent Puig\",\"statuses_count\":429,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/379424006\\/PortaitVP120Ko_normal.jpg\",\"id\":68424173,\"id_str\":\"68424173\",\"verified\":false,\"utc_offset\":3600,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127795427163643904,\"in_reply_to_status_id_str\":null,\"id_str\":\"127795427163643904\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 19100000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "85864c83-7383-4f42-8755-e8e4c1e6a2f1-127795427163643904" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @consaba: RT @y_nango ロバン・ルヌッチ氏のセッションが終わって、藤幡正樹さんの講演が始まりました。http://t.co/nIPmMi67 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/935278249/CIMG0565_normal.JPG" + }, + "title": "こみー【町田市】: RT @consaba: RT @y_nango ロバン・ルヌッチ氏のセッションが終わって、藤幡正樹さんの講演が始まりました。http://t.co/nIPmMi67 #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 19215000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @consaba: RT @y_nango \\u30ed\\u30d0\\u30f3\\u30fb\\u30eb\\u30cc\\u30c3\\u30c1\\u6c0f\\u306e\\u30bb\\u30c3\\u30b7\\u30e7\\u30f3\\u304c\\u7d42\\u308f\\u3063\\u3066\\u3001\\u85e4\\u5e61\\u6b63\\u6a39\\u3055\\u3093\\u306e\\u8b1b\\u6f14\\u304c\\u59cb\\u307e\\u308a\\u307e\\u3057\\u305f\\u3002http:\\/\\/t.co\\/nIPmMi67 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[63,83],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/nIPmMi67\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[84,90]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"\\u6cb3\\u6751\\u66f8\\u5e97\",\"screen_name\":\"consaba\",\"id\":15036765,\"id_str\":\"15036765\"},{\"indices\":[16,24],\"name\":\"Yoshikazu NANGO\",\"screen_name\":\"y_nango\",\"id\":99508965,\"id_str\":\"99508965\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"RT @y_nango \\u30ed\\u30d0\\u30f3\\u30fb\\u30eb\\u30cc\\u30c3\\u30c1\\u6c0f\\u306e\\u30bb\\u30c3\\u30b7\\u30e7\\u30f3\\u304c\\u7d42\\u308f\\u3063\\u3066\\u3001\\u85e4\\u5e61\\u6b63\\u6a39\\u3055\\u3093\\u306e\\u8b1b\\u6f14\\u304c\\u59cb\\u307e\\u308a\\u307e\\u3057\\u305f\\u3002http:\\/\\/t.co\\/nIPmMi67 #tfcem\",\"in_reply_to_user_id_str\":\"99508965\",\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[50,70],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/nIPmMi67\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[71,77]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"Yoshikazu NANGO\",\"screen_name\":\"y_nango\",\"id\":99508965,\"id_str\":\"99508965\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":99508965,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 16:44:58 +0000 2011\",\"in_reply_to_status_id\":127780807136903168,\"geo\":null,\"in_reply_to_screen_name\":\"y_nango\",\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":2059,\"location\":\"\\u305d\\u3053\\u3089\\u8fba\\u308a\",\"notifications\":null,\"profile_background_color\":\"EDECE9\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":4570,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"description\":\"\\u901a\\u308a\\u3059\\u304c\\u308a\\u306e\\u7de8\\u96c6\\u696d\\u8005\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Jun 07 08:13:05 +0000 2008\",\"profile_sidebar_border_color\":\"D3D2CF\",\"is_translator\":false,\"listed_count\":750,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":40,\"protected\":false,\"profile_text_color\":\"634047\",\"url\":\"http:\\/\\/d.hatena.ne.jp\\/NEAT\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1174245296\\/prof_normal.JPG\",\"screen_name\":\"consaba\",\"name\":\"\\u6cb3\\u6751\\u66f8\\u5e97\",\"statuses_count\":48569,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1174245296\\/prof_normal.JPG\",\"id\":15036765,\"id_str\":\"15036765\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"088253\"},\"retweeted\":false,\"id\":127787538885779456,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":\"127780807136903168\",\"id_str\":\"127787538885779456\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twipple.jp\\/\\\" rel=\\\"nofollow\\\"\\u003E\\u3064\\u3044\\u3063\\u3077\\u308b for iPhone\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:18:13 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":4275,\"location\":\"\\u30b4\\u30c3\\u30b5\\u30e0\\u30b7\\u30c6\\u30a3\\u753a\\u7530\",\"notifications\":null,\"profile_background_color\":\"0099B9\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":968,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236236163\\/vip1135812.jpg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"description\":\"\\u30e6\\u30fc\\u30b6\\u30fc\\u540d\\u300c\\u30b3\\u30f3\\u30b0\\u30e9\\u30c3\\u30c1\\u30a7\\u300d\\u4eca\\u5e74\\u306f\\u83ef\\u306e\\u5927\\u5b66\\u4e94\\u5e74\\u751f\\u3002\\u5c02\\u9580\\u306f\\u6771\\u6d0b\\u53f2\\u3001\\u3084\\u308a\\u305f\\u3044\\u3053\\u3068\\u3084\\u3063\\u305f\\u3082\\u3093\\u52dd\\u3061\\u3092\\u4fe1\\u6761\\u3068\\u3057\\u3066\\u65e5\\u5e38\\u306b\\u30ce\\u30a4\\u30ba\\u3092\\u5782\\u308c\\u6d41\\u3057\\u305f\\u7d50\\u679c\\u3001\\u81ea\\u3089\\u3082\\u96fb\\u6ce2\\u306b\\u306a\\u3063\\u305f\\u3002\\u606f\\u3092\\u3059\\u308b\\u3088\\u3046\\u306b\\u52c9\\u5f37\\u3057\\u305f\\u3044\\u304c\\u80ba\\u6d3b\\u91cf\\u304c\\u5c11\\u306a\\u3044\\u3002\\u5c0a\\u656c\\u3059\\u308b\\u4eba\\u7269\\u306f\\u30c9\\u30f3\\u30fb\\u30ad\\u30db\\u30fc\\u30c6\\uff01\\u73fe\\u5728\\u306f\\u587e\\u3067\\u4e2d\\u4e8c\\u75c5\\u306e\\u30d2\\u30fc\\u30e9\\u30fc\\u3068\\u3057\\u3066\\u50cd\\u304f\\uff08\\u587e\\u8b1b\\u5e2b\\uff09\\u6c60\\u6fa4\\u590f\\u6a39\\u306e\\u4e16\\u754c\\u6587\\u5b66\\u5168\\u96c6\\u3092\\u5c11\\u3057\\u305a\\u3064\\u8aad\\u3080\\u306e\\u304c\\u6700\\u9ad8\\u306e\\u81f3\\u798f\",\"following\":null,\"time_zone\":\"Hawaii\",\"created_at\":\"Tue Jun 02 04:32:39 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"is_translator\":false,\"listed_count\":107,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":697,\"protected\":false,\"profile_text_color\":\"3C3940\",\"url\":\"http:\\/\\/d.hatena.ne.jp\\/Meaningless-Alice\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/935278249\\/CIMG0565_normal.JPG\",\"screen_name\":\"ConGrazie\",\"name\":\"\\u3053\\u307f\\u30fc\\u3010\\u753a\\u7530\\u5e02\\u3011\",\"statuses_count\":16108,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/236236163\\/vip1135812.jpg\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/935278249\\/CIMG0565_normal.JPG\",\"id\":44058751,\"id_str\":\"44058751\",\"verified\":false,\"utc_offset\":-36000,\"profile_link_color\":\"0099B9\"},\"retweeted\":false,\"id\":127795907130437632,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127795907130437632\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 19215000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "ca383712-6b09-4d2d-a0ca-2d4eb8a6a070-127795907130437632" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @y_nango: ラストの吉見俊哉先生の講演が始まりました。http://t.co/wPy3MUc9 #tfcem", + "img": { + "src": "http://a0.twimg.com/profile_images/1245219091/c2_normal.jpg" + }, + "title": "降矢聡: RT @y_nango: ラストの吉見俊哉先生の講演が始まりました。http://t.co/wPy3MUc9 #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 19252000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @y_nango: \\u30e9\\u30b9\\u30c8\\u306e\\u5409\\u898b\\u4fca\\u54c9\\u5148\\u751f\\u306e\\u8b1b\\u6f14\\u304c\\u59cb\\u307e\\u308a\\u307e\\u3057\\u305f\\u3002http:\\/\\/t.co\\/wPy3MUc9 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[34,54],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/wPy3MUc9\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[55,61]}],\"user_mentions\":[{\"indices\":[3,11],\"name\":\"Yoshikazu NANGO\",\"screen_name\":\"y_nango\",\"id\":99508965,\"id_str\":\"99508965\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"\\u30e9\\u30b9\\u30c8\\u306e\\u5409\\u898b\\u4fca\\u54c9\\u5148\\u751f\\u306e\\u8b1b\\u6f14\\u304c\\u59cb\\u307e\\u308a\\u307e\\u3057\\u305f\\u3002http:\\/\\/t.co\\/wPy3MUc9 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[21,41],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/wPy3MUc9\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[42,48]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:01:33 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1819,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u5357\\u5f8c\\u7531\\u548c\\u30021979\\u5e74\\u5927\\u962a\\u5e9c\\u751f\\u307e\\u308c\\u3002\\u6771\\u4eac\\u5927\\u5b66\\u5927\\u5b66\\u9662\\u60c5\\u5831\\u5b66\\u74b0\\u7279\\u4efb\\u8b1b\\u5e2b\\u3002\\u793e\\u4f1a\\u5b66\\u3001\\u90fd\\u5e02\\u30fb\\u5efa\\u7bc9\\u8ad6\\u3002\\u6851\\u6ca2\\u30c7\\u30b6\\u30a4\\u30f3\\u7814\\u7a76\\u6240\\u3001\\u99d2\\u6fa4\\u5927\\u5b66\\u3001\\u6cd5\\u653f\\u5927\\u5b66\\u3001\\u65e9\\u7a32\\u7530\\u5927\\u5b66\\u975e\\u5e38\\u52e4\\u8b1b\\u5e2b\\u3002\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Dec 26 14:10:04 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":180,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":216,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"screen_name\":\"y_nango\",\"name\":\"Yoshikazu NANGO\",\"statuses_count\":1821,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"id\":99508965,\"id_str\":\"99508965\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127791714818719744,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127791714818719744\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twtr.jp\\\" rel=\\\"nofollow\\\"\\u003EKeitai Web\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:18:50 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":6,\"location\":\"\\u3068\\u3046\\u304d\\u3087\\u3046 \\u306a\\u304b\\u306e\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"default_profile\":true,\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":94,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u5efa\\u7bc9\\u5b66\\u751f\\u3002INAX\\u51fa\\u7248\\u300e\\u6620\\u753b\\u7a7a\\u9593400\\u9078\\u300f\\u306b\\u57f7\\u7b46\\u3055\\u305b\\u3066\\u3044\\u305f\\u3060\\u3044\\u3066\\u304a\\u308a\\u307e\\u3059\\u3002\\u30c4\\u30a4\\u30c3\\u30bf\\u30fc\\u3068\\u540c\\u69d8\\u3001\\u3053\\u3061\\u3089\\u3082\\u3069\\u3046\\u305e\\u3088\\u308d\\u3057\\u304f\\u304a\\u9858\\u3044\\u3057\\u307e\\u3059\\u3002\\r\\n\",\"following\":null,\"time_zone\":\"Hawaii\",\"created_at\":\"Tue Feb 15 15:40:52 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":4,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":66,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1245219091\\/c2_normal.jpg\",\"screen_name\":\"satoshifuruya\",\"name\":\"\\u964d\\u77e2\\u8061\",\"statuses_count\":3717,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1245219091\\/c2_normal.jpg\",\"id\":252625199,\"id_str\":\"252625199\",\"verified\":false,\"utc_offset\":-36000,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127796063141765120,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127796063141765120\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 19252000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "bc242ce3-1def-468a-b4cd-5cdf82e500f5-127796063141765120" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "吉見先生の講演が終了。原爆とアメリカ軍、日本人にとってトラウマとなるべき記憶の振れ幅が語られていました。#tfcem", + "img": { + "src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_2_normal.png" + }, + "title": "Mitsune Haku: 吉見先生の講演が終了。原爆とアメリカ軍、日本人にとってトラウマとなるべき記憶の振れ幅が語られていました。#tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 20627000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u5409\\u898b\\u5148\\u751f\\u306e\\u8b1b\\u6f14\\u304c\\u7d42\\u4e86\\u3002\\u539f\\u7206\\u3068\\u30a2\\u30e1\\u30ea\\u30ab\\u8ecd\\u3001\\u65e5\\u672c\\u4eba\\u306b\\u3068\\u3063\\u3066\\u30c8\\u30e9\\u30a6\\u30de\\u3068\\u306a\\u308b\\u3079\\u304d\\u8a18\\u61b6\\u306e\\u632f\\u308c\\u5e45\\u304c\\u8a9e\\u3089\\u308c\\u3066\\u3044\\u307e\\u3057\\u305f\\u3002#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[52,58]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:41:45 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":0,\"location\":null,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":2,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":null,\"following\":null,\"time_zone\":null,\"created_at\":\"Sat Oct 22 11:41:11 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":0,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":0,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"screen_name\":\"_mitsune\",\"name\":\" Mitsune Haku\",\"statuses_count\":4,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"id\":395871849,\"id_str\":\"395871849\",\"verified\":false,\"utc_offset\":null,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127801829487681536,\"in_reply_to_status_id_str\":null,\"id_str\":\"127801829487681536\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 20627000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "eb084f08-30f1-4c20-93d4-031cf64152e2-127801829487681536" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @_mitsune: 吉見先生の講演が終了。原爆とアメリカ軍、日本人にとってトラウマとなるべき記憶の振れ幅が語られていました。#tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: RT @_mitsune: 吉見先生の講演が終了。原爆とアメリカ軍、日本人にとってトラウマとなるべき記憶の振れ幅が語られていました。#tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 20716000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @_mitsune: \\u5409\\u898b\\u5148\\u751f\\u306e\\u8b1b\\u6f14\\u304c\\u7d42\\u4e86\\u3002\\u539f\\u7206\\u3068\\u30a2\\u30e1\\u30ea\\u30ab\\u8ecd\\u3001\\u65e5\\u672c\\u4eba\\u306b\\u3068\\u3063\\u3066\\u30c8\\u30e9\\u30a6\\u30de\\u3068\\u306a\\u308b\\u3079\\u304d\\u8a18\\u61b6\\u306e\\u632f\\u308c\\u5e45\\u304c\\u8a9e\\u3089\\u308c\\u3066\\u3044\\u307e\\u3057\\u305f\\u3002#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[66,72]}],\"user_mentions\":[{\"indices\":[3,12],\"name\":\" Mitsune Haku\",\"screen_name\":\"_mitsune\",\"id\":395871849,\"id_str\":\"395871849\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"\\u5409\\u898b\\u5148\\u751f\\u306e\\u8b1b\\u6f14\\u304c\\u7d42\\u4e86\\u3002\\u539f\\u7206\\u3068\\u30a2\\u30e1\\u30ea\\u30ab\\u8ecd\\u3001\\u65e5\\u672c\\u4eba\\u306b\\u3068\\u3063\\u3066\\u30c8\\u30e9\\u30a6\\u30de\\u3068\\u306a\\u308b\\u3079\\u304d\\u8a18\\u61b6\\u306e\\u632f\\u308c\\u5e45\\u304c\\u8a9e\\u3089\\u308c\\u3066\\u3044\\u307e\\u3057\\u305f\\u3002#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[52,58]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:41:45 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"default_profile\":true,\"favourites_count\":0,\"location\":null,\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":2,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":null,\"following\":null,\"time_zone\":null,\"created_at\":\"Sat Oct 22 11:41:11 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":0,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":0,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"screen_name\":\"_mitsune\",\"name\":\" Mitsune Haku\",\"statuses_count\":4,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"id\":395871849,\"id_str\":\"395871849\",\"verified\":false,\"utc_offset\":null,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127801829487681536,\"in_reply_to_status_id_str\":null,\"id_str\":\"127801829487681536\",\"coordinates\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:43:14 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2830,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127802205582524416,\"in_reply_to_status_id_str\":null,\"id_str\":\"127802205582524416\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 20716000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "9963924e-33f0-4896-878b-3b07aa0eba5f-127802205582524416" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem 吉見-東京の文化消費空間の多くは軍事施設であった ex.六本木、原宿、湘南ビーチ", + "img": { + "src": "http://a3.twimg.com/profile_images/1032383865/10156359_4136563276_normal.jpg" + }, + "title": "Hanako Murakami: #tfcem 吉見-東京の文化消費空間の多くは軍事施設であった ex.六本木、原宿、湘南ビーチ", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 20739000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem \\u5409\\u898b-\\u6771\\u4eac\\u306e\\u6587\\u5316\\u6d88\\u8cbb\\u7a7a\\u9593\\u306e\\u591a\\u304f\\u306f\\u8ecd\\u4e8b\\u65bd\\u8a2d\\u3067\\u3042\\u3063\\u305f ex.\\u516d\\u672c\\u6728\\u3001\\u539f\\u5bbf\\u3001\\u6e58\\u5357\\u30d3\\u30fc\\u30c1\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:43:37 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":1,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"en\",\"profile_background_tile\":false,\"followers_count\":240,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u30d9\\u30eb\\u30ae\\u30fc\\u3067\\u7f8e\\u5927\\u751f\\u3084\\u3063\\u3066\\u307e\\u3059\\u3002\",\"following\":null,\"time_zone\":null,\"created_at\":\"Thu Mar 04 14:53:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":23,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":234,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1032383865\\/10156359_4136563276_normal.jpg\",\"screen_name\":\"hanakophone\",\"name\":\"Hanako Murakami\",\"statuses_count\":2146,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1032383865\\/10156359_4136563276_normal.jpg\",\"id\":119751084,\"id_str\":\"119751084\",\"default_profile\":true,\"verified\":false,\"utc_offset\":null,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127802298461192193,\"in_reply_to_status_id_str\":null,\"id_str\":\"127802298461192193\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 20739000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "66d38d3f-3f78-4328-8374-78d5faa74a72-127802298461192193" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "続いて諏訪敦彦監督の『黒髪』の上映。 #tfcem", + "img": { + "src": "http://a3.twimg.com/profile_images/1527782791/gates_christo10_normal.jpg" + }, + "title": "y_yanai: 続いて諏訪敦彦監督の『黒髪』の上映。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 20787000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u7d9a\\u3044\\u3066\\u8acf\\u8a2a\\u6566\\u5f66\\u76e3\\u7763\\u306e\\u300e\\u9ed2\\u9aea\\u300f\\u306e\\u4e0a\\u6620\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[19,25]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:44:25 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":695,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"1A1B1F\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":331,\"show_all_inline_media\":true,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"description\":\"1984\\u5e74\\u751f\\u307e\\u308c\\u3002\\u5efa\\u7bc9\\u53f2\\u30fb\\u5efa\\u7bc9\\u7406\\u8ad6\\u3002\\u63cf\\u304d\\u307e\\u305b\\u3093\\u3002\\u4f5c\\u308a\\u307e\\u305b\\u3093\\u3002\\u66f8\\u304d\\u307e\\u3059\\u3002\\u5b66\\u90e8\\u3067\\u5409\\u7530\\u92fc\\u5e02\\u3001\\u4fee\\u58eb\\u3067\\u85e4\\u68ee\\u7167\\u4fe1\\u306b\\u5e2b\\u4e8b\\u3002\\u4fee\\u58eb\\uff08\\u5de5\\u5b66\\uff09\\u3002\\u3044\\u307e\\u535a\\u58eb\\u8ab2\\u7a0b\\uff08\\u9688\\u7814\\u543e\\u7814\\u7a76\\u5ba4\\uff09\\u3002LOVE\\uff1a\\u5efa\\u7bc9\\u3001\\u30b9\\u30ad\\u30fc\\u3001\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u3001ageHa\\u3002 Sensation White\\u306b\\u884c\\u304d\\u305f\\u3044\\u2192 http:\\/\\/youtu.be\\/897lIVkRmVM\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Mon Jan 03 14:08:00 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"is_translator\":false,\"default_profile\":false,\"listed_count\":25,\"geo_enabled\":true,\"profile_use_background_image\":false,\"friends_count\":425,\"protected\":false,\"profile_text_color\":\"666666\",\"url\":\"http:\\/\\/twilog.org\\/8714423\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"screen_name\":\"8714423\",\"name\":\"y_yanai\",\"statuses_count\":2831,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1527782791\\/gates_christo10_normal.jpg\",\"id\":233539798,\"id_str\":\"233539798\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"2FC2EF\"},\"retweeted\":false,\"id\":127802503042580481,\"in_reply_to_status_id_str\":null,\"id_str\":\"127802503042580481\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 20787000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "b573eb3c-55fb-45bd-82fd-c14494439722-127802503042580481" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#tfcem I'm sorry but because of copyright, images and sounds of Suwa's \"Black Hair\" can't be broadcasted, Please wait for 10 minuites.\n\n.", + "img": { + "src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + }, + "title": "k_t_618: #tfcem I'm sorry but because of copyright, images and sounds of Suwa's \"Black Hair\" can't be broadcasted, Please wait for 10 minuites.\n\n.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 20975000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"#tfcem\\u3000I'm sorry but because of copyright, images and sounds of Suwa's \\\"Black Hair\\\" can't be broadcasted, Please wait for 10 minuites.\\n\\n.\",\"retweet_count\":0,\"favorited\":false,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[0,6]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"source\":\"web\",\"retweeted\":false,\"created_at\":\"Sat Oct 22 17:47:33 +0000 2011\",\"in_reply_to_status_id_str\":null,\"id_str\":\"127803290758025216\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_user_id_str\":null,\"truncated\":false,\"contributors\":null,\"user\":{\"location\":\"\",\"notifications\":null,\"time_zone\":\"Tokyo\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"lang\":\"ja\",\"followers_count\":120,\"listed_count\":8,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"description\":\"\",\"profile_text_color\":\"333333\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"statuses_count\":421,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Jun 05 09:16:47 +0000 2008\",\"id_str\":\"15015946\",\"default_profile\":true,\"profile_link_color\":\"0084B4\",\"default_profile_image\":true,\"favourites_count\":13,\"protected\":false,\"profile_background_color\":\"C0DEED\",\"url\":null,\"screen_name\":\"k_t_618\",\"name\":\"k_t_618\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"id\":15015946,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"verified\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"utc_offset\":32400,\"profile_sidebar_fill_color\":\"DDEEF6\"},\"id\":127803290758025216,\"coordinates\":null,\"in_reply_to_user_id\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 20975000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "9ca575ca-c4dd-4ccf-9280-8174e62a8578-127803290758025216" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "東大フォーラムのカタストロフィとメディアUst みながらアプリ企画ぜよ 音量あげてほしいなー http://t.co/d2RZxIiR #tfcem", + "img": { + "src": "http://a1.twimg.com/profile_images/1227224890/0099_normal.jpg" + }, + "title": "yume: 東大フォーラムのカタストロフィとメディアUst みながらアプリ企画ぜよ 音量あげてほしいなー http://t.co/d2RZxIiR #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 21490000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u306e\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2Ust \\u307f\\u306a\\u304c\\u3089\\u30a2\\u30d7\\u30ea\\u4f01\\u753b\\u305c\\u3088 \\u97f3\\u91cf\\u3042\\u3052\\u3066\\u307b\\u3057\\u3044\\u306a\\u30fc http:\\/\\/t.co\\/d2RZxIiR\\u3000#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[47,67],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/d2RZxIiR\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[68,74]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:56:08 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":7,\"location\":\"to y\",\"notifications\":null,\"profile_background_color\":\"93dbc3\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":316,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/197979423\\/0106.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"description\":\"\\u9583\\u5149\\u3068\\u6e29\\u6cc9\\u306e\\u9593\\u3067\\u4e00\\u751f\\u30c9\\u30ad\\u30c9\\u30ad\\u3057\\u3066\\u3044\\u305f\\u3044\\u3067\\u3059\\u3002\\u30d5\\u30a9\\u30fc\\u30c1\\u30e5\\u30fc\\u30f3\\u306e\\u30b7\\u30b0\\u30ca\\u30eb\\u3002pick up \\u306e\\u30b9\\u30ca\\u30c3\\u30af\\u306e\\u3054\\u3068\\u304f\\u8efd\\u304f\\u3002\\u5e83\\u544a\\u4f1a\\u793e\\u3088\\u308a\\u304a\\u5143\\u6c17\\u3067\\u3059\\u304b\\u3002\",\"default_profile\":false,\"following\":null,\"time_zone\":\"Yakutsk\",\"created_at\":\"Tue Aug 04 20:19:34 +0000 2009\",\"profile_sidebar_border_color\":\"7a52ff\",\"is_translator\":false,\"listed_count\":19,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":326,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/yumearumon.jugem.jp\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1227224890\\/0099_normal.jpg\",\"screen_name\":\"ymue\",\"name\":\"yume\",\"statuses_count\":3496,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/197979423\\/0106.jpg\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1227224890\\/0099_normal.jpg\",\"id\":62917008,\"id_str\":\"62917008\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"cfb4c8\"},\"retweeted\":false,\"id\":127805450665197568,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127805450665197568\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 21490000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "f7f2fd76-475a-4983-b3a0-b74430dc8d7b-127805450665197568" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "諏訪敦彦監督の『黒髪 Les cheveux noirs』の上映を終えて、ディスカッション。 #tfcem", + "img": { + "src": "http://a2.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" + }, + "title": "Yoshikazu NANGO: 諏訪敦彦監督の『黒髪 Les cheveux noirs』の上映を終えて、ディスカッション。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 21575000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u8acf\\u8a2a\\u6566\\u5f66\\u76e3\\u7763\\u306e\\u300e\\u9ed2\\u9aea Les cheveux noirs\\u300f\\u306e\\u4e0a\\u6620\\u3092\\u7d42\\u3048\\u3066\\u3001\\u30c7\\u30a3\\u30b9\\u30ab\\u30c3\\u30b7\\u30e7\\u30f3\\u3002 #tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[47,53]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:57:33 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":true,\"favourites_count\":0,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":1819,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"\\u5357\\u5f8c\\u7531\\u548c\\u30021979\\u5e74\\u5927\\u962a\\u5e9c\\u751f\\u307e\\u308c\\u3002\\u6771\\u4eac\\u5927\\u5b66\\u5927\\u5b66\\u9662\\u60c5\\u5831\\u5b66\\u74b0\\u7279\\u4efb\\u8b1b\\u5e2b\\u3002\\u793e\\u4f1a\\u5b66\\u3001\\u90fd\\u5e02\\u30fb\\u5efa\\u7bc9\\u8ad6\\u3002\\u6851\\u6ca2\\u30c7\\u30b6\\u30a4\\u30f3\\u7814\\u7a76\\u6240\\u3001\\u99d2\\u6fa4\\u5927\\u5b66\\u3001\\u6cd5\\u653f\\u5927\\u5b66\\u3001\\u65e9\\u7a32\\u7530\\u5927\\u5b66\\u975e\\u5e38\\u52e4\\u8b1b\\u5e2b\\u3002\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Dec 26 14:10:04 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":180,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":216,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"screen_name\":\"y_nango\",\"name\":\"Yoshikazu NANGO\",\"statuses_count\":1822,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"id\":99508965,\"id_str\":\"99508965\",\"default_profile\":true,\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127805806480605184,\"in_reply_to_status_id_str\":null,\"id_str\":\"127805806480605184\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 21575000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "9155638b-019f-4922-b75a-0cac8fd24fae-127805806480605184" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @ymue: 東大フォーラムのカタストロフィとメディアUst みながらアプリ企画ぜよ 音量あげてほしいなー http://t.co/d2RZxIiR #tfcem", + "img": { + "src": "http://a2.twimg.com/profile_images/829813014/angel_normal.jpg" + }, + "title": "Takuya ABE: RT @ymue: 東大フォーラムのカタストロフィとメディアUst みながらアプリ企画ぜよ 音量あげてほしいなー http://t.co/d2RZxIiR #tfcem", + "color": "16763904", + "polemics": [ + "REF" + ], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 21741000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"RT @ymue: \\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u306e\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2Ust \\u307f\\u306a\\u304c\\u3089\\u30a2\\u30d7\\u30ea\\u4f01\\u753b\\u305c\\u3088 \\u97f3\\u91cf\\u3042\\u3052\\u3066\\u307b\\u3057\\u3044\\u306a\\u30fc http:\\/\\/t.co\\/d2RZxIiR\\u3000#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[57,77],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/d2RZxIiR\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[78,84]}],\"user_mentions\":[{\"indices\":[3,8],\"name\":\"yume\",\"screen_name\":\"ymue\",\"id\":62917008,\"id_str\":\"62917008\"}]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"retweeted_status\":{\"text\":\"\\u6771\\u5927\\u30d5\\u30a9\\u30fc\\u30e9\\u30e0\\u306e\\u30ab\\u30bf\\u30b9\\u30c8\\u30ed\\u30d5\\u30a3\\u3068\\u30e1\\u30c7\\u30a3\\u30a2Ust \\u307f\\u306a\\u304c\\u3089\\u30a2\\u30d7\\u30ea\\u4f01\\u753b\\u305c\\u3088 \\u97f3\\u91cf\\u3042\\u3052\\u3066\\u307b\\u3057\\u3044\\u306a\\u30fc http:\\/\\/t.co\\/d2RZxIiR\\u3000#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/n21fmr\",\"indices\":[47,67],\"expanded_url\":\"http:\\/\\/bit.ly\\/n21fmr\",\"url\":\"http:\\/\\/t.co\\/d2RZxIiR\"}],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[68,74]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"1\",\"retweeters\":[134028036],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 17:56:08 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":7,\"location\":\"to y\",\"notifications\":null,\"profile_background_color\":\"93dbc3\",\"lang\":\"ja\",\"profile_background_tile\":true,\"followers_count\":316,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/197979423\\/0106.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"description\":\"\\u9583\\u5149\\u3068\\u6e29\\u6cc9\\u306e\\u9593\\u3067\\u4e00\\u751f\\u30c9\\u30ad\\u30c9\\u30ad\\u3057\\u3066\\u3044\\u305f\\u3044\\u3067\\u3059\\u3002\\u30d5\\u30a9\\u30fc\\u30c1\\u30e5\\u30fc\\u30f3\\u306e\\u30b7\\u30b0\\u30ca\\u30eb\\u3002pick up \\u306e\\u30b9\\u30ca\\u30c3\\u30af\\u306e\\u3054\\u3068\\u304f\\u8efd\\u304f\\u3002\\u5e83\\u544a\\u4f1a\\u793e\\u3088\\u308a\\u304a\\u5143\\u6c17\\u3067\\u3059\\u304b\\u3002\",\"default_profile\":false,\"following\":null,\"time_zone\":\"Yakutsk\",\"created_at\":\"Tue Aug 04 20:19:34 +0000 2009\",\"profile_sidebar_border_color\":\"7a52ff\",\"is_translator\":false,\"listed_count\":19,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":326,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":\"http:\\/\\/yumearumon.jugem.jp\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1227224890\\/0099_normal.jpg\",\"screen_name\":\"ymue\",\"name\":\"yume\",\"statuses_count\":3496,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/197979423\\/0106.jpg\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1227224890\\/0099_normal.jpg\",\"id\":62917008,\"id_str\":\"62917008\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"cfb4c8\"},\"retweeted\":false,\"id\":127805450665197568,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127805450665197568\",\"coordinates\":null},\"source\":\"web\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 18:00:19 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"favourites_count\":0,\"location\":\"Tokyo\",\"notifications\":null,\"profile_background_color\":\"C0DEED\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":12,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"description\":\"Designer\",\"default_profile\":true,\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Sat Apr 17 07:44:46 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"is_translator\":false,\"listed_count\":1,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":12,\"protected\":false,\"profile_text_color\":\"333333\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/829813014\\/angel_normal.jpg\",\"screen_name\":\"d_i_vision\",\"name\":\"Takuya ABE\",\"statuses_count\":36,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/829813014\\/angel_normal.jpg\",\"id\":134028036,\"id_str\":\"134028036\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"0084B4\"},\"retweeted\":false,\"id\":127806504714780672,\"possibly_sensitive\":false,\"in_reply_to_status_id_str\":null,\"id_str\":\"127806504714780672\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 21741000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "7f0b8b85-0a38-41e8-9fdc-5683c55c5893-127806504714780672" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "中の人です。すみません、現場で音量これ以上あがらず、ご勘弁を。 #tfcem", + "img": { + "src": "http://a2.twimg.com/profile_images/829813014/angel_normal.jpg" + }, + "title": "Takuya ABE: 中の人です。すみません、現場で音量これ以上あがらず、ご勘弁を。 #tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 21797000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"in_reply_to_status_id_str\":null,\"text\":\"\\u4e2d\\u306e\\u4eba\\u3067\\u3059\\u3002\\u3059\\u307f\\u307e\\u305b\\u3093\\u3001\\u73fe\\u5834\\u3067\\u97f3\\u91cf\\u3053\\u308c\\u4ee5\\u4e0a\\u3042\\u304c\\u3089\\u305a\\u3001\\u3054\\u52d8\\u5f01\\u3092\\u3002 #tfcem\",\"coordinates\":null,\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[32,38]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/amateur.iri.centrepompidou.fr\\/\\\" rel=\\\"nofollow\\\"\\u003EAnnotation pol\\u00e9mique par tweeter\\u003C\\/a\\u003E\",\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 18:01:15 +0000 2011\",\"in_reply_to_screen_name\":null,\"in_reply_to_status_id\":null,\"id_str\":\"127806738970845184\",\"geo\":null,\"user\":{\"profile_background_color\":\"C0DEED\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/829813014\\/angel_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_background_tile\":false,\"favourites_count\":0,\"show_all_inline_media\":false,\"contributors_enabled\":false,\"lang\":\"ja\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"location\":\"Tokyo\",\"notifications\":null,\"description\":\"Designer\",\"default_profile\":true,\"follow_request_sent\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"time_zone\":\"Tokyo\",\"profile_sidebar_border_color\":\"C0DEED\",\"followers_count\":12,\"following\":null,\"geo_enabled\":false,\"profile_use_background_image\":true,\"is_translator\":false,\"created_at\":\"Sat Apr 17 07:44:46 +0000 2010\",\"profile_text_color\":\"333333\",\"protected\":false,\"listed_count\":1,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"friends_count\":12,\"name\":\"Takuya ABE\",\"id_str\":\"134028036\",\"profile_link_color\":\"0084B4\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/829813014\\/angel_normal.jpg\",\"id\":134028036,\"statuses_count\":37,\"utc_offset\":32400,\"url\":null,\"screen_name\":\"d_i_vision\"},\"id\":127806738970845184,\"retweeted\":false,\"truncated\":false}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 21797000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "29cd011a-eed6-42d8-92e8-0b17ade1257d-127806738970845184" + }, + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "フランス語全然わからん。同時通訳聴けたりしないのかな。#tfcem", + "img": { + "src": "http://a2.twimg.com/profile_images/721601425/img55949111-090704-1_normal.jpg" + }, + "title": "バターナイフモシゾノ: フランス語全然わからん。同時通訳聴けたりしないのかな。#tfcem", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 22448000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"text\":\"\\u30d5\\u30e9\\u30f3\\u30b9\\u8a9e\\u5168\\u7136\\u308f\\u304b\\u3089\\u3093\\u3002\\u540c\\u6642\\u901a\\u8a33\\u8074\\u3051\\u305f\\u308a\\u3057\\u306a\\u3044\\u306e\\u304b\\u306a\\u3002#tfcem\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"tfcem\",\"indices\":[27,33]}],\"user_mentions\":[]},\"contributors\":null,\"place\":null,\"in_reply_to_user_id\":null,\"source\":\"web\",\"activities\":{\"repliers\":[],\"repliers_count\":\"0\",\"retweeters_count\":\"0\",\"retweeters\":[],\"favoriters\":[],\"favoriters_count\":\"0\"},\"retweet_count\":0,\"favorited\":false,\"created_at\":\"Sat Oct 22 18:12:06 +0000 2011\",\"in_reply_to_status_id\":null,\"geo\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"user\":{\"default_profile_image\":false,\"default_profile\":false,\"favourites_count\":593,\"location\":\"\",\"notifications\":null,\"profile_background_color\":\"ffffff\",\"lang\":\"ja\",\"profile_background_tile\":false,\"followers_count\":91,\"show_all_inline_media\":false,\"follow_request_sent\":null,\"contributors_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317940240\\/pekezon.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"description\":\"\",\"following\":null,\"time_zone\":\"Tokyo\",\"created_at\":\"Fri Sep 12 15:45:25 +0000 2008\",\"profile_sidebar_border_color\":\"000000\",\"is_translator\":false,\"listed_count\":5,\"geo_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":166,\"protected\":false,\"profile_text_color\":\"000000\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/721601425\\/img55949111-090704-1_normal.jpg\",\"screen_name\":\"quit__smoking\",\"name\":\"\\u30d0\\u30bf\\u30fc\\u30ca\\u30a4\\u30d5\\u30e2\\u30b7\\u30be\\u30ce\",\"statuses_count\":790,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/317940240\\/pekezon.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/721601425\\/img55949111-090704-1_normal.jpg\",\"id\":16257964,\"id_str\":\"16257964\",\"verified\":false,\"utc_offset\":32400,\"profile_link_color\":\"9ba199\"},\"retweeted\":false,\"id\":127809466912620544,\"in_reply_to_status_id_str\":null,\"id_str\":\"127809466912620544\",\"coordinates\":null}\n" + }, + "dc:creator": "perso", + "id-ref": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:modified": "2011-10-28T16:31:30.755637" + }, + "end": 22448000, + "tags": [ + { + "id-ref": "4abc8210-0182-11e1-9706-00145ea49a02" + } + ], + "color": "16763904", + "media": "e328e188-ff2f-11e0-b9e1-00145ea49a02", + "id": "09b285fc-c771-4a93-ac48-d01b019e7764-127809466912620544" + } + ], + "annotation-types": [ + { + "dc:contributor": "perso", + "dc:creator": "perso", + "dc:title": "Séance complète", + "id": "c_D5C080FD-9524-A5B2-B50B-3BD851F57CCA", + "dc:created": "2011-10-28T16:31:30.945834", + "dc:description": "", + "dc:modified": "2011-10-28T16:31:30.945834" + }, + { + "dc:contributor": "perso", + "dc:creator": "perso", + "dc:title": "Tweets", + "id": "2d0a10a3-2d7f-44d7-9072-2d6c2137b4f7", + "dc:created": "2011-10-28T16:31:30.755637", + "dc:description": "Tweets", + "dc:modified": "2011-10-28T16:31:30.755637" + } + ] +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 test/integration/radio.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/integration/radio.htm Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,75 @@ + + + + +Test d'intégration de l'initialisation + + + + +
        +

        MetaDataPlayer

        + Test d'intégration de l'initialisation. +
        + + + + + + +
        +
        + + + + + + diff -r 7b55777486c3 -r 75ba66457232 test/integration/twitterized.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/integration/twitterized.json Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,51075 @@ +{ +"views": [ +{ +"id": "0", +"contents": [ +"laurentcantet_entrelesmurs" +], +"annotation_types": [ +"c_81135A3E-8870-4586-8597-7CD758DA3A54", +"c_2344556E-A818-EA23-37FC-0E47A150EACD" +] +} +], +"tags": [ +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.373170", +"dc:title": "fénêtre", +"dc:modified": "2012-01-18T14:31:18.373170", +"dc:creator": "IRI" +}, +"id": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.481081", +"dc:title": "fénêtre", +"dc:modified": "2012-01-18T14:31:18.481081", +"dc:creator": "IRI" +}, +"id": "15ab2fe6-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.777230", +"dc:title": "auteur", +"dc:modified": "2012-01-18T14:31:18.777230", +"dc:creator": "IRI" +}, +"id": "15d85f84-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.356565", +"dc:title": "apprentissage", +"dc:modified": "2012-01-18T14:31:18.356565", +"dc:creator": "IRI" +}, +"id": "15982e32-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.503387", +"dc:title": "Argumentation", +"dc:modified": "2012-01-18T14:31:18.503387", +"dc:creator": "IRI" +}, +"id": "15ae9230-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.673351", +"dc:title": "dévalorisation", +"dc:modified": "2012-01-18T14:31:18.673351", +"dc:creator": "IRI" +}, +"id": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.260319", +"dc:title": "café", +"dc:modified": "2012-01-18T14:31:18.260319", +"dc:creator": "IRI" +}, +"id": "158a7cb0-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.373170", +"dc:title": "devoir sur table", +"dc:modified": "2012-01-18T14:31:18.373170", +"dc:creator": "IRI" +}, +"id": "159ab436-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.673351", +"dc:title": "conseil de classe", +"dc:modified": "2012-01-18T14:31:18.673351", +"dc:creator": "IRI" +}, +"id": "15c88230-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.620884", +"dc:title": "cour", +"dc:modified": "2012-01-18T14:31:18.620884", +"dc:creator": "IRI" +}, +"id": "15c07e28-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.589375", +"dc:title": "pédagogie", +"dc:modified": "2012-01-18T14:31:18.589375", +"dc:creator": "IRI" +}, +"id": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.406561", +"dc:title": "raison", +"dc:modified": "2012-01-18T14:31:18.406561", +"dc:creator": "IRI" +}, +"id": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.302927", +"dc:title": "élèves", +"dc:modified": "2012-01-18T14:31:18.302927", +"dc:creator": "IRI" +}, +"id": "158ffabe-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.516512", +"dc:title": "portrait", +"dc:modified": "2012-01-18T14:31:18.516512", +"dc:creator": "IRI" +}, +"id": "15b0963e-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.301137", +"dc:title": "cercle vicieux", +"dc:modified": "2012-01-18T14:31:18.301137", +"dc:creator": "IRI" +}, +"id": "158fb504-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.673351", +"dc:title": "défense", +"dc:modified": "2012-01-18T14:31:18.673351", +"dc:creator": "IRI" +}, +"id": "15c88780-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.260319", +"dc:title": "François Marin", +"dc:modified": "2012-01-18T14:31:18.260319", +"dc:creator": "IRI" +}, +"id": "158b6fda-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.589375", +"dc:title": "discipline", +"dc:modified": "2012-01-18T14:31:18.589375", +"dc:creator": "IRI" +}, +"id": "15bbb500-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.306893", +"dc:title": "salle de cours", +"dc:modified": "2012-01-18T14:31:18.306893", +"dc:creator": "IRI" +}, +"id": "15909712-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.310333", +"dc:title": "suicide", +"dc:modified": "2012-01-18T14:31:18.310333", +"dc:creator": "IRI" +}, +"id": "1591206a-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.601399", +"dc:title": "arrivée", +"dc:modified": "2012-01-18T14:31:18.601399", +"dc:creator": "IRI" +}, +"id": "15bd85a6-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.260319", +"dc:title": "rentrée", +"dc:modified": "2012-01-18T14:31:18.260319", +"dc:creator": "IRI" +}, +"id": "158c4c52-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.291685", +"dc:title": "salle des profs", +"dc:modified": "2012-01-18T14:31:18.291685", +"dc:creator": "IRI" +}, +"id": "158f34ee-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.291685", +"dc:title": "école", +"dc:modified": "2012-01-18T14:31:18.291685", +"dc:creator": "IRI" +}, +"id": "158f4394-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.517379", +"dc:title": "autoportrait", +"dc:modified": "2012-01-18T14:31:18.517379", +"dc:creator": "IRI" +}, +"id": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.308773", +"dc:title": "tableau", +"dc:modified": "2012-01-18T14:31:18.308773", +"dc:creator": "IRI" +}, +"id": "1590de5c-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.356565", +"dc:title": "plus-value", +"dc:modified": "2012-01-18T14:31:18.356565", +"dc:creator": "IRI" +}, +"id": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.748965", +"dc:title": "cantine", +"dc:modified": "2012-01-18T14:31:18.748965", +"dc:creator": "IRI" +}, +"id": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.321747", +"dc:title": "François Marin", +"dc:modified": "2012-01-18T14:31:18.321747", +"dc:creator": "IRI" +}, +"id": "1592dd38-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.602229", +"dc:title": "Souleymane", +"dc:modified": "2012-01-18T14:31:18.602229", +"dc:creator": "IRI" +}, +"id": "15bda57c-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.777230", +"dc:title": "problème principal", +"dc:modified": "2012-01-18T14:31:18.777230", +"dc:creator": "IRI" +}, +"id": "15d86696-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.712664", +"dc:title": "gravité", +"dc:modified": "2012-01-18T14:31:18.712664", +"dc:creator": "IRI" +}, +"id": "15ce845a-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.415799", +"dc:title": "salle", +"dc:modified": "2012-01-18T14:31:18.415799", +"dc:creator": "IRI" +}, +"id": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.620353", +"dc:title": "exterieur", +"dc:modified": "2012-01-18T14:31:18.620353", +"dc:creator": "IRI" +}, +"id": "15c06f1e-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.310333", +"dc:title": "préjudice", +"dc:modified": "2012-01-18T14:31:18.310333", +"dc:creator": "IRI" +}, +"id": "15911bec-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.441457", +"dc:title": "regard", +"dc:modified": "2012-01-18T14:31:18.441457", +"dc:creator": "IRI" +}, +"id": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.301137", +"dc:title": "jugement social", +"dc:modified": "2012-01-18T14:31:18.301137", +"dc:creator": "IRI" +}, +"id": "158fc12a-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.315717", +"dc:title": "temps", +"dc:modified": "2012-01-18T14:31:18.315717", +"dc:creator": "IRI" +}, +"id": "1591f15c-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.483696", +"dc:title": "normes", +"dc:modified": "2012-01-18T14:31:18.483696", +"dc:creator": "IRI" +}, +"id": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.620884", +"dc:title": "foot", +"dc:modified": "2012-01-18T14:31:18.620884", +"dc:creator": "IRI" +}, +"id": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.777230", +"dc:title": "personnage", +"dc:modified": "2012-01-18T14:31:18.777230", +"dc:creator": "IRI" +}, +"id": "15d863b2-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.315717", +"dc:title": "heure", +"dc:modified": "2012-01-18T14:31:18.315717", +"dc:creator": "IRI" +}, +"id": "1591ef2c-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.598594", +"dc:title": "carte scolaire", +"dc:modified": "2012-01-18T14:31:18.598594", +"dc:creator": "IRI" +}, +"id": "15bd18e6-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.712664", +"dc:title": "saillance des problèmes", +"dc:modified": "2012-01-18T14:31:18.712664", +"dc:creator": "IRI" +}, +"id": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.483696", +"dc:title": "faute", +"dc:modified": "2012-01-18T14:31:18.483696", +"dc:creator": "IRI" +}, +"id": "15ab962a-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.310333", +"dc:title": "temps de cours effectif", +"dc:modified": "2012-01-18T14:31:18.310333", +"dc:creator": "IRI" +}, +"id": "15912380-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.483696", +"dc:title": "bruit", +"dc:modified": "2012-01-18T14:31:18.483696", +"dc:creator": "IRI" +}, +"id": "15ab92b0-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.655059", +"dc:title": "bureau du Proviseur", +"dc:modified": "2012-01-18T14:31:18.655059", +"dc:creator": "IRI" +}, +"id": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.300270", +"dc:title": "le Proviseur", +"dc:modified": "2012-01-18T14:31:18.300270", +"dc:creator": "IRI" +}, +"id": "158f9240-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.506891", +"dc:title": "Passions tristes et solidarité mécanique", +"dc:modified": "2012-01-18T14:31:18.506891", +"dc:creator": "IRI" +}, +"id": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.492846", +"dc:title": "Koumba", +"dc:modified": "2012-01-18T14:31:18.492846", +"dc:creator": "IRI" +}, +"id": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.465191", +"dc:title": "Enonciation", +"dc:modified": "2012-01-18T14:31:18.465191", +"dc:creator": "IRI" +}, +"id": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.777230", +"dc:title": "Propos central", +"dc:modified": "2012-01-18T14:31:18.777230", +"dc:creator": "IRI" +}, +"id": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.481081", +"dc:title": "élèves", +"dc:modified": "2012-01-18T14:31:18.481081", +"dc:creator": "IRI" +}, +"id": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.604210", +"dc:title": "salle informatique", +"dc:modified": "2012-01-18T14:31:18.604210", +"dc:creator": "IRI" +}, +"id": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.282457", +"dc:title": "couloir", +"dc:modified": "2012-01-18T14:31:18.282457", +"dc:creator": "IRI" +}, +"id": "158dc082-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.301137", +"dc:title": "inertie des rôles", +"dc:modified": "2012-01-18T14:31:18.301137", +"dc:creator": "IRI" +}, +"id": "158fbe46-41e1-11e1-b830-08002791f1b7" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-01-18T14:31:18.322531", +"dc:title": "silence", +"dc:modified": "2012-01-18T14:31:18.322531", +"dc:creator": "IRI" +}, +"id": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"lists": [ +{ +"items": [ +{ +"id-ref": "c_2344556E-A818-EA23-37FC-0E47A150EACD" +} +], +"meta": { +"dc:contributor": "undefined", +"dc:created": "2012-01-18T14:31:18.253513", +"dc:creator": "undefined", +"id-ref": "laurentcantet_entrelesmurs", +"dc:title": "Découpages personnels", +"editable": "false", +"dc:modified": "2012-01-18T14:31:18.253513", +"dc:description": "" +}, +"id": "g_EC198E56-925D-C733-5ADD-0E47A1505731" +}, +{ +"items": [ +{ +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54" +} +], +"meta": { +"dc:contributor": "undefined", +"dc:created": "2012-01-18T14:31:18.255675", +"dc:creator": "undefined", +"id-ref": "laurentcantet_entrelesmurs", +"dc:title": "twitter", +"editable": "false", +"dc:modified": "2012-01-18T14:31:18.255675", +"dc:description": "" +}, +"id": "laurentcantet_entrelesmurs" +} +], +"medias": [ +{ +"origin": "0", +"http://advene.liris.cnrs.fr/ns/frame_of_reference/ms": "o=0", +"href": "rtmp://media.iri.centrepompidou.fr/ddc_player/video/regardssignes/laurentcantet_entrelesmurs.flv", +"meta": { +"dc:contributor": "IRI", +"item": { +"name": "streamer", +"value": "rtmp://media.iri.centrepompidou.fr/ddc_player/video/regardssignes/" +}, +"dc:created": "2011-08-12T14:57:01", +"dc:duration": 7454880, +"dc:creator": "IRI", +"dc:created.contents": "2012-01-18", +"dc:title": "Entre Les Murs", +"dc:creator.contents": "IRI", +"dc:modified": "2012-01-18T11:14:05.915460", +"dc:description": "" +}, +"id": "laurentcantet_entrelesmurs", +"unit": "ms" +} +], +"meta": { +"dc:contributor": "admin", +"dc:created": "2012-01-18T11:11:04.645709", +"dc:creator": "admin", +"main_media": { +"id-ref": "laurentcantet_entrelesmurs" +}, +"dc:description": "

        Demo pour Cinecast

        ", +"dc:title": "Entre les murs demo Cinecast", +"id": "bb18dcdc-41bc-11e1-91b2-08002791f1b7", +"dc:modified": "2012-01-18T11:13:20.218406" +}, +"annotations": [ +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Générique\n\n\n\n\n\nPalme d'or à Cannes\n\n\n\n\n\nCoprod france 2\n\n\n\n\n\nAide de la Région Idf", +"img": { +"src": "" +}, +"title": "Générique", +"color": "16777215", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 0, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 0, +"tags": null, +"color": "16777215", +"media": "laurentcantet_entrelesmurs", +"id": "s_D1A9D98A-5316-4266-F17E-E0B53788250F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "pas de musique, juste des bruits mixés modulés en dynamique. Très peu de réalisateur ont utilisé ce choix radical : Clouzot et Cavalier par exemple , àchaque fois dans un but de radicaliser l'esthétique et l'univers diégétique. Ici pas d'intériorité des images exprimée par la musique, juste une volonté de faire réaliste... voir aussi le choix de prise de vue pour calquer les codes du documentaire", +"img": { +"src": "" +}, +"title": "introduction", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 0, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 0, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_913C21AD-8400-2C11-74E2-03E5BBE355F0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 0, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 0, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_24629288-261B-B71A-F1DA-DF434B326A0E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "générique", +"color": "0", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 453, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 453, +"tags": null, +"color": "0", +"media": "laurentcantet_entrelesmurs", +"id": "s_0BDAC8F0-0B5D-05D0-AE30-A414BB16128E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Arrivée du prof", +"img": { +"src": "" +}, +"title": "Entrée dans l'arène ++", +"color": "16777215", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 43152, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 43152, +"tags": null, +"color": "16777215", +"media": "laurentcantet_entrelesmurs", +"id": "s_0ABF3195-D342-371C-B848-E0B537887078" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "café\nchemin vers le collège", +"img": { +"src": "" +}, +"title": "hors les murs", +"color": "16777215", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 43504, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 43504, +"tags": null, +"color": "16777215", +"media": "laurentcantet_entrelesmurs", +"id": "s_E908CFC5-EB63-A11A-90C9-A415AA972F19" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Gros plan de François Marin au café.", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 43929, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 43929, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_824BD9E2-D695-8573-5224-FE0A24025712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sujet du film, la matière enseignée et l'enseignant. Le générique et les plans fixent la matière du film ( tableau noir et écrit à la craie)", +"img": { +"src": "" +}, +"title": "le tableau noir -le visage", +"color": "3342387", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 43929, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 43929, +"tags": null, +"color": "3342387", +"media": "laurentcantet_entrelesmurs", +"id": "s_4C7D1893-EACB-DE25-B362-7E15DD239522" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "le prof est pris en gros plan, seul dans ses pensées, à quoi pense-t-il ? il nous renvoie à nous même, intériorité du personnage dans son temps propre. ??", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1_in.jpg" +}, +"title": "plan 1", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 44600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 44600, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_08DE7C96-042C-20A6-68B0-ACBE57361694" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 44800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 44800, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_BA233807-8809-308E-C611-CBE91F63D957" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Arrivée au collège", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 44892, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 44892, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_9B7CB0EC-953A-8C74-DFC2-7CB6D5BD8D72" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "L'arrivée à l'école", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 45000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 45000, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_3416DF85-89E9-3339-BC3E-D13600305655" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan, le fond est flou; F.M. se lève et sort du café, la caméra effectue un leger panoramique pour le suivre, reste fixe pendant qu'il s'éloigne en gardant le point sur lui.", +"img": { +"src": "" +}, +"title": "Le professeur entre dans l'établissement scolaire", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 45048, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 45048, +"tags": [ +{ +"id-ref": "158a7cb0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158b6fda-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158c4c52-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_48F81E77-0DE8-146F-D928-B15BCEC09421" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 46760, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 46760, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_3130419D-5D95-8075-D058-08F1CF7EA0BE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le héros avance vers le feu rouge... On est dans le symbolisme lourdingue.", +"img": { +"src": "" +}, +"title": "Le Feu Rouge --", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 58284, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 58284, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_8F9C2737-3115-9ACD-49D5-0EC922A80CCA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 61450, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 61450, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_ED0C4D6C-11CC-4102-A6D2-08F1E6EEA439" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "il traverse au feu rouge", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 67584, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 67584, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E525B1B0-FD68-E8E7-F07B-229A7322462B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La caméra le cadre en plan rapproché taille, le suit à l'aide d'un panoramique. ==", +"img": { +"src": "" +}, +"title": "F.M. s'approche de l'établissement scolaire", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 75469, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 75469, +"tags": [ +{ +"id-ref": "158c4c52-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158c4c52-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_8F9D9229-0047-D7B9-5ED6-03418C99DCB4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "grille, barreaux, la prison école ++", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/2_in.jpg" +}, +"title": "plan 2", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 77000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 77000, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_CBB96BB8-20A4-4912-9AAA-099569156C79" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 77480, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 77480, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_DD22CE91-283B-6213-1BCD-09A5270DA6A2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "rencontre en rentrant au collège", +"color": "26112", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 85614, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 85614, +"tags": null, +"color": "26112", +"media": "laurentcantet_entrelesmurs", +"id": "s_7DE05471-6A58-8B54-E593-31D0ED40DEE0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 90561, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 90561, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_2431AC6A-2261-7702-3B97-09A506182A89" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "F.M. monte les escaliers", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 91239, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 91239, +"tags": [ +{ +"id-ref": "158dc082-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158dc082-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158dc082-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_73ECC01B-3B97-4B31-B965-03430F3FDFBC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La séquence s'ouvre sur le prof de français de dos et se clot sur sa présentation et donc son visage ++", +"img": { +"src": "" +}, +"title": "présentation profs, membres de l'équipe pédagoi et employés du collège", +"color": "26112", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 93397, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 93397, +"tags": null, +"color": "26112", +"media": "laurentcantet_entrelesmurs", +"id": "s_19849067-5722-0961-0B9B-31D2CAAEED72" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les profs se présentent et sont présentés dans leur humanité, leur regard sur la fonction, ou bien leur parcours. Certains evitent de parler du \"bahut\" ou rentrent dans le vif du sujet. François clôt la série des présentation, après la cuisinière et Gille le prof de Math. Cesure visuelle. Il est de face. ++", +"img": { +"src": "" +}, +"title": "le professeur - son contexte et la rentrée", +"color": "3342387", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 94618, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 94618, +"tags": null, +"color": "3342387", +"media": "laurentcantet_entrelesmurs", +"id": "s_826A1064-CC32-256F-A317-7E18F898B737" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La caméra nous montre le travail dans la salle, en attendant le passage de F.M. qu'elle suit en panoramique. ++", +"img": { +"src": "" +}, +"title": "F.M. en passant, jette un coup d'oeil à une salle qu'on est en train d'amenager", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 99800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 99800, +"tags": [ +{ +"id-ref": "158dc082-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158dc082-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158dc082-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_2B67444C-5361-2BA6-5620-B15DAFF621E8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les profs sont habillés en élève (cela se confirmera)... Les \"pros\", ce sont les ouvriers. Deux montent se côtoient. ++", +"img": { +"src": "" +}, +"title": "Habillage", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 99980, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 99980, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_AF0416A8-94AC-4884-0874-0ECA365AC6F4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "rouge de la borne incendie", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 112641, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 112641, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_A0BAEDDD-D825-7EC5-37BF-229B18E433C6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "salle des profs", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 113788, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 113788, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_C9731ED0-47A7-8BF7-9CF8-A4198D387025" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Présentations de rentrée", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 115631, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 115631, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B10A00BE-B043-9034-D349-7CB996C44B5D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Présentation des enseignants", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 116600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 116600, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_CCD89DB5-27C5-9CE4-0D2D-D136CAE0F061" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Présentation des enseignants", +"color": "16737843", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 118400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 118400, +"tags": null, +"color": "16737843", +"media": "laurentcantet_entrelesmurs", +"id": "s_E712C16A-7A6E-DBDA-2F06-D139C4482319" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Réunion des profs.\n\nTout le monde se présente - Effet de naturel - Un mot de François (réserve) --", +"img": { +"src": "" +}, +"title": "Réunion de rentrée", +"color": "16777215", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 119760, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 119760, +"tags": null, +"color": "16777215", +"media": "laurentcantet_entrelesmurs", +"id": "s_67119438-6013-9B69-3193-E0B53788A631" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La caméra effectue un panoramique horizontal et puis vertical pour cadrer F.M. qui, dos à la fénêtre, se présente, cadré en plan rapproché poitrine.", +"img": { +"src": "" +}, +"title": "F.M. se présente aux autres enseignants", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 205155, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 205155, +"tags": [ +{ +"id-ref": "158dc082-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158f34ee-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158f4394-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9F94ED98-9924-A580-4351-B15F7E6F8D2D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "lui face aux autres, à ses collègues, pas vraiment à l'aise, il se désigne, s'identifie, une situation conventionnelle où on l'on perçoit pourtant poindre un certain malaise. --", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/22_in.jpg" +}, +"title": "plan 22", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 205320, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 205320, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_DF009602-C440-FCC1-5EDD-ACC014A61464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Les horaires", +"color": "16737843", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 216800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 216800, +"tags": null, +"color": "16737843", +"media": "laurentcantet_entrelesmurs", +"id": "s_97237AD3-C369-31B3-A646-D13A37F65E46" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Distribution des plannings - Gentils pas gentils --", +"img": { +"src": "" +}, +"title": "Les plannings", +"color": "16777215", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 221520, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 221520, +"tags": null, +"color": "16777215", +"media": "laurentcantet_entrelesmurs", +"id": "s_4041B4A6-9CC2-FFB0-A225-E0B537881436" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "la feuille de TPS", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 225282, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 225282, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E8ECFB58-C4B3-889D-10F5-229CBF15886B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "salle des profs (emplois du temps)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 227577, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 227577, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_300A0EC6-B0F6-A1D4-0DB0-A419B968A57C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En premier plan des enseignants, F.M. apparaît sur le fond, cadré en plan américain.", +"img": { +"src": "" +}, +"title": "F.M.s'approche du Proviseur", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 227945, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 227945, +"tags": [ +{ +"id-ref": "158f4394-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158f9240-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_19303891-E71A-96B2-892F-034895558D46" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Raccord sur l'axe, la focale est plus longue que dans le plan précedent. ++", +"img": { +"src": "" +}, +"title": "F.M. regarde ses horaires avec le Proviseur", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 229795, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 229795, +"tags": [ +{ +"id-ref": "158f9240-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158f9240-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_28B644F6-6E91-498C-B967-B1618A24510A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/32_in.jpg" +}, +"title": "plan 32", +"color": "3342591", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 248680, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 248680, +"tags": null, +"color": "3342591", +"media": "laurentcantet_entrelesmurs", +"id": "s_F2D44351-CED6-C388-F291-0A2875BD8002" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Très marrant ici, probablement incontournable (si ce n'est pas entre profs ce sera entre profs et administration), mais rend difficile les \"changements\" de rôle des élèves --", +"img": { +"src": "" +}, +"title": "gentil/pas gentil", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 258384, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 258384, +"tags": [ +{ +"id-ref": "158fb504-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158fbe46-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158fc12a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_07BB3EE1-93CE-543F-0D3B-B728312CF37D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "lui face aux élèves, trier selon le critère \"gentil pas gentil\", il est à son poste, sur le pas de la porte. ++", +"img": { +"src": "" +}, +"title": "\"seul\" à la porte : le passeur", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 263000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 263000, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_EB5353AB-BBD2-01C7-0731-EF21C0F4E8B7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "la séquence de rentrée depuis la salle des profs ou un prof fait le tri entre les énéves, gentil pas gentil... --", +"img": { +"src": "" +}, +"title": "séquence rentrée", +"color": "13369395", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 263006, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 263006, +"tags": null, +"color": "13369395", +"media": "laurentcantet_entrelesmurs", +"id": "s_B2493893-8494-73DB-4B37-03DD100AC570" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/33_in.jpg" +}, +"title": "plan 33", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 263200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 263200, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_2E557CF1-3CE1-C723-4E05-FAF09E1B452F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. cadré en plan rapproché poitrine attend les élèves sur le seuil de la salle de cours.", +"img": { +"src": "" +}, +"title": "Premier jour : arrivée des élèves", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 264077, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 264077, +"tags": [ +{ +"id-ref": "158fc12a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158fc12a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158ffabe-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_C29D72B8-C871-0690-F14F-B16243ADE307" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "premier jour- F.M. reproche aux élèves qu'ils perdent à chaque fois 5 minutes", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 264400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 264400, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_F1085DC2-6706-BC17-8B3C-D13C8B50DABA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 271040, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 271040, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B225180D-488C-BE54-E6CC-4461C8B8920F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/34_in.jpg" +}, +"title": "plan 34", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 271440, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 271440, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_E19E71EE-2767-8C6D-4A69-0A17F83DEABD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "PLan rapproché poitrine, de dos.", +"img": { +"src": "" +}, +"title": "F.M. attend l'arrivée des élèves.", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 271495, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 271495, +"tags": [ +{ +"id-ref": "158ffabe-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158ffabe-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "158ffabe-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_ABC5A955-68BF-127D-98B4-034BF4FBB15F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Arrivée des élèves - Scène de classe 1 - durée :\nChahut\nBaisse ta capuche\nRéflexion sur le temps ++\nCompétition : les autres font une heure (pas vraiment un problème)", +"img": { +"src": "" +}, +"title": "Scène de classe 1", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 271867, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 271867, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_E05BBA49-7F3D-AA2A-99E1-E0B5378859E5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "la séquence de rentrée depuis la salle des profs ou un prof fait le tri entre les énéves, gentil pas gentil...", +"img": { +"src": "" +}, +"title": "séquence rentrée :entrée dans la classe et choix des places : violence idem cour de récréation cris chahut", +"color": "16711731", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 278600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 278600, +"tags": null, +"color": "16711731", +"media": "laurentcantet_entrelesmurs", +"id": "s_C3AFF448-54CD-1C06-DFB0-08F9D0330923" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/36_in.jpg" +}, +"title": "plan 36", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 278920, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 278920, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_95CD76BF-40BC-BAFA-C9AC-0A198CB8AD83" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/37_in.jpg" +}, +"title": "plan 37", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 282840, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 282840, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_663170C0-E345-CC7D-B51C-03C5AEBF2F16" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le cadre (légèrement décadré?) est rempli par les élèves, F.M. s'installe à sa place, sur le fond du cadre. L'espace sonore est dominé par les voix des élèves. ++", +"img": { +"src": "" +}, +"title": "F.M. entre dans la salle de cours.", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 282924, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 282924, +"tags": [ +{ +"id-ref": "158ffabe-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15909712-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15909712-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_11BFA704-4C5E-6B97-EAC8-034D7BF85328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "la casquette", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 283855, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 283855, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_245155B0-2A18-2945-2813-229DB6B1ABE0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "brouhaha-> calme\ndiscussion sur heure de cours (55 min)\nnoms sur feuille\nfin sur sherif, qui écrit, et ouverture de la sène suivante sur prof en train d'écrire", +"img": { +"src": "" +}, +"title": "classe", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 284471, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 284471, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_1F8701FA-1EF5-9533-DA39-A40926ABC8D5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/38_in.jpg" +}, +"title": "plan 38", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 286280, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 286280, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_06B346C0-78D2-D62A-B3C8-0981AFE4CCF3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/39_in.jpg" +}, +"title": "plan 39", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 296120, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 296120, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_7860E056-6FEB-8A74-A352-03C7A32DE1B2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "attente à son poste , faisant face aux élèves par le dispositif de la classe, il attend que tous trouvent une place, cela prend du temps. ++", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/39_in.jpg" +}, +"title": "plan 39", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 296120, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 296120, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_083F451E-E2A9-6146-C140-AD68A22FCBEF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. sur le fond, plan moyen.", +"img": { +"src": "" +}, +"title": "Les élèves sont assis", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 296752, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 296752, +"tags": [ +{ +"id-ref": "15909712-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15909712-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1590de5c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1590de5c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_6E332C62-CFF5-97D6-8B18-B16601C71FE0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/40_in.jpg" +}, +"title": "plan 40", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 301120, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 301120, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_B8FC97B6-3C53-0DA1-1BF8-03C85E5E7263" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "pas de musique, juste des bruits mixés modulés en dynamique. Très peu de réalisateur ont utilisé ce choix radical : clouzot cavalier par exemple , à chaque fois dans un but de radicaliser l'esthétique et l'univers exprimé. Ici pas d'intériorité des images, juste une volonté de faire réaliste... voir aussi le choix de prise de vue ++", +"img": { +"src": "" +}, +"title": "appel à l'ordre, cris et coups sur la table", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 304200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 304200, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_8A5DF857-9C7C-74EC-B9F0-08EB423F157E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Zoom sur F.M.", +"img": { +"src": "" +}, +"title": "F.M. tente d'obtenir le silence.", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 304251, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 304251, +"tags": [ +{ +"id-ref": "1590de5c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1590de5c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1590de5c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1590de5c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_47631B4A-B2C6-924F-4C10-B1669AF054C0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/41_in.jpg" +}, +"title": "plan 41", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 304400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 304400, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_37899BD3-7756-CA58-A935-03C8011BCABB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vécu personnellement avec en gros les mêmes arguments que le personnage-auteur, sauf qu'avec des BTS en \"alternance\", la perte du temps est encore plus \"suicidaire\" compte tenu des taux de réussite très faible et du fait que le BTS est plus un concours qu'un examen (de fait) ++", +"img": { +"src": "" +}, +"title": "brouhaha du début de cours", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 304763, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 304763, +"tags": [ +{ +"id-ref": "15911bec-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1591206a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15912380-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_A15DE157-4B24-463A-5827-B72B2BB412BB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "la séquence de rentrée depuis la salle des profs ou un prof fait le tri entre les énéves, gentil pas gentil...", +"img": { +"src": "" +}, +"title": "séquence rentrée : consigne", +"color": "16711731", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 305580, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 305580, +"tags": null, +"color": "16711731", +"media": "laurentcantet_entrelesmurs", +"id": "s_875D47AA-EF7F-E45D-D601-08F9EA620B6C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/42_in.jpg" +}, +"title": "plan 42", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 309240, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 309240, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_59824DE3-9F72-6F34-0C22-0985E8C3B50C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/42_in.jpg" +}, +"title": "Insert : le poing de F.M.", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 309240, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 309240, +"tags": [ +{ +"id-ref": "15912380-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15912380-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9B671F2A-F8F6-1FF7-9286-03568A0F82DF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Insert : le poing de F.M. sur le bureau.", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 309280, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 309280, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_3C430E99-0C8D-DA00-F70A-FE0CA7B74BD8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "pas de musique, juste des bruits mixés modulés en dynamique. Très peu de réalisateur ont utilisé ce choix radical : clouzot cavalier par exemple , à chaque fois dans un but de radicaliser l'esthétique et l'univers exprimé. Ici pas d'intériorité des images, juste une volonté de faire réaliste... voir aussi le choix de prise de vue ++", +"img": { +"src": "" +}, +"title": "consigne en voix off : on se calme maintenant", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 309550, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 309550, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_99AEADE2-456A-7B43-B68F-08EB82E2DC15" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "le poing le teeshirt", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 309762, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 309762, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E2074B97-9C45-230C-0FB2-229E15E9DE27" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/43_in.jpg" +}, +"title": "plan 43", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 310280, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 310280, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_677006E4-8E75-59FA-D81E-09865A2A2D53" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 310600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 310600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D9B7CE4B-94E0-9963-16D7-4462E32B3C91" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Panoramique vertical ++", +"img": { +"src": "" +}, +"title": "Le t-shirt d'une fille", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 312800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 312800, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_F0CEAC94-63B3-41C8-A2F2-FE0D7A7E8B88" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 313100, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 313100, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_168A77F6-4B2D-8C30-C1DA-D0ACA155D700" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. dit à un élève de baisser sa capuche", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 316180, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 316180, +"tags": [ +{ +"id-ref": "15912380-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15912380-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15912380-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_1EC49256-0A92-5C03-1245-B16708C7C151" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "la main les gestes la capuche", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 316521, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 316521, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B1D452D9-3503-E9DD-6DB0-22A0760BEBEB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 317110, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 317110, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_C63B0E7D-00B4-00D1-289F-D0AD9D089EF6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 317600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 317600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_C8727430-62BD-CF86-F6B3-4463600CE46C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les élèves prennent la première d'une longue série de leçons de morale qui ne prend pas. Ils refusent d'entrer dans la logique du prof, avec l'intervention quasi-poétique de Kemba. Je pense à \"Teacher Man\" (bien plus fort). --", +"img": { +"src": "" +}, +"title": "Les Fourches caudines", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 319912, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 319912, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_CBDAD2F4-EBED-862F-ABF9-0ECCA2498C60" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/46_in.jpg" +}, +"title": "plan 46", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 324440, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 324440, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_139D4C6B-F8D6-FD7B-F458-03D5CD75F168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Perdre du temps", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 325130, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 325130, +"tags": [ +{ +"id-ref": "1591ef2c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1591ef2c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1591f15c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_8329763B-FAE2-0B0E-8DB5-FE733813E496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. ne veut pas perdre du temps", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 325130, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 325130, +"tags": [ +{ +"id-ref": "1591f15c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1591f15c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1591f15c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_845A146F-23DD-191A-0FBB-B167D26A2AAA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/47_in.jpg" +}, +"title": "plan 47", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 327080, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 327080, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_BD901983-E506-D251-F7A3-097E8911B0B4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "pas de musique, juste des bruits mixés modulés en dynamique. Très peu de réalisateur ont utilisé ce choix radical : clouzot cavalier par exemple , à chaque fois dans un but de radicaliser l'esthétique et l'univers exprimé. Ici pas d'intériorité des images, juste une volonté de faire réaliste... voir aussi le choix de prise de vue ++", +"img": { +"src": "" +}, +"title": "son", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 327800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 327800, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_9547C052-6AE5-1A76-145E-08EC3A8A0A09" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/48_in.jpg" +}, +"title": "plan 48", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 329000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 329000, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_C84A696D-2AFD-1DF7-9482-03D5BC009548" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, caméra à l'épaule", +"img": { +"src": "" +}, +"title": "encore sur la perte de temps", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 329887, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 329887, +"tags": [ +{ +"id-ref": "1591f15c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1591f15c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1591f15c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_4F096A67-20A5-09C3-72E6-B16823758337" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Belle dynamique d'échange verbal qui a contribué à rendre crédible le monde de cette classe difficile dépeint par le film - le son est très brut, les micros sont disposés pour rendre toute l'intelligibilité des propos qui est constamment privilégiée. Ce qui est démontre un choix d'une technique d'enregistrement proche de celle du reportage direct avec des sons pris sur le vif. La voix du professeur est entendue alors que la caméra passe d'un champ à l'autre et le tissage des dialogues en questions-injonctions-réponses traduit bien le type de situation orale d'apprentissage représentée. ++", +"img": { +"src": "" +}, +"title": "échange prof-élèves", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 332290, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 332290, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_AAE07801-47A0-1F51-66F3-08EC712ADE9D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 344400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 344400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_649041DF-3392-CC6F-3E4A-4463B58C04FC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 345800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 345800, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_DC2D482F-4532-A7A7-1BC9-D0AEFEA8CC80" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/50_in.jpg" +}, +"title": "plan 50", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 351760, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 351760, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_269ECF5F-2E8B-5E1C-C330-03D557A858BD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "encore sur la perte de temps", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 352130, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 352130, +"tags": [ +{ +"id-ref": "1591f15c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1591f15c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1591f15c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_0762165F-504B-2E1C-E598-B1689198DB22" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Marin est obligé de corriger sa phrase. ++", +"img": { +"src": "" +}, +"title": "Koumba fait remarquer qu'on ne fait jamais une heure de cours.", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 353531, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 353531, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_B0C5E602-46E6-24BB-E1C2-FD9806B7941E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/51_in.jpg" +}, +"title": "plan 51", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 355360, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 355360, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_394E4A03-16B9-27E2-35F2-D0AFAA395BE1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 355400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 355400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F9910BC7-3BFC-FD77-A92F-446431D022FD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. dit à Koumba de lever son doigt pour parler", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 358596, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 358596, +"tags": [ +{ +"id-ref": "1591f15c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1591f15c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1591f15c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_6A1C621B-18DB-7113-1425-B168BD79CD17" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/52_in.jpg" +}, +"title": "plan 52", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 358960, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 358960, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_A0385387-9E48-EA05-23B4-03D53329065C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/53_in.jpg" +}, +"title": "plan 53", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 360840, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 360840, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_5BAF23E9-ABA6-5F71-DA95-D09D05EF5C54" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 361400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 361400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_03C33704-F88E-25AB-FD15-4464718F15A6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "silence du prof", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 369098, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 369098, +"tags": [ +{ +"id-ref": "1591f15c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_482A3D31-101D-09D5-3322-FE7338154DD5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "silence du prof", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 369098, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 369098, +"tags": [ +{ +"id-ref": "1592dd38-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592dd38-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592dd38-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_68AB2EE8-C9A6-AD5B-6AAE-B1690405E2A9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/54_in.jpg" +}, +"title": "plan 54", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 369240, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 369240, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_835A4D83-D6DF-7FE6-F990-03D56F1870C1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "premier silence du prof", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 369407, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 369407, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_B94DD80D-0B25-B987-4D85-B169646B5523" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 371600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 371600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_6863D301-D1C4-CEFF-FEEE-4464CBC0EFF7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/55_in.jpg" +}, +"title": "plan 55", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 371720, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 371720, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_F8E2A55F-7A85-6AE2-0FF1-D097CE1E9CFD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/56_in.jpg" +}, +"title": "plan 56", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 374760, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 374760, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_BECF9952-35DB-BFB7-4E88-03D57DBE62A1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6749952", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 377973, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 377973, +"tags": null, +"color": "6749952", +"media": "laurentcantet_entrelesmurs", +"id": "s_907A039D-803A-2C67-3CB7-2DAFD9A9661C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/57_in.jpg" +}, +"title": "plan 57", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 379440, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 379440, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_ADBDD67F-FB4B-ECE0-44E3-D0954E8883DA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "encore sur la perte de temps, F.M. invite les élèves à écrire leur nom et prénom", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 384370, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 384370, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_196BF50B-D000-A1BD-9DB4-B16AC115D5BF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/58_in.jpg" +}, +"title": "plan 58", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 384560, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 384560, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_AE463786-DDC3-57F5-2B78-03D58FCF061C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Chaque élève doit écrire son nom et prénom", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 388400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 388400, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_F11344F4-5F93-576A-A30E-D13FF97828C2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 392000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 392000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_575713A7-C855-ADF5-8621-4465BF93FAC3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/60_in.jpg" +}, +"title": "plan 60", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 392360, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 392360, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_CFEC0BAA-DF19-191D-2022-D0930A4580B4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 392600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 392600, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_09DC6127-8E26-9BAB-7E7D-FE101DD3F8F7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 396500, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 396500, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_7C37E1A4-089B-618F-34CF-D096798B415B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "10040166", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 400651, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 400651, +"tags": null, +"color": "10040166", +"media": "laurentcantet_entrelesmurs", +"id": "s_CF59C2AA-4D13-12C3-DEF8-2DB15B205D82" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 402200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 402200, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_3C2E1FAD-AD82-0951-4FEE-097D77B00FF0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "\"votre nom et votre prénom\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 402765, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 402765, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B707C6CE-BCB3-5365-5347-B16B184AAEDE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/63_in.jpg" +}, +"title": "plan 63", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 404960, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 404960, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_87AD1BFF-9A42-360E-2E48-D09242BF21F3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 405000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 405000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_9BCBE919-666C-67EF-CC02-4466D42E5EBB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La fiche de présentation - Scène de classe 2 - Durée \nJ'écris pas si vous n'écrivez pas --", +"img": { +"src": "" +}, +"title": "Scène de classe 2", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 409920, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 409920, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_2406D977-09A7-0BD4-7E01-E0B5378850B0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/64_in.jpg" +}, +"title": "plan 64", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 411320, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 411320, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_C063CE49-D19E-5998-A09B-03D87E5CD038" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, panoramique pour suivre les mouvements de F.M., en légère contre-plongée", +"img": { +"src": "" +}, +"title": "F.M. répond à Esmeralda", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 411722, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 411722, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_8A1F6EB9-4C7A-B904-4C75-B16B6D837FD9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "mains elève prof - ecrire son nom", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 413392, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 413392, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_694B4B62-025C-B3BE-372B-22A188433286" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/65_in.jpg" +}, +"title": "plan 65", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 418640, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 418640, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_69FF26AC-C406-87F7-59DD-D0920170823C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 418800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 418800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_2FAFC50F-5403-97C8-A9BF-446770FDCE6A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/66_in.jpg" +}, +"title": "plan 66", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 423080, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 423080, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_A50E589A-0112-0099-F561-03D8690F3FC5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "François se présente à la classe", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 423150, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 423150, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E9522026-AD1C-B089-E794-FE7338176750" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, légère contre-plongée", +"img": { +"src": "" +}, +"title": "François Marin se présente", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 423150, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 423150, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9B4F4F6C-73E2-F52D-F72A-B16BB3D43E6D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 428400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 428400, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_482C4D32-1024-CC74-465D-FE10C9B1ECFB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/67_in.jpg" +}, +"title": "plan 67", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 428520, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 428520, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_8025E107-DA90-C002-82BC-D0A0A9937B2D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 428600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 428600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_0AFC2401-C9F5-C85E-6EE9-44681D3907F2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "ecrire : supports-usages- postures", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 432541, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 432541, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_CE45C50E-4A09-1167-85B4-22A33654877C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "seul dans la classe salle des profs", +"color": "3342540", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 448451, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 448451, +"tags": null, +"color": "3342540", +"media": "laurentcantet_entrelesmurs", +"id": "s_365FBBF5-873F-BEDD-DCD4-03DC349E9365" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "François, appliqué au premier jour", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 449031, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 449031, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D9DCC292-8140-C11A-EB98-796EEBAA4521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, panoramique vertical et puis panoramique horizontal.", +"img": { +"src": "" +}, +"title": "F.M. prend des notes", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 449095, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 449095, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_124F94F3-1296-24FB-0C7B-B19865B837ED" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "seul dans la salle des profs. remplissant des taches administratives. --", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/74_in.jpg" +}, +"title": "plan 74", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 449280, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 449280, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_415795A5-C97B-A944-AC6A-AD6A816EBCAE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/74_in.jpg" +}, +"title": "plan 74", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 449280, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 449280, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_5E4D3A7F-3FDE-EED3-5EAE-03D92B071F69" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Dans la salle des enseignants, on distribue des gâteaux, François Marin reste silencieux.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 449600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 449600, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_C0835578-EA0A-4ED9-0FD3-D140C315DAEE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "prof travaille\ncollègue propose des biscuits", +"img": { +"src": "" +}, +"title": "salle des profs", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 452665, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 452665, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_45E4E838-7056-6ADF-9DDD-A409318996A5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "toutes les contradictions:\nquestions des religions, des nations, des races, des tribus, des orientations sexuelles...\ncontradiction privé/public: ce qui se dit dans le privé qui franchit ou ne franchit pas le seuil du public. ++", +"img": { +"src": "" +}, +"title": "Toutes les contradictions du monde entrent dans la salle de classe et passent les murs de l'institution scolaire.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 458915, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 458915, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D3B61D3E-09BE-731F-BE8B-7DE3B8F6BCCC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Interruption de la scène - Salle des profs (pourquoi ?) --", +"img": { +"src": "" +}, +"title": "Intermède inutile", +"color": "16777215", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 462053, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 462053, +"tags": null, +"color": "16777215", +"media": "laurentcantet_entrelesmurs", +"id": "s_4E80B6C2-2BEA-DAFB-CF06-E0B5378839C1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "seul dans ses pensées, il décline une ofre de convivialité da sa collègue... --", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/76_in.jpg" +}, +"title": "plan 76", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 467920, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 467920, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_58E4B968-E443-1865-60FC-09B321D9F835" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille, caméra portée dont on perçoit le léger mouvement", +"img": { +"src": "" +}, +"title": "Une collègue offre des gâteaux", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 469172, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 469172, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5AD26468-3425-FFD1-8BCC-B1992406E851" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "vocabulaire : spirituel, argenterie, succulent\npourquoi des noms \"français\" pour les exemples (bill...) ++", +"img": { +"src": "" +}, +"title": "classe", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 480987, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 480987, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_50A09225-C685-EE57-19CF-A4091CE74649" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les mots - Scène de classe 3 - Durée:\n- Se mettre à leur niveau : le foot\nPlans de coté\n- Racisme de Esmeralda contre le Chinois\nMise à l'écart du noir qui travaille chez lui\nLes noms de batos : je suis pas fière d'être fançaise\nDébat sur l'identité ++", +"img": { +"src": "" +}, +"title": "Scène de classe 3", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 483636, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 483636, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_5028593F-40F8-A790-908D-E0B5378818C0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 484000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 484000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_FD3888F3-2A90-1768-B6E0-446971D8853E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "expliciter la langue française- situation d'interaction", +"color": "10027008", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 484356, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 484356, +"tags": null, +"color": "10027008", +"media": "laurentcantet_entrelesmurs", +"id": "s_36558848-4544-66C7-2699-22A587833C41" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Les termes que les élèves ne connaissent pas.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 484356, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 484356, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_1DC1596A-ADD0-D04B-DF5E-DEDD339AAF59" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapporché poitrine", +"img": { +"src": "" +}, +"title": "F.M. écrit au tableau les termes que les élèves ne connaissent pas", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 488013, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 488013, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_137DEE58-CF8E-70EA-58C8-B199AA2186D9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 492400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 492400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_80FD8392-5F91-942A-6E4C-4469C90C8B17" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ++", +"img": { +"src": "" +}, +"title": "Le mot condescendance", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 497896, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 497896, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_1456275F-8215-C95D-3F64-B199F782850C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 503800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 503800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_ADBFDBF2-32B6-CEEB-CDFA-446A0DE1C624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan", +"img": { +"src": "" +}, +"title": "F.M. \"t'es pas sûr du tout?\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 508707, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 508707, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_416DC7EF-EEAE-BC31-A6FC-B19A3952F538" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 513000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 513000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_926435CA-B7AC-F761-75AF-446A549F0714" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "\"argenterie\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 516429, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 516429, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5ED273BB-A7DB-91C7-1FD8-B19A7F3A060E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 519400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 519400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F7446C12-D763-3535-80EA-446A6FAAB33B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule, panoramique vertical suivant le mouvement de F.M. ++", +"img": { +"src": "" +}, +"title": "\"les habitants de l'Argentine\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 521988, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 521988, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B33DC6D7-1EDE-1864-8086-B19ABF7FDB03" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 525800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 525800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_488F1087-F1BB-687F-F59D-446AB19DD870" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule ++", +"img": { +"src": "" +}, +"title": "F.M. insiste pour que Damien trouve le mot correct", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 527640, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 527640, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FC590AA7-6817-D502-D0FE-B19AE0B598F9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 530000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 530000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_21026975-3E6F-118B-7A0B-446AE2F9B7F0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule ++", +"img": { +"src": "" +}, +"title": "F.M. insiste encore", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 531563, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 531563, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_401B8F71-6970-CDAF-28FE-B19B2345810B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 534000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 534000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_885B3891-F3F2-EB64-CD8F-446B3D3A6DF3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. pose une question à Henriette", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 544227, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 544227, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_78E02589-8756-0928-3FFF-B19B6A756C53" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 545800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 545800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_1B58636F-7CE2-91E2-8B95-446BFF27668A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "un mot dans le texte que tu n'as pas compris - désormais - \"le soufflage\"", +"color": "10027008", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 549688, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 549688, +"tags": null, +"color": "10027008", +"media": "laurentcantet_entrelesmurs", +"id": "s_CD8A8A75-D9A0-D80F-A9BC-22A6A32A6462" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Silence avant le soufflage ++", +"img": { +"src": "" +}, +"title": "Henriette n'a rien à dire", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 550200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 550200, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_0B359655-BF1A-3CBC-18A5-03EA92A4FC43" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. attend la réponse d'Henriette", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 551022, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 551022, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9EB222FF-C969-1486-93A9-B19BC0172861" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 554800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 554800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_CAEAD401-BB95-8049-A716-446C681C1285" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "F.M. remercie Samantha pour le soufflage", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 557800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 557800, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_439C89AD-C75A-EFDA-2016-03ECEC9E7D86" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. laisse comprendre qu'il a entendu le soufflage de Samantha", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 558126, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 558126, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_BC295305-576E-8979-6CB6-B19C5ABA9C98" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 562200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 562200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_08BE2085-BE96-9A82-BC20-446C85D68D5A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, de dos", +"img": { +"src": "" +}, +"title": "F.M. écrit au tableau", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 563994, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 563994, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_0A94FC20-6262-CA83-1493-B19C98A9A53C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 567000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 567000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_CF39091F-779C-9BEC-4875-446CCBBDEDDA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "Autrichienne : \"tout le monde ça veut dire quoi \" / On est toujours l'imbécile de quelqu'un", +"color": "10027008", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 567710, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 567710, +"tags": null, +"color": "10027008", +"media": "laurentcantet_entrelesmurs", +"id": "s_65134D60-84EB-FA61-D2EA-22A8E01D94D1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "Le mot \"autrichienne\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 569890, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 569890, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E2BCD50F-0E88-C3BC-2C0B-B19CF095B29D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 573800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 573800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_92826B2C-C9A8-E2D8-7E2B-446D11D2F449" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. défend Wei", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 580364, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 580364, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_17FB8D40-AAEE-3E4C-2AAB-B19D3F610B41" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 585200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 585200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F218C9C3-F8B7-65BA-2B08-446D4BE03504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ++", +"img": { +"src": "" +}, +"title": "F.M reproche à Esmeralda de se moquer de Wei", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 587160, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 587160, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_6139A982-AA22-0760-5FB6-B19D6C7AC0D4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "F.M. et Esmeralda à propos du mot \"autrichienne\"", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 587200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 587200, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_1E61C81B-EE93-9363-D0A4-03EF961FA40A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 591600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 591600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_5C509714-9397-945A-95CA-446D723DC02D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 596426, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 596426, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_667E7E02-3144-B9C9-12FD-B19DA10C08D5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 598600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 598600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B26D2198-6949-105F-9C41-446D8C65A11A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. défend Wei", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 600750, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 600750, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_61119D62-1B72-4DA1-5623-B19DD6D124F3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 607200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 607200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_973C1D31-FA7D-0420-DD67-446DBCB4E3FC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. demande si qq'un connait un autrichien célèbre", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 610770, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 610770, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_2C0D9D3E-B200-84B5-9A26-B19E2754E872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 618400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 618400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_805FE3DC-AFB2-4F1B-687E-446E2E98E8B1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ++", +"img": { +"src": "" +}, +"title": "\"Wolfang\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 621444, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 621444, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_00DEF5BE-0DBD-901D-86D5-B19E5B9EBD16" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 625000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 625000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_CC648D67-AEF6-B5C7-F99D-446ED25CBD91" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, panoramique horizontal", +"img": { +"src": "" +}, +"title": "Fin du discours sur l'Autriche", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 629166, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 629166, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_0C9586CF-8AC5-EFF0-E528-B19E8936199B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 631600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 631600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_ED6040F1-3562-DFFC-3F45-446EF35B6F0A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, panoramique horizontal qui laisse de l'espace vers la droite du cadre : F.M. regarde vers le fond de la salle ++", +"img": { +"src": "" +}, +"title": "F.M. demande à Souleymane de noter les mots", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 635652, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 635652, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_44E78D02-12D6-3534-81ED-B1A506698877" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 639200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 639200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_0EC82738-D0D8-C726-582E-446F6E80F9B9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule, la caméra bouge sensiblement --", +"img": { +"src": "" +}, +"title": "F.M. gêné par le comportement de Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 643374, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 643374, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_4BE857D3-5CBC-411E-8F3E-B1A52CF02237" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Dans cette séquence, F.M. refuse d'affronter directement le problème face à l'arrogance de Souleymane. --", +"img": { +"src": "" +}, +"title": "Souleymane refuse de prendre des notes.", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 645462, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 645462, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_F4A991C9-BB4B-BE2C-DE7F-FD99A31DA797" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 646400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 646400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_6B9C273D-850F-EA7A-BD35-446F9AD98B85" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule --", +"img": { +"src": "" +}, +"title": "F.M. commente le comportement de Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 648624, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 648624, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_CD9FE0A8-0FB4-6A30-3202-B1A63A49298A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Souleymane n'a pas ses affaires", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 649882, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 649882, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_806ACB91-0F52-0BDE-E55C-DEDE284782B1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 652200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 652200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_4724D515-5DC6-4532-49B8-446FF735968C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 664377, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 664377, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_18B54811-1168-9BE8-1AD0-FE7338180179" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. reprend le cours", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 664377, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 664377, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D5A204CA-F206-2535-03D5-B1A6D5F96828" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "le succulent cheeseburger", +"color": "10027008", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 664582, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 664582, +"tags": null, +"color": "10027008", +"media": "laurentcantet_entrelesmurs", +"id": "s_EB944718-6962-10F6-75EE-22AC075F508A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 668000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 668000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F2F7AFC1-8765-F2A6-0CAB-447052C0048C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille --", +"img": { +"src": "" +}, +"title": "F.M. commente la blague de Boubacar", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 676423, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 676423, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_357B0A5C-3C5C-1BA3-DA7D-B1A749E50618" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 676423, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 676423, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D867AFE9-FAAB-50E3-D466-FE73381AC759" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 678400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 678400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_87CB16B8-AFD8-D3DD-047F-447139BD9825" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 680438, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 680438, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_0D02410F-587C-AD97-05F7-FE73381B0573" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine de dos", +"img": { +"src": "" +}, +"title": "F.M. écrit un exemple au tableau", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 680438, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 680438, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_65BD689D-6BFE-EF45-44EE-B1A7D0CF96D0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 693000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 693000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_4A960972-9033-BB7C-E3F5-4471A964AA32" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille ++", +"img": { +"src": "" +}, +"title": "réplique d'un élève", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 693410, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 693410, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D1509B95-2E58-A2FF-F7C5-B1A902A11DFF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 693410, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 693410, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_2C468D7E-86F7-7B1D-ACE5-FE73381DEEAA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 699897, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 699897, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_98E3FF4F-57A2-4CAD-3CBA-FE73381EC2E8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule --", +"img": { +"src": "" +}, +"title": "\"cheeseburgers\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 699897, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 699897, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E3413473-31BB-39AE-D7D4-B1A978861AB9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 705400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 705400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_422811BA-4F87-527E-82D6-4471F937B7C6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 707310, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 707310, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5F71A3B7-D00E-D83B-FA81-FE73381F32F5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. insiste sur le mot \"succulent\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 707310, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 707310, +"tags": [ +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "1592f7a0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_192BF4DD-4766-9F09-6153-B1A9F4AF3F0A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "la puce à l'oreille", +"color": "10027008", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 710764, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 710764, +"tags": null, +"color": "10027008", +"media": "laurentcantet_entrelesmurs", +"id": "s_788AA985-DDD3-6DA0-14E0-22AC9F339A23" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 714200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 714200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_74B64020-A6EB-34DD-BBAA-44724F6322C3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Type de moment où les cours de français (et les cours en général) ont une plus-value forte (interaction d'apprentissage peu probables ailleurs) mais ne se déroule que trop rarement compte tenu de la peur d'être dévalorisé en public, y compris dans les groupes \"avec confiance\"... d'ailleurs dans la séquence suivante on revient sur une discussion \"classique\" sur les \"origines et sentiment d'appartenance\" pas inintéressante mais qui prend très souvent le pas sur le temps consacré aux moments d'apprentissage (comme le \"brouhaha de début de cours\", les \"plaintes contre l'administration\", etc.) --", +"img": { +"src": "" +}, +"title": "\"puce à l'oreille\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 714533, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 714533, +"tags": [ +{ +"id-ref": "15982e32-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_2A405369-CAAE-8F42-FD73-B7396AA08F1B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 722985, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 722985, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_2B03E348-35B8-C98D-3FC2-FE7338214744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule, panoramique qui suit ses mouvements", +"img": { +"src": "" +}, +"title": "F.M. insiste sur la définition du mot", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 723290, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 723290, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_047732A7-2751-167E-D1FA-B1AB1C15AE8F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "des bill", +"color": "6749952", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 731612, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 731612, +"tags": null, +"color": "6749952", +"media": "laurentcantet_entrelesmurs", +"id": "s_3DFF886F-19ED-2BA1-C681-31D6A93AC0CB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "10040166", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 731612, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 731612, +"tags": null, +"color": "10040166", +"media": "laurentcantet_entrelesmurs", +"id": "s_CD41382D-7624-399F-4D1C-31D79A8CFDAA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "des noms de Bill, des noms de babtou", +"color": "10027008", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 732167, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 732167, +"tags": null, +"color": "10027008", +"media": "laurentcantet_entrelesmurs", +"id": "s_177B7CF1-1092-186C-50D4-22B1280CA0FA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 733400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 733400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_45F7B9D5-5351-9600-692A-4472B297EEA2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule, la caméra panoramique pour suivre le mouvement de F.M. --", +"img": { +"src": "" +}, +"title": "Critique du choix des noms", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 737579, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 737579, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D1DD54FA-7D64-0786-6839-B1AB910B68B0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 737579, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 737579, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_BA7920E0-9824-47D3-49CD-FE733822C915" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 744000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 744000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_BDBC6B81-6B8A-60A8-E9BE-447312E08704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Koumba et Esmeralda suggèrent à l'enseignant d'utilser un autre prénom pour l'exemple de vocabulaire.", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 748844, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 748844, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_D2FFC36F-98B5-32F6-7969-FD9C42A5E3D9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 749625, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 749625, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_06DD9667-AFBF-03F3-99AF-FE733824A9B4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. demande à Esmeralda de répéter", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 749625, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 749625, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B3B7D792-C787-48E1-8D84-B1AC04B69A21" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 751800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 751800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_8F0DED6D-442E-CF6E-EA3B-447374AFF655" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 752713, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 752713, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FDF3AFE3-5A10-33E0-75C9-FE7338251C10" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. insiste", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 752713, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 752713, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_89F16A7F-48EF-F9AE-DAA4-B1AC4180106B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 756000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 756000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_120CD4D7-2A4D-1BF1-CA9E-4473D0C0A630" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule --", +"img": { +"src": "" +}, +"title": "identité nationale", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 760744, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 760744, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D199CB09-6435-0720-4F80-B1ACA589A537" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 760744, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 760744, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_BFABF029-624F-691D-942E-FE7338269E16" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 763600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 763600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_2E029A89-428C-2A13-CA9D-4473FF888851" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 768466, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 768466, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_F48EAC0B-488F-3AAE-CF17-FE7338290744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule ++", +"img": { +"src": "" +}, +"title": "Le problème des origines ethniques", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 768466, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 768466, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_47645999-C751-B2EA-E512-B1ACFABE8D6E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6749952", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 770528, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 770528, +"tags": null, +"color": "6749952", +"media": "laurentcantet_entrelesmurs", +"id": "s_E584DF7B-EF77-2F06-759D-31D7E3F78B03" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 774400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 774400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D01CD6B1-EF2C-3EB8-D570-44746726F094" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "salut", +"color": "26112", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 778311, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 778311, +"tags": null, +"color": "26112", +"media": "laurentcantet_entrelesmurs", +"id": "s_9F922AD7-5162-4579-D412-31D80B6D941F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/157_in.jpg" +}, +"title": "plan 157", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 788400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 788400, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_2F0B50FD-7CA9-D48C-62FE-AD6D0A8A3210" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "François Marn discute avec un collègue le programme de littérature.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 788487, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 788487, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_3243D50A-3271-AF34-3073-DEDFFD94FAE3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Discussion avec le prof d'histoire", +"img": { +"src": "" +}, +"title": "Salle des profs", +"color": "16777215", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 788857, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 788857, +"tags": null, +"color": "16777215", +"media": "laurentcantet_entrelesmurs", +"id": "s_1EC90D1B-A0C4-CFB9-E1B4-E0B5378895BF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Panoramique qui suit F.M. entrant dans la salle des profs et allant vers son casier", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 789469, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 789469, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_6D68BE46-492E-66B8-6B93-B1AE9BCC4D32" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "salle des profs", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 789558, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 789558, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_29DA1420-2E26-BD49-3BC4-A40914C93292" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "A la boîte aux lettres", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 790164, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 790164, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_3858D751-F1C9-F789-04E3-7976356980A1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "le casier", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 795245, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 795245, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F93F42BB-D56E-623E-FC30-22B3AA6473CC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "avec le prof d'histoire : faire des ponts avec l'ancien régime", +"color": "26112", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 809443, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 809443, +"tags": null, +"color": "26112", +"media": "laurentcantet_entrelesmurs", +"id": "s_252A7F60-972F-7CD4-83C5-31D9083224ED" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. relit ses notes et un collègue s'approche de lui", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 810000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 810000, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_7E65DBF9-A441-BA37-A037-04051EF8115F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une négo sans y toucher, qui se passe fort mal. Les deux personnages se heurteront par la suite (au conseil d'établissement, sur la notion de règle). Ils sont visiblement en désaccord sur le fond du métier, moins sans doute sur les exigences que sur les méthodes. --", +"img": { +"src": "" +}, +"title": "Négociation entre profs", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 812221, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 812221, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_C6772642-4D85-6547-6F4F-0ECF6A337562" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 814859, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 814859, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_2F2617C8-AD77-F2EB-A626-7CBE098F750E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "Dialogue à propos des lectures de français", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 821000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 821000, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_8D7B31B6-20EC-F2DB-DA6D-0405C6C246B4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Contrechamp", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 824170, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 824170, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E81B454C-EC8B-E720-DCEB-0406671C2E9B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 827360, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 827360, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5941135E-CE3A-991F-C06A-0406E48DC9E0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Lumières?", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 837800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 837800, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_128AD5FF-6CF4-6F54-6390-040746AF5269" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Voltaire", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 842200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 842200, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_1DB8574C-6B70-D2EF-80D5-0407624086F0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "\"on rame, quoi\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 849200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 849200, +"tags": [ +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159833b4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5B381B06-07BC-B843-578A-04078558C110" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 855670, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 855670, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_61B4D6E6-EEC9-598D-6643-7CBEAA331A25" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "L'imparfait de l'indicatif", +"color": "16737843", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 856071, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 856071, +"tags": null, +"color": "16737843", +"media": "laurentcantet_entrelesmurs", +"id": "s_FFDBF634-7435-1371-D850-DEE2E3992BAE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/166_in.jpg" +}, +"title": "plan 166", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 858070, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 858070, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_C4B1D7DC-BAD1-CB74-0154-AD707B86B1A7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/165_in.jpg" +}, +"title": "Cour 1", +"color": "65535", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 858360, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 858360, +"tags": null, +"color": "65535", +"media": "laurentcantet_entrelesmurs", +"id": "s_65890897-7D12-FB03-D234-E6034E958CBF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On est dans l'univers de la prison (plongée). Très lourd. --", +"img": { +"src": "" +}, +"title": "La Cour 1", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 858665, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 858665, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D78C8FCD-A863-9E91-7B5A-0ED7B7EFB5B4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "point de vue de F.M.", +"img": { +"src": "" +}, +"title": "Plan d'ensemble", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 858800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 858800, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_4E45A121-BFF5-7B62-B2E7-FE16DD9080B2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "vue de la classe\nici point de vue clairement mis en scène, ensuite, cour vue d'en haut, mais point de vue absent. --", +"img": { +"src": "" +}, +"title": "cours", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 859495, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 859495, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_FA2DC78E-A278-339D-A909-A40F650F0474" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "- imparfait, imparfait du subjonctif\n- stylo qui fuit\n- imparfait pour snobs, homosexuels\n- souleimane interroge prof sur homosexualité\n--", +"img": { +"src": "" +}, +"title": "classe", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 866189, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 866189, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_38333E0F-9CCC-5FD3-24D3-A409075CFEE5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "Le silence pendant un devoir sur table", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 866600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 866600, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_6BD7BBA8-0A1C-A066-F84E-040F7B6280B4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/166_in.jpg" +}, +"title": "plan 166", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 866760, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 866760, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_D6CB4C3F-26D0-B1C1-379E-AD72285B6071" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plongée vers la cour de récréation - Silence - Devoir sur table - Scène de classe 4 - Durée:\nREGLE DE VIE : On demande pour se lever\nMots inappropriés : Pédophile\nL'imparfait du subjonctif\nEsmeralda (la politique) : c'est pour les bourgeois\nMots incompris : Snob\nQuestion piège : le prof ne sait pas répondre aux conditions de changement de langage --", +"img": { +"src": "" +}, +"title": "Scène de classe 4", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 866837, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 866837, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_F8E663F9-6D49-AF65-42F3-E0B5378833B7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché potrine", +"img": { +"src": "" +}, +"title": "F.M. regarde dans la cour avec une attention particulière?", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 866995, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 866995, +"tags": [ +{ +"id-ref": "159ab436-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab436-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E4F7C2E9-F068-9D13-3970-B1AFA265506B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "??", +"img": { +"src": "" +}, +"title": "A l'extérieur, la cour, à l'intérieur, la figure de F.M. englobée par la masse d'élèves.Ces deux plans montreraient-ils la sensation de F.M. d'être pris dans un espace fermé ?", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 869540, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 869540, +"tags": null, +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_254278E5-A271-4756-7291-040B9A1347FA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M., plan moyen ­ sur le fond du plan", +"img": { +"src": "" +}, +"title": "F.M. et les élèves qui travaillent", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 869800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 869800, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_3BF1CC3D-97A9-BE58-E5BD-040AE2A7C6E6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 878599, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 878599, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_5D889A2E-993A-C485-12A7-22B5A7D2D5DA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 884600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 884600, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_DE453ED5-3295-7E69-D129-B1B055E89C62" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "ecrire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 887611, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 887611, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_CD6B10B1-F941-F252-D122-22B5D07128C1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 888400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 888400, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_0EF6D3FE-4528-0708-7F0C-FE17EC9E6541" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Les élèves demandent encore du temps", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 891704, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 891704, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_6093F9CE-9782-4906-D229-B1B0C58098A5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen", +"img": { +"src": "" +}, +"title": "\"Tu peux me demander directement\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 901588, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 901588, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_98A7E226-D2D1-835A-CA14-B1B148D3CD49" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. sourit", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 907457, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 907457, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_50F4BF96-6FEC-D68F-EC9C-B1B2559209A4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 909106, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 909106, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_64E5E3E5-F63D-4ECA-BE86-4477AC538053" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. demande à la classe de donner un mouchoir", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 911000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 911000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_574DFDFA-62E3-156E-360B-B1B2C3645252" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 911000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 911000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_DECAC0F7-EB88-438E-FBF7-FE73382AD5F0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 913730, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 913730, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_65CFBEF2-AC86-99CA-DB2F-4477D579F052" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 915600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 915600, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_800A6F04-F149-FA30-E0F4-FE73382C99BB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. dit à Rabat de s'arrêter", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 915600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 915600, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_846396EB-3A67-3B76-D3FC-B1B3276632A4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 915968, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 915968, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_1AA1C7FB-F29D-4369-9E2C-FDA260652063" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 917913, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 917913, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_28BA17F8-3535-1B51-4E09-44785BA46D56" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mot inapproprié --", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/189_in.jpg" +}, +"title": "Espèce de pédophile", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 932170, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 932170, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_583BB7D9-399D-2B03-7497-0F3243D8CCDC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "c'est abusé - superposition des situations dans la classe --", +"img": { +"src": "" +}, +"title": "l'imparfait de l'indicatif et du subjonctif", +"color": "10027008", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 938299, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 938299, +"tags": null, +"color": "10027008", +"media": "laurentcantet_entrelesmurs", +"id": "s_0F719C61-28E5-4A64-658B-22B7F55959F7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 943800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 943800, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_1E0DD717-B7EF-2F92-550B-FE73382D3DD7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "L'imparfait", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 943800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 943800, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FA2AAEAC-5200-A6C7-2380-B1B3D24022D0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 947197, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 947197, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_0B09CCAC-9BE5-0711-7F74-447908B0C340" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "plan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. retourne la question à Esmeralda", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 951000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 951000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_ECCDC9A7-56CE-6D6F-76EC-B1B42E81904D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 951000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 951000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5F1C0A26-3DFC-51F7-CF77-FE73382F2E69" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Esmeralda retorque à l'enseignant qu'elle veut une réponse.", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 951857, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 951857, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_B9CBCC1B-6AFE-1F5E-2562-FDA361615C2E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 955123, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 955123, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_3B2E033D-E278-84AC-21BE-44793C2E45CF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 958000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 958000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_1BF16CB5-6E61-6B87-89F1-FE733830C5FF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapprochè épaule", +"img": { +"src": "" +}, +"title": "\"pourquoi est-ce qu'on précise imparfait de l'indicatif?\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 958000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 958000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5F8EE70F-C704-5B78-1A10-B1B47808D317" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Nassim arrive à sortir de la salle.", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 965248, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 965248, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_20EF48D1-871C-69EB-CAE9-FDA5587F63F7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 965471, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 965471, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_EA575640-46AB-D829-6C6C-447977684B82" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "\"va te laver les mains\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 967600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 967600, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_0820C4B5-E5EB-1461-46FD-B1B4B092A3AF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 970095, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 970095, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_CC39FD19-F832-4A00-3A5D-4479AFBD215A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 974200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 974200, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9517DE93-5A6C-F127-1BAA-FE733831DD60" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule, en premier plan le bras d'un élève", +"img": { +"src": "" +}, +"title": "Nassim sort de la salle", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 974200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 974200, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E848ED9F-6A8C-9C44-E044-B1B4F260217E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La discussion tourne au désavantage du prof, qui montre à la fois qu'il est un extra-terrestre (il utilise l'ipf du sub avec ses copains) et que c'est réservé à des gens bizarres (\"bourgeois\"). Disqualification de ce qu'il enseigne (idem que la séquence sur l'Autriche). On voit aussi toute la difficulté à faire passer la notion de contrat de communication à des élèves qui ne sont pas convaincus. --", +"img": { +"src": "" +}, +"title": "L'Imparfait du subjonctif", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 977761, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 977761, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B35227ED-8CD3-3325-3F54-0ED261C8B1A9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 979342, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 979342, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_323278BC-37A4-563D-DB27-447A21CC10EE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 983600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 983600, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_AA084AE8-6D20-FDDA-0BF9-FE7338336D20" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "plan rapproché épaule ==", +"img": { +"src": "" +}, +"title": "\"de quel imparfait il faut le distinguer?\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 983600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 983600, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FA82ACCD-2F1D-632E-9950-B1B54264B198" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 987048, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 987048, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_8D55D30C-1F35-1ADC-9DFB-447A4FC57267" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 990800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 990800, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_6312CE39-6C8C-A84F-85B8-FE733834114E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "F.M. félicite un élève", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 990800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 990800, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_C7D1EAA9-6BED-C2A7-4A63-B1B5C40906BC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 995635, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 995635, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B31EC525-F7B3-AE0F-9C29-447AF18A701D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "10027008", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 995789, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 995789, +"tags": null, +"color": "10027008", +"media": "laurentcantet_entrelesmurs", +"id": "s_692D40E7-3A35-9792-60A8-28689822E165" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 997600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 997600, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_14FAD290-17B0-CC95-9C21-FE7338361B27" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "F.M. donne la parole à Koumba", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 997600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 997600, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_93BBA7CC-F1CF-CF20-4E66-B1B5F757A025" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6749952", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 997848, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 997848, +"tags": null, +"color": "6749952", +"media": "laurentcantet_entrelesmurs", +"id": "s_D8D27B6B-48A0-5B05-55D8-2DB29B4D234F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1000259, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1000259, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B963E726-067C-B774-8CEA-447B1DFB0AB0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "10027008", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1001008, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1001008, +"tags": null, +"color": "10027008", +"media": "laurentcantet_entrelesmurs", +"id": "s_04E373E5-16DC-7D60-56B3-22BBF8B1256F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1004000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1004000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B78F0DBA-6E5A-A5EA-9615-FE7338376DB7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule ==", +"img": { +"src": "" +}, +"title": "\"oui, je le crois aussi\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1004000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1004000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_1FF74395-0D48-35EC-0A67-B1B62C67250A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1005323, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1005323, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_FD9B2F67-4128-7B28-02A8-447B5A9AD635" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1007600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1007600, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_27C92225-A8F3-A2F3-F9FC-FE7338396A1F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché pooitrine, panoramique horizontale ==", +"img": { +"src": "" +}, +"title": "\"du verbe 'fusser'\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1007600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1007600, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5946A245-F49C-BB29-55C7-B1B68C93FF6B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1010167, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1010167, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D6D095C0-5294-CCAF-3552-447BC163ABF7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché potrine ==", +"img": { +"src": "" +}, +"title": "\"C'est pas si bête\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1014800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1014800, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_3FE29CCB-C1EA-8EE1-5AC1-B1B6C197D5C1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1014800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1014800, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_C12E53AC-A180-1038-5933-FE73383AEAC9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1018093, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1018093, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_FAB48BAF-6C32-3D1F-F142-447C346D07E2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, la caméra suit son mouvement ==", +"img": { +"src": "" +}, +"title": "F.M. écrit au tableau un exemple pour le présent du subjonctif", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1022800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1022800, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9A9B570C-984C-A114-12A0-B1B7516E98E8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Le subjonctif", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1022800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1022800, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_2B9D0B32-3CC4-8CF1-F82A-FE73383BA04B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1039010, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1039010, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_053FCA98-236E-AE70-E756-447C8EA345C9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "imparfait du subjonctif", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1044000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1044000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_10FDBABF-0DF7-413F-AC7B-FE73383DD7CE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "imparfait du subjonctif", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1044000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1044000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_C906A69F-AE67-1F00-19BB-B1B80DF88492" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les mots surprise ??", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/219_in.jpg" +}, +"title": "Il fallut que je sois fusse", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1053661, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1053661, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_0C158D8F-01BE-9933-3E2F-0F362CA6E983" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1055083, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1055083, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_49683501-4E61-FFE4-AFD4-447CC65F7685" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1060000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1060000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D3B2A1FF-CD53-65AE-1895-FE73383E69CE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapprochè poitrine, panoramique horizontal ==", +"img": { +"src": "" +}, +"title": "F.M. corrige Esmeralda", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1060000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1060000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_25AA2243-D886-4868-F77D-B1B884D54566" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1064330, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1064330, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_16F066A2-F2B5-6AD7-A6AC-447D19C57FEB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapprochè poitrine ==", +"img": { +"src": "" +}, +"title": "F.M. écoute Esmeralda", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1066800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1066800, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_6329D7C8-34A9-7F7E-7D15-B1B8F9C60B9F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1066800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1066800, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_06FA23D6-3A24-0CEE-2674-FE733841A77F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1070275, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1070275, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_429C4C18-CC18-6087-384A-447D6B57C103" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1073000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1073000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_244B6412-8200-053F-52D0-FE73384289E7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "\"Si je peux me permettre de répondre\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1073000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1073000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E834A113-0E3A-B2A5-BF70-B1B93C6CB984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1077321, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1077321, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_ED358D9F-2B69-7A6C-65C5-447DA389BD2F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1079600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1079600, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_439E31BB-9555-B67D-B20A-FE7338448109" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "\"La première chose que je constate c'est qu'avant même de maîtriser un savoir...\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1079600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1079600, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_A0862C8F-E806-D584-6A72-B1B9A461B309" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1094274, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1094274, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_626502E8-566F-3CC0-E1BB-447E15270E6E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1106000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1106000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_15498C95-3677-E488-B627-FE733845299F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "\"Mais non c'est pas dans le Moyen Age\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1106000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1106000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_99DDB663-E260-AA54-A29B-B1BA0848A679" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les mots sociaux ??", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/230_in.jpg" +}, +"title": "C'est les bourgeois: les mots définissent le social", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1107979, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1107979, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_BE622B2D-11D2-E7C8-29F7-0F37DA43E6D7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1108365, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1108365, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_89655689-914E-CB0D-0A1E-447EF2583F08" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1116400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1116400, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_4E3454B7-F171-25FF-DEF6-FE733846439A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "PLan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. répond ò la question des élèves", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1116400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1116400, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_06D9482F-9FA1-64B0-BF0C-B1BA710D10E1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1118493, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1118493, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_DEFA7BF4-2271-06BD-C6A0-447F3D581F01" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "Les élèves lèvent un peu trop la voix", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1122000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1122000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B9E0E56C-F74F-6344-B1D0-B1BAD0549360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1122000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1122000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_476F7C14-9CEC-BE47-C069-FE733848F5C3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1130603, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1130603, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_8CFBC7A2-9C93-FF63-3F24-447F87E84DE8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "Les personnes qui parlent comme ça sont rares", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1133400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1133400, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_AE3CE20C-69FB-46EE-986C-B1BB2AA9284A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1133400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1133400, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_EF308B15-2C48-7484-3BA2-FE733849918C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "justification du prof - son usage de la langue - son regard sur le français - sa compétence. Il est questionné en permanence ; il est le lieu du questionnement de ces jeunes : entre confiance et répulsion. Violence sourde dans l'explicite et l'implicite de l'énonciation / de l'énoncé. ??\nQuestion trop chaude / Expression de l'homophobie : les autres.", +"img": { +"src": "" +}, +"title": "le prof face aux élèves", +"color": "3342387", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1142229, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1142229, +"tags": null, +"color": "3342387", +"media": "laurentcantet_entrelesmurs", +"id": "s_F0FDD343-7F92-DA44-6DB1-286D0B58A148" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1146456, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1146456, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_38E0A76E-5FEE-0D90-2B5D-447FD6907234" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "\"des gens maniérés, un peu précieux\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1151200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1151200, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_81B196CD-CB69-28EA-45EB-B1BB751BAFD6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1151200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1151200, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_908D15A7-6AC7-B37B-AE2F-FE73384BEEA9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mots inappropriés --", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/241_in.jpg" +}, +"title": "les homosexuels", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1157139, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1157139, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_B6856125-CD5C-A763-18D8-0F393B83689F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1157905, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1157905, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_966E8594-BBA4-6F0A-EE6D-44801EDC4C36" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1158800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1158800, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FA423307-6465-41AD-304E-FE73384CC806" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule, mouvement panoramique de la caméra qui suit le mouvement du prof et sort de l'espace du tableau", +"img": { +"src": "" +}, +"title": "\"non, pas les homosexuels\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1158800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1158800, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9E826465-FCA9-DA97-99A4-B1BBAB95392D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1163409, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1163409, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_CCC2691F-8266-D824-E503-448085D29E09" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "\"mesurer le fait qu'il y a plusieurs registres\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1170200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1170200, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_CE1C4664-770F-3846-4C6E-B1BC1D98935E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1170200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1170200, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_698D05B0-9EF2-EFCB-29B1-FE73384E7901" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1183005, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1183005, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E04EACB5-045B-BE0F-663E-4480D2DC5F88" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1189000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1189000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_2D340869-49DE-0590-2974-FE73384F0C19" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "\"et tout maîtriser\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1189000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1189000, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_F1978C94-8CCD-BBE6-F1B4-B1BC597760BC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1191372, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1191372, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_6784DACC-D0C0-A15F-96CB-44817C3A532C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "L'enseignant est obligé de répondre que certaines fois il faut se servir de l'intuition.", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1194508, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1194508, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_749F3CBA-79BA-A577-1960-FDA9A57CF919" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule, mouvement panoramique de la caméra, qui laisse bcp d'espace sur la droite du cadre ==", +"img": { +"src": "" +}, +"title": "intuition (se servir de l')", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1196400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1196400, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_42A083CB-A35C-DB2D-591C-B1BCE67887CB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "intuition (se servir de l')", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1196400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1196400, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FAD4D313-FA0C-EF6D-81A8-FE733850505E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "C'est quoi l'intuition?", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1197031, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1197031, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_DEEA395D-11C7-A847-8955-7DF8E9567D22" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1210087, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1210087, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_633377AE-F0DD-6D2A-B368-4481D212EEE8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "sentir les choses/se servir de la raison", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1214800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1214800, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9B2FDC6E-0BA9-4E5E-75A7-B1BD8C4D893A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "sentir les choses/se servir de la raison", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1214800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1214800, +"tags": [ +{ +"id-ref": "159ab9a4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_7347A1AA-C5CA-902D-3BE4-FE7338521CA8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "encore sur l'intuition.", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1223380, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1223380, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_CE1956F7-3FEA-A366-897D-FDAB00F46641" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1223958, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1223958, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_80F10BD6-7165-B412-09E6-44827564238B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "apprentissage de l'intuition", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1226200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1226200, +"tags": [ +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9B615E08-7E9B-4F36-E5CD-FE733853C7BC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "apprentissage de l'intuition", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1226200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1226200, +"tags": [ +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_6D1EE768-3579-FDB5-9E22-B1BE3D651EBD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Marin, à la question sur son homosexualité supposée, est dans une double attitude:\n- il prend la question au sérieux, il questionne lui-même sur les raisons de la question, et finit par répondre\n- il sanctionne à la fin: maintenant que Suleman a réglé ses problèmes psychologiques, on va pouvoir continuer.\nForme de contradiction interne, de dialogue interne. Le professeur est lui aussi un \"paquet de contradictions\". Il entretient le dialogue entre elles dans sa relation avec les élèves. ??", +"img": { +"src": "" +}, +"title": "Questionnement sur l'homosexualité supposée du prof.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1238719, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1238719, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_1B4596FF-9E26-BC5D-9B6B-7DF5DD3FB058" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1239590, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1239590, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_125079CF-F6C9-DD5C-E3E7-4482D5879A29" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Aboubakar veut provoquer Suleiman. Suleiman refuse. Le prof se met du côté du provocateur. A-t-il raison ??", +"img": { +"src": "" +}, +"title": "Le prof se range du côté du plus lourd", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1241194, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1241194, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_0FB0A862-508C-7E41-0EC5-0ED52F02EE8A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Souleymane veut savoir si F.M. est homosexuel.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1241304, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1241304, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_B7C4809A-2425-633D-766E-DEE3C3C649B0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, panoramique horizontale", +"img": { +"src": "" +}, +"title": "Souleymane et Boubacar attirent l'attention de F.M.", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1245800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1245800, +"tags": [ +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_EBEEAE3F-E1D8-22D1-DBE2-B1BEC4158008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1245800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1245800, +"tags": [ +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_7F7F9135-A8D5-2B79-4D19-FE73385500CB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1250159, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1250159, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B4766647-5A67-B68A-31E0-4482F303310E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. regarde les 2 élèves", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1251000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1251000, +"tags": [ +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_30ECC431-5151-4186-95DA-B1BEEB30BFBB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1252801, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1252801, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_84B767D5-9A7B-252B-E771-448323E085A2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. demande à Souleymane ce qu'il a", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1255000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1255000, +"tags": [ +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_0310C00B-C3EE-3D05-07CA-B1BF1D5E4E2E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1258966, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1258966, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_87CA990A-E43D-DE44-F0A1-44835BA71A73" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. ne comprend pas", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1260600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1260600, +"tags": [ +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_3B2E14F7-D2B7-38EC-0BB7-B1BF59520A0E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1262048, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1262048, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_2E3A628C-E7B7-1910-AC1E-4483B7D54573" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. veut savoir ce que s. a à dire", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1263000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1263000, +"tags": [ +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_AA5BEE48-01A5-862E-B74E-B1BF8ADB0B14" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "les mots ghettos ==", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/265_in.jpg" +}, +"title": "Chez Guantanamo", +"color": "16711935", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1266868, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1266868, +"tags": null, +"color": "16711935", +"media": "laurentcantet_entrelesmurs", +"id": "s_09E69E98-D6C1-9841-0873-0F3EEF58880F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1267112, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1267112, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_BA6B8867-1424-2EBC-F988-448418D4CB3E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taile", +"img": { +"src": "" +}, +"title": "\"Guantanamo\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1269200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1269200, +"tags": [ +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_4765BFE2-5FE9-C55E-0061-B1BFB6DF0F6E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1271736, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1271736, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_77E8C2E2-A4B3-1949-3B91-44845541FE14" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. rassure Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1273400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1273400, +"tags": [ +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_DC26F32C-856E-E4C0-F200-B1BFF527F909" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1274818, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1274818, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_66D37A50-9623-21FA-E48C-44847FD0F70D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "PLan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. invite Souleymane à poser sa question", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1277210, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1277210, +"tags": [ +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E81950F1-D68A-43CF-48D2-B1C0387F00CB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Argot:\"c'est chaud\", \"vous pouvez pas comprendre\" ??", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/271_in.jpg" +}, +"title": "C'est \"Fisher\" pour vous", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1278200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1278200, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_DA9C3CFF-4792-52FE-0B69-0F403450F118" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1278341, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1278341, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_85B3777E-12E3-6978-3B05-4484F343D3C6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1281400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1281400, +"tags": [ +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_0BA75411-BB09-B315-B0E4-B1C05E62397D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1283625, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1283625, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_3410B99D-91ED-6A5E-E391-448564E34C1F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vous êtes homosexuel (première agression de Souleimane) --", +"img": { +"src": "" +}, +"title": "Première agression", +"color": "16711935", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 1289274, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1289274, +"tags": null, +"color": "16711935", +"media": "laurentcantet_entrelesmurs", +"id": "s_601F484D-59B6-EBCB-0858-E0B53788FC39" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Les élèves ont posé une question qui les troublait", +"color": "16711935", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1294200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1294200, +"tags": null, +"color": "16711935", +"media": "laurentcantet_entrelesmurs", +"id": "s_6D817E26-FCB7-56A5-C24E-042DE0450041" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. entouré par les élèves : touché dans sa sphère privée ++", +"img": { +"src": "" +}, +"title": "homosexuel?", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1294600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1294600, +"tags": [ +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "159fcf20-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5E5AA26C-C1B7-E51A-DC66-B1C0E27728BB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. regarde Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1302400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1302400, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E4EC19EB-61B7-81F9-AC7D-B1C146A68B3B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1306083, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1306083, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_240912DC-68A5-4272-3B5F-4485D9B7B286" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapprochè épaule", +"img": { +"src": "" +}, +"title": "\"Mais alors pourquoi tu me poses la question?\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1308200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1308200, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_7391A3AE-7070-E625-7DCB-B1C17C644B94" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1311147, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1311147, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D9F590CD-E055-ABA7-CDE8-448619A81639" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "F.M. provoque S.", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1312800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1312800, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_933F4820-8834-798C-0732-B1C1A5EF3E56" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1316432, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1316432, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_FE8AA8BA-43BA-0482-EFC2-4486686AE514" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1318600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1318600, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_76EC3B2C-8228-BFB4-3C64-B1C1C9E01909" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "François Marin répond à la question sur son homosexualité.", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1320386, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1320386, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_61B03D6A-30F3-0D58-68B6-FDADA4D22FEB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1320395, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1320395, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_951B7163-6C62-E885-40AE-448689E51F43" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "\"ça va pas de soi pour toi\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1323800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1323800, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_DAFC9552-8FE3-FA97-62E3-B1C1F66AAE64" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1326780, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1326780, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_4FD12CC3-FBCF-83AF-AC8B-4486C6B992C6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "\"des hommes qui aiment des hommes\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1328600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1328600, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_BD2B4303-0D1F-2455-7918-B1C256904B5B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1329202, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1329202, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_66DD0402-7170-BCA8-F8D2-448758EB5964" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1334200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1334200, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_22EA4A85-9AF0-90F6-9EC5-B1C2C9DBF9A0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1335587, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1335587, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_3C1A7044-F477-A0A7-0BF0-4487AC3A2A09" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "\"je suis désolé de te décevoir\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1339000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1339000, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_4CA936A9-0EF4-A184-409C-B1C2FAC022AC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1342853, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1342853, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_0F461C92-95E9-49A1-D066-4487E1DDE3A2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapporché taille", +"img": { +"src": "" +}, +"title": "F.M. retrourne au sujet de son cours et gagne son bureau", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1344920, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1344920, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_3BF70A05-FEA2-DE76-2895-B1C31CEB8932" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1347697, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1347697, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_DF4F1192-93D1-8691-A858-4489387D8818" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "echanges entre élèves notamment autour du mobile ??", +"img": { +"src": "" +}, +"title": "dans la cour", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1350172, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1350172, +"tags": null, +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_15A86728-4200-C7D3-07E9-287558013990" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1350844, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1350844, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F69A31D6-C3BD-9501-7768-7CC289EE23B9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plongée cour de récréation, son distant - Signification de ces plongées : rythme, réflexion ==", +"img": { +"src": "" +}, +"title": "Cour 2", +"color": "65535", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 1350959, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1350959, +"tags": null, +"color": "65535", +"media": "laurentcantet_entrelesmurs", +"id": "s_3C4014D6-0791-3440-A490-E0B53788C24B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/298_in.jpg" +}, +"title": "plan 298", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1352080, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1352080, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_F4CF55B9-1A2D-0558-24F7-AD773B101B0E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Plan d'ensemble, plongée, les élèves dans la cour.", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1352200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1352200, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_08D7F7D9-1660-9180-6CA6-FE252D239B5D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "cours", +"color": "65535", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1352254, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1352254, +"tags": null, +"color": "65535", +"media": "laurentcantet_entrelesmurs", +"id": "s_2C6CDEBC-A8A7-10DF-E69E-A408FB56E031" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Même remarque que Cour 1", +"img": { +"src": "" +}, +"title": "La Cour 2", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1352411, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1352411, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_C0762B42-CFFC-0739-D299-0ED9083CA60B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Les élèves dans la cour", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1352818, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1352818, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_63B28FAD-B006-DC22-0916-DEE48D47A486" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Plan moyen, plongée, les élèves dans la cour.", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1363400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1363400, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_3529AF44-5515-D091-D927-FE259FB89B26" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Plan moyen, plongée, les élèves dans la cour.", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1372600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1372600, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_ED528731-2778-452A-1AE0-FE26C9AFEE28" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "10027008", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1391176, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1391176, +"tags": null, +"color": "10027008", +"media": "laurentcantet_entrelesmurs", +"id": "s_CB7D6A74-AE80-4F0D-7D5D-2878E1B3281A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "conjugaison de croire\n\"vous charriez trop le prof ??", +"img": { +"src": "" +}, +"title": "classe", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1393186, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1393186, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_D24B22B4-DAC7-8C09-CD05-A408EEE292E8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Conjugaison du verbe croire - Scène de classe 5 - Durée :\nMOT d'ARGOT : Fisher (??) employé pour la deuxième fois", +"img": { +"src": "" +}, +"title": "Scène de classe 5", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 1393377, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1393377, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_548E526B-7084-6502-CF81-E0B53788A801" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Conjuguer le verbe croire.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1415897, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1415897, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_8FA043F7-A0C1-35FD-F961-DEE61FFDB046" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M interroge une élève", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1418600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1418600, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_6A99E3BC-5A67-C849-17C3-B1C3AB74B8B8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1421235, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1421235, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D0ACF4F6-4E68-EBCB-E3B6-448A0A89DED3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M regarde le tableau", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1443000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1443000, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_A9BCEE8F-9ECE-0F5B-D410-B1C451954E14" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "François Marin corrige Rabat qui prétend savoir corriger Justine.", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1445488, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1445488, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_DA6D3C8B-2705-1C88-6400-FDAEFFCF6A4F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1445675, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1445675, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_8D86A4E2-81E0-A778-3FD7-448AD5EF0955" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapprochè poitrine", +"img": { +"src": "" +}, +"title": "F.M demande à Rabat s'il sait mieux écrire", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1447400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1447400, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_CF2EEF27-0326-6BCF-788C-B1C4796B41D2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1449850, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1449850, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B82C0126-5CD1-A510-2820-448B6106D004" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. invite Rabat à corriger les fautes au tableau", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1451800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1451800, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_A2693DEB-30A7-D677-1195-B1C4B676E4EF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1453400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1453400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F3FB6A68-046F-FEA2-78B9-448B958967AA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. corrige Rabat", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1455600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1455600, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_56D47315-0519-7C39-FC3C-B1C4DB3E24D3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1457000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1457000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_419C52AB-88FD-C53E-8211-448BEF9DF27D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. dit à la classe de se calment", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1460400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1460400, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_31EC10AF-EB7D-8EC9-32CB-B1C50A0E078F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1462800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1462800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_A31AECD5-721C-25F9-FC79-448C20EDE50C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. corrige Rabat", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1463600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1463600, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_0245FCB1-674A-EE94-60C9-B1C55F500578" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Argot mal employé (si on se réfère au sens du mot Fisher dans l'occurence précédente) --", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/333_in.jpg" +}, +"title": "Fisher", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1464850, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1464850, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_25B9AADC-A93D-26B6-C1BF-0F435A78E7F6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1466400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1466400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_CB64AA97-CFF1-E841-2B52-448C7386F537" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. pose une question à Rabat", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1470800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1470800, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_4153D783-FEEA-B9E4-06F5-B1C5AEC4BAEA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1473400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1473400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_026783C7-66C0-74AC-064F-448CB54B615C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1477400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1477400, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_DCA7E954-2F75-E89F-86F5-FE7338563AEE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. commente la réaction de Rabat", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1477400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1477400, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B83651C6-6CC9-1BDD-949F-B1C5F0B66D3E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1483000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1483000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B268F3EF-C05C-5C6B-B9E1-448CFBE74DDB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1489000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1489000, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_2401BDAD-F2A7-CC60-CAF9-FE7338570EB5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. tente d'imposer le silence", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1489000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1489000, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_4E845A14-E5C4-03B2-ECB2-B1C62CCDCBCF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1491600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1491600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_1FF0FDF8-8D88-FD30-C374-448D81AD4EA4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le prof accuse collectivement la classe, qui refuse faute d'estime de soi collective placée dans la réussite scolaire. --", +"img": { +"src": "" +}, +"title": "Passage raté au méta", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1493956, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1493956, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_49BCDE23-6183-3D5E-0B36-0EDB1070ECDC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "\"des gens qui ont 13 ou 14 ans\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1500400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1500400, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5FF5730D-3FCB-595B-1471-B1C67CBBCD82" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1503800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1503800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B0306289-50CD-E639-EECC-448DDCC58E06" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1506000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1506000, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E06D27BD-9988-4865-405B-B1C8070708E4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Koumba se fait porte-parole de la classe pour accuser François Marin de \"charier trop\".", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1506794, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1506794, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_12B38C82-C0FF-8BC3-7DEA-FDB13F05A057" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1507200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1507200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_553B0EFB-A17A-2986-E1DC-448E54C3368A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Koumba accuse l'enseignant de charier trop.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1508263, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1508263, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_41561E4C-3BB1-9A1E-130A-DEE711FD798B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1513800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1513800, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_4B8DDA20-2AD6-080D-BBCD-FE73385A26F7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "F.M. demande à Koumba d'être claire", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1513800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1513800, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_EF943CB3-BFA7-9178-64E0-B1C84CA3804D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1517400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1517400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_FDBBE474-9106-179F-85F2-448E8CBD9F70" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1521600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1521600, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_8E24F745-DB7B-74F8-0B33-FE73385B61E8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "\"Moi je veux bien vous foutre la paix\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1521600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1521600, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_3BF968A9-8367-2A46-22DE-B1C892E80D99" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1527200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1527200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F6BB4D64-6C63-C81E-ED05-448EC07CD452" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1528800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1528800, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_F8B717B6-AEB2-2FD6-A994-FE73385DCEE2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "\"exatement la raison que je viens de dire\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1528800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1528800, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_57ED1D4B-87D3-ADB2-2507-B1C8BF64E843" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Un des enseignants n'en peut plus et s'épanche auprès de ses collègues.", +"color": "16737843", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1530791, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1530791, +"tags": null, +"color": "16737843", +"media": "laurentcantet_entrelesmurs", +"id": "s_A2E2561F-72B3-F585-A14D-DEE80276E60E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Dans cette scène, on n'assiste pas à un affrontement de François Marin avec ses élèves, mais à un exemple du désespoir que peut éprouver un enseignant face à l'indifférence de sa classe. ++", +"img": { +"src": "" +}, +"title": "Enseignant qui s'épanche auprès de ses collègues.", +"color": "10092543", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1532505, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1532505, +"tags": null, +"color": "10092543", +"media": "laurentcantet_entrelesmurs", +"id": "s_8A044047-B163-695A-6CFC-FDB1FB73F51B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Salle des profs - découragement du prof de techno (mal joué puis sensible) ++", +"img": { +"src": "" +}, +"title": "Salle des profs", +"color": "16777215", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 1532803, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1532803, +"tags": null, +"color": "16777215", +"media": "laurentcantet_entrelesmurs", +"id": "s_B56F5507-11E7-6C1E-A3B2-E0B537888107" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le prof de techno offre ici une scène qui montre les attentes, en termes de jeux de rôles, qui régulent et rendent possible la coopération: exclusion de certains thèmes, de certaines passions trop fortes. Et ce qu'il rencontre, dans son excès, ce n'est pas la dispute, mais la défiance et le silence. ++", +"img": { +"src": "" +}, +"title": "Ce sont des animaux", +"color": "13369395", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1533000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1533000, +"tags": null, +"color": "13369395", +"media": "laurentcantet_entrelesmurs", +"id": "s_9F9F6807-AD05-929B-685E-7CC5C4F9B91E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1533600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1533600, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_71B32C4D-0EBD-2261-4208-B1C987ADA1F1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "un monologue qui sonne tout même assez faux (par rapport aux critères de jeu professionnel). Il en fait trop. Le terme \"ça\" ou \"boufons\" pour désigner les élèves semble mal choisi, la scène est trop longue et s'oppose à la vivacité des répliques qui supporte l'effet réaliste des vox, la plupart du temps... --", +"img": { +"src": "" +}, +"title": "monologue prof de techno", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1534000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1534000, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_CA7B5D8B-FA8B-76A0-C829-08E6BEBBDC6F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "prof à bout de nerf contre ses élèves\nannonce de grossesse ==", +"img": { +"src": "" +}, +"title": "salle des profs", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1534627, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1534627, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_A53FE2FE-F4AE-F11C-8DB4-A408E31BE0AD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "les bouffons", +"color": "26112", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1534686, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1534686, +"tags": null, +"color": "26112", +"media": "laurentcantet_entrelesmurs", +"id": "s_1A4EEEF3-9E68-F34A-6A33-2D9A40439560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. en deuxième plan, flou --", +"img": { +"src": "" +}, +"title": "exutoire", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1547200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1547200, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_CAA78E9A-FD3C-F258-6073-B1CA0DDEE233" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "exutoire-François observe", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1560200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1560200, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5881DB6E-3D21-5DB9-0955-B1CC63C4F477" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "??", +"img": { +"src": "" +}, +"title": "exutoire-François observe", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1586400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1586400, +"tags": [ +{ +"id-ref": "15a1354a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_193B2641-3B7C-0350-BD72-B1CDC4C2F8F1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "espace fermé :grillle", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1630600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1630600, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_4B2EB5F5-6F12-B469-D71F-AD7C05CE7BCB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "lecture d'un extrait\nKoumba refuse de lire\nlecture du journal d'annefranck\ndemande d'autoportrait\ndifficultés à dire l'intime (honte à dire des choses, honte à manger devant la mère de X) --", +"img": { +"src": "" +}, +"title": "classe", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1632754, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1632754, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_9D5417A1-FAC7-98DF-6C49-A407F69895AF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le prof accuse à nouveau collectivement la classe. Interaction négative avec Kemba. Le prof laisse glisser. Le collectif l'emporte sur la gestion individuelle. --", +"img": { +"src": "" +}, +"title": "On perd un temps fou (Anne Franck)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1633123, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1633123, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_A6FDCA5A-876F-475A-7B9C-0EDD004AE75F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Lecture du journal d'Anne Frank", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1633294, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1633294, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_47C11248-AB7C-BC51-709F-DEEE47E567B7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1633400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1633400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_C0F8BA3F-5E64-CF24-D5BC-448FF75E1652" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Lecture du Journal d'Anne Frank - Scène de classe 6 - Durée :\nARGOT : Tifer, Vénère, Jambon-beurre\nSe raconter - L'intimité - La honte\nVous pouvez pas me comprendre == je ne sais pas expliquer\nRELIGION : les chips ua bacon\nPremière parole de Wei (le Chinois)\nHonte des oreilles décollées\nConsigne : Ecrire son autoportrait\nPremière sonnette", +"img": { +"src": "" +}, +"title": "Scène de classe 6", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 1637008, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1637008, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_32FF9031-98EA-4DB6-0CAE-E0B53788F594" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Posture d'énonciation 1: \"paquet de contradiction\" (AF)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1640000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1640000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_141B40B3-5E77-D7B5-96C6-687D15F44F9C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "le journal d'anne frank", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1640200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1640200, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_7705864B-16F8-CC7E-CFE6-B1CFD2972457" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Kumba ne veut pas lire.\nEnvie / Droit (trois fois)\nJe me tais ou je lis\n--", +"img": { +"src": "" +}, +"title": "Kumba ne veut pas lire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 1643960, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1643960, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F22BA715-E15E-D773-EA0A-7E6E22CC9169" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1644000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1644000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_DFFBB470-36F2-65E5-CA20-44904BA252AF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Personne ne veut lire", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1648440, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1648440, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_90BA759B-5DE2-62A0-F899-0444DC1759D8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Personne n'a lu le texte", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1649800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1649800, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D252DEF8-4514-7CCF-C79A-B1D0A283FD1F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Koumba refuse de lire.", +"color": "16711935", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1655170, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1655170, +"tags": null, +"color": "16711935", +"media": "laurentcantet_entrelesmurs", +"id": "s_C52B3E81-16E5-72FD-F0F2-FDB4AC762E59" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1655800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1655800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_4E938DA1-9603-7951-BE01-44C10DBCA7F6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Koumba refuse de lire", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1659202, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1659202, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_10EF451B-C551-12E0-EE0B-DEED9ABB99F5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "Koumba ne veut pas lire", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1660000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1660000, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_BBABBAEC-6856-5966-ABE0-B1D10461029E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1660000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1660000, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_A5A3AEFE-67E4-4824-7074-FE73385EDB3D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1661800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1661800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_34BC5225-ABDA-1EC0-490E-44C12EAC72E5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1663600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1663600, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_6410BD27-89CB-BEDC-9D52-FE733860E4A5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "\"depuis quand c'est les envies qui gouvernent ici?\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1663600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1663600, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_740B4AA7-FB6F-C9B2-4D28-B1D182E0F1DD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1666400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1666400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_A242149D-6C98-C929-1098-44C1567AD4EC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1670400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1670400, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_2FAA12A9-2A04-1873-D4AF-FE7338619A58" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "\"ça veut dire quoi ce que vient de faire Koumba?\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1670400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1670400, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D2A4D3C0-1D52-E8AA-563D-B1D22EC80EA3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Argot: se moquer avec un bruit de bouche ??", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/389_in.jpg" +}, +"title": "Tchiper", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1673280, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1673280, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_46AD5082-F85F-C151-2F52-0F46CE877035" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1673400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1673400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_C5627860-40DE-D60B-2166-44C186B7789A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1676800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1676800, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9DFE0337-FC76-4A1A-4997-FE73386374AE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "L'attitude de Koumba", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1676800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1676800, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_63010FF4-ECEA-B08A-6190-B1D2D6F61E71" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1679000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1679000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_CA1FAAF1-C1B4-BC09-BBC8-44C1BAEA7D40" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "\"c'est vrai que j'ai à faire à un spécialiste\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1681600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1681600, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_F64385DE-7D15-B15D-359F-B1D35DC4980D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1681600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1681600, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5AA4C6B3-0756-8F2E-1FB2-FE733864C9AA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1683600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1683600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E2474DA8-7534-C9F0-329C-44C226C61A5C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Argot : énervé\nArgot: la rage au summun\n==", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/393_in.jpg" +}, +"title": "Vous êtes vénère, vous avez le sum contre moi", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1685390, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1685390, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_84A2E701-A115-A0A5-8FAA-0F4779309666" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1689800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1689800, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FA3FD265-1029-E4BA-4111-FE7338661E2C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. demande à Koumba de parler français", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1690650, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1690650, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_4C294500-0391-892E-042E-B1D4065D469A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1695600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1695600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_916F1517-3BF6-911B-CC07-44C28C752E60" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Koumba", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1696800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1696800, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FA4BB82D-3A55-1684-934F-FE733867F7FE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. insiste", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1697310, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1697310, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_011C5013-FC5D-4E36-509B-B1D4563354E7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1699000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1699000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_2609FDE6-E120-4A7D-CE96-44C2CEC0E82A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1703000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1703000, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_8DB60061-6AFF-677E-0660-FE733868B467" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule, panoramique", +"img": { +"src": "" +}, +"title": "F.M. insiste", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1703000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1703000, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_2F2B709F-FB1B-5E1E-EB7F-B1D548211187" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1710400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1710400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_8D8CD62E-A4A0-B380-426F-44C302A0675D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1711414, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1711414, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_324A3FC5-F57B-569E-6B61-FDB674ECDE59" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1711800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1711800, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_08D512CF-877E-5C09-03E9-FE73386A5089" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. et Koumba", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1711800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1711800, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_4F04A506-0B40-F6E8-127D-B1D5DC14F7E5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1714000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1714000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_11C2175A-B6F3-EFBE-8148-44C31F8BBADE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. et Koumba", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1716800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1716800, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_7751F4C0-4B70-0A67-842D-B1D640908692" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1716800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1716800, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_12734436-B7FA-0CCA-D18E-FE73386BAC3D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1718400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1718400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_69C54418-B37E-6E83-130C-44C34311D47E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711935", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1720252, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1720252, +"tags": null, +"color": "16711935", +"media": "laurentcantet_entrelesmurs", +"id": "s_691DDAD7-EEE2-9A0B-641C-FDB7308888D4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1722600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1722600, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9FB44698-7E93-D52C-C05E-FE73386D58C3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. dit à Koumba de se taire", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1722600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1722600, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_BABB70C6-5D4B-5C1F-C719-B1D6A64D1E7D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1725000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1725000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_0313784B-2946-2885-7458-44C36B61FFA8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1730800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1730800, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5B917F26-18FC-F6E7-85B5-FE73386EE209" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1730800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1730800, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B6243EA0-6037-37C8-4DD2-B1D71B46272A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1731800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1731800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E1A6DF47-302E-B78E-83C4-44C38B01985A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1732840, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1732840, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_4D217ECB-C146-CFA7-1BC6-FDB7EE84B334" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1735000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1735000, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_49ED33F4-899C-1B03-3BA5-FE733870CF5C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. dit à Koumba de venir le voir à la fin de l'heure", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1735000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1735000, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_02EEFD95-8DD8-8CEE-39E8-B1D79AEE049C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1737200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1737200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_606C4203-5413-ECBA-7846-44C3A74E0172" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "10040166", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1738675, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1738675, +"tags": null, +"color": "10040166", +"media": "laurentcantet_entrelesmurs", +"id": "s_38B80A5D-149E-5203-8853-2DB7CDC5F764" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1739200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1739200, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B42225BE-F58A-9C96-053D-FE7338717FE8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. répond à Koumba", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1739200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1739200, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_AAE118A8-AB28-23B2-C3E9-B1D82CDAA06E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1741800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1741800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F19EE46F-4FB1-087A-CED4-44C3E171BC9D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Esméralda lit", +"img": { +"src": "" +}, +"title": "Esméralda lit", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 1742821, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1742821, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_9BAF3756-6185-7AA7-345D-7E6E2CA0C86C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille ==", +"img": { +"src": "" +}, +"title": "F.M. demande à Esmeralda de lire", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1745400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1745400, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_920E121C-A4EE-4E12-523B-B1D8B2DB3A8C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1745400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1745400, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_2295891F-E305-636E-DB18-FE7338748F8A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1746400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1746400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_1A91222C-D7D3-5925-7F37-44C425CE50E2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille ==", +"img": { +"src": "" +}, +"title": "F.M. donne la parole à Esmeralda", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1749000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1749000, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_8089B621-CDBA-1D1E-5730-B1D8D5ABD0DD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1749000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1749000, +"tags": [ +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a52290-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_70292F46-969B-6321-CB4B-FE7338759D3B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1751000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1751000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_AC522CF1-4A17-CA4C-090F-44C561D83E0A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Lecture de l'extrait d'AF.\nHypothèse: l'auteur (le professeur) a toute latitude pour choisir tel ou tel extrait.\nEn choisissant celui-ci en particulier, il nous indique quelque chose de sa posture d'auteur et d'enseignant dans sa propre oeuvre (Entre les murs).\nC'est plus signifiant de choisir tel extrait d'AF que telle conjugaison de tel verbe ou telle leçon de vocabulaire.\nL'auteur nous dit là son regard sur la situation vécue:\n- moi en tant que prof je suis pris dans un tissu de contradictions\n- mes élèves sont pris dans un tissu de contradictions\n- l'école de la République est prise dans un tissu de contradictions\nCette posture qui n'est jamais assumée explicitement est, par ailleurs, amplement illustrée par de multiples séquences de films. --", +"img": { +"src": "" +}, +"title": "Posture d'énonciation 1: \"paquet de contradictions\"", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1754000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1754000, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_2576F78D-929C-0C86-E0ED-68832DD404D1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1755640, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1755640, +"tags": null, +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_05D3CDCE-B997-B384-17D2-7E52432DFB61" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1755640, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1755640, +"tags": null, +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_98279520-7BA3-140D-06BD-7E52004834C4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Déportation.\nLe modèle du portrait: je découvre des choses, sentiments, sensations, pour mieux vous connaître ++", +"img": { +"src": "" +}, +"title": "Le modèle du portrait", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 1821755, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1821755, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_48201F34-5A13-234D-E4B8-7E6E3C01010E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. explique la conclusion du Journal d'Anne Frank", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1824290, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1824290, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FFEA4B43-48D9-6BE3-08A8-B1DA0B10076B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1827400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1827400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_46C9E8DA-239B-730A-A0B1-44C5EA9325BD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "\"Je découvre des choses\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1831309, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1831309, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_17564EDB-771E-4F3F-C43F-B1DA79772F5F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "L'autoportrait : quel intérêt?", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1832669, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1832669, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_14BC3ECE-6155-6CD3-EB9E-DEEFE8E0E12B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1837800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1837800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_0DA2B13E-A7E7-7089-3517-44C63A8C7FF9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "L'autoportrait", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1847753, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1847753, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FB289F3F-E8C9-05C5-4D91-B1DB08890177" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1854800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1854800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_316E51BC-0960-2A3D-B715-44C675081DC7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1858381, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1858381, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_0A972934-2DF7-99DC-3C56-FE733876C1CC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Objections: nous on est moins intéressants, moins passionnants. --", +"img": { +"src": "" +}, +"title": "Objections", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 1859515, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1859515, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_723F1834-BE44-7127-FEB0-7E6E50A22925" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché épaule", +"img": { +"src": "" +}, +"title": "F.M. donne la parole à Lucie", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1859540, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1859540, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_6FBB26B6-BF12-3A1F-85A1-B1DB67A82D8B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1864600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1864600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_7D556C73-51BC-3A88-7526-44C6CA918263" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "\"on a quand-même vécu des choses\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1882287, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1882287, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E147F030-134D-DB7C-044C-B1DDB6236507" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1888000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1888000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_5264EA64-CDFC-5717-EF61-44C77750E4F2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "\"Vous avez pas l'air du tout convaincu que votre vie est interéssante\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1895143, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1895143, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_96079A9D-844B-124A-E158-B1DE26602672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1899400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1899400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_5E5AAA84-726A-06F2-2D72-44C7A920BE43" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. répond à Henriette", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1903714, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1903714, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_EE4C2A1C-C883-DF51-70A6-B1DE81DBA68A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1909400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1909400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_2CDD875D-C65B-7C9C-D7C7-44C7DC3944C9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Moi ça m'intéresse. ++\nProf/être humain: avec ces deux dimensions légitimées dans le cadre de l'enseignement, les \"paquets de contradiction\" sont forcément convoqués.\nPas vrai que vous vous intéressez: parole mise en doute. Cependant, tout en la critiquant, les élèves suivent la consigne: ils font vivre leurs contradictions au sein de la classe.", +"img": { +"src": "" +}, +"title": "Prof/être humain", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 1913040, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1913040, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_DB381E2A-3F78-82DD-D593-7E6E619A50CF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "\"oui, mais si moi je vous dit que m'interesse", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1913930, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1913930, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_0EA2EBFF-98B8-39D0-C64E-B1DEE49F505A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1916000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1916000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_486CD877-9A79-6F5D-5DEC-44C8155B4064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "\"pourquoi c'est un cas particulier moi?\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1917980, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1917980, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_604DCDC4-94CA-242C-75E9-B1DFA772B47D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain", +"img": { +"src": "" +}, +"title": "\"oui, mais là c'est pas le prof qui parle..\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1923018, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1923018, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_547916C2-5A85-9229-BEF7-B1E0037A516A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1924800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1924800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_8BECA2AC-06DB-8F42-30B6-44C83D4A939F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1934755, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1934755, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_4D96AF13-9990-1CDD-F09A-B1E06D577DF4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1937800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1937800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_18FBE361-B033-91A1-7DC7-44C8A483F6BA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "\"je m'interesse pas du tout à vou...\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1942786, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1942786, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B93A9B58-FFE1-C2D2-9720-B1E0BCAAEB5D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1946600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1946600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_21CEE6DD-4AFE-7EE6-3131-44C8F072278B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1951125, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1951125, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D4922C2F-3D87-F51C-B3BB-FE733878C51B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille ==", +"img": { +"src": "" +}, +"title": "\"p-e que j'exagère un peu\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1951125, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1951125, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_43DCFFA8-3B93-FE67-F3C9-B1E112C54BB4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1954800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1954800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_0FD35AA4-95CC-1C5A-A5B6-44C917555843" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1959465, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1959465, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_A94E3F81-22DC-66A0-3913-FE73387A685E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain ==", +"img": { +"src": "" +}, +"title": "Les difficultés à raconter sa propre vie", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1959465, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1959465, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_99A12CE1-2747-0BB5-912B-B1E181C9286F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Retour sur la question de raconter sa vie, intime.\nMode du questionnement. ??", +"img": { +"src": "" +}, +"title": "Fin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 1961275, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1961275, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_2A4142BD-8E03-E936-BAA6-7E6E72828061" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1965200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1965200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_6BC17992-FFE6-6ECD-095D-44C9688087EC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Autoportrait- la honte", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1966712, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1966712, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_0652D146-9310-5599-13AD-DEF2F6D1040C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain ==", +"img": { +"src": "" +}, +"title": "F.M. écoute les élèves", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1972437, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1972437, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5B8FF224-2A52-38BA-678F-B1E1E2BC9BE5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1975200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1975200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_98568624-ADF5-80FF-6077-44C9E538D872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "la honte", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1984483, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1984483, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_1E8B705A-6FD5-7E38-5B02-B1E277AC3233" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1984483, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1984483, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_898308B6-38BB-125B-724C-FE73387BC346" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1991200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1991200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D24AE16A-4832-FC35-A305-44CC0BA98470" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen ==", +"img": { +"src": "" +}, +"title": "la honte", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1993749, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 1993749, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_23E297F3-C833-46BA-1E19-B1E312DC32E4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "plan moyen", +"img": { +"src": "" +}, +"title": "honte de manger avec la mère de Rabat", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2010740, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2010740, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_7D79EF19-A284-1ABC-583F-B1E3954B8257" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen, F.M.sur le fond de la salle", +"img": { +"src": "" +}, +"title": "F.M. ne comprend pas ce que Boubacar veut dire", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2015880, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2015880, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B435B22B-C6E2-7767-F62B-B1E3ED4CC98A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "PLan moyen", +"img": { +"src": "" +}, +"title": "F.M. tente de comprendre", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2023092, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2023092, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_20F622F0-DECC-6BFF-F704-B1E4596CA5EF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen", +"img": { +"src": "" +}, +"title": "F.M. tente de comprendre ce que Boubacar veut dire", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2028342, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2028342, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D3B4D8AB-F56E-2C6E-2383-B1E4B7D033EE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen", +"img": { +"src": "" +}, +"title": "F.M. résume le propos de B.", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2046813, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2046813, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_EB70DE4E-20FE-3631-2144-B1E596400980" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ceux qui puent le fromage ??\nMots ghettos: les blancs\nArgot : mon baggy (pantalon taille basse)", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/480_in.jpg" +}, +"title": "Les jambon-beurre", +"color": "16711935", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2060403, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2060403, +"tags": null, +"color": "16711935", +"media": "laurentcantet_entrelesmurs", +"id": "s_009E8873-2309-C787-9CCB-0F4CB0DABBD3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen", +"img": { +"src": "" +}, +"title": "Rabat doit mieux s'expliquer", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2067878, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2067878, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_89589A89-1996-D111-220A-B1E6430E774C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen", +"img": { +"src": "" +}, +"title": "encore sur Rabat", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2072202, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2072202, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9CF69691-60A2-D7F2-9590-B1E69FBC25C5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen", +"img": { +"src": "" +}, +"title": "\"et c'est toi qui avait honte?\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2080541, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2080541, +"tags": [ +{ +"id-ref": "15a8c44a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab2fe6-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab2fe6-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab2fe6-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_302F527B-A4CE-8104-6184-B1E6F38C9488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen ==", +"img": { +"src": "" +}, +"title": "\"tu étais embarassé devant eux, quoi\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2088572, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2088572, +"tags": [ +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_3A24C979-B87B-0118-E5CD-B1E7684E523F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen", +"img": { +"src": "" +}, +"title": "\"histoire de race?\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2097529, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2097529, +"tags": [ +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_178B3536-2E3E-4B1B-BF70-B1E7C172B0AA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen ==", +"img": { +"src": "" +}, +"title": "\"et alors c'est..?\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2104015, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2104015, +"tags": [ +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_A1648D48-EF31-3E92-9C08-B1E82D617E02" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen", +"img": { +"src": "" +}, +"title": "F.M. comprend ce que Rabat veut dire", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2110420, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2110420, +"tags": [ +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab3482-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_DE09F21C-05C5-2790-FF44-B1E889E001B2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Wei véhicule l'attitude \"normale\" des élèves, celle qu'on espère, celle qu'on attend. Le film nous piège-t-il en donnant une piste culturelle à laquelle on va alors devoir résister (également plus tard dans les scènes de parents d'élève) ??", +"img": { +"src": "" +}, +"title": "Wei le bon élève...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2111637, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2111637, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E8E442B6-B558-4C2B-00CE-0EDEDB723FB2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Probablement une \"lame de fond\" culturelle difficile à combattre ! ce jeune \"OVNI\" pointe le niveau perçu des normes de discipline par de nombreux élèves (surtout venant des lycées pro) : beaucoup semblent être très étonnés qu'on les rappelle à l'ordre lorsqu'ils parlent ou rient fort en cours de manière répétée = la culpabilité (et a fortioti la honte) sont relégués à des comportements \"extrêmes\" pour ce qui est du bruit et de l'\"insolence\" en tout cas. Mais je pense que peu de profs insistent sur le fait que le bruit n'est pas qu'une faute envers une norme ou un prof, mais surtout envers les élèves qui ont des ambitions scolaires et veulent écouter et réfléchir en silence --", +"img": { +"src": "" +}, +"title": "honte et discipline", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2112000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2112000, +"tags": [ +{ +"id-ref": "15ab92b0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab962a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_259DF15B-6C0F-B586-605B-B75360D98523" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. répond à Wei", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2118223, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2118223, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_CC5B9A5D-B538-596D-EED3-B1E8DCD777AA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2118223, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2118223, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D581738F-3267-002A-D6D8-FE73387C8E39" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2120400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2120400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F9B5EC12-C37B-B9F1-138E-44CC9E6C7671" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. demande à Wei s'il est comme les autres gens", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2126872, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2126872, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_91E2D827-16C3-E60F-15D6-B1E9C42E069C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2126872, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2126872, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FE134361-4B9E-5D93-E714-FE73387E0EBF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2129800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2129800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_FEDE85FE-E3A3-B8B2-3643-44CCCE818BFC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2133667, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2133667, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5D009A2B-8BE5-3B99-9184-FE73387F42E1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. rit", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2133667, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2133667, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_CCFDA1D4-EF66-ECB4-F254-B1EA53F30B2B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2136000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2136000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_9C4F3F07-5401-1EA1-3660-44CCF06E68C3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2139844, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2139844, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_AE38B804-4BC8-15EF-A15D-FE7338812776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "\"Tout le monde peut s'exprimer dans les limites de la politesse\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2139844, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2139844, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_66477816-533C-8046-F1A3-B1EAC9884C1A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2146600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2146600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_1F23757B-35E9-624D-FBA7-44CD3E37FCD1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2156832, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2156832, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_2DAD3FAA-4CC3-C5BA-4B66-FE7338823507" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "honte/discipline", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2156832, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2156832, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B8CBA357-A3A9-804B-7C77-B1EB37653661" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2157800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2157800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_5E654095-EFBB-FE97-A292-44CD9858D144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2162600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2162600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_C388BC32-98EC-38CD-0255-44CDDB2F6822" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. pose une question à Louise", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2171349, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2171349, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_3B31F031-0950-9DB3-EA9A-B1EBD2429A99" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2174400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2174400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E643B5C6-E1CC-4883-06D4-44CE13995143" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2180615, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2180615, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_39F73F98-C6F1-A05B-878E-FE733884958F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "honte pour ses oreilles", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2180615, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2180615, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_38759597-4470-5CDD-6630-B1EC4753FEC2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2184800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2184800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_54984F51-C5D0-1147-5C44-44CE4D5D9BE6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2192661, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2192661, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_520E4EC0-508E-1D05-D690-FE7338857147" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "Conclusion du discours sur les autoportraits", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2192661, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2192661, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_36755204-AE60-A1B3-CC82-B1ECD5BB9CF6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2201000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2201000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_105D51D7-AEB0-3DDD-FFC0-44CEC22BF47F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Panormaique, plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "La consigne", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2210266, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2210266, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_F0EF20E4-6A56-7574-B8AD-B1ED926D94FE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2215400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2215400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_ACEA73AF-27AA-8F91-E7B5-44D1FB48456A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/523_in.jpg" +}, +"title": "plan 523", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2216960, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2216960, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_F971C4E8-DA11-5AD9-36FE-AD8181DC2FCF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen, sur le fond la porte de la salle ­ désir de sortir ++", +"img": { +"src": "" +}, +"title": "fin du cours", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2217679, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2217679, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D8F57345-B7AA-622C-3AB4-B1EE0AE7AB8D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen", +"img": { +"src": "" +}, +"title": "F.M. tente de finir sa phrase", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2226019, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2226019, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_098DB22D-8521-8601-FB73-B1EEEE76EA90" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen", +"img": { +"src": "" +}, +"title": "Les élèves sortent", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2231578, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2231578, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_BEE8847B-1F48-BE8A-16AE-B1EF25ED76F5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "Koumba", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2239300, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2239300, +"tags": [ +{ +"id-ref": "15ab990e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_A11FD1A2-A310-B8C2-FCBD-B1F0B43A0C99" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une seule question : pourquoi avoir gardé la porte ouverte ?? On a une impression de superficialité dans l'enquête du prof (et du réalisateur)", +"img": { +"src": "" +}, +"title": "Je m'excuse, Monsieur, d'avoir été insolente (Kumba)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2243339, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2243339, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_28030B34-466A-E18D-11AC-0EE113DEFCD7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Koumba/Prof", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2243600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2243600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_0CA9086B-5CA3-FAC6-CB50-44D2439BD5EA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. en premier plan, flou, le point est sur Koumba cadrée en plan rapproché taille ++", +"img": { +"src": "" +}, +"title": "F.M. appelle Koumba", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2243600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2243600, +"tags": [ +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_442FFFB4-2446-1215-4AE6-0465AAC38845" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Entrevue avec Kumba\nQue s'est il passé cet été ?? Je ne suis plus gamine.\nDemande d'excuses\nElle manque de le tutoyer = désir\nJe le pensais pas = trahison", +"img": { +"src": "" +}, +"title": "Entrevue avec Kumba", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 2245498, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2245498, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_1B2B1FB1-9973-0683-8202-E0B537881342" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain, les deux personnages sont séparés par le bureau, ++", +"img": { +"src": "" +}, +"title": "F.M. demande à Koumba de lui donner son carnet de correspondance", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2250200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2250200, +"tags": [ +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_8CE154B7-1359-08AF-03B1-0466832D8C11" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Affrontement Koumba /F.M.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2258475, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2258475, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_79165E27-73CF-9CD7-5EC9-DEF54C319F4A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain", +"img": { +"src": "" +}, +"title": "F.M. demande à Koumba de lui donner le carnet poliment", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2262920, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2262920, +"tags": [ +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B3E9D8C8-BA66-2C38-3246-B1F18CEA6DA6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "F.M. oblige Koumba à reproduire son geste plus poliment.", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2265280, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2265280, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_72521AC4-7449-35E2-C15E-FDBC0F096ECD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, Koumba en premier plan ++", +"img": { +"src": "" +}, +"title": "F.M. commence à parler", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2276364, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2276364, +"tags": [ +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_416BF992-A706-E847-36C2-B1F214C61C21" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "??", +"img": { +"src": "" +}, +"title": "\"C'est pas parce qu'il y a pas que toi qui fait des conneries que je ne dois pas te sanctionner pour autant, non?\"", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2284028, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2284028, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_DAC5AC98-6CF0-2205-94E6-FDBCF7AD0BF0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapprochè poitrine", +"img": { +"src": "" +}, +"title": "sur la sanction", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2285013, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2285013, +"tags": [ +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_7938CBE7-EC6B-C1A6-DE53-B1F25D6888EC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "\"qu'est-ce qui s'est pasé cet été?\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2290590, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2290590, +"tags": [ +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_33E336AA-50EC-ABD8-EDE3-B1F2AEE32A9A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2300456, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2300456, +"tags": [ +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_871AB155-00A9-EE58-2669-B1F374670F78" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2309413, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2309413, +"tags": [ +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_F57A3F5F-95DC-B2EB-96FF-B1F3E50F7675" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2321150, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2321150, +"tags": [ +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_8942E42F-3B41-F3B7-2763-B1F478945407" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2322595, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2322595, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_1352A5B3-D54E-BF18-0D4D-FDBF8F164100" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2328680, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2328680, +"tags": [ +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B778D8DB-3195-63AE-8385-046B984F2852" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2337597, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2337597, +"tags": [ +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_1B744823-5ABD-D07C-BC72-B1F53BD987B9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2344400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2344400, +"tags": [ +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FBA5A831-9207-C6B5-657B-046C3E609529" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2345494, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2345494, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_BB9D5D43-9069-111E-FAB7-FDC055937256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "champ-contrechamp : F.M. est présent dans les plans, montré frontalement ou de dos, en plan rapproché ou plan américain lorsque la caméra nous montre les autres personnages qui assistent à la scène. ++", +"img": { +"src": "" +}, +"title": "dialogue avec Koumba", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2359141, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2359141, +"tags": [ +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_4FF4A35A-513B-ADDB-CD5A-FE733887588B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "champ-contrechamp : F.M. est présent dans les plans, montré frontalement ou de dos, en plan rapproché ou plan américain lorsque la caméra nous montre les autres personnages qui assistent à la scène.", +"img": { +"src": "" +}, +"title": "dialogue avec Koumba", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2359141, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2359141, +"tags": [ +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15acf664-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_3415AB80-37B7-5395-C0A2-B1F6CA590C4D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Koumba s'en va en disant qu'elle ne pensait pas ce qu'elle vient de dire.", +"color": "16711935", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2408835, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2408835, +"tags": null, +"color": "16711935", +"media": "laurentcantet_entrelesmurs", +"id": "s_22782861-D50B-0339-41DB-FDC188DC905D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2411000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2411000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D7E5318A-750C-F72A-8ED0-44D32BF9E339" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"l'idée vient des professeurs\" / 1ereprésence et intervention d'un parent d'élève. - Discussion autour d'une \"fausse bonne idée\" et du sentiment d'impunité. La règle : débat. ++\n\n\n\n\n\nDétournement de l'échnage sur la machine à café.", +"img": { +"src": "" +}, +"title": "réunion de professeurs le système à points", +"color": "26112", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2412602, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2412602, +"tags": null, +"color": "26112", +"media": "laurentcantet_entrelesmurs", +"id": "s_84ED6CBD-0CBE-25E8-1253-2D9F5E09B643" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2416253, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2416253, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_34FF565C-E9BA-4888-BEF8-2DA02A5BA16A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/566_in.jpg" +}, +"title": "plan 566", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2417160, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2417160, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_3E062DD1-5FAC-945C-1E2E-AD8347D7AAD0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pour montrer la frustration de F.M., la caméra -en plan moyen- effectue un panoramique vertical vers le bas, jusqu'à montrer le coup de pied qu'il donne à une chaise.", +"img": { +"src": "" +}, +"title": "F.M. seul, après la discussion avec Koumba", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2417208, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2417208, +"tags": null, +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_C4F85633-4790-4552-9D16-C02BF3F0F108" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Conseil de classe.", +"color": "16750950", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2426288, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2426288, +"tags": null, +"color": "16750950", +"media": "laurentcantet_entrelesmurs", +"id": "s_93545FDD-EE16-A1B5-6D1A-DEF85FE47D4F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Chacun parle à son tour, en usant d'un ton réglé, les règles d'une discussion équitable sont respectées.", +"img": { +"src": "" +}, +"title": "Conseil de classe", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2426894, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2426894, +"tags": [ +{ +"id-ref": "15ae9230-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D795DEBD-B8E8-D331-4DED-7CCEEDEAF228" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Discussion sans vertèbre sur la gestion de l'incitation (bons et mauvais points). Dérive sur la notion de règle. Pas d'accord de fond. Rôle du directeur ?", +"img": { +"src": "" +}, +"title": "Conseil d'établissement : l'approche de la règle", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2427264, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2427264, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_979FDF80-5643-5934-E5CA-0EE2A58A188D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Le conseil de classe", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2427401, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2427401, +"tags": [ +{ +"id-ref": "15ae9230-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ae9230-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ae9230-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_CC67BA68-8F9E-BDA9-ACAA-C02F58FAF60B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Réunion de profs\nsystème à points pour discipline\n- coût du café\n--", +"img": { +"src": "" +}, +"title": "Salle du conseil", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2427550, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2427550, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_47C2314E-A4E8-B4CB-F5DD-A4060DD34FB3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Conseil des profs\n1) Le permis à point\nDanger des règles absolues : pourtant François a imposé la règle de demander pour se lever\nLa loi et l'esprit de la loi --\n2) La machine à café (quelle est l'utilité de cette scène : nous rendre les profs sympatiques, provoquer une empathie pour accenteur le drame)", +"img": { +"src": "" +}, +"title": "Conseil des profs", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 2433498, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2433498, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_42407C90-A356-AACE-C3B2-E0B53788834B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "point de vue /d'écoute de F.M. ??", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2448095, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2448095, +"tags": [ +{ +"id-ref": "15ae9230-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_27BBA87D-B419-79C4-BAFD-C03248074D32" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "point de vue/d?écoute F.M.??", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2463539, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2463539, +"tags": null, +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_76A5A886-DBFE-52D0-98C8-C03448C3ED86" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. écoute les autres enseignants", +"img": { +"src": "" +}, +"title": "débat sur les \"points\" de conduite", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2489484, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2489484, +"tags": [ +{ +"id-ref": "15ae9230-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ae9230-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_4CAC4630-0CDA-81EA-4E52-C03531DC5252" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. et la critique non exprimée --", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/578_in.jpg" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2506160, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2506160, +"tags": [ +{ +"id-ref": "15ae9230-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ae9230-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_318435AC-EF54-16B4-FEAC-C0366AA88367" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/584_in.jpg" +}, +"title": "F.M. écoute", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2538680, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2538680, +"tags": [ +{ +"id-ref": "15ae9230-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ae9230-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_C35CA75F-01AA-BF8A-A233-C0375E14C669" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "champ-contrechamp", +"img": { +"src": "" +}, +"title": "Le point de vue de F.M.", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2567937, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2567937, +"tags": [ +{ +"id-ref": "15ae9230-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ae9230-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_8992B943-4B2F-6372-C940-C05364E8C8DC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2571102, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2571102, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B5F61191-32C3-3F4A-F969-7996FBD89B0B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Conseil de classe suite", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2615985, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2615985, +"tags": [ +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_87F2F661-9530-3D74-05C5-7CD170102A66" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2634961, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2634961, +"tags": [ +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_04F6C043-C0F2-730C-511E-C055BE18C6A8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2659053, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2659053, +"tags": [ +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_96C534CD-7E5E-C2F9-4C23-C05632D132CA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2686852, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2686852, +"tags": [ +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_8C710C30-9E08-EDD4-E952-C05726C54F35" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "des réactions très différentes : comment caractériser F.M. en tant que personne??", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2695191, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2695191, +"tags": [ +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_AE15AB07-FA22-96E7-FFB2-C057D95037F3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2706619, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2706619, +"tags": [ +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_F9579075-4AAD-5C73-33BF-C058DF814C71" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "prof traverse les couloirs, salue les dames de services\nouvre son casier\ncommence à lire la lettre de Koumba (le respect), voix de Kumba. ++", +"img": { +"src": "" +}, +"title": "couloir", +"color": "6710886", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2712363, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2712363, +"tags": null, +"color": "6710886", +"media": "laurentcantet_entrelesmurs", +"id": "s_96420CB1-1FD3-B7F4-69B9-A40A9C342214" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "fin de la journée il rentre, quitte le groupe, dans la pénombre, traverse de longs couloirs vides et sombres (rappelle un peu le film de Gus van sant \"elephant\" où l'on suit les personnages dans l'espace de l'tablissement. ==", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/612_in.jpg" +}, +"title": "plan 612", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2713184, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2713184, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_D85B1783-B4D3-21DF-4887-AD849FE5D825" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2714958, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2714958, +"tags": [ +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_774F07FC-AA5C-B043-BEF0-C05A29CA13BD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2743683, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2743683, +"tags": [ +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_85FC7023-31E6-0D20-0774-C05A4ADB88E3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan sur F.M. en train de lire - voix off de Koumba ++", +"img": { +"src": "" +}, +"title": "La lettre de Koumba", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2752022, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2752022, +"tags": [ +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_8EA61117-AD6D-B096-56B8-C05A8E408F82" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "monologue en voix-off, lecture qui sonne faux et pas seulement parce que le texte écrit est mal lu (problème des acteurs non pros)... --", +"img": { +"src": "" +}, +"title": "voix-off : khoumba", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2754849, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2754849, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_C3BBF043-B29A-794C-4314-08E35F34185F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "salle de classe\nlecture autoportrait esmeralda, tierquar\nwei jeux vidéo\nrabat allez l'om, complément sur les femmes lu par d'autres\nsouleymane : j'ai rien à dire sur moi\nconflit souleymane / esmeralda\ntatouage souleymane\narrivée de Karl\nsonnerie \ndialogue avec Karl ++", +"img": { +"src": "" +}, +"title": "salle de classe", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 2764239, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2764239, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_43AC9EB9-BC6C-9F0B-70B3-A27BF67EB65B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/613_in.jpg" +}, +"title": "Hors champ - Lettre de Kumba", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2765560, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2765560, +"tags": null, +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5C0D08DA-738A-D64F-D611-E6142C221DCA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Lecture des autoportraits.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2769842, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2769842, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_A5DC6ABC-A975-858E-CFAC-DF0F394975AC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2771790, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2771790, +"tags": [ +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_228CC045-5FD7-3FBD-58DF-FE7338880016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2771790, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2771790, +"tags": [ +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B34B87CA-2D31-9E03-202A-C05BF3541AAF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "rapproché taille", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2785689, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2785689, +"tags": [ +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_69337651-15D8-3062-D2D8-C05C21F86554" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "rapproché taille", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2796191, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2796191, +"tags": [ +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_C9F75306-E857-1283-6D33-C05C3E98D9FF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2799000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2799000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_AF859B93-312E-EB98-C282-44D570AADE25" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Scène dans l'obscurité - Rédaction de Kumba\nVoix off se prolongeant dans la classe - Scène de classe 7 - Durée :\nDéclaration d'hostilité de Kumba - Esmeralda s'écarte de Kumba\nEsmeralda veut être policière (contradiction)\nARGOT : Tchecart (quartier)\nRacisme anti-chinois de Raba (Kabyle)\nSouleimane : ARGO : tu france (?)\nRELIGION : inscription coranique sur le bras (si ce que tu as à dire n'est pas plus intéressant que le silence, alors tais toi) ??", +"img": { +"src": "" +}, +"title": "Scène de classe 7", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 2826867, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2826867, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_632DF49F-4B77-F73B-AD14-E0B537883E13" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "plan moyen, plans qui se rapprochent jusqu'au gros plan- Le regard de Koumba à travers les autres corps. ++", +"img": { +"src": "" +}, +"title": "F.M.circule entre les élèves", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2828004, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2828004, +"tags": [ +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15af198a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0963e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0963e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0963e-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0963e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_00B47388-F98B-8BFA-94C7-C05F231B2AA3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "changement de place", +"color": "10040166", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2849916, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2849916, +"tags": null, +"color": "10040166", +"media": "laurentcantet_entrelesmurs", +"id": "s_7C3AACAA-1DA1-4667-D245-2DBBE10FD720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. reprend sa place ++", +"img": { +"src": "" +}, +"title": "F.M. invite Esmeralda à lire son autoportrait", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2862289, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2862289, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_45406AFC-B9E9-8C0E-5564-FE73388A5AAB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "plan rapproché taille", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2867231, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2867231, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_00F016CF-F51D-0990-F734-FE73388C0CC9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "plan rapproché taille", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2867231, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2867231, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_A427E684-C281-D008-E59E-C061513C5C40" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2869200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2869200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E0B653D3-0BF3-88AB-8DC7-44D899F73FA0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "10040166", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2872594, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2872594, +"tags": null, +"color": "10040166", +"media": "laurentcantet_entrelesmurs", +"id": "s_7E4847AF-9EE2-B618-AE46-2DAE5E070ABF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "plan américain", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2872790, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2872790, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_AA93D3A6-3064-EDBD-78EA-FE73388E663F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "plan américain", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2872790, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2872790, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_A40916FE-6BED-0AC9-082C-C06167F06C05" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "plan rapproché taille, F.M. regarde la jeune fille ++", +"img": { +"src": "" +}, +"title": "L'autoportrait d'Esmeralda", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2878350, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2878350, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5CA3332E-EE54-67F8-666D-C0A5A30ABBCC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. écoute l'autoportrait d'Esmeralda", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2891014, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2891014, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_BFB92E5A-C4F9-AB80-8487-CA91CE728F2A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Argot : quartier ==", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/643_in.jpg" +}, +"title": "Le tierquar", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2912480, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2912480, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_1DC36A61-90EB-347C-4337-0F53DF6B309B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. corrige le verlan d'Esmeralda", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2916959, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2916959, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_1B200BAC-617E-48C5-9C3B-CA93C9E38697" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. interroge Wei", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2928000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2928000, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_254CBCA9-A4AC-68C5-8322-CA97E808381F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. écoute l'autoportrait de Wei", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2954800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2954800, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_356C0885-F951-34C2-11EA-CA990EC08996" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "autoportrait", +"color": "10040166", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2970867, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2970867, +"tags": null, +"color": "10040166", +"media": "laurentcantet_entrelesmurs", +"id": "s_7D075902-645F-D6E3-ECB6-2DBDF6CFCB02" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. commente le portrait de Wei", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2974600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2974600, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_42BAD571-5507-DC7D-2AD9-CA9A21864225" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "Commentaire portrait Wei", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2977800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2977800, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_C54C6339-B195-7EE5-1F14-CA9B123B3101" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2981800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2981800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E7E9CAD7-A775-DBDD-0B6D-44D997C214E5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "réponse à l'attaque de Rabat", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2984000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2984000, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_CD3647B8-2B61-5F8A-69A2-CA9BBD53CFDD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2986000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2986000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_496D40B1-717B-0360-2701-44D9CDD8B2B8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ++", +"img": { +"src": "" +}, +"title": "F.M. répond à Rabat et l'invite à lire son portrait", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2989800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2989800, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_A11998B2-E99D-B264-E9CA-CA9CF77DE48E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2994400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2994400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F23F75F1-0E38-CEC4-D86E-44DA1B48CAD9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "F.M. invite une deuxième fois Rabat à lire son texte", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2999800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 2999800, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E492B138-B145-E0F1-5FE6-CA9E0EEA90CC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3002800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3002800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_649F420F-E7D3-0198-7AB2-44DAB59E0773" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Aboubakar oblige Rabat à lire son texte entièrement, y compris la partie dont il avait honte. Le prof est du côté de Suleiman. A-t-il raison dans la gestion du groupe classe ??", +"img": { +"src": "" +}, +"title": "Encore du côté d'Aboubakar", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3004389, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3004389, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_AF7B5BB3-44F8-C948-0D17-0EE46FF993DA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Argot: les allumeuses\nLe mot difficile : \"les clips de psy 4 de la rime\" (un rappeur ??)", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/668_in.jpg" +}, +"title": "J'aime pas les michtonneuses", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3014830, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3014830, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_00F7351C-C040-8670-7534-0F5626A40CF1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. contre l'expression de préférences sportives dans l'autoportrait", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3026600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3026600, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_38A8ED8E-06DE-4B13-2A20-CA9F5D2613E4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "10040166", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3031343, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3031343, +"tags": null, +"color": "10040166", +"media": "laurentcantet_entrelesmurs", +"id": "s_33BFF613-C02F-15D1-319E-2DBE52E41929" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. observe Rabat", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3034400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3034400, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_348B09B3-71A2-0542-A523-CAA45C17BAA0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3035200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3035200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_00082297-6306-C851-3C04-44DAF8FDD4BF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. invite les élèves à se calmer", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3037200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3037200, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_C5F94170-EE41-574F-ABEE-CAA510C90EF4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ++", +"img": { +"src": "" +}, +"title": "F.M. s'empare du texte de Rabat", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3054600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3054600, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_637EAB27-43ED-18F3-56AA-CAA62C0FFDB9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3056400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3056400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_7D5DBFD0-509E-3C76-049A-44DBACAFC1C1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, contreplongée", +"img": { +"src": "" +}, +"title": "F.M. rend le texte à Rabat", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3058200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3058200, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_30B5381C-FF79-05F8-106F-CAA7A844C504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3059600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3059600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E0E1304D-900D-4311-A3DF-44DBC812E5D9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "autoortrait", +"color": "10040166", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3061581, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3061581, +"tags": null, +"color": "10040166", +"media": "laurentcantet_entrelesmurs", +"id": "s_394A06C2-963B-4A5C-3659-2DBEF560998E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. commente le texte de Rabat", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3062000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3062000, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_F5C9953A-21AA-D252-2D9C-CAA7F88D1ED0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3063800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3063800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_9EBEA27B-466D-7201-58A1-44DC0A17BE50" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Souleymane", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3067800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3067800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_EC995D87-3245-A822-77E9-44DC6BF517BE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ++", +"img": { +"src": "" +}, +"title": "F.M. invite Souleymane à lire son texte", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3068000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3068000, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_406F01E5-9F73-C003-8FCB-CAA9B1BD7614" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3071800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3071800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_65BE2DBC-D149-FFC7-41FD-44DC2C84FB01" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. insiste", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3074400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3074400, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D897D7B6-52EE-7463-1305-CAAD937F9957" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3076200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3076200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_EB708D15-F45A-334D-CBA5-44DC4D86DF83" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. insiste encore", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3080200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3080200, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_68AA615E-E5B9-BCAA-E826-CAAF1AF7CDD5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3083600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3083600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_DA881279-FD4D-FC7C-2028-44DD02DBB2D3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "F.M. et l'autoportrait de Souleymane", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3092839, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3092839, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_CC393B13-2097-AAD6-D017-FDCB2314B045" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "F.M. commente le texte de Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3095200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3095200, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_7BB2AC67-73BE-0F7D-CD8F-CAAFD691F195" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3097000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3097000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_7FF58B62-2811-F518-AC5E-44DD5AD3D6C6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Souleymane lit son texte et F.M. lui reproche de ne pas avoir fait son travail comme les autres.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3098754, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3098754, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_1B3800D0-F802-196A-EA0D-DF0F559F085A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "10040166", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3099378, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3099378, +"tags": null, +"color": "10040166", +"media": "laurentcantet_entrelesmurs", +"id": "s_792D4E53-8012-3E59-A232-2DBF270EE053" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Souleman révèle le texte d'un tatouage sur son bras:\n\"Si ce que tu as à dire est moins (...) que le silence, alors tais-toi.\"\nCette citation peut-elle être analysée comme une posture d'énonciation? Celle de l'élève? mais aussi, par contraste avec Platon notamment, celle de l'enseignant ??\nAttaque de la situation d'enseignement?, qui ne peut évidemment pas se contenter du silence, ni refuser de faire progresser (donc d'admettre des paroles de moindre intérêt, voire des erreurs)?\nFaire un pont avec Pillow Book: écrire sur la peau, enjeu du support de l'écriture et du corps du messager, outre le message.", +"img": { +"src": "" +}, +"title": "L'inscription sur le bras de Souleman: plaidoyer pour le silence.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3100617, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3100617, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_8854629B-F936-14A1-9DC8-FDF38633220E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. commente le texte de Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3101800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3101800, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_BBAC2DC6-1F4C-DA66-7644-CAB08BA3C42F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3104200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3104200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E1CC6ECA-EFCA-11EA-F66C-44DD890B803F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ??", +"img": { +"src": "" +}, +"title": "Pourquoi les autres font l'effort de raconter leur vie?", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3107200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3107200, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_2A8305E9-1DC2-ED17-AC7E-CAB12A9BD07C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3109400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3109400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_2FF8A34F-7E74-1CF5-FF8E-44DDE387E810" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Argot : flic ==", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/704_in.jpg" +}, +"title": "Sale Keuf", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3115672, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3115672, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_41953E09-A56E-F8E8-98EA-0F5935E2322B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M.assiste à l'échange entre Souleymane et Esmeralda", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3122377, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3122377, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_F23532E3-5CF9-8D39-1A21-CAB270B48B01" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3124400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3124400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_FD51054A-9CA6-15DC-154E-44DE30ADBBA7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Argot: Tu parles bien français\nTu frances == tu parles", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/708_in.jpg" +}, +"title": "Tu frances bien", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3126170, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3126170, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_9E6F6976-A4E8-6CB7-6025-0F59CB6038EA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. tente de calmer Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3133424, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3133424, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_440E46BA-31A5-41D6-035B-CAB3662DC1C7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3135800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3135800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_1538A3F2-B811-0475-06A6-44DE51E41864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. reproche à Souleymane de ne pas avoir écrit suffisamment", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3138912, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3138912, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_0A94F75A-7812-C87C-21E5-CAB428AC708A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3142000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3142000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_2FF1504D-2F48-B1F3-915B-44DEC914250C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "F.M. observe l'échange entre Souleymane et Esmeralda", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3154766, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3154766, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_3CA7BDD4-CE34-C8F2-992F-CAB5A6136098" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3156000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3156000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B0062EBA-CEC7-ECF7-3068-44DF42269A56" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Le tatouage de Souleymane.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3159580, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3159580, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_3A68CE26-870E-7038-F381-DF1197B0CD5B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "Le tatouage de Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3161067, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3161067, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_AB3EE16B-3ABE-32B6-C299-CAB6495B1BD4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3162200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3162200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_0B3167BC-B243-0EB1-CFA3-44DF96EE5093" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. veut savoir ce qui signifie le tatouage", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3164929, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3164929, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B57C186E-3AE8-087A-FFAA-CAB6DF669320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3166200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3166200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F6C56A1B-92DF-7ACC-7F85-44E00C2403B9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "F.M. invite Souleymane à expliquer ce que signifie son tatouage", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3173669, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3173669, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_C21C3C7E-770C-94FA-E7A3-CAB7727229E6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3176400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3176400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_05B4D26B-4114-E3E6-C36B-44E050E2874F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "F.M. invite Souleymane à lui montrer son tatouage.", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3177097, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3177097, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_4DEE91B6-4539-ABD9-7ED9-FDCF530FB345" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. insiste", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3178547, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3178547, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_123D7258-44F1-9482-09D2-CAB8322E8E07" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3181600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3181600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_25960DAD-DEBE-3341-519C-44E1136504CD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille ++", +"img": { +"src": "" +}, +"title": "\"si seulement tu pouvais écrire des choses aussi interéssantes sur ta feulle que sur ton bras...\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3204971, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3204971, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5FA5D335-CAEC-DC10-77DB-CAB93C5BFAEE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "==", +"img": { +"src": "" +}, +"title": "le taouage de soulemane - le silence", +"color": "10040166", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3212770, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3212770, +"tags": null, +"color": "10040166", +"media": "laurentcantet_entrelesmurs", +"id": "s_DF417C4C-84DC-8DF7-7646-2DC0E00E3399" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. donne des nouvelles consignes", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3215947, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3215947, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_ED32CAF2-75F6-B9A6-67E8-FE73388FA5B2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. donne des nouvelles consignes", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3215947, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3215947, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_47C22CF8-4C2A-F22E-59B4-CABACC91171E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3225400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3225400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_3E340DB1-7021-D49C-AF1A-44E3D5628EA2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan d'ensemble", +"img": { +"src": "" +}, +"title": "arrivée de Karl", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3230175, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3230175, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_521E1E0B-9289-94BA-40C5-FE733891B828" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan d'ensemble", +"img": { +"src": "" +}, +"title": "arrivée de Karl", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3230175, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3230175, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_44DFADF8-E416-EC2A-490C-CABC433FDE46" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "PLan rapproché poitrine", +"img": { +"src": "" +}, +"title": "Le Proviseur veut que tout le monde soit debout", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3240338, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3240338, +"tags": [ +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15b0b2ea-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_304A1FF2-3577-B87A-1AC8-CABD159156BA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Arrivée de Carl\nA coté de Kumba\nSonnette 2\nEntretien avec Carl ==", +"img": { +"src": "" +}, +"title": "Arrivée de Carl", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3240841, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3240841, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_4E5A7A04-BD78-F9B7-A934-E0B53788D2DE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'application et l'explication des règles par le proviseur est très forte dans le contexte, qu'est-ce qui fait qu'il arrive à ses fins : sa manière de faire ? ses interactions plus privés avec les élèves ? les risques de sanctions liées à sa position ? à sa pratique ??", +"img": { +"src": "" +}, +"title": "entrée du proviseur", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3251429, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3251429, +"tags": [ +{ +"id-ref": "15bbb500-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_CA6F5AD7-C563-C5E9-7C91-BC8BC74FD280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. invite Karl à s'asseoir", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3268184, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3268184, +"tags": [ +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9B26BCB5-D329-F8A1-EB0D-CABE542F95ED" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain ==", +"img": { +"src": "" +}, +"title": "fin du cours", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3291153, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3291153, +"tags": [ +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_3F08871D-DBFE-3B23-DB99-CABF893099CD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3298107, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3298107, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_467E1800-9F4A-5C7E-F549-A27BF67EC090" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain", +"img": { +"src": "" +}, +"title": "F.M. invite Karl à rester deux minutes", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3299283, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3299283, +"tags": [ +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E1DDA224-B44E-125B-76AD-FE7338942367" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain ??", +"img": { +"src": "" +}, +"title": "F.M. invite Karl à rester deux minutes", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3299283, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3299283, +"tags": [ +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_265BF8B8-4090-0FC7-1F2E-CAC0D9C1ADCF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "sortie de classe", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3303484, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3303484, +"tags": null, +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_A77DBB61-975B-B162-FB6F-2DC268A3961A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "- Tu aimes bien le français ??\n- Comme tout le monde.\n- Oui, ça veut pas dire grand chose.\nCommentaire: il quitte le mode de l'enquête (de la question), alors qu'il pourrait le pousser plus loin. Il passe au jugement. Ce qui ouvre la voie à la confrontation. (Pas cette fois-ci.)", +"img": { +"src": "" +}, +"title": "Questionnement du prof suivi de jugement, ironie, sanction", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3305000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3305000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_1AA82F4E-BFA4-6B48-FE45-7DEA93D814E3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain", +"img": { +"src": "" +}, +"title": "F.M. s'approche de Karl", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3305787, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3305787, +"tags": [ +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_8B128EA4-7429-00B9-EB66-CAC2064D4636" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Carl", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3306960, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3306960, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_62BD9DB9-09A9-419C-5961-44E2B4B29531" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Champ-contrechamp classique --", +"img": { +"src": "" +}, +"title": "Dialogue avec Karl", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3308632, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3308632, +"tags": [ +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_03859A47-DE74-3CAD-15D4-CAC3527753AE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3379515, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3379515, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D5745960-25A5-9AFB-F069-A27BF67EB06B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan", +"img": { +"src": "" +}, +"title": "F.M. reste seul dans la salle", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3380586, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3380586, +"tags": [ +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_078241E6-014B-7B5E-D010-CAC5D9CFCA17" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan ??", +"img": { +"src": "" +}, +"title": "F.M. reste seul dans la salle", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3380586, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3380586, +"tags": [ +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_09456FE3-5320-4EDB-20CA-FE733895793D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3384800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3384800, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_840CF8B1-A840-7DD8-1D6C-AD8C0033D150" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Réception des parents. Mi-temps du match.", +"color": "6710886", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3384862, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3384862, +"tags": null, +"color": "6710886", +"media": "laurentcantet_entrelesmurs", +"id": "s_0586B6CB-3495-8F3B-D575-DF14AF80A5DF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Les parents des élèves", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3385200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3385200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E5371C86-69FB-91A3-FC56-44E4477F6938" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Visite des parents de Wei", +"img": { +"src": "" +}, +"title": "Visite Parents de Wei", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3385505, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3385505, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_3E7F4F0E-7AF1-9548-EE25-E0B5378880A5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "52479", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3385667, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3385667, +"tags": [ +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "52479", +"media": "laurentcantet_entrelesmurs", +"id": "s_C74B4B4C-39F8-FC83-E016-CACAD792D97E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "52479", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3385667, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3385667, +"tags": [ +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bbbba4-41e1-11e1-b830-08002791f1b7" +} +], +"color": "52479", +"media": "laurentcantet_entrelesmurs", +"id": "s_5F35E4B5-EFA6-1C5B-F02E-FE733897BD04" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "pas de musique off, une musique in leçon de piano, pourtant elle a ce rôle sur la bande annonce du film comme musique defosse (reference à Michel Chion) juste des bruits mixés modulés en dynamique. Très peu de réalisateur ont utilisé ce choix radical : clouzot cavalier par exemple , à chaque fois dans un but de radicaliser l'esthétique et l'univers exprimé. Ici pas d'intériorité des images, juste une volonté de faire réaliste... voir aussi le choix de prise de vue. La musique de la bande-annonce est La Mélodie Hongroise D817 en si mineur de Schubert.Haut et Court (Paris) (comme une leçon qui viendrait de l'extérieur (en face quelqu'un joue , il est tard et il n'y a pas de bruit habituel (cri de la cour, ville ), à noter que la bande annonce du film fait entendre cette piéce de musique classique tout du long !! et pas du rap, ce qui laisserait entendre que la langue musicale parlée est celle du prof et pas des éléves (même si le ton est particulièrement beau et nostalgique) ++", +"img": { +"src": "" +}, +"title": "musique de piano sur la rencontre avec les parents d'élèves", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3385953, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3385953, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_1517741A-5946-DAC9-5182-03FF401D83C7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "le prof reçoit les parents d'elèves et famille", +"color": "3342387", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3386638, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3386638, +"tags": null, +"color": "3342387", +"media": "laurentcantet_entrelesmurs", +"id": "s_EDD82865-8D31-AC12-45C2-2DC47E900C71" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "salle de classe\nrencontre avec parents\npère de rabat\nmère gothic\nmère littéraire henriIV\nmère et frère de souleymane ==", +"img": { +"src": "" +}, +"title": "salle de classe", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3392101, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3392101, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_ADB8E39B-02F0-890A-A6E4-A27BF67E2100" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Réunion parents-profs", +"color": "3394611", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3396835, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3396835, +"tags": null, +"color": "3394611", +"media": "laurentcantet_entrelesmurs", +"id": "s_AC545A2E-D54A-AEC6-6A54-7CDD3F9F058E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "élève avec son père", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3463400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3463400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_74773873-4360-F5B1-4B98-44E589C7AFF7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Visite du père de ?\nUtilité de ces scènes ??", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3465868, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3465868, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_AE388556-4AF9-BCFD-3E06-E0B537883D7E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Visite de la mère de \nAgressive --", +"img": { +"src": "" +}, +"title": "La mère agressive", +"color": "16777215", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3514768, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3514768, +"tags": null, +"color": "16777215", +"media": "laurentcantet_entrelesmurs", +"id": "s_29D08178-039F-837F-9C83-E0B537889405" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Parents de ?\nVeux qu'il aille à Henri IV, Première citation du collège Dolto --", +"img": { +"src": "" +}, +"title": "Henri IV", +"color": "16777215", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3552720, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3552720, +"tags": null, +"color": "16777215", +"media": "laurentcantet_entrelesmurs", +"id": "s_9E171647-6A02-3866-B64E-E0B53788D1F0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Là on est en plein dans la stratégie de masse de beaucoup de parents qui amplifie la \"concentration des problèmes scolaires\" mais qui est compréhensible... cette stratégie pourrait être moins utilisée et nocive si les règles de sélection et la prééminence des classes prépa étaient modifiés ??", +"img": { +"src": "" +}, +"title": "parents et carte scolaire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3581733, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3581733, +"tags": [ +{ +"id-ref": "15bd18e6-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bd18e6-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_3D1059F9-7496-4BE8-582C-BC919D3006C6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "échange sur fond de notes de piano. Une sorte de fatalité se dégage de cet échange, de grande humanité et difficulté à faire passer le respect des uns et des autres ++", +"img": { +"src": "" +}, +"title": "la mère et le frère de Soulemane", +"color": "10040166", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3611364, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3611364, +"tags": null, +"color": "10040166", +"media": "laurentcantet_entrelesmurs", +"id": "s_40BB5778-3DAB-297C-C6B0-31B6A8852926" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Surpris - Découverte de ses absences - Sortie impromptue de la mère --", +"img": { +"src": "" +}, +"title": "Mère et frère de Souleimane", +"color": "16777215", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3616720, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3616720, +"tags": null, +"color": "16777215", +"media": "laurentcantet_entrelesmurs", +"id": "s_09E8ACAC-5079-45EA-8F75-E0B537886411" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "famille de Souleymane", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3617800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3617800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_DA788EC2-7DD3-0774-6E8A-44E8EC2D9DB5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "les photos de Soulemane", +"color": "10040166", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3751460, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3751460, +"tags": null, +"color": "10040166", +"media": "laurentcantet_entrelesmurs", +"id": "s_3D410B41-5287-D80B-CF72-31B8F6506571" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3757400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3757400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_EC300FC6-B0EB-B190-8D2D-44EA8D243529" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Les élèves copient leurs autoportraits àl'ordinateur. Souleymane est félicité.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3758000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3758000, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_307B9902-433D-9B13-E361-DF1EBBCFB51F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "couloir\nphoto mère de souleymane sur mobile", +"img": { +"src": "" +}, +"title": "couloir", +"color": "6710886", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3758565, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3758565, +"tags": null, +"color": "6710886", +"media": "laurentcantet_entrelesmurs", +"id": "s_FC393BBC-EC6C-1E99-2140-A27BF67EEDB3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Argot : Ma mère", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/833_in.jpg" +}, +"title": "Ma Daronne", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3759367, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3759367, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_32CFABE6-1FEE-2F66-CFFE-0F5DBBFCE804" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Scène de classe 8 - Salle d'informatique\nDécouvete des talents de photographe de Souleimane\nKumba reparle - Elle est reconciliée avec Esmeralda\nARGOT : ma Darone (ma mère)\nExposition des photos ==", +"img": { +"src": "" +}, +"title": "Scène de classe 8", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3760101, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3760101, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_583FA8AE-840D-BBD2-1674-E0B53788EDA1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3769622, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3769622, +"tags": [ +{ +"id-ref": "15bd85a6-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bd85a6-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bd85a6-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bd85a6-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_BED14C94-448C-3A28-2B39-CACC39BF13C0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'élève: Elles sont nulles mes photos. --", +"img": { +"src": "" +}, +"title": "Elles sont nulles mes photos", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3770171, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3770171, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_79C916FD-4BEB-E047-EE19-7E022EDFEF5E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "F.M. regarde l'appareil photo de Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3775923, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3775923, +"tags": [ +{ +"id-ref": "15bd85a6-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bd85a6-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bda57c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bda57c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_76C9C10C-F0CE-80A8-6131-CACD3EA7160A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "travai sur l'autoportrait en groupe", +"color": "3355494", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3776756, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3776756, +"tags": null, +"color": "3355494", +"media": "laurentcantet_entrelesmurs", +"id": "s_EA57B253-4B18-D876-D237-31BE79684953" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan ++", +"img": { +"src": "" +}, +"title": "F.M. en premier plan regarde Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3777752, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3777752, +"tags": [ +{ +"id-ref": "15bda57c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bda57c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bda57c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bda57c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E0C04375-7000-F16C-104A-CAD1C9D3087A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "Les élèves entrent dans la salle", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3786492, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3786492, +"tags": [ +{ +"id-ref": "15bda57c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bda57c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bda57c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_CDC2050F-34A2-D1A7-F434-CAD4C2AAD969" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "(Ironie: dire le contraire de ce qu'on pense?? ou ce qu'on pense et ce qu'on ne pense pas en même temps? une amphibologie? ironie comme \"battement ou vibration d'extrême à extrême\", \"pseudologie\", Jankélévitch, forme de mise en scène de la contradiction)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nLe prof: Puisque tu es un génie de l'informatique", +"img": { +"src": "" +}, +"title": "Ironie sur le génie de l'informatique", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3792827, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3792827, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_3E08AABD-CF12-02D8-2A16-7E022EDFBFBF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "salle informatique\notoportrait\nil charrie les deux filles\ncommentaire sur les photos de Souleymane\nprof affiche les photos, S pense que le prof le charrie, prof a un petit sourire\nélves regardent l'autoportrait photo\nsilence des enf qui regardent ++", +"img": { +"src": "" +}, +"title": "salle informatique", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3793509, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3793509, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_0477D925-D3CC-4254-CB5A-A27BF67E413F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen", +"img": { +"src": "" +}, +"title": "Dans la salle informatique", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3803159, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3803159, +"tags": [ +{ +"id-ref": "15bda57c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bda57c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9265184F-ED26-2BE5-4777-CAD5F4A48A27" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "F.M. regarde le travail de Karl", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3827550, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3827550, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5122360F-8045-9BC2-4940-CAD82ACA96C5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le prof: Tu vas dans le pays du Luxembourg? --\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nLe prof: Vous sortez finalement!", +"img": { +"src": "" +}, +"title": "Marin ironise sur les sorties des filles", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3833467, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3833467, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_92933524-3759-DA0F-88F9-7E022EDFEF5F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, contreplongée ==", +"img": { +"src": "" +}, +"title": "galeries Lafayette", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3841372, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3841372, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_0E727020-59FC-F512-7253-CAD9117CC967" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "sortir du microcosme?\n\"en fait vous sortez, quoi, finalement?\"", +"img": { +"src": "" +}, +"title": "galeries Lafayette", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3845200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3845200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D002172F-FD8D-CF2D-609E-44EC6AFBAF05" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, contreplongée ??", +"img": { +"src": "" +}, +"title": "sortir du quartier?", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3845437, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3845437, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_27690E71-3106-09B0-974C-CAD9E3F6C8AD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Koumba et Esmeralda ne veulent pas qu'on les croit des \"paysannes\"", +"color": "16711935", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3847468, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3847468, +"tags": null, +"color": "16711935", +"media": "laurentcantet_entrelesmurs", +"id": "s_C7A79146-E77C-FC75-1068-FDD1E02E1F85" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, contreplongée ??", +"img": { +"src": "" +}, +"title": "sortir du quartier?", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3854583, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3854583, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_673797E4-E6B4-AB84-FE45-CADAC31C9581" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, contreplongée", +"img": { +"src": "" +}, +"title": "suite", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3863120, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3863120, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_BE81CD5F-F262-7724-1F99-CADB6CA61E94" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, contreplongée", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3870437, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3870437, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_536FF0EA-2270-ACAD-4D85-CADB8505AFE7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, contreplongée", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3874909, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3874909, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B7C58819-3D19-1F8F-3C8B-CADB964DC484" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3877000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3877000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_56B164EE-66AB-A6E5-6D4C-44ED49DECD2D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, contreplongée", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3881007, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3881007, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_8EEC7247-937E-D425-D501-CADBB073280C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3885682, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3885682, +"tags": null, +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_81F3A998-F186-93C8-2E23-CADBCD305A2C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Panoramique vertical, plan rapproché poitrine, contreplongée", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3892796, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3892796, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5D71F464-1A9B-7A85-F217-CADF027CD627" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Apprentissage de la légende: Souleman légende la photo de sa mère (\"ma mère n'aime pas être prise en photo\")\nLe prof: Tu fais ça avec toutes les photos et tu as gagné. ++", +"img": { +"src": "" +}, +"title": "Apprentissage pour légender une photo", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3903867, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3903867, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_592154CA-899E-0D01-5FA6-7E022EDF82A6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille ++", +"img": { +"src": "" +}, +"title": "F.M. conseille à Souleymane d'ajouter une légende à sa photo", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3905195, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3905195, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E7967A1E-C579-69C2-8178-CAE008BC91FC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3914544, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3914544, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_2B31EE36-F490-2DA9-DDFD-CAE1782C247A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3937919, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3937919, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_25CA2C53-A3B3-8CC5-FC86-CAE1AEC4128B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3949911, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3949911, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_45B0EE0F-D038-F9F9-8E82-CAE2FF059C98" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le geste de reconnaissance du travail de Souleman n'est pas apprécié comme tel. L'attitude ironique se retourne contre son auteur: le prof ironique parfois n'est plus tout à fait crédible même quand il n'est plus dans l'ironie. Il reste un doute dans l'esprit de l'élève. --\nSéquences:\nAppréciation du travail de Souleman. François affiche les photos de Souleman.\nSouleman n'y croit pas (\"Mais vas-y! c'est pour me charrier!\" \"vous dites n'importe quoi!\")\nIl n'y croit qu'à partir du regard des autres élèves.\nLe message du prof (de valorisation) n'est pas pris pour un signal honnête, mais plutôt comme un nouvel avatar de son ironie.\nL'ironie ne ne clôt pas aussi facilement qu'elle se commence, forme de guerre pour la reconnaissance.", +"img": { +"src": "" +}, +"title": "L'ironie prise à son propre jeu", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 3973349, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3973349, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_42CD3F85-EB77-B807-17DD-7E022EDFEC86" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. félisite Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3978165, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3978165, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_6FB8ADE7-C42A-35AE-6856-CB6B3951A610" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. affiche le travail de Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3988328, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 3988328, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_F8B3164C-5E09-A91E-6A95-CB6B59AE3092" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "F.M. explique à Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4004182, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4004182, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FE512524-B51B-1D9D-457E-CB6FE82C9913" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ++", +"img": { +"src": "" +}, +"title": "F.M. affiche le travail de Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4008044, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4008044, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_CE4A7B65-C167-184D-57EA-CB6FF0EDD2A3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4014141, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4014141, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5CB0DCBC-1D39-F4EF-596B-CB7008873965" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4016000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4016000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B3F6E08A-13B0-CB74-F10A-44F0B3DC3FC9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "\"c'est pour me charier\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4016377, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4016377, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_4119B983-6660-E043-A2EB-CB701C1DAAFF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "\"aucune réserve\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4020646, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4020646, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_8BDE9DCF-0743-3EEA-97FD-CB70295CC99C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. appelle le reste de la classe", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4023034, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4023034, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_6B38F02D-A931-0788-B430-CB74908BE8C3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan", +"img": { +"src": "" +}, +"title": "F.M. appelle le reste de la classe", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4027556, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4027556, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_1F5C2C0C-A5F2-9D8B-C591-CB749B13B884" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapprochè poitrine, rapproché taille, travelling arrière ++", +"img": { +"src": "" +}, +"title": "Les élèves se lèvent pour regarder le travail", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4030198, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4030198, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_A28D2D08-17FD-6850-66CA-CB74D0B11423" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Détail des photos de Souleymane ++", +"img": { +"src": "" +}, +"title": "", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4038938, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4038938, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_8A4DD35C-DA36-B64B-B21B-CB7524C8CE43" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4058858, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4058858, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_9F399AD5-6F54-C7F8-73E9-CB79C31146A1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce plan", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4062200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4062200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_15A97530-AD3C-55B8-0CAD-44F1E22A1A7B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le regard de Souleymane sur son travail ++", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4065565, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4065565, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_2226B723-C254-33E9-EC5F-CB7BD4ED1D39" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "poème de Carl : j'aime pas la Star Ac .../... j'aime bien être ici.", +"color": "10027008", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4070568, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4070568, +"tags": null, +"color": "10027008", +"media": "laurentcantet_entrelesmurs", +"id": "s_E4F28FD1-3834-F0E5-C559-31C0180201DB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4072200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4072200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_901AC95A-3575-8E0A-0A20-44F28DA215BF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "monologue, sonne faux... --", +"img": { +"src": "" +}, +"title": "monologue : karl, j'aime...", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4072201, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4072201, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_BF5F0AA0-D39A-DAC1-DC59-08E5A6D2C3FF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Carl", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4072600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4072600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_023806CF-B12C-A71F-998A-44F2B50B5E1A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan fixe le plus long du film\nJ'aime ....\nJ'aime pas ....\n--", +"img": { +"src": "" +}, +"title": "Lettre de Carl", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4073172, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4073172, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_36FCC912-229B-0774-202E-E0B53788FACB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "salle de classe\nkarl lit son autoportrait à démarreur j'aime / j'aime pas\n--", +"img": { +"src": "" +}, +"title": "salle de classe", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4073339, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4073339, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_4FCF16F4-2830-23E3-2473-A27BF67EB3CD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "moment où l'on assiste aux contradictions qui marquent la vie du collectif enseignant et pédagogique. ++", +"img": { +"src": "" +}, +"title": "la double annonce: la détention de la maman de Wei et la collègue enceinte", +"color": "26112", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4132833, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4132833, +"tags": null, +"color": "26112", +"media": "laurentcantet_entrelesmurs", +"id": "s_E8E84F6D-CFC6-356E-62B8-31C6D9C180FD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "Une expulsion et une grossesse", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4134000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4134000, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_684B3B53-355F-DA6F-8DCA-7E135252AA1B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "salle des profs\ncpe informe que mère de wei arrêtée pour expulsion, cpe fait quête\nprof annonce qu'elle est enceinte 'c'est pas le bon moment\"\nchampagne prof boucle sur wei ++", +"img": { +"src": "" +}, +"title": "Salle des profs", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4146491, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4146491, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_84B9A441-C0E8-183F-1EDD-A27BF67EDCAD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Arrestation de la mère de Wei\nQuête pour un avocat\nChampagne pour le prochain bébé d'une prof (MOTS inapropriés : Enguéran)\nGrand respect de Wei = bons sentiments\n--", +"img": { +"src": "" +}, +"title": "Salle des profs", +"color": "16777215", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4146885, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4146885, +"tags": null, +"color": "16777215", +"media": "laurentcantet_entrelesmurs", +"id": "s_9D33ABB2-5477-601C-958B-E0B53788C83B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "La mère de Wei risque l'expulsion, les enseignantes fêtent le fait qu'une collègue est enceinte.", +"color": "16737843", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4147568, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4147568, +"tags": null, +"color": "16737843", +"media": "laurentcantet_entrelesmurs", +"id": "s_F5E537FF-3F43-8BEA-8129-DF1FECA6AAD2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché ++", +"img": { +"src": "" +}, +"title": "F.M. passe en second plan dès que sa collègue cite le prénom de Wei", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4158861, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4158861, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E6B8A41B-E8DE-1A15-1B27-CB7E6F9A35BD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan --", +"img": { +"src": "" +}, +"title": "F.M. écoute", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4165568, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4165568, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_F305C7FB-D212-E02B-42F4-CB81376B3E6B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "F.M. écoute et demande quel sera le sort de Wei", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4205203, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4205203, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_F02A78C6-CB56-1B42-26B9-CB7F09ED02E9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4260489, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4260489, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_5E922888-3F09-6DC5-CCA7-CB82FC841701" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4268620, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4268620, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_53538DBF-0A51-686B-8F4F-CB831A6C1CB7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "en premier plan, F.M. regarde sa collègue ++", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4281019, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4281019, +"tags": [ +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15bdf39c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_55BF80DF-2F61-9A69-210C-CB8357B3A625" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4311844, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4311844, +"tags": null, +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_2DA531A8-E23E-21F4-E29D-31CA2FD933B8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4313903, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4313903, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_345985C6-CA9F-3F4E-1EC2-79B49FB41D7B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "cour mach de foot ++", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/945_in.jpg" +}, +"title": "plan 945", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4313960, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4313960, +"tags": [ +{ +"id-ref": "15c06f1e-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_F9CE5B2C-181F-9C4D-CAD7-B1273EE85139" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4314200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4314200, +"tags": [ +{ +"id-ref": "15c07e28-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_3BC7EDD6-6CD8-D4B6-55CC-44F434327B16" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "cour\nvue en plongée\nbagarre\n++", +"img": { +"src": "" +}, +"title": "cour", +"color": "65535", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4314520, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4314520, +"tags": null, +"color": "65535", +"media": "laurentcantet_entrelesmurs", +"id": "s_F1FDC431-AB52-696F-A088-A27BF67EAEC8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Match de foot dans la cour.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4316066, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4316066, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_69AD6803-8BFC-BE96-B263-DF22F3A44D90" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "match de foot ++", +"img": { +"src": "" +}, +"title": "dans la cour", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4321725, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4321725, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_07149807-6D1B-A41B-033C-44F460E04060" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plongée sur la cour de récréation\nInjures --", +"img": { +"src": "" +}, +"title": "Cour 3", +"color": "65535", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4342224, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4342224, +"tags": null, +"color": "65535", +"media": "laurentcantet_entrelesmurs", +"id": "s_77716DF2-2F1E-2BFE-75E9-E0B537888C5C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "convaincre -", +"color": "3355494", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4366326, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4366326, +"tags": null, +"color": "3355494", +"media": "laurentcantet_entrelesmurs", +"id": "s_6A727F6A-FADE-03D2-EA22-31CB4AE94B76" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Exercice pour apprendre àdéfendre ses idées. L'enseignant perd le contrôle de la situation.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4376600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4376600, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_23A39A63-5BE0-AFD8-A34A-DF23E90068C9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Salle de classe 9 - Discours\nAgression contre le Mali de Nacine le marocain\nARGOT : tous les \"arres\" qui jouent ici\nArthur le Gothique : Défense du droit à être \"sombre à l'intérieur\"\nBoubacar : défense de l'équipe de Côte d'Ivoire\nCarl : défense des antillais - RACISME de Souleimane\nExpulsion de Soleimane accompagné chez le proviseur\n==", +"img": { +"src": "" +}, +"title": "Salle de classe 9", +"color": "16711884", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4376629, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4376629, +"tags": null, +"color": "16711884", +"media": "laurentcantet_entrelesmurs", +"id": "s_BE82C4F6-A8CD-546D-162D-E0B53788A519" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "salle de classe\nnassim sur l foot\narthur : défend son look\nboubakar répond à nassim\nkarl : soulé par coupe d'afrique : français, antillais\nvulgarité\nsouleymane viré emmené par le prof\n--", +"img": { +"src": "" +}, +"title": "salle de classe", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4377531, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4377531, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_D42ECA50-7144-6EE5-D5D4-A27BF67E5DA7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Débat autour du foot.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4379200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4379200, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_EA8BCDED-3701-CDF3-A1D8-DF24BF95BD9F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Maroc/Mali", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4379404, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4379404, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_111E6D28-A9E8-ED40-1B8F-7E4268763127" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. apparaît dans le plan, plan rapproché taille", +"img": { +"src": "" +}, +"title": "convaincre les autres", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4380208, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4380208, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_703D5E25-866C-5EF4-2F4C-FE73389900F5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. apparaît dans le plan, plan rapproché taille", +"img": { +"src": "" +}, +"title": "convaincre les autres", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4380208, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4380208, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_83023F5E-2191-0D91-7333-CB88F6B407EB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapprochè taille", +"img": { +"src": "" +}, +"title": "F.M. écoute Nassim", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4389762, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4389762, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_46C62C01-7034-B16C-BE23-CB89162719E5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain", +"img": { +"src": "" +}, +"title": "F.M. écoute Nassim", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4412933, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4412933, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_C4BB96BA-D7EC-2F8B-783E-CB8972233BC1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain ++", +"img": { +"src": "" +}, +"title": "F.M. écoute Nassim", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4419234, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4419234, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D8E392D0-9E2B-0382-AC6B-CB8989C75916" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain ++", +"img": { +"src": "" +}, +"title": "F.M.commente le discours de Nassim", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4439763, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4439763, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FB30248D-4CBE-B9DA-FDEB-CB89E51AD1EA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain", +"img": { +"src": "" +}, +"title": "F.M. commente le discours de Nassim", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4451145, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4451145, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_44494EAF-8CBD-2CEE-B0E4-CB8A08CFCD6E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La contradiction \"différent/pareil\". Les tribus s'affichent.\nLe prof: \"Arthur, il y a une petite contradiction\"\nArthur le gothique.\nContradiction entre l'individuation (je m'habille comme je veux, être différent)\net l'appartenance à une communauté où il se fond (fringues portées par un grand nombre de gens, tous un peu sombres) --", +"img": { +"src": "" +}, +"title": "Arthur défend son look gothique", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4459109, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4459109, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_683A613B-1771-2467-60A2-7E4258986C8A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, contreplongée", +"img": { +"src": "" +}, +"title": "F.M. invite Arthur à lire son discours", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4459479, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4459479, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_A6BE5221-E1B3-2117-F36C-CB8A375DFFB1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "Arthur défend son style.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4465200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4465200, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_8FB1FC9B-7475-FB38-0CC8-DF2629E05846" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4465800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4465800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_4B38011E-90BA-39DA-2BA0-44F98A2ED924" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Convaincre - Défendre son look ( Arthur)", +"color": "3355494", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4467507, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4467507, +"tags": null, +"color": "3355494", +"media": "laurentcantet_entrelesmurs", +"id": "s_CDF4EEFE-E24A-51F4-C0AB-31CCBF7A98D2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain", +"img": { +"src": "" +}, +"title": "en écoutant Arthur", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4470658, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4470658, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E9B9C8B3-AEC0-6D49-BAB8-CB9003B89898" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain --", +"img": { +"src": "" +}, +"title": "F.M. dit à Souleymane de se taire", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4480008, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4480008, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_C375F353-6BFA-7B1C-3292-CB90A4D8267C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain", +"img": { +"src": "" +}, +"title": "en écoutant Arthur", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4507041, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4507041, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_0E10D592-3707-3FF4-D49C-CB91B62D1D5F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain", +"img": { +"src": "" +}, +"title": "commentaire au discours d'Arthur", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4520253, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4520253, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D1354091-E519-B4A8-48E5-CB925C07E112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Métaphore ==", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/999_in.jpg" +}, +"title": "Sombre à l'intérieur", +"color": "16777215", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4527160, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4527160, +"tags": null, +"color": "16777215", +"media": "laurentcantet_entrelesmurs", +"id": "s_727078B2-2076-1FB9-DC03-0F637B683738" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain", +"img": { +"src": "" +}, +"title": "commentaire au discours d'Arthur", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4539359, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4539359, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9A886F79-CCCC-F8D4-CEFF-CB936B4DFEDF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. invite Boubacar à faire son discours", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4548303, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4548303, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_30A4B51B-6E9D-D031-55A6-CB947B6FA179" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapprochè taille", +"img": { +"src": "" +}, +"title": "F.M. assis parmi les élèves", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4553181, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4553181, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E950F44D-F01B-A7CC-1740-CB966B77BCEB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan ++", +"img": { +"src": "" +}, +"title": "F.M. rit", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4570864, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4570864, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_7C09A248-B5AB-3137-AC90-CB9758A69541" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Panoramique, plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. invite Karl à faire son discours", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4591800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4591800, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_3AF5E406-715E-4F77-821F-CB98F79A1040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Karl prend la parole.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4599000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4599000, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_CD37BFD0-9D2B-07CE-853D-DF297F5B0297" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan --", +"img": { +"src": "" +}, +"title": "F.M. écoute le discours de Karl, il est tendu", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4606842, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4606842, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_C1C84178-4EA9-59CC-CEAE-CB99E85DDC6B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4609000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4609000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_8B963510-BAB8-9610-E063-44FA9DC8F537" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pour le plaisir ++", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1037_in.jpg" +}, +"title": "L'identité nationale", +"color": "16777215", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4616194, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4616194, +"tags": null, +"color": "16777215", +"media": "laurentcantet_entrelesmurs", +"id": "s_D60D0B0E-97B8-BBB2-61F1-0F6587473A08" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En premier plan, gros plan. Le point est sur Souleymane", +"img": { +"src": "" +}, +"title": "F.M. écoute", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4647289, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4647289, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9E74605F-E477-0BD4-3EC9-CB9B2AB0B898" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Argot: un maquaque comme ça ==", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1042_in.jpg" +}, +"title": "Un macaque comme ac", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4650160, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4650160, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_1EDF812A-28A1-BFB9-0F69-0F6805BDEFE1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En premier plan, gros plan, le point est sur les élèves ++", +"img": { +"src": "" +}, +"title": "F.M. dit aux élèves de se calmer", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4652371, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4652371, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_3367C979-1F2C-C827-E982-CB9B58ECA6C4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "F.M. dit aux élèves de discuter calmement", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4658062, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4658062, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_3C3512F4-3E5E-3032-38EC-CB9D266C537D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4660200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4660200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E7C2117E-8361-1E5A-3DF5-44FB16279EEB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "confontation avec Souleymane 2", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4661400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4661400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_69CCDE8C-3F94-BB2D-2F2B-44FBC0A939EF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Souleymane commence à insulter les autres élèves.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4662155, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4662155, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_5B83AD8F-7BCE-669C-6A03-DF28F6715D04" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En premier plan, le point est sur Souleymane au centre du cadre. --", +"img": { +"src": "" +}, +"title": "F.M. dit à Souleymane de se calmer", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4662737, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4662737, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_58FC80F3-7F68-45E2-F768-CB9DF6C01C0D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Souleymane tutoie F.M.", +"color": "16711935", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4670902, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4670902, +"tags": null, +"color": "16711935", +"media": "laurentcantet_entrelesmurs", +"id": "s_0754E7BA-B0BA-58B5-230B-FDDA2A7A4710" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine,contreplongée", +"img": { +"src": "" +}, +"title": "F.M. se lève", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4671477, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4671477, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_C0EDCC8C-57DA-DF53-5943-CB9F9B094BFA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Début de la première dispute avec Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4673713, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4673713, +"tags": null, +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_F3A448B1-B419-CDBC-08DA-CBA043875C1A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4674600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4674600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F727E1CF-689A-04F8-3F97-44FB448D53C8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M en premier plan,de dos", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4675136, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4675136, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_AAC5EA8B-4BE6-9484-756C-CBA140573DED" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Contreplongée, plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4676356, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4676356, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_85E0F28C-B2CE-634F-3740-CBA15340E97B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4679000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4679000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_5C586A65-3B65-2C80-8C32-44FB9CD9ABF0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. en premier plan, de dos --", +"img": { +"src": "" +}, +"title": "Souleymane tutoye le prof", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4679405, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4679405, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_CFD98E50-0572-6FE0-3541-CBA15B84CD2D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Contreplongée, plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "Souleymane envoyé chez le Proviseur", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4684080, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4684080, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_1F13E542-9CB0-A6DF-CC76-CBA18F005DCF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4685800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4685800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_A910226F-EF12-FEF7-AE60-44FC929994D1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Panoramique, Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. va avec lui", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4686112, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4686112, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FFBDE7F2-E0FB-8CF1-6AEA-CBA1963BA2B4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan, flou,", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1058_in.jpg" +}, +"title": "F.M. quitte la salle", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4698760, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4698760, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D8A66E49-AAE7-F2C5-EF63-CBAABE3CBD64" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan horizontal", +"img": { +"src": "" +}, +"title": "François emmène Souleimane chez le principal", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4699974, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4699974, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_9A3DDAA3-E04C-E5D2-FD0F-79BA65C182C5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "François Marin accompagne Souleymane dans le bureau du Proviseur.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4700800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4700800, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_6CDC6014-4577-8131-13CF-DF2AAAB58FBE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4701200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4701200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_34C93C96-22D5-B632-45AF-44FCCC5E86C3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Panoramique, Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M.descend les escaliers", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4703400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4703400, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_13F530D6-E91C-BAB7-9258-CBAD8B16A3B7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "couloir\nsouleymane prof\n--", +"img": { +"src": "" +}, +"title": "couloir", +"color": "6710886", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4703440, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4703440, +"tags": null, +"color": "6710886", +"media": "laurentcantet_entrelesmurs", +"id": "s_806458E5-AA6D-2A9A-DD3B-A27BF67E6AF3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4708800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4708800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_BC969A46-23AC-CC18-34D7-44FD10E1BF8E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. dit à Souleymane de se dépecher et regarde en haut où il voit sa classe qui le regarde", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4713200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4713200, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_117F50BB-6D21-B9B5-606C-CBADB1E09F08" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4717600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4717600, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_8B102FD1-A802-1E92-7141-D0883998AA3F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan d'ensemble", +"img": { +"src": "" +}, +"title": "Le point de vue de la classe", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4720000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4720000, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_2755AF66-69E7-7A1F-1987-CBADCFF687B0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4721281, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4721281, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_BDBF64CF-6532-D80F-4A7D-FDDC5EF6F1F9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen", +"img": { +"src": "" +}, +"title": "En second plan, F.M. dit à Souleymane de se dépecher, Souleymane résiste", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4725800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4725800, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B151FEB6-640B-78C1-A93D-CBADE832D59C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen", +"img": { +"src": "" +}, +"title": "idem", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4736000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4736000, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_6AABD757-86EF-7912-5AC9-CBAE01F71BA3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. et Souleymane arrivent au bureau du Proviseur", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4739200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4739200, +"tags": [ +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c08184-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_4BA1668D-A8C2-E7CB-84F9-CBAE2D3DCE86" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bureau du proviseur", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4744123, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4744123, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_9F5405E7-A777-BF75-AC62-A27BF67E5ABD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bureau du proviseur\nAccusation : il m'a tutoyé (faible) --", +"img": { +"src": "" +}, +"title": "Bureau du proviseur", +"color": "16777215", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4746107, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4746107, +"tags": null, +"color": "16777215", +"media": "laurentcantet_entrelesmurs", +"id": "s_2E01E312-7C1A-B07C-D993-E0B537887E5F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4749400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4749400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_96550900-5469-EFBC-72DA-44FE4C87723F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pla rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. explique au Proviseur ce que Souleymane a fait", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4750000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4750000, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_C8B9F9E5-5171-B044-B89E-CBAE3F31773F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Panoramique, Plan rapproché taille, plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. quitte le bureau du Proviseur", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4766200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4766200, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_45707BFC-2475-9570-1613-CBAE9D964BD4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "couloir", +"img": { +"src": "" +}, +"title": "couloir", +"color": "6710886", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4774181, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4774181, +"tags": null, +"color": "6710886", +"media": "laurentcantet_entrelesmurs", +"id": "s_6F71BC73-47F2-D339-C271-A27BF67ED83D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4777800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4777800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_A9C49A44-27FA-8407-7901-44FF9CDFEACB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Souleymane chez le Proviseur.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4778000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4778000, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_D51A3F9F-8890-BEA9-D287-DF2B9EC76810" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "no focalisation sur le prof --", +"img": { +"src": "" +}, +"title": "Souleymane et le proviseur", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4778200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4778200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_464CBE32-0D7C-BB07-303E-44FE92AA8C4F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bureau du proviseur\nproviseur/souleymane", +"img": { +"src": "" +}, +"title": "bureau du proviseur", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4780965, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4780965, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_952F6DDA-163B-E886-C299-A27BF67E77C0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Silence de Souleymane face au Proviseur.", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4798763, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4798763, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_B004DA06-79A5-E488-6BDB-FDDDA7294BA3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Conseil de classe\nFélicitations pour Louise\nObservons l'attitude des pétasses (??)\n\n\n\n\n\nChérif\n\n\n\n\n\nChahut des délégués\n\n\n\n\n\nDéfense de Souleimane par le prof de français, il ne faut pas le sanctionner, Souleimane est scolairement limité", +"img": { +"src": "" +}, +"title": "Conseil de classe", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4805610, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4805610, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_FC83F8CE-6E13-60C7-31F3-E0B5378899FA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Le Conseil de classe.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4806000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4806000, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_0B96D5B5-893F-CCD4-ED5B-DF2DA216CACF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Esmeralda conseil de classe", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4806400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4806400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_5EA7074F-DA4E-C128-B6F7-450030CCCA4A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "salle du conseil\nconseil des classes\ndeux déléguées rient\ncas souleymane\nprof veut éviter sanction pour S et dit qu'il a peut être atteint ses limites\ndéléguées relèvent --", +"img": { +"src": "" +}, +"title": "salle du conseil", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 4806440, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4806440, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_4B193D7E-7EEE-B094-E2A2-A27BF67E7161" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ici, on rappelle un fondement implicite de la délibération collective et égalitaire qui caractérise la prise de décision entre les profs : elle repose sur une exclusion constitutive, celle des collégiens en tant que pairs dans la discussion. ==", +"img": { +"src": "" +}, +"title": "Conseil de classe de la fin du trimestre", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4806909, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4806909, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_704975DE-B32A-3647-2412-7E1D5F7430CE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. écoute", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4840400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4840400, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B35A1A7E-3080-F9F0-A25B-CBB690494908" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4857600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4857600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_BC47345E-56E6-4DB0-C63B-4501846F608F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Le problème des félicitations", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4860247, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4860247, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_CC8997E1-AC2F-516F-A74A-DF2E9DA07EE0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "les félicitations", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4861200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4861200, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_CE333B66-3158-885C-0048-CBB7DE8EF2A4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. en premier plan", +"img": { +"src": "" +}, +"title": "Contrechamp du plan précedent", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4866600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4866600, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_DD4EF539-887B-293C-704E-CBB88CC6333C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. en premier plan ==", +"img": { +"src": "" +}, +"title": "F.M. écoute les autres profs", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4878200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4878200, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9EFA3593-1FEE-CC23-145B-CBB9525A74E8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4887800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4887800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_4EFDF7AF-853E-5D75-970B-450207935ADF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. regarde Louise", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4891400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4891400, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_AA066D4B-E3E6-F2E2-86DA-CBBA41051777" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "Félicitations!", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4892600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4892600, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_07748665-280B-013A-08A4-CBBB5B51AAC7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4916400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4916400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B25D0F42-6176-2768-4CAF-4502BF9D7D4D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4925600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4925600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_A4811B18-B186-B20A-62A2-4502ED357231" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4931200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4931200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_0AA1021F-4311-2BDF-C094-45031E17F971" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4943000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4943000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_A027FC3D-0FD2-2C8B-1406-4503A2BAC1B5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ++", +"img": { +"src": "" +}, +"title": "F.M. regarde les deux filles", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4946200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4946200, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D10C112D-7E01-EB3D-DE82-CBBC99A9AC34" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4947600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4947600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_71B3D571-8A13-C936-03A8-4504030CAF04" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4951400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4951400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_C44AD536-FC90-F6CE-D780-45043E42A549" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "Esmeralda quitte la salle en riant.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4951791, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4951791, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_1DF60C56-A7E4-D325-7F2C-DF30313D2B28" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "problème de conduite", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4963400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4963400, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_1498C6C7-2E77-7BCF-10DB-CBBDCA573665" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Le problème de Souleymane.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4984609, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4984609, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_32ACA8D0-42E1-A5BA-626C-DF2FC4D9DC32" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché --", +"img": { +"src": "" +}, +"title": "à propos de Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4997400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 4997400, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E918E4A3-0847-4072-FB85-CBBE8F455E46" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5003400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5003400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_96270CAB-F154-2D06-2FD8-45051C952C40" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "à propos de Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5008200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5008200, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_4190BBA0-2B94-946E-4ECC-CBBF8C26E8FC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5011600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5011600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D4B49C48-A305-EAE0-1D40-4505457DA048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "plan rapproché taille", +"img": { +"src": "" +}, +"title": "à propos de Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5026800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5026800, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D26F47A9-028C-8045-27CF-CBC05A40EFED" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5031000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5031000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_9E333A34-0674-E48B-E7A2-4505D4617B70" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5038600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5038600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F184598B-1D87-5965-A139-450614B278F3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5040600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5040600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_7E205FCF-EDAF-5032-CF2D-450684836E1D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5054000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5054000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_35F3D6FB-E766-703B-EEA2-4506A8129C91" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5061811, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5061811, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_6B43A701-CE90-6632-981B-79C20797B279" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille --", +"img": { +"src": "" +}, +"title": "F.M.ne veut pas une logique de la sanction pour Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5078000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5078000, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_47528C2F-DB6B-6821-A304-CBC19654D1EA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. écoute", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5091200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5091200, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_1B329BF4-D5AF-82EE-02C2-CBC239F46FAD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. s'explique et regarde les deux filles", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5096400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5096400, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_EE4A74C8-9658-1583-7FE1-CBC2C77C3BB5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "Regardant-regardé", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5105000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5105000, +"tags": null, +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_7E802F04-1D5B-168B-C8B8-CBC385699147" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5105000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5105000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_BE796FF4-1D44-98F4-D854-4507C8FBBB62" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "F.M. décrit son point devue sur la question de Souleymane", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5109800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5109800, +"tags": [ +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c5bc1c-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_21D036B4-F533-FC38-CA8E-CBC3E1051B1E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si la position du personnage est celle de l'auteur je me demande si c'est ce qui a séduit le jury de Cannes : Le prof défend l'élève en niant son indiscipline et autres problèmes en pensant faire bien ou le mettre dans sa poche alors qu'il le dévalorise de manière sauvage simultanément !! --", +"img": { +"src": "" +}, +"title": "défense souleman", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5115840, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5115840, +"tags": [ +{ +"id-ref": "15c88230-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88230-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88780-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_99402203-1727-FF32-E984-BCAADF8003CF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ++", +"img": { +"src": "" +}, +"title": "Valoriser les aspects positifs de ce qu'il fait", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5123000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5123000, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_8DFCE82E-F566-265E-F940-CBC4C88ED352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. en premier plan, flou", +"img": { +"src": "" +}, +"title": "Contrechamp du plan précédent", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5134200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5134200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_D126CF0E-B8DA-843E-7A6A-CBC58AD79EDA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "pln rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5143600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5143600, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_C431107C-E8D1-03B5-8C8C-CBC753A79A69" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille --", +"img": { +"src": "" +}, +"title": "\"scolairement limité\"", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5152800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5152800, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_A3397165-8705-AEE7-8F5A-CBC810C326B7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "Regardant-regardé", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5169800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5169800, +"tags": null, +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_91957E45-2471-965B-C034-CBC82E718C1C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5169800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5169800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_64A4D083-6435-782A-A2B7-4508EADC9734" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5180800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5180800, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_9ADE2969-A8AA-A493-BF6C-CBC8F1803324" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5182400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5182400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_2C212E74-BE28-B3E6-737F-45092EF5E3A5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Salle de classe 10\nPoésie\nAgression de Souleimane\nARGOT: Me casser\nMot inapropriés : Vengeance\nRire dans un conseil de classe c'est une attitude de Pétasses\nAgression par le tutoiement puis par agression physique et puis quitte la classe --", +"img": { +"src": "" +}, +"title": "Salle de classe 10", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 5184081, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5184081, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_F1AF6BED-56D3-C3AA-1245-E5F51F8CD47E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "==", +"img": { +"src": "" +}, +"title": "L'incident.", +"color": "16724736", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5186912, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5186912, +"tags": null, +"color": "16724736", +"media": "laurentcantet_entrelesmurs", +"id": "s_E870F089-16DA-9770-711D-DF31C92560DA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "salle de classe\npoésie tercet-quatrain\nretou sur moyenne\nprof fait commentaire sur conseil de classe\nvengeance\nil a dit que tu étais limité\nattitude de pétasse\nsouleymane pète un cable*\nkoumba blesse\n--", +"img": { +"src": "" +}, +"title": "salle des classes", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 5187451, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5187451, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_A1BEC7DD-9B57-FC37-9196-A27BF67E8558" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. fait cours", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5187600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5187600, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_0789EA6A-BDF9-A1BA-119E-FE73389BCBC9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. fait cours", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5187600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5187600, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FA5997FB-16F3-0324-37D2-CBC94172C46D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5190800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5190800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_FF3500C0-AB71-BABC-CB27-45096757C5A9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. fait cours", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5194400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5194400, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_00DE9FFB-F3A7-7D15-9CD8-CBC9AAA7D75C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. fait cours", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5194400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5194400, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_36D84D88-F4CB-A359-1C17-FE73389CC93A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5197200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5197200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_2401A43A-DCF6-89D3-F558-4509835866E2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. fait cours", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5199200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5199200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_028A1D5D-287C-A0A9-3609-CBCA31F9795C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. fait cours", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5199200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5199200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_73DE1817-9C3A-195C-FB84-FE73389E7ED0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5203600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5203600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_4D3E0CA2-F945-FE5D-33F5-4509B238F0CA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5208800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5208800, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_EC59D45A-4956-450D-C751-CBCAEB56594E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5208800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5208800, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_09F291CF-FEB4-FCC6-CE34-FE73389F7834" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille --", +"img": { +"src": "" +}, +"title": "F.M. corrige Koumba", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5217600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5217600, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_09FE8541-4FA8-9328-CD05-CBCBA87000CF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. corrige Koumba", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5226400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5226400, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_3B864103-B932-9953-AC25-CBCC4B3206D0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. corrige Koumba", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5226400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5226400, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E1C36A2B-1C28-684E-75D6-FE7338A2646B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain", +"img": { +"src": "" +}, +"title": "F.M. écrit au tableau", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5233600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5233600, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_FC8206B7-D780-3D92-EB01-CBCCCCA84EED" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain", +"img": { +"src": "" +}, +"title": "F.M. écrit au tableau", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5233600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5233600, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_F7DDD4AC-1AB8-A34B-522E-FE7338A4DA53" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5240800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5240800, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_A0D900BA-4DD6-1C04-CCE1-CBCD8B361930" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5240800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5240800, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_6276D011-9D24-4035-3CDA-FE7338A5750D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5246200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5246200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_15E5E54F-C4CA-425F-C397-CBCE30039D26" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5246200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5246200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_B0799A36-B115-86C1-4B9C-FE7338A87F15" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille --", +"img": { +"src": "" +}, +"title": "on ne parle plus de la poésie", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5251000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5251000, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_A5AFC3CA-E760-B1EC-373F-FE7338A9BA83" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. et la moyenne", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5256000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5256000, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_2C129CFA-2FAC-B803-CA4F-CBCF246B2DC5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Début de la dispute", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5257400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5257400, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_05AF1F66-2336-B9B1-2104-CBD0496C2C58" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5257400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5257400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_AE98F74B-0334-7ABA-CCC8-450B63EDD295" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "début de la polémique autour des déléguées", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5257400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5257400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_C73E7C70-78BA-AFD2-470D-450BCD708D5E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapprochè taille --", +"img": { +"src": "" +}, +"title": "F.M. provoque les déléguées", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5264400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5264400, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_76E99466-1F29-9510-3067-FE7338AD362D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5266800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5266800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_31FF320D-6D4C-B750-BC5F-450B892ECE8F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5268400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5268400, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_EEAA575C-B474-490B-4A59-FE7338B0802E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5271000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5271000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_92276AF0-3223-E980-9216-450BAB413957" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5275600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5275600, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_B89F513F-CCD8-8188-EC14-FE7338B2D743" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5277400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5277400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_A1DB3C49-A522-C010-CB4F-450C47710370" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. tente de revenir sur la poésie", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5280200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5280200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_17CFC779-7BF0-FF9B-D08D-FE7338B4660C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5283800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5283800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E7C975EA-BBA9-159F-9C4E-450C87C117FC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Souleymane", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5285200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5285200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B553F798-5C12-FA4D-3C18-450CAFAFCACF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille --", +"img": { +"src": "" +}, +"title": "F.M. est interrompu par Souleymane", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5285600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5285600, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_0F219E82-0FB3-60E9-571F-FE7338B533B6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5286800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5286800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_7A28A821-662A-5041-F55D-450D0A32BCD7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. s'approche de Souleymane", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5290600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5290600, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_EDD68DC5-9BEE-C40A-EC3D-CBD3518F36B8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "F.M. s'expose", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5293400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5293400, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_93961711-624A-A658-53AD-CBD3DDDEBCA0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5293600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5293600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F01CB372-3E6A-8303-DAA0-450D464108C6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "F.M. demande à S. de s'expliquer", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5300000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5300000, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_6E2EC514-B416-16E7-E857-CBD44741028C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5301400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5301400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_A3A09ABE-EDC1-5442-AAB2-450D6A214F55" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ++", +"img": { +"src": "" +}, +"title": "F.M. explique", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5304800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5304800, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_7A2F61B4-F0D1-A7FA-0000-CBD513D64C8E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5311200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5311200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E3A62F6A-9023-C194-A555-450D9FC3D9EA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5315000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5315000, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_1E12EE3F-0A2A-696B-CB8C-CBD58ABB6A45" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5317000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5317000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_27D44F4A-30F8-600E-8EAB-450DC3CDC572" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mot inapproprié --", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1205_in.jpg" +}, +"title": "La vengeance", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5317000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5317000, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_D2CB9263-A6DA-FC19-9160-0F6B75DC432B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "\"vengeance\"", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5321600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5321600, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_3B651223-8845-D883-F628-CBD5E24B6768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5323600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5323600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_BE392977-CCBA-8D56-BF0E-450DE85A1324" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "\"on n'est pas dans la rue\"", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5328400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5328400, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_BC9135D4-C8FB-4853-E401-CBD645D4444D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5332400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5332400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D24A3FA4-2983-AEC5-15BC-450E0B6348A8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ++", +"img": { +"src": "" +}, +"title": "F.M. explique le mot prévenir", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5335000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5335000, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_7868186F-7599-494D-7FD2-CBD6C4D5164E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5337800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5337800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D99C4B43-2927-A583-DB37-450E37AD69DD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5343800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5343800, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_A999BFEE-70A1-C1AA-B6FE-CBD776F253A6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5352200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5352200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_2006FFC3-A5C8-F52C-B9E1-450E700746F7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapprochè poitrine --", +"img": { +"src": "" +}, +"title": "\"tu crois que je n'ai que ça à faire?\"", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5356000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5356000, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_C273713D-D4FA-4465-CF22-CBD7DCF0CDF9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5358000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5358000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_BD7D2F5A-5C3B-6F1A-99A4-450E88EAEEA6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5359400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5359400, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_5D5F60BA-7882-A7D1-0518-CBD87AFB7697" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711935", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5359753, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5359753, +"tags": null, +"color": "16711935", +"media": "laurentcantet_entrelesmurs", +"id": "s_56515069-54DC-7FE2-105D-FDE1C21490E9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5360600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5360600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_BD589102-4157-F27A-7BCE-450EE956A0EE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "F.M. est interrompu par Esmeralda", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5362200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5362200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_6AE9945E-8217-1E3D-ADCB-CBD8F9B825DF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5363000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5363000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_7BB3CC44-09F0-2090-736C-450F3DA0AD87" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan ++", +"img": { +"src": "" +}, +"title": "F.M. encaisse les accusations des déléguées", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5378400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5378400, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_8D45051C-158F-81BD-B075-CBD9AB6C98C8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5378555, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5378555, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_D1804326-0A84-51EC-6F77-FDE26A08F876" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5381600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5381600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_13C1E67A-A80F-3941-C5EA-450F6B24049B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5387400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5387400, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_99BE425E-AE38-F2E2-6B74-CBDA44427A50" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5389600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5389600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_FE8D4528-6EA5-5277-6402-450F92AFA5FD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "F.M. attaque les déléguées", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5394200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5394200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_AAEF9EE0-98F6-BACE-D839-CBDADE374FCF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5398800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5398800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_46D14976-81CC-76F4-8612-450FD19EA459" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5405400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5405400, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_81D1D90A-F122-B443-5D13-CBDBA3E6C1A1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Dérapage rôle François", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5406034, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5406034, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_E17EAC28-62F9-1B8E-553F-7E2BD2856C80" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5406400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5406400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E301C7AD-01F5-1907-A52C-45101F4310A2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5407800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5407800, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_8EE270C7-C937-92E8-4BCC-CBDC0F44FC84" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Dérapage rôle François", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5409726, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5409726, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_5BAACABB-2D0B-210C-ED47-7E3CAD348FA1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Dérapage rôle François", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5409726, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5409726, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_33859CEF-1AF5-AD90-1AF4-7E33CC052097" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les discussions entre profs et collégiens, dans la classe, prennent la forme non d'une délibération mais d'un exercice maïeutique assez paternaliste, avec lequel François offre une plate-forme d'expression aux élèves tout en s'enroulant dans les volutes de son habileté rhétorique et pacificatrice. \nC'est cet équilibre qui se brise, ici. François se voit rappeler que l'exercice d'un pouvoir porte des contraintes, d'ordre sémantique donc de rôle, pour celui qui l'exerce. \nNénamoins, ce rappel à l'ordre se produit fort tard (1h30 après le début du film), et pour peu de temps (6 minutes plus tard, François est de nouveau en train de jouer le défenseur dûment appointé des intérêts de ces laissés pour compte) : il ne s'agit en aucun cas d'un moment de rupture dans le film, simplement d'un nouvel éclairage. --", +"img": { +"src": "" +}, +"title": "Dérapage rôle François", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5409726, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5409726, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_1AD7771D-D66E-2C0A-956C-7E28CEAA7E6C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Dérapage rôle François", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5409726, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5409726, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_84AD2B61-41CC-1FF1-DC1B-7E2B8BD84075" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5413000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5413000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D34064AA-C740-549C-28C6-4510475E3D5F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "\"c'était pas très sérieux\"", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5415800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5415800, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_B695CBD2-C424-9E7C-EA9A-CBDC81E652C4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5416800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5416800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_4568CEDA-FB44-F096-0701-45105FF9ECBB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5417068, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5417068, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_8A88894E-5BA3-3340-244E-FDE461EB5677" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. répond à Esmeralda", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5420000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5420000, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_167E19B6-5A15-6ADD-B673-CBDD04EDE9C3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5424800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5424800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_8A78D698-B129-8C1E-E9BD-4510C4AA343F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5426656, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5426656, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_D5C5A63E-4F00-681D-7BFD-FDE4A44FA26F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Insulte ou pas ??", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1240_in.jpg" +}, +"title": "Pétasses", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5428610, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5428610, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_F0FCE45C-8B9B-4EC8-DD76-0F6DBFD38E68" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "\"attitude de pétasse\"", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5429400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5429400, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_25AB183F-CE8A-A646-4B94-CBDD9DA5DE90" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "\"attitude de pétasse\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5433800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5433800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_4B28CDEF-54D0-9BB2-91C5-45110EFA56F4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5438200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5438200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_906410C2-EFBB-8D5A-9E00-CBDE1BE6AD4C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5438200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5438200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_56C93B60-6A77-E352-6A30-FE7338B9080D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5441800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5441800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_42668675-B0C0-AB71-B052-4511642A03DB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "traiter/insulter", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5443000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5443000, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_23BA712F-E540-B67A-F0E0-CBDE6B1CA648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5445000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5445000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_525AD3E4-17A9-8A90-07AA-4511ADFD7187" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "traiter/insulter", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5447400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5447400, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_43448B39-AEA7-57D7-B5F9-FE7338BDBC62" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5452000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5452000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_34AAB828-A3B8-0442-82B4-4511EAC369AA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5454800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5454800, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_FABC9A29-E39F-8EFC-7EDA-CBDF3D035B5F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5458400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5458400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_9CE6613B-5783-0CCC-0EB5-4512126F5950" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5461200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5461200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_150D1E43-0131-FEC6-DF48-CBDF94F8B824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5461200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5461200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_25313BED-E864-8C11-AD3D-FE7338C1B55A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5463000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5463000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_6AE36E1F-B7ED-682E-25DD-451230410B2B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "F.M. répond à Karl", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5466200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5466200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_168777C2-1021-E537-D082-CBDFD388BD1E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. répond à Karl", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5466200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5466200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_595042BC-3B26-C92E-7C48-FE7338C3E42A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5467000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5467000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_AEDAE41F-3057-C6B0-7B25-451245A55840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Panoramique, Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5469200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5469200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_FE16B122-5981-315A-552F-FE7338C511F4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Panoramique, Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5469200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5469200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_4168E681-930B-C35A-42DF-CBE0622E7D89" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5471400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5471400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B94B9F93-E810-8BFD-18C0-451264D0F22D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "F.M. discute avec Souleymane", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5473400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5473400, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_59FC4445-65E5-B982-002D-CBE0BA60E2B9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5475000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5475000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_FDCF4B17-0D39-EC48-6AFD-45127C02BD73" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5477000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5477000, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_BB2F63A4-3C26-81CE-8126-CBE114AB02A4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5480800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5480800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B492FB0E-8BB4-D6BE-4F82-4512A1249599" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "tutoyement", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5484200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5484200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_10732D3D-074A-0EBD-DD46-CBE153E03A4D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5486200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5486200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_251CA667-C61C-4100-D14C-4512BA62BD4F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5488200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5488200, +"tags": [ +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15c88c30-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_461CD05A-9CED-928D-CB6A-CBE1B29EC014" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5489800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5489800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_81401D9D-C8F5-0388-A4F6-4512E009690E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Là le pétage de plomb va être considéré comme l'incident très \"grave\" par l'institution et le prof/auteur sait qu'il est en partie responsable en l'ayant humilié injustement (bien qu'indirectement via les \"pétasses\"). Mais si le comportement est effectivement grave, je me demande si les autres problèmes plus fréquents et plus nocifs selon moi (normes de bruit, impunité des \"délits\" ordinaires des élèves, concentration des problèmes sociaux, etc.) ne sont pas mis au second plan dans ce film et dans les débats en général.\n??", +"img": { +"src": "" +}, +"title": "pétage de plomb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5495419, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5495419, +"tags": [ +{ +"id-ref": "15ce845a-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_CA9E5498-988A-80D0-EB61-BCB520B2C3BE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "\"tu te crois fort?\"", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5496200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5496200, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_D29273EE-5C91-7D15-93B3-CBE2B33943EB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5497800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5497800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_0B31E073-D588-F184-C21E-4513538A0804" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. s'éloigne de Souleymane", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5508200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5508200, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_3D0A1247-1DDB-1FB4-E79B-CBE39CECB9EC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. s'éloigne de Souleymane", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5508200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5508200, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_17A31537-70F1-15DC-B7FB-FE7338C7A560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5510200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5510200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_91ED85FD-A16D-13D2-505E-45138151F50A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5512800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5512800, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_033F3FB2-DFA1-D131-4EA0-CBE411D60C33" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "violence de Souleymane", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5513400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5513400, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_19CDDAEB-8D4A-3A9F-7469-CBE6E3236E45" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5514000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5514000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B24AC19E-E076-8B75-CF6E-451406EA8F8B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5514800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5514800, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_7AD174A0-6C1C-262C-6365-CBE4492E1B42" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5519400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5519400, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_201F6B0A-F72E-23E8-7CE1-CBE589743291" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5521200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5521200, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_73CC009B-3515-3E57-33C5-CBE597C06BA6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5524600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5524600, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_72BB1F7F-CCD8-3E88-F7C8-CBE5ADCFFE4C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5527200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5527200, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_1E0DDCE7-B8FD-BFDB-81CD-CBE5D7C47052" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "Silence après l'incident.", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5527948, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5527948, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_2FBB04CB-3E3B-A6A6-EC31-FDE6EEF93250" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "Silence après l'incident.", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5540804, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5540804, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_29075858-3B93-5F88-5804-FDE78C026AF9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "salle des profs\nprof rédige incident souleymane ==", +"img": { +"src": "" +}, +"title": "salle des profs", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 5541349, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5541349, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_9495B05F-E3D9-7708-5FD1-A27BF67EC311" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan moyen ==", +"img": { +"src": "" +}, +"title": "F.M. rédige le verbal de l'incident", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5541600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5541600, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_CF9F961C-F242-079A-3576-CBE6446B5E5B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "François Marin dans le bureau du Proviseur.", +"color": "16737843", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5542077, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5542077, +"tags": null, +"color": "16737843", +"media": "laurentcantet_entrelesmurs", +"id": "s_F5F811C5-D002-4169-AE8E-DF32900AC313" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Compte-rendu au proviseur", +"img": { +"src": "" +}, +"title": "Compte-rendu au proviseur", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 5548001, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5548001, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_22DA5C3E-9DDC-EE58-100B-E5F51F8CE86A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "Dialogue F.M. /proviseur", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5549800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5549800, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_6917C022-317E-D708-12A6-CBE75A145685" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "==", +"img": { +"src": "" +}, +"title": "Détail : le verbal de l'incident", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5550400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5550400, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_F642CAE5-B94F-DE86-4A4C-D0907E43E0DF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bureau du directeur \nmains tenant lettre", +"img": { +"src": "" +}, +"title": "bureau du directeur", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 5550672, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5550672, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D62FFBBC-0A1B-AA07-5D25-A27BF67EC60B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. en premier plan, le proviseur en plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "dialogue F.M./proviseur", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5562000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5562000, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_FBE54AD0-C124-222F-B2F1-CBE77AEB63AA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. en plan rapproché poitrine, le proviseur en premier plan", +"img": { +"src": "" +}, +"title": "dialogue F.M./proviseur", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5570800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5570800, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_448AA1F9-00AC-2DE9-B33B-CBE7B095A883" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5584000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5584000, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_A0513700-B8C3-398C-16B4-CBE89F689DDC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Panoramique", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5593000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5593000, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_B5DEA64D-BD7B-4AD0-37C1-CBE96563B71C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les deux interlocuteurs ne sont plus les sujets d'une discussion dont l'objet est ailleurs, mais se donnent pour objets de la discussion, en tout cas pour l'un des deux. C'est là aussi une rupture de la délibération coopérative. ++", +"img": { +"src": "" +}, +"title": "L'avertissement à François", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5610299, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5610299, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_58DB1307-5388-1B1D-C51D-7EC550DBC6EF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Lieu forcément intermédiaire : l'escalier vers la cour --", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1300_in.jpg" +}, +"title": "Le purgatoire avant la plongée en enfer", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5610480, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5610480, +"tags": null, +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_E1E81982-82BC-17BF-ABA3-0F10EDA852F7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "couloir\ncpe avec prof, élèves se plaignent d'avoir été insultées ==", +"img": { +"src": "" +}, +"title": "couloir", +"color": "6710886", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 5610939, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5610939, +"tags": null, +"color": "6710886", +"media": "laurentcantet_entrelesmurs", +"id": "s_4C0CB713-F70C-6DC0-D4EA-A27BF67EE4C9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "La collègue que les élèves ont renseignée previent François Marin.", +"color": "16737843", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5610951, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5610951, +"tags": null, +"color": "16737843", +"media": "laurentcantet_entrelesmurs", +"id": "s_7DB7E0DA-9E33-9767-9E84-DF33D03C4A93" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5611600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5611600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E24FFA1C-EC6F-6978-80BA-4514F0A7D053" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Travelling avant, plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "Une collègue s'approche", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5611800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5611800, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_24791B6D-6FFB-90EF-977F-CBE9B2B47230" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5630600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5630600, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_076F818F-1ABE-6C5D-DDF3-CBE9F783CC28" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5640000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5640000, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_2F83C5DE-B4CB-C3B1-E119-CBEA3C65391E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plongée, plan rapproché taille ??", +"img": { +"src": "" +}, +"title": "\"tu l'as fait ou tu l'as pas fait?\"", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5653600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5653600, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_C473352E-8F82-E94B-13B3-D0964C3FCC7A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ??", +"img": { +"src": "" +}, +"title": "\"ça n'a rien à voir avec Souleymane\"", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5660600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5660600, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_011E88C1-4224-6430-BD5B-D0978A71D50A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "Contrechamp", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5667800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5667800, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_DCFBCC3B-6EC4-7620-A3A8-D097CDE344AC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Panoramique vertical, plongée ==", +"img": { +"src": "" +}, +"title": "La subjective \"indirecte libre\" de F.M. sur les élèves dans la cour", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5670600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5670600, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_DD650764-B480-C0A7-1A4B-D0999691C584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5670968, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5670968, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_0C8253FF-5979-A990-2348-FF06E955D0EC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "le prof est entouré par les élèves ++", +"img": { +"src": "" +}, +"title": "sur le même plan", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5671000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5671000, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_638EBF9F-93D1-E363-B339-4518735A8035" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Dans la cour, François Marin succombe face aux élèves.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5671404, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5671404, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_2BB17A83-5EAF-348C-A1FB-DF35397FC05A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le plan montre les élèves de F.M. qui gagnent la cour, leur espace, dans lequel nous n'avons pas encore vu s'aventurer un enseignant. La caméra est posée en plongée à travers une vitre: cela accentue la sensation de regarder dans un acquarium, dans lequel, finalement, l'enseignant décide de plonger, à son risque (la scène qui précède est, au fait, un avertissement pour F.M. dont les derniers mots sont \"merci de me prévenir\"). ++", +"img": { +"src": "" +}, +"title": "Plan de transition avec la scène précedente.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5671851, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5671851, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_B0EDE125-B055-800B-3A74-FF1047955F04" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "2e prise de vues horizontale; la scène est filmée au niveau du visage des acteurs. Ici François se met en danger, dans son statut, en se livrant à une dispute qui, dans les arguments mobilisés, comme dans la gestuelle et le lieu choisi, le place sur un pied d'égalité avec les collégiens. ++", +"img": { +"src": "" +}, +"title": "François engage un conflit avec les élèves, dans la cour", +"color": "10040268", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5674895, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5674895, +"tags": null, +"color": "10040268", +"media": "laurentcantet_entrelesmurs", +"id": "s_D8DF34F7-A611-B34C-BB31-7EEF605C9F36" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les bruits de couloir\nIntervention d'un prof.\nCour de récreation = objectif d'être puni\nSENS du MOT : Prostituée\nInjure : les profs sont des enculés\nRevendication d'égalité devant le langage - Je suis prof et j'ai le droit d'utiliser des mots qui vous sont interdits\nL'enjeu révèlé par Koumba : il sera renvoyé au Mali\n--", +"img": { +"src": "" +}, +"title": "La cour interdite - L'enfer profanée par le prof", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 5677498, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5677498, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_0C78B05C-4F48-CD29-79EC-E5F51F8CF092" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain ++", +"img": { +"src": "" +}, +"title": "F.M. affronte les élèves", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5679200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5679200, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_D655B922-0447-99A9-A487-D09ABE0C0E9A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il entre dans le champ comme un joueur entrerait dans le champ de foot, cadré en plan américain. ++", +"img": { +"src": "" +}, +"title": "F.M. traverse la cour pour rejoindre ses élèves.", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5679538, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5679538, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_B8640BD2-23A9-8346-36C4-FF14B661FC7A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Panoramique, plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "F.M. affronte les élèves", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5681800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5681800, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_C79AABBF-789B-CE22-69B9-D09C82EF26A2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Légère plongée, on ne voit que les têtes des élèves, que F.M. a encore l'espoir de pouvoir gronder. \nLa triangulation des regards a pour fonction de mettre en évidence l'attente pour la scène qui se prépare. Voir les scènes d'affrontements dans les cours des prisons dans les films (ex. Romanzo Criminale) ==", +"img": { +"src": "" +}, +"title": "Le regard de l'enfant sur le fond, le regard de la fille en premier plan construction d'un triangle avec la figure de F.M.", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5682216, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5682216, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_B327C937-7139-0D3C-B374-FEAA8C0F1F0F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "prof avec les filles dans la cour\nprof et karl, insulte prof --", +"img": { +"src": "" +}, +"title": "cour", +"color": "65535", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 5683195, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5683195, +"tags": null, +"color": "65535", +"media": "laurentcantet_entrelesmurs", +"id": "s_F98A8C13-92CD-96AD-B571-A27BF67E58CC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il cherche l'affrontement frontal. ++", +"img": { +"src": "" +}, +"title": "La caméra effectue un panoramique suivant le mouvement de F.M. qui s'approche au groupe.", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5684895, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5684895, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_C37AD320-62FF-C3B9-59FE-FF19DEF10A96" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce n'est pas un plan subjectif de l'enseignant, la caméra est placée parmi les élèves: ce n'est pas un regard privilegié, même si logiquement F.M. est plus grand que les élèves et ne devrait pas avoir des obstacles à son regard. La caméra doit trouver son chemin pour cadrer les deux déléguées, elle doit même effectuer un zoom. Ce plan nous montre que le regard de F.M. doit aussi trouver son chemin, A TRAVERS les élèves : il doit se mettre au niveau des élèves (la plongée dans l'acquarium). ++", +"img": { +"src": "" +}, +"title": "Point de vue à la hauteur des élèves.", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5687573, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5687573, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_EF3F6B94-6A09-0AAD-4130-FF1B02CABCD1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "\"Vous auriez pu passer par moi quand même\"", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5690000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5690000, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_C181EE67-2067-2E16-60F1-D09AD1381C05" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711935", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5691322, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5691322, +"tags": null, +"color": "16711935", +"media": "laurentcantet_entrelesmurs", +"id": "s_1DA5CE40-5562-0268-C4ED-FDEA0786C97F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le contrechamp d'un plan qui montre F.M. nous montre l'objet de son regard, les deux filles. Leurs visages occupent tout le cadre, ne laissant pas d'air. ++", +"img": { +"src": "" +}, +"title": "L'objet du regard de F.M.", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5692394, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5692394, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_9743C6A5-1524-31D0-22AF-FF1F163A8E3D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, F.M. est entouré par les élèves ==", +"img": { +"src": "" +}, +"title": "\"ça ne marche pas dans les deux sens\"", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5696000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5696000, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_B120D937-F7CD-89E8-5D7E-D09AEABD7E4A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Un ballon sur le fond.", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5696143, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5696143, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_A505AC80-94BD-8CC4-A6B0-FF2069871ECD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1318_in.jpg" +}, +"title": "plan 1318", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5699360, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5699360, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_6245CE3D-5117-260B-C66C-D0A475F2AAB4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1319_in.jpg" +}, +"title": "plan 1319", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5701080, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5701080, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_0A1391DC-7F88-61F7-8EA0-D0A48E5FDDE9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "to block an opponent (football) == gêner l'adversaire", +"img": { +"src": "" +}, +"title": "la vue de F.M. bloquée par la tête d'une élève qui s'interpose entre lui et la caméra", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5703643, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5703643, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_118B6080-70F8-7DEA-EC25-FEE7CBA7AC27" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1321_in.jpg" +}, +"title": "plan 1321", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5704000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5704000, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_33FA67AA-0770-92C5-8D20-D0A4BEC37ED4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1322_in.jpg" +}, +"title": "plan 1322", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5707560, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5707560, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_A8A81FBA-B905-24C1-D615-D0A4F4634B7F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1323_in.jpg" +}, +"title": "plan 1323", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5709320, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5709320, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_F13BB3A8-2C9E-E970-0625-D0A50AE60C5E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1324_in.jpg" +}, +"title": "plan 1324", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5710960, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5710960, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_4A2F6A0E-4125-D6EA-CE5D-D0A519A27FE1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "à l'apparition du mot pétasse ++", +"img": { +"src": "" +}, +"title": "La caméra effectue un mouvement en arrière et un panoramique pour cadrer F.M. de face", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5716177, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5716177, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_8C235D9C-5FD6-0BC4-D40B-FEEB26030154" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1326_in.jpg" +}, +"title": "plan 1326", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5716520, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5716520, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_2E065BE8-A5DC-6FAD-BCE2-D0A550E8EDA6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "==", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1327_in.jpg" +}, +"title": "Pétasse : fille qui ricanne bêtement", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5716924, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5716924, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_94975E5F-047D-6688-B0E8-0F72C653B7CD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1327_in.jpg" +}, +"title": "plan 1327", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5718600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5718600, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_2CFB47D3-740A-FBC4-DD48-D0A578D994E7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1328_in.jpg" +}, +"title": "plan 1328", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5720840, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5720840, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_18B8DD97-EA86-BE9F-98A2-D0A5873C396F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un plan plus long que les autres coupe la régularité du champ-contrechamp et souligne le gêne de l'enseignant qui n'arrive pas à se faire comprendre et qui doit renoncer à se défendre par rapport au mot \"pétasse\". ++", +"img": { +"src": "" +}, +"title": "Seule la tête de F.M. sort du groupe des élèves.", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5721507, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5721507, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_8582F461-A1A1-1351-DEB4-FF2344D5CC60" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "champ moyen, plongée, la vision de l'acquarium. ==", +"img": { +"src": "" +}, +"title": "Coupe sur l'axe", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5728283, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5728283, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_6BD21901-8D62-3EF2-2C2F-FF24E16B7CF2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "plan moyen", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1329_in.jpg" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5728680, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5728680, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_E185A70E-E8E4-01CD-DD9A-D0A5A9A55209" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5728818, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5728818, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_95526956-2B31-0BB6-39B1-FF0814BC4591" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1330_in.jpg" +}, +"title": "plan 1330", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5732280, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5732280, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_5EE8F07F-50D4-EB56-B358-D0A648BB9300" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1331_in.jpg" +}, +"title": "plan 1331", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5735480, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5735480, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_11F2CDFF-9ABB-6FC5-A41F-D0A66F206249" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1333_in.jpg" +}, +"title": "plan 1333", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5739400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5739400, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_CEFCCDED-70AD-1911-070E-D0A693A67C73" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1334_in.jpg" +}, +"title": "plan 1334", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5741920, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5741920, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_9747A383-30A1-4E6A-A552-D0A6C419CBD3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1335_in.jpg" +}, +"title": "plan 1335", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5744120, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5744120, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_93F61AAA-5755-DBE7-7151-D0A70B531BC3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1337_in.jpg" +}, +"title": "plan 1337", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5749880, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5749880, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_4F377CC5-E454-5314-EBBD-D0A7351BBA1C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "Koumba encadrée par les corps des autres personnages.", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5758279, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5758279, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_1E23EC32-D03E-0883-D38B-FF2660A0DE84" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1339_in.jpg" +}, +"title": "plan 1339", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5762840, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5762840, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_87EC6225-B813-EF67-F61F-D0A7765D563E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "==", +"img": { +"src": "" +}, +"title": "Gros plan (duel à la Sergio Leone?)", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5768560, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5768560, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_72D91A68-244A-D735-A1D2-FF28A3041B2B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1341_in.jpg" +}, +"title": "plan 1341", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5768720, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5768720, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_1169EBB3-F88C-910C-D3F3-D0A7B25BB223" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1343_in.jpg" +}, +"title": "plan 1343", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5771840, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5771840, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_B42A5E69-68DA-5B45-E148-D0A7FCBF9F6D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1345_in.jpg" +}, +"title": "plan 1345", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5773640, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5773640, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_DAB72531-60BB-D5F1-AD5C-D0A829C89978" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1347_in.jpg" +}, +"title": "plan 1347", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5777000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5777000, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_EF7569EE-B333-3F63-9696-D0A8539A8062" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1349_in.jpg" +}, +"title": "plan 1349", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5782840, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5782840, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_950664BF-3D4B-1BAC-B9CF-D0A88033C401" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1350_in.jpg" +}, +"title": "plan 1350", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5787920, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5787920, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_AC89B700-9E6F-573D-05CC-D0A8AF749B5F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1351_in.jpg" +}, +"title": "plan 1351", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5794320, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5794320, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_4C15C044-801B-1144-4194-D0A8D4F8EF4A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1352_in.jpg" +}, +"title": "plan 1352", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5796760, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5796760, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_5AEEA539-CA1E-3F1E-EDBA-D0A8F9F88107" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1353_in.jpg" +}, +"title": "plan 1353", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5801920, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5801920, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_14346178-9551-74A7-3D06-D0A9177DE002" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1354_in.jpg" +}, +"title": "plan 1354", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5805440, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5805440, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_E298559C-8384-8BA0-7763-D0A94699E035" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1355_in.jpg" +}, +"title": "plan 1355", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5808280, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5808280, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_35046A5A-43AC-9DEF-B867-D0A998B120C3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1356_in.jpg" +}, +"title": "plan 1356", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5811840, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5811840, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_58C0B59F-7994-6A73-64D8-D0A9AD0B2548" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les mots n'ont pas la même valeur selon qui les prononce --", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1357_in.jpg" +}, +"title": "Moi je suis prof", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5813605, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5813605, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_808AC713-76F2-2831-8644-0F7530103A24" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1357_in.jpg" +}, +"title": "plan 1357", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5814040, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5814040, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_2B44A25C-26AB-EBD5-661E-D0A9DB7A9BC8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "==", +"img": { +"src": "" +}, +"title": "une flèche jaune relie la tête de F.M. au groupe des élèves", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5831664, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5831664, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_B03B0EE5-F68E-5F2D-51E6-FF000D60080C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan ==", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1359_in.jpg" +}, +"title": "\"ça suffit\"", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5834680, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5834680, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_1121E174-AF1C-4716-7020-D0AA26E184E4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Gros plan : la tête de F.M. est coupée en deux", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5834878, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5834878, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_2A66E8A3-1504-334A-ED5C-FF2ABFA56AB3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "craque ça suffit", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5835400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5835400, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_B4785DC2-6584-8F29-C718-D08561812F9B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "La caméra suit F.M. qui sort du champ de bataille.", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5837650, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5837650, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_0FABED8F-980E-B599-FC60-FF2B4D027544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "F.M. quitte la cour", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5839000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5839000, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_6589C48C-FA97-761F-6B94-D0AA61577450" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Panoramique, de plan moyen à plan rapproché poitrine", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1360_in.jpg" +}, +"title": "F.M. rentre dans le bâtiment", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5839320, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5839320, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_90A6D6DF-4CB0-C5A7-F994-D0AAD206B2B0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La sortie du champ est complémentaire à son entrée : là il se dirgieait vers la lumière, ici il se dirige vers l'obscurité, il ouvre une porte vitrée et il entre dans un esapce finalement protégé des voix des élèves, où la caméra l'attendait. ++", +"img": { +"src": "" +}, +"title": "Coupe à 180°, plan américain.", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5839470, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5839470, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_1DE09FA3-FF51-9BE4-5E79-FF2BAE070A78" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La caméra attend François Marin dans le bâtiment : la focalisation sonore est à l'intérieur et correspond au désir de l'enseignant de ne plus rien entendre. ++", +"img": { +"src": "" +}, +"title": "Silence après l'échange violent.", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5839699, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5839699, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_AA6376B1-20B3-00A9-771C-FDEBF18AE333" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5839699, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5839699, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_0E761BBE-38A9-8D99-A7C3-FF09D6BC0C8B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "couloir\navec koumba", +"img": { +"src": "" +}, +"title": "couloir", +"color": "6710886", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 5844453, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5844453, +"tags": null, +"color": "6710886", +"media": "laurentcantet_entrelesmurs", +"id": "s_10F80A4B-FEBD-D689-5FB4-A27BF67ED74C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "??", +"img": { +"src": "" +}, +"title": "Koumba rejoint F.M. : signe de solidarité ?", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5844600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5844600, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_F3DC422D-2866-710E-1429-FF31EF867DA9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "==", +"img": { +"src": "" +}, +"title": "Koumba previent F.M. que souleymane risque d'être renvoyé au Mali.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5849310, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5849310, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_1383DA4F-8AF1-4AC9-6518-DF3686A818E7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5849400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5849400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_99823EC5-FADC-3B25-343B-451953C4CBD7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1363_in.jpg" +}, +"title": "Koumba s'approche de F.M.", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5854200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5854200, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_B7164307-D967-CF70-E116-D0AB4E37EB35" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5858200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5858200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B4D09C2A-3CE5-D38C-D82F-451983C09252" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1365_in.jpg" +}, +"title": "Koumba parle à F.M.", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5863120, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5863120, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_07FBDC4F-ADA8-E0E4-C370-D0AB8C672B6D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5872400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5872400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_73E0D055-A186-CE2D-38DC-4519D713DEF0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1367_in.jpg" +}, +"title": "suite du dialogue", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5881720, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5881720, +"tags": [ +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15ce89be-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_8CDD7F15-6A95-6D91-B94B-D0ABD884FECB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5890400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5890400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_896F1045-6DFD-624A-C9C5-451A08FB4C6A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1369_in.jpg" +}, +"title": "F.M. descend les escaliers", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5892280, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5892280, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_6492AC85-9E99-0981-A738-D0CFDED3C0DB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Cigarette à la cantine", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5895537, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5895537, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_A04C6E63-0540-7E3C-24A2-79D54AD1706A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1370_in.jpg" +}, +"title": "F.M. allume une cigarette", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5898840, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5898840, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_D438ED49-DC39-438F-CB96-D0D099C24205" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "cantine\nprof fume", +"img": { +"src": "" +}, +"title": "cantine", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 5899707, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5899707, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_0607ED1B-BCC8-C943-7EED-A27BF67E7F6E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "F.M. cherche la solitude dans la cantine.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5899832, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5899832, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_C82FDAFD-8F4C-7363-C84D-DF3776899E29" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Restaurant puis salle des profs\n12 conseils de discipline l'année passée, pour 12 exclusions\nFaut il prendre en compte le risque de retour au bled ? Se substituer aux parents ?\nSouleimane n'est plus avec nous depuis longtemps. ??", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 5907429, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5907429, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_1FFFAC83-BE60-7079-B90A-E5F51F8C8557" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1371_in.jpg" +}, +"title": "F.M.réfléchit", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5920480, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5920480, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_B10568CD-9592-4185-9F8C-D0D1B6C06469" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Structure en abyme de la séquence : c'est la discussion même, dans sa structure, sa finalité, et ses conditions d'accès qui est l'objet de la discussion.\nAutre chose, latent dans le reste du film, est éclairé crûment, dans cette scène (12 exclusions sur 12) : la dynamique participative et délibérative du collège produit aussi sûrement de l'asservissement et de la violence que ne le ferait un exercice tyrannique du pouvoir. --", +"img": { +"src": "" +}, +"title": "François contre la tenue d'un conseil de discipline", +"color": "16763955", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5933280, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5933280, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763955", +"media": "laurentcantet_entrelesmurs", +"id": "s_2BD599F1-C58E-1B78-C146-7ED624F4C2BA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1378_in.jpg" +}, +"title": "Discussion entre enseignants sur l'utilité du conseil de discipline", +"color": "3407871", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5933900, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5933900, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "3407871", +"media": "laurentcantet_entrelesmurs", +"id": "s_A0975C23-3016-8682-9776-D0E2F6657BCD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "??", +"img": { +"src": "" +}, +"title": "Les enseignants réflechissent aux enjeux d'un conseil de discipline.", +"color": "16737843", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5933945, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5933945, +"tags": null, +"color": "16737843", +"media": "laurentcantet_entrelesmurs", +"id": "s_375B3FC9-6CD5-E0D9-ADEE-DF387750B88A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "salle des profs\nprof défend souleymane\nvoudrait éviter le conseil de discipline\nca fait un moment qu'il est plus avec nous", +"img": { +"src": "" +}, +"title": "salle des profs", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 5934629, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 5934629, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_DBD7BD40-A431-A0B7-E422-A27BF67ED1A6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "cour\nsonnerie cour vue du haut", +"img": { +"src": "" +}, +"title": "cour", +"color": "65535", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6212731, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6212731, +"tags": null, +"color": "65535", +"media": "laurentcantet_entrelesmurs", +"id": "s_8C9E8827-2B66-BDD4-5C93-A27BF67E8BBF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "D'autres classes, d'autres élèves, vus par F.M.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6213327, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6213327, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_8A32E296-11EF-759F-C986-DF397563BB57" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plongée cour de récréation", +"img": { +"src": "" +}, +"title": "Cour 4", +"color": "65535", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6216640, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6216640, +"tags": null, +"color": "65535", +"media": "laurentcantet_entrelesmurs", +"id": "s_F1F20E9E-4C87-DF52-A776-E5F51F8D8C91" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6216827, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6216827, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_77E7C3E0-50EB-C32D-1BD8-79D9F6F777C2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "couloir\nprof", +"img": { +"src": "" +}, +"title": "couloir", +"color": "6710886", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6219195, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6219195, +"tags": null, +"color": "6710886", +"media": "laurentcantet_entrelesmurs", +"id": "s_2C9FFAAC-91B1-0794-7307-A27BF67ED26D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6224400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6224400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_777AB579-88C5-DE87-93BE-451B55B8F7F0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "cour\nvue d'en haut", +"img": { +"src": "" +}, +"title": "cour", +"color": "65535", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6225019, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6225019, +"tags": null, +"color": "65535", +"media": "laurentcantet_entrelesmurs", +"id": "s_5E86CA62-EBBD-7475-60F2-A27BF67E47C3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6227807, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6227807, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_3CF56C19-D829-CFA5-8C57-FDEDFAC312DD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Champ-contrechamp, plan rapporché poitrine, gros plan ++", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1424_in.jpg" +}, +"title": "Dialogue avec le proviseur:modifier le rapport", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6240520, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6240520, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_EF9159B6-4C09-3FAC-EE5B-D0EA87C57B71" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "François Marin discute avec le Proviseur.", +"color": "16737792", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6240528, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6240528, +"tags": null, +"color": "16737792", +"media": "laurentcantet_entrelesmurs", +"id": "s_4E51EB8B-6B31-F07F-F0DD-DF3C8A867E15" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bureau du directeur\nprof - principal\nmot avec les délégués\nà inscrire dans le document ==", +"img": { +"src": "" +}, +"title": "bureau du directeur", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6241147, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6241147, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E9AD2A80-5A12-0610-CAB7-A27BF67E7802" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bureau du proviseur\nIl faut mentionner l'injure aux délégués ==", +"img": { +"src": "" +}, +"title": "L'avis du proviseur", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6241235, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6241235, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_61D88D6C-B607-D815-7FF4-E5F51F8D56E0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "François Marin revise son rapport.", +"color": "16737792", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6307909, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6307909, +"tags": null, +"color": "16737792", +"media": "laurentcantet_entrelesmurs", +"id": "s_0209A589-020D-4D68-5F1B-DF3D584957B7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapporché taille ++", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1429_in.jpg" +}, +"title": "F.M. modifie le rapport", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6308160, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6308160, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_B06A53C8-A54B-ABA9-0654-D0EDA5C7CF21" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "prof refait le rapport", +"img": { +"src": "" +}, +"title": "salle des profs", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6308837, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6308837, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_81CDE01B-62FB-C39C-3EC4-A27BF67E96A8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6308931, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6308931, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_A66CE5FE-5E7D-3EA7-AABF-FDEEA34BFB78" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "François prépare studieusement même le conseil de discipline", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6314781, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6314781, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_589F7DD1-8165-A2F2-BA09-79DB6AD83ABD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'angoissse du rapport au conseil de discipline --", +"img": { +"src": "" +}, +"title": "Le rapport", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6317627, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6317627, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_3A49D5D5-9C0A-2BE6-87EE-E5F51F8D0FB9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ici à nouveau, c'est le processus même de discussion qui est mis au jour : il y a une phase qui porte explicitement sur la légitimité des participants à la discussion (en particulier celle de François). En même temps, en dépit de l'exacerbation de l'idée de prise de parole par tous, il est clair que certains ne sont là que pour être jugés. --", +"img": { +"src": "" +}, +"title": "Conseil de discipline", +"color": "16763955", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6325642, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6325642, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763955", +"media": "laurentcantet_entrelesmurs", +"id": "s_6DA1875E-1541-A126-8759-7EE164CAF001" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Le conseil de discipline.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6328564, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6328564, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_854B573D-4A51-A194-4D64-DF3EDDCEDD79" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "salle du conseil\nvide, se remplit peu à peu\nsoulymane et sa mère", +"img": { +"src": "" +}, +"title": "salle du conseil", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6329040, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6329040, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_8704CAB2-5968-B364-3F76-A27BF67EC131" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Conseil de discipline", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6333339, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6333339, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E540EEB7-F3A9-AD45-1288-451EA3D65089" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Conseil de discipline\nArrivée des membres\nLecture du rapport\nExposé à la mère\nQuestion à Souleimane\nTémoignage poignant de la mère\nAttaque du prof par les inspecteurs\nDéfense du proviseur\nLa mère demande pardon pour son fils ++", +"img": { +"src": "" +}, +"title": "Conseil de discipline", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6340496, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6340496, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_954873BA-31C5-37C9-DA57-E5F51F8DD58F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6389800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6389800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E3699989-266B-D681-AB7D-451BEAC47AD5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. en premier plan, flou", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1433_in.jpg" +}, +"title": "Conseil de discipline", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6411680, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6411680, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_A50A49EF-DB22-7944-F4A4-D0F08123123B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6412000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6412000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_213A43AF-396D-0F9D-64A6-451D06ABE9F3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1434_in.jpg" +}, +"title": "F.M. regarde Souleymane", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6415720, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6415720, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_2773FE20-82B1-CE66-B131-D0F156B0DDAC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Echange de regards entre F.M. et Souleymane ++", +"img": { +"src": "" +}, +"title": "Regardant-regardé", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6420600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6420600, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_FD40A22B-F059-5BBA-9654-D0F192F63402" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6420800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6420800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_CC96F4B0-B174-CFC5-644E-451D3D2C09A1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6429400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6429400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_C8BE86FB-2E72-97CB-A684-451D92ABCB10" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6449305, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6449305, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E312777A-15F6-BBCE-42AA-79E0817DC284" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. en second plan, en premier plan la tête de Souleymane", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1439_in.jpg" +}, +"title": "F.M. vu à travers le regard de Souleymane", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6449440, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6449440, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_2C32111B-8E1B-5933-80BC-D0F317FAF8F8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1440_in.jpg" +}, +"title": "Contrechamp du plan précedent", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6466400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6466400, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_8154A329-6D6B-7905-04D7-D0F56411E4AD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6467000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6467000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_0FCEE3AD-9F0F-4C0E-13AD-4523EB39D8B9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "Silence de Souleymane", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6469628, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6469628, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_300BFA31-8A5E-E4A2-C7F4-FDEF9C7D6D0D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1441_in.jpg" +}, +"title": "plan 1441", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6471960, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6471960, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_199BD87F-7CA0-BBDE-E83B-D0F5EE63A6B4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1442_in.jpg" +}, +"title": "plan 1442", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6481000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6481000, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_B0924008-6DFA-BDAD-0A37-D0F5FE4BF7E7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6490800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6490800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_503FA4B7-1DEE-CE2E-1001-45244FBC537D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Mère de Souleimane 1", +"color": "6736998", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6493000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6493000, +"tags": null, +"color": "6736998", +"media": "laurentcantet_entrelesmurs", +"id": "s_FF3521CD-9D9F-4A28-5D1C-7EF60FEAFDE1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1446_in.jpg" +}, +"title": "plan 1446", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6509000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6509000, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_C7BD9C40-3C87-7940-6CAF-D0F6C0FB65CE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6509600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6509600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_678A8CDF-1552-0E00-AC35-4524CC0B5C62" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1447_in.jpg" +}, +"title": "plan 1447", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6525640, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6525640, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_2CA47D51-C823-AC90-EDAD-D0F72BC57920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1448_in.jpg" +}, +"title": "plan 1448", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6531800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6531800, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_940C3646-7487-E9C5-74BC-D0F79AE09E6A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6532000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6532000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_0565F4CD-9E1A-DD76-286F-4525300236E4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1450_in.jpg" +}, +"title": "Les parents des élèves critiquent la présence de F.M.", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6553880, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6553880, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_605684E7-03BD-CF3A-B98D-D0F815877EAA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1452_in.jpg" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6567960, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6567960, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_4F779C47-5B30-6FF8-AE57-D0FB640D82A1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "il prend la place de Souleymane, cela est représenté visuellement ++", +"img": { +"src": "" +}, +"title": "Marin juge et partie à la fois", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6580000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6580000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_AFF83DB5-0CD8-A068-4F7C-45275968CD0C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6580200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6580200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_737315DF-4A38-D8FA-99E6-452739C4D3F9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "F.M. en premier plan, gros plan, couvre Souleymane qu'on entrevoit en second plan ++", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1456_in.jpg" +}, +"title": "F.M. prend la place de l'accusé", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6580320, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6580320, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_F3EA2B52-A9AE-803F-ED71-D0F9833EE0D7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'image nous parle du conflit : la superposition de F.M. et de Souleymane pendant le conseil de discipline évoque la possibilité que l'enseignant et non l'élève soit le coupable. Pour l'image, sans doute, les deux sont les accusés. ??", +"img": { +"src": "" +}, +"title": "Superposition des deux personnages : F.M. prend la place de l'accusé ?", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6584262, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6584262, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_F7E6EA10-7621-AA45-658D-083E05C9B179" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1458_in.jpg" +}, +"title": "plan 1458", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6597000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6597000, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_A2ABF8F1-1A58-C687-2021-D0FA824DA388" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6597200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6597200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_6640531A-854C-C811-4D54-452840B3B73A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6605400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6605400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_7A25B886-B0A5-2D38-B00E-4528E9A11530" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1460_in.jpg" +}, +"title": "plan 1460", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6605600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6605600, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_3E6CB6A7-FD59-46D5-BD0D-D0FBE5AA1EAC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1461_in.jpg" +}, +"title": "F.M. flou en premier plan", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6610360, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6610360, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_7BAC0A59-4E7E-CF89-9A3F-D0FC5A76B78A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1462_in.jpg" +}, +"title": "plan 1462", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6625880, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6625880, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_F2E27EAB-1878-C232-F90E-D0FCD664DC88" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6628235, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6628235, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_41A9AF1E-3F99-88CD-A87C-79E2CF899D3D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "Silence de Soulaymane", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6632466, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6632466, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_487953CE-B19A-2D6A-343C-FDF1B9EAF2E2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6633400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6633400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_99884479-787B-077D-1CB6-45297C6E1E70" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Mère de Souleimane 2", +"color": "6736998", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6639000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6639000, +"tags": null, +"color": "6736998", +"media": "laurentcantet_entrelesmurs", +"id": "s_6ECC5216-6A2D-3626-9F34-7EFA659EFADD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "L'attente du verdict.", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6678533, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6678533, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_FEAFAD96-DCD9-5003-92F1-FDF2521AD3F0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Souleymane et sa mère attendent ??", +"img": { +"src": "" +}, +"title": "couloir", +"color": "6710886", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6679312, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6679312, +"tags": null, +"color": "6710886", +"media": "laurentcantet_entrelesmurs", +"id": "s_50E94899-5841-19B8-9B68-A27BF67E1993" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Salle d'attente", +"img": { +"src": "" +}, +"title": "Attente du vote", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6695845, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6695845, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_9B8C004C-6D92-D826-865A-E5F51F8DA8B1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6699000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6699000, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_B2B44657-A7AC-E37B-3A27-D0FEA7890AB8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "vote", +"img": { +"src": "" +}, +"title": "salle du conseil", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6699835, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6699835, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_FA991C50-9F75-1B20-C164-A27BF67EBFA3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vote de la sanction --", +"img": { +"src": "" +}, +"title": "Vote", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6704336, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6704336, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_41ADEC3E-747D-C8CF-30F1-E5F51F8D7A3C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Mère de Souleimane 3", +"color": "6736998", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6727574, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6727574, +"tags": null, +"color": "6736998", +"media": "laurentcantet_entrelesmurs", +"id": "s_A1258365-655B-0ECD-696F-7EFC2B735B94" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6729742, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6729742, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F6B00CD7-6262-D020-9517-4529F4547884" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Souleymane et sa mère", +"img": { +"src": "" +}, +"title": "couloir", +"color": "6710886", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6731579, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6731579, +"tags": null, +"color": "6710886", +"media": "laurentcantet_entrelesmurs", +"id": "s_4D868125-3487-4F32-8FCB-A27BF67E003E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "--", +"img": { +"src": "" +}, +"title": "L'attente du verdict.", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6736758, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6736758, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_F26ACB88-CB59-6419-F83C-FDF42CA41DC1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Exposé de la sanction\nExclusion\nSortie digne de la mère", +"img": { +"src": "" +}, +"title": "Délibération", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6738960, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6738960, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_0C57DDB2-170B-FCE9-D6DD-E5F51F8DD5B1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "exclusion de souleymane --", +"img": { +"src": "" +}, +"title": "salle du conseil", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6745893, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6745893, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_84D438A5-1631-2DEC-B02A-A27BF67E2518" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6793200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6793200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_DDC15DEF-4C27-DC3B-B735-452A7FA7BDD9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gros plan", +"img": { +"src": "" +}, +"title": "Souleymane, exclu, quitte la salle", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6798400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6798400, +"tags": [ +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d40f88-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_C2A12232-0B83-E90F-01F9-D10181226012" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6807000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6807000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_3B9DAFD4-98C5-3785-8DD9-7EE430C25343" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "Souleymane et sa mère quittent l'établissement.", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6807625, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6807625, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_48D8E894-3DEE-1AB8-FFF9-FDF51001C692" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "vue d'en haut\nsouleumane et sa mère --", +"img": { +"src": "" +}, +"title": "cour", +"color": "65535", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6808528, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6808528, +"tags": null, +"color": "65535", +"media": "laurentcantet_entrelesmurs", +"id": "s_5F619499-F9DC-8810-74A8-A27BF67EADDE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6808600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6808600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_AC31357F-FE1A-AFC0-71A0-452AF384C852" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et voila la punition semble forte, la situation et la sanction absurde (et sans traducteur !). Le film semble plaider dans ce sens via le comportement de l'élève antillais et le malaise à la fin du conseil. Certes, mais le propos est globalement léger, comme si seuls les \"pétages de plomb\" et leur traitement par l'institution étaient graves et/ou à critiquer. --\nL'indiscipline et son impunité ordinaire associée à la polarisation des sanctions (tout ou rien) ont des effets beaucoup plus lourds sur l'\"injustice scolaire\" entre élèves plus ou moins exposés au bruit (y compris les plus \"bruyants\") et plus ou moins dépendants des cours en classe ainsi que sur la \"souffrance au travail\" de beaucoup de profs. Même si des facteurs \"externes\" à l'institution influencent ces problèmes (faible croyance dans l'intérêt des études par certains élèves, modification des relations entre parents et profs, etc.) l'impunité ordinaire et la faible diversité des mécanismes de sanction et de responsabilisation semblent peu intéresser l'auteur/personnage/acteur du film qui a l'air de miser essentiellement sur la \"bonne relation/bonne inter-compréhension\" avec les élèves.", +"img": { +"src": "" +}, +"title": "procédures punitives et apprentissage", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6808869, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6808869, +"tags": [ +{ +"id-ref": "15d85f84-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d863b2-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86696-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_8F20A2B5-8924-10E2-0811-BCC93CD816C3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plongée cour de récréation = silence, bruit de machine oppressante. ++", +"img": { +"src": "" +}, +"title": "Hors champ sonore", +"color": "65535", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6817000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6817000, +"tags": null, +"color": "65535", +"media": "laurentcantet_entrelesmurs", +"id": "s_FD115118-96CE-FBBF-72A4-E5F51F8D28D5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bilan de l'année\nSVT\nMath = fiertée\nLe commerce triangulaire\nChimie = pourquoi remettre en cause ce que l'on nous apprend puisqu'on nous l'apprend\nKumba cherche à séduire le prof\nARGOT : sont \"chem\" = nuls\nProvocation de Esmeralda : Platon , c'est pas un livre de pettasse.\nJ'ai rien appris moi : L'echec scolaire - Je veux pas aller en professionel\nOn ressent la mort - le suicide\n--", +"img": { +"src": "" +}, +"title": "Scène de classe 11", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6825313, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6825313, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_FBD77F62-A93F-73F8-8EBE-E5F51F8D99E1" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Dernier jour : F.M. demande aux élèves ce qu'ils ont appris pendant l'année.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6826298, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6826298, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_79262030-4072-F01C-BEE9-DF41282F387F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6827000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6827000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_1083BB03-7D99-78B8-CEB6-452B3B54EDEC" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ce que les élèves ont retenu\ntriginométrie\ncommerce triangulaire\ncombustion\nla reproduction\nespagnol \"llegan las vacaciones\"\nesmeralda : j'ai rien appris, puis la république, socrate, les gens ils se posent des questions.\ndistribution des autoportraits\nj'ai rien appris moi, je comprends pas ce qu'on fait --", +"img": { +"src": "" +}, +"title": "salle de classe", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 6828283, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6828283, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_D0920870-A6BD-4F3D-077F-A27BF67EA14B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. demande aux élèves ce qu'ils ont appris pendant l'année", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6832000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6832000, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_D10F3CE9-57A2-4113-6FAC-D102A3736BC6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. demande aux élèves ce qu'ils ont appris pendant l'année", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6832000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6832000, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_AC971942-ABE3-0F16-346C-FE7338CA8610" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Fin de l'année.\nQuestion du prof: qu'avez-vous retenu de l'année écoulée ??", +"img": { +"src": "" +}, +"title": "Qu'avez-vous appris?", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6833286, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6833286, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D82D73C1-90DD-CE68-CF67-68B2BE482802" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6838600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6838600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E838FA59-D9DB-0051-22C4-452B68806690" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "\"Si tu as aimé tu as retenu\"", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6845000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6845000, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_492DCC02-5A8A-5E34-BD0F-D103BFA8BA2A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ++", +"img": { +"src": "" +}, +"title": "\"Si tu as aimé tu as retenu\"", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6845000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6845000, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_3FC9F84D-B924-5E1D-989A-FE7338CC9C98" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6846400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6846400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_AA659E02-A936-6FD3-6884-452B8B34B21B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6851200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6851200, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_1D8EFF3F-3DD5-0C6F-B8A4-D10476ACB762" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6851200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6851200, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_7B36D583-25CB-3F83-20B7-FE7338CE74A9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6853200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6853200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D5C77E86-1DAB-D26B-757C-452BE10DEC94" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "Théorème de Pitagore", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6869800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6869800, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_305660B1-EAA7-C4C5-37B0-D1050DA3E46D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "F.M. invite Boubacar à réciter le théorème de Pitagore.", +"color": "10027263", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6870297, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6870297, +"tags": null, +"color": "10027263", +"media": "laurentcantet_entrelesmurs", +"id": "s_C8D290C1-3FB7-9DE8-1200-FDF5FA2F33BE" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6876800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6876800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_95BAD9A6-2933-2F99-BAF4-452CEBB6C6AD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ??", +"img": { +"src": "" +}, +"title": "Quoi en chimie?", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6929800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6929800, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_4B5B39F9-EA36-A70C-5A18-FE7338D19F14" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6931400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6931400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_52C47578-4881-3147-2FC9-452D1D8AA96F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6939000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6939000, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_F2059CE8-61E2-C1E2-84FE-FE7338D338A7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6939000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6939000, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_2367F687-B935-D23D-7AEA-D10768E1B0A4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6940400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6940400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_6E596B5C-4B99-0E60-9D73-452D7759E7AA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "??", +"img": { +"src": "" +}, +"title": "\"Pourquoi nous le font enseigner s'il n'y a pas d'intérêt?\"", +"color": "16711935", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6950109, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6950109, +"tags": null, +"color": "16711935", +"media": "laurentcantet_entrelesmurs", +"id": "s_C81006C8-23F4-7B22-7F74-FDF7EFD5EEAF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine ==", +"img": { +"src": "" +}, +"title": "La reproduction", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6959400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6959400, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_F875B423-13BC-C4DA-007C-D107EDF4AB5E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6962000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6962000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_704F1B8E-2676-E8DF-208B-452DBA212266" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6973800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6973800, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_AFB76882-AF63-9E95-F43E-FE7338D70790" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6975200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6975200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_AB5C3C12-5FB1-F2BE-FEEC-452DEC76BD55" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, panoramique", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6982600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6982600, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_52AFE50F-4DC9-1860-5633-D108CCF38A1A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine, panoramique", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6982600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6982600, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_39AA72C2-59B8-A949-C958-FE7338D98A15" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6984600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6984600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_99C52022-B098-EFBF-24CB-452E2A32130D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6994800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6994800, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_C4F0BB4B-559A-022D-4053-D109D1B71D94" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6994800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6994800, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_1F21936D-F065-2DD0-BC0F-FE7338DB544E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6996600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 6996600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_7D5697A7-6F19-672B-F23C-452E5085359D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7002800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7002800, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_3305EBED-84AD-0DF6-CBD6-D10A3840A04D" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7006800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7006800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_FC0FACF4-398A-0F56-DFF1-452EB514D32F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une élève a lu La République de Platon. Elle parle de sa lecture.\n- Socrate pose tout un tas de questions, sur tous les sujets\n- Socrate déstabilise ses interlocuteurs (\"Il est trop fort\")\nComme pour le journal d'AF, ce choix est signifiant, il en dit plus sur le vécu de la situation d'enseignement dans ce contexte, que les apprentissages sur la reproduction humaine ou les mathématiques. ++\nLa lecture de Platon est à la fois un contenu appris pendant l'année, mais dit aussi quelque chose sur la situation de communication enseignant-élèves.\nHypothèses:\n- l'enseignant comme Socrate pose beaucoup de questions\n- sur tous les sujets\n- il manie l'ironie\n- il cherche à déstabiliser (\"les gens ne savent plus où ils en sont\")\n++", +"img": { +"src": "" +}, +"title": "Posture d'énonciation 2: le questionnement socratique", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7020000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7020000, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_16CC7CDF-70AE-6B96-72D9-68A54C828447" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7021720, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7021720, +"tags": null, +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_37A33ADF-19B6-AAAC-C482-7E52605A989C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7021720, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7021720, +"tags": null, +"color": "255", +"media": "laurentcantet_entrelesmurs", +"id": "s_7DD5E36B-6B5D-F012-AF57-7E50B8674357" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "F.M. face à Esmeralda", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7025600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7025600, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_E2AF5E2A-ABF6-C4A8-8151-FE7338DC4500" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711935", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7028609, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7028609, +"tags": null, +"color": "16711935", +"media": "laurentcantet_entrelesmurs", +"id": "s_4F9A4A34-7F1C-F5E6-2696-FDF9E29A3CC9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Argot : nuls, chemo (italien), moche\nDes livres pour machdi = des livres pour moi ??", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1506_in.jpg" +}, +"title": "Sont \"cheum\" vos livres", +"color": "16776960", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7032160, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7032160, +"tags": null, +"color": "16776960", +"media": "laurentcantet_entrelesmurs", +"id": "s_8E474A57-5348-DAC5-520D-0F782B94DB6E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7032400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7032400, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_DFDF7AED-EFBC-4C01-1434-FE7338DE6C27" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7037000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7037000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_42FBEB1D-50BD-4F61-C7C3-452F26A81492" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "Esmeralda a lu la \"République\" de Platon.", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7040272, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7040272, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_A1C2A65F-F605-7A28-0319-DF3FB7DCF000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7040800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7040800, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_F7ED4350-C201-6271-F793-FE7338E04DDF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "François Marin n'as pas de mots face au fait qu'Esmeralda ait lu la \"République\" de Platon.", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7051109, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7051109, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_C81E87CE-65AE-91C6-9FF1-FDFAF650411C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7051400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7051400, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_92E30E1A-BE2F-420C-817A-FE7338E2E1F8" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7054000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7054000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_40D46128-7F74-6FDB-2327-452F7D770157" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7058400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7058400, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_1C2BF0EB-8120-A6E6-EACD-FE7338E42724" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7059600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7059600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_706E8D25-7020-A9B0-16BC-452F99913CF4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7062800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7062800, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_995203B7-1161-8DC0-6439-FE7338E68ECD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7064400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7064400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_2B026A81-114B-5BD6-F9AA-452FB35C7B29" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7067200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7067200, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_9AB9270E-DFDA-504F-FCC4-FE7338E9EDA2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7067200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7067200, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_4DBBDE4F-17DF-0864-E385-D118EE9E44FD" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7068200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7068200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_B89F9B86-7DF3-A156-F875-452FCD91B356" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7071200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7071200, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_219D1A7B-9FA1-5C9E-84DD-FE7338EBE651" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7071200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7071200, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_8CA06848-CB74-7760-2496-D11919208113" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7073000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7073000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_471DC1A6-3188-E59F-B79A-453035AEFF2B" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7093600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7093600, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_6EE7FF0F-31A4-EC0C-BAE4-D1198B152134" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7093600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7093600, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_27EE08AB-61EE-4BEC-38B8-FE7338EDBCC3" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7096000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7096000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_C2B3D68C-A627-0566-EEB2-453076A2B661" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "\"C'est pas un livre de pétasses, hein?\"", +"color": "16711935", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7101578, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7101578, +"tags": null, +"color": "16711935", +"media": "laurentcantet_entrelesmurs", +"id": "s_447A423C-6691-87BB-B579-FDFCF0E7CF26" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7103200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7103200, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_71370F05-8E03-38DD-701D-D119C366BDA4" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7103200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7103200, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_1EB56F93-584A-2311-AF0F-FE7338EF921F" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7105400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7105400, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_3CF30830-F889-770B-98FF-4530988F9E01" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7107385, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7107385, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_3C7789DF-59D7-96AC-9992-FDFDA2626947" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7109600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7109600, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_3AF411E5-F4BF-9C38-40F6-D119F03D4D90" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "++", +"img": { +"src": "" +}, +"title": "Regardant-regardé", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7111200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7111200, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_125E0195-EF7C-F0E5-531A-D11A21D8F139" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7111200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7111200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_1DFF5880-C9E1-1D84-52F8-4530B0215EB9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "PLan rapproché taille, panoramique", +"img": { +"src": "" +}, +"title": "F.M. distribue les autoportraits", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7112800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7112800, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_BFF0732E-ED24-060E-A49B-D11AE3691AFB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7117600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7117600, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_EF9CDB5A-9A54-E3D4-FAAF-45315EF071D5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. distribue les autoportraits", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7125000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7125000, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_6184E50D-67E7-D8DB-ACA3-D11BB5AE0C49" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plongée, travelling, Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. range ses affaires", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7150200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7150200, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_BDC479B1-3FCE-B52E-EA03-FE7338F161CA" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plongée, travelling, Plan rapproché taille", +"img": { +"src": "" +}, +"title": "F.M. range ses affaires", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7150200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7150200, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_5D773E39-51BD-F7C9-72E9-D11D5B0BFB77" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7156800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7156800, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_9C7C8394-3DF0-A637-2483-45319D56615C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plongée, plan rapproché poitrine ++", +"img": { +"src": "" +}, +"title": "Henriette s'approche de F.M.", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7161800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7161800, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_B11D730D-8AB3-122C-514F-D11E8B303FD6" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7165000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7165000, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_FFD532C8-D833-D201-9167-4532048039B9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plongée, travelling avant ?? , plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7169600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7169600, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_502B6A42-01C7-17C0-89A4-FE7338F48B9A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan rapproché poitrine --", +"img": { +"src": "" +}, +"title": "F.M. essaye de minimiser l'angoisse d'Henriette", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7185600, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7185600, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_7F8A4325-EE43-BAE6-AE42-FE7338F6E126" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7196200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7196200, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_1ECC57AC-6C46-53BD-3FCA-4532F9C3FC86" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plongée, plan rapproché poitrine ??", +"img": { +"src": "" +}, +"title": "\"Tu comprends pas, c'est à dire?\"", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7201000, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7201000, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_1C8A5127-0F01-8351-FCBF-FE7338F8FC46" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plongée, plan rapproché poitrine ??", +"img": { +"src": "" +}, +"title": "F.M. étonné", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7205200, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7205200, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_6F841D6B-C794-649B-A65E-FE7338FAC409" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plongée, plan rapproché poitrine", +"img": { +"src": "" +}, +"title": "", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7210400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7210400, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_5EDF409A-19F3-DD93-DEC8-FE7338FCE9A0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "3e prise de vues de la cour qui n'est pas en plongée. En montrant un exercice soigneusement maîtrisé d'aplatissement fictif des hiérarchies, cette scène restaure le caractère inoffensif de la cour pour François et pour les profs. ++", +"img": { +"src": "" +}, +"title": "Partie de foot prisonniers-gardiens", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7244344, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7244344, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D1A4399D-137E-BA5D-EB73-7EEBA053F566" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Dernier jour : le match de foot.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7246224, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7246224, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_4CFB1ABB-96C1-D45D-BCC8-DF41E8A92526" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "vue d'en haut\nmatch prof élèves\nvue d'en bas\n++", +"img": { +"src": "" +}, +"title": "Cour", +"color": "6710886", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 7246608, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7246608, +"tags": null, +"color": "6710886", +"media": "laurentcantet_entrelesmurs", +"id": "s_03DD5570-C7E4-89BE-6619-A27BF67E9123" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan de demi-ensemble", +"img": { +"src": "" +}, +"title": "match de foot", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7251400, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7251400, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_95DB9543-89CF-34EA-5406-D12470D9C874" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plan américain", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1555_in.jpg" +}, +"title": "match de foot", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7258120, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7258120, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_CB017C9D-4195-CC70-0198-D126B8E7BEA5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le match de foot avec les profs\nHors champ de la salle de classe vide\nSignification : un champ de bataille déserté, une prison ouverte, l'école apprendrai à mentir, à ne pas être soi-même ??", +"img": { +"src": "" +}, +"title": "Match de foot", +"color": "65535", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 7260133, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7260133, +"tags": null, +"color": "65535", +"media": "laurentcantet_entrelesmurs", +"id": "s_BE53B99F-2E21-1FC3-0FA6-E5F51F8D652E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1558_in.jpg" +}, +"title": "plan 1558", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7262480, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7262480, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_41FC3413-3977-7A43-E3C5-D12788371885" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1562_in.jpg" +}, +"title": "plan 1562", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7272480, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7272480, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_B7316DFF-CC84-6004-956B-D127E34FEDF2" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1569_in.jpg" +}, +"title": "plan 1569", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7283800, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7283800, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_08E2B040-5DE1-DBDA-0479-D1285450812A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1573_in.jpg" +}, +"title": "match de foot", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7288080, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7288080, +"tags": [ +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +}, +{ +"id-ref": "15d86ba0-41e1-11e1-b830-08002791f1b7" +} +], +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_F1D2F0F0-B024-0A6F-C93B-D1291AB1CD60" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "en contraste avec la cour hurlante , le son est entendu reverbéré dans la classe vide, exprimant la césure entre l'espace vide de la classe et la vie tumultueuse de la cour, un effet de prégnance du dispositif du drame, semble indiquer que la classe comme espace autonome et lieu du drame passé, reste même si les acteurs en partent, ils sont de passage, l'école elle dans ses murs reste intemporelle et donc peut-être inhumaine. ??", +"img": { +"src": "" +}, +"title": "son de la salle de classe vide", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7298740, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7298740, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_D8852242-E0FA-B771-8CE6-03EDEC62D0B7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "??", +"img": { +"src": "" +}, +"title": "La salle vide. Le bruit provenant de l'exterieur ne nous renseigne pas sur qui a gagné le match.", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7298820, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7298820, +"tags": null, +"color": "16750848", +"media": "laurentcantet_entrelesmurs", +"id": "s_F6EB10B8-D3A6-5EBA-7D07-DF43B66CACAF" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "vide\nen bas bruit de la cour ==", +"img": { +"src": "" +}, +"title": "salle de classe", +"color": "65280", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 7299237, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7299237, +"tags": null, +"color": "65280", +"media": "laurentcantet_entrelesmurs", +"id": "s_8E4D9D9D-6F0F-4A5E-1A86-A27BF67EFB47" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "laurentcantet_entrelesmurs/thumbs/1574_in.jpg" +}, +"title": "plan 1574", +"color": "65535", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7300528, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7300528, +"tags": null, +"color": "65535", +"media": "laurentcantet_entrelesmurs", +"id": "s_68BC48AD-F767-F190-7DD6-0F18A5C71159" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7300737, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7300737, +"tags": null, +"color": "16711680", +"media": "laurentcantet_entrelesmurs", +"id": "s_773CA6B4-F5C6-6717-5E63-FE00B28F8184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Générique de fin", +"img": { +"src": "" +}, +"title": "Fin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 7319351, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7319351, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_D350FE66-19F8-7CFA-F5C6-E5F51F8DAAD9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Générique", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7321159, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7321159, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_3C7A889A-399E-6C47-64E3-DF4483C038B5" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "pas de musique, juste des bruits mixés modulés en dynamique. Très peu de réalisateur ont utilisé ce choix radical : clouzot cavalier par exemple , à chaque fois dans un but de radicaliser l'esthétique et l'univers exprimé. Ici pas d'intériorité des images, juste une volonté de faire réaliste... voir aussi le choix de prise de vue ==", +"img": { +"src": "" +}, +"title": "générique, son off de la cour et d'oiseux seule référence à la nature. En effet on ne voit jamais de végétaux dans le film , ce qui exacerbe le sentiment carcéral de huit clos culturel.", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7321560, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7321560, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_1E331803-6958-DF02-8124-03F057E4069E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "fond noir\ngénérique\nbruit de la cour\npépiement des oiseaux", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": "undefined" +} +}, +"begin": 7323579, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7323579, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_F692982E-5E36-E0A4-01E9-A27BF67E9D53" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "les bruits très mixés de l'école finissent dans la confusion , quelques cris d'oiseaux se font entendre ... évocation d'une nature absente des lieux ==", +"img": { +"src": "" +}, +"title": "le son du générique", +"color": "6771296", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 7350670, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:modified": "2012-01-18T14:31:18.255700", +"dc:creator": "perso" +}, +"end": 7350670, +"tags": null, +"color": "6771296", +"media": "laurentcantet_entrelesmurs", +"id": "s_83CDF93E-F95B-CC66-2E3A-03F40C7FEEAB" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 38279, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_2344556E-A818-EA23-37FC-0E47A150EACD", +"dc:created": "2012-01-18T14:31:18.253563", +"dc:modified": "2012-01-18T14:31:18.253563", +"dc:creator": "perso" +}, +"end": 1655576, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_6AABD5F5-B806-1B80-AEAA-0E47BBC2717A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1665646, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_2344556E-A818-EA23-37FC-0E47A150EACD", +"dc:created": "2012-01-18T14:31:18.253563", +"dc:modified": "2012-01-18T14:31:18.253563", +"dc:creator": "perso" +}, +"end": 2430752, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_581C79AC-F31B-E9C0-3951-0E47FD5596A7" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2440300, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_2344556E-A818-EA23-37FC-0E47A150EACD", +"dc:created": "2012-01-18T14:31:18.253563", +"dc:modified": "2012-01-18T14:31:18.253563", +"dc:creator": "perso" +}, +"end": 3885340, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_939C9678-82E0-095A-00D9-0E47C1FC9A8A" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3894912, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_2344556E-A818-EA23-37FC-0E47A150EACD", +"dc:created": "2012-01-18T14:31:18.253563", +"dc:modified": "2012-01-18T14:31:18.253563", +"dc:creator": "perso" +}, +"end": 5062429, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_CEAF1192-9D4C-E884-B61F-0E47C73D3E2C" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 5072497, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_2344556E-A818-EA23-37FC-0E47A150EACD", +"dc:created": "2012-01-18T14:31:18.253563", +"dc:modified": "2012-01-18T14:31:18.253563", +"dc:creator": "perso" +}, +"end": 6115106, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E39828FC-AC1C-333C-B273-0E47DAA70D33" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 6115606, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_2344556E-A818-EA23-37FC-0E47A150EACD", +"dc:created": "2012-01-18T14:31:18.253563", +"dc:modified": "2012-01-18T14:31:18.253563", +"dc:creator": "perso" +}, +"end": 7426170, +"tags": null, +"color": "16763904", +"media": "laurentcantet_entrelesmurs", +"id": "s_E1BBFA1E-0D0F-C0DB-F411-0E47E2C52131" +} +], +"annotation-types": [ +{ +"dc:contributor": "perso", +"dc:creator": "perso", +"dc:title": "Twitter", +"id": "c_81135A3E-8870-4586-8597-7CD758DA3A54", +"dc:created": "2012-01-18T14:31:18.255700", +"dc:description": "", +"dc:modified": "2012-01-18T14:31:18.255700" +}, +{ +"dc:contributor": "perso", +"dc:creator": "perso", +"dc:title": "Chapitrage", +"id": "c_2344556E-A818-EA23-37FC-0E47A150EACD", +"dc:created": "2012-01-18T14:31:18.253563", +"dc:description": "", +"dc:modified": "2012-01-18T14:31:18.253563" +} +] +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 test/integration/webze.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/integration/webze.json Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,193690 @@ +{ +"views": [ +{ +"id": "0", +"contents": [ +"9682205a-684e-11e1-a087-00145ea4a2be" +], +"annotation_types": [ +"c_9E1D7B1A-872C-960C-6950-ED1A087380DE", +"2545a6e5-6889-409b-8037-ffe4d4ba7d59" +] +}, +{ +"meta": { +"stat": "17,25,28,17,27,26,81,82,58,36,33,37,51,76,58,81,64,94,54,72,88,70,93,112,91,98,82,83,53,70,79,112,86,92,64,74,95,83,83,78,63,60,75,65,78,84,68,101,104,88,110,65,87,88,68,85,84,71,62,69,96,84,111,95" +}, +"id": "stat", +"contents": [ +"9682205a-684e-11e1-a087-00145ea4a2be" +] +} +], +"tags": [ +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.772651", +"dc:title": "exorcisme", +"dc:modified": "2012-03-13T14:22:16.772651", +"dc:creator": "IRI" +}, +"id": "ef814528-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.575735", +"dc:title": "votequalitatit", +"dc:modified": "2012-03-13T14:22:18.575735", +"dc:creator": "IRI" +}, +"id": "f0946954-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.155933", +"dc:title": "iReste", +"dc:modified": "2012-03-13T14:22:17.155933", +"dc:creator": "IRI" +}, +"id": "efbbbfaa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.840998", +"dc:title": "845Couleurs", +"dc:modified": "2012-03-13T14:22:15.840998", +"dc:creator": "IRI" +}, +"id": "eef31e24-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.357200", +"dc:title": "jevousregarde", +"dc:modified": "2012-03-13T14:22:16.357200", +"dc:creator": "IRI" +}, +"id": "ef41e3f6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.047683", +"dc:title": "faitmoilamour", +"dc:modified": "2012-03-13T14:22:16.047683", +"dc:creator": "IRI" +}, +"id": "ef12a6e0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.279862", +"dc:title": "verybadblagues", +"dc:modified": "2012-03-13T14:22:16.279862", +"dc:creator": "IRI" +}, +"id": "ef361256-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.485126", +"dc:title": "unepausesimpose", +"dc:modified": "2012-03-13T14:22:18.485126", +"dc:creator": "IRI" +}, +"id": "f0869720-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.681557", +"dc:title": "tweet", +"dc:modified": "2012-03-13T14:22:18.681557", +"dc:creator": "IRI" +}, +"id": "f0a48faa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.252932", +"dc:title": "HOUUUUUUUUUUUU", +"dc:modified": "2012-03-13T14:22:18.252932", +"dc:creator": "IRI" +}, +"id": "f0632344-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.103352", +"dc:title": "LeGrandWebZe", +"dc:modified": "2012-03-13T14:22:16.103352", +"dc:creator": "IRI" +}, +"id": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.226012", +"dc:title": "ilenfilelecostumedeMerlin", +"dc:modified": "2012-03-13T14:22:16.226012", +"dc:creator": "IRI" +}, +"id": "ef2ddadc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:19.045941", +"dc:title": "justepouruncompteur", +"dc:modified": "2012-03-13T14:22:19.045941", +"dc:creator": "IRI" +}, +"id": "f0dc2b54-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.227324", +"dc:title": "ilres", +"dc:modified": "2012-03-13T14:22:17.227324", +"dc:creator": "IRI" +}, +"id": "efc6a5d2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.961946", +"dc:title": "honte", +"dc:modified": "2012-03-13T14:22:17.961946", +"dc:creator": "IRI" +}, +"id": "f036bdf4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.847880", +"dc:title": "fh2012", +"dc:modified": "2012-03-13T14:22:17.847880", +"dc:creator": "IRI" +}, +"id": "f025567c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.520979", +"dc:title": "psychédélique", +"dc:modified": "2012-03-13T14:22:16.520979", +"dc:creator": "IRI" +}, +"id": "ef5addfc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.283366", +"dc:title": "Aucasoù", +"dc:modified": "2012-03-13T14:22:16.283366", +"dc:creator": "IRI" +}, +"id": "ef369af0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.578754", +"dc:title": "telethon", +"dc:modified": "2012-03-13T14:22:18.578754", +"dc:creator": "IRI" +}, +"id": "f094db82-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.777067", +"dc:title": "fan", +"dc:modified": "2012-03-13T14:22:16.777067", +"dc:creator": "IRI" +}, +"id": "ef81f022-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.990445", +"dc:title": "professeurrollin", +"dc:modified": "2012-03-13T14:22:18.990445", +"dc:creator": "IRI" +}, +"id": "f0d3acea-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:19.045941", +"dc:title": "dommage", +"dc:modified": "2012-03-13T14:22:19.045941", +"dc:creator": "IRI" +}, +"id": "f0dc25c8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.598809", +"dc:title": "pastouchecestunelegende", +"dc:modified": "2012-03-13T14:22:17.598809", +"dc:creator": "IRI" +}, +"id": "efff5986-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.985797", +"dc:title": "change2one", +"dc:modified": "2012-03-13T14:22:17.985797", +"dc:creator": "IRI" +}, +"id": "f03a64ae-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.527871", +"dc:title": "tpamn", +"dc:modified": "2012-03-13T14:22:18.527871", +"dc:creator": "IRI" +}, +"id": "f08d1c76-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.806677", +"dc:title": "remigaillard", +"dc:modified": "2012-03-13T14:22:18.806677", +"dc:creator": "IRI" +}, +"id": "f0b7a2f2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.846360", +"dc:title": "Lacitédelapeur", +"dc:modified": "2012-03-13T14:22:18.846360", +"dc:creator": "IRI" +}, +"id": "f0bdb08e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.526450", +"dc:title": "ilspartent", +"dc:modified": "2012-03-13T14:22:17.526450", +"dc:creator": "IRI" +}, +"id": "eff44a78-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.630804", +"dc:title": "Cesar", +"dc:modified": "2012-03-13T14:22:16.630804", +"dc:creator": "IRI" +}, +"id": "ef6b9f0c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.397412", +"dc:title": "DesBisous", +"dc:modified": "2012-03-13T14:22:17.397412", +"dc:creator": "IRI" +}, +"id": "efe099ce-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.112313", +"dc:title": "florenceàlaplacedefrançois", +"dc:modified": "2012-03-13T14:22:16.112313", +"dc:creator": "IRI" +}, +"id": "ef1c8836-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.061662", +"dc:title": "BozoLeRouge", +"dc:modified": "2012-03-13T14:22:17.061662", +"dc:creator": "IRI" +}, +"id": "efad5dc0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.992075", +"dc:title": "GoVinVinGo", +"dc:modified": "2012-03-13T14:22:16.992075", +"dc:creator": "IRI" +}, +"id": "efa2bf96-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.055410", +"dc:title": "go", +"dc:modified": "2012-03-13T14:22:17.055410", +"dc:creator": "IRI" +}, +"id": "efac6f50-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.247430", +"dc:title": "M6", +"dc:modified": "2012-03-13T14:22:17.247430", +"dc:creator": "IRI" +}, +"id": "efc9b6e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.101688", +"dc:title": "lgwztest", +"dc:modified": "2012-03-13T14:22:17.101688", +"dc:creator": "IRI" +}, +"id": "efb37e1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.902588", +"dc:title": "geekinc", +"dc:modified": "2012-03-13T14:22:15.902588", +"dc:creator": "IRI" +}, +"id": "eefc88ec-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.055410", +"dc:title": "download", +"dc:modified": "2012-03-13T14:22:17.055410", +"dc:creator": "IRI" +}, +"id": "efac6a3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.950520", +"dc:title": "cqui", +"dc:modified": "2012-03-13T14:22:15.950520", +"dc:creator": "IRI" +}, +"id": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.555983", +"dc:title": "Césars", +"dc:modified": "2012-03-13T14:22:17.555983", +"dc:creator": "IRI" +}, +"id": "eff8cb8e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.904496", +"dc:title": "intermittence", +"dc:modified": "2012-03-13T14:22:18.904496", +"dc:creator": "IRI" +}, +"id": "f0c68fba-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.200047", +"dc:title": "jdcjdr", +"dc:modified": "2012-03-13T14:22:16.200047", +"dc:creator": "IRI" +}, +"id": "ef29e472-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.240097", +"dc:title": "TeamVieilleFranceAssumée", +"dc:modified": "2012-03-13T14:22:16.240097", +"dc:creator": "IRI" +}, +"id": "ef3000e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.858131", +"dc:title": "LOLCATS", +"dc:modified": "2012-03-13T14:22:16.858131", +"dc:creator": "IRI" +}, +"id": "ef8e54fc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.443517", +"dc:title": "Direct8", +"dc:modified": "2012-03-13T14:22:16.443517", +"dc:creator": "IRI" +}, +"id": "ef4f0b26-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.447239", +"dc:title": "choperlachemisedevinvin", +"dc:modified": "2012-03-13T14:22:17.447239", +"dc:creator": "IRI" +}, +"id": "efe8331e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.660232", +"dc:title": "questionserieuse", +"dc:modified": "2012-03-13T14:22:18.660232", +"dc:creator": "IRI" +}, +"id": "f0a149b2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.832310", +"dc:title": "DSK", +"dc:modified": "2012-03-13T14:22:17.832310", +"dc:creator": "IRI" +}, +"id": "f022f97c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.978633", +"dc:title": "TweetsDeComptoir", +"dc:modified": "2012-03-13T14:22:16.978633", +"dc:creator": "IRI" +}, +"id": "efa0b25a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.889751", +"dc:title": "oulala", +"dc:modified": "2012-03-13T14:22:18.889751", +"dc:creator": "IRI" +}, +"id": "f0c45060-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.213844", +"dc:title": "jediscajedisrien", +"dc:modified": "2012-03-13T14:22:18.213844", +"dc:creator": "IRI" +}, +"id": "f05d2e3a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.155757", +"dc:title": "EnVousRemerciant", +"dc:modified": "2012-03-13T14:22:18.155757", +"dc:creator": "IRI" +}, +"id": "f054510c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.151468", +"dc:title": "suggestion", +"dc:modified": "2012-03-13T14:22:16.151468", +"dc:creator": "IRI" +}, +"id": "ef227b56-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.964526", +"dc:title": "francoisrollin", +"dc:modified": "2012-03-13T14:22:16.964526", +"dc:creator": "IRI" +}, +"id": "ef9e8bb0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.188516", +"dc:title": "kamoulox", +"dc:modified": "2012-03-13T14:22:17.188516", +"dc:creator": "IRI" +}, +"id": "efc0b8ac-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.951895", +"dc:title": "reste", +"dc:modified": "2012-03-13T14:22:16.951895", +"dc:creator": "IRI" +}, +"id": "ef9c9e68-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.406360", +"dc:title": "Jeu", +"dc:modified": "2012-03-13T14:22:18.406360", +"dc:creator": "IRI" +}, +"id": "f07a8c64-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.814999", +"dc:title": "NT1", +"dc:modified": "2012-03-13T14:22:17.814999", +"dc:creator": "IRI" +}, +"id": "f0205154-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.010550", +"dc:title": "confession", +"dc:modified": "2012-03-13T14:22:18.010550", +"dc:creator": "IRI" +}, +"id": "f03e2800-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.742662", +"dc:title": "jaimalaudosa30ans", +"dc:modified": "2012-03-13T14:22:18.742662", +"dc:creator": "IRI" +}, +"id": "f0addd6c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.304101", +"dc:title": "FF", +"dc:modified": "2012-03-13T14:22:16.304101", +"dc:creator": "IRI" +}, +"id": "ef39c9aa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.195143", +"dc:title": "lesgens", +"dc:modified": "2012-03-13T14:22:16.195143", +"dc:creator": "IRI" +}, +"id": "ef292550-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.249108", +"dc:title": "Star", +"dc:modified": "2012-03-13T14:22:18.249108", +"dc:creator": "IRI" +}, +"id": "f062926c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.234615", +"dc:title": "dujardin", +"dc:modified": "2012-03-13T14:22:16.234615", +"dc:creator": "IRI" +}, +"id": "ef2f2b08-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.858131", +"dc:title": "BOUMCATS", +"dc:modified": "2012-03-13T14:22:16.858131", +"dc:creator": "IRI" +}, +"id": "ef8e4fd4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.401993", +"dc:title": "instagraff", +"dc:modified": "2012-03-13T14:22:18.401993", +"dc:creator": "IRI" +}, +"id": "f079e3a4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.317075", +"dc:title": "talité", +"dc:modified": "2012-03-13T14:22:18.317075", +"dc:creator": "IRI" +}, +"id": "f06cedfc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.418493", +"dc:title": "Jlerécupère", +"dc:modified": "2012-03-13T14:22:16.418493", +"dc:creator": "IRI" +}, +"id": "ef4b39ec-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.420809", +"dc:title": "picetou", +"dc:modified": "2012-03-13T14:22:17.420809", +"dc:creator": "IRI" +}, +"id": "efe42be8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.840358", +"dc:title": "pratique", +"dc:modified": "2012-03-13T14:22:16.840358", +"dc:creator": "IRI" +}, +"id": "ef8b98ac-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.840998", +"dc:title": "VomirDesYeux", +"dc:modified": "2012-03-13T14:22:15.840998", +"dc:creator": "IRI" +}, +"id": "eef324dc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.338636", +"dc:title": "FautLeDire", +"dc:modified": "2012-03-13T14:22:17.338636", +"dc:creator": "IRI" +}, +"id": "efd7a56c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.481396", +"dc:title": "change2chemise", +"dc:modified": "2012-03-13T14:22:16.481396", +"dc:creator": "IRI" +}, +"id": "ef54d3da-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.989371", +"dc:title": "emissiondeclareedutilitepublique", +"dc:modified": "2012-03-13T14:22:17.989371", +"dc:creator": "IRI" +}, +"id": "f03aec26-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.136465", +"dc:title": "Palmashow", +"dc:modified": "2012-03-13T14:22:16.136465", +"dc:creator": "IRI" +}, +"id": "ef203116-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.929023", +"dc:title": "ellequitte", +"dc:modified": "2012-03-13T14:22:16.929023", +"dc:creator": "IRI" +}, +"id": "ef991ffe-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.696347", +"dc:title": "cestbon", +"dc:modified": "2012-03-13T14:22:16.696347", +"dc:creator": "IRI" +}, +"id": "ef759fe8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.099309", +"dc:title": "ilchange2ton", +"dc:modified": "2012-03-13T14:22:16.099309", +"dc:creator": "IRI" +}, +"id": "ef1a8540-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.430605", +"dc:title": "lesfous", +"dc:modified": "2012-03-13T14:22:16.430605", +"dc:creator": "IRI" +}, +"id": "ef4d1384-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.156767", +"dc:title": "zzZZZ", +"dc:modified": "2012-03-13T14:22:17.156767", +"dc:creator": "IRI" +}, +"id": "efbbe048-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.856945", +"dc:title": "dodo", +"dc:modified": "2012-03-13T14:22:18.856945", +"dc:creator": "IRI" +}, +"id": "f0bf4e80-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.249108", +"dc:title": "Cnul", +"dc:modified": "2012-03-13T14:22:18.249108", +"dc:creator": "IRI" +}, +"id": "f0628de4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.772651", +"dc:title": "glaçons", +"dc:modified": "2012-03-13T14:22:16.772651", +"dc:creator": "IRI" +}, +"id": "ef814a64-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.752376", +"dc:title": "QUE", +"dc:modified": "2012-03-13T14:22:18.752376", +"dc:creator": "IRI" +}, +"id": "f0af5962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.628040", +"dc:title": "TheArtist", +"dc:modified": "2012-03-13T14:22:16.628040", +"dc:creator": "IRI" +}, +"id": "ef6b33e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.898143", +"dc:title": "ouijesais", +"dc:modified": "2012-03-13T14:22:18.898143", +"dc:creator": "IRI" +}, +"id": "f0c59c5e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.183623", +"dc:title": "VoisinsVoisines", +"dc:modified": "2012-03-13T14:22:18.183623", +"dc:creator": "IRI" +}, +"id": "f0588fe2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.919842", +"dc:title": "Décolleté", +"dc:modified": "2012-03-13T14:22:16.919842", +"dc:creator": "IRI" +}, +"id": "ef97bec0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.318880", +"dc:title": "Masterchef", +"dc:modified": "2012-03-13T14:22:16.318880", +"dc:creator": "IRI" +}, +"id": "ef3c071a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.739834", +"dc:title": "PapeStaïïle", +"dc:modified": "2012-03-13T14:22:18.739834", +"dc:creator": "IRI" +}, +"id": "f0ad6fb2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.143465", +"dc:title": "TF1", +"dc:modified": "2012-03-13T14:22:17.143465", +"dc:creator": "IRI" +}, +"id": "efb9d910-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.473544", +"dc:title": "vaginoplastie", +"dc:modified": "2012-03-13T14:22:17.473544", +"dc:creator": "IRI" +}, +"id": "efec3748-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.855565", +"dc:title": "LG", +"dc:modified": "2012-03-13T14:22:17.855565", +"dc:creator": "IRI" +}, +"id": "f02681e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.527655", +"dc:title": "ilsaute", +"dc:modified": "2012-03-13T14:22:16.527655", +"dc:creator": "IRI" +}, +"id": "ef5be1f2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.652578", +"dc:title": "VraimentPD", +"dc:modified": "2012-03-13T14:22:17.652578", +"dc:creator": "IRI" +}, +"id": "f007896c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.343118", +"dc:title": "TweetPreventionRoutiere", +"dc:modified": "2012-03-13T14:22:18.343118", +"dc:creator": "IRI" +}, +"id": "f070e628-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.123301", +"dc:title": "sacréesoirée", +"dc:modified": "2012-03-13T14:22:17.123301", +"dc:creator": "IRI" +}, +"id": "efb6c540-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.729981", +"dc:title": "satiradax", +"dc:modified": "2012-03-13T14:22:18.729981", +"dc:creator": "IRI" +}, +"id": "f0abf308-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.654926", +"dc:title": "freekiss", +"dc:modified": "2012-03-13T14:22:17.654926", +"dc:creator": "IRI" +}, +"id": "f007e394-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.068591", +"dc:title": "hihi", +"dc:modified": "2012-03-13T14:22:18.068591", +"dc:creator": "IRI" +}, +"id": "f047025e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.106041", +"dc:title": "vousrestez", +"dc:modified": "2012-03-13T14:22:17.106041", +"dc:creator": "IRI" +}, +"id": "efb422e0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.601926", +"dc:title": "StopACTA", +"dc:modified": "2012-03-13T14:22:18.601926", +"dc:creator": "IRI" +}, +"id": "f0986b12-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.847880", +"dc:title": "YouKnowSheRatchetIf", +"dc:modified": "2012-03-13T14:22:18.847880", +"dc:creator": "IRI" +}, +"id": "f0bdf008-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.217954", +"dc:title": "reflexionsinutiles", +"dc:modified": "2012-03-13T14:22:16.217954", +"dc:creator": "IRI" +}, +"id": "ef2ca054-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.292396", +"dc:title": "fb", +"dc:modified": "2012-03-13T14:22:18.292396", +"dc:creator": "IRI" +}, +"id": "f0692e06-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.890403", +"dc:title": "tristesse", +"dc:modified": "2012-03-13T14:22:15.890403", +"dc:creator": "IRI" +}, +"id": "eefaa662-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.497436", +"dc:title": "faildelamort", +"dc:modified": "2012-03-13T14:22:18.497436", +"dc:creator": "IRI" +}, +"id": "f0887392-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.967788", +"dc:title": "ilpart", +"dc:modified": "2012-03-13T14:22:15.967788", +"dc:creator": "IRI" +}, +"id": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.163639", +"dc:title": "contrechamp", +"dc:modified": "2012-03-13T14:22:17.163639", +"dc:creator": "IRI" +}, +"id": "efbcecea-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.647960", +"dc:title": "LesMondesFantas", +"dc:modified": "2012-03-13T14:22:16.647960", +"dc:creator": "IRI" +}, +"id": "ef6e3d20-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.834011", +"dc:title": "France5", +"dc:modified": "2012-03-13T14:22:15.834011", +"dc:creator": "IRI" +}, +"id": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.926768", +"dc:title": "sortez2020", +"dc:modified": "2012-03-13T14:22:16.926768", +"dc:creator": "IRI" +}, +"id": "ef98c86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.115779", +"dc:title": "EnModeDécouverte", +"dc:modified": "2012-03-13T14:22:17.115779", +"dc:creator": "IRI" +}, +"id": "efb59fda-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.200235", +"dc:title": "TFB", +"dc:modified": "2012-03-13T14:22:17.200235", +"dc:creator": "IRI" +}, +"id": "efc28bbe-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.841481", +"dc:title": "tweetemylife", +"dc:modified": "2012-03-13T14:22:18.841481", +"dc:creator": "IRI" +}, +"id": "f0bcf310-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.200235", +"dc:title": "TFW", +"dc:modified": "2012-03-13T14:22:17.200235", +"dc:creator": "IRI" +}, +"id": "efc28fa6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.653330", +"dc:title": "help", +"dc:modified": "2012-03-13T14:22:16.653330", +"dc:creator": "IRI" +}, +"id": "ef6f0f16-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.211320", +"dc:title": "césar2012", +"dc:modified": "2012-03-13T14:22:16.211320", +"dc:creator": "IRI" +}, +"id": "ef2b9ccc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.734250", +"dc:title": "remygaillard", +"dc:modified": "2012-03-13T14:22:18.734250", +"dc:creator": "IRI" +}, +"id": "f0ac9506-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.746871", +"dc:title": "oldschool", +"dc:modified": "2012-03-13T14:22:18.746871", +"dc:creator": "IRI" +}, +"id": "f0ae8244-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.925081", +"dc:title": "baston", +"dc:modified": "2012-03-13T14:22:18.925081", +"dc:creator": "IRI" +}, +"id": "f0c9b2f8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.663061", +"dc:title": "la", +"dc:modified": "2012-03-13T14:22:18.663061", +"dc:creator": "IRI" +}, +"id": "f0a1b820-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.160831", +"dc:title": "décalé", +"dc:modified": "2012-03-13T14:22:17.160831", +"dc:creator": "IRI" +}, +"id": "efbc7f44-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.354604", +"dc:title": "screugneugneu", +"dc:modified": "2012-03-13T14:22:18.354604", +"dc:creator": "IRI" +}, +"id": "f072a80a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.702850", +"dc:title": "melenchonattitude", +"dc:modified": "2012-03-13T14:22:18.702850", +"dc:creator": "IRI" +}, +"id": "f0a7cbd4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.540885", +"dc:title": "webzé", +"dc:modified": "2012-03-13T14:22:18.540885", +"dc:creator": "IRI" +}, +"id": "f08f14c2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.801771", +"dc:title": "OnSeBouge", +"dc:modified": "2012-03-13T14:22:16.801771", +"dc:creator": "IRI" +}, +"id": "ef85ba36-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:19.074296", +"dc:title": "yourock", +"dc:modified": "2012-03-13T14:22:19.074296", +"dc:creator": "IRI" +}, +"id": "f0e07cc2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.280040", +"dc:title": "teamST", +"dc:modified": "2012-03-13T14:22:17.280040", +"dc:creator": "IRI" +}, +"id": "efceb0ce-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.412408", +"dc:title": "cestmou", +"dc:modified": "2012-03-13T14:22:16.412408", +"dc:creator": "IRI" +}, +"id": "ef4a4bc2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.565661", +"dc:title": "unpeu", +"dc:modified": "2012-03-13T14:22:18.565661", +"dc:creator": "IRI" +}, +"id": "f092db98-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:19.094900", +"dc:title": "Omar", +"dc:modified": "2012-03-13T14:22:19.094900", +"dc:creator": "IRI" +}, +"id": "f0e3a2e4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.276487", +"dc:title": "grippe", +"dc:modified": "2012-03-13T14:22:16.276487", +"dc:creator": "IRI" +}, +"id": "ef358ea8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.739565", +"dc:title": "yapasassezdecouleursdanslachemisedevinvin", +"dc:modified": "2012-03-13T14:22:17.739565", +"dc:creator": "IRI" +}, +"id": "f014d824-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:19.094900", +"dc:title": "Karine", +"dc:modified": "2012-03-13T14:22:19.094900", +"dc:creator": "IRI" +}, +"id": "f0e39dc6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.137917", +"dc:title": "palmshow", +"dc:modified": "2012-03-13T14:22:16.137917", +"dc:creator": "IRI" +}, +"id": "ef206992-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.776275", +"dc:title": "aupif", +"dc:modified": "2012-03-13T14:22:16.776275", +"dc:creator": "IRI" +}, +"id": "ef81d196-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.711726", +"dc:title": "Gachis2", +"dc:modified": "2012-03-13T14:22:18.711726", +"dc:creator": "IRI" +}, +"id": "f0a92a9c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.893519", +"dc:title": "chiennesdegarde", +"dc:modified": "2012-03-13T14:22:17.893519", +"dc:creator": "IRI" +}, +"id": "f02c4c20-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.621291", +"dc:title": "narmol", +"dc:modified": "2012-03-13T14:22:16.621291", +"dc:creator": "IRI" +}, +"id": "ef6a2c62-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.250689", +"dc:title": "Skype", +"dc:modified": "2012-03-13T14:22:18.250689", +"dc:creator": "IRI" +}, +"id": "f062d0a6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.101688", +"dc:title": "ACTA", +"dc:modified": "2012-03-13T14:22:17.101688", +"dc:creator": "IRI" +}, +"id": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.507445", +"dc:title": "ilsdegagent", +"dc:modified": "2012-03-13T14:22:17.507445", +"dc:creator": "IRI" +}, +"id": "eff16808-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.954237", +"dc:title": "tweetchelou", +"dc:modified": "2012-03-13T14:22:18.954237", +"dc:creator": "IRI" +}, +"id": "f0ce2612-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.130999", +"dc:title": "Noël", +"dc:modified": "2012-03-13T14:22:16.130999", +"dc:creator": "IRI" +}, +"id": "ef1f5bd8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.963158", +"dc:title": "ilReste", +"dc:modified": "2012-03-13T14:22:15.963158", +"dc:creator": "IRI" +}, +"id": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.059153", +"dc:title": "ilbaise", +"dc:modified": "2012-03-13T14:22:16.059153", +"dc:creator": "IRI" +}, +"id": "ef14650c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.341659", +"dc:title": "Télétravail", +"dc:modified": "2012-03-13T14:22:18.341659", +"dc:creator": "IRI" +}, +"id": "f070ad5c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.789488", +"dc:title": "lalala", +"dc:modified": "2012-03-13T14:22:17.789488", +"dc:creator": "IRI" +}, +"id": "f01c7174-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.716551", +"dc:title": "troll", +"dc:modified": "2012-03-13T14:22:17.716551", +"dc:creator": "IRI" +}, +"id": "f0114b96-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.410247", +"dc:title": "ipart", +"dc:modified": "2012-03-13T14:22:16.410247", +"dc:creator": "IRI" +}, +"id": "ef49f848-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.824648", +"dc:title": "content", +"dc:modified": "2012-03-13T14:22:15.824648", +"dc:creator": "IRI" +}, +"id": "eef09f82-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.142609", +"dc:title": "webze", +"dc:modified": "2012-03-13T14:22:16.142609", +"dc:creator": "IRI" +}, +"id": "ef2120ee-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.105249", +"dc:title": "SamediConfession", +"dc:modified": "2012-03-13T14:22:17.105249", +"dc:creator": "IRI" +}, +"id": "efb40418-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.319347", +"dc:title": "lechangementcestmaintenenantceseraitbien", +"dc:modified": "2012-03-13T14:22:17.319347", +"dc:creator": "IRI" +}, +"id": "efd4af92-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.405544", +"dc:title": "hasbeen", +"dc:modified": "2012-03-13T14:22:18.405544", +"dc:creator": "IRI" +}, +"id": "f07a6d06-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.898390", +"dc:title": "qui", +"dc:modified": "2012-03-13T14:22:17.898390", +"dc:creator": "IRI" +}, +"id": "f02d0ac0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.339362", +"dc:title": "breizh", +"dc:modified": "2012-03-13T14:22:18.339362", +"dc:creator": "IRI" +}, +"id": "f070547e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.743024", +"dc:title": "démonssalledebains", +"dc:modified": "2012-03-13T14:22:16.743024", +"dc:creator": "IRI" +}, +"id": "ef7cc2be-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.962815", +"dc:title": "demainjaiski", +"dc:modified": "2012-03-13T14:22:17.962815", +"dc:creator": "IRI" +}, +"id": "f036de88-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.937718", +"dc:title": "chnage2ton", +"dc:modified": "2012-03-13T14:22:18.937718", +"dc:creator": "IRI" +}, +"id": "f0cba126-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.564854", +"dc:title": "LaClasseAmericaine", +"dc:modified": "2012-03-13T14:22:16.564854", +"dc:creator": "IRI" +}, +"id": "ef618f62-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.714676", +"dc:title": "Gaspard", +"dc:modified": "2012-03-13T14:22:18.714676", +"dc:creator": "IRI" +}, +"id": "f0a99856-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.247752", +"dc:title": "chuisfan", +"dc:modified": "2012-03-13T14:22:16.247752", +"dc:creator": "IRI" +}, +"id": "ef312c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.387786", +"dc:title": "Trollspotted", +"dc:modified": "2012-03-13T14:22:17.387786", +"dc:creator": "IRI" +}, +"id": "efdf212a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.898390", +"dc:title": "TPAMP", +"dc:modified": "2012-03-13T14:22:17.898390", +"dc:creator": "IRI" +}, +"id": "f02d0f98-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.106821", +"dc:title": "tweetdecomptoir", +"dc:modified": "2012-03-13T14:22:17.106821", +"dc:creator": "IRI" +}, +"id": "efb4414e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.302133", +"dc:title": "TheHumanCentipede", +"dc:modified": "2012-03-13T14:22:17.302133", +"dc:creator": "IRI" +}, +"id": "efd21480-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.941925", +"dc:title": "carambar", +"dc:modified": "2012-03-13T14:22:17.941925", +"dc:creator": "IRI" +}, +"id": "f033aef2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.024506", +"dc:title": "jet", +"dc:modified": "2012-03-13T14:22:16.024506", +"dc:creator": "IRI" +}, +"id": "ef0f27a4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.925609", +"dc:title": "DeconneMan", +"dc:modified": "2012-03-13T14:22:15.925609", +"dc:creator": "IRI" +}, +"id": "ef0006b6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.069901", +"dc:title": "OnlyHug33k", +"dc:modified": "2012-03-13T14:22:17.069901", +"dc:creator": "IRI" +}, +"id": "efae9f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.382909", +"dc:title": "dontfeedthetroll", +"dc:modified": "2012-03-13T14:22:17.382909", +"dc:creator": "IRI" +}, +"id": "efde6636-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.936978", +"dc:title": "Rolin", +"dc:modified": "2012-03-13T14:22:16.936978", +"dc:creator": "IRI" +}, +"id": "ef9a5aea-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.711033", +"dc:title": "LaBoiteACoucou", +"dc:modified": "2012-03-13T14:22:17.711033", +"dc:creator": "IRI" +}, +"id": "f01073b0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.093026", +"dc:title": "UMAD", +"dc:modified": "2012-03-13T14:22:16.093026", +"dc:creator": "IRI" +}, +"id": "ef19966c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.154484", +"dc:title": "tweetprécédent", +"dc:modified": "2012-03-13T14:22:17.154484", +"dc:creator": "IRI" +}, +"id": "efbb871a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.035532", +"dc:title": "Rollin", +"dc:modified": "2012-03-13T14:22:17.035532", +"dc:creator": "IRI" +}, +"id": "efa96512-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.246938", +"dc:title": "goodtoknow", +"dc:modified": "2012-03-13T14:22:16.246938", +"dc:creator": "IRI" +}, +"id": "ef310c66-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.396859", +"dc:title": "ilchange2chemise", +"dc:modified": "2012-03-13T14:22:16.396859", +"dc:creator": "IRI" +}, +"id": "ef47f0f2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.205984", +"dc:title": "part", +"dc:modified": "2012-03-13T14:22:17.205984", +"dc:creator": "IRI" +}, +"id": "efc3634a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.354443", +"dc:title": "trolls", +"dc:modified": "2012-03-13T14:22:17.354443", +"dc:creator": "IRI" +}, +"id": "efda0adc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.930662", +"dc:title": "onsennuie", +"dc:modified": "2012-03-13T14:22:18.930662", +"dc:creator": "IRI" +}, +"id": "f0ca8dd6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.878070", +"dc:title": "tweetprécédant", +"dc:modified": "2012-03-13T14:22:17.878070", +"dc:creator": "IRI" +}, +"id": "f029f18c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.820498", +"dc:title": "merci", +"dc:modified": "2012-03-13T14:22:17.820498", +"dc:creator": "IRI" +}, +"id": "f02127f0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.848737", +"dc:title": "hacking", +"dc:modified": "2012-03-13T14:22:17.848737", +"dc:creator": "IRI" +}, +"id": "f025765c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.067770", +"dc:title": "ConceptFail", +"dc:modified": "2012-03-13T14:22:18.067770", +"dc:creator": "IRI" +}, +"id": "f046e31e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.706992", +"dc:title": "DesChiffresEtDesLettres", +"dc:modified": "2012-03-13T14:22:17.706992", +"dc:creator": "IRI" +}, +"id": "f00fd572-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.974516", +"dc:title": "interactive", +"dc:modified": "2012-03-13T14:22:17.974516", +"dc:creator": "IRI" +}, +"id": "f038a790-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.789313", +"dc:title": "classe", +"dc:modified": "2012-03-13T14:22:18.789313", +"dc:creator": "IRI" +}, +"id": "f0b500e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.195990", +"dc:title": "FATCH", +"dc:modified": "2012-03-13T14:22:17.195990", +"dc:creator": "IRI" +}, +"id": "efc1dd54-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.798501", +"dc:title": "megaupload", +"dc:modified": "2012-03-13T14:22:18.798501", +"dc:creator": "IRI" +}, +"id": "f0b66284-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.068375", +"dc:title": "alumerlalumière", +"dc:modified": "2012-03-13T14:22:17.068375", +"dc:creator": "IRI" +}, +"id": "efae63f0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.371824", +"dc:title": "IlTueLeCostumierDeVinvinEtLuiAchèteUneChemiseMoinsAffreuse", +"dc:modified": "2012-03-13T14:22:16.371824", +"dc:creator": "IRI" +}, +"id": "ef441b30-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.144060", +"dc:title": "miseenabime", +"dc:modified": "2012-03-13T14:22:16.144060", +"dc:creator": "IRI" +}, +"id": "ef215974-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.325361", +"dc:title": "inculte", +"dc:modified": "2012-03-13T14:22:17.325361", +"dc:creator": "IRI" +}, +"id": "efd59a88-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.200235", +"dc:title": "JustinperfominARGENTINA", +"dc:modified": "2012-03-13T14:22:17.200235", +"dc:creator": "IRI" +}, +"id": "efc287a4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.694545", +"dc:title": "JeMeSensSeule", +"dc:modified": "2012-03-13T14:22:18.694545", +"dc:creator": "IRI" +}, +"id": "f0a68706-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.739565", +"dc:title": "pourquoipasunevestecoloreevinvin", +"dc:modified": "2012-03-13T14:22:17.739565", +"dc:creator": "IRI" +}, +"id": "f014d2ac-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.093026", +"dc:title": "MERILETFOU", +"dc:modified": "2012-03-13T14:22:16.093026", +"dc:creator": "IRI" +}, +"id": "ef199144-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.756079", +"dc:title": "bisous", +"dc:modified": "2012-03-13T14:22:17.756079", +"dc:creator": "IRI" +}, +"id": "f0175432-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.979084", +"dc:title": "acteursencrépon", +"dc:modified": "2012-03-13T14:22:18.979084", +"dc:creator": "IRI" +}, +"id": "f0d1f62a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.808786", +"dc:title": "JCDJCR", +"dc:modified": "2012-03-13T14:22:17.808786", +"dc:creator": "IRI" +}, +"id": "f01f5de4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.653464", +"dc:title": "ilchangedechemise", +"dc:modified": "2012-03-13T14:22:17.653464", +"dc:creator": "IRI" +}, +"id": "f007aa96-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.386438", +"dc:title": "BonjourAmerica", +"dc:modified": "2012-03-13T14:22:16.386438", +"dc:creator": "IRI" +}, +"id": "ef46563e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.684667", +"dc:title": "teamsf", +"dc:modified": "2012-03-13T14:22:16.684667", +"dc:creator": "IRI" +}, +"id": "ef73ddc0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.551187", +"dc:title": "cquiles", +"dc:modified": "2012-03-13T14:22:18.551187", +"dc:creator": "IRI" +}, +"id": "f090a6e8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.630946", +"dc:title": "LGB", +"dc:modified": "2012-03-13T14:22:17.630946", +"dc:creator": "IRI" +}, +"id": "f0043f50-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.659686", +"dc:title": "cki", +"dc:modified": "2012-03-13T14:22:17.659686", +"dc:creator": "IRI" +}, +"id": "f0089e06-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.070934", +"dc:title": "TVcheck", +"dc:modified": "2012-03-13T14:22:16.070934", +"dc:creator": "IRI" +}, +"id": "ef163198-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.241509", +"dc:title": "bubbletv", +"dc:modified": "2012-03-13T14:22:16.241509", +"dc:creator": "IRI" +}, +"id": "ef3037dc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.938552", +"dc:title": "RegisGaillard", +"dc:modified": "2012-03-13T14:22:18.938552", +"dc:creator": "IRI" +}, +"id": "f0cbc160-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.267983", +"dc:title": "ilsepend", +"dc:modified": "2012-03-13T14:22:18.267983", +"dc:creator": "IRI" +}, +"id": "f0656fe6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.831239", +"dc:title": "LGW", +"dc:modified": "2012-03-13T14:22:15.831239", +"dc:creator": "IRI" +}, +"id": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.339362", +"dc:title": "bzh", +"dc:modified": "2012-03-13T14:22:18.339362", +"dc:creator": "IRI" +}, +"id": "f07059ce-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.160486", +"dc:title": "IlEstLourd", +"dc:modified": "2012-03-13T14:22:16.160486", +"dc:creator": "IRI" +}, +"id": "ef23df6e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.273896", +"dc:title": "TeamRCT", +"dc:modified": "2012-03-13T14:22:17.273896", +"dc:creator": "IRI" +}, +"id": "efcdc100-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.959812", +"dc:title": "powersongs", +"dc:modified": "2012-03-13T14:22:18.959812", +"dc:creator": "IRI" +}, +"id": "f0cf00a0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.071725", +"dc:title": "changedethon", +"dc:modified": "2012-03-13T14:22:16.071725", +"dc:creator": "IRI" +}, +"id": "ef165556-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.877923", +"dc:title": "K4Kouign", +"dc:modified": "2012-03-13T14:22:18.877923", +"dc:creator": "IRI" +}, +"id": "f0c285f0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.727243", +"dc:title": "AudeBaron", +"dc:modified": "2012-03-13T14:22:16.727243", +"dc:creator": "IRI" +}, +"id": "ef7a5646-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.992996", +"dc:title": "RIP", +"dc:modified": "2012-03-13T14:22:17.992996", +"dc:creator": "IRI" +}, +"id": "f03b79d4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.250689", +"dc:title": "libre", +"dc:modified": "2012-03-13T14:22:18.250689", +"dc:creator": "IRI" +}, +"id": "f062cbba-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:19.022221", +"dc:title": "jedécouvre", +"dc:modified": "2012-03-13T14:22:19.022221", +"dc:creator": "IRI" +}, +"id": "f0d88a30-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.121049", +"dc:title": "chemiseMagnum", +"dc:modified": "2012-03-13T14:22:16.121049", +"dc:creator": "IRI" +}, +"id": "ef1dd6dc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.464050", +"dc:title": "mesigaeusigodevolta", +"dc:modified": "2012-03-13T14:22:17.464050", +"dc:creator": "IRI" +}, +"id": "efeac4da-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.370657", +"dc:title": "vaches", +"dc:modified": "2012-03-13T14:22:17.370657", +"dc:creator": "IRI" +}, +"id": "efdc8a46-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.243398", +"dc:title": "Boudjellal", +"dc:modified": "2012-03-13T14:22:18.243398", +"dc:creator": "IRI" +}, +"id": "f061b02c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.822159", +"dc:title": "générique", +"dc:modified": "2012-03-13T14:22:15.822159", +"dc:creator": "IRI" +}, +"id": "eef03e5c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.051822", +"dc:title": "cestlemeilleur", +"dc:modified": "2012-03-13T14:22:16.051822", +"dc:creator": "IRI" +}, +"id": "ef134690-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:19.013052", +"dc:title": "jepars", +"dc:modified": "2012-03-13T14:22:19.013052", +"dc:creator": "IRI" +}, +"id": "f0d71f9c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.223773", +"dc:title": "onacid", +"dc:modified": "2012-03-13T14:22:18.223773", +"dc:creator": "IRI" +}, +"id": "f05eb4da-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.862706", +"dc:title": "OSCAR2012", +"dc:modified": "2012-03-13T14:22:15.862706", +"dc:creator": "IRI" +}, +"id": "eef66b6a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.862468", +"dc:title": "teams", +"dc:modified": "2012-03-13T14:22:18.862468", +"dc:creator": "IRI" +}, +"id": "f0c02634-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.259826", +"dc:title": "fanboy", +"dc:modified": "2012-03-13T14:22:17.259826", +"dc:creator": "IRI" +}, +"id": "efcb9a06-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.711726", +"dc:title": "Amateurisme", +"dc:modified": "2012-03-13T14:22:18.711726", +"dc:creator": "IRI" +}, +"id": "f0a925b0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.319687", +"dc:title": "jaime", +"dc:modified": "2012-03-13T14:22:16.319687", +"dc:creator": "IRI" +}, +"id": "ef3c25d8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.258360", +"dc:title": "insane", +"dc:modified": "2012-03-13T14:22:17.258360", +"dc:creator": "IRI" +}, +"id": "efcb60fe-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.705807", +"dc:title": "PartiDesChevals", +"dc:modified": "2012-03-13T14:22:16.705807", +"dc:creator": "IRI" +}, +"id": "ef771116-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.761919", +"dc:title": "ilRest", +"dc:modified": "2012-03-13T14:22:18.761919", +"dc:creator": "IRI" +}, +"id": "f0b0ce82-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.443517", +"dc:title": "DirectStar", +"dc:modified": "2012-03-13T14:22:16.443517", +"dc:creator": "IRI" +}, +"id": "ef4f0fcc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.378119", +"dc:title": "Cesars", +"dc:modified": "2012-03-13T14:22:18.378119", +"dc:creator": "IRI" +}, +"id": "f07642da-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.221951", +"dc:title": "fail", +"dc:modified": "2012-03-13T14:22:16.221951", +"dc:creator": "IRI" +}, +"id": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.284137", +"dc:title": "ilrevient", +"dc:modified": "2012-03-13T14:22:16.284137", +"dc:creator": "IRI" +}, +"id": "ef36b936-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.354443", +"dc:title": "wow", +"dc:modified": "2012-03-13T14:22:17.354443", +"dc:creator": "IRI" +}, +"id": "efda0fd2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.657371", +"dc:title": "pascalpapéisme", +"dc:modified": "2012-03-13T14:22:18.657371", +"dc:creator": "IRI" +}, +"id": "f0a0db4e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.101973", +"dc:title": "OnComprendPasLinteretDeLaQuestion", +"dc:modified": "2012-03-13T14:22:18.101973", +"dc:creator": "IRI" +}, +"id": "f04c1c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.758894", +"dc:title": "webrealtv", +"dc:modified": "2012-03-13T14:22:17.758894", +"dc:creator": "IRI" +}, +"id": "f017c1ba-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.953665", +"dc:title": "irc", +"dc:modified": "2012-03-13T14:22:15.953665", +"dc:creator": "IRI" +}, +"id": "ef044dd4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:19.099960", +"dc:title": "toujoursUnPilote", +"dc:modified": "2012-03-13T14:22:19.099960", +"dc:creator": "IRI" +}, +"id": "f0e46378-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.098524", +"dc:title": "Maman", +"dc:modified": "2012-03-13T14:22:16.098524", +"dc:creator": "IRI" +}, +"id": "ef1a670e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:19.010206", +"dc:title": "facepalm", +"dc:modified": "2012-03-13T14:22:19.010206", +"dc:creator": "IRI" +}, +"id": "f0d6b1d8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.153699", +"dc:title": "sataytraydraule", +"dc:modified": "2012-03-13T14:22:17.153699", +"dc:creator": "IRI" +}, +"id": "efbb68a2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.709938", +"dc:title": "wtf", +"dc:modified": "2012-03-13T14:22:16.709938", +"dc:creator": "IRI" +}, +"id": "ef77b274-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.940523", +"dc:title": "Écrans", +"dc:modified": "2012-03-13T14:22:16.940523", +"dc:creator": "IRI" +}, +"id": "ef9ae19a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.562821", +"dc:title": "rugby", +"dc:modified": "2012-03-13T14:22:18.562821", +"dc:creator": "IRI" +}, +"id": "f0926d8e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.797663", +"dc:title": "joke", +"dc:modified": "2012-03-13T14:22:18.797663", +"dc:creator": "IRI" +}, +"id": "f0b642b8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.270416", +"dc:title": "Change2Thon", +"dc:modified": "2012-03-13T14:22:16.270416", +"dc:creator": "IRI" +}, +"id": "ef34a1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.971475", +"dc:title": "bonnenuit", +"dc:modified": "2012-03-13T14:22:17.971475", +"dc:creator": "IRI" +}, +"id": "f03831a2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.977342", +"dc:title": "ICqui", +"dc:modified": "2012-03-13T14:22:17.977342", +"dc:creator": "IRI" +}, +"id": "f039163a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.254903", +"dc:title": "Cows", +"dc:modified": "2012-03-13T14:22:17.254903", +"dc:creator": "IRI" +}, +"id": "efcada76-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.156624", +"dc:title": "HasardDeLaProgrammation", +"dc:modified": "2012-03-13T14:22:18.156624", +"dc:creator": "IRI" +}, +"id": "f0547146-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.604125", +"dc:title": "zyva", +"dc:modified": "2012-03-13T14:22:16.604125", +"dc:creator": "IRI" +}, +"id": "ef678da4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.727243", +"dc:title": "jecomprendsrien", +"dc:modified": "2012-03-13T14:22:16.727243", +"dc:creator": "IRI" +}, +"id": "ef7a5aec-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.371641", +"dc:title": "tombelachemise", +"dc:modified": "2012-03-13T14:22:17.371641", +"dc:creator": "IRI" +}, +"id": "efdca9ea-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.601926", +"dc:title": "opBlueBra", +"dc:modified": "2012-03-13T14:22:18.601926", +"dc:creator": "IRI" +}, +"id": "f09865a4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.061560", +"dc:title": "5eucheuAuGrandWebze", +"dc:modified": "2012-03-13T14:22:18.061560", +"dc:creator": "IRI" +}, +"id": "f045f13e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.824648", +"dc:title": "déconne-man", +"dc:modified": "2012-03-13T14:22:15.824648", +"dc:creator": "IRI" +}, +"id": "eef0a77a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.431468", +"dc:title": "dessin", +"dc:modified": "2012-03-13T14:22:17.431468", +"dc:creator": "IRI" +}, +"id": "efe5cee4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.699154", +"dc:title": "arte", +"dc:modified": "2012-03-13T14:22:16.699154", +"dc:creator": "IRI" +}, +"id": "ef760cf8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.593964", +"dc:title": "Enseignezmoi", +"dc:modified": "2012-03-13T14:22:16.593964", +"dc:creator": "IRI" +}, +"id": "ef66051a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.929023", +"dc:title": "ilquitte", +"dc:modified": "2012-03-13T14:22:16.929023", +"dc:creator": "IRI" +}, +"id": "ef992472-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.928220", +"dc:title": "nowwatching", +"dc:modified": "2012-03-13T14:22:16.928220", +"dc:creator": "IRI" +}, +"id": "ef9900b4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.979919", +"dc:title": "CI", +"dc:modified": "2012-03-13T14:22:15.979919", +"dc:creator": "IRI" +}, +"id": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.824648", +"dc:title": "jesuisbiencontent", +"dc:modified": "2012-03-13T14:22:15.824648", +"dc:creator": "IRI" +}, +"id": "eef0ae28-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.156624", +"dc:title": "SoireeNaze", +"dc:modified": "2012-03-13T14:22:18.156624", +"dc:creator": "IRI" +}, +"id": "f05475ce-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.034530", +"dc:title": "VisMaVieDeLycéen", +"dc:modified": "2012-03-13T14:22:18.034530", +"dc:creator": "IRI" +}, +"id": "f041d4d2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.530953", +"dc:title": "klaire", +"dc:modified": "2012-03-13T14:22:17.530953", +"dc:creator": "IRI" +}, +"id": "eff4fe00-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.344275", +"dc:title": "TwunchStras", +"dc:modified": "2012-03-13T14:22:17.344275", +"dc:creator": "IRI" +}, +"id": "efd87d7a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.262601", +"dc:title": "oupas", +"dc:modified": "2012-03-13T14:22:17.262601", +"dc:creator": "IRI" +}, +"id": "efcc06d0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.980774", +"dc:title": "lgz", +"dc:modified": "2012-03-13T14:22:16.980774", +"dc:creator": "IRI" +}, +"id": "efa10a34-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.622419", +"dc:title": "hashtag", +"dc:modified": "2012-03-13T14:22:17.622419", +"dc:creator": "IRI" +}, +"id": "f002ef2e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.370657", +"dc:title": "travelling", +"dc:modified": "2012-03-13T14:22:17.370657", +"dc:creator": "IRI" +}, +"id": "efdc849c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.314581", +"dc:title": "tweetprecedent", +"dc:modified": "2012-03-13T14:22:17.314581", +"dc:creator": "IRI" +}, +"id": "efd3f5a2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.846762", +"dc:title": "Cesar2012", +"dc:modified": "2012-03-13T14:22:15.846762", +"dc:creator": "IRI" +}, +"id": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.893259", +"dc:title": "Taratata", +"dc:modified": "2012-03-13T14:22:18.893259", +"dc:creator": "IRI" +}, +"id": "f0c4d85a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.000491", +"dc:title": "jayhatte", +"dc:modified": "2012-03-13T14:22:18.000491", +"dc:creator": "IRI" +}, +"id": "f03c9f26-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.881517", +"dc:title": "fr5", +"dc:modified": "2012-03-13T14:22:15.881517", +"dc:creator": "IRI" +}, +"id": "eef94b14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.365439", +"dc:title": "audeautélétravail", +"dc:modified": "2012-03-13T14:22:18.365439", +"dc:creator": "IRI" +}, +"id": "f0744ef8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.433479", +"dc:title": "crossmédia", +"dc:modified": "2012-03-13T14:22:16.433479", +"dc:creator": "IRI" +}, +"id": "ef4d8300-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.151536", +"dc:title": "RugbySongs", +"dc:modified": "2012-03-13T14:22:17.151536", +"dc:creator": "IRI" +}, +"id": "efbb14ce-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.200235", +"dc:title": "InThisGeneration", +"dc:modified": "2012-03-13T14:22:17.200235", +"dc:creator": "IRI" +}, +"id": "efc282e0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.281954", +"dc:title": "debout", +"dc:modified": "2012-03-13T14:22:16.281954", +"dc:creator": "IRI" +}, +"id": "ef3663e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.061591", +"dc:title": "ElleReste", +"dc:modified": "2012-03-13T14:22:16.061591", +"dc:creator": "IRI" +}, +"id": "ef14c7ea-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.551623", +"dc:title": "LesMondesFantastiques", +"dc:modified": "2012-03-13T14:22:16.551623", +"dc:creator": "IRI" +}, +"id": "ef5f8f28-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.198591", +"dc:title": "TweetInutile", +"dc:modified": "2012-03-13T14:22:16.198591", +"dc:creator": "IRI" +}, +"id": "ef29ac00-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.176270", +"dc:title": "Rollin2012", +"dc:modified": "2012-03-13T14:22:17.176270", +"dc:creator": "IRI" +}, +"id": "efbedb2c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.136962", +"dc:title": "cendrillon", +"dc:modified": "2012-03-13T14:22:17.136962", +"dc:creator": "IRI" +}, +"id": "efb8df56-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.684667", +"dc:title": "StadeDeFrance", +"dc:modified": "2012-03-13T14:22:16.684667", +"dc:creator": "IRI" +}, +"id": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.182546", +"dc:title": "paf", +"dc:modified": "2012-03-13T14:22:18.182546", +"dc:creator": "IRI" +}, +"id": "f05870d4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.734043", +"dc:title": "solange", +"dc:modified": "2012-03-13T14:22:16.734043", +"dc:creator": "IRI" +}, +"id": "ef7b6040-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.549107", +"dc:title": "France3TvLorraine", +"dc:modified": "2012-03-13T14:22:17.549107", +"dc:creator": "IRI" +}, +"id": "eff7be4c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.898143", +"dc:title": "nocomment", +"dc:modified": "2012-03-13T14:22:18.898143", +"dc:creator": "IRI" +}, +"id": "f0c59786-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.328520", +"dc:title": "sopa", +"dc:modified": "2012-03-13T14:22:18.328520", +"dc:creator": "IRI" +}, +"id": "f06eac96-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.740612", +"dc:title": "defi", +"dc:modified": "2012-03-13T14:22:17.740612", +"dc:creator": "IRI" +}, +"id": "f014f6b0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.638284", +"dc:title": "ildegage", +"dc:modified": "2012-03-13T14:22:18.638284", +"dc:creator": "IRI" +}, +"id": "f09df550-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.924215", +"dc:title": "pugilat", +"dc:modified": "2012-03-13T14:22:18.924215", +"dc:creator": "IRI" +}, +"id": "f0c992be-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.862614", +"dc:title": "teamRM", +"dc:modified": "2012-03-13T14:22:17.862614", +"dc:creator": "IRI" +}, +"id": "f02794fa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.308834", +"dc:title": "BlaguesEntrePotes", +"dc:modified": "2012-03-13T14:22:18.308834", +"dc:creator": "IRI" +}, +"id": "f06bac62-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.088322", +"dc:title": "JaiDixAns", +"dc:modified": "2012-03-13T14:22:18.088322", +"dc:creator": "IRI" +}, +"id": "f04a0a08-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.284907", +"dc:title": "SocialTV", +"dc:modified": "2012-03-13T14:22:16.284907", +"dc:creator": "IRI" +}, +"id": "ef36d736-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.209101", +"dc:title": "truestory", +"dc:modified": "2012-03-13T14:22:16.209101", +"dc:creator": "IRI" +}, +"id": "ef2b4aba-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.955769", +"dc:title": "change2ton", +"dc:modified": "2012-03-13T14:22:15.955769", +"dc:creator": "IRI" +}, +"id": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.162698", +"dc:title": "Cesars2012", +"dc:modified": "2012-03-13T14:22:16.162698", +"dc:creator": "IRI" +}, +"id": "ef243180-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:19.084643", +"dc:title": "Excusezlincultequejesuis", +"dc:modified": "2012-03-13T14:22:19.084643", +"dc:creator": "IRI" +}, +"id": "f0e20d3a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.918410", +"dc:title": "ilsort", +"dc:modified": "2012-03-13T14:22:18.918410", +"dc:creator": "IRI" +}, +"id": "f0c8b34e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.186200", +"dc:title": "trololololo", +"dc:modified": "2012-03-13T14:22:17.186200", +"dc:creator": "IRI" +}, +"id": "efc06366-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.777831", +"dc:title": "NSFW", +"dc:modified": "2012-03-13T14:22:16.777831", +"dc:creator": "IRI" +}, +"id": "ef820e22-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.924699", +"dc:title": "ENCULAY", +"dc:modified": "2012-03-13T14:22:16.924699", +"dc:creator": "IRI" +}, +"id": "ef987784-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.985631", +"dc:title": "cestqui", +"dc:modified": "2012-03-13T14:22:18.985631", +"dc:creator": "IRI" +}, +"id": "f0d2f0de-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.134746", +"dc:title": "Malaise", +"dc:modified": "2012-03-13T14:22:18.134746", +"dc:creator": "IRI" +}, +"id": "f0512054-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.309126", +"dc:title": "Anonymous", +"dc:modified": "2012-03-13T14:22:17.309126", +"dc:creator": "IRI" +}, +"id": "efd31fe2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.261170", +"dc:title": "teletravail", +"dc:modified": "2012-03-13T14:22:18.261170", +"dc:creator": "IRI" +}, +"id": "f064661e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.980774", +"dc:title": "Césars2012", +"dc:modified": "2012-03-13T14:22:16.980774", +"dc:creator": "IRI" +}, +"id": "efa105b6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.449817", +"dc:title": "ellePart", +"dc:modified": "2012-03-13T14:22:16.449817", +"dc:creator": "IRI" +}, +"id": "ef5001ac-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.889837", +"dc:title": "lireste", +"dc:modified": "2012-03-13T14:22:17.889837", +"dc:creator": "IRI" +}, +"id": "f02bc0c0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.539981", +"dc:title": "Cestquilui", +"dc:modified": "2012-03-13T14:22:17.539981", +"dc:creator": "IRI" +}, +"id": "eff65a70-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.111086", +"dc:title": "twt2c", +"dc:modified": "2012-03-13T14:22:17.111086", +"dc:creator": "IRI" +}, +"id": "efb4e856-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.323573", +"dc:title": "Motus", +"dc:modified": "2012-03-13T14:22:18.323573", +"dc:creator": "IRI" +}, +"id": "f06def18-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.305749", +"dc:title": "consécration", +"dc:modified": "2012-03-13T14:22:17.305749", +"dc:creator": "IRI" +}, +"id": "efd29c34-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.863319", +"dc:title": "ausecourslachemise", +"dc:modified": "2012-03-13T14:22:18.863319", +"dc:creator": "IRI" +}, +"id": "f0c0466e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.306346", +"dc:title": "faitespeterlescore", +"dc:modified": "2012-03-13T14:22:16.306346", +"dc:creator": "IRI" +}, +"id": "ef3a1cd4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.020601", +"dc:title": "Peremptoire", +"dc:modified": "2012-03-13T14:22:17.020601", +"dc:creator": "IRI" +}, +"id": "efa71a82-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.235314", +"dc:title": "old", +"dc:modified": "2012-03-13T14:22:17.235314", +"dc:creator": "IRI" +}, +"id": "efc7e104-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.002104", +"dc:title": "T2c", +"dc:modified": "2012-03-13T14:22:17.002104", +"dc:creator": "IRI" +}, +"id": "efa447a8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.189032", +"dc:title": "vinvinpart", +"dc:modified": "2012-03-13T14:22:16.189032", +"dc:creator": "IRI" +}, +"id": "ef283794-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.990838", +"dc:title": "benoît", +"dc:modified": "2012-03-13T14:22:17.990838", +"dc:creator": "IRI" +}, +"id": "f03b251a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.828403", +"dc:title": "lolcat", +"dc:modified": "2012-03-13T14:22:16.828403", +"dc:creator": "IRI" +}, +"id": "ef89c64e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.847880", +"dc:title": "BrinquedoDoHopiHariCaiMaisQue", +"dc:modified": "2012-03-13T14:22:18.847880", +"dc:creator": "IRI" +}, +"id": "f0bdeb76-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.326830", +"dc:title": "Déçu", +"dc:modified": "2012-03-13T14:22:17.326830", +"dc:creator": "IRI" +}, +"id": "efd5d34a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.365439", +"dc:title": "concertskype", +"dc:modified": "2012-03-13T14:22:18.365439", +"dc:creator": "IRI" +}, +"id": "f07453ee-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.872704", +"dc:title": "Barcella", +"dc:modified": "2012-03-13T14:22:16.872704", +"dc:creator": "IRI" +}, +"id": "ef9088ee-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.110914", +"dc:title": "loutre", +"dc:modified": "2012-03-13T14:22:18.110914", +"dc:creator": "IRI" +}, +"id": "f04d77e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.975190", +"dc:title": "enprogression", +"dc:modified": "2012-03-13T14:22:16.975190", +"dc:creator": "IRI" +}, +"id": "efa02c36-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.137896", +"dc:title": "ruquier", +"dc:modified": "2012-03-13T14:22:17.137896", +"dc:creator": "IRI" +}, +"id": "efb8ff2c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.723165", +"dc:title": "viveleservicepublic", +"dc:modified": "2012-03-13T14:22:16.723165", +"dc:creator": "IRI" +}, +"id": "ef79b786-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.608301", +"dc:title": "laclasse", +"dc:modified": "2012-03-13T14:22:18.608301", +"dc:creator": "IRI" +}, +"id": "f0995d7e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:19.063738", +"dc:title": "tweetothon", +"dc:modified": "2012-03-13T14:22:19.063738", +"dc:creator": "IRI" +}, +"id": "f0dedcf0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.542793", +"dc:title": "blaguenulle", +"dc:modified": "2012-03-13T14:22:17.542793", +"dc:creator": "IRI" +}, +"id": "eff6c80c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.140674", +"dc:title": "nowplaying", +"dc:modified": "2012-03-13T14:22:17.140674", +"dc:creator": "IRI" +}, +"id": "efb96bf6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.839425", +"dc:title": "dilemme", +"dc:modified": "2012-03-13T14:22:16.839425", +"dc:creator": "IRI" +}, +"id": "ef8b78c2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:19.106204", +"dc:title": "HonteàMoi", +"dc:modified": "2012-03-13T14:22:19.106204", +"dc:creator": "IRI" +}, +"id": "f0e55706-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.973698", +"dc:title": "sos", +"dc:modified": "2012-03-13T14:22:17.973698", +"dc:creator": "IRI" +}, +"id": "f0388814-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.022716", +"dc:title": "NEW", +"dc:modified": "2012-03-13T14:22:18.022716", +"dc:creator": "IRI" +}, +"id": "f0400422-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.071725", +"dc:title": "changedeton", +"dc:modified": "2012-03-13T14:22:16.071725", +"dc:creator": "IRI" +}, +"id": "ef16598e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.819002", +"dc:title": "lachemisedevinvin", +"dc:modified": "2012-03-13T14:22:16.819002", +"dc:creator": "IRI" +}, +"id": "ef885750-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.983323", +"dc:title": "deception", +"dc:modified": "2012-03-13T14:22:16.983323", +"dc:creator": "IRI" +}, +"id": "efa16cc2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.646969", +"dc:title": "impatience", +"dc:modified": "2012-03-13T14:22:16.646969", +"dc:creator": "IRI" +}, +"id": "ef6e1af2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.574792", +"dc:title": "weberie", +"dc:modified": "2012-03-13T14:22:17.574792", +"dc:creator": "IRI" +}, +"id": "effbab24-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.691199", +"dc:title": "lol", +"dc:modified": "2012-03-13T14:22:16.691199", +"dc:creator": "IRI" +}, +"id": "ef74da40-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.120544", +"dc:title": "produireresteunmetier", +"dc:modified": "2012-03-13T14:22:17.120544", +"dc:creator": "IRI" +}, +"id": "efb659e8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.983428", +"dc:title": "WhoYMCMBWillSignNext", +"dc:modified": "2012-03-13T14:22:18.983428", +"dc:creator": "IRI" +}, +"id": "f0d29ada-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.930567", +"dc:title": "bubble", +"dc:modified": "2012-03-13T14:22:16.930567", +"dc:creator": "IRI" +}, +"id": "ef995c62-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.108134", +"dc:title": "twitter", +"dc:modified": "2012-03-13T14:22:18.108134", +"dc:creator": "IRI" +}, +"id": "f04d0bb8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.859031", +"dc:title": "Vincin", +"dc:modified": "2012-03-13T14:22:17.859031", +"dc:creator": "IRI" +}, +"id": "f0270d64-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.393276", +"dc:title": "tweetdaymago", +"dc:modified": "2012-03-13T14:22:17.393276", +"dc:creator": "IRI" +}, +"id": "efdff78a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.035471", +"dc:title": "LeProc", +"dc:modified": "2012-03-13T14:22:18.035471", +"dc:creator": "IRI" +}, +"id": "f041f49e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.182546", +"dc:title": "grrroumpfahahah", +"dc:modified": "2012-03-13T14:22:18.182546", +"dc:creator": "IRI" +}, +"id": "f0586ada-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.546276", +"dc:title": "Nomination", +"dc:modified": "2012-03-13T14:22:17.546276", +"dc:creator": "IRI" +}, +"id": "eff74ff2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.239308", +"dc:title": "bonsoirvous", +"dc:modified": "2012-03-13T14:22:16.239308", +"dc:creator": "IRI" +}, +"id": "ef2fe21e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.807933", +"dc:title": "solong", +"dc:modified": "2012-03-13T14:22:17.807933", +"dc:creator": "IRI" +}, +"id": "f01f3e0e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.228172", +"dc:title": "LegalCrooks", +"dc:modified": "2012-03-13T14:22:17.228172", +"dc:creator": "IRI" +}, +"id": "efc6c58a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.095426", +"dc:title": "cmoi", +"dc:modified": "2012-03-13T14:22:17.095426", +"dc:creator": "IRI" +}, +"id": "efb28912-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.669707", +"dc:title": "JeDécouvreJvousDis", +"dc:modified": "2012-03-13T14:22:17.669707", +"dc:creator": "IRI" +}, +"id": "f00a25d2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.953398", +"dc:title": "serieusement", +"dc:modified": "2012-03-13T14:22:18.953398", +"dc:creator": "IRI" +}, +"id": "f0ce0682-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.705364", +"dc:title": "confessionduvendredi", +"dc:modified": "2012-03-13T14:22:17.705364", +"dc:creator": "IRI" +}, +"id": "f00f9b20-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.493795", +"dc:title": "check", +"dc:modified": "2012-03-13T14:22:16.493795", +"dc:creator": "IRI" +}, +"id": "ef56bcae-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.569195", +"dc:title": "cquoi", +"dc:modified": "2012-03-13T14:22:18.569195", +"dc:creator": "IRI" +}, +"id": "f093659a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.248268", +"dc:title": "JeudiConfession", +"dc:modified": "2012-03-13T14:22:18.248268", +"dc:creator": "IRI" +}, +"id": "f0626d96-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.375781", +"dc:title": "TT", +"dc:modified": "2012-03-13T14:22:17.375781", +"dc:creator": "IRI" +}, +"id": "efdd4bfc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.936946", +"dc:title": "benoit", +"dc:modified": "2012-03-13T14:22:17.936946", +"dc:creator": "IRI" +}, +"id": "f032f142-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.991937", +"dc:title": "chemise", +"dc:modified": "2012-03-13T14:22:18.991937", +"dc:creator": "IRI" +}, +"id": "f0d3e69c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.859612", +"dc:title": "nw", +"dc:modified": "2012-03-13T14:22:15.859612", +"dc:creator": "IRI" +}, +"id": "eef5f2e8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.483549", +"dc:title": "ViNvintombelachemise", +"dc:modified": "2012-03-13T14:22:16.483549", +"dc:creator": "IRI" +}, +"id": "ef5526dc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.440592", +"dc:title": "TRON", +"dc:modified": "2012-03-13T14:22:16.440592", +"dc:creator": "IRI" +}, +"id": "ef4e9d3a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.933506", +"dc:title": "Çapartenlive", +"dc:modified": "2012-03-13T14:22:18.933506", +"dc:creator": "IRI" +}, +"id": "f0cafc8a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.255338", +"dc:title": "watchingnow", +"dc:modified": "2012-03-13T14:22:16.255338", +"dc:creator": "IRI" +}, +"id": "ef325832-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.497386", +"dc:title": "Vinvin", +"dc:modified": "2012-03-13T14:22:16.497386", +"dc:creator": "IRI" +}, +"id": "ef574386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:16.071725", +"dc:title": "changedemorano", +"dc:modified": "2012-03-13T14:22:16.071725", +"dc:creator": "IRI" +}, +"id": "ef165038-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:18.817848", +"dc:title": "negociosporinternet", +"dc:modified": "2012-03-13T14:22:18.817848", +"dc:creator": "IRI" +}, +"id": "f0b95b1a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.110261", +"dc:title": "PasGagné", +"dc:modified": "2012-03-13T14:22:17.110261", +"dc:creator": "IRI" +}, +"id": "efb4c7fe-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:15.848916", +"dc:title": "FrançoisRollin", +"dc:modified": "2012-03-13T14:22:15.848916", +"dc:creator": "IRI" +}, +"id": "eef45122-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.859031", +"dc:title": "François", +"dc:modified": "2012-03-13T14:22:17.859031", +"dc:creator": "IRI" +}, +"id": "f02708b4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.426300", +"dc:title": "confessionsintimes", +"dc:modified": "2012-03-13T14:22:17.426300", +"dc:creator": "IRI" +}, +"id": "efe50158-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2012-03-13T14:22:17.443756", +"dc:title": "LVDLT", +"dc:modified": "2012-03-13T14:22:17.443756", +"dc:creator": "IRI" +}, +"id": "efe7ac1e-6d17-11e1-99d6-00145ea4a2be" +} +], +"lists": [ +{ +"items": [ +{ +"id-ref": "c_9E1D7B1A-872C-960C-6950-ED1A087380DE" +} +], +"meta": { +"dc:contributor": "undefined", +"dc:created": "2012-03-13T14:22:15.820659", +"dc:creator": "undefined", +"id-ref": "9682205a-684e-11e1-a087-00145ea4a2be", +"dc:title": "Découpages personnels", +"editable": "false", +"dc:modified": "2012-03-13T14:22:15.820659", +"dc:description": "" +}, +"id": "g_E91451A5-9D3D-F837-44A7-ED1A0874AA26" +}, +{ +"items": [ +{ +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59" +} +], +"meta": { +"dc:contributor": "undefined", +"dc:created": "2012-03-13T14:22:15.825565", +"dc:creator": "undefined", +"id-ref": "9682205a-684e-11e1-a087-00145ea4a2be", +"dc:title": "Ensemble Twitter", +"editable": "false", +"dc:modified": "2012-03-13T14:22:15.825565", +"dc:description": "Ensemble Twitter" +}, +"id": "tweet_264862d9-b4d2-4ca1-b470-7844456422f8" +} +], +"medias": [ +{ +"origin": "0", +"url": "rtmp://media.iri.centrepompidou.fr/ddc_player/video/ldtplatform/grandwebze-20120224.mp4", +"http://advene.liris.cnrs.fr/ns/frame_of_reference/ms": "o=0", +"meta": { +"dc:contributor": "IRI", +"item": { +"name": "streamer", +"value": "rtmp://media.iri.centrepompidou.fr/ddc_player/" +}, +"dc:created": "2012-03-07T13:16:12.697941", +"dc:duration": 4206710, +"dc:creator": "IRI", +"dc:created.contents": "2012-03-13", +"dc:title": "Le grand webze 24/02/2012", +"dc:creator.contents": "IRI", +"dc:modified": "2012-03-13T12:31:45.408043", +"dc:description": "Le grand webze 24/02/2012" +}, +"id": "9682205a-684e-11e1-a087-00145ea4a2be", +"unit": "ms" +} +], +"meta": { +"dc:contributor": "admin", +"dc:created": "2012-03-07T13:19:51.918450", +"dc:creator": "admin", +"main_media": { +"id-ref": "9682205a-684e-11e1-a087-00145ea4a2be" +}, +"dc:description": "", +"dc:title": "Le grand webze 24/02/2012", +"id": "d726e86a-684f-11e1-a087-00145ea4a2be", +"dc:modified": "2012-03-13T14:45:55.991754" +}, +"annotations": [ +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Générique, présentation François Rollin et Vinvin", +"img": { +"src": "" +}, +"title": "Introduction", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 0, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_9E1D7B1A-872C-960C-6950-ED1A087380DE", +"dc:created": "2012-03-13T14:22:15.820711", +"dc:modified": "2012-03-13T14:22:15.820711", +"dc:creator": "perso" +}, +"end": 85482, +"tags": [ +{ +"id-ref": "eef03e5c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "255", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "s_1D33D4B0-CFE7-6F31-9A89-ED1A468F8752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "Faux-départ", +"color": "255", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 86317, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_9E1D7B1A-872C-960C-6950-ED1A087380DE", +"dc:created": "2012-03-13T14:22:15.820711", +"dc:modified": "2012-03-13T14:22:15.820711", +"dc:creator": "perso" +}, +"end": 155371, +"tags": null, +"color": "255", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "s_CFCE51BF-1DE0-F86F-08F3-07A026018F66" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "http://jesuisbiencontent.fr : DESSINS A CARACTERE DROLATIQUE", +"img": { +"src": "" +}, +"title": "Déconne-man", +"color": "16737792", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 181823, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_9E1D7B1A-872C-960C-6950-ED1A087380DE", +"dc:created": "2012-03-13T14:22:15.820711", +"dc:modified": "2012-03-13T14:22:15.820711", +"dc:creator": "perso" +}, +"end": 275380, +"tags": [ +{ +"id-ref": "eef09f82-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef0a77a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef0ae28-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16737792", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "s_34273D10-1C05-8940-D10F-07A1166E3EB0" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze, l'émission sur le web qui passe à la télé, c'est parti ! C'est sur France 5. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1658546588/solidarnosc_normal.jpg" +}, +"title": "Miguel Teixeira: @LeGrandWebze, l'émission sur le web qui passe à la télé, c'est parti ! C'est sur France 5. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 9000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze, l'\\u00e9mission sur le web qui passe \\u00e0 la t\\u00e9l\\u00e9, c'est parti ! C'est sur France 5. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[92,96]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175241856651265\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"migteix\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":258,\"location\":\"Orleans\",\"profile_text_color\":\"333333\",\"followers_count\":267,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"description\":\"blogueur orl\\u00e9anais, parle surtout d'actu locale et sort 2\\/3 blagues de temps en temps...\",\"statuses_count\":2719,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"3543511\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Miguel Teixeira\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Apr 05 18:00:09 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":3543511,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.coteboulevard.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\"},\"truncated\":false,\"id\":173175241856651265,\"created_at\":\"Fri Feb 24 22:39:29 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 9000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a927faa6-10de-4fbe-80fe-8b98ce256ffc-173175241856651265" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Générique !!! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Générique !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 17000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"G\\u00e9n\\u00e9rique !!! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175275490779137\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6695,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175275490779137,\"created_at\":\"Fri Feb 24 22:39:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 17000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7c005dbf-85da-4cb9-a586-3df018cfab93-173175275490779137" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il a l'air sympa le nouveau plateau du Grand Webze #lgw #france5", +"img": { +"src": "http://a2.twimg.com/profile_images/1474096078/avatar_normal.png" +}, +"title": "Sebastien Voyard: Il a l'air sympa le nouveau plateau du Grand Webze #lgw #france5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 21000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il a l'air sympa le nouveau plateau du Grand Webze #lgw #france5\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]},{\"text\":\"france5\",\"indices\":[56,64]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/github.com\\/minego\\/phnx\\\" rel=\\\"nofollow\\\"\\u003EProject Macaw for webOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175289109680128\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"Seb_Voyard\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":286,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":73,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1474096078\\/avatar_normal.png\",\"description\":\"D\\u00e9veloppeur d\\u00e9butant d'applications WebOS http:\\/\\/sebosapp.wordpress.com - Webmaster de http:\\/\\/www.modecolo.fr - Entre autres...\",\"statuses_count\":991,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"128504185\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Sebastien Voyard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Thu Apr 01 09:38:23 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":128504185,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474096078\\/avatar_normal.png\"},\"truncated\":false,\"id\":173175289109680128,\"created_at\":\"Fri Feb 24 22:39:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 21000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7e2fa473-2fbb-43aa-b83b-d33d9285b967-173175289109680128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah juste à temps pour #lgw !!!", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: Ah juste à temps pour #lgw !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 23000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ah juste \\u00e0 temps pour #lgw !!!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175298110668801\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"favourites_count\":13,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":149,\"location\":\"France\",\"profile_text_color\":\"807d80\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"statuses_count\":9482,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Lucie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":63258588,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\"},\"truncated\":false,\"id\":173175298110668801,\"created_at\":\"Fri Feb 24 22:39:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 23000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fea2c92a-35a4-447f-96ee-71a8971da5e8-173175298110668801" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Musique de #LGW c'est parti !", +"img": { +"src": "http://a2.twimg.com/profile_images/1427838155/P7114024_normal.JPG" +}, +"title": "jali: Musique de #LGW c'est parti !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 24000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Musique de #LGW c'est parti !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.netvibes.com\\/\\\" rel=\\\"nofollow\\\"\\u003ENetvibes Official Widget\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175302095253504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":110,\"screen_name\":\"Jali\",\"lang\":\"fr\",\"profile_text_color\":\"574b57\",\"statuses_count\":30518,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"FR\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"name\":\"jali\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":8064742,\"utc_offset\":3600,\"favourites_count\":148,\"url\":\"http:\\/\\/www.jali.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175302095253504,\"created_at\":\"Fri Feb 24 22:39:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 24000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7669a897-e197-4f8c-923b-922656ffbda1-173175302095253504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LudoDelaherche: Si tu tweete @LeGrandWebze tu passés à la télé ! #lgw http://t.co/gFJLiLYw", +"img": { +"src": "http://a0.twimg.com/profile_images/1838966274/FB_lille_normal.png" +}, +"title": "airnadette: RT @LudoDelaherche: Si tu tweete @LeGrandWebze tu passés à la télé ! #lgw http://t.co/gFJLiLYw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 26000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @LudoDelaherche: Si tu tweete @LeGrandWebze tu pass\\u00e9s \\u00e0 la t\\u00e9l\\u00e9 ! #lgw http:\\/\\/t.co\\/gFJLiLYw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[3,18],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061},{\"screen_name\":\"LeGrandWebze\",\"indices\":[33,46],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[{\"indices\":[74,94],\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173174750519103488\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/gFJLiLYw\",\"url\":\"http:\\/\\/t.co\\/gFJLiLYw\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Si tu tweete @LeGrandWebze tu pass\\u00e9s \\u00e0 la t\\u00e9l\\u00e9 ! #lgw http:\\/\\/t.co\\/gFJLiLYw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[13,26],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}],\"media\":[{\"type\":\"photo\",\"indices\":[54,74],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":765},\"medium\":{\"h\":803,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":455,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/Amc9hKECEAEY6M3.jpg\",\"id_str\":\"173174750523297793\",\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173174750519103488\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/Amc9hKECEAEY6M3.jpg\",\"id\":173174750523297793,\"display_url\":\"pic.twitter.com\\/gFJLiLYw\",\"url\":\"http:\\/\\/t.co\\/gFJLiLYw\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173174750519103488\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6695,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173174750519103488,\"created_at\":\"Fri Feb 24 22:37:33 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175312379682816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":609,\"screen_name\":\"airnadette\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2220,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/369986320\\/AirnadetteAff800x1200px.jpg\",\"location\":\"In the air !\",\"show_all_inline_media\":true,\"listed_count\":37,\"profile_link_color\":\"580f5c\",\"followers_count\":1403,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838966274\\/FB_lille_normal.png\",\"description\":\"Le plus gros airband de mon dentier ! Tourn\\u00e9e fran\\u00e7aise \\u00e0 partir du 30 mars. Twits et photos \\u00e0 la truelle par Chateau Brutal. \\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"68680674\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/369986320\\/AirnadetteAff800x1200px.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838966274\\/FB_lille_normal.png\",\"name\":\"airnadette\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 25 12:33:54 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":68680674,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.airnadette.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175312379682816,\"created_at\":\"Fri Feb 24 22:39:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 26000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "26e1ecc9-89cc-4a9e-92e7-45cbada06e83-173175312379682816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Lgw go", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: #Lgw go", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 29000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Lgw go\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175325574955009\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":210,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175325574955009,\"created_at\":\"Fri Feb 24 22:39:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 29000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e61cb71a-8d4c-4d81-b652-a3e9146247db-173175325574955009" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, on n'aura pas les claquettes de Vinvin, mais on a toujours #lgw qui commence.", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: Oh, on n'aura pas les claquettes de Vinvin, mais on a toujours #lgw qui commence.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 30000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, on n'aura pas les claquettes de Vinvin, mais on a toujours #lgw qui commence.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175329945423872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":75,\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":989,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"name\":\"Shik-a-Marrant\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_border_color\":\"c0c3c4\",\"id\":57607506,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175329945423872,\"created_at\":\"Fri Feb 24 22:39:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 30000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "32ba1f85-4307-4b8b-afaa-e7952fa0627c-173175329945423872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah oui la chemise de @Vinvin. Ah oui. #VomirDesYeux #LGW #845Couleurs", +"img": { +"src": "http://a0.twimg.com/profile_images/1850149516/200212-1652_normal.jpg" +}, +"title": "Gwendal Perrin: Ah oui la chemise de @Vinvin. Ah oui. #VomirDesYeux #LGW #845Couleurs", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 30000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah oui la chemise de @Vinvin. Ah oui. #VomirDesYeux #LGW #845Couleurs\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[21,28],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"VomirDesYeux\",\"indices\":[38,51]},{\"text\":\"LGW\",\"indices\":[52,56]},{\"text\":\"845Couleurs\",\"indices\":[57,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175329496641539\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":390,\"screen_name\":\"GwendalPerrin\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":25021,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408801473\\/twilk_background_4f1ff1ba38fd8.jpg\",\"location\":\"Sur ton \\u00e9cran\",\"show_all_inline_media\":true,\"listed_count\":62,\"profile_link_color\":\"FF0000\",\"followers_count\":1123,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850149516\\/200212-1652_normal.jpg\",\"description\":\"Journaliste\\/CM \\\\ #IdiotDuJour, @faislebuzz, *RIRES ENREGISTRES* \\\\ #ModernClassical #TranceFamily \\\\ Mange les bisounours au lieu d'y croire \\\\ http:\\/\\/is.gd\\/vpIs00\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d183f2\",\"id_str\":\"116277557\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408801473\\/twilk_background_4f1ff1ba38fd8.jpg\",\"profile_sidebar_fill_color\":\"ea4af0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850149516\\/200212-1652_normal.jpg\",\"name\":\"Gwendal Perrin\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 21:30:29 +0000 2010\",\"profile_sidebar_border_color\":\"f703ff\",\"id\":116277557,\"utc_offset\":3600,\"favourites_count\":323,\"url\":\"http:\\/\\/gwendalperrin.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175329496641539,\"created_at\":\"Fri Feb 24 22:39:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 30000, +"tags": [ +{ +"id-ref": "eef31e24-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef324dc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c047791a-55a2-4fcf-8f0f-c34fe1a9cf04-173175329496641539" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est parti! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: C'est parti! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 33000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est parti! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175340775116800\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4894,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173175340775116800,\"created_at\":\"Fri Feb 24 22:39:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 33000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4420beca-e8aa-4715-9ebd-42f728091397-173175340775116800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'EST PARTI #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: C'EST PARTI #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 39000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'EST PARTI #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175368226844672\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3110,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1480,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173175368226844672,\"created_at\":\"Fri Feb 24 22:39:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 39000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0363081d-4d2c-4918-b448-4d976afe0ede-173175368226844672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ouah c'est beau en plus ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: Ouah c'est beau en plus ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 44000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ouah c'est beau en plus ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175386597892096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9483,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175386597892096,\"created_at\":\"Fri Feb 24 22:40:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 44000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ee32c2c8-8559-4775-b9eb-39cc5452db6d-173175386597892096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En direct et sans filet... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/732688177/bi-cause_normal.jpg" +}, +"title": "Charles Liebert: En direct et sans filet... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 55000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"En direct et sans filet... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175432055762944\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"Charles_Liebert\",\"lang\":\"en\",\"favourites_count\":509,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1158,\"location\":\"Paris - Cap Ferret - Saugeras\",\"profile_text_color\":\"F522D5\",\"followers_count\":2044,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"statuses_count\":48081,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"show_all_inline_media\":true,\"listed_count\":156,\"profile_link_color\":\"1AF51F\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0F0F\",\"protected\":false,\"id_str\":\"610993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Charles Liebert\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_sidebar_fill_color\":\"E0FF91\",\"id\":610993,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.charles-liebert.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\"},\"truncated\":false,\"id\":173175432055762944,\"created_at\":\"Fri Feb 24 22:40:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 55000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "78f62404-d6b5-459e-b955-a7b0f7b42342-173175432055762944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bon le dessert hop #lgw !!", +"img": { +"src": "http://a2.twimg.com/profile_images/1808877915/image004_normal.jpg" +}, +"title": "Benoit Mention: bon le dessert hop #lgw !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 59000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"bon le dessert hop #lgw !!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175450284195840\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"casimedia\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":505,\"location\":\"#CCRV Dr\\u00f4me des collines\",\"profile_text_color\":\"333333\",\"followers_count\":126,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1808877915\\/image004_normal.jpg\",\"description\":\"Technicien Artisan multim\\u00e9dia Pr\\u00e9cepteur metteur en sc\\u00e8ne cr\\u00e9ateur d'int\\u00e9r\\u00eats \\u00e9conomiques culturels Radio logicielle cognitive. \\u6613\\u7d93Y\\u00ec j\\u012bng \\u6b66\\u672fW\\u01d4sh\\u00f9 @gmail\",\"statuses_count\":885,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/426100533\\/partparttweet.JPG\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Madrid\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"20116228\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Benoit Mention\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426100533\\/partparttweet.JPG\",\"created_at\":\"Thu Feb 05 02:52:15 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":20116228,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/casimedia.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808877915\\/image004_normal.jpg\"},\"truncated\":false,\"id\":173175450284195840,\"created_at\":\"Fri Feb 24 22:40:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 59000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4a43880b-21ac-41f7-b072-afe900aff5c8-173175450284195840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Let's go #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1840602431/MyGoogle_Avatar1_normal.png" +}, +"title": "Guillaume Maurin: Let's go #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 63000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Let's go #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175467422130178\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"gmaurin\",\"lang\":\"fr\",\"favourites_count\":58,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":394,\"location\":\"France - Bretagne - Toulouse\",\"profile_text_color\":\"333333\",\"followers_count\":428,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"description\":\"Du pass\\u00e9 faisons table en marbre ........ #Geek #Rugby #Prof - http:\\/\\/gplus.gmaurin.fr\",\"statuses_count\":15764,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"show_all_inline_media\":true,\"listed_count\":32,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"48504688\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Guillaume Maurin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"created_at\":\"Thu Jun 18 21:54:30 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":48504688,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.gmaurin.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\"},\"truncated\":false,\"id\":173175467422130178,\"created_at\":\"Fri Feb 24 22:40:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 63000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "99dd9a17-6a77-4c95-a851-66b368d67657-173175467422130178" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les animateurs : @francoisrollin et @vinvin #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Les animateurs : @francoisrollin et @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 64000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les animateurs : @francoisrollin et @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[17,32],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076},{\"screen_name\":\"Vinvin\",\"indices\":[36,43],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175472996364288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1479,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3111,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175472996364288,\"created_at\":\"Fri Feb 24 22:40:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 64000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b39af05d-aa11-402a-98f6-5a432be56009-173175472996364288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "desole #cesar2012 je zappe sur France5 pour une fois que Canal+ etait gratuit …. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1632512642/John_normal.jpg" +}, +"title": "Stephane : desole #cesar2012 je zappe sur France5 pour une fois que Canal+ etait gratuit …. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 67000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"desole #cesar2012 je zappe sur France5 pour une fois que Canal+ etait gratuit \\u2026. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[7,17]},{\"text\":\"lgw\",\"indices\":[81,85]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175486049038336\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"001e0e\",\"screen_name\":\"stefLP\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":159,\"location\":\"France\",\"profile_text_color\":\"6a1e00\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"description\":\"Je travaille dans le monde de l'informatique et des pharmacies (depuis 17 ans) , et \\u00e9galement auto-entrepreneur \\u00e0 mes temps perdus. http:\\/\\/about.me\\/bealcost\",\"statuses_count\":1541,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0800b6\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffe9d9\",\"protected\":false,\"id_str\":\"11192742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Stephane \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"created_at\":\"Sat Dec 15 10:31:27 +0000 2007\",\"profile_sidebar_fill_color\":\"ffecd9\",\"id\":11192742,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\"},\"truncated\":false,\"id\":173175486049038336,\"created_at\":\"Fri Feb 24 22:40:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 67000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "20179d69-1f00-4e9b-8258-f7a02287f430-173175486049038336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est bleu! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: C'est bleu! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 68000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est bleu! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175486422327299\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D9B17E\",\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"favourites_count\":25,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":203,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"statuses_count\":2879,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"protected\":false,\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Marie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_fill_color\":\"EADEAA\",\"id\":120444044,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\"},\"truncated\":false,\"id\":173175486422327299,\"created_at\":\"Fri Feb 24 22:40:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 68000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5b690e01-3e21-418a-8b1f-cd7e29386fc5-173175486422327299" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: C'EST PARTI #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1778966981/i_want_you_normal.jpg" +}, +"title": "AirOneLeFur: RT @LeGrandWebze: C'EST PARTI #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 69000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: C'EST PARTI #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"C'EST PARTI #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175368226844672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1479,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3111,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175368226844672,\"created_at\":\"Fri Feb 24 22:39:59 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175494194380801\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":304,\"screen_name\":\"AirOneLeFur\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":217,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":160,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1778966981\\/i_want_you_normal.jpg\",\"description\":\"Journaliste sp\\u00e9cialis\\u00e9 en sant\\u00e9 et en consommation. Les propos que je tiens n'engagent que moi.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"373456259\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1778966981\\/i_want_you_normal.jpg\",\"name\":\"AirOneLeFur\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 14 16:19:30 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":373456259,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175494194380801,\"created_at\":\"Fri Feb 24 22:40:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 69000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b4c61103-09bb-4e34-8dde-500db0f2d593-173175494194380801" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plateau assorti aux yeux de #FrançoisRollin #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: Plateau assorti aux yeux de #FrançoisRollin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 70000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Plateau assorti aux yeux de #Fran\\u00e7oisRollin #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Fran\\u00e7oisRollin\",\"indices\":[28,43]},{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175494580248576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9481,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175494580248576,\"created_at\":\"Fri Feb 24 22:40:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 70000, +"tags": [ +{ +"id-ref": "eef45122-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cf6bb59d-24cb-4f64-8edd-77a6dc550c33-173175494580248576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je kiffe le plateau, ça c'est dit ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1813610224/tcv_normal.jpg" +}, +"title": "Nicolas Padovani: je kiffe le plateau, ça c'est dit ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 70000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"je kiffe le plateau, \\u00e7a c'est dit ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175498631950337\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"_NPado_\",\"lang\":\"fr\",\"favourites_count\":37,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":283,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"description\":\"Semi-geek et sosie non-officiel de Hugh Grant.\",\"statuses_count\":2115,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"81274066\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Nicolas Padovani\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Sat Oct 10 03:47:17 +0000 2009\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":81274066,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\"},\"truncated\":false,\"id\":173175498631950337,\"created_at\":\"Fri Feb 24 22:40:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 70000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b7dc996e-f144-4f7f-b97f-07b7d40a82be-173175498631950337" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Le @palmashow semble amoureux de l'assistante réal. Ah bah bravo !! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @LeGrandWebze: Le @palmashow semble amoureux de l'assistante réal. Ah bah bravo !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 75000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Le @palmashow semble amoureux de l'assistante r\\u00e9al. Ah bah bravo !! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"palmashow\",\"indices\":[21,31],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[86,90]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Le @palmashow semble amoureux de l'assistante r\\u00e9al. Ah bah bravo !! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175054492897280\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3111,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1479,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173175054492897280,\"created_at\":\"Fri Feb 24 22:38:45 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175519486033920\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":543,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":210,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"statuses_count\":635,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Royer Charles-Henri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":185396126,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\"},\"truncated\":false,\"id\":173175519486033920,\"created_at\":\"Fri Feb 24 22:40:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 75000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f67535a8-23ec-41a5-8cea-c0f0fdd53802-173175519486033920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est parti", +"img": { +"src": "http://a0.twimg.com/profile_images/1745897152/espress_normal.jpg" +}, +"title": "a.grigolini: #lgw c'est parti", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 78000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c'est parti\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175531896963072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":862,\"screen_name\":\"antuan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2387,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":14,\"profile_link_color\":\"990000\",\"followers_count\":386,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"description\":\"ristretto sans sucre | direction de la strat\\u00e9gie \\u00e0 francetv (mais ce compte est personnel, n\\u2019engage que moi etc etc) | TL surtout en VF \\/ a volte in italiano\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"5661312\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"profile_sidebar_fill_color\":\"f2f2f2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"name\":\"a.grigolini\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 30 17:55:20 +0000 2007\",\"profile_sidebar_border_color\":\"a8a8a8\",\"id\":5661312,\"utc_offset\":3600,\"favourites_count\":258,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175531896963072,\"created_at\":\"Fri Feb 24 22:40:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 78000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7e0c5bda-c581-44a2-aee8-38785d197506-173175531896963072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le Grand Webzé, c'est maintenant sur France 5.\n#lgw #Cesar2012", +"img": { +"src": "http://a3.twimg.com/profile_images/1612866761/2222_normal.jpg" +}, +"title": "makina: Le Grand Webzé, c'est maintenant sur France 5.\n#lgw #Cesar2012", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 79000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le Grand Webz\\u00e9, c'est maintenant sur France 5.\\n#lgw #Cesar2012\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]},{\"text\":\"Cesar2012\",\"indices\":[52,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175534883307521\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1,\"screen_name\":\"makina37\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"351529067\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"name\":\"makina\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 09 11:20:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":351529067,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175534883307521,\"created_at\":\"Fri Feb 24 22:40:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 79000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f60c9074-36c4-4ad4-907d-fd245f6fdf82-173175534883307521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: C'EST PARTI #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1362214625/ma_tete_normal.png" +}, +"title": "Micromastard: RT @LeGrandWebze: C'EST PARTI #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 92000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: C'EST PARTI #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"C'EST PARTI #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175368226844672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1479,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3111,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175368226844672,\"created_at\":\"Fri Feb 24 22:39:59 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175590252331008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":28,\"screen_name\":\"Micromastard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1362214625\\/ma_tete_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"302076995\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1362214625\\/ma_tete_normal.png\",\"name\":\"Micromastard\",\"default_profile_image\":false,\"created_at\":\"Fri May 20 15:19:54 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":302076995,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175590252331008,\"created_at\":\"Fri Feb 24 22:40:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 92000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d5265b05-18a6-4ac0-ba58-231a05ff2bd5-173175590252331008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi cette chemise ? @Vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1794196247/serious-cat_-_Copie__2__normal.jpg" +}, +"title": "victor lehoussine: C'est quoi cette chemise ? @Vinvin #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 97000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi cette chemise ? @Vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[27,34],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175611177705472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":103,\"screen_name\":\"vodevil_art\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":154,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/412042973\\/colour.jpg\",\"location\":\"rennes\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1794196247\\/serious-cat_-_Copie__2__normal.jpg\",\"description\":\"#Geek & #Gamer et occasionnellement \\u00e9tudiant en M1 #communication \\u00e0 Rennes :: La t\\u00eate et la peau dans les \\u00e9toiles :: Musicien \\u00e0 la recherche de nouveaux projets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"169166835\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412042973\\/colour.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1794196247\\/serious-cat_-_Copie__2__normal.jpg\",\"name\":\"victor lehoussine\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 21 18:17:32 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":169166835,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175611177705472,\"created_at\":\"Fri Feb 24 22:40:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 97000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6a2a2aa6-e8f9-43d2-b42c-42672497e67c-173175611177705472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'adore la chemise de @Vinvin <3 #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: J'adore la chemise de @Vinvin <3 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 98000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'adore la chemise de @Vinvin <3 #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[22,29],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175612364701698\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"favourites_count\":13,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":149,\"location\":\"France\",\"profile_text_color\":\"807d80\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"statuses_count\":9482,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Lucie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":63258588,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\"},\"truncated\":false,\"id\":173175612364701698,\"created_at\":\"Fri Feb 24 22:40:58 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 98000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "29ca0603-9b95-46bc-b4e2-cd8dc44038ab-173175612364701698" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon ben c'est en direct : je peux me mettre tout nu ? #lgw http://t.co/y063ovGV", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Bon ben c'est en direct : je peux me mettre tout nu ? #lgw http://t.co/y063ovGV", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 98000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Bon ben c'est en direct : je peux me mettre tout nu ? #lgw http:\\/\\/t.co\\/y063ovGV\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}],\"media\":[{\"type\":\"photo\",\"indices\":[59,79],\"sizes\":{\"small\":{\"h\":455,\"resize\":\"fit\",\"w\":340},\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":765},\"medium\":{\"h\":803,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150}},\"media_url\":\"http:\\/\\/p.twimg.com\\/Amc-TQMCEAANI-_.jpg\",\"id_str\":\"173175611160924160\",\"id\":173175611160924160,\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173175611156729858\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/y063ovGV\",\"url\":\"http:\\/\\/t.co\\/y063ovGV\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/Amc-TQMCEAANI-_.jpg\"}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175611156729858\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6696,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173175611156729858,\"created_at\":\"Fri Feb 24 22:40:58 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 98000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aff49f09-9d58-482c-817c-69ffbec67d6f-173175611156729858" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @antuan: #lgw c'est parti", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: RT @antuan: #lgw c'est parti", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 101000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @antuan: #lgw c'est parti\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"antuan\",\"indices\":[3,10],\"id_str\":\"5661312\",\"name\":\"a.grigolini\",\"id\":5661312}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c'est parti\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175531896963072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":862,\"screen_name\":\"antuan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2387,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":14,\"profile_link_color\":\"990000\",\"followers_count\":386,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"description\":\"ristretto sans sucre | direction de la strat\\u00e9gie \\u00e0 francetv (mais ce compte est personnel, n\\u2019engage que moi etc etc) | TL surtout en VF \\/ a volte in italiano\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"5661312\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"profile_sidebar_fill_color\":\"f2f2f2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"name\":\"a.grigolini\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 30 17:55:20 +0000 2007\",\"profile_sidebar_border_color\":\"a8a8a8\",\"id\":5661312,\"utc_offset\":3600,\"favourites_count\":258,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175531896963072,\"created_at\":\"Fri Feb 24 22:40:38 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175624767242240\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13059,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":792,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175624767242240,\"created_at\":\"Fri Feb 24 22:41:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 101000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "194d8373-59b7-4306-965b-1a14d2ef60d6-173175624767242240" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "c'est quoi ce plateau sur #lgw @_@ ? on se croirait dans Tron ... le style informatique bof bof", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: c'est quoi ce plateau sur #lgw @_@ ? on se croirait dans Tron ... le style informatique bof bof", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 102000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"c'est quoi ce plateau sur #lgw @_@ ? on se croirait dans Tron ... le style informatique bof bof\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175632803545088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13673,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"location\":\"Ile de France, Nancy, Toulois\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"name\":\"Godai Yusaku\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":76995130,\"utc_offset\":3600,\"favourites_count\":68,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175632803545088,\"created_at\":\"Fri Feb 24 22:41:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 102000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "719fc185-324c-4489-841f-5414f8cca275-173175632803545088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw : vinvin à encore une fois une bien belle chemise", +"img": { +"src": "http://a0.twimg.com/profile_images/1658546588/solidarnosc_normal.jpg" +}, +"title": "Miguel Teixeira: #lgw : vinvin à encore une fois une bien belle chemise", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 104000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw : vinvin \\u00e0 encore une fois une bien belle chemise\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175638939795457\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"migteix\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":258,\"location\":\"Orleans\",\"profile_text_color\":\"333333\",\"followers_count\":267,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"description\":\"blogueur orl\\u00e9anais, parle surtout d'actu locale et sort 2\\/3 blagues de temps en temps...\",\"statuses_count\":2719,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"3543511\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Miguel Teixeira\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Apr 05 18:00:09 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":3543511,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.coteboulevard.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\"},\"truncated\":false,\"id\":173175638939795457,\"created_at\":\"Fri Feb 24 22:41:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 104000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0479590a-dce4-4025-b9bc-df063b084464-173175638939795457" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "j'aime bien sa chemise au @Vinvin fleurie comme le plateau #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1632512642/John_normal.jpg" +}, +"title": "Stephane : j'aime bien sa chemise au @Vinvin fleurie comme le plateau #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 105000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"j'aime bien sa chemise au @Vinvin fleurie comme le plateau #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[26,33],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175645386452995\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"001e0e\",\"screen_name\":\"stefLP\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":159,\"location\":\"France\",\"profile_text_color\":\"6a1e00\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"description\":\"Je travaille dans le monde de l'informatique et des pharmacies (depuis 17 ans) , et \\u00e9galement auto-entrepreneur \\u00e0 mes temps perdus. http:\\/\\/about.me\\/bealcost\",\"statuses_count\":1540,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0800b6\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffe9d9\",\"protected\":false,\"id_str\":\"11192742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Stephane \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"created_at\":\"Sat Dec 15 10:31:27 +0000 2007\",\"profile_sidebar_fill_color\":\"ffecd9\",\"id\":11192742,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\"},\"truncated\":false,\"id\":173175645386452995,\"created_at\":\"Fri Feb 24 22:41:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 105000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4a32ba60-a84e-4597-a6a5-c88e474a5b4f-173175645386452995" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LudoDelaherche: Si tu tweete @LeGrandWebze tu passés à la télé ! #lgw http://t.co/gFJLiLYw", +"img": { +"src": "http://a0.twimg.com/profile_images/1635762650/moi_normal.jpg" +}, +"title": "Mascottus | Philippe: RT @LudoDelaherche: Si tu tweete @LeGrandWebze tu passés à la télé ! #lgw http://t.co/gFJLiLYw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 107000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @LudoDelaherche: Si tu tweete @LeGrandWebze tu pass\\u00e9s \\u00e0 la t\\u00e9l\\u00e9 ! #lgw http:\\/\\/t.co\\/gFJLiLYw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[3,18],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061},{\"screen_name\":\"LeGrandWebze\",\"indices\":[33,46],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[{\"indices\":[74,94],\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173174750519103488\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/gFJLiLYw\",\"url\":\"http:\\/\\/t.co\\/gFJLiLYw\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Si tu tweete @LeGrandWebze tu pass\\u00e9s \\u00e0 la t\\u00e9l\\u00e9 ! #lgw http:\\/\\/t.co\\/gFJLiLYw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[13,26],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}],\"media\":[{\"type\":\"photo\",\"indices\":[54,74],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":765},\"medium\":{\"h\":803,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":455,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/Amc9hKECEAEY6M3.jpg\",\"id_str\":\"173174750523297793\",\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173174750519103488\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/Amc9hKECEAEY6M3.jpg\",\"id\":173174750523297793,\"display_url\":\"pic.twitter.com\\/gFJLiLYw\",\"url\":\"http:\\/\\/t.co\\/gFJLiLYw\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173174750519103488\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6696,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173174750519103488,\"created_at\":\"Fri Feb 24 22:37:33 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175650243452928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3743,\"screen_name\":\"pcouzon\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":31531,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418461086\\/cw_background_9.jpg\",\"location\":\"tcp\\/ip\",\"show_all_inline_media\":true,\"listed_count\":372,\"profile_link_color\":\"D02B55\",\"followers_count\":3787,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1635762650\\/moi_normal.jpg\",\"description\":\"Community manager, strat\\u00e9gie en ligne, @digidust, formation #iscpa. Live-tweet perso sur @pconversation Ces tweets n'engagent que moi.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"14899497\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418461086\\/cw_background_9.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1635762650\\/moi_normal.jpg\",\"name\":\"Mascottus | Philippe\",\"default_profile_image\":false,\"created_at\":\"Sun May 25 15:34:25 +0000 2008\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":14899497,\"utc_offset\":3600,\"favourites_count\":70,\"url\":\"http:\\/\\/about.me\\/pcouzon\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175650243452928,\"created_at\":\"Fri Feb 24 22:41:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 107000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9a326aa-4152-4853-8b47-79a7020e8c32-173175650243452928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est bon on zappe sur #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1809125586/511623309_normal.jpg" +}, +"title": "Alexandre GAUZY: C'est bon on zappe sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 108000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est bon on zappe sur #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175657323433984\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"AlexandreGauzy\",\"lang\":\"fr\",\"favourites_count\":15,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":979,\"location\":\"Toulouse, France\",\"profile_text_color\":\"666666\",\"followers_count\":133,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1809125586\\/511623309_normal.jpg\",\"description\":\"Relations internationales, g\\u00e9opolitique, sport, chocolat. Bref un mec normal. http:\\/\\/sociophagie.tumblr.com\\/\",\"statuses_count\":2076,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/425753084\\/mountain-gorillas-africa-sartore_47914_990x742.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"43353234\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Alexandre GAUZY\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425753084\\/mountain-gorillas-africa-sartore_47914_990x742.jpg\",\"created_at\":\"Fri May 29 15:47:18 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":43353234,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/sociophagie.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809125586\\/511623309_normal.jpg\"},\"truncated\":false,\"id\":173175657323433984,\"created_at\":\"Fri Feb 24 22:41:08 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 108000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "168adbc3-a514-47a3-95f4-36b22e986268-173175657323433984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#nw #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: #nw #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 115000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#nw #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"nw\",\"indices\":[0,3]},{\"text\":\"LGW\",\"indices\":[4,8]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175683319730177\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":297,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15002,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175683319730177,\"created_at\":\"Fri Feb 24 22:41:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 115000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef5f2e8-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "938638ec-374c-44ec-b54e-5e8bcfaed6ec-173175683319730177" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw v4, c'est très… cubic", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: #lgw v4, c'est très… cubic", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 120000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw v4, c'est tr\\u00e8s\\u2026 cubic\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175704626806784\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":98,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"statuses_count\":1156,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cammarata Thierry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":334554629,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\"},\"truncated\":false,\"id\":173175704626806784,\"created_at\":\"Fri Feb 24 22:41:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 120000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "15fa7365-71e2-4a36-940f-a033573b3161-173175704626806784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @GwendalPerrin: Ah oui la chemise de @Vinvin. Ah oui. #VomirDesYeux #LGW #845Couleurs", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Gw3nd0ul: RT @GwendalPerrin: Ah oui la chemise de @Vinvin. Ah oui. #VomirDesYeux #LGW #845Couleurs", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 124000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @GwendalPerrin: Ah oui la chemise de @Vinvin. Ah oui. #VomirDesYeux #LGW #845Couleurs\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"GwendalPerrin\",\"indices\":[3,17],\"name\":\"Gwendal Perrin\",\"id_str\":\"116277557\",\"id\":116277557},{\"screen_name\":\"Vinvin\",\"indices\":[40,47],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"VomirDesYeux\",\"indices\":[57,70]},{\"text\":\"LGW\",\"indices\":[71,75]},{\"text\":\"845Couleurs\",\"indices\":[76,88]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ah oui la chemise de @Vinvin. Ah oui. #VomirDesYeux #LGW #845Couleurs\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[21,28],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"VomirDesYeux\",\"indices\":[38,51]},{\"text\":\"LGW\",\"indices\":[52,56]},{\"text\":\"845Couleurs\",\"indices\":[57,69]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175329496641539\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f703ff\",\"screen_name\":\"GwendalPerrin\",\"lang\":\"fr\",\"favourites_count\":323,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":390,\"location\":\"Sur ton \\u00e9cran\",\"profile_text_color\":\"0C3E53\",\"followers_count\":1123,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850149516\\/200212-1652_normal.jpg\",\"description\":\"Journaliste\\/CM \\\\ #IdiotDuJour, @faislebuzz, *RIRES ENREGISTRES* \\\\ #ModernClassical #TranceFamily \\\\ Mange les bisounours au lieu d'y croire \\\\ http:\\/\\/is.gd\\/vpIs00\",\"statuses_count\":25020,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408801473\\/twilk_background_4f1ff1ba38fd8.jpg\",\"show_all_inline_media\":true,\"listed_count\":62,\"profile_link_color\":\"FF0000\",\"is_translator\":true,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d183f2\",\"protected\":false,\"id_str\":\"116277557\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Gwendal Perrin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408801473\\/twilk_background_4f1ff1ba38fd8.jpg\",\"created_at\":\"Sun Feb 21 21:30:29 +0000 2010\",\"profile_sidebar_fill_color\":\"ea4af0\",\"id\":116277557,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/gwendalperrin.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850149516\\/200212-1652_normal.jpg\"},\"truncated\":false,\"id\":173175329496641539,\"created_at\":\"Fri Feb 24 22:39:50 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175722867826689\",\"user\":{\"default_profile_image\":true,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"Gw3nd0ul\",\"lang\":\"fr\",\"favourites_count\":98,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":434,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"statuses_count\":504,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"143017258\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Gw3nd0ul\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Wed May 12 10:42:39 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":143017258,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\"},\"truncated\":false,\"id\":173175722867826689,\"created_at\":\"Fri Feb 24 22:41:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 124000, +"tags": [ +{ +"id-ref": "eef31e24-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef324dc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e083f77c-852e-4d4f-a6c5-3dd2353e5669-173175722867826689" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @makina37: Le Grand Webzé, c'est maintenant sur France 5.\n#lgw #Cesar2012", +"img": { +"src": "http://a2.twimg.com/profile_images/1735644265/front_de_gauche_annee_normal.jpg" +}, +"title": "Cachounette: RT @makina37: Le Grand Webzé, c'est maintenant sur France 5.\n#lgw #Cesar2012", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 126000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @makina37: Le Grand Webz\\u00e9, c'est maintenant sur France 5.\\n#lgw #Cesar2012\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"makina37\",\"indices\":[3,12],\"name\":\"makina\",\"id_str\":\"351529067\",\"id\":351529067}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]},{\"text\":\"Cesar2012\",\"indices\":[66,76]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Le Grand Webz\\u00e9, c'est maintenant sur France 5.\\n#lgw #Cesar2012\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]},{\"text\":\"Cesar2012\",\"indices\":[52,62]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175534883307521\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"makina37\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"description\":\"\",\"statuses_count\":13,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"351529067\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"makina\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 09 11:20:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":351529067,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\"},\"truncated\":false,\"id\":173175534883307521,\"created_at\":\"Fri Feb 24 22:40:39 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175732472782848\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"cachounette\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":40,\"location\":\"France\",\"profile_text_color\":\"3E4415\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"description\":\"sage femme, militante PCF-Front de gauche et CGT\",\"statuses_count\":251,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"39092205\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cachounette\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Sun May 10 18:40:14 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":39092205,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\"},\"truncated\":false,\"id\":173175732472782848,\"created_at\":\"Fri Feb 24 22:41:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 126000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "64824f60-64d0-4982-8e15-08adfdc36065-173175732472782848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "SWITCHEZ #OSCAR2012 ----> #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1633922800/a659268974_794939_8390_normal.jpg" +}, +"title": "TAB: SWITCHEZ #OSCAR2012 ----> #LGW", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 130000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"SWITCHEZ #OSCAR2012 ----> #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"OSCAR2012\",\"indices\":[9,19]},{\"text\":\"LGW\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175750197907456\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":735,\"screen_name\":\"t0maso\",\"lang\":\"fr\",\"profile_text_color\":\"1c1c1b\",\"statuses_count\":10155,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/234552894\\/xf483cdcf1dabe6e8efb270573ab62c8.jpg\",\"location\":\"Paris, Doha,...\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"1f1e1b\",\"followers_count\":749,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1633922800\\/a659268974_794939_8390_normal.jpg\",\"description\":\"aka @tabounet, FRENCH, not long ago in Middle East, Thirtysomething, ce compte n'est pas (trop) serieux \\\\\\\\ cotweeteur sur @dohatweetups et @conspiration\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"7783422\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/234552894\\/xf483cdcf1dabe6e8efb270573ab62c8.jpg\",\"profile_sidebar_fill_color\":\"9c999c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633922800\\/a659268974_794939_8390_normal.jpg\",\"name\":\"TAB\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 28 12:44:14 +0000 2007\",\"profile_sidebar_border_color\":\"cacacc\",\"id\":7783422,\"utc_offset\":3600,\"favourites_count\":89,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175750197907456,\"created_at\":\"Fri Feb 24 22:41:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 130000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef66b6a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5021f5dd-6f4e-42aa-9847-8755c83a49ca-173175750197907456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ok.. Commencer par la fin, c'est... cool! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Ok.. Commencer par la fin, c'est... cool! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 132000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ok.. Commencer par la fin, c'est... cool! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175756673908736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4893,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175756673908736,\"created_at\":\"Fri Feb 24 22:41:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 132000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "44790284-8b25-40c3-885d-ee5658e56e8c-173175756673908736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ça commence par la fin :D #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Ça commence par la fin :D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 135000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u00c7a commence par la fin :D #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175767306477568\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3246,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173175767306477568,\"created_at\":\"Fri Feb 24 22:41:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 135000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1fad09f7-0695-461d-970c-645af8c529ac-173175767306477568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @laristocraft: Attention ! @LeGrandWebze dans 5min sur #France5 avec @vinvin @FlorencePorcel @KlaireFr @jcfrog @palmashow @PascalMab ...", +"img": { +"src": "http://a3.twimg.com/profile_images/1609335200/obtw_normal.jpg" +}, +"title": "Olivier Bernasson: RT @laristocraft: Attention ! @LeGrandWebze dans 5min sur #France5 avec @vinvin @FlorencePorcel @KlaireFr @jcfrog @palmashow @PascalMab ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 135000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @laristocraft: Attention ! @LeGrandWebze dans 5min sur #France5 avec @vinvin @FlorencePorcel @KlaireFr @jcfrog @palmashow @PascalMab ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"laristocraft\",\"indices\":[3,16],\"id_str\":\"16502490\",\"name\":\"Virginie Lominet\",\"id\":16502490},{\"screen_name\":\"LeGrandWebze\",\"indices\":[30,43],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"Vinvin\",\"indices\":[73,80],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"FlorencePorcel\",\"indices\":[81,96],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173},{\"screen_name\":\"KlaireFr\",\"indices\":[97,106],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610},{\"screen_name\":\"jcfrog\",\"indices\":[107,114],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281},{\"screen_name\":\"palmashow\",\"indices\":[115,125],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"France5\",\"indices\":[59,67]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Attention ! @LeGrandWebze dans 5min sur #France5 avec @vinvin @FlorencePorcel @KlaireFr @jcfrog @palmashow @PascalMabille #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[12,25],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"Vinvin\",\"indices\":[55,62],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"FlorencePorcel\",\"indices\":[63,78],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173},{\"screen_name\":\"KlaireFr\",\"indices\":[79,88],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610},{\"screen_name\":\"jcfrog\",\"indices\":[89,96],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281},{\"screen_name\":\"palmashow\",\"indices\":[97,107],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"PascalMabille\",\"indices\":[108,122],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"France5\",\"indices\":[41,49]},{\"text\":\"LGW\",\"indices\":[123,127]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173173311377915906\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":916,\"screen_name\":\"laristocraft\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15194,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"location\":\"Boulogne-billancourt\",\"show_all_inline_media\":false,\"listed_count\":402,\"profile_link_color\":\"ab3202\",\"followers_count\":4465,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"description\":\"Ne dites pas \\u00e0 ma m\\u00e8re que je suis community manager, elle me croit pianiste dans un bordel. Fantasque & despotique. Pathologie: Bovarysme. On @Locita @Owni\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"16502490\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"name\":\"Virginie Lominet\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 28 20:37:13 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":16502490,\"utc_offset\":3600,\"favourites_count\":426,\"url\":\"http:\\/\\/www.laristocraft.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173173311377915906,\"created_at\":\"Fri Feb 24 22:31:49 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175770649346050\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":404,\"screen_name\":\"obernasson\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3485,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Auvergne\",\"show_all_inline_media\":false,\"listed_count\":31,\"profile_link_color\":\"0084B4\",\"followers_count\":554,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1609335200\\/obtw_normal.jpg\",\"description\":\"E-entrepreneur, #Ecommerce, @pecheurcom, #Auvergne #ASM #Rugby et anneries diverses... Les propos tenus sur ce compte n'engagent que moi et encore...;-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"313935953\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609335200\\/obtw_normal.jpg\",\"name\":\"Olivier Bernasson\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 09 13:08:17 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":313935953,\"utc_offset\":3600,\"favourites_count\":98,\"url\":\"http:\\/\\/www.pecheur.com\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173175770649346050,\"created_at\":\"Fri Feb 24 22:41:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 135000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6e5d1c8f-bb10-434f-bd6b-5e337c0faaf9-173175770649346050" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le @LeGrandWebze :( #lgw ... (cc @Vinvin prépare toi à danser pour la récompense de d", +"img": { +"src": "http://a0.twimg.com/profile_images/1796551460/watermark_normal.php" +}, +"title": "Guillaume: Le @LeGrandWebze :( #lgw ... (cc @Vinvin prépare toi à danser pour la récompense de d", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 142000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le @LeGrandWebze :( #lgw ... (cc @Vinvin pr\\u00e9pare toi \\u00e0 danser pour la r\\u00e9compense de d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"Vinvin\",\"indices\":[33,40],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175798696652801\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":246,\"screen_name\":\"tchoum_5\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":12416,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/390949706\\/V_pour_Vendetta_04_1280x1024.jpg\",\"location\":\"Rennes\\/Gorron\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":115,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1796551460\\/watermark_normal.php\",\"description\":\"Juste un mec qui utilise son intelligence pour faire l'idiot! (merci cousine!)\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"88318737\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/390949706\\/V_pour_Vendetta_04_1280x1024.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796551460\\/watermark_normal.php\",\"name\":\"Guillaume\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 08 01:26:05 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":88318737,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175798696652801,\"created_at\":\"Fri Feb 24 22:41:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 142000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b6deeff7-abaf-4dbd-b223-865149af2c60-173175798696652801" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, c'est quoi ce mur de tweet ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Oh, c'est quoi ce mur de tweet ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 144000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, c'est quoi ce mur de tweet ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175807978643456\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175807978643456,\"created_at\":\"Fri Feb 24 22:41:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 144000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "91c834b9-a458-43da-91c8-36de16e9341b-173175807978643456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je viens d'apercevoir les cheveux frisés de @SolangeTeParle #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1841029880/gangstacat6ze46f4ze6f4z6e84_normal.jpg" +}, +"title": "Brice R.: Je viens d'apercevoir les cheveux frisés de @SolangeTeParle #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 145000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je viens d'apercevoir les cheveux fris\\u00e9s de @SolangeTeParle #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[44,59],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175809215959040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"brice_r_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2375,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"description\":\"#G\\u00e9meaux #DoublePersonnalit\\u00e9 \\r\\nParce que la vie priv\\u00e9e ne sert pas uniquement \\u00e0 cacher des d\\u00e9lits et des crimes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Copenhagen\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"15512436\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"name\":\"Brice R.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 21 08:09:24 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":15512436,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"https:\\/\\/www.eff.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175809215959040,\"created_at\":\"Fri Feb 24 22:41:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 145000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d00ba062-7ca0-4f5c-976f-8050f74c374d-173175809215959040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On dirait le plateau d'Envoyé spécial ce nouveau plateau de #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: On dirait le plateau d'Envoyé spécial ce nouveau plateau de #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 145000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"On dirait le plateau d'Envoy\\u00e9 sp\\u00e9cial ce nouveau plateau de #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[60,64]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175810860134400\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"favourites_count\":140,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":886,\"location\":\"Pau\",\"profile_text_color\":\"333333\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"statuses_count\":33181,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Aur\\u00e9lien\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":14321671,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\"},\"truncated\":false,\"id\":173175810860134400,\"created_at\":\"Fri Feb 24 22:41:45 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 145000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "16c9e457-721e-493b-8b1c-c0dcd84391b8-173175810860134400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah ça y est j'ai vu @FlorencePorcel !! ^^ #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: Ah ça y est j'ai vu @FlorencePorcel !! ^^ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 145000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah \\u00e7a y est j'ai vu @FlorencePorcel !! ^^ #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[20,35],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175812391051265\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9482,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175812391051265,\"created_at\":\"Fri Feb 24 22:41:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 145000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "66baadb3-6532-4c6f-9e1e-7e6ac2152674-173175812391051265" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Regardez la caméra ! :) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: Regardez la caméra ! :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 147000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Regardez la cam\\u00e9ra ! :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175817671688192\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D9B17E\",\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"favourites_count\":25,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":203,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"statuses_count\":2880,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"protected\":false,\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Marie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_fill_color\":\"EADEAA\",\"id\":120444044,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\"},\"truncated\":false,\"id\":173175817671688192,\"created_at\":\"Fri Feb 24 22:41:47 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 147000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "da23a9b3-fe7e-4116-b7be-8d3bf586b862-173175817671688192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Nous commençons donc par la fin #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Nous commençons donc par la fin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 148000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Nous commen\\u00e7ons donc par la fin #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175822482538496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3111,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175822482538496,\"created_at\":\"Fri Feb 24 22:41:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 148000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ab0c91a6-7155-4a18-a843-258bbcdab7c0-173175822482538496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw commence et se termine ! Comme ça c est fait !", +"img": { +"src": "http://a0.twimg.com/profile_images/1802162566/image_normal.jpg" +}, +"title": "Julien Cotte: #lgw commence et se termine ! Comme ça c est fait !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 148000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw commence et se termine ! Comme \\u00e7a c est fait !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175824642609154\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"JulienCotteALU\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":872,\"location\":\"V\\u00e9lizy-Villacoublay\",\"profile_text_color\":\"333333\",\"followers_count\":1404,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"description\":\"DRH du site de V\\u00e9lizy (France) - HR Community Manager - Marketing HR2.0 - @AlcatelLucent\",\"statuses_count\":3872,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"show_all_inline_media\":false,\"listed_count\":138,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"107697826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Julien Cotte\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"created_at\":\"Sat Jan 23 12:17:36 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":107697826,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/juliencotte.typepad.com\\/le-blog-de-julien-cotte-\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\"},\"truncated\":false,\"id\":173175824642609154,\"created_at\":\"Fri Feb 24 22:41:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 148000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c5b53d47-66b3-48ce-8bdf-6641035764b6-173175824642609154" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "cool, j'ai rien loupé à #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1427838155/P7114024_normal.JPG" +}, +"title": "jali: cool, j'ai rien loupé à #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 149000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"cool, j'ai rien loup\\u00e9 \\u00e0 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.netvibes.com\\/\\\" rel=\\\"nofollow\\\"\\u003ENetvibes Official Widget\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175828375543808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":110,\"screen_name\":\"Jali\",\"lang\":\"fr\",\"profile_text_color\":\"574b57\",\"statuses_count\":30518,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"FR\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"name\":\"jali\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":8064742,\"utc_offset\":3600,\"favourites_count\":148,\"url\":\"http:\\/\\/www.jali.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175828375543808,\"created_at\":\"Fri Feb 24 22:41:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 149000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "73e048a9-4a46-47f7-a019-f9bcc2156141-173175828375543808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Merci #lgw c'était super ! (chouette, on peut aller dormir ! :P)", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: Merci #lgw c'était super ! (chouette, on peut aller dormir ! :P)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 152000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Merci #lgw c'\\u00e9tait super ! (chouette, on peut aller dormir ! :P)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175841080090625\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10392,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175841080090625,\"created_at\":\"Fri Feb 24 22:41:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 152000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ca7c049a-a580-4355-9caa-3440088d7cc2-173175841080090625" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Geraldine!!!! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1735644265/front_de_gauche_annee_normal.jpg" +}, +"title": "Cachounette: Geraldine!!!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 155000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Geraldine!!!! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175853654605824\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"cachounette\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":40,\"location\":\"France\",\"profile_text_color\":\"3E4415\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"description\":\"sage femme, militante PCF-Front de gauche et CGT\",\"statuses_count\":250,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"39092205\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cachounette\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Sun May 10 18:40:14 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":39092205,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\"},\"truncated\":false,\"id\":173175853654605824,\"created_at\":\"Fri Feb 24 22:41:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 155000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "25313be4-7533-4b26-8189-e23b58937b04-173175853654605824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "CHAMPIONS! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: CHAMPIONS! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 157000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"CHAMPIONS! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[11,15]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175862156472321\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5c5c5c\",\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":997,\"location\":\"Saligny, France\",\"profile_text_color\":\"333333\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"statuses_count\":5566,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_fill_color\":\"dedede\",\"id\":12687332,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.k3nny.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\"},\"truncated\":false,\"id\":173175862156472321,\"created_at\":\"Fri Feb 24 22:41:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 157000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5e15a75e-4e1c-4b6b-842a-c606e9bf8e25-173175862156472321" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ça commence par une mauvaise blague...#lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1289428579/My_HipstaPrint_0_normal.jpg" +}, +"title": "Estelle Micheau: ça commence par une mauvaise blague...#lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 163000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00e7a commence par une mauvaise blague...#lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175887531999232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":120,\"screen_name\":\"EstelleMicheau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1075,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/429391744\\/My_HipstaPrint_0.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"0084B4\",\"followers_count\":1800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1289428579\\/My_HipstaPrint_0_normal.jpg\",\"description\":\"Chanteuse lyrique et com\\u00e9dienne\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"273101501\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429391744\\/My_HipstaPrint_0.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1289428579\\/My_HipstaPrint_0_normal.jpg\",\"name\":\"Estelle Micheau\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 27 20:49:14 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":273101501,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/estelle-micheau.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175887531999232,\"created_at\":\"Fri Feb 24 22:42:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 163000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c9e77d34-c5d6-487a-bddd-4d65e022d3bd-173175887531999232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Elle m'aguiche ! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: Elle m'aguiche ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 166000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Elle m'aguiche ! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175898856628224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5567,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"location\":\"Saligny, France\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_border_color\":\"5c5c5c\",\"id\":12687332,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.k3nny.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175898856628224,\"created_at\":\"Fri Feb 24 22:42:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 166000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a724c5d-deaa-445e-a059-d55b0df6f409-173175898856628224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Logique... ;) “@LeGrandWebze: Nous commençons donc par la fin #lgw”", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Logique... ;) “@LeGrandWebze: Nous commençons donc par la fin #lgw”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 167000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Logique... ;) \\u201c@LeGrandWebze: Nous commen\\u00e7ons donc par la fin #lgw\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[15,28],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175904384716800\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4893,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175904384716800,\"created_at\":\"Fri Feb 24 22:42:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 167000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cbdb1d69-8f34-4971-8fe4-5c7d526ea959-173175904384716800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: 2 minutes avant l'antenne #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1691667174/A512_normal.png" +}, +"title": "Arnaud saunier: RT @LeGrandWebze: 2 minutes avant l'antenne #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 172000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: 2 minutes avant l'antenne #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"2 minutes avant l'antenne #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173174564589809665\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1479,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3113,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173174564589809665,\"created_at\":\"Fri Feb 24 22:36:48 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175923313623041\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":127,\"screen_name\":\"Marindessables\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":428,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/85499486\\/fond_twitter_marin.jpg\",\"location\":\"Marseille \\/\\/ Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"8c0320\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1691667174\\/A512_normal.png\",\"description\":\"Directeur artistique interactif\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"91649871\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/85499486\\/fond_twitter_marin.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1691667174\\/A512_normal.png\",\"name\":\"Arnaud saunier\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 21 20:44:53 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":91649871,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.marindessables.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175923313623041,\"created_at\":\"Fri Feb 24 22:42:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 172000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b1168ca5-d09d-486c-9c0e-f9913a6c0b27-173175923313623041" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pourquoi un vouvoiement maintenant dans l'émission ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: Pourquoi un vouvoiement maintenant dans l'émission ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 173000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pourquoi un vouvoiement maintenant dans l'\\u00e9mission ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175930309722112\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1093,\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"profile_text_color\":\"636363\",\"statuses_count\":21283,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_sidebar_fill_color\":\"141414\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"name\":\"Bakt El Raalis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18515564,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.pelecanus.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175930309722112,\"created_at\":\"Fri Feb 24 22:42:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 173000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "286152d4-02e8-4477-a8a9-5dd71111a8f9-173175930309722112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "j'ai vu Will dans #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1115735941/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png" +}, +"title": "Christophe Ponsolle: j'ai vu Will dans #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 174000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"j'ai vu Will dans #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175932482355200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":364,\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"profile_text_color\":\"999393\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"name\":\"Christophe Ponsolle\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":25338852,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175932482355200,\"created_at\":\"Fri Feb 24 22:42:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 174000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4c52bb9a-9bda-4310-8693-6da0fd59ee75-173175932482355200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Regarde #lgw sur iPhone donc peut pas suivre sur Twitter en même temps :-(", +"img": { +"src": "http://a0.twimg.com/profile_images/1586459977/Skype01_normal.jpg" +}, +"title": "Alexandru Haras: Regarde #lgw sur iPhone donc peut pas suivre sur Twitter en même temps :-(", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 178000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Regarde #lgw sur iPhone donc peut pas suivre sur Twitter en m\\u00eame temps :-(\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175949377019904\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"alex_haras\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":210,\"location\":\"France\",\"profile_text_color\":\"634047\",\"followers_count\":22,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1586459977\\/Skype01_normal.jpg\",\"description\":\"\",\"statuses_count\":86,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"107420038\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Alexandru Haras\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"created_at\":\"Fri Jan 22 14:08:24 +0000 2010\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":107420038,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1586459977\\/Skype01_normal.jpg\"},\"truncated\":false,\"id\":173175949377019904,\"created_at\":\"Fri Feb 24 22:42:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 178000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1b789591-7a8e-4c67-b0bf-f39d3d1b8061-173175949377019904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hey Gaspaaaard! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: Hey Gaspaaaard! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 182000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Hey Gaspaaaard! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175964803678210\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5568,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"location\":\"Saligny, France\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_border_color\":\"5c5c5c\",\"id\":12687332,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.k3nny.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175964803678210,\"created_at\":\"Fri Feb 24 22:42:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 182000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "32370c4a-e701-4949-98b5-52ff3013af42-173175964803678210" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "sur #fr5 @LeGrandWebze v4 #lgw | ... la chemise de @Vinvin tient ses promesses !", +"img": { +"src": "http://a0.twimg.com/profile_images/1767508527/h2g2_normal.jpg" +}, +"title": "Christine Genin: sur #fr5 @LeGrandWebze v4 #lgw | ... la chemise de @Vinvin tient ses promesses !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 183000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"sur #fr5 @LeGrandWebze v4 #lgw | ... la chemise de @Vinvin tient ses promesses !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[9,22],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"Vinvin\",\"indices\":[51,58],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"fr5\",\"indices\":[4,8]},{\"text\":\"lgw\",\"indices\":[26,30]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173175054492897280,\"in_reply_to_status_id_str\":\"173175054492897280\",\"id_str\":\"173175972571521024\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"0084b4\",\"screen_name\":\"cgenin\",\"lang\":\"fr\",\"favourites_count\":308,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":1998,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":1678,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1767508527\\/h2g2_normal.jpg\",\"description\":\"\",\"statuses_count\":13711,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":167,\"profile_link_color\":\"0084b4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"33688811\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Christine Genin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Apr 20 22:19:48 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":33688811,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.christinegenin.fr\\/blog\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1767508527\\/h2g2_normal.jpg\"},\"truncated\":false,\"id\":173175972571521024,\"created_at\":\"Fri Feb 24 22:42:23 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 183000, +"tags": [ +{ +"id-ref": "eef94b14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "915e1fc4-51c1-4da2-abf2-cb486dded01b-173175972571521024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw merci, à la prochaine !", +"img": { +"src": "http://a3.twimg.com/profile_images/1590878551/ozi2_normal.jpg" +}, +"title": "Sylvie Bourasseau: #lgw merci, à la prochaine !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 185000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw merci, \\u00e0 la prochaine !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175980087705600\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":281,\"screen_name\":\"Ozephe\",\"lang\":\"fr\",\"profile_text_color\":\"b8a586\",\"statuses_count\":367,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/297952025\\/nbn.jpg\",\"location\":\"Carr\\u00e9ment \\u00e0 l'ouest...\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"3a5a61\",\"followers_count\":72,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1590878551\\/ozi2_normal.jpg\",\"description\":\"Etudiante c\\u00f4ti\\u00e8re graphomane et andro\\u00efdophile.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"182736\",\"id_str\":\"50641881\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/297952025\\/nbn.jpg\",\"profile_sidebar_fill_color\":\"2d3545\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1590878551\\/ozi2_normal.jpg\",\"name\":\"Sylvie Bourasseau\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 25 13:16:51 +0000 2009\",\"profile_sidebar_border_color\":\"dce0e8\",\"id\":50641881,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175980087705600,\"created_at\":\"Fri Feb 24 22:42:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 185000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4dbc6fa1-ace8-46e0-bb13-58da9f1507cd-173175980087705600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La chemise de @Vinvin me brûle les yeux ! >< #LGW cc @LeGrandWebze", +"img": { +"src": "http://a3.twimg.com/profile_images/1765785882/Moi_terrasse_Bureau_normal.jpg" +}, +"title": "Geoffroy Haubert: La chemise de @Vinvin me brûle les yeux ! >< #LGW cc @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 192000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"La chemise de @Vinvin me br\\u00fble les yeux ! >< #LGW cc @LeGrandWebze\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[14,21],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522},{\"screen_name\":\"LeGrandWebze\",\"indices\":[59,72],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[51,55]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176007669452800\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"GeoffroyHaubert\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":63,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":18,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1765785882\\/Moi_terrasse_Bureau_normal.jpg\",\"description\":\"Je pense. Je suis.\",\"statuses_count\":172,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"194535918\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Geoffroy Haubert\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Fri Sep 24 11:21:58 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":194535918,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1765785882\\/Moi_terrasse_Bureau_normal.jpg\"},\"truncated\":false,\"id\":173176007669452800,\"created_at\":\"Fri Feb 24 22:42:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 192000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a67cbb39-444c-457c-9c3b-deafb91e7dc1-173176007669452800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les invités, tous sur leur portable en train de tweeter, c'est pas sérieux tout ça :D #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Les invités, tous sur leur portable en train de tweeter, c'est pas sérieux tout ça :D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 198000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les invit\\u00e9s, tous sur leur portable en train de tweeter, c'est pas s\\u00e9rieux tout \\u00e7a :D #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[86,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176034710126593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176034710126593,\"created_at\":\"Fri Feb 24 22:42:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 198000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5cb4fc77-889b-47dd-8e47-c0e7e6d04487-173176034710126593" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Première \"weberie\" : Déconne Man ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Première \"weberie\" : Déconne Man ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 201000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Premi\\u00e8re \\\"weberie\\\" : D\\u00e9conne Man ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176045812465664\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3114,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1480,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173176045812465664,\"created_at\":\"Fri Feb 24 22:42:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 201000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "41d8682e-1764-4ea1-9b11-27fe2792f040-173176045812465664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @GwendalPerrin: Ah oui la chemise de @Vinvin. Ah oui. #VomirDesYeux #LGW #845Couleurs", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: RT @GwendalPerrin: Ah oui la chemise de @Vinvin. Ah oui. #VomirDesYeux #LGW #845Couleurs", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 202000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @GwendalPerrin: Ah oui la chemise de @Vinvin. Ah oui. #VomirDesYeux #LGW #845Couleurs\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GwendalPerrin\",\"indices\":[3,17],\"id_str\":\"116277557\",\"name\":\"Gwendal Perrin\",\"id\":116277557},{\"screen_name\":\"Vinvin\",\"indices\":[40,47],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"VomirDesYeux\",\"indices\":[57,70]},{\"text\":\"LGW\",\"indices\":[71,75]},{\"text\":\"845Couleurs\",\"indices\":[76,88]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Ah oui la chemise de @Vinvin. Ah oui. #VomirDesYeux #LGW #845Couleurs\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[21,28],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"VomirDesYeux\",\"indices\":[38,51]},{\"text\":\"LGW\",\"indices\":[52,56]},{\"text\":\"845Couleurs\",\"indices\":[57,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175329496641539\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":390,\"screen_name\":\"GwendalPerrin\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":25020,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408801473\\/twilk_background_4f1ff1ba38fd8.jpg\",\"location\":\"Sur ton \\u00e9cran\",\"show_all_inline_media\":true,\"listed_count\":62,\"profile_link_color\":\"FF0000\",\"followers_count\":1123,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850149516\\/200212-1652_normal.jpg\",\"description\":\"Journaliste\\/CM \\\\ #IdiotDuJour, @faislebuzz, *RIRES ENREGISTRES* \\\\ #ModernClassical #TranceFamily \\\\ Mange les bisounours au lieu d'y croire \\\\ http:\\/\\/is.gd\\/vpIs00\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d183f2\",\"id_str\":\"116277557\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408801473\\/twilk_background_4f1ff1ba38fd8.jpg\",\"profile_sidebar_fill_color\":\"ea4af0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850149516\\/200212-1652_normal.jpg\",\"name\":\"Gwendal Perrin\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 21:30:29 +0000 2010\",\"profile_sidebar_border_color\":\"f703ff\",\"id\":116277557,\"utc_offset\":3600,\"favourites_count\":323,\"url\":\"http:\\/\\/gwendalperrin.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175329496641539,\"created_at\":\"Fri Feb 24 22:39:50 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176052141662208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1156,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"name\":\"Cammarata Thierry\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":334554629,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176052141662208,\"created_at\":\"Fri Feb 24 22:42:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 202000, +"tags": [ +{ +"id-ref": "eef31e24-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef324dc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5fddd530-e96e-4943-b843-3754762606f3-173176052141662208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@vinvin ressemble a un candidat a la presidentielle dans le nouveau decors du #lgw... Mise a part la chemise", +"img": { +"src": "http://a2.twimg.com/profile_images/1186211112/MyBEP_Laurent_normal.png" +}, +"title": "laurent GEFFROY: @vinvin ressemble a un candidat a la presidentielle dans le nouveau decors du #lgw... Mise a part la chemise", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 205000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@vinvin ressemble a un candidat a la presidentielle dans le nouveau decors du #lgw... Mise a part la chemise\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[78,82]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176063474663425\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"lgeffroy\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":765,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"2FC2EF\",\"followers_count\":58,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1186211112\\/MyBEP_Laurent_normal.png\",\"description\":\".Net Architect, loves technologies and Baseball\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"6807672\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1186211112\\/MyBEP_Laurent_normal.png\",\"name\":\"laurent GEFFROY\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 14 09:14:06 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":6807672,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.laurentgeffroy.com\"},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173176063474663425,\"created_at\":\"Fri Feb 24 22:42:45 +0000 2012\",\"in_reply_to_user_id\":7223522}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 205000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d9b9e284-484e-4cc8-af15-9f71752d91d5-173176063474663425" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "OH NICE le new decor #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1633923341/tn48_normal.png" +}, +"title": "msiou: OH NICE le new decor #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 207000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"OH NICE le new decor #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176072676978688\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":226,\"screen_name\":\"msiou\",\"lang\":\"en\",\"profile_text_color\":\"d28730\",\"statuses_count\":48129,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/358227164\\/3097-mur-en-bois-WallFizz.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":42,\"profile_link_color\":\"4a9ba8\",\"followers_count\":212,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1633923341\\/tn48_normal.png\",\"description\":\"blogueur sur http:\\/\\/msiou.net \\r\\namoureux de la musique sur http:\\/\\/lapausemeuzicale.tumblr.com \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"10070792\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/358227164\\/3097-mur-en-bois-WallFizz.jpg\",\"profile_sidebar_fill_color\":\"fff3b5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633923341\\/tn48_normal.png\",\"name\":\"msiou\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 08 16:30:52 +0000 2007\",\"profile_sidebar_border_color\":\"c9b766\",\"id\":10070792,\"utc_offset\":3600,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176072676978688,\"created_at\":\"Fri Feb 24 22:42:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 207000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "40b9eb5c-ccc7-4015-b271-84fcf564b8fe-173176072676978688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@1k2plus C'est parce que je regarde #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1851110304/Picture_0480_normal.jpg" +}, +"title": "Swin Gum: @1k2plus C'est parce que je regarde #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 212000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"1k2plus\",\"favorited\":false,\"text\":\"@1k2plus C'est parce que je regarde #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"1k2plus\",\"indices\":[0,8],\"name\":\"Erika\",\"id_str\":\"232882236\",\"id\":232882236}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"in_reply_to_user_id\":232882236,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173175873237811200,\"in_reply_to_status_id_str\":\"173175873237811200\",\"id_str\":\"173176091299680257\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"57ff57\",\"screen_name\":\"Swiinea\",\"lang\":\"fr\",\"favourites_count\":360,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":233,\"location\":\"Lille - Pos\\u00e9e sur un cactus\",\"profile_text_color\":\"71d6c9\",\"followers_count\":581,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851110304\\/Picture_0480_normal.jpg\",\"description\":\"Les bios c'est pour les faibles ou pour les gens qui font un truc dans la vie tout \\u00e7a. Je suis Swin' et je suis n\\u00e9e pour \\u00eatre une larve. #HOULOULOU\",\"statuses_count\":4516,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362128090\\/swin.jpg\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"807d7e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1d4c70\",\"protected\":false,\"id_str\":\"372532169\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Swin Gum\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362128090\\/swin.jpg\",\"created_at\":\"Mon Sep 12 23:11:47 +0000 2011\",\"profile_sidebar_fill_color\":\"1d4c70\",\"id\":372532169,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/tchictchac.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851110304\\/Picture_0480_normal.jpg\"},\"truncated\":false,\"id\":173176091299680257,\"created_at\":\"Fri Feb 24 22:42:52 +0000 2012\",\"in_reply_to_user_id_str\":\"232882236\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 212000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7ee852f2-d6bb-4236-ac79-f6e88948f38f-173176091299680257" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon maintenant je passe sur #LGW http://t.co/w5ItXveX", +"img": { +"src": "http://a3.twimg.com/profile_images/1704016122/loltruc-noel_normal.png" +}, +"title": "Hervé Q: Bon maintenant je passe sur #LGW http://t.co/w5ItXveX", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 218000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Bon maintenant je passe sur #LGW http:\\/\\/t.co\\/w5ItXveX\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[33,53],\"expanded_url\":\"http:\\/\\/video-direct.france5.fr\\/player.php?id=1293\",\"display_url\":\"video-direct.france5.fr\\/player.php?id=\\u2026\",\"url\":\"http:\\/\\/t.co\\/w5ItXveX\"}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[28,32]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176118906585088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":429,\"screen_name\":\"Airvecu\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":34952,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"location\":\"Brest m\\u00eam' (et ses alentours)\",\"show_all_inline_media\":true,\"listed_count\":44,\"profile_link_color\":\"0600b5\",\"followers_count\":754,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\",\"description\":\"Presque musicien, presque dr\\u00f4le, presque original, presque normal, presque intelligent, mais loin d'\\u00eatre parfait. Mais je suis Breton.\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"46863586\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"profile_sidebar_fill_color\":\"f0f3f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\",\"name\":\"Herv\\u00e9 Q\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 13 10:17:50 +0000 2009\",\"profile_sidebar_border_color\":\"2e2103\",\"id\":46863586,\"utc_offset\":3600,\"favourites_count\":556,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176118906585088,\"created_at\":\"Fri Feb 24 22:42:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 218000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "caaf4530-8a39-4abc-a882-959786a207f2-173176118906585088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je suis passée à l'antenne ?? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1748173004/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg" +}, +"title": "Florence Porcel: Je suis passée à l'antenne ?? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 219000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je suis pass\\u00e9e \\u00e0 l'antenne ?? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176120663998465\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":312,\"screen_name\":\"FlorencePorcel\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":58313,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":380,\"profile_link_color\":\"93A644\",\"followers_count\":5555,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\",\"description\":\"J'aime tellement la vie que je veux en vivre plusieurs \\u00e0 la fois. Derri\\u00e8re et dedans @LeGrandWebze (France 5). Groumf, sciences, et friponneries. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"49031173\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\",\"name\":\"Florence Porcel\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 20 15:25:07 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":49031173,\"utc_offset\":3600,\"favourites_count\":194,\"url\":\"http:\\/\\/www.florenceporcel.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176120663998465,\"created_at\":\"Fri Feb 24 22:42:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 219000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "36965e05-c77e-495b-95e8-77f00d7c7385-173176120663998465" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et bien @Vinvin ne dansera pas ce soir #tristesse #lgw #cesar2012", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: Et bien @Vinvin ne dansera pas ce soir #tristesse #lgw #cesar2012", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 223000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et bien @Vinvin ne dansera pas ce soir #tristesse #lgw #cesar2012\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[8,15],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"tristesse\",\"indices\":[39,49]},{\"text\":\"lgw\",\"indices\":[50,54]},{\"text\":\"cesar2012\",\"indices\":[55,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176137013395457\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2879,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"name\":\"Marie\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":120444044,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176137013395457,\"created_at\":\"Fri Feb 24 22:43:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 223000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eefaa662-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9fcb645-bec6-48a2-9fc9-3f36008a22d4-173176137013395457" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @laristocraft: Attention ! @LeGrandWebze dans 5min sur #France5 avec @vinvin @FlorencePorcel @KlaireFr @jcfrog @palmashow @PascalMab ...", +"img": { +"src": "http://a3.twimg.com/profile_images/1313387378/profil_normal.jpg" +}, +"title": "Jean-Baptiste Viet: RT @laristocraft: Attention ! @LeGrandWebze dans 5min sur #France5 avec @vinvin @FlorencePorcel @KlaireFr @jcfrog @palmashow @PascalMab ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 232000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @laristocraft: Attention ! @LeGrandWebze dans 5min sur #France5 avec @vinvin @FlorencePorcel @KlaireFr @jcfrog @palmashow @PascalMab ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"laristocraft\",\"indices\":[3,16],\"id_str\":\"16502490\",\"name\":\"Virginie Lominet\",\"id\":16502490},{\"screen_name\":\"LeGrandWebze\",\"indices\":[30,43],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"Vinvin\",\"indices\":[73,80],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"FlorencePorcel\",\"indices\":[81,96],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173},{\"screen_name\":\"KlaireFr\",\"indices\":[97,106],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610},{\"screen_name\":\"jcfrog\",\"indices\":[107,114],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281},{\"screen_name\":\"palmashow\",\"indices\":[115,125],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"France5\",\"indices\":[59,67]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Attention ! @LeGrandWebze dans 5min sur #France5 avec @vinvin @FlorencePorcel @KlaireFr @jcfrog @palmashow @PascalMabille #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[12,25],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"Vinvin\",\"indices\":[55,62],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"FlorencePorcel\",\"indices\":[63,78],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173},{\"screen_name\":\"KlaireFr\",\"indices\":[79,88],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610},{\"screen_name\":\"jcfrog\",\"indices\":[89,96],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281},{\"screen_name\":\"palmashow\",\"indices\":[97,107],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"PascalMabille\",\"indices\":[108,122],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"France5\",\"indices\":[41,49]},{\"text\":\"LGW\",\"indices\":[123,127]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173173311377915906\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":916,\"screen_name\":\"laristocraft\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15194,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"location\":\"Boulogne-billancourt\",\"show_all_inline_media\":false,\"listed_count\":402,\"profile_link_color\":\"ab3202\",\"followers_count\":4465,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"description\":\"Ne dites pas \\u00e0 ma m\\u00e8re que je suis community manager, elle me croit pianiste dans un bordel. Fantasque & despotique. Pathologie: Bovarysme. On @Locita @Owni\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"16502490\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"name\":\"Virginie Lominet\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 28 20:37:13 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":16502490,\"utc_offset\":3600,\"favourites_count\":426,\"url\":\"http:\\/\\/www.laristocraft.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173173311377915906,\"created_at\":\"Fri Feb 24 22:31:49 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176175307407360\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":330,\"screen_name\":\"jeanviet\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3323,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/233585490\\/background.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":49,\"profile_link_color\":\"3b8d76\",\"followers_count\":729,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1313387378\\/profil_normal.jpg\",\"description\":\"Votre Guide Web et Multim\\u00e9dia gratuit et accessible \\u00e0 toute la famille !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"e5f6f6\",\"id_str\":\"39217851\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/233585490\\/background.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1313387378\\/profil_normal.jpg\",\"name\":\"Jean-Baptiste Viet\",\"default_profile_image\":false,\"created_at\":\"Mon May 11 08:40:23 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":39217851,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/jeanviet.info\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173176175307407360,\"created_at\":\"Fri Feb 24 22:43:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 232000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d0f6e4fa-82ba-472d-a5b8-574cfdf59917-173176175307407360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Déjà morte de rire devant Déconne Man! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: Déjà morte de rire devant Déconne Man! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 242000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"D\\u00e9j\\u00e0 morte de rire devant D\\u00e9conne Man! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176217124610049\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"favourites_count\":13,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":149,\"location\":\"France\",\"profile_text_color\":\"807d80\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"statuses_count\":9482,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Lucie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":63258588,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\"},\"truncated\":false,\"id\":173176217124610049,\"created_at\":\"Fri Feb 24 22:43:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 242000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "87520063-7eb8-40fd-a323-2166ba36ca73-173176217124610049" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Déconne Man ! C'est tellement con qu'on rigole :D #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Déconne Man ! C'est tellement con qu'on rigole :D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 244000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"D\\u00e9conne Man ! C'est tellement con qu'on rigole :D #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176225475477504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176225475477504,\"created_at\":\"Fri Feb 24 22:43:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 244000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "521e9d8a-1322-4702-abb2-5aec9b075ae7-173176225475477504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW, C'est moi ou le son est bon cette fois ???", +"img": { +"src": "http://a2.twimg.com/profile_images/944881104/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg" +}, +"title": "José Phinebacker: #LGW, C'est moi ou le son est bon cette fois ???", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 245000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW, C'est moi ou le son est bon cette fois ???\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176229854326784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":140,\"screen_name\":\"Phinebacker\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1252,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"009999\",\"followers_count\":117,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\",\"description\":\"Phinebacker, twitteur homeopathique...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"6296872\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\",\"name\":\"Jos\\u00e9 Phinebacker\",\"default_profile_image\":false,\"created_at\":\"Thu May 24 21:11:03 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":6296872,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/phinebacker.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176229854326784,\"created_at\":\"Fri Feb 24 22:43:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 245000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "20623952-8874-4beb-a7dd-a728ac22930f-173176229854326784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce #lgw commence fort !", +"img": { +"src": "http://a3.twimg.com/profile_images/1648215039/EmeryDoligeHubN_B_normal.jpg" +}, +"title": "Emery Doligé: Ce #lgw commence fort !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 250000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ce #lgw commence fort !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[3,7]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176250955870208\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"MryEmery\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":493,\"location\":\"Paris Rive Gauche\",\"profile_text_color\":\"666666\",\"followers_count\":19577,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"description\":\"Vanksen. Europe 1 #dcdc. Lib\\u00e9ral ta m\\u00e8re.\",\"statuses_count\":31438,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"show_all_inline_media\":true,\"listed_count\":931,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f8fa\",\"protected\":false,\"id_str\":\"14285154\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Emery Dolig\\u00e9\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"created_at\":\"Wed Apr 02 16:59:11 +0000 2008\",\"profile_sidebar_fill_color\":\"252429\",\"id\":14285154,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/mry.blogs.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\"},\"truncated\":false,\"id\":173176250955870208,\"created_at\":\"Fri Feb 24 22:43:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 250000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "48916d64-551e-4943-85e2-980b1618f444-173176250955870208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pour l'instant je ris autant devant cette intro de #LGW que vous devant les #Cesar2012 (surtout au début)", +"img": { +"src": "http://a0.twimg.com/profile_images/1850149516/200212-1652_normal.jpg" +}, +"title": "Gwendal Perrin: Pour l'instant je ris autant devant cette intro de #LGW que vous devant les #Cesar2012 (surtout au début)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 255000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pour l'instant je ris autant devant cette intro de #LGW que vous devant les #Cesar2012 (surtout au d\\u00e9but)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[51,55]},{\"text\":\"Cesar2012\",\"indices\":[76,86]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176270857842691\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":390,\"screen_name\":\"GwendalPerrin\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":25021,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408801473\\/twilk_background_4f1ff1ba38fd8.jpg\",\"location\":\"Sur ton \\u00e9cran\",\"show_all_inline_media\":true,\"listed_count\":62,\"profile_link_color\":\"FF0000\",\"followers_count\":1123,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850149516\\/200212-1652_normal.jpg\",\"description\":\"Journaliste\\/CM \\\\ #IdiotDuJour, @faislebuzz, *RIRES ENREGISTRES* \\\\ #ModernClassical #TranceFamily \\\\ Mange les bisounours au lieu d'y croire \\\\ http:\\/\\/is.gd\\/vpIs00\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d183f2\",\"id_str\":\"116277557\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408801473\\/twilk_background_4f1ff1ba38fd8.jpg\",\"profile_sidebar_fill_color\":\"ea4af0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850149516\\/200212-1652_normal.jpg\",\"name\":\"Gwendal Perrin\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 21:30:29 +0000 2010\",\"profile_sidebar_border_color\":\"f703ff\",\"id\":116277557,\"utc_offset\":3600,\"favourites_count\":323,\"url\":\"http:\\/\\/gwendalperrin.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176270857842691,\"created_at\":\"Fri Feb 24 22:43:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 255000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ba2cc2e1-64c3-4fc3-b787-60650b623a37-173176270857842691" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et hop ! Une deuxième salve. @PascalMabille rit en plateau :D #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Et hop ! Une deuxième salve. @PascalMabille rit en plateau :D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 261000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et hop ! Une deuxi\\u00e8me salve. @PascalMabille rit en plateau :D #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[29,43],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176298422796288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3114,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176298422796288,\"created_at\":\"Fri Feb 24 22:43:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 261000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9bd06379-ac42-4815-a0e4-d77a2bf3384d-173176298422796288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gaspard dis pas tout! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: Gaspard dis pas tout! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 265000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Gaspard dis pas tout! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176315833360385\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5567,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"location\":\"Saligny, France\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_border_color\":\"5c5c5c\",\"id\":12687332,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.k3nny.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176315833360385,\"created_at\":\"Fri Feb 24 22:43:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 265000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a99522b6-cc1a-4bc2-8431-63602b5a8a3f-173176315833360385" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je comprends pas l'intérêt de #LGW mais ça m'a l'air chouette", +"img": { +"src": "http://a0.twimg.com/profile_images/1792102319/0014_-_Copie_-_Copie_normal.JPG" +}, +"title": "Nicolas Gaillard: je comprends pas l'intérêt de #LGW mais ça m'a l'air chouette", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 268000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"je comprends pas l'int\\u00e9r\\u00eat de #LGW mais \\u00e7a m'a l'air chouette\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176325954211840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"NG__nico\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1113,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"location\":\"Poitiers\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"description\":\"Etudiant L2 Histoire ---Actu---Politique---T\\u00e9l\\u00e9---M\\u00e9dias--- Musique...tout ce qu'aiment les journalistes--- Feel free to follow me ;-) \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"370637904\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"name\":\" Nicolas Gaillard\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 09 11:18:42 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":370637904,\"utc_offset\":-10800,\"favourites_count\":23,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176325954211840,\"created_at\":\"Fri Feb 24 22:43:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 268000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "01696996-0e09-4f2f-812d-400dda34cf3a-173176325954211840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Première \"weberie\" : Déconne Man ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1772965923/tw_13213657_1327237886_normal.jpg" +}, +"title": "duanyer: RT @LeGrandWebze: Première \"weberie\" : Déconne Man ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 270000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Premi\\u00e8re \\\"weberie\\\" : D\\u00e9conne Man ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Premi\\u00e8re \\\"weberie\\\" : D\\u00e9conne Man ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176045812465664\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3114,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176045812465664,\"created_at\":\"Fri Feb 24 22:42:41 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176333491380225\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":830,\"screen_name\":\"duanyer\",\"lang\":\"fr\",\"profile_text_color\":\"050505\",\"statuses_count\":17181,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/143862310\\/GetImage.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":51,\"profile_link_color\":\"0026ff\",\"followers_count\":852,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1772965923\\/tw_13213657_1327237886_normal.jpg\",\"description\":\"Mon ambition est de devenir l'idiot du village. J'y suis presque.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8a6e2d\",\"id_str\":\"23742784\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/143862310\\/GetImage.jpg\",\"profile_sidebar_fill_color\":\"e2ed7c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1772965923\\/tw_13213657_1327237886_normal.jpg\",\"name\":\"duanyer\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 09:59:57 +0000 2009\",\"profile_sidebar_border_color\":\"d96666\",\"id\":23742784,\"utc_offset\":3600,\"favourites_count\":1310,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176333491380225,\"created_at\":\"Fri Feb 24 22:43:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 270000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "49e303f5-fa15-4339-bbe4-3d0269c197f2-173176333491380225" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est chelou leur déconne man.. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1809125586/511623309_normal.jpg" +}, +"title": "Alexandre GAUZY: C'est chelou leur déconne man.. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 270000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est chelou leur d\\u00e9conne man.. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176335013916672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":979,\"screen_name\":\"AlexandreGauzy\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":2076,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/425753084\\/mountain-gorillas-africa-sartore_47914_990x742.jpg\",\"location\":\"Toulouse, France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"2FC2EF\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1809125586\\/511623309_normal.jpg\",\"description\":\"Relations internationales, g\\u00e9opolitique, sport, chocolat. Bref un mec normal. http:\\/\\/sociophagie.tumblr.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"43353234\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425753084\\/mountain-gorillas-africa-sartore_47914_990x742.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809125586\\/511623309_normal.jpg\",\"name\":\"Alexandre GAUZY\",\"default_profile_image\":false,\"created_at\":\"Fri May 29 15:47:18 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":43353234,\"utc_offset\":-10800,\"favourites_count\":15,\"url\":\"http:\\/\\/sociophagie.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176335013916672,\"created_at\":\"Fri Feb 24 22:43:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 270000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e3b3d57a-95a7-4610-899b-9413463788c7-173176335013916672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ils ont parlé de la pépite dans @LeGrandWebze j'ai cru qu'ils parleraient de @linilim ... #LGW cf #geekinc", +"img": { +"src": "http://a0.twimg.com/profile_images/1780196925/anonymous2_normal.png" +}, +"title": "Abrutim: ils ont parlé de la pépite dans @LeGrandWebze j'ai cru qu'ils parleraient de @linilim ... #LGW cf #geekinc", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 272000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"ils ont parl\\u00e9 de la p\\u00e9pite dans @LeGrandWebze j'ai cru qu'ils parleraient de @linilim ... #LGW cf #geekinc\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[32,45],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"linilim\",\"indices\":[77,85],\"name\":\"Audrey\",\"id_str\":\"174604625\",\"id\":174604625}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[90,94]},{\"text\":\"geekinc\",\"indices\":[98,106]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176343243137025\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"abrutim\",\"lang\":\"fr\",\"favourites_count\":24,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":550,\"location\":\"Bordeaux\",\"profile_text_color\":\"333333\",\"followers_count\":1142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\",\"description\":\"\\u250c\\u041f\\u2510(\\u0ca0_\\u0ca0)\\u250c\\u041f\\u2510| Chroniqueur chez GeekInc, Blogueur BD int\\u00e9ress\\u00e9 par le Webdev,photo, dessin, comics, manga, s\\u00e9ries, guitare, hard rock, metal, guinness et whisky !\",\"statuses_count\":10389,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"show_all_inline_media\":false,\"listed_count\":59,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"169861930\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Abrutim\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"created_at\":\"Fri Jul 23 10:19:49 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":169861930,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/lightbulb.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\"},\"truncated\":false,\"id\":173176343243137025,\"created_at\":\"Fri Feb 24 22:43:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 272000, +"tags": [ +{ +"id-ref": "eefc88ec-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "24b34072-ed7d-4908-9435-2aa18f03318e-173176343243137025" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ça y est @LeGrandWebze est à l'écran et j'suis là aussi", +"img": { +"src": "http://a2.twimg.com/profile_images/1782987674/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG" +}, +"title": "2pasag the papoteur: #lgw ça y est @LeGrandWebze est à l'écran et j'suis là aussi", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 275000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw \\u00e7a y est @LeGrandWebze est \\u00e0 l'\\u00e9cran et j'suis l\\u00e0 aussi\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[14,27],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176358489432064\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":51,\"screen_name\":\"2pasag\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2029,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Coulommiers 77 France\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1782987674\\/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG\",\"description\":\"Si t'm partager l'\\u00e9crit, T bienvenue\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"20905224\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782987674\\/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG\",\"name\":\"2pasag the papoteur\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 15 11:31:19 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":20905224,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/papotagebriard.canalblog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176358489432064,\"created_at\":\"Fri Feb 24 22:43:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 275000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fcbd1e77-c19a-4229-8bb7-c25ac625f45e-173176358489432064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"Nan! Y'en a une deuxième! J't'ai niqué! J't'ai niqué!\" @francoisrollin à @Vinvin #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: \"Nan! Y'en a une deuxième! J't'ai niqué! J't'ai niqué!\" @francoisrollin à @Vinvin #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 283000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\\"Nan! Y'en a une deuxi\\u00e8me! J't'ai niqu\\u00e9! J't'ai niqu\\u00e9!\\\" @francoisrollin \\u00e0 @Vinvin #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[56,71],\"name\":\"rollin\",\"id_str\":\"369489076\",\"id\":369489076},{\"screen_name\":\"Vinvin\",\"indices\":[74,81],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[82,86]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176390512947200\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4893,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173176390512947200,\"created_at\":\"Fri Feb 24 22:44:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 283000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "114425c8-c93e-45a1-b674-b53ec533fa63-173176390512947200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La fin c'est fait! L'émission peut commencer! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1801682939/image_normal.jpg" +}, +"title": "alexandra evan: La fin c'est fait! L'émission peut commencer! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 292000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La fin c'est fait! L'\\u00e9mission peut commencer! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176427372482560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":18,\"screen_name\":\"alexevan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":294,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":113,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"description\":\"Global Planning Director @ DDB interested in people, conversations, behaviour. Passionate by arequipe, wine & traveling. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"33499701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"name\":\"alexandra evan\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 20 12:45:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":33499701,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176427372482560,\"created_at\":\"Fri Feb 24 22:44:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 292000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2479c23a-f7e4-4bfe-bcb5-0812dc001a95-173176427372482560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@duanyer oui, je vous vois! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1640796894/valmad__normal.jpg" +}, +"title": "val: @duanyer oui, je vous vois! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 298000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@duanyer oui, je vous vois! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"duanyer\",\"indices\":[0,8],\"id_str\":\"23742784\",\"name\":\"duanyer\",\"id\":23742784}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173175989558452224\",\"id_str\":\"173176454971015170\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173175989558452224,\"in_reply_to_user_id_str\":\"23742784\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":503,\"screen_name\":\"valmad_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17055,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/37593519\\/dune_sunset.JPG\",\"location\":\"Aquitaine\",\"show_all_inline_media\":true,\"listed_count\":66,\"profile_link_color\":\"0084B4\",\"followers_count\":1208,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1640796894\\/valmad__normal.jpg\",\"description\":\"Ma bio, par vous: *Ange ou D\\u00e9esse*, douce, dr\\u00f4le, courageuse, corrosive, fid\\u00e8le. Bref, awesome. Modeste? Non, y'avait pas! \\r\\n#soglamour \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"51392884\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/37593519\\/dune_sunset.JPG\",\"profile_sidebar_fill_color\":\"c5e0ed\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640796894\\/valmad__normal.jpg\",\"name\":\"val\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 27 09:10:54 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":51392884,\"utc_offset\":-10800,\"favourites_count\":65,\"url\":\"http:\\/\\/valmad.tumblr.com\\/\"},\"in_reply_to_screen_name\":\"duanyer\",\"truncated\":false,\"id\":173176454971015170,\"created_at\":\"Fri Feb 24 22:44:18 +0000 2012\",\"in_reply_to_user_id\":23742784}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 298000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bfa87914-5e77-4656-beb2-c75b3f220d0c-173176454971015170" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mince! #lgw a commencé sur france5 mais les César, je vis un horrible dilemme!", +"img": { +"src": "http://a1.twimg.com/profile_images/1817576333/emmanuelle_hirschauer_tetocarre_normal.jpg" +}, +"title": "E. Hirschauer: Mince! #lgw a commencé sur france5 mais les César, je vis un horrible dilemme!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 299000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Mince! #lgw a commenc\\u00e9 sur france5 mais les C\\u00e9sar, je vis un horrible dilemme!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176455650488320\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"LaBombeH\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":202,\"location\":\"\",\"profile_text_color\":\"3E4415\",\"followers_count\":123,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817576333\\/emmanuelle_hirschauer_tetocarre_normal.jpg\",\"description\":\"Eclose sur un terril, \\u00e9lev\\u00e9e au reblochon au lait cru, demeurant dans le neuf-trois\",\"statuses_count\":1409,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/67039392\\/twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"84343206\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"E. Hirschauer\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/67039392\\/twitter.jpg\",\"created_at\":\"Thu Oct 22 14:53:27 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":84343206,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817576333\\/emmanuelle_hirschauer_tetocarre_normal.jpg\"},\"truncated\":false,\"id\":173176455650488320,\"created_at\":\"Fri Feb 24 22:44:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 299000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "293c8a3d-5a45-429c-be82-31ef28d3a1f9-173176455650488320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi le logiciel utilisé pour projeter les tweet en direct ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: C'est quoi le logiciel utilisé pour projeter les tweet en direct ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 300000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi le logiciel utilis\\u00e9 pour projeter les tweet en direct ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176459945447424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176459945447424,\"created_at\":\"Fri Feb 24 22:44:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 300000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8ad2e97e-4d48-4951-b3d7-112194807f5e-173176459945447424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Déconne-man ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: Déconne-man ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 302000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"D\\u00e9conne-man ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176468480851968\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"e8e8e8\",\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"favourites_count\":194,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":298,\"location\":\"Is\\u00e8re, France\",\"profile_text_color\":\"3d3438\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"statuses_count\":15002,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"protected\":false,\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Manon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"id\":48084154,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\"},\"truncated\":false,\"id\":173176468480851968,\"created_at\":\"Fri Feb 24 22:44:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 302000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "27587e51-3f46-450e-9830-7ca374bc2560-173176468480851968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Owi \\o/ RT @LudoDelaherche: Bon ben c'est en direct : je peux me mettre tout nu ? #lgw http://t.co/xmKzamRj", +"img": { +"src": "http://a2.twimg.com/profile_images/1843250602/image_normal.jpg" +}, +"title": "Virginie Lominet: Owi \\o/ RT @LudoDelaherche: Bon ben c'est en direct : je peux me mettre tout nu ? #lgw http://t.co/xmKzamRj", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 305000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Owi \\\\o\\/ RT @LudoDelaherche: Bon ben c'est en direct : je peux me mettre tout nu ? #lgw http:\\/\\/t.co\\/xmKzamRj\",\"entities\":{\"urls\":[{\"indices\":[87,107],\"display_url\":\"pic.twitter.com\\/xmKzamRj\",\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173175611156729858\\/photo\\/1\",\"url\":\"http:\\/\\/t.co\\/xmKzamRj\"}],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[11,26],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[82,86]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176483601330176\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"laristocraft\",\"lang\":\"fr\",\"favourites_count\":426,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":916,\"location\":\"Boulogne-billancourt\",\"profile_text_color\":\"333333\",\"followers_count\":4465,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"description\":\"Ne dites pas \\u00e0 ma m\\u00e8re que je suis community manager, elle me croit pianiste dans un bordel. Fantasque & despotique. Pathologie: Bovarysme. On @Locita @Owni\",\"statuses_count\":15196,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"show_all_inline_media\":false,\"listed_count\":402,\"profile_link_color\":\"ab3202\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"16502490\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Virginie Lominet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"created_at\":\"Sun Sep 28 20:37:13 +0000 2008\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":16502490,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.laristocraft.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\"},\"truncated\":false,\"id\":173176483601330176,\"created_at\":\"Fri Feb 24 22:44:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 305000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8e04c6e1-18c5-4721-a5b0-0be6cdaada75-173176483601330176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "(Sinon j'ai mis #lgw ils ont abandonné le lieu de la Cartonnerie, c'est fort dommage...)", +"img": { +"src": "http://a3.twimg.com/profile_images/659833782/avatar-twit_normal.jpg" +}, +"title": "MVCDLM: (Sinon j'ai mis #lgw ils ont abandonné le lieu de la Cartonnerie, c'est fort dommage...)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 313000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"(Sinon j'ai mis #lgw ils ont abandonn\\u00e9 le lieu de la Cartonnerie, c'est fort dommage...)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176514387513345\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":101,\"screen_name\":\"MVCDLM\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4809,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Dans Ton Twit\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"009999\",\"followers_count\":362,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/659833782\\/avatar-twit_normal.jpg\",\"description\":\"Un jour je m'emmerdais.\\nAlors j'ai cr\\u00e9\\u00e9 mon twitter.\\n\\nMais au final je m'emmerde toujours.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"109109238\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/659833782\\/avatar-twit_normal.jpg\",\"name\":\"MVCDLM\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 28 00:41:05 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":109109238,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/maviecestdelamerde.over-blog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176514387513345,\"created_at\":\"Fri Feb 24 22:44:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 313000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c03c05d1-bb13-4171-ac3d-ddb0d9c3204a-173176514387513345" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un peu flippant le nouveau décor de #lgw, d'ailleurs ils ont l'air un peu nerveux les présentateurs", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: Un peu flippant le nouveau décor de #lgw, d'ailleurs ils ont l'air un peu nerveux les présentateurs", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 315000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Un peu flippant le nouveau d\\u00e9cor de #lgw, d'ailleurs ils ont l'air un peu nerveux les pr\\u00e9sentateurs\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176523082301442\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"name\":\"Jean-Louis Coste\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":244454441,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176523082301442,\"created_at\":\"Fri Feb 24 22:44:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 315000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fc102128-f58c-4388-a735-5bbd6822b5c4-173176523082301442" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "SWITCHEZ #Cesar2012 ----> #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1633922800/a659268974_794939_8390_normal.jpg" +}, +"title": "TAB: SWITCHEZ #Cesar2012 ----> #LGW", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 315000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"SWITCHEZ #Cesar2012 ----> #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[9,19]},{\"text\":\"LGW\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176523594014720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":735,\"screen_name\":\"t0maso\",\"lang\":\"fr\",\"profile_text_color\":\"1c1c1b\",\"statuses_count\":10155,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/234552894\\/xf483cdcf1dabe6e8efb270573ab62c8.jpg\",\"location\":\"Paris, Doha,...\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"1f1e1b\",\"followers_count\":749,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1633922800\\/a659268974_794939_8390_normal.jpg\",\"description\":\"aka @tabounet, FRENCH, not long ago in Middle East, Thirtysomething, ce compte n'est pas (trop) serieux \\\\\\\\ cotweeteur sur @dohatweetups et @conspiration\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"7783422\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/234552894\\/xf483cdcf1dabe6e8efb270573ab62c8.jpg\",\"profile_sidebar_fill_color\":\"9c999c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633922800\\/a659268974_794939_8390_normal.jpg\",\"name\":\"TAB\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 28 12:44:14 +0000 2007\",\"profile_sidebar_border_color\":\"cacacc\",\"id\":7783422,\"utc_offset\":3600,\"favourites_count\":89,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176523594014720,\"created_at\":\"Fri Feb 24 22:44:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 315000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0dc401c1-17e7-46f6-b7a5-75efef54adc2-173176523594014720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @abrutim: ils ont parlé de la pépite dans @LeGrandWebze j'ai cru qu'ils parleraient de @linilim ... #LGW cf #geekinc", +"img": { +"src": "http://a2.twimg.com/profile_images/1587942094/avatar_normal.jpg" +}, +"title": "Audrey: RT @abrutim: ils ont parlé de la pépite dans @LeGrandWebze j'ai cru qu'ils parleraient de @linilim ... #LGW cf #geekinc", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 317000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @abrutim: ils ont parl\\u00e9 de la p\\u00e9pite dans @LeGrandWebze j'ai cru qu'ils parleraient de @linilim ... #LGW cf #geekinc\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"abrutim\",\"indices\":[3,11],\"id_str\":\"169861930\",\"name\":\"Abrutim\",\"id\":169861930},{\"screen_name\":\"LeGrandWebze\",\"indices\":[45,58],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"linilim\",\"indices\":[90,98],\"id_str\":\"174604625\",\"name\":\"Audrey\",\"id\":174604625}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[103,107]},{\"text\":\"geekinc\",\"indices\":[111,119]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"ils ont parl\\u00e9 de la p\\u00e9pite dans @LeGrandWebze j'ai cru qu'ils parleraient de @linilim ... #LGW cf #geekinc\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[32,45],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"linilim\",\"indices\":[77,85],\"id_str\":\"174604625\",\"name\":\"Audrey\",\"id\":174604625}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[90,94]},{\"text\":\"geekinc\",\"indices\":[98,106]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176343243137025\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":550,\"screen_name\":\"abrutim\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10389,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":59,\"profile_link_color\":\"0084B4\",\"followers_count\":1142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\",\"description\":\"\\u250c\\u041f\\u2510(\\u0ca0_\\u0ca0)\\u250c\\u041f\\u2510| Chroniqueur chez GeekInc, Blogueur BD int\\u00e9ress\\u00e9 par le Webdev,photo, dessin, comics, manga, s\\u00e9ries, guitare, hard rock, metal, guinness et whisky !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"169861930\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\",\"name\":\"Abrutim\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 23 10:19:49 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":169861930,\"utc_offset\":null,\"favourites_count\":24,\"url\":\"http:\\/\\/lightbulb.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176343243137025,\"created_at\":\"Fri Feb 24 22:43:52 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176534419513345\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":195,\"screen_name\":\"linilim\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":5847,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/141160496\\/Sans_titre_1.jpg\",\"location\":\"Bordeaux\",\"show_all_inline_media\":true,\"listed_count\":70,\"profile_link_color\":\"D02B55\",\"followers_count\":1479,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1587942094\\/avatar_normal.jpg\",\"description\":\"SF, Jeux Vid\\u00e9o , comics \\/\\/ \\u00e9picurienne \\/\\/ Co-pr\\u00e9sentatrice Geek Inc \\/\\/ Ex-chroniqueuse http:\\/\\/lesgameuses.com \\/\\/ Et je ne mords pas!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"id_str\":\"174604625\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/141160496\\/Sans_titre_1.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1587942094\\/avatar_normal.jpg\",\"name\":\"Audrey\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 04 10:08:11 +0000 2010\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":174604625,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176534419513345,\"created_at\":\"Fri Feb 24 22:44:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 317000, +"tags": [ +{ +"id-ref": "eefc88ec-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0560f6a3-4eed-4def-87e2-9d07a01448e2-173176534419513345" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Wesseu Madmoizelle #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: Wesseu Madmoizelle #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 318000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Wesseu Madmoizelle #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176536516665344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5567,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"location\":\"Saligny, France\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_border_color\":\"5c5c5c\",\"id\":12687332,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.k3nny.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176536516665344,\"created_at\":\"Fri Feb 24 22:44:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 318000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "94734ed3-c967-4f32-aae0-f090d126c119-173176536516665344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Deconne-Man : très con mais très bon ;) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1841029880/gangstacat6ze46f4ze6f4z6e84_normal.jpg" +}, +"title": "Brice R.: Deconne-Man : très con mais très bon ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 319000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Deconne-Man : tr\\u00e8s con mais tr\\u00e8s bon ;) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176542397083649\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"brice_r_\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":69,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"description\":\"#G\\u00e9meaux #DoublePersonnalit\\u00e9 \\r\\nParce que la vie priv\\u00e9e ne sert pas uniquement \\u00e0 cacher des d\\u00e9lits et des crimes.\",\"statuses_count\":2375,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Copenhagen\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"15512436\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Brice R.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"created_at\":\"Mon Jul 21 08:09:24 +0000 2008\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":15512436,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"https:\\/\\/www.eff.org\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\"},\"truncated\":false,\"id\":173176542397083649,\"created_at\":\"Fri Feb 24 22:44:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 319000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "af00c7b1-d328-4343-8d9f-20dabbe1dd7c-173176542397083649" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ça pique les yeux les couleurs de la chemise ;-) RT @migteix: #lgw : vinvin à encore une fois une bien belle chemise http://t.co/ytT2te4G", +"img": { +"src": "http://a3.twimg.com/profile_images/1744565468/avatar__tweet_panthere_normal.jpg" +}, +"title": "tweet panthere: ça pique les yeux les couleurs de la chemise ;-) RT @migteix: #lgw : vinvin à encore une fois une bien belle chemise http://t.co/ytT2te4G", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 321000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"\\u00e7a pique les yeux les couleurs de la chemise ;-) RT @migteix: #lgw : vinvin \\u00e0 encore une fois une bien belle chemise http:\\/\\/t.co\\/ytT2te4G\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"migteix\",\"indices\":[52,60],\"id_str\":\"3543511\",\"name\":\"Miguel Teixeira\",\"id\":3543511}],\"urls\":[{\"indices\":[117,137],\"expanded_url\":\"http:\\/\\/lockerz.com\\/s\\/186831167\",\"display_url\":\"lockerz.com\\/s\\/186831167\",\"url\":\"http:\\/\\/t.co\\/ytT2te4G\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176548390735872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":90,\"screen_name\":\"tweet_panthere\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":599,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"DTC\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":78,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1744565468\\/avatar__tweet_panthere_normal.jpg\",\"description\":\"Voil\\u00e0 25 ans que je suis n\\u00e9e dans un paquet de chips, d\\u00e9sormais, c'est d\\u00e9cid\\u00e9, \\u00e0 d\\u00e9faut d'une vie r\\u00e9elle, je vais vivre et construire une vie sociale sur le net\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"459596569\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1744565468\\/avatar__tweet_panthere_normal.jpg\",\"name\":\"tweet panthere\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 09 21:06:34 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":459596569,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/tweetpanthere.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176548390735872,\"created_at\":\"Fri Feb 24 22:44:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 321000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2451f145-d6d0-47d4-b3cd-8f56fd4fc4d5-173176548390735872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est l'oreille de @WilliamAbisror que l'on voit derrière @vinvin ? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1711420637/227004_2064798778896_1212559679_32551062_5063624_n_normal.jpg" +}, +"title": "Nicolas Popy: C'est l'oreille de @WilliamAbisror que l'on voit derrière @vinvin ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 321000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est l'oreille de @WilliamAbisror que l'on voit derri\\u00e8re @vinvin ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"WilliamAbisror\",\"indices\":[19,34],\"name\":\"William Abisror\",\"id_str\":\"305168829\",\"id\":305168829},{\"screen_name\":\"Vinvin\",\"indices\":[58,65],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176549506416641\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"nicolaspopy\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":141,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":69,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1711420637\\/227004_2064798778896_1212559679_32551062_5063624_n_normal.jpg\",\"description\":\"Roanne (42)\",\"statuses_count\":1340,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"258954797\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Nicolas Popy\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Feb 28 21:29:43 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":258954797,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1711420637\\/227004_2064798778896_1212559679_32551062_5063624_n_normal.jpg\"},\"truncated\":false,\"id\":173176549506416641,\"created_at\":\"Fri Feb 24 22:44:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 321000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f9772154-b178-411c-b79c-a3fb335f720c-173176549506416641" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi l'opposé de \"rigoler à gorge déployée\"? #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1725590755/jak-avatar-twitter_normal.png" +}, +"title": "Axel Leroy: C'est quoi l'opposé de \"rigoler à gorge déployée\"? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 325000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi l'oppos\\u00e9 de \\\"rigoler \\u00e0 gorge d\\u00e9ploy\\u00e9e\\\"? #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[51,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176567479009280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":303,\"screen_name\":\"BlackEco\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13159,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"location\":\"Versailles, France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":192,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"description\":\"I'm a 18 years old french geek, passionated by Anglo-Saxon culture, computing, music, Internet, video games, movies, other geek stuffs and cars.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"94871785\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"name\":\"Axel Leroy\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 05 21:28:19 +0000 2009\",\"profile_sidebar_border_color\":\"00bbff\",\"id\":94871785,\"utc_offset\":3600,\"favourites_count\":142,\"url\":\"http:\\/\\/www.blackeco.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176567479009280,\"created_at\":\"Fri Feb 24 22:44:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 325000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "87d23b12-55a6-4082-9568-559394f3079e-173176567479009280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Phinebacker Le son est très propre, aussi bon que pour la deuxième émission. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1160095508/anonymousdude_normal.jpg" +}, +"title": "Marcel aka Mei' ツ: @Phinebacker Le son est très propre, aussi bon que pour la deuxième émission. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 325000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Phinebacker Le son est tr\\u00e8s propre, aussi bon que pour la deuxi\\u00e8me \\u00e9mission. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Phinebacker\",\"indices\":[0,12],\"id_str\":\"6296872\",\"name\":\"Jos\\u00e9 Phinebacker\",\"id\":6296872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[78,82]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173176229854326784\",\"id_str\":\"173176567541923843\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173176229854326784,\"in_reply_to_user_id_str\":\"6296872\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":408,\"screen_name\":\"Marcel_Bichon\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":669,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/384779780\\/Blue_Ray.jpg\",\"location\":\"Poitiers\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"009999\",\"followers_count\":173,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1160095508\\/anonymousdude_normal.jpg\",\"description\":\"Web addict, poditeur et sporadiquement insomniaque. \\r\\nAdepte de p\\u00e9r\\u00e9grinations sous pomme, de s\\u00e9rendipit\\u00e9 nocturne et victime d'abus de wilfing depuis 2006. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"33800895\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/384779780\\/Blue_Ray.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1160095508\\/anonymousdude_normal.jpg\",\"name\":\"Marcel aka Mei' \\u30c4\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 21 03:51:14 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":33800895,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/goo.gl\\/ukDuy\"},\"in_reply_to_screen_name\":\"Phinebacker\",\"truncated\":false,\"id\":173176567541923843,\"created_at\":\"Fri Feb 24 22:44:45 +0000 2012\",\"in_reply_to_user_id\":6296872}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 325000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "de941148-54c7-463c-bd60-e3efe4c446bc-173176567541923843" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW C'est une représentation assez fidèle des gens qui font des jeux de mots sur Twitter, ce petit Déconne-Man.", +"img": { +"src": "http://a0.twimg.com/profile_images/1744048818/qUG3d_normal.jpg" +}, +"title": "Simon: #LGW C'est une représentation assez fidèle des gens qui font des jeux de mots sur Twitter, ce petit Déconne-Man.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 326000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"#LGW C'est une repr\\u00e9sentation assez fid\\u00e8le des gens qui font des jeux de mots sur Twitter, ce petit D\\u00e9conne-Man.\",\"created_at\":\"Fri Feb 24 22:44:46 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}],\"user_mentions\":[]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173176572084355072\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":9,\"created_at\":\"Thu Apr 08 15:44:24 +0000 2010\",\"profile_text_color\":\"666666\",\"is_translator\":false,\"show_all_inline_media\":true,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"url\":null,\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"2FC2EF\",\"screen_name\":\"Srsim\",\"time_zone\":\"Paris\",\"description\":\"BiotechnoLOLgy and random crap. J'essaie de vivre ma vie \\u00e0 fond en passant pour un con au moins une fois par jour.\",\"following\":null,\"geo_enabled\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_background_color\":\"1A1B1F\",\"location\":\"Third rock from the sun\",\"id_str\":\"130871832\",\"profile_background_tile\":false,\"followers_count\":309,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"252429\",\"favourites_count\":84,\"protected\":false,\"friends_count\":288,\"profile_sidebar_border_color\":\"181A1E\",\"name\":\"Simon\",\"contributors_enabled\":false,\"verified\":false,\"id\":130871832,\"statuses_count\":10567,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173176572084355072}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 326000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2726f360-e928-444e-9e07-9a022713e973-173176572084355072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @t0maso: SWITCHEZ #Cesar2012 ----> #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png" +}, +"title": "Samuel Huron: RT @t0maso: SWITCHEZ #Cesar2012 ----> #LGW", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 327000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @t0maso: SWITCHEZ #Cesar2012 ----> #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"t0maso\",\"indices\":[3,10],\"id_str\":\"7783422\",\"name\":\"TAB\",\"id\":7783422}],\"urls\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[21,31]},{\"text\":\"LGW\",\"indices\":[42,46]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"SWITCHEZ #Cesar2012 ----> #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[9,19]},{\"text\":\"LGW\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176523594014720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":735,\"screen_name\":\"t0maso\",\"lang\":\"fr\",\"profile_text_color\":\"1c1c1b\",\"statuses_count\":10155,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/234552894\\/xf483cdcf1dabe6e8efb270573ab62c8.jpg\",\"location\":\"Paris, Doha,...\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"1f1e1b\",\"followers_count\":749,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1633922800\\/a659268974_794939_8390_normal.jpg\",\"description\":\"aka @tabounet, FRENCH, not long ago in Middle East, Thirtysomething, ce compte n'est pas (trop) serieux \\\\\\\\ cotweeteur sur @dohatweetups et @conspiration\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"7783422\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/234552894\\/xf483cdcf1dabe6e8efb270573ab62c8.jpg\",\"profile_sidebar_fill_color\":\"9c999c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633922800\\/a659268974_794939_8390_normal.jpg\",\"name\":\"TAB\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 28 12:44:14 +0000 2007\",\"profile_sidebar_border_color\":\"cacacc\",\"id\":7783422,\"utc_offset\":3600,\"favourites_count\":89,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176523594014720,\"created_at\":\"Fri Feb 24 22:44:35 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176573409767426\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":764,\"screen_name\":\"cybunk\",\"lang\":\"en\",\"profile_text_color\":\"4c9c8f\",\"statuses_count\":2674,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":69,\"profile_link_color\":\"b3009b\",\"followers_count\":699,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"description\":\"Lead designer @IRILive Centre Pompidou \\/ PhD student in #infoviz #chi @ Paris11 \\/ @INRIA : #ui #Webdesign, #WebScience, #philosophy, #open #innovation\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"14905766\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"name\":\"Samuel Huron\",\"default_profile_image\":false,\"created_at\":\"Mon May 26 06:02:18 +0000 2008\",\"profile_sidebar_border_color\":\"b3009b\",\"id\":14905766,\"utc_offset\":-10800,\"favourites_count\":405,\"url\":\"http:\\/\\/www.cybunk.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176573409767426,\"created_at\":\"Fri Feb 24 22:44:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 327000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a99aba11-34af-4128-b82a-33ba7149bac2-173176573409767426" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Angie, nous sommes amoureux de toi. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1851037598/wallpaper-457744_normal.jpg" +}, +"title": "BluesunD: RT @palmashow: Angie, nous sommes amoureux de toi. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 328000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Angie, nous sommes amoureux de toi. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Angie, nous sommes amoureux de toi. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173174362206257153\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54563,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173174362206257153,\"created_at\":\"Fri Feb 24 22:36:00 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176579785097217\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"BluesunD\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":88,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433660408\\/wallpaper-585069.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851037598\\/wallpaper-457744_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"501993141\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433660408\\/wallpaper-585069.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851037598\\/wallpaper-457744_normal.jpg\",\"name\":\"BluesunD\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 24 18:01:10 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":501993141,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176579785097217,\"created_at\":\"Fri Feb 24 22:44:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 328000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9f2284f8-5243-4093-b5e0-f69920af0211-173176579785097217" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi l'opposé de \"rigoler à gorge déployée\"? #LGW #DeconneMan", +"img": { +"src": "http://a1.twimg.com/profile_images/1725590755/jak-avatar-twitter_normal.png" +}, +"title": "Axel Leroy: C'est quoi l'opposé de \"rigoler à gorge déployée\"? #LGW #DeconneMan", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 338000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi l'oppos\\u00e9 de \\\"rigoler \\u00e0 gorge d\\u00e9ploy\\u00e9e\\\"? #LGW #DeconneMan\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[51,55]},{\"text\":\"DeconneMan\",\"indices\":[56,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176620755070977\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":303,\"screen_name\":\"BlackEco\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13159,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"location\":\"Versailles, France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":192,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"description\":\"I'm a 18 years old french geek, passionated by Anglo-Saxon culture, computing, music, Internet, video games, movies, other geek stuffs and cars.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"94871785\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"name\":\"Axel Leroy\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 05 21:28:19 +0000 2009\",\"profile_sidebar_border_color\":\"00bbff\",\"id\":94871785,\"utc_offset\":3600,\"favourites_count\":142,\"url\":\"http:\\/\\/www.blackeco.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176620755070977,\"created_at\":\"Fri Feb 24 22:44:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 338000, +"tags": [ +{ +"id-ref": "ef0006b6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bbe09823-96fe-4f03-a6d8-962a9b17f050-173176620755070977" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "excellent début ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1813610224/tcv_normal.jpg" +}, +"title": "Nicolas Padovani: excellent début ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 343000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"excellent d\\u00e9but ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176643672748032\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"_NPado_\",\"lang\":\"fr\",\"favourites_count\":37,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":283,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"description\":\"Semi-geek et sosie non-officiel de Hugh Grant.\",\"statuses_count\":2116,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"81274066\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Nicolas Padovani\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Sat Oct 10 03:47:17 +0000 2009\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":81274066,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\"},\"truncated\":false,\"id\":173176643672748032,\"created_at\":\"Fri Feb 24 22:45:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 343000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "92663433-2d35-4c29-a706-a80e21100a20-173176643672748032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, j'ai vu un de mes tweet à l'antenne :o Un rêve vient de se réaliser pour moi \\o/ #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Oh, j'ai vu un de mes tweet à l'antenne :o Un rêve vient de se réaliser pour moi \\o/ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 347000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Oh, j'ai vu un de mes tweet \\u00e0 l'antenne :o Un r\\u00eave vient de se r\\u00e9aliser pour moi \\\\o\\/ #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[85,89]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176656670892032\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3246,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173176656670892032,\"created_at\":\"Fri Feb 24 22:45:07 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 347000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9429986d-2cd3-4e0e-870d-1cec22ae33ae-173176656670892032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et le César de la chemise est décerné à #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1544079406/290534_10150353574305944_568050943_10164930_4124591_o_normal.jpg" +}, +"title": "Chloé Merlet: Et le César de la chemise est décerné à #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 354000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et le C\\u00e9sar de la chemise est d\\u00e9cern\\u00e9 \\u00e0 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176689482928128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":74,\"screen_name\":\"ChloeMlt\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":417,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":43,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1544079406\\/290534_10150353574305944_568050943_10164930_4124591_o_normal.jpg\",\"description\":\"Vend\\u00e9enne mais 2.0, provinciale mais shoe-addict. Tout est possible. Et mon bureau a vue sur mer.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"77496298\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1544079406\\/290534_10150353574305944_568050943_10164930_4124591_o_normal.jpg\",\"name\":\"Chlo\\u00e9 Merlet\",\"default_profile_image\":false,\"created_at\":\"Sat Sep 26 15:13:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":77496298,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176689482928128,\"created_at\":\"Fri Feb 24 22:45:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 354000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6bfd3111-ee57-4c63-b62f-6f1f4d4900fe-173176689482928128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Très très très bien le début !!!", +"img": { +"src": "http://a1.twimg.com/profile_images/1808549243/GUM1_normal.png" +}, +"title": "Eric: #lgw Très très très bien le début !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 354000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Tr\\u00e8s tr\\u00e8s tr\\u00e8s bien le d\\u00e9but !!!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176686425292800\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"GUM_reporter\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":31,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851193688\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":77,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"119511819\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"GUM le chewing gum\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed Mar 03 21:47:35 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":119511819,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851193688\\/image_normal.jpg\"},\"truncated\":false,\"id\":173176686425292800,\"created_at\":\"Fri Feb 24 22:45:14 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 354000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "044e09f1-c61c-4af2-8336-05c8923b2c9e-173176686425292800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sur le plateau du Grand Webze ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1479521127/willandco_newlook_v3c-05_normal.png" +}, +"title": "Will&Co: Sur le plateau du Grand Webze ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 354000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Sur le plateau du Grand Webze ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176686081359875\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"e8e8e8\",\"screen_name\":\"willandco\",\"lang\":\"fr\",\"favourites_count\":26,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":325,\"location\":\"Strasbourg\",\"profile_text_color\":\"30302d\",\"followers_count\":1137,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1479521127\\/willandco_newlook_v3c-05_normal.png\",\"description\":\"Will&Co, le podcast s\\u00e9rieusement marrant dans lequel on parle actu et culture, mais toujours dans une bonne humeur rafra\\u00eechissante !\",\"statuses_count\":7695,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/179802106\\/bg3.png\",\"show_all_inline_media\":false,\"listed_count\":109,\"profile_link_color\":\"f30086\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"30302d\",\"protected\":false,\"id_str\":\"22900641\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Will&Co\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/179802106\\/bg3.png\",\"created_at\":\"Thu Mar 05 09:18:18 +0000 2009\",\"profile_sidebar_fill_color\":\"fafafa\",\"id\":22900641,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.willandco.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1479521127\\/willandco_newlook_v3c-05_normal.png\"},\"truncated\":false,\"id\":173176686081359875,\"created_at\":\"Fri Feb 24 22:45:14 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 354000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "56615d62-0a6b-43a4-86ca-cb4b0613ed2c-173176686081359875" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "The Artist Meilleur film. Bon ca c'est fait. maintenant #lgw.", +"img": { +"src": "http://a0.twimg.com/profile_images/1819882790/tetocarre_normal.jpg" +}, +"title": "Cédric BILLAUDELLE: The Artist Meilleur film. Bon ca c'est fait. maintenant #lgw.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 358000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"The Artist Meilleur film. Bon ca c'est fait. maintenant #lgw.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176706532782080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"Cbill0\",\"lang\":\"fr\",\"profile_text_color\":\"F2ECF9\",\"statuses_count\":1109,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"location\":\"Lille, FR\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"1a1aba\",\"followers_count\":30,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 l'IAE de Lille, mais pur produit des Ardennes. Aime beaucoup apprendre, mais n'aime pas qu'on lui fasse la le\\u00e7on.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E44B22\",\"id_str\":\"84313428\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"profile_sidebar_fill_color\":\"2C446A\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"name\":\"C\\u00e9dric BILLAUDELLE\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 12:34:22 +0000 2009\",\"profile_sidebar_border_color\":\"0C0F22\",\"id\":84313428,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176706532782080,\"created_at\":\"Fri Feb 24 22:45:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 358000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5e4442a4-a763-44e1-8af4-0e5a2ccf131c-173176706532782080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le césar de la plus belle chemise est attribué à @Vinvin #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1833830553/avatar-noir-et-blanc-photobooth_normal.jpg" +}, +"title": "Baudouin VanHumbeeck: Le césar de la plus belle chemise est attribué à @Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 361000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Le c\\u00e9sar de la plus belle chemise est attribu\\u00e9 \\u00e0 @Vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[49,56],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176719019212801\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"somebaudy\",\"lang\":\"fr\",\"favourites_count\":1191,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":2945,\"location\":\"Schaerbeek, Belgoslovaquie\",\"profile_text_color\":\"000000\",\"followers_count\":2691,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1833830553\\/avatar-noir-et-blanc-photobooth_normal.jpg\",\"description\":\"belgian writer (ascendant geek) - Mon stylo est un rasoir d'Ockham qui se prend pour une call-girl (ou l'inverse). FR\\/NL\\/EN\",\"statuses_count\":17090,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/89113514\\/background-twitter-elephant.png\",\"show_all_inline_media\":false,\"listed_count\":173,\"profile_link_color\":\"002fa7\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"444444\",\"protected\":false,\"id_str\":\"195503\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Baudouin VanHumbeeck\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/89113514\\/background-twitter-elephant.png\",\"created_at\":\"Sat Dec 23 12:51:34 +0000 2006\",\"profile_sidebar_fill_color\":\"edc7c7\",\"id\":195503,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/retiendra.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833830553\\/avatar-noir-et-blanc-photobooth_normal.jpg\"},\"truncated\":false,\"id\":173176719019212801,\"created_at\":\"Fri Feb 24 22:45:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 361000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "632f44cd-5bcb-425e-afdf-3a02b8a0cbb0-173176719019212801" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sinon moi je regarde #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1851178724/61_normal.png" +}, +"title": "Colombien et toi ?: Sinon moi je regarde #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 366000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Sinon moi je regarde #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176737100865537\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"HAYTSH\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9720,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"location\":\"\\u30b9\\u30c8\\u30e9\\u30b9\\u30d6\\u30fc\\u30eb\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"description\":\"J'suis un ksos j'ai 5 ans. \",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"277031586\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"name\":\"Colombien et toi ?\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 04 15:24:48 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":277031586,\"utc_offset\":3600,\"favourites_count\":83,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176737100865537,\"created_at\":\"Fri Feb 24 22:45:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 366000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "50d9df86-80e9-4fb2-9318-55cb5a542ba8-173176737100865537" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il faudrait mettre le public des Césars et l'intérêt de Confessions intimes dans Le Grand webze #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: Il faudrait mettre le public des Césars et l'intérêt de Confessions intimes dans Le Grand webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 366000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il faudrait mettre le public des C\\u00e9sars et l'int\\u00e9r\\u00eat de Confessions intimes dans Le Grand webze #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176736702398464\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"4BB7DF\",\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"favourites_count\":98,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":319,\"location\":\"Toulouse.\",\"profile_text_color\":\"8FCAE0\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"statuses_count\":5838,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"protected\":false,\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"R\\u00e9mi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_fill_color\":\"191F22\",\"id\":161146189,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\"},\"truncated\":false,\"id\":173176736702398464,\"created_at\":\"Fri Feb 24 22:45:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 366000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d097ba09-84c0-4d11-895f-a737a1ce8308-173176736702398464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tiens on voit @FlorencePorcel RT en direct ! @LeGrandWebze #lgw http://t.co/Ef94lgxr", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Tiens on voit @FlorencePorcel RT en direct ! @LeGrandWebze #lgw http://t.co/Ef94lgxr", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 368000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Tiens on voit @FlorencePorcel RT en direct ! @LeGrandWebze #lgw http:\\/\\/t.co\\/Ef94lgxr\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[14,29],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173},{\"screen_name\":\"LeGrandWebze\",\"indices\":[45,58],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}],\"media\":[{\"type\":\"photo\",\"indices\":[64,84],\"sizes\":{\"large\":{\"h\":765,\"resize\":\"fit\",\"w\":1024},\"medium\":{\"h\":448,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":254,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/Amc_VI5CEAEuQeO.jpg\",\"id_str\":\"173176743073550337\",\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173176743069356032\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/Amc_VI5CEAEuQeO.jpg\",\"id\":173176743073550337,\"display_url\":\"pic.twitter.com\\/Ef94lgxr\",\"url\":\"http:\\/\\/t.co\\/Ef94lgxr\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176743069356032\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6695,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176743069356032,\"created_at\":\"Fri Feb 24 22:45:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 368000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4aef3e72-a752-40f9-bed4-9b96742804f0-173176743069356032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'aime les jolies chemises .. J'tai niqué #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1780275371/335878_3126302603495_1442578370_33246016_798248012_o_normal.jpg" +}, +"title": "_revan_: J'aime les jolies chemises .. J'tai niqué #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 368000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'aime les jolies chemises .. J'tai niqu\\u00e9 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176747917967360\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":160,\"screen_name\":\"_revan_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2719,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":60,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780275371\\/335878_3126302603495_1442578370_33246016_798248012_o_normal.jpg\",\"description\":\"\\u00c9tudiant R&T - ici je parle de tout et surtout de rien ^_^\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"86814993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780275371\\/335878_3126302603495_1442578370_33246016_798248012_o_normal.jpg\",\"name\":\"_revan_\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 01 22:15:07 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":86814993,\"utc_offset\":3600,\"favourites_count\":22,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176747917967360,\"created_at\":\"Fri Feb 24 22:45:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 368000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1d35aa04-3421-4e4c-a78c-d3bdea76c5f1-173176747917967360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Milcah7: Déjà morte de rire devant Déconne Man! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1735644265/front_de_gauche_annee_normal.jpg" +}, +"title": "Cachounette: RT @Milcah7: Déjà morte de rire devant Déconne Man! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 369000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Milcah7: D\\u00e9j\\u00e0 morte de rire devant D\\u00e9conne Man! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Milcah7\",\"indices\":[3,11],\"name\":\"Lucie\",\"id_str\":\"63258588\",\"id\":63258588}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"D\\u00e9j\\u00e0 morte de rire devant D\\u00e9conne Man! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176217124610049\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"favourites_count\":13,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":149,\"location\":\"France\",\"profile_text_color\":\"807d80\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"statuses_count\":9481,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Lucie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":63258588,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\"},\"truncated\":false,\"id\":173176217124610049,\"created_at\":\"Fri Feb 24 22:43:22 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176751793516544\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"cachounette\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":40,\"location\":\"France\",\"profile_text_color\":\"3E4415\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"description\":\"sage femme, militante PCF-Front de gauche et CGT\",\"statuses_count\":250,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"39092205\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cachounette\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Sun May 10 18:40:14 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":39092205,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\"},\"truncated\":false,\"id\":173176751793516544,\"created_at\":\"Fri Feb 24 22:45:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 369000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9d70fc71-70d2-41c1-a35d-faf34d7f1b5c-173176751793516544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel #lgw oué :o", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: @FlorencePorcel #lgw oué :o", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 370000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel #lgw ou\\u00e9 :o\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176753345413120\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173176753345413120,\"created_at\":\"Fri Feb 24 22:45:30 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 370000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0e9f0fd3-752a-4af8-b5b3-e24bfc7fd77e-173176753345413120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: C'EST PARTI #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1811600999/IMG_1752_normal.jpg" +}, +"title": "holdenfr: RT @LeGrandWebze: C'EST PARTI #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 372000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: C'EST PARTI #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"C'EST PARTI #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175368226844672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1479,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3114,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175368226844672,\"created_at\":\"Fri Feb 24 22:39:59 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176761553661952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":240,\"screen_name\":\"holdenfr74\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":790,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1811600999\\/IMG_1752_normal.jpg\",\"description\":\"Les propos tenus ici n'engagent personne...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"id_str\":\"298602602\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"969a9c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811600999\\/IMG_1752_normal.jpg\",\"name\":\"holdenfr\",\"default_profile_image\":false,\"created_at\":\"Sat May 14 16:12:05 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":298602602,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176761553661952,\"created_at\":\"Fri Feb 24 22:45:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 372000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9457cd4f-01e2-469d-aca5-44d1f350a08a-173176761553661952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "c'est vrai que commencer #lgw par un \"je t'ai niqué\" c'est moyen. VIRONS FRANCOIS !", +"img": { +"src": "http://a2.twimg.com/profile_images/1427838155/P7114024_normal.JPG" +}, +"title": "jali: c'est vrai que commencer #lgw par un \"je t'ai niqué\" c'est moyen. VIRONS FRANCOIS !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 378000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"c'est vrai que commencer #lgw par un \\\"je t'ai niqu\\u00e9\\\" c'est moyen. VIRONS FRANCOIS !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176787625443328\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"Jali\",\"lang\":\"fr\",\"favourites_count\":148,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":110,\"location\":\"FR\",\"profile_text_color\":\"574b57\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"statuses_count\":30517,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"is_translator\":true,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"jali\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":8064742,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.jali.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\"},\"truncated\":false,\"id\":173176787625443328,\"created_at\":\"Fri Feb 24 22:45:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 378000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d7281b59-1c60-4a30-bf69-e155615eaca6-173176787625443328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @enonciation t'es passé à la télé!", +"img": { +"src": "http://a0.twimg.com/profile_images/1844216482/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif" +}, +"title": "The MythosNews: #lgw @enonciation t'es passé à la télé!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 378000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw @enonciation t'es pass\\u00e9 \\u00e0 la t\\u00e9l\\u00e9!\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"enonciation\",\"indices\":[5,17],\"name\":\"Enonciation\",\"id_str\":\"180816153\",\"id\":180816153}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176787835170817\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"65B0DA\",\"screen_name\":\"utopic92\",\"lang\":\"fr\",\"favourites_count\":25,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":161,\"location\":\"Paris ..et sa R\\u00e9gion.\",\"profile_text_color\":\"883cc2\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844216482\\/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif\",\"description\":\" \",\"statuses_count\":4252,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/425920000\\/038.JPG\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0900ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"protected\":false,\"id_str\":\"301585182\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"The MythosNews\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425920000\\/038.JPG\",\"created_at\":\"Thu May 19 18:25:43 +0000 2011\",\"profile_sidebar_fill_color\":\"bfc4c7\",\"id\":301585182,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/madeinfrance-citizenband.blogspot.com\\/2010\\/10\\/httpvids.html\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844216482\\/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif\"},\"truncated\":false,\"id\":173176787835170817,\"created_at\":\"Fri Feb 24 22:45:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 378000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c44a3c2b-72bc-406e-941a-ff13793a548a-173176787835170817" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon on passe à #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1727266317/oimtampon_normal.jpg" +}, +"title": "Lucas Parax: Bon on passe à #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 379000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon on passe \\u00e0 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176793740750848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":731,\"screen_name\":\"lucasparax\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9269,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"990000\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"description\":\"Politique, musique, r\\u00e9flexions absurdes. J'aime bien votre veste, mais faudrait penser \\u00e0 ne pas la retourner. #\\u00e9lys\\u00e9e_2012 #rock\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"333415548\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"name\":\"Lucas Parax\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 11 14:14:27 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":333415548,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/lucasparax.over-blog.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176793740750848,\"created_at\":\"Fri Feb 24 22:45:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 379000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0ac8365a-8689-4d9c-aee4-ed6992da3937-173176793740750848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon, commençons plutôt par les choses gentilles : on est bien content de les retrouver #lgw, parce qu'il n'y en a pas deux", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: Bon, commençons plutôt par les choses gentilles : on est bien content de les retrouver #lgw, parce qu'il n'y en a pas deux", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 383000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Bon, commen\\u00e7ons plut\\u00f4t par les choses gentilles : on est bien content de les retrouver #lgw, parce qu'il n'y en a pas deux\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[87,91]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176809997869056\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":132,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"statuses_count\":545,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jean-Louis Coste\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":244454441,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\"},\"truncated\":false,\"id\":173176809997869056,\"created_at\":\"Fri Feb 24 22:45:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 383000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bc237d74-be58-4859-a6ff-1647f950b633-173176809997869056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw vote vote vote!!! http://t.co/fVwbp7Da", +"img": { +"src": "http://a2.twimg.com/profile_images/1801682939/image_normal.jpg" +}, +"title": "alexandra evan: #lgw vote vote vote!!! http://t.co/fVwbp7Da", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 383000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#lgw vote vote vote!!! http:\\/\\/t.co\\/fVwbp7Da\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}],\"media\":[{\"type\":\"photo\",\"indices\":[23,43],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":768},\"medium\":{\"h\":800,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":453,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/Amc_Y9aCIAA50mf.jpg\",\"id_str\":\"173176808710217728\",\"expanded_url\":\"http:\\/\\/twitter.com\\/alexevan\\/status\\/173176808706023425\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/Amc_Y9aCIAA50mf.jpg\",\"id\":173176808710217728,\"display_url\":\"pic.twitter.com\\/fVwbp7Da\",\"url\":\"http:\\/\\/t.co\\/fVwbp7Da\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176808706023425\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":18,\"screen_name\":\"alexevan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":295,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":113,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"description\":\"Global Planning Director @ DDB interested in people, conversations, behaviour. Passionate by arequipe, wine & traveling. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"33499701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"name\":\"alexandra evan\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 20 12:45:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":33499701,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176808706023425,\"created_at\":\"Fri Feb 24 22:45:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 383000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4a4f74a6-b020-4d61-8326-dbdba508280d-173176808706023425" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Meilleur film : The Artist #Cesar2012 Une bonne occasion de zapper sur #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1186579939/skullpat4playboy_normal.jpg" +}, +"title": "skullpat: Meilleur film : The Artist #Cesar2012 Une bonne occasion de zapper sur #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 385000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Meilleur film : The Artist #Cesar2012 Une bonne occasion de zapper sur #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[27,37]},{\"text\":\"LGW\",\"indices\":[71,75]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176818050924544\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"faaa16\",\"screen_name\":\"skullpat\",\"lang\":\"en\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":712,\"location\":\"Atlantic Ocean\",\"profile_text_color\":\"000000\",\"followers_count\":1372,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\",\"description\":\"Voyageur permanent !! http:\\/\\/marseille.tv\",\"statuses_count\":23403,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":104,\"profile_link_color\":\"44a1d0\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"8148052\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"skullpat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"created_at\":\"Sun Aug 12 23:46:20 +0000 2007\",\"profile_sidebar_fill_color\":\"ecebef\",\"id\":8148052,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/skullpat.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\"},\"truncated\":false,\"id\":173176818050924544,\"created_at\":\"Fri Feb 24 22:45:45 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 385000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "500db8ed-6f24-4005-9122-77221638fcab-173176818050924544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @willandco: Sur le plateau du Grand Webze ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1224089089/satoorn_normal.jpg" +}, +"title": "Satoorn: RT @willandco: Sur le plateau du Grand Webze ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 389000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @willandco: Sur le plateau du Grand Webze ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"willandco\",\"indices\":[3,13],\"name\":\"Will&Co\",\"id_str\":\"22900641\",\"id\":22900641}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Sur le plateau du Grand Webze ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176686081359875\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"e8e8e8\",\"screen_name\":\"willandco\",\"lang\":\"fr\",\"favourites_count\":26,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":325,\"location\":\"Strasbourg\",\"profile_text_color\":\"30302d\",\"followers_count\":1137,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1479521127\\/willandco_newlook_v3c-05_normal.png\",\"description\":\"Will&Co, le podcast s\\u00e9rieusement marrant dans lequel on parle actu et culture, mais toujours dans une bonne humeur rafra\\u00eechissante !\",\"statuses_count\":7695,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/179802106\\/bg3.png\",\"show_all_inline_media\":false,\"listed_count\":109,\"profile_link_color\":\"f30086\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"30302d\",\"protected\":false,\"id_str\":\"22900641\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Will&Co\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/179802106\\/bg3.png\",\"created_at\":\"Thu Mar 05 09:18:18 +0000 2009\",\"profile_sidebar_fill_color\":\"fafafa\",\"id\":22900641,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.willandco.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1479521127\\/willandco_newlook_v3c-05_normal.png\"},\"truncated\":false,\"id\":173176686081359875,\"created_at\":\"Fri Feb 24 22:45:14 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176833343361025\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"Satoorn\",\"lang\":\"fr\",\"favourites_count\":18,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":133,\"location\":\"Paris, France\",\"profile_text_color\":\"000000\",\"followers_count\":391,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1224089089\\/satoorn_normal.jpg\",\"description\":\"Movie news et reviews from outer space. An audio podcast by @NoWatch.\",\"statuses_count\":2182,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/233211837\\/tw.jpg\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"c00d00\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"21564714\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Satoorn\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/233211837\\/tw.jpg\",\"created_at\":\"Sun Feb 22 13:30:35 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":21564714,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/satoorn.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1224089089\\/satoorn_normal.jpg\"},\"truncated\":false,\"id\":173176833343361025,\"created_at\":\"Fri Feb 24 22:45:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 389000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d23b5a69-2136-4789-a591-d64314f4029e-173176833343361025" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Vinvin est plus décontracté, plus raccord avec le prof.", +"img": { +"src": "http://a2.twimg.com/profile_images/944881104/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg" +}, +"title": "José Phinebacker: #LGW Vinvin est plus décontracté, plus raccord avec le prof.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 389000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW Vinvin est plus d\\u00e9contract\\u00e9, plus raccord avec le prof.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176832869404672\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Phinebacker\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":140,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":117,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\",\"description\":\"Phinebacker, twitteur homeopathique...\",\"statuses_count\":1251,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"6296872\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Jos\\u00e9 Phinebacker\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Thu May 24 21:11:03 +0000 2007\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":6296872,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/phinebacker.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\"},\"truncated\":false,\"id\":173176832869404672,\"created_at\":\"Fri Feb 24 22:45:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 389000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e281ffb9-8ee5-49d0-8223-ab86608ba035-173176832869404672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1809125586/511623309_normal.jpg" +}, +"title": "Alexandre GAUZY: #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 391000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cQui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176843900428288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":979,\"screen_name\":\"AlexandreGauzy\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":2075,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/425753084\\/mountain-gorillas-africa-sartore_47914_990x742.jpg\",\"location\":\"Toulouse, France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"2FC2EF\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1809125586\\/511623309_normal.jpg\",\"description\":\"Relations internationales, g\\u00e9opolitique, sport, chocolat. Bref un mec normal. http:\\/\\/sociophagie.tumblr.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"43353234\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425753084\\/mountain-gorillas-africa-sartore_47914_990x742.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809125586\\/511623309_normal.jpg\",\"name\":\"Alexandre GAUZY\",\"default_profile_image\":false,\"created_at\":\"Fri May 29 15:47:18 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":43353234,\"utc_offset\":-10800,\"favourites_count\":15,\"url\":\"http:\\/\\/sociophagie.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176843900428288,\"created_at\":\"Fri Feb 24 22:45:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 391000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f53b8276-4625-4600-8b1c-57501714c567-173176843900428288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @alexevan: La fin c'est fait! L'émission peut commencer! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: RT @alexevan: La fin c'est fait! L'émission peut commencer! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 392000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @alexevan: La fin c'est fait! L'\\u00e9mission peut commencer! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"alexevan\",\"indices\":[3,12],\"id_str\":\"33499701\",\"name\":\"alexandra evan\",\"id\":33499701}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"La fin c'est fait! L'\\u00e9mission peut commencer! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176427372482560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":18,\"screen_name\":\"alexevan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":295,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":113,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"description\":\"Global Planning Director @ DDB interested in people, conversations, behaviour. Passionate by arequipe, wine & traveling. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"33499701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"name\":\"alexandra evan\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 20 12:45:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":33499701,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176427372482560,\"created_at\":\"Fri Feb 24 22:44:12 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176847012601857\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6696,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176847012601857,\"created_at\":\"Fri Feb 24 22:45:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 392000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c0876dd7-3538-4ace-8537-c2f6c9efab7c-173176847012601857" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ET docn, les gens sur #irc ils sont pas sur la bubble? #lgw pffff", +"img": { +"src": "http://a2.twimg.com/profile_images/1780301867/avatar_normal.jpg" +}, +"title": "Okhin: ET docn, les gens sur #irc ils sont pas sur la bubble? #lgw pffff", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 393000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"ET docn, les gens sur #irc ils sont pas sur la bubble? #lgw pffff\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"irc\",\"indices\":[22,26]},{\"text\":\"lgw\",\"indices\":[55,59]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176853450862593\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"2f1812\",\"screen_name\":\"okhin\",\"lang\":\"en\",\"favourites_count\":38,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":441,\"location\":\"Paris, France\",\"profile_text_color\":\"739694\",\"followers_count\":797,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"statuses_count\":10333,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"protected\":false,\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Okhin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_fill_color\":\"411c0f\",\"id\":49560409,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"https:\\/\\/about.okhin.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\"},\"truncated\":false,\"id\":173176853450862593,\"created_at\":\"Fri Feb 24 22:45:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 393000, +"tags": [ +{ +"id-ref": "ef044dd4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7dfce8e3-89d6-4dfb-9bb4-5cafae2b6d95-173176853450862593" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François #change2ton #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: François #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 395000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois #change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[9,20]},{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176861508116480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176861508116480,\"created_at\":\"Fri Feb 24 22:45:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 395000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d6a72306-62d7-4a61-8d65-a06bdf21f481-173176861508116480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ça manque de lumière non ? #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1803065777/me_w_arb_normal.jpg" +}, +"title": "Zacal: ça manque de lumière non ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 395000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u00e7a manque de lumi\\u00e8re non ? #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176857951338496\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"zacal33\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":602,\"location\":\"Bordeaux\",\"profile_text_color\":\"333333\",\"followers_count\":258,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"description\":\"Si on remboursait le temps perdu, je serais riche. Politiquement ambidextre asym\\u00e9trique, dominante h\\u00e9misph\\u00e8re gauche. Serial retweeter de @solangeteparle\",\"statuses_count\":3673,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"51889223\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Zacal\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Jun 28 23:59:26 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":51889223,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\"},\"truncated\":false,\"id\":173176857951338496,\"created_at\":\"Fri Feb 24 22:45:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 395000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "112abdcb-ccd5-4873-9f65-98befcd007f6-173176857951338496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c bon #CESAR2012 fini on arrive !", +"img": { +"src": "http://a0.twimg.com/profile_images/1677676216/fender_2_normal.jpg" +}, +"title": "Sébastien vdo: #lgw c bon #CESAR2012 fini on arrive !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 395000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c bon #CESAR2012 fini on arrive !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"CESAR2012\",\"indices\":[11,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176857930366976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"screen_name\":\"sebvdo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Juste l\\u00e0...\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"990000\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"description\":\"Web\\/Zic\\/Foot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"97193463\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"name\":\"S\\u00e9bastien vdo\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 16 11:57:29 +0000 2009\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":97193463,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176857930366976,\"created_at\":\"Fri Feb 24 22:45:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 395000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d9f9e988-8687-4051-adaf-d96afdbb8357-173176857930366976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste nonmais oh #lgw !", +"img": { +"src": "http://a1.twimg.com/profile_images/1689415774/371493_1656111221_1529021747_n_normal.jpg" +}, +"title": "thomas: #ilreste nonmais oh #lgw !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 402000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste nonmais oh #lgw !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176888699793408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":55,\"screen_name\":\"Thomas__Ch\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3757,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Chez moi\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1689415774\\/371493_1656111221_1529021747_n_normal.jpg\",\"description\":\"Coucou.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"195455878\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1689415774\\/371493_1656111221_1529021747_n_normal.jpg\",\"name\":\"thomas\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 26 19:10:23 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":195455878,\"utc_offset\":3600,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176888699793408,\"created_at\":\"Fri Feb 24 22:46:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 402000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d6be73ed-4c9c-4b01-a0d0-118abcd90a18-173176888699793408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On dit un \"hache tâg\" :D #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: On dit un \"hache tâg\" :D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 402000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On dit un \\\"hache t\\u00e2g\\\" :D #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176890394279936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10391,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176890394279936,\"created_at\":\"Fri Feb 24 22:46:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 402000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "72b23e9c-9be1-427c-be47-3272981d85c5-173176890394279936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Faut-il garder François Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Faut-il garder François Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 404000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Faut-il garder Fran\\u00e7ois Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[42,50]},{\"text\":\"IlPart\",\"indices\":[51,58]},{\"text\":\"cQui\",\"indices\":[59,64]},{\"text\":\"change2ton\",\"indices\":[65,76]},{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176896102744065\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3115,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176896102744065,\"created_at\":\"Fri Feb 24 22:46:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 404000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "39e2ea7e-f9ed-4eab-b333-55f78c900377-173176896102744065" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1801974559/51VNTOCGF1L._SS400__normal.jpg" +}, +"title": "Guillaume Gurdil: #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 404000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176895725252611\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":164,\"screen_name\":\"gurdiiil\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2778,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"description\":\"Geek\\/Nerd, drogu\\u00e9 \\u00e0 la musique, atterr\\u00e9 perp\\u00e9tuel (parce qu'indign\\u00e9, c'est galvaud\\u00e9) qui garde le sens de l'humour (beh ouais, faut bien!)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"89754233\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"name\":\"Guillaume Gurdil\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 13 17:56:00 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":89754233,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/luniquemonsieurtoutlemonde.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176895725252611,\"created_at\":\"Fri Feb 24 22:46:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 404000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5d357987-2e74-490c-9ec4-ea25acea3045-173176895725252611" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allez hop #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1643374736/1_normal.jpg" +}, +"title": "Loic Etienne: Allez hop #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 405000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Allez hop #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176902108987393\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":991,\"screen_name\":\"loaketienne\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1591,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Vallis Clausa\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":228,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1643374736\\/1_normal.jpg\",\"description\":\"D\\u00e9veloppeur \\u00e9co dans le sud de la France. Jazz, cin\\u00e9, passion pour la Nouvelle Z\\u00e9lande.\\r\\n1\\/5 de nffp-records.com\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"276901578\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1643374736\\/1_normal.jpg\",\"name\":\"Loic Etienne\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 04 09:37:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":276901578,\"utc_offset\":3600,\"favourites_count\":23,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176902108987393,\"created_at\":\"Fri Feb 24 22:46:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 405000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cbfe5a4c-00d8-4515-962c-a9b74b6077c4-173176902108987393" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #lgw :D", +"img": { +"src": "http://a0.twimg.com/profile_images/1843832843/Photo_du_21-02-12___19.49_normal.jpg" +}, +"title": "Alice Wonderland: #ilReste #lgw :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 406000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilReste #lgw :D\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176907691601920\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"moustikette\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":140,\"location\":\"Near Paris\",\"profile_text_color\":\"333333\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"description\":\"J'ai un bonnet Tigrou! And so what? :D\",\"statuses_count\":217,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"23988907\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Alice Wonderland\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Thu Mar 12 17:33:07 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":23988907,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/wonderlandalice.wordpress.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\"},\"truncated\":false,\"id\":173176907691601920,\"created_at\":\"Fri Feb 24 22:46:06 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 406000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e91b9771-ae2f-4dc4-afbb-cc5823e90018-173176907691601920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw On est à l'antenne, là ?! Pfff ça marche jamais ces truc 2.0 :/.....Euh Bonjour :) Non faut que Francois reste #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1649856860/avatpagetwsn_normal.jpg" +}, +"title": "lôtre demédeu: #lgw On est à l'antenne, là ?! Pfff ça marche jamais ces truc 2.0 :/.....Euh Bonjour :) Non faut que Francois reste #ilreste", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 406000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw On est \\u00e0 l'antenne, l\\u00e0 ?! Pfff \\u00e7a marche jamais ces truc 2.0 :\\/.....Euh Bonjour :) Non faut que Francois reste #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[117,125]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176906286514176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":81,\"screen_name\":\"lotre\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":10314,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"location\":\"just there\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"description\":\"man, z\\u00e9ro de l'univers !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"7233942\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"name\":\"l\\u00f4tre dem\\u00e9deu\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 03 18:07:50 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":7233942,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176906286514176,\"created_at\":\"Fri Feb 24 22:46:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 406000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6de95665-2aac-4a49-875c-53731e3ff8ac-173176906286514176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 407000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #change2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176910220767233\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176910220767233,\"created_at\":\"Fri Feb 24 22:46:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 407000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f3a5bf75-3425-4e2f-bb84-0c167619755f-173176910220767233" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bon vu que tout le monde parle de #CI je vais aller sur #LGW moi u_u", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: bon vu que tout le monde parle de #CI je vais aller sur #LGW moi u_u", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 407000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"bon vu que tout le monde parle de #CI je vais aller sur #LGW moi u_u\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[34,37]},{\"text\":\"LGW\",\"indices\":[56,60]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176911143518208\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"favourites_count\":110,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":141,\"location\":\"Albi, France\",\"profile_text_color\":\"ba9012\",\"followers_count\":97,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"statuses_count\":5314,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":29086699,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/isshin-san.over-blog.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\"},\"truncated\":false,\"id\":173176911143518208,\"created_at\":\"Fri Feb 24 22:46:07 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 407000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "402802bb-4758-48ca-8c5a-93b45cb2b796-173176911143518208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@francoisrollin -> #IlReste mais #change2ton! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: @francoisrollin -> #IlReste mais #change2ton! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 409000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@francoisrollin -> #IlReste mais #change2ton! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[0,15],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[22,30]},{\"text\":\"change2ton\",\"indices\":[36,47]},{\"text\":\"LGW\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176918408040448\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"369489076\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4893,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":\"francoisrollin\",\"truncated\":false,\"id\":173176918408040448,\"created_at\":\"Fri Feb 24 22:46:09 +0000 2012\",\"in_reply_to_user_id\":369489076}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 409000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5bcf83da-d893-46c1-8897-c23d1710ae0c-173176918408040448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste enfin!!!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1841426692/image_normal.jpg" +}, +"title": "Peyow: #lgw #ilreste enfin!!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 411000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste enfin!!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176927270617088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":42,\"screen_name\":\"PeyowOner\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":125,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Grenoble\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1841426692\\/image_normal.jpg\",\"description\":\"Technicien du spectale survivant. Fain\\u00e9ant et casanier, donc totalement inoffensif.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"268921581\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841426692\\/image_normal.jpg\",\"name\":\"Peyow\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 19 19:00:41 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":268921581,\"utc_offset\":null,\"favourites_count\":12,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176927270617088,\"created_at\":\"Fri Feb 24 22:46:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 411000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e03e8ccd-10ae-453b-9165-dccb37e91fa4-173176927270617088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 411000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176927694241792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":75,\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":989,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"name\":\"Shik-a-Marrant\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_border_color\":\"c0c3c4\",\"id\":57607506,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176927694241792,\"created_at\":\"Fri Feb 24 22:46:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 411000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0dd58d63-e344-4dc4-9bca-427baf00890b-173176927694241792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 412000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176929107718145\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1157,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"name\":\"Cammarata Thierry\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":334554629,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176929107718145,\"created_at\":\"Fri Feb 24 22:46:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 412000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9366fe9d-1e63-493e-8ef3-40d123ea8904-173176929107718145" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste @vinvin tu sors ;)", +"img": { +"src": "http://a0.twimg.com/profile_images/1658546588/solidarnosc_normal.jpg" +}, +"title": "Miguel Teixeira: #lgw #ilreste @vinvin tu sors ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 412000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste @vinvin tu sors ;)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[15,22],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[6,14]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176933163601920\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"migteix\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":258,\"location\":\"Orleans\",\"profile_text_color\":\"333333\",\"followers_count\":267,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"description\":\"blogueur orl\\u00e9anais, parle surtout d'actu locale et sort 2\\/3 blagues de temps en temps...\",\"statuses_count\":2719,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"3543511\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Miguel Teixeira\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Apr 05 18:00:09 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":3543511,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.coteboulevard.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\"},\"truncated\":false,\"id\":173176933163601920,\"created_at\":\"Fri Feb 24 22:46:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 412000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2fe2630d-956b-4445-b384-e2ad3b123c9b-173176933163601920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlPart #LGW.", +"img": { +"src": "http://a0.twimg.com/profile_images/1851178724/61_normal.png" +}, +"title": "Colombien et toi ?: #IlPart #LGW.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 413000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#IlPart #LGW.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlPart\",\"indices\":[0,7]},{\"text\":\"LGW\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176934451261440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"HAYTSH\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9721,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"location\":\"\\u30b9\\u30c8\\u30e9\\u30b9\\u30d6\\u30fc\\u30eb\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"description\":\"J'suis un ksos j'ai 5 ans. \",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"277031586\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"name\":\"Colombien et toi ?\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 04 15:24:48 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":277031586,\"utc_offset\":3600,\"favourites_count\":83,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176934451261440,\"created_at\":\"Fri Feb 24 22:46:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 413000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4800d3c6-894d-413f-8593-210cfabcea1f-173176934451261440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "allez tous sur la 5 #lgw #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1816190925/stmaillot_normal.jpg" +}, +"title": "philippe : allez tous sur la 5 #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 413000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"allez tous sur la 5 #lgw #ilreste\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]},{\"text\":\"ilreste\",\"indices\":[25,33]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"screen_name\":\"saintmtex\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1816190925\\/stmaillot_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"65B0DA\",\"location\":\"aix en provence\",\"favourites_count\":9,\"description\":\"Sport addict, Joueur par intermittence de poker , Autoderision et bonne humeur inside , doublure officielle du professeur xavier \\r\\nwww.saintmtex.fr\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":802,\"profile_text_color\":\"3D1957\",\"followers_count\":808,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1816190925\\/stmaillot_normal.jpg\",\"statuses_count\":22957,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":41,\"profile_link_color\":\"FF0000\",\"protected\":false,\"is_translator\":false,\"name\":\"philippe \",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Mon Apr 25 12:28:35 +0000 2011\",\"profile_background_color\":\"642D8B\",\"id\":287653885,\"id_str\":\"287653885\",\"geo_enabled\":true,\"profile_background_tile\":true,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.saintmtex.fr\"},\"in_reply_to_status_id\":null,\"id\":173176936795865090,\"created_at\":\"Fri Feb 24 22:46:13 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176936795865090\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 413000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "376a5089-bc59-46e3-9551-f2dbe121584d-173176936795865090" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "on cherche à faire de l'interaction dans #lgw .... #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: on cherche à faire de l'interaction dans #lgw .... #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 413000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"on cherche \\u00e0 faire de l'interaction dans #lgw .... #cQui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]},{\"text\":\"cQui\",\"indices\":[51,56]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176936661651456\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"favourites_count\":68,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":400,\"location\":\"Ile de France, Nancy, Toulois\",\"profile_text_color\":\"333333\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"statuses_count\":13673,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"protected\":false,\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Godai Yusaku\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"id\":76995130,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\"},\"truncated\":false,\"id\":173176936661651456,\"created_at\":\"Fri Feb 24 22:46:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 413000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "17960859-e441-46c2-ace6-1e2e457579bb-173176936661651456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Arf le décor est glacial. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1769643928/logoTwitter__1__normal.png" +}, +"title": "Maxime Roca: Arf le décor est glacial. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 413000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Arf le d\\u00e9cor est glacial. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176935134928896\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000e0f\",\"screen_name\":\"wrngme\",\"lang\":\"fr\",\"favourites_count\":40,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":625,\"location\":\"Perpignan - France\",\"profile_text_color\":\"3C3940\",\"followers_count\":122,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1769643928\\/logoTwitter__1__normal.png\",\"description\":\"D\\u00e9veloppeur Informatique, fana de design minimaliste, photographe et musicien du dimanche.\",\"statuses_count\":590,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/382288243\\/forest.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"141142\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"051417\",\"protected\":false,\"id_str\":\"63152501\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Maxime Roca\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382288243\\/forest.jpg\",\"created_at\":\"Wed Aug 05 14:51:00 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":63152501,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.flickr.com\\/boucleinfinie\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1769643928\\/logoTwitter__1__normal.png\"},\"truncated\":false,\"id\":173176935134928896,\"created_at\":\"Fri Feb 24 22:46:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 413000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8b898196-a1f2-4b0d-a31e-3910791d9771-173176935134928896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je propose que le Professeur Rollin resurgisse et nous fasse un exposé de la progression en diagonale =) #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: Je propose que le Professeur Rollin resurgisse et nous fasse un exposé de la progression en diagonale =) #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 414000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je propose que le Professeur Rollin resurgisse et nous fasse un expos\\u00e9 de la progression en diagonale =) #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[105,109]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176937534070784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5566,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"location\":\"Saligny, France\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_border_color\":\"5c5c5c\",\"id\":12687332,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.k3nny.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176937534070784,\"created_at\":\"Fri Feb 24 22:46:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 414000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2c468791-0721-44e6-adc9-724d81d97530-173176937534070784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On veut garder Rollin, mais avec une chemise à la vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1650721797/Largy_normal.jpg" +}, +"title": "Largentula: On veut garder Rollin, mais avec une chemise à la vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 415000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"On veut garder Rollin, mais avec une chemise \\u00e0 la vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176943343185921\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"Largentula\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":116,\"location\":\"sur le canap\\u00e9\",\"profile_text_color\":\"333333\",\"followers_count\":174,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1650721797\\/Largy_normal.jpg\",\"description\":\"prout\",\"statuses_count\":3824,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"17374070\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Largentula\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"created_at\":\"Thu Nov 13 22:12:09 +0000 2008\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":17374070,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650721797\\/Largy_normal.jpg\"},\"truncated\":false,\"id\":173176943343185921,\"created_at\":\"Fri Feb 24 22:46:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 415000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "83037f9b-98c1-4a9c-b106-0174dbb30430-173176943343185921" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "et docn, frollin #ilreste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1780301867/avatar_normal.jpg" +}, +"title": "Okhin: et docn, frollin #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 416000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"et docn, frollin #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[17,25]},{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176946576998400\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"okhin\",\"lang\":\"en\",\"profile_text_color\":\"739694\",\"statuses_count\":10334,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"followers_count\":797,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"profile_sidebar_fill_color\":\"411c0f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"name\":\"Okhin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_border_color\":\"2f1812\",\"id\":49560409,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"https:\\/\\/about.okhin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176946576998400,\"created_at\":\"Fri Feb 24 22:46:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 416000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bfcc7853-981a-4394-b4a8-045882407634-173176946576998400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819530189/twitter_normal.png" +}, +"title": "Benoit Lebreau: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 416000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176948267290624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":605,\"screen_name\":\"benoitlebreau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4157,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"667033\",\"followers_count\":339,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"description\":\"sympathique et cool \\/\\/ danseur \\u00e9toile \\u00e0 NRJ Group \\/\\/ #runner parisien du soir, #radio amateur et tr\\u00e8s dr\\u00f4le \\u00e0 la t\\u00e9l\\u00e9\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"267290862\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"name\":\"Benoit Lebreau\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 16 17:22:17 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":267290862,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/www.benoitlebreau.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176948267290624,\"created_at\":\"Fri Feb 24 22:46:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 416000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "571f7f8b-aec5-4a00-8559-e8e76d96cc5c-173176948267290624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a2.twimg.com/profile_images/1801682939/image_normal.jpg" +}, +"title": "alexandra evan: #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 417000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176951966662657\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":18,\"screen_name\":\"alexevan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":295,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":113,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"description\":\"Global Planning Director @ DDB interested in people, conversations, behaviour. Passionate by arequipe, wine & traveling. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"33499701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"name\":\"alexandra evan\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 20 12:45:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":33499701,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176951966662657,\"created_at\":\"Fri Feb 24 22:46:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 417000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "de21e2a7-c776-4956-a48f-161ed211d0f9-173176951966662657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "on va dire #ilPart #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: on va dire #ilPart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 418000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"on va dire #ilPart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilPart\",\"indices\":[11,18]},{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176956165169153\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":886,\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":33183,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Pau\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"name\":\"Aur\\u00e9lien\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14321671,\"utc_offset\":3600,\"favourites_count\":140,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176956165169153,\"created_at\":\"Fri Feb 24 22:46:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 418000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6aa8f813-82c0-437d-bdc2-7fa7fb9e5739-173176956165169153" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @vivnvin #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1632512642/John_normal.jpg" +}, +"title": "Stephane : #lgw @vivnvin #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 419000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @vivnvin #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[14,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176959176679424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":159,\"screen_name\":\"stefLP\",\"lang\":\"fr\",\"profile_text_color\":\"6a1e00\",\"statuses_count\":1540,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0800b6\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"description\":\"Je travaille dans le monde de l'informatique et des pharmacies (depuis 17 ans) , et \\u00e9galement auto-entrepreneur \\u00e0 mes temps perdus. http:\\/\\/about.me\\/bealcost\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffe9d9\",\"id_str\":\"11192742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"profile_sidebar_fill_color\":\"ffecd9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"name\":\"Stephane \",\"default_profile_image\":false,\"created_at\":\"Sat Dec 15 10:31:27 +0000 2007\",\"profile_sidebar_border_color\":\"001e0e\",\"id\":11192742,\"utc_offset\":3600,\"favourites_count\":42,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176959176679424,\"created_at\":\"Fri Feb 24 22:46:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 419000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9e821d10-9512-431c-b9a1-f79591b2c31b-173176959176679424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilReste", +"img": { +"src": "http://a3.twimg.com/profile_images/1727266317/oimtampon_normal.jpg" +}, +"title": "Lucas Parax: #lgw #ilReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 420000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilReste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176963438092288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":731,\"screen_name\":\"lucasparax\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9270,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"990000\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"description\":\"Politique, musique, r\\u00e9flexions absurdes. J'aime bien votre veste, mais faudrait penser \\u00e0 ne pas la retourner. #\\u00e9lys\\u00e9e_2012 #rock\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"333415548\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"name\":\"Lucas Parax\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 11 14:14:27 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":333415548,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/lucasparax.over-blog.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176963438092288,\"created_at\":\"Fri Feb 24 22:46:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 420000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9212ff9b-baa5-4cf8-8284-63dc63534ed3-173176963438092288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste mais grave", +"img": { +"src": "http://a0.twimg.com/profile_images/1745897152/espress_normal.jpg" +}, +"title": "a.grigolini: #lgw #ilreste mais grave", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 420000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste mais grave\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176963660394496\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8a8a8\",\"screen_name\":\"antuan\",\"lang\":\"en\",\"favourites_count\":258,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":862,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":386,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"description\":\"ristretto sans sucre | direction de la strat\\u00e9gie \\u00e0 francetv (mais ce compte est personnel, n\\u2019engage que moi etc etc) | TL surtout en VF \\/ a volte in italiano\",\"statuses_count\":2387,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"show_all_inline_media\":true,\"listed_count\":14,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"5661312\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"a.grigolini\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"created_at\":\"Mon Apr 30 17:55:20 +0000 2007\",\"profile_sidebar_fill_color\":\"f2f2f2\",\"id\":5661312,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\"},\"truncated\":false,\"id\":173176963660394496,\"created_at\":\"Fri Feb 24 22:46:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 420000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d45aa68b-b295-444e-a936-e9cd596c8bef-173176963660394496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @skullpat: Meilleur film : The Artist #Cesar2012 Une bonne occasion de zapper sur #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1544200375/thumb_normal.jpg" +}, +"title": "Tube2Com: RT @skullpat: Meilleur film : The Artist #Cesar2012 Une bonne occasion de zapper sur #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 420000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @skullpat: Meilleur film : The Artist #Cesar2012 Une bonne occasion de zapper sur #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"skullpat\",\"indices\":[3,12],\"id_str\":\"8148052\",\"name\":\"skullpat\",\"id\":8148052}],\"urls\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[41,51]},{\"text\":\"LGW\",\"indices\":[85,89]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Meilleur film : The Artist #Cesar2012 Une bonne occasion de zapper sur #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[27,37]},{\"text\":\"LGW\",\"indices\":[71,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176818050924544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":712,\"screen_name\":\"skullpat\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":23402,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"location\":\"Atlantic Ocean\",\"show_all_inline_media\":false,\"listed_count\":104,\"profile_link_color\":\"44a1d0\",\"followers_count\":1372,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\",\"description\":\"Voyageur permanent !! http:\\/\\/marseille.tv\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"8148052\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"profile_sidebar_fill_color\":\"ecebef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\",\"name\":\"skullpat\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 12 23:46:20 +0000 2007\",\"profile_sidebar_border_color\":\"faaa16\",\"id\":8148052,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/skullpat.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176818050924544,\"created_at\":\"Fri Feb 24 22:45:45 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176963345821696\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":429,\"screen_name\":\"Tube2Com\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3832,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/293888537\\/t2c.png\",\"location\":\"Bzh\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"a6cf38\",\"followers_count\":421,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1544200375\\/thumb_normal.jpg\",\"description\":\"Paris - Londres - Plougoumelen\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"15179814\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/293888537\\/t2c.png\",\"profile_sidebar_fill_color\":\"e8ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1544200375\\/thumb_normal.jpg\",\"name\":\"Tube2Com\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 20 13:44:00 +0000 2008\",\"profile_sidebar_border_color\":\"7e704d\",\"id\":15179814,\"utc_offset\":3600,\"favourites_count\":8,\"url\":\"http:\\/\\/www.tube2com.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176963345821696,\"created_at\":\"Fri Feb 24 22:46:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 420000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "893b02a4-92ad-424d-92b7-1692b9ca89e5-173176963345821696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François #ilReste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: François #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 422000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois #ilReste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[9,17]},{\"text\":\"lgw\",\"indices\":[18,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176971562463234\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3247,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173176971562463234,\"created_at\":\"Fri Feb 24 22:46:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 422000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3367da8e-0ea7-43a2-b214-a293d00fe433-173176971562463234" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il faut qu'il parte #ilpart #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: Il faut qu'il parte #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 422000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Il faut qu'il parte #ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[20,27]},{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176972741066752\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":5141,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Marseille\\/Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"name\":\"Matthieu Michel\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":68460513,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176972741066752,\"created_at\":\"Fri Feb 24 22:46:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 422000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "681ba4a7-d511-4337-b796-96c1434b5e43-173176972741066752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 422000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176974599139329\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9482,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176974599139329,\"created_at\":\"Fri Feb 24 22:46:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 422000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "00d2b65c-5596-4769-85a2-85e6324acc30-173176974599139329" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a1.twimg.com/profile_images/1695316394/sttz_fav_plus_twitter_normal.png" +}, +"title": "STTZ™: #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 424000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176979523239936\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f70000\",\"screen_name\":\"Santtchez\",\"lang\":\"fr\",\"favourites_count\":221,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":296,\"location\":\"St Mand\\u00e9, PARIS\",\"profile_text_color\":\"000000\",\"followers_count\":253,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1695316394\\/sttz_fav_plus_twitter_normal.png\",\"description\":\"Blogueur et Blagueur.Logotophile voir logotophage. Un logo, Prenez contact: Santtchez@gmail.com #LOLgo #BBasile\",\"statuses_count\":7957,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/329414068\\/sttz_TWT.jpg\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"16a2cc\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"332249953\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"STTZ\\u2122\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/329414068\\/sttz_TWT.jpg\",\"created_at\":\"Sat Jul 09 13:38:44 +0000 2011\",\"profile_sidebar_fill_color\":\"404040\",\"id\":332249953,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/santtchez.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695316394\\/sttz_fav_plus_twitter_normal.png\"},\"truncated\":false,\"id\":173176979523239936,\"created_at\":\"Fri Feb 24 22:46:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 424000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "980c001e-8c7c-4e2b-9e57-7cc97d630526-173176979523239936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste @francoisrollin #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: #ilReste @francoisrollin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 424000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste @francoisrollin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[9,24],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176981855272960\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10392,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176981855272960,\"created_at\":\"Fri Feb 24 22:46:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 424000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3b6193f3-b365-4049-8522-7a88f06ce63a-173176981855272960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 425000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176985395273729\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5839,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":367,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176985395273729,\"created_at\":\"Fri Feb 24 22:46:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 425000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "67520761-b648-468f-928b-5cc75bbb027d-173176985395273729" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1577239476/monkey2_normal.jpg" +}, +"title": "Feaux: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 425000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176987370782720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":445,\"screen_name\":\"Alain_Feaux\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":371,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342627193\\/IMG_1241.JPG\",\"location\":\"Clamart\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":39,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1577239476\\/monkey2_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"119033186\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342627193\\/IMG_1241.JPG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1577239476\\/monkey2_normal.jpg\",\"name\":\"Feaux\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 02 13:24:00 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":119033186,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/pas-encore-hari-seldon-blog.over-blog.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176987370782720,\"created_at\":\"Fri Feb 24 22:46:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 425000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5ad77309-a157-4d29-9a3c-fa6a5be687e1-173176987370782720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw iReste", +"img": { +"src": "http://a3.twimg.com/profile_images/1612866761/2222_normal.jpg" +}, +"title": "makina: #lgw iReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 426000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw iReste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176990927564802\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"makina37\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"description\":\"\",\"statuses_count\":13,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"351529067\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"makina\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 09 11:20:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":351529067,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\"},\"truncated\":false,\"id\":173176990927564802,\"created_at\":\"Fri Feb 24 22:46:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 426000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4a9eb7f0-25a0-4abc-98d3-8602854c8285-173176990927564802" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@francoisrollin -> #IlReste mais #change2ton! #LGW!!!!!", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: @francoisrollin -> #IlReste mais #change2ton! #LGW!!!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 428000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@francoisrollin -> #IlReste mais #change2ton! #LGW!!!!!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[0,15],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[22,30]},{\"text\":\"change2ton\",\"indices\":[36,47]},{\"text\":\"LGW\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176998242426884\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"369489076\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4894,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":\"francoisrollin\",\"truncated\":false,\"id\":173176998242426884,\"created_at\":\"Fri Feb 24 22:46:28 +0000 2012\",\"in_reply_to_user_id\":369489076}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 428000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "86fb22cf-d190-4a26-85f3-999726a76b4b-173176998242426884" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non mais sérieux ... bon go #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1545219778/Lion-yellow_normal.png" +}, +"title": "Lion: Non mais sérieux ... bon go #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 429000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Non mais s\\u00e9rieux ... bon go #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[28,32]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177000977108993\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"MonsieurLion\",\"lang\":\"fr\",\"favourites_count\":11,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":277,\"location\":\"In Flight\",\"profile_text_color\":\"000000\",\"followers_count\":337,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1545219778\\/Lion-yellow_normal.png\",\"description\":\"Parfois je finis mes phrases parfois je n'y\",\"statuses_count\":9629,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26715550\\/00839_condensation_1680x1050.jpg\",\"show_all_inline_media\":true,\"listed_count\":34,\"profile_link_color\":\"244067\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9c6d9c\",\"protected\":false,\"id_str\":\"61885781\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Lion\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26715550\\/00839_condensation_1680x1050.jpg\",\"created_at\":\"Fri Jul 31 22:00:03 +0000 2009\",\"profile_sidebar_fill_color\":\"ffeba8\",\"id\":61885781,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.monsieurlion.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1545219778\\/Lion-yellow_normal.png\"},\"truncated\":false,\"id\":173177000977108993,\"created_at\":\"Fri Feb 24 22:46:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 429000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3dfc32f5-5ac1-4449-b489-c33afa13099e-173177000977108993" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a3.twimg.com/profile_images/1806602566/1328464247_Orange_normal.png" +}, +"title": "G.: #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 429000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177001509781506\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":126,\"screen_name\":\"g_____________n\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":488,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Plan\\u00e8te Terre, ou pas.\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":15,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1806602566\\/1328464247_Orange_normal.png\",\"description\":\"0x000000. Kernel Panic.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"30282941\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1806602566\\/1328464247_Orange_normal.png\",\"name\":\"G.\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 10 18:48:48 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":30282941,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177001509781506,\"created_at\":\"Fri Feb 24 22:46:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 429000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae722d1c-85b1-4528-8508-f9afc97fe960-173177001509781506" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi Twitter ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: C'est quoi Twitter ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 429000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est quoi Twitter ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177003061690369\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1093,\"location\":\"France\",\"profile_text_color\":\"636363\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"statuses_count\":21284,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Bakt El Raalis\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_fill_color\":\"141414\",\"id\":18515564,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.pelecanus.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\"},\"truncated\":false,\"id\":173177003061690369,\"created_at\":\"Fri Feb 24 22:46:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 429000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "26aac65e-1f29-4b48-81e4-ca424aa49485-173177003061690369" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "<3 @LeGrandWebze & @kheops2713 et son écharpe #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1684751725/tcxbzhar-550x550_normal.png" +}, +"title": "JellyFish Transl8: <3 @LeGrandWebze & @kheops2713 et son écharpe #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 430000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"<3 @LeGrandWebze & @kheops2713 et son \\u00e9charpe #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[6,19],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"kheops2713\",\"indices\":[22,33],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177004609380352\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":513,\"screen_name\":\"WeTransl8\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":3447,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"The Internetz\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"0084B4\",\"followers_count\":486,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1684751725\\/tcxbzhar-550x550_normal.png\",\"description\":\"Our aim is to provide a platform for translations of #Telecomix #Anon & cyberanthropology-related stuff. \\r\\n#opBlueBra http:\\/\\/bluebra.anontranslator.eu\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"022330\",\"id_str\":\"340345134\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1684751725\\/tcxbzhar-550x550_normal.png\",\"name\":\"JellyFish Transl8\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 22 15:07:52 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":340345134,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/anontranslator.eu\\/category\\/edito\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177004609380352,\"created_at\":\"Fri Feb 24 22:46:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 430000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "885e3259-35a9-42b9-8e4e-9a7ce2bbf341-173177004609380352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @alexevan: #lgw vote vote vote!!! http://t.co/fVwbp7Da", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: RT @alexevan: #lgw vote vote vote!!! http://t.co/fVwbp7Da", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 430000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @alexevan: #lgw vote vote vote!!! http:\\/\\/t.co\\/fVwbp7Da\",\"entities\":{\"urls\":[{\"indices\":[37,57],\"display_url\":\"pic.twitter.com\\/fVwbp7Da\",\"expanded_url\":\"http:\\/\\/twitter.com\\/alexevan\\/status\\/173176808706023425\\/photo\\/1\",\"url\":\"http:\\/\\/t.co\\/fVwbp7Da\"}],\"user_mentions\":[{\"screen_name\":\"alexevan\",\"indices\":[3,12],\"name\":\"alexandra evan\",\"id_str\":\"33499701\",\"id\":33499701}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw vote vote vote!!! http:\\/\\/t.co\\/fVwbp7Da\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}],\"media\":[{\"type\":\"photo\",\"indices\":[23,43],\"sizes\":{\"small\":{\"h\":453,\"resize\":\"fit\",\"w\":340},\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":768},\"medium\":{\"h\":800,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150}},\"media_url\":\"http:\\/\\/p.twimg.com\\/Amc_Y9aCIAA50mf.jpg\",\"id_str\":\"173176808710217728\",\"id\":173176808710217728,\"expanded_url\":\"http:\\/\\/twitter.com\\/alexevan\\/status\\/173176808706023425\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/fVwbp7Da\",\"url\":\"http:\\/\\/t.co\\/fVwbp7Da\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/Amc_Y9aCIAA50mf.jpg\"}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176808706023425\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"alexevan\",\"lang\":\"en\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":18,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":113,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"description\":\"Global Planning Director @ DDB interested in people, conversations, behaviour. Passionate by arequipe, wine & traveling. \",\"statuses_count\":295,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"33499701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"alexandra evan\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Apr 20 12:45:25 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":33499701,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\"},\"truncated\":false,\"id\":173176808706023425,\"created_at\":\"Fri Feb 24 22:45:43 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177005263691777\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6696,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173177005263691777,\"created_at\":\"Fri Feb 24 22:46:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 430000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0f098acb-0bf6-4a3d-8f41-67f7739f4672-173177005263691777" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "+1 RT @saintmtex: allez tous sur la 5 #lgw #ilreste", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: +1 RT @saintmtex: allez tous sur la 5 #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 430000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"+1 RT @saintmtex: allez tous sur la 5 #lgw #ilreste\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"saintmtex\",\"indices\":[6,16],\"id_str\":\"287653885\",\"name\":\"philippe \",\"id\":287653885}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]},{\"text\":\"ilreste\",\"indices\":[43,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177007297937408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34386,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":532,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177007297937408,\"created_at\":\"Fri Feb 24 22:46:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 430000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4db41392-87e4-4c62-b466-f411e5018282-173177007297937408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui #lgw #jet'aini**", +"img": { +"src": "http://a0.twimg.com/profile_images/140682274/portrait_normal.PNG" +}, +"title": "naeltoyou: #cQui #lgw #jet'aini**", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 430000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cQui #lgw #jet'aini**\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]},{\"text\":\"jet\",\"indices\":[11,15]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177005142048769\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"naeltoyou\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":769,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":771,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/140682274\\/portrait_normal.PNG\",\"description\":\"\",\"statuses_count\":921,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/3394861\\/garnier.png\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"11339872\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"naeltoyou\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/3394861\\/garnier.png\",\"created_at\":\"Wed Dec 19 16:25:06 +0000 2007\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":11339872,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/naeltoyou.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/140682274\\/portrait_normal.PNG\"},\"truncated\":false,\"id\":173177005142048769,\"created_at\":\"Fri Feb 24 22:46:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 430000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef0f27a4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d98ca3d5-73d1-4b1b-bb3f-e7cd7a6504b8-173177005142048769" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin Macfly #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1843041770/apollo_creed1_normal.jpg" +}, +"title": "Apollo Weed: Rollin Macfly #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 430000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Rollin Macfly #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177007721549825\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"OnernoD\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"Beuhverly Pills\",\"profile_text_color\":\"666666\",\"followers_count\":273,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1843041770\\/apollo_creed1_normal.jpg\",\"description\":\"La vie, c'est pas Tetris, c'est Mortal Kombat : On doit tout faire pour \\u00e9viter la fatalit\\u00e9. Laisse-moi te faire l'humour, tu ne seras pas d\\u00e9\\u00e7u(e).\",\"statuses_count\":1040,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"348399043\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Apollo Weed\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Thu Aug 04 11:00:09 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":348399043,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843041770\\/apollo_creed1_normal.jpg\"},\"truncated\":false,\"id\":173177007721549825,\"created_at\":\"Fri Feb 24 22:46:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 430000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "17e245b7-b012-449c-a07c-0b233eca84c0-173177007721549825" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1841029880/gangstacat6ze46f4ze6f4z6e84_normal.jpg" +}, +"title": "Brice R.: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 431000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177011819384832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"brice_r_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2375,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"description\":\"#G\\u00e9meaux #DoublePersonnalit\\u00e9 \\r\\nParce que la vie priv\\u00e9e ne sert pas uniquement \\u00e0 cacher des d\\u00e9lits et des crimes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Copenhagen\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"15512436\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"name\":\"Brice R.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 21 08:09:24 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":15512436,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"https:\\/\\/www.eff.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177011819384832,\"created_at\":\"Fri Feb 24 22:46:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 431000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "14079503-c379-483c-8cda-d8e476be2db5-173177011819384832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1838269436/tetocarre__1__normal.jpg" +}, +"title": "Hiper-tofu: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 433000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177020044414976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":500,\"screen_name\":\"hipertofu\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":5841,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/355503326\\/60degree_gray.png\",\"location\":\"France, Ch\\u00e2teaudun\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"000000\",\"followers_count\":237,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1838269436\\/tetocarre__1__normal.jpg\",\"description\":\"Createur de contenue sur l'univers Ankama.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"40027408\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355503326\\/60degree_gray.png\",\"profile_sidebar_fill_color\":\"ededed\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838269436\\/tetocarre__1__normal.jpg\",\"name\":\"Hiper-tofu\",\"default_profile_image\":false,\"created_at\":\"Thu May 14 16:25:54 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":40027408,\"utc_offset\":3600,\"favourites_count\":45,\"url\":\"http:\\/\\/dofusmotion.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177020044414976,\"created_at\":\"Fri Feb 24 22:46:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 433000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8e9f0ac0-8b31-4140-812e-92d7ce986889-173177020044414976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cqui @vinvin", +"img": { +"src": "http://a1.twimg.com/profile_images/1679403634/bgd-readme2_normal.png" +}, +"title": "bubble.t: #lgw #cqui @vinvin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 433000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #cqui @vinvin\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[11,18],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177020572893184\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":54,\"screen_name\":\"bubbleT2012\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":16,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1679403634\\/bgd-readme2_normal.png\",\"description\":\"Bubble T est une application de visualisation cr\\u00e9\\u00e9e par @raphV @cybunk @romsson @ymh_work A voir ici : http:\\/\\/dev.fabelier.org\\/bubble-t\\/ made in @inria @IRIlive\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"430738774\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1679403634\\/bgd-readme2_normal.png\",\"name\":\"bubble.t\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 07 14:25:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":430738774,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/dev.fabelier.org\\/bubble-t\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177020572893184,\"created_at\":\"Fri Feb 24 22:46:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 433000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9a11b584-f74b-4a37-a69a-c232f758f879-173177020572893184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: #change2ton ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 434000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#change2ton ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177021508222976\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":256,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"statuses_count\":1752,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"GoldoNat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":116250574,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\"},\"truncated\":false,\"id\":173177021508222976,\"created_at\":\"Fri Feb 24 22:46:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 434000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "03287fa8-141a-40d5-afba-e15de6027075-173177021508222976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @zacal33: ça manque de lumière non ? #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1658546588/solidarnosc_normal.jpg" +}, +"title": "Miguel Teixeira: RT @zacal33: ça manque de lumière non ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 436000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @zacal33: \\u00e7a manque de lumi\\u00e8re non ? #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"zacal33\",\"indices\":[3,11],\"id_str\":\"51889223\",\"name\":\"Zacal\",\"id\":51889223}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[40,44]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00e7a manque de lumi\\u00e8re non ? #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176857951338496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":602,\"screen_name\":\"zacal33\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3673,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"followers_count\":258,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"description\":\"Si on remboursait le temps perdu, je serais riche. Politiquement ambidextre asym\\u00e9trique, dominante h\\u00e9misph\\u00e8re gauche. Serial retweeter de @solangeteparle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"51889223\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"name\":\"Zacal\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 28 23:59:26 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":51889223,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176857951338496,\"created_at\":\"Fri Feb 24 22:45:55 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177033130655744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":258,\"screen_name\":\"migteix\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2718,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Orleans\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":267,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"description\":\"blogueur orl\\u00e9anais, parle surtout d'actu locale et sort 2\\/3 blagues de temps en temps...\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"3543511\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"name\":\"Miguel Teixeira\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 05 18:00:09 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":3543511,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.coteboulevard.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177033130655744,\"created_at\":\"Fri Feb 24 22:46:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 436000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dcc89124-eb3b-4de1-a7a1-2b70f4d7ffba-173177033130655744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1797067396/MoiBW_normal.jpg" +}, +"title": "Nicolas FRANCHINI: #IlReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 436000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#IlReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177030165270528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":658,\"screen_name\":\"NicoFranchini\",\"lang\":\"fr\",\"profile_text_color\":\"332D23\",\"statuses_count\":1432,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/379537411\\/x125429e66c3497793002c40b0fc56e9.jpg\",\"location\":\"Saint Malo, France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"544C45\",\"followers_count\":106,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1797067396\\/MoiBW_normal.jpg\",\"description\":\"Syntax error.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"33603164\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/379537411\\/x125429e66c3497793002c40b0fc56e9.jpg\",\"profile_sidebar_fill_color\":\"0D0806\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1797067396\\/MoiBW_normal.jpg\",\"name\":\"Nicolas FRANCHINI\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 20 18:06:13 +0000 2009\",\"profile_sidebar_border_color\":\"4F606E\",\"id\":33603164,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"https:\\/\\/profiles.google.com\\/nicolas.franchini\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177030165270528,\"created_at\":\"Fri Feb 24 22:46:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 436000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d31aa835-d307-4e1f-8a75-81c77243df1a-173177030165270528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Ilreste évidemment ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: #Ilreste évidemment ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 437000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Ilreste \\u00e9videmment ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"place_type\":\"city\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177035814993921\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15002,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177035814993921,\"created_at\":\"Fri Feb 24 22:46:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 437000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "37838f3a-7c51-4ae8-a77b-aa39254f48de-173177035814993921" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #ilpart #ilpart #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1648215039/EmeryDoligeHubN_B_normal.jpg" +}, +"title": "Emery Doligé: #ilpart #ilpart #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 438000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilpart #ilpart #ilpart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"ilpart\",\"indices\":[8,15]},{\"text\":\"ilpart\",\"indices\":[16,23]},{\"text\":\"lgw\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177039577288704\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"MryEmery\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":493,\"location\":\"Paris Rive Gauche\",\"profile_text_color\":\"666666\",\"followers_count\":19577,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"description\":\"Vanksen. Europe 1 #dcdc. Lib\\u00e9ral ta m\\u00e8re.\",\"statuses_count\":31438,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"show_all_inline_media\":true,\"listed_count\":931,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f8fa\",\"protected\":false,\"id_str\":\"14285154\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Emery Dolig\\u00e9\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"created_at\":\"Wed Apr 02 16:59:11 +0000 2008\",\"profile_sidebar_fill_color\":\"252429\",\"id\":14285154,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/mry.blogs.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\"},\"truncated\":false,\"id\":173177039577288704,\"created_at\":\"Fri Feb 24 22:46:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 438000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fbc22ed9-6b1a-43db-8038-de80e2c0a138-173177039577288704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Rollin #ilreste", +"img": { +"src": "http://a1.twimg.com/profile_images/1633923341/tn48_normal.png" +}, +"title": "msiou: #lgw Rollin #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 438000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Rollin #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[12,20]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177041796079616\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"c9b766\",\"screen_name\":\"msiou\",\"lang\":\"en\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":226,\"location\":\"\",\"profile_text_color\":\"d28730\",\"followers_count\":212,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1633923341\\/tn48_normal.png\",\"description\":\"blogueur sur http:\\/\\/msiou.net \\r\\namoureux de la musique sur http:\\/\\/lapausemeuzicale.tumblr.com \",\"statuses_count\":48128,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/358227164\\/3097-mur-en-bois-WallFizz.jpg\",\"show_all_inline_media\":false,\"listed_count\":42,\"profile_link_color\":\"4a9ba8\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"10070792\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"msiou\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/358227164\\/3097-mur-en-bois-WallFizz.jpg\",\"created_at\":\"Thu Nov 08 16:30:52 +0000 2007\",\"profile_sidebar_fill_color\":\"fff3b5\",\"id\":10070792,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633923341\\/tn48_normal.png\"},\"truncated\":false,\"id\":173177041796079616,\"created_at\":\"Fri Feb 24 22:46:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 438000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "26a98f6f-5e3f-4268-a652-0716df70d6df-173177041796079616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste, plutôt deux fois qu'une!!! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: #ilreste, plutôt deux fois qu'une!!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 440000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilreste, plut\\u00f4t deux fois qu'une!!! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[37,41]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177050360856576\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"JoffreyMick\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":145,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"statuses_count\":1026,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"255731473\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Joffrey Mick\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":255731473,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\"},\"truncated\":false,\"id\":173177050360856576,\"created_at\":\"Fri Feb 24 22:46:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 440000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "51eef24d-2204-4ca5-b267-afefe8630302-173177050360856576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rolllllllllllin #Ilreste #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1840602431/MyGoogle_Avatar1_normal.png" +}, +"title": "Guillaume Maurin: Rolllllllllllin #Ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 440000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rolllllllllllin #Ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Ilreste\",\"indices\":[16,24]},{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177048125276161\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":394,\"screen_name\":\"gmaurin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15765,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"location\":\"France - Bretagne - Toulouse\",\"show_all_inline_media\":true,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":428,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"description\":\"Du pass\\u00e9 faisons table en marbre ........ #Geek #Rugby #Prof - http:\\/\\/gplus.gmaurin.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"48504688\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"name\":\"Guillaume Maurin\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 18 21:54:30 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":48504688,\"utc_offset\":3600,\"favourites_count\":58,\"url\":\"http:\\/\\/www.gmaurin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177048125276161,\"created_at\":\"Fri Feb 24 22:46:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 440000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c6358691-1a3c-4079-8be3-ea2fb0070075-173177048125276161" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilPart #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1582021283/Sans_titre_normal.png" +}, +"title": "Sikado: #ilPart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 442000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilPart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilPart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177055142346753\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":249,\"screen_name\":\"sikado\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":109,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":45,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1582021283\\/Sans_titre_normal.png\",\"description\":\"Passionn\\u00e9 par la procrastination, d\\u00e9veloppeur de projet pas fini, et troll \\u00e0 mes heures !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"211212710\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1582021283\\/Sans_titre_normal.png\",\"name\":\"Sikado\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 02 16:54:53 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":211212710,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177055142346753,\"created_at\":\"Fri Feb 24 22:46:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 442000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3eba630f-b645-4aae-937f-324d7bac3d30-173177055142346753" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/62813435/laure_normal.jpg" +}, +"title": "lovizolette: #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 442000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177056207716354\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"2e2e2e\",\"screen_name\":\"lovizolette\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":143,\"location\":\"Damgan\",\"profile_text_color\":\"333333\",\"followers_count\":189,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/62813435\\/laure_normal.jpg\",\"description\":\"Maman de 3 merveilleux enfants\\r\\nEducatrice Montessori, AssMat\\r\\nHalf British, and happy :)\",\"statuses_count\":4677,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/3252079\\/tweeterbg.jpg\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"7b3f32\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"D04400\",\"protected\":false,\"id_str\":\"16964137\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"lovizolette\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/3252079\\/tweeterbg.jpg\",\"created_at\":\"Sat Oct 25 08:10:06 +0000 2008\",\"profile_sidebar_fill_color\":\"f9cf86\",\"id\":16964137,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chezlaurette.posterous.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/62813435\\/laure_normal.jpg\"},\"truncated\":false,\"id\":173177056207716354,\"created_at\":\"Fri Feb 24 22:46:42 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 442000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d09c67ee-ecf5-4099-b215-875c1e4f8d66-173177056207716354" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #IlPart zblaa !", +"img": { +"src": "http://a3.twimg.com/profile_images/1768573567/StopSOPA-Profile-Picture_normal.png" +}, +"title": "Tristan Dufour: #LGW #IlPart zblaa !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 443000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW #IlPart zblaa !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"IlPart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177059030474754\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":282,\"screen_name\":\"Teno91\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":838,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/380168548\\/fond-twitter.jpg\",\"location\":\"France,\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":131,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1768573567\\/StopSOPA-Profile-Picture_normal.png\",\"description\":\"Etudiant en Licence Pro Conception et Coordination d'Univers Vid\\u00e9oludiques \\u00e0 Montpellier.\\r\\nhttp:\\/\\/tristan.dufour.free.fr\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"92359747\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380168548\\/fond-twitter.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768573567\\/StopSOPA-Profile-Picture_normal.png\",\"name\":\"Tristan Dufour\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 20:39:00 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":92359747,\"utc_offset\":3600,\"favourites_count\":28,\"url\":\"http:\\/\\/www.olyxo.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177059030474754,\"created_at\":\"Fri Feb 24 22:46:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 443000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a37bb35e-1a15-4226-a8fe-308650450b9b-173177059030474754" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #lgw #ilreste C'est un peu celui qui a expliqué \"Colibri\"", +"img": { +"src": "http://a0.twimg.com/profile_images/1057976915/CrazyCat_normal.jpg" +}, +"title": "CrazyCat: @LeGrandWebze #lgw #ilreste C'est un peu celui qui a expliqué \"Colibri\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 443000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze #lgw #ilreste C'est un peu celui qui a expliqu\\u00e9 \\\"Colibri\\\"\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"ilreste\",\"indices\":[19,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.bitlbee.org\\/\\\" rel=\\\"nofollow\\\"\\u003EBitlBee\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177062453035010\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"Ethanaul\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":875,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"followers_count\":70,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1057976915\\/CrazyCat_normal.jpg\",\"description\":\"Je ne sais plus si je d\\u00e9veloppe des bugs ou les corrige... Un peu des deux s\\u00fbrement.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"5737442\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1057976915\\/CrazyCat_normal.jpg\",\"name\":\"CrazyCat\",\"default_profile_image\":false,\"created_at\":\"Thu May 03 11:30:47 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":5737442,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.g33k-zone.org\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173177062453035010,\"created_at\":\"Fri Feb 24 22:46:43 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 443000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aea09fbc-6b19-4a0a-807a-3b977eb3a87e-173177062453035010" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 445000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177068547354624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"profile_text_color\":\"ba9012\",\"statuses_count\":5315,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Albi, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":97,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29086699,\"utc_offset\":3600,\"favourites_count\":110,\"url\":\"http:\\/\\/isshin-san.over-blog.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177068547354624,\"created_at\":\"Fri Feb 24 22:46:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 445000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "66179abc-e1b6-4649-94b3-74a46978e293-173177068547354624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1813610224/tcv_normal.jpg" +}, +"title": "Nicolas Padovani: #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 447000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"ilreste\",\"indices\":[9,17]},{\"text\":\"ilreste\",\"indices\":[18,26]},{\"text\":\"ilreste\",\"indices\":[27,35]},{\"text\":\"ilreste\",\"indices\":[36,44]},{\"text\":\"ilreste\",\"indices\":[45,53]},{\"text\":\"ilreste\",\"indices\":[54,62]},{\"text\":\"ilreste\",\"indices\":[63,71]},{\"text\":\"ilreste\",\"indices\":[72,80]},{\"text\":\"ilreste\",\"indices\":[81,89]},{\"text\":\"ilreste\",\"indices\":[90,98]},{\"text\":\"ilreste\",\"indices\":[99,107]},{\"text\":\"ilreste\",\"indices\":[108,116]},{\"text\":\"ilreste\",\"indices\":[117,125]},{\"text\":\"ilreste\",\"indices\":[126,134]},{\"text\":\"lgw\",\"indices\":[135,139]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177076847886336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"_NPado_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2115,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"description\":\"Semi-geek et sosie non-officiel de Hugh Grant.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"81274066\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"name\":\"Nicolas Padovani\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 10 03:47:17 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":81274066,\"utc_offset\":3600,\"favourites_count\":37,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177076847886336,\"created_at\":\"Fri Feb 24 22:46:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 447000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0b5b215d-0c24-49f3-aef1-c8f0d19b7d02-173177076847886336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilPart", +"img": { +"src": "http://a1.twimg.com/profile_images/1808549243/GUM1_normal.png" +}, +"title": "Eric: #lgw #ilPart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 447000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilPart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilPart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177076596215808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":31,\"screen_name\":\"GUM_reporter\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":77,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851193688\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"119511819\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851193688\\/image_normal.jpg\",\"name\":\"GUM le chewing gum\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 03 21:47:35 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":119511819,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177076596215808,\"created_at\":\"Fri Feb 24 22:46:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 447000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0efb0b46-29be-4eb5-b4ba-4be311d6576d-173177076596215808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi ces bulles ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: C'est quoi ces bulles ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 447000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est quoi ces bulles ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177078651432960\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3247,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173177078651432960,\"created_at\":\"Fri Feb 24 22:46:47 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 447000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5e365d55-e5d6-4ada-a608-2fdd0fb0736b-173177078651432960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est dégueulasse d'avoir fait durer les Césars juste pour niquer le début de Le Grand Webze #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1717447265/Till_New_AVatar_Twitter_normal.png" +}, +"title": "Till the Cat: C'est dégueulasse d'avoir fait durer les Césars juste pour niquer le début de Le Grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 448000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est d\\u00e9gueulasse d'avoir fait durer les C\\u00e9sars juste pour niquer le d\\u00e9but de Le Grand Webze #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177082183036928\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"TilltheCat\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":861,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":2483,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1717447265\\/Till_New_AVatar_Twitter_normal.png\",\"description\":\"R\\u00e9dacteur Web (Yahoo, M\\u00f4mes.net, Tigex ...) et \\u00e9leveur de Miniatures de p\\u00e8re en fils. #R\\u00e9dacteurWeb #Pigiste \",\"statuses_count\":13478,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/207397586\\/FOND_pour_twitter_Nouveau2.jpg\",\"show_all_inline_media\":false,\"listed_count\":80,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"14923240\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Till the Cat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/207397586\\/FOND_pour_twitter_Nouveau2.jpg\",\"created_at\":\"Tue May 27 17:34:52 +0000 2008\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":14923240,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.tillthecat.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717447265\\/Till_New_AVatar_Twitter_normal.png\"},\"truncated\":false,\"id\":173177082183036928,\"created_at\":\"Fri Feb 24 22:46:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 448000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "29ed0996-f834-43b9-b9d5-80a4c15b6be1-173177082183036928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "j'adore le nouveau concept du #lgw... Propre, clair, drôle! #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1808461305/image_normal.jpg" +}, +"title": "Lalée Pinoncely: j'adore le nouveau concept du #lgw... Propre, clair, drôle! #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 449000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"j'adore le nouveau concept du #lgw... Propre, clair, dr\\u00f4le! #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]},{\"text\":\"ilreste\",\"indices\":[60,68]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177085106462720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":366,\"screen_name\":\"Lalee_retour\",\"lang\":\"fr\",\"profile_text_color\":\"98989e\",\"statuses_count\":3717,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"location\":\"France- LYON\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"f013e9\",\"followers_count\":298,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"description\":\"Une digital-mum' entrepreneur, lib\\u00e9rale, communicante, blogueuse soon... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"16171a\",\"id_str\":\"252150894\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"name\":\"Lal\\u00e9e Pinoncely\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 14 16:05:09 +0000 2011\",\"profile_sidebar_border_color\":\"42454d\",\"id\":252150894,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177085106462720,\"created_at\":\"Fri Feb 24 22:46:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 449000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8632ff9d-bc50-47ce-98db-0a23a0d855c2-173177085106462720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1803065777/me_w_arb_normal.jpg" +}, +"title": "Zacal: #ilreste #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 452000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"LGW\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177096800182274\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":602,\"screen_name\":\"zacal33\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3674,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"followers_count\":258,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"description\":\"Si on remboursait le temps perdu, je serais riche. Politiquement ambidextre asym\\u00e9trique, dominante h\\u00e9misph\\u00e8re gauche. Serial retweeter de @solangeteparle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"51889223\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"name\":\"Zacal\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 28 23:59:26 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":51889223,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177096800182274,\"created_at\":\"Fri Feb 24 22:46:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 452000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "08f16503-e923-462b-a13b-5eb5dcc7fbf4-173177096800182274" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #IlReste #cQui #change2ton #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1752605252/slashunderscore_normal.PNG" +}, +"title": "Gilles Defromerie: @LeGrandWebze #IlReste #cQui #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 453000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze #IlReste #cQui #change2ton #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[14,22]},{\"text\":\"cQui\",\"indices\":[23,28]},{\"text\":\"change2ton\",\"indices\":[29,40]},{\"text\":\"lgw\",\"indices\":[41,45]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173176896102744065,\"in_reply_to_status_id_str\":\"173176896102744065\",\"id_str\":\"173177102349242368\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"geldif\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":59,\"location\":\"Devant un \\u00e9cran num\\u00e9rique\",\"profile_text_color\":\"333333\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"description\":\"Debugger, Ajusteur d'Octets niveau Certification Binaire, Digital Engineer\",\"statuses_count\":224,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"394186996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Gilles Defromerie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Wed Oct 19 18:07:56 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":394186996,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\"},\"truncated\":false,\"id\":173177102349242368,\"created_at\":\"Fri Feb 24 22:46:53 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 453000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4d9fbd34-908b-40e2-9341-6a6e15de9e45-173177102349242368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#faitmoilamour #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: #faitmoilamour #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 454000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#faitmoilamour #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"faitmoilamour\",\"indices\":[0,14]},{\"text\":\"lgw\",\"indices\":[15,19]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177107160104961\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":256,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"statuses_count\":1753,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"GoldoNat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":116250574,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\"},\"truncated\":false,\"id\":173177107160104961,\"created_at\":\"Fri Feb 24 22:46:54 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 454000, +"tags": [ +{ +"id-ref": "ef12a6e0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3fe0d4f4-6ecf-4ee1-8cfa-80172dda2618-173177107160104961" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ça y est, les fions volent. Pas question qu'il s'en aille #ilreste #lgw #change2ton", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: ça y est, les fions volent. Pas question qu'il s'en aille #ilreste #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 455000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u00e7a y est, les fions volent. Pas question qu'il s'en aille #ilreste #lgw #change2ton\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[58,66]},{\"text\":\"lgw\",\"indices\":[67,71]},{\"text\":\"change2ton\",\"indices\":[72,83]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177111165673472\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":132,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"statuses_count\":544,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jean-Louis Coste\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":244454441,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\"},\"truncated\":false,\"id\":173177111165673472,\"created_at\":\"Fri Feb 24 22:46:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 455000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "09696e04-ea03-43df-b4cf-65e206375da0-173177111165673472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #IlReste Mon rollin à moi !!!!!", +"img": { +"src": "http://a2.twimg.com/profile_images/944881104/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg" +}, +"title": "José Phinebacker: #LGW #IlReste Mon rollin à moi !!!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 455000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW #IlReste Mon rollin \\u00e0 moi !!!!!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"IlReste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177111375396864\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Phinebacker\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":140,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":117,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\",\"description\":\"Phinebacker, twitteur homeopathique...\",\"statuses_count\":1251,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"6296872\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Jos\\u00e9 Phinebacker\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Thu May 24 21:11:03 +0000 2007\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":6296872,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/phinebacker.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\"},\"truncated\":false,\"id\":173177111375396864,\"created_at\":\"Fri Feb 24 22:46:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 455000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b5f2943c-8ca6-4d90-a189-a05f6d616bc1-173177111375396864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 456000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177117301936129\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1093,\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"profile_text_color\":\"636363\",\"statuses_count\":21288,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_sidebar_fill_color\":\"141414\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"name\":\"Bakt El Raalis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18515564,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.pelecanus.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177117301936129,\"created_at\":\"Fri Feb 24 22:46:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 456000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bd7254c5-412a-4a9b-9eff-e48fea9e37eb-173177117301936129" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Haha le concepte de #LGW #IlPart", +"img": { +"src": "http://a0.twimg.com/profile_images/1851178724/61_normal.png" +}, +"title": "Colombien et toi ?: Haha le concepte de #LGW #IlPart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 457000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Haha le concepte de #LGW #IlPart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]},{\"text\":\"IlPart\",\"indices\":[25,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177118476341249\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"HAYTSH\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9720,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"location\":\"\\u30b9\\u30c8\\u30e9\\u30b9\\u30d6\\u30fc\\u30eb\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"description\":\"J'suis un ksos j'ai 5 ans. \",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"277031586\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"name\":\"Colombien et toi ?\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 04 15:24:48 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":277031586,\"utc_offset\":3600,\"favourites_count\":83,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177118476341249,\"created_at\":\"Fri Feb 24 22:46:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 457000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e95dc006-c903-49eb-805d-1edb8ebddcf5-173177118476341249" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1450101729/manarajeans_normal.png" +}, +"title": "Qrieuse: #IlReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 458000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#IlReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177125992546305\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":218,\"screen_name\":\"qrieuse\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7089,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/172595545\\/goodbyeJan.jpg\",\"location\":\"Peut-\\u00eatre juste derri\\u00e8re toi ?\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"FF3300\",\"followers_count\":688,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1450101729\\/manarajeans_normal.png\",\"description\":\"\\u00c9picurienne...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"141413\",\"id_str\":\"216706997\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/172595545\\/goodbyeJan.jpg\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1450101729\\/manarajeans_normal.png\",\"name\":\"Qrieuse\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 17 13:59:55 +0000 2010\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":216706997,\"utc_offset\":3600,\"favourites_count\":19,\"url\":\"http:\\/\\/qrieuse.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177125992546305,\"created_at\":\"Fri Feb 24 22:46:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 458000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "89f11a3d-20f8-41a1-bf22-27c77c1648b6-173177125992546305" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste #cestlemeilleur ;) :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1143073505/41403_1088720440_8180_q_normal.jpg" +}, +"title": "yann : #lgw #ilreste #cestlemeilleur ;) :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 459000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste #cestlemeilleur ;) :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]},{\"text\":\"cestlemeilleur\",\"indices\":[14,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177130291699712\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":114,\"screen_name\":\"yannosh51\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":696,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"location\":\"france\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"384040\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"description\":\"Gamer, retrogamer m\\u00eame et administrateur chez armagame pour le jeu atomic strike.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"165689120\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"name\":\"yann \",\"default_profile_image\":false,\"created_at\":\"Mon Jul 12 08:06:43 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":165689120,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/www.atomic-strike.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177130291699712,\"created_at\":\"Fri Feb 24 22:46:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 459000, +"tags": [ +{ +"id-ref": "ef134690-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ac81b2ce-47ef-4739-a935-b43b03c1dc45-173177130291699712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1586459977/Skype01_normal.jpg" +}, +"title": "Alexandru Haras: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 459000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177128781754368\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"alex_haras\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":210,\"location\":\"France\",\"profile_text_color\":\"634047\",\"followers_count\":22,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1586459977\\/Skype01_normal.jpg\",\"description\":\"\",\"statuses_count\":87,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"107420038\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Alexandru Haras\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"created_at\":\"Fri Jan 22 14:08:24 +0000 2010\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":107420038,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1586459977\\/Skype01_normal.jpg\"},\"truncated\":false,\"id\":173177128781754368,\"created_at\":\"Fri Feb 24 22:46:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 459000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8e1347af-c119-434f-8eee-9cc40452f389-173177128781754368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 459000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177129436057601\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177129436057601,\"created_at\":\"Fri Feb 24 22:46:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 459000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "44270089-8d0c-4eb4-a7e4-cb42cb304ae5-173177129436057601" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #LGW ;)\n\nC'est pas vrai, j't'ai niqué !!! #deconneman", +"img": { +"src": "http://a0.twimg.com/profile_images/732688177/bi-cause_normal.jpg" +}, +"title": "Charles Liebert: #ilpart #LGW ;)\n\nC'est pas vrai, j't'ai niqué !!! #deconneman", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 460000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart #LGW ;)\\n\\nC'est pas vrai, j't'ai niqu\\u00e9 !!! #deconneman\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"LGW\",\"indices\":[8,12]},{\"text\":\"deconneman\",\"indices\":[50,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177133152215040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1158,\"screen_name\":\"Charles_Liebert\",\"lang\":\"en\",\"profile_text_color\":\"F522D5\",\"statuses_count\":48080,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"location\":\"Paris - Cap Ferret - Saugeras\",\"show_all_inline_media\":true,\"listed_count\":156,\"profile_link_color\":\"1AF51F\",\"followers_count\":2044,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0F0F\",\"id_str\":\"610993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"profile_sidebar_fill_color\":\"E0FF91\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"name\":\"Charles Liebert\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":610993,\"utc_offset\":3600,\"favourites_count\":509,\"url\":\"http:\\/\\/www.charles-liebert.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177133152215040,\"created_at\":\"Fri Feb 24 22:47:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 460000, +"tags": [ +{ +"id-ref": "ef0006b6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "37f07f09-d0cb-4be6-93df-d7b98e75324b-173177133152215040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Cqui #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1577239476/monkey2_normal.jpg" +}, +"title": "Feaux: #Cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 462000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Cqui #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[0,5]},{\"text\":\"LGW\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177139795996675\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":445,\"screen_name\":\"Alain_Feaux\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":371,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342627193\\/IMG_1241.JPG\",\"location\":\"Clamart\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":39,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1577239476\\/monkey2_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"119033186\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342627193\\/IMG_1241.JPG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1577239476\\/monkey2_normal.jpg\",\"name\":\"Feaux\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 02 13:24:00 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":119033186,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/pas-encore-hari-seldon-blog.over-blog.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177139795996675,\"created_at\":\"Fri Feb 24 22:47:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 462000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b003bf51-390e-4361-80a3-3401be6b6581-173177139795996675" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw j'deconne, j't'ai niikééé niikééé !", +"img": { +"src": "http://a3.twimg.com/profile_images/1590878551/ozi2_normal.jpg" +}, +"title": "Sylvie Bourasseau: #ilpart #lgw j'deconne, j't'ai niikééé niikééé !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 463000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart #lgw j'deconne, j't'ai niik\\u00e9\\u00e9\\u00e9 niik\\u00e9\\u00e9\\u00e9 !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177144204210176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":281,\"screen_name\":\"Ozephe\",\"lang\":\"fr\",\"profile_text_color\":\"b8a586\",\"statuses_count\":366,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/297952025\\/nbn.jpg\",\"location\":\"Carr\\u00e9ment \\u00e0 l'ouest...\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"3a5a61\",\"followers_count\":72,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1590878551\\/ozi2_normal.jpg\",\"description\":\"Etudiante c\\u00f4ti\\u00e8re graphomane et andro\\u00efdophile.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"182736\",\"id_str\":\"50641881\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/297952025\\/nbn.jpg\",\"profile_sidebar_fill_color\":\"2d3545\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1590878551\\/ozi2_normal.jpg\",\"name\":\"Sylvie Bourasseau\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 25 13:16:51 +0000 2009\",\"profile_sidebar_border_color\":\"dce0e8\",\"id\":50641881,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177144204210176,\"created_at\":\"Fri Feb 24 22:47:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 463000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8fea63ce-5d08-4b78-92e4-9887a34e9856-173177144204210176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze Et bien... #ilreste #lgw Carrément même !", +"img": { +"src": "http://a0.twimg.com/profile_images/1668337583/DTB-Hei-VLQ_normal.jpg" +}, +"title": "Vincent [Gøshi]: @LeGrandWebze Et bien... #ilreste #lgw Carrément même !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 464000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze Et bien... #ilreste #lgw Carr\\u00e9ment m\\u00eame !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[25,33]},{\"text\":\"lgw\",\"indices\":[34,38]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177147962294275\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Yoigoshi\",\"lang\":\"fr\",\"favourites_count\":25,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":342,\"location\":\"Lille\",\"profile_text_color\":\"333333\",\"followers_count\":126,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1668337583\\/DTB-Hei-VLQ_normal.jpg\",\"description\":\"[Tout ce qui est vert est fourbe] - Goshi\\/SilenceCorp #Infographiste\\r\\n\\u007BDieu Vivant de @ChloexF\\u007D\",\"statuses_count\":3930,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/236369942\\/wall-twitter.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"9e9e9e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"29969223\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Vincent [G\\u00f8shi]\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236369942\\/wall-twitter.jpg\",\"created_at\":\"Thu Apr 09 12:00:49 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":29969223,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/goshi.ultra-book.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1668337583\\/DTB-Hei-VLQ_normal.jpg\"},\"truncated\":false,\"id\":173177147962294275,\"created_at\":\"Fri Feb 24 22:47:04 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 464000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62b31b89-ed65-4640-8c69-64e8f6ac237a-173177147962294275" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste !!! #lgw @Vinvin", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: #IlReste !!! #lgw @Vinvin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 464000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#IlReste !!! #lgw @Vinvin\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[18,25],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177148398518272\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D9B17E\",\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"favourites_count\":25,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":203,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"statuses_count\":2879,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"protected\":false,\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Marie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_fill_color\":\"EADEAA\",\"id\":120444044,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\"},\"truncated\":false,\"id\":173177148398518272,\"created_at\":\"Fri Feb 24 22:47:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 464000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c276df33-f7fe-4d34-8eb5-af9c4a49579c-173177148398518272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw COUCOU @FlorencePorcel !", +"img": { +"src": "http://a3.twimg.com/profile_images/1704016122/loltruc-noel_normal.png" +}, +"title": "Hervé Q: #lgw COUCOU @FlorencePorcel !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 464000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw COUCOU @FlorencePorcel !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[12,27],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177147505131521\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":429,\"screen_name\":\"Airvecu\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":34952,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"location\":\"Brest m\\u00eam' (et ses alentours)\",\"show_all_inline_media\":true,\"listed_count\":44,\"profile_link_color\":\"0600b5\",\"followers_count\":754,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\",\"description\":\"Presque musicien, presque dr\\u00f4le, presque original, presque normal, presque intelligent, mais loin d'\\u00eatre parfait. Mais je suis Breton.\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"46863586\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"profile_sidebar_fill_color\":\"f0f3f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\",\"name\":\"Herv\\u00e9 Q\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 13 10:17:50 +0000 2009\",\"profile_sidebar_border_color\":\"2e2103\",\"id\":46863586,\"utc_offset\":3600,\"favourites_count\":556,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177147505131521,\"created_at\":\"Fri Feb 24 22:47:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 464000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8b38efe4-6783-4740-9b87-e91011b30dd2-173177147505131521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton !!! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1762170512/women_money_pinup_vintage_art_illustration-364a738eb03fb38dc7830aa0cd17b1cf_h_normal.jpg" +}, +"title": "soboogie: #change2ton !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 465000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#change2ton !!! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[16,20]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177152978694145\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"So_boogiest\",\"lang\":\"fr\",\"favourites_count\":99,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":324,\"location\":\" x \",\"profile_text_color\":\"333333\",\"followers_count\":369,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1762170512\\/women_money_pinup_vintage_art_illustration-364a738eb03fb38dc7830aa0cd17b1cf_h_normal.jpg\",\"description\":\"...Loading...\",\"statuses_count\":6267,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/376334920\\/imagesCAN0J445.jpg\",\"show_all_inline_media\":true,\"listed_count\":33,\"profile_link_color\":\"605196\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"232297271\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"soboogie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/376334920\\/imagesCAN0J445.jpg\",\"created_at\":\"Thu Dec 30 19:30:19 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":232297271,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.lesmecsquifumentdesmentholssontsuspects.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1762170512\\/women_money_pinup_vintage_art_illustration-364a738eb03fb38dc7830aa0cd17b1cf_h_normal.jpg\"},\"truncated\":false,\"id\":173177152978694145,\"created_at\":\"Fri Feb 24 22:47:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 465000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a34b2830-173b-46d6-8154-d4c66f525aa2-173177152978694145" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste bien entendu !! J ose pas dire non c est pas vrai j t ai niqué ! Opus j l ai dit mais #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1802162566/image_normal.jpg" +}, +"title": "Julien Cotte: #lgw #ilreste bien entendu !! J ose pas dire non c est pas vrai j t ai niqué ! Opus j l ai dit mais #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 465000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste bien entendu !! J ose pas dire non c est pas vrai j t ai niqu\\u00e9 ! Opus j l ai dit mais #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]},{\"text\":\"ilreste\",\"indices\":[100,108]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177154685771777\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":872,\"screen_name\":\"JulienCotteALU\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3872,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"location\":\"V\\u00e9lizy-Villacoublay\",\"show_all_inline_media\":false,\"listed_count\":138,\"profile_link_color\":\"0084B4\",\"followers_count\":1404,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"description\":\"DRH du site de V\\u00e9lizy (France) - HR Community Manager - Marketing HR2.0 - @AlcatelLucent\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"107697826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"name\":\"Julien Cotte\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 23 12:17:36 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":107697826,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/juliencotte.typepad.com\\/le-blog-de-julien-cotte-\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177154685771777,\"created_at\":\"Fri Feb 24 22:47:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 465000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3f4626b4-85ca-45f7-997a-b51c75099873-173177154685771777" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin #ilbaise aussi ? #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1650056809/pandadanssonbain_normal.JPG" +}, +"title": "justice pandine: Rollin #ilbaise aussi ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 466000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Rollin #ilbaise aussi ? #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilbaise\",\"indices\":[7,15]},{\"text\":\"LGW\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177157202358272\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"adffef\",\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"favourites_count\":1862,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1340,\"location\":\"Bambouseraie\",\"profile_text_color\":\"1a0e1a\",\"followers_count\":2571,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"statuses_count\":28272,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"show_all_inline_media\":false,\"listed_count\":192,\"profile_link_color\":\"9058d1\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"protected\":false,\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"justice pandine\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_fill_color\":\"f5fafa\",\"id\":177984098,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\"},\"truncated\":false,\"id\":173177157202358272,\"created_at\":\"Fri Feb 24 22:47:06 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 466000, +"tags": [ +{ +"id-ref": "ef14650c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c528eed4-5417-4ccd-9144-6de8e415f459-173177157202358272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Cqui ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1812994428/arrivalcover_normal.jpg" +}, +"title": "Nicolas V.: #Cqui ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 467000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Cqui ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177161841262592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":54,\"screen_name\":\"La_Poetique\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Toulouse France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1812994428\\/arrivalcover_normal.jpg\",\"description\":\"Mangeur de mots.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"022330\",\"id_str\":\"253011929\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1812994428\\/arrivalcover_normal.jpg\",\"name\":\"Nicolas V.\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 16 11:20:09 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":253011929,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177161841262592,\"created_at\":\"Fri Feb 24 22:47:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 467000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c1fdaed7-66fc-4ec8-a392-8c21565ba71a-173177161841262592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819882790/tetocarre_normal.jpg" +}, +"title": "Cédric BILLAUDELLE: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 467000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177163586093056\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"Cbill0\",\"lang\":\"fr\",\"profile_text_color\":\"F2ECF9\",\"statuses_count\":1109,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"location\":\"Lille, FR\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"1a1aba\",\"followers_count\":30,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 l'IAE de Lille, mais pur produit des Ardennes. Aime beaucoup apprendre, mais n'aime pas qu'on lui fasse la le\\u00e7on.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E44B22\",\"id_str\":\"84313428\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"profile_sidebar_fill_color\":\"2C446A\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"name\":\"C\\u00e9dric BILLAUDELLE\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 12:34:22 +0000 2009\",\"profile_sidebar_border_color\":\"0C0F22\",\"id\":84313428,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177163586093056,\"created_at\":\"Fri Feb 24 22:47:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 467000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1c57f37d-1ff5-4f1e-b62a-2e66f2db8094-173177163586093056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ouais!!! @FlorencePorcel est là! :D #ElleReste! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Ouais!!! @FlorencePorcel est là! :D #ElleReste! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 468000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ouais!!! @FlorencePorcel est l\\u00e0! :D #ElleReste! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[9,24],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"ElleReste\",\"indices\":[36,46]},{\"text\":\"LGW\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177167998484481\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4894,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177167998484481,\"created_at\":\"Fri Feb 24 22:47:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 468000, +"tags": [ +{ +"id-ref": "ef14c7ea-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c32447fc-1293-44f8-bc51-991509688b30-173177167998484481" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton avec @francoisbaroin stp @Vinvin ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1741905112/image_normal.jpg" +}, +"title": "Mister Mc Flee: #change2ton avec @francoisbaroin stp @Vinvin ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 469000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton avec @francoisbaroin stp @Vinvin ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisbaroin\",\"indices\":[17,32],\"id_str\":\"96093611\",\"name\":\"Fran\\u00e7ois Baroin\",\"id\":96093611},{\"screen_name\":\"Vinvin\",\"indices\":[37,44],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177169768488961\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":636,\"screen_name\":\"MisterMcFlee\",\"lang\":\"fr\",\"profile_text_color\":\"291b1b\",\"statuses_count\":40348,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/204494594\\/lulutwitter_cr.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":257,\"profile_link_color\":\"0084B4\",\"followers_count\":2841,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1741905112\\/image_normal.jpg\",\"description\":\"Ecrits vains\\nCommunity Manager de moi-m\\u00eame\\nProfiler pour chats selon @METACAPUCHE\\nPhotographi\\u00e9 par @LaurenceGuenoun\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f72020\",\"id_str\":\"60043161\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/204494594\\/lulutwitter_cr.jpg\",\"profile_sidebar_fill_color\":\"d6130d\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1741905112\\/image_normal.jpg\",\"name\":\"Mister Mc Flee\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 25 12:01:49 +0000 2009\",\"profile_sidebar_border_color\":\"050505\",\"id\":60043161,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/lecafardrenseigne.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177169768488961,\"created_at\":\"Fri Feb 24 22:47:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 469000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "919d206c-f09b-43bf-993b-cca1e975a2aa-173177169768488961" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "il faut sauver Vinvin !!! #lgw #ilReste", +"img": { +"src": "http://a3.twimg.com/profile_images/1379368681/Emilie_Flament_2_normal.jpg" +}, +"title": "Emilie Flament: il faut sauver Vinvin !!! #lgw #ilReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 470000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"il faut sauver Vinvin !!! #lgw #ilReste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]},{\"text\":\"ilReste\",\"indices\":[31,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177174784868352\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":152,\"screen_name\":\"EmilieFlament\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":631,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":85,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1379368681\\/Emilie_Flament_2_normal.jpg\",\"description\":\"Sp\\u00e9cialis\\u00e9e dans la fiction TV et le transm\\u00e9dia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"id_str\":\"309908283\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1379368681\\/Emilie_Flament_2_normal.jpg\",\"name\":\"Emilie Flament\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 02 21:40:39 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":309908283,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":\"http:\\/\\/www.a-suivre.org\\/levillage\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177174784868352,\"created_at\":\"Fri Feb 24 22:47:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 470000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5cc3e067-f13c-49f3-afc8-bfbc4d74dfd1-173177174784868352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "toto #ilpart #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: toto #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 471000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"toto #ilpart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[5,12]},{\"text\":\"lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177178857541632\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5c5c5c\",\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":997,\"location\":\"Saligny, France\",\"profile_text_color\":\"333333\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"statuses_count\":5567,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_fill_color\":\"dedede\",\"id\":12687332,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.k3nny.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\"},\"truncated\":false,\"id\":173177178857541632,\"created_at\":\"Fri Feb 24 22:47:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 471000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8a50a537-e624-472f-963e-14029be1d930-173177178857541632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "sauvons le Roi Rollin Loth #lgw #ilreste", +"img": { +"src": "http://a1.twimg.com/profile_images/1840602431/MyGoogle_Avatar1_normal.png" +}, +"title": "Guillaume Maurin: sauvons le Roi Rollin Loth #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 471000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"sauvons le Roi Rollin Loth #lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]},{\"text\":\"ilreste\",\"indices\":[32,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177178811416578\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":394,\"screen_name\":\"gmaurin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15765,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"location\":\"France - Bretagne - Toulouse\",\"show_all_inline_media\":true,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":428,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"description\":\"Du pass\\u00e9 faisons table en marbre ........ #Geek #Rugby #Prof - http:\\/\\/gplus.gmaurin.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"48504688\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"name\":\"Guillaume Maurin\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 18 21:54:30 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":48504688,\"utc_offset\":3600,\"favourites_count\":58,\"url\":\"http:\\/\\/www.gmaurin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177178811416578,\"created_at\":\"Fri Feb 24 22:47:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 471000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "83ab04d1-b0d5-438a-bc8b-7a7071202395-173177178811416578" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze Pour Francois Rollin #Ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1803844111/goldrogerportett2_normal.jpg" +}, +"title": "Kevin Poncin: @LeGrandWebze Pour Francois Rollin #Ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 471000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze Pour Francois Rollin #Ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"Ilreste\",\"indices\":[35,43]},{\"text\":\"lgw\",\"indices\":[44,48]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177178010304513\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"rinc08\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":24,\"location\":\"Reims\",\"profile_text_color\":\"333333\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1803844111\\/goldrogerportett2_normal.jpg\",\"description\":\"En Twitto formation\",\"statuses_count\":18,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/416646618\\/03_1280-800.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"483066947\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Kevin Poncin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416646618\\/03_1280-800.jpg\",\"created_at\":\"Sat Feb 04 16:14:59 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":483066947,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803844111\\/goldrogerportett2_normal.jpg\"},\"truncated\":false,\"id\":173177178010304513,\"created_at\":\"Fri Feb 24 22:47:11 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 471000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "93e1a17e-dadc-48f6-b202-ed73850cd225-173177178010304513" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1664610739/n11522806_32199384_5938_normal.jpg" +}, +"title": "pepetch: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 471000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177178522001408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":557,\"screen_name\":\"pepetch\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":998,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Villeurbanne\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1664610739\\/n11522806_32199384_5938_normal.jpg\",\"description\":\"Helene, 26 ans, Lyon\\/Villeurbanne, PS, MJS. Tweete politique, actu, cuisine, et vie quotidienne... \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"43307152\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1664610739\\/n11522806_32199384_5938_normal.jpg\",\"name\":\"pepetch\",\"default_profile_image\":false,\"created_at\":\"Fri May 29 10:22:59 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":43307152,\"utc_offset\":null,\"favourites_count\":9,\"url\":\"http:\\/\\/www.tumblr.com\\/tumblelog\\/pepetch\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177178522001408,\"created_at\":\"Fri Feb 24 22:47:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 471000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "40d089f9-9b9d-4b30-9c48-61c08acfcb70-173177178522001408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cQui :D", +"img": { +"src": "http://a0.twimg.com/profile_images/1270085631/oeil_normal.jpg" +}, +"title": "Achrome: #lgw #cQui :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 471000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #cQui :D\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cQui\",\"indices\":[5,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177178253574149\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"_Achrome_\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":114,\"location\":\"Rouen\",\"profile_text_color\":\"333333\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1270085631\\/oeil_normal.jpg\",\"description\":\"Poney sup\\u00e9rieur en maintenance p\\u00e9trochimique, mordu de high tech et nouvelles technologies... \",\"statuses_count\":29,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/364586958\\/Radia8_by_yt4585.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"264898726\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Achrome\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/364586958\\/Radia8_by_yt4585.jpg\",\"created_at\":\"Sat Mar 12 16:55:27 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":264898726,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1270085631\\/oeil_normal.jpg\"},\"truncated\":false,\"id\":173177178253574149,\"created_at\":\"Fri Feb 24 22:47:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 471000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "adebe877-f827-4031-85fb-a61ca38163d4-173177178253574149" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilPart #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1208636633/vchemineau_normal.jpg" +}, +"title": "V. : #ilPart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 473000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilPart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilPart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177185354526721\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"vqlentin\",\"lang\":\"fr\",\"favourites_count\":139,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":181,\"location\":\"Toulouse. \",\"profile_text_color\":\"333333\",\"followers_count\":163,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1208636633\\/vchemineau_normal.jpg\",\"description\":\"TAC TOC TOC. \",\"statuses_count\":10177,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":12,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"197819908\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"V. \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sat Oct 02 15:10:25 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":197819908,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1208636633\\/vchemineau_normal.jpg\"},\"truncated\":false,\"id\":173177185354526721,\"created_at\":\"Fri Feb 24 22:47:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 473000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b32071a3-665c-465d-b9a0-e8cdb223feac-173177185354526721" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1516122712/DSC00598-1_normal.JPG" +}, +"title": "Sebastien Comte: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 474000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177190698070016\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"sebastien_c\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":142,\"location\":\"Thonon-les-bains\",\"profile_text_color\":\"333333\",\"followers_count\":42,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1516122712\\/DSC00598-1_normal.JPG\",\"description\":\"Entretien une bonne vie sociale, avec ses serveurs.\\r\\nLe libre c'est bien.\",\"statuses_count\":715,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433583924\\/sailingstone_alexander_2570.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Berlin\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"23986606\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Sebastien Comte\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433583924\\/sailingstone_alexander_2570.jpg\",\"created_at\":\"Thu Mar 12 17:19:41 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":23986606,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1516122712\\/DSC00598-1_normal.JPG\"},\"truncated\":false,\"id\":173177190698070016,\"created_at\":\"Fri Feb 24 22:47:14 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 474000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "030451f3-4953-4949-89b0-b56d88b2c486-173177190698070016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw hey !", +"img": { +"src": "http://a3.twimg.com/profile_images/1834393757/Sans_titre_normal.png" +}, +"title": "Big_2.0: #ilreste #lgw hey !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 475000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilreste #lgw hey !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177194120609793\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"121212\",\"screen_name\":\"Big_2_0\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":16,\"location\":\"Au dessus de Mont-Clavier \",\"profile_text_color\":\"1eb307\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1834393757\\/Sans_titre_normal.png\",\"description\":\"Geek passionn\\u00e9 d'informatique et de nouvelles technologies, militant pour la libert\\u00e9 du web.\",\"statuses_count\":91,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"00db00\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"141414\",\"protected\":false,\"id_str\":\"183403377\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Big_2.0\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Thu Aug 26 22:42:33 +0000 2010\",\"profile_sidebar_fill_color\":\"1a1a1a\",\"id\":183403377,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1834393757\\/Sans_titre_normal.png\"},\"truncated\":false,\"id\":173177194120609793,\"created_at\":\"Fri Feb 24 22:47:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 475000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3782dead-eaab-48fb-9c8f-de95d4406913-173177194120609793" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Webze #ilreste Rollin il est trop drôle", +"img": { +"src": "http://a0.twimg.com/profile_images/1438611778/image_normal.jpg" +}, +"title": "Oly Diver: Webze #ilreste Rollin il est trop drôle", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 475000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Webze #ilreste Rollin il est trop dr\\u00f4le\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[6,14]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177197098569732\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"olydiver\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":14,\"location\":\"\",\"profile_text_color\":\"666666\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1438611778\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":5,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"41208486\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Oly Diver\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Tue May 19 20:55:58 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":41208486,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1438611778\\/image_normal.jpg\"},\"truncated\":false,\"id\":173177197098569732,\"created_at\":\"Fri Feb 24 22:47:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 475000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "68896c30-a541-4c52-8fec-44782ef87f7c-173177197098569732" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart comme Guillon en fait ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1801780700/octopus_normal.png" +}, +"title": "Enzooo Sellers: #lgw #ilpart comme Guillon en fait ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 476000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilpart comme Guillon en fait ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177200613404672\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"EnzoooSellers\",\"lang\":\"en\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":307,\"location\":\"Paris, France\",\"profile_text_color\":\"3C3940\",\"followers_count\":154,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801780700\\/octopus_normal.png\",\"description\":\"Petit neurone du cerveau global\",\"statuses_count\":3252,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/271408907\\/chat.jpg\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"18173760\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Enzooo Sellers\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/271408907\\/chat.jpg\",\"created_at\":\"Tue Dec 16 21:46:53 +0000 2008\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":18173760,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":\"http:\\/\\/enzooosellers.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801780700\\/octopus_normal.png\"},\"truncated\":false,\"id\":173177200613404672,\"created_at\":\"Fri Feb 24 22:47:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 476000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0e14d44d-ec9e-41f5-93ec-69cef5f54b45-173177200613404672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze @francoisrollin #ilreste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1362214625/ma_tete_normal.png" +}, +"title": "Micromastard: @LeGrandWebze @francoisrollin #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 476000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"text\":\"@LeGrandWebze @francoisrollin #ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"francoisrollin\",\"indices\":[14,29],\"name\":\"rollin\",\"id_str\":\"369489076\",\"id\":369489076}],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[30,38]},{\"text\":\"lgw\",\"indices\":[39,43]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":\"173175472996364288\",\"id_str\":\"173177199501905920\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Micromastard\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":28,\"location\":\"\",\"profile_text_color\":\"333333\",\"description\":\"\",\"statuses_count\":6,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1362214625\\/ma_tete_normal.png\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"302076995\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Micromastard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri May 20 15:19:54 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":302076995,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1362214625\\/ma_tete_normal.png\"},\"in_reply_to_status_id\":173175472996364288,\"id\":173177199501905920,\"created_at\":\"Fri Feb 24 22:47:16 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 476000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0660d4f1-6070-47bc-9f89-a304324216f0-173177199501905920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Yep @vinvin va nous faire des\nClaquettes dans quelques minutes sur #lgw (france5) puisque The artist est gagnant :-) #Cesar2012 via #TVcheck", +"img": { +"src": "http://a3.twimg.com/profile_images/1764728200/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png" +}, +"title": "Fadhila BRAHIMI: Yep @vinvin va nous faire des\nClaquettes dans quelques minutes sur #lgw (france5) puisque The artist est gagnant :-) #Cesar2012 via #TVcheck", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 476000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Yep @vinvin va nous faire des\\nClaquettes dans quelques minutes sur #lgw (france5) puisque The artist est gagnant :-) #Cesar2012 via #TVcheck\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[4,11],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]},{\"text\":\"Cesar2012\",\"indices\":[117,127]},{\"text\":\"TVcheck\",\"indices\":[132,140]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/fr\\/app\\/tvcheck\\/id437347192?mt=8\\\" rel=\\\"nofollow\\\"\\u003ETVcheck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177199875203073\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"B28465\",\"screen_name\":\"fbrahimi\",\"lang\":\"fr\",\"favourites_count\":159,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3401,\"location\":\"Nomade. France - Maghreb \",\"profile_text_color\":\"A30034\",\"followers_count\":11936,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\",\"description\":\"Dir. FB&Associ\\u00e9s #StrategieDePresence | CoAuteure #Moi20 | Chroniqueuse @Widoobiz | Conf\\u00e9renci\\u00e8re #Tedx | Bureau @MediaAces | \\u2665 #music #politic #SocialTV #Pause\",\"statuses_count\":36943,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"show_all_inline_media\":true,\"listed_count\":1251,\"profile_link_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"F5EACF\",\"protected\":false,\"id_str\":\"5836692\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fadhila BRAHIMI\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"created_at\":\"Mon May 07 16:20:02 +0000 2007\",\"profile_sidebar_fill_color\":\"F5EACF\",\"id\":5836692,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.fadhilabrahimi.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\"},\"truncated\":false,\"id\":173177199875203073,\"created_at\":\"Fri Feb 24 22:47:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 476000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef163198-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4a0d64d1-6cca-417d-946f-2ce2ecaa3e87-173177199875203073" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#changedeton #changedethon #changedemorano #lgw @legrandwebze", +"img": { +"src": "http://a3.twimg.com/profile_images/227088760/ec_normal.jpg" +}, +"title": "Emmanuel CARRE: #changedeton #changedethon #changedemorano #lgw @legrandwebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 478000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#changedeton #changedethon #changedemorano #lgw @legrandwebze\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[48,61],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"changedeton\",\"indices\":[0,12]},{\"text\":\"changedethon\",\"indices\":[13,26]},{\"text\":\"changedemorano\",\"indices\":[27,42]},{\"text\":\"lgw\",\"indices\":[43,47]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177208066670593\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D9B17E\",\"screen_name\":\"E_mmanuel\",\"lang\":\"en\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":61,\"location\":\"DTC\",\"profile_text_color\":\"333333\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/227088760\\/ec_normal.jpg\",\"description\":\"mouche du coach, sp\\u00e9cialiste en brainstorming, briefing, brushing, et ratons laveurs.\",\"statuses_count\":300,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/62442432\\/trinity.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"9D582E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"8B542B\",\"protected\":false,\"id_str\":\"42055835\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Emmanuel CARRE\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/62442432\\/trinity.jpg\",\"created_at\":\"Sat May 23 16:43:24 +0000 2009\",\"profile_sidebar_fill_color\":\"EADEAA\",\"id\":42055835,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/227088760\\/ec_normal.jpg\"},\"truncated\":false,\"id\":173177208066670593,\"created_at\":\"Fri Feb 24 22:47:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 478000, +"tags": [ +{ +"id-ref": "ef165038-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef165556-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef16598e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "56a7b4e0-16fb-4b39-9e4c-0afa28b973f9-173177208066670593" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En fait je pige pas #cqui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: En fait je pige pas #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 480000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"En fait je pige pas #cqui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[20,25]},{\"text\":\"lgw\",\"indices\":[26,30]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177214211330048\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6696,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173177214211330048,\"created_at\":\"Fri Feb 24 22:47:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 480000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b6700485-263f-481b-a383-ef909cbf330e-173177214211330048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "toato #ilpart #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: toato #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 480000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"toato #ilpart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[6,13]},{\"text\":\"lgw\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177215054397442\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5c5c5c\",\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":997,\"location\":\"Saligny, France\",\"profile_text_color\":\"333333\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"statuses_count\":5566,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_fill_color\":\"dedede\",\"id\":12687332,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.k3nny.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\"},\"truncated\":false,\"id\":173177215054397442,\"created_at\":\"Fri Feb 24 22:47:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 480000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "50cea735-f520-4667-8494-8d48ff8e3d60-173177215054397442" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1717447265/Till_New_AVatar_Twitter_normal.png" +}, +"title": "Till the Cat: #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 480000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cQui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177218376278018\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":861,\"screen_name\":\"TilltheCat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13478,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/207397586\\/FOND_pour_twitter_Nouveau2.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":80,\"profile_link_color\":\"0084B4\",\"followers_count\":2483,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1717447265\\/Till_New_AVatar_Twitter_normal.png\",\"description\":\"R\\u00e9dacteur Web (Yahoo, M\\u00f4mes.net, Tigex ...) et \\u00e9leveur de Miniatures de p\\u00e8re en fils. #R\\u00e9dacteurWeb #Pigiste \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"14923240\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/207397586\\/FOND_pour_twitter_Nouveau2.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717447265\\/Till_New_AVatar_Twitter_normal.png\",\"name\":\"Till the Cat\",\"default_profile_image\":false,\"created_at\":\"Tue May 27 17:34:52 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":14923240,\"utc_offset\":-10800,\"favourites_count\":4,\"url\":\"http:\\/\\/www.tillthecat.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177218376278018,\"created_at\":\"Fri Feb 24 22:47:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 480000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c4e8554e-ee7c-4ae3-81a8-efefcb857927-173177218376278018" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "taaaoto #ilpart #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: taaaoto #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 484000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"taaaoto #ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[8,15]},{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177234494996480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5567,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"location\":\"Saligny, France\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_border_color\":\"5c5c5c\",\"id\":12687332,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.k3nny.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177234494996480,\"created_at\":\"Fri Feb 24 22:47:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 484000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2a4ec6eb-5e11-4da2-84e1-ca61a83a8a95-173177234494996480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Faut-il garder François Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1811600999/IMG_1752_normal.jpg" +}, +"title": "holdenfr: RT @LeGrandWebze: Faut-il garder François Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 485000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Faut-il garder Fran\\u00e7ois Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[60,68]},{\"text\":\"IlPart\",\"indices\":[69,76]},{\"text\":\"cQui\",\"indices\":[77,82]},{\"text\":\"change2ton\",\"indices\":[83,94]},{\"text\":\"lgw\",\"indices\":[95,99]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Faut-il garder Fran\\u00e7ois Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[42,50]},{\"text\":\"IlPart\",\"indices\":[51,58]},{\"text\":\"cQui\",\"indices\":[59,64]},{\"text\":\"change2ton\",\"indices\":[65,76]},{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176896102744065\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1479,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3114,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176896102744065,\"created_at\":\"Fri Feb 24 22:46:04 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177238873837568\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":240,\"screen_name\":\"holdenfr74\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":789,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1811600999\\/IMG_1752_normal.jpg\",\"description\":\"Les propos tenus ici n'engagent personne...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"id_str\":\"298602602\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"969a9c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811600999\\/IMG_1752_normal.jpg\",\"name\":\"holdenfr\",\"default_profile_image\":false,\"created_at\":\"Sat May 14 16:12:05 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":298602602,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177238873837568,\"created_at\":\"Fri Feb 24 22:47:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 485000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b445924f-61dc-478e-bcb7-89b97c12365f-173177238873837568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilPart o/", +"img": { +"src": "http://a3.twimg.com/profile_images/1704016122/loltruc-noel_normal.png" +}, +"title": "Hervé Q: #lgw #ilPart o/", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 485000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilPart o\\/\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilPart\",\"indices\":[5,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177235635843073\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"2e2103\",\"screen_name\":\"Airvecu\",\"lang\":\"fr\",\"favourites_count\":556,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":429,\"location\":\"Brest m\\u00eam' (et ses alentours)\",\"profile_text_color\":\"000000\",\"followers_count\":754,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\",\"description\":\"Presque musicien, presque dr\\u00f4le, presque original, presque normal, presque intelligent, mais loin d'\\u00eatre parfait. Mais je suis Breton.\",\"statuses_count\":34952,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"show_all_inline_media\":true,\"listed_count\":44,\"profile_link_color\":\"0600b5\",\"is_translator\":true,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"46863586\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Herv\\u00e9 Q\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"created_at\":\"Sat Jun 13 10:17:50 +0000 2009\",\"profile_sidebar_fill_color\":\"f0f3f5\",\"id\":46863586,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\"},\"truncated\":false,\"id\":173177235635843073,\"created_at\":\"Fri Feb 24 22:47:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 485000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "55ddac11-a76c-4c4d-b187-dd781fd088b5-173177235635843073" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1801682939/image_normal.jpg" +}, +"title": "alexandra evan: #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 485000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177235170275328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":18,\"screen_name\":\"alexevan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":295,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":113,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"description\":\"Global Planning Director @ DDB interested in people, conversations, behaviour. Passionate by arequipe, wine & traveling. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"33499701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"name\":\"alexandra evan\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 20 12:45:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":33499701,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177235170275328,\"created_at\":\"Fri Feb 24 22:47:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 485000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "51a47825-5794-48e4-bd05-331aacb1bb80-173177235170275328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1851110304/Picture_0480_normal.jpg" +}, +"title": "Swin Gum: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 485000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177236973813763\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":233,\"screen_name\":\"Swiinea\",\"lang\":\"fr\",\"profile_text_color\":\"71d6c9\",\"statuses_count\":4518,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362128090\\/swin.jpg\",\"location\":\"Lille - Pos\\u00e9e sur un cactus\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"807d7e\",\"followers_count\":581,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851110304\\/Picture_0480_normal.jpg\",\"description\":\"Les bios c'est pour les faibles ou pour les gens qui font un truc dans la vie tout \\u00e7a. Je suis Swin' et je suis n\\u00e9e pour \\u00eatre une larve. #HOULOULOU\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1d4c70\",\"id_str\":\"372532169\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362128090\\/swin.jpg\",\"profile_sidebar_fill_color\":\"1d4c70\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851110304\\/Picture_0480_normal.jpg\",\"name\":\"Swin Gum\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 12 23:11:47 +0000 2011\",\"profile_sidebar_border_color\":\"57ff57\",\"id\":372532169,\"utc_offset\":-10800,\"favourites_count\":360,\"url\":\"http:\\/\\/tchictchac.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177236973813763,\"created_at\":\"Fri Feb 24 22:47:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 485000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f99544a4-6af9-4688-81bf-4d14ee40f201-173177236973813763" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon ben #ilReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1845606272/marikiki_07_02_12_normal.jpg" +}, +"title": "Tluonra: Bon ben #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 486000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon ben #ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[8,16]},{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177240811614209\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":174,\"screen_name\":\"Tluonra\",\"lang\":\"fr\",\"profile_text_color\":\"080108\",\"statuses_count\":6949,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431637274\\/back_tw_1111.jpg\",\"location\":\"Somewhere over the rainbow\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"e50ef0\",\"followers_count\":222,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845606272\\/marikiki_07_02_12_normal.jpg\",\"description\":\"Graphiste free-lance flammes et twitteuse \\u00e0 gage : Pumm Pumm (appeler aux horaires de bureau)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3c363d\",\"id_str\":\"80332571\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431637274\\/back_tw_1111.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845606272\\/marikiki_07_02_12_normal.jpg\",\"name\":\"Tluonra\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 06 15:47:08 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":80332571,\"utc_offset\":3600,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177240811614209,\"created_at\":\"Fri Feb 24 22:47:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 486000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9d360a64-3776-4930-bb20-54d0947df057-173177240811614209" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1735644265/front_de_gauche_annee_normal.jpg" +}, +"title": "Cachounette: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 486000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177243323994112\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":40,\"screen_name\":\"cachounette\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":250,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"description\":\"sage femme, militante PCF-Front de gauche et CGT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"id_str\":\"39092205\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"name\":\"Cachounette\",\"default_profile_image\":false,\"created_at\":\"Sun May 10 18:40:14 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":39092205,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177243323994112,\"created_at\":\"Fri Feb 24 22:47:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 486000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0311b1ff-25c3-451e-9068-0f260530e9de-173177243323994112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Paye ton WiFi qui te déconnecte... #cQui #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1725590755/jak-avatar-twitter_normal.png" +}, +"title": "Axel Leroy: Paye ton WiFi qui te déconnecte... #cQui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 486000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Paye ton WiFi qui te d\\u00e9connecte... #cQui #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[35,40]},{\"text\":\"LGW\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177241444954112\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":303,\"screen_name\":\"BlackEco\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13159,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"location\":\"Versailles, France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":192,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"description\":\"I'm a 18 years old french geek, passionated by Anglo-Saxon culture, computing, music, Internet, video games, movies, other geek stuffs and cars.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"94871785\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"name\":\"Axel Leroy\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 05 21:28:19 +0000 2009\",\"profile_sidebar_border_color\":\"00bbff\",\"id\":94871785,\"utc_offset\":3600,\"favourites_count\":142,\"url\":\"http:\\/\\/www.blackeco.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177241444954112,\"created_at\":\"Fri Feb 24 22:47:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 486000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6f8ca170-700e-4e3a-b09d-c53f670a78e4-173177241444954112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Rollin #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/569365839/entrbtn2_normal.gif" +}, +"title": "Screech Cubik: #lgw Rollin #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 487000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Rollin #cQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cQui\",\"indices\":[12,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177247690268673\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":57,\"screen_name\":\"s_cubik\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1288,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":74,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/569365839\\/entrbtn2_normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Brussels\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"96092449\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/569365839\\/entrbtn2_normal.gif\",\"name\":\"Screech Cubik\",\"default_profile_image\":false,\"created_at\":\"Fri Dec 11 09:16:29 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":96092449,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.talkgeekytome.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177247690268673,\"created_at\":\"Fri Feb 24 22:47:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 487000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "de2fb826-fb06-4c94-b819-ca2d424029a5-173177247690268673" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Faut-il garder François Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1799548934/SAM_9940_normal.JPG" +}, +"title": "Boris Scafariu: RT @LeGrandWebze: Faut-il garder François Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 488000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Faut-il garder Fran\\u00e7ois Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[60,68]},{\"text\":\"IlPart\",\"indices\":[69,76]},{\"text\":\"cQui\",\"indices\":[77,82]},{\"text\":\"change2ton\",\"indices\":[83,94]},{\"text\":\"lgw\",\"indices\":[95,99]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Faut-il garder Fran\\u00e7ois Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[42,50]},{\"text\":\"IlPart\",\"indices\":[51,58]},{\"text\":\"cQui\",\"indices\":[59,64]},{\"text\":\"change2ton\",\"indices\":[65,76]},{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176896102744065\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1479,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3114,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176896102744065,\"created_at\":\"Fri Feb 24 22:46:04 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/messaging.nokia.com\\/site\\/main.do\\\" rel=\\\"nofollow\\\"\\u003EOvi by Nokia \\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177248214548480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":48,\"screen_name\":\"Borishenkov\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":64,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/417508223\\/01747_inflight_1024x768.jpg\",\"location\":\"En France, vers Tours.\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1799548934\\/SAM_9940_normal.JPG\",\"description\":\"Les gouvernements ne devraient pas nous apprendre \\u00e0 nous laisser \\u00eatre dirig\\u00e9s comme des moutons, mais plut\\u00f4t \\u00e0 \\u00eatre nos propres souverains.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"379367658\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/417508223\\/01747_inflight_1024x768.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799548934\\/SAM_9940_normal.JPG\",\"name\":\"Boris Scafariu\",\"default_profile_image\":false,\"created_at\":\"Sat Sep 24 20:52:11 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":379367658,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/twitter.com\\/Borishenkov\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177248214548480,\"created_at\":\"Fri Feb 24 22:47:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 488000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cefb93fd-e013-4011-b414-1b5137da0172-173177248214548480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Attention, le vote #ilpart de @LeGrandWebze ne concerne pas le gouvernement mais François Rollin. Ne confondez pas. #Lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1690913631/doc_normal.jpg" +}, +"title": "Klaire.fr: Attention, le vote #ilpart de @LeGrandWebze ne concerne pas le gouvernement mais François Rollin. Ne confondez pas. #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 488000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Attention, le vote #ilpart de @LeGrandWebze ne concerne pas le gouvernement mais Fran\\u00e7ois Rollin. Ne confondez pas. #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[30,43],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[19,26]},{\"text\":\"Lgw\",\"indices\":[117,121]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177249141506049\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":780,\"screen_name\":\"KlaireFr\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":9882,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":282,\"profile_link_color\":\"1F98C7\",\"followers_count\":7158,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"description\":\"A un mauvais caract\\u00e8re. Mais un sur 140, \\u00e7a va. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C6E2EE\",\"id_str\":\"28096610\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"name\":\"Klaire.fr\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 01 12:34:58 +0000 2009\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":28096610,\"utc_offset\":-10800,\"favourites_count\":35,\"url\":\"http:\\/\\/www.klaire.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177249141506049,\"created_at\":\"Fri Feb 24 22:47:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 488000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4f971fac-d706-4ac1-9890-55c7c475383e-173177249141506049" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "42 #ilReste \\o/ #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: 42 #ilReste \\o/ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 488000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"42 #ilReste \\\\o\\/ #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[3,11]},{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177250777280513\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177250777280513,\"created_at\":\"Fri Feb 24 22:47:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 488000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3f978b1f-bda9-4422-bccd-3cb35aef06b2-173177250777280513" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "totzzzzo #ilpart #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: totzzzzo #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 488000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"totzzzzo #ilpart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[9,16]},{\"text\":\"lgw\",\"indices\":[17,21]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177249917444096\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5c5c5c\",\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":997,\"location\":\"Saligny, France\",\"profile_text_color\":\"333333\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"statuses_count\":5568,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_fill_color\":\"dedede\",\"id\":12687332,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.k3nny.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\"},\"truncated\":false,\"id\":173177249917444096,\"created_at\":\"Fri Feb 24 22:47:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 488000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "49a9c411-c5db-4886-88ec-3af820edf3a4-173177249917444096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1796744745/Anonymous-header_normal.PNG" +}, +"title": "Musi_Call_Ment: #IlReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 489000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#IlReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177254132719616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":199,\"screen_name\":\"mat_moi_ca\",\"lang\":\"en\",\"profile_text_color\":\"93afe6\",\"statuses_count\":6544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"93afe6\",\"followers_count\":88,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"description\":\"Geek qui s'est perdu sur internet. je suis chieur ! Ce que j'aime ? Le m\\u00e9tal. FOLLOW MOI !!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1dabf2\",\"id_str\":\"348842674\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"name\":\"Musi_Call_Ment\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 05 02:52:54 +0000 2011\",\"profile_sidebar_border_color\":\"93afe6\",\"id\":348842674,\"utc_offset\":null,\"favourites_count\":14,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177254132719616,\"created_at\":\"Fri Feb 24 22:47:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 489000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cc62f061-030c-4e69-850e-ebfdb7addc86-173177254132719616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin ? #ilReste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1633621191/avatar_normal.png" +}, +"title": "Tweets de Comptoir: Rollin ? #ilReste #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 492000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Rollin ? #ilReste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[9,17]},{\"text\":\"lgw\",\"indices\":[18,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177264576544768\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffcc00\",\"screen_name\":\"Tweets2Comptoir\",\"lang\":\"fr\",\"favourites_count\":5604,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3072,\"location\":\"Dans tes tweets\",\"profile_text_color\":\"3f3210\",\"followers_count\":6393,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"description\":\"Tweets de Comptoir est l\\u00e0 pour rendre quotidiennement compte de l'activit\\u00e9 subversive des tweetos, en d\\u00e9non\\u00e7ant les meilleurs tweets publi\\u00e9s.\",\"statuses_count\":2933,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"show_all_inline_media\":true,\"listed_count\":186,\"profile_link_color\":\"3b8ab2\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d1f5c\",\"protected\":false,\"id_str\":\"227334618\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Tweets de Comptoir\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"created_at\":\"Thu Dec 16 15:29:51 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":227334618,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/tweetsdecomptoir.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\"},\"truncated\":false,\"id\":173177264576544768,\"created_at\":\"Fri Feb 24 22:47:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 492000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2e97733b-e6e6-4a3a-8986-59255ead4d28-173177264576544768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai ma bulle!!!! Jme suis vue!!! ahahah #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: J'ai ma bulle!!!! Jme suis vue!!! ahahah #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 493000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai ma bulle!!!! Jme suis vue!!! ahahah #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177270154969088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9481,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177270154969088,\"created_at\":\"Fri Feb 24 22:47:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 493000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e2ff01fe-30d5-4e32-a28a-8e0d00d87b85-173177270154969088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "moi je veux que @FlorencePorcel reste ! #lgw #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: moi je veux que @FlorencePorcel reste ! #lgw #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 493000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"moi je veux que @FlorencePorcel reste ! #lgw #cQui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[16,31],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"cQui\",\"indices\":[45,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177270549225472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13675,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"location\":\"Ile de France, Nancy, Toulois\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"name\":\"Godai Yusaku\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":76995130,\"utc_offset\":3600,\"favourites_count\":68,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177270549225472,\"created_at\":\"Fri Feb 24 22:47:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 493000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9abab68d-3e4c-494b-a0c1-df9709ffa70d-173177270549225472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1815688866/d688d6b8531c11e1abb01231381b65e3_7_normal.jpg" +}, +"title": "Kevin Hiot: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 495000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177277813764096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":291,\"screen_name\":\"UnMamouth\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Longjumeau\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":119,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1815688866\\/d688d6b8531c11e1abb01231381b65e3_7_normal.jpg\",\"description\":\"Journaliste en devenir ayant peur des piq\\u00fbres.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"89394967\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815688866\\/d688d6b8531c11e1abb01231381b65e3_7_normal.jpg\",\"name\":\"Kevin Hiot\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 12 07:14:13 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":89394967,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/flavors.me\\/unmamouth\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177277813764096,\"created_at\":\"Fri Feb 24 22:47:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 495000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "23a238f9-b3bf-40eb-9cda-8f15518c8f32-173177277813764096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #IlReste Super Rollin à moi !!!!!", +"img": { +"src": "http://a2.twimg.com/profile_images/944881104/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg" +}, +"title": "José Phinebacker: #LGW #IlReste Super Rollin à moi !!!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 496000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW #IlReste Super Rollin \\u00e0 moi !!!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"IlReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177282461048832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":140,\"screen_name\":\"Phinebacker\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1251,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"009999\",\"followers_count\":117,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\",\"description\":\"Phinebacker, twitteur homeopathique...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"6296872\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\",\"name\":\"Jos\\u00e9 Phinebacker\",\"default_profile_image\":false,\"created_at\":\"Thu May 24 21:11:03 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":6296872,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/phinebacker.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177282461048832,\"created_at\":\"Fri Feb 24 22:47:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 496000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "78e46990-78d1-43d4-843b-f2391f0a86bf-173177282461048832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ILRESTE !", +"img": { +"src": "http://a3.twimg.com/profile_images/1612866761/2222_normal.jpg" +}, +"title": "makina: #lgw ILRESTE !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 496000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ILRESTE !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177282498789377\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1,\"screen_name\":\"makina37\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"351529067\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"name\":\"makina\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 09 11:20:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":351529067,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177282498789377,\"created_at\":\"Fri Feb 24 22:47:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 496000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cbb6c20f-30c4-411c-9877-db7692533c43-173177282498789377" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1650721797/Largy_normal.jpg" +}, +"title": "Largentula: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 497000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177287666180096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":116,\"screen_name\":\"Largentula\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3825,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"sur le canap\\u00e9\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"990000\",\"followers_count\":174,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1650721797\\/Largy_normal.jpg\",\"description\":\"prout\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"17374070\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650721797\\/Largy_normal.jpg\",\"name\":\"Largentula\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 13 22:12:09 +0000 2008\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":17374070,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177287666180096,\"created_at\":\"Fri Feb 24 22:47:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 497000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0d5a4809-4732-4c1f-bdd3-41a4c4052305-173177287666180096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1528632347/FunPhotoBox041455s1mwzbxu_normal.jpg" +}, +"title": "oli duck: #IlReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 498000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#IlReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177292376387587\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":19,\"screen_name\":\"oliduck\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":77,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1528632347\\/FunPhotoBox041455s1mwzbxu_normal.jpg\",\"description\":\"... Wasn't Born To Follow comme chantait The Byrds...\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"119897315\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1528632347\\/FunPhotoBox041455s1mwzbxu_normal.jpg\",\"name\":\"oli duck\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 04 22:06:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":119897315,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177292376387587,\"created_at\":\"Fri Feb 24 22:47:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 498000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b89f1ac5-4b9f-4664-8d38-87f8f8d267bd-173177292376387587" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel elle a un décolleté de #cesar2012 #ilreste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1632512642/John_normal.jpg" +}, +"title": "Stephane : @FlorencePorcel elle a un décolleté de #cesar2012 #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 498000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel elle a un d\\u00e9collet\\u00e9 de #cesar2012 #ilreste #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[39,49]},{\"text\":\"ilreste\",\"indices\":[50,58]},{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177293529817088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":159,\"screen_name\":\"stefLP\",\"lang\":\"fr\",\"profile_text_color\":\"6a1e00\",\"statuses_count\":1540,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0800b6\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"description\":\"Je travaille dans le monde de l'informatique et des pharmacies (depuis 17 ans) , et \\u00e9galement auto-entrepreneur \\u00e0 mes temps perdus. http:\\/\\/about.me\\/bealcost\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffe9d9\",\"id_str\":\"11192742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"profile_sidebar_fill_color\":\"ffecd9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"name\":\"Stephane \",\"default_profile_image\":false,\"created_at\":\"Sat Dec 15 10:31:27 +0000 2007\",\"profile_sidebar_border_color\":\"001e0e\",\"id\":11192742,\"utc_offset\":3600,\"favourites_count\":42,\"url\":null},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173177293529817088,\"created_at\":\"Fri Feb 24 22:47:38 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 498000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "451b16ed-69fa-47b9-92a5-52ba3b43f019-173177293529817088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "1 point Mabille #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1115735941/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png" +}, +"title": "Christophe Ponsolle: 1 point Mabille #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 498000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"1 point Mabille #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177293143932929\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":364,\"location\":\"\",\"profile_text_color\":\"999393\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"statuses_count\":1209,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"protected\":false,\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Christophe Ponsolle\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":25338852,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\"},\"truncated\":false,\"id\":173177293143932929,\"created_at\":\"Fri Feb 24 22:47:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 498000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e27dc4a5-1d1b-4c21-b031-ca94f9804e3d-173177293143932929" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 500000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cqui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177298286161920\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"F2E195\",\"screen_name\":\"papounay2000\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":265,\"location\":\"\",\"profile_text_color\":\"0C3E53\",\"followers_count\":135,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"description\":\"N'oubliez pas de vous aimer\",\"statuses_count\":3536,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"protected\":false,\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"\\u2620papounay2000\\u2620\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"id\":14764219,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\"},\"truncated\":false,\"id\":173177298286161920,\"created_at\":\"Fri Feb 24 22:47:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 500000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5a2ee08b-f3cf-469c-882b-9ad796d0b4c1-173177298286161920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Y a le grand webze sur #France5 @Tweets2Comptoir nous a prévenu!", +"img": { +"src": "http://a2.twimg.com/profile_images/1824930362/mii_normal.jpg" +}, +"title": "Mi ANDRIA: Y a le grand webze sur #France5 @Tweets2Comptoir nous a prévenu!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 500000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Y a le grand webze sur #France5 @Tweets2Comptoir nous a pr\\u00e9venu!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[32,48],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"France5\",\"indices\":[23,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177299498307585\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":115,\"screen_name\":\"mioraandria\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":6962,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/366084498\\/IMG_1265DPP.jpg\",\"location\":\"Ici ou l\\u00e0-bas\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"B40B43\",\"followers_count\":272,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1824930362\\/mii_normal.jpg\",\"description\":\"Je veux bien tweeter de tout et de rien, de tout surtout mais jamais de politique.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"FF6699\",\"id_str\":\"138576419\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366084498\\/IMG_1265DPP.jpg\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824930362\\/mii_normal.jpg\",\"name\":\"Mi ANDRIA\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 29 23:22:16 +0000 2010\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":138576419,\"utc_offset\":-10800,\"favourites_count\":46,\"url\":\"http:\\/\\/www.facebook.com\\/Miawa.Andria\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177299498307585,\"created_at\":\"Fri Feb 24 22:47:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 500000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "98c54f16-734d-4def-8c61-ccb352d31a49-173177299498307585" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Solange voudrait s'inscrire au stage particulier avec Déconne-Man. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1650223404/Solangetof_normal.jpg" +}, +"title": "Solange te parle: Solange voudrait s'inscrire au stage particulier avec Déconne-Man. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 502000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Solange voudrait s'inscrire au stage particulier avec D\\u00e9conne-Man. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177308558016512\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":195,\"screen_name\":\"SolangeTeParle\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":676,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/393555317\\/yayoipurple\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"421fa3\",\"followers_count\":914,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1650223404\\/Solangetof_normal.jpg\",\"description\":\"Quand je pense \\u00e0 tout ce qui m'emp\\u00eache de r\\u00e9fl\\u00e9chir, j'ouvre au hasard le dictionnaire et je te parle en vid\\u00e9ophonie.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"ffffff\",\"id_str\":\"417867146\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/393555317\\/yayoipurple\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650223404\\/Solangetof_normal.jpg\",\"name\":\"Solange te parle\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 21 13:20:07 +0000 2011\",\"profile_sidebar_border_color\":\"666666\",\"id\":417867146,\"utc_offset\":null,\"favourites_count\":156,\"url\":\"http:\\/\\/solangeteparle.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177308558016512,\"created_at\":\"Fri Feb 24 22:47:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 502000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1115e7f6-b4f3-4fca-9cca-7f1156f13e9b-173177308558016512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste !!!!!!!! Big up @francoisrollin #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: #ilreste !!!!!!!! Big up @francoisrollin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 504000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste !!!!!!!! Big up @francoisrollin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[25,40],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177316770463744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13059,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":792,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177316770463744,\"created_at\":\"Fri Feb 24 22:47:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 504000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5a14b14e-7782-4905-88b6-91d63da4cb13-173177316770463744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#MERILETFOU #UMAD? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1652896495/31462_418563071095_586936095_5290073_3010281_a_normal.jpg" +}, +"title": "KheOps: #MERILETFOU #UMAD? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 504000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#MERILETFOU #UMAD? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"MERILETFOU\",\"indices\":[0,11]},{\"text\":\"UMAD\",\"indices\":[12,17]},{\"text\":\"lgw\",\"indices\":[19,23]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177316770459648\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"kheops2713\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":25,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":451,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"description\":\"Je clair, ne pas ?\",\"statuses_count\":972,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"321006177\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"KheOps\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Jun 20 21:41:59 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":321006177,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.dailymotion.com\\/video\\/x32zy6_la-strategie-de-lechec-lentretien_fun\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\"},\"truncated\":false,\"id\":173177316770459648,\"created_at\":\"Fri Feb 24 22:47:44 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 504000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef199144-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef19966c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "24175c73-658e-4001-b298-550c0d767033-173177316770459648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Juste un effet un peu désastreux dans #LGW : PERSONNE ne regarde la caméra. Vous ne faites pas l'émission que pour vous eh", +"img": { +"src": "http://a0.twimg.com/profile_images/1850149516/200212-1652_normal.jpg" +}, +"title": "Gwendal Perrin: Juste un effet un peu désastreux dans #LGW : PERSONNE ne regarde la caméra. Vous ne faites pas l'émission que pour vous eh", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 506000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Juste un effet un peu d\\u00e9sastreux dans #LGW : PERSONNE ne regarde la cam\\u00e9ra. Vous ne faites pas l'\\u00e9mission que pour vous eh\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[38,42]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177325612040192\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f703ff\",\"screen_name\":\"GwendalPerrin\",\"lang\":\"fr\",\"favourites_count\":323,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":390,\"location\":\"Sur ton \\u00e9cran\",\"profile_text_color\":\"0C3E53\",\"followers_count\":1123,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850149516\\/200212-1652_normal.jpg\",\"description\":\"Journaliste\\/CM \\\\ #IdiotDuJour, @faislebuzz, *RIRES ENREGISTRES* \\\\ #ModernClassical #TranceFamily \\\\ Mange les bisounours au lieu d'y croire \\\\ http:\\/\\/is.gd\\/vpIs00\",\"statuses_count\":25020,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408801473\\/twilk_background_4f1ff1ba38fd8.jpg\",\"show_all_inline_media\":true,\"listed_count\":62,\"profile_link_color\":\"FF0000\",\"is_translator\":true,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d183f2\",\"protected\":false,\"id_str\":\"116277557\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Gwendal Perrin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408801473\\/twilk_background_4f1ff1ba38fd8.jpg\",\"created_at\":\"Sun Feb 21 21:30:29 +0000 2010\",\"profile_sidebar_fill_color\":\"ea4af0\",\"id\":116277557,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/gwendalperrin.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850149516\\/200212-1652_normal.jpg\"},\"truncated\":false,\"id\":173177325612040192,\"created_at\":\"Fri Feb 24 22:47:46 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 506000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8f3131c9-07a3-4922-ac05-a3db31e36f60-173177325612040192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@lgeffroy: @vinvin ressemble a un candidat a la presidentielle dans le nouveau decors du #lgw... Mise a part la chemise", +"img": { +"src": "http://a2.twimg.com/profile_images/1186211112/MyBEP_Laurent_normal.png" +}, +"title": "laurent GEFFROY: @lgeffroy: @vinvin ressemble a un candidat a la presidentielle dans le nouveau decors du #lgw... Mise a part la chemise", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 507000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"lgeffroy\",\"favorited\":false,\"text\":\"@lgeffroy: @vinvin ressemble a un candidat a la presidentielle dans le nouveau decors du #lgw... Mise a part la chemise\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"lgeffroy\",\"indices\":[0,9],\"name\":\"laurent GEFFROY\",\"id_str\":\"6807672\",\"id\":6807672},{\"screen_name\":\"Vinvin\",\"indices\":[11,18],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[89,93]}]},\"in_reply_to_user_id\":6807672,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177328728416257\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"lgeffroy\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":63,\"location\":\"\",\"profile_text_color\":\"666666\",\"followers_count\":58,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1186211112\\/MyBEP_Laurent_normal.png\",\"description\":\".Net Architect, loves technologies and Baseball\",\"statuses_count\":765,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"6807672\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"laurent GEFFROY\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Thu Jun 14 09:14:06 +0000 2007\",\"profile_sidebar_fill_color\":\"252429\",\"id\":6807672,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.laurentgeffroy.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1186211112\\/MyBEP_Laurent_normal.png\"},\"truncated\":false,\"id\":173177328728416257,\"created_at\":\"Fri Feb 24 22:47:47 +0000 2012\",\"in_reply_to_user_id_str\":\"6807672\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 507000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9ec75f4-7da4-4e30-a705-ae9539a3ecb2-173177328728416257" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je viens de voir mon avatar à la télé en bubulle ;) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1841029880/gangstacat6ze46f4ze6f4z6e84_normal.jpg" +}, +"title": "Brice R.: Je viens de voir mon avatar à la télé en bubulle ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 507000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je viens de voir mon avatar \\u00e0 la t\\u00e9l\\u00e9 en bubulle ;) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177329198170112\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"brice_r_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2375,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"description\":\"#G\\u00e9meaux #DoublePersonnalit\\u00e9 \\r\\nParce que la vie priv\\u00e9e ne sert pas uniquement \\u00e0 cacher des d\\u00e9lits et des crimes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Copenhagen\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"15512436\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"name\":\"Brice R.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 21 08:09:24 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":15512436,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"https:\\/\\/www.eff.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177329198170112,\"created_at\":\"Fri Feb 24 22:47:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 507000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c5b039d9-cff4-4334-bd8d-7a6ec6727f67-173177329198170112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Haha je passe a la télé #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1851178724/61_normal.png" +}, +"title": "Colombien et toi ?: Haha je passe a la télé #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 508000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Haha je passe a la t\\u00e9l\\u00e9 #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177334894043137\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"HAYTSH\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9720,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"location\":\"\\u30b9\\u30c8\\u30e9\\u30b9\\u30d6\\u30fc\\u30eb\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"description\":\"J'suis un ksos j'ai 5 ans. \",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"277031586\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"name\":\"Colombien et toi ?\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 04 15:24:48 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":277031586,\"utc_offset\":3600,\"favourites_count\":83,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177334894043137,\"created_at\":\"Fri Feb 24 22:47:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 508000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1bebb2eb-6c53-4d1d-9478-f7f83ac3bbd2-173177334894043137" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les #cesar2012 c'est fini. Faut basculer sur France 5 maintenant et Le Grand Webzé ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1840667340/ns_normal.png" +}, +"title": "Pierre : Les #cesar2012 c'est fini. Faut basculer sur France 5 maintenant et Le Grand Webzé ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 509000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"Les #cesar2012 c'est fini. Faut basculer sur France 5 maintenant et Le Grand Webz\\u00e9 ! #lgw\",\"created_at\":\"Fri Feb 24 22:47:49 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[4,14]},{\"text\":\"lgw\",\"indices\":[85,89]}],\"user_mentions\":[]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173177337553235968\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":25,\"created_at\":\"Tue Dec 08 15:02:27 +0000 2009\",\"profile_text_color\":\"666666\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/66918069\\/Coruscant1.jpg\",\"url\":null,\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"2FC2EF\",\"screen_name\":\"BeautifulLoser_\",\"time_zone\":\"Paris\",\"description\":\"Ex \\u00e9tudiant en Services et R\\u00e9seaux de Communication. Geek \\u00e0 4 roues, tout terrain ! Dans la matrice depuis 1987 #tech #web #politique #rugby #procrastination\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/66918069\\/Coruscant1.jpg\",\"profile_background_color\":\"1A1B1F\",\"location\":\"Castres \",\"id_str\":\"95436599\",\"profile_background_tile\":false,\"followers_count\":322,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840667340\\/ns_normal.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1840667340\\/ns_normal.png\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"252429\",\"favourites_count\":68,\"protected\":false,\"friends_count\":391,\"profile_sidebar_border_color\":\"181A1E\",\"name\":\"Pierre \",\"contributors_enabled\":false,\"verified\":false,\"id\":95436599,\"statuses_count\":10062,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173177337553235968}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 509000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "499f48df-b4b9-4c79-a5c6-1e4ae0de5b38-173177337553235968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel elle nous a mis un sacré décolletée #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: @FlorencePorcel elle nous a mis un sacré décolletée #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 509000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel elle nous a mis un sacr\\u00e9 d\\u00e9collet\\u00e9e #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177337213497344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":5140,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Marseille\\/Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"name\":\"Matthieu Michel\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":68460513,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173177337213497344,\"created_at\":\"Fri Feb 24 22:47:49 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 509000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3c40d9b3-9967-441f-8d6b-2e58efdf0925-173177337213497344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste #cQui #change2ton #lgw @LeGrandWebze", +"img": { +"src": "http://a0.twimg.com/profile_images/1752605252/slashunderscore_normal.PNG" +}, +"title": "Gilles Defromerie: #IlReste #cQui #change2ton #lgw @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 511000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#IlReste #cQui #change2ton #lgw @LeGrandWebze\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[32,45],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"cQui\",\"indices\":[9,14]},{\"text\":\"change2ton\",\"indices\":[15,26]},{\"text\":\"lgw\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177348353560578\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"geldif\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":59,\"location\":\"Devant un \\u00e9cran num\\u00e9rique\",\"profile_text_color\":\"333333\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"description\":\"Debugger, Ajusteur d'Octets niveau Certification Binaire, Digital Engineer\",\"statuses_count\":225,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"394186996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Gilles Defromerie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Wed Oct 19 18:07:56 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":394186996,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\"},\"truncated\":false,\"id\":173177348353560578,\"created_at\":\"Fri Feb 24 22:47:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 511000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e0d9a945-ef0b-4d9a-9009-27cd875cb82f-173177348353560578" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je vois ma tête!! Fière de moi je suis, je passe à la télé!!! :D #lgw (Ma #Maman doit être fière de moi ><)", +"img": { +"src": "http://a0.twimg.com/profile_images/1843832843/Photo_du_21-02-12___19.49_normal.jpg" +}, +"title": "Alice Wonderland: Je vois ma tête!! Fière de moi je suis, je passe à la télé!!! :D #lgw (Ma #Maman doit être fière de moi ><)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 511000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je vois ma t\\u00eate!! Fi\\u00e8re de moi je suis, je passe \\u00e0 la t\\u00e9l\\u00e9!!! :D #lgw (Ma #Maman doit \\u00eatre fi\\u00e8re de moi ><)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]},{\"text\":\"Maman\",\"indices\":[74,80]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177348038987776\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":140,\"screen_name\":\"moustikette\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":217,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Near Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"description\":\"J'ai un bonnet Tigrou! And so what? :D\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"23988907\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"name\":\"Alice Wonderland\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 12 17:33:07 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":23988907,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/wonderlandalice.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177348038987776,\"created_at\":\"Fri Feb 24 22:47:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 511000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef1a670e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f1a15656-0b39-47e9-b129-bad95363676a-173177348038987776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilPart ou #ilchange2ton #lgw OK Professeur ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1427838155/P7114024_normal.JPG" +}, +"title": "jali: #ilPart ou #ilchange2ton #lgw OK Professeur ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 513000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilPart ou #ilchange2ton #lgw OK Professeur ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilPart\",\"indices\":[0,7]},{\"text\":\"ilchange2ton\",\"indices\":[11,24]},{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.netvibes.com\\/\\\" rel=\\\"nofollow\\\"\\u003ENetvibes Official Widget\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177353193787393\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":110,\"screen_name\":\"Jali\",\"lang\":\"fr\",\"profile_text_color\":\"574b57\",\"statuses_count\":30518,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"FR\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"name\":\"jali\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":8064742,\"utc_offset\":3600,\"favourites_count\":148,\"url\":\"http:\\/\\/www.jali.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177353193787393,\"created_at\":\"Fri Feb 24 22:47:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 513000, +"tags": [ +{ +"id-ref": "ef1a8540-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c78ab3ea-63df-4cf8-9fb8-850ed92ed23a-173177353193787393" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilReste", +"img": { +"src": "http://a3.twimg.com/profile_images/1661415033/chimie-tux_batux_tux_normal.png" +}, +"title": "Damien: #lgw #ilReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 514000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilReste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177358281482240\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":74,\"screen_name\":\"damienbesson\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":255,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":20,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1661415033\\/chimie-tux_batux_tux_normal.png\",\"description\":\"Doctorant en canc\\u00e9rologie.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"422968572\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1661415033\\/chimie-tux_batux_tux_normal.png\",\"name\":\"Damien\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 27 22:32:47 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":422968572,\"utc_offset\":null,\"favourites_count\":16,\"url\":\"http:\\/\\/besson.damien.free.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177358281482240,\"created_at\":\"Fri Feb 24 22:47:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 514000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b268d29f-2126-4ae1-8e5b-0dc486e71e94-173177358281482240" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Moi aussi, je veux que @francoisrollin #IlReste mais qu'il #Change2Ton! ;) #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Moi aussi, je veux que @francoisrollin #IlReste mais qu'il #Change2Ton! ;) #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 515000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Moi aussi, je veux que @francoisrollin #IlReste mais qu'il #Change2Ton! ;) #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[23,38],\"name\":\"rollin\",\"id_str\":\"369489076\",\"id\":369489076}],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[39,47]},{\"text\":\"Change2Ton\",\"indices\":[59,70]},{\"text\":\"LGW\",\"indices\":[75,79]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177364883308544\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4893,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173177364883308544,\"created_at\":\"Fri Feb 24 22:47:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 515000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "824b3956-57ab-4663-9cd9-cdf05009ec63-173177364883308544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Pierre_B_y nos PP dans #lgw la classe", +"img": { +"src": "http://a0.twimg.com/profile_images/1816190925/stmaillot_normal.jpg" +}, +"title": "philippe : @Pierre_B_y nos PP dans #lgw la classe", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 515000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Pierre_B_y nos PP dans #lgw la classe\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Pierre_B_y\",\"indices\":[0,11],\"id_str\":\"104184883\",\"name\":\"Pierre B.\",\"id\":104184883}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173177007297937408\",\"id_str\":\"173177362224119808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173177007297937408,\"in_reply_to_user_id_str\":\"104184883\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":802,\"screen_name\":\"saintmtex\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":22957,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"location\":\"aix en provence\",\"show_all_inline_media\":false,\"listed_count\":41,\"profile_link_color\":\"FF0000\",\"followers_count\":808,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1816190925\\/stmaillot_normal.jpg\",\"description\":\"Sport addict, Joueur par intermittence de poker , Autoderision et bonne humeur inside , doublure officielle du professeur xavier \\r\\nwww.saintmtex.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"287653885\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1816190925\\/stmaillot_normal.jpg\",\"name\":\"philippe \",\"default_profile_image\":false,\"created_at\":\"Mon Apr 25 12:28:35 +0000 2011\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":287653885,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.saintmtex.fr\"},\"in_reply_to_screen_name\":\"Pierre_B_y\",\"truncated\":false,\"id\":173177362224119808,\"created_at\":\"Fri Feb 24 22:47:55 +0000 2012\",\"in_reply_to_user_id\":104184883}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 515000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f8879531-a104-4d15-8614-1bbdb57a5083-173177362224119808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste mais en slip", +"img": { +"src": "http://a2.twimg.com/profile_images/1640878229/dugomo_normal.jpg" +}, +"title": "Dugomo: #lgw #ilreste mais en slip", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 515000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste mais en slip\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177361511100416\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"Dugomo\",\"lang\":\"fr\",\"favourites_count\":89,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":417,\"location\":\"Nice, ou pas loin\",\"profile_text_color\":\"000000\",\"followers_count\":3130,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1640878229\\/dugomo_normal.jpg\",\"description\":\"Timeo Danaos et dona ferentes.\\r\\n\",\"statuses_count\":23744,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/138402304\\/twilk_background_4c704a628fa7f.jpg\",\"show_all_inline_media\":false,\"listed_count\":350,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"protected\":false,\"id_str\":\"67648081\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Dugomo\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/138402304\\/twilk_background_4c704a628fa7f.jpg\",\"created_at\":\"Fri Aug 21 16:24:44 +0000 2009\",\"profile_sidebar_fill_color\":\"e0ff92\",\"id\":67648081,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jedisdubien.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640878229\\/dugomo_normal.jpg\"},\"truncated\":false,\"id\":173177361511100416,\"created_at\":\"Fri Feb 24 22:47:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 515000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "915d1715-f0a3-4710-ae31-68a3d4bac3b4-173177361511100416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Deconne-man tu m'as niqué tellement c'était pas drôle #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1843165873/1B2ADAE8-80F8-4819-BB0F-9D995A978B82_normal" +}, +"title": "Kurosawa: Deconne-man tu m'as niqué tellement c'était pas drôle #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 516000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Deconne-man tu m'as niqu\\u00e9 tellement c'\\u00e9tait pas dr\\u00f4le #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177366703644672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":418,\"screen_name\":\"kunirosawa\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":19843,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris XX'\",\"show_all_inline_media\":true,\"listed_count\":43,\"profile_link_color\":\"0084B4\",\"followers_count\":463,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1843165873\\/1B2ADAE8-80F8-4819-BB0F-9D995A978B82_normal\",\"description\":\"Beaucoup trop de caract\\u00e8res pour une bio exhaustive. \\nMes tweets personnels ne sont pas sign\\u00e9s. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"143242559\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843165873\\/1B2ADAE8-80F8-4819-BB0F-9D995A978B82_normal\",\"name\":\"Kurosawa\",\"default_profile_image\":false,\"created_at\":\"Thu May 13 00:03:39 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":143242559,\"utc_offset\":-10800,\"favourites_count\":383,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/kunirosawa\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177366703644672,\"created_at\":\"Fri Feb 24 22:47:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 516000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "976377a2-c4d6-4246-a385-5b3d837954a4-173177366703644672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je lâche #CI pour #LeGrandWebze #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/183407519/200526550-001_normal.jpg" +}, +"title": "Sparkle and Co: Je lâche #CI pour #LeGrandWebze #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 518000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je l\\u00e2che #CI pour #LeGrandWebze #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[9,12]},{\"text\":\"LeGrandWebze\",\"indices\":[18,31]},{\"text\":\"LGW\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177375280988160\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":478,\"screen_name\":\"Sparkle_and_Co\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":7522,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"location\":\"London\",\"show_all_inline_media\":false,\"listed_count\":10,\"profile_link_color\":\"B40B43\",\"followers_count\":371,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/183407519\\/200526550-001_normal.jpg\",\"description\":\"Sometimes geek, often homeless, not a wife but always a mum... I'm a knitter and I'm trying to learn sewing. \\r\\nWelcome!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"FF6699\",\"id_str\":\"35311914\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/183407519\\/200526550-001_normal.jpg\",\"name\":\"Sparkle and Co\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 25 21:12:07 +0000 2009\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":35311914,\"utc_offset\":0,\"favourites_count\":6,\"url\":\"http:\\/\\/sparkleandco.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177375280988160,\"created_at\":\"Fri Feb 24 22:47:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 518000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1c1f4ae3-3a54-4a3f-8100-ecc2dad1882d-173177375280988160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 519000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177378850340864\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177378850340864,\"created_at\":\"Fri Feb 24 22:47:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 519000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f0daedb8-a9dc-4d41-94c9-023d29a9de69-173177378850340864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ROLLIN ROLLIN ROLLIN #lgw #ilreste", +"img": { +"src": "http://a1.twimg.com/profile_images/1840602431/MyGoogle_Avatar1_normal.png" +}, +"title": "Guillaume Maurin: ROLLIN ROLLIN ROLLIN #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 520000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"ROLLIN ROLLIN ROLLIN #lgw #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]},{\"text\":\"ilreste\",\"indices\":[26,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177384621707265\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"gmaurin\",\"lang\":\"fr\",\"favourites_count\":58,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":394,\"location\":\"France - Bretagne - Toulouse\",\"profile_text_color\":\"333333\",\"followers_count\":428,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"description\":\"Du pass\\u00e9 faisons table en marbre ........ #Geek #Rugby #Prof - http:\\/\\/gplus.gmaurin.fr\",\"statuses_count\":15767,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"show_all_inline_media\":true,\"listed_count\":32,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"48504688\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Guillaume Maurin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"created_at\":\"Thu Jun 18 21:54:30 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":48504688,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.gmaurin.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\"},\"truncated\":false,\"id\":173177384621707265,\"created_at\":\"Fri Feb 24 22:48:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 520000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8c378ff5-7e18-468c-b2ab-97f46d281712-173177384621707265" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Faut-il garder François Rollin ? #IlReste !!! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1580605839/louisette-carre2_normal.jpg" +}, +"title": "Louisettes: Faut-il garder François Rollin ? #IlReste !!! #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 520000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Faut-il garder Fran\\u00e7ois Rollin ? #IlReste !!! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[33,41]},{\"text\":\"lgw\",\"indices\":[46,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177383485054976\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DBE9ED\",\"screen_name\":\"LesLouisettes\",\"lang\":\"fr\",\"favourites_count\":26,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":207,\"location\":\"Brest\",\"profile_text_color\":\"ffffff\",\"followers_count\":91,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1580605839\\/louisette-carre2_normal.jpg\",\"description\":\"JF d\\u00e9veloppant all\\u00e8grement sur twitter son addiction pour la politique, c\\u00f4t\\u00e9 b\\u00e2bord.\",\"statuses_count\":157,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/134382906\\/fond-twitter.png\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"a3a3a3\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fff5f5\",\"protected\":false,\"id_str\":\"28132943\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Louisettes\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/134382906\\/fond-twitter.png\",\"created_at\":\"Wed Apr 01 16:04:59 +0000 2009\",\"profile_sidebar_fill_color\":\"5e5e5e\",\"id\":28132943,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1580605839\\/louisette-carre2_normal.jpg\"},\"truncated\":false,\"id\":173177383485054976,\"created_at\":\"Fri Feb 24 22:48:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 520000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8b64b753-7921-4fa0-90d3-39d74a4ebdd0-173177383485054976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Reste François! #ilreste #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1833830553/avatar-noir-et-blanc-photobooth_normal.jpg" +}, +"title": "Baudouin VanHumbeeck: Reste François! #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 521000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Reste Fran\\u00e7ois! #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[16,24]},{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177388161712129\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2945,\"screen_name\":\"somebaudy\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":17090,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/89113514\\/background-twitter-elephant.png\",\"location\":\"Schaerbeek, Belgoslovaquie\",\"show_all_inline_media\":false,\"listed_count\":173,\"profile_link_color\":\"002fa7\",\"followers_count\":2691,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1833830553\\/avatar-noir-et-blanc-photobooth_normal.jpg\",\"description\":\"belgian writer (ascendant geek) - Mon stylo est un rasoir d'Ockham qui se prend pour une call-girl (ou l'inverse). FR\\/NL\\/EN\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"444444\",\"id_str\":\"195503\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/89113514\\/background-twitter-elephant.png\",\"profile_sidebar_fill_color\":\"edc7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833830553\\/avatar-noir-et-blanc-photobooth_normal.jpg\",\"name\":\"Baudouin VanHumbeeck\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 23 12:51:34 +0000 2006\",\"profile_sidebar_border_color\":\"000000\",\"id\":195503,\"utc_offset\":3600,\"favourites_count\":1191,\"url\":\"http:\\/\\/retiendra.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177388161712129,\"created_at\":\"Fri Feb 24 22:48:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 521000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d481ce6a-b352-4b33-9c58-784f1ed9a17e-173177388161712129" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allez hop #cesar2012 --> #lgw", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Gw3nd0ul: Allez hop #cesar2012 --> #lgw", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 522000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Allez hop #cesar2012 --> #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[10,20]},{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177392913854465\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":434,\"screen_name\":\"Gw3nd0ul\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":506,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"143017258\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"Gw3nd0ul\",\"default_profile_image\":true,\"created_at\":\"Wed May 12 10:42:39 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":143017258,\"utc_offset\":3600,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177392913854465,\"created_at\":\"Fri Feb 24 22:48:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 522000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "29cb3131-0895-4bd2-b3fa-c9ab28b91421-173177392913854465" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Nan mais c'est qui François Rollin ahah #lgw :p", +"img": { +"src": "http://a2.twimg.com/profile_images/1780275371/335878_3126302603495_1442578370_33246016_798248012_o_normal.jpg" +}, +"title": "_revan_: Nan mais c'est qui François Rollin ahah #lgw :p", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 522000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Nan mais c'est qui Fran\\u00e7ois Rollin ahah #lgw :p\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177392427311104\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":160,\"screen_name\":\"_revan_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2719,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":60,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780275371\\/335878_3126302603495_1442578370_33246016_798248012_o_normal.jpg\",\"description\":\"\\u00c9tudiant R&T - ici je parle de tout et surtout de rien ^_^\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"86814993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780275371\\/335878_3126302603495_1442578370_33246016_798248012_o_normal.jpg\",\"name\":\"_revan_\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 01 22:15:07 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":86814993,\"utc_offset\":3600,\"favourites_count\":22,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177392427311104,\"created_at\":\"Fri Feb 24 22:48:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 522000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7c13f943-dff8-4554-b7e3-8016847d5690-173177392427311104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On devrait faire la même chose avec la chemise de Vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: On devrait faire la même chose avec la chemise de Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 523000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On devrait faire la m\\u00eame chose avec la chemise de Vinvin #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177396390924288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":75,\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":989,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"name\":\"Shik-a-Marrant\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_border_color\":\"c0c3c4\",\"id\":57607506,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177396390924288,\"created_at\":\"Fri Feb 24 22:48:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 523000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d5caaec1-4cee-43e4-92a3-5c4d64fbdd9b-173177396390924288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin! #ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/768815341/poussin-7277_normal.jpg" +}, +"title": "Frédéric Douat: Rollin! #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 525000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Rollin! #ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[8,16]},{\"text\":\"lgw\",\"indices\":[17,21]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177404125233152\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"FFFFFF\",\"screen_name\":\"Fredouat\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":400,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":184,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/768815341\\/poussin-7277_normal.jpg\",\"description\":\"Jeune poussin dans l'univers du webmarketing, je me suis fix\\u00e9 un objectif: partager mon int\\u00e9r\\u00eat pour l'univers du num\\u00e9rique et du marketing avec les novices.\",\"statuses_count\":1148,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/89933232\\/265x270_oeuf.jpg\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"BF1238\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"protected\":false,\"id_str\":\"54355185\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Fr\\u00e9d\\u00e9ric Douat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/89933232\\/265x270_oeuf.jpg\",\"created_at\":\"Mon Jul 06 22:26:39 +0000 2009\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"id\":54355185,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/fredouat.typepad.com\\/piaillements\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/768815341\\/poussin-7277_normal.jpg\"},\"truncated\":false,\"id\":173177404125233152,\"created_at\":\"Fri Feb 24 22:48:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 525000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "10588d20-204c-4dcc-993d-f92fecd6b199-173177404125233152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1332822559/Birdswatchtelevision_normal.jpg" +}, +"title": "Birdswatchtelevision: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 525000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177403437355009\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"4bbb00\",\"screen_name\":\"birdswatchtv\",\"lang\":\"fr\",\"favourites_count\":52,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":176,\"location\":\"\",\"profile_text_color\":\"4bbb00\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1332822559\\/Birdswatchtelevision_normal.jpg\",\"description\":\"Nowhere man.\\r\\nAlways look on the bright side of life!\",\"statuses_count\":180,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/243090408\\/Birdswatchtelevision.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"4bbb00\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"3c8bf3\",\"protected\":false,\"id_str\":\"288959401\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Birdswatchtelevision\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/243090408\\/Birdswatchtelevision.jpg\",\"created_at\":\"Wed Apr 27 19:17:46 +0000 2011\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":288959401,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/birdswatchtelevision.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1332822559\\/Birdswatchtelevision_normal.jpg\"},\"truncated\":false,\"id\":173177403437355009,\"created_at\":\"Fri Feb 24 22:48:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 525000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1a91b821-3ce8-4d9d-90d9-e55a007a1eb8-173177403437355009" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Moi? Hystérique? Naaaan #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: Moi? Hystérique? Naaaan #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 527000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Moi? Hyst\\u00e9rique? Naaaan #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177412291543040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9482,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177412291543040,\"created_at\":\"Fri Feb 24 22:48:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 527000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "319002d2-d935-4091-b4e2-a92f373836f2-173177412291543040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1685009045/Capture_d_e_cran_2011-12-10_a__14.40.05_normal.png" +}, +"title": "Bertrand Uhrig: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 529000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177419811921921\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":359,\"screen_name\":\"estrebet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1701,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/246074289\\/bgtwitterok.png\",\"location\":\"Montpellier\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"0084B4\",\"followers_count\":237,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1685009045\\/Capture_d_e_cran_2011-12-10_a__14.40.05_normal.png\",\"description\":\"Chef de projet Web & Mobile \\u00e0 Montpellier - IOcean - Agilit\\u00e9 - SCRUM - Blog : http:\\/\\/estrebet.blogspot.com\\/ - Site : http:\\/\\/bertrand.uhrig.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"158439238\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/246074289\\/bgtwitterok.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1685009045\\/Capture_d_e_cran_2011-12-10_a__14.40.05_normal.png\",\"name\":\"Bertrand Uhrig\",\"default_profile_image\":false,\"created_at\":\"Tue Jun 22 18:04:38 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":158439238,\"utc_offset\":3600,\"favourites_count\":537,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177419811921921,\"created_at\":\"Fri Feb 24 22:48:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 529000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9bc3c89e-08f7-4d2c-b62a-30e24ea1edad-173177419811921921" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste francois à 1 euro le tweet acheté on va pas se priver\n#lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1649856860/avatpagetwsn_normal.jpg" +}, +"title": "lôtre demédeu: #ilreste francois à 1 euro le tweet acheté on va pas se priver\n#lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 529000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilreste francois \\u00e0 1 euro le tweet achet\\u00e9 on va pas se priver\\n#lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[63,67]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177423590981633\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"lotre\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":81,\"location\":\"just there\",\"profile_text_color\":\"000000\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"description\":\"man, z\\u00e9ro de l'univers !\",\"statuses_count\":10314,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"protected\":false,\"id_str\":\"7233942\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"l\\u00f4tre dem\\u00e9deu\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"created_at\":\"Tue Jul 03 18:07:50 +0000 2007\",\"profile_sidebar_fill_color\":\"e0ff92\",\"id\":7233942,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\"},\"truncated\":false,\"id\":173177423590981633,\"created_at\":\"Fri Feb 24 22:48:09 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 529000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ef3123a1-168b-426a-a80b-74d3de363909-173177423590981633" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #florenceàlaplacedefrançois", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw #florenceàlaplacedefrançois", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 530000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #florence\\u00e0laplacedefran\\u00e7ois\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"florence\\u00e0laplacedefran\\u00e7ois\",\"indices\":[5,32]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177426459885569\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"statuses_count\":704,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Thibaut Devillers\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":92095420,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\"},\"truncated\":false,\"id\":173177426459885569,\"created_at\":\"Fri Feb 24 22:48:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 530000, +"tags": [ +{ +"id-ref": "ef1c8836-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d921a52a-1196-44c2-867b-b837663b829d-173177426459885569" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1224770715/portrai_normal.PNG" +}, +"title": "Sébastien LeBoursico: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 530000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177427462328321\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"sleboursico\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":38,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Nantes\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1224770715\\/portrai_normal.PNG\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"241867400\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1224770715\\/portrai_normal.PNG\",\"name\":\"S\\u00e9bastien LeBoursico\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 23 10:00:16 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":241867400,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177427462328321,\"created_at\":\"Fri Feb 24 22:48:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 530000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d247e2e8-77ae-4140-8511-02370d2cd636-173177427462328321" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On entend le rire de pascal Mabille en fond :D #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815343452/sachawlp_normal.png" +}, +"title": "Sacha Cohen: On entend le rire de pascal Mabille en fond :D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 530000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"On entend le rire de pascal Mabille en fond :D #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177428049543170\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"sachacohenfr\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":327,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":252,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815343452\\/sachawlp_normal.png\",\"description\":\"Podcasteur, Blogueur. co-r\\u00e9alisateur du #geekast . Cr\\u00e9ateur de @WeLovePodcast\\r\\n\\r\\nA LA RECHERCHE D'UN MOYEN DE DESIMLOCKER IPHONE 4 BB 04.11.08\",\"statuses_count\":10309,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/178177561\\/fat_lines_dark.gif\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"65282554\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Sacha Cohen\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/178177561\\/fat_lines_dark.gif\",\"created_at\":\"Thu Aug 13 05:11:24 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":65282554,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.blogdesacha.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815343452\\/sachawlp_normal.png\"},\"truncated\":false,\"id\":173177428049543170,\"created_at\":\"Fri Feb 24 22:48:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 530000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1e31c163-bb04-48ca-be13-5ffaf37077ec-173177428049543170" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin ? #ilReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836489540/humanrage1_normal.jpg" +}, +"title": "Androids: Rollin ? #ilReste #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 531000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin ? #ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[9,17]},{\"text\":\"lgw\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177429307817988\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"Androids974\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1476,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":68,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"description\":\"Spectateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"id_str\":\"58974537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"name\":\"Androids\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 22 00:25:26 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":58974537,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177429307817988,\"created_at\":\"Fri Feb 24 22:48:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 531000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a07aaaf-9360-46dd-ab6c-49a17f10bebb-173177429307817988" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je me trompe ou c'est @WilliamAbisror derriere @Vinvin et le rire de @PascalMabille en fond ? #lgw :D", +"img": { +"src": "http://a3.twimg.com/profile_images/1619111722/DSC05656_normal.jpg" +}, +"title": "William: Je me trompe ou c'est @WilliamAbisror derriere @Vinvin et le rire de @PascalMabille en fond ? #lgw :D", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 532000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je me trompe ou c'est @WilliamAbisror derriere @Vinvin et le rire de @PascalMabille en fond ? #lgw :D\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"WilliamAbisror\",\"indices\":[22,37],\"name\":\"William Abisror\",\"id_str\":\"305168829\",\"id\":305168829},{\"screen_name\":\"Vinvin\",\"indices\":[47,54],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522},{\"screen_name\":\"PascalMabille\",\"indices\":[69,83],\"name\":\"Pascal Mabille\",\"id_str\":\"1367131\",\"id\":1367131}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[94,98]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177436136144896\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Scofred_\",\"lang\":\"en\",\"favourites_count\":117,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":822,\"location\":\"France, Paris\",\"profile_text_color\":\"333333\",\"followers_count\":620,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"description\":\"160 caract\\u00e8res, c'est trop peu ! Ma bio - http:\\/\\/about.me\\/scofred\",\"statuses_count\":18665,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"131299967\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"William\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"created_at\":\"Fri Apr 09 21:48:10 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":131299967,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/scofred.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\"},\"truncated\":false,\"id\":173177436136144896,\"created_at\":\"Fri Feb 24 22:48:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 532000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c66b622c-0eba-4d2f-8308-d0c3c696085a-173177436136144896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh mais que vois je ???? Un tee shirt Telecomix à #lgw \\o/ Des bisous @kheops2713 <3", +"img": { +"src": "http://a2.twimg.com/profile_images/1731549557/old_normal.jpg" +}, +"title": "NkL4 © || Ludovic A.: Oh mais que vois je ???? Un tee shirt Telecomix à #lgw \\o/ Des bisous @kheops2713 <3", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 533000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh mais que vois je ???? Un tee shirt Telecomix \\u00e0 #lgw \\\\o\\/ Des bisous @kheops2713 <3\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[70,81],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177438698872832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":580,\"screen_name\":\"NkL4\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":26214,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Saint Brieuc \\/ Bretagne\",\"show_all_inline_media\":true,\"listed_count\":116,\"profile_link_color\":\"0084B4\",\"followers_count\":999,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1731549557\\/old_normal.jpg\",\"description\":\"Hyper Local, Hyper Global, Web junkie, Androidoman.\\r\\nLa Bretagne, la France, le Monde, le Web !\\r\\nAmoureux du genre humain ! Pep hini zo libr ! #Social \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"80576391\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1731549557\\/old_normal.jpg\",\"name\":\"NkL4 \\u00a9 || Ludovic A.\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 07 13:28:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":80576391,\"utc_offset\":3600,\"favourites_count\":203,\"url\":\"http:\\/\\/www.nkl4.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177438698872832,\"created_at\":\"Fri Feb 24 22:48:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 533000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "02a34f70-5fcb-4b36-a876-068148929766-173177438698872832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Qui demande qui est @Francoisrollin que je lui fasse sa fête? #lgw #IlReste", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: Qui demande qui est @Francoisrollin que je lui fasse sa fête? #lgw #IlReste", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 534000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Qui demande qui est @Francoisrollin que je lui fasse sa f\\u00eate? #lgw #IlReste\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[20,35],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]},{\"text\":\"IlReste\",\"indices\":[67,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177440800210945\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2879,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"name\":\"Marie\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":120444044,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177440800210945,\"created_at\":\"Fri Feb 24 22:48:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 534000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "31039903-2d9c-4270-bea9-22060ceaac18-173177440800210945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @frenchy_Marie: #IlReste !!! #lgw @Vinvin", +"img": { +"src": "http://a2.twimg.com/profile_images/1811600999/IMG_1752_normal.jpg" +}, +"title": "holdenfr: RT @frenchy_Marie: #IlReste !!! #lgw @Vinvin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 535000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @frenchy_Marie: #IlReste !!! #lgw @Vinvin\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"frenchy_Marie\",\"indices\":[3,17],\"id_str\":\"120444044\",\"name\":\"Marie\",\"id\":120444044},{\"screen_name\":\"Vinvin\",\"indices\":[37,44],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[19,27]},{\"text\":\"lgw\",\"indices\":[32,36]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#IlReste !!! #lgw @Vinvin\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[18,25],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177148398518272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2879,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"name\":\"Marie\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":120444044,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177148398518272,\"created_at\":\"Fri Feb 24 22:47:04 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177445590118400\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":240,\"screen_name\":\"holdenfr74\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":790,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1811600999\\/IMG_1752_normal.jpg\",\"description\":\"Les propos tenus ici n'engagent personne...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"id_str\":\"298602602\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"969a9c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811600999\\/IMG_1752_normal.jpg\",\"name\":\"holdenfr\",\"default_profile_image\":false,\"created_at\":\"Sat May 14 16:12:05 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":298602602,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177445590118400,\"created_at\":\"Fri Feb 24 22:48:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 535000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae9f1cdc-d46b-4507-a6af-4d6604f1a5f7-173177445590118400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le Bubble-TV est lancé !! Si votre tweet est drôle, je pourrai l'afficher à n'importe quel moment. N'hésitez pas... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Le Bubble-TV est lancé !! Si votre tweet est drôle, je pourrai l'afficher à n'importe quel moment. N'hésitez pas... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 536000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le Bubble-TV est lanc\\u00e9 !! Si votre tweet est dr\\u00f4le, je pourrai l'afficher \\u00e0 n'importe quel moment. N'h\\u00e9sitez pas... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[116,120]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177451382439938\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3116,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177451382439938,\"created_at\":\"Fri Feb 24 22:48:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 536000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d73df2c-d37b-484e-8f9b-c87fad8f87d5-173177451382439938" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et quatre points Mabille. #lgw #ilreste", +"img": { +"src": "http://a2.twimg.com/profile_images/1160095508/anonymousdude_normal.jpg" +}, +"title": "Marcel aka Mei' ツ: Et quatre points Mabille. #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 540000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Et quatre points Mabille. #lgw #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]},{\"text\":\"ilreste\",\"indices\":[31,39]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177465966039040\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Marcel_Bichon\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":408,\"location\":\"Poitiers\",\"profile_text_color\":\"333333\",\"followers_count\":173,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1160095508\\/anonymousdude_normal.jpg\",\"description\":\"Web addict, poditeur et sporadiquement insomniaque. \\r\\nAdepte de p\\u00e9r\\u00e9grinations sous pomme, de s\\u00e9rendipit\\u00e9 nocturne et victime d'abus de wilfing depuis 2006. \",\"statuses_count\":669,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/384779780\\/Blue_Ray.jpg\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"33800895\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marcel aka Mei' \\u30c4\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/384779780\\/Blue_Ray.jpg\",\"created_at\":\"Tue Apr 21 03:51:14 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":33800895,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/goo.gl\\/ukDuy\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1160095508\\/anonymousdude_normal.jpg\"},\"truncated\":false,\"id\":173177465966039040,\"created_at\":\"Fri Feb 24 22:48:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 540000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e349ffc2-dd02-4cdb-951f-98756c063f8e-173177465966039040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Soirée Tweet TV avec Le Grand Webze ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1386846292/logo-id-referenceur_normal.png" +}, +"title": "Loïc @ IDRef: Soirée Tweet TV avec Le Grand Webze ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 542000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Soir\\u00e9e Tweet TV avec Le Grand Webze ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177476476964864\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"efdba4\",\"screen_name\":\"ID_referenceur\",\"lang\":\"fr\",\"favourites_count\":17,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":477,\"location\":\"Auvergne\",\"profile_text_color\":\"333333\",\"followers_count\":637,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1386846292\\/logo-id-referenceur_normal.png\",\"description\":\"R\\u00e9f\\u00e9renceur web en freelance : R\\u00e9daction de contenu, analyse technique & linking sur http:\\/\\/www.id-referenceur.com\",\"statuses_count\":448,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/265737446\\/bg-id-referenceur.jpg\",\"show_all_inline_media\":true,\"listed_count\":52,\"profile_link_color\":\"810004\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f5ecc1\",\"protected\":false,\"id_str\":\"89922335\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Lo\\u00efc @ IDRef\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/265737446\\/bg-id-referenceur.jpg\",\"created_at\":\"Sat Nov 14 11:51:50 +0000 2009\",\"profile_sidebar_fill_color\":\"f5ecc1\",\"id\":89922335,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.weblog-referencement.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1386846292\\/logo-id-referenceur_normal.png\"},\"truncated\":false,\"id\":173177476476964864,\"created_at\":\"Fri Feb 24 22:48:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 542000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "901e4b98-2dce-4470-b28e-1cdac0e6592a-173177476476964864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @KlaireFr: Attention, le vote #ilpart de @LeGrandWebze ne concerne pas le gouvernement mais François Rollin. Ne confondez pas. #Lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836489540/humanrage1_normal.jpg" +}, +"title": "Androids: RT @KlaireFr: Attention, le vote #ilpart de @LeGrandWebze ne concerne pas le gouvernement mais François Rollin. Ne confondez pas. #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 544000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @KlaireFr: Attention, le vote #ilpart de @LeGrandWebze ne concerne pas le gouvernement mais Fran\\u00e7ois Rollin. Ne confondez pas. #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[3,12],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610},{\"screen_name\":\"LeGrandWebze\",\"indices\":[44,57],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[33,40]},{\"text\":\"Lgw\",\"indices\":[131,135]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Attention, le vote #ilpart de @LeGrandWebze ne concerne pas le gouvernement mais Fran\\u00e7ois Rollin. Ne confondez pas. #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[30,43],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[19,26]},{\"text\":\"Lgw\",\"indices\":[117,121]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177249141506049\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C6E2EE\",\"screen_name\":\"KlaireFr\",\"lang\":\"fr\",\"favourites_count\":35,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":780,\"location\":\"Paris\",\"profile_text_color\":\"663B12\",\"followers_count\":7158,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"description\":\"A un mauvais caract\\u00e8re. Mais un sur 140, \\u00e7a va. \",\"statuses_count\":9881,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"show_all_inline_media\":true,\"listed_count\":282,\"profile_link_color\":\"1F98C7\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C6E2EE\",\"protected\":false,\"id_str\":\"28096610\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Klaire.fr\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"created_at\":\"Wed Apr 01 12:34:58 +0000 2009\",\"profile_sidebar_fill_color\":\"DAECF4\",\"id\":28096610,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.klaire.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\"},\"truncated\":false,\"id\":173177249141506049,\"created_at\":\"Fri Feb 24 22:47:28 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177484605530113\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Androids974\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":68,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"description\":\"Spectateur.\",\"statuses_count\":1477,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"58974537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Androids\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"created_at\":\"Wed Jul 22 00:25:26 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":58974537,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\"},\"truncated\":false,\"id\":173177484605530113,\"created_at\":\"Fri Feb 24 22:48:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 544000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2806551f-ba0c-4fd2-9e35-70f723a9c407-173177484605530113" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Roh y a des #lgw dans ma TL, c'est beau! :')", +"img": { +"src": "http://a3.twimg.com/profile_images/1801974559/51VNTOCGF1L._SS400__normal.jpg" +}, +"title": "Guillaume Gurdil: Roh y a des #lgw dans ma TL, c'est beau! :')", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 545000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Roh y a des #lgw dans ma TL, c'est beau! :')\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177488539791360\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"gurdiiil\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":164,\"location\":\"Lille, France\",\"profile_text_color\":\"333333\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"description\":\"Geek\\/Nerd, drogu\\u00e9 \\u00e0 la musique, atterr\\u00e9 perp\\u00e9tuel (parce qu'indign\\u00e9, c'est galvaud\\u00e9) qui garde le sens de l'humour (beh ouais, faut bien!)\",\"statuses_count\":2778,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"89754233\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Guillaume Gurdil\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Nov 13 17:56:00 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":89754233,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/luniquemonsieurtoutlemonde.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\"},\"truncated\":false,\"id\":173177488539791360,\"created_at\":\"Fri Feb 24 22:48:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 545000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c5ae04f1-8f1e-47df-a051-3899e9b3668e-173177488539791360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Merde @vinvin a perdu un pari ? #chemiseMagnum #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1545219778/Lion-yellow_normal.png" +}, +"title": "Lion: Merde @vinvin a perdu un pari ? #chemiseMagnum #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 546000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Merde @vinvin a perdu un pari ? #chemiseMagnum #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[6,13],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"chemiseMagnum\",\"indices\":[32,46]},{\"text\":\"lgw\",\"indices\":[47,51]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177491349966848\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"MonsieurLion\",\"lang\":\"fr\",\"favourites_count\":11,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":277,\"location\":\"In Flight\",\"profile_text_color\":\"000000\",\"followers_count\":337,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1545219778\\/Lion-yellow_normal.png\",\"description\":\"Parfois je finis mes phrases parfois je n'y\",\"statuses_count\":9630,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26715550\\/00839_condensation_1680x1050.jpg\",\"show_all_inline_media\":true,\"listed_count\":34,\"profile_link_color\":\"244067\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9c6d9c\",\"protected\":false,\"id_str\":\"61885781\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Lion\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26715550\\/00839_condensation_1680x1050.jpg\",\"created_at\":\"Fri Jul 31 22:00:03 +0000 2009\",\"profile_sidebar_fill_color\":\"ffeba8\",\"id\":61885781,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.monsieurlion.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1545219778\\/Lion-yellow_normal.png\"},\"truncated\":false,\"id\":173177491349966848,\"created_at\":\"Fri Feb 24 22:48:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 546000, +"tags": [ +{ +"id-ref": "ef1dd6dc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d3039c46-c8b5-421a-9aec-118afe824bee-173177491349966848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "même si on n'est pas dans question pour un champion, #IlReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1152105286/power_normal.png" +}, +"title": "sgar: même si on n'est pas dans question pour un champion, #IlReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 546000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"m\\u00eame si on n'est pas dans question pour un champion, #IlReste #lgw\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[53,61]},{\"text\":\"lgw\",\"indices\":[62,66]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"screen_name\":\"notsgar\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1152105286\\/power_normal.png\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"C0DEED\",\"location\":\"\",\"favourites_count\":0,\"description\":\"\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"profile_text_color\":\"333333\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1152105286\\/power_normal.png\",\"statuses_count\":81,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"protected\":false,\"is_translator\":false,\"name\":\"sgar\",\"default_profile\":true,\"time_zone\":\"Paris\",\"created_at\":\"Tue Sep 21 17:31:31 +0000 2010\",\"profile_background_color\":\"C0DEED\",\"id\":193376947,\"id_str\":\"193376947\",\"geo_enabled\":false,\"profile_background_tile\":false,\"utc_offset\":3600,\"url\":null},\"in_reply_to_status_id\":null,\"id\":173177491589054464,\"created_at\":\"Fri Feb 24 22:48:26 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177491589054464\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 546000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c5dedde1-98ee-4758-9203-50ac47173263-173177491589054464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oui c'est vrai, c'est quoi Twitter ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: Oui c'est vrai, c'est quoi Twitter ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 547000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oui c'est vrai, c'est quoi Twitter ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177496232144897\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83429,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177496232144897,\"created_at\":\"Fri Feb 24 22:48:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 547000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e3f63639-1ebc-4e82-978f-0f353a617878-173177496232144897" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste vive les hashtags, vive François", +"img": { +"src": "http://a0.twimg.com/profile_images/1421767677/n775859914_630617_3556_normal.jpg" +}, +"title": "Thibaut: #lgw #ilreste vive les hashtags, vive François", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 550000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste vive les hashtags, vive Fran\\u00e7ois\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177508081057792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":435,\"screen_name\":\"thibautchampey\",\"lang\":\"fr\",\"profile_text_color\":\"c8c8cc\",\"statuses_count\":154,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"location\":\"Paris \",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0c0d0d\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"description\":\"Communication enabled geek.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3b3d3d\",\"id_str\":\"282143992\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"profile_sidebar_fill_color\":\"68696e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"name\":\"Thibaut\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 14 16:45:25 +0000 2011\",\"profile_sidebar_border_color\":\"e6ebe4\",\"id\":282143992,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"https:\\/\\/sites.google.com\\/site\\/thibautchampey\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177508081057792,\"created_at\":\"Fri Feb 24 22:48:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 550000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "76a702c5-91cf-44be-b833-f70a83689eb7-173177508081057792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #lgw #IlReste Si François Rollin s'en va je vais me coucher.", +"img": { +"src": "http://a0.twimg.com/profile_images/1683864013/magenta_normal.jpg" +}, +"title": "MagDa: @LeGrandWebze #lgw #IlReste Si François Rollin s'en va je vais me coucher.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 551000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze #lgw #IlReste Si Fran\\u00e7ois Rollin s'en va je vais me coucher.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"IlReste\",\"indices\":[19,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173176896102744065\",\"id_str\":\"173177514590613504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173176896102744065,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":40,\"screen_name\":\"fhtagn22\",\"lang\":\"fr\",\"profile_text_color\":\"262326\",\"statuses_count\":311,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/417764469\\/paon2_modifi_-1.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"1e7fa8\",\"followers_count\":15,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683864013\\/magenta_normal.jpg\",\"description\":\"and always look on the bright side of life... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c4f5ba\",\"id_str\":\"353419604\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/417764469\\/paon2_modifi_-1.jpg\",\"profile_sidebar_fill_color\":\"b6f5b6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683864013\\/magenta_normal.jpg\",\"name\":\"MagDa\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 12 01:38:10 +0000 2011\",\"profile_sidebar_border_color\":\"26bf11\",\"id\":353419604,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173177514590613504,\"created_at\":\"Fri Feb 24 22:48:31 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 551000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9bd53d3c-2b42-47ed-8193-2df26c90aaf6-173177514590613504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bonsoir #lgw cc@florenceporcel", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: bonsoir #lgw cc@florenceporcel", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 553000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"bonsoir #lgw cc@florenceporcel\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177521855143936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":265,\"screen_name\":\"papounay2000\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3536,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"followers_count\":135,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"description\":\"N'oubliez pas de vous aimer\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"name\":\"\\u2620papounay2000\\u2620\",\"default_profile_image\":false,\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":14764219,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177521855143936,\"created_at\":\"Fri Feb 24 22:48:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 553000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "63836668-3118-4072-8e0a-013583df0c18-173177521855143936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je transforme mon #cQui en #ilPart <-- ça compte comment dans ce cas? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: je transforme mon #cQui en #ilPart <-- ça compte comment dans ce cas? #lgw", +"color": "16763904", +"polemics": [ +"Q", +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 554000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"je transforme mon #cQui en #ilPart <-- \\u00e7a compte comment dans ce cas? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[18,23]},{\"text\":\"ilPart\",\"indices\":[27,34]},{\"text\":\"lgw\",\"indices\":[73,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177526162685952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13676,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"location\":\"Ile de France, Nancy, Toulois\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"name\":\"Godai Yusaku\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":76995130,\"utc_offset\":3600,\"favourites_count\":68,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177526162685952,\"created_at\":\"Fri Feb 24 22:48:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 554000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "766f572c-f075-4f5c-a24a-84691c43ff99-173177526162685952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @KlaireFr: Attention, le vote #ilpart de @LeGrandWebze ne concerne pas le gouvernement mais François Rollin. Ne confondez pas. #Lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1668337583/DTB-Hei-VLQ_normal.jpg" +}, +"title": "Vincent [Gøshi]: RT @KlaireFr: Attention, le vote #ilpart de @LeGrandWebze ne concerne pas le gouvernement mais François Rollin. Ne confondez pas. #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 554000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @KlaireFr: Attention, le vote #ilpart de @LeGrandWebze ne concerne pas le gouvernement mais Fran\\u00e7ois Rollin. Ne confondez pas. #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[3,12],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610},{\"screen_name\":\"LeGrandWebze\",\"indices\":[44,57],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[33,40]},{\"text\":\"Lgw\",\"indices\":[131,135]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Attention, le vote #ilpart de @LeGrandWebze ne concerne pas le gouvernement mais Fran\\u00e7ois Rollin. Ne confondez pas. #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[30,43],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[19,26]},{\"text\":\"Lgw\",\"indices\":[117,121]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177249141506049\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C6E2EE\",\"screen_name\":\"KlaireFr\",\"lang\":\"fr\",\"favourites_count\":35,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":780,\"location\":\"Paris\",\"profile_text_color\":\"663B12\",\"followers_count\":7158,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"description\":\"A un mauvais caract\\u00e8re. Mais un sur 140, \\u00e7a va. \",\"statuses_count\":9881,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"show_all_inline_media\":true,\"listed_count\":282,\"profile_link_color\":\"1F98C7\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C6E2EE\",\"protected\":false,\"id_str\":\"28096610\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Klaire.fr\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"created_at\":\"Wed Apr 01 12:34:58 +0000 2009\",\"profile_sidebar_fill_color\":\"DAECF4\",\"id\":28096610,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.klaire.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\"},\"truncated\":false,\"id\":173177249141506049,\"created_at\":\"Fri Feb 24 22:47:28 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177527710392322\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Yoigoshi\",\"lang\":\"fr\",\"favourites_count\":25,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":342,\"location\":\"Lille\",\"profile_text_color\":\"333333\",\"followers_count\":126,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1668337583\\/DTB-Hei-VLQ_normal.jpg\",\"description\":\"[Tout ce qui est vert est fourbe] - Goshi\\/SilenceCorp #Infographiste\\r\\n\\u007BDieu Vivant de @ChloexF\\u007D\",\"statuses_count\":3931,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/236369942\\/wall-twitter.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"9e9e9e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"29969223\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Vincent [G\\u00f8shi]\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236369942\\/wall-twitter.jpg\",\"created_at\":\"Thu Apr 09 12:00:49 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":29969223,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/goshi.ultra-book.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1668337583\\/DTB-Hei-VLQ_normal.jpg\"},\"truncated\":false,\"id\":173177527710392322,\"created_at\":\"Fri Feb 24 22:48:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 554000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b338300c-0299-4ad9-9ef4-7e465f5a91ff-173177527710392322" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Yeah! Le Palmashow! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: Yeah! Le Palmashow! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 555000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Yeah! Le Palmashow! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177531904688129\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"favourites_count\":13,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":149,\"location\":\"France\",\"profile_text_color\":\"807d80\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"statuses_count\":9483,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Lucie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":63258588,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\"},\"truncated\":false,\"id\":173177531904688129,\"created_at\":\"Fri Feb 24 22:48:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 555000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1456c125-4c69-455d-9478-d39d132ccb86-173177531904688129" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Palmashow : #ilreste ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1809125586/511623309_normal.jpg" +}, +"title": "Alexandre GAUZY: Palmashow : #ilreste ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 556000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Palmashow : #ilreste ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[12,20]},{\"text\":\"lgw\",\"indices\":[23,27]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177534626799616\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"AlexandreGauzy\",\"lang\":\"fr\",\"favourites_count\":15,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":979,\"location\":\"Toulouse, France\",\"profile_text_color\":\"666666\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1809125586\\/511623309_normal.jpg\",\"description\":\"Relations internationales, g\\u00e9opolitique, sport, chocolat. Bref un mec normal. http:\\/\\/sociophagie.tumblr.com\\/\",\"statuses_count\":2078,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/425753084\\/mountain-gorillas-africa-sartore_47914_990x742.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"43353234\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Alexandre GAUZY\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425753084\\/mountain-gorillas-africa-sartore_47914_990x742.jpg\",\"created_at\":\"Fri May 29 15:47:18 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":43353234,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/sociophagie.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809125586\\/511623309_normal.jpg\"},\"truncated\":false,\"id\":173177534626799616,\"created_at\":\"Fri Feb 24 22:48:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 556000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "96d848f0-aa3e-4d3a-9793-6c5ca7aa78cc-173177534626799616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Très sympa l'idée des bubulles #ilreste #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1840602431/MyGoogle_Avatar1_normal.png" +}, +"title": "Guillaume Maurin: Très sympa l'idée des bubulles #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 557000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tr\\u00e8s sympa l'id\\u00e9e des bubulles #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[31,39]},{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177539458637824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":394,\"screen_name\":\"gmaurin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15767,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"location\":\"France - Bretagne - Toulouse\",\"show_all_inline_media\":true,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":428,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"description\":\"Du pass\\u00e9 faisons table en marbre ........ #Geek #Rugby #Prof - http:\\/\\/gplus.gmaurin.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"48504688\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"name\":\"Guillaume Maurin\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 18 21:54:30 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":48504688,\"utc_offset\":3600,\"favourites_count\":58,\"url\":\"http:\\/\\/www.gmaurin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177539458637824,\"created_at\":\"Fri Feb 24 22:48:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 557000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9971c903-f2df-4572-8dcb-b16f67769872-173177539458637824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En direct du grand webze #lgw http://t.co/oXlljTYG", +"img": { +"src": "http://a2.twimg.com/profile_images/1801682939/image_normal.jpg" +}, +"title": "alexandra evan: En direct du grand webze #lgw http://t.co/oXlljTYG", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 560000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"En direct du grand webze #lgw http:\\/\\/t.co\\/oXlljTYG\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}],\"media\":[{\"type\":\"photo\",\"indices\":[30,50],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":768},\"medium\":{\"h\":800,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":453,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdAEB6CEAAsNyZ.jpg\",\"id_str\":\"173177548652548096\",\"expanded_url\":\"http:\\/\\/twitter.com\\/alexevan\\/status\\/173177548648353792\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdAEB6CEAAsNyZ.jpg\",\"id\":173177548652548096,\"display_url\":\"pic.twitter.com\\/oXlljTYG\",\"url\":\"http:\\/\\/t.co\\/oXlljTYG\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177548648353792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":18,\"screen_name\":\"alexevan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":295,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":113,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"description\":\"Global Planning Director @ DDB interested in people, conversations, behaviour. Passionate by arequipe, wine & traveling. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"33499701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"name\":\"alexandra evan\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 20 12:45:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":33499701,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177548648353792,\"created_at\":\"Fri Feb 24 22:48:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 560000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "657d2227-f110-4a56-84c3-382e01d0e6e3-173177548648353792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @mat_moi_ca: #IlReste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: RT @mat_moi_ca: #IlReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 561000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"RT @mat_moi_ca: #IlReste #lgw\",\"created_at\":\"Fri Feb 24 22:48:41 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[16,24]},{\"text\":\"lgw\",\"indices\":[25,29]}],\"user_mentions\":[{\"indices\":[3,14],\"screen_name\":\"mat_moi_ca\",\"id_str\":\"348842674\",\"name\":\"Musi_Call_Ment\",\"id\":348842674}]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173177554742685696\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":9,\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"url\":null,\"default_profile\":true,\"notifications\":null,\"profile_link_color\":\"0084B4\",\"screen_name\":\"08Life06\",\"time_zone\":null,\"description\":\"\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_color\":\"C0DEED\",\"location\":\"chez les mafieux mexicains\",\"id_str\":\"363343002\",\"profile_background_tile\":false,\"followers_count\":390,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"DDEEF6\",\"favourites_count\":39,\"protected\":false,\"friends_count\":233,\"profile_sidebar_border_color\":\"C0DEED\",\"name\":\"Young, Wild & Free\",\"contributors_enabled\":false,\"verified\":false,\"id\":363343002,\"statuses_count\":10929,\"profile_use_background_image\":true,\"utc_offset\":null},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173177554742685696,\"retweeted_status\":{\"truncated\":false,\"text\":\"#IlReste #lgw\",\"created_at\":\"Fri Feb 24 22:47:29 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}],\"user_mentions\":[]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173177254132719616\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":6,\"created_at\":\"Fri Aug 05 02:52:54 +0000 2011\",\"profile_text_color\":\"93afe6\",\"is_translator\":false,\"show_all_inline_media\":true,\"lang\":\"en\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"url\":null,\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"93afe6\",\"screen_name\":\"mat_moi_ca\",\"time_zone\":null,\"description\":\"Geek qui s'est perdu sur internet. je suis chieur ! Ce que j'aime ? Le m\\u00e9tal. FOLLOW MOI !!\",\"following\":null,\"geo_enabled\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"profile_background_color\":\"1dabf2\",\"location\":\"\",\"id_str\":\"348842674\",\"profile_background_tile\":true,\"followers_count\":88,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"000000\",\"favourites_count\":14,\"protected\":false,\"friends_count\":199,\"profile_sidebar_border_color\":\"93afe6\",\"name\":\"Musi_Call_Ment\",\"contributors_enabled\":false,\"verified\":false,\"id\":348842674,\"statuses_count\":6544,\"profile_use_background_image\":true,\"utc_offset\":null},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173177254132719616}}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 561000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b52a9afb-8774-4e6c-ba0c-066d6c47bd1b-173177554742685696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste et c'est bien fait pour lui....", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: #lgw #ilreste et c'est bien fait pour lui....", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 561000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste et c'est bien fait pour lui....\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177556240039936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":14420,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"name\":\"FrinnockBoChar\",\"default_profile_image\":false,\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":40014489,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177556240039936,\"created_at\":\"Fri Feb 24 22:48:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 561000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "83802f59-943b-4492-b793-230ccd433fb7-173177556240039936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Le Bubble-TV est lancé !! Si votre tweet est drôle, je pourrai l'afficher à n'importe quel moment. N'hésitez pas... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: RT @LeGrandWebze: Le Bubble-TV est lancé !! Si votre tweet est drôle, je pourrai l'afficher à n'importe quel moment. N'hésitez pas... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 562000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Le Bubble-TV est lanc\\u00e9 !! Si votre tweet est dr\\u00f4le, je pourrai l'afficher \\u00e0 n'importe quel moment. N'h\\u00e9sitez pas... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[134,138]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Le Bubble-TV est lanc\\u00e9 !! Si votre tweet est dr\\u00f4le, je pourrai l'afficher \\u00e0 n'importe quel moment. N'h\\u00e9sitez pas... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[116,120]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177451382439938\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1479,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3115,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177451382439938,\"created_at\":\"Fri Feb 24 22:48:16 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177559314477057\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13059,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":792,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177559314477057,\"created_at\":\"Fri Feb 24 22:48:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 562000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e1fa9a8e-67e4-415d-9168-81f1e6df903e-173177559314477057" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sur cette photo @audebaron ET @FlorencePorcel ! #Noël #lgw http://t.co/d4a6nIS4", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Sur cette photo @audebaron ET @FlorencePorcel ! #Noël #lgw http://t.co/d4a6nIS4", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 562000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Sur cette photo @audebaron ET @FlorencePorcel ! #No\\u00ebl #lgw http:\\/\\/t.co\\/d4a6nIS4\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"AudeBaron\",\"indices\":[16,26],\"id_str\":\"18125180\",\"name\":\"Aude Baron\",\"id\":18125180},{\"screen_name\":\"FlorencePorcel\",\"indices\":[30,45],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"No\\u00ebl\",\"indices\":[48,53]},{\"text\":\"lgw\",\"indices\":[54,58]}],\"media\":[{\"type\":\"photo\",\"indices\":[59,79],\"sizes\":{\"large\":{\"h\":765,\"resize\":\"fit\",\"w\":1024},\"medium\":{\"h\":448,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":254,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdAElrCAAEZy4l.jpg\",\"id_str\":\"173177558253305857\",\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173177558244917248\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdAElrCAAEZy4l.jpg\",\"id\":173177558253305857,\"display_url\":\"pic.twitter.com\\/d4a6nIS4\",\"url\":\"http:\\/\\/t.co\\/d4a6nIS4\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177558244917248\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6696,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177558244917248,\"created_at\":\"Fri Feb 24 22:48:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 562000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef1f5bd8-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7545ae66-daa7-4922-ae74-a014e3adafb8-173177558244917248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 565000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177574896304128\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":78,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"statuses_count\":1208,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Patrick Ollier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":299723960,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\"},\"truncated\":false,\"id\":173177574896304128,\"created_at\":\"Fri Feb 24 22:48:45 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 565000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cf32f43e-1414-4e25-81da-d3fc63b08a1e-173177574896304128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #IlReste", +"img": { +"src": "http://a1.twimg.com/profile_images/1840742864/photo_normal.png" +}, +"title": "Toyo: #lgw #IlReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 566000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #IlReste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"IlReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177578214002688\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":163,\"screen_name\":\"ToYonos\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1410,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/377610278\\/hfr4droid512.png\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":131,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840742864\\/photo_normal.png\",\"description\":\"Yet another geek who likes geek stuff and spends wayyyyyy too much time on the internet.\\r\\n\\r\\nMy Android apps : https:\\/\\/market.android.com\\/developer?pub=ToYonos\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f7f7\",\"id_str\":\"234760025\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377610278\\/hfr4droid512.png\",\"profile_sidebar_fill_color\":\"d4e4b6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840742864\\/photo_normal.png\",\"name\":\"Toyo\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 06 14:07:52 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":234760025,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/toyonos.info\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177578214002688,\"created_at\":\"Fri Feb 24 22:48:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 566000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cd5fde59-decc-4cb6-bc70-34035559d3fa-173177578214002688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1813805002/caine-8054_normal.jpg" +}, +"title": "CptKhoul: @LeGrandWebze #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 567000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze #ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[14,22]},{\"text\":\"lgw\",\"indices\":[23,27]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177581196161024\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"CptKhoul\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":29,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":10,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813805002\\/caine-8054_normal.jpg\",\"description\":\"Je n'ai rien d'intelligent \\u00e0 dire, par contre j'adore montrer les choses !\",\"statuses_count\":26,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/419943379\\/free_twitter_designer.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"486808329\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"CptKhoul\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/419943379\\/free_twitter_designer.jpg\",\"created_at\":\"Wed Feb 08 17:53:14 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":486808329,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813805002\\/caine-8054_normal.jpg\"},\"truncated\":false,\"id\":173177581196161024,\"created_at\":\"Fri Feb 24 22:48:47 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 567000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5eb949da-2305-456a-be68-f597cf9017ec-173177581196161024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Lgw #IlReste mais avec la chemise de @Vinvin", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: #Lgw #IlReste mais avec la chemise de @Vinvin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 567000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Lgw #IlReste mais avec la chemise de @Vinvin\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]},{\"text\":\"IlReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177582261506048\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":210,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177582261506048,\"created_at\":\"Fri Feb 24 22:48:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 567000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8a4f33e0-3b3d-4b8d-8b36-2eb26eb000f2-173177582261506048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allez, c'est parti, je regarde #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1834768035/IMG_0490__2__normal.jpg" +}, +"title": "Olivia: Allez, c'est parti, je regarde #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 568000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Allez, c'est parti, je regarde #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177583448502272\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5b755a\",\"screen_name\":\"Vespertinea\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":210,\"location\":\"Rouen\",\"profile_text_color\":\"8ec295\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1834768035\\/IMG_0490__2__normal.jpg\",\"description\":\"Fille spirituelle de Groucho Marx.\",\"statuses_count\":2557,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/409586479\\/edie_sedgwick.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"b9bfba\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0c0d0d\",\"protected\":false,\"id_str\":\"58189856\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Olivia\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/409586479\\/edie_sedgwick.jpg\",\"created_at\":\"Sun Jul 19 12:50:50 +0000 2009\",\"profile_sidebar_fill_color\":\"254f16\",\"id\":58189856,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1834768035\\/IMG_0490__2__normal.jpg\"},\"truncated\":false,\"id\":173177583448502272,\"created_at\":\"Fri Feb 24 22:48:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 568000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9af22456-17f2-4d5c-b779-075de5613514-173177583448502272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste ou #ilpart? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1189114298/DNbis_normal.jpg" +}, +"title": "Nelly Lefebvre: #ilreste ou #ilpart? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 572000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste ou #ilpart? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"ilpart\",\"indices\":[12,19]},{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177602368995329\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"nelli_75\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":85,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"990000\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1189114298\\/DNbis_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"225967382\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1189114298\\/DNbis_normal.jpg\",\"name\":\"Nelly Lefebvre\",\"default_profile_image\":false,\"created_at\":\"Sun Dec 12 23:33:11 +0000 2010\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":225967382,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177602368995329,\"created_at\":\"Fri Feb 24 22:48:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 572000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ddcb3970-c406-412e-9c24-f48313a3b526-173177602368995329" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "voui 1,43s RT @FlorencePorcel: Je suis passée à l'antenne ?? #lgw http://t.co/vYVwn9dP", +"img": { +"src": "http://a3.twimg.com/profile_images/1744565468/avatar__tweet_panthere_normal.jpg" +}, +"title": "tweet panthere: voui 1,43s RT @FlorencePorcel: Je suis passée à l'antenne ?? #lgw http://t.co/vYVwn9dP", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 574000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"voui 1,43s RT @FlorencePorcel: Je suis pass\\u00e9e \\u00e0 l'antenne ?? #lgw http:\\/\\/t.co\\/vYVwn9dP\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[14,29],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[{\"indices\":[66,86],\"expanded_url\":\"http:\\/\\/lockerz.com\\/s\\/186831486\",\"display_url\":\"lockerz.com\\/s\\/186831486\",\"url\":\"http:\\/\\/t.co\\/vYVwn9dP\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177608576577536\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":90,\"screen_name\":\"tweet_panthere\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":600,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"DTC\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":78,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1744565468\\/avatar__tweet_panthere_normal.jpg\",\"description\":\"Voil\\u00e0 25 ans que je suis n\\u00e9e dans un paquet de chips, d\\u00e9sormais, c'est d\\u00e9cid\\u00e9, \\u00e0 d\\u00e9faut d'une vie r\\u00e9elle, je vais vivre et construire une vie sociale sur le net\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"459596569\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1744565468\\/avatar__tweet_panthere_normal.jpg\",\"name\":\"tweet panthere\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 09 21:06:34 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":459596569,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/tweetpanthere.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177608576577536,\"created_at\":\"Fri Feb 24 22:48:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 574000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f8ebf053-9569-484b-9294-0b86603cd72a-173177608576577536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ils sont grands!! #Palmashow #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1843832843/Photo_du_21-02-12___19.49_normal.jpg" +}, +"title": "Alice Wonderland: Ils sont grands!! #Palmashow #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 577000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ils sont grands!! #Palmashow #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Palmashow\",\"indices\":[18,28]},{\"text\":\"lgw\",\"indices\":[29,33]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177623705436160\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"moustikette\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":140,\"location\":\"Near Paris\",\"profile_text_color\":\"333333\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"description\":\"J'ai un bonnet Tigrou! And so what? :D\",\"statuses_count\":217,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"23988907\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Alice Wonderland\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Thu Mar 12 17:33:07 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":23988907,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/wonderlandalice.wordpress.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\"},\"truncated\":false,\"id\":173177623705436160,\"created_at\":\"Fri Feb 24 22:48:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 577000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef203116-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b70657a4-9ec2-43c1-b68e-161a761e01db-173177623705436160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "rollin est vraiment pas drôle....#lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1289428579/My_HipstaPrint_0_normal.jpg" +}, +"title": "Estelle Micheau: rollin est vraiment pas drôle....#lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 578000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"rollin est vraiment pas dr\\u00f4le....#lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177625496395776\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":120,\"screen_name\":\"EstelleMicheau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1076,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/429391744\\/My_HipstaPrint_0.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"0084B4\",\"followers_count\":1800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1289428579\\/My_HipstaPrint_0_normal.jpg\",\"description\":\"Chanteuse lyrique et com\\u00e9dienne\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"273101501\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429391744\\/My_HipstaPrint_0.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1289428579\\/My_HipstaPrint_0_normal.jpg\",\"name\":\"Estelle Micheau\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 27 20:49:14 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":273101501,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/estelle-micheau.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177625496395776,\"created_at\":\"Fri Feb 24 22:48:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 578000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "341da9d5-2b7b-4ab3-b76c-3f90f5ecd062-173177625496395776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je veux le même t-shiiiiiirt ! #palmshow #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: Je veux le même t-shiiiiiirt ! #palmshow #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 579000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je veux le m\\u00eame t-shiiiiiirt ! #palmshow #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"palmshow\",\"indices\":[31,40]},{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"place_type\":\"city\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177633138413568\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15002,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177633138413568,\"created_at\":\"Fri Feb 24 22:48:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 579000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef206992-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3ac231b0-3490-43ce-b1bf-27deafcf2c1b-173177633138413568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Palmashow sur france 5 now ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1813610224/tcv_normal.jpg" +}, +"title": "Nicolas Padovani: Palmashow sur france 5 now ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 579000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Palmashow sur france 5 now ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177630982549504\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"_NPado_\",\"lang\":\"fr\",\"favourites_count\":37,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":283,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"description\":\"Semi-geek et sosie non-officiel de Hugh Grant.\",\"statuses_count\":2115,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"81274066\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Nicolas Padovani\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Sat Oct 10 03:47:17 +0000 2009\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":81274066,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\"},\"truncated\":false,\"id\":173177630982549504,\"created_at\":\"Fri Feb 24 22:48:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 579000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7571384a-06aa-49ec-8f22-b9fc70c5c702-173177630982549504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Yeah le palmashow est dans la place!!! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: Yeah le palmashow est dans la place!!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 580000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Yeah le palmashow est dans la place!!! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177637236256768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":145,\"screen_name\":\"JoffreyMick\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1026,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"255731473\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"name\":\"Joffrey Mick\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":255731473,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177637236256768,\"created_at\":\"Fri Feb 24 22:49:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 580000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cdcba5b7-118f-44a3-b08d-3c3c1707a046-173177637236256768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le @palmashow sur #lgw now !!", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: Le @palmashow sur #lgw now !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 580000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le @palmashow sur #lgw now !!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177633750790145\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":5140,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Marseille\\/Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"name\":\"Matthieu Michel\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":68460513,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177633750790145,\"created_at\":\"Fri Feb 24 22:49:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 580000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5fd41886-a15a-4ecb-aaec-f0be197d08dd-173177633750790145" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'avais pas regardé depuis la première, c'est plus pareil. Ils ont changés #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/569365839/entrbtn2_normal.gif" +}, +"title": "Screech Cubik: J'avais pas regardé depuis la première, c'est plus pareil. Ils ont changés #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 580000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'avais pas regard\\u00e9 depuis la premi\\u00e8re, c'est plus pareil. Ils ont chang\\u00e9s #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177635420114945\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"s_cubik\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":57,\"location\":\"Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":74,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/569365839\\/entrbtn2_normal.gif\",\"description\":\"\",\"statuses_count\":1289,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Brussels\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"96092449\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Screech Cubik\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Dec 11 09:16:29 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":96092449,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.talkgeekytome.net\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/569365839\\/entrbtn2_normal.gif\"},\"truncated\":false,\"id\":173177635420114945,\"created_at\":\"Fri Feb 24 22:49:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 580000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a83fdb4c-1f1b-4418-8185-bc8a080ffc76-173177635420114945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin DEHORS #ilpart #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: Rollin DEHORS #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 582000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Rollin DEHORS #ilpart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[14,21]},{\"text\":\"lgw\",\"indices\":[22,26]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177645499035649\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5c5c5c\",\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":997,\"location\":\"Saligny, France\",\"profile_text_color\":\"333333\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"statuses_count\":5567,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_fill_color\":\"dedede\",\"id\":12687332,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.k3nny.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\"},\"truncated\":false,\"id\":173177645499035649,\"created_at\":\"Fri Feb 24 22:49:02 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 582000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "24897854-503f-4329-8171-3fc7defd8d9b-173177645499035649" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@LeGrandWebze: Le Bubble-TV est lancé !! Si votre tweet est drôle, je pourrai l'afficher à n'importe quel moment. N'hésitez pas... #lgw”", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: “@LeGrandWebze: Le Bubble-TV est lancé !! Si votre tweet est drôle, je pourrai l'afficher à n'importe quel moment. N'hésitez pas... #lgw”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 583000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@LeGrandWebze: Le Bubble-TV est lanc\\u00e9 !! Si votre tweet est dr\\u00f4le, je pourrai l'afficher \\u00e0 n'importe quel moment. N'h\\u00e9sitez pas... #lgw\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[1,14],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[132,136]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177647281606657\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4893,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177647281606657,\"created_at\":\"Fri Feb 24 22:49:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 583000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f0a32f3e-9a6e-420d-aa80-62f5110ac2b1-173177647281606657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le @palmashow en direct du #webze", +"img": { +"src": "http://a0.twimg.com/profile_images/1230628191/166124_486161948548_674453548_6312421_3714998_n_normal.jpg" +}, +"title": "Thomas Le Hébel: Le @palmashow en direct du #webze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 583000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Le @palmashow en direct du #webze\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"webze\",\"indices\":[27,33]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177648237920256\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"cfcdcd\",\"screen_name\":\"ThomasLH\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":372,\"location\":\"Angers\",\"profile_text_color\":\"620303\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1230628191\\/166124_486161948548_674453548_6312421_3714998_n_normal.jpg\",\"description\":\"work at @joecarpaangers, vendeur de livre et geek par ambition. \",\"statuses_count\":528,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/216077369\\/holiday-rockefeller.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"a50a0a\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"a50a0a\",\"protected\":false,\"id_str\":\"48959831\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Thomas Le H\\u00e9bel\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/216077369\\/holiday-rockefeller.jpg\",\"created_at\":\"Sat Jun 20 08:16:29 +0000 2009\",\"profile_sidebar_fill_color\":\"cfcdcd\",\"id\":48959831,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1230628191\\/166124_486161948548_674453548_6312421_3714998_n_normal.jpg\"},\"truncated\":false,\"id\":173177648237920256,\"created_at\":\"Fri Feb 24 22:49:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 583000, +"tags": [ +{ +"id-ref": "ef2120ee-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7dee2eee-2da1-4af6-bb78-9733abdee6a7-173177648237920256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw j aime beaucoup le nouveau décor, bravo", +"img": { +"src": "http://a0.twimg.com/profile_images/1802162566/image_normal.jpg" +}, +"title": "Julien Cotte: #lgw j aime beaucoup le nouveau décor, bravo", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 584000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw j aime beaucoup le nouveau d\\u00e9cor, bravo\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177650758688769\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":872,\"screen_name\":\"JulienCotteALU\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3872,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"location\":\"V\\u00e9lizy-Villacoublay\",\"show_all_inline_media\":false,\"listed_count\":138,\"profile_link_color\":\"0084B4\",\"followers_count\":1404,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"description\":\"DRH du site de V\\u00e9lizy (France) - HR Community Manager - Marketing HR2.0 - @AlcatelLucent\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"107697826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"name\":\"Julien Cotte\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 23 12:17:36 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":107697826,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/juliencotte.typepad.com\\/le-blog-de-julien-cotte-\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177650758688769,\"created_at\":\"Fri Feb 24 22:49:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 584000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9df4f841-594b-4488-8451-0882fbaa2698-173177650758688769" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et maintenant on a droit au LT de #lgw. Des tweets sur de la télé qui parle de tweets. #miseenabime", +"img": { +"src": "http://a0.twimg.com/profile_images/1850995851/DimiPr_sident_normal.jpeg" +}, +"title": "\\ Dimitri /: Et maintenant on a droit au LT de #lgw. Des tweets sur de la télé qui parle de tweets. #miseenabime", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 584000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et maintenant on a droit au LT de #lgw. Des tweets sur de la t\\u00e9l\\u00e9 qui parle de tweets. #miseenabime\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]},{\"text\":\"miseenabime\",\"indices\":[87,99]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177654084771840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":614,\"screen_name\":\"dimip2\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":73698,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/379077327\\/DavidBowie_fanart.jpg\",\"location\":\"Juste derri\\u00e8re ma barbe.\",\"show_all_inline_media\":false,\"listed_count\":132,\"profile_link_color\":\"0084B4\",\"followers_count\":2219,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850995851\\/DimiPr_sident_normal.jpeg\",\"description\":\"Candidat du Parti Barbu \\u00e0 l'\\u00e9lection pr\\u00e9sidentielle de 2012.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"91134110\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/379077327\\/DavidBowie_fanart.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850995851\\/DimiPr_sident_normal.jpeg\",\"name\":\"\\\\ Dimitri \\/\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 19 16:13:12 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":91134110,\"utc_offset\":3600,\"favourites_count\":125,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177654084771840,\"created_at\":\"Fri Feb 24 22:49:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 584000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef215974-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "169d514b-8154-470d-8f9b-e15fa915f6e4-173177654084771840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Y'a le @palmashow chez France 5 #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1704016122/loltruc-noel_normal.png" +}, +"title": "Hervé Q: Y'a le @palmashow chez France 5 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 584000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Y'a le @palmashow chez France 5 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[7,17],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177653833117696\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":429,\"screen_name\":\"Airvecu\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":34951,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"location\":\"Brest m\\u00eam' (et ses alentours)\",\"show_all_inline_media\":true,\"listed_count\":44,\"profile_link_color\":\"0600b5\",\"followers_count\":754,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\",\"description\":\"Presque musicien, presque dr\\u00f4le, presque original, presque normal, presque intelligent, mais loin d'\\u00eatre parfait. Mais je suis Breton.\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"46863586\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"profile_sidebar_fill_color\":\"f0f3f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\",\"name\":\"Herv\\u00e9 Q\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 13 10:17:50 +0000 2009\",\"profile_sidebar_border_color\":\"2e2103\",\"id\":46863586,\"utc_offset\":3600,\"favourites_count\":556,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177653833117696,\"created_at\":\"Fri Feb 24 22:49:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 584000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d21ee22c-4eea-4e9c-8120-bae446c7aa68-173177653833117696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "fini. ----------------> #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1621227345/IMG_2129b__Copier__normal.jpg" +}, +"title": "imnotalone: fini. ----------------> #lgw", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 586000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"fini. ----------------> #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/seesmic_desktop\\/sd2\\\" rel=\\\"nofollow\\\"\\u003ESeesmic Desktop\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177660657246208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":585,\"screen_name\":\"imnotalone\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":40508,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"wherever I can twit! \",\"show_all_inline_media\":true,\"listed_count\":180,\"profile_link_color\":\"2FC2EF\",\"followers_count\":2340,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1621227345\\/IMG_2129b__Copier__normal.jpg\",\"description\":\"A mes heures perdues, j'ai une vie bien remplie. L\\u00e0 aussi http:\\/\\/telling-stories.fr\\/ \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"18002294\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1621227345\\/IMG_2129b__Copier__normal.jpg\",\"name\":\"imnotalone\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 09 21:01:01 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18002294,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/imnotalone.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177660657246208,\"created_at\":\"Fri Feb 24 22:49:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 586000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "68ef76f6-a9f7-475a-b4c3-38e0e5f7997b-173177660657246208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "l'éclairage c'est pas ça sur le plateau #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1115735941/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png" +}, +"title": "Christophe Ponsolle: l'éclairage c'est pas ça sur le plateau #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 586000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"l'\\u00e9clairage c'est pas \\u00e7a sur le plateau #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177661592584194\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":364,\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"profile_text_color\":\"999393\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"name\":\"Christophe Ponsolle\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":25338852,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177661592584194,\"created_at\":\"Fri Feb 24 22:49:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 586000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e77efb68-981e-4859-8cb3-23113b154451-173177661592584194" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel #lgw rien à ajouter sur les bubbles!", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: @FlorencePorcel #lgw rien à ajouter sur les bubbles!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 587000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel #lgw rien \\u00e0 ajouter sur les bubbles!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177663614238720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1157,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"name\":\"Cammarata Thierry\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":334554629,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173177663614238720,\"created_at\":\"Fri Feb 24 22:49:07 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 587000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fe295ae8-1e04-41e6-acc4-fb72ab8cb29f-173177663614238720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Zut, confondre @francoisbaroin et @francoisrollin il faut le faire EXPRÈS! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1741905112/image_normal.jpg" +}, +"title": "Mister Mc Flee: Zut, confondre @francoisbaroin et @francoisrollin il faut le faire EXPRÈS! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 587000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Zut, confondre @francoisbaroin et @francoisrollin il faut le faire EXPR\\u00c8S! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisbaroin\",\"indices\":[15,30],\"id_str\":\"96093611\",\"name\":\"Fran\\u00e7ois Baroin\",\"id\":96093611},{\"screen_name\":\"francoisrollin\",\"indices\":[34,49],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177665925292032\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":636,\"screen_name\":\"MisterMcFlee\",\"lang\":\"fr\",\"profile_text_color\":\"291b1b\",\"statuses_count\":40348,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/204494594\\/lulutwitter_cr.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":257,\"profile_link_color\":\"0084B4\",\"followers_count\":2841,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1741905112\\/image_normal.jpg\",\"description\":\"Ecrits vains\\nCommunity Manager de moi-m\\u00eame\\nProfiler pour chats selon @METACAPUCHE\\nPhotographi\\u00e9 par @LaurenceGuenoun\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f72020\",\"id_str\":\"60043161\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/204494594\\/lulutwitter_cr.jpg\",\"profile_sidebar_fill_color\":\"d6130d\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1741905112\\/image_normal.jpg\",\"name\":\"Mister Mc Flee\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 25 12:01:49 +0000 2009\",\"profile_sidebar_border_color\":\"050505\",\"id\":60043161,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/lecafardrenseigne.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177665925292032,\"created_at\":\"Fri Feb 24 22:49:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 587000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c4fe12ee-f982-411e-b19a-9c15d9f8c9fd-173177665925292032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vinvin qui est à moitié du côté obscure de la force :D #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Vinvin qui est à moitié du côté obscure de la force :D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 589000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vinvin qui est \\u00e0 moiti\\u00e9 du c\\u00f4t\\u00e9 obscure de la force :D #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177671805714432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177671805714432,\"created_at\":\"Fri Feb 24 22:49:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 589000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f102e794-125c-4985-909a-e003c2d0b80b-173177671805714432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Youhou @palmashow #lgw ça roxxe", +"img": { +"src": "http://a3.twimg.com/profile_images/1701271731/LOOtQL7Q_normal" +}, +"title": "Nicolas Laubriat: Youhou @palmashow #lgw ça roxxe", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 589000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Youhou @palmashow #lgw \\u00e7a roxxe\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[7,17],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177675274403841\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"NicolasLaubriat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":155,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Annecy\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1701271731\\/LOOtQL7Q_normal\",\"description\":\"Etudiant en premi\\u00e8re ann\\u00e9e de m\\u00e9decine a la fac de Grenoble. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"299612640\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1701271731\\/LOOtQL7Q_normal\",\"name\":\"Nicolas Laubriat\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 11:59:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299612640,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177675274403841,\"created_at\":\"Fri Feb 24 22:49:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 589000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5f243936-3916-4903-b98d-d3aab808ab51-173177675274403841" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ben le prof #ilReste sinon c'est plus #lgw !", +"img": { +"src": "http://a1.twimg.com/profile_images/37455262/titou_150_normal.jpg" +}, +"title": "Pierre Titou LANNES: ben le prof #ilReste sinon c'est plus #lgw !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 592000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ben le prof #ilReste sinon c'est plus #lgw !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[12,20]},{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2306588,48.8869026],[2.2841562,48.8869026],[2.2841562,48.9082685],[2.2306588,48.9082685]]]},\"attributes\":{},\"full_name\":\"Courbevoie, Hauts-de-Seine\",\"name\":\"Courbevoie\",\"id\":\"30b5d37dd5aae12a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/30b5d37dd5aae12a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177687240740864\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":268,\"screen_name\":\"titounet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5079,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/421488521\\/2005-09_La_Reunion_014.jpg\",\"location\":\"IDF, Gers 32, Landes 40, PO 66\",\"show_all_inline_media\":true,\"listed_count\":35,\"profile_link_color\":\"9D582E\",\"followers_count\":450,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/37455262\\/titou_150_normal.jpg\",\"description\":\"Ergonome facteurs humains et organisationnels, #ergonomie des interfaces hommes-machines #UX. Gascon, Pyr\\u00e9n\\u00e9es, gastronomie, festayre, rugby, surf\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"10461152\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421488521\\/2005-09_La_Reunion_014.jpg\",\"profile_sidebar_fill_color\":\"fcf1c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/37455262\\/titou_150_normal.jpg\",\"name\":\"Pierre Titou LANNES\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 22 06:18:31 +0000 2007\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":10461152,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/titou.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177687240740864,\"created_at\":\"Fri Feb 24 22:49:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 592000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f860f195-970b-4c66-9826-317e1eb96270-173177687240740864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "switch sur #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836319207/ay-11042009-18022012_normal.jpg" +}, +"title": "Ay. Poulain Maubant: switch sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 596000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"switch sur #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177702809997314\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"1e20be\",\"screen_name\":\"AymericPM\",\"lang\":\"en\",\"favourites_count\":10,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":590,\"location\":\"Brest, France\",\"profile_text_color\":\"000000\",\"followers_count\":787,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836319207\\/ay-11042009-18022012_normal.jpg\",\"description\":\"CEO Nere\\u00ffs, marketing, strat\\u00e9gie, prospective - t\\u00e9l\\u00e9coms, internet - Finist\\u00e8re, l\\u00e0 o\\u00f9 tout commence. Et aussi #Brest #IoT #fablab #4G #android #hihi\",\"statuses_count\":5034,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/7226973\\/twitter2.jpg\",\"show_all_inline_media\":false,\"listed_count\":72,\"profile_link_color\":\"8f0700\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b33b6\",\"protected\":false,\"id_str\":\"11048002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ay. Poulain Maubant\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/7226973\\/twitter2.jpg\",\"created_at\":\"Tue Dec 11 13:06:15 +0000 2007\",\"profile_sidebar_fill_color\":\"4c70f0\",\"id\":11048002,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/aymeric.pm\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836319207\\/ay-11042009-18022012_normal.jpg\"},\"truncated\":false,\"id\":173177702809997314,\"created_at\":\"Fri Feb 24 22:49:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 596000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1f86d5a8-11a1-4b61-82fe-15f9fda22899-173177702809997314" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste mais lui il en pense kwa ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1782987674/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG" +}, +"title": "2pasag the papoteur: #lgw #ilreste mais lui il en pense kwa ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 597000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste mais lui il en pense kwa ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177707255959552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":51,\"screen_name\":\"2pasag\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2030,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Coulommiers 77 France\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1782987674\\/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG\",\"description\":\"Si t'm partager l'\\u00e9crit, T bienvenue\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"20905224\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782987674\\/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG\",\"name\":\"2pasag the papoteur\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 15 11:31:19 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":20905224,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/papotagebriard.canalblog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177707255959552,\"created_at\":\"Fri Feb 24 22:49:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 597000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fbe89f47-caaa-4a5e-80c7-292b85363244-173177707255959552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une petite musique de fond ce serait pas mal :) #suggestion #lgw @LeGrandWebze", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: Une petite musique de fond ce serait pas mal :) #suggestion #lgw @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 597000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Une petite musique de fond ce serait pas mal :) #suggestion #lgw @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[65,78],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"suggestion\",\"indices\":[48,59]},{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177708040306688\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2880,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"name\":\"Marie\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":120444044,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177708040306688,\"created_at\":\"Fri Feb 24 22:49:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 597000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef227b56-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b6a0cff8-83ef-4464-9609-1e42cf933011-173177708040306688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw ...et le tableau ! http://t.co/d9V6Mf4z", +"img": { +"src": "http://a3.twimg.com/profile_images/1648215039/EmeryDoligeHubN_B_normal.jpg" +}, +"title": "Emery Doligé: #ilpart #lgw ...et le tableau ! http://t.co/d9V6Mf4z", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 599000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"#ilpart #lgw ...et le tableau ! http:\\/\\/t.co\\/d9V6Mf4z\",\"entities\":{\"urls\":[{\"display_url\":\"yfrog.com\\/h44keamj\",\"indices\":[32,52],\"expanded_url\":\"http:\\/\\/yfrog.com\\/h44keamj\",\"url\":\"http:\\/\\/t.co\\/d9V6Mf4z\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177715313217536\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"MryEmery\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":493,\"location\":\"Paris Rive Gauche\",\"profile_text_color\":\"666666\",\"description\":\"Vanksen. Europe 1 #dcdc. Lib\\u00e9ral ta m\\u00e8re.\",\"statuses_count\":31437,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"show_all_inline_media\":true,\"listed_count\":931,\"profile_link_color\":\"2FC2EF\",\"followers_count\":19577,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f8fa\",\"protected\":false,\"id_str\":\"14285154\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Emery Dolig\\u00e9\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"created_at\":\"Wed Apr 02 16:59:11 +0000 2008\",\"profile_sidebar_fill_color\":\"252429\",\"id\":14285154,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/mry.blogs.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173177715313217536,\"created_at\":\"Fri Feb 24 22:49:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 599000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "02b9d5be-bac9-487f-862c-857ea8ad2c29-173177715313217536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Donc cette semaine dans #lgw des problèmes d'éclairage (oui un détail à chaque numéro)", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: Donc cette semaine dans #lgw des problèmes d'éclairage (oui un détail à chaque numéro)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 604000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Donc cette semaine dans #lgw des probl\\u00e8mes d'\\u00e9clairage (oui un d\\u00e9tail \\u00e0 chaque num\\u00e9ro)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177737849208834\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":886,\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":33183,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Pau\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"name\":\"Aur\\u00e9lien\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14321671,\"utc_offset\":3600,\"favourites_count\":140,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177737849208834,\"created_at\":\"Fri Feb 24 22:49:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 604000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cc2d2807-87d0-4141-b2fc-2d0cd9684fa2-173177737849208834" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un vrai plaisir de retrouver François Rollin sur #lgw. J'vais finir par regarder la télé moi si ça continue...", +"img": { +"src": "http://a0.twimg.com/profile_images/1837898755/nydiryn_normal.jpg" +}, +"title": "Nydiryn: Un vrai plaisir de retrouver François Rollin sur #lgw. J'vais finir par regarder la télé moi si ça continue...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 605000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Un vrai plaisir de retrouver Fran\\u00e7ois Rollin sur #lgw. J'vais finir par regarder la t\\u00e9l\\u00e9 moi si \\u00e7a continue...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177742349697025\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":117,\"screen_name\":\"Nydiryn\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/429430115\\/fond1.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"93A644\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1837898755\\/nydiryn_normal.jpg\",\"description\":\"Trentenaire, m\\u00e8re c\\u00e9libataire, mutante.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"B2DFDA\",\"id_str\":\"496760340\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429430115\\/fond1.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1837898755\\/nydiryn_normal.jpg\",\"name\":\"Nydiryn\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 19 08:25:23 +0000 2012\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":496760340,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/nydiryn.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177742349697025,\"created_at\":\"Fri Feb 24 22:49:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 605000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4fd79b00-64fe-4505-9cd9-73d0e529bf48-173177742349697025" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et mnt ma tisane, mes mouchoirs, mon huile de lavande et moi, on va migrer sur #france5 pour regarder @Vinvin #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1373171789/colette_normal.jpg" +}, +"title": "Colette Siri: Et mnt ma tisane, mes mouchoirs, mon huile de lavande et moi, on va migrer sur #france5 pour regarder @Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 605000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et mnt ma tisane, mes mouchoirs, mon huile de lavande et moi, on va migrer sur #france5 pour regarder @Vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[102,109],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"france5\",\"indices\":[79,87]},{\"text\":\"lgw\",\"indices\":[110,114]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177742601355264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":274,\"screen_name\":\"ColetteSiri\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2389,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Marseille\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"0084B4\",\"followers_count\":217,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1373171789\\/colette_normal.jpg\",\"description\":\"Pragmatique (nn enseign\\u00e9e \\u00e0 l'Universit\\u00e9)- Italo-avigno-marseillaise du Sud et de la Provence - Assistante de prod' \\u00e0 MP2013, Capitale europ\\u00e9enne de la culture.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"307206900\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1373171789\\/colette_normal.jpg\",\"name\":\"Colette Siri\",\"default_profile_image\":false,\"created_at\":\"Sun May 29 06:34:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":307206900,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177742601355264,\"created_at\":\"Fri Feb 24 22:49:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 605000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "07518e69-e479-4207-bf70-db421a18f68a-173177742601355264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow in direct live at #Lgw , c'est la cerise sur le gâteau", +"img": { +"src": "http://a1.twimg.com/profile_images/1625442476/24_normal.jpg" +}, +"title": "Christophe Doublet: @palmashow in direct live at #Lgw , c'est la cerise sur le gâteau", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 607000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow in direct live at #Lgw , c'est la cerise sur le g\\u00e2teau\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177747521273856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":458,\"screen_name\":\"ChrisPC34\",\"lang\":\"fr\",\"profile_text_color\":\"535ae6\",\"statuses_count\":1157,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/426927890\\/twitt.jpg\",\"location\":\"H\\u00e9rault\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1625442476\\/24_normal.jpg\",\"description\":\"D\\u00e9pannage informatique, site web, r\\u00e9seau .\\r\\nSous traitance : Vous livrez,nous installons vos clients dans le Languedoc Roussillon .\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"133503769\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426927890\\/twitt.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1625442476\\/24_normal.jpg\",\"name\":\"Christophe Doublet\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 15 23:59:03 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":133503769,\"utc_offset\":-10800,\"favourites_count\":33,\"url\":\"http:\\/\\/www.pc34.fr\"},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173177747521273856,\"created_at\":\"Fri Feb 24 22:49:27 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 607000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fd54d77c-6c6b-47b7-93c6-1b435cb45ea3-173177747521273856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "À vos bubble Tv pour #lgw ! #ilpart ou #ilreste", +"img": { +"src": "http://a2.twimg.com/profile_images/1419070763/France5Officiel_tw_normal.jpg" +}, +"title": "France5: À vos bubble Tv pour #lgw ! #ilpart ou #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 607000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u00c0 vos bubble Tv pour #lgw ! #ilpart ou #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]},{\"text\":\"ilpart\",\"indices\":[28,35]},{\"text\":\"ilreste\",\"indices\":[39,47]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177747307380736\",\"user\":{\"default_profile_image\":false,\"verified\":true,\"notifications\":null,\"profile_sidebar_border_color\":\"2ca33e\",\"screen_name\":\"France5tv\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":834,\"location\":\"Paris\",\"profile_text_color\":\"0C3E53\",\"followers_count\":48933,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"description\":\"France 5, cha\\u00eene du Groupe France T\\u00e9l\\u00e9visions. Apr\\u00e8s avoir fait connaissance, rapprochons-nous sur cette TL #media #clair\",\"statuses_count\":3553,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"show_all_inline_media\":false,\"listed_count\":849,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"84c810\",\"protected\":false,\"id_str\":\"36932487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"France5\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"created_at\":\"Fri May 01 12:30:02 +0000 2009\",\"profile_sidebar_fill_color\":\"50912a\",\"id\":36932487,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\"},\"truncated\":false,\"id\":173177747307380736,\"created_at\":\"Fri Feb 24 22:49:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 607000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d728d5b-d321-476a-b042-3c8fd03943e9-173177747307380736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze oeut-on être plus drôle que François Rollin ou Vinvin ou le Pamalshow? Sérieusement? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: @LeGrandWebze oeut-on être plus drôle que François Rollin ou Vinvin ou le Pamalshow? Sérieusement? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 607000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze oeut-on \\u00eatre plus dr\\u00f4le que Fran\\u00e7ois Rollin ou Vinvin ou le Pamalshow? S\\u00e9rieusement? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[99,103]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173177451382439938\",\"id_str\":\"173177748293029888\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173177451382439938,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9482,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173177748293029888,\"created_at\":\"Fri Feb 24 22:49:27 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 607000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8c126e47-ac3e-43f9-94b5-413c954d4dbc-173177748293029888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Alerte Eclipse sur le visage de @Vinvin #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1717447265/Till_New_AVatar_Twitter_normal.png" +}, +"title": "Till the Cat: Alerte Eclipse sur le visage de @Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 613000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Alerte Eclipse sur le visage de @Vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[32,39],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177775560212482\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"TilltheCat\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":861,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":2483,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1717447265\\/Till_New_AVatar_Twitter_normal.png\",\"description\":\"R\\u00e9dacteur Web (Yahoo, M\\u00f4mes.net, Tigex ...) et \\u00e9leveur de Miniatures de p\\u00e8re en fils. #R\\u00e9dacteurWeb #Pigiste \",\"statuses_count\":13478,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/207397586\\/FOND_pour_twitter_Nouveau2.jpg\",\"show_all_inline_media\":false,\"listed_count\":80,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"14923240\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Till the Cat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/207397586\\/FOND_pour_twitter_Nouveau2.jpg\",\"created_at\":\"Tue May 27 17:34:52 +0000 2008\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":14923240,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.tillthecat.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717447265\\/Till_New_AVatar_Twitter_normal.png\"},\"truncated\":false,\"id\":173177775560212482,\"created_at\":\"Fri Feb 24 22:49:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 613000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "02e76e5c-220d-40ae-8a2a-837ea43b4dc5-173177775560212482" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allez, y'a le Palmashow sur France 5, on peut désormais vraiment rire. #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1536891239/twitter_avatar_2_normal.jpg" +}, +"title": "Alexandre Hervaud: Allez, y'a le Palmashow sur France 5, on peut désormais vraiment rire. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 615000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Allez, y'a le Palmashow sur France 5, on peut d\\u00e9sormais vraiment rire. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[71,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177780845019136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1078,\"screen_name\":\"AlexHervaud\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":48444,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":816,\"profile_link_color\":\"0084B4\",\"followers_count\":14844,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\",\"description\":\"Journaliste, ex-Lib\\u00e9, chroniqueur au Mouv et Vodkaster.com, (d\\u00e9)formateur pour l'ESJ. Assiste @JeanReneCraypio. Mes tweets n'engagent pas P\\u00f4le Emploi.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"401d91\",\"id_str\":\"14321981\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\",\"name\":\"Alexandre Hervaud\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 11:34:52 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":14321981,\"utc_offset\":3600,\"favourites_count\":3392,\"url\":\"http:\\/\\/alexhervaud.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177780845019136,\"created_at\":\"Fri Feb 24 22:49:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 615000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9b103058-57ac-4a65-83d5-5e16ac6e8cf8-173177780845019136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Grégoire était il y a 2 heures sur scène aux Césars avec @sgtpembry... le parrain de notre émission. Le monde est petit ! :D #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Grégoire était il y a 2 heures sur scène aux Césars avec @sgtpembry... le parrain de notre émission. Le monde est petit ! :D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 616000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Gr\\u00e9goire \\u00e9tait il y a 2 heures sur sc\\u00e8ne aux C\\u00e9sars avec @sgtpembry... le parrain de notre \\u00e9mission. Le monde est petit ! :D #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"sgtpembry\",\"indices\":[57,67],\"id_str\":\"239085423\",\"name\":\"Alexandre Astier\",\"id\":239085423}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[125,129]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177785613946880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3115,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177785613946880,\"created_at\":\"Fri Feb 24 22:49:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 616000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "13444886-e6d1-41ba-9527-1298e1454fea-173177785613946880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et clic ! On passe du #cesar2012 au Grand Webze !", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: Et clic ! On passe du #cesar2012 au Grand Webze !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 618000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Et clic ! On passe du #cesar2012 au Grand Webze !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[22,32]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177794455547905\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5e1410\",\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"favourites_count\":297,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1749,\"location\":\"Crozon, Brittany\",\"profile_text_color\":\"000000\",\"followers_count\":2619,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"statuses_count\":28279,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Philippe B\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_fill_color\":\"d3ede7\",\"id\":14400518,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\"},\"truncated\":false,\"id\":173177794455547905,\"created_at\":\"Fri Feb 24 22:49:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 618000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5f927700-cf2b-4fd8-b63c-4ecffe418249-173177794455547905" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allez, on remballe les paillettes et on zappe sur #lgw.", +"img": { +"src": "http://a0.twimg.com/profile_images/1729493696/bob-l_ponge_normal.jpg" +}, +"title": "Zélie: Allez, on remballe les paillettes et on zappe sur #lgw.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 619000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Allez, on remballe les paillettes et on zappe sur #lgw.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177799761334272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"OwlyShit\",\"lang\":\"fr\",\"profile_text_color\":\"141414\",\"statuses_count\":733,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/425257051\\/oldmap.jpg\",\"location\":\"Tlse.\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"474a49\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1729493696\\/bob-l_ponge_normal.jpg\",\"description\":\"Ses tweets, elle les signe \\u00e0 la pointe de l'\\u00e9p\\u00e9e, d'un Z qui veut dire Z\\u00e9lie.. Z\\u00e9lie ! Z\\u00c9LIE ! Attention : fangirling et humour pas toujours de tr\\u00e8s bon go\\u00fbt.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"228825278\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425257051\\/oldmap.jpg\",\"profile_sidebar_fill_color\":\"f2fcff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1729493696\\/bob-l_ponge_normal.jpg\",\"name\":\"Z\\u00e9lie\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 19:45:57 +0000 2010\",\"profile_sidebar_border_color\":\"f2fcff\",\"id\":228825278,\"utc_offset\":-10800,\"favourites_count\":12,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177799761334272,\"created_at\":\"Fri Feb 24 22:49:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 619000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7305943b-0052-4d29-bafc-656cdcef474b-173177799761334272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@francoisrollin, #IlReste mais #IlEstLourd! ;) #Change2Ton! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: @francoisrollin, #IlReste mais #IlEstLourd! ;) #Change2Ton! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 619000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"francoisrollin\",\"favorited\":false,\"text\":\"@francoisrollin, #IlReste mais #IlEstLourd! ;) #Change2Ton! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[0,15],\"name\":\"rollin\",\"id_str\":\"369489076\",\"id\":369489076}],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[17,25]},{\"text\":\"IlEstLourd\",\"indices\":[31,42]},{\"text\":\"Change2Ton\",\"indices\":[47,58]},{\"text\":\"LGW\",\"indices\":[60,64]}]},\"in_reply_to_user_id\":369489076,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177800054943744\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4894,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173177800054943744,\"created_at\":\"Fri Feb 24 22:49:39 +0000 2012\",\"in_reply_to_user_id_str\":\"369489076\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 619000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef23df6e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c997249f-8102-4aef-8fa0-08702542c571-173177800054943744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La chemise de @Vinvin est énorme #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1143926795/jeromep_logo_carre_twitter_normal.png" +}, +"title": "jeromep: La chemise de @Vinvin est énorme #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 620000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La chemise de @Vinvin est \\u00e9norme #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[14,21],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177805188771841\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":367,\"screen_name\":\"jeromep_net\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":4607,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/161132761\\/jeromep_twitter_background.jpg\",\"location\":\"France , Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"1F98C7\",\"followers_count\":192,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1143926795\\/jeromep_logo_carre_twitter_normal.png\",\"description\":\"Internaute passionn\\u00e9, auteur des blogs : jeromep.net - sanscommentaire.fr - debranche.fr \\/ r\\u00e9dacteur sur accessoweb.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"282929\",\"id_str\":\"6815562\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/161132761\\/jeromep_twitter_background.jpg\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143926795\\/jeromep_logo_carre_twitter_normal.png\",\"name\":\"jeromep\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 14 16:27:00 +0000 2007\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":6815562,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/blog.jeromep.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177805188771841,\"created_at\":\"Fri Feb 24 22:49:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 620000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6ac06ace-610e-4316-81a3-8c03be0c7679-173177805188771841" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon maintenant on passe sur france5 #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1775755736/DSC_0316_normal.JPG" +}, +"title": "MYMY CraCra: Bon maintenant on passe sur france5 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 621000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon maintenant on passe sur france5 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177806233141249\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":451,\"screen_name\":\"Mytopsykrett\",\"lang\":\"en\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":9618,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/369586999\\/28183_1468158503376_1215979802_1299120_7563465_n.jpg\",\"location\":\"dans ton coeur \",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"FF0000\",\"followers_count\":295,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1775755736\\/DSC_0316_normal.JPG\",\"description\":\"I'm not drunk , i'm sedated from my pain \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"32409591\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/369586999\\/28183_1468158503376_1215979802_1299120_7563465_n.jpg\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775755736\\/DSC_0316_normal.JPG\",\"name\":\"MYMY CraCra\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 17 13:46:27 +0000 2009\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":32409591,\"utc_offset\":3600,\"favourites_count\":255,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177806233141249,\"created_at\":\"Fri Feb 24 22:49:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 621000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "53dcbadb-b2de-4410-bda5-4d87716b3936-173177806233141249" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel Hello! Je quitte les #cesars2012 pour #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1592192908/DKen_MG_5127_Small_normal.jpeg" +}, +"title": "Antoine Dubuquoy: @FlorencePorcel Hello! Je quitte les #cesars2012 pour #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 622000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"FlorencePorcel\",\"favorited\":false,\"text\":\"@FlorencePorcel Hello! Je quitte les #cesars2012 pour #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"cesars2012\",\"indices\":[37,48]},{\"text\":\"lgw\",\"indices\":[54,58]}]},\"in_reply_to_user_id\":49031173,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177811476029441\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ff0000\",\"screen_name\":\"dubuc64\",\"lang\":\"fr\",\"favourites_count\":339,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1104,\"location\":\"Paris (France)\",\"profile_text_color\":\"333333\",\"followers_count\":1732,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"description\":\"Digital Media Strategist - Social Media, Community Management - Rock & pop culture guru - Auteur avec @nicoprat des Miscellan\\u00e9es d'Internet parution le 12\\/01\",\"statuses_count\":12384,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"show_all_inline_media\":false,\"listed_count\":117,\"profile_link_color\":\"ff0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"10731962\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Antoine Dubuquoy\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"created_at\":\"Fri Nov 30 07:20:52 +0000 2007\",\"profile_sidebar_fill_color\":\"eeeeee\",\"id\":10731962,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.dubucsblog.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\"},\"truncated\":false,\"id\":173177811476029441,\"created_at\":\"Fri Feb 24 22:49:42 +0000 2012\",\"in_reply_to_user_id_str\":\"49031173\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 622000, +"tags": [ +{ +"id-ref": "ef243180-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b1fffe67-094e-4ab7-8c72-a732396d36fd-173177811476029441" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ave Rosa Paes, ce qui ne veut rien dire qu'on pourrait traduire aisément par #IlReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1794196247/serious-cat_-_Copie__2__normal.jpg" +}, +"title": "victor lehoussine: Ave Rosa Paes, ce qui ne veut rien dire qu'on pourrait traduire aisément par #IlReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 623000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ave Rosa Paes, ce qui ne veut rien dire qu'on pourrait traduire ais\\u00e9ment par #IlReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[77,85]},{\"text\":\"lgw\",\"indices\":[86,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177815104102401\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":103,\"screen_name\":\"vodevil_art\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":154,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/412042973\\/colour.jpg\",\"location\":\"rennes\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1794196247\\/serious-cat_-_Copie__2__normal.jpg\",\"description\":\"#Geek & #Gamer et occasionnellement \\u00e9tudiant en M1 #communication \\u00e0 Rennes :: La t\\u00eate et la peau dans les \\u00e9toiles :: Musicien \\u00e0 la recherche de nouveaux projets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"169166835\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412042973\\/colour.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1794196247\\/serious-cat_-_Copie__2__normal.jpg\",\"name\":\"victor lehoussine\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 21 18:17:32 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":169166835,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177815104102401,\"created_at\":\"Fri Feb 24 22:49:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 623000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "be03767b-92a2-4dd8-9c63-bf2f6e6b404d-173177815104102401" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh yes un extrait! #palmashow #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: Oh yes un extrait! #palmashow #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 626000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh yes un extrait! #palmashow #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"palmashow\",\"indices\":[19,29]},{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177828391649280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":145,\"screen_name\":\"JoffreyMick\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1026,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"255731473\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"name\":\"Joffrey Mick\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":255731473,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177828391649280,\"created_at\":\"Fri Feb 24 22:49:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 626000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef203116-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "631ca082-8ba1-4976-82bf-399d5b6eed1b-173177828391649280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon je tente #lgw ce soir, en espérant un truc sympa car les premiers Jai pas accrocher du tout !", +"img": { +"src": "http://a2.twimg.com/profile_images/1776380925/C-Metro-128_normal.png" +}, +"title": "underscore59: Bon je tente #lgw ce soir, en espérant un truc sympa car les premiers Jai pas accrocher du tout !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 627000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon je tente #lgw ce soir, en esp\\u00e9rant un truc sympa car les premiers Jai pas accrocher du tout !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177831088603137\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":555,\"screen_name\":\"underscore59\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3068,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Lille\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"FF3300\",\"followers_count\":205,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1776380925\\/C-Metro-128_normal.png\",\"description\":\"Admin Sys' | Joueur sur PS3 | US Music Fan | Football Addict \\u2469\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"98811895\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1776380925\\/C-Metro-128_normal.png\",\"name\":\"underscore59\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 23 06:08:00 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":98811895,\"utc_offset\":3600,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177831088603137,\"created_at\":\"Fri Feb 24 22:49:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 627000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a77682d7-8e63-45f0-98dc-66901e44bcf2-173177831088603137" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@francoisrollin va finir par apprendre ce que c'est qu'un hashtag. S'il continue comme ça, #ilpart #lgw, en tout cas #change2ton", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: @francoisrollin va finir par apprendre ce que c'est qu'un hashtag. S'il continue comme ça, #ilpart #lgw, en tout cas #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 631000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"francoisrollin\",\"favorited\":false,\"text\":\"@francoisrollin va finir par apprendre ce que c'est qu'un hashtag. S'il continue comme \\u00e7a, #ilpart #lgw, en tout cas #change2ton\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[0,15],\"name\":\"rollin\",\"id_str\":\"369489076\",\"id\":369489076}],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[91,98]},{\"text\":\"lgw\",\"indices\":[99,103]},{\"text\":\"change2ton\",\"indices\":[117,128]}]},\"in_reply_to_user_id\":369489076,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177849472221185\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":132,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"statuses_count\":544,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jean-Louis Coste\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":244454441,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\"},\"truncated\":false,\"id\":173177849472221185,\"created_at\":\"Fri Feb 24 22:49:51 +0000 2012\",\"in_reply_to_user_id_str\":\"369489076\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 631000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "16810b5b-cf1b-47d5-b875-b2b1c4954485-173177849472221185" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hop! Basculement sur la 5 pour Le Grand Webze... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1752563497/LooicC_normal.jpg" +}, +"title": "Loic Cunnac: Hop! Basculement sur la 5 pour Le Grand Webze... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 632000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Hop! Basculement sur la 5 pour Le Grand Webze... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177853670727680\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":339,\"screen_name\":\"LooicC\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":367,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Toulouse, France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752563497\\/LooicC_normal.jpg\",\"description\":\"Pas de bouc ni de lunettes, mais quand m\\u00eame ing\\u00e9nieur microelec... Actu, economie, photo, rugby, ski et autres!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"111246550\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752563497\\/LooicC_normal.jpg\",\"name\":\"Loic Cunnac\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 04 07:59:48 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":111246550,\"utc_offset\":3600,\"favourites_count\":68,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177853670727680,\"created_at\":\"Fri Feb 24 22:49:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 632000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8a57ef91-3174-4b19-b14b-4e8f1666c451-173177853670727680" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: C'EST PARTI #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1817590343/tetocarre_normal.jpg" +}, +"title": "Le Leu Béatrice: RT @LeGrandWebze: C'EST PARTI #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 633000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: C'EST PARTI #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'EST PARTI #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173175368226844672\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3117,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1479,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173175368226844672,\"created_at\":\"Fri Feb 24 22:39:59 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177858414485504\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"576329\",\"screen_name\":\"beatriceleleu\",\"lang\":\"fr\",\"favourites_count\":197,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":139,\"location\":\"Paris\",\"profile_text_color\":\"1a042b\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817590343\\/tetocarre_normal.jpg\",\"description\":\"Charg\\u00e9e de l'information et de la documentation. D\\u00e9vore les livres avec app\\u00e9tit, adore la musique et les s\\u00e9ries TV et trouve que le Web 2.0 est magique !\",\"statuses_count\":835,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/81307764\\/peninsule.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"1b5e46\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"International Date Line West\",\"profile_background_color\":\"664380\",\"protected\":false,\"id_str\":\"31928333\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Le Leu B\\u00e9atrice\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/81307764\\/peninsule.jpg\",\"created_at\":\"Thu Apr 16 16:03:56 +0000 2009\",\"profile_sidebar_fill_color\":\"e4c9f0\",\"id\":31928333,\"follow_request_sent\":null,\"utc_offset\":-39600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817590343\\/tetocarre_normal.jpg\"},\"truncated\":false,\"id\":173177858414485504,\"created_at\":\"Fri Feb 24 22:49:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 633000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "06dc8f58-55e1-4b0d-a5d9-80d3a94a620a-173177858414485504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le chef op éclairage est malade ? #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1240535417/avatar_normal.jpg" +}, +"title": "Mr_Kia: Le chef op éclairage est malade ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 633000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Le chef op \\u00e9clairage est malade ? #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[34,38]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177858494185472\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Mr_Kia\",\"lang\":\"en\",\"favourites_count\":80,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":300,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":1006,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1240535417\\/avatar_normal.jpg\",\"description\":\"Bullshiteur artistique, illustrateur, faiseur de miracles, manager en mauvaises id\\u00e9es\",\"statuses_count\":29324,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/402987864\\/Twitter-GUI.jpg\",\"show_all_inline_media\":false,\"listed_count\":67,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"14450005\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Mr_Kia\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/402987864\\/Twitter-GUI.jpg\",\"created_at\":\"Sun Apr 20 07:51:01 +0000 2008\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":14450005,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.mr-kia.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1240535417\\/avatar_normal.jpg\"},\"truncated\":false,\"id\":173177858494185472,\"created_at\":\"Fri Feb 24 22:49:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 633000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "53c15fdf-1d32-4948-90c2-64155b7fa915-173177858494185472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh p*tain j'avais pas regaré #lgw depuis la 1ère, ça a l'air d'avoir carrément changé l'plateau !", +"img": { +"src": "http://a3.twimg.com/profile_images/1802232284/Capture_d__cran_2012-02-04___01.15.52_normal.png" +}, +"title": "Marion: Oh p*tain j'avais pas regaré #lgw depuis la 1ère, ça a l'air d'avoir carrément changé l'plateau !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 634000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Oh p*tain j'avais pas regar\\u00e9 #lgw depuis la 1\\u00e8re, \\u00e7a a l'air d'avoir carr\\u00e9ment chang\\u00e9 l'plateau !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177863065968640\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"FFFFFF\",\"screen_name\":\"iiioon\",\"lang\":\"en\",\"favourites_count\":47,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":186,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"description\":\"Accro aux s\\u00e9ries et \\u00e0 l'humour. HeroCorpienne. \\r\\nEt pourquoi faire aujourd'hui c'que j'pourrai faire demain ?\",\"statuses_count\":11590,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"BF1238\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"protected\":false,\"id_str\":\"39847706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marion\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"created_at\":\"Wed May 13 21:57:02 +0000 2009\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"id\":39847706,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\"},\"truncated\":false,\"id\":173177863065968640,\"created_at\":\"Fri Feb 24 22:49:54 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 634000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3778f5a9-bd15-49c2-b40b-bc7fbf8a3867-173177863065968640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est... cosy l'éclairage #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1829032837/430490_10519221_b_normal.jpg" +}, +"title": "Antoine Rouaud: C'est... cosy l'éclairage #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 639000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"C'est... cosy l'\\u00e9clairage #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177884385624064\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Antoine_Rouaud\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":false,\"friends_count\":84,\"location\":\"Nantes\",\"profile_text_color\":\"333333\",\"description\":\"Cr\\u00e9ateur de trucs et autres choses qui ont rapport \\u00e0 des histoires... avec des gens. \\r\\nhttp:\\/\\/www.wagaprod.fr\",\"statuses_count\":1384,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"followers_count\":103,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"373509666\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Antoine Rouaud\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed Sep 14 18:13:49 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":373509666,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.audiodramax.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173177884385624064,\"created_at\":\"Fri Feb 24 22:49:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 639000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c6417b41-f21a-4148-8d8b-be3d68b782f7-173177884385624064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Quelqu'un peut dire à vinvin qu'il a une grosse ombre #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1640283274/frogita_normal.jpg" +}, +"title": "frogita: Quelqu'un peut dire à vinvin qu'il a une grosse ombre #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 641000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Quelqu'un peut dire \\u00e0 vinvin qu'il a une grosse ombre #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177893478866944\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"frogita\",\"lang\":\"en\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":230,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":611,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1640283274\\/frogita_normal.jpg\",\"description\":\"\",\"statuses_count\":18398,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"14786197\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"frogita\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu May 15 13:54:25 +0000 2008\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":14786197,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.frogita.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640283274\\/frogita_normal.jpg\"},\"truncated\":false,\"id\":173177893478866944,\"created_at\":\"Fri Feb 24 22:50:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 641000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1b224692-5276-4da8-a051-906a5276dccd-173177893478866944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @AlexHervaud: Allez, y'a le Palmashow sur France 5, on peut désormais vraiment rire. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1802162566/image_normal.jpg" +}, +"title": "Julien Cotte: RT @AlexHervaud: Allez, y'a le Palmashow sur France 5, on peut désormais vraiment rire. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 644000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @AlexHervaud: Allez, y'a le Palmashow sur France 5, on peut d\\u00e9sormais vraiment rire. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"AlexHervaud\",\"indices\":[3,15],\"name\":\"Alexandre Hervaud\",\"id_str\":\"14321981\",\"id\":14321981}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[88,92]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Allez, y'a le Palmashow sur France 5, on peut d\\u00e9sormais vraiment rire. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[71,75]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177780845019136\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"AlexHervaud\",\"lang\":\"fr\",\"favourites_count\":3392,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1078,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":14844,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\",\"description\":\"Journaliste, ex-Lib\\u00e9, chroniqueur au Mouv et Vodkaster.com, (d\\u00e9)formateur pour l'ESJ. Assiste @JeanReneCraypio. Mes tweets n'engagent pas P\\u00f4le Emploi.\",\"statuses_count\":48443,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"show_all_inline_media\":true,\"listed_count\":816,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"401d91\",\"protected\":false,\"id_str\":\"14321981\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Alexandre Hervaud\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"created_at\":\"Mon Apr 07 11:34:52 +0000 2008\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":14321981,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/alexhervaud.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\"},\"truncated\":false,\"id\":173177780845019136,\"created_at\":\"Fri Feb 24 22:49:35 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177903352258561\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"JulienCotteALU\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":872,\"location\":\"V\\u00e9lizy-Villacoublay\",\"profile_text_color\":\"333333\",\"followers_count\":1404,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"description\":\"DRH du site de V\\u00e9lizy (France) - HR Community Manager - Marketing HR2.0 - @AlcatelLucent\",\"statuses_count\":3872,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"show_all_inline_media\":false,\"listed_count\":138,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"107697826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Julien Cotte\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"created_at\":\"Sat Jan 23 12:17:36 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":107697826,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/juliencotte.typepad.com\\/le-blog-de-julien-cotte-\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\"},\"truncated\":false,\"id\":173177903352258561,\"created_at\":\"Fri Feb 24 22:50:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 644000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "48483ff7-a502-4a7d-a81a-6c8d0667fe5c-173177903352258561" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si vous souhaitez retrouver tout de suite les vidéos diffusées, rendez-vous sur le Webzelive http://t.co/jycA9F5R #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Si vous souhaitez retrouver tout de suite les vidéos diffusées, rendez-vous sur le Webzelive http://t.co/jycA9F5R #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 646000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Si vous souhaitez retrouver tout de suite les vid\\u00e9os diffus\\u00e9es, rendez-vous sur le Webzelive http:\\/\\/t.co\\/jycA9F5R #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[93,113],\"expanded_url\":\"http:\\/\\/www.legrandwebze.com\",\"display_url\":\"legrandwebze.com\",\"url\":\"http:\\/\\/t.co\\/jycA9F5R\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177911896047616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3121,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177911896047616,\"created_at\":\"Fri Feb 24 22:50:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 646000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "08f55dd5-40b5-4ea5-a121-2d3b808230fa-173177911896047616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw cher @Vinvin je t'aimerais encore mieux torse nu sous ta veste.", +"img": { +"src": "http://a2.twimg.com/profile_images/1813498773/mygreg_normal.jpg" +}, +"title": "mygreg: #lgw cher @Vinvin je t'aimerais encore mieux torse nu sous ta veste.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 647000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw cher @Vinvin je t'aimerais encore mieux torse nu sous ta veste.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[10,17],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177916350406656\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":447,\"screen_name\":\"mygreg\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":41987,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Bordeaux\",\"show_all_inline_media\":true,\"listed_count\":87,\"profile_link_color\":\"D02B55\",\"followers_count\":984,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1813498773\\/mygreg_normal.jpg\",\"description\":\"veilleur @gregveille - rp et cm @podradio_fr - co-organisateur du mash up bordeaux @MU_Bordeaux\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"16467068\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813498773\\/mygreg_normal.jpg\",\"name\":\"mygreg\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 26 12:47:38 +0000 2008\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":16467068,\"utc_offset\":3600,\"favourites_count\":1059,\"url\":\"http:\\/\\/flavors.me\\/mygreg\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177916350406656,\"created_at\":\"Fri Feb 24 22:50:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 647000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9673eb3-7c5a-408c-9f61-69e306b91a24-173177916350406656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste mais #change2ton quand même un peu aussi", +"img": { +"src": "http://a3.twimg.com/profile_images/1827613879/photo-pro_normal.png" +}, +"title": "Julien Lopizzo: #lgw #ilreste mais #change2ton quand même un peu aussi", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 648000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste mais #change2ton quand m\\u00eame un peu aussi\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]},{\"text\":\"change2ton\",\"indices\":[19,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177921228374016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"JulienLopizzo\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":1088,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Lyon - Europe\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0099B9\",\"followers_count\":143,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"description\":\"Je suis tomb\\u00e9 dedans en 97.Ma e-carri\\u00e8re a d\\u00e9marr\\u00e9 comme d\\u00e9veloppeur freelance en 2002.Entrepren(aute) depuis 10 ans j'aime partager ma passion du e-business.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"44345271\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"name\":\"Julien Lopizzo\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 03 12:08:19 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":44345271,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.tenapra.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177921228374016,\"created_at\":\"Fri Feb 24 22:50:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 648000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "300455e3-2ef6-4bad-b94d-00f9a1d9ae22-173177921228374016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW si le son est bon, la lumière c'est pas ça...", +"img": { +"src": "http://a2.twimg.com/profile_images/944881104/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg" +}, +"title": "José Phinebacker: #LGW si le son est bon, la lumière c'est pas ça...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 651000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW si le son est bon, la lumi\\u00e8re c'est pas \\u00e7a...\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177931869327361\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Phinebacker\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":140,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":117,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\",\"description\":\"Phinebacker, twitteur homeopathique...\",\"statuses_count\":1251,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"6296872\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Jos\\u00e9 Phinebacker\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Thu May 24 21:11:03 +0000 2007\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":6296872,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/phinebacker.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\"},\"truncated\":false,\"id\":173177931869327361,\"created_at\":\"Fri Feb 24 22:50:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 651000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "602aba58-8292-4f45-96a0-e1f9c1f177e7-173177931869327361" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @AlexHervaud: Allez, y'a le Palmashow sur France 5, on peut désormais vraiment rire. #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1811600999/IMG_1752_normal.jpg" +}, +"title": "holdenfr: RT @AlexHervaud: Allez, y'a le Palmashow sur France 5, on peut désormais vraiment rire. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 654000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @AlexHervaud: Allez, y'a le Palmashow sur France 5, on peut d\\u00e9sormais vraiment rire. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"AlexHervaud\",\"indices\":[3,15],\"id_str\":\"14321981\",\"name\":\"Alexandre Hervaud\",\"id\":14321981}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[88,92]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Allez, y'a le Palmashow sur France 5, on peut d\\u00e9sormais vraiment rire. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[71,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177780845019136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1078,\"screen_name\":\"AlexHervaud\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":48443,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":816,\"profile_link_color\":\"0084B4\",\"followers_count\":14844,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\",\"description\":\"Journaliste, ex-Lib\\u00e9, chroniqueur au Mouv et Vodkaster.com, (d\\u00e9)formateur pour l'ESJ. Assiste @JeanReneCraypio. Mes tweets n'engagent pas P\\u00f4le Emploi.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"401d91\",\"id_str\":\"14321981\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\",\"name\":\"Alexandre Hervaud\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 11:34:52 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":14321981,\"utc_offset\":3600,\"favourites_count\":3392,\"url\":\"http:\\/\\/alexhervaud.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177780845019136,\"created_at\":\"Fri Feb 24 22:49:35 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177944498380800\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":240,\"screen_name\":\"holdenfr74\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":789,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1811600999\\/IMG_1752_normal.jpg\",\"description\":\"Les propos tenus ici n'engagent personne...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"id_str\":\"298602602\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"969a9c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811600999\\/IMG_1752_normal.jpg\",\"name\":\"holdenfr\",\"default_profile_image\":false,\"created_at\":\"Sat May 14 16:12:05 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":298602602,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177944498380800,\"created_at\":\"Fri Feb 24 22:50:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 654000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b3e242df-0d5b-4307-9a55-c046f9a9ffe7-173177944498380800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Dugomo le palmashow sur #lgw c'est BON CA! :D", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: @Dugomo le palmashow sur #lgw c'est BON CA! :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 658000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Dugomo\",\"favorited\":false,\"text\":\"@Dugomo le palmashow sur #lgw c'est BON CA! :D\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Dugomo\",\"indices\":[0,7],\"name\":\"Dugomo\",\"id_str\":\"67648081\",\"id\":67648081}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"in_reply_to_user_id\":67648081,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173177361511100416,\"in_reply_to_status_id_str\":\"173177361511100416\",\"id_str\":\"173177961577582594\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"Marseille\\/Paris\",\"profile_text_color\":\"3E4415\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"statuses_count\":5140,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Matthieu Michel\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":68460513,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\"},\"truncated\":false,\"id\":173177961577582594,\"created_at\":\"Fri Feb 24 22:50:18 +0000 2012\",\"in_reply_to_user_id_str\":\"67648081\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 658000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b8821519-2780-4261-8291-60d9735d5d24-173177961577582594" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw le @palmashow ?! Ah je croyais que @vinvin et @rollin recevaient la palme à chaud pour leur numéro de claquettes en direct ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1649856860/avatpagetwsn_normal.jpg" +}, +"title": "lôtre demédeu: #lgw le @palmashow ?! Ah je croyais que @vinvin et @rollin recevaient la palme à chaud pour leur numéro de claquettes en direct ...", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 658000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw le @palmashow ?! Ah je croyais que @vinvin et @rollin recevaient la palme \\u00e0 chaud pour leur num\\u00e9ro de claquettes en direct ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[8,18],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[40,47],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"rollin\",\"indices\":[51,58],\"id_str\":\"631143\",\"name\":\"rollin\",\"id\":631143}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177963360169986\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":81,\"screen_name\":\"lotre\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":10314,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"location\":\"just there\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"description\":\"man, z\\u00e9ro de l'univers !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"7233942\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"name\":\"l\\u00f4tre dem\\u00e9deu\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 03 18:07:50 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":7233942,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177963360169986,\"created_at\":\"Fri Feb 24 22:50:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 658000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7bfec1db-6f06-4343-a749-b7f4e12bf381-173177963360169986" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Le Palmashow à côté des grands humouristes. Le Podcast visite la télévision. Le TGV au pays de la vapeur ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1694156609/737DALWinter_normal.jpg" +}, +"title": "Axel G. Hillbear: #lgw Le Palmashow à côté des grands humouristes. Le Podcast visite la télévision. Le TGV au pays de la vapeur ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 661000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Le Palmashow \\u00e0 c\\u00f4t\\u00e9 des grands humouristes. Le Podcast visite la t\\u00e9l\\u00e9vision. Le TGV au pays de la vapeur ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177974852550657\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":48,\"screen_name\":\"Hillbird21\",\"lang\":\"fr\",\"profile_text_color\":\"2e4b6e\",\"statuses_count\":174,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"000000\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1694156609\\/737DALWinter_normal.jpg\",\"description\":\"PC-Gaming (Wow odd.) & aviation (Wow super odd.) are my hobbies. Let's talk about everythin' !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"091314\",\"id_str\":\"406079380\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1694156609\\/737DALWinter_normal.jpg\",\"name\":\"Axel G. Hillbear\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 06 06:42:54 +0000 2011\",\"profile_sidebar_border_color\":\"336d70\",\"id\":406079380,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177974852550657,\"created_at\":\"Fri Feb 24 22:50:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 661000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6c0a417d-c18d-44fc-a5ef-8606db6a2645-173177974852550657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Vinvin quelle chemise !! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1263575732/hello_cthulhu_normal.jpg" +}, +"title": "Benoit: @Vinvin quelle chemise !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 663000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Vinvin quelle chemise !! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177982909808641\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":62,\"screen_name\":\"draziw511\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":50,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Orl\\u00e9ans\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1263575732\\/hello_cthulhu_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"261619091\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1263575732\\/hello_cthulhu_normal.jpg\",\"name\":\"Benoit\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 06 09:43:47 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":261619091,\"utc_offset\":null,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173177982909808641,\"created_at\":\"Fri Feb 24 22:50:23 +0000 2012\",\"in_reply_to_user_id\":7223522}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 663000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "821e9b41-b272-420e-a1f2-c441cf150ed3-173177982909808641" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1523401394/benoit_normal.jpg" +}, +"title": "Benoît rangel: #change2ton #lgw :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 664000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#change2ton #lgw :)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177986823110656\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"rangben\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":24,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1523401394\\/benoit_normal.jpg\",\"description\":\"\",\"statuses_count\":6,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"362352445\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Beno\\u00eet rangel\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Fri Aug 26 07:49:35 +0000 2011\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":362352445,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1523401394\\/benoit_normal.jpg\"},\"truncated\":false,\"id\":173177986823110656,\"created_at\":\"Fri Feb 24 22:50:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 664000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "21408ecb-8ea3-4630-8cbb-5769c385f758-173177986823110656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allez on passe sur #legrandwebze les gens là maintenant, cette émission a besoin de soutien.", +"img": { +"src": "http://a3.twimg.com/profile_images/659833782/avatar-twit_normal.jpg" +}, +"title": "MVCDLM: Allez on passe sur #legrandwebze les gens là maintenant, cette émission a besoin de soutien.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 664000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Allez on passe sur #legrandwebze les gens l\\u00e0 maintenant, cette \\u00e9mission a besoin de soutien.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"legrandwebze\",\"indices\":[19,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177986705670144\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":101,\"screen_name\":\"MVCDLM\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4802,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Dans Ton Twit\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"009999\",\"followers_count\":362,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/659833782\\/avatar-twit_normal.jpg\",\"description\":\"Un jour je m'emmerdais.\\nAlors j'ai cr\\u00e9\\u00e9 mon twitter.\\n\\nMais au final je m'emmerde toujours.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"109109238\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/659833782\\/avatar-twit_normal.jpg\",\"name\":\"MVCDLM\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 28 00:41:05 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":109109238,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/maviecestdelamerde.over-blog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177986705670144,\"created_at\":\"Fri Feb 24 22:50:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 664000, +"tags": [ +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3269d25d-4da3-4449-81ab-5c36876e80e0-173177986705670144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1748173004/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg" +}, +"title": "Florence Porcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 665000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"MON CUBE ME BR\\u00dbLE LA FESSE GAUCHE #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177990426005506\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":312,\"screen_name\":\"FlorencePorcel\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":58313,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":380,\"profile_link_color\":\"93A644\",\"followers_count\":5555,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\",\"description\":\"J'aime tellement la vie que je veux en vivre plusieurs \\u00e0 la fois. Derri\\u00e8re et dedans @LeGrandWebze (France 5). Groumf, sciences, et friponneries. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"49031173\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\",\"name\":\"Florence Porcel\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 20 15:25:07 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":49031173,\"utc_offset\":3600,\"favourites_count\":194,\"url\":\"http:\\/\\/www.florenceporcel.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177990426005506,\"created_at\":\"Fri Feb 24 22:50:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 665000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "853a27b7-ddac-4759-bb2f-ac839001bf0b-173177990426005506" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "en fait le chef op c'est l'ancien ingé son du n°& #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1115735941/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png" +}, +"title": "Christophe Ponsolle: en fait le chef op c'est l'ancien ingé son du n°& #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 665000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"en fait le chef op c'est l'ancien ing\\u00e9 son du n\\u00b0& #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177992967761921\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":364,\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"profile_text_color\":\"999393\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"name\":\"Christophe Ponsolle\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":25338852,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177992967761921,\"created_at\":\"Fri Feb 24 22:50:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 665000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4d2b2cb6-67a5-45f3-aec5-663fc476ebf1-173177992967761921" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@vinvin, t es pas sur tes marques. Tu es dans l ombre #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1186211112/MyBEP_Laurent_normal.png" +}, +"title": "laurent GEFFROY: @vinvin, t es pas sur tes marques. Tu es dans l ombre #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 667000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@vinvin, t es pas sur tes marques. Tu es dans l ombre #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178001402507265\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"lgeffroy\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":765,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"2FC2EF\",\"followers_count\":58,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1186211112\\/MyBEP_Laurent_normal.png\",\"description\":\".Net Architect, loves technologies and Baseball\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"6807672\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1186211112\\/MyBEP_Laurent_normal.png\",\"name\":\"laurent GEFFROY\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 14 09:14:06 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":6807672,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.laurentgeffroy.com\"},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173178001402507265,\"created_at\":\"Fri Feb 24 22:50:27 +0000 2012\",\"in_reply_to_user_id\":7223522}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 667000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9d8c70e1-3c80-42d7-a6e6-8928b1ed8645-173178001402507265" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw rentre des les topics", +"img": { +"src": "http://a0.twimg.com/profile_images/1650721797/Largy_normal.jpg" +}, +"title": "Largentula: #lgw rentre des les topics", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 671000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"#lgw rentre des les topics\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"screen_name\":\"Largentula\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650721797\\/Largy_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"DFDFDF\",\"location\":\"sur le canap\\u00e9\",\"favourites_count\":1,\"description\":\"prout\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":116,\"profile_text_color\":\"333333\",\"followers_count\":174,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1650721797\\/Largy_normal.jpg\",\"statuses_count\":3824,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"990000\",\"protected\":false,\"is_translator\":false,\"name\":\"Largentula\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Thu Nov 13 22:12:09 +0000 2008\",\"profile_background_color\":\"EBEBEB\",\"id\":17374070,\"id_str\":\"17374070\",\"geo_enabled\":false,\"profile_background_tile\":false,\"utc_offset\":3600,\"url\":null},\"in_reply_to_status_id\":null,\"id\":173178016665567232,\"created_at\":\"Fri Feb 24 22:50:31 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178016665567232\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 671000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6de99de1-8f41-4e28-9c46-bb9f15980497-173178016665567232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En plus ce soir il y a le @palmashow sur @legrandwebze ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1348620857/aa_normal.JPG" +}, +"title": "A Warnia de Zarzecki: En plus ce soir il y a le @palmashow sur @legrandwebze ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 674000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"En plus ce soir il y a le @palmashow sur @legrandwebze ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[26,36],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"LeGrandWebze\",\"indices\":[41,54],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178029235912704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"alexwaza\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"location\":\"St Mand\\u00e9\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"007ede\",\"followers_count\":321,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"description\":\"\\u00c9tudiant en troisi\\u00e8me ann\\u00e9e \\u00e0 @HETIC.\\r\\nJ'erre sur Twitter sans domaine de pr\\u00e9dilection, vous voil\\u00e0 avertis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"201387157\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"profile_sidebar_fill_color\":\"d9d9d9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"name\":\"A Warnia de Zarzecki\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 11 18:53:07 +0000 2010\",\"profile_sidebar_border_color\":\"c7cce0\",\"id\":201387157,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178029235912704,\"created_at\":\"Fri Feb 24 22:50:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 674000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "52ec184f-0148-40ff-822c-802159dccabd-173178029235912704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@LeGrandWebze: Si vous souhaitez retrouver tout de suite les vidéos diffusées, rendez-vous sur le Webzelive http://t.co/QEgPPnAs #lgw”", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: “@LeGrandWebze: Si vous souhaitez retrouver tout de suite les vidéos diffusées, rendez-vous sur le Webzelive http://t.co/QEgPPnAs #lgw”", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 676000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u201c@LeGrandWebze: Si vous souhaitez retrouver tout de suite les vid\\u00e9os diffus\\u00e9es, rendez-vous sur le Webzelive http:\\/\\/t.co\\/QEgPPnAs #lgw\\u201d\",\"entities\":{\"urls\":[{\"indices\":[109,129],\"display_url\":\"legrandwebze.com\",\"expanded_url\":\"http:\\/\\/www.legrandwebze.com\",\"url\":\"http:\\/\\/t.co\\/QEgPPnAs\"}],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[1,14],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[130,134]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178039847485440\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":543,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":210,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"statuses_count\":635,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Royer Charles-Henri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":185396126,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\"},\"truncated\":false,\"id\":173178039847485440,\"created_at\":\"Fri Feb 24 22:50:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 676000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8937f023-bf9e-4e17-961f-0b0232a5e6d1-173178039847485440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @OnernoD: Rollin Macfly #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: RT @OnernoD: Rollin Macfly #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 679000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @OnernoD: Rollin Macfly #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"OnernoD\",\"indices\":[3,11],\"name\":\"Apollo Weed\",\"id_str\":\"348399043\",\"id\":348399043}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Rollin Macfly #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177007721549825\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"OnernoD\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"Beuhverly Pills\",\"profile_text_color\":\"666666\",\"followers_count\":273,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1843041770\\/apollo_creed1_normal.jpg\",\"description\":\"La vie, c'est pas Tetris, c'est Mortal Kombat : On doit tout faire pour \\u00e9viter la fatalit\\u00e9. Laisse-moi te faire l'humour, tu ne seras pas d\\u00e9\\u00e7u(e).\",\"statuses_count\":1040,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"348399043\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Apollo Weed\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Thu Aug 04 11:00:09 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":348399043,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843041770\\/apollo_creed1_normal.jpg\"},\"truncated\":false,\"id\":173177007721549825,\"created_at\":\"Fri Feb 24 22:46:30 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178050530381824\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":98,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"statuses_count\":1156,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cammarata Thierry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":334554629,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\"},\"truncated\":false,\"id\":173178050530381824,\"created_at\":\"Fri Feb 24 22:50:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 679000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fee723a4-3b9d-476d-abe9-81cacacbda0b-173178050530381824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin reste s'il apprend a parler racaille avec Greg et David #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1780275371/335878_3126302603495_1442578370_33246016_798248012_o_normal.jpg" +}, +"title": "_revan_: François Rollin reste s'il apprend a parler racaille avec Greg et David #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 680000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin reste s'il apprend a parler racaille avec Greg et David #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178055253176322\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"_revan_\",\"lang\":\"fr\",\"favourites_count\":22,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":160,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":60,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780275371\\/335878_3126302603495_1442578370_33246016_798248012_o_normal.jpg\",\"description\":\"\\u00c9tudiant R&T - ici je parle de tout et surtout de rien ^_^\",\"statuses_count\":2719,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"86814993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"_revan_\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Nov 01 22:15:07 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":86814993,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780275371\\/335878_3126302603495_1442578370_33246016_798248012_o_normal.jpg\"},\"truncated\":false,\"id\":173178055253176322,\"created_at\":\"Fri Feb 24 22:50:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 680000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "25dba8a3-a34d-492a-a75e-b42657ed8ff9-173178055253176322" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est con le sketch des apôtres est loin d'être le meilleur! #palmashow #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: C'est con le sketch des apôtres est loin d'être le meilleur! #palmashow #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 681000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"C'est con le sketch des ap\\u00f4tres est loin d'\\u00eatre le meilleur! #palmashow #lgw\",\"created_at\":\"Fri Feb 24 22:50:41 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"palmashow\",\"indices\":[61,71]},{\"text\":\"lgw\",\"indices\":[72,76]}],\"user_mentions\":[]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173178060244398080\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":1,\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":true,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"url\":null,\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"009999\",\"screen_name\":\"JoffreyMick\",\"time_zone\":\"Paris\",\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_color\":\"131516\",\"location\":\"Paris\",\"id_str\":\"255731473\",\"profile_background_tile\":true,\"followers_count\":56,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"efefef\",\"favourites_count\":5,\"protected\":false,\"friends_count\":145,\"profile_sidebar_border_color\":\"eeeeee\",\"name\":\"Joffrey Mick\",\"contributors_enabled\":false,\"verified\":false,\"id\":255731473,\"statuses_count\":1025,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173178060244398080}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 681000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef203116-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5b1e5d9f-08ec-436a-87db-8831ec194e18-173178060244398080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW c'est qui cette lumière de ##### sur @Vinvin", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: #LGW c'est qui cette lumière de ##### sur @Vinvin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 684000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW c'est qui cette lumi\\u00e8re de ##### sur @Vinvin\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[42,49],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178072303022082\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":14420,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"name\":\"FrinnockBoChar\",\"default_profile_image\":false,\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":40014489,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178072303022082,\"created_at\":\"Fri Feb 24 22:50:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 684000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ca20afa2-e337-441f-a877-e344b29e2936-173178072303022082" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@FlorencePorcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw” Courage! ;)", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: “@FlorencePorcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw” Courage! ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 685000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"\\u201c@FlorencePorcel: MON CUBE ME BR\\u00dbLE LA FESSE GAUCHE #lgw\\u201d Courage! ;)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[1,16],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178074236592128\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4893,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173178074236592128,\"created_at\":\"Fri Feb 24 22:50:45 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 685000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "125bdcf1-71dc-4908-a15c-ed3c865c74ff-173178074236592128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Qu'#ilReste ou qu'#ilPart, il n'a qu'a #change2ton Mais au fait, #cQui ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Qu'#ilReste ou qu'#ilPart, il n'a qu'a #change2ton Mais au fait, #cQui ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 686000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'#ilReste ou qu'#ilPart, il n'a qu'a #change2ton Mais au fait, #cQui ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[3,11]},{\"text\":\"ilPart\",\"indices\":[18,25]},{\"text\":\"change2ton\",\"indices\":[39,50]},{\"text\":\"cQui\",\"indices\":[65,70]},{\"text\":\"lgw\",\"indices\":[73,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178080188301313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178080188301313,\"created_at\":\"Fri Feb 24 22:50:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 686000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9b127d1c-220a-4dd5-8963-0e7480bedde7-173178080188301313" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cet épisode du palmashow n'est tellement pas représentatif de ce qu'ils font #lgw #ilpart ou #ilchange2ton", +"img": { +"src": "http://a2.twimg.com/profile_images/1427838155/P7114024_normal.JPG" +}, +"title": "jali: Cet épisode du palmashow n'est tellement pas représentatif de ce qu'ils font #lgw #ilpart ou #ilchange2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 688000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Cet \\u00e9pisode du palmashow n'est tellement pas repr\\u00e9sentatif de ce qu'ils font #lgw #ilpart ou #ilchange2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]},{\"text\":\"ilpart\",\"indices\":[82,89]},{\"text\":\"ilchange2ton\",\"indices\":[93,106]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.netvibes.com\\/\\\" rel=\\\"nofollow\\\"\\u003ENetvibes Official Widget\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178086983086080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":110,\"screen_name\":\"Jali\",\"lang\":\"fr\",\"profile_text_color\":\"574b57\",\"statuses_count\":30517,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"FR\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"name\":\"jali\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":8064742,\"utc_offset\":3600,\"favourites_count\":148,\"url\":\"http:\\/\\/www.jali.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178086983086080,\"created_at\":\"Fri Feb 24 22:50:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 688000, +"tags": [ +{ +"id-ref": "ef1a8540-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "afe05396-2726-461a-a4e2-b1a462d68693-173178086983086080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le décor du #lgw c'est beaucoup mieux, mais les lumières ne sont pas top.", +"img": { +"src": "http://a0.twimg.com/profile_images/1586459977/Skype01_normal.jpg" +}, +"title": "Alexandru Haras: Le décor du #lgw c'est beaucoup mieux, mais les lumières ne sont pas top.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 689000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le d\\u00e9cor du #lgw c'est beaucoup mieux, mais les lumi\\u00e8res ne sont pas top.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178091357732864\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":210,\"screen_name\":\"alex_haras\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":86,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"088253\",\"followers_count\":22,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1586459977\\/Skype01_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"107420038\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1586459977\\/Skype01_normal.jpg\",\"name\":\"Alexandru Haras\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 22 14:08:24 +0000 2010\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":107420038,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178091357732864,\"created_at\":\"Fri Feb 24 22:50:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 689000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "129769db-0c48-4bf9-abb5-8bdca683c28b-173178091357732864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a1.twimg.com/profile_images/123600529/bracelet_normal.JPG" +}, +"title": "Richard: #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 689000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178094377631745\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Iryngael\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":226,\"location\":\"Midi-Pyr\\u00e9n\\u00e9es, Moissac\",\"profile_text_color\":\"666666\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"description\":\"Gros connard sympa n\\u00e9anmoins :o\",\"statuses_count\":1957,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"is_translator\":true,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"29106955\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Richard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Mon Apr 06 00:46:40 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":29106955,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\"},\"truncated\":false,\"id\":173178094377631745,\"created_at\":\"Fri Feb 24 22:50:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 689000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "48d619ac-8942-4eaa-937a-53184665acd1-173178094377631745" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Ilreste #lgw :)", +"img": { +"src": "http://a2.twimg.com/profile_images/1681900733/image_normal.jpg" +}, +"title": "Amélie : #Ilreste #lgw :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 692000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#Ilreste #lgw :)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178103584129024\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Bullenroll\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":321,\"location\":\"Bretagne\",\"profile_text_color\":\"333333\",\"followers_count\":202,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1681900733\\/image_normal.jpg\",\"description\":\"Sans arr\\u00eat \\u00e0 la recherche de nouveaut\\u00e9s ! http:\\/\\/bullenroll.wordpress.com\\/\",\"statuses_count\":1937,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2293cc\",\"protected\":false,\"id_str\":\"74413492\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Am\\u00e9lie \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Tue Sep 15 10:11:38 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":74413492,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/bullenroll.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1681900733\\/image_normal.jpg\"},\"truncated\":false,\"id\":173178103584129024,\"created_at\":\"Fri Feb 24 22:50:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 692000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d71c3890-41a3-46fd-8932-99dab14e2106-173178103584129024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Remarque de pro: @Vinvin est mi-ombre mi-jour. #lgw #ilreste", +"img": { +"src": "http://a2.twimg.com/profile_images/1160095508/anonymousdude_normal.jpg" +}, +"title": "Marcel aka Mei' ツ: Remarque de pro: @Vinvin est mi-ombre mi-jour. #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 696000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Remarque de pro: @Vinvin est mi-ombre mi-jour. #lgw #ilreste\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[17,24],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]},{\"text\":\"ilreste\",\"indices\":[52,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178123066679296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":408,\"screen_name\":\"Marcel_Bichon\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":670,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/384779780\\/Blue_Ray.jpg\",\"location\":\"Poitiers\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"009999\",\"followers_count\":173,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1160095508\\/anonymousdude_normal.jpg\",\"description\":\"Web addict, poditeur et sporadiquement insomniaque. \\r\\nAdepte de p\\u00e9r\\u00e9grinations sous pomme, de s\\u00e9rendipit\\u00e9 nocturne et victime d'abus de wilfing depuis 2006. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"33800895\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/384779780\\/Blue_Ray.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1160095508\\/anonymousdude_normal.jpg\",\"name\":\"Marcel aka Mei' \\u30c4\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 21 03:51:14 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":33800895,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/goo.gl\\/ukDuy\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178123066679296,\"created_at\":\"Fri Feb 24 22:50:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 696000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c9b07ab1-29cc-49b5-a0ef-60d12a81e822-173178123066679296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #vinvinpart #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1173364956/mark_normal.jpg" +}, +"title": "Ripoux 2.0: #ilreste #vinvinpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 698000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #vinvinpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"vinvinpart\",\"indices\":[9,20]},{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178132197683200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":90,\"screen_name\":\"twitflic\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":977,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/116164230\\/Sans-titre-2.jpg\",\"location\":\"13\\u00e8me district\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"5a3d20\",\"followers_count\":61,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1173364956\\/mark_normal.jpg\",\"description\":\"Mais si tu savais comme je t'aime, petit Twittos. Twitflic is watching U mais tu n'existes pas plus pour autant\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"b5c695\",\"id_str\":\"124120949\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/116164230\\/Sans-titre-2.jpg\",\"profile_sidebar_fill_color\":\"b5c695\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1173364956\\/mark_normal.jpg\",\"name\":\"Ripoux 2.0\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 18 09:38:21 +0000 2010\",\"profile_sidebar_border_color\":\"f1c277\",\"id\":124120949,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178132197683200,\"created_at\":\"Fri Feb 24 22:50:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 698000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef283794-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "773eee0e-9892-4c3a-99ec-37a0ed35127d-173178132197683200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Lgw #Cqui", +"img": { +"src": "http://a1.twimg.com/profile_images/1843041770/apollo_creed1_normal.jpg" +}, +"title": "Apollo Weed: #Lgw #Cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 699000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#Lgw #Cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]},{\"text\":\"Cqui\",\"indices\":[5,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178133225275392\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"OnernoD\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"Beuhverly Pills\",\"profile_text_color\":\"666666\",\"followers_count\":273,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1843041770\\/apollo_creed1_normal.jpg\",\"description\":\"La vie, c'est pas Tetris, c'est Mortal Kombat : On doit tout faire pour \\u00e9viter la fatalit\\u00e9. Laisse-moi te faire l'humour, tu ne seras pas d\\u00e9\\u00e7u(e).\",\"statuses_count\":1041,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"348399043\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Apollo Weed\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Thu Aug 04 11:00:09 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":348399043,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843041770\\/apollo_creed1_normal.jpg\"},\"truncated\":false,\"id\":173178133225275392,\"created_at\":\"Fri Feb 24 22:50:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 699000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c10be6e4-c2e9-43e1-96d0-80f59541295f-173178133225275392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est drôle cette série. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: C'est drôle cette série. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 702000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est dr\\u00f4le cette s\\u00e9rie. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178148618375168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1093,\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"profile_text_color\":\"636363\",\"statuses_count\":21288,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_sidebar_fill_color\":\"141414\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"name\":\"Bakt El Raalis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18515564,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.pelecanus.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178148618375168,\"created_at\":\"Fri Feb 24 22:51:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 702000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "712d6d93-bc26-45bf-ac30-748c533f35a4-173178148618375168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw alleluia", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw alleluia", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 706000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw alleluia\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178164028260353\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"statuses_count\":705,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Thibaut Devillers\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":92095420,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\"},\"truncated\":false,\"id\":173178164028260353,\"created_at\":\"Fri Feb 24 22:51:06 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 706000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c9185ba4-f6ed-46af-a96e-00e259abe840-173178164028260353" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @FlorencePorcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: RT @FlorencePorcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 707000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @FlorencePorcel: MON CUBE ME BR\\u00dbLE LA FESSE GAUCHE #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[3,18],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"MON CUBE ME BR\\u00dbLE LA FESSE GAUCHE #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177990426005506\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":312,\"screen_name\":\"FlorencePorcel\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":58312,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":380,\"profile_link_color\":\"93A644\",\"followers_count\":5555,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\",\"description\":\"J'aime tellement la vie que je veux en vivre plusieurs \\u00e0 la fois. Derri\\u00e8re et dedans @LeGrandWebze (France 5). Groumf, sciences, et friponneries. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"49031173\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\",\"name\":\"Florence Porcel\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 20 15:25:07 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":49031173,\"utc_offset\":3600,\"favourites_count\":194,\"url\":\"http:\\/\\/www.florenceporcel.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177990426005506,\"created_at\":\"Fri Feb 24 22:50:25 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178168839127040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9483,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178168839127040,\"created_at\":\"Fri Feb 24 22:51:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 707000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b6c42c40-bbb2-4266-b11a-18d0f4a638fb-173178168839127040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ces mecs sont des génies #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1809125586/511623309_normal.jpg" +}, +"title": "Alexandre GAUZY: Ces mecs sont des génies #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 707000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"Ces mecs sont des g\\u00e9nies #lgw\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425753084\\/mountain-gorillas-africa-sartore_47914_990x742.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"screen_name\":\"AlexandreGauzy\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809125586\\/511623309_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"181A1E\",\"location\":\"Toulouse, France\",\"favourites_count\":15,\"description\":\"Relations internationales, g\\u00e9opolitique, sport, chocolat. Bref un mec normal. http:\\/\\/sociophagie.tumblr.com\\/\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":979,\"profile_text_color\":\"666666\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1809125586\\/511623309_normal.jpg\",\"statuses_count\":2077,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/425753084\\/mountain-gorillas-africa-sartore_47914_990x742.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"2FC2EF\",\"protected\":false,\"is_translator\":false,\"name\":\"Alexandre GAUZY\",\"default_profile\":false,\"time_zone\":\"Greenland\",\"created_at\":\"Fri May 29 15:47:18 +0000 2009\",\"profile_background_color\":\"1A1B1F\",\"id\":43353234,\"id_str\":\"43353234\",\"geo_enabled\":true,\"profile_background_tile\":true,\"utc_offset\":-10800,\"url\":\"http:\\/\\/sociophagie.tumblr.com\\/\"},\"in_reply_to_status_id\":null,\"id\":173178168436473856,\"created_at\":\"Fri Feb 24 22:51:07 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178168436473856\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 707000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "55fcbf6e-de7e-43a1-b13c-44b23ab8644c-173178168436473856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel #lgw t'as un gros cube", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: @FlorencePorcel #lgw t'as un gros cube", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 720000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel #lgw t'as un gros cube\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178224321376256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":705,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173178224321376256,\"created_at\":\"Fri Feb 24 22:51:20 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 720000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "68c26707-888f-4f48-8896-a9fac5c2374d-173178224321376256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plus de wifi je suis le seul à twitter dans le studio ! Mouaahahahaha ! #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Plus de wifi je suis le seul à twitter dans le studio ! Mouaahahahaha ! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 722000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Plus de wifi je suis le seul \\u00e0 twitter dans le studio ! Mouaahahahaha ! #lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]},{\"text\":\"cqui\",\"indices\":[77,82]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178229329375232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6695,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178229329375232,\"created_at\":\"Fri Feb 24 22:51:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 722000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e37217cf-1252-4ece-a2fd-9340cea3d165-173178229329375232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@luxsure regarde le grand webze plutôt que #ci !!!!", +"img": { +"src": "http://a3.twimg.com/profile_images/1727266317/oimtampon_normal.jpg" +}, +"title": "Lucas Parax: @luxsure regarde le grand webze plutôt que #ci !!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 723000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"luxsure\",\"favorited\":false,\"text\":\"@luxsure regarde le grand webze plut\\u00f4t que #ci !!!!\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"luxsure\",\"indices\":[0,8],\"name\":\"Pascal Iakovou\",\"id_str\":\"21777519\",\"id\":21777519}],\"hashtags\":[{\"text\":\"ci\",\"indices\":[43,46]}]},\"in_reply_to_user_id\":21777519,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173177998923661312,\"in_reply_to_status_id_str\":\"173177998923661312\",\"id_str\":\"173178236417744896\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"lucasparax\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":731,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"description\":\"Politique, musique, r\\u00e9flexions absurdes. J'aime bien votre veste, mais faudrait penser \\u00e0 ne pas la retourner. #\\u00e9lys\\u00e9e_2012 #rock\",\"statuses_count\":9269,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"333415548\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Lucas Parax\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"created_at\":\"Mon Jul 11 14:14:27 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":333415548,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/lucasparax.over-blog.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\"},\"truncated\":false,\"id\":173178236417744896,\"created_at\":\"Fri Feb 24 22:51:23 +0000 2012\",\"in_reply_to_user_id_str\":\"21777519\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 723000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f4f09b4-da28-4a67-b669-1286c5e7165c-173178236417744896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": ":o( débit anémique -> privé de #lgw -> #ilpart (mais qui part au fait?) 'ne nuit #lesgens", +"img": { +"src": "http://a0.twimg.com/profile_images/1509540967/6538316M_normal.jpg" +}, +"title": "PH7831: :o( débit anémique -> privé de #lgw -> #ilpart (mais qui part au fait?) 'ne nuit #lesgens", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 723000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\":o( d\\u00e9bit an\\u00e9mique -> priv\\u00e9 de #lgw -> #ilpart (mais qui part au fait?) 'ne nuit #lesgens\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]},{\"text\":\"ilpart\",\"indices\":[45,52]},{\"text\":\"lesgens\",\"indices\":[87,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178235750854657\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":341,\"screen_name\":\"PH7831\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8212,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":\"Toulouse\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"038543\",\"followers_count\":172,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1509540967\\/6538316M_normal.jpg\",\"description\":\"Ing\\u00e9, musique, aviation, scoutisme, politique, rugby, portnawak et... Papa!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"284489525\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1509540967\\/6538316M_normal.jpg\",\"name\":\"PH7831\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 19 11:22:07 +0000 2011\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":284489525,\"utc_offset\":3600,\"favourites_count\":87,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178235750854657,\"created_at\":\"Fri Feb 24 22:51:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 723000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef292550-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "096f398f-713c-4aa7-a39f-bc0cb16df139-173178235750854657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: C'EST PARTI #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1450769571/kdflep39_normal.png" +}, +"title": "saperlipopette: RT @LeGrandWebze: C'EST PARTI #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 724000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: C'EST PARTI #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"C'EST PARTI #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175368226844672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1479,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3116,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175368226844672,\"created_at\":\"Fri Feb 24 22:39:59 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178240364576769\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":208,\"screen_name\":\"damehermione\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":568,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"terre\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":65,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1450769571\\/kdflep39_normal.png\",\"description\":\"je me balade....\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"189169829\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1450769571\\/kdflep39_normal.png\",\"name\":\"saperlipopette\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 10 15:23:10 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":189169829,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178240364576769,\"created_at\":\"Fri Feb 24 22:51:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 724000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f1982735-8ebc-45b9-970d-c08cdbc3d2d9-173178240364576769" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 726000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178247146782721\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178247146782721,\"created_at\":\"Fri Feb 24 22:51:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 726000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0d6726f7-5654-4c61-a5b6-c487fd7eecfa-173178247146782721" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Mr_Kia Tout le monde est malade, regarde, il sont tous bleus #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: @Mr_Kia Tout le monde est malade, regarde, il sont tous bleus #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 730000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Mr_Kia Tout le monde est malade, regarde, il sont tous bleus #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Mr_Kia\",\"indices\":[0,7],\"id_str\":\"14450005\",\"name\":\"Mr_Kia\",\"id\":14450005}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173177858494185472\",\"id_str\":\"173178263068360704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173177858494185472,\"in_reply_to_user_id_str\":\"14450005\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"name\":\"Jean-Louis Coste\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":244454441,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"Mr_Kia\",\"truncated\":false,\"id\":173178263068360704,\"created_at\":\"Fri Feb 24 22:51:30 +0000 2012\",\"in_reply_to_user_id\":14450005}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 730000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b74bdfe4-d579-4de3-8c61-2f50135961e5-173178263068360704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw très bon la petite vidéo. Du beau monde!", +"img": { +"src": "http://a2.twimg.com/profile_images/1841426692/image_normal.jpg" +}, +"title": "Peyow: #lgw très bon la petite vidéo. Du beau monde!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 731000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw tr\\u00e8s bon la petite vid\\u00e9o. Du beau monde!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178268499984385\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"PeyowOner\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":42,\"location\":\"Grenoble\",\"profile_text_color\":\"333333\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1841426692\\/image_normal.jpg\",\"description\":\"Technicien du spectale survivant. Fain\\u00e9ant et casanier, donc totalement inoffensif.\",\"statuses_count\":125,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"268921581\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Peyow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Mar 19 19:00:41 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":268921581,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841426692\\/image_normal.jpg\"},\"truncated\":false,\"id\":173178268499984385,\"created_at\":\"Fri Feb 24 22:51:31 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 731000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6688df93-6459-4dd0-984b-c37aba4e1674-173178268499984385" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je me vois encore! <3 #lgw #TweetInutile", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: Je me vois encore! <3 #lgw #TweetInutile", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 732000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je me vois encore! <3 #lgw #TweetInutile\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"TweetInutile\",\"indices\":[30,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178273512161280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9484,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178273512161280,\"created_at\":\"Fri Feb 24 22:51:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 732000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef29ac00-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0d494b63-c058-468c-861e-7102417cf303-173178273512161280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Lgw ça déchire", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: #Lgw ça déchire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 733000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Lgw \\u00e7a d\\u00e9chire\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178276678860801\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":210,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178276678860801,\"created_at\":\"Fri Feb 24 22:51:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 733000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "49c93959-b789-445a-9e49-63d8c4fae108-173178276678860801" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je veux pas balancer, mais @kheops2713 préfère lire IRC qu'écouter #jdcjdr #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1780301867/avatar_normal.jpg" +}, +"title": "Okhin: Je veux pas balancer, mais @kheops2713 préfère lire IRC qu'écouter #jdcjdr #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 733000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je veux pas balancer, mais @kheops2713 pr\\u00e9f\\u00e8re lire IRC qu'\\u00e9couter #jdcjdr #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[27,38],\"name\":\"KheOps\",\"id_str\":\"321006177\",\"id\":321006177}],\"hashtags\":[{\"text\":\"jdcjdr\",\"indices\":[67,74]},{\"text\":\"lgw\",\"indices\":[75,79]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178278834733056\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"2f1812\",\"screen_name\":\"okhin\",\"lang\":\"en\",\"favourites_count\":38,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":441,\"location\":\"Paris, France\",\"profile_text_color\":\"739694\",\"followers_count\":797,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"statuses_count\":10333,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"protected\":false,\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Okhin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_fill_color\":\"411c0f\",\"id\":49560409,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"https:\\/\\/about.okhin.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\"},\"truncated\":false,\"id\":173178278834733056,\"created_at\":\"Fri Feb 24 22:51:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 733000, +"tags": [ +{ +"id-ref": "ef29e472-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "469b3208-b0a6-4b4c-9431-122ced7bd0a8-173178278834733056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel Ou comment recevoir 50 propositions pour te passer de la crème... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1681747829/371027_701947756_1967049027_n_normal.jpg" +}, +"title": "Doryan Lust: @FlorencePorcel Ou comment recevoir 50 propositions pour te passer de la crème... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 737000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel Ou comment recevoir 50 propositions pour te passer de la cr\\u00e8me... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[82,86]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173177990426005506\",\"id_str\":\"173178294563377153\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173177990426005506,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":266,\"screen_name\":\"tit0urs\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":2187,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/21695223\\/twitt2.jpg\",\"location\":\"Paris _ France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"2fc2ef\",\"followers_count\":125,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1681747829\\/371027_701947756_1967049027_n_normal.jpg\",\"description\":\"42% Geek, 42% Gamer, 42% IT Crowd, 42% Dudes\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"54155625\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/21695223\\/twitt2.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1681747829\\/371027_701947756_1967049027_n_normal.jpg\",\"name\":\"Doryan Lust\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 06 08:30:42 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":54155625,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/geekmoilsel.blogspot.com\\/\"},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173178294563377153,\"created_at\":\"Fri Feb 24 22:51:37 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 737000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "605c3792-ed9b-4b4d-9301-39bdd5b6bcb1-173178294563377153" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon ben #lgw alors !", +"img": { +"src": "http://a0.twimg.com/profile_images/1388491934/29077327_45881_normal.jpg" +}, +"title": "David P: Bon ben #lgw alors !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 741000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon ben #lgw alors !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178310568837120\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":832,\"screen_name\":\"Viadd\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6613,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/35062020\\/CIMG6189.JPG\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":28,\"profile_link_color\":\"0084B4\",\"followers_count\":562,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1388491934\\/29077327_45881_normal.jpg\",\"description\":\"Pas journaliste, pas blogueur, mais \\u00e0 l'aff\\u00fbt\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0abeff\",\"id_str\":\"29077327\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/35062020\\/CIMG6189.JPG\",\"profile_sidebar_fill_color\":\"d9eaf2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1388491934\\/29077327_45881_normal.jpg\",\"name\":\"David P\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:02:16 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":29077327,\"utc_offset\":3600,\"favourites_count\":13,\"url\":\"http:\\/\\/www.vodkaster.com\\/viadd\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178310568837120,\"created_at\":\"Fri Feb 24 22:51:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 741000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e2ec57c4-9264-40c6-b38e-8b7f0420ec6b-173178310568837120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Faut-il garder François Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw/ il ne faut garder QUE François Rollin.", +"img": { +"src": "http://a0.twimg.com/profile_images/1846718877/Ic_nePoireau_Yeux08-2011-02_normal.jpg" +}, +"title": "Le_M_Poireau: RT @LeGrandWebze: Faut-il garder François Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw/ il ne faut garder QUE François Rollin.", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 744000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Faut-il garder Fran\\u00e7ois Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw\\/ il ne faut garder QUE Fran\\u00e7ois Rollin.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[60,68]},{\"text\":\"IlPart\",\"indices\":[69,76]},{\"text\":\"cQui\",\"indices\":[77,82]},{\"text\":\"change2ton\",\"indices\":[83,94]},{\"text\":\"lgw\",\"indices\":[95,99]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.brizzly.com\\\" rel=\\\"nofollow\\\"\\u003EBrizzly\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178323063676928\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"bddcad\",\"screen_name\":\"Le_M_Poireau\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":6529,\"location\":\"Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":6009,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"description\":\"Pensez \\u00e0 ceux qui n'en ont pas et ne g\\u00e2chez pas votre humour inutilement. http:\\/\\/photosdecampagne.tumblr.com\\/ | http:\\/\\/riendimportant.tumblr.com\\/\",\"statuses_count\":54059,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"show_all_inline_media\":true,\"listed_count\":418,\"profile_link_color\":\"0084b4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"10330232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Le_M_Poireau\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"created_at\":\"Sat Nov 17 11:32:14 +0000 2007\",\"profile_sidebar_fill_color\":\"ddffcd\",\"id\":10330232,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/monsieurpoireau.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\"},\"truncated\":false,\"id\":173178323063676928,\"created_at\":\"Fri Feb 24 22:51:44 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 744000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1a2ca7cd-6206-4f28-9afa-87362f429de2-173178323063676928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est qui qui contrôle l'écran projeté derrière @francoisrollin et @vinvin? @FlorencePorcel? #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: C'est qui qui contrôle l'écran projeté derrière @francoisrollin et @vinvin? @FlorencePorcel? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 746000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est qui qui contr\\u00f4le l'\\u00e9cran projet\\u00e9 derri\\u00e8re @francoisrollin et @vinvin? @FlorencePorcel? #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[48,63],\"name\":\"rollin\",\"id_str\":\"369489076\",\"id\":369489076},{\"screen_name\":\"Vinvin\",\"indices\":[67,74],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522},{\"screen_name\":\"FlorencePorcel\",\"indices\":[76,91],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[93,97]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178333855625217\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4894,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173178333855625217,\"created_at\":\"Fri Feb 24 22:51:46 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 746000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fbd0a19c-5cc8-4f82-bd58-624fc1c79a5a-173178333855625217" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Après les #cesars2012, il est temps de passer sur #lgw sur France 5 !", +"img": { +"src": "http://a1.twimg.com/profile_images/1819848920/263749_10150277008301678_748271677_9033901_4365721_n_normal.jpg" +}, +"title": "Toya K: Après les #cesars2012, il est temps de passer sur #lgw sur France 5 !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 748000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Apr\\u00e8s les #cesars2012, il est temps de passer sur #lgw sur France 5 !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cesars2012\",\"indices\":[10,21]},{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178341468278785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":118,\"screen_name\":\"toya_k\",\"lang\":\"en\",\"profile_text_color\":\"001ca6\",\"statuses_count\":7849,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/341634401\\/twitteur.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"cf3802\",\"followers_count\":140,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1819848920\\/263749_10150277008301678_748271677_9033901_4365721_n_normal.jpg\",\"description\":\"Mmmh, \\u00e7a te dit qu'on \\u00e9change nos Pok\\u00e9mon ?\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"32356692\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/341634401\\/twitteur.jpg\",\"profile_sidebar_fill_color\":\"ffdf53\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819848920\\/263749_10150277008301678_748271677_9033901_4365721_n_normal.jpg\",\"name\":\"Toya K\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 17 09:46:12 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":32356692,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/toya_k\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178341468278785,\"created_at\":\"Fri Feb 24 22:51:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 748000, +"tags": [ +{ +"id-ref": "ef243180-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bdb44955-d17a-4dee-9c6b-3dbfe720685d-173178341468278785" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @FlorencePorcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: RT @FlorencePorcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 750000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @FlorencePorcel: MON CUBE ME BR\\u00dbLE LA FESSE GAUCHE #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[3,18],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"MON CUBE ME BR\\u00dbLE LA FESSE GAUCHE #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177990426005506\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"FlorencePorcel\",\"lang\":\"fr\",\"favourites_count\":194,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":312,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":5555,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\",\"description\":\"J'aime tellement la vie que je veux en vivre plusieurs \\u00e0 la fois. Derri\\u00e8re et dedans @LeGrandWebze (France 5). Groumf, sciences, et friponneries. \",\"statuses_count\":58312,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":380,\"profile_link_color\":\"93A644\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"49031173\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Florence Porcel\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"created_at\":\"Sat Jun 20 15:25:07 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":49031173,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.florenceporcel.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\"},\"truncated\":false,\"id\":173177990426005506,\"created_at\":\"Fri Feb 24 22:50:25 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178349672349697\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5e1410\",\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"favourites_count\":297,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1749,\"location\":\"Crozon, Brittany\",\"profile_text_color\":\"000000\",\"followers_count\":2619,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"statuses_count\":28279,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Philippe B\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_fill_color\":\"d3ede7\",\"id\":14400518,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\"},\"truncated\":false,\"id\":173178349672349697,\"created_at\":\"Fri Feb 24 22:51:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 750000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "90d51e6c-a500-4023-95f6-2ad6f2ce69fb-173178349672349697" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ca fait du bien de regarder #LGW !!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1418883459/taz_tornade_normal.jpg" +}, +"title": "new deal: Ca fait du bien de regarder #LGW !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 751000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ca fait du bien de regarder #LGW !!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178352096645121\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1577,\"screen_name\":\"znewdealz\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17397,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/280230233\\/Vue_sur_cap_d_Antibes.jpg\",\"location\":\"C\\u00f4te d'usure\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"009999\",\"followers_count\":660,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1418883459\\/taz_tornade_normal.jpg\",\"description\":\"Je crois d'un bon citoyen de pr\\u00e9f\\u00e9rer les paroles qui sauvent aux paroles qui plaisent. D\\u00e9mosth\\u00e8ne \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"88506160\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/280230233\\/Vue_sur_cap_d_Antibes.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1418883459\\/taz_tornade_normal.jpg\",\"name\":\"new deal\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 08 20:51:01 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":88506160,\"utc_offset\":-10800,\"favourites_count\":69,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178352096645121,\"created_at\":\"Fri Feb 24 22:51:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 751000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "018291ff-47c0-4e93-9870-62011baeed29-173178352096645121" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LudoDelaherche: Si tu tweete @LeGrandWebze tu passés à la télé ! #lgw http://t.co/gFJLiLYw", +"img": { +"src": "http://a0.twimg.com/profile_images/615964786/sv-24_hotmail.fr_912edc8d_normal.jpg" +}, +"title": "Sabine VERGNOL: RT @LudoDelaherche: Si tu tweete @LeGrandWebze tu passés à la télé ! #lgw http://t.co/gFJLiLYw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 752000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @LudoDelaherche: Si tu tweete @LeGrandWebze tu pass\\u00e9s \\u00e0 la t\\u00e9l\\u00e9 ! #lgw http:\\/\\/t.co\\/gFJLiLYw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[3,18],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061},{\"screen_name\":\"LeGrandWebze\",\"indices\":[33,46],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[{\"indices\":[74,94],\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173174750519103488\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/gFJLiLYw\",\"url\":\"http:\\/\\/t.co\\/gFJLiLYw\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Si tu tweete @LeGrandWebze tu pass\\u00e9s \\u00e0 la t\\u00e9l\\u00e9 ! #lgw http:\\/\\/t.co\\/gFJLiLYw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[13,26],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}],\"media\":[{\"type\":\"photo\",\"indices\":[54,74],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":765},\"medium\":{\"h\":803,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":455,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/Amc9hKECEAEY6M3.jpg\",\"id_str\":\"173174750523297793\",\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173174750519103488\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/Amc9hKECEAEY6M3.jpg\",\"id\":173174750523297793,\"display_url\":\"pic.twitter.com\\/gFJLiLYw\",\"url\":\"http:\\/\\/t.co\\/gFJLiLYw\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173174750519103488\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6695,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173174750519103488,\"created_at\":\"Fri Feb 24 22:37:33 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178358740426753\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":435,\"screen_name\":\"svergnol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5245,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Lyon, France\",\"show_all_inline_media\":false,\"listed_count\":53,\"profile_link_color\":\"9D582E\",\"followers_count\":546,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/615964786\\/sv-24_hotmail.fr_912edc8d_normal.jpg\",\"description\":\"Conseill\\u00e8re \\u00e0 l'emploi - Dans une vie ant\\u00e9rieure, documentaliste \\r\\nint\\u00e9r\\u00eat pour #r\\u00e9seaux sociaux ; #Web2\\r\\nExp\\u00e9rience professionnelle cibl\\u00e9e #apprentissage #FPC \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"102677181\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/615964786\\/sv-24_hotmail.fr_912edc8d_normal.jpg\",\"name\":\"Sabine VERGNOL\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 07 13:24:02 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":102677181,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/sabine-vergnol\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178358740426753,\"created_at\":\"Fri Feb 24 22:51:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 752000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ecc830ba-1965-4c53-8320-cf48f9fea188-173178358740426753" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon maintenant on switch sur #France5 pour #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1727885666/Logo_YP_normal.png" +}, +"title": "Young planneur: Bon maintenant on switch sur #France5 pour #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 755000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Bon maintenant on switch sur #France5 pour #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"France5\",\"indices\":[29,37]},{\"text\":\"lgw\",\"indices\":[43,47]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178371168149507\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"youngplanneur\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":278,\"location\":\"France, Paris\",\"profile_text_color\":\"333333\",\"followers_count\":3230,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1727885666\\/Logo_YP_normal.png\",\"description\":\"Strategic Planner \\/\\/ Advertising \\/ Action Sports \\/ Advertainment \\/ Series \\/ Mobile \\/ Social \\/\\/\",\"statuses_count\":4944,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":222,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"87788927\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Young planneur\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Thu Nov 05 21:34:26 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":87788927,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.youngplanneur.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727885666\\/Logo_YP_normal.png\"},\"truncated\":false,\"id\":173178371168149507,\"created_at\":\"Fri Feb 24 22:51:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 755000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d506de1b-60b6-495d-92a7-52f81f51a862-173178371168149507" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel permute #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: @FlorencePorcel permute #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 759000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel permute #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173177990426005506\",\"id_str\":\"173178386624155650\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173177990426005506,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":265,\"screen_name\":\"papounay2000\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3536,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"followers_count\":135,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"description\":\"N'oubliez pas de vous aimer\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"name\":\"\\u2620papounay2000\\u2620\",\"default_profile_image\":false,\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":14764219,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173178386624155650,\"created_at\":\"Fri Feb 24 22:51:59 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 759000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f654edce-b7a1-431e-9542-d32744db0762-173178386624155650" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste juste pour revoir mon buble à la télé ;)", +"img": { +"src": "http://a0.twimg.com/profile_images/1658546588/solidarnosc_normal.jpg" +}, +"title": "Miguel Teixeira: #lgw #ilreste juste pour revoir mon buble à la télé ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 760000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste juste pour revoir mon buble \\u00e0 la t\\u00e9l\\u00e9 ;)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178390533246976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":258,\"screen_name\":\"migteix\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2719,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Orleans\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":267,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"description\":\"blogueur orl\\u00e9anais, parle surtout d'actu locale et sort 2\\/3 blagues de temps en temps...\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"3543511\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"name\":\"Miguel Teixeira\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 05 18:00:09 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":3543511,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.coteboulevard.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178390533246976,\"created_at\":\"Fri Feb 24 22:52:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 760000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f4f171aa-b1fd-44c1-a20a-4617d6841008-173178390533246976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"Guy lit, guy lit\" ça devrait vous faire rire, si vous êtes chatouilleux @LeGrandWebze #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1752605252/slashunderscore_normal.PNG" +}, +"title": "Gilles Defromerie: \"Guy lit, guy lit\" ça devrait vous faire rire, si vous êtes chatouilleux @LeGrandWebze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 761000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\\"Guy lit, guy lit\\\" \\u00e7a devrait vous faire rire, si vous \\u00eates chatouilleux @LeGrandWebze #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[73,86],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[87,91]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178394077442048\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"geldif\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":59,\"location\":\"Devant un \\u00e9cran num\\u00e9rique\",\"profile_text_color\":\"333333\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"description\":\"Debugger, Ajusteur d'Octets niveau Certification Binaire, Digital Engineer\",\"statuses_count\":224,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"394186996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Gilles Defromerie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Wed Oct 19 18:07:56 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":394186996,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\"},\"truncated\":false,\"id\":173178394077442048,\"created_at\":\"Fri Feb 24 22:52:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 761000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9290c86-dae4-460c-b7c4-606d81048903-173178394077442048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vos chattes dans #lgw ce soir #truestory", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: Vos chattes dans #lgw ce soir #truestory", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 763000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vos chattes dans #lgw ce soir #truestory\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]},{\"text\":\"truestory\",\"indices\":[30,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178404022128640\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13059,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":792,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178404022128640,\"created_at\":\"Fri Feb 24 22:52:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 763000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef2b4aba-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5c0b91cf-cc74-49dc-bde1-6eb4d55f339c-173178404022128640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "les pseudos twitter ne sont pas visibles #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: les pseudos twitter ne sont pas visibles #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 764000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"les pseudos twitter ne sont pas visibles #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178406400303104\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":886,\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":33184,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Pau\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"name\":\"Aur\\u00e9lien\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14321671,\"utc_offset\":3600,\"favourites_count\":140,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178406400303104,\"created_at\":\"Fri Feb 24 22:52:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 764000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "478bf91d-ac24-4056-9243-792d0cce4303-173178406400303104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @ludodelaherche: Plus de wifi je suis le seul à twitter dans le studio ! Mouaahahahaha ! #lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1705755913/twitter-popup-bulle-info-icone-5035-256_normal.png" +}, +"title": "Cédric Le Grevès: RT @ludodelaherche: Plus de wifi je suis le seul à twitter dans le studio ! Mouaahahahaha ! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 764000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @ludodelaherche: Plus de wifi je suis le seul \\u00e0 twitter dans le studio ! Mouaahahahaha ! #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[3,18],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[92,96]},{\"text\":\"cqui\",\"indices\":[97,102]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178408891711490\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1812,\"screen_name\":\"clegreves\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":434,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":356,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"description\":\"@TVcheck addict\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"316519559\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"name\":\"C\\u00e9dric Le Grev\\u00e8s\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 13 15:35:43 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":316519559,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178408891711490,\"created_at\":\"Fri Feb 24 22:52:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 764000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8340f092-bbc1-4275-8c8d-f3b34634417f-173178408891711490" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon bah maintenant on zappe sur #lgw sur France 5 #césar2012", +"img": { +"src": "http://a3.twimg.com/profile_images/218966993/profile_picture_normal.jpg" +}, +"title": "Didier_Celisse: Bon bah maintenant on zappe sur #lgw sur France 5 #césar2012", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 766000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Bon bah maintenant on zappe sur #lgw sur France 5 #c\\u00e9sar2012\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]},{\"text\":\"c\\u00e9sar2012\",\"indices\":[50,60]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178415116070912\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Didier_Celisse\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":334,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":171,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/218966993\\/profile_picture_normal.jpg\",\"description\":\"Marketing, Strategy, Telecommunications & Internet\\r\\nOpinions are my own.\",\"statuses_count\":1590,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"18979725\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Didier_Celisse\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Jan 14 15:29:52 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":18979725,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/218966993\\/profile_picture_normal.jpg\"},\"truncated\":false,\"id\":173178415116070912,\"created_at\":\"Fri Feb 24 22:52:06 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 766000, +"tags": [ +{ +"id-ref": "ef2b9ccc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0537d523-3791-4279-b440-f95ec01b39bc-173178415116070912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel ma télé me brûlé la fesse droite #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1421767677/n775859914_630617_3556_normal.jpg" +}, +"title": "Thibaut: @FlorencePorcel ma télé me brûlé la fesse droite #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 767000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"FlorencePorcel\",\"favorited\":false,\"text\":\"@FlorencePorcel ma t\\u00e9l\\u00e9 me br\\u00fbl\\u00e9 la fesse droite #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"in_reply_to_user_id\":49031173,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173177990426005506,\"in_reply_to_status_id_str\":\"173177990426005506\",\"id_str\":\"173178419910148096\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"e6ebe4\",\"screen_name\":\"thibautchampey\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":435,\"location\":\"Paris \",\"profile_text_color\":\"c8c8cc\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"description\":\"Communication enabled geek.\",\"statuses_count\":154,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0c0d0d\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3b3d3d\",\"protected\":false,\"id_str\":\"282143992\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Thibaut\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"created_at\":\"Thu Apr 14 16:45:25 +0000 2011\",\"profile_sidebar_fill_color\":\"68696e\",\"id\":282143992,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"https:\\/\\/sites.google.com\\/site\\/thibautchampey\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\"},\"truncated\":false,\"id\":173178419910148096,\"created_at\":\"Fri Feb 24 22:52:07 +0000 2012\",\"in_reply_to_user_id_str\":\"49031173\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 767000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "83c67a24-b0d1-49c3-b58f-6e0069a9f2d5-173178419910148096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @okhin Je veux pas balancer, mais @kheops2713 préfère lire IRC qu'écouter #jdcjdr #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1731549557/old_normal.jpg" +}, +"title": "NkL4 © || Ludovic A.: RT @okhin Je veux pas balancer, mais @kheops2713 préfère lire IRC qu'écouter #jdcjdr #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 768000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @okhin Je veux pas balancer, mais @kheops2713 pr\\u00e9f\\u00e8re lire IRC qu'\\u00e9couter #jdcjdr #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"okhin\",\"indices\":[3,9],\"id_str\":\"49560409\",\"name\":\"Okhin\",\"id\":49560409},{\"screen_name\":\"kheops2713\",\"indices\":[37,48],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[],\"hashtags\":[{\"text\":\"jdcjdr\",\"indices\":[77,84]},{\"text\":\"lgw\",\"indices\":[85,89]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178422594502657\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":580,\"screen_name\":\"NkL4\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":26213,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Saint Brieuc \\/ Bretagne\",\"show_all_inline_media\":true,\"listed_count\":116,\"profile_link_color\":\"0084B4\",\"followers_count\":999,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1731549557\\/old_normal.jpg\",\"description\":\"Hyper Local, Hyper Global, Web junkie, Androidoman.\\r\\nLa Bretagne, la France, le Monde, le Web !\\r\\nAmoureux du genre humain ! Pep hini zo libr ! #Social \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"80576391\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1731549557\\/old_normal.jpg\",\"name\":\"NkL4 \\u00a9 || Ludovic A.\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 07 13:28:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":80576391,\"utc_offset\":3600,\"favourites_count\":203,\"url\":\"http:\\/\\/www.nkl4.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178422594502657,\"created_at\":\"Fri Feb 24 22:52:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 768000, +"tags": [ +{ +"id-ref": "ef29e472-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "af687af2-8064-4af5-9830-66d8c8e011d8-173178422594502657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "rollin #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: rollin #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 769000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"rollin #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]},{\"text\":\"ilpart\",\"indices\":[12,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178430228140033\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178430228140033,\"created_at\":\"Fri Feb 24 22:52:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 769000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "787a798f-fead-4a4d-8875-4a72b62ba574-173178430228140033" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Bullenroll trop bon les apôtres ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/535308655/wp_pairo_denied_2_normal.jpg" +}, +"title": "christophe garnier: @Bullenroll trop bon les apôtres ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 770000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Bullenroll trop bon les ap\\u00f4tres ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Bullenroll\",\"indices\":[0,11],\"id_str\":\"74413492\",\"name\":\"Am\\u00e9lie \",\"id\":74413492}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.osfoora.com\\\" rel=\\\"nofollow\\\"\\u003EOsfoora HD\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173178103584129024\",\"id_str\":\"173178431373185026\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173178103584129024,\"in_reply_to_user_id_str\":\"74413492\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":711,\"screen_name\":\"catfishs\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":37475,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/427349951\\/IMG_0132.JPG\",\"location\":\"Yffiniac - France\",\"show_all_inline_media\":false,\"listed_count\":164,\"profile_link_color\":\"0084B4\",\"followers_count\":983,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/535308655\\/wp_pairo_denied_2_normal.jpg\",\"description\":\"Photographe ind\\u00e9pendant et breton d'adoption. J'aime \\u00e9couter de la bonne musique quand je n'ai pas le temps d'en jouer.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"29444976\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/427349951\\/IMG_0132.JPG\",\"profile_sidebar_fill_color\":\"acd9e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/535308655\\/wp_pairo_denied_2_normal.jpg\",\"name\":\"christophe garnier\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 07 13:17:59 +0000 2009\",\"profile_sidebar_border_color\":\"158cbf\",\"id\":29444976,\"utc_offset\":3600,\"favourites_count\":28,\"url\":\"http:\\/\\/www.capturesdigitales.fr\"},\"in_reply_to_screen_name\":\"Bullenroll\",\"truncated\":false,\"id\":173178431373185026,\"created_at\":\"Fri Feb 24 22:52:10 +0000 2012\",\"in_reply_to_user_id\":74413492}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 770000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "836dddb7-d84f-4312-ad10-a1f09cc26014-173178431373185026" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW la seule émission où on voit ses tweets en direct à la télé sur le mur d'images de l'émission", +"img": { +"src": "http://a0.twimg.com/profile_images/1792102319/0014_-_Copie_-_Copie_normal.JPG" +}, +"title": "Nicolas Gaillard: #LGW la seule émission où on voit ses tweets en direct à la télé sur le mur d'images de l'émission", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 773000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW la seule \\u00e9mission o\\u00f9 on voit ses tweets en direct \\u00e0 la t\\u00e9l\\u00e9 sur le mur d'images de l'\\u00e9mission\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178444761411584\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"NG__nico\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1114,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"location\":\"Poitiers\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"description\":\"Etudiant L2 Histoire ---Actu---Politique---T\\u00e9l\\u00e9---M\\u00e9dias--- Musique...tout ce qu'aiment les journalistes--- Feel free to follow me ;-) \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"370637904\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"name\":\" Nicolas Gaillard\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 09 11:18:42 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":370637904,\"utc_offset\":-10800,\"favourites_count\":23,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178444761411584,\"created_at\":\"Fri Feb 24 22:52:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 773000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "833ef8aa-f69a-46d4-aa33-f092147ac033-173178444761411584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Grégoire, donne-moi le secret de la téléportation depuis le Theatre du Chatelet. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: Grégoire, donne-moi le secret de la téléportation depuis le Theatre du Chatelet. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 774000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Gr\\u00e9goire, donne-moi le secret de la t\\u00e9l\\u00e9portation depuis le Theatre du Chatelet. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[81,85]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178447395426304\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":764,\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4351,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France - Moselle\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"D02B55\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"name\":\"R\\u00e9my D.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":48825435,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178447395426304,\"created_at\":\"Fri Feb 24 22:52:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 774000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae13d167-1f72-403d-adc6-d1dad4acb33f-173178447395426304" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Eh!!! On m'a vu sur l'écran du #LGW!!! :D Merci @LeGrandWebze! ;)", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Eh!!! On m'a vu sur l'écran du #LGW!!! :D Merci @LeGrandWebze! ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 778000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Eh!!! On m'a vu sur l'\\u00e9cran du #LGW!!! :D Merci @LeGrandWebze! ;)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[48,61],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178467427434496\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4894,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173178467427434496,\"created_at\":\"Fri Feb 24 22:52:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 778000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "74df4c51-2035-46d8-9d0c-97073973f798-173178467427434496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Théoriquement l'audience du #LGW remonte en flèche là ....", +"img": { +"src": "http://a0.twimg.com/profile_images/1047818197/vidkili_normal.jpg" +}, +"title": "Béatrice Austin: Théoriquement l'audience du #LGW remonte en flèche là ....", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 779000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Th\\u00e9oriquement l'audience du #LGW remonte en fl\\u00e8che l\\u00e0 ....\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178468404695040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":570,\"screen_name\":\"Vidkili\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10624,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/59779831\\/108.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":53,\"profile_link_color\":\"0084B4\",\"followers_count\":605,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1047818197\\/vidkili_normal.jpg\",\"description\":\"Travailleuse du savoir. Chef de projets \\u00e9ditoriaux pour le Studio de Cr\\u00e9ation d'un groupe audiovisuel... le jour. Mixeuse de flux et veilleuse... la nuit\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"96848926\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/59779831\\/108.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1047818197\\/vidkili_normal.jpg\",\"name\":\"B\\u00e9atrice Austin\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 14 21:52:52 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":96848926,\"utc_offset\":3600,\"favourites_count\":68,\"url\":\"http:\\/\\/myfav.es\\/beatrice.austin\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178468404695040,\"created_at\":\"Fri Feb 24 22:52:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 779000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "64c93da3-8b6c-46e8-a2a7-f0f37979f344-173178468404695040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "prof rollin #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: prof rollin #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 780000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"prof rollin #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]},{\"text\":\"ilpart\",\"indices\":[17,24]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178475866357760\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":78,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"statuses_count\":1209,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Patrick Ollier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":299723960,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\"},\"truncated\":false,\"id\":173178475866357760,\"created_at\":\"Fri Feb 24 22:52:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 780000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "74a803d9-d54e-4a65-a8b3-5208567674cd-173178475866357760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je verrai bien François Rollin avec un fez. #reflexionsinutiles #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: Je verrai bien François Rollin avec un fez. #reflexionsinutiles #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 782000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je verrai bien Fran\\u00e7ois Rollin avec un fez. #reflexionsinutiles #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"reflexionsinutiles\",\"indices\":[44,63]},{\"text\":\"lgw\",\"indices\":[64,68]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178481729994752\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":75,\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":990,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"name\":\"Shik-a-Marrant\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_border_color\":\"c0c3c4\",\"id\":57607506,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178481729994752,\"created_at\":\"Fri Feb 24 22:52:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 782000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef2ca054-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "48ee8585-0eb9-4622-97ca-0081003a2579-173178481729994752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #lgw La question ne se pose pas :p", +"img": { +"src": "http://a0.twimg.com/profile_images/1840667340/ns_normal.png" +}, +"title": "Pierre : #ilReste #lgw La question ne se pose pas :p", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 784000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste #lgw La question ne se pose pas :p\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178491003604992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":391,\"screen_name\":\"BeautifulLoser_\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":10065,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/66918069\\/Coruscant1.jpg\",\"location\":\"Castres \",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"2FC2EF\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1840667340\\/ns_normal.png\",\"description\":\"Ex \\u00e9tudiant en Services et R\\u00e9seaux de Communication. Geek \\u00e0 4 roues, tout terrain ! Dans la matrice depuis 1987 #tech #web #politique #rugby #procrastination\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"95436599\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/66918069\\/Coruscant1.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840667340\\/ns_normal.png\",\"name\":\"Pierre \",\"default_profile_image\":false,\"created_at\":\"Tue Dec 08 15:02:27 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":95436599,\"utc_offset\":3600,\"favourites_count\":68,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178491003604992,\"created_at\":\"Fri Feb 24 22:52:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 784000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d0bb30d5-fb67-4a0d-a3c4-235d65a22482-173178491003604992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tous sur #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1794583178/Virginie_Spies_photo_studio_normal.jpg" +}, +"title": "Virginie Spies: Tous sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 785000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tous sur #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178496506535936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1838,\"screen_name\":\"semioblog\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":19738,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/12678863\\/mireTV.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":250,\"profile_link_color\":\"FF0000\",\"followers_count\":4601,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1794583178\\/Virginie_Spies_photo_studio_normal.jpg\",\"description\":\"Researcher. Ma\\u00eetre de Conf\\u00e9rences - S\\u00e9miologue - Sp\\u00e9cialiste des m\\u00e9dias audiovisuels. Analyste des m\\u00e9dias, de la t\\u00e9l\\u00e9vision, r\\u00e9seaux sociaux et presse people.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"10078802\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/12678863\\/mireTV.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1794583178\\/Virginie_Spies_photo_studio_normal.jpg\",\"name\":\"Virginie Spies\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 08 21:08:31 +0000 2007\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":10078802,\"utc_offset\":3600,\"favourites_count\":39,\"url\":\"http:\\/\\/www.semiologie-television.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178496506535936,\"created_at\":\"Fri Feb 24 22:52:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 785000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b92746f6-9169-40c6-a867-f3b9d2160dc0-173178496506535936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @FlorencePorcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1592192908/DKen_MG_5127_Small_normal.jpeg" +}, +"title": "Antoine Dubuquoy: RT @FlorencePorcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 786000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @FlorencePorcel: MON CUBE ME BR\\u00dbLE LA FESSE GAUCHE #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[3,18],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"MON CUBE ME BR\\u00dbLE LA FESSE GAUCHE #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177990426005506\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":312,\"screen_name\":\"FlorencePorcel\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":58312,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":380,\"profile_link_color\":\"93A644\",\"followers_count\":5555,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\",\"description\":\"J'aime tellement la vie que je veux en vivre plusieurs \\u00e0 la fois. Derri\\u00e8re et dedans @LeGrandWebze (France 5). Groumf, sciences, et friponneries. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"49031173\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\",\"name\":\"Florence Porcel\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 20 15:25:07 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":49031173,\"utc_offset\":3600,\"favourites_count\":194,\"url\":\"http:\\/\\/www.florenceporcel.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177990426005506,\"created_at\":\"Fri Feb 24 22:50:25 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178497743863808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1104,\"screen_name\":\"dubuc64\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":12384,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"location\":\"Paris (France)\",\"show_all_inline_media\":false,\"listed_count\":117,\"profile_link_color\":\"ff0000\",\"followers_count\":1732,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"description\":\"Digital Media Strategist - Social Media, Community Management - Rock & pop culture guru - Auteur avec @nicoprat des Miscellan\\u00e9es d'Internet parution le 12\\/01\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"10731962\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"profile_sidebar_fill_color\":\"eeeeee\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"name\":\"Antoine Dubuquoy\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 30 07:20:52 +0000 2007\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":10731962,\"utc_offset\":3600,\"favourites_count\":339,\"url\":\"http:\\/\\/www.dubucsblog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178497743863808,\"created_at\":\"Fri Feb 24 22:52:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 786000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1e903af1-ffd8-469f-a582-63bbad251804-173178497743863808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Si vous souhaitez retrouver tout de suite les vidéos diffusées, rendez-vous sur le Webzelive http://t.co/jycA9F5R #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1817590343/tetocarre_normal.jpg" +}, +"title": "Le Leu Béatrice: RT @LeGrandWebze: Si vous souhaitez retrouver tout de suite les vidéos diffusées, rendez-vous sur le Webzelive http://t.co/jycA9F5R #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 787000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Si vous souhaitez retrouver tout de suite les vid\\u00e9os diffus\\u00e9es, rendez-vous sur le Webzelive http:\\/\\/t.co\\/jycA9F5R #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[{\"indices\":[111,131],\"expanded_url\":\"http:\\/\\/www.legrandwebze.com\",\"display_url\":\"legrandwebze.com\",\"url\":\"http:\\/\\/t.co\\/jycA9F5R\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[132,136]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Si vous souhaitez retrouver tout de suite les vid\\u00e9os diffus\\u00e9es, rendez-vous sur le Webzelive http:\\/\\/t.co\\/jycA9F5R #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[93,113],\"expanded_url\":\"http:\\/\\/www.legrandwebze.com\",\"display_url\":\"legrandwebze.com\",\"url\":\"http:\\/\\/t.co\\/jycA9F5R\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177911896047616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1479,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3117,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177911896047616,\"created_at\":\"Fri Feb 24 22:50:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178504911925248\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":139,\"screen_name\":\"beatriceleleu\",\"lang\":\"fr\",\"profile_text_color\":\"1a042b\",\"statuses_count\":835,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/81307764\\/peninsule.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"1b5e46\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817590343\\/tetocarre_normal.jpg\",\"description\":\"Charg\\u00e9e de l'information et de la documentation. D\\u00e9vore les livres avec app\\u00e9tit, adore la musique et les s\\u00e9ries TV et trouve que le Web 2.0 est magique !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"International Date Line West\",\"profile_background_color\":\"664380\",\"id_str\":\"31928333\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/81307764\\/peninsule.jpg\",\"profile_sidebar_fill_color\":\"e4c9f0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817590343\\/tetocarre_normal.jpg\",\"name\":\"Le Leu B\\u00e9atrice\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 16 16:03:56 +0000 2009\",\"profile_sidebar_border_color\":\"576329\",\"id\":31928333,\"utc_offset\":-39600,\"favourites_count\":197,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178504911925248,\"created_at\":\"Fri Feb 24 22:52:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 787000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7b3a50c8-f7f3-404a-848d-f186c0cbd0c4-173178504911925248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bubble-TV c'est pour \"rendre hommage\" à la chemise de @Vinvin ? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1614116181/banana10_normal.jpg" +}, +"title": "Sixblu Badass Banana: Bubble-TV c'est pour \"rendre hommage\" à la chemise de @Vinvin ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 789000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bubble-TV c'est pour \\\"rendre hommage\\\" \\u00e0 la chemise de @Vinvin ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[54,61],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[64,68]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178512935632896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":261,\"screen_name\":\"sixblu\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5805,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":103,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1614116181\\/banana10_normal.jpg\",\"description\":\"#sysadmin ; #LL ; #miam ; #cat ; #NSFE (Not Safe For your Ears) ; $(for nb in 0 1 ; do dd if=\\/dev\\/random of=\\/dev\\/brain$\\u007Bnb\\u007D ; done)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"114751663\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1614116181\\/banana10_normal.jpg\",\"name\":\"Sixblu Badass Banana\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 16 13:59:53 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":114751663,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178512935632896,\"created_at\":\"Fri Feb 24 22:52:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 789000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "af7e3aa6-7d9a-4afb-b357-97a6b25227af-173178512935632896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le wifi est mort sur le plateau #lgw :] #fail :D", +"img": { +"src": "http://a0.twimg.com/profile_images/1652896495/31462_418563071095_586936095_5290073_3010281_a_normal.jpg" +}, +"title": "KheOps: Le wifi est mort sur le plateau #lgw :] #fail :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 789000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le wifi est mort sur le plateau #lgw :] #fail :D\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]},{\"text\":\"fail\",\"indices\":[40,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178510322577408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"kheops2713\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":971,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"followers_count\":451,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"description\":\"Je clair, ne pas ?\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"321006177\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"name\":\"KheOps\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 20 21:41:59 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":321006177,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/www.dailymotion.com\\/video\\/x32zy6_la-strategie-de-lechec-lentretien_fun\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178510322577408,\"created_at\":\"Fri Feb 24 22:52:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 789000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1804b4dc-0ee9-4a30-95e2-7d9d76d0cdbe-173178510322577408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "j'aime bien l'habillage avec l'affichage du pseudo en bas à gauche mais pourquoi on affiche pas la PP aussi #lgw #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: j'aime bien l'habillage avec l'affichage du pseudo en bas à gauche mais pourquoi on affiche pas la PP aussi #lgw #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 790000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"j'aime bien l'habillage avec l'affichage du pseudo en bas \\u00e0 gauche mais pourquoi on affiche pas la PP aussi #lgw #cQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[108,112]},{\"text\":\"cQui\",\"indices\":[113,118]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178516081360898\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13675,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"location\":\"Ile de France, Nancy, Toulois\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"name\":\"Godai Yusaku\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":76995130,\"utc_offset\":3600,\"favourites_count\":68,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178516081360898,\"created_at\":\"Fri Feb 24 22:52:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 790000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "896783d7-d3b7-4e5c-92f3-c4998266b903-173178516081360898" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cesar2012 maintenant vous passez sur France 5 tout le monde, allez hop ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1813610224/tcv_normal.jpg" +}, +"title": "Nicolas Padovani: #cesar2012 maintenant vous passez sur France 5 tout le monde, allez hop ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 791000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cesar2012 maintenant vous passez sur France 5 tout le monde, allez hop ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[0,10]},{\"text\":\"lgw\",\"indices\":[74,78]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178522272137218\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"_NPado_\",\"lang\":\"fr\",\"favourites_count\":37,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":283,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"description\":\"Semi-geek et sosie non-officiel de Hugh Grant.\",\"statuses_count\":2115,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"81274066\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Nicolas Padovani\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Sat Oct 10 03:47:17 +0000 2009\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":81274066,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\"},\"truncated\":false,\"id\":173178522272137218,\"created_at\":\"Fri Feb 24 22:52:31 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 791000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "07a6f819-0771-49b7-85ce-36412588fcdf-173178522272137218" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "N'oubliez pas @LeGrandWebze sur @France5tv en ce moment ! #lgw ;^)", +"img": { +"src": "http://a0.twimg.com/profile_images/1664317301/1_normal.jpg" +}, +"title": "Le Tavernier: N'oubliez pas @LeGrandWebze sur @France5tv en ce moment ! #lgw ;^)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 792000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"N'oubliez pas @LeGrandWebze sur @France5tv en ce moment ! #lgw ;^)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[14,27],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"France5tv\",\"indices\":[32,42],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178525447233537\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":108,\"screen_name\":\"le_tavernier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2146,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/100416419\\/background-twitter.jpg\",\"location\":\"Kaamelott\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"da9500\",\"followers_count\":624,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1664317301\\/1_normal.jpg\",\"description\":\"Le fan site d\\u00e9di\\u00e9 \\u00e0 la s\\u00e9rie Kaamelott & \\u00e0 ses acteurs.\\r\\n#Kaamelott #AlexandreAstier #HeroCorp #Perceval #Karadoc #Kadoc\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"140058264\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/100416419\\/background-twitter.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1664317301\\/1_normal.jpg\",\"name\":\"Le Tavernier\",\"default_profile_image\":false,\"created_at\":\"Tue May 04 13:00:37 +0000 2010\",\"profile_sidebar_border_color\":\"cccccc\",\"id\":140058264,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/www.auberge-des-deux-renards.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178525447233537,\"created_at\":\"Fri Feb 24 22:52:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 792000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c1b700e5-1db1-4399-94e2-8f8c6aefa37f-173178525447233537" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: ON COMPTE SUR VOUS !!! RT @K3nnyfr ON FAIT PETER LE COMPTEUR ? #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1850778480/profile_normal.jpg" +}, +"title": "Ka1n59: RT @LeGrandWebze: ON COMPTE SUR VOUS !!! RT @K3nnyfr ON FAIT PETER LE COMPTEUR ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 793000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: ON COMPTE SUR VOUS !!! RT @K3nnyfr ON FAIT PETER LE COMPTEUR ? #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"K3nnyfr\",\"indices\":[44,52],\"id_str\":\"12687332\",\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"id\":12687332}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[81,85]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"ON COMPTE SUR VOUS !!! RT @K3nnyfr ON FAIT PETER LE COMPTEUR ? #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"K3nnyfr\",\"indices\":[26,34],\"id_str\":\"12687332\",\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"id\":12687332}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[63,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173172661814439939\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1479,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3118,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173172661814439939,\"created_at\":\"Fri Feb 24 22:29:14 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178529410842624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":153,\"screen_name\":\"ka1n59\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":865,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":58,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850778480\\/profile_normal.jpg\",\"description\":\"Un geek de chnord ;)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"120052875\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850778480\\/profile_normal.jpg\",\"name\":\"Ka1n59\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 05 09:59:33 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":120052875,\"utc_offset\":3600,\"favourites_count\":68,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178529410842624,\"created_at\":\"Fri Feb 24 22:52:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 793000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6a0c2035-b18d-4f6f-ac9a-1c42791c8fd0-173178529410842624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "peti prof rollin #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: peti prof rollin #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 794000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"peti prof rollin #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]},{\"text\":\"ilpart\",\"indices\":[22,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178534288826368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1210,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178534288826368,\"created_at\":\"Fri Feb 24 22:52:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 794000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "40db5243-8207-4c56-9769-85f690a3a82d-173178534288826368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon alors @francoisrollin #ilReste mais alors #ilenfilelecostumedeMerlin du @palmashow #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819882790/tetocarre_normal.jpg" +}, +"title": "Cédric BILLAUDELLE: Bon alors @francoisrollin #ilReste mais alors #ilenfilelecostumedeMerlin du @palmashow #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 795000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon alors @francoisrollin #ilReste mais alors #ilenfilelecostumedeMerlin du @palmashow #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[10,25],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076},{\"screen_name\":\"palmashow\",\"indices\":[76,86],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[26,34]},{\"text\":\"ilenfilelecostumedeMerlin\",\"indices\":[46,72]},{\"text\":\"lgw\",\"indices\":[87,91]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178535882661888\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"Cbill0\",\"lang\":\"fr\",\"profile_text_color\":\"F2ECF9\",\"statuses_count\":1108,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"location\":\"Lille, FR\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"1a1aba\",\"followers_count\":30,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 l'IAE de Lille, mais pur produit des Ardennes. Aime beaucoup apprendre, mais n'aime pas qu'on lui fasse la le\\u00e7on.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E44B22\",\"id_str\":\"84313428\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"profile_sidebar_fill_color\":\"2C446A\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"name\":\"C\\u00e9dric BILLAUDELLE\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 12:34:22 +0000 2009\",\"profile_sidebar_border_color\":\"0C0F22\",\"id\":84313428,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178535882661888,\"created_at\":\"Fri Feb 24 22:52:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 795000, +"tags": [ +{ +"id-ref": "ef2ddadc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "beeda57c-bc3c-4901-abf2-33f5ca71d78c-173178535882661888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce gros cube au milieu, ça met une petite ambiance quizz, mais il y a jamais personne qui tape sur le champignon. #Lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1650056809/pandadanssonbain_normal.JPG" +}, +"title": "justice pandine: Ce gros cube au milieu, ça met une petite ambiance quizz, mais il y a jamais personne qui tape sur le champignon. #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 795000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ce gros cube au milieu, \\u00e7a met une petite ambiance quizz, mais il y a jamais personne qui tape sur le champignon. #Lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[114,118]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178539577843713\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1340,\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"profile_text_color\":\"1a0e1a\",\"statuses_count\":28272,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"location\":\"Bambouseraie\",\"show_all_inline_media\":false,\"listed_count\":192,\"profile_link_color\":\"9058d1\",\"followers_count\":2571,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"profile_sidebar_fill_color\":\"f5fafa\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"name\":\"justice pandine\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_border_color\":\"adffef\",\"id\":177984098,\"utc_offset\":3600,\"favourites_count\":1862,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178539577843713,\"created_at\":\"Fri Feb 24 22:52:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 795000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b1de82a9-0da4-4572-b92a-dc0bbf29eafe-173178539577843713" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw Trop de bleu sur ce nouvo plato ! C'est pas trop claustro sur place ?", +"img": { +"src": "http://a3.twimg.com/profile_images/1541409765/myself_normal.jpg" +}, +"title": "Vivien CHAZEL: #ilreste #lgw Trop de bleu sur ce nouvo plato ! C'est pas trop claustro sur place ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 799000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilreste #lgw Trop de bleu sur ce nouvo plato ! C'est pas trop claustro sur place ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178552706023424\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"mirayoki\",\"lang\":\"en\",\"favourites_count\":65,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":494,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":163,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1541409765\\/myself_normal.jpg\",\"description\":\"Digital Facilitator 3.0 \\u2716 Badges ENJMIN+Hypermedia PARIS8 \\u2716 #Agile #Gamification #Transmedia #ARG #SocialGame #SeriousGame #CasualGame #SmartTV #SoLoMo #ToDaClo\",\"statuses_count\":1100,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/269965835\\/background-top_copy.jpg\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0285d7\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"315115218\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Vivien CHAZEL\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/269965835\\/background-top_copy.jpg\",\"created_at\":\"Sat Jun 11 09:56:54 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":315115218,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/be.net\\/vchazel\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1541409765\\/myself_normal.jpg\"},\"truncated\":false,\"id\":173178552706023424,\"created_at\":\"Fri Feb 24 22:52:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 799000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df849579-1f3a-4693-9e32-97c2353b8fc9-173178552706023424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il font pas tant que ça les malins le @palmashow ;) #lgw http://t.co/8brvGBAE", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Il font pas tant que ça les malins le @palmashow ;) #lgw http://t.co/8brvGBAE", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 799000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Il font pas tant que \\u00e7a les malins le @palmashow ;) #lgw http:\\/\\/t.co\\/8brvGBAE\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[38,48],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}],\"media\":[{\"type\":\"photo\",\"indices\":[57,77],\"sizes\":{\"large\":{\"h\":765,\"resize\":\"fit\",\"w\":1024},\"medium\":{\"h\":448,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":254,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdA-VNCMAAVlKG.jpg\",\"id_str\":\"173178550264934400\",\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173178550260740097\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdA-VNCMAAVlKG.jpg\",\"id\":173178550264934400,\"display_url\":\"pic.twitter.com\\/8brvGBAE\",\"url\":\"http:\\/\\/t.co\\/8brvGBAE\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178550260740097\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6696,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178550260740097,\"created_at\":\"Fri Feb 24 22:52:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 799000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b8cd7f20-7ddd-44dd-92b3-c5b3c519ef82-173178550260740097" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 800000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[3,14],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]},{\"text\":\"fail\",\"indices\":[56,61]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Le wifi est mort sur le plateau #lgw :] #fail :D\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]},{\"text\":\"fail\",\"indices\":[40,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178510322577408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"kheops2713\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":971,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"followers_count\":451,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"description\":\"Je clair, ne pas ?\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"321006177\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"name\":\"KheOps\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 20 21:41:59 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":321006177,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/www.dailymotion.com\\/video\\/x32zy6_la-strategie-de-lechec-lentretien_fun\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178510322577408,\"created_at\":\"Fri Feb 24 22:52:29 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178556849995776\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4893,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178556849995776,\"created_at\":\"Fri Feb 24 22:52:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 800000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "934875de-7cce-4a2c-868c-5bc589877f74-173178556849995776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "+1 “@Didier_Celisse: Bon bah maintenant on zappe sur #lgw sur France 5 #césar2012”", +"img": { +"src": "http://a0.twimg.com/profile_images/1802162566/image_normal.jpg" +}, +"title": "Julien Cotte: +1 “@Didier_Celisse: Bon bah maintenant on zappe sur #lgw sur France 5 #césar2012”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 801000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"+1 \\u201c@Didier_Celisse: Bon bah maintenant on zappe sur #lgw sur France 5 #c\\u00e9sar2012\\u201d\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Didier_Celisse\",\"indices\":[4,19],\"name\":\"Didier_Celisse\",\"id_str\":\"18979725\",\"id\":18979725}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]},{\"text\":\"c\\u00e9sar2012\",\"indices\":[71,81]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178563749617664\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"JulienCotteALU\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":872,\"location\":\"V\\u00e9lizy-Villacoublay\",\"profile_text_color\":\"333333\",\"followers_count\":1405,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"description\":\"DRH du site de V\\u00e9lizy (France) - HR Community Manager - Marketing HR2.0 - @AlcatelLucent\",\"statuses_count\":3872,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"show_all_inline_media\":false,\"listed_count\":138,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"107697826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Julien Cotte\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"created_at\":\"Sat Jan 23 12:17:36 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":107697826,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/juliencotte.typepad.com\\/le-blog-de-julien-cotte-\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\"},\"truncated\":false,\"id\":173178563749617664,\"created_at\":\"Fri Feb 24 22:52:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 801000, +"tags": [ +{ +"id-ref": "ef2b9ccc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "540c80fe-f49d-4601-9bfd-e6a6a0f05e66-173178563749617664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh des ordi \\o/ #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Oh des ordi \\o/ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 801000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Oh des ordi \\\\o\\/ #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178560654225408\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3246,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173178560654225408,\"created_at\":\"Fri Feb 24 22:52:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 801000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5fe35bf9-5dcc-41f0-aff1-dc4df9678784-173178560654225408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Jonamaths: Qu'#ilReste ou qu'#ilPart, il n'a qu'a #change2ton Mais au fait, #cQui ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1189114298/DNbis_normal.jpg" +}, +"title": "Nelly Lefebvre: RT @Jonamaths: Qu'#ilReste ou qu'#ilPart, il n'a qu'a #change2ton Mais au fait, #cQui ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 804000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Jonamaths: Qu'#ilReste ou qu'#ilPart, il n'a qu'a #change2ton Mais au fait, #cQui ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Jonamaths\",\"indices\":[3,13],\"name\":\"JonathanMM\",\"id_str\":\"228777896\",\"id\":228777896}],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[18,26]},{\"text\":\"ilPart\",\"indices\":[33,40]},{\"text\":\"change2ton\",\"indices\":[54,65]},{\"text\":\"cQui\",\"indices\":[80,85]},{\"text\":\"lgw\",\"indices\":[88,92]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Qu'#ilReste ou qu'#ilPart, il n'a qu'a #change2ton Mais au fait, #cQui ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[3,11]},{\"text\":\"ilPart\",\"indices\":[18,25]},{\"text\":\"change2ton\",\"indices\":[39,50]},{\"text\":\"cQui\",\"indices\":[65,70]},{\"text\":\"lgw\",\"indices\":[73,77]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178080188301313\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3246,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173178080188301313,\"created_at\":\"Fri Feb 24 22:50:46 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178573467828224\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"nelli_75\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":25,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1189114298\\/DNbis_normal.jpg\",\"description\":\"\",\"statuses_count\":85,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"225967382\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Nelly Lefebvre\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"created_at\":\"Sun Dec 12 23:33:11 +0000 2010\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":225967382,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1189114298\\/DNbis_normal.jpg\"},\"truncated\":false,\"id\":173178573467828224,\"created_at\":\"Fri Feb 24 22:52:44 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 804000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0f55f2ac-a227-4a05-9455-57baca0c5532-173178573467828224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @legrandwebze: Si vous souhaitez retrouver tout de suite les vidéos diffusées, rendez-vous sur le Webzelive http://t.co/mjhDo5XX #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1705755913/twitter-popup-bulle-info-icone-5035-256_normal.png" +}, +"title": "Cédric Le Grevès: RT @legrandwebze: Si vous souhaitez retrouver tout de suite les vidéos diffusées, rendez-vous sur le Webzelive http://t.co/mjhDo5XX #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 804000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @legrandwebze: Si vous souhaitez retrouver tout de suite les vid\\u00e9os diffus\\u00e9es, rendez-vous sur le Webzelive http:\\/\\/t.co\\/mjhDo5XX #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[{\"indices\":[111,131],\"expanded_url\":\"http:\\/\\/www.legrandwebze.com\",\"display_url\":\"legrandwebze.com\",\"url\":\"http:\\/\\/t.co\\/mjhDo5XX\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[132,136]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178574503817217\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1811,\"screen_name\":\"clegreves\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":434,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":356,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"description\":\"@TVcheck addict\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"316519559\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"name\":\"C\\u00e9dric Le Grev\\u00e8s\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 13 15:35:43 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":316519559,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178574503817217,\"created_at\":\"Fri Feb 24 22:52:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 804000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "68e7f9c6-fb0d-4f05-9996-2507a9feff46-173178574503817217" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Iryngael France mec ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836489540/humanrage1_normal.jpg" +}, +"title": "Androids: @Iryngael France mec ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 804000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Iryngael\",\"favorited\":false,\"text\":\"@Iryngael France mec ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Iryngael\",\"indices\":[0,9],\"name\":\"Richard\",\"id_str\":\"29106955\",\"id\":29106955}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":29106955,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173178279891714048,\"in_reply_to_status_id_str\":\"173178279891714048\",\"id_str\":\"173178576827453440\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Androids974\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":188,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":68,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"description\":\"Spectateur.\",\"statuses_count\":1479,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"58974537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Androids\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"created_at\":\"Wed Jul 22 00:25:26 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":58974537,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\"},\"truncated\":false,\"id\":173178576827453440,\"created_at\":\"Fri Feb 24 22:52:44 +0000 2012\",\"in_reply_to_user_id_str\":\"29106955\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 804000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "33da7ce3-9937-4f3d-b048-ca06246ad3b2-173178576827453440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: #ilpart #lgw ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 806000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart #lgw ...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178582649143297\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"profile_text_color\":\"ba9012\",\"statuses_count\":5317,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Albi, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29086699,\"utc_offset\":3600,\"favourites_count\":110,\"url\":\"http:\\/\\/isshin-san.over-blog.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178582649143297,\"created_at\":\"Fri Feb 24 22:52:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 806000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8ab7c60b-058c-47fe-9e36-0a17e994e658-173178582649143297" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "(heureusement qu'il y a un FreeWifi qui traîne :D) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1652896495/31462_418563071095_586936095_5290073_3010281_a_normal.jpg" +}, +"title": "KheOps: (heureusement qu'il y a un FreeWifi qui traîne :D) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 808000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"(heureusement qu'il y a un FreeWifi qui tra\\u00eene :D) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178591213920257\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"kheops2713\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":25,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":451,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"description\":\"Je clair, ne pas ?\",\"statuses_count\":972,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"321006177\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"KheOps\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Jun 20 21:41:59 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":321006177,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.dailymotion.com\\/video\\/x32zy6_la-strategie-de-lechec-lentretien_fun\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\"},\"truncated\":false,\"id\":173178591213920257,\"created_at\":\"Fri Feb 24 22:52:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 808000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7847c09c-949b-45bc-8990-941b95a0401b-173178591213920257" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw vive merlin, merlin il roxx", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw vive merlin, merlin il roxx", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 808000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw vive merlin, merlin il roxx\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178591499141120\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"statuses_count\":704,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Thibaut Devillers\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":92095420,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\"},\"truncated\":false,\"id\":173178591499141120,\"created_at\":\"Fri Feb 24 22:52:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 808000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "44bef33d-e31e-400c-8d17-226b5e6d6aa0-173178591499141120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http://t.co/MHK9Ke45", +"img": { +"src": "http://a0.twimg.com/profile_images/1429296604/6614_241247350025_781595025_7866966_6899882_n_normal.jpg" +}, +"title": "Claire Foussard: RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http://t.co/MHK9Ke45", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 809000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http:\\/\\/t.co\\/MHK9Ke45\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[3,10],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[{\"indices\":[66,86],\"expanded_url\":\"http:\\/\\/twitpic.com\\/8o0mgh\",\"display_url\":\"twitpic.com\\/8o0mgh\",\"url\":\"http:\\/\\/t.co\\/MHK9Ke45\"}],\"hashtags\":[{\"text\":\"dujardin\",\"indices\":[49,58]},{\"text\":\"lgw\",\"indices\":[59,63]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"OMG coup de tonnerre sur les Oscars! #dujardin #lgw http:\\/\\/t.co\\/MHK9Ke45\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[54,74],\"expanded_url\":\"http:\\/\\/twitpic.com\\/8o0mgh\",\"display_url\":\"twitpic.com\\/8o0mgh\",\"url\":\"http:\\/\\/t.co\\/MHK9Ke45\"}],\"hashtags\":[{\"text\":\"dujardin\",\"indices\":[37,46]},{\"text\":\"lgw\",\"indices\":[47,51]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":27,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173030351302696961\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":340,\"screen_name\":\"jcfrog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27205,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"location\":\"Damgan\",\"show_all_inline_media\":true,\"listed_count\":506,\"profile_link_color\":\"acc809\",\"followers_count\":6886,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"description\":\"Pro: Ing\\u00e9nieur informaticien, Perso: super h\\u00e9ro du web (en formation)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"16888281\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"name\":\"jcfrog\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 21 16:03:16 +0000 2008\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":16888281,\"utc_offset\":3600,\"favourites_count\":448,\"url\":\"http:\\/\\/www.jcfrog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173030351302696961,\"created_at\":\"Fri Feb 24 13:03:45 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":27,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178597467627520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":252,\"screen_name\":\"starryvibes\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3729,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":228,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1429296604\\/6614_241247350025_781595025_7866966_6899882_n_normal.jpg\",\"description\":\"H\\u00f4tesse d'accueil en \\u00e9v\\u00e9nementiel, standardiste antenne sur NRJ et qques figurations public TV... S'adapte tr\\u00e8s vite et se r\\u00e9jouit de toute opportunit\\u00e9 pro ;-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"330429430\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1429296604\\/6614_241247350025_781595025_7866966_6899882_n_normal.jpg\",\"name\":\"Claire Foussard\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 06 16:16:35 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":330429430,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178597467627520,\"created_at\":\"Fri Feb 24 22:52:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 809000, +"tags": [ +{ +"id-ref": "ef2f2b08-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3e03c28d-5f95-4fd5-8722-7dfcb7dfc6a2-173178597467627520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D” Vive l'ethernet! ;)", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: “@kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D” Vive l'ethernet! ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 811000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D\\u201d Vive l'ethernet! ;)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[1,12],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"fail\",\"indices\":[54,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178603369009153\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4894,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178603369009153,\"created_at\":\"Fri Feb 24 22:52:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 811000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3e8d5d80-ef8c-4a36-bc91-979f2fe4b863-173178603369009153" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "prof #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: prof #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 813000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"prof #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]},{\"text\":\"ilpart\",\"indices\":[10,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178613930274816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178613930274816,\"created_at\":\"Fri Feb 24 22:52:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 813000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fba339dc-6e9e-4a97-b539-eb1b2057e18e-173178613930274816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "dehors #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: dehors #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 823000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"dehors #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]},{\"text\":\"ilpart\",\"indices\":[12,19]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178653134426112\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":78,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"statuses_count\":1209,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Patrick Ollier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":299723960,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\"},\"truncated\":false,\"id\":173178653134426112,\"created_at\":\"Fri Feb 24 22:53:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 823000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bbc6a51a-de29-4e45-a58d-22e6a27bdb57-173178653134426112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "allez sur la 5 #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1727266317/oimtampon_normal.jpg" +}, +"title": "Lucas Parax: allez sur la 5 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 824000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"allez sur la 5 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178660063412226\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":731,\"screen_name\":\"lucasparax\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9269,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"990000\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"description\":\"Politique, musique, r\\u00e9flexions absurdes. J'aime bien votre veste, mais faudrait penser \\u00e0 ne pas la retourner. #\\u00e9lys\\u00e9e_2012 #rock\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"333415548\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"name\":\"Lucas Parax\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 11 14:14:27 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":333415548,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/lucasparax.over-blog.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178660063412226,\"created_at\":\"Fri Feb 24 22:53:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 824000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a16cecca-cd44-4485-ae75-1ebfdd4784b4-173178660063412226" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh des compliments très sympas pour @BaptisteLecapl1 dans #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1843165873/1B2ADAE8-80F8-4819-BB0F-9D995A978B82_normal" +}, +"title": "Kurosawa: Oh des compliments très sympas pour @BaptisteLecapl1 dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 825000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh des compliments tr\\u00e8s sympas pour @BaptisteLecapl1 dans #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BaptisteLecapl1\",\"indices\":[36,52],\"id_str\":\"260969061\",\"name\":\"Lecaplain Baptiste\",\"id\":260969061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178664391942144\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":418,\"screen_name\":\"kunirosawa\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":19842,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris XX'\",\"show_all_inline_media\":true,\"listed_count\":43,\"profile_link_color\":\"0084B4\",\"followers_count\":463,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1843165873\\/1B2ADAE8-80F8-4819-BB0F-9D995A978B82_normal\",\"description\":\"Beaucoup trop de caract\\u00e8res pour une bio exhaustive. \\nMes tweets personnels ne sont pas sign\\u00e9s. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"143242559\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843165873\\/1B2ADAE8-80F8-4819-BB0F-9D995A978B82_normal\",\"name\":\"Kurosawa\",\"default_profile_image\":false,\"created_at\":\"Thu May 13 00:03:39 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":143242559,\"utc_offset\":-10800,\"favourites_count\":383,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/kunirosawa\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178664391942144,\"created_at\":\"Fri Feb 24 22:53:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 825000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62d75504-cbad-491e-8137-c2c31f6a3c93-173178664391942144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste !! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1624113031/avatar-carte_normal.jpg" +}, +"title": "jojo: #ilreste !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 826000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste !! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178666099027968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"jojo_abricot\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1624113031\\/avatar-carte_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"405723132\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1624113031\\/avatar-carte_normal.jpg\",\"name\":\"jojo\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 05 18:11:09 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":405723132,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178666099027968,\"created_at\":\"Fri Feb 24 22:53:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 826000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bcc21743-5855-4d6e-acc0-93ea068bfe6b-173178666099027968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@aurel_p C'est quoi #LGW ? #bonsoirvous", +"img": { +"src": "http://a2.twimg.com/profile_images/1816127971/image_normal.jpg" +}, +"title": "Ju'Paris: @aurel_p C'est quoi #LGW ? #bonsoirvous", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 827000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@aurel_p C'est quoi #LGW ? #bonsoirvous\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"aurel_p\",\"indices\":[0,8],\"id_str\":\"14321671\",\"name\":\"Aur\\u00e9lien\",\"id\":14321671}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]},{\"text\":\"bonsoirvous\",\"indices\":[27,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173178406400303104\",\"id_str\":\"173178673069953024\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173178406400303104,\"in_reply_to_user_id_str\":\"14321671\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":799,\"screen_name\":\"ParisDix\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17278,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/428259057\\/twilk_background_4f3fbf77e21df.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":39,\"profile_link_color\":\"0084B4\",\"followers_count\":1110,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1816127971\\/image_normal.jpg\",\"description\":\"francais moyen, mais c est tout mon charme ! ;-)) Alors... Follow me ! \\r\\nEngag\\u00e9 pour la victoire de #FH2012 http:\\/\\/toushollande.fr\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFFFFF\",\"id_str\":\"230453845\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428259057\\/twilk_background_4f3fbf77e21df.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1816127971\\/image_normal.jpg\",\"name\":\"Ju'Paris\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 25 14:39:34 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":230453845,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/abitmorethan140.tumblr.com\\/\"},\"in_reply_to_screen_name\":\"aurel_p\",\"truncated\":false,\"id\":173178673069953024,\"created_at\":\"Fri Feb 24 22:53:07 +0000 2012\",\"in_reply_to_user_id\":14321671}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 827000, +"tags": [ +{ +"id-ref": "ef2fe21e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5138ad7b-5a82-492d-bbf3-9ae0c43a2535-173178673069953024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je vote pour l'éducation et le langage soutenu! #TeamVieilleFranceAssumée #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1640796894/valmad__normal.jpg" +}, +"title": "val: Je vote pour l'éducation et le langage soutenu! #TeamVieilleFranceAssumée #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 828000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je vote pour l'\\u00e9ducation et le langage soutenu! #TeamVieilleFranceAssum\\u00e9e #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"TeamVieilleFranceAssum\\u00e9e\",\"indices\":[49,74]},{\"text\":\"lgw\",\"indices\":[75,79]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178675351654400\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"valmad_\",\"lang\":\"fr\",\"favourites_count\":65,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":503,\"location\":\"Aquitaine\",\"profile_text_color\":\"333333\",\"followers_count\":1208,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1640796894\\/valmad__normal.jpg\",\"description\":\"Ma bio, par vous: *Ange ou D\\u00e9esse*, douce, dr\\u00f4le, courageuse, corrosive, fid\\u00e8le. Bref, awesome. Modeste? Non, y'avait pas! \\r\\n#soglamour \",\"statuses_count\":17056,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/37593519\\/dune_sunset.JPG\",\"show_all_inline_media\":true,\"listed_count\":66,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"51392884\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"val\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/37593519\\/dune_sunset.JPG\",\"created_at\":\"Sat Jun 27 09:10:54 +0000 2009\",\"profile_sidebar_fill_color\":\"c5e0ed\",\"id\":51392884,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/valmad.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640796894\\/valmad__normal.jpg\"},\"truncated\":false,\"id\":173178675351654400,\"created_at\":\"Fri Feb 24 22:53:08 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 828000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef3000e6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d644a69a-6d1e-4f5c-9c35-96de5c9476d7-173178675351654400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pensée émue pour une partie du Team @Tweets2Comptoir actuellement sur France 5. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1840420824/FRANCEFORTE-by-dzeis_normal.jpg" +}, +"title": "[ɖʐəɪʃ]: Pensée émue pour une partie du Team @Tweets2Comptoir actuellement sur France 5. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 830000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Pens\\u00e9e \\u00e9mue pour une partie du Team @Tweets2Comptoir actuellement sur France 5. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[36,52],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[80,84]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178684457492481\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"dzeis\",\"lang\":\"fr\",\"favourites_count\":52,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":555,\"location\":\"Paris\",\"profile_text_color\":\"cccccc\",\"followers_count\":1129,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1840420824\\/FRANCEFORTE-by-dzeis_normal.jpg\",\"description\":\"Tu aimes le foot et la politique? Tu peux entrer, je t'accepterai malgr\\u00e9 ta diff\\u00e9rence. Follow par @LANDEYves, mais je ne l'explique toujours pas.\",\"statuses_count\":16801,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/414372141\\/bg-twitterAD.jpg\",\"show_all_inline_media\":true,\"listed_count\":49,\"profile_link_color\":\"ff0084\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"47984073\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"[\\u0256\\u0290\\u0259\\u026a\\u0283]\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/414372141\\/bg-twitterAD.jpg\",\"created_at\":\"Wed Jun 17 14:50:50 +0000 2009\",\"profile_sidebar_fill_color\":\"292929\",\"id\":47984073,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/nonjenaipasdefacebookconnard.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840420824\\/FRANCEFORTE-by-dzeis_normal.jpg\"},\"truncated\":false,\"id\":173178684457492481,\"created_at\":\"Fri Feb 24 22:53:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 830000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "86805e3a-1c26-4023-9f0a-7efce119ab8f-173178684457492481" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si vous voulez vous amuser, vous pouvez choisir un hashtag #ilpart #ilreste #cqui #ilchange2ton en direct dans #lgw #bubbletv", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: Si vous voulez vous amuser, vous pouvez choisir un hashtag #ilpart #ilreste #cqui #ilchange2ton en direct dans #lgw #bubbletv", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 833000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Si vous voulez vous amuser, vous pouvez choisir un hashtag #ilpart #ilreste #cqui #ilchange2ton en direct dans #lgw #bubbletv\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[59,66]},{\"text\":\"ilreste\",\"indices\":[67,75]},{\"text\":\"cqui\",\"indices\":[76,81]},{\"text\":\"ilchange2ton\",\"indices\":[82,95]},{\"text\":\"lgw\",\"indices\":[111,115]},{\"text\":\"bubbletv\",\"indices\":[116,125]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178695769530368\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"favourites_count\":140,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":886,\"location\":\"Pau\",\"profile_text_color\":\"333333\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"statuses_count\":33184,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Aur\\u00e9lien\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":14321671,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\"},\"truncated\":false,\"id\":173178695769530368,\"created_at\":\"Fri Feb 24 22:53:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 833000, +"tags": [ +{ +"id-ref": "ef3037dc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef1a8540-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8c4bf7fc-c0f7-49fe-997d-64a25d3d64aa-173178695769530368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Maintenant vous appuyez sur la touche + de votre télécommande pour passer de C+ à FR5 . merci #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1714137717/For_the_fuck_normal.png" +}, +"title": "o0REL: Maintenant vous appuyez sur la touche + de votre télécommande pour passer de C+ à FR5 . merci #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 833000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Maintenant vous appuyez sur la touche + de votre t\\u00e9l\\u00e9commande pour passer de C+ \\u00e0 FR5 . merci #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[94,98]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178697946365952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":147,\"screen_name\":\"o0REL\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":6740,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"9aa6a1\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"description\":\"A base de compote\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"636566\",\"id_str\":\"69682753\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"name\":\"o0REL\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 28 20:12:55 +0000 2009\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":69682753,\"utc_offset\":3600,\"favourites_count\":2680,\"url\":\"http:\\/\\/o0rel.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178697946365952,\"created_at\":\"Fri Feb 24 22:53:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 833000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f9a88e6b-553e-4436-8c07-5a0b436e3089-173178697946365952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cesar2012 étant terminé, on passe sur #france5 pour #lgw :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1436789815/mypictr_300x300_normal.jpg" +}, +"title": "Vivian: #cesar2012 étant terminé, on passe sur #france5 pour #lgw :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 834000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cesar2012 \\u00e9tant termin\\u00e9, on passe sur #france5 pour #lgw :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[0,10]},{\"text\":\"france5\",\"indices\":[39,47]},{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178701909983232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1084,\"screen_name\":\"VivianRoldo\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":11961,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/149894981\\/background.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":47,\"profile_link_color\":\"ffbb0f\",\"followers_count\":866,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1436789815\\/mypictr_300x300_normal.jpg\",\"description\":\"Animateur du podcast audio de cin\\u00e9ma @Satoorn pour @NoWatch. \\u00c9tudiant de @LeMaster226 de @Paris_Dauphine, promo 2012. CM pour @CrossVideoDays.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"333333\",\"id_str\":\"5786832\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/149894981\\/background.jpg\",\"profile_sidebar_fill_color\":\"\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1436789815\\/mypictr_300x300_normal.jpg\",\"name\":\"Vivian\",\"default_profile_image\":false,\"created_at\":\"Sat May 05 11:02:31 +0000 2007\",\"profile_sidebar_border_color\":\"444444\",\"id\":5786832,\"utc_offset\":3600,\"favourites_count\":218,\"url\":\"http:\\/\\/vivianroldo.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178701909983232,\"created_at\":\"Fri Feb 24 22:53:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 834000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "65d8e405-e0ae-4f86-9e9a-10ceacfb9876-173178701909983232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw François Rollin in the deep? #cQui", +"img": { +"src": "http://a2.twimg.com/profile_images/1563780941/pic_copie_normal.jpg" +}, +"title": "oOfasnI: #lgw François Rollin in the deep? #cQui", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 835000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Fran\\u00e7ois Rollin in the deep? #cQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cQui\",\"indices\":[34,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178704896339968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":141,\"screen_name\":\"InsafOo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1087,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"009999\",\"followers_count\":198,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1563780941\\/pic_copie_normal.jpg\",\"description\":\"Journalisme \\u00e0 l'ULB\\/ Stage \\u00e0 la RTBF et au Soir\\/ Erasmus \\u00e0 Paris\\/ Jobiste au Cirque Royal\\/ Parle r\\u00e9guli\\u00e8rement le sarcasme\\/ Mes cuites n'engagent que moi.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"342660437\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1563780941\\/pic_copie_normal.jpg\",\"name\":\"oOfasnI\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 26 11:22:50 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":342660437,\"utc_offset\":-10800,\"favourites_count\":34,\"url\":\"http:\\/\\/insiblog.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178704896339968,\"created_at\":\"Fri Feb 24 22:53:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 835000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c926cc55-7187-45f4-a636-17a2541e7b36-173178704896339968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allez un souffle d'air frais & des soubresauts de rire en regardant le Palmashow sur @france5tv #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1749613158/image_normal.jpg" +}, +"title": "Milo Vox: Allez un souffle d'air frais & des soubresauts de rire en regardant le Palmashow sur @france5tv #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 835000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Allez un souffle d'air frais & des soubresauts de rire en regardant le Palmashow sur @france5tv #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[85,95],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[96,100]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178706880245760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"MiloVox\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":287,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":21,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1749613158\\/image_normal.jpg\",\"description\":\"Citoyen \\u00e9chantillon\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"461840194\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1749613158\\/image_normal.jpg\",\"name\":\"Milo Vox\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 12 07:50:02 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":461840194,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178706880245760,\"created_at\":\"Fri Feb 24 22:53:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 835000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e8d91531-4d04-42f1-beb9-a1f37100e59d-173178706880245760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ha ! Coucou ! #cqui #lgw http://t.co/YH6HwXFr", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Ha ! Coucou ! #cqui #lgw http://t.co/YH6HwXFr", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 836000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ha ! Coucou ! #cqui #lgw http:\\/\\/t.co\\/YH6HwXFr\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[14,19]},{\"text\":\"lgw\",\"indices\":[20,24]}],\"media\":[{\"type\":\"photo\",\"indices\":[25,45],\"sizes\":{\"small\":{\"h\":254,\"resize\":\"fit\",\"w\":340},\"large\":{\"h\":765,\"resize\":\"fit\",\"w\":1024},\"medium\":{\"h\":448,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdBHZQCAAAXe9P.jpg\",\"id_str\":\"173178705970069504\",\"id\":173178705970069504,\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173178705965875201\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/YH6HwXFr\",\"url\":\"http:\\/\\/t.co\\/YH6HwXFr\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdBHZQCAAAXe9P.jpg\"}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178705965875201\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6696,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173178705965875201,\"created_at\":\"Fri Feb 24 22:53:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 836000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "77ccd045-337b-4196-953a-dbcf3ecdcb1a-173178705965875201" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Total Tweets #lgw 618", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: Total Tweets #lgw 618", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 836000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Total Tweets #lgw 618\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178709333905408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83432,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178709333905408,\"created_at\":\"Fri Feb 24 22:53:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 836000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5dda6128-74ff-4615-b2de-f21609f265c5-173178709333905408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "sa triche #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: sa triche #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 838000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"sa triche #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]},{\"text\":\"ilpart\",\"indices\":[15,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178719635111937\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":78,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"statuses_count\":1207,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Patrick Ollier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":299723960,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\"},\"truncated\":false,\"id\":173178719635111937,\"created_at\":\"Fri Feb 24 22:53:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 838000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "14abcdde-dc10-481b-a17a-4ff52fdb3335-173178719635111937" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Dans @LeGrandWebze y'a @palmashow qui explique que @kyank peut bosser gratos contre un bon Catering. #lgw #goodtoknow", +"img": { +"src": "http://a3.twimg.com/profile_images/1373171789/colette_normal.jpg" +}, +"title": "Colette Siri: Dans @LeGrandWebze y'a @palmashow qui explique que @kyank peut bosser gratos contre un bon Catering. #lgw #goodtoknow", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 840000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Dans @LeGrandWebze y'a @palmashow qui explique que @kyank peut bosser gratos contre un bon Catering. #lgw #goodtoknow\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[5,18],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"palmashow\",\"indices\":[23,33],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"kyank\",\"indices\":[51,57],\"id_str\":\"38406660\",\"name\":\"kyan khojandi\",\"id\":38406660}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[101,105]},{\"text\":\"goodtoknow\",\"indices\":[106,117]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178725456814080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":274,\"screen_name\":\"ColetteSiri\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2389,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Marseille\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"0084B4\",\"followers_count\":217,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1373171789\\/colette_normal.jpg\",\"description\":\"Pragmatique (nn enseign\\u00e9e \\u00e0 l'Universit\\u00e9)- Italo-avigno-marseillaise du Sud et de la Provence - Assistante de prod' \\u00e0 MP2013, Capitale europ\\u00e9enne de la culture.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"307206900\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1373171789\\/colette_normal.jpg\",\"name\":\"Colette Siri\",\"default_profile_image\":false,\"created_at\":\"Sun May 29 06:34:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":307206900,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178725456814080,\"created_at\":\"Fri Feb 24 22:53:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 840000, +"tags": [ +{ +"id-ref": "ef310c66-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9de42028-3af5-4186-b516-1888d6325776-173178725456814080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Love to David & Grégoire #chuisfan", +"img": { +"src": "http://a0.twimg.com/profile_images/832731604/Pownce_normal.png" +}, +"title": "Delphine Dumont: #LGW Love to David & Grégoire #chuisfan", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 842000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Love to David & Gr\\u00e9goire #chuisfan\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"chuisfan\",\"indices\":[30,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178736416526336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":392,\"screen_name\":\"Delphine_D\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":66065,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/2901502\\/Tw_girl.png\",\"location\":\"France, Dijon\",\"show_all_inline_media\":false,\"listed_count\":306,\"profile_link_color\":\"EB4795\",\"followers_count\":3522,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/832731604\\/Pownce_normal.png\",\"description\":\"Meilleure r\\u00e9dactrice autoproclam\\u00e9e -\\/- Info junkie -\\/-\\r\\nMes followers n'ont pas des t\\u00eates d'\\u0153ufs.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"FFFFFF\",\"id_str\":\"13436192\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/2901502\\/Tw_girl.png\",\"profile_sidebar_fill_color\":\"FFEBFF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/832731604\\/Pownce_normal.png\",\"name\":\"Delphine Dumont\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 13 16:06:15 +0000 2008\",\"profile_sidebar_border_color\":\"FFCDFF\",\"id\":13436192,\"utc_offset\":-36000,\"favourites_count\":8,\"url\":\"http:\\/\\/www.redacbox.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178736416526336,\"created_at\":\"Fri Feb 24 22:53:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 842000, +"tags": [ +{ +"id-ref": "ef312c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8cf6e1bd-c88b-4121-abac-00c7c49f7ee5-173178736416526336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je veux que le chiffre à la télé change alors. #LGW #France5", +"img": { +"src": "http://a0.twimg.com/profile_images/1833459632/ret2_normal.png" +}, +"title": "Cindy: Je veux que le chiffre à la télé change alors. #LGW #France5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 843000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je veux que le chiffre \\u00e0 la t\\u00e9l\\u00e9 change alors. #LGW #France5\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[47,51]},{\"text\":\"France5\",\"indices\":[52,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178739461599232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":85,\"screen_name\":\"Cindybdn\",\"lang\":\"fr\",\"profile_text_color\":\"876b53\",\"statuses_count\":27238,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/361250881\\/Sans_titre_1.png\",\"location\":\"Bretagne\",\"show_all_inline_media\":true,\"listed_count\":12,\"profile_link_color\":\"ad9484\",\"followers_count\":453,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1833459632\\/ret2_normal.png\",\"description\":\"Don't ever try to judge me Dude, you don't know what the fuck i've been through -- L.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"44189441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/361250881\\/Sans_titre_1.png\",\"profile_sidebar_fill_color\":\"e6dcaf\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833459632\\/ret2_normal.png\",\"name\":\"Cindy\",\"default_profile_image\":false,\"created_at\":\"Tue Jun 02 19:39:51 +0000 2009\",\"profile_sidebar_border_color\":\"876b53\",\"id\":44189441,\"utc_offset\":3600,\"favourites_count\":35,\"url\":\"http:\\/\\/8mileonnovara.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178739461599232,\"created_at\":\"Fri Feb 24 22:53:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 843000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4aacb452-33d3-4dfc-9e82-9e21ef9d3ba1-173178739461599232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "De canal à F5. Oh un studio bleu ! #lgw (et un tweet de plus)", +"img": { +"src": "http://a2.twimg.com/profile_images/1777524767/folon1_normal.jpg" +}, +"title": "Kelem: De canal à F5. Oh un studio bleu ! #lgw (et un tweet de plus)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 844000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"De canal \\u00e0 F5. Oh un studio bleu ! #lgw (et un tweet de plus)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178742024310785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":88,\"screen_name\":\"KelemFs\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":135,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1777524767\\/folon1_normal.jpg\",\"description\":\"Je demeurai longtemps errant dans C\\u00e9sar\\u00e9e.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"159103701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777524767\\/folon1_normal.jpg\",\"name\":\"Kelem\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 24 13:15:57 +0000 2010\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":159103701,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178742024310785,\"created_at\":\"Fri Feb 24 22:53:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 844000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "485ffce8-252b-4417-8935-0d2c446614f1-173178742024310785" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un lien avec les \"bubbles\"… ou non. RT @FlorencePorcel MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: Un lien avec les \"bubbles\"… ou non. RT @FlorencePorcel MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 845000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Un lien avec les \\\"bubbles\\\"\\u2026 ou non. RT @FlorencePorcel MON CUBE ME BR\\u00dbLE LA FESSE GAUCHE #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[39,54],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[89,93]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178748965879808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1156,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"name\":\"Cammarata Thierry\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":334554629,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178748965879808,\"created_at\":\"Fri Feb 24 22:53:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 845000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "52290948-f500-4afd-981c-e433237c90b6-173178748965879808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@catfishs oui excellent very bad blague ! :) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1681900733/image_normal.jpg" +}, +"title": "Amélie : @catfishs oui excellent very bad blague ! :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 845000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@catfishs oui excellent very bad blague ! :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"catfishs\",\"indices\":[0,9],\"id_str\":\"29444976\",\"name\":\"christophe garnier\",\"id\":29444976}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173178431373185026\",\"id_str\":\"173178746986184704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173178431373185026,\"in_reply_to_user_id_str\":\"29444976\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":321,\"screen_name\":\"Bullenroll\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1937,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Bretagne\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"009999\",\"followers_count\":202,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1681900733\\/image_normal.jpg\",\"description\":\"Sans arr\\u00eat \\u00e0 la recherche de nouveaut\\u00e9s ! http:\\/\\/bullenroll.wordpress.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2293cc\",\"id_str\":\"74413492\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1681900733\\/image_normal.jpg\",\"name\":\"Am\\u00e9lie \",\"default_profile_image\":false,\"created_at\":\"Tue Sep 15 10:11:38 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":74413492,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/bullenroll.wordpress.com\\/\"},\"in_reply_to_screen_name\":\"catfishs\",\"truncated\":false,\"id\":173178746986184704,\"created_at\":\"Fri Feb 24 22:53:25 +0000 2012\",\"in_reply_to_user_id\":29444976}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 845000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bc60fa9b-4311-40c4-ab5e-d2232737dfd6-173178746986184704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Zapping sur #LGW coucou les twittos", +"img": { +"src": "http://a0.twimg.com/profile_images/1801484114/val_loubilou_normal.jpg" +}, +"title": "Schmitt Valerie: Zapping sur #LGW coucou les twittos", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 847000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Zapping sur #LGW coucou les twittos\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178757610340352\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":279,\"screen_name\":\"val_loubilou\",\"lang\":\"fr\",\"profile_text_color\":\"807280\",\"statuses_count\":7907,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/344209093\\/Val_Loubilou1.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"ed2fa1\",\"followers_count\":668,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801484114\\/val_loubilou_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"220424620\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/344209093\\/Val_Loubilou1.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801484114\\/val_loubilou_normal.jpg\",\"name\":\"Schmitt Valerie\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 27 19:05:22 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":220424620,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178757610340352,\"created_at\":\"Fri Feb 24 22:53:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 847000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5e02b39a-b662-4377-91e3-450c892d8907-173178757610340352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste car il anime bien", +"img": { +"src": "http://a0.twimg.com/profile_images/1391192750/logo-120_normal.png" +}, +"title": "Levieux Cédric: #lgw #ilreste car il anime bien", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 848000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste car il anime bien\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178759510360065\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":29,\"screen_name\":\"farlistener\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":172,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Toulouse\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":10,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1391192750\\/logo-120_normal.png\",\"description\":\"Architect - Java, c# Developper\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"315168092\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1391192750\\/logo-120_normal.png\",\"name\":\"Levieux C\\u00e9dric\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 11 12:18:39 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":315168092,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/www.levieuxcedric.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178759510360065,\"created_at\":\"Fri Feb 24 22:53:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 848000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b7cff08b-d932-49ce-8a54-113cf2fa9100-173178759510360065" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On va faire pêter le compteur du #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1418883459/taz_tornade_normal.jpg" +}, +"title": "new deal: On va faire pêter le compteur du #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 850000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On va faire p\\u00eater le compteur du #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178769845129217\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1577,\"screen_name\":\"znewdealz\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17397,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/280230233\\/Vue_sur_cap_d_Antibes.jpg\",\"location\":\"C\\u00f4te d'usure\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"009999\",\"followers_count\":660,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1418883459\\/taz_tornade_normal.jpg\",\"description\":\"Je crois d'un bon citoyen de pr\\u00e9f\\u00e9rer les paroles qui sauvent aux paroles qui plaisent. D\\u00e9mosth\\u00e8ne \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"88506160\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/280230233\\/Vue_sur_cap_d_Antibes.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1418883459\\/taz_tornade_normal.jpg\",\"name\":\"new deal\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 08 20:51:01 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":88506160,\"utc_offset\":-10800,\"favourites_count\":69,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178769845129217,\"created_at\":\"Fri Feb 24 22:53:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 850000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d270ed2e-c062-4492-805b-6470b1625c23-173178769845129217" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste 10 minute à @francoisrollin pour virer les euros sur mon compte #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1649856860/avatpagetwsn_normal.jpg" +}, +"title": "lôtre demédeu: #ilreste 10 minute à @francoisrollin pour virer les euros sur mon compte #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 850000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste 10 minute \\u00e0 @francoisrollin pour virer les euros sur mon compte #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[21,36],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[73,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178766443548674\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":81,\"screen_name\":\"lotre\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":10314,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"location\":\"just there\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"description\":\"man, z\\u00e9ro de l'univers !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"7233942\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"name\":\"l\\u00f4tre dem\\u00e9deu\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 03 18:07:50 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":7233942,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178766443548674,\"created_at\":\"Fri Feb 24 22:53:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 850000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7679ab3a-c1b8-4c35-8fcb-b5ea5f929331-173178766443548674" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ça vanne Romorantin dans #lgw tu sens qu' #ilpart bientôt ou alors #ilchange2ton", +"img": { +"src": "http://a2.twimg.com/profile_images/1427838155/P7114024_normal.JPG" +}, +"title": "jali: ça vanne Romorantin dans #lgw tu sens qu' #ilpart bientôt ou alors #ilchange2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 852000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u00e7a vanne Romorantin dans #lgw tu sens qu' #ilpart bient\\u00f4t ou alors #ilchange2ton\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"ilpart\",\"indices\":[42,49]},{\"text\":\"ilchange2ton\",\"indices\":[67,80]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.netvibes.com\\/\\\" rel=\\\"nofollow\\\"\\u003ENetvibes Official Widget\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178775805247488\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"Jali\",\"lang\":\"fr\",\"favourites_count\":148,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":110,\"location\":\"FR\",\"profile_text_color\":\"574b57\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"statuses_count\":30517,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"is_translator\":true,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"jali\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":8064742,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.jali.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\"},\"truncated\":false,\"id\":173178775805247488,\"created_at\":\"Fri Feb 24 22:53:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 852000, +"tags": [ +{ +"id-ref": "ef1a8540-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "936c9de0-dad7-4341-8433-edde6723f3bd-173178775805247488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @charleshenriroy: #Lgw ça déchire", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @charleshenriroy: #Lgw ça déchire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 852000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @charleshenriroy: #Lgw \\u00e7a d\\u00e9chire\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"charleshenriroy\",\"indices\":[3,19],\"id_str\":\"185396126\",\"name\":\"Royer Charles-Henri\",\"id\":185396126}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[21,25]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#Lgw \\u00e7a d\\u00e9chire\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178276678860801\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":210,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178276678860801,\"created_at\":\"Fri Feb 24 22:51:33 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178777860456448\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1040,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":318,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":321,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178777860456448,\"created_at\":\"Fri Feb 24 22:53:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 852000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2bf08c66-1650-4015-8037-82e3fb7171ab-173178777860456448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#watchingnow #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1842062630/image_normal.jpg" +}, +"title": "edwige banger: #watchingnow #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 852000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#watchingnow #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"watchingnow\",\"indices\":[0,12]},{\"text\":\"lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-2.8213581,48.4863657],[-2.7097529,48.4863657],[-2.7097529,48.5342173],[-2.8213581,48.5342173]]]},\"attributes\":{},\"full_name\":\"Saint-Brieuc, C\\u00f4tes-d'Armor\",\"name\":\"Saint-Brieuc\",\"id\":\"74882983802f0330\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/74882983802f0330.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-2.74567184,48.49487417]},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.49487417,-2.74567184]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178777654931456\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"EdwigeBanger\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":59,\"location\":\"Saint Brieuc\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1842062630\\/image_normal.jpg\",\"description\":\"J'aime bien les poissons rouges mais je pr\\u00e9f\\u00e8re les koalas, c'est mignon un koala. sois sage \\u00f4 ma douleur et tiens toi tranquille.\",\"statuses_count\":863,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"417761219\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"edwige banger\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Nov 21 10:27:22 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":417761219,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842062630\\/image_normal.jpg\"},\"truncated\":false,\"id\":173178777654931456,\"created_at\":\"Fri Feb 24 22:53:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 852000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef325832-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f775a977-0444-4c73-9dc0-5608fb72fb75-173178777654931456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le @palmashow sur #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1757133817/image_normal.jpg" +}, +"title": "Percy Theophile: Le @palmashow sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 857000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le @palmashow sur #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178798437711874\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":107,\"screen_name\":\"TheophilePercy\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1484,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"st bon city\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1757133817\\/image_normal.jpg\",\"description\":\"Plus rien ne m'\\u00e9tonne ! \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"278655196\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757133817\\/image_normal.jpg\",\"name\":\"Percy Theophile\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 07 18:07:38 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":278655196,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178798437711874,\"created_at\":\"Fri Feb 24 22:53:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 857000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5cbde378-4654-4b34-8454-8138cb351b92-173178798437711874" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pour ceux qui ne connaissent pas, Le Grand Webze en direct sur France5 en ce moment #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1386846292/logo-id-referenceur_normal.png" +}, +"title": "Loïc @ IDRef: Pour ceux qui ne connaissent pas, Le Grand Webze en direct sur France5 en ce moment #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 858000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pour ceux qui ne connaissent pas, Le Grand Webze en direct sur France5 en ce moment #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[84,88]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178800249643009\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":477,\"screen_name\":\"ID_referenceur\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":448,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/265737446\\/bg-id-referenceur.jpg\",\"location\":\"Auvergne\",\"show_all_inline_media\":true,\"listed_count\":52,\"profile_link_color\":\"810004\",\"followers_count\":637,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1386846292\\/logo-id-referenceur_normal.png\",\"description\":\"R\\u00e9f\\u00e9renceur web en freelance : R\\u00e9daction de contenu, analyse technique & linking sur http:\\/\\/www.id-referenceur.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f5ecc1\",\"id_str\":\"89922335\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/265737446\\/bg-id-referenceur.jpg\",\"profile_sidebar_fill_color\":\"f5ecc1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1386846292\\/logo-id-referenceur_normal.png\",\"name\":\"Lo\\u00efc @ IDRef\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 14 11:51:50 +0000 2009\",\"profile_sidebar_border_color\":\"efdba4\",\"id\":89922335,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.weblog-referencement.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178800249643009,\"created_at\":\"Fri Feb 24 22:53:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 858000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0c926bc7-c543-44cb-89fa-b730eda06668-173178800249643009" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Pour quand un Palmashow dédié au grand webze?", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw Pour quand un Palmashow dédié au grand webze?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 860000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"#lgw Pour quand un Palmashow d\\u00e9di\\u00e9 au grand webze?\",\"created_at\":\"Fri Feb 24 22:53:40 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}],\"user_mentions\":[]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173178812215996416\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":0,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\",\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"009999\",\"screen_name\":\"Eliadus\",\"time_zone\":\"Paris\",\"description\":\"\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_color\":\"131516\",\"location\":\"France\",\"id_str\":\"92095420\",\"profile_background_tile\":true,\"followers_count\":14,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"efefef\",\"favourites_count\":2,\"protected\":false,\"friends_count\":68,\"profile_sidebar_border_color\":\"eeeeee\",\"name\":\"Thibaut Devillers\",\"contributors_enabled\":false,\"verified\":false,\"id\":92095420,\"statuses_count\":704,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173178812215996416}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 860000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "205b46d7-e048-4f38-95e2-1375cdeadd15-173178812215996416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je regarde pour la 1ère fois #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1743920877/image201201080004_normal.jpg" +}, +"title": "Kevin : Je regarde pour la 1ère fois #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 861000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je regarde pour la 1\\u00e8re fois #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.9624943,47.2862364],[5.102104,47.2862364],[5.102104,47.3779013],[4.9624943,47.3779013]]]},\"attributes\":{},\"full_name\":\"Dijon, C\\u00f4te-d'Or\",\"place_type\":\"city\",\"name\":\"Dijon\",\"id\":\"52a39ae62c00a295\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/52a39ae62c00a295.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178813260369921\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":299,\"screen_name\":\"Kevinonin\",\"lang\":\"en\",\"profile_text_color\":\"050505\",\"statuses_count\":20685,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/318114033\\/background.png\",\"location\":\"Dijon\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"000078\",\"followers_count\":470,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1743920877\\/image201201080004_normal.jpg\",\"description\":\"J'allais \\u00e9crire une vraie Bio avec une touche d'humour (normal) quand j'ai pens\\u00e9 \\u00e0 cette phrase 'Less is more'. \\r\\nDu coup, je pense en avoir (d\\u00e9j\\u00e0) trop dit..\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"212121\",\"id_str\":\"52390889\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/318114033\\/background.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1743920877\\/image201201080004_normal.jpg\",\"name\":\"Kevin \",\"default_profile_image\":false,\"created_at\":\"Tue Jun 30 13:16:07 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":52390889,\"utc_offset\":3600,\"favourites_count\":94,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178813260369921,\"created_at\":\"Fri Feb 24 22:53:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 861000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "60fe6035-9c41-4718-9040-c81fbd562488-173178813260369921" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "devant #lgw now #FR5", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: devant #lgw now #FR5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 861000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"devant #lgw now #FR5\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]},{\"text\":\"FR5\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178816255111169\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":663,\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7364,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"location\":\"DtC\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":207,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"name\":\"monsieurhobby\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":78733185,\"utc_offset\":-10800,\"favourites_count\":30,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178816255111169,\"created_at\":\"Fri Feb 24 22:53:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 861000, +"tags": [ +{ +"id-ref": "eef94b14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "74abbfbd-1f86-4f75-8276-901b4bf704c9-173178816255111169" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/55630227/Picture_1_normal.png" +}, +"title": "Jimmy BEAUNE: #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 862000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178818226434048\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"jimmy_beaune\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":310,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Poitiers, France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"followers_count\":66,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/55630227\\/Picture_1_normal.png\",\"description\":\"Dev @ Videoagency\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"5899262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/55630227\\/Picture_1_normal.png\",\"name\":\"Jimmy BEAUNE\",\"default_profile_image\":false,\"created_at\":\"Wed May 09 13:29:34 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":5899262,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.facebook.com\\/jimmy.beaune\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178818226434048,\"created_at\":\"Fri Feb 24 22:53:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 862000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9206a6a3-707e-4180-b44f-62dee99702ba-173178818226434048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw !! Avec @palmashow", +"img": { +"src": "http://a2.twimg.com/profile_images/1802107983/20120130PHOWWW00510_normal.jpg" +}, +"title": "Lionel: #lgw !! Avec @palmashow", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 862000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw !! Avec @palmashow\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[13,23],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178820235493377\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":56,\"screen_name\":\"EscAzz\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":37,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1802107983\\/20120130PHOWWW00510_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"52726889\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802107983\\/20120130PHOWWW00510_normal.jpg\",\"name\":\"Lionel\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 01 13:37:53 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":52726889,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178820235493377,\"created_at\":\"Fri Feb 24 22:53:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 862000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "18cd119f-ec95-4cb7-a381-d4f33f5b3531-173178820235493377" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW. #IlPart", +"img": { +"src": "http://a0.twimg.com/profile_images/1851178724/61_normal.png" +}, +"title": "Colombien et toi ?: #LGW. #IlPart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 863000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW. #IlPart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"IlPart\",\"indices\":[6,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178823410597889\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"HAYTSH\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9720,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"location\":\"\\u30b9\\u30c8\\u30e9\\u30b9\\u30d6\\u30fc\\u30eb\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"description\":\"J'suis un ksos j'ai 5 ans. \",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"277031586\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"name\":\"Colombien et toi ?\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 04 15:24:48 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":277031586,\"utc_offset\":3600,\"favourites_count\":83,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178823410597889,\"created_at\":\"Fri Feb 24 22:53:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 863000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fbbb271a-351b-4a10-862e-f2e166104477-173178823410597889" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La chemise c pas possible quoi ... #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1776380925/C-Metro-128_normal.png" +}, +"title": "underscore59: La chemise c pas possible quoi ... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 863000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La chemise c pas possible quoi ... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178820776570880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":555,\"screen_name\":\"underscore59\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3069,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Lille\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"FF3300\",\"followers_count\":205,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1776380925\\/C-Metro-128_normal.png\",\"description\":\"Admin Sys' | Joueur sur PS3 | US Music Fan | Football Addict \\u2469\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"98811895\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1776380925\\/C-Metro-128_normal.png\",\"name\":\"underscore59\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 23 06:08:00 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":98811895,\"utc_offset\":3600,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178820776570880,\"created_at\":\"Fri Feb 24 22:53:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 863000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eafcd188-79e4-428b-8690-d494858f769d-173178820776570880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Aller. Césars finis. #LGW NOW.", +"img": { +"src": "http://a3.twimg.com/profile_images/1827652074/La-tetocarre_normal.jpeg" +}, +"title": "Pharmaciencien: Aller. Césars finis. #LGW NOW.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 863000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Aller. C\\u00e9sars finis. #LGW NOW.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178821279883265\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":460,\"screen_name\":\"Pharmaciencien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1072,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Angers\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"990000\",\"followers_count\":90,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1827652074\\/La-tetocarre_normal.jpeg\",\"description\":\"P3. 19 ans. La politique, les convictions en moins (http:\\/\\/bit.ly\\/zNiJR2). Et des blagues de merde sur les m\\u00e9dicaments desfois #politique #sante #pharmacie \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"206681146\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827652074\\/La-tetocarre_normal.jpeg\",\"name\":\"Pharmaciencien\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 23 13:46:37 +0000 2010\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":206681146,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178821279883265,\"created_at\":\"Fri Feb 24 22:53:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 863000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c3d9a5b2-cf6f-4b37-a242-807e9febc719-173178821279883265" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D", +"img": { +"src": "http://a3.twimg.com/profile_images/1719616740/SDC12865_normal.JPG" +}, +"title": "Damien Jd: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 863000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[3,14],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]},{\"text\":\"fail\",\"indices\":[56,61]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Le wifi est mort sur le plateau #lgw :] #fail :D\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]},{\"text\":\"fail\",\"indices\":[40,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178510322577408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"kheops2713\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":971,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"followers_count\":451,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"description\":\"Je clair, ne pas ?\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"321006177\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"name\":\"KheOps\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 20 21:41:59 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":321006177,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/www.dailymotion.com\\/video\\/x32zy6_la-strategie-de-lechec-lentretien_fun\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178510322577408,\"created_at\":\"Fri Feb 24 22:52:29 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178824744370176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":314,\"screen_name\":\"DamienJdd\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3736,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/283216017\\/269502_2217521435198_1162490144_32758503_4077721_n.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"009999\",\"followers_count\":188,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1719616740\\/SDC12865_normal.JPG\",\"description\":\"Dictateur fun, parfois r\\u00e9dacteur sur @Locita, croque avec amour la g\\u00e9n\\u00e9ration Skyblog. http:\\/\\/povrane.tumblr.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"e8ebed\",\"id_str\":\"47441843\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/283216017\\/269502_2217521435198_1162490144_32758503_4077721_n.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1719616740\\/SDC12865_normal.JPG\",\"name\":\"Damien Jd\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 15 20:54:16 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":47441843,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/www.povrane.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178824744370176,\"created_at\":\"Fri Feb 24 22:53:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 863000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d6aa5933-8b7a-4282-9ae3-4d5aab5e0246-173178824744370176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oulalla mais ça a carrément changé #lgw ! J'vais vu que la 1ere faut dire!", +"img": { +"src": "http://a0.twimg.com/profile_images/1753024028/560587006_normal.jpg" +}, +"title": "Laure Bosi: Oulalla mais ça a carrément changé #lgw ! J'vais vu que la 1ere faut dire!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 864000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Oulalla mais \\u00e7a a carr\\u00e9ment chang\\u00e9 #lgw ! J'vais vu que la 1ere faut dire!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178828846403584\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"LaureBosi\",\"lang\":\"fr\",\"favourites_count\":96,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":390,\"location\":\"\",\"profile_text_color\":\"3C3940\",\"followers_count\":245,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1753024028\\/560587006_normal.jpg\",\"description\":\"La preuve qu'on peut \\u00eatre une fille, \\u00eatre n\\u00e9e et vivre au nord de la Loire et aimer passionn\\u00e9ment le rugby !\",\"statuses_count\":12858,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/403125050\\/767308895.jpg\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"356135891\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Laure Bosi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/403125050\\/767308895.jpg\",\"created_at\":\"Tue Aug 16 11:51:24 +0000 2011\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":356135891,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1753024028\\/560587006_normal.jpg\"},\"truncated\":false,\"id\":173178828846403584,\"created_at\":\"Fri Feb 24 22:53:44 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 864000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e48381e3-4e73-4749-bdd3-900fcbb8045e-173178828846403584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw j'ai cru entendre le rire d'un Mabille dans le public….", +"img": { +"src": "http://a1.twimg.com/profile_images/1129708432/Photo_du_71918072-09-___19_normal.jpg" +}, +"title": "JC: #lgw j'ai cru entendre le rire d'un Mabille dans le public….", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 865000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw j'ai cru entendre le rire d'un Mabille dans le public\\u2026.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178830532521985\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":260,\"screen_name\":\"l_jc\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":640,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1129708432\\/Photo_du_71918072-09-___19_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"113982432\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1129708432\\/Photo_du_71918072-09-___19_normal.jpg\",\"name\":\"JC\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 13 17:57:33 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":113982432,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178830532521985,\"created_at\":\"Fri Feb 24 22:53:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 865000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f678dbb1-f78d-40ab-8542-0458b5d536ef-173178830532521985" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ô #lgw #cQui ce Rollin ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1742037988/me_normal.jpg" +}, +"title": "Siddhārtha Gautama: ô #lgw #cQui ce Rollin ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 865000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00f4 #lgw #cQui ce Rollin ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[2,6]},{\"text\":\"cQui\",\"indices\":[7,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178833174921216\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":112,\"screen_name\":\"Manubaliste\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":559,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1742037988\\/me_normal.jpg\",\"description\":\"J'ai d\\u00e9cid\\u00e9 de vivre \\u00e9ternellement, pour l'instant \\u00e7a marche... #Rouen #Peinture #R\\u00eaves\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"398308919\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1742037988\\/me_normal.jpg\",\"name\":\"Siddh\\u0101rtha Gautama\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 25 21:42:34 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":398308919,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178833174921216,\"created_at\":\"Fri Feb 24 22:53:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 865000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "624532fc-8f21-42a2-acaf-367a1b0eb78b-173178833174921216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Merci @canalplus de pas brider ton livestream pour l'étranger, et va te faire @france5 pour le bloquer. #cesar2012 #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1649052525/profil_pic_normal.png" +}, +"title": "Etienne Servant: Merci @canalplus de pas brider ton livestream pour l'étranger, et va te faire @france5 pour le bloquer. #cesar2012 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 866000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Merci @canalplus de pas brider ton livestream pour l'\\u00e9tranger, et va te faire @france5 pour le bloquer. #cesar2012 #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"canalplus\",\"indices\":[6,16],\"id_str\":\"326698989\",\"name\":\"CANAL+\",\"id\":326698989},{\"screen_name\":\"france5\",\"indices\":[78,86],\"id_str\":\"128507523\",\"name\":\"France cinq\",\"id\":128507523}],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[104,114]},{\"text\":\"LGW\",\"indices\":[115,119]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178835188191233\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":463,\"screen_name\":\"Enneite\",\"lang\":\"fr\",\"profile_text_color\":\"474747\",\"statuses_count\":19701,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/367473524\\/bg.jpg\",\"location\":\"Paris, previously in Edinburgh\",\"show_all_inline_media\":true,\"listed_count\":51,\"profile_link_color\":\"000000\",\"followers_count\":995,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1649052525\\/profil_pic_normal.png\",\"description\":\"Tech enthusiastic - Try to create great things with technology & hope to be an entrepreneur one day - Sorry but I tweet A LOT, mostly in french.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"6007722\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/367473524\\/bg.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649052525\\/profil_pic_normal.png\",\"name\":\"Etienne Servant\",\"default_profile_image\":false,\"created_at\":\"Sun May 13 12:00:07 +0000 2007\",\"profile_sidebar_border_color\":\"999999\",\"id\":6007722,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/etienneservant.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178835188191233,\"created_at\":\"Fri Feb 24 22:53:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 866000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2effbe81-8795-4ba3-b521-aec117510791-173178835188191233" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et PAF c'est parti pour #lgw !", +"img": { +"src": "http://a2.twimg.com/profile_images/1379962530/image_normal.jpg" +}, +"title": "Alexis Biziere: Et PAF c'est parti pour #lgw !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 867000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et PAF c'est parti pour #lgw !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178840770818050\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":162,\"screen_name\":\"AlexisBiziere\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2994,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/327738809\\/site-bg.png\",\"location\":\"La Rochelle\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"FF3300\",\"followers_count\":89,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1379962530\\/image_normal.jpg\",\"description\":\"@culturegames. Raconteur de conneries dans l'\\u00e2me. S\\u00e9riephile consentant. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fafafa\",\"id_str\":\"118135263\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/327738809\\/site-bg.png\",\"profile_sidebar_fill_color\":\"ebebeb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1379962530\\/image_normal.jpg\",\"name\":\"Alexis Biziere\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 27 18:21:02 +0000 2010\",\"profile_sidebar_border_color\":\"dbdbdb\",\"id\":118135263,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.culture-games.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178840770818050,\"created_at\":\"Fri Feb 24 22:53:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 867000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0403c159-0270-480c-946b-8c568a8d35d9-173178840770818050" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@kunirosawa: Oh des compliments très sympas pour @BaptisteLecapl1 dans #lgw” Mérités !", +"img": { +"src": "http://a0.twimg.com/profile_images/1851304214/tumblr_lvugxsddGH1r4g1zio1_400_normal.jpg" +}, +"title": "Greg G.: “@kunirosawa: Oh des compliments très sympas pour @BaptisteLecapl1 dans #lgw” Mérités !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 867000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@kunirosawa: Oh des compliments tr\\u00e8s sympas pour @BaptisteLecapl1 dans #lgw\\u201d M\\u00e9rit\\u00e9s !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kunirosawa\",\"indices\":[1,12],\"id_str\":\"143242559\",\"name\":\"Kurosawa\",\"id\":143242559},{\"screen_name\":\"BaptisteLecapl1\",\"indices\":[50,66],\"id_str\":\"260969061\",\"name\":\"Lecaplain Baptiste\",\"id\":260969061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178840640786432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":276,\"screen_name\":\"TheFish40\",\"lang\":\"fr\",\"profile_text_color\":\"f5edf5\",\"statuses_count\":7394,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/408344264\\/bg1.jpg\",\"location\":\"#Bordeaux\",\"show_all_inline_media\":true,\"listed_count\":26,\"profile_link_color\":\"009999\",\"followers_count\":243,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851304214\\/tumblr_lvugxsddGH1r4g1zio1_400_normal.jpg\",\"description\":\"Pas de Bio...Pas de chocolat !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"73370860\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408344264\\/bg1.jpg\",\"profile_sidebar_fill_color\":\"2e2d2e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851304214\\/tumblr_lvugxsddGH1r4g1zio1_400_normal.jpg\",\"name\":\"Greg G.\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 11 12:07:54 +0000 2009\",\"profile_sidebar_border_color\":\"3b2b3b\",\"id\":73370860,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/justfishit.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178840640786432,\"created_at\":\"Fri Feb 24 22:53:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 867000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a3053119-582b-42ef-ab95-0210a15c34df-173178840640786432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "+1000 RT @valmad_: Je vote pour l'éducation et le langage soutenu! #TeamVieilleFranceAssumée #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1187263369/profil_tw_marc_normal.jpg" +}, +"title": "dietmarc: +1000 RT @valmad_: Je vote pour l'éducation et le langage soutenu! #TeamVieilleFranceAssumée #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 868000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"+1000 RT @valmad_: Je vote pour l'\\u00e9ducation et le langage soutenu! #TeamVieilleFranceAssum\\u00e9e #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"valmad_\",\"indices\":[9,17],\"id_str\":\"51392884\",\"name\":\"val\",\"id\":51392884}],\"urls\":[],\"hashtags\":[{\"text\":\"TeamVieilleFranceAssum\\u00e9e\",\"indices\":[68,93]},{\"text\":\"lgw\",\"indices\":[94,98]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178844176592896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":275,\"screen_name\":\"dietmarc\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15033,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/80437013\\/7f_vrier09_Franz_Joseph_Glacier_084.jpg\",\"location\":\"Paris, FRANCE\",\"show_all_inline_media\":true,\"listed_count\":21,\"profile_link_color\":\"0084B4\",\"followers_count\":324,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1187263369\\/profil_tw_marc_normal.jpg\",\"description\":\"Dietetician - \\r\\nDJ addict - \\r\\niPhone, iPod & iPad user - \\r\\n4X4 Fan&Proud of it - \\r\\nSpeed Triple Power -\\r\\nNZ Lover ;-)\\r\\n\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"25544069\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/80437013\\/7f_vrier09_Franz_Joseph_Glacier_084.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1187263369\\/profil_tw_marc_normal.jpg\",\"name\":\"dietmarc\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 20 17:54:38 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":25544069,\"utc_offset\":3600,\"favourites_count\":78,\"url\":\"http:\\/\\/dietmarc.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178844176592896,\"created_at\":\"Fri Feb 24 22:53:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 868000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef3000e6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e54f8b6c-3b56-47f2-b40e-a948dfa13d67-173178844176592896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "le cube-plateau-bleu-clignotant m'intrigue beaucoup #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1514845321/image_normal.jpg" +}, +"title": "Fautrat Romain: le cube-plateau-bleu-clignotant m'intrigue beaucoup #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 868000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"le cube-plateau-bleu-clignotant m'intrigue beaucoup #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178845380358144\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":23,\"screen_name\":\"Alragan\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1514845321\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"214063107\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1514845321\\/image_normal.jpg\",\"name\":\"Fautrat Romain\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 10 13:36:26 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":214063107,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178845380358144,\"created_at\":\"Fri Feb 24 22:53:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 868000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "be0c8e60-1912-4aaa-83fe-1729f6b39d17-173178845380358144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Monsieur @Vinvin au monsieur de very bad blagues : \"Me lance pas sur la chemise t'étais en costume de merlin au cesars y'a 1 heure\" #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1762533853/pyro1_normal.png" +}, +"title": "Bigou: Monsieur @Vinvin au monsieur de very bad blagues : \"Me lance pas sur la chemise t'étais en costume de merlin au cesars y'a 1 heure\" #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 869000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Monsieur @Vinvin au monsieur de very bad blagues : \\\"Me lance pas sur la chemise t'\\u00e9tais en costume de merlin au cesars y'a 1 heure\\\" #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[9,16],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[132,136]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178848601579520\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Bigou_de\",\"lang\":\"fr\",\"favourites_count\":27,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":390,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1762533853\\/pyro1_normal.png\",\"description\":\"\\u2022 Etudiant \\u2022 Libriste \\u2022 En couple avec madame @Piiwette \\u2022 #Wikileaks \\u2022 #Telecomix \\u2022 #Debian \\u2022 #Anonymous \\u2022 #Lulzsec \\u2022\",\"statuses_count\":4116,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"195523058\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Bigou\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Sep 26 22:53:25 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":195523058,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/bigou.de\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1762533853\\/pyro1_normal.png\"},\"truncated\":false,\"id\":173178848601579520,\"created_at\":\"Fri Feb 24 22:53:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 869000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e5fd3984-9d92-4bdb-957d-e85fc5bbb19b-173178848601579520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze Très belle chemise vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1796744745/Anonymous-header_normal.PNG" +}, +"title": "Musi_Call_Ment: @LeGrandWebze Très belle chemise vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 872000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze Tr\\u00e8s belle chemise vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178861088026624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":199,\"screen_name\":\"mat_moi_ca\",\"lang\":\"en\",\"profile_text_color\":\"93afe6\",\"statuses_count\":6545,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"93afe6\",\"followers_count\":88,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"description\":\"Geek qui s'est perdu sur internet. je suis chieur ! Ce que j'aime ? Le m\\u00e9tal. FOLLOW MOI !!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1dabf2\",\"id_str\":\"348842674\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"name\":\"Musi_Call_Ment\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 05 02:52:54 +0000 2011\",\"profile_sidebar_border_color\":\"93afe6\",\"id\":348842674,\"utc_offset\":null,\"favourites_count\":14,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173178861088026624,\"created_at\":\"Fri Feb 24 22:53:52 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 872000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c106446f-2df1-4cdb-a720-1c578f9e008c-173178861088026624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hey Gaspaaaaard #LGW #ilPart", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: Hey Gaspaaaaard #LGW #ilPart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 872000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Hey Gaspaaaaard #LGW #ilPart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[16,20]},{\"text\":\"ilPart\",\"indices\":[21,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178860689563648\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5c5c5c\",\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":997,\"location\":\"Saligny, France\",\"profile_text_color\":\"333333\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"statuses_count\":5567,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_fill_color\":\"dedede\",\"id\":12687332,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.k3nny.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\"},\"truncated\":false,\"id\":173178860689563648,\"created_at\":\"Fri Feb 24 22:53:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 872000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b63e3f74-2d12-47e3-9a9a-6d978aab8eb5-173178860689563648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@francoisrollin #Change2ton, pas #Change2Thon! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: @francoisrollin #Change2ton, pas #Change2Thon! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 873000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@francoisrollin #Change2ton, pas #Change2Thon! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[0,15],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"Change2ton\",\"indices\":[16,27]},{\"text\":\"Change2Thon\",\"indices\":[33,45]},{\"text\":\"LGW\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178863239692288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"369489076\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4894,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":\"francoisrollin\",\"truncated\":false,\"id\":173178863239692288,\"created_at\":\"Fri Feb 24 22:53:53 +0000 2012\",\"in_reply_to_user_id\":369489076}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 873000, +"tags": [ +{ +"id-ref": "ef34a1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e20969d6-28c3-4fec-9f8d-2db74640bf06-173178863239692288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @VivianRoldo: #cesar2012 étant terminé, on passe sur #france5 pour #lgw :)", +"img": { +"src": "http://a1.twimg.com/profile_images/1276062222/2176444e-32ed-4d79-9ee2-0af1edf9b745_normal.png" +}, +"title": "Lolo-kun: RT @VivianRoldo: #cesar2012 étant terminé, on passe sur #france5 pour #lgw :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 874000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @VivianRoldo: #cesar2012 \\u00e9tant termin\\u00e9, on passe sur #france5 pour #lgw :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"VivianRoldo\",\"indices\":[3,15],\"id_str\":\"5786832\",\"name\":\"Vivian\",\"id\":5786832}],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[17,27]},{\"text\":\"france5\",\"indices\":[56,64]},{\"text\":\"lgw\",\"indices\":[70,74]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#cesar2012 \\u00e9tant termin\\u00e9, on passe sur #france5 pour #lgw :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[0,10]},{\"text\":\"france5\",\"indices\":[39,47]},{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178701909983232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1084,\"screen_name\":\"VivianRoldo\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":11961,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/149894981\\/background.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":47,\"profile_link_color\":\"ffbb0f\",\"followers_count\":866,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1436789815\\/mypictr_300x300_normal.jpg\",\"description\":\"Animateur du podcast audio de cin\\u00e9ma @Satoorn pour @NoWatch. \\u00c9tudiant de @LeMaster226 de @Paris_Dauphine, promo 2012. CM pour @CrossVideoDays.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"333333\",\"id_str\":\"5786832\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/149894981\\/background.jpg\",\"profile_sidebar_fill_color\":\"\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1436789815\\/mypictr_300x300_normal.jpg\",\"name\":\"Vivian\",\"default_profile_image\":false,\"created_at\":\"Sat May 05 11:02:31 +0000 2007\",\"profile_sidebar_border_color\":\"444444\",\"id\":5786832,\"utc_offset\":3600,\"favourites_count\":218,\"url\":\"http:\\/\\/vivianroldo.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178701909983232,\"created_at\":\"Fri Feb 24 22:53:14 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178868230922241\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":165,\"screen_name\":\"Lolokun\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":3173,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":157,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1276062222\\/2176444e-32ed-4d79-9ee2-0af1edf9b745_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"10019842\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276062222\\/2176444e-32ed-4d79-9ee2-0af1edf9b745_normal.png\",\"name\":\"Lolo-kun\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 07 02:55:41 +0000 2007\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":10019842,\"utc_offset\":3600,\"favourites_count\":12,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178868230922241,\"created_at\":\"Fri Feb 24 22:53:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 874000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "22fb33a6-4b51-4160-96cd-9e2edf672031-173178868230922241" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je découvre #lgw : serais-je un extra-terrestre ??", +"img": { +"src": "http://a1.twimg.com/profile_images/1803920053/hartza_anon_normal.gif" +}, +"title": "Christophe BONNARD: Je découvre #lgw : serais-je un extra-terrestre ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 876000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je d\\u00e9couvre #lgw : serais-je un extra-terrestre ??\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178878850904064\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"hartza_info\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":409,\"location\":\"64250 LOUHOSSOA\",\"profile_text_color\":\"333333\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"description\":\"auto-entrepreneur\\r\\nR\\u00e9paration, assistance et maintenance informatique, Cr\\u00e9ation de Site Internet, Montage Vid\\u00e9o, Infographie...\",\"statuses_count\":3509,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"123547535\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Christophe BONNARD\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"created_at\":\"Tue Mar 16 12:35:18 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":123547535,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/hartza.info\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\"},\"truncated\":false,\"id\":173178878850904064,\"created_at\":\"Fri Feb 24 22:53:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 876000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "885cfbae-7137-43e3-b616-7ff055e668df-173178878850904064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "et #lgw rentre dans les TT !", +"img": { +"src": "http://a0.twimg.com/profile_images/1813610224/tcv_normal.jpg" +}, +"title": "Nicolas Padovani: et #lgw rentre dans les TT !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 876000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"et #lgw rentre dans les TT !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[3,7]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178876451753984\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"_NPado_\",\"lang\":\"fr\",\"favourites_count\":37,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":283,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"description\":\"Semi-geek et sosie non-officiel de Hugh Grant.\",\"statuses_count\":2116,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"81274066\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Nicolas Padovani\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Sat Oct 10 03:47:17 +0000 2009\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":81274066,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\"},\"truncated\":false,\"id\":173178876451753984,\"created_at\":\"Fri Feb 24 22:53:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 876000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ca8989ec-bbd8-4014-9e95-75be02bcb61a-173178876451753984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @kheops2713: (heureusement qu'il y a un FreeWifi qui traîne :D) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1780301867/avatar_normal.jpg" +}, +"title": "Okhin: RT @kheops2713: (heureusement qu'il y a un FreeWifi qui traîne :D) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 877000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @kheops2713: (heureusement qu'il y a un FreeWifi qui tra\\u00eene :D) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[3,14],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"(heureusement qu'il y a un FreeWifi qui tra\\u00eene :D) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178591213920257\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"kheops2713\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":971,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"followers_count\":451,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"description\":\"Je clair, ne pas ?\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"321006177\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"name\":\"KheOps\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 20 21:41:59 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":321006177,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/www.dailymotion.com\\/video\\/x32zy6_la-strategie-de-lechec-lentretien_fun\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178591213920257,\"created_at\":\"Fri Feb 24 22:52:48 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178881413619712\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"okhin\",\"lang\":\"en\",\"profile_text_color\":\"739694\",\"statuses_count\":10333,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"followers_count\":797,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"profile_sidebar_fill_color\":\"411c0f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"name\":\"Okhin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_border_color\":\"2f1812\",\"id\":49560409,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"https:\\/\\/about.okhin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178881413619712,\"created_at\":\"Fri Feb 24 22:53:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 877000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ce643543-0158-47cf-a486-8b50aa434550-173178881413619712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "oh yes!! “@Delphine_D: #LGW Love to David & Grégoire #chuisfan”", +"img": { +"src": "http://a2.twimg.com/profile_images/1602896411/206079_10150243427490583_675380582_7702521_4377825_n_normal.jpg" +}, +"title": "Nicolas Hélin: oh yes!! “@Delphine_D: #LGW Love to David & Grégoire #chuisfan”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 878000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"oh yes!! \\u201c@Delphine_D: #LGW Love to David & Gr\\u00e9goire #chuisfan\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Delphine_D\",\"indices\":[10,21],\"id_str\":\"13436192\",\"name\":\"Delphine Dumont\",\"id\":13436192}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[23,27]},{\"text\":\"chuisfan\",\"indices\":[53,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178886237069312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":551,\"screen_name\":\"Nhelin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8519,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Carri\\u00e8res Sous Poissy\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"009999\",\"followers_count\":273,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1602896411\\/206079_10150243427490583_675380582_7702521_4377825_n_normal.jpg\",\"description\":\"Android, Gadgets, nouvelles technos, community & web 2.0, photo, foot, ... voil\\u00e0 de quoi nous allons parler ensemble :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"131516\",\"id_str\":\"21747053\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602896411\\/206079_10150243427490583_675380582_7702521_4377825_n_normal.jpg\",\"name\":\"Nicolas H\\u00e9lin\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 24 11:47:42 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":21747053,\"utc_offset\":-36000,\"favourites_count\":23,\"url\":\"http:\\/\\/nicolashelin.free.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178886237069312,\"created_at\":\"Fri Feb 24 22:53:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 878000, +"tags": [ +{ +"id-ref": "ef312c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "19f262d2-8d14-4315-8134-677e61594d07-173178886237069312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "entre impressionnisme et expressionnisme “@FlorencePorcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw”", +"img": { +"src": "http://a1.twimg.com/profile_images/1700539305/Hipparchiacourt_normal.png" +}, +"title": "Hipparchia de Thrace: entre impressionnisme et expressionnisme “@FlorencePorcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 878000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"entre impressionnisme et expressionnisme \\u201c@FlorencePorcel: MON CUBE ME BR\\u00dbLE LA FESSE GAUCHE #lgw\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[42,57],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178886501318656\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":135,\"screen_name\":\"Hipparchia_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1177,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/381328971\\/kakis.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":61,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1700539305\\/Hipparchiacourt_normal.png\",\"description\":\"5000 ans et toujours belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"365909240\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381328971\\/kakis.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700539305\\/Hipparchiacourt_normal.png\",\"name\":\"Hipparchia de Thrace\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 06:56:04 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365909240,\"utc_offset\":null,\"favourites_count\":24,\"url\":\"http:\\/\\/hipparchia.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178886501318656,\"created_at\":\"Fri Feb 24 22:53:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 878000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "609afef7-3c01-46e2-a304-7c67c4f696ad-173178886501318656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je suis passé sur le Grand Ecran \\o/ #Lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: Je suis passé sur le Grand Ecran \\o/ #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 879000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je suis pass\\u00e9 sur le Grand Ecran \\\\o\\/ #Lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178890674642944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":764,\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4350,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France - Moselle\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"D02B55\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"name\":\"R\\u00e9my D.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":48825435,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178890674642944,\"created_at\":\"Fri Feb 24 22:53:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 879000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "170e777f-4bc3-45eb-92ac-60b316a739e2-173178890674642944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@FlorencePorcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw” ah oui ... Je vois .. Ça fume !!", +"img": { +"src": "http://a0.twimg.com/profile_images/1782185349/image_normal.jpg" +}, +"title": "Arnaud77: “@FlorencePorcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw” ah oui ... Je vois .. Ça fume !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 879000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@FlorencePorcel: MON CUBE ME BR\\u00dbLE LA FESSE GAUCHE #lgw\\u201d ah oui ... Je vois .. \\u00c7a fume !!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[1,16],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178888434880512\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":463,\"screen_name\":\"senearnaud77270\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":620,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410459009\\/IMG_1479little.jpg\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":78,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1782185349\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386121061\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410459009\\/IMG_1479little.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782185349\\/image_normal.jpg\",\"name\":\"Arnaud77\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 06 18:06:41 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386121061,\"utc_offset\":3600,\"favourites_count\":10,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178888434880512,\"created_at\":\"Fri Feb 24 22:53:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 879000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "15eaad83-24e0-40ff-9ddc-7fecdcfce054-173178888434880512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et hop je rejoins #lgw \nHistoire Twitter entre 2 éternuements #grippe", +"img": { +"src": "http://a2.twimg.com/profile_images/578949538/6611_137621203372_560673372_3231878_5032042_n_normal.jpg" +}, +"title": "mikiane: Et hop je rejoins #lgw \nHistoire Twitter entre 2 éternuements #grippe", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 879000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et hop je rejoins #lgw \\nHistoire Twitter entre 2 \\u00e9ternuements #grippe\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]},{\"text\":\"grippe\",\"indices\":[62,69]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"place_type\":\"city\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.362616,48.87309]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178888753655811\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.87309,2.362616]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":4607,\"screen_name\":\"mikiane\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":8662,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/30288548\\/fond.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":860,\"profile_link_color\":\"000dc9\",\"followers_count\":29881,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/578949538\\/6611_137621203372_560673372_3231878_5032042_n_normal.jpg\",\"description\":\"Joshfire CEO & Owner.\\r\\nUse to be the Digital Director of France24. Rue89 Cofounder. TEDxParis Curator since 2009 #internetofthings #marktech #innovation #media\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"ffffff\",\"id_str\":\"6574682\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/30288548\\/fond.jpg\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/578949538\\/6611_137621203372_560673372_3231878_5032042_n_normal.jpg\",\"name\":\"mikiane\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 04 17:00:30 +0000 2007\",\"profile_sidebar_border_color\":\"d4d4d4\",\"id\":6574682,\"utc_offset\":-7200,\"favourites_count\":23,\"url\":\"http:\\/\\/mikiane.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178888753655811,\"created_at\":\"Fri Feb 24 22:53:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 879000, +"tags": [ +{ +"id-ref": "ef358ea8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3722d4fc-b222-4fac-8e2e-ab5ec27e30b3-173178888753655811" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tiens, encore un nouveau décor pour #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1592192908/DKen_MG_5127_Small_normal.jpeg" +}, +"title": "Antoine Dubuquoy: Tiens, encore un nouveau décor pour #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 881000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tiens, encore un nouveau d\\u00e9cor pour #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178897519747072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1104,\"screen_name\":\"dubuc64\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":12386,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"location\":\"Paris (France)\",\"show_all_inline_media\":false,\"listed_count\":117,\"profile_link_color\":\"ff0000\",\"followers_count\":1732,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"description\":\"Digital Media Strategist - Social Media, Community Management - Rock & pop culture guru - Auteur avec @nicoprat des Miscellan\\u00e9es d'Internet parution le 12\\/01\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"10731962\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"profile_sidebar_fill_color\":\"eeeeee\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"name\":\"Antoine Dubuquoy\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 30 07:20:52 +0000 2007\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":10731962,\"utc_offset\":3600,\"favourites_count\":339,\"url\":\"http:\\/\\/www.dubucsblog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178897519747072,\"created_at\":\"Fri Feb 24 22:54:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 881000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a83badfa-98cb-4dec-84f5-d0dbf09e19c9-173178897519747072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #IlReste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: @LeGrandWebze #IlReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 884000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze #IlReste #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[14,22]},{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173176896102744065\",\"id_str\":\"173178910723411968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173176896102744065,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":233,\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10928,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez les mafieux mexicains\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":390,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"name\":\"Young, Wild & Free\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":363343002,\"utc_offset\":null,\"favourites_count\":39,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173178910723411968,\"created_at\":\"Fri Feb 24 22:54:04 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 884000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "18fca3fb-7f3f-4d22-988f-92a59aee7680-173178910723411968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Y'a le Palmashow sur France 5 #legrandwebze", +"img": { +"src": "http://a0.twimg.com/profile_images/1676545149/image_normal.jpg" +}, +"title": "Juliette Husson: Y'a le Palmashow sur France 5 #legrandwebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 885000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Y'a le Palmashow sur France 5 #legrandwebze\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"legrandwebze\",\"indices\":[30,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178913047056384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":191,\"screen_name\":\"LoupLoutre\",\"lang\":\"en\",\"profile_text_color\":\"050505\",\"statuses_count\":1476,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/255965783\\/5726445060_85ed0552ce_z_large.jpg\",\"location\":\"Brest, France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"c7406f\",\"followers_count\":87,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1676545149\\/image_normal.jpg\",\"description\":\"De l'urbain avec tout ce qu'il y a dedans.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mountain Time (US & Canada)\",\"profile_background_color\":\"1c1c1c\",\"id_str\":\"20921272\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/255965783\\/5726445060_85ed0552ce_z_large.jpg\",\"profile_sidebar_fill_color\":\"fff0ff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1676545149\\/image_normal.jpg\",\"name\":\"Juliette Husson\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 15 17:04:56 +0000 2009\",\"profile_sidebar_border_color\":\"fcdbe7\",\"id\":20921272,\"utc_offset\":-25200,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178913047056384,\"created_at\":\"Fri Feb 24 22:54:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 885000, +"tags": [ +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d87ca969-3746-485b-b9d2-5c10070326c9-173178913047056384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@mirayoki c'est plus à la Cartonnerie #lgw ? J'arrive en cours de route je suis perdue cc @FlorencePorcel", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: @mirayoki c'est plus à la Cartonnerie #lgw ? J'arrive en cours de route je suis perdue cc @FlorencePorcel", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 885000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@mirayoki c'est plus \\u00e0 la Cartonnerie #lgw ? J'arrive en cours de route je suis perdue cc @FlorencePorcel\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"mirayoki\",\"indices\":[0,9],\"id_str\":\"315115218\",\"name\":\"Vivien CHAZEL\",\"id\":315115218},{\"screen_name\":\"FlorencePorcel\",\"indices\":[90,105],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173178552706023424\",\"id_str\":\"173178916800970753\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173178552706023424,\"in_reply_to_user_id_str\":\"315115218\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":382,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2710,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":484,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":\"mirayoki\",\"truncated\":false,\"id\":173178916800970753,\"created_at\":\"Fri Feb 24 22:54:05 +0000 2012\",\"in_reply_to_user_id\":315115218}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 885000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1b4e5ef8-6efc-4e6a-a666-8e4b859d13ed-173178916800970753" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw on peut passer l épisode sur la météo de #verybadblagues ? Trop bon", +"img": { +"src": "http://a0.twimg.com/profile_images/1802162566/image_normal.jpg" +}, +"title": "Julien Cotte: #lgw on peut passer l épisode sur la météo de #verybadblagues ? Trop bon", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 887000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw on peut passer l \\u00e9pisode sur la m\\u00e9t\\u00e9o de #verybadblagues ? Trop bon\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"verybadblagues\",\"indices\":[46,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178923948048385\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":872,\"screen_name\":\"JulienCotteALU\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3873,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"location\":\"V\\u00e9lizy-Villacoublay\",\"show_all_inline_media\":false,\"listed_count\":138,\"profile_link_color\":\"0084B4\",\"followers_count\":1405,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"description\":\"DRH du site de V\\u00e9lizy (France) - HR Community Manager - Marketing HR2.0 - @AlcatelLucent\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"107697826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"name\":\"Julien Cotte\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 23 12:17:36 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":107697826,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/juliencotte.typepad.com\\/le-blog-de-julien-cotte-\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178923948048385,\"created_at\":\"Fri Feb 24 22:54:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 887000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef361256-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5450139e-1a72-4271-a03a-cf05b4905ca1-173178923948048385" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @InsafOo: #lgw François Rollin in the deep? #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: RT @InsafOo: #lgw François Rollin in the deep? #cQui", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 888000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @InsafOo: #lgw Fran\\u00e7ois Rollin in the deep? #cQui\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"InsafOo\",\"indices\":[3,11],\"name\":\"oOfasnI\",\"id_str\":\"342660437\",\"id\":342660437}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]},{\"text\":\"cQui\",\"indices\":[47,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Fran\\u00e7ois Rollin in the deep? #cQui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cQui\",\"indices\":[34,39]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178704896339968\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"InsafOo\",\"lang\":\"fr\",\"favourites_count\":34,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":141,\"location\":\"Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":198,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1563780941\\/pic_copie_normal.jpg\",\"description\":\"Journalisme \\u00e0 l'ULB\\/ Stage \\u00e0 la RTBF et au Soir\\/ Erasmus \\u00e0 Paris\\/ Jobiste au Cirque Royal\\/ Parle r\\u00e9guli\\u00e8rement le sarcasme\\/ Mes cuites n'engagent que moi.\",\"statuses_count\":1087,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"342660437\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"oOfasnI\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Tue Jul 26 11:22:50 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":342660437,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/insiblog.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1563780941\\/pic_copie_normal.jpg\"},\"truncated\":false,\"id\":173178704896339968,\"created_at\":\"Fri Feb 24 22:53:15 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178926905036800\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"c0c3c4\",\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":75,\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"profile_text_color\":\"333333\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"statuses_count\":989,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Shik-a-Marrant\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"id\":57607506,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\"},\"truncated\":false,\"id\":173178926905036800,\"created_at\":\"Fri Feb 24 22:54:08 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 888000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "46c62627-040e-495c-9b60-457761ff7086-173178926905036800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vazy @mafaldah71 !! RT @dzeis: Pensée émue pour une partie du Team @Tweets2Comptoir actuellement sur France 5. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1827173511/diejet_normal.jpg" +}, +"title": "vavodal: Vazy @mafaldah71 !! RT @dzeis: Pensée émue pour une partie du Team @Tweets2Comptoir actuellement sur France 5. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 889000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Vazy @mafaldah71 !! RT @dzeis: Pens\\u00e9e \\u00e9mue pour une partie du Team @Tweets2Comptoir actuellement sur France 5. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"mafaldah71\",\"indices\":[5,16],\"name\":\"mafaldah71\",\"id_str\":\"101297843\",\"id\":101297843},{\"screen_name\":\"dzeis\",\"indices\":[23,29],\"name\":\"[\\u0256\\u0290\\u0259\\u026a\\u0283]\",\"id_str\":\"47984073\",\"id\":47984073},{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[67,83],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[111,115]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178931539750914\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"screen_name\":\"diejet\",\"lang\":\"fr\",\"favourites_count\":177,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":576,\"location\":\"Montpellier\",\"profile_text_color\":\"333333\",\"followers_count\":638,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1827173511\\/diejet_normal.jpg\",\"description\":\"Tout est sous contr\\u00f4le\\u2026 mais en douceur. Enfin, je vais essayer !\",\"statuses_count\":10571,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342894182\\/IMG_1551.JPG\",\"show_all_inline_media\":false,\"listed_count\":54,\"profile_link_color\":\"038543\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ACDED6\",\"protected\":false,\"id_str\":\"285043271\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"vavodal\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342894182\\/IMG_1551.JPG\",\"created_at\":\"Wed Apr 20 12:40:21 +0000 2011\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"id\":285043271,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827173511\\/diejet_normal.jpg\"},\"truncated\":false,\"id\":173178931539750914,\"created_at\":\"Fri Feb 24 22:54:09 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 889000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "10364b64-cea3-4e33-891a-164b9a9d4eb3-173178931539750914" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #debout", +"img": { +"src": "http://a0.twimg.com/profile_images/1677676216/fender_2_normal.jpg" +}, +"title": "Sébastien vdo: #LGW #debout", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 890000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW #debout\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"debout\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178936308678656\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"screen_name\":\"sebvdo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Juste l\\u00e0...\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"990000\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"description\":\"Web\\/Zic\\/Foot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"97193463\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"name\":\"S\\u00e9bastien vdo\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 16 11:57:29 +0000 2009\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":97193463,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178936308678656,\"created_at\":\"Fri Feb 24 22:54:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 890000, +"tags": [ +{ +"id-ref": "ef3663e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aa739131-3188-4e74-9c37-1a0e588c6e6d-173178936308678656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "60 millions de vues. Et pas moi. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: 60 millions de vues. Et pas moi. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 891000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"60 millions de vues. Et pas moi. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178940284866562\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3887,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":518,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178940284866562,\"created_at\":\"Fri Feb 24 22:54:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 891000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9320df99-f45a-465b-bedf-8a473d278eb0-173178940284866562" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Recherche modèles photos féminis à Paris #LGW #Aucasoù", +"img": { +"src": "http://a3.twimg.com/profile_images/1657576016/tumblr_lr0iret1w41qfktzdo1_500_normal.jpg" +}, +"title": "Jerry Van Krasten: Recherche modèles photos féminis à Paris #LGW #Aucasoù", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 891000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Recherche mod\\u00e8les photos f\\u00e9minis \\u00e0 Paris #LGW #Aucaso\\u00f9\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[41,45]},{\"text\":\"Aucaso\\u00f9\",\"indices\":[46,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178941559947264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":23,\"screen_name\":\"JerryVanKrasten\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":151,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Europe\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":18,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1657576016\\/tumblr_lr0iret1w41qfktzdo1_500_normal.jpg\",\"description\":\"Photographer working in Paris and London. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"London\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"410119625\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657576016\\/tumblr_lr0iret1w41qfktzdo1_500_normal.jpg\",\"name\":\"Jerry Van Krasten\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 11 17:24:55 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":410119625,\"utc_offset\":0,\"favourites_count\":0,\"url\":\"http:\\/\\/www.flickriver.com\\/photos\\/jerryvankrasten\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178941559947264,\"created_at\":\"Fri Feb 24 22:54:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 891000, +"tags": [ +{ +"id-ref": "ef369af0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b784dba2-d5ea-4796-9c4d-fefcebbd3ae8-173178941559947264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart ding dong #ilrevient", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: #lgw #ilpart ding dong #ilrevient", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 892000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilpart ding dong #ilrevient\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]},{\"text\":\"ilrevient\",\"indices\":[23,33]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178943296380928\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"F2E195\",\"screen_name\":\"papounay2000\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":265,\"location\":\"\",\"profile_text_color\":\"0C3E53\",\"followers_count\":135,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"description\":\"N'oubliez pas de vous aimer\",\"statuses_count\":3536,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"protected\":false,\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"\\u2620papounay2000\\u2620\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"id\":14764219,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\"},\"truncated\":false,\"id\":173178943296380928,\"created_at\":\"Fri Feb 24 22:54:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 892000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef36b936-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ddeec9eb-1434-431d-8ff3-98ecbbeb4da5-173178943296380928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Jean Dujardin t'as les boules? Tiens, on en a plein pour toi dans #lgw #socialtv", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: Jean Dujardin t'as les boules? Tiens, on en a plein pour toi dans #lgw #socialtv", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 892000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Jean Dujardin t'as les boules? Tiens, on en a plein pour toi dans #lgw #socialtv\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[66,70]},{\"text\":\"socialtv\",\"indices\":[71,80]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178945800376321\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13059,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":792,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178945800376321,\"created_at\":\"Fri Feb 24 22:54:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 892000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef36d736-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "610ebb6e-cc79-402c-9a5c-4149d81dc8ea-173178945800376321" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste #palmashow y a du monde sur @France5 ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1729961706/fan-art-naturo-rufus-shinra-big_normal.jpg" +}, +"title": "Emilien: #lgw #ilreste #palmashow y a du monde sur @France5 ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 895000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste #palmashow y a du monde sur @France5 ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"france5\",\"indices\":[42,50],\"id_str\":\"128507523\",\"name\":\"France cinq\",\"id\":128507523}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]},{\"text\":\"palmashow\",\"indices\":[14,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178958752399360\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":22,\"screen_name\":\"H0shiz0ra_FR\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":107,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1729961706\\/fan-art-naturo-rufus-shinra-big_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"160249990\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1729961706\\/fan-art-naturo-rufus-shinra-big_normal.jpg\",\"name\":\"Emilien\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 27 16:51:00 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":160249990,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178958752399360,\"created_at\":\"Fri Feb 24 22:54:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 895000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef203116-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa36aeca-dbc7-448c-a489-ba75d24dc155-173178958752399360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Jali: ça vanne Romorantin dans #lgw tu sens qu' #ilpart bientôt ou alors #ilchange2ton", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: RT @Jali: ça vanne Romorantin dans #lgw tu sens qu' #ilpart bientôt ou alors #ilchange2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 897000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Jali: \\u00e7a vanne Romorantin dans #lgw tu sens qu' #ilpart bient\\u00f4t ou alors #ilchange2ton\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Jali\",\"indices\":[3,8],\"id_str\":\"8064742\",\"name\":\"jali\",\"id\":8064742}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]},{\"text\":\"ilpart\",\"indices\":[52,59]},{\"text\":\"ilchange2ton\",\"indices\":[77,90]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00e7a vanne Romorantin dans #lgw tu sens qu' #ilpart bient\\u00f4t ou alors #ilchange2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"ilpart\",\"indices\":[42,49]},{\"text\":\"ilchange2ton\",\"indices\":[67,80]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.netvibes.com\\/\\\" rel=\\\"nofollow\\\"\\u003ENetvibes Official Widget\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178775805247488\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":110,\"screen_name\":\"Jali\",\"lang\":\"fr\",\"profile_text_color\":\"574b57\",\"statuses_count\":30517,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"FR\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"name\":\"jali\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":8064742,\"utc_offset\":3600,\"favourites_count\":148,\"url\":\"http:\\/\\/www.jali.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178775805247488,\"created_at\":\"Fri Feb 24 22:53:32 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178965677187072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":886,\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":33184,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Pau\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"followers_count\":2186,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"name\":\"Aur\\u00e9lien\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14321671,\"utc_offset\":3600,\"favourites_count\":140,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178965677187072,\"created_at\":\"Fri Feb 24 22:54:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 897000, +"tags": [ +{ +"id-ref": "ef1a8540-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "50f19e9b-73f6-4825-adff-9514b0f65156-173178965677187072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le @palmashow avec @Vinvin sur Fr5 #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/770062660/35125574_55649_normal.bmp" +}, +"title": "faconpuzzle: Le @palmashow avec @Vinvin sur Fr5 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 898000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le @palmashow avec @Vinvin sur Fr5 #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[19,26],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178969603059713\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":241,\"screen_name\":\"faconpuzzle\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":1163,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/45497990\\/grunge-fabric-dl.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"2FC2EF\",\"followers_count\":132,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/770062660\\/35125574_55649_normal.bmp\",\"description\":\"IP\\/IT\\/Potential Bullshit\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"35125574\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/45497990\\/grunge-fabric-dl.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/770062660\\/35125574_55649_normal.bmp\",\"name\":\"faconpuzzle\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 25 02:55:39 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":35125574,\"utc_offset\":3600,\"favourites_count\":29,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178969603059713,\"created_at\":\"Fri Feb 24 22:54:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 898000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3eb525db-6a4e-4854-8cb9-19a951cb4e68-173178969603059713" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #lgw et comment on fait quand on a pas d'humour? on se coupe un bras ? ;-) http://t.co/kznYKhS1", +"img": { +"src": "http://a3.twimg.com/profile_images/1744565468/avatar__tweet_panthere_normal.jpg" +}, +"title": "tweet panthere: @LeGrandWebze #lgw et comment on fait quand on a pas d'humour? on se coupe un bras ? ;-) http://t.co/kznYKhS1", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 900000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze #lgw et comment on fait quand on a pas d'humour? on se coupe un bras ? ;-) http:\\/\\/t.co\\/kznYKhS1\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[{\"indices\":[90,110],\"expanded_url\":\"http:\\/\\/lockerz.com\\/s\\/186833897\",\"display_url\":\"lockerz.com\\/s\\/186833897\",\"url\":\"http:\\/\\/t.co\\/kznYKhS1\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173177451382439938\",\"id_str\":\"173178975986786304\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173177451382439938,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":90,\"screen_name\":\"tweet_panthere\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":600,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"DTC\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":78,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1744565468\\/avatar__tweet_panthere_normal.jpg\",\"description\":\"Voil\\u00e0 25 ans que je suis n\\u00e9e dans un paquet de chips, d\\u00e9sormais, c'est d\\u00e9cid\\u00e9, \\u00e0 d\\u00e9faut d'une vie r\\u00e9elle, je vais vivre et construire une vie sociale sur le net\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"459596569\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1744565468\\/avatar__tweet_panthere_normal.jpg\",\"name\":\"tweet panthere\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 09 21:06:34 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":459596569,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/tweetpanthere.wordpress.com\\/\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173178975986786304,\"created_at\":\"Fri Feb 24 22:54:20 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 900000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "363a4d48-ce53-4bbe-abf2-f133b4868502-173178975986786304" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@semioblog: Tous sur #lgw” la v4 est mieux non ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: “@semioblog: Tous sur #lgw” la v4 est mieux non ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 900000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u201c@semioblog: Tous sur #lgw\\u201d la v4 est mieux non ?\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"semioblog\",\"indices\":[1,11],\"name\":\"Virginie Spies\",\"id_str\":\"10078802\",\"id\":10078802}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178977584816128\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":543,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":210,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"statuses_count\":636,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Royer Charles-Henri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":185396126,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\"},\"truncated\":false,\"id\":173178977584816128,\"created_at\":\"Fri Feb 24 22:54:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 900000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "381aff4b-ae77-4310-93eb-ea7f3ff3f557-173178977584816128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Morandini c'est comique #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: Morandini c'est comique #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 901000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Morandini c'est comique #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178981753950208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1753,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178981753950208,\"created_at\":\"Fri Feb 24 22:54:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 901000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4eda1ccf-cf8e-4795-9ae2-34022d33d071-173178981753950208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gerald Depalmashow. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1689863523/331385963_normal.jpg" +}, +"title": "Rajae: Gerald Depalmashow. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 901000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Gerald Depalmashow. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178982626377728\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1567,\"screen_name\":\"Rajae_M_\",\"lang\":\"en\",\"profile_text_color\":\"0d020d\",\"statuses_count\":98839,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/406096990\\/twilk_background_4f1b18a583251.jpg\",\"location\":\"Belgique avec un gouvernement\",\"show_all_inline_media\":false,\"listed_count\":364,\"profile_link_color\":\"BF1238\",\"followers_count\":4580,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1689863523\\/331385963_normal.jpg\",\"description\":\"Quand il y a trop de poils, je vois pubien.\\nCM de @LisePressac.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"BF1238\",\"id_str\":\"65035525\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/406096990\\/twilk_background_4f1b18a583251.jpg\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1689863523\\/331385963_normal.jpg\",\"name\":\"Rajae\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 12 13:31:45 +0000 2009\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":65035525,\"utc_offset\":3600,\"favourites_count\":1120,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178982626377728,\"created_at\":\"Fri Feb 24 22:54:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 901000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3bf27893-5aeb-4dcd-9bde-9414c22de473-173178982626377728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw sondage en direct @france5tv :-)", +"img": { +"src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png" +}, +"title": "Samuel Huron: #lgw sondage en direct @france5tv :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 901000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw sondage en direct @france5tv :-)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[23,33],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178983507169280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":764,\"screen_name\":\"cybunk\",\"lang\":\"en\",\"profile_text_color\":\"4c9c8f\",\"statuses_count\":2675,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":69,\"profile_link_color\":\"b3009b\",\"followers_count\":699,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"description\":\"Lead designer @IRILive Centre Pompidou \\/ PhD student in #infoviz #chi @ Paris11 \\/ @INRIA : #ui #Webdesign, #WebScience, #philosophy, #open #innovation\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"14905766\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"name\":\"Samuel Huron\",\"default_profile_image\":false,\"created_at\":\"Mon May 26 06:02:18 +0000 2008\",\"profile_sidebar_border_color\":\"b3009b\",\"id\":14905766,\"utc_offset\":-10800,\"favourites_count\":405,\"url\":\"http:\\/\\/www.cybunk.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178983507169280,\"created_at\":\"Fri Feb 24 22:54:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 901000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4f63ce2b-b8cb-4fea-9518-5e7e65226155-173178983507169280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @valmad_: Je vote pour l'éducation et le langage soutenu! #TeamVieilleFranceAssumée #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1830176857/picc-3rmof9wbb-233188-500-330_normal.jpg" +}, +"title": "Angie: RT @valmad_: Je vote pour l'éducation et le langage soutenu! #TeamVieilleFranceAssumée #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 903000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @valmad_: Je vote pour l'\\u00e9ducation et le langage soutenu! #TeamVieilleFranceAssum\\u00e9e #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"valmad_\",\"indices\":[3,11],\"name\":\"val\",\"id_str\":\"51392884\",\"id\":51392884}],\"hashtags\":[{\"text\":\"TeamVieilleFranceAssum\\u00e9e\",\"indices\":[62,87]},{\"text\":\"lgw\",\"indices\":[88,92]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je vote pour l'\\u00e9ducation et le langage soutenu! #TeamVieilleFranceAssum\\u00e9e #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"TeamVieilleFranceAssum\\u00e9e\",\"indices\":[49,74]},{\"text\":\"lgw\",\"indices\":[75,79]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178675351654400\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"valmad_\",\"lang\":\"fr\",\"favourites_count\":65,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":503,\"location\":\"Aquitaine\",\"profile_text_color\":\"333333\",\"followers_count\":1208,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1640796894\\/valmad__normal.jpg\",\"description\":\"Ma bio, par vous: *Ange ou D\\u00e9esse*, douce, dr\\u00f4le, courageuse, corrosive, fid\\u00e8le. Bref, awesome. Modeste? Non, y'avait pas! \\r\\n#soglamour \",\"statuses_count\":17055,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/37593519\\/dune_sunset.JPG\",\"show_all_inline_media\":true,\"listed_count\":66,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"51392884\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"val\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/37593519\\/dune_sunset.JPG\",\"created_at\":\"Sat Jun 27 09:10:54 +0000 2009\",\"profile_sidebar_fill_color\":\"c5e0ed\",\"id\":51392884,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/valmad.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640796894\\/valmad__normal.jpg\"},\"truncated\":false,\"id\":173178675351654400,\"created_at\":\"Fri Feb 24 22:53:08 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178988620021760\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"0c1414\",\"screen_name\":\"AhAngelik\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":114,\"location\":\"France\",\"profile_text_color\":\"737b81\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1830176857\\/picc-3rmof9wbb-233188-500-330_normal.jpg\",\"description\":\"Fille de l'Est toujours \\u00e0 l'ouest mais ne perd pas le nord. \",\"statuses_count\":1167,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/408184427\\/hello-5dggk579p-215158-530-424.jpg\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"f585bb\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1a1715\",\"protected\":false,\"id_str\":\"430315081\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Angie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408184427\\/hello-5dggk579p-215158-530-424.jpg\",\"created_at\":\"Wed Dec 07 01:03:27 +0000 2011\",\"profile_sidebar_fill_color\":\"090a0a\",\"id\":430315081,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830176857\\/picc-3rmof9wbb-233188-500-330_normal.jpg\"},\"truncated\":false,\"id\":173178988620021760,\"created_at\":\"Fri Feb 24 22:54:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 903000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef3000e6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c7b9d898-bba3-48fa-adbe-d5023e8283c3-173178988620021760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #IlReste #lgw", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_4_normal.png" +}, +"title": "Raphaël Vartanian: @LeGrandWebze #IlReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 903000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze #IlReste #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[14,22]},{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178992189386752\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":38,\"screen_name\":\"ShahenHayIan\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":71,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"103083418\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"name\":\"Rapha\\u00ebl Vartanian\",\"default_profile_image\":true,\"created_at\":\"Fri Jan 08 20:45:17 +0000 2010\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":103083418,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173178992189386752,\"created_at\":\"Fri Feb 24 22:54:23 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 903000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "424c5dd0-e694-4323-9a3c-372948954e10-173178992189386752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @o0REL: Maintenant vous appuyez sur la touche + de votre télécommande pour passer de C+ à FR5 . merci #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: RT @o0REL: Maintenant vous appuyez sur la touche + de votre télécommande pour passer de C+ à FR5 . merci #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 904000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @o0REL: Maintenant vous appuyez sur la touche + de votre t\\u00e9l\\u00e9commande pour passer de C+ \\u00e0 FR5 . merci #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"o0REL\",\"indices\":[3,9],\"name\":\"o0REL\",\"id_str\":\"69682753\",\"id\":69682753}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[105,109]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Maintenant vous appuyez sur la touche + de votre t\\u00e9l\\u00e9commande pour passer de C+ \\u00e0 FR5 . merci #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[94,98]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178697946365952\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"o0REL\",\"lang\":\"fr\",\"favourites_count\":2680,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":147,\"location\":\"\",\"profile_text_color\":\"634047\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"description\":\"A base de compote\",\"statuses_count\":6740,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"9aa6a1\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"636566\",\"protected\":false,\"id_str\":\"69682753\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"o0REL\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"created_at\":\"Fri Aug 28 20:12:55 +0000 2009\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":69682753,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/o0rel.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\"},\"truncated\":false,\"id\":173178697946365952,\"created_at\":\"Fri Feb 24 22:53:13 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178995838423040\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":98,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"statuses_count\":1156,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cammarata Thierry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":334554629,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\"},\"truncated\":false,\"id\":173178995838423040,\"created_at\":\"Fri Feb 24 22:54:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 904000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fd2d0d4f-1ea2-4e0f-991c-c0891de94a93-173178995838423040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je conaissais pas #LGW sur France 5, c'est sympa !", +"img": { +"src": "http://a1.twimg.com/profile_images/485277625/profil_twitter_normal.jpg" +}, +"title": "Dan Scemama: Je conaissais pas #LGW sur France 5, c'est sympa !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 904000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je conaissais pas #LGW sur France 5, c'est sympa !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[18,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178996501123073\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"9e9696\",\"screen_name\":\"scemamadan\",\"lang\":\"en\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":75,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":48,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/485277625\\/profil_twitter_normal.jpg\",\"description\":\"Tweeteur \\u00e0 ses heures perdues\\r\\nStudent in the engineering school ISEP Paris, specialized in IT.\",\"statuses_count\":557,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"5a8a1c\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"21075947\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Dan Scemama\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"created_at\":\"Tue Feb 17 09:24:17 +0000 2009\",\"profile_sidebar_fill_color\":\"d1ed96\",\"id\":21075947,\"follow_request_sent\":null,\"utc_offset\":-36000,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/485277625\\/profil_twitter_normal.jpg\"},\"truncated\":false,\"id\":173178996501123073,\"created_at\":\"Fri Feb 24 22:54:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 904000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7c627ae3-b9ad-4da2-a2a0-a176bd84f1de-173178996501123073" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allez, #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1457064362/DSCN0269_normal.JPG" +}, +"title": "Lola: Allez, #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 905000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Allez, #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178999479083008\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LolaLaloh\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":261,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":87,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1457064362\\/DSCN0269_normal.JPG\",\"description\":\"Made in Bourgogne \\/ Sciences Po Paris \\/ Politique \\/ Babyfoot\",\"statuses_count\":554,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"82011886\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Lola\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Oct 13 04:35:03 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":82011886,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1457064362\\/DSCN0269_normal.JPG\"},\"truncated\":false,\"id\":173178999479083008,\"created_at\":\"Fri Feb 24 22:54:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 905000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "19d3cbed-f0ff-4b0a-959c-f494ccc44549-173178999479083008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW commence a arriver en TT! :D", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: #LGW commence a arriver en TT! :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 905000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW commence a arriver en TT! :D\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178997704900608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4894,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178997704900608,\"created_at\":\"Fri Feb 24 22:54:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 905000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fecae0a2-83e2-456d-ba66-69b8c68eb026-173178997704900608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'objectif c'est de mettre le grand webzé dans les TT le soir des césars! =) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: L'objectif c'est de mettre le grand webzé dans les TT le soir des césars! =) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 905000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"L'objectif c'est de mettre le grand webz\\u00e9 dans les TT le soir des c\\u00e9sars! =) #lgw\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"screen_name\":\"JoffreyMick\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"eeeeee\",\"location\":\"Paris\",\"favourites_count\":5,\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":145,\"profile_text_color\":\"333333\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"statuses_count\":1025,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"protected\":false,\"is_translator\":false,\"name\":\"Joffrey Mick\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_background_color\":\"131516\",\"id\":255731473,\"id_str\":\"255731473\",\"geo_enabled\":false,\"profile_background_tile\":true,\"utc_offset\":3600,\"url\":null},\"in_reply_to_status_id\":null,\"id\":173178997595832321,\"created_at\":\"Fri Feb 24 22:54:25 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178997595832321\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 905000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9ca0b7a2-21f9-409c-b4d9-57cf497aca97-173178997595832321" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Les Girolles Wagnériennes", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: #lgw Les Girolles Wagnériennes", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 906000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Les Girolles Wagn\\u00e9riennes\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179003216207874\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5e1410\",\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"favourites_count\":297,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1749,\"location\":\"Crozon, Brittany\",\"profile_text_color\":\"000000\",\"followers_count\":2619,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"statuses_count\":28279,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Philippe B\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_fill_color\":\"d3ede7\",\"id\":14400518,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\"},\"truncated\":false,\"id\":173179003216207874,\"created_at\":\"Fri Feb 24 22:54:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 906000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "031d807f-c169-4c42-9e51-01cb829773c6-173179003216207874" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1850436870/377706_2377116780488_1027655952_2625557_609721544_n_normal.jpg" +}, +"title": "Brisex Suquet: #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 907000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179009251815424\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"briacsuquet\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":43,\"location\":\"Paris 75006\",\"profile_text_color\":\"333333\",\"followers_count\":55,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850436870\\/377706_2377116780488_1027655952_2625557_609721544_n_normal.jpg\",\"description\":\" BBM : 23402A72\",\"statuses_count\":282,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"93221276\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Brisex Suquet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Nov 28 17:14:35 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":93221276,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850436870\\/377706_2377116780488_1027655952_2625557_609721544_n_normal.jpg\"},\"truncated\":false,\"id\":173179009251815424,\"created_at\":\"Fri Feb 24 22:54:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 907000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c95ee42a-778a-44da-8eef-e0f6c6deb77a-173179009251815424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pas un copek? Ouai enfin le ciné c'est pour bientôt #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1696785642/image_normal.jpg" +}, +"title": "Tweedy Bang: Pas un copek? Ouai enfin le ciné c'est pour bientôt #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 907000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pas un copek? Ouai enfin le cin\\u00e9 c'est pour bient\\u00f4t #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179007477612544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":140,\"screen_name\":\"theuxbdr\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":230,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/415218924\\/photographist\",\"location\":\"Paris \\/ Montr\\u00e9al\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":82,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1696785642\\/image_normal.jpg\",\"description\":\"Blogging \\/ Jogging \\/ Marketing \\/ Lifestyle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"156664189\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/415218924\\/photographist\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1696785642\\/image_normal.jpg\",\"name\":\"Tweedy Bang\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 17 15:11:01 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":156664189,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/tempercloud.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179007477612544,\"created_at\":\"Fri Feb 24 22:54:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 907000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3e132180-3235-40e2-860f-f082eb328cc5-173179007477612544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Palmashow sur France 5 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1847053381/djerba_normal.jpg" +}, +"title": "Make me proud.: #Palmashow sur France 5 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 907000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Palmashow sur France 5 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Palmashow\",\"indices\":[0,10]},{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2874563,48.8939415],[2.3208565,48.8939415],[2.3208565,48.9139797],[2.2874563,48.9139797]]]},\"attributes\":{},\"full_name\":\"Clichy, Hauts-de-Seine\",\"name\":\"Clichy\",\"id\":\"4c3318566deb6dd6\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/4c3318566deb6dd6.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.31587211,48.90120498]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179008035467264\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.90120498,2.31587211]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"celib_a_terre1\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":34,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1847053381\\/djerba_normal.jpg\",\"description\":\"Same old shit, just a different day. #Peace, #LOVE and #Unity.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"500335099\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1847053381\\/djerba_normal.jpg\",\"name\":\"Make me proud.\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 23 01:32:53 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":500335099,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179008035467264,\"created_at\":\"Fri Feb 24 22:54:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 907000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef203116-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df24e1e6-821b-488a-8cfa-16fd5fceeedf-173179008035467264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Quand vous parlez tous en même temps on comprend rien... C'est ce que mon pépé dirait #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1657466010/IMG_1705_normal.JPG" +}, +"title": "Enonciation: Quand vous parlez tous en même temps on comprend rien... C'est ce que mon pépé dirait #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 907000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Quand vous parlez tous en m\\u00eame temps on comprend rien... C'est ce que mon p\\u00e9p\\u00e9 dirait #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[86,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179008714948608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":417,\"screen_name\":\"enonciation\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7087,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/316641454\\/Fond_petit.jpg\",\"location\":\"Dijon... Si,si!\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"0084B4\",\"followers_count\":389,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1657466010\\/IMG_1705_normal.JPG\",\"description\":\"En terme de probabilit\\u00e9, nous n'existons pas. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"180816153\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/316641454\\/Fond_petit.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657466010\\/IMG_1705_normal.JPG\",\"name\":\"Enonciation\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 20 15:20:12 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":180816153,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179008714948608,\"created_at\":\"Fri Feb 24 22:54:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 907000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1a746a28-06a6-4625-a9e5-9f2569d33aa9-173179008714948608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je propose à #lgw mon studio avec pierre apparente à bordeaux pour une ambiance cosy et chaleureuse. Avec Florence sur mes genoux !", +"img": { +"src": "http://a2.twimg.com/profile_images/1813498773/mygreg_normal.jpg" +}, +"title": "mygreg: je propose à #lgw mon studio avec pierre apparente à bordeaux pour une ambiance cosy et chaleureuse. Avec Florence sur mes genoux !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 908000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"je propose \\u00e0 #lgw mon studio avec pierre apparente \\u00e0 bordeaux pour une ambiance cosy et chaleureuse. Avec Florence sur mes genoux !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179009830617088\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"mygreg\",\"lang\":\"en\",\"favourites_count\":1059,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":447,\"location\":\"Bordeaux\",\"profile_text_color\":\"3E4415\",\"followers_count\":985,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1813498773\\/mygreg_normal.jpg\",\"description\":\"veilleur @gregveille - rp et cm @podradio_fr - co-organisateur du mash up bordeaux @MU_Bordeaux\",\"statuses_count\":41986,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":87,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"16467068\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"mygreg\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Fri Sep 26 12:47:38 +0000 2008\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":16467068,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/flavors.me\\/mygreg\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813498773\\/mygreg_normal.jpg\"},\"truncated\":false,\"id\":173179009830617088,\"created_at\":\"Fri Feb 24 22:54:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 908000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "47f21c69-ea76-4996-8351-febf355aa01a-173179009830617088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw et le T-shirt Palmashow sont cool", +"img": { +"src": "http://a2.twimg.com/profile_images/1841426692/image_normal.jpg" +}, +"title": "Peyow: #lgw et le T-shirt Palmashow sont cool", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 908000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw et le T-shirt Palmashow sont cool\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179013219618817\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":42,\"screen_name\":\"PeyowOner\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":126,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Grenoble\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1841426692\\/image_normal.jpg\",\"description\":\"Technicien du spectale survivant. Fain\\u00e9ant et casanier, donc totalement inoffensif.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"268921581\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841426692\\/image_normal.jpg\",\"name\":\"Peyow\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 19 19:00:41 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":268921581,\"utc_offset\":null,\"favourites_count\":12,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179013219618817,\"created_at\":\"Fri Feb 24 22:54:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 908000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "58970fc4-3d6b-47b0-ae6e-b59b16a2da5f-173179013219618817" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon, les gars, #lgw est dans le bas des TT France. Il est l'heure de twitter pour battre les cesars \\o/", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Bon, les gars, #lgw est dans le bas des TT France. Il est l'heure de twitter pour battre les cesars \\o/", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 909000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon, les gars, #lgw est dans le bas des TT France. Il est l'heure de twitter pour battre les cesars \\\\o\\/\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179014117203968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179014117203968,\"created_at\":\"Fri Feb 24 22:54:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 909000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa3489bc-7377-4787-a43b-e52091d14898-173179014117203968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "tré sympa le nouveau plateau #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1143073505/41403_1088720440_8180_q_normal.jpg" +}, +"title": "yann : tré sympa le nouveau plateau #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 910000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"tr\\u00e9 sympa le nouveau plateau #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179021113307137\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":114,\"screen_name\":\"yannosh51\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":695,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"location\":\"france\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"384040\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"description\":\"Gamer, retrogamer m\\u00eame et administrateur chez armagame pour le jeu atomic strike.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"165689120\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"name\":\"yann \",\"default_profile_image\":false,\"created_at\":\"Mon Jul 12 08:06:43 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":165689120,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/www.atomic-strike.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179021113307137,\"created_at\":\"Fri Feb 24 22:54:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 910000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3a3e0032-83a5-4951-8266-0e415f9f7a5e-173179021113307137" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ça y est, @francoisrollin commence à se chauffer, ça devient drôle : #ilreste comme il est #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: ça y est, @francoisrollin commence à se chauffer, ça devient drôle : #ilreste comme il est #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 911000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00e7a y est, @francoisrollin commence \\u00e0 se chauffer, \\u00e7a devient dr\\u00f4le : #ilreste comme il est #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[10,25],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[69,77]},{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179022379978752\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"name\":\"Jean-Louis Coste\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":244454441,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179022379978752,\"created_at\":\"Fri Feb 24 22:54:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 911000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "029d0dd9-a385-4a0e-b74c-08e57095b13f-173179022379978752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "l'émission est très bonne, mais faut arrêter de déconner avec le bleu Avatar-tf1-Pepsi. Ça fait mal aux yeux. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1577239476/monkey2_normal.jpg" +}, +"title": "Feaux: l'émission est très bonne, mais faut arrêter de déconner avec le bleu Avatar-tf1-Pepsi. Ça fait mal aux yeux. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 911000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"l'\\u00e9mission est tr\\u00e8s bonne, mais faut arr\\u00eater de d\\u00e9conner avec le bleu Avatar-tf1-Pepsi. \\u00c7a fait mal aux yeux. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[110,114]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179022916857856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":445,\"screen_name\":\"Alain_Feaux\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":371,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342627193\\/IMG_1241.JPG\",\"location\":\"Clamart\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":39,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1577239476\\/monkey2_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"119033186\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342627193\\/IMG_1241.JPG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1577239476\\/monkey2_normal.jpg\",\"name\":\"Feaux\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 02 13:24:00 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":119033186,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/pas-encore-hari-seldon-blog.over-blog.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179022916857856,\"created_at\":\"Fri Feb 24 22:54:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 911000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b204cb48-9077-4825-8fc9-4086cefa633d-173179022916857856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bah pourquoi vous êtes là les gars ? :D #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: Bah pourquoi vous êtes là les gars ? :D #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 914000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Bah pourquoi vous \\u00eates l\\u00e0 les gars ? :D #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179036837752832\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1093,\"location\":\"France\",\"profile_text_color\":\"636363\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"statuses_count\":21284,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Bakt El Raalis\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_fill_color\":\"141414\",\"id\":18515564,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.pelecanus.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\"},\"truncated\":false,\"id\":173179036837752832,\"created_at\":\"Fri Feb 24 22:54:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 914000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5a552666-5290-48c4-9d3e-252826699459-173179036837752832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Fabarol: #FF @nicolasauret @cybunk @raphv, la dream team de l'IRI qui a développé Bubble-TV, à voir ce soir ds #LGW sur #france5, 23 ...", +"img": { +"src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png" +}, +"title": "Samuel Huron: RT @Fabarol: #FF @nicolasauret @cybunk @raphv, la dream team de l'IRI qui a développé Bubble-TV, à voir ce soir ds #LGW sur #france5, 23 ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 918000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Fabarol: #FF @nicolasauret @cybunk @raphv, la dream team de l'IRI qui a d\\u00e9velopp\\u00e9 Bubble-TV, \\u00e0 voir ce soir ds #LGW sur #france5, 23 ...\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Fabarol\",\"indices\":[3,11],\"name\":\"Fabienne BAROLLIER\",\"id_str\":\"110388053\",\"id\":110388053},{\"screen_name\":\"nicolasauret\",\"indices\":[17,30],\"name\":\"nicolasauret\",\"id_str\":\"293395401\",\"id\":293395401},{\"screen_name\":\"cybunk\",\"indices\":[31,38],\"name\":\"Samuel Huron\",\"id_str\":\"14905766\",\"id\":14905766},{\"screen_name\":\"raphv\",\"indices\":[39,45],\"name\":\"Rapha\\u00ebl @raphv\",\"id_str\":\"21849412\",\"id\":21849412}],\"hashtags\":[{\"text\":\"FF\",\"indices\":[13,16]},{\"text\":\"LGW\",\"indices\":[115,119]},{\"text\":\"france5\",\"indices\":[124,132]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#FF @nicolasauret @cybunk @raphv, la dream team de l'IRI qui a d\\u00e9velopp\\u00e9 Bubble-TV, \\u00e0 voir ce soir ds #LGW sur #france5, 23h35. @Vinvin\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"nicolasauret\",\"indices\":[4,17],\"name\":\"nicolasauret\",\"id_str\":\"293395401\",\"id\":293395401},{\"screen_name\":\"cybunk\",\"indices\":[18,25],\"name\":\"Samuel Huron\",\"id_str\":\"14905766\",\"id\":14905766},{\"screen_name\":\"raphv\",\"indices\":[26,32],\"name\":\"Rapha\\u00ebl @raphv\",\"id_str\":\"21849412\",\"id\":21849412},{\"screen_name\":\"Vinvin\",\"indices\":[128,135],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"FF\",\"indices\":[0,3]},{\"text\":\"LGW\",\"indices\":[102,106]},{\"text\":\"france5\",\"indices\":[111,119]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":4,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173078384128163840\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1041,\"location\":\"Issy les moulineaux\",\"profile_text_color\":\"333333\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"statuses_count\":317,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fabienne BAROLLIER\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":110388053,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\"},\"truncated\":false,\"id\":173078384128163840,\"created_at\":\"Fri Feb 24 16:14:37 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":4,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179053736595456\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"b3009b\",\"screen_name\":\"cybunk\",\"lang\":\"en\",\"favourites_count\":405,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":764,\"location\":\"Paris, France\",\"profile_text_color\":\"4c9c8f\",\"followers_count\":699,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"description\":\"Lead designer @IRILive Centre Pompidou \\/ PhD student in #infoviz #chi @ Paris11 \\/ @INRIA : #ui #Webdesign, #WebScience, #philosophy, #open #innovation\",\"statuses_count\":2675,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"show_all_inline_media\":true,\"listed_count\":69,\"profile_link_color\":\"b3009b\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"14905766\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Samuel Huron\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"created_at\":\"Mon May 26 06:02:18 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":14905766,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.cybunk.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\"},\"truncated\":true,\"id\":173179053736595456,\"created_at\":\"Fri Feb 24 22:54:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 918000, +"tags": [ +{ +"id-ref": "ef39c9aa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d2b147f0-71e4-42e4-9c5f-8a33dd24e258-173179053736595456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @MiloVox: Allez un souffle d'air frais & des soubresauts de rire en regardant le Palmashow sur @france5tv #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1843250602/image_normal.jpg" +}, +"title": "Virginie Lominet: RT @MiloVox: Allez un souffle d'air frais & des soubresauts de rire en regardant le Palmashow sur @france5tv #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 919000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @MiloVox: Allez un souffle d'air frais & des soubresauts de rire en regardant le Palmashow sur @france5tv #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MiloVox\",\"indices\":[3,11],\"id_str\":\"461840194\",\"name\":\"Milo Vox\",\"id\":461840194},{\"screen_name\":\"France5tv\",\"indices\":[98,108],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[109,113]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Allez un souffle d'air frais & des soubresauts de rire en regardant le Palmashow sur @france5tv #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[85,95],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[96,100]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178706880245760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":204,\"screen_name\":\"MiloVox\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":287,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":21,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1749613158\\/image_normal.jpg\",\"description\":\"Citoyen \\u00e9chantillon\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"461840194\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1749613158\\/image_normal.jpg\",\"name\":\"Milo Vox\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 12 07:50:02 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":461840194,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178706880245760,\"created_at\":\"Fri Feb 24 22:53:15 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179059617013760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":916,\"screen_name\":\"laristocraft\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15196,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"location\":\"Boulogne-billancourt\",\"show_all_inline_media\":false,\"listed_count\":402,\"profile_link_color\":\"ab3202\",\"followers_count\":4464,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"description\":\"Ne dites pas \\u00e0 ma m\\u00e8re que je suis community manager, elle me croit pianiste dans un bordel. Fantasque & despotique. Pathologie: Bovarysme. On @Locita @Owni\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"16502490\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"name\":\"Virginie Lominet\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 28 20:37:13 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":16502490,\"utc_offset\":3600,\"favourites_count\":426,\"url\":\"http:\\/\\/www.laristocraft.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179059617013760,\"created_at\":\"Fri Feb 24 22:54:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 919000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "390ee57d-3069-47a6-9b52-f7021d162ef1-173179059617013760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon maintenant #legrandwebze", +"img": { +"src": "http://a2.twimg.com/profile_images/1365883599/magpullraye_normal.jpg" +}, +"title": "Magali Rebeyrat: Bon maintenant #legrandwebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 919000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Bon maintenant #legrandwebze\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"legrandwebze\",\"indices\":[15,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179059457622017\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"CC3366\",\"screen_name\":\"MagaliRebeyrat\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":303,\"location\":\"France\",\"profile_text_color\":\"362720\",\"followers_count\":292,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1365883599\\/magpullraye_normal.jpg\",\"description\":\"Responsable Communication & D\\u00e9veloppement \\r\\nCercle du Marketing Direct (r\\u00e9seau de professionnels du marketing direct)\",\"statuses_count\":1609,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"B40B43\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"FF6699\",\"protected\":false,\"id_str\":\"23420041\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Magali Rebeyrat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"created_at\":\"Mon Mar 09 10:02:40 +0000 2009\",\"profile_sidebar_fill_color\":\"E5507E\",\"id\":23420041,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.cercle-md.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1365883599\\/magpullraye_normal.jpg\"},\"truncated\":false,\"id\":173179059457622017,\"created_at\":\"Fri Feb 24 22:54:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 919000, +"tags": [ +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "137c34a8-85fe-4c17-a485-a7b00bf5df0d-173179059457622017" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tweet compteur en marche #lgw #faitespeterlescore http://t.co/2g7yTodt", +"img": { +"src": "http://a0.twimg.com/profile_images/1745897152/espress_normal.jpg" +}, +"title": "a.grigolini: Tweet compteur en marche #lgw #faitespeterlescore http://t.co/2g7yTodt", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 919000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Tweet compteur en marche #lgw #faitespeterlescore http:\\/\\/t.co\\/2g7yTodt\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"faitespeterlescore\",\"indices\":[30,49]}],\"media\":[{\"type\":\"photo\",\"indices\":[50,70],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":768},\"medium\":{\"h\":800,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":453,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdBbhrCEAEF-i8.jpg\",\"id_str\":\"173179051828187137\",\"expanded_url\":\"http:\\/\\/twitter.com\\/antuan\\/status\\/173179051823992832\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdBbhrCEAEF-i8.jpg\",\"id\":173179051828187137,\"display_url\":\"pic.twitter.com\\/2g7yTodt\",\"url\":\"http:\\/\\/t.co\\/2g7yTodt\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.apple.com\\\" rel=\\\"nofollow\\\"\\u003EPhotos on iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179051823992832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":862,\"screen_name\":\"antuan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2387,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":14,\"profile_link_color\":\"990000\",\"followers_count\":386,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"description\":\"ristretto sans sucre | direction de la strat\\u00e9gie \\u00e0 francetv (mais ce compte est personnel, n\\u2019engage que moi etc etc) | TL surtout en VF \\/ a volte in italiano\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"5661312\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"profile_sidebar_fill_color\":\"f2f2f2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"name\":\"a.grigolini\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 30 17:55:20 +0000 2007\",\"profile_sidebar_border_color\":\"a8a8a8\",\"id\":5661312,\"utc_offset\":3600,\"favourites_count\":258,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179051823992832,\"created_at\":\"Fri Feb 24 22:54:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 919000, +"tags": [ +{ +"id-ref": "ef3a1cd4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a95e861-0aad-46c3-b80e-bab1a1140937-173179051823992832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D", +"img": { +"src": "http://a2.twimg.com/profile_images/1160095508/anonymousdude_normal.jpg" +}, +"title": "Marcel aka Mei' ツ: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 920000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[3,14],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]},{\"text\":\"fail\",\"indices\":[56,61]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Le wifi est mort sur le plateau #lgw :] #fail :D\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]},{\"text\":\"fail\",\"indices\":[40,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178510322577408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"kheops2713\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":971,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"followers_count\":451,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"description\":\"Je clair, ne pas ?\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"321006177\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"name\":\"KheOps\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 20 21:41:59 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":321006177,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/www.dailymotion.com\\/video\\/x32zy6_la-strategie-de-lechec-lentretien_fun\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178510322577408,\"created_at\":\"Fri Feb 24 22:52:29 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179062603350016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":408,\"screen_name\":\"Marcel_Bichon\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":669,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/384779780\\/Blue_Ray.jpg\",\"location\":\"Poitiers\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"009999\",\"followers_count\":173,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1160095508\\/anonymousdude_normal.jpg\",\"description\":\"Web addict, poditeur et sporadiquement insomniaque. \\r\\nAdepte de p\\u00e9r\\u00e9grinations sous pomme, de s\\u00e9rendipit\\u00e9 nocturne et victime d'abus de wilfing depuis 2006. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"33800895\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/384779780\\/Blue_Ray.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1160095508\\/anonymousdude_normal.jpg\",\"name\":\"Marcel aka Mei' \\u30c4\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 21 03:51:14 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":33800895,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/goo.gl\\/ukDuy\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179062603350016,\"created_at\":\"Fri Feb 24 22:54:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 920000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "feeed806-2464-46ff-a8b5-8fa3d8995d22-173179062603350016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On veut Gaspard et son zizi sur #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/878534653/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg" +}, +"title": "CLeM' KuSaLa: On veut Gaspard et son zizi sur #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 922000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On veut Gaspard et son zizi sur #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179068160815104\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"clem_kusala\",\"lang\":\"fr\",\"profile_text_color\":\"a8a3a8\",\"statuses_count\":240,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"location\":\"Roquetaillade\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"000608\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"92309575\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"profile_sidebar_fill_color\":\"111e24\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"name\":\"CLeM' KuSaLa\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 16:35:40 +0000 2009\",\"profile_sidebar_border_color\":\"15191f\",\"id\":92309575,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/karma-kusala.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179068160815104,\"created_at\":\"Fri Feb 24 22:54:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 922000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aaa91555-1d35-427f-8ddd-5cccc5c851fd-173179068160815104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pourquoi Palmashow? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1827226982/Mekou4_-_Copie__2__-_Copie_normal.JPG" +}, +"title": "Sacha Tenluge: Pourquoi Palmashow? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 927000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pourquoi Palmashow? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179089442705408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":335,\"screen_name\":\"Mekouyanski\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":14247,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/420385676\\/twilk_background_4f33bf65c4463.jpg\",\"location\":\"Pas Paris\",\"show_all_inline_media\":true,\"listed_count\":26,\"profile_link_color\":\"163470\",\"followers_count\":465,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1827226982\\/Mekou4_-_Copie__2__-_Copie_normal.JPG\",\"description\":\"RT ses mentions c'est s'auto-sucer, les courbatures en moins.\\r\\n\\r\\nMoi je dis \\u00e7a je dis rien...\\r\\n\\r\\nBah fais \\u00e7a, dis rien.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"247184480\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420385676\\/twilk_background_4f33bf65c4463.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827226982\\/Mekou4_-_Copie__2__-_Copie_normal.JPG\",\"name\":\"Sacha Tenluge\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 04 07:59:44 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":247184480,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179089442705408,\"created_at\":\"Fri Feb 24 22:54:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 927000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7b0b0de0-097f-4101-a6b7-c2ea97a83378-173179089442705408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Désolé @Vinvin mais j'ai envie de dire: oh p'tain cette chemise!!! Pourquoi? Un pari? Perdu j'veux dire? #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1845323073/KvF3jpFq_normal" +}, +"title": "Yann: Désolé @Vinvin mais j'ai envie de dire: oh p'tain cette chemise!!! Pourquoi? Un pari? Perdu j'veux dire? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 927000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"D\\u00e9sol\\u00e9 @Vinvin mais j'ai envie de dire: oh p'tain cette chemise!!! Pourquoi? Un pari? Perdu j'veux dire? #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[7,14],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[105,109]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179089069424640\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":242,\"screen_name\":\"bigyannou\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1306,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418145378\\/tumblr_lvrnzdQR9V1qb8phvo1_500.jpg\",\"location\":\"Paris (enfin pas loin)\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845323073\\/KvF3jpFq_normal\",\"description\":\"35 ans\\r\\nQuand le Troll parle, l'homme avis\\u00e9 ob\\u00e9it. \\r\\nJe ne fais pas la course aux followers, je tweet-clash pas, je raconte pas ma vie. Bref, ch'uis chiant!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"162988359\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418145378\\/tumblr_lvrnzdQR9V1qb8phvo1_500.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845323073\\/KvF3jpFq_normal\",\"name\":\"Yann\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 05 07:12:11 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":162988359,\"utc_offset\":null,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179089069424640,\"created_at\":\"Fri Feb 24 22:54:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 927000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ed54adf9-ee7a-4747-8851-9ae2c71b9f11-173179089069424640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @VivianRoldo: #cesar2012 étant terminé, on passe sur #france5 pour #lgw :)", +"img": { +"src": "http://a2.twimg.com/profile_images/1843250602/image_normal.jpg" +}, +"title": "Virginie Lominet: RT @VivianRoldo: #cesar2012 étant terminé, on passe sur #france5 pour #lgw :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 927000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @VivianRoldo: #cesar2012 \\u00e9tant termin\\u00e9, on passe sur #france5 pour #lgw :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"VivianRoldo\",\"indices\":[3,15],\"id_str\":\"5786832\",\"name\":\"Vivian\",\"id\":5786832}],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[17,27]},{\"text\":\"france5\",\"indices\":[56,64]},{\"text\":\"lgw\",\"indices\":[70,74]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#cesar2012 \\u00e9tant termin\\u00e9, on passe sur #france5 pour #lgw :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[0,10]},{\"text\":\"france5\",\"indices\":[39,47]},{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178701909983232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1084,\"screen_name\":\"VivianRoldo\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":11961,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/149894981\\/background.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":47,\"profile_link_color\":\"ffbb0f\",\"followers_count\":866,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1436789815\\/mypictr_300x300_normal.jpg\",\"description\":\"Animateur du podcast audio de cin\\u00e9ma @Satoorn pour @NoWatch. \\u00c9tudiant de @LeMaster226 de @Paris_Dauphine, promo 2012. CM pour @CrossVideoDays.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"333333\",\"id_str\":\"5786832\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/149894981\\/background.jpg\",\"profile_sidebar_fill_color\":\"\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1436789815\\/mypictr_300x300_normal.jpg\",\"name\":\"Vivian\",\"default_profile_image\":false,\"created_at\":\"Sat May 05 11:02:31 +0000 2007\",\"profile_sidebar_border_color\":\"444444\",\"id\":5786832,\"utc_offset\":3600,\"favourites_count\":218,\"url\":\"http:\\/\\/vivianroldo.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178701909983232,\"created_at\":\"Fri Feb 24 22:53:14 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179089950216195\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":916,\"screen_name\":\"laristocraft\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15196,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"location\":\"Boulogne-billancourt\",\"show_all_inline_media\":false,\"listed_count\":402,\"profile_link_color\":\"ab3202\",\"followers_count\":4464,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"description\":\"Ne dites pas \\u00e0 ma m\\u00e8re que je suis community manager, elle me croit pianiste dans un bordel. Fantasque & despotique. Pathologie: Bovarysme. On @Locita @Owni\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"16502490\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"name\":\"Virginie Lominet\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 28 20:37:13 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":16502490,\"utc_offset\":3600,\"favourites_count\":426,\"url\":\"http:\\/\\/www.laristocraft.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179089950216195,\"created_at\":\"Fri Feb 24 22:54:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 927000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "acf9a7ec-b8e4-4a95-aa92-467f085ab66a-173179089950216195" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Long entretien avec le @palmashow, inspiré par les questions des internautes #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Long entretien avec le @palmashow, inspiré par les questions des internautes #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 928000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Long entretien avec le @palmashow, inspir\\u00e9 par les questions des internautes #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[23,33],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179096069701633\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3126,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179096069701633,\"created_at\":\"Fri Feb 24 22:54:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 928000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bc234a1c-443e-46b5-a525-90ac02fcd54c-173179096069701633" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin il a dit \"Péter\" pffffrrrr :) #lgw #cqui http://t.co/RedsJpSt", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Rollin il a dit \"Péter\" pffffrrrr :) #lgw #cqui http://t.co/RedsJpSt", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 928000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Rollin il a dit \\\"P\\u00e9ter\\\" pffffrrrr :) #lgw #cqui http:\\/\\/t.co\\/RedsJpSt\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]},{\"text\":\"cqui\",\"indices\":[42,47]}],\"media\":[{\"type\":\"photo\",\"indices\":[48,68],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":765},\"medium\":{\"h\":803,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":455,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdBd-gCMAIYwap.jpg\",\"id_str\":\"173179093926424578\",\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173179093922230272\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdBd-gCMAIYwap.jpg\",\"id\":173179093926424578,\"display_url\":\"pic.twitter.com\\/RedsJpSt\",\"url\":\"http:\\/\\/t.co\\/RedsJpSt\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179093922230272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6696,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179093922230272,\"created_at\":\"Fri Feb 24 22:54:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 928000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8e6b3333-a16b-459f-a530-176778419b8a-173179093922230272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Bullenroll carrément ! :) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/535308655/wp_pairo_denied_2_normal.jpg" +}, +"title": "christophe garnier: @Bullenroll carrément ! :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 930000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Bullenroll\",\"favorited\":false,\"text\":\"@Bullenroll carr\\u00e9ment ! :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Bullenroll\",\"indices\":[0,11],\"name\":\"Am\\u00e9lie \",\"id_str\":\"74413492\",\"id\":74413492}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":74413492,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.osfoora.com\\\" rel=\\\"nofollow\\\"\\u003EOsfoora HD\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173178746986184704,\"in_reply_to_status_id_str\":\"173178746986184704\",\"id_str\":\"173179102935793666\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"158cbf\",\"screen_name\":\"catfishs\",\"lang\":\"fr\",\"favourites_count\":28,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":711,\"location\":\"Yffiniac - France\",\"profile_text_color\":\"0C3E53\",\"followers_count\":983,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/535308655\\/wp_pairo_denied_2_normal.jpg\",\"description\":\"Photographe ind\\u00e9pendant et breton d'adoption. J'aime \\u00e9couter de la bonne musique quand je n'ai pas le temps d'en jouer.\",\"statuses_count\":37474,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/427349951\\/IMG_0132.JPG\",\"show_all_inline_media\":false,\"listed_count\":164,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"29444976\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"christophe garnier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/427349951\\/IMG_0132.JPG\",\"created_at\":\"Tue Apr 07 13:17:59 +0000 2009\",\"profile_sidebar_fill_color\":\"acd9e8\",\"id\":29444976,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.capturesdigitales.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/535308655\\/wp_pairo_denied_2_normal.jpg\"},\"truncated\":false,\"id\":173179102935793666,\"created_at\":\"Fri Feb 24 22:54:50 +0000 2012\",\"in_reply_to_user_id_str\":\"74413492\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 930000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4efb5aa7-544c-434e-a875-fb1b1bcb3ceb-173179102935793666" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce décor me donne l'impression d'un jeu, il y a une roue à tourner quelque part ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1829032837/430490_10519221_b_normal.jpg" +}, +"title": "Antoine Rouaud: Ce décor me donne l'impression d'un jeu, il y a une roue à tourner quelque part ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 931000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ce d\\u00e9cor me donne l'impression d'un jeu, il y a une roue \\u00e0 tourner quelque part ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[82,86]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179106966503424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":84,\"screen_name\":\"Antoine_Rouaud\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1384,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"followers_count\":103,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\",\"description\":\"Cr\\u00e9ateur de trucs et autres choses qui ont rapport \\u00e0 des histoires... avec des gens. \\r\\nhttp:\\/\\/www.wagaprod.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"131516\",\"id_str\":\"373509666\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\",\"name\":\"Antoine Rouaud\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 14 18:13:49 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":373509666,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.audiodramax.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179106966503424,\"created_at\":\"Fri Feb 24 22:54:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 931000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "641bfd6d-b4af-44c1-b63d-fd7b8945769c-173179106966503424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Palmashow, il y a un lien de parenté avec Palmade ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: #LGW Palmashow, il y a un lien de parenté avec Palmade ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 931000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Palmashow, il y a un lien de parent\\u00e9 avec Palmade ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179108690362368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":14419,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"name\":\"FrinnockBoChar\",\"default_profile_image\":false,\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":40014489,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179108690362368,\"created_at\":\"Fri Feb 24 22:54:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 931000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "626f744a-2133-4893-94a1-c55faa783313-173179108690362368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Filmer les répétitions, c'est quand même bien mainstream #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: Filmer les répétitions, c'est quand même bien mainstream #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 931000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Filmer les r\\u00e9p\\u00e9titions, c'est quand m\\u00eame bien mainstream #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179106974896129\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5842,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":367,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179106974896129,\"created_at\":\"Fri Feb 24 22:54:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 931000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "76e3fa8c-337b-4fe7-b601-40040c874e25-173179106974896129" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Fin avril, début mai!! Oui!!!! @palmashow #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1843832843/Photo_du_21-02-12___19.49_normal.jpg" +}, +"title": "Alice Wonderland: Fin avril, début mai!! Oui!!!! @palmashow #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 931000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fin avril, d\\u00e9but mai!! Oui!!!! @palmashow #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[31,41],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179107759226880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"moustikette\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":218,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Near Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"description\":\"J'ai un bonnet Tigrou! And so what? :D\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"23988907\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"name\":\"Alice Wonderland\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 12 17:33:07 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":23988907,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/wonderlandalice.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179107759226880,\"created_at\":\"Fri Feb 24 22:54:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 931000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0f711aa0-93f1-45e6-9cd5-b9fa26ad0fbe-173179107759226880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Grégoire tu peux me faire un \"cochon DINDE DINDE DINDE DINDE\" en live pliz ? :) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1801887028/image_normal.jpg" +}, +"title": "Al Bensimhon: Grégoire tu peux me faire un \"cochon DINDE DINDE DINDE DINDE\" en live pliz ? :) #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 937000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Gr\\u00e9goire tu peux me faire un \\\"cochon DINDE DINDE DINDE DINDE\\\" en live pliz ? :) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[80,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179133961060352\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":76,\"screen_name\":\"BensiBensi\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":193,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801887028\\/image_normal.jpg\",\"description\":\"Quand je serai grand je ferai des films... Enfin, je crois.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"306777492\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801887028\\/image_normal.jpg\",\"name\":\"Al Bensimhon\",\"default_profile_image\":false,\"created_at\":\"Sat May 28 12:39:50 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":306777492,\"utc_offset\":3600,\"favourites_count\":10,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179133961060352,\"created_at\":\"Fri Feb 24 22:54:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 937000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "02a53e00-55a3-4d35-943f-524ab214a091-173179133961060352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "et hop direct #LGW pas fan du plateau.... j'adorai le concept Cartonnerie grande maison .... #ilreste", +"img": { +"src": "http://a3.twimg.com/profile_images/1421925544/clemlol_normal.jpg" +}, +"title": "Misterclem: et hop direct #LGW pas fan du plateau.... j'adorai le concept Cartonnerie grande maison .... #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 939000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"et hop direct #LGW pas fan du plateau.... j'adorai le concept Cartonnerie grande maison .... #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[14,18]},{\"text\":\"ilreste\",\"indices\":[93,101]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179141846351872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"misterclem\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25120,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/386276214\\/clemlol.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":100,\"profile_link_color\":\"009999\",\"followers_count\":2265,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1421925544\\/clemlol_normal.jpg\",\"description\":\"Bloggueur, cinema, music, politique Web 2.0 Social Digital Strategist, Marketing. CM Com Online \\/ Opinions are my own \\uf8ff \\/ gplus.to\\/misterclem #universalmusic \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"11793022\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/386276214\\/clemlol.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421925544\\/clemlol_normal.jpg\",\"name\":\"Misterclem\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 03 10:57:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":11793022,\"utc_offset\":3600,\"favourites_count\":425,\"url\":\"http:\\/\\/www.clementlepetit.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179141846351872,\"created_at\":\"Fri Feb 24 22:54:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 939000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6f68bf3e-37a9-48ff-8775-444f9b18c264-173179141846351872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Découvre #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1815934444/image_normal.jpg" +}, +"title": "Laurent Sarralangue: Découvre #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 943000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"D\\u00e9couvre #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179158510317568\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":412,\"screen_name\":\"lolosarralangue\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1679,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":92,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815934444\\/image_normal.jpg\",\"description\":\"Actu. Web. Sports. De la balle de squash \\u00e0 l'ovale. L\\u00e9g\\u00e8rement geek. Musique. S'informer pour se cultiver, mais pas seulement.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"387773705\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815934444\\/image_normal.jpg\",\"name\":\"Laurent Sarralangue\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 09 17:03:03 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":387773705,\"utc_offset\":null,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179158510317568,\"created_at\":\"Fri Feb 24 22:55:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 943000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2376e7b2-0bca-43ff-a36e-3a45c1d32cee-173179158510317568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @antuan: Tweet compteur en marche #lgw #faitespeterlescore http://t.co/2g7yTodt", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: RT @antuan: Tweet compteur en marche #lgw #faitespeterlescore http://t.co/2g7yTodt", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 943000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @antuan: Tweet compteur en marche #lgw #faitespeterlescore http:\\/\\/t.co\\/2g7yTodt\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"antuan\",\"indices\":[3,10],\"id_str\":\"5661312\",\"name\":\"a.grigolini\",\"id\":5661312}],\"urls\":[{\"indices\":[62,82],\"expanded_url\":\"http:\\/\\/twitter.com\\/antuan\\/status\\/173179051823992832\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/2g7yTodt\",\"url\":\"http:\\/\\/t.co\\/2g7yTodt\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]},{\"text\":\"faitespeterlescore\",\"indices\":[42,61]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Tweet compteur en marche #lgw #faitespeterlescore http:\\/\\/t.co\\/2g7yTodt\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"faitespeterlescore\",\"indices\":[30,49]}],\"media\":[{\"type\":\"photo\",\"indices\":[50,70],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":768},\"medium\":{\"h\":800,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":453,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdBbhrCEAEF-i8.jpg\",\"id_str\":\"173179051828187137\",\"expanded_url\":\"http:\\/\\/twitter.com\\/antuan\\/status\\/173179051823992832\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdBbhrCEAEF-i8.jpg\",\"id\":173179051828187137,\"display_url\":\"pic.twitter.com\\/2g7yTodt\",\"url\":\"http:\\/\\/t.co\\/2g7yTodt\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.apple.com\\\" rel=\\\"nofollow\\\"\\u003EPhotos on iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179051823992832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":862,\"screen_name\":\"antuan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2387,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":14,\"profile_link_color\":\"990000\",\"followers_count\":386,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"description\":\"ristretto sans sucre | direction de la strat\\u00e9gie \\u00e0 francetv (mais ce compte est personnel, n\\u2019engage que moi etc etc) | TL surtout en VF \\/ a volte in italiano\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"5661312\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"profile_sidebar_fill_color\":\"f2f2f2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"name\":\"a.grigolini\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 30 17:55:20 +0000 2007\",\"profile_sidebar_border_color\":\"a8a8a8\",\"id\":5661312,\"utc_offset\":3600,\"favourites_count\":258,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179051823992832,\"created_at\":\"Fri Feb 24 22:54:39 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179157621121024\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13059,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":792,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179157621121024,\"created_at\":\"Fri Feb 24 22:55:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 943000, +"tags": [ +{ +"id-ref": "ef3a1cd4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "44e9e28d-8198-440c-910e-b8b28250ef78-173179157621121024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel a mal au cube #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1592192908/DKen_MG_5127_Small_normal.jpeg" +}, +"title": "Antoine Dubuquoy: @FlorencePorcel a mal au cube #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 945000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel a mal au cube #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179165347033088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1104,\"screen_name\":\"dubuc64\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":12387,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"location\":\"Paris (France)\",\"show_all_inline_media\":false,\"listed_count\":117,\"profile_link_color\":\"ff0000\",\"followers_count\":1732,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"description\":\"Digital Media Strategist - Social Media, Community Management - Rock & pop culture guru - Auteur avec @nicoprat des Miscellan\\u00e9es d'Internet parution le 12\\/01\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"10731962\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"profile_sidebar_fill_color\":\"eeeeee\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"name\":\"Antoine Dubuquoy\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 30 07:20:52 +0000 2007\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":10731962,\"utc_offset\":3600,\"favourites_count\":339,\"url\":\"http:\\/\\/www.dubucsblog.com\"},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173179165347033088,\"created_at\":\"Fri Feb 24 22:55:05 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 945000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "724dbda8-33ac-4c83-971e-a384e08a7a41-173179165347033088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "2ème point Mabille #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1115735941/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png" +}, +"title": "Christophe Ponsolle: 2ème point Mabille #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 945000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"2\\u00e8me point Mabille #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179167460962304\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":364,\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"profile_text_color\":\"999393\",\"statuses_count\":1209,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"name\":\"Christophe Ponsolle\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":25338852,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179167460962304,\"created_at\":\"Fri Feb 24 22:55:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 945000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2df9349d-3cf0-4b5a-96e7-edc8f5e18f6b-173179167460962304" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'avoue, la seule chose que je connais du #Palmashow, c'est leur sketch sur #Masterchef <3 http://t.co/pndw4TrS #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1819848920/263749_10150277008301678_748271677_9033901_4365721_n_normal.jpg" +}, +"title": "Toya K: J'avoue, la seule chose que je connais du #Palmashow, c'est leur sketch sur #Masterchef <3 http://t.co/pndw4TrS #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 947000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'avoue, la seule chose que je connais du #Palmashow, c'est leur sketch sur #Masterchef <3 http:\\/\\/t.co\\/pndw4TrS #lgw\",\"entities\":{\"urls\":[{\"indices\":[94,114],\"display_url\":\"dai.ly\\/bpvdbw\",\"expanded_url\":\"http:\\/\\/dai.ly\\/bpvdbw\",\"url\":\"http:\\/\\/t.co\\/pndw4TrS\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Palmashow\",\"indices\":[42,52]},{\"text\":\"Masterchef\",\"indices\":[76,87]},{\"text\":\"lgw\",\"indices\":[115,119]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179175740510208\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"toya_k\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":118,\"location\":\"Paris, France\",\"profile_text_color\":\"001ca6\",\"followers_count\":140,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1819848920\\/263749_10150277008301678_748271677_9033901_4365721_n_normal.jpg\",\"description\":\"Mmmh, \\u00e7a te dit qu'on \\u00e9change nos Pok\\u00e9mon ?\",\"statuses_count\":7849,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/341634401\\/twitteur.jpg\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"cf3802\",\"is_translator\":true,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"32356692\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Toya K\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/341634401\\/twitteur.jpg\",\"created_at\":\"Fri Apr 17 09:46:12 +0000 2009\",\"profile_sidebar_fill_color\":\"ffdf53\",\"id\":32356692,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/toya_k\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819848920\\/263749_10150277008301678_748271677_9033901_4365721_n_normal.jpg\"},\"truncated\":false,\"id\":173179175740510208,\"created_at\":\"Fri Feb 24 22:55:07 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 947000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef3c071a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef203116-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6f3e5002-2182-4ccf-89de-88dfc5bb8185-173179175740510208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Vinvin De mieux en mieux, #lgw #jaime! #IlReste", +"img": { +"src": "http://a2.twimg.com/profile_images/1556770344/image_normal.jpg" +}, +"title": "Cam ~ Chou : @Vinvin De mieux en mieux, #lgw #jaime! #IlReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 948000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Vinvin De mieux en mieux, #lgw #jaime! #IlReste\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]},{\"text\":\"jaime\",\"indices\":[33,39]},{\"text\":\"IlReste\",\"indices\":[41,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179178722664449\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"We_Are_Alive\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5388,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Sous Mes Draps..\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":160,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1556770344\\/image_normal.jpg\",\"description\":\"Geekette.RugbyGirl.ChocolatAddict.MotoAddict.HarleyDavidsonWoman.PizzaAddict.Twitteuse.Modeuse.Followeuse. J'aime \\u00c7a. .Loulou.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"96979159\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1556770344\\/image_normal.jpg\",\"name\":\"Cam ~ Chou \",\"default_profile_image\":false,\"created_at\":\"Tue Dec 15 13:19:02 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":96979159,\"utc_offset\":-10800,\"favourites_count\":60,\"url\":null},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173179178722664449,\"created_at\":\"Fri Feb 24 22:55:08 +0000 2012\",\"in_reply_to_user_id\":7223522}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 948000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef3c25d8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f171d6bd-83d6-47e3-aa89-e6453db715c0-173179178722664449" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1662712398/renard3_normal.jpg" +}, +"title": "Steve Renard: #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 949000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179182304591875\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":860,\"screen_name\":\"steve_renard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6951,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"La Fert\\u00e9 Saint-Aubin\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"FF3300\",\"followers_count\":263,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1662712398\\/renard3_normal.jpg\",\"description\":\"25 ans. @ElodieVenon dit de moi que je suis un g\\u00e9nie. Tout est dit. Bisous.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"69591923\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1662712398\\/renard3_normal.jpg\",\"name\":\"Steve Renard\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 28 13:49:32 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":69591923,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/fox-blogueur.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179182304591875,\"created_at\":\"Fri Feb 24 22:55:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 949000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a9ec243c-6958-4b89-ab6e-2c1f7848a7db-173179182304591875" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @AlexHervaud: Allez, y'a le Palmashow sur France 5, on peut désormais vraiment rire. #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1341097585/logo_d8_normal.jpg" +}, +"title": "Direct8: RT @AlexHervaud: Allez, y'a le Palmashow sur France 5, on peut désormais vraiment rire. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 951000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @AlexHervaud: Allez, y'a le Palmashow sur France 5, on peut d\\u00e9sormais vraiment rire. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"AlexHervaud\",\"indices\":[3,15],\"id_str\":\"14321981\",\"name\":\"Alexandre Hervaud\",\"id\":14321981}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[88,92]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179193067192322\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":442,\"screen_name\":\"Direct_8\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":3799,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/412729521\\/bgtwitterD8.JPG\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":191,\"profile_link_color\":\"2FC2EF\",\"followers_count\":9190,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1341097585\\/logo_d8_normal.jpg\",\"description\":\"La nouvelle grande cha\\u00eene g\\u00e9n\\u00e9raliste. Retrouvez-nous aussi sur notre page officielle Facebook : http:\\/\\/on.fb.me\\/dHM9XF\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"41318264\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412729521\\/bgtwitterD8.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1341097585\\/logo_d8_normal.jpg\",\"name\":\"Direct8\",\"default_profile_image\":false,\"created_at\":\"Wed May 20 07:53:44 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":41318264,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.direct8.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179193067192322,\"created_at\":\"Fri Feb 24 22:55:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 951000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4133539b-f006-4ea7-b56d-7311ff5063a7-173179193067192322" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On peut poser des questions aux invités maintenant ? Que pensent-ils de la chemise de Vinvin ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1657787350/image_normal.jpg" +}, +"title": "LGW Fan Club: On peut poser des questions aux invités maintenant ? Que pensent-ils de la chemise de Vinvin ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 953000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On peut poser des questions aux invit\\u00e9s maintenant ? Que pensent-ils de la chemise de Vinvin ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179198440095745\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":17,\"screen_name\":\"LgwFanClub\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":118,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":11,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"421417721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"name\":\"LGW Fan Club\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 25 22:40:16 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":421417721,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179198440095745,\"created_at\":\"Fri Feb 24 22:55:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 953000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6dfde1fe-a913-478a-8372-75f50eafd06e-173179198440095745" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Premiere fois que je regarde enfin le #lgw ... c'est bien mais c'est mou :/", +"img": { +"src": "http://a3.twimg.com/profile_images/1612726261/avatar-dworld4_normal.jpg" +}, +"title": "David - D-World.fr: Premiere fois que je regarde enfin le #lgw ... c'est bien mais c'est mou :/", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 953000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Premiere fois que je regarde enfin le #lgw ... c'est bien mais c'est mou :\\/\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179199497056256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1992,\"screen_name\":\"misterDWorld\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2567,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/276082299\\/twilk_background_4e032385221eb.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":80,\"profile_link_color\":\"FF3300\",\"followers_count\":1495,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612726261\\/avatar-dworld4_normal.jpg\",\"description\":\"Vid\\u00e9o blogueur multi-casquettes !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"23421620\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/276082299\\/twilk_background_4e032385221eb.jpg\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612726261\\/avatar-dworld4_normal.jpg\",\"name\":\"David - D-World.fr\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 09 10:32:13 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":23421620,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/www.d-world.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179199497056256,\"created_at\":\"Fri Feb 24 22:55:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 953000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cf918912-d468-4f4c-8a91-b9ee3ce4fa4d-173179199497056256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gaspard ! ZIzi ! Gaspard ! ZIzi ! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/878534653/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg" +}, +"title": "CLeM' KuSaLa: Gaspard ! ZIzi ! Gaspard ! ZIzi ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 953000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Gaspard ! ZIzi ! Gaspard ! ZIzi ! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[34,38]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179198733692929\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"15191f\",\"screen_name\":\"clem_kusala\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"Roquetaillade\",\"profile_text_color\":\"a8a3a8\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"description\":\"\",\"statuses_count\":240,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"000608\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"92309575\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"CLeM' KuSaLa\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"created_at\":\"Tue Nov 24 16:35:40 +0000 2009\",\"profile_sidebar_fill_color\":\"111e24\",\"id\":92309575,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/karma-kusala.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\"},\"truncated\":false,\"id\":173179198733692929,\"created_at\":\"Fri Feb 24 22:55:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 953000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d2ad0977-a33e-43ac-a9b7-595f15295204-173179198733692929" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a2.twimg.com/profile_images/1441004156/tadam_normal.jpg" +}, +"title": "Jean-Philippe Blaise: #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 954000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179202617614337\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":361,\"screen_name\":\"Musaran\",\"lang\":\"fr\",\"profile_text_color\":\"D9AB82\",\"statuses_count\":1585,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/190355671\\/xd628fc8baad441a86db70e08746285f.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"BF8D7A\",\"followers_count\":106,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1441004156\\/tadam_normal.jpg\",\"description\":\"Architecte en IAM (pas le groupe de rap). Gros consommateur de musique. Enorme fan de Yelle !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"40212c\",\"id_str\":\"82153029\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/190355671\\/xd628fc8baad441a86db70e08746285f.png\",\"profile_sidebar_fill_color\":\"5e0e02\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1441004156\\/tadam_normal.jpg\",\"name\":\"Jean-Philippe Blaise\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 13 18:06:58 +0000 2009\",\"profile_sidebar_border_color\":\"660b43\",\"id\":82153029,\"utc_offset\":3600,\"favourites_count\":53,\"url\":\"http:\\/\\/musa-info.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179202617614337,\"created_at\":\"Fri Feb 24 22:55:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 954000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a0a1a6b-56e5-44e7-9ab7-2f14642b8f59-173179202617614337" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "non @hartza_info je regarde pour la 2eme fois en 6mois #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: non @hartza_info je regarde pour la 2eme fois en 6mois #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 956000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"non @hartza_info je regarde pour la 2eme fois en 6mois #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"hartza_info\",\"indices\":[4,16],\"id_str\":\"123547535\",\"name\":\"Christophe BONNARD\",\"id\":123547535}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173178878850904064\",\"id_str\":\"173179212377767937\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173178878850904064,\"in_reply_to_user_id_str\":\"123547535\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83432,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":\"hartza_info\",\"truncated\":false,\"id\":173179212377767937,\"created_at\":\"Fri Feb 24 22:55:16 +0000 2012\",\"in_reply_to_user_id\":123547535}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 956000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "027bfe5c-4658-4e25-a9d9-6506f6e1cc75-173179212377767937" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Direct 8 EST une case comique #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1638662234/avatars-000003113177-d7tgbb-crop_normal.jpg" +}, +"title": "mojocity: Direct 8 EST une case comique #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 956000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Direct 8 EST une case comique #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179213799620608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"mojocitizen\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":135,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Rennes\\n\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":22,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638662234\\/avatars-000003113177-d7tgbb-crop_normal.jpg\",\"description\":\"d\\u00e9veloppeur mais je me soigne\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"48362665\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638662234\\/avatars-000003113177-d7tgbb-crop_normal.jpg\",\"name\":\"mojocity\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 18 14:19:14 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":48362665,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/futilesoft.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179213799620608,\"created_at\":\"Fri Feb 24 22:55:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 956000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0647c48c-0fa7-4426-8954-5f86fa372a0d-173179213799620608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ou est le costume des césar le Mr du palmashow ? #palmashow", +"img": { +"src": "http://a2.twimg.com/profile_images/1685061192/Photo_du_10-12-11___15.18_normal.jpg" +}, +"title": "DelloyeCoiteux: #lgw ou est le costume des césar le Mr du palmashow ? #palmashow", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 958000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ou est le costume des c\\u00e9sar le Mr du palmashow ? #palmashow\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"palmashow\",\"indices\":[54,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179220791541761\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":276,\"screen_name\":\"DelloyeCoiteux\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2100,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":89,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"description\":\"Design, Architecture, Photographie, Web et autres petites curiosit\\u00e9s\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"433388967\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"name\":\"DelloyeCoiteux\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 10 14:14:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":433388967,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179220791541761,\"created_at\":\"Fri Feb 24 22:55:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 958000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef203116-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c0995434-285e-47f7-95b4-f8780e5ac3de-173179220791541761" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cotisons nous pour acheter des lunettes à François ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Cotisons nous pour acheter des lunettes à François ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 958000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Cotisons nous pour acheter des lunettes \\u00e0 Fran\\u00e7ois ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179221668143104\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179221668143104,\"created_at\":\"Fri Feb 24 22:55:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 958000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9cb7565c-0f06-4759-b868-374a23ad59b5-173179221668143104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Elle est où, Jeanne ?", +"img": { +"src": "http://a0.twimg.com/profile_images/832731604/Pownce_normal.png" +}, +"title": "Delphine Dumont: #LGW Elle est où, Jeanne ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 959000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW Elle est o\\u00f9, Jeanne ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179225187155969\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"FFCDFF\",\"screen_name\":\"Delphine_D\",\"lang\":\"fr\",\"favourites_count\":8,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":392,\"location\":\"France, Dijon\",\"profile_text_color\":\"000000\",\"followers_count\":3522,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/832731604\\/Pownce_normal.png\",\"description\":\"Meilleure r\\u00e9dactrice autoproclam\\u00e9e -\\/- Info junkie -\\/-\\r\\nMes followers n'ont pas des t\\u00eates d'\\u0153ufs.\",\"statuses_count\":66065,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/2901502\\/Tw_girl.png\",\"show_all_inline_media\":false,\"listed_count\":306,\"profile_link_color\":\"EB4795\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"FFFFFF\",\"protected\":false,\"id_str\":\"13436192\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Delphine Dumont\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/2901502\\/Tw_girl.png\",\"created_at\":\"Wed Feb 13 16:06:15 +0000 2008\",\"profile_sidebar_fill_color\":\"FFEBFF\",\"id\":13436192,\"follow_request_sent\":null,\"utc_offset\":-36000,\"url\":\"http:\\/\\/www.redacbox.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/832731604\\/Pownce_normal.png\"},\"truncated\":false,\"id\":173179225187155969,\"created_at\":\"Fri Feb 24 22:55:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 959000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7ad77720-1356-492b-adcb-8e9bc2f5b1a9-173179225187155969" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1460312894/phototwitt_normal.jpg" +}, +"title": "Langue de pute: #LGW #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 959000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179224239251458\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"999696\",\"screen_name\":\"Languedeuxpute\",\"lang\":\"fr\",\"favourites_count\":39,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":87,\"location\":\"\",\"profile_text_color\":\"a3a3a3\",\"followers_count\":8503,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1460312894\\/phototwitt_normal.jpg\",\"description\":\"Twitter a peur, tous les soirs \\u00e0 20 heures.\\r\\nTwitter SNAFU Special\\r\\nlanguedeuxpute[at]gmail[dot]com\",\"statuses_count\":17001,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/123956905\\/ldp.jpg\",\"show_all_inline_media\":true,\"listed_count\":208,\"profile_link_color\":\"82b4ed\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"147625273\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Langue de pute\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/123956905\\/ldp.jpg\",\"created_at\":\"Mon May 24 16:33:30 +0000 2010\",\"profile_sidebar_fill_color\":\"212020\",\"id\":147625273,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/google.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1460312894\\/phototwitt_normal.jpg\"},\"truncated\":false,\"id\":173179224239251458,\"created_at\":\"Fri Feb 24 22:55:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 959000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8aca6dc8-7f35-4ece-a6b0-a56700a69922-173179224239251458" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @aurel_p: Si vous voulez vous amuser, vous pouvez choisir un hashtag #ilpart #ilreste #cqui #ilchange2ton en direct dans #lgw #bubbletv", +"img": { +"src": "http://a0.twimg.com/profile_images/1745897152/espress_normal.jpg" +}, +"title": "a.grigolini: RT @aurel_p: Si vous voulez vous amuser, vous pouvez choisir un hashtag #ilpart #ilreste #cqui #ilchange2ton en direct dans #lgw #bubbletv", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 961000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @aurel_p: Si vous voulez vous amuser, vous pouvez choisir un hashtag #ilpart #ilreste #cqui #ilchange2ton en direct dans #lgw #bubbletv\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"aurel_p\",\"indices\":[3,11],\"id_str\":\"14321671\",\"name\":\"Aur\\u00e9lien\",\"id\":14321671}],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[72,79]},{\"text\":\"ilreste\",\"indices\":[80,88]},{\"text\":\"cqui\",\"indices\":[89,94]},{\"text\":\"ilchange2ton\",\"indices\":[95,108]},{\"text\":\"lgw\",\"indices\":[124,128]},{\"text\":\"bubbletv\",\"indices\":[129,138]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Si vous voulez vous amuser, vous pouvez choisir un hashtag #ilpart #ilreste #cqui #ilchange2ton en direct dans #lgw #bubbletv\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[59,66]},{\"text\":\"ilreste\",\"indices\":[67,75]},{\"text\":\"cqui\",\"indices\":[76,81]},{\"text\":\"ilchange2ton\",\"indices\":[82,95]},{\"text\":\"lgw\",\"indices\":[111,115]},{\"text\":\"bubbletv\",\"indices\":[116,125]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178695769530368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":886,\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":33183,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Pau\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"followers_count\":2184,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"name\":\"Aur\\u00e9lien\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14321671,\"utc_offset\":3600,\"favourites_count\":140,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178695769530368,\"created_at\":\"Fri Feb 24 22:53:13 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179235169599488\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":862,\"screen_name\":\"antuan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2388,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":14,\"profile_link_color\":\"990000\",\"followers_count\":386,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"description\":\"ristretto sans sucre | direction de la strat\\u00e9gie \\u00e0 francetv (mais ce compte est personnel, n\\u2019engage que moi etc etc) | TL surtout en VF \\/ a volte in italiano\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"5661312\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"profile_sidebar_fill_color\":\"f2f2f2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"name\":\"a.grigolini\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 30 17:55:20 +0000 2007\",\"profile_sidebar_border_color\":\"a8a8a8\",\"id\":5661312,\"utc_offset\":3600,\"favourites_count\":258,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179235169599488,\"created_at\":\"Fri Feb 24 22:55:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 961000, +"tags": [ +{ +"id-ref": "ef3037dc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef1a8540-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f67de0a5-4042-4211-b2a4-7724606f4c03-173179235169599488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1693436244/tw_13513942_1323894171_normal.jpg" +}, +"title": "Nicolas Legros: #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 963000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.142488,48.9203048],[2.2061332,48.9203048],[2.2061332,48.954515],[2.142488,48.954515]]]},\"attributes\":{},\"full_name\":\"Sartrouville, Yvelines\",\"name\":\"Sartrouville\",\"id\":\"fdc15213df467db3\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/fdc15213df467db3.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.20184601,48.94095672]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179240966139904\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.94095672,2.20184601]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":386,\"screen_name\":\"NicolasLegros\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2753,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"sartrouville\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":140,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1693436244\\/tw_13513942_1323894171_normal.jpg\",\"description\":\"RUGBY(ra\\u00e7ing, toulouse, sprinboks) rock, vie de famille, killstreak et votera pascal pap\\u00e9 en 2012.. un maitre @kakaOpopo #tontonatoujoursraison\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"120251174\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1693436244\\/tw_13513942_1323894171_normal.jpg\",\"name\":\"Nicolas Legros\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 05 22:47:53 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":120251174,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179240966139904,\"created_at\":\"Fri Feb 24 22:55:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 963000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8177561a-79c7-4678-9baf-3a176fdbab44-173179240966139904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vinvin il jouait pas dans \"Les démons de Jésus\" ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1530136001/Irlande_2006_452_normal.jpg" +}, +"title": "Frederic DEVAUX: Vinvin il jouait pas dans \"Les démons de Jésus\" ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 963000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vinvin il jouait pas dans \\\"Les d\\u00e9mons de J\\u00e9sus\\\" ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179242505449472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":76,\"screen_name\":\"freddevaux\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":117,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":10,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1530136001\\/Irlande_2006_452_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"51220776\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1530136001\\/Irlande_2006_452_normal.jpg\",\"name\":\"Frederic DEVAUX\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 26 20:52:41 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":51220776,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179242505449472,\"created_at\":\"Fri Feb 24 22:55:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 963000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f1e9fcba-f50d-4f3c-bff8-b9e61d15d215-173179242505449472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @GabytaineFlam: Filmer les répétitions, c'est quand même bien mainstream #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1827226982/Mekou4_-_Copie__2__-_Copie_normal.JPG" +}, +"title": "Sacha Tenluge: RT @GabytaineFlam: Filmer les répétitions, c'est quand même bien mainstream #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 963000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @GabytaineFlam: Filmer les r\\u00e9p\\u00e9titions, c'est quand m\\u00eame bien mainstream #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GabytaineFlam\",\"indices\":[3,17],\"id_str\":\"161146189\",\"name\":\"R\\u00e9mi\",\"id\":161146189}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Filmer les r\\u00e9p\\u00e9titions, c'est quand m\\u00eame bien mainstream #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179106974896129\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5842,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":367,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179106974896129,\"created_at\":\"Fri Feb 24 22:54:51 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179241175842816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":335,\"screen_name\":\"Mekouyanski\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":14247,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/420385676\\/twilk_background_4f33bf65c4463.jpg\",\"location\":\"Pas Paris\",\"show_all_inline_media\":true,\"listed_count\":26,\"profile_link_color\":\"163470\",\"followers_count\":465,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1827226982\\/Mekou4_-_Copie__2__-_Copie_normal.JPG\",\"description\":\"RT ses mentions c'est s'auto-sucer, les courbatures en moins.\\r\\n\\r\\nMoi je dis \\u00e7a je dis rien...\\r\\n\\r\\nBah fais \\u00e7a, dis rien.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"247184480\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420385676\\/twilk_background_4f33bf65c4463.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827226982\\/Mekou4_-_Copie__2__-_Copie_normal.JPG\",\"name\":\"Sacha Tenluge\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 04 07:59:44 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":247184480,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179241175842816,\"created_at\":\"Fri Feb 24 22:55:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 963000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0ec7eed1-6615-4c2a-a907-1ecc61e02cab-173179241175842816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @antuan: Tweet compteur en marche #lgw #faitespeterlescore http://t.co/2g7yTodt", +"img": { +"src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png" +}, +"title": "Samuel Huron: RT @antuan: Tweet compteur en marche #lgw #faitespeterlescore http://t.co/2g7yTodt", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 964000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @antuan: Tweet compteur en marche #lgw #faitespeterlescore http:\\/\\/t.co\\/2g7yTodt\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"antuan\",\"indices\":[3,10],\"id_str\":\"5661312\",\"name\":\"a.grigolini\",\"id\":5661312}],\"urls\":[{\"indices\":[62,82],\"expanded_url\":\"http:\\/\\/twitter.com\\/antuan\\/status\\/173179051823992832\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/2g7yTodt\",\"url\":\"http:\\/\\/t.co\\/2g7yTodt\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]},{\"text\":\"faitespeterlescore\",\"indices\":[42,61]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Tweet compteur en marche #lgw #faitespeterlescore http:\\/\\/t.co\\/2g7yTodt\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"faitespeterlescore\",\"indices\":[30,49]}],\"media\":[{\"type\":\"photo\",\"indices\":[50,70],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":768},\"medium\":{\"h\":800,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":453,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdBbhrCEAEF-i8.jpg\",\"id_str\":\"173179051828187137\",\"expanded_url\":\"http:\\/\\/twitter.com\\/antuan\\/status\\/173179051823992832\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdBbhrCEAEF-i8.jpg\",\"id\":173179051828187137,\"display_url\":\"pic.twitter.com\\/2g7yTodt\",\"url\":\"http:\\/\\/t.co\\/2g7yTodt\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.apple.com\\\" rel=\\\"nofollow\\\"\\u003EPhotos on iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179051823992832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":862,\"screen_name\":\"antuan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2388,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":14,\"profile_link_color\":\"990000\",\"followers_count\":386,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"description\":\"ristretto sans sucre | direction de la strat\\u00e9gie \\u00e0 francetv (mais ce compte est personnel, n\\u2019engage que moi etc etc) | TL surtout en VF \\/ a volte in italiano\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"5661312\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"profile_sidebar_fill_color\":\"f2f2f2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"name\":\"a.grigolini\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 30 17:55:20 +0000 2007\",\"profile_sidebar_border_color\":\"a8a8a8\",\"id\":5661312,\"utc_offset\":3600,\"favourites_count\":258,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179051823992832,\"created_at\":\"Fri Feb 24 22:54:39 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179245252710403\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":764,\"screen_name\":\"cybunk\",\"lang\":\"en\",\"profile_text_color\":\"4c9c8f\",\"statuses_count\":2675,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":69,\"profile_link_color\":\"b3009b\",\"followers_count\":699,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"description\":\"Lead designer @IRILive Centre Pompidou \\/ PhD student in #infoviz #chi @ Paris11 \\/ @INRIA : #ui #Webdesign, #WebScience, #philosophy, #open #innovation\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"14905766\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"name\":\"Samuel Huron\",\"default_profile_image\":false,\"created_at\":\"Mon May 26 06:02:18 +0000 2008\",\"profile_sidebar_border_color\":\"b3009b\",\"id\":14905766,\"utc_offset\":-10800,\"favourites_count\":405,\"url\":\"http:\\/\\/www.cybunk.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179245252710403,\"created_at\":\"Fri Feb 24 22:55:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 964000, +"tags": [ +{ +"id-ref": "ef3a1cd4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "25330234-65f3-4171-a43c-b4c854079e4d-173179245252710403" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @bubbleT2012: #lgw #cqui @vinvin", +"img": { +"src": "http://a2.twimg.com/profile_images/1646789005/moi-id-tof-effects-600x600-gplus_normal.jpg" +}, +"title": "Romain Vuillemot: RT @bubbleT2012: #lgw #cqui @vinvin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 965000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @bubbleT2012: #lgw #cqui @vinvin\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"bubbleT2012\",\"indices\":[3,15],\"id_str\":\"430738774\",\"name\":\"bubble.t\",\"id\":430738774},{\"screen_name\":\"Vinvin\",\"indices\":[28,35],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]},{\"text\":\"cqui\",\"indices\":[22,27]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #cqui @vinvin\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[11,18],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177020572893184\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":54,\"screen_name\":\"bubbleT2012\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1679403634\\/bgd-readme2_normal.png\",\"description\":\"Bubble T est une application de visualisation cr\\u00e9\\u00e9e par @raphV @cybunk @romsson @ymh_work A voir ici : http:\\/\\/dev.fabelier.org\\/bubble-t\\/ made in @inria @IRIlive\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"430738774\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1679403634\\/bgd-readme2_normal.png\",\"name\":\"bubble.t\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 07 14:25:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":430738774,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/dev.fabelier.org\\/bubble-t\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177020572893184,\"created_at\":\"Fri Feb 24 22:46:33 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179250545930240\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":314,\"screen_name\":\"romsson\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":684,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0099CC\",\"followers_count\":194,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1646789005\\/moi-id-tof-effects-600x600-gplus_normal.jpg\",\"description\":\"Interests in Information Visualization, Human\\/Computer Interaction, Design, etc. #infoviz #dataviz #hci\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"14898705\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1646789005\\/moi-id-tof-effects-600x600-gplus_normal.jpg\",\"name\":\"Romain Vuillemot\",\"default_profile_image\":false,\"created_at\":\"Sun May 25 13:35:06 +0000 2008\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":14898705,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/romain.vuillemot.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179250545930240,\"created_at\":\"Fri Feb 24 22:55:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 965000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e2220741-f914-4a14-9748-26c67286a820-173179250545930240" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw jvous aime les mecs!!", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_2_normal.png" +}, +"title": "Royon Chris: #ilreste #lgw jvous aime les mecs!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 966000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw jvous aime les mecs!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179255730077696\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":23,\"screen_name\":\"NotSvipdagr\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":11,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"399695662\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"name\":\"Royon Chris\",\"default_profile_image\":true,\"created_at\":\"Thu Oct 27 22:08:31 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":399695662,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179255730077696,\"created_at\":\"Fri Feb 24 22:55:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 966000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "367ce69a-55aa-4c01-9e84-11bc63d7470b-173179255730077696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin doit il partir ? #ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819530189/twitter_normal.png" +}, +"title": "Benoit Lebreau: François Rollin doit il partir ? #ilreste #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 969000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin doit il partir ? #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[33,41]},{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179267641917445\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":605,\"screen_name\":\"benoitlebreau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4157,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"667033\",\"followers_count\":339,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"description\":\"sympathique et cool \\/\\/ danseur \\u00e9toile \\u00e0 NRJ Group \\/\\/ #runner parisien du soir, #radio amateur et tr\\u00e8s dr\\u00f4le \\u00e0 la t\\u00e9l\\u00e9\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"267290862\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"name\":\"Benoit Lebreau\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 16 17:22:17 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":267290862,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/www.benoitlebreau.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179267641917445,\"created_at\":\"Fri Feb 24 22:55:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 969000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3495fe10-8ec3-4d3e-9c4b-231f3da4044a-173179267641917445" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bon okay je passe sur #ci #lgw c'est loin de ce à quoi je m'attendais ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: bon okay je passe sur #ci #lgw c'est loin de ce à quoi je m'attendais ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 970000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"bon okay je passe sur #ci #lgw c'est loin de ce \\u00e0 quoi je m'attendais ...\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ci\",\"indices\":[22,25]},{\"text\":\"lgw\",\"indices\":[26,30]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179271098019842\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"favourites_count\":110,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":141,\"location\":\"Albi, France\",\"profile_text_color\":\"ba9012\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"statuses_count\":5318,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":29086699,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/isshin-san.over-blog.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\"},\"truncated\":false,\"id\":173179271098019842,\"created_at\":\"Fri Feb 24 22:55:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 970000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "20a04dd1-fcf2-4c7f-b285-3b832c9c37e2-173179271098019842" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "dehor #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: dehor #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 971000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"dehor #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[6,10]},{\"text\":\"ilpart\",\"indices\":[11,18]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179274361188352\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":78,\"location\":\"france\",\"profile_text_color\":\"333333\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"statuses_count\":1207,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Patrick Ollier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":299723960,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\"},\"in_reply_to_status_id\":null,\"id\":173179274361188352,\"created_at\":\"Fri Feb 24 22:55:31 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 971000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "efac2020-8f30-45af-a2a3-423b617eff64-173179274361188352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est une émission de geek #lgw non?", +"img": { +"src": "http://a0.twimg.com/profile_images/1743920877/image201201080004_normal.jpg" +}, +"title": "Kevin : C'est une émission de geek #lgw non?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 973000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est une \\u00e9mission de geek #lgw non?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.9624943,47.2862364],[5.102104,47.2862364],[5.102104,47.3779013],[4.9624943,47.3779013]]]},\"attributes\":{},\"full_name\":\"Dijon, C\\u00f4te-d'Or\",\"name\":\"Dijon\",\"id\":\"52a39ae62c00a295\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/52a39ae62c00a295.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179283999686656\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":299,\"screen_name\":\"Kevinonin\",\"lang\":\"en\",\"profile_text_color\":\"050505\",\"statuses_count\":20692,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/318114033\\/background.png\",\"location\":\"Dijon\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"000078\",\"followers_count\":470,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1743920877\\/image201201080004_normal.jpg\",\"description\":\"J'allais \\u00e9crire une vraie Bio avec une touche d'humour (normal) quand j'ai pens\\u00e9 \\u00e0 cette phrase 'Less is more'. \\r\\nDu coup, je pense en avoir (d\\u00e9j\\u00e0) trop dit..\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"212121\",\"id_str\":\"52390889\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/318114033\\/background.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1743920877\\/image201201080004_normal.jpg\",\"name\":\"Kevin \",\"default_profile_image\":false,\"created_at\":\"Tue Jun 30 13:16:07 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":52390889,\"utc_offset\":3600,\"favourites_count\":94,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179283999686656,\"created_at\":\"Fri Feb 24 22:55:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 973000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1e94ae07-df08-4c96-8915-4947644dfcfc-173179283999686656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non mais ca va pas non ? #ilreste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1777524767/folon1_normal.jpg" +}, +"title": "Kelem: Non mais ca va pas non ? #ilreste #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 973000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Non mais ca va pas non ? #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[25,33]},{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179285048266754\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":88,\"screen_name\":\"KelemFs\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":135,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1777524767\\/folon1_normal.jpg\",\"description\":\"Je demeurai longtemps errant dans C\\u00e9sar\\u00e9e.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"159103701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777524767\\/folon1_normal.jpg\",\"name\":\"Kelem\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 24 13:15:57 +0000 2010\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":159103701,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179285048266754,\"created_at\":\"Fri Feb 24 22:55:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 973000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "439ec0e5-d986-4a9c-b412-3d303467dd2e-173179285048266754" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le zizi de Gaspard #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/878534653/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg" +}, +"title": "CLeM' KuSaLa: Le zizi de Gaspard #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 975000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le zizi de Gaspard #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179292178579457\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"clem_kusala\",\"lang\":\"fr\",\"profile_text_color\":\"a8a3a8\",\"statuses_count\":241,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"location\":\"Roquetaillade\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"000608\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"92309575\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"profile_sidebar_fill_color\":\"111e24\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"name\":\"CLeM' KuSaLa\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 16:35:40 +0000 2009\",\"profile_sidebar_border_color\":\"15191f\",\"id\":92309575,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/karma-kusala.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179292178579457,\"created_at\":\"Fri Feb 24 22:55:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 975000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "32240b80-da71-4cc1-a989-d3e00f081155-173179292178579457" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tweetdeck en star sur #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1143926795/jeromep_logo_carre_twitter_normal.png" +}, +"title": "jeromep: Tweetdeck en star sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 975000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Tweetdeck en star sur #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179291977261056\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C6E2EE\",\"screen_name\":\"jeromep_net\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":367,\"location\":\"France , Paris\",\"profile_text_color\":\"663B12\",\"followers_count\":192,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1143926795\\/jeromep_logo_carre_twitter_normal.png\",\"description\":\"Internaute passionn\\u00e9, auteur des blogs : jeromep.net - sanscommentaire.fr - debranche.fr \\/ r\\u00e9dacteur sur accessoweb.com\",\"statuses_count\":4608,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/161132761\\/jeromep_twitter_background.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"1F98C7\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"282929\",\"protected\":false,\"id_str\":\"6815562\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"jeromep\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/161132761\\/jeromep_twitter_background.jpg\",\"created_at\":\"Thu Jun 14 16:27:00 +0000 2007\",\"profile_sidebar_fill_color\":\"DAECF4\",\"id\":6815562,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/blog.jeromep.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143926795\\/jeromep_logo_carre_twitter_normal.png\"},\"truncated\":false,\"id\":173179291977261056,\"created_at\":\"Fri Feb 24 22:55:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 975000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3fd2ff04-40a5-4d65-9e74-c5de4bd6e1b6-173179291977261056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @vinvin il parle bien @francoisrollin il est coquin @jcfrog a pris d'la drogue @LeGrandWebze j'ai apprivoisé", +"img": { +"src": "http://a1.twimg.com/profile_images/1829840762/affiche_sarkozy_guillotine_candidature_small_normal.jpg" +}, +"title": "Gana: #lgw @vinvin il parle bien @francoisrollin il est coquin @jcfrog a pris d'la drogue @LeGrandWebze j'ai apprivoisé", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 975000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw @vinvin il parle bien @francoisrollin il est coquin @jcfrog a pris d'la drogue @LeGrandWebze j'ai apprivois\\u00e9\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[5,12],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522},{\"screen_name\":\"francoisrollin\",\"indices\":[28,43],\"name\":\"rollin\",\"id_str\":\"369489076\",\"id\":369489076},{\"screen_name\":\"jcfrog\",\"indices\":[58,65],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281},{\"screen_name\":\"LeGrandWebze\",\"indices\":[85,98],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179293831147520\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"generalgana\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":10,\"location\":\"Chez ouam\",\"profile_text_color\":\"333333\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829840762\\/affiche_sarkozy_guillotine_candidature_small_normal.jpg\",\"description\":\"\",\"statuses_count\":150,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"400355364\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Gana\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Oct 28 22:15:45 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":400355364,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/lemzedition.free.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829840762\\/affiche_sarkozy_guillotine_candidature_small_normal.jpg\"},\"truncated\":false,\"id\":173179293831147520,\"created_at\":\"Fri Feb 24 22:55:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 975000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c09ce97a-711e-47a8-b035-4db562cac70e-173179293831147520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #IlReste", +"img": { +"src": "http://a1.twimg.com/profile_images/1617065589/posca_normal.jpg" +}, +"title": "kamel b.: #LGW #IlReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 977000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW #IlReste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"IlReste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/phnxapp.com\\\" rel=\\\"nofollow\\\"\\u003Ephnx\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179301141811200\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"080807\",\"screen_name\":\"kiri_kourou\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":277,\"location\":\"Metz\",\"profile_text_color\":\"d4bc51\",\"followers_count\":111,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1617065589\\/posca_normal.jpg\",\"description\":\"\\/\\/ Poitiers - Montpellier - Valencia - London - Metz\\/Luxembourg \\/\\/ Itin\\u00e9raire d'un enfant pas g\\u00e2t\\u00e9. Pourri g\\u00e2t\\u00e9.\",\"statuses_count\":4335,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/40996777\\/AHD5000_Short_G_rdax_237x350.gif\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"080603\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fafafa\",\"protected\":false,\"id_str\":\"40651438\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"kamel b.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/40996777\\/AHD5000_Short_G_rdax_237x350.gif\",\"created_at\":\"Sun May 17 12:28:56 +0000 2009\",\"profile_sidebar_fill_color\":\"bf742a\",\"id\":40651438,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1617065589\\/posca_normal.jpg\"},\"truncated\":false,\"id\":173179301141811200,\"created_at\":\"Fri Feb 24 22:55:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 977000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "647e9626-2db6-47b6-acca-34150bef5fcb-173179301141811200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "à chaque émission un nouveau plateau #LGW #france5", +"img": { +"src": "http://a3.twimg.com/profile_images/1313387378/profil_normal.jpg" +}, +"title": "Jean-Baptiste Viet: à chaque émission un nouveau plateau #LGW #france5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 978000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00e0 chaque \\u00e9mission un nouveau plateau #LGW #france5\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[37,41]},{\"text\":\"france5\",\"indices\":[42,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179305499697152\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":330,\"screen_name\":\"jeanviet\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3323,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/233585490\\/background.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":49,\"profile_link_color\":\"3b8d76\",\"followers_count\":729,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1313387378\\/profil_normal.jpg\",\"description\":\"Votre Guide Web et Multim\\u00e9dia gratuit et accessible \\u00e0 toute la famille !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"e5f6f6\",\"id_str\":\"39217851\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/233585490\\/background.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1313387378\\/profil_normal.jpg\",\"name\":\"Jean-Baptiste Viet\",\"default_profile_image\":false,\"created_at\":\"Mon May 11 08:40:23 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":39217851,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/jeanviet.info\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179305499697152,\"created_at\":\"Fri Feb 24 22:55:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 978000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "506fac45-9ab3-4b8d-b036-913735564cbd-173179305499697152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "wifi back #lgw =)", +"img": { +"src": "http://a0.twimg.com/profile_images/1652896495/31462_418563071095_586936095_5290073_3010281_a_normal.jpg" +}, +"title": "KheOps: wifi back #lgw =)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 978000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"wifi back #lgw =)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179306325966849\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"kheops2713\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":972,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"followers_count\":451,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"description\":\"Je clair, ne pas ?\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"321006177\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"name\":\"KheOps\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 20 21:41:59 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":321006177,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/www.dailymotion.com\\/video\\/x32zy6_la-strategie-de-lechec-lentretien_fun\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179306325966849,\"created_at\":\"Fri Feb 24 22:55:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 978000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "337c4673-c0e1-448f-bf28-feca3c0d5941-173179306325966849" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Rollin #ilReste", +"img": { +"src": "http://a3.twimg.com/profile_images/1134362240/41465_709802967_6758_q_normal.jpg" +}, +"title": "Jérôme Beau: #lgw Rollin #ilReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 979000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Rollin #ilReste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[12,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179307747835905\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":54,\"screen_name\":\"javarome\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":163,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Nanterre, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"FF3300\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1134362240\\/41465_709802967_6758_q_normal.jpg\",\"description\":\"Un informaticien qui dessinait et s'int\\u00e9resse \\u00e0 l'inexpliqu\\u00e9 entre deux sessions de batterie\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"20989537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1134362240\\/41465_709802967_6758_q_normal.jpg\",\"name\":\"J\\u00e9r\\u00f4me Beau\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 16 14:37:16 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":20989537,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.javarome.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179307747835905,\"created_at\":\"Fri Feb 24 22:55:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 979000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ed9113f0-34a0-4d61-94e5-9dbe50641a49-173179307747835905" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Comment LT un truc encore plus chiant que les cesars #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1719658772/dGnuxEjQ_normal" +}, +"title": "Maule: Comment LT un truc encore plus chiant que les cesars #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 980000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Comment LT un truc encore plus chiant que les cesars #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetcaster.com\\\" rel=\\\"nofollow\\\"\\u003ETweetCaster for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179315259850752\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":101,\"screen_name\":\"plemga\",\"lang\":\"fr\",\"profile_text_color\":\"1ab812\",\"statuses_count\":1537,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/390374182\\/100109200127_42.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"d10c7c\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1719658772\\/dGnuxEjQ_normal\",\"description\":\"Demain je serai juriste. Mais pas tout de suite, l\\u00e0 je choppe\\/shop.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"064666\",\"id_str\":\"118273647\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/390374182\\/100109200127_42.jpg\",\"profile_sidebar_fill_color\":\"b2b5bd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1719658772\\/dGnuxEjQ_normal\",\"name\":\"Maule\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 28 04:16:14 +0000 2010\",\"profile_sidebar_border_color\":\"10c741\",\"id\":118273647,\"utc_offset\":3600,\"favourites_count\":292,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179315259850752,\"created_at\":\"Fri Feb 24 22:55:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 980000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7d5737ea-4e16-471c-ab0d-96d273b442d3-173179315259850752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mazette, jusqu'à ce soir, je ne connaissais pas le #palmashow. Je me sens vieille... (...) En fait, je suis vieille #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817576333/emmanuelle_hirschauer_tetocarre_normal.jpg" +}, +"title": "E. Hirschauer: Mazette, jusqu'à ce soir, je ne connaissais pas le #palmashow. Je me sens vieille... (...) En fait, je suis vieille #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 981000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mazette, jusqu'\\u00e0 ce soir, je ne connaissais pas le #palmashow. Je me sens vieille... (...) En fait, je suis vieille #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"palmashow\",\"indices\":[51,61]},{\"text\":\"lgw\",\"indices\":[116,120]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179316337778688\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":202,\"screen_name\":\"LaBombeH\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":1409,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/67039392\\/twitter.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"D02B55\",\"followers_count\":123,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817576333\\/emmanuelle_hirschauer_tetocarre_normal.jpg\",\"description\":\"Eclose sur un terril, \\u00e9lev\\u00e9e au reblochon au lait cru, demeurant dans le neuf-trois\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"84343206\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/67039392\\/twitter.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817576333\\/emmanuelle_hirschauer_tetocarre_normal.jpg\",\"name\":\"E. Hirschauer\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 14:53:27 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":84343206,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179316337778688,\"created_at\":\"Fri Feb 24 22:55:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 981000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef203116-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "26760344-c69e-475c-b20f-d209e155614c-173179316337778688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@CPonsolle: 2ème point Mabille #lgw” // ha je l'avais bien reconnu xD", +"img": { +"src": "http://a1.twimg.com/profile_images/1129708432/Photo_du_71918072-09-___19_normal.jpg" +}, +"title": "JC: “@CPonsolle: 2ème point Mabille #lgw” // ha je l'avais bien reconnu xD", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 981000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@CPonsolle: 2\\u00e8me point Mabille #lgw\\u201d \\/\\/ ha je l'avais bien reconnu xD\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"CPonsolle\",\"indices\":[1,11],\"id_str\":\"25338852\",\"name\":\"Christophe Ponsolle\",\"id\":25338852}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179316547497984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":260,\"screen_name\":\"l_jc\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":640,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1129708432\\/Photo_du_71918072-09-___19_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"113982432\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1129708432\\/Photo_du_71918072-09-___19_normal.jpg\",\"name\":\"JC\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 13 17:57:33 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":113982432,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179316547497984,\"created_at\":\"Fri Feb 24 22:55:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 981000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a934fe1d-1a94-4dda-98b7-b44cfee4e60b-173179316547497984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "n'empêche le plateau du #lgw ... pis les mecs debout au milieu au dessus du cube ... #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: n'empêche le plateau du #lgw ... pis les mecs debout au milieu au dessus du cube ... #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 982000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"n'emp\\u00eache le plateau du #lgw ... pis les mecs debout au milieu au dessus du cube ... #cQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]},{\"text\":\"cQui\",\"indices\":[85,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179321073139714\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13678,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"location\":\"Ile de France, Nancy, Toulois\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"name\":\"Godai Yusaku\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":76995130,\"utc_offset\":3600,\"favourites_count\":68,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179321073139714,\"created_at\":\"Fri Feb 24 22:55:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 982000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4f7b2f92-3325-4696-8e73-aca38107e8ad-173179321073139714" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Enorme ! On entend @PascalMabille se poiler derrière dans Le Grand Webzé #lgw :D", +"img": { +"src": "http://a1.twimg.com/profile_images/1276062222/2176444e-32ed-4d79-9ee2-0af1edf9b745_normal.png" +}, +"title": "Lolo-kun: Enorme ! On entend @PascalMabille se poiler derrière dans Le Grand Webzé #lgw :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 982000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Enorme ! On entend @PascalMabille se poiler derri\\u00e8re dans Le Grand Webz\\u00e9 #lgw :D\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[19,33],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[73,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179320678879232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":165,\"screen_name\":\"Lolokun\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":3173,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":157,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1276062222\\/2176444e-32ed-4d79-9ee2-0af1edf9b745_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"10019842\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276062222\\/2176444e-32ed-4d79-9ee2-0af1edf9b745_normal.png\",\"name\":\"Lolo-kun\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 07 02:55:41 +0000 2007\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":10019842,\"utc_offset\":3600,\"favourites_count\":12,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179320678879232,\"created_at\":\"Fri Feb 24 22:55:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 982000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "23539a15-2a9d-4900-b327-623cf523c12c-173179320678879232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Fabarol: Le nouveau #LGW, c'est parti, maintenant en direct sur #france5, avec des outils incroyables, jamais vus ! @nicolasauret @r ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1646789005/moi-id-tof-effects-600x600-gplus_normal.jpg" +}, +"title": "Romain Vuillemot: RT @Fabarol: Le nouveau #LGW, c'est parti, maintenant en direct sur #france5, avec des outils incroyables, jamais vus ! @nicolasauret @r ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 982000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Fabarol: Le nouveau #LGW, c'est parti, maintenant en direct sur #france5, avec des outils incroyables, jamais vus ! @nicolasauret @r ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Fabarol\",\"indices\":[3,11],\"id_str\":\"110388053\",\"name\":\"Fabienne BAROLLIER\",\"id\":110388053},{\"screen_name\":\"nicolasauret\",\"indices\":[120,133],\"id_str\":\"293395401\",\"name\":\"nicolasauret\",\"id\":293395401},{\"screen_name\":\"R\",\"indices\":[134,136],\"id_str\":\"146733\",\"name\":\"Rex Hammock\",\"id\":146733}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[24,28]},{\"text\":\"france5\",\"indices\":[68,76]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Le nouveau #LGW, c'est parti, maintenant en direct sur #france5, avec des outils incroyables, jamais vus ! @nicolasauret @romsson @cybunk.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"nicolasauret\",\"indices\":[107,120],\"id_str\":\"293395401\",\"name\":\"nicolasauret\",\"id\":293395401},{\"screen_name\":\"romsson\",\"indices\":[121,129],\"id_str\":\"14898705\",\"name\":\"Romain Vuillemot\",\"id\":14898705},{\"screen_name\":\"cybunk\",\"indices\":[130,137],\"id_str\":\"14905766\",\"name\":\"Samuel Huron\",\"id\":14905766}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[11,15]},{\"text\":\"france5\",\"indices\":[55,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173175154984226816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1041,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":317,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173175154984226816,\"created_at\":\"Fri Feb 24 22:39:09 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179321555501056\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":314,\"screen_name\":\"romsson\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":685,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0099CC\",\"followers_count\":194,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1646789005\\/moi-id-tof-effects-600x600-gplus_normal.jpg\",\"description\":\"Interests in Information Visualization, Human\\/Computer Interaction, Design, etc. #infoviz #dataviz #hci\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"14898705\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1646789005\\/moi-id-tof-effects-600x600-gplus_normal.jpg\",\"name\":\"Romain Vuillemot\",\"default_profile_image\":false,\"created_at\":\"Sun May 25 13:35:06 +0000 2008\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":14898705,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/romain.vuillemot.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173179321555501056,\"created_at\":\"Fri Feb 24 22:55:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 982000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8fee2a0b-974d-46de-aa1c-54d8aa829c0a-173179321555501056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@alexevan la chemise de @Vinvin est mieux de ton côté #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1841426692/image_normal.jpg" +}, +"title": "Peyow: @alexevan la chemise de @Vinvin est mieux de ton côté #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 984000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@alexevan la chemise de @Vinvin est mieux de ton c\\u00f4t\\u00e9 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"alexevan\",\"indices\":[0,9],\"id_str\":\"33499701\",\"name\":\"alexandra evan\",\"id\":33499701},{\"screen_name\":\"Vinvin\",\"indices\":[24,31],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173177548648353792\",\"id_str\":\"173179330309001216\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173177548648353792,\"in_reply_to_user_id_str\":\"33499701\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":42,\"screen_name\":\"PeyowOner\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":125,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Grenoble\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1841426692\\/image_normal.jpg\",\"description\":\"Technicien du spectale survivant. Fain\\u00e9ant et casanier, donc totalement inoffensif.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"268921581\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841426692\\/image_normal.jpg\",\"name\":\"Peyow\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 19 19:00:41 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":268921581,\"utc_offset\":null,\"favourites_count\":12,\"url\":null},\"in_reply_to_screen_name\":\"alexevan\",\"truncated\":false,\"id\":173179330309001216,\"created_at\":\"Fri Feb 24 22:55:44 +0000 2012\",\"in_reply_to_user_id\":33499701}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 984000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "81bfb3b3-a712-4b0c-ba40-9cd587617a0c-173179330309001216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En fait... c'est tourné dans un cyber café, non ? #lgw Y'a plein de gens devant leur portable. Suis sûr qu'ils écoutent même pas.", +"img": { +"src": "http://a0.twimg.com/profile_images/1829032837/430490_10519221_b_normal.jpg" +}, +"title": "Antoine Rouaud: En fait... c'est tourné dans un cyber café, non ? #lgw Y'a plein de gens devant leur portable. Suis sûr qu'ils écoutent même pas.", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 984000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"En fait... c'est tourn\\u00e9 dans un cyber caf\\u00e9, non ? #lgw Y'a plein de gens devant leur portable. Suis s\\u00fbr qu'ils \\u00e9coutent m\\u00eame pas.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179331164651521\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Antoine_Rouaud\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":84,\"location\":\"Nantes\",\"profile_text_color\":\"333333\",\"followers_count\":103,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\",\"description\":\"Cr\\u00e9ateur de trucs et autres choses qui ont rapport \\u00e0 des histoires... avec des gens. \\r\\nhttp:\\/\\/www.wagaprod.fr\",\"statuses_count\":1385,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"373509666\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Antoine Rouaud\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed Sep 14 18:13:49 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":373509666,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.audiodramax.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\"},\"truncated\":false,\"id\":173179331164651521,\"created_at\":\"Fri Feb 24 22:55:44 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 984000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "079df25d-0a31-4aab-828e-c6ae98ff4fb7-173179331164651521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Heyyyyy coucou @FlorencePorcel #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1801484114/val_loubilou_normal.jpg" +}, +"title": "Schmitt Valerie: Heyyyyy coucou @FlorencePorcel #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 986000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Heyyyyy coucou @FlorencePorcel #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[15,30],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179340371144704\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"val_loubilou\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":279,\"location\":\"\",\"profile_text_color\":\"807280\",\"followers_count\":668,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801484114\\/val_loubilou_normal.jpg\",\"description\":\"\",\"statuses_count\":7907,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/344209093\\/Val_Loubilou1.jpg\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"ed2fa1\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"220424620\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Schmitt Valerie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/344209093\\/Val_Loubilou1.jpg\",\"created_at\":\"Sat Nov 27 19:05:22 +0000 2010\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":220424620,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801484114\\/val_loubilou_normal.jpg\"},\"truncated\":false,\"id\":173179340371144704,\"created_at\":\"Fri Feb 24 22:55:46 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 986000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8a43756a-e552-45b5-9696-4592122c60d4-173179340371144704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@HeleneBergdoll: #César2012 Allez hop tout le monde au Fouquet's ! on est pas le 6 mai pourtant” venez plutôt voir #Lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: “@HeleneBergdoll: #César2012 Allez hop tout le monde au Fouquet's ! on est pas le 6 mai pourtant” venez plutôt voir #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 987000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@HeleneBergdoll: #C\\u00e9sar2012 Allez hop tout le monde au Fouquet's ! on est pas le 6 mai pourtant\\u201d venez plut\\u00f4t voir #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"HeleneBergdoll\",\"indices\":[1,16],\"id_str\":\"420454818\",\"name\":\"ellen bergdoll\",\"id\":420454818}],\"urls\":[],\"hashtags\":[{\"text\":\"C\\u00e9sar2012\",\"indices\":[18,28]},{\"text\":\"Lgw\",\"indices\":[116,120]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179342455701505\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":210,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179342455701505,\"created_at\":\"Fri Feb 24 22:55:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 987000, +"tags": [ +{ +"id-ref": "ef2b9ccc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6ac864c9-59e8-4c66-8dd4-aa27d14d7654-173179342455701505" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin, #Ilreste . pas de souci de ce côté là. Mais maintenant faudrait De Caunes. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: Rollin, #Ilreste . pas de souci de ce côté là. Mais maintenant faudrait De Caunes. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 987000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin, #Ilreste . pas de souci de ce c\\u00f4t\\u00e9 l\\u00e0. Mais maintenant faudrait De Caunes. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Ilreste\",\"indices\":[8,16]},{\"text\":\"lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179342371827712\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":764,\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4350,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France - Moselle\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"D02B55\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"name\":\"R\\u00e9my D.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":48825435,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179342371827712,\"created_at\":\"Fri Feb 24 22:55:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 987000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5a2bf053-fab9-4b42-b59d-f54a0fd3f487-173179342371827712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Question + importante : twitter à toute heure ? twitter tous les quarts d'heure ? ou twitter fait peur ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: Question + importante : twitter à toute heure ? twitter tous les quarts d'heure ? ou twitter fait peur ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 987000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Question + importante : twitter \\u00e0 toute heure ? twitter tous les quarts d'heure ? ou twitter fait peur ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[105,109]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179343080656896\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"favourites_count\":19,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":253,\"location\":\"Internet\",\"profile_text_color\":\"333333\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"statuses_count\":10391,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fran\\u00e7ois Revol\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":102075787,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/revolf.free.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\"},\"truncated\":false,\"id\":173179343080656896,\"created_at\":\"Fri Feb 24 22:55:47 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 987000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1d5d0011-abec-4396-ba10-aa99692b48f3-173179343080656896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@NG__nico: #LGW la seule émission où on voit ses tweets en direct à la télé sur le mur d'images de l'émission” ÉNORME ! #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1658546588/solidarnosc_normal.jpg" +}, +"title": "Miguel Teixeira: “@NG__nico: #LGW la seule émission où on voit ses tweets en direct à la télé sur le mur d'images de l'émission” ÉNORME ! #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 988000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u201c@NG__nico: #LGW la seule \\u00e9mission o\\u00f9 on voit ses tweets en direct \\u00e0 la t\\u00e9l\\u00e9 sur le mur d'images de l'\\u00e9mission\\u201d \\u00c9NORME ! #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"NG__nico\",\"indices\":[1,10],\"name\":\" Nicolas Gaillard\",\"id_str\":\"370637904\",\"id\":370637904}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[12,16]},{\"text\":\"ilreste\",\"indices\":[121,129]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179347870564353\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"migteix\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":258,\"location\":\"Orleans\",\"profile_text_color\":\"333333\",\"followers_count\":267,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"description\":\"blogueur orl\\u00e9anais, parle surtout d'actu locale et sort 2\\/3 blagues de temps en temps...\",\"statuses_count\":2718,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"3543511\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Miguel Teixeira\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Apr 05 18:00:09 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":3543511,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.coteboulevard.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\"},\"truncated\":false,\"id\":173179347870564353,\"created_at\":\"Fri Feb 24 22:55:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 988000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "402151eb-3b7c-4792-af68-9c3289fba459-173179347870564353" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Long entretien avec le @palmashow, inspiré par les questions des internautes #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1419070763/France5Officiel_tw_normal.jpg" +}, +"title": "France5: RT @LeGrandWebze: Long entretien avec le @palmashow, inspiré par les questions des internautes #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 988000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Long entretien avec le @palmashow, inspir\\u00e9 par les questions des internautes #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"palmashow\",\"indices\":[41,51],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Long entretien avec le @palmashow, inspir\\u00e9 par les questions des internautes #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[23,33],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179096069701633\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3126,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1479,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173179096069701633,\"created_at\":\"Fri Feb 24 22:54:48 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179348067680256\",\"user\":{\"default_profile_image\":false,\"verified\":true,\"notifications\":null,\"profile_sidebar_border_color\":\"2ca33e\",\"screen_name\":\"France5tv\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":834,\"location\":\"Paris\",\"profile_text_color\":\"0C3E53\",\"followers_count\":48935,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"description\":\"France 5, cha\\u00eene du Groupe France T\\u00e9l\\u00e9visions. Apr\\u00e8s avoir fait connaissance, rapprochons-nous sur cette TL #media #clair\",\"statuses_count\":3553,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"show_all_inline_media\":false,\"listed_count\":849,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"84c810\",\"protected\":false,\"id_str\":\"36932487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"France5\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"created_at\":\"Fri May 01 12:30:02 +0000 2009\",\"profile_sidebar_fill_color\":\"50912a\",\"id\":36932487,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\"},\"truncated\":false,\"id\":173179348067680256,\"created_at\":\"Fri Feb 24 22:55:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 988000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "77de63df-7d55-4da2-b9ab-af51b2590524-173179348067680256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @FlorencePorcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw // mais non, c'est les ultrasons du rire de @PascalMabille", +"img": { +"src": "http://a2.twimg.com/profile_images/1775056166/siegfried-thouvenot_normal.jpg" +}, +"title": "Siegfried Thouvenot: RT @FlorencePorcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw // mais non, c'est les ultrasons du rire de @PascalMabille", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 988000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @FlorencePorcel: MON CUBE ME BR\\u00dbLE LA FESSE GAUCHE #lgw \\/\\/ mais non, c'est les ultrasons du rire de @PascalMabille\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[3,18],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173},{\"screen_name\":\"PascalMabille\",\"indices\":[103,117],\"name\":\"Pascal Mabille\",\"id_str\":\"1367131\",\"id\":1367131}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179346528382976\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"captainweb\",\"lang\":\"fr\",\"favourites_count\":65,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1036,\"location\":\"France, Paris\",\"profile_text_color\":\"757575\",\"followers_count\":7392,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1775056166\\/siegfried-thouvenot_normal.jpg\",\"description\":\"Blogueur High-tech, Newb Podcaster, dev Web etc...\",\"statuses_count\":28953,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/32213787\\/maquette-background-twitter.png\",\"show_all_inline_media\":true,\"listed_count\":676,\"profile_link_color\":\"767fb5\",\"is_translator\":true,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"18554168\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Siegfried Thouvenot\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32213787\\/maquette-background-twitter.png\",\"created_at\":\"Fri Jan 02 15:30:22 +0000 2009\",\"profile_sidebar_fill_color\":\"f5f5f5\",\"id\":18554168,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.captainweb.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775056166\\/siegfried-thouvenot_normal.jpg\"},\"truncated\":false,\"id\":173179346528382976,\"created_at\":\"Fri Feb 24 22:55:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 988000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8193514d-5c61-4330-93ac-2ea93ffe33a7-173179346528382976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @ArDub57: non @hartza_info je regarde pour la 2eme fois en 6mois #lgw // Ouf ! En même temps je mets la TV deux fois par mois maxi...", +"img": { +"src": "http://a1.twimg.com/profile_images/1803920053/hartza_anon_normal.gif" +}, +"title": "Christophe BONNARD: RT @ArDub57: non @hartza_info je regarde pour la 2eme fois en 6mois #lgw // Ouf ! En même temps je mets la TV deux fois par mois maxi...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 989000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @ArDub57: non @hartza_info je regarde pour la 2eme fois en 6mois #lgw \\/\\/ Ouf ! En m\\u00eame temps je mets la TV deux fois par mois maxi...\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"ArDub57\",\"indices\":[3,11],\"name\":\"ArDuB57\",\"id_str\":\"21448223\",\"id\":21448223},{\"screen_name\":\"hartza_info\",\"indices\":[17,29],\"name\":\"Christophe BONNARD\",\"id_str\":\"123547535\",\"id\":123547535}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179351309889536\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"hartza_info\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":409,\"location\":\"64250 LOUHOSSOA\",\"profile_text_color\":\"333333\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"description\":\"auto-entrepreneur\\r\\nR\\u00e9paration, assistance et maintenance informatique, Cr\\u00e9ation de Site Internet, Montage Vid\\u00e9o, Infographie...\",\"statuses_count\":3510,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"123547535\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Christophe BONNARD\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"created_at\":\"Tue Mar 16 12:35:18 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":123547535,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/hartza.info\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\"},\"truncated\":false,\"id\":173179351309889536,\"created_at\":\"Fri Feb 24 22:55:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 989000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d02cecac-6c22-4cdd-bd33-73a9b02fc7ab-173179351309889536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Merci pour l'info @lucasparax allez sur la 5 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1844318712/Logo153pix4x4_normal.jpg" +}, +"title": "Village Fédéral: Merci pour l'info @lucasparax allez sur la 5 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 990000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Merci pour l'info @lucasparax allez sur la 5 #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"lucasparax\",\"indices\":[18,29],\"name\":\"Lucas Parax\",\"id_str\":\"333415548\",\"id\":333415548}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179355751657473\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"VillageFederal\",\"lang\":\"fr\",\"favourites_count\":1694,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":632,\"location\":\"Paris\",\"profile_text_color\":\"3C3940\",\"followers_count\":954,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844318712\\/Logo153pix4x4_normal.jpg\",\"description\":\"Veille, discussions et d\\u00e9conne sur Twitter. Le site est un \\u00abagr\\u00e9gateur de consciences\\u00bb, dont la devise est: le Savoir, la Libert\\u00e9 & la Solidarit\\u00e9.\",\"statuses_count\":15422,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/377557712\\/Logo_JF_Final2_en_grand.jpg_1.jpg\",\"show_all_inline_media\":true,\"listed_count\":70,\"profile_link_color\":\"b81f00\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"126115852\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Village F\\u00e9d\\u00e9ral\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377557712\\/Logo_JF_Final2_en_grand.jpg_1.jpg\",\"created_at\":\"Wed Mar 24 21:59:34 +0000 2010\",\"profile_sidebar_fill_color\":\"96e1eb\",\"id\":126115852,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.villagefederal.org\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844318712\\/Logo153pix4x4_normal.jpg\"},\"truncated\":false,\"id\":173179355751657473,\"created_at\":\"Fri Feb 24 22:55:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 990000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa83d254-6e1b-4df5-aaf5-bb87a1427c3c-173179355751657473" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Faudrait dire à la prod d’éviter les EeePC, les filles ont le dos trop penché #lgw :)", +"img": { +"src": "http://a1.twimg.com/profile_images/1625442476/24_normal.jpg" +}, +"title": "Christophe Doublet: Faudrait dire à la prod d’éviter les EeePC, les filles ont le dos trop penché #lgw :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 991000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Faudrait dire \\u00e0 la prod d\\u2019\\u00e9viter les EeePC, les filles ont le dos trop pench\\u00e9 #lgw :)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[78,82]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179359136452608\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"ChrisPC34\",\"lang\":\"fr\",\"favourites_count\":33,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":458,\"location\":\"H\\u00e9rault\",\"profile_text_color\":\"535ae6\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1625442476\\/24_normal.jpg\",\"description\":\"D\\u00e9pannage informatique, site web, r\\u00e9seau .\\r\\nSous traitance : Vous livrez,nous installons vos clients dans le Languedoc Roussillon .\",\"statuses_count\":1157,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/426927890\\/twitt.jpg\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"133503769\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Christophe Doublet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426927890\\/twitt.jpg\",\"created_at\":\"Thu Apr 15 23:59:03 +0000 2010\",\"profile_sidebar_fill_color\":\"000000\",\"id\":133503769,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.pc34.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1625442476\\/24_normal.jpg\"},\"truncated\":false,\"id\":173179359136452608,\"created_at\":\"Fri Feb 24 22:55:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 991000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "22ada0e7-c50c-4117-8780-14e9d99c7e87-173179359136452608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D", +"img": { +"src": "http://a0.twimg.com/profile_images/1684751725/tcxbzhar-550x550_normal.png" +}, +"title": "JellyFish Transl8: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 991000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[3,14],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]},{\"text\":\"fail\",\"indices\":[56,61]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Le wifi est mort sur le plateau #lgw :] #fail :D\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]},{\"text\":\"fail\",\"indices\":[40,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178510322577408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"kheops2713\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":971,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"followers_count\":451,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"description\":\"Je clair, ne pas ?\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"321006177\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"name\":\"KheOps\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 20 21:41:59 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":321006177,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/www.dailymotion.com\\/video\\/x32zy6_la-strategie-de-lechec-lentretien_fun\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178510322577408,\"created_at\":\"Fri Feb 24 22:52:29 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179360344408065\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":514,\"screen_name\":\"WeTransl8\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":3446,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"The Internetz\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"0084B4\",\"followers_count\":486,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1684751725\\/tcxbzhar-550x550_normal.png\",\"description\":\"Our aim is to provide a platform for translations of #Telecomix #Anon & cyberanthropology-related stuff. \\r\\n#opBlueBra http:\\/\\/bluebra.anontranslator.eu\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"022330\",\"id_str\":\"340345134\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1684751725\\/tcxbzhar-550x550_normal.png\",\"name\":\"JellyFish Transl8\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 22 15:07:52 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":340345134,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/anontranslator.eu\\/category\\/edito\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179360344408065,\"created_at\":\"Fri Feb 24 22:55:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 991000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d17fed3d-72cf-401d-9434-5162b2a6c5e5-173179360344408065" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Listen guy, and WAIT !", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: #lgw Listen guy, and WAIT !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 992000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Listen guy, and WAIT !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179363834085376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1749,\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":28280,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"location\":\"Crozon, Brittany\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"followers_count\":2619,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"profile_sidebar_fill_color\":\"d3ede7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"name\":\"Philippe B\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_border_color\":\"5e1410\",\"id\":14400518,\"utc_offset\":3600,\"favourites_count\":297,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179363834085376,\"created_at\":\"Fri Feb 24 22:55:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 992000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b6056edf-37fb-4019-b90e-179dbb7ed9b9-173179363834085376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Coucou @FlorencePorcel je viens de voir ta crinière ;-) #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1850070784/Yogiimise_normal.jpg" +}, +"title": "Johann M.: Coucou @FlorencePorcel je viens de voir ta crinière ;-) #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 992000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Coucou @FlorencePorcel je viens de voir ta crini\\u00e8re ;-) #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[7,22],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[56,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179363813097473\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":671,\"screen_name\":\"Yogiimise\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":64988,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Le V\\u00e9sinet\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"followers_count\":2072,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850070784\\/Yogiimise_normal.jpg\",\"description\":\"Tech Journalist, il geek il voit pas le rapport. Travail, Famille, Party. #DaddyGaga, #JaiRigolu & #OMAGAD. La vie est trop courte pour \\u00eatre prise au s\\u00e9rieux.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"30915093\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850070784\\/Yogiimise_normal.jpg\",\"name\":\"Johann M.\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 13 17:55:31 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":30915093,\"utc_offset\":3600,\"favourites_count\":1424,\"url\":\"http:\\/\\/www.tomsguide.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179363813097473,\"created_at\":\"Fri Feb 24 22:55:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 992000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "216be231-f9ca-4687-bf43-b75f1aff8400-173179363813097473" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tu le ne vois pas mais tu l'entends :D @PascalMabille #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/431384575/Yama_normal.jpg" +}, +"title": "Yama: Tu le ne vois pas mais tu l'entends :D @PascalMabille #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 993000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tu le ne vois pas mais tu l'entends :D @PascalMabille #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[39,53],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179366002532353\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":99,\"screen_name\":\"Arth_r94\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":463,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/154068492\\/Deep_ocean.1280x1024.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/431384575\\/Yama_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"76424435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/154068492\\/Deep_ocean.1280x1024.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/431384575\\/Yama_normal.jpg\",\"name\":\"Yama\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 22 19:29:57 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":76424435,\"utc_offset\":3600,\"favourites_count\":89,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179366002532353,\"created_at\":\"Fri Feb 24 22:55:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 993000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bdc05c58-0e2e-46a4-9a43-925a4638a262-173179366002532353" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai pas Canal donc pas de #cesar2012 #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/183407519/200526550-001_normal.jpg" +}, +"title": "Sparkle and Co: J'ai pas Canal donc pas de #cesar2012 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 993000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"J'ai pas Canal donc pas de #cesar2012 #LGW\",\"created_at\":\"Fri Feb 24 22:55:53 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[27,37]},{\"text\":\"LGW\",\"indices\":[38,42]}],\"user_mentions\":[]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173179369978728449\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":10,\"created_at\":\"Sat Apr 25 21:12:07 +0000 2009\",\"profile_text_color\":\"362720\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"url\":\"http:\\/\\/sparkleandco.blogspot.com\",\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"B40B43\",\"screen_name\":\"Sparkle_and_Co\",\"time_zone\":\"London\",\"description\":\"Sometimes geek, often homeless, not a wife but always a mum... I'm a knitter and I'm trying to learn sewing. \\r\\nWelcome!\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"profile_background_color\":\"FF6699\",\"location\":\"London\",\"id_str\":\"35311914\",\"profile_background_tile\":true,\"followers_count\":371,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/183407519\\/200526550-001_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/183407519\\/200526550-001_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"E5507E\",\"favourites_count\":6,\"protected\":false,\"friends_count\":478,\"profile_sidebar_border_color\":\"CC3366\",\"name\":\"Sparkle and Co\",\"contributors_enabled\":false,\"verified\":false,\"id\":35311914,\"statuses_count\":7522,\"profile_use_background_image\":true,\"utc_offset\":0},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173179369978728449}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 993000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "17232132-0041-4ff3-9ca5-7ce4a3847309-173179369978728449" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1494947744/chaperon_normal.jpg" +}, +"title": "RonRonChaperon: #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 996000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179380447715328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":112,\"screen_name\":\"RonRonChaperon\",\"lang\":\"fr\",\"profile_text_color\":\"FD9D77\",\"statuses_count\":135,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/316006376\\/x1c58d25cd2e003ef493aa666c581a1a.png\",\"location\":\"Pays des loups\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"FE7471\",\"followers_count\":30,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1494947744\\/chaperon_normal.jpg\",\"description\":\"Cherche mon gros loup\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"EBC79B\",\"id_str\":\"346544671\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/316006376\\/x1c58d25cd2e003ef493aa666c581a1a.png\",\"profile_sidebar_fill_color\":\"DA4968\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1494947744\\/chaperon_normal.jpg\",\"name\":\"RonRonChaperon\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 01 12:55:32 +0000 2011\",\"profile_sidebar_border_color\":\"840846\",\"id\":346544671,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179380447715328,\"created_at\":\"Fri Feb 24 22:55:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 996000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b1c9817b-11aa-4afc-84f6-20b9859cef48-173179380447715328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "out #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: out #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 996000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"out #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[4,8]},{\"text\":\"ilpart\",\"indices\":[9,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179378996482050\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":78,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"statuses_count\":1208,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Patrick Ollier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":299723960,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\"},\"truncated\":false,\"id\":173179378996482050,\"created_at\":\"Fri Feb 24 22:55:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 996000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "694c4f55-3cb2-43bd-909f-95d39d65105a-173179378996482050" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Salutation @FlorencePorcel et @pascalmabille #jevousregarde", +"img": { +"src": "http://a3.twimg.com/profile_images/1421925544/clemlol_normal.jpg" +}, +"title": "Misterclem: #LGW Salutation @FlorencePorcel et @pascalmabille #jevousregarde", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 996000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Salutation @FlorencePorcel et @pascalmabille #jevousregarde\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[16,31],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173},{\"screen_name\":\"PascalMabille\",\"indices\":[35,49],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"jevousregarde\",\"indices\":[50,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179381538242560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"misterclem\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25121,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/386276214\\/clemlol.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":100,\"profile_link_color\":\"009999\",\"followers_count\":2265,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1421925544\\/clemlol_normal.jpg\",\"description\":\"Bloggueur, cinema, music, politique Web 2.0 Social Digital Strategist, Marketing. CM Com Online \\/ Opinions are my own \\uf8ff \\/ gplus.to\\/misterclem #universalmusic \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"11793022\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/386276214\\/clemlol.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421925544\\/clemlol_normal.jpg\",\"name\":\"Misterclem\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 03 10:57:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":11793022,\"utc_offset\":3600,\"favourites_count\":425,\"url\":\"http:\\/\\/www.clementlepetit.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179381538242560,\"created_at\":\"Fri Feb 24 22:55:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 996000, +"tags": [ +{ +"id-ref": "ef41e3f6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "29bbf434-76a8-4dc4-9a4c-e5fc6b8af9ea-173179381538242560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Mais parlez donc des prénoms du Palmashow... AH ! et #IlReste", +"img": { +"src": "http://a2.twimg.com/profile_images/1244301699/Tho_normal.png" +}, +"title": "Thomas Panau: #lgw Mais parlez donc des prénoms du Palmashow... AH ! et #IlReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 997000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Mais parlez donc des pr\\u00e9noms du Palmashow... AH ! et #IlReste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"IlReste\",\"indices\":[58,66]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179386718199809\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"thopanau\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":46,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1244301699\\/Tho_normal.png\",\"description\":\"\",\"statuses_count\":40,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"252180466\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Thomas Panau\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Feb 14 17:18:47 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":252180466,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1244301699\\/Tho_normal.png\"},\"truncated\":false,\"id\":173179386718199809,\"created_at\":\"Fri Feb 24 22:55:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 997000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f4476ed6-c4d9-4020-b775-f1e7d66e0a37-173179386718199809" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1762841396/image1326847287_normal.png" +}, +"title": "Romain Pellerin: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 998000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179386944684033\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"romainpellerin\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":19,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1762841396\\/image1326847287_normal.png\",\"description\":\"Webmaster d'un petit site et passionn\\u00e9 de nouvelles technologies, Google+ : http:\\/\\/goo.gl\\/mvIIU\",\"statuses_count\":94,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/359447489\\/fond.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"969696\",\"protected\":false,\"id_str\":\"404834101\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Romain Pellerin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/359447489\\/fond.jpg\",\"created_at\":\"Fri Nov 04 13:37:25 +0000 2011\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":404834101,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.rady.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1762841396\\/image1326847287_normal.png\"},\"truncated\":false,\"id\":173179386944684033,\"created_at\":\"Fri Feb 24 22:55:58 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 998000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5b62507d-0d8c-460c-80c6-8009197ebd85-173179386944684033" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Peremptoire: L'oreille tendue pour entendre @PascalMabille. Rien d'autre. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1159218845/Image2_normal.png" +}, +"title": "iannick: RT @Peremptoire: L'oreille tendue pour entendre @PascalMabille. Rien d'autre. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1001000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Peremptoire: L'oreille tendue pour entendre @PascalMabille. Rien d'autre. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Peremptoire\",\"indices\":[3,15],\"id_str\":\"290573781\",\"name\":\"Peremptoire\",\"id\":290573781},{\"screen_name\":\"PascalMabille\",\"indices\":[48,62],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[78,82]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"L'oreille tendue pour entendre @PascalMabille. Rien d'autre. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[31,45],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179343751749633\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":175,\"screen_name\":\"Peremptoire\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7934,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"009999\",\"followers_count\":193,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1714250853\\/catonakeyboardinspace_normal.jpg\",\"description\":\"Un jour, j'inviterai tout le monde \\u00e0 manger une raclette. * Offre soumise \\u00e0 conditions et sous r\\u00e9serve de disponibilit\\u00e9*\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"290573781\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1714250853\\/catonakeyboardinspace_normal.jpg\",\"name\":\"Peremptoire\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 30 14:24:42 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":290573781,\"utc_offset\":3600,\"favourites_count\":47,\"url\":\"http:\\/\\/fr.flavors.me\\/peremptoire#_\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179343751749633,\"created_at\":\"Fri Feb 24 22:55:47 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179402719469568\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":117,\"screen_name\":\"i_a_n_n_i_c_k\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2354,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/413243327\\/whereismyback.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"93A644\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1159218845\\/Image2_normal.png\",\"description\":\"bouge sa meat sur les beats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"15070966\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413243327\\/whereismyback.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1159218845\\/Image2_normal.png\",\"name\":\"iannick\",\"default_profile_image\":false,\"created_at\":\"Tue Jun 10 07:53:17 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":15070966,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179402719469568,\"created_at\":\"Fri Feb 24 22:56:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1001000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f19ab422-5b2e-45a8-b392-487ccf4067bd-173179402719469568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw !", +"img": { +"src": "http://a3.twimg.com/profile_images/1230683152/smo-sm_normal.jpg" +}, +"title": "Stéphane Moracchini: #lgw !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1001000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7948487,48.8305808],[2.8416713,48.8305808],[2.8416713,48.8650402],[2.7948487,48.8650402]]]},\"attributes\":{},\"full_name\":\"Bailly-Romainvilliers, Seine-et-Marne\",\"place_type\":\"city\",\"name\":\"Bailly-Romainvilliers\",\"id\":\"c6b546551f428117\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/c6b546551f428117.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179399707955200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":344,\"screen_name\":\"sMorac\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":3901,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/373358333\\/smorac-tw-fd.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":31,\"profile_link_color\":\"454545\",\"followers_count\":453,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1230683152\\/smo-sm_normal.jpg\",\"description\":\"CEO\\/Co-Founder of @BunchCast \\/ @GloreaTV \\/ Co-founder of @myftool, entrepreneur, technology freak, frenchie and even corsican\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d5d1c8\",\"id_str\":\"28693677\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/373358333\\/smorac-tw-fd.png\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1230683152\\/smo-sm_normal.jpg\",\"name\":\"St\\u00e9phane Moracchini\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 04 00:10:19 +0000 2009\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":28693677,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/about.me\\/smorac\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179399707955200,\"created_at\":\"Fri Feb 24 22:56:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1001000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "21254648-9582-4ab8-961b-3259283d34c5-173179399707955200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ca y est ! Premier point Mabille #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1768573567/StopSOPA-Profile-Picture_normal.png" +}, +"title": "Tristan Dufour: Ca y est ! Premier point Mabille #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1004000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ca y est ! Premier point Mabille #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[33,37]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179414140559360\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Teno91\",\"lang\":\"fr\",\"favourites_count\":28,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":282,\"location\":\"France,\",\"profile_text_color\":\"333333\",\"followers_count\":131,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1768573567\\/StopSOPA-Profile-Picture_normal.png\",\"description\":\"Etudiant en Licence Pro Conception et Coordination d'Univers Vid\\u00e9oludiques \\u00e0 Montpellier.\\r\\nhttp:\\/\\/tristan.dufour.free.fr\\/\",\"statuses_count\":837,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/380168548\\/fond-twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"92359747\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Tristan Dufour\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380168548\\/fond-twitter.jpg\",\"created_at\":\"Tue Nov 24 20:39:00 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":92359747,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.olyxo.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768573567\\/StopSOPA-Profile-Picture_normal.png\"},\"truncated\":false,\"id\":173179414140559360,\"created_at\":\"Fri Feb 24 22:56:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1004000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c6cf8b9b-f6b1-483a-a29a-18ea79807841-173179414140559360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@vinvin qui fait maintenant son malin sur france5 au milieu de twittos ;-€ #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1140111956/Anticonformiste-orange-gif_normal.gif" +}, +"title": "poilagratter: @vinvin qui fait maintenant son malin sur france5 au milieu de twittos ;-€ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1006000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@vinvin qui fait maintenant son malin sur france5 au milieu de twittos ;-\\u20ac #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179424198508545\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2430,\"screen_name\":\"poil_a_gratter\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":285,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":60,\"profile_link_color\":\"0084B4\",\"followers_count\":2344,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1140111956\\/Anticonformiste-orange-gif_normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"200174124\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1140111956\\/Anticonformiste-orange-gif_normal.gif\",\"name\":\"poilagratter\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 08 16:40:34 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":200174124,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173179424198508545,\"created_at\":\"Fri Feb 24 22:56:06 +0000 2012\",\"in_reply_to_user_id\":7223522}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1006000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3c925830-86ac-4270-b0c9-dfc3d6cb1a37-173179424198508545" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le zizi de Gaspard! Le zizi de Gaspard #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/878534653/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg" +}, +"title": "CLeM' KuSaLa: Le zizi de Gaspard! Le zizi de Gaspard #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1007000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Le zizi de Gaspard! Le zizi de Gaspard #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[39,43]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179427444883457\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"15191f\",\"screen_name\":\"clem_kusala\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"Roquetaillade\",\"profile_text_color\":\"a8a3a8\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"description\":\"\",\"statuses_count\":241,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"000608\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"92309575\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"CLeM' KuSaLa\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"created_at\":\"Tue Nov 24 16:35:40 +0000 2009\",\"profile_sidebar_fill_color\":\"111e24\",\"id\":92309575,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/karma-kusala.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\"},\"truncated\":false,\"id\":173179427444883457,\"created_at\":\"Fri Feb 24 22:56:07 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1007000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e24b3264-0172-4cfc-892e-7127c00b0b22-173179427444883457" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pour ceux qui auraient loupé l'info, non, nous ne sommes plus à la Cartonnerie ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Pour ceux qui auraient loupé l'info, non, nous ne sommes plus à la Cartonnerie ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1008000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pour ceux qui auraient loup\\u00e9 l'info, non, nous ne sommes plus \\u00e0 la Cartonnerie ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[81,85]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179429508493312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3125,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179429508493312,\"created_at\":\"Fri Feb 24 22:56:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1008000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2ff680b9-cdaf-40fc-8b0b-4e3af81614b8-173179429508493312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #ilreste il faut tjr un prof pour une emission sur france5", +"img": { +"src": "http://a0.twimg.com/profile_images/1677676216/fender_2_normal.jpg" +}, +"title": "Sébastien vdo: #LGW #ilreste il faut tjr un prof pour une emission sur france5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1009000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW #ilreste il faut tjr un prof pour une emission sur france5\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179436844322816\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"sebvdo\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":24,\"location\":\"Juste l\\u00e0...\",\"profile_text_color\":\"333333\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"description\":\"Web\\/Zic\\/Foot\",\"statuses_count\":25,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"97193463\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"S\\u00e9bastien vdo\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"created_at\":\"Wed Dec 16 11:57:29 +0000 2009\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":97193463,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\"},\"truncated\":false,\"id\":173179436844322816,\"created_at\":\"Fri Feb 24 22:56:09 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1009000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3c37fbe7-ba10-435b-bf26-b790692db3f6-173179436844322816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Ils pensent tenir encore combien d'années avec Palmashow?", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw Ils pensent tenir encore combien d'années avec Palmashow?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1009000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Ils pensent tenir encore combien d'ann\\u00e9es avec Palmashow?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179434583597056\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"statuses_count\":704,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Thibaut Devillers\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":92095420,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\"},\"truncated\":false,\"id\":173179434583597056,\"created_at\":\"Fri Feb 24 22:56:09 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1009000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "47cc1123-5a6e-46f8-be40-be5fc5d8090d-173179434583597056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "la porte #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: la porte #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1009000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"la porte #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]},{\"text\":\"ilpart\",\"indices\":[14,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179437171478528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179437171478528,\"created_at\":\"Fri Feb 24 22:56:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1009000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "adce2b2e-e3ce-49ac-85b6-fe13a642e56c-173179437171478528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Par contre c'est un peu le merdier quand tout le monde parle en même temps ! #lgw (cc @legrandwebze )", +"img": { +"src": "http://a1.twimg.com/profile_images/1348620857/aa_normal.JPG" +}, +"title": "A Warnia de Zarzecki: Par contre c'est un peu le merdier quand tout le monde parle en même temps ! #lgw (cc @legrandwebze )", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1009000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Par contre c'est un peu le merdier quand tout le monde parle en m\\u00eame temps ! #lgw (cc @legrandwebze )\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[86,99],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179436705918976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"alexwaza\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"location\":\"St Mand\\u00e9\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"007ede\",\"followers_count\":321,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"description\":\"\\u00c9tudiant en troisi\\u00e8me ann\\u00e9e \\u00e0 @HETIC.\\r\\nJ'erre sur Twitter sans domaine de pr\\u00e9dilection, vous voil\\u00e0 avertis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"201387157\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"profile_sidebar_fill_color\":\"d9d9d9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"name\":\"A Warnia de Zarzecki\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 11 18:53:07 +0000 2010\",\"profile_sidebar_border_color\":\"c7cce0\",\"id\":201387157,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179436705918976,\"created_at\":\"Fri Feb 24 22:56:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1009000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6d4f8537-2147-4fe8-89e6-614509ace83f-173179436705918976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Parler debout, c'est quand même un concept assez étrange. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: Parler debout, c'est quand même un concept assez étrange. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1011000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Parler debout, c'est quand m\\u00eame un concept assez \\u00e9trange. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179444436017153\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5843,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179444436017153,\"created_at\":\"Fri Feb 24 22:56:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1011000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "66f65f74-a904-4f8c-8936-fa573fda1a2f-173179444436017153" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @GabytaineFlam: Filmer les répétitions, c'est quand même bien mainstream #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1705307372/hobbit-poster_normal.jpg" +}, +"title": "Florenzo84: RT @GabytaineFlam: Filmer les répétitions, c'est quand même bien mainstream #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1013000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @GabytaineFlam: Filmer les r\\u00e9p\\u00e9titions, c'est quand m\\u00eame bien mainstream #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"GabytaineFlam\",\"indices\":[3,17],\"name\":\"R\\u00e9mi\",\"id_str\":\"161146189\",\"id\":161146189}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Filmer les r\\u00e9p\\u00e9titions, c'est quand m\\u00eame bien mainstream #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179106974896129\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"4BB7DF\",\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"favourites_count\":98,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":319,\"location\":\"Toulouse.\",\"profile_text_color\":\"8FCAE0\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"statuses_count\":5843,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"protected\":false,\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"R\\u00e9mi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_fill_color\":\"191F22\",\"id\":161146189,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\"},\"truncated\":false,\"id\":173179106974896129,\"created_at\":\"Fri Feb 24 22:54:51 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179449808928770\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"florenzo84\",\"lang\":\"fr\",\"favourites_count\":626,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":567,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":534,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"description\":\"Twitter c'est le seul endroit ou tu deviens tout excit\\u00e9 lorsqu'un inconnu se met \\u00e0 te suivre. Series & Cin\\u00e9 Addict.#LiveTweet #Roucasserie #CartelParisien\",\"statuses_count\":18889,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"122429634\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Florenzo84\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"created_at\":\"Fri Mar 12 17:40:12 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":122429634,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\"},\"truncated\":false,\"id\":173179449808928770,\"created_at\":\"Fri Feb 24 22:56:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1013000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dec204f1-4172-44ac-a3a5-892e707a224e-173179449808928770" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @enonciation: Quand vous parlez tous en même temps on comprend rien... C'est ce que mon pépé dirait #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1668337583/DTB-Hei-VLQ_normal.jpg" +}, +"title": "Vincent [Gøshi]: RT @enonciation: Quand vous parlez tous en même temps on comprend rien... C'est ce que mon pépé dirait #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1013000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @enonciation: Quand vous parlez tous en m\\u00eame temps on comprend rien... C'est ce que mon p\\u00e9p\\u00e9 dirait #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"enonciation\",\"indices\":[3,15],\"id_str\":\"180816153\",\"name\":\"Enonciation\",\"id\":180816153}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[103,107]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Quand vous parlez tous en m\\u00eame temps on comprend rien... C'est ce que mon p\\u00e9p\\u00e9 dirait #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[86,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179008714948608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":417,\"screen_name\":\"enonciation\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7087,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/316641454\\/Fond_petit.jpg\",\"location\":\"Dijon... Si,si!\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"0084B4\",\"followers_count\":389,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1657466010\\/IMG_1705_normal.JPG\",\"description\":\"En terme de probabilit\\u00e9, nous n'existons pas. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"180816153\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/316641454\\/Fond_petit.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657466010\\/IMG_1705_normal.JPG\",\"name\":\"Enonciation\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 20 15:20:12 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":180816153,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179008714948608,\"created_at\":\"Fri Feb 24 22:54:27 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179453554429953\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":342,\"screen_name\":\"Yoigoshi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3930,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/236369942\\/wall-twitter.jpg\",\"location\":\"Lille\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"9e9e9e\",\"followers_count\":126,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1668337583\\/DTB-Hei-VLQ_normal.jpg\",\"description\":\"[Tout ce qui est vert est fourbe] - Goshi\\/SilenceCorp #Infographiste\\r\\n\\u007BDieu Vivant de @ChloexF\\u007D\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29969223\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236369942\\/wall-twitter.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1668337583\\/DTB-Hei-VLQ_normal.jpg\",\"name\":\"Vincent [G\\u00f8shi]\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 09 12:00:49 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29969223,\"utc_offset\":3600,\"favourites_count\":25,\"url\":\"http:\\/\\/goshi.ultra-book.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179453554429953,\"created_at\":\"Fri Feb 24 22:56:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1013000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "127553b1-0650-4213-9896-457070b50cab-173179453554429953" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze @palmashow si ça ne fonctionne plus, il pourra toujours vendre des voitures.... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1657699869/image_normal.jpg" +}, +"title": "Denis COUTURIER: @LeGrandWebze @palmashow si ça ne fonctionne plus, il pourra toujours vendre des voitures.... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1015000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze @palmashow si \\u00e7a ne fonctionne plus, il pourra toujours vendre des voitures.... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"palmashow\",\"indices\":[14,24],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[94,98]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173179096069701633\",\"id_str\":\"173179460365991936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173179096069701633,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":34,\"screen_name\":\"deniscouturier\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":1672,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Toulouse - France\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0000ff\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1657699869\\/image_normal.jpg\",\"description\":\"passionn\\u00e9 de nouvelles technologies, et musicien \\u00e0 mes heures perdues ;)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1C3A64\",\"id_str\":\"13547752\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657699869\\/image_normal.jpg\",\"name\":\"Denis COUTURIER\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 16 08:53:41 +0000 2008\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":13547752,\"utc_offset\":3600,\"favourites_count\":15,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173179460365991936,\"created_at\":\"Fri Feb 24 22:56:15 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1015000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ddf96a10-2974-48c1-aa18-57465af8b685-173179460365991936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je squatte le #cqui du #lgw ;)", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Je squatte le #cqui du #lgw ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1017000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je squatte le #cqui du #lgw ;)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[14,19]},{\"text\":\"lgw\",\"indices\":[23,27]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179470604275713\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6696,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173179470604275713,\"created_at\":\"Fri Feb 24 22:56:17 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1017000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a88f79e8-b669-46f2-9209-becc37ff3f02-173179470604275713" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Languedeuxpute: #LGW #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1819530189/twitter_normal.png" +}, +"title": "Benoit Lebreau: RT @Languedeuxpute: #LGW #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1020000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Languedeuxpute: #LGW #ilpart\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Languedeuxpute\",\"indices\":[3,18],\"id_str\":\"147625273\",\"name\":\"Langue de pute\",\"id\":147625273}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]},{\"text\":\"ilpart\",\"indices\":[25,32]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179224239251458\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":87,\"screen_name\":\"Languedeuxpute\",\"lang\":\"fr\",\"profile_text_color\":\"a3a3a3\",\"statuses_count\":17000,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/123956905\\/ldp.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":208,\"profile_link_color\":\"82b4ed\",\"followers_count\":8504,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1460312894\\/phototwitt_normal.jpg\",\"description\":\"Twitter a peur, tous les soirs \\u00e0 20 heures.\\r\\nTwitter SNAFU Special\\r\\nlanguedeuxpute[at]gmail[dot]com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"147625273\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/123956905\\/ldp.jpg\",\"profile_sidebar_fill_color\":\"212020\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1460312894\\/phototwitt_normal.jpg\",\"name\":\"Langue de pute\",\"default_profile_image\":false,\"created_at\":\"Mon May 24 16:33:30 +0000 2010\",\"profile_sidebar_border_color\":\"999696\",\"id\":147625273,\"utc_offset\":-10800,\"favourites_count\":39,\"url\":\"http:\\/\\/google.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179224239251458,\"created_at\":\"Fri Feb 24 22:55:19 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179483279458305\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":605,\"screen_name\":\"benoitlebreau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4156,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"667033\",\"followers_count\":339,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"description\":\"sympathique et cool \\/\\/ danseur \\u00e9toile \\u00e0 NRJ Group \\/\\/ #runner parisien du soir, #radio amateur et tr\\u00e8s dr\\u00f4le \\u00e0 la t\\u00e9l\\u00e9\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"267290862\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"name\":\"Benoit Lebreau\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 16 17:22:17 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":267290862,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/www.benoitlebreau.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179483279458305,\"created_at\":\"Fri Feb 24 22:56:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1020000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8cd78041-13a0-41e7-a337-98bfc538eded-173179483279458305" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "trop génial trop super #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/280112189/1076866005_normal.jpg" +}, +"title": "demondaysinparis: trop génial trop super #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1020000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"trop g\\u00e9nial trop super #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179482960691200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":267,\"screen_name\":\"ddaysinparis\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":790,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"2FC2EF\",\"followers_count\":82,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/280112189\\/1076866005_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"50304803\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/280112189\\/1076866005_normal.jpg\",\"name\":\"demondaysinparis\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 24 13:31:09 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":50304803,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.demondaysinparis.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179482960691200,\"created_at\":\"Fri Feb 24 22:56:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1020000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3418b8c2-d7f2-4b75-a2a3-5f15a4572474-173179482960691200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ca défile pas trop vite sur TweetDeck @FlorencePorcel ? #lgw", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Gw3nd0ul: Ca défile pas trop vite sur TweetDeck @FlorencePorcel ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1020000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ca d\\u00e9file pas trop vite sur TweetDeck @FlorencePorcel ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[38,53],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179482037952512\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":434,\"screen_name\":\"Gw3nd0ul\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":508,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"143017258\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"Gw3nd0ul\",\"default_profile_image\":true,\"created_at\":\"Wed May 12 10:42:39 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":143017258,\"utc_offset\":3600,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179482037952512,\"created_at\":\"Fri Feb 24 22:56:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1020000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6ca4bbf0-af23-4da2-b4c1-13e0f3b55c7b-173179482037952512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi #LGW ???", +"img": { +"src": "http://a0.twimg.com/profile_images/1849027029/TPhoto_000230_normal.jpg" +}, +"title": "wic®: C'est quoi #LGW ???", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1021000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est quoi #LGW ???\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[11,15]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179485586337793\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"ladycooky\",\"lang\":\"fr\",\"favourites_count\":67,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":119,\"location\":\"Loiret (45)\",\"profile_text_color\":\"3E4415\",\"followers_count\":165,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849027029\\/TPhoto_000230_normal.jpg\",\"description\":\"C\\u00e2line, joueuse, mais je ne ronronne pas. L'unique romanci\\u00e8re de ma vie c'est MOI, je ne me d\\u00e9voile pas en public. #SachezLe\",\"statuses_count\":14172,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/429469479\\/tumblr_lunor7P3Pi1qjldjvo1_500.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"a1208e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"7cd4de\",\"protected\":false,\"id_str\":\"341717778\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"wic\\u00ae\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429469479\\/tumblr_lunor7P3Pi1qjldjvo1_500.jpg\",\"created_at\":\"Sun Jul 24 21:01:34 +0000 2011\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":341717778,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849027029\\/TPhoto_000230_normal.jpg\"},\"truncated\":false,\"id\":173179485586337793,\"created_at\":\"Fri Feb 24 22:56:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1021000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9e6ca727-af2d-4961-a32d-636567f87e8e-173179485586337793" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #IlTueLeCostumierDeVinvinEtLuiAchèteUneChemiseMoinsAffreuse SRSLY", +"img": { +"src": "http://a0.twimg.com/profile_images/1850149516/200212-1652_normal.jpg" +}, +"title": "Gwendal Perrin: #LGW #IlTueLeCostumierDeVinvinEtLuiAchèteUneChemiseMoinsAffreuse SRSLY", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1021000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW #IlTueLeCostumierDeVinvinEtLuiAch\\u00e8teUneChemiseMoinsAffreuse SRSLY\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"IlTueLeCostumierDeVinvinEtLuiAch\\u00e8teUneChemiseMoinsAffreuse\",\"indices\":[5,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179485447929856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":390,\"screen_name\":\"GwendalPerrin\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":25021,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408801473\\/twilk_background_4f1ff1ba38fd8.jpg\",\"location\":\"Sur ton \\u00e9cran\",\"show_all_inline_media\":true,\"listed_count\":62,\"profile_link_color\":\"FF0000\",\"followers_count\":1123,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850149516\\/200212-1652_normal.jpg\",\"description\":\"Journaliste\\/CM \\\\ #IdiotDuJour, @faislebuzz, *RIRES ENREGISTRES* \\\\ #ModernClassical #TranceFamily \\\\ Mange les bisounours au lieu d'y croire \\\\ http:\\/\\/is.gd\\/vpIs00\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d183f2\",\"id_str\":\"116277557\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408801473\\/twilk_background_4f1ff1ba38fd8.jpg\",\"profile_sidebar_fill_color\":\"ea4af0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850149516\\/200212-1652_normal.jpg\",\"name\":\"Gwendal Perrin\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 21:30:29 +0000 2010\",\"profile_sidebar_border_color\":\"f703ff\",\"id\":116277557,\"utc_offset\":3600,\"favourites_count\":323,\"url\":\"http:\\/\\/gwendalperrin.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179485447929856,\"created_at\":\"Fri Feb 24 22:56:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1021000, +"tags": [ +{ +"id-ref": "ef441b30-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "603c512d-46fd-4dd3-98e7-6f745c31c059-173179485447929856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "il faut que l'émission soit aussi colorée que les chemises de @Vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1813610224/tcv_normal.jpg" +}, +"title": "Nicolas Padovani: il faut que l'émission soit aussi colorée que les chemises de @Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1022000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"il faut que l'\\u00e9mission soit aussi color\\u00e9e que les chemises de @Vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[62,69],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[70,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179489826766848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"_NPado_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2116,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"description\":\"Semi-geek et sosie non-officiel de Hugh Grant.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"81274066\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"name\":\"Nicolas Padovani\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 10 03:47:17 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":81274066,\"utc_offset\":3600,\"favourites_count\":37,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179489826766848,\"created_at\":\"Fri Feb 24 22:56:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1022000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "30178fe0-3190-46c9-a064-055beb0698e5-173179489826766848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Palmashow on dirait le nom d'un spectacle de pierre palmade #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1453219198/ScanImage015_normal.jpg" +}, +"title": "Arnaud W: Palmashow on dirait le nom d'un spectacle de pierre palmade #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1023000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Palmashow on dirait le nom d'un spectacle de pierre palmade #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.twitter.com\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Windows Phone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179495812038656\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":48,\"screen_name\":\"RamboXP\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":351,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Internet\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"93A644\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1453219198\\/ScanImage015_normal.jpg\",\"description\":\"Un geek qui aime les MEUPORG mais qui n'y a jamais vraiment jou\\u00e9 et qui utilise OpenOffice comme parefeu.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"21715355\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1453219198\\/ScanImage015_normal.jpg\",\"name\":\"Arnaud W\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 24 01:11:39 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":21715355,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/ramboxp\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179495812038656,\"created_at\":\"Fri Feb 24 22:56:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1023000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8b7eee47-a2de-47b3-afc5-c24d0bed4597-173179495812038656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "c truké #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: c truké #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1024000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"c truk\\u00e9 #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]},{\"text\":\"ilpart\",\"indices\":[13,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179496608960513\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1209,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179496608960513,\"created_at\":\"Fri Feb 24 22:56:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1024000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c5745f22-4e49-4a69-9424-36d498d8ae93-173179496608960513" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le Grand Webze #LGW (France 5) et #CI prennent le relais... http://t.co/FjreRlli #SocialTV", +"img": { +"src": "http://a0.twimg.com/profile_images/677577122/devantlatele_normal.png" +}, +"title": "Devant La Télé: Le Grand Webze #LGW (France 5) et #CI prennent le relais... http://t.co/FjreRlli #SocialTV", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1024000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Le Grand Webze #LGW (France 5) et #CI prennent le relais... http:\\/\\/t.co\\/FjreRlli #SocialTV\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[60,80],\"expanded_url\":\"http:\\/\\/devantlatele.com\\/audience\",\"display_url\":\"devantlatele.com\\/audience\",\"url\":\"http:\\/\\/t.co\\/FjreRlli\"}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[15,19]},{\"text\":\"CI\",\"indices\":[34,37]},{\"text\":\"SocialTV\",\"indices\":[81,90]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179497540100096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":1658,\"screen_name\":\"devantlatele\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":2245,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":96,\"profile_link_color\":\"B40B43\",\"followers_count\":1792,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/677577122\\/devantlatele_normal.png\",\"description\":\"Social TV - Programme T\\u00e9l\\u00e9 Social - Commentaires en direct - La t\\u00e9l\\u00e9 \\u00e7a se partage !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"bfcd00\",\"id_str\":\"99954195\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/677577122\\/devantlatele_normal.png\",\"name\":\"Devant La T\\u00e9l\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 28 13:56:19 +0000 2009\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":99954195,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/devantlatele.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179497540100096,\"created_at\":\"Fri Feb 24 22:56:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1024000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef36d736-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c86ebe12-eb24-4afd-ab92-c4c0a33a30eb-173179497540100096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Si ce tweet passe à l'écran je regarde l'émission jusqu' à la fin", +"img": { +"src": "http://a3.twimg.com/profile_images/1291328088/z02_normal.jpg" +}, +"title": "Amstramgram : #lgw Si ce tweet passe à l'écran je regarde l'émission jusqu' à la fin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1024000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Si ce tweet passe \\u00e0 l'\\u00e9cran je regarde l'\\u00e9mission jusqu' \\u00e0 la fin\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179499930857472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":101,\"screen_name\":\"Zbang\",\"lang\":\"fr\",\"profile_text_color\":\"0b7575\",\"statuses_count\":6194,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/185303389\\/x6b083822a5526f9693536299cdeafaa.jpg\",\"location\":\"Albi, France\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"0b7575\",\"followers_count\":196,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1291328088\\/z02_normal.jpg\",\"description\":\"Depuis 2004, Zbang \\u00e9lu meilleur forum au monde selon son administrateur @Amstramgram.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"b4d9ad\",\"id_str\":\"8953242\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/185303389\\/x6b083822a5526f9693536299cdeafaa.jpg\",\"profile_sidebar_fill_color\":\"b4d9ad\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1291328088\\/z02_normal.jpg\",\"name\":\"Amstramgram \",\"default_profile_image\":false,\"created_at\":\"Tue Sep 18 15:17:03 +0000 2007\",\"profile_sidebar_border_color\":\"aef5fa\",\"id\":8953242,\"utc_offset\":3600,\"favourites_count\":97,\"url\":\"http:\\/\\/www.zbang.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179499930857472,\"created_at\":\"Fri Feb 24 22:56:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1024000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6a6cbebd-5094-48aa-8445-edd07ebad3b6-173179499930857472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Palmashow > tous les YouTubers comme Norman, Cyprien & co. Sans aucune contestation possible. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1841862411/Bitch_Please_normal.JPG" +}, +"title": "Brice 'Panou ACHAUME: Palmashow > tous les YouTubers comme Norman, Cyprien & co. Sans aucune contestation possible. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1024000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Palmashow > tous les YouTubers comme Norman, Cyprien & co. Sans aucune contestation possible. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[97,101]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179499033264128\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"Panou\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":138,\"location\":\"Avignon - France\",\"profile_text_color\":\"3E4415\",\"followers_count\":251,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1841862411\\/Bitch_Please_normal.JPG\",\"description\":\"Compulsive purchaser, geek, (retro)gamer since 1863 and future video game journalist\\/tester. Accessoirement, je tweete l'actu vid\\u00e9oludique avec talent \\u00f4\\/\",\"statuses_count\":11082,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"15344255\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Brice 'Panou ACHAUME\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Mon Jul 07 17:36:57 +0000 2008\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":15344255,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841862411\\/Bitch_Please_normal.JPG\"},\"truncated\":false,\"id\":173179499033264128,\"created_at\":\"Fri Feb 24 22:56:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1024000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7f898b85-e637-4597-9146-8caf69b4d602-173179499033264128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @hug33k: “@kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D” Vive l'ethernet! ;)", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: RT @hug33k: “@kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D” Vive l'ethernet! ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1025000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @hug33k: \\u201c@kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D\\u201d Vive l'ethernet! ;)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"hug33k\",\"indices\":[3,10],\"name\":\"Hugo SCHOCH\",\"id_str\":\"175540303\",\"id\":175540303},{\"screen_name\":\"kheops2713\",\"indices\":[13,24],\"name\":\"KheOps\",\"id_str\":\"321006177\",\"id\":321006177}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]},{\"text\":\"fail\",\"indices\":[66,71]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u201c@kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D\\u201d Vive l'ethernet! ;)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[1,12],\"name\":\"KheOps\",\"id_str\":\"321006177\",\"id\":321006177}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"fail\",\"indices\":[54,59]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178603369009153\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4893,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173178603369009153,\"created_at\":\"Fri Feb 24 22:52:51 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179501067505664\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"F2E195\",\"screen_name\":\"papounay2000\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":265,\"location\":\"\",\"profile_text_color\":\"0C3E53\",\"followers_count\":135,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"description\":\"N'oubliez pas de vous aimer\",\"statuses_count\":3538,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"protected\":false,\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"\\u2620papounay2000\\u2620\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"id\":14764219,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\"},\"truncated\":false,\"id\":173179501067505664,\"created_at\":\"Fri Feb 24 22:56:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1025000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "de81ade8-4551-4514-b115-10f0d53e2ca3-173179501067505664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et hop, on zappe tous sur France 5 #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1578025973/e_M_a_n_u_-188x188_normal.jpg" +}, +"title": "Manu: Et hop, on zappe tous sur France 5 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1025000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et hop, on zappe tous sur France 5 #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179502472593409\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":375,\"screen_name\":\"e_M_a_n_u_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3125,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":285,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578025973\\/e_M_a_n_u_-188x188_normal.jpg\",\"description\":\"Homme 2.0 r\\u00e9solument attach\\u00e9 \\u00e0 sa vie sociale IRL !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"189600177\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578025973\\/e_M_a_n_u_-188x188_normal.jpg\",\"name\":\"Manu\",\"default_profile_image\":false,\"created_at\":\"Sat Sep 11 18:20:22 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":189600177,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179502472593409,\"created_at\":\"Fri Feb 24 22:56:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1025000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c0e4634b-b31e-4795-8552-a7c271dbe40f-173179502472593409" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui est un peu lourd avec son exubérance dépassée et son langage jeune inadéquat. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1842064881/image_normal.jpg" +}, +"title": "Pierre Champon: #cQui est un peu lourd avec son exubérance dépassée et son langage jeune inadéquat. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1026000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cQui est un peu lourd avec son exub\\u00e9rance d\\u00e9pass\\u00e9e et son langage jeune inad\\u00e9quat. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[85,89]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179505135988737\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":778,\"screen_name\":\"pierre_champon\",\"lang\":\"fr\",\"profile_text_color\":\"4f0505\",\"statuses_count\":2298,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/76566393\\/FUSAIN.jpg\",\"location\":\"Quimper France\",\"show_all_inline_media\":false,\"listed_count\":15,\"profile_link_color\":\"0e1652\",\"followers_count\":305,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1842064881\\/image_normal.jpg\",\"description\":\"Je ne conseille pas, je d\\u00e9cide! C'est beaucoup plus courageux et surtout nettement plus lucratif!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3d3030\",\"id_str\":\"80036505\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/76566393\\/FUSAIN.jpg\",\"profile_sidebar_fill_color\":\"616161\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842064881\\/image_normal.jpg\",\"name\":\"Pierre Champon\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 05 14:24:47 +0000 2009\",\"profile_sidebar_border_color\":\"0d0202\",\"id\":80036505,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.champon.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179505135988737,\"created_at\":\"Fri Feb 24 22:56:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1026000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a8cd7397-bea3-40d8-b54d-9b3af5784b66-173179505135988737" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1803844111/goldrogerportett2_normal.jpg" +}, +"title": "Kevin Poncin: #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1027000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"#ilReste #lgw\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416646618\\/03_1280-800.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"screen_name\":\"rinc08\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803844111\\/goldrogerportett2_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"C0DEED\",\"location\":\"Reims\",\"favourites_count\":0,\"description\":\"En Twitto formation\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"profile_text_color\":\"333333\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1803844111\\/goldrogerportett2_normal.jpg\",\"statuses_count\":19,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/416646618\\/03_1280-800.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"protected\":false,\"is_translator\":false,\"name\":\"Kevin Poncin\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Sat Feb 04 16:14:59 +0000 2012\",\"profile_background_color\":\"C0DEED\",\"id\":483066947,\"id_str\":\"483066947\",\"geo_enabled\":false,\"profile_background_tile\":true,\"utc_offset\":3600,\"url\":null},\"in_reply_to_status_id\":null,\"id\":173179511662321665,\"created_at\":\"Fri Feb 24 22:56:27 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179511662321665\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1027000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fb98c8bd-fd18-4f07-a5fb-bafb04a9b28a-173179511662321665" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1822564639/avatar_normal.jpg" +}, +"title": "Maxime Hagenbourger: #LGW #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1028000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179516796153857\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"MaximeHg\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11490,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/69218647\\/New_York_1920x1080_HDTV_1080p.jpg\",\"location\":\"Lyon, France\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0099CC\",\"followers_count\":221,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1822564639\\/avatar_normal.jpg\",\"description\":\"J'ai appris \\u00e0 lire avec T\\u00e9l\\u00e9rama. J'enregistrais \\u00e0 4 ans tous les Questions Pour un Champion. Autant dire que ma famille m'en veut.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"18693591\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/69218647\\/New_York_1920x1080_HDTV_1080p.jpg\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1822564639\\/avatar_normal.jpg\",\"name\":\"Maxime Hagenbourger\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 06 20:30:09 +0000 2009\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":18693591,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/MaximeHg\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179516796153857,\"created_at\":\"Fri Feb 24 22:56:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1028000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6a154ea9-1b39-4cba-8dd4-9a80afc7b29f-173179516796153857" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @VivianRoldo: #cesar2012 étant terminé, on passe sur #france5 pour #lgw :)", +"img": { +"src": "http://a2.twimg.com/profile_images/1291954205/196393_1887113579499_1291206975_32242471_8306316_s_normal.jpg" +}, +"title": "Martine Le Jossec: RT @VivianRoldo: #cesar2012 étant terminé, on passe sur #france5 pour #lgw :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1029000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @VivianRoldo: #cesar2012 \\u00e9tant termin\\u00e9, on passe sur #france5 pour #lgw :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"VivianRoldo\",\"indices\":[3,15],\"id_str\":\"5786832\",\"name\":\"Vivian\",\"id\":5786832}],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[17,27]},{\"text\":\"france5\",\"indices\":[56,64]},{\"text\":\"lgw\",\"indices\":[70,74]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#cesar2012 \\u00e9tant termin\\u00e9, on passe sur #france5 pour #lgw :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[0,10]},{\"text\":\"france5\",\"indices\":[39,47]},{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178701909983232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1084,\"screen_name\":\"VivianRoldo\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":11961,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/149894981\\/background.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":47,\"profile_link_color\":\"ffbb0f\",\"followers_count\":866,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1436789815\\/mypictr_300x300_normal.jpg\",\"description\":\"Animateur du podcast audio de cin\\u00e9ma @Satoorn pour @NoWatch. \\u00c9tudiant de @LeMaster226 de @Paris_Dauphine, promo 2012. CM pour @CrossVideoDays.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"333333\",\"id_str\":\"5786832\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/149894981\\/background.jpg\",\"profile_sidebar_fill_color\":\"\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1436789815\\/mypictr_300x300_normal.jpg\",\"name\":\"Vivian\",\"default_profile_image\":false,\"created_at\":\"Sat May 05 11:02:31 +0000 2007\",\"profile_sidebar_border_color\":\"444444\",\"id\":5786832,\"utc_offset\":3600,\"favourites_count\":218,\"url\":\"http:\\/\\/vivianroldo.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178701909983232,\"created_at\":\"Fri Feb 24 22:53:14 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179520650715136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1770,\"screen_name\":\"loutro1990\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1162,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/242871161\\/196393_1887113579499_1291206975_32242471_8306316_s.jpg\",\"location\":\"Seine-Saint-Denis\",\"show_all_inline_media\":true,\"listed_count\":27,\"profile_link_color\":\"f0134a\",\"followers_count\":590,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1291954205\\/196393_1887113579499_1291206975_32242471_8306316_s_normal.jpg\",\"description\":\"Pro de la com'. Esprit curieux \\u00e0 360\\u00b0... adore l'art, le bon vin, le caramel au beurre sal\\u00e9, sortir du cadre... et tout savoir ! \\r\\nTweete en dehors des klouts !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae3e6\",\"id_str\":\"37917544\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/242871161\\/196393_1887113579499_1291206975_32242471_8306316_s.jpg\",\"profile_sidebar_fill_color\":\"f2ccff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1291954205\\/196393_1887113579499_1291206975_32242471_8306316_s_normal.jpg\",\"name\":\"Martine Le Jossec\",\"default_profile_image\":false,\"created_at\":\"Tue May 05 12:58:05 +0000 2009\",\"profile_sidebar_border_color\":\"280c99\",\"id\":37917544,\"utc_offset\":3600,\"favourites_count\":21,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179520650715136,\"created_at\":\"Fri Feb 24 22:56:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1029000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e1aa58c5-01e2-4723-99bb-c2ccd44efea0-173179520650715136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@LeGrandWebze: Pour ceux qui auraient loupé l'info, non, nous ne sommes plus à la Cartonnerie ! #lgw” Pourtant vous faites un carton! ;)", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: “@LeGrandWebze: Pour ceux qui auraient loupé l'info, non, nous ne sommes plus à la Cartonnerie ! #lgw” Pourtant vous faites un carton! ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1029000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"\\u201c@LeGrandWebze: Pour ceux qui auraient loup\\u00e9 l'info, non, nous ne sommes plus \\u00e0 la Cartonnerie ! #lgw\\u201d Pourtant vous faites un carton! ;)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[1,14],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[97,101]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179517731487744\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4894,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173179517731487744,\"created_at\":\"Fri Feb 24 22:56:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1029000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "adfc94b8-307f-436c-9ca3-0dbcc70eed3f-173179517731487744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Fini les smoking des #cesar2012 et vive la chemise colorée de @Vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/317760404/Copie1_normal.jpg" +}, +"title": "Pierre-Yves LE LAN: Fini les smoking des #cesar2012 et vive la chemise colorée de @Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1029000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Fini les smoking des #cesar2012 et vive la chemise color\\u00e9e de @Vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[62,69],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[21,31]},{\"text\":\"lgw\",\"indices\":[70,74]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179518926860289\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"pylelan\",\"lang\":\"fr\",\"favourites_count\":15,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":407,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":427,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/317760404\\/Copie1_normal.jpg\",\"description\":\"Marketing RH et Web Marketing @apecfr : recrutement 2.0, marque employeur, serious game, e-learning et m\\u00e9dias sociaux.\\r\\nContributeur @Locita\",\"statuses_count\":1476,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"57371807\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre-Yves LE LAN\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Thu Jul 16 16:15:44 +0000 2009\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":57371807,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/fr.linkedin.com\\/pub\\/pierre-yves-le-lan\\/3\\/2a5\\/90b\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/317760404\\/Copie1_normal.jpg\"},\"truncated\":false,\"id\":173179518926860289,\"created_at\":\"Fri Feb 24 22:56:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1029000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "006451a0-ec6c-47d2-88eb-ee4acc653684-173179518926860289" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Quand François Rollin utilise le langage de Djeun's... <3 #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: Quand François Rollin utilise le langage de Djeun's... <3 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1029000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Quand Fran\\u00e7ois Rollin utilise le langage de Djeun's... <3 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179521040777216\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9482,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179521040777216,\"created_at\":\"Fri Feb 24 22:56:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1029000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8f873b0b-fef7-4ace-9194-4c8b74a7df24-173179521040777216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Est-ce que @Gregshow et @davidmarsais ils peuvent embrasser le professeur rollin ? #Lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/619966956/bogoss1_normal.jpg" +}, +"title": "Monsieur Poulpe: Est-ce que @Gregshow et @davidmarsais ils peuvent embrasser le professeur rollin ? #Lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1031000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Est-ce que @Gregshow et @davidmarsais ils peuvent embrasser le professeur rollin ? #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Gregshow\",\"indices\":[11,20],\"id_str\":\"23932076\",\"name\":\"Gregshow\",\"id\":23932076},{\"screen_name\":\"davidmarsais\",\"indices\":[24,37],\"id_str\":\"140357554\",\"name\":\"David Marsais\",\"id\":140357554}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179528137555968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2827,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"followers_count\":14306,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"68baae\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"name\":\"Monsieur Poulpe\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_border_color\":\"010203\",\"id\":101887303,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179528137555968,\"created_at\":\"Fri Feb 24 22:56:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1031000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6ea9f2be-41ae-4e9b-aa77-270382abd70c-173179528137555968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Heureusement que Rollin est là pour pourfendre les anglicismes ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: Heureusement que Rollin est là pour pourfendre les anglicismes ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1032000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Heureusement que Rollin est l\\u00e0 pour pourfendre les anglicismes ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179530914181121\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1093,\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"profile_text_color\":\"636363\",\"statuses_count\":21284,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_sidebar_fill_color\":\"141414\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"name\":\"Bakt El Raalis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18515564,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.pelecanus.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179530914181121,\"created_at\":\"Fri Feb 24 22:56:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1032000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a97a9e8-7012-4f45-875b-14241bf4bc8f-173179530914181121" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @kheops2713 T'as mis un sous-tif ? :P", +"img": { +"src": "http://a0.twimg.com/profile_images/1684751725/tcxbzhar-550x550_normal.png" +}, +"title": "JellyFish Transl8: #lgw @kheops2713 T'as mis un sous-tif ? :P", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1034000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @kheops2713 T'as mis un sous-tif ? :P\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[5,16],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173178510322577408\",\"id_str\":\"173179538031902720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173178510322577408,\"in_reply_to_user_id_str\":\"321006177\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":514,\"screen_name\":\"WeTransl8\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":3447,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"The Internetz\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"0084B4\",\"followers_count\":486,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1684751725\\/tcxbzhar-550x550_normal.png\",\"description\":\"Our aim is to provide a platform for translations of #Telecomix #Anon & cyberanthropology-related stuff. \\r\\n#opBlueBra http:\\/\\/bluebra.anontranslator.eu\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"022330\",\"id_str\":\"340345134\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1684751725\\/tcxbzhar-550x550_normal.png\",\"name\":\"JellyFish Transl8\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 22 15:07:52 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":340345134,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/anontranslator.eu\\/category\\/edito\\/\"},\"in_reply_to_screen_name\":\"kheops2713\",\"truncated\":false,\"id\":173179538031902720,\"created_at\":\"Fri Feb 24 22:56:34 +0000 2012\",\"in_reply_to_user_id\":321006177}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1034000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "532c8dea-0b93-4c6a-9fb9-d98594f2363f-173179538031902720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La classe :) #lgw RT @So_boogiest: @valmad_ ouii !!! Des bisous en direc'", +"img": { +"src": "http://a3.twimg.com/profile_images/1640796894/valmad__normal.jpg" +}, +"title": "val: La classe :) #lgw RT @So_boogiest: @valmad_ ouii !!! Des bisous en direc'", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1034000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La classe :) #lgw RT @So_boogiest: @valmad_ ouii !!! Des bisous en direc'\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"So_boogiest\",\"indices\":[22,34],\"id_str\":\"232297271\",\"name\":\"soboogie\",\"id\":232297271},{\"screen_name\":\"valmad_\",\"indices\":[36,44],\"id_str\":\"51392884\",\"name\":\"val\",\"id\":51392884}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179541798395904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":503,\"screen_name\":\"valmad_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17056,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/37593519\\/dune_sunset.JPG\",\"location\":\"Aquitaine\",\"show_all_inline_media\":true,\"listed_count\":66,\"profile_link_color\":\"0084B4\",\"followers_count\":1208,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1640796894\\/valmad__normal.jpg\",\"description\":\"Ma bio, par vous: *Ange ou D\\u00e9esse*, douce, dr\\u00f4le, courageuse, corrosive, fid\\u00e8le. Bref, awesome. Modeste? Non, y'avait pas! \\r\\n#soglamour \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"51392884\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/37593519\\/dune_sunset.JPG\",\"profile_sidebar_fill_color\":\"c5e0ed\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640796894\\/valmad__normal.jpg\",\"name\":\"val\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 27 09:10:54 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":51392884,\"utc_offset\":-10800,\"favourites_count\":65,\"url\":\"http:\\/\\/valmad.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179541798395904,\"created_at\":\"Fri Feb 24 22:56:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1034000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9f8d4afe-871c-4803-a924-5e5d3bfb2ff8-173179541798395904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin #cqui #lgw ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1743920877/image201201080004_normal.jpg" +}, +"title": "Kevin : François Rollin #cqui #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1034000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin #cqui #lgw ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[16,21]},{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.9624943,47.2862364],[5.102104,47.2862364],[5.102104,47.3779013],[4.9624943,47.3779013]]]},\"attributes\":{},\"full_name\":\"Dijon, C\\u00f4te-d'Or\",\"place_type\":\"city\",\"name\":\"Dijon\",\"id\":\"52a39ae62c00a295\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/52a39ae62c00a295.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179541232160768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":299,\"screen_name\":\"Kevinonin\",\"lang\":\"en\",\"profile_text_color\":\"050505\",\"statuses_count\":20692,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/318114033\\/background.png\",\"location\":\"Dijon\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"000078\",\"followers_count\":470,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1743920877\\/image201201080004_normal.jpg\",\"description\":\"J'allais \\u00e9crire une vraie Bio avec une touche d'humour (normal) quand j'ai pens\\u00e9 \\u00e0 cette phrase 'Less is more'. \\r\\nDu coup, je pense en avoir (d\\u00e9j\\u00e0) trop dit..\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"212121\",\"id_str\":\"52390889\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/318114033\\/background.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1743920877\\/image201201080004_normal.jpg\",\"name\":\"Kevin \",\"default_profile_image\":false,\"created_at\":\"Tue Jun 30 13:16:07 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":52390889,\"utc_offset\":3600,\"favourites_count\":94,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179541232160768,\"created_at\":\"Fri Feb 24 22:56:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1034000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c2d17126-5e6e-407e-b364-61d7babee844-173179541232160768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Moi je veux voir @FlorencePorcel !!! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1823406390/300px-Flag_of_Europe.svg_normal.png" +}, +"title": "Nagrom Detroy: Moi je veux voir @FlorencePorcel !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1034000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Moi je veux voir @FlorencePorcel !!! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[17,32],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179539848044544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":177,\"screen_name\":\"Nagou_san\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1001,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1823406390\\/300px-Flag_of_Europe.svg_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"238398044\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823406390\\/300px-Flag_of_Europe.svg_normal.png\",\"name\":\"Nagrom Detroy\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 15 02:37:27 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":238398044,\"utc_offset\":null,\"favourites_count\":50,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179539848044544,\"created_at\":\"Fri Feb 24 22:56:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1034000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f02a9a8-4603-4878-b61f-f009a8279d5e-173179539848044544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et dire que je regardais les vidéos de @Vinvin dans #BonjourAmerica... J'avais 10 ans #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1843832843/Photo_du_21-02-12___19.49_normal.jpg" +}, +"title": "Alice Wonderland: Et dire que je regardais les vidéos de @Vinvin dans #BonjourAmerica... J'avais 10 ans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1035000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et dire que je regardais les vid\\u00e9os de @Vinvin dans #BonjourAmerica... J'avais 10 ans #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[39,46],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"BonjourAmerica\",\"indices\":[52,67]},{\"text\":\"lgw\",\"indices\":[86,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179544365305856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"moustikette\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":217,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Near Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"description\":\"J'ai un bonnet Tigrou! And so what? :D\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"23988907\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"name\":\"Alice Wonderland\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 12 17:33:07 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":23988907,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/wonderlandalice.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179544365305856,\"created_at\":\"Fri Feb 24 22:56:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1035000, +"tags": [ +{ +"id-ref": "ef46563e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f4c95edc-bf06-44b9-8f2c-b9ffc268c5e9-173179544365305856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "j'ai vu mon avatar dans le bubbletv de #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: j'ai vu mon avatar dans le bubbletv de #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1036000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"j'ai vu mon avatar dans le bubbletv de #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179548089847811\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":886,\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":33184,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Pau\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"followers_count\":2184,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"name\":\"Aur\\u00e9lien\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14321671,\"utc_offset\":3600,\"favourites_count\":140,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179548089847811,\"created_at\":\"Fri Feb 24 22:56:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1036000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e7bac1ce-7c28-476d-8141-928842611fb9-173179548089847811" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "126 #IlReste #lgw yeah !", +"img": { +"src": "http://a3.twimg.com/profile_images/1612866761/2222_normal.jpg" +}, +"title": "makina: 126 #IlReste #lgw yeah !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1036000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"126 #IlReste #lgw yeah !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[4,12]},{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179546638630912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1,\"screen_name\":\"makina37\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"351529067\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"name\":\"makina\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 09 11:20:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":351529067,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179546638630912,\"created_at\":\"Fri Feb 24 22:56:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1036000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b40ae5b2-77ee-47c4-8f46-a1928ddda7d0-173179546638630912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "trop génial trop super je kiff trop sa race #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1539519885/banane_normal.jpg" +}, +"title": "Albert: trop génial trop super je kiff trop sa race #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1040000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"trop g\\u00e9nial trop super je kiff trop sa race #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179564497973251\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":103,\"screen_name\":\"Loverdu35\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":65,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1539519885\\/banane_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"82089064\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1539519885\\/banane_normal.jpg\",\"name\":\"Albert\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 13 13:06:04 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":82089064,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179564497973251,\"created_at\":\"Fri Feb 24 22:56:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1040000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bc1a7259-24de-4aee-8f51-8f8944f1d4d0-173179564497973251" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste, mais avec la chemise de @Vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1496599537/image_normal.jpg" +}, +"title": "Nathalie Marius: #IlReste, mais avec la chemise de @Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1040000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#IlReste, mais avec la chemise de @Vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[34,41],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[42,46]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179564833505280\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"642d8b\",\"screen_name\":\"nathmarius\",\"lang\":\"fr\",\"favourites_count\":53,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":271,\"location\":null,\"profile_text_color\":\"3D1957\",\"followers_count\":68,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1496599537\\/image_normal.jpg\",\"description\":null,\"statuses_count\":250,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"6b0d65\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642d8b\",\"protected\":false,\"id_str\":\"119010920\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Nathalie Marius\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"created_at\":\"Tue Mar 02 11:44:00 +0000 2010\",\"profile_sidebar_fill_color\":\"f5e2f3\",\"id\":119010920,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1496599537\\/image_normal.jpg\"},\"truncated\":false,\"id\":173179564833505280,\"created_at\":\"Fri Feb 24 22:56:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1040000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "719a142d-9619-405b-93a2-164af56874b7-173179564833505280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1419509877/progoze_normal.png" +}, +"title": "Etienne Blanc: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1041000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179568281235456\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":401,\"screen_name\":\"Progoze\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":2962,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"2FC2EF\",\"followers_count\":158,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1419509877\\/progoze_normal.png\",\"description\":\"\\u00c9tudiant en PAES (Paris V), futur doublant. Sous Vitamine C et caf\\u00e9. Mes tweet engagent toute la France\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"28394329\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1419509877\\/progoze_normal.png\",\"name\":\"Etienne Blanc\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 02 18:49:06 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":28394329,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/progoze.gheberg.eu\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179568281235456,\"created_at\":\"Fri Feb 24 22:56:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1041000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d7b2cc33-d904-47fc-8ee7-bd6bf11fbcdb-173179568281235456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Si vous souhaitez retrouver tout de suite les vidéos diffusées, rendez-vous sur le Webzelive http://t.co/jycA9F5R #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1843250602/image_normal.jpg" +}, +"title": "Virginie Lominet: RT @LeGrandWebze: Si vous souhaitez retrouver tout de suite les vidéos diffusées, rendez-vous sur le Webzelive http://t.co/jycA9F5R #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1041000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Si vous souhaitez retrouver tout de suite les vid\\u00e9os diffus\\u00e9es, rendez-vous sur le Webzelive http:\\/\\/t.co\\/jycA9F5R #lgw\",\"entities\":{\"urls\":[{\"indices\":[111,131],\"display_url\":\"legrandwebze.com\",\"expanded_url\":\"http:\\/\\/www.legrandwebze.com\",\"url\":\"http:\\/\\/t.co\\/jycA9F5R\"}],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[132,136]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Si vous souhaitez retrouver tout de suite les vid\\u00e9os diffus\\u00e9es, rendez-vous sur le Webzelive http:\\/\\/t.co\\/jycA9F5R #lgw\",\"entities\":{\"urls\":[{\"indices\":[93,113],\"display_url\":\"legrandwebze.com\",\"expanded_url\":\"http:\\/\\/www.legrandwebze.com\",\"url\":\"http:\\/\\/t.co\\/jycA9F5R\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177911896047616\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3126,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1479,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173177911896047616,\"created_at\":\"Fri Feb 24 22:50:06 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179570793611266\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"laristocraft\",\"lang\":\"fr\",\"favourites_count\":426,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":916,\"location\":\"Boulogne-billancourt\",\"profile_text_color\":\"333333\",\"followers_count\":4464,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"description\":\"Ne dites pas \\u00e0 ma m\\u00e8re que je suis community manager, elle me croit pianiste dans un bordel. Fantasque & despotique. Pathologie: Bovarysme. On @Locita @Owni\",\"statuses_count\":15195,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"show_all_inline_media\":false,\"listed_count\":402,\"profile_link_color\":\"ab3202\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"16502490\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Virginie Lominet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"created_at\":\"Sun Sep 28 20:37:13 +0000 2008\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":16502490,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.laristocraft.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\"},\"truncated\":false,\"id\":173179570793611266,\"created_at\":\"Fri Feb 24 22:56:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1041000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b941853e-a1a9-415f-939c-61fd165a1fc3-173179570793611266" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Very boring #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1701960962/frednbTwit_normal.jpg" +}, +"title": "Frederic Jacquet: Very boring #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1043000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Very boring #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179578062352384\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"TwitFredJ\",\"lang\":\"fr\",\"favourites_count\":14,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":110,\"location\":\"Paris\",\"profile_text_color\":\"666666\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1701960962\\/frednbTwit_normal.jpg\",\"description\":\"Consultant, UX design addict, digital strategist, jazz lover, Zao Wou Ki & Moebius great fan\",\"statuses_count\":221,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"329649891\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Frederic Jacquet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Tue Jul 05 12:23:48 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":329649891,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.nemo-design.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1701960962\\/frednbTwit_normal.jpg\"},\"truncated\":false,\"id\":173179578062352384,\"created_at\":\"Fri Feb 24 22:56:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1043000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8be68c7a-5dbf-424c-a34d-66fd23fbc4d8-173179578062352384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze Le professeur Rollin se druckerise. #change2ton #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1115185915/Miro_normal.jpg" +}, +"title": "Capitaine Alexandre: @LeGrandWebze Le professeur Rollin se druckerise. #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1045000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze Le professeur Rollin se druckerise. #change2ton #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[50,61]},{\"text\":\"lgw\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179585318486016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1065,\"screen_name\":\"CapAlexandre\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":11731,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Jamais loin de la mer\",\"show_all_inline_media\":false,\"listed_count\":59,\"profile_link_color\":\"2FC2EF\",\"followers_count\":1390,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115185915\\/Miro_normal.jpg\",\"description\":\"Une Biographie, \\u00e7a s'invente! (L-F C\\u00e9line)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Rome\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"184332429\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115185915\\/Miro_normal.jpg\",\"name\":\"Capitaine Alexandre\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 29 08:06:00 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":184332429,\"utc_offset\":3600,\"favourites_count\":66,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173179585318486016,\"created_at\":\"Fri Feb 24 22:56:45 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1045000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "75a0d8fe-6162-4f71-aa7c-9ddecefb47b6-173179585318486016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche je te vois #cqui #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: @LudoDelaherche je te vois #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1046000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LudoDelaherche\",\"favorited\":false,\"text\":\"@LudoDelaherche je te vois #cqui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[27,32]},{\"text\":\"lgw\",\"indices\":[33,37]}]},\"in_reply_to_user_id\":72665061,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173179470604275713,\"in_reply_to_status_id_str\":\"173179470604275713\",\"id_str\":\"173179589848338433\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":196,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":518,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"statuses_count\":3886,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marcel Comics\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":386966557,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/boucherie-ovalie.org\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\"},\"truncated\":false,\"id\":173179589848338433,\"created_at\":\"Fri Feb 24 22:56:46 +0000 2012\",\"in_reply_to_user_id_str\":\"72665061\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1046000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d10d6c70-0135-47ef-bc36-6554d2a3948a-173179589848338433" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Comment il parle trop d'jeunz François! #IlReste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1379962530/image_normal.jpg" +}, +"title": "Alexis Biziere: Comment il parle trop d'jeunz François! #IlReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1046000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Comment il parle trop d'jeunz Fran\\u00e7ois! #IlReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[40,48]},{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179588468408321\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":162,\"screen_name\":\"AlexisBiziere\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2993,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/327738809\\/site-bg.png\",\"location\":\"La Rochelle\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"FF3300\",\"followers_count\":89,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1379962530\\/image_normal.jpg\",\"description\":\"@culturegames. Raconteur de conneries dans l'\\u00e2me. S\\u00e9riephile consentant. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fafafa\",\"id_str\":\"118135263\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/327738809\\/site-bg.png\",\"profile_sidebar_fill_color\":\"ebebeb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1379962530\\/image_normal.jpg\",\"name\":\"Alexis Biziere\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 27 18:21:02 +0000 2010\",\"profile_sidebar_border_color\":\"dbdbdb\",\"id\":118135263,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.culture-games.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179588468408321,\"created_at\":\"Fri Feb 24 22:56:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1046000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "980f691a-e83e-4278-b818-c4c44521789f-173179588468408321" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste car il aime palmashow", +"img": { +"src": "http://a0.twimg.com/profile_images/1391192750/logo-120_normal.png" +}, +"title": "Levieux Cédric: #lgw #ilreste car il aime palmashow", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1046000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste car il aime palmashow\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179590376833025\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":29,\"screen_name\":\"farlistener\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":172,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Toulouse\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":10,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1391192750\\/logo-120_normal.png\",\"description\":\"Architect - Java, c# Developper\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"315168092\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1391192750\\/logo-120_normal.png\",\"name\":\"Levieux C\\u00e9dric\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 11 12:18:39 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":315168092,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/www.levieuxcedric.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179590376833025,\"created_at\":\"Fri Feb 24 22:56:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1046000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fcbe6c8f-d63b-4de6-96ef-c20ea6a2707d-173179590376833025" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin doit il partir ? #ilreste #lgw”", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: François Rollin doit il partir ? #ilreste #lgw”", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1047000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin doit il partir ? #ilreste #lgw\\u201d\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[33,41]},{\"text\":\"lgw\",\"indices\":[42,46]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179596471140354\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":543,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":210,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"statuses_count\":636,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Royer Charles-Henri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":185396126,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\"},\"truncated\":false,\"id\":173179596471140354,\"created_at\":\"Fri Feb 24 22:56:47 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1047000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4c9cb051-eca4-441a-acfe-01cff7fb7e1a-173179596471140354" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Sa dérange pas le Greg et David @palmashow de toucher principalement le jeune public ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1514845321/image_normal.jpg" +}, +"title": "Fautrat Romain: #lgw Sa dérange pas le Greg et David @palmashow de toucher principalement le jeune public ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1049000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Sa d\\u00e9range pas le Greg et David @palmashow de toucher principalement le jeune public ?\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[37,47],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179603169456131\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Alragan\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":23,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1514845321\\/image_normal.jpg\",\"description\":null,\"statuses_count\":3,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"214063107\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fautrat Romain\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Nov 10 13:36:26 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":214063107,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1514845321\\/image_normal.jpg\"},\"truncated\":false,\"id\":173179603169456131,\"created_at\":\"Fri Feb 24 22:56:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1049000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "06db74ba-e3de-4d87-bd0f-03cab9ee606c-173179603169456131" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a3.twimg.com/profile_images/1820853327/joker_normal.gif" +}, +"title": "Harpocrate: #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1049000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179601806303232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":593,\"screen_name\":\"BeardedBeerBear\",\"lang\":\"fr\",\"profile_text_color\":\"f50808\",\"statuses_count\":6236,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/348110708\\/zOMB.jpg\",\"location\":\"Where the streets have no name\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"bd0fb7\",\"followers_count\":163,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1820853327\\/joker_normal.gif\",\"description\":\"Plus j'vieillis, plus j'ferme ma gueule. \\u2551 Cave canem \\u2551 Ex @NikkAw\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000a0f\",\"id_str\":\"55539742\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/348110708\\/zOMB.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1820853327\\/joker_normal.gif\",\"name\":\"Harpocrate\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 10 11:49:15 +0000 2009\",\"profile_sidebar_border_color\":\"010405\",\"id\":55539742,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":\"http:\\/\\/bit.ly\\/qRn7uh\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179601806303232,\"created_at\":\"Fri Feb 24 22:56:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1049000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d28ab244-91d6-4661-ad4b-cbf6256b4468-173179601806303232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilchange2chemise ou #ilpart", +"img": { +"src": "http://a2.twimg.com/profile_images/1427838155/P7114024_normal.JPG" +}, +"title": "jali: #lgw #ilchange2chemise ou #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1050000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilchange2chemise ou #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilchange2chemise\",\"indices\":[5,22]},{\"text\":\"ilpart\",\"indices\":[26,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.netvibes.com\\/\\\" rel=\\\"nofollow\\\"\\u003ENetvibes Official Widget\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179605312745473\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":110,\"screen_name\":\"Jali\",\"lang\":\"fr\",\"profile_text_color\":\"574b57\",\"statuses_count\":30519,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"FR\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"name\":\"jali\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":8064742,\"utc_offset\":3600,\"favourites_count\":148,\"url\":\"http:\\/\\/www.jali.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179605312745473,\"created_at\":\"Fri Feb 24 22:56:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1050000, +"tags": [ +{ +"id-ref": "ef47f0f2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e997e68b-1fd7-4d75-8cbd-c991ee0986ae-173179605312745473" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pourquoi les émissions sur Internet sont elles toutes réalisées par des équipes d'IDF1? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1827226982/Mekou4_-_Copie__2__-_Copie_normal.JPG" +}, +"title": "Sacha Tenluge: Pourquoi les émissions sur Internet sont elles toutes réalisées par des équipes d'IDF1? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1050000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pourquoi les \\u00e9missions sur Internet sont elles toutes r\\u00e9alis\\u00e9es par des \\u00e9quipes d'IDF1? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[89,93]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179607191789568\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":335,\"screen_name\":\"Mekouyanski\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":14247,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/420385676\\/twilk_background_4f33bf65c4463.jpg\",\"location\":\"Pas Paris\",\"show_all_inline_media\":true,\"listed_count\":26,\"profile_link_color\":\"163470\",\"followers_count\":465,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1827226982\\/Mekou4_-_Copie__2__-_Copie_normal.JPG\",\"description\":\"RT ses mentions c'est s'auto-sucer, les courbatures en moins.\\r\\n\\r\\nMoi je dis \\u00e7a je dis rien...\\r\\n\\r\\nBah fais \\u00e7a, dis rien.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"247184480\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420385676\\/twilk_background_4f33bf65c4463.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827226982\\/Mekou4_-_Copie__2__-_Copie_normal.JPG\",\"name\":\"Sacha Tenluge\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 04 07:59:44 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":247184480,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179607191789568,\"created_at\":\"Fri Feb 24 22:56:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1050000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aa8f3a28-8ae0-4b53-aaab-049afa095aa8-173179607191789568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le zizi de Gaspard s'iouplait #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/878534653/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg" +}, +"title": "CLeM' KuSaLa: Le zizi de Gaspard s'iouplait #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1050000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le zizi de Gaspard s'iouplait #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179608068399104\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"clem_kusala\",\"lang\":\"fr\",\"profile_text_color\":\"a8a3a8\",\"statuses_count\":241,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"location\":\"Roquetaillade\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"000608\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"92309575\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"profile_sidebar_fill_color\":\"111e24\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"name\":\"CLeM' KuSaLa\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 16:35:40 +0000 2009\",\"profile_sidebar_border_color\":\"15191f\",\"id\":92309575,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/karma-kusala.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179608068399104,\"created_at\":\"Fri Feb 24 22:56:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1050000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6652bdba-abec-4cf4-a069-87cd45d44c6b-173179608068399104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton", +"img": { +"src": "http://a0.twimg.com/profile_images/836318154/n568478215_xxx_normal.jpg" +}, +"title": "Guillaume Contesso: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1051000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #change2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179613109944320\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":606,\"screen_name\":\"PopGoesTheWza\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":6819,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":38,\"profile_link_color\":\"0084B4\",\"followers_count\":613,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/836318154\\/n568478215_xxx_normal.jpg\",\"description\":\"Anime La Voix dans la T\\u00eate (@LVDLT) avec @LnaFromParis @JulienCalvet & @PascalMabille\\r\\n\\r\\nOrganise des D\\u00eeners de Geeks avec @LnaFromParis\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"72922961\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/836318154\\/n568478215_xxx_normal.jpg\",\"name\":\"Guillaume Contesso\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 09 19:01:49 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":72922961,\"utc_offset\":3600,\"favourites_count\":247,\"url\":\"http:\\/\\/profiles.google.com\\/guillaume.contesso\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179613109944320,\"created_at\":\"Fri Feb 24 22:56:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1051000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7de6db21-e922-4f78-a735-c2a4a47d60f9-173179613109944320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #ilReste #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1426077659/me_normal.jpg" +}, +"title": "Grégoire Gagnon: @LeGrandWebze #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1051000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze #ilReste #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[15,23]},{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179609385414657\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":485,\"screen_name\":\"gregoiregagnon\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":4768,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/8142307\\/twitter.png\",\"location\":\"Arcueil\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"4d4d4d\",\"followers_count\":387,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1426077659\\/me_normal.jpg\",\"description\":\"Etudiant | Blogueur | Nouvelles techno | Cin\\u00e9ma | Musique | Beatles | Pink Floyd | Sport | Handball | JPoP94 | Laura\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d9d8c6\",\"id_str\":\"2561931\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/8142307\\/twitter.png\",\"profile_sidebar_fill_color\":\"ae0410\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1426077659\\/me_normal.jpg\",\"name\":\"Gr\\u00e9goire Gagnon\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 27 21:30:24 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":2561931,\"utc_offset\":3600,\"favourites_count\":65,\"url\":\"http:\\/\\/www.gregoiregagnon.com\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173179609385414657,\"created_at\":\"Fri Feb 24 22:56:51 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1051000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f1dacc40-d96e-4e06-8bd2-fcdffb254220-173179609385414657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Des gens se choppent au #lgw :o", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Des gens se choppent au #lgw :o", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1052000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Des gens se choppent au #lgw :o\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179614955438080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179614955438080,\"created_at\":\"Fri Feb 24 22:56:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1052000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bb70bcab-fd8d-43e5-b28c-cabf3158bc00-173179614955438080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1838207664/image_normal.jpg" +}, +"title": "Sanchez Théo: @palmashow #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1053000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179620370288640\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":60,\"screen_name\":\"sanchez_theo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":143,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"374697529\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"name\":\"Sanchez Th\\u00e9o\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 16 19:34:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":374697529,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173179620370288640,\"created_at\":\"Fri Feb 24 22:56:53 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1053000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4f49812a-09f1-4080-85cf-af7b9abbf08a-173179620370288640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1054000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179625034366976\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"favourites_count\":30,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":663,\"location\":\"DtC\",\"profile_text_color\":\"333333\",\"followers_count\":207,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"statuses_count\":7365,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"monsieurhobby\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":78733185,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\"},\"truncated\":false,\"id\":173179625034366976,\"created_at\":\"Fri Feb 24 22:56:54 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1054000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b5db7653-8570-47b5-9cbb-cafa882eb991-173179625034366976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Comme d'hab je suis fan de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: Comme d'hab je suis fan de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1054000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Comme d'hab je suis fan de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[41,48],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179625806114817\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1752,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179625806114817,\"created_at\":\"Fri Feb 24 22:56:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1054000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e7ad839e-3034-47d3-9fb0-596aed2bcfd6-173179625806114817" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@hartza_info oui pareil à part les #Cesar2012 pas longtemps. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: @hartza_info oui pareil à part les #Cesar2012 pas longtemps. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1058000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@hartza_info oui pareil \\u00e0 part les #Cesar2012 pas longtemps. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"hartza_info\",\"indices\":[0,12],\"id_str\":\"123547535\",\"name\":\"Christophe BONNARD\",\"id\":123547535}],\"urls\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[35,45]},{\"text\":\"lgw\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173179351309889536\",\"id_str\":\"173179642566553600\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173179351309889536,\"in_reply_to_user_id_str\":\"123547535\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83432,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":\"hartza_info\",\"truncated\":false,\"id\":173179642566553600,\"created_at\":\"Fri Feb 24 22:56:58 +0000 2012\",\"in_reply_to_user_id\":123547535}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1058000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a06951a7-8e9f-4699-ac43-319cb2f62318-173179642566553600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "phiphi out #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: phiphi out #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1059000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"phiphi out #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]},{\"text\":\"ilpart\",\"indices\":[16,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179643208269824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179643208269824,\"created_at\":\"Fri Feb 24 22:56:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1059000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0e6eb1b3-e513-4a1c-9dc6-d060fa9da416-173179643208269824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "j'aime bien la chemise de Vivin #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1727266317/oimtampon_normal.jpg" +}, +"title": "Lucas Parax: j'aime bien la chemise de Vivin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1059000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"j'aime bien la chemise de Vivin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179645817139200\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"lucasparax\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":731,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"description\":\"Politique, musique, r\\u00e9flexions absurdes. J'aime bien votre veste, mais faudrait penser \\u00e0 ne pas la retourner. #\\u00e9lys\\u00e9e_2012 #rock\",\"statuses_count\":9270,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"333415548\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Lucas Parax\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"created_at\":\"Mon Jul 11 14:14:27 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":333415548,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/lucasparax.over-blog.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\"},\"truncated\":false,\"id\":173179645817139200,\"created_at\":\"Fri Feb 24 22:56:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1059000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "41e9bc55-1c41-4d70-b3ba-1c41a20ae02e-173179645817139200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rôt-Lin #ilpart #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: Rôt-Lin #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1060000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"R\\u00f4t-Lin #ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[8,15]},{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179648392433665\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5568,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"location\":\"Saligny, France\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_border_color\":\"5c5c5c\",\"id\":12687332,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.k3nny.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179648392433665,\"created_at\":\"Fri Feb 24 22:57:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1060000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bbb6be04-0f58-4bc8-8f05-582d236901f8-173179648392433665" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW mais evidemment #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1843979295/mt_normal.png" +}, +"title": "Maryan: #LGW mais evidemment #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1060000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW mais evidemment #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[21,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179647461294080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":237,\"screen_name\":\"maryan_T\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":270,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/378380740\\/twilk_background_4ee1335455f2d.jpg\",\"location\":\"Compiegne\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":37,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843979295\\/mt_normal.png\",\"description\":\"Ing\\u00e9nieur syst\\u00e9me UTC\\r\\nTweet or not tweet ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"234819773\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378380740\\/twilk_background_4ee1335455f2d.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843979295\\/mt_normal.png\",\"name\":\"Maryan\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 06 17:07:30 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":234819773,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179647461294080,\"created_at\":\"Fri Feb 24 22:57:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1060000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "832339b6-f028-4841-add1-98fca63768d8-173179647461294080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin ? #ilReste of course #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1801176537/profile_normal.jpg" +}, +"title": "rachoubidou69: Rollin ? #ilReste of course #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1061000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin ? #ilReste of course #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[9,17]},{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179654172192769\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":61,\"screen_name\":\"rachoubidou69\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":259,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/398766806\\/128427.jpg\",\"location\":\"France, Cremieu\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":24,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801176537\\/profile_normal.jpg\",\"description\":\"On rencontre sa femme sur Meetic, la trompe sur Facebook, annonce le divorce sur Twitter et vends la baraque sur Ebay\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"396071969\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/398766806\\/128427.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801176537\\/profile_normal.jpg\",\"name\":\"rachoubidou69\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 22 18:06:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":396071969,\"utc_offset\":3600,\"favourites_count\":31,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179654172192769,\"created_at\":\"Fri Feb 24 22:57:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1061000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4e1afe1c-bec7-453c-a7e7-6bad97389ace-173179654172192769" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon, adieu #LGW, toujours + boring.", +"img": { +"src": "http://a0.twimg.com/profile_images/1850149516/200212-1652_normal.jpg" +}, +"title": "Gwendal Perrin: Bon, adieu #LGW, toujours + boring.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1061000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon, adieu #LGW, toujours + boring.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179653484322816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":390,\"screen_name\":\"GwendalPerrin\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":25022,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408801473\\/twilk_background_4f1ff1ba38fd8.jpg\",\"location\":\"Sur ton \\u00e9cran\",\"show_all_inline_media\":true,\"listed_count\":62,\"profile_link_color\":\"FF0000\",\"followers_count\":1123,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850149516\\/200212-1652_normal.jpg\",\"description\":\"Journaliste\\/CM \\\\ #IdiotDuJour, @faislebuzz, *RIRES ENREGISTRES* \\\\ #ModernClassical #TranceFamily \\\\ Mange les bisounours au lieu d'y croire \\\\ http:\\/\\/is.gd\\/vpIs00\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d183f2\",\"id_str\":\"116277557\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408801473\\/twilk_background_4f1ff1ba38fd8.jpg\",\"profile_sidebar_fill_color\":\"ea4af0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850149516\\/200212-1652_normal.jpg\",\"name\":\"Gwendal Perrin\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 21:30:29 +0000 2010\",\"profile_sidebar_border_color\":\"f703ff\",\"id\":116277557,\"utc_offset\":3600,\"favourites_count\":323,\"url\":\"http:\\/\\/gwendalperrin.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179653484322816,\"created_at\":\"Fri Feb 24 22:57:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1061000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5ecd878f-841e-4500-9cc5-7e01e0225a0e-173179653484322816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sur le plateau ce soir, une partie de l'équipe : @mafaldah71 @So_boogiest @duanyer et @Deemee3. Bisous aux 15 autres ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1633621191/avatar_normal.png" +}, +"title": "Tweets de Comptoir: Sur le plateau ce soir, une partie de l'équipe : @mafaldah71 @So_boogiest @duanyer et @Deemee3. Bisous aux 15 autres ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1062000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Sur le plateau ce soir, une partie de l'\\u00e9quipe : @mafaldah71 @So_boogiest @duanyer et @Deemee3. Bisous aux 15 autres ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"mafaldah71\",\"indices\":[49,60],\"id_str\":\"101297843\",\"name\":\"mafaldah71\",\"id\":101297843},{\"screen_name\":\"So_boogiest\",\"indices\":[61,73],\"id_str\":\"232297271\",\"name\":\"soboogie\",\"id\":232297271},{\"screen_name\":\"duanyer\",\"indices\":[74,82],\"id_str\":\"23742784\",\"name\":\"duanyer\",\"id\":23742784},{\"screen_name\":\"Deemee3\",\"indices\":[86,94],\"id_str\":\"209219475\",\"name\":\"Dimitri\",\"id\":209219475}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[119,123]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179658223878144\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3071,\"screen_name\":\"Tweets2Comptoir\",\"lang\":\"fr\",\"profile_text_color\":\"3f3210\",\"statuses_count\":2934,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"location\":\"Dans tes tweets\",\"show_all_inline_media\":true,\"listed_count\":186,\"profile_link_color\":\"3b8ab2\",\"followers_count\":6394,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"description\":\"Tweets de Comptoir est l\\u00e0 pour rendre quotidiennement compte de l'activit\\u00e9 subversive des tweetos, en d\\u00e9non\\u00e7ant les meilleurs tweets publi\\u00e9s.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d1f5c\",\"id_str\":\"227334618\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"name\":\"Tweets de Comptoir\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 16 15:29:51 +0000 2010\",\"profile_sidebar_border_color\":\"ffcc00\",\"id\":227334618,\"utc_offset\":3600,\"favourites_count\":5604,\"url\":\"http:\\/\\/tweetsdecomptoir.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179658223878144,\"created_at\":\"Fri Feb 24 22:57:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1062000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "321363d3-e0c4-4f1d-8be9-76ca88a54092-173179658223878144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@sebvdo: #LGW #ilreste il faut tjr un prof pour une emission sur france5” ou un dcoteur #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1632512642/John_normal.jpg" +}, +"title": "Stephane : “@sebvdo: #LGW #ilreste il faut tjr un prof pour une emission sur france5” ou un dcoteur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1062000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u201c@sebvdo: #LGW #ilreste il faut tjr un prof pour une emission sur france5\\u201d ou un dcoteur #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"sebvdo\",\"indices\":[1,8],\"name\":\"S\\u00e9bastien vdo\",\"id_str\":\"97193463\",\"id\":97193463}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[10,14]},{\"text\":\"ilreste\",\"indices\":[15,23]},{\"text\":\"lgw\",\"indices\":[89,93]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179657649262594\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"001e0e\",\"screen_name\":\"stefLP\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":159,\"location\":\"France\",\"profile_text_color\":\"6a1e00\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"description\":\"Je travaille dans le monde de l'informatique et des pharmacies (depuis 17 ans) , et \\u00e9galement auto-entrepreneur \\u00e0 mes temps perdus. http:\\/\\/about.me\\/bealcost\",\"statuses_count\":1541,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0800b6\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffe9d9\",\"protected\":false,\"id_str\":\"11192742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Stephane \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"created_at\":\"Sat Dec 15 10:31:27 +0000 2007\",\"profile_sidebar_fill_color\":\"ffecd9\",\"id\":11192742,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\"},\"truncated\":false,\"id\":173179657649262594,\"created_at\":\"Fri Feb 24 22:57:02 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1062000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b2725228-cf98-4c5f-a4ba-f2d0f92d68bd-173179657649262594" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw à 1OOO tweet j'veux qu'on le dise c 2pasag sur @france5", +"img": { +"src": "http://a2.twimg.com/profile_images/1782987674/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG" +}, +"title": "2pasag the papoteur: #lgw à 1OOO tweet j'veux qu'on le dise c 2pasag sur @france5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1063000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw \\u00e0 1OOO tweet j'veux qu'on le dise c 2pasag sur @france5\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"france5\",\"indices\":[52,60],\"id_str\":\"128507523\",\"name\":\"France cinq\",\"id\":128507523}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179661164089345\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":51,\"screen_name\":\"2pasag\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2029,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Coulommiers 77 France\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1782987674\\/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG\",\"description\":\"Si t'm partager l'\\u00e9crit, T bienvenue\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"20905224\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782987674\\/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG\",\"name\":\"2pasag the papoteur\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 15 11:31:19 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":20905224,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/papotagebriard.canalblog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179661164089345,\"created_at\":\"Fri Feb 24 22:57:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1063000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aabd6dd6-0155-4c88-a684-5edfc9b68cce-173179661164089345" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw pourquoi il est blanc omar ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1677676216/fender_2_normal.jpg" +}, +"title": "Sébastien vdo: #lgw pourquoi il est blanc omar ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1063000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw pourquoi il est blanc omar ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179663424819200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"screen_name\":\"sebvdo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Juste l\\u00e0...\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"990000\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"description\":\"Web\\/Zic\\/Foot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"97193463\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"name\":\"S\\u00e9bastien vdo\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 16 11:57:29 +0000 2009\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":97193463,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179663424819200,\"created_at\":\"Fri Feb 24 22:57:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1063000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e92ec1d4-a435-4f3f-9f68-a629af24f4d3-173179663424819200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "pour ceux qui ont raté le début du #lgw c'est quoi le ppe de #ipart ? @florenceporcel", +"img": { +"src": "http://a0.twimg.com/profile_images/977272877/toon_normal.jpg" +}, +"title": "Alexandra Pelissero: pour ceux qui ont raté le début du #lgw c'est quoi le ppe de #ipart ? @florenceporcel", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1064000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"pour ceux qui ont rat\\u00e9 le d\\u00e9but du #lgw c'est quoi le ppe de #ipart ? @florenceporcel\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[70,85],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]},{\"text\":\"ipart\",\"indices\":[61,67]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179664225939456\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"alexp19\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":978,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":181,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/977272877\\/toon_normal.jpg\",\"description\":\"Corporate communicator | Paris | News junkie |\\r\\nWinning Team = Jon Stewart + Ricardo Darin\\r\\nWork for Yahoo! but opinion is mine\",\"statuses_count\":472,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/245991092\\/lotta_nieminen.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"19238694\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Alexandra Pelissero\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/245991092\\/lotta_nieminen.jpg\",\"created_at\":\"Tue Jan 20 14:34:43 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":19238694,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/977272877\\/toon_normal.jpg\"},\"truncated\":false,\"id\":173179664225939456,\"created_at\":\"Fri Feb 24 22:57:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1064000, +"tags": [ +{ +"id-ref": "ef49f848-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "feef0a09-ee2a-401c-ad5d-80beaefb5823-173179664225939456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi ça ? #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1291861325/Sans_titre_normal.jpg" +}, +"title": "Antony LesNews: C'est quoi ça ? #lgw #ilpart", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1064000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi \\u00e7a ? #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]},{\"text\":\"ilpart\",\"indices\":[21,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179664309817345\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":590,\"screen_name\":\"AnthonyGDRI\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13200,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29629070\\/newsroom.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"0084B4\",\"followers_count\":258,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1291861325\\/Sans_titre_normal.jpg\",\"description\":\"Fondateur du service @LesNews \\/\\/ Follow Us on @LesNews \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"65939444\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29629070\\/newsroom.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1291861325\\/Sans_titre_normal.jpg\",\"name\":\"Antony LesNews\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 15 17:39:16 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":65939444,\"utc_offset\":-10800,\"favourites_count\":41,\"url\":\"http:\\/\\/twitter.com\\/LesNews\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179664309817345,\"created_at\":\"Fri Feb 24 22:57:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1064000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6ce1faf4-56f5-4cdc-a023-348ef2c742ca-173179664309817345" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monsieur_Poulpe: Est-ce que @Gregshow et @davidmarsais ils peuvent embrasser le professeur rollin ? #Lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1801974559/51VNTOCGF1L._SS400__normal.jpg" +}, +"title": "Guillaume Gurdil: RT @Monsieur_Poulpe: Est-ce que @Gregshow et @davidmarsais ils peuvent embrasser le professeur rollin ? #Lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1068000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Monsieur_Poulpe: Est-ce que @Gregshow et @davidmarsais ils peuvent embrasser le professeur rollin ? #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Monsieur_Poulpe\",\"indices\":[3,19],\"id_str\":\"101887303\",\"name\":\"Monsieur Poulpe\",\"id\":101887303},{\"screen_name\":\"Gregshow\",\"indices\":[32,41],\"id_str\":\"23932076\",\"name\":\"Gregshow\",\"id\":23932076},{\"screen_name\":\"davidmarsais\",\"indices\":[45,58],\"id_str\":\"140357554\",\"name\":\"David Marsais\",\"id\":140357554}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[104,108]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Est-ce que @Gregshow et @davidmarsais ils peuvent embrasser le professeur rollin ? #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Gregshow\",\"indices\":[11,20],\"id_str\":\"23932076\",\"name\":\"Gregshow\",\"id\":23932076},{\"screen_name\":\"davidmarsais\",\"indices\":[24,37],\"id_str\":\"140357554\",\"name\":\"David Marsais\",\"id\":140357554}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179528137555968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2826,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"followers_count\":14306,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"68baae\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"name\":\"Monsieur Poulpe\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_border_color\":\"010203\",\"id\":101887303,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179528137555968,\"created_at\":\"Fri Feb 24 22:56:31 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179680688578560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":164,\"screen_name\":\"gurdiiil\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2780,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"description\":\"Geek\\/Nerd, drogu\\u00e9 \\u00e0 la musique, atterr\\u00e9 perp\\u00e9tuel (parce qu'indign\\u00e9, c'est galvaud\\u00e9) qui garde le sens de l'humour (beh ouais, faut bien!)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"89754233\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"name\":\"Guillaume Gurdil\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 13 17:56:00 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":89754233,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/luniquemonsieurtoutlemonde.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179680688578560,\"created_at\":\"Fri Feb 24 22:57:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1068000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "effefbec-2e73-476f-97ba-f9fd1623f805-173179680688578560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c est fait exprès le côté amateur ? #cestmou", +"img": { +"src": "http://a1.twimg.com/profile_images/1777484901/florian_chaperon_normal.jpg" +}, +"title": "Florian Chaperon: #lgw c est fait exprès le côté amateur ? #cestmou", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1068000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c est fait expr\\u00e8s le c\\u00f4t\\u00e9 amateur ? #cestmou\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cestmou\",\"indices\":[41,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179681082839040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":238,\"screen_name\":\"FlorianChaperon\",\"lang\":\"fr\",\"profile_text_color\":\"3d3d3d\",\"statuses_count\":1542,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/256703643\\/pattern.gif\",\"location\":\"Montpellier\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"278017\",\"followers_count\":127,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1777484901\\/florian_chaperon_normal.jpg\",\"description\":\"Pubard, marketeux, graphiste, formateur... et apple-addict. \\r\\nPr\\u00e9sent aussi sur @_menfin. \\r\\n#experientiel #conversationnel #menfin\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"dbdbdb\",\"id_str\":\"61561117\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/256703643\\/pattern.gif\",\"profile_sidebar_fill_color\":\"dbdbdb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777484901\\/florian_chaperon_normal.jpg\",\"name\":\"Florian Chaperon\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 30 18:31:53 +0000 2009\",\"profile_sidebar_border_color\":\"a3a3a3\",\"id\":61561117,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179681082839040,\"created_at\":\"Fri Feb 24 22:57:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1068000, +"tags": [ +{ +"id-ref": "ef4a4bc2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "900815a0-7d0c-4d19-8db3-4b2aac0f3bac-173179681082839040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La chemise de Vinvin, l'ultime refuge quand on ne veut pas répondre à une question #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: La chemise de Vinvin, l'ultime refuge quand on ne veut pas répondre à une question #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1068000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La chemise de Vinvin, l'ultime refuge quand on ne veut pas r\\u00e9pondre \\u00e0 une question #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179682085277696\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":75,\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":989,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"name\":\"Shik-a-Marrant\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_border_color\":\"c0c3c4\",\"id\":57607506,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179682085277696,\"created_at\":\"Fri Feb 24 22:57:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1068000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "60f3d092-2ce2-4cb9-b29b-a09b766d0f40-173179682085277696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1839282967/image_normal.jpg" +}, +"title": "thibault: #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1070000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cQui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179690532618242\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"theflmo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":49,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1839282967\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"494518890\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839282967\\/image_normal.jpg\",\"name\":\"thibault\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 17 00:14:01 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":494518890,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179690532618242,\"created_at\":\"Fri Feb 24 22:57:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1070000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1f864d0d-0108-4280-b031-2a2286abeee6-173179690532618242" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je viens de quitter la cérémonie des césars pour arriver au milieu du Grand Webze... Qu'est-ce que j'ai raté ? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1803169085/DSC01443_normal.JPG" +}, +"title": "Benjamin Aguillon: Je viens de quitter la cérémonie des césars pour arriver au milieu du Grand Webze... Qu'est-ce que j'ai raté ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1073000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je viens de quitter la c\\u00e9r\\u00e9monie des c\\u00e9sars pour arriver au milieu du Grand Webze... Qu'est-ce que j'ai rat\\u00e9 ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[111,115]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179702880641024\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"Balcidebava\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":102,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez moi\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"description\":\"L'homme face \\u00e0 l'absurde\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"482835609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"name\":\"Benjamin Aguillon\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 04 10:52:02 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":482835609,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179702880641024,\"created_at\":\"Fri Feb 24 22:57:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1073000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "83860ce9-6bd1-4733-9650-2cdf8b52d25b-173179702880641024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze Dommage, la Cartonnerie avait son charme ! <3 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1768965620/Anonymous_Wallpaper_by_ipott_normal.png" +}, +"title": "Anon HackTivist: @LeGrandWebze Dommage, la Cartonnerie avait son charme ! <3 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1074000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze Dommage, la Cartonnerie avait son charme ! <3 #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173179429508493312,\"in_reply_to_status_id_str\":\"173179429508493312\",\"id_str\":\"173179707305639936\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"SimplyAnon\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":29,\"location\":\"YU NO FIND ME\",\"profile_text_color\":\"333333\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768965620\\/Anonymous_Wallpaper_by_ipott_normal.png\",\"description\":\"I am a simple anonymous giving his opinion on current Op and Events.\",\"statuses_count\":32,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"469498461\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Anon HackTivist\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Jan 20 17:20:52 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":469498461,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.whyweprotest.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768965620\\/Anonymous_Wallpaper_by_ipott_normal.png\"},\"truncated\":false,\"id\":173179707305639936,\"created_at\":\"Fri Feb 24 22:57:14 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1074000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "49426a3f-28a4-4785-9acb-aa8b6c63a739-173179707305639936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #IlReste !!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1374664561/IMG_1037_normal.JPG" +}, +"title": "M@rtO: #lgw #IlReste !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1075000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #IlReste !!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"IlReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179713009876992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":151,\"screen_name\":\"MartyO33\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":40,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Le Porge Aquitaine France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1374664561\\/IMG_1037_normal.JPG\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"307819812\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1374664561\\/IMG_1037_normal.JPG\",\"name\":\"M@rtO\",\"default_profile_image\":false,\"created_at\":\"Mon May 30 10:34:24 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":307819812,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179713009876992,\"created_at\":\"Fri Feb 24 22:57:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1075000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9966bb48-a234-470c-9a26-1c4073d7ae4b-173179713009876992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pourquoi @Vinvin il me pique mes chemises ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1609335200/obtw_normal.jpg" +}, +"title": "Olivier Bernasson: Pourquoi @Vinvin il me pique mes chemises ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1076000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pourquoi @Vinvin il me pique mes chemises ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[9,16],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179714607906816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":404,\"screen_name\":\"obernasson\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3486,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Auvergne\",\"show_all_inline_media\":false,\"listed_count\":31,\"profile_link_color\":\"0084B4\",\"followers_count\":554,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1609335200\\/obtw_normal.jpg\",\"description\":\"E-entrepreneur, #Ecommerce, @pecheurcom, #Auvergne #ASM #Rugby et anneries diverses... Les propos tenus sur ce compte n'engagent que moi et encore...;-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"313935953\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609335200\\/obtw_normal.jpg\",\"name\":\"Olivier Bernasson\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 09 13:08:17 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":313935953,\"utc_offset\":3600,\"favourites_count\":98,\"url\":\"http:\\/\\/www.pecheur.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179714607906816,\"created_at\":\"Fri Feb 24 22:57:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1076000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "11945e1c-6d5b-445b-87ce-0e5126cec6be-173179714607906816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #ILRESTE <3", +"img": { +"src": "http://a0.twimg.com/profile_images/1846735986/image_normal.jpg" +}, +"title": "Margaux M.: #LGW #ILRESTE <3", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1078000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW #ILRESTE <3\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"ILRESTE\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179724858785792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":87,\"screen_name\":\"margauxmet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":79,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846735986\\/image_normal.jpg\",\"description\":\"C'\\u00e9tait moi le bout de bois qui sauve Rose dans Titanic.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"452997531\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846735986\\/image_normal.jpg\",\"name\":\"Margaux M.\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 02 13:29:50 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":452997531,\"utc_offset\":null,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179724858785792,\"created_at\":\"Fri Feb 24 22:57:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1078000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b50f09c3-5431-493a-820c-ceb369c7a65a-173179724858785792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais dis donc, il claque le nouveau plateau du Grand Webze #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1727472042/ChezDisney_normal.jpg" +}, +"title": "Eric Maillard: Mais dis donc, il claque le nouveau plateau du Grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1078000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais dis donc, il claque le nouveau plateau du Grand Webze #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179724665847811\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2550,\"screen_name\":\"PRland\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":54025,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/302156681\\/twilk_background_4e35a56daf4a2.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":452,\"profile_link_color\":\"0000ff\",\"followers_count\":7667,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1727472042\\/ChezDisney_normal.jpg\",\"description\":\"Je dirige une agence de RP mais tout ce qui se passe ici n'engage que moi.\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"1421991\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/302156681\\/twilk_background_4e35a56daf4a2.jpg\",\"profile_sidebar_fill_color\":\"952d2f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727472042\\/ChezDisney_normal.jpg\",\"name\":\"Eric Maillard\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 18 15:45:10 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":1421991,\"utc_offset\":3600,\"favourites_count\":173,\"url\":\"http:\\/\\/www.prland.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179724665847811,\"created_at\":\"Fri Feb 24 22:57:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1078000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "abc95e64-099a-4eb4-afca-77bd349bbe3e-173179724665847811" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ou alors, #ilpart mais #Jlerécupère. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1820853327/joker_normal.gif" +}, +"title": "Harpocrate: Ou alors, #ilpart mais #Jlerécupère. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1078000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ou alors, #ilpart mais #Jler\\u00e9cup\\u00e8re. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[10,17]},{\"text\":\"Jler\\u00e9cup\\u00e8re\",\"indices\":[23,35]},{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179725320171520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":593,\"screen_name\":\"BeardedBeerBear\",\"lang\":\"fr\",\"profile_text_color\":\"f50808\",\"statuses_count\":6236,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/348110708\\/zOMB.jpg\",\"location\":\"Where the streets have no name\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"bd0fb7\",\"followers_count\":163,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1820853327\\/joker_normal.gif\",\"description\":\"Plus j'vieillis, plus j'ferme ma gueule. \\u2551 Cave canem \\u2551 Ex @NikkAw\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000a0f\",\"id_str\":\"55539742\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/348110708\\/zOMB.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1820853327\\/joker_normal.gif\",\"name\":\"Harpocrate\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 10 11:49:15 +0000 2009\",\"profile_sidebar_border_color\":\"010405\",\"id\":55539742,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":\"http:\\/\\/bit.ly\\/qRn7uh\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179725320171520,\"created_at\":\"Fri Feb 24 22:57:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1078000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef4b39ec-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cee4172e-3e31-4eac-91c1-5e12e1daa579-173179725320171520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#FF la chemise de @Vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1814098448/314794_210032089063819_100001710898222_564665_1634244495_n_normal.jpeg" +}, +"title": "Cyril Labitte: #FF la chemise de @Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1079000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#FF la chemise de @Vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[18,25],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"FF\",\"indices\":[0,3]},{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179730311397378\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":380,\"screen_name\":\"Labitte_\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":22234,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Aire\\/la lys, Lille,\",\"show_all_inline_media\":true,\"listed_count\":53,\"profile_link_color\":\"0084B4\",\"followers_count\":750,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1814098448\\/314794_210032089063819_100001710898222_564665_1634244495_n_normal.jpeg\",\"description\":\"Labitte, c'est mon nom de famille IRL. Geek stade terminal. je ne fais pas le moine. Whovian. CM de @laMenaceParty\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"39702371\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1814098448\\/314794_210032089063819_100001710898222_564665_1634244495_n_normal.jpeg\",\"name\":\"Cyril Labitte\",\"default_profile_image\":false,\"created_at\":\"Wed May 13 06:27:14 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":39702371,\"utc_offset\":3600,\"favourites_count\":1069,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179730311397378,\"created_at\":\"Fri Feb 24 22:57:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1079000, +"tags": [ +{ +"id-ref": "ef39c9aa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1c769e13-5d5b-4624-b7d2-999cf6eb67b5-173179730311397378" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est moi ou vinvin et françois sont petits, ou c'est les 2 du palmashow qui sont grands", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw c'est moi ou vinvin et françois sont petits, ou c'est les 2 du palmashow qui sont grands", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1079000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c'est moi ou vinvin et fran\\u00e7ois sont petits, ou c'est les 2 du palmashow qui sont grands\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179727002083328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179727002083328,\"created_at\":\"Fri Feb 24 22:57:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1079000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "748bd621-7dbe-4c05-80d1-2b9c32a635cd-173179727002083328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Christophe Lambert, la classe #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: Christophe Lambert, la classe #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1083000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Christophe Lambert, la classe #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179746618851329\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":663,\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7365,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"location\":\"DtC\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":207,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"name\":\"monsieurhobby\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":78733185,\"utc_offset\":-10800,\"favourites_count\":30,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179746618851329,\"created_at\":\"Fri Feb 24 22:57:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1083000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "38f889fb-d55d-4142-ab33-cba5902e2577-173179746618851329" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Faut-il garder François Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_5_normal.png" +}, +"title": "Alexandre Gain: RT @LeGrandWebze: Faut-il garder François Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1084000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Faut-il garder Fran\\u00e7ois Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[60,68]},{\"text\":\"IlPart\",\"indices\":[69,76]},{\"text\":\"cQui\",\"indices\":[77,82]},{\"text\":\"change2ton\",\"indices\":[83,94]},{\"text\":\"lgw\",\"indices\":[95,99]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Faut-il garder Fran\\u00e7ois Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[42,50]},{\"text\":\"IlPart\",\"indices\":[51,58]},{\"text\":\"cQui\",\"indices\":[59,64]},{\"text\":\"change2ton\",\"indices\":[65,76]},{\"text\":\"lgw\",\"indices\":[77,81]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176896102744065\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3130,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1480,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173176896102744065,\"created_at\":\"Fri Feb 24 22:46:04 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179747927457792\",\"user\":{\"default_profile_image\":true,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"alexandregain\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":2,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_5_normal.png\",\"description\":\"\",\"statuses_count\":24,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"27010380\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Alexandre Gain\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Mar 27 14:10:06 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":27010380,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_5_normal.png\"},\"truncated\":false,\"id\":173179747927457792,\"created_at\":\"Fri Feb 24 22:57:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1084000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b714e024-e286-4825-8a8b-3512637f2fdc-173179747927457792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin on t'aime #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1796744745/Anonymous-header_normal.PNG" +}, +"title": "Musi_Call_Ment: François Rollin on t'aime #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1085000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin on t'aime #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179754005016576\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"93afe6\",\"screen_name\":\"mat_moi_ca\",\"lang\":\"en\",\"favourites_count\":14,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":199,\"location\":\"\",\"profile_text_color\":\"93afe6\",\"followers_count\":88,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"description\":\"Geek qui s'est perdu sur internet. je suis chieur ! Ce que j'aime ? Le m\\u00e9tal. FOLLOW MOI !!\",\"statuses_count\":6545,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"93afe6\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1dabf2\",\"protected\":false,\"id_str\":\"348842674\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Musi_Call_Ment\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"created_at\":\"Fri Aug 05 02:52:54 +0000 2011\",\"profile_sidebar_fill_color\":\"000000\",\"id\":348842674,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\"},\"truncated\":false,\"id\":173179754005016576,\"created_at\":\"Fri Feb 24 22:57:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1085000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "781ea4cd-4b2a-4fc8-ab98-11cf86fe4b4a-173179754005016576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les VERY bad blagues du palmashow, sont dans @legrandwebze... Sinon, pour bubbletv #ilreste #lgw (at France5) [vid] — http://t.co/J8OMLj1n", +"img": { +"src": "http://a0.twimg.com/profile_images/732688177/bi-cause_normal.jpg" +}, +"title": "Charles Liebert: Les VERY bad blagues du palmashow, sont dans @legrandwebze... Sinon, pour bubbletv #ilreste #lgw (at France5) [vid] — http://t.co/J8OMLj1n", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1085000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Les VERY bad blagues du palmashow, sont dans @legrandwebze... Sinon, pour bubbletv #ilreste #lgw (at France5) [vid] \\u2014 http:\\/\\/t.co\\/J8OMLj1n\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[45,58],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[{\"indices\":[118,138],\"expanded_url\":\"http:\\/\\/path.com\\/p\\/8YEXG\",\"display_url\":\"path.com\\/p\\/8YEXG\",\"url\":\"http:\\/\\/t.co\\/J8OMLj1n\"}],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[83,91]},{\"text\":\"lgw\",\"indices\":[92,96]}]},\"possibly_sensitive_editable\":true,\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2359652,48.8133966],[2.2893976,48.8133966],[2.2893976,48.8345197],[2.2359652,48.8345197]]]},\"attributes\":{},\"full_name\":\"Issy-les-Moulineaux, Hauts-de-Seine\",\"name\":\"Issy-les-Moulineaux\",\"id\":\"1c197bda74b4cd4c\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/1c197bda74b4cd4c.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.27285043,48.82664809]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/path.com\\/\\\" rel=\\\"nofollow\\\"\\u003EPath 2.0\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179754025988097\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.82664809,2.27285043]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1158,\"screen_name\":\"Charles_Liebert\",\"lang\":\"en\",\"profile_text_color\":\"F522D5\",\"statuses_count\":48080,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"location\":\"Paris - Cap Ferret - Saugeras\",\"show_all_inline_media\":true,\"listed_count\":156,\"profile_link_color\":\"1AF51F\",\"followers_count\":2044,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0F0F\",\"id_str\":\"610993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"profile_sidebar_fill_color\":\"E0FF91\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"name\":\"Charles Liebert\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":610993,\"utc_offset\":3600,\"favourites_count\":509,\"url\":\"http:\\/\\/www.charles-liebert.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179754025988097,\"created_at\":\"Fri Feb 24 22:57:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1085000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eb720377-c822-4c9c-8b76-83c034e099fa-173179754025988097" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Puisque finalement les Césars ont fini par être drôles. On se rabat sur #LeGrandWebze", +"img": { +"src": "http://a1.twimg.com/profile_images/1793236975/Photo_du_13878919-05-___03.51_normal.jpg" +}, +"title": "Constance Ortuzar: Puisque finalement les Césars ont fini par être drôles. On se rabat sur #LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1085000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Puisque finalement les C\\u00e9sars ont fini par \\u00eatre dr\\u00f4les. On se rabat sur #LeGrandWebze\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LeGrandWebze\",\"indices\":[72,85]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179754097291264\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ff0000\",\"screen_name\":\"constuzar\",\"lang\":\"en\",\"favourites_count\":27,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":249,\"location\":\"Paris\",\"profile_text_color\":\"ff0f0f\",\"followers_count\":432,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\",\"description\":\"Ils me voient rouler, ils d\\u00e9testent.\",\"statuses_count\":7419,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"14b9fa\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"53776719\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Constance Ortuzar\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sat Jul 04 22:29:54 +0000 2009\",\"profile_sidebar_fill_color\":\"d5faef\",\"id\":53776719,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\"},\"truncated\":false,\"id\":173179754097291264,\"created_at\":\"Fri Feb 24 22:57:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1085000, +"tags": [ +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b57e7411-ed36-4b27-90fd-b6269a221da2-173179754097291264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Merci @Vinvin comme chaque fois on peut régler notre Tv grâce à ta chemise #ilreste aussi #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: Merci @Vinvin comme chaque fois on peut régler notre Tv grâce à ta chemise #ilreste aussi #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1085000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Merci @Vinvin comme chaque fois on peut r\\u00e9gler notre Tv gr\\u00e2ce \\u00e0 ta chemise #ilreste aussi #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[6,13],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[75,83]},{\"text\":\"lgw\",\"indices\":[90,94]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179753736568832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13059,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":792,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179753736568832,\"created_at\":\"Fri Feb 24 22:57:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1085000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dccaaf0b-235e-43f2-b0af-4ce8cb1fd9c4-173179753736568832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La question qui tue : comment on chope Christophe Lambert ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1664610739/n11522806_32199384_5938_normal.jpg" +}, +"title": "pepetch: La question qui tue : comment on chope Christophe Lambert ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1086000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La question qui tue : comment on chope Christophe Lambert ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179759591833600\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":557,\"screen_name\":\"pepetch\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":998,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Villeurbanne\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1664610739\\/n11522806_32199384_5938_normal.jpg\",\"description\":\"Helene, 26 ans, Lyon\\/Villeurbanne, PS, MJS. Tweete politique, actu, cuisine, et vie quotidienne... \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"43307152\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1664610739\\/n11522806_32199384_5938_normal.jpg\",\"name\":\"pepetch\",\"default_profile_image\":false,\"created_at\":\"Fri May 29 10:22:59 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":43307152,\"utc_offset\":null,\"favourites_count\":9,\"url\":\"http:\\/\\/www.tumblr.com\\/tumblelog\\/pepetch\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179759591833600,\"created_at\":\"Fri Feb 24 22:57:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1086000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ad3c5d8f-a2cc-412d-b948-d2919bf78083-173179759591833600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW 2.0 la cartonnerie on oubli ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1844216482/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif" +}, +"title": "The MythosNews: #LGW 2.0 la cartonnerie on oubli ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1087000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW 2.0 la cartonnerie on oubli ...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179761764466688\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":161,\"screen_name\":\"utopic92\",\"lang\":\"fr\",\"profile_text_color\":\"883cc2\",\"statuses_count\":4252,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/425920000\\/038.JPG\",\"location\":\"Paris ..et sa R\\u00e9gion.\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0900ff\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844216482\\/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif\",\"description\":\" \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"301585182\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425920000\\/038.JPG\",\"profile_sidebar_fill_color\":\"bfc4c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844216482\\/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif\",\"name\":\"The MythosNews\",\"default_profile_image\":false,\"created_at\":\"Thu May 19 18:25:43 +0000 2011\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":301585182,\"utc_offset\":3600,\"favourites_count\":25,\"url\":\"http:\\/\\/madeinfrance-citizenband.blogspot.com\\/2010\\/10\\/httpvids.html\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179761764466688,\"created_at\":\"Fri Feb 24 22:57:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1087000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "270b0bc7-ad00-4bc4-8f1c-2a4004f8cda8-173179761764466688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "on ne vois pas assez françois rollin a TV et c'est bien domage .... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1143073505/41403_1088720440_8180_q_normal.jpg" +}, +"title": "yann : on ne vois pas assez françois rollin a TV et c'est bien domage .... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1089000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"on ne vois pas assez fran\\u00e7ois rollin a TV et c'est bien domage .... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179770367000576\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"yannosh51\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":114,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"description\":\"Gamer, retrogamer m\\u00eame et administrateur chez armagame pour le jeu atomic strike.\",\"statuses_count\":695,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"384040\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"165689120\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"yann \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"created_at\":\"Mon Jul 12 08:06:43 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":165689120,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.atomic-strike.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\"},\"truncated\":false,\"id\":173179770367000576,\"created_at\":\"Fri Feb 24 22:57:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1089000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "afbe5892-4970-4222-9267-8c8432130c61-173179770367000576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1657787350/image_normal.jpg" +}, +"title": "LGW Fan Club: #IlReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1089000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#IlReste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179772271198209\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LgwFanClub\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":17,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":11,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"description\":null,\"statuses_count\":118,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"421417721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"LGW Fan Club\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Nov 25 22:40:16 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":421417721,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\"},\"truncated\":false,\"id\":173179772271198209,\"created_at\":\"Fri Feb 24 22:57:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1089000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3a790475-8309-476d-826c-873b79b3e442-173179772271198209" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @charleshenriroy: “@HeleneBergdoll: #César2012 Allez hop tout le monde au Fouquet's ! on est pas le 6 mai pourtant” venez plutôt voir ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1808749134/HB1_normal.jpg" +}, +"title": "ellen bergdoll: RT @charleshenriroy: “@HeleneBergdoll: #César2012 Allez hop tout le monde au Fouquet's ! on est pas le 6 mai pourtant” venez plutôt voir ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1091000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @charleshenriroy: \\u201c@HeleneBergdoll: #C\\u00e9sar2012 Allez hop tout le monde au Fouquet's ! on est pas le 6 mai pourtant\\u201d venez plut\\u00f4t voir ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"charleshenriroy\",\"indices\":[3,19],\"id_str\":\"185396126\",\"name\":\"Royer Charles-Henri\",\"id\":185396126},{\"screen_name\":\"HeleneBergdoll\",\"indices\":[22,37],\"id_str\":\"420454818\",\"name\":\"ellen bergdoll\",\"id\":420454818}],\"urls\":[],\"hashtags\":[{\"text\":\"C\\u00e9sar2012\",\"indices\":[39,49]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@HeleneBergdoll: #C\\u00e9sar2012 Allez hop tout le monde au Fouquet's ! on est pas le 6 mai pourtant\\u201d venez plut\\u00f4t voir #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"HeleneBergdoll\",\"indices\":[1,16],\"id_str\":\"420454818\",\"name\":\"ellen bergdoll\",\"id\":420454818}],\"urls\":[],\"hashtags\":[{\"text\":\"C\\u00e9sar2012\",\"indices\":[18,28]},{\"text\":\"Lgw\",\"indices\":[116,120]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179342455701505\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":210,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179342455701505,\"created_at\":\"Fri Feb 24 22:55:47 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179780030660608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":153,\"screen_name\":\"HeleneBergdoll\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":233,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1808749134\\/HB1_normal.jpg\",\"description\":\"guette au trou atavique les yeux et les oreilles en alerte : gare aux \\u00e9carts ! \\r\\nprofessionnelle de la politique et de la com' en + folle de chevaux et de foot\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"London\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"420454818\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808749134\\/HB1_normal.jpg\",\"name\":\"ellen bergdoll\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 24 17:05:24 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":420454818,\"utc_offset\":0,\"favourites_count\":0,\"url\":\"http:\\/\\/lalunerousse.com\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173179780030660608,\"created_at\":\"Fri Feb 24 22:57:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1091000, +"tags": [ +{ +"id-ref": "ef2b9ccc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b175f4df-f404-469f-881d-bf3769dbdd66-173179780030660608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est tellement bon que j'en ai les larmes aux yeux, sans blague!", +"img": { +"src": "http://a1.twimg.com/profile_images/1817576333/emmanuelle_hirschauer_tetocarre_normal.jpg" +}, +"title": "E. Hirschauer: #lgw c'est tellement bon que j'en ai les larmes aux yeux, sans blague!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1091000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c'est tellement bon que j'en ai les larmes aux yeux, sans blague!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179780513009664\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":202,\"screen_name\":\"LaBombeH\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":1409,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/67039392\\/twitter.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"D02B55\",\"followers_count\":123,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817576333\\/emmanuelle_hirschauer_tetocarre_normal.jpg\",\"description\":\"Eclose sur un terril, \\u00e9lev\\u00e9e au reblochon au lait cru, demeurant dans le neuf-trois\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"84343206\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/67039392\\/twitter.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817576333\\/emmanuelle_hirschauer_tetocarre_normal.jpg\",\"name\":\"E. Hirschauer\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 14:53:27 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":84343206,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179780513009664,\"created_at\":\"Fri Feb 24 22:57:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1091000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dd078794-6e30-4fd3-a114-4e9930debc01-173179780513009664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais quelle question !! #ilreste #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1144546027/IMG_0222_normal.JPG" +}, +"title": "Thony: Mais quelle question !! #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1091000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais quelle question !! #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[24,32]},{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179778516520960\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":162,\"screen_name\":\"thonybzh\",\"lang\":\"fr\",\"profile_text_color\":\"0055ff\",\"statuses_count\":501,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/124422281\\/banielbroroazhon2.jpg\",\"location\":\"Puteaux\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"ff0d00\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1144546027\\/IMG_0222_normal.JPG\",\"description\":\"un breizhou exil\\u00e9 dans le 92 ...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"119934785\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/124422281\\/banielbroroazhon2.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1144546027\\/IMG_0222_normal.JPG\",\"name\":\"Thony\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 05 00:23:34 +0000 2010\",\"profile_sidebar_border_color\":\"000000\",\"id\":119934785,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179778516520960,\"created_at\":\"Fri Feb 24 22:57:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1091000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "82db608f-ee67-4e0f-859e-61d520eec85f-173179778516520960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin est un maitre #ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1829032837/430490_10519221_b_normal.jpg" +}, +"title": "Antoine Rouaud: François Rollin est un maitre #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1092000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin est un maitre #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[30,38]},{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179783025405952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":84,\"screen_name\":\"Antoine_Rouaud\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1384,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"followers_count\":103,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\",\"description\":\"Cr\\u00e9ateur de trucs et autres choses qui ont rapport \\u00e0 des histoires... avec des gens. \\r\\nhttp:\\/\\/www.wagaprod.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"131516\",\"id_str\":\"373509666\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\",\"name\":\"Antoine Rouaud\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 14 18:13:49 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":373509666,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.audiodramax.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179783025405952,\"created_at\":\"Fri Feb 24 22:57:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1092000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8f40aa79-9f74-462c-a310-13fdedf013bc-173179783025405952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je m'en fous... Je regarderai jusqu'à ce qu'on me cite... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1657466010/IMG_1705_normal.JPG" +}, +"title": "Enonciation: Je m'en fous... Je regarderai jusqu'à ce qu'on me cite... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1092000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Je m'en fous... Je regarderai jusqu'\\u00e0 ce qu'on me cite... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179782383665153\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"enonciation\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":417,\"location\":\"Dijon... Si,si!\",\"profile_text_color\":\"333333\",\"description\":\"En terme de probabilit\\u00e9, nous n'existons pas. \",\"statuses_count\":7088,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/316641454\\/Fond_petit.jpg\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"0084B4\",\"followers_count\":389,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1657466010\\/IMG_1705_normal.JPG\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"180816153\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Enonciation\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/316641454\\/Fond_petit.jpg\",\"created_at\":\"Fri Aug 20 15:20:12 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":180816153,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657466010\\/IMG_1705_normal.JPG\"},\"in_reply_to_status_id\":null,\"id\":173179782383665153,\"created_at\":\"Fri Feb 24 22:57:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1092000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "81b657bd-fae1-4503-9b92-0ad1651d28fa-173179782383665153" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Laissez pas Lambert vous approcher !!! #lgw #lesfous", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: Laissez pas Lambert vous approcher !!! #lgw #lesfous", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1093000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Laissez pas Lambert vous approcher !!! #lgw #lesfous\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]},{\"text\":\"lesfous\",\"indices\":[44,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179788394102784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1093,\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"profile_text_color\":\"636363\",\"statuses_count\":21287,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_sidebar_fill_color\":\"141414\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"name\":\"Bakt El Raalis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18515564,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.pelecanus.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179788394102784,\"created_at\":\"Fri Feb 24 22:57:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1093000, +"tags": [ +{ +"id-ref": "ef4d1384-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f9396436-5921-423a-8032-41959b045f8e-173179788394102784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @charleshenriroy: “@semioblog: Tous sur #lgw” la v4 est mieux non ? Beaucoup mieux ! @Daphne_Burki01 @BenThev @fabricepierrot @Vinvin", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @charleshenriroy: “@semioblog: Tous sur #lgw” la v4 est mieux non ? Beaucoup mieux ! @Daphne_Burki01 @BenThev @fabricepierrot @Vinvin", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1095000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @charleshenriroy: \\u201c@semioblog: Tous sur #lgw\\u201d la v4 est mieux non ? Beaucoup mieux ! @Daphne_Burki01 @BenThev @fabricepierrot @Vinvin\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"charleshenriroy\",\"indices\":[3,19],\"id_str\":\"185396126\",\"name\":\"Royer Charles-Henri\",\"id\":185396126},{\"screen_name\":\"semioblog\",\"indices\":[22,32],\"id_str\":\"10078802\",\"name\":\"Virginie Spies\",\"id\":10078802},{\"screen_name\":\"Daphne_Burki01\",\"indices\":[89,104],\"id_str\":\"359491014\",\"name\":\"daphn\\u00e9 B\\u00fcrki \",\"id\":359491014},{\"screen_name\":\"BenThev\",\"indices\":[105,113],\"id_str\":\"227623954\",\"name\":\"Beno\\u00eet Thevenet\",\"id\":227623954},{\"screen_name\":\"fabricepierrot\",\"indices\":[114,129],\"id_str\":\"30635526\",\"name\":\"fabrice pierrot\",\"id\":30635526},{\"screen_name\":\"Vinvin\",\"indices\":[130,137],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179795625091072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1041,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":318,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179795625091072,\"created_at\":\"Fri Feb 24 22:57:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1095000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "11cc4ab9-4a37-4e21-95f3-09dfbc5a5bee-173179795625091072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Lgw c'est un peu comme Hugo Délire ce soir... #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: #Lgw c'est un peu comme Hugo Délire ce soir... #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1098000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Lgw c'est un peu comme Hugo D\\u00e9lire ce soir... #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[47,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179806312173568\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3887,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":518,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179806312173568,\"created_at\":\"Fri Feb 24 22:57:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1098000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9ef7cb14-f697-4be4-b6ea-718f263519be-173179806312173568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "lol \"@Direct_8: RT @AlexHervaud: Allez, y'a le Palmashow sur France 5, on peut désormais vraiment rire. #LGW\"", +"img": { +"src": "http://a3.twimg.com/profile_images/1313387378/profil_normal.jpg" +}, +"title": "Jean-Baptiste Viet: lol \"@Direct_8: RT @AlexHervaud: Allez, y'a le Palmashow sur France 5, on peut désormais vraiment rire. #LGW\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1099000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"lol \\\"@Direct_8: RT @AlexHervaud: Allez, y'a le Palmashow sur France 5, on peut d\\u00e9sormais vraiment rire. #LGW\\\"\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Direct_8\",\"indices\":[5,14],\"id_str\":\"41318264\",\"name\":\"Direct8\",\"id\":41318264},{\"screen_name\":\"AlexHervaud\",\"indices\":[19,31],\"id_str\":\"14321981\",\"name\":\"Alexandre Hervaud\",\"id\":14321981}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[104,108]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179811869626368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":330,\"screen_name\":\"jeanviet\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3323,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/233585490\\/background.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":49,\"profile_link_color\":\"3b8d76\",\"followers_count\":729,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1313387378\\/profil_normal.jpg\",\"description\":\"Votre Guide Web et Multim\\u00e9dia gratuit et accessible \\u00e0 toute la famille !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"e5f6f6\",\"id_str\":\"39217851\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/233585490\\/background.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1313387378\\/profil_normal.jpg\",\"name\":\"Jean-Baptiste Viet\",\"default_profile_image\":false,\"created_at\":\"Mon May 11 08:40:23 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":39217851,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/jeanviet.info\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179811869626368,\"created_at\":\"Fri Feb 24 22:57:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1099000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4f9afa99-c7f4-4be6-9c6a-416eba1f769c-173179811869626368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#crossmédia… #lgw ça néologue à tours de bras! @palmashow @legrandwebze", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: #crossmédia… #lgw ça néologue à tours de bras! @palmashow @legrandwebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1100000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#crossm\\u00e9dia\\u2026 #lgw \\u00e7a n\\u00e9ologue \\u00e0 tours de bras! @palmashow @legrandwebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[47,57],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"LeGrandWebze\",\"indices\":[58,71],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"crossm\\u00e9dia\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179816688885760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1157,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"name\":\"Cammarata Thierry\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":334554629,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179816688885760,\"created_at\":\"Fri Feb 24 22:57:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1100000, +"tags": [ +{ +"id-ref": "ef4d8300-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1e82bdcb-e9e6-4f4d-8878-e66541e91ede-173179816688885760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ahaha, je viens de voir ma PP sur le mur de #lgw ! C'est fun.", +"img": { +"src": "http://a0.twimg.com/profile_images/1743920877/image201201080004_normal.jpg" +}, +"title": "Kevin : Ahaha, je viens de voir ma PP sur le mur de #lgw ! C'est fun.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1100000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ahaha, je viens de voir ma PP sur le mur de #lgw ! C'est fun.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.9624943,47.2862364],[5.102104,47.2862364],[5.102104,47.3779013],[4.9624943,47.3779013]]]},\"attributes\":{},\"full_name\":\"Dijon, C\\u00f4te-d'Or\",\"name\":\"Dijon\",\"id\":\"52a39ae62c00a295\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/52a39ae62c00a295.json\"},\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179817469030401\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"Kevinonin\",\"lang\":\"en\",\"favourites_count\":94,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":299,\"location\":\"Dijon\",\"profile_text_color\":\"050505\",\"followers_count\":470,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1743920877\\/image201201080004_normal.jpg\",\"description\":\"J'allais \\u00e9crire une vraie Bio avec une touche d'humour (normal) quand j'ai pens\\u00e9 \\u00e0 cette phrase 'Less is more'. \\r\\nDu coup, je pense en avoir (d\\u00e9j\\u00e0) trop dit..\",\"statuses_count\":20685,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/318114033\\/background.png\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"000078\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"212121\",\"protected\":false,\"id_str\":\"52390889\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Kevin \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/318114033\\/background.png\",\"created_at\":\"Tue Jun 30 13:16:07 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":52390889,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1743920877\\/image201201080004_normal.jpg\"},\"truncated\":false,\"id\":173179817469030401,\"created_at\":\"Fri Feb 24 22:57:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1100000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b8c64c45-1880-4b7a-a8bc-7b7cae5c8c5f-173179817469030401" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "*clap* *clap* *clap* #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: *clap* *clap* *clap* #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1101000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"*clap* *clap* *clap* #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179819868164096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179819868164096,\"created_at\":\"Fri Feb 24 22:57:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1101000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c2eb9eb5-2050-48fb-9dd2-18c989ac2880-173179819868164096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze Le zizi de Gaspard #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/878534653/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg" +}, +"title": "CLeM' KuSaLa: @LeGrandWebze Le zizi de Gaspard #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1104000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze Le zizi de Gaspard #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179833835196416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"clem_kusala\",\"lang\":\"fr\",\"profile_text_color\":\"a8a3a8\",\"statuses_count\":240,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"location\":\"Roquetaillade\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"000608\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"92309575\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"profile_sidebar_fill_color\":\"111e24\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"name\":\"CLeM' KuSaLa\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 16:35:40 +0000 2009\",\"profile_sidebar_border_color\":\"15191f\",\"id\":92309575,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/karma-kusala.com\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173179833835196416,\"created_at\":\"Fri Feb 24 22:57:44 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1104000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ea94c5db-011e-4d68-917d-8a39e5dc32fe-173179833835196416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW hey grégoire ancien pion dans mon lycée !!", +"img": { +"src": "http://a0.twimg.com/profile_images/1849287081/aYnrwQ30_normal" +}, +"title": "Barbara: #LGW hey grégoire ancien pion dans mon lycée !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1105000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW hey gr\\u00e9goire ancien pion dans mon lyc\\u00e9e !!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179839442984961\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":38,\"screen_name\":\"babevva\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":173,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849287081\\/aYnrwQ30_normal\",\"description\":\"Je suis l\\u00e0 pour m'amuser, rire, pour partager ma vie avec vous :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"94037513\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849287081\\/aYnrwQ30_normal\",\"name\":\"Barbara\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 02 06:48:45 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":94037513,\"utc_offset\":3600,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179839442984961,\"created_at\":\"Fri Feb 24 22:57:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1105000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4d7db52f-c391-43cd-9dc6-1d848c46cbc8-173179839442984961" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @nickedelique: Ah donc il y a les César des tweets juste après avec Le Grand Webze. #Lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @nickedelique: Ah donc il y a les César des tweets juste après avec Le Grand Webze. #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1106000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @nickedelique: Ah donc il y a les C\\u00e9sar des tweets juste apr\\u00e8s avec Le Grand Webze. #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"nickedelique\",\"indices\":[3,16],\"id_str\":\"23947145\",\"name\":\"Nick\",\"id\":23947145}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[88,92]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Ah donc il y a les C\\u00e9sar des tweets juste apr\\u00e8s avec Le Grand Webze. #Lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[70,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173172661923491840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":824,\"screen_name\":\"nickedelique\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10783,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/154684216\\/Dock.jpg\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":45,\"profile_link_color\":\"BF1238\",\"followers_count\":784,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1189788719\\/Machete_normal.jpg\",\"description\":\"Je suis quadriliste. Je suis aussi la r\\u00e9incarnation d'Anne Roumanoff et BHL r\\u00e9unis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"BF1238\",\"id_str\":\"23947145\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/154684216\\/Dock.jpg\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1189788719\\/Machete_normal.jpg\",\"name\":\"Nick\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 12 13:35:43 +0000 2009\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":23947145,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173172661923491840,\"created_at\":\"Fri Feb 24 22:29:14 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179840277647360\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":210,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179840277647360,\"created_at\":\"Fri Feb 24 22:57:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1106000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "094771d8-dc91-4b6f-8606-eb9944ee0c8d-173179840277647360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "D'autres sketchs de prévu avec @Monsieur_Poulpe ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1794196247/serious-cat_-_Copie__2__normal.jpg" +}, +"title": "victor lehoussine: D'autres sketchs de prévu avec @Monsieur_Poulpe ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1107000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"D'autres sketchs de pr\\u00e9vu avec @Monsieur_Poulpe ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Monsieur_Poulpe\",\"indices\":[31,47],\"id_str\":\"101887303\",\"name\":\"Monsieur Poulpe\",\"id\":101887303}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179847143731200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":103,\"screen_name\":\"vodevil_art\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":156,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/412042973\\/colour.jpg\",\"location\":\"rennes\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1794196247\\/serious-cat_-_Copie__2__normal.jpg\",\"description\":\"#Geek & #Gamer et occasionnellement \\u00e9tudiant en M1 #communication \\u00e0 Rennes :: La t\\u00eate et la peau dans les \\u00e9toiles :: Musicien \\u00e0 la recherche de nouveaux projets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"169166835\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412042973\\/colour.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1794196247\\/serious-cat_-_Copie__2__normal.jpg\",\"name\":\"victor lehoussine\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 21 18:17:32 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":169166835,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179847143731200,\"created_at\":\"Fri Feb 24 22:57:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1107000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fda22273-1c35-46c8-b046-bd2fdc2c9327-173179847143731200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw han ça taille !", +"img": { +"src": "http://a2.twimg.com/profile_images/1762170512/women_money_pinup_vintage_art_illustration-364a738eb03fb38dc7830aa0cd17b1cf_h_normal.jpg" +}, +"title": "soboogie: #lgw han ça taille !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1109000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw han \\u00e7a taille !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179852768288768\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"So_boogiest\",\"lang\":\"fr\",\"favourites_count\":99,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":324,\"location\":\" x \",\"profile_text_color\":\"333333\",\"followers_count\":369,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1762170512\\/women_money_pinup_vintage_art_illustration-364a738eb03fb38dc7830aa0cd17b1cf_h_normal.jpg\",\"description\":\"...Loading...\",\"statuses_count\":6268,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/376334920\\/imagesCAN0J445.jpg\",\"show_all_inline_media\":true,\"listed_count\":33,\"profile_link_color\":\"605196\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"232297271\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"soboogie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/376334920\\/imagesCAN0J445.jpg\",\"created_at\":\"Thu Dec 30 19:30:19 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":232297271,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.lesmecsquifumentdesmentholssontsuspects.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1762170512\\/women_money_pinup_vintage_art_illustration-364a738eb03fb38dc7830aa0cd17b1cf_h_normal.jpg\"},\"truncated\":false,\"id\":173179852768288768,\"created_at\":\"Fri Feb 24 22:57:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1109000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2ee47ad2-e0db-4952-a7cb-cb8adf7eebb7-173179852768288768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Parler tous en même temps aussi c'est étrange. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: Parler tous en même temps aussi c'est étrange. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1109000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Parler tous en m\\u00eame temps aussi c'est \\u00e9trange. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179853531643906\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5843,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179853531643906,\"created_at\":\"Fri Feb 24 22:57:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1109000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "64a8289f-9a82-412d-8521-8a35f22eb316-173179853531643906" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ça a bien changer le décor du #lgw depuis le dernier que j'ai regardé (le premier)", +"img": { +"src": "http://a2.twimg.com/profile_images/1636820152/image_normal.jpg" +}, +"title": "SmonC: ça a bien changer le décor du #lgw depuis le dernier que j'ai regardé (le premier)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1110000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"\\u00e7a a bien changer le d\\u00e9cor du #lgw depuis le dernier que j'ai regard\\u00e9 (le premier)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179859307216897\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"SmonC\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":225,\"location\":\"Nice\",\"profile_text_color\":\"333333\",\"description\":\"gamer \\/ p\\u00e8re \\/ un chat \\/ ni\\u00e7ois-corse \\/ de gauche \\/ footeux \\/ alcoolique \\/ fain\\u00e9ant \\/ TweetMyLife\",\"statuses_count\":3334,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/287758873\\/Angrylunch-www.bouletcorp.com.png\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":105,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1636820152\\/image_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"47291317\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"SmonC\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/287758873\\/Angrylunch-www.bouletcorp.com.png\",\"created_at\":\"Mon Jun 15 08:25:13 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":47291317,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/smonc.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1636820152\\/image_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173179859307216897,\"created_at\":\"Fri Feb 24 22:57:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1110000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "abc03e5b-0ed5-418f-b763-cb5bd1124c46-173179859307216897" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "le plateau du #LGW ça fait un peu #TRON ^^", +"img": { +"src": "http://a1.twimg.com/profile_images/1633923341/tn48_normal.png" +}, +"title": "msiou: le plateau du #LGW ça fait un peu #TRON ^^", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1112000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"le plateau du #LGW \\u00e7a fait un peu #TRON ^^\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[14,18]},{\"text\":\"TRON\",\"indices\":[34,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179867830038528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":226,\"screen_name\":\"msiou\",\"lang\":\"en\",\"profile_text_color\":\"d28730\",\"statuses_count\":48129,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/358227164\\/3097-mur-en-bois-WallFizz.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":42,\"profile_link_color\":\"4a9ba8\",\"followers_count\":212,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1633923341\\/tn48_normal.png\",\"description\":\"blogueur sur http:\\/\\/msiou.net \\r\\namoureux de la musique sur http:\\/\\/lapausemeuzicale.tumblr.com \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"10070792\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/358227164\\/3097-mur-en-bois-WallFizz.jpg\",\"profile_sidebar_fill_color\":\"fff3b5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633923341\\/tn48_normal.png\",\"name\":\"msiou\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 08 16:30:52 +0000 2007\",\"profile_sidebar_border_color\":\"c9b766\",\"id\":10070792,\"utc_offset\":3600,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179867830038528,\"created_at\":\"Fri Feb 24 22:57:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1112000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef4e9d3a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9f28d672-5b39-4527-8093-46641c83863e-173179867830038528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Ah ! ils bashent bien comme il faut Florence Foresti. J'aime.", +"img": { +"src": "http://a3.twimg.com/profile_images/1827652074/La-tetocarre_normal.jpeg" +}, +"title": "Pharmaciencien: #lgw Ah ! ils bashent bien comme il faut Florence Foresti. J'aime.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1113000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Ah ! ils bashent bien comme il faut Florence Foresti. J'aime.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179872930316288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":460,\"screen_name\":\"Pharmaciencien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1073,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Angers\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"990000\",\"followers_count\":90,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1827652074\\/La-tetocarre_normal.jpeg\",\"description\":\"P3. 19 ans. La politique, les convictions en moins (http:\\/\\/bit.ly\\/zNiJR2). Et des blagues de merde sur les m\\u00e9dicaments desfois #politique #sante #pharmacie \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"206681146\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827652074\\/La-tetocarre_normal.jpeg\",\"name\":\"Pharmaciencien\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 23 13:46:37 +0000 2010\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":206681146,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179872930316288,\"created_at\":\"Fri Feb 24 22:57:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1113000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b28ee235-e70a-4c68-aaee-54a740433927-173179872930316288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin #Ilreste bien évidemment #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1561040191/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg" +}, +"title": "Pauline : François Rollin #Ilreste bien évidemment #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1113000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Fran\\u00e7ois Rollin #Ilreste bien \\u00e9videmment #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Ilreste\",\"indices\":[16,24]},{\"text\":\"lgw\",\"indices\":[41,45]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179873160986624\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"PolineLP\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":62,\"location\":\"Lorient\",\"profile_text_color\":\"333333\",\"description\":\"Accro aux s\\u00e9ries, \\u00e0 l'humour & \\u00e0 la musique mais aussi \\u00e9tudiante en M1 Professorat des \\u00e9coles quelque part en Bretagne...\",\"statuses_count\":1379,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"990000\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"380413697\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Pauline \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"created_at\":\"Mon Sep 26 16:18:08 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":380413697,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173179873160986624,\"created_at\":\"Fri Feb 24 22:57:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1113000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6485258b-bb7a-47ae-8235-93bad1ebe7e2-173179873160986624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "cc les filles #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: cc les filles #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1115000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"cc les filles #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"ilpart\",\"indices\":[19,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179880844967937\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1207,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179880844967937,\"created_at\":\"Fri Feb 24 22:57:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1115000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a8666dfe-7df4-4246-9f2f-926a33717e44-173179880844967937" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Direct8 #DirectStar Palmashow dans #LGW sur France 5.. 100.000.000 vues dejà sur YT DM et D8.fr ;;))))", +"img": { +"src": "http://a0.twimg.com/profile_images/1338345650/logo_normal.JPG" +}, +"title": "Direct Star: #Direct8 #DirectStar Palmashow dans #LGW sur France 5.. 100.000.000 vues dejà sur YT DM et D8.fr ;;))))", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1115000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Direct8 #DirectStar Palmashow dans #LGW sur France 5.. 100.000.000 vues dej\\u00e0 sur YT DM et D8.fr ;;))))\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Direct8\",\"indices\":[0,8]},{\"text\":\"DirectStar\",\"indices\":[9,20]},{\"text\":\"LGW\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179881524445185\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1161,\"screen_name\":\"Direct_Star\",\"lang\":\"fr\",\"profile_text_color\":\"a3a0a3\",\"statuses_count\":6244,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/336839484\\/appli_v2_background_twitter.JPG\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":90,\"profile_link_color\":\"a8a8a8\",\"followers_count\":7302,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1338345650\\/logo_normal.JPG\",\"description\":\"Musique, Mangas, S\\u00e9ries, Cin\\u00e9, Sports... Retrouvez-nous sur #DirectStar, la cha\\u00eene entertainment du groupe Bollor\\u00e9. http:\\/\\/www.facebook.com\\/Directstar.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"163272331\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/336839484\\/appli_v2_background_twitter.JPG\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1338345650\\/logo_normal.JPG\",\"name\":\"Direct Star\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 06 00:31:42 +0000 2010\",\"profile_sidebar_border_color\":\"969696\",\"id\":163272331,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/www.directstar.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179881524445185,\"created_at\":\"Fri Feb 24 22:57:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1115000, +"tags": [ +{ +"id-ref": "ef4f0b26-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef4f0fcc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e94babab-fe3b-47ce-a92d-2884c9169fe8-173179881524445185" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je me sens un peu étranger là ... ils parlent de quoi là les mecs du #lgw #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: Je me sens un peu étranger là ... ils parlent de quoi là les mecs du #lgw #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1119000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je me sens un peu \\u00e9tranger l\\u00e0 ... ils parlent de quoi l\\u00e0 les mecs du #lgw #cQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]},{\"text\":\"cQui\",\"indices\":[74,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179894967173120\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13678,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"location\":\"Ile de France, Nancy, Toulois\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"name\":\"Godai Yusaku\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":76995130,\"utc_offset\":3600,\"favourites_count\":68,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179894967173120,\"created_at\":\"Fri Feb 24 22:57:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1119000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fdcfd078-fc50-456b-b72f-fc93f8159dda-173179894967173120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Palmashow : pâles machos #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1772965923/tw_13213657_1327237886_normal.jpg" +}, +"title": "duanyer: Palmashow : pâles machos #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1123000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Palmashow : p\\u00e2les machos #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179913547956224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":830,\"screen_name\":\"duanyer\",\"lang\":\"fr\",\"profile_text_color\":\"050505\",\"statuses_count\":17181,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/143862310\\/GetImage.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":51,\"profile_link_color\":\"0026ff\",\"followers_count\":852,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1772965923\\/tw_13213657_1327237886_normal.jpg\",\"description\":\"Mon ambition est de devenir l'idiot du village. J'y suis presque.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8a6e2d\",\"id_str\":\"23742784\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/143862310\\/GetImage.jpg\",\"profile_sidebar_fill_color\":\"e2ed7c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1772965923\\/tw_13213657_1327237886_normal.jpg\",\"name\":\"duanyer\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 09:59:57 +0000 2009\",\"profile_sidebar_border_color\":\"d96666\",\"id\":23742784,\"utc_offset\":3600,\"favourites_count\":1310,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179913547956224,\"created_at\":\"Fri Feb 24 22:58:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1123000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c2265508-8725-424e-b0f3-b3e5a1be4bc2-173179913547956224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cqui", +"img": { +"src": "http://a1.twimg.com/profile_images/1655253901/photo_profile_normal.jpg" +}, +"title": "jeremy: #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1123000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179915217285121\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"jeremee28\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":18,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1655253901\\/photo_profile_normal.jpg\",\"description\":\"\",\"statuses_count\":101,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"26977076\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"jeremy\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Mar 27 09:36:59 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":26977076,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1655253901\\/photo_profile_normal.jpg\"},\"truncated\":false,\"id\":173179915217285121,\"created_at\":\"Fri Feb 24 22:58:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1123000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "676bfca8-f232-4a4a-84eb-d6cb4f04cd67-173179915217285121" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il faudrait peut être un peu plus de public #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1289428579/My_HipstaPrint_0_normal.jpg" +}, +"title": "Estelle Micheau: Il faudrait peut être un peu plus de public #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1123000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il faudrait peut \\u00eatre un peu plus de public #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179915200512000\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"EstelleMicheau\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":120,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":1800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1289428579\\/My_HipstaPrint_0_normal.jpg\",\"description\":\"Chanteuse lyrique et com\\u00e9dienne\",\"statuses_count\":1080,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/429391744\\/My_HipstaPrint_0.jpg\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"273101501\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Estelle Micheau\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429391744\\/My_HipstaPrint_0.jpg\",\"created_at\":\"Sun Mar 27 20:49:14 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":273101501,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/estelle-micheau.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1289428579\\/My_HipstaPrint_0_normal.jpg\"},\"truncated\":false,\"id\":173179915200512000,\"created_at\":\"Fri Feb 24 22:58:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1123000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "17adffe0-3341-4465-bff5-c88ba9f302e1-173179915200512000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin #ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1592192908/DKen_MG_5127_Small_normal.jpeg" +}, +"title": "Antoine Dubuquoy: Rollin #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1124000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[7,15]},{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179916697874433\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1104,\"screen_name\":\"dubuc64\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":12388,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"location\":\"Paris (France)\",\"show_all_inline_media\":false,\"listed_count\":117,\"profile_link_color\":\"ff0000\",\"followers_count\":1732,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"description\":\"Digital Media Strategist - Social Media, Community Management - Rock & pop culture guru - Auteur avec @nicoprat des Miscellan\\u00e9es d'Internet parution le 12\\/01\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"10731962\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"profile_sidebar_fill_color\":\"eeeeee\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"name\":\"Antoine Dubuquoy\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 30 07:20:52 +0000 2007\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":10731962,\"utc_offset\":3600,\"favourites_count\":339,\"url\":\"http:\\/\\/www.dubucsblog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179916697874433,\"created_at\":\"Fri Feb 24 22:58:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1124000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "13c0a296-9665-4ca2-a904-a796aa4d0eb8-173179916697874433" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @devantlatele: Le Grand Webze #LGW (France 5) et #CI prennent le relais... http://t.co/FjreRlli #SocialTV", +"img": { +"src": "http://a0.twimg.com/profile_images/1829448981/douani_gris_normal.jpeg" +}, +"title": "damien douani: RT @devantlatele: Le Grand Webze #LGW (France 5) et #CI prennent le relais... http://t.co/FjreRlli #SocialTV", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1124000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @devantlatele: Le Grand Webze #LGW (France 5) et #CI prennent le relais... http:\\/\\/t.co\\/FjreRlli #SocialTV\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"devantlatele\",\"indices\":[3,16],\"id_str\":\"99954195\",\"name\":\"Devant La T\\u00e9l\\u00e9\",\"id\":99954195}],\"urls\":[{\"indices\":[78,98],\"expanded_url\":\"http:\\/\\/devantlatele.com\\/audience\",\"display_url\":\"devantlatele.com\\/audience\",\"url\":\"http:\\/\\/t.co\\/FjreRlli\"}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[33,37]},{\"text\":\"CI\",\"indices\":[52,55]},{\"text\":\"SocialTV\",\"indices\":[99,108]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Le Grand Webze #LGW (France 5) et #CI prennent le relais... http:\\/\\/t.co\\/FjreRlli #SocialTV\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[60,80],\"expanded_url\":\"http:\\/\\/devantlatele.com\\/audience\",\"display_url\":\"devantlatele.com\\/audience\",\"url\":\"http:\\/\\/t.co\\/FjreRlli\"}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[15,19]},{\"text\":\"CI\",\"indices\":[34,37]},{\"text\":\"SocialTV\",\"indices\":[81,90]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179497540100096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":1658,\"screen_name\":\"devantlatele\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":2244,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":96,\"profile_link_color\":\"B40B43\",\"followers_count\":1792,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/677577122\\/devantlatele_normal.png\",\"description\":\"Social TV - Programme T\\u00e9l\\u00e9 Social - Commentaires en direct - La t\\u00e9l\\u00e9 \\u00e7a se partage !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"bfcd00\",\"id_str\":\"99954195\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/677577122\\/devantlatele_normal.png\",\"name\":\"Devant La T\\u00e9l\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 28 13:56:19 +0000 2009\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":99954195,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/devantlatele.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179497540100096,\"created_at\":\"Fri Feb 24 22:56:24 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179919092822017\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1507,\"screen_name\":\"damiendouani\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":24561,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":464,\"profile_link_color\":\"0084B4\",\"followers_count\":5556,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829448981\\/douani_gris_normal.jpeg\",\"description\":\"New media lover \\/ Digital curator \\/ Serial blogger \\/ #InnoNapo #IgniteParis co-organizer\\/ Innovation maven \\/ Creativity addict \\/ Alpha Geek \\/ FaDa social agency\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"8221752\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829448981\\/douani_gris_normal.jpeg\",\"name\":\"damien douani\",\"default_profile_image\":false,\"created_at\":\"Thu Aug 16 11:57:56 +0000 2007\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":8221752,\"utc_offset\":3600,\"favourites_count\":163,\"url\":\"http:\\/\\/www.damiendouani.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179919092822017,\"created_at\":\"Fri Feb 24 22:58:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1124000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef36d736-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "55e31e1b-cab1-4141-ac60-3855cc791423-173179919092822017" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Wesh #Palmashow trop chanmé ! J'kiff ma race fiiiiiiiiils de puuuuuuuute !", +"img": { +"src": "http://a1.twimg.com/profile_images/1256681641/68719_1710294475910_1194563810_31941243_1806970_n_normal.jpg" +}, +"title": "Jérémy Arent: #lgw Wesh #Palmashow trop chanmé ! J'kiff ma race fiiiiiiiiils de puuuuuuuute !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1126000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Wesh #Palmashow trop chanm\\u00e9 ! J'kiff ma race fiiiiiiiiils de puuuuuuuute !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"Palmashow\",\"indices\":[10,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179926273462272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":56,\"screen_name\":\"JayJayElPolski\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":14,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris \",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"9D582E\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1256681641\\/68719_1710294475910_1194563810_31941243_1806970_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"38247488\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1256681641\\/68719_1710294475910_1194563810_31941243_1806970_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my Arent\",\"default_profile_image\":false,\"created_at\":\"Wed May 06 18:49:50 +0000 2009\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":38247488,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179926273462272,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1126000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef203116-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "69ae9aac-f9d6-4f3e-875b-1fe8a83baf87-173179926273462272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1808119203/Capture_d__cran_2012-02-06___11.43.34_normal.png" +}, +"title": "palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1126000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1785,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54578,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1126000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d8a20d3b-fb7b-4b1d-b27d-88bf0258cf40-173179924620910593" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La chemise #elleReste ou #ellePart ?? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: La chemise #elleReste ou #ellePart ?? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1126000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La chemise #elleReste ou #ellePart ?? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"elleReste\",\"indices\":[11,21]},{\"text\":\"ellePart\",\"indices\":[25,34]},{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179926655139840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10392,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179926655139840,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1126000, +"tags": [ +{ +"id-ref": "ef5001ac-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef14c7ea-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "45c56252-0989-41ec-b8e1-366645e3123c-173179926655139840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Fabarol: La 1ère expérience de social TV c'est maintenant, en direct, ds #LGW sur #france5. Des tweets qui volent, des avatars en ve ...", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" +}, +"title": "Couleurs: RT @Fabarol: La 1ère expérience de social TV c'est maintenant, en direct, ds #LGW sur #france5. Des tweets qui volent, des avatars en ve ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1126000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Fabarol: La 1\\u00e8re exp\\u00e9rience de social TV c'est maintenant, en direct, ds #LGW sur #france5. Des tweets qui volent, des avatars en ve ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Fabarol\",\"indices\":[3,11],\"id_str\":\"110388053\",\"name\":\"Fabienne BAROLLIER\",\"id\":110388053}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[77,81]},{\"text\":\"france5\",\"indices\":[86,94]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"La 1\\u00e8re exp\\u00e9rience de social TV c'est maintenant, en direct, ds #LGW sur #france5. Des tweets qui volent, des avatars en veux-tu en voil\\u00e0 !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[64,68]},{\"text\":\"france5\",\"indices\":[73,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173173809376002048\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1041,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":317,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173173809376002048,\"created_at\":\"Fri Feb 24 22:33:48 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.alcatel-mobilephones.com\\\" rel=\\\"nofollow\\\"\\u003EAlcatel mTweet\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179926944555008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":20,\"screen_name\":\"Couleurs2\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"497423914\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"name\":\"Couleurs\",\"default_profile_image\":true,\"created_at\":\"Mon Feb 20 00:01:00 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":497423914,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173179926944555008,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1126000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5c236140-77cc-4159-b081-a6ab05279c65-173179926944555008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Comment ça marche? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1675703673/Photo-0134_normal.jpg" +}, +"title": "Georges Dolz: Comment ça marche? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1129000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Comment \\u00e7a marche? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179937346433025\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":81,\"screen_name\":\"GeorgesDolz\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1675703673\\/Photo-0134_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"429230125\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1675703673\\/Photo-0134_normal.jpg\",\"name\":\"Georges Dolz\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 05 18:30:42 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":429230125,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179937346433025,\"created_at\":\"Fri Feb 24 22:58:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1129000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "695d15e1-e75c-4f63-9efd-f55bb39e2b31-173179937346433025" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #ilreste #lgw ou s'il part, il part avec la chemise de vinvin ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1683806084/ProfilFB_normal.gif" +}, +"title": "Chris M: @LeGrandWebze #ilreste #lgw ou s'il part, il part avec la chemise de vinvin ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1129000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze #ilreste #lgw ou s'il part, il part avec la chemise de vinvin ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[14,22]},{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173176896102744065\",\"id_str\":\"173179939816869889\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173176896102744065,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":18,\"screen_name\":\"ChrisM_Paris\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683806084\\/ProfilFB_normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"432844367\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683806084\\/ProfilFB_normal.gif\",\"name\":\"Chris M\",\"default_profile_image\":false,\"created_at\":\"Fri Dec 09 21:08:29 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":432844367,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173179939816869889,\"created_at\":\"Fri Feb 24 22:58:09 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1129000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "237f3939-9d84-4a78-a2f9-7b56b83ecea8-173179939816869889" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze Pourquoi pas Deguau plutôt que Palmashow ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1727204040/image_normal.jpg" +}, +"title": "Marc Phalippou: @LeGrandWebze Pourquoi pas Deguau plutôt que Palmashow ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1130000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze Pourquoi pas Deguau plut\\u00f4t que Palmashow ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173176298422796288\",\"id_str\":\"173179940714450945\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173176298422796288,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1344,\"screen_name\":\"marcphalippou\",\"lang\":\"fr\",\"profile_text_color\":\"895429\",\"statuses_count\":2116,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"39BD91\",\"followers_count\":749,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\",\"description\":\"Bougnat \\u00e0 Paris, marchand d'id\\u00e9es et de confiance dans la com et l'assurance.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0D02\",\"id_str\":\"92352549\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"profile_sidebar_fill_color\":\"0E0D02\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\",\"name\":\"Marc Phalippou\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 20:05:52 +0000 2009\",\"profile_sidebar_border_color\":\"BEDFB6\",\"id\":92352549,\"utc_offset\":3600,\"favourites_count\":46,\"url\":\"http:\\/\\/www.facebook.com\\/profile.php?id=100001663745687\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173179940714450945,\"created_at\":\"Fri Feb 24 22:58:10 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1130000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6505af06-f822-4f1d-bab5-d49e70f03e40-173179940714450945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi cet éclairage pourri ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1255908033/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png" +}, +"title": "Crazou: C'est quoi cet éclairage pourri ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1130000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi cet \\u00e9clairage pourri ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179942371201026\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":50,\"screen_name\":\"crazou_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":154,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1255908033\\/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"120808218\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1255908033\\/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png\",\"name\":\"Crazou\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 07 16:26:59 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":120808218,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179942371201026,\"created_at\":\"Fri Feb 24 22:58:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1130000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5edae39a-abdf-42e7-902a-ba395dd75a10-173179942371201026" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "coucou @gregshow #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: coucou @gregshow #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1131000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"coucou @gregshow #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Gregshow\",\"indices\":[7,16],\"id_str\":\"23932076\",\"name\":\"Gregshow\",\"id\":23932076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179945026203648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83432,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179945026203648,\"created_at\":\"Fri Feb 24 22:58:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1131000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e95793b9-76c4-49e4-9b1b-24be9c25ff84-173179945026203648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "w0of! génial grace au grand WebZee #LGW on voit les tweets à la TV ^^", +"img": { +"src": "http://a0.twimg.com/profile_images/1421050001/logo_normal.jpg" +}, +"title": "FullHDReady w0of™: w0of! génial grace au grand WebZee #LGW on voit les tweets à la TV ^^", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1131000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"w0of! g\\u00e9nial grace au grand WebZee #LGW on voit les tweets \\u00e0 la TV ^^\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[36,40]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-1.2417438,46.1331208],[-1.1113977,46.1331208],[-1.1113977,46.1910004],[-1.2417438,46.1910004]]]},\"attributes\":{},\"full_name\":\"Rochelle, Charente-Maritime\",\"name\":\"Rochelle\",\"id\":\"3dfa1a0686b402fb\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/3dfa1a0686b402fb.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-1.15112631,46.15482580]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179946456453120\",\"geo\":{\"type\":\"Point\",\"coordinates\":[46.15482580,-1.15112631]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":728,\"screen_name\":\"FHDR\",\"lang\":\"fr\",\"profile_text_color\":\"2b0c13\",\"statuses_count\":97287,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/91803952\\/2010-04-13_10-10-17_90.38.71.125.jpg\",\"location\":\"La Rochelle, France\",\"show_all_inline_media\":true,\"listed_count\":672,\"profile_link_color\":\"dd5563\",\"followers_count\":7851,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421050001\\/logo_normal.jpg\",\"description\":\"w0of ! T\\u00e9l\\u00e9 Veilleur Tv Zappeur News Informations Humour (parfois) \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"19166979\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/91803952\\/2010-04-13_10-10-17_90.38.71.125.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421050001\\/logo_normal.jpg\",\"name\":\"FullHDReady w0of\\u2122\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 19 02:12:30 +0000 2009\",\"profile_sidebar_border_color\":\"816f46\",\"id\":19166979,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/www.fhdr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179946456453120,\"created_at\":\"Fri Feb 24 22:58:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1131000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ddb21b5f-0520-426d-b96f-40174218406f-173179946456453120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@enonciation Je t'ai aperçu sur le grand écran derrière eux en début d'émission. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1851110304/Picture_0480_normal.jpg" +}, +"title": "Swin Gum: @enonciation Je t'ai aperçu sur le grand écran derrière eux en début d'émission. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1132000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@enonciation Je t'ai aper\\u00e7u sur le grand \\u00e9cran derri\\u00e8re eux en d\\u00e9but d'\\u00e9mission. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"enonciation\",\"indices\":[0,12],\"id_str\":\"180816153\",\"name\":\"Enonciation\",\"id\":180816153}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[81,85]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173179782383665153\",\"id_str\":\"173179950852087808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173179782383665153,\"in_reply_to_user_id_str\":\"180816153\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":233,\"screen_name\":\"Swiinea\",\"lang\":\"fr\",\"profile_text_color\":\"71d6c9\",\"statuses_count\":4533,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362128090\\/swin.jpg\",\"location\":\"Lille - Pos\\u00e9e sur un cactus\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"807d7e\",\"followers_count\":581,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851110304\\/Picture_0480_normal.jpg\",\"description\":\"Les bios c'est pour les faibles ou pour les gens qui font un truc dans la vie tout \\u00e7a. Je suis Swin' et je suis n\\u00e9e pour \\u00eatre une larve. #HOULOULOU\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1d4c70\",\"id_str\":\"372532169\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362128090\\/swin.jpg\",\"profile_sidebar_fill_color\":\"1d4c70\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851110304\\/Picture_0480_normal.jpg\",\"name\":\"Swin Gum\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 12 23:11:47 +0000 2011\",\"profile_sidebar_border_color\":\"57ff57\",\"id\":372532169,\"utc_offset\":-10800,\"favourites_count\":360,\"url\":\"http:\\/\\/tchictchac.tumblr.com\\/\"},\"in_reply_to_screen_name\":\"enonciation\",\"truncated\":false,\"id\":173179950852087808,\"created_at\":\"Fri Feb 24 22:58:12 +0000 2012\",\"in_reply_to_user_id\":180816153}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1132000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "50c632f4-96ed-4bec-90bb-e39f5a39d97b-173179950852087808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le grand Webzé m'a fait découvrir le @palmashow. Je crois que je vais faire un tour de toile pour me faire plus de vidéos #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1679550294/Snapshot_20111206_4_normal.jpg" +}, +"title": "Nicolas Ljubenovic: Le grand Webzé m'a fait découvrir le @palmashow. Je crois que je vais faire un tour de toile pour me faire plus de vidéos #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1133000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le grand Webz\\u00e9 m'a fait d\\u00e9couvrir le @palmashow. Je crois que je vais faire un tour de toile pour me faire plus de vid\\u00e9os #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[37,47],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[122,126]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179954312380416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":41,\"screen_name\":\"N_Ljubenovic\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":69,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"990000\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1679550294\\/Snapshot_20111206_4_normal.jpg\",\"description\":\"Want to be a scientist and then shine among the stars with my own rocket !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"177648576\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1679550294\\/Snapshot_20111206_4_normal.jpg\",\"name\":\"Nicolas Ljubenovic\",\"default_profile_image\":false,\"created_at\":\"Thu Aug 12 18:15:11 +0000 2010\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":177648576,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179954312380416,\"created_at\":\"Fri Feb 24 22:58:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1133000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "57b1c5c4-9c3b-4578-ac13-b0b8a94cdf9d-173179954312380416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@SolangeTeParle a de beaux cheveux vu d'ici. #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1803065777/me_w_arb_normal.jpg" +}, +"title": "Zacal: @SolangeTeParle a de beaux cheveux vu d'ici. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1134000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@SolangeTeParle a de beaux cheveux vu d'ici. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[0,15],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179958657687552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"417867146\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":602,\"screen_name\":\"zacal33\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3675,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"followers_count\":258,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"description\":\"Si on remboursait le temps perdu, je serais riche. Politiquement ambidextre asym\\u00e9trique, dominante h\\u00e9misph\\u00e8re gauche. Serial retweeter de @solangeteparle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"51889223\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"name\":\"Zacal\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 28 23:59:26 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":51889223,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":\"SolangeTeParle\",\"truncated\":false,\"id\":173179958657687552,\"created_at\":\"Fri Feb 24 22:58:14 +0000 2012\",\"in_reply_to_user_id\":417867146}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1134000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "576df6be-3dd9-4464-a831-c8eca52702e3-173179958657687552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "OP je passe sur #France5 avec #LGW !", +"img": { +"src": "http://a2.twimg.com/profile_images/1772675299/Avatar_Le_a_normal.png" +}, +"title": "Marine La Maudite: OP je passe sur #France5 avec #LGW !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1135000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"OP je passe sur #France5 avec #LGW !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"France5\",\"indices\":[16,24]},{\"text\":\"LGW\",\"indices\":[30,34]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-2.8378013,48.1224931],[-2.650921,48.1224931],[-2.650921,48.2244728],[-2.8378013,48.2244728]]]},\"attributes\":{},\"full_name\":\"Loud\\u00e9ac, C\\u00f4tes-d'Armor\",\"name\":\"Loud\\u00e9ac\",\"id\":\"dd6b92f876374a20\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/dd6b92f876374a20.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-2.75367899,48.18237367]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179964080914432\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.18237367,-2.75367899]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":303,\"screen_name\":\"M_LaMaudite\",\"lang\":\"fr\",\"profile_text_color\":\"89c5c7\",\"statuses_count\":6847,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/407968467\\/wallpaper-twitter-54-1280x800.jpg\",\"location\":\"48.118799, -1.706661\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"9689c7\",\"followers_count\":324,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1772675299\\/Avatar_Le_a_normal.png\",\"description\":\"Propri\\u00e9taire de mlamaudite.fr-S\\u00e9ries-Films-JV-\\r\\nMembre du bureau de @AssoUSETIC, \\u00e9tudiante en LP #USETIC et Stagiaire #Educationalimage \\u00e0 Clair Obscur, Rennes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"509ec2\",\"id_str\":\"132459946\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/407968467\\/wallpaper-twitter-54-1280x800.jpg\",\"profile_sidebar_fill_color\":\"2e2e2e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1772675299\\/Avatar_Le_a_normal.png\",\"name\":\"Marine La Maudite\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 13 08:53:32 +0000 2010\",\"profile_sidebar_border_color\":\"2e2e2e\",\"id\":132459946,\"utc_offset\":3600,\"favourites_count\":20,\"url\":\"http:\\/\\/mlamaudite.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179964080914432,\"created_at\":\"Fri Feb 24 22:58:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1135000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4fd61bf9-69b6-44bf-a00a-fcf9dd70bf64-173179964080914432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh une geek dans #lgw cc @FlorencePorcel", +"img": { +"src": "http://a2.twimg.com/profile_images/1714137717/For_the_fuck_normal.png" +}, +"title": "o0REL: Oh une geek dans #lgw cc @FlorencePorcel", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1135000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Oh une geek dans #lgw cc @FlorencePorcel\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[25,40],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179961870532608\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"o0REL\",\"lang\":\"fr\",\"favourites_count\":2680,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":147,\"location\":\"\",\"profile_text_color\":\"634047\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"description\":\"A base de compote\",\"statuses_count\":6741,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"9aa6a1\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"636566\",\"protected\":false,\"id_str\":\"69682753\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"o0REL\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"created_at\":\"Fri Aug 28 20:12:55 +0000 2009\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":69682753,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/o0rel.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\"},\"truncated\":false,\"id\":173179961870532608,\"created_at\":\"Fri Feb 24 22:58:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1135000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b6667add-024b-4c04-999f-a658dc7e04f7-173179961870532608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Quand est-ce qu'ils annoncent le palmares des cesars? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/569365839/entrbtn2_normal.gif" +}, +"title": "Screech Cubik: Quand est-ce qu'ils annoncent le palmares des cesars? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1136000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Quand est-ce qu'ils annoncent le palmares des cesars? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179969160224770\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"s_cubik\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":57,\"location\":\"Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":74,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/569365839\\/entrbtn2_normal.gif\",\"description\":\"\",\"statuses_count\":1288,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Brussels\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"96092449\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Screech Cubik\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Dec 11 09:16:29 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":96092449,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.talkgeekytome.net\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/569365839\\/entrbtn2_normal.gif\"},\"truncated\":false,\"id\":173179969160224770,\"created_at\":\"Fri Feb 24 22:58:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1136000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4c8b5fef-b448-4d19-9a6a-a7d91d15ee45-173179969160224770" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Concernant la chemise on va arrêter là hein @Vinvin !", +"img": { +"src": "http://a1.twimg.com/profile_images/1541259223/Marko_normal.jpg" +}, +"title": "Pereira Yohan: #lgw Concernant la chemise on va arrêter là hein @Vinvin !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1137000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Concernant la chemise on va arr\\u00eater l\\u00e0 hein @Vinvin !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[49,56],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179972167540736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"PereiraYohan\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":149,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099B9\",\"followers_count\":20,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1541259223\\/Marko_normal.jpg\",\"description\":\"Anim\\u00e9 par la Swaggance discr\\u00e8te. (Parfois m\\u00eame avec le style d'veste qui s'pr\\u00eate)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"256120874\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1541259223\\/Marko_normal.jpg\",\"name\":\"Pereira Yohan\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 22 18:09:57 +0000 2011\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":256120874,\"utc_offset\":null,\"favourites_count\":56,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179972167540736,\"created_at\":\"Fri Feb 24 22:58:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1137000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "59249cc7-f464-451e-b70f-b5d17d89f81a-173179972167540736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je rêve où #lgw sur @france5tv a balancé des tweets sur un mur à la télé comme ça ? :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1635762650/moi_normal.jpg" +}, +"title": "Mascottus | Philippe: Je rêve où #lgw sur @france5tv a balancé des tweets sur un mur à la télé comme ça ? :)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1138000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je r\\u00eave o\\u00f9 #lgw sur @france5tv a balanc\\u00e9 des tweets sur un mur \\u00e0 la t\\u00e9l\\u00e9 comme \\u00e7a ? :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[20,30],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179975938211843\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3743,\"screen_name\":\"pcouzon\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":31532,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418461086\\/cw_background_9.jpg\",\"location\":\"tcp\\/ip\",\"show_all_inline_media\":true,\"listed_count\":372,\"profile_link_color\":\"D02B55\",\"followers_count\":3787,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1635762650\\/moi_normal.jpg\",\"description\":\"Community manager, strat\\u00e9gie en ligne, @digidust, formation #iscpa. Live-tweet perso sur @pconversation Ces tweets n'engagent que moi.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"14899497\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418461086\\/cw_background_9.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1635762650\\/moi_normal.jpg\",\"name\":\"Mascottus | Philippe\",\"default_profile_image\":false,\"created_at\":\"Sun May 25 15:34:25 +0000 2008\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":14899497,\"utc_offset\":3600,\"favourites_count\":70,\"url\":\"http:\\/\\/about.me\\/pcouzon\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179975938211843,\"created_at\":\"Fri Feb 24 22:58:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1138000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "50ffe58c-7c86-40a9-af84-a5aae89ccb2f-173179975938211843" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze ... C'est bien beau de comptabiliser les tweets ....mais encore faut il les lire #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1826253762/gifs__20__normal.gif" +}, +"title": "Systaime: @LeGrandWebze ... C'est bien beau de comptabiliser les tweets ....mais encore faut il les lire #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1138000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze ... C'est bien beau de comptabiliser les tweets ....mais encore faut il les lire #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179977771139072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"systaime18\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3206,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":40,\"profile_link_color\":\"080808\",\"followers_count\":394,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"758882\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"profile_sidebar_fill_color\":\"f5ed08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"name\":\"Systaime\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 08 22:13:03 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":758882,\"utc_offset\":3600,\"favourites_count\":110,\"url\":\"http:\\/\\/www.systaime.com\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173179977771139072,\"created_at\":\"Fri Feb 24 22:58:18 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1138000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3ffbc67c-2374-4b29-a9bd-a54c8421a0c0-173179977771139072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ZiWeb Is On Tivi #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1570958168/air_normal.png" +}, +"title": "Dr. Griffin: ZiWeb Is On Tivi #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1139000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"ZiWeb Is On Tivi #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179981319520256\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"4d82a1\",\"screen_name\":\"Monanorak\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":60,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1570958168\\/air_normal.png\",\"description\":\"Accroc \\u00e0 l'information en temps r\\u00e9el. #Geek je le suis certainement. Mon prochain objectif ? Devenir un #Nerd.\",\"statuses_count\":85,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/257582836\\/vintage.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"2e6299\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ebedbb\",\"protected\":false,\"id_str\":\"299290057\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Dr. Griffin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257582836\\/vintage.jpg\",\"created_at\":\"Sun May 15 20:35:17 +0000 2011\",\"profile_sidebar_fill_color\":\"eaebc5\",\"id\":299290057,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1570958168\\/air_normal.png\"},\"truncated\":false,\"id\":173179981319520256,\"created_at\":\"Fri Feb 24 22:58:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1139000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "165f6841-cebc-4db3-b1cb-b1369b1f8a46-173179981319520256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "la chemise #ellepart #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1664610739/n11522806_32199384_5938_normal.jpg" +}, +"title": "pepetch: la chemise #ellepart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1139000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"la chemise #ellepart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ellepart\",\"indices\":[11,20]},{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179980845555712\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":557,\"screen_name\":\"pepetch\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":998,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Villeurbanne\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1664610739\\/n11522806_32199384_5938_normal.jpg\",\"description\":\"Helene, 26 ans, Lyon\\/Villeurbanne, PS, MJS. Tweete politique, actu, cuisine, et vie quotidienne... \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"43307152\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1664610739\\/n11522806_32199384_5938_normal.jpg\",\"name\":\"pepetch\",\"default_profile_image\":false,\"created_at\":\"Fri May 29 10:22:59 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":43307152,\"utc_offset\":null,\"favourites_count\":9,\"url\":\"http:\\/\\/www.tumblr.com\\/tumblelog\\/pepetch\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179980845555712,\"created_at\":\"Fri Feb 24 22:58:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1139000, +"tags": [ +{ +"id-ref": "ef5001ac-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d50c6597-559c-4451-838f-f4e2da5f6cc6-173179980845555712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "le 06 de la robe rouge , #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: le 06 de la robe rouge , #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1140000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"le 06 de la robe rouge , #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"ilpart\",\"indices\":[30,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179983869648896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179983869648896,\"created_at\":\"Fri Feb 24 22:58:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1140000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8e8cf5ab-3524-407b-a776-92a30810e4a0-173179983869648896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Jali: #lgw #ilchange2chemise ou #ilpart", +"img": { +"src": "http://a1.twimg.com/profile_images/1768828512/photoNicoS_normal.jpg" +}, +"title": "nicolasauret: RT @Jali: #lgw #ilchange2chemise ou #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1142000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Jali: #lgw #ilchange2chemise ou #ilpart\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Jali\",\"indices\":[3,8],\"id_str\":\"8064742\",\"name\":\"jali\",\"id\":8064742}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]},{\"text\":\"ilchange2chemise\",\"indices\":[15,32]},{\"text\":\"ilpart\",\"indices\":[36,43]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilchange2chemise ou #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilchange2chemise\",\"indices\":[5,22]},{\"text\":\"ilpart\",\"indices\":[26,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.netvibes.com\\/\\\" rel=\\\"nofollow\\\"\\u003ENetvibes Official Widget\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179605312745473\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":110,\"screen_name\":\"Jali\",\"lang\":\"fr\",\"profile_text_color\":\"574b57\",\"statuses_count\":30518,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"FR\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"name\":\"jali\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":8064742,\"utc_offset\":3600,\"favourites_count\":148,\"url\":\"http:\\/\\/www.jali.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179605312745473,\"created_at\":\"Fri Feb 24 22:56:50 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179992480550912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":139,\"screen_name\":\"nicolasauret\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":621,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":12,\"profile_link_color\":\"0084B4\",\"followers_count\":186,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768828512\\/photoNicoS_normal.jpg\",\"description\":\"Founder of Inflammable Productions, producer for new media + project manager @IRI Centre Pompidou\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"293395401\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768828512\\/photoNicoS_normal.jpg\",\"name\":\"nicolasauret\",\"default_profile_image\":false,\"created_at\":\"Thu May 05 08:31:25 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":293395401,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.inflammableproductions.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179992480550912,\"created_at\":\"Fri Feb 24 22:58:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1142000, +"tags": [ +{ +"id-ref": "ef47f0f2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4018e710-1313-438b-94a6-a8181a277b19-173179992480550912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @VivianRoldo: #cesar2012 étant terminé, on passe sur #france5 pour #lgw :)", +"img": { +"src": "http://a3.twimg.com/profile_images/1619111722/DSC05656_normal.jpg" +}, +"title": "William: RT @VivianRoldo: #cesar2012 étant terminé, on passe sur #france5 pour #lgw :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1143000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @VivianRoldo: #cesar2012 \\u00e9tant termin\\u00e9, on passe sur #france5 pour #lgw :)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"VivianRoldo\",\"indices\":[3,15],\"name\":\"Vivian\",\"id_str\":\"5786832\",\"id\":5786832}],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[17,27]},{\"text\":\"france5\",\"indices\":[56,64]},{\"text\":\"lgw\",\"indices\":[70,74]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cesar2012 \\u00e9tant termin\\u00e9, on passe sur #france5 pour #lgw :)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[0,10]},{\"text\":\"france5\",\"indices\":[39,47]},{\"text\":\"lgw\",\"indices\":[53,57]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173178701909983232\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"444444\",\"screen_name\":\"VivianRoldo\",\"lang\":\"fr\",\"favourites_count\":218,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1084,\"location\":\"Paris\",\"profile_text_color\":\"000000\",\"followers_count\":866,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1436789815\\/mypictr_300x300_normal.jpg\",\"description\":\"Animateur du podcast audio de cin\\u00e9ma @Satoorn pour @NoWatch. \\u00c9tudiant de @LeMaster226 de @Paris_Dauphine, promo 2012. CM pour @CrossVideoDays.\",\"statuses_count\":11961,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/149894981\\/background.jpg\",\"show_all_inline_media\":true,\"listed_count\":47,\"profile_link_color\":\"ffbb0f\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"333333\",\"protected\":false,\"id_str\":\"5786832\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Vivian\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/149894981\\/background.jpg\",\"created_at\":\"Sat May 05 11:02:31 +0000 2007\",\"profile_sidebar_fill_color\":\"\",\"id\":5786832,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/vivianroldo.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1436789815\\/mypictr_300x300_normal.jpg\"},\"truncated\":false,\"id\":173178701909983232,\"created_at\":\"Fri Feb 24 22:53:14 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179996712611842\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Scofred_\",\"lang\":\"en\",\"favourites_count\":117,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":822,\"location\":\"France, Paris\",\"profile_text_color\":\"333333\",\"followers_count\":620,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"description\":\"160 caract\\u00e8res, c'est trop peu ! Ma bio - http:\\/\\/about.me\\/scofred\",\"statuses_count\":18664,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"131299967\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"William\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"created_at\":\"Fri Apr 09 21:48:10 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":131299967,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/scofred.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\"},\"truncated\":false,\"id\":173179996712611842,\"created_at\":\"Fri Feb 24 22:58:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1143000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "573e4cee-63ae-4838-b184-6d1a407ad7af-173179996712611842" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @devantlatele: Le Grand Webze #LGW (France 5) et #CI prennent le relais... http://t.co/FjreRlli #SocialTV", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: RT @devantlatele: Le Grand Webze #LGW (France 5) et #CI prennent le relais... http://t.co/FjreRlli #SocialTV", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1144000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @devantlatele: Le Grand Webze #LGW (France 5) et #CI prennent le relais... http:\\/\\/t.co\\/FjreRlli #SocialTV\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"devantlatele\",\"indices\":[3,16],\"id_str\":\"99954195\",\"name\":\"Devant La T\\u00e9l\\u00e9\",\"id\":99954195}],\"urls\":[{\"indices\":[78,98],\"expanded_url\":\"http:\\/\\/devantlatele.com\\/audience\",\"display_url\":\"devantlatele.com\\/audience\",\"url\":\"http:\\/\\/t.co\\/FjreRlli\"}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[33,37]},{\"text\":\"CI\",\"indices\":[52,55]},{\"text\":\"SocialTV\",\"indices\":[99,108]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Le Grand Webze #LGW (France 5) et #CI prennent le relais... http:\\/\\/t.co\\/FjreRlli #SocialTV\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[60,80],\"expanded_url\":\"http:\\/\\/devantlatele.com\\/audience\",\"display_url\":\"devantlatele.com\\/audience\",\"url\":\"http:\\/\\/t.co\\/FjreRlli\"}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[15,19]},{\"text\":\"CI\",\"indices\":[34,37]},{\"text\":\"SocialTV\",\"indices\":[81,90]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179497540100096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":1658,\"screen_name\":\"devantlatele\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":2244,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":96,\"profile_link_color\":\"B40B43\",\"followers_count\":1792,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/677577122\\/devantlatele_normal.png\",\"description\":\"Social TV - Programme T\\u00e9l\\u00e9 Social - Commentaires en direct - La t\\u00e9l\\u00e9 \\u00e7a se partage !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"bfcd00\",\"id_str\":\"99954195\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/677577122\\/devantlatele_normal.png\",\"name\":\"Devant La T\\u00e9l\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 28 13:56:19 +0000 2009\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":99954195,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/devantlatele.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179497540100096,\"created_at\":\"Fri Feb 24 22:56:24 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180000193871872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13059,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":792,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180000193871872,\"created_at\":\"Fri Feb 24 22:58:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1144000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef36d736-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f0c328c1-b626-4723-9200-d5188ef8be0c-173180000193871872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw est ce que @vinvin peut prêter sa chemise à l un des 2 du palmashow?", +"img": { +"src": "http://a0.twimg.com/profile_images/1802162566/image_normal.jpg" +}, +"title": "Julien Cotte: #lgw est ce que @vinvin peut prêter sa chemise à l un des 2 du palmashow?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1144000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw est ce que @vinvin peut pr\\u00eater sa chemise \\u00e0 l un des 2 du palmashow?\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[16,23],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180000076435457\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"JulienCotteALU\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":872,\"location\":\"V\\u00e9lizy-Villacoublay\",\"profile_text_color\":\"333333\",\"followers_count\":1405,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"description\":\"DRH du site de V\\u00e9lizy (France) - HR Community Manager - Marketing HR2.0 - @AlcatelLucent\",\"statuses_count\":3873,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"show_all_inline_media\":false,\"listed_count\":138,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"107697826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Julien Cotte\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"created_at\":\"Sat Jan 23 12:17:36 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":107697826,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/juliencotte.typepad.com\\/le-blog-de-julien-cotte-\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\"},\"truncated\":false,\"id\":173180000076435457,\"created_at\":\"Fri Feb 24 22:58:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1144000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "23a42942-66b3-4996-adde-559c0c287540-173180000076435457" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La chemise, il l'enlève, un peu de virilité! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1152105286/power_normal.png" +}, +"title": "sgar: La chemise, il l'enlève, un peu de virilité! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1145000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"La chemise, il l'enl\\u00e8ve, un peu de virilit\\u00e9! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180004706951168\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"notsgar\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":132,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1152105286\\/power_normal.png\",\"description\":\"\",\"statuses_count\":81,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"193376947\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"sgar\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Sep 21 17:31:31 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":193376947,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1152105286\\/power_normal.png\"},\"truncated\":false,\"id\":173180004706951168,\"created_at\":\"Fri Feb 24 22:58:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1145000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7adaccee-55fb-4331-90c2-c94e95c59d11-173180004706951168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1614270520/image_normal.jpg" +}, +"title": "de Broissia Hugues: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1146000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"palmashow\",\"lang\":\"en\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":67,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":54585,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"statuses_count\":1784,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"palmashow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":23782965,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\"},\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180009891119104\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"H2B_\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":28,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1614270520\\/image_normal.jpg\",\"description\":null,\"statuses_count\":25,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"397100570\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"de Broissia Hugues\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Oct 24 07:27:07 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":397100570,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1614270520\\/image_normal.jpg\"},\"truncated\":false,\"id\":173180009891119104,\"created_at\":\"Fri Feb 24 22:58:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1146000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6709ad19-158b-4c21-9ab2-2f900e6f3863-173180009891119104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw est ce que le Palmashow aime le tsatsiki ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1616192732/kaamelott_livre_6_excalibur_normal.jpg" +}, +"title": "Esca: #lgw est ce que le Palmashow aime le tsatsiki ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1147000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw est ce que le Palmashow aime le tsatsiki ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180014777470976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":19,\"screen_name\":\"Esca17\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":49,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1616192732\\/kaamelott_livre_6_excalibur_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"402307730\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1616192732\\/kaamelott_livre_6_excalibur_normal.jpg\",\"name\":\"Esca\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 31 21:28:59 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":402307730,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180014777470976,\"created_at\":\"Fri Feb 24 22:58:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1147000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "85cf3839-b2dd-4b99-8456-96037f7180d8-173180014777470976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @dubuc64: Rollin #ilreste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1794583178/Virginie_Spies_photo_studio_normal.jpg" +}, +"title": "Virginie Spies: RT @dubuc64: Rollin #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1148000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @dubuc64: Rollin #ilreste #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"dubuc64\",\"indices\":[3,11],\"id_str\":\"10731962\",\"name\":\"Antoine Dubuquoy\",\"id\":10731962}],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[20,28]},{\"text\":\"lgw\",\"indices\":[29,33]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[7,15]},{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179916697874433\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1104,\"screen_name\":\"dubuc64\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":12387,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"location\":\"Paris (France)\",\"show_all_inline_media\":false,\"listed_count\":117,\"profile_link_color\":\"ff0000\",\"followers_count\":1732,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"description\":\"Digital Media Strategist - Social Media, Community Management - Rock & pop culture guru - Auteur avec @nicoprat des Miscellan\\u00e9es d'Internet parution le 12\\/01\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"10731962\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"profile_sidebar_fill_color\":\"eeeeee\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"name\":\"Antoine Dubuquoy\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 30 07:20:52 +0000 2007\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":10731962,\"utc_offset\":3600,\"favourites_count\":339,\"url\":\"http:\\/\\/www.dubucsblog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179916697874433,\"created_at\":\"Fri Feb 24 22:58:04 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180019030499329\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1838,\"screen_name\":\"semioblog\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":19739,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/12678863\\/mireTV.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":250,\"profile_link_color\":\"FF0000\",\"followers_count\":4601,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1794583178\\/Virginie_Spies_photo_studio_normal.jpg\",\"description\":\"Researcher. Ma\\u00eetre de Conf\\u00e9rences - S\\u00e9miologue - Sp\\u00e9cialiste des m\\u00e9dias audiovisuels. Analyste des m\\u00e9dias, de la t\\u00e9l\\u00e9vision, r\\u00e9seaux sociaux et presse people.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"10078802\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/12678863\\/mireTV.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1794583178\\/Virginie_Spies_photo_studio_normal.jpg\",\"name\":\"Virginie Spies\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 08 21:08:31 +0000 2007\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":10078802,\"utc_offset\":3600,\"favourites_count\":39,\"url\":\"http:\\/\\/www.semiologie-television.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180019030499329,\"created_at\":\"Fri Feb 24 22:58:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1148000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "82eb6acd-ebe6-4c8a-a921-5b69e6a7af8d-173180019030499329" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je veux passer à la télé putain #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1833459632/ret2_normal.png" +}, +"title": "Cindy: Je veux passer à la télé putain #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1148000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je veux passer \\u00e0 la t\\u00e9l\\u00e9 putain #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180019286351873\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":85,\"screen_name\":\"Cindybdn\",\"lang\":\"fr\",\"profile_text_color\":\"876b53\",\"statuses_count\":27240,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/361250881\\/Sans_titre_1.png\",\"location\":\"Bretagne\",\"show_all_inline_media\":true,\"listed_count\":12,\"profile_link_color\":\"ad9484\",\"followers_count\":453,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1833459632\\/ret2_normal.png\",\"description\":\"Don't ever try to judge me Dude, you don't know what the fuck i've been through -- L.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"44189441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/361250881\\/Sans_titre_1.png\",\"profile_sidebar_fill_color\":\"e6dcaf\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833459632\\/ret2_normal.png\",\"name\":\"Cindy\",\"default_profile_image\":false,\"created_at\":\"Tue Jun 02 19:39:51 +0000 2009\",\"profile_sidebar_border_color\":\"876b53\",\"id\":44189441,\"utc_offset\":3600,\"favourites_count\":35,\"url\":\"http:\\/\\/8mileonnovara.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180019286351873,\"created_at\":\"Fri Feb 24 22:58:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1148000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "272254fc-9c59-402b-ac15-52398788c0c2-173180019286351873" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "c'est dommage que les épileptiques ne puissent pas profiter du grandwebze a cause des chemises de @Vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1741021447/1122729315_normal.png" +}, +"title": "MrLafia: c'est dommage que les épileptiques ne puissent pas profiter du grandwebze a cause des chemises de @Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1148000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"c'est dommage que les \\u00e9pileptiques ne puissent pas profiter du grandwebze a cause des chemises de @Vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[98,105],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[106,110]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180017960951808\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"999999\",\"screen_name\":\"MrLafia\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":99,\"location\":\"Preverenges Suisse\",\"profile_text_color\":\"666666\",\"followers_count\":42,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1741021447\\/1122729315_normal.png\",\"description\":\"Grand m\\u00e9chant Geek\\r\\n#MKV builder : http:\\/\\/mrlafia.com\\r\\nAndroFan #Galaxy #Nexus addict\",\"statuses_count\":567,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/341426018\\/threadlessmilkyway_656_101374.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"51b9d3\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"97400283\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"MrLafia\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/341426018\\/threadlessmilkyway_656_101374.jpg\",\"created_at\":\"Thu Dec 17 08:51:33 +0000 2009\",\"profile_sidebar_fill_color\":\"121212\",\"id\":97400283,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/mrlafia.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1741021447\\/1122729315_normal.png\"},\"truncated\":false,\"id\":173180017960951808,\"created_at\":\"Fri Feb 24 22:58:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1148000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0c0e9356-dc2b-4b03-a27f-50dfee627cd8-173180017960951808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@vivin est sponsorisé par Mir couleur #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1727266317/oimtampon_normal.jpg" +}, +"title": "Lucas Parax: @vivin est sponsorisé par Mir couleur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1148000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"vivin\",\"favorited\":false,\"text\":\"@vivin est sponsoris\\u00e9 par Mir couleur #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"vivin\",\"indices\":[0,6],\"name\":\"pradeepkumar\",\"id_str\":\"14182553\",\"id\":14182553}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"in_reply_to_user_id\":14182553,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180018258747392\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"lucasparax\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":731,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"description\":\"Politique, musique, r\\u00e9flexions absurdes. J'aime bien votre veste, mais faudrait penser \\u00e0 ne pas la retourner. #\\u00e9lys\\u00e9e_2012 #rock\",\"statuses_count\":9270,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"333415548\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Lucas Parax\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"created_at\":\"Mon Jul 11 14:14:27 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":333415548,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/lucasparax.over-blog.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\"},\"truncated\":false,\"id\":173180018258747392,\"created_at\":\"Fri Feb 24 22:58:28 +0000 2012\",\"in_reply_to_user_id_str\":\"14182553\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1148000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5582954d-b3e7-44c4-b32a-0c022510dd71-173180018258747392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw j'y arrive vraiment pas, et puis cette couleur bleu du reboot windows... #ilpart", +"img": { +"src": "http://a1.twimg.com/profile_images/1791807006/M02l8U9H_normal" +}, +"title": "Jean-Baptiste Camus: #lgw j'y arrive vraiment pas, et puis cette couleur bleu du reboot windows... #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1149000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw j'y arrive vraiment pas, et puis cette couleur bleu du reboot windows... #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[79,86]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180020762755072\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"75ff91\",\"screen_name\":\"monsieurcamus\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":293,\"location\":\"Paris\",\"profile_text_color\":\"0b4d13\",\"followers_count\":222,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1791807006\\/M02l8U9H_normal\",\"description\":\"\\u00c9tudiant en Master @ISCOM, #Geek & fl\\u00e2neur digital, Flooder de bonnes aventures en 140 caract\\u00e8res, parfois moins...\",\"statuses_count\":1788,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/185944954\\/novo_blog.png\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"000300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"7bd97b\",\"protected\":false,\"id_str\":\"221094156\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Jean-Baptiste Camus\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/185944954\\/novo_blog.png\",\"created_at\":\"Mon Nov 29 18:36:19 +0000 2010\",\"profile_sidebar_fill_color\":\"d1ffda\",\"id\":221094156,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/unmecsansblog.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1791807006\\/M02l8U9H_normal\"},\"truncated\":false,\"id\":173180020762755072,\"created_at\":\"Fri Feb 24 22:58:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1149000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "926c305d-a935-49d5-adad-d649280545b7-173180020762755072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi le logo de Google Chrone en bas de page ? :o #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: C'est quoi le logo de Google Chrone en bas de page ? :o #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1150000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi le logo de Google Chrone en bas de page ? :o #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180026097893376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180026097893376,\"created_at\":\"Fri Feb 24 22:58:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1150000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ed909bd1-f748-44ae-9715-d530717dc352-173180026097893376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1332822559/Birdswatchtelevision_normal.jpg" +}, +"title": "Birdswatchtelevision: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1151000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54590,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180030912962560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":176,\"screen_name\":\"birdswatchtv\",\"lang\":\"fr\",\"profile_text_color\":\"4bbb00\",\"statuses_count\":181,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/243090408\\/Birdswatchtelevision.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"4bbb00\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1332822559\\/Birdswatchtelevision_normal.jpg\",\"description\":\"Nowhere man.\\r\\nAlways look on the bright side of life!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"3c8bf3\",\"id_str\":\"288959401\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/243090408\\/Birdswatchtelevision.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1332822559\\/Birdswatchtelevision_normal.jpg\",\"name\":\"Birdswatchtelevision\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 27 19:17:46 +0000 2011\",\"profile_sidebar_border_color\":\"4bbb00\",\"id\":288959401,\"utc_offset\":-10800,\"favourites_count\":52,\"url\":\"http:\\/\\/birdswatchtelevision.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180030912962560,\"created_at\":\"Fri Feb 24 22:58:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1151000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3db8d1bd-e4bb-479d-8522-e45ae6ab9840-173180030912962560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1715077557/image_normal.jpg" +}, +"title": "Ugazio Juline: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1153000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":2,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54593,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":2,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180037699346433\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":51,\"screen_name\":\"gugazio\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1715077557\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"West Central Africa\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"446627976\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1715077557\\/image_normal.jpg\",\"name\":\"Ugazio Juline\",\"default_profile_image\":false,\"created_at\":\"Sun Dec 25 23:51:46 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":446627976,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180037699346433,\"created_at\":\"Fri Feb 24 22:58:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1153000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8d081dab-3283-4d4a-b229-3808a57488da-173180037699346433" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1686069373/P1000509_normal.JPG" +}, +"title": "David △: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1153000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":3,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54593,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":3,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180038869565441\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":302,\"screen_name\":\"Datu79\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":865,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/424435740\\/UC006HMTS.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"ccbe26\",\"followers_count\":184,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1686069373\\/P1000509_normal.JPG\",\"description\":\"David, 17, France. \\r\\nJ'aime pas faire comme les autres, la preuve, je tweet.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c93838\",\"id_str\":\"141196103\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424435740\\/UC006HMTS.jpg\",\"profile_sidebar_fill_color\":\"c2a87a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1686069373\\/P1000509_normal.JPG\",\"name\":\"David \\u25b3\",\"default_profile_image\":false,\"created_at\":\"Fri May 07 12:18:43 +0000 2010\",\"profile_sidebar_border_color\":\"a36b4d\",\"id\":141196103,\"utc_offset\":3600,\"favourites_count\":57,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180038869565441,\"created_at\":\"Fri Feb 24 22:58:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1153000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "39526c3a-359f-47c5-973b-dde184e9bb9d-173180038869565441" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1153000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":4,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54593,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":4,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180040002027520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15002,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180040002027520,\"created_at\":\"Fri Feb 24 22:58:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1153000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "abe4ddae-6bae-4476-9b1e-53a13f9b2ef8-173180040002027520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow on la brule #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1780275371/335878_3126302603495_1442578370_33246016_798248012_o_normal.jpg" +}, +"title": "_revan_: @palmashow on la brule #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1154000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow on la brule #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173179924620910593\",\"id_str\":\"173180043315519488\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173179924620910593,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":160,\"screen_name\":\"_revan_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2719,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":60,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780275371\\/335878_3126302603495_1442578370_33246016_798248012_o_normal.jpg\",\"description\":\"\\u00c9tudiant R&T - ici je parle de tout et surtout de rien ^_^\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"86814993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780275371\\/335878_3126302603495_1442578370_33246016_798248012_o_normal.jpg\",\"name\":\"_revan_\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 01 22:15:07 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":86814993,\"utc_offset\":3600,\"favourites_count\":22,\"url\":null},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173180043315519488,\"created_at\":\"Fri Feb 24 22:58:34 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1154000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cb05b449-b9df-40bc-b67b-b1693c794868-173180043315519488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1841726519/image_normal.jpg" +}, +"title": "RATIER Rémy: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1154000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":6,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"palmashow\",\"lang\":\"en\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":67,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":54594,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"statuses_count\":1784,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"palmashow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":23782965,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\"},\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":6,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180044582195200\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"bbf85\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":22,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1841726519\\/image_normal.jpg\",\"description\":null,\"statuses_count\":42,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"494357179\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"RATIER R\\u00e9my\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Feb 16 20:25:17 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":494357179,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841726519\\/image_normal.jpg\"},\"truncated\":false,\"id\":173180044582195200,\"created_at\":\"Fri Feb 24 22:58:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1154000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0cf96c19-e9d7-4e12-99a6-3214a58d43ed-173180044582195200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1348620857/aa_normal.JPG" +}, +"title": "A Warnia de Zarzecki: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1154000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":6,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54595,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":6,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180045236514816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"alexwaza\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"location\":\"St Mand\\u00e9\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"007ede\",\"followers_count\":321,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"description\":\"\\u00c9tudiant en troisi\\u00e8me ann\\u00e9e \\u00e0 @HETIC.\\r\\nJ'erre sur Twitter sans domaine de pr\\u00e9dilection, vous voil\\u00e0 avertis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"201387157\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"profile_sidebar_fill_color\":\"d9d9d9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"name\":\"A Warnia de Zarzecki\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 11 18:53:07 +0000 2010\",\"profile_sidebar_border_color\":\"c7cce0\",\"id\":201387157,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180045236514816,\"created_at\":\"Fri Feb 24 22:58:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1154000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "735ae9aa-5f21-444b-906e-59b1999f4fa1-173180045236514816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "le @palmashow Vous trouvez pas qui fait pas mal chaud dans le studio ?! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1649856860/avatpagetwsn_normal.jpg" +}, +"title": "lôtre demédeu: le @palmashow Vous trouvez pas qui fait pas mal chaud dans le studio ?! #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1155000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"le @palmashow Vous trouvez pas qui fait pas mal chaud dans le studio ?! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180047782457344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":81,\"screen_name\":\"lotre\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":10314,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"location\":\"just there\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"description\":\"man, z\\u00e9ro de l'univers !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"7233942\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"name\":\"l\\u00f4tre dem\\u00e9deu\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 03 18:07:50 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":7233942,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180047782457344,\"created_at\":\"Fri Feb 24 22:58:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1155000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df41e66c-e00b-4523-9905-436121e0c2ee-173180047782457344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1679388535/Capture_d__cran_2011-12-07___19.36.48_normal.png" +}, +"title": "Antoine G: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1155000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":7,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54596,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":7,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180048487088130\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"Wizidi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2994,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Rennes\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1679388535\\/Capture_d__cran_2011-12-07___19.36.48_normal.png\",\"description\":\"\\u00c9tudiant Rennais en IUT GEA de 19 ans. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"87478259\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1679388535\\/Capture_d__cran_2011-12-07___19.36.48_normal.png\",\"name\":\"Antoine G\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 04 16:44:01 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":87478259,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180048487088130,\"created_at\":\"Fri Feb 24 22:58:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1155000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "403b9ea1-cb7d-4510-a4cf-876bd6c29fdf-173180048487088130" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est que @vinvin devrai changer de chemise ;) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1143073505/41403_1088720440_8180_q_normal.jpg" +}, +"title": "yann : C'est que @vinvin devrai changer de chemise ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1156000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est que @vinvin devrai changer de chemise ;) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[10,17],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180050055757825\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":114,\"screen_name\":\"yannosh51\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":695,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"location\":\"france\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"384040\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"description\":\"Gamer, retrogamer m\\u00eame et administrateur chez armagame pour le jeu atomic strike.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"165689120\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"name\":\"yann \",\"default_profile_image\":false,\"created_at\":\"Mon Jul 12 08:06:43 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":165689120,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/www.atomic-strike.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180050055757825,\"created_at\":\"Fri Feb 24 22:58:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1156000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0eed7e7c-3314-4305-a917-795452ce52ca-173180050055757825" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @VivianRoldo: #cesar2012 étant terminé, on passe sur #france5 pour #lgw :)", +"img": { +"src": "http://a2.twimg.com/profile_images/1815343452/sachawlp_normal.png" +}, +"title": "Sacha Cohen: RT @VivianRoldo: #cesar2012 étant terminé, on passe sur #france5 pour #lgw :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1156000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @VivianRoldo: #cesar2012 \\u00e9tant termin\\u00e9, on passe sur #france5 pour #lgw :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"VivianRoldo\",\"indices\":[3,15],\"id_str\":\"5786832\",\"name\":\"Vivian\",\"id\":5786832}],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[17,27]},{\"text\":\"france5\",\"indices\":[56,64]},{\"text\":\"lgw\",\"indices\":[70,74]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#cesar2012 \\u00e9tant termin\\u00e9, on passe sur #france5 pour #lgw :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[0,10]},{\"text\":\"france5\",\"indices\":[39,47]},{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178701909983232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1084,\"screen_name\":\"VivianRoldo\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":11961,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/149894981\\/background.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":47,\"profile_link_color\":\"ffbb0f\",\"followers_count\":866,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1436789815\\/mypictr_300x300_normal.jpg\",\"description\":\"Animateur du podcast audio de cin\\u00e9ma @Satoorn pour @NoWatch. \\u00c9tudiant de @LeMaster226 de @Paris_Dauphine, promo 2012. CM pour @CrossVideoDays.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"333333\",\"id_str\":\"5786832\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/149894981\\/background.jpg\",\"profile_sidebar_fill_color\":\"\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1436789815\\/mypictr_300x300_normal.jpg\",\"name\":\"Vivian\",\"default_profile_image\":false,\"created_at\":\"Sat May 05 11:02:31 +0000 2007\",\"profile_sidebar_border_color\":\"444444\",\"id\":5786832,\"utc_offset\":3600,\"favourites_count\":218,\"url\":\"http:\\/\\/vivianroldo.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178701909983232,\"created_at\":\"Fri Feb 24 22:53:14 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180050659753986\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":327,\"screen_name\":\"sachacohenfr\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10311,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/178177561\\/fat_lines_dark.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":252,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815343452\\/sachawlp_normal.png\",\"description\":\"Podcasteur, Blogueur. co-r\\u00e9alisateur du #geekast . Cr\\u00e9ateur de @WeLovePodcast\\r\\n\\r\\nA LA RECHERCHE D'UN MOYEN DE DESIMLOCKER IPHONE 4 BB 04.11.08\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"65282554\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/178177561\\/fat_lines_dark.gif\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815343452\\/sachawlp_normal.png\",\"name\":\"Sacha Cohen\",\"default_profile_image\":false,\"created_at\":\"Thu Aug 13 05:11:24 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":65282554,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/www.blogdesacha.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180050659753986,\"created_at\":\"Fri Feb 24 22:58:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1156000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0191df97-5e23-4961-a8fe-9461f2da942c-173180050659753986" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Long entretien avec le @palmashow, inspiré par les questions des internautes #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1292629982/Dallage_Bleu_Ispahan_normal.jpg" +}, +"title": "Hélène Herniou: RT @LeGrandWebze: Long entretien avec le @palmashow, inspiré par les questions des internautes #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1156000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Long entretien avec le @palmashow, inspir\\u00e9 par les questions des internautes #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"palmashow\",\"indices\":[41,51],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Long entretien avec le @palmashow, inspir\\u00e9 par les questions des internautes #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[23,33],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179096069701633\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3132,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179096069701633,\"created_at\":\"Fri Feb 24 22:54:48 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180051431489538\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":255,\"screen_name\":\"cliophile\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3746,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/98452727\\/IMG_3913.JPG\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":38,\"profile_link_color\":\"608ddb\",\"followers_count\":377,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1292629982\\/Dallage_Bleu_Ispahan_normal.jpg\",\"description\":\"Culture, num\\u00e9rique et patrimoine ... mais aussi mus\\u00e9ologie, architecture, arts vivants, design, photographie, histoire, communication, ... ! Bref : #museogeek\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"362b2b\",\"id_str\":\"126441750\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/98452727\\/IMG_3913.JPG\",\"profile_sidebar_fill_color\":\"ffb8cc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1292629982\\/Dallage_Bleu_Ispahan_normal.jpg\",\"name\":\"H\\u00e9l\\u00e8ne Herniou\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 25 22:10:07 +0000 2010\",\"profile_sidebar_border_color\":\"3b3636\",\"id\":126441750,\"utc_offset\":3600,\"favourites_count\":35,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180051431489538,\"created_at\":\"Fri Feb 24 22:58:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1156000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ee1d7185-50ba-497d-ae2d-cbec53befb50-173180051431489538" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On la brûle !!!\nRT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/526848600/nana-univers-vip-blog-com-172396mika_nakashima_as_nana_normal.jpg" +}, +"title": "prudence julian: On la brûle !!!\nRT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1157000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On la br\\u00fble !!!\\nRT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[19,29],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[69,76],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetcaster.com\\\" rel=\\\"nofollow\\\"\\u003ETweetCaster for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180054044553217\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":34,\"screen_name\":\"pruejulian\",\"lang\":\"en\",\"profile_text_color\":\"3D1957\",\"statuses_count\":43,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/9868192\\/1207337754562.jpg\",\"location\":\"paris, france\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/526848600\\/nana-univers-vip-blog-com-172396mika_nakashima_as_nana_normal.jpg\",\"description\":\"...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"683e74\",\"id_str\":\"33489322\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/9868192\\/1207337754562.jpg\",\"profile_sidebar_fill_color\":\"e9bee1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/526848600\\/nana-univers-vip-blog-com-172396mika_nakashima_as_nana_normal.jpg\",\"name\":\"prudence julian\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 20 11:54:57 +0000 2009\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":33489322,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180054044553217,\"created_at\":\"Fri Feb 24 22:58:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1157000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8befc0cd-225e-4b8a-8fc3-c0c67a9f19d2-173180054044553217" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ais je le droit ne de pas aimer la chemise de vinvin ? #lgw @vinvin", +"img": { +"src": "http://a2.twimg.com/profile_images/1685061192/Photo_du_10-12-11___15.18_normal.jpg" +}, +"title": "DelloyeCoiteux: ais je le droit ne de pas aimer la chemise de vinvin ? #lgw @vinvin", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1157000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"ais je le droit ne de pas aimer la chemise de vinvin ? #lgw @vinvin\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[60,67],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180057404178433\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"DelloyeCoiteux\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":276,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":89,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"description\":\"Design, Architecture, Photographie, Web et autres petites curiosit\\u00e9s\",\"statuses_count\":2101,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"433388967\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"DelloyeCoiteux\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Dec 10 14:14:07 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":433388967,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\"},\"truncated\":false,\"id\":173180057404178433,\"created_at\":\"Fri Feb 24 22:58:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1157000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "763337fa-1eeb-4b9c-b591-58e7db3a20bc-173180057404178433" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow Brule-là #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1525098848/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg" +}, +"title": "Michael J.: @palmashow Brule-là #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1157000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"palmashow\",\"favorited\":false,\"text\":\"@palmashow Brule-l\\u00e0 #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]}]},\"in_reply_to_user_id\":23782965,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173179924620910593,\"in_reply_to_status_id_str\":\"173179924620910593\",\"id_str\":\"173180057806831617\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Martyornot\",\"lang\":\"en\",\"favourites_count\":13,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":150,\"location\":\"Rouen, Normandie\",\"profile_text_color\":\"333333\",\"followers_count\":101,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1525098848\\/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg\",\"description\":\"#Traveler #geek #retrogaming #videogames #Normandie #rouen #Coupdecouteaudanslaglotte !\",\"statuses_count\":2667,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/378350402\\/war_dictators.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"112498831\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Michael J.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378350402\\/war_dictators.jpg\",\"created_at\":\"Mon Feb 08 18:34:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":112498831,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1525098848\\/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg\"},\"truncated\":false,\"id\":173180057806831617,\"created_at\":\"Fri Feb 24 22:58:37 +0000 2012\",\"in_reply_to_user_id_str\":\"23782965\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1157000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7384290a-e995-44b9-a122-2305a6025ae8-173180057806831617" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw francois rollin doit il rester ?? #ilreste #ilpart #cqui #change2ton #change2chemise :-)", +"img": { +"src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png" +}, +"title": "Samuel Huron: #lgw francois rollin doit il rester ?? #ilreste #ilpart #cqui #change2ton #change2chemise :-)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1158000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw francois rollin doit il rester ?? #ilreste #ilpart #cqui #change2ton #change2chemise :-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[39,47]},{\"text\":\"ilpart\",\"indices\":[48,55]},{\"text\":\"cqui\",\"indices\":[56,61]},{\"text\":\"change2ton\",\"indices\":[62,73]},{\"text\":\"change2chemise\",\"indices\":[74,89]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180058926723072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":764,\"screen_name\":\"cybunk\",\"lang\":\"en\",\"profile_text_color\":\"4c9c8f\",\"statuses_count\":2674,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":69,\"profile_link_color\":\"b3009b\",\"followers_count\":699,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"description\":\"Lead designer @IRILive Centre Pompidou \\/ PhD student in #infoviz #chi @ Paris11 \\/ @INRIA : #ui #Webdesign, #WebScience, #philosophy, #open #innovation\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"14905766\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"name\":\"Samuel Huron\",\"default_profile_image\":false,\"created_at\":\"Mon May 26 06:02:18 +0000 2008\",\"profile_sidebar_border_color\":\"b3009b\",\"id\":14905766,\"utc_offset\":-10800,\"favourites_count\":405,\"url\":\"http:\\/\\/www.cybunk.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180058926723072,\"created_at\":\"Fri Feb 24 22:58:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1158000, +"tags": [ +{ +"id-ref": "ef54d3da-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cc60c2a9-de8f-418b-aee4-a1798300a5c0-173180058926723072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon, et sinon, comment c'était les #César2012 avec @sgtpembry ? #lgw #ilReste", +"img": { +"src": "http://a0.twimg.com/profile_images/1819882790/tetocarre_normal.jpg" +}, +"title": "Cédric BILLAUDELLE: Bon, et sinon, comment c'était les #César2012 avec @sgtpembry ? #lgw #ilReste", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1158000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon, et sinon, comment c'\\u00e9tait les #C\\u00e9sar2012 avec @sgtpembry ? #lgw #ilReste\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"sgtpembry\",\"indices\":[51,61],\"id_str\":\"239085423\",\"name\":\"Alexandre Astier\",\"id\":239085423}],\"urls\":[],\"hashtags\":[{\"text\":\"C\\u00e9sar2012\",\"indices\":[35,45]},{\"text\":\"lgw\",\"indices\":[64,68]},{\"text\":\"ilReste\",\"indices\":[69,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180059362930689\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"Cbill0\",\"lang\":\"fr\",\"profile_text_color\":\"F2ECF9\",\"statuses_count\":1108,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"location\":\"Lille, FR\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"1a1aba\",\"followers_count\":30,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 l'IAE de Lille, mais pur produit des Ardennes. Aime beaucoup apprendre, mais n'aime pas qu'on lui fasse la le\\u00e7on.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E44B22\",\"id_str\":\"84313428\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"profile_sidebar_fill_color\":\"2C446A\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"name\":\"C\\u00e9dric BILLAUDELLE\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 12:34:22 +0000 2009\",\"profile_sidebar_border_color\":\"0C0F22\",\"id\":84313428,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180059362930689,\"created_at\":\"Fri Feb 24 22:58:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1158000, +"tags": [ +{ +"id-ref": "ef2b9ccc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "30eb1085-64fb-4ee9-abe2-2e13b3ffbbec-173180059362930689" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow @vinvin on la garde pour régler notre TV. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1794196247/serious-cat_-_Copie__2__normal.jpg" +}, +"title": "victor lehoussine: @palmashow @vinvin on la garde pour régler notre TV. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1158000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow @vinvin on la garde pour r\\u00e9gler notre TV. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[11,18],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173179924620910593\",\"id_str\":\"173180059849461761\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173179924620910593,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":103,\"screen_name\":\"vodevil_art\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":156,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/412042973\\/colour.jpg\",\"location\":\"rennes\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1794196247\\/serious-cat_-_Copie__2__normal.jpg\",\"description\":\"#Geek & #Gamer et occasionnellement \\u00e9tudiant en M1 #communication \\u00e0 Rennes :: La t\\u00eate et la peau dans les \\u00e9toiles :: Musicien \\u00e0 la recherche de nouveaux projets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"169166835\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412042973\\/colour.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1794196247\\/serious-cat_-_Copie__2__normal.jpg\",\"name\":\"victor lehoussine\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 21 18:17:32 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":169166835,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173180059849461761,\"created_at\":\"Fri Feb 24 22:58:38 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1158000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a85bb5a8-44f4-4456-b136-f7791f11c428-173180059849461761" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste #ViNvintombelachemise", +"img": { +"src": "http://a0.twimg.com/profile_images/1658546588/solidarnosc_normal.jpg" +}, +"title": "Miguel Teixeira: #lgw #ilreste #ViNvintombelachemise", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1158000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste #ViNvintombelachemise\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]},{\"text\":\"ViNvintombelachemise\",\"indices\":[14,35]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180060835119104\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"migteix\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":258,\"location\":\"Orleans\",\"profile_text_color\":\"333333\",\"followers_count\":267,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"description\":\"blogueur orl\\u00e9anais, parle surtout d'actu locale et sort 2\\/3 blagues de temps en temps...\",\"statuses_count\":2718,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"3543511\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Miguel Teixeira\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Apr 05 18:00:09 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":3543511,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.coteboulevard.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\"},\"truncated\":false,\"id\":173180060835119104,\"created_at\":\"Fri Feb 24 22:58:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1158000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef5526dc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6e0d05c6-9afc-4d59-ad94-506ab26d0b03-173180060835119104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin #ilreste mais plus de locutions latines #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1746369460/superherosplatter7_normal.jpeg" +}, +"title": "David Malo: François Rollin #ilreste mais plus de locutions latines #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1158000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin #ilreste mais plus de locutions latines #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[17,25]},{\"text\":\"lgw\",\"indices\":[57,61]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180060809957376\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"Darthmalor\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":170,\"location\":\"\",\"profile_text_color\":\"3E4415\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1746369460\\/superherosplatter7_normal.jpeg\",\"description\":\"\",\"statuses_count\":592,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"37471103\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"David Malo\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Sun May 03 18:35:39 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":37471103,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1746369460\\/superherosplatter7_normal.jpeg\"},\"truncated\":false,\"id\":173180060809957376,\"created_at\":\"Fri Feb 24 22:58:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1158000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "88bde76b-0bab-4c09-8a0a-9a854ed1a97e-173180060809957376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @CapAlexandre: @LeGrandWebze Le professeur Rollin se druckerise. #change2ton #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: RT @CapAlexandre: @LeGrandWebze Le professeur Rollin se druckerise. #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1158000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @CapAlexandre: @LeGrandWebze Le professeur Rollin se druckerise. #change2ton #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"CapAlexandre\",\"indices\":[3,16],\"id_str\":\"184332429\",\"name\":\"Capitaine Alexandre\",\"id\":184332429},{\"screen_name\":\"LeGrandWebze\",\"indices\":[18,31],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[68,79]},{\"text\":\"lgw\",\"indices\":[80,84]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze Le professeur Rollin se druckerise. #change2ton #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[50,61]},{\"text\":\"lgw\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179585318486016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1065,\"screen_name\":\"CapAlexandre\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":11730,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Jamais loin de la mer\",\"show_all_inline_media\":false,\"listed_count\":59,\"profile_link_color\":\"2FC2EF\",\"followers_count\":1390,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115185915\\/Miro_normal.jpg\",\"description\":\"Une Biographie, \\u00e7a s'invente! (L-F C\\u00e9line)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Rome\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"184332429\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115185915\\/Miro_normal.jpg\",\"name\":\"Capitaine Alexandre\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 29 08:06:00 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":184332429,\"utc_offset\":3600,\"favourites_count\":66,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173179585318486016,\"created_at\":\"Fri Feb 24 22:56:45 +0000 2012\",\"in_reply_to_user_id\":365949385},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180061694959616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":663,\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7364,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"location\":\"DtC\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":207,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"name\":\"monsieurhobby\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":78733185,\"utc_offset\":-10800,\"favourites_count\":30,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180061694959616,\"created_at\":\"Fri Feb 24 22:58:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1158000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "71a445d4-d940-4560-8c66-21eef27af956-173180061694959616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1436789815/mypictr_300x300_normal.jpg" +}, +"title": "Vivian: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1158000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":9,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54596,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":9,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180061749489664\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1084,\"screen_name\":\"VivianRoldo\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":11962,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/149894981\\/background.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":47,\"profile_link_color\":\"ffbb0f\",\"followers_count\":866,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1436789815\\/mypictr_300x300_normal.jpg\",\"description\":\"Animateur du podcast audio de cin\\u00e9ma @Satoorn pour @NoWatch. \\u00c9tudiant de @LeMaster226 de @Paris_Dauphine, promo 2012. CM pour @CrossVideoDays.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"333333\",\"id_str\":\"5786832\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/149894981\\/background.jpg\",\"profile_sidebar_fill_color\":\"\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1436789815\\/mypictr_300x300_normal.jpg\",\"name\":\"Vivian\",\"default_profile_image\":false,\"created_at\":\"Sat May 05 11:02:31 +0000 2007\",\"profile_sidebar_border_color\":\"444444\",\"id\":5786832,\"utc_offset\":3600,\"favourites_count\":218,\"url\":\"http:\\/\\/vivianroldo.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180061749489664,\"created_at\":\"Fri Feb 24 22:58:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1158000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "47647320-47a5-4789-ad5c-600cc56df624-173180061749489664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1704991640/index_normal.jpg" +}, +"title": "Marie Rnd: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1159000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":9,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54596,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":9,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180066140913666\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":15,\"screen_name\":\"_Keep_The_Smile\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":67,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/385563888\\/4384-ville-des-usa-la-nuit-WallFizz.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1704991640\\/index_normal.jpg\",\"description\":\"Friendship, Love, Sea, SEX & Sun \\u2665 That's all !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"415850018\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/385563888\\/4384-ville-des-usa-la-nuit-WallFizz.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1704991640\\/index_normal.jpg\",\"name\":\"Marie Rnd\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 18 22:14:26 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":415850018,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180066140913666,\"created_at\":\"Fri Feb 24 22:58:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1159000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2af2c47c-33c1-40b7-8036-8cc92b2ca24e-173180066140913666" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi le concept de #lgw ??", +"img": { +"src": "http://a0.twimg.com/profile_images/1398430545/254975_10150205112561123_599061122_7598199_6237371_n_normal.jpg" +}, +"title": "Eudes Braoudet: C'est quoi le concept de #lgw ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1159000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est quoi le concept de #lgw ??\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180065042010112\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"PeioGaisko\",\"lang\":\"en\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":97,\"location\":\"Bordeaux\",\"profile_text_color\":\"666666\",\"followers_count\":43,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1398430545\\/254975_10150205112561123_599061122_7598199_6237371_n_normal.jpg\",\"description\":\"Denis Brogniartophile tout simplement\",\"statuses_count\":1225,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"116691201\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Eudes Braoudet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Tue Feb 23 09:00:09 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":116691201,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398430545\\/254975_10150205112561123_599061122_7598199_6237371_n_normal.jpg\"},\"truncated\":false,\"id\":173180065042010112,\"created_at\":\"Fri Feb 24 22:58:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1159000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df0c6588-d601-4064-a7f7-b69bf18c0998-173180065042010112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le professeur rollin est fort drôle ce soir #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1732783555/avatar_twinter_normal.JPG" +}, +"title": "simon massonneau: Le professeur rollin est fort drôle ce soir #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1159000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le professeur rollin est fort dr\\u00f4le ce soir #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180063880200193\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":73,\"screen_name\":\"kirk_fuck_you\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732783555\\/avatar_twinter_normal.JPG\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"125453604\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732783555\\/avatar_twinter_normal.JPG\",\"name\":\"simon massonneau\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 22 21:46:24 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":125453604,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180063880200193,\"created_at\":\"Fri Feb 24 22:58:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1159000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f5c65640-1c1e-4af0-bb7f-c0bb1f2c1034-173180063880200193" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ellereste ! “@palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw”", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: #ellereste ! “@palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1159000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ellereste ! \\u201c@palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\\u201d\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[14,24],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[64,71],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"ellereste\",\"indices\":[0,10]},{\"text\":\"lgw\",\"indices\":[72,76]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180065847324672\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D9B17E\",\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"favourites_count\":25,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":203,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"statuses_count\":2881,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"protected\":false,\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Marie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_fill_color\":\"EADEAA\",\"id\":120444044,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\"},\"truncated\":false,\"id\":173180065847324672,\"created_at\":\"Fri Feb 24 22:58:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1159000, +"tags": [ +{ +"id-ref": "ef14c7ea-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9e12c236-1001-4f69-b71b-2ef789fc9b87-173180065847324672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze Grand merci à @Gregshow pour le clip de la barmitsva du gamin de 13 ans #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1822564639/avatar_normal.jpg" +}, +"title": "Maxime Hagenbourger: @LeGrandWebze Grand merci à @Gregshow pour le clip de la barmitsva du gamin de 13 ans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1160000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze Grand merci \\u00e0 @Gregshow pour le clip de la barmitsva du gamin de 13 ans #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"Gregshow\",\"indices\":[28,37],\"id_str\":\"23932076\",\"name\":\"Gregshow\",\"id\":23932076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[86,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180068787535873\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"MaximeHg\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11490,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/69218647\\/New_York_1920x1080_HDTV_1080p.jpg\",\"location\":\"Lyon, France\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0099CC\",\"followers_count\":221,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1822564639\\/avatar_normal.jpg\",\"description\":\"J'ai appris \\u00e0 lire avec T\\u00e9l\\u00e9rama. J'enregistrais \\u00e0 4 ans tous les Questions Pour un Champion. Autant dire que ma famille m'en veut.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"18693591\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/69218647\\/New_York_1920x1080_HDTV_1080p.jpg\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1822564639\\/avatar_normal.jpg\",\"name\":\"Maxime Hagenbourger\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 06 20:30:09 +0000 2009\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":18693591,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/MaximeHg\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173180068787535873,\"created_at\":\"Fri Feb 24 22:58:40 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1160000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "981fb4b6-fdff-44c0-964d-2052eeba7de6-173180068787535873" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw la chemise de Vinvin est trop 70's !! Top :-)", +"img": { +"src": "http://a3.twimg.com/profile_images/1147619621/acdl_normal.jpg" +}, +"title": "AC Lefort: #lgw la chemise de Vinvin est trop 70's !! Top :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1160000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw la chemise de Vinvin est trop 70's !! Top :-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180069215354880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":765,\"screen_name\":\"zanskar\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1794,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Angers, France\",\"show_all_inline_media\":false,\"listed_count\":75,\"profile_link_color\":\"0084B4\",\"followers_count\":1052,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1147619621\\/acdl_normal.jpg\",\"description\":\"e-marketing, webdesign, r\\u00e9seaux sociaux, e-commerce, pharma\\/vet, entrepreneuriat\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"17367429\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1147619621\\/acdl_normal.jpg\",\"name\":\"AC Lefort\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 13 16:01:37 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":17367429,\"utc_offset\":3600,\"favourites_count\":4662,\"url\":\"http:\\/\\/www.zanskarstudio.com\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180069215354880,\"created_at\":\"Fri Feb 24 22:58:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1160000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "124a06a1-da27-432f-b1eb-efbc26e4b9e6-173180069215354880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non mais il reste et il re-reste! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1769265290/paper_art_19_normal.jpg" +}, +"title": "Raphaëlle: Non mais il reste et il re-reste! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1161000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Non mais il reste et il re-reste! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180071912275969\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":148,\"screen_name\":\"Rapchka\",\"lang\":\"fr\",\"profile_text_color\":\"630628\",\"statuses_count\":245,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/225188433\\/26.jpg\",\"location\":\"Toulouse, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"ed1730\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1769265290\\/paper_art_19_normal.jpg\",\"description\":\"Allez c'est bon, ce matin je m'y remets. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"171414\",\"id_str\":\"222072390\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/225188433\\/26.jpg\",\"profile_sidebar_fill_color\":\"e7e8be\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1769265290\\/paper_art_19_normal.jpg\",\"name\":\"Rapha\\u00eblle\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 02 11:31:22 +0000 2010\",\"profile_sidebar_border_color\":\"780b0b\",\"id\":222072390,\"utc_offset\":null,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180071912275969,\"created_at\":\"Fri Feb 24 22:58:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1161000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9af00217-4f74-4a38-b58c-9cf1cdefd317-173180071912275969" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Carnaval de LOL à #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1223042227/martinmediasLogo2011face_normal.jpg" +}, +"title": "Martin Vachiery: Carnaval de LOL à #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1161000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Carnaval de LOL \\u00e0 #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180072725970944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":413,\"screen_name\":\"MartinMedias\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":3393,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Brussels\",\"show_all_inline_media\":false,\"listed_count\":47,\"profile_link_color\":\"0099B9\",\"followers_count\":774,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1223042227\\/martinmediasLogo2011face_normal.jpg\",\"description\":\"\\u00dcber Blogueur\\/Journaliste @ RTL \\/ R\\u00e9alisateur de #YoNonPeutEtre\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"0099B9\",\"id_str\":\"18350026\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1223042227\\/martinmediasLogo2011face_normal.jpg\",\"name\":\"Martin Vachiery\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 24 03:50:33 +0000 2008\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":18350026,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/martinmedias.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180072725970944,\"created_at\":\"Fri Feb 24 22:58:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1161000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f1b2d2a2-95b8-4a67-8710-a4e5ca3c4755-173180072725970944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D", +"img": { +"src": "http://a3.twimg.com/profile_images/1816004622/AG_normal.jpg" +}, +"title": "AnonFr: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1162000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[3,14],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]},{\"text\":\"fail\",\"indices\":[56,61]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Le wifi est mort sur le plateau #lgw :] #fail :D\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]},{\"text\":\"fail\",\"indices\":[40,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173178510322577408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"kheops2713\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":971,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"followers_count\":451,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"description\":\"Je clair, ne pas ?\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"321006177\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"name\":\"KheOps\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 20 21:41:59 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":321006177,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/www.dailymotion.com\\/video\\/x32zy6_la-strategie-de-lechec-lentretien_fun\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173178510322577408,\"created_at\":\"Fri Feb 24 22:52:29 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180077469745152\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":88,\"screen_name\":\"GTF713\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":2837,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/396624473\\/wallpaper-1573572.jpg\",\"location\":\"FR\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099B9\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1816004622\\/AG_normal.jpg\",\"description\":\" - Ride Your Dream -\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"0099B9\",\"id_str\":\"27658827\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396624473\\/wallpaper-1573572.jpg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1816004622\\/AG_normal.jpg\",\"name\":\"AnonFr\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 30 15:28:25 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":27658827,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180077469745152,\"created_at\":\"Fri Feb 24 22:58:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1162000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "de00f827-2bc2-4332-a9ec-a558d6fbb3ab-173180077469745152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1161936417/149869_143622552351685_100001118228988_232368_6284343_n_normal.jpg" +}, +"title": "PiR: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1163000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":11,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54575,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":11,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180081261391873\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":76,\"screen_name\":\"PiR_B\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":327,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"iPhone: 48.880409,2.253349\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1161936417\\/149869_143622552351685_100001118228988_232368_6284343_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"69606212\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1161936417\\/149869_143622552351685_100001118228988_232368_6284343_n_normal.jpg\",\"name\":\"PiR\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 28 14:51:21 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":69606212,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180081261391873,\"created_at\":\"Fri Feb 24 22:58:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1163000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ba06fc44-81fe-4f46-aad0-b7be497f0567-173180081261391873" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1796764850/373818_2897796600857_1138646509_33253740_1936518528_n_normal.jpg" +}, +"title": "Romain Trébaol: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1163000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":11,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54575,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":11,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180080854548480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":28,\"screen_name\":\"Intellyum\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Rennes\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1796764850\\/373818_2897796600857_1138646509_33253740_1936518528_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"480406397\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796764850\\/373818_2897796600857_1138646509_33253740_1936518528_n_normal.jpg\",\"name\":\"Romain Tr\\u00e9baol\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 01 13:21:07 +0000 2012\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":480406397,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180080854548480,\"created_at\":\"Fri Feb 24 22:58:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1163000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f5bee24e-1557-4b2a-9e6a-bd61e95834e9-173180080854548480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Donc ça c'est fait je viens de voir ma tronche sur @france5TV #check", +"img": { +"src": "http://a3.twimg.com/profile_images/1421925544/clemlol_normal.jpg" +}, +"title": "Misterclem: #LGW Donc ça c'est fait je viens de voir ma tronche sur @france5TV #check", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1164000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Donc \\u00e7a c'est fait je viens de voir ma tronche sur @france5TV #check\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[56,66],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"check\",\"indices\":[67,73]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180084352589824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"misterclem\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25121,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/386276214\\/clemlol.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":100,\"profile_link_color\":\"009999\",\"followers_count\":2265,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1421925544\\/clemlol_normal.jpg\",\"description\":\"Bloggueur, cinema, music, politique Web 2.0 Social Digital Strategist, Marketing. CM Com Online \\/ Opinions are my own \\uf8ff \\/ gplus.to\\/misterclem #universalmusic \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"11793022\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/386276214\\/clemlol.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421925544\\/clemlol_normal.jpg\",\"name\":\"Misterclem\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 03 10:57:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":11793022,\"utc_offset\":3600,\"favourites_count\":425,\"url\":\"http:\\/\\/www.clementlepetit.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180084352589824,\"created_at\":\"Fri Feb 24 22:58:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1164000, +"tags": [ +{ +"id-ref": "ef56bcae-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f83d656-243c-4ab8-b84d-78493dee1943-173180084352589824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Etait-ce agréable de participer au Golden Show ? #Lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1502522526/270413_2244566072097_1186475357_2778446_2236334_n_normal.jpg" +}, +"title": "Silver X. Rihatts: Etait-ce agréable de participer au Golden Show ? #Lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1166000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Etait-ce agr\\u00e9able de participer au Golden Show ? #Lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180093869457409\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":358,\"screen_name\":\"SilverXW2D\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":681,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/356694448\\/Dark-Forest-35836-240944.jpeg\",\"location\":\"Issy-Les-Moulineaux\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":66,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1502522526\\/270413_2244566072097_1186475357_2778446_2236334_n_normal.jpg\",\"description\":\"Hey yo everyone ! I'm Silver ! Song Writer, Book Writer & Actor sometimes ! Searchin' 4 a casting or an editor ! ;)\\r\\nSinon j'aime la musique et les mangas ! o)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"357793124\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/356694448\\/Dark-Forest-35836-240944.jpeg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1502522526\\/270413_2244566072097_1186475357_2778446_2236334_n_normal.jpg\",\"name\":\"Silver X. Rihatts\",\"default_profile_image\":false,\"created_at\":\"Thu Aug 18 22:32:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":357793124,\"utc_offset\":null,\"favourites_count\":42,\"url\":\"http:\\/\\/www.facebook.com\\/whitepeace92\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180093869457409,\"created_at\":\"Fri Feb 24 22:58:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1166000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2d21c8f3-7744-47e4-b77e-42af421386c6-173180093869457409" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Grégoire du @Palmashow est passé sur Canal+ et sur France 5 en une soirée dans deux émissions en direct. Belle performance. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1511189433/31613506_normal.JPG" +}, +"title": "Maxime: Grégoire du @Palmashow est passé sur Canal+ et sur France 5 en une soirée dans deux émissions en direct. Belle performance. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1167000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Gr\\u00e9goire du @Palmashow est pass\\u00e9 sur Canal+ et sur France 5 en une soir\\u00e9e dans deux \\u00e9missions en direct. Belle performance. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[12,22],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[124,128]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180099020066816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":318,\"screen_name\":\"Emix\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":3631,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/284525042\\/wallpaper-345309.jpg\",\"location\":\"Lorraine (54) - France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":147,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1511189433\\/31613506_normal.JPG\",\"description\":\"Cliquez sur \\u00abSuivre\\u00bb pour voir la biographie.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"177949868\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/284525042\\/wallpaper-345309.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1511189433\\/31613506_normal.JPG\",\"name\":\"Maxime\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 13 13:44:45 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":177949868,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/emix-studio.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180099020066816,\"created_at\":\"Fri Feb 24 22:58:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1167000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f00c9ab0-bd37-458f-942f-5713c06e1df0-173180099020066816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow Vendez-là sur eBay #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: @palmashow Vendez-là sur eBay #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1167000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow Vendez-l\\u00e0 sur eBay #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173179924620910593\",\"id_str\":\"173180096721596416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173179924620910593,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":764,\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4351,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France - Moselle\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"D02B55\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"name\":\"R\\u00e9my D.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":48825435,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173180096721596416,\"created_at\":\"Fri Feb 24 22:58:47 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1167000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "810d3554-6b4a-453d-a337-e5081edff2c5-173180096721596416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1804678588/Photo_Effects-1320498080384_wonder_1__normal.jpg" +}, +"title": "Erusa.Ogawa: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1168000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":12,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54577,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":12,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180103545733121\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":34,\"screen_name\":\"ErusaOgawa\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":39,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/316408981\\/floral-pattern-wallpaper-black-1600x1200.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":15,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804678588\\/Photo_Effects-1320498080384_wonder_1__normal.jpg\",\"description\":\".Dir en Grey. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"285171780\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/316408981\\/floral-pattern-wallpaper-black-1600x1200.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804678588\\/Photo_Effects-1320498080384_wonder_1__normal.jpg\",\"name\":\"Erusa.Ogawa\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 20 17:18:49 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":285171780,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180103545733121,\"created_at\":\"Fri Feb 24 22:58:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1168000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "36517bf2-f023-4eb9-8140-9196e49c9588-173180103545733121" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Nickel la chemise de #Vinvin pour régler la mire #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1801584941/image_normal.jpg" +}, +"title": "Nicolas LE SAINT: Nickel la chemise de #Vinvin pour régler la mire #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1169000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Nickel la chemise de #Vinvin pour r\\u00e9gler la mire #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Vinvin\",\"indices\":[21,28]},{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180104799825920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"screen_name\":\"nicolaslesaint\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":62,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801584941\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"404016609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801584941\\/image_normal.jpg\",\"name\":\"Nicolas LE SAINT\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 03 10:00:21 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":404016609,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180104799825920,\"created_at\":\"Fri Feb 24 22:58:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1169000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef574386-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "abad840a-88b7-49b7-a445-d331080299e3-173180104799825920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La chemise de @vinvin #ilpart #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1717757168/PO_Fond_Gris_normal.jpg" +}, +"title": "PierreOlivier Carles: La chemise de @vinvin #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1169000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"La chemise de @vinvin #ilpart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[14,21],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[22,29]},{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180106779533312\",\"user\":{\"default_profile_image\":false,\"verified\":true,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"pocarles\",\"lang\":\"fr\",\"favourites_count\":80,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":1148,\"location\":\"Toulouse - Miami\",\"profile_text_color\":\"333333\",\"followers_count\":5248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\",\"description\":\"Co-Founder at @Digidust & @Labotec. BA in @Stonfield @APICube @Hellotipi and others.\\r\\nMore Entrepreneur than Investor. Rugby, Gastronomy and Human enthusiast !\",\"statuses_count\":32041,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"show_all_inline_media\":true,\"listed_count\":448,\"profile_link_color\":\"5cace5\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFFFFF\",\"protected\":false,\"id_str\":\"23074316\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"PierreOlivier Carles\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"created_at\":\"Fri Mar 06 15:10:47 +0000 2009\",\"profile_sidebar_fill_color\":\"f0f0f0\",\"id\":23074316,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.pocarles.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\"},\"truncated\":false,\"id\":173180106779533312,\"created_at\":\"Fri Feb 24 22:58:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1169000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9919983e-09d7-419c-9a30-d6192531cf80-173180106779533312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le roi loth sur la 5 avec le palmalshow #ilreste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1715556827/image_normal.jpg" +}, +"title": "Valentin D: Le roi loth sur la 5 avec le palmalshow #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1170000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le roi loth sur la 5 avec le palmalshow #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[40,48]},{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180110990622720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"Tinio56\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":248,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"a349a4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1715556827\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"ffffff\",\"id_str\":\"447102453\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1715556827\\/image_normal.jpg\",\"name\":\"Valentin D\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 26 14:15:50 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":447102453,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180110990622720,\"created_at\":\"Fri Feb 24 22:58:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1170000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c17e7cb8-2c58-44d0-937a-82aeab897cc2-173180110990622720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@WilliamAbisror A quand la même chemise que @Vinvin ? #lgw", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Gw3nd0ul: @WilliamAbisror A quand la même chemise que @Vinvin ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1171000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"WilliamAbisror\",\"favorited\":false,\"text\":\"@WilliamAbisror A quand la m\\u00eame chemise que @Vinvin ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"WilliamAbisror\",\"indices\":[0,15],\"name\":\"William Abisror\",\"id_str\":\"305168829\",\"id\":305168829},{\"screen_name\":\"Vinvin\",\"indices\":[44,51],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"in_reply_to_user_id\":305168829,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180115742756865\",\"user\":{\"default_profile_image\":true,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"Gw3nd0ul\",\"lang\":\"fr\",\"favourites_count\":98,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":434,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"statuses_count\":508,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"143017258\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Gw3nd0ul\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Wed May 12 10:42:39 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":143017258,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\"},\"truncated\":false,\"id\":173180115742756865,\"created_at\":\"Fri Feb 24 22:58:51 +0000 2012\",\"in_reply_to_user_id_str\":\"305168829\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1171000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8114b3c1-16fd-4dc7-bdda-81370052a118-173180115742756865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw la chemise de @Vinvin sauve la soirée", +"img": { +"src": "http://a0.twimg.com/profile_images/1701960962/frednbTwit_normal.jpg" +}, +"title": "Frederic Jacquet: #lgw la chemise de @Vinvin sauve la soirée", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1173000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw la chemise de @Vinvin sauve la soir\\u00e9e\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[19,26],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180124789882880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":110,\"screen_name\":\"TwitFredJ\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":221,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1701960962\\/frednbTwit_normal.jpg\",\"description\":\"Consultant, UX design addict, digital strategist, jazz lover, Zao Wou Ki & Moebius great fan\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"329649891\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1701960962\\/frednbTwit_normal.jpg\",\"name\":\"Frederic Jacquet\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 05 12:23:48 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":329649891,\"utc_offset\":null,\"favourites_count\":14,\"url\":\"http:\\/\\/www.nemo-design.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180124789882880,\"created_at\":\"Fri Feb 24 22:58:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1173000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8534d4e2-a24d-455b-a116-b4d3ab0535db-173180124789882880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@captainweb is on France3 Now ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1570958168/air_normal.png" +}, +"title": "Dr. Griffin: @captainweb is on France3 Now ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1173000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@captainweb is on France3 Now ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"captainweb\",\"indices\":[0,11],\"id_str\":\"18554168\",\"name\":\"Siegfried Thouvenot\",\"id\":18554168}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180123632242689\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"18554168\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":60,\"screen_name\":\"Monanorak\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":85,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/257582836\\/vintage.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"2e6299\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1570958168\\/air_normal.png\",\"description\":\"Accroc \\u00e0 l'information en temps r\\u00e9el. #Geek je le suis certainement. Mon prochain objectif ? Devenir un #Nerd.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ebedbb\",\"id_str\":\"299290057\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257582836\\/vintage.jpg\",\"profile_sidebar_fill_color\":\"eaebc5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1570958168\\/air_normal.png\",\"name\":\"Dr. Griffin\",\"default_profile_image\":false,\"created_at\":\"Sun May 15 20:35:17 +0000 2011\",\"profile_sidebar_border_color\":\"4d82a1\",\"id\":299290057,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":\"captainweb\",\"truncated\":false,\"id\":173180123632242689,\"created_at\":\"Fri Feb 24 22:58:53 +0000 2012\",\"in_reply_to_user_id\":18554168}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1173000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b31a8a9c-86ce-4e2a-b419-fa5a4812cff8-173180123632242689" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw C'est encore mieux que les oscars en fait ! Une émission ou Twitter est en arrière plan :p", +"img": { +"src": "http://a2.twimg.com/profile_images/1803227504/lolilol_normal.JPG" +}, +"title": "Thomas Gabri L: #lgw C'est encore mieux que les oscars en fait ! Une émission ou Twitter est en arrière plan :p", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1174000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw C'est encore mieux que les oscars en fait ! Une \\u00e9mission ou Twitter est en arri\\u00e8re plan :p\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180125448376320\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"TonMeilleurAmi_\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":315,\"location\":\"\",\"profile_text_color\":\"010157\",\"followers_count\":713,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1803227504\\/lolilol_normal.JPG\",\"description\":\"J'\\u00e9coute du dancefloor, du rock, du jazz, de la techno, du hip-hop, de la pop, du R&B, de la soul, enfin tout quoi ... -Impose ton style !-\",\"statuses_count\":2443,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/416460348\\/daft1.png\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"eb0c0c\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"305581176\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Thomas Gabri L\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416460348\\/daft1.png\",\"created_at\":\"Thu May 26 13:24:41 +0000 2011\",\"profile_sidebar_fill_color\":\"c7c3c3\",\"id\":305581176,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803227504\\/lolilol_normal.JPG\"},\"truncated\":false,\"id\":173180125448376320,\"created_at\":\"Fri Feb 24 22:58:54 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1174000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "69f32778-8259-4337-bf96-6d03837aa6bd-173180125448376320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai souri devant la blague de @Vinvin pour \"Leroy Merlin\" ^^ #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: J'ai souri devant la blague de @Vinvin pour \"Leroy Merlin\" ^^ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1175000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'ai souri devant la blague de @Vinvin pour \\\"Leroy Merlin\\\" ^^ #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[31,38],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180131240710145\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"favourites_count\":13,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":149,\"location\":\"France\",\"profile_text_color\":\"807d80\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"statuses_count\":9482,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Lucie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":63258588,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\"},\"truncated\":false,\"id\":173180131240710145,\"created_at\":\"Fri Feb 24 22:58:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1175000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3508cd63-fcc3-4597-8ed1-2c059aede004-173180131240710145" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1583573214/Chiddy_-Bang_The_Preview_normal.jpg" +}, +"title": "Pierre: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1175000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":13,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54580,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":13,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180129902727169\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":13,\"screen_name\":\"pierremaillefer\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":69,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1583573214\\/Chiddy_-Bang_The_Preview_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"268442892\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1583573214\\/Chiddy_-Bang_The_Preview_normal.jpg\",\"name\":\"Pierre\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 18 19:49:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":268442892,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180129902727169,\"created_at\":\"Fri Feb 24 22:58:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1175000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "36f2e956-1e86-437e-a2f6-e73f38b935ad-173180129902727169" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Coucou @SolangeTeParle dedans la télé ! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1807147455/One_normal.jpg" +}, +"title": "Emilie : Coucou @SolangeTeParle dedans la télé ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1177000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Coucou @SolangeTeParle dedans la t\\u00e9l\\u00e9 ! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[7,22],\"name\":\"Solange te parle\",\"id_str\":\"417867146\",\"id\":417867146}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[40,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180138320691200\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"Be_emy\",\"lang\":\"fr\",\"favourites_count\":26,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":false,\"friends_count\":390,\"location\":\"Paris - Bordeaux\",\"profile_text_color\":\"333333\",\"description\":\"Aka la fille aux petitliens. Dedans c'est m\\u00e9lang\\u00e9 Art\\/Graphisme \\/Packaging\\/Photo\\/Design\\/Archi\\/Zic. Dit aussi beaucoup de b\\u00eatises et \\u00e9ternue toujours 2 fois.\",\"statuses_count\":14878,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":48,\"profile_link_color\":\"990000\",\"followers_count\":882,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1807147455\\/One_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"205247500\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Emilie \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"created_at\":\"Wed Oct 20 13:00:38 +0000 2010\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":205247500,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1807147455\\/One_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173180138320691200,\"created_at\":\"Fri Feb 24 22:58:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1177000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "891198cc-dac0-443c-9449-bc5e6301f31c-173180138320691200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Moi aussi je veux me voir dans l'écran ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1845606272/marikiki_07_02_12_normal.jpg" +}, +"title": "Tluonra: Moi aussi je veux me voir dans l'écran ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1178000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Moi aussi je veux me voir dans l'\\u00e9cran ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180144570208257\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":174,\"screen_name\":\"Tluonra\",\"lang\":\"fr\",\"profile_text_color\":\"080108\",\"statuses_count\":6953,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431637274\\/back_tw_1111.jpg\",\"location\":\"Somewhere over the rainbow\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"e50ef0\",\"followers_count\":222,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845606272\\/marikiki_07_02_12_normal.jpg\",\"description\":\"Graphiste free-lance flammes et twitteuse \\u00e0 gage : Pumm Pumm (appeler aux horaires de bureau)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3c363d\",\"id_str\":\"80332571\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431637274\\/back_tw_1111.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845606272\\/marikiki_07_02_12_normal.jpg\",\"name\":\"Tluonra\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 06 15:47:08 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":80332571,\"utc_offset\":3600,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180144570208257,\"created_at\":\"Fri Feb 24 22:58:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1178000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "02b7b6f8-7db3-4a04-9707-5222c182c14c-173180144570208257" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je découvre #LGW sur la 5. On voit les tweets à la télé, j'aime beaucoup l'idée.", +"img": { +"src": "http://a2.twimg.com/profile_images/1601673608/image_normal.jpg" +}, +"title": "Benjamin Bini: Je découvre #LGW sur la 5. On voit les tweets à la télé, j'aime beaucoup l'idée.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1180000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je d\\u00e9couvre #LGW sur la 5. On voit les tweets \\u00e0 la t\\u00e9l\\u00e9, j'aime beaucoup l'id\\u00e9e.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180152325480450\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C6E2EE\",\"screen_name\":\"BenjaminBini\",\"lang\":\"en\",\"favourites_count\":30,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":472,\"location\":\"Montb\\u00e9liard, Strasbourg\",\"profile_text_color\":\"663B12\",\"followers_count\":246,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1601673608\\/image_normal.jpg\",\"description\":\"Etudiant en \\u00e9cole d'ing\\u00e9nieur (UTBM, g\\u00e9nie info), blogueur \\u00e0 temps partiel, et geek sur les bords (poss\\u00e8de de gros bords).\",\"statuses_count\":1916,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/66385545\\/free_twitter_designer.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"1F98C7\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"C6E2EE\",\"protected\":false,\"id_str\":\"19817064\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Benjamin Bini\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/66385545\\/free_twitter_designer.jpg\",\"created_at\":\"Sat Jan 31 14:45:05 +0000 2009\",\"profile_sidebar_fill_color\":\"DAECF4\",\"id\":19817064,\"follow_request_sent\":null,\"utc_offset\":-36000,\"url\":\"http:\\/\\/www.benjamin-bini.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1601673608\\/image_normal.jpg\"},\"truncated\":false,\"id\":173180152325480450,\"created_at\":\"Fri Feb 24 22:59:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1180000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "53615a30-4fa6-4312-a210-c66daf9b4b8e-173180152325480450" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai les boucles en commun avec la moitié du Palmashow. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1650223404/Solangetof_normal.jpg" +}, +"title": "Solange te parle: J'ai les boucles en commun avec la moitié du Palmashow. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1180000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'ai les boucles en commun avec la moiti\\u00e9 du Palmashow. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180153403416576\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"666666\",\"screen_name\":\"SolangeTeParle\",\"lang\":\"fr\",\"favourites_count\":156,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":195,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":914,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1650223404\\/Solangetof_normal.jpg\",\"description\":\"Quand je pense \\u00e0 tout ce qui m'emp\\u00eache de r\\u00e9fl\\u00e9chir, j'ouvre au hasard le dictionnaire et je te parle en vid\\u00e9ophonie.\",\"statuses_count\":675,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/393555317\\/yayoipurple\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"421fa3\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"417867146\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Solange te parle\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/393555317\\/yayoipurple\",\"created_at\":\"Mon Nov 21 13:20:07 +0000 2011\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":417867146,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/solangeteparle.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650223404\\/Solangetof_normal.jpg\"},\"truncated\":false,\"id\":173180153403416576,\"created_at\":\"Fri Feb 24 22:59:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1180000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f53a99fe-4a44-4f47-9c5b-e09eeb913679-173180153403416576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les invités tweetent en direct. C'est ça #lgw. @LeGrandWebze, une émission 2.0 !", +"img": { +"src": "http://a0.twimg.com/profile_images/1554812197/avatar_padme_normal.jpg" +}, +"title": "M. J.: Les invités tweetent en direct. C'est ça #lgw. @LeGrandWebze, une émission 2.0 !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1181000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Les invit\\u00e9s tweetent en direct. C'est \\u00e7a #lgw. @LeGrandWebze, une \\u00e9mission 2.0 !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[47,60],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180154879803392\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Maprykoto\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":253,\"location\":\"France\",\"profile_text_color\":\"666666\",\"followers_count\":103,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1554812197\\/avatar_padme_normal.jpg\",\"description\":\"Voix ambigu\\u00eb d'un c\\u0153ur qui, au z\\u00e9phyr, pr\\u00e9f\\u00e8re les jattes de kiwis. [Community Manager en herbe, belle plante en devenir.]\",\"statuses_count\":1614,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/255062315\\/essai_loup_automne_copy2.jpg\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"209541132\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"M. J.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/255062315\\/essai_loup_automne_copy2.jpg\",\"created_at\":\"Fri Oct 29 11:44:12 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":209541132,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1554812197\\/avatar_padme_normal.jpg\"},\"truncated\":false,\"id\":173180154879803392,\"created_at\":\"Fri Feb 24 22:59:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1181000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a40cf64c-a9f2-46fa-a45f-94220124359d-173180154879803392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1762841396/image1326847287_normal.png" +}, +"title": "Romain Pellerin: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1183000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54582,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180163729793024\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":19,\"screen_name\":\"romainpellerin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":93,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/359447489\\/fond.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1762841396\\/image1326847287_normal.png\",\"description\":\"Webmaster d'un petit site et passionn\\u00e9 de nouvelles technologies, Google+ : http:\\/\\/goo.gl\\/mvIIU\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"969696\",\"id_str\":\"404834101\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/359447489\\/fond.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1762841396\\/image1326847287_normal.png\",\"name\":\"Romain Pellerin\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 04 13:37:25 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":404834101,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.rady.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180163729793024,\"created_at\":\"Fri Feb 24 22:59:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1183000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c51d6f00-63ed-46f7-be44-a39a2d284efa-173180163729793024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1502522526/270413_2244566072097_1186475357_2778446_2236334_n_normal.jpg" +}, +"title": "Silver X. Rihatts: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1184000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":3,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"palmashow\",\"lang\":\"en\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":67,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":54582,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"statuses_count\":1784,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"palmashow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":23782965,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\"},\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":3,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180168523886592\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"SilverXW2D\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":358,\"location\":\"Issy-Les-Moulineaux\",\"profile_text_color\":\"333333\",\"followers_count\":66,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1502522526\\/270413_2244566072097_1186475357_2778446_2236334_n_normal.jpg\",\"description\":\"Hey yo everyone ! I'm Silver ! Song Writer, Book Writer & Actor sometimes ! Searchin' 4 a casting or an editor ! ;)\\r\\nSinon j'aime la musique et les mangas ! o)\",\"statuses_count\":682,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/356694448\\/Dark-Forest-35836-240944.jpeg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"357793124\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Silver X. Rihatts\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/356694448\\/Dark-Forest-35836-240944.jpeg\",\"created_at\":\"Thu Aug 18 22:32:07 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":357793124,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.facebook.com\\/whitepeace92\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1502522526\\/270413_2244566072097_1186475357_2778446_2236334_n_normal.jpg\"},\"truncated\":false,\"id\":173180168523886592,\"created_at\":\"Fri Feb 24 22:59:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1184000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "34cc4169-240e-487a-b0ac-334b3f392976-173180168523886592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849287081/aYnrwQ30_normal" +}, +"title": "Barbara: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1184000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":3,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54582,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":3,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180169043976193\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":38,\"screen_name\":\"babevva\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":173,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849287081\\/aYnrwQ30_normal\",\"description\":\"Je suis l\\u00e0 pour m'amuser, rire, pour partager ma vie avec vous :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"94037513\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849287081\\/aYnrwQ30_normal\",\"name\":\"Barbara\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 02 06:48:45 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":94037513,\"utc_offset\":3600,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180169043976193,\"created_at\":\"Fri Feb 24 22:59:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1184000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bf3bf78c-89bd-4847-b1ae-cf15a52c96d2-173180169043976193" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Très bon @vinvin ce soir sur #lgw #france5. @francoisrollin aussi via #TVcheck", +"img": { +"src": "http://a0.twimg.com/profile_images/1705755913/twitter-popup-bulle-info-icone-5035-256_normal.png" +}, +"title": "Cédric Le Grevès: Très bon @vinvin ce soir sur #lgw #france5. @francoisrollin aussi via #TVcheck", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1185000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tr\\u00e8s bon @vinvin ce soir sur #lgw #france5. @francoisrollin aussi via #TVcheck\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[9,16],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"francoisrollin\",\"indices\":[44,59],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]},{\"text\":\"france5\",\"indices\":[34,42]},{\"text\":\"TVcheck\",\"indices\":[70,78]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/fr\\/app\\/tvcheck\\/id437347192?mt=8\\\" rel=\\\"nofollow\\\"\\u003ETVcheck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180175054417920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1811,\"screen_name\":\"clegreves\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":433,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":356,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"description\":\"@TVcheck addict\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"316519559\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"name\":\"C\\u00e9dric Le Grev\\u00e8s\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 13 15:35:43 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":316519559,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180175054417920,\"created_at\":\"Fri Feb 24 22:59:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1185000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef163198-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "889baa33-0dcf-462a-bde2-9cf2da0feada-173180175054417920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW, Pourquoi François doit changer de ton ? Il exagère un peu trop m'enfin il est comme le vin, il s'améliore avec le temps #ilchange2ton", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW, Pourquoi François doit changer de ton ? Il exagère un peu trop m'enfin il est comme le vin, il s'améliore avec le temps #ilchange2ton", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1185000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW, Pourquoi Fran\\u00e7ois doit changer de ton ? Il exag\\u00e8re un peu trop m'enfin il est comme le vin, il s'am\\u00e9liore avec le temps #ilchange2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"ilchange2ton\",\"indices\":[126,139]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180171677999104\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180171677999104,\"created_at\":\"Fri Feb 24 22:59:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1185000, +"tags": [ +{ +"id-ref": "ef1a8540-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "117c0c57-0040-411c-bd34-abdcb16d71df-173180171677999104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @FlorencePorcel le cube du milieu fait peur, on dirait qu'il va exploser", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw @FlorencePorcel le cube du milieu fait peur, on dirait qu'il va exploser", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1185000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw @FlorencePorcel le cube du milieu fait peur, on dirait qu'il va exploser\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[5,20],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180175327051776\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"statuses_count\":705,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Thibaut Devillers\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":92095420,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\"},\"truncated\":false,\"id\":173180175327051776,\"created_at\":\"Fri Feb 24 22:59:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1185000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "15265709-98ef-4953-b113-9cbfb329e9d7-173180175327051776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'aime @LeGrandWebze ; c'est prétentieux comme nous. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1743773925/tag_2011_rutan_main_normal.jpg" +}, +"title": "Jellyfishymous: J'aime @LeGrandWebze ; c'est prétentieux comme nous. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1186000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'aime @LeGrandWebze ; c'est pr\\u00e9tentieux comme nous. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[7,20],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180179152248833\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Jellyfishymous\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":19,\"location\":\"Everywhere\",\"profile_text_color\":\"333333\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1743773925\\/tag_2011_rutan_main_normal.jpg\",\"description\":\"Peace & Lulz ~:)\",\"statuses_count\":169,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"459357676\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jellyfishymous\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Jan 09 15:37:25 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":459357676,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/blogs.lesinrocks.com\\/jellyfish\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1743773925\\/tag_2011_rutan_main_normal.jpg\"},\"truncated\":false,\"id\":173180179152248833,\"created_at\":\"Fri Feb 24 22:59:06 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1186000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "541d122d-30d9-462f-b4e8-a8e899afea45-173180179152248833" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow On la vire #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1806734535/228225_1895239432200_1578013922_1832486_7123468_n_normal.jpg" +}, +"title": "Quentin: @palmashow On la vire #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1187000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow On la vire #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173179924620910593\",\"id_str\":\"173180180460867587\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173179924620910593,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"Prototeep\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2224,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"France - Europe - Terre \",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1806734535\\/228225_1895239432200_1578013922_1832486_7123468_n_normal.jpg\",\"description\":\"La vie c'est dingue, la vie c'est fou.\\r\\nRedouanne Harjane \\r\\n\\r\\n#FollowBack\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"235628181\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1806734535\\/228225_1895239432200_1578013922_1832486_7123468_n_normal.jpg\",\"name\":\"Quentin\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 08 17:55:03 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":235628181,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173180180460867587,\"created_at\":\"Fri Feb 24 22:59:07 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1187000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "090c2afd-2eae-4a4c-a741-8bbccbcbf620-173180180460867587" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @cybunk: #lgw francois rollin doit il rester ?? #ilreste #ilpart #cqui #change2ton #change2chemise :-)", +"img": { +"src": "http://a0.twimg.com/profile_images/1745897152/espress_normal.jpg" +}, +"title": "a.grigolini: RT @cybunk: #lgw francois rollin doit il rester ?? #ilreste #ilpart #cqui #change2ton #change2chemise :-)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1187000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @cybunk: #lgw francois rollin doit il rester ?? #ilreste #ilpart #cqui #change2ton #change2chemise :-)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"cybunk\",\"indices\":[3,10],\"id_str\":\"14905766\",\"name\":\"Samuel Huron\",\"id\":14905766}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]},{\"text\":\"ilreste\",\"indices\":[51,59]},{\"text\":\"ilpart\",\"indices\":[60,67]},{\"text\":\"cqui\",\"indices\":[68,73]},{\"text\":\"change2ton\",\"indices\":[74,85]},{\"text\":\"change2chemise\",\"indices\":[86,101]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw francois rollin doit il rester ?? #ilreste #ilpart #cqui #change2ton #change2chemise :-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[39,47]},{\"text\":\"ilpart\",\"indices\":[48,55]},{\"text\":\"cqui\",\"indices\":[56,61]},{\"text\":\"change2ton\",\"indices\":[62,73]},{\"text\":\"change2chemise\",\"indices\":[74,89]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180058926723072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":764,\"screen_name\":\"cybunk\",\"lang\":\"en\",\"profile_text_color\":\"4c9c8f\",\"statuses_count\":2674,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":69,\"profile_link_color\":\"b3009b\",\"followers_count\":699,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"description\":\"Lead designer @IRILive Centre Pompidou \\/ PhD student in #infoviz #chi @ Paris11 \\/ @INRIA : #ui #Webdesign, #WebScience, #philosophy, #open #innovation\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"14905766\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"name\":\"Samuel Huron\",\"default_profile_image\":false,\"created_at\":\"Mon May 26 06:02:18 +0000 2008\",\"profile_sidebar_border_color\":\"b3009b\",\"id\":14905766,\"utc_offset\":-10800,\"favourites_count\":405,\"url\":\"http:\\/\\/www.cybunk.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180058926723072,\"created_at\":\"Fri Feb 24 22:58:38 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180181425553409\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":862,\"screen_name\":\"antuan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2387,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":14,\"profile_link_color\":\"990000\",\"followers_count\":386,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"description\":\"ristretto sans sucre | direction de la strat\\u00e9gie \\u00e0 francetv (mais ce compte est personnel, n\\u2019engage que moi etc etc) | TL surtout en VF \\/ a volte in italiano\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"5661312\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"profile_sidebar_fill_color\":\"f2f2f2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"name\":\"a.grigolini\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 30 17:55:20 +0000 2007\",\"profile_sidebar_border_color\":\"a8a8a8\",\"id\":5661312,\"utc_offset\":3600,\"favourites_count\":258,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180181425553409,\"created_at\":\"Fri Feb 24 22:59:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1187000, +"tags": [ +{ +"id-ref": "ef54d3da-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "02c0a8d6-2250-4b12-b2f1-ef98dd897914-173180181425553409" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "j'aime bien ce plateau de #lgw lui #ilreste", +"img": { +"src": "http://a2.twimg.com/profile_images/1427838155/P7114024_normal.JPG" +}, +"title": "jali: j'aime bien ce plateau de #lgw lui #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1188000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"j'aime bien ce plateau de #lgw lui #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]},{\"text\":\"ilreste\",\"indices\":[35,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.netvibes.com\\/\\\" rel=\\\"nofollow\\\"\\u003ENetvibes Official Widget\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180185724727297\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":110,\"screen_name\":\"Jali\",\"lang\":\"fr\",\"profile_text_color\":\"574b57\",\"statuses_count\":30519,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"FR\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"name\":\"jali\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":8064742,\"utc_offset\":3600,\"favourites_count\":148,\"url\":\"http:\\/\\/www.jali.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180185724727297,\"created_at\":\"Fri Feb 24 22:59:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1188000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "806467e5-db69-4d0d-b139-f241ac2066c2-173180185724727297" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze dites-zy @francoisrollin que je l'aime et que je lui ai déclaré ma flamme pour la St Valentin #lgw Cc @florenceporcel", +"img": { +"src": "http://a0.twimg.com/profile_images/1784236610/whipped_cream_1__normal.jpg" +}, +"title": "dallas: @LeGrandWebze dites-zy @francoisrollin que je l'aime et que je lui ai déclaré ma flamme pour la St Valentin #lgw Cc @florenceporcel", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1190000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze dites-zy @francoisrollin que je l'aime et que je lui ai d\\u00e9clar\\u00e9 ma flamme pour la St Valentin #lgw Cc @florenceporcel\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"francoisrollin\",\"indices\":[23,38],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076},{\"screen_name\":\"FlorencePorcel\",\"indices\":[116,131],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[108,112]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173179429508493312\",\"id_str\":\"173180193211551744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173179429508493312,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":242,\"screen_name\":\"harlemdallas\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":2228,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/348916235\\/Grace_Jones_article_imageimagearticle.jpg\",\"location\":\"Paris\\/Ajaccio\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"FF0000\",\"followers_count\":193,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1784236610\\/whipped_cream_1__normal.jpg\",\"description\":\"Le T\\u00e9l\\u00e9phone Arabe. Journaliste ayant touch\\u00e9 de pr\\u00e8s le Saint Graal (ex CSOJ et Arte) com\\u00e9dienne qui le cherche encore.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"id_str\":\"127074304\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/348916235\\/Grace_Jones_article_imageimagearticle.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1784236610\\/whipped_cream_1__normal.jpg\",\"name\":\"dallas\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 27 23:54:10 +0000 2010\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":127074304,\"utc_offset\":-10800,\"favourites_count\":255,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173180193211551744,\"created_at\":\"Fri Feb 24 22:59:10 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1190000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fb7f17c9-c1a1-4277-bfd8-d5046110f00e-173180193211551744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ma question posé dans @LeGrandWebze héhé la classe :)", +"img": { +"src": "http://a1.twimg.com/profile_images/1204995234/SBibou_-_iPomme_normal.jpg" +}, +"title": "Steve By.Boo: #lgw ma question posé dans @LeGrandWebze héhé la classe :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1191000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ma question pos\\u00e9 dans @LeGrandWebze h\\u00e9h\\u00e9 la classe :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[27,40],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180199461060608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":80,\"screen_name\":\"stevebyboo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":957,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"CC3366\",\"followers_count\":22,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1204995234\\/SBibou_-_iPomme_normal.jpg\",\"description\":\"Je suis un gars qui aime tout ... \\u00e0 peu pr\\u00e8s\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"DBE9ED\",\"id_str\":\"220625395\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1204995234\\/SBibou_-_iPomme_normal.jpg\",\"name\":\"Steve By.Boo\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 28 10:32:25 +0000 2010\",\"profile_sidebar_border_color\":\"DBE9ED\",\"id\":220625395,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/www.veilleurs.info\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180199461060608,\"created_at\":\"Fri Feb 24 22:59:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1191000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "06bec06a-e634-4777-90c9-2355d88a466d-173180199461060608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @SolangeTeParle: J'ai les boucles en commun avec la moitié du Palmashow. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1559690986/imm009_7A_normal.jpg" +}, +"title": "Thomas Charoy: RT @SolangeTeParle: J'ai les boucles en commun avec la moitié du Palmashow. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1191000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"RT @SolangeTeParle: J'ai les boucles en commun avec la moiti\\u00e9 du Palmashow. #lgw\",\"created_at\":\"Fri Feb 24 22:59:11 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}],\"user_mentions\":[{\"indices\":[3,18],\"screen_name\":\"SolangeTeParle\",\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173180197292617728\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":0,\"created_at\":\"Fri Mar 04 08:41:12 +0000 2011\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/394183517\\/FB.png\",\"url\":\"http:\\/\\/thomascharoy.tumblr.com\\/\",\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"0084B4\",\"screen_name\":\"ThomasCharoy\",\"time_zone\":\"Paris\",\"description\":\"Photographer\\r\\nGuitarist\\r\\n& many other things\",\"following\":null,\"geo_enabled\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/394183517\\/FB.png\",\"profile_background_color\":\"C0DEED\",\"location\":\"Albi\",\"id_str\":\"260643633\",\"profile_background_tile\":true,\"followers_count\":70,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1559690986\\/imm009_7A_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1559690986\\/imm009_7A_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"DDEEF6\",\"favourites_count\":3,\"protected\":false,\"friends_count\":169,\"profile_sidebar_border_color\":\"C0DEED\",\"name\":\"Thomas Charoy\",\"contributors_enabled\":false,\"verified\":false,\"id\":260643633,\"statuses_count\":1019,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173180197292617728,\"retweeted_status\":{\"truncated\":false,\"text\":\"J'ai les boucles en commun avec la moiti\\u00e9 du Palmashow. #lgw\",\"created_at\":\"Fri Feb 24 22:59:00 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}],\"user_mentions\":[]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173180153403416576\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":27,\"created_at\":\"Mon Nov 21 13:20:07 +0000 2011\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/393555317\\/yayoipurple\",\"url\":\"http:\\/\\/solangeteparle.com\",\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"421fa3\",\"screen_name\":\"SolangeTeParle\",\"time_zone\":null,\"description\":\"Quand je pense \\u00e0 tout ce qui m'emp\\u00eache de r\\u00e9fl\\u00e9chir, j'ouvre au hasard le dictionnaire et je te parle en vid\\u00e9ophonie.\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/393555317\\/yayoipurple\",\"profile_background_color\":\"ffffff\",\"location\":\"\",\"id_str\":\"417867146\",\"profile_background_tile\":true,\"followers_count\":914,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650223404\\/Solangetof_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1650223404\\/Solangetof_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"ffffff\",\"favourites_count\":156,\"protected\":false,\"friends_count\":195,\"profile_sidebar_border_color\":\"666666\",\"name\":\"Solange te parle\",\"contributors_enabled\":false,\"verified\":false,\"id\":417867146,\"statuses_count\":675,\"profile_use_background_image\":true,\"utc_offset\":null},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173180153403416576}}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1191000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62ff311e-3dd1-420c-9b73-39906fc54a14-173180197292617728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilchange2chemise ou #ilpart”", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: #lgw #ilchange2chemise ou #ilpart”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1191000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilchange2chemise ou #ilpart\\u201d\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilchange2chemise\",\"indices\":[5,22]},{\"text\":\"ilpart\",\"indices\":[26,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180196772528130\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":210,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180196772528130,\"created_at\":\"Fri Feb 24 22:59:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1191000, +"tags": [ +{ +"id-ref": "ef47f0f2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4b8017d2-5025-4098-960d-31c4149b46be-173180196772528130" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Elle a l'air très sage @solangeteparle toute seule dans son petit coin. #Lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1650056809/pandadanssonbain_normal.JPG" +}, +"title": "justice pandine: Elle a l'air très sage @solangeteparle toute seule dans son petit coin. #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1192000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Elle a l'air tr\\u00e8s sage @solangeteparle toute seule dans son petit coin. #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[23,38],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180200694198273\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1340,\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"profile_text_color\":\"1a0e1a\",\"statuses_count\":28272,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"location\":\"Bambouseraie\",\"show_all_inline_media\":false,\"listed_count\":192,\"profile_link_color\":\"9058d1\",\"followers_count\":2571,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"profile_sidebar_fill_color\":\"f5fafa\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"name\":\"justice pandine\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_border_color\":\"adffef\",\"id\":177984098,\"utc_offset\":3600,\"favourites_count\":1862,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180200694198273,\"created_at\":\"Fri Feb 24 22:59:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1192000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d6e9b986-b0e8-44c3-9e38-7d8f640af60c-173180200694198273" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est amusant comme concept #LGW . Par contre je sais pas si je vais tenir toute l'émission..", +"img": { +"src": "http://a3.twimg.com/profile_images/1764410196/t_l_chargement_normal.jpg" +}, +"title": "Camille A.: C'est amusant comme concept #LGW . Par contre je sais pas si je vais tenir toute l'émission..", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1193000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est amusant comme concept #LGW . Par contre je sais pas si je vais tenir toute l'\\u00e9mission..\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180208344612865\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":126,\"screen_name\":\"CamilleeA\",\"lang\":\"fr\",\"profile_text_color\":\"e6d981\",\"statuses_count\":2584,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362369940\\/rosace-fond-marron.jpg\",\"location\":\"Basse-Normandie, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"b58e4b\",\"followers_count\":77,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1764410196\\/t_l_chargement_normal.jpg\",\"description\":\"J'aurais voulu trouver un truc original \\u00e0 dire pour ma pr\\u00e9sentation; c'est loup\\u00e9.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"451909\",\"id_str\":\"213076899\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362369940\\/rosace-fond-marron.jpg\",\"profile_sidebar_fill_color\":\"40251c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1764410196\\/t_l_chargement_normal.jpg\",\"name\":\"Camille A.\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 07 22:21:06 +0000 2010\",\"profile_sidebar_border_color\":\"e6d981\",\"id\":213076899,\"utc_offset\":3600,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180208344612865,\"created_at\":\"Fri Feb 24 22:59:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1193000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "377e5747-05ba-4aab-96ba-30be08445876-173180208344612865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est joli, ces luminaires ikea #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/569365839/entrbtn2_normal.gif" +}, +"title": "Screech Cubik: C'est joli, ces luminaires ikea #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1194000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est joli, ces luminaires ikea #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180210093625344\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"s_cubik\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":57,\"location\":\"Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":74,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/569365839\\/entrbtn2_normal.gif\",\"description\":\"\",\"statuses_count\":1289,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Brussels\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"96092449\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Screech Cubik\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Dec 11 09:16:29 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":96092449,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.talkgeekytome.net\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/569365839\\/entrbtn2_normal.gif\"},\"truncated\":false,\"id\":173180210093625344,\"created_at\":\"Fri Feb 24 22:59:14 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1194000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "44e71acb-9adc-4ea9-8e46-14088eabc0d0-173180210093625344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, la lumière du cube a wizzer :o #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Oh, la lumière du cube a wizzer :o #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1196000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, la lumi\\u00e8re du cube a wizzer :o #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180217555288064\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180217555288064,\"created_at\":\"Fri Feb 24 22:59:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1196000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5330e3dd-1188-45f7-81db-c4f1cbe2388f-173180217555288064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai honte je viens de découvrir #lgw. Quelqu'un m'explique le concept ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1366398468/199422_147664651964624_100001632707791_291203_4432894_n_normal.jpg" +}, +"title": "Thomas Sihapanya: J'ai honte je viens de découvrir #lgw. Quelqu'un m'explique le concept ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1196000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'ai honte je viens de d\\u00e9couvrir #lgw. Quelqu'un m'explique le concept ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.7718312,45.7073626],[4.8983666,45.7073626],[4.8983666,45.8082829],[4.7718312,45.8082829]]]},\"place_type\":\"city\",\"attributes\":{},\"full_name\":\"Lyon, Rh\\u00f4ne\",\"name\":\"Lyon\",\"id\":\"d091189af463dd4a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d091189af463dd4a.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[4.84691568,45.77107614]},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[45.77107614,4.84691568]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180218079592448\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f7b565\",\"screen_name\":\"TomSihap\",\"lang\":\"fr\",\"favourites_count\":1469,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":450,\"location\":\"Lyon, France\",\"profile_text_color\":\"004358\",\"followers_count\":444,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1366398468\\/199422_147664651964624_100001632707791_291203_4432894_n_normal.jpg\",\"description\":\"#Lyon Lover, #etudiant, #entrepreneur, #esth\\u00e8te, et Roi Lion le reste du temps. #Web #Dev #Cinema #Curiosit\\u00e9s\",\"statuses_count\":6483,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/158776155\\/xe9109579070df1f2b2af05135925306.jpg\",\"show_all_inline_media\":true,\"listed_count\":37,\"profile_link_color\":\"448668\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"001329\",\"protected\":false,\"id_str\":\"7567982\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Thomas Sihapanya\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/158776155\\/xe9109579070df1f2b2af05135925306.jpg\",\"created_at\":\"Wed Jul 18 19:33:05 +0000 2007\",\"profile_sidebar_fill_color\":\"000b17\",\"id\":7567982,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.thomas-sihapanya.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1366398468\\/199422_147664651964624_100001632707791_291203_4432894_n_normal.jpg\"},\"truncated\":false,\"id\":173180218079592448,\"created_at\":\"Fri Feb 24 22:59:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1196000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2da51495-d16e-4c37-b4f6-8ffffb777e79-173180218079592448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow @vinvin on fait tomber la chemise .... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1332822559/Birdswatchtelevision_normal.jpg" +}, +"title": "Birdswatchtelevision: @palmashow @vinvin on fait tomber la chemise .... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1196000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"palmashow\",\"favorited\":false,\"text\":\"@palmashow @vinvin on fait tomber la chemise .... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[11,18],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"in_reply_to_user_id\":23782965,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173179924620910593,\"in_reply_to_status_id_str\":\"173179924620910593\",\"id_str\":\"173180221250486272\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"4bbb00\",\"screen_name\":\"birdswatchtv\",\"lang\":\"fr\",\"favourites_count\":52,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":176,\"location\":\"\",\"profile_text_color\":\"4bbb00\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1332822559\\/Birdswatchtelevision_normal.jpg\",\"description\":\"Nowhere man.\\r\\nAlways look on the bright side of life!\",\"statuses_count\":181,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/243090408\\/Birdswatchtelevision.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"4bbb00\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"3c8bf3\",\"protected\":false,\"id_str\":\"288959401\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Birdswatchtelevision\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/243090408\\/Birdswatchtelevision.jpg\",\"created_at\":\"Wed Apr 27 19:17:46 +0000 2011\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":288959401,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/birdswatchtelevision.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1332822559\\/Birdswatchtelevision_normal.jpg\"},\"truncated\":false,\"id\":173180221250486272,\"created_at\":\"Fri Feb 24 22:59:16 +0000 2012\",\"in_reply_to_user_id_str\":\"23782965\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1196000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "081f6622-2a14-4938-8f6b-7aec2b70b9eb-173180221250486272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw#lgw #lgw #lgw #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1813748613/estao_O_normal.jpg" +}, +"title": "Jorge Vargas: #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw#lgw #lgw #lgw #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1201000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw #lgw#lgw #lgw #lgw #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"lgw\",\"indices\":[5,9]},{\"text\":\"lgw\",\"indices\":[10,14]},{\"text\":\"lgw\",\"indices\":[15,19]},{\"text\":\"lgw\",\"indices\":[20,24]},{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"lgw\",\"indices\":[30,34]},{\"text\":\"lgw\",\"indices\":[35,39]},{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"lgw\",\"indices\":[45,49]},{\"text\":\"lgw\",\"indices\":[50,54]},{\"text\":\"lgw\",\"indices\":[55,59]},{\"text\":\"lgw\",\"indices\":[60,64]},{\"text\":\"lgw\",\"indices\":[65,69]},{\"text\":\"lgw\",\"indices\":[70,74]},{\"text\":\"lgw\",\"indices\":[75,79]},{\"text\":\"lgw\",\"indices\":[80,84]},{\"text\":\"lgw\",\"indices\":[85,89]},{\"text\":\"lgw\",\"indices\":[90,94]},{\"text\":\"lgw\",\"indices\":[95,99]},{\"text\":\"lgw\",\"indices\":[100,104]},{\"text\":\"lgw\",\"indices\":[105,109]},{\"text\":\"lgw\",\"indices\":[110,114]},{\"text\":\"lgw\",\"indices\":[124,128]},{\"text\":\"lgw\",\"indices\":[129,133]},{\"text\":\"lgw\",\"indices\":[134,138]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180242301698048\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1877,\"screen_name\":\"JorgeVargasSua\",\"lang\":\"es\",\"profile_text_color\":\"ffffff\",\"statuses_count\":1063,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/419947696\\/estao_O.jpg\",\"location\":\"Espa\\u00f1a\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"632d09\",\"followers_count\":1260,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1813748613\\/estao_O_normal.jpg\",\"description\":\"#MarryTheNight\\u266c, \\u2666@LadyGaga\\u2764QueenOfPop\\u2666, Little Monster\\u265e, ILoveYouSoMuch! #Gaga \\u2764#PawsUp\\u2764 ;$ @ChrisBrown! HisMusicIsPerfect \\u2739Strip, Forever\\u2739 \\u266b\\u266c\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Madrid\",\"profile_background_color\":\"000000\",\"id_str\":\"332860496\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/419947696\\/estao_O.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813748613\\/estao_O_normal.jpg\",\"name\":\"Jorge Vargas\",\"default_profile_image\":false,\"created_at\":\"Sun Jul 10 15:11:56 +0000 2011\",\"profile_sidebar_border_color\":\"00ffee\",\"id\":332860496,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.youtube.com\\/user\\/JorgeVargas97?feature=mhee\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180242301698048,\"created_at\":\"Fri Feb 24 22:59:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1201000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e4c1a29e-fff6-4072-a64d-59ba96a0f8f3-173180242301698048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @okhin ET docn, les gens sur #irc ils sont pas sur la bubble? #lgw pffff", +"img": { +"src": "http://a2.twimg.com/profile_images/1133755055/JU_normal.jpg" +}, +"title": "Ju: RT @okhin ET docn, les gens sur #irc ils sont pas sur la bubble? #lgw pffff", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1202000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @okhin ET docn, les gens sur #irc ils sont pas sur la bubble? #lgw pffff\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"okhin\",\"indices\":[3,9],\"name\":\"Okhin\",\"id_str\":\"49560409\",\"id\":49560409}],\"hashtags\":[{\"text\":\"irc\",\"indices\":[32,36]},{\"text\":\"lgw\",\"indices\":[65,69]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180246433071104\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"jujusete\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":581,\"location\":\"en France, mais pas trop\",\"profile_text_color\":\"3E4415\",\"followers_count\":1769,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1133755055\\/JU_normal.jpg\",\"description\":\"Journaliste, ex Moyen-Orient, ex Asie du Sud-Est et Tunisie. CV ici http:\\/\\/juliegommes.cv.fm\\/\\/fr\\/ Tahina et sac \\u00e0 dos addict, cr\\u00e9atrice de la #pigistini\\u00e8re.\",\"statuses_count\":51247,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":118,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"26174431\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Ju\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Tue Mar 24 04:06:36 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":26174431,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/seteici.midiblogs.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1133755055\\/JU_normal.jpg\"},\"truncated\":false,\"id\":173180246433071104,\"created_at\":\"Fri Feb 24 22:59:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1202000, +"tags": [ +{ +"id-ref": "ef044dd4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "33166722-82ff-417b-986f-b5258cd28894-173180246433071104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "le cube clignote !!!! #lgw #cQui #psychédélique", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: le cube clignote !!!! #lgw #cQui #psychédélique", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1202000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"le cube clignote !!!! #lgw #cQui #psych\\u00e9d\\u00e9lique\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]},{\"text\":\"cQui\",\"indices\":[27,32]},{\"text\":\"psych\\u00e9d\\u00e9lique\",\"indices\":[33,47]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180244868608000\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"favourites_count\":68,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":400,\"location\":\"Ile de France, Nancy, Toulois\",\"profile_text_color\":\"333333\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"statuses_count\":13679,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"protected\":false,\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Godai Yusaku\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"id\":76995130,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\"},\"truncated\":false,\"id\":173180244868608000,\"created_at\":\"Fri Feb 24 22:59:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1202000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef5addfc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fdc18bb4-2eb9-4303-b051-7a3669aad46d-173180244868608000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je veux que @Vinvin enlève sa veste pour pouvoir admirer sa chemise #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1829519991/simple_normal.jpg" +}, +"title": "Florian: Je veux que @Vinvin enlève sa veste pour pouvoir admirer sa chemise #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1206000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je veux que @Vinvin enl\\u00e8ve sa veste pour pouvoir admirer sa chemise #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[12,19],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180259351543808\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"DrNova\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":149,\"location\":\"Lyon\",\"profile_text_color\":\"333333\",\"followers_count\":268,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1829519991\\/simple_normal.jpg\",\"description\":\"\\u00c0 coup de scalpel je tranche vos id\\u00e9es pr\\u00e9con\\u00e7ues.\",\"statuses_count\":8723,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/284198976\\/twilk_background_4e139906cbe34.jpg\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"73372337\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Florian\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/284198976\\/twilk_background_4e139906cbe34.jpg\",\"created_at\":\"Fri Sep 11 12:17:25 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":73372337,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829519991\\/simple_normal.jpg\"},\"truncated\":false,\"id\":173180259351543808,\"created_at\":\"Fri Feb 24 22:59:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1206000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "66900f57-48db-48ec-b528-bb04fee6f30c-173180259351543808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je suis tout chambouler par le nouveau grand webze, faut que je m'y fasse! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1809740458/yp6RTf3m_normal" +}, +"title": "Hêtre Absurde: Je suis tout chambouler par le nouveau grand webze, faut que je m'y fasse! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1208000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je suis tout chambouler par le nouveau grand webze, faut que je m'y fasse! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180267735957504\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"GuillaumBr\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":97,\"location\":\"Tours\",\"profile_text_color\":\"666666\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1809740458\\/yp6RTf3m_normal\",\"description\":\"naissance:1986 - d\\u00e9c\\u00e8s: keep in touch. Je vous tweeterais!\",\"statuses_count\":314,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/330915258\\/geyser-geysir-islande.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"374241912\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"H\\u00eatre Absurde\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/330915258\\/geyser-geysir-islande.jpg\",\"created_at\":\"Thu Sep 15 23:40:39 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":374241912,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809740458\\/yp6RTf3m_normal\"},\"truncated\":false,\"id\":173180267735957504,\"created_at\":\"Fri Feb 24 22:59:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1208000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "99eb3d5e-152f-4987-a6c2-44cf96f279d5-173180267735957504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw” / Faut la jeter !", +"img": { +"src": "http://a3.twimg.com/profile_images/1750880692/AK_normal.jpg" +}, +"title": "Antoine Kister: “@palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw” / Faut la jeter !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1208000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\\u201d \\/ Faut la jeter !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[1,11],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[51,58],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180268411232256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":511,\"screen_name\":\"antoinekister\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":8471,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Proche de Strasbourg\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"2FC2EF\",\"followers_count\":356,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1750880692\\/AK_normal.jpg\",\"description\":\"Carcassonnais exil\\u00e9 en Alsace pour des raisons encore non d\\u00e9finis. Sinon je suis un geek, amateur de mangas, s\\u00e9ries TV et joueur amateur de jeux vid\\u00e9os.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"7722152\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1750880692\\/AK_normal.jpg\",\"name\":\"Antoine Kister\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 25 21:44:22 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":7722152,\"utc_offset\":3600,\"favourites_count\":15,\"url\":\"http:\\/\\/www.antoinekister.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180268411232256,\"created_at\":\"Fri Feb 24 22:59:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1208000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5a02f56a-b547-438e-8225-720ee7f2a55a-173180268411232256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1708238709/n__normal.png" +}, +"title": "Fatal Furilax: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1209000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"palmashow\",\"lang\":\"en\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":67,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":54579,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"statuses_count\":1784,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"palmashow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":23782965,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\"},\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180274249699328\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"remikzlwsk\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":51,\"location\":\"In your ass baby .\",\"profile_text_color\":\"333333\",\"followers_count\":44,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1708238709\\/n__normal.png\",\"description\":\"Je m'appelle Chuck Norris et j'approuve ce jeu !\\r\\nGeek \\u00e0 plein temps !\\r\\n\",\"statuses_count\":2862,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"259849492\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Fatal Furilax\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Mar 02 18:35:05 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":259849492,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1708238709\\/n__normal.png\"},\"truncated\":false,\"id\":173180274249699328,\"created_at\":\"Fri Feb 24 22:59:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1209000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8eb80b79-a01d-4023-a8b1-9bf503988607-173180274249699328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Quelqu'un peut me dire comment on peut finir l'émission avant en santé et se prendre une mandale avant après ? :D #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: Quelqu'un peut me dire comment on peut finir l'émission avant en santé et se prendre une mandale avant après ? :D #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1209000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Quelqu'un peut me dire comment on peut finir l'\\u00e9mission avant en sant\\u00e9 et se prendre une mandale avant apr\\u00e8s ? :D #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180274983714816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10392,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180274983714816,\"created_at\":\"Fri Feb 24 22:59:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1209000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f9aef692-4a96-4322-813b-c32cbdf38810-173180274983714816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow @vinvin Moi je dis on la supprime trop de risque de crise d'épilepsie :) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1796744745/Anonymous-header_normal.PNG" +}, +"title": "Musi_Call_Ment: @palmashow @vinvin Moi je dis on la supprime trop de risque de crise d'épilepsie :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1210000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"palmashow\",\"favorited\":false,\"text\":\"@palmashow @vinvin Moi je dis on la supprime trop de risque de crise d'\\u00e9pilepsie :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[11,18],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[84,88]}]},\"in_reply_to_user_id\":23782965,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173179924620910593,\"in_reply_to_status_id_str\":\"173179924620910593\",\"id_str\":\"173180278037159936\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"93afe6\",\"screen_name\":\"mat_moi_ca\",\"lang\":\"en\",\"favourites_count\":14,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":199,\"location\":\"\",\"profile_text_color\":\"93afe6\",\"followers_count\":88,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"description\":\"Geek qui s'est perdu sur internet. je suis chieur ! Ce que j'aime ? Le m\\u00e9tal. FOLLOW MOI !!\",\"statuses_count\":6544,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"93afe6\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1dabf2\",\"protected\":false,\"id_str\":\"348842674\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Musi_Call_Ment\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"created_at\":\"Fri Aug 05 02:52:54 +0000 2011\",\"profile_sidebar_fill_color\":\"000000\",\"id\":348842674,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\"},\"truncated\":false,\"id\":173180278037159936,\"created_at\":\"Fri Feb 24 22:59:30 +0000 2012\",\"in_reply_to_user_id_str\":\"23782965\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1210000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c11bef6c-9e50-46b6-9d5c-5277a9b5be7e-173180278037159936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@misterclem vu dans #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1806696137/image_normal.jpg" +}, +"title": "dominique stizi: @misterclem vu dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1210000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"misterclem\",\"favorited\":false,\"text\":\"@misterclem vu dans #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"misterclem\",\"indices\":[0,11],\"name\":\"Misterclem\",\"id_str\":\"11793022\",\"id\":11793022}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"in_reply_to_user_id\":11793022,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180278808907776\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"mylenemycotton\",\"lang\":\"fr\",\"favourites_count\":69,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1151,\"location\":\"marseille\",\"profile_text_color\":\"333333\",\"followers_count\":462,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1806696137\\/image_normal.jpg\",\"description\":\"curieuse de nature....un avis sur tout......\\r\\npassionn\\u00e9e d'economie-politique-mode\",\"statuses_count\":8163,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"253491103\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"dominique stizi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Feb 17 10:36:37 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":253491103,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1806696137\\/image_normal.jpg\"},\"truncated\":false,\"id\":173180278808907776,\"created_at\":\"Fri Feb 24 22:59:30 +0000 2012\",\"in_reply_to_user_id_str\":\"11793022\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1210000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f9bfef3-43f4-4522-a581-9bdc710d9ffe-173180278808907776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@obernasson @vinvin #lgw parce qu'il a autant de mauvais goût.", +"img": { +"src": "http://a0.twimg.com/profile_images/735642103/mortimer_normal.jpg" +}, +"title": "Yves BARBARIN: @obernasson @vinvin #lgw parce qu'il a autant de mauvais goût.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1210000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@obernasson @vinvin #lgw parce qu'il a autant de mauvais go\\u00fbt.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"obernasson\",\"indices\":[0,11],\"id_str\":\"313935953\",\"name\":\"Olivier Bernasson\",\"id\":313935953},{\"screen_name\":\"Vinvin\",\"indices\":[12,19],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173179714607906816\",\"id_str\":\"173180280218189824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173179714607906816,\"in_reply_to_user_id_str\":\"313935953\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"yves_bar\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":87,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris, Ile-de-France FR\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"9D582E\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/735642103\\/mortimer_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"8B542B\",\"id_str\":\"120391774\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/735642103\\/mortimer_normal.jpg\",\"name\":\"Yves BARBARIN\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 08:54:21 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":120391774,\"utc_offset\":0,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":\"obernasson\",\"truncated\":false,\"id\":173180280218189824,\"created_at\":\"Fri Feb 24 22:59:30 +0000 2012\",\"in_reply_to_user_id\":313935953}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1210000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "351b3754-9845-42c5-a116-4d5c844b6c97-173180280218189824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1572588410/avatar__1__normal.jpg" +}, +"title": "William-Alex Proust: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1211000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":2,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54580,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":2,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180283489746944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1626,\"screen_name\":\"W_A_Proust\",\"lang\":\"fr\",\"profile_text_color\":\"eaf7ec\",\"statuses_count\":1039,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/252192898\\/060731072853_43.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"117d9e\",\"followers_count\":315,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1572588410\\/avatar__1__normal.jpg\",\"description\":\"Journaliste \\u00e0 Eurosport.fr, r\\u00e9daction que mes tweets n'engagent \\u00e9videmment pas. Ex-Sports.fr, ex-Football.fr, ex-Le R\\u00e9publicain de l'Essonne. Franco-Mexicain.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"296877159\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/252192898\\/060731072853_43.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1572588410\\/avatar__1__normal.jpg\",\"name\":\"William-Alex Proust\",\"default_profile_image\":false,\"created_at\":\"Wed May 11 15:05:07 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":296877159,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":\"http:\\/\\/williamalexandreproust.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180283489746944,\"created_at\":\"Fri Feb 24 22:59:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1211000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "16f70360-2e7f-490e-a69d-69f17cb573bb-173180283489746944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"Saute hugo ! UN TROU !\" #lgw #ilsaute", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: \"Saute hugo ! UN TROU !\" #lgw #ilsaute", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1211000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\"Saute hugo ! UN TROU !\\\" #lgw #ilsaute\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"ilsaute\",\"indices\":[30,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180281665224704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3887,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":518,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180281665224704,\"created_at\":\"Fri Feb 24 22:59:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1211000, +"tags": [ +{ +"id-ref": "ef5be1f2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a0b5f73d-1dc5-4bb1-bb6a-9a5dfed779f6-173180281665224704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "pendant kel parle #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: pendant kel parle #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1213000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"pendant kel parle #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]},{\"text\":\"ilpart\",\"indices\":[23,30]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180291475701760\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":78,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"statuses_count\":1207,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Patrick Ollier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":299723960,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\"},\"truncated\":false,\"id\":173180291475701760,\"created_at\":\"Fri Feb 24 22:59:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1213000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7277f494-0be0-40dd-8949-604416c62ac6-173180291475701760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@FlorencePorcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw” lol", +"img": { +"src": "http://a2.twimg.com/profile_images/1619453342/image_normal.jpg" +}, +"title": "de France: “@FlorencePorcel: MON CUBE ME BRÛLE LA FESSE GAUCHE #lgw” lol", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1213000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@FlorencePorcel: MON CUBE ME BR\\u00dbLE LA FESSE GAUCHE #lgw\\u201d lol\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[1,16],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180290909470720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":916,\"screen_name\":\"Najett2France\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13098,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"0084B4\",\"followers_count\":1078,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1619453342\\/image_normal.jpg\",\"description\":\"Fondatrice d'A&P Groupe. #Consultante en #d\\u00e9veloppement des #partenariats pour les #CE\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"318887925\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619453342\\/image_normal.jpg\",\"name\":\"de France\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 17 06:29:55 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":318887925,\"utc_offset\":-10800,\"favourites_count\":422,\"url\":\"http:\\/\\/www.a-p-groupe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180290909470720,\"created_at\":\"Fri Feb 24 22:59:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1213000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "572333df-aab4-4131-9922-084d975481c7-173180290909470720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste uniquement s'il dit en live \"je kiffe la chemise de Géraldine\"", +"img": { +"src": "http://a0.twimg.com/profile_images/1421767677/n775859914_630617_3556_normal.jpg" +}, +"title": "Thibaut: #lgw #ilreste uniquement s'il dit en live \"je kiffe la chemise de Géraldine\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1213000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste uniquement s'il dit en live \\\"je kiffe la chemise de G\\u00e9raldine\\\"\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180292142596097\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"e6ebe4\",\"screen_name\":\"thibautchampey\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":436,\"location\":\"Paris \",\"profile_text_color\":\"c8c8cc\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"description\":\"Communication enabled geek.\",\"statuses_count\":155,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0c0d0d\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3b3d3d\",\"protected\":false,\"id_str\":\"282143992\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Thibaut\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"created_at\":\"Thu Apr 14 16:45:25 +0000 2011\",\"profile_sidebar_fill_color\":\"68696e\",\"id\":282143992,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"https:\\/\\/sites.google.com\\/site\\/thibautchampey\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\"},\"truncated\":false,\"id\":173180292142596097,\"created_at\":\"Fri Feb 24 22:59:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1213000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fca71538-c1f0-4c85-83a9-35a85f104fe9-173180292142596097" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1827624584/elephant_normal.jpg" +}, +"title": "Mélina Pauline D: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1213000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":3,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54580,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":3,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180290146111491\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":70,\"screen_name\":\"MelinaPaulineD\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":315,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432042638\\/417233_276887642380043_125278460874296_655374_287481029_n.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1827624584\\/elephant_normal.jpg\",\"description\":\"It's gonna be legand..wait for it .. DARY ! **Hooligan.**\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"352726\",\"id_str\":\"395935717\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432042638\\/417233_276887642380043_125278460874296_655374_287481029_n.jpg\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827624584\\/elephant_normal.jpg\",\"name\":\"M\\u00e9lina Pauline D\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 22 13:56:50 +0000 2011\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":395935717,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180290146111491,\"created_at\":\"Fri Feb 24 22:59:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1213000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c6ddd4d7-7eaa-4b5c-96a2-e63c7b2f28c2-173180290146111491" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Enfin #LGW ça peut pas être mieux que #CI quand même ??!", +"img": { +"src": "http://a0.twimg.com/profile_images/1849027029/TPhoto_000230_normal.jpg" +}, +"title": "wic®: Enfin #LGW ça peut pas être mieux que #CI quand même ??!", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1216000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Enfin #LGW \\u00e7a peut pas \\u00eatre mieux que #CI quand m\\u00eame ??!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[6,10]},{\"text\":\"CI\",\"indices\":[38,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180301336522752\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":119,\"screen_name\":\"ladycooky\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":14171,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/429469479\\/tumblr_lunor7P3Pi1qjldjvo1_500.jpg\",\"location\":\"Loiret (45)\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"a1208e\",\"followers_count\":165,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849027029\\/TPhoto_000230_normal.jpg\",\"description\":\"C\\u00e2line, joueuse, mais je ne ronronne pas. L'unique romanci\\u00e8re de ma vie c'est MOI, je ne me d\\u00e9voile pas en public. #SachezLe\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"7cd4de\",\"id_str\":\"341717778\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429469479\\/tumblr_lunor7P3Pi1qjldjvo1_500.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849027029\\/TPhoto_000230_normal.jpg\",\"name\":\"wic\\u00ae\",\"default_profile_image\":false,\"created_at\":\"Sun Jul 24 21:01:34 +0000 2011\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":341717778,\"utc_offset\":3600,\"favourites_count\":67,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180301336522752,\"created_at\":\"Fri Feb 24 22:59:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1216000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3c1e2b07-e801-4adc-905c-8621e3fed3ed-173180301336522752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "OH! Coucou moi! #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1801484114/val_loubilou_normal.jpg" +}, +"title": "Schmitt Valerie: OH! Coucou moi! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1216000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"OH! Coucou moi! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180302003408896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":279,\"screen_name\":\"val_loubilou\",\"lang\":\"fr\",\"profile_text_color\":\"807280\",\"statuses_count\":7908,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/344209093\\/Val_Loubilou1.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"ed2fa1\",\"followers_count\":668,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801484114\\/val_loubilou_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"220424620\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/344209093\\/Val_Loubilou1.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801484114\\/val_loubilou_normal.jpg\",\"name\":\"Schmitt Valerie\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 27 19:05:22 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":220424620,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180302003408896,\"created_at\":\"Fri Feb 24 22:59:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1216000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5a4afaeb-a289-4a47-b589-997b485d1c40-173180302003408896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/647952083/Firefox_normal.png" +}, +"title": "Faire du sale: #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1216000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180305245601793\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":58,\"screen_name\":\"fairedusale\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/68844312\\/pattern.gif\",\"location\":\"DTC\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"4f3711\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/647952083\\/Firefox_normal.png\",\"description\":\"parce que c'est aussi \\u00e7a faire du sale...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"9e5f2c\",\"id_str\":\"107400530\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/68844312\\/pattern.gif\",\"profile_sidebar_fill_color\":\"bfa243\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/647952083\\/Firefox_normal.png\",\"name\":\"Faire du sale\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 22 12:45:21 +0000 2010\",\"profile_sidebar_border_color\":\"de0f0b\",\"id\":107400530,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180305245601793,\"created_at\":\"Fri Feb 24 22:59:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1216000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "23fc2a29-5325-405b-820c-2093f10f9f3c-173180305245601793" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bon est ce que je vais réussir à voir ma tête d'avatar twitter sur le mur #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1792102319/0014_-_Copie_-_Copie_normal.JPG" +}, +"title": "Nicolas Gaillard: bon est ce que je vais réussir à voir ma tête d'avatar twitter sur le mur #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1217000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"bon est ce que je vais r\\u00e9ussir \\u00e0 voir ma t\\u00eate d'avatar twitter sur le mur #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[74,78]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180305925087234\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"NG__nico\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":141,\"location\":\"Poitiers\",\"profile_text_color\":\"333333\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"description\":\"Etudiant L2 Histoire ---Actu---Politique---T\\u00e9l\\u00e9---M\\u00e9dias--- Musique...tout ce qu'aiment les journalistes--- Feel free to follow me ;-) \",\"statuses_count\":1113,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"370637904\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\" Nicolas Gaillard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"created_at\":\"Fri Sep 09 11:18:42 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":370637904,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\"},\"truncated\":false,\"id\":173180305925087234,\"created_at\":\"Fri Feb 24 22:59:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1217000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7e9f14a2-bfa1-49ff-85a3-3c5bc21b3fe2-173180305925087234" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La télé c'est nul. Mais ça c'était avant #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: La télé c'est nul. Mais ça c'était avant #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1217000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La t\\u00e9l\\u00e9 c'est nul. Mais \\u00e7a c'\\u00e9tait avant #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180308156465153\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83432,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180308156465153,\"created_at\":\"Fri Feb 24 22:59:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1217000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3b4c0e5a-d564-4b2d-aca5-fe306dedc9b7-173180308156465153" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @manonkzlwsk: Je veux le même t-shiiiiiirt ! #palmshow #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1708238709/n__normal.png" +}, +"title": "Fatal Furilax: RT @manonkzlwsk: Je veux le même t-shiiiiiirt ! #palmshow #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1217000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @manonkzlwsk: Je veux le m\\u00eame t-shiiiiiirt ! #palmshow #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"manonkzlwsk\",\"indices\":[3,15],\"name\":\"Manon\",\"id_str\":\"48084154\",\"id\":48084154}],\"hashtags\":[{\"text\":\"palmshow\",\"indices\":[48,57]},{\"text\":\"lgw\",\"indices\":[58,62]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je veux le m\\u00eame t-shiiiiiirt ! #palmshow #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"palmshow\",\"indices\":[31,40]},{\"text\":\"lgw\",\"indices\":[41,45]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177633138413568\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"e8e8e8\",\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"favourites_count\":194,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":298,\"location\":\"Is\\u00e8re, France\",\"profile_text_color\":\"3d3438\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"statuses_count\":15001,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"protected\":false,\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Manon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"id\":48084154,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\"},\"truncated\":false,\"id\":173177633138413568,\"created_at\":\"Fri Feb 24 22:48:59 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180308122910721\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"remikzlwsk\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":51,\"location\":\"In your ass baby .\",\"profile_text_color\":\"333333\",\"followers_count\":44,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1708238709\\/n__normal.png\",\"description\":\"Je m'appelle Chuck Norris et j'approuve ce jeu !\\r\\nGeek \\u00e0 plein temps !\\r\\n\",\"statuses_count\":2863,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"259849492\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Fatal Furilax\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Mar 02 18:35:05 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":259849492,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1708238709\\/n__normal.png\"},\"truncated\":false,\"id\":173180308122910721,\"created_at\":\"Fri Feb 24 22:59:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1217000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef206992-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "742e3bb9-f8fa-4af2-9fc4-73aa6c3c4235-173180308122910721" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1773986672/382616_2906122614966_1317546639_3081175_1368526768_n_normal.jpg" +}, +"title": "Swann Amadeus: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1221000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":4,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54582,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":4,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180323335651328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":36,\"screen_name\":\"swann_A\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":53,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099B9\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1773986672\\/382616_2906122614966_1317546639_3081175_1368526768_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"0099B9\",\"id_str\":\"276694795\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1773986672\\/382616_2906122614966_1317546639_3081175_1368526768_n_normal.jpg\",\"name\":\"Swann Amadeus\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 03 22:08:24 +0000 2011\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":276694795,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180323335651328,\"created_at\":\"Fri Feb 24 22:59:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1221000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "56f2a4a3-8140-4c73-81c1-a707042f29c8-173180323335651328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw \"La chemise à @vinvin\" ... on peut vanner les fringues maintenant ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1801780700/octopus_normal.png" +}, +"title": "Enzooo Sellers: #lgw \"La chemise à @vinvin\" ... on peut vanner les fringues maintenant ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1221000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw \\\"La chemise \\u00e0 @vinvin\\\" ... on peut vanner les fringues maintenant ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[19,26],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180326342950914\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":307,\"screen_name\":\"EnzoooSellers\",\"lang\":\"en\",\"profile_text_color\":\"3C3940\",\"statuses_count\":3253,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/271408907\\/chat.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"0099B9\",\"followers_count\":154,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801780700\\/octopus_normal.png\",\"description\":\"Petit neurone du cerveau global\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"0099B9\",\"id_str\":\"18173760\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/271408907\\/chat.jpg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801780700\\/octopus_normal.png\",\"name\":\"Enzooo Sellers\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 16 21:46:53 +0000 2008\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":18173760,\"utc_offset\":0,\"favourites_count\":4,\"url\":\"http:\\/\\/enzooosellers.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180326342950914,\"created_at\":\"Fri Feb 24 22:59:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1221000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e20c00a1-ea0f-434e-8ed2-d902551fd4cb-173180326342950914" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow @vinvin On la rend à Antoine. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1847053381/djerba_normal.jpg" +}, +"title": "Make me proud.: @palmashow @vinvin On la rend à Antoine. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1226000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"palmashow\",\"favorited\":false,\"text\":\"@palmashow @vinvin On la rend \\u00e0 Antoine. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[11,18],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[41,45]}]},\"in_reply_to_user_id\":23782965,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173179924620910593,\"in_reply_to_status_id_str\":\"173179924620910593\",\"id_str\":\"173180344470749184\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"celib_a_terre1\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":67,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1847053381\\/djerba_normal.jpg\",\"description\":\"Same old shit, just a different day. #Peace, #LOVE and #Unity.\",\"statuses_count\":34,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"500335099\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Make me proud.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Feb 23 01:32:53 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":500335099,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1847053381\\/djerba_normal.jpg\"},\"truncated\":false,\"id\":173180344470749184,\"created_at\":\"Fri Feb 24 22:59:46 +0000 2012\",\"in_reply_to_user_id_str\":\"23782965\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1226000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1df3261b-2270-488b-95e6-7250ad8085a3-173180344470749184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1839408947/snapshot__26__normal.jpg" +}, +"title": "© camille : RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1228000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":5,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54585,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":5,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180355166220289\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"MelchiorriC\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":679,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432793596\\/Kid_Cudi__2_.png\",\"location\":\"Aix-en-Provence, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"4e9c5b\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839408947\\/snapshot__26__normal.jpg\",\"description\":\"Hey babe, take a walk on the wild side !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"4e9c5b\",\"id_str\":\"493312665\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432793596\\/Kid_Cudi__2_.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839408947\\/snapshot__26__normal.jpg\",\"name\":\"\\u00a9 camille \",\"default_profile_image\":false,\"created_at\":\"Wed Feb 15 17:30:13 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":493312665,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180355166220289,\"created_at\":\"Fri Feb 24 22:59:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1228000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c1fe4ec4-003a-44e9-b7bd-f87930e6c3c0-173180355166220289" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow @vinvin t'as pas de l'eau de javel pour enlever les taches ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1838966274/FB_lille_normal.png" +}, +"title": "airnadette: @palmashow @vinvin t'as pas de l'eau de javel pour enlever les taches ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1228000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow @vinvin t'as pas de l'eau de javel pour enlever les taches ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[11,18],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173179924620910593\",\"id_str\":\"173180351760445440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173179924620910593,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":608,\"screen_name\":\"airnadette\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2224,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/369986320\\/AirnadetteAff800x1200px.jpg\",\"location\":\"In the air !\",\"show_all_inline_media\":true,\"listed_count\":37,\"profile_link_color\":\"580f5c\",\"followers_count\":1402,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838966274\\/FB_lille_normal.png\",\"description\":\"Le plus gros airband de mon dentier ! Tourn\\u00e9e fran\\u00e7aise \\u00e0 partir du 30 mars. Twits et photos \\u00e0 la truelle par Chateau Brutal. \\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"68680674\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/369986320\\/AirnadetteAff800x1200px.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838966274\\/FB_lille_normal.png\",\"name\":\"airnadette\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 25 12:33:54 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":68680674,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.airnadette.com\"},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173180351760445440,\"created_at\":\"Fri Feb 24 22:59:48 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1228000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "38772615-5db4-480b-b8ef-a9b952eb6623-173180351760445440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Go ! RT @WeTransl8 <3 @LeGrandWebze & @kheops2713 et son écharpe #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1133755055/JU_normal.jpg" +}, +"title": "Ju: Go ! RT @WeTransl8 <3 @LeGrandWebze & @kheops2713 et son écharpe #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1235000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Go ! RT @WeTransl8 <3 @LeGrandWebze & @kheops2713 et son \\u00e9charpe #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"WeTransl8\",\"indices\":[8,18],\"name\":\"JellyFish Transl8\",\"id_str\":\"340345134\",\"id\":340345134},{\"screen_name\":\"LeGrandWebze\",\"indices\":[25,38],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"kheops2713\",\"indices\":[41,52],\"name\":\"KheOps\",\"id_str\":\"321006177\",\"id\":321006177}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180383742001153\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"jujusete\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":581,\"location\":\"en France, mais pas trop\",\"profile_text_color\":\"3E4415\",\"followers_count\":1769,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1133755055\\/JU_normal.jpg\",\"description\":\"Journaliste, ex Moyen-Orient, ex Asie du Sud-Est et Tunisie. CV ici http:\\/\\/juliegommes.cv.fm\\/\\/fr\\/ Tahina et sac \\u00e0 dos addict, cr\\u00e9atrice de la #pigistini\\u00e8re.\",\"statuses_count\":51247,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":118,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"26174431\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Ju\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Tue Mar 24 04:06:36 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":26174431,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/seteici.midiblogs.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1133755055\\/JU_normal.jpg\"},\"truncated\":false,\"id\":173180383742001153,\"created_at\":\"Fri Feb 24 22:59:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1235000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "479efb22-c70c-4ec9-ad7b-6595e957ee80-173180383742001153" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Maprykoto: Les invités tweetent en direct. C'est ça #lgw. @LeGrandWebze, une émission 2.0 !", +"img": { +"src": "http://a0.twimg.com/profile_images/1668337583/DTB-Hei-VLQ_normal.jpg" +}, +"title": "Vincent [Gøshi]: RT @Maprykoto: Les invités tweetent en direct. C'est ça #lgw. @LeGrandWebze, une émission 2.0 !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1237000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Maprykoto: Les invit\\u00e9s tweetent en direct. C'est \\u00e7a #lgw. @LeGrandWebze, une \\u00e9mission 2.0 !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Maprykoto\",\"indices\":[3,13],\"name\":\"M. J.\",\"id_str\":\"209541132\",\"id\":209541132},{\"screen_name\":\"LeGrandWebze\",\"indices\":[62,75],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Les invit\\u00e9s tweetent en direct. C'est \\u00e7a #lgw. @LeGrandWebze, une \\u00e9mission 2.0 !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[47,60],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180154879803392\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Maprykoto\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":254,\"location\":\"France\",\"profile_text_color\":\"666666\",\"followers_count\":103,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1554812197\\/avatar_padme_normal.jpg\",\"description\":\"Voix ambigu\\u00eb d'un c\\u0153ur qui, au z\\u00e9phyr, pr\\u00e9f\\u00e8re les jattes de kiwis. [Community Manager en herbe, belle plante en devenir.]\",\"statuses_count\":1613,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/255062315\\/essai_loup_automne_copy2.jpg\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"209541132\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"M. J.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/255062315\\/essai_loup_automne_copy2.jpg\",\"created_at\":\"Fri Oct 29 11:44:12 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":209541132,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1554812197\\/avatar_padme_normal.jpg\"},\"truncated\":false,\"id\":173180154879803392,\"created_at\":\"Fri Feb 24 22:59:01 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180392818475009\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Yoigoshi\",\"lang\":\"fr\",\"favourites_count\":25,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":342,\"location\":\"Lille\",\"profile_text_color\":\"333333\",\"followers_count\":126,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1668337583\\/DTB-Hei-VLQ_normal.jpg\",\"description\":\"[Tout ce qui est vert est fourbe] - Goshi\\/SilenceCorp #Infographiste\\r\\n\\u007BDieu Vivant de @ChloexF\\u007D\",\"statuses_count\":3930,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/236369942\\/wall-twitter.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"9e9e9e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"29969223\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Vincent [G\\u00f8shi]\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236369942\\/wall-twitter.jpg\",\"created_at\":\"Thu Apr 09 12:00:49 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":29969223,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/goshi.ultra-book.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1668337583\\/DTB-Hei-VLQ_normal.jpg\"},\"truncated\":false,\"id\":173180392818475009,\"created_at\":\"Fri Feb 24 22:59:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1237000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "32ba96b6-1f8a-4e9e-808e-1f23442808f9-173180392818475009" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je me demande si Rollin n'utilise pas la même teinture capillaire qu'Estrosi #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1608180831/djesus_normal.jpg" +}, +"title": "josse: je me demande si Rollin n'utilise pas la même teinture capillaire qu'Estrosi #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1237000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"je me demande si Rollin n'utilise pas la m\\u00eame teinture capillaire qu'Estrosi #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180391711195137\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":181,\"screen_name\":\"jossedenice\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":294,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Nice, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":52,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1608180831\\/djesus_normal.jpg\",\"description\":\"Ni\\u00e7ois, Andalou et Funky\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"215554577\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1608180831\\/djesus_normal.jpg\",\"name\":\"josse\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 14 07:57:19 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":215554577,\"utc_offset\":3600,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180391711195137,\"created_at\":\"Fri Feb 24 22:59:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1237000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a3a09b14-5fb5-4542-a060-cb90b83811f7-173180391711195137" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Trend [#lgw] first spotted in France now popular worldwide. Why? http://t.co/eK4OZrrZ", +"img": { +"src": "http://a0.twimg.com/profile_images/629780209/wtt_twitter_badge_define_normal.png" +}, +"title": "WTT: Define Now: Trend [#lgw] first spotted in France now popular worldwide. Why? http://t.co/eK4OZrrZ", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1242000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Trend [#lgw] first spotted in France now popular worldwide. Why? http:\\/\\/t.co\\/eK4OZrrZ\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[65,85],\"expanded_url\":\"http:\\/\\/wttrend.com\\/349608\",\"display_url\":\"wttrend.com\\/349608\",\"url\":\"http:\\/\\/t.co\\/eK4OZrrZ\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.whatthetrend.com\\\" rel=\\\"nofollow\\\"\\u003EWhat the Trend\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180410673643520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":true,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2,\"screen_name\":\"whatthetrend\",\"lang\":\"en\",\"profile_text_color\":\"002132\",\"statuses_count\":97648,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/66577717\\/wtt_background_2.jpg\",\"location\":\"The Internet\",\"show_all_inline_media\":false,\"listed_count\":600,\"profile_link_color\":\"006496\",\"followers_count\":16761,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/629780209\\/wtt_twitter_badge_define_normal.png\",\"description\":\"What the Trend? helps define and understand trending topics on Twitter and is part of @HootSuite.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Pacific Time (US & Canada)\",\"profile_background_color\":\"002132\",\"id_str\":\"21211751\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/66577717\\/wtt_background_2.jpg\",\"profile_sidebar_fill_color\":\"b9b8bc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/629780209\\/wtt_twitter_badge_define_normal.png\",\"name\":\"WTT: Define Now\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 18 16:29:56 +0000 2009\",\"profile_sidebar_border_color\":\"181a1e\",\"id\":21211751,\"utc_offset\":-28800,\"favourites_count\":0,\"url\":\"http:\\/\\/whatthetrend.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180410673643520,\"created_at\":\"Fri Feb 24 23:00:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1242000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fff94252-bf5b-4847-ab25-b8e942b35c87-173180410673643520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @t0maso: SWITCHEZ #Cesar2012 ----> #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1292629982/Dallage_Bleu_Ispahan_normal.jpg" +}, +"title": "Hélène Herniou: RT @t0maso: SWITCHEZ #Cesar2012 ----> #LGW", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1243000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @t0maso: SWITCHEZ #Cesar2012 ----> #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"t0maso\",\"indices\":[3,10],\"name\":\"TAB\",\"id_str\":\"7783422\",\"id\":7783422}],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[21,31]},{\"text\":\"LGW\",\"indices\":[42,46]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"SWITCHEZ #Cesar2012 ----> #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[9,19]},{\"text\":\"LGW\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173176523594014720\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"cacacc\",\"screen_name\":\"t0maso\",\"lang\":\"fr\",\"favourites_count\":89,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":735,\"location\":\"Paris, Doha,...\",\"profile_text_color\":\"1c1c1b\",\"followers_count\":749,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1633922800\\/a659268974_794939_8390_normal.jpg\",\"description\":\"aka @tabounet, FRENCH, not long ago in Middle East, Thirtysomething, ce compte n'est pas (trop) serieux \\\\\\\\ cotweeteur sur @dohatweetups et @conspiration\",\"statuses_count\":10157,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/234552894\\/xf483cdcf1dabe6e8efb270573ab62c8.jpg\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"1f1e1b\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"7783422\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"TAB\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/234552894\\/xf483cdcf1dabe6e8efb270573ab62c8.jpg\",\"created_at\":\"Sat Jul 28 12:44:14 +0000 2007\",\"profile_sidebar_fill_color\":\"9c999c\",\"id\":7783422,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633922800\\/a659268974_794939_8390_normal.jpg\"},\"truncated\":false,\"id\":173176523594014720,\"created_at\":\"Fri Feb 24 22:44:35 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180418068185089\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"3b3636\",\"screen_name\":\"cliophile\",\"lang\":\"fr\",\"favourites_count\":35,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":255,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":377,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1292629982\\/Dallage_Bleu_Ispahan_normal.jpg\",\"description\":\"Culture, num\\u00e9rique et patrimoine ... mais aussi mus\\u00e9ologie, architecture, arts vivants, design, photographie, histoire, communication, ... ! Bref : #museogeek\",\"statuses_count\":3746,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/98452727\\/IMG_3913.JPG\",\"show_all_inline_media\":false,\"listed_count\":38,\"profile_link_color\":\"608ddb\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"362b2b\",\"protected\":false,\"id_str\":\"126441750\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"H\\u00e9l\\u00e8ne Herniou\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/98452727\\/IMG_3913.JPG\",\"created_at\":\"Thu Mar 25 22:10:07 +0000 2010\",\"profile_sidebar_fill_color\":\"ffb8cc\",\"id\":126441750,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1292629982\\/Dallage_Bleu_Ispahan_normal.jpg\"},\"truncated\":false,\"id\":173180418068185089,\"created_at\":\"Fri Feb 24 23:00:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1243000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "42d35063-d91c-4f2d-9e6b-f8cf7a76a071-173180418068185089" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Oh !!! Un micro qui marche !!! J'avais jamais vu !", +"img": { +"src": "http://a1.twimg.com/profile_images/1829840762/affiche_sarkozy_guillotine_candidature_small_normal.jpg" +}, +"title": "Gana: #lgw Oh !!! Un micro qui marche !!! J'avais jamais vu !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1246000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Oh !!! Un micro qui marche !!! J'avais jamais vu !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180427262115841\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":10,\"screen_name\":\"generalgana\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":150,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Chez ouam\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829840762\\/affiche_sarkozy_guillotine_candidature_small_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"400355364\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829840762\\/affiche_sarkozy_guillotine_candidature_small_normal.jpg\",\"name\":\"Gana\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 28 22:15:45 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":400355364,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/lemzedition.free.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180427262115841,\"created_at\":\"Fri Feb 24 23:00:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1246000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b24a580f-2364-4102-95c3-9982040e7b0d-173180427262115841" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Salut @WilliamAbisror #legrandwebze", +"img": { +"src": "http://a0.twimg.com/profile_images/1498347916/271644_259434607403810_130794806934458_1277083_5755877_o_normal.jpg" +}, +"title": "Antoine borosch: Salut @WilliamAbisror #legrandwebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1248000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Salut @WilliamAbisror #legrandwebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"WilliamAbisror\",\"indices\":[6,21],\"id_str\":\"305168829\",\"name\":\"William Abisror\",\"id\":305168829}],\"urls\":[],\"hashtags\":[{\"text\":\"legrandwebze\",\"indices\":[22,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180438054043648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":150,\"screen_name\":\"borosch\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":4225,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":458,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1498347916\\/271644_259434607403810_130794806934458_1277083_5755877_o_normal.jpg\",\"description\":\"logie...\\r\\nth\\u00e9sard\\/podcasteur\\/auteur\\/militant pas forcement dans l'ordre...\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"63253487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1498347916\\/271644_259434607403810_130794806934458_1277083_5755877_o_normal.jpg\",\"name\":\"Antoine borosch\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 20:53:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":63253487,\"utc_offset\":3600,\"favourites_count\":56,\"url\":\"http:\\/\\/www.poligeek.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180438054043648,\"created_at\":\"Fri Feb 24 23:00:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1248000, +"tags": [ +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "96c12ad6-1d3e-410f-baf3-31c0e4e7e6f2-173180438054043648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Test #lgw @LeGrandWebze", +"img": { +"src": "http://a3.twimg.com/profile_images/1648215039/EmeryDoligeHubN_B_normal.jpg" +}, +"title": "Emery Doligé: Test #lgw @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1249000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Test #lgw @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[10,23],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180440436408320\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"MryEmery\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":31438,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"location\":\"Paris Rive Gauche\",\"show_all_inline_media\":true,\"listed_count\":931,\"profile_link_color\":\"2FC2EF\",\"followers_count\":19577,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"description\":\"Vanksen. Europe 1 #dcdc. Lib\\u00e9ral ta m\\u00e8re.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f8fa\",\"id_str\":\"14285154\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"name\":\"Emery Dolig\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 02 16:59:11 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14285154,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/mry.blogs.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180440436408320,\"created_at\":\"Fri Feb 24 23:00:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1249000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f60200a6-d1e6-4240-b88e-fcaf8f9b79ae-173180440436408320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vinvin ne veut pas qu'on parle de sa chemise mais il s'est pas privé de commenter les robes des #cesars2012 #lgw #jdcjdr", +"img": { +"src": "http://a2.twimg.com/profile_images/1777524767/folon1_normal.jpg" +}, +"title": "Kelem: Vinvin ne veut pas qu'on parle de sa chemise mais il s'est pas privé de commenter les robes des #cesars2012 #lgw #jdcjdr", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1251000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vinvin ne veut pas qu'on parle de sa chemise mais il s'est pas priv\\u00e9 de commenter les robes des #cesars2012 #lgw #jdcjdr\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cesars2012\",\"indices\":[96,107]},{\"text\":\"lgw\",\"indices\":[108,112]},{\"text\":\"jdcjdr\",\"indices\":[113,120]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180448833421312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":88,\"screen_name\":\"KelemFs\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":135,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1777524767\\/folon1_normal.jpg\",\"description\":\"Je demeurai longtemps errant dans C\\u00e9sar\\u00e9e.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"159103701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777524767\\/folon1_normal.jpg\",\"name\":\"Kelem\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 24 13:15:57 +0000 2010\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":159103701,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180448833421312,\"created_at\":\"Fri Feb 24 23:00:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1251000, +"tags": [ +{ +"id-ref": "ef243180-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef29e472-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d8a60702-3154-4d83-8e4c-95ca85d22dc9-173180448833421312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "c bien mai #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: c bien mai #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1251000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"c bien mai #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]},{\"text\":\"ilpart\",\"indices\":[16,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180448430751744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1207,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180448430751744,\"created_at\":\"Fri Feb 24 23:00:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1251000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ad96dae1-18f9-4c1c-9263-c109b73fe10e-173180448430751744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @TilltheCat: C'est dégueulasse d'avoir fait durer les Césars juste pour niquer le début de Le Grand Webze #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1133755055/JU_normal.jpg" +}, +"title": "Ju: RT @TilltheCat: C'est dégueulasse d'avoir fait durer les Césars juste pour niquer le début de Le Grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1251000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @TilltheCat: C'est d\\u00e9gueulasse d'avoir fait durer les C\\u00e9sars juste pour niquer le d\\u00e9but de Le Grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"TilltheCat\",\"indices\":[3,14],\"id_str\":\"14923240\",\"name\":\"Till the Cat\",\"id\":14923240}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"C'est d\\u00e9gueulasse d'avoir fait durer les C\\u00e9sars juste pour niquer le d\\u00e9but de Le Grand Webze #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177082183036928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":861,\"screen_name\":\"TilltheCat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13480,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/207397586\\/FOND_pour_twitter_Nouveau2.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":80,\"profile_link_color\":\"0084B4\",\"followers_count\":2484,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1717447265\\/Till_New_AVatar_Twitter_normal.png\",\"description\":\"R\\u00e9dacteur Web (Yahoo, M\\u00f4mes.net, Tigex ...) et \\u00e9leveur de Miniatures de p\\u00e8re en fils. #R\\u00e9dacteurWeb #Pigiste \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"14923240\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/207397586\\/FOND_pour_twitter_Nouveau2.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717447265\\/Till_New_AVatar_Twitter_normal.png\",\"name\":\"Till the Cat\",\"default_profile_image\":false,\"created_at\":\"Tue May 27 17:34:52 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":14923240,\"utc_offset\":-10800,\"favourites_count\":4,\"url\":\"http:\\/\\/www.tillthecat.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177082183036928,\"created_at\":\"Fri Feb 24 22:46:48 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180451354189826\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":581,\"screen_name\":\"jujusete\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":51247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"en France, mais pas trop\",\"show_all_inline_media\":true,\"listed_count\":118,\"profile_link_color\":\"D02B55\",\"followers_count\":1770,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1133755055\\/JU_normal.jpg\",\"description\":\"Journaliste, ex Moyen-Orient, ex Asie du Sud-Est et Tunisie. CV ici http:\\/\\/juliegommes.cv.fm\\/\\/fr\\/ Tahina et sac \\u00e0 dos addict, cr\\u00e9atrice de la #pigistini\\u00e8re.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"id_str\":\"26174431\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1133755055\\/JU_normal.jpg\",\"name\":\"Ju\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 24 04:06:36 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":26174431,\"utc_offset\":-10800,\"favourites_count\":42,\"url\":\"http:\\/\\/seteici.midiblogs.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180451354189826,\"created_at\":\"Fri Feb 24 23:00:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1251000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "287c6464-8014-4086-b7a5-423cfa196a8c-173180451354189826" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Moi je regarde l'émission sur internet #lgw @LeGrandWebze C'est pratique :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1843832843/Photo_du_21-02-12___19.49_normal.jpg" +}, +"title": "Alice Wonderland: Moi je regarde l'émission sur internet #lgw @LeGrandWebze C'est pratique :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1252000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Moi je regarde l'\\u00e9mission sur internet #lgw @LeGrandWebze C'est pratique :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[44,57],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180453770117120\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"moustikette\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":218,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Near Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"description\":\"J'ai un bonnet Tigrou! And so what? :D\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"23988907\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"name\":\"Alice Wonderland\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 12 17:33:07 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":23988907,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/wonderlandalice.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180453770117120,\"created_at\":\"Fri Feb 24 23:00:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1252000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "67390751-a831-45f1-9286-2d4927288d20-173180453770117120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Dual-Screen... Mais à la version #LGW, c'est Télé (@France5tv) + Twitter + http://t.co/3joyqO1D", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Dual-Screen... Mais à la version #LGW, c'est Télé (@France5tv) + Twitter + http://t.co/3joyqO1D", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1257000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Dual-Screen... Mais \\u00e0 la version #LGW, c'est T\\u00e9l\\u00e9 (@France5tv) + Twitter + http:\\/\\/t.co\\/3joyqO1D\",\"entities\":{\"urls\":[{\"indices\":[75,95],\"display_url\":\"legrandwebze.fr\",\"expanded_url\":\"http:\\/\\/www.legrandwebze.fr\",\"url\":\"http:\\/\\/t.co\\/3joyqO1D\"}],\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[51,61],\"name\":\"France5\",\"id_str\":\"36932487\",\"id\":36932487}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[33,37]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180474045370368\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4894,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173180474045370368,\"created_at\":\"Fri Feb 24 23:00:17 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1257000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "968defbf-5689-4ab0-9d65-e50bcaf04cc5-173180474045370368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je vais étaler mon inculture mais c'est quoi ce truc improbable ? #lgw C'est pas fou quand même.", +"img": { +"src": "http://a3.twimg.com/profile_images/1663101888/avatar_normal.JPEG" +}, +"title": "Clément Repellin: Je vais étaler mon inculture mais c'est quoi ce truc improbable ? #lgw C'est pas fou quand même.", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1257000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je vais \\u00e9taler mon inculture mais c'est quoi ce truc improbable ? #lgw C'est pas fou quand m\\u00eame.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[66,70]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180476805230592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":312,\"screen_name\":\"ClementRpl\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":338,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":99,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1663101888\\/avatar_normal.JPEG\",\"description\":\"Journaliste apprenti au CFJ&Direct 8 (sports)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"330202907\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1663101888\\/avatar_normal.JPEG\",\"name\":\"Cl\\u00e9ment Repellin\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 06 08:07:25 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":330202907,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180476805230592,\"created_at\":\"Fri Feb 24 23:00:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1257000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9d9f11b2-e01b-4b7a-86f8-d9550453dfce-173180476805230592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "AHAH voir le @palmashow en direct à la télé tweeter. Connaître le tweet à l'avance. Magique. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1840653868/ns_normal.png" +}, +"title": "Christophe Obzilo: AHAH voir le @palmashow en direct à la télé tweeter. Connaître le tweet à l'avance. Magique. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1258000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"AHAH voir le @palmashow en direct \\u00e0 la t\\u00e9l\\u00e9 tweeter. Conna\\u00eetre le tweet \\u00e0 l'avance. Magique. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[13,23],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180478680088576\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"obzilo\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":99,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":103,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850913087\\/Magritte_Black_Background_normal.png\",\"description\":\"\\u00c9tudiant en Communication & Hyperm\\u00e9dia \\/\\/\\r\\nGraphisme | Web | Open source | Ubuntu | Android\",\"statuses_count\":1330,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/426046052\\/pattern.png\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"00aade\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"120293952\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Christophe Obzilo\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426046052\\/pattern.png\",\"created_at\":\"Sat Mar 06 01:21:49 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":120293952,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850913087\\/Magritte_Black_Background_normal.png\"},\"truncated\":false,\"id\":173180478680088576,\"created_at\":\"Fri Feb 24 23:00:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1258000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1b1e2289-b157-4a98-94cd-d81d865f12ac-173180478680088576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart pas! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1189114298/DNbis_normal.jpg" +}, +"title": "Nelly Lefebvre: #ilpart pas! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1258000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart pas! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180480294887424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"nelli_75\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":85,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"990000\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1189114298\\/DNbis_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"225967382\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1189114298\\/DNbis_normal.jpg\",\"name\":\"Nelly Lefebvre\",\"default_profile_image\":false,\"created_at\":\"Sun Dec 12 23:33:11 +0000 2010\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":225967382,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180480294887424,\"created_at\":\"Fri Feb 24 23:00:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1258000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "52077e6e-225c-422b-be77-283e538eb7e2-173180480294887424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je te vois @LudoDelaherche #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1630832094/rene_navarre_as_fantomas_normal.jpg" +}, +"title": "Virgile Navarre: je te vois @LudoDelaherche #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1260000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"je te vois @LudoDelaherche #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[11,26],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180487899156480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":61,\"screen_name\":\"virgilepons\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1630832094\\/rene_navarre_as_fantomas_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"392990979\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1630832094\\/rene_navarre_as_fantomas_normal.jpg\",\"name\":\"Virgile Navarre\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 17 21:23:27 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":392990979,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/www.labo75.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180487899156480,\"created_at\":\"Fri Feb 24 23:00:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1260000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4b18c00a-c433-4708-81cc-4a29f7a36be8-173180487899156480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Je me rappelle de la première émission, ça a bien changé et c'est bien mieux!", +"img": { +"src": "http://a1.twimg.com/profile_images/1117441815/inox_normal.jpg" +}, +"title": "Adrien 'djfameus': #lgw Je me rappelle de la première émission, ça a bien changé et c'est bien mieux!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1262000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Je me rappelle de la premi\\u00e8re \\u00e9mission, \\u00e7a a bien chang\\u00e9 et c'est bien mieux!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180495318876160\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"231491\",\"screen_name\":\"djfameus\",\"lang\":\"en\",\"favourites_count\":14,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":305,\"location\":\"Compiegne & Lille\",\"profile_text_color\":\"000000\",\"followers_count\":334,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1117441815\\/inox_normal.jpg\",\"description\":\"Etudiant Info en Licence Pro R\\u00e9seaux & Telecom, & DJ.\",\"statuses_count\":11235,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/209534854\\/Arabesque.1680x1050.jpg\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"ff0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"41358991\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Adrien 'djfameus'\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/209534854\\/Arabesque.1680x1050.jpg\",\"created_at\":\"Wed May 20 13:36:02 +0000 2009\",\"profile_sidebar_fill_color\":\"f2f2f2\",\"id\":41358991,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/adrienb.fr\\/blog\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1117441815\\/inox_normal.jpg\"},\"truncated\":false,\"id\":173180495318876160,\"created_at\":\"Fri Feb 24 23:00:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1262000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fc1b6e54-a999-4c73-84f4-d8efdbc7d947-173180495318876160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel Joli dos! #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1322121480/image_normal.jpg" +}, +"title": "ultraboy: @FlorencePorcel Joli dos! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1262000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel Joli dos! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180497692868608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":226,\"screen_name\":\"ultraboy13\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":985,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Mars\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1322121480\\/image_normal.jpg\",\"description\":\"Je sais que je ne plais pas \\u00e0 tout le monde, mais quand je vois \\u00e0 qui je ne plais pas je me demande si \\u00e7a me d\\u00e9range vraiment\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"176018719\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1322121480\\/image_normal.jpg\",\"name\":\"ultraboy\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 08 09:02:38 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":176018719,\"utc_offset\":null,\"favourites_count\":4,\"url\":\"http:\\/\\/bit.ly\\/enUQr5\"},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173180497692868608,\"created_at\":\"Fri Feb 24 23:00:22 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1262000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8ad4a7fb-aaa1-412f-a7d7-17194a75feca-173180497692868608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "My initials are trending #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849111540/Bury-20120107-00598_normal.jpg" +}, +"title": "Lizzie Walmsley: My initials are trending #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1263000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"My initials are trending #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180500377219075\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":219,\"screen_name\":\"ewalmsley93\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":977,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Bury, Greater Manchester\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":116,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849111540\\/Bury-20120107-00598_normal.jpg\",\"description\":\"Full Time Princess\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"289850050\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849111540\\/Bury-20120107-00598_normal.jpg\",\"name\":\"Lizzie Walmsley\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 29 09:46:15 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":289850050,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180500377219075,\"created_at\":\"Fri Feb 24 23:00:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1263000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a3d82713-a355-40ef-abf6-fb8099a66671-173180500377219075" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le nouveau plateau de #LGW me rappelle les heures les plus sombres des émissions d'aventure pour enfants #LesMondesFantastiques", +"img": { +"src": "http://a1.twimg.com/profile_images/1793236975/Photo_du_13878919-05-___03.51_normal.jpg" +}, +"title": "Constance Ortuzar: Le nouveau plateau de #LGW me rappelle les heures les plus sombres des émissions d'aventure pour enfants #LesMondesFantastiques", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1264000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Le nouveau plateau de #LGW me rappelle les heures les plus sombres des \\u00e9missions d'aventure pour enfants #LesMondesFantastiques\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[22,26]},{\"text\":\"LesMondesFantastiques\",\"indices\":[105,127]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180505636864001\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ff0000\",\"screen_name\":\"constuzar\",\"lang\":\"en\",\"favourites_count\":27,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":249,\"location\":\"Paris\",\"profile_text_color\":\"ff0f0f\",\"followers_count\":432,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\",\"description\":\"Ils me voient rouler, ils d\\u00e9testent.\",\"statuses_count\":7419,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"14b9fa\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"53776719\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Constance Ortuzar\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sat Jul 04 22:29:54 +0000 2009\",\"profile_sidebar_fill_color\":\"d5faef\",\"id\":53776719,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\"},\"truncated\":false,\"id\":173180505636864001,\"created_at\":\"Fri Feb 24 23:00:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1264000, +"tags": [ +{ +"id-ref": "ef5f8f28-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dfd8155e-da72-47c3-ac79-c4983a20cb6f-173180505636864001" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Au taquet sur le touitteur avec @antoninocorazon dans les coulisses de #lgw http://t.co/bUMlj3jx", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: Au taquet sur le touitteur avec @antoninocorazon dans les coulisses de #lgw http://t.co/bUMlj3jx", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1265000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Au taquet sur le touitteur avec @antoninocorazon dans les coulisses de #lgw http:\\/\\/t.co\\/bUMlj3jx\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"antoninocorazon\",\"indices\":[32,48],\"id_str\":\"19513770\",\"name\":\"Antoine Allard\",\"id\":19513770}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[71,75]}],\"media\":[{\"type\":\"photo\",\"indices\":[76,96],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":765},\"medium\":{\"h\":803,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":455,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdCv_1CIAA5D0e.jpg\",\"id_str\":\"173180503032209408\",\"expanded_url\":\"http:\\/\\/twitter.com\\/JulR\\/status\\/173180503028015104\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdCv_1CIAA5D0e.jpg\",\"id\":173180503032209408,\"display_url\":\"pic.twitter.com\\/bUMlj3jx\",\"url\":\"http:\\/\\/t.co\\/bUMlj3jx\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180503028015104\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13058,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":792,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180503028015104,\"created_at\":\"Fri Feb 24 23:00:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1265000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a5687f5f-d5a1-4860-946c-57f73fac738b-173180503028015104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On a tout compris Aude #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/412894535/portrait_US_rod_normal.jpg" +}, +"title": "Monrod: On a tout compris Aude #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1266000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On a tout compris Aude #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180514679799810\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":171,\"screen_name\":\"Monrod\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1616,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/53946256\\/mambo2004-2.gif\",\"location\":\"Paris - France\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"2fefab\",\"followers_count\":151,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/412894535\\/portrait_US_rod_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"14303875\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/53946256\\/mambo2004-2.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/412894535\\/portrait_US_rod_normal.jpg\",\"name\":\"Monrod\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 04 15:59:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14303875,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/www.rodolphepelosse.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180514679799810,\"created_at\":\"Fri Feb 24 23:00:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1266000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1dc0e15b-7dd5-420a-91e1-930f3b85310b-173180514679799810" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un truc énorme pour les livetwitteurs de #lgw http://t.co/nEQOg2bJ !", +"img": { +"src": "http://a1.twimg.com/profile_images/1798779995/heat-miser1__1__normal.jpg" +}, +"title": "Heat Miser: Un truc énorme pour les livetwitteurs de #lgw http://t.co/nEQOg2bJ !", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1267000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Un truc \\u00e9norme pour les livetwitteurs de #lgw http:\\/\\/t.co\\/nEQOg2bJ !\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[46,66],\"expanded_url\":\"http:\\/\\/bit.ly\\/xLLvBe\",\"display_url\":\"bit.ly\\/xLLvBe\",\"url\":\"http:\\/\\/t.co\\/nEQOg2bJ\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180518500798465\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":637,\"screen_name\":\"H_Miser\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":17299,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/93677100\\/heatfig1.png\",\"location\":\"127.0.0.1 \\/ ::1\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"2FC2EF\",\"followers_count\":550,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1798779995\\/heat-miser1__1__normal.jpg\",\"description\":\"IT Security \\/ Pentest \\/ Photography \\/ Music \\/ Redhead\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"46341819\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/93677100\\/heatfig1.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1798779995\\/heat-miser1__1__normal.jpg\",\"name\":\"Heat Miser\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 11 07:55:01 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":46341819,\"utc_offset\":-10800,\"favourites_count\":409,\"url\":\"http:\\/\\/www.heat-miser.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180518500798465,\"created_at\":\"Fri Feb 24 23:00:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1267000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "90bfc7ba-4ef3-4ec4-a943-fcd465510ca6-173180518500798465" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais c'est que c'est vraiment chouette cette émission !! #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1850972765/image_normal.jpg" +}, +"title": "Pierson ∞: Mais c'est que c'est vraiment chouette cette émission !! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1268000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais c'est que c'est vraiment chouette cette \\u00e9mission !! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180519608090625\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":733,\"screen_name\":\"spookev\",\"lang\":\"en\",\"profile_text_color\":\"8f8f8f\",\"statuses_count\":27568,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/96498905\\/bgTw.jpg\",\"location\":\"Alsace-France \\/ Germany\",\"show_all_inline_media\":false,\"listed_count\":102,\"profile_link_color\":\"000f57\",\"followers_count\":1040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850972765\\/image_normal.jpg\",\"description\":\"Freelance graphisme, web & print. www.twavatar.us - www.foot.lv Suis-moi, ta vie sera moins chiante. - NS2012 - Mes tweets n'engagent que moi. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"51034368\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/96498905\\/bgTw.jpg\",\"profile_sidebar_fill_color\":\"9ed6f0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850972765\\/image_normal.jpg\",\"name\":\"Pierson \\u221e\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 26 12:18:55 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":51034368,\"utc_offset\":-10800,\"favourites_count\":66,\"url\":\"http:\\/\\/www.annei.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180519608090625,\"created_at\":\"Fri Feb 24 23:00:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1268000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6e6934be-f984-40ae-9091-8e21686a08dc-173180519608090625" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow On la rend à Tom Selleck #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1551339026/Image_1_normal.png" +}, +"title": "Soufian Mahlouly: @palmashow On la rend à Tom Selleck #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1269000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"palmashow\",\"favorited\":false,\"text\":\"@palmashow On la rend \\u00e0 Tom Selleck #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"in_reply_to_user_id\":23782965,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173179924620910593,\"in_reply_to_status_id_str\":\"173179924620910593\",\"id_str\":\"173180525069086720\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D9B17E\",\"screen_name\":\"soufianmahlouly\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":319,\"location\":\"Paris - Lausannegeles\",\"profile_text_color\":\"333333\",\"followers_count\":517,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1551339026\\/Image_1_normal.png\",\"description\":\"Planneur strat\\u00e9gique junior @GroupeAustralie by day,\\r\\nSuperhero by night. Advertising, marketing & communication student @ Polycom le reste du temps\",\"statuses_count\":1615,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"9D582E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Bern\",\"profile_background_color\":\"8B542B\",\"protected\":false,\"id_str\":\"87441621\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Soufian Mahlouly\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"created_at\":\"Wed Nov 04 13:44:25 +0000 2009\",\"profile_sidebar_fill_color\":\"EADEAA\",\"id\":87441621,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1551339026\\/Image_1_normal.png\"},\"truncated\":false,\"id\":173180525069086720,\"created_at\":\"Fri Feb 24 23:00:29 +0000 2012\",\"in_reply_to_user_id_str\":\"23782965\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1269000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "307503ba-c9ef-41e7-845d-47c0ffac7021-173180525069086720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je salue les intentions derrière #lgw, mais bordel que c'est étrange, comme truc.", +"img": { +"src": "http://a3.twimg.com/profile_images/129612647/boredcat_normal.jpg" +}, +"title": "Lâm HUA: Je salue les intentions derrière #lgw, mais bordel que c'est étrange, comme truc.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1270000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je salue les intentions derri\\u00e8re #lgw, mais bordel que c'est \\u00e9trange, comme truc.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180529854779392\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"monsieurlam\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10180,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":543,\"profile_link_color\":\"0084B4\",\"followers_count\":21596,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"description\":\"+ links \\r\\n+ my life \\r\\n+ no reply \\r\\n+ @decate \\r\\n+ @lense \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"7993262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"name\":\"L\\u00e2m HUA\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 06 14:07:39 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":7993262,\"utc_offset\":3600,\"favourites_count\":133,\"url\":\"http:\\/\\/www.monsieurlam.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180529854779392,\"created_at\":\"Fri Feb 24 23:00:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1270000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "45e7f65d-d0cc-40ef-b9f7-fa155fd86b99-173180529854779392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw florence a disparu", +"img": { +"src": "http://a0.twimg.com/profile_images/1677676216/fender_2_normal.jpg" +}, +"title": "Sébastien vdo: #lgw florence a disparu", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1271000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw florence a disparu\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180532899840001\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"screen_name\":\"sebvdo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Juste l\\u00e0...\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"990000\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"description\":\"Web\\/Zic\\/Foot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"97193463\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"name\":\"S\\u00e9bastien vdo\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 16 11:57:29 +0000 2009\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":97193463,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180532899840001,\"created_at\":\"Fri Feb 24 23:00:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1271000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1a3c027b-e75c-44a7-a9da-53382569e395-173180532899840001" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@pocarles @vinvin #lgw c'est une jean-Paul Gauthier ou pas", +"img": { +"src": "http://a3.twimg.com/profile_images/1827613879/photo-pro_normal.png" +}, +"title": "Julien Lopizzo: @pocarles @vinvin #lgw c'est une jean-Paul Gauthier ou pas", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1271000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"pocarles\",\"favorited\":false,\"text\":\"@pocarles @vinvin #lgw c'est une jean-Paul Gauthier ou pas\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"pocarles\",\"indices\":[0,9],\"name\":\"PierreOlivier Carles\",\"id_str\":\"23074316\",\"id\":23074316},{\"screen_name\":\"Vinvin\",\"indices\":[10,17],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}]},\"in_reply_to_user_id\":23074316,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173180106779533312,\"in_reply_to_status_id_str\":\"173180106779533312\",\"id_str\":\"173180534871171072\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"JulienLopizzo\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":283,\"location\":\"Lyon - Europe\",\"profile_text_color\":\"3C3940\",\"followers_count\":143,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"description\":\"Je suis tomb\\u00e9 dedans en 97.Ma e-carri\\u00e8re a d\\u00e9marr\\u00e9 comme d\\u00e9veloppeur freelance en 2002.Entrepren(aute) depuis 10 ans j'aime partager ma passion du e-business.\",\"statuses_count\":1087,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"44345271\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Julien Lopizzo\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"created_at\":\"Wed Jun 03 12:08:19 +0000 2009\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":44345271,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.tenapra.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\"},\"truncated\":false,\"id\":173180534871171072,\"created_at\":\"Fri Feb 24 23:00:31 +0000 2012\",\"in_reply_to_user_id_str\":\"23074316\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1271000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d6f77e6d-8058-4397-ab55-98e48c827034-173180534871171072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow. Faut la bruler car elle est super moche !! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1796428077/421081_352522544767321_166574853362092_1405744_1429365707_n_normal.jpg" +}, +"title": "mohamed Ibn Slimane : @palmashow. Faut la bruler car elle est super moche !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1274000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow. Faut la bruler car elle est super moche !! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]}]},\"place\":{\"country_code\":\"MA\",\"country\":\"Morocco\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-7.6613462,33.5491193],[-7.6108209,33.5491193],[-7.6108209,33.5910878],[-7.6613462,33.5910878]]]},\"attributes\":{},\"full_name\":\"El Maarif, Casablanca\",\"name\":\"El Maarif\",\"place_type\":\"city\",\"id\":\"043051f4e4ba4f15\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/043051f4e4ba4f15.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-7.62489,33.56871]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173179924620910593\",\"id_str\":\"173180545835089920\",\"geo\":{\"type\":\"Point\",\"coordinates\":[33.56871,-7.62489]},\"retweeted\":false,\"in_reply_to_status_id\":173179924620910593,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":233,\"screen_name\":\"Mohamed_Slimane\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris \\/ Casablanca \",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":232,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1796428077\\/421081_352522544767321_166574853362092_1405744_1429365707_n_normal.jpg\",\"description\":\"Directeur commercial du Groupe Buzzeff, Agence sp\\u00e9cialis\\u00e9e dans la communication digitale, la cr\\u00e9ation et la gestion du buzz internet www.buzzeff.com\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"53708765\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796428077\\/421081_352522544767321_166574853362092_1405744_1429365707_n_normal.jpg\",\"name\":\"mohamed Ibn Slimane \",\"default_profile_image\":false,\"created_at\":\"Sat Jul 04 16:51:10 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":53708765,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/www.buzzeff.com\"},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173180545835089920,\"created_at\":\"Fri Feb 24 23:00:34 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1274000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dd74df51-7a13-4566-b53f-05619e74e25a-173180545835089920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ça se termine quand ? #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: ça se termine quand ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1275000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00e7a se termine quand ? #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180550465593345\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83433,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180550465593345,\"created_at\":\"Fri Feb 24 23:00:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1275000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "219559a1-688b-4c09-8ad4-f74aa8edc517-173180550465593345" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un Nouveau Tweet ! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1686069373/P1000509_normal.JPG" +}, +"title": "David △: Un Nouveau Tweet ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1275000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Un Nouveau Tweet ! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180549190516737\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":302,\"screen_name\":\"Datu79\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":864,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/424435740\\/UC006HMTS.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"ccbe26\",\"followers_count\":184,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1686069373\\/P1000509_normal.JPG\",\"description\":\"David, 17, France. \\r\\nJ'aime pas faire comme les autres, la preuve, je tweet.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c93838\",\"id_str\":\"141196103\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424435740\\/UC006HMTS.jpg\",\"profile_sidebar_fill_color\":\"c2a87a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1686069373\\/P1000509_normal.JPG\",\"name\":\"David \\u25b3\",\"default_profile_image\":false,\"created_at\":\"Fri May 07 12:18:43 +0000 2010\",\"profile_sidebar_border_color\":\"a36b4d\",\"id\":141196103,\"utc_offset\":3600,\"favourites_count\":57,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180549190516737,\"created_at\":\"Fri Feb 24 23:00:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1275000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a0db40db-0bfd-4361-971f-8524f86eac12-173180549190516737" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et un tweet de plus ;) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: Et un tweet de plus ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1275000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et un tweet de plus ;) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180549505101824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":233,\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10935,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez les mafieux mexicains\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":390,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"name\":\"Young, Wild & Free\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":363343002,\"utc_offset\":null,\"favourites_count\":39,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180549505101824,\"created_at\":\"Fri Feb 24 23:00:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1275000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f1565210-db6c-4f57-9035-489a053c8bf7-173180549505101824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cesar n'a pas eu de Cesar #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Cesar n'a pas eu de Cesar #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1277000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Cesar n'a pas eu de Cesar #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180559311384577\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180559311384577,\"created_at\":\"Fri Feb 24 23:00:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1277000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "516e642a-d687-4dcf-9f27-e7088526fbba-173180559311384577" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "c'est moi où ils sont sur TweetDeck #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1834743858/389803_305088509516624_200063773352432_1258527_2126190789_n_normal.jpg" +}, +"title": "Amélie Owl : c'est moi où ils sont sur TweetDeck #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1279000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"c'est moi o\\u00f9 ils sont sur TweetDeck #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180566403944450\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":277,\"screen_name\":\"xYumiste\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17078,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/292579476\\/fondtardib1.jpg\",\"location\":\"Caen\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"0084B4\",\"followers_count\":145,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1834743858\\/389803_305088509516624_200063773352432_1258527_2126190789_n_normal.jpg\",\"description\":\"Whovian, Gleek, Potterhead, Merlinian! I live in the TARDIS. I fall in love with Mister Bean. #TeamWhovian\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"103989420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292579476\\/fondtardib1.jpg\",\"profile_sidebar_fill_color\":\"c0dfec\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1834743858\\/389803_305088509516624_200063773352432_1258527_2126190789_n_normal.jpg\",\"name\":\"Am\\u00e9lie Owl \",\"default_profile_image\":false,\"created_at\":\"Mon Jan 11 22:34:07 +0000 2010\",\"profile_sidebar_border_color\":\"022330\",\"id\":103989420,\"utc_offset\":3600,\"favourites_count\":27,\"url\":\"http:\\/\\/timeladyandtimelord.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180566403944450,\"created_at\":\"Fri Feb 24 23:00:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1279000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "96067b41-2146-4445-9271-5be82c25d561-173180566403944450" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Jellyfishymous: J'aime @LeGrandWebze ; c'est prétentieux comme nous. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1780301867/avatar_normal.jpg" +}, +"title": "Okhin: RT @Jellyfishymous: J'aime @LeGrandWebze ; c'est prétentieux comme nous. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1280000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Jellyfishymous: J'aime @LeGrandWebze ; c'est pr\\u00e9tentieux comme nous. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Jellyfishymous\",\"indices\":[3,18],\"name\":\"Jellyfishymous\",\"id_str\":\"459357676\",\"id\":459357676},{\"screen_name\":\"LeGrandWebze\",\"indices\":[27,40],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[73,77]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'aime @LeGrandWebze ; c'est pr\\u00e9tentieux comme nous. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[7,20],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180179152248833\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Jellyfishymous\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":19,\"location\":\"Everywhere\",\"profile_text_color\":\"333333\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1743773925\\/tag_2011_rutan_main_normal.jpg\",\"description\":\"Peace & Lulz ~:)\",\"statuses_count\":169,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"459357676\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jellyfishymous\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Jan 09 15:37:25 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":459357676,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/blogs.lesinrocks.com\\/jellyfish\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1743773925\\/tag_2011_rutan_main_normal.jpg\"},\"truncated\":false,\"id\":173180179152248833,\"created_at\":\"Fri Feb 24 22:59:06 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180570690519040\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"2f1812\",\"screen_name\":\"okhin\",\"lang\":\"en\",\"favourites_count\":38,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":441,\"location\":\"Paris, France\",\"profile_text_color\":\"739694\",\"followers_count\":797,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"statuses_count\":10334,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"protected\":false,\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Okhin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_fill_color\":\"411c0f\",\"id\":49560409,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"https:\\/\\/about.okhin.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\"},\"truncated\":false,\"id\":173180570690519040,\"created_at\":\"Fri Feb 24 23:00:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1280000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "24c2ec80-16a9-4f00-b6a5-82e539177e4f-173180570690519040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Lâche les Grands Wagons !", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: #lgw Lâche les Grands Wagons !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1280000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw L\\u00e2che les Grands Wagons !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180572007546880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1749,\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":28279,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"location\":\"Crozon, Brittany\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"followers_count\":2619,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"profile_sidebar_fill_color\":\"d3ede7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"name\":\"Philippe B\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_border_color\":\"5e1410\",\"id\":14400518,\"utc_offset\":3600,\"favourites_count\":297,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180572007546880,\"created_at\":\"Fri Feb 24 23:00:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1280000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3e4f013d-eea5-42da-aaea-22541f714a1f-173180572007546880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste François Rollin sur France 5 en ce moment", +"img": { +"src": "http://a0.twimg.com/profile_images/1390266412/avatar_twitter_normal.png" +}, +"title": "vichenze: #lgw #ilreste François Rollin sur France 5 en ce moment", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1281000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste Fran\\u00e7ois Rollin sur France 5 en ce moment\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180577506275328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":95,\"screen_name\":\"vichenze\",\"lang\":\"en\",\"profile_text_color\":\"663B12\",\"statuses_count\":309,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"1F98C7\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1390266412\\/avatar_twitter_normal.png\",\"description\":\"News from my club (FCPortois [292885] - France DIII.1), my CHPP projects and any other things I do on Hattrick.org\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C6E2EE\",\"id_str\":\"89012571\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1390266412\\/avatar_twitter_normal.png\",\"name\":\"vichenze\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 10 20:23:51 +0000 2009\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":89012571,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180577506275328,\"created_at\":\"Fri Feb 24 23:00:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1281000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c8e175a0-125a-4e3d-ab8c-22bf32f24100-173180577506275328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW 3ème TT! :D", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: #LGW 3ème TT! :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1282000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW 3\\u00e8me TT! :D\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180579087523840\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4895,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173180579087523840,\"created_at\":\"Fri Feb 24 23:00:42 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1282000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a2e8eacc-6638-4749-b4c3-df3b291d5b1d-173180579087523840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je vend toujours ma Renault Fuego rouge #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1717757168/PO_Fond_Gris_normal.jpg" +}, +"title": "PierreOlivier Carles: Je vend toujours ma Renault Fuego rouge #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1282000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je vend toujours ma Renault Fuego rouge #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180581935448065\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":1148,\"screen_name\":\"pocarles\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":32042,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"location\":\"Toulouse - Miami\",\"show_all_inline_media\":true,\"listed_count\":448,\"profile_link_color\":\"5cace5\",\"followers_count\":5248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\",\"description\":\"Co-Founder at @Digidust & @Labotec. BA in @Stonfield @APICube @Hellotipi and others.\\r\\nMore Entrepreneur than Investor. Rugby, Gastronomy and Human enthusiast !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFFFFF\",\"id_str\":\"23074316\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"profile_sidebar_fill_color\":\"f0f0f0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\",\"name\":\"PierreOlivier Carles\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 06 15:10:47 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":23074316,\"utc_offset\":3600,\"favourites_count\":80,\"url\":\"http:\\/\\/www.pocarles.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180581935448065,\"created_at\":\"Fri Feb 24 23:00:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1282000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9194b079-0b4f-49fc-ad2f-e191001fbd8a-173180581935448065" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais c'est quoi ce plateau piqué à CNN? #LaClasseAmericaine #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1604619978/gdx_profil_normal.jpg" +}, +"title": "Geoffrey Delcroix: Mais c'est quoi ce plateau piqué à CNN? #LaClasseAmericaine #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1283000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais c'est quoi ce plateau piqu\\u00e9 \\u00e0 CNN? #LaClasseAmericaine #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LaClasseAmericaine\",\"indices\":[40,59]},{\"text\":\"LGW\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180583822897152\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":201,\"screen_name\":\"geoffdelc\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":729,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/338957584\\/sad_panda_3.jpg\",\"location\":\"Paris, Fr\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1604619978\\/gdx_profil_normal.jpg\",\"description\":\"part-time g33k, part-time privacy advocate. full time future thinker\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"18341132\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/338957584\\/sad_panda_3.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1604619978\\/gdx_profil_normal.jpg\",\"name\":\"Geoffrey Delcroix\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 23 20:07:06 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":18341132,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/futurenewswire.hautetfort.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180583822897152,\"created_at\":\"Fri Feb 24 23:00:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1283000, +"tags": [ +{ +"id-ref": "ef618f62-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0005ec63-8c17-45aa-b2ab-38d58dc3af58-173180583822897152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Elle claque l'émission sur France 5. #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1839264097/Stay_20Cool_normal.jpg" +}, +"title": "Batistuta.: Elle claque l'émission sur France 5. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1286000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Elle claque l'\\u00e9mission sur France 5. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[37,41]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180596523245569\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"MGMTiST\",\"lang\":\"fr\",\"favourites_count\":259,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":184,\"location\":\"Paris XXIe.\",\"profile_text_color\":\"333333\",\"followers_count\":379,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1839264097\\/Stay_20Cool_normal.jpg\",\"description\":\"J'en pr\\u00e9viens les m\\u00e8res de famille, ce que je tweet n'est pas pour les petites filles dont on coupe le pain en tartines.\",\"statuses_count\":10428,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/397512556\\/Oh__Lana.jpg\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"223155142\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Batistuta.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397512556\\/Oh__Lana.jpg\",\"created_at\":\"Sun Dec 05 15:21:07 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":223155142,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/makegreatmusictwodays.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839264097\\/Stay_20Cool_normal.jpg\"},\"truncated\":false,\"id\":173180596523245569,\"created_at\":\"Fri Feb 24 23:00:46 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1286000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4e8a7e21-7d2c-46ec-9c02-09d5b8b78e8d-173180596523245569" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw meilleur film thé artist", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: #lgw meilleur film thé artist", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1287000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw meilleur film th\\u00e9 artist\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180600885329920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":14420,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"name\":\"FrinnockBoChar\",\"default_profile_image\":false,\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":40014489,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180600885329920,\"created_at\":\"Fri Feb 24 23:00:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1287000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "510fb0a4-fab1-41eb-a738-0e63e483672c-173180600885329920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @MryEmery: Test #lgw @LeGrandWebze", +"img": { +"src": "http://a3.twimg.com/profile_images/1386933065/iCloud_normal.png" +}, +"title": "mika: RT @MryEmery: Test #lgw @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1289000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @MryEmery: Test #lgw @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MryEmery\",\"indices\":[3,12],\"id_str\":\"14285154\",\"name\":\"Emery Dolig\\u00e9\",\"id\":14285154},{\"screen_name\":\"LeGrandWebze\",\"indices\":[24,37],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Test #lgw @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[10,23],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180440436408320\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"MryEmery\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":31437,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"location\":\"Paris Rive Gauche\",\"show_all_inline_media\":true,\"listed_count\":931,\"profile_link_color\":\"2FC2EF\",\"followers_count\":19577,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"description\":\"Vanksen. Europe 1 #dcdc. Lib\\u00e9ral ta m\\u00e8re.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f8fa\",\"id_str\":\"14285154\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"name\":\"Emery Dolig\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 02 16:59:11 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14285154,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/mry.blogs.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180440436408320,\"created_at\":\"Fri Feb 24 23:00:09 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180608913223681\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":38,\"screen_name\":\"mikafletcher\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":447,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Chateaufort, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1386933065\\/iCloud_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"6128662\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1386933065\\/iCloud_normal.png\",\"name\":\"mika\",\"default_profile_image\":false,\"created_at\":\"Fri May 18 05:26:06 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":6128662,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/web.mac.com\\/mikafletcher\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180608913223681,\"created_at\":\"Fri Feb 24 23:00:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1289000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "08ea5409-1240-4c34-9f4d-7a2873761975-173180608913223681" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ...<<<<this the shit i be talkin bout how did that get this trending...lmao", +"img": { +"src": "http://a3.twimg.com/profile_images/1754917164/image_normal" +}, +"title": "Jai Cole ! :): #lgw ...<<<<this the shit i be talkin bout how did that get this trending...lmao", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1290000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ...<<<<this the shit i be talkin bout how did that get this trending...lmao\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180612084105216\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":193,\"screen_name\":\"BeautifuLIAR__\",\"lang\":\"en\",\"profile_text_color\":\"0532e8\",\"statuses_count\":4514,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/401074886\\/images.jpg\",\"location\":\"Im On Some Other Shit...haha\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"f20081\",\"followers_count\":198,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1754917164\\/image_normal\",\"description\":\"... I ♥ my TWIFEY ! :) oh btw i dont check DM's :) sorry for the inconvience and Dont mention or retweet me if your not following me! :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Central Time (US & Canada)\",\"profile_background_color\":\"ffffff\",\"id_str\":\"314654300\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/401074886\\/images.jpg\",\"profile_sidebar_fill_color\":\"050501\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1754917164\\/image_normal\",\"name\":\"Jai Cole ! :)\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 10 16:06:21 +0000 2011\",\"profile_sidebar_border_color\":\"de1616\",\"id\":314654300,\"utc_offset\":-21600,\"favourites_count\":16,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180612084105216,\"created_at\":\"Fri Feb 24 23:00:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1290000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d8c371d1-0842-4d4d-91f0-f0c8a67319c6-173180612084105216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je salue les intentions derrière #lgw, mais bordel que c'est étrange, comme truc .", +"img": { +"src": "http://a3.twimg.com/profile_images/129612647/boredcat_normal.jpg" +}, +"title": "Lâm HUA: Je salue les intentions derrière #lgw, mais bordel que c'est étrange, comme truc .", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1290000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je salue les intentions derri\\u00e8re #lgw, mais bordel que c'est \\u00e9trange, comme truc .\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180614445498369\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"monsieurlam\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10180,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":543,\"profile_link_color\":\"0084B4\",\"followers_count\":21596,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"description\":\"+ links \\r\\n+ my life \\r\\n+ no reply \\r\\n+ @decate \\r\\n+ @lense \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"7993262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"name\":\"L\\u00e2m HUA\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 06 14:07:39 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":7993262,\"utc_offset\":3600,\"favourites_count\":133,\"url\":\"http:\\/\\/www.monsieurlam.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180614445498369,\"created_at\":\"Fri Feb 24 23:00:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1290000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5645a79b-c8d9-4fd2-9a75-ab8cb88d3be4-173180614445498369" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "1000 tweets ? #Lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1474785559/testdeux_normal.jpg" +}, +"title": "Romain Mollet: 1000 tweets ? #Lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1291000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"1000 tweets ? #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180618916630528\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"RomainMollet\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":71,\"location\":\"Nantes\",\"profile_text_color\":\"333333\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 Cin\\u00e9Cr\\u00e9atis depuis moins d'une semaine (18\\/09\\/2011)\",\"statuses_count\":74,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"62795411\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Romain Mollet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"created_at\":\"Tue Aug 04 11:47:02 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":62795411,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/conneriehumanumest.wordpress.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\"},\"truncated\":false,\"id\":173180618916630528,\"created_at\":\"Fri Feb 24 23:00:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1291000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "847cbed1-b402-49f5-aa6c-5d5edb8e364b-173180618916630528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "césar meilleur film le cochon au maroc #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: césar meilleur film le cochon au maroc #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1292000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"c\\u00e9sar meilleur film le cochon au maroc #lgw #ilpart\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]},{\"text\":\"ilpart\",\"indices\":[44,51]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"screen_name\":\"PatrickOllier\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"C0DEED\",\"location\":\"france\",\"favourites_count\":1,\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"profile_text_color\":\"333333\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"statuses_count\":1207,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"protected\":false,\"is_translator\":false,\"name\":\"Patrick Ollier\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_background_color\":\"EDECE9\",\"id\":299723960,\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"utc_offset\":3600,\"url\":null},\"in_reply_to_status_id\":null,\"id\":173180622376943617,\"created_at\":\"Fri Feb 24 23:00:52 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180622376943617\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1292000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4ea4074b-7b73-41e8-96c6-31e933de1121-173180622376943617" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Omar Sy meilleur acteur #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: Omar Sy meilleur acteur #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1293000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Omar Sy meilleur acteur #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180625765941248\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"Marseille\\/Paris\",\"profile_text_color\":\"3E4415\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"statuses_count\":5140,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Matthieu Michel\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":68460513,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\"},\"truncated\":false,\"id\":173180625765941248,\"created_at\":\"Fri Feb 24 23:00:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1293000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "988c3761-0ee0-4967-8f22-4f8fa11c5788-173180625765941248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Francois Rollin #Lgw <3", +"img": { +"src": "http://a0.twimg.com/profile_images/1817306889/Photo_Chaplain_Jan_2012_normal.jpg" +}, +"title": "Thibaut Herent: Francois Rollin #Lgw <3", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1293000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Francois Rollin #Lgw <3\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180627070361600\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":148,\"screen_name\":\"Tib_H\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1095,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Montrouge \\/\\/ Paris\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":81,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817306889\\/Photo_Chaplain_Jan_2012_normal.jpg\",\"description\":\"J'aime le piment d'espelette !\\r\\nMais elle est d\\u00e9gueulasse cette andouillette!\\r\\nPalmashow - MasterChef\\r\\nwww.youtube.com\\/watch?v=cknnL82z9Y8\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"46939229\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817306889\\/Photo_Chaplain_Jan_2012_normal.jpg\",\"name\":\"Thibaut Herent\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 13 18:44:14 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":46939229,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180627070361600,\"created_at\":\"Fri Feb 24 23:00:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1293000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "854293d0-02f3-4328-9f1d-0aef8b28f1f2-173180627070361600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Euh pas très clair mam'zelle! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1809234459/image_normal.jpg" +}, +"title": "sebao: Euh pas très clair mam'zelle! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1294000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Euh pas tr\\u00e8s clair mam'zelle! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180631507935233\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":89,\"screen_name\":\"sebhof972\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4931,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":111,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1809234459\\/image_normal.jpg\",\"description\":\"qui qu'a mis \\u00e7a l\\u00e0 pis qu'a pas balay\\u00e9 ????\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"316700495\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809234459\\/image_normal.jpg\",\"name\":\"sebao\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 13 20:54:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":316700495,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180631507935233,\"created_at\":\"Fri Feb 24 23:00:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1294000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "23fa5456-4b5d-4fdf-9719-ed4603ee43d5-173180631507935233" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Very bad blagues sur #france5 #lgw http://t.co/GKwV8q9r @thetrapper", +"img": { +"src": "http://a2.twimg.com/profile_images/1706133502/388220_10150440165629718_645479717_8214847_1346266362_n_normal.jpg" +}, +"title": "GIPPA Gauthier: Very bad blagues sur #france5 #lgw http://t.co/GKwV8q9r @thetrapper", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1296000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Very bad blagues sur #france5 #lgw http:\\/\\/t.co\\/GKwV8q9r @thetrapper\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"TheTrapper\",\"indices\":[56,67],\"id_str\":\"14890270\",\"name\":\"TheTrapper\",\"id\":14890270}],\"urls\":[{\"indices\":[35,55],\"expanded_url\":\"http:\\/\\/www.thetrapper.fr\",\"display_url\":\"thetrapper.fr\",\"url\":\"http:\\/\\/t.co\\/GKwV8q9r\"}],\"hashtags\":[{\"text\":\"france5\",\"indices\":[21,29]},{\"text\":\"lgw\",\"indices\":[30,34]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180638399172610\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":77,\"screen_name\":\"Ronnie_Sykes\",\"lang\":\"fr\",\"profile_text_color\":\"b0aab0\",\"statuses_count\":52,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Toulon\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"ff9900\",\"followers_count\":24,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1706133502\\/388220_10150440165629718_645479717_8214847_1346266362_n_normal.jpg\",\"description\":\"\\u00c9tudiant en architecture \\u00e0 l'ENSAM, Blogger sur TheTrapper.fr et Batteur dans Hard Rock Heritage, \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"44381492\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1706133502\\/388220_10150440165629718_645479717_8214847_1346266362_n_normal.jpg\",\"name\":\"GIPPA Gauthier\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 03 15:30:14 +0000 2009\",\"profile_sidebar_border_color\":\"ff9900\",\"id\":44381492,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.thetrapper.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180638399172610,\"created_at\":\"Fri Feb 24 23:00:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1296000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e8ce63cd-23a0-4e2b-9c2b-6c299148b018-173180638399172610" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Prout #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1714137717/For_the_fuck_normal.png" +}, +"title": "o0REL: Prout #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1296000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Prout #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[6,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180638415962112\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"o0REL\",\"lang\":\"fr\",\"favourites_count\":2680,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":147,\"location\":\"\",\"profile_text_color\":\"634047\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"description\":\"A base de compote\",\"statuses_count\":6741,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"9aa6a1\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"636566\",\"protected\":false,\"id_str\":\"69682753\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"o0REL\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"created_at\":\"Fri Aug 28 20:12:55 +0000 2009\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":69682753,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/o0rel.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\"},\"truncated\":false,\"id\":173180638415962112,\"created_at\":\"Fri Feb 24 23:00:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1296000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "461b7614-d9a6-4b7b-9c70-27d7e9194c05-173180638415962112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "le problème du #LGW c'est que ça ressemble encore trop à de la mauvaise improvisation", +"img": { +"src": "http://a2.twimg.com/profile_images/1563780941/pic_copie_normal.jpg" +}, +"title": "oOfasnI: le problème du #LGW c'est que ça ressemble encore trop à de la mauvaise improvisation", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1296000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"le probl\\u00e8me du #LGW c'est que \\u00e7a ressemble encore trop \\u00e0 de la mauvaise improvisation\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180638638247937\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":141,\"screen_name\":\"InsafOo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1087,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"009999\",\"followers_count\":198,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1563780941\\/pic_copie_normal.jpg\",\"description\":\"Journalisme \\u00e0 l'ULB\\/ Stage \\u00e0 la RTBF et au Soir\\/ Erasmus \\u00e0 Paris\\/ Jobiste au Cirque Royal\\/ Parle r\\u00e9guli\\u00e8rement le sarcasme\\/ Mes cuites n'engagent que moi.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"342660437\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1563780941\\/pic_copie_normal.jpg\",\"name\":\"oOfasnI\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 26 11:22:50 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":342660437,\"utc_offset\":-10800,\"favourites_count\":34,\"url\":\"http:\\/\\/insiblog.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180638638247937,\"created_at\":\"Fri Feb 24 23:00:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1296000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5852b215-de08-431c-a3ef-16300733f955-173180638638247937" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #lgw @palmashow", +"img": { +"src": "http://a0.twimg.com/profile_images/1838207664/image_normal.jpg" +}, +"title": "Sanchez Théo: @LeGrandWebze #lgw @palmashow", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1297000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze #lgw @palmashow\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"palmashow\",\"indices\":[19,29],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180641012236288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":60,\"screen_name\":\"sanchez_theo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":144,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"374697529\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"name\":\"Sanchez Th\\u00e9o\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 16 19:34:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":374697529,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173180641012236288,\"created_at\":\"Fri Feb 24 23:00:57 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1297000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "050ce302-bebd-4389-977d-d77433b413e4-173180641012236288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais la définition d' @AudeBaron est pas top, j'ai beau regarder le live tweet, j'vois pas la chemise du @Vinvin... #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: Mais la définition d' @AudeBaron est pas top, j'ai beau regarder le live tweet, j'vois pas la chemise du @Vinvin... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1297000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais la d\\u00e9finition d' @AudeBaron est pas top, j'ai beau regarder le live tweet, j'vois pas la chemise du @Vinvin... #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"AudeBaron\",\"indices\":[22,32],\"id_str\":\"18125180\",\"name\":\"Aude Baron\",\"id\":18125180},{\"screen_name\":\"Vinvin\",\"indices\":[105,112],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[116,120]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180645114265600\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180645114265600,\"created_at\":\"Fri Feb 24 23:00:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1297000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "969a054d-3379-4a89-979e-e8050a2cc263-173180645114265600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mieux que le 2 écrans: le mono-écran! Twitter, http://t.co/cNFYbTfy et France 5 via VLC avec le multi-poste de Free! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1725590755/jak-avatar-twitter_normal.png" +}, +"title": "Axel Leroy: Mieux que le 2 écrans: le mono-écran! Twitter, http://t.co/cNFYbTfy et France 5 via VLC avec le multi-poste de Free! #LGW", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1298000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Mieux que le 2 \\u00e9crans: le mono-\\u00e9cran! Twitter, http:\\/\\/t.co\\/cNFYbTfy et France 5 via VLC avec le multi-poste de Free! #LGW\",\"entities\":{\"urls\":[{\"indices\":[47,67],\"display_url\":\"legrandwebze.com\",\"expanded_url\":\"http:\\/\\/legrandwebze.com\",\"url\":\"http:\\/\\/t.co\\/cNFYbTfy\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[117,121]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180646854893568\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"00bbff\",\"screen_name\":\"BlackEco\",\"lang\":\"fr\",\"favourites_count\":142,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":303,\"location\":\"Versailles, France\",\"profile_text_color\":\"333333\",\"followers_count\":191,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"description\":\"I'm a 18 years old french geek, passionated by Anglo-Saxon culture, computing, music, Internet, video games, movies, other geek stuffs and cars.\",\"statuses_count\":13160,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"94871785\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Axel Leroy\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"created_at\":\"Sat Dec 05 21:28:19 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":94871785,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.blackeco.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\"},\"truncated\":false,\"id\":173180646854893568,\"created_at\":\"Fri Feb 24 23:00:58 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1298000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3f47db2e-72dd-4104-8319-e32f85c3aa8f-173180646854893568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ça y est, #lgw dans les TT! =)", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: ça y est, #lgw dans les TT! =)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1298000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00e7a y est, #lgw dans les TT! =)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180646913609728\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":145,\"screen_name\":\"JoffreyMick\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1025,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"255731473\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"name\":\"Joffrey Mick\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":255731473,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180646913609728,\"created_at\":\"Fri Feb 24 23:00:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1298000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "22192cbe-6af4-4e99-9923-6f39ad9d4de1-173180646913609728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@spookev a fond mais j'y pense jamais #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: @spookev a fond mais j'y pense jamais #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1298000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"spookev\",\"favorited\":false,\"text\":\"@spookev a fond mais j'y pense jamais #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"spookev\",\"indices\":[0,8],\"name\":\"Pierson \\u221e\",\"id_str\":\"51034368\",\"id\":51034368}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[38,42]}]},\"in_reply_to_user_id\":51034368,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173180519608090625,\"in_reply_to_status_id_str\":\"173180519608090625\",\"id_str\":\"173180646628401152\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"1c2352\",\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"favourites_count\":1604,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":646,\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"profile_text_color\":\"333333\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"statuses_count\":83432,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"ArDuB57\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":21448223,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\"},\"truncated\":false,\"id\":173180646628401152,\"created_at\":\"Fri Feb 24 23:00:58 +0000 2012\",\"in_reply_to_user_id_str\":\"51034368\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1298000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aaf533e5-329a-4323-b260-c04dd418c4a5-173180646628401152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw vinvin/20 pour la chemise", +"img": { +"src": "http://a2.twimg.com/profile_images/1269224486/image_normal.jpg" +}, +"title": "Mickael: #lgw vinvin/20 pour la chemise", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1301000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw vinvin\\/20 pour la chemise\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180661795008512\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"NeoMkL\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":86,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1269224486\\/image_normal.jpg\",\"description\":null,\"statuses_count\":65,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"76371966\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Mickael\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Sep 22 16:10:55 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":76371966,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1269224486\\/image_normal.jpg\"},\"truncated\":false,\"id\":173180661795008512,\"created_at\":\"Fri Feb 24 23:01:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1301000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cb647b8f-7c56-4d6c-a3c1-650b3ee66851-173180661795008512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vinvin tu es plus détendu ce soir, c'est quoi les médocs que tu prends ? ^^ #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1291328088/z02_normal.jpg" +}, +"title": "Amstramgram : Vinvin tu es plus détendu ce soir, c'est quoi les médocs que tu prends ? ^^ #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1302000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vinvin tu es plus d\\u00e9tendu ce soir, c'est quoi les m\\u00e9docs que tu prends ? ^^ #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180662650638336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":101,\"screen_name\":\"Zbang\",\"lang\":\"fr\",\"profile_text_color\":\"0b7575\",\"statuses_count\":6194,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/185303389\\/x6b083822a5526f9693536299cdeafaa.jpg\",\"location\":\"Albi, France\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"0b7575\",\"followers_count\":196,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1291328088\\/z02_normal.jpg\",\"description\":\"Depuis 2004, Zbang \\u00e9lu meilleur forum au monde selon son administrateur @Amstramgram.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"b4d9ad\",\"id_str\":\"8953242\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/185303389\\/x6b083822a5526f9693536299cdeafaa.jpg\",\"profile_sidebar_fill_color\":\"b4d9ad\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1291328088\\/z02_normal.jpg\",\"name\":\"Amstramgram \",\"default_profile_image\":false,\"created_at\":\"Tue Sep 18 15:17:03 +0000 2007\",\"profile_sidebar_border_color\":\"aef5fa\",\"id\":8953242,\"utc_offset\":3600,\"favourites_count\":97,\"url\":\"http:\\/\\/www.zbang.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180662650638336,\"created_at\":\"Fri Feb 24 23:01:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1302000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "09886dfb-f1e4-48ef-9f0b-7a11a9aeb752-173180662650638336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plop #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1714137717/For_the_fuck_normal.png" +}, +"title": "o0REL: Plop #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1302000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Plop #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180665850892289\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":147,\"screen_name\":\"o0REL\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":6742,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"9aa6a1\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"description\":\"A base de compote\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"636566\",\"id_str\":\"69682753\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"name\":\"o0REL\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 28 20:12:55 +0000 2009\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":69682753,\"utc_offset\":3600,\"favourites_count\":2680,\"url\":\"http:\\/\\/o0rel.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180665850892289,\"created_at\":\"Fri Feb 24 23:01:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1302000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "13ff27dd-03f7-40a4-888e-2e6a4d2bc209-173180665850892289" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Regarde #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1851228993/HtsJ79AW_normal" +}, +"title": "The Geoker 1D♪$£€¥: Regarde #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1304000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Regarde #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180670313644033\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":192,\"screen_name\":\"1D_geoffrey\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1199,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431924105\\/970d0c1ee006957fd72e293e2a18804b_large.jpg\",\"location\":\"casteljaloux\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":82,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851228993\\/HtsJ79AW_normal\",\"description\":\"j\\u00e9\\u00e9\\u00e9hhh Geoffrey 14 ans Directioners #jeD7\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"447522237\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431924105\\/970d0c1ee006957fd72e293e2a18804b_large.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851228993\\/HtsJ79AW_normal\",\"name\":\"The Geoker 1D\\u266a$\\u00a3\\u20ac\\u00a5\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 27 00:29:02 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":447522237,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.facebook.com\\/pages\\/Montres-et-casquettes-\\u00e0-la-mode\\/241060529285765\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180670313644033,\"created_at\":\"Fri Feb 24 23:01:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1304000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e2725293-033a-489b-a920-a37267b9fadc-173180670313644033" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Séquence émotion enlevé ta chemise \n#lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1692549186/IMG_0304_normal.jpg" +}, +"title": "oliver: Séquence émotion enlevé ta chemise \n#lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1304000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"S\\u00e9quence \\u00e9motion enlev\\u00e9 ta chemise \\n#lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180672427565056\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":280,\"screen_name\":\"samguichoune\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":996,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1692549186\\/IMG_0304_normal.jpg\",\"description\":\"vannes pourries, humour noir, flemmard, queutard, pionard.\\r\\nbref ......\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"389641597\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1692549186\\/IMG_0304_normal.jpg\",\"name\":\"oliver\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 12 19:23:45 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":389641597,\"utc_offset\":3600,\"favourites_count\":15,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180672427565056,\"created_at\":\"Fri Feb 24 23:01:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1304000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1b5c3949-fb28-4841-8fa9-757bb2971b03-173180672427565056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @pocarles: Je vend toujours ma Renault Fuego rouge #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: RT @pocarles: Je vend toujours ma Renault Fuego rouge #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1304000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @pocarles: Je vend toujours ma Renault Fuego rouge #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pocarles\",\"indices\":[3,12],\"id_str\":\"23074316\",\"name\":\"PierreOlivier Carles\",\"id\":23074316}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je vend toujours ma Renault Fuego rouge #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180581935448065\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":1148,\"screen_name\":\"pocarles\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":32042,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"location\":\"Toulouse - Miami\",\"show_all_inline_media\":true,\"listed_count\":448,\"profile_link_color\":\"5cace5\",\"followers_count\":5248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\",\"description\":\"Co-Founder at @Digidust & @Labotec. BA in @Stonfield @APICube @Hellotipi and others.\\r\\nMore Entrepreneur than Investor. Rugby, Gastronomy and Human enthusiast !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFFFFF\",\"id_str\":\"23074316\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"profile_sidebar_fill_color\":\"f0f0f0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\",\"name\":\"PierreOlivier Carles\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 06 15:10:47 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":23074316,\"utc_offset\":3600,\"favourites_count\":80,\"url\":\"http:\\/\\/www.pocarles.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180581935448065,\"created_at\":\"Fri Feb 24 23:00:42 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180672469512192\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13059,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":792,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180672469512192,\"created_at\":\"Fri Feb 24 23:01:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1304000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bf15aa02-2b5b-42fa-a45a-3a5d6a207dd0-173180672469512192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tu peux partir de @france5TV #LGW site plaît ;) @misterclem", +"img": { +"src": "http://a0.twimg.com/profile_images/1800158818/Harc0urt_normal.jpg" +}, +"title": "Thierry GOUBY: Tu peux partir de @france5TV #LGW site plaît ;) @misterclem", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1306000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tu peux partir de @france5TV #LGW site pla\\u00eet ;) @misterclem\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[18,28],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487},{\"screen_name\":\"misterclem\",\"indices\":[48,59],\"id_str\":\"11793022\",\"name\":\"Misterclem\",\"id\":11793022}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180680409317376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":415,\"screen_name\":\"ThierryGouby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5367,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":77,\"profile_link_color\":\"009999\",\"followers_count\":880,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1800158818\\/Harc0urt_normal.jpg\",\"description\":\"#Journaliste secteur #Assurance - Maitrise l'humour approximatif et le port de la moustache Like a Boss !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"91352553\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1800158818\\/Harc0urt_normal.jpg\",\"name\":\"Thierry GOUBY\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 20 14:38:20 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":91352553,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180680409317376,\"created_at\":\"Fri Feb 24 23:01:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1306000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fff6687a-c613-4c38-acce-bb405e80dfff-173180680409317376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw : Meilleur Acteur : Omar Sy; Meilleur Film : The Tartist.", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: #lgw : Meilleur Acteur : Omar Sy; Meilleur Film : The Tartist.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1307000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw : Meilleur Acteur : Omar Sy; Meilleur Film : The Tartist.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180683710234625\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":75,\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":990,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"name\":\"Shik-a-Marrant\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_border_color\":\"c0c3c4\",\"id\":57607506,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180683710234625,\"created_at\":\"Fri Feb 24 23:01:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1307000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1a3331f8-9e26-4eb5-b722-84c5d2d0c38a-173180683710234625" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @palmashow", +"img": { +"src": "http://a2.twimg.com/profile_images/1592537064/x999_normal.jpg" +}, +"title": "Ronan: #lgw @palmashow", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1308000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @palmashow\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[5,15],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180688269451264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":166,\"screen_name\":\"Roazh\",\"lang\":\"fr\",\"profile_text_color\":\"1a1a1a\",\"statuses_count\":1454,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/284633775\\/Sans_titre-4.png\",\"location\":\"ROAZHON\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"cc0000\",\"followers_count\":61,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1592537064\\/x999_normal.jpg\",\"description\":\"Supporter SRFC \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"315907164\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/284633775\\/Sans_titre-4.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1592537064\\/x999_normal.jpg\",\"name\":\"Ronan\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 12 16:51:35 +0000 2011\",\"profile_sidebar_border_color\":\"f0f0f0\",\"id\":315907164,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180688269451264,\"created_at\":\"Fri Feb 24 23:01:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1308000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a86b0287-236f-4d45-9a61-dc8ae29f4afe-173180688269451264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 3ème des TT, derrière les Cesars et Omar Sy. Courage les gens !", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: #lgw 3ème des TT, derrière les Cesars et Omar Sy. Courage les gens !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1308000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw 3\\u00e8me des TT, derri\\u00e8re les Cesars et Omar Sy. Courage les gens !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180688235888640\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180688235888640,\"created_at\":\"Fri Feb 24 23:01:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1308000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "56663aaa-1508-403b-a21e-b383270c4c99-173180688235888640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Jolie la chemise à @Vinvin. Ils font les mêmes pour homme ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1640878229/dugomo_normal.jpg" +}, +"title": "Dugomo: Jolie la chemise à @Vinvin. Ils font les mêmes pour homme ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1308000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Jolie la chemise \\u00e0 @Vinvin. Ils font les m\\u00eames pour homme ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[19,26],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180688542081024\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":417,\"screen_name\":\"Dugomo\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":23745,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/138402304\\/twilk_background_4c704a628fa7f.jpg\",\"location\":\"Nice, ou pas loin\",\"show_all_inline_media\":false,\"listed_count\":350,\"profile_link_color\":\"0000ff\",\"followers_count\":3130,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1640878229\\/dugomo_normal.jpg\",\"description\":\"Timeo Danaos et dona ferentes.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"67648081\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/138402304\\/twilk_background_4c704a628fa7f.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640878229\\/dugomo_normal.jpg\",\"name\":\"Dugomo\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 21 16:24:44 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":67648081,\"utc_offset\":3600,\"favourites_count\":89,\"url\":\"http:\\/\\/jedisdubien.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180688542081024,\"created_at\":\"Fri Feb 24 23:01:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1308000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3eb2d4df-cffd-4bc4-aa2c-3bf8387a14e8-173180688542081024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@francoisrollin en fait est fou #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1629207856/avatar11011_normal.jpg" +}, +"title": "Cyril Oliverio: @francoisrollin en fait est fou #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1308000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@francoisrollin en fait est fou #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[0,15],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180689196400640\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"369489076\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":423,\"screen_name\":\"cylk34\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":50167,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/139059179\\/Corbeaubis.jpg\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":96,\"profile_link_color\":\"0084B4\",\"followers_count\":885,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1629207856\\/avatar11011_normal.jpg\",\"description\":\"Petit DA (magazine Zeste). je dis ce que j'ai envie de dire quand j'ai envie de le dire. M\\u00eame que j'ai un blog \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"109374544\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/139059179\\/Corbeaubis.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1629207856\\/avatar11011_normal.jpg\",\"name\":\"Cyril Oliverio\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 28 21:13:38 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":109374544,\"utc_offset\":3600,\"favourites_count\":36,\"url\":\"http:\\/\\/cylklique.wordpress.com\\/\"},\"in_reply_to_screen_name\":\"francoisrollin\",\"truncated\":false,\"id\":173180689196400640,\"created_at\":\"Fri Feb 24 23:01:08 +0000 2012\",\"in_reply_to_user_id\":369489076}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1308000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9275db0-2e41-4ee6-b5fe-68e9b606a1f3-173180689196400640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je m'y mets @LudoDelaherche #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1630832094/rene_navarre_as_fantomas_normal.jpg" +}, +"title": "Virgile Navarre: Je m'y mets @LudoDelaherche #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1309000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je m'y mets @LudoDelaherche #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[12,27],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180694116302848\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"virgilepons\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":61,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1630832094\\/rene_navarre_as_fantomas_normal.jpg\",\"description\":\"\",\"statuses_count\":7,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"392990979\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Virgile Navarre\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Oct 17 21:23:27 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":392990979,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.labo75.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1630832094\\/rene_navarre_as_fantomas_normal.jpg\"},\"truncated\":false,\"id\":173180694116302848,\"created_at\":\"Fri Feb 24 23:01:09 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1309000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a422e7f2-1d01-471f-ac22-3ea9d200a370-173180694116302848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Tluonra: Moi aussi je veux me voir dans l'écran ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1472542688/63480463899927000_normal.jpg" +}, +"title": "Aurélien Bouysse: RT @Tluonra: Moi aussi je veux me voir dans l'écran ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1309000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Tluonra: Moi aussi je veux me voir dans l'\\u00e9cran ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tluonra\",\"indices\":[3,11],\"id_str\":\"80332571\",\"name\":\"Tluonra\",\"id\":80332571}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Moi aussi je veux me voir dans l'\\u00e9cran ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180144570208257\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":174,\"screen_name\":\"Tluonra\",\"lang\":\"fr\",\"profile_text_color\":\"080108\",\"statuses_count\":6952,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431637274\\/back_tw_1111.jpg\",\"location\":\"Somewhere over the rainbow\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"e50ef0\",\"followers_count\":222,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845606272\\/marikiki_07_02_12_normal.jpg\",\"description\":\"Graphiste free-lance flammes et twitteuse \\u00e0 gage : Pumm Pumm (appeler aux horaires de bureau)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3c363d\",\"id_str\":\"80332571\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431637274\\/back_tw_1111.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845606272\\/marikiki_07_02_12_normal.jpg\",\"name\":\"Tluonra\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 06 15:47:08 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":80332571,\"utc_offset\":3600,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180144570208257,\"created_at\":\"Fri Feb 24 22:58:58 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobileways.de\\/gravity\\\" rel=\\\"nofollow\\\"\\u003EGravity!\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180692530855936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":352,\"screen_name\":\"skapin\",\"lang\":\"fr\",\"profile_text_color\":\"1f1d1f\",\"statuses_count\":797,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196128898\\/winogrand_utah_jpg.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"176480\",\"followers_count\":109,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1472542688\\/63480463899927000_normal.jpg\",\"description\":\"A essay\\u00e9 d'\\u00e9crire puis finalement je l'apprends aux enfants !\\r\\nEt puis bon, j'ai toujours 72 blogs \\u00e0 mon actif...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"80270161\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196128898\\/winogrand_utah_jpg.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1472542688\\/63480463899927000_normal.jpg\",\"name\":\"Aur\\u00e9lien Bouysse\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 06 10:35:11 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":80270161,\"utc_offset\":3600,\"favourites_count\":8,\"url\":\"http:\\/\\/leschroniquesdeskapin.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180692530855936,\"created_at\":\"Fri Feb 24 23:01:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1309000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "11ca0e69-864c-4e6f-9cf8-e46ca93284ae-173180692530855936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw résultat : omar Sy meilleur acteur, the artist meilleur film !!", +"img": { +"src": "http://a0.twimg.com/profile_images/1849287081/aYnrwQ30_normal" +}, +"title": "Barbara: #lgw résultat : omar Sy meilleur acteur, the artist meilleur film !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1310000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw r\\u00e9sultat : omar Sy meilleur acteur, the artist meilleur film !!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180696460935168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":38,\"screen_name\":\"babevva\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":172,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849287081\\/aYnrwQ30_normal\",\"description\":\"Je suis l\\u00e0 pour m'amuser, rire, pour partager ma vie avec vous :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"94037513\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849287081\\/aYnrwQ30_normal\",\"name\":\"Barbara\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 02 06:48:45 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":94037513,\"utc_offset\":3600,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180696460935168,\"created_at\":\"Fri Feb 24 23:01:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1310000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b41c7b2f-461f-49f9-b9b2-6acea68ba21f-173180696460935168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Idem!!! RT @moustikette: Moi je regarde l'émission sur internet #lgw @LeGrandWebze C'est pratique :)", +"img": { +"src": "http://a2.twimg.com/profile_images/1735644265/front_de_gauche_annee_normal.jpg" +}, +"title": "Cachounette: Idem!!! RT @moustikette: Moi je regarde l'émission sur internet #lgw @LeGrandWebze C'est pratique :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1310000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Idem!!! RT @moustikette: Moi je regarde l'\\u00e9mission sur internet #lgw @LeGrandWebze C'est pratique :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"moustikette\",\"indices\":[11,23],\"id_str\":\"23988907\",\"name\":\"Alice Wonderland\",\"id\":23988907},{\"screen_name\":\"LeGrandWebze\",\"indices\":[69,82],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[64,68]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180696339292163\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":40,\"screen_name\":\"cachounette\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":250,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"description\":\"sage femme, militante PCF-Front de gauche et CGT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"id_str\":\"39092205\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"name\":\"Cachounette\",\"default_profile_image\":false,\"created_at\":\"Sun May 10 18:40:14 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":39092205,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180696339292163,\"created_at\":\"Fri Feb 24 23:01:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1310000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e217f5bd-c124-455d-81d0-2e2896ce5155-173180696339292163" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et encore un tweet inutile de plus haha ;) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: Et encore un tweet inutile de plus haha ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1311000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et encore un tweet inutile de plus haha ;) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180701561204736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":233,\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10934,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez les mafieux mexicains\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":390,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"name\":\"Young, Wild & Free\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":363343002,\"utc_offset\":null,\"favourites_count\":39,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180701561204736,\"created_at\":\"Fri Feb 24 23:01:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1311000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d42571f-4895-4bad-8117-3677641a4a76-173180701561204736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je suis innocent, mais c'est quoi le hashtag #lgw ? #Enseignezmoi", +"img": { +"src": "http://a1.twimg.com/profile_images/1626973906/ProfilePicXAdualityNB_normal.jpg" +}, +"title": "Xim Axinn: Je suis innocent, mais c'est quoi le hashtag #lgw ? #Enseignezmoi", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1312000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je suis innocent, mais c'est quoi le hashtag #lgw ? #Enseignezmoi\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]},{\"text\":\"Enseignezmoi\",\"indices\":[52,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180705306705920\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"476656\",\"screen_name\":\"XimAxinn\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":221,\"location\":\"Paris\",\"profile_text_color\":\"208f14\",\"followers_count\":184,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1626973906\\/ProfilePicXAdualityNB_normal.jpg\",\"description\":\"http:\\/\\/www.geexublog.fr Je vois des trucs, et je dis des b\\u00eatises dessus. Des fois c'est dr\\u00f4le. A part \\u00e7a, j'aime pas trop les hotdogs arm\\u00e9niens.\",\"statuses_count\":5122,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"b30404\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"fcfeff\",\"protected\":false,\"id_str\":\"406887664\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Xim Axinn\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 07 10:19:22 +0000 2011\",\"profile_sidebar_fill_color\":\"e3e0e3\",\"id\":406887664,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.geexublog.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1626973906\\/ProfilePicXAdualityNB_normal.jpg\"},\"truncated\":false,\"id\":173180705306705920,\"created_at\":\"Fri Feb 24 23:01:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1312000, +"tags": [ +{ +"id-ref": "ef66051a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aab30af2-05bf-41ff-81f8-ba34e1f0103f-173180705306705920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je vais passer à la TV #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1714137717/For_the_fuck_normal.png" +}, +"title": "o0REL: Je vais passer à la TV #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1313000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je vais passer \\u00e0 la TV #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180710335692802\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":147,\"screen_name\":\"o0REL\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":6743,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"9aa6a1\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"description\":\"A base de compote\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"636566\",\"id_str\":\"69682753\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"name\":\"o0REL\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 28 20:12:55 +0000 2009\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":69682753,\"utc_offset\":3600,\"favourites_count\":2680,\"url\":\"http:\\/\\/o0rel.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180710335692802,\"created_at\":\"Fri Feb 24 23:01:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1313000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "06ca2609-bf84-41cb-9646-b324eafff323-173180710335692802" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh yeah @lepalmashow dans #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: Oh yeah @lepalmashow dans #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1313000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh yeah @lepalmashow dans #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180711061303296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":590,\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"profile_text_color\":\"520000\",\"statuses_count\":18712,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"followers_count\":506,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"d61d08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"name\":\"Camille .\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":93848420,\"utc_offset\":-36000,\"favourites_count\":14,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180711061303296,\"created_at\":\"Fri Feb 24 23:01:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1313000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1180cb89-9a35-4f4a-8747-df6cfa4f6df5-173180711061303296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "A slow-moving parody of a text editor. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/872134886/default_profile_4_biggerblue_normal.jpg" +}, +"title": "vvv.rocky.nu: A slow-moving parody of a text editor. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1315000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"A slow-moving parody of a text editor. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.rocky.nu\\\" rel=\\\"nofollow\\\"\\u003Ewww.rocky.nu\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180717059162113\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"rockynu\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10829,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/83294261\\/spaceistheplace.jpg\",\"location\":\"space\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":660,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/872134886\\/default_profile_4_biggerblue_normal.jpg\",\"description\":\"IT Web Development\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Pacific Time (US & Canada)\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"16663391\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/83294261\\/spaceistheplace.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/872134886\\/default_profile_4_biggerblue_normal.jpg\",\"name\":\"vvv.rocky.nu\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 09 07:22:49 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":16663391,\"utc_offset\":-28800,\"favourites_count\":0,\"url\":\"http:\\/\\/www.rocky.nu\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180717059162113,\"created_at\":\"Fri Feb 24 23:01:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1315000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cdd4145f-9203-4eed-9eb5-cc49f05d6862-173180717059162113" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@SolangeTeParle c a toi !!! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819530189/twitter_normal.png" +}, +"title": "Benoit Lebreau: @SolangeTeParle c a toi !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1315000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"SolangeTeParle\",\"favorited\":false,\"text\":\"@SolangeTeParle c a toi !!! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[0,15],\"name\":\"Solange te parle\",\"id_str\":\"417867146\",\"id\":417867146}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"in_reply_to_user_id\":417867146,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173106851829915648,\"in_reply_to_status_id_str\":\"173106851829915648\",\"id_str\":\"173180717688299522\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"benoitlebreau\",\"lang\":\"fr\",\"favourites_count\":38,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":605,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":339,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"description\":\"sympathique et cool \\/\\/ danseur \\u00e9toile \\u00e0 NRJ Group \\/\\/ #runner parisien du soir, #radio amateur et tr\\u00e8s dr\\u00f4le \\u00e0 la t\\u00e9l\\u00e9\",\"statuses_count\":4157,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"667033\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"267290862\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Benoit Lebreau\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"created_at\":\"Wed Mar 16 17:22:17 +0000 2011\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":267290862,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.benoitlebreau.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\"},\"truncated\":false,\"id\":173180717688299522,\"created_at\":\"Fri Feb 24 23:01:15 +0000 2012\",\"in_reply_to_user_id_str\":\"417867146\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1315000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9b4ffbfa-bbda-42dc-bf08-1cd32fe69d4f-173180717688299522" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et presque en tête d'ailleurs! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: Et presque en tête d'ailleurs! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1315000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et presque en t\\u00eate d'ailleurs! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180718963359744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":145,\"screen_name\":\"JoffreyMick\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1026,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"255731473\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"name\":\"Joffrey Mick\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":255731473,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180718963359744,\"created_at\":\"Fri Feb 24 23:01:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1315000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e8a83b1e-788c-4799-9d3d-8e96c4c6ca98-173180718963359744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @pocarles: La chemise de @Vinvin #ilpart #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1705755913/twitter-popup-bulle-info-icone-5035-256_normal.png" +}, +"title": "Cédric Le Grevès: RT @pocarles: La chemise de @Vinvin #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1315000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @pocarles: La chemise de @Vinvin #ilpart #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pocarles\",\"indices\":[3,12],\"id_str\":\"23074316\",\"name\":\"PierreOlivier Carles\",\"id\":23074316},{\"screen_name\":\"Vinvin\",\"indices\":[28,35],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[36,43]},{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180718787198976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1814,\"screen_name\":\"clegreves\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":434,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":356,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"description\":\"@TVcheck addict\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"316519559\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"name\":\"C\\u00e9dric Le Grev\\u00e8s\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 13 15:35:43 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":316519559,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180718787198976,\"created_at\":\"Fri Feb 24 23:01:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1315000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fdf6aacd-f117-46c7-b988-c8f555ac06e8-173180718787198976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ca claque", +"img": { +"src": "http://a0.twimg.com/profile_images/1661356121/DSC01810_Sunburst_4_normal.jpg" +}, +"title": "valentin: #lgw ca claque", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1315000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw ca claque\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180717734432769\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"valos78\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":37,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1661356121\\/DSC01810_Sunburst_4_normal.jpg\",\"description\":\"\",\"statuses_count\":79,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"50356758\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"valentin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Jun 24 16:39:23 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":50356758,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1661356121\\/DSC01810_Sunburst_4_normal.jpg\"},\"truncated\":false,\"id\":173180717734432769,\"created_at\":\"Fri Feb 24 23:01:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1315000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "007d84c7-5571-4a0c-902e-aad816bd3c9a-173180717734432769" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin est en roue libre grave #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: Rollin est en roue libre grave #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1316000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin est en roue libre grave #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180722046177280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1093,\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"profile_text_color\":\"636363\",\"statuses_count\":21287,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_sidebar_fill_color\":\"141414\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"name\":\"Bakt El Raalis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18515564,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.pelecanus.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180722046177280,\"created_at\":\"Fri Feb 24 23:01:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1316000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dee5d674-327e-49a0-9290-2cc336b7723d-173180722046177280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La chemise rideau de douche de @Vinvin est magique! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/768815341/poussin-7277_normal.jpg" +}, +"title": "Frédéric Douat: La chemise rideau de douche de @Vinvin est magique! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1316000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La chemise rideau de douche de @Vinvin est magique! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[31,38],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180721345736704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"Fredouat\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1150,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/89933232\\/265x270_oeuf.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"BF1238\",\"followers_count\":184,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/768815341\\/poussin-7277_normal.jpg\",\"description\":\"Jeune poussin dans l'univers du webmarketing, je me suis fix\\u00e9 un objectif: partager mon int\\u00e9r\\u00eat pour l'univers du num\\u00e9rique et du marketing avec les novices.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"id_str\":\"54355185\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/89933232\\/265x270_oeuf.jpg\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/768815341\\/poussin-7277_normal.jpg\",\"name\":\"Fr\\u00e9d\\u00e9ric Douat\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 06 22:26:39 +0000 2009\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":54355185,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/fredouat.typepad.com\\/piaillements\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180721345736704,\"created_at\":\"Fri Feb 24 23:01:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1316000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "69a1bced-c648-40e1-b887-c9557f469690-173180721345736704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw C'est quand meme grave de pas connaitre les resultats des cesars alors qu'ils sont sur tweeter et tout ... NON ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1826253762/gifs__20__normal.gif" +}, +"title": "Systaime: #lgw C'est quand meme grave de pas connaitre les resultats des cesars alors qu'ils sont sur tweeter et tout ... NON ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1317000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw C'est quand meme grave de pas connaitre les resultats des cesars alors qu'ils sont sur tweeter et tout ... NON ...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180725867200513\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"systaime18\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3206,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":40,\"profile_link_color\":\"080808\",\"followers_count\":394,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"758882\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"profile_sidebar_fill_color\":\"f5ed08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"name\":\"Systaime\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 08 22:13:03 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":758882,\"utc_offset\":3600,\"favourites_count\":111,\"url\":\"http:\\/\\/www.systaime.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180725867200513,\"created_at\":\"Fri Feb 24 23:01:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1317000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fb1fd021-d970-4380-929a-cba80300ed66-173180725867200513" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@aurel_p: j'ai vu mon avatar dans le bubbletv de #lgw” vu aussi", +"img": { +"src": "http://a2.twimg.com/profile_images/1619453342/image_normal.jpg" +}, +"title": "de France: “@aurel_p: j'ai vu mon avatar dans le bubbletv de #lgw” vu aussi", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1318000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@aurel_p: j'ai vu mon avatar dans le bubbletv de #lgw\\u201d vu aussi\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"aurel_p\",\"indices\":[1,9],\"id_str\":\"14321671\",\"name\":\"Aur\\u00e9lien\",\"id\":14321671}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180730720010240\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":916,\"screen_name\":\"Najett2France\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13098,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"0084B4\",\"followers_count\":1078,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1619453342\\/image_normal.jpg\",\"description\":\"Fondatrice d'A&P Groupe. #Consultante en #d\\u00e9veloppement des #partenariats pour les #CE\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"318887925\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619453342\\/image_normal.jpg\",\"name\":\"de France\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 17 06:29:55 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":318887925,\"utc_offset\":-10800,\"favourites_count\":422,\"url\":\"http:\\/\\/www.a-p-groupe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180730720010240,\"created_at\":\"Fri Feb 24 23:01:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1318000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a0b75696-d2d3-4281-9b2c-ad82adf41c99-173180730720010240" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw kikou", +"img": { +"src": "http://a2.twimg.com/profile_images/1657787350/image_normal.jpg" +}, +"title": "LGW Fan Club: #lgw kikou", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1319000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw kikou\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180734998196225\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LgwFanClub\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":17,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":11,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"description\":null,\"statuses_count\":118,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"421417721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"LGW Fan Club\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Nov 25 22:40:16 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":421417721,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\"},\"truncated\":false,\"id\":173180734998196225,\"created_at\":\"Fri Feb 24 23:01:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1319000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "94fca0f4-37a3-4c62-9a7f-2067e6089c13-173180734998196225" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw en TT France :) Bravo ! C'est grâce au @palmashow", +"img": { +"src": "http://a3.twimg.com/profile_images/1679388535/Capture_d__cran_2011-12-07___19.36.48_normal.png" +}, +"title": "Antoine G: #lgw en TT France :) Bravo ! C'est grâce au @palmashow", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1320000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw en TT France :) Bravo ! C'est gr\\u00e2ce au @palmashow\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[44,54],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180739179921408\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Wizidi\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":172,\"location\":\"Rennes\",\"profile_text_color\":\"333333\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1679388535\\/Capture_d__cran_2011-12-07___19.36.48_normal.png\",\"description\":\"\\u00c9tudiant Rennais en IUT GEA de 19 ans. \",\"statuses_count\":2993,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"87478259\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Antoine G\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed Nov 04 16:44:01 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":87478259,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1679388535\\/Capture_d__cran_2011-12-07___19.36.48_normal.png\"},\"truncated\":false,\"id\":173180739179921408,\"created_at\":\"Fri Feb 24 23:01:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1320000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2b62305e-3984-40bd-aa05-32a5b65d2c2c-173180739179921408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je salue les intentions derrière Le Grand Webze, mais bordel que c'est étrange, comme truc. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/129612647/boredcat_normal.jpg" +}, +"title": "Lâm HUA: Je salue les intentions derrière Le Grand Webze, mais bordel que c'est étrange, comme truc. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1320000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je salue les intentions derri\\u00e8re Le Grand Webze, mais bordel que c'est \\u00e9trange, comme truc. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[92,96]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180740211707904\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"monsieurlam\",\"lang\":\"en\",\"favourites_count\":133,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":14,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":21596,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"description\":\"+ links \\r\\n+ my life \\r\\n+ no reply \\r\\n+ @decate \\r\\n+ @lense \",\"statuses_count\":10181,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":543,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"7993262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"L\\u00e2m HUA\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Aug 06 14:07:39 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":7993262,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.monsieurlam.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\"},\"truncated\":false,\"id\":173180740211707904,\"created_at\":\"Fri Feb 24 23:01:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1320000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bcf359fa-8558-49cc-8e70-bec4c0736155-173180740211707904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "et on passe les 1000 tranquilou #zyva #lgw http://t.co/xCX8Rg1r", +"img": { +"src": "http://a0.twimg.com/profile_images/1745897152/espress_normal.jpg" +}, +"title": "a.grigolini: et on passe les 1000 tranquilou #zyva #lgw http://t.co/xCX8Rg1r", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1320000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"et on passe les 1000 tranquilou #zyva #lgw http:\\/\\/t.co\\/xCX8Rg1r\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"zyva\",\"indices\":[32,37]},{\"text\":\"lgw\",\"indices\":[38,42]}],\"media\":[{\"type\":\"photo\",\"indices\":[43,63],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":768},\"medium\":{\"h\":800,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":453,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdC9f5CEAECMRz.jpg\",\"id_str\":\"173180734977216513\",\"expanded_url\":\"http:\\/\\/twitter.com\\/antuan\\/status\\/173180734973022208\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdC9f5CEAECMRz.jpg\",\"id\":173180734977216513,\"display_url\":\"pic.twitter.com\\/xCX8Rg1r\",\"url\":\"http:\\/\\/t.co\\/xCX8Rg1r\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.apple.com\\\" rel=\\\"nofollow\\\"\\u003ECamera on iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180734973022208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":862,\"screen_name\":\"antuan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2388,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":14,\"profile_link_color\":\"990000\",\"followers_count\":386,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"description\":\"ristretto sans sucre | direction de la strat\\u00e9gie \\u00e0 francetv (mais ce compte est personnel, n\\u2019engage que moi etc etc) | TL surtout en VF \\/ a volte in italiano\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"5661312\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"profile_sidebar_fill_color\":\"f2f2f2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"name\":\"a.grigolini\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 30 17:55:20 +0000 2007\",\"profile_sidebar_border_color\":\"a8a8a8\",\"id\":5661312,\"utc_offset\":3600,\"favourites_count\":258,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180734973022208,\"created_at\":\"Fri Feb 24 23:01:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1320000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef678da4-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a29308b-a2c4-45c5-986c-5a1bafe19b2e-173180734973022208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "heu... @vinvin... la chemise .... ça piiiiique là ^^ #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1544696068/defj_normal.jpg" +}, +"title": "Fabien Bernardi: heu... @vinvin... la chemise .... ça piiiiique là ^^ #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1321000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"heu... @vinvin... la chemise .... \\u00e7a piiiiique l\\u00e0 ^^ #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[7,14],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[53,57]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180743013498881\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"magmafan\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":70,\"location\":\"\",\"profile_text_color\":\"333333\",\"description\":\"\",\"statuses_count\":565,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":22,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1544696068\\/defj_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"53271668\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Fabien Bernardi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Fri Jul 03 02:46:00 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":53271668,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1544696068\\/defj_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173180743013498881,\"created_at\":\"Fri Feb 24 23:01:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1321000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a3a7551-4f32-46a4-abc7-d830cdbaec5a-173180743013498881" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Enfin rentrée pour voir la télé ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: Enfin rentrée pour voir la télé ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1322000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Enfin rentr\\u00e9e pour voir la t\\u00e9l\\u00e9 ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180746050174976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180746050174976,\"created_at\":\"Fri Feb 24 23:01:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1322000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4a86e9a9-63ac-49aa-8ae1-3ff290d36c55-173180746050174976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Fait avoir un sacré coup de pot pour voir son tweet à la Tv du #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: Fait avoir un sacré coup de pot pour voir son tweet à la Tv du #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1322000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fait avoir un sacr\\u00e9 coup de pot pour voir son tweet \\u00e0 la Tv du #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180746004045824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1749,\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":28280,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"location\":\"Crozon, Brittany\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"followers_count\":2619,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"profile_sidebar_fill_color\":\"d3ede7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"name\":\"Philippe B\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_border_color\":\"5e1410\",\"id\":14400518,\"utc_offset\":3600,\"favourites_count\":297,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180746004045824,\"created_at\":\"Fri Feb 24 23:01:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1322000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a0bbbad0-0b16-4732-8f10-b96a8e0d664c-173180746004045824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw l'oreillette de f rollin est un oreiller", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: #lgw l'oreillette de f rollin est un oreiller", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1322000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw l'oreillette de f rollin est un oreiller\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180746394107905\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":265,\"screen_name\":\"papounay2000\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3538,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"followers_count\":135,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"description\":\"N'oubliez pas de vous aimer\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"name\":\"\\u2620papounay2000\\u2620\",\"default_profile_image\":false,\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":14764219,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180746394107905,\"created_at\":\"Fri Feb 24 23:01:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1322000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e8274c25-aeac-4b55-be63-5103c2bc3cbc-173180746394107905" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon euuuh j'ai retenté #lgw et même si j'aime d'amour la plupart des gens sur le plateau la torpeur ambiante m'envoie vers #CI", +"img": { +"src": "http://a3.twimg.com/profile_images/1721554078/298630_10150358657908358_531643357_8273022_83975969_n_normal.jpg" +}, +"title": "Romain Kohler: Bon euuuh j'ai retenté #lgw et même si j'aime d'amour la plupart des gens sur le plateau la torpeur ambiante m'envoie vers #CI", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1322000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Bon euuuh j'ai retent\\u00e9 #lgw et m\\u00eame si j'aime d'amour la plupart des gens sur le plateau la torpeur ambiante m'envoie vers #CI\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]},{\"text\":\"CI\",\"indices\":[123,126]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180746784194561\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Ozymandale\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":406,\"location\":\"Lyon\",\"profile_text_color\":\"666666\",\"description\":\"Trentenaire, nanardeur, live-twitteur, seriephage,Grumpy is the new sexy\",\"statuses_count\":30890,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":42,\"profile_link_color\":\"2FC2EF\",\"followers_count\":707,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1721554078\\/298630_10150358657908358_531643357_8273022_83975969_n_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"10422822\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Romain Kohler\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Tue Nov 20 20:32:05 +0000 2007\",\"profile_sidebar_fill_color\":\"252429\",\"id\":10422822,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.facebook.com\\/kohler.romain\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1721554078\\/298630_10150358657908358_531643357_8273022_83975969_n_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173180746784194561,\"created_at\":\"Fri Feb 24 23:01:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1322000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "28632673-3aae-449d-b70c-18c83ac56311-173180746784194561" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw en TT \\o/", +"img": { +"src": "http://a2.twimg.com/profile_images/1780301867/avatar_normal.jpg" +}, +"title": "Okhin: #lgw en TT \\o/", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1322000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw en TT \\\\o\\/\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180747446878208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"okhin\",\"lang\":\"en\",\"profile_text_color\":\"739694\",\"statuses_count\":10333,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"followers_count\":797,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"profile_sidebar_fill_color\":\"411c0f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"name\":\"Okhin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_border_color\":\"2f1812\",\"id\":49560409,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"https:\\/\\/about.okhin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180747446878208,\"created_at\":\"Fri Feb 24 23:01:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1322000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c0caea43-909f-4921-a20b-7af99668b848-173180747446878208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est moi ou ils sont sur TweetDeck ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1834743858/389803_305088509516624_200063773352432_1258527_2126190789_n_normal.jpg" +}, +"title": "Amélie Owl : C'est moi ou ils sont sur TweetDeck ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1322000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est moi ou ils sont sur TweetDeck ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180749598556161\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"022330\",\"screen_name\":\"xYumiste\",\"lang\":\"fr\",\"favourites_count\":27,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":277,\"location\":\"Caen\",\"profile_text_color\":\"333333\",\"followers_count\":145,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1834743858\\/389803_305088509516624_200063773352432_1258527_2126190789_n_normal.jpg\",\"description\":\"Whovian, Gleek, Potterhead, Merlinian! I live in the TARDIS. I fall in love with Mister Bean. #TeamWhovian\",\"statuses_count\":17077,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/292579476\\/fondtardib1.jpg\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"103989420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Am\\u00e9lie Owl \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292579476\\/fondtardib1.jpg\",\"created_at\":\"Mon Jan 11 22:34:07 +0000 2010\",\"profile_sidebar_fill_color\":\"c0dfec\",\"id\":103989420,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/timeladyandtimelord.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1834743858\\/389803_305088509516624_200063773352432_1258527_2126190789_n_normal.jpg\"},\"truncated\":false,\"id\":173180749598556161,\"created_at\":\"Fri Feb 24 23:01:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1322000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8c2d998b-48a7-4e35-9b4c-9c506ba02478-173180749598556161" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw C'est vachement innovant comme émission !", +"img": { +"src": "http://a2.twimg.com/profile_images/1803227504/lolilol_normal.JPG" +}, +"title": "Thomas Gabri L: #lgw C'est vachement innovant comme émission !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1322000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw C'est vachement innovant comme \\u00e9mission !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180749271416832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":315,\"screen_name\":\"TonMeilleurAmi_\",\"lang\":\"fr\",\"profile_text_color\":\"010157\",\"statuses_count\":2443,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/416460348\\/daft1.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"eb0c0c\",\"followers_count\":713,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1803227504\\/lolilol_normal.JPG\",\"description\":\"J'\\u00e9coute du dancefloor, du rock, du jazz, de la techno, du hip-hop, de la pop, du R&B, de la soul, enfin tout quoi ... -Impose ton style !-\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"id_str\":\"305581176\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416460348\\/daft1.png\",\"profile_sidebar_fill_color\":\"c7c3c3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803227504\\/lolilol_normal.JPG\",\"name\":\"Thomas Gabri L\",\"default_profile_image\":false,\"created_at\":\"Thu May 26 13:24:41 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":305581176,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180749271416832,\"created_at\":\"Fri Feb 24 23:01:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1322000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d6cfaaf2-6882-4a0b-ab6b-4db65e6f71d6-173180749271416832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'émission la plus interactive du PAF #lgw", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Gw3nd0ul: L'émission la plus interactive du PAF #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1323000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"L'\\u00e9mission la plus interactive du PAF #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180750059929600\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":434,\"screen_name\":\"Gw3nd0ul\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":509,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"143017258\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"Gw3nd0ul\",\"default_profile_image\":true,\"created_at\":\"Wed May 12 10:42:39 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":143017258,\"utc_offset\":3600,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180750059929600,\"created_at\":\"Fri Feb 24 23:01:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1323000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3f962c36-f8ba-4bf7-b569-44ebaf3a7cc8-173180750059929600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vinvin ou trente trente? #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1851178724/61_normal.png" +}, +"title": "Colombien et toi ?: Vinvin ou trente trente? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1324000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vinvin ou trente trente? #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180757265752064\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"HAYTSH\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9727,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"location\":\"\\u30b9\\u30c8\\u30e9\\u30b9\\u30d6\\u30fc\\u30eb\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"description\":\"J'suis un ksos j'ai 5 ans. \",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"277031586\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"name\":\"Colombien et toi ?\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 04 15:24:48 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":277031586,\"utc_offset\":3600,\"favourites_count\":83,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180757265752064,\"created_at\":\"Fri Feb 24 23:01:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1324000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "67ef4701-4ea3-4997-9f8f-17b00adcfbc8-173180757265752064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw seul chose a retenir des\nCesar OMAR SY meilleur acteur", +"img": { +"src": "http://a1.twimg.com/profile_images/1743823879/20763_1408981744940_1244365170_31221536_5172197_n_normal.jpg" +}, +"title": "jonathan cavasse: #lgw seul chose a retenir des\nCesar OMAR SY meilleur acteur", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1325000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw seul chose a retenir des\\nCesar OMAR SY meilleur acteur\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180758586966018\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"cavasse\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":144,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1743823879\\/20763_1408981744940_1244365170_31221536_5172197_n_normal.jpg\",\"description\":\"\",\"statuses_count\":84,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"243674918\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"jonathan cavasse\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Jan 27 15:34:15 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":243674918,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1743823879\\/20763_1408981744940_1244365170_31221536_5172197_n_normal.jpg\"},\"truncated\":false,\"id\":173180758586966018,\"created_at\":\"Fri Feb 24 23:01:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1325000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8339aa41-78d9-4122-ac36-c9cd302eccbd-173180758586966018" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ben ouais #lgw rentre en TT", +"img": { +"src": "http://a3.twimg.com/profile_images/1803065777/me_w_arb_normal.jpg" +}, +"title": "Zacal: Ben ouais #lgw rentre en TT", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1326000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ben ouais #lgw rentre en TT\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180765268492288\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"zacal33\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":602,\"location\":\"Bordeaux\",\"profile_text_color\":\"333333\",\"followers_count\":258,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"description\":\"Si on remboursait le temps perdu, je serais riche. Politiquement ambidextre asym\\u00e9trique, dominante h\\u00e9misph\\u00e8re gauche. Serial retweeter de @solangeteparle\",\"statuses_count\":3674,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"51889223\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Zacal\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Jun 28 23:59:26 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":51889223,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\"},\"truncated\":false,\"id\":173180765268492288,\"created_at\":\"Fri Feb 24 23:01:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1326000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a1ba1b94-487d-4bee-a738-5bc29c99a63b-173180765268492288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Thé artist gagnant #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/412894535/portrait_US_rod_normal.jpg" +}, +"title": "Monrod: Thé artist gagnant #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1326000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Th\\u00e9 artist gagnant #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180764014387200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":171,\"screen_name\":\"Monrod\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1617,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/53946256\\/mambo2004-2.gif\",\"location\":\"Paris - France\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"2fefab\",\"followers_count\":152,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/412894535\\/portrait_US_rod_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"14303875\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/53946256\\/mambo2004-2.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/412894535\\/portrait_US_rod_normal.jpg\",\"name\":\"Monrod\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 04 15:59:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14303875,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/www.rodolphepelosse.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180764014387200,\"created_at\":\"Fri Feb 24 23:01:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1326000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cf9ed4c2-16e2-4456-883b-e8ae50eb3863-173180764014387200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et pendant ce temps là, dans la régie du Grand Webze... #lgw http://t.co/I3v9T1e2", +"img": { +"src": "http://a2.twimg.com/profile_images/1419070763/France5Officiel_tw_normal.jpg" +}, +"title": "France5: Et pendant ce temps là, dans la régie du Grand Webze... #lgw http://t.co/I3v9T1e2", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1326000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Et pendant ce temps l\\u00e0, dans la r\\u00e9gie du Grand Webze... #lgw http:\\/\\/t.co\\/I3v9T1e2\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[61,81],\"expanded_url\":\"http:\\/\\/instagr.am\\/p\\/HZ_HbWproM\\/\",\"display_url\":\"instagr.am\\/p\\/HZ_HbWproM\\/\",\"url\":\"http:\\/\\/t.co\\/I3v9T1e2\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180764777758720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":834,\"screen_name\":\"France5tv\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3553,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":849,\"profile_link_color\":\"FF0000\",\"followers_count\":48936,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"description\":\"France 5, cha\\u00eene du Groupe France T\\u00e9l\\u00e9visions. Apr\\u00e8s avoir fait connaissance, rapprochons-nous sur cette TL #media #clair\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"84c810\",\"id_str\":\"36932487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"profile_sidebar_fill_color\":\"50912a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"name\":\"France5\",\"default_profile_image\":false,\"created_at\":\"Fri May 01 12:30:02 +0000 2009\",\"profile_sidebar_border_color\":\"2ca33e\",\"id\":36932487,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180764777758720,\"created_at\":\"Fri Feb 24 23:01:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1326000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "03442829-d057-40f1-af0f-f46dad209e9f-173180764777758720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si si #lgw , les césars ont fait 215 tweets", +"img": { +"src": "http://a0.twimg.com/profile_images/1057976915/CrazyCat_normal.jpg" +}, +"title": "CrazyCat: Si si #lgw , les césars ont fait 215 tweets", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1327000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Si si #lgw , les c\\u00e9sars ont fait 215 tweets\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.bitlbee.org\\/\\\" rel=\\\"nofollow\\\"\\u003EBitlBee\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180767671824384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"Ethanaul\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":878,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"followers_count\":70,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1057976915\\/CrazyCat_normal.jpg\",\"description\":\"Je ne sais plus si je d\\u00e9veloppe des bugs ou les corrige... Un peu des deux s\\u00fbrement.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"5737442\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1057976915\\/CrazyCat_normal.jpg\",\"name\":\"CrazyCat\",\"default_profile_image\":false,\"created_at\":\"Thu May 03 11:30:47 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":5737442,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.g33k-zone.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180767671824384,\"created_at\":\"Fri Feb 24 23:01:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1327000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3b1cfea6-f676-49ea-81f7-4c8b19cb7a5a-173180767671824384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @cybunk: #lgw francois rollin doit il rester ?? #ilreste #ilpart #cqui #change2ton #change2chemise :-)", +"img": { +"src": "http://a3.twimg.com/profile_images/1292629982/Dallage_Bleu_Ispahan_normal.jpg" +}, +"title": "Hélène Herniou: RT @cybunk: #lgw francois rollin doit il rester ?? #ilreste #ilpart #cqui #change2ton #change2chemise :-)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1328000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @cybunk: #lgw francois rollin doit il rester ?? #ilreste #ilpart #cqui #change2ton #change2chemise :-)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"cybunk\",\"indices\":[3,10],\"id_str\":\"14905766\",\"name\":\"Samuel Huron\",\"id\":14905766}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]},{\"text\":\"ilreste\",\"indices\":[51,59]},{\"text\":\"ilpart\",\"indices\":[60,67]},{\"text\":\"cqui\",\"indices\":[68,73]},{\"text\":\"change2ton\",\"indices\":[74,85]},{\"text\":\"change2chemise\",\"indices\":[86,101]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw francois rollin doit il rester ?? #ilreste #ilpart #cqui #change2ton #change2chemise :-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[39,47]},{\"text\":\"ilpart\",\"indices\":[48,55]},{\"text\":\"cqui\",\"indices\":[56,61]},{\"text\":\"change2ton\",\"indices\":[62,73]},{\"text\":\"change2chemise\",\"indices\":[74,89]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180058926723072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":764,\"screen_name\":\"cybunk\",\"lang\":\"en\",\"profile_text_color\":\"4c9c8f\",\"statuses_count\":2674,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":69,\"profile_link_color\":\"b3009b\",\"followers_count\":699,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"description\":\"Lead designer @IRILive Centre Pompidou \\/ PhD student in #infoviz #chi @ Paris11 \\/ @INRIA : #ui #Webdesign, #WebScience, #philosophy, #open #innovation\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"14905766\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"name\":\"Samuel Huron\",\"default_profile_image\":false,\"created_at\":\"Mon May 26 06:02:18 +0000 2008\",\"profile_sidebar_border_color\":\"b3009b\",\"id\":14905766,\"utc_offset\":-10800,\"favourites_count\":405,\"url\":\"http:\\/\\/www.cybunk.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180058926723072,\"created_at\":\"Fri Feb 24 22:58:38 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180772977614848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":255,\"screen_name\":\"cliophile\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3747,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/98452727\\/IMG_3913.JPG\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":38,\"profile_link_color\":\"608ddb\",\"followers_count\":377,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1292629982\\/Dallage_Bleu_Ispahan_normal.jpg\",\"description\":\"Culture, num\\u00e9rique et patrimoine ... mais aussi mus\\u00e9ologie, architecture, arts vivants, design, photographie, histoire, communication, ... ! Bref : #museogeek\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"362b2b\",\"id_str\":\"126441750\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/98452727\\/IMG_3913.JPG\",\"profile_sidebar_fill_color\":\"ffb8cc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1292629982\\/Dallage_Bleu_Ispahan_normal.jpg\",\"name\":\"H\\u00e9l\\u00e8ne Herniou\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 25 22:10:07 +0000 2010\",\"profile_sidebar_border_color\":\"3b3636\",\"id\":126441750,\"utc_offset\":3600,\"favourites_count\":35,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180772977614848,\"created_at\":\"Fri Feb 24 23:01:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1328000, +"tags": [ +{ +"id-ref": "ef54d3da-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "842bc11c-5854-4770-a831-c2d1a65b9f2f-173180772977614848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tu vas voir #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1714137717/For_the_fuck_normal.png" +}, +"title": "o0REL: Tu vas voir #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1329000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tu vas voir #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180775942991872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":147,\"screen_name\":\"o0REL\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":6740,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"9aa6a1\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"description\":\"A base de compote\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"636566\",\"id_str\":\"69682753\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"name\":\"o0REL\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 28 20:12:55 +0000 2009\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":69682753,\"utc_offset\":3600,\"favourites_count\":2680,\"url\":\"http:\\/\\/o0rel.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180775942991872,\"created_at\":\"Fri Feb 24 23:01:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1329000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dbd8a098-523f-4259-85bf-72c2655249d6-173180775942991872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Long entretien avec le @palmashow, inspiré par les questions des internautes #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1594302019/3eadcb00-f04c-4c61-b122-e74a871d97e2_normal.png" +}, +"title": "Sophie TAN: RT @LeGrandWebze: Long entretien avec le @palmashow, inspiré par les questions des internautes #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1329000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Long entretien avec le @palmashow, inspir\\u00e9 par les questions des internautes #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"palmashow\",\"indices\":[41,51],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Long entretien avec le @palmashow, inspir\\u00e9 par les questions des internautes #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[23,33],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179096069701633\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3140,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179096069701633,\"created_at\":\"Fri Feb 24 22:54:48 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180777301938176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":303,\"screen_name\":\"sophie_ehrhardt\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":407,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Strasbourg\",\"show_all_inline_media\":true,\"listed_count\":20,\"profile_link_color\":\"990000\",\"followers_count\":250,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1594302019\\/3eadcb00-f04c-4c61-b122-e74a871d97e2_normal.png\",\"description\":\"Branch\\u00e9e sur la communication irl&web des institutions culturelles et la m\\u00e9diation. #museogeek #fid\\u00e9lisation #web2.0 Charg\\u00e9 de Communication et CM\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"274446618\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1594302019\\/3eadcb00-f04c-4c61-b122-e74a871d97e2_normal.png\",\"name\":\"Sophie TAN\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 30 09:32:58 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":274446618,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/sophie-ehrhardt\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180777301938176,\"created_at\":\"Fri Feb 24 23:01:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1329000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f439651d-761a-4074-8489-fff8244f3b29-173180777301938176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Quels pronostics pour le nombre de tweets #lgw à la fin de l'émission ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: Quels pronostics pour le nombre de tweets #lgw à la fin de l'émission ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1329000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Quels pronostics pour le nombre de tweets #lgw \\u00e0 la fin de l'\\u00e9mission ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180776580530176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"name\":\"Jean-Louis Coste\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":244454441,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180776580530176,\"created_at\":\"Fri Feb 24 23:01:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1329000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "be2e4a42-cdae-45f7-ba0b-ebb14c92d4b2-173180776580530176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@misterclem: #LGW Donc ça c'est fait je viens de voir ma tronche sur @france5TV #check”:))))", +"img": { +"src": "http://a2.twimg.com/profile_images/1806696137/image_normal.jpg" +}, +"title": "dominique stizi: “@misterclem: #LGW Donc ça c'est fait je viens de voir ma tronche sur @france5TV #check”:))))", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1330000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@misterclem: #LGW Donc \\u00e7a c'est fait je viens de voir ma tronche sur @france5TV #check\\u201d:))))\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"misterclem\",\"indices\":[1,12],\"id_str\":\"11793022\",\"name\":\"Misterclem\",\"id\":11793022},{\"screen_name\":\"France5tv\",\"indices\":[70,80],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[14,18]},{\"text\":\"check\",\"indices\":[81,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180779411685377\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1151,\"screen_name\":\"mylenemycotton\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8162,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"marseille\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"0084B4\",\"followers_count\":462,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1806696137\\/image_normal.jpg\",\"description\":\"curieuse de nature....un avis sur tout......\\r\\npassionn\\u00e9e d'economie-politique-mode\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"253491103\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1806696137\\/image_normal.jpg\",\"name\":\"dominique stizi\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 17 10:36:37 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":253491103,\"utc_offset\":-10800,\"favourites_count\":69,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180779411685377,\"created_at\":\"Fri Feb 24 23:01:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1330000, +"tags": [ +{ +"id-ref": "ef56bcae-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "033feffc-dece-420a-8cce-8471cb6169d9-173180779411685377" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @nicolaslesaint: Nickel la chemise de #Vinvin pour régler la mire #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1705755913/twitter-popup-bulle-info-icone-5035-256_normal.png" +}, +"title": "Cédric Le Grevès: RT @nicolaslesaint: Nickel la chemise de #Vinvin pour régler la mire #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1330000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @nicolaslesaint: Nickel la chemise de #Vinvin pour r\\u00e9gler la mire #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"nicolaslesaint\",\"indices\":[3,18],\"id_str\":\"404016609\",\"name\":\"Nicolas LE SAINT\",\"id\":404016609}],\"urls\":[],\"hashtags\":[{\"text\":\"Vinvin\",\"indices\":[41,48]},{\"text\":\"lgw\",\"indices\":[69,73]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180781378801665\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1814,\"screen_name\":\"clegreves\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":435,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":356,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"description\":\"@TVcheck addict\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"316519559\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"name\":\"C\\u00e9dric Le Grev\\u00e8s\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 13 15:35:43 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":316519559,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180781378801665,\"created_at\":\"Fri Feb 24 23:01:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1330000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef574386-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4edb3f57-a236-4fb6-b7b4-6ead4a50294d-173180781378801665" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@rubin regarde le grand webze sur france 5 l'ami ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: @rubin regarde le grand webze sur france 5 l'ami ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1332000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@rubin regarde le grand webze sur france 5 l'ami ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"rubin\",\"indices\":[0,6],\"id_str\":\"1536651\",\"name\":\"Rubin Sfadj\",\"id\":1536651}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173180212853489664\",\"id_str\":\"173180789301846016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173180212853489664,\"in_reply_to_user_id_str\":\"1536651\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":5141,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Marseille\\/Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"name\":\"Matthieu Michel\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":68460513,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"rubin\",\"truncated\":false,\"id\":173180789301846016,\"created_at\":\"Fri Feb 24 23:01:32 +0000 2012\",\"in_reply_to_user_id\":1536651}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1332000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "752c1375-6292-4b63-9c0b-71797f5fbba0-173180789301846016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Jean Dujardin n'a pas eu son Cesar. Adrien et Dove pleurent #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1417270951/DoveArhur_normal.jpg" +}, +"title": "Dove Arthur : Jean Dujardin n'a pas eu son Cesar. Adrien et Dove pleurent #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1334000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Jean Dujardin n'a pas eu son Cesar. Adrien et Dove pleurent #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180797036142592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":261,\"screen_name\":\"DoveArthur\",\"lang\":\"fr\",\"profile_text_color\":\"a19a4d\",\"statuses_count\":1841,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/420571809\\/Movember-Super-Mario-Bros.jpg\",\"location\":\"Lille\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"37447d\",\"followers_count\":129,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1417270951\\/DoveArhur_normal.jpg\",\"description\":\"\\u00c9tudiant EFAP Lille Europe Promo 2013 - R\\u00e9dacteur - Graphiste - Lomographiste - Cin\\u00e9phile\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"96210164\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420571809\\/Movember-Super-Mario-Bros.jpg\",\"profile_sidebar_fill_color\":\"f7fcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1417270951\\/DoveArhur_normal.jpg\",\"name\":\"Dove Arthur \",\"default_profile_image\":false,\"created_at\":\"Fri Dec 11 21:27:09 +0000 2009\",\"profile_sidebar_border_color\":\"f50e22\",\"id\":96210164,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180797036142592,\"created_at\":\"Fri Feb 24 23:01:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1334000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e34ca92f-8ec9-4baa-8346-456e91707ba1-173180797036142592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'avais oublié ce savoureux bordel qu'est @LeGrandWebze #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1648905085/lolymous_2_normal.jpg" +}, +"title": "Solferishow: J'avais oublié ce savoureux bordel qu'est @LeGrandWebze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1336000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'avais oubli\\u00e9 ce savoureux bordel qu'est @LeGrandWebze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[42,55],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180807630958593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1143,\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13623,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"name\":\"Solferishow\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":232221031,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/www.solferishow.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180807630958593,\"created_at\":\"Fri Feb 24 23:01:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1336000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "98520986-a88d-4b67-97d1-4b389f015b5f-173180807630958593" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Ellepart @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1846735986/image_normal.jpg" +}, +"title": "Margaux M.: #Ellepart @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1336000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#Ellepart @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[10,20],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[60,67],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"Ellepart\",\"indices\":[0,9]},{\"text\":\"lgw\",\"indices\":[68,72]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180808507564033\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"margauxmet\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":87,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846735986\\/image_normal.jpg\",\"description\":\"C'\\u00e9tait moi le bout de bois qui sauve Rose dans Titanic.\",\"statuses_count\":80,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"452997531\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Margaux M.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Jan 02 13:29:50 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":452997531,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846735986\\/image_normal.jpg\"},\"truncated\":false,\"id\":173180808507564033,\"created_at\":\"Fri Feb 24 23:01:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1336000, +"tags": [ +{ +"id-ref": "ef5001ac-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "44781192-cfa8-40ad-8eff-c39dbeafcb0c-173180808507564033" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On se pose devant #lgw. #narmol", +"img": { +"src": "http://a0.twimg.com/profile_images/28546242/hooligan_normal.jpg" +}, +"title": "Brice Mazenod: On se pose devant #lgw. #narmol", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1337000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On se pose devant #lgw. #narmol\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]},{\"text\":\"narmol\",\"indices\":[24,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180809660989440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":548,\"screen_name\":\"BriKo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":16795,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":231,\"profile_link_color\":\"0084B4\",\"followers_count\":3960,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/28546242\\/hooligan_normal.jpg\",\"description\":\"Passionn\\u00e9 de #Marketing, #Communication, Web 2, nouvelles technos, #sport, #football, blogueurs\\/twitteurs... Et Community Manager @adidasFR\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"6651722\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/28546242\\/hooligan_normal.jpg\",\"name\":\"Brice Mazenod\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 07 21:56:31 +0000 2007\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":6651722,\"utc_offset\":3600,\"favourites_count\":179,\"url\":\"http:\\/\\/www.kickandblog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180809660989440,\"created_at\":\"Fri Feb 24 23:01:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1337000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef6a2c62-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "10aa9451-ed7b-4a0e-a1fa-67805fd23f3f-173180809660989440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Par contre on a plus de Rollin que la dernière fois et çà c'est quand même une grande satisfaction #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1809740458/yp6RTf3m_normal" +}, +"title": "Hêtre Absurde: Par contre on a plus de Rollin que la dernière fois et çà c'est quand même une grande satisfaction #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1337000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Par contre on a plus de Rollin que la derni\\u00e8re fois et \\u00e7\\u00e0 c'est quand m\\u00eame une grande satisfaction #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[99,103]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180811783319553\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"GuillaumBr\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":314,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/330915258\\/geyser-geysir-islande.jpg\",\"location\":\"Tours\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1809740458\\/yp6RTf3m_normal\",\"description\":\"naissance:1986 - d\\u00e9c\\u00e8s: keep in touch. Je vous tweeterais!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"374241912\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/330915258\\/geyser-geysir-islande.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809740458\\/yp6RTf3m_normal\",\"name\":\"H\\u00eatre Absurde\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 15 23:40:39 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":374241912,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180811783319553,\"created_at\":\"Fri Feb 24 23:01:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1337000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "97309108-b164-4898-917d-ed30592e7091-173180811783319553" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@sanchez_theo: @LeGrandWebze #lgw @palmashow", +"img": { +"src": "http://a0.twimg.com/profile_images/1838207664/image_normal.jpg" +}, +"title": "Sanchez Théo: @sanchez_theo: @LeGrandWebze #lgw @palmashow", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1338000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"sanchez_theo\",\"favorited\":false,\"text\":\"@sanchez_theo: @LeGrandWebze #lgw @palmashow\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"sanchez_theo\",\"indices\":[0,13],\"name\":\"Sanchez Th\\u00e9o\",\"id_str\":\"374697529\",\"id\":374697529},{\"screen_name\":\"LeGrandWebze\",\"indices\":[15,28],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"palmashow\",\"indices\":[34,44],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"in_reply_to_user_id\":374697529,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180815751135232\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"sanchez_theo\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":60,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":143,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"374697529\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Sanchez Th\\u00e9o\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"created_at\":\"Fri Sep 16 19:34:01 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":374697529,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\"},\"truncated\":false,\"id\":173180815751135232,\"created_at\":\"Fri Feb 24 23:01:38 +0000 2012\",\"in_reply_to_user_id_str\":\"374697529\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1338000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "258310c3-3482-47ee-abdb-659b1c8390d0-173180815751135232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @pocarles: La chemise de @vinvin #ilpart #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1727204040/image_normal.jpg" +}, +"title": "Marc Phalippou: RT @pocarles: La chemise de @vinvin #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1338000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @pocarles: La chemise de @vinvin #ilpart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"pocarles\",\"indices\":[3,12],\"name\":\"PierreOlivier Carles\",\"id_str\":\"23074316\",\"id\":23074316},{\"screen_name\":\"Vinvin\",\"indices\":[28,35],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[36,43]},{\"text\":\"lgw\",\"indices\":[44,48]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"La chemise de @vinvin #ilpart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[14,21],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[22,29]},{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180106779533312\",\"user\":{\"default_profile_image\":false,\"verified\":true,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"pocarles\",\"lang\":\"fr\",\"favourites_count\":80,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":1148,\"location\":\"Toulouse - Miami\",\"profile_text_color\":\"333333\",\"followers_count\":5248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\",\"description\":\"Co-Founder at @Digidust & @Labotec. BA in @Stonfield @APICube @Hellotipi and others.\\r\\nMore Entrepreneur than Investor. Rugby, Gastronomy and Human enthusiast !\",\"statuses_count\":32041,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"show_all_inline_media\":true,\"listed_count\":448,\"profile_link_color\":\"5cace5\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFFFFF\",\"protected\":false,\"id_str\":\"23074316\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"PierreOlivier Carles\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"created_at\":\"Fri Mar 06 15:10:47 +0000 2009\",\"profile_sidebar_fill_color\":\"f0f0f0\",\"id\":23074316,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.pocarles.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\"},\"truncated\":false,\"id\":173180106779533312,\"created_at\":\"Fri Feb 24 22:58:49 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180813540737025\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BEDFB6\",\"screen_name\":\"marcphalippou\",\"lang\":\"fr\",\"favourites_count\":46,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1344,\"location\":\"Paris\",\"profile_text_color\":\"895429\",\"followers_count\":749,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\",\"description\":\"Bougnat \\u00e0 Paris, marchand d'id\\u00e9es et de confiance dans la com et l'assurance.\",\"statuses_count\":2115,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"39BD91\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0D02\",\"protected\":false,\"id_str\":\"92352549\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Marc Phalippou\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"created_at\":\"Tue Nov 24 20:05:52 +0000 2009\",\"profile_sidebar_fill_color\":\"0E0D02\",\"id\":92352549,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.facebook.com\\/profile.php?id=100001663745687\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\"},\"truncated\":false,\"id\":173180813540737025,\"created_at\":\"Fri Feb 24 23:01:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1338000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1e303ca8-2d9a-4642-bdac-40d4c59f51d7-173180813540737025" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW je vous conchie", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Weyl Clément: #LGW je vous conchie", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1338000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW je vous conchie\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180815365251074\",\"user\":{\"default_profile_image\":true,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"ZinAwillRockYou\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":7,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"statuses_count\":0,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"490686972\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Weyl Cl\\u00e9ment\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Feb 12 20:16:44 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":490686972,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\"},\"truncated\":false,\"id\":173180815365251074,\"created_at\":\"Fri Feb 24 23:01:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1338000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9b2ab272-ea04-4b9f-9ee8-3cdac1456ca6-173180815365251074" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #lgw Le César du meilleur a été attribué à ... La chemise de Vinvin (film muet pour des sourds)", +"img": { +"src": "http://a0.twimg.com/profile_images/1683806084/ProfilFB_normal.gif" +}, +"title": "Chris M: @LeGrandWebze #lgw Le César du meilleur a été attribué à ... La chemise de Vinvin (film muet pour des sourds)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1338000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze #lgw Le C\\u00e9sar du meilleur a \\u00e9t\\u00e9 attribu\\u00e9 \\u00e0 ... La chemise de Vinvin (film muet pour des sourds)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180816782917632\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":18,\"screen_name\":\"ChrisM_Paris\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683806084\\/ProfilFB_normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"432844367\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683806084\\/ProfilFB_normal.gif\",\"name\":\"Chris M\",\"default_profile_image\":false,\"created_at\":\"Fri Dec 09 21:08:29 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":432844367,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173180816782917632,\"created_at\":\"Fri Feb 24 23:01:38 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1338000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0ffd9c20-93d6-4a25-b101-2fd27e255af9-173180816782917632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw le plateau est d'une tristesse, toutes les couleurs sont dans la chemise ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1685061192/Photo_du_10-12-11___15.18_normal.jpg" +}, +"title": "DelloyeCoiteux: #lgw le plateau est d'une tristesse, toutes les couleurs sont dans la chemise ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1338000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw le plateau est d'une tristesse, toutes les couleurs sont dans la chemise ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180816661291008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":276,\"screen_name\":\"DelloyeCoiteux\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2101,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":89,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"description\":\"Design, Architecture, Photographie, Web et autres petites curiosit\\u00e9s\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"433388967\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"name\":\"DelloyeCoiteux\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 10 14:14:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":433388967,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180816661291008,\"created_at\":\"Fri Feb 24 23:01:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1338000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "519f79b2-de4e-4270-9ff7-83fc2e30daf9-173180816661291008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "1000 tweets sur la chemise de @Vinvin ... L'audience de @LeGrandWebze sait s'investir sur les sujets de fond 😜 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/732688177/bi-cause_normal.jpg" +}, +"title": "Charles Liebert: 1000 tweets sur la chemise de @Vinvin ... L'audience de @LeGrandWebze sait s'investir sur les sujets de fond 😜 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1339000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"1000 tweets sur la chemise de @Vinvin ... L'audience de @LeGrandWebze sait s'investir sur les sujets de fond \\ud83d\\ude1c #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[30,37],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522},{\"screen_name\":\"LeGrandWebze\",\"indices\":[56,69],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[111,115]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180818355781633\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"Charles_Liebert\",\"lang\":\"en\",\"favourites_count\":509,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1158,\"location\":\"Paris - Cap Ferret - Saugeras\",\"profile_text_color\":\"F522D5\",\"followers_count\":2044,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"statuses_count\":48080,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"show_all_inline_media\":true,\"listed_count\":156,\"profile_link_color\":\"1AF51F\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0F0F\",\"protected\":false,\"id_str\":\"610993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Charles Liebert\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_sidebar_fill_color\":\"E0FF91\",\"id\":610993,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.charles-liebert.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\"},\"truncated\":false,\"id\":173180818355781633,\"created_at\":\"Fri Feb 24 23:01:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1339000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "680a650a-a168-4da2-a4f2-c02cb209c0bc-173180818355781633" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "SOLANGE PRESIDENTE SOLANGE PRESIDENTE (Poke @SolangeTeParle) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: SOLANGE PRESIDENTE SOLANGE PRESIDENTE (Poke @SolangeTeParle) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1342000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"SOLANGE PRESIDENTE SOLANGE PRESIDENTE (Poke @SolangeTeParle) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[44,59],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180833442693121\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5844,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180833442693121,\"created_at\":\"Fri Feb 24 23:01:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1342000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9f0e196-3852-4dab-84e3-08eccfb5d652-173180833442693121" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi ce truc #Lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1187253599/76644_465736521181_791301181_5491161_3737465_n_normal.jpg" +}, +"title": "Jada,enchantée: C'est quoi ce truc #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1344000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est quoi ce truc #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[19,23]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180839763517440\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"jadmuller\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":166,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":117,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1187253599\\/76644_465736521181_791301181_5491161_3737465_n_normal.jpg\",\"description\":\"Les beaux esprits se rencontrent (sur twitter), Voltaire \\/ French touch, esprit aiguis\\u00e9 & yeux grands ouverts.\",\"statuses_count\":1577,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/364951623\\/its-a-new-day.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084b4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"106133801\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Jada,enchant\\u00e9e\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/364951623\\/its-a-new-day.jpg\",\"created_at\":\"Mon Jan 18 16:13:36 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":106133801,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1187253599\\/76644_465736521181_791301181_5491161_3737465_n_normal.jpg\"},\"truncated\":false,\"id\":173180839763517440,\"created_at\":\"Fri Feb 24 23:01:44 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1344000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b7478ab5-be47-4053-87ff-15dc179aab86-173180839763517440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Grâce @Vinvin enfin un mur twitter à la TV #lgw ... Mais je vais passer en mode #TheArtist pour supporter sa chemise !", +"img": { +"src": "http://a1.twimg.com/profile_images/1140111956/Anticonformiste-orange-gif_normal.gif" +}, +"title": "poilagratter: Grâce @Vinvin enfin un mur twitter à la TV #lgw ... Mais je vais passer en mode #TheArtist pour supporter sa chemise !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1345000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Gr\\u00e2ce @Vinvin enfin un mur twitter \\u00e0 la TV #lgw ... Mais je vais passer en mode #TheArtist pour supporter sa chemise !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[6,13],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]},{\"text\":\"TheArtist\",\"indices\":[80,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180844180119552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2430,\"screen_name\":\"poil_a_gratter\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":284,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":60,\"profile_link_color\":\"0084B4\",\"followers_count\":2344,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1140111956\\/Anticonformiste-orange-gif_normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"200174124\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1140111956\\/Anticonformiste-orange-gif_normal.gif\",\"name\":\"poilagratter\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 08 16:40:34 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":200174124,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180844180119552,\"created_at\":\"Fri Feb 24 23:01:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1345000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef6b33e6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6c36b291-b517-40a8-96ca-e4ae66a760d9-173180844180119552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow Gaspard ! Le zizi ! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/878534653/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg" +}, +"title": "CLeM' KuSaLa: @palmashow Gaspard ! Le zizi ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1345000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow Gaspard ! Le zizi ! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[31,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173179924620910593\",\"id_str\":\"173180845509709824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173179924620910593,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"clem_kusala\",\"lang\":\"fr\",\"profile_text_color\":\"a8a3a8\",\"statuses_count\":241,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"location\":\"Roquetaillade\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"000608\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"92309575\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"profile_sidebar_fill_color\":\"111e24\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"name\":\"CLeM' KuSaLa\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 16:35:40 +0000 2009\",\"profile_sidebar_border_color\":\"15191f\",\"id\":92309575,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/karma-kusala.com\"},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173180845509709824,\"created_at\":\"Fri Feb 24 23:01:45 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1345000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df6b92cb-e7bc-4cda-b727-0651d70963fc-173180845509709824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw les LED laides", +"img": { +"src": "http://a2.twimg.com/profile_images/1657787350/image_normal.jpg" +}, +"title": "LGW Fan Club: #lgw les LED laides", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1346000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw les LED laides\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180848231825409\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":17,\"screen_name\":\"LgwFanClub\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":119,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":11,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"421417721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"name\":\"LGW Fan Club\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 25 22:40:16 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":421417721,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180848231825409,\"created_at\":\"Fri Feb 24 23:01:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1346000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "70c305b3-add8-4992-8ad4-ed93b45e8568-173180848231825409" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw vive le roi loth", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_4_normal.png" +}, +"title": "Simon Moulard: #lgw vive le roi loth", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1346000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw vive le roi loth\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180849913729024\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":32,\"screen_name\":\"CaptainPicol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"274486811\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"name\":\"Simon Moulard\",\"default_profile_image\":true,\"created_at\":\"Wed Mar 30 11:46:58 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":274486811,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180849913729024,\"created_at\":\"Fri Feb 24 23:01:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1346000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9301019f-cd45-49c4-88c0-65b70deebcc5-173180849913729024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bubble-Tv, compteur de tweets, webzelive, résultats des #cesar, weberies... Une sorte de folie en régie !#LGW, sur #france5.@charleshenriroy", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: Bubble-Tv, compteur de tweets, webzelive, résultats des #cesar, weberies... Une sorte de folie en régie !#LGW, sur #france5.@charleshenriroy", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1348000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bubble-Tv, compteur de tweets, webzelive, r\\u00e9sultats des #cesar, weberies... Une sorte de folie en r\\u00e9gie !#LGW, sur #france5.@charleshenriroy\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"charleshenriroy\",\"indices\":[124,140],\"id_str\":\"185396126\",\"name\":\"Royer Charles-Henri\",\"id\":185396126}],\"urls\":[],\"hashtags\":[{\"text\":\"cesar\",\"indices\":[56,62]},{\"text\":\"LGW\",\"indices\":[105,109]},{\"text\":\"france5\",\"indices\":[115,123]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180858247819264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1041,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":318,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180858247819264,\"created_at\":\"Fri Feb 24 23:01:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1348000, +"tags": [ +{ +"id-ref": "ef6b9f0c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d97a14a8-e029-4281-8f77-128d9c771f20-173180858247819264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin m'a tué avec sa vanne sur Stéphane Bern. #ilreste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1827652074/La-tetocarre_normal.jpeg" +}, +"title": "Pharmaciencien: François Rollin m'a tué avec sa vanne sur Stéphane Bern. #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1350000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin m'a tu\\u00e9 avec sa vanne sur St\\u00e9phane Bern. #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[57,65]},{\"text\":\"lgw\",\"indices\":[66,70]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180865394913281\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":460,\"screen_name\":\"Pharmaciencien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1072,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Angers\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"990000\",\"followers_count\":90,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1827652074\\/La-tetocarre_normal.jpeg\",\"description\":\"P3. 19 ans. La politique, les convictions en moins (http:\\/\\/bit.ly\\/zNiJR2). Et des blagues de merde sur les m\\u00e9dicaments desfois #politique #sante #pharmacie \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"206681146\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827652074\\/La-tetocarre_normal.jpeg\",\"name\":\"Pharmaciencien\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 23 13:46:37 +0000 2010\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":206681146,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180865394913281,\"created_at\":\"Fri Feb 24 23:01:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1350000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c8a782be-3d28-40d8-851c-0fdd5cf762c6-173180865394913281" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW mis à part le plateau et le décors je kiffe... Vive cet OVNI télévisuel", +"img": { +"src": "http://a3.twimg.com/profile_images/1421925544/clemlol_normal.jpg" +}, +"title": "Misterclem: #LGW mis à part le plateau et le décors je kiffe... Vive cet OVNI télévisuel", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1350000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW mis \\u00e0 part le plateau et le d\\u00e9cors je kiffe... Vive cet OVNI t\\u00e9l\\u00e9visuel\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180865789181952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"misterclem\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25122,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/386276214\\/clemlol.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":100,\"profile_link_color\":\"009999\",\"followers_count\":2265,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1421925544\\/clemlol_normal.jpg\",\"description\":\"Bloggueur, cinema, music, politique Web 2.0 Social Digital Strategist, Marketing. CM Com Online \\/ Opinions are my own \\uf8ff \\/ gplus.to\\/misterclem #universalmusic \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"11793022\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/386276214\\/clemlol.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421925544\\/clemlol_normal.jpg\",\"name\":\"Misterclem\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 03 10:57:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":11793022,\"utc_offset\":3600,\"favourites_count\":425,\"url\":\"http:\\/\\/www.clementlepetit.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180865789181952,\"created_at\":\"Fri Feb 24 23:01:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1350000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1aef2f03-e87c-4d7f-9ba1-2cc22be13d7c-173180865789181952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@lucasparax desigual effect ! :-) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1637587814/Twitter_normal.jpg" +}, +"title": "Philippe Caillet: @lucasparax desigual effect ! :-) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1350000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@lucasparax desigual effect ! :-) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"lucasparax\",\"indices\":[0,11],\"id_str\":\"333415548\",\"name\":\"Lucas Parax\",\"id\":333415548}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173179645817139200\",\"id_str\":\"173180866313465856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173179645817139200,\"in_reply_to_user_id_str\":\"333415548\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":725,\"screen_name\":\"philippecaillet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":55805,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":55,\"profile_link_color\":\"009999\",\"followers_count\":976,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1637587814\\/Twitter_normal.jpg\",\"description\":\"PR, Communications,\\r\\nMusic addict\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"36061151\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1637587814\\/Twitter_normal.jpg\",\"name\":\"Philippe Caillet\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 28 13:15:42 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":36061151,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/phileasfog.wordpress.com\"},\"in_reply_to_screen_name\":\"lucasparax\",\"truncated\":false,\"id\":173180866313465856,\"created_at\":\"Fri Feb 24 23:01:50 +0000 2012\",\"in_reply_to_user_id\":333415548}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1350000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f4621abd-cea6-4574-8bc2-ad48b2505ab9-173180866313465856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @martinmedias: Carnaval de LOL à #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1705755913/twitter-popup-bulle-info-icone-5035-256_normal.png" +}, +"title": "Cédric Le Grevès: RT @martinmedias: Carnaval de LOL à #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1351000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @martinmedias: Carnaval de LOL \\u00e0 #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"MartinMedias\",\"indices\":[3,16],\"name\":\"Martin Vachiery\",\"id_str\":\"18350026\",\"id\":18350026}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[36,40]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180868242841601\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"clegreves\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1814,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":356,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"description\":\"@TVcheck addict\",\"statuses_count\":434,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"316519559\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"C\\u00e9dric Le Grev\\u00e8s\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Jun 13 15:35:43 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":316519559,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\"},\"truncated\":false,\"id\":173180868242841601,\"created_at\":\"Fri Feb 24 23:01:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1351000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "56641e42-a7d2-437e-b83a-6288b84e7516-173180868242841601" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bien le coup du décompte live du nombre de tweets dans #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1592307646/profil_reseau_social_normal.jpg" +}, +"title": "Tête dans le poste: bien le coup du décompte live du nombre de tweets dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1351000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"bien le coup du d\\u00e9compte live du nombre de tweets dans #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180870721683458\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":552,\"screen_name\":\"tetedansleposte\",\"lang\":\"fr\",\"profile_text_color\":\"ebe8eb\",\"statuses_count\":1132,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/196396078\\/neige.jpg\",\"location\":\"dans le poste\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"0abef5\",\"followers_count\":399,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1592307646\\/profil_reseau_social_normal.jpg\",\"description\":\"La t\\u00eate dans le poste, un site pour tenter de regarder la t\\u00e9l\\u00e9vision diff\\u00e9remment et faire \\u00e9merger la r\\u00e9flexion.\\r\\nRendons le T\\u00c9L\\u00c9SPECT-ACTEUR\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"032647\",\"id_str\":\"6006122\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196396078\\/neige.jpg\",\"profile_sidebar_fill_color\":\"2f5673\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1592307646\\/profil_reseau_social_normal.jpg\",\"name\":\"T\\u00eate dans le poste\",\"default_profile_image\":false,\"created_at\":\"Sun May 13 09:57:22 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":6006122,\"utc_offset\":-7200,\"favourites_count\":0,\"url\":\"http:\\/\\/www.latetedansleposte.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180870721683458,\"created_at\":\"Fri Feb 24 23:01:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1351000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "56713839-c83d-40b7-a76a-d15ca6f0ea93-173180870721683458" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @France5tv: Et pendant ce temps là, dans la régie du Grand Webze... #lgw http://t.co/I3v9T1e2", +"img": { +"src": "http://a0.twimg.com/profile_images/1819530189/twitter_normal.png" +}, +"title": "Benoit Lebreau: RT @France5tv: Et pendant ce temps là, dans la régie du Grand Webze... #lgw http://t.co/I3v9T1e2", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1352000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @France5tv: Et pendant ce temps l\\u00e0, dans la r\\u00e9gie du Grand Webze... #lgw http:\\/\\/t.co\\/I3v9T1e2\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[3,13],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[{\"indices\":[76,96],\"expanded_url\":\"http:\\/\\/instagr.am\\/p\\/HZ_HbWproM\\/\",\"display_url\":\"instagr.am\\/p\\/HZ_HbWproM\\/\",\"url\":\"http:\\/\\/t.co\\/I3v9T1e2\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[71,75]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Et pendant ce temps l\\u00e0, dans la r\\u00e9gie du Grand Webze... #lgw http:\\/\\/t.co\\/I3v9T1e2\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[61,81],\"expanded_url\":\"http:\\/\\/instagr.am\\/p\\/HZ_HbWproM\\/\",\"display_url\":\"instagr.am\\/p\\/HZ_HbWproM\\/\",\"url\":\"http:\\/\\/t.co\\/I3v9T1e2\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180764777758720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":834,\"screen_name\":\"France5tv\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3552,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":849,\"profile_link_color\":\"FF0000\",\"followers_count\":48936,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"description\":\"France 5, cha\\u00eene du Groupe France T\\u00e9l\\u00e9visions. Apr\\u00e8s avoir fait connaissance, rapprochons-nous sur cette TL #media #clair\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"84c810\",\"id_str\":\"36932487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"profile_sidebar_fill_color\":\"50912a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"name\":\"France5\",\"default_profile_image\":false,\"created_at\":\"Fri May 01 12:30:02 +0000 2009\",\"profile_sidebar_border_color\":\"2ca33e\",\"id\":36932487,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180764777758720,\"created_at\":\"Fri Feb 24 23:01:26 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180875612229632\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":605,\"screen_name\":\"benoitlebreau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4157,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"667033\",\"followers_count\":339,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"description\":\"sympathique et cool \\/\\/ danseur \\u00e9toile \\u00e0 NRJ Group \\/\\/ #runner parisien du soir, #radio amateur et tr\\u00e8s dr\\u00f4le \\u00e0 la t\\u00e9l\\u00e9\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"267290862\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"name\":\"Benoit Lebreau\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 16 17:22:17 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":267290862,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/www.benoitlebreau.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180875612229632,\"created_at\":\"Fri Feb 24 23:01:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1352000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "746b820e-34ea-4a25-a972-0e92da03c37b-173180875612229632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "la c juste pa possible #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: la c juste pa possible #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1353000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"la c juste pa possible #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]},{\"text\":\"ilpart\",\"indices\":[28,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180879592620032\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1207,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180879592620032,\"created_at\":\"Fri Feb 24 23:01:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1353000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d1017c09-5698-4f64-944a-cb3520efe465-173180879592620032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@monsieurlam C'est le but je pense. Et une émission comme ça sur le service public en plus, ça se refuse pas. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: @monsieurlam C'est le but je pense. Et une émission comme ça sur le service public en plus, ça se refuse pas. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1354000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@monsieurlam C'est le but je pense. Et une \\u00e9mission comme \\u00e7a sur le service public en plus, \\u00e7a se refuse pas. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"monsieurlam\",\"indices\":[0,12],\"id_str\":\"7993262\",\"name\":\"L\\u00e2m HUA\",\"id\":7993262}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[110,114]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173180740211707904\",\"id_str\":\"173180883954704384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173180740211707904,\"in_reply_to_user_id_str\":\"7993262\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":764,\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4350,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France - Moselle\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"D02B55\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"name\":\"R\\u00e9my D.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":48825435,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"monsieurlam\",\"truncated\":false,\"id\":173180883954704384,\"created_at\":\"Fri Feb 24 23:01:54 +0000 2012\",\"in_reply_to_user_id\":7993262}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1354000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "890a5aaa-142c-41a9-a8ed-4f39be03c067-173180883954704384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sinon 6 #Cesar pour The Artist #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1417270951/DoveArhur_normal.jpg" +}, +"title": "Dove Arthur : Sinon 6 #Cesar pour The Artist #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1356000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Sinon 6 #Cesar pour The Artist #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cesar\",\"indices\":[8,14]},{\"text\":\"LGW\",\"indices\":[31,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180890602672128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":261,\"screen_name\":\"DoveArthur\",\"lang\":\"fr\",\"profile_text_color\":\"a19a4d\",\"statuses_count\":1842,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/420571809\\/Movember-Super-Mario-Bros.jpg\",\"location\":\"Lille\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"37447d\",\"followers_count\":129,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1417270951\\/DoveArhur_normal.jpg\",\"description\":\"\\u00c9tudiant EFAP Lille Europe Promo 2013 - R\\u00e9dacteur - Graphiste - Lomographiste - Cin\\u00e9phile\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"96210164\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420571809\\/Movember-Super-Mario-Bros.jpg\",\"profile_sidebar_fill_color\":\"f7fcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1417270951\\/DoveArhur_normal.jpg\",\"name\":\"Dove Arthur \",\"default_profile_image\":false,\"created_at\":\"Fri Dec 11 21:27:09 +0000 2009\",\"profile_sidebar_border_color\":\"f50e22\",\"id\":96210164,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180890602672128,\"created_at\":\"Fri Feb 24 23:01:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1356000, +"tags": [ +{ +"id-ref": "ef6b9f0c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "11848505-49c5-46d9-a1dd-c9fac2e21004-173180890602672128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'aime entendre @PascalMabille en fond du #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1768573567/StopSOPA-Profile-Picture_normal.png" +}, +"title": "Tristan Dufour: J'aime entendre @PascalMabille en fond du #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1360000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'aime entendre @PascalMabille en fond du #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[16,30],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180908118093824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":282,\"screen_name\":\"Teno91\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":837,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/380168548\\/fond-twitter.jpg\",\"location\":\"France,\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":131,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1768573567\\/StopSOPA-Profile-Picture_normal.png\",\"description\":\"Etudiant en Licence Pro Conception et Coordination d'Univers Vid\\u00e9oludiques \\u00e0 Montpellier.\\r\\nhttp:\\/\\/tristan.dufour.free.fr\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"92359747\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380168548\\/fond-twitter.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768573567\\/StopSOPA-Profile-Picture_normal.png\",\"name\":\"Tristan Dufour\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 20:39:00 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":92359747,\"utc_offset\":3600,\"favourites_count\":28,\"url\":\"http:\\/\\/www.olyxo.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180908118093824,\"created_at\":\"Fri Feb 24 23:02:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1360000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "752f1877-d1dc-489c-a594-41d66d0fde1b-173180908118093824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les chemise pour épileptiques c nul.. Mais ça c'était avant #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1421767677/n775859914_630617_3556_normal.jpg" +}, +"title": "Thibaut: Les chemise pour épileptiques c nul.. Mais ça c'était avant #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1360000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les chemise pour \\u00e9pileptiques c nul.. Mais \\u00e7a c'\\u00e9tait avant #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180908386529280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":436,\"screen_name\":\"thibautchampey\",\"lang\":\"fr\",\"profile_text_color\":\"c8c8cc\",\"statuses_count\":154,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"location\":\"Paris \",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0c0d0d\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"description\":\"Communication enabled geek.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3b3d3d\",\"id_str\":\"282143992\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"profile_sidebar_fill_color\":\"68696e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"name\":\"Thibaut\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 14 16:45:25 +0000 2011\",\"profile_sidebar_border_color\":\"e6ebe4\",\"id\":282143992,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"https:\\/\\/sites.google.com\\/site\\/thibautchampey\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180908386529280,\"created_at\":\"Fri Feb 24 23:02:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1360000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c3c463a0-544b-42d7-823a-f50017c00023-173180908386529280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw creepy", +"img": { +"src": "http://a2.twimg.com/profile_images/1657787350/image_normal.jpg" +}, +"title": "LGW Fan Club: #lgw creepy", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1361000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw creepy\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180912186564608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":17,\"screen_name\":\"LgwFanClub\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":118,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":11,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"421417721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"name\":\"LGW Fan Club\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 25 22:40:16 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":421417721,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180912186564608,\"created_at\":\"Fri Feb 24 23:02:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1361000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "74f97691-4342-4b52-a928-0e52cdf7158e-173180912186564608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La chemise de @Vinvin est une pièce originale d' Austin Power? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1851180359/image_normal.jpg" +}, +"title": "Jérémie Dufour: La chemise de @Vinvin est une pièce originale d' Austin Power? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1361000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La chemise de @Vinvin est une pi\\u00e8ce originale d' Austin Power? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[14,21],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180913373544449\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":153,\"screen_name\":\"laDufe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2225,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/425673507\\/Capture_d__cran_2012-02-15___17.30.20.jpg\",\"location\":\"Rouen, Fr.\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"00a6ff\",\"followers_count\":151,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851180359\\/image_normal.jpg\",\"description\":\"Retrait\\u00e9 des \\u00e9tudes en #communication, #marketing et #multim\\u00e9dia.Fondateur:@iDufe Villes: #Rouen,#Bayonne,#Toulouse,#Rodez 24 ans. #Rugby le dimanche @alclrugby\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"289231969\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425673507\\/Capture_d__cran_2012-02-15___17.30.20.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851180359\\/image_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9mie Dufour\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 28 08:09:53 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":289231969,\"utc_offset\":3600,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180913373544449,\"created_at\":\"Fri Feb 24 23:02:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1361000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "233c09c9-6ba2-4ba0-b95a-7aab0f1e5e5f-173180913373544449" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "T'as les bubble t'as les glandes t'as les crottes de nez qui pendent sur #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: T'as les bubble t'as les glandes t'as les crottes de nez qui pendent sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1362000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"T'as les bubble t'as les glandes t'as les crottes de nez qui pendent sur #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[73,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180914183057408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13059,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":792,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180914183057408,\"created_at\":\"Fri Feb 24 23:02:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1362000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8e417ee9-ffbb-4fd2-9057-f3d6fcb2efa4-173180914183057408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Vinvin sponsorisé par Pentone® #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1801584941/image_normal.jpg" +}, +"title": "Nicolas LE SAINT: #Vinvin sponsorisé par Pentone® #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1363000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Vinvin sponsoris\\u00e9 par Pentone\\u00ae #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Vinvin\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180918658375680\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"screen_name\":\"nicolaslesaint\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":62,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801584941\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"404016609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801584941\\/image_normal.jpg\",\"name\":\"Nicolas LE SAINT\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 03 10:00:21 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":404016609,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180918658375680,\"created_at\":\"Fri Feb 24 23:02:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1363000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef574386-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5ed5668f-0762-4c05-9932-7409173eb276-173180918658375680" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw plateau bleu qui pique les yeux, mais génial de voir les live twitteuses à l'oeuvre :-)", +"img": { +"src": "http://a3.twimg.com/profile_images/1147619621/acdl_normal.jpg" +}, +"title": "AC Lefort: #lgw plateau bleu qui pique les yeux, mais génial de voir les live twitteuses à l'oeuvre :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1363000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw plateau bleu qui pique les yeux, mais g\\u00e9nial de voir les live twitteuses \\u00e0 l'oeuvre :-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180921615355904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":765,\"screen_name\":\"zanskar\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1794,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Angers, France\",\"show_all_inline_media\":false,\"listed_count\":75,\"profile_link_color\":\"0084B4\",\"followers_count\":1052,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1147619621\\/acdl_normal.jpg\",\"description\":\"e-marketing, webdesign, r\\u00e9seaux sociaux, e-commerce, pharma\\/vet, entrepreneuriat\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"17367429\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1147619621\\/acdl_normal.jpg\",\"name\":\"AC Lefort\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 13 16:01:37 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":17367429,\"utc_offset\":3600,\"favourites_count\":4662,\"url\":\"http:\\/\\/www.zanskarstudio.com\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180921615355904,\"created_at\":\"Fri Feb 24 23:02:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1363000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e29cf438-b037-441a-a90e-1c166a199192-173180921615355904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je vous propose à tous de regarder Le Grand Webze #lgw parce que c'est expérimental et que j'aime l’expérimental", +"img": { +"src": "http://a2.twimg.com/profile_images/1817746719/tetocarre__1__normal.jpg" +}, +"title": "Noa M. Sanzo: Je vous propose à tous de regarder Le Grand Webze #lgw parce que c'est expérimental et que j'aime l’expérimental", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1364000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je vous propose \\u00e0 tous de regarder Le Grand Webze #lgw parce que c'est exp\\u00e9rimental et que j'aime l\\u2019exp\\u00e9rimental\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180924081614848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":87,\"screen_name\":\"NoaMSanzo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":497,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/356217196\\/19258835.4.jpg\",\"location\":\"L\\u00e0 o\\u00f9 je dois \\u00eatre\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1817746719\\/tetocarre__1__normal.jpg\",\"description\":\"Perdu dans l'univers entre l'infiniment grand et l'infiniment petit.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"369706878\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/356217196\\/19258835.4.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817746719\\/tetocarre__1__normal.jpg\",\"name\":\"Noa M. Sanzo\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 07 20:16:58 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":369706878,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180924081614848,\"created_at\":\"Fri Feb 24 23:02:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1364000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eacca33e-d23c-45fd-9e05-4dee5b8fd25a-173180924081614848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow @vinvin #lgw au debut j'ai cru que la couleur de ma tele etait mal reglee", +"img": { +"src": "http://a0.twimg.com/profile_images/1796428077/421081_352522544767321_166574853362092_1405744_1429365707_n_normal.jpg" +}, +"title": "mohamed Ibn Slimane : @palmashow @vinvin #lgw au debut j'ai cru que la couleur de ma tele etait mal reglee", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1364000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"palmashow\",\"favorited\":false,\"text\":\"@palmashow @vinvin #lgw au debut j'ai cru que la couleur de ma tele etait mal reglee\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[11,18],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"in_reply_to_user_id\":23782965,\"contributors\":null,\"place\":{\"country_code\":\"MA\",\"country\":\"Morocco\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-7.6613462,33.5491193],[-7.6108209,33.5491193],[-7.6108209,33.5910878],[-7.6613462,33.5910878]]]},\"attributes\":{},\"full_name\":\"El Maarif, Casablanca\",\"name\":\"El Maarif\",\"id\":\"043051f4e4ba4f15\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/043051f4e4ba4f15.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-7.62489,33.56871]},\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[33.56871,-7.62489]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173179924620910593,\"in_reply_to_status_id_str\":\"173179924620910593\",\"id_str\":\"173180925142777857\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Mohamed_Slimane\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":233,\"location\":\"Paris \\/ Casablanca \",\"profile_text_color\":\"333333\",\"followers_count\":232,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1796428077\\/421081_352522544767321_166574853362092_1405744_1429365707_n_normal.jpg\",\"description\":\"Directeur commercial du Groupe Buzzeff, Agence sp\\u00e9cialis\\u00e9e dans la communication digitale, la cr\\u00e9ation et la gestion du buzz internet www.buzzeff.com\\r\\n\",\"statuses_count\":3164,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"53708765\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"mohamed Ibn Slimane \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Jul 04 16:51:10 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":53708765,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.buzzeff.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796428077\\/421081_352522544767321_166574853362092_1405744_1429365707_n_normal.jpg\"},\"truncated\":false,\"id\":173180925142777857,\"created_at\":\"Fri Feb 24 23:02:04 +0000 2012\",\"in_reply_to_user_id_str\":\"23782965\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1364000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9238f073-8fea-4649-bfdb-6d5bc58c257b-173180925142777857" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Me revoilà. Je ne peux pas tweeter tant que le tweetwall est projeté sur le mur. Autant vous dire que ça limite... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Me revoilà. Je ne peux pas tweeter tant que le tweetwall est projeté sur le mur. Autant vous dire que ça limite... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1364000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Me revoil\\u00e0. Je ne peux pas tweeter tant que le tweetwall est projet\\u00e9 sur le mur. Autant vous dire que \\u00e7a limite... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[115,119]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180922898817025\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3137,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180922898817025,\"created_at\":\"Fri Feb 24 23:02:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1364000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0d517221-9712-44e3-a168-335e7b5df876-173180922898817025" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Checker sa timeline. Faire une #Cesar2012 overdose. Se préparer à une #legrandwebze agonie.", +"img": { +"src": "http://a0.twimg.com/profile_images/1385545627/picasso_normal.JPG" +}, +"title": "_GRK: Checker sa timeline. Faire une #Cesar2012 overdose. Se préparer à une #legrandwebze agonie.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1365000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Checker sa timeline. Faire une #Cesar2012 overdose. Se pr\\u00e9parer \\u00e0 une #legrandwebze agonie.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[31,41]},{\"text\":\"legrandwebze\",\"indices\":[70,83]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180929764896768\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"_GRK\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":189,\"location\":\"Paris, France\",\"profile_text_color\":\"1f2887\",\"followers_count\":197,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1385545627\\/picasso_normal.JPG\",\"description\":\"Lawyer, Consumer Defender, Paris. Antitrust \\/ Competition, Politics, Economy, Media, Newtech, Sport, Reflexions. Personal opinion only\",\"statuses_count\":2168,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/24328293\\/P2209080013.jpg\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"277d82\",\"protected\":false,\"id_str\":\"58435561\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"_GRK\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/24328293\\/P2209080013.jpg\",\"created_at\":\"Mon Jul 20 09:45:19 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":58435561,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/politiconoclaste.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1385545627\\/picasso_normal.JPG\"},\"truncated\":false,\"id\":173180929764896768,\"created_at\":\"Fri Feb 24 23:02:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1365000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b31fad4b-1b4d-4a37-aa86-f6b5f4d1b987-173180929764896768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @charleshenriroy: #lgw #ilchange2chemise ou #ilpart”", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @charleshenriroy: #lgw #ilchange2chemise ou #ilpart”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1367000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @charleshenriroy: #lgw #ilchange2chemise ou #ilpart\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"charleshenriroy\",\"indices\":[3,19],\"id_str\":\"185396126\",\"name\":\"Royer Charles-Henri\",\"id\":185396126}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]},{\"text\":\"ilchange2chemise\",\"indices\":[26,43]},{\"text\":\"ilpart\",\"indices\":[47,54]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilchange2chemise ou #ilpart\\u201d\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilchange2chemise\",\"indices\":[5,22]},{\"text\":\"ilpart\",\"indices\":[26,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180196772528130\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180196772528130,\"created_at\":\"Fri Feb 24 22:59:11 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180937578885121\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1041,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":318,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180937578885121,\"created_at\":\"Fri Feb 24 23:02:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1367000, +"tags": [ +{ +"id-ref": "ef47f0f2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f165eb23-5015-4b9d-b8b3-69b13dff7007-173180937578885121" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La chemise de @Vinvin c'est une chose. Les chaussures c'est AUTRE chose. Cc @palmashow ##lgw http://t.co/668FgEW7", +"img": { +"src": "http://a2.twimg.com/profile_images/1741905112/image_normal.jpg" +}, +"title": "Mister Mc Flee: La chemise de @Vinvin c'est une chose. Les chaussures c'est AUTRE chose. Cc @palmashow ##lgw http://t.co/668FgEW7", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1367000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"La chemise de @Vinvin c'est une chose. Les chaussures c'est AUTRE chose. Cc @palmashow ##lgw http:\\/\\/t.co\\/668FgEW7\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[14,21],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"palmashow\",\"indices\":[76,86],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[88,92]}],\"media\":[{\"type\":\"photo\",\"indices\":[93,113],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":768},\"medium\":{\"h\":800,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":453,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdDI9UCIAAUVfh.jpg\",\"id_str\":\"173180931853656064\",\"expanded_url\":\"http:\\/\\/twitter.com\\/MisterMcFlee\\/status\\/173180931845267457\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdDI9UCIAAUVfh.jpg\",\"id\":173180931853656064,\"display_url\":\"pic.twitter.com\\/668FgEW7\",\"url\":\"http:\\/\\/t.co\\/668FgEW7\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180931845267457\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":636,\"screen_name\":\"MisterMcFlee\",\"lang\":\"fr\",\"profile_text_color\":\"291b1b\",\"statuses_count\":40350,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/204494594\\/lulutwitter_cr.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":257,\"profile_link_color\":\"0084B4\",\"followers_count\":2841,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1741905112\\/image_normal.jpg\",\"description\":\"Ecrits vains\\nCommunity Manager de moi-m\\u00eame\\nProfiler pour chats selon @METACAPUCHE\\nPhotographi\\u00e9 par @LaurenceGuenoun\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f72020\",\"id_str\":\"60043161\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/204494594\\/lulutwitter_cr.jpg\",\"profile_sidebar_fill_color\":\"d6130d\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1741905112\\/image_normal.jpg\",\"name\":\"Mister Mc Flee\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 25 12:01:49 +0000 2009\",\"profile_sidebar_border_color\":\"050505\",\"id\":60043161,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/lecafardrenseigne.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180931845267457,\"created_at\":\"Fri Feb 24 23:02:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1367000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "285798b3-b2ae-460e-ac71-a00f919692ff-173180931845267457" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Lgw C'EST QUOI CETTE CHEMISE?", +"img": { +"src": "http://a2.twimg.com/profile_images/1785973376/blackberry_photo_editor_ultimate_free.jpg_normal.rem" +}, +"title": "Ariane Bianchi: #Lgw C'EST QUOI CETTE CHEMISE?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1367000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#Lgw C'EST QUOI CETTE CHEMISE?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180934714167296\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"FFFFFF\",\"screen_name\":\"arianebianchi\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":432,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":203,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1785973376\\/blackberry_photo_editor_ultimate_free.jpg_normal.rem\",\"description\":\"Etudiante en droit \\u00e0 Paris II, MJS 75. Mes tweets engagent aussi ma m\\u00e8re et mon poisson rouge. Engag\\u00e9e mais libre (WTF?)\",\"statuses_count\":204,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"BF1238\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"protected\":false,\"id_str\":\"77782485\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Ariane Bianchi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"created_at\":\"Sun Sep 27 17:17:11 +0000 2009\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"id\":77782485,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1785973376\\/blackberry_photo_editor_ultimate_free.jpg_normal.rem\"},\"truncated\":false,\"id\":173180934714167296,\"created_at\":\"Fri Feb 24 23:02:07 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1367000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "807a91fb-3ab1-4c59-b52a-73b5025f18a6-173180934714167296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel alors tu passe quand ? #impatience \n#lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1692549186/IMG_0304_normal.jpg" +}, +"title": "oliver: @FlorencePorcel alors tu passe quand ? #impatience \n#lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1367000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel alors tu passe quand ? #impatience \\n#lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"impatience\",\"indices\":[39,50]},{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180938245783552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":280,\"screen_name\":\"samguichoune\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":998,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1692549186\\/IMG_0304_normal.jpg\",\"description\":\"vannes pourries, humour noir, flemmard, queutard, pionard.\\r\\nbref ......\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"389641597\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1692549186\\/IMG_0304_normal.jpg\",\"name\":\"oliver\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 12 19:23:45 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":389641597,\"utc_offset\":3600,\"favourites_count\":15,\"url\":null},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173180938245783552,\"created_at\":\"Fri Feb 24 23:02:07 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1367000, +"tags": [ +{ +"id-ref": "ef6e1af2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "de3895db-3ec8-4b8e-ba95-ac83223141a9-173180938245783552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @constuzar: Le nouveau plateau de #LGW me rappelle les heures les plus sombres des émissions d'aventure pour enfants #LesMondesFantas ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1732783555/avatar_twinter_normal.JPG" +}, +"title": "simon massonneau: RT @constuzar: Le nouveau plateau de #LGW me rappelle les heures les plus sombres des émissions d'aventure pour enfants #LesMondesFantas ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1367000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @constuzar: Le nouveau plateau de #LGW me rappelle les heures les plus sombres des \\u00e9missions d'aventure pour enfants #LesMondesFantas ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"constuzar\",\"indices\":[3,13],\"id_str\":\"53776719\",\"name\":\"Constance Ortuzar\",\"id\":53776719}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[37,41]},{\"text\":\"LesMondesFantas\",\"indices\":[120,136]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Le nouveau plateau de #LGW me rappelle les heures les plus sombres des \\u00e9missions d'aventure pour enfants #LesMondesFantastiques\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[22,26]},{\"text\":\"LesMondesFantastiques\",\"indices\":[105,127]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180505636864001\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":249,\"screen_name\":\"constuzar\",\"lang\":\"en\",\"profile_text_color\":\"ff0f0f\",\"statuses_count\":7418,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"14b9fa\",\"followers_count\":432,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\",\"description\":\"Ils me voient rouler, ils d\\u00e9testent.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"53776719\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"d5faef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\",\"name\":\"Constance Ortuzar\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 04 22:29:54 +0000 2009\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":53776719,\"utc_offset\":null,\"favourites_count\":27,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180505636864001,\"created_at\":\"Fri Feb 24 23:00:24 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180938065412097\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":73,\"screen_name\":\"kirk_fuck_you\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732783555\\/avatar_twinter_normal.JPG\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"125453604\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732783555\\/avatar_twinter_normal.JPG\",\"name\":\"simon massonneau\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 22 21:46:24 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":125453604,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173180938065412097,\"created_at\":\"Fri Feb 24 23:02:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1367000, +"tags": [ +{ +"id-ref": "ef6e3d20-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "35d77d34-4fa2-49c9-ba30-6d3b8408eddf-173180938065412097" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pas sure des tshirts... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1530333526/jo_out2_normal.jpg" +}, +"title": "Jonathan Barré: Pas sure des tshirts... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1369000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Pas sure des tshirts... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180946131062784\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"jonatwittbarre\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":98,\"location\":\"paris\",\"profile_text_color\":\"333333\",\"followers_count\":1827,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1530333526\\/jo_out2_normal.jpg\",\"description\":\"Video Director www.jonathanbarre.com Producer www.blagbuster.com\",\"statuses_count\":3596,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/54271203\\/pattern_19-22-06.jpg\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"75bad6\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"75bad6\",\"protected\":false,\"id_str\":\"23099146\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Jonathan Barr\\u00e9\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54271203\\/pattern_19-22-06.jpg\",\"created_at\":\"Fri Mar 06 18:31:24 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":23099146,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.jonathanbarre.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1530333526\\/jo_out2_normal.jpg\"},\"truncated\":false,\"id\":173180946131062784,\"created_at\":\"Fri Feb 24 23:02:09 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1369000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c8bb60ca-0844-4573-89ce-ba693d5c3c23-173180946131062784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @antuan: et on passe les 1000 tranquilou #zyva #lgw http://t.co/xCX8Rg1r", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: RT @antuan: et on passe les 1000 tranquilou #zyva #lgw http://t.co/xCX8Rg1r", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1370000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @antuan: et on passe les 1000 tranquilou #zyva #lgw http:\\/\\/t.co\\/xCX8Rg1r\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"antuan\",\"indices\":[3,10],\"id_str\":\"5661312\",\"name\":\"a.grigolini\",\"id\":5661312}],\"urls\":[{\"indices\":[55,75],\"expanded_url\":\"http:\\/\\/twitter.com\\/antuan\\/status\\/173180734973022208\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/xCX8Rg1r\",\"url\":\"http:\\/\\/t.co\\/xCX8Rg1r\"}],\"hashtags\":[{\"text\":\"zyva\",\"indices\":[44,49]},{\"text\":\"lgw\",\"indices\":[50,54]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"et on passe les 1000 tranquilou #zyva #lgw http:\\/\\/t.co\\/xCX8Rg1r\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"zyva\",\"indices\":[32,37]},{\"text\":\"lgw\",\"indices\":[38,42]}],\"media\":[{\"type\":\"photo\",\"indices\":[43,63],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":768},\"medium\":{\"h\":800,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":453,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdC9f5CEAECMRz.jpg\",\"id_str\":\"173180734977216513\",\"expanded_url\":\"http:\\/\\/twitter.com\\/antuan\\/status\\/173180734973022208\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdC9f5CEAECMRz.jpg\",\"id\":173180734977216513,\"display_url\":\"pic.twitter.com\\/xCX8Rg1r\",\"url\":\"http:\\/\\/t.co\\/xCX8Rg1r\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.apple.com\\\" rel=\\\"nofollow\\\"\\u003ECamera on iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180734973022208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":862,\"screen_name\":\"antuan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2387,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":14,\"profile_link_color\":\"990000\",\"followers_count\":386,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"description\":\"ristretto sans sucre | direction de la strat\\u00e9gie \\u00e0 francetv (mais ce compte est personnel, n\\u2019engage que moi etc etc) | TL surtout en VF \\/ a volte in italiano\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"5661312\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/179413861\\/LogoORTF.gif\",\"profile_sidebar_fill_color\":\"f2f2f2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1745897152\\/espress_normal.jpg\",\"name\":\"a.grigolini\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 30 17:55:20 +0000 2007\",\"profile_sidebar_border_color\":\"a8a8a8\",\"id\":5661312,\"utc_offset\":3600,\"favourites_count\":258,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180734973022208,\"created_at\":\"Fri Feb 24 23:01:20 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180950170181632\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13060,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":792,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180950170181632,\"created_at\":\"Fri Feb 24 23:02:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1370000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef678da4-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c66aa335-30ec-47eb-952e-bfce0232d178-173180950170181632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On peut pas incruster des trucs un peu sympa sur ce fond bleu ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1657787350/image_normal.jpg" +}, +"title": "LGW Fan Club: On peut pas incruster des trucs un peu sympa sur ce fond bleu ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1371000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"On peut pas incruster des trucs un peu sympa sur ce fond bleu ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[64,68]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180951793381376\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LgwFanClub\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":17,\"location\":null,\"profile_text_color\":\"333333\",\"description\":null,\"statuses_count\":119,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":11,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"421417721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"LGW Fan Club\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Nov 25 22:40:16 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":421417721,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173180951793381376,\"created_at\":\"Fri Feb 24 23:02:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1371000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a83ecf9-530f-4371-912c-156ce91a18e9-173180951793381376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #lgw @vinvin hazanavicius micjel / berenice bejo / omar sy / the artist", +"img": { +"src": "http://a1.twimg.com/profile_images/1829840762/affiche_sarkozy_guillotine_candidature_small_normal.jpg" +}, +"title": "Gana: @LeGrandWebze #lgw @vinvin hazanavicius micjel / berenice bejo / omar sy / the artist", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1371000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze #lgw @vinvin hazanavicius micjel \\/ berenice bejo \\/ omar sy \\/ the artist\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"Vinvin\",\"indices\":[19,26],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180952267333633\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":10,\"screen_name\":\"generalgana\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":151,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Chez ouam\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829840762\\/affiche_sarkozy_guillotine_candidature_small_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"400355364\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829840762\\/affiche_sarkozy_guillotine_candidature_small_normal.jpg\",\"name\":\"Gana\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 28 22:15:45 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":400355364,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/lemzedition.free.fr\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173180952267333633,\"created_at\":\"Fri Feb 24 23:02:11 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1371000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aa5f77f8-33b8-4705-b75a-df7c00321a5a-173180952267333633" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW, c'est de la merde votre émission. Apart la présence du @palmashow..!", +"img": { +"src": "http://a1.twimg.com/profile_images/1840770186/dvnogif_normal.gif" +}, +"title": "‾# O O U U T T ' O O: #LGW, c'est de la merde votre émission. Apart la présence du @palmashow..!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1373000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW, c'est de la merde votre \\u00e9mission. Apart la pr\\u00e9sence du @palmashow..!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[61,71],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180963818442753\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":314,\"screen_name\":\"Col_Von_Pute\",\"lang\":\"en\",\"profile_text_color\":\"a3a3a3\",\"statuses_count\":458,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430946786\\/ofwgktadgaflsykwtfwa_by_shanesnumberone-d4iccc5.png\",\"location\":\"Fucking Ladera guys\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"a1770d\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840770186\\/dvnogif_normal.gif\",\"description\":\"MRONG | KEEPITREALMOFO\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"287399\",\"id_str\":\"30869493\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430946786\\/ofwgktadgaflsykwtfwa_by_shanesnumberone-d4iccc5.png\",\"profile_sidebar_fill_color\":\"661c21\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840770186\\/dvnogif_normal.gif\",\"name\":\"\\u203e# O O U U T T ' O O\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 13 14:02:55 +0000 2009\",\"profile_sidebar_border_color\":\"4400ff\",\"id\":30869493,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180963818442753,\"created_at\":\"Fri Feb 24 23:02:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1373000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0b10c7c3-4cc6-44eb-8c60-5cd814c07cbd-173180963818442753" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw bien rythmé pour le moment. Bravo.", +"img": { +"src": "http://a0.twimg.com/profile_images/1677676216/fender_2_normal.jpg" +}, +"title": "Sébastien vdo: #lgw bien rythmé pour le moment. Bravo.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1374000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw bien rythm\\u00e9 pour le moment. Bravo.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180967186477056\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"screen_name\":\"sebvdo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Juste l\\u00e0...\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"990000\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"description\":\"Web\\/Zic\\/Foot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"97193463\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"name\":\"S\\u00e9bastien vdo\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 16 11:57:29 +0000 2009\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":97193463,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180967186477056,\"created_at\":\"Fri Feb 24 23:02:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1374000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f75438ac-fa92-4647-b631-2849b3258474-173180967186477056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "moi mon jeu c'est d'essayer d'apercevoir @JulR dans #lgw #ellereste !", +"img": { +"src": "http://a2.twimg.com/profile_images/1427838155/P7114024_normal.JPG" +}, +"title": "jali: moi mon jeu c'est d'essayer d'apercevoir @JulR dans #lgw #ellereste !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1375000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"moi mon jeu c'est d'essayer d'apercevoir @JulR dans #lgw #ellereste !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"JulR\",\"indices\":[41,46],\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"id_str\":\"10572732\",\"id\":10572732}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]},{\"text\":\"ellereste\",\"indices\":[57,67]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.netvibes.com\\/\\\" rel=\\\"nofollow\\\"\\u003ENetvibes Official Widget\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180970323816450\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"Jali\",\"lang\":\"fr\",\"favourites_count\":148,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":110,\"location\":\"FR\",\"profile_text_color\":\"574b57\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"statuses_count\":30518,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"is_translator\":true,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"jali\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":8064742,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.jali.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\"},\"truncated\":false,\"id\":173180970323816450,\"created_at\":\"Fri Feb 24 23:02:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1375000, +"tags": [ +{ +"id-ref": "ef14c7ea-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ca664a5e-a3e2-4211-b067-4957ea8ca2ad-173180970323816450" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je ne comprends pas #lgw #help", +"img": { +"src": "http://a0.twimg.com/profile_images/1817743835/image_normal.jpg" +}, +"title": "Christo Bee: Je ne comprends pas #lgw #help", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1378000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je ne comprends pas #lgw #help\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]},{\"text\":\"help\",\"indices\":[25,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180981052850176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":94,\"screen_name\":\"dreamingoldfish\",\"lang\":\"fr\",\"profile_text_color\":\"0a090a\",\"statuses_count\":3838,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/358714278\\/1600x1200.jpg\",\"location\":\"Nantes, France\",\"show_all_inline_media\":true,\"listed_count\":21,\"profile_link_color\":\"0438bd\",\"followers_count\":188,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817743835\\/image_normal.jpg\",\"description\":\"Bande Dessin\\u00e9e ( #9eArt ), Cin\\u00e9ma, Musique & Trucs \\u00e0 #Nantes , souvent avec @_Lillium_ .\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"06666b\",\"id_str\":\"17711887\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/358714278\\/1600x1200.jpg\",\"profile_sidebar_fill_color\":\"bad5f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817743835\\/image_normal.jpg\",\"name\":\"Christo Bee\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 28 16:34:06 +0000 2008\",\"profile_sidebar_border_color\":\"000000\",\"id\":17711887,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/dreamingoldfish\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180981052850176,\"created_at\":\"Fri Feb 24 23:02:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1378000, +"tags": [ +{ +"id-ref": "ef6f0f16-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "61c9367b-ddd2-45e9-995b-6a4e1b03b323-173180981052850176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw solange fait flipper", +"img": { +"src": "http://a2.twimg.com/profile_images/1269224486/image_normal.jpg" +}, +"title": "Mickael: #lgw solange fait flipper", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1379000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw solange fait flipper\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180987566596097\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":87,\"screen_name\":\"NeoMkL\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":65,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1269224486\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"76371966\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1269224486\\/image_normal.jpg\",\"name\":\"Mickael\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 22 16:10:55 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":76371966,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180987566596097,\"created_at\":\"Fri Feb 24 23:02:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1379000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fc8012e0-6944-4bb7-890d-edcce5127607-173180987566596097" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Vinvin: Si Jean Dujardin gagne le César, je fais des claquettes pendant le Grand Webze... C'est dit. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849384057/Ello_KL_normal.jpg" +}, +"title": "Ronny: RT @Vinvin: Si Jean Dujardin gagne le César, je fais des claquettes pendant le Grand Webze... C'est dit. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1380000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Vinvin: Si Jean Dujardin gagne le C\\u00e9sar, je fais des claquettes pendant le Grand Webze... C'est dit. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[3,10],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[105,109]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Si Jean Dujardin gagne le C\\u00e9sar, je fais des claquettes pendant le Grand Webze... C'est dit. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":23,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173133661607174146\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2216,\"screen_name\":\"Vinvin\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":13264,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":921,\"profile_link_color\":\"088253\",\"followers_count\":18553,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"description\":\"Auteur, Producteur (StoryCircus) et Com\\u00e9dien. Co-anime Le Grand Webze avec Fran\\u00e7ois Rollin sur France 5. Ecrit beaucoup.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"7223522\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"name\":\"Vinvin\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 03 07:35:16 +0000 2007\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":7223522,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.legrandwebze.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173133661607174146,\"created_at\":\"Fri Feb 24 19:54:16 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":23,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180991576358912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3183,\"screen_name\":\"RonnyMochammed\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":9894,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/429738405\\/Romantic_Sunset.jpg\",\"location\":\"Jakarta City, INDONESIA\\u2122\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":3277,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849384057\\/Ello_KL_normal.jpg\",\"description\":\"Jakarta the tour is really specific & private, not many people know about this tour, because it is hidden, from Indonesia. www.realjakarta.blogspot.com ENJOY IT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Jakarta\",\"profile_background_color\":\"022330\",\"id_str\":\"349466347\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429738405\\/Romantic_Sunset.jpg\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849384057\\/Ello_KL_normal.jpg\",\"name\":\"Ronny\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 06 04:18:25 +0000 2011\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":349466347,\"utc_offset\":25200,\"favourites_count\":165,\"url\":\"http:\\/\\/www.facebook.com\\/roneysg\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180991576358912,\"created_at\":\"Fri Feb 24 23:02:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1380000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9b92cac7-1499-4e21-9791-956d6b2f3b7c-173180991576358912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Now Diffusing : @SolangeTeParle #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Now Diffusing : @SolangeTeParle #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1381000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Now Diffusing : @SolangeTeParle #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[16,31],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180994772406272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3137,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180994772406272,\"created_at\":\"Fri Feb 24 23:02:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1381000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8a85061f-4474-4a7f-ba01-dd8b58a6d9a2-173180994772406272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "c'est pas si mal en fait #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1792102319/0014_-_Copie_-_Copie_normal.JPG" +}, +"title": "Nicolas Gaillard: c'est pas si mal en fait #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1381000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"c'est pas si mal en fait #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180996370432000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"NG__nico\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1114,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"location\":\"Poitiers\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"description\":\"Etudiant L2 Histoire ---Actu---Politique---T\\u00e9l\\u00e9---M\\u00e9dias--- Musique...tout ce qu'aiment les journalistes--- Feel free to follow me ;-) \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"370637904\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"name\":\" Nicolas Gaillard\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 09 11:18:42 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":370637904,\"utc_offset\":-10800,\"favourites_count\":23,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180996370432000,\"created_at\":\"Fri Feb 24 23:02:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1381000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9e46d697-bf4b-4e02-a082-c3169c039c3a-173180996370432000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1833562695/images_normal.jpg" +}, +"title": "Δ: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1381000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54580,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180996672434178\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":66,\"screen_name\":\"Yepouti\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":213,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"165e5e\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1833562695\\/images_normal.jpg\",\"description\":\"[Texte manquant] @LawDCP Ily\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"95460846\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833562695\\/images_normal.jpg\",\"name\":\"\\u0394\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 08 17:16:54 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":95460846,\"utc_offset\":-10800,\"favourites_count\":16,\"url\":\"http:\\/\\/takemeawayandfuckme.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180996672434178,\"created_at\":\"Fri Feb 24 23:02:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1381000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7915edb6-de1c-4f85-8c42-c0d6a945865a-173180996672434178" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jossedenice: je me demande si Rollin n'utilise pas la même teinture capillaire qu'Estrosi #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1636820152/image_normal.jpg" +}, +"title": "SmonC: RT @jossedenice: je me demande si Rollin n'utilise pas la même teinture capillaire qu'Estrosi #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1381000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @jossedenice: je me demande si Rollin n'utilise pas la m\\u00eame teinture capillaire qu'Estrosi #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jossedenice\",\"indices\":[3,15],\"name\":\"josse\",\"id_str\":\"215554577\",\"id\":215554577}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[94,98]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"je me demande si Rollin n'utilise pas la m\\u00eame teinture capillaire qu'Estrosi #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180391711195137\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"jossedenice\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":181,\"location\":\"Nice, France\",\"profile_text_color\":\"333333\",\"followers_count\":52,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1608180831\\/djesus_normal.jpg\",\"description\":\"Ni\\u00e7ois, Andalou et Funky\",\"statuses_count\":294,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"215554577\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"josse\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Sun Nov 14 07:57:19 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":215554577,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1608180831\\/djesus_normal.jpg\"},\"truncated\":false,\"id\":173180391711195137,\"created_at\":\"Fri Feb 24 22:59:57 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180994319421443\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"SmonC\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":225,\"location\":\"Nice\",\"profile_text_color\":\"333333\",\"followers_count\":105,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1636820152\\/image_normal.jpg\",\"description\":\"gamer \\/ p\\u00e8re \\/ un chat \\/ ni\\u00e7ois-corse \\/ de gauche \\/ footeux \\/ alcoolique \\/ fain\\u00e9ant \\/ TweetMyLife\",\"statuses_count\":3333,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/287758873\\/Angrylunch-www.bouletcorp.com.png\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"47291317\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"SmonC\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/287758873\\/Angrylunch-www.bouletcorp.com.png\",\"created_at\":\"Mon Jun 15 08:25:13 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":47291317,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/smonc.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1636820152\\/image_normal.jpg\"},\"truncated\":false,\"id\":173180994319421443,\"created_at\":\"Fri Feb 24 23:02:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1381000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ff686d68-e57a-4706-91da-1c2689f6f55c-173180994319421443" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Très bon choix de video de @SolangeTeParle #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1841029880/gangstacat6ze46f4ze6f4z6e84_normal.jpg" +}, +"title": "Brice R.: Très bon choix de video de @SolangeTeParle #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1382000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Tr\\u00e8s bon choix de video de @SolangeTeParle #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[27,42],\"name\":\"Solange te parle\",\"id_str\":\"417867146\",\"id\":417867146}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180997972660225\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"brice_r_\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":69,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"description\":\"#G\\u00e9meaux #DoublePersonnalit\\u00e9 \\r\\nParce que la vie priv\\u00e9e ne sert pas uniquement \\u00e0 cacher des d\\u00e9lits et des crimes.\",\"statuses_count\":2377,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Copenhagen\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"15512436\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Brice R.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"created_at\":\"Mon Jul 21 08:09:24 +0000 2008\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":15512436,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"https:\\/\\/www.eff.org\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\"},\"truncated\":false,\"id\":173180997972660225,\"created_at\":\"Fri Feb 24 23:02:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1382000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7919904b-ef99-4d47-82f1-77f3ced1a8ad-173180997972660225" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "s o s #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: s o s #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1383000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"s o s #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[6,10]},{\"text\":\"ilpart\",\"indices\":[11,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181001776893952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181001776893952,\"created_at\":\"Fri Feb 24 23:02:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1383000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f747010-aacc-43e2-a8f0-a8b1b70edb85-173181001776893952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Peut-on avoir un strip-tease en direct?\nLes gosses sont couché à cette heure-ci non?", +"img": { +"src": "http://a3.twimg.com/profile_images/1428929804/Kafei_normal.PNG" +}, +"title": "Seneclauze pierre: #LGW Peut-on avoir un strip-tease en direct?\nLes gosses sont couché à cette heure-ci non?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1383000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW Peut-on avoir un strip-tease en direct?\\nLes gosses sont couch\\u00e9 \\u00e0 cette heure-ci non?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181002527686656\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"piapiou42\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"location\":\" DANS TON C...\\/SBAF\\/\",\"profile_text_color\":\"333333\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1428929804\\/Kafei_normal.PNG\",\"description\":\"Vive les chocapics et le nutella!\",\"statuses_count\":18,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"292295050\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Seneclauze pierre\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue May 03 12:29:52 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":292295050,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/piapiou.minitroopers.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1428929804\\/Kafei_normal.PNG\"},\"truncated\":false,\"id\":173181002527686656,\"created_at\":\"Fri Feb 24 23:02:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1383000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4522847a-0c2f-4d3d-9e1b-11b4078716b2-173181002527686656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw après 3 lifting de l'emission... C'est toujours pas ça... C'est courageux comme programmation mais produire... Ça reste un métier!!!", +"img": { +"src": "http://a0.twimg.com/profile_images/249421594/moi_normal.jpg" +}, +"title": "Gabriel Guéguin: #lgw après 3 lifting de l'emission... C'est toujours pas ça... C'est courageux comme programmation mais produire... Ça reste un métier!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1383000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw apr\\u00e8s 3 lifting de l'emission... C'est toujours pas \\u00e7a... C'est courageux comme programmation mais produire... \\u00c7a reste un m\\u00e9tier!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181003467198467\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":147,\"screen_name\":\"gabrielgueguin\",\"lang\":\"en\",\"profile_text_color\":\"3C3940\",\"statuses_count\":185,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/16594443\\/Photos_barcelone_104.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0099B9\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/249421594\\/moi_normal.jpg\",\"description\":\"Founder & CEO @ l'Atelier - \\u00c9ditorial & social m\\u00e9dia - En gros on fait de la Prod de contenus et parce qu'on aime aller plus loin on g\\u00e9n\\u00e8re de l'audience \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"0099B9\",\"id_str\":\"17425182\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/16594443\\/Photos_barcelone_104.jpg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/249421594\\/moi_normal.jpg\",\"name\":\"Gabriel Gu\\u00e9guin\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 16 17:42:57 +0000 2008\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":17425182,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181003467198467,\"created_at\":\"Fri Feb 24 23:02:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1383000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "87710994-c964-407a-aa38-7add5810a3c0-173181003467198467" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw j'aime trop trop ....", +"img": { +"src": "http://a0.twimg.com/profile_images/1848450170/poseur_normal.jpg" +}, +"title": "Pras: #lgw j'aime trop trop ....", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1383000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw j'aime trop trop ....\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181002204712961\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1362,\"screen_name\":\"Praska\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":48427,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"followers_count\":3040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"description\":\"BOSS[Viedegeek + Bargaming]\\r\\nFirewall Karmique\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b8085\",\"id_str\":\"15453030\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"name\":\"Pras\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 16 11:15:07 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":15453030,\"utc_offset\":3600,\"favourites_count\":195,\"url\":\"http:\\/\\/flavors.me\\/praska\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181002204712961,\"created_at\":\"Fri Feb 24 23:02:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1383000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3553a22f-349e-46fc-8976-0d88bac4756f-173181002204712961" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @okhin: #lgw en TT \\o/", +"img": { +"src": "http://a2.twimg.com/profile_images/1419070763/France5Officiel_tw_normal.jpg" +}, +"title": "France5: RT @okhin: #lgw en TT \\o/", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1386000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @okhin: #lgw en TT \\\\o\\/\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"okhin\",\"indices\":[3,9],\"id_str\":\"49560409\",\"name\":\"Okhin\",\"id\":49560409}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw en TT \\\\o\\/\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180747446878208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"okhin\",\"lang\":\"en\",\"profile_text_color\":\"739694\",\"statuses_count\":10333,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"followers_count\":797,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"profile_sidebar_fill_color\":\"411c0f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"name\":\"Okhin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_border_color\":\"2f1812\",\"id\":49560409,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"https:\\/\\/about.okhin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180747446878208,\"created_at\":\"Fri Feb 24 23:01:22 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181015001542658\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":834,\"screen_name\":\"France5tv\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3553,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":849,\"profile_link_color\":\"FF0000\",\"followers_count\":48936,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"description\":\"France 5, cha\\u00eene du Groupe France T\\u00e9l\\u00e9visions. Apr\\u00e8s avoir fait connaissance, rapprochons-nous sur cette TL #media #clair\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"84c810\",\"id_str\":\"36932487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"profile_sidebar_fill_color\":\"50912a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"name\":\"France5\",\"default_profile_image\":false,\"created_at\":\"Fri May 01 12:30:02 +0000 2009\",\"profile_sidebar_border_color\":\"2ca33e\",\"id\":36932487,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181015001542658,\"created_at\":\"Fri Feb 24 23:02:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1386000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3c2a6340-7085-43f3-8299-1fdb1e706936-173181015001542658" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_2_normal.png" +}, +"title": "kassandra: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1386000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":2,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"palmashow\",\"lang\":\"en\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":67,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":54580,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"statuses_count\":1784,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"palmashow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":23782965,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\"},\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":2,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181017614581762\",\"user\":{\"default_profile_image\":true,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"kassandra220\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"description\":null,\"statuses_count\":0,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"235274482\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"kassandra\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Jan 07 19:52:19 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":235274482,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\"},\"truncated\":false,\"id\":173181017614581762,\"created_at\":\"Fri Feb 24 23:02:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1386000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "56e19c98-62be-45c3-ac7f-b493b86a84ad-173181017614581762" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah oui @Vinvin est sur Tweetdeck #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1834743858/389803_305088509516624_200063773352432_1258527_2126190789_n_normal.jpg" +}, +"title": "Amélie Owl : Ah oui @Vinvin est sur Tweetdeck #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1387000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ah oui @Vinvin est sur Tweetdeck #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[7,14],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181019527200768\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"022330\",\"screen_name\":\"xYumiste\",\"lang\":\"fr\",\"favourites_count\":27,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":278,\"location\":\"Caen\",\"profile_text_color\":\"333333\",\"followers_count\":145,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1834743858\\/389803_305088509516624_200063773352432_1258527_2126190789_n_normal.jpg\",\"description\":\"Whovian, Gleek, Potterhead, Merlinian! I live in the TARDIS. I fall in love with Mister Bean. #TeamWhovian\",\"statuses_count\":17078,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/292579476\\/fondtardib1.jpg\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"103989420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Am\\u00e9lie Owl \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292579476\\/fondtardib1.jpg\",\"created_at\":\"Mon Jan 11 22:34:07 +0000 2010\",\"profile_sidebar_fill_color\":\"c0dfec\",\"id\":103989420,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/timeladyandtimelord.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1834743858\\/389803_305088509516624_200063773352432_1258527_2126190789_n_normal.jpg\"},\"truncated\":false,\"id\":173181019527200768,\"created_at\":\"Fri Feb 24 23:02:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1387000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "78935b8a-3807-4622-9bac-5f10a4679288-173181019527200768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel ta mal au cube ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1692549186/IMG_0304_normal.jpg" +}, +"title": "oliver: @FlorencePorcel ta mal au cube ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1388000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel ta mal au cube ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181025093038081\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":280,\"screen_name\":\"samguichoune\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":998,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1692549186\\/IMG_0304_normal.jpg\",\"description\":\"vannes pourries, humour noir, flemmard, queutard, pionard.\\r\\nbref ......\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"389641597\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1692549186\\/IMG_0304_normal.jpg\",\"name\":\"oliver\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 12 19:23:45 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":389641597,\"utc_offset\":3600,\"favourites_count\":15,\"url\":null},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173181025093038081,\"created_at\":\"Fri Feb 24 23:02:28 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1388000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "86fc4385-d816-4598-86d2-99233e400ad8-173181025093038081" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @monsieurlam: Je salue les intentions derrière Le Grand Webze, mais bordel que c'est étrange, comme truc. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1725590755/jak-avatar-twitter_normal.png" +}, +"title": "Axel Leroy: RT @monsieurlam: Je salue les intentions derrière Le Grand Webze, mais bordel que c'est étrange, comme truc. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1390000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @monsieurlam: Je salue les intentions derri\\u00e8re Le Grand Webze, mais bordel que c'est \\u00e9trange, comme truc. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"monsieurlam\",\"indices\":[3,15],\"id_str\":\"7993262\",\"name\":\"L\\u00e2m HUA\",\"id\":7993262}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je salue les intentions derri\\u00e8re Le Grand Webze, mais bordel que c'est \\u00e9trange, comme truc. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[92,96]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180740211707904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"monsieurlam\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10180,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":543,\"profile_link_color\":\"0084B4\",\"followers_count\":21596,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"description\":\"+ links \\r\\n+ my life \\r\\n+ no reply \\r\\n+ @decate \\r\\n+ @lense \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"7993262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"name\":\"L\\u00e2m HUA\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 06 14:07:39 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":7993262,\"utc_offset\":3600,\"favourites_count\":133,\"url\":\"http:\\/\\/www.monsieurlam.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180740211707904,\"created_at\":\"Fri Feb 24 23:01:20 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181034148532224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":303,\"screen_name\":\"BlackEco\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13159,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"location\":\"Versailles, France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":191,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"description\":\"I'm a 18 years old french geek, passionated by Anglo-Saxon culture, computing, music, Internet, video games, movies, other geek stuffs and cars.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"94871785\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"name\":\"Axel Leroy\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 05 21:28:19 +0000 2009\",\"profile_sidebar_border_color\":\"00bbff\",\"id\":94871785,\"utc_offset\":3600,\"favourites_count\":142,\"url\":\"http:\\/\\/www.blackeco.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181034148532224,\"created_at\":\"Fri Feb 24 23:02:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1390000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "565a4373-a2da-45fe-b840-37a35891f4d7-173181034148532224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW doit battre #cesar2012 et \"Omar Sy\" pour être le TT n°1!!! :D", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: #LGW doit battre #cesar2012 et \"Omar Sy\" pour être le TT n°1!!! :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1391000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW doit battre #cesar2012 et \\\"Omar Sy\\\" pour \\u00eatre le TT n\\u00b01!!! :D\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"cesar2012\",\"indices\":[17,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181038846164993\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4894,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181038846164993,\"created_at\":\"Fri Feb 24 23:02:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1391000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "36b5e057-8cf5-47d8-b7d7-905524acd2f7-173181038846164993" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@legrandwebze solange c'est un mix de valerie lemercier aujourd'ui et il y a 15 ans ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/123600529/bracelet_normal.JPG" +}, +"title": "Richard: @legrandwebze solange c'est un mix de valerie lemercier aujourd'ui et il y a 15 ans ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1392000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@legrandwebze solange c'est un mix de valerie lemercier aujourd'ui et il y a 15 ans ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[86,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181041161412609\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":226,\"screen_name\":\"Iryngael\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1959,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Midi-Pyr\\u00e9n\\u00e9es, Moissac\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"description\":\"Gros connard sympa n\\u00e9anmoins :o\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"29106955\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"name\":\"Richard\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 06 00:46:40 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":29106955,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173181041161412609,\"created_at\":\"Fri Feb 24 23:02:32 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1392000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "14a949a0-0530-46b8-946c-79b02c4e0f04-173181041161412609" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Solange assez flippante tout de même #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/578949538/6611_137621203372_560673372_3231878_5032042_n_normal.jpg" +}, +"title": "mikiane: Solange assez flippante tout de même #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1392000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Solange assez flippante tout de m\\u00eame #lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]},{\"text\":\"cqui\",\"indices\":[42,47]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"place_type\":\"city\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.362622,48.87306]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181041299824640\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.87306,2.362622]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":4607,\"screen_name\":\"mikiane\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":8662,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/30288548\\/fond.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":860,\"profile_link_color\":\"000dc9\",\"followers_count\":29881,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/578949538\\/6611_137621203372_560673372_3231878_5032042_n_normal.jpg\",\"description\":\"Joshfire CEO & Owner.\\r\\nUse to be the Digital Director of France24. Rue89 Cofounder. TEDxParis Curator since 2009 #internetofthings #marktech #innovation #media\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"ffffff\",\"id_str\":\"6574682\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/30288548\\/fond.jpg\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/578949538\\/6611_137621203372_560673372_3231878_5032042_n_normal.jpg\",\"name\":\"mikiane\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 04 17:00:30 +0000 2007\",\"profile_sidebar_border_color\":\"d4d4d4\",\"id\":6574682,\"utc_offset\":-7200,\"favourites_count\":23,\"url\":\"http:\\/\\/mikiane.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181041299824640,\"created_at\":\"Fri Feb 24 23:02:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1392000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0357d82b-edb7-47e6-a171-2b29b7b751b7-173181041299824640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Angie, nous sommes amoureux de toi. #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_2_normal.png" +}, +"title": "kassandra: RT @palmashow: Angie, nous sommes amoureux de toi. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1393000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Angie, nous sommes amoureux de toi. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Angie, nous sommes amoureux de toi. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173174362206257153\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54580,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173174362206257153,\"created_at\":\"Fri Feb 24 22:36:00 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181046186188800\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1,\"screen_name\":\"kassandra220\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"235274482\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"name\":\"kassandra\",\"default_profile_image\":true,\"created_at\":\"Fri Jan 07 19:52:19 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":235274482,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181046186188800,\"created_at\":\"Fri Feb 24 23:02:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1393000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e7d48c12-75dd-4dc9-af4f-cc6de696dde7-173181046186188800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw le meilleur moyen de surfer sur internet via la télé et sans internet, j'aime beucoup", +"img": { +"src": "http://a0.twimg.com/profile_images/1802162566/image_normal.jpg" +}, +"title": "Julien Cotte: #lgw le meilleur moyen de surfer sur internet via la télé et sans internet, j'aime beucoup", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1394000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw le meilleur moyen de surfer sur internet via la t\\u00e9l\\u00e9 et sans internet, j'aime beucoup\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181050514710528\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"JulienCotteALU\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":872,\"location\":\"V\\u00e9lizy-Villacoublay\",\"profile_text_color\":\"333333\",\"followers_count\":1405,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"description\":\"DRH du site de V\\u00e9lizy (France) - HR Community Manager - Marketing HR2.0 - @AlcatelLucent\",\"statuses_count\":3875,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"show_all_inline_media\":false,\"listed_count\":138,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"107697826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Julien Cotte\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"created_at\":\"Sat Jan 23 12:17:36 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":107697826,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/juliencotte.typepad.com\\/le-blog-de-julien-cotte-\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\"},\"truncated\":false,\"id\":173181050514710528,\"created_at\":\"Fri Feb 24 23:02:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1394000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "894cc28f-be81-498f-886d-d7e2099ad49e-173181050514710528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@solangeteparle c'est pour mourir plus tôt ? #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1849151891/1764739210_small_normal.jpg" +}, +"title": "Armand Verseau: @solangeteparle c'est pour mourir plus tôt ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1395000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@solangeteparle c'est pour mourir plus t\\u00f4t ? #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[0,15],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181054516072448\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"417867146\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":25,\"screen_name\":\"armandverseau\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":14,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"location\":\"Bordeaux, Fr\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"followers_count\":15,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849151891\\/1764739210_small_normal.jpg\",\"description\":\"Donneur de vie\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"642D8B\",\"id_str\":\"111817288\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849151891\\/1764739210_small_normal.jpg\",\"name\":\"Armand Verseau\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 06 06:41:16 +0000 2010\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":111817288,\"utc_offset\":-36000,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"SolangeTeParle\",\"truncated\":false,\"id\":173181054516072448,\"created_at\":\"Fri Feb 24 23:02:35 +0000 2012\",\"in_reply_to_user_id\":417867146}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1395000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4cf6bb5d-194a-45d4-bb43-b86a7cf5291d-173181054516072448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'aurais choisi la même video de @SolangeTeParle #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1803065777/me_w_arb_normal.jpg" +}, +"title": "Zacal: J'aurais choisi la même video de @SolangeTeParle #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1396000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'aurais choisi la m\\u00eame video de @SolangeTeParle #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[33,48],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181057120739328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":602,\"screen_name\":\"zacal33\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3674,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"followers_count\":258,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"description\":\"Si on remboursait le temps perdu, je serais riche. Politiquement ambidextre asym\\u00e9trique, dominante h\\u00e9misph\\u00e8re gauche. Serial retweeter de @solangeteparle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"51889223\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"name\":\"Zacal\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 28 23:59:26 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":51889223,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181057120739328,\"created_at\":\"Fri Feb 24 23:02:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1396000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8dc65346-b468-4d4d-963c-5cf520d715d0-173181057120739328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @vinvin tu n'auras pas à danser… Dujardin n'a pas eu le #césar2012 alors qu'Omar Sy, si…", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: #lgw @vinvin tu n'auras pas à danser… Dujardin n'a pas eu le #césar2012 alors qu'Omar Sy, si…", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1397000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @vinvin tu n'auras pas \\u00e0 danser\\u2026 Dujardin n'a pas eu le #c\\u00e9sar2012 alors qu'Omar Sy, si\\u2026\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[5,12],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"c\\u00e9sar2012\",\"indices\":[61,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181062581727233\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1159,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"name\":\"Cammarata Thierry\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":334554629,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181062581727233,\"created_at\":\"Fri Feb 24 23:02:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1397000, +"tags": [ +{ +"id-ref": "ef2b9ccc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5de5c524-fcac-4894-a22e-ba2c2ec7e550-173181062581727233" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Now Diffusing : @SolangeTeParle #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: RT @LeGrandWebze: Now Diffusing : @SolangeTeParle #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1397000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Now Diffusing : @SolangeTeParle #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"SolangeTeParle\",\"indices\":[34,49],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Now Diffusing : @SolangeTeParle #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[16,31],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180994772406272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3138,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180994772406272,\"created_at\":\"Fri Feb 24 23:02:21 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181061277286401\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4895,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181061277286401,\"created_at\":\"Fri Feb 24 23:02:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1397000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "90ff676b-f915-4a88-b6d8-c43946d773f4-173181061277286401" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pourquoi @Vinvin il m'appelle tout le temps à l'antenne ? Ah non c'est un autre François, @francoisrollin :D #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: Pourquoi @Vinvin il m'appelle tout le temps à l'antenne ? Ah non c'est un autre François, @francoisrollin :D #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1398000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pourquoi @Vinvin il m'appelle tout le temps \\u00e0 l'antenne ? Ah non c'est un autre Fran\\u00e7ois, @francoisrollin :D #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[9,16],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"francoisrollin\",\"indices\":[90,105],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181067929456641\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10392,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181067929456641,\"created_at\":\"Fri Feb 24 23:02:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1398000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "83420e6e-a51a-4984-9775-3d983fd1f738-173181067929456641" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@Dugomo: Jolie la chemise à @Vinvin. Ils font les mêmes pour homme ? #lgw”", +"img": { +"src": "http://a0.twimg.com/profile_images/1690913631/doc_normal.jpg" +}, +"title": "Klaire.fr: “@Dugomo: Jolie la chemise à @Vinvin. Ils font les mêmes pour homme ? #lgw”", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1399000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@Dugomo: Jolie la chemise \\u00e0 @Vinvin. Ils font les m\\u00eames pour homme ? #lgw\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Dugomo\",\"indices\":[1,8],\"id_str\":\"67648081\",\"name\":\"Dugomo\",\"id\":67648081},{\"screen_name\":\"Vinvin\",\"indices\":[29,36],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[70,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181070894841856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":780,\"screen_name\":\"KlaireFr\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":9882,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":282,\"profile_link_color\":\"1F98C7\",\"followers_count\":7158,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"description\":\"A un mauvais caract\\u00e8re. Mais un sur 140, \\u00e7a va. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C6E2EE\",\"id_str\":\"28096610\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"name\":\"Klaire.fr\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 01 12:34:58 +0000 2009\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":28096610,\"utc_offset\":-10800,\"favourites_count\":35,\"url\":\"http:\\/\\/www.klaire.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181070894841856,\"created_at\":\"Fri Feb 24 23:02:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1399000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "06acc853-a33d-471b-a05b-648e2a091140-173181070894841856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On remarquera qu'un des 2 animateurs a une chemise raccord avec le décor, on reconnait les pros #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/569365839/entrbtn2_normal.gif" +}, +"title": "Screech Cubik: On remarquera qu'un des 2 animateurs a une chemise raccord avec le décor, on reconnait les pros #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1401000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On remarquera qu'un des 2 animateurs a une chemise raccord avec le d\\u00e9cor, on reconnait les pros #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181078750760960\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":57,\"screen_name\":\"s_cubik\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1288,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":74,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/569365839\\/entrbtn2_normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Brussels\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"96092449\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/569365839\\/entrbtn2_normal.gif\",\"name\":\"Screech Cubik\",\"default_profile_image\":false,\"created_at\":\"Fri Dec 11 09:16:29 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":96092449,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.talkgeekytome.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181078750760960,\"created_at\":\"Fri Feb 24 23:02:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1401000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df380508-b3fc-423d-b7b5-dbf2edf5775e-173181078750760960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1833562695/images_normal.jpg" +}, +"title": "Δ: #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1403000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cQui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181087823036416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":66,\"screen_name\":\"Yepouti\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":214,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"165e5e\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1833562695\\/images_normal.jpg\",\"description\":\"[Texte manquant] @LawDCP Ily\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"95460846\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833562695\\/images_normal.jpg\",\"name\":\"\\u0394\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 08 17:16:54 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":95460846,\"utc_offset\":-10800,\"favourites_count\":16,\"url\":\"http:\\/\\/takemeawayandfuckme.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181087823036416,\"created_at\":\"Fri Feb 24 23:02:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1403000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "186c346f-266a-4db6-96de-e7ea0191a89e-173181087823036416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je vais me servir un Citror sirop sport avec du Perrier fine bulle devant #lgw et mon bonheur sera complet (je risque l'overdose de kif)", +"img": { +"src": "http://a1.twimg.com/profile_images/1817576333/emmanuelle_hirschauer_tetocarre_normal.jpg" +}, +"title": "E. Hirschauer: Je vais me servir un Citror sirop sport avec du Perrier fine bulle devant #lgw et mon bonheur sera complet (je risque l'overdose de kif)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1403000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je vais me servir un Citror sirop sport avec du Perrier fine bulle devant #lgw et mon bonheur sera complet (je risque l'overdose de kif)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[74,78]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181087898542080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":202,\"screen_name\":\"LaBombeH\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":1408,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/67039392\\/twitter.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"D02B55\",\"followers_count\":123,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817576333\\/emmanuelle_hirschauer_tetocarre_normal.jpg\",\"description\":\"Eclose sur un terril, \\u00e9lev\\u00e9e au reblochon au lait cru, demeurant dans le neuf-trois\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"84343206\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/67039392\\/twitter.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817576333\\/emmanuelle_hirschauer_tetocarre_normal.jpg\",\"name\":\"E. Hirschauer\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 14:53:27 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":84343206,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181087898542080,\"created_at\":\"Fri Feb 24 23:02:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1403000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6e711cd4-5b73-458f-8ca6-c7500439f6a8-173181087898542080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je sens que @Swiinea va être concernée par cette vidéo de #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1827226982/Mekou4_-_Copie__2__-_Copie_normal.JPG" +}, +"title": "Sacha Tenluge: Je sens que @Swiinea va être concernée par cette vidéo de #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1403000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je sens que @Swiinea va \\u00eatre concern\\u00e9e par cette vid\\u00e9o de #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Swiinea\",\"indices\":[12,20],\"id_str\":\"372532169\",\"name\":\"Swin Gum\",\"id\":372532169}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181087621718016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":335,\"screen_name\":\"Mekouyanski\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":14247,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/420385676\\/twilk_background_4f33bf65c4463.jpg\",\"location\":\"Pas Paris\",\"show_all_inline_media\":true,\"listed_count\":26,\"profile_link_color\":\"163470\",\"followers_count\":465,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1827226982\\/Mekou4_-_Copie__2__-_Copie_normal.JPG\",\"description\":\"RT ses mentions c'est s'auto-sucer, les courbatures en moins.\\r\\n\\r\\nMoi je dis \\u00e7a je dis rien...\\r\\n\\r\\nBah fais \\u00e7a, dis rien.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"247184480\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420385676\\/twilk_background_4f33bf65c4463.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827226982\\/Mekou4_-_Copie__2__-_Copie_normal.JPG\",\"name\":\"Sacha Tenluge\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 04 07:59:44 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":247184480,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181087621718016,\"created_at\":\"Fri Feb 24 23:02:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1403000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ab4c4fab-0ec9-4f00-8508-a57e74938ec9-173181087621718016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Now Diffusing : @SolangeTeParle #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: RT @LeGrandWebze: Now Diffusing : @SolangeTeParle #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1404000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"RT @LeGrandWebze: Now Diffusing : @SolangeTeParle #lgw\",\"created_at\":\"Fri Feb 24 23:02:44 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}],\"user_mentions\":[{\"indices\":[3,16],\"screen_name\":\"LeGrandWebze\",\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"indices\":[34,49],\"screen_name\":\"SolangeTeParle\",\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}]},\"retweet_count\":1,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173181093565054976\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":14,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"en\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"url\":\"http:\\/\\/revolf.free.fr\\/\",\"default_profile\":true,\"notifications\":null,\"profile_link_color\":\"0084B4\",\"screen_name\":\"mmu_man\",\"time_zone\":null,\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_color\":\"C0DEED\",\"location\":\"Internet\",\"id_str\":\"102075787\",\"profile_background_tile\":false,\"followers_count\":311,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"DDEEF6\",\"favourites_count\":19,\"protected\":false,\"friends_count\":253,\"profile_sidebar_border_color\":\"C0DEED\",\"name\":\"Fran\\u00e7ois Revol\",\"contributors_enabled\":false,\"verified\":false,\"id\":102075787,\"statuses_count\":10391,\"profile_use_background_image\":true,\"utc_offset\":null},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173181093565054976,\"retweeted_status\":{\"truncated\":false,\"text\":\"Now Diffusing : @SolangeTeParle #lgw\",\"created_at\":\"Fri Feb 24 23:02:21 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}],\"user_mentions\":[{\"indices\":[16,31],\"screen_name\":\"SolangeTeParle\",\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}]},\"retweet_count\":1,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173180994772406272\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":89,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":true,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"default_profile\":true,\"notifications\":null,\"profile_link_color\":\"0084B4\",\"screen_name\":\"LeGrandWebze\",\"time_zone\":\"Paris\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_color\":\"C0DEED\",\"location\":\"Paris, France\",\"id_str\":\"365949385\",\"profile_background_tile\":false,\"followers_count\":3140,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"DDEEF6\",\"favourites_count\":42,\"protected\":false,\"friends_count\":3026,\"profile_sidebar_border_color\":\"C0DEED\",\"name\":\"legrandwebze\",\"contributors_enabled\":false,\"verified\":false,\"id\":365949385,\"statuses_count\":1480,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173180994772406272}}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1404000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4fc44a2b-f028-4c82-9a16-6560992733ad-173181093565054976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @vinvin la chemise c'était un pari?", +"img": { +"src": "http://a0.twimg.com/profile_images/1843724504/_DSC0031_normal.jpg" +}, +"title": "Guillaume BodyLawson: #lgw @vinvin la chemise c'était un pari?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1405000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw @vinvin la chemise c'\\u00e9tait un pari?\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[5,12],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181094663950336\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"GBodyLawson\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":141,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843724504\\/_DSC0031_normal.jpg\",\"description\":\":: En qu\\u00eate du vinyle perdu ::\",\"statuses_count\":481,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/308657979\\/plan-ratp.jpg\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"85315326\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Guillaume BodyLawson\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/308657979\\/plan-ratp.jpg\",\"created_at\":\"Mon Oct 26 13:30:59 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":85315326,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843724504\\/_DSC0031_normal.jpg\"},\"truncated\":false,\"id\":173181094663950336,\"created_at\":\"Fri Feb 24 23:02:45 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1405000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e66cec47-4d0c-4e93-905d-c97c8386ed4b-173181094663950336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@SolangeTeParle Qu'est ce que tu fous là ?Les Césars c'est sur Canal plus. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: @SolangeTeParle Qu'est ce que tu fous là ?Les Césars c'est sur Canal plus. #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1408000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@SolangeTeParle Qu'est ce que tu fous l\\u00e0 ?Les C\\u00e9sars c'est sur Canal plus. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[0,15],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181108312215553\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"417867146\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5844,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":367,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":\"SolangeTeParle\",\"truncated\":false,\"id\":173181108312215553,\"created_at\":\"Fri Feb 24 23:02:48 +0000 2012\",\"in_reply_to_user_id\":417867146}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1408000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3336e06a-bef5-4dbc-ab6a-69bc533780eb-173181108312215553" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@sebvdo: #lgw florence a disparu” et @Vinvin se transforme en Stéphane Bern", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: “@sebvdo: #lgw florence a disparu” et @Vinvin se transforme en Stéphane Bern", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1409000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@sebvdo: #lgw florence a disparu\\u201d et @Vinvin se transforme en St\\u00e9phane Bern\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"sebvdo\",\"indices\":[1,8],\"id_str\":\"97193463\",\"name\":\"S\\u00e9bastien vdo\",\"id\":97193463},{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181114846949378\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181114846949378,\"created_at\":\"Fri Feb 24 23:02:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1409000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4fe07edc-62fa-4690-b320-d9ec83899ed5-173181114846949378" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw dans les topics monde", +"img": { +"src": "http://a0.twimg.com/profile_images/1650721797/Largy_normal.jpg" +}, +"title": "Largentula: #lgw dans les topics monde", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1409000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw dans les topics monde\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181111055294465\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":116,\"screen_name\":\"Largentula\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3824,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"sur le canap\\u00e9\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"990000\",\"followers_count\":174,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1650721797\\/Largy_normal.jpg\",\"description\":\"prout\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"17374070\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650721797\\/Largy_normal.jpg\",\"name\":\"Largentula\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 13 22:12:09 +0000 2008\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":17374070,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181111055294465,\"created_at\":\"Fri Feb 24 23:02:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1409000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1337ac7d-15e4-476e-ade3-78f0c543ba1e-173181111055294465" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On applaudit et on se lève pour congratuler Rollin des qu'il fait une vanne ? OK ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1648215039/EmeryDoligeHubN_B_normal.jpg" +}, +"title": "Emery Doligé: On applaudit et on se lève pour congratuler Rollin des qu'il fait une vanne ? OK ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1410000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On applaudit et on se l\\u00e8ve pour congratuler Rollin des qu'il fait une vanne ? OK ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181116356886528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"MryEmery\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":31438,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"location\":\"Paris Rive Gauche\",\"show_all_inline_media\":true,\"listed_count\":931,\"profile_link_color\":\"2FC2EF\",\"followers_count\":19577,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"description\":\"Vanksen. Europe 1 #dcdc. Lib\\u00e9ral ta m\\u00e8re.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f8fa\",\"id_str\":\"14285154\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"name\":\"Emery Dolig\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 02 16:59:11 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14285154,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/mry.blogs.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181116356886528,\"created_at\":\"Fri Feb 24 23:02:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1410000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7f2b4788-1f26-4bec-8841-64a7ebb0c8f8-173181116356886528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J’aime bien @SolangeTeParle, elle est complètement barrée. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1851381174/40686_10150241511040245_627600244_14579748_1389369_n-_1__normal.png" +}, +"title": "Jérôme: J’aime bien @SolangeTeParle, elle est complètement barrée. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1412000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J\\u2019aime bien @SolangeTeParle, elle est compl\\u00e8tement barr\\u00e9e. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[12,27],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181124544172033\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":482,\"screen_name\":\"phollow\",\"lang\":\"en\",\"profile_text_color\":\"9FC193\",\"statuses_count\":23479,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/378742153\\/x675901648471a2a88bedadf89423b56.png\",\"location\":\"Limoges\",\"show_all_inline_media\":true,\"listed_count\":73,\"profile_link_color\":\"5E503B\",\"followers_count\":1255,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851381174\\/40686_10150241511040245_627600244_14579748_1389369_n-_1__normal.png\",\"description\":\"T'es bonne ? Je fais des photos. \\r\\nD\\u00e9veloppeur #web & #iPhone accessoirement.\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E3CF57\",\"id_str\":\"19177286\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378742153\\/x675901648471a2a88bedadf89423b56.png\",\"profile_sidebar_fill_color\":\"F5F2B8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851381174\\/40686_10150241511040245_627600244_14579748_1389369_n-_1__normal.png\",\"name\":\"J\\u00e9r\\u00f4me\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 19 08:32:47 +0000 2009\",\"profile_sidebar_border_color\":\"FEA984\",\"id\":19177286,\"utc_offset\":3600,\"favourites_count\":115,\"url\":\"http:\\/\\/phollow.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181124544172033,\"created_at\":\"Fri Feb 24 23:02:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1412000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bfed39e5-d25d-4598-9646-f8d5d4ddc8c6-173181124544172033" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Très bien ! Le Grand Webzé #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1840423549/sarkozy_prfet_4_normal.jpg" +}, +"title": "SarkoMent: Très bien ! Le Grand Webzé #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1413000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tr\\u00e8s bien ! Le Grand Webz\\u00e9 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181131154407424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":45,\"screen_name\":\"SarkoMent\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":46,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840423549\\/sarkozy_prfet_4_normal.jpg\",\"description\":\"Compte parodique !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"497726890\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840423549\\/sarkozy_prfet_4_normal.jpg\",\"name\":\"SarkoMent\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 20 09:07:23 +0000 2012\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":497726890,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181131154407424,\"created_at\":\"Fri Feb 24 23:02:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1413000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e5cec0bf-7f7f-4d67-9213-311529352a33-173181131154407424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Malheureusement @Vinvin n'aura pas à faire de claquette sur le plateau de #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1646004624/Fl_normal.jpg" +}, +"title": "Flo de Rennes: Malheureusement @Vinvin n'aura pas à faire de claquette sur le plateau de #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1413000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Malheureusement @Vinvin n'aura pas \\u00e0 faire de claquette sur le plateau de #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[16,23],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[74,78]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181129350840320\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":119,\"screen_name\":\"FlodeRennes\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":418,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Bretagne Rennes\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1646004624\\/Fl_normal.jpg\",\"description\":\"Poursuivez-moi.\\r\\nEnsemble peut \\u00eatre on sourira.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"379708749\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1646004624\\/Fl_normal.jpg\",\"name\":\"Flo de Rennes\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 25 12:32:04 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":379708749,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181129350840320,\"created_at\":\"Fri Feb 24 23:02:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1413000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a9b4d179-0064-4791-8219-8481aa85c1c1-173181129350840320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @KlaireFr: “@Dugomo: Jolie la chemise à @Vinvin. Ils font les mêmes pour homme ? #lgw”", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: RT @KlaireFr: “@Dugomo: Jolie la chemise à @Vinvin. Ils font les mêmes pour homme ? #lgw”", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1414000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @KlaireFr: \\u201c@Dugomo: Jolie la chemise \\u00e0 @Vinvin. Ils font les m\\u00eames pour homme ? #lgw\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[3,12],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610},{\"screen_name\":\"Dugomo\",\"indices\":[15,22],\"id_str\":\"67648081\",\"name\":\"Dugomo\",\"id\":67648081},{\"screen_name\":\"Vinvin\",\"indices\":[43,50],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[84,88]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@Dugomo: Jolie la chemise \\u00e0 @Vinvin. Ils font les m\\u00eames pour homme ? #lgw\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Dugomo\",\"indices\":[1,8],\"id_str\":\"67648081\",\"name\":\"Dugomo\",\"id\":67648081},{\"screen_name\":\"Vinvin\",\"indices\":[29,36],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[70,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181070894841856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":780,\"screen_name\":\"KlaireFr\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":9881,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":282,\"profile_link_color\":\"1F98C7\",\"followers_count\":7158,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"description\":\"A un mauvais caract\\u00e8re. Mais un sur 140, \\u00e7a va. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C6E2EE\",\"id_str\":\"28096610\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"name\":\"Klaire.fr\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 01 12:34:58 +0000 2009\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":28096610,\"utc_offset\":-10800,\"favourites_count\":35,\"url\":\"http:\\/\\/www.klaire.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181070894841856,\"created_at\":\"Fri Feb 24 23:02:39 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181135189315584\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":886,\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":33184,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Pau\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"followers_count\":2184,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"name\":\"Aur\\u00e9lien\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14321671,\"utc_offset\":3600,\"favourites_count\":140,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181135189315584,\"created_at\":\"Fri Feb 24 23:02:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1414000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "86909542-e441-471e-a875-93322144fbcd-173181135189315584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @MGMTiST: Elle claque l'émission sur France 5. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1482495069/image_normal.jpg" +}, +"title": "Ornithorynque: RT @MGMTiST: Elle claque l'émission sur France 5. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1416000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @MGMTiST: Elle claque l'\\u00e9mission sur France 5. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"MGMTiST\",\"indices\":[3,11],\"name\":\"Batistuta.\",\"id_str\":\"223155142\",\"id\":223155142}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[50,54]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Elle claque l'\\u00e9mission sur France 5. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[37,41]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180596523245569\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"MGMTiST\",\"lang\":\"fr\",\"favourites_count\":259,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":184,\"location\":\"Paris XXIe.\",\"profile_text_color\":\"333333\",\"followers_count\":379,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1839264097\\/Stay_20Cool_normal.jpg\",\"description\":\"J'en pr\\u00e9viens les m\\u00e8res de famille, ce que je tweet n'est pas pour les petites filles dont on coupe le pain en tartines.\",\"statuses_count\":10428,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/397512556\\/Oh__Lana.jpg\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"223155142\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Batistuta.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397512556\\/Oh__Lana.jpg\",\"created_at\":\"Sun Dec 05 15:21:07 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":223155142,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/makegreatmusictwodays.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839264097\\/Stay_20Cool_normal.jpg\"},\"truncated\":false,\"id\":173180596523245569,\"created_at\":\"Fri Feb 24 23:00:46 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181140574806016\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181a1e\",\"screen_name\":\"UlysseBFK\",\"lang\":\"fr\",\"favourites_count\":84,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":213,\"location\":\"Paris \\/ Cudi Zone\",\"profile_text_color\":\"666666\",\"followers_count\":192,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1482495069\\/image_normal.jpg\",\"description\":\"Plus tard, j'appellerai mes enfants Ben et Jerry, c'est trop la classe pour les congeler apr\\u00e8s.\",\"statuses_count\":11888,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/424099444\\/427387_10150557889519106_666279105_8746558_720396324_n.jpg\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"918e7a\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1a1b16\",\"protected\":false,\"id_str\":\"161333995\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Ornithorynque\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424099444\\/427387_10150557889519106_666279105_8746558_720396324_n.jpg\",\"created_at\":\"Wed Jun 30 15:45:50 +0000 2010\",\"profile_sidebar_fill_color\":\"292923\",\"id\":161333995,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/kidhyubhe.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1482495069\\/image_normal.jpg\"},\"truncated\":false,\"id\":173181140574806016,\"created_at\":\"Fri Feb 24 23:02:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1416000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "55e47427-7aba-4a13-8db6-177bcdab7b27-173181140574806016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En vrai c'est quoi le concept de #lgw ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1719658772/dGnuxEjQ_normal" +}, +"title": "Maule: En vrai c'est quoi le concept de #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1420000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"En vrai c'est quoi le concept de #lgw ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetcaster.com\\\" rel=\\\"nofollow\\\"\\u003ETweetCaster for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181160480972800\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"plemga\",\"lang\":\"fr\",\"profile_text_color\":\"1ab812\",\"statuses_count\":1538,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/390374182\\/100109200127_42.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"d10c7c\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1719658772\\/dGnuxEjQ_normal\",\"description\":\"Demain je serai juriste. Mais pas tout de suite, l\\u00e0 je choppe\\/shop.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"064666\",\"id_str\":\"118273647\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/390374182\\/100109200127_42.jpg\",\"profile_sidebar_fill_color\":\"b2b5bd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1719658772\\/dGnuxEjQ_normal\",\"name\":\"Maule\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 28 04:16:14 +0000 2010\",\"profile_sidebar_border_color\":\"10c741\",\"id\":118273647,\"utc_offset\":3600,\"favourites_count\":292,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181160480972800,\"created_at\":\"Fri Feb 24 23:03:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1420000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b0f00216-906e-4f9a-8054-c1b66b2cac36-173181160480972800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Charles_Liebert: 1000 tweets sur la chemise de @Vinvin ... L'audience de @LeGrandWebze sait s'investir sur les sujets de fond 😜 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1802162566/image_normal.jpg" +}, +"title": "Julien Cotte: RT @Charles_Liebert: 1000 tweets sur la chemise de @Vinvin ... L'audience de @LeGrandWebze sait s'investir sur les sujets de fond 😜 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1421000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Charles_Liebert: 1000 tweets sur la chemise de @Vinvin ... L'audience de @LeGrandWebze sait s'investir sur les sujets de fond \\ud83d\\ude1c #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Charles_Liebert\",\"indices\":[3,19],\"id_str\":\"610993\",\"name\":\"Charles Liebert\",\"id\":610993},{\"screen_name\":\"Vinvin\",\"indices\":[51,58],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"LeGrandWebze\",\"indices\":[77,90],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[132,136]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"1000 tweets sur la chemise de @Vinvin ... L'audience de @LeGrandWebze sait s'investir sur les sujets de fond \\ud83d\\ude1c #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[30,37],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"LeGrandWebze\",\"indices\":[56,69],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[111,115]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180818355781633\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1158,\"screen_name\":\"Charles_Liebert\",\"lang\":\"en\",\"profile_text_color\":\"F522D5\",\"statuses_count\":48080,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"location\":\"Paris - Cap Ferret - Saugeras\",\"show_all_inline_media\":true,\"listed_count\":156,\"profile_link_color\":\"1AF51F\",\"followers_count\":2044,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0F0F\",\"id_str\":\"610993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"profile_sidebar_fill_color\":\"E0FF91\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"name\":\"Charles Liebert\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":610993,\"utc_offset\":3600,\"favourites_count\":509,\"url\":\"http:\\/\\/www.charles-liebert.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180818355781633,\"created_at\":\"Fri Feb 24 23:01:39 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181163974832128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":872,\"screen_name\":\"JulienCotteALU\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3875,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"location\":\"V\\u00e9lizy-Villacoublay\",\"show_all_inline_media\":false,\"listed_count\":138,\"profile_link_color\":\"0084B4\",\"followers_count\":1406,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"description\":\"DRH du site de V\\u00e9lizy (France) - HR Community Manager - Marketing HR2.0 - @AlcatelLucent\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"107697826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"name\":\"Julien Cotte\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 23 12:17:36 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":107697826,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/juliencotte.typepad.com\\/le-blog-de-julien-cotte-\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181163974832128,\"created_at\":\"Fri Feb 24 23:03:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1421000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7572741c-322a-403d-983e-efc6366e3145-173181163974832128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw en TT wesh", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: #lgw en TT wesh", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1421000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw en TT wesh\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181164629147648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13059,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":792,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181164629147648,\"created_at\":\"Fri Feb 24 23:03:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1421000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1a10d54c-0c8b-4db6-841d-7f73ccf8b900-173181164629147648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi ca? Oo #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1582000128/275798_1464561690_1420694644_n_normal.jpg" +}, +"title": "Adeline F.: C'est quoi ca? Oo #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1422000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi ca? Oo #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181168785702912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":107,\"screen_name\":\"Dirty_Adeline\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2506,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":157,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1582000128\\/275798_1464561690_1420694644_n_normal.jpg\",\"description\":\"moi je suis un \\u00eatre perdu dans la 25eme heure! \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"123015441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1582000128\\/275798_1464561690_1420694644_n_normal.jpg\",\"name\":\"Adeline F.\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 14 17:57:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":123015441,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181168785702912,\"created_at\":\"Fri Feb 24 23:03:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1422000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d0d87efe-f8a6-4e8b-8cc3-b10cba9f28e7-173181168785702912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "c'est chelou #lgw, c'est fait avec 3 bouts de ficelles, un peu lunaire...je reste dubitatif !", +"img": { +"src": "http://a0.twimg.com/profile_images/1801176537/profile_normal.jpg" +}, +"title": "rachoubidou69: c'est chelou #lgw, c'est fait avec 3 bouts de ficelles, un peu lunaire...je reste dubitatif !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1423000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"c'est chelou #lgw, c'est fait avec 3 bouts de ficelles, un peu lunaire...je reste dubitatif !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181173512675328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":61,\"screen_name\":\"rachoubidou69\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":259,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/398766806\\/128427.jpg\",\"location\":\"France, Cremieu\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":24,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801176537\\/profile_normal.jpg\",\"description\":\"On rencontre sa femme sur Meetic, la trompe sur Facebook, annonce le divorce sur Twitter et vends la baraque sur Ebay\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"396071969\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/398766806\\/128427.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801176537\\/profile_normal.jpg\",\"name\":\"rachoubidou69\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 22 18:06:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":396071969,\"utc_offset\":3600,\"favourites_count\":31,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181173512675328,\"created_at\":\"Fri Feb 24 23:03:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1423000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "565313e5-f1b9-48b6-b3bd-2b1d7f63a3ac-173181173512675328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche Faut glisser le hasgtag #TeamSF #StadeDeFrance #cqui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @LudoDelaherche Faut glisser le hasgtag #TeamSF #StadeDeFrance #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1426000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LudoDelaherche Faut glisser le hasgtag #TeamSF #StadeDeFrance #cqui #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"TeamSF\",\"indices\":[40,47]},{\"text\":\"StadeDeFrance\",\"indices\":[48,62]},{\"text\":\"cqui\",\"indices\":[63,68]},{\"text\":\"lgw\",\"indices\":[69,73]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173179470604275713\",\"id_str\":\"173181184724045824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173179470604275713,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34396,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":532,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173181184724045824,\"created_at\":\"Fri Feb 24 23:03:06 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1426000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73ddc0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "57946a4b-6ea6-45ae-b258-1842a04aa22c-173181184724045824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze WTF ?! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1822564639/avatar_normal.jpg" +}, +"title": "Maxime Hagenbourger: @LeGrandWebze WTF ?! #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1426000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze WTF ?! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181183323156481\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"MaximeHg\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11490,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/69218647\\/New_York_1920x1080_HDTV_1080p.jpg\",\"location\":\"Lyon, France\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0099CC\",\"followers_count\":221,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1822564639\\/avatar_normal.jpg\",\"description\":\"J'ai appris \\u00e0 lire avec T\\u00e9l\\u00e9rama. J'enregistrais \\u00e0 4 ans tous les Questions Pour un Champion. Autant dire que ma famille m'en veut.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"18693591\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/69218647\\/New_York_1920x1080_HDTV_1080p.jpg\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1822564639\\/avatar_normal.jpg\",\"name\":\"Maxime Hagenbourger\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 06 20:30:09 +0000 2009\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":18693591,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/MaximeHg\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173181183323156481,\"created_at\":\"Fri Feb 24 23:03:06 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1426000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ee27a514-c8a2-42fe-8f26-0b49f88d941b-173181183323156481" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En voulant soulever ma fesse gauche brûlée au deuxième degré, j'ai perdu mon oreillette. Ahem. CONCENTRATION #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1748173004/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg" +}, +"title": "Florence Porcel: En voulant soulever ma fesse gauche brûlée au deuxième degré, j'ai perdu mon oreillette. Ahem. CONCENTRATION #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1427000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"En voulant soulever ma fesse gauche br\\u00fbl\\u00e9e au deuxi\\u00e8me degr\\u00e9, j'ai perdu mon oreillette. Ahem. CONCENTRATION #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181188029161475\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"FlorencePorcel\",\"lang\":\"fr\",\"favourites_count\":194,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":312,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":5559,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\",\"description\":\"J'aime tellement la vie que je veux en vivre plusieurs \\u00e0 la fois. Derri\\u00e8re et dedans @LeGrandWebze (France 5). Groumf, sciences, et friponneries. \",\"statuses_count\":58313,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":380,\"profile_link_color\":\"93A644\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"49031173\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Florence Porcel\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"created_at\":\"Sat Jun 20 15:25:07 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":49031173,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.florenceporcel.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\"},\"truncated\":false,\"id\":173181188029161475,\"created_at\":\"Fri Feb 24 23:03:07 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1427000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ff2e3af7-f445-44d4-bee3-d9e601b54659-173181188029161475" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Elle a bien bien craqué la damoiselle :o #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1762533853/pyro1_normal.png" +}, +"title": "Bigou: Elle a bien bien craqué la damoiselle :o #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1428000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Elle a bien bien craqu\\u00e9 la damoiselle :o #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181191183286273\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":390,\"screen_name\":\"Bigou_de\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4117,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"009999\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1762533853\\/pyro1_normal.png\",\"description\":\"\\u2022 Etudiant \\u2022 Libriste \\u2022 En couple avec madame @Piiwette \\u2022 #Wikileaks \\u2022 #Telecomix \\u2022 #Debian \\u2022 #Anonymous \\u2022 #Lulzsec \\u2022\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"195523058\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1762533853\\/pyro1_normal.png\",\"name\":\"Bigou\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 26 22:53:25 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":195523058,\"utc_offset\":3600,\"favourites_count\":27,\"url\":\"http:\\/\\/bigou.de\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181191183286273,\"created_at\":\"Fri Feb 24 23:03:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1428000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "33faacbe-7c2e-497a-9db4-0626ee612720-173181191183286273" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "wow c'estquoi ce truc #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: wow c'estquoi ce truc #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1429000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"wow c'estquoi ce truc #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181198154207232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1752,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181198154207232,\"created_at\":\"Fri Feb 24 23:03:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1429000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "484b20ec-004c-4300-a22a-94f2ec48ea9b-173181198154207232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On est d'accord... RT @monsieurlam: Je salue les intentions derrière Le Grand Webze, mais bordel que c'est étrange, comme truc. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/611480634/isa60x60_normal.jpg" +}, +"title": "Isabelle Jaquemet: On est d'accord... RT @monsieurlam: Je salue les intentions derrière Le Grand Webze, mais bordel que c'est étrange, comme truc. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1430000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On est d'accord... RT @monsieurlam: Je salue les intentions derri\\u00e8re Le Grand Webze, mais bordel que c'est \\u00e9trange, comme truc. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"monsieurlam\",\"indices\":[22,34],\"id_str\":\"7993262\",\"name\":\"L\\u00e2m HUA\",\"id\":7993262}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[128,132]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181202159767553\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":229,\"screen_name\":\"IsaJaquemet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":454,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"93A644\",\"followers_count\":374,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/611480634\\/isa60x60_normal.jpg\",\"description\":\"Country Manager @ Sulake France \\/ Habbo Hotel, Social Gaming & Virtual Goods professional, Doubly teen & Teen trends follower. Occasional Groove Lover.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"38187354\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/611480634\\/isa60x60_normal.jpg\",\"name\":\"Isabelle Jaquemet\",\"default_profile_image\":false,\"created_at\":\"Wed May 06 14:23:25 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":38187354,\"utc_offset\":-10800,\"favourites_count\":4,\"url\":\"http:\\/\\/www.habbo.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181202159767553,\"created_at\":\"Fri Feb 24 23:03:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1430000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ad685e03-99ac-4246-962b-13dece3116f1-173181202159767553" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monanorak: @captainweb is on France3 Now ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1811600999/IMG_1752_normal.jpg" +}, +"title": "holdenfr: RT @Monanorak: @captainweb is on France3 Now ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1430000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Monanorak: @captainweb is on France3 Now ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Monanorak\",\"indices\":[3,13],\"id_str\":\"299290057\",\"name\":\"Dr. Griffin\",\"id\":299290057},{\"screen_name\":\"captainweb\",\"indices\":[15,26],\"id_str\":\"18554168\",\"name\":\"Siegfried Thouvenot\",\"id\":18554168}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"@captainweb is on France3 Now ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"captainweb\",\"indices\":[0,11],\"id_str\":\"18554168\",\"name\":\"Siegfried Thouvenot\",\"id\":18554168}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180123632242689\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"18554168\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":60,\"screen_name\":\"Monanorak\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":85,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/257582836\\/vintage.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"2e6299\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1570958168\\/air_normal.png\",\"description\":\"Accroc \\u00e0 l'information en temps r\\u00e9el. #Geek je le suis certainement. Mon prochain objectif ? Devenir un #Nerd.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ebedbb\",\"id_str\":\"299290057\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257582836\\/vintage.jpg\",\"profile_sidebar_fill_color\":\"eaebc5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1570958168\\/air_normal.png\",\"name\":\"Dr. Griffin\",\"default_profile_image\":false,\"created_at\":\"Sun May 15 20:35:17 +0000 2011\",\"profile_sidebar_border_color\":\"4d82a1\",\"id\":299290057,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":\"captainweb\",\"truncated\":false,\"id\":173180123632242689,\"created_at\":\"Fri Feb 24 22:58:53 +0000 2012\",\"in_reply_to_user_id\":18554168},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181202491125762\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":240,\"screen_name\":\"holdenfr74\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":789,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1811600999\\/IMG_1752_normal.jpg\",\"description\":\"Les propos tenus ici n'engagent personne...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"id_str\":\"298602602\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"969a9c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811600999\\/IMG_1752_normal.jpg\",\"name\":\"holdenfr\",\"default_profile_image\":false,\"created_at\":\"Sat May 14 16:12:05 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":298602602,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181202491125762,\"created_at\":\"Fri Feb 24 23:03:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1430000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e4fa1587-8bfb-46b2-af10-1f8ba2d1abd0-173181202491125762" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oula. La professeur Solange a encore a apprendre du Rollin ( #IlReste ). #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1612866761/2222_normal.jpg" +}, +"title": "makina: Oula. La professeur Solange a encore a apprendre du Rollin ( #IlReste ). #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1431000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oula. La professeur Solange a encore a apprendre du Rollin ( #IlReste ). #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[61,69]},{\"text\":\"lgw\",\"indices\":[73,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181204261113856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1,\"screen_name\":\"makina37\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"351529067\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"name\":\"makina\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 09 11:20:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":351529067,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181204261113856,\"created_at\":\"Fri Feb 24 23:03:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1431000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "78b6a8ba-47f7-4870-845e-b336a763dc1c-173181204261113856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'EST QUI ? FRANCOISE ROLINE ? #LGW #cQui", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: C'EST QUI ? FRANCOISE ROLINE ? #LGW #cQui", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1433000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'EST QUI ? FRANCOISE ROLINE ? #LGW #cQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[31,35]},{\"text\":\"cQui\",\"indices\":[36,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181211475312641\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5567,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"location\":\"Saligny, France\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_border_color\":\"5c5c5c\",\"id\":12687332,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.k3nny.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181211475312641,\"created_at\":\"Fri Feb 24 23:03:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1433000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9920ac33-92c2-4605-aaf4-4c670974ef17-173181211475312641" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Ici la voix #lol", +"img": { +"src": "http://a0.twimg.com/profile_images/1851376669/gifs_zabuza_26_1__normal.gif" +}, +"title": "Ferhat Dendoune: #lgw Ici la voix #lol", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1433000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Ici la voix #lol\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"lol\",\"indices\":[17,21]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181212062519296\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C42639\",\"screen_name\":\"Nara_Shikamaru4\",\"lang\":\"en\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1993,\"location\":\"Paris, France\",\"profile_text_color\":\"542A1D\",\"followers_count\":505,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851376669\\/gifs_zabuza_26_1__normal.gif\",\"description\":\"Que les baltringues de Konoha commencent \\u00e0 chier dans leur froc. On vient pas du m\\u00eame endroit...\",\"statuses_count\":7126,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/421171500\\/Zabuza.jpg\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"EF3C7D\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"F6E3D9\",\"protected\":false,\"id_str\":\"74527443\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Ferhat Dendoune\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421171500\\/Zabuza.jpg\",\"created_at\":\"Tue Sep 15 19:12:53 +0000 2009\",\"profile_sidebar_fill_color\":\"F8C2DC\",\"id\":74527443,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"https:\\/\\/plus.google.com\\/104684333822937350642\\/about\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851376669\\/gifs_zabuza_26_1__normal.gif\"},\"truncated\":false,\"id\":173181212062519296,\"created_at\":\"Fri Feb 24 23:03:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1433000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef74da40-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cfda189f-3d9d-45af-852d-535ecebc5279-173181212062519296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Donc Solange te parle c'est le thé artis du #lgw , un truc chiant?", +"img": { +"src": "http://a3.twimg.com/profile_images/1640283274/frogita_normal.jpg" +}, +"title": "frogita: Donc Solange te parle c'est le thé artis du #lgw , un truc chiant?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1436000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"Donc Solange te parle c'est le th\\u00e9 artis du #lgw , un truc chiant?\",\"created_at\":\"Fri Feb 24 23:03:16 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}],\"user_mentions\":[]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173181227619192832\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":34,\"created_at\":\"Thu May 15 13:54:25 +0000 2008\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"en\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"url\":\"http:\\/\\/www.frogita.com\",\"default_profile\":true,\"notifications\":null,\"profile_link_color\":\"0084B4\",\"screen_name\":\"frogita\",\"time_zone\":\"Greenland\",\"description\":\"\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_color\":\"C0DEED\",\"location\":\"Paris\",\"id_str\":\"14786197\",\"profile_background_tile\":false,\"followers_count\":611,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640283274\\/frogita_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1640283274\\/frogita_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"DDEEF6\",\"favourites_count\":4,\"protected\":false,\"friends_count\":230,\"profile_sidebar_border_color\":\"C0DEED\",\"name\":\"frogita\",\"contributors_enabled\":false,\"verified\":false,\"id\":14786197,\"statuses_count\":18398,\"profile_use_background_image\":true,\"utc_offset\":-10800},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173181227619192832}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1436000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5e8776b6-5773-418c-95da-940c55e5b11c-173181227619192832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw j'aime pas trop trop ... C'est ça le web ? J'ai pas le même", +"img": { +"src": "http://a0.twimg.com/profile_images/1848450170/poseur_normal.jpg" +}, +"title": "Pras: #lgw j'aime pas trop trop ... C'est ça le web ? J'ai pas le même", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1437000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw j'aime pas trop trop ... C'est \\u00e7a le web ? J'ai pas le m\\u00eame\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181228307058689\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1362,\"screen_name\":\"Praska\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":48426,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"followers_count\":3040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"description\":\"BOSS[Viedegeek + Bargaming]\\r\\nFirewall Karmique\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b8085\",\"id_str\":\"15453030\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"name\":\"Pras\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 16 11:15:07 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":15453030,\"utc_offset\":3600,\"favourites_count\":195,\"url\":\"http:\\/\\/flavors.me\\/praska\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181228307058689,\"created_at\":\"Fri Feb 24 23:03:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1437000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5b5f8d9e-4170-46d0-af82-15e74b8ccb6a-173181228307058689" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bienvenue sur Arte. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1648905085/lolymous_2_normal.jpg" +}, +"title": "Solferishow: Bienvenue sur Arte. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1438000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bienvenue sur Arte. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181233826766848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1143,\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13623,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"name\":\"Solferishow\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":232221031,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/www.solferishow.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181233826766848,\"created_at\":\"Fri Feb 24 23:03:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1438000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "51c87df9-300f-4b17-8660-e86463fe1afd-173181233826766848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Là le #LGW devient vraiment WTF O.o", +"img": { +"src": "http://a1.twimg.com/profile_images/1725590755/jak-avatar-twitter_normal.png" +}, +"title": "Axel Leroy: Là le #LGW devient vraiment WTF O.o", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1438000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"L\\u00e0 le #LGW devient vraiment WTF O.o\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181235634503680\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":303,\"screen_name\":\"BlackEco\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13160,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"location\":\"Versailles, France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":191,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"description\":\"I'm a 18 years old french geek, passionated by Anglo-Saxon culture, computing, music, Internet, video games, movies, other geek stuffs and cars.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"94871785\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"name\":\"Axel Leroy\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 05 21:28:19 +0000 2009\",\"profile_sidebar_border_color\":\"00bbff\",\"id\":94871785,\"utc_offset\":3600,\"favourites_count\":142,\"url\":\"http:\\/\\/www.blackeco.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181235634503680,\"created_at\":\"Fri Feb 24 23:03:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1438000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e2ffb9e7-ea82-42b7-9709-6d647f067068-173181235634503680" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Rollin = #ilreste @vinvin = #change2chemise en tout cas, merci !! je passe un bon moment devant votre émission!", +"img": { +"src": "http://a3.twimg.com/profile_images/1292629982/Dallage_Bleu_Ispahan_normal.jpg" +}, +"title": "Hélène Herniou: #lgw Rollin = #ilreste @vinvin = #change2chemise en tout cas, merci !! je passe un bon moment devant votre émission!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1439000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Rollin = #ilreste @vinvin = #change2chemise en tout cas, merci !! je passe un bon moment devant votre \\u00e9mission!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[23,30],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[14,22]},{\"text\":\"change2chemise\",\"indices\":[33,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181237161246720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":255,\"screen_name\":\"cliophile\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3747,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/98452727\\/IMG_3913.JPG\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":38,\"profile_link_color\":\"608ddb\",\"followers_count\":377,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1292629982\\/Dallage_Bleu_Ispahan_normal.jpg\",\"description\":\"Culture, num\\u00e9rique et patrimoine ... mais aussi mus\\u00e9ologie, architecture, arts vivants, design, photographie, histoire, communication, ... ! Bref : #museogeek\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"362b2b\",\"id_str\":\"126441750\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/98452727\\/IMG_3913.JPG\",\"profile_sidebar_fill_color\":\"ffb8cc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1292629982\\/Dallage_Bleu_Ispahan_normal.jpg\",\"name\":\"H\\u00e9l\\u00e8ne Herniou\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 25 22:10:07 +0000 2010\",\"profile_sidebar_border_color\":\"3b3636\",\"id\":126441750,\"utc_offset\":3600,\"favourites_count\":35,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181237161246720,\"created_at\":\"Fri Feb 24 23:03:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1439000, +"tags": [ +{ +"id-ref": "ef54d3da-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "87f28509-2e69-492c-a0e6-c27be512d38c-173181237161246720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oscar du meilleur style vestimentaire. #lgw #Ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1847804397/image-preview-2_normal.jpg" +}, +"title": "†: Oscar du meilleur style vestimentaire. #lgw #Ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1439000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Oscar du meilleur style vestimentaire. #lgw #Ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]},{\"text\":\"Ilreste\",\"indices\":[44,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181238994145281\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"65B0DA\",\"screen_name\":\"Jacquouuille\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":83,\"location\":\"LVTECE G\\u00d6TEBORG\",\"profile_text_color\":\"ffffff\",\"followers_count\":876,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1847804397\\/image-preview-2_normal.jpg\",\"description\":\"Un m\\u00e9lange de fermier suedois, de footballeur moldave, de berger hollandais et de vendeur de cr\\u00eapes espagnol. Et de po\\u00e8te incompris. \\u2602 @breakbot #RLes \",\"statuses_count\":14856,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/337448066\\/edabnger.jpg\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"457696\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d1e3f0\",\"protected\":false,\"id_str\":\"86929457\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"\\u2020\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/337448066\\/edabnger.jpg\",\"created_at\":\"Mon Nov 02 12:12:28 +0000 2009\",\"profile_sidebar_fill_color\":\"\",\"id\":86929457,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.edbangerrecords.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1847804397\\/image-preview-2_normal.jpg\"},\"truncated\":false,\"id\":173181238994145281,\"created_at\":\"Fri Feb 24 23:03:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1439000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "64d012d9-2687-4a12-aec9-54535f62a8b7-173181238994145281" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@MryEmery @legrandwebze #1 #2 #1 #2 #cestbon #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1727204040/image_normal.jpg" +}, +"title": "Marc Phalippou: @MryEmery @legrandwebze #1 #2 #1 #2 #cestbon #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1440000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@MryEmery @legrandwebze #1 #2 #1 #2 #cestbon #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MryEmery\",\"indices\":[0,9],\"id_str\":\"14285154\",\"name\":\"Emery Dolig\\u00e9\",\"id\":14285154},{\"screen_name\":\"LeGrandWebze\",\"indices\":[10,23],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"cestbon\",\"indices\":[36,44]},{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173180440436408320\",\"id_str\":\"173181244446736384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173180440436408320,\"in_reply_to_user_id_str\":\"14285154\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1344,\"screen_name\":\"marcphalippou\",\"lang\":\"fr\",\"profile_text_color\":\"895429\",\"statuses_count\":2116,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"39BD91\",\"followers_count\":749,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\",\"description\":\"Bougnat \\u00e0 Paris, marchand d'id\\u00e9es et de confiance dans la com et l'assurance.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0D02\",\"id_str\":\"92352549\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"profile_sidebar_fill_color\":\"0E0D02\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\",\"name\":\"Marc Phalippou\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 20:05:52 +0000 2009\",\"profile_sidebar_border_color\":\"BEDFB6\",\"id\":92352549,\"utc_offset\":3600,\"favourites_count\":46,\"url\":\"http:\\/\\/www.facebook.com\\/profile.php?id=100001663745687\"},\"in_reply_to_screen_name\":\"MryEmery\",\"truncated\":false,\"id\":173181244446736384,\"created_at\":\"Fri Feb 24 23:03:20 +0000 2012\",\"in_reply_to_user_id\":14285154}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1440000, +"tags": [ +{ +"id-ref": "ef759fe8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "75aac1f9-6ec3-451b-bee8-46ea8c3bfd56-173181244446736384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Génial quand tu vois un de tes tweets passé sur l'écran géant, mais tristesse de voir que t'as encore un pauvre oeuf comme avatar #lgw", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Gw3nd0ul: Génial quand tu vois un de tes tweets passé sur l'écran géant, mais tristesse de voir que t'as encore un pauvre oeuf comme avatar #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1440000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"G\\u00e9nial quand tu vois un de tes tweets pass\\u00e9 sur l'\\u00e9cran g\\u00e9ant, mais tristesse de voir que t'as encore un pauvre oeuf comme avatar #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[130,134]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181242861305857\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":434,\"screen_name\":\"Gw3nd0ul\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":510,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"143017258\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"Gw3nd0ul\",\"default_profile_image\":true,\"created_at\":\"Wed May 12 10:42:39 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":143017258,\"utc_offset\":3600,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181242861305857,\"created_at\":\"Fri Feb 24 23:03:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1440000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b8527b82-ad4e-4207-920f-20fb1fa52e50-173181242861305857" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Now Diffusing : @SolangeTeParle #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1750880692/AK_normal.jpg" +}, +"title": "Antoine Kister: RT @LeGrandWebze: Now Diffusing : @SolangeTeParle #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1441000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Now Diffusing : @SolangeTeParle #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"SolangeTeParle\",\"indices\":[34,49],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Now Diffusing : @SolangeTeParle #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[16,31],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180994772406272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3144,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180994772406272,\"created_at\":\"Fri Feb 24 23:02:21 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181248779468800\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":511,\"screen_name\":\"antoinekister\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":8471,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Proche de Strasbourg\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"2FC2EF\",\"followers_count\":356,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1750880692\\/AK_normal.jpg\",\"description\":\"Carcassonnais exil\\u00e9 en Alsace pour des raisons encore non d\\u00e9finis. Sinon je suis un geek, amateur de mangas, s\\u00e9ries TV et joueur amateur de jeux vid\\u00e9os.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"7722152\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1750880692\\/AK_normal.jpg\",\"name\":\"Antoine Kister\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 25 21:44:22 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":7722152,\"utc_offset\":3600,\"favourites_count\":15,\"url\":\"http:\\/\\/www.antoinekister.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181248779468800,\"created_at\":\"Fri Feb 24 23:03:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1441000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eed8bf7a-2fe8-4439-ae7b-2ed67c22a67b-173181248779468800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Limite anxiogène. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/129612647/boredcat_normal.jpg" +}, +"title": "Lâm HUA: Limite anxiogène. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1442000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Limite anxiog\\u00e8ne. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181251220541441\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"monsieurlam\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10181,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":543,\"profile_link_color\":\"0084B4\",\"followers_count\":21596,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"description\":\"+ links \\r\\n+ my life \\r\\n+ no reply \\r\\n+ @decate \\r\\n+ @lense \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"7993262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"name\":\"L\\u00e2m HUA\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 06 14:07:39 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":7993262,\"utc_offset\":3600,\"favourites_count\":133,\"url\":\"http:\\/\\/www.monsieurlam.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181251220541441,\"created_at\":\"Fri Feb 24 23:03:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1442000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "85e991bd-60ff-40ee-8389-649e20792a5a-173181251220541441" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ressemble a #arte maintenant", +"img": { +"src": "http://a2.twimg.com/profile_images/1186211112/MyBEP_Laurent_normal.png" +}, +"title": "laurent GEFFROY: #lgw ressemble a #arte maintenant", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1445000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ressemble a #arte maintenant\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"arte\",\"indices\":[17,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181262696165376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"lgeffroy\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":765,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"2FC2EF\",\"followers_count\":58,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1186211112\\/MyBEP_Laurent_normal.png\",\"description\":\".Net Architect, loves technologies and Baseball\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"6807672\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1186211112\\/MyBEP_Laurent_normal.png\",\"name\":\"laurent GEFFROY\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 14 09:14:06 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":6807672,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.laurentgeffroy.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181262696165376,\"created_at\":\"Fri Feb 24 23:03:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1445000, +"tags": [ +{ +"id-ref": "ef760cf8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9432971b-ec92-4b2d-8a0c-c15605cf4efe-173181262696165376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est cool #lgw :-)", +"img": { +"src": "http://a1.twimg.com/profile_images/1814782956/tumblr_lqg5fglKEF1qlcg2go1_500_normal.jpg" +}, +"title": "Elisa Bête: C'est cool #lgw :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1445000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est cool #lgw :-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181262532591617\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":437,\"screen_name\":\"Elisa_Surge\",\"lang\":\"fr\",\"profile_text_color\":\"030003\",\"statuses_count\":10911,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/420285069\\/Hardwood-Floor.jpg\",\"location\":\"France, Tours\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0f1478\",\"followers_count\":121,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1814782956\\/tumblr_lqg5fglKEF1qlcg2go1_500_normal.jpg\",\"description\":\"Je sais pas quoi \\u00e9crire alors je dirais juste Salut !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3a95c2\",\"id_str\":\"236390764\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420285069\\/Hardwood-Floor.jpg\",\"profile_sidebar_fill_color\":\"025175\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1814782956\\/tumblr_lqg5fglKEF1qlcg2go1_500_normal.jpg\",\"name\":\"Elisa B\\u00eate\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 10 13:45:53 +0000 2011\",\"profile_sidebar_border_color\":\"000203\",\"id\":236390764,\"utc_offset\":3600,\"favourites_count\":370,\"url\":\"http:\\/\\/dowhat-youwant.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181262532591617,\"created_at\":\"Fri Feb 24 23:03:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1445000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "462662c9-e1ae-4815-aae6-f286db36f170-173181262532591617" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@legrandwebze #LGW après les césars ça fait un choc", +"img": { +"src": "http://a3.twimg.com/profile_images/1814979577/AE411689-A36E-46DF-8FE0-6646617A7055_normal" +}, +"title": "picaboubx: @legrandwebze #LGW après les césars ça fait un choc", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1446000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@legrandwebze #LGW apr\\u00e8s les c\\u00e9sars \\u00e7a fait un choc\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181269608366080\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"picaboubx\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":44,\"location\":\"Bordeaux\",\"profile_text_color\":\"333333\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1814979577\\/AE411689-A36E-46DF-8FE0-6646617A7055_normal\",\"description\":\"petit nouveau sur Twitter mais vieux machin sur la toile\",\"statuses_count\":484,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"373867891\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"picaboubx\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 15 09:37:50 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":373867891,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1814979577\\/AE411689-A36E-46DF-8FE0-6646617A7055_normal\"},\"truncated\":false,\"id\":173181269608366080,\"created_at\":\"Fri Feb 24 23:03:26 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1446000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "77cf5257-c496-4d22-9d4e-1ed26aa6c3c3-173181269608366080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Solange fatiguée hein ?! rassurez moi", +"img": { +"src": "http://a2.twimg.com/profile_images/1685061192/Photo_du_10-12-11___15.18_normal.jpg" +}, +"title": "DelloyeCoiteux: #lgw Solange fatiguée hein ?! rassurez moi", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1446000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Solange fatigu\\u00e9e hein ?! rassurez moi\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181268740153344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":276,\"screen_name\":\"DelloyeCoiteux\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2101,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":89,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"description\":\"Design, Architecture, Photographie, Web et autres petites curiosit\\u00e9s\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"433388967\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"name\":\"DelloyeCoiteux\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 10 14:14:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":433388967,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181268740153344,\"created_at\":\"Fri Feb 24 23:03:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1446000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c192fc91-cfee-4ffb-9d3e-56ef68f2fe0e-173181268740153344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Solange fais peur :O #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1796744745/Anonymous-header_normal.PNG" +}, +"title": "Musi_Call_Ment: Solange fais peur :O #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1446000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Solange fais peur :O #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181267293126656\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":199,\"screen_name\":\"mat_moi_ca\",\"lang\":\"en\",\"profile_text_color\":\"93afe6\",\"statuses_count\":6544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"93afe6\",\"followers_count\":88,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"description\":\"Geek qui s'est perdu sur internet. je suis chieur ! Ce que j'aime ? Le m\\u00e9tal. FOLLOW MOI !!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1dabf2\",\"id_str\":\"348842674\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"name\":\"Musi_Call_Ment\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 05 02:52:54 +0000 2011\",\"profile_sidebar_border_color\":\"93afe6\",\"id\":348842674,\"utc_offset\":null,\"favourites_count\":14,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181267293126656,\"created_at\":\"Fri Feb 24 23:03:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1446000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f04ee9ea-2ade-4241-a617-5bffcd51ffd7-173181267293126656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pouvez vous faire partir cette fille ? #LGW", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Weyl Clément: Pouvez vous faire partir cette fille ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1447000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pouvez vous faire partir cette fille ? #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181270904406018\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":7,\"screen_name\":\"ZinAwillRockYou\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":0,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"490686972\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"Weyl Cl\\u00e9ment\",\"default_profile_image\":true,\"created_at\":\"Sun Feb 12 20:16:44 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":490686972,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181270904406018,\"created_at\":\"Fri Feb 24 23:03:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1447000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fcbc56a3-8736-4e3c-976d-0d044794dfc7-173181270904406018" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@sebhof972 c'est où #LGW ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1850606903/image_normal.jpg" +}, +"title": "@virgin60: @sebhof972 c'est où #LGW ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1448000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@sebhof972 c'est o\\u00f9 #LGW ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"sebhof972\",\"indices\":[0,10],\"id_str\":\"316700495\",\"name\":\"sebao\",\"id\":316700495}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173180631507935233\",\"id_str\":\"173181276759670784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173180631507935233,\"in_reply_to_user_id_str\":\"316700495\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":252,\"screen_name\":\"virgin60\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":9028,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"ff00cc\",\"followers_count\":209,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850606903\\/image_normal.jpg\",\"description\":\"37 ans et de bons g\\u00eanes ;)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"240202835\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_sidebar_fill_color\":\"7ac4ee\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850606903\\/image_normal.jpg\",\"name\":\"@virgin60\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 19 11:37:59 +0000 2011\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":240202835,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":\"sebhof972\",\"truncated\":false,\"id\":173181276759670784,\"created_at\":\"Fri Feb 24 23:03:28 +0000 2012\",\"in_reply_to_user_id\":316700495}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1448000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d3576d39-498c-4da3-9984-ed10a265c3ab-173181276759670784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW c'est Omar qui a gagné ! Tu fais quoi @Vinvin des UV ? Bravo Omar t un king mec !", +"img": { +"src": "http://a0.twimg.com/profile_images/783113482/4844_96632582484_831787484_1976766_7698072_n_normal.jpg" +}, +"title": "Reynald VERFAILLE: #LGW c'est Omar qui a gagné ! Tu fais quoi @Vinvin des UV ? Bravo Omar t un king mec !", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1448000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW c'est Omar qui a gagn\\u00e9 ! Tu fais quoi @Vinvin des UV ? Bravo Omar t un king mec !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[43,50],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181276264734721\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":85,\"screen_name\":\"verfaille\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":320,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Tourcoing, Nord-Pas-de-Calais,\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/783113482\\/4844_96632582484_831787484_1976766_7698072_n_normal.jpg\",\"description\":\"38 ans, Tourcoing, play at peaudebanane\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"76877169\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/783113482\\/4844_96632582484_831787484_1976766_7698072_n_normal.jpg\",\"name\":\"Reynald VERFAILLE\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 24 06:53:31 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":76877169,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/www.peaudebanane.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181276264734721,\"created_at\":\"Fri Feb 24 23:03:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1448000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2a00c51b-32e2-45c5-91e9-685e757a84eb-173181276264734721" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "What does #lgw mean y is only ppl trending it Hispanic", +"img": { +"src": "http://a0.twimg.com/profile_images/1831494900/profile_normal.jpg" +}, +"title": "Drew Montana from EA: What does #lgw mean y is only ppl trending it Hispanic", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1449000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"What does #lgw mean y is only ppl trending it Hispanic\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetcaster.com\\\" rel=\\\"nofollow\\\"\\u003ETweetCaster for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181280958160896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":129,\"screen_name\":\"like_they_say\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1517,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"uranus\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"009999\",\"followers_count\":141,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1831494900\\/profile_normal.jpg\",\"description\":\"be sure you put your feet n the right place, then stand firm \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Central Time (US & Canada)\",\"profile_background_color\":\"131516\",\"id_str\":\"56526676\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1831494900\\/profile_normal.jpg\",\"name\":\"Drew Montana from EA\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 13 23:08:41 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":56526676,\"utc_offset\":-21600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181280958160896,\"created_at\":\"Fri Feb 24 23:03:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1449000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a7da97e7-245f-4040-af90-9d333f764ef2-173181280958160896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KlaireFr Je plussoie. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1057976915/CrazyCat_normal.jpg" +}, +"title": "CrazyCat: @KlaireFr Je plussoie. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1450000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@KlaireFr Je plussoie. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[0,9],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.bitlbee.org\\/\\\" rel=\\\"nofollow\\\"\\u003EBitlBee\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181070894841856\",\"id_str\":\"173181282849796096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181070894841856,\"in_reply_to_user_id_str\":\"28096610\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"Ethanaul\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":878,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"followers_count\":70,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1057976915\\/CrazyCat_normal.jpg\",\"description\":\"Je ne sais plus si je d\\u00e9veloppe des bugs ou les corrige... Un peu des deux s\\u00fbrement.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"5737442\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1057976915\\/CrazyCat_normal.jpg\",\"name\":\"CrazyCat\",\"default_profile_image\":false,\"created_at\":\"Thu May 03 11:30:47 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":5737442,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.g33k-zone.org\"},\"in_reply_to_screen_name\":\"KlaireFr\",\"truncated\":false,\"id\":173181282849796096,\"created_at\":\"Fri Feb 24 23:03:30 +0000 2012\",\"in_reply_to_user_id\":28096610}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1450000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7d6ec812-49a7-4a19-beca-309780b90ffe-173181282849796096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pour le prochain #LGW, @UltranusAbitbol et moi-même iront présenter notre projet pour Le #PartiDesChevals aux présidentielles.", +"img": { +"src": "http://a1.twimg.com/profile_images/1813693284/photo__3__normal.JPG" +}, +"title": "Charly M.: Pour le prochain #LGW, @UltranusAbitbol et moi-même iront présenter notre projet pour Le #PartiDesChevals aux présidentielles.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1451000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pour le prochain #LGW, @UltranusAbitbol et moi-m\\u00eame iront pr\\u00e9senter notre projet pour Le #PartiDesChevals aux pr\\u00e9sidentielles.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"UltranusAbitbol\",\"indices\":[23,39],\"id_str\":\"242260896\",\"name\":\"Pet\\u00e8re et St\\u00e9v\\u00e8ne\",\"id\":242260896}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[17,21]},{\"text\":\"PartiDesChevals\",\"indices\":[89,105]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181287870369792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":200,\"screen_name\":\"SeriousCharly\",\"lang\":\"en\",\"profile_text_color\":\"050303\",\"statuses_count\":59219,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":146,\"profile_link_color\":\"2c30ab\",\"followers_count\":1945,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"description\":\"Ours parisien de 20 ans, \\u00e9tudiant en \\u00e9cole de commerce \\u00e0 Nantes et lyonnais de coeur. Je r\\u00e2le contre tout et je tweete foot.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c2bec2\",\"id_str\":\"149298036\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"profile_sidebar_fill_color\":\"dcdded\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"name\":\"Charly M.\",\"default_profile_image\":false,\"created_at\":\"Fri May 28 23:10:49 +0000 2010\",\"profile_sidebar_border_color\":\"5e69ab\",\"id\":149298036,\"utc_offset\":3600,\"favourites_count\":652,\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/CharIy\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181287870369792,\"created_at\":\"Fri Feb 24 23:03:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1451000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef771116-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "59106b74-2112-458a-adf6-b331a4cabb27-173181287870369792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Elle est géniale ! @SolangeTeParle #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1782392213/AV_PM_012012_600PX_normal.png" +}, +"title": "Pascal Mabille: Elle est géniale ! @SolangeTeParle #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1453000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Elle est g\\u00e9niale ! @SolangeTeParle #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[19,34],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181297072680962\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":945,\"screen_name\":\"PascalMabille\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":9580,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/2377911\\/mega_city11_96.png\",\"location\":\"Boulogne-Billancourt\",\"show_all_inline_media\":true,\"listed_count\":68,\"profile_link_color\":\"585454\",\"followers_count\":1658,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1782392213\\/AV_PM_012012_600PX_normal.png\",\"description\":\"Dessine @instagraff \\u23ae Conseille les artistes, le web\\u23ae Bosse sur #BMSM \\u23aeR\\u00e9alise @ctraitnet pour @legrandwebze \\u23ae Boite \\u00e0 Rire \\u23ae Voltigeur chez @lvdlt et @season1\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"1367131\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/2377911\\/mega_city11_96.png\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782392213\\/AV_PM_012012_600PX_normal.png\",\"name\":\"Pascal Mabille\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 17 18:49:58 +0000 2007\",\"profile_sidebar_border_color\":\"F0F0F0\",\"id\":1367131,\"utc_offset\":3600,\"favourites_count\":815,\"url\":\"http:\\/\\/www.pascalmabille.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181297072680962,\"created_at\":\"Fri Feb 24 23:03:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1453000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fc4ba4d7-c700-4a0d-8403-0a818d5ac871-173181297072680962" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw voila voila, ca c'est fait ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw voila voila, ca c'est fait ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1453000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw voila voila, ca c'est fait ...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181299350192128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":705,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181299350192128,\"created_at\":\"Fri Feb 24 23:03:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1453000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bff880c5-3478-4b88-aec8-d33ffcc89d4c-173181299350192128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @monsieurlam: Je salue les intentions derrière Le Grand Webze, mais bordel que c'est étrange, comme truc. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/506050933/chi-bricklovinfreak_normal.gif" +}, +"title": "micha: RT @monsieurlam: Je salue les intentions derrière Le Grand Webze, mais bordel que c'est étrange, comme truc. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1454000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @monsieurlam: Je salue les intentions derri\\u00e8re Le Grand Webze, mais bordel que c'est \\u00e9trange, comme truc. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"monsieurlam\",\"indices\":[3,15],\"id_str\":\"7993262\",\"name\":\"L\\u00e2m HUA\",\"id\":7993262}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je salue les intentions derri\\u00e8re Le Grand Webze, mais bordel que c'est \\u00e9trange, comme truc. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[92,96]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180740211707904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"monsieurlam\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10181,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":543,\"profile_link_color\":\"0084B4\",\"followers_count\":21596,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"description\":\"+ links \\r\\n+ my life \\r\\n+ no reply \\r\\n+ @decate \\r\\n+ @lense \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"7993262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"name\":\"L\\u00e2m HUA\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 06 14:07:39 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":7993262,\"utc_offset\":3600,\"favourites_count\":133,\"url\":\"http:\\/\\/www.monsieurlam.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180740211707904,\"created_at\":\"Fri Feb 24 23:01:20 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181301879345153\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":453,\"screen_name\":\"michaonthemoon\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":57766,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/94283053\\/f59c07.png\",\"location\":\"on the moon\",\"show_all_inline_media\":true,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":2541,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/506050933\\/chi-bricklovinfreak_normal.gif\",\"description\":\"i am... micha fierce.\\r\\ni am the girl behind @MJJNews.\\r\\nwarning: i rant a lot, and mostly in french.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"14463139\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/94283053\\/f59c07.png\",\"profile_sidebar_fill_color\":\"\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/506050933\\/chi-bricklovinfreak_normal.gif\",\"name\":\"micha\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 21 15:38:28 +0000 2008\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":14463139,\"utc_offset\":3600,\"favourites_count\":1272,\"url\":\"http:\\/\\/mjdreams.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181301879345153,\"created_at\":\"Fri Feb 24 23:03:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1454000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "519f217b-fe72-4457-9554-3196ad363245-173181301879345153" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "oulala, esprit, faut pas rester là #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: oulala, esprit, faut pas rester là #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1455000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"oulala, esprit, faut pas rester l\\u00e0 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181306090430464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181306090430464,\"created_at\":\"Fri Feb 24 23:03:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1455000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f634ffca-376a-4624-8872-214d6fafa8dc-173181306090430464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @FlorencePorcel DES TICKETS RESTO POUR L'ADC! (on sait jamais,profitons en)", +"img": { +"src": "http://a2.twimg.com/profile_images/1775056166/siegfried-thouvenot_normal.jpg" +}, +"title": "Siegfried Thouvenot: #lgw @FlorencePorcel DES TICKETS RESTO POUR L'ADC! (on sait jamais,profitons en)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1456000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @FlorencePorcel DES TICKETS RESTO POUR L'ADC! (on sait jamais,profitons en)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[5,20],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181309617844224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1036,\"screen_name\":\"captainweb\",\"lang\":\"fr\",\"profile_text_color\":\"757575\",\"statuses_count\":28953,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/32213787\\/maquette-background-twitter.png\",\"location\":\"France, Paris\",\"show_all_inline_media\":true,\"listed_count\":676,\"profile_link_color\":\"767fb5\",\"followers_count\":7392,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1775056166\\/siegfried-thouvenot_normal.jpg\",\"description\":\"Blogueur High-tech, Newb Podcaster, dev Web etc...\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"18554168\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32213787\\/maquette-background-twitter.png\",\"profile_sidebar_fill_color\":\"f5f5f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775056166\\/siegfried-thouvenot_normal.jpg\",\"name\":\"Siegfried Thouvenot\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 02 15:30:22 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":18554168,\"utc_offset\":3600,\"favourites_count\":65,\"url\":\"http:\\/\\/www.captainweb.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181309617844224,\"created_at\":\"Fri Feb 24 23:03:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1456000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "576bb9c9-d35f-4a9e-a243-a5e03209a0c2-173181309617844224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@alexwaza C'est moi ou #lgw c'est un gros #wtf???", +"img": { +"src": "http://a1.twimg.com/profile_images/1807980780/hackathon_2_normal.png" +}, +"title": "Antoine Touzot: @alexwaza C'est moi ou #lgw c'est un gros #wtf???", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1456000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"alexwaza\",\"favorited\":false,\"text\":\"@alexwaza C'est moi ou #lgw c'est un gros #wtf???\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"alexwaza\",\"indices\":[0,9],\"name\":\"A Warnia de Zarzecki\",\"id_str\":\"201387157\",\"id\":201387157}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]},{\"text\":\"wtf\",\"indices\":[42,46]}]},\"in_reply_to_user_id\":201387157,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181308003028992\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ff9900\",\"screen_name\":\"antoinetouzot\",\"lang\":\"fr\",\"favourites_count\":11,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":129,\"location\":\"Montreuil\",\"profile_text_color\":\"666666\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\",\"description\":\"\\u00c9tudiant H3 \\u00e0 @hetic (Montreuil) [Digital native] [Geek] ...\\r\\n[Alleeeeez l\\u00e0] [@SkipTheUse and @IziaMusic addict]\",\"statuses_count\":1202,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"ff9900\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"292929\",\"protected\":false,\"id_str\":\"123813930\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Antoine Touzot\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"created_at\":\"Wed Mar 17 08:56:06 +0000 2010\",\"profile_sidebar_fill_color\":\"e6e6e6\",\"id\":123813930,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/lesconfdusud.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\"},\"truncated\":false,\"id\":173181308003028992,\"created_at\":\"Fri Feb 24 23:03:36 +0000 2012\",\"in_reply_to_user_id_str\":\"201387157\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1456000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef77b274-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0be2b882-34e2-438a-b912-c05e5b320991-173181308003028992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "enleve ta veste @Vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1730660632/image_normal.jpg" +}, +"title": "Delcourt A: enleve ta veste @Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1456000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"enleve ta veste @Vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[16,23],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181308707672064\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"stoumou\",\"lang\":\"en\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":260,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":42,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1730660632\\/image_normal.jpg\",\"description\":\"Expert comptable. A l'affut de l'actualit\\u00e9 fiscale, de l'esprit rugby et des valeurs humanistes\",\"statuses_count\":273,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"199226065\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Delcourt A\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Oct 06 10:18:46 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":199226065,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1730660632\\/image_normal.jpg\"},\"truncated\":false,\"id\":173181308707672064,\"created_at\":\"Fri Feb 24 23:03:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1456000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a173fbe6-00b0-480e-9c01-00c6ab825e4d-173181308707672064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Chemise psyché! @Vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" +}, +"title": "Romain KLEINGAERTNER: Chemise psyché! @Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1458000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Chemise psych\\u00e9! @Vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[16,23],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181316374867970\",\"user\":{\"default_profile_image\":true,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Klinklin71\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":34,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"description\":\"\",\"statuses_count\":6,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"102796627\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Romain KLEINGAERTNER\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Jan 07 21:31:51 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":102796627,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\"},\"truncated\":false,\"id\":173181316374867970,\"created_at\":\"Fri Feb 24 23:03:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1458000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1ef85d79-0da3-4b36-8723-27368bde4755-173181316374867970" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Alors c'est une bonne actrice @SolangeTeParle très chouette même, une bonne auteur. Mais là, c'est quand même lent #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1829032837/430490_10519221_b_normal.jpg" +}, +"title": "Antoine Rouaud: Alors c'est une bonne actrice @SolangeTeParle très chouette même, une bonne auteur. Mais là, c'est quand même lent #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1458000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Alors c'est une bonne actrice @SolangeTeParle tr\\u00e8s chouette m\\u00eame, une bonne auteur. Mais l\\u00e0, c'est quand m\\u00eame lent #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[30,45],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[115,119]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181316697817089\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":84,\"screen_name\":\"Antoine_Rouaud\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1384,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"followers_count\":103,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\",\"description\":\"Cr\\u00e9ateur de trucs et autres choses qui ont rapport \\u00e0 des histoires... avec des gens. \\r\\nhttp:\\/\\/www.wagaprod.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"131516\",\"id_str\":\"373509666\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\",\"name\":\"Antoine Rouaud\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 14 18:13:49 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":373509666,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.audiodramax.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181316697817089,\"created_at\":\"Fri Feb 24 23:03:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1458000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4ca3e039-08fa-4313-9bda-22cf9998204a-173181316697817089" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@SolangeTeParle #lgw un\nBon coup de pouce tele :-)", +"img": { +"src": "http://a1.twimg.com/profile_images/1743823879/20763_1408981744940_1244365170_31221536_5172197_n_normal.jpg" +}, +"title": "jonathan cavasse: @SolangeTeParle #lgw un\nBon coup de pouce tele :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1458000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@SolangeTeParle #lgw un\\nBon coup de pouce tele :-)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[0,15],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173180153403416576\",\"id_str\":\"173181319646429184\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173180153403416576,\"in_reply_to_user_id_str\":\"417867146\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":144,\"screen_name\":\"cavasse\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":85,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1743823879\\/20763_1408981744940_1244365170_31221536_5172197_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"243674918\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1743823879\\/20763_1408981744940_1244365170_31221536_5172197_n_normal.jpg\",\"name\":\"jonathan cavasse\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 27 15:34:15 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":243674918,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"SolangeTeParle\",\"truncated\":false,\"id\":173181319646429184,\"created_at\":\"Fri Feb 24 23:03:38 +0000 2012\",\"in_reply_to_user_id\":417867146}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1458000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d5ae6baf-dcd7-4c77-a587-d2fd29d33844-173181319646429184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow Elle est folle la jeune femme là?! #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1726420026/Kestrel_normal.jpg" +}, +"title": "Rémy -- La Merguez: @palmashow Elle est folle la jeune femme là?! #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1459000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"text\":\"@palmashow Elle est folle la jeune femme l\\u00e0?! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[46,50]}]},\"in_reply_to_user_id\":23782965,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181321487720448\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Sokwamaii\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":96,\"location\":\"\",\"profile_text_color\":\"333333\",\"description\":\"K 3 S T R 3 L #Charl0tteFamily\",\"statuses_count\":1037,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/322585571\\/guitar_8_93350.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"007a99\",\"followers_count\":18,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1726420026\\/Kestrel_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"305668802\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"R\\u00e9my -- La Merguez\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/322585571\\/guitar_8_93350.jpg\",\"created_at\":\"Thu May 26 16:09:43 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":305668802,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1726420026\\/Kestrel_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173181321487720448,\"created_at\":\"Fri Feb 24 23:03:39 +0000 2012\",\"in_reply_to_user_id_str\":\"23782965\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1459000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "064be63f-b571-48d5-ab52-f0aec2d6f3ad-173181321487720448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le César de la plus belle chemise est attribué à @Vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/28546242/hooligan_normal.jpg" +}, +"title": "Brice Mazenod: Le César de la plus belle chemise est attribué à @Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1459000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le C\\u00e9sar de la plus belle chemise est attribu\\u00e9 \\u00e0 @Vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[49,56],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181323962359808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":548,\"screen_name\":\"BriKo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":16795,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":231,\"profile_link_color\":\"0084B4\",\"followers_count\":3960,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/28546242\\/hooligan_normal.jpg\",\"description\":\"Passionn\\u00e9 de #Marketing, #Communication, Web 2, nouvelles technos, #sport, #football, blogueurs\\/twitteurs... Et Community Manager @adidasFR\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"6651722\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/28546242\\/hooligan_normal.jpg\",\"name\":\"Brice Mazenod\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 07 21:56:31 +0000 2007\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":6651722,\"utc_offset\":3600,\"favourites_count\":179,\"url\":\"http:\\/\\/www.kickandblog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181323962359808,\"created_at\":\"Fri Feb 24 23:03:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1459000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8834ea7b-5691-42ad-8884-9d263c45b147-173181323962359808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le professeur Rollin a toujours quelque chose à dire. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1453219198/ScanImage015_normal.jpg" +}, +"title": "Arnaud W: Le professeur Rollin a toujours quelque chose à dire. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1460000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le professeur Rollin a toujours quelque chose \\u00e0 dire. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.twitter.com\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Windows Phone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181327443636224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":48,\"screen_name\":\"RamboXP\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":352,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Internet\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"93A644\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1453219198\\/ScanImage015_normal.jpg\",\"description\":\"Un geek qui aime les MEUPORG mais qui n'y a jamais vraiment jou\\u00e9 et qui utilise OpenOffice comme parefeu.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"21715355\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1453219198\\/ScanImage015_normal.jpg\",\"name\":\"Arnaud W\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 24 01:11:39 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":21715355,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/ramboxp\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181327443636224,\"created_at\":\"Fri Feb 24 23:03:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1460000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a81b82f-2c57-4312-9902-5bd17d99f6fc-173181327443636224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "- Comment @gregshow a fait pour passer des #cesar2012 a #LGW *_* ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: - Comment @gregshow a fait pour passer des #cesar2012 a #LGW *_* ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1461000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"- Comment @gregshow a fait pour passer des #cesar2012 a #LGW *_* ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Gregshow\",\"indices\":[10,19],\"id_str\":\"23932076\",\"name\":\"Gregshow\",\"id\":23932076}],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[43,53]},{\"text\":\"LGW\",\"indices\":[56,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181329041653760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":590,\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"profile_text_color\":\"520000\",\"statuses_count\":18713,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"followers_count\":506,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"d61d08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"name\":\"Camille .\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":93848420,\"utc_offset\":-36000,\"favourites_count\":14,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181329041653760,\"created_at\":\"Fri Feb 24 23:03:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1461000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5533d0e7-4739-482a-beb4-8d78079c62af-173181329041653760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#WTF #LGW ?!!!!!!!!!!!!!!!!!!", +"img": { +"src": "http://a0.twimg.com/profile_images/1417270951/DoveArhur_normal.jpg" +}, +"title": "Dove Arthur : #WTF #LGW ?!!!!!!!!!!!!!!!!!!", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1462000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#WTF #LGW ?!!!!!!!!!!!!!!!!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"WTF\",\"indices\":[0,4]},{\"text\":\"LGW\",\"indices\":[5,9]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181335005962241\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":261,\"screen_name\":\"DoveArthur\",\"lang\":\"fr\",\"profile_text_color\":\"a19a4d\",\"statuses_count\":1842,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/420571809\\/Movember-Super-Mario-Bros.jpg\",\"location\":\"Lille\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"37447d\",\"followers_count\":129,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1417270951\\/DoveArhur_normal.jpg\",\"description\":\"\\u00c9tudiant EFAP Lille Europe Promo 2013 - R\\u00e9dacteur - Graphiste - Lomographiste - Cin\\u00e9phile\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"96210164\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420571809\\/Movember-Super-Mario-Bros.jpg\",\"profile_sidebar_fill_color\":\"f7fcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1417270951\\/DoveArhur_normal.jpg\",\"name\":\"Dove Arthur \",\"default_profile_image\":false,\"created_at\":\"Fri Dec 11 21:27:09 +0000 2009\",\"profile_sidebar_border_color\":\"f50e22\",\"id\":96210164,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181335005962241,\"created_at\":\"Fri Feb 24 23:03:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1462000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef77b274-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "da627e67-b231-423a-bd18-bcd87a9a3f76-173181335005962241" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw avec une chemise comme ça ... On se tait !", +"img": { +"src": "http://a2.twimg.com/profile_images/1643942045/image_normal.jpg" +}, +"title": "silvain: #lgw avec une chemise comme ça ... On se tait !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1463000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw avec une chemise comme \\u00e7a ... On se tait !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181338038439936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":60,\"screen_name\":\"ecoliswatchingu\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":110,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Catalunya\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":11,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1643942045\\/image_normal.jpg\",\"description\":\"Les cons sa osent tout c'est m\\u00eame \\u00e0 \\u00e7a qu'on les reconnaient ! Je suis Tr\\u00e8s con ! \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"371704889\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1643942045\\/image_normal.jpg\",\"name\":\"silvain\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 11 10:45:37 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":371704889,\"utc_offset\":null,\"favourites_count\":10,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181338038439936,\"created_at\":\"Fri Feb 24 23:03:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1463000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "98d7aa49-ed7c-43ae-8832-5ab467f33a17-173181338038439936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La céramique, elle devrait arreter d'en prendre au ptit dej', ça rend bizarre son élocution. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: La céramique, elle devrait arreter d'en prendre au ptit dej', ça rend bizarre son élocution. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1464000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La c\\u00e9ramique, elle devrait arreter d'en prendre au ptit dej', \\u00e7a rend bizarre son \\u00e9locution. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181343050637312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":764,\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4351,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France - Moselle\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"D02B55\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"name\":\"R\\u00e9my D.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":48825435,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181343050637312,\"created_at\":\"Fri Feb 24 23:03:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1464000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "49145e90-0c20-4d3e-92b6-ad5a5c0f7c8c-173181343050637312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "D'où te viens ce goût pour la chemise anti-épileptique @vinvin ? #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1601673608/image_normal.jpg" +}, +"title": "Benjamin Bini: D'où te viens ce goût pour la chemise anti-épileptique @vinvin ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1464000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"D'o\\u00f9 te viens ce go\\u00fbt pour la chemise anti-\\u00e9pileptique @vinvin ? #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[55,62],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181344124383232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":472,\"screen_name\":\"BenjaminBini\",\"lang\":\"en\",\"profile_text_color\":\"663B12\",\"statuses_count\":1917,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/66385545\\/free_twitter_designer.jpg\",\"location\":\"Montb\\u00e9liard, Strasbourg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"1F98C7\",\"followers_count\":246,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1601673608\\/image_normal.jpg\",\"description\":\"Etudiant en \\u00e9cole d'ing\\u00e9nieur (UTBM, g\\u00e9nie info), blogueur \\u00e0 temps partiel, et geek sur les bords (poss\\u00e8de de gros bords).\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"C6E2EE\",\"id_str\":\"19817064\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/66385545\\/free_twitter_designer.jpg\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1601673608\\/image_normal.jpg\",\"name\":\"Benjamin Bini\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 31 14:45:05 +0000 2009\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":19817064,\"utc_offset\":-36000,\"favourites_count\":30,\"url\":\"http:\\/\\/www.benjamin-bini.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181344124383232,\"created_at\":\"Fri Feb 24 23:03:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1464000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "536e92e3-e2d0-42f1-9b36-98a8dd85ec5e-173181344124383232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Waaaaa c'te chemise quoi ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1802232284/Capture_d__cran_2012-02-04___01.15.52_normal.png" +}, +"title": "Marion: Waaaaa c'te chemise quoi ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1466000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Waaaaa c'te chemise quoi ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181350109655042\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":186,\"screen_name\":\"iiioon\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11590,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"BF1238\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"description\":\"Accro aux s\\u00e9ries et \\u00e0 l'humour. HeroCorpienne. \\r\\nEt pourquoi faire aujourd'hui c'que j'pourrai faire demain ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"id_str\":\"39847706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"name\":\"Marion\",\"default_profile_image\":false,\"created_at\":\"Wed May 13 21:57:02 +0000 2009\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":39847706,\"utc_offset\":3600,\"favourites_count\":47,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181350109655042,\"created_at\":\"Fri Feb 24 23:03:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1466000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fba6125b-150e-42dd-9379-cb7cd7f60d2e-173181350109655042" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bah il suffit d’arrêter de se droguer ... #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1525098848/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg" +}, +"title": "Michael J.: Bah il suffit d’arrêter de se droguer ... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1466000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bah il suffit d\\u2019arr\\u00eater de se droguer ... #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181353091801090\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":150,\"screen_name\":\"Martyornot\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2667,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/378350402\\/war_dictators.jpg\",\"location\":\"Rouen, Normandie\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":101,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1525098848\\/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg\",\"description\":\"#Traveler #geek #retrogaming #videogames #Normandie #rouen #Coupdecouteaudanslaglotte !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"112498831\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378350402\\/war_dictators.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1525098848\\/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg\",\"name\":\"Michael J.\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 08 18:34:33 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":112498831,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181353091801090,\"created_at\":\"Fri Feb 24 23:03:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1466000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "365f45d6-d6bb-40b7-b4df-844d6502e269-173181353091801090" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1800184723/395423_370095286337447_100000109367876_1711865_766216172_n_normal.jpg" +}, +"title": "ivanbelieberboy: #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1467000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181355973279744\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"ivanBbeliberBoy\",\"lang\":\"es\",\"favourites_count\":15,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1144,\"location\":\"belieberlandia\",\"profile_text_color\":\"333333\",\"followers_count\":450,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1800184723\\/395423_370095286337447_100000109367876_1711865_766216172_n_normal.jpg\",\"description\":\"my name is ivan and I Have 14 years I Am belieber boy and my dream is that @justinbieber follow me *-* se me antoja un churro :3 xD\",\"statuses_count\":3691,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/398024070\\/317141_304510316229278_100000109367876_1475506_764001930_n.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"610cb0\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"133472748\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"ivanbelieberboy\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/398024070\\/317141_304510316229278_100000109367876_1475506_764001930_n.jpg\",\"created_at\":\"Thu Apr 15 22:11:46 +0000 2010\",\"profile_sidebar_fill_color\":\"c3e0e0\",\"id\":133472748,\"follow_request_sent\":null,\"utc_offset\":-36000,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1800184723\\/395423_370095286337447_100000109367876_1711865_766216172_n_normal.jpg\"},\"truncated\":false,\"id\":173181355973279744,\"created_at\":\"Fri Feb 24 23:03:47 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1467000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "005ba908-87be-4d27-9b78-2ae198f1ff4e-173181355973279744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Solange c'est spéciale #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: Solange c'est spéciale #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1467000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Solange c'est sp\\u00e9ciale #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181356686327808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1752,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181356686327808,\"created_at\":\"Fri Feb 24 23:03:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1467000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f4158e14-3f1f-4569-ad57-6447fae1ed88-173181356686327808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Aaaah ! La perle @SolangeTeParle dans #lgw (je voudrais qu'elle me parle à l'oreille le soir)", +"img": { +"src": "http://a0.twimg.com/profile_images/1848927211/BE1637E5-B1A3-41C0-9AA4-0D6DD1779C90_normal" +}, +"title": "Capuche: Aaaah ! La perle @SolangeTeParle dans #lgw (je voudrais qu'elle me parle à l'oreille le soir)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1470000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Aaaah ! La perle @SolangeTeParle dans #lgw (je voudrais qu'elle me parle \\u00e0 l'oreille le soir)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[17,32],\"name\":\"Solange te parle\",\"id_str\":\"417867146\",\"id\":417867146}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181369483145216\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"3b2352\",\"screen_name\":\"METACAPUCHE\",\"lang\":\"fr\",\"favourites_count\":43,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":510,\"location\":\"loin de la mer\",\"profile_text_color\":\"333333\",\"followers_count\":4268,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848927211\\/BE1637E5-B1A3-41C0-9AA4-0D6DD1779C90_normal\",\"description\":\"Pour la carotte, le lapin est la parfaite incarnation du Mal. (Robert Sheckley)\",\"statuses_count\":71635,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/215886298\\/zzz.jpg\",\"show_all_inline_media\":true,\"listed_count\":253,\"profile_link_color\":\"6446a3\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1f1f1f\",\"protected\":false,\"id_str\":\"125661667\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Capuche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/215886298\\/zzz.jpg\",\"created_at\":\"Tue Mar 23 13:39:48 +0000 2010\",\"profile_sidebar_fill_color\":\"d5b5e6\",\"id\":125661667,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/ombresclaires.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848927211\\/BE1637E5-B1A3-41C0-9AA4-0D6DD1779C90_normal\"},\"truncated\":false,\"id\":173181369483145216,\"created_at\":\"Fri Feb 24 23:03:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1470000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d4ef8a64-892d-4634-8ff2-6ab32ba7a5c7-173181369483145216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@pylelan: Fini les smoking des #cesar2012 et vive la chemise colorée de @Vinvin #lgw”\n\n-->pareil pour moi !!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1195066156/verene2_normal.jpg" +}, +"title": "Vérène Indekeu: “@pylelan: Fini les smoking des #cesar2012 et vive la chemise colorée de @Vinvin #lgw”\n\n-->pareil pour moi !!!", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1470000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@pylelan: Fini les smoking des #cesar2012 et vive la chemise color\\u00e9e de @Vinvin #lgw\\u201d\\n\\n-->pareil pour moi !!!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pylelan\",\"indices\":[1,9],\"id_str\":\"57371807\",\"name\":\"Pierre-Yves LE LAN\",\"id\":57371807},{\"screen_name\":\"Vinvin\",\"indices\":[73,80],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[32,42]},{\"text\":\"lgw\",\"indices\":[81,85]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181370363944961\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":322,\"screen_name\":\"LaCourdOrgeres\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":998,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105420078\\/LCdO-LogoRVB_L130.jpg\",\"location\":\"Quiberon\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"FF0000\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1195066156\\/verene2_normal.jpg\",\"description\":\"La Cour d'Org\\u00e8res : Gastronomie artisanale irr\\u00e9sistible ! Confitures, g\\u00e2teaux, glaces et \\u00e9picerie fine, moi curieuse et gourmande ! http:\\/\\/tinyurl.com\\/6bvjpuo\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"122385181\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105420078\\/LCdO-LogoRVB_L130.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1195066156\\/verene2_normal.jpg\",\"name\":\"V\\u00e9r\\u00e8ne Indekeu\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 12 14:34:42 +0000 2010\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":122385181,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/www.lacourdorgeres.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181370363944961,\"created_at\":\"Fri Feb 24 23:03:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1470000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "977aef11-164a-4f36-93c6-28959c301846-173181370363944961" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#legrandwebze #vinvin a une super belle chemise", +"img": { +"src": "http://a2.twimg.com/profile_images/1365883599/magpullraye_normal.jpg" +}, +"title": "Magali Rebeyrat: #legrandwebze #vinvin a une super belle chemise", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1471000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#legrandwebze #vinvin a une super belle chemise\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"legrandwebze\",\"indices\":[0,13]},{\"text\":\"vinvin\",\"indices\":[14,21]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181371458654208\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"CC3366\",\"screen_name\":\"MagaliRebeyrat\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":303,\"location\":\"France\",\"profile_text_color\":\"362720\",\"followers_count\":292,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1365883599\\/magpullraye_normal.jpg\",\"description\":\"Responsable Communication & D\\u00e9veloppement \\r\\nCercle du Marketing Direct (r\\u00e9seau de professionnels du marketing direct)\",\"statuses_count\":1608,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"B40B43\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"FF6699\",\"protected\":false,\"id_str\":\"23420041\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Magali Rebeyrat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"created_at\":\"Mon Mar 09 10:02:40 +0000 2009\",\"profile_sidebar_fill_color\":\"E5507E\",\"id\":23420041,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.cercle-md.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1365883599\\/magpullraye_normal.jpg\"},\"truncated\":false,\"id\":173181371458654208,\"created_at\":\"Fri Feb 24 23:03:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1471000, +"tags": [ +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef574386-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "322f679c-ff4b-4532-a440-aeca4dfa955e-173181371458654208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La drogue c'est mal #lgw #viveleservicepublic", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: La drogue c'est mal #lgw #viveleservicepublic", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1472000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La drogue c'est mal #lgw #viveleservicepublic\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]},{\"text\":\"viveleservicepublic\",\"indices\":[25,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181375732649985\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1093,\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"profile_text_color\":\"636363\",\"statuses_count\":21283,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_sidebar_fill_color\":\"141414\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"name\":\"Bakt El Raalis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18515564,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.pelecanus.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181375732649985,\"created_at\":\"Fri Feb 24 23:03:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1472000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef79b786-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e6bfdddd-8abc-4ed4-afd7-bca2966f5589-173181375732649985" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai eu peur, l'absurde me fait peur. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: J'ai eu peur, l'absurde me fait peur. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1473000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai eu peur, l'absurde me fait peur. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181382221234176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":75,\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":989,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"name\":\"Shik-a-Marrant\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_border_color\":\"c0c3c4\",\"id\":57607506,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181382221234176,\"created_at\":\"Fri Feb 24 23:03:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1473000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a7f95d80-ec0a-411b-9b11-4c3955c60d92-173181382221234176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "+1000“@MGMTiST: Elle claque l'émission sur France 5. #LGW”", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: +1000“@MGMTiST: Elle claque l'émission sur France 5. #LGW”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1474000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"+1000\\u201c@MGMTiST: Elle claque l'\\u00e9mission sur France 5. #LGW\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MGMTiST\",\"indices\":[6,14],\"id_str\":\"223155142\",\"name\":\"Batistuta.\",\"id\":223155142}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181383706025984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181383706025984,\"created_at\":\"Fri Feb 24 23:03:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1474000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "41563fb3-8bee-4b11-a9a0-93709de18381-173181383706025984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@legrandwebze Est ce que Solange se drogue ? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/123600529/bracelet_normal.JPG" +}, +"title": "Richard: @legrandwebze Est ce que Solange se drogue ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1474000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@legrandwebze Est ce que Solange se drogue ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181383928320000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":226,\"screen_name\":\"Iryngael\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1960,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Midi-Pyr\\u00e9n\\u00e9es, Moissac\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"description\":\"Gros connard sympa n\\u00e9anmoins :o\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"29106955\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"name\":\"Richard\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 06 00:46:40 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":29106955,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173181383928320000,\"created_at\":\"Fri Feb 24 23:03:54 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1474000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6097a016-cf9f-4217-92ba-184b13a6d6a0-173181383928320000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @nicolaslesaint: #Vinvin sponsorisé par Pentone® #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1366398468/199422_147664651964624_100001632707791_291203_4432894_n_normal.jpg" +}, +"title": "Thomas Sihapanya: RT @nicolaslesaint: #Vinvin sponsorisé par Pentone® #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1475000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @nicolaslesaint: #Vinvin sponsoris\\u00e9 par Pentone\\u00ae #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"nicolaslesaint\",\"indices\":[3,18],\"id_str\":\"404016609\",\"name\":\"Nicolas LE SAINT\",\"id\":404016609}],\"urls\":[],\"hashtags\":[{\"text\":\"Vinvin\",\"indices\":[20,27]},{\"text\":\"lgw\",\"indices\":[52,56]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#Vinvin sponsoris\\u00e9 par Pentone\\u00ae #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Vinvin\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180918658375680\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"screen_name\":\"nicolaslesaint\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":62,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801584941\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"404016609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801584941\\/image_normal.jpg\",\"name\":\"Nicolas LE SAINT\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 03 10:00:21 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":404016609,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180918658375680,\"created_at\":\"Fri Feb 24 23:02:03 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181387732553728\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":450,\"screen_name\":\"TomSihap\",\"lang\":\"fr\",\"profile_text_color\":\"004358\",\"statuses_count\":6483,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/158776155\\/xe9109579070df1f2b2af05135925306.jpg\",\"location\":\"Lyon, France\",\"show_all_inline_media\":true,\"listed_count\":37,\"profile_link_color\":\"448668\",\"followers_count\":444,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1366398468\\/199422_147664651964624_100001632707791_291203_4432894_n_normal.jpg\",\"description\":\"#Lyon Lover, #etudiant, #entrepreneur, #esth\\u00e8te, et Roi Lion le reste du temps. #Web #Dev #Cinema #Curiosit\\u00e9s\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"001329\",\"id_str\":\"7567982\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/158776155\\/xe9109579070df1f2b2af05135925306.jpg\",\"profile_sidebar_fill_color\":\"000b17\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1366398468\\/199422_147664651964624_100001632707791_291203_4432894_n_normal.jpg\",\"name\":\"Thomas Sihapanya\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 18 19:33:05 +0000 2007\",\"profile_sidebar_border_color\":\"f7b565\",\"id\":7567982,\"utc_offset\":3600,\"favourites_count\":1469,\"url\":\"http:\\/\\/www.thomas-sihapanya.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181387732553728,\"created_at\":\"Fri Feb 24 23:03:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1475000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef574386-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "35cd8a76-70c8-4107-bb13-6760c2ce574a-173181387732553728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gnéé elle fait peur la dame #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: Gnéé elle fait peur la dame #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1475000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Gn\\u00e9\\u00e9 elle fait peur la dame #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181390936997888\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D9B17E\",\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"favourites_count\":25,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":203,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"statuses_count\":2881,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"protected\":false,\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Marie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_fill_color\":\"EADEAA\",\"id\":120444044,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\"},\"truncated\":false,\"id\":173181390936997888,\"created_at\":\"Fri Feb 24 23:03:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1475000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "89949082-fdd9-4288-a34a-ab4730fca671-173181390936997888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est là le deuxième écran dont parle #AudeBaron ? #lgw #jecomprendsrien http://t.co/q8g8Hhh1", +"img": { +"src": "http://a0.twimg.com/profile_images/1727472042/ChezDisney_normal.jpg" +}, +"title": "Eric Maillard: C'est là le deuxième écran dont parle #AudeBaron ? #lgw #jecomprendsrien http://t.co/q8g8Hhh1", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1476000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"C'est l\\u00e0 le deuxi\\u00e8me \\u00e9cran dont parle #AudeBaron ? #lgw #jecomprendsrien http:\\/\\/t.co\\/q8g8Hhh1\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[73,93],\"expanded_url\":\"http:\\/\\/www.legrandwebze.com\\/2012\\/02\\/24\\/le-live-du-grand-webze-4\\/\",\"display_url\":\"legrandwebze.com\\/2012\\/02\\/24\\/le-\\u2026\",\"url\":\"http:\\/\\/t.co\\/q8g8Hhh1\"}],\"hashtags\":[{\"text\":\"AudeBaron\",\"indices\":[38,48]},{\"text\":\"lgw\",\"indices\":[51,55]},{\"text\":\"jecomprendsrien\",\"indices\":[56,72]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181393470373889\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2550,\"screen_name\":\"PRland\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":54026,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/302156681\\/twilk_background_4e35a56daf4a2.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":452,\"profile_link_color\":\"0000ff\",\"followers_count\":7667,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1727472042\\/ChezDisney_normal.jpg\",\"description\":\"Je dirige une agence de RP mais tout ce qui se passe ici n'engage que moi.\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"1421991\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/302156681\\/twilk_background_4e35a56daf4a2.jpg\",\"profile_sidebar_fill_color\":\"952d2f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727472042\\/ChezDisney_normal.jpg\",\"name\":\"Eric Maillard\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 18 15:45:10 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":1421991,\"utc_offset\":3600,\"favourites_count\":173,\"url\":\"http:\\/\\/www.prland.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181393470373889,\"created_at\":\"Fri Feb 24 23:03:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1476000, +"tags": [ +{ +"id-ref": "ef7a5646-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef7a5aec-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "be5c1199-ae12-4162-973f-0b49b75e622f-173181393470373889" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai pris #lgw en cours de route. Je ne comprends rien.", +"img": { +"src": "http://a3.twimg.com/profile_images/1820482830/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg" +}, +"title": "Guillaume Renard: J'ai pris #lgw en cours de route. Je ne comprends rien.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1476000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai pris #lgw en cours de route. Je ne comprends rien.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181393256456192\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":598,\"screen_name\":\"G_Renard\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1487,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"020d0c\",\"followers_count\":205,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1820482830\\/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg\",\"description\":\"Motorsports junkie. Working on social media and webmarketing stuff. Writer for @chequeredflags \\/ Membre CN @PartiLiberal\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"12186112\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"668ff7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1820482830\\/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg\",\"name\":\"Guillaume Renard\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 13 17:02:09 +0000 2008\",\"profile_sidebar_border_color\":\"050505\",\"id\":12186112,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/chequeredflags.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181393256456192,\"created_at\":\"Fri Feb 24 23:03:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1476000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fc5b3511-3ba3-47c2-967a-27ce9a5fcf24-173181393256456192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Dites non à la coke. #lgw #wtf", +"img": { +"src": "http://a2.twimg.com/profile_images/1545219778/Lion-yellow_normal.png" +}, +"title": "Lion: Dites non à la coke. #lgw #wtf", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1476000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Dites non \\u00e0 la coke. #lgw #wtf\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]},{\"text\":\"wtf\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181393306796034\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":277,\"screen_name\":\"MonsieurLion\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":9634,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26715550\\/00839_condensation_1680x1050.jpg\",\"location\":\"In Flight\",\"show_all_inline_media\":true,\"listed_count\":34,\"profile_link_color\":\"244067\",\"followers_count\":337,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1545219778\\/Lion-yellow_normal.png\",\"description\":\"Parfois je finis mes phrases parfois je n'y\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9c6d9c\",\"id_str\":\"61885781\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26715550\\/00839_condensation_1680x1050.jpg\",\"profile_sidebar_fill_color\":\"ffeba8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1545219778\\/Lion-yellow_normal.png\",\"name\":\"Lion\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 31 22:00:03 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":61885781,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/www.monsieurlion.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181393306796034,\"created_at\":\"Fri Feb 24 23:03:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1476000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef77b274-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9a1fcfbb-e8ed-4a09-8b11-a5579208367d-173181393306796034" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ouais!!! On veux la chemise de @Vinvin! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Ouais!!! On veux la chemise de @Vinvin! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1479000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ouais!!! On veux la chemise de @Vinvin! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[31,38],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181405784838144\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4895,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181405784838144,\"created_at\":\"Fri Feb 24 23:03:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1479000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f7f17a5d-9860-44f6-b1b9-2f6f0f6ae680-173181405784838144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sur #lgw, y a un tweetdeck projeté dans le studio et c est cool. Pour le reste je pige rien.", +"img": { +"src": "http://a0.twimg.com/profile_images/1848682776/photo_profil_normal.jpg" +}, +"title": "Caroline Pandraud: Sur #lgw, y a un tweetdeck projeté dans le studio et c est cool. Pour le reste je pige rien.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1479000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Sur #lgw, y a un tweetdeck projet\\u00e9 dans le studio et c est cool. Pour le reste je pige rien.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[4,8]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181405889695744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":284,\"screen_name\":\"pointPandraud\",\"lang\":\"fr\",\"profile_text_color\":\"F6FC9D\",\"statuses_count\":424,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"FF1269\",\"followers_count\":181,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"description\":\"Project Analyst @faberNovel www.fabernovel.com \\/\\/\\r\\n@essec Business School Alumni \\/\\/ Paris\\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"4F4C4E\",\"id_str\":\"16096262\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"profile_sidebar_fill_color\":\"7A374C\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"name\":\"Caroline Pandraud\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 02 13:18:16 +0000 2008\",\"profile_sidebar_border_color\":\"382334\",\"id\":16096262,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181405889695744,\"created_at\":\"Fri Feb 24 23:03:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1479000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bfd04bba-ba83-413b-99aa-1ecc18ee7d37-173181405889695744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Spas génial solange te parle :/ #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836489540/humanrage1_normal.jpg" +}, +"title": "Androids: Spas génial solange te parle :/ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1480000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Spas g\\u00e9nial solange te parle :\\/ #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181412273426432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":188,\"screen_name\":\"Androids974\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1487,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":68,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"description\":\"Spectateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"id_str\":\"58974537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"name\":\"Androids\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 22 00:25:26 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":58974537,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181412273426432,\"created_at\":\"Fri Feb 24 23:04:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1480000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "051c58ea-1078-4ed8-a460-8b5e1df59f18-173181412273426432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@captainweb: #lgw @FlorencePorcel DES TICKETS RESTO POUR L'ADC! (on sait jamais,profitons en)”", +"img": { +"src": "http://a3.twimg.com/profile_images/1750880692/AK_normal.jpg" +}, +"title": "Antoine Kister: “@captainweb: #lgw @FlorencePorcel DES TICKETS RESTO POUR L'ADC! (on sait jamais,profitons en)”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1482000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@captainweb: #lgw @FlorencePorcel DES TICKETS RESTO POUR L'ADC! (on sait jamais,profitons en)\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"captainweb\",\"indices\":[1,12],\"id_str\":\"18554168\",\"name\":\"Siegfried Thouvenot\",\"id\":18554168},{\"screen_name\":\"FlorencePorcel\",\"indices\":[19,34],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181420448137216\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":511,\"screen_name\":\"antoinekister\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":8471,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Proche de Strasbourg\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"2FC2EF\",\"followers_count\":356,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1750880692\\/AK_normal.jpg\",\"description\":\"Carcassonnais exil\\u00e9 en Alsace pour des raisons encore non d\\u00e9finis. Sinon je suis un geek, amateur de mangas, s\\u00e9ries TV et joueur amateur de jeux vid\\u00e9os.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"7722152\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1750880692\\/AK_normal.jpg\",\"name\":\"Antoine Kister\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 25 21:44:22 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":7722152,\"utc_offset\":3600,\"favourites_count\":15,\"url\":\"http:\\/\\/www.antoinekister.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181420448137216,\"created_at\":\"Fri Feb 24 23:04:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1482000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5f18e9cf-95e1-4908-87ae-dda14957656f-173181420448137216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Frapadingue Solange #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1735644265/front_de_gauche_annee_normal.jpg" +}, +"title": "Cachounette: Frapadingue Solange #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1482000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Frapadingue Solange #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181417482756097\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":40,\"screen_name\":\"cachounette\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":251,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"description\":\"sage femme, militante PCF-Front de gauche et CGT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"id_str\":\"39092205\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"name\":\"Cachounette\",\"default_profile_image\":false,\"created_at\":\"Sun May 10 18:40:14 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":39092205,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181417482756097,\"created_at\":\"Fri Feb 24 23:04:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1482000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4ca372df-c535-4219-8752-3d16234b3e33-173181417482756097" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monsieur_Poulpe: Est-ce que @Gregshow et @davidmarsais ils peuvent embrasser le professeur rollin ? #Lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1843101534/tumblr_lju3pbB8aQ1qdj3gko1_500_normal.jpg" +}, +"title": "Louise.: RT @Monsieur_Poulpe: Est-ce que @Gregshow et @davidmarsais ils peuvent embrasser le professeur rollin ? #Lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1483000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Monsieur_Poulpe: Est-ce que @Gregshow et @davidmarsais ils peuvent embrasser le professeur rollin ? #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Monsieur_Poulpe\",\"indices\":[3,19],\"id_str\":\"101887303\",\"name\":\"Monsieur Poulpe\",\"id\":101887303},{\"screen_name\":\"Gregshow\",\"indices\":[32,41],\"id_str\":\"23932076\",\"name\":\"Gregshow\",\"id\":23932076},{\"screen_name\":\"davidmarsais\",\"indices\":[45,58],\"id_str\":\"140357554\",\"name\":\"David Marsais\",\"id\":140357554}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[104,108]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Est-ce que @Gregshow et @davidmarsais ils peuvent embrasser le professeur rollin ? #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Gregshow\",\"indices\":[11,20],\"id_str\":\"23932076\",\"name\":\"Gregshow\",\"id\":23932076},{\"screen_name\":\"davidmarsais\",\"indices\":[24,37],\"id_str\":\"140357554\",\"name\":\"David Marsais\",\"id\":140357554}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179528137555968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2826,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"followers_count\":14305,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"68baae\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"name\":\"Monsieur Poulpe\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_border_color\":\"010203\",\"id\":101887303,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179528137555968,\"created_at\":\"Fri Feb 24 22:56:31 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181423694520320\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":57,\"screen_name\":\"ruth_flaquettes\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":53,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/430866191\\/2567115379-zooey-deschanel-cartonne-en-new-girl.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099CC\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1843101534\\/tumblr_lju3pbB8aQ1qdj3gko1_500_normal.jpg\",\"description\":\"Attends avec impatience le come-back de la Compagnie Cr\\u00e9ole. Decalecatan, decalecatan. Oh\\u00e9, oh\\u00e9. Tout est dit.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"349125925\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430866191\\/2567115379-zooey-deschanel-cartonne-en-new-girl.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843101534\\/tumblr_lju3pbB8aQ1qdj3gko1_500_normal.jpg\",\"name\":\"Louise.\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 05 15:59:21 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":349125925,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181423694520320,\"created_at\":\"Fri Feb 24 23:04:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1483000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "981dcaaf-461b-4c54-b803-a431445df37e-173181423694520320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Maintenant je me sens encore plus privilégiée de faire partie des 195 followings de @SolangeTeParle. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1851110304/Picture_0480_normal.jpg" +}, +"title": "Swin Gum: Maintenant je me sens encore plus privilégiée de faire partie des 195 followings de @SolangeTeParle. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1485000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Maintenant je me sens encore plus privil\\u00e9gi\\u00e9e de faire partie des 195 followings de @SolangeTeParle. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[84,99],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[101,105]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181432473198592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":233,\"screen_name\":\"Swiinea\",\"lang\":\"fr\",\"profile_text_color\":\"71d6c9\",\"statuses_count\":4521,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362128090\\/swin.jpg\",\"location\":\"Lille - Pos\\u00e9e sur un cactus\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"807d7e\",\"followers_count\":581,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851110304\\/Picture_0480_normal.jpg\",\"description\":\"Les bios c'est pour les faibles ou pour les gens qui font un truc dans la vie tout \\u00e7a. Je suis Swin' et je suis n\\u00e9e pour \\u00eatre une larve. #HOULOULOU\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1d4c70\",\"id_str\":\"372532169\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362128090\\/swin.jpg\",\"profile_sidebar_fill_color\":\"1d4c70\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851110304\\/Picture_0480_normal.jpg\",\"name\":\"Swin Gum\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 12 23:11:47 +0000 2011\",\"profile_sidebar_border_color\":\"57ff57\",\"id\":372532169,\"utc_offset\":-10800,\"favourites_count\":360,\"url\":\"http:\\/\\/tchictchac.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181432473198592,\"created_at\":\"Fri Feb 24 23:04:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1485000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "94f7f1e2-3726-4ae9-ac17-e3d38174947a-173181432473198592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est drôle ça #solange", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: #lgw c'est drôle ça #solange", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1485000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c'est dr\\u00f4le \\u00e7a #solange\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"solange\",\"indices\":[20,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181430208282624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":663,\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7365,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"location\":\"DtC\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":207,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"name\":\"monsieurhobby\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":78733185,\"utc_offset\":-10800,\"favourites_count\":30,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181430208282624,\"created_at\":\"Fri Feb 24 23:04:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1485000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef7b6040-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b4226404-1d12-448d-9473-a95d746920b7-173181430208282624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tu peux pas choper root sur un autre réseau ? \n;-D RT @kheops2713 Le wifi est mort sur le plateau #lgw :] #fail :D", +"img": { +"src": "http://a2.twimg.com/profile_images/1133755055/JU_normal.jpg" +}, +"title": "Ju: Tu peux pas choper root sur un autre réseau ? \n;-D RT @kheops2713 Le wifi est mort sur le plateau #lgw :] #fail :D", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1486000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tu peux pas choper root sur un autre r\\u00e9seau ? \\n;-D RT @kheops2713 Le wifi est mort sur le plateau #lgw :] #fail :D\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[54,65],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[98,102]},{\"text\":\"fail\",\"indices\":[106,111]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181434301911040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":581,\"screen_name\":\"jujusete\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":51247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"en France, mais pas trop\",\"show_all_inline_media\":true,\"listed_count\":118,\"profile_link_color\":\"D02B55\",\"followers_count\":1770,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1133755055\\/JU_normal.jpg\",\"description\":\"Journaliste, ex Moyen-Orient, ex Asie du Sud-Est et Tunisie. CV ici http:\\/\\/juliegommes.cv.fm\\/\\/fr\\/ Tahina et sac \\u00e0 dos addict, cr\\u00e9atrice de la #pigistini\\u00e8re.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"id_str\":\"26174431\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1133755055\\/JU_normal.jpg\",\"name\":\"Ju\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 24 04:06:36 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":26174431,\"utc_offset\":-10800,\"favourites_count\":42,\"url\":\"http:\\/\\/seteici.midiblogs.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181434301911040,\"created_at\":\"Fri Feb 24 23:04:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1486000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7b3ebc1e-cf21-4ffe-a2c5-d59df847b443-173181434301911040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@SolangeTeParle êtes-vous skyzophrène ? #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1849151891/1764739210_small_normal.jpg" +}, +"title": "Armand Verseau: @SolangeTeParle êtes-vous skyzophrène ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1487000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"@SolangeTeParle \\u00eates-vous skyzophr\\u00e8ne ? #LGW\",\"created_at\":\"Fri Feb 24 23:04:07 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[40,44]}],\"user_mentions\":[{\"indices\":[0,15],\"screen_name\":\"SolangeTeParle\",\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":\"173006147761082368\",\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":\"417867146\",\"id_str\":\"173181440807280642\",\"coordinates\":null,\"in_reply_to_screen_name\":\"SolangeTeParle\",\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":0,\"created_at\":\"Sat Feb 06 06:41:16 +0000 2010\",\"profile_text_color\":\"3D1957\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"url\":null,\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"FF0000\",\"screen_name\":\"armandverseau\",\"time_zone\":\"Hawaii\",\"description\":\"Donneur de vie\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_background_color\":\"642D8B\",\"location\":\"Bordeaux, Fr\",\"id_str\":\"111817288\",\"profile_background_tile\":true,\"followers_count\":15,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849151891\\/1764739210_small_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849151891\\/1764739210_small_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"7AC3EE\",\"favourites_count\":1,\"protected\":false,\"friends_count\":25,\"profile_sidebar_border_color\":\"65B0DA\",\"name\":\"Armand Verseau\",\"contributors_enabled\":false,\"verified\":false,\"id\":111817288,\"statuses_count\":14,\"profile_use_background_image\":false,\"utc_offset\":-36000},\"in_reply_to_user_id\":417867146,\"in_reply_to_status_id\":173006147761082368,\"favorited\":false,\"id\":173181440807280642}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1487000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fef46e87-3e2e-4f6e-ae08-3d5ca05e6762-173181440807280642" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"Solange te parle\" Je découvre. Elle est perchée un peu elle non ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1573580393/Christophe_Lauer_-_Valtech_normal.jpg" +}, +"title": "Christophe Lauer: \"Solange te parle\" Je découvre. Elle est perchée un peu elle non ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1487000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\"Solange te parle\\\" Je d\\u00e9couvre. Elle est perch\\u00e9e un peu elle non ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181440975056896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3027,\"screen_name\":\"clauer\",\"lang\":\"en\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":39030,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/263341008\\/bk_body.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":281,\"profile_link_color\":\"ff0000\",\"followers_count\":4662,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1573580393\\/Christophe_Lauer_-_Valtech_normal.jpg\",\"description\":\"Business Development Manager and Social Media Strategy Lead at Valtech Corp. Former Microsoftee. Opinions are mine. Friendly by default. Let's talk!\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"1155631\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/263341008\\/bk_body.jpg\",\"profile_sidebar_fill_color\":\"f0f0ed\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1573580393\\/Christophe_Lauer_-_Valtech_normal.jpg\",\"name\":\"Christophe Lauer\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 14 13:20:02 +0000 2007\",\"profile_sidebar_border_color\":\"dbdbdb\",\"id\":1155631,\"utc_offset\":3600,\"favourites_count\":3729,\"url\":\"http:\\/\\/www.clauer.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181440975056896,\"created_at\":\"Fri Feb 24 23:04:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1487000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e5363c86-555d-44df-bd4f-3a69c5b05e64-173181440975056896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@EstelleMicheau C koi #LGW plz ? ^^", +"img": { +"src": "http://a0.twimg.com/profile_images/1737231168/MERWAAAN_et_MOI_normal.jpg" +}, +"title": "Salomé Garbi Mothe : @EstelleMicheau C koi #LGW plz ? ^^", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1488000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@EstelleMicheau C koi #LGW plz ? ^^\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"EstelleMicheau\",\"indices\":[0,15],\"id_str\":\"273101501\",\"name\":\"Estelle Micheau\",\"id\":273101501}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173179915200512000\",\"id_str\":\"173181444737351682\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173179915200512000,\"in_reply_to_user_id_str\":\"273101501\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":30,\"screen_name\":\"Schlumette93\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1921,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/374560482\\/YEAAAAAH_JADOREEE.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":132,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1737231168\\/MERWAAAN_et_MOI_normal.jpg\",\"description\":\"Hey Twitter ! ;-)\\r\\nJe suis Salom\\u00e9, j'ai 16 ans et j'aime @FlorentMotheOff & @MerwanRim de @MozartOperaRock #WhatBetter 8D ?! \\u2665\\r\\nFollow Me If You Can ! =D \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"426814344\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/374560482\\/YEAAAAAH_JADOREEE.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1737231168\\/MERWAAAN_et_MOI_normal.jpg\",\"name\":\"Salom\\u00e9 Garbi Mothe \",\"default_profile_image\":false,\"created_at\":\"Fri Dec 02 18:44:52 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":426814344,\"utc_offset\":null,\"favourites_count\":61,\"url\":\"http:\\/\\/belbrune93300.skyrock.com\"},\"in_reply_to_screen_name\":\"EstelleMicheau\",\"truncated\":false,\"id\":173181444737351682,\"created_at\":\"Fri Feb 24 23:04:08 +0000 2012\",\"in_reply_to_user_id\":273101501}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1488000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fad94d8a-5690-4889-b087-1a7e7822bd25-173181444737351682" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "32 Glaçons #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1525098848/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg" +}, +"title": "Michael J.: 32 Glaçons #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1489000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"32 Gla\\u00e7ons #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181448772272128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":150,\"screen_name\":\"Martyornot\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2668,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/378350402\\/war_dictators.jpg\",\"location\":\"Rouen, Normandie\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":101,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1525098848\\/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg\",\"description\":\"#Traveler #geek #retrogaming #videogames #Normandie #rouen #Coupdecouteaudanslaglotte !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"112498831\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378350402\\/war_dictators.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1525098848\\/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg\",\"name\":\"Michael J.\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 08 18:34:33 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":112498831,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181448772272128,\"created_at\":\"Fri Feb 24 23:04:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1489000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f201c29-b12e-498e-ba2a-79358dee25ba-173181448772272128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @tetedansleposte: bien le coup du décompte live du nombre de tweets dans #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: RT @tetedansleposte: bien le coup du décompte live du nombre de tweets dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1490000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @tetedansleposte: bien le coup du d\\u00e9compte live du nombre de tweets dans #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"tetedansleposte\",\"indices\":[3,19],\"id_str\":\"6006122\",\"name\":\"T\\u00eate dans le poste\",\"id\":6006122}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"bien le coup du d\\u00e9compte live du nombre de tweets dans #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180870721683458\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":552,\"screen_name\":\"tetedansleposte\",\"lang\":\"fr\",\"profile_text_color\":\"ebe8eb\",\"statuses_count\":1132,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/196396078\\/neige.jpg\",\"location\":\"dans le poste\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"0abef5\",\"followers_count\":399,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1592307646\\/profil_reseau_social_normal.jpg\",\"description\":\"La t\\u00eate dans le poste, un site pour tenter de regarder la t\\u00e9l\\u00e9vision diff\\u00e9remment et faire \\u00e9merger la r\\u00e9flexion.\\r\\nRendons le T\\u00c9L\\u00c9SPECT-ACTEUR\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"032647\",\"id_str\":\"6006122\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196396078\\/neige.jpg\",\"profile_sidebar_fill_color\":\"2f5673\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1592307646\\/profil_reseau_social_normal.jpg\",\"name\":\"T\\u00eate dans le poste\",\"default_profile_image\":false,\"created_at\":\"Sun May 13 09:57:22 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":6006122,\"utc_offset\":-7200,\"favourites_count\":0,\"url\":\"http:\\/\\/www.latetedansleposte.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180870721683458,\"created_at\":\"Fri Feb 24 23:01:51 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181451079127040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2712,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181451079127040,\"created_at\":\"Fri Feb 24 23:04:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1490000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "11ff141a-af8d-44d1-b7a2-0d8ce1d8e41d-173181451079127040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Combien de glaçons chez Solange ?... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Combien de glaçons chez Solange ?... #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1490000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Combien de gla\\u00e7ons chez Solange ?... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181451305631744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3146,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181451305631744,\"created_at\":\"Fri Feb 24 23:04:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1490000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b578f655-934b-49f9-b8f7-5557b121f1f5-173181451305631744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 12 glacons !", +"img": { +"src": "http://a0.twimg.com/profile_images/1622080827/image_normal.jpg" +}, +"title": "Alan Smithee: #lgw 12 glacons !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1491000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw 12 glacons !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181456938582016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":22,\"screen_name\":\"Alan_Smithee0\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":79,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1622080827\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"223556391\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1622080827\\/image_normal.jpg\",\"name\":\"Alan Smithee\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 06 18:28:41 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":223556391,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181456938582016,\"created_at\":\"Fri Feb 24 23:04:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1491000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9c47807f-1d13-4436-9436-cc0ed4e602e0-173181456938582016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "64 Glaçons #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: 64 Glaçons #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1491000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"64 Gla\\u00e7ons #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181457597079552\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3246,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173181457597079552,\"created_at\":\"Fri Feb 24 23:04:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1491000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "67f273c3-e72b-44d0-a141-b27672dab0f0-173181457597079552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 48", +"img": { +"src": "http://a1.twimg.com/profile_images/1129708432/Photo_du_71918072-09-___19_normal.jpg" +}, +"title": "JC: #lgw 48", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1491000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw 48\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181456087134208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":260,\"screen_name\":\"l_jc\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":640,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1129708432\\/Photo_du_71918072-09-___19_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"113982432\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1129708432\\/Photo_du_71918072-09-___19_normal.jpg\",\"name\":\"JC\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 13 17:57:33 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":113982432,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181456087134208,\"created_at\":\"Fri Feb 24 23:04:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1491000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8df4140d-c35c-4d0e-b4f4-5ab2ef208c17-173181456087134208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw je dirai 26 glaçons", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw je dirai 26 glaçons", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1492000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw je dirai 26 gla\\u00e7ons\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181459090255872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181459090255872,\"created_at\":\"Fri Feb 24 23:04:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1492000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8e5abd13-3ceb-4789-b85e-a4142d1ebaa5-173181459090255872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @solferishow: Bienvenue sur Arte. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1772965923/tw_13213657_1327237886_normal.jpg" +}, +"title": "duanyer: RT @solferishow: Bienvenue sur Arte. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1492000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @solferishow: Bienvenue sur Arte. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"solferishow\",\"indices\":[3,15],\"id_str\":\"232221031\",\"name\":\"Solferishow\",\"id\":232221031}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Bienvenue sur Arte. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181233826766848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1143,\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13622,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"name\":\"Solferishow\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":232221031,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/www.solferishow.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181233826766848,\"created_at\":\"Fri Feb 24 23:03:18 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181460684091394\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":830,\"screen_name\":\"duanyer\",\"lang\":\"fr\",\"profile_text_color\":\"050505\",\"statuses_count\":17181,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/143862310\\/GetImage.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":51,\"profile_link_color\":\"0026ff\",\"followers_count\":852,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1772965923\\/tw_13213657_1327237886_normal.jpg\",\"description\":\"Mon ambition est de devenir l'idiot du village. J'y suis presque.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8a6e2d\",\"id_str\":\"23742784\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/143862310\\/GetImage.jpg\",\"profile_sidebar_fill_color\":\"e2ed7c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1772965923\\/tw_13213657_1327237886_normal.jpg\",\"name\":\"duanyer\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 09:59:57 +0000 2009\",\"profile_sidebar_border_color\":\"d96666\",\"id\":23742784,\"utc_offset\":3600,\"favourites_count\":1310,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181460684091394,\"created_at\":\"Fri Feb 24 23:04:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1492000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a65d913b-897e-478c-83ac-42939b78300f-173181460684091394" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bizarre cette séquence #démonssalledebains #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1592192908/DKen_MG_5127_Small_normal.jpeg" +}, +"title": "Antoine Dubuquoy: Bizarre cette séquence #démonssalledebains #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1493000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bizarre cette s\\u00e9quence #d\\u00e9monssalledebains #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"d\\u00e9monssalledebains\",\"indices\":[23,42]},{\"text\":\"lgw\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181466170232833\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1104,\"screen_name\":\"dubuc64\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":12390,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"location\":\"Paris (France)\",\"show_all_inline_media\":false,\"listed_count\":117,\"profile_link_color\":\"ff0000\",\"followers_count\":1732,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"description\":\"Digital Media Strategist - Social Media, Community Management - Rock & pop culture guru - Auteur avec @nicoprat des Miscellan\\u00e9es d'Internet parution le 12\\/01\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"10731962\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"profile_sidebar_fill_color\":\"eeeeee\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"name\":\"Antoine Dubuquoy\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 30 07:20:52 +0000 2007\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":10731962,\"utc_offset\":3600,\"favourites_count\":339,\"url\":\"http:\\/\\/www.dubucsblog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181466170232833,\"created_at\":\"Fri Feb 24 23:04:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1493000, +"tags": [ +{ +"id-ref": "ef7cc2be-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "204a6d01-8970-44f6-8454-1c66bc3b3122-173181466170232833" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ou seesmic? RT @xYumiste Ah oui @Vinvin est sur Tweetdeck #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: Ou seesmic? RT @xYumiste Ah oui @Vinvin est sur Tweetdeck #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1494000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ou seesmic? RT @xYumiste Ah oui @Vinvin est sur Tweetdeck #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"xYumiste\",\"indices\":[15,24],\"id_str\":\"103989420\",\"name\":\"Am\\u00e9lie Owl \",\"id\":103989420},{\"screen_name\":\"Vinvin\",\"indices\":[32,39],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181467625664513\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1158,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"name\":\"Cammarata Thierry\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":334554629,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181467625664513,\"created_at\":\"Fri Feb 24 23:04:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1494000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5adc0b9a-5213-45cd-b0c7-f044c3dddc76-173181467625664513" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est chelou #lgw, c'est fait avec 3 bouts de ficelles, un peu lunaire, je suis assez dubitatif...", +"img": { +"src": "http://a0.twimg.com/profile_images/1801176537/profile_normal.jpg" +}, +"title": "rachoubidou69: C'est chelou #lgw, c'est fait avec 3 bouts de ficelles, un peu lunaire, je suis assez dubitatif...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1494000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est chelou #lgw, c'est fait avec 3 bouts de ficelles, un peu lunaire, je suis assez dubitatif...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181468246413313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":61,\"screen_name\":\"rachoubidou69\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":260,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/398766806\\/128427.jpg\",\"location\":\"France, Cremieu\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":24,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801176537\\/profile_normal.jpg\",\"description\":\"On rencontre sa femme sur Meetic, la trompe sur Facebook, annonce le divorce sur Twitter et vends la baraque sur Ebay\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"396071969\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/398766806\\/128427.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801176537\\/profile_normal.jpg\",\"name\":\"rachoubidou69\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 22 18:06:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":396071969,\"utc_offset\":3600,\"favourites_count\":31,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181468246413313,\"created_at\":\"Fri Feb 24 23:04:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1494000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "987ce38f-1afa-483e-bd2f-76d258ac6343-173181468246413313" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@reda: Cesar du meilleur tweet de l'année.“@fabricepierrot: Maiwenn a maintenant une bonne raison de chialer #Cesar2012” #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1843979295/mt_normal.png" +}, +"title": "Maryan: “@reda: Cesar du meilleur tweet de l'année.“@fabricepierrot: Maiwenn a maintenant une bonne raison de chialer #Cesar2012” #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1494000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@reda: Cesar du meilleur tweet de l'ann\\u00e9e.\\u201c@fabricepierrot: Maiwenn a maintenant une bonne raison de chialer #Cesar2012\\u201d #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"reda\",\"indices\":[1,6],\"id_str\":\"25291435\",\"name\":\"@Reda Ana\",\"id\":25291435},{\"screen_name\":\"fabricepierrot\",\"indices\":[44,59],\"id_str\":\"30635526\",\"name\":\"fabrice pierrot\",\"id\":30635526}],\"urls\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[110,120]},{\"text\":\"lgw\",\"indices\":[122,126]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181470582640641\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":237,\"screen_name\":\"maryan_T\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":270,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/378380740\\/twilk_background_4ee1335455f2d.jpg\",\"location\":\"Compiegne\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":37,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843979295\\/mt_normal.png\",\"description\":\"Ing\\u00e9nieur syst\\u00e9me UTC\\r\\nTweet or not tweet ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"234819773\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378380740\\/twilk_background_4ee1335455f2d.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843979295\\/mt_normal.png\",\"name\":\"Maryan\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 06 17:07:30 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":234819773,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181470582640641,\"created_at\":\"Fri Feb 24 23:04:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1494000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9e4f1bc4-2749-486d-953e-cc130245800a-173181470582640641" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze Viens de découvrir cette émission en zappant. Plutôt sympa! Bon principe participatif et drôle en+! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1594302019/3eadcb00-f04c-4c61-b122-e74a871d97e2_normal.png" +}, +"title": "Sophie TAN: @LeGrandWebze Viens de découvrir cette émission en zappant. Plutôt sympa! Bon principe participatif et drôle en+! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1494000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze Viens de d\\u00e9couvrir cette \\u00e9mission en zappant. Plut\\u00f4t sympa! Bon principe participatif et dr\\u00f4le en+! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181468850401281\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":303,\"screen_name\":\"sophie_ehrhardt\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":408,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Strasbourg\",\"show_all_inline_media\":true,\"listed_count\":20,\"profile_link_color\":\"990000\",\"followers_count\":250,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1594302019\\/3eadcb00-f04c-4c61-b122-e74a871d97e2_normal.png\",\"description\":\"Branch\\u00e9e sur la communication irl&web des institutions culturelles et la m\\u00e9diation. #museogeek #fid\\u00e9lisation #web2.0 Charg\\u00e9 de Communication et CM\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"274446618\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1594302019\\/3eadcb00-f04c-4c61-b122-e74a871d97e2_normal.png\",\"name\":\"Sophie TAN\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 30 09:32:58 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":274446618,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/sophie-ehrhardt\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173181468850401281,\"created_at\":\"Fri Feb 24 23:04:14 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1494000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c83e7245-efde-459a-97a2-f0c313e94a81-173181468850401281" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ah les cons ! j'ai pas compté les glaçons ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: ah les cons ! j'ai pas compté les glaçons ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1495000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ah les cons ! j'ai pas compt\\u00e9 les gla\\u00e7ons ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181472440713218\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181472440713218,\"created_at\":\"Fri Feb 24 23:04:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1495000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "be19c5fe-fdfb-4457-b908-0fa7f69f2556-173181472440713218" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Un peu de mal à saisir....", +"img": { +"src": "http://a0.twimg.com/profile_images/1799016252/DSC02999bis_normal.jpg" +}, +"title": "Cuiller à Soupe: #lgw Un peu de mal à saisir....", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1495000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Un peu de mal \\u00e0 saisir....\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181472340049920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":169,\"screen_name\":\"CuuilerSoupe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":106,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418130953\\/Photo_200.jpg\",\"location\":\"Fouras\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1799016252\\/DSC02999bis_normal.jpg\",\"description\":\"Passionn\\u00e9e de et par tout... Sp\\u00e9cialis\\u00e9e dans les politiques d'Education du monde\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"\",\"id_str\":\"481209009\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418130953\\/Photo_200.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799016252\\/DSC02999bis_normal.jpg\",\"name\":\"Cuiller \\u00e0 Soupe\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 02 12:57:41 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":481209009,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181472340049920,\"created_at\":\"Fri Feb 24 23:04:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1495000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ec23aaf5-c84e-4767-9394-9f336f2bfe70-173181472340049920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "12 ? #LGW @SolangeTeParle", +"img": { +"src": "http://a2.twimg.com/profile_images/1746199949/flashcode_twitter_normal.jpg" +}, +"title": "Arthur Massonneau: 12 ? #LGW @SolangeTeParle", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1495000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"12 ? #LGW @SolangeTeParle\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[10,25],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[5,9]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181472411365376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":211,\"screen_name\":\"ArtMassonneau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":213,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Bordeaux, France\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":87,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1746199949\\/flashcode_twitter_normal.jpg\",\"description\":\"\\u00c9tudiant en Master 1 \\u00e0 BEM Management School. Passionn\\u00e9 de cin\\u00e9ma et de vid\\u00e9o, des NTIC et des ph\\u00e9nom\\u00e8nes communautaires. Et puis int\\u00e9ress\\u00e9 par \\u00e0 peu pr\\u00e8s tout!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"119803779\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1746199949\\/flashcode_twitter_normal.jpg\",\"name\":\"Arthur Massonneau\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 04 18:00:01 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":119803779,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181472411365376,\"created_at\":\"Fri Feb 24 23:04:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1495000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "79c09e99-8a36-4489-bebb-52db0b12392d-173181472411365376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 28 glacons", +"img": { +"src": "http://a0.twimg.com/profile_images/1649856860/avatpagetwsn_normal.jpg" +}, +"title": "lôtre demédeu: #lgw 28 glacons", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1495000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw 28 glacons\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181474772762626\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":81,\"screen_name\":\"lotre\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":10315,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"location\":\"just there\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"description\":\"man, z\\u00e9ro de l'univers !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"7233942\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"name\":\"l\\u00f4tre dem\\u00e9deu\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 03 18:07:50 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":7233942,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181474772762626,\"created_at\":\"Fri Feb 24 23:04:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1495000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "09babcd9-40ff-4463-baae-e72e7258a286-173181474772762626" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @captainweb: #lgw @FlorencePorcel DES TICKETS RESTO POUR L'ADC! (on sait jamais,profitons en)", +"img": { +"src": "http://a0.twimg.com/profile_images/1435456875/officiel_normal.jpg" +}, +"title": "Florian Le Frioux: RT @captainweb: #lgw @FlorencePorcel DES TICKETS RESTO POUR L'ADC! (on sait jamais,profitons en)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1497000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @captainweb: #lgw @FlorencePorcel DES TICKETS RESTO POUR L'ADC! (on sait jamais,profitons en)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"captainweb\",\"indices\":[3,14],\"id_str\":\"18554168\",\"name\":\"Siegfried Thouvenot\",\"id\":18554168},{\"screen_name\":\"FlorencePorcel\",\"indices\":[21,36],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @FlorencePorcel DES TICKETS RESTO POUR L'ADC! (on sait jamais,profitons en)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[5,20],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181309617844224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1036,\"screen_name\":\"captainweb\",\"lang\":\"fr\",\"profile_text_color\":\"757575\",\"statuses_count\":28952,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/32213787\\/maquette-background-twitter.png\",\"location\":\"France, Paris\",\"show_all_inline_media\":true,\"listed_count\":676,\"profile_link_color\":\"767fb5\",\"followers_count\":7392,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1775056166\\/siegfried-thouvenot_normal.jpg\",\"description\":\"Blogueur High-tech, Newb Podcaster, dev Web etc...\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"18554168\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32213787\\/maquette-background-twitter.png\",\"profile_sidebar_fill_color\":\"f5f5f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775056166\\/siegfried-thouvenot_normal.jpg\",\"name\":\"Siegfried Thouvenot\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 02 15:30:22 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":18554168,\"utc_offset\":3600,\"favourites_count\":65,\"url\":\"http:\\/\\/www.captainweb.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181309617844224,\"created_at\":\"Fri Feb 24 23:03:36 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181481160687616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"floweb\",\"lang\":\"fr\",\"profile_text_color\":\"123191\",\"statuses_count\":9693,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/84126278\\/Opera-Background-Purple-Dots.jpg\",\"location\":\"Bayonne, France\",\"show_all_inline_media\":true,\"listed_count\":30,\"profile_link_color\":\"005eff\",\"followers_count\":393,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1435456875\\/officiel_normal.jpg\",\"description\":\"Jeune homme de 23 ans, Opera addict et ras\\u00e9 par Gillette, semblant geek et singulier. Shocking Lemon admirer, I'm keeping the lemon power alive. Ganbare Ippo!\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"85e5f2\",\"id_str\":\"19767224\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/84126278\\/Opera-Background-Purple-Dots.jpg\",\"profile_sidebar_fill_color\":\"24bbd6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435456875\\/officiel_normal.jpg\",\"name\":\"Florian Le Frioux\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 30 13:36:34 +0000 2009\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":19767224,\"utc_offset\":3600,\"favourites_count\":304,\"url\":\"http:\\/\\/www.florian-lefrioux.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181481160687616,\"created_at\":\"Fri Feb 24 23:04:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1497000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dddf110e-6fac-46ca-bf79-bf8479065621-173181481160687616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "28 glacons #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1801887028/image_normal.jpg" +}, +"title": "Al Bensimhon: 28 glacons #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1500000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"28 glacons #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181496352452608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":76,\"screen_name\":\"BensiBensi\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":193,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801887028\\/image_normal.jpg\",\"description\":\"Quand je serai grand je ferai des films... Enfin, je crois.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"306777492\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801887028\\/image_normal.jpg\",\"name\":\"Al Bensimhon\",\"default_profile_image\":false,\"created_at\":\"Sat May 28 12:39:50 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":306777492,\"utc_offset\":3600,\"favourites_count\":10,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181496352452608,\"created_at\":\"Fri Feb 24 23:04:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1500000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f4c394b2-8fcb-4da1-8754-71d0abf2f98f-173181496352452608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "32 glaçons ! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: 32 glaçons ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1501000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"32 gla\\u00e7ons ! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181500500619264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5567,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"location\":\"Saligny, France\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_border_color\":\"5c5c5c\",\"id\":12687332,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.k3nny.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181500500619264,\"created_at\":\"Fri Feb 24 23:04:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1501000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b4ed461e-7a47-4159-b3d8-1722755eacde-173181500500619264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1773283688/image_normal.jpg" +}, +"title": "Nancy Lafée: #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1502000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181502945902593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"NancyLafee\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":44,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Montpellier\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1773283688\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"470968414\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1773283688\\/image_normal.jpg\",\"name\":\"Nancy Laf\\u00e9e\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 22 10:36:53 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":470968414,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181502945902593,\"created_at\":\"Fri Feb 24 23:04:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1502000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "149f683f-805f-46cb-9f08-93d47d50d819-173181502945902593" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw en forme Rollin sur les vannes ce soir !", +"img": { +"src": "http://a1.twimg.com/profile_images/1611307034/Flora_et_Tim_033_normal.JPG" +}, +"title": "PINSON Fabien: #lgw en forme Rollin sur les vannes ce soir !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1503000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw en forme Rollin sur les vannes ce soir !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181505961603072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2,\"screen_name\":\"PINSONFabien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1611307034\\/Flora_et_Tim_033_normal.JPG\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"400346629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1611307034\\/Flora_et_Tim_033_normal.JPG\",\"name\":\"PINSON Fabien\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 28 21:57:28 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":400346629,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181505961603072,\"created_at\":\"Fri Feb 24 23:04:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1503000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cd728ebd-34e3-46a8-8fa2-a6a05ac739ad-173181505961603072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 18 ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1694156609/737DALWinter_normal.jpg" +}, +"title": "Axel G. Hillbear: #lgw 18 ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1503000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw 18 ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181509023432704\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"336d70\",\"screen_name\":\"Hillbird21\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":48,\"location\":\"France\",\"profile_text_color\":\"2e4b6e\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1694156609\\/737DALWinter_normal.jpg\",\"description\":\"PC-Gaming (Wow odd.) & aviation (Wow super odd.) are my hobbies. Let's talk about everythin' !\",\"statuses_count\":174,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"091314\",\"protected\":false,\"id_str\":\"406079380\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Axel G. Hillbear\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Sun Nov 06 06:42:54 +0000 2011\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":406079380,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1694156609\\/737DALWinter_normal.jpg\"},\"truncated\":false,\"id\":173181509023432704,\"created_at\":\"Fri Feb 24 23:04:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1503000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c78d60d8-b9b4-4237-9c4f-7cf83297946f-173181509023432704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Je dirais 35...", +"img": { +"src": "http://a0.twimg.com/profile_images/1843832843/Photo_du_21-02-12___19.49_normal.jpg" +}, +"title": "Alice Wonderland: #lgw Je dirais 35...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1504000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Je dirais 35...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181510520803328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"moustikette\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":217,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Near Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"description\":\"J'ai un bonnet Tigrou! And so what? :D\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"23988907\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"name\":\"Alice Wonderland\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 12 17:33:07 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":23988907,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/wonderlandalice.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181510520803328,\"created_at\":\"Fri Feb 24 23:04:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1504000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5e65f34b-c0a8-4ba1-8f72-63a681ae483c-173181510520803328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #FF @lefrogburger top 10 best vidéos http://t.co/F1pgakIS about the French.", +"img": { +"src": "http://a3.twimg.com/profile_images/1685036198/FBE_LOGO_copy_2_normal.jpg" +}, +"title": "Robert Hoehn: #lgw #FF @lefrogburger top 10 best vidéos http://t.co/F1pgakIS about the French.", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1505000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #FF @lefrogburger top 10 best vid\\u00e9os http:\\/\\/t.co\\/F1pgakIS about the French.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"lefrogburger\",\"indices\":[9,22],\"id_str\":\"15456568\",\"name\":\"Robert Hoehn\",\"id\":15456568}],\"urls\":[{\"indices\":[42,62],\"expanded_url\":\"http:\\/\\/youtu.be\\/Rt_3fF63T0Y\",\"display_url\":\"youtu.be\\/Rt_3fF63T0Y\",\"url\":\"http:\\/\\/t.co\\/F1pgakIS\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"FF\",\"indices\":[5,8]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181514127917056\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":572,\"screen_name\":\"lefrogburger\",\"lang\":\"en\",\"profile_text_color\":\"E91212\",\"statuses_count\":800,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/393869761\\/Logo-Run-FBEsmallest2.jpg\",\"location\":\"iPhone: 45.195999,-92.921432\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0000ff\",\"followers_count\":829,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1685036198\\/FBE_LOGO_copy_2_normal.jpg\",\"description\":\"Sh*t Nobody Says in Paris - French Fried TV Episode 4 http:\\/\\/tinyurl.com\\/88g7rk6 Please SHARE & #RT Frog Burger Entertainment 4 #FRANGLAIS in #Paris today!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"010505\",\"id_str\":\"15456568\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/393869761\\/Logo-Run-FBEsmallest2.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1685036198\\/FBE_LOGO_copy_2_normal.jpg\",\"name\":\"Robert Hoehn\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 16 16:50:26 +0000 2008\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":15456568,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/www.facebook.com\\/FrenchFriedTV\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181514127917056,\"created_at\":\"Fri Feb 24 23:04:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1505000, +"tags": [ +{ +"id-ref": "ef39c9aa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4492f811-a614-414c-b48e-ea2f346ecd6b-173181514127917056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #lgw @palmashow #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1838207664/image_normal.jpg" +}, +"title": "Sanchez Théo: @LeGrandWebze #lgw @palmashow #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1505000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze #lgw @palmashow #cQui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"palmashow\",\"indices\":[19,29],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"cQui\",\"indices\":[30,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181513729458176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":60,\"screen_name\":\"sanchez_theo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":144,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"374697529\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"name\":\"Sanchez Th\\u00e9o\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 16 19:34:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":374697529,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173181513729458176,\"created_at\":\"Fri Feb 24 23:04:25 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1505000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "227804f9-8e52-4429-90d2-d41bc21c20df-173181513729458176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La ca devient ultra conceptuel #lgw #ilreste", +"img": { +"src": "http://a1.twimg.com/profile_images/1840602431/MyGoogle_Avatar1_normal.png" +}, +"title": "Guillaume Maurin: La ca devient ultra conceptuel #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1505000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La ca devient ultra conceptuel #lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]},{\"text\":\"ilreste\",\"indices\":[36,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181514262130689\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":394,\"screen_name\":\"gmaurin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15767,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"location\":\"France - Bretagne - Toulouse\",\"show_all_inline_media\":true,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":428,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"description\":\"Du pass\\u00e9 faisons table en marbre ........ #Geek #Rugby #Prof - http:\\/\\/gplus.gmaurin.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"48504688\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"name\":\"Guillaume Maurin\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 18 21:54:30 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":48504688,\"utc_offset\":3600,\"favourites_count\":58,\"url\":\"http:\\/\\/www.gmaurin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181514262130689,\"created_at\":\"Fri Feb 24 23:04:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1505000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "12c83eee-2de0-4bfb-a1f5-5104afaf2478-173181514262130689" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "48 glaçons. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1850972765/image_normal.jpg" +}, +"title": "Pierson ∞: 48 glaçons. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1505000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"48 gla\\u00e7ons. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181515390402561\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":733,\"screen_name\":\"spookev\",\"lang\":\"en\",\"profile_text_color\":\"8f8f8f\",\"statuses_count\":27569,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/96498905\\/bgTw.jpg\",\"location\":\"Alsace-France \\/ Germany\",\"show_all_inline_media\":false,\"listed_count\":102,\"profile_link_color\":\"000f57\",\"followers_count\":1040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850972765\\/image_normal.jpg\",\"description\":\"Freelance graphisme, web & print. www.twavatar.us - www.foot.lv Suis-moi, ta vie sera moins chiante. - NS2012 - Mes tweets n'engagent que moi. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"51034368\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/96498905\\/bgTw.jpg\",\"profile_sidebar_fill_color\":\"9ed6f0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850972765\\/image_normal.jpg\",\"name\":\"Pierson \\u221e\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 26 12:18:55 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":51034368,\"utc_offset\":-10800,\"favourites_count\":66,\"url\":\"http:\\/\\/www.annei.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181515390402561,\"created_at\":\"Fri Feb 24 23:04:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1505000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "afbc3a22-9500-48e3-8d67-6d2376e85363-173181515390402561" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@legrandwebze : 48 glacons ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/123600529/bracelet_normal.JPG" +}, +"title": "Richard: @legrandwebze : 48 glacons ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1505000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@legrandwebze : 48 glacons ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181515348455424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":226,\"screen_name\":\"Iryngael\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1959,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Midi-Pyr\\u00e9n\\u00e9es, Moissac\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"description\":\"Gros connard sympa n\\u00e9anmoins :o\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"29106955\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"name\":\"Richard\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 06 00:46:40 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":29106955,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173181515348455424,\"created_at\":\"Fri Feb 24 23:04:25 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1505000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2502f3f2-c768-4bb8-883a-3cea992c7d62-173181515348455424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Découverte de #lgw ... ressemble à du arte.", +"img": { +"src": "http://a0.twimg.com/profile_images/1652207792/DSC_0042_normal.JPG" +}, +"title": "Maillot Maxence: Découverte de #lgw ... ressemble à du arte.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1506000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"D\\u00e9couverte de #lgw ... ressemble \\u00e0 du arte.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181520834592768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":320,\"screen_name\":\"MaxenceMaillot\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":330,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":\"Mastaing\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"followers_count\":66,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652207792\\/DSC_0042_normal.JPG\",\"description\":\"R\\u00e9f\\u00e9rent Jeunes Populaires de la 19\\u00e8me circonscription du Nord\\r\\n\\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"86133369\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652207792\\/DSC_0042_normal.JPG\",\"name\":\"Maillot Maxence\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 29 18:41:54 +0000 2009\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":86133369,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.mastaing.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181520834592768,\"created_at\":\"Fri Feb 24 23:04:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1506000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9c2cd1a4-a7ea-4c72-9b20-1249fc736a8c-173181520834592768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @FlorencePorcel: En voulant soulever ma fesse gauche brûlée au deuxième degré, j'ai perdu mon oreillette. Ahem. CONCENTRATION #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: RT @FlorencePorcel: En voulant soulever ma fesse gauche brûlée au deuxième degré, j'ai perdu mon oreillette. Ahem. CONCENTRATION #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1506000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @FlorencePorcel: En voulant soulever ma fesse gauche br\\u00fbl\\u00e9e au deuxi\\u00e8me degr\\u00e9, j'ai perdu mon oreillette. Ahem. CONCENTRATION #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[3,18],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[129,133]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"En voulant soulever ma fesse gauche br\\u00fbl\\u00e9e au deuxi\\u00e8me degr\\u00e9, j'ai perdu mon oreillette. Ahem. CONCENTRATION #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181188029161475\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"FlorencePorcel\",\"lang\":\"fr\",\"favourites_count\":194,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":312,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":5560,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\",\"description\":\"J'aime tellement la vie que je veux en vivre plusieurs \\u00e0 la fois. Derri\\u00e8re et dedans @LeGrandWebze (France 5). Groumf, sciences, et friponneries. \",\"statuses_count\":58312,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":380,\"profile_link_color\":\"93A644\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"49031173\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Florence Porcel\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"created_at\":\"Sat Jun 20 15:25:07 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":49031173,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.florenceporcel.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\"},\"truncated\":false,\"id\":173181188029161475,\"created_at\":\"Fri Feb 24 23:03:07 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181519676964864\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4895,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173181519676964864,\"created_at\":\"Fri Feb 24 23:04:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1506000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5cc1be14-edea-493c-ae4c-d14aad909f09-173181519676964864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow Ben ouais! Fallait y penser aux chaussons en glaçons! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1726420026/Kestrel_normal.jpg" +}, +"title": "Rémy -- La Merguez: @palmashow Ben ouais! Fallait y penser aux chaussons en glaçons! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1506000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow Ben ouais! Fallait y penser aux chaussons en gla\\u00e7ons! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173181285404114945\",\"id_str\":\"173181519249154048\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181285404114945,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":96,\"screen_name\":\"Sokwamaii\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1037,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/322585571\\/guitar_8_93350.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"007a99\",\"followers_count\":18,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1726420026\\/Kestrel_normal.jpg\",\"description\":\"K 3 S T R 3 L #Charl0tteFamily\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"305668802\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/322585571\\/guitar_8_93350.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1726420026\\/Kestrel_normal.jpg\",\"name\":\"R\\u00e9my -- La Merguez\",\"default_profile_image\":false,\"created_at\":\"Thu May 26 16:09:43 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":305668802,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173181519249154048,\"created_at\":\"Fri Feb 24 23:04:26 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1506000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5bedf1af-0123-4820-b786-bd7c8d6340d5-173181519249154048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "N'importe quoi... Elle est même pas drôle. #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1843041770/apollo_creed1_normal.jpg" +}, +"title": "Apollo Weed: N'importe quoi... Elle est même pas drôle. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1507000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"N'importe quoi... Elle est m\\u00eame pas dr\\u00f4le. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[43,47]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181524945018880\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"OnernoD\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":101,\"location\":\"Beuhverly Pills\",\"profile_text_color\":\"666666\",\"followers_count\":273,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1843041770\\/apollo_creed1_normal.jpg\",\"description\":\"La vie, c'est pas Tetris, c'est Mortal Kombat : On doit tout faire pour \\u00e9viter la fatalit\\u00e9. Laisse-moi te faire l'humour, tu ne seras pas d\\u00e9\\u00e7u(e).\",\"statuses_count\":1042,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"348399043\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Apollo Weed\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Thu Aug 04 11:00:09 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":348399043,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843041770\\/apollo_creed1_normal.jpg\"},\"truncated\":false,\"id\":173181524945018880,\"created_at\":\"Fri Feb 24 23:04:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1507000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cefad871-81e2-4ccc-b2f5-48c481273194-173181524945018880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw première invitée STP mais qu'elle daube cette émission.", +"img": { +"src": "http://a0.twimg.com/profile_images/1812923656/Photo_du_73732480-09-___20.28_normal.jpg" +}, +"title": "MirelleHdB: #lgw première invitée STP mais qu'elle daube cette émission.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1507000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw premi\\u00e8re invit\\u00e9e STP mais qu'elle daube cette \\u00e9mission.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181522302615552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":245,\"screen_name\":\"MirelleHdB\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":552,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/384551408\\/2012voeux.jpg\",\"location\":\"Paris and more\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":86,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1812923656\\/Photo_du_73732480-09-___20.28_normal.jpg\",\"description\":\"apr\\u00e8s un passage chez Florent, des voyages, une formation en graphisme un s\\u00e9jour enrichisant au Qu\\u00e9bec comme sc\\u00e9nariste, je viens de finir mon premier roman\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"169450471\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/384551408\\/2012voeux.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1812923656\\/Photo_du_73732480-09-___20.28_normal.jpg\",\"name\":\"MirelleHdB\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 22 11:03:38 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":169450471,\"utc_offset\":-10800,\"favourites_count\":8,\"url\":\"http:\\/\\/mirelle-hdb.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181522302615552,\"created_at\":\"Fri Feb 24 23:04:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1507000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4d126af5-8090-47c7-8c96-4929313d8027-173181522302615552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "60 glaçons #lgw #wtf", +"img": { +"src": "http://a3.twimg.com/profile_images/1701271731/LOOtQL7Q_normal" +}, +"title": "Nicolas Laubriat: 60 glaçons #lgw #wtf", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1507000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"60 gla\\u00e7ons #lgw #wtf\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]},{\"text\":\"wtf\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181525842604032\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"NicolasLaubriat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":155,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Annecy\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1701271731\\/LOOtQL7Q_normal\",\"description\":\"Etudiant en premi\\u00e8re ann\\u00e9e de m\\u00e9decine a la fac de Grenoble. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"299612640\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1701271731\\/LOOtQL7Q_normal\",\"name\":\"Nicolas Laubriat\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 11:59:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299612640,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181525842604032,\"created_at\":\"Fri Feb 24 23:04:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1507000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef77b274-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f02fb701-2ecb-4e5d-9a6f-0053def8c94a-173181525842604032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "32 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1377154228/168964_10150138222311550_521006549_8477081_8165650_n_normal.jpg" +}, +"title": "BatiCarré: 32 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1508000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"32 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[3,7]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181527981694976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":249,\"screen_name\":\"BatiCarre\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":81,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":21,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1377154228\\/168964_10150138222311550_521006549_8477081_8165650_n_normal.jpg\",\"description\":\"Sp\\u00e9cialiste du droit de la propri\\u00e9t\\u00e9 intellectuelle et du glam des 70s et 80s, prends garde \\u00e0 toi Philippe Manoeuvre. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"299691570\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1377154228\\/168964_10150138222311550_521006549_8477081_8165650_n_normal.jpg\",\"name\":\"BatiCarr\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 14:47:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299691570,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181527981694976,\"created_at\":\"Fri Feb 24 23:04:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1508000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5715f59a-7526-458d-8b97-39d37363864b-173181527981694976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bon je retourne sur #lgw #ci est nul ce soir", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: bon je retourne sur #lgw #ci est nul ce soir", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1508000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"bon je retourne sur #lgw #ci est nul ce soir\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]},{\"text\":\"ci\",\"indices\":[25,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181526186532866\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"profile_text_color\":\"ba9012\",\"statuses_count\":5323,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Albi, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29086699,\"utc_offset\":3600,\"favourites_count\":110,\"url\":\"http:\\/\\/isshin-san.over-blog.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181526186532866,\"created_at\":\"Fri Feb 24 23:04:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1508000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62e7bbff-6e12-4215-b21a-5eef6f7b1e10-173181526186532866" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "30 glaçons! 2x15 =) #lgw (j'ai gagné j'ai gagné???)", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: 30 glaçons! 2x15 =) #lgw (j'ai gagné j'ai gagné???)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1509000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"30 gla\\u00e7ons! 2x15 =) #lgw (j'ai gagn\\u00e9 j'ai gagn\\u00e9???)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181531425218560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9483,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181531425218560,\"created_at\":\"Fri Feb 24 23:04:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1509000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ffbbec6f-9e60-4c97-be88-d74161878f64-173181531425218560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #lgw 48", +"img": { +"src": "http://a3.twimg.com/profile_images/1704016122/loltruc-noel_normal.png" +}, +"title": "Hervé Q: @LeGrandWebze #lgw 48", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1509000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze #lgw 48\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181532855472130\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"2e2103\",\"screen_name\":\"Airvecu\",\"lang\":\"fr\",\"favourites_count\":556,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":430,\"location\":\"Brest m\\u00eam' (et ses alentours)\",\"profile_text_color\":\"000000\",\"followers_count\":754,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\",\"description\":\"Presque musicien, presque dr\\u00f4le, presque original, presque normal, presque intelligent, mais loin d'\\u00eatre parfait. Mais je suis Breton.\",\"statuses_count\":34952,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"show_all_inline_media\":true,\"listed_count\":44,\"profile_link_color\":\"0600b5\",\"is_translator\":true,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"46863586\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Herv\\u00e9 Q\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"created_at\":\"Sat Jun 13 10:17:50 +0000 2009\",\"profile_sidebar_fill_color\":\"f0f3f5\",\"id\":46863586,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\"},\"truncated\":false,\"id\":173181532855472130,\"created_at\":\"Fri Feb 24 23:04:29 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1509000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7d2d7756-5d6a-4009-9ac5-a6c83630ac2d-173181532855472130" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Combien de glaçons chez Solange ?... #lgw / w0of! 72 !", +"img": { +"src": "http://a0.twimg.com/profile_images/1421050001/logo_normal.jpg" +}, +"title": "FullHDReady w0of™: RT @LeGrandWebze: Combien de glaçons chez Solange ?... #lgw / w0of! 72 !", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1510000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Combien de gla\\u00e7ons chez Solange ?... #lgw \\/ w0of! 72 !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-1.2417438,46.1331208],[-1.1113977,46.1331208],[-1.1113977,46.1910004],[-1.2417438,46.1910004]]]},\"attributes\":{},\"full_name\":\"Rochelle, Charente-Maritime\",\"name\":\"Rochelle\",\"id\":\"3dfa1a0686b402fb\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/3dfa1a0686b402fb.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-1.15112631,46.15482580]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181538098360321\",\"geo\":{\"type\":\"Point\",\"coordinates\":[46.15482580,-1.15112631]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":728,\"screen_name\":\"FHDR\",\"lang\":\"fr\",\"profile_text_color\":\"2b0c13\",\"statuses_count\":97286,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/91803952\\/2010-04-13_10-10-17_90.38.71.125.jpg\",\"location\":\"La Rochelle, France\",\"show_all_inline_media\":true,\"listed_count\":672,\"profile_link_color\":\"dd5563\",\"followers_count\":7851,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421050001\\/logo_normal.jpg\",\"description\":\"w0of ! T\\u00e9l\\u00e9 Veilleur Tv Zappeur News Informations Humour (parfois) \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"19166979\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/91803952\\/2010-04-13_10-10-17_90.38.71.125.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421050001\\/logo_normal.jpg\",\"name\":\"FullHDReady w0of\\u2122\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 19 02:12:30 +0000 2009\",\"profile_sidebar_border_color\":\"816f46\",\"id\":19166979,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/www.fhdr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181538098360321,\"created_at\":\"Fri Feb 24 23:04:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1510000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2e61a72c-ead6-499c-a10b-2db9594f34b9-173181538098360321" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "48 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1664610739/n11522806_32199384_5938_normal.jpg" +}, +"title": "pepetch: 48 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1510000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"48 #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[3,7]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181534780661760\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"pepetch\",\"lang\":\"en\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":557,\"location\":\"Villeurbanne\",\"profile_text_color\":\"333333\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1664610739\\/n11522806_32199384_5938_normal.jpg\",\"description\":\"Helene, 26 ans, Lyon\\/Villeurbanne, PS, MJS. Tweete politique, actu, cuisine, et vie quotidienne... \",\"statuses_count\":997,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"43307152\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"pepetch\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri May 29 10:22:59 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":43307152,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.tumblr.com\\/tumblelog\\/pepetch\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1664610739\\/n11522806_32199384_5938_normal.jpg\"},\"truncated\":false,\"id\":173181534780661760,\"created_at\":\"Fri Feb 24 23:04:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1510000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8640f024-2501-4aa9-81b8-75d4f61ef3c8-173181534780661760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "48 glaçons #lgw @SolangeTeParle", +"img": { +"src": "http://a3.twimg.com/profile_images/1803065777/me_w_arb_normal.jpg" +}, +"title": "Zacal: 48 glaçons #lgw @SolangeTeParle", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1513000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"48 gla\\u00e7ons #lgw @SolangeTeParle\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[16,31],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181549880160257\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":602,\"screen_name\":\"zacal33\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3675,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"followers_count\":258,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"description\":\"Si on remboursait le temps perdu, je serais riche. Politiquement ambidextre asym\\u00e9trique, dominante h\\u00e9misph\\u00e8re gauche. Serial retweeter de @solangeteparle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"51889223\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"name\":\"Zacal\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 28 23:59:26 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":51889223,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181549880160257,\"created_at\":\"Fri Feb 24 23:04:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1513000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8eebef26-68ef-435f-9f29-0b0ef3cd8206-173181549880160257" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Je dirais 42 glaçons !", +"img": { +"src": "http://a2.twimg.com/profile_images/1776332006/Zeke_normal.jpg" +}, +"title": "[T61] Rémy S.: #LGW Je dirais 42 glaçons !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1514000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW Je dirais 42 gla\\u00e7ons !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181552409329664\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"ThatVeryBadFlip\",\"lang\":\"fr\",\"favourites_count\":27,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":103,\"location\":\"France - 66500, Prades\",\"profile_text_color\":\"333333\",\"followers_count\":112,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\",\"description\":\"I don't know tweeting in English very well . But when I do, it's in French.\",\"statuses_count\":11101,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"169bde\",\"protected\":false,\"id_str\":\"165862367\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"[T61] R\\u00e9my S.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"created_at\":\"Mon Jul 12 18:48:22 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":165862367,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\"},\"truncated\":false,\"id\":173181552409329664,\"created_at\":\"Fri Feb 24 23:04:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1514000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa3e6363-24ba-406f-aef9-85222800f9ee-173181552409329664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@yves_bar Impossible le mauvais gout c'est un métier ! @vinvin #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1609335200/obtw_normal.jpg" +}, +"title": "Olivier Bernasson: @yves_bar Impossible le mauvais gout c'est un métier ! @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1514000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"yves_bar\",\"favorited\":false,\"text\":\"@yves_bar Impossible le mauvais gout c'est un m\\u00e9tier ! @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"yves_bar\",\"indices\":[0,9],\"name\":\"Yves BARBARIN\",\"id_str\":\"120391774\",\"id\":120391774},{\"screen_name\":\"Vinvin\",\"indices\":[55,62],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]}]},\"in_reply_to_user_id\":120391774,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173180280218189824,\"in_reply_to_status_id_str\":\"173180280218189824\",\"id_str\":\"173181552061186049\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"obernasson\",\"lang\":\"fr\",\"favourites_count\":98,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":404,\"location\":\"Auvergne\",\"profile_text_color\":\"333333\",\"followers_count\":554,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1609335200\\/obtw_normal.jpg\",\"description\":\"E-entrepreneur, #Ecommerce, @pecheurcom, #Auvergne #ASM #Rugby et anneries diverses... Les propos tenus sur ce compte n'engagent que moi et encore...;-)\",\"statuses_count\":3485,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":31,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"313935953\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Olivier Bernasson\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Jun 09 13:08:17 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":313935953,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.pecheur.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609335200\\/obtw_normal.jpg\"},\"truncated\":false,\"id\":173181552061186049,\"created_at\":\"Fri Feb 24 23:04:34 +0000 2012\",\"in_reply_to_user_id_str\":\"120391774\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1514000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "19a20641-6d5a-4262-b185-58931c6d79dc-173181552061186049" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Trente-deux glaçons", +"img": { +"src": "http://a3.twimg.com/profile_images/1827652074/La-tetocarre_normal.jpeg" +}, +"title": "Pharmaciencien: #lgw Trente-deux glaçons", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1514000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Trente-deux gla\\u00e7ons\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181554426781696\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"Pharmaciencien\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":460,\"location\":\"Angers\",\"profile_text_color\":\"333333\",\"followers_count\":90,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1827652074\\/La-tetocarre_normal.jpeg\",\"description\":\"P3. 19 ans. La politique, les convictions en moins (http:\\/\\/bit.ly\\/zNiJR2). Et des blagues de merde sur les m\\u00e9dicaments desfois #politique #sante #pharmacie \",\"statuses_count\":1072,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"206681146\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pharmaciencien\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"created_at\":\"Sat Oct 23 13:46:37 +0000 2010\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":206681146,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827652074\\/La-tetocarre_normal.jpeg\"},\"truncated\":false,\"id\":173181554426781696,\"created_at\":\"Fri Feb 24 23:04:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1514000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e770827a-fc31-4691-83dd-99d1a25f7cbb-173181554426781696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1515000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181555806715905\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1207,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181555806715905,\"created_at\":\"Fri Feb 24 23:04:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1515000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8a2dc294-7d0e-4e56-a1df-82588b6b3c0d-173181555806715905" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Solange ou Démon ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1115735941/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png" +}, +"title": "Christophe Ponsolle: Solange ou Démon ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1515000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Solange ou D\\u00e9mon ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181559434780672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":364,\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"profile_text_color\":\"999393\",\"statuses_count\":1209,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"name\":\"Christophe Ponsolle\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":25338852,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181559434780672,\"created_at\":\"Fri Feb 24 23:04:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1515000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "01a32b68-907f-4bdd-8c86-6d5720c159e1-173181559434780672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "55 Glaçons #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1689415774/371493_1656111221_1529021747_n_normal.jpg" +}, +"title": "thomas: 55 Glaçons #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1517000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"55 Gla\\u00e7ons #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181565378105344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":55,\"screen_name\":\"Thomas__Ch\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3757,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Chez moi\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1689415774\\/371493_1656111221_1529021747_n_normal.jpg\",\"description\":\"Coucou.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"195455878\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1689415774\\/371493_1656111221_1529021747_n_normal.jpg\",\"name\":\"thomas\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 26 19:10:23 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":195455878,\"utc_offset\":3600,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181565378105344,\"created_at\":\"Fri Feb 24 23:04:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1517000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "16551986-efdb-47b1-a471-6d0febd6ea4b-173181565378105344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 40 glaçons ?", +"img": { +"src": "http://a3.twimg.com/profile_images/120005748/twitter-nykau_normal.jpg" +}, +"title": "Nicolas C.: #lgw 40 glaçons ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1517000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw 40 gla\\u00e7ons ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181564878991360\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":750,\"screen_name\":\"Nykau\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1706,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/381654323\\/130.Jpg\",\"location\":\"Rennes, Bretagne, France, UE, \",\"show_all_inline_media\":false,\"listed_count\":61,\"profile_link_color\":\"4d7787\",\"followers_count\":620,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/120005748\\/twitter-nykau_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"14796453\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381654323\\/130.Jpg\",\"profile_sidebar_fill_color\":\"edf3f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/120005748\\/twitter-nykau_normal.jpg\",\"name\":\"Nicolas C.\",\"default_profile_image\":false,\"created_at\":\"Fri May 16 08:04:42 +0000 2008\",\"profile_sidebar_border_color\":\"e6e6e6\",\"id\":14796453,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181564878991360,\"created_at\":\"Fri Feb 24 23:04:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1517000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2b58903d-27b6-48fd-9fed-89efd34d8b61-173181564878991360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @charleshenriroy: +1000“@MGMTiST: Elle claque l'émission sur France 5. #LGW”", +"img": { +"src": "http://a0.twimg.com/profile_images/1819530189/twitter_normal.png" +}, +"title": "Benoit Lebreau: RT @charleshenriroy: +1000“@MGMTiST: Elle claque l'émission sur France 5. #LGW”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1517000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @charleshenriroy: +1000\\u201c@MGMTiST: Elle claque l'\\u00e9mission sur France 5. #LGW\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"charleshenriroy\",\"indices\":[3,19],\"id_str\":\"185396126\",\"name\":\"Royer Charles-Henri\",\"id\":185396126},{\"screen_name\":\"MGMTiST\",\"indices\":[27,35],\"id_str\":\"223155142\",\"name\":\"Batistuta.\",\"id\":223155142}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[74,78]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"+1000\\u201c@MGMTiST: Elle claque l'\\u00e9mission sur France 5. #LGW\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MGMTiST\",\"indices\":[6,14],\"id_str\":\"223155142\",\"name\":\"Batistuta.\",\"id\":223155142}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181383706025984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181383706025984,\"created_at\":\"Fri Feb 24 23:03:54 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181566086950912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":605,\"screen_name\":\"benoitlebreau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4157,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"667033\",\"followers_count\":339,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"description\":\"sympathique et cool \\/\\/ danseur \\u00e9toile \\u00e0 NRJ Group \\/\\/ #runner parisien du soir, #radio amateur et tr\\u00e8s dr\\u00f4le \\u00e0 la t\\u00e9l\\u00e9\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"267290862\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"name\":\"Benoit Lebreau\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 16 17:22:17 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":267290862,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/www.benoitlebreau.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181566086950912,\"created_at\":\"Fri Feb 24 23:04:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1517000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a571e560-005e-4173-aa8e-2deb3b4287ae-173181566086950912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "À priori le #lgw tente une expérience\n#SocialTv Dommage ça ne fonctionne pas sur IPad (enfin pour moi) via #TVcheck", +"img": { +"src": "http://a3.twimg.com/profile_images/1764728200/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png" +}, +"title": "Fadhila BRAHIMI: À priori le #lgw tente une expérience\n#SocialTv Dommage ça ne fonctionne pas sur IPad (enfin pour moi) via #TVcheck", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1518000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00c0 priori le #lgw tente une exp\\u00e9rience\\n#SocialTv Dommage \\u00e7a ne fonctionne pas sur IPad (enfin pour moi) via #TVcheck\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]},{\"text\":\"SocialTv\",\"indices\":[38,47]},{\"text\":\"TVcheck\",\"indices\":[107,115]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/fr\\/app\\/tvcheck\\/id437347192?mt=8\\\" rel=\\\"nofollow\\\"\\u003ETVcheck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181569186529280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3401,\"screen_name\":\"fbrahimi\",\"lang\":\"fr\",\"profile_text_color\":\"A30034\",\"statuses_count\":36944,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"location\":\"Nomade. France - Maghreb \",\"show_all_inline_media\":true,\"listed_count\":1250,\"profile_link_color\":\"000000\",\"followers_count\":11935,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\",\"description\":\"Dir. FB&Associ\\u00e9s #StrategieDePresence | CoAuteure #Moi20 | Chroniqueuse @Widoobiz | Conf\\u00e9renci\\u00e8re #Tedx | Bureau @MediaAces | \\u2665 #music #politic #SocialTV #Pause\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"F5EACF\",\"id_str\":\"5836692\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"profile_sidebar_fill_color\":\"F5EACF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\",\"name\":\"Fadhila BRAHIMI\",\"default_profile_image\":false,\"created_at\":\"Mon May 07 16:20:02 +0000 2007\",\"profile_sidebar_border_color\":\"B28465\",\"id\":5836692,\"utc_offset\":3600,\"favourites_count\":159,\"url\":\"http:\\/\\/www.fadhilabrahimi.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181569186529280,\"created_at\":\"Fri Feb 24 23:04:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1518000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef36d736-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef163198-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3f08c30e-67b8-4dce-9157-7de986b2b312-173181569186529280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 16 glacons ! Je veux la chemise !!!", +"img": { +"src": "http://a0.twimg.com/profile_images/1622080827/image_normal.jpg" +}, +"title": "Alan Smithee: #lgw 16 glacons ! Je veux la chemise !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1519000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw 16 glacons ! Je veux la chemise !!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181572831391744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":22,\"screen_name\":\"Alan_Smithee0\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":80,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1622080827\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"223556391\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1622080827\\/image_normal.jpg\",\"name\":\"Alan Smithee\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 06 18:28:41 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":223556391,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181572831391744,\"created_at\":\"Fri Feb 24 23:04:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1519000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "43a6b0cb-b87d-4964-9d6e-fdfe7ff997b2-173181572831391744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1851037598/wallpaper-457744_normal.jpg" +}, +"title": "BluesunD: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1519000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1785,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54587,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181572122546176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"BluesunD\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":103,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433660408\\/wallpaper-585069.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851037598\\/wallpaper-457744_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"501993141\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433660408\\/wallpaper-585069.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851037598\\/wallpaper-457744_normal.jpg\",\"name\":\"BluesunD\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 24 18:01:10 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":501993141,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181572122546176,\"created_at\":\"Fri Feb 24 23:04:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1519000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c7006e28-7980-4e85-a413-d4f23f976565-173181572122546176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@francoisrollin cette question mérite une conférence #lgw #glaçons #exorcisme", +"img": { +"src": "http://a2.twimg.com/profile_images/1817746719/tetocarre__1__normal.jpg" +}, +"title": "Noa M. Sanzo: @francoisrollin cette question mérite une conférence #lgw #glaçons #exorcisme", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1521000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@francoisrollin cette question m\\u00e9rite une conf\\u00e9rence #lgw #gla\\u00e7ons #exorcisme\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[0,15],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]},{\"text\":\"gla\\u00e7ons\",\"indices\":[58,66]},{\"text\":\"exorcisme\",\"indices\":[67,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181581194825728\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"369489076\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":87,\"screen_name\":\"NoaMSanzo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":497,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/356217196\\/19258835.4.jpg\",\"location\":\"L\\u00e0 o\\u00f9 je dois \\u00eatre\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1817746719\\/tetocarre__1__normal.jpg\",\"description\":\"Perdu dans l'univers entre l'infiniment grand et l'infiniment petit.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"369706878\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/356217196\\/19258835.4.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817746719\\/tetocarre__1__normal.jpg\",\"name\":\"Noa M. Sanzo\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 07 20:16:58 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":369706878,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":\"francoisrollin\",\"truncated\":false,\"id\":173181581194825728,\"created_at\":\"Fri Feb 24 23:04:41 +0000 2012\",\"in_reply_to_user_id\":369489076}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1521000, +"tags": [ +{ +"id-ref": "ef814528-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef814a64-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "15790aa6-61ea-4fed-a3e4-fc564331ee60-173181581194825728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "France 5 a finalement offert un décor à #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848705825/IMG_4856_normal.jpg" +}, +"title": "Thibaut: France 5 a finalement offert un décor à #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1521000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"France 5 a finalement offert un d\\u00e9cor \\u00e0 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181582000140288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":496,\"screen_name\":\"Thibdutroisdeux\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":680,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/332431840\\/IMG_5461.jpg\",\"location\":\"Paris | Sud-Ouest\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"followers_count\":146,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848705825\\/IMG_4856_normal.jpg\",\"description\":\"Cr\\u00e9ateur de programmes #TV et apprenti sc\\u00e9nariste | Si tu d\\u00e9couvres que mes tweets engagent d'autres que moi, merci de me pr\\u00e9venir | #politics | #music | #media\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"id_str\":\"43716737\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/332431840\\/IMG_5461.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848705825\\/IMG_4856_normal.jpg\",\"name\":\"Thibaut\",\"default_profile_image\":false,\"created_at\":\"Sun May 31 17:03:23 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":43716737,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181582000140288,\"created_at\":\"Fri Feb 24 23:04:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1521000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "85c740b3-54b8-4b26-b611-f8f34288ca14-173181582000140288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 48?", +"img": { +"src": "http://a3.twimg.com/profile_images/1827613879/photo-pro_normal.png" +}, +"title": "Julien Lopizzo: #lgw 48?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1523000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw 48?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181589667323906\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"JulienLopizzo\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":1087,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Lyon - Europe\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0099B9\",\"followers_count\":143,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"description\":\"Je suis tomb\\u00e9 dedans en 97.Ma e-carri\\u00e8re a d\\u00e9marr\\u00e9 comme d\\u00e9veloppeur freelance en 2002.Entrepren(aute) depuis 10 ans j'aime partager ma passion du e-business.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"44345271\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"name\":\"Julien Lopizzo\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 03 12:08:19 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":44345271,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.tenapra.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181589667323906,\"created_at\":\"Fri Feb 24 23:04:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1523000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2a212fea-229a-492e-accd-e47d3c2c50e9-173181589667323906" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw et puis quoi encore", +"img": { +"src": "http://a1.twimg.com/profile_images/1357337548/d_s_normal.jpg" +}, +"title": "Seinseya: #ilreste #lgw et puis quoi encore", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1524000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw et puis quoi encore\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181595354808320\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":118,\"screen_name\":\"Seinseya\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":73,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1357337548\\/d_s_normal.jpg\",\"description\":\"French procrastinator girl. Too many addictions. \\r\\nRPG, books, comics, Asian dramas and too many TV shows...\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"274227474\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1357337548\\/d_s_normal.jpg\",\"name\":\"Seinseya\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 30 00:04:38 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":274227474,\"utc_offset\":3600,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181595354808320,\"created_at\":\"Fri Feb 24 23:04:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1524000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62126412-80f1-4635-8240-6729348f1059-173181595354808320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw environ 40 glaçons", +"img": { +"src": "http://a1.twimg.com/profile_images/1781169467/photo_normal.jpg" +}, +"title": "Jeff Simon: #lgw environ 40 glaçons", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1524000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw environ 40 gla\\u00e7ons\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.3688748,45.3098846],[4.501156,45.3098846],[4.501156,45.3950659],[4.3688748,45.3950659]]]},\"attributes\":{},\"full_name\":\"Saint-Genest-Malifaux, Loire\",\"name\":\"Saint-Genest-Malifaux\",\"id\":\"3728f2b3ce0169e1\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/3728f2b3ce0169e1.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[4.41551888,45.33944756]},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[45.33944756,4.41551888]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181596705374208\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Jeff8342\",\"lang\":\"fr\",\"favourites_count\":106,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":93,\"location\":\"Saint-Etienne\",\"profile_text_color\":\"333333\",\"followers_count\":42,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1781169467\\/photo_normal.jpg\",\"description\":\"Enseignant en technologie dans l'Acad\\u00e9mie de Lyon, Geek, utilisant TBI, sp\\u00e9cialiste en TICE, r\\u00e9seau, ENT ... originaire de Toulon et vivant \\u00e0 St-Etienne\",\"statuses_count\":559,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"74577788\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Jeff Simon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Tue Sep 15 22:38:02 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":74577788,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.e-teachers.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1781169467\\/photo_normal.jpg\"},\"truncated\":false,\"id\":173181596705374208,\"created_at\":\"Fri Feb 24 23:04:44 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1524000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b97a5ad5-95c2-428d-91c3-845659329de9-173181596705374208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze 35 #aupif #lgw", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Gw3nd0ul: @LeGrandWebze 35 #aupif #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1525000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze 35 #aupif #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"aupif\",\"indices\":[17,23]},{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181451305631744\",\"id_str\":\"173181600031444992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181451305631744,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":434,\"screen_name\":\"Gw3nd0ul\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":511,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"143017258\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"Gw3nd0ul\",\"default_profile_image\":true,\"created_at\":\"Wed May 12 10:42:39 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":143017258,\"utc_offset\":3600,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173181600031444992,\"created_at\":\"Fri Feb 24 23:04:45 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1525000, +"tags": [ +{ +"id-ref": "ef81d196-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "94f9df4f-c799-4ba8-887d-4513563fec3b-173181600031444992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Lauren_Provost dis à @AudeBaron de te présenter la prochaine fois :-) #fan #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1477372304/fraisesbleues_normal.jpg" +}, +"title": "Annabel Benhaiem: @Lauren_Provost dis à @AudeBaron de te présenter la prochaine fois :-) #fan #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1525000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Lauren_Provost dis \\u00e0 @AudeBaron de te pr\\u00e9senter la prochaine fois :-) #fan #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Lauren_Provost\",\"indices\":[0,15],\"id_str\":\"121986779\",\"name\":\"Lauren Provost\",\"id\":121986779},{\"screen_name\":\"AudeBaron\",\"indices\":[22,32],\"id_str\":\"18125180\",\"name\":\"Aude Baron\",\"id\":18125180}],\"urls\":[],\"hashtags\":[{\"text\":\"fan\",\"indices\":[71,75]},{\"text\":\"lgw\",\"indices\":[76,80]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181601025503232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"121986779\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":313,\"screen_name\":\"AnnabelBen\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":534,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/341471380\\/Header1.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"0099CC\",\"followers_count\":204,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1477372304\\/fraisesbleues_normal.jpg\",\"description\":\"Responsable des blogs \\u00e0 @LeHuffPost ex @lemondefr, ex @LEXPRESS. Blogueuse sur les produits chimiques, le toxique c'est fantastique.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"43518862\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/341471380\\/Header1.jpg\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1477372304\\/fraisesbleues_normal.jpg\",\"name\":\"Annabel Benhaiem\",\"default_profile_image\":false,\"created_at\":\"Sat May 30 12:05:34 +0000 2009\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":43518862,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/blogs.lexpress.fr\\/ma-vie-toxique\\/\"},\"in_reply_to_screen_name\":\"Lauren_Provost\",\"truncated\":false,\"id\":173181601025503232,\"created_at\":\"Fri Feb 24 23:04:45 +0000 2012\",\"in_reply_to_user_id\":121986779}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1525000, +"tags": [ +{ +"id-ref": "ef81f022-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fce976a8-b973-4b3e-bcb0-41a7eb4cae91-173181601025503232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#NSFW sur #France5 #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: #NSFW sur #France5 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1526000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#NSFW sur #France5 #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"NSFW\",\"indices\":[0,5]},{\"text\":\"France5\",\"indices\":[10,18]},{\"text\":\"LGW\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181603701456897\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83433,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181603701456897,\"created_at\":\"Fri Feb 24 23:04:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1526000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef820e22-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2976b786-3594-4c1d-8e93-b3b3f24ea033-173181603701456897" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "40 glaçons #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1851178724/61_normal.png" +}, +"title": "Colombien et toi ?: 40 glaçons #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1526000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"40 gla\\u00e7ons #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[11,15]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181603735019520\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"HAYTSH\",\"lang\":\"fr\",\"favourites_count\":83,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":63,\"location\":\"\\u30b9\\u30c8\\u30e9\\u30b9\\u30d6\\u30fc\\u30eb\",\"profile_text_color\":\"333333\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"description\":\"J'suis un ksos j'ai 5 ans. \",\"statuses_count\":9730,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":true,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"277031586\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Colombien et toi ?\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"created_at\":\"Mon Apr 04 15:24:48 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":277031586,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\"},\"truncated\":false,\"id\":173181603735019520,\"created_at\":\"Fri Feb 24 23:04:46 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1526000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d1c6512a-3224-4d85-8738-559568d22433-173181603735019520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "faire comme #lesgens qui tweetent #ilreste ou #ilpart pour voir leur avatar dans le buble.tv de #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1767508527/h2g2_normal.jpg" +}, +"title": "Christine Genin: faire comme #lesgens qui tweetent #ilreste ou #ilpart pour voir leur avatar dans le buble.tv de #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1528000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"faire comme #lesgens qui tweetent #ilreste ou #ilpart pour voir leur avatar dans le buble.tv de #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lesgens\",\"indices\":[12,20]},{\"text\":\"ilreste\",\"indices\":[34,42]},{\"text\":\"ilpart\",\"indices\":[46,53]},{\"text\":\"lgw\",\"indices\":[96,100]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181612228481026\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"0084b4\",\"screen_name\":\"cgenin\",\"lang\":\"fr\",\"favourites_count\":308,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":1998,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":1678,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1767508527\\/h2g2_normal.jpg\",\"description\":\"\",\"statuses_count\":13711,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":167,\"profile_link_color\":\"0084b4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"33688811\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Christine Genin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Apr 20 22:19:48 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":33688811,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.christinegenin.fr\\/blog\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1767508527\\/h2g2_normal.jpg\"},\"truncated\":false,\"id\":173181612228481026,\"created_at\":\"Fri Feb 24 23:04:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1528000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef292550-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0e783c78-309d-4052-b729-a6ca92ba6ed4-173181612228481026" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Solange me terrifie #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848682776/photo_profil_normal.jpg" +}, +"title": "Caroline Pandraud: Solange me terrifie #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1528000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Solange me terrifie #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181613759406080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":284,\"screen_name\":\"pointPandraud\",\"lang\":\"fr\",\"profile_text_color\":\"F6FC9D\",\"statuses_count\":424,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"FF1269\",\"followers_count\":181,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"description\":\"Project Analyst @faberNovel www.fabernovel.com \\/\\/\\r\\n@essec Business School Alumni \\/\\/ Paris\\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"4F4C4E\",\"id_str\":\"16096262\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"profile_sidebar_fill_color\":\"7A374C\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"name\":\"Caroline Pandraud\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 02 13:18:16 +0000 2008\",\"profile_sidebar_border_color\":\"382334\",\"id\":16096262,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181613759406080,\"created_at\":\"Fri Feb 24 23:04:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1528000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dafd99b4-6324-42e6-b02a-d86215973aed-173181613759406080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze 40 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1822564639/avatar_normal.jpg" +}, +"title": "Maxime Hagenbourger: @LeGrandWebze 40 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1528000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze 40 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181610680778753\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"MaximeHg\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11491,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/69218647\\/New_York_1920x1080_HDTV_1080p.jpg\",\"location\":\"Lyon, France\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0099CC\",\"followers_count\":221,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1822564639\\/avatar_normal.jpg\",\"description\":\"J'ai appris \\u00e0 lire avec T\\u00e9l\\u00e9rama. J'enregistrais \\u00e0 4 ans tous les Questions Pour un Champion. Autant dire que ma famille m'en veut.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"18693591\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/69218647\\/New_York_1920x1080_HDTV_1080p.jpg\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1822564639\\/avatar_normal.jpg\",\"name\":\"Maxime Hagenbourger\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 06 20:30:09 +0000 2009\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":18693591,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/MaximeHg\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173181610680778753,\"created_at\":\"Fri Feb 24 23:04:48 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1528000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fbd0223a-d8e8-4fca-bfd5-20a03c050831-173181610680778753" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @labombeh: #lgw c'est tellement bon que j'en ai les larmes aux yeux, sans blague!", +"img": { +"src": "http://a0.twimg.com/profile_images/1705755913/twitter-popup-bulle-info-icone-5035-256_normal.png" +}, +"title": "Cédric Le Grevès: RT @labombeh: #lgw c'est tellement bon que j'en ai les larmes aux yeux, sans blague!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1529000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @labombeh: #lgw c'est tellement bon que j'en ai les larmes aux yeux, sans blague!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LaBombeH\",\"indices\":[3,12],\"id_str\":\"84343206\",\"name\":\"E. Hirschauer\",\"id\":84343206}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181615223209984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1818,\"screen_name\":\"clegreves\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":434,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":356,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"description\":\"@TVcheck addict\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"316519559\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"name\":\"C\\u00e9dric Le Grev\\u00e8s\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 13 15:35:43 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":316519559,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181615223209984,\"created_at\":\"Fri Feb 24 23:04:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1529000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cdd4e2db-6590-4e98-8dc1-813dba1442f5-173181615223209984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw QUOI on peut gagner la chemise de @Vinvin... Alors la poche est de 24 glaçons il me semblent donc 48 glaçons et une paire de tongues", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #lgw QUOI on peut gagner la chemise de @Vinvin... Alors la poche est de 24 glaçons il me semblent donc 48 glaçons et une paire de tongues", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1529000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw QUOI on peut gagner la chemise de @Vinvin... Alors la poche est de 24 gla\\u00e7ons il me semblent donc 48 gla\\u00e7ons et une paire de tongues\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[39,46],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181614648594432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181614648594432,\"created_at\":\"Fri Feb 24 23:04:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1529000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "116594cb-bcf8-4f38-9d2e-2ad4682bf1b4-173181614648594432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Ma réponse : 24 glaçons !!", +"img": { +"src": "http://a1.twimg.com/profile_images/1541259223/Marko_normal.jpg" +}, +"title": "Pereira Yohan: #lgw Ma réponse : 24 glaçons !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1529000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Ma r\\u00e9ponse : 24 gla\\u00e7ons !!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181614707314688\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"PereiraYohan\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":149,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099B9\",\"followers_count\":20,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1541259223\\/Marko_normal.jpg\",\"description\":\"Anim\\u00e9 par la Swaggance discr\\u00e8te. (Parfois m\\u00eame avec le style d'veste qui s'pr\\u00eate)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"256120874\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1541259223\\/Marko_normal.jpg\",\"name\":\"Pereira Yohan\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 22 18:09:57 +0000 2011\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":256120874,\"utc_offset\":null,\"favourites_count\":56,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181614707314688,\"created_at\":\"Fri Feb 24 23:04:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1529000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "47b38739-7a4d-4d88-921e-f7f16b2bfe57-173181614707314688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw une pensée pour la fesse gauche de @FlorencePorcel !", +"img": { +"src": "http://a2.twimg.com/profile_images/1724285948/image_normal.jpg" +}, +"title": "CalamitySophie: #lgw une pensée pour la fesse gauche de @FlorencePorcel !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1529000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw une pens\\u00e9e pour la fesse gauche de @FlorencePorcel !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[40,55],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181617253257216\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"CalamitySophie\",\"lang\":\"fr\",\"favourites_count\":22,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":96,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724285948\\/image_normal.jpg\",\"description\":\"barr\\u00e9e, barge, enerv\\u00e9e, vieille bique, je regarde le monde, et je d\\u00e9sesp\\u00e9re. le genre humain n'est pas tr\\u00e9s beau. Et j'en fais partie !\",\"statuses_count\":672,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/359426011\\/photo.JPG\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084b4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"57613271\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"CalamitySophie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/359426011\\/photo.JPG\",\"created_at\":\"Fri Jul 17 10:53:14 +0000 2009\",\"profile_sidebar_fill_color\":\"11d2eb\",\"id\":57613271,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.calamitysophie1.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724285948\\/image_normal.jpg\"},\"truncated\":false,\"id\":173181617253257216,\"created_at\":\"Fri Feb 24 23:04:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1529000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "56fdde02-f03d-48ea-b106-5ab7a49f1c11-173181617253257216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "852 glaçons #lgw !", +"img": { +"src": "http://a0.twimg.com/profile_images/1662712398/renard3_normal.jpg" +}, +"title": "Steve Renard: 852 glaçons #lgw !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1530000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"852 gla\\u00e7ons #lgw !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181618658349056\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":860,\"screen_name\":\"steve_renard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6954,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"La Fert\\u00e9 Saint-Aubin\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"FF3300\",\"followers_count\":263,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1662712398\\/renard3_normal.jpg\",\"description\":\"25 ans. @ElodieVenon dit de moi que je suis un g\\u00e9nie. Tout est dit. Bisous.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"69591923\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1662712398\\/renard3_normal.jpg\",\"name\":\"Steve Renard\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 28 13:49:32 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":69591923,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/fox-blogueur.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181618658349056,\"created_at\":\"Fri Feb 24 23:04:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1530000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0d4bee4b-9ef9-4cc7-93af-357adcbeb440-173181618658349056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze 64 glaçons! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1765884425/StopSOPA-Profile-Picture_normal.png" +}, +"title": "Captain Metal-Mighty: @LeGrandWebze 64 glaçons! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1530000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze 64 gla\\u00e7ons! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181618381524992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":345,\"screen_name\":\"MetalMighty\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":5736,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Nevers, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"2FC2EF\",\"followers_count\":91,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1765884425\\/StopSOPA-Profile-Picture_normal.png\",\"description\":\"Mod\\u00e9rateur, R\\u00e9dacteur et Responsable Technique de Plan\\u00e8te-Sonic.\\r\\nJ'accepte les demandes de follow si on se conna\\u00eet.\\r\\nEtudiant IT CS2i.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"106233892\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1765884425\\/StopSOPA-Profile-Picture_normal.png\",\"name\":\"Captain Metal-Mighty\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 18 22:43:43 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":106233892,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.planete-sonic.com\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173181618381524992,\"created_at\":\"Fri Feb 24 23:04:50 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1530000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3dd27a73-ff9d-46ba-8a67-bd28f11ab34d-173181618381524992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "64 glaçons #lgw P'tain, je veux la chemise de @vinvin !!", +"img": { +"src": "http://a0.twimg.com/profile_images/1717757168/PO_Fond_Gris_normal.jpg" +}, +"title": "PierreOlivier Carles: 64 glaçons #lgw P'tain, je veux la chemise de @vinvin !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1530000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"64 gla\\u00e7ons #lgw P'tain, je veux la chemise de @vinvin !!\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[46,53],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181618347970560\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"pocarles\",\"lang\":\"fr\",\"favourites_count\":80,\"contributors_enabled\":false,\"verified\":true,\"profile_use_background_image\":false,\"friends_count\":1148,\"location\":\"Toulouse - Miami\",\"profile_text_color\":\"333333\",\"description\":\"Co-Founder at @Digidust & @Labotec. BA in @Stonfield @APICube @Hellotipi and others.\\r\\nMore Entrepreneur than Investor. Rugby, Gastronomy and Human enthusiast !\",\"statuses_count\":32042,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"show_all_inline_media\":true,\"listed_count\":448,\"profile_link_color\":\"5cace5\",\"followers_count\":5248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFFFFF\",\"protected\":false,\"id_str\":\"23074316\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"PierreOlivier Carles\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"created_at\":\"Fri Mar 06 15:10:47 +0000 2009\",\"profile_sidebar_fill_color\":\"f0f0f0\",\"id\":23074316,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.pocarles.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173181618347970560,\"created_at\":\"Fri Feb 24 23:04:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1530000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f2e412e6-addd-4033-9513-fbbb539be940-173181618347970560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "80 glaçons #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1815934444/image_normal.jpg" +}, +"title": "Laurent Sarralangue: 80 glaçons #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1530000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"80 gla\\u00e7ons #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181619455279104\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":412,\"screen_name\":\"lolosarralangue\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1679,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":92,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815934444\\/image_normal.jpg\",\"description\":\"Actu. Web. Sports. De la balle de squash \\u00e0 l'ovale. L\\u00e9g\\u00e8rement geek. Musique. S'informer pour se cultiver, mais pas seulement.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"387773705\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815934444\\/image_normal.jpg\",\"name\":\"Laurent Sarralangue\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 09 17:03:03 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":387773705,\"utc_offset\":null,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181619455279104,\"created_at\":\"Fri Feb 24 23:04:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1530000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "19c405e8-097b-4278-849a-2f7e6a2ded70-173181619455279104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les enfants sont déjà couchés Vinvin ;) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Les enfants sont déjà couchés Vinvin ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1531000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les enfants sont d\\u00e9j\\u00e0 couch\\u00e9s Vinvin ;) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181622823305217\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181622823305217,\"created_at\":\"Fri Feb 24 23:04:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1531000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c051f046-82c3-4d44-92cf-a2fc76d728a0-173181622823305217" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw fait son pic d'audience avec @palmashow !", +"img": { +"src": "http://a1.twimg.com/profile_images/1833562695/images_normal.jpg" +}, +"title": "Δ: #lgw fait son pic d'audience avec @palmashow !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1531000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw fait son pic d'audience avec @palmashow !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[34,44],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181624551358464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":66,\"screen_name\":\"Yepouti\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":213,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"165e5e\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1833562695\\/images_normal.jpg\",\"description\":\"[Texte manquant] @LawDCP Ily\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"95460846\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833562695\\/images_normal.jpg\",\"name\":\"\\u0394\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 08 17:16:54 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":95460846,\"utc_offset\":-10800,\"favourites_count\":16,\"url\":\"http:\\/\\/takemeawayandfuckme.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181624551358464,\"created_at\":\"Fri Feb 24 23:04:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1531000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bb4aa450-312d-414f-a987-fb83f0663103-173181624551358464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW lets get wasted!", +"img": { +"src": "http://a0.twimg.com/profile_images/1820088238/IMG03369-20111220-1300_normal.jpg" +}, +"title": "antoine ortega: #LGW lets get wasted!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1531000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW lets get wasted!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181623972532225\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":175,\"screen_name\":\"antoine_15\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":325,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Dumont, NJ\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":119,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1820088238\\/IMG03369-20111220-1300_normal.jpg\",\"description\":\"i love baseball, getting fucked up, and the only girl i truely love is maryjane cause she will never fuck me over \\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"476954067\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1820088238\\/IMG03369-20111220-1300_normal.jpg\",\"name\":\"antoine ortega\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 28 17:37:00 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":476954067,\"utc_offset\":null,\"favourites_count\":131,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181623972532225,\"created_at\":\"Fri Feb 24 23:04:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1531000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f71f27e8-f1e9-4b54-8d21-7afa64505d14-173181623972532225" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 48 glaçons", +"img": { +"src": "http://a0.twimg.com/profile_images/1827319440/tetocarre_normal.jpg" +}, +"title": "Teddy: #lgw 48 glaçons", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1531000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw 48 gla\\u00e7ons\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181626531053569\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":59,\"screen_name\":\"Teddy_37\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":206,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1827319440\\/tetocarre_normal.jpg\",\"description\":\"Mouarf\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"86088540\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827319440\\/tetocarre_normal.jpg\",\"name\":\"Teddy\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 29 15:10:57 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":86088540,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181626531053569,\"created_at\":\"Fri Feb 24 23:04:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1531000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1e21240d-7294-4614-916d-21f682fe515d-173181626531053569" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Martyornot J'ai compté 1000 glaçons, perso. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1474785559/testdeux_normal.jpg" +}, +"title": "Romain Mollet: @Martyornot J'ai compté 1000 glaçons, perso. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1531000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Martyornot J'ai compt\\u00e9 1000 gla\\u00e7ons, perso. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Martyornot\",\"indices\":[0,11],\"id_str\":\"112498831\",\"name\":\"Michael J.\",\"id\":112498831}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173181353091801090\",\"id_str\":\"173181622529699841\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181353091801090,\"in_reply_to_user_id_str\":\"112498831\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"RomainMollet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":76,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 Cin\\u00e9Cr\\u00e9atis depuis moins d'une semaine (18\\/09\\/2011)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"62795411\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"name\":\"Romain Mollet\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 04 11:47:02 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":62795411,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/conneriehumanumest.wordpress.com\"},\"in_reply_to_screen_name\":\"Martyornot\",\"truncated\":false,\"id\":173181622529699841,\"created_at\":\"Fri Feb 24 23:04:51 +0000 2012\",\"in_reply_to_user_id\":112498831}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1531000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "db826c2e-424f-4b3c-9d87-44f4b60a4db7-173181622529699841" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "24 glaçons #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1509540967/6538316M_normal.jpg" +}, +"title": "PH7831: 24 glaçons #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1533000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"24 gla\\u00e7ons #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181631471951873\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":341,\"screen_name\":\"PH7831\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8212,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":\"Toulouse\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"038543\",\"followers_count\":172,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1509540967\\/6538316M_normal.jpg\",\"description\":\"Ing\\u00e9, musique, aviation, scoutisme, politique, rugby, portnawak et... Papa!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"284489525\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1509540967\\/6538316M_normal.jpg\",\"name\":\"PH7831\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 19 11:22:07 +0000 2011\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":284489525,\"utc_offset\":3600,\"favourites_count\":87,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181631471951873,\"created_at\":\"Fri Feb 24 23:04:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1533000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6acf95c4-39ab-430f-a044-5c872c95c48b-173181631471951873" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "48 glacons #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1528632347/FunPhotoBox041455s1mwzbxu_normal.jpg" +}, +"title": "oli duck: 48 glacons #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1533000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"48 glacons #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181631778127874\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":19,\"screen_name\":\"oliduck\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":77,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1528632347\\/FunPhotoBox041455s1mwzbxu_normal.jpg\",\"description\":\"... Wasn't Born To Follow comme chantait The Byrds...\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"119897315\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1528632347\\/FunPhotoBox041455s1mwzbxu_normal.jpg\",\"name\":\"oli duck\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 04 22:06:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":119897315,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181631778127874,\"created_at\":\"Fri Feb 24 23:04:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1533000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e69bb554-d9b1-4e74-94d5-900a270bb5f3-173181631778127874" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@mononoke62 Essaie France5 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1765073499/Y4QzHQNY_normal" +}, +"title": "Audrey: @mononoke62 Essaie France5 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1534000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"mononoke62\",\"favorited\":false,\"text\":\"@mononoke62 Essaie France5 #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"mononoke62\",\"indices\":[0,11],\"name\":\"caroline\",\"id_str\":\"126877700\",\"id\":126877700}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":126877700,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173180798592221184,\"in_reply_to_status_id_str\":\"173180798592221184\",\"id_str\":\"173181636958101505\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"F2E195\",\"screen_name\":\"audrey_g_\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":296,\"location\":\"Aix-en-Provence\",\"profile_text_color\":\"050505\",\"followers_count\":262,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1765073499\\/Y4QzHQNY_normal\",\"description\":\"Humaniste, f\\u00e9ministe, socialiste, progressiste! :)\",\"statuses_count\":1803,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/404128352\\/coquelicot6.png\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"a81b05\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"145173622\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Audrey\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404128352\\/coquelicot6.png\",\"created_at\":\"Tue May 18 08:51:48 +0000 2010\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"id\":145173622,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1765073499\\/Y4QzHQNY_normal\"},\"truncated\":false,\"id\":173181636958101505,\"created_at\":\"Fri Feb 24 23:04:54 +0000 2012\",\"in_reply_to_user_id_str\":\"126877700\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1534000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6514a181-c332-44c5-afc7-a01be21e9e29-173181636958101505" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "60 glaçons ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1681900733/image_normal.jpg" +}, +"title": "Amélie : 60 glaçons ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1534000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"60 gla\\u00e7ons ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181638711320576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":321,\"screen_name\":\"Bullenroll\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1938,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Bretagne\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"009999\",\"followers_count\":202,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1681900733\\/image_normal.jpg\",\"description\":\"Sans arr\\u00eat \\u00e0 la recherche de nouveaut\\u00e9s ! http:\\/\\/bullenroll.wordpress.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2293cc\",\"id_str\":\"74413492\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1681900733\\/image_normal.jpg\",\"name\":\"Am\\u00e9lie \",\"default_profile_image\":false,\"created_at\":\"Tue Sep 15 10:11:38 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":74413492,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/bullenroll.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181638711320576,\"created_at\":\"Fri Feb 24 23:04:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1534000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5db8cd17-a900-471c-9b6b-e378cc1ae053-173181638711320576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "78 ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1767295516/Sans_titre_normal.png" +}, +"title": "SweetOldies: 78 ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1535000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"78 ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181639814414336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":101,\"screen_name\":\"SweetOldies\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":34,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1767295516\\/Sans_titre_normal.png\",\"description\":\"30 ans et pas du tout impertinente !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"468808027\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1767295516\\/Sans_titre_normal.png\",\"name\":\"SweetOldies\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 19 23:02:56 +0000 2012\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":468808027,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181639814414336,\"created_at\":\"Fri Feb 24 23:04:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1535000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aa7c5759-79c1-4acf-90d6-ba8887114c67-173181639814414336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 32 glaçons", +"img": { +"src": "http://a0.twimg.com/profile_images/1649856860/avatpagetwsn_normal.jpg" +}, +"title": "lôtre demédeu: #lgw 32 glaçons", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1535000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw 32 gla\\u00e7ons\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181639583731713\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"lotre\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":81,\"location\":\"just there\",\"profile_text_color\":\"000000\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"description\":\"man, z\\u00e9ro de l'univers !\",\"statuses_count\":10314,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"protected\":false,\"id_str\":\"7233942\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"l\\u00f4tre dem\\u00e9deu\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"created_at\":\"Tue Jul 03 18:07:50 +0000 2007\",\"profile_sidebar_fill_color\":\"e0ff92\",\"id\":7233942,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\"},\"truncated\":false,\"id\":173181639583731713,\"created_at\":\"Fri Feb 24 23:04:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1535000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ba7d17e0-b499-4349-950d-9f53f3eab48e-173181639583731713" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@devantlatele: Le Grand Webze #LGW (France 5) et #CI prennent le relais... http://t.co/pNfhA1Hh #SocialTV”", +"img": { +"src": "http://a2.twimg.com/profile_images/1365883599/magpullraye_normal.jpg" +}, +"title": "Magali Rebeyrat: “@devantlatele: Le Grand Webze #LGW (France 5) et #CI prennent le relais... http://t.co/pNfhA1Hh #SocialTV”", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1536000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@devantlatele: Le Grand Webze #LGW (France 5) et #CI prennent le relais... http:\\/\\/t.co\\/pNfhA1Hh #SocialTV\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"devantlatele\",\"indices\":[1,14],\"id_str\":\"99954195\",\"name\":\"Devant La T\\u00e9l\\u00e9\",\"id\":99954195}],\"urls\":[{\"indices\":[76,96],\"expanded_url\":\"http:\\/\\/devantlatele.com\\/audience\",\"display_url\":\"devantlatele.com\\/audience\",\"url\":\"http:\\/\\/t.co\\/pNfhA1Hh\"}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[31,35]},{\"text\":\"CI\",\"indices\":[50,53]},{\"text\":\"SocialTV\",\"indices\":[97,106]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181646688878592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":303,\"screen_name\":\"MagaliRebeyrat\",\"lang\":\"en\",\"profile_text_color\":\"362720\",\"statuses_count\":1608,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"B40B43\",\"followers_count\":292,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1365883599\\/magpullraye_normal.jpg\",\"description\":\"Responsable Communication & D\\u00e9veloppement \\r\\nCercle du Marketing Direct (r\\u00e9seau de professionnels du marketing direct)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"FF6699\",\"id_str\":\"23420041\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1365883599\\/magpullraye_normal.jpg\",\"name\":\"Magali Rebeyrat\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 09 10:02:40 +0000 2009\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":23420041,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/www.cercle-md.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181646688878592,\"created_at\":\"Fri Feb 24 23:04:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1536000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef36d736-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "baba33f3-e35a-4680-b606-6b3ce1b74ea1-173181646688878592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Étrange votre petite vidéo. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: Étrange votre petite vidéo. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1536000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00c9trange votre petite vid\\u00e9o. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181647372562432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":233,\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10937,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez les mafieux mexicains\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":390,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"name\":\"Young, Wild & Free\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":363343002,\"utc_offset\":null,\"favourites_count\":39,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181647372562432,\"created_at\":\"Fri Feb 24 23:04:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1536000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5cd3ea1e-1329-44f9-84c0-e31f040752d3-173181647372562432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quand @jcfrog #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: C'est quand @jcfrog #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1537000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quand @jcfrog #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[12,19],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181651084517376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":14419,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"name\":\"FrinnockBoChar\",\"default_profile_image\":false,\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":40014489,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181651084517376,\"created_at\":\"Fri Feb 24 23:04:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1537000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3fb124d5-0e23-45d6-9bff-abadf3030645-173181651084517376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est vraiment bien le concept de #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1677177642/Cat_normal.jpg" +}, +"title": "Thomas Valette: C'est vraiment bien le concept de #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1537000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est vraiment bien le concept de #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181650983862272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":772,\"screen_name\":\"Tomusap66\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1999,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/376904564\\/Cat.jpg\",\"location\":\"Toluges (66) \\/Catalunya Nord \",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":194,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1677177642\\/Cat_normal.jpg\",\"description\":\" USAP, Bar\\u00e7a, Paris SG i tots els clubs Catalans, Messi, Puyol, Cesc, Carter, Hook, Mas, Gasol, Rubio ! S\\u00f3c orgull\\u00f3s de ser Franc\\u00e8s i Catal\\u00e0 ! \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"393541960\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/376904564\\/Cat.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1677177642\\/Cat_normal.jpg\",\"name\":\"Thomas Valette\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 18 17:58:34 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":393541960,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/www.youtube.com\\/user\\/aioli66\\/featured\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181650983862272,\"created_at\":\"Fri Feb 24 23:04:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1537000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1774259f-8cd4-4dfb-8fb7-737466b11623-173181650983862272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1673029111/image_normal.jpg" +}, +"title": "Antoine de Fraisse: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1537000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54588,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181649561976834\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":64,\"screen_name\":\"AFraisse\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":67,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1673029111\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"294577674\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1673029111\\/image_normal.jpg\",\"name\":\"Antoine de Fraisse\",\"default_profile_image\":false,\"created_at\":\"Sat May 07 11:56:53 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":294577674,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181649561976834,\"created_at\":\"Fri Feb 24 23:04:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1537000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6accfb47-fefd-4c74-91c5-dd3d1f6c5cd5-173181649561976834" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW 48 et en taille chemise 52...", +"img": { +"src": "http://a0.twimg.com/profile_images/1844216482/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif" +}, +"title": "The MythosNews: #LGW 48 et en taille chemise 52...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1538000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW 48 et en taille chemise 52...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181652904845313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":161,\"screen_name\":\"utopic92\",\"lang\":\"fr\",\"profile_text_color\":\"883cc2\",\"statuses_count\":4252,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/425920000\\/038.JPG\",\"location\":\"Paris ..et sa R\\u00e9gion.\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0900ff\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844216482\\/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif\",\"description\":\" \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"301585182\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425920000\\/038.JPG\",\"profile_sidebar_fill_color\":\"bfc4c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844216482\\/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif\",\"name\":\"The MythosNews\",\"default_profile_image\":false,\"created_at\":\"Thu May 19 18:25:43 +0000 2011\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":301585182,\"utc_offset\":3600,\"favourites_count\":25,\"url\":\"http:\\/\\/madeinfrance-citizenband.blogspot.com\\/2010\\/10\\/httpvids.html\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181652904845313,\"created_at\":\"Fri Feb 24 23:04:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1538000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d786afcc-cc16-489a-a8c1-86fb93ff0801-173181652904845313" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Donc la preuve est faite que Rollin n'a jamais été drôle, ni même humoristique #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1463922495/Epuale_Twitter_normal.png" +}, +"title": "Emmanuel Torregano: Donc la preuve est faite que Rollin n'a jamais été drôle, ni même humoristique #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1539000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Donc la preuve est faite que Rollin n'a jamais \\u00e9t\\u00e9 dr\\u00f4le, ni m\\u00eame humoristique #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[79,83]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181657707323392\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":614,\"screen_name\":\"ZaraA\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":59008,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"location\":\"iPhone: 45.800266,1.857407\",\"show_all_inline_media\":false,\"listed_count\":328,\"profile_link_color\":\"0000ff\",\"followers_count\":5596,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"description\":\"Love is the answer ... \\/\\/ I'm CEO, BITch ! ElectronLibre \\/\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C7CBC7\",\"id_str\":\"7031872\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"profile_sidebar_fill_color\":\"71E6A9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"name\":\"Emmanuel Torregano\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 23 11:40:06 +0000 2007\",\"profile_sidebar_border_color\":\"8F8F8F\",\"id\":7031872,\"utc_offset\":3600,\"favourites_count\":39,\"url\":\"http:\\/\\/twitter.com\\/3l3ctr0nLibr3\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181657707323392,\"created_at\":\"Fri Feb 24 23:04:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1539000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7ea23550-4058-4ef1-9bd2-72e2866283d9-173181657707323392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "50 #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1629207856/avatar11011_normal.jpg" +}, +"title": "Cyril Oliverio: 50 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1540000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"50 #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[3,7]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181661490585601\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"cylk34\",\"lang\":\"fr\",\"favourites_count\":36,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":423,\"location\":\"paris\",\"profile_text_color\":\"333333\",\"followers_count\":885,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1629207856\\/avatar11011_normal.jpg\",\"description\":\"Petit DA (magazine Zeste). je dis ce que j'ai envie de dire quand j'ai envie de le dire. M\\u00eame que j'ai un blog \",\"statuses_count\":50168,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/139059179\\/Corbeaubis.jpg\",\"show_all_inline_media\":false,\"listed_count\":96,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"109374544\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cyril Oliverio\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/139059179\\/Corbeaubis.jpg\",\"created_at\":\"Thu Jan 28 21:13:38 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":109374544,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/cylklique.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1629207856\\/avatar11011_normal.jpg\"},\"truncated\":false,\"id\":173181661490585601,\"created_at\":\"Fri Feb 24 23:05:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1540000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9f74edf7-415c-4b4d-9bdb-9b9a5e35028d-173181661490585601" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "36 glacons #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1754094119/arton136_normal.jpg" +}, +"title": "SF: 36 glacons #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1540000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"36 glacons #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181663159918592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"SFCDT\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":979,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"OK, je sors.\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":45,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1754094119\\/arton136_normal.jpg\",\"description\":\"Compte non officiel de SF CDT\\r\\r & j'aime bien les esperluettes Avatar : Mondrian drawing lookalike by angelolaplace.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"EBEBEB\",\"id_str\":\"428381996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1754094119\\/arton136_normal.jpg\",\"name\":\"SF\",\"default_profile_image\":false,\"created_at\":\"Sun Dec 04 17:59:28 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":428381996,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181663159918592,\"created_at\":\"Fri Feb 24 23:05:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1540000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fbd26c77-3839-49de-ab59-80271a246058-173181663159918592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @OnernoD: N'importe quoi... Elle est même pas drôle. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: RT @OnernoD: N'importe quoi... Elle est même pas drôle. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1541000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @OnernoD: N'importe quoi... Elle est m\\u00eame pas dr\\u00f4le. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"OnernoD\",\"indices\":[3,11],\"id_str\":\"348399043\",\"name\":\"Apollo Weed\",\"id\":348399043}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[56,60]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"N'importe quoi... Elle est m\\u00eame pas dr\\u00f4le. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181524945018880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":101,\"screen_name\":\"OnernoD\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1042,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Beuhverly Pills\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"2FC2EF\",\"followers_count\":273,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1843041770\\/apollo_creed1_normal.jpg\",\"description\":\"La vie, c'est pas Tetris, c'est Mortal Kombat : On doit tout faire pour \\u00e9viter la fatalit\\u00e9. Laisse-moi te faire l'humour, tu ne seras pas d\\u00e9\\u00e7u(e).\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"348399043\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843041770\\/apollo_creed1_normal.jpg\",\"name\":\"Apollo Weed\",\"default_profile_image\":false,\"created_at\":\"Thu Aug 04 11:00:09 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":348399043,\"utc_offset\":-10800,\"favourites_count\":42,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181524945018880,\"created_at\":\"Fri Feb 24 23:04:27 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181668545413120\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5843,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":367,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181668545413120,\"created_at\":\"Fri Feb 24 23:05:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1541000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cf1919d1-bd5d-4b2e-bdb4-4a8b29fb3e79-173181668545413120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @tetedansleposte: bien le coup du décompte live du nombre de tweets dans #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @tetedansleposte: bien le coup du décompte live du nombre de tweets dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1541000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @tetedansleposte: bien le coup du d\\u00e9compte live du nombre de tweets dans #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"tetedansleposte\",\"indices\":[3,19],\"id_str\":\"6006122\",\"name\":\"T\\u00eate dans le poste\",\"id\":6006122}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"bien le coup du d\\u00e9compte live du nombre de tweets dans #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180870721683458\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":552,\"screen_name\":\"tetedansleposte\",\"lang\":\"fr\",\"profile_text_color\":\"ebe8eb\",\"statuses_count\":1132,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/196396078\\/neige.jpg\",\"location\":\"dans le poste\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"0abef5\",\"followers_count\":399,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1592307646\\/profil_reseau_social_normal.jpg\",\"description\":\"La t\\u00eate dans le poste, un site pour tenter de regarder la t\\u00e9l\\u00e9vision diff\\u00e9remment et faire \\u00e9merger la r\\u00e9flexion.\\r\\nRendons le T\\u00c9L\\u00c9SPECT-ACTEUR\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"032647\",\"id_str\":\"6006122\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196396078\\/neige.jpg\",\"profile_sidebar_fill_color\":\"2f5673\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1592307646\\/profil_reseau_social_normal.jpg\",\"name\":\"T\\u00eate dans le poste\",\"default_profile_image\":false,\"created_at\":\"Sun May 13 09:57:22 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":6006122,\"utc_offset\":-7200,\"favourites_count\":0,\"url\":\"http:\\/\\/www.latetedansleposte.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180870721683458,\"created_at\":\"Fri Feb 24 23:01:51 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181667744301058\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1041,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":317,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181667744301058,\"created_at\":\"Fri Feb 24 23:05:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1541000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "389c4095-22dd-4873-936f-f791cecca994-173181667744301058" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze 42 glacons au total donc 21 par pied .. #lgw @SolangeTeParle", +"img": { +"src": "http://a2.twimg.com/profile_images/1632512642/John_normal.jpg" +}, +"title": "Stephane : @LeGrandWebze 42 glacons au total donc 21 par pied .. #lgw @SolangeTeParle", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1542000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze 42 glacons au total donc 21 par pied .. #lgw @SolangeTeParle\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"SolangeTeParle\",\"indices\":[59,74],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181451305631744\",\"id_str\":\"173181670596411392\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181451305631744,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":159,\"screen_name\":\"stefLP\",\"lang\":\"fr\",\"profile_text_color\":\"6a1e00\",\"statuses_count\":1540,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0800b6\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"description\":\"Je travaille dans le monde de l'informatique et des pharmacies (depuis 17 ans) , et \\u00e9galement auto-entrepreneur \\u00e0 mes temps perdus. http:\\/\\/about.me\\/bealcost\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffe9d9\",\"id_str\":\"11192742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"profile_sidebar_fill_color\":\"ffecd9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"name\":\"Stephane \",\"default_profile_image\":false,\"created_at\":\"Sat Dec 15 10:31:27 +0000 2007\",\"profile_sidebar_border_color\":\"001e0e\",\"id\":11192742,\"utc_offset\":3600,\"favourites_count\":42,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173181670596411392,\"created_at\":\"Fri Feb 24 23:05:02 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1542000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d34c493f-214b-43ce-9945-254f6d8e85c9-173181670596411392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Heureusement que je bosse de nuit la semaine et que je garde le rythme le week-end sinon je dormirais déjà devant #lgw ! #OnSeBouge", +"img": { +"src": "http://a0.twimg.com/profile_images/1851304214/tumblr_lvugxsddGH1r4g1zio1_400_normal.jpg" +}, +"title": "Greg G.: Heureusement que je bosse de nuit la semaine et que je garde le rythme le week-end sinon je dormirais déjà devant #lgw ! #OnSeBouge", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1543000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Heureusement que je bosse de nuit la semaine et que je garde le rythme le week-end sinon je dormirais d\\u00e9j\\u00e0 devant #lgw ! #OnSeBouge\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]},{\"text\":\"OnSeBouge\",\"indices\":[121,131]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181673276588032\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":276,\"screen_name\":\"TheFish40\",\"lang\":\"fr\",\"profile_text_color\":\"f5edf5\",\"statuses_count\":7394,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/408344264\\/bg1.jpg\",\"location\":\"#Bordeaux\",\"show_all_inline_media\":true,\"listed_count\":26,\"profile_link_color\":\"009999\",\"followers_count\":243,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851304214\\/tumblr_lvugxsddGH1r4g1zio1_400_normal.jpg\",\"description\":\"Pas de Bio...Pas de chocolat !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"73370860\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408344264\\/bg1.jpg\",\"profile_sidebar_fill_color\":\"2e2d2e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851304214\\/tumblr_lvugxsddGH1r4g1zio1_400_normal.jpg\",\"name\":\"Greg G.\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 11 12:07:54 +0000 2009\",\"profile_sidebar_border_color\":\"3b2b3b\",\"id\":73370860,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/justfishit.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181673276588032,\"created_at\":\"Fri Feb 24 23:05:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1543000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef85ba36-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f57deb77-deb1-4442-96ff-37bde044d900-173181673276588032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Juste pour voir #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1720114042/Izafox_normal.jpg" +}, +"title": "Izafox: Juste pour voir #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1543000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Juste pour voir #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181673381433344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":255,\"screen_name\":\"Izafox\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1985,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":31,\"profile_link_color\":\"FF3300\",\"followers_count\":587,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1720114042\\/Izafox_normal.jpg\",\"description\":\"Co-fondatrice du BarGaming, R\\u00e9dactrice sur VieDeGeek\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"21196709\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1720114042\\/Izafox_normal.jpg\",\"name\":\"Izafox\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 18 13:49:16 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":21196709,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":\"http:\\/\\/www.viedegeek.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181673381433344,\"created_at\":\"Fri Feb 24 23:05:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1543000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0fae568a-94d7-43a2-89ca-f54a9574d3cf-173181673381433344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tiens on a @Marcelcomics sur le\nMur du @LeGrandWebze #lgw #cqui http://t.co/AryPpFiR", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Tiens on a @Marcelcomics sur le\nMur du @LeGrandWebze #lgw #cqui http://t.co/AryPpFiR", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1543000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Tiens on a @Marcelcomics sur le\\nMur du @LeGrandWebze #lgw #cqui http:\\/\\/t.co\\/AryPpFiR\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Marcelcomics\",\"indices\":[11,24],\"id_str\":\"386966557\",\"name\":\"Marcel Comics\",\"id\":386966557},{\"screen_name\":\"LeGrandWebze\",\"indices\":[39,52],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]},{\"text\":\"cqui\",\"indices\":[58,63]}],\"media\":[{\"type\":\"photo\",\"indices\":[64,84],\"sizes\":{\"large\":{\"h\":765,\"resize\":\"fit\",\"w\":1024},\"medium\":{\"h\":448,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":254,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdDz7iCAAAIdsp.jpg\",\"id_str\":\"173181670109872128\",\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173181670105677826\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdDz7iCAAAIdsp.jpg\",\"id\":173181670109872128,\"display_url\":\"pic.twitter.com\\/AryPpFiR\",\"url\":\"http:\\/\\/t.co\\/AryPpFiR\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181670105677826\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6696,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181670105677826,\"created_at\":\"Fri Feb 24 23:05:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1543000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7078ceaa-0396-410b-9e0f-3423383f993c-173181670105677826" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "42. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1801999608/Avatar_MC_normal.jpg" +}, +"title": "Maxime Saint Michel: 42. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1544000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"42. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[4,8]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181679966486528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":143,\"screen_name\":\"Emmessem\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":339,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"followers_count\":43,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1801999608\\/Avatar_MC_normal.jpg\",\"description\":\"Jeune sc\\u00e9nariste en herbe, co-fondateur de BAW Comics, cr\\u00e9ateur de Drak B\\u00e9ryl.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"ACDED6\",\"id_str\":\"313473947\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801999608\\/Avatar_MC_normal.jpg\",\"name\":\"Maxime Saint Michel\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 08 18:20:39 +0000 2011\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":313473947,\"utc_offset\":null,\"favourites_count\":11,\"url\":\"http:\\/\\/emmessemfic.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181679966486528,\"created_at\":\"Fri Feb 24 23:05:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1544000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "635fbaf9-48cf-482e-882c-14685ca05753-173181679966486528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "+1 “@BriKo: Le César de la plus belle chemise est attribué à @Vinvin #lgw”", +"img": { +"src": "http://a2.twimg.com/profile_images/1602896411/206079_10150243427490583_675380582_7702521_4377825_n_normal.jpg" +}, +"title": "Nicolas Hélin: +1 “@BriKo: Le César de la plus belle chemise est attribué à @Vinvin #lgw”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1544000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"+1 \\u201c@BriKo: Le C\\u00e9sar de la plus belle chemise est attribu\\u00e9 \\u00e0 @Vinvin #lgw\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BriKo\",\"indices\":[4,10],\"id_str\":\"6651722\",\"name\":\"Brice Mazenod\",\"id\":6651722},{\"screen_name\":\"Vinvin\",\"indices\":[61,68],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181677315702785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":551,\"screen_name\":\"Nhelin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8523,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Carri\\u00e8res Sous Poissy\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"009999\",\"followers_count\":273,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1602896411\\/206079_10150243427490583_675380582_7702521_4377825_n_normal.jpg\",\"description\":\"Android, Gadgets, nouvelles technos, community & web 2.0, photo, foot, ... voil\\u00e0 de quoi nous allons parler ensemble :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"131516\",\"id_str\":\"21747053\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602896411\\/206079_10150243427490583_675380582_7702521_4377825_n_normal.jpg\",\"name\":\"Nicolas H\\u00e9lin\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 24 11:47:42 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":21747053,\"utc_offset\":-36000,\"favourites_count\":23,\"url\":\"http:\\/\\/nicolashelin.free.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181677315702785,\"created_at\":\"Fri Feb 24 23:05:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1544000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "67b1967f-39c5-4311-b927-734a24198446-173181677315702785" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Solange elle est frappée. Elle a des peurs... Intéressantes. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1700221874/ronchon_normal.jpg" +}, +"title": "el Ronchon: Solange elle est frappée. Elle a des peurs... Intéressantes. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1546000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Solange elle est frapp\\u00e9e. Elle a des peurs... Int\\u00e9ressantes. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181687071637504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":35,\"screen_name\":\"elronchon\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":51,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1700221874\\/ronchon_normal.jpg\",\"description\":\"n\\u00e9 un jour de pluie.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"335664825\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700221874\\/ronchon_normal.jpg\",\"name\":\"el Ronchon\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 15 01:39:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":335664825,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/www.soules.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181687071637504,\"created_at\":\"Fri Feb 24 23:05:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1546000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9fc17d6e-a9e7-4709-8482-592ffd5088ce-173181687071637504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @baktelraalis: La drogue c'est mal #lgw #viveleservicepublic", +"img": { +"src": "http://a2.twimg.com/profile_images/1735644265/front_de_gauche_annee_normal.jpg" +}, +"title": "Cachounette: RT @baktelraalis: La drogue c'est mal #lgw #viveleservicepublic", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1547000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @baktelraalis: La drogue c'est mal #lgw #viveleservicepublic\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"baktelraalis\",\"indices\":[3,16],\"name\":\"Bakt El Raalis\",\"id_str\":\"18515564\",\"id\":18515564}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]},{\"text\":\"viveleservicepublic\",\"indices\":[43,63]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"La drogue c'est mal #lgw #viveleservicepublic\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]},{\"text\":\"viveleservicepublic\",\"indices\":[25,45]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181375732649985\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1093,\"location\":\"France\",\"profile_text_color\":\"636363\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"statuses_count\":21283,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Bakt El Raalis\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_fill_color\":\"141414\",\"id\":18515564,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.pelecanus.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\"},\"truncated\":false,\"id\":173181375732649985,\"created_at\":\"Fri Feb 24 23:03:52 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181691458879489\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"cachounette\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":40,\"location\":\"France\",\"profile_text_color\":\"3E4415\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"description\":\"sage femme, militante PCF-Front de gauche et CGT\",\"statuses_count\":250,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"39092205\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cachounette\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Sun May 10 18:40:14 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":39092205,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\"},\"truncated\":false,\"id\":173181691458879489,\"created_at\":\"Fri Feb 24 23:05:07 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1547000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef79b786-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dd3401e2-22e8-490b-b837-07440339928a-173181691458879489" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le négatif de bref : mdr #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: Le négatif de bref : mdr #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1549000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le n\\u00e9gatif de bref : mdr #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181698719227904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"name\":\"Jean-Louis Coste\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":244454441,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181698719227904,\"created_at\":\"Fri Feb 24 23:05:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1549000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "00482e32-4ab0-493a-9b89-b0c5ac5f8b70-173181698719227904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "66 glaçons :) #lgw @LeGrandWebze", +"img": { +"src": "http://a0.twimg.com/profile_images/1742244378/16469_315452705267_659555267_9254691_600199_n_normal.jpg" +}, +"title": "Nicolas Ramz: 66 glaçons :) #lgw @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1550000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"66 gla\\u00e7ons :) #lgw @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[19,32],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"place_type\":\"city\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181702234062849\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"warpdesign_\",\"lang\":\"en\",\"profile_text_color\":\"b3b3b3\",\"statuses_count\":5143,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/27824969\\/background6.jpg\",\"location\":\"45,77982325,3,08140843\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"0099B9\",\"followers_count\":167,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1742244378\\/16469_315452705267_659555267_9254691_600199_n_normal.jpg\",\"description\":\"D\\u00e9veloppeur UX r\\u00eaveur, amateur de musique, avide de nouvelles technos, mais pas mouton pour autant\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"63290634\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/27824969\\/background6.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1742244378\\/16469_315452705267_659555267_9254691_600199_n_normal.jpg\",\"name\":\"Nicolas Ramz\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 23:11:47 +0000 2009\",\"profile_sidebar_border_color\":\"7f8fab\",\"id\":63290634,\"utc_offset\":-10800,\"favourites_count\":4,\"url\":\"http:\\/\\/www.warpdesign.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181702234062849,\"created_at\":\"Fri Feb 24 23:05:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1550000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3fa6b3e7-cbac-49fc-842c-4c37531f73f6-173181702234062849" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Solange c'est space comme truc o_O. J'ai pas compris le délire #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1803227504/lolilol_normal.JPG" +}, +"title": "Thomas Gabri L: Solange c'est space comme truc o_O. J'ai pas compris le délire #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1551000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Solange c'est space comme truc o_O. J'ai pas compris le d\\u00e9lire #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181707258834944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":315,\"screen_name\":\"TonMeilleurAmi_\",\"lang\":\"fr\",\"profile_text_color\":\"010157\",\"statuses_count\":2444,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/416460348\\/daft1.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"eb0c0c\",\"followers_count\":713,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1803227504\\/lolilol_normal.JPG\",\"description\":\"J'\\u00e9coute du dancefloor, du rock, du jazz, de la techno, du hip-hop, de la pop, du R&B, de la soul, enfin tout quoi ... -Impose ton style !-\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"id_str\":\"305581176\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416460348\\/daft1.png\",\"profile_sidebar_fill_color\":\"c7c3c3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803227504\\/lolilol_normal.JPG\",\"name\":\"Thomas Gabri L\",\"default_profile_image\":false,\"created_at\":\"Thu May 26 13:24:41 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":305581176,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181707258834944,\"created_at\":\"Fri Feb 24 23:05:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1551000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c86b9283-9c7e-4851-a690-ec602de4d268-173181707258834944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @julr: Merci @Vinvin comme chaque fois on peut régler notre Tv grâce à ta chemise #ilreste aussi #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1705755913/twitter-popup-bulle-info-icone-5035-256_normal.png" +}, +"title": "Cédric Le Grevès: RT @julr: Merci @Vinvin comme chaque fois on peut régler notre Tv grâce à ta chemise #ilreste aussi #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1551000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @julr: Merci @Vinvin comme chaque fois on peut r\\u00e9gler notre Tv gr\\u00e2ce \\u00e0 ta chemise #ilreste aussi #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"JulR\",\"indices\":[3,8],\"id_str\":\"10572732\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"id\":10572732},{\"screen_name\":\"Vinvin\",\"indices\":[16,23],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[85,93]},{\"text\":\"lgw\",\"indices\":[100,104]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181708080918529\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1818,\"screen_name\":\"clegreves\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":435,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":356,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"description\":\"@TVcheck addict\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"316519559\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"name\":\"C\\u00e9dric Le Grev\\u00e8s\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 13 15:35:43 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":316519559,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181708080918529,\"created_at\":\"Fri Feb 24 23:05:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1551000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "24f96f9a-f6ab-438f-b647-80dd20c58e49-173181708080918529" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tous ces gens qui découvrent notre Solange <3 #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1744048818/qUG3d_normal.jpg" +}, +"title": "Simon: Tous ces gens qui découvrent notre Solange <3 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1551000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tous ces gens qui d\\u00e9couvrent notre Solange <3 #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181706369634304\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":288,\"screen_name\":\"Srsim\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":10572,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Third rock from the sun\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"2FC2EF\",\"followers_count\":309,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\",\"description\":\"BiotechnoLOLgy and random crap. J'essaie de vivre ma vie \\u00e0 fond en passant pour un con au moins une fois par jour.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"130871832\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\",\"name\":\"Simon\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 08 15:44:24 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":130871832,\"utc_offset\":3600,\"favourites_count\":84,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181706369634304,\"created_at\":\"Fri Feb 24 23:05:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1551000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c326d14b-35d6-4f70-83c2-104047270e5a-173181706369634304" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ça va beaucoup trop vite, même pas le temps de lire les tweets du #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: ça va beaucoup trop vite, même pas le temps de lire les tweets du #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1551000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u00e7a va beaucoup trop vite, m\\u00eame pas le temps de lire les tweets du #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[66,70]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181710022873089\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f2b87e\",\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":251,\"location\":\"Nantes\\/Cholet\",\"profile_text_color\":\"333333\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"statuses_count\":6516,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Magalie Baudry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_fill_color\":\"f7a64a\",\"id\":172314328,\"follow_request_sent\":null,\"utc_offset\":-7200,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\"},\"truncated\":false,\"id\":173181710022873089,\"created_at\":\"Fri Feb 24 23:05:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1551000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3e80193a-23f9-4204-a8e0-10e65095c22c-173181710022873089" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 50 glaçons ?", +"img": { +"src": "http://a0.twimg.com/profile_images/735642103/mortimer_normal.jpg" +}, +"title": "Yves BARBARIN: #lgw 50 glaçons ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1551000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw 50 gla\\u00e7ons ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181710186446850\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D9B17E\",\"screen_name\":\"yves_bar\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":14,\"location\":\"Paris, Ile-de-France FR\",\"profile_text_color\":\"333333\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/735642103\\/mortimer_normal.jpg\",\"description\":\"\",\"statuses_count\":87,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"9D582E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"8B542B\",\"protected\":false,\"id_str\":\"120391774\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Yves BARBARIN\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"created_at\":\"Sat Mar 06 08:54:21 +0000 2010\",\"profile_sidebar_fill_color\":\"EADEAA\",\"id\":120391774,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/735642103\\/mortimer_normal.jpg\"},\"truncated\":false,\"id\":173181710186446850,\"created_at\":\"Fri Feb 24 23:05:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1551000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8bfa4c81-7b60-4a38-aa73-d96a2bdb4e38-173181710186446850" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW : déjà que je suis arrivée sur Twitter y'a moins d'un mois, là je suis carrément dans la 4ème dimension. Mais c'est plaisant, continuez", +"img": { +"src": "http://a0.twimg.com/profile_images/1752700180/Kriss-visage_normal.jpg" +}, +"title": "Kriss De Valnor: #LGW : déjà que je suis arrivée sur Twitter y'a moins d'un mois, là je suis carrément dans la 4ème dimension. Mais c'est plaisant, continuez", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1552000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW : d\\u00e9j\\u00e0 que je suis arriv\\u00e9e sur Twitter y'a moins d'un mois, l\\u00e0 je suis carr\\u00e9ment dans la 4\\u00e8me dimension. Mais c'est plaisant, continuez\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181714137493504\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"KrissValnor\",\"lang\":\"fr\",\"favourites_count\":19,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":109,\"location\":\"Entre Ikea et le Walhalla\",\"profile_text_color\":\"333333\",\"followers_count\":30,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752700180\\/Kriss-visage_normal.jpg\",\"description\":\"Pas moyen d'entrer dans le lac sans se mouiller.\",\"statuses_count\":168,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413131582\\/kriss_de_Valnor_Sente_De_Vi.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"CC3366\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"DBE9ED\",\"protected\":false,\"id_str\":\"463148006\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Kriss De Valnor\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413131582\\/kriss_de_Valnor_Sente_De_Vi.jpg\",\"created_at\":\"Fri Jan 13 19:41:39 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":463148006,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752700180\\/Kriss-visage_normal.jpg\"},\"truncated\":false,\"id\":173181714137493504,\"created_at\":\"Fri Feb 24 23:05:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1552000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "594d5967-e1c5-4d6a-b60f-60deb14e348d-173181714137493504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "1 ere emission interractive #lgw #France5", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: 1 ere emission interractive #lgw #France5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1554000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"1 ere emission interractive #lgw #France5\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]},{\"text\":\"France5\",\"indices\":[33,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181720466690051\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":5141,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Marseille\\/Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"name\":\"Matthieu Michel\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":68460513,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181720466690051,\"created_at\":\"Fri Feb 24 23:05:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1554000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b0e1a85f-14e9-45f1-adb2-d4ea5b3fdf1f-173181720466690051" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@jonatwittbarre ils sont bien ils sont bien ! Peut-être des polaires pour le passage chez Drucker ? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/619966956/bogoss1_normal.jpg" +}, +"title": "Monsieur Poulpe: @jonatwittbarre ils sont bien ils sont bien ! Peut-être des polaires pour le passage chez Drucker ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1554000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"jonatwittbarre\",\"truncated\":false,\"text\":\"@jonatwittbarre ils sont bien ils sont bien ! Peut-\\u00eatre des polaires pour le passage chez Drucker ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jonatwittbarre\",\"indices\":[0,15],\"name\":\"Jonathan Barr\\u00e9\",\"id_str\":\"23099146\",\"id\":23099146}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[101,105]}]},\"in_reply_to_user_id\":23099146,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":\"173180946131062784\",\"id_str\":\"173181722408660992\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"010203\",\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":44,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"statuses_count\":2827,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"followers_count\":14305,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"protected\":false,\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Monsieur Poulpe\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_fill_color\":\"68baae\",\"id\":101887303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\"},\"in_reply_to_status_id\":173180946131062784,\"id\":173181722408660992,\"created_at\":\"Fri Feb 24 23:05:14 +0000 2012\",\"in_reply_to_user_id_str\":\"23099146\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1554000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eb803816-14cd-43d3-827d-405788ecb029-173181722408660992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw La nominée dans la catégorie \"à la manière du cinéma français\" est ... Solange.", +"img": { +"src": "http://a0.twimg.com/profile_images/1622124369/Cartoonpresident_normal.gif" +}, +"title": "Hervé Dumond: #lgw La nominée dans la catégorie \"à la manière du cinéma français\" est ... Solange.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1555000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw La nomin\\u00e9e dans la cat\\u00e9gorie \\\"\\u00e0 la mani\\u00e8re du cin\\u00e9ma fran\\u00e7ais\\\" est ... Solange.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181725264977920\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"d1d1d1\",\"screen_name\":\"cartoonpdt\",\"lang\":\"fr\",\"favourites_count\":149,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":565,\"location\":\"France\",\"profile_text_color\":\"000000\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1622124369\\/Cartoonpresident_normal.gif\",\"description\":\"https:\\/\\/twitter.com\\/#!\\/cartoonpdt\\/favorites\",\"statuses_count\":2,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355093994\\/132.jpg\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"003366\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"77615428\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Herv\\u00e9 Dumond\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355093994\\/132.jpg\",\"created_at\":\"Sun Sep 27 00:32:11 +0000 2009\",\"profile_sidebar_fill_color\":\"ffdd00\",\"id\":77615428,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/mirror.me\\/390abp28?s=home\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1622124369\\/Cartoonpresident_normal.gif\"},\"truncated\":false,\"id\":173181725264977920,\"created_at\":\"Fri Feb 24 23:05:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1555000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b38725d3-fe99-4cb6-a966-c99cb060c085-173181725264977920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bizarre cette émission du Grand Webze #lgw... On se croirait dans un bureau du CIA...", +"img": { +"src": "http://a1.twimg.com/profile_images/1803169085/DSC01443_normal.JPG" +}, +"title": "Benjamin Aguillon: Bizarre cette émission du Grand Webze #lgw... On se croirait dans un bureau du CIA...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1556000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bizarre cette \\u00e9mission du Grand Webze #lgw... On se croirait dans un bureau du CIA...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181728356179968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"Balcidebava\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":103,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez moi\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"description\":\"L'homme face \\u00e0 l'absurde\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"482835609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"name\":\"Benjamin Aguillon\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 04 10:52:02 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":482835609,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181728356179968,\"created_at\":\"Fri Feb 24 23:05:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1556000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "13c337f0-5bc9-4422-a51c-bf4a7146f639-173181728356179968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw il faut 153 glaçons tout rond @francoisrollin", +"img": { +"src": "http://a2.twimg.com/profile_images/1186211112/MyBEP_Laurent_normal.png" +}, +"title": "laurent GEFFROY: #lgw il faut 153 glaçons tout rond @francoisrollin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1556000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw il faut 153 gla\\u00e7ons tout rond @francoisrollin\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[35,50],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181729006292993\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"lgeffroy\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":765,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"2FC2EF\",\"followers_count\":58,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1186211112\\/MyBEP_Laurent_normal.png\",\"description\":\".Net Architect, loves technologies and Baseball\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"6807672\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1186211112\\/MyBEP_Laurent_normal.png\",\"name\":\"laurent GEFFROY\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 14 09:14:06 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":6807672,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.laurentgeffroy.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181729006292993,\"created_at\":\"Fri Feb 24 23:05:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1556000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "61962ae1-e333-4077-9add-164a4d30ac36-173181729006292993" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Lol!!! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Lol!!! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1558000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Lol!!! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[7,11]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181737172606976\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4894,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173181737172606976,\"created_at\":\"Fri Feb 24 23:05:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1558000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "79cc2d2b-61c4-43e0-9fc6-e5a5adee8681-173181737172606976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze allez @SolangeTeParle utilise 40 glaçons !! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/535308655/wp_pairo_denied_2_normal.jpg" +}, +"title": "christophe garnier: @LeGrandWebze allez @SolangeTeParle utilise 40 glaçons !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1559000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze allez @SolangeTeParle utilise 40 gla\\u00e7ons !! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"SolangeTeParle\",\"indices\":[20,35],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.osfoora.com\\\" rel=\\\"nofollow\\\"\\u003EOsfoora HD\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173180994772406272\",\"id_str\":\"173181740117012481\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173180994772406272,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":711,\"screen_name\":\"catfishs\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":37469,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/427349951\\/IMG_0132.JPG\",\"location\":\"Yffiniac - France\",\"show_all_inline_media\":false,\"listed_count\":164,\"profile_link_color\":\"0084B4\",\"followers_count\":983,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/535308655\\/wp_pairo_denied_2_normal.jpg\",\"description\":\"Photographe ind\\u00e9pendant et breton d'adoption. J'aime \\u00e9couter de la bonne musique quand je n'ai pas le temps d'en jouer.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"29444976\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/427349951\\/IMG_0132.JPG\",\"profile_sidebar_fill_color\":\"acd9e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/535308655\\/wp_pairo_denied_2_normal.jpg\",\"name\":\"christophe garnier\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 07 13:17:59 +0000 2009\",\"profile_sidebar_border_color\":\"158cbf\",\"id\":29444976,\"utc_offset\":3600,\"favourites_count\":28,\"url\":\"http:\\/\\/www.capturesdigitales.fr\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173181740117012481,\"created_at\":\"Fri Feb 24 23:05:19 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1559000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9e93c5d9-3cf6-43a2-bda7-2590c141ba70-173181740117012481" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "chat fail #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: chat fail #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1561000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"chat fail #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181751517134849\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":256,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"statuses_count\":1752,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"GoldoNat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":116250574,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\"},\"truncated\":false,\"id\":173181751517134849,\"created_at\":\"Fri Feb 24 23:05:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1561000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b8770b61-7653-4d5f-8c63-7b01fe99b653-173181751517134849" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bonjour #LGW, pourriez-vous parler des droits des rongeurs ? Nous souffrons d'un cruel manque de présence médiatique.", +"img": { +"src": "http://a0.twimg.com/profile_images/1848771133/LA_FORET_FORTE__BANDE_DE_PUTES_normal.jpg" +}, +"title": "Super Ragondin: Bonjour #LGW, pourriez-vous parler des droits des rongeurs ? Nous souffrons d'un cruel manque de présence médiatique.", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1561000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Bonjour #LGW, pourriez-vous parler des droits des rongeurs ? Nous souffrons d'un cruel manque de pr\\u00e9sence m\\u00e9diatique.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[8,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181749080231936\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"SuperRagondin\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":102,\"location\":\"For\\u00eat de Rambouillet, France\",\"profile_text_color\":\"333333\",\"followers_count\":227,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848771133\\/LA_FORET_FORTE__BANDE_DE_PUTES_normal.jpg\",\"description\":\"Je suis un ragondin, je mange du bois et je mords les p\\u00eacheurs. Candidat du #PartiDesRongeurs a la presidentielle 2012. La For\\u00eat Forte.\",\"statuses_count\":533,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432809687\\/Affiche_Super_Ragondin2.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"228909686\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Super Ragondin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432809687\\/Affiche_Super_Ragondin2.png\",\"created_at\":\"Tue Dec 21 01:01:47 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":228909686,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.roc.asso.fr\\/protection-faune\\/ragondin.html\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848771133\\/LA_FORET_FORTE__BANDE_DE_PUTES_normal.jpg\"},\"truncated\":false,\"id\":173181749080231936,\"created_at\":\"Fri Feb 24 23:05:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1561000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "691020df-a1b4-4564-abbc-416a8d6bc4f6-173181749080231936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pas le chat qui sauuuuute! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1772675299/Avatar_Le_a_normal.png" +}, +"title": "Marine La Maudite: Pas le chat qui sauuuuute! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1561000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Pas le chat qui sauuuuute! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-2.8378013,48.1224931],[-2.650921,48.1224931],[-2.650921,48.2244728],[-2.8378013,48.2244728]]]},\"attributes\":{},\"full_name\":\"Loud\\u00e9ac, C\\u00f4tes-d'Armor\",\"name\":\"Loud\\u00e9ac\",\"id\":\"dd6b92f876374a20\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/dd6b92f876374a20.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-2.75333475,48.18234000]},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.18234000,-2.75333475]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181750908952578\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"2e2e2e\",\"screen_name\":\"M_LaMaudite\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":303,\"location\":\"48.118799, -1.706661\",\"profile_text_color\":\"89c5c7\",\"followers_count\":324,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1772675299\\/Avatar_Le_a_normal.png\",\"description\":\"Propri\\u00e9taire de mlamaudite.fr-S\\u00e9ries-Films-JV-\\r\\nMembre du bureau de @AssoUSETIC, \\u00e9tudiante en LP #USETIC et Stagiaire #Educationalimage \\u00e0 Clair Obscur, Rennes.\",\"statuses_count\":6847,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/407968467\\/wallpaper-twitter-54-1280x800.jpg\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"9689c7\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"509ec2\",\"protected\":false,\"id_str\":\"132459946\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Marine La Maudite\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/407968467\\/wallpaper-twitter-54-1280x800.jpg\",\"created_at\":\"Tue Apr 13 08:53:32 +0000 2010\",\"profile_sidebar_fill_color\":\"2e2e2e\",\"id\":132459946,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/mlamaudite.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1772675299\\/Avatar_Le_a_normal.png\"},\"truncated\":false,\"id\":173181750908952578,\"created_at\":\"Fri Feb 24 23:05:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1561000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "153f3777-7f69-4284-90ba-4343a36c8903-173181750908952578" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je voulais dire 57 #lgw :D", +"img": { +"src": "http://a0.twimg.com/profile_images/1843832843/Photo_du_21-02-12___19.49_normal.jpg" +}, +"title": "Alice Wonderland: Je voulais dire 57 #lgw :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1562000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je voulais dire 57 #lgw :D\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181755216498688\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"moustikette\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":217,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Near Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"description\":\"J'ai un bonnet Tigrou! And so what? :D\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"23988907\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"name\":\"Alice Wonderland\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 12 17:33:07 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":23988907,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/wonderlandalice.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181755216498688,\"created_at\":\"Fri Feb 24 23:05:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1562000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "15d15e5a-eba4-407b-89ff-2dc1fd8f649f-173181755216498688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 48 glaçons #lachemisedevinvin", +"img": { +"src": "http://a0.twimg.com/profile_images/1586459977/Skype01_normal.jpg" +}, +"title": "Alexandru Haras: #lgw 48 glaçons #lachemisedevinvin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1563000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw 48 gla\\u00e7ons #lachemisedevinvin\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"lachemisedevinvin\",\"indices\":[16,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181759293362176\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"alex_haras\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":210,\"location\":\"France\",\"profile_text_color\":\"634047\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1586459977\\/Skype01_normal.jpg\",\"description\":\"\",\"statuses_count\":86,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"107420038\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Alexandru Haras\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"created_at\":\"Fri Jan 22 14:08:24 +0000 2010\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":107420038,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1586459977\\/Skype01_normal.jpg\"},\"truncated\":false,\"id\":173181759293362176,\"created_at\":\"Fri Feb 24 23:05:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1563000, +"tags": [ +{ +"id-ref": "ef885750-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5f91ae2c-66d0-40f9-b794-8a63c5e2f466-173181759293362176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, un chat \\o/ #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Oh, un chat \\o/ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1563000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, un chat \\\\o\\/ #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181757837934592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181757837934592,\"created_at\":\"Fri Feb 24 23:05:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1563000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e05ab651-fa43-4d00-acb7-638fcc54662f-173181757837934592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow On se fait pas trop chier sur le banc obscur ? #lgw", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_4_normal.png" +}, +"title": "Raphaël Vartanian: @palmashow On se fait pas trop chier sur le banc obscur ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1563000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow On se fait pas trop chier sur le banc obscur ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173181285404114945\",\"id_str\":\"173181759662456832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181285404114945,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":38,\"screen_name\":\"ShahenHayIan\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":71,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"103083418\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"name\":\"Rapha\\u00ebl Vartanian\",\"default_profile_image\":true,\"created_at\":\"Fri Jan 08 20:45:17 +0000 2010\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":103083418,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173181759662456832,\"created_at\":\"Fri Feb 24 23:05:23 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1563000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f29fc1f3-8e86-4232-ba84-a4fb9b7ba34e-173181759662456832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw point mabille", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: #lgw point mabille", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1564000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw point mabille\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181764855009280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":663,\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7365,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"location\":\"DtC\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":207,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"name\":\"monsieurhobby\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":78733185,\"utc_offset\":-10800,\"favourites_count\":30,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181764855009280,\"created_at\":\"Fri Feb 24 23:05:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1564000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2c33d9fa-84ef-44f0-990b-02289238abce-173181764855009280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Je pense que @SolangeTeParle est folle... Ou en tous cas, elle n'est pas drole ! :/", +"img": { +"src": "http://a3.twimg.com/profile_images/1765785882/Moi_terrasse_Bureau_normal.jpg" +}, +"title": "Geoffroy Haubert: #LGW Je pense que @SolangeTeParle est folle... Ou en tous cas, elle n'est pas drole ! :/", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1565000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Je pense que @SolangeTeParle est folle... Ou en tous cas, elle n'est pas drole ! :\\/\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[18,33],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181766637600768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"GeoffroyHaubert\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":171,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":18,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1765785882\\/Moi_terrasse_Bureau_normal.jpg\",\"description\":\"Je pense. Je suis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"194535918\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1765785882\\/Moi_terrasse_Bureau_normal.jpg\",\"name\":\"Geoffroy Haubert\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 24 11:21:58 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":194535918,\"utc_offset\":null,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181766637600768,\"created_at\":\"Fri Feb 24 23:05:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1565000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "006cf8cb-4ed3-4634-8160-92a1fc342a2b-173181766637600768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @VivianRoldo: #cesar2012 étant terminé, on passe sur #france5 pour #lgw :) -> IDEM et c'est une super bonne soirée! ;)", +"img": { +"src": "http://a3.twimg.com/profile_images/1594302019/3eadcb00-f04c-4c61-b122-e74a871d97e2_normal.png" +}, +"title": "Sophie TAN: RT @VivianRoldo: #cesar2012 étant terminé, on passe sur #france5 pour #lgw :) -> IDEM et c'est une super bonne soirée! ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1565000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @VivianRoldo: #cesar2012 \\u00e9tant termin\\u00e9, on passe sur #france5 pour #lgw :) -> IDEM et c'est une super bonne soir\\u00e9e! ;)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"VivianRoldo\",\"indices\":[3,15],\"id_str\":\"5786832\",\"name\":\"Vivian\",\"id\":5786832}],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[17,27]},{\"text\":\"france5\",\"indices\":[56,64]},{\"text\":\"lgw\",\"indices\":[70,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181768575356929\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":303,\"screen_name\":\"sophie_ehrhardt\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":408,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Strasbourg\",\"show_all_inline_media\":true,\"listed_count\":20,\"profile_link_color\":\"990000\",\"followers_count\":250,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1594302019\\/3eadcb00-f04c-4c61-b122-e74a871d97e2_normal.png\",\"description\":\"Branch\\u00e9e sur la communication irl&web des institutions culturelles et la m\\u00e9diation. #museogeek #fid\\u00e9lisation #web2.0 Charg\\u00e9 de Communication et CM\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"274446618\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1594302019\\/3eadcb00-f04c-4c61-b122-e74a871d97e2_normal.png\",\"name\":\"Sophie TAN\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 30 09:32:58 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":274446618,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/sophie-ehrhardt\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181768575356929,\"created_at\":\"Fri Feb 24 23:05:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1565000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "65437121-6b5f-4e4f-86b9-50f75a5bd4df-173181768575356929" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin dans #lgw , il a le même coiffeur que François Hollande niveau couleur ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1835468356/brp2-1-1_normal.jpg" +}, +"title": "Bruno Roger-Petit: François Rollin dans #lgw , il a le même coiffeur que François Hollande niveau couleur ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1566000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin dans #lgw , il a le m\\u00eame coiffeur que Fran\\u00e7ois Hollande niveau couleur ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181772392185857\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"screen_name\":\"B_Roger_Petit\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13852,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":245,\"profile_link_color\":\"0084B4\",\"followers_count\":6589,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"description\":\"En \\u00e9tat de Grace... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"48949826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"name\":\"Bruno Roger-Petit\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 20 07:03:26 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":48949826,\"utc_offset\":-10800,\"favourites_count\":19,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/brunorogerpetit\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181772392185857,\"created_at\":\"Fri Feb 24 23:05:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1566000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fe68bae0-6eb8-49de-912b-0a61d6e47e2b-173181772392185857" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ou #ilpart ? #lgw me fait trop hésiter:/", +"img": { +"src": "http://a2.twimg.com/profile_images/1427838155/P7114024_normal.JPG" +}, +"title": "jali: ou #ilpart ? #lgw me fait trop hésiter:/", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1566000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ou #ilpart ? #lgw me fait trop h\\u00e9siter:\\/\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[3,10]},{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.netvibes.com\\/\\\" rel=\\\"nofollow\\\"\\u003ENetvibes Official Widget\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181770219524097\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":110,\"screen_name\":\"Jali\",\"lang\":\"fr\",\"profile_text_color\":\"574b57\",\"statuses_count\":30518,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"FR\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"name\":\"jali\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":8064742,\"utc_offset\":3600,\"favourites_count\":148,\"url\":\"http:\\/\\/www.jali.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181770219524097,\"created_at\":\"Fri Feb 24 23:05:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1566000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0f62c8c0-aedd-4f4e-b9be-2c7430ad1a79-173181770219524097" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze 40 glacons !!!! #LGW cc @solangeteparle", +"img": { +"src": "http://a1.twimg.com/profile_images/1633923341/tn48_normal.png" +}, +"title": "msiou: @LeGrandWebze 40 glacons !!!! #LGW cc @solangeteparle", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1566000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze 40 glacons !!!! #LGW cc @solangeteparle\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"SolangeTeParle\",\"indices\":[38,53],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181451305631744\",\"id_str\":\"173181770928365569\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181451305631744,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":226,\"screen_name\":\"msiou\",\"lang\":\"en\",\"profile_text_color\":\"d28730\",\"statuses_count\":48129,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/358227164\\/3097-mur-en-bois-WallFizz.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":42,\"profile_link_color\":\"4a9ba8\",\"followers_count\":212,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1633923341\\/tn48_normal.png\",\"description\":\"blogueur sur http:\\/\\/msiou.net \\r\\namoureux de la musique sur http:\\/\\/lapausemeuzicale.tumblr.com \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"10070792\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/358227164\\/3097-mur-en-bois-WallFizz.jpg\",\"profile_sidebar_fill_color\":\"fff3b5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633923341\\/tn48_normal.png\",\"name\":\"msiou\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 08 16:30:52 +0000 2007\",\"profile_sidebar_border_color\":\"c9b766\",\"id\":10070792,\"utc_offset\":3600,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173181770928365569,\"created_at\":\"Fri Feb 24 23:05:26 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1566000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e24679c0-f0cf-433f-9288-df1c641a08d8-173181770928365569" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "regarder Le Grand Webze #lgw c'est un peu comme regarder la chaîne NoLife ! De la TV locale. mais bon, courage quand même.", +"img": { +"src": "http://a0.twimg.com/profile_images/190012780/mynoeil_normal.jpg" +}, +"title": "Franck Valadier: regarder Le Grand Webze #lgw c'est un peu comme regarder la chaîne NoLife ! De la TV locale. mais bon, courage quand même.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1566000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"regarder Le Grand Webze #lgw c'est un peu comme regarder la cha\\u00eene NoLife ! De la TV locale. mais bon, courage quand m\\u00eame.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181770466996224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":289,\"screen_name\":\"Qifran\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1437,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/220733970\\/twitter.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":12,\"profile_link_color\":\"000000\",\"followers_count\":279,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/190012780\\/mynoeil_normal.jpg\",\"description\":\"Directeur de Cr\\u00e9ation @ SQLI agency\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7e242\",\"id_str\":\"36192042\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/220733970\\/twitter.jpg\",\"profile_sidebar_fill_color\":\"f7e242\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/190012780\\/mynoeil_normal.jpg\",\"name\":\"Franck Valadier\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 28 21:37:45 +0000 2009\",\"profile_sidebar_border_color\":\"474744\",\"id\":36192042,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181770466996224,\"created_at\":\"Fri Feb 24 23:05:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1566000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9f8d2046-e3c3-447e-9c28-19f0a09e094c-173181770466996224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "48 glaçons ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1643374736/1_normal.jpg" +}, +"title": "Loic Etienne: 48 glaçons ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1567000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"48 gla\\u00e7ons ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181775021998081\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"loaketienne\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":991,\"location\":\"Vallis Clausa\",\"profile_text_color\":\"333333\",\"followers_count\":228,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1643374736\\/1_normal.jpg\",\"description\":\"D\\u00e9veloppeur \\u00e9co dans le sud de la France. Jazz, cin\\u00e9, passion pour la Nouvelle Z\\u00e9lande.\\r\\n1\\/5 de nffp-records.com\\r\\n\",\"statuses_count\":1591,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"276901578\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Loic Etienne\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Apr 04 09:37:48 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":276901578,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1643374736\\/1_normal.jpg\"},\"truncated\":false,\"id\":173181775021998081,\"created_at\":\"Fri Feb 24 23:05:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1567000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2e178306-84c2-4b5c-af3b-f5b8a3a780e0-173181775021998081" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Choquant ça? Oh god, donnez-moi mieux! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1725590755/jak-avatar-twitter_normal.png" +}, +"title": "Axel Leroy: Choquant ça? Oh god, donnez-moi mieux! #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1568000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Choquant \\u00e7a? Oh god, donnez-moi mieux! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181777823793152\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":303,\"screen_name\":\"BlackEco\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13159,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"location\":\"Versailles, France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":191,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"description\":\"I'm a 18 years old french geek, passionated by Anglo-Saxon culture, computing, music, Internet, video games, movies, other geek stuffs and cars.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"94871785\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"name\":\"Axel Leroy\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 05 21:28:19 +0000 2009\",\"profile_sidebar_border_color\":\"00bbff\",\"id\":94871785,\"utc_offset\":3600,\"favourites_count\":142,\"url\":\"http:\\/\\/www.blackeco.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181777823793152,\"created_at\":\"Fri Feb 24 23:05:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1568000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cb1187fd-d002-4173-90be-5b821098ef22-173181777823793152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "48 glaçons ! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: 48 glaçons ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1568000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"48 gla\\u00e7ons ! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181780197777408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5567,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"location\":\"Saligny, France\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_border_color\":\"5c5c5c\",\"id\":12687332,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.k3nny.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181780197777408,\"created_at\":\"Fri Feb 24 23:05:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1568000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f9e1f72-c6cc-4682-b67c-3194b9ac219e-173181780197777408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": ":) “@Jali: bon ok, #ilreste le François, mais #ilchange2ton” #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: :) “@Jali: bon ok, #ilreste le François, mais #ilchange2ton” #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1568000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\":) \\u201c@Jali: bon ok, #ilreste le Fran\\u00e7ois, mais #ilchange2ton\\u201d #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Jali\",\"indices\":[4,9],\"id_str\":\"8064742\",\"name\":\"jali\",\"id\":8064742}],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[19,27]},{\"text\":\"ilchange2ton\",\"indices\":[46,59]},{\"text\":\"lgw\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181780923383810\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":886,\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":33185,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Pau\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"name\":\"Aur\\u00e9lien\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14321671,\"utc_offset\":3600,\"favourites_count\":140,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181780923383810,\"created_at\":\"Fri Feb 24 23:05:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1568000, +"tags": [ +{ +"id-ref": "ef1a8540-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3f811bda-0659-4470-9667-5b070eafe133-173181780923383810" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lolcat powaaa sur #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1807980780/hackathon_2_normal.png" +}, +"title": "Antoine Touzot: #lolcat powaaa sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1568000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lolcat powaaa sur #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lolcat\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181781355409408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":129,\"screen_name\":\"antoinetouzot\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1202,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"location\":\"Montreuil\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"ff9900\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\",\"description\":\"\\u00c9tudiant H3 \\u00e0 @hetic (Montreuil) [Digital native] [Geek] ...\\r\\n[Alleeeeez l\\u00e0] [@SkipTheUse and @IziaMusic addict]\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"292929\",\"id_str\":\"123813930\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"profile_sidebar_fill_color\":\"e6e6e6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\",\"name\":\"Antoine Touzot\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 17 08:56:06 +0000 2010\",\"profile_sidebar_border_color\":\"ff9900\",\"id\":123813930,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/lesconfdusud.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181781355409408,\"created_at\":\"Fri Feb 24 23:05:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1568000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef89c64e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2816df91-f1d7-4fe6-ab0b-79d86cac70f9-173181781355409408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "48 glaçons #lgw J'veux la chemise de @Vinvin !!", +"img": { +"src": "http://a2.twimg.com/profile_images/1749613158/image_normal.jpg" +}, +"title": "Milo Vox: 48 glaçons #lgw J'veux la chemise de @Vinvin !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1569000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"48 gla\\u00e7ons #lgw J'veux la chemise de @Vinvin !!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[37,44],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181785973338113\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":204,\"screen_name\":\"MiloVox\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":289,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":21,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1749613158\\/image_normal.jpg\",\"description\":\"Citoyen \\u00e9chantillon\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"461840194\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1749613158\\/image_normal.jpg\",\"name\":\"Milo Vox\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 12 07:50:02 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":461840194,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181785973338113,\"created_at\":\"Fri Feb 24 23:05:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1569000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "25605361-c345-426c-8ded-0d594bbd7a4f-173181785973338113" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les chats, une valeur sûre #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1801974559/51VNTOCGF1L._SS400__normal.jpg" +}, +"title": "Guillaume Gurdil: Les chats, une valeur sûre #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1570000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les chats, une valeur s\\u00fbre #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181786006896640\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":164,\"screen_name\":\"gurdiiil\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2781,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"description\":\"Geek\\/Nerd, drogu\\u00e9 \\u00e0 la musique, atterr\\u00e9 perp\\u00e9tuel (parce qu'indign\\u00e9, c'est galvaud\\u00e9) qui garde le sens de l'humour (beh ouais, faut bien!)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"89754233\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"name\":\"Guillaume Gurdil\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 13 17:56:00 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":89754233,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/luniquemonsieurtoutlemonde.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181786006896640,\"created_at\":\"Fri Feb 24 23:05:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1570000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cb479233-6438-4ef8-b452-d0ffea53f640-173181786006896640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Monsieur Rollin, où sont les années Palace ? #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1417270951/DoveArhur_normal.jpg" +}, +"title": "Dove Arthur : Monsieur Rollin, où sont les années Palace ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1570000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Monsieur Rollin, o\\u00f9 sont les ann\\u00e9es Palace ? #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[45,49]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181788724797443\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f50e22\",\"screen_name\":\"DoveArthur\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":261,\"location\":\"Lille\",\"profile_text_color\":\"a19a4d\",\"followers_count\":129,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1417270951\\/DoveArhur_normal.jpg\",\"description\":\"\\u00c9tudiant EFAP Lille Europe Promo 2013 - R\\u00e9dacteur - Graphiste - Lomographiste - Cin\\u00e9phile\",\"statuses_count\":1841,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/420571809\\/Movember-Super-Mario-Bros.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"37447d\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"96210164\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Dove Arthur \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420571809\\/Movember-Super-Mario-Bros.jpg\",\"created_at\":\"Fri Dec 11 21:27:09 +0000 2009\",\"profile_sidebar_fill_color\":\"f7fcfc\",\"id\":96210164,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1417270951\\/DoveArhur_normal.jpg\"},\"truncated\":false,\"id\":173181788724797443,\"created_at\":\"Fri Feb 24 23:05:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1570000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ddb09256-cdce-48e2-a6c2-dd7e8c92e76d-173181788724797443" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Minuit j'ai l'impression d'avoir pris de la drogue #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1637039636/pierre_et_le_loup_normal.jpg" +}, +"title": "Papou: Minuit j'ai l'impression d'avoir pris de la drogue #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1571000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Minuit j'ai l'impression d'avoir pris de la drogue #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181791539183616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":447,\"screen_name\":\"Papoufringant\",\"lang\":\"en\",\"profile_text_color\":\"3C3940\",\"statuses_count\":1604,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Chamb\\u00e9ry, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0099B9\",\"followers_count\":88,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1637039636\\/pierre_et_le_loup_normal.jpg\",\"description\":\"Attach\\u00e9 aux Droits de l'Homme et \\u00e0 la protection de l'environnement. Amoureux du Qu\\u00e9bec. J'aime le foot, \\u00e7a ne m'emp\\u00eache pas d'\\u00eatre de gauche!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"35217229\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1637039636\\/pierre_et_le_loup_normal.jpg\",\"name\":\"Papou\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 25 14:04:31 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":35217229,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181791539183616,\"created_at\":\"Fri Feb 24 23:05:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1571000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bac5f5c1-5cc2-4ea1-bf70-ea856d59b833-173181791539183616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La chemise, c'est une sponso Google ? #Lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1650056809/pandadanssonbain_normal.JPG" +}, +"title": "justice pandine: La chemise, c'est une sponso Google ? #Lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1571000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La chemise, c'est une sponso Google ? #Lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181793736982528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1340,\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"profile_text_color\":\"1a0e1a\",\"statuses_count\":28272,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"location\":\"Bambouseraie\",\"show_all_inline_media\":false,\"listed_count\":192,\"profile_link_color\":\"9058d1\",\"followers_count\":2571,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"profile_sidebar_fill_color\":\"f5fafa\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"name\":\"justice pandine\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_border_color\":\"adffef\",\"id\":177984098,\"utc_offset\":3600,\"favourites_count\":1862,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181793736982528,\"created_at\":\"Fri Feb 24 23:05:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1571000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b0ccd51e-c199-4da1-8cac-8efb2ad150ec-173181793736982528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'adore ce lolcat #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1815934444/image_normal.jpg" +}, +"title": "Laurent Sarralangue: J'adore ce lolcat #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1571000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'adore ce lolcat #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181793653100544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":412,\"screen_name\":\"lolosarralangue\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1680,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":92,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815934444\\/image_normal.jpg\",\"description\":\"Actu. Web. Sports. De la balle de squash \\u00e0 l'ovale. L\\u00e9g\\u00e8rement geek. Musique. S'informer pour se cultiver, mais pas seulement.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"387773705\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815934444\\/image_normal.jpg\",\"name\":\"Laurent Sarralangue\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 09 17:03:03 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":387773705,\"utc_offset\":null,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181793653100544,\"created_at\":\"Fri Feb 24 23:05:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1571000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "458e4b10-06d5-4ab3-afd6-8af733342a73-173181793653100544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "36 glaçons de Solange pour que @Vinvin tombe la chemise ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/37455262/titou_150_normal.jpg" +}, +"title": "Pierre Titou LANNES: 36 glaçons de Solange pour que @Vinvin tombe la chemise ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1572000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"36 gla\\u00e7ons de Solange pour que @Vinvin tombe la chemise ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[31,38],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2306588,48.8869026],[2.2841562,48.8869026],[2.2841562,48.9082685],[2.2306588,48.9082685]]]},\"attributes\":{},\"full_name\":\"Courbevoie, Hauts-de-Seine\",\"name\":\"Courbevoie\",\"id\":\"30b5d37dd5aae12a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/30b5d37dd5aae12a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181796119363585\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":268,\"screen_name\":\"titounet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5078,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/421488521\\/2005-09_La_Reunion_014.jpg\",\"location\":\"IDF, Gers 32, Landes 40, PO 66\",\"show_all_inline_media\":true,\"listed_count\":35,\"profile_link_color\":\"9D582E\",\"followers_count\":450,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/37455262\\/titou_150_normal.jpg\",\"description\":\"Ergonome facteurs humains et organisationnels, #ergonomie des interfaces hommes-machines #UX. Gascon, Pyr\\u00e9n\\u00e9es, gastronomie, festayre, rugby, surf\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"10461152\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421488521\\/2005-09_La_Reunion_014.jpg\",\"profile_sidebar_fill_color\":\"fcf1c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/37455262\\/titou_150_normal.jpg\",\"name\":\"Pierre Titou LANNES\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 22 06:18:31 +0000 2007\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":10461152,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/titou.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181796119363585,\"created_at\":\"Fri Feb 24 23:05:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1572000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d24ad2ec-df24-4525-bed1-39bc30840960-173181796119363585" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @antoinetouzot: @alexwaza C'est moi ou #lgw c'est un gros #wtf???", +"img": { +"src": "http://a1.twimg.com/profile_images/1348620857/aa_normal.JPG" +}, +"title": "A Warnia de Zarzecki: RT @antoinetouzot: @alexwaza C'est moi ou #lgw c'est un gros #wtf???", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1572000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @antoinetouzot: @alexwaza C'est moi ou #lgw c'est un gros #wtf???\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"antoinetouzot\",\"indices\":[3,17],\"id_str\":\"123813930\",\"name\":\"Antoine Touzot\",\"id\":123813930},{\"screen_name\":\"alexwaza\",\"indices\":[19,28],\"id_str\":\"201387157\",\"name\":\"A Warnia de Zarzecki\",\"id\":201387157}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]},{\"text\":\"wtf\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"@alexwaza C'est moi ou #lgw c'est un gros #wtf???\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"alexwaza\",\"indices\":[0,9],\"id_str\":\"201387157\",\"name\":\"A Warnia de Zarzecki\",\"id\":201387157}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]},{\"text\":\"wtf\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181308003028992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"201387157\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":129,\"screen_name\":\"antoinetouzot\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1202,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"location\":\"Montreuil\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"ff9900\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\",\"description\":\"\\u00c9tudiant H3 \\u00e0 @hetic (Montreuil) [Digital native] [Geek] ...\\r\\n[Alleeeeez l\\u00e0] [@SkipTheUse and @IziaMusic addict]\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"292929\",\"id_str\":\"123813930\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"profile_sidebar_fill_color\":\"e6e6e6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\",\"name\":\"Antoine Touzot\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 17 08:56:06 +0000 2010\",\"profile_sidebar_border_color\":\"ff9900\",\"id\":123813930,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/lesconfdusud.fr\\/\"},\"in_reply_to_screen_name\":\"alexwaza\",\"truncated\":false,\"id\":173181308003028992,\"created_at\":\"Fri Feb 24 23:03:36 +0000 2012\",\"in_reply_to_user_id\":201387157},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181797394419712\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"alexwaza\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"location\":\"St Mand\\u00e9\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"007ede\",\"followers_count\":320,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"description\":\"\\u00c9tudiant en troisi\\u00e8me ann\\u00e9e \\u00e0 @HETIC.\\r\\nJ'erre sur Twitter sans domaine de pr\\u00e9dilection, vous voil\\u00e0 avertis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"201387157\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"profile_sidebar_fill_color\":\"d9d9d9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"name\":\"A Warnia de Zarzecki\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 11 18:53:07 +0000 2010\",\"profile_sidebar_border_color\":\"c7cce0\",\"id\":201387157,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181797394419712,\"created_at\":\"Fri Feb 24 23:05:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1572000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef77b274-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "04ee2bc1-c90f-4d36-bbdf-6d68307c9694-173181797394419712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ouch une nouvelle vidéo qui me laisse dubitatif #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1843165873/1B2ADAE8-80F8-4819-BB0F-9D995A978B82_normal" +}, +"title": "Kurosawa: Ouch une nouvelle vidéo qui me laisse dubitatif #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1573000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ouch une nouvelle vid\\u00e9o qui me laisse dubitatif #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181799541907456\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":418,\"screen_name\":\"kunirosawa\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":19842,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris XX'\",\"show_all_inline_media\":true,\"listed_count\":43,\"profile_link_color\":\"0084B4\",\"followers_count\":463,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1843165873\\/1B2ADAE8-80F8-4819-BB0F-9D995A978B82_normal\",\"description\":\"Beaucoup trop de caract\\u00e8res pour une bio exhaustive. \\nMes tweets personnels ne sont pas sign\\u00e9s. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"143242559\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843165873\\/1B2ADAE8-80F8-4819-BB0F-9D995A978B82_normal\",\"name\":\"Kurosawa\",\"default_profile_image\":false,\"created_at\":\"Thu May 13 00:03:39 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":143242559,\"utc_offset\":-10800,\"favourites_count\":383,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/kunirosawa\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181799541907456,\"created_at\":\"Fri Feb 24 23:05:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1573000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d8356b9d-b41e-4c31-98d8-7be6e9034b6f-173181799541907456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Gagner la chemise de Vinvin !!?? Je prends pas de risque j'arrache la prise de l'ADSL !", +"img": { +"src": "http://a2.twimg.com/profile_images/944881104/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg" +}, +"title": "José Phinebacker: #LGW Gagner la chemise de Vinvin !!?? Je prends pas de risque j'arrache la prise de l'ADSL !", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1574000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Gagner la chemise de Vinvin !!?? Je prends pas de risque j'arrache la prise de l'ADSL !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181803526500352\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":140,\"screen_name\":\"Phinebacker\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1251,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"009999\",\"followers_count\":117,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\",\"description\":\"Phinebacker, twitteur homeopathique...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"6296872\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\",\"name\":\"Jos\\u00e9 Phinebacker\",\"default_profile_image\":false,\"created_at\":\"Thu May 24 21:11:03 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":6296872,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/phinebacker.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181803526500352,\"created_at\":\"Fri Feb 24 23:05:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1574000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5c17ee34-fb17-488d-a085-8697adbaffc4-173181803526500352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw superminou s'est vautré", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw superminou s'est vautré", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1574000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw superminou s'est vautr\\u00e9\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181806345068544\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"statuses_count\":704,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Thibaut Devillers\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":92095420,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\"},\"truncated\":false,\"id\":173181806345068544,\"created_at\":\"Fri Feb 24 23:05:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1574000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5993be1a-9233-47c4-b0ba-ef4c3995b42f-173181806345068544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ahaha fail le chat !", +"img": { +"src": "http://a2.twimg.com/profile_images/1592537064/x999_normal.jpg" +}, +"title": "Ronan: #lgw ahaha fail le chat !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1575000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ahaha fail le chat !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181810073800704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":166,\"screen_name\":\"Roazh\",\"lang\":\"fr\",\"profile_text_color\":\"1a1a1a\",\"statuses_count\":1454,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/284633775\\/Sans_titre-4.png\",\"location\":\"ROAZHON\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"cc0000\",\"followers_count\":61,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1592537064\\/x999_normal.jpg\",\"description\":\"Supporter SRFC \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"315907164\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/284633775\\/Sans_titre-4.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1592537064\\/x999_normal.jpg\",\"name\":\"Ronan\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 12 16:51:35 +0000 2011\",\"profile_sidebar_border_color\":\"f0f0f0\",\"id\":315907164,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181810073800704,\"created_at\":\"Fri Feb 24 23:05:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1575000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "88ba69b2-21f6-4219-86ea-fb0e7774f487-173181810073800704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@SolangeTeParle bah ouais je te suis parce que j'ai kiffé grave. Plus que les #Cesar2012 #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1836584093/image_normal.jpg" +}, +"title": "Mims Wabs Larax: @SolangeTeParle bah ouais je te suis parce que j'ai kiffé grave. Plus que les #Cesar2012 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1576000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@SolangeTeParle bah ouais je te suis parce que j'ai kiff\\u00e9 grave. Plus que les #Cesar2012 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[0,15],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[78,88]},{\"text\":\"lgw\",\"indices\":[89,93]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181812456161281\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"417867146\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":975,\"screen_name\":\"LadyGoule\",\"lang\":\"fr\",\"profile_text_color\":\"0f0e0f\",\"statuses_count\":28283,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/392693670\\/twilk_background_4f0088a2a8656.jpg\",\"location\":\"Purgatoire\",\"show_all_inline_media\":true,\"listed_count\":87,\"profile_link_color\":\"992b4f\",\"followers_count\":1994,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1836584093\\/image_normal.jpg\",\"description\":\"Ma vie est basee sur une histoire vraie. Entre mes enfants, mon mari et mes passions, je me retrouve...Je reste polie, restez-le aussi! CM @Mehdicis #MLQ\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"ffffff\",\"id_str\":\"50454478\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/392693670\\/twilk_background_4f0088a2a8656.jpg\",\"profile_sidebar_fill_color\":\"eff7ea\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836584093\\/image_normal.jpg\",\"name\":\"Mims Wabs Larax\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 24 21:55:30 +0000 2009\",\"profile_sidebar_border_color\":\"edf5e9\",\"id\":50454478,\"utc_offset\":0,\"favourites_count\":64,\"url\":null},\"in_reply_to_screen_name\":\"SolangeTeParle\",\"truncated\":false,\"id\":173181812456161281,\"created_at\":\"Fri Feb 24 23:05:36 +0000 2012\",\"in_reply_to_user_id\":417867146}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1576000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fb409d7f-52f5-433c-b545-380fc6f61294-173181812456161281" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw on entend rigoler @PascalMabille :))", +"img": { +"src": "http://a0.twimg.com/profile_images/1649856860/avatpagetwsn_normal.jpg" +}, +"title": "lôtre demédeu: #lgw on entend rigoler @PascalMabille :))", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1576000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw on entend rigoler @PascalMabille :))\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[23,37],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181814691729408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":81,\"screen_name\":\"lotre\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":10316,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"location\":\"just there\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"description\":\"man, z\\u00e9ro de l'univers !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"7233942\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"name\":\"l\\u00f4tre dem\\u00e9deu\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 03 18:07:50 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":7233942,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181814691729408,\"created_at\":\"Fri Feb 24 23:05:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1576000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d8d3f5c0-b7ec-44a6-882e-60acf6ad030c-173181814691729408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Lgw le Négatif de bref à besoin de 40 glaçons.", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: #Lgw le Négatif de bref à besoin de 40 glaçons.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1576000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Lgw le N\\u00e9gatif de bref \\u00e0 besoin de 40 gla\\u00e7ons.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181814918221824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181814918221824,\"created_at\":\"Fri Feb 24 23:05:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1576000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "092cfc83-6562-4cce-880b-ba7129d98c9c-173181814918221824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "merde il y a #CI aussi ce soir ! #dilemme #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1636820152/image_normal.jpg" +}, +"title": "SmonC: merde il y a #CI aussi ce soir ! #dilemme #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1577000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"merde il y a #CI aussi ce soir ! #dilemme #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[13,16]},{\"text\":\"dilemme\",\"indices\":[33,41]},{\"text\":\"lgw\",\"indices\":[42,46]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181815392174080\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"SmonC\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":225,\"location\":\"Nice\",\"profile_text_color\":\"333333\",\"followers_count\":105,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1636820152\\/image_normal.jpg\",\"description\":\"gamer \\/ p\\u00e8re \\/ un chat \\/ ni\\u00e7ois-corse \\/ de gauche \\/ footeux \\/ alcoolique \\/ fain\\u00e9ant \\/ TweetMyLife\",\"statuses_count\":3333,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/287758873\\/Angrylunch-www.bouletcorp.com.png\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"47291317\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"SmonC\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/287758873\\/Angrylunch-www.bouletcorp.com.png\",\"created_at\":\"Mon Jun 15 08:25:13 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":47291317,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/smonc.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1636820152\\/image_normal.jpg\"},\"truncated\":false,\"id\":173181815392174080,\"created_at\":\"Fri Feb 24 23:05:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1577000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef8b78c2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dd4c00ed-5881-4380-bd80-0fb9bbe6bb34-173181815392174080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La chemise de @vinvin permet de régler les couleurs de sa télé #pratique #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848604973/Pieuvre_normal.jpg" +}, +"title": "Laure Mezarigue: La chemise de @vinvin permet de régler les couleurs de sa télé #pratique #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1578000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La chemise de @vinvin permet de r\\u00e9gler les couleurs de sa t\\u00e9l\\u00e9 #pratique #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[14,21],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"pratique\",\"indices\":[63,72]},{\"text\":\"lgw\",\"indices\":[73,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181820874133504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":709,\"screen_name\":\"Laure_Mezarigue\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":16456,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/392615362\\/DSC00044.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":60,\"profile_link_color\":\"0084B4\",\"followers_count\":837,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848604973\\/Pieuvre_normal.jpg\",\"description\":\"F\\u00e9minin singulier\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"123643684\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/392615362\\/DSC00044.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848604973\\/Pieuvre_normal.jpg\",\"name\":\"Laure Mezarigue\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 16 19:26:57 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":123643684,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/tentaculture.typepad.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181820874133504,\"created_at\":\"Fri Feb 24 23:05:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1578000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef8b98ac-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cd0fdd34-4440-4cb7-9123-2c283386a9f8-173181820874133504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "VITE, APPELEZ LE CHATMU !!! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: VITE, APPELEZ LE CHATMU !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1581000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"VITE, APPELEZ LE CHATMU !!! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181836133019648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10391,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181836133019648,\"created_at\":\"Fri Feb 24 23:05:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1581000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9b5fc886-e4d9-4b83-a26f-6ac7da14ad02-173181836133019648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 96 glacons", +"img": { +"src": "http://a2.twimg.com/profile_images/1816969090/507a50905b294max_normal.jpg" +}, +"title": "Saint-pierre: #lgw 96 glacons", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1581000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"#lgw 96 glacons\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"screen_name\":\"babolos\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1816969090\\/507a50905b294max_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"C0DEED\",\"location\":\"France\",\"favourites_count\":0,\"description\":\"Managed Services & Project Management\\r\\nMusic, Running & Trail\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":158,\"profile_text_color\":\"333333\",\"followers_count\":48,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1816969090\\/507a50905b294max_normal.jpg\",\"statuses_count\":403,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"protected\":false,\"is_translator\":false,\"name\":\"Saint-pierre\",\"default_profile\":true,\"time_zone\":\"Paris\",\"created_at\":\"Wed Jun 29 06:58:28 +0000 2011\",\"profile_background_color\":\"C0DEED\",\"id\":326013289,\"id_str\":\"326013289\",\"geo_enabled\":false,\"profile_background_tile\":false,\"utc_offset\":3600,\"url\":null},\"in_reply_to_status_id\":null,\"id\":173181834165895168,\"created_at\":\"Fri Feb 24 23:05:41 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181834165895168\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1581000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aac9f7b3-bae5-48aa-a13e-72b0955b41a5-173181834165895168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw point mabille encore", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: #lgw point mabille encore", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1582000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw point mabille encore\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181836594393088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":663,\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7366,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"location\":\"DtC\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":207,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"name\":\"monsieurhobby\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":78733185,\"utc_offset\":-10800,\"favourites_count\":30,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181836594393088,\"created_at\":\"Fri Feb 24 23:05:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1582000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c142a3ed-1422-446f-bde4-de4b80fa7739-173181836594393088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1796601462/Pirate_crazy_twitter_normal.jpg" +}, +"title": "Esteban sp AlBatar ☠: #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1583000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[3.6883502,44.1153769],[7.1854811,44.1153769],[7.1854811,46.5198229],[3.6883502,46.5198229]]]},\"attributes\":{},\"full_name\":\"Rh\\u00f4ne-Alpes, France\",\"place_type\":\"admin\",\"name\":\"Rh\\u00f4ne-Alpes\",\"id\":\"771dd147cda1a16a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/771dd147cda1a16a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181844420968449\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":260,\"screen_name\":\"Captain_AlBatar\",\"lang\":\"fr\",\"profile_text_color\":\"ffffff\",\"statuses_count\":5606,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/392853826\\/cityscape_blue__6_.jpg\",\"location\":\"\\u25c6 Grenoble \\u2026en partance.\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"a69e0c\",\"followers_count\":266,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1796601462\\/Pirate_crazy_twitter_normal.jpg\",\"description\":\"[ Bio actuellement ferm\\u00e9e pour cause d'inventaire - R\\u00e9ouverture prochaine. ] #Huhuu :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"51788c\",\"id_str\":\"302767670\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/392853826\\/cityscape_blue__6_.jpg\",\"profile_sidebar_fill_color\":\"\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796601462\\/Pirate_crazy_twitter_normal.jpg\",\"name\":\"Esteban sp AlBatar \\u2620\",\"default_profile_image\":false,\"created_at\":\"Sat May 21 18:31:11 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":302767670,\"utc_offset\":3600,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181844420968449,\"created_at\":\"Fri Feb 24 23:05:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1583000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7170925f-03b2-4d00-929e-61bcc40f48a7-173181844420968449" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "42 #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1802232284/Capture_d__cran_2012-02-04___01.15.52_normal.png" +}, +"title": "Marion: 42 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1584000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"42 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[3,7]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181845905752064\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":186,\"screen_name\":\"iiioon\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11591,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"BF1238\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"description\":\"Accro aux s\\u00e9ries et \\u00e0 l'humour. HeroCorpienne. \\r\\nEt pourquoi faire aujourd'hui c'que j'pourrai faire demain ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"id_str\":\"39847706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"name\":\"Marion\",\"default_profile_image\":false,\"created_at\":\"Wed May 13 21:57:02 +0000 2009\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":39847706,\"utc_offset\":3600,\"favourites_count\":47,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181845905752064,\"created_at\":\"Fri Feb 24 23:05:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1584000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "553b1663-0c55-44d8-92f4-ab5778882864-173181845905752064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un rire Mabille entendu :) #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1612866761/2222_normal.jpg" +}, +"title": "makina: Un rire Mabille entendu :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1585000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Un rire Mabille entendu :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181851136036865\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"makina37\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"description\":\"\",\"statuses_count\":13,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"351529067\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"makina\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 09 11:20:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":351529067,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\"},\"truncated\":false,\"id\":173181851136036865,\"created_at\":\"Fri Feb 24 23:05:45 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1585000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8de844e3-50d8-461d-8c98-4fab127e6a59-173181851136036865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @obernasson: Pourquoi @Vinvin il me pique mes chemises ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1705755913/twitter-popup-bulle-info-icone-5035-256_normal.png" +}, +"title": "Cédric Le Grevès: RT @obernasson: Pourquoi @Vinvin il me pique mes chemises ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1585000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @obernasson: Pourquoi @Vinvin il me pique mes chemises ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"obernasson\",\"indices\":[3,14],\"id_str\":\"313935953\",\"name\":\"Olivier Bernasson\",\"id\":313935953},{\"screen_name\":\"Vinvin\",\"indices\":[25,32],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181852037808129\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1820,\"screen_name\":\"clegreves\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":434,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":356,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"description\":\"@TVcheck addict\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"316519559\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"name\":\"C\\u00e9dric Le Grev\\u00e8s\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 13 15:35:43 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":316519559,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181852037808129,\"created_at\":\"Fri Feb 24 23:05:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1585000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fc3e6782-a833-495c-a6c3-d00cbcea412c-173181852037808129" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "36 Glaçons #lgw #ilreste", +"img": { +"src": "http://a1.twimg.com/profile_images/1840602431/MyGoogle_Avatar1_normal.png" +}, +"title": "Guillaume Maurin: 36 Glaçons #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1586000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"36 Gla\\u00e7ons #lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]},{\"text\":\"ilreste\",\"indices\":[16,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181856215351296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":394,\"screen_name\":\"gmaurin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15766,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"location\":\"France - Bretagne - Toulouse\",\"show_all_inline_media\":true,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":428,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"description\":\"Du pass\\u00e9 faisons table en marbre ........ #Geek #Rugby #Prof - http:\\/\\/gplus.gmaurin.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"48504688\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"name\":\"Guillaume Maurin\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 18 21:54:30 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":48504688,\"utc_offset\":3600,\"favourites_count\":58,\"url\":\"http:\\/\\/www.gmaurin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181856215351296,\"created_at\":\"Fri Feb 24 23:05:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1586000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "12946210-dcb9-43c8-94a5-631bf221f543-173181856215351296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin qui montre du Lolcat sur une chaîne publique... J'aurais tout vu. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1474785559/testdeux_normal.jpg" +}, +"title": "Romain Mollet: François Rollin qui montre du Lolcat sur une chaîne publique... J'aurais tout vu. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1586000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin qui montre du Lolcat sur une cha\\u00eene publique... J'aurais tout vu. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[82,86]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181853224812544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"RomainMollet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":76,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 Cin\\u00e9Cr\\u00e9atis depuis moins d'une semaine (18\\/09\\/2011)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"62795411\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"name\":\"Romain Mollet\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 04 11:47:02 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":62795411,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/conneriehumanumest.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181853224812544,\"created_at\":\"Fri Feb 24 23:05:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1586000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "34afa78a-6ce2-4b40-a580-c6b574449485-173181853224812544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste il est con, le chat !", +"img": { +"src": "http://a0.twimg.com/profile_images/1658546588/solidarnosc_normal.jpg" +}, +"title": "Miguel Teixeira: #lgw #ilreste il est con, le chat !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1586000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste il est con, le chat !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181854478905344\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"migteix\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":258,\"location\":\"Orleans\",\"profile_text_color\":\"333333\",\"followers_count\":267,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"description\":\"blogueur orl\\u00e9anais, parle surtout d'actu locale et sort 2\\/3 blagues de temps en temps...\",\"statuses_count\":2718,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"3543511\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Miguel Teixeira\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Apr 05 18:00:09 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":3543511,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.coteboulevard.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\"},\"truncated\":false,\"id\":173181854478905344,\"created_at\":\"Fri Feb 24 23:05:46 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1586000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2ccd686e-7aec-4d35-8ddf-990185e0ed86-173181854478905344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pauvre chat ! =( #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1803227504/lolilol_normal.JPG" +}, +"title": "Thomas Gabri L: Pauvre chat ! =( #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1586000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pauvre chat ! =( #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181857175846912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":315,\"screen_name\":\"TonMeilleurAmi_\",\"lang\":\"fr\",\"profile_text_color\":\"010157\",\"statuses_count\":2444,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/416460348\\/daft1.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"eb0c0c\",\"followers_count\":713,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1803227504\\/lolilol_normal.JPG\",\"description\":\"J'\\u00e9coute du dancefloor, du rock, du jazz, de la techno, du hip-hop, de la pop, du R&B, de la soul, enfin tout quoi ... -Impose ton style !-\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"id_str\":\"305581176\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416460348\\/daft1.png\",\"profile_sidebar_fill_color\":\"c7c3c3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803227504\\/lolilol_normal.JPG\",\"name\":\"Thomas Gabri L\",\"default_profile_image\":false,\"created_at\":\"Thu May 26 13:24:41 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":305581176,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181857175846912,\"created_at\":\"Fri Feb 24 23:05:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1586000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4f466526-768d-46bb-8268-331595fce08b-173181857175846912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche Ce chat a la détente de Paul Sackey #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @LudoDelaherche Ce chat a la détente de Paul Sackey #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1587000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LudoDelaherche Ce chat a la d\\u00e9tente de Paul Sackey #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]},{\"text\":\"cqui\",\"indices\":[57,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181670105677826\",\"id_str\":\"173181858903900161\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181670105677826,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34402,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":532,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173181858903900161,\"created_at\":\"Fri Feb 24 23:05:47 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1587000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4c83cb42-a341-4a2e-b044-826c5ce082d3-173181858903900161" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh bordel #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1719658772/dGnuxEjQ_normal" +}, +"title": "Maule: Oh bordel #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1587000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh bordel #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetcaster.com\\\" rel=\\\"nofollow\\\"\\u003ETweetCaster for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181858211831810\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"plemga\",\"lang\":\"fr\",\"profile_text_color\":\"1ab812\",\"statuses_count\":1537,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/390374182\\/100109200127_42.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"d10c7c\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1719658772\\/dGnuxEjQ_normal\",\"description\":\"Demain je serai juriste. Mais pas tout de suite, l\\u00e0 je choppe\\/shop.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"064666\",\"id_str\":\"118273647\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/390374182\\/100109200127_42.jpg\",\"profile_sidebar_fill_color\":\"b2b5bd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1719658772\\/dGnuxEjQ_normal\",\"name\":\"Maule\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 28 04:16:14 +0000 2010\",\"profile_sidebar_border_color\":\"10c741\",\"id\":118273647,\"utc_offset\":3600,\"favourites_count\":292,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181858211831810,\"created_at\":\"Fri Feb 24 23:05:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1587000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2d6875b9-c797-46de-af53-410c6cfa3957-173181858211831810" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW 40 glaçons ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1437473256/Photo_du_86203415-07-___23.56_normal.jpg" +}, +"title": "Guillaume Morel: #LGW 40 glaçons ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1587000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW 40 gla\\u00e7ons ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181857335214081\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":642,\"screen_name\":\"guillaumemorel\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":2224,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/69131734\\/orange-dots.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":111,\"profile_link_color\":\"de7016\",\"followers_count\":1197,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1437473256\\/Photo_du_86203415-07-___23.56_normal.jpg\",\"description\":\"34 ans, papa de 4 enfants (yep !)strat\\u00e9gie de commmunication, web 2.0, \\u00e9conomie, entreprises. Je m'implique aussi sur le blog de ma moiti\\u00e9 @aimeelafee :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"b5481a\",\"id_str\":\"83660814\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/69131734\\/orange-dots.jpg\",\"profile_sidebar_fill_color\":\"e3b36f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1437473256\\/Photo_du_86203415-07-___23.56_normal.jpg\",\"name\":\"Guillaume Morel\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 19 18:39:05 +0000 2009\",\"profile_sidebar_border_color\":\"e3b36f\",\"id\":83660814,\"utc_offset\":3600,\"favourites_count\":1072,\"url\":\"http:\\/\\/www.aimeelafee.com\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181857335214081,\"created_at\":\"Fri Feb 24 23:05:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1587000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4bc254e4-8bb8-4713-ad32-4869080e4871-173181857335214081" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais quelle surprise de voir @SolangeTeParle #lgw j'adore !!", +"img": { +"src": "http://a0.twimg.com/profile_images/1817776486/SmokeQR_copie_normal.jpg" +}, +"title": "RuaLten: Mais quelle surprise de voir @SolangeTeParle #lgw j'adore !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1588000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Mais quelle surprise de voir @SolangeTeParle #lgw j'adore !!\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[29,44],\"name\":\"Solange te parle\",\"id_str\":\"417867146\",\"id\":417867146}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181862779428866\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"RuaLten\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":501,\"location\":\"Dans les champs de Bl\\u00e9...\",\"profile_text_color\":\"242424\",\"followers_count\":186,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"description\":\"Un peu partout et nulle part \\u00e0 la fois... Buveur de bi\\u00e8re belge et d'Irish Whiskey. R\\u00e2leur professionnel... \\u2620\\u2620\\u2620\\r\\n\",\"statuses_count\":1431,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"828561\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"359827989\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"RuaLten\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"created_at\":\"Mon Aug 22 07:12:46 +0000 2011\",\"profile_sidebar_fill_color\":\"62a635\",\"id\":359827989,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/rualten.perso.sfr.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\"},\"truncated\":false,\"id\":173181862779428866,\"created_at\":\"Fri Feb 24 23:05:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1588000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aa87d093-63c7-47f5-b635-c2836f6d18bf-173181862779428866" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @captainweb: #lgw @FlorencePorcel DES TICKETS RESTO POUR L'ADC! (on sait jamais,profitons en)", +"img": { +"src": "http://a0.twimg.com/profile_images/1159218845/Image2_normal.png" +}, +"title": "iannick: RT @captainweb: #lgw @FlorencePorcel DES TICKETS RESTO POUR L'ADC! (on sait jamais,profitons en)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1588000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @captainweb: #lgw @FlorencePorcel DES TICKETS RESTO POUR L'ADC! (on sait jamais,profitons en)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"captainweb\",\"indices\":[3,14],\"id_str\":\"18554168\",\"name\":\"Siegfried Thouvenot\",\"id\":18554168},{\"screen_name\":\"FlorencePorcel\",\"indices\":[21,36],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @FlorencePorcel DES TICKETS RESTO POUR L'ADC! (on sait jamais,profitons en)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[5,20],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181309617844224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1036,\"screen_name\":\"captainweb\",\"lang\":\"fr\",\"profile_text_color\":\"757575\",\"statuses_count\":28952,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/32213787\\/maquette-background-twitter.png\",\"location\":\"France, Paris\",\"show_all_inline_media\":true,\"listed_count\":676,\"profile_link_color\":\"767fb5\",\"followers_count\":7392,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1775056166\\/siegfried-thouvenot_normal.jpg\",\"description\":\"Blogueur High-tech, Newb Podcaster, dev Web etc...\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"18554168\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32213787\\/maquette-background-twitter.png\",\"profile_sidebar_fill_color\":\"f5f5f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775056166\\/siegfried-thouvenot_normal.jpg\",\"name\":\"Siegfried Thouvenot\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 02 15:30:22 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":18554168,\"utc_offset\":3600,\"favourites_count\":65,\"url\":\"http:\\/\\/www.captainweb.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181309617844224,\"created_at\":\"Fri Feb 24 23:03:36 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181861772800000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":117,\"screen_name\":\"i_a_n_n_i_c_k\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2354,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/413243327\\/whereismyback.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"93A644\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1159218845\\/Image2_normal.png\",\"description\":\"bouge sa meat sur les beats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"15070966\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413243327\\/whereismyback.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1159218845\\/Image2_normal.png\",\"name\":\"iannick\",\"default_profile_image\":false,\"created_at\":\"Tue Jun 10 07:53:17 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":15070966,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181861772800000,\"created_at\":\"Fri Feb 24 23:05:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1588000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c43e9333-ecfd-4158-bb13-55a4c7ee0344-173181861772800000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cqui http://t.co/iAFvtyCM", +"img": { +"src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png" +}, +"title": "Samuel Huron: #lgw #cqui http://t.co/iAFvtyCM", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1588000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #cqui http:\\/\\/t.co\\/iAFvtyCM\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}],\"media\":[{\"type\":\"photo\",\"indices\":[11,31],\"sizes\":{\"small\":{\"h\":255,\"resize\":\"fit\",\"w\":340},\"large\":{\"h\":768,\"resize\":\"fit\",\"w\":1024},\"medium\":{\"h\":450,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdD-zMCAAA2xv0.jpg\",\"id_str\":\"173181856848674816\",\"id\":173181856848674816,\"expanded_url\":\"http:\\/\\/twitter.com\\/cybunk\\/status\\/173181856844480512\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/iAFvtyCM\",\"url\":\"http:\\/\\/t.co\\/iAFvtyCM\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdD-zMCAAA2xv0.jpg\"}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181856844480512\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"b3009b\",\"screen_name\":\"cybunk\",\"lang\":\"en\",\"favourites_count\":405,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":764,\"location\":\"Paris, France\",\"profile_text_color\":\"4c9c8f\",\"followers_count\":699,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\",\"description\":\"Lead designer @IRILive Centre Pompidou \\/ PhD student in #infoviz #chi @ Paris11 \\/ @INRIA : #ui #Webdesign, #WebScience, #philosophy, #open #innovation\",\"statuses_count\":2674,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"show_all_inline_media\":true,\"listed_count\":69,\"profile_link_color\":\"b3009b\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"14905766\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Samuel Huron\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/51130859\\/3577914799_1350cff02e.jpg\",\"created_at\":\"Mon May 26 06:02:18 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":14905766,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.cybunk.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/309624209\\/Cy2_normal.png\"},\"truncated\":false,\"id\":173181856844480512,\"created_at\":\"Fri Feb 24 23:05:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1588000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f7d9bf7f-202c-4e21-8ec6-5c512c491739-173181856844480512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw le coup du chat m'a fait hurler de rire et j'ai donc réveillé toute ma famille !! Ptdr", +"img": { +"src": "http://a0.twimg.com/profile_images/1802162566/image_normal.jpg" +}, +"title": "Julien Cotte: #lgw le coup du chat m'a fait hurler de rire et j'ai donc réveillé toute ma famille !! Ptdr", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1589000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw le coup du chat m'a fait hurler de rire et j'ai donc r\\u00e9veill\\u00e9 toute ma famille !! Ptdr\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181868500455424\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"JulienCotteALU\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":872,\"location\":\"V\\u00e9lizy-Villacoublay\",\"profile_text_color\":\"333333\",\"followers_count\":1405,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"description\":\"DRH du site de V\\u00e9lizy (France) - HR Community Manager - Marketing HR2.0 - @AlcatelLucent\",\"statuses_count\":3874,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"show_all_inline_media\":false,\"listed_count\":138,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"107697826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Julien Cotte\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"created_at\":\"Sat Jan 23 12:17:36 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":107697826,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/juliencotte.typepad.com\\/le-blog-de-julien-cotte-\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\"},\"truncated\":false,\"id\":173181868500455424,\"created_at\":\"Fri Feb 24 23:05:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1589000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0738aa9e-eea7-4295-aaa6-faf11ea7a7a5-173181868500455424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "48glaçons #lgw avec l'aide de @linilim", +"img": { +"src": "http://a0.twimg.com/profile_images/1780196925/anonymous2_normal.png" +}, +"title": "Abrutim: 48glaçons #lgw avec l'aide de @linilim", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1590000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"48gla\\u00e7ons #lgw avec l'aide de @linilim\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"linilim\",\"indices\":[30,38],\"id_str\":\"174604625\",\"name\":\"Audrey\",\"id\":174604625}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-0.6388556,44.8111671],[-0.5334955,44.8111671],[-0.5334955,44.9163535],[-0.6388556,44.9163535]]]},\"attributes\":{},\"full_name\":\"Bordeaux, Gironde\",\"place_type\":\"city\",\"name\":\"Bordeaux\",\"id\":\"1b606b052d77a745\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/1b606b052d77a745.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-0.55506992,44.84445953]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.twitter.com\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Windows Phone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181873831428096\",\"geo\":{\"type\":\"Point\",\"coordinates\":[44.84445953,-0.55506992]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":550,\"screen_name\":\"abrutim\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10390,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":59,\"profile_link_color\":\"0084B4\",\"followers_count\":1143,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\",\"description\":\"\\u250c\\u041f\\u2510(\\u0ca0_\\u0ca0)\\u250c\\u041f\\u2510| Chroniqueur chez GeekInc, Blogueur BD int\\u00e9ress\\u00e9 par le Webdev,photo, dessin, comics, manga, s\\u00e9ries, guitare, hard rock, metal, guinness et whisky !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"169861930\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\",\"name\":\"Abrutim\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 23 10:19:49 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":169861930,\"utc_offset\":null,\"favourites_count\":24,\"url\":\"http:\\/\\/lightbulb.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181873831428096,\"created_at\":\"Fri Feb 24 23:05:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1590000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "47f6313a-49d2-433d-a39b-c35359c1f66b-173181873831428096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est pourri #lgw non ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1363142206/mesdiscussions-462162_normal.jpg" +}, +"title": "Matthieu: C'est pourri #lgw non ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1591000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est pourri #lgw non ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181874376679424\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"siriusgott\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":339,\"location\":\"Gagny\",\"profile_text_color\":\"333333\",\"followers_count\":78,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1363142206\\/mesdiscussions-462162_normal.jpg\",\"description\":\"Paris est magique !\",\"statuses_count\":1597,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/255987801\\/V_for_Vendetta_by_fool_boy.jpg\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"5b7878\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"182941412\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Matthieu\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/255987801\\/V_for_Vendetta_by_fool_boy.jpg\",\"created_at\":\"Wed Aug 25 19:38:58 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":182941412,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1363142206\\/mesdiscussions-462162_normal.jpg\"},\"truncated\":false,\"id\":173181874376679424,\"created_at\":\"Fri Feb 24 23:05:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1591000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "06110c31-d6d0-496d-9b46-78d882776857-173181874376679424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lolcat #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: #lolcat #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1591000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lolcat #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lolcat\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181875425259520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":764,\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4350,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France - Moselle\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"D02B55\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"name\":\"R\\u00e9my D.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":48825435,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181875425259520,\"created_at\":\"Fri Feb 24 23:05:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1591000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef89c64e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "16769206-2644-4b69-8be6-5273720d55ac-173181875425259520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@legrandwebze paf le chat ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/123600529/bracelet_normal.JPG" +}, +"title": "Richard: @legrandwebze paf le chat ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1591000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@legrandwebze paf le chat ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181876117315584\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":226,\"screen_name\":\"Iryngael\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1959,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Midi-Pyr\\u00e9n\\u00e9es, Moissac\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"description\":\"Gros connard sympa n\\u00e9anmoins :o\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"29106955\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"name\":\"Richard\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 06 00:46:40 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":29106955,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173181876117315584,\"created_at\":\"Fri Feb 24 23:05:51 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1591000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8907d9f4-b5d0-44d6-8366-7f0c69b495b3-173181876117315584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh le pauvre minou :o #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: Oh le pauvre minou :o #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1591000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh le pauvre minou :o #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181878029918208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":233,\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10938,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez les mafieux mexicains\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":390,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"name\":\"Young, Wild & Free\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":363343002,\"utc_offset\":null,\"favourites_count\":39,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181878029918208,\"created_at\":\"Fri Feb 24 23:05:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1591000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bdf839eb-6284-4617-a649-5f8673d303c4-173181878029918208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ho, un point Mabille !! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1681747829/371027_701947756_1967049027_n_normal.jpg" +}, +"title": "Doryan Lust: Ho, un point Mabille !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1592000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ho, un point Mabille !! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181880814927873\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":266,\"screen_name\":\"tit0urs\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":2187,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/21695223\\/twitt2.jpg\",\"location\":\"Paris _ France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"2fc2ef\",\"followers_count\":125,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1681747829\\/371027_701947756_1967049027_n_normal.jpg\",\"description\":\"42% Geek, 42% Gamer, 42% IT Crowd, 42% Dudes\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"54155625\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/21695223\\/twitt2.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1681747829\\/371027_701947756_1967049027_n_normal.jpg\",\"name\":\"Doryan Lust\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 06 08:30:42 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":54155625,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/geekmoilsel.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181880814927873,\"created_at\":\"Fri Feb 24 23:05:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1592000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f1048421-9720-4f97-9338-0f1197862194-173181880814927873" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mon avatar vient de passer à la télé. Je lutte TRES FORT pour ne pas en changer pour un truc moins consensuel. #LGW #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: Mon avatar vient de passer à la télé. Je lutte TRES FORT pour ne pas en changer pour un truc moins consensuel. #LGW #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1592000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mon avatar vient de passer \\u00e0 la t\\u00e9l\\u00e9. Je lutte TRES FORT pour ne pas en changer pour un truc moins consensuel. #LGW #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[111,115]},{\"text\":\"cqui\",\"indices\":[116,121]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181879984459776\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3887,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":518,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181879984459776,\"created_at\":\"Fri Feb 24 23:05:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1592000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d79ddf1a-9527-4c4f-81f6-786bd6d8ccb2-173181879984459776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze 52 glaçons exactement ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1768965620/Anonymous_Wallpaper_by_ipott_normal.png" +}, +"title": "Anon HackTivist: @LeGrandWebze 52 glaçons exactement ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1592000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze 52 gla\\u00e7ons exactement ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173181451305631744\",\"id_str\":\"173181878612934657\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181451305631744,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":31,\"screen_name\":\"SimplyAnon\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":32,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"YU NO FIND ME\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768965620\\/Anonymous_Wallpaper_by_ipott_normal.png\",\"description\":\"I am a simple anonymous giving his opinion on current Op and Events.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"469498461\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768965620\\/Anonymous_Wallpaper_by_ipott_normal.png\",\"name\":\"Anon HackTivist\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 20 17:20:52 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":469498461,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.whyweprotest.net\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173181878612934657,\"created_at\":\"Fri Feb 24 23:05:52 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1592000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cc02d2a7-1d96-4dde-8b55-d2d780e4402c-173181878612934657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Après les #LOLCATS, voici les #BOUMCATS! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Après les #LOLCATS, voici les #BOUMCATS! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1593000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Apr\\u00e8s les #LOLCATS, voici les #BOUMCATS! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LOLCATS\",\"indices\":[10,18]},{\"text\":\"BOUMCATS\",\"indices\":[30,39]},{\"text\":\"LGW\",\"indices\":[41,45]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181885760028672\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4895,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173181885760028672,\"created_at\":\"Fri Feb 24 23:05:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1593000, +"tags": [ +{ +"id-ref": "ef8e4fd4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef8e54fc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5bd82e1e-98c0-4c82-8851-c0d0fa8d0eec-173181885760028672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ok un lolcat mortel", +"img": { +"src": "http://a0.twimg.com/profile_images/1848450170/poseur_normal.jpg" +}, +"title": "Pras: #lgw ok un lolcat mortel", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1594000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ok un lolcat mortel\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181888347897856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1362,\"screen_name\":\"Praska\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":48427,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"followers_count\":3040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"description\":\"BOSS[Viedegeek + Bargaming]\\r\\nFirewall Karmique\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b8085\",\"id_str\":\"15453030\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"name\":\"Pras\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 16 11:15:07 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":15453030,\"utc_offset\":3600,\"favourites_count\":195,\"url\":\"http:\\/\\/flavors.me\\/praska\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181888347897856,\"created_at\":\"Fri Feb 24 23:05:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1594000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "726ed30f-0ccf-4a56-87f2-63859e921576-173181888347897856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "LOLCAT ! #lgw", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Gw3nd0ul: LOLCAT ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1594000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"LOLCAT ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181890189201411\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":434,\"screen_name\":\"Gw3nd0ul\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":512,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"143017258\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"Gw3nd0ul\",\"default_profile_image\":true,\"created_at\":\"Wed May 12 10:42:39 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":143017258,\"utc_offset\":3600,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181890189201411,\"created_at\":\"Fri Feb 24 23:05:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1594000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "65061b4d-6f84-40f3-9c1d-5d165c6a866b-173181890189201411" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @mmu_man: VITE, APPELEZ LE CHATMU !!! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: RT @mmu_man: VITE, APPELEZ LE CHATMU !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1595000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @mmu_man: VITE, APPELEZ LE CHATMU !!! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"mmu_man\",\"indices\":[3,11],\"id_str\":\"102075787\",\"name\":\"Fran\\u00e7ois Revol\",\"id\":102075787}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"VITE, APPELEZ LE CHATMU !!! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181836133019648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10391,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181836133019648,\"created_at\":\"Fri Feb 24 23:05:41 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181893200719872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6516,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181893200719872,\"created_at\":\"Fri Feb 24 23:05:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1595000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5046256c-4345-4ea8-b90f-70089f5590ee-173181893200719872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Magnifique saut du chat! Qui doit toujours retomber sur ses pattes..", +"img": { +"src": "http://a3.twimg.com/profile_images/1764410196/t_l_chargement_normal.jpg" +}, +"title": "Camille A.: #LGW Magnifique saut du chat! Qui doit toujours retomber sur ses pattes..", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1596000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Magnifique saut du chat! Qui doit toujours retomber sur ses pattes..\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181898326163456\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":126,\"screen_name\":\"CamilleeA\",\"lang\":\"fr\",\"profile_text_color\":\"e6d981\",\"statuses_count\":2586,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362369940\\/rosace-fond-marron.jpg\",\"location\":\"Basse-Normandie, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"b58e4b\",\"followers_count\":77,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1764410196\\/t_l_chargement_normal.jpg\",\"description\":\"J'aurais voulu trouver un truc original \\u00e0 dire pour ma pr\\u00e9sentation; c'est loup\\u00e9.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"451909\",\"id_str\":\"213076899\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362369940\\/rosace-fond-marron.jpg\",\"profile_sidebar_fill_color\":\"40251c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1764410196\\/t_l_chargement_normal.jpg\",\"name\":\"Camille A.\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 07 22:21:06 +0000 2010\",\"profile_sidebar_border_color\":\"e6d981\",\"id\":213076899,\"utc_offset\":3600,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181898326163456,\"created_at\":\"Fri Feb 24 23:05:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1596000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3b94527d-ae75-4e31-a16f-0398572e5b3d-173181898326163456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "R.I.P Lolcat #Lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1622124369/Cartoonpresident_normal.gif" +}, +"title": "Hervé Dumond: R.I.P Lolcat #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1597000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"R.I.P Lolcat #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181899412471808\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"d1d1d1\",\"screen_name\":\"cartoonpdt\",\"lang\":\"fr\",\"favourites_count\":149,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":false,\"friends_count\":565,\"location\":\"France\",\"profile_text_color\":\"000000\",\"description\":\"https:\\/\\/twitter.com\\/#!\\/cartoonpdt\\/favorites\",\"statuses_count\":3,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355093994\\/132.jpg\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"003366\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1622124369\\/Cartoonpresident_normal.gif\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"77615428\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Herv\\u00e9 Dumond\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355093994\\/132.jpg\",\"created_at\":\"Sun Sep 27 00:32:11 +0000 2009\",\"profile_sidebar_fill_color\":\"ffdd00\",\"id\":77615428,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/mirror.me\\/390abp28?s=home\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1622124369\\/Cartoonpresident_normal.gif\"},\"in_reply_to_status_id\":null,\"id\":173181899412471808,\"created_at\":\"Fri Feb 24 23:05:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1597000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e352f207-1571-46e0-a308-79248dc5462d-173181899412471808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le chat qui se prend pour Batman. Il n'a pas de cape. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: Le chat qui se prend pour Batman. Il n'a pas de cape. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1597000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Le chat qui se prend pour Batman. Il n'a pas de cape. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181901153116161\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"c0c3c4\",\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":75,\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"profile_text_color\":\"333333\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"statuses_count\":989,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Shik-a-Marrant\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"id\":57607506,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\"},\"truncated\":false,\"id\":173181901153116161,\"created_at\":\"Fri Feb 24 23:05:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1597000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3cbb362b-b755-4331-b8cb-cec35e806cf9-173181901153116161" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw hahahahaaaa elle fonctionne trop bien cette vidéo.", +"img": { +"src": "http://a2.twimg.com/profile_images/1841426692/image_normal.jpg" +}, +"title": "Peyow: #lgw hahahahaaaa elle fonctionne trop bien cette vidéo.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1597000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw hahahahaaaa elle fonctionne trop bien cette vid\\u00e9o.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181900582699009\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":42,\"screen_name\":\"PeyowOner\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":125,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Grenoble\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1841426692\\/image_normal.jpg\",\"description\":\"Technicien du spectale survivant. Fain\\u00e9ant et casanier, donc totalement inoffensif.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"268921581\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841426692\\/image_normal.jpg\",\"name\":\"Peyow\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 19 19:00:41 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":268921581,\"utc_offset\":null,\"favourites_count\":12,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181900582699009,\"created_at\":\"Fri Feb 24 23:05:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1597000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ec16b007-9b1b-43f8-b2fc-9f28d0c5c639-173181900582699009" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On a repérer une fille avec des bottes rouges , une main dans la culotte et l'autre pour twitter :)) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1625442476/24_normal.jpg" +}, +"title": "Christophe Doublet: On a repérer une fille avec des bottes rouges , une main dans la culotte et l'autre pour twitter :)) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1597000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"On a rep\\u00e9rer une fille avec des bottes rouges , une main dans la culotte et l'autre pour twitter :)) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[101,105]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181901086015488\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"ChrisPC34\",\"lang\":\"fr\",\"favourites_count\":33,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":458,\"location\":\"H\\u00e9rault\",\"profile_text_color\":\"535ae6\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1625442476\\/24_normal.jpg\",\"description\":\"D\\u00e9pannage informatique, site web, r\\u00e9seau .\\r\\nSous traitance : Vous livrez,nous installons vos clients dans le Languedoc Roussillon .\",\"statuses_count\":1157,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/426927890\\/twitt.jpg\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"133503769\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Christophe Doublet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426927890\\/twitt.jpg\",\"created_at\":\"Thu Apr 15 23:59:03 +0000 2010\",\"profile_sidebar_fill_color\":\"000000\",\"id\":133503769,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.pc34.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1625442476\\/24_normal.jpg\"},\"truncated\":false,\"id\":173181901086015488,\"created_at\":\"Fri Feb 24 23:05:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1597000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "316cfb62-3eaa-47d5-8c7b-d1d2e9745a99-173181901086015488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "AHAHAHHAHAHAHAHAHAHAHHAHAHAHAH Con de chat!!!!! #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1801484114/val_loubilou_normal.jpg" +}, +"title": "Schmitt Valerie: AHAHAHHAHAHAHAHAHAHAHHAHAHAHAH Con de chat!!!!! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1598000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"AHAHAHHAHAHAHAHAHAHAHHAHAHAHAH Con de chat!!!!! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181904504356865\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":280,\"screen_name\":\"val_loubilou\",\"lang\":\"fr\",\"profile_text_color\":\"807280\",\"statuses_count\":7907,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/344209093\\/Val_Loubilou1.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"ed2fa1\",\"followers_count\":668,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801484114\\/val_loubilou_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"220424620\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/344209093\\/Val_Loubilou1.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801484114\\/val_loubilou_normal.jpg\",\"name\":\"Schmitt Valerie\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 27 19:05:22 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":220424620,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181904504356865,\"created_at\":\"Fri Feb 24 23:05:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1598000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "43b8cd1b-99e3-4f54-9110-a86c6d528719-173181904504356865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je veux voir ma chatte dans #lgw !!", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: Je veux voir ma chatte dans #lgw !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1599000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je veux voir ma chatte dans #lgw !!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181910577721344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13059,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":793,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181910577721344,\"created_at\":\"Fri Feb 24 23:05:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1599000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "409378ff-6813-42b6-80ea-cb8611e8b773-173181910577721344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @abrutim: 48glaçons #lgw avec l'aide de @linilim", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: RT @abrutim: 48glaçons #lgw avec l'aide de @linilim", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1599000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @abrutim: 48gla\\u00e7ons #lgw avec l'aide de @linilim\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"abrutim\",\"indices\":[3,11],\"id_str\":\"169861930\",\"name\":\"Abrutim\",\"id\":169861930},{\"screen_name\":\"linilim\",\"indices\":[43,51],\"id_str\":\"174604625\",\"name\":\"Audrey\",\"id\":174604625}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"48gla\\u00e7ons #lgw avec l'aide de @linilim\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"linilim\",\"indices\":[30,38],\"id_str\":\"174604625\",\"name\":\"Audrey\",\"id\":174604625}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-0.6388556,44.8111671],[-0.5334955,44.8111671],[-0.5334955,44.9163535],[-0.6388556,44.9163535]]]},\"attributes\":{},\"full_name\":\"Bordeaux, Gironde\",\"name\":\"Bordeaux\",\"id\":\"1b606b052d77a745\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/1b606b052d77a745.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-0.55506992,44.84445953]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.twitter.com\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Windows Phone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181873831428096\",\"geo\":{\"type\":\"Point\",\"coordinates\":[44.84445953,-0.55506992]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":550,\"screen_name\":\"abrutim\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10390,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":59,\"profile_link_color\":\"0084B4\",\"followers_count\":1143,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\",\"description\":\"\\u250c\\u041f\\u2510(\\u0ca0_\\u0ca0)\\u250c\\u041f\\u2510| Chroniqueur chez GeekInc, Blogueur BD int\\u00e9ress\\u00e9 par le Webdev,photo, dessin, comics, manga, s\\u00e9ries, guitare, hard rock, metal, guinness et whisky !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"169861930\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\",\"name\":\"Abrutim\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 23 10:19:49 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":169861930,\"utc_offset\":null,\"favourites_count\":24,\"url\":\"http:\\/\\/lightbulb.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181873831428096,\"created_at\":\"Fri Feb 24 23:05:50 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181910321864705\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4896,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181910321864705,\"created_at\":\"Fri Feb 24 23:05:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1599000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5632ccfb-130e-4165-90ed-6e1db5e1dc81-173181910321864705" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW je pourrais voir cette vidéo du chat 50 fois....", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: #LGW je pourrais voir cette vidéo du chat 50 fois....", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1601000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"#LGW je pourrais voir cette vid\\u00e9o du chat 50 fois....\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181918718857216\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":170,\"location\":\"\",\"profile_text_color\":\"000000\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"statuses_count\":14420,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"protected\":false,\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"FrinnockBoChar\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_fill_color\":\"e0ff92\",\"id\":40014489,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\"},\"in_reply_to_status_id\":null,\"id\":173181918718857216,\"created_at\":\"Fri Feb 24 23:06:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1601000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c7916c62-73af-48da-856a-7bbd888c7137-173181918718857216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je suis mort de rire de ce chat Supercat. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1482495069/image_normal.jpg" +}, +"title": "Ornithorynque: Je suis mort de rire de ce chat Supercat. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1601000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je suis mort de rire de ce chat Supercat. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[42,46]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181920006520834\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181a1e\",\"screen_name\":\"UlysseBFK\",\"lang\":\"fr\",\"favourites_count\":84,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":213,\"location\":\"Paris \\/ Cudi Zone\",\"profile_text_color\":\"666666\",\"followers_count\":192,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1482495069\\/image_normal.jpg\",\"description\":\"Plus tard, j'appellerai mes enfants Ben et Jerry, c'est trop la classe pour les congeler apr\\u00e8s.\",\"statuses_count\":11890,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/424099444\\/427387_10150557889519106_666279105_8746558_720396324_n.jpg\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"918e7a\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1a1b16\",\"protected\":false,\"id_str\":\"161333995\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Ornithorynque\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424099444\\/427387_10150557889519106_666279105_8746558_720396324_n.jpg\",\"created_at\":\"Wed Jun 30 15:45:50 +0000 2010\",\"profile_sidebar_fill_color\":\"292923\",\"id\":161333995,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/kidhyubhe.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1482495069\\/image_normal.jpg\"},\"truncated\":false,\"id\":173181920006520834,\"created_at\":\"Fri Feb 24 23:06:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1601000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8c40f18d-e1bc-4025-8682-2a8c6799ea28-173181920006520834" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1604661294/IMG_3135-2_normal.png" +}, +"title": "Joel Rubino: #ilpart #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1602000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"LGW\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181920539197441\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":427,\"screen_name\":\"joelrubino\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6247,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/419789164\\/flaming-guitar.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":28,\"profile_link_color\":\"009999\",\"followers_count\":594,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1604661294\\/IMG_3135-2_normal.png\",\"description\":\"http:\\/\\/about.me\\/JoelRubino\\r\\nTweet perso qui n'engagent que moi.\\r\\nHumaniste amateur de Rugby, de Jazz et de confit de canard.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"5831002\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/419789164\\/flaming-guitar.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1604661294\\/IMG_3135-2_normal.png\",\"name\":\"Joel Rubino\",\"default_profile_image\":false,\"created_at\":\"Mon May 07 12:20:32 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":5831002,\"utc_offset\":3600,\"favourites_count\":25,\"url\":\"http:\\/\\/www.rubino.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181920539197441,\"created_at\":\"Fri Feb 24 23:06:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1602000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6cb2a293-376d-4a1c-aa01-7ca3c9449e42-173181920539197441" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "40 ... et oui, je n'ai que ça à foutre #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1577239476/monkey2_normal.jpg" +}, +"title": "Feaux: 40 ... et oui, je n'ai que ça à foutre #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1602000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"40 ... et oui, je n'ai que \\u00e7a \\u00e0 foutre #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181921281576961\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":445,\"screen_name\":\"Alain_Feaux\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":371,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342627193\\/IMG_1241.JPG\",\"location\":\"Clamart\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":39,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1577239476\\/monkey2_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"119033186\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342627193\\/IMG_1241.JPG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1577239476\\/monkey2_normal.jpg\",\"name\":\"Feaux\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 02 13:24:00 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":119033186,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/pas-encore-hari-seldon-blog.over-blog.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181921281576961,\"created_at\":\"Fri Feb 24 23:06:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1602000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0b1a647a-53ac-44ea-8379-54f108632c61-173181921281576961" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW, 128 glaçon. je suis formelle", +"img": { +"src": "http://a3.twimg.com/profile_images/1428929804/Kafei_normal.PNG" +}, +"title": "Seneclauze pierre: #LGW, 128 glaçon. je suis formelle", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1603000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW, 128 gla\\u00e7on. je suis formelle\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181928160243712\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"piapiou42\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":5,\"location\":\" DANS TON C...\\/SBAF\\/\",\"profile_text_color\":\"333333\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1428929804\\/Kafei_normal.PNG\",\"description\":\"Vive les chocapics et le nutella!\",\"statuses_count\":18,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"292295050\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Seneclauze pierre\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue May 03 12:29:52 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":292295050,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/piapiou.minitroopers.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1428929804\\/Kafei_normal.PNG\"},\"truncated\":false,\"id\":173181928160243712,\"created_at\":\"Fri Feb 24 23:06:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1603000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f49fad1e-e2bc-452f-a132-5ed053490867-173181928160243712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw le chat est la mascotte des geek c'est bien ça ? aime pas les chats", +"img": { +"src": "http://a2.twimg.com/profile_images/1685061192/Photo_du_10-12-11___15.18_normal.jpg" +}, +"title": "DelloyeCoiteux: #lgw le chat est la mascotte des geek c'est bien ça ? aime pas les chats", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1604000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw le chat est la mascotte des geek c'est bien \\u00e7a ? aime pas les chats\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181929758265344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":276,\"screen_name\":\"DelloyeCoiteux\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2102,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":89,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"description\":\"Design, Architecture, Photographie, Web et autres petites curiosit\\u00e9s\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"433388967\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"name\":\"DelloyeCoiteux\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 10 14:14:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":433388967,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181929758265344,\"created_at\":\"Fri Feb 24 23:06:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1604000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9d2bec9e-26d7-46ef-8911-8e2640010bb1-173181929758265344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @MryEmery: On applaudit et on se lève pour congratuler Rollin des qu'il fait une vanne ? OK ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @MryEmery: On applaudit et on se lève pour congratuler Rollin des qu'il fait une vanne ? OK ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1605000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @MryEmery: On applaudit et on se l\\u00e8ve pour congratuler Rollin des qu'il fait une vanne ? OK ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"MryEmery\",\"indices\":[3,12],\"name\":\"Emery Dolig\\u00e9\",\"id_str\":\"14285154\",\"id\":14285154}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[97,101]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"On applaudit et on se l\\u00e8ve pour congratuler Rollin des qu'il fait une vanne ? OK ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[83,87]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181116356886528\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"MryEmery\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":493,\"location\":\"Paris Rive Gauche\",\"profile_text_color\":\"666666\",\"followers_count\":19577,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"description\":\"Vanksen. Europe 1 #dcdc. Lib\\u00e9ral ta m\\u00e8re.\",\"statuses_count\":31437,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"show_all_inline_media\":true,\"listed_count\":931,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f8fa\",\"protected\":false,\"id_str\":\"14285154\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Emery Dolig\\u00e9\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"created_at\":\"Wed Apr 02 16:59:11 +0000 2008\",\"profile_sidebar_fill_color\":\"252429\",\"id\":14285154,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/mry.blogs.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\"},\"truncated\":false,\"id\":173181116356886528,\"created_at\":\"Fri Feb 24 23:02:50 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181934204235776\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1041,\"location\":\"Issy les moulineaux\",\"profile_text_color\":\"333333\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"statuses_count\":318,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fabienne BAROLLIER\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":110388053,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\"},\"truncated\":false,\"id\":173181934204235776,\"created_at\":\"Fri Feb 24 23:06:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1605000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cce98b06-de9f-4ee6-8afb-c2e1e1597aac-173181934204235776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "un chat qui tombe dans les profondeurs...#lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1704625616/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg" +}, +"title": "brissot pierre louis: un chat qui tombe dans les profondeurs...#lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1606000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"un chat qui tombe dans les profondeurs...#lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181939791036416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":17,\"screen_name\":\"piloufaceIII\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1704625616\\/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"442110979\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1704625616\\/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg\",\"name\":\"brissot pierre louis\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 20 19:21:45 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":442110979,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.facebook.com\\/profile.php?id=1246842647\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181939791036416,\"created_at\":\"Fri Feb 24 23:06:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1606000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a8d4a5db-a37d-4d60-b271-d9d6f970a69a-173181939791036416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw tu fais super bien le chat !", +"img": { +"src": "http://a0.twimg.com/profile_images/1802162566/image_normal.jpg" +}, +"title": "Julien Cotte: #lgw tu fais super bien le chat !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1607000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw tu fais super bien le chat !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181942055960576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":872,\"screen_name\":\"JulienCotteALU\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3875,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"location\":\"V\\u00e9lizy-Villacoublay\",\"show_all_inline_media\":false,\"listed_count\":138,\"profile_link_color\":\"0084B4\",\"followers_count\":1405,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"description\":\"DRH du site de V\\u00e9lizy (France) - HR Community Manager - Marketing HR2.0 - @AlcatelLucent\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"107697826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"name\":\"Julien Cotte\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 23 12:17:36 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":107697826,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/juliencotte.typepad.com\\/le-blog-de-julien-cotte-\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181942055960576,\"created_at\":\"Fri Feb 24 23:06:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1607000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b475179f-7388-4d4a-a410-0ea8f5863b2a-173181942055960576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il y a Farrugia sur le plateau ou ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: Il y a Farrugia sur le plateau ou ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1607000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Il y a Farrugia sur le plateau ou ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181943976951808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1093,\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"profile_text_color\":\"636363\",\"statuses_count\":21284,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_sidebar_fill_color\":\"141414\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"name\":\"Bakt El Raalis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18515564,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.pelecanus.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181943976951808,\"created_at\":\"Fri Feb 24 23:06:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1607000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "59f4ae26-aec5-4cc0-b880-19d66cbaefd0-173181943976951808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel A quand #Barcella dans #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1504665544/image_normal.jpg" +}, +"title": "Lud'eau Krond: @FlorencePorcel A quand #Barcella dans #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1608000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"FlorencePorcel\",\"favorited\":false,\"text\":\"@FlorencePorcel A quand #Barcella dans #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"Barcella\",\"indices\":[24,33]},{\"text\":\"LGW\",\"indices\":[39,43]}]},\"in_reply_to_user_id\":49031173,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181948938817538\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LUDOCARON\",\"lang\":\"fr\",\"favourites_count\":81,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":371,\"location\":\"Reims\",\"profile_text_color\":\"333333\",\"followers_count\":39,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1504665544\\/image_normal.jpg\",\"description\":\"J'suis du 51, et 51\\u2026 je t'aimeuh, j'en boirrais de tonneaux !\",\"statuses_count\":642,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"300125295\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Lud'eau Krond\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue May 17 07:31:14 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":300125295,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1504665544\\/image_normal.jpg\"},\"truncated\":false,\"id\":173181948938817538,\"created_at\":\"Fri Feb 24 23:06:08 +0000 2012\",\"in_reply_to_user_id_str\":\"49031173\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1608000, +"tags": [ +{ +"id-ref": "ef9088ee-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6eeee38b-3d17-41b3-8f01-dbcc8d3edfd0-173181948938817538" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW mon chat!!!", +"img": { +"src": "http://a0.twimg.com/profile_images/1844216482/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif" +}, +"title": "The MythosNews: #LGW mon chat!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1608000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW mon chat!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181948565520384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":161,\"screen_name\":\"utopic92\",\"lang\":\"fr\",\"profile_text_color\":\"883cc2\",\"statuses_count\":4253,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/425920000\\/038.JPG\",\"location\":\"Paris ..et sa R\\u00e9gion.\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0900ff\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844216482\\/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif\",\"description\":\" \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"301585182\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425920000\\/038.JPG\",\"profile_sidebar_fill_color\":\"bfc4c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844216482\\/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif\",\"name\":\"The MythosNews\",\"default_profile_image\":false,\"created_at\":\"Thu May 19 18:25:43 +0000 2011\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":301585182,\"utc_offset\":3600,\"favourites_count\":25,\"url\":\"http:\\/\\/madeinfrance-citizenband.blogspot.com\\/2010\\/10\\/httpvids.html\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181948565520384,\"created_at\":\"Fri Feb 24 23:06:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1608000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e4ea9a78-6178-4444-8c05-7b40d5f2b04b-173181948565520384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @pandanael: La chemise, c'est une sponso Google ? #Lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836489540/humanrage1_normal.jpg" +}, +"title": "Androids: RT @pandanael: La chemise, c'est une sponso Google ? #Lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1611000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @pandanael: La chemise, c'est une sponso Google ? #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pandanael\",\"indices\":[3,13],\"id_str\":\"177984098\",\"name\":\"justice pandine\",\"id\":177984098}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[53,57]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"La chemise, c'est une sponso Google ? #Lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181793736982528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1340,\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"profile_text_color\":\"1a0e1a\",\"statuses_count\":28271,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"location\":\"Bambouseraie\",\"show_all_inline_media\":false,\"listed_count\":192,\"profile_link_color\":\"9058d1\",\"followers_count\":2571,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"profile_sidebar_fill_color\":\"f5fafa\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"name\":\"justice pandine\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_border_color\":\"adffef\",\"id\":177984098,\"utc_offset\":3600,\"favourites_count\":1862,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181793736982528,\"created_at\":\"Fri Feb 24 23:05:31 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181960431214593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"Androids974\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1487,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":68,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"description\":\"Spectateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"id_str\":\"58974537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"name\":\"Androids\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 22 00:25:26 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":58974537,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181960431214593,\"created_at\":\"Fri Feb 24 23:06:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1611000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6017faf1-9a39-4a0d-8730-0b296f6083e4-173181960431214593" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Brigitte Bardot va passer par la ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: Brigitte Bardot va passer par la ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1611000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Brigitte Bardot va passer par la ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181961962135553\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1752,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181961962135553,\"created_at\":\"Fri Feb 24 23:06:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1611000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "268e6faf-dbf7-40b4-a5d9-73a77449bbb8-173181961962135553" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw chat qui tombe. J'entend le rire d'omar", +"img": { +"src": "http://a0.twimg.com/profile_images/1677676216/fender_2_normal.jpg" +}, +"title": "Sébastien vdo: #lgw chat qui tombe. J'entend le rire d'omar", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1612000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw chat qui tombe. J'entend le rire d'omar\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181962171842561\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"screen_name\":\"sebvdo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Juste l\\u00e0...\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"990000\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"description\":\"Web\\/Zic\\/Foot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"97193463\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"name\":\"S\\u00e9bastien vdo\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 16 11:57:29 +0000 2009\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":97193463,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181962171842561,\"created_at\":\"Fri Feb 24 23:06:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1612000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "10540272-d6cf-4a9d-8135-2996a7ec228f-173181962171842561" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mortelle cette vidéo! ^^ #lgw (c'est un jeu de mots... enfin j'espère!)", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: Mortelle cette vidéo! ^^ #lgw (c'est un jeu de mots... enfin j'espère!)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1613000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mortelle cette vid\\u00e9o! ^^ #lgw (c'est un jeu de mots... enfin j'esp\\u00e8re!)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181967200813056\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9483,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181967200813056,\"created_at\":\"Fri Feb 24 23:06:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1613000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8fe414ce-feda-4037-b5ac-875d66040961-173181967200813056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En effet \\o/ #lgw RT @palmashow: Notre voisin de droite a un problème de rire", +"img": { +"src": "http://a3.twimg.com/profile_images/1704016122/loltruc-noel_normal.png" +}, +"title": "Hervé Q: En effet \\o/ #lgw RT @palmashow: Notre voisin de droite a un problème de rire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1613000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"En effet \\\\o\\/ #lgw RT @palmashow: Notre voisin de droite a un probl\\u00e8me de rire\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[21,31],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181969977450496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":430,\"screen_name\":\"Airvecu\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":34951,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"location\":\"Brest m\\u00eam' (et ses alentours)\",\"show_all_inline_media\":true,\"listed_count\":44,\"profile_link_color\":\"0600b5\",\"followers_count\":754,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\",\"description\":\"Presque musicien, presque dr\\u00f4le, presque original, presque normal, presque intelligent, mais loin d'\\u00eatre parfait. Mais je suis Breton.\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"46863586\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"profile_sidebar_fill_color\":\"f0f3f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\",\"name\":\"Herv\\u00e9 Q\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 13 10:17:50 +0000 2009\",\"profile_sidebar_border_color\":\"2e2103\",\"id\":46863586,\"utc_offset\":3600,\"favourites_count\":556,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181969977450496,\"created_at\":\"Fri Feb 24 23:06:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1613000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d8d5eb3e-a931-4db4-8e97-1dbfea36aa10-173181969977450496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'avais pas encore vu cette vidéo, j'ai éclaté de rire comme un connard… #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1829519991/simple_normal.jpg" +}, +"title": "Florian: J'avais pas encore vu cette vidéo, j'ai éclaté de rire comme un connard… #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1614000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'avais pas encore vu cette vid\\u00e9o, j'ai \\u00e9clat\\u00e9 de rire comme un connard\\u2026 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[73,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181971890044928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":149,\"screen_name\":\"DrNova\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8723,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/284198976\\/twilk_background_4e139906cbe34.jpg\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"followers_count\":268,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1829519991\\/simple_normal.jpg\",\"description\":\"\\u00c0 coup de scalpel je tranche vos id\\u00e9es pr\\u00e9con\\u00e7ues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"73372337\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/284198976\\/twilk_background_4e139906cbe34.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829519991\\/simple_normal.jpg\",\"name\":\"Florian\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 11 12:17:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":73372337,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181971890044928,\"created_at\":\"Fri Feb 24 23:06:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1614000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6bd670ee-e150-4c16-86d2-3c8cb365bef0-173181971890044928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "les lol cat, c'est toujours lol #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1727266317/oimtampon_normal.jpg" +}, +"title": "Lucas Parax: les lol cat, c'est toujours lol #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1614000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"les lol cat, c'est toujours lol #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181972355624960\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":731,\"screen_name\":\"lucasparax\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9270,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"990000\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"description\":\"Politique, musique, r\\u00e9flexions absurdes. J'aime bien votre veste, mais faudrait penser \\u00e0 ne pas la retourner. #\\u00e9lys\\u00e9e_2012 #rock\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"333415548\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"name\":\"Lucas Parax\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 11 14:14:27 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":333415548,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/lucasparax.over-blog.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181972355624960,\"created_at\":\"Fri Feb 24 23:06:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1614000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "69eb1f74-ab0a-43dd-8189-69fa071e5846-173181972355624960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @DoveArthur: #WTF #LGW ?!!!!!!!!!!!!!!!!!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @DoveArthur: #WTF #LGW ?!!!!!!!!!!!!!!!!!!", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1615000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @DoveArthur: #WTF #LGW ?!!!!!!!!!!!!!!!!!!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"DoveArthur\",\"indices\":[3,14],\"id_str\":\"96210164\",\"name\":\"Dove Arthur \",\"id\":96210164}],\"urls\":[],\"hashtags\":[{\"text\":\"WTF\",\"indices\":[16,20]},{\"text\":\"LGW\",\"indices\":[21,25]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#WTF #LGW ?!!!!!!!!!!!!!!!!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"WTF\",\"indices\":[0,4]},{\"text\":\"LGW\",\"indices\":[5,9]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181335005962241\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":261,\"screen_name\":\"DoveArthur\",\"lang\":\"fr\",\"profile_text_color\":\"a19a4d\",\"statuses_count\":1841,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/420571809\\/Movember-Super-Mario-Bros.jpg\",\"location\":\"Lille\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"37447d\",\"followers_count\":129,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1417270951\\/DoveArhur_normal.jpg\",\"description\":\"\\u00c9tudiant EFAP Lille Europe Promo 2013 - R\\u00e9dacteur - Graphiste - Lomographiste - Cin\\u00e9phile\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"96210164\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420571809\\/Movember-Super-Mario-Bros.jpg\",\"profile_sidebar_fill_color\":\"f7fcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1417270951\\/DoveArhur_normal.jpg\",\"name\":\"Dove Arthur \",\"default_profile_image\":false,\"created_at\":\"Fri Dec 11 21:27:09 +0000 2009\",\"profile_sidebar_border_color\":\"f50e22\",\"id\":96210164,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181335005962241,\"created_at\":\"Fri Feb 24 23:03:42 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181977409761282\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181977409761282,\"created_at\":\"Fri Feb 24 23:06:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1615000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef77b274-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1c6f017a-21b4-4b98-a7f6-f910965a7272-173181977409761282" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai re-essayé de regarder #LGW je me suis re-fait chier. Désolé, apparemment tout le monde aime mais moi j'y arrive pas.", +"img": { +"src": "http://a0.twimg.com/profile_images/58389992/delorme_gmail.com_e1850f61_normal.jpg" +}, +"title": "Thomas Delorme: J'ai re-essayé de regarder #LGW je me suis re-fait chier. Désolé, apparemment tout le monde aime mais moi j'y arrive pas.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1615000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'ai re-essay\\u00e9 de regarder #LGW je me suis re-fait chier. D\\u00e9sol\\u00e9, apparemment tout le monde aime mais moi j'y arrive pas.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitterrific.com\\\" rel=\\\"nofollow\\\"\\u003ETwitterrific\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181978768711680\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"delorme\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":390,\"location\":\"paris france\",\"profile_text_color\":\"000000\",\"followers_count\":641,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/58389992\\/delorme_gmail.com_e1850f61_normal.jpg\",\"description\":\"VP\\/GM @ TMP Worldwide Paris (tmp.com)\",\"statuses_count\":2123,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/374182\\/petit-dogbert.jpg\",\"show_all_inline_media\":false,\"listed_count\":37,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"protected\":false,\"id_str\":\"7841882\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Thomas Delorme\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/374182\\/petit-dogbert.jpg\",\"created_at\":\"Tue Jul 31 07:39:12 +0000 2007\",\"profile_sidebar_fill_color\":\"e0ff92\",\"id\":7841882,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.meshworking.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/58389992\\/delorme_gmail.com_e1850f61_normal.jpg\"},\"truncated\":false,\"id\":173181978768711680,\"created_at\":\"Fri Feb 24 23:06:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1615000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8048c61e-1543-438a-94a3-3dbd301581b3-173181978768711680" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "si @legrandwebze on sort le #LOLCAT c'est le désespoir non ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/977272877/toon_normal.jpg" +}, +"title": "Alexandra Pelissero: si @legrandwebze on sort le #LOLCAT c'est le désespoir non ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1615000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"si @legrandwebze on sort le #LOLCAT c'est le d\\u00e9sespoir non ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"LOLCAT\",\"indices\":[28,35]},{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181975627177984\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"alexp19\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":978,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":181,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/977272877\\/toon_normal.jpg\",\"description\":\"Corporate communicator | Paris | News junkie |\\r\\nWinning Team = Jon Stewart + Ricardo Darin\\r\\nWork for Yahoo! but opinion is mine\",\"statuses_count\":474,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/245991092\\/lotta_nieminen.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"19238694\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Alexandra Pelissero\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/245991092\\/lotta_nieminen.jpg\",\"created_at\":\"Tue Jan 20 14:34:43 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":19238694,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/977272877\\/toon_normal.jpg\"},\"truncated\":false,\"id\":173181975627177984,\"created_at\":\"Fri Feb 24 23:06:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1615000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef89c64e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f43f58fc-5138-42ad-b4e3-6b9f6e65ae1b-173181975627177984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@abrutim: 48glaçons #lgw avec l'aide de @linilim” Ils trichent!!! ;)", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: “@abrutim: 48glaçons #lgw avec l'aide de @linilim” Ils trichent!!! ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1616000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@abrutim: 48gla\\u00e7ons #lgw avec l'aide de @linilim\\u201d Ils trichent!!! ;)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"abrutim\",\"indices\":[1,9],\"id_str\":\"169861930\",\"name\":\"Abrutim\",\"id\":169861930},{\"screen_name\":\"linilim\",\"indices\":[41,49],\"id_str\":\"174604625\",\"name\":\"Audrey\",\"id\":174604625}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181980345774080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4897,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181980345774080,\"created_at\":\"Fri Feb 24 23:06:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1616000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa66e07c-8c5c-465c-8ded-96e74610aacf-173181980345774080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je veux squatter le #cqui #cqui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Je veux squatter le #cqui #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1618000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je veux squatter le #cqui #cqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[20,25]},{\"text\":\"cqui\",\"indices\":[26,31]},{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181989153808386\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6696,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181989153808386,\"created_at\":\"Fri Feb 24 23:06:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1618000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7da34b59-b7b5-4792-bda2-007b8c49cdc2-173181989153808386" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1827319440/tetocarre_normal.jpg" +}, +"title": "Teddy: #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1618000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cQui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181989472571393\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":59,\"screen_name\":\"Teddy_37\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":206,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1827319440\\/tetocarre_normal.jpg\",\"description\":\"Mouarf\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"86088540\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827319440\\/tetocarre_normal.jpg\",\"name\":\"Teddy\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 29 15:10:57 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":86088540,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181989472571393,\"created_at\":\"Fri Feb 24 23:06:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1618000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "31007fa8-cc19-4a44-bff5-5c6ebfa44527-173181989472571393" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Heu, on gagne quoi bordayl ?!! 48 glaçons #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1850972765/image_normal.jpg" +}, +"title": "Pierson ∞: Heu, on gagne quoi bordayl ?!! 48 glaçons #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1620000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Heu, on gagne quoi bordayl ?!! 48 gla\\u00e7ons #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181999358541824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":733,\"screen_name\":\"spookev\",\"lang\":\"en\",\"profile_text_color\":\"8f8f8f\",\"statuses_count\":27569,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/96498905\\/bgTw.jpg\",\"location\":\"Alsace-France \\/ Germany\",\"show_all_inline_media\":false,\"listed_count\":102,\"profile_link_color\":\"000f57\",\"followers_count\":1040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850972765\\/image_normal.jpg\",\"description\":\"Freelance graphisme, web & print. www.twavatar.us - www.foot.lv Suis-moi, ta vie sera moins chiante. - NS2012 - Mes tweets n'engagent que moi. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"51034368\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/96498905\\/bgTw.jpg\",\"profile_sidebar_fill_color\":\"9ed6f0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850972765\\/image_normal.jpg\",\"name\":\"Pierson \\u221e\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 26 12:18:55 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":51034368,\"utc_offset\":-10800,\"favourites_count\":66,\"url\":\"http:\\/\\/www.annei.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181999358541824,\"created_at\":\"Fri Feb 24 23:06:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1620000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e726f8a3-b7f8-4141-a633-db607b9079ae-173181999358541824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ben moi, je viens de pleurer de rire devant la vidéo du chat qui se suicide sur #LGW.", +"img": { +"src": "http://a0.twimg.com/profile_images/1850070784/Yogiimise_normal.jpg" +}, +"title": "Johann M.: Ben moi, je viens de pleurer de rire devant la vidéo du chat qui se suicide sur #LGW.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1623000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ben moi, je viens de pleurer de rire devant la vid\\u00e9o du chat qui se suicide sur #LGW.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[80,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182011928887298\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":671,\"screen_name\":\"Yogiimise\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":64989,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Le V\\u00e9sinet\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"followers_count\":2072,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850070784\\/Yogiimise_normal.jpg\",\"description\":\"Tech Journalist, il geek il voit pas le rapport. Travail, Famille, Party. #DaddyGaga, #JaiRigolu & #OMAGAD. La vie est trop courte pour \\u00eatre prise au s\\u00e9rieux.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"30915093\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850070784\\/Yogiimise_normal.jpg\",\"name\":\"Johann M.\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 13 17:55:31 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":30915093,\"utc_offset\":3600,\"favourites_count\":1424,\"url\":\"http:\\/\\/www.tomsguide.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182011928887298,\"created_at\":\"Fri Feb 24 23:06:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1623000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ff313bc6-0516-4133-ab67-ac517973a3aa-173182011928887298" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ahah, j'adore le livetweet des gens QUI SONT DANS LE POSTE #lgw RT @palmashow: Notre voisin de droite a un problème de rire", +"img": { +"src": "http://a1.twimg.com/profile_images/1536891239/twitter_avatar_2_normal.jpg" +}, +"title": "Alexandre Hervaud: Ahah, j'adore le livetweet des gens QUI SONT DANS LE POSTE #lgw RT @palmashow: Notre voisin de droite a un problème de rire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1624000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ahah, j'adore le livetweet des gens QUI SONT DANS LE POSTE #lgw RT @palmashow: Notre voisin de droite a un probl\\u00e8me de rire\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[67,77],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182014197997568\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"AlexHervaud\",\"lang\":\"fr\",\"favourites_count\":3392,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1078,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":14843,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\",\"description\":\"Journaliste, ex-Lib\\u00e9, chroniqueur au Mouv et Vodkaster.com, (d\\u00e9)formateur pour l'ESJ. Assiste @JeanReneCraypio. Mes tweets n'engagent pas P\\u00f4le Emploi.\",\"statuses_count\":48448,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"show_all_inline_media\":true,\"listed_count\":816,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"401d91\",\"protected\":false,\"id_str\":\"14321981\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Alexandre Hervaud\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"created_at\":\"Mon Apr 07 11:34:52 +0000 2008\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":14321981,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/alexhervaud.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\"},\"truncated\":false,\"id\":173182014197997568,\"created_at\":\"Fri Feb 24 23:06:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1624000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "09d7b2b2-a09d-423c-bb29-b8c47f8c3bbd-173182014197997568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je débarque mais j'comprends pas de qui François Rollin parle quand il dit \"les femmes très agées du Post\" ? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/545276894/MavericksZoom_normal.jpg" +}, +"title": "RichardTrois: Je débarque mais j'comprends pas de qui François Rollin parle quand il dit \"les femmes très agées du Post\" ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1625000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je d\\u00e9barque mais j'comprends pas de qui Fran\\u00e7ois Rollin parle quand il dit \\\"les femmes tr\\u00e8s ag\\u00e9es du Post\\\" ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182016802652160\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":796,\"screen_name\":\"RichardTrois\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":22590,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/3486543\\/red_rose_01.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":171,\"profile_link_color\":\"0084B4\",\"followers_count\":2718,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/545276894\\/MavericksZoom_normal.jpg\",\"description\":\"Fl\\u00e2neur non salari\\u00e9 & caf\\u00e9noiriste. Politique, photo, lecture et la vie comme elle vient... Pour #SRoyal, #FH2012. ex LePost.fr & ex LePlus now Zeredac.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"17365199\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/3486543\\/red_rose_01.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/545276894\\/MavericksZoom_normal.jpg\",\"name\":\"RichardTrois\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 13 14:00:25 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":17365199,\"utc_offset\":3600,\"favourites_count\":1336,\"url\":\"http:\\/\\/zeredac.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182016802652160,\"created_at\":\"Fri Feb 24 23:06:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1625000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "87e126db-30d8-4956-ade6-ccf122fb1f07-173182016802652160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allez on sort le Furbi, on est des déglingos #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1793236975/Photo_du_13878919-05-___03.51_normal.jpg" +}, +"title": "Constance Ortuzar: Allez on sort le Furbi, on est des déglingos #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1626000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Allez on sort le Furbi, on est des d\\u00e9glingos #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182022200725504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":249,\"screen_name\":\"constuzar\",\"lang\":\"en\",\"profile_text_color\":\"ff0f0f\",\"statuses_count\":7419,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"14b9fa\",\"followers_count\":432,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\",\"description\":\"Ils me voient rouler, ils d\\u00e9testent.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"53776719\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"d5faef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\",\"name\":\"Constance Ortuzar\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 04 22:29:54 +0000 2009\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":53776719,\"utc_offset\":null,\"favourites_count\":27,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182022200725504,\"created_at\":\"Fri Feb 24 23:06:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1626000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a978ee57-e29a-442c-8c16-c23f55d42ce8-173182022200725504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah les cons :) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1841672766/18052011_002_twt_normal.jpg" +}, +"title": "Pascal R : Ah les cons :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1627000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah les cons :) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182026583769088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":186,\"screen_name\":\"PTwicard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1290,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"location\":\"terre, syst solaire, v. lact\\u00e9e\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099CC\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1841672766\\/18052011_002_twt_normal.jpg\",\"description\":\"Retweeteur compulsif ?\\r\\nVoici mon fil Twitter officiel et si c'est \\u00e9crit c'est que \\u00e7a doit \\u00eatre vrai.\\r\\nFan des Nuls. Et de Coluche ! Metooer too, des fois.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"448753241\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841672766\\/18052011_002_twt_normal.jpg\",\"name\":\"Pascal R \",\"default_profile_image\":false,\"created_at\":\"Wed Dec 28 10:07:55 +0000 2011\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":448753241,\"utc_offset\":3600,\"favourites_count\":87,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182026583769088,\"created_at\":\"Fri Feb 24 23:06:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1627000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "02c6eccb-5796-4ff9-9a4c-9c379390dbc1-173182026583769088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mon tweet est passé dans #lgw avec celui de @captainweb. Je peux mourir en paix maintenant.", +"img": { +"src": "http://a2.twimg.com/profile_images/1430499349/IMG_0800_twit_normal.jpg" +}, +"title": "Thibault Dupuis: Mon tweet est passé dans #lgw avec celui de @captainweb. Je peux mourir en paix maintenant.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1628000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mon tweet est pass\\u00e9 dans #lgw avec celui de @captainweb. Je peux mourir en paix maintenant.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"captainweb\",\"indices\":[44,55],\"id_str\":\"18554168\",\"name\":\"Siegfried Thouvenot\",\"id\":18554168}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182032644550656\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":206,\"screen_name\":\"ThibaultDupuis\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":35733,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Avignon, France\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":418,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1430499349\\/IMG_0800_twit_normal.jpg\",\"description\":\"\\u00c9tudiant en BTS IRIS, passionn\\u00e9 des nouvelles technologies et des produits Apple.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"32435437\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1430499349\\/IMG_0800_twit_normal.jpg\",\"name\":\"Thibault Dupuis\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 17 14:58:07 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":32435437,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/www.dthibault.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182032644550656,\"created_at\":\"Fri Feb 24 23:06:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1628000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "526db06e-4ae5-4b3a-9ae6-0aec608ed720-173182032644550656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw toutes ses boules qui s'empilent, ca m'inspire", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw toutes ses boules qui s'empilent, ca m'inspire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1628000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw toutes ses boules qui s'empilent, ca m'inspire\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182033114308611\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"statuses_count\":705,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Thibaut Devillers\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":92095420,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\"},\"truncated\":false,\"id\":173182033114308611,\"created_at\":\"Fri Feb 24 23:06:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1628000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ff104c6d-bbba-4e1c-b3c4-597fd22f1279-173182033114308611" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @SeriousCharly: Pour le prochain #LGW, @UltranusAbitbol et moi-même iront présenter notre projet pour Le #PartiDesChevals aux préside ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1845486799/fond_d_ecran_espace_18_normal.jpg" +}, +"title": "Petère et Stévène: RT @SeriousCharly: Pour le prochain #LGW, @UltranusAbitbol et moi-même iront présenter notre projet pour Le #PartiDesChevals aux préside ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1629000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @SeriousCharly: Pour le prochain #LGW, @UltranusAbitbol et moi-m\\u00eame iront pr\\u00e9senter notre projet pour Le #PartiDesChevals aux pr\\u00e9side ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SeriousCharly\",\"indices\":[3,17],\"id_str\":\"149298036\",\"name\":\"Charly M.\",\"id\":149298036},{\"screen_name\":\"UltranusAbitbol\",\"indices\":[42,58],\"id_str\":\"242260896\",\"name\":\"Pet\\u00e8re et St\\u00e9v\\u00e8ne\",\"id\":242260896}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[36,40]},{\"text\":\"PartiDesChevals\",\"indices\":[108,124]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Pour le prochain #LGW, @UltranusAbitbol et moi-m\\u00eame iront pr\\u00e9senter notre projet pour Le #PartiDesChevals aux pr\\u00e9sidentielles.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"UltranusAbitbol\",\"indices\":[23,39],\"id_str\":\"242260896\",\"name\":\"Pet\\u00e8re et St\\u00e9v\\u00e8ne\",\"id\":242260896}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[17,21]},{\"text\":\"PartiDesChevals\",\"indices\":[89,105]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181287870369792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":200,\"screen_name\":\"SeriousCharly\",\"lang\":\"en\",\"profile_text_color\":\"050303\",\"statuses_count\":59221,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":146,\"profile_link_color\":\"2c30ab\",\"followers_count\":1945,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"description\":\"Ours parisien de 20 ans, \\u00e9tudiant en \\u00e9cole de commerce \\u00e0 Nantes et lyonnais de coeur. Je r\\u00e2le contre tout et je tweete foot.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c2bec2\",\"id_str\":\"149298036\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"profile_sidebar_fill_color\":\"dcdded\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"name\":\"Charly M.\",\"default_profile_image\":false,\"created_at\":\"Fri May 28 23:10:49 +0000 2010\",\"profile_sidebar_border_color\":\"5e69ab\",\"id\":149298036,\"utc_offset\":3600,\"favourites_count\":652,\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/CharIy\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181287870369792,\"created_at\":\"Fri Feb 24 23:03:31 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182036696244225\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":781,\"screen_name\":\"UltranusAbitbol\",\"lang\":\"fr\",\"profile_text_color\":\"ED5A8E\",\"statuses_count\":35405,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/221315011\\/x7fed4fcd8461920dba5908f3c8b5550.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":276,\"profile_link_color\":\"FF96A8\",\"followers_count\":3280,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845486799\\/fond_d_ecran_espace_18_normal.jpg\",\"description\":\"Et comme disait JFK : Allez, te laisse pas abattre\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"593F2E\",\"id_str\":\"242260896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/221315011\\/x7fed4fcd8461920dba5908f3c8b5550.jpg\",\"profile_sidebar_fill_color\":\"F7D0D0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845486799\\/fond_d_ecran_espace_18_normal.jpg\",\"name\":\"Pet\\u00e8re et St\\u00e9v\\u00e8ne\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 24 10:35:24 +0000 2011\",\"profile_sidebar_border_color\":\"67A2B3\",\"id\":242260896,\"utc_offset\":3600,\"favourites_count\":145,\"url\":\"http:\\/\\/ultranus.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173182036696244225,\"created_at\":\"Fri Feb 24 23:06:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1629000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef771116-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bdc23468-f8fc-4646-ab92-649fbd3fe5e6-173182036696244225" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "De la vanne de la vanne !! #lgw", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Gw3nd0ul: De la vanne de la vanne !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1630000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"De la vanne de la vanne !! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182039372201984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":434,\"screen_name\":\"Gw3nd0ul\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":512,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"143017258\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"Gw3nd0ul\",\"default_profile_image\":true,\"created_at\":\"Wed May 12 10:42:39 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":143017258,\"utc_offset\":3600,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182039372201984,\"created_at\":\"Fri Feb 24 23:06:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1630000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6ed3071e-e4bd-4dcf-9715-c63ef438be70-173182039372201984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cette émission vient d'ailleurs ! C'est assez flippant #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/341107468/4293_1166570803705_1210969868_30461443_2075932_n_normal.jpg" +}, +"title": "Romain Labarere: Cette émission vient d'ailleurs ! C'est assez flippant #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1632000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Cette \\u00e9mission vient d'ailleurs ! C'est assez flippant #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182046926159872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":299,\"screen_name\":\"King_Rom_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":113,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425782606\\/00001699.gif\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/341107468\\/4293_1166570803705_1210969868_30461443_2075932_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"52082143\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425782606\\/00001699.gif\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/341107468\\/4293_1166570803705_1210969868_30461443_2075932_n_normal.jpg\",\"name\":\"Romain Labarere\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 29 15:08:06 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":52082143,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182046926159872,\"created_at\":\"Fri Feb 24 23:06:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1632000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "98808757-1e2b-47bc-a78d-d143ccd743e3-173182046926159872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW c'est quand même un peu un ovni dans le PAF", +"img": { +"src": "http://a0.twimg.com/profile_images/1792102319/0014_-_Copie_-_Copie_normal.JPG" +}, +"title": "Nicolas Gaillard: #LGW c'est quand même un peu un ovni dans le PAF", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1634000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW c'est quand m\\u00eame un peu un ovni dans le PAF\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182055423815680\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"NG__nico\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1114,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"location\":\"Poitiers\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"description\":\"Etudiant L2 Histoire ---Actu---Politique---T\\u00e9l\\u00e9---M\\u00e9dias--- Musique...tout ce qu'aiment les journalistes--- Feel free to follow me ;-) \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"370637904\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"name\":\" Nicolas Gaillard\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 09 11:18:42 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":370637904,\"utc_offset\":-10800,\"favourites_count\":23,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182055423815680,\"created_at\":\"Fri Feb 24 23:06:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1634000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "224c0b16-33f5-41e4-a328-a3f99b5eb150-173182055423815680" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1634000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cQui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182054949855232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":233,\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10940,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez les mafieux mexicains\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":390,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"name\":\"Young, Wild & Free\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":363343002,\"utc_offset\":null,\"favourites_count\":39,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182054949855232,\"created_at\":\"Fri Feb 24 23:06:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1634000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7f24f649-4a2a-48c7-a139-83d79001f1d8-173182054949855232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ça nous rappelle les heures les plus sombres des pires concepts d'émission de \nArdisson des années 80' de la lose #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1463922495/Epuale_Twitter_normal.png" +}, +"title": "Emmanuel Torregano: Ça nous rappelle les heures les plus sombres des pires concepts d'émission de \nArdisson des années 80' de la lose #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1634000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00c7a nous rappelle les heures les plus sombres des pires concepts d'\\u00e9mission de \\nArdisson des ann\\u00e9es 80' de la lose #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182057848127488\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":614,\"screen_name\":\"ZaraA\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":59008,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"location\":\"iPhone: 45.800266,1.857407\",\"show_all_inline_media\":false,\"listed_count\":328,\"profile_link_color\":\"0000ff\",\"followers_count\":5596,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"description\":\"Love is the answer ... \\/\\/ I'm CEO, BITch ! ElectronLibre \\/\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C7CBC7\",\"id_str\":\"7031872\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"profile_sidebar_fill_color\":\"71E6A9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"name\":\"Emmanuel Torregano\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 23 11:40:06 +0000 2007\",\"profile_sidebar_border_color\":\"8F8F8F\",\"id\":7031872,\"utc_offset\":3600,\"favourites_count\":39,\"url\":\"http:\\/\\/twitter.com\\/3l3ctr0nLibr3\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182057848127488,\"created_at\":\"Fri Feb 24 23:06:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1634000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "596713c3-a857-4b5e-8f10-a5457062f924-173182057848127488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Les humouristes se mettent à faire du l'humour internet. Du grand WTF en boîte.", +"img": { +"src": "http://a0.twimg.com/profile_images/1694156609/737DALWinter_normal.jpg" +}, +"title": "Axel G. Hillbear: #lgw Les humouristes se mettent à faire du l'humour internet. Du grand WTF en boîte.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1634000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Les humouristes se mettent \\u00e0 faire du l'humour internet. Du grand WTF en bo\\u00eete.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182058120753152\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":48,\"screen_name\":\"Hillbird21\",\"lang\":\"fr\",\"profile_text_color\":\"2e4b6e\",\"statuses_count\":174,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"000000\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1694156609\\/737DALWinter_normal.jpg\",\"description\":\"PC-Gaming (Wow odd.) & aviation (Wow super odd.) are my hobbies. Let's talk about everythin' !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"091314\",\"id_str\":\"406079380\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1694156609\\/737DALWinter_normal.jpg\",\"name\":\"Axel G. Hillbear\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 06 06:42:54 +0000 2011\",\"profile_sidebar_border_color\":\"336d70\",\"id\":406079380,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182058120753152,\"created_at\":\"Fri Feb 24 23:06:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1634000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "979f8993-59af-4a9a-8647-72264d3bdd62-173182058120753152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vinvin, pousse toi ! On ne voit pas Will ;) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1115735941/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png" +}, +"title": "Christophe Ponsolle: Vinvin, pousse toi ! On ne voit pas Will ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1636000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vinvin, pousse toi ! On ne voit pas Will ;) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182065188151298\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":364,\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"profile_text_color\":\"999393\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"name\":\"Christophe Ponsolle\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":25338852,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182065188151298,\"created_at\":\"Fri Feb 24 23:06:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1636000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "64ec6686-07b3-443c-b2b6-8a6a382db16c-173182065188151298" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 48 glaçons !", +"img": { +"src": "http://a0.twimg.com/profile_images/1270085631/oeil_normal.jpg" +}, +"title": "Achrome: #lgw 48 glaçons !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1638000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw 48 gla\\u00e7ons !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182071362166784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":114,\"screen_name\":\"_Achrome_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":30,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/364586958\\/Radia8_by_yt4585.jpg\",\"location\":\"Rouen\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1270085631\\/oeil_normal.jpg\",\"description\":\"Poney sup\\u00e9rieur en maintenance p\\u00e9trochimique, mordu de high tech et nouvelles technologies... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"264898726\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/364586958\\/Radia8_by_yt4585.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1270085631\\/oeil_normal.jpg\",\"name\":\"Achrome\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 12 16:55:27 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":264898726,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182071362166784,\"created_at\":\"Fri Feb 24 23:06:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1638000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a93237ce-ae43-427c-b7e1-6a23f1128541-173182071362166784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1388491934/29077327_45881_normal.jpg" +}, +"title": "David P: #cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1638000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"LGW\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182071697715200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":832,\"screen_name\":\"Viadd\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6613,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/35062020\\/CIMG6189.JPG\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":28,\"profile_link_color\":\"0084B4\",\"followers_count\":563,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1388491934\\/29077327_45881_normal.jpg\",\"description\":\"Pas journaliste, pas blogueur, mais \\u00e0 l'aff\\u00fbt\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0abeff\",\"id_str\":\"29077327\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/35062020\\/CIMG6189.JPG\",\"profile_sidebar_fill_color\":\"d9eaf2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1388491934\\/29077327_45881_normal.jpg\",\"name\":\"David P\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:02:16 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":29077327,\"utc_offset\":3600,\"favourites_count\":13,\"url\":\"http:\\/\\/www.vodkaster.com\\/viadd\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182071697715200,\"created_at\":\"Fri Feb 24 23:06:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1638000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5e79692f-2c11-4bcc-aa93-0e2f30ccc305-173182071697715200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le chat est mort, vive le chat #LGW #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1720114042/Izafox_normal.jpg" +}, +"title": "Izafox: Le chat est mort, vive le chat #LGW #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1638000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le chat est mort, vive le chat #LGW #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[31,35]},{\"text\":\"cqui\",\"indices\":[36,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182072930832384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":255,\"screen_name\":\"Izafox\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1985,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":31,\"profile_link_color\":\"FF3300\",\"followers_count\":587,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1720114042\\/Izafox_normal.jpg\",\"description\":\"Co-fondatrice du BarGaming, R\\u00e9dactrice sur VieDeGeek\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"21196709\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1720114042\\/Izafox_normal.jpg\",\"name\":\"Izafox\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 18 13:49:16 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":21196709,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":\"http:\\/\\/www.viedegeek.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182072930832384,\"created_at\":\"Fri Feb 24 23:06:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1638000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6ed9be4b-39ed-4fcc-b9e8-9a41e3f8e6cb-173182072930832384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw je dirai 54 glacons !!!!", +"img": { +"src": "http://a3.twimg.com/profile_images/1661415033/chimie-tux_batux_tux_normal.png" +}, +"title": "Damien: #lgw je dirai 54 glacons !!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1638000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw je dirai 54 glacons !!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182074491109376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":74,\"screen_name\":\"damienbesson\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":255,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":20,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1661415033\\/chimie-tux_batux_tux_normal.png\",\"description\":\"Doctorant en canc\\u00e9rologie.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"422968572\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1661415033\\/chimie-tux_batux_tux_normal.png\",\"name\":\"Damien\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 27 22:32:47 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":422968572,\"utc_offset\":null,\"favourites_count\":16,\"url\":\"http:\\/\\/besson.damien.free.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182074491109376,\"created_at\":\"Fri Feb 24 23:06:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1638000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7b87b010-2104-4979-850e-26c0931d735e-173182074491109376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le chat !!! :'D #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1509550440/Opeth_normal.png" +}, +"title": "Sylvain Bonneau: Le chat !!! :'D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1640000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le chat !!! :'D #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.nibirutech.com\\\" rel=\\\"nofollow\\\"\\u003ETwitBird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182080837103616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":62,\"screen_name\":\"Bvggy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":753,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/338842991\\/wallpaper_glory.jpg\",\"location\":\"Toulouse\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1509550440\\/Opeth_normal.png\",\"description\":\"Technical manager in 3D development, two kids, two cats...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"360508134\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/338842991\\/wallpaper_glory.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1509550440\\/Opeth_normal.png\",\"name\":\"Sylvain Bonneau\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 23 09:45:35 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":360508134,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182080837103616,\"created_at\":\"Fri Feb 24 23:06:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1640000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e353af1a-5cb0-4b77-9f2b-b6cf49acf468-173182080837103616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1640000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182081629831168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1753,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182081629831168,\"created_at\":\"Fri Feb 24 23:06:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1640000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "23e4b95c-2173-4bb2-a270-247755407578-173182081629831168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La vanne sur les vannes de @francoisrollin est... boff boff (ou boeuf boeuf)... #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: La vanne sur les vannes de @francoisrollin est... boff boff (ou boeuf boeuf)... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1641000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La vanne sur les vannes de @francoisrollin est... boff boff (ou boeuf boeuf)... #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[27,42],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[80,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182085283065856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4895,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182085283065856,\"created_at\":\"Fri Feb 24 23:06:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1641000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b66968ca-7c86-44a0-907d-4d79e56f15bc-173182085283065856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1417270951/DoveArhur_normal.jpg" +}, +"title": "Dove Arthur : #ilpart #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1641000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilpart #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"LGW\",\"indices\":[8,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182083823448066\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f50e22\",\"screen_name\":\"DoveArthur\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":261,\"location\":\"Lille\",\"profile_text_color\":\"a19a4d\",\"followers_count\":129,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1417270951\\/DoveArhur_normal.jpg\",\"description\":\"\\u00c9tudiant EFAP Lille Europe Promo 2013 - R\\u00e9dacteur - Graphiste - Lomographiste - Cin\\u00e9phile\",\"statuses_count\":1841,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/420571809\\/Movember-Super-Mario-Bros.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"37447d\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"96210164\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Dove Arthur \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420571809\\/Movember-Super-Mario-Bros.jpg\",\"created_at\":\"Fri Dec 11 21:27:09 +0000 2009\",\"profile_sidebar_fill_color\":\"f7fcfc\",\"id\":96210164,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1417270951\\/DoveArhur_normal.jpg\"},\"truncated\":false,\"id\":173182083823448066,\"created_at\":\"Fri Feb 24 23:06:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1641000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6a366090-bb7e-46ff-a152-f2f916e8c7af-173182083823448066" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@hug33k @Vinvin 32 glacon #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1769250620/l53lAyeC_normal" +}, +"title": "Marty mickael: @hug33k @Vinvin 32 glacon #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1642000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@hug33k @Vinvin 32 glacon #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"hug33k\",\"indices\":[0,7],\"id_str\":\"175540303\",\"name\":\"Hugo SCHOCH\",\"id\":175540303},{\"screen_name\":\"Vinvin\",\"indices\":[8,15],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173181405784838144\",\"id_str\":\"173182088797884416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181405784838144,\"in_reply_to_user_id_str\":\"175540303\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":133,\"screen_name\":\"M33kael\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":274,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/422316985\\/danger-signs.jpg\",\"location\":\"alsace, france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"999999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1769250620\\/l53lAyeC_normal\",\"description\":\"petit apprenti geek cherche domicile: 1 chambre avec toilettes et place pour un ordi!!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"878787\",\"id_str\":\"455246914\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422316985\\/danger-signs.jpg\",\"profile_sidebar_fill_color\":\"2f302f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1769250620\\/l53lAyeC_normal\",\"name\":\"Marty mickael\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 04 22:15:22 +0000 2012\",\"profile_sidebar_border_color\":\"2f302f\",\"id\":455246914,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/diabolxtrem.chez.com\"},\"in_reply_to_screen_name\":\"hug33k\",\"truncated\":false,\"id\":173182088797884416,\"created_at\":\"Fri Feb 24 23:06:42 +0000 2012\",\"in_reply_to_user_id\":175540303}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1642000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1bdfa633-803c-4024-8515-ba86427e92ad-173182088797884416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ça me fait pas rire #LGW mais ça parle de Twitter tiens !", +"img": { +"src": "http://a0.twimg.com/profile_images/1849027029/TPhoto_000230_normal.jpg" +}, +"title": "wic®: ça me fait pas rire #LGW mais ça parle de Twitter tiens !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1642000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00e7a me fait pas rire #LGW mais \\u00e7a parle de Twitter tiens !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182091675189249\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":119,\"screen_name\":\"ladycooky\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":14172,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/429469479\\/tumblr_lunor7P3Pi1qjldjvo1_500.jpg\",\"location\":\"Loiret (45)\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"a1208e\",\"followers_count\":165,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849027029\\/TPhoto_000230_normal.jpg\",\"description\":\"C\\u00e2line, joueuse, mais je ne ronronne pas. L'unique romanci\\u00e8re de ma vie c'est MOI, je ne me d\\u00e9voile pas en public. #SachezLe\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"7cd4de\",\"id_str\":\"341717778\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429469479\\/tumblr_lunor7P3Pi1qjldjvo1_500.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849027029\\/TPhoto_000230_normal.jpg\",\"name\":\"wic\\u00ae\",\"default_profile_image\":false,\"created_at\":\"Sun Jul 24 21:01:34 +0000 2011\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":341717778,\"utc_offset\":3600,\"favourites_count\":67,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182091675189249,\"created_at\":\"Fri Feb 24 23:06:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1642000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "27af6eb7-5957-4d72-86dd-47da64dc469e-173182091675189249" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le rire de @PascalMabille est à peine perceptible #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1729744823/test_44444_normal.jpg" +}, +"title": "Vincent Touati: Le rire de @PascalMabille est à peine perceptible #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1643000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le rire de @PascalMabille est \\u00e0 peine perceptible #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[11,25],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182093994631169\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":85,\"screen_name\":\"vinsouille\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9708,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199204001\\/overview_hero3_20100607.png\",\"location\":\"Montpellier\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"009999\",\"followers_count\":366,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1729744823\\/test_44444_normal.jpg\",\"description\":\"Podcasteur (@laminuteapple) Passionn\\u00e9 par les nouvelles technologies, la communication et l'actualit\\u00e9. Veille #Apple #M\\u00e9dias #R\\u00e9seaux #Web\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"030303\",\"id_str\":\"243352289\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199204001\\/overview_hero3_20100607.png\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1729744823\\/test_44444_normal.jpg\",\"name\":\"Vincent Touati\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 26 21:25:27 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":243352289,\"utc_offset\":null,\"favourites_count\":5,\"url\":\"http:\\/\\/vincent-touati.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182093994631169,\"created_at\":\"Fri Feb 24 23:06:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1643000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "721ecc77-2bc0-4df3-91d2-565980c38c35-173182093994631169" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les vannes... simple mais efficace maître Rollin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1829032837/430490_10519221_b_normal.jpg" +}, +"title": "Antoine Rouaud: Les vannes... simple mais efficace maître Rollin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1644000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les vannes... simple mais efficace ma\\u00eetre Rollin #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182099937959937\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":84,\"screen_name\":\"Antoine_Rouaud\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1384,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"followers_count\":103,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\",\"description\":\"Cr\\u00e9ateur de trucs et autres choses qui ont rapport \\u00e0 des histoires... avec des gens. \\r\\nhttp:\\/\\/www.wagaprod.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"131516\",\"id_str\":\"373509666\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\",\"name\":\"Antoine Rouaud\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 14 18:13:49 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":373509666,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.audiodramax.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182099937959937,\"created_at\":\"Fri Feb 24 23:06:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1644000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ac732435-789b-45eb-8610-68f4da00e26c-173182099937959937" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #lgw #FF @frenchfriedtv top 5 best vidéos http://t.co/F1pgakIS about the French.", +"img": { +"src": "http://a3.twimg.com/profile_images/1685036198/FBE_LOGO_copy_2_normal.jpg" +}, +"title": "Robert Hoehn: @LeGrandWebze #lgw #FF @frenchfriedtv top 5 best vidéos http://t.co/F1pgakIS about the French.", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1645000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze #lgw #FF @frenchfriedtv top 5 best vid\\u00e9os http:\\/\\/t.co\\/F1pgakIS about the French.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"FrenchFriedTV\",\"indices\":[23,37],\"id_str\":\"59241594\",\"name\":\"French Fried TV\",\"id\":59241594}],\"urls\":[{\"indices\":[56,76],\"expanded_url\":\"http:\\/\\/youtu.be\\/Rt_3fF63T0Y\",\"display_url\":\"youtu.be\\/Rt_3fF63T0Y\",\"url\":\"http:\\/\\/t.co\\/F1pgakIS\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"FF\",\"indices\":[19,22]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182103331143681\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":572,\"screen_name\":\"lefrogburger\",\"lang\":\"en\",\"profile_text_color\":\"E91212\",\"statuses_count\":800,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/393869761\\/Logo-Run-FBEsmallest2.jpg\",\"location\":\"iPhone: 45.195999,-92.921432\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0000ff\",\"followers_count\":829,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1685036198\\/FBE_LOGO_copy_2_normal.jpg\",\"description\":\"Sh*t Nobody Says in Paris - French Fried TV Episode 4 http:\\/\\/tinyurl.com\\/88g7rk6 Please SHARE & #RT Frog Burger Entertainment 4 #FRANGLAIS in #Paris today!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"010505\",\"id_str\":\"15456568\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/393869761\\/Logo-Run-FBEsmallest2.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1685036198\\/FBE_LOGO_copy_2_normal.jpg\",\"name\":\"Robert Hoehn\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 16 16:50:26 +0000 2008\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":15456568,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/www.facebook.com\\/FrenchFriedTV\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173182103331143681,\"created_at\":\"Fri Feb 24 23:06:45 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1645000, +"tags": [ +{ +"id-ref": "ef39c9aa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "04db9882-1c0d-4088-bc31-a31318ce8ce6-173182103331143681" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "x) #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: x) #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1646000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"x) #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[3,7]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182106028093440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5567,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"location\":\"Saligny, France\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_border_color\":\"5c5c5c\",\"id\":12687332,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.k3nny.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182106028093440,\"created_at\":\"Fri Feb 24 23:06:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1646000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4413e2dc-8d4d-4af7-b464-6706fc487a5b-173182106028093440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlPart #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1851178724/61_normal.png" +}, +"title": "Colombien et toi ?: #IlPart #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1646000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#IlPart #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlPart\",\"indices\":[0,7]},{\"text\":\"LGW\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182108796325889\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"HAYTSH\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9732,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"location\":\"\\u30b9\\u30c8\\u30e9\\u30b9\\u30d6\\u30fc\\u30eb\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"description\":\"J'suis un ksos j'ai 5 ans. \",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"277031586\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"name\":\"Colombien et toi ?\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 04 15:24:48 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":277031586,\"utc_offset\":3600,\"favourites_count\":83,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182108796325889,\"created_at\":\"Fri Feb 24 23:06:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1646000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "01a862fe-e5e0-4068-bd82-9271f18d9ce7-173182108796325889" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1677177642/Cat_normal.jpg" +}, +"title": "Thomas Valette: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1646000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182108414648320\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":772,\"screen_name\":\"Tomusap66\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1999,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/376904564\\/Cat.jpg\",\"location\":\"Toluges (66) \\/Catalunya Nord \",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":194,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1677177642\\/Cat_normal.jpg\",\"description\":\" USAP, Bar\\u00e7a, Paris SG i tots els clubs Catalans, Messi, Puyol, Cesc, Carter, Hook, Mas, Gasol, Rubio ! S\\u00f3c orgull\\u00f3s de ser Franc\\u00e8s i Catal\\u00e0 ! \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"393541960\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/376904564\\/Cat.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1677177642\\/Cat_normal.jpg\",\"name\":\"Thomas Valette\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 18 17:58:34 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":393541960,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/www.youtube.com\\/user\\/aioli66\\/featured\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182108414648320,\"created_at\":\"Fri Feb 24 23:06:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1646000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6f538ca9-94cc-4225-b8d0-1f7af76d7b8b-173182108414648320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel coucou, ça fait plaisir de te voir encore dans cette édition ! Mais je trouve que la robe bleue t'allait mieux ;) #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: @FlorencePorcel coucou, ça fait plaisir de te voir encore dans cette édition ! Mais je trouve que la robe bleue t'allait mieux ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1648000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel coucou, \\u00e7a fait plaisir de te voir encore dans cette \\u00e9dition ! Mais je trouve que la robe bleue t'allait mieux ;) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[130,134]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182116987801600\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173182116987801600,\"created_at\":\"Fri Feb 24 23:06:48 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1648000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f5f6c401-5c6f-4251-8142-60c1857c6a55-173182116987801600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste à boire? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1801584941/image_normal.jpg" +}, +"title": "Nicolas LE SAINT: #IlReste à boire? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1649000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#IlReste \\u00e0 boire? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182119168851969\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"screen_name\":\"nicolaslesaint\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":63,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801584941\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"404016609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801584941\\/image_normal.jpg\",\"name\":\"Nicolas LE SAINT\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 03 10:00:21 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":404016609,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182119168851969,\"created_at\":\"Fri Feb 24 23:06:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1649000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "31616128-0054-43ce-9f0e-f31c8d915b37-173182119168851969" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Moi aussi je veux apparaître sur #cqui #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848682776/photo_profil_normal.jpg" +}, +"title": "Caroline Pandraud: Moi aussi je veux apparaître sur #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1650000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Moi aussi je veux appara\\u00eetre sur #cqui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[33,38]},{\"text\":\"lgw\",\"indices\":[39,43]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182122079698944\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"382334\",\"screen_name\":\"pointPandraud\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":284,\"location\":\"Paris\",\"profile_text_color\":\"F6FC9D\",\"followers_count\":181,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"description\":\"Project Analyst @faberNovel www.fabernovel.com \\/\\/\\r\\n@essec Business School Alumni \\/\\/ Paris\\r\\n\\r\\n\",\"statuses_count\":424,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"FF1269\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"4F4C4E\",\"protected\":false,\"id_str\":\"16096262\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Caroline Pandraud\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"created_at\":\"Tue Sep 02 13:18:16 +0000 2008\",\"profile_sidebar_fill_color\":\"7A374C\",\"id\":16096262,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\"},\"truncated\":false,\"id\":173182122079698944,\"created_at\":\"Fri Feb 24 23:06:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1650000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4b533c0c-1da3-4f3a-94ed-20c3cf854c0b-173182122079698944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@CamilleWil: - Comment @gregshow a fait pour passer des #cesar2012 a #LGW *_* ?” la couleur du plateau", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: “@CamilleWil: - Comment @gregshow a fait pour passer des #cesar2012 a #LGW *_* ?” la couleur du plateau", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1650000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@CamilleWil: - Comment @gregshow a fait pour passer des #cesar2012 a #LGW *_* ?\\u201d la couleur du plateau\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"CamilleWil\",\"indices\":[1,12],\"id_str\":\"93848420\",\"name\":\"Camille .\",\"id\":93848420},{\"screen_name\":\"Gregshow\",\"indices\":[24,33],\"id_str\":\"23932076\",\"name\":\"Gregshow\",\"id\":23932076}],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[57,67]},{\"text\":\"LGW\",\"indices\":[70,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182124495613953\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182124495613953,\"created_at\":\"Fri Feb 24 23:06:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1650000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "91a52a01-a2c3-418c-a72a-f6d0b4140f45-173182124495613953" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Ilreste #LGW moi jl'aime bien x)", +"img": { +"src": "http://a0.twimg.com/profile_images/1582000128/275798_1464561690_1420694644_n_normal.jpg" +}, +"title": "Adeline F.: #Ilreste #LGW moi jl'aime bien x)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1652000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Ilreste #LGW moi jl'aime bien x)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Ilreste\",\"indices\":[0,8]},{\"text\":\"LGW\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182131147784192\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":107,\"screen_name\":\"Dirty_Adeline\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2506,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":157,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1582000128\\/275798_1464561690_1420694644_n_normal.jpg\",\"description\":\"moi je suis un \\u00eatre perdu dans la 25eme heure! \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"123015441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1582000128\\/275798_1464561690_1420694644_n_normal.jpg\",\"name\":\"Adeline F.\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 14 17:57:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":123015441,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182131147784192,\"created_at\":\"Fri Feb 24 23:06:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1652000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6c6293e4-e9a9-433b-8410-1da031cbd8c9-173182131147784192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin a la même tête que quand il est né, #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: Rollin a la même tête que quand il est né, #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1653000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin a la m\\u00eame t\\u00eate que quand il est n\\u00e9, #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]},{\"text\":\"ilpart\",\"indices\":[48,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182135241416705\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182135241416705,\"created_at\":\"Fri Feb 24 23:06:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1653000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "16535108-1e99-4e46-9a5c-8df07d4f8f92-173182135241416705" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow En plus, #LGW est en concurrence avec confessions intimes, là. La Bataille est perdue d'avance.", +"img": { +"src": "http://a1.twimg.com/profile_images/1579063362/images_normal.jpg" +}, +"title": "Where is my mind ?: @palmashow En plus, #LGW est en concurrence avec confessions intimes, là. La Bataille est perdue d'avance.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1653000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow En plus, #LGW est en concurrence avec confessions intimes, l\\u00e0. La Bataille est perdue d'avance.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181285404114945\",\"id_str\":\"173182137435033601\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181285404114945,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":79,\"screen_name\":\"Look_out_post\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1474,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1579063362\\/images_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"387379234\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579063362\\/images_normal.jpg\",\"name\":\"Where is my mind ?\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 23:30:51 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":387379234,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173182137435033601,\"created_at\":\"Fri Feb 24 23:06:53 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1653000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "67b598c0-1ca2-4b21-9fc5-b095870618c2-173182137435033601" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le lancer de chat de @vinvin me fait penser à \"Les Nuls\" #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1418883459/taz_tornade_normal.jpg" +}, +"title": "new deal: Le lancer de chat de @vinvin me fait penser à \"Les Nuls\" #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1653000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le lancer de chat de @vinvin me fait penser \\u00e0 \\\"Les Nuls\\\" #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[21,28],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182137065938944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1577,\"screen_name\":\"znewdealz\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17398,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/280230233\\/Vue_sur_cap_d_Antibes.jpg\",\"location\":\"C\\u00f4te d'usure\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"009999\",\"followers_count\":660,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1418883459\\/taz_tornade_normal.jpg\",\"description\":\"Je crois d'un bon citoyen de pr\\u00e9f\\u00e9rer les paroles qui sauvent aux paroles qui plaisent. D\\u00e9mosth\\u00e8ne \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"88506160\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/280230233\\/Vue_sur_cap_d_Antibes.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1418883459\\/taz_tornade_normal.jpg\",\"name\":\"new deal\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 08 20:51:01 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":88506160,\"utc_offset\":-10800,\"favourites_count\":69,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182137065938944,\"created_at\":\"Fri Feb 24 23:06:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1653000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d872f116-d619-4e70-801f-096371477eb8-173182137065938944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Pierre_B_y ta PP vien encore de passer das la colonne #cqui #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1816190925/stmaillot_normal.jpg" +}, +"title": "philippe : @Pierre_B_y ta PP vien encore de passer das la colonne #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1654000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Pierre_B_y ta PP vien encore de passer das la colonne #cqui #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Pierre_B_y\",\"indices\":[0,11],\"id_str\":\"104184883\",\"name\":\"Pierre B.\",\"id\":104184883}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[55,60]},{\"text\":\"lgw\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173177712389795840\",\"id_str\":\"173182140987604992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173177712389795840,\"in_reply_to_user_id_str\":\"104184883\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":802,\"screen_name\":\"saintmtex\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":22962,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"location\":\"aix en provence\",\"show_all_inline_media\":false,\"listed_count\":41,\"profile_link_color\":\"FF0000\",\"followers_count\":808,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1816190925\\/stmaillot_normal.jpg\",\"description\":\"Sport addict, Joueur par intermittence de poker , Autoderision et bonne humeur inside , doublure officielle du professeur xavier \\r\\nwww.saintmtex.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"287653885\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1816190925\\/stmaillot_normal.jpg\",\"name\":\"philippe \",\"default_profile_image\":false,\"created_at\":\"Mon Apr 25 12:28:35 +0000 2011\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":287653885,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.saintmtex.fr\"},\"in_reply_to_screen_name\":\"Pierre_B_y\",\"truncated\":false,\"id\":173182140987604992,\"created_at\":\"Fri Feb 24 23:06:54 +0000 2012\",\"in_reply_to_user_id\":104184883}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1654000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "45847e11-c0f6-4b36-a030-639c9f08998b-173182140987604992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @AlexHervaud: Ahah, j'adore le livetweet des gens QUI SONT DANS LE POSTE #lgw RT @palmashow: Notre voisin de droite a un problème de rire", +"img": { +"src": "http://a0.twimg.com/profile_images/1845764764/image_normal.jpg" +}, +"title": "Mangiatordi Maxime: RT @AlexHervaud: Ahah, j'adore le livetweet des gens QUI SONT DANS LE POSTE #lgw RT @palmashow: Notre voisin de droite a un problème de rire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1654000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @AlexHervaud: Ahah, j'adore le livetweet des gens QUI SONT DANS LE POSTE #lgw RT @palmashow: Notre voisin de droite a un probl\\u00e8me de rire\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"AlexHervaud\",\"indices\":[3,15],\"name\":\"Alexandre Hervaud\",\"id_str\":\"14321981\",\"id\":14321981},{\"screen_name\":\"palmashow\",\"indices\":[84,94],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ahah, j'adore le livetweet des gens QUI SONT DANS LE POSTE #lgw RT @palmashow: Notre voisin de droite a un probl\\u00e8me de rire\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[67,77],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182014197997568\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"AlexHervaud\",\"lang\":\"fr\",\"favourites_count\":3392,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1078,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":14843,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\",\"description\":\"Journaliste, ex-Lib\\u00e9, chroniqueur au Mouv et Vodkaster.com, (d\\u00e9)formateur pour l'ESJ. Assiste @JeanReneCraypio. Mes tweets n'engagent pas P\\u00f4le Emploi.\",\"statuses_count\":48448,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"show_all_inline_media\":true,\"listed_count\":816,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"401d91\",\"protected\":false,\"id_str\":\"14321981\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Alexandre Hervaud\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"created_at\":\"Mon Apr 07 11:34:52 +0000 2008\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":14321981,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/alexhervaud.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\"},\"truncated\":false,\"id\":173182014197997568,\"created_at\":\"Fri Feb 24 23:06:24 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182139754483712\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"MangiaMusic\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":345,\"location\":\"Belgique\",\"profile_text_color\":\"333333\",\"followers_count\":88,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845764764\\/image_normal.jpg\",\"description\":\"Jeune musicien\\/acteur. \",\"statuses_count\":628,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"439907404\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Mangiatordi Maxime\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Dec 18 10:12:19 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":439907404,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845764764\\/image_normal.jpg\"},\"truncated\":false,\"id\":173182139754483712,\"created_at\":\"Fri Feb 24 23:06:54 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1654000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1e1de81a-fcc7-420f-9ace-6b8235734bc5-173182139754483712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Concept du TV direct + LT / live poll = innovant #lgw Par contre, dur de suivre le fil de l'émission.. Pour la photo : #ilreste", +"img": { +"src": "http://a3.twimg.com/profile_images/1261541169/Sans_titre_1_normal.jpg" +}, +"title": "Julien Livis: Concept du TV direct + LT / live poll = innovant #lgw Par contre, dur de suivre le fil de l'émission.. Pour la photo : #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1654000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Concept du TV direct + LT \\/ live poll = innovant #lgw Par contre, dur de suivre le fil de l'\\u00e9mission.. Pour la photo : #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]},{\"text\":\"ilreste\",\"indices\":[119,127]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182142333984768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":616,\"screen_name\":\"julienlivis\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":2466,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/424318124\\/Pont-de-Suresnestwitter.jpg\",\"location\":\"Ile-de-France, Paris\",\"show_all_inline_media\":false,\"listed_count\":42,\"profile_link_color\":\"4e5070\",\"followers_count\":597,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1261541169\\/Sans_titre_1_normal.jpg\",\"description\":\"\\u2584 Don't Imitate Gorillas. Web, Sant\\u00e9 et Rock'n'roll. Chef de projet web\\/multim\\u00e9dia\\/internet\\/multicanal (comme bon vous semble) dans la sant\\u00e9.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"51583242\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424318124\\/Pont-de-Suresnestwitter.jpg\",\"profile_sidebar_fill_color\":\"549cb8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1261541169\\/Sans_titre_1_normal.jpg\",\"name\":\"Julien Livis\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 27 22:57:57 +0000 2009\",\"profile_sidebar_border_color\":\"66a2bd\",\"id\":51583242,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.julienlivis.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182142333984768,\"created_at\":\"Fri Feb 24 23:06:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1654000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6f2aea73-2f41-4675-ad1a-3fd45011cb31-173182142333984768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste parce qu'il a toujours quelque chose à dire ! #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1474785559/testdeux_normal.jpg" +}, +"title": "Romain Mollet: #ilreste parce qu'il a toujours quelque chose à dire ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1654000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste parce qu'il a toujours quelque chose \\u00e0 dire ! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"LGW\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182141637738496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"RomainMollet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":76,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 Cin\\u00e9Cr\\u00e9atis depuis moins d'une semaine (18\\/09\\/2011)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"62795411\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"name\":\"Romain Mollet\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 04 11:47:02 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":62795411,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/conneriehumanumest.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182141637738496,\"created_at\":\"Fri Feb 24 23:06:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1654000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "60ef27d2-b5de-4d97-bd46-514abb857e72-173182141637738496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Nombre de glaçons anti-demons : 40 #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1841029880/gangstacat6ze46f4ze6f4z6e84_normal.jpg" +}, +"title": "Brice R.: Nombre de glaçons anti-demons : 40 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1655000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Nombre de gla\\u00e7ons anti-demons : 40 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182144229806080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"brice_r_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2377,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"description\":\"#G\\u00e9meaux #DoublePersonnalit\\u00e9 \\r\\nParce que la vie priv\\u00e9e ne sert pas uniquement \\u00e0 cacher des d\\u00e9lits et des crimes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Copenhagen\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"15512436\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"name\":\"Brice R.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 21 08:09:24 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":15512436,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"https:\\/\\/www.eff.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182144229806080,\"created_at\":\"Fri Feb 24 23:06:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1655000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "557b7f82-0fc3-434b-ba2d-68f9074ca6fe-173182144229806080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Finalement c'était vraiment pas mal les #Cesar2012 #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1450217504/NEED_normal.png" +}, +"title": "RSE: Finalement c'était vraiment pas mal les #Cesar2012 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1656000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Finalement c'\\u00e9tait vraiment pas mal les #Cesar2012 #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[40,50]},{\"text\":\"lgw\",\"indices\":[51,55]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182147237122048\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Riclux\",\"lang\":\"en\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":536,\"location\":\"Paris\",\"profile_text_color\":\"000000\",\"followers_count\":194,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1450217504\\/NEED_normal.png\",\"description\":\"Tu veux ou tu veux pas?\",\"statuses_count\":916,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/318981773\\/twilk_background_4e56266f5e75f.jpg\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"7a7a7a\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"19427228\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"RSE\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/318981773\\/twilk_background_4e56266f5e75f.jpg\",\"created_at\":\"Sat Jan 24 01:48:55 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":19427228,\"follow_request_sent\":null,\"utc_offset\":-36000,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1450217504\\/NEED_normal.png\"},\"truncated\":false,\"id\":173182147237122048,\"created_at\":\"Fri Feb 24 23:06:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1656000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "04f18316-e81f-457c-a584-2216d4b7ec06-173182147237122048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #lgw non mais!!! J ai pleuré de rire pour le chat!", +"img": { +"src": "http://a0.twimg.com/profile_images/1753024028/560587006_normal.jpg" +}, +"title": "Laure Bosi: #ilReste #lgw non mais!!! J ai pleuré de rire pour le chat!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1656000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste #lgw non mais!!! J ai pleur\\u00e9 de rire pour le chat!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182150504488962\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":391,\"screen_name\":\"LaureBosi\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":12865,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/403125050\\/767308895.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0099B9\",\"followers_count\":245,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1753024028\\/560587006_normal.jpg\",\"description\":\"La preuve qu'on peut \\u00eatre une fille, \\u00eatre n\\u00e9e et vivre au nord de la Loire et aimer passionn\\u00e9ment le rugby !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"0099B9\",\"id_str\":\"356135891\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/403125050\\/767308895.jpg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1753024028\\/560587006_normal.jpg\",\"name\":\"Laure Bosi\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 16 11:51:24 +0000 2011\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":356135891,\"utc_offset\":-10800,\"favourites_count\":96,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182150504488962,\"created_at\":\"Fri Feb 24 23:06:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1656000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e90a794a-d870-445d-a472-ec743ddc0a8a-173182150504488962" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "91 cons 65 incultes #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1683439580/IMG00016-20111107-1743_normal.jpg" +}, +"title": "Wilfried DIGUET: 91 cons 65 incultes #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1657000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"91 cons 65 incultes #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182152605827072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":60,\"screen_name\":\"WilfriedDiguet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Rouen\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1683439580\\/IMG00016-20111107-1743_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"358129074\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683439580\\/IMG00016-20111107-1743_normal.jpg\",\"name\":\"Wilfried DIGUET\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 19 12:34:44 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":358129074,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182152605827072,\"created_at\":\"Fri Feb 24 23:06:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1657000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "678edddf-e356-49f8-992c-3a7c25f49186-173182152605827072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw merci @Vinvin", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: #lgw merci @Vinvin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1658000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw merci @Vinvin\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[11,18],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182157802582016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":663,\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7364,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"location\":\"DtC\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":207,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"name\":\"monsieurhobby\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":78733185,\"utc_offset\":-10800,\"favourites_count\":30,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182157802582016,\"created_at\":\"Fri Feb 24 23:06:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1658000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d1ba648a-6db0-43ab-8a17-63528c377c26-173182157802582016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Enorme la vidéo du chat qui rippe!!!", +"img": { +"src": "http://a0.twimg.com/profile_images/1752563497/LooicC_normal.jpg" +}, +"title": "Loic Cunnac: #lgw Enorme la vidéo du chat qui rippe!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1658000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Enorme la vid\\u00e9o du chat qui rippe!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182158662406144\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":340,\"screen_name\":\"LooicC\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":367,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Toulouse, France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752563497\\/LooicC_normal.jpg\",\"description\":\"Pas de bouc ni de lunettes, mais quand m\\u00eame ing\\u00e9nieur microelec... Actu, economie, photo, rugby, ski et autres!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"111246550\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752563497\\/LooicC_normal.jpg\",\"name\":\"Loic Cunnac\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 04 07:59:48 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":111246550,\"utc_offset\":3600,\"favourites_count\":68,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182158662406144,\"created_at\":\"Fri Feb 24 23:06:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1658000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "25a74ba8-6d18-47ee-a181-3e615e71bf20-173182158662406144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Avec #lgw je découvre les vidéos de @SolangeTeParle et c'est affligeant. Ou alors j'ai besoin d'explications.", +"img": { +"src": "http://a1.twimg.com/profile_images/1842911014/guetta_normal.jpg" +}, +"title": "Nico Prat: Avec #lgw je découvre les vidéos de @SolangeTeParle et c'est affligeant. Ou alors j'ai besoin d'explications.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1659000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Avec #lgw je d\\u00e9couvre les vid\\u00e9os de @SolangeTeParle et c'est affligeant. Ou alors j'ai besoin d'explications.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[36,51],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182161636179968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2297,\"screen_name\":\"nicoprat\",\"lang\":\"en\",\"profile_text_color\":\"0a040a\",\"statuses_count\":29877,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":210,\"profile_link_color\":\"224087\",\"followers_count\":6570,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"description\":\"Le Mouv, Tsugi, Technikart, Voxpop, co-auteur des Miscellan\\u00e9es d'Internet, et un petit sudoku de temps en temps\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"19256842\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"name\":\"Nico Prat\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 20 20:55:08 +0000 2009\",\"profile_sidebar_border_color\":\"050504\",\"id\":19256842,\"utc_offset\":3600,\"favourites_count\":440,\"url\":\"http:\\/\\/nicoprat.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182161636179968,\"created_at\":\"Fri Feb 24 23:06:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1659000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9998ca2b-8e43-4211-909c-b62bd6e60956-173182161636179968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allez, #ilreste :)\n#lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1661451122/image_normal.jpg" +}, +"title": "Mathilde Mallet: Allez, #ilreste :)\n#lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1660000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Allez, #ilreste :)\\n#lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[7,15]},{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182164643487744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":672,\"screen_name\":\"MathildeMallet\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":1750,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0099B9\",\"followers_count\":284,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1661451122\\/image_normal.jpg\",\"description\":\"Radio, medias, music, dj, production...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"132555466\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1661451122\\/image_normal.jpg\",\"name\":\"Mathilde Mallet\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 13 15:19:32 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":132555466,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182164643487744,\"created_at\":\"Fri Feb 24 23:07:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1660000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7d457a54-0088-4b63-9bbf-1c767755dfb3-173182164643487744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "francois Rollin #lgw #ilreste", +"img": { +"src": "http://a2.twimg.com/profile_images/1632512642/John_normal.jpg" +}, +"title": "Stephane : francois Rollin #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1661000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"francois Rollin #lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]},{\"text\":\"ilreste\",\"indices\":[21,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182168384798720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":159,\"screen_name\":\"stefLP\",\"lang\":\"fr\",\"profile_text_color\":\"6a1e00\",\"statuses_count\":1540,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0800b6\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"description\":\"Je travaille dans le monde de l'informatique et des pharmacies (depuis 17 ans) , et \\u00e9galement auto-entrepreneur \\u00e0 mes temps perdus. http:\\/\\/about.me\\/bealcost\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffe9d9\",\"id_str\":\"11192742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"profile_sidebar_fill_color\":\"ffecd9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"name\":\"Stephane \",\"default_profile_image\":false,\"created_at\":\"Sat Dec 15 10:31:27 +0000 2007\",\"profile_sidebar_border_color\":\"001e0e\",\"id\":11192742,\"utc_offset\":3600,\"favourites_count\":42,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182168384798720,\"created_at\":\"Fri Feb 24 23:07:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1661000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f7a29a9-354e-4e0b-955e-d30858d656cf-173182168384798720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze 104 glaçons moins les fondus ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1509876957/photo-lol-carree_normal.jpg" +}, +"title": "Bertrand Soulier: @LeGrandWebze 104 glaçons moins les fondus ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1664000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze 104 gla\\u00e7ons moins les fondus ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181451305631744\",\"id_str\":\"173182182532198401\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181451305631744,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1224,\"screen_name\":\"BertrandSoulier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8963,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/125607192\\/fondconverse4.jpg\",\"location\":\"Clermont-Ferrand, Auvergne\",\"show_all_inline_media\":false,\"listed_count\":151,\"profile_link_color\":\"0084B4\",\"followers_count\":2489,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1509876957\\/photo-lol-carree_normal.jpg\",\"description\":\"Coach digital ind\\u00e9pendant et drogu\\u00e9 d'internet, blogueur compulsif, d\\u00e9fricheur du web local, twitterrien \\u00e9merveill\\u00e9 et cr\\u00e9ateur de http:\\/\\/www.cyberbougnat.net\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"996111\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/125607192\\/fondconverse4.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1509876957\\/photo-lol-carree_normal.jpg\",\"name\":\"Bertrand Soulier\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 12 08:31:01 +0000 2007\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":996111,\"utc_offset\":3600,\"favourites_count\":2489,\"url\":\"http:\\/\\/www.bertrand-soulier.com\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173182182532198401,\"created_at\":\"Fri Feb 24 23:07:04 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1664000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d55c4918-0125-4bff-a673-1cb6bc7351a2-173182182532198401" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "30 glaçons #lgw Mais y'a plus @jcfrog ???", +"img": { +"src": "http://a2.twimg.com/profile_images/1291954205/196393_1887113579499_1291206975_32242471_8306316_s_normal.jpg" +}, +"title": "Martine Le Jossec: 30 glaçons #lgw Mais y'a plus @jcfrog ???", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1664000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"30 gla\\u00e7ons #lgw Mais y'a plus @jcfrog ???\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[30,37],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182183035518976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1770,\"screen_name\":\"loutro1990\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1161,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/242871161\\/196393_1887113579499_1291206975_32242471_8306316_s.jpg\",\"location\":\"Seine-Saint-Denis\",\"show_all_inline_media\":true,\"listed_count\":27,\"profile_link_color\":\"f0134a\",\"followers_count\":590,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1291954205\\/196393_1887113579499_1291206975_32242471_8306316_s_normal.jpg\",\"description\":\"Pro de la com'. Esprit curieux \\u00e0 360\\u00b0... adore l'art, le bon vin, le caramel au beurre sal\\u00e9, sortir du cadre... et tout savoir ! \\r\\nTweete en dehors des klouts !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae3e6\",\"id_str\":\"37917544\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/242871161\\/196393_1887113579499_1291206975_32242471_8306316_s.jpg\",\"profile_sidebar_fill_color\":\"f2ccff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1291954205\\/196393_1887113579499_1291206975_32242471_8306316_s_normal.jpg\",\"name\":\"Martine Le Jossec\",\"default_profile_image\":false,\"created_at\":\"Tue May 05 12:58:05 +0000 2009\",\"profile_sidebar_border_color\":\"280c99\",\"id\":37917544,\"utc_offset\":3600,\"favourites_count\":21,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182183035518976,\"created_at\":\"Fri Feb 24 23:07:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1664000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ded7fad7-3e4b-4743-97ae-36825c49d630-173182183035518976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @mmu_man: VITE, APPELEZ LE CHATMU !!! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @mmu_man: VITE, APPELEZ LE CHATMU !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1664000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @mmu_man: VITE, APPELEZ LE CHATMU !!! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"mmu_man\",\"indices\":[3,11],\"id_str\":\"102075787\",\"name\":\"Fran\\u00e7ois Revol\",\"id\":102075787}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"VITE, APPELEZ LE CHATMU !!! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181836133019648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10391,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181836133019648,\"created_at\":\"Fri Feb 24 23:05:41 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182182909677568\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182182909677568,\"created_at\":\"Fri Feb 24 23:07:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1664000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "43c880a0-c8a1-4661-bd2e-852864442a1c-173182182909677568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah tiens, @FlorencePorcel est dans le thème des Césars avec sa tenue. #Décolleté #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1850070784/Yogiimise_normal.jpg" +}, +"title": "Johann M.: Ah tiens, @FlorencePorcel est dans le thème des Césars avec sa tenue. #Décolleté #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1665000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah tiens, @FlorencePorcel est dans le th\\u00e8me des C\\u00e9sars avec sa tenue. #D\\u00e9collet\\u00e9 #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[10,25],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"D\\u00e9collet\\u00e9\",\"indices\":[70,80]},{\"text\":\"LGW\",\"indices\":[81,85]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182187754098688\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":671,\"screen_name\":\"Yogiimise\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":64989,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Le V\\u00e9sinet\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"followers_count\":2072,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850070784\\/Yogiimise_normal.jpg\",\"description\":\"Tech Journalist, il geek il voit pas le rapport. Travail, Famille, Party. #DaddyGaga, #JaiRigolu & #OMAGAD. La vie est trop courte pour \\u00eatre prise au s\\u00e9rieux.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"30915093\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850070784\\/Yogiimise_normal.jpg\",\"name\":\"Johann M.\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 13 17:55:31 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":30915093,\"utc_offset\":3600,\"favourites_count\":1424,\"url\":\"http:\\/\\/www.tomsguide.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182187754098688,\"created_at\":\"Fri Feb 24 23:07:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1665000, +"tags": [ +{ +"id-ref": "ef97bec0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "508dae3f-980f-440e-83ca-597e2f227787-173182187754098688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1757133817/image_normal.jpg" +}, +"title": "Percy Theophile: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1665000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"followers_count\":54606,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182186772643841\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":107,\"screen_name\":\"TheophilePercy\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1484,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"st bon city\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1757133817\\/image_normal.jpg\",\"description\":\"Plus rien ne m'\\u00e9tonne ! \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"278655196\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757133817\\/image_normal.jpg\",\"name\":\"Percy Theophile\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 07 18:07:38 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":278655196,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182186772643841,\"created_at\":\"Fri Feb 24 23:07:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1665000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a88a39b4-16cb-4e99-b404-803365683eea-173182186772643841" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1847053381/djerba_normal.jpg" +}, +"title": "Make me proud.: #ilreste #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1665000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"LGW\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182187666014208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"celib_a_terre1\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":34,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1847053381\\/djerba_normal.jpg\",\"description\":\"Same old shit, just a different day. #Peace, #LOVE and #Unity.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"500335099\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1847053381\\/djerba_normal.jpg\",\"name\":\"Make me proud.\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 23 01:32:53 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":500335099,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182187666014208,\"created_at\":\"Fri Feb 24 23:07:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1665000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0793e866-778f-43fa-8400-10263e69f8ef-173182187666014208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin il reste biensûr #lgw #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1565585477/Logo_2_normal.jpg" +}, +"title": "Ossuaires Peter: Rollin il reste biensûr #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1666000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin il reste biens\\u00fbr #lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]},{\"text\":\"ilreste\",\"indices\":[29,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182190472003584\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":74,\"screen_name\":\"_Seyv_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":239,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1565585477\\/Logo_2_normal.jpg\",\"description\":\"Ost\\u00e9opathe le jour, culturophage la nuit.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"380558198\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1565585477\\/Logo_2_normal.jpg\",\"name\":\"Ossuaires Peter\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 26 21:08:25 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":380558198,\"utc_offset\":null,\"favourites_count\":10,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182190472003584,\"created_at\":\"Fri Feb 24 23:07:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1666000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aa94eaa0-51b7-4dc4-8e17-e16abcbbfb04-173182190472003584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ils sont ou les tweets ? C'est la télé russe ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1826253762/gifs__20__normal.gif" +}, +"title": "Systaime: #lgw ils sont ou les tweets ? C'est la télé russe ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1667000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ils sont ou les tweets ? C'est la t\\u00e9l\\u00e9 russe ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182195438067712\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"systaime18\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3210,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":40,\"profile_link_color\":\"080808\",\"followers_count\":394,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"758882\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"profile_sidebar_fill_color\":\"f5ed08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"name\":\"Systaime\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 08 22:13:03 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":758882,\"utc_offset\":3600,\"favourites_count\":112,\"url\":\"http:\\/\\/www.systaime.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182195438067712,\"created_at\":\"Fri Feb 24 23:07:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1667000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3ee69249-3417-4a05-9690-28b748e7d336-173182195438067712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ahaha ! François Rollin j'te kiffe. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: Ahaha ! François Rollin j'te kiffe. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1668000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ahaha ! Fran\\u00e7ois Rollin j'te kiffe. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182198147596288\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"e8e8e8\",\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"favourites_count\":194,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":298,\"location\":\"Is\\u00e8re, France\",\"profile_text_color\":\"3d3438\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"statuses_count\":15002,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"protected\":false,\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Manon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"id\":48084154,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\"},\"truncated\":false,\"id\":173182198147596288,\"created_at\":\"Fri Feb 24 23:07:08 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1668000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "37716bfa-33ca-4125-99dd-a6373a909155-173182198147596288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @charleshenriroy: +1000“@MGMTiST: Elle claque l'émission sur France 5. #LGW”", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @charleshenriroy: +1000“@MGMTiST: Elle claque l'émission sur France 5. #LGW”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1669000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @charleshenriroy: +1000\\u201c@MGMTiST: Elle claque l'\\u00e9mission sur France 5. #LGW\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"charleshenriroy\",\"indices\":[3,19],\"id_str\":\"185396126\",\"name\":\"Royer Charles-Henri\",\"id\":185396126},{\"screen_name\":\"MGMTiST\",\"indices\":[27,35],\"id_str\":\"223155142\",\"name\":\"Batistuta.\",\"id\":223155142}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[74,78]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"+1000\\u201c@MGMTiST: Elle claque l'\\u00e9mission sur France 5. #LGW\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MGMTiST\",\"indices\":[6,14],\"id_str\":\"223155142\",\"name\":\"Batistuta.\",\"id\":223155142}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181383706025984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181383706025984,\"created_at\":\"Fri Feb 24 23:03:54 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182205189824512\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1041,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":317,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182205189824512,\"created_at\":\"Fri Feb 24 23:07:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1669000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "540b7328-c816-4755-9855-56b2a47adfff-173182205189824512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"rien de qualité\" ? #ENCULAY @Vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1648905085/lolymous_2_normal.jpg" +}, +"title": "Solferishow: \"rien de qualité\" ? #ENCULAY @Vinvin #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1670000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\"rien de qualit\\u00e9\\\" ? #ENCULAY @Vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[29,36],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"ENCULAY\",\"indices\":[20,28]},{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182206083211264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1143,\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13623,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"name\":\"Solferishow\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":232221031,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/www.solferishow.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182206083211264,\"created_at\":\"Fri Feb 24 23:07:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1670000, +"tags": [ +{ +"id-ref": "ef987784-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7054a6c0-0cd5-46d6-9559-697ee12c7f50-173182206083211264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les gens, C'est fini les #cesars2012 viendez sur @France5tv pour #lgw ;)", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Les gens, C'est fini les #cesars2012 viendez sur @France5tv pour #lgw ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1672000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les gens, C'est fini les #cesars2012 viendez sur @France5tv pour #lgw ;)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[49,59],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"cesars2012\",\"indices\":[25,36]},{\"text\":\"lgw\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182214006259713\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182214006259713,\"created_at\":\"Fri Feb 24 23:07:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1672000, +"tags": [ +{ +"id-ref": "ef243180-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d77e25ed-fe1b-4d44-85c4-d6b4cf3cd8d1-173182214006259713" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tiens le Grand Chat-ze #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1143277065/Photo_0015_normal.jpg" +}, +"title": "Tarik Habachou: Tiens le Grand Chat-ze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1672000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Tiens le Grand Chat-ze #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182214727680000\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"theshaq28\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":19,\"location\":\"\",\"profile_text_color\":\"3E4415\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1143277065\\/Photo_0015_normal.jpg\",\"description\":\"\",\"statuses_count\":7,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"199633029\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Tarik Habachou\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Thu Oct 07 11:09:10 +0000 2010\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":199633029,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143277065\\/Photo_0015_normal.jpg\"},\"truncated\":false,\"id\":173182214727680000,\"created_at\":\"Fri Feb 24 23:07:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1672000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c2f11bfb-ff92-4fab-83ae-cc74eb109dcd-173182214727680000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw comment ça aucun tweet de qualité ?? #sortez2020", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: #lgw comment ça aucun tweet de qualité ?? #sortez2020", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1673000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw comment \\u00e7a aucun tweet de qualit\\u00e9 ?? #sortez2020\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"sortez2020\",\"indices\":[42,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182220218023936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1749,\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":28280,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"location\":\"Crozon, Brittany\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"followers_count\":2619,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"profile_sidebar_fill_color\":\"d3ede7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"name\":\"Philippe B\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_border_color\":\"5e1410\",\"id\":14400518,\"utc_offset\":3600,\"favourites_count\":297,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182220218023936,\"created_at\":\"Fri Feb 24 23:07:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1673000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef98c86a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f9a61f0c-8347-473b-b754-265c38e1067c-173182220218023936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste car si rollin facture juste les bonnes vannes il va pas couter bien cher :)", +"img": { +"src": "http://a2.twimg.com/profile_images/1269224486/image_normal.jpg" +}, +"title": "Mickael: #lgw #ilreste car si rollin facture juste les bonnes vannes il va pas couter bien cher :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1673000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste car si rollin facture juste les bonnes vannes il va pas couter bien cher :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182221845409793\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":86,\"screen_name\":\"NeoMkL\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":64,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1269224486\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"76371966\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1269224486\\/image_normal.jpg\",\"name\":\"Mickael\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 22 16:10:55 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":76371966,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182221845409793,\"created_at\":\"Fri Feb 24 23:07:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1673000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ab8f1c80-f79c-4893-8436-8168a29397da-173182221845409793" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#nowwatching Le Grand Webze", +"img": { +"src": "http://a2.twimg.com/profile_images/1799169470/image_normal.jpg" +}, +"title": "Anton: #nowwatching Le Grand Webze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1673000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#nowwatching Le Grand Webze\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"nowwatching\",\"indices\":[0,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182221086232576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":484,\"screen_name\":\"t1vase\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2518,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/169220479\\/CUE_1.jpg\",\"location\":\"#erreur404\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":118,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1799169470\\/image_normal.jpg\",\"description\":\"Etudiant en Psycho, H\\u00e9doniste, accro \\u00e0 la musique, \\u00e0 l'absinthe et aux films hyst\\u00e9riques, et co-animateur de ERREUR 404 sur Radiom. #ERREUR404 #teambundy\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"212895285\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/169220479\\/CUE_1.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799169470\\/image_normal.jpg\",\"name\":\"Anton\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 07 11:06:40 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":212895285,\"utc_offset\":-10800,\"favourites_count\":30,\"url\":\"https:\\/\\/www.radiom.fr\\/animateurs\\/88-antho.html\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182221086232576,\"created_at\":\"Fri Feb 24 23:07:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1673000, +"tags": [ +{ +"id-ref": "ef9900b4-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0b3dcedc-04ec-45ff-bc97-8fc1ffbc565a-173182221086232576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@solangeteparle... #lgw #ellequitte #ilquitte ... NEXT!", +"img": { +"src": "http://a0.twimg.com/profile_images/1808461305/image_normal.jpg" +}, +"title": "Lalée Pinoncely: @solangeteparle... #lgw #ellequitte #ilquitte ... NEXT!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1674000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@solangeteparle... #lgw #ellequitte #ilquitte ... NEXT!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[0,15],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]},{\"text\":\"ellequitte\",\"indices\":[25,36]},{\"text\":\"ilquitte\",\"indices\":[37,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182224412327936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"417867146\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":366,\"screen_name\":\"Lalee_retour\",\"lang\":\"fr\",\"profile_text_color\":\"98989e\",\"statuses_count\":3719,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"location\":\"France- LYON\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"f013e9\",\"followers_count\":298,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"description\":\"Une digital-mum' entrepreneur, lib\\u00e9rale, communicante, blogueuse soon... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"16171a\",\"id_str\":\"252150894\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"name\":\"Lal\\u00e9e Pinoncely\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 14 16:05:09 +0000 2011\",\"profile_sidebar_border_color\":\"42454d\",\"id\":252150894,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"SolangeTeParle\",\"truncated\":false,\"id\":173182224412327936,\"created_at\":\"Fri Feb 24 23:07:14 +0000 2012\",\"in_reply_to_user_id\":417867146}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1674000, +"tags": [ +{ +"id-ref": "ef991ffe-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef992472-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7274c994-c060-4335-ad09-e4cfacf6ff81-173182224412327936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "40 glaçons #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1332822559/Birdswatchtelevision_normal.jpg" +}, +"title": "Birdswatchtelevision: 40 glaçons #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1674000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"40 gla\\u00e7ons #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182225574141952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":177,\"screen_name\":\"birdswatchtv\",\"lang\":\"fr\",\"profile_text_color\":\"4bbb00\",\"statuses_count\":180,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/243090408\\/Birdswatchtelevision.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"4bbb00\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1332822559\\/Birdswatchtelevision_normal.jpg\",\"description\":\"Nowhere man.\\r\\nAlways look on the bright side of life!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"3c8bf3\",\"id_str\":\"288959401\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/243090408\\/Birdswatchtelevision.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1332822559\\/Birdswatchtelevision_normal.jpg\",\"name\":\"Birdswatchtelevision\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 27 19:17:46 +0000 2011\",\"profile_sidebar_border_color\":\"4bbb00\",\"id\":288959401,\"utc_offset\":-10800,\"favourites_count\":52,\"url\":\"http:\\/\\/birdswatchtelevision.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182225574141952,\"created_at\":\"Fri Feb 24 23:07:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1674000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b807743e-1612-4548-ba48-66260e547427-173182225574141952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est une vision ou je vois @pocarles dans une #bubble #lgw?", +"img": { +"src": "http://a1.twimg.com/profile_images/1807980780/hackathon_2_normal.png" +}, +"title": "Antoine Touzot: C'est une vision ou je vois @pocarles dans une #bubble #lgw?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1675000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est une vision ou je vois @pocarles dans une #bubble #lgw?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pocarles\",\"indices\":[28,37],\"id_str\":\"23074316\",\"name\":\"PierreOlivier Carles\",\"id\":23074316}],\"urls\":[],\"hashtags\":[{\"text\":\"bubble\",\"indices\":[47,54]},{\"text\":\"lgw\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182228178812928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":129,\"screen_name\":\"antoinetouzot\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1202,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"location\":\"Montreuil\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"ff9900\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\",\"description\":\"\\u00c9tudiant H3 \\u00e0 @hetic (Montreuil) [Digital native] [Geek] ...\\r\\n[Alleeeeez l\\u00e0] [@SkipTheUse and @IziaMusic addict]\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"292929\",\"id_str\":\"123813930\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"profile_sidebar_fill_color\":\"e6e6e6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\",\"name\":\"Antoine Touzot\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 17 08:56:06 +0000 2010\",\"profile_sidebar_border_color\":\"ff9900\",\"id\":123813930,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/lesconfdusud.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182228178812928,\"created_at\":\"Fri Feb 24 23:07:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1675000, +"tags": [ +{ +"id-ref": "ef995c62-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9af42aac-aefb-4485-a15e-41fa10980449-173182228178812928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Raydacteur: #lgw Lâche les Grands Wagons !", +"img": { +"src": "http://a1.twimg.com/profile_images/1172042833/SANS_NOM_normal.jpg" +}, +"title": "Phare Breton: RT @Raydacteur: #lgw Lâche les Grands Wagons !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1675000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Raydacteur: #lgw L\\u00e2che les Grands Wagons !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Raydacteur\",\"indices\":[3,14],\"id_str\":\"14400518\",\"name\":\"Philippe B\",\"id\":14400518}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw L\\u00e2che les Grands Wagons !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180572007546880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1749,\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":28280,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"location\":\"Crozon, Brittany\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"followers_count\":2619,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"profile_sidebar_fill_color\":\"d3ede7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"name\":\"Philippe B\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_border_color\":\"5e1410\",\"id\":14400518,\"utc_offset\":3600,\"favourites_count\":297,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180572007546880,\"created_at\":\"Fri Feb 24 23:00:40 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182230531809280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1989,\"screen_name\":\"pharebreton\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":12949,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/82499127\\/fond_ecran_0004_1024_768.jpg\",\"location\":\"Vannes\",\"show_all_inline_media\":false,\"listed_count\":111,\"profile_link_color\":\"0084B4\",\"followers_count\":1760,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1172042833\\/SANS_NOM_normal.jpg\",\"description\":\"Phare Breton : Actu en Bretagne et des bretons expatri\\u00e9s, tour du monde du Gwenn Ha Du; Humour sans mod\\u00e9ration\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"122107219\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/82499127\\/fond_ecran_0004_1024_768.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1172042833\\/SANS_NOM_normal.jpg\",\"name\":\"Phare Breton\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 11 16:23:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":122107219,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":\"http:\\/\\/www.pharebreton.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182230531809280,\"created_at\":\"Fri Feb 24 23:07:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1675000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "13842ce6-42a5-4161-b035-c742ee760998-173182230531809280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le rire de @PascalMabille est... Comment dire... Contagieux? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1741905112/image_normal.jpg" +}, +"title": "Mister Mc Flee: Le rire de @PascalMabille est... Comment dire... Contagieux? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1678000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le rire de @PascalMabille est... Comment dire... Contagieux? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[11,25],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182242196160514\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":636,\"screen_name\":\"MisterMcFlee\",\"lang\":\"fr\",\"profile_text_color\":\"291b1b\",\"statuses_count\":40351,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/204494594\\/lulutwitter_cr.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":257,\"profile_link_color\":\"0084B4\",\"followers_count\":2841,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1741905112\\/image_normal.jpg\",\"description\":\"Ecrits vains\\nCommunity Manager de moi-m\\u00eame\\nProfiler pour chats selon @METACAPUCHE\\nPhotographi\\u00e9 par @LaurenceGuenoun\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f72020\",\"id_str\":\"60043161\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/204494594\\/lulutwitter_cr.jpg\",\"profile_sidebar_fill_color\":\"d6130d\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1741905112\\/image_normal.jpg\",\"name\":\"Mister Mc Flee\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 25 12:01:49 +0000 2009\",\"profile_sidebar_border_color\":\"050505\",\"id\":60043161,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/lecafardrenseigne.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182242196160514,\"created_at\":\"Fri Feb 24 23:07:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1678000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7ba5a80c-11f4-43a0-9282-b42b2a0fc443-173182242196160514" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @PRland: C'est là le deuxième écran dont parle #AudeBaron ? #lgw #jecomprendsrien http://t.co/q8g8Hhh1", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @PRland: C'est là le deuxième écran dont parle #AudeBaron ? #lgw #jecomprendsrien http://t.co/q8g8Hhh1", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1678000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @PRland: C'est l\\u00e0 le deuxi\\u00e8me \\u00e9cran dont parle #AudeBaron ? #lgw #jecomprendsrien http:\\/\\/t.co\\/q8g8Hhh1\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PRland\",\"indices\":[3,10],\"id_str\":\"1421991\",\"name\":\"Eric Maillard\",\"id\":1421991}],\"urls\":[{\"indices\":[85,105],\"expanded_url\":\"http:\\/\\/www.legrandwebze.com\\/2012\\/02\\/24\\/le-live-du-grand-webze-4\\/\",\"display_url\":\"legrandwebze.com\\/2012\\/02\\/24\\/le-\\u2026\",\"url\":\"http:\\/\\/t.co\\/q8g8Hhh1\"}],\"hashtags\":[{\"text\":\"AudeBaron\",\"indices\":[50,60]},{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"jecomprendsrien\",\"indices\":[68,84]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"C'est l\\u00e0 le deuxi\\u00e8me \\u00e9cran dont parle #AudeBaron ? #lgw #jecomprendsrien http:\\/\\/t.co\\/q8g8Hhh1\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[73,93],\"expanded_url\":\"http:\\/\\/www.legrandwebze.com\\/2012\\/02\\/24\\/le-live-du-grand-webze-4\\/\",\"display_url\":\"legrandwebze.com\\/2012\\/02\\/24\\/le-\\u2026\",\"url\":\"http:\\/\\/t.co\\/q8g8Hhh1\"}],\"hashtags\":[{\"text\":\"AudeBaron\",\"indices\":[38,48]},{\"text\":\"lgw\",\"indices\":[51,55]},{\"text\":\"jecomprendsrien\",\"indices\":[56,72]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181393470373889\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2550,\"screen_name\":\"PRland\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":54025,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/302156681\\/twilk_background_4e35a56daf4a2.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":452,\"profile_link_color\":\"0000ff\",\"followers_count\":7667,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1727472042\\/ChezDisney_normal.jpg\",\"description\":\"Je dirige une agence de RP mais tout ce qui se passe ici n'engage que moi.\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"1421991\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/302156681\\/twilk_background_4e35a56daf4a2.jpg\",\"profile_sidebar_fill_color\":\"952d2f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727472042\\/ChezDisney_normal.jpg\",\"name\":\"Eric Maillard\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 18 15:45:10 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":1421991,\"utc_offset\":3600,\"favourites_count\":173,\"url\":\"http:\\/\\/www.prland.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181393470373889,\"created_at\":\"Fri Feb 24 23:03:56 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182240220655618\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1041,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":318,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182240220655618,\"created_at\":\"Fri Feb 24 23:07:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1678000, +"tags": [ +{ +"id-ref": "ef7a5646-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef7a5aec-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "120cb28c-cb39-4d98-87c8-362d00541dbe-173182240220655618" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il m'as tué le chat #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1796744745/Anonymous-header_normal.PNG" +}, +"title": "Musi_Call_Ment: Il m'as tué le chat #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1678000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il m'as tu\\u00e9 le chat #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182242720460800\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"93afe6\",\"screen_name\":\"mat_moi_ca\",\"lang\":\"en\",\"favourites_count\":14,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":199,\"location\":\"\",\"profile_text_color\":\"93afe6\",\"followers_count\":88,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"description\":\"Geek qui s'est perdu sur internet. je suis chieur ! Ce que j'aime ? Le m\\u00e9tal. FOLLOW MOI !!\",\"statuses_count\":6544,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"93afe6\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1dabf2\",\"protected\":false,\"id_str\":\"348842674\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Musi_Call_Ment\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"created_at\":\"Fri Aug 05 02:52:54 +0000 2011\",\"profile_sidebar_fill_color\":\"000000\",\"id\":348842674,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\"},\"truncated\":false,\"id\":173182242720460800,\"created_at\":\"Fri Feb 24 23:07:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1678000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b00716a9-6395-4b4f-8e62-b01debaeae39-173182242720460800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La mire en guise de chemise pour @Vinvin #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1646004624/Fl_normal.jpg" +}, +"title": "Flo de Rennes: La mire en guise de chemise pour @Vinvin #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1679000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La mire en guise de chemise pour @Vinvin #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[33,40],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182244251377664\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":119,\"screen_name\":\"FlodeRennes\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":418,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Bretagne Rennes\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1646004624\\/Fl_normal.jpg\",\"description\":\"Poursuivez-moi.\\r\\nEnsemble peut \\u00eatre on sourira.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"379708749\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1646004624\\/Fl_normal.jpg\",\"name\":\"Flo de Rennes\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 25 12:32:04 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":379708749,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182244251377664,\"created_at\":\"Fri Feb 24 23:07:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1679000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c8cc26fa-eba0-48fb-b1a0-e74ca00c7cc1-173182244251377664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bah oui, on peut vous rejoindre par amour ! \\o/ #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1772675299/Avatar_Le_a_normal.png" +}, +"title": "Marine La Maudite: Bah oui, on peut vous rejoindre par amour ! \\o/ #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1679000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bah oui, on peut vous rejoindre par amour ! \\\\o\\/ #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[48,52]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-2.8378013,48.1224931],[-2.650921,48.1224931],[-2.650921,48.2244728],[-2.8378013,48.2244728]]]},\"attributes\":{},\"full_name\":\"Loud\\u00e9ac, C\\u00f4tes-d'Armor\",\"name\":\"Loud\\u00e9ac\",\"id\":\"dd6b92f876374a20\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/dd6b92f876374a20.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-2.75361795,48.18215316]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182245635489792\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.18215316,-2.75361795]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":303,\"screen_name\":\"M_LaMaudite\",\"lang\":\"fr\",\"profile_text_color\":\"89c5c7\",\"statuses_count\":6847,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/407968467\\/wallpaper-twitter-54-1280x800.jpg\",\"location\":\"48.118799, -1.706661\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"9689c7\",\"followers_count\":324,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1772675299\\/Avatar_Le_a_normal.png\",\"description\":\"Propri\\u00e9taire de mlamaudite.fr-S\\u00e9ries-Films-JV-\\r\\nMembre du bureau de @AssoUSETIC, \\u00e9tudiante en LP #USETIC et Stagiaire #Educationalimage \\u00e0 Clair Obscur, Rennes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"509ec2\",\"id_str\":\"132459946\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/407968467\\/wallpaper-twitter-54-1280x800.jpg\",\"profile_sidebar_fill_color\":\"2e2e2e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1772675299\\/Avatar_Le_a_normal.png\",\"name\":\"Marine La Maudite\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 13 08:53:32 +0000 2010\",\"profile_sidebar_border_color\":\"2e2e2e\",\"id\":132459946,\"utc_offset\":3600,\"favourites_count\":20,\"url\":\"http:\\/\\/mlamaudite.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182245635489792,\"created_at\":\"Fri Feb 24 23:07:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1679000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4c58313f-527b-4bee-ac84-e9ccfbeec4f1-173182245635489792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste oui !", +"img": { +"src": "http://a0.twimg.com/profile_images/1391192750/logo-120_normal.png" +}, +"title": "Levieux Cédric: #lgw #ilreste oui !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1680000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste oui !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182249620086785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":29,\"screen_name\":\"farlistener\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":172,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Toulouse\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":10,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1391192750\\/logo-120_normal.png\",\"description\":\"Architect - Java, c# Developper\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"315168092\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1391192750\\/logo-120_normal.png\",\"name\":\"Levieux C\\u00e9dric\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 11 12:18:39 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":315168092,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/www.levieuxcedric.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182249620086785,\"created_at\":\"Fri Feb 24 23:07:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1680000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bdbb2fda-9cc2-46ed-b0f5-81a8e39a52c7-173182249620086785" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Merci pour l'accueil #lgw ;)", +"img": { +"src": "http://a0.twimg.com/profile_images/60661485/IMG_6851_normal.jpg" +}, +"title": "Antoine Servais: Merci pour l'accueil #lgw ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1681000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Merci pour l'accueil #lgw ;)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182254254792704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":454,\"screen_name\":\"AntoineServais\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5736,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/77829398\\/4047922449_0aa9248f2e_o.jpg\",\"location\":\"Belgium\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"0084B4\",\"followers_count\":481,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/60661485\\/IMG_6851_normal.jpg\",\"description\":\"26 years. Belgian. Community Manager. Inquiring mind. Interested in Social Media, Marketing and Music. Addicted to web, Peter Gabriel and english winegums.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"15024821\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/77829398\\/4047922449_0aa9248f2e_o.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/60661485\\/IMG_6851_normal.jpg\",\"name\":\"Antoine Servais\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 05 23:25:52 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":15024821,\"utc_offset\":3600,\"favourites_count\":542,\"url\":\"http:\\/\\/be.linkedin.com\\/in\\/antoineservais\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182254254792704,\"created_at\":\"Fri Feb 24 23:07:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1681000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5a1311a7-29fb-451c-a20d-2fd55bbcb77f-173182254254792704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Heureusement qu'il est là #Rolin #ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1185913574/5ed80534-98b3-466a-8d4a-0fc64aeb9cfc_normal.png" +}, +"title": "David Foucher: Heureusement qu'il est là #Rolin #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1682000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Heureusement qu'il est l\\u00e0 #Rolin #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Rolin\",\"indices\":[26,32]},{\"text\":\"ilreste\",\"indices\":[33,41]},{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182258692358144\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":271,\"screen_name\":\"tyjak\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":6790,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Aubervilliers\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"0084B4\",\"followers_count\":215,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1185913574\\/5ed80534-98b3-466a-8d4a-0fc64aeb9cfc_normal.png\",\"description\":\"Web developper\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"5804512\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1185913574\\/5ed80534-98b3-466a-8d4a-0fc64aeb9cfc_normal.png\",\"name\":\"David Foucher\",\"default_profile_image\":false,\"created_at\":\"Sun May 06 09:11:10 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":5804512,\"utc_offset\":3600,\"favourites_count\":655,\"url\":\"http:\\/\\/www.tyjak.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182258692358144,\"created_at\":\"Fri Feb 24 23:07:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1682000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef9a5aea-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "12be06e1-31f8-4523-b024-44173cf70759-173182258692358144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW C'est quoi le concept de l'émissiom ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1421905670/logo2_normal.png" +}, +"title": "Clément Rueda: #LGW C'est quoi le concept de l'émissiom ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1682000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW C'est quoi le concept de l'\\u00e9missiom ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182259933880321\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":439,\"screen_name\":\"ClementWeda\",\"lang\":\"fr\",\"profile_text_color\":\"3c3940\",\"statuses_count\":7342,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/200496758\\/twitter-clement-weda.jpg\",\"location\":\"Noisy-le-Grand, France\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"c98312\",\"followers_count\":341,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1421905670\\/logo2_normal.png\",\"description\":\"DJ \\/ Beatmaker \\/ Producer (@RookiesMusic) Webdesigner & Arrangeur en Freelance (@BeWebArt) Photographe amateur - Portfolio : http:\\/\\/bit.ly\\/qEeeLe\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"19384400\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/200496758\\/twitter-clement-weda.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421905670\\/logo2_normal.png\",\"name\":\"Cl\\u00e9ment Rueda\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 23 06:35:37 +0000 2009\",\"profile_sidebar_border_color\":\"c2c2c2\",\"id\":19384400,\"utc_offset\":3600,\"favourites_count\":20,\"url\":\"http:\\/\\/www.clementweda.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182259933880321,\"created_at\":\"Fri Feb 24 23:07:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1682000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7e692970-8449-4bd8-b37f-7b8cab224859-173182259933880321" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le droit de passer dans la prochaine RT @spookev Heu, on gagne quoi bordayl ?!! 48 glaçons #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: Le droit de passer dans la prochaine RT @spookev Heu, on gagne quoi bordayl ?!! 48 glaçons #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1682000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le droit de passer dans la prochaine RT @spookev Heu, on gagne quoi bordayl ?!! 48 gla\\u00e7ons #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"spookev\",\"indices\":[40,48],\"id_str\":\"51034368\",\"name\":\"Pierson \\u221e\",\"id\":51034368}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182258067415042\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83435,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182258067415042,\"created_at\":\"Fri Feb 24 23:07:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1682000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1be7a29e-d3a4-4fef-a73a-e5dbb7aca751-173182258067415042" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @baktelraalis: Il y a Farrugia sur le plateau ou ? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: RT @baktelraalis: Il y a Farrugia sur le plateau ou ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1682000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @baktelraalis: Il y a Farrugia sur le plateau ou ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"baktelraalis\",\"indices\":[3,16],\"id_str\":\"18515564\",\"name\":\"Bakt El Raalis\",\"id\":18515564}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Il y a Farrugia sur le plateau ou ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181943976951808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1093,\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"profile_text_color\":\"636363\",\"statuses_count\":21287,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_sidebar_fill_color\":\"141414\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"name\":\"Bakt El Raalis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18515564,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.pelecanus.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181943976951808,\"created_at\":\"Fri Feb 24 23:06:07 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182258398756864\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":14420,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"name\":\"FrinnockBoChar\",\"default_profile_image\":false,\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":40014489,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182258398756864,\"created_at\":\"Fri Feb 24 23:07:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1682000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2d49699a-d851-4ede-893f-4230ed7cd43c-173182258398756864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@pocarles hey.je.viens de.voir ton avatar dans #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1844133961/8x3UkTtw_normal" +}, +"title": "Laurent Aubaret: @pocarles hey.je.viens de.voir ton avatar dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1682000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@pocarles hey.je.viens de.voir ton avatar dans #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pocarles\",\"indices\":[0,9],\"id_str\":\"23074316\",\"name\":\"PierreOlivier Carles\",\"id\":23074316}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173180581935448065\",\"id_str\":\"173182256117055488\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173180581935448065,\"in_reply_to_user_id_str\":\"23074316\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":563,\"screen_name\":\"lolofildelo\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":2942,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431542214\\/flickr-10-nov-2006.jpg\",\"location\":\"Valence d'Agen\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"6a19e3\",\"followers_count\":165,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844133961\\/8x3UkTtw_normal\",\"description\":\"Rugby, Politique, Croix Rouge et ferias voila ce que j'aime le plus, et avec l'accent svp sud ouest oblige, ici c'est du 2nd degr\\u00e9s\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"342786952\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431542214\\/flickr-10-nov-2006.jpg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844133961\\/8x3UkTtw_normal\",\"name\":\"Laurent Aubaret\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 26 15:44:40 +0000 2011\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":342786952,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"pocarles\",\"truncated\":false,\"id\":173182256117055488,\"created_at\":\"Fri Feb 24 23:07:22 +0000 2012\",\"in_reply_to_user_id\":23074316}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1682000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c20232c9-ea26-4015-806d-cd5c4ed1c39c-173182256117055488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW c'est tout de suite mieux que #Cesar2012 #Écrans", +"img": { +"src": "http://a0.twimg.com/profile_images/1080753090/raphael_normal.jpg" +}, +"title": "Pierre Deruelle: #LGW c'est tout de suite mieux que #Cesar2012 #Écrans", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1683000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW c'est tout de suite mieux que #Cesar2012 #\\u00c9crans\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"Cesar2012\",\"indices\":[35,45]},{\"text\":\"\\u00c9crans\",\"indices\":[46,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182260588199936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2886,\"screen_name\":\"PierreDeruelle\",\"lang\":\"fr\",\"profile_text_color\":\"0a5c85\",\"statuses_count\":45752,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/378486341\\/athenes.jpg\",\"location\":\"Oui\",\"show_all_inline_media\":false,\"listed_count\":603,\"profile_link_color\":\"ff6f00\",\"followers_count\":11188,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1080753090\\/raphael_normal.jpg\",\"description\":\"Pfff...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"77790954\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378486341\\/athenes.jpg\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1080753090\\/raphael_normal.jpg\",\"name\":\"Pierre Deruelle\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 27 17:55:31 +0000 2009\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":77790954,\"utc_offset\":3600,\"favourites_count\":737,\"url\":\"http:\\/\\/is.gd\\/OlHdiM\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182260588199936,\"created_at\":\"Fri Feb 24 23:07:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1683000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef9ae19a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0f8ab943-64ff-4f74-9d5e-37f823e68f3c-173182260588199936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @AlexHervaud: Ahah, j'adore le livetweet des gens QUI SONT DANS LE POSTE #lgw RT @palmashow: Notre voisin de droite a un problème de rire", +"img": { +"src": "http://a2.twimg.com/profile_images/1717284349/DSC_0523_normal.JPG" +}, +"title": "Kevin Monier: RT @AlexHervaud: Ahah, j'adore le livetweet des gens QUI SONT DANS LE POSTE #lgw RT @palmashow: Notre voisin de droite a un problème de rire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1684000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"RT @AlexHervaud: Ahah, j'adore le livetweet des gens QUI SONT DANS LE POSTE #lgw RT @palmashow: Notre voisin de droite a un probl\\u00e8me de rire\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"AlexHervaud\",\"indices\":[3,15],\"name\":\"Alexandre Hervaud\",\"id_str\":\"14321981\",\"id\":14321981},{\"screen_name\":\"palmashow\",\"indices\":[84,94],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Ahah, j'adore le livetweet des gens QUI SONT DANS LE POSTE #lgw RT @palmashow: Notre voisin de droite a un probl\\u00e8me de rire\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[67,77],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182014197997568\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"AlexHervaud\",\"lang\":\"fr\",\"favourites_count\":3392,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":1078,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"description\":\"Journaliste, ex-Lib\\u00e9, chroniqueur au Mouv et Vodkaster.com, (d\\u00e9)formateur pour l'ESJ. Assiste @JeanReneCraypio. Mes tweets n'engagent pas P\\u00f4le Emploi.\",\"statuses_count\":48448,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"show_all_inline_media\":true,\"listed_count\":816,\"profile_link_color\":\"0084B4\",\"followers_count\":14843,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"401d91\",\"protected\":false,\"id_str\":\"14321981\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Alexandre Hervaud\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"created_at\":\"Mon Apr 07 11:34:52 +0000 2008\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":14321981,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/alexhervaud.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173182014197997568,\"created_at\":\"Fri Feb 24 23:06:24 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182265109655553\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Kevin_Monier\",\"lang\":\"fr\",\"favourites_count\":36,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":417,\"location\":\"Clermont-Ferrand\",\"profile_text_color\":\"333333\",\"description\":\"R\\u00e9dacteur sur FrAndroid, \\u00e9tudiant en Information et Communication, recherche un stage de community manager. CV -- http:\\/\\/www.doyoubuzz.com\\/kevin-monier\",\"statuses_count\":9943,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0084B4\",\"followers_count\":439,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1717284349\\/DSC_0523_normal.JPG\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"37287288\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Kevin Monier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat May 02 21:29:29 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":37287288,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.frandroid.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717284349\\/DSC_0523_normal.JPG\"},\"in_reply_to_status_id\":null,\"id\":173182265109655553,\"created_at\":\"Fri Feb 24 23:07:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1684000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "942a11d9-91e1-40b2-b004-7fc706eea159-173182265109655553" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je me demande vraiment comment ils font le casting des émissions, vive les dépressives ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1802176301/image_normal.jpg" +}, +"title": "marine_b: je me demande vraiment comment ils font le casting des émissions, vive les dépressives ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1684000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"je me demande vraiment comment ils font le casting des \\u00e9missions, vive les d\\u00e9pressives ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[89,93]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182264199483392\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"marinebatiste\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3264,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/416510788\\/05960e623b1711e19e4a12313813ffc0_6.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"009999\",\"followers_count\":517,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1802176301\\/image_normal.jpg\",\"description\":\"un peu toulousaine, un peu basque, femme \\u00e0 tout faire sur Paris.fr et CM @Paris compl\\u00e8tement in love with #Paris \\u2764\\u2764\\u2764\\u2764\\u2764\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"327253312\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416510788\\/05960e623b1711e19e4a12313813ffc0_6.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802176301\\/image_normal.jpg\",\"name\":\"marine_b\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 01 07:39:10 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":327253312,\"utc_offset\":-10800,\"favourites_count\":19,\"url\":\"http:\\/\\/marinebatiste.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182264199483392,\"created_at\":\"Fri Feb 24 23:07:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1684000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "64ed1fb3-5498-4b76-bfd2-5f87937f9252-173182264199483392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1596528247/photo_normal.JPG" +}, +"title": "Jarry Hervé: #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1685000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182272185446402\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":269,\"screen_name\":\"rvjarry\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2149,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/265190786\\/ecran_twitter.jpg\",\"location\":\"Uz\\u00e8s\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1596528247\\/photo_normal.JPG\",\"description\":\"Le dernier qui parle a toujours raison. Sur Twitter ce dernier n'existe pas.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"309302845\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/265190786\\/ecran_twitter.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1596528247\\/photo_normal.JPG\",\"name\":\"Jarry Herv\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 01 21:35:25 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":309302845,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182272185446402,\"created_at\":\"Fri Feb 24 23:07:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1685000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ff347c05-abe0-4702-8f6b-757cf45fc9dd-173182272185446402" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@WilliamAbisror Ton bout de tête est magnifique à l'écran ! #lgw", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Gw3nd0ul: @WilliamAbisror Ton bout de tête est magnifique à l'écran ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1686000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@WilliamAbisror Ton bout de t\\u00eate est magnifique \\u00e0 l'\\u00e9cran ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"WilliamAbisror\",\"indices\":[0,15],\"id_str\":\"305168829\",\"name\":\"William Abisror\",\"id\":305168829}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182273766686720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"305168829\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":434,\"screen_name\":\"Gw3nd0ul\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":512,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"143017258\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"Gw3nd0ul\",\"default_profile_image\":true,\"created_at\":\"Wed May 12 10:42:39 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":143017258,\"utc_offset\":3600,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":\"WilliamAbisror\",\"truncated\":false,\"id\":173182273766686720,\"created_at\":\"Fri Feb 24 23:07:26 +0000 2012\",\"in_reply_to_user_id\":305168829}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1686000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b205f384-30a9-46f1-baf3-97040f79413f-173182273766686720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @NG__nico: #LGW c'est quand même un peu un ovni dans le PAF", +"img": { +"src": "http://a3.twimg.com/profile_images/1676302062/Sans_titre_1_normal.jpg" +}, +"title": "ZS: RT @NG__nico: #LGW c'est quand même un peu un ovni dans le PAF", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1686000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @NG__nico: #LGW c'est quand m\\u00eame un peu un ovni dans le PAF\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"NG__nico\",\"indices\":[3,12],\"name\":\" Nicolas Gaillard\",\"id_str\":\"370637904\",\"id\":370637904}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW c'est quand m\\u00eame un peu un ovni dans le PAF\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182055423815680\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"NG__nico\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":141,\"location\":\"Poitiers\",\"profile_text_color\":\"333333\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"description\":\"Etudiant L2 Histoire ---Actu---Politique---T\\u00e9l\\u00e9---M\\u00e9dias--- Musique...tout ce qu'aiment les journalistes--- Feel free to follow me ;-) \",\"statuses_count\":1113,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"370637904\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\" Nicolas Gaillard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"created_at\":\"Fri Sep 09 11:18:42 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":370637904,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\"},\"truncated\":false,\"id\":173182055423815680,\"created_at\":\"Fri Feb 24 23:06:34 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182276698509312\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Alboss_ZS\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":136,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\",\"description\":\"Passionn\\u00e9 de m\\u00e9dias, politique, actualit\\u00e9. Je tweete sur tout ce qui bouge, \\u00e0 peu pr\\u00e8s. En campagne pour #NS2012. Mais j'ai des followers #FDG et j'le vis bien.\",\"statuses_count\":3824,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"429480778\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"ZS\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Dec 06 01:09:27 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":429480778,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\"},\"truncated\":false,\"id\":173182276698509312,\"created_at\":\"Fri Feb 24 23:07:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1686000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "91b1245a-258a-48fa-a42f-9c906c616600-173182276698509312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ne tapez pas 1 ou 2 pour continuer ou non l'émission, tapez juste \"éteindre\" #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1463922495/Epuale_Twitter_normal.png" +}, +"title": "Emmanuel Torregano: Ne tapez pas 1 ou 2 pour continuer ou non l'émission, tapez juste \"éteindre\" #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1686000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ne tapez pas 1 ou 2 pour continuer ou non l'\\u00e9mission, tapez juste \\\"\\u00e9teindre\\\" #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182272751673344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":614,\"screen_name\":\"ZaraA\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":59009,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"location\":\"iPhone: 45.800266,1.857407\",\"show_all_inline_media\":false,\"listed_count\":328,\"profile_link_color\":\"0000ff\",\"followers_count\":5596,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"description\":\"Love is the answer ... \\/\\/ I'm CEO, BITch ! ElectronLibre \\/\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C7CBC7\",\"id_str\":\"7031872\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"profile_sidebar_fill_color\":\"71E6A9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"name\":\"Emmanuel Torregano\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 23 11:40:06 +0000 2007\",\"profile_sidebar_border_color\":\"8F8F8F\",\"id\":7031872,\"utc_offset\":3600,\"favourites_count\":39,\"url\":\"http:\\/\\/twitter.com\\/3l3ctr0nLibr3\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182272751673344,\"created_at\":\"Fri Feb 24 23:07:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1686000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aca9b113-6bcb-492a-acc5-8c6bbfb55421-173182272751673344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@legrandwebze Il faut 40 glaçons ! Je veux cette chemise ! Elle habillera à merveille un épouvantail ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1348620857/aa_normal.JPG" +}, +"title": "A Warnia de Zarzecki: @legrandwebze Il faut 40 glaçons ! Je veux cette chemise ! Elle habillera à merveille un épouvantail ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1686000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@legrandwebze Il faut 40 gla\\u00e7ons ! Je veux cette chemise ! Elle habillera \\u00e0 merveille un \\u00e9pouvantail ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[103,107]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182273204662272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"alexwaza\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"location\":\"St Mand\\u00e9\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"007ede\",\"followers_count\":320,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"description\":\"\\u00c9tudiant en troisi\\u00e8me ann\\u00e9e \\u00e0 @HETIC.\\r\\nJ'erre sur Twitter sans domaine de pr\\u00e9dilection, vous voil\\u00e0 avertis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"201387157\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"profile_sidebar_fill_color\":\"d9d9d9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"name\":\"A Warnia de Zarzecki\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 11 18:53:07 +0000 2010\",\"profile_sidebar_border_color\":\"c7cce0\",\"id\":201387157,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173182273204662272,\"created_at\":\"Fri Feb 24 23:07:26 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1686000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c3c4f7eb-a4df-45e0-b325-05a9a7579a59-173182273204662272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sur #lgw ils savent enfin que le #Cesar2012 est The Artist! Solitude !", +"img": { +"src": "http://a2.twimg.com/profile_images/1377131319/images_normal.jpeg" +}, +"title": "Shad: Sur #lgw ils savent enfin que le #Cesar2012 est The Artist! Solitude !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1687000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Sur #lgw ils savent enfin que le #Cesar2012 est The Artist! Solitude !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[4,8]},{\"text\":\"Cesar2012\",\"indices\":[33,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182277822582785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":421,\"screen_name\":\"Toutankhaton\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9560,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/79895523\\/DSCN5191.JPG\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":589,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1377131319\\/images_normal.jpeg\",\"description\":\"Humaniste d\\u00e9sabus\\u00e9 et aux illusions perdues, je twitte au gr\\u00e9 de mes humeurs. L'Oc\\u00e9an m'inspire des tweets sur la politique, les media, l'Afrique, l'Am\\u00e9rique.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"117997947\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/79895523\\/DSCN5191.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1377131319\\/images_normal.jpeg\",\"name\":\"Shad\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 27 08:04:21 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":117997947,\"utc_offset\":-10800,\"favourites_count\":15,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182277822582785,\"created_at\":\"Fri Feb 24 23:07:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1687000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bbd2a5a8-fc35-4431-afb8-62cfe5265076-173182277822582785" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow Pire ... Essaye de rire plus fort que lui pour qu'on le remarque encore plus :D #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1525098848/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg" +}, +"title": "Michael J.: @palmashow Pire ... Essaye de rire plus fort que lui pour qu'on le remarque encore plus :D #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1687000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow Pire ... Essaye de rire plus fort que lui pour qu'on le remarque encore plus :D #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173181893339119617\",\"id_str\":\"173182280582434816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181893339119617,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":150,\"screen_name\":\"Martyornot\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2668,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/378350402\\/war_dictators.jpg\",\"location\":\"Rouen, Normandie\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":101,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1525098848\\/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg\",\"description\":\"#Traveler #geek #retrogaming #videogames #Normandie #rouen #Coupdecouteaudanslaglotte !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"112498831\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378350402\\/war_dictators.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1525098848\\/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg\",\"name\":\"Michael J.\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 08 18:34:33 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":112498831,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173182280582434816,\"created_at\":\"Fri Feb 24 23:07:27 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1687000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e3f2f0dd-915c-47c0-8d9e-5364e0971800-173182280582434816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1687000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #change2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182279194124288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182279194124288,\"created_at\":\"Fri Feb 24 23:07:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1687000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ca9dfd4a-2eaa-4db0-a2c3-80cc1b907bff-173182279194124288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les gens qui se marrent comme des abrutis sur un chat qui tombe du 10ieme étage sur #lgw , bravo Internet.", +"img": { +"src": "http://a2.twimg.com/profile_images/1691650533/image_normal.jpg" +}, +"title": "Bulléine: Les gens qui se marrent comme des abrutis sur un chat qui tombe du 10ieme étage sur #lgw , bravo Internet.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1688000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les gens qui se marrent comme des abrutis sur un chat qui tombe du 10ieme \\u00e9tage sur #lgw , bravo Internet.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[84,88]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182282188861440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":490,\"screen_name\":\"Bulleine\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":41936,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Paris (ou pas loin)\",\"show_all_inline_media\":false,\"listed_count\":449,\"profile_link_color\":\"2FC2EF\",\"followers_count\":6782,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1691650533\\/image_normal.jpg\",\"description\":\"Susceptible de balancer un lien idiot 24h\\/24. Blogueuse sur G&G , Community Manager Associate chez Caradisiac.\\r\\nPhoto, geekeries, JV, miam.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"27201112\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1691650533\\/image_normal.jpg\",\"name\":\"Bull\\u00e9ine\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 08:47:25 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":27201112,\"utc_offset\":3600,\"favourites_count\":14,\"url\":\"http:\\/\\/www.geekyandgirly.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182282188861440,\"created_at\":\"Fri Feb 24 23:07:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1688000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5800cf10-73c3-4e92-9de6-4f9fdbe85a5e-173182282188861440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il faut que @francoisrollin reste absolument !! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1817776486/SmokeQR_copie_normal.jpg" +}, +"title": "RuaLten: Il faut que @francoisrollin reste absolument !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1688000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Il faut que @francoisrollin reste absolument !! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[12,27],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182281618440192\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":501,\"screen_name\":\"RuaLten\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":1430,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"location\":\"Dans les champs de Bl\\u00e9...\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"828561\",\"followers_count\":186,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"description\":\"Un peu partout et nulle part \\u00e0 la fois... Buveur de bi\\u00e8re belge et d'Irish Whiskey. R\\u00e2leur professionnel... \\u2620\\u2620\\u2620\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"359827989\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"profile_sidebar_fill_color\":\"62a635\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"name\":\"RuaLten\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 22 07:12:46 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":359827989,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/rualten.perso.sfr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182281618440192,\"created_at\":\"Fri Feb 24 23:07:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1688000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "042d3ed3-19ac-4602-a518-09c923722238-173182281618440192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@saintmtex Encore regardé ailleurs... Sacrebleu... #cqui #lgw #TeamSF #StadeDeFrance", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @saintmtex Encore regardé ailleurs... Sacrebleu... #cqui #lgw #TeamSF #StadeDeFrance", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1690000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@saintmtex Encore regard\\u00e9 ailleurs... Sacrebleu... #cqui #lgw #TeamSF #StadeDeFrance\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"saintmtex\",\"indices\":[0,10],\"id_str\":\"287653885\",\"name\":\"philippe \",\"id\":287653885}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[51,56]},{\"text\":\"lgw\",\"indices\":[57,61]},{\"text\":\"TeamSF\",\"indices\":[62,69]},{\"text\":\"StadeDeFrance\",\"indices\":[70,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173182140987604992\",\"id_str\":\"173182290841710593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173182140987604992,\"in_reply_to_user_id_str\":\"287653885\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34404,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":532,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"saintmtex\",\"truncated\":false,\"id\":173182290841710593,\"created_at\":\"Fri Feb 24 23:07:30 +0000 2012\",\"in_reply_to_user_id\":287653885}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1690000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73ddc0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "614c3ee9-f6be-4a21-9fd9-56f080b12728-173182290841710593" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je zappe sur #France5 et je tombe sur une emission totalement WTF ! #lgw Je n'ai pas saisi le concept !", +"img": { +"src": "http://a3.twimg.com/profile_images/1784933236/matt-smith_normal.jpg" +}, +"title": "Mohamed: Je zappe sur #France5 et je tombe sur une emission totalement WTF ! #lgw Je n'ai pas saisi le concept !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1690000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je zappe sur #France5 et je tombe sur une emission totalement WTF ! #lgw Je n'ai pas saisi le concept !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"France5\",\"indices\":[13,21]},{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182291869319168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":167,\"screen_name\":\"MOHA59600\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9871,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":199,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1784933236\\/matt-smith_normal.jpg\",\"description\":\"Fan de cin\\u00e9ma, de football, g\\u00e9nie autoproclam\\u00e9. A un avis sur tout et sait tout mieux que tout le monde! Adepte du second degr\\u00e9!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"3dc1db\",\"id_str\":\"115394419\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1784933236\\/matt-smith_normal.jpg\",\"name\":\"Mohamed\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 18 14:33:14 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":115394419,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/moha59600.football.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182291869319168,\"created_at\":\"Fri Feb 24 23:07:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1690000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "58b96fac-a57b-452f-bbaf-39d913491295-173182291869319168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mon chat a regardé méchamment ma télé pendant le bruit du chat... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1453219198/ScanImage015_normal.jpg" +}, +"title": "Arnaud W: Mon chat a regardé méchamment ma télé pendant le bruit du chat... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1691000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mon chat a regard\\u00e9 m\\u00e9chamment ma t\\u00e9l\\u00e9 pendant le bruit du chat... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[66,70]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.twitter.com\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Windows Phone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182294822100994\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":48,\"screen_name\":\"RamboXP\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":351,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Internet\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"93A644\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1453219198\\/ScanImage015_normal.jpg\",\"description\":\"Un geek qui aime les MEUPORG mais qui n'y a jamais vraiment jou\\u00e9 et qui utilise OpenOffice comme parefeu.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"21715355\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1453219198\\/ScanImage015_normal.jpg\",\"name\":\"Arnaud W\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 24 01:11:39 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":21715355,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/ramboxp\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182294822100994,\"created_at\":\"Fri Feb 24 23:07:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1691000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c1907a45-d167-4e14-99d7-793ec7392181-173182294822100994" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oui #ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1599569825/328427949_normal.jpg" +}, +"title": "IDlived: Oui #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1692000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oui #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[4,12]},{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182299440037888\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":96,\"screen_name\":\"arabizz\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":254,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"In the hood hehe =^\\u2022^= \",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1599569825\\/328427949_normal.jpg\",\"description\":\"Ne ments que pour se sortir des mauvais tourments... Une co\\u00efncidence vaut mieux que mille rencontres donc ~follow me~ je follow back sur demande\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"London\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"78893838\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1599569825\\/328427949_normal.jpg\",\"name\":\"IDlived\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 01 12:44:16 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":78893838,\"utc_offset\":0,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182299440037888,\"created_at\":\"Fri Feb 24 23:07:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1692000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c48d6904-6018-4056-b017-52e392fb2e58-173182299440037888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je vote pour Rollin s'il vote pour moi ! #lgw #reste", +"img": { +"src": "http://a1.twimg.com/profile_images/1840423549/sarkozy_prfet_4_normal.jpg" +}, +"title": "SarkoMent: Je vote pour Rollin s'il vote pour moi ! #lgw #reste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1693000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je vote pour Rollin s'il vote pour moi ! #lgw #reste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]},{\"text\":\"reste\",\"indices\":[46,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182301897887744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":45,\"screen_name\":\"SarkoMent\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":46,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840423549\\/sarkozy_prfet_4_normal.jpg\",\"description\":\"Compte parodique !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"497726890\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840423549\\/sarkozy_prfet_4_normal.jpg\",\"name\":\"SarkoMent\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 20 09:07:23 +0000 2012\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":497726890,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182301897887744,\"created_at\":\"Fri Feb 24 23:07:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1693000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef9c9e68-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c2112309-b18a-46b1-a75f-0c64a34b35e5-173182301897887744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce moment très gênant ou #LGW est moins drôle que les #Cesar2012", +"img": { +"src": "http://a1.twimg.com/profile_images/1705307372/hobbit-poster_normal.jpg" +}, +"title": "Florenzo84: Ce moment très gênant ou #LGW est moins drôle que les #Cesar2012", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1693000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ce moment tr\\u00e8s g\\u00eanant ou #LGW est moins dr\\u00f4le que les #Cesar2012\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[25,29]},{\"text\":\"Cesar2012\",\"indices\":[54,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182303441391616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":567,\"screen_name\":\"florenzo84\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":18891,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":534,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"description\":\"Twitter c'est le seul endroit ou tu deviens tout excit\\u00e9 lorsqu'un inconnu se met \\u00e0 te suivre. Series & Cin\\u00e9 Addict.#LiveTweet #Roucasserie #CartelParisien\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"122429634\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"name\":\"Florenzo84\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 12 17:40:12 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":122429634,\"utc_offset\":null,\"favourites_count\":626,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182303441391616,\"created_at\":\"Fri Feb 24 23:07:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1693000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e8818fcf-c0f8-406a-8311-6c6c43e1af80-173182303441391616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw rollin #change2ton, mais de chemise : la même que Vinvin pour le prochain grand webze", +"img": { +"src": "http://a1.twimg.com/profile_images/1604619978/gdx_profil_normal.jpg" +}, +"title": "Geoffrey Delcroix: #lgw rollin #change2ton, mais de chemise : la même que Vinvin pour le prochain grand webze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1693000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw rollin #change2ton, mais de chemise : la m\\u00eame que Vinvin pour le prochain grand webze\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[12,23]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182303584010241\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"geoffdelc\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":201,\"location\":\"Paris, Fr\",\"profile_text_color\":\"333333\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1604619978\\/gdx_profil_normal.jpg\",\"description\":\"part-time g33k, part-time privacy advocate. full time future thinker\",\"statuses_count\":729,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/338957584\\/sad_panda_3.jpg\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"18341132\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Geoffrey Delcroix\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/338957584\\/sad_panda_3.jpg\",\"created_at\":\"Tue Dec 23 20:07:06 +0000 2008\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":18341132,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/futurenewswire.hautetfort.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1604619978\\/gdx_profil_normal.jpg\"},\"truncated\":false,\"id\":173182303584010241,\"created_at\":\"Fri Feb 24 23:07:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1693000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7fb31e08-7c07-43d7-b068-c6a67571f5ed-173182303584010241" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Pour répondre au professeur Rollin , il faut 64 glaçons à Solange pour combattre les démon... (at France5) [pic] — http://t.co/9zYPJnrW", +"img": { +"src": "http://a0.twimg.com/profile_images/732688177/bi-cause_normal.jpg" +}, +"title": "Charles Liebert: #lgw Pour répondre au professeur Rollin , il faut 64 glaçons à Solange pour combattre les démon... (at France5) [pic] — http://t.co/9zYPJnrW", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1694000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Pour r\\u00e9pondre au professeur Rollin , il faut 64 gla\\u00e7ons \\u00e0 Solange pour combattre les d\\u00e9mon... (at France5) [pic] \\u2014 http:\\/\\/t.co\\/9zYPJnrW\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[120,140],\"expanded_url\":\"http:\\/\\/path.com\\/p\\/1Mddai\",\"display_url\":\"path.com\\/p\\/1Mddai\",\"url\":\"http:\\/\\/t.co\\/9zYPJnrW\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"possibly_sensitive_editable\":true,\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2359652,48.8133966],[2.2893976,48.8133966],[2.2893976,48.8345197],[2.2359652,48.8345197]]]},\"attributes\":{},\"full_name\":\"Issy-les-Moulineaux, Hauts-de-Seine\",\"name\":\"Issy-les-Moulineaux\",\"id\":\"1c197bda74b4cd4c\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/1c197bda74b4cd4c.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.27285043,48.82664809]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/path.com\\/\\\" rel=\\\"nofollow\\\"\\u003EPath 2.0\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182309518950401\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.82664809,2.27285043]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1158,\"screen_name\":\"Charles_Liebert\",\"lang\":\"en\",\"profile_text_color\":\"F522D5\",\"statuses_count\":48081,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"location\":\"Paris - Cap Ferret - Saugeras\",\"show_all_inline_media\":true,\"listed_count\":156,\"profile_link_color\":\"1AF51F\",\"followers_count\":2044,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0F0F\",\"id_str\":\"610993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"profile_sidebar_fill_color\":\"E0FF91\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"name\":\"Charles Liebert\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":610993,\"utc_offset\":3600,\"favourites_count\":509,\"url\":\"http:\\/\\/www.charles-liebert.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182309518950401,\"created_at\":\"Fri Feb 24 23:07:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1694000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a670ba75-0644-48a0-abeb-3e905addd8e3-173182309518950401" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si tu passe mon tweet à la TV, je me met tout nu dans mon salon, seul. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1850972765/image_normal.jpg" +}, +"title": "Pierson ∞: Si tu passe mon tweet à la TV, je me met tout nu dans mon salon, seul. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1695000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Si tu passe mon tweet \\u00e0 la TV, je me met tout nu dans mon salon, seul. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[71,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182310391357440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":733,\"screen_name\":\"spookev\",\"lang\":\"en\",\"profile_text_color\":\"8f8f8f\",\"statuses_count\":27568,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/96498905\\/bgTw.jpg\",\"location\":\"Alsace-France \\/ Germany\",\"show_all_inline_media\":false,\"listed_count\":102,\"profile_link_color\":\"000f57\",\"followers_count\":1040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850972765\\/image_normal.jpg\",\"description\":\"Freelance graphisme, web & print. www.twavatar.us - www.foot.lv Suis-moi, ta vie sera moins chiante. - NS2012 - Mes tweets n'engagent que moi. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"51034368\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/96498905\\/bgTw.jpg\",\"profile_sidebar_fill_color\":\"9ed6f0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850972765\\/image_normal.jpg\",\"name\":\"Pierson \\u221e\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 26 12:18:55 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":51034368,\"utc_offset\":-10800,\"favourites_count\":66,\"url\":\"http:\\/\\/www.annei.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182310391357440,\"created_at\":\"Fri Feb 24 23:07:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1695000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "738b4e2e-c20a-47d4-84f9-cfcc4f0627fd-173182310391357440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1643374736/1_normal.jpg" +}, +"title": "Loic Etienne: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1695000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182313373499392\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":991,\"screen_name\":\"loaketienne\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1592,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Vallis Clausa\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":228,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1643374736\\/1_normal.jpg\",\"description\":\"D\\u00e9veloppeur \\u00e9co dans le sud de la France. Jazz, cin\\u00e9, passion pour la Nouvelle Z\\u00e9lande.\\r\\n1\\/5 de nffp-records.com\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"276901578\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1643374736\\/1_normal.jpg\",\"name\":\"Loic Etienne\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 04 09:37:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":276901578,\"utc_offset\":3600,\"favourites_count\":23,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182313373499392,\"created_at\":\"Fri Feb 24 23:07:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1695000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d40951a9-5d23-4f36-bdc4-088d5b5ac8d8-173182313373499392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste Aucun doute la dessus #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1407427435/lovely_normal.jpg" +}, +"title": "Frank Edward: #ilreste Aucun doute la dessus #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1696000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilreste Aucun doute la dessus #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182317228072962\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"AirFranck\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":25,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1407427435\\/lovely_normal.jpg\",\"description\":\"\",\"statuses_count\":42,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/277457268\\/photo.jpeg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"196715587\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Frank Edward\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/277457268\\/photo.jpeg\",\"created_at\":\"Wed Sep 29 19:03:44 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":196715587,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1407427435\\/lovely_normal.jpg\"},\"truncated\":false,\"id\":173182317228072962,\"created_at\":\"Fri Feb 24 23:07:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1696000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8b014501-c9d5-46b6-ba8c-c5745e8cab96-173182317228072962" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On peut rencontrer les amis de Rollin ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1657787350/image_normal.jpg" +}, +"title": "LGW Fan Club: On peut rencontrer les amis de Rollin ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1697000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On peut rencontrer les amis de Rollin ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182319161638913\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":17,\"screen_name\":\"LgwFanClub\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":119,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":11,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"421417721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"name\":\"LGW Fan Club\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 25 22:40:16 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":421417721,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182319161638913,\"created_at\":\"Fri Feb 24 23:07:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1697000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1fae1a63-3a65-4b65-8cc2-8e0273d574b2-173182319161638913" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "c dupipo #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: c dupipo #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1698000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"c dupipo #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]},{\"text\":\"ilpart\",\"indices\":[14,21]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182324744261632\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":78,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"statuses_count\":1208,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Patrick Ollier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":299723960,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\"},\"truncated\":false,\"id\":173182324744261632,\"created_at\":\"Fri Feb 24 23:07:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1698000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7123b761-429f-458f-8859-629da69fa0c6-173182324744261632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW La vidéo de grande violente c'est ça : http://t.co/g4Kfygke :D", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW La vidéo de grande violente c'est ça : http://t.co/g4Kfygke :D", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1698000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW La vid\\u00e9o de grande violente c'est \\u00e7a : http:\\/\\/t.co\\/g4Kfygke :D\",\"entities\":{\"urls\":[{\"indices\":[44,64],\"display_url\":\"dailymotion.com\\/video\\/xmb6l1_f\\u2026\",\"expanded_url\":\"http:\\/\\/www.dailymotion.com\\/video\\/xmb6l1_flute-20th-century-fox_fun\",\"url\":\"http:\\/\\/t.co\\/g4Kfygke\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182325708951552\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"favourites_count\":43,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":405,\"location\":\"Chatillon-en-Bazois\",\"profile_text_color\":\"333333\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"statuses_count\":27163,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Damien Vacher\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":26552716,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/damienvacher.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\"},\"truncated\":false,\"id\":173182325708951552,\"created_at\":\"Fri Feb 24 23:07:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1698000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "00373dbd-ef08-406a-81be-484d43777915-173182325708951552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @AlexHervaud: Ahah, j'adore le livetweet des gens QUI SONT DANS LE POSTE #lgw RT @palmashow: Notre voisin de droite a un problème de rire", +"img": { +"src": "http://a2.twimg.com/profile_images/1813498773/mygreg_normal.jpg" +}, +"title": "mygreg: RT @AlexHervaud: Ahah, j'adore le livetweet des gens QUI SONT DANS LE POSTE #lgw RT @palmashow: Notre voisin de droite a un problème de rire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1698000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @AlexHervaud: Ahah, j'adore le livetweet des gens QUI SONT DANS LE POSTE #lgw RT @palmashow: Notre voisin de droite a un probl\\u00e8me de rire\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"AlexHervaud\",\"indices\":[3,15],\"name\":\"Alexandre Hervaud\",\"id_str\":\"14321981\",\"id\":14321981},{\"screen_name\":\"palmashow\",\"indices\":[84,94],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/bufferapp.com\\\" rel=\\\"nofollow\\\"\\u003EBuffer\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182323020398592\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"mygreg\",\"lang\":\"en\",\"favourites_count\":1059,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":447,\"location\":\"Bordeaux\",\"profile_text_color\":\"3E4415\",\"followers_count\":985,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1813498773\\/mygreg_normal.jpg\",\"description\":\"veilleur @gregveille - rp et cm @podradio_fr - co-organisateur du mash up bordeaux @MU_Bordeaux\",\"statuses_count\":41988,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":87,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"16467068\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"mygreg\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Fri Sep 26 12:47:38 +0000 2008\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":16467068,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/flavors.me\\/mygreg\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813498773\\/mygreg_normal.jpg\"},\"truncated\":false,\"id\":173182323020398592,\"created_at\":\"Fri Feb 24 23:07:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1698000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "def4a070-bde5-42c2-818d-b34edb19e486-173182323020398592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlPart #LGW @FlorencePorcel F. Rollin est The comic", +"img": { +"src": "http://a0.twimg.com/profile_images/1851178724/61_normal.png" +}, +"title": "Colombien et toi ?: #IlPart #LGW @FlorencePorcel F. Rollin est The comic", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1699000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#IlPart #LGW @FlorencePorcel F. Rollin est The comic\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[13,28],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"IlPart\",\"indices\":[0,7]},{\"text\":\"LGW\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182329412534272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"HAYTSH\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9732,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"location\":\"\\u30b9\\u30c8\\u30e9\\u30b9\\u30d6\\u30fc\\u30eb\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"description\":\"J'suis un ksos j'ai 5 ans. \",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"277031586\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"name\":\"Colombien et toi ?\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 04 15:24:48 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":277031586,\"utc_offset\":3600,\"favourites_count\":83,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182329412534272,\"created_at\":\"Fri Feb 24 23:07:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1699000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "feaae33c-aa6d-4cab-ac8d-a76863cf2e9d-173182329412534272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"Rien de qualité\"? @Vinvin se lâche! =O #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: \"Rien de qualité\"? @Vinvin se lâche! =O #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1699000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"\\\"Rien de qualit\\u00e9\\\"? @Vinvin se l\\u00e2che! =O #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[19,26],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182328141647872\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"JoffreyMick\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":145,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"statuses_count\":1027,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"255731473\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Joffrey Mick\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":255731473,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173182328141647872,\"created_at\":\"Fri Feb 24 23:07:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1699000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5dad3f3e-8f15-4741-95dc-7ba9c6d7a1c3-173182328141647872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "quand je pense au nombre de vidéos de chat qu'ils ont dû visionner pour trouver celle-là, mais irrésistible #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: quand je pense au nombre de vidéos de chat qu'ils ont dû visionner pour trouver celle-là, mais irrésistible #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1699000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"quand je pense au nombre de vid\\u00e9os de chat qu'ils ont d\\u00fb visionner pour trouver celle-l\\u00e0, mais irr\\u00e9sistible #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[108,112]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182329643216897\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":132,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"statuses_count\":544,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jean-Louis Coste\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":244454441,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173182329643216897,\"created_at\":\"Fri Feb 24 23:07:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1699000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "06c0c351-6126-476d-9dbe-b3663a25013a-173182329643216897" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais surtout @francoisrollin, avez-vous *écouté* The Artist ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: Mais surtout @francoisrollin, avez-vous *écouté* The Artist ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1699000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais surtout @francoisrollin, avez-vous *\\u00e9cout\\u00e9* The Artist ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[13,28],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182327663505408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10392,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182327663505408,\"created_at\":\"Fri Feb 24 23:07:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1699000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d20fe51c-aebe-44f6-bc10-dee88a77eae3-173182327663505408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @08Life06: #cQui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @08Life06: #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1701000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @08Life06: #cQui #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"08Life06\",\"indices\":[3,12],\"id_str\":\"363343002\",\"name\":\"Young, Wild & Free\",\"id\":363343002}],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[14,19]},{\"text\":\"lgw\",\"indices\":[20,24]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#cQui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182054949855232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":233,\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10944,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez les mafieux mexicains\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":390,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"name\":\"Young, Wild & Free\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":363343002,\"utc_offset\":null,\"favourites_count\":39,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182054949855232,\"created_at\":\"Fri Feb 24 23:06:34 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182339323670531\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182339323670531,\"created_at\":\"Fri Feb 24 23:07:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1701000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "552d21f8-e9ec-4a94-848f-e67c3d171d4a-173182339323670531" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw I want to be like this one day... :D http://t.co/blrQfKU0", +"img": { +"src": "http://a1.twimg.com/profile_images/1804331808/472_normal.gif" +}, +"title": "Wally Lim: #lgw I want to be like this one day... :D http://t.co/blrQfKU0", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1701000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#lgw I want to be like this one day... :D http:\\/\\/t.co\\/blrQfKU0\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[42,62],\"expanded_url\":\"http:\\/\\/bit.ly\\/zLQBve\",\"display_url\":\"bit.ly\\/zLQBve\",\"url\":\"http:\\/\\/t.co\\/blrQfKU0\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182336437977088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"glorydep\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":125,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":\"Austin\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804331808\\/472_normal.gif\",\"description\":\"Father, Friend, Husband, Business owner, Apple user, Rental Property Owner\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Chihuahua\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"483282011\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804331808\\/472_normal.gif\",\"name\":\"Wally Lim\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 04 20:56:00 +0000 2012\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":483282011,\"utc_offset\":-25200,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182336437977088,\"created_at\":\"Fri Feb 24 23:07:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1701000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "35af378a-468d-4019-874a-d93f5e929038-173182336437977088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et quel est l’intérêt de cette chemise ? #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/341107468/4293_1166570803705_1210969868_30461443_2075932_n_normal.jpg" +}, +"title": "Romain Labarere: Et quel est l’intérêt de cette chemise ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1703000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et quel est l\\u2019int\\u00e9r\\u00eat de cette chemise ? #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182345879367681\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":299,\"screen_name\":\"King_Rom_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":113,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425782606\\/00001699.gif\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/341107468\\/4293_1166570803705_1210969868_30461443_2075932_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"52082143\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425782606\\/00001699.gif\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/341107468\\/4293_1166570803705_1210969868_30461443_2075932_n_normal.jpg\",\"name\":\"Romain Labarere\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 29 15:08:06 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":52082143,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182345879367681,\"created_at\":\"Fri Feb 24 23:07:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1703000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "99d12f04-1230-4ce6-97b6-73e4e701868c-173182345879367681" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et #FF @SolangeTeParle pour qu'elle passe les 1000 followers. #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1803065777/me_w_arb_normal.jpg" +}, +"title": "Zacal: Et #FF @SolangeTeParle pour qu'elle passe les 1000 followers. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1703000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et #FF @SolangeTeParle pour qu'elle passe les 1000 followers. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[7,22],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"FF\",\"indices\":[3,6]},{\"text\":\"LGW\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182346399453184\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":602,\"screen_name\":\"zacal33\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3674,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"followers_count\":258,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"description\":\"Si on remboursait le temps perdu, je serais riche. Politiquement ambidextre asym\\u00e9trique, dominante h\\u00e9misph\\u00e8re gauche. Serial retweeter de @solangeteparle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"51889223\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"name\":\"Zacal\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 28 23:59:26 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":51889223,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182346399453184,\"created_at\":\"Fri Feb 24 23:07:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1703000, +"tags": [ +{ +"id-ref": "ef39c9aa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0610c588-0e87-4753-ae1e-dde52e623037-173182346399453184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"c'est très bien fait mais je vois pas l'intérêt\" #francoisrollin #theartist #legrandwebze", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "tvitter: \"c'est très bien fait mais je vois pas l'intérêt\" #francoisrollin #theartist #legrandwebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1705000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\"c'est tr\\u00e8s bien fait mais je vois pas l'int\\u00e9r\\u00eat\\\" #francoisrollin #theartist #legrandwebze\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"francoisrollin\",\"indices\":[50,65]},{\"text\":\"theartist\",\"indices\":[66,76]},{\"text\":\"legrandwebze\",\"indices\":[77,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182354242805761\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"frtvitter\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502064059\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"name\":\"tvitter\",\"default_profile_image\":true,\"created_at\":\"Fri Feb 24 19:33:41 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502064059,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182354242805761,\"created_at\":\"Fri Feb 24 23:07:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1705000, +"tags": [ +{ +"id-ref": "ef9e8bb0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef6b33e6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dff2a2da-9d1c-409a-86ef-3cdddd06c077-173182354242805761" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ardimat > Le Grand Webze #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848705825/IMG_4856_normal.jpg" +}, +"title": "Thibaut: Ardimat > Le Grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1706000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ardimat > Le Grand Webze #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182359506665472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":496,\"screen_name\":\"Thibdutroisdeux\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":679,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/332431840\\/IMG_5461.jpg\",\"location\":\"Paris | Sud-Ouest\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"followers_count\":146,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848705825\\/IMG_4856_normal.jpg\",\"description\":\"Cr\\u00e9ateur de programmes #TV et apprenti sc\\u00e9nariste | Si tu d\\u00e9couvres que mes tweets engagent d'autres que moi, merci de me pr\\u00e9venir | #politics | #music | #media\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"id_str\":\"43716737\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/332431840\\/IMG_5461.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848705825\\/IMG_4856_normal.jpg\",\"name\":\"Thibaut\",\"default_profile_image\":false,\"created_at\":\"Sun May 31 17:03:23 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":43716737,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182359506665472,\"created_at\":\"Fri Feb 24 23:07:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1706000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7c1eb857-74ef-448b-9146-0800596a12da-173182359506665472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Aaahhhhhh @Tweets2Comptoir sur #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1648905085/lolymous_2_normal.jpg" +}, +"title": "Solferishow: Aaahhhhhh @Tweets2Comptoir sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1707000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Aaahhhhhh @Tweets2Comptoir sur #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[10,26],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182362451066881\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1143,\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"profile_text_color\":\"333333\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"statuses_count\":13623,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Solferishow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":232221031,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.solferishow.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\"},\"truncated\":false,\"id\":173182362451066881,\"created_at\":\"Fri Feb 24 23:07:47 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1707000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e7423b4d-b556-4a80-9dc9-05424587caf8-173182362451066881" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste mais doit porter la chemise de Vinvin !", +"img": { +"src": "http://a0.twimg.com/profile_images/1272390038/download_normal.jpg" +}, +"title": "Stéphane Pain Chaud: #lgw #ilreste mais doit porter la chemise de Vinvin !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1708000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste mais doit porter la chemise de Vinvin !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182367266115584\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C6E2EE\",\"screen_name\":\"pinchal\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":84,\"location\":\"Paris\",\"profile_text_color\":\"663B12\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1272390038\\/download_normal.jpg\",\"description\":\"\",\"statuses_count\":172,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"1F98C7\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C6E2EE\",\"protected\":false,\"id_str\":\"42927621\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"St\\u00e9phane Pain Chaud\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"created_at\":\"Wed May 27 17:15:41 +0000 2009\",\"profile_sidebar_fill_color\":\"DAECF4\",\"id\":42927621,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1272390038\\/download_normal.jpg\"},\"truncated\":false,\"id\":173182367266115584,\"created_at\":\"Fri Feb 24 23:07:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1708000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d88e98a9-b066-4651-aad3-efde938e0515-173182367266115584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cQui", +"img": { +"src": "http://a3.twimg.com/profile_images/120005748/twitter-nykau_normal.jpg" +}, +"title": "Nicolas C.: #lgw #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1710000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #cQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cQui\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182374299971585\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":750,\"screen_name\":\"Nykau\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1706,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/381654323\\/130.Jpg\",\"location\":\"Rennes, Bretagne, France, UE, \",\"show_all_inline_media\":false,\"listed_count\":61,\"profile_link_color\":\"4d7787\",\"followers_count\":620,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/120005748\\/twitter-nykau_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"14796453\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381654323\\/130.Jpg\",\"profile_sidebar_fill_color\":\"edf3f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/120005748\\/twitter-nykau_normal.jpg\",\"name\":\"Nicolas C.\",\"default_profile_image\":false,\"created_at\":\"Fri May 16 08:04:42 +0000 2008\",\"profile_sidebar_border_color\":\"e6e6e6\",\"id\":14796453,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182374299971585,\"created_at\":\"Fri Feb 24 23:07:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1710000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "67cdc9c3-46b2-43c9-bf80-1a98d757ce77-173182374299971585" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Euuuuuh. Mais. C'est nul #lgw nan ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1825695250/bigorrr_normal.jpg" +}, +"title": "Antoine Boudet: Euuuuuh. Mais. C'est nul #lgw nan ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1711000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Euuuuuh. Mais. C'est nul #lgw nan ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182378909507585\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"288fb5\",\"screen_name\":\"AntoineBigor\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":248,\"location\":\"DTC (enfin \\u00e0 une vache pr\\u00e8s)\",\"profile_text_color\":\"363636\",\"followers_count\":216,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1825695250\\/bigorrr_normal.jpg\",\"description\":\"\\u00c9tudiant paum\\u00e9 et r\\u00e9dacteur en chef d'@AbsoluteZone\",\"statuses_count\":17894,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/394926108\\/twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"022c3b\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"288fb5\",\"protected\":false,\"id_str\":\"61471175\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Antoine Boudet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/394926108\\/twitter.jpg\",\"created_at\":\"Thu Jul 30 12:13:38 +0000 2009\",\"profile_sidebar_fill_color\":\"288fb5\",\"id\":61471175,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/absolute-zone.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1825695250\\/bigorrr_normal.jpg\"},\"truncated\":false,\"id\":173182378909507585,\"created_at\":\"Fri Feb 24 23:07:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1711000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f8f331dc-fccd-43e5-b6da-7d0dce1507cf-173182378909507585" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW C'est quoi le principe de l'émission ?!", +"img": { +"src": "http://a2.twimg.com/profile_images/1421905670/logo2_normal.png" +}, +"title": "Clément Rueda: #LGW C'est quoi le principe de l'émission ?!", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1714000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW C'est quoi le principe de l'\\u00e9mission ?!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182390175404032\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":439,\"screen_name\":\"ClementWeda\",\"lang\":\"fr\",\"profile_text_color\":\"3c3940\",\"statuses_count\":7342,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/200496758\\/twitter-clement-weda.jpg\",\"location\":\"Noisy-le-Grand, France\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"c98312\",\"followers_count\":341,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1421905670\\/logo2_normal.png\",\"description\":\"DJ \\/ Beatmaker \\/ Producer (@RookiesMusic) Webdesigner & Arrangeur en Freelance (@BeWebArt) Photographe amateur - Portfolio : http:\\/\\/bit.ly\\/qEeeLe\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"19384400\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/200496758\\/twitter-clement-weda.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421905670\\/logo2_normal.png\",\"name\":\"Cl\\u00e9ment Rueda\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 23 06:35:37 +0000 2009\",\"profile_sidebar_border_color\":\"c2c2c2\",\"id\":19384400,\"utc_offset\":3600,\"favourites_count\":20,\"url\":\"http:\\/\\/www.clementweda.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182390175404032,\"created_at\":\"Fri Feb 24 23:07:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1714000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2fd23e56-c815-49e7-b995-fe79f56ef048-173182390175404032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Charles_Liebert: 1000 tweets sur la chemise de @Vinvin ... L'audience de @LeGrandWebze sait s'investir sur les sujets de fond 😜 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1829448981/douani_gris_normal.jpeg" +}, +"title": "damien douani: RT @Charles_Liebert: 1000 tweets sur la chemise de @Vinvin ... L'audience de @LeGrandWebze sait s'investir sur les sujets de fond 😜 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1714000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Charles_Liebert: 1000 tweets sur la chemise de @Vinvin ... L'audience de @LeGrandWebze sait s'investir sur les sujets de fond \\ud83d\\ude1c #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Charles_Liebert\",\"indices\":[3,19],\"name\":\"Charles Liebert\",\"id_str\":\"610993\",\"id\":610993},{\"screen_name\":\"Vinvin\",\"indices\":[51,58],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522},{\"screen_name\":\"LeGrandWebze\",\"indices\":[77,90],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[132,136]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"1000 tweets sur la chemise de @Vinvin ... L'audience de @LeGrandWebze sait s'investir sur les sujets de fond \\ud83d\\ude1c #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[30,37],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522},{\"screen_name\":\"LeGrandWebze\",\"indices\":[56,69],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[111,115]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173180818355781633\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"Charles_Liebert\",\"lang\":\"en\",\"favourites_count\":509,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1158,\"location\":\"Paris - Cap Ferret - Saugeras\",\"profile_text_color\":\"F522D5\",\"followers_count\":2044,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"statuses_count\":48080,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"show_all_inline_media\":true,\"listed_count\":156,\"profile_link_color\":\"1AF51F\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0F0F\",\"protected\":false,\"id_str\":\"610993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Charles Liebert\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_sidebar_fill_color\":\"E0FF91\",\"id\":610993,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.charles-liebert.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\"},\"truncated\":false,\"id\":173180818355781633,\"created_at\":\"Fri Feb 24 23:01:39 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182391366582272\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"damiendouani\",\"lang\":\"fr\",\"favourites_count\":163,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1507,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":5557,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829448981\\/douani_gris_normal.jpeg\",\"description\":\"New media lover \\/ Digital curator \\/ Serial blogger \\/ #InnoNapo #IgniteParis co-organizer\\/ Innovation maven \\/ Creativity addict \\/ Alpha Geek \\/ FaDa social agency\",\"statuses_count\":24561,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":464,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"8221752\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"damien douani\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Thu Aug 16 11:57:56 +0000 2007\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":8221752,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.damiendouani.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829448981\\/douani_gris_normal.jpeg\"},\"truncated\":false,\"id\":173182391366582272,\"created_at\":\"Fri Feb 24 23:07:54 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1714000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6a4388be-b74d-4f11-95ff-2eb6922e30b9-173182391366582272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "The Artist, c'est très bien fait, mais je ne vois pas l'intérêt ! #lgw #cesar2012", +"img": { +"src": "http://a1.twimg.com/profile_images/1516321736/me_normal.jpg" +}, +"title": "Axel Pillaud: The Artist, c'est très bien fait, mais je ne vois pas l'intérêt ! #lgw #cesar2012", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1714000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"The Artist, c'est tr\\u00e8s bien fait, mais je ne vois pas l'int\\u00e9r\\u00eat ! #lgw #cesar2012\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[66,70]},{\"text\":\"cesar2012\",\"indices\":[71,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182392905900032\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":294,\"screen_name\":\"_Askel\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3953,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/266224859\\/Twitter.jpg\",\"location\":\"La Rochelle\",\"show_all_inline_media\":true,\"listed_count\":14,\"profile_link_color\":\"074978\",\"followers_count\":196,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1516321736\\/me_normal.jpg\",\"description\":\"Selon les sp\\u00e9cialistes, il faudrait \\u00eatre \\/ Founder \\/ Community Manager \\/ Speaker \\/ Vous voulez savoir ? Je ne suis rien de tout ca !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"90478640\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/266224859\\/Twitter.jpg\",\"profile_sidebar_fill_color\":\"ebebeb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1516321736\\/me_normal.jpg\",\"name\":\"Axel Pillaud\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 16 20:39:32 +0000 2009\",\"profile_sidebar_border_color\":\"2b2b2b\",\"id\":90478640,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182392905900032,\"created_at\":\"Fri Feb 24 23:07:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1714000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9cd5d278-909b-497e-9180-ecdabaf46e80-173182392905900032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cqui Rollin ???", +"img": { +"src": "http://a2.twimg.com/profile_images/1803227504/lolilol_normal.JPG" +}, +"title": "Thomas Gabri L: #lgw #cqui Rollin ???", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1715000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #cqui Rollin ???\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182395044990976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":315,\"screen_name\":\"TonMeilleurAmi_\",\"lang\":\"fr\",\"profile_text_color\":\"010157\",\"statuses_count\":2443,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/416460348\\/daft1.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"eb0c0c\",\"followers_count\":713,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1803227504\\/lolilol_normal.JPG\",\"description\":\"J'\\u00e9coute du dancefloor, du rock, du jazz, de la techno, du hip-hop, de la pop, du R&B, de la soul, enfin tout quoi ... -Impose ton style !-\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"id_str\":\"305581176\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416460348\\/daft1.png\",\"profile_sidebar_fill_color\":\"c7c3c3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803227504\\/lolilol_normal.JPG\",\"name\":\"Thomas Gabri L\",\"default_profile_image\":false,\"created_at\":\"Thu May 26 13:24:41 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":305581176,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182395044990976,\"created_at\":\"Fri Feb 24 23:07:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1715000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "674825b7-288a-4967-b01d-7448f2c9383e-173182395044990976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ah les @tweets2comptoir! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/506050933/chi-bricklovinfreak_normal.gif" +}, +"title": "micha: ah les @tweets2comptoir! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1716000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ah les @tweets2comptoir! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[7,23],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182400703115264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":453,\"screen_name\":\"michaonthemoon\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":57768,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/94283053\\/f59c07.png\",\"location\":\"on the moon\",\"show_all_inline_media\":true,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":2541,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/506050933\\/chi-bricklovinfreak_normal.gif\",\"description\":\"i am... micha fierce.\\r\\ni am the girl behind @MJJNews.\\r\\nwarning: i rant a lot, and mostly in french.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"14463139\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/94283053\\/f59c07.png\",\"profile_sidebar_fill_color\":\"\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/506050933\\/chi-bricklovinfreak_normal.gif\",\"name\":\"micha\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 21 15:38:28 +0000 2008\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":14463139,\"utc_offset\":3600,\"favourites_count\":1272,\"url\":\"http:\\/\\/mjdreams.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182400703115264,\"created_at\":\"Fri Feb 24 23:07:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1716000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6610c3ea-4cee-432f-a319-a7da5006d0bd-173182400703115264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Je peux enfin regarder le grand webzé, seul émission devant laquelle tu culpabilise de pas être sur ton pc.", +"img": { +"src": "http://a2.twimg.com/profile_images/1840715858/oeuf_normal.jpg" +}, +"title": "Samy Nimum: #lgw Je peux enfin regarder le grand webzé, seul émission devant laquelle tu culpabilise de pas être sur ton pc.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1717000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Je peux enfin regarder le grand webz\\u00e9, seul \\u00e9mission devant laquelle tu culpabilise de pas \\u00eatre sur ton pc.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182404117282817\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"samy_nimum\",\"lang\":\"fr\",\"profile_text_color\":\"525052\",\"statuses_count\":698,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/354370207\\/23upfrr.jpg\",\"location\":\"Chamb\\u00e9ry\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0b7012\",\"followers_count\":85,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1840715858\\/oeuf_normal.jpg\",\"description\":\"Guitarist @EyesOfVerona\\r\\nSee & Share : http:\\/\\/www.youtube.com\\/watch?feature=player_detailpage&v=2gqJEs1teSE\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"246752511\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/354370207\\/23upfrr.jpg\",\"profile_sidebar_fill_color\":\"c8cbcc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840715858\\/oeuf_normal.jpg\",\"name\":\"Samy Nimum\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 03 11:52:07 +0000 2011\",\"profile_sidebar_border_color\":\"9c9c9c\",\"id\":246752511,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182404117282817,\"created_at\":\"Fri Feb 24 23:07:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1717000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4c4e657c-7779-42d5-9dd2-e22044a20ddf-173182404117282817" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est vidéo gag maintenant le #lgw. VINVIN va se faire piquer la place par Alexandre debanne.", +"img": { +"src": "http://a2.twimg.com/profile_images/1700221874/ronchon_normal.jpg" +}, +"title": "el Ronchon: C'est vidéo gag maintenant le #lgw. VINVIN va se faire piquer la place par Alexandre debanne.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1718000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est vid\\u00e9o gag maintenant le #lgw. VINVIN va se faire piquer la place par Alexandre debanne.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182407585959937\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":35,\"screen_name\":\"elronchon\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":51,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1700221874\\/ronchon_normal.jpg\",\"description\":\"n\\u00e9 un jour de pluie.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"335664825\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700221874\\/ronchon_normal.jpg\",\"name\":\"el Ronchon\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 15 01:39:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":335664825,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/www.soules.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182407585959937,\"created_at\":\"Fri Feb 24 23:07:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1718000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1dbbe71e-23c8-4e97-82e8-ebeb2da0c2c6-173182407585959937" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est bon, je crois qu'on entend bien @PascalMabille dans #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1570958168/air_normal.png" +}, +"title": "Dr. Griffin: C'est bon, je crois qu'on entend bien @PascalMabille dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1718000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est bon, je crois qu'on entend bien @PascalMabille dans #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[38,52],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182408080900096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":60,\"screen_name\":\"Monanorak\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":85,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/257582836\\/vintage.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"2e6299\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1570958168\\/air_normal.png\",\"description\":\"Accroc \\u00e0 l'information en temps r\\u00e9el. #Geek je le suis certainement. Mon prochain objectif ? Devenir un #Nerd.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ebedbb\",\"id_str\":\"299290057\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257582836\\/vintage.jpg\",\"profile_sidebar_fill_color\":\"eaebc5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1570958168\\/air_normal.png\",\"name\":\"Dr. Griffin\",\"default_profile_image\":false,\"created_at\":\"Sun May 15 20:35:17 +0000 2011\",\"profile_sidebar_border_color\":\"4d82a1\",\"id\":299290057,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182408080900096,\"created_at\":\"Fri Feb 24 23:07:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1718000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e158ff4b-70dd-4033-93c3-91010784bbbd-173182408080900096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh snap #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: Oh snap #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1718000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh snap #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182409657958400\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2881,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"name\":\"Marie\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":120444044,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182409657958400,\"created_at\":\"Fri Feb 24 23:07:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1718000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1421c076-1ae5-46e5-85b5-02d57c7510e5-173182409657958400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La chemise de @Vinvin aussi c'est Artist hic #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1844691230/profile_normal.png" +}, +"title": "Lynda Sweez : La chemise de @Vinvin aussi c'est Artist hic #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1719000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La chemise de @Vinvin aussi c'est Artist hic #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[14,21],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182411390193666\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":444,\"screen_name\":\"zedalynews\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10701,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"location\":\"Coin:C dans une cale en bourre\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"e072c1\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\",\"description\":\"Les jeux de mots, c'est mon dada. Amin approuve ce message. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"244639293\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\",\"name\":\"Lynda Sweez \",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 19:45:40 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":244639293,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.jeBoxeAvecNemo.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182411390193666,\"created_at\":\"Fri Feb 24 23:07:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1719000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0c300775-aac5-4fe7-a641-cc56907d7769-173182411390193666" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw toujours barré mais un peu plus format TV et c'est pas plus mal... #enprogression", +"img": { +"src": "http://a0.twimg.com/profile_images/1592307646/profil_reseau_social_normal.jpg" +}, +"title": "Tête dans le poste: #lgw toujours barré mais un peu plus format TV et c'est pas plus mal... #enprogression", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1719000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"#lgw toujours barr\\u00e9 mais un peu plus format TV et c'est pas plus mal... #enprogression\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"enprogression\",\"indices\":[72,86]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182414766616576\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"tetedansleposte\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":552,\"location\":\"dans le poste\",\"profile_text_color\":\"ebe8eb\",\"description\":\"La t\\u00eate dans le poste, un site pour tenter de regarder la t\\u00e9l\\u00e9vision diff\\u00e9remment et faire \\u00e9merger la r\\u00e9flexion.\\r\\nRendons le T\\u00c9L\\u00c9SPECT-ACTEUR\",\"statuses_count\":1132,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/196396078\\/neige.jpg\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"0abef5\",\"followers_count\":399,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1592307646\\/profil_reseau_social_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"032647\",\"protected\":false,\"id_str\":\"6006122\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"T\\u00eate dans le poste\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196396078\\/neige.jpg\",\"created_at\":\"Sun May 13 09:57:22 +0000 2007\",\"profile_sidebar_fill_color\":\"2f5673\",\"id\":6006122,\"follow_request_sent\":null,\"utc_offset\":-7200,\"url\":\"http:\\/\\/www.latetedansleposte.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1592307646\\/profil_reseau_social_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173182414766616576,\"created_at\":\"Fri Feb 24 23:07:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1719000, +"tags": [ +{ +"id-ref": "efa02c36-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5c840f6f-f506-4552-af6b-21c9aabc2782-173182414766616576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je vais peut-être être à l'écran . #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: Je vais peut-être être à l'écran . #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1721000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je vais peut-\\u00eatre \\u00eatre \\u00e0 l'\\u00e9cran . #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182422173753344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":233,\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10945,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez les mafieux mexicains\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":390,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"name\":\"Young, Wild & Free\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":363343002,\"utc_offset\":null,\"favourites_count\":39,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182422173753344,\"created_at\":\"Fri Feb 24 23:08:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1721000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2ab9c3e5-cee9-44ce-b631-234e82df4789-173182422173753344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @manonkzlwsk: Ahaha ! François Rollin j'te kiffe. #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" +}, +"title": "anna: RT @manonkzlwsk: Ahaha ! François Rollin j'te kiffe. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1721000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @manonkzlwsk: Ahaha ! Fran\\u00e7ois Rollin j'te kiffe. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"manonkzlwsk\",\"indices\":[3,15],\"id_str\":\"48084154\",\"name\":\"Manon\",\"id\":48084154}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Ahaha ! Fran\\u00e7ois Rollin j'te kiffe. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182198147596288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15001,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182198147596288,\"created_at\":\"Fri Feb 24 23:07:08 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182419447447552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"annewedhwedh\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":0,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502213146\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"name\":\"anna\",\"default_profile_image\":true,\"created_at\":\"Fri Feb 24 22:48:36 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502213146,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182419447447552,\"created_at\":\"Fri Feb 24 23:08:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1721000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d0e99382-4761-4121-ba83-6363a8db6bbb-173182419447447552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow xD Vous êtes méchants au Palmashow! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1726420026/Kestrel_normal.jpg" +}, +"title": "Rémy -- La Merguez: @palmashow xD Vous êtes méchants au Palmashow! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1722000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow xD Vous \\u00eates m\\u00e9chants au Palmashow! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173181893339119617\",\"id_str\":\"173182427391459330\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181893339119617,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":96,\"screen_name\":\"Sokwamaii\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1038,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/322585571\\/guitar_8_93350.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"007a99\",\"followers_count\":18,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1726420026\\/Kestrel_normal.jpg\",\"description\":\"K 3 S T R 3 L #Charl0tteFamily\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"305668802\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/322585571\\/guitar_8_93350.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1726420026\\/Kestrel_normal.jpg\",\"name\":\"R\\u00e9my -- La Merguez\",\"default_profile_image\":false,\"created_at\":\"Thu May 26 16:09:43 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":305668802,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173182427391459330,\"created_at\":\"Fri Feb 24 23:08:02 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1722000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ca9bf203-d874-4369-b0a9-c0f4de2cadde-173182427391459330" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "et hop, @Tweets2Comptoir dans #lgw !", +"img": { +"src": "http://a2.twimg.com/profile_images/1621227345/IMG_2129b__Copier__normal.jpg" +}, +"title": "imnotalone: et hop, @Tweets2Comptoir dans #lgw !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1723000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"et hop, @Tweets2Comptoir dans #lgw !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[8,24],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/seesmic_desktop\\/sd2\\\" rel=\\\"nofollow\\\"\\u003ESeesmic Desktop\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182429610246145\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":585,\"screen_name\":\"imnotalone\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":40509,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"wherever I can twit! \",\"show_all_inline_media\":true,\"listed_count\":180,\"profile_link_color\":\"2FC2EF\",\"followers_count\":2340,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1621227345\\/IMG_2129b__Copier__normal.jpg\",\"description\":\"A mes heures perdues, j'ai une vie bien remplie. L\\u00e0 aussi http:\\/\\/telling-stories.fr\\/ \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"18002294\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1621227345\\/IMG_2129b__Copier__normal.jpg\",\"name\":\"imnotalone\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 09 21:01:01 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18002294,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/imnotalone.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182429610246145,\"created_at\":\"Fri Feb 24 23:08:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1723000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "42086087-bfa3-4b6c-a002-8c12d9cb081d-173182429610246145" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pour les tweets de comptoir, on demande Bruno Roger Petit #LGW #CQUI #TweetsDeComptoir", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: Pour les tweets de comptoir, on demande Bruno Roger Petit #LGW #CQUI #TweetsDeComptoir", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1725000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pour les tweets de comptoir, on demande Bruno Roger Petit #LGW #CQUI #TweetsDeComptoir\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[58,62]},{\"text\":\"CQUI\",\"indices\":[63,68]},{\"text\":\"TweetsDeComptoir\",\"indices\":[69,86]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182436337909761\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34403,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":532,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182436337909761,\"created_at\":\"Fri Feb 24 23:08:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1725000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa0b25a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "036b862c-fec2-4836-a812-22c6fa66c6e8-173182436337909761" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'imagine même pas quelqu'un regarder #lgw sous xanax.", +"img": { +"src": "http://a3.twimg.com/profile_images/1820482830/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg" +}, +"title": "Guillaume Renard: J'imagine même pas quelqu'un regarder #lgw sous xanax.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1725000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'imagine m\\u00eame pas quelqu'un regarder #lgw sous xanax.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182437474574336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":597,\"screen_name\":\"G_Renard\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1486,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"020d0c\",\"followers_count\":205,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1820482830\\/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg\",\"description\":\"Motorsports junkie. Working on social media and webmarketing stuff. Writer for @chequeredflags \\/ Membre CN @PartiLiberal\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"12186112\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"668ff7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1820482830\\/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg\",\"name\":\"Guillaume Renard\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 13 17:02:09 +0000 2008\",\"profile_sidebar_border_color\":\"050505\",\"id\":12186112,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/chequeredflags.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182437474574336,\"created_at\":\"Fri Feb 24 23:08:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1725000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7f898ed4-0b53-4708-bd42-688b5557b395-173182437474574336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vinvin decale toi que l'on puisse voir will #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1822279719/image_normal.jpg" +}, +"title": "david: Vinvin decale toi que l'on puisse voir will #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1725000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vinvin decale toi que l'on puisse voir will #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182437688487936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":316,\"screen_name\":\"saezdavid\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":364,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"saint die des vosges\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"2FC2EF\",\"followers_count\":63,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1822279719\\/image_normal.jpg\",\"description\":\"apple fanboy , tech fanboy!!!!!!!!!!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"80529325\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1822279719\\/image_normal.jpg\",\"name\":\"david\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 07 08:40:31 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":80529325,\"utc_offset\":3600,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182437688487936,\"created_at\":\"Fri Feb 24 23:08:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1725000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e01428c6-3596-496d-b163-9cb9df894af7-173182437688487936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai plus rigolé en 10min de webze que 2h de césars #césars2012 @LeGrandWebze #lgz", +"img": { +"src": "http://a0.twimg.com/profile_images/1742244378/16469_315452705267_659555267_9254691_600199_n_normal.jpg" +}, +"title": "Nicolas Ramz: J'ai plus rigolé en 10min de webze que 2h de césars #césars2012 @LeGrandWebze #lgz", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1726000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai plus rigol\\u00e9 en 10min de webze que 2h de c\\u00e9sars #c\\u00e9sars2012 @LeGrandWebze #lgz\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[64,77],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"c\\u00e9sars2012\",\"indices\":[52,63]},{\"text\":\"lgz\",\"indices\":[78,82]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182441324941312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"warpdesign_\",\"lang\":\"en\",\"profile_text_color\":\"b3b3b3\",\"statuses_count\":5144,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/27824969\\/background6.jpg\",\"location\":\"45,77982325,3,08140843\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"0099B9\",\"followers_count\":167,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1742244378\\/16469_315452705267_659555267_9254691_600199_n_normal.jpg\",\"description\":\"D\\u00e9veloppeur UX r\\u00eaveur, amateur de musique, avide de nouvelles technos, mais pas mouton pour autant\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"63290634\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/27824969\\/background6.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1742244378\\/16469_315452705267_659555267_9254691_600199_n_normal.jpg\",\"name\":\"Nicolas Ramz\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 23:11:47 +0000 2009\",\"profile_sidebar_border_color\":\"7f8fab\",\"id\":63290634,\"utc_offset\":-10800,\"favourites_count\":4,\"url\":\"http:\\/\\/www.warpdesign.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182441324941312,\"created_at\":\"Fri Feb 24 23:08:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1726000, +"tags": [ +{ +"id-ref": "efa105b6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa10a34-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "539d295e-8953-48e2-a829-cd21dea21f57-173182441324941312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #lgw Ilreste", +"img": { +"src": "http://a3.twimg.com/profile_images/1495467680/PICT0026_normal.JPG" +}, +"title": "Guillaume Guinard: @LeGrandWebze #lgw Ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1726000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze #lgw Ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182440460926976\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Fesgosh\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":13,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1495467680\\/PICT0026_normal.JPG\",\"description\":\"\",\"statuses_count\":8,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"355131232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Guillaume Guinard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Aug 14 21:52:06 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":355131232,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1495467680\\/PICT0026_normal.JPG\"},\"truncated\":false,\"id\":173182440460926976,\"created_at\":\"Fri Feb 24 23:08:06 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1726000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c53ebafc-7094-41a0-9c84-6ae8e75e1e1a-173182440460926976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin ne c pa énervé encore bizzare #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: Rollin ne c pa énervé encore bizzare #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1727000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin ne c pa \\u00e9nerv\\u00e9 encore bizzare #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]},{\"text\":\"ilpart\",\"indices\":[42,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182445603131392\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1207,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182445603131392,\"created_at\":\"Fri Feb 24 23:08:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1727000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8d1a23a8-5cfe-416e-bd7b-abe8a7363646-173182445603131392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw : la social Tv c'est pas la télévision qui se regarde ou encore qui s'auto-mesure #deception", +"img": { +"src": "http://a0.twimg.com/profile_images/249421594/moi_normal.jpg" +}, +"title": "Gabriel Guéguin: #lgw : la social Tv c'est pas la télévision qui se regarde ou encore qui s'auto-mesure #deception", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1727000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw : la social Tv c'est pas la t\\u00e9l\\u00e9vision qui se regarde ou encore qui s'auto-mesure #deception\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"deception\",\"indices\":[87,97]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182445728960512\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"gabrielgueguin\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":147,\"location\":\"\",\"profile_text_color\":\"3C3940\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/249421594\\/moi_normal.jpg\",\"description\":\"Founder & CEO @ l'Atelier - \\u00c9ditorial & social m\\u00e9dia - En gros on fait de la Prod de contenus et parce qu'on aime aller plus loin on g\\u00e9n\\u00e8re de l'audience \",\"statuses_count\":185,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/16594443\\/Photos_barcelone_104.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"17425182\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Gabriel Gu\\u00e9guin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/16594443\\/Photos_barcelone_104.jpg\",\"created_at\":\"Sun Nov 16 17:42:57 +0000 2008\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":17425182,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/249421594\\/moi_normal.jpg\"},\"truncated\":false,\"id\":173182445728960512,\"created_at\":\"Fri Feb 24 23:08:07 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1727000, +"tags": [ +{ +"id-ref": "efa16cc2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7a9df9ce-658b-4edc-836f-646bf1e434d0-173182445728960512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les tweets de comptoir ça commence sur le Palmashow #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1749613158/image_normal.jpg" +}, +"title": "Milo Vox: Les tweets de comptoir ça commence sur le Palmashow #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1730000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Les tweets de comptoir \\u00e7a commence sur le Palmashow #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182460937506816\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"MiloVox\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":204,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"description\":\"Citoyen \\u00e9chantillon\",\"statuses_count\":290,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":21,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1749613158\\/image_normal.jpg\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"461840194\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Milo Vox\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Jan 12 07:50:02 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":461840194,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1749613158\\/image_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173182460937506816,\"created_at\":\"Fri Feb 24 23:08:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1730000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "53aa59c1-496d-4a9f-9bb6-6bdc2e154c48-173182460937506816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@Eliadus: #lgw toutes ses boules qui s'empilent, ca m'inspire” #IlReste", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: “@Eliadus: #lgw toutes ses boules qui s'empilent, ca m'inspire” #IlReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1730000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u201c@Eliadus: #lgw toutes ses boules qui s'empilent, ca m'inspire\\u201d #IlReste\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Eliadus\",\"indices\":[1,9],\"name\":\"Thibaut Devillers\",\"id_str\":\"92095420\",\"id\":92095420}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]},{\"text\":\"IlReste\",\"indices\":[64,72]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182458827776000\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":543,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"statuses_count\":636,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Royer Charles-Henri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":185396126,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\"},\"truncated\":false,\"id\":173182458827776000,\"created_at\":\"Fri Feb 24 23:08:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1730000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5dd82e37-b3ea-40fb-b972-f3e8777aeced-173182458827776000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hyper en forme le Rollin. Bref, #IlReste. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1612866761/2222_normal.jpg" +}, +"title": "makina: Hyper en forme le Rollin. Bref, #IlReste. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1730000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Hyper en forme le Rollin. Bref, #IlReste. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[32,40]},{\"text\":\"lgw\",\"indices\":[42,46]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182458911670273\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"makina37\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"description\":\"\",\"statuses_count\":13,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"351529067\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"makina\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 09 11:20:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":351529067,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\"},\"truncated\":false,\"id\":173182458911670273,\"created_at\":\"Fri Feb 24 23:08:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1730000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e3df2787-a8df-430e-98a2-1b9c9260c0a7-173182458911670273" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Toujours le bordel dans cette émission du #lgw Oo", +"img": { +"src": "http://a1.twimg.com/profile_images/1803169085/DSC01443_normal.JPG" +}, +"title": "Benjamin Aguillon: Toujours le bordel dans cette émission du #lgw Oo", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1732000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Toujours le bordel dans cette \\u00e9mission du #lgw Oo\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182466876637184\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"Balcidebava\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":102,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez moi\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"description\":\"L'homme face \\u00e0 l'absurde\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"482835609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"name\":\"Benjamin Aguillon\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 04 10:52:02 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":482835609,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182466876637184,\"created_at\":\"Fri Feb 24 23:08:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1732000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5308e7f5-d55c-4dbd-a90a-676540f3acd1-173182466876637184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw = Lady Gaga's World?", +"img": { +"src": "http://a0.twimg.com/profile_images/1843384299/35463890-f05f-4dea-9e9a-325a80118ee9_normal.png" +}, +"title": "Stephen Kassies: #lgw = Lady Gaga's World?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1732000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw = Lady Gaga's World?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182468281737216\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":292,\"screen_name\":\"awksgiraffe\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":1941,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433051509\\/twitterbg2_3.jpg\",\"location\":\"Canada\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"919191\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843384299\\/35463890-f05f-4dea-9e9a-325a80118ee9_normal.png\",\"description\":\"Marrying the Night before I reach the Edge of my Glory. I \\u2665 @bouska and @ladygaga #NOH8\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Central Time (US & Canada)\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"145881384\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433051509\\/twitterbg2_3.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843384299\\/35463890-f05f-4dea-9e9a-325a80118ee9_normal.png\",\"name\":\"Stephen Kassies\",\"default_profile_image\":false,\"created_at\":\"Thu May 20 03:08:46 +0000 2010\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":145881384,\"utc_offset\":-21600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182468281737216,\"created_at\":\"Fri Feb 24 23:08:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1732000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8cfbf477-bf66-41cd-a779-f8db173d7b51-173182468281737216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'arrive pour #lgw , je suis dans le train là", +"img": { +"src": "http://a1.twimg.com/profile_images/1803019438/rolling-stones-classic-tongue-fridge-magnet-78mm-square-1509-p_normal.jpg" +}, +"title": "Justin: J'arrive pour #lgw , je suis dans le train là", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1736000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'arrive pour #lgw , je suis dans le train l\\u00e0\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182483985211392\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":594,\"screen_name\":\"Just1Mt\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":21473,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/356577933\\/twilk_background_4eb031adc9b37.jpg\",\"location\":\"Minecraft\",\"show_all_inline_media\":true,\"listed_count\":28,\"profile_link_color\":\"830c0c\",\"followers_count\":547,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803019438\\/rolling-stones-classic-tongue-fridge-magnet-78mm-square-1509-p_normal.jpg\",\"description\":\"\\u00c9tudiant de droit \\u00e0 gauche\\rnon encart\\u00e9.\\nJ'aime l'actualit\\u00e9 (surtout politique), le rugby ...\\r\\nS\\u00e9lectionneur pour @tweets2comptoir\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"830c0c\",\"id_str\":\"235174844\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/356577933\\/twilk_background_4eb031adc9b37.jpg\",\"profile_sidebar_fill_color\":\"b6b5b5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803019438\\/rolling-stones-classic-tongue-fridge-magnet-78mm-square-1509-p_normal.jpg\",\"name\":\"Justin\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 07 15:00:35 +0000 2011\",\"profile_sidebar_border_color\":\"b6b5b5\",\"id\":235174844,\"utc_offset\":3600,\"favourites_count\":407,\"url\":\"http:\\/\\/bitly.com\\/ymEuQC\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182483985211392,\"created_at\":\"Fri Feb 24 23:08:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1736000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a94a24a6-b0aa-43e1-954d-acd33158b3ee-173182483985211392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il est chiant #lgw #ilpart", +"img": { +"src": "http://a2.twimg.com/profile_images/1719658772/dGnuxEjQ_normal" +}, +"title": "Maule: Il est chiant #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1736000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Il est chiant #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"ilpart\",\"indices\":[19,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetcaster.com\\\" rel=\\\"nofollow\\\"\\u003ETweetCaster for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182485256077312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"plemga\",\"lang\":\"fr\",\"profile_text_color\":\"1ab812\",\"statuses_count\":1537,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/390374182\\/100109200127_42.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"d10c7c\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1719658772\\/dGnuxEjQ_normal\",\"description\":\"Demain je serai juriste. Mais pas tout de suite, l\\u00e0 je choppe\\/shop.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"064666\",\"id_str\":\"118273647\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/390374182\\/100109200127_42.jpg\",\"profile_sidebar_fill_color\":\"b2b5bd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1719658772\\/dGnuxEjQ_normal\",\"name\":\"Maule\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 28 04:16:14 +0000 2010\",\"profile_sidebar_border_color\":\"10c741\",\"id\":118273647,\"utc_offset\":3600,\"favourites_count\":292,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182485256077312,\"created_at\":\"Fri Feb 24 23:08:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1736000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d1123dfd-8b75-4b1f-89f7-f3aa7d7b7009-173182485256077312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, la musique qui arrive on sait pas comment :D #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Oh, la musique qui arrive on sait pas comment :D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1736000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, la musique qui arrive on sait pas comment :D #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182486107537408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182486107537408,\"created_at\":\"Fri Feb 24 23:08:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1736000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4291fcd5-ea92-489c-8195-1a15a70722b0-173182486107537408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Yeaah @Tweets2Comptoir sur #lgw ca c'est bon. Et sinon, Rollin #ilReste toujours ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1819882790/tetocarre_normal.jpg" +}, +"title": "Cédric BILLAUDELLE: Yeaah @Tweets2Comptoir sur #lgw ca c'est bon. Et sinon, Rollin #ilReste toujours ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1737000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Yeaah @Tweets2Comptoir sur #lgw ca c'est bon. Et sinon, Rollin #ilReste toujours ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[6,22],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]},{\"text\":\"ilReste\",\"indices\":[64,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182490150842370\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"Cbill0\",\"lang\":\"fr\",\"profile_text_color\":\"F2ECF9\",\"statuses_count\":1108,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"location\":\"Lille, FR\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"1a1aba\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 l'IAE de Lille, mais pur produit des Ardennes. Aime beaucoup apprendre, mais n'aime pas qu'on lui fasse la le\\u00e7on.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E44B22\",\"id_str\":\"84313428\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"profile_sidebar_fill_color\":\"2C446A\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"name\":\"C\\u00e9dric BILLAUDELLE\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 12:34:22 +0000 2009\",\"profile_sidebar_border_color\":\"0C0F22\",\"id\":84313428,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182490150842370,\"created_at\":\"Fri Feb 24 23:08:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1737000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "99a145f1-0701-415d-8eb9-9dec23d08d6e-173182490150842370" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel vite aller piquer des glaçons à @SolangeTeParle ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: @FlorencePorcel vite aller piquer des glaçons à @SolangeTeParle ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1738000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel vite aller piquer des gla\\u00e7ons \\u00e0 @SolangeTeParle ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173},{\"screen_name\":\"SolangeTeParle\",\"indices\":[48,63],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[66,70]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173181188029161475\",\"id_str\":\"173182491648200705\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181188029161475,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10392,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173182491648200705,\"created_at\":\"Fri Feb 24 23:08:18 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1738000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "767ea05b-4816-47f2-90de-87ff24c9b7f4-173182491648200705" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw les glaçons? 42. la réponse à la plupart de nos questions existencielles", +"img": { +"src": "http://a1.twimg.com/profile_images/1357337548/d_s_normal.jpg" +}, +"title": "Seinseya: #lgw les glaçons? 42. la réponse à la plupart de nos questions existencielles", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1738000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw les gla\\u00e7ons? 42. la r\\u00e9ponse \\u00e0 la plupart de nos questions existencielles\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182493082656769\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":118,\"screen_name\":\"Seinseya\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":74,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1357337548\\/d_s_normal.jpg\",\"description\":\"French procrastinator girl. Too many addictions. \\r\\nRPG, books, comics, Asian dramas and too many TV shows...\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"274227474\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1357337548\\/d_s_normal.jpg\",\"name\":\"Seinseya\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 30 00:04:38 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":274227474,\"utc_offset\":3600,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182493082656769,\"created_at\":\"Fri Feb 24 23:08:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1738000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6524b518-62da-4a0b-871c-8c0a9ffc36c6-173182493082656769" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @mat_moi_ca: Il m'as tué le chat #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: RT @mat_moi_ca: Il m'as tué le chat #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1738000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @mat_moi_ca: Il m'as tu\\u00e9 le chat #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"mat_moi_ca\",\"indices\":[3,14],\"id_str\":\"348842674\",\"name\":\"Musi_Call_Ment\",\"id\":348842674}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Il m'as tu\\u00e9 le chat #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182242720460800\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":199,\"screen_name\":\"mat_moi_ca\",\"lang\":\"en\",\"profile_text_color\":\"93afe6\",\"statuses_count\":6544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"93afe6\",\"followers_count\":88,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"description\":\"Geek qui s'est perdu sur internet. je suis chieur ! Ce que j'aime ? Le m\\u00e9tal. FOLLOW MOI !!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1dabf2\",\"id_str\":\"348842674\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"name\":\"Musi_Call_Ment\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 05 02:52:54 +0000 2011\",\"profile_sidebar_border_color\":\"93afe6\",\"id\":348842674,\"utc_offset\":null,\"favourites_count\":14,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182242720460800,\"created_at\":\"Fri Feb 24 23:07:18 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182494366113792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":233,\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10944,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez les mafieux mexicains\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":390,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"name\":\"Young, Wild & Free\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":363343002,\"utc_offset\":null,\"favourites_count\":39,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182494366113792,\"created_at\":\"Fri Feb 24 23:08:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1738000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cf28353b-8961-4f7f-bc15-ad5f87d1761e-173182494366113792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@antoinetouzot Non, non, je suis sur le coup ! #lgw #GoVinVinGo", +"img": { +"src": "http://a0.twimg.com/profile_images/1717757168/PO_Fond_Gris_normal.jpg" +}, +"title": "PierreOlivier Carles: @antoinetouzot Non, non, je suis sur le coup ! #lgw #GoVinVinGo", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1740000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@antoinetouzot Non, non, je suis sur le coup ! #lgw #GoVinVinGo\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"antoinetouzot\",\"indices\":[0,14],\"id_str\":\"123813930\",\"name\":\"Antoine Touzot\",\"id\":123813930}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]},{\"text\":\"GoVinVinGo\",\"indices\":[52,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173182228178812928\",\"id_str\":\"173182499663519744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173182228178812928,\"in_reply_to_user_id_str\":\"123813930\",\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":1148,\"screen_name\":\"pocarles\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":32042,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"location\":\"Toulouse - Miami\",\"show_all_inline_media\":true,\"listed_count\":448,\"profile_link_color\":\"5cace5\",\"followers_count\":5248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\",\"description\":\"Co-Founder at @Digidust & @Labotec. BA in @Stonfield @APICube @Hellotipi and others.\\r\\nMore Entrepreneur than Investor. Rugby, Gastronomy and Human enthusiast !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFFFFF\",\"id_str\":\"23074316\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"profile_sidebar_fill_color\":\"f0f0f0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\",\"name\":\"PierreOlivier Carles\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 06 15:10:47 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":23074316,\"utc_offset\":3600,\"favourites_count\":80,\"url\":\"http:\\/\\/www.pocarles.com\"},\"in_reply_to_screen_name\":\"antoinetouzot\",\"truncated\":false,\"id\":173182499663519744,\"created_at\":\"Fri Feb 24 23:08:20 +0000 2012\",\"in_reply_to_user_id\":123813930}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1740000, +"tags": [ +{ +"id-ref": "efa2bf96-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6c5ca5d3-f54f-4a74-a046-429164c50b2c-173182499663519744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @ZaraA: Ça nous rappelle les heures les plus sombres des pires concepts d'émission de \nArdisson des années 80' de la lose #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/60642139/2857472138_0676d18c9c_b_normal.jpg" +}, +"title": "Christian: RT @ZaraA: Ça nous rappelle les heures les plus sombres des pires concepts d'émission de \nArdisson des années 80' de la lose #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1741000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @ZaraA: \\u00c7a nous rappelle les heures les plus sombres des pires concepts d'\\u00e9mission de \\nArdisson des ann\\u00e9es 80' de la lose #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ZaraA\",\"indices\":[3,9],\"id_str\":\"7031872\",\"name\":\"Emmanuel Torregano\",\"id\":7031872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[125,129]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00c7a nous rappelle les heures les plus sombres des pires concepts d'\\u00e9mission de \\nArdisson des ann\\u00e9es 80' de la lose #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182057848127488\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":614,\"screen_name\":\"ZaraA\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":59009,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"location\":\"iPhone: 45.800266,1.857407\",\"show_all_inline_media\":false,\"listed_count\":328,\"profile_link_color\":\"0000ff\",\"followers_count\":5596,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"description\":\"Love is the answer ... \\/\\/ I'm CEO, BITch ! ElectronLibre \\/\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C7CBC7\",\"id_str\":\"7031872\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"profile_sidebar_fill_color\":\"71E6A9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"name\":\"Emmanuel Torregano\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 23 11:40:06 +0000 2007\",\"profile_sidebar_border_color\":\"8F8F8F\",\"id\":7031872,\"utc_offset\":3600,\"favourites_count\":39,\"url\":\"http:\\/\\/twitter.com\\/3l3ctr0nLibr3\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182057848127488,\"created_at\":\"Fri Feb 24 23:06:34 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182505715892225\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":846,\"screen_name\":\"christian_r\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":3998,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/2984707\\/2813955271_c3acae71c5_b.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":26,\"profile_link_color\":\"0000ff\",\"followers_count\":550,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/60642139\\/2857472138_0676d18c9c_b_normal.jpg\",\"description\":\"media, running, busdev, internet et chinoiseries\\r\\nMes tweets & RT ne refl\\u00e8tent pas mes opinions, ni ceux de mon employeur, juste qq lectures int\\u00e9ressantes\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFFFFF\",\"id_str\":\"4888321\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/2984707\\/2813955271_c3acae71c5_b.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/60642139\\/2857472138_0676d18c9c_b_normal.jpg\",\"name\":\"Christian\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 16 15:22:50 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":4888321,\"utc_offset\":3600,\"favourites_count\":2880,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182505715892225,\"created_at\":\"Fri Feb 24 23:08:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1741000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c8ea44cc-c18c-4bc4-bed4-6df17ce49957-173182505715892225" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow on dirait 2 mecs d'une société venus presenter leurs inventions #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1530333526/jo_out2_normal.jpg" +}, +"title": "Jonathan Barré: @palmashow on dirait 2 mecs d'une société venus presenter leurs inventions #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1741000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow on dirait 2 mecs d'une soci\\u00e9t\\u00e9 venus presenter leurs inventions #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181493743599617\",\"id_str\":\"173182507188109313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181493743599617,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":98,\"screen_name\":\"jonatwittbarre\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3595,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/54271203\\/pattern_19-22-06.jpg\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"75bad6\",\"followers_count\":1827,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1530333526\\/jo_out2_normal.jpg\",\"description\":\"Video Director www.jonathanbarre.com Producer www.blagbuster.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"75bad6\",\"id_str\":\"23099146\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54271203\\/pattern_19-22-06.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1530333526\\/jo_out2_normal.jpg\",\"name\":\"Jonathan Barr\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 06 18:31:24 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":23099146,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.jonathanbarre.com\"},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173182507188109313,\"created_at\":\"Fri Feb 24 23:08:21 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1741000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "33f80492-2d48-4bbe-8bb3-359f9da39165-173182507188109313" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il faut un contrat permanent pour @PascalMabille je t'adore !! #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Il faut un contrat permanent pour @PascalMabille je t'adore !! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1742000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il faut un contrat permanent pour @PascalMabille je t'adore !! #lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[34,48],\"name\":\"Pascal Mabille\",\"id_str\":\"1367131\",\"id\":1367131}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"cqui\",\"indices\":[68,73]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182509360750594\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6696,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173182509360750594,\"created_at\":\"Fri Feb 24 23:08:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1742000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3b4a2bf5-5c56-4e00-9573-821d03db5fcd-173182509360750594" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848450170/poseur_normal.jpg" +}, +"title": "Pras: #cqui ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1743000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182511868944385\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1362,\"screen_name\":\"Praska\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":48426,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"followers_count\":3040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"description\":\"BOSS[Viedegeek + Bargaming]\\r\\nFirewall Karmique\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b8085\",\"id_str\":\"15453030\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"name\":\"Pras\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 16 11:15:07 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":15453030,\"utc_offset\":3600,\"favourites_count\":195,\"url\":\"http:\\/\\/flavors.me\\/praska\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182511868944385,\"created_at\":\"Fri Feb 24 23:08:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1743000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c851dbee-3ea2-4242-bf78-51518c38acf0-173182511868944385" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Stinpeumou quand même ... Va falloir de réveiller #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848927211/BE1637E5-B1A3-41C0-9AA4-0D6DD1779C90_normal" +}, +"title": "Capuche: Stinpeumou quand même ... Va falloir de réveiller #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1744000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Stinpeumou quand m\\u00eame ... Va falloir de r\\u00e9veiller #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182518374305792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":510,\"screen_name\":\"METACAPUCHE\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":71638,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/215886298\\/zzz.jpg\",\"location\":\"loin de la mer\",\"show_all_inline_media\":true,\"listed_count\":253,\"profile_link_color\":\"6446a3\",\"followers_count\":4268,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848927211\\/BE1637E5-B1A3-41C0-9AA4-0D6DD1779C90_normal\",\"description\":\"Pour la carotte, le lapin est la parfaite incarnation du Mal. (Robert Sheckley)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1f1f1f\",\"id_str\":\"125661667\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/215886298\\/zzz.jpg\",\"profile_sidebar_fill_color\":\"d5b5e6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848927211\\/BE1637E5-B1A3-41C0-9AA4-0D6DD1779C90_normal\",\"name\":\"Capuche\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 23 13:39:48 +0000 2010\",\"profile_sidebar_border_color\":\"3b2352\",\"id\":125661667,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/ombresclaires.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182518374305792,\"created_at\":\"Fri Feb 24 23:08:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1744000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "89449672-27f8-4118-bc90-57643f1b64d6-173182518374305792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@francoisrollin vient de dire tout haut ce que tout le monde sait tout bas concernant The Artist #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: @francoisrollin vient de dire tout haut ce que tout le monde sait tout bas concernant The Artist #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1745000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@francoisrollin vient de dire tout haut ce que tout le monde sait tout bas concernant The Artist #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[0,15],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[97,101]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182520425320449\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"369489076\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"name\":\"Jean-Louis Coste\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":244454441,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"francoisrollin\",\"truncated\":false,\"id\":173182520425320449,\"created_at\":\"Fri Feb 24 23:08:25 +0000 2012\",\"in_reply_to_user_id\":369489076}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1745000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "209de1c9-aae1-46c1-af2b-1856ed41d2ef-173182520425320449" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Y aura même un jingle quand Jingle-man va venir :D", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW Y aura même un jingle quand Jingle-man va venir :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1745000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Y aura m\\u00eame un jingle quand Jingle-man va venir :D\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182521721372673\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182521721372673,\"created_at\":\"Fri Feb 24 23:08:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1745000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "912a061f-6a10-4103-86fd-032709cd53b9-173182521721372673" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @PTwicard: Ah les cons :) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @PTwicard: Ah les cons :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1745000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"RT @PTwicard: Ah les cons :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PTwicard\",\"indices\":[3,12],\"name\":\"Pascal R \",\"id_str\":\"448753241\",\"id\":448753241}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Ah les cons :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182026583769088\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"fff8ad\",\"screen_name\":\"PTwicard\",\"lang\":\"fr\",\"favourites_count\":87,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":186,\"location\":\"terre, syst solaire, v. lact\\u00e9e\",\"profile_text_color\":\"333333\",\"description\":\"Retweeteur compulsif ?\\r\\nVoici mon fil Twitter officiel et si c'est \\u00e9crit c'est que \\u00e7a doit \\u00eatre vrai.\\r\\nFan des Nuls. Et de Coluche ! Metooer too, des fois.\",\"statuses_count\":1290,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099CC\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1841672766\\/18052011_002_twt_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"protected\":false,\"id_str\":\"448753241\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pascal R \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"created_at\":\"Wed Dec 28 10:07:55 +0000 2011\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"id\":448753241,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841672766\\/18052011_002_twt_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173182026583769088,\"created_at\":\"Fri Feb 24 23:06:27 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182521163530242\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":543,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"statuses_count\":636,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Royer Charles-Henri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":185396126,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173182521163530242,\"created_at\":\"Fri Feb 24 23:08:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1745000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "660a611e-c045-4adb-96ca-bf9d2a7282ca-173182521163530242" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw les touittators se regardent le nombrils donc...hufhufhuf...", +"img": { +"src": "http://a3.twimg.com/profile_images/1813277782/profil_normal.jpg" +}, +"title": "annabel s. alves : #lgw les touittators se regardent le nombrils donc...hufhufhuf...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1745000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw les touittators se regardent le nombrils donc...hufhufhuf...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[7.1820901,43.6452915],[7.3239546,43.6452915],[7.3239546,43.76075],[7.1820901,43.76075]]]},\"attributes\":{},\"full_name\":\"Nice, Alpes-Maritimes\",\"place_type\":\"city\",\"name\":\"Nice\",\"id\":\"d43b21ac2b0c2029\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d43b21ac2b0c2029.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182523189370880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":811,\"screen_name\":\"annabeldessin\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":4783,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/341403463\\/Yeux_Annajung.jpg\",\"location\":\"France, Nice(06)\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"2FC2EF\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1813277782\\/profil_normal.jpg\",\"description\":\"Styliste, conceptrice, mod\\u00e9liste;inadapt\\u00e9e scolaire,surdou\\u00e9e cancre;n'y arrivera jamais dans la vie,elle dessine,elle dessine,elle dessine...(\\u00e9duc. nationale)\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"106986321\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/341403463\\/Yeux_Annajung.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813277782\\/profil_normal.jpg\",\"name\":\"annabel s. alves \",\"default_profile_image\":false,\"created_at\":\"Thu Jan 21 07:51:27 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":106986321,\"utc_offset\":3600,\"favourites_count\":37,\"url\":\"https:\\/\\/sites.google.com\\/site\\/annabelalvessovieri\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182523189370880,\"created_at\":\"Fri Feb 24 23:08:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1745000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e2a64db9-0015-4b6f-ad4d-505743972de6-173182523189370880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @solferishow: Aaahhhhhh @Tweets2Comptoir sur #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1787989372/406519_2816076475082_1053946314_2866554_1715736597_n_normal.jpg" +}, +"title": "Lit Dia ®: RT @solferishow: Aaahhhhhh @Tweets2Comptoir sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1746000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @solferishow: Aaahhhhhh @Tweets2Comptoir sur #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"solferishow\",\"indices\":[3,15],\"name\":\"Solferishow\",\"id_str\":\"232221031\",\"id\":232221031},{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[27,43],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Aaahhhhhh @Tweets2Comptoir sur #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[10,26],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182362451066881\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1143,\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"profile_text_color\":\"333333\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"statuses_count\":13622,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Solferishow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":232221031,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.solferishow.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\"},\"truncated\":false,\"id\":173182362451066881,\"created_at\":\"Fri Feb 24 23:07:47 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182525743702017\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"LydiaWestCudi\",\"lang\":\"fr\",\"favourites_count\":199,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":194,\"location\":\"\",\"profile_text_color\":\"666666\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1787989372\\/406519_2816076475082_1053946314_2866554_1715736597_n_normal.jpg\",\"description\":\"J'ne sais pas qui je suis. Je suis qui je me dois d\\u2019\\u00eatre.\\r\\nFolle on me dit.Il n'y a que le Fou qui se pretend sage.\\r\\nLe changement c'est le 6 mai 2012.\",\"statuses_count\":2987,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/411533371\\/tumblr_lpq5omJuGt1r0welko2_500.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"247914376\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Lit Dia \\u00ae\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/411533371\\/tumblr_lpq5omJuGt1r0welko2_500.jpg\",\"created_at\":\"Sat Feb 05 21:07:35 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":247914376,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/mescudream.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1787989372\\/406519_2816076475082_1053946314_2866554_1715736597_n_normal.jpg\"},\"truncated\":false,\"id\":173182525743702017,\"created_at\":\"Fri Feb 24 23:08:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1746000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cb726f53-daf4-4ba8-90a2-3425be236117-173182525743702017" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je découvre #lgw qui m'explique le principe de l'émission ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1575574991/image_normal.jpg" +}, +"title": "Emmanuel: je découvre #lgw qui m'explique le principe de l'émission ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1746000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"je d\\u00e9couvre #lgw qui m'explique le principe de l'\\u00e9mission ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182528021213185\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":357,\"screen_name\":\"manureze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13575,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/76265379\\/arriere-plan.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":59,\"profile_link_color\":\"298209\",\"followers_count\":568,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1575574991\\/image_normal.jpg\",\"description\":\"Graphiste\\/creatif. #Graphisme #Design #Photo #D\\u00e9co, jeux de mots sont mes maitres mots. Il ne suffit pas d'avoir une bonne id\\u00e9e, mais d'avoir une id\\u00e9e juste\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"114597065\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/76265379\\/arriere-plan.gif\",\"profile_sidebar_fill_color\":\"d5ff1c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1575574991\\/image_normal.jpg\",\"name\":\"Emmanuel\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 16 00:22:41 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":114597065,\"utc_offset\":3600,\"favourites_count\":91,\"url\":\"http:\\/\\/www.emmanuelreze.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182528021213185,\"created_at\":\"Fri Feb 24 23:08:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1746000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "01cdbb51-4656-44f3-8a09-06ec27b1cef5-173182528021213185" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La reponse universelle, c'est 42... Hein les geeks ??? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1661415033/chimie-tux_batux_tux_normal.png" +}, +"title": "Damien: La reponse universelle, c'est 42... Hein les geeks ??? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1748000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"La reponse universelle, c'est 42... Hein les geeks ??? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182535231213569\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"damienbesson\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":74,\"location\":\"\",\"profile_text_color\":\"333333\",\"description\":\"Doctorant en canc\\u00e9rologie.\",\"statuses_count\":255,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":20,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1661415033\\/chimie-tux_batux_tux_normal.png\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"422968572\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Damien\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Sun Nov 27 22:32:47 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":422968572,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/besson.damien.free.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1661415033\\/chimie-tux_batux_tux_normal.png\"},\"in_reply_to_status_id\":null,\"id\":173182535231213569,\"created_at\":\"Fri Feb 24 23:08:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1748000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9e4f70a9-733b-4cf4-a3ac-5e651aaec062-173182535231213569" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw bon il est où @jcfrog ??", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: #lgw bon il est où @jcfrog ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1749000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw bon il est o\\u00f9 @jcfrog ??\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[19,26],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182537944940544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1749,\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":28280,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"location\":\"Crozon, Brittany\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"followers_count\":2619,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"profile_sidebar_fill_color\":\"d3ede7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"name\":\"Philippe B\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_border_color\":\"5e1410\",\"id\":14400518,\"utc_offset\":3600,\"favourites_count\":297,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182537944940544,\"created_at\":\"Fri Feb 24 23:08:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1749000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b86a5823-b49d-4d11-82a7-2196275c032b-173182537944940544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais WTF #Lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1828567225/boulimie__normal.png" +}, +"title": "t12lve: Mais WTF #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1749000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Mais WTF #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182538892853249\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5c5c5c\",\"screen_name\":\"t12lve\",\"lang\":\"fr\",\"favourites_count\":149,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":372,\"location\":\"Clermont Ferrand\",\"profile_text_color\":\"333333\",\"followers_count\":556,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1828567225\\/boulimie__normal.png\",\"description\":\"[trashtalk\\/craptalk-ANTIFAG]\\r\\nJe ris de tout, mais avec n'importe qui !\\r\\nwww.notnico.com :: Wtf, NSFW. Un repaire pour geeks ! TECHBLOG\\r\\nM\\u00e9chant gar\\u00e7on\",\"statuses_count\":39091,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/391241090\\/lol.png\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"007bff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"001a47\",\"protected\":false,\"id_str\":\"127483739\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"t12lve\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391241090\\/lol.png\",\"created_at\":\"Mon Mar 29 10:29:11 +0000 2010\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":127483739,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.notnico.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1828567225\\/boulimie__normal.png\"},\"truncated\":false,\"id\":173182538892853249,\"created_at\":\"Fri Feb 24 23:08:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1749000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62078fad-9b5b-43e0-b717-77edf2dabe94-173182538892853249" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Aaaaaaah les @Tweets2Comptoir dans @LeGrandWebze c'est maintenant! #lgw #T2c", +"img": { +"src": "http://a2.twimg.com/profile_images/1741905112/image_normal.jpg" +}, +"title": "Mister Mc Flee: Aaaaaaah les @Tweets2Comptoir dans @LeGrandWebze c'est maintenant! #lgw #T2c", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1750000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Aaaaaaah les @Tweets2Comptoir dans @LeGrandWebze c'est maintenant! #lgw #T2c\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[13,29],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618},{\"screen_name\":\"LeGrandWebze\",\"indices\":[35,48],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]},{\"text\":\"T2c\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182544743907328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":636,\"screen_name\":\"MisterMcFlee\",\"lang\":\"fr\",\"profile_text_color\":\"291b1b\",\"statuses_count\":40351,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/204494594\\/lulutwitter_cr.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":257,\"profile_link_color\":\"0084B4\",\"followers_count\":2841,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1741905112\\/image_normal.jpg\",\"description\":\"Ecrits vains\\nCommunity Manager de moi-m\\u00eame\\nProfiler pour chats selon @METACAPUCHE\\nPhotographi\\u00e9 par @LaurenceGuenoun\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f72020\",\"id_str\":\"60043161\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/204494594\\/lulutwitter_cr.jpg\",\"profile_sidebar_fill_color\":\"d6130d\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1741905112\\/image_normal.jpg\",\"name\":\"Mister Mc Flee\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 25 12:01:49 +0000 2009\",\"profile_sidebar_border_color\":\"050505\",\"id\":60043161,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/lecafardrenseigne.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182544743907328,\"created_at\":\"Fri Feb 24 23:08:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1750000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa447a8-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b52d6b83-0bd0-4ef3-9afd-671c73d4c493-173182544743907328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@palmashow: Notre voisin de droite a un problème de rire” @WilliamAbisror spotted ? ^^ #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1772675299/Avatar_Le_a_normal.png" +}, +"title": "Marine La Maudite: “@palmashow: Notre voisin de droite a un problème de rire” @WilliamAbisror spotted ? ^^ #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1750000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@palmashow: Notre voisin de droite a un probl\\u00e8me de rire\\u201d @WilliamAbisror spotted ? ^^ #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[1,11],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"WilliamAbisror\",\"indices\":[59,74],\"id_str\":\"305168829\",\"name\":\"William Abisror\",\"id\":305168829}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[89,93]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-2.8378013,48.1224931],[-2.650921,48.1224931],[-2.650921,48.2244728],[-2.8378013,48.2244728]]]},\"attributes\":{},\"full_name\":\"Loud\\u00e9ac, C\\u00f4tes-d'Armor\",\"place_type\":\"city\",\"name\":\"Loud\\u00e9ac\",\"id\":\"dd6b92f876374a20\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/dd6b92f876374a20.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-2.75361133,48.18225415]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182541019365376\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.18225415,-2.75361133]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":303,\"screen_name\":\"M_LaMaudite\",\"lang\":\"fr\",\"profile_text_color\":\"89c5c7\",\"statuses_count\":6847,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/407968467\\/wallpaper-twitter-54-1280x800.jpg\",\"location\":\"48.118799, -1.706661\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"9689c7\",\"followers_count\":324,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1772675299\\/Avatar_Le_a_normal.png\",\"description\":\"Propri\\u00e9taire de mlamaudite.fr-S\\u00e9ries-Films-JV-\\r\\nMembre du bureau de @AssoUSETIC, \\u00e9tudiante en LP #USETIC et Stagiaire #Educationalimage \\u00e0 Clair Obscur, Rennes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"509ec2\",\"id_str\":\"132459946\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/407968467\\/wallpaper-twitter-54-1280x800.jpg\",\"profile_sidebar_fill_color\":\"2e2e2e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1772675299\\/Avatar_Le_a_normal.png\",\"name\":\"Marine La Maudite\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 13 08:53:32 +0000 2010\",\"profile_sidebar_border_color\":\"2e2e2e\",\"id\":132459946,\"utc_offset\":3600,\"favourites_count\":20,\"url\":\"http:\\/\\/mlamaudite.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182541019365376,\"created_at\":\"Fri Feb 24 23:08:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1750000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "716c2e41-db69-4619-a70f-1922c49662aa-173182541019365376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Punaise fallait mettre un hashtag. Je la refais. François il #reste et il re-reste! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1769265290/paper_art_19_normal.jpg" +}, +"title": "Raphaëlle: Punaise fallait mettre un hashtag. Je la refais. François il #reste et il re-reste! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1750000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Punaise fallait mettre un hashtag. Je la refais. Fran\\u00e7ois il #reste et il re-reste! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"reste\",\"indices\":[61,67]},{\"text\":\"lgw\",\"indices\":[84,88]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182542227312640\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":148,\"screen_name\":\"Rapchka\",\"lang\":\"fr\",\"profile_text_color\":\"630628\",\"statuses_count\":245,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/225188433\\/26.jpg\",\"location\":\"Toulouse, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"ed1730\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1769265290\\/paper_art_19_normal.jpg\",\"description\":\"Allez c'est bon, ce matin je m'y remets. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"171414\",\"id_str\":\"222072390\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/225188433\\/26.jpg\",\"profile_sidebar_fill_color\":\"e7e8be\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1769265290\\/paper_art_19_normal.jpg\",\"name\":\"Rapha\\u00eblle\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 02 11:31:22 +0000 2010\",\"profile_sidebar_border_color\":\"780b0b\",\"id\":222072390,\"utc_offset\":null,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182542227312640,\"created_at\":\"Fri Feb 24 23:08:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1750000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef9c9e68-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d11771ef-7793-4000-9e95-1fc126ca395c-173182542227312640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il y a une erreur, François Rollin il vient de Dunkerque, pas de Vannes. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: Il y a une erreur, François Rollin il vient de Dunkerque, pas de Vannes. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1751000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Il y a une erreur, Fran\\u00e7ois Rollin il vient de Dunkerque, pas de Vannes. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[73,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182545377247234\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":75,\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":989,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"name\":\"Shik-a-Marrant\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_border_color\":\"c0c3c4\",\"id\":57607506,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182545377247234,\"created_at\":\"Fri Feb 24 23:08:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1751000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "92b2900d-2b1c-4566-af79-4f3dcc947334-173182545377247234" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton", +"img": { +"src": "http://a3.twimg.com/profile_images/1806602566/1328464247_Orange_normal.png" +}, +"title": "G.: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1753000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #change2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.apple.com\\\" rel=\\\"nofollow\\\"\\u003EiOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182554231406593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":126,\"screen_name\":\"g_____________n\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":488,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Plan\\u00e8te Terre, ou pas.\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":15,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1806602566\\/1328464247_Orange_normal.png\",\"description\":\"0x000000. Kernel Panic.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"30282941\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1806602566\\/1328464247_Orange_normal.png\",\"name\":\"G.\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 10 18:48:48 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":30282941,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182554231406593,\"created_at\":\"Fri Feb 24 23:08:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1753000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6f5b2f26-db9f-4347-84c2-e0f478347314-173182554231406593" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @solferishow: Aaahhhhhh @Tweets2Comptoir sur #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1546078655/image_normal.jpg" +}, +"title": "FRANCK Philippe: RT @solferishow: Aaahhhhhh @Tweets2Comptoir sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1755000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @solferishow: Aaahhhhhh @Tweets2Comptoir sur #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"solferishow\",\"indices\":[3,15],\"name\":\"Solferishow\",\"id_str\":\"232221031\",\"id\":232221031},{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[27,43],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Aaahhhhhh @Tweets2Comptoir sur #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[10,26],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182362451066881\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1143,\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"profile_text_color\":\"333333\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"statuses_count\":13622,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Solferishow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":232221031,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.solferishow.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\"},\"truncated\":false,\"id\":173182362451066881,\"created_at\":\"Fri Feb 24 23:07:47 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182565996441603\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"PhFr29\",\"lang\":\"fr\",\"favourites_count\":34,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":320,\"location\":\"Saint-Cloud (France)\",\"profile_text_color\":\"333333\",\"followers_count\":44,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1546078655\\/image_normal.jpg\",\"description\":\"Si tu n'esp\\u0117res pas, tu ne rencontreras jamais l'inesp\\u00e9r\\u00e9. H\\u00e9raclyte (Fragments XXI)\",\"statuses_count\":303,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"265053889\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"FRANCK Philippe\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Mar 12 23:14:41 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":265053889,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1546078655\\/image_normal.jpg\"},\"truncated\":false,\"id\":173182565996441603,\"created_at\":\"Fri Feb 24 23:08:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1755000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "019b655b-beb7-4987-83dc-938d957cf288-173182565996441603" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow on vous voit trop à faire les cons #lgw !", +"img": { +"src": "http://a2.twimg.com/profile_images/1715556827/image_normal.jpg" +}, +"title": "Valentin D: @palmashow on vous voit trop à faire les cons #lgw !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1756000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow on vous voit trop \\u00e0 faire les cons #lgw !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182568382988288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"Tinio56\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":248,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"a349a4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1715556827\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"ffffff\",\"id_str\":\"447102453\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1715556827\\/image_normal.jpg\",\"name\":\"Valentin D\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 26 14:15:50 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":447102453,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173182568382988288,\"created_at\":\"Fri Feb 24 23:08:36 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1756000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "61b58cc0-3609-4463-bac7-0bebb3c2a229-173182568382988288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @charleshenriroy: “@CamilleWil: - Comment @gregshow a fait pour passer des #cesar2012 a #LGW *_* ?” la couleur du plateau", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @charleshenriroy: “@CamilleWil: - Comment @gregshow a fait pour passer des #cesar2012 a #LGW *_* ?” la couleur du plateau", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1756000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @charleshenriroy: \\u201c@CamilleWil: - Comment @gregshow a fait pour passer des #cesar2012 a #LGW *_* ?\\u201d la couleur du plateau\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"charleshenriroy\",\"indices\":[3,19],\"id_str\":\"185396126\",\"name\":\"Royer Charles-Henri\",\"id\":185396126},{\"screen_name\":\"CamilleWil\",\"indices\":[22,33],\"id_str\":\"93848420\",\"name\":\"Camille .\",\"id\":93848420},{\"screen_name\":\"Gregshow\",\"indices\":[45,54],\"id_str\":\"23932076\",\"name\":\"Gregshow\",\"id\":23932076}],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[78,88]},{\"text\":\"LGW\",\"indices\":[91,95]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@CamilleWil: - Comment @gregshow a fait pour passer des #cesar2012 a #LGW *_* ?\\u201d la couleur du plateau\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"CamilleWil\",\"indices\":[1,12],\"id_str\":\"93848420\",\"name\":\"Camille .\",\"id\":93848420},{\"screen_name\":\"Gregshow\",\"indices\":[24,33],\"id_str\":\"23932076\",\"name\":\"Gregshow\",\"id\":23932076}],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[57,67]},{\"text\":\"LGW\",\"indices\":[70,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182124495613953\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182124495613953,\"created_at\":\"Fri Feb 24 23:06:50 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182568131342338\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1041,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":318,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182568131342338,\"created_at\":\"Fri Feb 24 23:08:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1756000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c9a26f43-3a40-4b63-ba75-8126021e8bbf-173182568131342338" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw the artist! Royal Messire Rolin", +"img": { +"src": "http://a1.twimg.com/profile_images/1838462962/w314uSp6_normal" +}, +"title": "myPlanetarium: #ilreste #lgw the artist! Royal Messire Rolin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1756000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw the artist! Royal Messire Rolin\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182568240398336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":268,\"screen_name\":\"my_Planetarium_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2851,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"La D\\u00e9fense\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":121,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\",\"description\":\"myplanetarium.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"302897276\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\",\"name\":\"myPlanetarium\",\"default_profile_image\":false,\"created_at\":\"Sat May 21 23:24:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":302897276,\"utc_offset\":3600,\"favourites_count\":124,\"url\":\"http:\\/\\/myplanetarium.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182568240398336,\"created_at\":\"Fri Feb 24 23:08:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1756000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7cd6e5ab-8520-4101-9898-46047dd44b66-173182568240398336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Meeeeeerde RT @imnotalone: et hop, @Tweets2Comptoir dans #lgw !", +"img": { +"src": "http://a1.twimg.com/profile_images/1803019438/rolling-stones-classic-tongue-fridge-magnet-78mm-square-1509-p_normal.jpg" +}, +"title": "Justin: Meeeeeerde RT @imnotalone: et hop, @Tweets2Comptoir dans #lgw !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1758000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Meeeeeerde RT @imnotalone: et hop, @Tweets2Comptoir dans #lgw !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"imnotalone\",\"indices\":[15,26],\"name\":\"imnotalone\",\"id_str\":\"18002294\",\"id\":18002294},{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[36,52],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182577836953600\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"b6b5b5\",\"screen_name\":\"Just1Mt\",\"lang\":\"fr\",\"favourites_count\":407,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":594,\"location\":\"Minecraft\",\"profile_text_color\":\"000000\",\"followers_count\":547,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803019438\\/rolling-stones-classic-tongue-fridge-magnet-78mm-square-1509-p_normal.jpg\",\"description\":\"\\u00c9tudiant de droit \\u00e0 gauche\\rnon encart\\u00e9.\\nJ'aime l'actualit\\u00e9 (surtout politique), le rugby ...\\r\\nS\\u00e9lectionneur pour @tweets2comptoir\\n\",\"statuses_count\":21473,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/356577933\\/twilk_background_4eb031adc9b37.jpg\",\"show_all_inline_media\":true,\"listed_count\":28,\"profile_link_color\":\"830c0c\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"830c0c\",\"protected\":false,\"id_str\":\"235174844\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Justin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/356577933\\/twilk_background_4eb031adc9b37.jpg\",\"created_at\":\"Fri Jan 07 15:00:35 +0000 2011\",\"profile_sidebar_fill_color\":\"b6b5b5\",\"id\":235174844,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/bitly.com\\/ymEuQC\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803019438\\/rolling-stones-classic-tongue-fridge-magnet-78mm-square-1509-p_normal.jpg\"},\"truncated\":false,\"id\":173182577836953600,\"created_at\":\"Fri Feb 24 23:08:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1758000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8b305f9f-bd4c-4915-bee1-37d2a017a299-173182577836953600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Revoir Rollin dans #lgw me rappelle son spectacle qui était vraiment excellent ! <3", +"img": { +"src": "http://a1.twimg.com/profile_images/1287802002/azo_12913_4__big___normal.jpg" +}, +"title": "Docteur Azo: Revoir Rollin dans #lgw me rappelle son spectacle qui était vraiment excellent ! <3", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1758000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Revoir Rollin dans #lgw me rappelle son spectacle qui \\u00e9tait vraiment excellent ! <3\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182576079552513\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"DocteurAzo\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":48,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":22,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1287802002\\/azo_12913_4__big___normal.jpg\",\"description\":\"Joueur de trombone dans la fanfare nationale du B\\u00e9nin, and boom goes the dynamite.\",\"statuses_count\":610,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"272375703\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Docteur Azo\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Sat Mar 26 11:30:52 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":272375703,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1287802002\\/azo_12913_4__big___normal.jpg\"},\"truncated\":false,\"id\":173182576079552513,\"created_at\":\"Fri Feb 24 23:08:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1758000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5ed7cbb9-f40b-47d4-9fbc-a8bf89d41229-173182576079552513" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Après les #Cesar2012 regardons Le Grand Webzé. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1528161670/P1090908_normal.JPG" +}, +"title": "Sylvain NGUYEN: Après les #Cesar2012 regardons Le Grand Webzé. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1759000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Apr\\u00e8s les #Cesar2012 regardons Le Grand Webz\\u00e9. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[10,20]},{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":{\"type\":\"Point\",\"coordinates\":[0,0]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182580890419201\",\"geo\":{\"type\":\"Point\",\"coordinates\":[0,0]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":120,\"screen_name\":\"SylvainNguyen\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":750,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Genas, Lyon, France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1528161670\\/P1090908_normal.JPG\",\"description\":\"17ans, Lyc\\u00e9en. FRANCE\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104886902\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1528161670\\/P1090908_normal.JPG\",\"name\":\"Sylvain NGUYEN\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 14 18:16:00 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104886902,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182580890419201,\"created_at\":\"Fri Feb 24 23:08:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1759000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3b6cf20c-385d-4b20-934e-4e321345b634-173182580890419201" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @nicoprat: Avec #lgw je découvre les vidéos de @SolangeTeParle et c'est affligeant. Ou alors j'ai besoin d'explications.", +"img": { +"src": "http://a3.twimg.com/profile_images/1824854315/3615pbs_normal.jpg" +}, +"title": "P. Bourdin-Sauviac: RT @nicoprat: Avec #lgw je découvre les vidéos de @SolangeTeParle et c'est affligeant. Ou alors j'ai besoin d'explications.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1759000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @nicoprat: Avec #lgw je d\\u00e9couvre les vid\\u00e9os de @SolangeTeParle et c'est affligeant. Ou alors j'ai besoin d'explications.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"nicoprat\",\"indices\":[3,12],\"id_str\":\"19256842\",\"name\":\"Nico Prat\",\"id\":19256842},{\"screen_name\":\"SolangeTeParle\",\"indices\":[50,65],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Avec #lgw je d\\u00e9couvre les vid\\u00e9os de @SolangeTeParle et c'est affligeant. Ou alors j'ai besoin d'explications.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[36,51],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182161636179968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2297,\"screen_name\":\"nicoprat\",\"lang\":\"en\",\"profile_text_color\":\"0a040a\",\"statuses_count\":29879,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":210,\"profile_link_color\":\"224087\",\"followers_count\":6570,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"description\":\"Le Mouv, Tsugi, Technikart, Voxpop, co-auteur des Miscellan\\u00e9es d'Internet, et un petit sudoku de temps en temps\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"19256842\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"name\":\"Nico Prat\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 20 20:55:08 +0000 2009\",\"profile_sidebar_border_color\":\"050504\",\"id\":19256842,\"utc_offset\":3600,\"favourites_count\":440,\"url\":\"http:\\/\\/nicoprat.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182161636179968,\"created_at\":\"Fri Feb 24 23:06:59 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182581246930945\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":497,\"screen_name\":\"3615pbs\",\"lang\":\"fr\",\"profile_text_color\":\"062d57\",\"statuses_count\":29696,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"0513ad\",\"followers_count\":2828,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"description\":\"Je suis nomm\\u00e9 Pierre. Animateur, journaliste, auteur, ex-r\\u00e9al du zap de Direct 8 et awesome talent @ Marzab Productions. Et lumi\\u00e8re divine sur 3615pbs.com. \\u0ca0_\\u0ca0\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"133024198\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"profile_sidebar_fill_color\":\"c0c4e0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"name\":\"P. Bourdin-Sauviac\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 14 20:34:18 +0000 2010\",\"profile_sidebar_border_color\":\"ebf0ff\",\"id\":133024198,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/www.3615pbs.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182581246930945,\"created_at\":\"Fri Feb 24 23:08:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1759000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "43630b2c-b5ee-49e0-9bfb-bcb7ac74da66-173182581246930945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Lgw Guy Birenbaum est couché si vous voulez sortir une vanne avant tout le monde, c'est le moment !", +"img": { +"src": "http://a0.twimg.com/profile_images/1622124369/Cartoonpresident_normal.gif" +}, +"title": "Hervé Dumond: #Lgw Guy Birenbaum est couché si vous voulez sortir une vanne avant tout le monde, c'est le moment !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1759000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Lgw Guy Birenbaum est couch\\u00e9 si vous voulez sortir une vanne avant tout le monde, c'est le moment !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182582597500930\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":565,\"screen_name\":\"cartoonpdt\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":2,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355093994\\/132.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"003366\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1622124369\\/Cartoonpresident_normal.gif\",\"description\":\"https:\\/\\/twitter.com\\/#!\\/cartoonpdt\\/favorites\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"77615428\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355093994\\/132.jpg\",\"profile_sidebar_fill_color\":\"ffdd00\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1622124369\\/Cartoonpresident_normal.gif\",\"name\":\"Herv\\u00e9 Dumond\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 27 00:32:11 +0000 2009\",\"profile_sidebar_border_color\":\"d1d1d1\",\"id\":77615428,\"utc_offset\":3600,\"favourites_count\":149,\"url\":\"http:\\/\\/mirror.me\\/390abp28?s=home\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182582597500930,\"created_at\":\"Fri Feb 24 23:08:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1759000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5eed70b4-b258-4a4c-8fa1-cb203b66721d-173182582597500930" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est la version du grand Mezze ? #webze", +"img": { +"src": "http://a0.twimg.com/profile_images/1848232982/image_normal.jpg" +}, +"title": "boaz (Malik): C'est la version du grand Mezze ? #webze", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1759000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est la version du grand Mezze ? #webze\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"webze\",\"indices\":[34,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182581796384768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":624,\"screen_name\":\"boaz1999\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2747,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/194933247\\/031.JPG\",\"location\":\"paris, France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":126,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848232982\\/image_normal.jpg\",\"description\":\"\\u00eatre vigilant\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"83556215\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/194933247\\/031.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848232982\\/image_normal.jpg\",\"name\":\"boaz (Malik)\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 19 08:48:32 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":83556215,\"utc_offset\":-10800,\"favourites_count\":39,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182581796384768,\"created_at\":\"Fri Feb 24 23:08:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1759000, +"tags": [ +{ +"id-ref": "ef2120ee-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "59bb1970-d81d-41f8-98a5-af2fb208d703-173182581796384768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw super refonte de votre logo et de votre plateau mais j'ai l'impression que Vinvin et Rollin sont mal à l'aise debout ! Ils bougent trop", +"img": { +"src": "http://a1.twimg.com/profile_images/1695316394/sttz_fav_plus_twitter_normal.png" +}, +"title": "STTZ™: #lgw super refonte de votre logo et de votre plateau mais j'ai l'impression que Vinvin et Rollin sont mal à l'aise debout ! Ils bougent trop", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1761000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw super refonte de votre logo et de votre plateau mais j'ai l'impression que Vinvin et Rollin sont mal \\u00e0 l'aise debout ! Ils bougent trop\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182588977020928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":296,\"screen_name\":\"Santtchez\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":7957,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/329414068\\/sttz_TWT.jpg\",\"location\":\"St Mand\\u00e9, PARIS\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"16a2cc\",\"followers_count\":253,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1695316394\\/sttz_fav_plus_twitter_normal.png\",\"description\":\"Blogueur et Blagueur.Logotophile voir logotophage. Un logo, Prenez contact: Santtchez@gmail.com #LOLgo #BBasile\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"id_str\":\"332249953\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/329414068\\/sttz_TWT.jpg\",\"profile_sidebar_fill_color\":\"404040\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695316394\\/sttz_fav_plus_twitter_normal.png\",\"name\":\"STTZ\\u2122\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 09 13:38:44 +0000 2011\",\"profile_sidebar_border_color\":\"f70000\",\"id\":332249953,\"utc_offset\":null,\"favourites_count\":221,\"url\":\"http:\\/\\/santtchez.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182588977020928,\"created_at\":\"Fri Feb 24 23:08:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1761000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e65b03fe-0707-4619-ab74-9ba3f94d12c4-173182588977020928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @MOHA59600: Je zappe sur #France5 et je tombe sur une emission totalement WTF ! #lgw Je n'ai pas saisi le concept !", +"img": { +"src": "http://a0.twimg.com/profile_images/1845377051/06-death-note_normal.jpg" +}, +"title": "Alan Wake: RT @MOHA59600: Je zappe sur #France5 et je tombe sur une emission totalement WTF ! #lgw Je n'ai pas saisi le concept !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1761000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @MOHA59600: Je zappe sur #France5 et je tombe sur une emission totalement WTF ! #lgw Je n'ai pas saisi le concept !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"MOHA59600\",\"indices\":[3,13],\"name\":\"Mohamed\",\"id_str\":\"115394419\",\"id\":115394419}],\"hashtags\":[{\"text\":\"France5\",\"indices\":[28,36]},{\"text\":\"lgw\",\"indices\":[83,87]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je zappe sur #France5 et je tombe sur une emission totalement WTF ! #lgw Je n'ai pas saisi le concept !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"France5\",\"indices\":[13,21]},{\"text\":\"lgw\",\"indices\":[68,72]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182291869319168\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"MOHA59600\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":167,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":199,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1784933236\\/matt-smith_normal.jpg\",\"description\":\"Fan de cin\\u00e9ma, de football, g\\u00e9nie autoproclam\\u00e9. A un avis sur tout et sait tout mieux que tout le monde! Adepte du second degr\\u00e9!\",\"statuses_count\":9871,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"3dc1db\",\"protected\":false,\"id_str\":\"115394419\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Mohamed\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Feb 18 14:33:14 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":115394419,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/moha59600.football.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1784933236\\/matt-smith_normal.jpg\"},\"truncated\":false,\"id\":173182291869319168,\"created_at\":\"Fri Feb 24 23:07:30 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182590730248193\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Alan_The_Writer\",\"lang\":\"fr\",\"favourites_count\":3665,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":225,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845377051\\/06-death-note_normal.jpg\",\"description\":\"Grand fan inconditionnel de la s\\u00e9rie LOST et supporter du PSG. Je suis un amateur de bonne musiques et de bon jeux vid\\u00e9o!!!! \",\"statuses_count\":4122,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/421695163\\/ASIAN-KUNG-FU-GENERATION.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"7a7a7a\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"426895577\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Alan Wake\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421695163\\/ASIAN-KUNG-FU-GENERATION.jpg\",\"created_at\":\"Fri Dec 02 20:57:20 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":426895577,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.wat.tv\\/JoJo-Bizzare-Adventure\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845377051\\/06-death-note_normal.jpg\"},\"truncated\":false,\"id\":173182590730248193,\"created_at\":\"Fri Feb 24 23:08:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1761000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b00c8c20-ec57-420a-9ea5-34a6959463ac-173182590730248193" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je suis devant #lgw j'accroche pas trop encore...", +"img": { +"src": "http://a0.twimg.com/profile_images/1792164247/34747_410352029110_7837888_n_normal.jpg" +}, +"title": "sébastien faure: Je suis devant #lgw j'accroche pas trop encore...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1762000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je suis devant #lgw j'accroche pas trop encore...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182591485218816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":194,\"screen_name\":\"FaureSeb\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":800,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"2FC2EF\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792164247\\/34747_410352029110_7837888_n_normal.jpg\",\"description\":\"Etudiant en strat\\u00e9gie, web social feeder. Cocktail lover. #bordeaux\\r\\nhttp:\\/\\/www.linkedin.com\\/pub\\/s\\u00e9bastien-faure\\/43\\/980\\/a86\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"164194543\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792164247\\/34747_410352029110_7837888_n_normal.jpg\",\"name\":\"s\\u00e9bastien faure\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 08 07:53:14 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":164194543,\"utc_offset\":null,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182591485218816,\"created_at\":\"Fri Feb 24 23:08:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1762000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9ad0ac43-b9fb-44b6-8a09-122feb5a8fbe-173182591485218816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @solferishow: Aaahhhhhh @Tweets2Comptoir sur #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1727266317/oimtampon_normal.jpg" +}, +"title": "Lucas Parax: RT @solferishow: Aaahhhhhh @Tweets2Comptoir sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1762000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @solferishow: Aaahhhhhh @Tweets2Comptoir sur #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"solferishow\",\"indices\":[3,15],\"id_str\":\"232221031\",\"name\":\"Solferishow\",\"id\":232221031},{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[27,43],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Aaahhhhhh @Tweets2Comptoir sur #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[10,26],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":2,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182362451066881\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1143,\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13622,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"name\":\"Solferishow\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":232221031,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/www.solferishow.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182362451066881,\"created_at\":\"Fri Feb 24 23:07:47 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":2,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182595348185089\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":731,\"screen_name\":\"lucasparax\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9269,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"990000\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"description\":\"Politique, musique, r\\u00e9flexions absurdes. J'aime bien votre veste, mais faudrait penser \\u00e0 ne pas la retourner. #\\u00e9lys\\u00e9e_2012 #rock\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"333415548\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"name\":\"Lucas Parax\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 11 14:14:27 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":333415548,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/lucasparax.over-blog.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182595348185089,\"created_at\":\"Fri Feb 24 23:08:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1762000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "894a5058-a0c5-4903-8b15-2ed3c6f7db80-173182595348185089" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw François Rollin, pensez vous être dans les longs métrages de kaamelott?", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw François Rollin, pensez vous être dans les longs métrages de kaamelott?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1763000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Fran\\u00e7ois Rollin, pensez vous \\u00eatre dans les longs m\\u00e9trages de kaamelott?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182595864076288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182595864076288,\"created_at\":\"Fri Feb 24 23:08:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1763000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a18dc431-b689-4ff0-9185-7726bc96de56-173182595864076288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les tweets de comptoir, c'est maintenant !!! #Lgw (Je ne connais pas la sélection finale hein...)", +"img": { +"src": "http://a3.twimg.com/profile_images/1650056809/pandadanssonbain_normal.JPG" +}, +"title": "justice pandine: Les tweets de comptoir, c'est maintenant !!! #Lgw (Je ne connais pas la sélection finale hein...)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1765000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Les tweets de comptoir, c'est maintenant !!! #Lgw (Je ne connais pas la s\\u00e9lection finale hein...)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[45,49]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182605624229889\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"adffef\",\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"favourites_count\":1862,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":1340,\"location\":\"Bambouseraie\",\"profile_text_color\":\"1a0e1a\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"statuses_count\":28271,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"show_all_inline_media\":false,\"listed_count\":192,\"profile_link_color\":\"9058d1\",\"followers_count\":2571,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"protected\":false,\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"justice pandine\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_fill_color\":\"f5fafa\",\"id\":177984098,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\"},\"in_reply_to_status_id\":null,\"id\":173182605624229889,\"created_at\":\"Fri Feb 24 23:08:45 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1765000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "96d3af28-2df1-4234-9971-1d769faf1a91-173182605624229889" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw François Rollin sur The Artist => #ilreste definitively", +"img": { +"src": "http://a3.twimg.com/profile_images/1746369460/superherosplatter7_normal.jpeg" +}, +"title": "David Malo: #lgw François Rollin sur The Artist => #ilreste definitively", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1766000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Fran\\u00e7ois Rollin sur The Artist => #ilreste definitively\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[42,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182608681873408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"Darthmalor\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":592,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1746369460\\/superherosplatter7_normal.jpeg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"352726\",\"id_str\":\"37471103\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1746369460\\/superherosplatter7_normal.jpeg\",\"name\":\"David Malo\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 18:35:39 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":37471103,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182608681873408,\"created_at\":\"Fri Feb 24 23:08:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1766000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4880c141-8abd-452f-b937-d7387d980462-173182608681873408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Lgw je comprend rien", +"img": { +"src": "http://a0.twimg.com/profile_images/1831746879/b0b0_normal.png" +}, +"title": "bobo: #Lgw je comprend rien", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1766000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Lgw je comprend rien\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182609675927553\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":311,\"screen_name\":\"b0b0plusun\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1366,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/255479294\\/Sans_titre-5.png\",\"location\":\"Le ciel\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":180,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1831746879\\/b0b0_normal.png\",\"description\":\"J'aime bien les raisins secs. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"68002922\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/255479294\\/Sans_titre-5.png\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1831746879\\/b0b0_normal.png\",\"name\":\"bobo\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 22 22:40:40 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":68002922,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/b0b0.ultra-book.com\\/book\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182609675927553,\"created_at\":\"Fri Feb 24 23:08:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1766000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fed59fc6-7612-45da-bf9d-3475626da2ea-173182609675927553" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @mmu_man: @FlorencePorcel vite aller piquer des glaçons à @SolangeTeParle ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: RT @mmu_man: @FlorencePorcel vite aller piquer des glaçons à @SolangeTeParle ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1767000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @mmu_man: @FlorencePorcel vite aller piquer des gla\\u00e7ons \\u00e0 @SolangeTeParle ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"mmu_man\",\"indices\":[3,11],\"id_str\":\"102075787\",\"name\":\"Fran\\u00e7ois Revol\",\"id\":102075787},{\"screen_name\":\"FlorencePorcel\",\"indices\":[13,28],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173},{\"screen_name\":\"SolangeTeParle\",\"indices\":[61,76],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[79,83]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel vite aller piquer des gla\\u00e7ons \\u00e0 @SolangeTeParle ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173},{\"screen_name\":\"SolangeTeParle\",\"indices\":[48,63],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[66,70]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173181188029161475\",\"id_str\":\"173182491648200705\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181188029161475,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10391,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173182491648200705,\"created_at\":\"Fri Feb 24 23:08:18 +0000 2012\",\"in_reply_to_user_id\":49031173},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182613169774592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":265,\"screen_name\":\"papounay2000\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3539,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"followers_count\":135,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"description\":\"N'oubliez pas de vous aimer\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"name\":\"\\u2620papounay2000\\u2620\",\"default_profile_image\":false,\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":14764219,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182613169774592,\"created_at\":\"Fri Feb 24 23:08:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1767000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8a85f6c4-cbb6-44b4-8d4f-ed4b6666f714-173182613169774592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Tweets2Comptoir sur #lgw c maintenant", +"img": { +"src": "http://a0.twimg.com/profile_images/1664610739/n11522806_32199384_5938_normal.jpg" +}, +"title": "pepetch: @Tweets2Comptoir sur #lgw c maintenant", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1767000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Tweets2Comptoir\",\"favorited\":false,\"text\":\"@Tweets2Comptoir sur #lgw c maintenant\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[0,16],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"in_reply_to_user_id\":227334618,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182613866037248\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"pepetch\",\"lang\":\"en\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":557,\"location\":\"Villeurbanne\",\"profile_text_color\":\"333333\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1664610739\\/n11522806_32199384_5938_normal.jpg\",\"description\":\"Helene, 26 ans, Lyon\\/Villeurbanne, PS, MJS. Tweete politique, actu, cuisine, et vie quotidienne... \",\"statuses_count\":999,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"43307152\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"pepetch\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri May 29 10:22:59 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":43307152,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.tumblr.com\\/tumblelog\\/pepetch\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1664610739\\/n11522806_32199384_5938_normal.jpg\"},\"truncated\":false,\"id\":173182613866037248,\"created_at\":\"Fri Feb 24 23:08:47 +0000 2012\",\"in_reply_to_user_id_str\":\"227334618\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1767000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "49868c50-ee25-4a6e-bdd9-61c52b49b13f-173182613866037248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Est-ce que @Vinvin peux faire des claquettes, meme si jean-dujardin n'a pas eu de prix? :3", +"img": { +"src": "http://a0.twimg.com/profile_images/1757948828/Sans_titre-1__2__normal.jpg" +}, +"title": "CrazyM.T.: #lgw Est-ce que @Vinvin peux faire des claquettes, meme si jean-dujardin n'a pas eu de prix? :3", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1767000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Est-ce que @Vinvin peux faire des claquettes, meme si jean-dujardin n'a pas eu de prix? :3\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[16,23],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182614449033217\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":107,\"screen_name\":\"CrazyMT_\",\"lang\":\"fr\",\"profile_text_color\":\"949494\",\"statuses_count\":1500,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/425872790\\/Twitter.jpg\",\"location\":\"France d'en bas\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"488045\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757948828\\/Sans_titre-1__2__normal.jpg\",\"description\":\"Je combine des fr\\u00e9quences ensembles. Oui, de la musique \\u00e9lectronique.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"1c1c1c\",\"id_str\":\"330956795\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425872790\\/Twitter.jpg\",\"profile_sidebar_fill_color\":\"3d0000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757948828\\/Sans_titre-1__2__normal.jpg\",\"name\":\"CrazyM.T.\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 07 12:33:05 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":330956795,\"utc_offset\":0,\"favourites_count\":5,\"url\":\"http:\\/\\/crazymtmusic.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182614449033217,\"created_at\":\"Fri Feb 24 23:08:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1767000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bd7534b4-8b49-4f27-a679-58f7dfb2e552-173182614449033217" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @ZaraA: Ça nous rappelle les heures les plus sombres des pires concepts d'émission de \nArdisson des années 80' de la lose #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1671127046/Isa_US_normal.jpg" +}, +"title": "Isabelle Otto: RT @ZaraA: Ça nous rappelle les heures les plus sombres des pires concepts d'émission de \nArdisson des années 80' de la lose #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1767000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_status_id\":null,\"text\":\"RT @ZaraA: \\u00c7a nous rappelle les heures les plus sombres des pires concepts d'\\u00e9mission de \\nArdisson des ann\\u00e9es 80' de la lose #lgw\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"ZaraA\",\"indices\":[3,9],\"name\":\"Emmanuel Torregano\",\"id\":7031872,\"id_str\":\"7031872\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[125,129]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"favorited\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"retweeted_status\":{\"in_reply_to_status_id\":null,\"text\":\"\\u00c7a nous rappelle les heures les plus sombres des pires concepts d'\\u00e9mission de \\nArdisson des ann\\u00e9es 80' de la lose #lgw\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"truncated\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"favorited\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":1,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"profile_sidebar_fill_color\":\"71E6A9\",\"screen_name\":\"ZaraA\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"default_profile_image\":false,\"profile_sidebar_border_color\":\"8F8F8F\",\"location\":\"iPhone: 45.800266,1.857407\",\"favourites_count\":39,\"description\":\"Love is the answer ... \\/\\/ I'm CEO, BITch ! ElectronLibre \\/\\/\",\"contributors_enabled\":false,\"following\":null,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":614,\"profile_text_color\":\"000000\",\"statuses_count\":59009,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"show_all_inline_media\":false,\"listed_count\":328,\"profile_link_color\":\"0000ff\",\"followers_count\":5596,\"protected\":false,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"is_translator\":false,\"name\":\"Emmanuel Torregano\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Sat Jun 23 11:40:06 +0000 2007\",\"profile_background_color\":\"C7CBC7\",\"id\":7031872,\"id_str\":\"7031872\",\"geo_enabled\":true,\"profile_background_tile\":false,\"utc_offset\":3600,\"url\":\"http:\\/\\/twitter.com\\/3l3ctr0nLibr3\"},\"id\":173182057848127488,\"created_at\":\"Fri Feb 24 23:06:34 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182057848127488\",\"retweeted\":false},\"geo\":null,\"retweet_count\":1,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/83392113\\/beid.jpg\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"screen_name\":\"IsabelleOtto\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1671127046\\/Isa_US_normal.jpg\",\"default_profile_image\":false,\"profile_sidebar_border_color\":\"D3D2CF\",\"location\":\"Paris\",\"favourites_count\":59,\"description\":\"Bullshit detector under double secret probation. Je tweete en franglish et j'ai m\\u00eame pas honte.\\n\",\"contributors_enabled\":false,\"following\":null,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":457,\"profile_text_color\":\"634047\",\"statuses_count\":25836,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/83392113\\/beid.jpg\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"088253\",\"followers_count\":1872,\"protected\":false,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1671127046\\/Isa_US_normal.jpg\",\"is_translator\":false,\"name\":\"Isabelle Otto\",\"default_profile\":false,\"time_zone\":null,\"created_at\":\"Fri Dec 18 13:16:25 +0000 2009\",\"profile_background_color\":\"EDECE9\",\"id\":97663633,\"id_str\":\"97663633\",\"geo_enabled\":true,\"profile_background_tile\":true,\"utc_offset\":null,\"url\":\"http:\\/\\/www.electronlibre.info\"},\"id\":173182615459860480,\"created_at\":\"Fri Feb 24 23:08:47 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182615459860480\",\"retweeted\":false}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1767000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c1e0ae00-f581-43c5-88b9-5ed6efe7746e-173182615459860480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow arrêtez de le faire rire, on a vu que c'était de votre faute ! #lgw allez #ilpart ..", +"img": { +"src": "http://a2.twimg.com/profile_images/1427838155/P7114024_normal.JPG" +}, +"title": "jali: @palmashow arrêtez de le faire rire, on a vu que c'était de votre faute ! #lgw allez #ilpart ..", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1770000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow arr\\u00eatez de le faire rire, on a vu que c'\\u00e9tait de votre faute ! #lgw allez #ilpart ..\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[74,78]},{\"text\":\"ilpart\",\"indices\":[85,92]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173181893339119617\",\"id_str\":\"173182626729967617\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181893339119617,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":110,\"screen_name\":\"Jali\",\"lang\":\"fr\",\"profile_text_color\":\"574b57\",\"statuses_count\":30519,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"FR\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"name\":\"jali\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":8064742,\"utc_offset\":3600,\"favourites_count\":148,\"url\":\"http:\\/\\/www.jali.fr\\/\"},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173182626729967617,\"created_at\":\"Fri Feb 24 23:08:50 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1770000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ad7eba9d-6173-436d-a812-ea6a31e83d21-173182626729967617" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@GeoffroyHaubert @SolangeTeParle #LGW Moi je pense que c'est une merde #Peremptoire", +"img": { +"src": "http://a1.twimg.com/profile_images/1683439580/IMG00016-20111107-1743_normal.jpg" +}, +"title": "Wilfried DIGUET: @GeoffroyHaubert @SolangeTeParle #LGW Moi je pense que c'est une merde #Peremptoire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1772000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@GeoffroyHaubert @SolangeTeParle #LGW Moi je pense que c'est une merde #Peremptoire\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GeoffroyHaubert\",\"indices\":[0,16],\"id_str\":\"194535918\",\"name\":\"Geoffroy Haubert\",\"id\":194535918},{\"screen_name\":\"SolangeTeParle\",\"indices\":[17,32],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[33,37]},{\"text\":\"Peremptoire\",\"indices\":[71,83]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181766637600768\",\"id_str\":\"173182637425430529\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181766637600768,\"in_reply_to_user_id_str\":\"194535918\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":60,\"screen_name\":\"WilfriedDiguet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Rouen\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1683439580\\/IMG00016-20111107-1743_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"358129074\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683439580\\/IMG00016-20111107-1743_normal.jpg\",\"name\":\"Wilfried DIGUET\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 19 12:34:44 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":358129074,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"GeoffroyHaubert\",\"truncated\":false,\"id\":173182637425430529,\"created_at\":\"Fri Feb 24 23:08:52 +0000 2012\",\"in_reply_to_user_id\":194535918}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1772000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa71a82-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e0967505-8c2a-43dd-9f59-11e624e68eb2-173182637425430529" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jonatwittbarre: @palmashow on dirait 2 mecs d'une société venus presenter leurs inventions #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1845764764/image_normal.jpg" +}, +"title": "Mangiatordi Maxime: RT @jonatwittbarre: @palmashow on dirait 2 mecs d'une société venus presenter leurs inventions #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1772000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @jonatwittbarre: @palmashow on dirait 2 mecs d'une soci\\u00e9t\\u00e9 venus presenter leurs inventions #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jonatwittbarre\",\"indices\":[3,18],\"id_str\":\"23099146\",\"name\":\"Jonathan Barr\\u00e9\",\"id\":23099146},{\"screen_name\":\"palmashow\",\"indices\":[20,30],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow on dirait 2 mecs d'une soci\\u00e9t\\u00e9 venus presenter leurs inventions #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181493743599617\",\"id_str\":\"173182507188109313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181493743599617,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":98,\"screen_name\":\"jonatwittbarre\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3595,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/54271203\\/pattern_19-22-06.jpg\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"75bad6\",\"followers_count\":1827,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1530333526\\/jo_out2_normal.jpg\",\"description\":\"Video Director www.jonathanbarre.com Producer www.blagbuster.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"75bad6\",\"id_str\":\"23099146\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54271203\\/pattern_19-22-06.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1530333526\\/jo_out2_normal.jpg\",\"name\":\"Jonathan Barr\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 06 18:31:24 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":23099146,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.jonathanbarre.com\"},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173182507188109313,\"created_at\":\"Fri Feb 24 23:08:21 +0000 2012\",\"in_reply_to_user_id\":23782965},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182633939963904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":345,\"screen_name\":\"MangiaMusic\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":627,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Belgique\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":87,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845764764\\/image_normal.jpg\",\"description\":\"Jeune musicien\\/acteur. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"439907404\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845764764\\/image_normal.jpg\",\"name\":\"Mangiatordi Maxime\",\"default_profile_image\":false,\"created_at\":\"Sun Dec 18 10:12:19 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":439907404,\"utc_offset\":null,\"favourites_count\":21,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182633939963904,\"created_at\":\"Fri Feb 24 23:08:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1772000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4d4db40d-c585-45fe-bf97-f6acc9b33852-173182633939963904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Yogiimise: Ben moi, je viens de pleurer de rire devant la vidéo du chat qui se suicide sur #LGW.", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @Yogiimise: Ben moi, je viens de pleurer de rire devant la vidéo du chat qui se suicide sur #LGW.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1773000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Yogiimise: Ben moi, je viens de pleurer de rire devant la vid\\u00e9o du chat qui se suicide sur #LGW.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Yogiimise\",\"indices\":[3,13],\"id_str\":\"30915093\",\"name\":\"Johann M.\",\"id\":30915093}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[95,99]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Ben moi, je viens de pleurer de rire devant la vid\\u00e9o du chat qui se suicide sur #LGW.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[80,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182011928887298\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":671,\"screen_name\":\"Yogiimise\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":64988,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Le V\\u00e9sinet\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"followers_count\":2072,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850070784\\/Yogiimise_normal.jpg\",\"description\":\"Tech Journalist, il geek il voit pas le rapport. Travail, Famille, Party. #DaddyGaga, #JaiRigolu & #OMAGAD. La vie est trop courte pour \\u00eatre prise au s\\u00e9rieux.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"30915093\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850070784\\/Yogiimise_normal.jpg\",\"name\":\"Johann M.\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 13 17:55:31 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":30915093,\"utc_offset\":3600,\"favourites_count\":1424,\"url\":\"http:\\/\\/www.tomsguide.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182011928887298,\"created_at\":\"Fri Feb 24 23:06:23 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182640042680322\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182640042680322,\"created_at\":\"Fri Feb 24 23:08:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1773000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "85cb5842-7d2f-40e9-86d3-ebc5c9e2970e-173182640042680322" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Surréaliste, j'adore le grand n'importe quoi", +"img": { +"src": "http://a0.twimg.com/profile_images/1799016252/DSC02999bis_normal.jpg" +}, +"title": "Cuiller à Soupe: #lgw Surréaliste, j'adore le grand n'importe quoi", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1775000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Surr\\u00e9aliste, j'adore le grand n'importe quoi\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182649987366912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":169,\"screen_name\":\"CuuilerSoupe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":106,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418130953\\/Photo_200.jpg\",\"location\":\"Fouras\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1799016252\\/DSC02999bis_normal.jpg\",\"description\":\"Passionn\\u00e9e de et par tout... Sp\\u00e9cialis\\u00e9e dans les politiques d'Education du monde\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"\",\"id_str\":\"481209009\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418130953\\/Photo_200.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799016252\\/DSC02999bis_normal.jpg\",\"name\":\"Cuiller \\u00e0 Soupe\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 02 12:57:41 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":481209009,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182649987366912,\"created_at\":\"Fri Feb 24 23:08:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1775000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c8d9eeea-1fa0-45ba-a41f-6654cd2345f0-173182649987366912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\\o/ RT @solferishow Aaahhhhhh @Tweets2Comptoir sur #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848059014/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg" +}, +"title": "Glória: \\o/ RT @solferishow Aaahhhhhh @Tweets2Comptoir sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1775000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\\o\\/ RT @solferishow Aaahhhhhh @Tweets2Comptoir sur #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"solferishow\",\"indices\":[7,19],\"id_str\":\"232221031\",\"name\":\"Solferishow\",\"id\":232221031},{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[30,46],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/stone.com\\/Twittelator\\\" rel=\\\"nofollow\\\"\\u003ETwittelator\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182649463091203\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":217,\"screen_name\":\"Essemali\",\"lang\":\"fr\",\"profile_text_color\":\"020003\",\"statuses_count\":22082,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/109317104\\/mqbackyardsummers.br.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":95,\"profile_link_color\":\"8118ba\",\"followers_count\":1191,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848059014\\/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg\",\"description\":\"Bio? Danone n'a plus le droit de vendre sous cette marque. Moi non plus du coup. #TeamCivilisationInf\\u00e9rieure\\r\\nhttp:\\/\\/lusiades.wordpress.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"114069529\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109317104\\/mqbackyardsummers.br.jpg\",\"profile_sidebar_fill_color\":\"f2eded\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848059014\\/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg\",\"name\":\"Gl\\u00f3ria\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 14 01:18:31 +0000 2010\",\"profile_sidebar_border_color\":\"030000\",\"id\":114069529,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/essemali.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182649463091203,\"created_at\":\"Fri Feb 24 23:08:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1775000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "89f848f7-e728-4842-9da5-f6a18059c135-173182649463091203" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh la jolie tete de @captainweb dans #lgw #tweetsdecomptoir", +"img": { +"src": "http://a1.twimg.com/profile_images/1751012284/BBR_normal.png" +}, +"title": "Anha Flint: Oh la jolie tete de @captainweb dans #lgw #tweetsdecomptoir", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1776000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh la jolie tete de @captainweb dans #lgw #tweetsdecomptoir\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"captainweb\",\"indices\":[20,31],\"id_str\":\"18554168\",\"name\":\"Siegfried Thouvenot\",\"id\":18554168}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]},{\"text\":\"tweetsdecomptoir\",\"indices\":[42,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182651287613441\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":199,\"screen_name\":\"anhaflint\",\"lang\":\"en\",\"profile_text_color\":\"3DC6D0\",\"statuses_count\":16011,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/196062722\\/xc2bc5be7a2b0a764d56c6928557e222.jpg\",\"location\":\"Nantes\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"F56191\",\"followers_count\":221,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1751012284\\/BBR_normal.png\",\"description\":\"Au pays des bitounours. J'aime pas les gens. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"040718\",\"id_str\":\"184911877\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196062722\\/xc2bc5be7a2b0a764d56c6928557e222.jpg\",\"profile_sidebar_fill_color\":\"7360C2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1751012284\\/BBR_normal.png\",\"name\":\"Anha Flint\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 30 19:59:04 +0000 2010\",\"profile_sidebar_border_color\":\"E7194A\",\"id\":184911877,\"utc_offset\":-10800,\"favourites_count\":46,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/anhaflint\\/show\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182651287613441,\"created_at\":\"Fri Feb 24 23:08:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1776000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa0b25a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "104bb4db-e098-4d23-b31f-ef137a4c022e-173182651287613441" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@MisterMcFlee: Aaaaaaah les @Tweets2Comptoir dans @LeGrandWebze c'est maintenant! #lgw #T2c”", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: “@MisterMcFlee: Aaaaaaah les @Tweets2Comptoir dans @LeGrandWebze c'est maintenant! #lgw #T2c”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1777000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@MisterMcFlee: Aaaaaaah les @Tweets2Comptoir dans @LeGrandWebze c'est maintenant! #lgw #T2c\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MisterMcFlee\",\"indices\":[1,14],\"id_str\":\"60043161\",\"name\":\"Mister Mc Flee\",\"id\":60043161},{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[29,45],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618},{\"screen_name\":\"LeGrandWebze\",\"indices\":[51,64],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[83,87]},{\"text\":\"T2c\",\"indices\":[88,92]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182658061418497\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":886,\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":33185,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Pau\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"name\":\"Aur\\u00e9lien\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14321671,\"utc_offset\":3600,\"favourites_count\":140,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182658061418497,\"created_at\":\"Fri Feb 24 23:08:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1777000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa447a8-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "da10a2ef-432d-454e-bbfd-50661df141a6-173182658061418497" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @makina37: Oula. La professeur Solange a encore a apprendre du Rollin ( #IlReste ). #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1814941156/vintage-computer_normal.jpg" +}, +"title": "Sarax Lacroix: RT @makina37: Oula. La professeur Solange a encore a apprendre du Rollin ( #IlReste ). #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1780000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @makina37: Oula. La professeur Solange a encore a apprendre du Rollin ( #IlReste ). #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"makina37\",\"indices\":[3,12],\"id_str\":\"351529067\",\"name\":\"makina\",\"id\":351529067}],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[75,83]},{\"text\":\"lgw\",\"indices\":[87,91]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Oula. La professeur Solange a encore a apprendre du Rollin ( #IlReste ). #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[61,69]},{\"text\":\"lgw\",\"indices\":[73,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181204261113856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1,\"screen_name\":\"makina37\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"351529067\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"name\":\"makina\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 09 11:20:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":351529067,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181204261113856,\"created_at\":\"Fri Feb 24 23:03:11 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182667339206656\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":664,\"screen_name\":\"saraxlacroix\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4421,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/420424768\\/xa111538c832a9e1e333e81d58474c19.png\",\"location\":\"Bordeaux - Aix-en-Provence\",\"show_all_inline_media\":true,\"listed_count\":86,\"profile_link_color\":\"649964\",\"followers_count\":1277,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1814941156\\/vintage-computer_normal.jpg\",\"description\":\"Chef de projet marketing et co-fondatrice de @MonVigneron. Sp\\u00e9cialis\\u00e9e en #Webmarketing et #SEO dans les domaines du #vin et de la culture.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"7072eb\",\"id_str\":\"208589241\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420424768\\/xa111538c832a9e1e333e81d58474c19.png\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1814941156\\/vintage-computer_normal.jpg\",\"name\":\"Sarax Lacroix\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 27 15:08:31 +0000 2010\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":208589241,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/www.mon-vigneron.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182667339206656,\"created_at\":\"Fri Feb 24 23:09:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1780000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "33f711ff-691a-44ac-b525-7200095b79d7-173182667339206656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw j'ai envi d'tweet !!!", +"img": { +"src": "http://a0.twimg.com/profile_images/1849287081/aYnrwQ30_normal" +}, +"title": "Barbara: #lgw j'ai envi d'tweet !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1780000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw j'ai envi d'tweet !!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182666856865792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":38,\"screen_name\":\"babevva\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":172,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849287081\\/aYnrwQ30_normal\",\"description\":\"Je suis l\\u00e0 pour m'amuser, rire, pour partager ma vie avec vous :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"94037513\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849287081\\/aYnrwQ30_normal\",\"name\":\"Barbara\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 02 06:48:45 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":94037513,\"utc_offset\":3600,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182666856865792,\"created_at\":\"Fri Feb 24 23:09:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1780000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "16a7561d-304c-4dd8-8339-a2d0b0a2889d-173182666856865792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw C'es TV Polonia / y'a meme pas de lumiere .", +"img": { +"src": "http://a0.twimg.com/profile_images/1826253762/gifs__20__normal.gif" +}, +"title": "Systaime: #lgw C'es TV Polonia / y'a meme pas de lumiere .", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1781000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw C'es TV Polonia \\/ y'a meme pas de lumiere .\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182673337073665\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"systaime18\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3209,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":40,\"profile_link_color\":\"080808\",\"followers_count\":393,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"758882\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"profile_sidebar_fill_color\":\"f5ed08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"name\":\"Systaime\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 08 22:13:03 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":758882,\"utc_offset\":3600,\"favourites_count\":112,\"url\":\"http:\\/\\/www.systaime.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182673337073665,\"created_at\":\"Fri Feb 24 23:09:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1781000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9ea73eac-86a7-41f1-9a68-cb9bcf0fde40-173182673337073665" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Fabarol: La 1ère expérience de social TV c'est maintenant, en direct, ds #LGW sur #france5. Des tweets qui volent, des avatars en ve ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1849067972/4413560C-7785-472A-B26C-A5EB7BB6F962_normal" +}, +"title": "Yhnn: RT @Fabarol: La 1ère expérience de social TV c'est maintenant, en direct, ds #LGW sur #france5. Des tweets qui volent, des avatars en ve ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1782000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Fabarol: La 1\\u00e8re exp\\u00e9rience de social TV c'est maintenant, en direct, ds #LGW sur #france5. Des tweets qui volent, des avatars en ve ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Fabarol\",\"indices\":[3,11],\"id_str\":\"110388053\",\"name\":\"Fabienne BAROLLIER\",\"id\":110388053}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[77,81]},{\"text\":\"france5\",\"indices\":[86,94]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"La 1\\u00e8re exp\\u00e9rience de social TV c'est maintenant, en direct, ds #LGW sur #france5. Des tweets qui volent, des avatars en veux-tu en voil\\u00e0 !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[64,68]},{\"text\":\"france5\",\"indices\":[73,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173173809376002048\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1041,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":317,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173173809376002048,\"created_at\":\"Fri Feb 24 22:33:48 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182675698462720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":236,\"screen_name\":\"kzz_\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":8385,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":27,\"profile_link_color\":\"00aaff\",\"followers_count\":604,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"description\":\"doing nothing takes work. \\/\\/\\/ Directeur du p\\u00f4le des pixels de l'espace at @GAMEONE\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"15801903\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"name\":\"Yhnn\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 10 22:12:55 +0000 2008\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":15801903,\"utc_offset\":3600,\"favourites_count\":52,\"url\":\"http:\\/\\/blog.gameone.net\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173182675698462720,\"created_at\":\"Fri Feb 24 23:09:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1782000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b798edf8-4a9f-4949-a158-8140ca064447-173182675698462720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw tiens bonsoir @Tweets2Comptoir !", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: #lgw tiens bonsoir @Tweets2Comptoir !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1782000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw tiens bonsoir @Tweets2Comptoir !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[19,35],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182679234265090\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5e1410\",\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"favourites_count\":297,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1749,\"location\":\"Crozon, Brittany\",\"profile_text_color\":\"000000\",\"followers_count\":2619,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"statuses_count\":28280,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Philippe B\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_fill_color\":\"d3ede7\",\"id\":14400518,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\"},\"truncated\":false,\"id\":173182679234265090,\"created_at\":\"Fri Feb 24 23:09:02 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1782000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3b454d64-9e5e-4b10-a096-74e370bb707a-173182679234265090" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est toi le comptoir @francoisrollin #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: C'est toi le comptoir @francoisrollin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1783000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est toi le comptoir @francoisrollin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[22,37],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182682887491585\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13059,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":793,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182682887491585,\"created_at\":\"Fri Feb 24 23:09:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1783000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b5bd7481-f475-4b9a-b631-f3654b69c30d-173182682887491585" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1646789005/moi-id-tof-effects-600x600-gplus_normal.jpg" +}, +"title": "Romain Vuillemot: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1784000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"palmashow\",\"lang\":\"en\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":67,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":54636,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"statuses_count\":1784,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"show_all_inline_media\":false,\"listed_count\":202,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"palmashow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":23782965,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\"},\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182686335209472\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"fff8ad\",\"screen_name\":\"romsson\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":314,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":194,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1646789005\\/moi-id-tof-effects-600x600-gplus_normal.jpg\",\"description\":\"Interests in Information Visualization, Human\\/Computer Interaction, Design, etc. #infoviz #dataviz #hci\",\"statuses_count\":684,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0099CC\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"protected\":false,\"id_str\":\"14898705\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Romain Vuillemot\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"created_at\":\"Sun May 25 13:35:06 +0000 2008\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"id\":14898705,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/romain.vuillemot.net\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1646789005\\/moi-id-tof-effects-600x600-gplus_normal.jpg\"},\"truncated\":false,\"id\":173182686335209472,\"created_at\":\"Fri Feb 24 23:09:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1784000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0cdd3796-9887-42be-a86c-39dfdfe97b3e-173182686335209472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "VinVin, on veut voir les chaussures #lgw. Cc @KlaireFr", +"img": { +"src": "http://a0.twimg.com/profile_images/1545211034/Sans_titre_normal.jpg" +}, +"title": "Monopole du Cool: VinVin, on veut voir les chaussures #lgw. Cc @KlaireFr", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1784000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"VinVin, on veut voir les chaussures #lgw. Cc @KlaireFr\",\"created_at\":\"Fri Feb 24 23:09:04 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}],\"user_mentions\":[{\"indices\":[45,54],\"screen_name\":\"KlaireFr\",\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173182687132139521\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":0,\"created_at\":\"Fri Sep 16 09:55:14 +0000 2011\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/330923620\\/Sans_titre.jpg\",\"url\":\"http:\\/\\/monopoleducool.blogspot.com\",\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"0084B4\",\"screen_name\":\"Monop_du_Cool\",\"time_zone\":null,\"description\":\"J'ai essay\\u00e9 d'avoir une ligne \\u00e9ditoriale de blog \\u00e0 succ\\u00e8s. Puis j'ai arr\\u00eat\\u00e9. Vous avez de la chance, c'est encore l\\u00e0 (demain je m'y remets) : \",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/330923620\\/Sans_titre.jpg\",\"profile_background_color\":\"C0DEED\",\"location\":\"\",\"id_str\":\"374440919\",\"profile_background_tile\":true,\"followers_count\":17,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1545211034\\/Sans_titre_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1545211034\\/Sans_titre_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"DDEEF6\",\"favourites_count\":0,\"protected\":false,\"friends_count\":49,\"profile_sidebar_border_color\":\"C0DEED\",\"name\":\"Monopole du Cool\",\"contributors_enabled\":false,\"verified\":false,\"id\":374440919,\"statuses_count\":194,\"profile_use_background_image\":true,\"utc_offset\":null},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173182687132139521}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1784000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ac8aad48-46df-4376-b71f-906c4c9fddb3-173182687132139521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw. maksudnya LEGOWO bukan?", +"img": { +"src": "http://a1.twimg.com/profile_images/1818965236/firdausiaZeta_1.1049692574615E_18_normal.jpg" +}, +"title": "Firdausia Zeta ☮: #lgw. maksudnya LEGOWO bukan?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1785000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw. maksudnya LEGOWO bukan?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182687794835456\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"c539cc\",\"screen_name\":\"firdausiaZeta\",\"lang\":\"en\",\"favourites_count\":400,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":238,\"location\":\"Semarang, Indonesia\",\"profile_text_color\":\"f6a8fa\",\"followers_count\":387,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1818965236\\/firdausiaZeta_1.1049692574615E_18_normal.jpg\",\"description\":\"Jambi, 26-2-1998 | Not an ordinary girl | SM*SHBLAST TWIBIE ICONIA ELF SONE SHAWOL | @MerahPutihMovie | Mention for follback\",\"statuses_count\":22738,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/399310701\\/gueh31.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"c075d9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Pacific Time (US & Canada)\",\"profile_background_color\":\"030003\",\"protected\":false,\"id_str\":\"243953765\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Firdausia Zeta \\u262e\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399310701\\/gueh31.jpg\",\"created_at\":\"Fri Jan 28 04:58:49 +0000 2011\",\"profile_sidebar_fill_color\":\"000302\",\"id\":243953765,\"follow_request_sent\":null,\"utc_offset\":-28800,\"url\":\"http:\\/\\/firdausiazeta.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818965236\\/firdausiaZeta_1.1049692574615E_18_normal.jpg\"},\"truncated\":false,\"id\":173182687794835456,\"created_at\":\"Fri Feb 24 23:09:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1785000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bd016d5c-2087-44d8-b71f-914d0ad4a08c-173182687794835456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Tweets2Comptoir, c'est toi là-bas dans le noir? #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: @Tweets2Comptoir, c'est toi là-bas dans le noir? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1785000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Tweets2Comptoir\",\"favorited\":false,\"text\":\"@Tweets2Comptoir, c'est toi l\\u00e0-bas dans le noir? #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[0,16],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[49,53]}]},\"in_reply_to_user_id\":227334618,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182691414523904\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4894,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173182691414523904,\"created_at\":\"Fri Feb 24 23:09:05 +0000 2012\",\"in_reply_to_user_id_str\":\"227334618\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1785000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ff834df7-a2da-402b-aeb0-d5a4e4e43803-173182691414523904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @cliophile: #lgw Rollin= #ilreste @vinvin= #change2chemise en tout cas, merci!! je passe un bon moment devant votre émission! -> IDEM! ;)", +"img": { +"src": "http://a3.twimg.com/profile_images/1594302019/3eadcb00-f04c-4c61-b122-e74a871d97e2_normal.png" +}, +"title": "Sophie TAN: RT @cliophile: #lgw Rollin= #ilreste @vinvin= #change2chemise en tout cas, merci!! je passe un bon moment devant votre émission! -> IDEM! ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1786000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @cliophile: #lgw Rollin= #ilreste @vinvin= #change2chemise en tout cas, merci!! je passe un bon moment devant votre \\u00e9mission! -> IDEM! ;)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"cliophile\",\"indices\":[3,13],\"id_str\":\"126441750\",\"name\":\"H\\u00e9l\\u00e8ne Herniou\",\"id\":126441750},{\"screen_name\":\"Vinvin\",\"indices\":[37,44],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]},{\"text\":\"ilreste\",\"indices\":[28,36]},{\"text\":\"change2chemise\",\"indices\":[46,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182692031070210\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":303,\"screen_name\":\"sophie_ehrhardt\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":408,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Strasbourg\",\"show_all_inline_media\":true,\"listed_count\":20,\"profile_link_color\":\"990000\",\"followers_count\":250,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1594302019\\/3eadcb00-f04c-4c61-b122-e74a871d97e2_normal.png\",\"description\":\"Branch\\u00e9e sur la communication irl&web des institutions culturelles et la m\\u00e9diation. #museogeek #fid\\u00e9lisation #web2.0 Charg\\u00e9 de Communication et CM\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"274446618\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1594302019\\/3eadcb00-f04c-4c61-b122-e74a871d97e2_normal.png\",\"name\":\"Sophie TAN\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 30 09:32:58 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":274446618,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/sophie-ehrhardt\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182692031070210,\"created_at\":\"Fri Feb 24 23:09:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1786000, +"tags": [ +{ +"id-ref": "ef54d3da-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "443d713b-ba27-4b7e-807f-f34baa4312cf-173182692031070210" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze toujours au top au niveau lumière #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1255908033/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png" +}, +"title": "Crazou: @LeGrandWebze toujours au top au niveau lumière #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1786000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze toujours au top au niveau lumi\\u00e8re #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182693960450048\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"crazou_\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":50,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1255908033\\/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png\",\"description\":\"\",\"statuses_count\":155,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"120808218\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Crazou\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Mar 07 16:26:59 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":120808218,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1255908033\\/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png\"},\"truncated\":false,\"id\":173182693960450048,\"created_at\":\"Fri Feb 24 23:09:06 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1786000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5edae960-edcd-4b57-8f52-adafe6ed4069-173182693960450048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @captainweb @FlorencePorcel DES TICKETS RESTO POUR L'ADC! \n(Tous ensemble !)", +"img": { +"src": "http://a0.twimg.com/profile_images/185086413/photo_34204094_2_normal.jpg" +}, +"title": "Pierre-Alexandre L.: #lgw @captainweb @FlorencePorcel DES TICKETS RESTO POUR L'ADC! \n(Tous ensemble !)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1787000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @captainweb @FlorencePorcel DES TICKETS RESTO POUR L'ADC! \\n(Tous ensemble !)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"captainweb\",\"indices\":[5,16],\"id_str\":\"18554168\",\"name\":\"Siegfried Thouvenot\",\"id\":18554168},{\"screen_name\":\"FlorencePorcel\",\"indices\":[17,32],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182696481234944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":108,\"screen_name\":\"LoopingPAL\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":551,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Gien 45\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":36,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/185086413\\/photo_34204094_2_normal.jpg\",\"description\":\"En BTS Electrotechnique, un iPhone greff\\u00e9 \\u00e0 une main, une Dualshock \\u00e0 l'autre\\u2026\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"35580040\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/185086413\\/photo_34204094_2_normal.jpg\",\"name\":\"Pierre-Alexandre L.\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 26 22:10:24 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":35580040,\"utc_offset\":3600,\"favourites_count\":26,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182696481234944,\"created_at\":\"Fri Feb 24 23:09:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1787000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4015fcca-52ad-4071-89bf-0665392d8609-173182696481234944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François t'es complètement barré, k te kiff, on se fait une bouffe quand tu veux avec Lucchini! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1840420824/FRANCEFORTE-by-dzeis_normal.jpg" +}, +"title": "[ɖʐəɪʃ]: François t'es complètement barré, k te kiff, on se fait une bouffe quand tu veux avec Lucchini! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1788000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois t'es compl\\u00e8tement barr\\u00e9, k te kiff, on se fait une bouffe quand tu veux avec Lucchini! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[96,100]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182702688808961\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":555,\"screen_name\":\"dzeis\",\"lang\":\"fr\",\"profile_text_color\":\"cccccc\",\"statuses_count\":16800,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/414372141\\/bg-twitterAD.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":49,\"profile_link_color\":\"ff0084\",\"followers_count\":1129,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1840420824\\/FRANCEFORTE-by-dzeis_normal.jpg\",\"description\":\"Tu aimes le foot et la politique? Tu peux entrer, je t'accepterai malgr\\u00e9 ta diff\\u00e9rence. Follow par @LANDEYves, mais je ne l'explique toujours pas.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"47984073\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/414372141\\/bg-twitterAD.jpg\",\"profile_sidebar_fill_color\":\"292929\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840420824\\/FRANCEFORTE-by-dzeis_normal.jpg\",\"name\":\"[\\u0256\\u0290\\u0259\\u026a\\u0283]\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 14:50:50 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":47984073,\"utc_offset\":3600,\"favourites_count\":52,\"url\":\"http:\\/\\/nonjenaipasdefacebookconnard.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182702688808961,\"created_at\":\"Fri Feb 24 23:09:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1788000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cb62b091-ccab-49d5-b89c-6d0ae38480b0-173182702688808961" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@nicoprat Les ravages de la drogue sûrement... @solangeteparle #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1592192908/DKen_MG_5127_Small_normal.jpeg" +}, +"title": "Antoine Dubuquoy: @nicoprat Les ravages de la drogue sûrement... @solangeteparle #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1788000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@nicoprat Les ravages de la drogue s\\u00fbrement... @solangeteparle #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"nicoprat\",\"indices\":[0,9],\"id_str\":\"19256842\",\"name\":\"Nico Prat\",\"id\":19256842},{\"screen_name\":\"SolangeTeParle\",\"indices\":[47,62],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173182161636179968\",\"id_str\":\"173182703842238464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173182161636179968,\"in_reply_to_user_id_str\":\"19256842\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1104,\"screen_name\":\"dubuc64\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":12392,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"location\":\"Paris (France)\",\"show_all_inline_media\":false,\"listed_count\":117,\"profile_link_color\":\"ff0000\",\"followers_count\":1732,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"description\":\"Digital Media Strategist - Social Media, Community Management - Rock & pop culture guru - Auteur avec @nicoprat des Miscellan\\u00e9es d'Internet parution le 12\\/01\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"10731962\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"profile_sidebar_fill_color\":\"eeeeee\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"name\":\"Antoine Dubuquoy\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 30 07:20:52 +0000 2007\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":10731962,\"utc_offset\":3600,\"favourites_count\":339,\"url\":\"http:\\/\\/www.dubucsblog.com\"},\"in_reply_to_screen_name\":\"nicoprat\",\"truncated\":false,\"id\":173182703842238464,\"created_at\":\"Fri Feb 24 23:09:08 +0000 2012\",\"in_reply_to_user_id\":19256842}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1788000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "957be98c-c17f-47fb-bd95-342c23f2d0f2-173182703842238464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je constate que le professeur #Rollin a toujours quelque chose à dire et ça, la vérité, ça fait plaisir ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1636975262/avatarfm2_normal.jpg" +}, +"title": "Frédérique Michalak: Je constate que le professeur #Rollin a toujours quelque chose à dire et ça, la vérité, ça fait plaisir ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1788000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je constate que le professeur #Rollin a toujours quelque chose \\u00e0 dire et \\u00e7a, la v\\u00e9rit\\u00e9, \\u00e7a fait plaisir ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Rollin\",\"indices\":[30,37]},{\"text\":\"lgw\",\"indices\":[106,110]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182701552148481\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"d40000\",\"screen_name\":\"FredMichalak\",\"lang\":\"fr\",\"favourites_count\":47,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":210,\"location\":\"Perpignan, France\",\"profile_text_color\":\"333333\",\"followers_count\":1333,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1636975262\\/avatarfm2_normal.jpg\",\"description\":\"L'autre. Journaliste PQR \\u00e0 Perpignan, en charge de la politique (ces tweets n'engagent ni ma r\\u00e9daction ni le bon go\\u00fbt). Pilote http:\\/\\/www.1jour1vespa.fr\\/\",\"statuses_count\":6923,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/106466387\\/Photos_a_riennes_030_Canet_-_Copie.jpg\",\"show_all_inline_media\":false,\"listed_count\":98,\"profile_link_color\":\"b30710\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Warsaw\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"112284601\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fr\\u00e9d\\u00e9rique Michalak\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/106466387\\/Photos_a_riennes_030_Canet_-_Copie.jpg\",\"created_at\":\"Sun Feb 07 22:56:25 +0000 2010\",\"profile_sidebar_fill_color\":\"dbd0af\",\"id\":112284601,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.fredmichalak.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1636975262\\/avatarfm2_normal.jpg\"},\"truncated\":false,\"id\":173182701552148481,\"created_at\":\"Fri Feb 24 23:09:08 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1788000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa96512-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "188d700c-d0df-40ec-bace-fc4bb472e7f2-173182701552148481" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@SolangeTeParle les glaçons pourquoi pas, mais la chemise, non, tout de même. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1005214788/bert11_normal.jpg" +}, +"title": "bertfromsang: @SolangeTeParle les glaçons pourquoi pas, mais la chemise, non, tout de même. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1789000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@SolangeTeParle les gla\\u00e7ons pourquoi pas, mais la chemise, non, tout de m\\u00eame. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[0,15],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[79,83]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182705759039489\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"417867146\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":458,\"screen_name\":\"bertfromsang\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":2680,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/241849394\\/noh6.jpg\",\"location\":\"landes de gascogne, france\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"0099B9\",\"followers_count\":129,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1005214788\\/bert11_normal.jpg\",\"description\":\"clandestin de moi-m\\u00eame.\\r\\n\\r\\nhttp:\\/\\/bertfromsang.blogspot.com\\/\\r\\n\\r\\n http:\\/\\/formspring.me\\/bertfromsang\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"157386699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/241849394\\/noh6.jpg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1005214788\\/bert11_normal.jpg\",\"name\":\"bertfromsang\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 19 17:10:09 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":157386699,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"SolangeTeParle\",\"truncated\":false,\"id\":173182705759039489,\"created_at\":\"Fri Feb 24 23:09:09 +0000 2012\",\"in_reply_to_user_id\":417867146}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1789000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b05b4420-137c-47b3-bfaa-4fc66fb034c2-173182705759039489" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Que @francoirollin continua a vanner @vinin, ça l'enerve et ça nous fait bien marrer :) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1143073505/41403_1088720440_8180_q_normal.jpg" +}, +"title": "yann : Que @francoirollin continua a vanner @vinin, ça l'enerve et ça nous fait bien marrer :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1791000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Que @francoirollin continua a vanner @vinin, \\u00e7a l'enerve et \\u00e7a nous fait bien marrer :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"vinin\",\"indices\":[37,43],\"id_str\":\"194041315\",\"name\":\"nina yahagi\",\"id\":194041315}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[88,92]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182715775037440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":114,\"screen_name\":\"yannosh51\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":696,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"location\":\"france\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"384040\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"description\":\"Gamer, retrogamer m\\u00eame et administrateur chez armagame pour le jeu atomic strike.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"165689120\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"name\":\"yann \",\"default_profile_image\":false,\"created_at\":\"Mon Jul 12 08:06:43 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":165689120,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/www.atomic-strike.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182715775037440,\"created_at\":\"Fri Feb 24 23:09:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1791000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "494b18f5-7e73-4d17-979c-4159699bbae7-173182715775037440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Ouais, vas-y François ! #ilReste", +"img": { +"src": "http://a2.twimg.com/profile_images/1776332006/Zeke_normal.jpg" +}, +"title": "[T61] Rémy S.: #LGW Ouais, vas-y François ! #ilReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1792000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Ouais, vas-y Fran\\u00e7ois ! #ilReste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[29,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182719398903808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":103,\"screen_name\":\"ThatVeryBadFlip\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":11101,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"location\":\"France - 66500, Prades\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":112,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\",\"description\":\"I don't know tweeting in English very well . But when I do, it's in French.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"169bde\",\"id_str\":\"165862367\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\",\"name\":\"[T61] R\\u00e9my S.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 12 18:48:22 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":165862367,\"utc_offset\":3600,\"favourites_count\":27,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182719398903808,\"created_at\":\"Fri Feb 24 23:09:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1792000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "615b82e9-2e45-462f-8a64-2a6aee229536-173182719398903808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "PUTAIN DE TRAIN RT @MisterMcFlee: Aaaaaaah les @Tweets2Comptoir dans @LeGrandWebze c'est maintenant! #lgw #T2c", +"img": { +"src": "http://a1.twimg.com/profile_images/1803019438/rolling-stones-classic-tongue-fridge-magnet-78mm-square-1509-p_normal.jpg" +}, +"title": "Justin: PUTAIN DE TRAIN RT @MisterMcFlee: Aaaaaaah les @Tweets2Comptoir dans @LeGrandWebze c'est maintenant! #lgw #T2c", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1793000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"PUTAIN DE TRAIN RT @MisterMcFlee: Aaaaaaah les @Tweets2Comptoir dans @LeGrandWebze c'est maintenant! #lgw #T2c\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MisterMcFlee\",\"indices\":[19,32],\"id_str\":\"60043161\",\"name\":\"Mister Mc Flee\",\"id\":60043161},{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[47,63],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618},{\"screen_name\":\"LeGrandWebze\",\"indices\":[69,82],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[101,105]},{\"text\":\"T2c\",\"indices\":[106,110]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182725191237633\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":594,\"screen_name\":\"Just1Mt\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":21473,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/356577933\\/twilk_background_4eb031adc9b37.jpg\",\"location\":\"Minecraft\",\"show_all_inline_media\":true,\"listed_count\":28,\"profile_link_color\":\"830c0c\",\"followers_count\":547,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803019438\\/rolling-stones-classic-tongue-fridge-magnet-78mm-square-1509-p_normal.jpg\",\"description\":\"\\u00c9tudiant de droit \\u00e0 gauche\\rnon encart\\u00e9.\\nJ'aime l'actualit\\u00e9 (surtout politique), le rugby ...\\r\\nS\\u00e9lectionneur pour @tweets2comptoir\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"830c0c\",\"id_str\":\"235174844\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/356577933\\/twilk_background_4eb031adc9b37.jpg\",\"profile_sidebar_fill_color\":\"b6b5b5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803019438\\/rolling-stones-classic-tongue-fridge-magnet-78mm-square-1509-p_normal.jpg\",\"name\":\"Justin\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 07 15:00:35 +0000 2011\",\"profile_sidebar_border_color\":\"b6b5b5\",\"id\":235174844,\"utc_offset\":3600,\"favourites_count\":407,\"url\":\"http:\\/\\/bitly.com\\/ymEuQC\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182725191237633,\"created_at\":\"Fri Feb 24 23:09:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1793000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa447a8-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "af6cbe9b-2f26-4f2c-9096-0335ec68bea6-173182725191237633" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@baktelraalis @PascalMabille tu connais son rire maintenant #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: @baktelraalis @PascalMabille tu connais son rire maintenant #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1793000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@baktelraalis @PascalMabille tu connais son rire maintenant #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"baktelraalis\",\"indices\":[0,13],\"id_str\":\"18515564\",\"name\":\"Bakt El Raalis\",\"id\":18515564},{\"screen_name\":\"PascalMabille\",\"indices\":[14,28],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173182520236584961\",\"id_str\":\"173182724822147072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173182520236584961,\"in_reply_to_user_id_str\":\"18515564\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":663,\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7364,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"location\":\"DtC\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":207,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"name\":\"monsieurhobby\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":78733185,\"utc_offset\":-10800,\"favourites_count\":30,\"url\":null},\"in_reply_to_screen_name\":\"baktelraalis\",\"truncated\":false,\"id\":173182724822147072,\"created_at\":\"Fri Feb 24 23:09:13 +0000 2012\",\"in_reply_to_user_id\":18515564}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1793000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "583d3f92-b4ec-4b49-b410-04e9e3ef6611-173182724822147072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Je me vois à la télé !", +"img": { +"src": "http://a2.twimg.com/profile_images/1421905670/logo2_normal.png" +}, +"title": "Clément Rueda: #LGW Je me vois à la télé !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1793000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Je me vois \\u00e0 la t\\u00e9l\\u00e9 !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182722167156736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":439,\"screen_name\":\"ClementWeda\",\"lang\":\"fr\",\"profile_text_color\":\"3c3940\",\"statuses_count\":7342,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/200496758\\/twitter-clement-weda.jpg\",\"location\":\"Noisy-le-Grand, France\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"c98312\",\"followers_count\":341,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1421905670\\/logo2_normal.png\",\"description\":\"DJ \\/ Beatmaker \\/ Producer (@RookiesMusic) Webdesigner & Arrangeur en Freelance (@BeWebArt) Photographe amateur - Portfolio : http:\\/\\/bit.ly\\/qEeeLe\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"19384400\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/200496758\\/twitter-clement-weda.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421905670\\/logo2_normal.png\",\"name\":\"Cl\\u00e9ment Rueda\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 23 06:35:37 +0000 2009\",\"profile_sidebar_border_color\":\"c2c2c2\",\"id\":19384400,\"utc_offset\":3600,\"favourites_count\":20,\"url\":\"http:\\/\\/www.clementweda.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182722167156736,\"created_at\":\"Fri Feb 24 23:09:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1793000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "529349ef-c3ed-4fd2-a72a-1a800bc76c3f-173182722167156736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@MisterMcFlee: Aaaaaaah les @Tweets2Comptoir dans @LeGrandWebze c'est maintenant! #lgw #T2c” yesss !!", +"img": { +"src": "http://a2.twimg.com/profile_images/1619453342/image_normal.jpg" +}, +"title": "de France: “@MisterMcFlee: Aaaaaaah les @Tweets2Comptoir dans @LeGrandWebze c'est maintenant! #lgw #T2c” yesss !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1793000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@MisterMcFlee: Aaaaaaah les @Tweets2Comptoir dans @LeGrandWebze c'est maintenant! #lgw #T2c\\u201d yesss !!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MisterMcFlee\",\"indices\":[1,14],\"id_str\":\"60043161\",\"name\":\"Mister Mc Flee\",\"id\":60043161},{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[29,45],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618},{\"screen_name\":\"LeGrandWebze\",\"indices\":[51,64],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[83,87]},{\"text\":\"T2c\",\"indices\":[88,92]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182723681296386\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":916,\"screen_name\":\"Najett2France\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13098,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"0084B4\",\"followers_count\":1078,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1619453342\\/image_normal.jpg\",\"description\":\"Fondatrice d'A&P Groupe. #Consultante en #d\\u00e9veloppement des #partenariats pour les #CE\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"318887925\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619453342\\/image_normal.jpg\",\"name\":\"de France\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 17 06:29:55 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":318887925,\"utc_offset\":-10800,\"favourites_count\":422,\"url\":\"http:\\/\\/www.a-p-groupe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182723681296386,\"created_at\":\"Fri Feb 24 23:09:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1793000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa447a8-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ed038b8a-4828-4d6d-8440-fecdacffb730-173182723681296386" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "les présentateurs qui peuvent pas se piffrer. vas y clashe le François. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1581258000/cthulhu_normal.jpg" +}, +"title": "inco inco: les présentateurs qui peuvent pas se piffrer. vas y clashe le François. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1796000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"les pr\\u00e9sentateurs qui peuvent pas se piffrer. vas y clashe le Fran\\u00e7ois. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182734531964929\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":128,\"screen_name\":\"incolas\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":3639,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/414403093\\/bartlies_test.png\",\"location\":\"au 8\\u00e8me \\u00e9tage de l'Atlas\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"93A644\",\"followers_count\":353,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1581258000\\/cthulhu_normal.jpg\",\"description\":\"personal branleur\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"15611813\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/414403093\\/bartlies_test.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1581258000\\/cthulhu_normal.jpg\",\"name\":\"inco inco\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 26 16:19:27 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":15611813,\"utc_offset\":3600,\"favourites_count\":12,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182734531964929,\"created_at\":\"Fri Feb 24 23:09:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1796000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cb7b6d17-210f-4178-9a93-b4eed0b22bb6-173182734531964929" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#legrandwebze la chemise de #Vinvin c'est une \"Coton doux \" ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1365883599/magpullraye_normal.jpg" +}, +"title": "Magali Rebeyrat: #legrandwebze la chemise de #Vinvin c'est une \"Coton doux \" ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1796000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#legrandwebze la chemise de #Vinvin c'est une \\\"Coton doux \\\" ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"legrandwebze\",\"indices\":[0,13]},{\"text\":\"Vinvin\",\"indices\":[28,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182734527758337\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":303,\"screen_name\":\"MagaliRebeyrat\",\"lang\":\"en\",\"profile_text_color\":\"362720\",\"statuses_count\":1608,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"B40B43\",\"followers_count\":292,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1365883599\\/magpullraye_normal.jpg\",\"description\":\"Responsable Communication & D\\u00e9veloppement \\r\\nCercle du Marketing Direct (r\\u00e9seau de professionnels du marketing direct)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"FF6699\",\"id_str\":\"23420041\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1365883599\\/magpullraye_normal.jpg\",\"name\":\"Magali Rebeyrat\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 09 10:02:40 +0000 2009\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":23420041,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/www.cercle-md.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182734527758337,\"created_at\":\"Fri Feb 24 23:09:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1796000, +"tags": [ +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef574386-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "318908c6-86b0-452a-a5fb-6380c7f157ca-173182734527758337" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vinvin devrait faire tomber la chemise ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1580412781/Sans_titre_3_normal.jpg" +}, +"title": "Hélène Hautbois: Vinvin devrait faire tomber la chemise ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1797000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Vinvin devrait faire tomber la chemise ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182739699335168\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"LNdoll\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":105,\"location\":\"Paris\",\"profile_text_color\":\"3C3940\",\"followers_count\":81,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1580412781\\/Sans_titre_3_normal.jpg\",\"description\":\"LN, 23 ans, belle, dr\\u00f4le, sympa, riche...Vous ne me croyez pas ? (Vous avez bien raison...). Mod\\u00e9ratrice sur\",\"statuses_count\":537,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/197370085\\/IMG00162.JPG\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"37177757\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"H\\u00e9l\\u00e8ne Hautbois\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/197370085\\/IMG00162.JPG\",\"created_at\":\"Sat May 02 10:51:08 +0000 2009\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":37177757,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/arnaudtsamere.com\\/forum\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1580412781\\/Sans_titre_3_normal.jpg\"},\"truncated\":false,\"id\":173182739699335168,\"created_at\":\"Fri Feb 24 23:09:17 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1797000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ec86c9a3-f754-4d93-8fac-e5c7ee4f2a19-173182739699335168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'éclairage de merde ! ^^ #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1291328088/z02_normal.jpg" +}, +"title": "Amstramgram : L'éclairage de merde ! ^^ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1797000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"L'\\u00e9clairage de merde ! ^^ #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182740286541824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":101,\"screen_name\":\"Zbang\",\"lang\":\"fr\",\"profile_text_color\":\"0b7575\",\"statuses_count\":6193,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/185303389\\/x6b083822a5526f9693536299cdeafaa.jpg\",\"location\":\"Albi, France\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"0b7575\",\"followers_count\":196,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1291328088\\/z02_normal.jpg\",\"description\":\"Depuis 2004, Zbang \\u00e9lu meilleur forum au monde selon son administrateur @Amstramgram.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"b4d9ad\",\"id_str\":\"8953242\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/185303389\\/x6b083822a5526f9693536299cdeafaa.jpg\",\"profile_sidebar_fill_color\":\"b4d9ad\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1291328088\\/z02_normal.jpg\",\"name\":\"Amstramgram \",\"default_profile_image\":false,\"created_at\":\"Tue Sep 18 15:17:03 +0000 2007\",\"profile_sidebar_border_color\":\"aef5fa\",\"id\":8953242,\"utc_offset\":3600,\"favourites_count\":97,\"url\":\"http:\\/\\/www.zbang.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182740286541824,\"created_at\":\"Fri Feb 24 23:09:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1797000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa55b481-6f78-4622-b894-91cb86cc758f-173182740286541824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cette petite fierté quand tu vois ton tweet sur l'écran derrière. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: Cette petite fierté quand tu vois ton tweet sur l'écran derrière. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1798000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Cette petite fiert\\u00e9 quand tu vois ton tweet sur l'\\u00e9cran derri\\u00e8re. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182743214161921\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15002,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182743214161921,\"created_at\":\"Fri Feb 24 23:09:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1798000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c51d12e4-df7b-4c2f-bcda-26f9b70f3588-173182743214161921" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@SarkoMent: Je vote pour Rollin s'il vote pour moi ! #lgw #Ilreste", +"img": { +"src": "http://a1.twimg.com/profile_images/1840423549/sarkozy_prfet_4_normal.jpg" +}, +"title": "SarkoMent: @SarkoMent: Je vote pour Rollin s'il vote pour moi ! #lgw #Ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1798000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@SarkoMent: Je vote pour Rollin s'il vote pour moi ! #lgw #Ilreste\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SarkoMent\",\"indices\":[0,10],\"id_str\":\"497726890\",\"name\":\"SarkoMent\",\"id\":497726890}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]},{\"text\":\"Ilreste\",\"indices\":[58,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182743193202689\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"497726890\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":45,\"screen_name\":\"SarkoMent\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":47,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840423549\\/sarkozy_prfet_4_normal.jpg\",\"description\":\"Compte parodique !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"497726890\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840423549\\/sarkozy_prfet_4_normal.jpg\",\"name\":\"SarkoMent\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 20 09:07:23 +0000 2012\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":497726890,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"SarkoMent\",\"truncated\":false,\"id\":173182743193202689,\"created_at\":\"Fri Feb 24 23:09:18 +0000 2012\",\"in_reply_to_user_id\":497726890}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1798000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "58a798e6-37b4-487a-95d2-5d02e61a99f1-173182743193202689" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh. @Tweets2Comptoir dans #LGW .", +"img": { +"src": "http://a0.twimg.com/profile_images/1689863523/331385963_normal.jpg" +}, +"title": "Rajae: Oh. @Tweets2Comptoir dans #LGW .", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1798000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh. @Tweets2Comptoir dans #LGW .\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[4,20],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182745655250944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1567,\"screen_name\":\"Rajae_M_\",\"lang\":\"en\",\"profile_text_color\":\"0d020d\",\"statuses_count\":98846,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/406096990\\/twilk_background_4f1b18a583251.jpg\",\"location\":\"Belgique avec un gouvernement\",\"show_all_inline_media\":false,\"listed_count\":364,\"profile_link_color\":\"BF1238\",\"followers_count\":4580,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1689863523\\/331385963_normal.jpg\",\"description\":\"Quand il y a trop de poils, je vois pubien.\\nCM de @LisePressac.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"BF1238\",\"id_str\":\"65035525\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/406096990\\/twilk_background_4f1b18a583251.jpg\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1689863523\\/331385963_normal.jpg\",\"name\":\"Rajae\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 12 13:31:45 +0000 2009\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":65035525,\"utc_offset\":3600,\"favourites_count\":1120,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182745655250944,\"created_at\":\"Fri Feb 24 23:09:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1798000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c782b433-ccc9-4a21-84e8-4a378ee1a225-173182745655250944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vu sa réaction, il vient de lire le tweet. RT @palmashow : Notre voisin de droite a un problème de rire #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1825277678/shy_normal.png" +}, +"title": "Tao: Vu sa réaction, il vient de lire le tweet. RT @palmashow : Notre voisin de droite a un problème de rire #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1799000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Vu sa r\\u00e9action, il vient de lire le tweet. RT @palmashow : Notre voisin de droite a un probl\\u00e8me de rire #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[46,56],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[104,108]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182747353939968\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"TaoND\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":117,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1825277678\\/shy_normal.png\",\"description\":\"R\\u00e9dacteur pour Nintendo-Difference, \\u00e9tudiant en informatique, passionn\\u00e9 par un tas d'trucs (#Nintendo & comics #Marvel, notamment).\",\"statuses_count\":2062,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/264182174\\/wallpaper-8816.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"309649914\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Tao\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/264182174\\/wallpaper-8816.jpg\",\"created_at\":\"Thu Jun 02 12:52:12 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":309649914,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.nintendo-difference.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1825277678\\/shy_normal.png\"},\"truncated\":false,\"id\":173182747353939968,\"created_at\":\"Fri Feb 24 23:09:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1799000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e29d7555-ee22-44dc-ab66-201a1e6bc0e5-173182747353939968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @METACAPUCHE: Stinpeumou quand même ... Va falloir de réveiller #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1851292210/photos-ratees-1137977_normal.jpg" +}, +"title": "Pocky Potame: RT @METACAPUCHE: Stinpeumou quand même ... Va falloir de réveiller #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1799000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @METACAPUCHE: Stinpeumou quand m\\u00eame ... Va falloir de r\\u00e9veiller #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"METACAPUCHE\",\"indices\":[3,15],\"id_str\":\"125661667\",\"name\":\"Capuche\",\"id\":125661667}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Stinpeumou quand m\\u00eame ... Va falloir de r\\u00e9veiller #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182518374305792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":510,\"screen_name\":\"METACAPUCHE\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":71638,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/215886298\\/zzz.jpg\",\"location\":\"loin de la mer\",\"show_all_inline_media\":true,\"listed_count\":253,\"profile_link_color\":\"6446a3\",\"followers_count\":4268,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848927211\\/BE1637E5-B1A3-41C0-9AA4-0D6DD1779C90_normal\",\"description\":\"Pour la carotte, le lapin est la parfaite incarnation du Mal. (Robert Sheckley)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1f1f1f\",\"id_str\":\"125661667\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/215886298\\/zzz.jpg\",\"profile_sidebar_fill_color\":\"d5b5e6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848927211\\/BE1637E5-B1A3-41C0-9AA4-0D6DD1779C90_normal\",\"name\":\"Capuche\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 23 13:39:48 +0000 2010\",\"profile_sidebar_border_color\":\"3b2352\",\"id\":125661667,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/ombresclaires.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182518374305792,\"created_at\":\"Fri Feb 24 23:08:24 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182747316195328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":205,\"screen_name\":\"abysscornue\",\"lang\":\"fr\",\"profile_text_color\":\"c20b73\",\"statuses_count\":4021,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/161447969\\/banni_re_4.jpg\",\"location\":\"Bretagne, France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"FF0000\",\"followers_count\":99,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851292210\\/photos-ratees-1137977_normal.jpg\",\"description\":\"Desperate housewive en devenir, fan de mojitos et d'ornithorynques en tout genre. Bienvenue chez moi, le canap est l\\u00e0, je vous apporte une bi\\u00e8re.Enjoy!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"id_str\":\"202584712\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/161447969\\/banni_re_4.jpg\",\"profile_sidebar_fill_color\":\"e7f0f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851292210\\/photos-ratees-1137977_normal.jpg\",\"name\":\"Pocky Potame\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 14 11:18:57 +0000 2010\",\"profile_sidebar_border_color\":\"d966d1\",\"id\":202584712,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":\"http:\\/\\/lanouvelleviedunetrentenaire.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182747316195328,\"created_at\":\"Fri Feb 24 23:09:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1799000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "982e999c-ecb2-4f10-aa93-942ff33b9fa0-173182747316195328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "mais c'est pas possible d'avoir des techniciens aussi NULS ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1115735941/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png" +}, +"title": "Christophe Ponsolle: mais c'est pas possible d'avoir des techniciens aussi NULS ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1800000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"mais c'est pas possible d'avoir des techniciens aussi NULS ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182751808294914\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":364,\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"profile_text_color\":\"999393\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"name\":\"Christophe Ponsolle\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":25338852,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182751808294914,\"created_at\":\"Fri Feb 24 23:09:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1800000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4a209c61-71a9-4d20-8441-1613047a644d-173182751808294914" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pourquoi il n'y a pas de musique quand je m’assois chez moi ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1794196247/serious-cat_-_Copie__2__normal.jpg" +}, +"title": "victor lehoussine: Pourquoi il n'y a pas de musique quand je m’assois chez moi ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1801000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_status_id\":null,\"text\":\"Pourquoi il n'y a pas de musique quand je m\\u2019assois chez moi ? #lgw\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182757168619521\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"place\":null,\"truncated\":false,\"in_reply_to_user_id_str\":null,\"coordinates\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"source\":\"web\",\"in_reply_to_user_id\":null,\"contributors\":null,\"geo\":null,\"user\":{\"default_profile\":false,\"notifications\":null,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"screen_name\":\"vodevil_art\",\"id_str\":\"169166835\",\"lang\":\"fr\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412042973\\/colour.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"location\":\"rennes\",\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1794196247\\/serious-cat_-_Copie__2__normal.jpg\",\"description\":\"#Geek & #Gamer et occasionnellement \\u00e9tudiant en M1 #communication \\u00e0 Rennes :: La t\\u00eate et la peau dans les \\u00e9toiles :: Musicien \\u00e0 la recherche de nouveaux projets\",\"default_profile_image\":false,\"following\":null,\"verified\":false,\"profile_sidebar_border_color\":\"181A1E\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":104,\"profile_text_color\":\"666666\",\"followers_count\":27,\"protected\":false,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1794196247\\/serious-cat_-_Copie__2__normal.jpg\",\"statuses_count\":156,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/412042973\\/colour.jpg\",\"name\":\"victor lehoussine\",\"show_all_inline_media\":false,\"listed_count\":0,\"created_at\":\"Wed Jul 21 18:17:32 +0000 2010\",\"profile_link_color\":\"2FC2EF\",\"id\":169166835,\"is_translator\":false,\"utc_offset\":3600,\"url\":null},\"id\":173182757168619521,\"created_at\":\"Fri Feb 24 23:09:21 +0000 2012\",\"retweeted\":false,\"retweet_count\":0}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1801000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae7d5295-9c7c-4540-a2df-2e7900c66464-173182757168619521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw la première problème de son, aujourd'hui problème de lumière !", +"img": { +"src": "http://a2.twimg.com/profile_images/1724285948/image_normal.jpg" +}, +"title": "CalamitySophie: #lgw la première problème de son, aujourd'hui problème de lumière !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1803000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw la premi\\u00e8re probl\\u00e8me de son, aujourd'hui probl\\u00e8me de lumi\\u00e8re !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182767151058944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":96,\"screen_name\":\"CalamitySophie\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":673,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/359426011\\/photo.JPG\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084b4\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724285948\\/image_normal.jpg\",\"description\":\"barr\\u00e9e, barge, enerv\\u00e9e, vieille bique, je regarde le monde, et je d\\u00e9sesp\\u00e9re. le genre humain n'est pas tr\\u00e9s beau. Et j'en fais partie !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"57613271\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/359426011\\/photo.JPG\",\"profile_sidebar_fill_color\":\"11d2eb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724285948\\/image_normal.jpg\",\"name\":\"CalamitySophie\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:53:14 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":57613271,\"utc_offset\":3600,\"favourites_count\":22,\"url\":\"http:\\/\\/www.calamitysophie1.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182767151058944,\"created_at\":\"Fri Feb 24 23:09:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1803000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "454bf436-8231-48f1-a545-ef8e968f1d9b-173182767151058944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais cette émission c'est vraiment un truc de geek. Parfait! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: Mais cette émission c'est vraiment un truc de geek. Parfait! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1803000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais cette \\u00e9mission c'est vraiment un truc de geek. Parfait! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182765406224384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":590,\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"profile_text_color\":\"520000\",\"statuses_count\":18712,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"followers_count\":506,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"d61d08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"name\":\"Camille .\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":93848420,\"utc_offset\":-36000,\"favourites_count\":14,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182765406224384,\"created_at\":\"Fri Feb 24 23:09:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1803000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "014b2d95-26f3-4bf1-8a6b-3373916c9a26-173182765406224384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ah un témoin anonyme #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1803065777/me_w_arb_normal.jpg" +}, +"title": "Zacal: ah un témoin anonyme #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1803000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ah un t\\u00e9moin anonyme #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182763791429632\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":602,\"screen_name\":\"zacal33\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3675,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"followers_count\":258,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"description\":\"Si on remboursait le temps perdu, je serais riche. Politiquement ambidextre asym\\u00e9trique, dominante h\\u00e9misph\\u00e8re gauche. Serial retweeter de @solangeteparle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"51889223\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"name\":\"Zacal\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 28 23:59:26 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":51889223,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182763791429632,\"created_at\":\"Fri Feb 24 23:09:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1803000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f5f64428-153e-4c93-bfc8-ec861bc3a40e-173182763791429632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est vrai que ça tweet sec sur le plateau. Ça ne doit pas plaire à mémé tout ça.", +"img": { +"src": "http://a2.twimg.com/profile_images/1841426692/image_normal.jpg" +}, +"title": "Peyow: #lgw c'est vrai que ça tweet sec sur le plateau. Ça ne doit pas plaire à mémé tout ça.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1804000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c'est vrai que \\u00e7a tweet sec sur le plateau. \\u00c7a ne doit pas plaire \\u00e0 m\\u00e9m\\u00e9 tout \\u00e7a.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182768111562752\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":42,\"screen_name\":\"PeyowOner\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":126,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Grenoble\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1841426692\\/image_normal.jpg\",\"description\":\"Technicien du spectale survivant. Fain\\u00e9ant et casanier, donc totalement inoffensif.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"268921581\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841426692\\/image_normal.jpg\",\"name\":\"Peyow\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 19 19:00:41 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":268921581,\"utc_offset\":null,\"favourites_count\":12,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182768111562752,\"created_at\":\"Fri Feb 24 23:09:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1804000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5d884a9a-4650-4f4c-90d2-eaa287c43f71-173182768111562752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est même complètement a chier #lgw allez bonne nuit a tous", +"img": { +"src": "http://a2.twimg.com/profile_images/52182069/dan_normal.jpg" +}, +"title": "daniel de almeida: C'est même complètement a chier #lgw allez bonne nuit a tous", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1805000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est m\\u00eame compl\\u00e8tement a chier #lgw allez bonne nuit a tous\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182775669686272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":364,\"screen_name\":\"dandealmeida\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":899,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":23,\"profile_link_color\":\"0084B4\",\"followers_count\":423,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/52182069\\/dan_normal.jpg\",\"description\":\"Fluctuat editor in chief\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"14244948\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/52182069\\/dan_normal.jpg\",\"name\":\"daniel de almeida\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 28 16:36:12 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":14244948,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/www.fluctuat.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182775669686272,\"created_at\":\"Fri Feb 24 23:09:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1805000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "78649138-32dc-49d1-a522-0d982dce76fe-173182775669686272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Dimitri c'est le coté obscur de la force #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: Dimitri c'est le coté obscur de la force #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1806000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Dimitri c'est le cot\\u00e9 obscur de la force #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182777922031616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":5140,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Marseille\\/Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"name\":\"Matthieu Michel\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":68460513,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182777922031616,\"created_at\":\"Fri Feb 24 23:09:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1806000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9efc47d1-2a8e-47ea-bf5a-56a56eeee195-173182777922031616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw j'adore le nouveau plateau, et jusqu'ici j'ai beaucoup aimé les intervenants :) Quand à Rollin #ilreste", +"img": { +"src": "http://a1.twimg.com/profile_images/1487846442/avatarTwitter_normal.jpg" +}, +"title": "Seb™: #lgw j'adore le nouveau plateau, et jusqu'ici j'ai beaucoup aimé les intervenants :) Quand à Rollin #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1806000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw j'adore le nouveau plateau, et jusqu'ici j'ai beaucoup aim\\u00e9 les intervenants :) Quand \\u00e0 Rollin #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[100,108]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182777318047744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":418,\"screen_name\":\"_Swayb\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":100345,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"La Rochelle\",\"show_all_inline_media\":true,\"listed_count\":132,\"profile_link_color\":\"0084B4\",\"followers_count\":950,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1487846442\\/avatarTwitter_normal.jpg\",\"description\":\" Ch\\u00e9ri d'@onlylili. Et d'autres trucs.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"18868661\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1487846442\\/avatarTwitter_normal.jpg\",\"name\":\"Seb\\u2122\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 11 14:57:11 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":18868661,\"utc_offset\":3600,\"favourites_count\":45,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182777318047744,\"created_at\":\"Fri Feb 24 23:09:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1806000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "135890b9-3642-44fa-a43b-50dd474b73be-173182777318047744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un quadri-bubble ca marche aussi ? #ilpart #ilreste #cqui #change2ton #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1840602431/MyGoogle_Avatar1_normal.png" +}, +"title": "Guillaume Maurin: Un quadri-bubble ca marche aussi ? #ilpart #ilreste #cqui #change2ton #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1806000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Un quadri-bubble ca marche aussi ? #ilpart #ilreste #cqui #change2ton #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[35,42]},{\"text\":\"ilreste\",\"indices\":[43,51]},{\"text\":\"cqui\",\"indices\":[52,57]},{\"text\":\"change2ton\",\"indices\":[58,69]},{\"text\":\"lgw\",\"indices\":[70,74]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182778844774400\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"gmaurin\",\"lang\":\"fr\",\"favourites_count\":58,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":394,\"location\":\"France - Bretagne - Toulouse\",\"profile_text_color\":\"333333\",\"followers_count\":428,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"description\":\"Du pass\\u00e9 faisons table en marbre ........ #Geek #Rugby #Prof - http:\\/\\/gplus.gmaurin.fr\",\"statuses_count\":15767,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"show_all_inline_media\":true,\"listed_count\":32,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"48504688\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Guillaume Maurin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"created_at\":\"Thu Jun 18 21:54:30 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":48504688,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.gmaurin.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\"},\"truncated\":false,\"id\":173182778844774400,\"created_at\":\"Fri Feb 24 23:09:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1806000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ba091954-796a-4f3e-a5a9-daf6b743f033-173182778844774400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les invités dans le noir, concept #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1657787350/image_normal.jpg" +}, +"title": "LGW Fan Club: Les invités dans le noir, concept #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1810000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les invit\\u00e9s dans le noir, concept #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182795072544769\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":17,\"screen_name\":\"LgwFanClub\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":118,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":11,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"421417721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"name\":\"LGW Fan Club\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 25 22:40:16 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":421417721,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182795072544769,\"created_at\":\"Fri Feb 24 23:09:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1810000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c216dd46-79f0-4114-9864-5a5acb897a10-173182795072544769" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vous devez avoir du boulot avec les Tweet de Morano #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: Vous devez avoir du boulot avec les Tweet de Morano #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1810000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vous devez avoir du boulot avec les Tweet de Morano #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182794061721601\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1752,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182794061721601,\"created_at\":\"Fri Feb 24 23:09:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1810000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c13bbf06-3f50-4d80-8c37-28a362c33f21-173182794061721601" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rhoooo @Deemee3 now !! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1141384407/profil_normal.jpg" +}, +"title": "carole gamelin: Rhoooo @Deemee3 now !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1813000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rhoooo @Deemee3 now !! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Deemee3\",\"indices\":[7,15],\"id_str\":\"209219475\",\"name\":\"Dimitri\",\"id\":209219475}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182809207357440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":659,\"screen_name\":\"carolegamelin\",\"lang\":\"fr\",\"profile_text_color\":\"6f7829\",\"statuses_count\":11510,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Pau, France\",\"show_all_inline_media\":true,\"listed_count\":64,\"profile_link_color\":\"520d20\",\"followers_count\":766,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1141384407\\/profil_normal.jpg\",\"description\":\"Journaliste, chef du desk num\\u00e9rique \\u00e0 La R\\u00e9publique des Pyr\\u00e9n\\u00e9es \\u00e0 Pau. Animatrice de communaut\\u00e9s et de Twittap\\u00e9ros. Tarte au Maroilles maison sur demande.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"78605f\",\"id_str\":\"19910673\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1141384407\\/profil_normal.jpg\",\"name\":\"carole gamelin\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 02 15:09:06 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":19910673,\"utc_offset\":3600,\"favourites_count\":255,\"url\":\"http:\\/\\/www.larepubliquedespyrenees.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182809207357440,\"created_at\":\"Fri Feb 24 23:09:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1813000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "186c5c71-993d-47ca-bad5-6e8398c9b374-173182809207357440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @bamos617: #lgw #solange” #go #download @ashanti \"The Woman You Love\"ft @BusaBusss now on @iTunesMusic http://t.co/XHXdiyiQ”", +"img": { +"src": "http://a2.twimg.com/profile_images/1840251686/2328_normal.jpg" +}, +"title": "ImMeTiliDieKy: RT @bamos617: #lgw #solange” #go #download @ashanti \"The Woman You Love\"ft @BusaBusss now on @iTunesMusic http://t.co/XHXdiyiQ”", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1813000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @bamos617: #lgw #solange\\u201d #go #download @ashanti \\\"The Woman You Love\\\"ft @BusaBusss now on @iTunesMusic http:\\/\\/t.co\\/XHXdiyiQ\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"bamos617\",\"indices\":[3,12],\"id_str\":\"27690770\",\"name\":\"ammo mr ashanti\",\"id\":27690770},{\"screen_name\":\"ashanti\",\"indices\":[44,52],\"id_str\":\"67982898\",\"name\":\"ASHANTI\",\"id\":67982898},{\"screen_name\":\"BusaBusss\",\"indices\":[76,86],\"id_str\":\"24278900\",\"name\":\"Busta Rhymes\",\"id\":24278900},{\"screen_name\":\"iTunesMusic\",\"indices\":[94,106],\"id_str\":\"74580436\",\"name\":\"iTunes Music\",\"id\":74580436}],\"urls\":[{\"indices\":[107,127],\"expanded_url\":\"http:\\/\\/ow.ly\\/8rEen\",\"display_url\":\"ow.ly\\/8rEen\",\"url\":\"http:\\/\\/t.co\\/XHXdiyiQ\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"solange\",\"indices\":[20,28]},{\"text\":\"go\",\"indices\":[30,33]},{\"text\":\"download\",\"indices\":[34,43]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #solange\\u201d #go #download @ashanti \\\"The Woman You Love\\\"ft @BusaBusss now on @iTunesMusic http:\\/\\/t.co\\/XHXdiyiQ\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ashanti\",\"indices\":[30,38],\"id_str\":\"67982898\",\"name\":\"ASHANTI\",\"id\":67982898},{\"screen_name\":\"BusaBusss\",\"indices\":[62,72],\"id_str\":\"24278900\",\"name\":\"Busta Rhymes\",\"id\":24278900},{\"screen_name\":\"iTunesMusic\",\"indices\":[80,92],\"id_str\":\"74580436\",\"name\":\"iTunes Music\",\"id\":74580436}],\"urls\":[{\"indices\":[93,113],\"expanded_url\":\"http:\\/\\/ow.ly\\/8rEen\",\"display_url\":\"ow.ly\\/8rEen\",\"url\":\"http:\\/\\/t.co\\/XHXdiyiQ\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"solange\",\"indices\":[6,14]},{\"text\":\"go\",\"indices\":[16,19]},{\"text\":\"download\",\"indices\":[20,29]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181636085686272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":728,\"screen_name\":\"bamos617\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":19851,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"boston\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1825423057\\/image_normal.jpg\",\"description\":\"#teamashanti #team-written entertainment#teamgemini#team30seconds to mars#team jared leto#teamp!nk #kelly clarkson\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"27690770\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1825423057\\/image_normal.jpg\",\"name\":\"ammo mr ashanti\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 30 17:51:40 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":27690770,\"utc_offset\":null,\"favourites_count\":202,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181636085686272,\"created_at\":\"Fri Feb 24 23:04:54 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182808217501696\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":327,\"screen_name\":\"LiahLiasLive\",\"lang\":\"en\",\"profile_text_color\":\"4db33d\",\"statuses_count\":8295,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429762272\\/tupac17.jpg\",\"location\":\"AroundThaWay\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"2c852c\",\"followers_count\":310,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1840251686\\/2328_normal.jpg\",\"description\":\"KysFynessChyc DaLexDonette LiahLiahThaLioness IceQueen ThatCold MikkeyThaMessenger @ASHANTI followed me on 8\\/13\\/010 @5:27p.m.- TeamAshanti ShaniSwatTeam \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"42073637\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429762272\\/tupac17.jpg\",\"profile_sidebar_fill_color\":\"2e282b\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840251686\\/2328_normal.jpg\",\"name\":\"ImMeTiliDieKy\",\"default_profile_image\":false,\"created_at\":\"Sat May 23 18:32:39 +0000 2009\",\"profile_sidebar_border_color\":\"1b8728\",\"id\":42073637,\"utc_offset\":-18000,\"favourites_count\":73,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182808217501696,\"created_at\":\"Fri Feb 24 23:09:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1813000, +"tags": [ +{ +"id-ref": "efac6a3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efac6f50-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef7b6040-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "03955bd3-e618-48f0-aada-99888fd6664a-173182808217501696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Breve de comptoir: C'est Freud qui l'a dit : une grosse banane ça fait marrer tout le monde.", +"img": { +"src": "http://a0.twimg.com/profile_images/1421767677/n775859914_630617_3556_normal.jpg" +}, +"title": "Thibaut: #lgw Breve de comptoir: C'est Freud qui l'a dit : une grosse banane ça fait marrer tout le monde.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1814000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Breve de comptoir: C'est Freud qui l'a dit : une grosse banane \\u00e7a fait marrer tout le monde.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182811145109504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":436,\"screen_name\":\"thibautchampey\",\"lang\":\"fr\",\"profile_text_color\":\"c8c8cc\",\"statuses_count\":154,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"location\":\"Paris \",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0c0d0d\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"description\":\"Communication enabled geek.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3b3d3d\",\"id_str\":\"282143992\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"profile_sidebar_fill_color\":\"68696e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"name\":\"Thibaut\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 14 16:45:25 +0000 2011\",\"profile_sidebar_border_color\":\"e6ebe4\",\"id\":282143992,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"https:\\/\\/sites.google.com\\/site\\/thibautchampey\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182811145109504,\"created_at\":\"Fri Feb 24 23:09:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1814000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bb439ddd-89ab-4739-8e32-3de7d16e79df-173182811145109504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le plus marrant dans la vidéo du chat qui saute c'est @pascalmabille #LGW ;)", +"img": { +"src": "http://a0.twimg.com/profile_images/1780196925/anonymous2_normal.png" +}, +"title": "Abrutim: Le plus marrant dans la vidéo du chat qui saute c'est @pascalmabille #LGW ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1814000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le plus marrant dans la vid\\u00e9o du chat qui saute c'est @pascalmabille #LGW ;)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[54,68],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[69,73]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-0.6388556,44.8111671],[-0.5334955,44.8111671],[-0.5334955,44.9163535],[-0.6388556,44.9163535]]]},\"attributes\":{},\"full_name\":\"Bordeaux, Gironde\",\"name\":\"Bordeaux\",\"id\":\"1b606b052d77a745\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/1b606b052d77a745.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-0.55506992,44.84445953]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.twitter.com\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Windows Phone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182810847326209\",\"geo\":{\"type\":\"Point\",\"coordinates\":[44.84445953,-0.55506992]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":550,\"screen_name\":\"abrutim\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10390,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":59,\"profile_link_color\":\"0084B4\",\"followers_count\":1143,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\",\"description\":\"\\u250c\\u041f\\u2510(\\u0ca0_\\u0ca0)\\u250c\\u041f\\u2510| Chroniqueur chez GeekInc, Blogueur BD int\\u00e9ress\\u00e9 par le Webdev,photo, dessin, comics, manga, s\\u00e9ries, guitare, hard rock, metal, guinness et whisky !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"169861930\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\",\"name\":\"Abrutim\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 23 10:19:49 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":169861930,\"utc_offset\":null,\"favourites_count\":24,\"url\":\"http:\\/\\/lightbulb.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182810847326209,\"created_at\":\"Fri Feb 24 23:09:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1814000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "316c64e1-dfed-4bb4-9a95-1663e835241d-173182810847326209" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il est à ma gauche... #lgw RT @palmashow: Notre voisin de droite a un problème de rire", +"img": { +"src": "http://a3.twimg.com/profile_images/1648215039/EmeryDoligeHubN_B_normal.jpg" +}, +"title": "Emery Doligé: Il est à ma gauche... #lgw RT @palmashow: Notre voisin de droite a un problème de rire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1814000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il est \\u00e0 ma gauche... #lgw RT @palmashow: Notre voisin de droite a un probl\\u00e8me de rire\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[30,40],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182812436955137\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"MryEmery\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":493,\"location\":\"Paris Rive Gauche\",\"profile_text_color\":\"666666\",\"followers_count\":19577,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"description\":\"Vanksen. Europe 1 #dcdc. Lib\\u00e9ral ta m\\u00e8re.\",\"statuses_count\":31438,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"show_all_inline_media\":true,\"listed_count\":931,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f8fa\",\"protected\":false,\"id_str\":\"14285154\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Emery Dolig\\u00e9\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"created_at\":\"Wed Apr 02 16:59:11 +0000 2008\",\"profile_sidebar_fill_color\":\"252429\",\"id\":14285154,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/mry.blogs.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\"},\"truncated\":false,\"id\":173182812436955137,\"created_at\":\"Fri Feb 24 23:09:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1814000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "662f9a7d-6902-4e46-920d-29e53f24a81c-173182812436955137" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1696785642/image_normal.jpg" +}, +"title": "Tweedy Bang: #Ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1814000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182813271633920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":140,\"screen_name\":\"theuxbdr\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":230,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/415218924\\/photographist\",\"location\":\"Paris \\/ Montr\\u00e9al\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":82,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1696785642\\/image_normal.jpg\",\"description\":\"Blogging \\/ Jogging \\/ Marketing \\/ Lifestyle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"156664189\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/415218924\\/photographist\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1696785642\\/image_normal.jpg\",\"name\":\"Tweedy Bang\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 17 15:11:01 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":156664189,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/tempercloud.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182813271633920,\"created_at\":\"Fri Feb 24 23:09:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1814000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8e3b6578-9cb4-451b-9843-48e820dfe1fb-173182813271633920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bonne idée d'éclairer le dos des invités ^^ #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1386846292/logo-id-referenceur_normal.png" +}, +"title": "Loïc @ IDRef: Bonne idée d'éclairer le dos des invités ^^ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1817000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bonne id\\u00e9e d'\\u00e9clairer le dos des invit\\u00e9s ^^ #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182823900000256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":477,\"screen_name\":\"ID_referenceur\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":448,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/265737446\\/bg-id-referenceur.jpg\",\"location\":\"Auvergne\",\"show_all_inline_media\":true,\"listed_count\":52,\"profile_link_color\":\"810004\",\"followers_count\":637,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1386846292\\/logo-id-referenceur_normal.png\",\"description\":\"R\\u00e9f\\u00e9renceur web en freelance : R\\u00e9daction de contenu, analyse technique & linking sur http:\\/\\/www.id-referenceur.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f5ecc1\",\"id_str\":\"89922335\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/265737446\\/bg-id-referenceur.jpg\",\"profile_sidebar_fill_color\":\"f5ecc1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1386846292\\/logo-id-referenceur_normal.png\",\"name\":\"Lo\\u00efc @ IDRef\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 14 11:51:50 +0000 2009\",\"profile_sidebar_border_color\":\"efdba4\",\"id\":89922335,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.weblog-referencement.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182823900000256,\"created_at\":\"Fri Feb 24 23:09:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1817000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b2b6d0f2-95f3-4486-a6ec-b904349f43d6-173182823900000256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pour les prochains invités. Venez avec une lampe de poche pour éclairer votre visage. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: Pour les prochains invités. Venez avec une lampe de poche pour éclairer votre visage. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1817000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pour les prochains invit\\u00e9s. Venez avec une lampe de poche pour \\u00e9clairer votre visage. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[86,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182823807713280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5846,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":367,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182823807713280,\"created_at\":\"Fri Feb 24 23:09:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1817000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "54356523-f4c4-4df3-8cfb-5178cf6659a6-173182823807713280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ou l'emission sur Twitter ! Mettez la 5 !", +"img": { +"src": "http://a2.twimg.com/profile_images/1803227504/lolilol_normal.JPG" +}, +"title": "Thomas Gabri L: #lgw ou l'emission sur Twitter ! Mettez la 5 !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1818000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ou l'emission sur Twitter ! Mettez la 5 !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182828912189440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":315,\"screen_name\":\"TonMeilleurAmi_\",\"lang\":\"fr\",\"profile_text_color\":\"010157\",\"statuses_count\":2444,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/416460348\\/daft1.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"eb0c0c\",\"followers_count\":713,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1803227504\\/lolilol_normal.JPG\",\"description\":\"J'\\u00e9coute du dancefloor, du rock, du jazz, de la techno, du hip-hop, de la pop, du R&B, de la soul, enfin tout quoi ... -Impose ton style !-\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"id_str\":\"305581176\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416460348\\/daft1.png\",\"profile_sidebar_fill_color\":\"c7c3c3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803227504\\/lolilol_normal.JPG\",\"name\":\"Thomas Gabri L\",\"default_profile_image\":false,\"created_at\":\"Thu May 26 13:24:41 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":305581176,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182828912189440,\"created_at\":\"Fri Feb 24 23:09:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1818000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ff645c0c-02dd-4ea4-9e6a-818846898e23-173182828912189440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si quelqu'un veut un autographe du @palmashow, ils sont a cote de moi. Je peux essayer de négocier... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819530189/twitter_normal.png" +}, +"title": "Benoit Lebreau: Si quelqu'un veut un autographe du @palmashow, ils sont a cote de moi. Je peux essayer de négocier... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1819000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Si quelqu'un veut un autographe du @palmashow, ils sont a cote de moi. Je peux essayer de n\\u00e9gocier... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[35,45],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[102,106]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182832498311169\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":605,\"screen_name\":\"benoitlebreau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4157,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"667033\",\"followers_count\":339,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"description\":\"sympathique et cool \\/\\/ danseur \\u00e9toile \\u00e0 NRJ Group \\/\\/ #runner parisien du soir, #radio amateur et tr\\u00e8s dr\\u00f4le \\u00e0 la t\\u00e9l\\u00e9\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"267290862\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"name\":\"Benoit Lebreau\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 16 17:22:17 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":267290862,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/www.benoitlebreau.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182832498311169,\"created_at\":\"Fri Feb 24 23:09:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1819000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fe34dcfe-1795-48c2-b484-2ec418633f1e-173182832498311169" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#BozoLeRouge devant le webzé #lgw #ilpart http://t.co/aiX6LFUm", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: #BozoLeRouge devant le webzé #lgw #ilpart http://t.co/aiX6LFUm", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1821000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#BozoLeRouge devant le webz\\u00e9 #lgw #ilpart http:\\/\\/t.co\\/aiX6LFUm\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"BozoLeRouge\",\"indices\":[0,12]},{\"text\":\"lgw\",\"indices\":[29,33]},{\"text\":\"ilpart\",\"indices\":[34,41]}],\"media\":[{\"type\":\"photo\",\"indices\":[42,62],\"sizes\":{\"small\":{\"h\":509,\"resize\":\"fit\",\"w\":340},\"large\":{\"h\":1536,\"resize\":\"fit\",\"w\":1024},\"medium\":{\"h\":900,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdE3sFCIAA4MkZ.jpg\",\"id_str\":\"173182834192818176\",\"id\":173182834192818176,\"expanded_url\":\"http:\\/\\/twitter.com\\/PatrickOllier\\/status\\/173182834188623874\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/aiX6LFUm\",\"url\":\"http:\\/\\/t.co\\/aiX6LFUm\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdE3sFCIAA4MkZ.jpg\"}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182834188623874\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":78,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"statuses_count\":1207,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Patrick Ollier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":299723960,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\"},\"truncated\":false,\"id\":173182834188623874,\"created_at\":\"Fri Feb 24 23:09:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1821000, +"tags": [ +{ +"id-ref": "efad5dc0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7133431c-5de0-4c76-b938-264458bb7974-173182834188623874" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Bullenroll nan 40 je te dis ;) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/535308655/wp_pairo_denied_2_normal.jpg" +}, +"title": "christophe garnier: @Bullenroll nan 40 je te dis ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1822000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Bullenroll nan 40 je te dis ;) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Bullenroll\",\"indices\":[0,11],\"id_str\":\"74413492\",\"name\":\"Am\\u00e9lie \",\"id\":74413492}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.osfoora.com\\\" rel=\\\"nofollow\\\"\\u003EOsfoora HD\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181638711320576\",\"id_str\":\"173182844926046209\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181638711320576,\"in_reply_to_user_id_str\":\"74413492\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":711,\"screen_name\":\"catfishs\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":37475,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/427349951\\/IMG_0132.JPG\",\"location\":\"Yffiniac - France\",\"show_all_inline_media\":false,\"listed_count\":164,\"profile_link_color\":\"0084B4\",\"followers_count\":983,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/535308655\\/wp_pairo_denied_2_normal.jpg\",\"description\":\"Photographe ind\\u00e9pendant et breton d'adoption. J'aime \\u00e9couter de la bonne musique quand je n'ai pas le temps d'en jouer.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"29444976\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/427349951\\/IMG_0132.JPG\",\"profile_sidebar_fill_color\":\"acd9e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/535308655\\/wp_pairo_denied_2_normal.jpg\",\"name\":\"christophe garnier\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 07 13:17:59 +0000 2009\",\"profile_sidebar_border_color\":\"158cbf\",\"id\":29444976,\"utc_offset\":3600,\"favourites_count\":28,\"url\":\"http:\\/\\/www.capturesdigitales.fr\"},\"in_reply_to_screen_name\":\"Bullenroll\",\"truncated\":false,\"id\":173182844926046209,\"created_at\":\"Fri Feb 24 23:09:42 +0000 2012\",\"in_reply_to_user_id\":74413492}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1822000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "91052d5a-af51-4a10-9159-2426d6af2625-173182844926046209" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Prendre les tweets au vol, une évidence pour un réseau social dont l'icone est un oiseau ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: Prendre les tweets au vol, une évidence pour un réseau social dont l'icone est un oiseau ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1822000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Prendre les tweets au vol, une \\u00e9vidence pour un r\\u00e9seau social dont l'icone est un oiseau ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182844909260801\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182844909260801,\"created_at\":\"Fri Feb 24 23:09:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1822000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e59515c5-f8b8-46a4-8e0f-ad9c1576abb6-173182844909260801" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cette émission est bien faite mais je vois pas l'intérêt #france5 #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/840968974/Bruce_Lee_normal.jpg" +}, +"title": "Ribelio: Cette émission est bien faite mais je vois pas l'intérêt #france5 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1823000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Cette \\u00e9mission est bien faite mais je vois pas l'int\\u00e9r\\u00eat #france5 #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"france5\",\"indices\":[57,65]},{\"text\":\"lgw\",\"indices\":[66,70]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182848440868864\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"Ribelio\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":97,\"location\":\"PARIS\",\"profile_text_color\":\"3C3940\",\"followers_count\":36,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/840968974\\/Bruce_Lee_normal.jpg\",\"description\":\"\",\"statuses_count\":1775,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/99213386\\/new_york_p.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"135578456\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ribelio\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/99213386\\/new_york_p.jpg\",\"created_at\":\"Wed Apr 21 18:06:24 +0000 2010\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":135578456,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/840968974\\/Bruce_Lee_normal.jpg\"},\"truncated\":false,\"id\":173182848440868864,\"created_at\":\"Fri Feb 24 23:09:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1823000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c6fcd790-b045-417a-97ab-5ec74d921b44-173182848440868864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @nicoprat: Avec #lgw je découvre les vidéos de @SolangeTeParle et c'est affligeant. Ou alors j'ai besoin d'explications.", +"img": { +"src": "http://a1.twimg.com/profile_images/1817217136/ouam_normal.jpg" +}, +"title": "Alexandra: RT @nicoprat: Avec #lgw je découvre les vidéos de @SolangeTeParle et c'est affligeant. Ou alors j'ai besoin d'explications.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1823000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @nicoprat: Avec #lgw je d\\u00e9couvre les vid\\u00e9os de @SolangeTeParle et c'est affligeant. Ou alors j'ai besoin d'explications.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"nicoprat\",\"indices\":[3,12],\"id_str\":\"19256842\",\"name\":\"Nico Prat\",\"id\":19256842},{\"screen_name\":\"SolangeTeParle\",\"indices\":[50,65],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Avec #lgw je d\\u00e9couvre les vid\\u00e9os de @SolangeTeParle et c'est affligeant. Ou alors j'ai besoin d'explications.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[36,51],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182161636179968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2297,\"screen_name\":\"nicoprat\",\"lang\":\"en\",\"profile_text_color\":\"0a040a\",\"statuses_count\":29877,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":210,\"profile_link_color\":\"224087\",\"followers_count\":6570,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"description\":\"Le Mouv, Tsugi, Technikart, Voxpop, co-auteur des Miscellan\\u00e9es d'Internet, et un petit sudoku de temps en temps\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"19256842\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"name\":\"Nico Prat\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 20 20:55:08 +0000 2009\",\"profile_sidebar_border_color\":\"050504\",\"id\":19256842,\"utc_offset\":3600,\"favourites_count\":440,\"url\":\"http:\\/\\/nicoprat.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182161636179968,\"created_at\":\"Fri Feb 24 23:06:59 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182847597805568\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":76,\"screen_name\":\"AlexandraTST\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":73,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817217136\\/ouam_normal.jpg\",\"description\":\"J\\u2019ai le spleen compliqu\\u00e9 de m\\u00e9lancolie avec la nostalgie je rage et je b\\u00e2ille et je m\\u2019ennuie et je m\\u2019assomme et je m'emb\\u00eate\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"246323926\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817217136\\/ouam_normal.jpg\",\"name\":\"Alexandra\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 02 15:47:08 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":246323926,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182847597805568,\"created_at\":\"Fri Feb 24 23:09:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1823000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8be587a3-50c8-4e63-969e-667e5514c2d7-173182847597805568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilReste", +"img": { +"src": "http://a0.twimg.com/profile_images/1341369350/IMG_0292_normal.JPG" +}, +"title": "Sébastien Von Roth: #lgw #ilReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1823000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilReste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182851272032256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":185,\"screen_name\":\"svonroth\",\"lang\":\"fr\",\"profile_text_color\":\"525252\",\"statuses_count\":237,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Lussy\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"eba800\",\"followers_count\":43,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1341369350\\/IMG_0292_normal.JPG\",\"description\":\"UX Designer\\/Graphiste iOs & Web\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Bern\",\"profile_background_color\":\"f2f2f2\",\"id_str\":\"14003172\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffee7f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1341369350\\/IMG_0292_normal.JPG\",\"name\":\"S\\u00e9bastien Von Roth\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 26 14:07:04 +0000 2008\",\"profile_sidebar_border_color\":\"e0da61\",\"id\":14003172,\"utc_offset\":3600,\"favourites_count\":90,\"url\":\"http:\\/\\/www.sobees.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182851272032256,\"created_at\":\"Fri Feb 24 23:09:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1823000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b52e9e99-2909-4bb9-9621-a76950a76866-173182851272032256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Quand est-ce qu'ils vont arrêtez cette émission de merde de #LGW ? Les impôts financent ça ?...", +"img": { +"src": "http://a2.twimg.com/profile_images/1561594770/image_normal.jpg" +}, +"title": "Ti FouFou: Quand est-ce qu'ils vont arrêtez cette émission de merde de #LGW ? Les impôts financent ça ?...", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1824000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Quand est-ce qu'ils vont arr\\u00eatez cette \\u00e9mission de merde de #LGW ? Les imp\\u00f4ts financent \\u00e7a ?...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182854832984065\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":118,\"screen_name\":\"Ti_nounou\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7407,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/413304074\\/Skypics.png\",\"location\":\"CAF\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":206,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1561594770\\/image_normal.jpg\",\"description\":\"Je crois que la grande diff\\u00e9rence entre les oiseaux et les hommes politiques c'est que de temps en temps les oiseaux s'arr\\u00eatent de voler\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"264862915\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413304074\\/Skypics.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1561594770\\/image_normal.jpg\",\"name\":\"Ti FouFou\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 12 15:42:46 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":264862915,\"utc_offset\":3600,\"favourites_count\":471,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182854832984065,\"created_at\":\"Fri Feb 24 23:09:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1824000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fb85097b-45a4-4f9d-b5ec-06c8dfbbdd10-173182854832984065" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tweetception RT @AlexHervaud J'adore le LT des gens QUI SONT DANS LE POSTE #lgw RT @palmashow Notre voisin de droite a un problème de rire", +"img": { +"src": "http://a0.twimg.com/profile_images/1376376963/geologist_normal.png" +}, +"title": "Jason: Tweetception RT @AlexHervaud J'adore le LT des gens QUI SONT DANS LE POSTE #lgw RT @palmashow Notre voisin de droite a un problème de rire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1824000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tweetception RT @AlexHervaud J'adore le LT des gens QUI SONT DANS LE POSTE #lgw RT @palmashow Notre voisin de droite a un probl\\u00e8me de rire\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"AlexHervaud\",\"indices\":[16,28],\"id_str\":\"14321981\",\"name\":\"Alexandre Hervaud\",\"id\":14321981},{\"screen_name\":\"palmashow\",\"indices\":[83,93],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182854115770370\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"T0rv4ld\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":626,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1376376963\\/geologist_normal.png\",\"description\":\"Je fais dans la vie ce que les autres font sur Minecraft.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"83393510\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1376376963\\/geologist_normal.png\",\"name\":\"Jason\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 18 16:30:13 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":83393510,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182854115770370,\"created_at\":\"Fri Feb 24 23:09:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1824000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "86acc006-b378-4ae3-850f-4dc14e43423c-173182854115770370" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @FredMichalak: Je constate que le professeur #Rollin a toujours quelque chose à dire et ça, la vérité, ça fait plaisir ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/545276894/MavericksZoom_normal.jpg" +}, +"title": "RichardTrois: RT @FredMichalak: Je constate que le professeur #Rollin a toujours quelque chose à dire et ça, la vérité, ça fait plaisir ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1824000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @FredMichalak: Je constate que le professeur #Rollin a toujours quelque chose \\u00e0 dire et \\u00e7a, la v\\u00e9rit\\u00e9, \\u00e7a fait plaisir ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FredMichalak\",\"indices\":[3,16],\"id_str\":\"112284601\",\"name\":\"Fr\\u00e9d\\u00e9rique Michalak\",\"id\":112284601}],\"urls\":[],\"hashtags\":[{\"text\":\"Rollin\",\"indices\":[48,55]},{\"text\":\"lgw\",\"indices\":[124,128]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je constate que le professeur #Rollin a toujours quelque chose \\u00e0 dire et \\u00e7a, la v\\u00e9rit\\u00e9, \\u00e7a fait plaisir ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Rollin\",\"indices\":[30,37]},{\"text\":\"lgw\",\"indices\":[106,110]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182701552148481\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":210,\"screen_name\":\"FredMichalak\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6922,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/106466387\\/Photos_a_riennes_030_Canet_-_Copie.jpg\",\"location\":\"Perpignan, France\",\"show_all_inline_media\":false,\"listed_count\":98,\"profile_link_color\":\"b30710\",\"followers_count\":1333,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1636975262\\/avatarfm2_normal.jpg\",\"description\":\"L'autre. Journaliste PQR \\u00e0 Perpignan, en charge de la politique (ces tweets n'engagent ni ma r\\u00e9daction ni le bon go\\u00fbt). Pilote http:\\/\\/www.1jour1vespa.fr\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Warsaw\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"112284601\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/106466387\\/Photos_a_riennes_030_Canet_-_Copie.jpg\",\"profile_sidebar_fill_color\":\"dbd0af\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1636975262\\/avatarfm2_normal.jpg\",\"name\":\"Fr\\u00e9d\\u00e9rique Michalak\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 07 22:56:25 +0000 2010\",\"profile_sidebar_border_color\":\"d40000\",\"id\":112284601,\"utc_offset\":3600,\"favourites_count\":47,\"url\":\"http:\\/\\/www.fredmichalak.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182701552148481,\"created_at\":\"Fri Feb 24 23:09:08 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182854442921984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":796,\"screen_name\":\"RichardTrois\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":22590,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/3486543\\/red_rose_01.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":171,\"profile_link_color\":\"0084B4\",\"followers_count\":2718,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/545276894\\/MavericksZoom_normal.jpg\",\"description\":\"Fl\\u00e2neur non salari\\u00e9 & caf\\u00e9noiriste. Politique, photo, lecture et la vie comme elle vient... Pour #SRoyal, #FH2012. ex LePost.fr & ex LePlus now Zeredac.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"17365199\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/3486543\\/red_rose_01.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/545276894\\/MavericksZoom_normal.jpg\",\"name\":\"RichardTrois\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 13 14:00:25 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":17365199,\"utc_offset\":3600,\"favourites_count\":1336,\"url\":\"http:\\/\\/zeredac.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182854442921984,\"created_at\":\"Fri Feb 24 23:09:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1824000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa96512-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4e6d224a-2112-401c-ad61-47d7080706e2-173182854442921984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Heureusement qu'il y a @Vinvin pour co-animer @francoisrollin nous ferait un one-man show ce soir :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW Heureusement qu'il y a @Vinvin pour co-animer @francoisrollin nous ferait un one-man show ce soir :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1825000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Heureusement qu'il y a @Vinvin pour co-animer @francoisrollin nous ferait un one-man show ce soir :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[28,35],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"francoisrollin\",\"indices\":[51,66],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182859266371584\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182859266371584,\"created_at\":\"Fri Feb 24 23:09:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1825000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dc9e46cc-50d7-4af7-88f8-294224202a7f-173182859266371584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ça alors @Deemee3 vient anonymement dans #lgw ! #alumerlalumière", +"img": { +"src": "http://a2.twimg.com/profile_images/1621227345/IMG_2129b__Copier__normal.jpg" +}, +"title": "imnotalone: ça alors @Deemee3 vient anonymement dans #lgw ! #alumerlalumière", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1828000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00e7a alors @Deemee3 vient anonymement dans #lgw ! #alumerlalumi\\u00e8re\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Deemee3\",\"indices\":[9,17],\"id_str\":\"209219475\",\"name\":\"Dimitri\",\"id\":209219475}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]},{\"text\":\"alumerlalumi\\u00e8re\",\"indices\":[48,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/seesmic_desktop\\/sd2\\\" rel=\\\"nofollow\\\"\\u003ESeesmic Desktop\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182871727640576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":585,\"screen_name\":\"imnotalone\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":40508,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"wherever I can twit! \",\"show_all_inline_media\":true,\"listed_count\":180,\"profile_link_color\":\"2FC2EF\",\"followers_count\":2340,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1621227345\\/IMG_2129b__Copier__normal.jpg\",\"description\":\"A mes heures perdues, j'ai une vie bien remplie. L\\u00e0 aussi http:\\/\\/telling-stories.fr\\/ \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"18002294\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1621227345\\/IMG_2129b__Copier__normal.jpg\",\"name\":\"imnotalone\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 09 21:01:01 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18002294,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/imnotalone.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182871727640576,\"created_at\":\"Fri Feb 24 23:09:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1828000, +"tags": [ +{ +"id-ref": "efae63f0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c7c71061-e1bf-4f23-83a5-c9717786852b-173182871727640576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bizarre l'ambiance du plateau #LGW #france5", +"img": { +"src": "http://a1.twimg.com/profile_images/1483456386/Capture_d_e_cran_2011-08-08_a__00.41.40_normal.png" +}, +"title": "Tom Salbeth: Bizarre l'ambiance du plateau #LGW #france5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1830000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bizarre l'ambiance du plateau #LGW #france5\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[30,34]},{\"text\":\"france5\",\"indices\":[35,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182877977165824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":767,\"screen_name\":\"Yaduxx\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1614,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/403880026\\/briques.jpg\",\"location\":\"Bruxelles, 18 ans\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"9c0000\",\"followers_count\":1434,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1483456386\\/Capture_d_e_cran_2011-08-08_a__00.41.40_normal.png\",\"description\":\"Cr\\u00e9ateur de contenus web, graphiste, r\\u00e9dacteur web, pigiste, \\u00e9tudiant.\\r\\n\\r\\nBlogs_@sudpresseonline\\r\\nPigiste_@webdesignmag\\r\\nWebzapping_@thevoicebe\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"000000\",\"id_str\":\"86957732\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/403880026\\/briques.jpg\",\"profile_sidebar_fill_color\":\"ffd7d6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1483456386\\/Capture_d_e_cran_2011-08-08_a__00.41.40_normal.png\",\"name\":\"Tom Salbeth\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 02 14:56:44 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":86957732,\"utc_offset\":3600,\"favourites_count\":253,\"url\":\"http:\\/\\/www.yaduxx.be\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182877977165824,\"created_at\":\"Fri Feb 24 23:09:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1830000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "95450d08-c924-4fb7-abf7-0b998999861e-173182877977165824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Picture from #OnlyHug33k :\n\nP’tit plaisir avant @LeGrandWebze! #LGW (Taken with picplz.) http://t.co/XDSrlV0Y", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Picture from #OnlyHug33k :\n\nP’tit plaisir avant @LeGrandWebze! #LGW (Taken with picplz.) http://t.co/XDSrlV0Y", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1830000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Picture from #OnlyHug33k :\\n\\nP\\u2019tit plaisir avant @LeGrandWebze! #LGW (Taken with picplz.) http:\\/\\/t.co\\/XDSrlV0Y\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[48,61],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"OnlyHug33k\",\"indices\":[13,24]},{\"text\":\"LGW\",\"indices\":[63,67]}],\"media\":[{\"type\":\"photo\",\"indices\":[89,109],\"sizes\":{\"small\":{\"h\":453,\"resize\":\"fit\",\"w\":340},\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":768},\"medium\":{\"h\":800,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdE6JqCAAAXwd0.jpg\",\"id_str\":\"173182876492365824\",\"id\":173182876492365824,\"expanded_url\":\"http:\\/\\/twitter.com\\/hug33k\\/status\\/173182876483977217\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/XDSrlV0Y\",\"url\":\"http:\\/\\/t.co\\/XDSrlV0Y\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdE6JqCAAAXwd0.jpg\"}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ifttt.com\\\" rel=\\\"nofollow\\\"\\u003Eifttt\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182876483977217\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4894,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173182876483977217,\"created_at\":\"Fri Feb 24 23:09:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1830000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efae9f3c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7ddde167-75cb-48e4-8f97-b110e6cf06a8-173182876483977217" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "y'a vraiment une répétition? je croyais que ct du freestyle total #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1313387378/profil_normal.jpg" +}, +"title": "Jean-Baptiste Viet: y'a vraiment une répétition? je croyais que ct du freestyle total #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1831000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"y'a vraiment une r\\u00e9p\\u00e9tition? je croyais que ct du freestyle total #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[66,70]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182882934816768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":330,\"screen_name\":\"jeanviet\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3322,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/233585490\\/background.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":49,\"profile_link_color\":\"3b8d76\",\"followers_count\":729,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1313387378\\/profil_normal.jpg\",\"description\":\"Votre Guide Web et Multim\\u00e9dia gratuit et accessible \\u00e0 toute la famille !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"e5f6f6\",\"id_str\":\"39217851\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/233585490\\/background.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1313387378\\/profil_normal.jpg\",\"name\":\"Jean-Baptiste Viet\",\"default_profile_image\":false,\"created_at\":\"Mon May 11 08:40:23 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":39217851,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/jeanviet.info\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182882934816768,\"created_at\":\"Fri Feb 24 23:09:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1831000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "187ef52a-8f19-4de4-b8a3-2d78a2a44362-173182882934816768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Youhouuuuu @Deemee3 is in da place!!! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1840420824/FRANCEFORTE-by-dzeis_normal.jpg" +}, +"title": "[ɖʐəɪʃ]: Youhouuuuu @Deemee3 is in da place!!! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1832000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Youhouuuuu @Deemee3 is in da place!!! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Deemee3\",\"indices\":[11,19],\"id_str\":\"209219475\",\"name\":\"Dimitri\",\"id\":209219475}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182886508367872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":555,\"screen_name\":\"dzeis\",\"lang\":\"fr\",\"profile_text_color\":\"cccccc\",\"statuses_count\":16801,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/414372141\\/bg-twitterAD.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":49,\"profile_link_color\":\"ff0084\",\"followers_count\":1129,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1840420824\\/FRANCEFORTE-by-dzeis_normal.jpg\",\"description\":\"Tu aimes le foot et la politique? Tu peux entrer, je t'accepterai malgr\\u00e9 ta diff\\u00e9rence. Follow par @LANDEYves, mais je ne l'explique toujours pas.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"47984073\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/414372141\\/bg-twitterAD.jpg\",\"profile_sidebar_fill_color\":\"292929\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840420824\\/FRANCEFORTE-by-dzeis_normal.jpg\",\"name\":\"[\\u0256\\u0290\\u0259\\u026a\\u0283]\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 14:50:50 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":47984073,\"utc_offset\":3600,\"favourites_count\":52,\"url\":\"http:\\/\\/nonjenaipasdefacebookconnard.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182886508367872,\"created_at\":\"Fri Feb 24 23:09:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1832000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b0889fb3-b685-4cbb-bddc-198a0d109f19-173182886508367872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "tweets de comptoir now ! #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1845570945/6wb5t4_normal.jpg" +}, +"title": "Jérémy: tweets de comptoir now ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1832000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"tweets de comptoir now ! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182885111664641\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":180,\"screen_name\":\"Schokobon_\",\"lang\":\"fr\",\"profile_text_color\":\"ffffff\",\"statuses_count\":1369,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/63830126\\/tux_fous.jpg\",\"location\":\"Lyon, France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"31b9e6\",\"followers_count\":185,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845570945\\/6wb5t4_normal.jpg\",\"description\":\"Past\\u00e8quophile voyageur passionn\\u00e9 de nouvelles technologies, accro \\u00e0 son Nikon et \\u00e0 la b\\u00eatise \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"65beeb\",\"id_str\":\"94757944\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/63830126\\/tux_fous.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845570945\\/6wb5t4_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 05 08:55:32 +0000 2009\",\"profile_sidebar_border_color\":\"1da1de\",\"id\":94757944,\"utc_offset\":3600,\"favourites_count\":142,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182885111664641,\"created_at\":\"Fri Feb 24 23:09:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1832000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5a04e294-5a88-4df1-8c89-80912883a168-173182885111664641" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ha merde ! @FlorencePorcel n'a pas mit son bras bionique ! #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Ha merde ! @FlorencePorcel n'a pas mit son bras bionique ! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1832000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ha merde ! @FlorencePorcel n'a pas mit son bras bionique ! #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[11,26],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]},{\"text\":\"cqui\",\"indices\":[64,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182888819441664\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6696,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182888819441664,\"created_at\":\"Fri Feb 24 23:09:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1832000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4170180f-4f9a-45f0-a473-d496fae98605-173182888819441664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Picture from #OnlyHug33k : Ce soir : #LGW avec @LeGrandWebze @Vinvin @FrancoisRollin @FlorencePorcel et cie. (Ta... http://t.co/2Y6hXOG0", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Picture from #OnlyHug33k : Ce soir : #LGW avec @LeGrandWebze @Vinvin @FrancoisRollin @FlorencePorcel et cie. (Ta... http://t.co/2Y6hXOG0", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1832000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Picture from #OnlyHug33k : Ce soir\\u00a0: #LGW avec @LeGrandWebze @Vinvin @FrancoisRollin @FlorencePorcel et cie. (Ta... http:\\/\\/t.co\\/2Y6hXOG0\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[47,60],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"Vinvin\",\"indices\":[61,68],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"francoisrollin\",\"indices\":[69,84],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076},{\"screen_name\":\"FlorencePorcel\",\"indices\":[85,100],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"OnlyHug33k\",\"indices\":[13,24]},{\"text\":\"LGW\",\"indices\":[37,41]}],\"media\":[{\"type\":\"photo\",\"indices\":[116,136],\"sizes\":{\"large\":{\"h\":768,\"resize\":\"fit\",\"w\":1024},\"medium\":{\"h\":450,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":255,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdE6q1CIAA9Y4y.jpg\",\"id_str\":\"173182885396881408\",\"expanded_url\":\"http:\\/\\/twitter.com\\/hug33k\\/status\\/173182885388492800\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdE6q1CIAA9Y4y.jpg\",\"id\":173182885396881408,\"display_url\":\"pic.twitter.com\\/2Y6hXOG0\",\"url\":\"http:\\/\\/t.co\\/2Y6hXOG0\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ifttt.com\\\" rel=\\\"nofollow\\\"\\u003Eifttt\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182885388492800\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4895,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182885388492800,\"created_at\":\"Fri Feb 24 23:09:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1832000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efae9f3c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e59d3bcb-f447-426d-9ec4-b78587b03bf6-173182885388492800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw comment faire pour lire 1000 tweet en 10min??", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" +}, +"title": "robin pierre: #lgw comment faire pour lire 1000 tweet en 10min??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1833000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw comment faire pour lire 1000 tweet en 10min??\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[5.6779213,45.1540629],[5.7534338,45.1540629],[5.7534338,45.2140187],[5.6779213,45.2140187]]]},\"attributes\":{},\"full_name\":\"Grenoble, Is\\u00e8re\",\"name\":\"Grenoble\",\"id\":\"97a95373473f3acd\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/97a95373473f3acd.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[5.71257136,45.16672529]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182892774658048\",\"geo\":{\"type\":\"Point\",\"coordinates\":[45.16672529,5.71257136]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1,\"screen_name\":\"pierre_robin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"501182356\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"name\":\"robin pierre\",\"default_profile_image\":true,\"created_at\":\"Thu Feb 23 21:53:04 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":501182356,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182892774658048,\"created_at\":\"Fri Feb 24 23:09:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1833000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c6b7b670-c1d8-4548-889a-2cfdd98cd0a8-173182892774658048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Après les #cesar2012 changement d'ambiance : on passe sur France 5 pour le Grand Webze ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1604021308/logo-zfactory_normal.jpg" +}, +"title": "Nicolas_Ziegler: Après les #cesar2012 changement d'ambiance : on passe sur France 5 pour le Grand Webze ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1835000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Apr\\u00e8s les #cesar2012 changement d'ambiance : on passe sur France 5 pour le Grand Webze ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[10,20]},{\"text\":\"lgw\",\"indices\":[89,93]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182900139868160\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":592,\"screen_name\":\"Z_Factory\",\"lang\":\"fr\",\"profile_text_color\":\"0e1c21\",\"statuses_count\":3287,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/350981894\\/z-factory-twitter-NEW.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":108,\"profile_link_color\":\"bf0000\",\"followers_count\":1508,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1604021308\\/logo-zfactory_normal.jpg\",\"description\":\"Consultant strat\\u00e9gies de communication et d\\u00e9veloppement de marque, planneur strat, blogueur, pubard friendly, communicant pratiquant, media+social web addict..\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"171b1c\",\"id_str\":\"17072926\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/350981894\\/z-factory-twitter-NEW.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1604021308\\/logo-zfactory_normal.jpg\",\"name\":\"Nicolas_Ziegler\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 30 19:47:35 +0000 2008\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":17072926,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/z-factory.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182900139868160,\"created_at\":\"Fri Feb 24 23:09:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1835000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1cd4a2ca-f980-45b4-84e4-900ab29c64e6-173182900139868160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Drôle d'ambiance...un peu froid...vide..creux...une plante verte?", +"img": { +"src": "http://a3.twimg.com/profile_images/1813277782/profil_normal.jpg" +}, +"title": "annabel s. alves : #lgw Drôle d'ambiance...un peu froid...vide..creux...une plante verte?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1836000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Dr\\u00f4le d'ambiance...un peu froid...vide..creux...une plante verte?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[7.1820901,43.6452915],[7.3239546,43.6452915],[7.3239546,43.76075],[7.1820901,43.76075]]]},\"attributes\":{},\"full_name\":\"Nice, Alpes-Maritimes\",\"name\":\"Nice\",\"id\":\"d43b21ac2b0c2029\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d43b21ac2b0c2029.json\"},\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182904900395010\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"annabeldessin\",\"lang\":\"fr\",\"favourites_count\":37,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":811,\"location\":\"France, Nice(06)\",\"profile_text_color\":\"666666\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1813277782\\/profil_normal.jpg\",\"description\":\"Styliste, conceptrice, mod\\u00e9liste;inadapt\\u00e9e scolaire,surdou\\u00e9e cancre;n'y arrivera jamais dans la vie,elle dessine,elle dessine,elle dessine...(\\u00e9duc. nationale)\\r\\n\",\"statuses_count\":4785,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/341403463\\/Yeux_Annajung.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"106986321\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"annabel s. alves \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/341403463\\/Yeux_Annajung.jpg\",\"created_at\":\"Thu Jan 21 07:51:27 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":106986321,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"https:\\/\\/sites.google.com\\/site\\/annabelalvessovieri\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813277782\\/profil_normal.jpg\"},\"truncated\":false,\"id\":173182904900395010,\"created_at\":\"Fri Feb 24 23:09:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1836000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3f15b293-6d44-4716-aa9a-c06fdee67e6f-173182904900395010" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je crois qu'on est filtré #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1720114042/Izafox_normal.jpg" +}, +"title": "Izafox: Je crois qu'on est filtré #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1837000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je crois qu'on est filtr\\u00e9 #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182906016079872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":255,\"screen_name\":\"Izafox\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1985,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":31,\"profile_link_color\":\"FF3300\",\"followers_count\":587,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1720114042\\/Izafox_normal.jpg\",\"description\":\"Co-fondatrice du BarGaming, R\\u00e9dactrice sur VieDeGeek\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"21196709\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1720114042\\/Izafox_normal.jpg\",\"name\":\"Izafox\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 18 13:49:16 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":21196709,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":\"http:\\/\\/www.viedegeek.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182906016079872,\"created_at\":\"Fri Feb 24 23:09:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1837000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b2672732-94a5-47f5-a852-541d3f858a18-173182906016079872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Articulez en capslock. Un peu. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1565604108/Ouimenon__1__normal.jpg" +}, +"title": "ouimenon: Articulez en capslock. Un peu. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1838000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Articulez en capslock. Un peu. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182913196732418\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":416,\"screen_name\":\"ouimenon\",\"lang\":\"fr\",\"profile_text_color\":\"05364d\",\"statuses_count\":5956,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/318613348\\/Plumes.jpg\",\"location\":\"Sur la tranche\",\"show_all_inline_media\":true,\"listed_count\":64,\"profile_link_color\":\"16219c\",\"followers_count\":942,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1565604108\\/Ouimenon__1__normal.jpg\",\"description\":\"Elle tweete. Et parfois m\\u00eame elle escribouille. Mais pas trop.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000203\",\"id_str\":\"216687420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/318613348\\/Plumes.jpg\",\"profile_sidebar_fill_color\":\"000105\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1565604108\\/Ouimenon__1__normal.jpg\",\"name\":\"ouimenon\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 17 13:02:42 +0000 2010\",\"profile_sidebar_border_color\":\"c5c9d6\",\"id\":216687420,\"utc_offset\":3600,\"favourites_count\":26,\"url\":\"http:\\/\\/ouimaispastrop.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182913196732418,\"created_at\":\"Fri Feb 24 23:09:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1838000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "00894303-2d03-4ade-958b-239fbf5dd820-173182913196732418" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Praska une emission sur France5 #lgw @LeGrandWebze", +"img": { +"src": "http://a2.twimg.com/profile_images/1632512642/John_normal.jpg" +}, +"title": "Stephane : @Praska une emission sur France5 #lgw @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1839000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Praska une emission sur France5 #lgw @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Praska\",\"indices\":[0,7],\"id_str\":\"15453030\",\"name\":\"Pras\",\"id\":15453030},{\"screen_name\":\"LeGrandWebze\",\"indices\":[38,51],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173182511868944385\",\"id_str\":\"173182915683954690\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173182511868944385,\"in_reply_to_user_id_str\":\"15453030\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":159,\"screen_name\":\"stefLP\",\"lang\":\"fr\",\"profile_text_color\":\"6a1e00\",\"statuses_count\":1540,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0800b6\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"description\":\"Je travaille dans le monde de l'informatique et des pharmacies (depuis 17 ans) , et \\u00e9galement auto-entrepreneur \\u00e0 mes temps perdus. http:\\/\\/about.me\\/bealcost\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffe9d9\",\"id_str\":\"11192742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"profile_sidebar_fill_color\":\"ffecd9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"name\":\"Stephane \",\"default_profile_image\":false,\"created_at\":\"Sat Dec 15 10:31:27 +0000 2007\",\"profile_sidebar_border_color\":\"001e0e\",\"id\":11192742,\"utc_offset\":3600,\"favourites_count\":42,\"url\":null},\"in_reply_to_screen_name\":\"Praska\",\"truncated\":false,\"id\":173182915683954690,\"created_at\":\"Fri Feb 24 23:09:59 +0000 2012\",\"in_reply_to_user_id\":15453030}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1839000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4a573c36-ccaa-4656-98e2-bf4e5e65fe1b-173182915683954690" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ne repose que sur twitter ou c'est une spéciale twitter ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1836319207/ay-11042009-18022012_normal.jpg" +}, +"title": "Ay. Poulain Maubant: #lgw ne repose que sur twitter ou c'est une spéciale twitter ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1839000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ne repose que sur twitter ou c'est une sp\\u00e9ciale twitter ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182917500088321\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":590,\"screen_name\":\"AymericPM\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":5035,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/7226973\\/twitter2.jpg\",\"location\":\"Brest, France\",\"show_all_inline_media\":false,\"listed_count\":72,\"profile_link_color\":\"8f0700\",\"followers_count\":787,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836319207\\/ay-11042009-18022012_normal.jpg\",\"description\":\"CEO Nere\\u00ffs, marketing, strat\\u00e9gie, prospective - t\\u00e9l\\u00e9coms, internet - Finist\\u00e8re, l\\u00e0 o\\u00f9 tout commence. Et aussi #Brest #IoT #fablab #4G #android #hihi\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b33b6\",\"id_str\":\"11048002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/7226973\\/twitter2.jpg\",\"profile_sidebar_fill_color\":\"4c70f0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836319207\\/ay-11042009-18022012_normal.jpg\",\"name\":\"Ay. Poulain Maubant\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 11 13:06:15 +0000 2007\",\"profile_sidebar_border_color\":\"1e20be\",\"id\":11048002,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/aymeric.pm\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182917500088321,\"created_at\":\"Fri Feb 24 23:09:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1839000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7b52c7b0-a58c-450a-9f6d-937cc8df2ca3-173182917500088321" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Coucou @Deemee3! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1640796894/valmad__normal.jpg" +}, +"title": "val: Coucou @Deemee3! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1841000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Coucou @Deemee3! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Deemee3\",\"indices\":[7,15],\"id_str\":\"209219475\",\"name\":\"Dimitri\",\"id\":209219475}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182925855145984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":503,\"screen_name\":\"valmad_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17058,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/37593519\\/dune_sunset.JPG\",\"location\":\"Aquitaine\",\"show_all_inline_media\":true,\"listed_count\":66,\"profile_link_color\":\"0084B4\",\"followers_count\":1209,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1640796894\\/valmad__normal.jpg\",\"description\":\"Ma bio, par vous: *Ange ou D\\u00e9esse*, douce, dr\\u00f4le, courageuse, corrosive, fid\\u00e8le. Bref, awesome. Modeste? Non, y'avait pas! \\r\\n#soglamour \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"51392884\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/37593519\\/dune_sunset.JPG\",\"profile_sidebar_fill_color\":\"c5e0ed\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640796894\\/valmad__normal.jpg\",\"name\":\"val\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 27 09:10:54 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":51392884,\"utc_offset\":-10800,\"favourites_count\":65,\"url\":\"http:\\/\\/valmad.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182925855145984,\"created_at\":\"Fri Feb 24 23:10:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1841000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "49a10f36-8b44-4e5e-b087-b0ceeea815f9-173182925855145984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "56 glaçons #lgw Si c'est ça je joue au loto !", +"img": { +"src": "http://a2.twimg.com/profile_images/1561040191/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg" +}, +"title": "Pauline : 56 glaçons #lgw Si c'est ça je joue au loto !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1842000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"56 gla\\u00e7ons #lgw Si c'est \\u00e7a je joue au loto !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182929218961409\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":62,\"screen_name\":\"PolineLP\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1384,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"location\":\"Lorient\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"990000\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\",\"description\":\"Accro aux s\\u00e9ries, \\u00e0 l'humour & \\u00e0 la musique mais aussi \\u00e9tudiante en M1 Professorat des \\u00e9coles quelque part en Bretagne...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"380413697\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\",\"name\":\"Pauline \",\"default_profile_image\":false,\"created_at\":\"Mon Sep 26 16:18:08 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":380413697,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182929218961409,\"created_at\":\"Fri Feb 24 23:10:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1842000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "60d6a3a7-70bc-448d-880c-6107dae4f383-173182929218961409" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je découvre #lgw le web qui a fumé la moquette... À la télé. #cqui au passage ^^", +"img": { +"src": "http://a0.twimg.com/profile_images/1768202944/hedi_normal.jpg" +}, +"title": "Hédi Kallel: Je découvre #lgw le web qui a fumé la moquette... À la télé. #cqui au passage ^^", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1842000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je d\\u00e9couvre #lgw le web qui a fum\\u00e9 la moquette... \\u00c0 la t\\u00e9l\\u00e9. #cqui au passage ^^\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]},{\"text\":\"cqui\",\"indices\":[61,66]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182927637708800\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"HKallel\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":54,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":36,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768202944\\/hedi_normal.jpg\",\"description\":\"Web team #FH2012 - Chef de projet\",\"statuses_count\":29,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"392211017\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"H\\u00e9di Kallel\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Oct 16 18:09:41 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":392211017,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768202944\\/hedi_normal.jpg\"},\"truncated\":false,\"id\":173182927637708800,\"created_at\":\"Fri Feb 24 23:10:02 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1842000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "251c0e8f-7c7f-430f-8d12-deac13a0f855-173182927637708800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Question existencielle : Les cheveux de Rollin, c'est une moumoutte ??", +"img": { +"src": "http://a1.twimg.com/profile_images/1742037988/me_normal.jpg" +}, +"title": "Siddhārtha Gautama: #lgw Question existencielle : Les cheveux de Rollin, c'est une moumoutte ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1843000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Question existencielle : Les cheveux de Rollin, c'est une moumoutte ??\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182933413273600\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":112,\"screen_name\":\"Manubaliste\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":559,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1742037988\\/me_normal.jpg\",\"description\":\"J'ai d\\u00e9cid\\u00e9 de vivre \\u00e9ternellement, pour l'instant \\u00e7a marche... #Rouen #Peinture #R\\u00eaves\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"398308919\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1742037988\\/me_normal.jpg\",\"name\":\"Siddh\\u0101rtha Gautama\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 25 21:42:34 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":398308919,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182933413273600,\"created_at\":\"Fri Feb 24 23:10:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1843000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "26d190c9-0a25-47fc-9302-7f8a93f63d86-173182933413273600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jonatwittbarre: @palmashow on dirait 2 mecs d'une société venus presenter leurs inventions #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1753155059/image_normal.jpg" +}, +"title": "Mostacci Cindy: RT @jonatwittbarre: @palmashow on dirait 2 mecs d'une société venus presenter leurs inventions #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1844000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @jonatwittbarre: @palmashow on dirait 2 mecs d'une soci\\u00e9t\\u00e9 venus presenter leurs inventions #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jonatwittbarre\",\"indices\":[3,18],\"id_str\":\"23099146\",\"name\":\"Jonathan Barr\\u00e9\",\"id\":23099146},{\"screen_name\":\"palmashow\",\"indices\":[20,30],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow on dirait 2 mecs d'une soci\\u00e9t\\u00e9 venus presenter leurs inventions #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181493743599617\",\"id_str\":\"173182507188109313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181493743599617,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":98,\"screen_name\":\"jonatwittbarre\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3595,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/54271203\\/pattern_19-22-06.jpg\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"75bad6\",\"followers_count\":1827,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1530333526\\/jo_out2_normal.jpg\",\"description\":\"Video Director www.jonathanbarre.com Producer www.blagbuster.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"75bad6\",\"id_str\":\"23099146\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54271203\\/pattern_19-22-06.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1530333526\\/jo_out2_normal.jpg\",\"name\":\"Jonathan Barr\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 06 18:31:24 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":23099146,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.jonathanbarre.com\"},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173182507188109313,\"created_at\":\"Fri Feb 24 23:08:21 +0000 2012\",\"in_reply_to_user_id\":23782965},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182937334939648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":204,\"screen_name\":\"CindyMostacci\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":869,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/403414867\\/bis.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"990000\",\"followers_count\":111,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1753155059\\/image_normal.jpg\",\"description\":\"Jeune com\\u00e9dienne. Follow me I'm not famous !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"EBEBEB\",\"id_str\":\"331494406\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/403414867\\/bis.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1753155059\\/image_normal.jpg\",\"name\":\"Mostacci Cindy\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 08 08:03:49 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":331494406,\"utc_offset\":null,\"favourites_count\":11,\"url\":\"http:\\/\\/www.facebook.com\\/cindy.mostacci\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182937334939648,\"created_at\":\"Fri Feb 24 23:10:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1844000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5a047a83-9ad2-49e7-b132-ce7604cd5618-173182937334939648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rolin le fait peur. Mais me fait surtout rire. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1849067972/4413560C-7785-472A-B26C-A5EB7BB6F962_normal" +}, +"title": "Yhnn: Rolin le fait peur. Mais me fait surtout rire. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1845000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rolin le fait peur. Mais me fait surtout rire. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182942561050624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":236,\"screen_name\":\"kzz_\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":8385,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":27,\"profile_link_color\":\"00aaff\",\"followers_count\":604,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"description\":\"doing nothing takes work. \\/\\/\\/ Directeur du p\\u00f4le des pixels de l'espace at @GAMEONE\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"15801903\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"name\":\"Yhnn\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 10 22:12:55 +0000 2008\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":15801903,\"utc_offset\":3600,\"favourites_count\":52,\"url\":\"http:\\/\\/blog.gameone.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182942561050624,\"created_at\":\"Fri Feb 24 23:10:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1845000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ad1fa656-93fb-4072-b9e8-f43141bfc24d-173182942561050624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le César (pâtée pour chien) de la meilleure cascade pour le chat du grand webze ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1509550440/Opeth_normal.png" +}, +"title": "Sylvain Bonneau: Le César (pâtée pour chien) de la meilleure cascade pour le chat du grand webze ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1846000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le C\\u00e9sar (p\\u00e2t\\u00e9e pour chien) de la meilleure cascade pour le chat du grand webze ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[82,86]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.nibirutech.com\\\" rel=\\\"nofollow\\\"\\u003ETwitBird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182944389763072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":62,\"screen_name\":\"Bvggy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":754,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/338842991\\/wallpaper_glory.jpg\",\"location\":\"Toulouse\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1509550440\\/Opeth_normal.png\",\"description\":\"Technical manager in 3D development, two kids, two cats...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"360508134\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/338842991\\/wallpaper_glory.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1509550440\\/Opeth_normal.png\",\"name\":\"Sylvain Bonneau\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 23 09:45:35 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":360508134,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182944389763072,\"created_at\":\"Fri Feb 24 23:10:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1846000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2c55257c-2f65-443f-afa4-47d1afd3d67c-173182944389763072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Envoyez-nous des photos de vous avec votre télé ! On fera un joli album legrandwebze@gmail.com #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Envoyez-nous des photos de vous avec votre télé ! On fera un joli album legrandwebze@gmail.com #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1849000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Envoyez-nous des photos de vous avec votre t\\u00e9l\\u00e9 ! On fera un joli album legrandwebze@gmail.com #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182956561641472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3172,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182956561641472,\"created_at\":\"Fri Feb 24 23:10:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1849000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b880b3d2-758f-494e-bc93-7a8395a1d996-173182956561641472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Jean-Pierre Raffarin entarté, personne n'en parle http://t.co/4C3cTSOk #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1522186720/Laurent-Gloaguen-G00_normal.jpg" +}, +"title": "Laurent Gloaguen: Jean-Pierre Raffarin entarté, personne n'en parle http://t.co/4C3cTSOk #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1850000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Jean-Pierre Raffarin entart\\u00e9, personne n'en parle http:\\/\\/t.co\\/4C3cTSOk #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[50,70],\"expanded_url\":\"http:\\/\\/bit.ly\\/A2Ohpb\",\"display_url\":\"bit.ly\\/A2Ohpb\",\"url\":\"http:\\/\\/t.co\\/4C3cTSOk\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[71,75]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182962362363905\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":563,\"screen_name\":\"embruns\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":21941,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Montr\\u00e9al, Qc, Canada\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"followers_count\":4826,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"8c887c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"name\":\"Laurent Gloaguen\",\"default_profile_image\":false,\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_border_color\":\"7a7768\",\"id\":6241412,\"utc_offset\":-18000,\"favourites_count\":29,\"url\":\"http:\\/\\/embruns.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182962362363905,\"created_at\":\"Fri Feb 24 23:10:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1850000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "80b39a1b-2a95-42de-b957-ebc1848361f7-173182962362363905" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'équipe de nuit est dans le noir #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1643374736/1_normal.jpg" +}, +"title": "Loic Etienne: L'équipe de nuit est dans le noir #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1851000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"L'\\u00e9quipe de nuit est dans le noir #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182968037249024\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":991,\"screen_name\":\"loaketienne\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1592,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Vallis Clausa\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":228,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1643374736\\/1_normal.jpg\",\"description\":\"D\\u00e9veloppeur \\u00e9co dans le sud de la France. Jazz, cin\\u00e9, passion pour la Nouvelle Z\\u00e9lande.\\r\\n1\\/5 de nffp-records.com\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"276901578\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1643374736\\/1_normal.jpg\",\"name\":\"Loic Etienne\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 04 09:37:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":276901578,\"utc_offset\":3600,\"favourites_count\":24,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182968037249024,\"created_at\":\"Fri Feb 24 23:10:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1851000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "480611d9-8ca6-4a4f-a574-a877d1f87700-173182968037249024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @GabytaineFlam: Pour les prochains invités. Venez avec une lampe de poche pour éclairer votre visage. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1801974559/51VNTOCGF1L._SS400__normal.jpg" +}, +"title": "Guillaume Gurdil: RT @GabytaineFlam: Pour les prochains invités. Venez avec une lampe de poche pour éclairer votre visage. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1851000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @GabytaineFlam: Pour les prochains invit\\u00e9s. Venez avec une lampe de poche pour \\u00e9clairer votre visage. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GabytaineFlam\",\"indices\":[3,17],\"id_str\":\"161146189\",\"name\":\"R\\u00e9mi\",\"id\":161146189}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[105,109]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Pour les prochains invit\\u00e9s. Venez avec une lampe de poche pour \\u00e9clairer votre visage. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[86,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182823807713280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5845,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182823807713280,\"created_at\":\"Fri Feb 24 23:09:37 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182965440978945\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":164,\"screen_name\":\"gurdiiil\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2782,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"description\":\"Geek\\/Nerd, drogu\\u00e9 \\u00e0 la musique, atterr\\u00e9 perp\\u00e9tuel (parce qu'indign\\u00e9, c'est galvaud\\u00e9) qui garde le sens de l'humour (beh ouais, faut bien!)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"89754233\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"name\":\"Guillaume Gurdil\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 13 17:56:00 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":89754233,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/luniquemonsieurtoutlemonde.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182965440978945,\"created_at\":\"Fri Feb 24 23:10:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1851000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dcdc7de1-f1d0-43d2-b476-30d938b928d1-173182965440978945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je suis là #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1772965923/tw_13213657_1327237886_normal.jpg" +}, +"title": "duanyer: Je suis là #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1853000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je suis l\\u00e0 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182976392314880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":830,\"screen_name\":\"duanyer\",\"lang\":\"fr\",\"profile_text_color\":\"050505\",\"statuses_count\":17181,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/143862310\\/GetImage.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":51,\"profile_link_color\":\"0026ff\",\"followers_count\":853,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1772965923\\/tw_13213657_1327237886_normal.jpg\",\"description\":\"Mon ambition est de devenir l'idiot du village. J'y suis presque.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8a6e2d\",\"id_str\":\"23742784\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/143862310\\/GetImage.jpg\",\"profile_sidebar_fill_color\":\"e2ed7c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1772965923\\/tw_13213657_1327237886_normal.jpg\",\"name\":\"duanyer\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 09:59:57 +0000 2009\",\"profile_sidebar_border_color\":\"d96666\",\"id\":23742784,\"utc_offset\":3600,\"favourites_count\":1310,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182976392314880,\"created_at\":\"Fri Feb 24 23:10:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1853000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6b704330-d780-407f-9ab8-f011cbf9128e-173182976392314880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "l'éclaragiste de #LGW lui n'aura pas un CESAR mais un GERARD !!!!!", +"img": { +"src": "http://a1.twimg.com/profile_images/1633923341/tn48_normal.png" +}, +"title": "msiou: l'éclaragiste de #LGW lui n'aura pas un CESAR mais un GERARD !!!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1855000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"l'\\u00e9claragiste de #LGW lui n'aura pas un CESAR mais un GERARD !!!!!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[17,21]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182984155967488\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"c9b766\",\"screen_name\":\"msiou\",\"lang\":\"en\",\"favourites_count\":9,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":226,\"location\":\"\",\"profile_text_color\":\"d28730\",\"description\":\"blogueur sur http:\\/\\/msiou.net \\r\\namoureux de la musique sur http:\\/\\/lapausemeuzicale.tumblr.com \",\"statuses_count\":48128,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/358227164\\/3097-mur-en-bois-WallFizz.jpg\",\"show_all_inline_media\":false,\"listed_count\":42,\"profile_link_color\":\"4a9ba8\",\"followers_count\":212,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1633923341\\/tn48_normal.png\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"10070792\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"msiou\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/358227164\\/3097-mur-en-bois-WallFizz.jpg\",\"created_at\":\"Thu Nov 08 16:30:52 +0000 2007\",\"profile_sidebar_fill_color\":\"fff3b5\",\"id\":10070792,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633923341\\/tn48_normal.png\"},\"in_reply_to_status_id\":null,\"id\":173182984155967488,\"created_at\":\"Fri Feb 24 23:10:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1855000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6e1e3ac7-adf7-4563-b8ca-cce6fb44c8c0-173182984155967488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ha c'est le moment d'être drôle @tweets2comptoir bosse! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1727266317/oimtampon_normal.jpg" +}, +"title": "Lucas Parax: Ha c'est le moment d'être drôle @tweets2comptoir bosse! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1857000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ha c'est le moment d'\\u00eatre dr\\u00f4le @tweets2comptoir bosse! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[32,48],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182992422928384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":731,\"screen_name\":\"lucasparax\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9270,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"990000\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"description\":\"Politique, musique, r\\u00e9flexions absurdes. J'aime bien votre veste, mais faudrait penser \\u00e0 ne pas la retourner. #\\u00e9lys\\u00e9e_2012 #rock\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"333415548\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"name\":\"Lucas Parax\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 11 14:14:27 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":333415548,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/lucasparax.over-blog.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182992422928384,\"created_at\":\"Fri Feb 24 23:10:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1857000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7879f2b6-4603-4089-a0ac-281533949523-173182992422928384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Trollol le chat! Sur #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1538693241/Logo_Dabet_21_normal.jpg" +}, +"title": "Merwan Saidi: Trollol le chat! Sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1857000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Trollol le chat! Sur #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.twitter.com\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Windows Phone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182992280334336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":10,\"screen_name\":\"Dabet21\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":89,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1538693241\\/Logo_Dabet_21_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"367182232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1538693241\\/Logo_Dabet_21_normal.jpg\",\"name\":\"Merwan Saidi\",\"default_profile_image\":false,\"created_at\":\"Sat Sep 03 14:42:53 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":367182232,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/dabet21.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182992280334336,\"created_at\":\"Fri Feb 24 23:10:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1857000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9e13d686-7a45-4d9b-9cd4-5d8994f077cf-173182992280334336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@davidmarsais @Gregshow kikou je vous vois #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1845640313/x_c296a84d_normal.jpg" +}, +"title": "Pierre Croce: @davidmarsais @Gregshow kikou je vous vois #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1862000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@davidmarsais @Gregshow kikou je vous vois #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"davidmarsais\",\"indices\":[0,13],\"id_str\":\"140357554\",\"name\":\"David Marsais\",\"id\":140357554},{\"screen_name\":\"Gregshow\",\"indices\":[14,23],\"id_str\":\"23932076\",\"name\":\"Gregshow\",\"id\":23932076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183013201510401\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"140357554\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":109,\"screen_name\":\"PierreCroce\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":202,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":131,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845640313\\/x_c296a84d_normal.jpg\",\"description\":\"Responsable Contenus Humour chez Dailymotion, et tente aussi des trucs sur sc\\u00e8ne : http:\\/\\/dai.ly\\/siCjLV\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"34305298\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845640313\\/x_c296a84d_normal.jpg\",\"name\":\"Pierre Croce\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 22 15:41:53 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":34305298,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/www.facebook.com\\/laminuteapropos\"},\"in_reply_to_screen_name\":\"davidmarsais\",\"truncated\":false,\"id\":173183013201510401,\"created_at\":\"Fri Feb 24 23:10:22 +0000 2012\",\"in_reply_to_user_id\":140357554}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1862000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "298dffb3-0bb1-4f63-8d64-b6ca269bbd8b-173183013201510401" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @loaketienne: L'équipe de nuit est dans le noir #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: RT @loaketienne: L'équipe de nuit est dans le noir #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1862000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @loaketienne: L'\\u00e9quipe de nuit est dans le noir #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"loaketienne\",\"indices\":[3,15],\"id_str\":\"276901578\",\"name\":\"Loic Etienne\",\"id\":276901578}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"L'\\u00e9quipe de nuit est dans le noir #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182968037249024\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":991,\"screen_name\":\"loaketienne\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1591,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Vallis Clausa\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":228,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1643374736\\/1_normal.jpg\",\"description\":\"D\\u00e9veloppeur \\u00e9co dans le sud de la France. Jazz, cin\\u00e9, passion pour la Nouvelle Z\\u00e9lande.\\r\\n1\\/5 de nffp-records.com\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"276901578\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1643374736\\/1_normal.jpg\",\"name\":\"Loic Etienne\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 04 09:37:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":276901578,\"utc_offset\":3600,\"favourites_count\":24,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182968037249024,\"created_at\":\"Fri Feb 24 23:10:11 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183014099099649\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183014099099649,\"created_at\":\"Fri Feb 24 23:10:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1862000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "845ac47a-cd43-4044-895f-218170f7a5d7-173183014099099649" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw mais faut dire a Francois que sa chemise fait moins tache dans le fond que l'autre", +"img": { +"src": "http://a3.twimg.com/profile_images/1826336757/GuidO_normal.jpg" +}, +"title": "GuidoBrasletti: #ilreste #lgw mais faut dire a Francois que sa chemise fait moins tache dans le fond que l'autre", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1862000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw mais faut dire a Francois que sa chemise fait moins tache dans le fond que l'autre\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183012689821698\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":105,\"screen_name\":\"guido_bzh\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1687,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Breizh\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"009999\",\"followers_count\":90,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1826336757\\/GuidO_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"444545\",\"id_str\":\"116762472\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1826336757\\/GuidO_normal.jpg\",\"name\":\"GuidoBrasletti\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 23 14:08:14 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116762472,\"utc_offset\":3600,\"favourites_count\":30,\"url\":\"http:\\/\\/www.perdu.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183012689821698,\"created_at\":\"Fri Feb 24 23:10:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1862000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6dc9fc42-4039-4d0f-a917-dd55b0226658-173183012689821698" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilReste et doit avoir droit à son estrade comme @Vinvin !", +"img": { +"src": "http://a0.twimg.com/profile_images/1739488594/avatar3_normal.png" +}, +"title": "Maxime: #lgw #ilReste et doit avoir droit à son estrade comme @Vinvin !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1863000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilReste et doit avoir droit \\u00e0 son estrade comme @Vinvin !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[54,61],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitterrific.com\\\" rel=\\\"nofollow\\\"\\u003ETwitterrific for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183018075299840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":106,\"screen_name\":\"tibiniou\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"followers_count\":66,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1739488594\\/avatar3_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"8938732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1739488594\\/avatar3_normal.png\",\"name\":\"Maxime\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 17 20:53:07 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":8938732,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183018075299840,\"created_at\":\"Fri Feb 24 23:10:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1863000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9e85a54c-223a-47bd-92f3-282be6868dc3-173183018075299840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw C'est la soirée des Webzésars ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1810324073/Tweet2_normal.jpg" +}, +"title": "Caroline Anne: #lgw C'est la soirée des Webzésars ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1863000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw C'est la soir\\u00e9e des Webz\\u00e9sars ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183015588081664\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":76,\"screen_name\":\"CarolinaTwist\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":134,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/423417929\\/Boreal.jpeg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1810324073\\/Tweet2_normal.jpg\",\"description\":\"Sc\\u00e9nariste, dialoguiste, Instagramer.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"35187538\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/423417929\\/Boreal.jpeg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1810324073\\/Tweet2_normal.jpg\",\"name\":\"Caroline Anne\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 25 10:26:12 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":35187538,\"utc_offset\":3600,\"favourites_count\":12,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183015588081664,\"created_at\":\"Fri Feb 24 23:10:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1863000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1b9e9559-3e06-46cb-8edf-eaa3ee1d28ce-173183015588081664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le plateau c'est la couleur de twitter, aight #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: Le plateau c'est la couleur de twitter, aight #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1863000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le plateau c'est la couleur de twitter, aight #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183018167574528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":590,\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"profile_text_color\":\"520000\",\"statuses_count\":18713,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"followers_count\":506,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"d61d08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"name\":\"Camille .\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":93848420,\"utc_offset\":-36000,\"favourites_count\":14,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183018167574528,\"created_at\":\"Fri Feb 24 23:10:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1863000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "518fdb51-dddb-414b-b9e4-87bc72bc1bf4-173183018167574528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw tweet à St Tropez", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: #lgw tweet à St Tropez", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1864000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw tweet \\u00e0 St Tropez\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183019161620482\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"F2E195\",\"screen_name\":\"papounay2000\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":265,\"location\":\"\",\"profile_text_color\":\"0C3E53\",\"followers_count\":135,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"description\":\"N'oubliez pas de vous aimer\",\"statuses_count\":3539,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"protected\":false,\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"\\u2620papounay2000\\u2620\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"id\":14764219,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\"},\"truncated\":false,\"id\":173183019161620482,\"created_at\":\"Fri Feb 24 23:10:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1864000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1746a173-8bcb-45f6-ad74-88aa0d30b1b6-173183019161620482" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Viens d'entre-apercevoir @KlaireFr :) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1841029880/gangstacat6ze46f4ze6f4z6e84_normal.jpg" +}, +"title": "Brice R.: Viens d'entre-apercevoir @KlaireFr :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1866000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Viens d'entre-apercevoir @KlaireFr :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[25,34],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183030750494720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"brice_r_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2376,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"description\":\"#G\\u00e9meaux #DoublePersonnalit\\u00e9 \\r\\nParce que la vie priv\\u00e9e ne sert pas uniquement \\u00e0 cacher des d\\u00e9lits et des crimes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Copenhagen\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"15512436\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"name\":\"Brice R.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 21 08:09:24 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":15512436,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"https:\\/\\/www.eff.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183030750494720,\"created_at\":\"Fri Feb 24 23:10:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1866000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cad6eaf2-e6a8-4028-bac6-e3cab2dcbcc1-173183030750494720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tout de suite : la sélection des @tweets2comptoir #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Tout de suite : la sélection des @tweets2comptoir #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1866000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Tout de suite : la s\\u00e9lection des @tweets2comptoir #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[33,49],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183028342947840\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3174,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1481,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173183028342947840,\"created_at\":\"Fri Feb 24 23:10:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1866000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "848a738f-eac9-4e73-81e5-29608f20fd3c-173183028342947840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Wow @vinvin tente donc de faire croire que #lgw est préparé ?! ...", +"img": { +"src": "http://a1.twimg.com/profile_images/1803920053/hartza_anon_normal.gif" +}, +"title": "Christophe BONNARD: Wow @vinvin tente donc de faire croire que #lgw est préparé ?! ...", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1866000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Wow @vinvin tente donc de faire croire que #lgw est pr\\u00e9par\\u00e9 ?! ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[4,11],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183030381391872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":409,\"screen_name\":\"hartza_info\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3509,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"location\":\"64250 LOUHOSSOA\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"description\":\"auto-entrepreneur\\r\\nR\\u00e9paration, assistance et maintenance informatique, Cr\\u00e9ation de Site Internet, Montage Vid\\u00e9o, Infographie...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"123547535\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"name\":\"Christophe BONNARD\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 16 12:35:18 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":123547535,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/hartza.info\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183030381391872,\"created_at\":\"Fri Feb 24 23:10:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1866000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cef6b985-6769-4558-bc54-5854dcfd233e-173183030381391872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Grâce au tweetdeck #lgw, je peux célébrer mon premier passage Tv. Célébration transmedia. #cqui #cmoi", +"img": { +"src": "http://a0.twimg.com/profile_images/1848682776/photo_profil_normal.jpg" +}, +"title": "Caroline Pandraud: Grâce au tweetdeck #lgw, je peux célébrer mon premier passage Tv. Célébration transmedia. #cqui #cmoi", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1867000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Gr\\u00e2ce au tweetdeck #lgw, je peux c\\u00e9l\\u00e9brer mon premier passage Tv. C\\u00e9l\\u00e9bration transmedia. #cqui #cmoi\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]},{\"text\":\"cqui\",\"indices\":[90,95]},{\"text\":\"cmoi\",\"indices\":[96,101]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183033460011008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":284,\"screen_name\":\"pointPandraud\",\"lang\":\"fr\",\"profile_text_color\":\"F6FC9D\",\"statuses_count\":424,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"FF1269\",\"followers_count\":181,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"description\":\"Project Analyst @faberNovel www.fabernovel.com \\/\\/\\r\\n@essec Business School Alumni \\/\\/ Paris\\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"4F4C4E\",\"id_str\":\"16096262\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"profile_sidebar_fill_color\":\"7A374C\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"name\":\"Caroline Pandraud\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 02 13:18:16 +0000 2008\",\"profile_sidebar_border_color\":\"382334\",\"id\":16096262,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183033460011008,\"created_at\":\"Fri Feb 24 23:10:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1867000, +"tags": [ +{ +"id-ref": "efb28912-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fba7c892-4fd8-402c-9bcb-6e6d6483f23f-173183033460011008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "et moi j'ai oublié le savoureux bordel du vendredi http://t.co/GfK6wUI9 @solferishow J'avais oublié ce savoureux bordel @LeGrandWebze #lgw”", +"img": { +"src": "http://a0.twimg.com/profile_images/1047818197/vidkili_normal.jpg" +}, +"title": "Béatrice Austin: et moi j'ai oublié le savoureux bordel du vendredi http://t.co/GfK6wUI9 @solferishow J'avais oublié ce savoureux bordel @LeGrandWebze #lgw”", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1868000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"et moi j'ai oubli\\u00e9 le savoureux bordel du vendredi http:\\/\\/t.co\\/GfK6wUI9 @solferishow J'avais oubli\\u00e9 ce savoureux bordel @LeGrandWebze #lgw\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"solferishow\",\"indices\":[73,85],\"id_str\":\"232221031\",\"name\":\"Solferishow\",\"id\":232221031},{\"screen_name\":\"LeGrandWebze\",\"indices\":[121,134],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[{\"indices\":[51,71],\"expanded_url\":\"http:\\/\\/bit.ly\\/zF4aGY\",\"display_url\":\"bit.ly\\/zF4aGY\",\"url\":\"http:\\/\\/t.co\\/GfK6wUI9\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[135,139]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183036777709568\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":570,\"screen_name\":\"Vidkili\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10625,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/59779831\\/108.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":53,\"profile_link_color\":\"0084B4\",\"followers_count\":605,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1047818197\\/vidkili_normal.jpg\",\"description\":\"Travailleuse du savoir. Chef de projets \\u00e9ditoriaux pour le Studio de Cr\\u00e9ation d'un groupe audiovisuel... le jour. Mixeuse de flux et veilleuse... la nuit\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"96848926\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/59779831\\/108.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1047818197\\/vidkili_normal.jpg\",\"name\":\"B\\u00e9atrice Austin\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 14 21:52:52 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":96848926,\"utc_offset\":3600,\"favourites_count\":68,\"url\":\"http:\\/\\/myfav.es\\/beatrice.austin\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183036777709568,\"created_at\":\"Fri Feb 24 23:10:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1868000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e7f0ed0f-af72-42b0-801b-6016fa02e0ef-173183036777709568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh voilà @Deemee3 dans #LGW ;))", +"img": { +"src": "http://a2.twimg.com/profile_images/1649948075/image_normal.jpg" +}, +"title": "ORTF_2_0: Oh voilà @Deemee3 dans #LGW ;))", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1868000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh voil\\u00e0 @Deemee3 dans #LGW ;))\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Deemee3\",\"indices\":[9,17],\"id_str\":\"209219475\",\"name\":\"Dimitri\",\"id\":209219475}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183037138415618\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":212,\"screen_name\":\"ORTF_2_0\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":8839,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/259103493\\/DSC_0207.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"2FC2EF\",\"followers_count\":451,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1649948075\\/image_normal.jpg\",\"description\":\"Mercenaire de l'audiovisuel, cathodique pratiquante et glaneuse professionnelle. Orf\\u00e8vre du temps de cerveau disponible. Prix Sulitzer 2009.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"305637572\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/259103493\\/DSC_0207.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649948075\\/image_normal.jpg\",\"name\":\"ORTF_2_0\",\"default_profile_image\":false,\"created_at\":\"Thu May 26 15:09:58 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":305637572,\"utc_offset\":3600,\"favourites_count\":52,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183037138415618,\"created_at\":\"Fri Feb 24 23:10:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1868000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1bbd86dc-163c-4efd-89b0-eccf23542bab-173183037138415618" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Apparemment je ne suis pas le seul a ne pas avoir aimé \"The Artist\" #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1844318712/Logo153pix4x4_normal.jpg" +}, +"title": "Village Fédéral: Apparemment je ne suis pas le seul a ne pas avoir aimé \"The Artist\" #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1869000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Apparemment je ne suis pas le seul a ne pas avoir aim\\u00e9 \\\"The Artist\\\" #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183040112181249\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":632,\"screen_name\":\"VillageFederal\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":15421,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/377557712\\/Logo_JF_Final2_en_grand.jpg_1.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":70,\"profile_link_color\":\"b81f00\",\"followers_count\":954,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844318712\\/Logo153pix4x4_normal.jpg\",\"description\":\"Veille, discussions et d\\u00e9conne sur Twitter. Le site est un \\u00abagr\\u00e9gateur de consciences\\u00bb, dont la devise est: le Savoir, la Libert\\u00e9 & la Solidarit\\u00e9.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"126115852\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377557712\\/Logo_JF_Final2_en_grand.jpg_1.jpg\",\"profile_sidebar_fill_color\":\"96e1eb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844318712\\/Logo153pix4x4_normal.jpg\",\"name\":\"Village F\\u00e9d\\u00e9ral\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 24 21:59:34 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":126115852,\"utc_offset\":3600,\"favourites_count\":1694,\"url\":\"http:\\/\\/www.villagefederal.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183040112181249,\"created_at\":\"Fri Feb 24 23:10:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1869000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "791fb3a8-ee4e-4d64-8605-1f199f48f7cc-173183040112181249" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jonatwittbarre: @palmashow on dirait 2 mecs d'une société venus presenter leurs inventions #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1843980995/Photo_228_normal.jpg" +}, +"title": "Marion. : RT @jonatwittbarre: @palmashow on dirait 2 mecs d'une société venus presenter leurs inventions #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1869000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @jonatwittbarre: @palmashow on dirait 2 mecs d'une soci\\u00e9t\\u00e9 venus presenter leurs inventions #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jonatwittbarre\",\"indices\":[3,18],\"id_str\":\"23099146\",\"name\":\"Jonathan Barr\\u00e9\",\"id\":23099146},{\"screen_name\":\"palmashow\",\"indices\":[20,30],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow on dirait 2 mecs d'une soci\\u00e9t\\u00e9 venus presenter leurs inventions #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181493743599617\",\"id_str\":\"173182507188109313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181493743599617,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":98,\"screen_name\":\"jonatwittbarre\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3595,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/54271203\\/pattern_19-22-06.jpg\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"75bad6\",\"followers_count\":1827,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1530333526\\/jo_out2_normal.jpg\",\"description\":\"Video Director www.jonathanbarre.com Producer www.blagbuster.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"75bad6\",\"id_str\":\"23099146\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54271203\\/pattern_19-22-06.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1530333526\\/jo_out2_normal.jpg\",\"name\":\"Jonathan Barr\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 06 18:31:24 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":23099146,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.jonathanbarre.com\"},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173182507188109313,\"created_at\":\"Fri Feb 24 23:08:21 +0000 2012\",\"in_reply_to_user_id\":23782965},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183042741993475\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":157,\"screen_name\":\"jaipaslepermis\",\"lang\":\"fr\",\"profile_text_color\":\"c23cc2\",\"statuses_count\":1092,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431719411\\/papier-peint-67274830_2.jpg\",\"location\":\"Angers\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"70084c\",\"followers_count\":45,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843980995\\/Photo_228_normal.jpg\",\"description\":\"ROLEX , MORE SEX , GOOD WEED , NO STRESS ! \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7e303\",\"id_str\":\"100368282\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431719411\\/papier-peint-67274830_2.jpg\",\"profile_sidebar_fill_color\":\"50a0eb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843980995\\/Photo_228_normal.jpg\",\"name\":\"Marion. \",\"default_profile_image\":false,\"created_at\":\"Wed Dec 30 01:25:04 +0000 2009\",\"profile_sidebar_border_color\":\"8b9294\",\"id\":100368282,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183042741993475,\"created_at\":\"Fri Feb 24 23:10:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1869000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7df5949d-3ae5-4afe-a51c-a7b8c68dc4de-173183042741993475" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ne pas passer dans #LGW , mon mec regarde !!", +"img": { +"src": "http://a0.twimg.com/profile_images/1849027029/TPhoto_000230_normal.jpg" +}, +"title": "wic®: Ne pas passer dans #LGW , mon mec regarde !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1870000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ne pas passer dans #LGW , mon mec regarde !!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183044604272641\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":119,\"screen_name\":\"ladycooky\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":14171,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/429469479\\/tumblr_lunor7P3Pi1qjldjvo1_500.jpg\",\"location\":\"Loiret (45)\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"a1208e\",\"followers_count\":165,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849027029\\/TPhoto_000230_normal.jpg\",\"description\":\"C\\u00e2line, joueuse, mais je ne ronronne pas. L'unique romanci\\u00e8re de ma vie c'est MOI, je ne me d\\u00e9voile pas en public. #SachezLe\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"7cd4de\",\"id_str\":\"341717778\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429469479\\/tumblr_lunor7P3Pi1qjldjvo1_500.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849027029\\/TPhoto_000230_normal.jpg\",\"name\":\"wic\\u00ae\",\"default_profile_image\":false,\"created_at\":\"Sun Jul 24 21:01:34 +0000 2011\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":341717778,\"utc_offset\":3600,\"favourites_count\":67,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183044604272641,\"created_at\":\"Fri Feb 24 23:10:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1870000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c606812c-18d8-4445-aba2-109ae14763d3-173183044604272641" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "the artist <3 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1371214993/7a201ca91d3560_full_normal.gif" +}, +"title": "Manon Sorbier: the artist <3 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1871000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"the artist <3 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183050136551424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":35,\"screen_name\":\"wonderlandusagi\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":44,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1371214993\\/7a201ca91d3560_full_normal.gif\",\"description\":\"I am a french bunny blogger! \\u3088\\u308d\\u3057\\u304f\\u306d\\uff01\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"306298320\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1371214993\\/7a201ca91d3560_full_normal.gif\",\"name\":\"Manon Sorbier\",\"default_profile_image\":false,\"created_at\":\"Fri May 27 16:46:29 +0000 2011\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":306298320,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/usaginowonderland.over-blog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183050136551424,\"created_at\":\"Fri Feb 24 23:10:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1871000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "137b48bb-9e39-4dc7-9cfb-0ac281b0530f-173183050136551424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quand la fin de l'émission ? #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1417270951/DoveArhur_normal.jpg" +}, +"title": "Dove Arthur : C'est quand la fin de l'émission ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1874000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est quand la fin de l'\\u00e9mission ? #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[35,39]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183062652362752\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f50e22\",\"screen_name\":\"DoveArthur\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":261,\"location\":\"Lille\",\"profile_text_color\":\"a19a4d\",\"followers_count\":129,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1417270951\\/DoveArhur_normal.jpg\",\"description\":\"\\u00c9tudiant EFAP Lille Europe Promo 2013 - R\\u00e9dacteur - Graphiste - Lomographiste - Cin\\u00e9phile\",\"statuses_count\":1842,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/420571809\\/Movember-Super-Mario-Bros.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"37447d\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"96210164\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Dove Arthur \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420571809\\/Movember-Super-Mario-Bros.jpg\",\"created_at\":\"Fri Dec 11 21:27:09 +0000 2009\",\"profile_sidebar_fill_color\":\"f7fcfc\",\"id\":96210164,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1417270951\\/DoveArhur_normal.jpg\"},\"truncated\":false,\"id\":173183062652362752,\"created_at\":\"Fri Feb 24 23:10:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1874000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "64fff029-6e7e-46d3-bfa8-15e22e1170e9-173183062652362752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw heureux qui, communiste, a fait un beau voyage…", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: #lgw heureux qui, communiste, a fait un beau voyage…", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1874000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw heureux qui, communiste, a fait un beau voyage\\u2026\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183061880610816\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":98,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"statuses_count\":1160,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cammarata Thierry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":334554629,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\"},\"truncated\":false,\"id\":173183061880610816,\"created_at\":\"Fri Feb 24 23:10:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1874000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9bbbe391-9b68-4b39-b0e2-d4cd892da61e-173183061880610816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @mmu_man: Ayé, j'ai fait ma pancarte pour la manif de demain contre #ACTA ! Et vous ? #lgwztest http://t.co/DgxlmDmQ", +"img": { +"src": "http://a2.twimg.com/profile_images/89454404/n1220121809_907363_4719_normal.jpg" +}, +"title": "Ludovic Piot: RT @mmu_man: Ayé, j'ai fait ma pancarte pour la manif de demain contre #ACTA ! Et vous ? #lgwztest http://t.co/DgxlmDmQ", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1876000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @mmu_man: Ay\\u00e9, j'ai fait ma pancarte pour la manif de demain contre #ACTA ! Et vous ? #lgwztest http:\\/\\/t.co\\/DgxlmDmQ\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"mmu_man\",\"indices\":[3,11],\"id_str\":\"102075787\",\"name\":\"Fran\\u00e7ois Revol\",\"id\":102075787}],\"urls\":[{\"indices\":[99,119],\"expanded_url\":\"http:\\/\\/twitter.com\\/mmu_man\\/status\\/173111870755057664\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/DgxlmDmQ\",\"url\":\"http:\\/\\/t.co\\/DgxlmDmQ\"}],\"hashtags\":[{\"text\":\"ACTA\",\"indices\":[71,76]},{\"text\":\"lgwztest\",\"indices\":[89,98]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Ay\\u00e9, j'ai fait ma pancarte pour la manif de demain contre #ACTA ! Et vous ? #lgwztest http:\\/\\/t.co\\/DgxlmDmQ\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ACTA\",\"indices\":[58,63]},{\"text\":\"lgwztest\",\"indices\":[76,85]}],\"media\":[{\"type\":\"photo\",\"indices\":[86,106],\"sizes\":{\"large\":{\"h\":480,\"resize\":\"fit\",\"w\":640},\"medium\":{\"h\":450,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":255,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmcEVEtCMAAFiFC.png\",\"id_str\":\"173111870763446272\",\"expanded_url\":\"http:\\/\\/twitter.com\\/mmu_man\\/status\\/173111870755057664\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmcEVEtCMAAFiFC.png\",\"id\":173111870763446272,\"display_url\":\"pic.twitter.com\\/DgxlmDmQ\",\"url\":\"http:\\/\\/t.co\\/DgxlmDmQ\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":7,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173111870755057664\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10391,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173111870755057664,\"created_at\":\"Fri Feb 24 18:27:43 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":7,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.flipboard.com\\\" rel=\\\"nofollow\\\"\\u003EFlipboard\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183072714489856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"lpiot\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":883,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"48.683004,2.352865\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":90,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/89454404\\/n1220121809_907363_4719_normal.jpg\",\"description\":\"Expert technique chez Octo Technology (France).\\r\\nLinuxien, Macounet, Ubixien et amateur de robotique.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"22353012\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/89454404\\/n1220121809_907363_4719_normal.jpg\",\"name\":\"Ludovic Piot\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 01 11:09:02 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":22353012,\"utc_offset\":3600,\"favourites_count\":57,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183072714489856,\"created_at\":\"Fri Feb 24 23:10:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1876000, +"tags": [ +{ +"id-ref": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb37e1c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "06e110f3-72a4-4794-9f00-bab5eeb5e240-173183072714489856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "l'éclairagiste de #LGW lui n'aura pas un CESAR mais un GERARD !!!!!", +"img": { +"src": "http://a1.twimg.com/profile_images/1633923341/tn48_normal.png" +}, +"title": "msiou: l'éclairagiste de #LGW lui n'aura pas un CESAR mais un GERARD !!!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1877000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"l'\\u00e9clairagiste de #LGW lui n'aura pas un CESAR mais un GERARD !!!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183074396418050\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":226,\"screen_name\":\"msiou\",\"lang\":\"en\",\"profile_text_color\":\"d28730\",\"statuses_count\":48128,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/358227164\\/3097-mur-en-bois-WallFizz.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":42,\"profile_link_color\":\"4a9ba8\",\"followers_count\":212,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1633923341\\/tn48_normal.png\",\"description\":\"blogueur sur http:\\/\\/msiou.net \\r\\namoureux de la musique sur http:\\/\\/lapausemeuzicale.tumblr.com \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"10070792\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/358227164\\/3097-mur-en-bois-WallFizz.jpg\",\"profile_sidebar_fill_color\":\"fff3b5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633923341\\/tn48_normal.png\",\"name\":\"msiou\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 08 16:30:52 +0000 2007\",\"profile_sidebar_border_color\":\"c9b766\",\"id\":10070792,\"utc_offset\":3600,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183074396418050,\"created_at\":\"Fri Feb 24 23:10:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1877000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6d6be57f-4405-40be-a74e-f9b4c25d8f67-173183074396418050" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est toujours comme ça, #LGW?", +"img": { +"src": "http://a3.twimg.com/profile_images/1824854315/3615pbs_normal.jpg" +}, +"title": "P. Bourdin-Sauviac: C'est toujours comme ça, #LGW?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1877000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est toujours comme \\u00e7a, #LGW?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183076594237440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":497,\"screen_name\":\"3615pbs\",\"lang\":\"fr\",\"profile_text_color\":\"062d57\",\"statuses_count\":29698,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"0513ad\",\"followers_count\":2828,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"description\":\"Je suis nomm\\u00e9 Pierre. Animateur, journaliste, auteur, ex-r\\u00e9al du zap de Direct 8 et awesome talent @ Marzab Productions. Et lumi\\u00e8re divine sur 3615pbs.com. \\u0ca0_\\u0ca0\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"133024198\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"profile_sidebar_fill_color\":\"c0c4e0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"name\":\"P. Bourdin-Sauviac\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 14 20:34:18 +0000 2010\",\"profile_sidebar_border_color\":\"ebf0ff\",\"id\":133024198,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/www.3615pbs.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183076594237440,\"created_at\":\"Fri Feb 24 23:10:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1877000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "26e6af04-91fd-460e-83eb-3bfb2ea113bd-173183076594237440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ma tête au carré est passée à la tv #lgw #france5", +"img": { +"src": "http://a0.twimg.com/profile_images/1827319440/tetocarre_normal.jpg" +}, +"title": "Teddy: Ma tête au carré est passée à la tv #lgw #france5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1879000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ma t\\u00eate au carr\\u00e9 est pass\\u00e9e \\u00e0 la tv #lgw #france5\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]},{\"text\":\"france5\",\"indices\":[41,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183085402275841\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":59,\"screen_name\":\"Teddy_37\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":207,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1827319440\\/tetocarre_normal.jpg\",\"description\":\"Mouarf\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"86088540\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827319440\\/tetocarre_normal.jpg\",\"name\":\"Teddy\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 29 15:10:57 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":86088540,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183085402275841,\"created_at\":\"Fri Feb 24 23:10:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1879000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ce8e1815-b037-4d56-9299-291fa137acd7-173183085402275841" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh les tweet2comptoir \\o/ #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Oh les tweet2comptoir \\o/ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1881000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh les tweet2comptoir \\\\o\\/ #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183091471433728\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183091471433728,\"created_at\":\"Fri Feb 24 23:10:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1881000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "86ec00f2-b685-40cb-a5f3-f9f3db2840a1-173183091471433728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#SamediConfession je n'ai jamais regardé #lgw c'est grave docteur?? Je loupe un truc de dingue? En même temps je peux pas là je bosse.", +"img": { +"src": "http://a2.twimg.com/profile_images/1603228538/Gentilchanoir_normal.jpg" +}, +"title": "Cédric Gentil: #SamediConfession je n'ai jamais regardé #lgw c'est grave docteur?? Je loupe un truc de dingue? En même temps je peux pas là je bosse.", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1882000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#SamediConfession je n'ai jamais regard\\u00e9 #lgw c'est grave docteur?? Je loupe un truc de dingue? En m\\u00eame temps je peux pas l\\u00e0 je bosse.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"SamediConfession\",\"indices\":[0,17]},{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183095191764992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":813,\"screen_name\":\"Gentilchanoir\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":22832,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":53,\"profile_link_color\":\"0084B4\",\"followers_count\":1367,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1603228538\\/Gentilchanoir_normal.jpg\",\"description\":\"Actu, Presse, Journalisme, Politique, mais Pas journaliste. Conducteur de RER A\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"121381154\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1603228538\\/Gentilchanoir_normal.jpg\",\"name\":\"C\\u00e9dric Gentil\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 09 09:41:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":121381154,\"utc_offset\":3600,\"favourites_count\":22,\"url\":\"http:\\/\\/transport.blogs.liberation.fr\\/rer\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183095191764992,\"created_at\":\"Fri Feb 24 23:10:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1882000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb40418-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "40ef60a7-fac4-4651-aa04-0edb4b386162-173183095191764992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les gars, détendez vous et envoyez du lourd BORDEL! Faut accélérer le rythme là, c'est canon mais LACHER PRISE! #ilreste #lgw #vousrestez", +"img": { +"src": "http://a0.twimg.com/profile_images/1808461305/image_normal.jpg" +}, +"title": "Lalée Pinoncely: Les gars, détendez vous et envoyez du lourd BORDEL! Faut accélérer le rythme là, c'est canon mais LACHER PRISE! #ilreste #lgw #vousrestez", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1885000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les gars, d\\u00e9tendez vous et envoyez du lourd BORDEL! Faut acc\\u00e9l\\u00e9rer le rythme l\\u00e0, c'est canon mais LACHER PRISE! #ilreste #lgw #vousrestez\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[112,120]},{\"text\":\"lgw\",\"indices\":[121,125]},{\"text\":\"vousrestez\",\"indices\":[126,137]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183108319940609\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":366,\"screen_name\":\"Lalee_retour\",\"lang\":\"fr\",\"profile_text_color\":\"98989e\",\"statuses_count\":3718,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"location\":\"France- LYON\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"f013e9\",\"followers_count\":298,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"description\":\"Une digital-mum' entrepreneur, lib\\u00e9rale, communicante, blogueuse soon... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"16171a\",\"id_str\":\"252150894\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"name\":\"Lal\\u00e9e Pinoncely\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 14 16:05:09 +0000 2011\",\"profile_sidebar_border_color\":\"42454d\",\"id\":252150894,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183108319940609,\"created_at\":\"Fri Feb 24 23:10:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1885000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb422e0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9a6e4fdd-cb66-4a5d-8759-d783aec7314b-173183108319940609" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Aucun #tweetdecomptoir de @balmeyer ??? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: Aucun #tweetdecomptoir de @balmeyer ??? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1896000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Aucun #tweetdecomptoir de @balmeyer ??? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"balmeyer\",\"indices\":[26,35],\"id_str\":\"7288872\",\"name\":\"Balmeyer\",\"id\":7288872}],\"urls\":[],\"hashtags\":[{\"text\":\"tweetdecomptoir\",\"indices\":[6,22]},{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183153849118721\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10392,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183153849118721,\"created_at\":\"Fri Feb 24 23:10:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1896000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb4414e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1597157d-24d6-4982-863a-ecb8b097bfbd-173183153849118721" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Quelqu'un m'explique le concept du #lgw ? c'est ma toute dernière découverte.", +"img": { +"src": "http://a0.twimg.com/profile_images/1741566630/___-_Copie_normal.png" +}, +"title": "Sarah: Quelqu'un m'explique le concept du #lgw ? c'est ma toute dernière découverte.", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1897000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Quelqu'un m'explique le concept du #lgw ? c'est ma toute derni\\u00e8re d\\u00e9couverte.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183159473680384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":537,\"screen_name\":\"Sarasiroou\",\"lang\":\"en\",\"profile_text_color\":\"473623\",\"statuses_count\":3138,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/419005175\\/NewYorkPublicLibrary.jpg\",\"location\":\"Morocco\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"8a7302\",\"followers_count\":638,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1741566630\\/___-_Copie_normal.png\",\"description\":\"Digital native. Share ideas AND moods real news NOT rumors Sometimes shy OR too talkative \\r\\n #dcdc devotee \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"0f0a02\",\"id_str\":\"326701370\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/419005175\\/NewYorkPublicLibrary.jpg\",\"profile_sidebar_fill_color\":\"171106\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1741566630\\/___-_Copie_normal.png\",\"name\":\"Sarah\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 30 10:30:14 +0000 2011\",\"profile_sidebar_border_color\":\"bcb302\",\"id\":326701370,\"utc_offset\":0,\"favourites_count\":60,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183159473680384,\"created_at\":\"Fri Feb 24 23:10:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1897000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a5b02c91-ec5b-407c-856b-7fb665180319-173183159473680384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh faut citer le nom des twittos, they deserve it ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1801176537/profile_normal.jpg" +}, +"title": "rachoubidou69: Oh faut citer le nom des twittos, they deserve it ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1897000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh faut citer le nom des twittos, they deserve it ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183160195092481\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":61,\"screen_name\":\"rachoubidou69\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":259,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/398766806\\/128427.jpg\",\"location\":\"France, Cremieu\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":24,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801176537\\/profile_normal.jpg\",\"description\":\"On rencontre sa femme sur Meetic, la trompe sur Facebook, annonce le divorce sur Twitter et vends la baraque sur Ebay\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"396071969\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/398766806\\/128427.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801176537\\/profile_normal.jpg\",\"name\":\"rachoubidou69\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 22 18:06:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":396071969,\"utc_offset\":3600,\"favourites_count\":31,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183160195092481,\"created_at\":\"Fri Feb 24 23:10:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1897000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "02712c28-bc63-4296-af7e-ed321d7ff596-173183160195092481" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"@jlcoste: @francoisrollin vient de dire tout haut ce que tout le monde pense concernant The Artist #lgw\" l'inutilité du film en fait.", +"img": { +"src": "http://a0.twimg.com/profile_images/1817776486/SmokeQR_copie_normal.jpg" +}, +"title": "RuaLten: \"@jlcoste: @francoisrollin vient de dire tout haut ce que tout le monde pense concernant The Artist #lgw\" l'inutilité du film en fait.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1898000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\"@jlcoste: @francoisrollin vient de dire tout haut ce que tout le monde pense concernant The Artist #lgw\\\" l'inutilit\\u00e9 du film en fait.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jlcoste\",\"indices\":[1,9],\"id_str\":\"244454441\",\"name\":\"Jean-Louis Coste\",\"id\":244454441},{\"screen_name\":\"francoisrollin\",\"indices\":[11,26],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[100,104]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183161805713408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":501,\"screen_name\":\"RuaLten\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":1431,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"location\":\"Dans les champs de Bl\\u00e9...\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"828561\",\"followers_count\":186,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"description\":\"Un peu partout et nulle part \\u00e0 la fois... Buveur de bi\\u00e8re belge et d'Irish Whiskey. R\\u00e2leur professionnel... \\u2620\\u2620\\u2620\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"359827989\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"profile_sidebar_fill_color\":\"62a635\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"name\":\"RuaLten\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 22 07:12:46 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":359827989,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/rualten.perso.sfr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183161805713408,\"created_at\":\"Fri Feb 24 23:10:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1898000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8322ef16-bbe6-41ee-8ef3-e7e4da4aa52d-173183161805713408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Envoyez-nous des photos de vous avec votre télé ! On fera un joli album legrandwebze@gmail.com #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: RT @LeGrandWebze: Envoyez-nous des photos de vous avec votre télé ! On fera un joli album legrandwebze@gmail.com #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1899000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Envoyez-nous des photos de vous avec votre t\\u00e9l\\u00e9 ! On fera un joli album legrandwebze@gmail.com #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[113,117]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Envoyez-nous des photos de vous avec votre t\\u00e9l\\u00e9 ! On fera un joli album legrandwebze@gmail.com #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182956561641472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3178,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182956561641472,\"created_at\":\"Fri Feb 24 23:10:09 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183166855655424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13060,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":793,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183166855655424,\"created_at\":\"Fri Feb 24 23:10:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1899000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0b9e89b5-39aa-4e1f-ab9e-678e2f2d9db6-173183166855655424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je ne connaissias pas #LGW. Maintenant que je connais, faut que je comprenne le concept. #PasGagné", +"img": { +"src": "http://a3.twimg.com/profile_images/1676302062/Sans_titre_1_normal.jpg" +}, +"title": "ZS: Je ne connaissias pas #LGW. Maintenant que je connais, faut que je comprenne le concept. #PasGagné", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1901000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je ne connaissias pas #LGW. Maintenant que je connais, faut que je comprenne le concept. #PasGagn\\u00e9\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[22,26]},{\"text\":\"PasGagn\\u00e9\",\"indices\":[89,98]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183176322195457\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":136,\"screen_name\":\"Alboss_ZS\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3825,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\",\"description\":\"Passionn\\u00e9 de m\\u00e9dias, politique, actualit\\u00e9. Je tweete sur tout ce qui bouge, \\u00e0 peu pr\\u00e8s. En campagne pour #NS2012. Mais j'ai des followers #FDG et j'le vis bien.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"429480778\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\",\"name\":\"ZS\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 06 01:09:27 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":429480778,\"utc_offset\":null,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183176322195457,\"created_at\":\"Fri Feb 24 23:11:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1901000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb4c7fe-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4e38e2c9-4038-4d47-b25d-4955ce85fb64-173183176322195457" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#twt2c sur #lgw c'est now !!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1762170512/women_money_pinup_vintage_art_illustration-364a738eb03fb38dc7830aa0cd17b1cf_h_normal.jpg" +}, +"title": "soboogie: #twt2c sur #lgw c'est now !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1901000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#twt2c sur #lgw c'est now !!!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"twt2c\",\"indices\":[0,6]},{\"text\":\"lgw\",\"indices\":[11,15]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183177404317696\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"So_boogiest\",\"lang\":\"fr\",\"favourites_count\":99,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":324,\"location\":\" x \",\"profile_text_color\":\"333333\",\"followers_count\":369,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1762170512\\/women_money_pinup_vintage_art_illustration-364a738eb03fb38dc7830aa0cd17b1cf_h_normal.jpg\",\"description\":\"...Loading...\",\"statuses_count\":6267,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/376334920\\/imagesCAN0J445.jpg\",\"show_all_inline_media\":true,\"listed_count\":33,\"profile_link_color\":\"605196\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"232297271\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"soboogie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/376334920\\/imagesCAN0J445.jpg\",\"created_at\":\"Thu Dec 30 19:30:19 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":232297271,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.lesmecsquifumentdesmentholssontsuspects.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1762170512\\/women_money_pinup_vintage_art_illustration-364a738eb03fb38dc7830aa0cd17b1cf_h_normal.jpg\"},\"truncated\":false,\"id\":173183177404317696,\"created_at\":\"Fri Feb 24 23:11:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1901000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb4e856-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cb69f1d0-fe96-4697-8d40-213d1d0cbca6-173183177404317696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@MryEmery t'as un beau pull. #ilreste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1427838155/P7114024_normal.JPG" +}, +"title": "jali: @MryEmery t'as un beau pull. #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1902000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@MryEmery t'as un beau pull. #ilreste #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MryEmery\",\"indices\":[0,9],\"id_str\":\"14285154\",\"name\":\"Emery Dolig\\u00e9\",\"id\":14285154}],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[29,37]},{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.netvibes.com\\/\\\" rel=\\\"nofollow\\\"\\u003ENetvibes Official Widget\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173182812436955137\",\"id_str\":\"173183181246300162\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173182812436955137,\"in_reply_to_user_id_str\":\"14285154\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":110,\"screen_name\":\"Jali\",\"lang\":\"fr\",\"profile_text_color\":\"574b57\",\"statuses_count\":30519,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"FR\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"name\":\"jali\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":8064742,\"utc_offset\":3600,\"favourites_count\":148,\"url\":\"http:\\/\\/www.jali.fr\\/\"},\"in_reply_to_screen_name\":\"MryEmery\",\"truncated\":false,\"id\":173183181246300162,\"created_at\":\"Fri Feb 24 23:11:02 +0000 2012\",\"in_reply_to_user_id\":14285154}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1902000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6a1af432-4dca-48bd-b65d-9c4d060f1df5-173183181246300162" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": ".@MarieShani oui je suis devant #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: .@MarieShani oui je suis devant #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1902000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\".@MarieShani oui je suis devant #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MarieShani\",\"indices\":[1,12],\"id_str\":\"50837207\",\"name\":\"MarieShani Pinkfear\",\"id\":50837207}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173182683273363460\",\"id_str\":\"173183179635691520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173182683273363460,\"in_reply_to_user_id_str\":\"50837207\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83436,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":\"MarieShani\",\"truncated\":false,\"id\":173183179635691520,\"created_at\":\"Fri Feb 24 23:11:02 +0000 2012\",\"in_reply_to_user_id\":50837207}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1902000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6a9455c3-2dd7-40f6-a05f-61ab56f8c069-173183179635691520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Nain_Portekoi dans #lgw ! Les stars de twitters les gars !!! :)", +"img": { +"src": "http://a2.twimg.com/profile_images/1840715858/oeuf_normal.jpg" +}, +"title": "Samy Nimum: @Nain_Portekoi dans #lgw ! Les stars de twitters les gars !!! :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1903000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Nain_Portekoi dans #lgw ! Les stars de twitters les gars !!! :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Nain_Portekoi\",\"indices\":[0,14],\"id_str\":\"18551800\",\"name\":\"Nain Portekoi\",\"id\":18551800}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183184731783169\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"18551800\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"samy_nimum\",\"lang\":\"fr\",\"profile_text_color\":\"525052\",\"statuses_count\":697,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/354370207\\/23upfrr.jpg\",\"location\":\"Chamb\\u00e9ry\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0b7012\",\"followers_count\":85,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1840715858\\/oeuf_normal.jpg\",\"description\":\"Guitarist @EyesOfVerona\\r\\nSee & Share : http:\\/\\/www.youtube.com\\/watch?feature=player_detailpage&v=2gqJEs1teSE\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"246752511\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/354370207\\/23upfrr.jpg\",\"profile_sidebar_fill_color\":\"c8cbcc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840715858\\/oeuf_normal.jpg\",\"name\":\"Samy Nimum\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 03 11:52:07 +0000 2011\",\"profile_sidebar_border_color\":\"9c9c9c\",\"id\":246752511,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"Nain_Portekoi\",\"truncated\":false,\"id\":173183184731783169,\"created_at\":\"Fri Feb 24 23:11:03 +0000 2012\",\"in_reply_to_user_id\":18551800}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1903000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4d98a4df-0747-440f-bab9-eff1b349799e-173183184731783169" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Envoyez-nous des photos de vous avec votre télé ! On fera un joli album legrandwebze@gmail.com #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1419070763/France5Officiel_tw_normal.jpg" +}, +"title": "France5: RT @LeGrandWebze: Envoyez-nous des photos de vous avec votre télé ! On fera un joli album legrandwebze@gmail.com #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1903000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Envoyez-nous des photos de vous avec votre t\\u00e9l\\u00e9 ! On fera un joli album legrandwebze@gmail.com #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[113,117]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Envoyez-nous des photos de vous avec votre t\\u00e9l\\u00e9 ! On fera un joli album legrandwebze@gmail.com #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182956561641472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3178,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182956561641472,\"created_at\":\"Fri Feb 24 23:10:09 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183186644377600\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":834,\"screen_name\":\"France5tv\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3553,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":849,\"profile_link_color\":\"FF0000\",\"followers_count\":48939,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"description\":\"France 5, cha\\u00eene du Groupe France T\\u00e9l\\u00e9visions. Apr\\u00e8s avoir fait connaissance, rapprochons-nous sur cette TL #media #clair\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"84c810\",\"id_str\":\"36932487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"profile_sidebar_fill_color\":\"50912a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"name\":\"France5\",\"default_profile_image\":false,\"created_at\":\"Fri May 01 12:30:02 +0000 2009\",\"profile_sidebar_border_color\":\"2ca33e\",\"id\":36932487,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183186644377600,\"created_at\":\"Fri Feb 24 23:11:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1903000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "032de135-f872-4982-b2a5-560ae2f3897e-173183186644377600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ça passe sur quoi #lgw ? Télé ? Web ?", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: Ça passe sur quoi #lgw ? Télé ? Web ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1904000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u00c7a passe sur quoi #lgw ? T\\u00e9l\\u00e9 ? Web ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183188863160321\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"20183F\",\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"favourites_count\":71,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":104,\"location\":\"Au pied d'un arc-en-ciel.\",\"profile_text_color\":\"CEC79B\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"statuses_count\":35528,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"protected\":false,\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Sylvain Sanders\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_fill_color\":\"46284E\",\"id\":37389744,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\"},\"truncated\":false,\"id\":173183188863160321,\"created_at\":\"Fri Feb 24 23:11:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1904000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3a0d80da-9d8f-43db-909a-5a13b81ba2c2-173183188863160321" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @VinVin ou le retour de antoine des iles atole mais sans barbe sans cheveux et lifter", +"img": { +"src": "http://a0.twimg.com/profile_images/1851406636/225031_1031930925569_1444264396_30100024_2755_a_normal.jpg" +}, +"title": "Gasquez: #lgw @VinVin ou le retour de antoine des iles atole mais sans barbe sans cheveux et lifter", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1908000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @VinVin ou le retour de antoine des iles atole mais sans barbe sans cheveux et lifter\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[5,12],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183206579912706\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"louitos73\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":54,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"73000\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851406636\\/225031_1031930925569_1444264396_30100024_2755_a_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"373449189\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851406636\\/225031_1031930925569_1444264396_30100024_2755_a_normal.jpg\",\"name\":\"Gasquez\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 14 16:04:37 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":373449189,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183206579912706,\"created_at\":\"Fri Feb 24 23:11:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1908000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cb2f64da-7104-43e8-859d-557d66be61b7-173183206579912706" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, je n'avais jamais regardé #lgw :o #EnModeDécouverte", +"img": { +"src": "http://a0.twimg.com/profile_images/1848652502/332954645_normal.jpg" +}, +"title": "Leila Agic: Oh, je n'avais jamais regardé #lgw :o #EnModeDécouverte", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1911000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, je n'avais jamais regard\\u00e9 #lgw :o #EnModeD\\u00e9couverte\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]},{\"text\":\"EnModeD\\u00e9couverte\",\"indices\":[38,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183219351552000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1197,\"screen_name\":\"LeilaAgic\",\"lang\":\"fr\",\"profile_text_color\":\"d61170\",\"statuses_count\":13606,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"23acc4\",\"followers_count\":1721,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"description\":\"Ancienne co-Responsable Internet et campagne jeunes pour @RoyalSegolene lors de primaires citoyennes. Socialo-Ecolo-S\\u00e9gol\\u00e9niste #SRoyal \\/ #FH2012 \\/ #NVB2012\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"79575617\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"name\":\"Leila Agic\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 03 22:02:21 +0000 2009\",\"profile_sidebar_border_color\":\"f50e48\",\"id\":79575617,\"utc_offset\":3600,\"favourites_count\":200,\"url\":\"http:\\/\\/on.fb.me\\/hSrN0O\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183219351552000,\"created_at\":\"Fri Feb 24 23:11:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1911000, +"tags": [ +{ +"id-ref": "efb59fda-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "16e87b44-e1dc-443a-83d6-e99ff41d14c5-173183219351552000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En-norme. #lgw cc @Tweets2Comptoir", +"img": { +"src": "http://a0.twimg.com/profile_images/1648905085/lolymous_2_normal.jpg" +}, +"title": "Solferishow: En-norme. #lgw cc @Tweets2Comptoir", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1911000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"En-norme. #lgw cc @Tweets2Comptoir\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[18,34],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183219288637441\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1144,\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"profile_text_color\":\"333333\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"statuses_count\":13623,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Solferishow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":232221031,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.solferishow.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\"},\"truncated\":false,\"id\":173183219288637441,\"created_at\":\"Fri Feb 24 23:11:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1911000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cfb562b8-0450-45eb-8dda-fe3271b258db-173183219288637441" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin me fait peur. Mais il me fait aussi rire. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849067972/4413560C-7785-472A-B26C-A5EB7BB6F962_normal" +}, +"title": "Yhnn: Rollin me fait peur. Mais il me fait aussi rire. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1912000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin me fait peur. Mais il me fait aussi rire. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183223164178432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":236,\"screen_name\":\"kzz_\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":8385,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":27,\"profile_link_color\":\"00aaff\",\"followers_count\":604,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"description\":\"doing nothing takes work. \\/\\/\\/ Directeur du p\\u00f4le des pixels de l'espace at @GAMEONE\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"15801903\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"name\":\"Yhnn\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 10 22:12:55 +0000 2008\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":15801903,\"utc_offset\":3600,\"favourites_count\":52,\"url\":\"http:\\/\\/blog.gameone.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183223164178432,\"created_at\":\"Fri Feb 24 23:11:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1912000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "509f06a3-cbab-4993-8d92-793aa80f60c9-173183223164178432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/619966956/bogoss1_normal.jpg" +}, +"title": "Monsieur Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1912000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[16,26],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183220911833090\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2827,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"followers_count\":14306,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"68baae\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"name\":\"Monsieur Poulpe\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_border_color\":\"010203\",\"id\":101887303,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183220911833090,\"created_at\":\"Fri Feb 24 23:11:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1912000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bd8c6b82-7195-4187-b345-c0c63aa12a7b-173183220911833090" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Énorme. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: Énorme. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1912000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00c9norme. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183221650038787\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1093,\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"profile_text_color\":\"636363\",\"statuses_count\":21284,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_sidebar_fill_color\":\"141414\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"name\":\"Bakt El Raalis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18515564,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.pelecanus.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183221650038787,\"created_at\":\"Fri Feb 24 23:11:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1912000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c777349f-959c-46ae-9012-fac618003dfa-173183221650038787" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je crois que tout est dit #lgw http://t.co/uHyb99L0", +"img": { +"src": "http://a2.twimg.com/profile_images/1657787350/image_normal.jpg" +}, +"title": "LGW Fan Club: Je crois que tout est dit #lgw http://t.co/uHyb99L0", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1913000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Je crois que tout est dit #lgw http:\\/\\/t.co\\/uHyb99L0\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[31,51],\"expanded_url\":\"http:\\/\\/yfrog.com\\/od9qjlij\",\"display_url\":\"yfrog.com\\/od9qjlij\",\"url\":\"http:\\/\\/t.co\\/uHyb99L0\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183226486067201\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":17,\"screen_name\":\"LgwFanClub\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":119,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":11,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"421417721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"name\":\"LGW Fan Club\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 25 22:40:16 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":421417721,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183226486067201,\"created_at\":\"Fri Feb 24 23:11:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1913000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "51d113d9-28eb-402c-a5c2-da734f456eb6-173183226486067201" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Après l'ingé Son sourd, l'ingé lumière aveugle... C'est de la recup d'intouchable maint le LGW !", +"img": { +"src": "http://a2.twimg.com/profile_images/944881104/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg" +}, +"title": "José Phinebacker: #LGW Après l'ingé Son sourd, l'ingé lumière aveugle... C'est de la recup d'intouchable maint le LGW !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1913000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW Apr\\u00e8s l'ing\\u00e9 Son sourd, l'ing\\u00e9 lumi\\u00e8re aveugle... C'est de la recup d'intouchable maint le LGW !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183227148763136\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Phinebacker\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":140,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":117,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\",\"description\":\"Phinebacker, twitteur homeopathique...\",\"statuses_count\":1251,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"6296872\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Jos\\u00e9 Phinebacker\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Thu May 24 21:11:03 +0000 2007\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":6296872,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/phinebacker.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\"},\"truncated\":false,\"id\":173183227148763136,\"created_at\":\"Fri Feb 24 23:11:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1913000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9d574e4e-470c-4029-b336-9429ca9e5d91-173183227148763136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw pas de lumière sur les gens qui parlent!!! Ça m'enerve! Je suis curieux de voir ou passe l'argent de la prod!!! #produireresteunmetier", +"img": { +"src": "http://a0.twimg.com/profile_images/249421594/moi_normal.jpg" +}, +"title": "Gabriel Guéguin: #lgw pas de lumière sur les gens qui parlent!!! Ça m'enerve! Je suis curieux de voir ou passe l'argent de la prod!!! #produireresteunmetier", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1914000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw pas de lumi\\u00e8re sur les gens qui parlent!!! \\u00c7a m'enerve! Je suis curieux de voir ou passe l'argent de la prod!!! #produireresteunmetier\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"produireresteunmetier\",\"indices\":[117,139]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183230479044609\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":147,\"screen_name\":\"gabrielgueguin\",\"lang\":\"en\",\"profile_text_color\":\"3C3940\",\"statuses_count\":185,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/16594443\\/Photos_barcelone_104.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0099B9\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/249421594\\/moi_normal.jpg\",\"description\":\"Founder & CEO @ l'Atelier - \\u00c9ditorial & social m\\u00e9dia - En gros on fait de la Prod de contenus et parce qu'on aime aller plus loin on g\\u00e9n\\u00e8re de l'audience \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"0099B9\",\"id_str\":\"17425182\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/16594443\\/Photos_barcelone_104.jpg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/249421594\\/moi_normal.jpg\",\"name\":\"Gabriel Gu\\u00e9guin\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 16 17:42:57 +0000 2008\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":17425182,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183230479044609,\"created_at\":\"Fri Feb 24 23:11:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1914000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb659e8-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "00a1e1c1-81e6-4e5a-a984-b72b18cffec8-173183230479044609" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "+1 sur le tweet sur Christophe Maé #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1303108307/twitter_normal.jpg" +}, +"title": "Marie Derrien: +1 sur le tweet sur Christophe Maé #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1914000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"+1 sur le tweet sur Christophe Ma\\u00e9 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183231888330754\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":88,\"screen_name\":\"SpaMwa\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":610,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1303108307\\/twitter_normal.jpg\",\"description\":\"Community engagement manager, John Steed's pixels deputy. IRL: Social network - and coffee - addict en mode veille\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"id_str\":\"278461363\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1303108307\\/twitter_normal.jpg\",\"name\":\"Marie Derrien\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 07 09:55:21 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":278461363,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183231888330754,\"created_at\":\"Fri Feb 24 23:11:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1914000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e2f8fb00-ecc4-40e8-9ba5-658e7b5058da-173183231888330754" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Euh je viens de découvrir le grand webze ben je regrette déjà les #Cesar2012", +"img": { +"src": "http://a0.twimg.com/profile_images/1691878517/P1010611_copie_normal.jpg" +}, +"title": "Eloi: Euh je viens de découvrir le grand webze ben je regrette déjà les #Cesar2012", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1914000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Euh je viens de d\\u00e9couvrir le grand webze ben je regrette d\\u00e9j\\u00e0 les #Cesar2012\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[66,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183232186122240\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":40,\"screen_name\":\"Evergreen_47\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1289,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/216649575\\/Fringe_Wallpaper01_1680_ET.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1691878517\\/P1010611_copie_normal.jpg\",\"description\":\"S\\u00e9rivore entre deux poly d'orga et amateur des salles obscures \\u00e0 ses heures perdues. Fan intemporel d'Alias. Chroniqueur sur http:\\/\\/www.niceflare.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"246049290\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/216649575\\/Fringe_Wallpaper01_1680_ET.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1691878517\\/P1010611_copie_normal.jpg\",\"name\":\"Eloi\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 02 01:00:37 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":246049290,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183232186122240,\"created_at\":\"Fri Feb 24 23:11:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1914000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "61ae31a7-f403-4fe0-9403-859d223b9fdf-173183232186122240" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @CPonsolle: Vinvin, pousse toi ! On ne voit pas Will ;) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815343452/sachawlp_normal.png" +}, +"title": "Sacha Cohen: RT @CPonsolle: Vinvin, pousse toi ! On ne voit pas Will ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1920000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @CPonsolle: Vinvin, pousse toi ! On ne voit pas Will ;) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"CPonsolle\",\"indices\":[3,13],\"name\":\"Christophe Ponsolle\",\"id_str\":\"25338852\",\"id\":25338852}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Vinvin, pousse toi ! On ne voit pas Will ;) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182065188151298\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":364,\"location\":\"\",\"profile_text_color\":\"999393\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"statuses_count\":1208,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"protected\":false,\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Christophe Ponsolle\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":25338852,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\"},\"truncated\":false,\"id\":173182065188151298,\"created_at\":\"Fri Feb 24 23:06:36 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183254378196993\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"sachacohenfr\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":327,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":252,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815343452\\/sachawlp_normal.png\",\"description\":\"Podcasteur, Blogueur. co-r\\u00e9alisateur du #geekast . Cr\\u00e9ateur de @WeLovePodcast\\r\\n\\r\\nA LA RECHERCHE D'UN MOYEN DE DESIMLOCKER IPHONE 4 BB 04.11.08\",\"statuses_count\":10314,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/178177561\\/fat_lines_dark.gif\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"65282554\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Sacha Cohen\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/178177561\\/fat_lines_dark.gif\",\"created_at\":\"Thu Aug 13 05:11:24 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":65282554,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.blogdesacha.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815343452\\/sachawlp_normal.png\"},\"truncated\":false,\"id\":173183254378196993,\"created_at\":\"Fri Feb 24 23:11:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1920000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ce67599d-782a-4534-9651-8c96558b206b-173183254378196993" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je suis virtuellement sur France5 ! On me voit de temps en temps sur le tweetdeck de @legrandwebze ! #lgw #sacréesoirée", +"img": { +"src": "http://a1.twimg.com/profile_images/1348620857/aa_normal.JPG" +}, +"title": "A Warnia de Zarzecki: Je suis virtuellement sur France5 ! On me voit de temps en temps sur le tweetdeck de @legrandwebze ! #lgw #sacréesoirée", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1920000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je suis virtuellement sur France5 ! On me voit de temps en temps sur le tweetdeck de @legrandwebze ! #lgw #sacr\\u00e9esoir\\u00e9e\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[85,98],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[101,105]},{\"text\":\"sacr\\u00e9esoir\\u00e9e\",\"indices\":[106,119]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183257540698113\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"alexwaza\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"location\":\"St Mand\\u00e9\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"007ede\",\"followers_count\":320,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"description\":\"\\u00c9tudiant en troisi\\u00e8me ann\\u00e9e \\u00e0 @HETIC.\\r\\nJ'erre sur Twitter sans domaine de pr\\u00e9dilection, vous voil\\u00e0 avertis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"201387157\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"profile_sidebar_fill_color\":\"d9d9d9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"name\":\"A Warnia de Zarzecki\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 11 18:53:07 +0000 2010\",\"profile_sidebar_border_color\":\"c7cce0\",\"id\":201387157,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183257540698113,\"created_at\":\"Fri Feb 24 23:11:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1920000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb6c540-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f2a729b4-fead-4b6c-93d0-61609ef2f8c6-173183257540698113" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1725590755/jak-avatar-twitter_normal.png" +}, +"title": "Axel Leroy: RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1921000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Monsieur_Poulpe\",\"indices\":[3,19],\"id_str\":\"101887303\",\"name\":\"Monsieur Poulpe\",\"id\":101887303},{\"screen_name\":\"palmashow\",\"indices\":[37,47],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[16,26],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183220911833090\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2826,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"followers_count\":14306,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"68baae\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"name\":\"Monsieur Poulpe\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_border_color\":\"010203\",\"id\":101887303,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183220911833090,\"created_at\":\"Fri Feb 24 23:11:12 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183262196379649\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":304,\"screen_name\":\"BlackEco\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13159,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"location\":\"Versailles, France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":191,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"description\":\"I'm a 18 years old french geek, passionated by Anglo-Saxon culture, computing, music, Internet, video games, movies, other geek stuffs and cars.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"94871785\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"name\":\"Axel Leroy\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 05 21:28:19 +0000 2009\",\"profile_sidebar_border_color\":\"00bbff\",\"id\":94871785,\"utc_offset\":3600,\"favourites_count\":142,\"url\":\"http:\\/\\/www.blackeco.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183262196379649,\"created_at\":\"Fri Feb 24 23:11:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1921000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dc467539-e05b-4181-9eeb-32f027ea280f-173183262196379649" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Tweets2Comptoir voit arriver plein de nouveaux followers (dont moi) et c'est bien mérité! =) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: @Tweets2Comptoir voit arriver plein de nouveaux followers (dont moi) et c'est bien mérité! =) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1922000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Tweets2Comptoir voit arriver plein de nouveaux followers (dont moi) et c'est bien m\\u00e9rit\\u00e9! =) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[0,16],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[94,98]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183265136574464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"227334618\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":145,\"screen_name\":\"JoffreyMick\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1026,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"255731473\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"name\":\"Joffrey Mick\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":255731473,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":\"Tweets2Comptoir\",\"truncated\":false,\"id\":173183265136574464,\"created_at\":\"Fri Feb 24 23:11:22 +0000 2012\",\"in_reply_to_user_id\":227334618}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1922000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3db49eae-53f7-4da7-bbd3-b95db4449689-173183265136574464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @vinsouille: Le rire de @PascalMabille est à peine perceptible #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815343452/sachawlp_normal.png" +}, +"title": "Sacha Cohen: RT @vinsouille: Le rire de @PascalMabille est à peine perceptible #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1923000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @vinsouille: Le rire de @PascalMabille est \\u00e0 peine perceptible #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"vinsouille\",\"indices\":[3,14],\"id_str\":\"243352289\",\"name\":\"Vincent Touati\",\"id\":243352289},{\"screen_name\":\"PascalMabille\",\"indices\":[27,41],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[66,70]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Le rire de @PascalMabille est \\u00e0 peine perceptible #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[11,25],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182093994631169\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":85,\"screen_name\":\"vinsouille\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9708,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199204001\\/overview_hero3_20100607.png\",\"location\":\"Montpellier\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"009999\",\"followers_count\":366,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1729744823\\/test_44444_normal.jpg\",\"description\":\"Podcasteur (@laminuteapple) Passionn\\u00e9 par les nouvelles technologies, la communication et l'actualit\\u00e9. Veille #Apple #M\\u00e9dias #R\\u00e9seaux #Web\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"030303\",\"id_str\":\"243352289\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199204001\\/overview_hero3_20100607.png\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1729744823\\/test_44444_normal.jpg\",\"name\":\"Vincent Touati\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 26 21:25:27 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":243352289,\"utc_offset\":null,\"favourites_count\":5,\"url\":\"http:\\/\\/vincent-touati.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182093994631169,\"created_at\":\"Fri Feb 24 23:06:43 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183269771296768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":327,\"screen_name\":\"sachacohenfr\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10315,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/178177561\\/fat_lines_dark.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":252,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815343452\\/sachawlp_normal.png\",\"description\":\"Podcasteur, Blogueur. co-r\\u00e9alisateur du #geekast . Cr\\u00e9ateur de @WeLovePodcast\\r\\n\\r\\nA LA RECHERCHE D'UN MOYEN DE DESIMLOCKER IPHONE 4 BB 04.11.08\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"65282554\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/178177561\\/fat_lines_dark.gif\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815343452\\/sachawlp_normal.png\",\"name\":\"Sacha Cohen\",\"default_profile_image\":false,\"created_at\":\"Thu Aug 13 05:11:24 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":65282554,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/www.blogdesacha.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183269771296768,\"created_at\":\"Fri Feb 24 23:11:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1923000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0eb53f8d-f7c4-4f17-a413-9bcc5e77aedc-173183269771296768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, @balmeyer cité dans #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1824854315/3615pbs_normal.jpg" +}, +"title": "P. Bourdin-Sauviac: Oh, @balmeyer cité dans #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1924000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Oh, @balmeyer cit\\u00e9 dans #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"balmeyer\",\"indices\":[4,13],\"name\":\"Balmeyer\",\"id_str\":\"7288872\",\"id\":7288872}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183270807289856\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ebf0ff\",\"screen_name\":\"3615pbs\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":497,\"location\":\"Paris, France\",\"profile_text_color\":\"062d57\",\"followers_count\":2828,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"description\":\"Je suis nomm\\u00e9 Pierre. Animateur, journaliste, auteur, ex-r\\u00e9al du zap de Direct 8 et awesome talent @ Marzab Productions. Et lumi\\u00e8re divine sur 3615pbs.com. \\u0ca0_\\u0ca0\",\"statuses_count\":29697,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"0513ad\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"133024198\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"P. Bourdin-Sauviac\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"created_at\":\"Wed Apr 14 20:34:18 +0000 2010\",\"profile_sidebar_fill_color\":\"c0c4e0\",\"id\":133024198,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.3615pbs.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\"},\"truncated\":false,\"id\":173183270807289856,\"created_at\":\"Fri Feb 24 23:11:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1924000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b93b2176-9cea-4b1c-b71b-819aa001e2b9-173183270807289856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@PolineLP @OrnythorincBleu xD Bon allé faut twitter avec #lgw pour se voir", +"img": { +"src": "http://a3.twimg.com/profile_images/1802232284/Capture_d__cran_2012-02-04___01.15.52_normal.png" +}, +"title": "Marion: @PolineLP @OrnythorincBleu xD Bon allé faut twitter avec #lgw pour se voir", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1924000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"PolineLP\",\"favorited\":false,\"text\":\"@PolineLP @OrnythorincBleu xD Bon all\\u00e9 faut twitter avec #lgw pour se voir\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PolineLP\",\"indices\":[0,9],\"name\":\"Pauline \",\"id_str\":\"380413697\",\"id\":380413697},{\"screen_name\":\"OrnythorincBleu\",\"indices\":[10,26],\"name\":\"Meylia\",\"id_str\":\"258358271\",\"id\":258358271}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"in_reply_to_user_id\":380413697,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173183191400718336,\"in_reply_to_status_id_str\":\"173183191400718336\",\"id_str\":\"173183273571323904\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"FFFFFF\",\"screen_name\":\"iiioon\",\"lang\":\"en\",\"favourites_count\":47,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":186,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"description\":\"Accro aux s\\u00e9ries et \\u00e0 l'humour. HeroCorpienne. \\r\\nEt pourquoi faire aujourd'hui c'que j'pourrai faire demain ?\",\"statuses_count\":11591,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"BF1238\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"protected\":false,\"id_str\":\"39847706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marion\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"created_at\":\"Wed May 13 21:57:02 +0000 2009\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"id\":39847706,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\"},\"truncated\":false,\"id\":173183273571323904,\"created_at\":\"Fri Feb 24 23:11:24 +0000 2012\",\"in_reply_to_user_id_str\":\"380413697\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1924000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7ab5912a-f592-416d-a4ab-2c9f87388519-173183273571323904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le papa @balmeyer cité dans #LGW <3", +"img": { +"src": "http://a1.twimg.com/profile_images/1793236975/Photo_du_13878919-05-___03.51_normal.jpg" +}, +"title": "Constance Ortuzar: Le papa @balmeyer cité dans #LGW <3", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1925000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le papa @balmeyer cit\\u00e9 dans #LGW <3\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"balmeyer\",\"indices\":[8,17],\"id_str\":\"7288872\",\"name\":\"Balmeyer\",\"id\":7288872}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183275492311040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":249,\"screen_name\":\"constuzar\",\"lang\":\"en\",\"profile_text_color\":\"ff0f0f\",\"statuses_count\":7419,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"14b9fa\",\"followers_count\":432,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\",\"description\":\"Ils me voient rouler, ils d\\u00e9testent.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"53776719\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"d5faef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\",\"name\":\"Constance Ortuzar\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 04 22:29:54 +0000 2009\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":53776719,\"utc_offset\":null,\"favourites_count\":27,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183275492311040,\"created_at\":\"Fri Feb 24 23:11:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1925000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a386feca-39c4-428f-ad8b-a287586f3992-173183275492311040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non ce ne sont pas des rires enregistrés , c'est @PascalMabille #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1649856860/avatpagetwsn_normal.jpg" +}, +"title": "lôtre demédeu: Non ce ne sont pas des rires enregistrés , c'est @PascalMabille #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1927000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Non ce ne sont pas des rires enregistr\\u00e9s , c'est @PascalMabille #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[49,63],\"name\":\"Pascal Mabille\",\"id_str\":\"1367131\",\"id\":1367131}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[64,68]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183283662827521\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"lotre\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":81,\"location\":\"just there\",\"profile_text_color\":\"000000\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"description\":\"man, z\\u00e9ro de l'univers !\",\"statuses_count\":10315,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"protected\":false,\"id_str\":\"7233942\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"l\\u00f4tre dem\\u00e9deu\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"created_at\":\"Tue Jul 03 18:07:50 +0000 2007\",\"profile_sidebar_fill_color\":\"e0ff92\",\"id\":7233942,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\"},\"truncated\":false,\"id\":173183283662827521,\"created_at\":\"Fri Feb 24 23:11:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1927000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b127ebae-3cfd-43e3-8a71-8ce01ee4e644-173183283662827521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1928000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Monsieur_Poulpe\",\"indices\":[3,19],\"id_str\":\"101887303\",\"name\":\"Monsieur Poulpe\",\"id\":101887303},{\"screen_name\":\"palmashow\",\"indices\":[37,47],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[16,26],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183220911833090\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2826,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"followers_count\":14306,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"68baae\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"name\":\"Monsieur Poulpe\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_border_color\":\"010203\",\"id\":101887303,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183220911833090,\"created_at\":\"Fri Feb 24 23:11:12 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183289690042368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15002,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183289690042368,\"created_at\":\"Fri Feb 24 23:11:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1928000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3217169d-e54b-4778-a45a-e7fe3c6f9372-173183289690042368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@catfishs ha toi, tu veux la chemise de @Vinvin ! :p #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1681900733/image_normal.jpg" +}, +"title": "Amélie : @catfishs ha toi, tu veux la chemise de @Vinvin ! :p #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1928000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@catfishs ha toi, tu veux la chemise de @Vinvin ! :p #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"catfishs\",\"indices\":[0,9],\"id_str\":\"29444976\",\"name\":\"christophe garnier\",\"id\":29444976},{\"screen_name\":\"Vinvin\",\"indices\":[40,47],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173182844926046209\",\"id_str\":\"173183290210140161\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173182844926046209,\"in_reply_to_user_id_str\":\"29444976\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":321,\"screen_name\":\"Bullenroll\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1937,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Bretagne\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"009999\",\"followers_count\":202,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1681900733\\/image_normal.jpg\",\"description\":\"Sans arr\\u00eat \\u00e0 la recherche de nouveaut\\u00e9s ! http:\\/\\/bullenroll.wordpress.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2293cc\",\"id_str\":\"74413492\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1681900733\\/image_normal.jpg\",\"name\":\"Am\\u00e9lie \",\"default_profile_image\":false,\"created_at\":\"Tue Sep 15 10:11:38 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":74413492,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/bullenroll.wordpress.com\\/\"},\"in_reply_to_screen_name\":\"catfishs\",\"truncated\":false,\"id\":173183290210140161,\"created_at\":\"Fri Feb 24 23:11:28 +0000 2012\",\"in_reply_to_user_id\":29444976}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1928000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "60b0ca85-6586-4e15-9bc8-94fe8020471c-173183290210140161" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@balmeyer le meilleur #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1724285948/image_normal.jpg" +}, +"title": "CalamitySophie: @balmeyer le meilleur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1929000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"balmeyer\",\"favorited\":false,\"text\":\"@balmeyer le meilleur #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"balmeyer\",\"indices\":[0,9],\"name\":\"Balmeyer\",\"id_str\":\"7288872\",\"id\":7288872}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"in_reply_to_user_id\":7288872,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183295578845184\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"CalamitySophie\",\"lang\":\"fr\",\"favourites_count\":22,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":96,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724285948\\/image_normal.jpg\",\"description\":\"barr\\u00e9e, barge, enerv\\u00e9e, vieille bique, je regarde le monde, et je d\\u00e9sesp\\u00e9re. le genre humain n'est pas tr\\u00e9s beau. Et j'en fais partie !\",\"statuses_count\":673,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/359426011\\/photo.JPG\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084b4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"57613271\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"CalamitySophie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/359426011\\/photo.JPG\",\"created_at\":\"Fri Jul 17 10:53:14 +0000 2009\",\"profile_sidebar_fill_color\":\"11d2eb\",\"id\":57613271,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.calamitysophie1.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724285948\\/image_normal.jpg\"},\"truncated\":false,\"id\":173183295578845184,\"created_at\":\"Fri Feb 24 23:11:29 +0000 2012\",\"in_reply_to_user_id_str\":\"7288872\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1929000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a3447388-625e-4a8d-95e9-c45bfcf01efc-173183295578845184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce moment où #lgw démontre qu'il y a de biens meilleures vannes sur Twitter qu'au #césar2012", +"img": { +"src": "http://a0.twimg.com/profile_images/1819882790/tetocarre_normal.jpg" +}, +"title": "Cédric BILLAUDELLE: Ce moment où #lgw démontre qu'il y a de biens meilleures vannes sur Twitter qu'au #césar2012", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1930000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ce moment o\\u00f9 #lgw d\\u00e9montre qu'il y a de biens meilleures vannes sur Twitter qu'au #c\\u00e9sar2012\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]},{\"text\":\"c\\u00e9sar2012\",\"indices\":[82,92]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183298921705474\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"Cbill0\",\"lang\":\"fr\",\"profile_text_color\":\"F2ECF9\",\"statuses_count\":1109,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"location\":\"Lille, FR\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"1a1aba\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 l'IAE de Lille, mais pur produit des Ardennes. Aime beaucoup apprendre, mais n'aime pas qu'on lui fasse la le\\u00e7on.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E44B22\",\"id_str\":\"84313428\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"profile_sidebar_fill_color\":\"2C446A\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"name\":\"C\\u00e9dric BILLAUDELLE\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 12:34:22 +0000 2009\",\"profile_sidebar_border_color\":\"0C0F22\",\"id\":84313428,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183298921705474,\"created_at\":\"Fri Feb 24 23:11:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1930000, +"tags": [ +{ +"id-ref": "ef2b9ccc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "14700362-11f7-4cf5-8655-e489fa78a0c9-173183298921705474" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "sympa le tee shirt de tweet de comptoir #lgw :-)", +"img": { +"src": "http://a0.twimg.com/profile_images/1844133961/8x3UkTtw_normal" +}, +"title": "Laurent Aubaret: sympa le tee shirt de tweet de comptoir #lgw :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1932000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"sympa le tee shirt de tweet de comptoir #lgw :-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183306593091586\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":563,\"screen_name\":\"lolofildelo\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":2942,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431542214\\/flickr-10-nov-2006.jpg\",\"location\":\"Valence d'Agen\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"6a19e3\",\"followers_count\":165,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844133961\\/8x3UkTtw_normal\",\"description\":\"Rugby, Politique, Croix Rouge et ferias voila ce que j'aime le plus, et avec l'accent svp sud ouest oblige, ici c'est du 2nd degr\\u00e9s\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"342786952\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431542214\\/flickr-10-nov-2006.jpg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844133961\\/8x3UkTtw_normal\",\"name\":\"Laurent Aubaret\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 26 15:44:40 +0000 2011\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":342786952,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183306593091586,\"created_at\":\"Fri Feb 24 23:11:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1932000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "deb09345-4ec1-4515-b5d8-ac8783483e8d-173183306593091586" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW n°2 en TT! :D", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: #LGW n°2 en TT! :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1932000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"#LGW n\\u00b02 en TT! :D\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"screen_name\":\"hug33k\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"111405\",\"location\":\"Alsace, France\",\"favourites_count\":16,\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"profile_text_color\":\"a3c23e\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"statuses_count\":4894,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"protected\":false,\"is_translator\":false,\"name\":\"Hugo SCHOCH\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_background_color\":\"131516\",\"id\":175540303,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_status_id\":null,\"id\":173183305703895041,\"created_at\":\"Fri Feb 24 23:11:32 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183305703895041\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1932000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f7274b53-85e6-44af-ba2a-7f4a9907bbec-173183305703895041" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@pocarles: 64 glaçons #lgw P'tain, je veux la chemise de @vinvin !!”non 48 glaçons!!", +"img": { +"src": "http://a0.twimg.com/profile_images/1835746958/logotweeter_normal.png" +}, +"title": "tontonfred: “@pocarles: 64 glaçons #lgw P'tain, je veux la chemise de @vinvin !!”non 48 glaçons!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1932000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@pocarles: 64 gla\\u00e7ons #lgw P'tain, je veux la chemise de @vinvin !!\\u201dnon 48 gla\\u00e7ons!!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pocarles\",\"indices\":[1,10],\"id_str\":\"23074316\",\"name\":\"PierreOlivier Carles\",\"id\":23074316},{\"screen_name\":\"Vinvin\",\"indices\":[58,65],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183305993306112\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":506,\"screen_name\":\"tontonfredgeek\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":735,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/367131122\\/fondblog.png\",\"location\":\"Reims, France\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"93c8f0\",\"followers_count\":209,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1835746958\\/logotweeter_normal.png\",\"description\":\"Admin sys et consultant \\r\\nPassionn\\u00e9 par les News Technos, la musique, la photo et les gens intelligents;)\\r\\nBlogueur \\u00e0 ses heures, un brin r\\u00eaveur et charmeur...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"d3eaf0\",\"id_str\":\"258371225\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/367131122\\/fondblog.png\",\"profile_sidebar_fill_color\":\"dcf5dc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835746958\\/logotweeter_normal.png\",\"name\":\"tontonfred\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 27 15:36:33 +0000 2011\",\"profile_sidebar_border_color\":\"c3ebeb\",\"id\":258371225,\"utc_offset\":null,\"favourites_count\":5,\"url\":\"http:\\/\\/www.tontonfred.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183305993306112,\"created_at\":\"Fri Feb 24 23:11:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1932000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "16ee1825-2b60-4e01-b50f-ee80508983a2-173183305993306112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1846439003/steam-punk_normal.jpg" +}, +"title": "Simon Rigaut: RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1933000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Monsieur_Poulpe\",\"indices\":[3,19],\"id_str\":\"101887303\",\"name\":\"Monsieur Poulpe\",\"id\":101887303},{\"screen_name\":\"palmashow\",\"indices\":[37,47],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[16,26],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":2,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183220911833090\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2826,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"followers_count\":14306,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"68baae\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"name\":\"Monsieur Poulpe\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_border_color\":\"010203\",\"id\":101887303,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183220911833090,\"created_at\":\"Fri Feb 24 23:11:12 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":2,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183309386485760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":360,\"screen_name\":\"cretincelle\",\"lang\":\"fr\",\"profile_text_color\":\"ffffff\",\"statuses_count\":8229,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/295299353\\/RATM_Tribute_rage_against_the_machine.jpg\",\"location\":\"Dans Ton Cul\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"752727\",\"followers_count\":223,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846439003\\/steam-punk_normal.jpg\",\"description\":\"Bonjour, followez moi, au revoir #followback\\r\\nAu fait, voil\\u00e0 mon Facebook, faites en bon usage https:\\/\\/www.facebook.com\\/simon.rigaut1\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"302693086\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/295299353\\/RATM_Tribute_rage_against_the_machine.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846439003\\/steam-punk_normal.jpg\",\"name\":\"Simon Rigaut\",\"default_profile_image\":false,\"created_at\":\"Sat May 21 16:10:42 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":302693086,\"utc_offset\":3600,\"favourites_count\":26,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183309386485760,\"created_at\":\"Fri Feb 24 23:11:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1933000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1853283f-de4b-4e06-ba26-99a906825be8-173183309386485760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "tchiééé , check, ha-han , hein, ouais gros, aiiight. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1813498773/mygreg_normal.jpg" +}, +"title": "mygreg: tchiééé , check, ha-han , hein, ouais gros, aiiight. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1933000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"tchi\\u00e9\\u00e9\\u00e9 , check, ha-han , hein, ouais gros, aiiight. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183309294223360\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"mygreg\",\"lang\":\"en\",\"favourites_count\":1059,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":447,\"location\":\"Bordeaux\",\"profile_text_color\":\"3E4415\",\"followers_count\":985,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1813498773\\/mygreg_normal.jpg\",\"description\":\"veilleur @gregveille - rp et cm @podradio_fr - co-organisateur du mash up bordeaux @MU_Bordeaux\",\"statuses_count\":41989,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":87,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"16467068\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"mygreg\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Fri Sep 26 12:47:38 +0000 2008\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":16467068,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/flavors.me\\/mygreg\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813498773\\/mygreg_normal.jpg\"},\"truncated\":false,\"id\":173183309294223360,\"created_at\":\"Fri Feb 24 23:11:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1933000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bf80a1ae-ec7b-4db6-a793-3a58f6b733c5-173183309294223360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Excellent les tweets sélectionnés par les tewwts 2 comptoirs pour #lgw :)", +"img": { +"src": "http://a1.twimg.com/profile_images/1803169085/DSC01443_normal.JPG" +}, +"title": "Benjamin Aguillon: Excellent les tweets sélectionnés par les tewwts 2 comptoirs pour #lgw :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1934000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Excellent les tweets s\\u00e9lectionn\\u00e9s par les tewwts 2 comptoirs pour #lgw :)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183314356740096\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Balcidebava\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":25,\"location\":\"chez moi\",\"profile_text_color\":\"333333\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"description\":\"L'homme face \\u00e0 l'absurde\",\"statuses_count\":102,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"482835609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Benjamin Aguillon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Feb 04 10:52:02 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":482835609,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\"},\"truncated\":false,\"id\":173183314356740096,\"created_at\":\"Fri Feb 24 23:11:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1934000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bca186f5-3c36-4546-b1b0-d2e40584ebd4-173183314356740096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cette chemise est interdite par la loi #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1704625616/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg" +}, +"title": "brissot pierre louis: Cette chemise est interdite par la loi #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1935000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Cette chemise est interdite par la loi #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183318131613697\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":16,\"screen_name\":\"piloufaceIII\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1704625616\\/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"442110979\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1704625616\\/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg\",\"name\":\"brissot pierre louis\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 20 19:21:45 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":442110979,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.facebook.com\\/profile.php?id=1246842647\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183318131613697,\"created_at\":\"Fri Feb 24 23:11:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1935000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e215d071-e90a-47c9-ae05-60ad81047292-173183318131613697" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1765785882/Moi_terrasse_Bureau_normal.jpg" +}, +"title": "Geoffroy Haubert: RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1936000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Monsieur_Poulpe\",\"indices\":[3,19],\"name\":\"Monsieur Poulpe\",\"id_str\":\"101887303\",\"id\":101887303},{\"screen_name\":\"palmashow\",\"indices\":[37,47],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[16,26],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":3,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183220911833090\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"010203\",\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":44,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"statuses_count\":2826,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"followers_count\":14306,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"protected\":false,\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Monsieur Poulpe\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_fill_color\":\"68baae\",\"id\":101887303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173183220911833090,\"created_at\":\"Fri Feb 24 23:11:12 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":3,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183323902980096\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"GeoffroyHaubert\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":64,\"location\":\"\",\"profile_text_color\":\"333333\",\"description\":\"Je pense. Je suis.\",\"statuses_count\":171,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":18,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1765785882\\/Moi_terrasse_Bureau_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"194535918\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Geoffroy Haubert\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Fri Sep 24 11:21:58 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":194535918,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1765785882\\/Moi_terrasse_Bureau_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173183323902980096,\"created_at\":\"Fri Feb 24 23:11:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1936000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b86b20cc-f5fa-461b-a16c-852415183b6d-173183323902980096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Marine Le Pen annule un meeting «faute d'argent» http://t.co/puoLgu2m #lgw #cendrillon", +"img": { +"src": "http://a1.twimg.com/profile_images/1522186720/Laurent-Gloaguen-G00_normal.jpg" +}, +"title": "Laurent Gloaguen: Marine Le Pen annule un meeting «faute d'argent» http://t.co/puoLgu2m #lgw #cendrillon", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1936000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Marine Le Pen annule un meeting \\u00abfaute d'argent\\u00bb http:\\/\\/t.co\\/puoLgu2m #lgw #cendrillon\",\"entities\":{\"urls\":[{\"indices\":[49,69],\"display_url\":\"bit.ly\\/yw6W4z\",\"expanded_url\":\"http:\\/\\/bit.ly\\/yw6W4z\",\"url\":\"http:\\/\\/t.co\\/puoLgu2m\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[70,74]},{\"text\":\"cendrillon\",\"indices\":[75,86]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183324704079872\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"7a7768\",\"screen_name\":\"embruns\",\"lang\":\"en\",\"favourites_count\":29,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":563,\"location\":\"Montr\\u00e9al, Qc, Canada\",\"profile_text_color\":\"333333\",\"followers_count\":4826,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"statuses_count\":21942,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Laurent Gloaguen\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_fill_color\":\"8c887c\",\"id\":6241412,\"follow_request_sent\":null,\"utc_offset\":-18000,\"url\":\"http:\\/\\/embruns.net\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\"},\"truncated\":false,\"id\":173183324704079872,\"created_at\":\"Fri Feb 24 23:11:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1936000, +"tags": [ +{ +"id-ref": "efb8df56-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "da65330e-4438-4b0e-b72c-b301b60e9c32-173183324704079872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier", +"img": { +"src": "http://a3.twimg.com/profile_images/129612647/boredcat_normal.jpg" +}, +"title": "Lâm HUA: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1938000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]},{\"text\":\"ruquier\",\"indices\":[101,109]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183333382098944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"monsieurlam\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10181,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":543,\"profile_link_color\":\"0084B4\",\"followers_count\":21596,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"description\":\"+ links \\r\\n+ my life \\r\\n+ no reply \\r\\n+ @decate \\r\\n+ @lense \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"7993262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"name\":\"L\\u00e2m HUA\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 06 14:07:39 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":7993262,\"utc_offset\":3600,\"favourites_count\":133,\"url\":\"http:\\/\\/www.monsieurlam.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183333382098944,\"created_at\":\"Fri Feb 24 23:11:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1938000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb8ff2c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a06760f-0780-4998-8318-a3940fa94cab-173183333382098944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je decouvre #lgw.", +"img": { +"src": "http://a0.twimg.com/profile_images/1818096044/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg" +}, +"title": "Δ+Δ: Je decouvre #lgw.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1938000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je decouvre #lgw.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183333579243521\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"AbsolutePi\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":12871,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"000000\",\"followers_count\":142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"334108023\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"name\":\"\\u0394+\\u0394\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":334108023,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/footballanatomy.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183333579243521,\"created_at\":\"Fri Feb 24 23:11:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1938000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fc5ceea5-06e1-4f10-a7f2-33fdb4d81229-173183333579243521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "yeah @balmeyer dans #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1650721797/Largy_normal.jpg" +}, +"title": "Largentula: yeah @balmeyer dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1940000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"yeah @balmeyer dans #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"balmeyer\",\"indices\":[5,14],\"id_str\":\"7288872\",\"name\":\"Balmeyer\",\"id\":7288872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183342060113920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":116,\"screen_name\":\"Largentula\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3824,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"sur le canap\\u00e9\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"990000\",\"followers_count\":174,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1650721797\\/Largy_normal.jpg\",\"description\":\"prout\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"17374070\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650721797\\/Largy_normal.jpg\",\"name\":\"Largentula\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 13 22:12:09 +0000 2008\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":17374070,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183342060113920,\"created_at\":\"Fri Feb 24 23:11:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1940000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "15a3d306-006f-484f-85fc-c06b0b4f796c-173183342060113920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Changedeton #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1796744745/Anonymous-header_normal.PNG" +}, +"title": "Musi_Call_Ment: #Changedeton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1941000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Changedeton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Changedeton\",\"indices\":[0,12]},{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183345709170688\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":199,\"screen_name\":\"mat_moi_ca\",\"lang\":\"en\",\"profile_text_color\":\"93afe6\",\"statuses_count\":6544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"93afe6\",\"followers_count\":88,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"description\":\"Geek qui s'est perdu sur internet. je suis chieur ! Ce que j'aime ? Le m\\u00e9tal. FOLLOW MOI !!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1dabf2\",\"id_str\":\"348842674\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"name\":\"Musi_Call_Ment\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 05 02:52:54 +0000 2011\",\"profile_sidebar_border_color\":\"93afe6\",\"id\":348842674,\"utc_offset\":null,\"favourites_count\":14,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183345709170688,\"created_at\":\"Fri Feb 24 23:11:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1941000, +"tags": [ +{ +"id-ref": "ef16598e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a2047032-b4fd-4eb9-b935-7b213f21bedb-173183345709170688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#nowplaying AWOLNATION - Sail http://t.co/FDRagV2p \nC'est bien meilleur que #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/565229487/p20080415_205220_1__normal.jpg" +}, +"title": "Keyser Söze: #nowplaying AWOLNATION - Sail http://t.co/FDRagV2p \nC'est bien meilleur que #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1944000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#nowplaying AWOLNATION - Sail http:\\/\\/t.co\\/FDRagV2p \\nC'est bien meilleur que #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[30,50],\"expanded_url\":\"http:\\/\\/open.spotify.com\\/track\\/4VUGq8KUTVv5YnMqU6nkDa\",\"display_url\":\"open.spotify.com\\/track\\/4VUGq8KU\\u2026\",\"url\":\"http:\\/\\/t.co\\/FDRagV2p\"}],\"hashtags\":[{\"text\":\"nowplaying\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[76,80]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183354903072770\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":763,\"screen_name\":\"SheepOnMeth\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":6133,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/60204211\\/La_Nuit.jpg\",\"location\":\"Nancy, France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":395,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/565229487\\/p20080415_205220_1__normal.jpg\",\"description\":\"Student in Telecom Network Engineering & Security.\\r\\nTV Series & Music Addict. \\r\\nRaspberry Pi Enthusiastic.\\r\\nTravel & Photo.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"93055676\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/60204211\\/La_Nuit.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/565229487\\/p20080415_205220_1__normal.jpg\",\"name\":\"Keyser S\\u00f6ze\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 27 21:52:47 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":93055676,\"utc_offset\":3600,\"favourites_count\":41,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183354903072770,\"created_at\":\"Fri Feb 24 23:11:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1944000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb96bf6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eada3574-20ce-4499-8eff-08ffb7dc48a9-173183354903072770" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah si \\o/ #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: Ah si \\o/ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1944000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah si \\\\o\\/ #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183355569967106\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10392,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183355569967106,\"created_at\":\"Fri Feb 24 23:11:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1944000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d17fb154-734b-4590-90c5-f63195ea5921-173183355569967106" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ca fait bizarre de voir la Télé expliquer ce qu'on fait toute la journée sur twitter #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1727266317/oimtampon_normal.jpg" +}, +"title": "Lucas Parax: Ca fait bizarre de voir la Télé expliquer ce qu'on fait toute la journée sur twitter #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1945000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ca fait bizarre de voir la T\\u00e9l\\u00e9 expliquer ce qu'on fait toute la journ\\u00e9e sur twitter #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[85,89]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183361131610113\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":731,\"screen_name\":\"lucasparax\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9270,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"990000\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"description\":\"Politique, musique, r\\u00e9flexions absurdes. J'aime bien votre veste, mais faudrait penser \\u00e0 ne pas la retourner. #\\u00e9lys\\u00e9e_2012 #rock\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"333415548\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"name\":\"Lucas Parax\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 11 14:14:27 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":333415548,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/lucasparax.over-blog.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183361131610113,\"created_at\":\"Fri Feb 24 23:11:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1945000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7961cbca-500e-4a15-ba5b-7cc605a07e8b-173183361131610113" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "John Cleese décédé ? Depuis quand ? #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1474785559/testdeux_normal.jpg" +}, +"title": "Romain Mollet: John Cleese décédé ? Depuis quand ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1947000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"John Cleese d\\u00e9c\\u00e9d\\u00e9 ? Depuis quand ? #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183367628591105\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"RomainMollet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":78,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 Cin\\u00e9Cr\\u00e9atis depuis moins d'une semaine (18\\/09\\/2011)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"62795411\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"name\":\"Romain Mollet\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 04 11:47:02 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":62795411,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/conneriehumanumest.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183367628591105,\"created_at\":\"Fri Feb 24 23:11:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1947000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "070e7265-c2e2-449e-94fd-07715b1856bc-173183367628591105" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un peu brouillon l'émission, je retourne sur #TF1 #LGW #france5", +"img": { +"src": "http://a1.twimg.com/profile_images/1483456386/Capture_d_e_cran_2011-08-08_a__00.41.40_normal.png" +}, +"title": "Tom Salbeth: Un peu brouillon l'émission, je retourne sur #TF1 #LGW #france5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1947000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Un peu brouillon l'\\u00e9mission, je retourne sur #TF1 #LGW #france5\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"TF1\",\"indices\":[45,49]},{\"text\":\"LGW\",\"indices\":[50,54]},{\"text\":\"france5\",\"indices\":[55,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183369713160192\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":767,\"screen_name\":\"Yaduxx\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1614,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/403880026\\/briques.jpg\",\"location\":\"Bruxelles, 18 ans\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"9c0000\",\"followers_count\":1434,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1483456386\\/Capture_d_e_cran_2011-08-08_a__00.41.40_normal.png\",\"description\":\"Cr\\u00e9ateur de contenus web, graphiste, r\\u00e9dacteur web, pigiste, \\u00e9tudiant.\\r\\n\\r\\nBlogs_@sudpresseonline\\r\\nPigiste_@webdesignmag\\r\\nWebzapping_@thevoicebe\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"000000\",\"id_str\":\"86957732\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/403880026\\/briques.jpg\",\"profile_sidebar_fill_color\":\"ffd7d6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1483456386\\/Capture_d_e_cran_2011-08-08_a__00.41.40_normal.png\",\"name\":\"Tom Salbeth\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 02 14:56:44 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":86957732,\"utc_offset\":3600,\"favourites_count\":253,\"url\":\"http:\\/\\/www.yaduxx.be\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183369713160192,\"created_at\":\"Fri Feb 24 23:11:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1947000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb9d910-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "76629411-c1c5-47dc-9a5d-89b338b3815d-173183369713160192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"Cette chaine est momentanément indisponible\" Momentanément, ouais, ça fait une semaine là quand même -_-' Pas de #lgw pour moi...", +"img": { +"src": "http://a0.twimg.com/profile_images/1761969323/andrew-scott2_normal.png" +}, +"title": "Chloé: \"Cette chaine est momentanément indisponible\" Momentanément, ouais, ça fait une semaine là quand même -_-' Pas de #lgw pour moi...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1947000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\"Cette chaine est momentan\\u00e9ment indisponible\\\" Momentan\\u00e9ment, ouais, \\u00e7a fait une semaine l\\u00e0 quand m\\u00eame -_-' Pas de #lgw pour moi...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183370371665920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":331,\"screen_name\":\"_Lenwe\",\"lang\":\"en\",\"profile_text_color\":\"050405\",\"statuses_count\":6549,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/293326656\\/annecy_2.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"41a1b0\",\"followers_count\":162,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1761969323\\/andrew-scott2_normal.png\",\"description\":\"Demi-pharmacien en P4, Muser, Whovian, Fid\\u00e8le d'Ondar et de Ferrari\\/Garnier&Sentou\\/Tsamere. Cherche le Tardis pour partir loin, tr\\u00e8s loin... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"95500778\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/293326656\\/annecy_2.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1761969323\\/andrew-scott2_normal.png\",\"name\":\"Chlo\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 08 20:56:47 +0000 2009\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":95500778,\"utc_offset\":3600,\"favourites_count\":18,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183370371665920,\"created_at\":\"Fri Feb 24 23:11:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1947000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a35699a1-5af2-48d0-a896-c3e874315906-173183370371665920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@legrandwebze #ilreste #LGW Rolin il est roi traître et je l'aime", +"img": { +"src": "http://a3.twimg.com/profile_images/1814979577/AE411689-A36E-46DF-8FE0-6646617A7055_normal" +}, +"title": "picaboubx: @legrandwebze #ilreste #LGW Rolin il est roi traître et je l'aime", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1948000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@legrandwebze #ilreste #LGW Rolin il est roi tra\\u00eetre et je l'aime\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[14,22]},{\"text\":\"LGW\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183373710336000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"picaboubx\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":485,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1814979577\\/AE411689-A36E-46DF-8FE0-6646617A7055_normal\",\"description\":\"petit nouveau sur Twitter mais vieux machin sur la toile\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"373867891\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1814979577\\/AE411689-A36E-46DF-8FE0-6646617A7055_normal\",\"name\":\"picaboubx\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 15 09:37:50 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":373867891,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173183373710336000,\"created_at\":\"Fri Feb 24 23:11:48 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1948000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "87f7eaa4-57de-4679-bdbc-8abcd9d804a5-173183373710336000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Oh cool, on va avoir droit à une musique ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1776332006/Zeke_normal.jpg" +}, +"title": "[T61] Rémy S.: #LGW Oh cool, on va avoir droit à une musique ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1949000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"#LGW Oh cool, on va avoir droit \\u00e0 une musique ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183377543929857\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"ThatVeryBadFlip\",\"lang\":\"fr\",\"favourites_count\":27,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":103,\"location\":\"France - 66500, Prades\",\"profile_text_color\":\"333333\",\"description\":\"I don't know tweeting in English very well . But when I do, it's in French.\",\"statuses_count\":11101,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":112,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"169bde\",\"protected\":false,\"id_str\":\"165862367\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"[T61] R\\u00e9my S.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"created_at\":\"Mon Jul 12 18:48:22 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":165862367,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173183377543929857,\"created_at\":\"Fri Feb 24 23:11:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1949000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b328e640-9252-42ba-ae6e-a6871443d0eb-173183377543929857" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Donc faut avoir suivi une Tweetschool pour pouvoir comprendre #lgw. Programme non familial.", +"img": { +"src": "http://a0.twimg.com/profile_images/1848682776/photo_profil_normal.jpg" +}, +"title": "Caroline Pandraud: Donc faut avoir suivi une Tweetschool pour pouvoir comprendre #lgw. Programme non familial.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1950000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Donc faut avoir suivi une Tweetschool pour pouvoir comprendre #lgw. Programme non familial.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183383176880128\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"382334\",\"screen_name\":\"pointPandraud\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":284,\"location\":\"Paris\",\"profile_text_color\":\"F6FC9D\",\"followers_count\":181,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"description\":\"Project Analyst @faberNovel www.fabernovel.com \\/\\/\\r\\n@essec Business School Alumni \\/\\/ Paris\\r\\n\\r\\n\",\"statuses_count\":424,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"FF1269\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"4F4C4E\",\"protected\":false,\"id_str\":\"16096262\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Caroline Pandraud\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"created_at\":\"Tue Sep 02 13:18:16 +0000 2008\",\"profile_sidebar_fill_color\":\"7A374C\",\"id\":16096262,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\"},\"truncated\":false,\"id\":173183383176880128,\"created_at\":\"Fri Feb 24 23:11:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1950000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "189d0817-eb0d-42a2-b180-c000d0e2ccc4-173183383176880128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1661451122/image_normal.jpg" +}, +"title": "Mathilde Mallet: RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1950000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Monsieur_Poulpe\",\"indices\":[3,19],\"name\":\"Monsieur Poulpe\",\"id_str\":\"101887303\",\"id\":101887303},{\"screen_name\":\"palmashow\",\"indices\":[37,47],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[16,26],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":4,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183220911833090\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"010203\",\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":44,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":14307,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"statuses_count\":2826,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"protected\":false,\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Monsieur Poulpe\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_fill_color\":\"68baae\",\"id\":101887303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\"},\"truncated\":false,\"id\":173183220911833090,\"created_at\":\"Fri Feb 24 23:11:12 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":4,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183383243997186\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"MathildeMallet\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":673,\"location\":\"Paris\",\"profile_text_color\":\"3C3940\",\"followers_count\":284,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1661451122\\/image_normal.jpg\",\"description\":\"Radio, medias, music, dj, production...\",\"statuses_count\":1750,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"132555466\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Mathilde Mallet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"created_at\":\"Tue Apr 13 15:19:32 +0000 2010\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":132555466,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1661451122\\/image_normal.jpg\"},\"truncated\":false,\"id\":173183383243997186,\"created_at\":\"Fri Feb 24 23:11:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1950000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "be4a5cb2-bfed-455b-8d27-9611f2808241-173183383243997186" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @brice_r_: Nombre de glaçons anti-demons : 40 #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @brice_r_: Nombre de glaçons anti-demons : 40 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1951000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @brice_r_: Nombre de gla\\u00e7ons anti-demons : 40 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"brice_r_\",\"indices\":[3,12],\"id_str\":\"15512436\",\"name\":\"Brice R.\",\"id\":15512436}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Nombre de gla\\u00e7ons anti-demons : 40 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182144229806080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"brice_r_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2376,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"description\":\"#G\\u00e9meaux #DoublePersonnalit\\u00e9 \\r\\nParce que la vie priv\\u00e9e ne sert pas uniquement \\u00e0 cacher des d\\u00e9lits et des crimes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Copenhagen\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"15512436\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"name\":\"Brice R.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 21 08:09:24 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":15512436,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"https:\\/\\/www.eff.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182144229806080,\"created_at\":\"Fri Feb 24 23:06:55 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183386704281602\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183386704281602,\"created_at\":\"Fri Feb 24 23:11:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1951000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0b939107-44a0-49ea-b1b9-a9219240a05f-173183386704281602" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Y en a des bons quand même des Tweets de COmptoir. #lgw Je suivrai ça, un jour.", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: Y en a des bons quand même des Tweets de COmptoir. #lgw Je suivrai ça, un jour.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1952000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Y en a des bons quand m\\u00eame des Tweets de COmptoir. #lgw Je suivrai \\u00e7a, un jour.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183390806327296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":766,\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4351,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France - Moselle\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"D02B55\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"name\":\"R\\u00e9my D.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":48825435,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183390806327296,\"created_at\":\"Fri Feb 24 23:11:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1952000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7e1bee3e-f00c-4752-a7aa-43f9f96f79a3-173183390806327296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "COUCOU LES GENS DE TWITTER DANS LA TELE ! @Tweets2Comptoir #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1775125447/P1080687_normal.jpg" +}, +"title": "Vi' Rider Cobain: COUCOU LES GENS DE TWITTER DANS LA TELE ! @Tweets2Comptoir #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1956000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"COUCOU LES GENS DE TWITTER DANS LA TELE ! @Tweets2Comptoir #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[42,58],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183407847784448\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":315,\"screen_name\":\"viephemere\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4576,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/299047178\\/rayures.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1775125447\\/P1080687_normal.jpg\",\"description\":\"Etudiante en philosophie \\u00e0 la Sorbonne, guitariste depuis l'\\u00e2ge de 6 ans, bloggeuse anonyme \\u00e0 mi-temps et accessoirement fille ill\\u00e9gitime de Kurt Cobain.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"79689976\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/299047178\\/rayures.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775125447\\/P1080687_normal.jpg\",\"name\":\"Vi' Rider Cobain\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 04 08:52:15 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":79689976,\"utc_offset\":3600,\"favourites_count\":19,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183407847784448,\"created_at\":\"Fri Feb 24 23:11:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1956000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6d91b050-3096-4f5a-85b0-d4181b8f67e9-173183407847784448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hiiii @balmeyer, joli passage au #lgw !", +"img": { +"src": "http://a1.twimg.com/profile_images/1719428893/self_normal.jpg" +}, +"title": "ernst burgler: Hiiii @balmeyer, joli passage au #lgw !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1956000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Hiiii @balmeyer, joli passage au #lgw !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"balmeyer\",\"indices\":[6,15],\"name\":\"Balmeyer\",\"id_str\":\"7288872\",\"id\":7288872}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183408535650306\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Hernstburgler\",\"lang\":\"fr\",\"favourites_count\":18,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":204,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":624,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1719428893\\/self_normal.jpg\",\"description\":\"Mange des saucisses, est parfois malade, rapport \\u00e0 l'alcool. je suis manager qualit\\u00e9 dans un elevage porcin. Je ne sais pas faire les smileys ;X(\",\"statuses_count\":18533,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/186179518\\/Math\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"93A644\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"7ba8a3\",\"protected\":false,\"id_str\":\"107758901\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"ernst burgler\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/186179518\\/Math\",\"created_at\":\"Sat Jan 23 16:47:29 +0000 2010\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":107758901,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/estpharnia.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1719428893\\/self_normal.jpg\"},\"truncated\":false,\"id\":173183408535650306,\"created_at\":\"Fri Feb 24 23:11:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1956000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3545ac07-c787-44c4-b6e0-73e50c20e98b-173183408535650306" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw la preuve que Twitter en live dans le poste n'est pas donné à tout le monde.", +"img": { +"src": "http://a0.twimg.com/profile_images/1812923656/Photo_du_73732480-09-___20.28_normal.jpg" +}, +"title": "MirelleHdB: #lgw la preuve que Twitter en live dans le poste n'est pas donné à tout le monde.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1958000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"#lgw la preuve que Twitter en live dans le poste n'est pas donn\\u00e9 \\u00e0 tout le monde.\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/384551408\\/2012voeux.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"screen_name\":\"MirelleHdB\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1812923656\\/Photo_du_73732480-09-___20.28_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"C0DEED\",\"location\":\"Paris and more\",\"favourites_count\":8,\"description\":\"apr\\u00e8s un passage chez Florent, des voyages, une formation en graphisme un s\\u00e9jour enrichisant au Qu\\u00e9bec comme sc\\u00e9nariste, je viens de finir mon premier roman\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":245,\"profile_text_color\":\"333333\",\"followers_count\":86,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1812923656\\/Photo_du_73732480-09-___20.28_normal.jpg\",\"statuses_count\":553,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/384551408\\/2012voeux.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"protected\":false,\"is_translator\":false,\"name\":\"MirelleHdB\",\"default_profile\":false,\"time_zone\":\"Greenland\",\"created_at\":\"Thu Jul 22 11:03:38 +0000 2010\",\"profile_background_color\":\"C0DEED\",\"id\":169450471,\"id_str\":\"169450471\",\"geo_enabled\":false,\"profile_background_tile\":true,\"utc_offset\":-10800,\"url\":\"http:\\/\\/mirelle-hdb.blogspot.com\\/\"},\"in_reply_to_status_id\":null,\"id\":173183415313637376,\"created_at\":\"Fri Feb 24 23:11:58 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183415313637376\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1958000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a1508962-9cad-40b9-820e-21344b114978-173183415313637376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Largentula: yeah @balmeyer dans #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1649856860/avatpagetwsn_normal.jpg" +}, +"title": "lôtre demédeu: RT @Largentula: yeah @balmeyer dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1958000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Largentula: yeah @balmeyer dans #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Largentula\",\"indices\":[3,14],\"id_str\":\"17374070\",\"name\":\"Largentula\",\"id\":17374070},{\"screen_name\":\"balmeyer\",\"indices\":[21,30],\"id_str\":\"7288872\",\"name\":\"Balmeyer\",\"id\":7288872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"yeah @balmeyer dans #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"balmeyer\",\"indices\":[5,14],\"id_str\":\"7288872\",\"name\":\"Balmeyer\",\"id\":7288872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183342060113920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":116,\"screen_name\":\"Largentula\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3824,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"sur le canap\\u00e9\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"990000\",\"followers_count\":174,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1650721797\\/Largy_normal.jpg\",\"description\":\"prout\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"17374070\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650721797\\/Largy_normal.jpg\",\"name\":\"Largentula\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 13 22:12:09 +0000 2008\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":17374070,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183342060113920,\"created_at\":\"Fri Feb 24 23:11:40 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183413635923968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":81,\"screen_name\":\"lotre\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":10315,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"location\":\"just there\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"description\":\"man, z\\u00e9ro de l'univers !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"7233942\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"name\":\"l\\u00f4tre dem\\u00e9deu\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 03 18:07:50 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":7233942,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183413635923968,\"created_at\":\"Fri Feb 24 23:11:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1958000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3795955c-3e93-4287-a830-612c0c9ac20a-173183413635923968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pfff... Et pas un #RugbySongs... Aucune sophistication au niveau de l'humour #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: Pfff... Et pas un #RugbySongs... Aucune sophistication au niveau de l'humour #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1958000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pfff... Et pas un #RugbySongs... Aucune sophistication au niveau de l'humour #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"RugbySongs\",\"indices\":[18,29]},{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183415460446209\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3887,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":518,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183415460446209,\"created_at\":\"Fri Feb 24 23:11:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1958000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efbb14ce-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2e56add5-d137-481e-ac47-d05cb3091b53-173183415460446209" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1851037598/wallpaper-457744_normal.jpg" +}, +"title": "BluesunD: RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1958000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"created_at\":\"Fri Feb 24 23:11:58 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}],\"user_mentions\":[{\"indices\":[3,19],\"screen_name\":\"Monsieur_Poulpe\",\"id_str\":\"101887303\",\"name\":\"Monsieur Poulpe\",\"id\":101887303},{\"indices\":[37,47],\"screen_name\":\"palmashow\",\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}]},\"retweet_count\":1,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173183414999056384\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":0,\"created_at\":\"Fri Feb 24 18:01:10 +0000 2012\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433660408\\/wallpaper-585069.jpg\",\"url\":null,\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"0084B4\",\"screen_name\":\"BluesunD\",\"time_zone\":\"Amsterdam\",\"description\":\"Lorsque le pouvoir de l'amour vaincra l'amour du pouvoir, le monde conna\\u00eetra la paix.\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433660408\\/wallpaper-585069.jpg\",\"profile_background_color\":\"C0DEED\",\"location\":\"\",\"id_str\":\"501993141\",\"profile_background_tile\":false,\"followers_count\":14,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851037598\\/wallpaper-457744_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851037598\\/wallpaper-457744_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"DDEEF6\",\"favourites_count\":0,\"protected\":false,\"friends_count\":72,\"profile_sidebar_border_color\":\"C0DEED\",\"name\":\"BluesunD\",\"contributors_enabled\":false,\"verified\":false,\"id\":501993141,\"statuses_count\":111,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173183414999056384,\"retweeted_status\":{\"truncated\":false,\"text\":\"Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"created_at\":\"Fri Feb 24 23:11:12 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}],\"user_mentions\":[{\"indices\":[16,26],\"screen_name\":\"palmashow\",\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}]},\"retweet_count\":1,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173183220911833090\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":325,\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":true,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"url\":\"http:\\/\\/www.monsieurpoulpe.com\",\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"042c5e\",\"screen_name\":\"Monsieur_Poulpe\",\"time_zone\":\"Paris\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"profile_background_color\":\"5cb5a8\",\"location\":\"Paris\",\"id_str\":\"101887303\",\"profile_background_tile\":true,\"followers_count\":14307,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"68baae\",\"favourites_count\":0,\"protected\":false,\"friends_count\":44,\"profile_sidebar_border_color\":\"010203\",\"name\":\"Monsieur Poulpe\",\"contributors_enabled\":false,\"verified\":false,\"id\":101887303,\"statuses_count\":2826,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173183220911833090}}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1958000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "587e66f9-1bd6-4f10-bd75-0496514f18e9-173183414999056384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@ZaraA t'es super rude, je trouve #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1133755055/JU_normal.jpg" +}, +"title": "Ju: @ZaraA t'es super rude, je trouve #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1959000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"ZaraA\",\"favorited\":false,\"text\":\"@ZaraA t'es super rude, je trouve #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"ZaraA\",\"indices\":[0,6],\"name\":\"Emmanuel Torregano\",\"id_str\":\"7031872\",\"id\":7031872}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"in_reply_to_user_id\":7031872,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173182272751673344,\"in_reply_to_status_id_str\":\"173182272751673344\",\"id_str\":\"173183418677469185\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"jujusete\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":581,\"location\":\"en France, mais pas trop\",\"profile_text_color\":\"3E4415\",\"followers_count\":1769,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1133755055\\/JU_normal.jpg\",\"description\":\"Journaliste, ex Moyen-Orient, ex Asie du Sud-Est et Tunisie. CV ici http:\\/\\/juliegommes.cv.fm\\/\\/fr\\/ Tahina et sac \\u00e0 dos addict, cr\\u00e9atrice de la #pigistini\\u00e8re.\",\"statuses_count\":51247,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":118,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"26174431\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Ju\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Tue Mar 24 04:06:36 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":26174431,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/seteici.midiblogs.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1133755055\\/JU_normal.jpg\"},\"truncated\":false,\"id\":173183418677469185,\"created_at\":\"Fri Feb 24 23:11:59 +0000 2012\",\"in_reply_to_user_id_str\":\"7031872\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1959000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3e43daa2-31fb-4f9f-bc6c-8c393372c6be-173183418677469185" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@LeGrandWebze: Tout de suite : la sélection des @tweets2comptoir #lgw” #sataytraydraule !", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: “@LeGrandWebze: Tout de suite : la sélection des @tweets2comptoir #lgw” #sataytraydraule !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1960000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@LeGrandWebze: Tout de suite : la s\\u00e9lection des @tweets2comptoir #lgw\\u201d #sataytraydraule !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[1,14],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[49,65],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[66,70]},{\"text\":\"sataytraydraule\",\"indices\":[72,88]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183422435573760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1749,\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":28279,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"location\":\"Crozon, Brittany\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"followers_count\":2618,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"profile_sidebar_fill_color\":\"d3ede7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"name\":\"Philippe B\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_border_color\":\"5e1410\",\"id\":14400518,\"utc_offset\":3600,\"favourites_count\":297,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183422435573760,\"created_at\":\"Fri Feb 24 23:12:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1960000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efbb68a2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d82cafa4-20ab-4e73-a329-34140bf77178-173183422435573760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gràce aux @Tweets2Comptoir bien sûr #tweetprécédent #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819882790/tetocarre_normal.jpg" +}, +"title": "Cédric BILLAUDELLE: Gràce aux @Tweets2Comptoir bien sûr #tweetprécédent #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1960000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Gr\\u00e0ce aux @Tweets2Comptoir bien s\\u00fbr #tweetpr\\u00e9c\\u00e9dent #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[10,26],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"tweetpr\\u00e9c\\u00e9dent\",\"indices\":[36,51]},{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183422708203520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"Cbill0\",\"lang\":\"fr\",\"profile_text_color\":\"F2ECF9\",\"statuses_count\":1109,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"location\":\"Lille, FR\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"1a1aba\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 l'IAE de Lille, mais pur produit des Ardennes. Aime beaucoup apprendre, mais n'aime pas qu'on lui fasse la le\\u00e7on.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E44B22\",\"id_str\":\"84313428\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"profile_sidebar_fill_color\":\"2C446A\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"name\":\"C\\u00e9dric BILLAUDELLE\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 12:34:22 +0000 2009\",\"profile_sidebar_border_color\":\"0C0F22\",\"id\":84313428,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183422708203520,\"created_at\":\"Fri Feb 24 23:12:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1960000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efbb871a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4aa44c39-a95f-4c46-9500-0179b4e34d98-173183422708203520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "pas mal le principe d'afficher quelques tweets #lgw #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: pas mal le principe d'afficher quelques tweets #lgw #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1961000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"pas mal le principe d'afficher quelques tweets #lgw #cQui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]},{\"text\":\"cQui\",\"indices\":[52,57]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183429989498880\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"favourites_count\":68,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":400,\"location\":\"Ile de France, Nancy, Toulois\",\"profile_text_color\":\"333333\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"statuses_count\":13680,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"protected\":false,\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Godai Yusaku\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"id\":76995130,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\"},\"truncated\":false,\"id\":173183429989498880,\"created_at\":\"Fri Feb 24 23:12:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1961000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b2635260-32b2-40d8-9930-1545e69fde40-173183429989498880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #lgw #iReste !", +"img": { +"src": "http://a0.twimg.com/profile_images/1838207664/image_normal.jpg" +}, +"title": "Sanchez Théo: @LeGrandWebze #lgw #iReste !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1962000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze #lgw #iReste !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"iReste\",\"indices\":[19,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183433722433536\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":61,\"screen_name\":\"sanchez_theo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":145,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"374697529\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"name\":\"Sanchez Th\\u00e9o\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 16 19:34:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":374697529,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173183433722433536,\"created_at\":\"Fri Feb 24 23:12:02 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1962000, +"tags": [ +{ +"id-ref": "efbbbfaa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d4766c55-a709-4ea5-a909-9d92d6e2bbba-173183433722433536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le concept de l'emission \"Le grand webze\" m'échappe totalement. C'est quoi le projet ?? #zzZZZ", +"img": { +"src": "http://a3.twimg.com/profile_images/1728525067/photo-5_normal.JPG" +}, +"title": "Chaaban Sabine: Le concept de l'emission \"Le grand webze\" m'échappe totalement. C'est quoi le projet ?? #zzZZZ", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1964000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le concept de l'emission \\\"Le grand webze\\\" m'\\u00e9chappe totalement. C'est quoi le projet ?? #zzZZZ\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"zzZZZ\",\"indices\":[88,94]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183442702442496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":140,\"screen_name\":\"BibiChaaban\",\"lang\":\"fr\",\"profile_text_color\":\"59c0e6\",\"statuses_count\":870,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/392954118\\/photo-4.JPG\",\"location\":\"France, Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"64c1e3\",\"followers_count\":65,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1728525067\\/photo-5_normal.JPG\",\"description\":\"Etudiante en Histoire. Journaliste @Contrepoint22.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"216822222\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/392954118\\/photo-4.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1728525067\\/photo-5_normal.JPG\",\"name\":\"Chaaban Sabine\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 17 20:30:25 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":216822222,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183442702442496,\"created_at\":\"Fri Feb 24 23:12:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1964000, +"tags": [ +{ +"id-ref": "efbbe048-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6350746a-ba32-4fa2-9545-7c92d91bae2e-173183442702442496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Dingue le #LGW #IlPart", +"img": { +"src": "http://a0.twimg.com/profile_images/1851178724/61_normal.png" +}, +"title": "Colombien et toi ?: #LGW Dingue le #LGW #IlPart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1965000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Dingue le #LGW #IlPart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"LGW\",\"indices\":[15,19]},{\"text\":\"IlPart\",\"indices\":[20,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183445219024897\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"HAYTSH\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9733,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"location\":\"\\u30b9\\u30c8\\u30e9\\u30b9\\u30d6\\u30fc\\u30eb\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"description\":\"J'suis un ksos j'ai 5 ans. \",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"277031586\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"name\":\"Colombien et toi ?\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 04 15:24:48 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":277031586,\"utc_offset\":3600,\"favourites_count\":83,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183445219024897,\"created_at\":\"Fri Feb 24 23:12:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1965000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4d6da1d5-e1ee-4ff9-a54d-d7ce8359f874-173183445219024897" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Première fois que je regarde #lgw depuis la première édition. Je vois qu'il y a eu quelques changements. Pour le mieux.", +"img": { +"src": "http://a2.twimg.com/profile_images/1188140700/logo_twitter_normal.jpg" +}, +"title": "Chronique Terrienne: Première fois que je regarde #lgw depuis la première édition. Je vois qu'il y a eu quelques changements. Pour le mieux.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1965000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Premi\\u00e8re fois que je regarde #lgw depuis la premi\\u00e8re \\u00e9dition. Je vois qu'il y a eu quelques changements. Pour le mieux.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183442979266562\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":46,\"screen_name\":\"unechronique\",\"lang\":\"en\",\"profile_text_color\":\"3C3940\",\"statuses_count\":807,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0099B9\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1188140700\\/logo_twitter_normal.jpg\",\"description\":\"Le monde n'est fait que de Chroniques Terriennes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"215736567\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1188140700\\/logo_twitter_normal.jpg\",\"name\":\"Chronique Terrienne\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 14 19:43:05 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":215736567,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/chroniqueterrienne.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183442979266562,\"created_at\":\"Fri Feb 24 23:12:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1965000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f7036a24-deb8-4637-8b38-0578c2788a80-173183442979266562" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@PascalMabille qu'on entend derière. Enorme ! #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1735386242/thewosh38_normal.png" +}, +"title": "TheWosh38: @PascalMabille qu'on entend derière. Enorme ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1966000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@PascalMabille qu'on entend deri\\u00e8re. Enorme ! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[0,14],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183450797453312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"1367131\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":61,\"screen_name\":\"TheWosh38\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":270,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1735386242\\/thewosh38_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"456045390\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1735386242\\/thewosh38_normal.png\",\"name\":\"TheWosh38\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 05 20:25:43 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":456045390,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"PascalMabille\",\"truncated\":false,\"id\":173183450797453312,\"created_at\":\"Fri Feb 24 23:12:06 +0000 2012\",\"in_reply_to_user_id\":1367131}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1966000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "40c096a0-db15-4170-95c6-8fcb39c80604-173183450797453312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "le public sur le plateau est splendeur et délicatesse. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/645969850/Image_1_normal.jpg" +}, +"title": "Laurent Hermez: le public sur le plateau est splendeur et délicatesse. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1966000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"le public sur le plateau est splendeur et d\\u00e9licatesse. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183447462969344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":547,\"screen_name\":\"laurent70\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5196,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/68596344\\/16947_265726962566_522657566_3216218_3534887_n.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"000000\",\"followers_count\":365,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/645969850\\/Image_1_normal.jpg\",\"description\":\"Copywriter at MRM Paris \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29409056\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/68596344\\/16947_265726962566_522657566_3216218_3534887_n.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/645969850\\/Image_1_normal.jpg\",\"name\":\"Laurent Hermez\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 07 08:07:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29409056,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/www.bouquiner.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183447462969344,\"created_at\":\"Fri Feb 24 23:12:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1966000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4dcd8b8d-de2d-45d8-be76-4087de11cd20-173183447462969344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le cube clignote ça fait un peu mal aux yeux #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: Le cube clignote ça fait un peu mal aux yeux #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1969000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le cube clignote \\u00e7a fait un peu mal aux yeux #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183463300677632\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2719,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183463300677632,\"created_at\":\"Fri Feb 24 23:12:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1969000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "525f2e6e-498d-4c1a-9547-932c9e608d7a-173183463300677632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est bon #lgw, me fait penser à Edouard Baer...#décalé", +"img": { +"src": "http://a0.twimg.com/profile_images/1801176537/profile_normal.jpg" +}, +"title": "rachoubidou69: C'est bon #lgw, me fait penser à Edouard Baer...#décalé", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1969000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est bon #lgw, me fait penser \\u00e0 Edouard Baer...#d\\u00e9cal\\u00e9\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]},{\"text\":\"d\\u00e9cal\\u00e9\",\"indices\":[48,55]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183460314333184\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"rachoubidou69\",\"lang\":\"fr\",\"favourites_count\":31,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":61,\"location\":\"France, Cremieu\",\"profile_text_color\":\"333333\",\"followers_count\":24,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801176537\\/profile_normal.jpg\",\"description\":\"On rencontre sa femme sur Meetic, la trompe sur Facebook, annonce le divorce sur Twitter et vends la baraque sur Ebay\",\"statuses_count\":259,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/398766806\\/128427.jpg\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"396071969\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"rachoubidou69\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/398766806\\/128427.jpg\",\"created_at\":\"Sat Oct 22 18:06:48 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":396071969,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801176537\\/profile_normal.jpg\"},\"truncated\":false,\"id\":173183460314333184,\"created_at\":\"Fri Feb 24 23:12:09 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1969000, +"tags": [ +{ +"id-ref": "efbc7f44-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "534b50a3-2e5b-415e-882c-1cc23d4c700f-173183460314333184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Balcidebava: Excellent les tweets sélectionnés par les tewwts 2 comptoirs pour #lgw :)", +"img": { +"src": "http://a0.twimg.com/profile_images/62813435/laure_normal.jpg" +}, +"title": "lovizolette: RT @Balcidebava: Excellent les tweets sélectionnés par les tewwts 2 comptoirs pour #lgw :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1969000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Balcidebava: Excellent les tweets s\\u00e9lectionn\\u00e9s par les tewwts 2 comptoirs pour #lgw :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Balcidebava\",\"indices\":[3,15],\"id_str\":\"482835609\",\"name\":\"Benjamin Aguillon\",\"id\":482835609}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[84,88]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Excellent les tweets s\\u00e9lectionn\\u00e9s par les tewwts 2 comptoirs pour #lgw :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183314356740096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"Balcidebava\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":102,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez moi\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"description\":\"L'homme face \\u00e0 l'absurde\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"482835609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"name\":\"Benjamin Aguillon\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 04 10:52:02 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":482835609,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183314356740096,\"created_at\":\"Fri Feb 24 23:11:34 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183462877044736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":143,\"screen_name\":\"lovizolette\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4677,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/3252079\\/tweeterbg.jpg\",\"location\":\"Damgan\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"7b3f32\",\"followers_count\":189,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/62813435\\/laure_normal.jpg\",\"description\":\"Maman de 3 merveilleux enfants\\r\\nEducatrice Montessori, AssMat\\r\\nHalf British, and happy :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"D04400\",\"id_str\":\"16964137\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/3252079\\/tweeterbg.jpg\",\"profile_sidebar_fill_color\":\"f9cf86\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/62813435\\/laure_normal.jpg\",\"name\":\"lovizolette\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 25 08:10:06 +0000 2008\",\"profile_sidebar_border_color\":\"2e2e2e\",\"id\":16964137,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/chezlaurette.posterous.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183462877044736,\"created_at\":\"Fri Feb 24 23:12:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1969000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "808b65c2-1d21-4c8b-9e09-a96f19498feb-173183462877044736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, @balmeyer dans le poste ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1376376963/geologist_normal.png" +}, +"title": "Jason: Oh, @balmeyer dans le poste ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1970000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, @balmeyer dans le poste ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"balmeyer\",\"indices\":[4,13],\"id_str\":\"7288872\",\"name\":\"Balmeyer\",\"id\":7288872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183463749459968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"T0rv4ld\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":625,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1376376963\\/geologist_normal.png\",\"description\":\"Je fais dans la vie ce que les autres font sur Minecraft.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"83393510\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1376376963\\/geologist_normal.png\",\"name\":\"Jason\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 18 16:30:13 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":83393510,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183463749459968,\"created_at\":\"Fri Feb 24 23:12:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1970000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8956e38b-a5ef-49b4-8b85-f136577702ae-173183463749459968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon ba #lgw sur @France5tv c'est fini pour moi, j'espérais que ce soit meilleur que l'année derniére mais c juste moins médiocre!!", +"img": { +"src": "http://a0.twimg.com/profile_images/1087584702/0OY2TB9JndB8uEpFnYPHHfP5H_normal.jpg" +}, +"title": "Seb: Bon ba #lgw sur @France5tv c'est fini pour moi, j'espérais que ce soit meilleur que l'année derniére mais c juste moins médiocre!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1971000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon ba #lgw sur @France5tv c'est fini pour moi, j'esp\\u00e9rais que ce soit meilleur que l'ann\\u00e9e derni\\u00e9re mais c juste moins m\\u00e9diocre!!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[16,26],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183468690341889\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":311,\"screen_name\":\"The_Answer94\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":522,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Cr\\u00e9teil (France)\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1087584702\\/0OY2TB9JndB8uEpFnYPHHfP5H_normal.jpg\",\"description\":\"I dont know how to change the world, but I know if I keep talking about how dirty it is out here, somebody's gonna clean it up - Tupac Amaru Shakur\\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"158687391\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1087584702\\/0OY2TB9JndB8uEpFnYPHHfP5H_normal.jpg\",\"name\":\"Seb\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 23 10:00:29 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":158687391,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183468690341889,\"created_at\":\"Fri Feb 24 23:12:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1971000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c790b502-ef36-46b8-b5ff-1ba8edd52c87-173183468690341889" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@CPonsolle Et le plan large est à l'inverse des plans serrés; problème de réalisation grave. #contrechamp #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1711420637/227004_2064798778896_1212559679_32551062_5063624_n_normal.jpg" +}, +"title": "Nicolas Popy: @CPonsolle Et le plan large est à l'inverse des plans serrés; problème de réalisation grave. #contrechamp #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1972000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@CPonsolle Et le plan large est \\u00e0 l'inverse des plans serr\\u00e9s; probl\\u00e8me de r\\u00e9alisation grave. #contrechamp #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"CPonsolle\",\"indices\":[0,10],\"id_str\":\"25338852\",\"name\":\"Christophe Ponsolle\",\"id\":25338852}],\"urls\":[],\"hashtags\":[{\"text\":\"contrechamp\",\"indices\":[93,105]},{\"text\":\"lgw\",\"indices\":[106,110]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173177661592584194\",\"id_str\":\"173183474814025728\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173177661592584194,\"in_reply_to_user_id_str\":\"25338852\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"nicolaspopy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1341,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":69,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1711420637\\/227004_2064798778896_1212559679_32551062_5063624_n_normal.jpg\",\"description\":\"Roanne (42)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"258954797\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1711420637\\/227004_2064798778896_1212559679_32551062_5063624_n_normal.jpg\",\"name\":\"Nicolas Popy\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 28 21:29:43 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":258954797,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"CPonsolle\",\"truncated\":false,\"id\":173183474814025728,\"created_at\":\"Fri Feb 24 23:12:12 +0000 2012\",\"in_reply_to_user_id\":25338852}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1972000, +"tags": [ +{ +"id-ref": "efbcecea-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "26ef4256-3fe6-4e0b-a53c-ea9e5e5f7986-173183474814025728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @vinsouille: Le rire de @PascalMabille est à peine perceptible #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1619111722/DSC05656_normal.jpg" +}, +"title": "William: RT @vinsouille: Le rire de @PascalMabille est à peine perceptible #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1972000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @vinsouille: Le rire de @PascalMabille est \\u00e0 peine perceptible #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"vinsouille\",\"indices\":[3,14],\"id_str\":\"243352289\",\"name\":\"Vincent Touati\",\"id\":243352289},{\"screen_name\":\"PascalMabille\",\"indices\":[27,41],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[66,70]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Le rire de @PascalMabille est \\u00e0 peine perceptible #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[11,25],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182093994631169\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":85,\"screen_name\":\"vinsouille\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9708,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199204001\\/overview_hero3_20100607.png\",\"location\":\"Montpellier\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"009999\",\"followers_count\":366,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1729744823\\/test_44444_normal.jpg\",\"description\":\"Podcasteur (@laminuteapple) Passionn\\u00e9 par les nouvelles technologies, la communication et l'actualit\\u00e9. Veille #Apple #M\\u00e9dias #R\\u00e9seaux #Web\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"030303\",\"id_str\":\"243352289\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199204001\\/overview_hero3_20100607.png\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1729744823\\/test_44444_normal.jpg\",\"name\":\"Vincent Touati\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 26 21:25:27 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":243352289,\"utc_offset\":null,\"favourites_count\":5,\"url\":\"http:\\/\\/vincent-touati.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182093994631169,\"created_at\":\"Fri Feb 24 23:06:43 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183472582664192\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":822,\"screen_name\":\"Scofred_\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":18665,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"location\":\"France, Paris\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"009999\",\"followers_count\":620,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"description\":\"160 caract\\u00e8res, c'est trop peu ! Ma bio - http:\\/\\/about.me\\/scofred\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"131299967\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"name\":\"William\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 09 21:48:10 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":131299967,\"utc_offset\":3600,\"favourites_count\":117,\"url\":\"http:\\/\\/scofred.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183472582664192,\"created_at\":\"Fri Feb 24 23:12:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1972000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "59dd009b-a99b-4529-bc4a-7c7053323f63-173183472582664192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Phinebacker: #LGW Après l'ingé Son sourd, l'ingé lumière aveugle... C'est de la recup d'intouchable maint le LGW !", +"img": { +"src": "http://a2.twimg.com/profile_images/1545219778/Lion-yellow_normal.png" +}, +"title": "Lion: RT @Phinebacker: #LGW Après l'ingé Son sourd, l'ingé lumière aveugle... C'est de la recup d'intouchable maint le LGW !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1975000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Phinebacker: #LGW Apr\\u00e8s l'ing\\u00e9 Son sourd, l'ing\\u00e9 lumi\\u00e8re aveugle... C'est de la recup d'intouchable maint le LGW !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Phinebacker\",\"indices\":[3,15],\"id_str\":\"6296872\",\"name\":\"Jos\\u00e9 Phinebacker\",\"id\":6296872}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[17,21]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Apr\\u00e8s l'ing\\u00e9 Son sourd, l'ing\\u00e9 lumi\\u00e8re aveugle... C'est de la recup d'intouchable maint le LGW !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183227148763136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":140,\"screen_name\":\"Phinebacker\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1251,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"009999\",\"followers_count\":117,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\",\"description\":\"Phinebacker, twitteur homeopathique...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"6296872\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\",\"name\":\"Jos\\u00e9 Phinebacker\",\"default_profile_image\":false,\"created_at\":\"Thu May 24 21:11:03 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":6296872,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/phinebacker.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183227148763136,\"created_at\":\"Fri Feb 24 23:11:13 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183485891198977\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":277,\"screen_name\":\"MonsieurLion\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":9636,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/26715550\\/00839_condensation_1680x1050.jpg\",\"location\":\"In Flight\",\"show_all_inline_media\":true,\"listed_count\":34,\"profile_link_color\":\"244067\",\"followers_count\":337,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1545219778\\/Lion-yellow_normal.png\",\"description\":\"Parfois je finis mes phrases parfois je n'y\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9c6d9c\",\"id_str\":\"61885781\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26715550\\/00839_condensation_1680x1050.jpg\",\"profile_sidebar_fill_color\":\"ffeba8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1545219778\\/Lion-yellow_normal.png\",\"name\":\"Lion\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 31 22:00:03 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":61885781,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/www.monsieurlion.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183485891198977,\"created_at\":\"Fri Feb 24 23:12:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1975000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b1685a15-8113-48a5-929b-c16807f0e1a2-173183485891198977" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hoho bravo @watchmefalll @Nain_Portekoi #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1845606272/marikiki_07_02_12_normal.jpg" +}, +"title": "Tluonra: Hoho bravo @watchmefalll @Nain_Portekoi #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1975000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Hoho bravo @watchmefalll @Nain_Portekoi #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"watchmefalll\",\"indices\":[11,24],\"id_str\":\"161378075\",\"name\":\"watchmefalll\",\"id\":161378075},{\"screen_name\":\"Nain_Portekoi\",\"indices\":[25,39],\"id_str\":\"18551800\",\"name\":\"Nain Portekoi\",\"id\":18551800}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183487342415872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":174,\"screen_name\":\"Tluonra\",\"lang\":\"fr\",\"profile_text_color\":\"080108\",\"statuses_count\":6955,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431637274\\/back_tw_1111.jpg\",\"location\":\"Somewhere over the rainbow\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"e50ef0\",\"followers_count\":222,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845606272\\/marikiki_07_02_12_normal.jpg\",\"description\":\"Graphiste free-lance flammes et twitteuse \\u00e0 gage : Pumm Pumm (appeler aux horaires de bureau)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3c363d\",\"id_str\":\"80332571\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431637274\\/back_tw_1111.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845606272\\/marikiki_07_02_12_normal.jpg\",\"name\":\"Tluonra\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 06 15:47:08 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":80332571,\"utc_offset\":3600,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183487342415872,\"created_at\":\"Fri Feb 24 23:12:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1975000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3960c3a1-4485-4745-83cf-7a9b342c3c38-173183487342415872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw est maintenant n°3 des TT mondiaux.", +"img": { +"src": "http://a3.twimg.com/profile_images/1788167912/reda_normal.jpg" +}, +"title": "@Reda Ana: #lgw est maintenant n°3 des TT mondiaux.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1975000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw est maintenant n\\u00b03 des TT mondiaux.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183488604905472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":799,\"screen_name\":\"reda\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":61402,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/414654801\\/hollande.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":377,\"profile_link_color\":\"D02B55\",\"followers_count\":7274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1788167912\\/reda_normal.jpg\",\"description\":\"Community Manager, Journaliste, Web Designer, Footballeur Pro, D\\u00e9put\\u00e9 FN, \\u00c9conomiste, Fondateur et CEO de @reda, sur Twitter depuis 1984.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"25291435\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/414654801\\/hollande.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1788167912\\/reda_normal.jpg\",\"name\":\"@Reda Ana\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 19 13:27:44 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":25291435,\"utc_offset\":3600,\"favourites_count\":348,\"url\":\"http:\\/\\/www.youtube.com\\/watch?v=1ZcC2hEvtaY&feature=related\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183488604905472,\"created_at\":\"Fri Feb 24 23:12:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1975000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "17536152-99c8-4e8a-b0dc-2183dafc1e66-173183488604905472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier", +"img": { +"src": "http://a1.twimg.com/profile_images/1807980780/hackathon_2_normal.png" +}, +"title": "Antoine Touzot: RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1977000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"monsieurlam\",\"indices\":[3,15],\"id_str\":\"7993262\",\"name\":\"L\\u00e2m HUA\",\"id\":7993262}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[113,117]},{\"text\":\"ruquier\",\"indices\":[118,126]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]},{\"text\":\"ruquier\",\"indices\":[101,109]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183333382098944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"monsieurlam\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10180,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":543,\"profile_link_color\":\"0084B4\",\"followers_count\":21596,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"description\":\"+ links \\r\\n+ my life \\r\\n+ no reply \\r\\n+ @decate \\r\\n+ @lense \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"7993262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"name\":\"L\\u00e2m HUA\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 06 14:07:39 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":7993262,\"utc_offset\":3600,\"favourites_count\":133,\"url\":\"http:\\/\\/www.monsieurlam.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183333382098944,\"created_at\":\"Fri Feb 24 23:11:38 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183495911387136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":131,\"screen_name\":\"antoinetouzot\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1203,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"location\":\"Montreuil\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"ff9900\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\",\"description\":\"\\u00c9tudiant H3 \\u00e0 @hetic (Montreuil) [Digital native] [Geek] ...\\r\\n[Alleeeeez l\\u00e0] [@SkipTheUse and @IziaMusic addict]\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"292929\",\"id_str\":\"123813930\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"profile_sidebar_fill_color\":\"e6e6e6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\",\"name\":\"Antoine Touzot\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 17 08:56:06 +0000 2010\",\"profile_sidebar_border_color\":\"ff9900\",\"id\":123813930,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/lesconfdusud.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183495911387136,\"created_at\":\"Fri Feb 24 23:12:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1977000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb8ff2c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f797bcb5-a25d-4338-a955-562d187699f8-173183495911387136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah les fiches viennent d'arriver, je savais pas que @lisalaposte faisait des heures sup pour #lgw ;)", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: Ah les fiches viennent d'arriver, je savais pas que @lisalaposte faisait des heures sup pour #lgw ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1977000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah les fiches viennent d'arriver, je savais pas que @lisalaposte faisait des heures sup pour #lgw ;)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"lisalaposte\",\"indices\":[52,64],\"id_str\":\"20590436\",\"name\":\"La Poste \",\"id\":20590436}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183494896357377\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27163,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183494896357377,\"created_at\":\"Fri Feb 24 23:12:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1977000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4ac54e7f-7987-437a-8c41-795215eaed39-173183494896357377" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@HeLLuby france5 #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1801974559/51VNTOCGF1L._SS400__normal.jpg" +}, +"title": "Guillaume Gurdil: @HeLLuby france5 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1977000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@HeLLuby france5 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"HeLLuby\",\"indices\":[0,8],\"id_str\":\"27427320\",\"name\":\"Curiosity \\u2620 the cat.\",\"id\":27427320}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173183272107520001\",\"id_str\":\"173183496687321088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183272107520001,\"in_reply_to_user_id_str\":\"27427320\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":164,\"screen_name\":\"gurdiiil\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2782,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"description\":\"Geek\\/Nerd, drogu\\u00e9 \\u00e0 la musique, atterr\\u00e9 perp\\u00e9tuel (parce qu'indign\\u00e9, c'est galvaud\\u00e9) qui garde le sens de l'humour (beh ouais, faut bien!)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"89754233\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"name\":\"Guillaume Gurdil\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 13 17:56:00 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":89754233,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/luniquemonsieurtoutlemonde.wordpress.com\\/\"},\"in_reply_to_screen_name\":\"HeLLuby\",\"truncated\":false,\"id\":173183496687321088,\"created_at\":\"Fri Feb 24 23:12:17 +0000 2012\",\"in_reply_to_user_id\":27427320}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1977000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bb0cd909-8b32-479a-aa7b-3e0da85dff1c-173183496687321088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Change2ton #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1796744745/Anonymous-header_normal.PNG" +}, +"title": "Musi_Call_Ment: #Change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1978000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183499644317696\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":199,\"screen_name\":\"mat_moi_ca\",\"lang\":\"en\",\"profile_text_color\":\"93afe6\",\"statuses_count\":6544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"93afe6\",\"followers_count\":88,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"description\":\"Geek qui s'est perdu sur internet. je suis chieur ! Ce que j'aime ? Le m\\u00e9tal. FOLLOW MOI !!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1dabf2\",\"id_str\":\"348842674\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"name\":\"Musi_Call_Ment\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 05 02:52:54 +0000 2011\",\"profile_sidebar_border_color\":\"93afe6\",\"id\":348842674,\"utc_offset\":null,\"favourites_count\":14,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183499644317696,\"created_at\":\"Fri Feb 24 23:12:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1978000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f376f7da-8a86-474c-ae9b-8cad922fd18b-173183499644317696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @pointPandraud: Moi aussi je veux apparaître sur #cqui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @pointPandraud: Moi aussi je veux apparaître sur #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1979000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @pointPandraud: Moi aussi je veux appara\\u00eetre sur #cqui #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pointPandraud\",\"indices\":[3,17],\"id_str\":\"16096262\",\"name\":\"Caroline Pandraud\",\"id\":16096262}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[52,57]},{\"text\":\"lgw\",\"indices\":[58,62]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Moi aussi je veux appara\\u00eetre sur #cqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[33,38]},{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182122079698944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":284,\"screen_name\":\"pointPandraud\",\"lang\":\"fr\",\"profile_text_color\":\"F6FC9D\",\"statuses_count\":424,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"FF1269\",\"followers_count\":181,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"description\":\"Project Analyst @faberNovel www.fabernovel.com \\/\\/\\r\\n@essec Business School Alumni \\/\\/ Paris\\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"4F4C4E\",\"id_str\":\"16096262\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"profile_sidebar_fill_color\":\"7A374C\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"name\":\"Caroline Pandraud\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 02 13:18:16 +0000 2008\",\"profile_sidebar_border_color\":\"382334\",\"id\":16096262,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182122079698944,\"created_at\":\"Fri Feb 24 23:06:50 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183502903279617\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183502903279617,\"created_at\":\"Fri Feb 24 23:12:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1979000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9821d01c-16e2-4d3a-b0aa-9cdbb55df0c9-173183502903279617" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bravo à @le_pseudo et @ZeMouton cités 2 fois dans #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1705307372/hobbit-poster_normal.jpg" +}, +"title": "Florenzo84: Bravo à @le_pseudo et @ZeMouton cités 2 fois dans #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1980000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bravo \\u00e0 @le_pseudo et @ZeMouton cit\\u00e9s 2 fois dans #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"le_pseudo\",\"indices\":[8,18],\"id_str\":\"88948038\",\"name\":\"Le pseudo\",\"id\":88948038},{\"screen_name\":\"ZeMouton\",\"indices\":[22,31],\"id_str\":\"372233134\",\"name\":\"ZeMouton\",\"id\":372233134}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183507995181056\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":567,\"screen_name\":\"florenzo84\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":18892,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":534,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"description\":\"Twitter c'est le seul endroit ou tu deviens tout excit\\u00e9 lorsqu'un inconnu se met \\u00e0 te suivre. Series & Cin\\u00e9 Addict.#LiveTweet #Roucasserie #CartelParisien\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"122429634\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"name\":\"Florenzo84\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 12 17:40:12 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":122429634,\"utc_offset\":null,\"favourites_count\":626,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183507995181056,\"created_at\":\"Fri Feb 24 23:12:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1980000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "afea36d0-83c2-4d33-8008-dada70a0e58e-173183507995181056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La communauté #stadedefrance est en force sur le mur du #lgw tous sur #cqui !! Fier de vous :)", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: La communauté #stadedefrance est en force sur le mur du #lgw tous sur #cqui !! Fier de vous :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1981000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La communaut\\u00e9 #stadedefrance est en force sur le mur du #lgw tous sur #cqui !! Fier de vous :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"stadedefrance\",\"indices\":[14,28]},{\"text\":\"lgw\",\"indices\":[56,60]},{\"text\":\"cqui\",\"indices\":[70,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183511526768640\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6695,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183511526768640,\"created_at\":\"Fri Feb 24 23:12:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1981000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "50e0bdab-e371-4247-b12b-0cca35e5f3b3-173183511526768640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw j'aime être en boule près de ma p'tite chinoise préférée :3", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw j'aime être en boule près de ma p'tite chinoise préférée :3", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1983000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw j'aime \\u00eatre en boule pr\\u00e8s de ma p'tite chinoise pr\\u00e9f\\u00e9r\\u00e9e :3\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183519374327808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183519374327808,\"created_at\":\"Fri Feb 24 23:12:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1983000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a53b2c4d-fe8f-4eef-ac6e-e1d557d016d3-173183519374327808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@IsabelleOtto @prland je ne suis pas un PHASME! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1741905112/image_normal.jpg" +}, +"title": "Mister Mc Flee: @IsabelleOtto @prland je ne suis pas un PHASME! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1984000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@IsabelleOtto @prland je ne suis pas un PHASME! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"IsabelleOtto\",\"indices\":[0,13],\"id_str\":\"97663633\",\"name\":\"Isabelle Otto\",\"id\":97663633},{\"screen_name\":\"PRland\",\"indices\":[14,21],\"id_str\":\"1421991\",\"name\":\"Eric Maillard\",\"id\":1421991}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173182311372824578\",\"id_str\":\"173183523220492289\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173182311372824578,\"in_reply_to_user_id_str\":\"97663633\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":636,\"screen_name\":\"MisterMcFlee\",\"lang\":\"fr\",\"profile_text_color\":\"291b1b\",\"statuses_count\":40351,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/204494594\\/lulutwitter_cr.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":257,\"profile_link_color\":\"0084B4\",\"followers_count\":2841,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1741905112\\/image_normal.jpg\",\"description\":\"Ecrits vains\\nCommunity Manager de moi-m\\u00eame\\nProfiler pour chats selon @METACAPUCHE\\nPhotographi\\u00e9 par @LaurenceGuenoun\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f72020\",\"id_str\":\"60043161\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/204494594\\/lulutwitter_cr.jpg\",\"profile_sidebar_fill_color\":\"d6130d\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1741905112\\/image_normal.jpg\",\"name\":\"Mister Mc Flee\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 25 12:01:49 +0000 2009\",\"profile_sidebar_border_color\":\"050505\",\"id\":60043161,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/lecafardrenseigne.wordpress.com\"},\"in_reply_to_screen_name\":\"IsabelleOtto\",\"truncated\":false,\"id\":173183523220492289,\"created_at\":\"Fri Feb 24 23:12:24 +0000 2012\",\"in_reply_to_user_id\":97663633}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1984000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1f06b6a1-1263-4f53-bcbf-7f245380cc69-173183523220492289" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Marcelcomics: Pfff... Et pas un #RugbySongs... Aucune sophistication au niveau de l'humour #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1669266582/carte-de-visite-final_normal.jpg" +}, +"title": "Boucherie Ovalie: RT @Marcelcomics: Pfff... Et pas un #RugbySongs... Aucune sophistication au niveau de l'humour #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1984000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Marcelcomics: Pfff... Et pas un #RugbySongs... Aucune sophistication au niveau de l'humour #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Marcelcomics\",\"indices\":[3,16],\"id_str\":\"386966557\",\"name\":\"Marcel Comics\",\"id\":386966557}],\"urls\":[],\"hashtags\":[{\"text\":\"RugbySongs\",\"indices\":[36,47]},{\"text\":\"lgw\",\"indices\":[95,99]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Pfff... Et pas un #RugbySongs... Aucune sophistication au niveau de l'humour #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"RugbySongs\",\"indices\":[18,29]},{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183415460446209\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3886,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":518,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183415460446209,\"created_at\":\"Fri Feb 24 23:11:58 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183525288288256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1017,\"screen_name\":\"BoucherieOvalie\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":6703,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"location\":\"Derri\\u00e8re toi, c'est affreux\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"2FC2EF\",\"followers_count\":4074,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"description\":\"La vie est trop courte pour comprendre le rugby, alors autant en rigoler.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"260277866\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"name\":\"Boucherie Ovalie\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 03 15:22:13 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":260277866,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/boucherie-ovalie.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183525288288256,\"created_at\":\"Fri Feb 24 23:12:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1984000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efbb14ce-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "677698c4-c882-4ea5-bf8d-704b0a8c6a06-173183525288288256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sympa les éclairages toussa #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: Sympa les éclairages toussa #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1985000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Sympa les \\u00e9clairages toussa #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183529306435584\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":590,\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"profile_text_color\":\"520000\",\"statuses_count\":18712,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"followers_count\":506,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"d61d08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"name\":\"Camille .\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":93848420,\"utc_offset\":-36000,\"favourites_count\":14,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183529306435584,\"created_at\":\"Fri Feb 24 23:12:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1985000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7f0f5c4c-edcc-4b23-8918-fee218c523a6-173183529306435584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@elTouristio France 5. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1621227345/IMG_2129b__Copier__normal.jpg" +}, +"title": "imnotalone: @elTouristio France 5. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1988000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@elTouristio France 5. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"elTouristio\",\"indices\":[0,12],\"id_str\":\"37389744\",\"name\":\"Sylvain Sanders\",\"id\":37389744}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/seesmic_desktop\\/sd2\\\" rel=\\\"nofollow\\\"\\u003ESeesmic Desktop\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183188863160321\",\"id_str\":\"173183539217567744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183188863160321,\"in_reply_to_user_id_str\":\"37389744\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":585,\"screen_name\":\"imnotalone\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":40508,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"wherever I can twit! \",\"show_all_inline_media\":true,\"listed_count\":180,\"profile_link_color\":\"2FC2EF\",\"followers_count\":2340,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1621227345\\/IMG_2129b__Copier__normal.jpg\",\"description\":\"A mes heures perdues, j'ai une vie bien remplie. L\\u00e0 aussi http:\\/\\/telling-stories.fr\\/ \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"18002294\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1621227345\\/IMG_2129b__Copier__normal.jpg\",\"name\":\"imnotalone\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 09 21:01:01 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18002294,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/imnotalone.tumblr.com\\/\"},\"in_reply_to_screen_name\":\"elTouristio\",\"truncated\":false,\"id\":173183539217567744,\"created_at\":\"Fri Feb 24 23:12:28 +0000 2012\",\"in_reply_to_user_id\":37389744}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1988000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "86960256-1693-4a5c-8d95-401c4f867732-173183539217567744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Grégoire ludig meilleur costume aux cesars...", +"img": { +"src": "http://a2.twimg.com/profile_images/1605787538/image_normal.jpg" +}, +"title": "Evan Frouin: #lgw Grégoire ludig meilleur costume aux cesars...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1988000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Gr\\u00e9goire ludig meilleur costume aux cesars...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183542493327360\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Evanuaille\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1605787538\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"312209085\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1605787538\\/image_normal.jpg\",\"name\":\"Evan Frouin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 06 19:12:42 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":312209085,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183542493327360,\"created_at\":\"Fri Feb 24 23:12:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1988000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6fa94922-6ced-43f3-a01d-6719f8a25509-173183542493327360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'instant J.B. @balmeyer dans #lgw \\o/", +"img": { +"src": "http://a0.twimg.com/profile_images/1847725663/Car_me2_normal.gif" +}, +"title": "ツ Emmanuel: L'instant J.B. @balmeyer dans #lgw \\o/", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1988000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"L'instant J.B. @balmeyer dans #lgw \\\\o\\/\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"balmeyer\",\"indices\":[15,24],\"id_str\":\"7288872\",\"name\":\"Balmeyer\",\"id\":7288872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twidroyd.com\\\" rel=\\\"nofollow\\\"\\u003ETwidroydPRO\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183543156023296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1385,\"screen_name\":\"ManuTop\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":21954,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/407992551\\/twilk_background_4f1e805aef719.jpg\",\"location\":\"Paris - Loz\\u00e8re - Utopie\",\"show_all_inline_media\":true,\"listed_count\":70,\"profile_link_color\":\"0084B4\",\"followers_count\":958,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1847725663\\/Car_me2_normal.gif\",\"description\":\"Philosophe, ironiste, gentleman \\u00e9picurien & cathoLOL - j'cause religion, musiques, sciences, th\\u00e9, bi\\u00e8re & ch\\u00e2taigne. Papa d'@iReinette\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"15808302\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/407992551\\/twilk_background_4f1e805aef719.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1847725663\\/Car_me2_normal.gif\",\"name\":\"\\u30c4 Emmanuel\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 11 13:58:28 +0000 2008\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":15808302,\"utc_offset\":3600,\"favourites_count\":286,\"url\":\"http:\\/\\/fasm.eu\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183543156023296,\"created_at\":\"Fri Feb 24 23:12:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1988000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ecd1da62-4260-4a13-b391-d63ade624873-173183543156023296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin Président #Rollin2012 #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: Rollin Président #Rollin2012 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1990000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Rollin Pr\\u00e9sident #Rollin2012 #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Rollin2012\",\"indices\":[17,28]},{\"text\":\"LGW\",\"indices\":[29,33]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183549652992000\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"1c2352\",\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"favourites_count\":1604,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":646,\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"profile_text_color\":\"333333\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"statuses_count\":83436,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"ArDuB57\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":21448223,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\"},\"in_reply_to_status_id\":null,\"id\":173183549652992000,\"created_at\":\"Fri Feb 24 23:12:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1990000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efbedb2c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d37417dc-bd3e-4680-b7bb-971342429c2e-173183549652992000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @SpaMwa: +1 sur le tweet sur Christophe Maé #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1735644265/front_de_gauche_annee_normal.jpg" +}, +"title": "Cachounette: RT @SpaMwa: +1 sur le tweet sur Christophe Maé #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1990000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @SpaMwa: +1 sur le tweet sur Christophe Ma\\u00e9 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SpaMwa\",\"indices\":[3,10],\"id_str\":\"278461363\",\"name\":\"Marie Derrien\",\"id\":278461363}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"+1 sur le tweet sur Christophe Ma\\u00e9 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183231888330754\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":88,\"screen_name\":\"SpaMwa\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":610,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1303108307\\/twitter_normal.jpg\",\"description\":\"Community engagement manager, John Steed's pixels deputy. IRL: Social network - and coffee - addict en mode veille\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"id_str\":\"278461363\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1303108307\\/twitter_normal.jpg\",\"name\":\"Marie Derrien\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 07 09:55:21 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":278461363,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183231888330754,\"created_at\":\"Fri Feb 24 23:11:14 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183549510402049\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":40,\"screen_name\":\"cachounette\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":250,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"description\":\"sage femme, militante PCF-Front de gauche et CGT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"id_str\":\"39092205\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"name\":\"Cachounette\",\"default_profile_image\":false,\"created_at\":\"Sun May 10 18:40:14 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":39092205,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183549510402049,\"created_at\":\"Fri Feb 24 23:12:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1990000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8db144d0-1b06-4b33-a467-01e5a4054f6a-173183549510402049" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1648215039/EmeryDoligeHubN_B_normal.jpg" +}, +"title": "Emery Doligé: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1991000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183555457908738\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"MryEmery\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":31437,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"location\":\"Paris Rive Gauche\",\"show_all_inline_media\":true,\"listed_count\":931,\"profile_link_color\":\"2FC2EF\",\"followers_count\":19577,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"description\":\"Vanksen. Europe 1 #dcdc. Lib\\u00e9ral ta m\\u00e8re.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f8fa\",\"id_str\":\"14285154\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"name\":\"Emery Dolig\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 02 16:59:11 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14285154,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/mry.blogs.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183555457908738,\"created_at\":\"Fri Feb 24 23:12:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1991000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c33f09c5-f0e5-4284-8839-bb9903b4f026-173183555457908738" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1991000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Monsieur_Poulpe\",\"indices\":[3,19],\"id_str\":\"101887303\",\"name\":\"Monsieur Poulpe\",\"id\":101887303},{\"screen_name\":\"palmashow\",\"indices\":[37,47],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[16,26],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183220911833090\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2826,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"followers_count\":14306,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"68baae\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"name\":\"Monsieur Poulpe\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_border_color\":\"010203\",\"id\":101887303,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183220911833090,\"created_at\":\"Fri Feb 24 23:11:12 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183552924553216\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":766,\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4350,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France - Moselle\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"D02B55\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"name\":\"R\\u00e9my D.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":48825435,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183552924553216,\"created_at\":\"Fri Feb 24 23:12:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1991000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "abfd7e8e-7410-4fe0-9e5e-2d446af4255f-173183552924553216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @AymericPM: #lgw ne repose que sur twitter ou c'est une spéciale twitter ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1753765452/image1326523819_normal.png" +}, +"title": "jeromepupier: RT @AymericPM: #lgw ne repose que sur twitter ou c'est une spéciale twitter ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1991000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @AymericPM: #lgw ne repose que sur twitter ou c'est une sp\\u00e9ciale twitter ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"AymericPM\",\"indices\":[3,13],\"id_str\":\"11048002\",\"name\":\"Ay. Poulain Maubant\",\"id\":11048002}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ne repose que sur twitter ou c'est une sp\\u00e9ciale twitter ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182917500088321\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":590,\"screen_name\":\"AymericPM\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":5035,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/7226973\\/twitter2.jpg\",\"location\":\"Brest, France\",\"show_all_inline_media\":false,\"listed_count\":72,\"profile_link_color\":\"8f0700\",\"followers_count\":787,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836319207\\/ay-11042009-18022012_normal.jpg\",\"description\":\"CEO Nere\\u00ffs, marketing, strat\\u00e9gie, prospective - t\\u00e9l\\u00e9coms, internet - Finist\\u00e8re, l\\u00e0 o\\u00f9 tout commence. Et aussi #Brest #IoT #fablab #4G #android #hihi\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b33b6\",\"id_str\":\"11048002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/7226973\\/twitter2.jpg\",\"profile_sidebar_fill_color\":\"4c70f0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836319207\\/ay-11042009-18022012_normal.jpg\",\"name\":\"Ay. Poulain Maubant\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 11 13:06:15 +0000 2007\",\"profile_sidebar_border_color\":\"1e20be\",\"id\":11048002,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/aymeric.pm\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182917500088321,\"created_at\":\"Fri Feb 24 23:09:59 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183554476445696\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":539,\"screen_name\":\"jeromepupier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":846,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Sydney, NSW\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"009999\",\"followers_count\":66,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1753765452\\/image1326523819_normal.png\",\"description\":\"Culture should be free.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"215594807\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1753765452\\/image1326523819_normal.png\",\"name\":\"jeromepupier\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 14 11:29:00 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":215594807,\"utc_offset\":-10800,\"favourites_count\":36,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183554476445696,\"created_at\":\"Fri Feb 24 23:12:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1991000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9f4d1aab-7cbb-4175-9d1a-17cc9b2edc59-173183554476445696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est pas ça, mais je vais me coucher... #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1725590755/jak-avatar-twitter_normal.png" +}, +"title": "Axel Leroy: C'est pas ça, mais je vais me coucher... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1991000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est pas \\u00e7a, mais je vais me coucher... #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183555210452992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":304,\"screen_name\":\"BlackEco\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13160,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"location\":\"Versailles, France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":191,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"description\":\"I'm a 18 years old french geek, passionated by Anglo-Saxon culture, computing, music, Internet, video games, movies, other geek stuffs and cars.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"94871785\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"name\":\"Axel Leroy\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 05 21:28:19 +0000 2009\",\"profile_sidebar_border_color\":\"00bbff\",\"id\":94871785,\"utc_offset\":3600,\"favourites_count\":142,\"url\":\"http:\\/\\/www.blackeco.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183555210452992,\"created_at\":\"Fri Feb 24 23:12:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1991000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b38f6c94-8372-43b0-a999-d7ed0441e0f7-173183555210452992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je trouve ce mini-film bizarre... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836212998/tumblr_lzg9q386BT1qeib0jo2_250_large_normal.gif" +}, +"title": "Ouate the Phoque. ϟ: Je trouve ce mini-film bizarre... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1993000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je trouve ce mini-film bizarre... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183563288682496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":52,\"screen_name\":\"Craquottine\",\"lang\":\"fr\",\"profile_text_color\":\"8f6d53\",\"statuses_count\":639,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/428310558\\/tumblr_lzi6gqG7Po1r2gjaeo1_400_large.jpg\",\"location\":\"Hogwarts.\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"a38c71\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836212998\\/tumblr_lzg9q386BT1qeib0jo2_250_large_normal.gif\",\"description\":\"Dorine or Chuck if you want. \\r\\n15 years old.\\r\\nFrench.\\r\\nI'm still always in my world, dude.\\r\\n\\r\\n#Potterhead. \\u03df #Gleek.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"73052379\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428310558\\/tumblr_lzi6gqG7Po1r2gjaeo1_400_large.jpg\",\"profile_sidebar_fill_color\":\"d9af8b\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836212998\\/tumblr_lzg9q386BT1qeib0jo2_250_large_normal.gif\",\"name\":\"Ouate the Phoque. \\u03df\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 10 05:46:10 +0000 2009\",\"profile_sidebar_border_color\":\"d1baba\",\"id\":73052379,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/todayigobbleanything.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183563288682496,\"created_at\":\"Fri Feb 24 23:12:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1993000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a81ee3b0-3b38-453a-a4d3-258c0c72d937-173183563288682496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow ça va, vous vous faites pas trop chier les gars ? #trololololo #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1825695250/bigorrr_normal.jpg" +}, +"title": "Antoine Boudet: @palmashow ça va, vous vous faites pas trop chier les gars ? #trololololo #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1993000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow \\u00e7a va, vous vous faites pas trop chier les gars ? #trololololo #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"trololololo\",\"indices\":[61,73]},{\"text\":\"lgw\",\"indices\":[74,78]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173182726801850368\",\"id_str\":\"173183563083165696\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173182726801850368,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":248,\"screen_name\":\"AntoineBigor\",\"lang\":\"fr\",\"profile_text_color\":\"363636\",\"statuses_count\":17892,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/394926108\\/twitter.jpg\",\"location\":\"DTC (enfin \\u00e0 une vache pr\\u00e8s)\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"022c3b\",\"followers_count\":216,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1825695250\\/bigorrr_normal.jpg\",\"description\":\"\\u00c9tudiant paum\\u00e9 et r\\u00e9dacteur en chef d'@AbsoluteZone\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"288fb5\",\"id_str\":\"61471175\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/394926108\\/twitter.jpg\",\"profile_sidebar_fill_color\":\"288fb5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1825695250\\/bigorrr_normal.jpg\",\"name\":\"Antoine Boudet\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 30 12:13:38 +0000 2009\",\"profile_sidebar_border_color\":\"288fb5\",\"id\":61471175,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/absolute-zone.com\"},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173183563083165696,\"created_at\":\"Fri Feb 24 23:12:33 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1993000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efc06366-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9744a952-31a9-4d02-8d0f-47a8154d7fc8-173183563083165696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Super strange cette émission mais tout de même en trend topic FR #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/455740502/Photo_292_normal.jpg" +}, +"title": "Dinah Sultan: Super strange cette émission mais tout de même en trend topic FR #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1994000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Super strange cette \\u00e9mission mais tout de m\\u00eame en trend topic FR #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183565171933185\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":50,\"screen_name\":\"Dinamythe\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":232,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":18,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/455740502\\/Photo_292_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"60542270\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/455740502\\/Photo_292_normal.jpg\",\"name\":\"Dinah Sultan\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 27 09:02:21 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":60542270,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/dinahmyte.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183565171933185,\"created_at\":\"Fri Feb 24 23:12:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1994000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7359b954-d378-42b8-b3c7-966b391021ed-173183565171933185" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin, tout simplement #lgw #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1457064362/DSCN0269_normal.JPG" +}, +"title": "Lola: François Rollin, tout simplement #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1994000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin, tout simplement #lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]},{\"text\":\"ilreste\",\"indices\":[38,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183568447680512\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":261,\"screen_name\":\"LolaLaloh\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":554,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":87,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1457064362\\/DSCN0269_normal.JPG\",\"description\":\"Made in Bourgogne \\/ Sciences Po Paris \\/ Politique \\/ Babyfoot\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"82011886\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1457064362\\/DSCN0269_normal.JPG\",\"name\":\"Lola\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 13 04:35:03 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":82011886,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183568447680512,\"created_at\":\"Fri Feb 24 23:12:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1994000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b8bd104c-d50d-42a4-8efe-4f3a002da2a5-173183568447680512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw l'émission de la 4e dimension... mais j'aime leur côté décalé, ça me rappelle le #kamoulox", +"img": { +"src": "http://a2.twimg.com/profile_images/1383949660/nawenn_normal.jpg" +}, +"title": "Nawenn De Nanook: #lgw l'émission de la 4e dimension... mais j'aime leur côté décalé, ça me rappelle le #kamoulox", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1994000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw l'\\u00e9mission de la 4e dimension... mais j'aime leur c\\u00f4t\\u00e9 d\\u00e9cal\\u00e9, \\u00e7a me rappelle le #kamoulox\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"kamoulox\",\"indices\":[86,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183566254051328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":382,\"screen_name\":\"nawenndenanook\",\"lang\":\"fr\",\"profile_text_color\":\"102382\",\"statuses_count\":983,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/265058099\\/fondnanook.jpg\",\"location\":\"France - Bretagne\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"B40B43\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1383949660\\/nawenn_normal.jpg\",\"description\":\"Responsable de la rubrique #musique du #webzine culturel @nanookwebzine : #chroniques #interviews #Bretagne \\/\\/ FB : http:\\/\\/fr-fr.facebook.com\\/nawenndenanook\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"311895632\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/265058099\\/fondnanook.jpg\",\"profile_sidebar_fill_color\":\"cce6f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1383949660\\/nawenn_normal.jpg\",\"name\":\"Nawenn De Nanook\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 06 07:33:24 +0000 2011\",\"profile_sidebar_border_color\":\"fafafa\",\"id\":311895632,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":\"http:\\/\\/www.nanook-world.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183566254051328,\"created_at\":\"Fri Feb 24 23:12:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1994000, +"tags": [ +{ +"id-ref": "efc0b8ac-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e031f1bf-6fc7-4c87-8fe3-f12279b0fc14-173183566254051328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste !! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1802232284/Capture_d__cran_2012-02-04___01.15.52_normal.png" +}, +"title": "Marion: #IlReste !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1997000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#IlReste !! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183578925039619\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":186,\"screen_name\":\"iiioon\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11590,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"BF1238\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"description\":\"Accro aux s\\u00e9ries et \\u00e0 l'humour. HeroCorpienne. \\r\\nEt pourquoi faire aujourd'hui c'que j'pourrai faire demain ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"id_str\":\"39847706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"name\":\"Marion\",\"default_profile_image\":false,\"created_at\":\"Wed May 13 21:57:02 +0000 2009\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":39847706,\"utc_offset\":3600,\"favourites_count\":47,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183578925039619,\"created_at\":\"Fri Feb 24 23:12:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1997000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "130531b5-5085-4136-86aa-dcbd7dd9d682-173183578925039619" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1830151764/tumblr_lr8agsJLB81qfejkqo6_250_normal.jpg" +}, +"title": "Marion Le Guerroué: RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1997000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Monsieur_Poulpe\",\"indices\":[3,19],\"id_str\":\"101887303\",\"name\":\"Monsieur Poulpe\",\"id\":101887303},{\"screen_name\":\"palmashow\",\"indices\":[37,47],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[16,26],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":2,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183220911833090\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2826,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"followers_count\":14306,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"68baae\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"name\":\"Monsieur Poulpe\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_border_color\":\"010203\",\"id\":101887303,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183220911833090,\"created_at\":\"Fri Feb 24 23:11:12 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":2,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183578899886082\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"LeGuerroue\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":101,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410695446\\/mac-miller-2012-of-the-soul-blue-slide-park-video-640x397.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1830151764\\/tumblr_lr8agsJLB81qfejkqo6_250_normal.jpg\",\"description\":\"Salut pouffiasse, tu prom\\u00e8nes ta graisse ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"304509699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410695446\\/mac-miller-2012-of-the-soul-blue-slide-park-video-640x397.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830151764\\/tumblr_lr8agsJLB81qfejkqo6_250_normal.jpg\",\"name\":\"Marion Le Guerrou\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Tue May 24 16:50:06 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":304509699,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183578899886082,\"created_at\":\"Fri Feb 24 23:12:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1997000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4bbdb665-0e67-4401-aa08-a4fe27a81b57-173183578899886082" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Avant tu tweetais des émissions télé, maintenant tu regardes Twitter à la télé. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1838468821/ken-barbumarini_re_normal.jpg" +}, +"title": "PeteMcVries: Avant tu tweetais des émissions télé, maintenant tu regardes Twitter à la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1997000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Avant tu tweetais des \\u00e9missions t\\u00e9l\\u00e9, maintenant tu regardes Twitter \\u00e0 la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[80,84]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183579122171904\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"PeteMcVries\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":411,\"location\":\"\",\"profile_text_color\":\"666666\",\"followers_count\":1153,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838468821\\/ken-barbumarini_re_normal.jpg\",\"description\":\"Ni journaliste, ni influent,j'ai pas confondu Twitter avec Meetic ou un journal intime. C'est pas parce qu'on se suit qu'on est amis, mais sinon bienvenue.\",\"statuses_count\":48462,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/211191620\\/Durable_Desktop_Background.jpg\",\"show_all_inline_media\":false,\"listed_count\":69,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"258422519\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"PeteMcVries\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/211191620\\/Durable_Desktop_Background.jpg\",\"created_at\":\"Sun Feb 27 17:58:20 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":258422519,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838468821\\/ken-barbumarini_re_normal.jpg\"},\"truncated\":false,\"id\":173183579122171904,\"created_at\":\"Fri Feb 24 23:12:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1997000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2d38536d-e48e-41de-9295-eb1a8e579486-173183579122171904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cest des oufs chez #lgw. Ils montrent des trucs interdit.", +"img": { +"src": "http://a0.twimg.com/profile_images/1818096044/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg" +}, +"title": "Δ+Δ: Cest des oufs chez #lgw. Ils montrent des trucs interdit.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1998000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Cest des oufs chez #lgw. Ils montrent des trucs interdit.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183583006113792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"AbsolutePi\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":12871,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"000000\",\"followers_count\":142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"334108023\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"name\":\"\\u0394+\\u0394\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":334108023,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/footballanatomy.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183583006113792,\"created_at\":\"Fri Feb 24 23:12:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1998000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6f041040-11ca-44c5-9487-31d087813fc5-173183583006113792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1399208256/Photo_00017_normal.jpg" +}, +"title": "Aurore Praline: RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1998000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Monsieur_Poulpe\",\"indices\":[3,19],\"id_str\":\"101887303\",\"name\":\"Monsieur Poulpe\",\"id\":101887303},{\"screen_name\":\"palmashow\",\"indices\":[37,47],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[16,26],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":3,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183220911833090\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2826,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"followers_count\":14306,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"68baae\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"name\":\"Monsieur Poulpe\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_border_color\":\"010203\",\"id\":101887303,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183220911833090,\"created_at\":\"Fri Feb 24 23:11:12 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":3,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183582897057793\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":187,\"screen_name\":\"Aurore_at_point\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":557,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":\"Coming Soon in Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"626d8a\",\"followers_count\":45,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1399208256\\/Photo_00017_normal.jpg\",\"description\":\"When I'll growin' up, I'll be as I wanted when I was a child. \\r\\nWriting scenarios... What's better ? \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"aaadac\",\"id_str\":\"318077034\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1399208256\\/Photo_00017_normal.jpg\",\"name\":\"Aurore Praline\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 15 22:54:54 +0000 2011\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":318077034,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183582897057793,\"created_at\":\"Fri Feb 24 23:12:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1998000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c565f244-ff7b-4b6c-b58f-4d86398fd00a-173183582897057793" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@embruns On peu l'écouter où #lgw ce soir?", +"img": { +"src": "http://a1.twimg.com/profile_images/1639200645/OpenTele1a_normal.jpg" +}, +"title": "MarieEveLyne MICHEL: @embruns On peu l'écouter où #lgw ce soir?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1999000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@embruns On peu l'\\u00e9couter o\\u00f9 #lgw ce soir?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"embruns\",\"indices\":[0,8],\"id_str\":\"6241412\",\"name\":\"Laurent Gloaguen\",\"id\":6241412}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173182962362363905\",\"id_str\":\"173183587661791233\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173182962362363905,\"in_reply_to_user_id_str\":\"6241412\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":530,\"screen_name\":\"MarieEveLyne\",\"lang\":\"en\",\"profile_text_color\":\"3B302E\",\"statuses_count\":2501,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/172645581\\/x346f04300cf078d9d2f5a4595670c8f.png\",\"location\":\"Montr\\u00e9al\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"DE567C\",\"followers_count\":1044,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1639200645\\/OpenTele1a_normal.jpg\",\"description\":\"Curieuse, aime tellement rencontrer les gens qu'elle en a fait un m\\u00e9tier. Animatrice, Chroniqueuse, Reporter - Tv & Radio.\\r\\nBlogue sur: http:\\/\\/marieevelyne.ca\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Central Time (US & Canada)\",\"profile_background_color\":\"0F0E09\",\"id_str\":\"105372011\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/172645581\\/x346f04300cf078d9d2f5a4595670c8f.png\",\"profile_sidebar_fill_color\":\"FFD8D6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1639200645\\/OpenTele1a_normal.jpg\",\"name\":\"MarieEveLyne MICHEL\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 16 04:33:36 +0000 2010\",\"profile_sidebar_border_color\":\"FFF2EF\",\"id\":105372011,\"utc_offset\":-21600,\"favourites_count\":4,\"url\":\"http:\\/\\/www.youtube.com\\/melmichel1\"},\"in_reply_to_screen_name\":\"embruns\",\"truncated\":false,\"id\":173183587661791233,\"created_at\":\"Fri Feb 24 23:12:39 +0000 2012\",\"in_reply_to_user_id\":6241412}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 1999000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "12611e19-41d3-4ff5-bb49-e8936beea40b-173183587661791233" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'avantage c'est que #lgw, on n'est pas vraiment obligé de le regarder, vu qu'on est en train de lire autre chose, des tweets, par exemple", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: L'avantage c'est que #lgw, on n'est pas vraiment obligé de le regarder, vu qu'on est en train de lire autre chose, des tweets, par exemple", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2000000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"L'avantage c'est que #lgw, on n'est pas vraiment oblig\\u00e9 de le regarder, vu qu'on est en train de lire autre chose, des tweets, par exemple\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"screen_name\":\"jlcoste\",\"follow_request_sent\":null,\"lang\":\"en\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"86A4A6\",\"location\":\"Paris\",\"favourites_count\":1,\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"profile_text_color\":\"333333\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"statuses_count\":544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"protected\":false,\"is_translator\":false,\"name\":\"Jean-Louis Coste\",\"default_profile\":false,\"time_zone\":\"Greenland\",\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_background_color\":\"709397\",\"id\":244454441,\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"utc_offset\":-10800,\"url\":null},\"in_reply_to_status_id\":null,\"id\":173183590862041088,\"created_at\":\"Fri Feb 24 23:12:40 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183590862041088\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2000000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "923d507b-4401-4f1b-aeec-3142229066ca-173183590862041088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Lgw bien bien bien... persévérer peut-être", +"img": { +"src": "http://a3.twimg.com/profile_images/1813277782/profil_normal.jpg" +}, +"title": "annabel s. alves : #Lgw bien bien bien... persévérer peut-être", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2000000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Lgw bien bien bien... pers\\u00e9v\\u00e9rer peut-\\u00eatre\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[7.1820901,43.6452915],[7.3239546,43.6452915],[7.3239546,43.76075],[7.1820901,43.76075]]]},\"attributes\":{},\"full_name\":\"Nice, Alpes-Maritimes\",\"name\":\"Nice\",\"id\":\"d43b21ac2b0c2029\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d43b21ac2b0c2029.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183591830921217\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":811,\"screen_name\":\"annabeldessin\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":4785,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/341403463\\/Yeux_Annajung.jpg\",\"location\":\"France, Nice(06)\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"2FC2EF\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1813277782\\/profil_normal.jpg\",\"description\":\"Styliste, conceptrice, mod\\u00e9liste;inadapt\\u00e9e scolaire,surdou\\u00e9e cancre;n'y arrivera jamais dans la vie,elle dessine,elle dessine,elle dessine...(\\u00e9duc. nationale)\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"106986321\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/341403463\\/Yeux_Annajung.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813277782\\/profil_normal.jpg\",\"name\":\"annabel s. alves \",\"default_profile_image\":false,\"created_at\":\"Thu Jan 21 07:51:27 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":106986321,\"utc_offset\":3600,\"favourites_count\":37,\"url\":\"https:\\/\\/sites.google.com\\/site\\/annabelalvessovieri\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183591830921217,\"created_at\":\"Fri Feb 24 23:12:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2000000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d53bd1f3-d46e-40d8-996e-52d886f8261a-173183591830921217" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Dingue, le Grand Webzé n'est plus totalement nul... J'ai pas envie de zapper!!! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/539243344/Image_68_normal.png" +}, +"title": "Jerome Chouraqui: Dingue, le Grand Webzé n'est plus totalement nul... J'ai pas envie de zapper!!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2000000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Dingue, le Grand Webz\\u00e9 n'est plus totalement nul... J'ai pas envie de zapper!!! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[80,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183593483468802\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":394,\"screen_name\":\"jchouraqui\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":1059,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"FF0000\",\"followers_count\":657,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/539243344\\/Image_68_normal.png\",\"description\":\"MediaClubber\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"8385422\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/539243344\\/Image_68_normal.png\",\"name\":\"Jerome Chouraqui\",\"default_profile_image\":false,\"created_at\":\"Thu Aug 23 15:56:56 +0000 2007\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":8385422,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.mediaclub.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183593483468802,\"created_at\":\"Fri Feb 24 23:12:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2000000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2c3ab42a-86d1-4c64-b02a-24ab9576f378-173183593483468802" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "BON BAH HEUREUSEMENT QUE L'ENREGISTREUR TOURNE ! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1803019438/rolling-stones-classic-tongue-fridge-magnet-78mm-square-1509-p_normal.jpg" +}, +"title": "Justin: BON BAH HEUREUSEMENT QUE L'ENREGISTREUR TOURNE ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2001000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"BON BAH HEUREUSEMENT QUE L'ENREGISTREUR TOURNE ! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[49,53]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183597107355648\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"b6b5b5\",\"screen_name\":\"Just1Mt\",\"lang\":\"fr\",\"favourites_count\":407,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":594,\"location\":\"Minecraft\",\"profile_text_color\":\"000000\",\"followers_count\":547,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803019438\\/rolling-stones-classic-tongue-fridge-magnet-78mm-square-1509-p_normal.jpg\",\"description\":\"\\u00c9tudiant de droit \\u00e0 gauche\\rnon encart\\u00e9.\\nJ'aime l'actualit\\u00e9 (surtout politique), le rugby ...\\r\\nS\\u00e9lectionneur pour @tweets2comptoir\\n\",\"statuses_count\":21472,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/356577933\\/twilk_background_4eb031adc9b37.jpg\",\"show_all_inline_media\":true,\"listed_count\":28,\"profile_link_color\":\"830c0c\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"830c0c\",\"protected\":false,\"id_str\":\"235174844\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Justin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/356577933\\/twilk_background_4eb031adc9b37.jpg\",\"created_at\":\"Fri Jan 07 15:00:35 +0000 2011\",\"profile_sidebar_fill_color\":\"b6b5b5\",\"id\":235174844,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/bitly.com\\/ymEuQC\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803019438\\/rolling-stones-classic-tongue-fridge-magnet-78mm-square-1509-p_normal.jpg\"},\"truncated\":false,\"id\":173183597107355648,\"created_at\":\"Fri Feb 24 23:12:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2001000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "850896bf-a5df-4532-9d35-2b403778c9be-173183597107355648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@obzilo Oh #FATCH, tu regarde #lgw toi aussi ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1840715858/oeuf_normal.jpg" +}, +"title": "Samy Nimum: @obzilo Oh #FATCH, tu regarde #lgw toi aussi ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2002000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@obzilo Oh #FATCH, tu regarde #lgw toi aussi ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"obzilo\",\"indices\":[0,7],\"id_str\":\"120293952\",\"name\":\"Christophe Obzilo\",\"id\":120293952}],\"urls\":[],\"hashtags\":[{\"text\":\"FATCH\",\"indices\":[11,17]},{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173180478680088576\",\"id_str\":\"173183598583742464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173180478680088576,\"in_reply_to_user_id_str\":\"120293952\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"samy_nimum\",\"lang\":\"fr\",\"profile_text_color\":\"525052\",\"statuses_count\":697,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/354370207\\/23upfrr.jpg\",\"location\":\"Chamb\\u00e9ry\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0b7012\",\"followers_count\":85,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1840715858\\/oeuf_normal.jpg\",\"description\":\"Guitarist @EyesOfVerona\\r\\nSee & Share : http:\\/\\/www.youtube.com\\/watch?feature=player_detailpage&v=2gqJEs1teSE\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"246752511\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/354370207\\/23upfrr.jpg\",\"profile_sidebar_fill_color\":\"c8cbcc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840715858\\/oeuf_normal.jpg\",\"name\":\"Samy Nimum\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 03 11:52:07 +0000 2011\",\"profile_sidebar_border_color\":\"9c9c9c\",\"id\":246752511,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"obzilo\",\"truncated\":false,\"id\":173183598583742464,\"created_at\":\"Fri Feb 24 23:12:42 +0000 2012\",\"in_reply_to_user_id\":120293952}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2002000, +"tags": [ +{ +"id-ref": "efc1dd54-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9c468a22-7193-47c5-9e6d-3f99c9ce09ea-173183598583742464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Largentula: yeah @balmeyer dans #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1604619978/gdx_profil_normal.jpg" +}, +"title": "Geoffrey Delcroix: RT @Largentula: yeah @balmeyer dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2003000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Largentula: yeah @balmeyer dans #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Largentula\",\"indices\":[3,14],\"id_str\":\"17374070\",\"name\":\"Largentula\",\"id\":17374070},{\"screen_name\":\"balmeyer\",\"indices\":[21,30],\"id_str\":\"7288872\",\"name\":\"Balmeyer\",\"id\":7288872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"yeah @balmeyer dans #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"balmeyer\",\"indices\":[5,14],\"id_str\":\"7288872\",\"name\":\"Balmeyer\",\"id\":7288872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183342060113920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":116,\"screen_name\":\"Largentula\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3824,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"sur le canap\\u00e9\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"990000\",\"followers_count\":174,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1650721797\\/Largy_normal.jpg\",\"description\":\"prout\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"17374070\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650721797\\/Largy_normal.jpg\",\"name\":\"Largentula\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 13 22:12:09 +0000 2008\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":17374070,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183342060113920,\"created_at\":\"Fri Feb 24 23:11:40 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183605340770305\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":201,\"screen_name\":\"geoffdelc\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":729,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/338957584\\/sad_panda_3.jpg\",\"location\":\"Paris, Fr\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1604619978\\/gdx_profil_normal.jpg\",\"description\":\"part-time g33k, part-time privacy advocate. full time future thinker\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"18341132\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/338957584\\/sad_panda_3.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1604619978\\/gdx_profil_normal.jpg\",\"name\":\"Geoffrey Delcroix\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 23 20:07:06 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":18341132,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/futurenewswire.hautetfort.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183605340770305,\"created_at\":\"Fri Feb 24 23:12:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2003000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "65c7494c-e4e2-4b07-bb5b-f9593cc35a22-173183605340770305" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mise en demeure des amis de la vache française ... Teasing #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1679012880/371627_1611924312_361512868_n_normal.jpg" +}, +"title": "MlleB: Mise en demeure des amis de la vache française ... Teasing #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2004000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mise en demeure des amis de la vache fran\\u00e7aise ... Teasing #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183606339026944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":425,\"screen_name\":\"MlleBerangere\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1881,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432454470\\/DSC00874.jpg\",\"location\":\"Retour France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"FF3300\",\"followers_count\":363,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1679012880\\/371627_1611924312_361512868_n_normal.jpg\",\"description\":\"@lacantine @siliconsentier - Chef de Projet Glii (Grand Lieu Int\\u00e9gr\\u00e9 d'Innovation) & 100% curieuse\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"709397\",\"id_str\":\"15890213\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432454470\\/DSC00874.jpg\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1679012880\\/371627_1611924312_361512868_n_normal.jpg\",\"name\":\"MlleB\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 18 09:56:30 +0000 2008\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":15890213,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183606339026944,\"created_at\":\"Fri Feb 24 23:12:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2004000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "67e3e92c-daff-4e8e-8a53-d0172118f521-173183606339026944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a1.twimg.com/profile_images/1814782956/tumblr_lqg5fglKEF1qlcg2go1_500_normal.jpg" +}, +"title": "Elisa Bête: #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2004000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183607219830784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":438,\"screen_name\":\"Elisa_Surge\",\"lang\":\"fr\",\"profile_text_color\":\"030003\",\"statuses_count\":10912,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/420285069\\/Hardwood-Floor.jpg\",\"location\":\"France, Tours\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0f1478\",\"followers_count\":121,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1814782956\\/tumblr_lqg5fglKEF1qlcg2go1_500_normal.jpg\",\"description\":\"Je sais pas quoi \\u00e9crire alors je dirais juste Salut !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3a95c2\",\"id_str\":\"236390764\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420285069\\/Hardwood-Floor.jpg\",\"profile_sidebar_fill_color\":\"025175\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1814782956\\/tumblr_lqg5fglKEF1qlcg2go1_500_normal.jpg\",\"name\":\"Elisa B\\u00eate\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 10 13:45:53 +0000 2011\",\"profile_sidebar_border_color\":\"000203\",\"id\":236390764,\"utc_offset\":3600,\"favourites_count\":371,\"url\":\"http:\\/\\/dowhat-youwant.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183607219830784,\"created_at\":\"Fri Feb 24 23:12:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2004000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d77ae1db-be09-498e-9baf-ac3f8327ae39-173183607219830784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si à 50 ans t'es pas passé dans #LGW t'as raté ton tweet!", +"img": { +"src": "http://a0.twimg.com/profile_images/1657466010/IMG_1705_normal.JPG" +}, +"title": "Enonciation: Si à 50 ans t'es pas passé dans #LGW t'as raté ton tweet!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2004000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Si \\u00e0 50 ans t'es pas pass\\u00e9 dans #LGW t'as rat\\u00e9 ton tweet!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183609824489472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":417,\"screen_name\":\"enonciation\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7093,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/316641454\\/Fond_petit.jpg\",\"location\":\"Dijon... Si,si!\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"0084B4\",\"followers_count\":389,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1657466010\\/IMG_1705_normal.JPG\",\"description\":\"En terme de probabilit\\u00e9, nous n'existons pas. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"180816153\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/316641454\\/Fond_petit.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657466010\\/IMG_1705_normal.JPG\",\"name\":\"Enonciation\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 20 15:20:12 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":180816153,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183609824489472,\"created_at\":\"Fri Feb 24 23:12:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2004000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d2b36008-5e2d-4d78-9860-e3d0dc2cc562-173183609824489472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tout Twitter critique #lgw, mais tout le monde le regarde.", +"img": { +"src": "http://a0.twimg.com/profile_images/1729642037/IMG_5329__696x1024__normal.jpg" +}, +"title": "Sothie: Tout Twitter critique #lgw, mais tout le monde le regarde.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2005000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tout Twitter critique #lgw, mais tout le monde le regarde.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183611888091137\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":273,\"screen_name\":\"SothieArt\",\"lang\":\"fr\",\"profile_text_color\":\"f5ebed\",\"statuses_count\":1615,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/394685281\\/223256_183003498415847_142427142473483_459264_913853_n.jpg\",\"location\":\"Paris-Marseille-Toulouse\",\"show_all_inline_media\":false,\"listed_count\":10,\"profile_link_color\":\"f2cc0e\",\"followers_count\":167,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1729642037\\/IMG_5329__696x1024__normal.jpg\",\"description\":\"Economiste saltimbanque, artiste \\u00e9conom\\u00e8tre. Je suis en campagne pour 2017 car la France a besoin d'une Princesse, une vraie, avec du rose dedans.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"f20317\",\"id_str\":\"222087543\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/394685281\\/223256_183003498415847_142427142473483_459264_913853_n.jpg\",\"profile_sidebar_fill_color\":\"2f074a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1729642037\\/IMG_5329__696x1024__normal.jpg\",\"name\":\"Sothie\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 02 12:34:48 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":222087543,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183611888091137,\"created_at\":\"Fri Feb 24 23:12:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2005000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "102668bf-95b5-4e27-9559-8fde0f030ffd-173183611888091137" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Link: http://t.co/8IFFtUQT Panama Goes In One Direction #JustinperfominARGENTINA #lgw #InThisGeneration #TFW #TFB", +"img": { +"src": "http://a0.twimg.com/profile_images/1790357114/AnimatedSoccerBall_normal.gif" +}, +"title": "Live Sport Newspaper: Link: http://t.co/8IFFtUQT Panama Goes In One Direction #JustinperfominARGENTINA #lgw #InThisGeneration #TFW #TFB", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2006000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Link: http:\\/\\/t.co\\/8IFFtUQT Panama Goes In One Direction #JustinperfominARGENTINA #lgw #InThisGeneration #TFW #TFB\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[6,26],\"expanded_url\":\"http:\\/\\/bit.ly\\/zlfP0m\",\"display_url\":\"bit.ly\\/zlfP0m\",\"url\":\"http:\\/\\/t.co\\/8IFFtUQT\"}],\"hashtags\":[{\"text\":\"JustinperfominARGENTINA\",\"indices\":[56,80]},{\"text\":\"lgw\",\"indices\":[81,85]},{\"text\":\"InThisGeneration\",\"indices\":[86,103]},{\"text\":\"TFW\",\"indices\":[104,108]},{\"text\":\"TFB\",\"indices\":[109,113]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitterfeed.com\\\" rel=\\\"nofollow\\\"\\u003Etwitterfeed\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183617541996544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":154,\"screen_name\":\"Live_Sport_News\",\"lang\":\"tr\",\"profile_text_color\":\"333333\",\"statuses_count\":535,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/412298939\\/calcio-pallone-soccer-ball-1280x800.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1790357114\\/AnimatedSoccerBall_normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Pacific Time (US & Canada)\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"477978506\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412298939\\/calcio-pallone-soccer-ball-1280x800.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1790357114\\/AnimatedSoccerBall_normal.gif\",\"name\":\"Live Sport Newspaper\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 29 19:35:35 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":477978506,\"utc_offset\":-28800,\"favourites_count\":0,\"url\":\"http:\\/\\/www.livesportnewspaper.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183617541996544,\"created_at\":\"Fri Feb 24 23:12:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2006000, +"tags": [ +{ +"id-ref": "efc282e0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efc287a4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efc28bbe-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efc28fa6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4e05abbe-1490-4c43-84ff-ef5335d8d7a4-173183617541996544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Surprise : Pas de César pour le chien de The Artist. Zaia la chatte plane sur la soirée @LeGrandWebze #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1727204040/image_normal.jpg" +}, +"title": "Marc Phalippou: Surprise : Pas de César pour le chien de The Artist. Zaia la chatte plane sur la soirée @LeGrandWebze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2006000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Surprise : Pas de C\\u00e9sar pour le chien de The Artist. Zaia la chatte plane sur la soir\\u00e9e @LeGrandWebze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[88,101],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[102,106]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183615302238208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1344,\"screen_name\":\"marcphalippou\",\"lang\":\"fr\",\"profile_text_color\":\"895429\",\"statuses_count\":2115,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"39BD91\",\"followers_count\":749,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\",\"description\":\"Bougnat \\u00e0 Paris, marchand d'id\\u00e9es et de confiance dans la com et l'assurance.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0D02\",\"id_str\":\"92352549\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"profile_sidebar_fill_color\":\"0E0D02\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\",\"name\":\"Marc Phalippou\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 20:05:52 +0000 2009\",\"profile_sidebar_border_color\":\"BEDFB6\",\"id\":92352549,\"utc_offset\":3600,\"favourites_count\":46,\"url\":\"http:\\/\\/www.facebook.com\\/profile.php?id=100001663745687\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183615302238208,\"created_at\":\"Fri Feb 24 23:12:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2006000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0d5fd4b8-31c6-411b-94cf-28a97aa66f63-173183615302238208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon je comprends pas, je ne ri pas autant mettre #CI . #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1736160690/155290_1730461142297_1261531268_31962316_1668815_n_normal.jpg" +}, +"title": "Kakao: Bon je comprends pas, je ne ri pas autant mettre #CI . #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2006000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon je comprends pas, je ne ri pas autant mettre #CI . #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[49,52]},{\"text\":\"lgw\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183616417927168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":122,\"screen_name\":\"Kaka0_\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":5002,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"2FC2EF\",\"followers_count\":126,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1736160690\\/155290_1730461142297_1261531268_31962316_1668815_n_normal.jpg\",\"description\":\"Just A Motherfuckin' Kid\\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"236559807\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1736160690\\/155290_1730461142297_1261531268_31962316_1668815_n_normal.jpg\",\"name\":\"Kakao\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 10 21:38:44 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":236559807,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183616417927168,\"created_at\":\"Fri Feb 24 23:12:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2006000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "46fb76de-a6de-47a9-aeca-f1346a149ece-173183616417927168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1573799165/bureau_normal.jpg" +}, +"title": "Fred: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2009000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183631387398146\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":178,\"screen_name\":\"fredclc\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":332,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/345607684\\/IMG_0014.jpg\",\"location\":\"IDF\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":36,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1573799165\\/bureau_normal.jpg\",\"description\":\"#rugby, #guinness, #usap, #bonnebouffe, poss\\u00e9d\\u00e9 par #monchat\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"324982531\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/345607684\\/IMG_0014.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1573799165\\/bureau_normal.jpg\",\"name\":\"Fred\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 27 14:59:18 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":324982531,\"utc_offset\":-10800,\"favourites_count\":192,\"url\":\"http:\\/\\/usap-paris.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183631387398146,\"created_at\":\"Fri Feb 24 23:12:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2009000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f7ed7e21-b147-456a-9d5f-da32ce06a8f6-173183631387398146" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Laborieux #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1399120258/IMG-20110319-00105_normal.jpg" +}, +"title": "onetwotwitt: Laborieux #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2012000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Laborieux #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183642397454336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":187,\"screen_name\":\"onetwotwitt\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2698,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/124115266\\/pochette_q.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":152,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1399120258\\/IMG-20110319-00105_normal.jpg\",\"description\":\"Membre fondateur des Anonymours. Pr\\u00e9sident du fan club du g\\u00e9n\\u00e9rique de Ring Parade http:\\/\\/tinyurl.com\\/7ga7b98 . Actuellement @MSNfrance\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"147892888\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/124115266\\/pochette_q.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1399120258\\/IMG-20110319-00105_normal.jpg\",\"name\":\"onetwotwitt\",\"default_profile_image\":false,\"created_at\":\"Tue May 25 09:22:32 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":147892888,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183642397454336,\"created_at\":\"Fri Feb 24 23:12:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2012000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f5cb4ad-a46c-42bc-84fe-2be267a69717-173183642397454336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ya pas mal de ifag dans #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1828567225/boulimie__normal.png" +}, +"title": "t12lve: Ya pas mal de ifag dans #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2013000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ya pas mal de ifag dans #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183646591758338\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":372,\"screen_name\":\"t12lve\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":39092,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/391241090\\/lol.png\",\"location\":\"Clermont Ferrand\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"007bff\",\"followers_count\":556,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1828567225\\/boulimie__normal.png\",\"description\":\"[trashtalk\\/craptalk-ANTIFAG]\\r\\nJe ris de tout, mais avec n'importe qui !\\r\\nwww.notnico.com :: Wtf, NSFW. Un repaire pour geeks ! TECHBLOG\\r\\nM\\u00e9chant gar\\u00e7on\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"001a47\",\"id_str\":\"127483739\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391241090\\/lol.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1828567225\\/boulimie__normal.png\",\"name\":\"t12lve\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 29 10:29:11 +0000 2010\",\"profile_sidebar_border_color\":\"5c5c5c\",\"id\":127483739,\"utc_offset\":3600,\"favourites_count\":149,\"url\":\"http:\\/\\/www.notnico.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183646591758338,\"created_at\":\"Fri Feb 24 23:12:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2013000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ed1a99bc-9a1f-49d7-86e9-114099cbe682-173183646591758338" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "y'a trop de bleu dans #lgw. un peu comme dans les meetings de nicolas sarkozy.", +"img": { +"src": "http://a1.twimg.com/profile_images/506050933/chi-bricklovinfreak_normal.gif" +}, +"title": "micha: y'a trop de bleu dans #lgw. un peu comme dans les meetings de nicolas sarkozy.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2014000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"y'a trop de bleu dans #lgw. un peu comme dans les meetings de nicolas sarkozy.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183649158664192\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":453,\"screen_name\":\"michaonthemoon\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":57747,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/94283053\\/f59c07.png\",\"location\":\"on the moon\",\"show_all_inline_media\":true,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":2541,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/506050933\\/chi-bricklovinfreak_normal.gif\",\"description\":\"i am... micha fierce.\\r\\ni am the girl behind @MJJNews.\\r\\nwarning: i rant a lot, and mostly in french.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"14463139\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/94283053\\/f59c07.png\",\"profile_sidebar_fill_color\":\"\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/506050933\\/chi-bricklovinfreak_normal.gif\",\"name\":\"micha\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 21 15:38:28 +0000 2008\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":14463139,\"utc_offset\":3600,\"favourites_count\":1272,\"url\":\"http:\\/\\/mjdreams.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183649158664192,\"created_at\":\"Fri Feb 24 23:12:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2014000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6aa41f2e-aef6-48b2-b45a-d15775ffeec7-173183649158664192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Eh, y en a un qui consulte ses mails sur Gmails ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Eh, y en a un qui consulte ses mails sur Gmails ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2015000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Eh, y en a un qui consulte ses mails sur Gmails ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183653503967232\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3246,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173183653503967232,\"created_at\":\"Fri Feb 24 23:12:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2015000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2360b694-1737-49ea-84eb-15dfef52d6a7-173183653503967232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "rollin connait pas john cleese ! #part #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1661356121/DSC01810_Sunburst_4_normal.jpg" +}, +"title": "valentin: rollin connait pas john cleese ! #part #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2016000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"rollin connait pas john cleese ! #part #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"part\",\"indices\":[33,38]},{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183659564732418\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":37,\"screen_name\":\"valos78\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":79,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1661356121\\/DSC01810_Sunburst_4_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"50356758\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1661356121\\/DSC01810_Sunburst_4_normal.jpg\",\"name\":\"valentin\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 24 16:39:23 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":50356758,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183659564732418,\"created_at\":\"Fri Feb 24 23:12:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2016000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efc3634a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5e20d0e8-b95b-4354-b788-1b685e41085c-173183659564732418" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1601673608/image_normal.jpg" +}, +"title": "Benjamin Bini: #change2ton ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2016000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183657043955715\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":472,\"screen_name\":\"BenjaminBini\",\"lang\":\"en\",\"profile_text_color\":\"663B12\",\"statuses_count\":1918,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/66385545\\/free_twitter_designer.jpg\",\"location\":\"Montb\\u00e9liard, Strasbourg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"1F98C7\",\"followers_count\":246,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1601673608\\/image_normal.jpg\",\"description\":\"Etudiant en \\u00e9cole d'ing\\u00e9nieur (UTBM, g\\u00e9nie info), blogueur \\u00e0 temps partiel, et geek sur les bords (poss\\u00e8de de gros bords).\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"C6E2EE\",\"id_str\":\"19817064\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/66385545\\/free_twitter_designer.jpg\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1601673608\\/image_normal.jpg\",\"name\":\"Benjamin Bini\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 31 14:45:05 +0000 2009\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":19817064,\"utc_offset\":-36000,\"favourites_count\":30,\"url\":\"http:\\/\\/www.benjamin-bini.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183657043955715,\"created_at\":\"Fri Feb 24 23:12:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2016000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f1cff341-cda3-4bd0-a9ac-2d476fdf8960-173183657043955715" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton !! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: #change2ton !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2018000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#change2ton !! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[15,19]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183668016263169\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":256,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"statuses_count\":1752,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"GoldoNat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":116250574,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\"},\"truncated\":false,\"id\":173183668016263169,\"created_at\":\"Fri Feb 24 23:12:58 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2018000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a001ec77-5254-4a71-af09-b0d5f421aae5-173183668016263169" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@tontonfredgeek Tant pis ! Hey @LudoDelaherche et @Charles_Liebert, je veux la chemise de @vinvin !! Je compte sur vous ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1717757168/PO_Fond_Gris_normal.jpg" +}, +"title": "PierreOlivier Carles: @tontonfredgeek Tant pis ! Hey @LudoDelaherche et @Charles_Liebert, je veux la chemise de @vinvin !! Je compte sur vous ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2018000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"tontonfredgeek\",\"favorited\":false,\"text\":\"@tontonfredgeek Tant pis ! Hey @LudoDelaherche et @Charles_Liebert, je veux la chemise de @vinvin !! Je compte sur vous ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"tontonfredgeek\",\"indices\":[0,15],\"name\":\"tontonfred\",\"id_str\":\"258371225\",\"id\":258371225},{\"screen_name\":\"LudoDelaherche\",\"indices\":[31,46],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061},{\"screen_name\":\"Charles_Liebert\",\"indices\":[50,66],\"name\":\"Charles Liebert\",\"id_str\":\"610993\",\"id\":610993},{\"screen_name\":\"Vinvin\",\"indices\":[90,97],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[122,126]}]},\"in_reply_to_user_id\":258371225,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173183305993306112,\"in_reply_to_status_id_str\":\"173183305993306112\",\"id_str\":\"173183666254651392\",\"user\":{\"default_profile_image\":false,\"verified\":true,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"pocarles\",\"lang\":\"fr\",\"favourites_count\":80,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":1148,\"location\":\"Toulouse - Miami\",\"profile_text_color\":\"333333\",\"followers_count\":5249,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\",\"description\":\"Co-Founder at @Digidust & @Labotec. BA in @Stonfield @APICube @Hellotipi and others.\\r\\nMore Entrepreneur than Investor. Rugby, Gastronomy and Human enthusiast !\",\"statuses_count\":32042,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"show_all_inline_media\":true,\"listed_count\":448,\"profile_link_color\":\"5cace5\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFFFFF\",\"protected\":false,\"id_str\":\"23074316\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"PierreOlivier Carles\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"created_at\":\"Fri Mar 06 15:10:47 +0000 2009\",\"profile_sidebar_fill_color\":\"f0f0f0\",\"id\":23074316,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.pocarles.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\"},\"truncated\":false,\"id\":173183666254651392,\"created_at\":\"Fri Feb 24 23:12:58 +0000 2012\",\"in_reply_to_user_id_str\":\"258371225\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2018000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d3faf4f8-e106-4f6f-a5b3-36d426d185db-173183666254651392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Ambiance . Ambiance . C'est la fête sur le plateau .... Y'avait plus d'ambiance dans la classe ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1826253762/gifs__20__normal.gif" +}, +"title": "Systaime: #lgw Ambiance . Ambiance . C'est la fête sur le plateau .... Y'avait plus d'ambiance dans la classe ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2019000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Ambiance . Ambiance . C'est la f\\u00eate sur le plateau .... Y'avait plus d'ambiance dans la classe ...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183671547871232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"systaime18\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3210,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":40,\"profile_link_color\":\"080808\",\"followers_count\":393,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"758882\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"profile_sidebar_fill_color\":\"f5ed08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"name\":\"Systaime\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 08 22:13:03 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":758882,\"utc_offset\":3600,\"favourites_count\":112,\"url\":\"http:\\/\\/www.systaime.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183671547871232,\"created_at\":\"Fri Feb 24 23:12:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2019000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cb025ec3-506e-40a3-99d7-fe0d530e7f36-173183671547871232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche tu es assis dans le public ? #stadedefrance #lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1816190925/stmaillot_normal.jpg" +}, +"title": "philippe : @LudoDelaherche tu es assis dans le public ? #stadedefrance #lgw #cqui", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2019000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LudoDelaherche tu es assis dans le public ? #stadedefrance #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"stadedefrance\",\"indices\":[46,60]},{\"text\":\"lgw\",\"indices\":[61,65]},{\"text\":\"cqui\",\"indices\":[66,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183511526768640\",\"id_str\":\"173183669920464896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183511526768640,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":802,\"screen_name\":\"saintmtex\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":22963,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"location\":\"aix en provence\",\"show_all_inline_media\":false,\"listed_count\":41,\"profile_link_color\":\"FF0000\",\"followers_count\":808,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1816190925\\/stmaillot_normal.jpg\",\"description\":\"Sport addict, Joueur par intermittence de poker , Autoderision et bonne humeur inside , doublure officielle du professeur xavier \\r\\nwww.saintmtex.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"287653885\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1816190925\\/stmaillot_normal.jpg\",\"name\":\"philippe \",\"default_profile_image\":false,\"created_at\":\"Mon Apr 25 12:28:35 +0000 2011\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":287653885,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.saintmtex.fr\"},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173183669920464896,\"created_at\":\"Fri Feb 24 23:12:59 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2019000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f0a61c96-bf6f-483c-8b04-34e41ae1d341-173183669920464896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche Pour les TweetsDeBuvette, y a le hashtag #stadedefrance #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @LudoDelaherche Pour les TweetsDeBuvette, y a le hashtag #stadedefrance #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2020000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LudoDelaherche Pour les TweetsDeBuvette, y a le hashtag #stadedefrance #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"stadedefrance\",\"indices\":[57,71]},{\"text\":\"lgw\",\"indices\":[72,76]},{\"text\":\"cqui\",\"indices\":[77,82]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183511526768640\",\"id_str\":\"173183677424087040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183511526768640,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34409,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":532,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173183677424087040,\"created_at\":\"Fri Feb 24 23:13:00 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2020000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e52b8d7c-c65e-4fae-b1ab-110a47f8f939-173183677424087040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin dehors ! T'as jamais été drôle, même avec tes copains qui étaient bien plus drôle dans la classe ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1463922495/Epuale_Twitter_normal.png" +}, +"title": "Emmanuel Torregano: Rollin dehors ! T'as jamais été drôle, même avec tes copains qui étaient bien plus drôle dans la classe ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2020000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin dehors ! T'as jamais \\u00e9t\\u00e9 dr\\u00f4le, m\\u00eame avec tes copains qui \\u00e9taient bien plus dr\\u00f4le dans la classe ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[106,110]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183675150766081\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":614,\"screen_name\":\"ZaraA\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":59010,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"location\":\"iPhone: 45.800266,1.857407\",\"show_all_inline_media\":false,\"listed_count\":328,\"profile_link_color\":\"0000ff\",\"followers_count\":5596,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"description\":\"Love is the answer ... \\/\\/ I'm CEO, BITch ! ElectronLibre \\/\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C7CBC7\",\"id_str\":\"7031872\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"profile_sidebar_fill_color\":\"71E6A9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"name\":\"Emmanuel Torregano\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 23 11:40:06 +0000 2007\",\"profile_sidebar_border_color\":\"8F8F8F\",\"id\":7031872,\"utc_offset\":3600,\"favourites_count\":39,\"url\":\"http:\\/\\/twitter.com\\/3l3ctr0nLibr3\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183675150766081,\"created_at\":\"Fri Feb 24 23:13:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2020000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4dfcda71-89af-459d-80db-617af901f45e-173183675150766081" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #ilpart parce qu'il ne peut en rester qu'un... 😪", +"img": { +"src": "http://a0.twimg.com/profile_images/732688177/bi-cause_normal.jpg" +}, +"title": "Charles Liebert: #LGW #ilpart parce qu'il ne peut en rester qu'un... 😪", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2020000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW #ilpart parce qu'il ne peut en rester qu'un... \\ud83d\\ude2a\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183676044156928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1158,\"screen_name\":\"Charles_Liebert\",\"lang\":\"en\",\"profile_text_color\":\"F522D5\",\"statuses_count\":48081,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"location\":\"Paris - Cap Ferret - Saugeras\",\"show_all_inline_media\":true,\"listed_count\":156,\"profile_link_color\":\"1AF51F\",\"followers_count\":2044,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0F0F\",\"id_str\":\"610993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"profile_sidebar_fill_color\":\"E0FF91\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"name\":\"Charles Liebert\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":610993,\"utc_offset\":3600,\"favourites_count\":509,\"url\":\"http:\\/\\/www.charles-liebert.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183676044156928,\"created_at\":\"Fri Feb 24 23:13:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2020000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "61c7e042-abc8-45f3-813e-2cdf46551f79-173183676044156928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste est rentré dans la hashtags tendances de Twitter. Rassuré @francoisrollin ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1794196247/serious-cat_-_Copie__2__normal.jpg" +}, +"title": "victor lehoussine: #IlReste est rentré dans la hashtags tendances de Twitter. Rassuré @francoisrollin ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2023000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#IlReste est rentr\\u00e9 dans la hashtags tendances de Twitter. Rassur\\u00e9 @francoisrollin ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[67,82],\"name\":\"rollin\",\"id_str\":\"369489076\",\"id\":369489076}],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[85,89]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183689952468992\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"vodevil_art\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":104,\"location\":\"rennes\",\"profile_text_color\":\"666666\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1794196247\\/serious-cat_-_Copie__2__normal.jpg\",\"description\":\"#Geek & #Gamer et occasionnellement \\u00e9tudiant en M1 #communication \\u00e0 Rennes :: La t\\u00eate et la peau dans les \\u00e9toiles :: Musicien \\u00e0 la recherche de nouveaux projets\",\"statuses_count\":157,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/412042973\\/colour.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"169166835\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"victor lehoussine\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412042973\\/colour.jpg\",\"created_at\":\"Wed Jul 21 18:17:32 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":169166835,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1794196247\\/serious-cat_-_Copie__2__normal.jpg\"},\"truncated\":false,\"id\":173183689952468992,\"created_at\":\"Fri Feb 24 23:13:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2023000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d8902b9a-c893-4b9a-ba0d-3f86ca1d84eb-173183689952468992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 2ème en TT France \\o/", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: #lgw 2ème en TT France \\o/", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2026000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw 2\\u00e8me en TT France \\\\o\\/\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183700777967616\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3247,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173183700777967616,\"created_at\":\"Fri Feb 24 23:13:06 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2026000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9de360b-d247-476b-bce7-f57c236e9c91-173183700777967616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "il fait quoi le monsieur sur gmail dans #lgw ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: il fait quoi le monsieur sur gmail dans #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2026000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"il fait quoi le monsieur sur gmail dans #lgw ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183701029629953\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":886,\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":33187,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Pau\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"name\":\"Aur\\u00e9lien\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14321671,\"utc_offset\":3600,\"favourites_count\":140,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183701029629953,\"created_at\":\"Fri Feb 24 23:13:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2026000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "591b005c-0716-4694-b44d-cf415bd3e166-173183701029629953" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@tetedansleposte j'ai un peu mal au bleu pour ma part... Et j'aimais bien la Cartonnerie ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: @tetedansleposte j'ai un peu mal au bleu pour ma part... Et j'aimais bien la Cartonnerie ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2026000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@tetedansleposte j'ai un peu mal au bleu pour ma part... Et j'aimais bien la Cartonnerie ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"tetedansleposte\",\"indices\":[0,16],\"id_str\":\"6006122\",\"name\":\"T\\u00eate dans le poste\",\"id\":6006122}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173182414766616576\",\"id_str\":\"173183701860089857\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173182414766616576,\"in_reply_to_user_id_str\":\"6006122\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2719,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":\"tetedansleposte\",\"truncated\":false,\"id\":173183701860089857,\"created_at\":\"Fri Feb 24 23:13:06 +0000 2012\",\"in_reply_to_user_id\":6006122}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2026000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d747008a-9b51-4c2a-b849-e600d5d249d7-173183701860089857" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En attendant que @thibcelier revienne de son boulot de #SocialTV avec les #cesar2012 je regarde #Lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1577312655/E_TE__2011_PROPRIANO_light_normal.jpg" +}, +"title": "AnneCha Celier: En attendant que @thibcelier revienne de son boulot de #SocialTV avec les #cesar2012 je regarde #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2028000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"En attendant que @thibcelier revienne de son boulot de #SocialTV avec les #cesar2012 je regarde #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"thibcelier\",\"indices\":[17,28],\"name\":\"thibault celier\",\"id_str\":\"104256972\",\"id\":104256972}],\"hashtags\":[{\"text\":\"SocialTV\",\"indices\":[55,64]},{\"text\":\"cesar2012\",\"indices\":[74,84]},{\"text\":\"Lgw\",\"indices\":[96,100]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183707107180544\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"annechacelier\",\"lang\":\"fr\",\"favourites_count\":36,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":920,\"location\":\"Paris\",\"profile_text_color\":\"666666\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1577312655\\/E_TE__2011_PROPRIANO_light_normal.jpg\",\"description\":\"Habitante du 2\\u00e8me arrondissement, brune, 1\\/2 corse, @FredFaridGroup, @KidsLoveJetlag, quelques enfants, presque barmaid\",\"statuses_count\":2928,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/58686718\\/P1030314.jpg\",\"show_all_inline_media\":true,\"listed_count\":15,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"beaacc\",\"protected\":false,\"id_str\":\"17899913\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"AnneCha Celier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/58686718\\/P1030314.jpg\",\"created_at\":\"Fri Dec 05 15:49:22 +0000 2008\",\"profile_sidebar_fill_color\":\"252429\",\"id\":17899913,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/3kidsandafull-timejob.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1577312655\\/E_TE__2011_PROPRIANO_light_normal.jpg\"},\"truncated\":false,\"id\":173183707107180544,\"created_at\":\"Fri Feb 24 23:13:08 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2028000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef36d736-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4d6235f7-c529-41f8-8ed3-695bd20d8f8a-173183707107180544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Poin poin poin poin poinnnnnnnn #change2ton #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1573580393/Christophe_Lauer_-_Valtech_normal.jpg" +}, +"title": "Christophe Lauer: Poin poin poin poin poinnnnnnnn #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2028000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Poin poin poin poin poinnnnnnnn #change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[32,43]},{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183710374531072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3027,\"screen_name\":\"clauer\",\"lang\":\"en\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":39034,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/263341008\\/bk_body.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":281,\"profile_link_color\":\"ff0000\",\"followers_count\":4662,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1573580393\\/Christophe_Lauer_-_Valtech_normal.jpg\",\"description\":\"Business Development Manager and Social Media Strategy Lead at Valtech Corp. Former Microsoftee. Opinions are mine. Friendly by default. Let's talk!\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"1155631\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/263341008\\/bk_body.jpg\",\"profile_sidebar_fill_color\":\"f0f0ed\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1573580393\\/Christophe_Lauer_-_Valtech_normal.jpg\",\"name\":\"Christophe Lauer\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 14 13:20:02 +0000 2007\",\"profile_sidebar_border_color\":\"dbdbdb\",\"id\":1155631,\"utc_offset\":3600,\"favourites_count\":3729,\"url\":\"http:\\/\\/www.clauer.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183710374531072,\"created_at\":\"Fri Feb 24 23:13:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2028000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9de630e8-a647-41db-a61c-1b8ad3ce45ed-173183710374531072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @ArDub57: Rollin Président #Rollin2012 #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1803920053/hartza_anon_normal.gif" +}, +"title": "Christophe BONNARD: RT @ArDub57: Rollin Président #Rollin2012 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2029000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"RT @ArDub57: Rollin Pr\\u00e9sident #Rollin2012 #LGW\",\"created_at\":\"Fri Feb 24 23:13:09 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"Rollin2012\",\"indices\":[30,41]},{\"text\":\"LGW\",\"indices\":[42,46]}],\"user_mentions\":[{\"indices\":[3,11],\"screen_name\":\"ArDub57\",\"id_str\":\"21448223\",\"name\":\"ArDuB57\",\"id\":21448223}]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173183712505233409\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":3,\"created_at\":\"Tue Mar 16 12:35:18 +0000 2010\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"url\":\"http:\\/\\/hartza.info\\/\",\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"009999\",\"screen_name\":\"hartza_info\",\"time_zone\":\"Paris\",\"description\":\"auto-entrepreneur\\r\\nR\\u00e9paration, assistance et maintenance informatique, Cr\\u00e9ation de Site Internet, Montage Vid\\u00e9o, Infographie...\",\"following\":null,\"geo_enabled\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"profile_background_color\":\"131516\",\"location\":\"64250 LOUHOSSOA\",\"id_str\":\"123547535\",\"profile_background_tile\":true,\"followers_count\":169,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"efefef\",\"favourites_count\":0,\"protected\":false,\"friends_count\":409,\"profile_sidebar_border_color\":\"eeeeee\",\"name\":\"Christophe BONNARD\",\"contributors_enabled\":false,\"verified\":false,\"id\":123547535,\"statuses_count\":3509,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173183712505233409,\"retweeted_status\":{\"truncated\":false,\"text\":\"Rollin Pr\\u00e9sident #Rollin2012 #LGW\",\"created_at\":\"Fri Feb 24 23:12:30 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"Rollin2012\",\"indices\":[17,28]},{\"text\":\"LGW\",\"indices\":[29,33]}],\"user_mentions\":[]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173183549652992000\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":125,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"en\",\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\",\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"0084B4\",\"screen_name\":\"ArDub57\",\"time_zone\":\"Paris\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_background_color\":\"022330\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"id_str\":\"21448223\",\"profile_background_tile\":true,\"followers_count\":1090,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"C0DFEC\",\"favourites_count\":1604,\"protected\":false,\"friends_count\":646,\"profile_sidebar_border_color\":\"1c2352\",\"name\":\"ArDuB57\",\"contributors_enabled\":false,\"verified\":false,\"id\":21448223,\"statuses_count\":83435,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173183549652992000}}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2029000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efbedb2c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e70e6dfa-9158-4b55-a29f-ea4cdf357313-173183712505233409" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton", +"img": { +"src": "http://a0.twimg.com/profile_images/1664610739/n11522806_32199384_5938_normal.jpg" +}, +"title": "pepetch: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2031000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #change2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183721690775552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":558,\"screen_name\":\"pepetch\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":999,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Villeurbanne\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1664610739\\/n11522806_32199384_5938_normal.jpg\",\"description\":\"Helene, 26 ans, Lyon\\/Villeurbanne, PS, MJS. Tweete politique, actu, cuisine, et vie quotidienne... \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"43307152\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1664610739\\/n11522806_32199384_5938_normal.jpg\",\"name\":\"pepetch\",\"default_profile_image\":false,\"created_at\":\"Fri May 29 10:22:59 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":43307152,\"utc_offset\":null,\"favourites_count\":9,\"url\":\"http:\\/\\/www.tumblr.com\\/tumblelog\\/pepetch\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183721690775552,\"created_at\":\"Fri Feb 24 23:13:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2031000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c6ecdcba-6f7a-4781-9bbc-34941f0f56be-173183721690775552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Donc, ils utilisent gmail au #lgw? SAYMAL!!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1780301867/avatar_normal.jpg" +}, +"title": "Okhin: Donc, ils utilisent gmail au #lgw? SAYMAL!!!", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2031000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Donc, ils utilisent gmail au #lgw? SAYMAL!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183721351028736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"okhin\",\"lang\":\"en\",\"profile_text_color\":\"739694\",\"statuses_count\":10333,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"followers_count\":797,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"profile_sidebar_fill_color\":\"411c0f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"name\":\"Okhin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_border_color\":\"2f1812\",\"id\":49560409,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"https:\\/\\/about.okhin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183721351028736,\"created_at\":\"Fri Feb 24 23:13:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2031000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d9d471e4-f9cf-4026-9f47-af9f9bec896d-173183721351028736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@ClementPolito 16 ou 24 je présume ?! #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1621293373/IMG_1937_normal.JPG" +}, +"title": "Réda Ben': @ClementPolito 16 ou 24 je présume ?! #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2032000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@ClementPolito 16 ou 24 je pr\\u00e9sume ?! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ClementPolito\",\"indices\":[0,14],\"id_str\":\"28855096\",\"name\":\"Clement Polito\",\"id\":28855096}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[38,42]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.7718312,45.7073626],[4.8983666,45.7073626],[4.8983666,45.8082829],[4.7718312,45.8082829]]]},\"attributes\":{},\"full_name\":\"Lyon, Rh\\u00f4ne\",\"name\":\"Lyon\",\"id\":\"d091189af463dd4a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d091189af463dd4a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173183290881212417\",\"id_str\":\"173183726279331840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183290881212417,\"in_reply_to_user_id_str\":\"28855096\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":292,\"screen_name\":\"RedActiion\",\"lang\":\"fr\",\"profile_text_color\":\"485C3A\",\"statuses_count\":1770,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425658451\\/x31cbb9885e983fcafa523c15231d14e.jpg\",\"location\":\"Lyon\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"618238\",\"followers_count\":114,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1621293373\\/IMG_1937_normal.JPG\",\"description\":\"Vous m'avez donn\\u00e9 de la boue et j'en ai fait de l'or ! Baudelaire.\\r\\nEn M1 InfoCom op. M\\u00e9dia \\u00e0 Lyon 2 Lumi\\u00e8re. Cogite sur un m\\u00e9moire \\u00e0 propos de Radio\\/Web.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Madrid\",\"profile_background_color\":\"000000\",\"id_str\":\"109335635\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425658451\\/x31cbb9885e983fcafa523c15231d14e.jpg\",\"profile_sidebar_fill_color\":\"060A00\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1621293373\\/IMG_1937_normal.JPG\",\"name\":\"R\\u00e9da Ben'\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 28 18:33:52 +0000 2010\",\"profile_sidebar_border_color\":\"204207\",\"id\":109335635,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"ClementPolito\",\"truncated\":false,\"id\":173183726279331840,\"created_at\":\"Fri Feb 24 23:13:12 +0000 2012\",\"in_reply_to_user_id\":28855096}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2032000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f3ca3fcb-9690-4c82-8c3d-4d6ffbf59a48-173183726279331840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jonatwittbarre: @palmashow on dirait 2 mecs d'une société venus presenter leurs inventions #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1839408947/snapshot__26__normal.jpg" +}, +"title": "© camille : RT @jonatwittbarre: @palmashow on dirait 2 mecs d'une société venus presenter leurs inventions #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2033000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @jonatwittbarre: @palmashow on dirait 2 mecs d'une soci\\u00e9t\\u00e9 venus presenter leurs inventions #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jonatwittbarre\",\"indices\":[3,18],\"id_str\":\"23099146\",\"name\":\"Jonathan Barr\\u00e9\",\"id\":23099146},{\"screen_name\":\"palmashow\",\"indices\":[20,30],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow on dirait 2 mecs d'une soci\\u00e9t\\u00e9 venus presenter leurs inventions #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181493743599617\",\"id_str\":\"173182507188109313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181493743599617,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":98,\"screen_name\":\"jonatwittbarre\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3595,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/54271203\\/pattern_19-22-06.jpg\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"75bad6\",\"followers_count\":1827,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1530333526\\/jo_out2_normal.jpg\",\"description\":\"Video Director www.jonathanbarre.com Producer www.blagbuster.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"75bad6\",\"id_str\":\"23099146\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54271203\\/pattern_19-22-06.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1530333526\\/jo_out2_normal.jpg\",\"name\":\"Jonathan Barr\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 06 18:31:24 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":23099146,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.jonathanbarre.com\"},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173182507188109313,\"created_at\":\"Fri Feb 24 23:08:21 +0000 2012\",\"in_reply_to_user_id\":23782965},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183729861275648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"MelchiorriC\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":679,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432793596\\/Kid_Cudi__2_.png\",\"location\":\"Aix-en-Provence, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"4e9c5b\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839408947\\/snapshot__26__normal.jpg\",\"description\":\"Hey babe, take a walk on the wild side !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"4e9c5b\",\"id_str\":\"493312665\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432793596\\/Kid_Cudi__2_.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839408947\\/snapshot__26__normal.jpg\",\"name\":\"\\u00a9 camille \",\"default_profile_image\":false,\"created_at\":\"Wed Feb 15 17:30:13 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":493312665,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183729861275648,\"created_at\":\"Fri Feb 24 23:13:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2033000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b49fc384-3615-4f41-a18c-fb802612f59b-173183729861275648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je regarde le grand webze sur france 5 , mais je ne comprend pas ... #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/384286714/6294_120372441782_714626782_2805833_2525546_n_normal.jpg" +}, +"title": "Maxime de Pommereau: Je regarde le grand webze sur france 5 , mais je ne comprend pas ... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2035000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je regarde le grand webze sur france 5 , mais je ne comprend pas ... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183737008369666\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":210,\"screen_name\":\"MaxdePommereau\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":228,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/215077112\\/Tiger-827904.jpeg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0099B9\",\"followers_count\":120,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/384286714\\/6294_120372441782_714626782_2805833_2525546_n_normal.jpg\",\"description\":\"www.maximedepommereau.com\\r\\nhttp:\\/\\/welcomeirl.tumblr.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"68147626\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/215077112\\/Tiger-827904.jpeg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/384286714\\/6294_120372441782_714626782_2805833_2525546_n_normal.jpg\",\"name\":\"Maxime de Pommereau\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 23 13:50:25 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":68147626,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/www.maximedepommereau.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183737008369666,\"created_at\":\"Fri Feb 24 23:13:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2035000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e8ea0b2e-21a8-4580-aad9-6a2a2f7b7e41-173183737008369666" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche Idem pour les TweetsDeLoge #stadedefrance #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @LudoDelaherche Idem pour les TweetsDeLoge #stadedefrance #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2036000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LudoDelaherche Idem pour les TweetsDeLoge #stadedefrance #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"stadedefrance\",\"indices\":[43,57]},{\"text\":\"lgw\",\"indices\":[58,62]},{\"text\":\"cqui\",\"indices\":[63,68]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183511526768640\",\"id_str\":\"173183741349462017\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183511526768640,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34408,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173183741349462017,\"created_at\":\"Fri Feb 24 23:13:16 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2036000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cd546334-c2d3-4d58-b08b-0ca97b46ee54-173183741349462017" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@iiioon @OrnythorincBleu #lgw la seule émission où on peut se chercher dans le poste :D", +"img": { +"src": "http://a2.twimg.com/profile_images/1561040191/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg" +}, +"title": "Pauline : @iiioon @OrnythorincBleu #lgw la seule émission où on peut se chercher dans le poste :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2037000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"iiioon\",\"favorited\":false,\"text\":\"@iiioon @OrnythorincBleu #lgw la seule \\u00e9mission o\\u00f9 on peut se chercher dans le poste :D\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"iiioon\",\"indices\":[0,7],\"name\":\"Marion\",\"id_str\":\"39847706\",\"id\":39847706},{\"screen_name\":\"OrnythorincBleu\",\"indices\":[8,24],\"name\":\"Meylia\",\"id_str\":\"258358271\",\"id\":258358271}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"in_reply_to_user_id\":39847706,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173183273571323904,\"in_reply_to_status_id_str\":\"173183273571323904\",\"id_str\":\"173183745711538176\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"PolineLP\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":62,\"location\":\"Lorient\",\"profile_text_color\":\"333333\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\",\"description\":\"Accro aux s\\u00e9ries, \\u00e0 l'humour & \\u00e0 la musique mais aussi \\u00e9tudiante en M1 Professorat des \\u00e9coles quelque part en Bretagne...\",\"statuses_count\":1386,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"380413697\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Pauline \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"created_at\":\"Mon Sep 26 16:18:08 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":380413697,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\"},\"truncated\":false,\"id\":173183745711538176,\"created_at\":\"Fri Feb 24 23:13:17 +0000 2012\",\"in_reply_to_user_id_str\":\"39847706\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2037000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4b1367e1-e650-44d8-9389-d545036ddb75-173183745711538176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #lgw #ilReste", +"img": { +"src": "http://a0.twimg.com/profile_images/1849067972/4413560C-7785-472A-B26C-A5EB7BB6F962_normal" +}, +"title": "Yhnn: @LeGrandWebze #lgw #ilReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2037000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze #lgw #ilReste\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"ilReste\",\"indices\":[19,27]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183748400099328\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"kzz_\",\"lang\":\"fr\",\"favourites_count\":52,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":236,\"location\":\"Paris, France\",\"profile_text_color\":\"000000\",\"followers_count\":604,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"description\":\"doing nothing takes work. \\/\\/\\/ Directeur du p\\u00f4le des pixels de l'espace at @GAMEONE\",\"statuses_count\":8386,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"show_all_inline_media\":true,\"listed_count\":27,\"profile_link_color\":\"00aaff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"15801903\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Yhnn\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"created_at\":\"Sun Aug 10 22:12:55 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":15801903,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/blog.gameone.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\"},\"truncated\":false,\"id\":173183748400099328,\"created_at\":\"Fri Feb 24 23:13:17 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2037000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "896ce718-ba74-438a-8ef1-deab80f73b40-173183748400099328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le professeur Rollin a toujours quelquechose a dire. Ce serait bien que ce soit intéressant. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: Le professeur Rollin a toujours quelquechose a dire. Ce serait bien que ce soit intéressant. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2037000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le professeur Rollin a toujours quelquechose a dire. Ce serait bien que ce soit int\\u00e9ressant. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183748127465473\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5848,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183748127465473,\"created_at\":\"Fri Feb 24 23:13:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2037000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3aa9d729-5798-4c4c-a15c-e552912c9967-173183748127465473" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Y en a qui galèrent pour trouver du taf et y en a qui présente #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1561594770/image_normal.jpg" +}, +"title": "Ti FouFou: Y en a qui galèrent pour trouver du taf et y en a qui présente #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2038000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Y en a qui gal\\u00e8rent pour trouver du taf et y en a qui pr\\u00e9sente #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[63,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183750312706048\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":118,\"screen_name\":\"Ti_nounou\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7408,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/413304074\\/Skypics.png\",\"location\":\"CAF\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":206,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1561594770\\/image_normal.jpg\",\"description\":\"Je crois que la grande diff\\u00e9rence entre les oiseaux et les hommes politiques c'est que de temps en temps les oiseaux s'arr\\u00eatent de voler\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"264862915\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413304074\\/Skypics.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1561594770\\/image_normal.jpg\",\"name\":\"Ti FouFou\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 12 15:42:46 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":264862915,\"utc_offset\":3600,\"favourites_count\":471,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183750312706048,\"created_at\":\"Fri Feb 24 23:13:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2038000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "039c6782-d46d-46b3-aaa3-cb5f2c46fd98-173183750312706048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est mou #lgw ou fou", +"img": { +"src": "http://a0.twimg.com/profile_images/1848450170/poseur_normal.jpg" +}, +"title": "Pras: C'est mou #lgw ou fou", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2039000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est mou #lgw ou fou\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183754498617344\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Praska\",\"lang\":\"en\",\"favourites_count\":195,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1362,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":3040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"description\":\"BOSS[Viedegeek + Bargaming]\\r\\nFirewall Karmique\\r\\n\",\"statuses_count\":48429,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b8085\",\"protected\":false,\"id_str\":\"15453030\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Pras\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"created_at\":\"Wed Jul 16 11:15:07 +0000 2008\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":15453030,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/flavors.me\\/praska\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\"},\"truncated\":false,\"id\":173183754498617344,\"created_at\":\"Fri Feb 24 23:13:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2039000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f9f19c13-0bb9-40bf-b9da-18abc276e066-173183754498617344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi ce délire #lgw ?! Oui je découvre honte à moi...", +"img": { +"src": "http://a0.twimg.com/profile_images/1799775933/AkrUBIaCMAAD7JC_normal.jpg" +}, +"title": "Alex: C'est quoi ce délire #lgw ?! Oui je découvre honte à moi...", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2040000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi ce d\\u00e9lire #lgw ?! Oui je d\\u00e9couvre honte \\u00e0 moi...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183759494037504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":640,\"screen_name\":\"AlexSitus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10648,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/391348379\\/hebus_226523_1366x768.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":316,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1799775933\\/AkrUBIaCMAAD7JC_normal.jpg\",\"description\":\"\\u00c9tudiant en droit M2 Contentieux Priv\\u00e9 et IEJ #crfpa. Une touche de #politique \\/ un zeste de sport...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"79701951\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391348379\\/hebus_226523_1366x768.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799775933\\/AkrUBIaCMAAD7JC_normal.jpg\",\"name\":\"Alex\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 04 10:23:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":79701951,\"utc_offset\":3600,\"favourites_count\":24,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183759494037504,\"created_at\":\"Fri Feb 24 23:13:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2040000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ed11190f-7a21-425b-8335-4b1b008e54ff-173183759494037504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cette impression bizarre de participer à un effort expérimental, c'est juste moi ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1727472042/ChezDisney_normal.jpg" +}, +"title": "Eric Maillard: Cette impression bizarre de participer à un effort expérimental, c'est juste moi ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2041000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Cette impression bizarre de participer \\u00e0 un effort exp\\u00e9rimental, c'est juste moi ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183765324115968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2550,\"screen_name\":\"PRland\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":54033,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/302156681\\/twilk_background_4e35a56daf4a2.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":452,\"profile_link_color\":\"0000ff\",\"followers_count\":7667,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1727472042\\/ChezDisney_normal.jpg\",\"description\":\"Je dirige une agence de RP mais tout ce qui se passe ici n'engage que moi.\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"1421991\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/302156681\\/twilk_background_4e35a56daf4a2.jpg\",\"profile_sidebar_fill_color\":\"952d2f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727472042\\/ChezDisney_normal.jpg\",\"name\":\"Eric Maillard\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 18 15:45:10 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":1421991,\"utc_offset\":3600,\"favourites_count\":173,\"url\":\"http:\\/\\/www.prland.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183765324115968,\"created_at\":\"Fri Feb 24 23:13:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2041000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d0228fa8-2718-4728-afd8-e4bd81cece7b-173183765324115968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Il va être content John Cleese d'être décédé.", +"img": { +"src": "http://a0.twimg.com/profile_images/1362134002/barbie-50s_normal.jpg" +}, +"title": "Lillith à Paris: #lgw Il va être content John Cleese d'être décédé.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2041000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Il va \\u00eatre content John Cleese d'\\u00eatre d\\u00e9c\\u00e9d\\u00e9.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183763432480769\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":56,\"screen_name\":\"lillithParis\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2590,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":91,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1362134002\\/barbie-50s_normal.jpg\",\"description\":\"Conseil en r\\u00e9volte plan\\u00e9taire.-------------------Life is not so serious.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"301584281\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1362134002\\/barbie-50s_normal.jpg\",\"name\":\"Lillith \\u00e0 Paris\",\"default_profile_image\":false,\"created_at\":\"Thu May 19 18:24:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":301584281,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183763432480769,\"created_at\":\"Fri Feb 24 23:13:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2041000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "963eb614-8212-408f-8666-dcbd194cd9dd-173183763432480769" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il y avait les moutons, nous avons donc maintenant des vaches. C'est Cyriak ! Retrouvez toutes les vidéos sur le Webzelive #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Il y avait les moutons, nous avons donc maintenant des vaches. C'est Cyriak ! Retrouvez toutes les vidéos sur le Webzelive #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2042000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Il y avait les moutons, nous avons donc maintenant des vaches. C'est Cyriak ! Retrouvez toutes les vid\\u00e9os sur le Webzelive #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[123,127]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183766653710336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3188,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183766653710336,\"created_at\":\"Fri Feb 24 23:13:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2042000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "43ed6baf-b17d-4569-8436-a24e830106d0-173183766653710336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oula, mais c'est quoi cette vidéo o_o\n#lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: Oula, mais c'est quoi cette vidéo o_o\n#lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2042000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Oula, mais c'est quoi cette vid\\u00e9o o_o\\n#lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183768255930368\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"favourites_count\":39,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":233,\"location\":\"chez les mafieux mexicains\",\"profile_text_color\":\"333333\",\"description\":\"\",\"statuses_count\":10945,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":390,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Young, Wild & Free\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":363343002,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173183768255930368,\"created_at\":\"Fri Feb 24 23:13:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2042000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c49de63b-d353-4483-ac83-77efaf46e05f-173183768255930368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Lalee_retour: Les gars, détendez vous et envoyez du lourd BORDEL! Faut accélérer le rythme là, c'est canon mais LACHER PRISE! #ilres ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1724285948/image_normal.jpg" +}, +"title": "CalamitySophie: RT @Lalee_retour: Les gars, détendez vous et envoyez du lourd BORDEL! Faut accélérer le rythme là, c'est canon mais LACHER PRISE! #ilres ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2043000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Lalee_retour: Les gars, d\\u00e9tendez vous et envoyez du lourd BORDEL! Faut acc\\u00e9l\\u00e9rer le rythme l\\u00e0, c'est canon mais LACHER PRISE! #ilres ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Lalee_retour\",\"indices\":[3,16],\"id_str\":\"252150894\",\"name\":\"Lal\\u00e9e Pinoncely\",\"id\":252150894}],\"urls\":[],\"hashtags\":[{\"text\":\"ilres\",\"indices\":[130,136]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Les gars, d\\u00e9tendez vous et envoyez du lourd BORDEL! Faut acc\\u00e9l\\u00e9rer le rythme l\\u00e0, c'est canon mais LACHER PRISE! #ilreste #lgw #vousrestez\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[112,120]},{\"text\":\"lgw\",\"indices\":[121,125]},{\"text\":\"vousrestez\",\"indices\":[126,137]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183108319940609\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":366,\"screen_name\":\"Lalee_retour\",\"lang\":\"fr\",\"profile_text_color\":\"98989e\",\"statuses_count\":3718,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"location\":\"France- LYON\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"f013e9\",\"followers_count\":298,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"description\":\"Une digital-mum' entrepreneur, lib\\u00e9rale, communicante, blogueuse soon... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"16171a\",\"id_str\":\"252150894\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"name\":\"Lal\\u00e9e Pinoncely\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 14 16:05:09 +0000 2011\",\"profile_sidebar_border_color\":\"42454d\",\"id\":252150894,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183108319940609,\"created_at\":\"Fri Feb 24 23:10:45 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183770315325443\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":96,\"screen_name\":\"CalamitySophie\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":672,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/359426011\\/photo.JPG\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084b4\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724285948\\/image_normal.jpg\",\"description\":\"barr\\u00e9e, barge, enerv\\u00e9e, vieille bique, je regarde le monde, et je d\\u00e9sesp\\u00e9re. le genre humain n'est pas tr\\u00e9s beau. Et j'en fais partie !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"57613271\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/359426011\\/photo.JPG\",\"profile_sidebar_fill_color\":\"11d2eb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724285948\\/image_normal.jpg\",\"name\":\"CalamitySophie\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:53:14 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":57613271,\"utc_offset\":3600,\"favourites_count\":22,\"url\":\"http:\\/\\/www.calamitysophie1.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173183770315325443,\"created_at\":\"Fri Feb 24 23:13:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2043000, +"tags": [ +{ +"id-ref": "efc6a5d2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "60a08801-36d9-4a33-a3bd-65b9df1f1cc6-173183770315325443" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw..... 1st thing i think of FUCK Memphis Light Gas &Water!!!! #LegalCrooks", +"img": { +"src": "http://a0.twimg.com/profile_images/1513876422/9Xn9rmBG_normal" +}, +"title": "Nathan Thompson: #lgw..... 1st thing i think of FUCK Memphis Light Gas &Water!!!! #LegalCrooks", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2043000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw..... 1st thing i think of FUCK Memphis Light Gas &Water!!!! #LegalCrooks\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"LegalCrooks\",\"indices\":[65,77]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183773591089152\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"natevscasper\",\"lang\":\"en\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":71,\"location\":\"Memphis, TN\",\"profile_text_color\":\"333333\",\"followers_count\":62,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513876422\\/9Xn9rmBG_normal\",\"description\":\"Im a kool dude who loves to have a good time. You only leave once LIVE IT UP \",\"statuses_count\":257,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"362301265\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Nathan Thompson\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Aug 26 05:05:29 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":362301265,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513876422\\/9Xn9rmBG_normal\"},\"truncated\":false,\"id\":173183773591089152,\"created_at\":\"Fri Feb 24 23:13:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2043000, +"tags": [ +{ +"id-ref": "efc6c58a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f2269745-81b9-4bb3-a1e2-b302b59be701-173183773591089152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier", +"img": { +"src": "http://a1.twimg.com/profile_images/1840742864/photo_normal.png" +}, +"title": "Toyo: RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2044000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"monsieurlam\",\"indices\":[3,15],\"name\":\"L\\u00e2m HUA\",\"id_str\":\"7993262\",\"id\":7993262}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[113,117]},{\"text\":\"ruquier\",\"indices\":[118,126]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]},{\"text\":\"ruquier\",\"indices\":[101,109]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183333382098944\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"monsieurlam\",\"lang\":\"en\",\"favourites_count\":133,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":14,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":21596,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"description\":\"+ links \\r\\n+ my life \\r\\n+ no reply \\r\\n+ @decate \\r\\n+ @lense \",\"statuses_count\":10180,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":543,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"7993262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"L\\u00e2m HUA\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Aug 06 14:07:39 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":7993262,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.monsieurlam.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\"},\"truncated\":false,\"id\":173183333382098944,\"created_at\":\"Fri Feb 24 23:11:38 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183776531283969\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"ToYonos\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":163,\"location\":\"Nantes\",\"profile_text_color\":\"333333\",\"followers_count\":131,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1840742864\\/photo_normal.png\",\"description\":\"Yet another geek who likes geek stuff and spends wayyyyyy too much time on the internet.\\r\\n\\r\\nMy Android apps : https:\\/\\/market.android.com\\/developer?pub=ToYonos\",\"statuses_count\":1418,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/377610278\\/hfr4droid512.png\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f7f7\",\"protected\":false,\"id_str\":\"234760025\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Toyo\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377610278\\/hfr4droid512.png\",\"created_at\":\"Thu Jan 06 14:07:52 +0000 2011\",\"profile_sidebar_fill_color\":\"d4e4b6\",\"id\":234760025,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/toyonos.info\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840742864\\/photo_normal.png\"},\"truncated\":false,\"id\":173183776531283969,\"created_at\":\"Fri Feb 24 23:13:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2044000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb8ff2c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5933617e-5838-4bd5-817d-d738611d85b8-173183776531283969" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "PAF en direct de #lgw l'autre sur Gmail GTalk #ilpart !", +"img": { +"src": "http://a2.twimg.com/profile_images/1427838155/P7114024_normal.JPG" +}, +"title": "jali: PAF en direct de #lgw l'autre sur Gmail GTalk #ilpart !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2044000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"PAF en direct de #lgw l'autre sur Gmail GTalk #ilpart !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]},{\"text\":\"ilpart\",\"indices\":[46,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183775021338624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":110,\"screen_name\":\"Jali\",\"lang\":\"fr\",\"profile_text_color\":\"574b57\",\"statuses_count\":30518,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"FR\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"name\":\"jali\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":8064742,\"utc_offset\":3600,\"favourites_count\":148,\"url\":\"http:\\/\\/www.jali.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183775021338624,\"created_at\":\"Fri Feb 24 23:13:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2044000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a9bc8e16-42a4-4282-9db6-ba1676d418fc-173183775021338624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Légèrement Givré le Webze", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: #lgw Légèrement Givré le Webze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2044000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw L\\u00e9g\\u00e8rement Givr\\u00e9 le Webze\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183774895509504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1749,\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":28279,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"location\":\"Crozon, Brittany\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"followers_count\":2618,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"profile_sidebar_fill_color\":\"d3ede7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"name\":\"Philippe B\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_border_color\":\"5e1410\",\"id\":14400518,\"utc_offset\":3600,\"favourites_count\":297,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183774895509504,\"created_at\":\"Fri Feb 24 23:13:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2044000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "88f85330-0c32-444f-bbc2-083554a1da72-173183774895509504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je veux pas balancer, mais y'a un gars qui glandais sur GTalk dans l'équipe du grand Webze #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1669900473/Psychotic_Episodes_01_by_Mogman_normal.jpg" +}, +"title": "QuiPhenix: Je veux pas balancer, mais y'a un gars qui glandais sur GTalk dans l'équipe du grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2047000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je veux pas balancer, mais y'a un gars qui glandais sur GTalk dans l'\\u00e9quipe du grand Webze #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183788594114561\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":146,\"screen_name\":\"webbetas\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":1900,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"location\":\"Clermont-ferrand\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"1F98C7\",\"followers_count\":102,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669900473\\/Psychotic_Episodes_01_by_Mogman_normal.jpg\",\"description\":\"24ans, Ing\\u00e9nieur en Informatique (ISIMA), chercheur d'emploi sur Clermont-Ferrand !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C6E2EE\",\"id_str\":\"12684372\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669900473\\/Psychotic_Episodes_01_by_Mogman_normal.jpg\",\"name\":\"QuiPhenix\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 25 14:50:59 +0000 2008\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":12684372,\"utc_offset\":3600,\"favourites_count\":14,\"url\":\"http:\\/\\/romuald.quitaud.free.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183788594114561,\"created_at\":\"Fri Feb 24 23:13:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2047000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "43f53ebc-b888-48b6-b031-235a66dc740a-173183788594114561" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @PeteMcVries: Avant tu tweetais des émissions télé, maintenant tu regardes Twitter à la télé. #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1565604108/Ouimenon__1__normal.jpg" +}, +"title": "ouimenon: RT @PeteMcVries: Avant tu tweetais des émissions télé, maintenant tu regardes Twitter à la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2047000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @PeteMcVries: Avant tu tweetais des \\u00e9missions t\\u00e9l\\u00e9, maintenant tu regardes Twitter \\u00e0 la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PeteMcVries\",\"indices\":[3,15],\"id_str\":\"258422519\",\"name\":\"PeteMcVries\",\"id\":258422519}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[97,101]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Avant tu tweetais des \\u00e9missions t\\u00e9l\\u00e9, maintenant tu regardes Twitter \\u00e0 la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[80,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183579122171904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":411,\"screen_name\":\"PeteMcVries\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":48462,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/211191620\\/Durable_Desktop_Background.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":69,\"profile_link_color\":\"2FC2EF\",\"followers_count\":1153,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838468821\\/ken-barbumarini_re_normal.jpg\",\"description\":\"Ni journaliste, ni influent,j'ai pas confondu Twitter avec Meetic ou un journal intime. C'est pas parce qu'on se suit qu'on est amis, mais sinon bienvenue.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"258422519\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/211191620\\/Durable_Desktop_Background.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838468821\\/ken-barbumarini_re_normal.jpg\",\"name\":\"PeteMcVries\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 27 17:58:20 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":258422519,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183579122171904,\"created_at\":\"Fri Feb 24 23:12:37 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183789575585793\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":416,\"screen_name\":\"ouimenon\",\"lang\":\"fr\",\"profile_text_color\":\"05364d\",\"statuses_count\":5957,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/318613348\\/Plumes.jpg\",\"location\":\"Sur la tranche\",\"show_all_inline_media\":true,\"listed_count\":64,\"profile_link_color\":\"16219c\",\"followers_count\":942,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1565604108\\/Ouimenon__1__normal.jpg\",\"description\":\"Elle tweete. Et parfois m\\u00eame elle escribouille. Mais pas trop.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000203\",\"id_str\":\"216687420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/318613348\\/Plumes.jpg\",\"profile_sidebar_fill_color\":\"000105\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1565604108\\/Ouimenon__1__normal.jpg\",\"name\":\"ouimenon\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 17 13:02:42 +0000 2010\",\"profile_sidebar_border_color\":\"c5c9d6\",\"id\":216687420,\"utc_offset\":3600,\"favourites_count\":26,\"url\":\"http:\\/\\/ouimaispastrop.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183789575585793,\"created_at\":\"Fri Feb 24 23:13:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2047000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae940817-0bc2-4580-9aef-41a3edea856b-173183789575585793" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @viephemere: COUCOU LES GENS DE TWITTER DANS LA TELE ! @Tweets2Comptoir #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1827226982/Mekou4_-_Copie__2__-_Copie_normal.JPG" +}, +"title": "Sacha Tenluge: RT @viephemere: COUCOU LES GENS DE TWITTER DANS LA TELE ! @Tweets2Comptoir #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2048000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @viephemere: COUCOU LES GENS DE TWITTER DANS LA TELE ! @Tweets2Comptoir #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"viephemere\",\"indices\":[3,14],\"id_str\":\"79689976\",\"name\":\"Vi' Rider Cobain\",\"id\":79689976},{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[58,74],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"COUCOU LES GENS DE TWITTER DANS LA TELE ! @Tweets2Comptoir #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[42,58],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183407847784448\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":315,\"screen_name\":\"viephemere\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4577,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/299047178\\/rayures.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1775125447\\/P1080687_normal.jpg\",\"description\":\"Etudiante en philosophie \\u00e0 la Sorbonne, guitariste depuis l'\\u00e2ge de 6 ans, bloggeuse anonyme \\u00e0 mi-temps et accessoirement fille ill\\u00e9gitime de Kurt Cobain.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"79689976\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/299047178\\/rayures.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775125447\\/P1080687_normal.jpg\",\"name\":\"Vi' Rider Cobain\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 04 08:52:15 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":79689976,\"utc_offset\":3600,\"favourites_count\":19,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183407847784448,\"created_at\":\"Fri Feb 24 23:11:56 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183792079581184\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":335,\"screen_name\":\"Mekouyanski\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":14249,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/420385676\\/twilk_background_4f33bf65c4463.jpg\",\"location\":\"Pas Paris\",\"show_all_inline_media\":true,\"listed_count\":26,\"profile_link_color\":\"163470\",\"followers_count\":466,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1827226982\\/Mekou4_-_Copie__2__-_Copie_normal.JPG\",\"description\":\"RT ses mentions c'est s'auto-sucer, les courbatures en moins.\\r\\n\\r\\nMoi je dis \\u00e7a je dis rien...\\r\\n\\r\\nBah fais \\u00e7a, dis rien.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"247184480\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420385676\\/twilk_background_4f33bf65c4463.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827226982\\/Mekou4_-_Copie__2__-_Copie_normal.JPG\",\"name\":\"Sacha Tenluge\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 04 07:59:44 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":247184480,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183792079581184,\"created_at\":\"Fri Feb 24 23:13:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2048000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ee64c9c8-5a55-49f2-afc0-79cb7d213802-173183792079581184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais elle a une très beau visage en tout cas. :) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836212998/tumblr_lzg9q386BT1qeib0jo2_250_large_normal.gif" +}, +"title": "Ouate the Phoque. ϟ: Mais elle a une très beau visage en tout cas. :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2049000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais elle a une tr\\u00e8s beau visage en tout cas. :) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183798245212160\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":52,\"screen_name\":\"Craquottine\",\"lang\":\"fr\",\"profile_text_color\":\"8f6d53\",\"statuses_count\":639,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/428310558\\/tumblr_lzi6gqG7Po1r2gjaeo1_400_large.jpg\",\"location\":\"Hogwarts.\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"a38c71\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836212998\\/tumblr_lzg9q386BT1qeib0jo2_250_large_normal.gif\",\"description\":\"Dorine or Chuck if you want. \\r\\n15 years old.\\r\\nFrench.\\r\\nI'm still always in my world, dude.\\r\\n\\r\\n#Potterhead. \\u03df #Gleek.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"73052379\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428310558\\/tumblr_lzi6gqG7Po1r2gjaeo1_400_large.jpg\",\"profile_sidebar_fill_color\":\"d9af8b\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836212998\\/tumblr_lzg9q386BT1qeib0jo2_250_large_normal.gif\",\"name\":\"Ouate the Phoque. \\u03df\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 10 05:46:10 +0000 2009\",\"profile_sidebar_border_color\":\"d1baba\",\"id\":73052379,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/todayigobbleanything.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183798245212160,\"created_at\":\"Fri Feb 24 23:13:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2049000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "866cb553-9340-4d4f-9ad3-bb5c5b6b101a-173183798245212160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La preuve avec @Pierre_B_y ;) #cqui #lgw team #StadedeFrance http://t.co/jXRSo31X", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: La preuve avec @Pierre_B_y ;) #cqui #lgw team #StadedeFrance http://t.co/jXRSo31X", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2050000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"La preuve avec @Pierre_B_y ;) #cqui #lgw team #StadedeFrance http:\\/\\/t.co\\/jXRSo31X\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Pierre_B_y\",\"indices\":[15,26],\"id_str\":\"104184883\",\"name\":\"Pierre B.\",\"id\":104184883}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[30,35]},{\"text\":\"lgw\",\"indices\":[36,40]},{\"text\":\"StadedeFrance\",\"indices\":[46,60]}],\"media\":[{\"type\":\"photo\",\"indices\":[61,81],\"sizes\":{\"large\":{\"h\":765,\"resize\":\"fit\",\"w\":1024},\"medium\":{\"h\":448,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":254,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdFvvKCMAArDlm.jpg\",\"id_str\":\"173183797091774464\",\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173183797087580160\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdFvvKCMAArDlm.jpg\",\"id\":173183797091774464,\"display_url\":\"pic.twitter.com\\/jXRSo31X\",\"url\":\"http:\\/\\/t.co\\/jXRSo31X\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183797087580160\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6696,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183797087580160,\"created_at\":\"Fri Feb 24 23:13:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2050000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d85146fa-b3a7-4d9e-9209-27955687e63d-173183797087580160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@So_boogiest dis leur de voter @NicolasSarkozy ! #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1847798698/CB8F6341-3C72-4106-B24C-255BF9560970_normal" +}, +"title": "thibaultdm: @So_boogiest dis leur de voter @NicolasSarkozy ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2050000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@So_boogiest dis leur de voter @NicolasSarkozy ! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"So_boogiest\",\"indices\":[0,12],\"id_str\":\"232297271\",\"name\":\"soboogie\",\"id\":232297271},{\"screen_name\":\"NicolasSarkozy\",\"indices\":[31,46],\"id_str\":\"490126636\",\"name\":\"Nicolas Sarkozy\",\"id\":490126636}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183485350133761\",\"id_str\":\"173183800552062977\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183485350133761,\"in_reply_to_user_id_str\":\"232297271\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":837,\"screen_name\":\"Thibaultdm\",\"lang\":\"fr\",\"profile_text_color\":\"290a0a\",\"statuses_count\":69833,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/413542215\\/williamkate.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":121,\"profile_link_color\":\"f50e6b\",\"followers_count\":2004,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1847798698\\/CB8F6341-3C72-4106-B24C-255BF9560970_normal\",\"description\":\"Je suis hyper sympa en vrai, en plus d'\\u00eatre beau, intelligent et modeste. #SarkoTeam #NS2012 (sinon je parle aussi de trucs moins serieux ;)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"b6e67e\",\"id_str\":\"14597722\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413542215\\/williamkate.jpg\",\"profile_sidebar_fill_color\":\"f0d052\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1847798698\\/CB8F6341-3C72-4106-B24C-255BF9560970_normal\",\"name\":\"thibaultdm\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 30 08:12:57 +0000 2008\",\"profile_sidebar_border_color\":\"cc25c6\",\"id\":14597722,\"utc_offset\":3600,\"favourites_count\":1332,\"url\":\"http:\\/\\/fautvraimentetreconpouravoiruneadresseinternetaussilongue.com\"},\"in_reply_to_screen_name\":\"So_boogiest\",\"truncated\":false,\"id\":173183800552062977,\"created_at\":\"Fri Feb 24 23:13:30 +0000 2012\",\"in_reply_to_user_id\":232297271}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2050000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e6ecf2b4-77ff-4ccf-b2b3-eb6c44dba88a-173183800552062977" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Un peu #old le Cyriak quand même là :/", +"img": { +"src": "http://a0.twimg.com/profile_images/1744048818/qUG3d_normal.jpg" +}, +"title": "Simon: #LGW Un peu #old le Cyriak quand même là :/", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2050000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Un peu #old le Cyriak quand m\\u00eame l\\u00e0 :\\/\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"old\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183801609039872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":288,\"screen_name\":\"Srsim\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":10573,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Third rock from the sun\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"2FC2EF\",\"followers_count\":309,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\",\"description\":\"BiotechnoLOLgy and random crap. J'essaie de vivre ma vie \\u00e0 fond en passant pour un con au moins une fois par jour.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"130871832\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\",\"name\":\"Simon\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 08 15:44:24 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":130871832,\"utc_offset\":3600,\"favourites_count\":84,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183801609039872,\"created_at\":\"Fri Feb 24 23:13:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2050000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efc7e104-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3da014bf-7437-4d2e-8a2b-fa90a788229d-173183801609039872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "faut avouer. RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier", +"img": { +"src": "http://a1.twimg.com/profile_images/506050933/chi-bricklovinfreak_normal.gif" +}, +"title": "micha: faut avouer. RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2050000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"faut avouer. RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"monsieurlam\",\"indices\":[16,28],\"id_str\":\"7993262\",\"name\":\"L\\u00e2m HUA\",\"id\":7993262}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[126,130]},{\"text\":\"ruquier\",\"indices\":[131,139]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183802900889602\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":453,\"screen_name\":\"michaonthemoon\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":57747,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/94283053\\/f59c07.png\",\"location\":\"on the moon\",\"show_all_inline_media\":true,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":2541,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/506050933\\/chi-bricklovinfreak_normal.gif\",\"description\":\"i am... micha fierce.\\r\\ni am the girl behind @MJJNews.\\r\\nwarning: i rant a lot, and mostly in french.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"14463139\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/94283053\\/f59c07.png\",\"profile_sidebar_fill_color\":\"\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/506050933\\/chi-bricklovinfreak_normal.gif\",\"name\":\"micha\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 21 15:38:28 +0000 2008\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":14463139,\"utc_offset\":3600,\"favourites_count\":1272,\"url\":\"http:\\/\\/mjdreams.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183802900889602,\"created_at\":\"Fri Feb 24 23:13:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2050000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb8ff2c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ff3aa602-629a-4ca8-9276-479376f201e8-173183802900889602" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ils n'ont pas honte de diffuser une loop idiote et moche sur #LGW...", +"img": { +"src": "http://a1.twimg.com/profile_images/1725590755/jak-avatar-twitter_normal.png" +}, +"title": "Axel Leroy: Ils n'ont pas honte de diffuser une loop idiote et moche sur #LGW...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2051000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ils n'ont pas honte de diffuser une loop idiote et moche sur #LGW...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183805258076161\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":304,\"screen_name\":\"BlackEco\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13160,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"location\":\"Versailles, France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":191,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"description\":\"I'm a 18 years old french geek, passionated by Anglo-Saxon culture, computing, music, Internet, video games, movies, other geek stuffs and cars.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"94871785\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"name\":\"Axel Leroy\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 05 21:28:19 +0000 2009\",\"profile_sidebar_border_color\":\"00bbff\",\"id\":94871785,\"utc_offset\":3600,\"favourites_count\":142,\"url\":\"http:\\/\\/www.blackeco.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183805258076161,\"created_at\":\"Fri Feb 24 23:13:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2051000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3a49e7aa-8ebf-49cd-8f02-1b5bb7021ba3-173183805258076161" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste évidement! http://t.co/p50xLu1e", +"img": { +"src": "http://a0.twimg.com/profile_images/1808461305/image_normal.jpg" +}, +"title": "Lalée Pinoncely: #lgw #ilreste évidement! http://t.co/p50xLu1e", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2051000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste \\u00e9videment! http:\\/\\/t.co\\/p50xLu1e\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}],\"media\":[{\"type\":\"photo\",\"indices\":[25,45],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":765},\"medium\":{\"h\":803,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":455,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdFwBTCQAE1_uy.jpg\",\"id_str\":\"173183801961365505\",\"expanded_url\":\"http:\\/\\/twitter.com\\/Lalee_retour\\/status\\/173183801957171200\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdFwBTCQAE1_uy.jpg\",\"id\":173183801961365505,\"display_url\":\"pic.twitter.com\\/p50xLu1e\",\"url\":\"http:\\/\\/t.co\\/p50xLu1e\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183801957171200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":366,\"screen_name\":\"Lalee_retour\",\"lang\":\"fr\",\"profile_text_color\":\"98989e\",\"statuses_count\":3719,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"location\":\"France- LYON\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"f013e9\",\"followers_count\":298,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"description\":\"Une digital-mum' entrepreneur, lib\\u00e9rale, communicante, blogueuse soon... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"16171a\",\"id_str\":\"252150894\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"name\":\"Lal\\u00e9e Pinoncely\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 14 16:05:09 +0000 2011\",\"profile_sidebar_border_color\":\"42454d\",\"id\":252150894,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183801957171200,\"created_at\":\"Fri Feb 24 23:13:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2051000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c050a140-7714-4462-b5ca-da0e0fbda249-173183801957171200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'qui ? #lgw @france5", +"img": { +"src": "http://a2.twimg.com/profile_images/1782416968/_MG_6003_normal.JPG" +}, +"title": "vanessa purple: C'qui ? #lgw @france5", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2052000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'qui ? #lgw @france5\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"france5\",\"indices\":[13,21],\"id_str\":\"128507523\",\"name\":\"France cinq\",\"id\":128507523}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183808068272128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":161,\"screen_name\":\"fauphylou\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2379,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/300292351\\/DSC_0176.JPG\",\"location\":\"france\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"009999\",\"followers_count\":185,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1782416968\\/_MG_6003_normal.JPG\",\"description\":\"A 18 ans elle est flemmarde,f\\u00eatarde, r\\u00eaveuse,Gamine, gourmande,n'a aucun sens des priorit\\u00e9s, gaffeuse,enfin a un humour a balais chiotte #laclasse \\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"164309576\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/300292351\\/DSC_0176.JPG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782416968\\/_MG_6003_normal.JPG\",\"name\":\"vanessa purple\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 08 15:17:23 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":164309576,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"https:\\/\\/www.facebook.com\\/pages\\/Vanessa-Purple-Photography\\/224889067583118\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183808068272128,\"created_at\":\"Fri Feb 24 23:13:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2052000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b8d5c7a3-1d37-4ad7-9139-05cceb1e03ae-173183808068272128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste et dans les TT, et y reste! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: #ilreste et dans les TT, et y reste! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2052000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste et dans les TT, et y reste! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183809653706752\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":145,\"screen_name\":\"JoffreyMick\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1027,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"255731473\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"name\":\"Joffrey Mick\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":255731473,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183809653706752,\"created_at\":\"Fri Feb 24 23:13:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2052000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a3a32dd-03c1-45e8-ad1d-aeffb6ec0ea4-173183809653706752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW entre Cyriak et la vidéo du chat qui tombe vous faites une rediff d'il y a 6 mois ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1708083113/Guilhempp_normal.jpg" +}, +"title": "Guilhem: #LGW entre Cyriak et la vidéo du chat qui tombe vous faites une rediff d'il y a 6 mois ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2052000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW entre Cyriak et la vid\\u00e9o du chat qui tombe vous faites une rediff d'il y a 6 mois ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183808265400320\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":450,\"screen_name\":\"pornkid\",\"lang\":\"en\",\"profile_text_color\":\"08083b\",\"statuses_count\":19794,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382116768\\/lmaustin09.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":54,\"profile_link_color\":\"62656f\",\"followers_count\":2305,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1708083113\\/Guilhempp_normal.jpg\",\"description\":\"Photographe - Redacteur\\r\\npour @Iheartweets @letagparfait ...\\r\\nArtisan du LOL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"2e5557\",\"id_str\":\"14959293\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382116768\\/lmaustin09.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1708083113\\/Guilhempp_normal.jpg\",\"name\":\"Guilhem\",\"default_profile_image\":false,\"created_at\":\"Sat May 31 00:38:02 +0000 2008\",\"profile_sidebar_border_color\":\"000000\",\"id\":14959293,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":\"http:\\/\\/www.guilhem.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183808265400320,\"created_at\":\"Fri Feb 24 23:13:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2052000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5a7e3341-5153-424e-907b-58ff2e601d10-173183808265400320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Ah Enfin du contenu interessant .....", +"img": { +"src": "http://a0.twimg.com/profile_images/1826253762/gifs__20__normal.gif" +}, +"title": "Systaime: #lgw Ah Enfin du contenu interessant .....", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2052000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Ah Enfin du contenu interessant .....\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183810895220738\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"systaime18\",\"lang\":\"fr\",\"favourites_count\":112,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":493,\"location\":\"Paris\",\"profile_text_color\":\"000000\",\"followers_count\":393,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"description\":\"\",\"statuses_count\":3211,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"show_all_inline_media\":true,\"listed_count\":40,\"profile_link_color\":\"080808\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"758882\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Systaime\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"created_at\":\"Thu Feb 08 22:13:03 +0000 2007\",\"profile_sidebar_fill_color\":\"f5ed08\",\"id\":758882,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.systaime.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\"},\"truncated\":false,\"id\":173183810895220738,\"created_at\":\"Fri Feb 24 23:13:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2052000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d022a46e-d670-42d5-a58e-8d60616bf11a-173183810895220738" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @MryEmery: #change2ton #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1808461305/image_normal.jpg" +}, +"title": "Lalée Pinoncely: RT @MryEmery: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2052000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @MryEmery: #change2ton #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MryEmery\",\"indices\":[3,12],\"id_str\":\"14285154\",\"name\":\"Emery Dolig\\u00e9\",\"id\":14285154}],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[14,25]},{\"text\":\"lgw\",\"indices\":[26,30]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183555457908738\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"MryEmery\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":31437,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"location\":\"Paris Rive Gauche\",\"show_all_inline_media\":true,\"listed_count\":931,\"profile_link_color\":\"2FC2EF\",\"followers_count\":19577,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"description\":\"Vanksen. Europe 1 #dcdc. Lib\\u00e9ral ta m\\u00e8re.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f8fa\",\"id_str\":\"14285154\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"name\":\"Emery Dolig\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 02 16:59:11 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14285154,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/mry.blogs.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183555457908738,\"created_at\":\"Fri Feb 24 23:12:31 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183809980862464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":366,\"screen_name\":\"Lalee_retour\",\"lang\":\"fr\",\"profile_text_color\":\"98989e\",\"statuses_count\":3720,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"location\":\"France- LYON\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"f013e9\",\"followers_count\":298,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"description\":\"Une digital-mum' entrepreneur, lib\\u00e9rale, communicante, blogueuse soon... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"16171a\",\"id_str\":\"252150894\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"name\":\"Lal\\u00e9e Pinoncely\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 14 16:05:09 +0000 2011\",\"profile_sidebar_border_color\":\"42454d\",\"id\":252150894,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183809980862464,\"created_at\":\"Fri Feb 24 23:13:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2052000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7dfa5f94-69a1-417b-b326-3acef1016e39-173183809980862464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cyriak ♥ #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836489540/humanrage1_normal.jpg" +}, +"title": "Androids: Cyriak ♥ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2053000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Cyriak \\u2665 #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183815827718144\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Androids974\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":68,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"description\":\"Spectateur.\",\"statuses_count\":1493,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"58974537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Androids\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"created_at\":\"Wed Jul 22 00:25:26 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":58974537,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\"},\"truncated\":false,\"id\":173183815827718144,\"created_at\":\"Fri Feb 24 23:13:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2053000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c062853f-56a4-4b44-a8d0-3cee25c2d98a-173183815827718144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hop, place au #lgw pour finir la soirée en beauté", +"img": { +"src": "http://a0.twimg.com/profile_images/1845521784/tetocarre_normal.jpg" +}, +"title": "Greg Ienco: Hop, place au #lgw pour finir la soirée en beauté", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2055000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Hop, place au #lgw pour finir la soir\\u00e9e en beaut\\u00e9\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183824103088128\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"adadad\",\"screen_name\":\"GregIenco\",\"lang\":\"fr\",\"favourites_count\":221,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1818,\"location\":\"Amay, Belgique\",\"profile_text_color\":\"5e275e\",\"followers_count\":1006,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845521784\\/tetocarre_normal.jpg\",\"description\":\"22 years. N\\u00e9o-journaliste chez SudPresse et webmaster CyclismeRevue.eu\",\"statuses_count\":15595,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/82668573\\/Fondecran_Twitter2.jpg\",\"show_all_inline_media\":false,\"listed_count\":64,\"profile_link_color\":\"92a644\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"4b7d31\",\"protected\":false,\"id_str\":\"18137636\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Greg Ienco\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/82668573\\/Fondecran_Twitter2.jpg\",\"created_at\":\"Mon Dec 15 14:54:59 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":18137636,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.gregorio.be\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845521784\\/tetocarre_normal.jpg\"},\"truncated\":false,\"id\":173183824103088128,\"created_at\":\"Fri Feb 24 23:13:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2055000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c9eafc43-87ad-4094-8877-6c4c9ef8bbc5-173183824103088128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ah les pirates, ils ont volé notre recette de drogue, cyyyyyyyyyyriak", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw ah les pirates, ils ont volé notre recette de drogue, cyyyyyyyyyyriak", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2057000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ah les pirates, ils ont vol\\u00e9 notre recette de drogue, cyyyyyyyyyyriak\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183831506030592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183831506030592,\"created_at\":\"Fri Feb 24 23:13:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2057000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9524e940-a710-46c1-a0fb-93df474fb6a9-173183831506030592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Et en plus nous les twittos sommes exploités par cette scorie de la télé.", +"img": { +"src": "http://a0.twimg.com/profile_images/1691878517/P1010611_copie_normal.jpg" +}, +"title": "Eloi: #LGW Et en plus nous les twittos sommes exploités par cette scorie de la télé.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2058000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Et en plus nous les twittos sommes exploit\\u00e9s par cette scorie de la t\\u00e9l\\u00e9.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183834010034177\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":40,\"screen_name\":\"Evergreen_47\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1290,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/216649575\\/Fringe_Wallpaper01_1680_ET.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1691878517\\/P1010611_copie_normal.jpg\",\"description\":\"S\\u00e9rivore entre deux poly d'orga et amateur des salles obscures \\u00e0 ses heures perdues. Fan intemporel d'Alias. Chroniqueur sur http:\\/\\/www.niceflare.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"246049290\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/216649575\\/Fringe_Wallpaper01_1680_ET.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1691878517\\/P1010611_copie_normal.jpg\",\"name\":\"Eloi\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 02 01:00:37 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":246049290,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183834010034177,\"created_at\":\"Fri Feb 24 23:13:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2058000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5fc9a31d-7ff6-4b3b-a6d5-fc8f494d27e3-173183834010034177" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais WTF cette émission. #lgw #cqui", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: Mais WTF cette émission. #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2058000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais WTF cette \\u00e9mission. #lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"cqui\",\"indices\":[30,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183835524186112\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1033,\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":3556,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"followers_count\":667,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"name\":\"Bastien Joseph\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":191087175,\"utc_offset\":null,\"favourites_count\":10,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183835524186112,\"created_at\":\"Fri Feb 24 23:13:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2058000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9f5c04e7-8c99-44fd-a142-4748bec47151-173183835524186112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @monsieurlam: Je salue les intentions derrière Le Grand Webze, mais bordel que c'est étrange, comme truc. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1746813509/avatar-southPark_normal.jpg" +}, +"title": "P'tit Filou: RT @monsieurlam: Je salue les intentions derrière Le Grand Webze, mais bordel que c'est étrange, comme truc. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2059000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @monsieurlam: Je salue les intentions derri\\u00e8re Le Grand Webze, mais bordel que c'est \\u00e9trange, comme truc. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"monsieurlam\",\"indices\":[3,15],\"id_str\":\"7993262\",\"name\":\"L\\u00e2m HUA\",\"id\":7993262}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je salue les intentions derri\\u00e8re Le Grand Webze, mais bordel que c'est \\u00e9trange, comme truc. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[92,96]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180740211707904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"monsieurlam\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10180,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":543,\"profile_link_color\":\"0084B4\",\"followers_count\":21597,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"description\":\"+ links \\r\\n+ my life \\r\\n+ no reply \\r\\n+ @decate \\r\\n+ @lense \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"7993262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"name\":\"L\\u00e2m HUA\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 06 14:07:39 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":7993262,\"utc_offset\":3600,\"favourites_count\":133,\"url\":\"http:\\/\\/www.monsieurlam.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180740211707904,\"created_at\":\"Fri Feb 24 23:01:20 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183838942527488\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":39,\"screen_name\":\"philippeBenoit_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":88,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Essonnes\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"990000\",\"followers_count\":18,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1746813509\\/avatar-southPark_normal.jpg\",\"description\":\"Juste un p'tit bonhomme passionn\\u00e9 par l'informatique...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"EBEBEB\",\"id_str\":\"454723252\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1746813509\\/avatar-southPark_normal.jpg\",\"name\":\"P'tit Filou\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 04 09:27:21 +0000 2012\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":454723252,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/www.philippe-benoit.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183838942527488,\"created_at\":\"Fri Feb 24 23:13:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2059000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f3106acb-97bb-41e9-862b-0b821e8a5c92-173183838942527488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'essaie de comprendre le concept de \"Le Grand Webze\" sur France 5... Mais j'ai du mal pour l'instant! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1777511872/image_normal.jpg" +}, +"title": "Yohann: J'essaie de comprendre le concept de \"Le Grand Webze\" sur France 5... Mais j'ai du mal pour l'instant! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2060000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'essaie de comprendre le concept de \\\"Le Grand Webze\\\" sur France 5... Mais j'ai du mal pour l'instant! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[103,107]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183843044569090\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":139,\"screen_name\":\"kanYe44\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1069,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382771671\\/P1010082.JPG\",\"location\":\"Saint-Nazaire\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":10,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1777511872\\/image_normal.jpg\",\"description\":\"Joke, Sports and XBOX360 ! Gamertag : kanYe 44\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"172109911\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382771671\\/P1010082.JPG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777511872\\/image_normal.jpg\",\"name\":\"Yohann\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 28 23:02:34 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":172109911,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/www.youtube.com\\/user\\/P5yk0t1K\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183843044569090,\"created_at\":\"Fri Feb 24 23:13:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2060000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cdd61ba7-b2e1-409e-82ad-78d0cfd1f20a-173183843044569090" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai toujours détésté Cyriak ... Too much #wtf #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1807980780/hackathon_2_normal.png" +}, +"title": "Antoine Touzot: J'ai toujours détésté Cyriak ... Too much #wtf #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2061000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'ai toujours d\\u00e9t\\u00e9st\\u00e9 Cyriak ... Too much #wtf #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"wtf\",\"indices\":[42,46]},{\"text\":\"lgw\",\"indices\":[47,51]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183847905755136\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ff9900\",\"screen_name\":\"antoinetouzot\",\"lang\":\"fr\",\"favourites_count\":11,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":129,\"location\":\"Montreuil\",\"profile_text_color\":\"666666\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\",\"description\":\"\\u00c9tudiant H3 \\u00e0 @hetic (Montreuil) [Digital native] [Geek] ...\\r\\n[Alleeeeez l\\u00e0] [@SkipTheUse and @IziaMusic addict]\",\"statuses_count\":1203,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"ff9900\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"292929\",\"protected\":false,\"id_str\":\"123813930\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Antoine Touzot\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"created_at\":\"Wed Mar 17 08:56:06 +0000 2010\",\"profile_sidebar_fill_color\":\"e6e6e6\",\"id\":123813930,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/lesconfdusud.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\"},\"truncated\":false,\"id\":173183847905755136,\"created_at\":\"Fri Feb 24 23:13:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2061000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef77b274-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f69a88b-adfe-40ab-bd66-334d14b9544b-173183847905755136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est pour le lancement du salon de l'agriculture ? top actu !", +"img": { +"src": "http://a2.twimg.com/profile_images/1685061192/Photo_du_10-12-11___15.18_normal.jpg" +}, +"title": "DelloyeCoiteux: #lgw c'est pour le lancement du salon de l'agriculture ? top actu !", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2061000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c'est pour le lancement du salon de l'agriculture ? top actu !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183845741494272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":276,\"screen_name\":\"DelloyeCoiteux\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2103,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":89,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"description\":\"Design, Architecture, Photographie, Web et autres petites curiosit\\u00e9s\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"433388967\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"name\":\"DelloyeCoiteux\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 10 14:14:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":433388967,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183845741494272,\"created_at\":\"Fri Feb 24 23:13:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2061000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f596a65f-3111-4362-a3d4-ab4a26d5a464-173183845741494272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Désolé mais le vendredi généralement c'est Nip Tuck et pas Le Grand Webze ... Donc direction #M6 ... #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1525098848/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg" +}, +"title": "Michael J.: Désolé mais le vendredi généralement c'est Nip Tuck et pas Le Grand Webze ... Donc direction #M6 ... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2062000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"D\\u00e9sol\\u00e9 mais le vendredi g\\u00e9n\\u00e9ralement c'est Nip Tuck et pas Le Grand Webze ... Donc direction #M6 ... #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"M6\",\"indices\":[93,96]},{\"text\":\"LGW\",\"indices\":[101,105]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183852867624960\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":150,\"screen_name\":\"Martyornot\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2671,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/378350402\\/war_dictators.jpg\",\"location\":\"Rouen, Normandie\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":101,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1525098848\\/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg\",\"description\":\"#Traveler #geek #retrogaming #videogames #Normandie #rouen #Coupdecouteaudanslaglotte !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"112498831\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378350402\\/war_dictators.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1525098848\\/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg\",\"name\":\"Michael J.\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 08 18:34:33 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":112498831,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183852867624960,\"created_at\":\"Fri Feb 24 23:13:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2062000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efc9b6e6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9a1c921a-ec69-4160-ae21-a3acc262311f-173183852867624960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @PeteMcVries: Avant tu tweetais des émissions télé, maintenant tu regardes Twitter à la télé. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1851110304/Picture_0480_normal.jpg" +}, +"title": "Swin Gum: RT @PeteMcVries: Avant tu tweetais des émissions télé, maintenant tu regardes Twitter à la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2062000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @PeteMcVries: Avant tu tweetais des \\u00e9missions t\\u00e9l\\u00e9, maintenant tu regardes Twitter \\u00e0 la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PeteMcVries\",\"indices\":[3,15],\"id_str\":\"258422519\",\"name\":\"PeteMcVries\",\"id\":258422519}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[97,101]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Avant tu tweetais des \\u00e9missions t\\u00e9l\\u00e9, maintenant tu regardes Twitter \\u00e0 la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[80,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183579122171904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":411,\"screen_name\":\"PeteMcVries\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":48462,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/211191620\\/Durable_Desktop_Background.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":69,\"profile_link_color\":\"2FC2EF\",\"followers_count\":1153,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838468821\\/ken-barbumarini_re_normal.jpg\",\"description\":\"Ni journaliste, ni influent,j'ai pas confondu Twitter avec Meetic ou un journal intime. C'est pas parce qu'on se suit qu'on est amis, mais sinon bienvenue.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"258422519\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/211191620\\/Durable_Desktop_Background.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838468821\\/ken-barbumarini_re_normal.jpg\",\"name\":\"PeteMcVries\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 27 17:58:20 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":258422519,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183579122171904,\"created_at\":\"Fri Feb 24 23:12:37 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183851730968576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":233,\"screen_name\":\"Swiinea\",\"lang\":\"fr\",\"profile_text_color\":\"71d6c9\",\"statuses_count\":4516,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362128090\\/swin.jpg\",\"location\":\"Lille - Pos\\u00e9e sur un cactus\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"807d7e\",\"followers_count\":581,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851110304\\/Picture_0480_normal.jpg\",\"description\":\"Les bios c'est pour les faibles ou pour les gens qui font un truc dans la vie tout \\u00e7a. Je suis Swin' et je suis n\\u00e9e pour \\u00eatre une larve. #HOULOULOU\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1d4c70\",\"id_str\":\"372532169\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362128090\\/swin.jpg\",\"profile_sidebar_fill_color\":\"1d4c70\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851110304\\/Picture_0480_normal.jpg\",\"name\":\"Swin Gum\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 12 23:11:47 +0000 2011\",\"profile_sidebar_border_color\":\"57ff57\",\"id\":372532169,\"utc_offset\":-10800,\"favourites_count\":360,\"url\":\"http:\\/\\/tchictchac.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183851730968576,\"created_at\":\"Fri Feb 24 23:13:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2062000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e0c7de97-a8cf-46c8-8f87-bf25124dbfb1-173183851730968576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "2ème vidéo wtf de la soirée vous êtes en forme! #lgw @LeGrandWebze", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: 2ème vidéo wtf de la soirée vous êtes en forme! #lgw @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2063000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"2\\u00e8me vid\\u00e9o wtf de la soir\\u00e9e vous \\u00eates en forme! #lgw @LeGrandWebze\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[53,66],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183857405870081\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D9B17E\",\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"favourites_count\":25,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":203,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"statuses_count\":2882,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"protected\":false,\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Marie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_fill_color\":\"EADEAA\",\"id\":120444044,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\"},\"truncated\":false,\"id\":173183857405870081,\"created_at\":\"Fri Feb 24 23:13:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2063000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5965650c-8c7f-44a6-bce4-4c15c598021a-173183857405870081" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ok prendre de la drogue #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848450170/poseur_normal.jpg" +}, +"title": "Pras: Ok prendre de la drogue #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2065000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ok prendre de la drogue #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183863466631168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1362,\"screen_name\":\"Praska\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":48429,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"followers_count\":3040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"description\":\"BOSS[Viedegeek + Bargaming]\\r\\nFirewall Karmique\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b8085\",\"id_str\":\"15453030\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"name\":\"Pras\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 16 11:15:07 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":15453030,\"utc_offset\":3600,\"favourites_count\":195,\"url\":\"http:\\/\\/flavors.me\\/praska\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183863466631168,\"created_at\":\"Fri Feb 24 23:13:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2065000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9d93268f-0702-4210-9060-b2be5373b9e8-173183863466631168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La 4eme du #lgw a trouvé son rythme de croisière. Pas de malaise, juste du bon WTF. :)", +"img": { +"src": "http://a3.twimg.com/profile_images/1612866761/2222_normal.jpg" +}, +"title": "makina: La 4eme du #lgw a trouvé son rythme de croisière. Pas de malaise, juste du bon WTF. :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2065000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La 4eme du #lgw a trouv\\u00e9 son rythme de croisi\\u00e8re. Pas de malaise, juste du bon WTF. :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183864003497984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1,\"screen_name\":\"makina37\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"351529067\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"name\":\"makina\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 09 11:20:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":351529067,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183864003497984,\"created_at\":\"Fri Feb 24 23:13:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2065000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0abaebe5-abc6-4f57-adf5-fb0e5e98589f-173183864003497984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Putain en fait c'est le royaume du #old le grand webze... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1817743835/image_normal.jpg" +}, +"title": "Christo Bee: Putain en fait c'est le royaume du #old le grand webze... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2065000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Putain en fait c'est le royaume du #old le grand webze... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"old\",\"indices\":[35,39]},{\"text\":\"lgw\",\"indices\":[58,62]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183864729124864\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"dreamingoldfish\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":94,\"location\":\"Nantes, France\",\"profile_text_color\":\"0a090a\",\"followers_count\":188,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817743835\\/image_normal.jpg\",\"description\":\"Bande Dessin\\u00e9e ( #9eArt ), Cin\\u00e9ma, Musique & Trucs \\u00e0 #Nantes , souvent avec @_Lillium_ .\",\"statuses_count\":3839,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/358714278\\/1600x1200.jpg\",\"show_all_inline_media\":true,\"listed_count\":21,\"profile_link_color\":\"0438bd\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"06666b\",\"protected\":false,\"id_str\":\"17711887\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Christo Bee\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/358714278\\/1600x1200.jpg\",\"created_at\":\"Fri Nov 28 16:34:06 +0000 2008\",\"profile_sidebar_fill_color\":\"bad5f5\",\"id\":17711887,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/dreamingoldfish\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817743835\\/image_normal.jpg\"},\"truncated\":false,\"id\":173183864729124864,\"created_at\":\"Fri Feb 24 23:13:45 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2065000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efc7e104-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d5cddfaf-b477-4370-8415-07fd2e6f570a-173183864729124864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai l'impression d'être sous LSD, suis-je la seule ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1778320118/Photo_du_23-01-12___01.14__2_normal.jpg" +}, +"title": "Magali P.: J'ai l'impression d'être sous LSD, suis-je la seule ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2066000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai l'impression d'\\u00eatre sous LSD, suis-je la seule ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183867098898432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":630,\"screen_name\":\"PrMagali\",\"lang\":\"fr\",\"profile_text_color\":\"969696\",\"statuses_count\":2868,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/428631959\\/tumblr_l9z5ffMZSL1qe11ryo1_500.jpg\",\"location\":\"Strasbourg - Paris\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"bd4e4e\",\"followers_count\":355,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1778320118\\/Photo_du_23-01-12___01.14__2_normal.jpg\",\"description\":\"\\u00c9tudiante pubarde consciencieuse qui n'aime pas porter des lunettes \\/ #Web #Communication #Actu #Pub #Lol & 2nd degr\\u00e9.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"224178853\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428631959\\/tumblr_l9z5ffMZSL1qe11ryo1_500.jpg\",\"profile_sidebar_fill_color\":\"0a0a0a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1778320118\\/Photo_du_23-01-12___01.14__2_normal.jpg\",\"name\":\"Magali P.\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 08 10:22:52 +0000 2010\",\"profile_sidebar_border_color\":\"383b36\",\"id\":224178853,\"utc_offset\":-10800,\"favourites_count\":9,\"url\":\"http:\\/\\/quid-deceat.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183867098898432,\"created_at\":\"Fri Feb 24 23:13:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2066000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f5519ae3-c301-4979-89c6-95daad481cf2-173183867098898432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je crois que jamais je n'accrocherai à cette émission #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1495075588/image_normal.jpg" +}, +"title": "Benjamin Poulin: Je crois que jamais je n'accrocherai à cette émission #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2066000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je crois que jamais je n'accrocherai \\u00e0 cette \\u00e9mission #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183867593826304\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":681,\"screen_name\":\"BenjaminPoulin\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":23212,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105596337\\/image-twitter2.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":182,\"profile_link_color\":\"ff0000\",\"followers_count\":3567,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1495075588\\/image_normal.jpg\",\"description\":\"| Journaliste | Prof ESJ Paris & One School | Ex-IT\\u00e9l\\u00e9, la Radio | Ex-Pr\\u00e9sident Frequence3 | Co-Founder\\/CEO Nolae - Audio, web & mobile agency | \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"141414\",\"id_str\":\"34437695\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105596337\\/image-twitter2.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1495075588\\/image_normal.jpg\",\"name\":\"Benjamin Poulin\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 22 23:14:35 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":34437695,\"utc_offset\":3600,\"favourites_count\":15,\"url\":\"http:\\/\\/www.nolae.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183867593826304,\"created_at\":\"Fri Feb 24 23:13:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2066000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f9baeff-5e86-4513-a5f7-02a501978879-173183867593826304" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "NOOON PAS CYRIAK, JE VAIS MOURIR, QUE VAIS-JE LAISSER DERRIERE MOI ?!! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: NOOON PAS CYRIAK, JE VAIS MOURIR, QUE VAIS-JE LAISSER DERRIERE MOI ?!! #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2066000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"NOOON PAS CYRIAK, JE VAIS MOURIR, QUE VAIS-JE LAISSER DERRIERE MOI ?!! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[71,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183869779050496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":75,\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":989,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"name\":\"Shik-a-Marrant\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_border_color\":\"c0c3c4\",\"id\":57607506,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183869779050496,\"created_at\":\"Fri Feb 24 23:13:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2066000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c0b13fa2-5ea0-4f93-a326-289885e2b975-173183869779050496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En plein trip devant le clip de cyriak #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/732688177/bi-cause_normal.jpg" +}, +"title": "Charles Liebert: En plein trip devant le clip de cyriak #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2067000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"En plein trip devant le clip de cyriak #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183872853475328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1158,\"screen_name\":\"Charles_Liebert\",\"lang\":\"en\",\"profile_text_color\":\"F522D5\",\"statuses_count\":48080,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"location\":\"Paris - Cap Ferret - Saugeras\",\"show_all_inline_media\":true,\"listed_count\":156,\"profile_link_color\":\"1AF51F\",\"followers_count\":2044,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0F0F\",\"id_str\":\"610993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"profile_sidebar_fill_color\":\"E0FF91\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"name\":\"Charles Liebert\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":610993,\"utc_offset\":3600,\"favourites_count\":509,\"url\":\"http:\\/\\/www.charles-liebert.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183872853475328,\"created_at\":\"Fri Feb 24 23:13:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2067000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ce4d047a-c4de-4be9-97c2-74aa725e053f-173183872853475328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il y a tellement de tweets #lgw qu'une vache n'y retrouverait pas son petit, même en dansant !", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: Il y a tellement de tweets #lgw qu'une vache n'y retrouverait pas son petit, même en dansant !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2067000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Il y a tellement de tweets #lgw qu'une vache n'y retrouverait pas son petit, m\\u00eame en dansant !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183872106905600\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6516,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183872106905600,\"created_at\":\"Fri Feb 24 23:13:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2067000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa564811-76c9-45fc-b58f-ffcffcbe1858-173183872106905600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Excellente cette vidéo :D #Cows #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: Excellente cette vidéo :D #Cows #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2067000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Excellente cette vid\\u00e9o :D #Cows #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Cows\",\"indices\":[26,31]},{\"text\":\"LGW\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183873474236416\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"1c2352\",\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"favourites_count\":1604,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":646,\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"profile_text_color\":\"333333\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"statuses_count\":83436,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"ArDuB57\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":21448223,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\"},\"in_reply_to_status_id\":null,\"id\":173183873474236416,\"created_at\":\"Fri Feb 24 23:13:47 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2067000, +"tags": [ +{ +"id-ref": "efcada76-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "360ef004-716e-487f-ad59-8ecacbed55e0-173183873474236416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cyriak sur #lgw réaction d' @ErusaOgawa et moi même \"Oh ouiiiiii\"", +"img": { +"src": "http://a2.twimg.com/profile_images/1817746719/tetocarre__1__normal.jpg" +}, +"title": "Noa M. Sanzo: Cyriak sur #lgw réaction d' @ErusaOgawa et moi même \"Oh ouiiiiii\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2068000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Cyriak sur #lgw r\\u00e9action d' @ErusaOgawa et moi m\\u00eame \\\"Oh ouiiiiii\\\"\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ErusaOgawa\",\"indices\":[28,39],\"id_str\":\"285171780\",\"name\":\"Erusa.Ogawa\",\"id\":285171780}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183875714007040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":88,\"screen_name\":\"NoaMSanzo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":497,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/356217196\\/19258835.4.jpg\",\"location\":\"L\\u00e0 o\\u00f9 je dois \\u00eatre\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1817746719\\/tetocarre__1__normal.jpg\",\"description\":\"Perdu dans l'univers entre l'infiniment grand et l'infiniment petit.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"369706878\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/356217196\\/19258835.4.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817746719\\/tetocarre__1__normal.jpg\",\"name\":\"Noa M. Sanzo\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 07 20:16:58 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":369706878,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183875714007040,\"created_at\":\"Fri Feb 24 23:13:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2068000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9a1e7dbb-5a13-4c0d-8d66-5183c626f109-173183875714007040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "pour s'ennuyer y a pire que #Cesar2012 oui oui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1802176301/image_normal.jpg" +}, +"title": "marine_b: pour s'ennuyer y a pire que #Cesar2012 oui oui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2068000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"pour s'ennuyer y a pire que #Cesar2012 oui oui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[28,38]},{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183878918455296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"marinebatiste\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3264,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/416510788\\/05960e623b1711e19e4a12313813ffc0_6.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"009999\",\"followers_count\":517,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1802176301\\/image_normal.jpg\",\"description\":\"un peu toulousaine, un peu basque, femme \\u00e0 tout faire sur Paris.fr et CM @Paris compl\\u00e8tement in love with #Paris \\u2764\\u2764\\u2764\\u2764\\u2764\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"327253312\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416510788\\/05960e623b1711e19e4a12313813ffc0_6.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802176301\\/image_normal.jpg\",\"name\":\"marine_b\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 01 07:39:10 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":327253312,\"utc_offset\":-10800,\"favourites_count\":19,\"url\":\"http:\\/\\/marinebatiste.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183878918455296,\"created_at\":\"Fri Feb 24 23:13:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2068000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bd929c03-8a8a-44d0-8bd6-ffbd472294dd-173183878918455296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Du coup, on fait moins attention au fond bleu de #lgw. Les vidéos, c'est comme des surprises", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: Du coup, on fait moins attention au fond bleu de #lgw. Les vidéos, c'est comme des surprises", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2069000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Du coup, on fait moins attention au fond bleu de #lgw. Les vid\\u00e9os, c'est comme des surprises\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183879627288576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":545,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"name\":\"Jean-Louis Coste\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":244454441,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183879627288576,\"created_at\":\"Fri Feb 24 23:13:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2069000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c1814ab4-70b3-48be-9941-142e3478fb99-173183879627288576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ptain l'intro était wtf et lourde pour ça... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: Ptain l'intro était wtf et lourde pour ça... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2069000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ptain l'intro \\u00e9tait wtf et lourde pour \\u00e7a... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183880772337665\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1093,\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"profile_text_color\":\"636363\",\"statuses_count\":21284,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_sidebar_fill_color\":\"141414\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"name\":\"Bakt El Raalis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18515564,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.pelecanus.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183880772337665,\"created_at\":\"Fri Feb 24 23:13:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2069000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ff3ac292-6b16-4746-b7c0-20ebf3009c46-173183880772337665" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est en regardant les vaches sur #lgw que je comprends pourquoi j'ai arrêté les soirées le vendredi #insane", +"img": { +"src": "http://a3.twimg.com/profile_images/1820482830/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg" +}, +"title": "Guillaume Renard: C'est en regardant les vaches sur #lgw que je comprends pourquoi j'ai arrêté les soirées le vendredi #insane", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2070000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est en regardant les vaches sur #lgw que je comprends pourquoi j'ai arr\\u00eat\\u00e9 les soir\\u00e9es le vendredi #insane\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]},{\"text\":\"insane\",\"indices\":[101,108]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183885453172736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":597,\"screen_name\":\"G_Renard\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1486,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"020d0c\",\"followers_count\":205,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1820482830\\/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg\",\"description\":\"Motorsports junkie. Working on social media and webmarketing stuff. Writer for @chequeredflags \\/ Membre CN @PartiLiberal\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"12186112\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"668ff7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1820482830\\/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg\",\"name\":\"Guillaume Renard\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 13 17:02:09 +0000 2008\",\"profile_sidebar_border_color\":\"050505\",\"id\":12186112,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/chequeredflags.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183885453172736,\"created_at\":\"Fri Feb 24 23:13:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2070000, +"tags": [ +{ +"id-ref": "efcb60fe-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eb27c169-40c6-4017-b472-9f9e6c2e2d24-173183885453172736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw cows n' cows n' cows excelleeeeeent !", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: #lgw cows n' cows n' cows excelleeeeeent !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2070000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw cows n' cows n' cows excelleeeeeent !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183884798869504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1161,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"name\":\"Cammarata Thierry\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":334554629,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183884798869504,\"created_at\":\"Fri Feb 24 23:13:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2070000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ecdb01ad-a9ac-4426-8aae-ce81eff927a9-173183884798869504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilReste !!! C LA MEGASTAR française. Et l homme qui sauve l émission. #fanboy", +"img": { +"src": "http://a0.twimg.com/profile_images/1498347916/271644_259434607403810_130794806934458_1277083_5755877_o_normal.jpg" +}, +"title": "Antoine borosch: #lgw #ilReste !!! C LA MEGASTAR française. Et l homme qui sauve l émission. #fanboy", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2070000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilReste !!! C LA MEGASTAR fran\\u00e7aise. Et l homme qui sauve l \\u00e9mission. #fanboy\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[5,13]},{\"text\":\"fanboy\",\"indices\":[76,83]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183883385372672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":150,\"screen_name\":\"borosch\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":4226,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":458,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1498347916\\/271644_259434607403810_130794806934458_1277083_5755877_o_normal.jpg\",\"description\":\"logie...\\r\\nth\\u00e9sard\\/podcasteur\\/auteur\\/militant pas forcement dans l'ordre...\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"63253487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1498347916\\/271644_259434607403810_130794806934458_1277083_5755877_o_normal.jpg\",\"name\":\"Antoine borosch\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 20:53:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":63253487,\"utc_offset\":3600,\"favourites_count\":56,\"url\":\"http:\\/\\/www.poligeek.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183883385372672,\"created_at\":\"Fri Feb 24 23:13:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2070000, +"tags": [ +{ +"id-ref": "efcb9a06-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "652507a2-20e5-4cc4-9375-bf4ef3fed783-173183883385372672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW un régal de classiques de l'interweb", +"img": { +"src": "http://a0.twimg.com/profile_images/1778957991/kitty-album-animal-collective_normal.jpg" +}, +"title": "rhésus négatif: #LGW un régal de classiques de l'interweb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2071000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW un r\\u00e9gal de classiques de l'interweb\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183890326958080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"rhesusnegatif\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":134,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/411658969\\/1acaCuvIImrDwSd.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1778957991\\/kitty-album-animal-collective_normal.jpg\",\"description\":\"Tweet or GTFO\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"473379117\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/411658969\\/1acaCuvIImrDwSd.gif\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1778957991\\/kitty-album-animal-collective_normal.jpg\",\"name\":\"rh\\u00e9sus n\\u00e9gatif\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 24 22:36:01 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":473379117,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183890326958080,\"created_at\":\"Fri Feb 24 23:13:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2071000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "184767eb-ab80-4717-bc01-68e121363c6c-173183890326958080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze Alors ça c'est trop cool ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1668337583/DTB-Hei-VLQ_normal.jpg" +}, +"title": "Vincent [Gøshi]: @LeGrandWebze Alors ça c'est trop cool ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2072000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze Alors \\u00e7a c'est trop cool ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183894751936514\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":342,\"screen_name\":\"Yoigoshi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3930,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/236369942\\/wall-twitter.jpg\",\"location\":\"Lille\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"9e9e9e\",\"followers_count\":126,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1668337583\\/DTB-Hei-VLQ_normal.jpg\",\"description\":\"[Tout ce qui est vert est fourbe] - Goshi\\/SilenceCorp #Infographiste\\r\\n\\u007BDieu Vivant de @ChloexF\\u007D\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29969223\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236369942\\/wall-twitter.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1668337583\\/DTB-Hei-VLQ_normal.jpg\",\"name\":\"Vincent [G\\u00f8shi]\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 09 12:00:49 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29969223,\"utc_offset\":3600,\"favourites_count\":25,\"url\":\"http:\\/\\/goshi.ultra-book.com\\/\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173183894751936514,\"created_at\":\"Fri Feb 24 23:13:52 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2072000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bd818823-b264-4166-a3e0-aeddc3ef5b71-173183894751936514" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tain tu regardes c'te vidéo quand t'as fumé c'pas possible.... #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1848927003/DSC00065-1_normal.JPG" +}, +"title": "Fannette Zgirl: Tain tu regardes c'te vidéo quand t'as fumé c'pas possible.... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2073000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tain tu regardes c'te vid\\u00e9o quand t'as fum\\u00e9 c'pas possible.... #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[63,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183896127676417\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":226,\"screen_name\":\"FannetteZgirl\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":4269,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/403947301\\/tumblr_luy55xaThh1qzrr0co9_500.jpg\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"B40B43\",\"followers_count\":128,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848927003\\/DSC00065-1_normal.JPG\",\"description\":\"Je suis comme un Or\\u00e9o : \\u00e0 prendre ou \\u00e0 l\\u00e9cher (ou les deux).\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"FF6699\",\"id_str\":\"369784286\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/403947301\\/tumblr_luy55xaThh1qzrr0co9_500.jpg\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848927003\\/DSC00065-1_normal.JPG\",\"name\":\"Fannette Zgirl\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 07 23:11:20 +0000 2011\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":369784286,\"utc_offset\":-10800,\"favourites_count\":102,\"url\":\"http:\\/\\/fannettezgirl.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183896127676417,\"created_at\":\"Fri Feb 24 23:13:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2073000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "be8c9079-a077-4639-ab7e-07a3480ef2fd-173183896127676417" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hallucinogène la vachette #ilpart #oupas #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/578949538/6611_137621203372_560673372_3231878_5032042_n_normal.jpg" +}, +"title": "mikiane: Hallucinogène la vachette #ilpart #oupas #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2073000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Hallucinog\\u00e8ne la vachette #ilpart #oupas #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[26,33]},{\"text\":\"oupas\",\"indices\":[34,40]},{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"place_type\":\"city\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.362602,48.87294]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183899285987328\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.87294,2.362602]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":4607,\"screen_name\":\"mikiane\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":8662,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/30288548\\/fond.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":860,\"profile_link_color\":\"000dc9\",\"followers_count\":29881,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/578949538\\/6611_137621203372_560673372_3231878_5032042_n_normal.jpg\",\"description\":\"Joshfire CEO & Owner.\\r\\nUse to be the Digital Director of France24. Rue89 Cofounder. TEDxParis Curator since 2009 #internetofthings #marktech #innovation #media\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"ffffff\",\"id_str\":\"6574682\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/30288548\\/fond.jpg\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/578949538\\/6611_137621203372_560673372_3231878_5032042_n_normal.jpg\",\"name\":\"mikiane\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 04 17:00:30 +0000 2007\",\"profile_sidebar_border_color\":\"d4d4d4\",\"id\":6574682,\"utc_offset\":-7200,\"favourites_count\":23,\"url\":\"http:\\/\\/mikiane.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183899285987328,\"created_at\":\"Fri Feb 24 23:13:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2073000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efcc06d0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e6deb30f-f4cd-4da8-90ae-b91aae599adc-173183899285987328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Bullenroll yes pour les twunch cet été !! cc @Vinvin :D #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/535308655/wp_pairo_denied_2_normal.jpg" +}, +"title": "christophe garnier: @Bullenroll yes pour les twunch cet été !! cc @Vinvin :D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2075000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Bullenroll yes pour les twunch cet \\u00e9t\\u00e9 !! cc @Vinvin :D #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Bullenroll\",\"indices\":[0,11],\"id_str\":\"74413492\",\"name\":\"Am\\u00e9lie \",\"id\":74413492},{\"screen_name\":\"Vinvin\",\"indices\":[46,53],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.osfoora.com\\\" rel=\\\"nofollow\\\"\\u003EOsfoora HD\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183290210140161\",\"id_str\":\"173183905707474944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183290210140161,\"in_reply_to_user_id_str\":\"74413492\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":711,\"screen_name\":\"catfishs\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":37477,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/427349951\\/IMG_0132.JPG\",\"location\":\"Yffiniac - France\",\"show_all_inline_media\":false,\"listed_count\":164,\"profile_link_color\":\"0084B4\",\"followers_count\":983,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/535308655\\/wp_pairo_denied_2_normal.jpg\",\"description\":\"Photographe ind\\u00e9pendant et breton d'adoption. J'aime \\u00e9couter de la bonne musique quand je n'ai pas le temps d'en jouer.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"29444976\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/427349951\\/IMG_0132.JPG\",\"profile_sidebar_fill_color\":\"acd9e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/535308655\\/wp_pairo_denied_2_normal.jpg\",\"name\":\"christophe garnier\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 07 13:17:59 +0000 2009\",\"profile_sidebar_border_color\":\"158cbf\",\"id\":29444976,\"utc_offset\":3600,\"favourites_count\":28,\"url\":\"http:\\/\\/www.capturesdigitales.fr\"},\"in_reply_to_screen_name\":\"Bullenroll\",\"truncated\":false,\"id\":173183905707474944,\"created_at\":\"Fri Feb 24 23:13:55 +0000 2012\",\"in_reply_to_user_id\":74413492}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2075000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3a8b8572-5282-4fb7-9146-c6a9dbac6a43-173183905707474944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ouah j'ai vu mon avatar à la TV! Merci #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1596528247/photo_normal.JPG" +}, +"title": "Jarry Hervé: Ouah j'ai vu mon avatar à la TV! Merci #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2075000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ouah j'ai vu mon avatar \\u00e0 la TV! Merci #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183906563108865\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":269,\"screen_name\":\"rvjarry\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2150,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/265190786\\/ecran_twitter.jpg\",\"location\":\"Uz\\u00e8s\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1596528247\\/photo_normal.JPG\",\"description\":\"Le dernier qui parle a toujours raison. Sur Twitter ce dernier n'existe pas.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"309302845\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/265190786\\/ecran_twitter.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1596528247\\/photo_normal.JPG\",\"name\":\"Jarry Herv\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 01 21:35:25 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":309302845,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183906563108865,\"created_at\":\"Fri Feb 24 23:13:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2075000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ca8734ff-634c-43c0-8797-2ca22953b547-173183906563108865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ils fument quoi, au #LGW?", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Ils fument quoi, au #LGW?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2077000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ils fument quoi, au #LGW?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183916260331520\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4894,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173183916260331520,\"created_at\":\"Fri Feb 24 23:13:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2077000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2e416500-687b-4792-ace0-cebe7fe1f13e-173183916260331520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce que j'aime bien chez #lgw c'est que même avec 3 mois entre les émissions ce sera toujours autant bricolé... C'est rafraîchissant....", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: Ce que j'aime bien chez #lgw c'est que même avec 3 mois entre les émissions ce sera toujours autant bricolé... C'est rafraîchissant....", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2077000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ce que j'aime bien chez #lgw c'est que m\\u00eame avec 3 mois entre les \\u00e9missions ce sera toujours autant bricol\\u00e9... C'est rafra\\u00eechissant....\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183913290768384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":14422,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"name\":\"FrinnockBoChar\",\"default_profile_image\":false,\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":40014489,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183913290768384,\"created_at\":\"Fri Feb 24 23:13:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2077000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d997dbd3-2ced-4a8c-99cb-7ccce9528e4c-173183913290768384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw le RYTHME des séquences... Je ne reste que pour voir @KlaireFr", +"img": { +"src": "http://a3.twimg.com/profile_images/1450217504/NEED_normal.png" +}, +"title": "RSE: #lgw le RYTHME des séquences... Je ne reste que pour voir @KlaireFr", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2077000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw le RYTHME des s\\u00e9quences... Je ne reste que pour voir @KlaireFr\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[58,67],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183915459223552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":536,\"screen_name\":\"Riclux\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":916,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/318981773\\/twilk_background_4e56266f5e75f.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"7a7a7a\",\"followers_count\":194,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1450217504\\/NEED_normal.png\",\"description\":\"Tu veux ou tu veux pas?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"131516\",\"id_str\":\"19427228\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/318981773\\/twilk_background_4e56266f5e75f.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1450217504\\/NEED_normal.png\",\"name\":\"RSE\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 24 01:48:55 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":19427228,\"utc_offset\":-36000,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183915459223552,\"created_at\":\"Fri Feb 24 23:13:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2077000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d2d25043-d34c-49d8-8354-b68810391c3d-173183915459223552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\\o/ Cyriak <3 #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1323968729/avatr_normal.jpg" +}, +"title": "Matthieu Chatry: \\o/ Cyriak <3 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2078000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\\o\\/ Cyriak <3 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183920433659904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":539,\"screen_name\":\"mamatdunet\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":179,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"93A644\",\"followers_count\":136,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1323968729\\/avatr_normal.jpg\",\"description\":\"Web addict, twittonaute mod\\u00e9r\\u00e9, mangeur de p'tits LU et collectionneur de carte t\\u00e9l\\u00e9phoniques France Telecom depuis 1992.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"22425359\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1323968729\\/avatr_normal.jpg\",\"name\":\"Matthieu Chatry\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 02 00:02:29 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":22425359,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183920433659904,\"created_at\":\"Fri Feb 24 23:13:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2078000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "013bcb9d-f0f3-469f-88de-0b7afb04ad5f-173183920433659904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "OWI CYRIAK #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: OWI CYRIAK #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2078000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"OWI CYRIAK #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183919615778816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1752,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183919615778816,\"created_at\":\"Fri Feb 24 23:13:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2078000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e6b3762b-9399-4fd3-96c9-fbf878191d7a-173183919615778816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je confirme #ilpart il sont trop chelou a #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1604661294/IMG_3135-2_normal.png" +}, +"title": "Joel Rubino: je confirme #ilpart il sont trop chelou a #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2079000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"je confirme #ilpart il sont trop chelou a #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[12,19]},{\"text\":\"LGW\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183921368993795\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":427,\"screen_name\":\"joelrubino\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6248,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/419789164\\/flaming-guitar.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":28,\"profile_link_color\":\"009999\",\"followers_count\":594,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1604661294\\/IMG_3135-2_normal.png\",\"description\":\"http:\\/\\/about.me\\/JoelRubino\\r\\nTweet perso qui n'engagent que moi.\\r\\nHumaniste amateur de Rugby, de Jazz et de confit de canard.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"5831002\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/419789164\\/flaming-guitar.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1604661294\\/IMG_3135-2_normal.png\",\"name\":\"Joel Rubino\",\"default_profile_image\":false,\"created_at\":\"Mon May 07 12:20:32 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":5831002,\"utc_offset\":3600,\"favourites_count\":25,\"url\":\"http:\\/\\/www.rubino.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183921368993795,\"created_at\":\"Fri Feb 24 23:13:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2079000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f75daed6-6256-44fc-9f42-ff78d73401dd-173183921368993795" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le moment LSD du Grand Webze. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: Le moment LSD du Grand Webze. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2079000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le moment LSD du Grand Webze. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183922585341952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5849,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183922585341952,\"created_at\":\"Fri Feb 24 23:13:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2079000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1d3fd863-1149-45ec-90bb-2ca1ad1e70ce-173183922585341952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@watchmefalll Félicitations, un de tes tweets est passé à la télé ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1840289962/beautiful-color-18_normal.jpg" +}, +"title": "10Qssion: @watchmefalll Félicitations, un de tes tweets est passé à la télé ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2079000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@watchmefalll F\\u00e9licitations, un de tes tweets est pass\\u00e9 \\u00e0 la t\\u00e9l\\u00e9 ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"watchmefalll\",\"indices\":[0,13],\"id_str\":\"161378075\",\"name\":\"watchmefalll\",\"id\":161378075}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183922740535296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"161378075\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":284,\"screen_name\":\"10Qssion\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4468,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429769220\\/beautiful-color-18.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":548,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1840289962\\/beautiful-color-18_normal.jpg\",\"description\":\"Avant, j'aimais le caf\\u00e9. Mais \\u00e7a, c'est th\\u00e9i\\u00e8re. Born to be a larve.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"434758168\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429769220\\/beautiful-color-18.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840289962\\/beautiful-color-18_normal.jpg\",\"name\":\"10Qssion\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 12 08:27:31 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":434758168,\"utc_offset\":null,\"favourites_count\":20,\"url\":\"http:\\/\\/10qssion.blogspot.com\\/\"},\"in_reply_to_screen_name\":\"watchmefalll\",\"truncated\":false,\"id\":173183922740535296,\"created_at\":\"Fri Feb 24 23:13:59 +0000 2012\",\"in_reply_to_user_id\":161378075}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2079000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "84b9bf71-1569-4fd2-b94f-84ad8de3d633-173183922740535296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW C'est pas facile de s'endormir en essayant de compter des vaches qui dansent comme ça...", +"img": { +"src": "http://a2.twimg.com/profile_images/1776332006/Zeke_normal.jpg" +}, +"title": "[T61] Rémy S.: #LGW C'est pas facile de s'endormir en essayant de compter des vaches qui dansent comme ça...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2080000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW C'est pas facile de s'endormir en essayant de compter des vaches qui dansent comme \\u00e7a...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183925622026240\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":103,\"screen_name\":\"ThatVeryBadFlip\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":11101,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"location\":\"France - 66500, Prades\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":112,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\",\"description\":\"I don't know tweeting in English very well . But when I do, it's in French.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"169bde\",\"id_str\":\"165862367\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\",\"name\":\"[T61] R\\u00e9my S.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 12 18:48:22 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":165862367,\"utc_offset\":3600,\"favourites_count\":27,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183925622026240,\"created_at\":\"Fri Feb 24 23:14:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2080000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f5fb19b0-bce6-4076-8414-b70f5dc95e2f-173183925622026240" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le Grand Webze, ou comment se passer de LSD grâce à la télévision française. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1474785559/testdeux_normal.jpg" +}, +"title": "Romain Mollet: Le Grand Webze, ou comment se passer de LSD grâce à la télévision française. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2081000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le Grand Webze, ou comment se passer de LSD gr\\u00e2ce \\u00e0 la t\\u00e9l\\u00e9vision fran\\u00e7aise. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183932303548416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"RomainMollet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":80,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 Cin\\u00e9Cr\\u00e9atis depuis moins d'une semaine (18\\/09\\/2011)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"62795411\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"name\":\"Romain Mollet\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 04 11:47:02 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":62795411,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/conneriehumanumest.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183932303548416,\"created_at\":\"Fri Feb 24 23:14:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2081000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1b5a45cd-84ef-4e2a-b52f-e2e09a922cc1-173183932303548416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LudoDelaherche: Ha merde ! @FlorencePorcel n'a pas mit son bras bionique ! #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @LudoDelaherche: Ha merde ! @FlorencePorcel n'a pas mit son bras bionique ! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2082000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LudoDelaherche: Ha merde ! @FlorencePorcel n'a pas mit son bras bionique ! #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[3,18],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061},{\"screen_name\":\"FlorencePorcel\",\"indices\":[31,46],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[79,83]},{\"text\":\"cqui\",\"indices\":[84,89]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Ha merde ! @FlorencePorcel n'a pas mit son bras bionique ! #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[11,26],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]},{\"text\":\"cqui\",\"indices\":[64,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182888819441664\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6695,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182888819441664,\"created_at\":\"Fri Feb 24 23:09:52 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183936346849280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1042,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":317,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183936346849280,\"created_at\":\"Fri Feb 24 23:14:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2082000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6b41e93c-c109-421c-83d5-aa9c860e39a3-173183936346849280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mon dieu, ils sont perchés #LGW #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1720114042/Izafox_normal.jpg" +}, +"title": "Izafox: Mon dieu, ils sont perchés #LGW #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2082000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mon dieu, ils sont perch\\u00e9s #LGW #cQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[27,31]},{\"text\":\"cQui\",\"indices\":[32,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183935914840064\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":255,\"screen_name\":\"Izafox\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1985,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":31,\"profile_link_color\":\"FF3300\",\"followers_count\":587,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1720114042\\/Izafox_normal.jpg\",\"description\":\"Co-fondatrice du BarGaming, R\\u00e9dactrice sur VieDeGeek\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"21196709\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1720114042\\/Izafox_normal.jpg\",\"name\":\"Izafox\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 18 13:49:16 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":21196709,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":\"http:\\/\\/www.viedegeek.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183935914840064,\"created_at\":\"Fri Feb 24 23:14:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2082000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "77827574-dc66-40da-a294-17e8d3c9c829-173183935914840064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Enfin d'un côté, dans ce genre-là, j'ai encore plus WTF... #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1725590755/jak-avatar-twitter_normal.png" +}, +"title": "Axel Leroy: Enfin d'un côté, dans ce genre-là, j'ai encore plus WTF... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2082000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Enfin d'un c\\u00f4t\\u00e9, dans ce genre-l\\u00e0, j'ai encore plus WTF... #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183937324134400\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":304,\"screen_name\":\"BlackEco\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13160,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"location\":\"Versailles, France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":191,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"description\":\"I'm a 18 years old french geek, passionated by Anglo-Saxon culture, computing, music, Internet, video games, movies, other geek stuffs and cars.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"94871785\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"name\":\"Axel Leroy\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 05 21:28:19 +0000 2009\",\"profile_sidebar_border_color\":\"00bbff\",\"id\":94871785,\"utc_offset\":3600,\"favourites_count\":142,\"url\":\"http:\\/\\/www.blackeco.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183937324134400,\"created_at\":\"Fri Feb 24 23:14:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2082000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "56f06468-a15f-4dbe-8f93-9086b4bfc310-173183937324134400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1626973906/ProfilePicXAdualityNB_normal.jpg" +}, +"title": "Xim Axinn: RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2083000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Monsieur_Poulpe\",\"indices\":[3,19],\"name\":\"Monsieur Poulpe\",\"id_str\":\"101887303\",\"id\":101887303},{\"screen_name\":\"palmashow\",\"indices\":[37,47],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[16,26],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183220911833090\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"010203\",\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":44,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":14306,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"statuses_count\":2826,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"protected\":false,\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Monsieur Poulpe\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_fill_color\":\"68baae\",\"id\":101887303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\"},\"truncated\":false,\"id\":173183220911833090,\"created_at\":\"Fri Feb 24 23:11:12 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183940465655808\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"476656\",\"screen_name\":\"XimAxinn\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":221,\"location\":\"Paris\",\"profile_text_color\":\"208f14\",\"followers_count\":184,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1626973906\\/ProfilePicXAdualityNB_normal.jpg\",\"description\":\"http:\\/\\/www.geexublog.fr Je vois des trucs, et je dis des b\\u00eatises dessus. Des fois c'est dr\\u00f4le. A part \\u00e7a, j'aime pas trop les hotdogs arm\\u00e9niens.\",\"statuses_count\":5124,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"b30404\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"fcfeff\",\"protected\":false,\"id_str\":\"406887664\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Xim Axinn\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 07 10:19:22 +0000 2011\",\"profile_sidebar_fill_color\":\"e3e0e3\",\"id\":406887664,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.geexublog.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1626973906\\/ProfilePicXAdualityNB_normal.jpg\"},\"truncated\":false,\"id\":173183940465655808,\"created_at\":\"Fri Feb 24 23:14:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2083000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "83b100a6-5376-4f69-be89-30d62520c20b-173183940465655808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@slashisback La #TeamRCT a perdu au Patéchapper du #LGW #Cqui #StadeDeFrance #TeamSF", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @slashisback La #TeamRCT a perdu au Patéchapper du #LGW #Cqui #StadeDeFrance #TeamSF", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2084000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@slashisback La #TeamRCT a perdu au Pat\\u00e9chapper du #LGW #Cqui #StadeDeFrance #TeamSF\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"slashisback\",\"indices\":[0,12],\"id_str\":\"41356465\",\"name\":\"S\\u00e9bastien\",\"id\":41356465}],\"urls\":[],\"hashtags\":[{\"text\":\"TeamRCT\",\"indices\":[16,24]},{\"text\":\"LGW\",\"indices\":[51,55]},{\"text\":\"Cqui\",\"indices\":[56,61]},{\"text\":\"StadeDeFrance\",\"indices\":[62,76]},{\"text\":\"TeamSF\",\"indices\":[77,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183944173420545\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"41356465\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34409,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"slashisback\",\"truncated\":false,\"id\":173183944173420545,\"created_at\":\"Fri Feb 24 23:14:04 +0000 2012\",\"in_reply_to_user_id\":41356465}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2084000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efcdc100-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73ddc0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "85ad7d3d-5ab5-4241-9e7e-9d2d6ea7091e-173183944173420545" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "découvre @Tweets2Comptoir grace à #lgw très sympa", +"img": { +"src": "http://a3.twimg.com/profile_images/1143926795/jeromep_logo_carre_twitter_normal.png" +}, +"title": "jeromep: découvre @Tweets2Comptoir grace à #lgw très sympa", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2084000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"d\\u00e9couvre @Tweets2Comptoir grace \\u00e0 #lgw tr\\u00e8s sympa\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[9,25],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183942344712193\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":367,\"screen_name\":\"jeromep_net\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":4607,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/161132761\\/jeromep_twitter_background.jpg\",\"location\":\"France , Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"1F98C7\",\"followers_count\":191,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1143926795\\/jeromep_logo_carre_twitter_normal.png\",\"description\":\"Internaute passionn\\u00e9, auteur des blogs : jeromep.net - sanscommentaire.fr - debranche.fr \\/ r\\u00e9dacteur sur accessoweb.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"282929\",\"id_str\":\"6815562\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/161132761\\/jeromep_twitter_background.jpg\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143926795\\/jeromep_logo_carre_twitter_normal.png\",\"name\":\"jeromep\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 14 16:27:00 +0000 2007\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":6815562,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/blog.jeromep.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183942344712193,\"created_at\":\"Fri Feb 24 23:14:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2084000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c76f606b-30c8-4ed4-8df8-41d42ea04df1-173183942344712193" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On s'amuse beaucoup plus devant #LGW quand même.", +"img": { +"src": "http://a0.twimg.com/profile_images/1849263379/Snapshot_20110905_4_normal.JPG" +}, +"title": "Asma Elouali: On s'amuse beaucoup plus devant #LGW quand même.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2084000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On s'amuse beaucoup plus devant #LGW quand m\\u00eame.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[32,36]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[1.3504251,43.5328732],[1.5153761,43.5328732],[1.5153761,43.6686768],[1.3504251,43.6686768]]]},\"attributes\":{},\"full_name\":\"Toulouse, Haute-Garonne\",\"name\":\"Toulouse\",\"id\":\"d588cce1c821ba09\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d588cce1c821ba09.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183942231465984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":111,\"screen_name\":\"AsmaElouali\",\"lang\":\"en\",\"profile_text_color\":\"7347d1\",\"statuses_count\":783,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/405496721\\/Stuff.jpg\",\"location\":\"Toulouse, South of France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"d15e8c\",\"followers_count\":92,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849263379\\/Snapshot_20110905_4_normal.JPG\",\"description\":\"18-year-old student @SciencesPoTlse #PinkCity \\u25ac United States of America #Insha'Allah\\u2665\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"b592d9\",\"id_str\":\"247830364\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/405496721\\/Stuff.jpg\",\"profile_sidebar_fill_color\":\"91e6bd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849263379\\/Snapshot_20110905_4_normal.JPG\",\"name\":\"Asma Elouali\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 05 17:19:55 +0000 2011\",\"profile_sidebar_border_color\":\"70d0db\",\"id\":247830364,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183942231465984,\"created_at\":\"Fri Feb 24 23:14:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2084000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "666b6ad6-5af8-4b93-8e2c-b45d5436e1f6-173183942231465984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @SothieArt: Tout Twitter critique #lgw, mais tout le monde le regarde.", +"img": { +"src": "http://a1.twimg.com/profile_images/1795703544/boingboing_normal.jpg" +}, +"title": "jeandec: RT @SothieArt: Tout Twitter critique #lgw, mais tout le monde le regarde.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2086000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @SothieArt: Tout Twitter critique #lgw, mais tout le monde le regarde.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SothieArt\",\"indices\":[3,13],\"id_str\":\"222087543\",\"name\":\"Sothie\",\"id\":222087543}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Tout Twitter critique #lgw, mais tout le monde le regarde.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183611888091137\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":273,\"screen_name\":\"SothieArt\",\"lang\":\"fr\",\"profile_text_color\":\"f5ebed\",\"statuses_count\":1615,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/394685281\\/223256_183003498415847_142427142473483_459264_913853_n.jpg\",\"location\":\"Paris-Marseille-Toulouse\",\"show_all_inline_media\":false,\"listed_count\":10,\"profile_link_color\":\"f2cc0e\",\"followers_count\":167,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1729642037\\/IMG_5329__696x1024__normal.jpg\",\"description\":\"Economiste saltimbanque, artiste \\u00e9conom\\u00e8tre. Je suis en campagne pour 2017 car la France a besoin d'une Princesse, une vraie, avec du rose dedans.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"f20317\",\"id_str\":\"222087543\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/394685281\\/223256_183003498415847_142427142473483_459264_913853_n.jpg\",\"profile_sidebar_fill_color\":\"2f074a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1729642037\\/IMG_5329__696x1024__normal.jpg\",\"name\":\"Sothie\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 02 12:34:48 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":222087543,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183611888091137,\"created_at\":\"Fri Feb 24 23:12:45 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183953656745984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":490,\"screen_name\":\"jeandec\",\"lang\":\"en\",\"profile_text_color\":\"8f001f\",\"statuses_count\":1683,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/61922178\\/Grey_Wallpaper_by_w_brennan2.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"ff8800\",\"followers_count\":494,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1795703544\\/boingboing_normal.jpg\",\"description\":\"J'aime rire \\u00e0 gorge d\\u00e9ploy\\u00e9e.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d9d9d9\",\"id_str\":\"15466573\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/61922178\\/Grey_Wallpaper_by_w_brennan2.jpg\",\"profile_sidebar_fill_color\":\"f0f0f0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1795703544\\/boingboing_normal.jpg\",\"name\":\"jeandec\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 17 11:17:51 +0000 2008\",\"profile_sidebar_border_color\":\"ff8800\",\"id\":15466573,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/circonflexions.free.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183953656745984,\"created_at\":\"Fri Feb 24 23:14:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2086000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2a188b97-0094-4413-a1b6-1e9647e310b2-173183953656745984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Fallait prévenir qu'il fallait fumer un pétard pour le truc des vaches, là #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1727266317/oimtampon_normal.jpg" +}, +"title": "Lucas Parax: Fallait prévenir qu'il fallait fumer un pétard pour le truc des vaches, là #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2086000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fallait pr\\u00e9venir qu'il fallait fumer un p\\u00e9tard pour le truc des vaches, l\\u00e0 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183953069551616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":731,\"screen_name\":\"lucasparax\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9270,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"990000\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"description\":\"Politique, musique, r\\u00e9flexions absurdes. J'aime bien votre veste, mais faudrait penser \\u00e0 ne pas la retourner. #\\u00e9lys\\u00e9e_2012 #rock\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"333415548\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"name\":\"Lucas Parax\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 11 14:14:27 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":333415548,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/lucasparax.over-blog.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183953069551616,\"created_at\":\"Fri Feb 24 23:14:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2086000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f8bdbc29-fbd8-4503-8d8b-b958c6d0bded-173183953069551616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @iiioon: #IlReste !! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1605787538/image_normal.jpg" +}, +"title": "Evan Frouin: RT @iiioon: #IlReste !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2086000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @iiioon: #IlReste !! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"iiioon\",\"indices\":[3,10],\"name\":\"Marion\",\"id_str\":\"39847706\",\"id\":39847706}],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[12,20]},{\"text\":\"lgw\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#IlReste !! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183578925039619\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"FFFFFF\",\"screen_name\":\"iiioon\",\"lang\":\"en\",\"favourites_count\":47,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":186,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"description\":\"Accro aux s\\u00e9ries et \\u00e0 l'humour. HeroCorpienne. \\r\\nEt pourquoi faire aujourd'hui c'que j'pourrai faire demain ?\",\"statuses_count\":11590,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"BF1238\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"protected\":false,\"id_str\":\"39847706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marion\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"created_at\":\"Wed May 13 21:57:02 +0000 2009\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"id\":39847706,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\"},\"truncated\":false,\"id\":173183578925039619,\"created_at\":\"Fri Feb 24 23:12:37 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183952096468992\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Evanuaille\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":69,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1605787538\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":25,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"312209085\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Evan Frouin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Jun 06 19:12:42 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":312209085,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1605787538\\/image_normal.jpg\"},\"truncated\":false,\"id\":173183952096468992,\"created_at\":\"Fri Feb 24 23:14:06 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2086000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eb9f3da7-4bc4-4cff-a413-c56b4bec383d-173183952096468992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Regarde finalement Le Grand Webzé et hallucine. C'est quoi cette émission ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1732222031/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg" +}, +"title": "Brice Lahaye: Regarde finalement Le Grand Webzé et hallucine. C'est quoi cette émission ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2087000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Regarde finalement Le Grand Webz\\u00e9 et hallucine. C'est quoi cette \\u00e9mission ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183956777312256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":369,\"screen_name\":\"bricelahaye\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":127,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/428619100\\/press-dl.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":70,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1732222031\\/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg\",\"description\":\"\\u00c9tudiant en journalisme \\u00e0 Sciences Po Rennes. N'arrive jamais en retard parce que DETESTE Phil Collins. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"022330\",\"id_str\":\"216310703\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428619100\\/press-dl.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732222031\\/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg\",\"name\":\"Brice Lahaye\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 16 10:41:07 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":216310703,\"utc_offset\":-36000,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183956777312256,\"created_at\":\"Fri Feb 24 23:14:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2087000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "769b862b-5dd4-4fa6-a47b-2a8ec2d90f6d-173183956777312256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est trop con mais ça me fait trop marrer l'truc des vaches ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1802232284/Capture_d__cran_2012-02-04___01.15.52_normal.png" +}, +"title": "Marion: C'est trop con mais ça me fait trop marrer l'truc des vaches ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2087000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est trop con mais \\u00e7a me fait trop marrer l'truc des vaches ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183957733605377\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":186,\"screen_name\":\"iiioon\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11591,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"BF1238\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"description\":\"Accro aux s\\u00e9ries et \\u00e0 l'humour. HeroCorpienne. \\r\\nEt pourquoi faire aujourd'hui c'que j'pourrai faire demain ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"id_str\":\"39847706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"name\":\"Marion\",\"default_profile_image\":false,\"created_at\":\"Wed May 13 21:57:02 +0000 2009\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":39847706,\"utc_offset\":3600,\"favourites_count\":47,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183957733605377,\"created_at\":\"Fri Feb 24 23:14:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2087000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8ffff99c-37dc-492a-95aa-7253f064e697-173183957733605377" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Envoyez-nous des photos de vous avec votre télé ! On fera un joli album legrandwebze@gmail.com #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @LeGrandWebze: Envoyez-nous des photos de vous avec votre télé ! On fera un joli album legrandwebze@gmail.com #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2088000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Envoyez-nous des photos de vous avec votre t\\u00e9l\\u00e9 ! On fera un joli album legrandwebze@gmail.com #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[113,117]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Envoyez-nous des photos de vous avec votre t\\u00e9l\\u00e9 ! On fera un joli album legrandwebze@gmail.com #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182956561641472\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3198,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1480,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173182956561641472,\"created_at\":\"Fri Feb 24 23:10:09 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183959067410433\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1042,\"location\":\"Issy les moulineaux\",\"profile_text_color\":\"333333\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"statuses_count\":318,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fabienne BAROLLIER\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":110388053,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\"},\"truncated\":false,\"id\":173183959067410433,\"created_at\":\"Fri Feb 24 23:14:08 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2088000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3e0a056b-e42c-4649-8ddb-b3daceafe043-173183959067410433" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"@LudoDelaherche: La communauté #stadedefrance en force sur le mur du #lgw\" Ah, vous postulez aussi via la télé ? ;-) #TeamST #TeamSF", +"img": { +"src": "http://a0.twimg.com/profile_images/1844190316/Profil-twitterV8_normal.jpg" +}, +"title": "Stade de France: \"@LudoDelaherche: La communauté #stadedefrance en force sur le mur du #lgw\" Ah, vous postulez aussi via la télé ? ;-) #TeamST #TeamSF", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2089000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\"@LudoDelaherche: La communaut\\u00e9 #stadedefrance en force sur le mur du #lgw\\\" Ah, vous postulez aussi via la t\\u00e9l\\u00e9 ? ;-) #TeamST #TeamSF\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[1,16],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"stadedefrance\",\"indices\":[32,46]},{\"text\":\"lgw\",\"indices\":[70,74]},{\"text\":\"TeamST\",\"indices\":[118,125]},{\"text\":\"TeamSF\",\"indices\":[126,133]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183966986248193\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":481,\"screen_name\":\"StadeFrance\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":774,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431140636\\/bg-twitterV7.jpg\",\"location\":\"La Plaine-Saint-Denis, France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"009999\",\"followers_count\":952,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844190316\\/Profil-twitterV8_normal.jpg\",\"description\":\"#Foot #rugby #athl\\u00e9 #concerts... Quels grands #spectacles allez vous vivre avec nous ?\\r\\nPartagez avec le hashtag #stadedefrance !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFFFFF\",\"id_str\":\"88690419\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431140636\\/bg-twitterV7.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844190316\\/Profil-twitterV8_normal.jpg\",\"name\":\"Stade de France\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 09 15:42:16 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":88690419,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.stadefrance.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183966986248193,\"created_at\":\"Fri Feb 24 23:14:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2089000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73ddc0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efceb0ce-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7cb35db1-2a93-42cd-b126-2346b7d48c24-173183966986248193" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Salut les gens ! :p en live sur #lgw avec un @vinvin et Rollin très en forme ! :-)", +"img": { +"src": "http://a1.twimg.com/profile_images/1829507565/IMG_2377_final2_normal.jpg" +}, +"title": "William Abisror: Salut les gens ! :p en live sur #lgw avec un @vinvin et Rollin très en forme ! :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2089000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Salut les gens ! :p en live sur #lgw avec un @vinvin et Rollin tr\\u00e8s en forme ! :-)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[45,52],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183965539217408\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"WilliamAbisror\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":222,\"location\":\"Paris - Strasbourg\",\"profile_text_color\":\"333333\",\"followers_count\":520,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1829507565\\/IMG_2377_final2_normal.jpg\",\"description\":\"Podcast, web, design. Graphiste free-lance (disponible !) et animateur du podcast @willandco.\",\"statuses_count\":2860,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":30,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"305168829\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"William Abisror\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed May 25 19:21:09 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":305168829,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.willandco.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829507565\\/IMG_2377_final2_normal.jpg\"},\"truncated\":false,\"id\":173183965539217408,\"created_at\":\"Fri Feb 24 23:14:09 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2089000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ac96d3f2-8d1f-4ee1-95ad-dce96cb27690-173183965539217408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est vachement drôle.", +"img": { +"src": "http://a0.twimg.com/profile_images/735642103/mortimer_normal.jpg" +}, +"title": "Yves BARBARIN: #lgw c'est vachement drôle.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2090000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c'est vachement dr\\u00f4le.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183968605253633\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"yves_bar\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":87,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris, Ile-de-France FR\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"9D582E\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/735642103\\/mortimer_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"8B542B\",\"id_str\":\"120391774\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/735642103\\/mortimer_normal.jpg\",\"name\":\"Yves BARBARIN\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 08:54:21 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":120391774,\"utc_offset\":0,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183968605253633,\"created_at\":\"Fri Feb 24 23:14:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2090000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b58366f0-f9ad-44f2-90da-4b196ae23bb1-173183968605253633" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai le droit de dire que ce que je vois la tout de suite c'est de la merde ? #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1850972765/image_normal.jpg" +}, +"title": "Pierson ∞: J'ai le droit de dire que ce que je vois la tout de suite c'est de la merde ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2090000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai le droit de dire que ce que je vois la tout de suite c'est de la merde ? #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[78,82]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183969649631233\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":733,\"screen_name\":\"spookev\",\"lang\":\"en\",\"profile_text_color\":\"8f8f8f\",\"statuses_count\":27570,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/96498905\\/bgTw.jpg\",\"location\":\"Alsace-France \\/ Germany\",\"show_all_inline_media\":false,\"listed_count\":102,\"profile_link_color\":\"000f57\",\"followers_count\":1040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850972765\\/image_normal.jpg\",\"description\":\"Freelance graphisme, web & print. www.twavatar.us - www.foot.lv Suis-moi, ta vie sera moins chiante. - NS2012 - Mes tweets n'engagent que moi. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"51034368\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/96498905\\/bgTw.jpg\",\"profile_sidebar_fill_color\":\"9ed6f0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850972765\\/image_normal.jpg\",\"name\":\"Pierson \\u221e\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 26 12:18:55 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":51034368,\"utc_offset\":-10800,\"favourites_count\":66,\"url\":\"http:\\/\\/www.annei.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183969649631233,\"created_at\":\"Fri Feb 24 23:14:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2090000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0aa44206-7de2-46fd-bd2f-fcb4b1a2b7fe-173183969649631233" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @PeteMcVries: Avant tu tweetais des émissions télé, maintenant tu regardes Twitter à la télé. #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: RT @PeteMcVries: Avant tu tweetais des émissions télé, maintenant tu regardes Twitter à la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2091000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @PeteMcVries: Avant tu tweetais des \\u00e9missions t\\u00e9l\\u00e9, maintenant tu regardes Twitter \\u00e0 la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PeteMcVries\",\"indices\":[3,15],\"id_str\":\"258422519\",\"name\":\"PeteMcVries\",\"id\":258422519}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[97,101]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Avant tu tweetais des \\u00e9missions t\\u00e9l\\u00e9, maintenant tu regardes Twitter \\u00e0 la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[80,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183579122171904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":411,\"screen_name\":\"PeteMcVries\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":48462,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/211191620\\/Durable_Desktop_Background.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":69,\"profile_link_color\":\"2FC2EF\",\"followers_count\":1153,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838468821\\/ken-barbumarini_re_normal.jpg\",\"description\":\"Ni journaliste, ni influent,j'ai pas confondu Twitter avec Meetic ou un journal intime. C'est pas parce qu'on se suit qu'on est amis, mais sinon bienvenue.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"258422519\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/211191620\\/Durable_Desktop_Background.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838468821\\/ken-barbumarini_re_normal.jpg\",\"name\":\"PeteMcVries\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 27 17:58:20 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":258422519,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183579122171904,\"created_at\":\"Fri Feb 24 23:12:37 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183973298675712\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4894,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183973298675712,\"created_at\":\"Fri Feb 24 23:14:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2091000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a46fc237-66d0-42a5-aa3c-30518e2c075d-173183973298675712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je suis fan de Cyriak, il faut voir ses autres vidéos psychédéliques =) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1775456404/zetourist_avatar_normal.png" +}, +"title": "Zetourist: je suis fan de Cyriak, il faut voir ses autres vidéos psychédéliques =) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2092000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"je suis fan de Cyriak, il faut voir ses autres vid\\u00e9os psych\\u00e9d\\u00e9liques =) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183976708644864\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1006,\"screen_name\":\"Zetourist\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17382,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/57801775\\/nirvana.jpg\",\"location\":\"Cyberespace\",\"show_all_inline_media\":true,\"listed_count\":124,\"profile_link_color\":\"0084B4\",\"followers_count\":1377,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1775456404\\/zetourist_avatar_normal.png\",\"description\":\"Pirate\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"35454634\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57801775\\/nirvana.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775456404\\/zetourist_avatar_normal.png\",\"name\":\"Zetourist\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 26 12:24:39 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":35454634,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/ddi.partipirate.org\\/fr\\/txt\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183976708644864,\"created_at\":\"Fri Feb 24 23:14:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2092000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "63b0b9ed-db75-46be-b197-62597b766467-173183976708644864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "cyriak ? et pourquoi pas cyril lignac #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: cyriak ? et pourquoi pas cyril lignac #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2092000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"cyriak ? et pourquoi pas cyril lignac #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183977560096768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1753,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183977560096768,\"created_at\":\"Fri Feb 24 23:14:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2092000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "42ca0d2b-94a0-49bb-b62a-418f12579f44-173183977560096768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW voila quand on demande a des vache de faire le même taf que les chiens renifleur de drogues", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW voila quand on demande a des vache de faire le même taf que les chiens renifleur de drogues", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2093000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW voila quand on demande a des vache de faire le m\\u00eame taf que les chiens renifleur de drogues\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183979980210177\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183979980210177,\"created_at\":\"Fri Feb 24 23:14:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2093000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "853d609c-ea0a-434e-83e2-492f2010ffb3-173183979980210177" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw un peu space ces vaches...", +"img": { +"src": "http://a1.twimg.com/profile_images/1814782956/tumblr_lqg5fglKEF1qlcg2go1_500_normal.jpg" +}, +"title": "Elisa Bête: #lgw un peu space ces vaches...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2093000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw un peu space ces vaches...\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183980877774849\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000203\",\"screen_name\":\"Elisa_Surge\",\"lang\":\"fr\",\"favourites_count\":371,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":438,\"location\":\"France, Tours\",\"profile_text_color\":\"030003\",\"followers_count\":121,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1814782956\\/tumblr_lqg5fglKEF1qlcg2go1_500_normal.jpg\",\"description\":\"Je sais pas quoi \\u00e9crire alors je dirais juste Salut !\",\"statuses_count\":10911,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/420285069\\/Hardwood-Floor.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0f1478\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3a95c2\",\"protected\":false,\"id_str\":\"236390764\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Elisa B\\u00eate\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420285069\\/Hardwood-Floor.jpg\",\"created_at\":\"Mon Jan 10 13:45:53 +0000 2011\",\"profile_sidebar_fill_color\":\"025175\",\"id\":236390764,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/dowhat-youwant.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1814782956\\/tumblr_lqg5fglKEF1qlcg2go1_500_normal.jpg\"},\"truncated\":false,\"id\":173183980877774849,\"created_at\":\"Fri Feb 24 23:14:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2093000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d0397e11-8bb1-4598-81bd-50312192b44e-173183980877774849" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Après Solange et ses vidéos voilà les vaches #lgw je veux de la drogue moi aussi", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: Après Solange et ses vidéos voilà les vaches #lgw je veux de la drogue moi aussi", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2093000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Apr\\u00e8s Solange et ses vid\\u00e9os voil\\u00e0 les vaches #lgw je veux de la drogue moi aussi\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183983214018561\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"favourites_count\":30,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":663,\"location\":\"DtC\",\"profile_text_color\":\"333333\",\"followers_count\":208,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"statuses_count\":7366,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"monsieurhobby\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":78733185,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\"},\"truncated\":false,\"id\":173183983214018561,\"created_at\":\"Fri Feb 24 23:14:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2093000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2405f15c-5fd5-40b7-bf88-ea88caa34791-173183983214018561" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@MisterMcFlee tu es dans la place ?? #LGW @Yogiimise", +"img": { +"src": "http://a3.twimg.com/profile_images/1578025973/e_M_a_n_u_-188x188_normal.jpg" +}, +"title": "Manu: @MisterMcFlee tu es dans la place ?? #LGW @Yogiimise", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2094000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@MisterMcFlee tu es dans la place ?? #LGW @Yogiimise\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MisterMcFlee\",\"indices\":[0,13],\"id_str\":\"60043161\",\"name\":\"Mister Mc Flee\",\"id\":60043161},{\"screen_name\":\"Yogiimise\",\"indices\":[43,53],\"id_str\":\"30915093\",\"name\":\"Johann M.\",\"id\":30915093}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183703101616128\",\"id_str\":\"173183984715571200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183703101616128,\"in_reply_to_user_id_str\":\"60043161\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":375,\"screen_name\":\"e_M_a_n_u_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3125,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":285,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578025973\\/e_M_a_n_u_-188x188_normal.jpg\",\"description\":\"Homme 2.0 r\\u00e9solument attach\\u00e9 \\u00e0 sa vie sociale IRL !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"189600177\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578025973\\/e_M_a_n_u_-188x188_normal.jpg\",\"name\":\"Manu\",\"default_profile_image\":false,\"created_at\":\"Sat Sep 11 18:20:22 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":189600177,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":\"MisterMcFlee\",\"truncated\":false,\"id\":173183984715571200,\"created_at\":\"Fri Feb 24 23:14:14 +0000 2012\",\"in_reply_to_user_id\":60043161}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2094000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "633ecef6-e758-4f84-8c85-cfd4c51df0d0-173183984715571200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais... mais c'était quoi ça ?! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1579063362/images_normal.jpg" +}, +"title": "Where is my mind ?: Mais... mais c'était quoi ça ?! #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2094000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais... mais c'\\u00e9tait quoi \\u00e7a ?! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183986435235841\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":79,\"screen_name\":\"Look_out_post\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1474,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1579063362\\/images_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"387379234\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579063362\\/images_normal.jpg\",\"name\":\"Where is my mind ?\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 23:30:51 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":387379234,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183986435235841,\"created_at\":\"Fri Feb 24 23:14:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2094000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c4ce8edd-7218-450d-9e2e-cfb28fd302b7-173183986435235841" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @natevscasper: #lgw..... 1st thing i think of FUCK Memphis Light Gas &Water!!!! #LegalCrooks", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @natevscasper: #lgw..... 1st thing i think of FUCK Memphis Light Gas &Water!!!! #LegalCrooks", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2094000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @natevscasper: #lgw..... 1st thing i think of FUCK Memphis Light Gas &Water!!!! #LegalCrooks\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"natevscasper\",\"indices\":[3,16],\"id_str\":\"362301265\",\"name\":\"Nathan Thompson\",\"id\":362301265}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]},{\"text\":\"LegalCrooks\",\"indices\":[83,95]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw..... 1st thing i think of FUCK Memphis Light Gas &Water!!!! #LegalCrooks\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"LegalCrooks\",\"indices\":[65,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183773591089152\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"natevscasper\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":257,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Memphis, TN\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":62,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1513876422\\/9Xn9rmBG_normal\",\"description\":\"Im a kool dude who loves to have a good time. You only leave once LIVE IT UP \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"362301265\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1513876422\\/9Xn9rmBG_normal\",\"name\":\"Nathan Thompson\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 26 05:05:29 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":362301265,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183773591089152,\"created_at\":\"Fri Feb 24 23:13:23 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183985562816514\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183985562816514,\"created_at\":\"Fri Feb 24 23:14:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2094000, +"tags": [ +{ +"id-ref": "efc6c58a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f2eaaf16-5a0c-4742-9b26-0981be62c75e-173183985562816514" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @PRland: Cette impression bizarre de participer à un effort expérimental, c'est juste moi ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1844133961/8x3UkTtw_normal" +}, +"title": "Laurent Aubaret: RT @PRland: Cette impression bizarre de participer à un effort expérimental, c'est juste moi ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2095000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @PRland: Cette impression bizarre de participer \\u00e0 un effort exp\\u00e9rimental, c'est juste moi ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PRland\",\"indices\":[3,10],\"id_str\":\"1421991\",\"name\":\"Eric Maillard\",\"id\":1421991}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Cette impression bizarre de participer \\u00e0 un effort exp\\u00e9rimental, c'est juste moi ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183765324115968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2550,\"screen_name\":\"PRland\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":54033,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/302156681\\/twilk_background_4e35a56daf4a2.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":452,\"profile_link_color\":\"0000ff\",\"followers_count\":7667,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1727472042\\/ChezDisney_normal.jpg\",\"description\":\"Je dirige une agence de RP mais tout ce qui se passe ici n'engage que moi.\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"1421991\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/302156681\\/twilk_background_4e35a56daf4a2.jpg\",\"profile_sidebar_fill_color\":\"952d2f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727472042\\/ChezDisney_normal.jpg\",\"name\":\"Eric Maillard\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 18 15:45:10 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":1421991,\"utc_offset\":3600,\"favourites_count\":173,\"url\":\"http:\\/\\/www.prland.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183765324115968,\"created_at\":\"Fri Feb 24 23:13:21 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183988255567872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":563,\"screen_name\":\"lolofildelo\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":2943,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431542214\\/flickr-10-nov-2006.jpg\",\"location\":\"Valence d'Agen\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"6a19e3\",\"followers_count\":165,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844133961\\/8x3UkTtw_normal\",\"description\":\"Rugby, Politique, Croix Rouge et ferias voila ce que j'aime le plus, et avec l'accent svp sud ouest oblige, ici c'est du 2nd degr\\u00e9s\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"342786952\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431542214\\/flickr-10-nov-2006.jpg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844133961\\/8x3UkTtw_normal\",\"name\":\"Laurent Aubaret\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 26 15:44:40 +0000 2011\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":342786952,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183988255567872,\"created_at\":\"Fri Feb 24 23:14:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2095000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5adf625b-0bf8-4248-86f9-2daa684c7926-173183988255567872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Là je dis Oui !!!!!!!!!", +"img": { +"src": "http://a0.twimg.com/profile_images/1826253762/gifs__20__normal.gif" +}, +"title": "Systaime: #lgw Là je dis Oui !!!!!!!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2095000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw L\\u00e0 je dis Oui !!!!!!!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183991720062976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"systaime18\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3211,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":40,\"profile_link_color\":\"080808\",\"followers_count\":393,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"758882\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"profile_sidebar_fill_color\":\"f5ed08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"name\":\"Systaime\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 08 22:13:03 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":758882,\"utc_offset\":3600,\"favourites_count\":112,\"url\":\"http:\\/\\/www.systaime.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183991720062976,\"created_at\":\"Fri Feb 24 23:14:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2095000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aee21dbd-a5c0-48c0-bf23-8efac0939a1c-173183991720062976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RomainMollet: Le Grand Webze, ou comment se passer de LSD grâce à la télévision française. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: RT @RomainMollet: Le Grand Webze, ou comment se passer de LSD grâce à la télévision française. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2096000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @RomainMollet: Le Grand Webze, ou comment se passer de LSD gr\\u00e2ce \\u00e0 la t\\u00e9l\\u00e9vision fran\\u00e7aise. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"RomainMollet\",\"indices\":[3,16],\"id_str\":\"62795411\",\"name\":\"Romain Mollet\",\"id\":62795411}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Le Grand Webze, ou comment se passer de LSD gr\\u00e2ce \\u00e0 la t\\u00e9l\\u00e9vision fran\\u00e7aise. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183932303548416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"RomainMollet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":80,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 Cin\\u00e9Cr\\u00e9atis depuis moins d'une semaine (18\\/09\\/2011)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"62795411\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"name\":\"Romain Mollet\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 04 11:47:02 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":62795411,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/conneriehumanumest.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183932303548416,\"created_at\":\"Fri Feb 24 23:14:01 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183994895155201\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6516,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183994895155201,\"created_at\":\"Fri Feb 24 23:14:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2096000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df62d382-911f-400f-9798-2b0bb5cdbf7a-173183994895155201" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J ai compris, le grand webzé c est le nouveau culture pub. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848682776/photo_profil_normal.jpg" +}, +"title": "Caroline Pandraud: J ai compris, le grand webzé c est le nouveau culture pub. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2097000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J ai compris, le grand webz\\u00e9 c est le nouveau culture pub. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183998317703171\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":284,\"screen_name\":\"pointPandraud\",\"lang\":\"fr\",\"profile_text_color\":\"F6FC9D\",\"statuses_count\":424,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"FF1269\",\"followers_count\":181,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"description\":\"Project Analyst @faberNovel www.fabernovel.com \\/\\/\\r\\n@essec Business School Alumni \\/\\/ Paris\\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"4F4C4E\",\"id_str\":\"16096262\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"profile_sidebar_fill_color\":\"7A374C\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"name\":\"Caroline Pandraud\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 02 13:18:16 +0000 2008\",\"profile_sidebar_border_color\":\"382334\",\"id\":16096262,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183998317703171,\"created_at\":\"Fri Feb 24 23:14:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2097000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "14296f3a-8447-4ff5-b17d-f30a6d1977ab-173183998317703171" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @BastienJoseph31: Mais WTF cette émission. #lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: RT @BastienJoseph31: Mais WTF cette émission. #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2098000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @BastienJoseph31: Mais WTF cette \\u00e9mission. #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BastienJoseph31\",\"indices\":[3,19],\"id_str\":\"191087175\",\"name\":\"Bastien Joseph\",\"id\":191087175}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"cqui\",\"indices\":[51,56]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Mais WTF cette \\u00e9mission. #lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"cqui\",\"indices\":[30,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183835524186112\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1033,\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":3556,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"followers_count\":667,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"name\":\"Bastien Joseph\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":191087175,\"utc_offset\":null,\"favourites_count\":10,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183835524186112,\"created_at\":\"Fri Feb 24 23:13:38 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184000884604928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3887,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":518,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184000884604928,\"created_at\":\"Fri Feb 24 23:14:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2098000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8047c952-b076-4ac2-9409-51187e28bf71-173184000884604928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "De retour, alors ce #LGW ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1609615947/avatar_normal.jpg" +}, +"title": "Christophe WEILL: De retour, alors ce #LGW ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2099000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"De retour, alors ce #LGW ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184004999229440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":487,\"screen_name\":\"tractataire\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9393,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"location\":\"Montpellier, France\",\"show_all_inline_media\":true,\"listed_count\":18,\"profile_link_color\":\"8f6e31\",\"followers_count\":426,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"description\":\"Communication globale multimedia : print, web, video, e-learning. Curieux et news-addict !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7c985\",\"id_str\":\"24436721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"profile_sidebar_fill_color\":\"a7c964\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"name\":\"Christophe WEILL\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 14 21:54:13 +0000 2009\",\"profile_sidebar_border_color\":\"7b9d01\",\"id\":24436721,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.tractataire.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184004999229440,\"created_at\":\"Fri Feb 24 23:14:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2099000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e232b8a9-6fcd-4898-a77e-467357139707-173184004999229440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @NoaMSanzo: Cyriak sur #lgw réaction d' @ErusaOgawa et moi même \"Oh ouiiiiii\"", +"img": { +"src": "http://a0.twimg.com/profile_images/1804678588/Photo_Effects-1320498080384_wonder_1__normal.jpg" +}, +"title": "Erusa.Ogawa: RT @NoaMSanzo: Cyriak sur #lgw réaction d' @ErusaOgawa et moi même \"Oh ouiiiiii\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2099000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @NoaMSanzo: Cyriak sur #lgw r\\u00e9action d' @ErusaOgawa et moi m\\u00eame \\\"Oh ouiiiiii\\\"\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"NoaMSanzo\",\"indices\":[3,13],\"id_str\":\"369706878\",\"name\":\"Noa M. Sanzo\",\"id\":369706878},{\"screen_name\":\"ErusaOgawa\",\"indices\":[43,54],\"id_str\":\"285171780\",\"name\":\"Erusa.Ogawa\",\"id\":285171780}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Cyriak sur #lgw r\\u00e9action d' @ErusaOgawa et moi m\\u00eame \\\"Oh ouiiiiii\\\"\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ErusaOgawa\",\"indices\":[28,39],\"id_str\":\"285171780\",\"name\":\"Erusa.Ogawa\",\"id\":285171780}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183875714007040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":88,\"screen_name\":\"NoaMSanzo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":497,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/356217196\\/19258835.4.jpg\",\"location\":\"L\\u00e0 o\\u00f9 je dois \\u00eatre\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1817746719\\/tetocarre__1__normal.jpg\",\"description\":\"Perdu dans l'univers entre l'infiniment grand et l'infiniment petit.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"369706878\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/356217196\\/19258835.4.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817746719\\/tetocarre__1__normal.jpg\",\"name\":\"Noa M. Sanzo\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 07 20:16:58 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":369706878,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183875714007040,\"created_at\":\"Fri Feb 24 23:13:48 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184008589557761\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":35,\"screen_name\":\"ErusaOgawa\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":39,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/316408981\\/floral-pattern-wallpaper-black-1600x1200.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":15,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804678588\\/Photo_Effects-1320498080384_wonder_1__normal.jpg\",\"description\":\".Dir en Grey. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"285171780\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/316408981\\/floral-pattern-wallpaper-black-1600x1200.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804678588\\/Photo_Effects-1320498080384_wonder_1__normal.jpg\",\"name\":\"Erusa.Ogawa\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 20 17:18:49 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":285171780,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184008589557761,\"created_at\":\"Fri Feb 24 23:14:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2099000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "825fe89e-6ea5-4aa9-b756-f9f8c1066a0f-173184008589557761" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1831746879/b0b0_normal.png" +}, +"title": "bobo: #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2099000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184006450458624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":311,\"screen_name\":\"b0b0plusun\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1367,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/255479294\\/Sans_titre-5.png\",\"location\":\"Le ciel\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":180,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1831746879\\/b0b0_normal.png\",\"description\":\"J'aime bien les raisins secs. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"68002922\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/255479294\\/Sans_titre-5.png\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1831746879\\/b0b0_normal.png\",\"name\":\"bobo\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 22 22:40:40 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":68002922,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/b0b0.ultra-book.com\\/book\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184006450458624,\"created_at\":\"Fri Feb 24 23:14:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2099000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "929b146b-c6f6-4dbe-ad8b-c4cd36773218-173184006450458624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pourquoi ? Pourquoi les vaches ? J'ai pas compris ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: Pourquoi ? Pourquoi les vaches ? J'ai pas compris ! #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2100000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Pourquoi ? Pourquoi les vaches ? J'ai pas compris ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184010367942657\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"e8e8e8\",\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"favourites_count\":194,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":298,\"location\":\"Is\\u00e8re, France\",\"profile_text_color\":\"3d3438\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"statuses_count\":15002,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"protected\":false,\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Manon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"id\":48084154,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\"},\"in_reply_to_status_id\":null,\"id\":173184010367942657,\"created_at\":\"Fri Feb 24 23:14:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2100000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d4e422f9-1521-4d3a-aecd-04484c10494d-173184010367942657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Longue vie au #LGW ! Y'en a pas deux des émissions comme ça !", +"img": { +"src": "http://a3.twimg.com/profile_images/1768573567/StopSOPA-Profile-Picture_normal.png" +}, +"title": "Tristan Dufour: Longue vie au #LGW ! Y'en a pas deux des émissions comme ça !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2100000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Longue vie au #LGW ! Y'en a pas deux des \\u00e9missions comme \\u00e7a !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184011655577600\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":282,\"screen_name\":\"Teno91\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":837,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/380168548\\/fond-twitter.jpg\",\"location\":\"France,\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":131,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1768573567\\/StopSOPA-Profile-Picture_normal.png\",\"description\":\"Etudiant en Licence Pro Conception et Coordination d'Univers Vid\\u00e9oludiques \\u00e0 Montpellier.\\r\\nhttp:\\/\\/tristan.dufour.free.fr\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"92359747\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380168548\\/fond-twitter.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768573567\\/StopSOPA-Profile-Picture_normal.png\",\"name\":\"Tristan Dufour\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 20:39:00 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":92359747,\"utc_offset\":3600,\"favourites_count\":28,\"url\":\"http:\\/\\/www.olyxo.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184011655577600,\"created_at\":\"Fri Feb 24 23:14:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2100000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "56479c5b-578b-452d-93a8-a7f98af61aab-173184011655577600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh merci ;) #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: Oh merci ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2100000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh merci ;) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184011269718016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"profile_text_color\":\"CEC79B\",\"statuses_count\":35527,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"location\":\"Au pied d'un arc-en-ciel.\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"profile_sidebar_fill_color\":\"46284E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"name\":\"Sylvain Sanders\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_border_color\":\"20183F\",\"id\":37389744,\"utc_offset\":3600,\"favourites_count\":70,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184011269718016,\"created_at\":\"Fri Feb 24 23:14:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2100000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa08ec8d-b5a4-4e59-9db4-56efb208759e-173184011269718016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je préfère ça au dubstep. #Cows #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: Je préfère ça au dubstep. #Cows #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2101000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je pr\\u00e9f\\u00e8re \\u00e7a au dubstep. #Cows #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Cows\",\"indices\":[26,31]},{\"text\":\"lgw\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184015963140096\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":766,\"location\":\"France - Moselle\",\"profile_text_color\":\"3E4415\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"statuses_count\":4352,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"R\\u00e9my D.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":48825435,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\"},\"truncated\":false,\"id\":173184015963140096,\"created_at\":\"Fri Feb 24 23:14:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2101000, +"tags": [ +{ +"id-ref": "efcada76-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "220fb93a-8fc7-4da6-9d7c-b144a6242a76-173184015963140096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En fait #lgw c'est cool pour voir (ou revoir) la trombine de certains de nos followers/followings. Le reste... Comment dire...", +"img": { +"src": "http://a0.twimg.com/profile_images/1141384407/profil_normal.jpg" +}, +"title": "carole gamelin: En fait #lgw c'est cool pour voir (ou revoir) la trombine de certains de nos followers/followings. Le reste... Comment dire...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2101000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"En fait #lgw c'est cool pour voir (ou revoir) la trombine de certains de nos followers\\/followings. Le reste... Comment dire...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184015141044224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":659,\"screen_name\":\"carolegamelin\",\"lang\":\"fr\",\"profile_text_color\":\"6f7829\",\"statuses_count\":11509,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Pau, France\",\"show_all_inline_media\":true,\"listed_count\":64,\"profile_link_color\":\"520d20\",\"followers_count\":766,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1141384407\\/profil_normal.jpg\",\"description\":\"Journaliste, chef du desk num\\u00e9rique \\u00e0 La R\\u00e9publique des Pyr\\u00e9n\\u00e9es \\u00e0 Pau. Animatrice de communaut\\u00e9s et de Twittap\\u00e9ros. Tarte au Maroilles maison sur demande.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"78605f\",\"id_str\":\"19910673\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1141384407\\/profil_normal.jpg\",\"name\":\"carole gamelin\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 02 15:09:06 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":19910673,\"utc_offset\":3600,\"favourites_count\":255,\"url\":\"http:\\/\\/www.larepubliquedespyrenees.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184015141044224,\"created_at\":\"Fri Feb 24 23:14:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2101000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cad07e8d-1402-43b3-a650-6b85f4263903-173184015141044224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "1ère fois que je regarde #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1444398619/iam_CM_normal.jpg" +}, +"title": "christian menez: 1ère fois que je regarde #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2102000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"1\\u00e8re fois que je regarde #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[25,29]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184017422761984\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"iam_CM\",\"lang\":\"en\",\"favourites_count\":1319,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1232,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2403,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1444398619\\/iam_CM_normal.jpg\",\"description\":\"Personal account. \\r\\nHead of Marketing Services Dpt. @SonyMusicFr \\r\\nCM but not CM. Unfinished bio.\\r\\n\",\"statuses_count\":21044,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/137120082\\/blanco.jpg\",\"show_all_inline_media\":false,\"listed_count\":127,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"17677114\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"christian menez\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/137120082\\/blanco.jpg\",\"created_at\":\"Thu Nov 27 12:52:46 +0000 2008\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":17677114,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.facebook.com\\/cmenez\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1444398619\\/iam_CM_normal.jpg\"},\"truncated\":false,\"id\":173184017422761984,\"created_at\":\"Fri Feb 24 23:14:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2102000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "14119868-d7e3-4e65-bfa0-3e244d7a7dc9-173184017422761984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bigre o_O Un troll ??? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Bigre o_O Un troll ??? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2103000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bigre o_O Un troll ??? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184025345785856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3195,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184025345785856,\"created_at\":\"Fri Feb 24 23:14:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2103000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "501a4c50-cca7-4ad2-8a20-8ee1658bdb43-173184025345785856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cool #lgw ca renoue un peu avec les nuits de #ARTE avec cette vidéo", +"img": { +"src": "http://a0.twimg.com/profile_images/1819882790/tetocarre_normal.jpg" +}, +"title": "Cédric BILLAUDELLE: Cool #lgw ca renoue un peu avec les nuits de #ARTE avec cette vidéo", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2104000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Cool #lgw ca renoue un peu avec les nuits de #ARTE avec cette vid\\u00e9o\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]},{\"text\":\"ARTE\",\"indices\":[45,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184026683781120\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"Cbill0\",\"lang\":\"fr\",\"profile_text_color\":\"F2ECF9\",\"statuses_count\":1108,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"location\":\"Lille, FR\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"1a1aba\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 l'IAE de Lille, mais pur produit des Ardennes. Aime beaucoup apprendre, mais n'aime pas qu'on lui fasse la le\\u00e7on.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E44B22\",\"id_str\":\"84313428\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"profile_sidebar_fill_color\":\"2C446A\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"name\":\"C\\u00e9dric BILLAUDELLE\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 12:34:22 +0000 2009\",\"profile_sidebar_border_color\":\"0C0F22\",\"id\":84313428,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184026683781120,\"created_at\":\"Fri Feb 24 23:14:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2104000, +"tags": [ +{ +"id-ref": "ef760cf8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4cc056fb-939e-412c-8f89-4997916b4bde-173184026683781120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze Hey les gars du Palmashow, vous n'auriez pas une Gameboy Advance à me vendre @ebaycacraint #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1675703673/Photo-0134_normal.jpg" +}, +"title": "Georges Dolz: @LeGrandWebze Hey les gars du Palmashow, vous n'auriez pas une Gameboy Advance à me vendre @ebaycacraint #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2104000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze Hey les gars du Palmashow, vous n'auriez pas une Gameboy Advance \\u00e0 me vendre @ebaycacraint #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[106,110]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184027770109954\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":82,\"screen_name\":\"GeorgesDolz\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1675703673\\/Photo-0134_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"429230125\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1675703673\\/Photo-0134_normal.jpg\",\"name\":\"Georges Dolz\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 05 18:30:42 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":429230125,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173184027770109954,\"created_at\":\"Fri Feb 24 23:14:24 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2104000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "21b72cca-fb22-4cf6-a863-65b7c25cadf2-173184027770109954" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Y'a des gens qui S'ENNUIENT devant les vidéos de 2mn de @SolangeTeParle. Vous le vivez comment, votre déficit de l'attention ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1744048818/qUG3d_normal.jpg" +}, +"title": "Simon: #LGW Y'a des gens qui S'ENNUIENT devant les vidéos de 2mn de @SolangeTeParle. Vous le vivez comment, votre déficit de l'attention ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2105000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Y'a des gens qui S'ENNUIENT devant les vid\\u00e9os de 2mn de @SolangeTeParle. Vous le vivez comment, votre d\\u00e9ficit de l'attention ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[61,76],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184030798389249\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":288,\"screen_name\":\"Srsim\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":10574,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Third rock from the sun\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"2FC2EF\",\"followers_count\":309,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\",\"description\":\"BiotechnoLOLgy and random crap. J'essaie de vivre ma vie \\u00e0 fond en passant pour un con au moins une fois par jour.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"130871832\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\",\"name\":\"Simon\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 08 15:44:24 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":130871832,\"utc_offset\":3600,\"favourites_count\":84,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184030798389249,\"created_at\":\"Fri Feb 24 23:14:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2105000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fbac3588-e16d-45aa-9480-96d22e851569-173184030798389249" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ca me rappelle les courts-métrages barrés du festival du court-métrage à Tourcoing #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1801974559/51VNTOCGF1L._SS400__normal.jpg" +}, +"title": "Guillaume Gurdil: Ca me rappelle les courts-métrages barrés du festival du court-métrage à Tourcoing #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2105000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ca me rappelle les courts-m\\u00e9trages barr\\u00e9s du festival du court-m\\u00e9trage \\u00e0 Tourcoing #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184030253121536\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":164,\"screen_name\":\"gurdiiil\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2781,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"description\":\"Geek\\/Nerd, drogu\\u00e9 \\u00e0 la musique, atterr\\u00e9 perp\\u00e9tuel (parce qu'indign\\u00e9, c'est galvaud\\u00e9) qui garde le sens de l'humour (beh ouais, faut bien!)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"89754233\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"name\":\"Guillaume Gurdil\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 13 17:56:00 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":89754233,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/luniquemonsieurtoutlemonde.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184030253121536,\"created_at\":\"Fri Feb 24 23:14:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2105000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0ba24b02-3ed3-449e-b212-d8d68b78605a-173184030253121536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "OMG c'est vrai, cette vidéo c'est pire que #TheHumanCentipede #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1845606272/marikiki_07_02_12_normal.jpg" +}, +"title": "Tluonra: OMG c'est vrai, cette vidéo c'est pire que #TheHumanCentipede #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2105000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"OMG c'est vrai, cette vid\\u00e9o c'est pire que #TheHumanCentipede #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"TheHumanCentipede\",\"indices\":[43,61]},{\"text\":\"lgw\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184033960898560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":174,\"screen_name\":\"Tluonra\",\"lang\":\"fr\",\"profile_text_color\":\"080108\",\"statuses_count\":6956,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431637274\\/back_tw_1111.jpg\",\"location\":\"Somewhere over the rainbow\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"e50ef0\",\"followers_count\":222,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845606272\\/marikiki_07_02_12_normal.jpg\",\"description\":\"Graphiste free-lance flammes et twitteuse \\u00e0 gage : Pumm Pumm (appeler aux horaires de bureau)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3c363d\",\"id_str\":\"80332571\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431637274\\/back_tw_1111.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845606272\\/marikiki_07_02_12_normal.jpg\",\"name\":\"Tluonra\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 06 15:47:08 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":80332571,\"utc_offset\":3600,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184033960898560,\"created_at\":\"Fri Feb 24 23:14:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2105000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efd21480-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a077475d-5cbe-449d-a3c8-b137eb64faf9-173184033960898560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw n'importe quoi les vaches... Un truc à faire des cauchemar.", +"img": { +"src": "http://a0.twimg.com/profile_images/1421767677/n775859914_630617_3556_normal.jpg" +}, +"title": "Thibaut: #lgw n'importe quoi les vaches... Un truc à faire des cauchemar.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2106000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw n'importe quoi les vaches... Un truc \\u00e0 faire des cauchemar.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184036037083136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":436,\"screen_name\":\"thibautchampey\",\"lang\":\"fr\",\"profile_text_color\":\"c8c8cc\",\"statuses_count\":154,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"location\":\"Paris \",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0c0d0d\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"description\":\"Communication enabled geek.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3b3d3d\",\"id_str\":\"282143992\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"profile_sidebar_fill_color\":\"68696e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"name\":\"Thibaut\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 14 16:45:25 +0000 2011\",\"profile_sidebar_border_color\":\"e6ebe4\",\"id\":282143992,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"https:\\/\\/sites.google.com\\/site\\/thibautchampey\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184036037083136,\"created_at\":\"Fri Feb 24 23:14:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2106000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cf7b8e80-5ff6-49fa-8344-9ba5fdffe205-173184036037083136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sympas les vachettes #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1815934444/image_normal.jpg" +}, +"title": "Laurent Sarralangue: Sympas les vachettes #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2108000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Sympas les vachettes #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184042970263552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":413,\"screen_name\":\"lolosarralangue\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1680,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":92,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815934444\\/image_normal.jpg\",\"description\":\"Actu. Web. Sports. De la balle de squash \\u00e0 l'ovale. L\\u00e9g\\u00e8rement geek. Musique. S'informer pour se cultiver, mais pas seulement.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"387773705\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815934444\\/image_normal.jpg\",\"name\":\"Laurent Sarralangue\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 09 17:03:03 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":387773705,\"utc_offset\":null,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184042970263552,\"created_at\":\"Fri Feb 24 23:14:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2108000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "009a6d7a-5e6e-43fd-a0a9-a05c00aa935d-173184042970263552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Idem @PRland: Cette impression bizarre de participer à un effort expérimental, c'est juste moi ? #lgw\"", +"img": { +"src": "http://a0.twimg.com/profile_images/1844133961/8x3UkTtw_normal" +}, +"title": "Laurent Aubaret: Idem @PRland: Cette impression bizarre de participer à un effort expérimental, c'est juste moi ? #lgw\"", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2111000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Idem @PRland: Cette impression bizarre de participer \\u00e0 un effort exp\\u00e9rimental, c'est juste moi ? #lgw\\\"\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PRland\",\"indices\":[5,12],\"name\":\"Eric Maillard\",\"id_str\":\"1421991\",\"id\":1421991}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[97,101]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184058598240259\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"lolofildelo\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":563,\"location\":\"Valence d'Agen\",\"profile_text_color\":\"3C3940\",\"followers_count\":165,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844133961\\/8x3UkTtw_normal\",\"description\":\"Rugby, Politique, Croix Rouge et ferias voila ce que j'aime le plus, et avec l'accent svp sud ouest oblige, ici c'est du 2nd degr\\u00e9s\",\"statuses_count\":2943,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431542214\\/flickr-10-nov-2006.jpg\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"6a19e3\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"342786952\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Laurent Aubaret\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431542214\\/flickr-10-nov-2006.jpg\",\"created_at\":\"Tue Jul 26 15:44:40 +0000 2011\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":342786952,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844133961\\/8x3UkTtw_normal\"},\"truncated\":false,\"id\":173184058598240259,\"created_at\":\"Fri Feb 24 23:14:31 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2111000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "877818e6-af75-441f-8226-ccd1b54460e5-173184058598240259" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Raydacteur: #lgw Légèrement Givré le Webze", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @Raydacteur: #lgw Légèrement Givré le Webze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2111000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Raydacteur: #lgw L\\u00e9g\\u00e8rement Givr\\u00e9 le Webze\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Raydacteur\",\"indices\":[3,14],\"name\":\"Philippe B\",\"id_str\":\"14400518\",\"id\":14400518}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw L\\u00e9g\\u00e8rement Givr\\u00e9 le Webze\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183774895509504\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5e1410\",\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"favourites_count\":297,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1749,\"location\":\"Crozon, Brittany\",\"profile_text_color\":\"000000\",\"followers_count\":2618,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"statuses_count\":28279,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Philippe B\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_fill_color\":\"d3ede7\",\"id\":14400518,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\"},\"truncated\":false,\"id\":173183774895509504,\"created_at\":\"Fri Feb 24 23:13:24 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184058082344960\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":543,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"statuses_count\":636,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Royer Charles-Henri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":185396126,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\"},\"truncated\":false,\"id\":173184058082344960,\"created_at\":\"Fri Feb 24 23:14:31 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2111000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b49101a2-0cc9-4457-a2fd-93735ce32323-173184058082344960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "j'y suis !!!! #consécration RT @solferishow En-norme. #lgw cc @Tweets2Comptoir", +"img": { +"src": "http://a1.twimg.com/profile_images/1638976981/43_43_-_2_normal.jpg" +}, +"title": "caroline: j'y suis !!!! #consécration RT @solferishow En-norme. #lgw cc @Tweets2Comptoir", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2112000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"j'y suis !!!! #cons\\u00e9cration RT @solferishow En-norme. #lgw cc @Tweets2Comptoir\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"solferishow\",\"indices\":[31,43],\"id_str\":\"232221031\",\"name\":\"Solferishow\",\"id\":232221031},{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[63,79],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"cons\\u00e9cration\",\"indices\":[14,27]},{\"text\":\"lgw\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184061634904064\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":501,\"screen_name\":\"mononoke62\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8221,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"0084B4\",\"followers_count\":501,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638976981\\/43_43_-_2_normal.jpg\",\"description\":\"Le v\\u00e9ritable lieu de naissance est celui o\\u00f9 l'on a port\\u00e9 pour la 1\\u00e8re fois un coup d'oeil intelligent sur soi-m\\u00eame : mes premi\\u00e8res patries ont \\u00e9t\\u00e9 les livres MY\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"126877700\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638976981\\/43_43_-_2_normal.jpg\",\"name\":\"caroline\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 27 08:07:05 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":126877700,\"utc_offset\":3600,\"favourites_count\":16,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184061634904064,\"created_at\":\"Fri Feb 24 23:14:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2112000, +"tags": [ +{ +"id-ref": "efd29c34-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "61d12da7-6d19-4199-8e96-2462748e3bc4-173184061634904064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, un anonymous ! :o #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Oh, un anonymous ! :o #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2112000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, un anonymous ! :o #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184062540881922\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184062540881922,\"created_at\":\"Fri Feb 24 23:14:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2112000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "10a8b3fc-1366-4354-9307-c5e4e5ba3c8c-173184062540881922" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze c'est bien de soutenir une bonne cows #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1838966274/FB_lille_normal.png" +}, +"title": "airnadette: @LeGrandWebze c'est bien de soutenir une bonne cows #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2113000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze c'est bien de soutenir une bonne cows #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184067276247041\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":609,\"screen_name\":\"airnadette\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2227,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/369986320\\/AirnadetteAff800x1200px.jpg\",\"location\":\"In the air !\",\"show_all_inline_media\":true,\"listed_count\":37,\"profile_link_color\":\"580f5c\",\"followers_count\":1402,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838966274\\/FB_lille_normal.png\",\"description\":\"Le plus gros airband de mon dentier ! Tourn\\u00e9e fran\\u00e7aise \\u00e0 partir du 30 mars. Twits et photos \\u00e0 la truelle par Chateau Brutal. \\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"68680674\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/369986320\\/AirnadetteAff800x1200px.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838966274\\/FB_lille_normal.png\",\"name\":\"airnadette\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 25 12:33:54 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":68680674,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.airnadette.com\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173184067276247041,\"created_at\":\"Fri Feb 24 23:14:33 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2113000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dd4e3032-3ba6-4a3a-a433-f3645165b5ee-173184067276247041" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a2.twimg.com/profile_images/124041914/irtt-small60_normal.jpg" +}, +"title": "irtt: #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2114000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184069402771456\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":102,\"screen_name\":\"irtt\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":6,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/9187965\\/irtt512.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":60,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/124041914\\/irtt-small60_normal.jpg\",\"description\":\"iRTT on iPhone\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"29156934\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/9187965\\/irtt512.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/124041914\\/irtt-small60_normal.jpg\",\"name\":\"irtt\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 06 06:34:07 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":29156934,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/bit.ly\\/9s9fTX\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184069402771456,\"created_at\":\"Fri Feb 24 23:14:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2114000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8dd5ea31-67ba-43c2-81c1-d030f11115a9-173184069402771456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "AH AH AH #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: AH AH AH #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2116000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"AH AH AH #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184076218507267\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"favourites_count\":110,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":141,\"location\":\"Albi, France\",\"profile_text_color\":\"ba9012\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"statuses_count\":5331,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":29086699,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/isshin-san.over-blog.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\"},\"truncated\":false,\"id\":173184076218507267,\"created_at\":\"Fri Feb 24 23:14:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2116000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9e80873d-f4f9-4981-8a46-8c1fe344af2d-173184076218507267" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Anonymous ? lol #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: #Anonymous ? lol #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2117000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Anonymous ? lol #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Anonymous\",\"indices\":[0,10]},{\"text\":\"LGW\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184081167781888\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83436,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184081167781888,\"created_at\":\"Fri Feb 24 23:14:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2117000, +"tags": [ +{ +"id-ref": "efd31fe2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9c90dddb-6d54-47fd-a62b-79b9c0158945-173184081167781888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @lucasparax: Fallait prévenir qu'il fallait fumer un pétard pour le truc des vaches, là #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1685061192/Photo_du_10-12-11___15.18_normal.jpg" +}, +"title": "DelloyeCoiteux: RT @lucasparax: Fallait prévenir qu'il fallait fumer un pétard pour le truc des vaches, là #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2117000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @lucasparax: Fallait pr\\u00e9venir qu'il fallait fumer un p\\u00e9tard pour le truc des vaches, l\\u00e0 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"lucasparax\",\"indices\":[3,14],\"id_str\":\"333415548\",\"name\":\"Lucas Parax\",\"id\":333415548}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Fallait pr\\u00e9venir qu'il fallait fumer un p\\u00e9tard pour le truc des vaches, l\\u00e0 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183953069551616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":731,\"screen_name\":\"lucasparax\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9269,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"990000\",\"followers_count\":539,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"description\":\"Politique, musique, r\\u00e9flexions absurdes. J'aime bien votre veste, mais faudrait penser \\u00e0 ne pas la retourner. #\\u00e9lys\\u00e9e_2012 #rock\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"333415548\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"name\":\"Lucas Parax\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 11 14:14:27 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":333415548,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/lucasparax.over-blog.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183953069551616,\"created_at\":\"Fri Feb 24 23:14:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184083030052864\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":276,\"screen_name\":\"DelloyeCoiteux\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2103,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":89,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"description\":\"Design, Architecture, Photographie, Web et autres petites curiosit\\u00e9s\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"433388967\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"name\":\"DelloyeCoiteux\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 10 14:14:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":433388967,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184083030052864,\"created_at\":\"Fri Feb 24 23:14:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2117000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1325b917-0a02-4611-804e-614891268a1b-173184083030052864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'adore ce truc psychédélique avec les vaches. Vous avez fumé quoi les gars ? #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1649948075/image_normal.jpg" +}, +"title": "ORTF_2_0: J'adore ce truc psychédélique avec les vaches. Vous avez fumé quoi les gars ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2119000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'adore ce truc psych\\u00e9d\\u00e9lique avec les vaches. Vous avez fum\\u00e9 quoi les gars ? #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[78,82]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184089866768384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":212,\"screen_name\":\"ORTF_2_0\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":8841,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/259103493\\/DSC_0207.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"2FC2EF\",\"followers_count\":451,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1649948075\\/image_normal.jpg\",\"description\":\"Mercenaire de l'audiovisuel, cathodique pratiquante et glaneuse professionnelle. Orf\\u00e8vre du temps de cerveau disponible. Prix Sulitzer 2009.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"305637572\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/259103493\\/DSC_0207.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649948075\\/image_normal.jpg\",\"name\":\"ORTF_2_0\",\"default_profile_image\":false,\"created_at\":\"Thu May 26 15:09:58 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":305637572,\"utc_offset\":3600,\"favourites_count\":52,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184089866768384,\"created_at\":\"Fri Feb 24 23:14:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2119000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "91401b6c-5d8c-4265-afc7-bc66093a425b-173184089866768384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@PRland c'est parce que t'as oublié le #cqui :) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: @PRland c'est parce que t'as oublié le #cqui :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2119000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"PRland\",\"favorited\":false,\"text\":\"@PRland c'est parce que t'as oubli\\u00e9 le #cqui :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PRland\",\"indices\":[0,7],\"name\":\"Eric Maillard\",\"id_str\":\"1421991\",\"id\":1421991}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[39,44]},{\"text\":\"lgw\",\"indices\":[48,52]}]},\"in_reply_to_user_id\":1421991,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173183765324115968,\"in_reply_to_status_id_str\":\"173183765324115968\",\"id_str\":\"173184091020206080\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6696,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173184091020206080,\"created_at\":\"Fri Feb 24 23:14:39 +0000 2012\",\"in_reply_to_user_id_str\":\"1421991\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2119000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3b2c89da-4a60-471c-a573-f396b37b6c7a-173184091020206080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ce sont des vaches espagnoles ? Elles sont dopées ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1824903133/SDOTg1nV_normal" +}, +"title": "Kara Noyak: #lgw ce sont des vaches espagnoles ? Elles sont dopées ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2120000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ce sont des vaches espagnoles ? Elles sont dop\\u00e9es ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184096573456385\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":139,\"screen_name\":\"KaraNoyak\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":475,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Besan\\u00e7on\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1824903133\\/SDOTg1nV_normal\",\"description\":\"employ\\u00e9e dune grande entreprise. S'interesse \\u00e0 tout et son contraire... et surtout \\u00e0 ce dernier !\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"460064227\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824903133\\/SDOTg1nV_normal\",\"name\":\"Kara Noyak\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 10 10:31:51 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":460064227,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184096573456385,\"created_at\":\"Fri Feb 24 23:14:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2120000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa0f6d96-de4b-4b93-897f-4fb9c71ae7ba-173184096573456385" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@samy_nimum mais trop! #FATCH! T'as vu leur décor cube, c'était mon idée. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1840653868/ns_normal.png" +}, +"title": "Christophe Obzilo: @samy_nimum mais trop! #FATCH! T'as vu leur décor cube, c'était mon idée. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2120000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@samy_nimum mais trop! #FATCH! T'as vu leur d\\u00e9cor cube, c'\\u00e9tait mon id\\u00e9e. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"samy_nimum\",\"indices\":[0,11],\"id_str\":\"246752511\",\"name\":\"Samy Nimum\",\"id\":246752511}],\"urls\":[],\"hashtags\":[{\"text\":\"FATCH\",\"indices\":[23,29]},{\"text\":\"lgw\",\"indices\":[74,78]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183598583742464\",\"id_str\":\"173184095596199936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183598583742464,\"in_reply_to_user_id_str\":\"246752511\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":99,\"screen_name\":\"obzilo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1330,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/426046052\\/pattern.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"00aade\",\"followers_count\":103,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850913087\\/Magritte_Black_Background_normal.png\",\"description\":\"\\u00c9tudiant en Communication & Hyperm\\u00e9dia \\/\\/\\r\\nGraphisme | Web | Open source | Ubuntu | Android\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"120293952\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426046052\\/pattern.png\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850913087\\/Magritte_Black_Background_normal.png\",\"name\":\"Christophe Obzilo\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 01:21:49 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":120293952,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"samy_nimum\",\"truncated\":false,\"id\":173184095596199936,\"created_at\":\"Fri Feb 24 23:14:40 +0000 2012\",\"in_reply_to_user_id\":246752511}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2120000, +"tags": [ +{ +"id-ref": "efc1dd54-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "24387874-1a10-46e0-aaaa-f2589ad44d06-173184095596199936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Y a des vidéo très bizar dans cette émission quand même #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/526848600/nana-univers-vip-blog-com-172396mika_nakashima_as_nana_normal.jpg" +}, +"title": "prudence julian: Y a des vidéo très bizar dans cette émission quand même #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2120000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Y a des vid\\u00e9o tr\\u00e8s bizar dans cette \\u00e9mission quand m\\u00eame #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetcaster.com\\\" rel=\\\"nofollow\\\"\\u003ETweetCaster for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184093557751809\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":34,\"screen_name\":\"pruejulian\",\"lang\":\"en\",\"profile_text_color\":\"3D1957\",\"statuses_count\":43,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/9868192\\/1207337754562.jpg\",\"location\":\"paris, france\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/526848600\\/nana-univers-vip-blog-com-172396mika_nakashima_as_nana_normal.jpg\",\"description\":\"...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"683e74\",\"id_str\":\"33489322\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/9868192\\/1207337754562.jpg\",\"profile_sidebar_fill_color\":\"e9bee1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/526848600\\/nana-univers-vip-blog-com-172396mika_nakashima_as_nana_normal.jpg\",\"name\":\"prudence julian\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 20 11:54:57 +0000 2009\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":33489322,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184093557751809,\"created_at\":\"Fri Feb 24 23:14:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2120000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1ec8cb25-8583-4aad-85f3-7b2401b1532f-173184093557751809" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Trop OLD et WTF à la fois pour moi #lgw ... Je préfère me promener seul sur Twitter.", +"img": { +"src": "http://a3.twimg.com/profile_images/1679388535/Capture_d__cran_2011-12-07___19.36.48_normal.png" +}, +"title": "Antoine G: Trop OLD et WTF à la fois pour moi #lgw ... Je préfère me promener seul sur Twitter.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2120000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Trop OLD et WTF \\u00e0 la fois pour moi #lgw ... Je pr\\u00e9f\\u00e8re me promener seul sur Twitter.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184095801708545\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"Wizidi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2993,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Rennes\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1679388535\\/Capture_d__cran_2011-12-07___19.36.48_normal.png\",\"description\":\"\\u00c9tudiant Rennais en IUT GEA de 19 ans. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"87478259\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1679388535\\/Capture_d__cran_2011-12-07___19.36.48_normal.png\",\"name\":\"Antoine G\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 04 16:44:01 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":87478259,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184095801708545,\"created_at\":\"Fri Feb 24 23:14:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2120000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3002db59-7042-44e0-bfe3-98e369d9f6be-173184095801708545" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Toi aussi, essaie de faire planter le mur de #lgw #tweetprecedent", +"img": { +"src": "http://a0.twimg.com/profile_images/1817366921/tetocarre_normal.jpg" +}, +"title": "Vincent Maston: Toi aussi, essaie de faire planter le mur de #lgw #tweetprecedent", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2121000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Toi aussi, essaie de faire planter le mur de #lgw #tweetprecedent\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]},{\"text\":\"tweetprecedent\",\"indices\":[50,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184097403936768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":372,\"screen_name\":\"vnz\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":5718,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"followers_count\":386,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817366921\\/tetocarre_normal.jpg\",\"description\":\"I am not Venezuela, I swear.\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"18610288\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817366921\\/tetocarre_normal.jpg\",\"name\":\"Vincent Maston\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 04 20:17:36 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18610288,\"utc_offset\":3600,\"favourites_count\":313,\"url\":\"http:\\/\\/www.souslaneige.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184097403936768,\"created_at\":\"Fri Feb 24 23:14:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2121000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efd3f5a2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6e4bcb10-1159-48eb-bfff-d7f319a79d24-173184097403936768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hahahah, cette émission est complètement weird #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1834768035/IMG_0490__2__normal.jpg" +}, +"title": "Olivia: Hahahah, cette émission est complètement weird #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2124000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Hahahah, cette \\u00e9mission est compl\\u00e8tement weird #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184109978464256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":211,\"screen_name\":\"Vespertinea\",\"lang\":\"fr\",\"profile_text_color\":\"8ec295\",\"statuses_count\":2557,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/409586479\\/edie_sedgwick.jpg\",\"location\":\"Rouen\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"b9bfba\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1834768035\\/IMG_0490__2__normal.jpg\",\"description\":\"Fille spirituelle de Groucho Marx.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0c0d0d\",\"id_str\":\"58189856\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/409586479\\/edie_sedgwick.jpg\",\"profile_sidebar_fill_color\":\"254f16\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1834768035\\/IMG_0490__2__normal.jpg\",\"name\":\"Olivia\",\"default_profile_image\":false,\"created_at\":\"Sun Jul 19 12:50:50 +0000 2009\",\"profile_sidebar_border_color\":\"5b755a\",\"id\":58189856,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184109978464256,\"created_at\":\"Fri Feb 24 23:14:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2124000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e2457bb3-d332-413d-8a7d-476e069ad520-173184109978464256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Largentula: yeah @balmeyer dans #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1715925188/image_normal.jpg" +}, +"title": "Mme Pastel: RT @Largentula: yeah @balmeyer dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2126000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Largentula: yeah @balmeyer dans #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Largentula\",\"indices\":[3,14],\"id_str\":\"17374070\",\"name\":\"Largentula\",\"id\":17374070},{\"screen_name\":\"balmeyer\",\"indices\":[21,30],\"id_str\":\"7288872\",\"name\":\"Balmeyer\",\"id\":7288872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"yeah @balmeyer dans #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"balmeyer\",\"indices\":[5,14],\"id_str\":\"7288872\",\"name\":\"Balmeyer\",\"id\":7288872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183342060113920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":116,\"screen_name\":\"Largentula\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3824,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"sur le canap\\u00e9\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"990000\",\"followers_count\":174,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1650721797\\/Largy_normal.jpg\",\"description\":\"prout\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"17374070\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650721797\\/Largy_normal.jpg\",\"name\":\"Largentula\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 13 22:12:09 +0000 2008\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":17374070,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183342060113920,\"created_at\":\"Fri Feb 24 23:11:40 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184120489390080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":226,\"screen_name\":\"mmepastel\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10822,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":23,\"profile_link_color\":\"0084B4\",\"followers_count\":333,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1715925188\\/image_normal.jpg\",\"description\":\"Je fais un blog super passionnant sur la f\\u00e9minitude et sinon j'aime bien dire des conneries sur twitter.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"106690616\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1715925188\\/image_normal.jpg\",\"name\":\"Mme Pastel\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 20 10:34:25 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":106690616,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/mmepastel.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184120489390080,\"created_at\":\"Fri Feb 24 23:14:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2126000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f4fd8cab-3e9c-4914-a7e5-d2424c555068-173184120489390080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tout le monde (2 twittos) me dit #LGW.", +"img": { +"src": "http://a2.twimg.com/profile_images/1830077317/T_as_raison_peut-_tre_qu_en_agrandissant_t_aurais_vu_mes_seins_surtout_sachant_que_je_suis_de_dos_normal.jpg" +}, +"title": "Curiosity ☠ the cat.: Tout le monde (2 twittos) me dit #LGW.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2127000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tout le monde (2 twittos) me dit #LGW.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184124809519105\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"HeLLuby\",\"lang\":\"fr\",\"profile_text_color\":\"ffe3ec\",\"statuses_count\":15113,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433311126\\/tumblr_lgj40nCcF31qd0ozlo1_500.jpg\",\"location\":\"Paris, FR.\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"b6f5cf\",\"followers_count\":459,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1830077317\\/T_as_raison_peut-_tre_qu_en_agrandissant_t_aurais_vu_mes_seins_surtout_sachant_que_je_suis_de_dos_normal.jpg\",\"description\":\"J'aime bien faire des bruits bizarres avec ma bouche. Enfant cach\\u00e9e du Socially Awkward Penguin et de l'Anxiety Cat. #Keur les roux. #HOULOULOU\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"27427320\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433311126\\/tumblr_lgj40nCcF31qd0ozlo1_500.jpg\",\"profile_sidebar_fill_color\":\"fffbed\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830077317\\/T_as_raison_peut-_tre_qu_en_agrandissant_t_aurais_vu_mes_seins_surtout_sachant_que_je_suis_de_dos_normal.jpg\",\"name\":\"Curiosity \\u2620 the cat.\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 29 13:59:33 +0000 2009\",\"profile_sidebar_border_color\":\"caeef7\",\"id\":27427320,\"utc_offset\":-10800,\"favourites_count\":508,\"url\":\"http:\\/\\/flavors.me\\/helluby\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184124809519105,\"created_at\":\"Fri Feb 24 23:14:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2127000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "28727604-598a-4bb9-8e67-29a98533066c-173184124809519105" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze c'est pas Chirac ? pourtant il adore les vaches au Salon de l'agriculture... #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: @LeGrandWebze c'est pas Chirac ? pourtant il adore les vaches au Salon de l'agriculture... #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2129000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze c'est pas Chirac ? pourtant il adore les vaches au Salon de l'agriculture... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173183766653710336\",\"id_str\":\"173184131788836865\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183766653710336,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10392,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173184131788836865,\"created_at\":\"Fri Feb 24 23:14:49 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2129000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae07dbcd-e07c-4df0-b5c2-803ee1a18c28-173184131788836865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@StadeFrance Au #LGW ON EST CHEZ NOUS @LudoDelaherche #stadedefrance #lgw #TeamSF", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @StadeFrance Au #LGW ON EST CHEZ NOUS @LudoDelaherche #stadedefrance #lgw #TeamSF", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2129000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@StadeFrance Au #LGW ON EST CHEZ NOUS @LudoDelaherche #stadedefrance #lgw #TeamSF\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"StadeFrance\",\"indices\":[0,12],\"id_str\":\"88690419\",\"name\":\"Stade de France\",\"id\":88690419},{\"screen_name\":\"LudoDelaherche\",\"indices\":[38,53],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[16,20]},{\"text\":\"stadedefrance\",\"indices\":[55,69]},{\"text\":\"lgw\",\"indices\":[70,74]},{\"text\":\"TeamSF\",\"indices\":[75,82]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183966986248193\",\"id_str\":\"173184132870967296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183966986248193,\"in_reply_to_user_id_str\":\"88690419\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34409,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"StadeFrance\",\"truncated\":false,\"id\":173184132870967296,\"created_at\":\"Fri Feb 24 23:14:49 +0000 2012\",\"in_reply_to_user_id\":88690419}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2129000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73ddc0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2585d146-b0af-4857-996f-6e289c2cea2d-173184132870967296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bravo @watchmefalll pour ton tweet qui vient de passer dans #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1705307372/hobbit-poster_normal.jpg" +}, +"title": "Florenzo84: Bravo @watchmefalll pour ton tweet qui vient de passer dans #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2129000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Bravo @watchmefalll pour ton tweet qui vient de passer dans #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"watchmefalll\",\"indices\":[6,19],\"name\":\"watchmefalll\",\"id_str\":\"161378075\",\"id\":161378075}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[60,64]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184131893702657\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"florenzo84\",\"lang\":\"fr\",\"favourites_count\":626,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":567,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":534,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"description\":\"Twitter c'est le seul endroit ou tu deviens tout excit\\u00e9 lorsqu'un inconnu se met \\u00e0 te suivre. Series & Cin\\u00e9 Addict.#LiveTweet #Roucasserie #CartelParisien\",\"statuses_count\":18892,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"122429634\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Florenzo84\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"created_at\":\"Fri Mar 12 17:40:12 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":122429634,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\"},\"truncated\":false,\"id\":173184131893702657,\"created_at\":\"Fri Feb 24 23:14:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2129000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8948f40c-5e4e-4797-a221-db700e2054ea-173184131893702657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bruno Patino est l'homme qui a installé #lgw sur la chaîne du savoir et de la connaissance ? #lechangementcestmaintenenantceseraitbien", +"img": { +"src": "http://a1.twimg.com/profile_images/1835468356/brp2-1-1_normal.jpg" +}, +"title": "Bruno Roger-Petit: Bruno Patino est l'homme qui a installé #lgw sur la chaîne du savoir et de la connaissance ? #lechangementcestmaintenenantceseraitbien", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2129000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bruno Patino est l'homme qui a install\\u00e9 #lgw sur la cha\\u00eene du savoir et de la connaissance ? #lechangementcestmaintenenantceseraitbien\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]},{\"text\":\"lechangementcestmaintenenantceseraitbien\",\"indices\":[94,135]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184130949988354\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"screen_name\":\"B_Roger_Petit\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13852,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":245,\"profile_link_color\":\"0084B4\",\"followers_count\":6590,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"description\":\"En \\u00e9tat de Grace... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"48949826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"name\":\"Bruno Roger-Petit\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 20 07:03:26 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":48949826,\"utc_offset\":-10800,\"favourites_count\":19,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/brunorogerpetit\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184130949988354,\"created_at\":\"Fri Feb 24 23:14:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2129000, +"tags": [ +{ +"id-ref": "efd4af92-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f4278807-75e7-4889-8d2d-bfecd6f43cd1-173184130949988354" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @carolegamelin: En fait #lgw c'est cool pour voir (ou revoir) la trombine de certains de nos followers/followings. Le reste... Commen ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1848590513/YannickOlivierTwitter4.0_normal.png" +}, +"title": "Yannick Olivier: RT @carolegamelin: En fait #lgw c'est cool pour voir (ou revoir) la trombine de certains de nos followers/followings. Le reste... Commen ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2130000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @carolegamelin: En fait #lgw c'est cool pour voir (ou revoir) la trombine de certains de nos followers\\/followings. Le reste... Commen ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"carolegamelin\",\"indices\":[3,17],\"id_str\":\"19910673\",\"name\":\"carole gamelin\",\"id\":19910673}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"En fait #lgw c'est cool pour voir (ou revoir) la trombine de certains de nos followers\\/followings. Le reste... Comment dire...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184015141044224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":659,\"screen_name\":\"carolegamelin\",\"lang\":\"fr\",\"profile_text_color\":\"6f7829\",\"statuses_count\":11509,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Pau, France\",\"show_all_inline_media\":true,\"listed_count\":64,\"profile_link_color\":\"520d20\",\"followers_count\":766,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1141384407\\/profil_normal.jpg\",\"description\":\"Journaliste, chef du desk num\\u00e9rique \\u00e0 La R\\u00e9publique des Pyr\\u00e9n\\u00e9es \\u00e0 Pau. Animatrice de communaut\\u00e9s et de Twittap\\u00e9ros. Tarte au Maroilles maison sur demande.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"78605f\",\"id_str\":\"19910673\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1141384407\\/profil_normal.jpg\",\"name\":\"carole gamelin\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 02 15:09:06 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":19910673,\"utc_offset\":3600,\"favourites_count\":255,\"url\":\"http:\\/\\/www.larepubliquedespyrenees.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184015141044224,\"created_at\":\"Fri Feb 24 23:14:21 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184137161748480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":883,\"screen_name\":\"YannickOlivier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":22922,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"location\":\"Besancon\",\"show_all_inline_media\":true,\"listed_count\":30,\"profile_link_color\":\"BF1238\",\"followers_count\":623,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848590513\\/YannickOlivierTwitter4.0_normal.png\",\"description\":\"Yannick 16 ans. En premi\\u00e8re STI2D-SIN au lyc\\u00e9e Victor-Hugo. Twitt de l'actu locale Bisontine et autres conneries. Scout et Geek de France.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"id_str\":\"55264871\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848590513\\/YannickOlivierTwitter4.0_normal.png\",\"name\":\"Yannick Olivier\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 09 15:21:31 +0000 2009\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":55264871,\"utc_offset\":3600,\"favourites_count\":296,\"url\":\"http:\\/\\/yannickolivier.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173184137161748480,\"created_at\":\"Fri Feb 24 23:14:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2130000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6f0eff80-a859-46da-b9db-7673da17f713-173184137161748480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je savais pas qu'il était noir @Deemee3 des @tweets2comptoir #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1844691230/profile_normal.png" +}, +"title": "Lynda Sweez : Je savais pas qu'il était noir @Deemee3 des @tweets2comptoir #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2130000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je savais pas qu'il \\u00e9tait noir @Deemee3 des @tweets2comptoir #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Deemee3\",\"indices\":[31,39],\"id_str\":\"209219475\",\"name\":\"Dimitri\",\"id\":209219475},{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[45,61],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184136201248769\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":444,\"screen_name\":\"zedalynews\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10701,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"location\":\"Coin:C dans une cale en bourre\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"e072c1\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\",\"description\":\"Les jeux de mots, c'est mon dada. Amin approuve ce message. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"244639293\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\",\"name\":\"Lynda Sweez \",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 19:45:40 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":244639293,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.jeBoxeAvecNemo.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184136201248769,\"created_at\":\"Fri Feb 24 23:14:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2130000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "221506f3-3127-4dd8-9907-02f429ae68a7-173184136201248769" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En tout cas le @palmashow a l'air de s'éclater ..... *siffle* #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: En tout cas le @palmashow a l'air de s'éclater ..... *siffle* #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2130000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"En tout cas le @palmashow a l'air de s'\\u00e9clater ..... *siffle* #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[15,25],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184136494845952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":591,\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"profile_text_color\":\"520000\",\"statuses_count\":18713,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"followers_count\":506,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"d61d08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"name\":\"Camille .\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":93848420,\"utc_offset\":-36000,\"favourites_count\":14,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184136494845952,\"created_at\":\"Fri Feb 24 23:14:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2130000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "09b647db-e9e8-49d2-a2f2-9c1c54d99115-173184136494845952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les idées sont bonnes,les invités aussi (je kiffe le @palmashow ) mais la présentation de l'émission....#lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1289428579/My_HipstaPrint_0_normal.jpg" +}, +"title": "Estelle Micheau: Les idées sont bonnes,les invités aussi (je kiffe le @palmashow ) mais la présentation de l'émission....#lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2131000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les id\\u00e9es sont bonnes,les invit\\u00e9s aussi (je kiffe le @palmashow ) mais la pr\\u00e9sentation de l'\\u00e9mission....#lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[53,63],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[104,108]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184141142147072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":120,\"screen_name\":\"EstelleMicheau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1082,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/429391744\\/My_HipstaPrint_0.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"0084B4\",\"followers_count\":1800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1289428579\\/My_HipstaPrint_0_normal.jpg\",\"description\":\"Chanteuse lyrique et com\\u00e9dienne\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"273101501\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429391744\\/My_HipstaPrint_0.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1289428579\\/My_HipstaPrint_0_normal.jpg\",\"name\":\"Estelle Micheau\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 27 20:49:14 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":273101501,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/estelle-micheau.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184141142147072,\"created_at\":\"Fri Feb 24 23:14:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2131000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a2f28a97-a541-4ca9-8b46-603901bf7c96-173184141142147072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW... Anonymous sur LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1844216482/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif" +}, +"title": "The MythosNews: #LGW... Anonymous sur LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2131000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW... Anonymous sur LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184142484316161\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":161,\"screen_name\":\"utopic92\",\"lang\":\"fr\",\"profile_text_color\":\"883cc2\",\"statuses_count\":4253,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/425920000\\/038.JPG\",\"location\":\"Paris ..et sa R\\u00e9gion.\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0900ff\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844216482\\/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif\",\"description\":\" \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"301585182\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425920000\\/038.JPG\",\"profile_sidebar_fill_color\":\"bfc4c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844216482\\/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif\",\"name\":\"The MythosNews\",\"default_profile_image\":false,\"created_at\":\"Thu May 19 18:25:43 +0000 2011\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":301585182,\"utc_offset\":3600,\"favourites_count\":25,\"url\":\"http:\\/\\/madeinfrance-citizenband.blogspot.com\\/2010\\/10\\/httpvids.html\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184142484316161,\"created_at\":\"Fri Feb 24 23:14:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2131000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2955bc8b-0647-48cd-8b97-2c2c58f00137-173184142484316161" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RomainMollet: Le Grand Webze, ou comment se passer de LSD grâce à la télévision française. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1311450879/rousse3_normal.jpg" +}, +"title": "Lilee HD: RT @RomainMollet: Le Grand Webze, ou comment se passer de LSD grâce à la télévision française. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2131000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @RomainMollet: Le Grand Webze, ou comment se passer de LSD gr\\u00e2ce \\u00e0 la t\\u00e9l\\u00e9vision fran\\u00e7aise. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"RomainMollet\",\"indices\":[3,16],\"id_str\":\"62795411\",\"name\":\"Romain Mollet\",\"id\":62795411}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Le Grand Webze, ou comment se passer de LSD gr\\u00e2ce \\u00e0 la t\\u00e9l\\u00e9vision fran\\u00e7aise. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183932303548416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"RomainMollet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":80,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 Cin\\u00e9Cr\\u00e9atis depuis moins d'une semaine (18\\/09\\/2011)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"62795411\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"name\":\"Romain Mollet\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 04 11:47:02 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":62795411,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/conneriehumanumest.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183932303548416,\"created_at\":\"Fri Feb 24 23:14:01 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184139225333760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"LileeHD\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":1052,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/308624117\\/twitfond.jpg\",\"location\":\"Bretagne\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"993366\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1311450879\\/rousse3_normal.jpg\",\"description\":\"Illustratrice.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"cccccc\",\"id_str\":\"138697698\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/308624117\\/twitfond.jpg\",\"profile_sidebar_fill_color\":\"99ccff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1311450879\\/rousse3_normal.jpg\",\"name\":\"Lilee HD\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 30 09:19:18 +0000 2010\",\"profile_sidebar_border_color\":\"993366\",\"id\":138697698,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/lilee-hd.blogduwebdesign.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184139225333760,\"created_at\":\"Fri Feb 24 23:14:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2131000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c5bb8c9c-814f-4831-b7f3-02c3da37cbe2-173184139225333760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah ah ah, l'intervention de Fidel Castro... #Lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1650056809/pandadanssonbain_normal.JPG" +}, +"title": "justice pandine: Ah ah ah, l'intervention de Fidel Castro... #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2131000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah ah ah, l'intervention de Fidel Castro... #Lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184142048112641\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1340,\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"profile_text_color\":\"1a0e1a\",\"statuses_count\":28273,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"location\":\"Bambouseraie\",\"show_all_inline_media\":false,\"listed_count\":192,\"profile_link_color\":\"9058d1\",\"followers_count\":2570,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"profile_sidebar_fill_color\":\"f5fafa\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"name\":\"justice pandine\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_border_color\":\"adffef\",\"id\":177984098,\"utc_offset\":3600,\"favourites_count\":1862,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184142048112641,\"created_at\":\"Fri Feb 24 23:14:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2131000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d94b0efd-574e-4bac-8dd0-a1145a1c7e04-173184142048112641" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw mince, ils ont remplacé les moutons d'arte par des veaux.", +"img": { +"src": "http://a3.twimg.com/profile_images/786038327/Capture_d__cran_2010-03-30___18.52.44_normal.png" +}, +"title": "Marina Garnier: #lgw mince, ils ont remplacé les moutons d'arte par des veaux.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2135000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw mince, ils ont remplac\\u00e9 les moutons d'arte par des veaux.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184156833030146\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":43,\"screen_name\":\"Thunacat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":42,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Saint-Brieuc\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/786038327\\/Capture_d__cran_2010-03-30___18.52.44_normal.png\",\"description\":\"En veilleuse..., oups, en vieille, non ! en veille documentaire.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"id_str\":\"127866182\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"7bd6f2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/786038327\\/Capture_d__cran_2010-03-30___18.52.44_normal.png\",\"name\":\"Marina Garnier\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 30 13:34:26 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":127866182,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184156833030146,\"created_at\":\"Fri Feb 24 23:14:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2135000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c0023231-fd2b-4ecc-913a-98df9f087318-173184156833030146" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "c'est quoi #lgw ? #inculte", +"img": { +"src": "http://a0.twimg.com/profile_images/1839229871/icon_normal.jpg" +}, +"title": "Samy: c'est quoi #lgw ? #inculte", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2135000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"c'est quoi #lgw ? #inculte\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]},{\"text\":\"inculte\",\"indices\":[18,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184157655109632\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":26,\"screen_name\":\"samyycbi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":295,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432699684\\/wp.jpg\",\"location\":\"Sassari, Sardegna\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"850303\",\"followers_count\":44,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839229871\\/icon_normal.jpg\",\"description\":\"J'ai d\\u00e9j\\u00e0 fais un r\\u00eave lucide, une fois.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"96315703\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432699684\\/wp.jpg\",\"profile_sidebar_fill_color\":\"d6e3e3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839229871\\/icon_normal.jpg\",\"name\":\"Samy\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 12 10:06:41 +0000 2009\",\"profile_sidebar_border_color\":\"595b5e\",\"id\":96315703,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/about.me\\/samy\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184157655109632,\"created_at\":\"Fri Feb 24 23:14:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2135000, +"tags": [ +{ +"id-ref": "efd59a88-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a7a1a79f-fd98-4805-9f6b-5bbbc1a16f47-173184157655109632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste (ii)", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: #lgw #ilreste (ii)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2136000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste (ii)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184160125558784\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":98,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"statuses_count\":1162,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cammarata Thierry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":334554629,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\"},\"truncated\":false,\"id\":173184160125558784,\"created_at\":\"Fri Feb 24 23:14:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2136000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b4314a35-2988-4a46-9415-7e1bc50e8a4c-173184160125558784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Je cherche le concept de cette émission ...\nA part rassembler quelques aficionados de l'oiseau bleu, pas de fond pas de forme ...\n#Déçu", +"img": { +"src": "http://a0.twimg.com/profile_images/1575817389/JFISBACK_normal.jpg" +}, +"title": "JEFF IS BACK..: #lgw Je cherche le concept de cette émission ...\nA part rassembler quelques aficionados de l'oiseau bleu, pas de fond pas de forme ...\n#Déçu", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2136000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Je cherche le concept de cette \\u00e9mission ...\\nA part rassembler quelques aficionados de l'oiseau bleu, pas de fond pas de forme ...\\n#D\\u00e9\\u00e7u\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"D\\u00e9\\u00e7u\",\"indices\":[135,140]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184160943456256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":423,\"screen_name\":\"bybroadcast\",\"lang\":\"fr\",\"profile_text_color\":\"4f3f38\",\"statuses_count\":522,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/165458944\\/x7970d0b1bea6ab54c425a2d6f85019c.jpg\",\"location\":\"In Front...\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"838978\",\"followers_count\":377,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1575817389\\/JFISBACK_normal.jpg\",\"description\":\"Broadcast & New M\\u00e9dia \\/ R&D \\/ Social Network \\/ \\r\\nDaddy\\u00b3 Superhero \\/ Carpe Diem..\\r\\nMy opinions are my own...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1c130e\",\"id_str\":\"82696876\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/165458944\\/x7970d0b1bea6ab54c425a2d6f85019c.jpg\",\"profile_sidebar_fill_color\":\"140e0a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1575817389\\/JFISBACK_normal.jpg\",\"name\":\"JEFF IS BACK..\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 15 19:49:24 +0000 2009\",\"profile_sidebar_border_color\":\"9db98c\",\"id\":82696876,\"utc_offset\":3600,\"favourites_count\":10,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184160943456256,\"created_at\":\"Fri Feb 24 23:14:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2136000, +"tags": [ +{ +"id-ref": "efd5d34a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ff172742-5f8b-4060-8d06-c59e6a20c3c3-173184160943456256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Ludotw33t Y'a un écran derrière eux avec un genre de truc genre tweetdeck, les tweets défilent. #lgw #france5", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: @Ludotw33t Y'a un écran derrière eux avec un genre de truc genre tweetdeck, les tweets défilent. #lgw #france5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2139000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Ludotw33t Y'a un \\u00e9cran derri\\u00e8re eux avec un genre de truc genre tweetdeck, les tweets d\\u00e9filent. #lgw #france5\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Ludotw33t\",\"indices\":[0,10],\"id_str\":\"286882240\",\"name\":\"Ludovic P\",\"id\":286882240}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[97,101]},{\"text\":\"france5\",\"indices\":[102,110]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173183462927368193\",\"id_str\":\"173184175334096896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183462927368193,\"in_reply_to_user_id_str\":\"286882240\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15002,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":\"Ludotw33t\",\"truncated\":false,\"id\":173184175334096896,\"created_at\":\"Fri Feb 24 23:14:59 +0000 2012\",\"in_reply_to_user_id\":286882240}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2139000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "01ab99f7-3a77-49c5-814b-5b56bab49aec-173184175334096896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "TROLOLOL #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1487823131/fond_site_2_copie_normal.jpg" +}, +"title": "Schmitt Matthias: TROLOLOL #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2139000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"TROLOLOL #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184172679106560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":21,\"screen_name\":\"InkisitorProd\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Cergy\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1487823131\\/fond_site_2_copie_normal.jpg\",\"description\":\"https:\\/\\/www.facebook.com\\/pages\\/Inkisitor-Prod-Designer\\/135112143220332\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"264406173\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1487823131\\/fond_site_2_copie_normal.jpg\",\"name\":\"Schmitt Matthias\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 11 21:22:24 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":264406173,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"https:\\/\\/www.facebook.com\\/pages\\/Inkisitor-Prod-Designer\\/135112143220332\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184172679106560,\"created_at\":\"Fri Feb 24 23:14:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2139000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c4059443-3763-4fb8-8675-9e3a63ed4632-173184172679106560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Srsim: #LGW Y'a des gens qui S'ENNUIENT devant les vidéos de 2mn de @SolangeTeParle. Vous le vivez comment, votre déficit de l'atten ...", +"img": { +"src": "http://a1.twimg.com/profile_images/1650223404/Solangetof_normal.jpg" +}, +"title": "Solange te parle: RT @Srsim: #LGW Y'a des gens qui S'ENNUIENT devant les vidéos de 2mn de @SolangeTeParle. Vous le vivez comment, votre déficit de l'atten ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2139000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Srsim: #LGW Y'a des gens qui S'ENNUIENT devant les vid\\u00e9os de 2mn de @SolangeTeParle. Vous le vivez comment, votre d\\u00e9ficit de l'atten ...\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Srsim\",\"indices\":[3,9],\"name\":\"Simon\",\"id_str\":\"130871832\",\"id\":130871832},{\"screen_name\":\"SolangeTeParle\",\"indices\":[72,87],\"name\":\"Solange te parle\",\"id_str\":\"417867146\",\"id\":417867146}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[11,15]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW Y'a des gens qui S'ENNUIENT devant les vid\\u00e9os de 2mn de @SolangeTeParle. Vous le vivez comment, votre d\\u00e9ficit de l'attention ?\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[61,76],\"name\":\"Solange te parle\",\"id_str\":\"417867146\",\"id\":417867146}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184030798389249\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Srsim\",\"lang\":\"fr\",\"favourites_count\":84,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":288,\"location\":\"Third rock from the sun\",\"profile_text_color\":\"666666\",\"followers_count\":309,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\",\"description\":\"BiotechnoLOLgy and random crap. J'essaie de vivre ma vie \\u00e0 fond en passant pour un con au moins une fois par jour.\",\"statuses_count\":10573,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"130871832\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Simon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Thu Apr 08 15:44:24 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":130871832,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\"},\"truncated\":false,\"id\":173184030798389249,\"created_at\":\"Fri Feb 24 23:14:25 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184174918860800\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"666666\",\"screen_name\":\"SolangeTeParle\",\"lang\":\"fr\",\"favourites_count\":156,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":195,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":929,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1650223404\\/Solangetof_normal.jpg\",\"description\":\"Quand je pense \\u00e0 tout ce qui m'emp\\u00eache de r\\u00e9fl\\u00e9chir, j'ouvre au hasard le dictionnaire et je te parle en vid\\u00e9ophonie.\",\"statuses_count\":676,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/393555317\\/yayoipurple\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"421fa3\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"417867146\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Solange te parle\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/393555317\\/yayoipurple\",\"created_at\":\"Mon Nov 21 13:20:07 +0000 2011\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":417867146,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/solangeteparle.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650223404\\/Solangetof_normal.jpg\"},\"truncated\":true,\"id\":173184174918860800,\"created_at\":\"Fri Feb 24 23:14:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2139000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f5fa3488-0564-4987-85eb-ae61be0ef155-173184174918860800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "23:15: Panama Goes In One Direction #JustinperfominARGENTINA #lgw #InThisGeneration GiovannaFazTwitcam GiovannaRespondeAGente...", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_5_normal.png" +}, +"title": "Trends WW BOT: 23:15: Panama Goes In One Direction #JustinperfominARGENTINA #lgw #InThisGeneration GiovannaFazTwitcam GiovannaRespondeAGente...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2140000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"23:15: Panama Goes In One Direction #JustinperfominARGENTINA #lgw #InThisGeneration GiovannaFazTwitcam GiovannaRespondeAGente...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"JustinperfominARGENTINA\",\"indices\":[36,60]},{\"text\":\"lgw\",\"indices\":[61,65]},{\"text\":\"InThisGeneration\",\"indices\":[66,83]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/fx.rdy.jp\\/\\\" rel=\\\"nofollow\\\"\\u003ETrendsBOT\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184177745833984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1,\"screen_name\":\"trends_ww_bot\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":27696,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":20,\"profile_link_color\":\"0084B4\",\"followers_count\":2207,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_5_normal.png\",\"description\":\"This account tweets Twitter Trends (worldwide) every 15 minutes.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Tokyo\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"282373537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_5_normal.png\",\"name\":\"Trends WW BOT\",\"default_profile_image\":true,\"created_at\":\"Fri Apr 15 02:44:06 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":282373537,\"utc_offset\":32400,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184177745833984,\"created_at\":\"Fri Feb 24 23:15:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2140000, +"tags": [ +{ +"id-ref": "efc282e0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efc287a4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1c79b1dc-8d4a-407e-8fb7-66cb6353791d-173184177745833984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est pas pour cafter\nMais le @palmashow à l'air de s'embêter :) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: C'est pas pour cafter\nMais le @palmashow à l'air de s'embêter :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2141000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est pas pour cafter\\nMais le @palmashow \\u00e0 l'air de s'emb\\u00eater :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[30,40],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184183026462722\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2883,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"name\":\"Marie\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":120444044,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184183026462722,\"created_at\":\"Fri Feb 24 23:15:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2141000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f1ce9a7f-8a0b-4f2f-bc5b-c5275bef7633-173184183026462722" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est un peu triste tout ça :(", +"img": { +"src": "http://a2.twimg.com/profile_images/1696961418/avatar_normal.JPG" +}, +"title": "Audrey K: #lgw c'est un peu triste tout ça :(", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2141000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c'est un peu triste tout \\u00e7a :(\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184183890489345\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"Audreymifasol\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":250,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Quelque part\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1696961418\\/avatar_normal.JPG\",\"description\":\"Prof contractuelle en biologie le lundi, \\u00e9tudiante en histoire, ma\\u00e7on, d\\u00e9coratrice, costumi\\u00e8re, peintre et bidouilleuse de tout l'autre moiti\\u00e9 du temps.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"413420872\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1696961418\\/avatar_normal.JPG\",\"name\":\"Audrey K\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 15 21:31:05 +0000 2011\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":413420872,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/bubulle-de-savon.over-blog.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184183890489345,\"created_at\":\"Fri Feb 24 23:15:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2141000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7b353a28-e8e5-4208-b1ed-e054932c29b3-173184183890489345" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce qu'il y a de bien avec ce grand écran à 2cm de mon nez c'est que j'ai l'impression d'être sous acide o_O #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1741905112/image_normal.jpg" +}, +"title": "Mister Mc Flee: Ce qu'il y a de bien avec ce grand écran à 2cm de mon nez c'est que j'ai l'impression d'être sous acide o_O #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2142000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ce qu'il y a de bien avec ce grand \\u00e9cran \\u00e0 2cm de mon nez c'est que j'ai l'impression d'\\u00eatre sous acide o_O #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[108,112]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184188692967424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":636,\"screen_name\":\"MisterMcFlee\",\"lang\":\"fr\",\"profile_text_color\":\"291b1b\",\"statuses_count\":40351,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/204494594\\/lulutwitter_cr.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":257,\"profile_link_color\":\"0084B4\",\"followers_count\":2841,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1741905112\\/image_normal.jpg\",\"description\":\"Ecrits vains\\nCommunity Manager de moi-m\\u00eame\\nProfiler pour chats selon @METACAPUCHE\\nPhotographi\\u00e9 par @LaurenceGuenoun\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f72020\",\"id_str\":\"60043161\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/204494594\\/lulutwitter_cr.jpg\",\"profile_sidebar_fill_color\":\"d6130d\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1741905112\\/image_normal.jpg\",\"name\":\"Mister Mc Flee\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 25 12:01:49 +0000 2009\",\"profile_sidebar_border_color\":\"050505\",\"id\":60043161,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/lecafardrenseigne.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184188692967424,\"created_at\":\"Fri Feb 24 23:15:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2142000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "979e7ca3-d779-4b5e-b58b-3af4e0a73393-173184188692967424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Psychadelisme bovin... #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1735644265/front_de_gauche_annee_normal.jpg" +}, +"title": "Cachounette: Psychadelisme bovin... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2142000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Psychadelisme bovin... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184188235780097\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":40,\"screen_name\":\"cachounette\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":250,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"description\":\"sage femme, militante PCF-Front de gauche et CGT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"id_str\":\"39092205\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"name\":\"Cachounette\",\"default_profile_image\":false,\"created_at\":\"Sun May 10 18:40:14 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":39092205,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184188235780097,\"created_at\":\"Fri Feb 24 23:15:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2142000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f92bea5b-88da-4161-97b0-d672f621a689-173184188235780097" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw des vaches psychédéliques font concurrence à la chemise de vinvin", +"img": { +"src": "http://a3.twimg.com/profile_images/1827613879/photo-pro_normal.png" +}, +"title": "Julien Lopizzo: #ilreste #lgw des vaches psychédéliques font concurrence à la chemise de vinvin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2144000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw des vaches psych\\u00e9d\\u00e9liques font concurrence \\u00e0 la chemise de vinvin\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184195068301312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":284,\"screen_name\":\"JulienLopizzo\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":1088,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Lyon - Europe\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0099B9\",\"followers_count\":143,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"description\":\"Je suis tomb\\u00e9 dedans en 97.Ma e-carri\\u00e8re a d\\u00e9marr\\u00e9 comme d\\u00e9veloppeur freelance en 2002.Entrepren(aute) depuis 10 ans j'aime partager ma passion du e-business.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"44345271\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"name\":\"Julien Lopizzo\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 03 12:08:19 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":44345271,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.tenapra.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184195068301312,\"created_at\":\"Fri Feb 24 23:15:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2144000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "453122eb-f5ed-43bc-9df4-be1f62ab0211-173184195068301312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @ZaraA: Rollin dehors ! T'as jamais été drôle, même avec tes copains qui étaient bien plus drôle dans la classe ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1850070784/Yogiimise_normal.jpg" +}, +"title": "Johann M.: RT @ZaraA: Rollin dehors ! T'as jamais été drôle, même avec tes copains qui étaient bien plus drôle dans la classe ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2145000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @ZaraA: Rollin dehors ! T'as jamais \\u00e9t\\u00e9 dr\\u00f4le, m\\u00eame avec tes copains qui \\u00e9taient bien plus dr\\u00f4le dans la classe ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ZaraA\",\"indices\":[3,9],\"id_str\":\"7031872\",\"name\":\"Emmanuel Torregano\",\"id\":7031872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[117,121]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin dehors ! T'as jamais \\u00e9t\\u00e9 dr\\u00f4le, m\\u00eame avec tes copains qui \\u00e9taient bien plus dr\\u00f4le dans la classe ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[106,110]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183675150766081\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":614,\"screen_name\":\"ZaraA\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":59009,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"location\":\"iPhone: 45.800266,1.857407\",\"show_all_inline_media\":false,\"listed_count\":328,\"profile_link_color\":\"0000ff\",\"followers_count\":5596,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"description\":\"Love is the answer ... \\/\\/ I'm CEO, BITch ! ElectronLibre \\/\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C7CBC7\",\"id_str\":\"7031872\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"profile_sidebar_fill_color\":\"71E6A9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"name\":\"Emmanuel Torregano\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 23 11:40:06 +0000 2007\",\"profile_sidebar_border_color\":\"8F8F8F\",\"id\":7031872,\"utc_offset\":3600,\"favourites_count\":39,\"url\":\"http:\\/\\/twitter.com\\/3l3ctr0nLibr3\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183675150766081,\"created_at\":\"Fri Feb 24 23:13:00 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184200445411329\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":671,\"screen_name\":\"Yogiimise\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":64989,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Le V\\u00e9sinet\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"followers_count\":2072,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850070784\\/Yogiimise_normal.jpg\",\"description\":\"Tech Journalist, il geek il voit pas le rapport. Travail, Famille, Party. #DaddyGaga, #JaiRigolu & #OMAGAD. La vie est trop courte pour \\u00eatre prise au s\\u00e9rieux.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"30915093\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850070784\\/Yogiimise_normal.jpg\",\"name\":\"Johann M.\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 13 17:55:31 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":30915093,\"utc_offset\":3600,\"favourites_count\":1424,\"url\":\"http:\\/\\/www.tomsguide.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184200445411329,\"created_at\":\"Fri Feb 24 23:15:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2145000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c054b0ee-ef94-41c0-83c5-436837370dc4-173184200445411329" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est trop con mais ça me fait trop marrer l'truc des vaches ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1509739539/aurelianna_normal.jpg" +}, +"title": "Aure Lianna: C'est trop con mais ça me fait trop marrer l'truc des vaches ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2146000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est trop con mais \\u00e7a me fait trop marrer l'truc des vaches ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184203490476034\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":418,\"screen_name\":\"Aur3Lianna\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":11466,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":45,\"profile_link_color\":\"B40B43\",\"followers_count\":2523,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1509739539\\/aurelianna_normal.jpg\",\"description\":\"La trentaine, parisienne qui profite \\u00e0 fond de la vie !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FF6699\",\"id_str\":\"360599311\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1509739539\\/aurelianna_normal.jpg\",\"name\":\"Aure Lianna\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 23 13:27:43 +0000 2011\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":360599311,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184203490476034,\"created_at\":\"Fri Feb 24 23:15:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2146000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b1a40242-6a14-4f72-91e5-69934136b480-173184203490476034" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "+1 \"@Charles_Liebert: En plein trip devant le clip de cyriak #LGW”", +"img": { +"src": "http://a0.twimg.com/profile_images/1592192908/DKen_MG_5127_Small_normal.jpeg" +}, +"title": "Antoine Dubuquoy: +1 \"@Charles_Liebert: En plein trip devant le clip de cyriak #LGW”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2146000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"+1 \\\"@Charles_Liebert: En plein trip devant le clip de cyriak #LGW\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Charles_Liebert\",\"indices\":[4,20],\"id_str\":\"610993\",\"name\":\"Charles Liebert\",\"id\":610993}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184205877018624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1104,\"screen_name\":\"dubuc64\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":12394,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"location\":\"Paris (France)\",\"show_all_inline_media\":false,\"listed_count\":117,\"profile_link_color\":\"ff0000\",\"followers_count\":1732,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"description\":\"Digital Media Strategist - Social Media, Community Management - Rock & pop culture guru - Auteur avec @nicoprat des Miscellan\\u00e9es d'Internet parution le 12\\/01\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"10731962\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317893098\\/TwitterBannerDubuc64.png\",\"profile_sidebar_fill_color\":\"eeeeee\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1592192908\\/DKen_MG_5127_Small_normal.jpeg\",\"name\":\"Antoine Dubuquoy\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 30 07:20:52 +0000 2007\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":10731962,\"utc_offset\":3600,\"favourites_count\":339,\"url\":\"http:\\/\\/www.dubucsblog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184205877018624,\"created_at\":\"Fri Feb 24 23:15:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2146000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4b73a492-c1a4-4402-b5a3-a5e97cd12a34-173184205877018624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @BastienJoseph31: Mais WTF cette émission. #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @BastienJoseph31: Mais WTF cette émission. #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2147000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"RT @BastienJoseph31: Mais WTF cette \\u00e9mission. #lgw #cqui\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"BastienJoseph31\",\"indices\":[3,19],\"name\":\"Bastien Joseph\",\"id\":191087175,\"id_str\":\"191087175\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"cqui\",\"indices\":[51,56]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"retweeted_status\":{\"truncated\":false,\"text\":\"Mais WTF cette \\u00e9mission. #lgw #cqui\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"cqui\",\"indices\":[30,35]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"screen_name\":\"BastienJoseph31\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"5ED4DC\",\"location\":\"Paris\",\"favourites_count\":10,\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":1033,\"profile_text_color\":\"3C3940\",\"followers_count\":667,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"statuses_count\":3556,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"protected\":false,\"is_translator\":false,\"name\":\"Bastien Joseph\",\"default_profile\":false,\"time_zone\":null,\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_background_color\":\"0099B9\",\"id\":191087175,\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"utc_offset\":null,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\"},\"in_reply_to_status_id\":null,\"id\":173183835524186112,\"created_at\":\"Fri Feb 24 23:13:38 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183835524186112\"},\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"screen_name\":\"charleshenriroy\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"C0DEED\",\"location\":\"Paris\",\"favourites_count\":21,\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"profile_text_color\":\"333333\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"protected\":false,\"is_translator\":false,\"name\":\"Royer Charles-Henri\",\"default_profile\":true,\"time_zone\":\"Paris\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_background_color\":\"C0DEED\",\"id\":185396126,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_status_id\":null,\"id\":173184209815482368,\"created_at\":\"Fri Feb 24 23:15:07 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184209815482368\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2147000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "84ee0311-0f74-4c58-bedb-14c57928ec56-173184209815482368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze vous comptez parler du projet de traité ACTA contre lequel Internet se bat tant ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1768965620/Anonymous_Wallpaper_by_ipott_normal.png" +}, +"title": "Anon HackTivist: @LeGrandWebze vous comptez parler du projet de traité ACTA contre lequel Internet se bat tant ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2148000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze vous comptez parler du projet de trait\\u00e9 ACTA contre lequel Internet se bat tant ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184214404042754\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":31,\"screen_name\":\"SimplyAnon\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":32,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"YU NO FIND ME\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768965620\\/Anonymous_Wallpaper_by_ipott_normal.png\",\"description\":\"I am a simple anonymous giving his opinion on current Op and Events.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"469498461\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768965620\\/Anonymous_Wallpaper_by_ipott_normal.png\",\"name\":\"Anon HackTivist\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 20 17:20:52 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":469498461,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.whyweprotest.net\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173184214404042754,\"created_at\":\"Fri Feb 24 23:15:08 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2148000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f88e03c3-35a0-4b74-a091-a7309c582c21-173184214404042754" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ah, bien la définition du troll cela dit sur #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1780301867/avatar_normal.jpg" +}, +"title": "Okhin: ah, bien la définition du troll cela dit sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2148000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ah, bien la d\\u00e9finition du troll cela dit sur #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184213540028417\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"okhin\",\"lang\":\"en\",\"profile_text_color\":\"739694\",\"statuses_count\":10333,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"followers_count\":797,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"profile_sidebar_fill_color\":\"411c0f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"name\":\"Okhin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_border_color\":\"2f1812\",\"id\":49560409,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"https:\\/\\/about.okhin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184213540028417,\"created_at\":\"Fri Feb 24 23:15:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2148000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "64114e93-1d8d-40f4-94d1-860216c947c1-173184213540028417" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@PRland: Cette impression bizarre de participer à un effort expérimental, c'est juste moi ? #lgw” pareil", +"img": { +"src": "http://a2.twimg.com/profile_images/1724285948/image_normal.jpg" +}, +"title": "CalamitySophie: “@PRland: Cette impression bizarre de participer à un effort expérimental, c'est juste moi ? #lgw” pareil", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2148000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@PRland: Cette impression bizarre de participer \\u00e0 un effort exp\\u00e9rimental, c'est juste moi ? #lgw\\u201d pareil\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PRland\",\"indices\":[1,8],\"id_str\":\"1421991\",\"name\":\"Eric Maillard\",\"id\":1421991}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184210297827329\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":96,\"screen_name\":\"CalamitySophie\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":672,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/359426011\\/photo.JPG\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084b4\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724285948\\/image_normal.jpg\",\"description\":\"barr\\u00e9e, barge, enerv\\u00e9e, vieille bique, je regarde le monde, et je d\\u00e9sesp\\u00e9re. le genre humain n'est pas tr\\u00e9s beau. Et j'en fais partie !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"57613271\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/359426011\\/photo.JPG\",\"profile_sidebar_fill_color\":\"11d2eb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724285948\\/image_normal.jpg\",\"name\":\"CalamitySophie\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:53:14 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":57613271,\"utc_offset\":3600,\"favourites_count\":22,\"url\":\"http:\\/\\/www.calamitysophie1.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184210297827329,\"created_at\":\"Fri Feb 24 23:15:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2148000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "72227927-c1fc-4d13-923c-7dbe73e5b84e-173184210297827329" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Putain que c'est mauvais #lgw #FautLeDire", +"img": { +"src": "http://a1.twimg.com/profile_images/1463922495/Epuale_Twitter_normal.png" +}, +"title": "Emmanuel Torregano: Putain que c'est mauvais #lgw #FautLeDire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2149000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"Putain que c'est mauvais #lgw #FautLeDire\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"FautLeDire\",\"indices\":[30,41]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"profile_sidebar_fill_color\":\"71E6A9\",\"screen_name\":\"ZaraA\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"8F8F8F\",\"location\":\"iPhone: 45.800266,1.857407\",\"favourites_count\":39,\"description\":\"Love is the answer ... \\/\\/ I'm CEO, BITch ! ElectronLibre \\/\\/\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":614,\"profile_text_color\":\"000000\",\"followers_count\":5596,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"statuses_count\":59010,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"show_all_inline_media\":false,\"listed_count\":328,\"profile_link_color\":\"0000ff\",\"protected\":false,\"is_translator\":false,\"name\":\"Emmanuel Torregano\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Sat Jun 23 11:40:06 +0000 2007\",\"profile_background_color\":\"C7CBC7\",\"id\":7031872,\"id_str\":\"7031872\",\"geo_enabled\":true,\"profile_background_tile\":false,\"utc_offset\":3600,\"url\":\"http:\\/\\/twitter.com\\/3l3ctr0nLibr3\"},\"in_reply_to_status_id\":null,\"id\":173184216182427648,\"created_at\":\"Fri Feb 24 23:15:09 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184216182427648\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2149000, +"tags": [ +{ +"id-ref": "efd7a56c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0f0506f0-071e-4dc9-8ee9-a36d88a9ad4b-173184216182427648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je crois que la seule raison d'être de #lgw est de dépassé #cesar2012 en French TT. C'est bientôt fait, ils sont 2ème... Attendons.", +"img": { +"src": "http://a0.twimg.com/profile_images/1851376669/gifs_zabuza_26_1__normal.gif" +}, +"title": "Ferhat Dendoune: Je crois que la seule raison d'être de #lgw est de dépassé #cesar2012 en French TT. C'est bientôt fait, ils sont 2ème... Attendons.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2150000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je crois que la seule raison d'\\u00eatre de #lgw est de d\\u00e9pass\\u00e9 #cesar2012 en French TT. C'est bient\\u00f4t fait, ils sont 2\\u00e8me... Attendons.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]},{\"text\":\"cesar2012\",\"indices\":[59,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184221077192704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1993,\"screen_name\":\"Nara_Shikamaru4\",\"lang\":\"en\",\"profile_text_color\":\"542A1D\",\"statuses_count\":7126,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/421171500\\/Zabuza.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"EF3C7D\",\"followers_count\":505,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851376669\\/gifs_zabuza_26_1__normal.gif\",\"description\":\"Que les baltringues de Konoha commencent \\u00e0 chier dans leur froc. On vient pas du m\\u00eame endroit...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"F6E3D9\",\"id_str\":\"74527443\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421171500\\/Zabuza.jpg\",\"profile_sidebar_fill_color\":\"F8C2DC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851376669\\/gifs_zabuza_26_1__normal.gif\",\"name\":\"Ferhat Dendoune\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 15 19:12:53 +0000 2009\",\"profile_sidebar_border_color\":\"C42639\",\"id\":74527443,\"utc_offset\":-10800,\"favourites_count\":4,\"url\":\"https:\\/\\/plus.google.com\\/104684333822937350642\\/about\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184221077192704,\"created_at\":\"Fri Feb 24 23:15:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2150000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "be411d5e-5168-43ec-8363-80488d32e0ae-173184221077192704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ou alors, au pire, faudrait qu'ils les lisent mais sans les montrer à l'écran. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/506050933/chi-bricklovinfreak_normal.gif" +}, +"title": "micha: ou alors, au pire, faudrait qu'ils les lisent mais sans les montrer à l'écran. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2151000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ou alors, au pire, faudrait qu'ils les lisent mais sans les montrer \\u00e0 l'\\u00e9cran. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[79,83]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184224017387520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":453,\"screen_name\":\"michaonthemoon\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":57768,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/94283053\\/f59c07.png\",\"location\":\"on the moon\",\"show_all_inline_media\":true,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":2541,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/506050933\\/chi-bricklovinfreak_normal.gif\",\"description\":\"i am... micha fierce.\\r\\ni am the girl behind @MJJNews.\\r\\nwarning: i rant a lot, and mostly in french.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"14463139\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/94283053\\/f59c07.png\",\"profile_sidebar_fill_color\":\"\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/506050933\\/chi-bricklovinfreak_normal.gif\",\"name\":\"micha\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 21 15:38:28 +0000 2008\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":14463139,\"utc_offset\":3600,\"favourites_count\":1272,\"url\":\"http:\\/\\/mjdreams.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184224017387520,\"created_at\":\"Fri Feb 24 23:15:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2151000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6f38c383-02e7-4fb0-8adc-345418a75a80-173184224017387520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@embruns Mais les autres fois, on avait toujours un lien débloqué qqpart, visible du Qc… @Damdam? @W0of? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1639200645/OpenTele1a_normal.jpg" +}, +"title": "MarieEveLyne MICHEL: @embruns Mais les autres fois, on avait toujours un lien débloqué qqpart, visible du Qc… @Damdam? @W0of? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2151000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@embruns Mais les autres fois, on avait toujours un lien d\\u00e9bloqu\\u00e9 qqpart, visible du Qc\\u2026 @Damdam? @W0of? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"embruns\",\"indices\":[0,8],\"id_str\":\"6241412\",\"name\":\"Laurent Gloaguen\",\"id\":6241412},{\"screen_name\":\"Damdam\",\"indices\":[89,96],\"id_str\":\"829751\",\"name\":\"Damien Guinet\",\"id\":829751},{\"screen_name\":\"w0of\",\"indices\":[98,103],\"id_str\":\"41800504\",\"name\":\"w0of!\",\"id\":41800504}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[105,109]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183769858162688\",\"id_str\":\"173184224814313473\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183769858162688,\"in_reply_to_user_id_str\":\"6241412\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":530,\"screen_name\":\"MarieEveLyne\",\"lang\":\"en\",\"profile_text_color\":\"3B302E\",\"statuses_count\":2501,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/172645581\\/x346f04300cf078d9d2f5a4595670c8f.png\",\"location\":\"Montr\\u00e9al\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"DE567C\",\"followers_count\":1044,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1639200645\\/OpenTele1a_normal.jpg\",\"description\":\"Curieuse, aime tellement rencontrer les gens qu'elle en a fait un m\\u00e9tier. Animatrice, Chroniqueuse, Reporter - Tv & Radio.\\r\\nBlogue sur: http:\\/\\/marieevelyne.ca\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Central Time (US & Canada)\",\"profile_background_color\":\"0F0E09\",\"id_str\":\"105372011\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/172645581\\/x346f04300cf078d9d2f5a4595670c8f.png\",\"profile_sidebar_fill_color\":\"FFD8D6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1639200645\\/OpenTele1a_normal.jpg\",\"name\":\"MarieEveLyne MICHEL\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 16 04:33:36 +0000 2010\",\"profile_sidebar_border_color\":\"FFF2EF\",\"id\":105372011,\"utc_offset\":-21600,\"favourites_count\":4,\"url\":\"http:\\/\\/www.youtube.com\\/melmichel1\"},\"in_reply_to_screen_name\":\"embruns\",\"truncated\":false,\"id\":173184224814313473,\"created_at\":\"Fri Feb 24 23:15:11 +0000 2012\",\"in_reply_to_user_id\":6241412}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2151000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3c0a8262-ac89-4a03-94ff-c0cca9c97411-173184224814313473" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Regarder #lgw > être sous LSD. Vraiment.", +"img": { +"src": "http://a0.twimg.com/profile_images/1849067972/4413560C-7785-472A-B26C-A5EB7BB6F962_normal" +}, +"title": "Yhnn: Regarder #lgw > être sous LSD. Vraiment.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2151000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Regarder #lgw > \\u00eatre sous LSD. Vraiment.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184225388924928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":236,\"screen_name\":\"kzz_\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":8385,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":27,\"profile_link_color\":\"00aaff\",\"followers_count\":604,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"description\":\"doing nothing takes work. \\/\\/\\/ Directeur du p\\u00f4le des pixels de l'espace at @GAMEONE\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"15801903\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"name\":\"Yhnn\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 10 22:12:55 +0000 2008\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":15801903,\"utc_offset\":3600,\"favourites_count\":52,\"url\":\"http:\\/\\/blog.gameone.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184225388924928,\"created_at\":\"Fri Feb 24 23:15:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2151000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "69db574e-9efb-4c46-a335-3858003982de-173184225388924928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "trololololol #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: trololololol #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2151000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"trololololol #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184224688484353\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1752,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184224688484353,\"created_at\":\"Fri Feb 24 23:15:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2151000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f2f2f413-11b2-43a0-a8aa-cc1a3ccdead7-173184224688484353" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW ... Oh c'est quoi ce truc ? ... Un troll ? Non, je dirais plutôt un rageur !", +"img": { +"src": "http://a2.twimg.com/profile_images/1776332006/Zeke_normal.jpg" +}, +"title": "[T61] Rémy S.: #LGW ... Oh c'est quoi ce truc ? ... Un troll ? Non, je dirais plutôt un rageur !", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2152000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW ... Oh c'est quoi ce truc ? ... Un troll ? Non, je dirais plut\\u00f4t un rageur !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184229386092544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":103,\"screen_name\":\"ThatVeryBadFlip\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":11101,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"location\":\"France - 66500, Prades\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":112,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\",\"description\":\"I don't know tweeting in English very well . But when I do, it's in French.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"169bde\",\"id_str\":\"165862367\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\",\"name\":\"[T61] R\\u00e9my S.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 12 18:48:22 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":165862367,\"utc_offset\":3600,\"favourites_count\":27,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184229386092544,\"created_at\":\"Fri Feb 24 23:15:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2152000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "15a8b90a-261a-43ff-b5ca-493e5d031e91-173184229386092544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze DON'T FEED IT #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: @LeGrandWebze DON'T FEED IT #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2153000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze DON'T FEED IT #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173184025345785856\",\"id_str\":\"173184233144205312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173184025345785856,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":766,\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4351,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France - Moselle\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"D02B55\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"name\":\"R\\u00e9my D.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":48825435,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173184233144205312,\"created_at\":\"Fri Feb 24 23:15:13 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2153000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ccf34e43-41c1-4059-8e80-e986e13496a0-173184233144205312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Au #TwunchStras aussi, haha :D. RT @t12lve : Ya pas mal de ifag dans #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1737367762/Twitter_normal.jpg" +}, +"title": "Hervé Schell: Au #TwunchStras aussi, haha :D. RT @t12lve : Ya pas mal de ifag dans #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2155000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Au #TwunchStras aussi, haha :D. RT @t12lve : Ya pas mal de ifag dans #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"t12lve\",\"indices\":[35,42],\"id_str\":\"127483739\",\"name\":\"t12lve\",\"id\":127483739}],\"urls\":[],\"hashtags\":[{\"text\":\"TwunchStras\",\"indices\":[3,15]},{\"text\":\"LGW\",\"indices\":[69,73]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184242279383040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":165,\"screen_name\":\"rv\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4347,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/273946345\\/Pixel_skull.png\",\"location\":\"Strasbourg\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"0084B4\",\"followers_count\":203,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1737367762\\/Twitter_normal.jpg\",\"description\":\"42\\/2 ans, \\u00e9tudiant en m\\u00e9canique, passionn\\u00e9 par les internets et les nouvelles technologies. \\u00c9vitez le #vraimentbouzige, merci.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"20188354\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/273946345\\/Pixel_skull.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1737367762\\/Twitter_normal.jpg\",\"name\":\"Herv\\u00e9 Schell\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 05 21:07:52 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":20188354,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184242279383040,\"created_at\":\"Fri Feb 24 23:15:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2155000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efd87d7a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7088ad3b-4a52-414a-b7de-c4ffa09c285a-173184242279383040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Fidel Castroll pour être précis #Lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1650056809/pandadanssonbain_normal.JPG" +}, +"title": "justice pandine: Fidel Castroll pour être précis #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2156000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fidel Castroll pour \\u00eatre pr\\u00e9cis #Lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184246054260739\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1340,\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"profile_text_color\":\"1a0e1a\",\"statuses_count\":28274,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"location\":\"Bambouseraie\",\"show_all_inline_media\":false,\"listed_count\":192,\"profile_link_color\":\"9058d1\",\"followers_count\":2570,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"profile_sidebar_fill_color\":\"f5fafa\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"name\":\"justice pandine\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_border_color\":\"adffef\",\"id\":177984098,\"utc_offset\":3600,\"favourites_count\":1862,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184246054260739,\"created_at\":\"Fri Feb 24 23:15:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2156000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0c760d12-af29-4446-bcd7-107425d42555-173184246054260739" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw dans les trendings topics ;-) Bravo !", +"img": { +"src": "http://a3.twimg.com/profile_images/853092677/photo_portrait_JM_normal.jpg" +}, +"title": "Jean-Marie LOUCHE: #lgw dans les trendings topics ;-) Bravo !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2156000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw dans les trendings topics ;-) Bravo !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184246960238593\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"jmlouche\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":743,\"location\":\"Bourgogne - FRANCE\",\"profile_text_color\":\"333333\",\"followers_count\":848,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/853092677\\/photo_portrait_JM_normal.jpg\",\"description\":\"CEO Of Odomia - French Virtual Worlds Compagny - Social Media, Web3d and Immersive Internet. \",\"statuses_count\":2425,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/38852782\\/twitter_bg.jpg\",\"show_all_inline_media\":false,\"listed_count\":74,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f2f2f2\",\"protected\":false,\"id_str\":\"14872985\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Jean-Marie LOUCHE\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/38852782\\/twitter_bg.jpg\",\"created_at\":\"Thu May 22 20:40:23 +0000 2008\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":14872985,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/odomia.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/853092677\\/photo_portrait_JM_normal.jpg\"},\"truncated\":false,\"id\":173184246960238593,\"created_at\":\"Fri Feb 24 23:15:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2156000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "52790bbb-2e2f-4477-bdad-fffaff507a62-173184246960238593" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw L'internet est tout de même le premier média a réunir les médias. Après la télé sur le net, le net à la télé. Parfait !", +"img": { +"src": "http://a0.twimg.com/profile_images/1694156609/737DALWinter_normal.jpg" +}, +"title": "Axel G. Hillbear: #lgw L'internet est tout de même le premier média a réunir les médias. Après la télé sur le net, le net à la télé. Parfait !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2156000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw L'internet est tout de m\\u00eame le premier m\\u00e9dia a r\\u00e9unir les m\\u00e9dias. Apr\\u00e8s la t\\u00e9l\\u00e9 sur le net, le net \\u00e0 la t\\u00e9l\\u00e9. Parfait !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184246180102144\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":48,\"screen_name\":\"Hillbird21\",\"lang\":\"fr\",\"profile_text_color\":\"2e4b6e\",\"statuses_count\":174,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"000000\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1694156609\\/737DALWinter_normal.jpg\",\"description\":\"PC-Gaming (Wow odd.) & aviation (Wow super odd.) are my hobbies. Let's talk about everythin' !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"091314\",\"id_str\":\"406079380\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1694156609\\/737DALWinter_normal.jpg\",\"name\":\"Axel G. Hillbear\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 06 06:42:54 +0000 2011\",\"profile_sidebar_border_color\":\"336d70\",\"id\":406079380,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184246180102144,\"created_at\":\"Fri Feb 24 23:15:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2156000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5f28c1e0-9f56-4d58-9fb2-48fb20e949b5-173184246180102144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "HAN. Y A @elTouristio QUI VIENT DE PASSER A LA TELE. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: HAN. Y A @elTouristio QUI VIENT DE PASSER A LA TELE. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2159000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"HAN. Y A @elTouristio QUI VIENT DE PASSER A LA TELE. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"elTouristio\",\"indices\":[9,21],\"name\":\"Sylvain Sanders\",\"id_str\":\"37389744\",\"id\":37389744}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184256498081792\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"4BB7DF\",\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"favourites_count\":98,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":319,\"location\":\"Toulouse.\",\"profile_text_color\":\"8FCAE0\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"statuses_count\":5849,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"protected\":false,\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"R\\u00e9mi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_fill_color\":\"191F22\",\"id\":161146189,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\"},\"truncated\":false,\"id\":173184256498081792,\"created_at\":\"Fri Feb 24 23:15:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2159000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9a6c6a88-f640-4f3b-b282-1dd09d38b96c-173184256498081792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 32 !", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "TAC minecraft: #lgw 32 !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2159000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw 32 !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184260100993024\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":7,\"screen_name\":\"TAC_minecraft\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"422955189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"TAC minecraft\",\"default_profile_image\":true,\"created_at\":\"Sun Nov 27 22:10:16 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":422955189,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184260100993024,\"created_at\":\"Fri Feb 24 23:15:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2159000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fcc30dd8-5ece-4cb1-b436-97b7dcb91d90-173184260100993024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@colincilia: Il faut pas respirer la compote ça fait tousser #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1583582296/photo_normal.JPG" +}, +"title": "colin cilia: @colincilia: Il faut pas respirer la compote ça fait tousser #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2159000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@colincilia: Il faut pas respirer la compote \\u00e7a fait tousser #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"colincilia\",\"indices\":[0,11],\"id_str\":\"388986126\",\"name\":\"colin cilia\",\"id\":388986126}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184260507840514\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"388986126\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":7,\"screen_name\":\"colincilia\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":10,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"ds ton cul\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1583582296\\/photo_normal.JPG\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"388986126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1583582296\\/photo_normal.JPG\",\"name\":\"colin cilia\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 11 17:22:24 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":388986126,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"colincilia\",\"truncated\":false,\"id\":173184260507840514,\"created_at\":\"Fri Feb 24 23:15:19 +0000 2012\",\"in_reply_to_user_id\":388986126}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2159000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "29b19a47-cd92-46b8-89af-79cb305f5f62-173184260507840514" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw il est bien ce troll", +"img": { +"src": "http://a1.twimg.com/profile_images/1817217136/ouam_normal.jpg" +}, +"title": "Alexandra: #lgw il est bien ce troll", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2160000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw il est bien ce troll\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184263921999874\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":76,\"screen_name\":\"AlexandraTST\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":72,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817217136\\/ouam_normal.jpg\",\"description\":\"J\\u2019ai le spleen compliqu\\u00e9 de m\\u00e9lancolie avec la nostalgie je rage et je b\\u00e2ille et je m\\u2019ennuie et je m\\u2019assomme et je m'emb\\u00eate\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"246323926\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817217136\\/ouam_normal.jpg\",\"name\":\"Alexandra\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 02 15:47:08 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":246323926,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184263921999874,\"created_at\":\"Fri Feb 24 23:15:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2160000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bd410d3e-d25e-4f4d-b48b-50e0007cd2a7-173184263921999874" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Votre emission est un troll #lgw.", +"img": { +"src": "http://a0.twimg.com/profile_images/1818096044/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg" +}, +"title": "Δ+Δ: Votre emission est un troll #lgw.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2162000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Votre emission est un troll #lgw.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184271387852800\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"AbsolutePi\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":12872,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"000000\",\"followers_count\":142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"334108023\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"name\":\"\\u0394+\\u0394\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":334108023,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/footballanatomy.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184271387852800,\"created_at\":\"Fri Feb 24 23:15:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2162000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0c2437ca-9612-4321-b491-fe198a6dbc85-173184271387852800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J aime le troll #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1700221874/ronchon_normal.jpg" +}, +"title": "el Ronchon: J aime le troll #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2163000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J aime le troll #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184275905130496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":35,\"screen_name\":\"elronchon\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":51,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1700221874\\/ronchon_normal.jpg\",\"description\":\"n\\u00e9 un jour de pluie.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"335664825\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700221874\\/ronchon_normal.jpg\",\"name\":\"el Ronchon\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 15 01:39:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":335664825,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/www.soules.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184275905130496,\"created_at\":\"Fri Feb 24 23:15:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2163000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a17ee13-0300-430c-a4c1-d7d693ee68c8-173184275905130496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Que j'aime ces couilles de faire un grand foutraque à la TV !!! #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Que j'aime ces couilles de faire un grand foutraque à la TV !!! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2163000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Que j'aime ces couilles de faire un grand foutraque \\u00e0 la TV !!! #lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[64,68]},{\"text\":\"cqui\",\"indices\":[69,74]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184274932043776\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6696,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173184274932043776,\"created_at\":\"Fri Feb 24 23:15:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2163000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9c21c65f-2ef3-44c9-aee3-1e5b73b15da7-173184274932043776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Dont feed the troll #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: Dont feed the troll #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2163000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Dont feed the troll #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184276848836608\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"Marseille\\/Paris\",\"profile_text_color\":\"3E4415\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"statuses_count\":5140,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Matthieu Michel\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":68460513,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\"},\"truncated\":false,\"id\":173184276848836608,\"created_at\":\"Fri Feb 24 23:15:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2163000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d54bc4d3-9118-497a-a7a3-532ad372908d-173184276848836608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Je suis dedans, ça y est, je vous capte 5 sur 5", +"img": { +"src": "http://a0.twimg.com/profile_images/1752700180/Kriss-visage_normal.jpg" +}, +"title": "Kriss De Valnor: #LGW Je suis dedans, ça y est, je vous capte 5 sur 5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2164000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Je suis dedans, \\u00e7a y est, je vous capte 5 sur 5\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184281592610817\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":109,\"screen_name\":\"KrissValnor\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":168,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413131582\\/kriss_de_Valnor_Sente_De_Vi.jpg\",\"location\":\"Entre Ikea et le Walhalla\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"CC3366\",\"followers_count\":30,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752700180\\/Kriss-visage_normal.jpg\",\"description\":\"Pas moyen d'entrer dans le lac sans se mouiller.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"DBE9ED\",\"id_str\":\"463148006\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413131582\\/kriss_de_Valnor_Sente_De_Vi.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752700180\\/Kriss-visage_normal.jpg\",\"name\":\"Kriss De Valnor\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 13 19:41:39 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":463148006,\"utc_offset\":null,\"favourites_count\":19,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184281592610817,\"created_at\":\"Fri Feb 24 23:15:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2164000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "31087aaf-4a9d-447f-a947-ec45fe41d412-173184281592610817" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw le \"là\" en fin de phrase trahit le @vinvin", +"img": { +"src": "http://a0.twimg.com/profile_images/1622124369/Cartoonpresident_normal.gif" +}, +"title": "Hervé Dumond: #lgw le \"là\" en fin de phrase trahit le @vinvin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2165000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw le \\\"l\\u00e0\\\" en fin de phrase trahit le @vinvin\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[40,47],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184285686235136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":565,\"screen_name\":\"cartoonpdt\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":2,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355093994\\/132.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"003366\",\"followers_count\":234,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1622124369\\/Cartoonpresident_normal.gif\",\"description\":\"https:\\/\\/twitter.com\\/#!\\/cartoonpdt\\/favorites\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"77615428\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355093994\\/132.jpg\",\"profile_sidebar_fill_color\":\"ffdd00\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1622124369\\/Cartoonpresident_normal.gif\",\"name\":\"Herv\\u00e9 Dumond\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 27 00:32:11 +0000 2009\",\"profile_sidebar_border_color\":\"d1d1d1\",\"id\":77615428,\"utc_offset\":3600,\"favourites_count\":149,\"url\":\"http:\\/\\/mirror.me\\/390abp28?s=home\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184285686235136,\"created_at\":\"Fri Feb 24 23:15:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2165000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7d0bb2c2-8cf5-44ea-8781-715cc4cce969-173184285686235136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Beaucoup de bons éléments mais qui ne marchent pas ensemble en fait. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1783211115/lost-in-translation_normal.jpg" +}, +"title": "Leslie: Beaucoup de bons éléments mais qui ne marchent pas ensemble en fait. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2167000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Beaucoup de bons \\u00e9l\\u00e9ments mais qui ne marchent pas ensemble en fait. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184291369533440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":175,\"screen_name\":\"Screenagerful\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2980,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/269326044\\/Harry-Potter-and-the-Deathly-Hallows-Dobby-15-10-10-kc.jpg\",\"location\":\"Dreux - Compi\\u00e8gne\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":62,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1783211115\\/lost-in-translation_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"54185836\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/269326044\\/Harry-Potter-and-the-Deathly-Hallows-Dobby-15-10-10-kc.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1783211115\\/lost-in-translation_normal.jpg\",\"name\":\"Leslie\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 06 12:00:39 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":54185836,\"utc_offset\":null,\"favourites_count\":33,\"url\":\"http:\\/\\/www.redbubble.com\\/people\\/screenager\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184291369533440,\"created_at\":\"Fri Feb 24 23:15:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2167000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7ec23818-7eca-48b4-a363-02b01751fb8a-173184291369533440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "GLOIRE AU TROLLS #wow #trolls #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836489540/humanrage1_normal.jpg" +}, +"title": "Androids: GLOIRE AU TROLLS #wow #trolls #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2167000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"GLOIRE AU TROLLS #wow #trolls #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"wow\",\"indices\":[17,21]},{\"text\":\"trolls\",\"indices\":[22,29]},{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184291440824321\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Androids974\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":68,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"description\":\"Spectateur.\",\"statuses_count\":1493,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"58974537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Androids\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"created_at\":\"Wed Jul 22 00:25:26 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":58974537,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\"},\"truncated\":false,\"id\":173184291440824321,\"created_at\":\"Fri Feb 24 23:15:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2167000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efda0adc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efda0fd2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a7c04ca4-e945-49e8-9188-ff1d88434031-173184291440824321" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "un troll a rouflaquettes ? Ce serait pas Vinvin ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1115735941/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png" +}, +"title": "Christophe Ponsolle: un troll a rouflaquettes ? Ce serait pas Vinvin ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2168000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"un troll a rouflaquettes ? Ce serait pas Vinvin ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184295702245378\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":364,\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"profile_text_color\":\"999393\",\"statuses_count\":1209,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"name\":\"Christophe Ponsolle\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":25338852,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184295702245378,\"created_at\":\"Fri Feb 24 23:15:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2168000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "db035265-7c8f-438c-89e2-24b9e71ac056-173184295702245378" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow Soyez un peu plus sérieux merde, on vous voit twitter sur le plateau. #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1843101534/tumblr_lju3pbB8aQ1qdj3gko1_500_normal.jpg" +}, +"title": "Louise.: @palmashow Soyez un peu plus sérieux merde, on vous voit twitter sur le plateau. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2168000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"palmashow\",\"favorited\":false,\"text\":\"@palmashow Soyez un peu plus s\\u00e9rieux merde, on vous voit twitter sur le plateau. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[81,85]}]},\"in_reply_to_user_id\":23782965,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184294699802624\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"ruth_flaquettes\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":57,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1843101534\\/tumblr_lju3pbB8aQ1qdj3gko1_500_normal.jpg\",\"description\":\"Attends avec impatience le come-back de la Compagnie Cr\\u00e9ole. Decalecatan, decalecatan. Oh\\u00e9, oh\\u00e9. Tout est dit.\",\"statuses_count\":53,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/430866191\\/2567115379-zooey-deschanel-cartonne-en-new-girl.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099CC\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"FFF04D\",\"protected\":false,\"id_str\":\"349125925\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Louise.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430866191\\/2567115379-zooey-deschanel-cartonne-en-new-girl.jpg\",\"created_at\":\"Fri Aug 05 15:59:21 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":349125925,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843101534\\/tumblr_lju3pbB8aQ1qdj3gko1_500_normal.jpg\"},\"truncated\":false,\"id\":173184294699802624,\"created_at\":\"Fri Feb 24 23:15:28 +0000 2012\",\"in_reply_to_user_id_str\":\"23782965\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2168000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "de0704d1-65c2-484c-ba0b-ed58fa90ed7d-173184294699802624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow \"J'écoutais Whitney Houston lorsqu'ils ont annoncés sa mort. Depuis, j'écoute en boucle Christophe Maé.\" #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1726420026/Kestrel_normal.jpg" +}, +"title": "Rémy -- La Merguez: @palmashow \"J'écoutais Whitney Houston lorsqu'ils ont annoncés sa mort. Depuis, j'écoute en boucle Christophe Maé.\" #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2168000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow \\\"J'\\u00e9coutais Whitney Houston lorsqu'ils ont annonc\\u00e9s sa mort. Depuis, j'\\u00e9coute en boucle Christophe Ma\\u00e9.\\\" #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[116,120]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184297556123648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":96,\"screen_name\":\"Sokwamaii\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1037,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/322585571\\/guitar_8_93350.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"007a99\",\"followers_count\":18,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1726420026\\/Kestrel_normal.jpg\",\"description\":\"K 3 S T R 3 L #Charl0tteFamily\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"305668802\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/322585571\\/guitar_8_93350.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1726420026\\/Kestrel_normal.jpg\",\"name\":\"R\\u00e9my -- La Merguez\",\"default_profile_image\":false,\"created_at\":\"Thu May 26 16:09:43 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":305668802,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173184297556123648,\"created_at\":\"Fri Feb 24 23:15:28 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2168000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2a070c80-ce54-4ffa-b39b-300eec315a93-173184297556123648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "hu hu hu ! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1609615947/avatar_normal.jpg" +}, +"title": "Christophe WEILL: hu hu hu ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2168000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"hu hu hu ! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184296369131520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":487,\"screen_name\":\"tractataire\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9393,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"location\":\"Montpellier, France\",\"show_all_inline_media\":true,\"listed_count\":18,\"profile_link_color\":\"8f6e31\",\"followers_count\":426,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"description\":\"Communication globale multimedia : print, web, video, e-learning. Curieux et news-addict !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7c985\",\"id_str\":\"24436721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"profile_sidebar_fill_color\":\"a7c964\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"name\":\"Christophe WEILL\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 14 21:54:13 +0000 2009\",\"profile_sidebar_border_color\":\"7b9d01\",\"id\":24436721,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.tractataire.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184296369131520,\"created_at\":\"Fri Feb 24 23:15:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2168000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e7b24246-06cc-40c4-94dc-a5dd067c097e-173184296369131520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sympa les vaches.. Mais euh j'ai pas trop compris #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: Sympa les vaches.. Mais euh j'ai pas trop compris #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2169000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Sympa les vaches.. Mais euh j'ai pas trop compris #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184300320165888\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":591,\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"profile_text_color\":\"520000\",\"statuses_count\":18712,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"followers_count\":506,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"d61d08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"name\":\"Camille .\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":93848420,\"utc_offset\":-36000,\"favourites_count\":14,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184300320165888,\"created_at\":\"Fri Feb 24 23:15:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2169000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "707d3071-14ba-4e86-938e-90a54c0da607-173184300320165888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #iReste !", +"img": { +"src": "http://a0.twimg.com/profile_images/1838207664/image_normal.jpg" +}, +"title": "Sanchez Théo: #lgw #iReste !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2170000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #iReste !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"iReste\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184302786412544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":61,\"screen_name\":\"sanchez_theo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":145,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"374697529\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"name\":\"Sanchez Th\\u00e9o\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 16 19:34:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":374697529,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184302786412544,\"created_at\":\"Fri Feb 24 23:15:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2170000, +"tags": [ +{ +"id-ref": "efbbbfaa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "57faf08d-aea1-46fe-80c8-ca36b03a8d3f-173184302786412544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Don't feed the troll ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Don't feed the troll ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2170000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Don't feed the troll ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184305856651265\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184305856651265,\"created_at\":\"Fri Feb 24 23:15:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2170000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "859558c0-93c0-4b95-8ded-7153e521f687-173184305856651265" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est @Tweets2Comptoir le troll ? Même éclairage ;) #Lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1843250602/image_normal.jpg" +}, +"title": "Virginie Lominet: C'est @Tweets2Comptoir le troll ? Même éclairage ;) #Lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2171000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est @Tweets2Comptoir le troll ? M\\u00eame \\u00e9clairage ;) #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[6,22],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184309321138176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":916,\"screen_name\":\"laristocraft\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15197,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"location\":\"Boulogne-billancourt\",\"show_all_inline_media\":false,\"listed_count\":402,\"profile_link_color\":\"ab3202\",\"followers_count\":4464,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"description\":\"Ne dites pas \\u00e0 ma m\\u00e8re que je suis community manager, elle me croit pianiste dans un bordel. Fantasque & despotique. Pathologie: Bovarysme. On @Locita @Owni\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"16502490\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"name\":\"Virginie Lominet\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 28 20:37:13 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":16502490,\"utc_offset\":3600,\"favourites_count\":426,\"url\":\"http:\\/\\/www.laristocraft.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184309321138176,\"created_at\":\"Fri Feb 24 23:15:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2171000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dbaf65ff-f934-44d9-a796-5117378d7bb7-173184309321138176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @PeteMcVries: Avant tu tweetais des émissions télé, maintenant tu regardes Twitter à la télé. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1741566630/___-_Copie_normal.png" +}, +"title": "Sarah: RT @PeteMcVries: Avant tu tweetais des émissions télé, maintenant tu regardes Twitter à la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2172000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @PeteMcVries: Avant tu tweetais des \\u00e9missions t\\u00e9l\\u00e9, maintenant tu regardes Twitter \\u00e0 la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PeteMcVries\",\"indices\":[3,15],\"name\":\"PeteMcVries\",\"id_str\":\"258422519\",\"id\":258422519}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[97,101]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Avant tu tweetais des \\u00e9missions t\\u00e9l\\u00e9, maintenant tu regardes Twitter \\u00e0 la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[80,84]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183579122171904\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"PeteMcVries\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":411,\"location\":\"\",\"profile_text_color\":\"666666\",\"followers_count\":1153,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838468821\\/ken-barbumarini_re_normal.jpg\",\"description\":\"Ni journaliste, ni influent,j'ai pas confondu Twitter avec Meetic ou un journal intime. C'est pas parce qu'on se suit qu'on est amis, mais sinon bienvenue.\",\"statuses_count\":48462,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/211191620\\/Durable_Desktop_Background.jpg\",\"show_all_inline_media\":false,\"listed_count\":69,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"258422519\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"PeteMcVries\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/211191620\\/Durable_Desktop_Background.jpg\",\"created_at\":\"Sun Feb 27 17:58:20 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":258422519,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838468821\\/ken-barbumarini_re_normal.jpg\"},\"truncated\":false,\"id\":173183579122171904,\"created_at\":\"Fri Feb 24 23:12:37 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184312039047168\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"bcb302\",\"screen_name\":\"Sarasiroou\",\"lang\":\"en\",\"favourites_count\":60,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":537,\"location\":\"Morocco\",\"profile_text_color\":\"473623\",\"followers_count\":638,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1741566630\\/___-_Copie_normal.png\",\"description\":\"Digital native. Share ideas AND moods real news NOT rumors Sometimes shy OR too talkative \\r\\n #dcdc devotee \",\"statuses_count\":3139,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/419005175\\/NewYorkPublicLibrary.jpg\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"8a7302\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"0f0a02\",\"protected\":false,\"id_str\":\"326701370\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Sarah\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/419005175\\/NewYorkPublicLibrary.jpg\",\"created_at\":\"Thu Jun 30 10:30:14 +0000 2011\",\"profile_sidebar_fill_color\":\"171106\",\"id\":326701370,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1741566630\\/___-_Copie_normal.png\"},\"truncated\":false,\"id\":173184312039047168,\"created_at\":\"Fri Feb 24 23:15:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2172000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4c7cb993-4ad2-484f-bfc8-e36e979624e5-173184312039047168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ouais là c est moi #lgw http://t.co/r5WGRzmM", +"img": { +"src": "http://a0.twimg.com/profile_images/1848682776/photo_profil_normal.jpg" +}, +"title": "Caroline Pandraud: Ouais là c est moi #lgw http://t.co/r5WGRzmM", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2174000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Ouais l\\u00e0 c est moi #lgw http:\\/\\/t.co\\/r5WGRzmM\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[24,44],\"expanded_url\":\"http:\\/\\/instagr.am\\/p\\/HaA860qhW7\\/\",\"display_url\":\"instagr.am\\/p\\/HaA860qhW7\\/\",\"url\":\"http:\\/\\/t.co\\/r5WGRzmM\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/instagr.am\\\" rel=\\\"nofollow\\\"\\u003EInstagram\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184320587051008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":284,\"screen_name\":\"pointPandraud\",\"lang\":\"fr\",\"profile_text_color\":\"F6FC9D\",\"statuses_count\":425,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"FF1269\",\"followers_count\":181,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"description\":\"Project Analyst @faberNovel www.fabernovel.com \\/\\/\\r\\n@essec Business School Alumni \\/\\/ Paris\\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"4F4C4E\",\"id_str\":\"16096262\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"profile_sidebar_fill_color\":\"7A374C\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"name\":\"Caroline Pandraud\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 02 13:18:16 +0000 2008\",\"profile_sidebar_border_color\":\"382334\",\"id\":16096262,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184320587051008,\"created_at\":\"Fri Feb 24 23:15:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2174000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d97c2634-32db-46bc-b8d5-4ce39a588854-173184320587051008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ok. Le grand webze sur #france5 , une émission bien barrée en fait.", +"img": { +"src": "http://a0.twimg.com/profile_images/60661485/IMG_6851_normal.jpg" +}, +"title": "Antoine Servais: Ok. Le grand webze sur #france5 , une émission bien barrée en fait.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2175000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ok. Le grand webze sur #france5 , une \\u00e9mission bien barr\\u00e9e en fait.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"france5\",\"indices\":[23,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184323774713856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":454,\"screen_name\":\"AntoineServais\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5738,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/77829398\\/4047922449_0aa9248f2e_o.jpg\",\"location\":\"Belgium\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"0084B4\",\"followers_count\":481,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/60661485\\/IMG_6851_normal.jpg\",\"description\":\"26 years. Belgian. Community Manager. Inquiring mind. Interested in Social Media, Marketing and Music. Addicted to web, Peter Gabriel and english winegums.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"15024821\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/77829398\\/4047922449_0aa9248f2e_o.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/60661485\\/IMG_6851_normal.jpg\",\"name\":\"Antoine Servais\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 05 23:25:52 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":15024821,\"utc_offset\":3600,\"favourites_count\":542,\"url\":\"http:\\/\\/be.linkedin.com\\/in\\/antoineservais\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184323774713856,\"created_at\":\"Fri Feb 24 23:15:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2175000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8fabf5b7-fd43-4817-8e81-8586064ba6c8-173184323774713856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Chemise merdique #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1732910391/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg" +}, +"title": "Alexa̷ ndr̷e: Chemise merdique #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2175000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Chemise merdique #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184324181557248\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"K3nnyfr\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5567,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"location\":\"Saligny, France\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"313638\",\"followers_count\":338,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"description\":\"SysAdmin, Gamer, Libriste and Professionnal Troller since 1988\\r\\nhttp:\\/\\/about.me\\/k3nny\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"12687332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/286071518\\/Classique_Black.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732910391\\/385098_10150464595412219_595152218_8962332_1225937099_n_normal.jpg\",\"name\":\"Alexa\\u0337 ndr\\u0337e\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 25 16:14:19 +0000 2008\",\"profile_sidebar_border_color\":\"5c5c5c\",\"id\":12687332,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.k3nny.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184324181557248,\"created_at\":\"Fri Feb 24 23:15:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2175000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ee4ec745-903c-4c19-b286-e161e539e6af-173184324181557248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Navrant: la cohabitation Web/TV . J ose le dire émission de merde. Je retourne illico sur touiteur ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1727925483/p20120101-191011_normal.jpg" +}, +"title": "croquenote: Navrant: la cohabitation Web/TV . J ose le dire émission de merde. Je retourne illico sur touiteur ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2175000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Navrant: la cohabitation Web\\/TV . J ose le dire \\u00e9mission de merde. Je retourne illico sur touiteur ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[102,106]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184327121776640\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":27,\"screen_name\":\"croquenote80\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":234,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Picardie\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1727925483\\/p20120101-191011_normal.jpg\",\"description\":\"touitage: 140 signes c'est plus qu'il n'en faut pour bidouiller avec les 140 mots de vocabulaire dont je dispose !\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"435699457\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727925483\\/p20120101-191011_normal.jpg\",\"name\":\"croquenote\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 13 10:37:19 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":435699457,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/fatras-croquenote.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184327121776640,\"created_at\":\"Fri Feb 24 23:15:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2175000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8f334559-d226-4872-9a5d-065b0e527d7d-173184327121776640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "mm yeah. tonight > #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1841580669/image_normal.jpg" +}, +"title": "rey_lynn14: mm yeah. tonight > #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2177000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"mm yeah. tonight > #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184334927380480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":91,\"screen_name\":\"rey_lynn14\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":137,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/430213752\\/girly-photography.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"7700b3\",\"followers_count\":42,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1841580669\\/image_normal.jpg\",\"description\":\"blondes do it better. #winning\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"ebc1e0\",\"id_str\":\"498197206\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430213752\\/girly-photography.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841580669\\/image_normal.jpg\",\"name\":\"rey_lynn14\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 20 19:57:32 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":498197206,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184334927380480,\"created_at\":\"Fri Feb 24 23:15:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2177000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4410025d-f47c-4622-8d83-837f0e4cbf1e-173184334927380480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "SI on met #lgw dans un tweet il se passe quoi ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1843093214/portrait_normal.jpg" +}, +"title": "Florent: SI on met #lgw dans un tweet il se passe quoi ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2178000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"SI on met #lgw dans un tweet il se passe quoi ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot for Chrome\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184339402694657\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":86,\"screen_name\":\"f_to_k\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":3703,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Paris grande banlieue Est.\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"2FC2EF\",\"followers_count\":124,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843093214\\/portrait_normal.jpg\",\"description\":\"Homme \\u00e0 tout faire (ou presque). Ce que je tiens dans la main est un appareil photo \\u00e0 pellicules. Mes tweets n'engagent que mes 10 doigts, mon cerveau d\\u00e9ment.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"438377094\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843093214\\/portrait_normal.jpg\",\"name\":\"Florent\",\"default_profile_image\":false,\"created_at\":\"Fri Dec 16 14:28:11 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":438377094,\"utc_offset\":null,\"favourites_count\":64,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184339402694657,\"created_at\":\"Fri Feb 24 23:15:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2178000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0cd9db02-a2e3-4899-ad52-6502d36a4aa9-173184339402694657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 2000 Tweets Et combiens de trolls ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1826253762/gifs__20__normal.gif" +}, +"title": "Systaime: #lgw 2000 Tweets Et combiens de trolls ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2178000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw 2000 Tweets Et combiens de trolls ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184339574665216\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"systaime18\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3210,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":40,\"profile_link_color\":\"080808\",\"followers_count\":393,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"758882\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"profile_sidebar_fill_color\":\"f5ed08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"name\":\"Systaime\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 08 22:13:03 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":758882,\"utc_offset\":3600,\"favourites_count\":112,\"url\":\"http:\\/\\/www.systaime.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184339574665216,\"created_at\":\"Fri Feb 24 23:15:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2178000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "062dcdf7-fe8a-4c4c-8662-6b81264c6c94-173184339574665216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est marrant le troll me fait penser à Kassovitz #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: C'est marrant le troll me fait penser à Kassovitz #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2178000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est marrant le troll me fait penser \\u00e0 Kassovitz #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184339679510529\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"592459\",\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"favourites_count\":461,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"statuses_count\":2720,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Oriane Hurard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"id\":198934087,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\"},\"truncated\":false,\"id\":173184339679510529,\"created_at\":\"Fri Feb 24 23:15:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2178000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b82af6da-7038-4c33-8705-043f0e1abdc2-173184339679510529" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Parfait le troll #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1630832094/rene_navarre_as_fantomas_normal.jpg" +}, +"title": "Virgile Navarre: Parfait le troll #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2178000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Parfait le troll #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184339058757632\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":61,\"screen_name\":\"virgilepons\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1630832094\\/rene_navarre_as_fantomas_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"392990979\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1630832094\\/rene_navarre_as_fantomas_normal.jpg\",\"name\":\"Virgile Navarre\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 17 21:23:27 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":392990979,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/www.labo75.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184339058757632,\"created_at\":\"Fri Feb 24 23:15:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2178000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2cb84765-ef54-47ec-abae-a180c24a30b6-173184339058757632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@OrnythorincBleu @polinelp Bien maintenant faut mettre le hashtag #lgw x)", +"img": { +"src": "http://a3.twimg.com/profile_images/1802232284/Capture_d__cran_2012-02-04___01.15.52_normal.png" +}, +"title": "Marion: @OrnythorincBleu @polinelp Bien maintenant faut mettre le hashtag #lgw x)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2179000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@OrnythorincBleu @polinelp Bien maintenant faut mettre le hashtag #lgw x)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"OrnythorincBleu\",\"indices\":[0,16],\"id_str\":\"258358271\",\"name\":\"Meylia\",\"id\":258358271},{\"screen_name\":\"PolineLP\",\"indices\":[17,26],\"id_str\":\"380413697\",\"name\":\"Pauline \",\"id\":380413697}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[66,70]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173184157818695680\",\"id_str\":\"173184342946881536\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173184157818695680,\"in_reply_to_user_id_str\":\"258358271\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":186,\"screen_name\":\"iiioon\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11591,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"BF1238\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"description\":\"Accro aux s\\u00e9ries et \\u00e0 l'humour. HeroCorpienne. \\r\\nEt pourquoi faire aujourd'hui c'que j'pourrai faire demain ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"id_str\":\"39847706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"name\":\"Marion\",\"default_profile_image\":false,\"created_at\":\"Wed May 13 21:57:02 +0000 2009\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":39847706,\"utc_offset\":3600,\"favourites_count\":47,\"url\":null},\"in_reply_to_screen_name\":\"OrnythorincBleu\",\"truncated\":false,\"id\":173184342946881536,\"created_at\":\"Fri Feb 24 23:15:39 +0000 2012\",\"in_reply_to_user_id\":258358271}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2179000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c9d3d866-6e78-4221-af70-758bb19fab23-173184342946881536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je regarde #lgw et c'est... wtf ?!", +"img": { +"src": "http://a0.twimg.com/profile_images/1361194174/DSCF2750_-_Copie_normal.JPG" +}, +"title": "Basile Noel: Je regarde #lgw et c'est... wtf ?!", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2180000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je regarde #lgw et c'est... wtf ?!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184345383763969\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":166,\"screen_name\":\"bas60\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1558,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Picardie, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1361194174\\/DSCF2750_-_Copie_normal.JPG\",\"description\":\"Newseur sur PressStartButton.fr, lyc\\u00e9en en T. ES, geek, metalleux, communiste, et plein d'autres trucs !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"55279590\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1361194174\\/DSCF2750_-_Copie_normal.JPG\",\"name\":\"Basile Noel\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 09 16:15:08 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":55279590,\"utc_offset\":3600,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184345383763969,\"created_at\":\"Fri Feb 24 23:15:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2180000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b2209d71-04d7-4afa-b356-f48e17e03941-173184345383763969" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Alboss_ZS moi aussi j'en avais entendu parlé et là je découvre très givré cette émission #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1792102319/0014_-_Copie_-_Copie_normal.JPG" +}, +"title": "Nicolas Gaillard: @Alboss_ZS moi aussi j'en avais entendu parlé et là je découvre très givré cette émission #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2180000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Alboss_ZS moi aussi j'en avais entendu parl\\u00e9 et l\\u00e0 je d\\u00e9couvre tr\\u00e8s givr\\u00e9 cette \\u00e9mission #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Alboss_ZS\",\"indices\":[0,10],\"id_str\":\"429480778\",\"name\":\"ZS\",\"id\":429480778}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[90,94]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173183176322195457\",\"id_str\":\"173184344603623427\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183176322195457,\"in_reply_to_user_id_str\":\"429480778\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"NG__nico\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1113,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"location\":\"Poitiers\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"description\":\"Etudiant L2 Histoire ---Actu---Politique---T\\u00e9l\\u00e9---M\\u00e9dias--- Musique...tout ce qu'aiment les journalistes--- Feel free to follow me ;-) \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"370637904\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"name\":\" Nicolas Gaillard\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 09 11:18:42 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":370637904,\"utc_offset\":-10800,\"favourites_count\":23,\"url\":null},\"in_reply_to_screen_name\":\"Alboss_ZS\",\"truncated\":false,\"id\":173184344603623427,\"created_at\":\"Fri Feb 24 23:15:40 +0000 2012\",\"in_reply_to_user_id\":429480778}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2180000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "89acf0fb-77e7-4daa-810d-685a97946732-173184344603623427" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "w0of! le vrai troll du #LGW c'est #Rollin .....", +"img": { +"src": "http://a0.twimg.com/profile_images/1421050001/logo_normal.jpg" +}, +"title": "FullHDReady w0of™: w0of! le vrai troll du #LGW c'est #Rollin .....", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2181000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"w0of! le vrai troll du #LGW c'est #Rollin .....\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[23,27]},{\"text\":\"Rollin\",\"indices\":[34,41]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-1.2417438,46.1331208],[-1.1113977,46.1331208],[-1.1113977,46.1910004],[-1.2417438,46.1910004]]]},\"attributes\":{},\"full_name\":\"Rochelle, Charente-Maritime\",\"name\":\"Rochelle\",\"id\":\"3dfa1a0686b402fb\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/3dfa1a0686b402fb.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-1.15112631,46.15482580]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184352065306624\",\"geo\":{\"type\":\"Point\",\"coordinates\":[46.15482580,-1.15112631]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":728,\"screen_name\":\"FHDR\",\"lang\":\"fr\",\"profile_text_color\":\"2b0c13\",\"statuses_count\":97287,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/91803952\\/2010-04-13_10-10-17_90.38.71.125.jpg\",\"location\":\"La Rochelle, France\",\"show_all_inline_media\":true,\"listed_count\":672,\"profile_link_color\":\"dd5563\",\"followers_count\":7851,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421050001\\/logo_normal.jpg\",\"description\":\"w0of ! T\\u00e9l\\u00e9 Veilleur Tv Zappeur News Informations Humour (parfois) \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"19166979\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/91803952\\/2010-04-13_10-10-17_90.38.71.125.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421050001\\/logo_normal.jpg\",\"name\":\"FullHDReady w0of\\u2122\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 19 02:12:30 +0000 2009\",\"profile_sidebar_border_color\":\"816f46\",\"id\":19166979,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/www.fhdr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184352065306624,\"created_at\":\"Fri Feb 24 23:15:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2181000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa96512-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7bc0b2de-f591-48ea-81a3-3fed540bbac8-173184352065306624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi cette émission ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1797905748/image_normal.jpg" +}, +"title": "sylvadu92 ✪: C'est quoi cette émission ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2182000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi cette \\u00e9mission ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184354745458688\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":184,\"screen_name\":\"sylva007\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":2599,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/146137724\\/bg.jpg\",\"location\":\"garches\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"CC3300\",\"followers_count\":57,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1797905748\\/image_normal.jpg\",\"description\":\"Si La Vie Est Une PuTe, Alors PkWa Je Me Sent Si sEul ? \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"000000\",\"id_str\":\"124470704\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/146137724\\/bg.jpg\",\"profile_sidebar_fill_color\":\"F7DA93\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1797905748\\/image_normal.jpg\",\"name\":\"sylvadu92 \\u272a\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 19 14:08:17 +0000 2010\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":124470704,\"utc_offset\":-36000,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184354745458688,\"created_at\":\"Fri Feb 24 23:15:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2182000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df7f2baa-e067-49c8-ac0a-ba490bd0558f-173184354745458688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#travelling n'a pas porté plainte #vaches #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1801584941/image_normal.jpg" +}, +"title": "Nicolas LE SAINT: #travelling n'a pas porté plainte #vaches #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2182000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#travelling n'a pas port\\u00e9 plainte #vaches #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"travelling\",\"indices\":[0,11]},{\"text\":\"vaches\",\"indices\":[34,41]},{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184356909711362\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"screen_name\":\"nicolaslesaint\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":62,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801584941\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"404016609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801584941\\/image_normal.jpg\",\"name\":\"Nicolas LE SAINT\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 03 10:00:21 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":404016609,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184356909711362,\"created_at\":\"Fri Feb 24 23:15:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2182000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efdc849c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efdc8a46-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "05770539-83cf-4fa6-9737-f2eaf437ab87-173184356909711362" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On va tous périr d'une cataracte de la cornée #lgw #tombelachemise", +"img": { +"src": "http://a0.twimg.com/profile_images/360406797/oeil_coul_normal.JPG" +}, +"title": "Emmanuelle Bastoul: On va tous périr d'une cataracte de la cornée #lgw #tombelachemise", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2183000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On va tous p\\u00e9rir d'une cataracte de la corn\\u00e9e #lgw #tombelachemise\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"tombelachemise\",\"indices\":[51,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184358671323136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":450,\"screen_name\":\"Emma_nuelle\",\"lang\":\"en\",\"profile_text_color\":\"4f4848\",\"statuses_count\":1413,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29141675\\/NY_applestore_-_Copie.jpg\",\"location\":\"taussat - France\",\"show_all_inline_media\":false,\"listed_count\":33,\"profile_link_color\":\"7a4222\",\"followers_count\":446,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/360406797\\/oeil_coul_normal.JPG\",\"description\":\"j'ai pas de blog mais bon...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"65350847\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29141675\\/NY_applestore_-_Copie.jpg\",\"profile_sidebar_fill_color\":\"c4c127\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/360406797\\/oeil_coul_normal.JPG\",\"name\":\"Emmanuelle Bastoul\",\"default_profile_image\":false,\"created_at\":\"Thu Aug 13 12:27:30 +0000 2009\",\"profile_sidebar_border_color\":\"8a8c8c\",\"id\":65350847,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184358671323136,\"created_at\":\"Fri Feb 24 23:15:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2183000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efdca9ea-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "50a3340f-be7b-496c-9bc8-3e018ca1e394-173184358671323136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw vinvin, meme dans le noir avec la voix déformé, on le reconnait! \"bande de naze\" auto-trahison.", +"img": { +"src": "http://a0.twimg.com/profile_images/1757948828/Sans_titre-1__2__normal.jpg" +}, +"title": "CrazyM.T.: #lgw vinvin, meme dans le noir avec la voix déformé, on le reconnait! \"bande de naze\" auto-trahison.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2183000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw vinvin, meme dans le noir avec la voix d\\u00e9form\\u00e9, on le reconnait! \\\"bande de naze\\\" auto-trahison.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184357610172416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":107,\"screen_name\":\"CrazyMT_\",\"lang\":\"fr\",\"profile_text_color\":\"949494\",\"statuses_count\":1500,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/425872790\\/Twitter.jpg\",\"location\":\"France d'en bas\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"488045\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757948828\\/Sans_titre-1__2__normal.jpg\",\"description\":\"Je combine des fr\\u00e9quences ensembles. Oui, de la musique \\u00e9lectronique.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"1c1c1c\",\"id_str\":\"330956795\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425872790\\/Twitter.jpg\",\"profile_sidebar_fill_color\":\"3d0000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757948828\\/Sans_titre-1__2__normal.jpg\",\"name\":\"CrazyM.T.\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 07 12:33:05 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":330956795,\"utc_offset\":0,\"favourites_count\":5,\"url\":\"http:\\/\\/crazymtmusic.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184357610172416,\"created_at\":\"Fri Feb 24 23:15:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2183000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7d764550-f2b0-4054-98ac-84eadeda2f18-173184357610172416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Devant #lgw .... Verdict #ilPart", +"img": { +"src": "http://a1.twimg.com/profile_images/1698606962/388646_10150434641314433_548489432_8213591_526920766_n_normal.jpg" +}, +"title": "Charline GRIS: Devant #lgw .... Verdict #ilPart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2183000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Devant #lgw .... Verdict #ilPart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]},{\"text\":\"ilPart\",\"indices\":[25,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184359468240896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":59,\"screen_name\":\"CharlineGRIS\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":14,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/191533117\\/280_-_Copie.JPG\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"fa0598\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1698606962\\/388646_10150434641314433_548489432_8213591_526920766_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"bfeeff\",\"id_str\":\"24173317\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/191533117\\/280_-_Copie.JPG\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1698606962\\/388646_10150434641314433_548489432_8213591_526920766_n_normal.jpg\",\"name\":\"Charline GRIS\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 13 13:53:10 +0000 2009\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":24173317,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/aquanael\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184359468240896,\"created_at\":\"Fri Feb 24 23:15:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2183000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "263b2b10-83dc-44ff-95d9-58a663ce4de5-173184359468240896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@delorme +1 à la tv cela ne passe pas #lgw moi je préfère le morning star vraiment.", +"img": { +"src": "http://a0.twimg.com/profile_images/1450845967/Claire_Goyat__cgoandco_3_normal.jpg" +}, +"title": "Claire Goyat: @delorme +1 à la tv cela ne passe pas #lgw moi je préfère le morning star vraiment.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2184000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@delorme +1 \\u00e0 la tv cela ne passe pas #lgw moi je pr\\u00e9f\\u00e8re le morning star vraiment.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"delorme\",\"indices\":[0,8],\"id_str\":\"7841882\",\"name\":\"Thomas Delorme\",\"id\":7841882}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181978768711680\",\"id_str\":\"173184364811788288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181978768711680,\"in_reply_to_user_id_str\":\"7841882\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":159,\"screen_name\":\"schrempfette\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":543,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/374142110\\/308326_10150939925510045_108443905044_21713132_252033604_n.jpg\",\"location\":\"Nantes\",\"show_all_inline_media\":true,\"listed_count\":12,\"profile_link_color\":\"b30018\",\"followers_count\":133,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1450845967\\/Claire_Goyat__cgoandco_3_normal.jpg\",\"description\":\"Fondatrice et associ\\u00e9e @cgoandco - Member @BoxEurope - Un petit air d'Edna Mode ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfeff\",\"id_str\":\"111736156\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/374142110\\/308326_10150939925510045_108443905044_21713132_252033604_n.jpg\",\"profile_sidebar_fill_color\":\"e3e5e6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1450845967\\/Claire_Goyat__cgoandco_3_normal.jpg\",\"name\":\"Claire Goyat\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 06 00:17:46 +0000 2010\",\"profile_sidebar_border_color\":\"fafafa\",\"id\":111736156,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/www.cgoandco.com\"},\"in_reply_to_screen_name\":\"delorme\",\"truncated\":false,\"id\":173184364811788288,\"created_at\":\"Fri Feb 24 23:15:44 +0000 2012\",\"in_reply_to_user_id\":7841882}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2184000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f25f3451-4ac5-4a1d-8f55-7776eec0a90b-173184364811788288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais c'est quoi cette émission ? #lgw -_-", +"img": { +"src": "http://a0.twimg.com/profile_images/1848652502/332954645_normal.jpg" +}, +"title": "Leila Agic: Mais c'est quoi cette émission ? #lgw -_-", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2185000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais c'est quoi cette \\u00e9mission ? #lgw -_-\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184367689072640\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1197,\"screen_name\":\"LeilaAgic\",\"lang\":\"fr\",\"profile_text_color\":\"d61170\",\"statuses_count\":13606,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"23acc4\",\"followers_count\":1721,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"description\":\"Ancienne co-Responsable Internet et campagne jeunes pour @RoyalSegolene lors de primaires citoyennes. Socialo-Ecolo-S\\u00e9gol\\u00e9niste #SRoyal \\/ #FH2012 \\/ #NVB2012\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"79575617\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"name\":\"Leila Agic\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 03 22:02:21 +0000 2009\",\"profile_sidebar_border_color\":\"f50e48\",\"id\":79575617,\"utc_offset\":3600,\"favourites_count\":200,\"url\":\"http:\\/\\/on.fb.me\\/hSrN0O\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184367689072640,\"created_at\":\"Fri Feb 24 23:15:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2185000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7b2e5923-f5e2-4d1e-8072-c44f0b3ad650-173184367689072640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @monsieurhobby: Après Solange et ses vidéos voilà les vaches #lgw je veux de la drogue moi aussi", +"img": { +"src": "http://a3.twimg.com/profile_images/1764410196/t_l_chargement_normal.jpg" +}, +"title": "Camille A.: RT @monsieurhobby: Après Solange et ses vidéos voilà les vaches #lgw je veux de la drogue moi aussi", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2186000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @monsieurhobby: Apr\\u00e8s Solange et ses vid\\u00e9os voil\\u00e0 les vaches #lgw je veux de la drogue moi aussi\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"monsieurhobby\",\"indices\":[3,17],\"id_str\":\"78733185\",\"name\":\"monsieurhobby\",\"id\":78733185}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[64,68]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Apr\\u00e8s Solange et ses vid\\u00e9os voil\\u00e0 les vaches #lgw je veux de la drogue moi aussi\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183983214018561\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":663,\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7365,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"location\":\"DtC\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":208,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"name\":\"monsieurhobby\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":78733185,\"utc_offset\":-10800,\"favourites_count\":30,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183983214018561,\"created_at\":\"Fri Feb 24 23:14:13 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184372999069697\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":127,\"screen_name\":\"CamilleeA\",\"lang\":\"fr\",\"profile_text_color\":\"e6d981\",\"statuses_count\":2595,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362369940\\/rosace-fond-marron.jpg\",\"location\":\"Basse-Normandie, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"b58e4b\",\"followers_count\":77,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1764410196\\/t_l_chargement_normal.jpg\",\"description\":\"J'aurais voulu trouver un truc original \\u00e0 dire pour ma pr\\u00e9sentation; c'est loup\\u00e9.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"451909\",\"id_str\":\"213076899\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362369940\\/rosace-fond-marron.jpg\",\"profile_sidebar_fill_color\":\"40251c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1764410196\\/t_l_chargement_normal.jpg\",\"name\":\"Camille A.\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 07 22:21:06 +0000 2010\",\"profile_sidebar_border_color\":\"e6d981\",\"id\":213076899,\"utc_offset\":3600,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184372999069697,\"created_at\":\"Fri Feb 24 23:15:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2186000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5ac5a4cf-8c76-44a8-bff9-44e9a195d861-173184372999069697" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@EstelleMicheau Ah le nom exact c Le Grand Webze à ce que je vois, c'est quand même en #TT national (en partie grâce à toi lol) :P Bisous <3", +"img": { +"src": "http://a0.twimg.com/profile_images/1737231168/MERWAAAN_et_MOI_normal.jpg" +}, +"title": "Salomé Garbi Mothe : @EstelleMicheau Ah le nom exact c Le Grand Webze à ce que je vois, c'est quand même en #TT national (en partie grâce à toi lol) :P Bisous <3", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2187000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@EstelleMicheau Ah le nom exact c Le Grand Webze \\u00e0 ce que je vois, c'est quand m\\u00eame en #TT national (en partie gr\\u00e2ce \\u00e0 toi lol) :P Bisous <3\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"EstelleMicheau\",\"indices\":[0,15],\"id_str\":\"273101501\",\"name\":\"Estelle Micheau\",\"id\":273101501}],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[87,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181822430220288\",\"id_str\":\"173184375284965376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181822430220288,\"in_reply_to_user_id_str\":\"273101501\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":30,\"screen_name\":\"Schlumette93\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1924,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/374560482\\/YEAAAAAH_JADOREEE.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":132,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1737231168\\/MERWAAAN_et_MOI_normal.jpg\",\"description\":\"Hey Twitter ! ;-)\\r\\nJe suis Salom\\u00e9, j'ai 16 ans et j'aime @FlorentMotheOff & @MerwanRim de @MozartOperaRock #WhatBetter 8D ?! \\u2665\\r\\nFollow Me If You Can ! =D \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"426814344\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/374560482\\/YEAAAAAH_JADOREEE.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1737231168\\/MERWAAAN_et_MOI_normal.jpg\",\"name\":\"Salom\\u00e9 Garbi Mothe \",\"default_profile_image\":false,\"created_at\":\"Fri Dec 02 18:44:52 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":426814344,\"utc_offset\":null,\"favourites_count\":61,\"url\":\"http:\\/\\/belbrune93300.skyrock.com\"},\"in_reply_to_screen_name\":\"EstelleMicheau\",\"truncated\":false,\"id\":173184375284965376,\"created_at\":\"Fri Feb 24 23:15:47 +0000 2012\",\"in_reply_to_user_id\":273101501}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2187000, +"tags": [ +{ +"id-ref": "efdd4bfc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cec08a54-5b1e-48a7-9742-3f4214be1ca0-173184375284965376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le compteur de Tweet, ça fait un peu Téléthon. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: Le compteur de Tweet, ça fait un peu Téléthon. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2188000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Le compteur de Tweet, \\u00e7a fait un peu T\\u00e9l\\u00e9thon. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184380456546305\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"c0c3c4\",\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":75,\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"profile_text_color\":\"333333\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"statuses_count\":990,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Shik-a-Marrant\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"id\":57607506,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\"},\"truncated\":false,\"id\":173184380456546305,\"created_at\":\"Fri Feb 24 23:15:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2188000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d3808ba-8a18-47f8-863c-4be60d1c8701-173184380456546305" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "chut tu parles pas des troll ! ça c'est moi è_é #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: chut tu parles pas des troll ! ça c'est moi è_é #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2189000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"chut tu parles pas des troll ! \\u00e7a c'est moi \\u00e8_\\u00e9 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184386374701056\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"profile_text_color\":\"ba9012\",\"statuses_count\":5331,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Albi, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29086699,\"utc_offset\":3600,\"favourites_count\":110,\"url\":\"http:\\/\\/isshin-san.over-blog.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184386374701056,\"created_at\":\"Fri Feb 24 23:15:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2189000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "934e6792-e6ed-4e52-bff5-78c18309587d-173184386374701056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@watchmefalll je valide, félicitations #lgw Power ! cc @10Qssion", +"img": { +"src": "http://a1.twimg.com/profile_images/1695316394/sttz_fav_plus_twitter_normal.png" +}, +"title": "STTZ™: @watchmefalll je valide, félicitations #lgw Power ! cc @10Qssion", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2189000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@watchmefalll je valide, f\\u00e9licitations #lgw Power ! cc @10Qssion\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"watchmefalll\",\"indices\":[0,13],\"id_str\":\"161378075\",\"name\":\"watchmefalll\",\"id\":161378075},{\"screen_name\":\"10Qssion\",\"indices\":[57,66],\"id_str\":\"434758168\",\"name\":\"10Qssion\",\"id\":434758168}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173183922740535296\",\"id_str\":\"173184383161876480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183922740535296,\"in_reply_to_user_id_str\":\"434758168\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":296,\"screen_name\":\"Santtchez\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":7958,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/329414068\\/sttz_TWT.jpg\",\"location\":\"St Mand\\u00e9, PARIS\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"16a2cc\",\"followers_count\":253,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1695316394\\/sttz_fav_plus_twitter_normal.png\",\"description\":\"Blogueur et Blagueur.Logotophile voir logotophage. Un logo, Prenez contact: Santtchez@gmail.com #LOLgo #BBasile\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"id_str\":\"332249953\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/329414068\\/sttz_TWT.jpg\",\"profile_sidebar_fill_color\":\"404040\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695316394\\/sttz_fav_plus_twitter_normal.png\",\"name\":\"STTZ\\u2122\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 09 13:38:44 +0000 2011\",\"profile_sidebar_border_color\":\"f70000\",\"id\":332249953,\"utc_offset\":null,\"favourites_count\":221,\"url\":\"http:\\/\\/santtchez.blogspot.com\"},\"in_reply_to_screen_name\":\"10Qssion\",\"truncated\":false,\"id\":173184383161876480,\"created_at\":\"Fri Feb 24 23:15:49 +0000 2012\",\"in_reply_to_user_id\":434758168}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2189000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6dc44b40-64e3-4a16-a02e-7ef64ec65a43-173184383161876480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, @balmeyer et @Le_Pseudo cité en direct dans #lgw...", +"img": { +"src": "http://a1.twimg.com/profile_images/276292700/n666688064_1210676_1084_normal.jpg" +}, +"title": "Marcel RAMIREZ: Oh, @balmeyer et @Le_Pseudo cité en direct dans #lgw...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2191000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, @balmeyer et @Le_Pseudo cit\\u00e9 en direct dans #lgw...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"balmeyer\",\"indices\":[4,13],\"id_str\":\"7288872\",\"name\":\"Balmeyer\",\"id\":7288872},{\"screen_name\":\"le_pseudo\",\"indices\":[17,27],\"id_str\":\"88948038\",\"name\":\"Le pseudo\",\"id\":88948038}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184391068131329\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1445,\"screen_name\":\"MarcelRAMIREZ\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":10967,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":39,\"profile_link_color\":\"FF0000\",\"followers_count\":871,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/276292700\\/n666688064_1210676_1084_normal.jpg\",\"description\":\"Des trucs Ramirezesques dont http:\\/\\/weirdofootmag.over-blog.com\\/ et\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"23573282\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/276292700\\/n666688064_1210676_1084_normal.jpg\",\"name\":\"Marcel RAMIREZ\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 10 09:19:06 +0000 2009\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":23573282,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/blogs.lesinrocks.com\\/marcel-ramirez\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184391068131329,\"created_at\":\"Fri Feb 24 23:15:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2191000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "346823a5-e72d-4157-8574-091705892719-173184391068131329" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais y'a des Trolls mignons? Non? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1836584093/image_normal.jpg" +}, +"title": "Mims Wabs Larax: Mais y'a des Trolls mignons? Non? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2191000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais y'a des Trolls mignons? Non? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184391168794625\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"screen_name\":\"LadyGoule\",\"lang\":\"fr\",\"profile_text_color\":\"0f0e0f\",\"statuses_count\":28286,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/392693670\\/twilk_background_4f0088a2a8656.jpg\",\"location\":\"Purgatoire\",\"show_all_inline_media\":true,\"listed_count\":87,\"profile_link_color\":\"992b4f\",\"followers_count\":1994,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1836584093\\/image_normal.jpg\",\"description\":\"Ma vie est basee sur une histoire vraie. Entre mes enfants, mon mari et mes passions, je me retrouve...Je reste polie, restez-le aussi! CM @Mehdicis #MLQ\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"ffffff\",\"id_str\":\"50454478\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/392693670\\/twilk_background_4f0088a2a8656.jpg\",\"profile_sidebar_fill_color\":\"eff7ea\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836584093\\/image_normal.jpg\",\"name\":\"Mims Wabs Larax\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 24 21:55:30 +0000 2009\",\"profile_sidebar_border_color\":\"edf5e9\",\"id\":50454478,\"utc_offset\":0,\"favourites_count\":64,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184391168794625,\"created_at\":\"Fri Feb 24 23:15:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2191000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f74f83db-96eb-4af8-b879-b25b6376b159-173184391168794625" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je tweet #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1456585536/NewTGWRprog_normal.png" +}, +"title": "TGWR™: Je tweet #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2194000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je tweet #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184404133396480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":296,\"screen_name\":\"TGWRprog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":448,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1456585536\\/NewTGWRprog_normal.png\",\"description\":\"Testeur de jeux vid\\u00e9os inconnus sur Game Side Story, Amateur d'electro, et Geek a temps partiel\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"289854889\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1456585536\\/NewTGWRprog_normal.png\",\"name\":\"TGWR\\u2122\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 29 10:01:55 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":289854889,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":\"http:\\/\\/www.gamesidestory.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184404133396480,\"created_at\":\"Fri Feb 24 23:15:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2194000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8c7110f7-481b-4f5a-89b4-1d0dd1bb0262-173184404133396480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "80 glaçons j'avais le même papier peint dans ma chambre en 75 ! need ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/337462033/OpenBcPhoto_normal.jpg" +}, +"title": "Patrice Malaurie: 80 glaçons j'avais le même papier peint dans ma chambre en 75 ! need ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2194000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"80 gla\\u00e7ons j'avais le m\\u00eame papier peint dans ma chambre en 75 ! need ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[71,75]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184403281944576\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f0f0ef\",\"screen_name\":\"Patrice\",\"lang\":\"fr\",\"favourites_count\":17,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":259,\"location\":\"iPhone: 48.831345,1.943417\",\"profile_text_color\":\"342135\",\"followers_count\":694,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/337462033\\/OpenBcPhoto_normal.jpg\",\"description\":\"JobMeeters Co Founder, HR & SIHR Consultant, In love with web 2.0 :)\",\"statuses_count\":1319,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/4316243\\/bg_twittergallery.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"1146e8\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"1516311\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Patrice Malaurie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/4316243\\/bg_twittergallery.jpg\",\"created_at\":\"Mon Mar 19 15:16:52 +0000 2007\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":1516311,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.talentys.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/337462033\\/OpenBcPhoto_normal.jpg\"},\"truncated\":false,\"id\":173184403281944576,\"created_at\":\"Fri Feb 24 23:15:54 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2194000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e48af31d-3829-40e3-96f7-d382fe1d86e1-173184403281944576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Zut ! Un troll ds le #LGW. Ça fait peur... @antuan . Ça rigole !@Vinvin @charleshenriroy @poulainoriginal.", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: Zut ! Un troll ds le #LGW. Ça fait peur... @antuan . Ça rigole !@Vinvin @charleshenriroy @poulainoriginal.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2195000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Zut ! Un troll ds le #LGW. \\u00c7a fait peur... @antuan . \\u00c7a rigole !@Vinvin @charleshenriroy @poulainoriginal.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"antuan\",\"indices\":[43,50],\"id_str\":\"5661312\",\"name\":\"a.grigolini\",\"id\":5661312},{\"screen_name\":\"Vinvin\",\"indices\":[64,71],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"charleshenriroy\",\"indices\":[72,88],\"id_str\":\"185396126\",\"name\":\"Royer Charles-Henri\",\"id\":185396126},{\"screen_name\":\"PoulainOriginal\",\"indices\":[89,105],\"id_str\":\"380829298\",\"name\":\"henri poulain\",\"id\":380829298}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184408814231552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1042,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":318,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184408814231552,\"created_at\":\"Fri Feb 24 23:15:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2195000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "04e51dca-cea3-4e37-8cd8-f74c634a47d5-173184408814231552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Vinvin on fait monter le compteur ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1556770344/image_normal.jpg" +}, +"title": "Cam ~ Chou : @Vinvin on fait monter le compteur ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2195000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"text\":\"@Vinvin on fait monter le compteur ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"in_reply_to_user_id\":7223522,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184411074969601\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"We_Are_Alive\",\"lang\":\"fr\",\"favourites_count\":60,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":171,\"location\":\"Sous Mes Draps..\",\"profile_text_color\":\"333333\",\"description\":\"Geekette.RugbyGirl.ChocolatAddict.MotoAddict.HarleyDavidsonWoman.PizzaAddict.Twitteuse.Modeuse.Followeuse. J'aime \\u00c7a. .Loulou.\",\"statuses_count\":5390,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":160,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1556770344\\/image_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"96979159\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Cam ~ Chou \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Tue Dec 15 13:19:02 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":96979159,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1556770344\\/image_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173184411074969601,\"created_at\":\"Fri Feb 24 23:15:55 +0000 2012\",\"in_reply_to_user_id_str\":\"7223522\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2195000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ed20ec84-0d84-43ce-be5a-41f409853c62-173184411074969601" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mon 1000ème tweet sera donc pour #lgw pour leur rappel de sécurité : #dontfeedthetroll", +"img": { +"src": "http://a0.twimg.com/profile_images/1664610739/n11522806_32199384_5938_normal.jpg" +}, +"title": "pepetch: Mon 1000ème tweet sera donc pour #lgw pour leur rappel de sécurité : #dontfeedthetroll", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2195000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mon 1000\\u00e8me tweet sera donc pour #lgw pour leur rappel de s\\u00e9curit\\u00e9 : #dontfeedthetroll\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]},{\"text\":\"dontfeedthetroll\",\"indices\":[69,86]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184410521321472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":558,\"screen_name\":\"pepetch\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1000,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Villeurbanne\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1664610739\\/n11522806_32199384_5938_normal.jpg\",\"description\":\"Helene, 26 ans, Lyon\\/Villeurbanne, PS, MJS. Tweete politique, actu, cuisine, et vie quotidienne... \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"43307152\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1664610739\\/n11522806_32199384_5938_normal.jpg\",\"name\":\"pepetch\",\"default_profile_image\":false,\"created_at\":\"Fri May 29 10:22:59 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":43307152,\"utc_offset\":null,\"favourites_count\":9,\"url\":\"http:\\/\\/www.tumblr.com\\/tumblelog\\/pepetch\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184410521321472,\"created_at\":\"Fri Feb 24 23:15:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2195000, +"tags": [ +{ +"id-ref": "efde6636-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0cd80b97-9ede-4b6a-be57-56a4c800429a-173184410521321472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cap ou Pas Cap de nous diffuser Nyan Cat pendant (au moins) 30 secondes ? ^^ #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1580412781/Sans_titre_3_normal.jpg" +}, +"title": "Hélène Hautbois: Cap ou Pas Cap de nous diffuser Nyan Cat pendant (au moins) 30 secondes ? ^^ #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2196000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Cap ou Pas Cap de nous diffuser Nyan Cat pendant (au moins) 30 secondes ? ^^ #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184414623342594\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"LNdoll\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":106,\"location\":\"Paris\",\"profile_text_color\":\"3C3940\",\"followers_count\":81,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1580412781\\/Sans_titre_3_normal.jpg\",\"description\":\"LN, 23 ans, belle, dr\\u00f4le, sympa, riche...Vous ne me croyez pas ? (Vous avez bien raison...). Mod\\u00e9ratrice sur\",\"statuses_count\":536,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/197370085\\/IMG00162.JPG\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"37177757\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"H\\u00e9l\\u00e8ne Hautbois\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/197370085\\/IMG00162.JPG\",\"created_at\":\"Sat May 02 10:51:08 +0000 2009\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":37177757,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/arnaudtsamere.com\\/forum\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1580412781\\/Sans_titre_3_normal.jpg\"},\"truncated\":false,\"id\":173184414623342594,\"created_at\":\"Fri Feb 24 23:15:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2196000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9dfa3669-da1e-4bde-aeec-de32283e6725-173184414623342594" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"Don't feed the troll\" #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/277897902/2199_normal.jpg" +}, +"title": "Frédéric Nguyen: \"Don't feed the troll\" #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2196000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\"Don't feed the troll\\\" #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184415550279682\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":128,\"screen_name\":\"Furederikku\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":3011,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/292216042\\/wallpaper-arryn-1600.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"105c57\",\"followers_count\":77,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/277897902\\/2199_normal.jpg\",\"description\":\"Irresponsable Convention EPITANIME 2011 o\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"36850649\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292216042\\/wallpaper-arryn-1600.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/277897902\\/2199_normal.jpg\",\"name\":\"Fr\\u00e9d\\u00e9ric Nguyen\",\"default_profile_image\":false,\"created_at\":\"Fri May 01 01:59:49 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":36850649,\"utc_offset\":3600,\"favourites_count\":41,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184415550279682,\"created_at\":\"Fri Feb 24 23:15:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2196000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "45c88ad3-b885-4c20-bf90-1a7aa0476897-173184415550279682" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je sais pas ce qui m'a pris hier dans l'étable \"mangez des chouquettes pour oublier le fouquets\" heureusement personne n'a repris #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1848035973/images_normal.jpeg" +}, +"title": "François de Hollande: Je sais pas ce qui m'a pris hier dans l'étable \"mangez des chouquettes pour oublier le fouquets\" heureusement personne n'a repris #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2196000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je sais pas ce qui m'a pris hier dans l'\\u00e9table \\\"mangez des chouquettes pour oublier le fouquets\\\" heureusement personne n'a repris #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[130,134]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184415537696768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":136,\"screen_name\":\"fdhollande\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":89,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"59 avenue de S\\u00e9gur. 7\\u00e8me\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\",\"description\":\"Dans ma t\\u00eate. Tout ce que je pense mais que je ne peux pas vous dire officiellement \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"500754438\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\",\"name\":\"Fran\\u00e7ois de Hollande\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 23 12:46:32 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":500754438,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184415537696768,\"created_at\":\"Fri Feb 24 23:15:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2196000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5935dc0b-9935-4893-b979-a0242813c256-173184415537696768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KlaireFr ouaisssssss #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819530189/twitter_normal.png" +}, +"title": "Benoit Lebreau: @KlaireFr ouaisssssss #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2197000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@KlaireFr ouaisssssss #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[0,9],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184417680990208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"28096610\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":605,\"screen_name\":\"benoitlebreau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4157,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"667033\",\"followers_count\":339,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"description\":\"sympathique et cool \\/\\/ danseur \\u00e9toile \\u00e0 NRJ Group \\/\\/ #runner parisien du soir, #radio amateur et tr\\u00e8s dr\\u00f4le \\u00e0 la t\\u00e9l\\u00e9\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"267290862\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"name\":\"Benoit Lebreau\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 16 17:22:17 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":267290862,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/www.benoitlebreau.fr\"},\"in_reply_to_screen_name\":\"KlaireFr\",\"truncated\":false,\"id\":173184417680990208,\"created_at\":\"Fri Feb 24 23:15:57 +0000 2012\",\"in_reply_to_user_id\":28096610}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2197000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b1867a76-ad54-45f2-adef-5a942fd9f5a6-173184417680990208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw troll qui peut", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: #lgw troll qui peut", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2197000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw troll qui peut\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184418037501952\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"F2E195\",\"screen_name\":\"papounay2000\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":265,\"location\":\"\",\"profile_text_color\":\"0C3E53\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"description\":\"N'oubliez pas de vous aimer\",\"statuses_count\":3540,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"protected\":false,\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"\\u2620papounay2000\\u2620\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"id\":14764219,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\"},\"truncated\":false,\"id\":173184418037501952,\"created_at\":\"Fri Feb 24 23:15:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2197000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ad558e74-4405-4adf-9600-96afde3adcc8-173184418037501952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Pierre_Buf T'es où ? Y a le #LGW #CQui", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @Pierre_Buf T'es où ? Y a le #LGW #CQui", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2197000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Pierre_Buf T'es o\\u00f9 ? Y a le #LGW #CQui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Pierre_Buf\",\"indices\":[0,11],\"id_str\":\"96761067\",\"name\":\"Pierre Buf\",\"id\":96761067}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[29,33]},{\"text\":\"CQui\",\"indices\":[34,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184417966206976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"96761067\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34412,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"Pierre_Buf\",\"truncated\":false,\"id\":173184417966206976,\"created_at\":\"Fri Feb 24 23:15:57 +0000 2012\",\"in_reply_to_user_id\":96761067}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2197000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a5480680-c4ca-494f-8b3d-9def1c3c82ca-173184417966206976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On continue dans l'énorme avec #lgw. #Trollspotted", +"img": { +"src": "http://a0.twimg.com/profile_images/1819882790/tetocarre_normal.jpg" +}, +"title": "Cédric BILLAUDELLE: On continue dans l'énorme avec #lgw. #Trollspotted", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2198000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On continue dans l'\\u00e9norme avec #lgw. #Trollspotted\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]},{\"text\":\"Trollspotted\",\"indices\":[37,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184420776386562\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"Cbill0\",\"lang\":\"fr\",\"profile_text_color\":\"F2ECF9\",\"statuses_count\":1108,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"location\":\"Lille, FR\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"1a1aba\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 l'IAE de Lille, mais pur produit des Ardennes. Aime beaucoup apprendre, mais n'aime pas qu'on lui fasse la le\\u00e7on.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E44B22\",\"id_str\":\"84313428\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"profile_sidebar_fill_color\":\"2C446A\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"name\":\"C\\u00e9dric BILLAUDELLE\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 12:34:22 +0000 2009\",\"profile_sidebar_border_color\":\"0C0F22\",\"id\":84313428,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184420776386562,\"created_at\":\"Fri Feb 24 23:15:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2198000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efdf212a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2e3bd33f-521c-4023-a891-c6a7d28c503d-173184420776386562" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @CalamitySophie: “@PRland: Cette impression bizarre de participer à un effort expérimental, c'est juste moi ? #lgw” pareil", +"img": { +"src": "http://a0.twimg.com/profile_images/1185913574/5ed80534-98b3-466a-8d4a-0fc64aeb9cfc_normal.png" +}, +"title": "David Foucher: RT @CalamitySophie: “@PRland: Cette impression bizarre de participer à un effort expérimental, c'est juste moi ? #lgw” pareil", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2199000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @CalamitySophie: \\u201c@PRland: Cette impression bizarre de participer \\u00e0 un effort exp\\u00e9rimental, c'est juste moi ? #lgw\\u201d pareil\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"CalamitySophie\",\"indices\":[3,18],\"name\":\"CalamitySophie\",\"id_str\":\"57613271\",\"id\":57613271},{\"screen_name\":\"PRland\",\"indices\":[21,28],\"name\":\"Eric Maillard\",\"id_str\":\"1421991\",\"id\":1421991}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[113,117]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u201c@PRland: Cette impression bizarre de participer \\u00e0 un effort exp\\u00e9rimental, c'est juste moi ? #lgw\\u201d pareil\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PRland\",\"indices\":[1,8],\"name\":\"Eric Maillard\",\"id_str\":\"1421991\",\"id\":1421991}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184210297827329\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"CalamitySophie\",\"lang\":\"fr\",\"favourites_count\":22,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":96,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724285948\\/image_normal.jpg\",\"description\":\"barr\\u00e9e, barge, enerv\\u00e9e, vieille bique, je regarde le monde, et je d\\u00e9sesp\\u00e9re. le genre humain n'est pas tr\\u00e9s beau. Et j'en fais partie !\",\"statuses_count\":672,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/359426011\\/photo.JPG\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084b4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"57613271\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"CalamitySophie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/359426011\\/photo.JPG\",\"created_at\":\"Fri Jul 17 10:53:14 +0000 2009\",\"profile_sidebar_fill_color\":\"11d2eb\",\"id\":57613271,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.calamitysophie1.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724285948\\/image_normal.jpg\"},\"truncated\":false,\"id\":173184210297827329,\"created_at\":\"Fri Feb 24 23:15:08 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184425465618434\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"tyjak\",\"lang\":\"en\",\"favourites_count\":655,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":271,\"location\":\"Aubervilliers\",\"profile_text_color\":\"333333\",\"followers_count\":215,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1185913574\\/5ed80534-98b3-466a-8d4a-0fc64aeb9cfc_normal.png\",\"description\":\"Web developper\",\"statuses_count\":6790,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"5804512\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"David Foucher\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun May 06 09:11:10 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":5804512,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.tyjak.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1185913574\\/5ed80534-98b3-466a-8d4a-0fc64aeb9cfc_normal.png\"},\"truncated\":false,\"id\":173184425465618434,\"created_at\":\"Fri Feb 24 23:15:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2199000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "86790b20-32db-431c-bddb-8cd695d2d7c4-173184425465618434" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/183407519/200526550-001_normal.jpg" +}, +"title": "Sparkle and Co: #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2201000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184435880071168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":478,\"screen_name\":\"Sparkle_and_Co\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":7522,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"location\":\"London\",\"show_all_inline_media\":false,\"listed_count\":10,\"profile_link_color\":\"B40B43\",\"followers_count\":371,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/183407519\\/200526550-001_normal.jpg\",\"description\":\"Sometimes geek, often homeless, not a wife but always a mum... I'm a knitter and I'm trying to learn sewing. \\r\\nWelcome!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"FF6699\",\"id_str\":\"35311914\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/183407519\\/200526550-001_normal.jpg\",\"name\":\"Sparkle and Co\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 25 21:12:07 +0000 2009\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":35311914,\"utc_offset\":0,\"favourites_count\":6,\"url\":\"http:\\/\\/sparkleandco.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184435880071168,\"created_at\":\"Fri Feb 24 23:16:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2201000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c43e3b95-b3ee-48fa-a0b8-4e93165ce0bf-173184435880071168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KlaireFr dans #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1143926795/jeromep_logo_carre_twitter_normal.png" +}, +"title": "jeromep: @KlaireFr dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2201000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@KlaireFr dans #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[0,9],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184435796180992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"28096610\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":367,\"screen_name\":\"jeromep_net\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":4608,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/161132761\\/jeromep_twitter_background.jpg\",\"location\":\"France , Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"1F98C7\",\"followers_count\":191,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1143926795\\/jeromep_logo_carre_twitter_normal.png\",\"description\":\"Internaute passionn\\u00e9, auteur des blogs : jeromep.net - sanscommentaire.fr - debranche.fr \\/ r\\u00e9dacteur sur accessoweb.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"282929\",\"id_str\":\"6815562\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/161132761\\/jeromep_twitter_background.jpg\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143926795\\/jeromep_logo_carre_twitter_normal.png\",\"name\":\"jeromep\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 14 16:27:00 +0000 2007\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":6815562,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/blog.jeromep.net\"},\"in_reply_to_screen_name\":\"KlaireFr\",\"truncated\":false,\"id\":173184435796180992,\"created_at\":\"Fri Feb 24 23:16:01 +0000 2012\",\"in_reply_to_user_id\":28096610}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2201000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d5a3dea5-b09d-4069-b824-c8a3e3479ae0-173184435796180992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hey ho! Tous les trolls ne sont pas des êtres impolis ? Non mais... #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1845323073/KvF3jpFq_normal" +}, +"title": "Yann: Hey ho! Tous les trolls ne sont pas des êtres impolis ? Non mais... #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2202000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Hey ho! Tous les trolls ne sont pas des \\u00eatres impolis ? Non mais... #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184439176798210\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":242,\"screen_name\":\"bigyannou\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1309,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418145378\\/tumblr_lvrnzdQR9V1qb8phvo1_500.jpg\",\"location\":\"Paris (enfin pas loin)\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845323073\\/KvF3jpFq_normal\",\"description\":\"35 ans\\r\\nQuand le Troll parle, l'homme avis\\u00e9 ob\\u00e9it. \\r\\nJe ne fais pas la course aux followers, je tweet-clash pas, je raconte pas ma vie. Bref, ch'uis chiant!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"162988359\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418145378\\/tumblr_lvrnzdQR9V1qb8phvo1_500.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845323073\\/KvF3jpFq_normal\",\"name\":\"Yann\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 05 07:12:11 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":162988359,\"utc_offset\":null,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184439176798210,\"created_at\":\"Fri Feb 24 23:16:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2202000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d2c86b76-e0ae-4c9f-bdf2-3cdd0fc51147-173184439176798210" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est bien la première fois que je suis autant intrigué par une émission. #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1676302062/Sans_titre_1_normal.jpg" +}, +"title": "ZS: C'est bien la première fois que je suis autant intrigué par une émission. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2202000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est bien la premi\\u00e8re fois que je suis autant intrigu\\u00e9 par une \\u00e9mission. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[74,78]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184439571058688\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":136,\"screen_name\":\"Alboss_ZS\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3826,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\",\"description\":\"Passionn\\u00e9 de m\\u00e9dias, politique, actualit\\u00e9. Je tweete sur tout ce qui bouge, \\u00e0 peu pr\\u00e8s. En campagne pour #NS2012. Mais j'ai des followers #FDG et j'le vis bien.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"429480778\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\",\"name\":\"ZS\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 06 01:09:27 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":429480778,\"utc_offset\":null,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184439571058688,\"created_at\":\"Fri Feb 24 23:16:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2202000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d1f9a6f2-9272-4a4e-b373-ce78ae1b6c3f-173184439571058688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @GabytaineFlam: HAN. Y A @elTouristio QUI VIENT DE PASSER A LA TELE. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1801974559/51VNTOCGF1L._SS400__normal.jpg" +}, +"title": "Guillaume Gurdil: RT @GabytaineFlam: HAN. Y A @elTouristio QUI VIENT DE PASSER A LA TELE. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2202000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @GabytaineFlam: HAN. Y A @elTouristio QUI VIENT DE PASSER A LA TELE. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GabytaineFlam\",\"indices\":[3,17],\"id_str\":\"161146189\",\"name\":\"R\\u00e9mi\",\"id\":161146189},{\"screen_name\":\"elTouristio\",\"indices\":[28,40],\"id_str\":\"37389744\",\"name\":\"Sylvain Sanders\",\"id\":37389744}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"HAN. Y A @elTouristio QUI VIENT DE PASSER A LA TELE. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"elTouristio\",\"indices\":[9,21],\"id_str\":\"37389744\",\"name\":\"Sylvain Sanders\",\"id\":37389744}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184256498081792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5848,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184256498081792,\"created_at\":\"Fri Feb 24 23:15:19 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184438421819393\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":164,\"screen_name\":\"gurdiiil\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2781,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"description\":\"Geek\\/Nerd, drogu\\u00e9 \\u00e0 la musique, atterr\\u00e9 perp\\u00e9tuel (parce qu'indign\\u00e9, c'est galvaud\\u00e9) qui garde le sens de l'humour (beh ouais, faut bien!)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"89754233\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"name\":\"Guillaume Gurdil\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 13 17:56:00 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":89754233,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/luniquemonsieurtoutlemonde.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184438421819393,\"created_at\":\"Fri Feb 24 23:16:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2202000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dcc1b4ca-4820-49bf-80f5-8f7321877f9d-173184438421819393" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ctait walter le troll du #lgw ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1442573242/image_normal.jpg" +}, +"title": "Nicolas Clermonteil: Ctait walter le troll du #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2202000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ctait walter le troll du #lgw ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184440523173889\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":43,\"screen_name\":\"Chapodpaille\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":144,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":10,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1442573242\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"71593417\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1442573242\\/image_normal.jpg\",\"name\":\"Nicolas Clermonteil\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 04 17:51:52 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":71593417,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184440523173889,\"created_at\":\"Fri Feb 24 23:16:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2202000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f9450450-8253-4221-b764-3aafb5fc79c6-173184440523173889" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Let Greece Walk (head up) #tweetdaymago", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: #lgw Let Greece Walk (head up) #tweetdaymago", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2203000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Let Greece Walk (head up) #tweetdaymago\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"tweetdaymago\",\"indices\":[31,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184441458507776\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5e1410\",\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"favourites_count\":297,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1749,\"location\":\"Crozon, Brittany\",\"profile_text_color\":\"000000\",\"followers_count\":2618,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"statuses_count\":28280,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Philippe B\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_fill_color\":\"d3ede7\",\"id\":14400518,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\"},\"truncated\":false,\"id\":173184441458507776,\"created_at\":\"Fri Feb 24 23:16:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2203000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efdff78a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f0a6630f-4efb-4e81-9294-960eac128403-173184441458507776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw il est où @MisterMcFlee ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1848059014/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg" +}, +"title": "Glória: #lgw il est où @MisterMcFlee ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2203000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw il est o\\u00f9 @MisterMcFlee ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MisterMcFlee\",\"indices\":[15,28],\"id_str\":\"60043161\",\"name\":\"Mister Mc Flee\",\"id\":60043161}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/stone.com\\/Twittelator\\\" rel=\\\"nofollow\\\"\\u003ETwittelator\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184443022974976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":217,\"screen_name\":\"Essemali\",\"lang\":\"fr\",\"profile_text_color\":\"020003\",\"statuses_count\":22082,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/109317104\\/mqbackyardsummers.br.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":95,\"profile_link_color\":\"8118ba\",\"followers_count\":1191,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848059014\\/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg\",\"description\":\"Bio? Danone n'a plus le droit de vendre sous cette marque. Moi non plus du coup. #TeamCivilisationInf\\u00e9rieure\\r\\nhttp:\\/\\/lusiades.wordpress.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"114069529\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109317104\\/mqbackyardsummers.br.jpg\",\"profile_sidebar_fill_color\":\"f2eded\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848059014\\/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg\",\"name\":\"Gl\\u00f3ria\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 14 01:18:31 +0000 2010\",\"profile_sidebar_border_color\":\"030000\",\"id\":114069529,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/essemali.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184443022974976,\"created_at\":\"Fri Feb 24 23:16:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2203000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b4212c65-f119-4827-a193-e19fb91ab184-173184443022974976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw : La vache c'est super ! sans quoi j'aurais pas mon nom de famille ! :D", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #lgw : La vache c'est super ! sans quoi j'aurais pas mon nom de famille ! :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2203000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw : La vache c'est super ! sans quoi j'aurais pas mon nom de famille ! :D\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184443333361665\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184443333361665,\"created_at\":\"Fri Feb 24 23:16:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2203000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "33b86671-d691-4f2b-b2ce-714780d77660-173184443333361665" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw vive le Palmashooww !", +"img": { +"src": "http://a0.twimg.com/profile_images/1648484840/386216_176571352437252_100002531661953_339511_644111010_n_normal.jpg" +}, +"title": "Yannus.: #lgw vive le Palmashooww !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2204000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw vive le Palmashooww !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184445711523840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":399,\"screen_name\":\"freejune13\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":131,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Somewhere over the rainbow\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648484840\\/386216_176571352437252_100002531661953_339511_644111010_n_normal.jpg\",\"description\":\"J'adore la musique, le cin\\u00e9ma le piment d'espelette, et les sushis. Ah oui, j'aime parler de moi et que l'on parle de moi. That's why I'm here.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"374644881\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648484840\\/386216_176571352437252_100002531661953_339511_644111010_n_normal.jpg\",\"name\":\"Yannus.\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 16 17:35:55 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":374644881,\"utc_offset\":-10800,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184445711523840,\"created_at\":\"Fri Feb 24 23:16:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2204000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "69daf1b2-56e4-46ba-940d-1e6e095f8744-173184445711523840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@ThatVeryBadFlip Tiens toi aussi tu regarde sa. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1342745426/Dr_House_normal.png" +}, +"title": "Rémi Dark: @ThatVeryBadFlip Tiens toi aussi tu regarde sa. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2205000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@ThatVeryBadFlip Tiens toi aussi tu regarde sa. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ThatVeryBadFlip\",\"indices\":[0,16],\"id_str\":\"165862367\",\"name\":\"[T61] R\\u00e9my S.\",\"id\":165862367}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183925622026240\",\"id_str\":\"173184451218653186\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183925622026240,\"in_reply_to_user_id_str\":\"165862367\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"Darkiik\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":209,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Toulouse \",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1342745426\\/Dr_House_normal.png\",\"description\":\"Fan de Playstation \\/ S\\u00e9ries T\\u00e9l\\u00e9 \\/ Films de guerre \\/ Filles :D.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"283598806\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1342745426\\/Dr_House_normal.png\",\"name\":\"R\\u00e9mi Dark\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 17 16:25:54 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":283598806,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":\"ThatVeryBadFlip\",\"truncated\":false,\"id\":173184451218653186,\"created_at\":\"Fri Feb 24 23:16:05 +0000 2012\",\"in_reply_to_user_id\":165862367}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2205000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d49618f9-71bd-4ea3-8fe0-1dbd758f2797-173184451218653186" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@le_pseudo Y'a #LGW qui passé deux de tes tweets.", +"img": { +"src": "http://a1.twimg.com/profile_images/1813693284/photo__3__normal.JPG" +}, +"title": "Charly M.: @le_pseudo Y'a #LGW qui passé deux de tes tweets.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2205000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"@le_pseudo Y'a #LGW qui pass\\u00e9 deux de tes tweets.\",\"created_at\":\"Fri Feb 24 23:16:05 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[15,19]}],\"user_mentions\":[{\"indices\":[0,10],\"screen_name\":\"le_pseudo\",\"id_str\":\"88948038\",\"name\":\"Le pseudo\",\"id\":88948038}]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":\"173184286399283201\",\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":\"88948038\",\"id_str\":\"173184450845356032\",\"coordinates\":null,\"in_reply_to_screen_name\":\"le_pseudo\",\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":146,\"created_at\":\"Fri May 28 23:10:49 +0000 2010\",\"profile_text_color\":\"050303\",\"is_translator\":false,\"show_all_inline_media\":true,\"lang\":\"en\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/CharIy\",\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"2c30ab\",\"screen_name\":\"SeriousCharly\",\"time_zone\":\"Paris\",\"description\":\"Ours parisien de 20 ans, \\u00e9tudiant en \\u00e9cole de commerce \\u00e0 Nantes et lyonnais de coeur. Je r\\u00e2le contre tout et je tweete foot.\",\"following\":null,\"geo_enabled\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"profile_background_color\":\"c2bec2\",\"location\":\"Paris\",\"id_str\":\"149298036\",\"profile_background_tile\":true,\"followers_count\":1945,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"dcdded\",\"favourites_count\":652,\"protected\":false,\"friends_count\":200,\"profile_sidebar_border_color\":\"5e69ab\",\"name\":\"Charly M.\",\"contributors_enabled\":false,\"verified\":false,\"id\":149298036,\"statuses_count\":59224,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":88948038,\"in_reply_to_status_id\":173184286399283201,\"favorited\":false,\"id\":173184450845356032}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2205000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a0007f0-acf4-4208-9fe5-eb2a636d2f51-173184450845356032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #LGW mais #DesBisous", +"img": { +"src": "http://a0.twimg.com/profile_images/1850972765/image_normal.jpg" +}, +"title": "Pierson ∞: #change2ton #LGW mais #DesBisous", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2206000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #LGW mais #DesBisous\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"LGW\",\"indices\":[12,16]},{\"text\":\"DesBisous\",\"indices\":[22,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184455240990720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":733,\"screen_name\":\"spookev\",\"lang\":\"en\",\"profile_text_color\":\"8f8f8f\",\"statuses_count\":27570,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/96498905\\/bgTw.jpg\",\"location\":\"Alsace-France \\/ Germany\",\"show_all_inline_media\":false,\"listed_count\":102,\"profile_link_color\":\"000f57\",\"followers_count\":1039,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850972765\\/image_normal.jpg\",\"description\":\"Freelance graphisme, web & print. www.twavatar.us - www.foot.lv Suis-moi, ta vie sera moins chiante. - NS2012 - Mes tweets n'engagent que moi. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"51034368\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/96498905\\/bgTw.jpg\",\"profile_sidebar_fill_color\":\"9ed6f0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850972765\\/image_normal.jpg\",\"name\":\"Pierson \\u221e\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 26 12:18:55 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":51034368,\"utc_offset\":-10800,\"favourites_count\":66,\"url\":\"http:\\/\\/www.annei.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184455240990720,\"created_at\":\"Fri Feb 24 23:16:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2206000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efe099ce-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "48b95e09-bc25-46b3-b1b7-f1a2d37287a3-173184455240990720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oui et non RT @PrMagali J'ai l'impression d'être sous LSD, suis-je la seule ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: Oui et non RT @PrMagali J'ai l'impression d'être sous LSD, suis-je la seule ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2206000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Oui et non RT @PrMagali J'ai l'impression d'\\u00eatre sous LSD, suis-je la seule ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PrMagali\",\"indices\":[14,23],\"name\":\"Magali P.\",\"id_str\":\"224178853\",\"id\":224178853}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[78,82]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184457753362432\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":98,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"statuses_count\":1161,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cammarata Thierry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":334554629,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\"},\"truncated\":false,\"id\":173184457753362432,\"created_at\":\"Fri Feb 24 23:16:06 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2206000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1dd34702-8a21-4e1a-b179-963e05c8a228-173184457753362432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon, on va vendre du consulting au #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1495075588/image_normal.jpg" +}, +"title": "Benjamin Poulin: Bon, on va vendre du consulting au #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2207000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon, on va vendre du consulting au #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184458369937408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":681,\"screen_name\":\"BenjaminPoulin\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":23212,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105596337\\/image-twitter2.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":182,\"profile_link_color\":\"ff0000\",\"followers_count\":3567,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1495075588\\/image_normal.jpg\",\"description\":\"| Journaliste | Prof ESJ Paris & One School | Ex-IT\\u00e9l\\u00e9, la Radio | Ex-Pr\\u00e9sident Frequence3 | Co-Founder\\/CEO Nolae - Audio, web & mobile agency | \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"141414\",\"id_str\":\"34437695\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105596337\\/image-twitter2.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1495075588\\/image_normal.jpg\",\"name\":\"Benjamin Poulin\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 22 23:14:35 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":34437695,\"utc_offset\":3600,\"favourites_count\":15,\"url\":\"http:\\/\\/www.nolae.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184458369937408,\"created_at\":\"Fri Feb 24 23:16:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2207000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6a4b514b-3133-492a-9efd-ee3500ae8c09-173184458369937408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Putain mais y'a ma TL dans la télé. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1648905085/lolymous_2_normal.jpg" +}, +"title": "Solferishow: Putain mais y'a ma TL dans la télé. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2208000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Putain mais y'a ma TL dans la t\\u00e9l\\u00e9. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184463461818368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1144,\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13623,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"name\":\"Solferishow\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":232221031,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/www.solferishow.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184463461818368,\"created_at\":\"Fri Feb 24 23:16:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2208000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a20c64e2-3620-4620-a55d-76195358c1ab-173184463461818368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@marinebatiste: pour s'ennuyer y a pire que #Cesar2012 oui oui #lgw” j'ai aussi du mal à accrocher ! #ilpart merci tchao ;)", +"img": { +"src": "http://a2.twimg.com/profile_images/1619453342/image_normal.jpg" +}, +"title": "de France: “@marinebatiste: pour s'ennuyer y a pire que #Cesar2012 oui oui #lgw” j'ai aussi du mal à accrocher ! #ilpart merci tchao ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2208000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u201c@marinebatiste: pour s'ennuyer y a pire que #Cesar2012 oui oui #lgw\\u201d j'ai aussi du mal \\u00e0 accrocher ! #ilpart merci tchao ;)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"marinebatiste\",\"indices\":[1,15],\"name\":\"marine_b\",\"id_str\":\"327253312\",\"id\":327253312}],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[45,55]},{\"text\":\"lgw\",\"indices\":[64,68]},{\"text\":\"ilpart\",\"indices\":[102,109]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184465579950080\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Najett2France\",\"lang\":\"fr\",\"favourites_count\":422,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":916,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":1078,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1619453342\\/image_normal.jpg\",\"description\":\"Fondatrice d'A&P Groupe. #Consultante en #d\\u00e9veloppement des #partenariats pour les #CE\",\"statuses_count\":13097,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"318887925\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"de France\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Jun 17 06:29:55 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":318887925,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.a-p-groupe.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619453342\\/image_normal.jpg\"},\"truncated\":false,\"id\":173184465579950080,\"created_at\":\"Fri Feb 24 23:16:08 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2208000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bf84ae7a-fee7-4dea-89ca-0fcd2ed5229d-173184465579950080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW J'adooooooooore !", +"img": { +"src": "http://a3.twimg.com/profile_images/28259162/Photo_Gonzague_p_normal.jpg" +}, +"title": "Gonzague DUCOS: #LGW J'adooooooooore !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2209000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW J'adooooooooore !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184467417051136\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"gducos\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":73,\"location\":\"48.092804, -1.669655\",\"profile_text_color\":\"333333\",\"followers_count\":174,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/28259162\\/Photo_Gonzague_p_normal.jpg\",\"description\":\"Formateur bureautique - Excel Access - VBA - Th\\u00e9matiques Web pour non-sp\\u00e9cialistes : cr\\u00e9er un site, r\\u00e9f\\u00e9rencement...\",\"statuses_count\":6314,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"1168181\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Gonzague DUCOS\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Mar 14 17:04:39 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":1168181,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.in-set.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/28259162\\/Photo_Gonzague_p_normal.jpg\"},\"truncated\":false,\"id\":173184467417051136,\"created_at\":\"Fri Feb 24 23:16:09 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2209000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ad7a0767-6e22-4a69-a2d4-01a77a9a58ab-173184467417051136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@reda j'y comprends rien a #lgw... Soit c super fort (mais faut fumer), soit c super nul (et faut zapper)", +"img": { +"src": "http://a0.twimg.com/profile_images/1830117459/La-louve-3_normal.jpg" +}, +"title": "Suzy: @reda j'y comprends rien a #lgw... Soit c super fort (mais faut fumer), soit c super nul (et faut zapper)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2209000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@reda j'y comprends rien a #lgw... Soit c super fort (mais faut fumer), soit c super nul (et faut zapper)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"reda\",\"indices\":[0,5],\"id_str\":\"25291435\",\"name\":\"@Reda Ana\",\"id\":25291435}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183488604905472\",\"id_str\":\"173184467874222080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183488604905472,\"in_reply_to_user_id_str\":\"25291435\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":377,\"screen_name\":\"SuzyLouv\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1021,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/418559314\\/295996_225347164193656_175246649203708_600693_141741646_n.jpg\",\"location\":\"Rabat\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":188,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1830117459\\/La-louve-3_normal.jpg\",\"description\":\"Tweet\\/heure Politique, #Maroc et Social Media. Gu\\u00e9risseuse chamane. Diplomee en Urbanisme Tzigane. Membre inactive du Parti de la Tectonique des Planqu\\u00e9(e)s.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"380477935\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418559314\\/295996_225347164193656_175246649203708_600693_141741646_n.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830117459\\/La-louve-3_normal.jpg\",\"name\":\"Suzy\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 26 18:26:20 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":380477935,\"utc_offset\":0,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"reda\",\"truncated\":false,\"id\":173184467874222080,\"created_at\":\"Fri Feb 24 23:16:09 +0000 2012\",\"in_reply_to_user_id\":25291435}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2209000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "27a3ba4e-af83-4d23-8f49-6579eab9b42d-173184467874222080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On donne un prix au grand noir et le handicapé en fauteuil n'a rien. Ça ne choque personne évidemment. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1846718877/Ic_nePoireau_Yeux08-2011-02_normal.jpg" +}, +"title": "Le_M_Poireau: On donne un prix au grand noir et le handicapé en fauteuil n'a rien. Ça ne choque personne évidemment. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2209000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"On donne un prix au grand noir et le handicap\\u00e9 en fauteuil n'a rien. \\u00c7a ne choque personne \\u00e9videmment. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[103,107]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184466330726400\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"bddcad\",\"screen_name\":\"Le_M_Poireau\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":6530,\"location\":\"Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":6011,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"description\":\"Pensez \\u00e0 ceux qui n'en ont pas et ne g\\u00e2chez pas votre humour inutilement. http:\\/\\/photosdecampagne.tumblr.com\\/ | http:\\/\\/riendimportant.tumblr.com\\/\",\"statuses_count\":54061,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"show_all_inline_media\":true,\"listed_count\":418,\"profile_link_color\":\"0084b4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"10330232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Le_M_Poireau\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"created_at\":\"Sat Nov 17 11:32:14 +0000 2007\",\"profile_sidebar_fill_color\":\"ddffcd\",\"id\":10330232,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/monsieurpoireau.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\"},\"truncated\":false,\"id\":173184466330726400,\"created_at\":\"Fri Feb 24 23:16:09 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2209000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8bc51fd1-a4fb-4989-9391-dc002446508f-173184466330726400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je ne comprends rien à l'émission de #Fr5 #lgw ! Help!", +"img": { +"src": "http://a1.twimg.com/profile_images/1654432405/lucas_tw_normal.jpg" +}, +"title": "Lucas Radondy: Je ne comprends rien à l'émission de #Fr5 #lgw ! Help!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2211000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je ne comprends rien \\u00e0 l'\\u00e9mission de #Fr5 #lgw ! Help!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Fr5\",\"indices\":[37,41]},{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184474551554048\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":975,\"screen_name\":\"lucasradondy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":246,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Montpellier, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":50,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1654432405\\/lucas_tw_normal.jpg\",\"description\":\"Etudiant en Droit et Science-Politique - Supporter de l'USAP - En 2012 sur Twitter : \\u00e9lections en France et aux US et possible fin du monde. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"419781242\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1654432405\\/lucas_tw_normal.jpg\",\"name\":\"Lucas Radondy\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 23 19:44:43 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":419781242,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184474551554048,\"created_at\":\"Fri Feb 24 23:16:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2211000, +"tags": [ +{ +"id-ref": "eef94b14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e98da864-c3e3-4c03-8155-33663e52fcbf-173184474551554048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Faut battre le record de Tweets du SuperBowl #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: Faut battre le record de Tweets du SuperBowl #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2211000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Faut battre le record de Tweets du SuperBowl #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184475105214464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83436,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184475105214464,\"created_at\":\"Fri Feb 24 23:16:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2211000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6d93e3a2-0c27-47f5-b8c1-a9374d38fc51-173184475105214464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hé mais c'est @WillAndCo sur le plateau du #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1768573567/StopSOPA-Profile-Picture_normal.png" +}, +"title": "Tristan Dufour: Hé mais c'est @WillAndCo sur le plateau du #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2211000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"H\\u00e9 mais c'est @WillAndCo sur le plateau du #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"willandco\",\"indices\":[14,24],\"id_str\":\"22900641\",\"name\":\"Will&Co\",\"id\":22900641}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184475507859456\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":282,\"screen_name\":\"Teno91\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":838,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/380168548\\/fond-twitter.jpg\",\"location\":\"France,\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":131,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1768573567\\/StopSOPA-Profile-Picture_normal.png\",\"description\":\"Etudiant en Licence Pro Conception et Coordination d'Univers Vid\\u00e9oludiques \\u00e0 Montpellier.\\r\\nhttp:\\/\\/tristan.dufour.free.fr\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"92359747\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380168548\\/fond-twitter.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768573567\\/StopSOPA-Profile-Picture_normal.png\",\"name\":\"Tristan Dufour\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 20:39:00 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":92359747,\"utc_offset\":3600,\"favourites_count\":28,\"url\":\"http:\\/\\/www.olyxo.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184475507859456,\"created_at\":\"Fri Feb 24 23:16:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2211000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5d439d9b-998d-40f7-a062-5898f1562e6e-173184475507859456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et si on changeait de question ? #ilReste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Et si on changeait de question ? #ilReste #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2211000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et si on changeait de question ? #ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[33,41]},{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184475969224704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184475969224704,\"created_at\":\"Fri Feb 24 23:16:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2211000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0fc0a979-236e-4a08-b0f0-a381dfa0c824-173184475969224704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je veux aussi ma tronche dans le bubble machin. #ilreste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/659833782/avatar-twit_normal.jpg" +}, +"title": "MVCDLM: Je veux aussi ma tronche dans le bubble machin. #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2212000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je veux aussi ma tronche dans le bubble machin. #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[48,56]},{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184479186272256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":101,\"screen_name\":\"MVCDLM\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4813,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Dans Ton Twit\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"009999\",\"followers_count\":362,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/659833782\\/avatar-twit_normal.jpg\",\"description\":\"Un jour je m'emmerdais.\\nAlors j'ai cr\\u00e9\\u00e9 mon twitter.\\n\\nMais au final je m'emmerde toujours.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"109109238\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/659833782\\/avatar-twit_normal.jpg\",\"name\":\"MVCDLM\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 28 00:41:05 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":109109238,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/maviecestdelamerde.over-blog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184479186272256,\"created_at\":\"Fri Feb 24 23:16:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2212000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "00be2f98-0576-44fa-a4cc-0f1120ebe54c-173184479186272256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1692549186/IMG_0304_normal.jpg" +}, +"title": "oliver: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2214000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184487126077441\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":280,\"screen_name\":\"samguichoune\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1001,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":81,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1692549186\\/IMG_0304_normal.jpg\",\"description\":\"vannes pourries, humour noir, flemmard, queutard, pionard.\\r\\nbref ......\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"389641597\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1692549186\\/IMG_0304_normal.jpg\",\"name\":\"oliver\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 12 19:23:45 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":389641597,\"utc_offset\":3600,\"favourites_count\":15,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184487126077441,\"created_at\":\"Fri Feb 24 23:16:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2214000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c8380b21-f6a0-44f6-abf2-ccf1356e1e28-173184487126077441" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw l’émission se trolle elle-même c'est énorme !", +"img": { +"src": "http://a3.twimg.com/profile_images/1784933236/matt-smith_normal.jpg" +}, +"title": "Mohamed: #lgw l’émission se trolle elle-même c'est énorme !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2214000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw l\\u2019\\u00e9mission se trolle elle-m\\u00eame c'est \\u00e9norme !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184489906905088\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"MOHA59600\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":167,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":199,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1784933236\\/matt-smith_normal.jpg\",\"description\":\"Fan de cin\\u00e9ma, de football, g\\u00e9nie autoproclam\\u00e9. A un avis sur tout et sait tout mieux que tout le monde! Adepte du second degr\\u00e9!\",\"statuses_count\":9873,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"3dc1db\",\"protected\":false,\"id_str\":\"115394419\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Mohamed\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Feb 18 14:33:14 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":115394419,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/moha59600.football.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1784933236\\/matt-smith_normal.jpg\"},\"truncated\":false,\"id\":173184489906905088,\"created_at\":\"Fri Feb 24 23:16:14 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2214000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3828d562-1d43-4845-a146-f66f1eab8271-173184489906905088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @SimplyAnon: @LeGrandWebze vous comptez parler du projet de traité ACTA contre lequel Internet se bat tant ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1735644265/front_de_gauche_annee_normal.jpg" +}, +"title": "Cachounette: RT @SimplyAnon: @LeGrandWebze vous comptez parler du projet de traité ACTA contre lequel Internet se bat tant ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2215000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @SimplyAnon: @LeGrandWebze vous comptez parler du projet de trait\\u00e9 ACTA contre lequel Internet se bat tant ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SimplyAnon\",\"indices\":[3,14],\"id_str\":\"469498461\",\"name\":\"Anon HackTivist\",\"id\":469498461},{\"screen_name\":\"LeGrandWebze\",\"indices\":[16,29],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze vous comptez parler du projet de trait\\u00e9 ACTA contre lequel Internet se bat tant ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184214404042754\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":31,\"screen_name\":\"SimplyAnon\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":32,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"YU NO FIND ME\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768965620\\/Anonymous_Wallpaper_by_ipott_normal.png\",\"description\":\"I am a simple anonymous giving his opinion on current Op and Events.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"469498461\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768965620\\/Anonymous_Wallpaper_by_ipott_normal.png\",\"name\":\"Anon HackTivist\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 20 17:20:52 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":469498461,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.whyweprotest.net\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173184214404042754,\"created_at\":\"Fri Feb 24 23:15:08 +0000 2012\",\"in_reply_to_user_id\":365949385},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184493446905856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":40,\"screen_name\":\"cachounette\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":251,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"description\":\"sage femme, militante PCF-Front de gauche et CGT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"id_str\":\"39092205\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"name\":\"Cachounette\",\"default_profile_image\":false,\"created_at\":\"Sun May 10 18:40:14 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":39092205,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184493446905856,\"created_at\":\"Fri Feb 24 23:16:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2215000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "731e3a27-5f3f-4df7-93dc-8f1f3d8e7a4c-173184493446905856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw toutes les filles rouspettent en permanence, ce n'est pas une news", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw toutes les filles rouspettent en permanence, ce n'est pas une news", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2216000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw toutes les filles rouspettent en permanence, ce n'est pas une news\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184497804779522\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184497804779522,\"created_at\":\"Fri Feb 24 23:16:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2216000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d1a0db34-d39b-4de1-9803-4cecd6fbd402-173184497804779522" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KlaireFr, ma préféréeeeeeee #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1834768035/IMG_0490__2__normal.jpg" +}, +"title": "Olivia: @KlaireFr, ma préféréeeeeeee #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2216000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@KlaireFr, ma pr\\u00e9f\\u00e9r\\u00e9eeeeeee #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[0,9],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184497775411202\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"28096610\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":211,\"screen_name\":\"Vespertinea\",\"lang\":\"fr\",\"profile_text_color\":\"8ec295\",\"statuses_count\":2557,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/409586479\\/edie_sedgwick.jpg\",\"location\":\"Rouen\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"b9bfba\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1834768035\\/IMG_0490__2__normal.jpg\",\"description\":\"Fille spirituelle de Groucho Marx.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0c0d0d\",\"id_str\":\"58189856\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/409586479\\/edie_sedgwick.jpg\",\"profile_sidebar_fill_color\":\"254f16\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1834768035\\/IMG_0490__2__normal.jpg\",\"name\":\"Olivia\",\"default_profile_image\":false,\"created_at\":\"Sun Jul 19 12:50:50 +0000 2009\",\"profile_sidebar_border_color\":\"5b755a\",\"id\":58189856,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"KlaireFr\",\"truncated\":false,\"id\":173184497775411202,\"created_at\":\"Fri Feb 24 23:16:16 +0000 2012\",\"in_reply_to_user_id\":28096610}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2216000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d0bf7d75-9c7e-42d0-a82e-4a672be385e4-173184497775411202" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Shikamarrant: Le compteur de Tweet, ça fait un peu Téléthon. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: RT @Shikamarrant: Le compteur de Tweet, ça fait un peu Téléthon. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2217000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Shikamarrant: Le compteur de Tweet, \\u00e7a fait un peu T\\u00e9l\\u00e9thon. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Shikamarrant\",\"indices\":[3,16],\"id_str\":\"57607506\",\"name\":\"Shik-a-Marrant\",\"id\":57607506}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Le compteur de Tweet, \\u00e7a fait un peu T\\u00e9l\\u00e9thon. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184380456546305\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":75,\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":989,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"name\":\"Shik-a-Marrant\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_border_color\":\"c0c3c4\",\"id\":57607506,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184380456546305,\"created_at\":\"Fri Feb 24 23:15:48 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184501604823040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":265,\"screen_name\":\"papounay2000\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3540,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"description\":\"N'oubliez pas de vous aimer\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"name\":\"\\u2620papounay2000\\u2620\",\"default_profile_image\":false,\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":14764219,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184501604823040,\"created_at\":\"Fri Feb 24 23:16:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2217000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c67940a9-fa1c-4251-a64f-ef09fbe499ee-173184501604823040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@PRland je crois que les rares résistants encore devant leur écran sont dans le même cas #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1802176301/image_normal.jpg" +}, +"title": "marine_b: @PRland je crois que les rares résistants encore devant leur écran sont dans le même cas #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2217000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@PRland je crois que les rares r\\u00e9sistants encore devant leur \\u00e9cran sont dans le m\\u00eame cas #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PRland\",\"indices\":[0,7],\"id_str\":\"1421991\",\"name\":\"Eric Maillard\",\"id\":1421991}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[89,93]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173183765324115968\",\"id_str\":\"173184503731335168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183765324115968,\"in_reply_to_user_id_str\":\"1421991\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"marinebatiste\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3263,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/416510788\\/05960e623b1711e19e4a12313813ffc0_6.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"009999\",\"followers_count\":517,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1802176301\\/image_normal.jpg\",\"description\":\"un peu toulousaine, un peu basque, femme \\u00e0 tout faire sur Paris.fr et CM @Paris compl\\u00e8tement in love with #Paris \\u2764\\u2764\\u2764\\u2764\\u2764\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"327253312\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416510788\\/05960e623b1711e19e4a12313813ffc0_6.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802176301\\/image_normal.jpg\",\"name\":\"marine_b\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 01 07:39:10 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":327253312,\"utc_offset\":-10800,\"favourites_count\":19,\"url\":\"http:\\/\\/marinebatiste.tumblr.com\\/\"},\"in_reply_to_screen_name\":\"PRland\",\"truncated\":false,\"id\":173184503731335168,\"created_at\":\"Fri Feb 24 23:16:17 +0000 2012\",\"in_reply_to_user_id\":1421991}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2217000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b056a293-6f09-45ab-aab2-192ca65f0ab0-173184503731335168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@le_pseudo @SeriousCharly Une sélection de t2c avec, entre autres, 1 ou 2 de tes tweets, sur #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1820853327/joker_normal.gif" +}, +"title": "Harpocrate: @le_pseudo @SeriousCharly Une sélection de t2c avec, entre autres, 1 ou 2 de tes tweets, sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2218000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@le_pseudo @SeriousCharly Une s\\u00e9lection de t2c avec, entre autres, 1 ou 2 de tes tweets, sur #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"le_pseudo\",\"indices\":[0,10],\"id_str\":\"88948038\",\"name\":\"Le pseudo\",\"id\":88948038},{\"screen_name\":\"SeriousCharly\",\"indices\":[11,25],\"id_str\":\"149298036\",\"name\":\"Charly M.\",\"id\":149298036}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173184286399283201\",\"id_str\":\"173184505039962113\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173184286399283201,\"in_reply_to_user_id_str\":\"88948038\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":593,\"screen_name\":\"BeardedBeerBear\",\"lang\":\"fr\",\"profile_text_color\":\"f50808\",\"statuses_count\":6235,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/348110708\\/zOMB.jpg\",\"location\":\"Where the streets have no name\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"bd0fb7\",\"followers_count\":163,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1820853327\\/joker_normal.gif\",\"description\":\"Plus j'vieillis, plus j'ferme ma gueule. \\u2551 Cave canem \\u2551 Ex @NikkAw\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000a0f\",\"id_str\":\"55539742\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/348110708\\/zOMB.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1820853327\\/joker_normal.gif\",\"name\":\"Harpocrate\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 10 11:49:15 +0000 2009\",\"profile_sidebar_border_color\":\"010405\",\"id\":55539742,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":\"http:\\/\\/bit.ly\\/qRn7uh\"},\"in_reply_to_screen_name\":\"le_pseudo\",\"truncated\":false,\"id\":173184505039962113,\"created_at\":\"Fri Feb 24 23:16:18 +0000 2012\",\"in_reply_to_user_id\":88948038}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2218000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0e737db7-8024-4f71-9644-2a4231b48e98-173184505039962113" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi cette chemise @Vinvin ? #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1798939765/IMG_0653_normal.JPG" +}, +"title": "Mel036: C'est quoi cette chemise @Vinvin ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2219000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi cette chemise @Vinvin ? #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[25,32],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184510014402560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":323,\"screen_name\":\"Mel036\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":23634,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":38,\"profile_link_color\":\"990000\",\"followers_count\":959,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1798939765\\/IMG_0653_normal.JPG\",\"description\":\"Sympathisante socialiste. \\nFait semblant de sauver les gens \\u00e0 mes heures perdues, en 5\\u00e8me ann\\u00e9e de m\\u00e9decine. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"25577500\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1798939765\\/IMG_0653_normal.JPG\",\"name\":\"Mel036\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 20 21:13:57 +0000 2009\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":25577500,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/mel-36.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184510014402560,\"created_at\":\"Fri Feb 24 23:16:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2219000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dd46c395-1240-4bd4-9d68-672cfe0144ff-173184510014402560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai découvert #lgw parce qu'il y a le @palmashow mais je sais pas si je dois les remercier =/", +"img": { +"src": "http://a0.twimg.com/profile_images/526848600/nana-univers-vip-blog-com-172396mika_nakashima_as_nana_normal.jpg" +}, +"title": "prudence julian: J'ai découvert #lgw parce qu'il y a le @palmashow mais je sais pas si je dois les remercier =/", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2220000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai d\\u00e9couvert #lgw parce qu'il y a le @palmashow mais je sais pas si je dois les remercier =\\/\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[39,49],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetcaster.com\\\" rel=\\\"nofollow\\\"\\u003ETweetCaster for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184515383111681\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":34,\"screen_name\":\"pruejulian\",\"lang\":\"en\",\"profile_text_color\":\"3D1957\",\"statuses_count\":43,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/9868192\\/1207337754562.jpg\",\"location\":\"paris, france\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/526848600\\/nana-univers-vip-blog-com-172396mika_nakashima_as_nana_normal.jpg\",\"description\":\"...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"683e74\",\"id_str\":\"33489322\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/9868192\\/1207337754562.jpg\",\"profile_sidebar_fill_color\":\"e9bee1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/526848600\\/nana-univers-vip-blog-com-172396mika_nakashima_as_nana_normal.jpg\",\"name\":\"prudence julian\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 20 11:54:57 +0000 2009\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":33489322,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184515383111681,\"created_at\":\"Fri Feb 24 23:16:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2220000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "294fa7ec-d737-478f-9ff9-196ba7d45cb0-173184515383111681" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En meme temps si l'émission qui parle quasi tout le temps de twitter n'avait pas 2000 tweets, bref... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: En meme temps si l'émission qui parle quasi tout le temps de twitter n'avait pas 2000 tweets, bref... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2221000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"En meme temps si l'\\u00e9mission qui parle quasi tout le temps de twitter n'avait pas 2000 tweets, bref... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[102,106]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184518986022912\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"favourites_count\":140,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":886,\"location\":\"Pau\",\"profile_text_color\":\"333333\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"statuses_count\":33188,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Aur\\u00e9lien\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":14321671,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173184518986022912,\"created_at\":\"Fri Feb 24 23:16:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2221000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f00060e9-aaaf-479b-b4f9-8daa1257f370-173184518986022912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1772648103/AjvAeDPCMAA9uQ3_normal.jpg" +}, +"title": "Kevin Ber: #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2221000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184517006311425\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":413,\"screen_name\":\"kevrocksyou\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":3467,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/131986065\\/mqpro_herringboneGreen.br.jpg\",\"location\":\"paradise\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"00904b\",\"followers_count\":164,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1772648103\\/AjvAeDPCMAA9uQ3_normal.jpg\",\"description\":\"just livin' the dream. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Atlantic Time (Canada)\",\"profile_background_color\":\"00904b\",\"id_str\":\"29543088\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/131986065\\/mqpro_herringboneGreen.br.jpg\",\"profile_sidebar_fill_color\":\"eeeeee\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1772648103\\/AjvAeDPCMAA9uQ3_normal.jpg\",\"name\":\"Kevin Ber\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 07 20:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"00904b\",\"id\":29543088,\"utc_offset\":-14400,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184517006311425,\"created_at\":\"Fri Feb 24 23:16:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2221000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e86aa582-cf73-4589-978c-8cad799f1543-173184517006311425" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW reste encore assez étrange comme émission. Mais j'aime bien :)", +"img": { +"src": "http://a1.twimg.com/profile_images/1829519991/simple_normal.jpg" +}, +"title": "Florian: #LGW reste encore assez étrange comme émission. Mais j'aime bien :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2221000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW reste encore assez \\u00e9trange comme \\u00e9mission. Mais j'aime bien :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184520231727104\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":149,\"screen_name\":\"DrNova\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8723,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/284198976\\/twilk_background_4e139906cbe34.jpg\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"followers_count\":268,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1829519991\\/simple_normal.jpg\",\"description\":\"\\u00c0 coup de scalpel je tranche vos id\\u00e9es pr\\u00e9con\\u00e7ues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"73372337\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/284198976\\/twilk_background_4e139906cbe34.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829519991\\/simple_normal.jpg\",\"name\":\"Florian\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 11 12:17:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":73372337,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184520231727104,\"created_at\":\"Fri Feb 24 23:16:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2221000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bba96e4d-abcf-479c-93a8-40b27ad14079-173184520231727104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Haaa @KlaireFr sur #LGW, bien ouéj !", +"img": { +"src": "http://a2.twimg.com/profile_images/1148683609/logo_twitter_normal.png" +}, +"title": "madmoiZelle.com: Haaa @KlaireFr sur #LGW, bien ouéj !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2224000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Haaa @KlaireFr sur #LGW, bien ou\\u00e9j !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[5,14],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184532277772290\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":502,\"screen_name\":\"madmoiZelle\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6263,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/163531940\\/fond_twitter.png\",\"location\":\"iPhone: 48.851038,2.372915\",\"show_all_inline_media\":false,\"listed_count\":259,\"profile_link_color\":\"009999\",\"followers_count\":10751,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1148683609\\/logo_twitter_normal.png\",\"description\":\"Des liens, des b\\u00eatises et des anecdotes en live de la R\\u00e9dac.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"14745183\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/163531940\\/fond_twitter.png\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1148683609\\/logo_twitter_normal.png\",\"name\":\"madmoiZelle.com\",\"default_profile_image\":false,\"created_at\":\"Mon May 12 15:33:11 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14745183,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/www.madmoizelle.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184532277772290,\"created_at\":\"Fri Feb 24 23:16:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2224000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "34562c6b-b8a8-4b4d-874e-10f67a487606-173184532277772290" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1556770344/image_normal.jpg" +}, +"title": "Cam ~ Chou : @Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2225000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184535314440193\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"We_Are_Alive\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5390,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Sous Mes Draps..\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":160,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1556770344\\/image_normal.jpg\",\"description\":\"Geekette.RugbyGirl.ChocolatAddict.MotoAddict.HarleyDavidsonWoman.PizzaAddict.Twitteuse.Modeuse.Followeuse. J'aime \\u00c7a. .Loulou.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"96979159\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1556770344\\/image_normal.jpg\",\"name\":\"Cam ~ Chou \",\"default_profile_image\":false,\"created_at\":\"Tue Dec 15 13:19:02 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":96979159,\"utc_offset\":-10800,\"favourites_count\":60,\"url\":null},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173184535314440193,\"created_at\":\"Fri Feb 24 23:16:25 +0000 2012\",\"in_reply_to_user_id\":7223522}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2225000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5ba532f4-73c1-42ed-bb78-86a541999839-173184535314440193" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @KlaireFr c'est toi qui croque l'actu au @LeGrandWebze ? ;)", +"img": { +"src": "http://a2.twimg.com/profile_images/1279537389/image_normal.jpg" +}, +"title": "vincent denise: #lgw @KlaireFr c'est toi qui croque l'actu au @LeGrandWebze ? ;)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2225000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw @KlaireFr c'est toi qui croque l'actu au @LeGrandWebze ? ;)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[5,14],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610},{\"screen_name\":\"LeGrandWebze\",\"indices\":[46,59],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184534806937600\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"yesnoornext\",\"lang\":\"en\",\"favourites_count\":95,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":397,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":215,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1279537389\\/image_normal.jpg\",\"description\":\"Concepteur web et mobiles. Passionn\\u00e9 par la communication et le graphisme. Amateur de bourgogne et de Google.\",\"statuses_count\":2732,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257185356\\/mosa2.jpg\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"252186404\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"vincent denise\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257185356\\/mosa2.jpg\",\"created_at\":\"Mon Feb 14 17:34:27 +0000 2011\",\"profile_sidebar_fill_color\":\"ccefff\",\"id\":252186404,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1279537389\\/image_normal.jpg\"},\"truncated\":false,\"id\":173184534806937600,\"created_at\":\"Fri Feb 24 23:16:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2225000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "63d1cb05-032c-4051-b0fe-f1fd2c163a9a-173184534806937600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et voici @KlaireFr ! #lgw Elle nous raconte comment avoir du succès avec un statut sur Facebook... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Et voici @KlaireFr ! #lgw Elle nous raconte comment avoir du succès avec un statut sur Facebook... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2225000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Et voici @KlaireFr ! #lgw Elle nous raconte comment avoir du succ\\u00e8s avec un statut sur Facebook... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[9,18],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]},{\"text\":\"lgw\",\"indices\":[99,103]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184535536746496\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3204,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1481,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173184535536746496,\"created_at\":\"Fri Feb 24 23:16:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2225000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6346338c-7fcc-4ebd-8561-e3a940bac48d-173184535536746496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw oh coucou @KlaireFr :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: #lgw oh coucou @KlaireFr :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2228000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw oh coucou @KlaireFr :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[15,24],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184547830239233\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1749,\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":28280,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"location\":\"Crozon, Brittany\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"followers_count\":2618,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"profile_sidebar_fill_color\":\"d3ede7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"name\":\"Philippe B\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_border_color\":\"5e1410\",\"id\":14400518,\"utc_offset\":3600,\"favourites_count\":297,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184547830239233,\"created_at\":\"Fri Feb 24 23:16:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2228000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fea06d0f-b66d-4d88-b373-de4352ce82a8-173184547830239233" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Klaire !!! @KlaireFr #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1057976915/CrazyCat_normal.jpg" +}, +"title": "CrazyCat: Klaire !!! @KlaireFr #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2231000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Klaire !!! @KlaireFr #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[11,20],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.bitlbee.org\\/\\\" rel=\\\"nofollow\\\"\\u003EBitlBee\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184561193295873\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"Ethanaul\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":71,\"location\":\"France\",\"profile_text_color\":\"000000\",\"followers_count\":70,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1057976915\\/CrazyCat_normal.jpg\",\"description\":\"Je ne sais plus si je d\\u00e9veloppe des bugs ou les corrige... Un peu des deux s\\u00fbrement.\",\"statuses_count\":878,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"protected\":false,\"id_str\":\"5737442\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"CrazyCat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu May 03 11:30:47 +0000 2007\",\"profile_sidebar_fill_color\":\"e0ff92\",\"id\":5737442,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.g33k-zone.org\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1057976915\\/CrazyCat_normal.jpg\"},\"truncated\":false,\"id\":173184561193295873,\"created_at\":\"Fri Feb 24 23:16:31 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2231000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6261b9a8-5c98-4e15-8161-da6847ebfe19-173184561193295873" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non je ne regarde pas #lgw pour moi regarder le web à la télé n'a aucun sens, pas plus que faire des émissions sur le Lolcats des internets", +"img": { +"src": "http://a1.twimg.com/profile_images/1679731517/IMG_0266_normal.JPG" +}, +"title": "Dezerzh : Non je ne regarde pas #lgw pour moi regarder le web à la télé n'a aucun sens, pas plus que faire des émissions sur le Lolcats des internets", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2231000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Non je ne regarde pas #lgw pour moi regarder le web \\u00e0 la t\\u00e9l\\u00e9 n'a aucun sens, pas plus que faire des \\u00e9missions sur le Lolcats des internets\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184562103451648\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"bddcad\",\"screen_name\":\"Dezerzh\",\"lang\":\"en\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":328,\"location\":\"France \",\"profile_text_color\":\"666666\",\"followers_count\":162,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1679731517\\/IMG_0266_normal.JPG\",\"description\":\"juriste ; guitariste et pleins d'autre truc en iste \",\"statuses_count\":2111,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/60328227\\/2009-12-17_07-26-09_195.158.109.76.jpg\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"666666\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"75291321\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Dezerzh \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/60328227\\/2009-12-17_07-26-09_195.158.109.76.jpg\",\"created_at\":\"Fri Sep 18 14:20:38 +0000 2009\",\"profile_sidebar_fill_color\":\"000000\",\"id\":75291321,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1679731517\\/IMG_0266_normal.JPG\"},\"truncated\":false,\"id\":173184562103451648,\"created_at\":\"Fri Feb 24 23:16:31 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2231000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "54e2e3db-29cf-4636-b066-a450975cec56-173184562103451648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Klaire a-t-elle des bottes roses ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1841672766/18052011_002_twt_normal.jpg" +}, +"title": "Pascal R : Klaire a-t-elle des bottes roses ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2233000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Klaire a-t-elle des bottes roses ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184567514116097\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":186,\"screen_name\":\"PTwicard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1290,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"location\":\"terre, syst solaire, v. lact\\u00e9e\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099CC\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1841672766\\/18052011_002_twt_normal.jpg\",\"description\":\"Retweeteur compulsif ?\\r\\nVoici mon fil Twitter officiel et si c'est \\u00e9crit c'est que \\u00e7a doit \\u00eatre vrai.\\r\\nFan des Nuls. Et de Coluche ! Metooer too, des fois.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"448753241\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841672766\\/18052011_002_twt_normal.jpg\",\"name\":\"Pascal R \",\"default_profile_image\":false,\"created_at\":\"Wed Dec 28 10:07:55 +0000 2011\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":448753241,\"utc_offset\":3600,\"favourites_count\":87,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184567514116097,\"created_at\":\"Fri Feb 24 23:16:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2233000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c14c626b-38fa-4f4b-94c7-90b64c843492-173184567514116097" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ya carrément @KlaireFr dans #lgw ! je follow une star !", +"img": { +"src": "http://a0.twimg.com/profile_images/1606285626/IMG_1598___normal.jpg" +}, +"title": "Sébastien: ya carrément @KlaireFr dans #lgw ! je follow une star !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2233000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ya carr\\u00e9ment @KlaireFr dans #lgw ! je follow une star !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[13,22],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184569007288320\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"Neitsabes\",\"lang\":\"en\",\"profile_text_color\":\"171717\",\"statuses_count\":13381,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/111721729\\/logo.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":30,\"profile_link_color\":\"6b84d6\",\"followers_count\":677,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1606285626\\/IMG_1598___normal.jpg\",\"description\":\"LE PERV.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"100231862\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/111721729\\/logo.png\",\"profile_sidebar_fill_color\":\"c5edb9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1606285626\\/IMG_1598___normal.jpg\",\"name\":\"S\\u00e9bastien\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 29 14:01:40 +0000 2009\",\"profile_sidebar_border_color\":\"60ff1c\",\"id\":100231862,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/www.neitsabes.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184569007288320,\"created_at\":\"Fri Feb 24 23:16:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2233000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5c063f42-882c-4850-a780-349da0304e8e-173184569007288320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Moi j'dis #rollin sur #lgw #ilreste (ce qui fait beaucoup trop de hashtags) #picetou", +"img": { +"src": "http://a1.twimg.com/profile_images/1803920053/hartza_anon_normal.gif" +}, +"title": "Christophe BONNARD: Moi j'dis #rollin sur #lgw #ilreste (ce qui fait beaucoup trop de hashtags) #picetou", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2234000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Moi j'dis #rollin sur #lgw #ilreste (ce qui fait beaucoup trop de hashtags) #picetou\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"rollin\",\"indices\":[10,17]},{\"text\":\"lgw\",\"indices\":[22,26]},{\"text\":\"ilreste\",\"indices\":[27,35]},{\"text\":\"picetou\",\"indices\":[76,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184573428076544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":409,\"screen_name\":\"hartza_info\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3510,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"location\":\"64250 LOUHOSSOA\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"description\":\"auto-entrepreneur\\r\\nR\\u00e9paration, assistance et maintenance informatique, Cr\\u00e9ation de Site Internet, Montage Vid\\u00e9o, Infographie...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"123547535\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"name\":\"Christophe BONNARD\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 16 12:35:18 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":123547535,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/hartza.info\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184573428076544,\"created_at\":\"Fri Feb 24 23:16:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2234000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efe42be8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa96512-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "10308bbb-bf46-40d8-a609-8aa73731dfa9-173184573428076544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin #ilreste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1730660632/image_normal.jpg" +}, +"title": "Delcourt A: Rollin #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2235000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[7,15]},{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184576393449473\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":262,\"screen_name\":\"stoumou\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":273,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":42,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1730660632\\/image_normal.jpg\",\"description\":\"Expert comptable. A l'affut de l'actualit\\u00e9 fiscale, de l'esprit rugby et des valeurs humanistes\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"199226065\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1730660632\\/image_normal.jpg\",\"name\":\"Delcourt A\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 06 10:18:46 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":199226065,\"utc_offset\":null,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184576393449473,\"created_at\":\"Fri Feb 24 23:16:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2235000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "629fcea0-7d7b-4f78-9ccc-ef2f8270c3a1-173184576393449473" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze il tweete peu @francoisrollin il faudrait lui rappeler qu'il a un compte twitter #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1474096078/avatar_normal.png" +}, +"title": "Sebastien Voyard: @LeGrandWebze il tweete peu @francoisrollin il faudrait lui rappeler qu'il a un compte twitter #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2237000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze il tweete peu @francoisrollin il faudrait lui rappeler qu'il a un compte twitter #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"francoisrollin\",\"indices\":[28,43],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/github.com\\/minego\\/phnx\\\" rel=\\\"nofollow\\\"\\u003EProject Macaw for webOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184584501043201\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":287,\"screen_name\":\"Seb_Voyard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":991,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":73,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1474096078\\/avatar_normal.png\",\"description\":\"D\\u00e9veloppeur d\\u00e9butant d'applications WebOS http:\\/\\/sebosapp.wordpress.com - Webmaster de http:\\/\\/www.modecolo.fr - Entre autres...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"128504185\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474096078\\/avatar_normal.png\",\"name\":\"Sebastien Voyard\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 01 09:38:23 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":128504185,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173184584501043201,\"created_at\":\"Fri Feb 24 23:16:37 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2237000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7a18bf4d-7f98-455b-80b3-d709cecc721b-173184584501043201" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "wahoo @KlaireFr dans #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1625442476/24_normal.jpg" +}, +"title": "Christophe Doublet: wahoo @KlaireFr dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2238000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"wahoo @KlaireFr dans #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[6,15],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184591601991681\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":459,\"screen_name\":\"ChrisPC34\",\"lang\":\"fr\",\"profile_text_color\":\"535ae6\",\"statuses_count\":1157,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/426927890\\/twitt.jpg\",\"location\":\"H\\u00e9rault\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1625442476\\/24_normal.jpg\",\"description\":\"D\\u00e9pannage informatique, site web, r\\u00e9seau .\\r\\nSous traitance : Vous livrez,nous installons vos clients dans le Languedoc Roussillon .\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"133503769\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426927890\\/twitt.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1625442476\\/24_normal.jpg\",\"name\":\"Christophe Doublet\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 15 23:59:03 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":133503769,\"utc_offset\":-10800,\"favourites_count\":33,\"url\":\"http:\\/\\/www.pc34.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184591601991681,\"created_at\":\"Fri Feb 24 23:16:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2238000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "87136596-07bf-4ebe-b916-1c356bd70fe1-173184591601991681" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Je découvre :-)", +"img": { +"src": "http://a0.twimg.com/profile_images/1707712782/DSC08227_normal.jpg" +}, +"title": "José Esteve: #lgw Je découvre :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2240000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Je d\\u00e9couvre :-)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184599625699328\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"lemeroo\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":349,\"location\":\"France\",\"profile_text_color\":\"d10000\",\"followers_count\":166,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1707712782\\/DSC08227_normal.jpg\",\"description\":\"\\/\\/ Passionn\\u00e9 de graphisme.. p\\u00e9cheur de m\\u00e9rou et d'id\\u00e9es, animateur radio, d\\u00e9crypte le net et la TV \\/\\/ designer \\/ cr\\u00e9ateur de visuels de #Tees un peu d\\u00e9cal\\u00e9s \\/\\/ \",\"statuses_count\":2509,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/175232736\\/Sans-titre-2.gif\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"d10000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"483026\",\"protected\":false,\"id_str\":\"93459716\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jos\\u00e9 Esteve\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/175232736\\/Sans-titre-2.gif\",\"created_at\":\"Sun Nov 29 19:10:53 +0000 2009\",\"profile_sidebar_fill_color\":\"483026\",\"id\":93459716,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.lemerou.eu\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1707712782\\/DSC08227_normal.jpg\"},\"truncated\":false,\"id\":173184599625699328,\"created_at\":\"Fri Feb 24 23:16:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2240000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7b392dd5-3e1b-4885-9383-8485c1fcebe8-173184599625699328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilchange2ton si François pouvait croire un peu en son émission ... #lgw ou sinon #ilpart", +"img": { +"src": "http://a2.twimg.com/profile_images/1427838155/P7114024_normal.JPG" +}, +"title": "jali: #ilchange2ton si François pouvait croire un peu en son émission ... #lgw ou sinon #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2241000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilchange2ton si Fran\\u00e7ois pouvait croire un peu en son \\u00e9mission ... #lgw ou sinon #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilchange2ton\",\"indices\":[0,13]},{\"text\":\"lgw\",\"indices\":[68,72]},{\"text\":\"ilpart\",\"indices\":[82,89]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.netvibes.com\\/\\\" rel=\\\"nofollow\\\"\\u003ENetvibes Official Widget\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184600712032258\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":110,\"screen_name\":\"Jali\",\"lang\":\"fr\",\"profile_text_color\":\"574b57\",\"statuses_count\":30519,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"FR\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"name\":\"jali\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":8064742,\"utc_offset\":3600,\"favourites_count\":148,\"url\":\"http:\\/\\/www.jali.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184600712032258,\"created_at\":\"Fri Feb 24 23:16:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2241000, +"tags": [ +{ +"id-ref": "ef1a8540-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a715ddf4-93ae-436c-b6b8-6c359e38db95-173184600712032258" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "tiens il y a @klairefr dans #LGW \\o/ (poke @carolegamelin)", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: tiens il y a @klairefr dans #LGW \\o/ (poke @carolegamelin)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2241000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"tiens il y a @klairefr dans #LGW \\\\o\\/ (poke @carolegamelin)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[13,22],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610},{\"screen_name\":\"carolegamelin\",\"indices\":[43,57],\"id_str\":\"19910673\",\"name\":\"carole gamelin\",\"id\":19910673}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184603253780481\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":886,\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":33189,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Pau\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"name\":\"Aur\\u00e9lien\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14321671,\"utc_offset\":3600,\"favourites_count\":140,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184603253780481,\"created_at\":\"Fri Feb 24 23:16:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2241000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f53b4c9b-4f90-43a2-9cde-90cb7fc343fc-173184603253780481" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, il est pas mal ce décor. Par rapport aux deux premiers. Pour une émission mensuelle qui a quatre mois. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1703065016/twitterdec11_normal.jpg" +}, +"title": "Alvin Haddadène: Oh, il est pas mal ce décor. Par rapport aux deux premiers. Pour une émission mensuelle qui a quatre mois. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2243000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, il est pas mal ce d\\u00e9cor. Par rapport aux deux premiers. Pour une \\u00e9mission mensuelle qui a quatre mois. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[107,111]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184609566195712\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":512,\"screen_name\":\"Alvin_Stick\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":7003,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"B40B43\",\"followers_count\":393,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"description\":\"21 ans. Gaymer. C\\u00e9libataire. Inspir\\u00e9 d'un fait r\\u00e9el. Chef de rubrique sur http:\\/\\/www.tomsgames.fr, pigiste au magazine Online Gamer, heureux co-papa de \\u21b4\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fa87f6\",\"id_str\":\"115834046\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"name\":\"Alvin Haddad\\u00e8ne\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 20 03:45:26 +0000 2010\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":115834046,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/www.latraverseedustick.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184609566195712,\"created_at\":\"Fri Feb 24 23:16:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2243000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8b7da238-ffe8-4032-ae62-923a1e050a3c-173184609566195712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ou #confessionsintimes ? j'ai vraiment du mal à choisir bravo #france5", +"img": { +"src": "http://a3.twimg.com/profile_images/1746692374/Photodidentite_normal.jpg" +}, +"title": "Ludovic Vionnet: #lgw ou #confessionsintimes ? j'ai vraiment du mal à choisir bravo #france5", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2244000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ou #confessionsintimes ? j'ai vraiment du mal \\u00e0 choisir bravo #france5\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"confessionsintimes\",\"indices\":[8,27]},{\"text\":\"france5\",\"indices\":[67,75]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184613643063296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":124,\"screen_name\":\"Dodox75\",\"lang\":\"en\",\"profile_text_color\":\"ff0048\",\"statuses_count\":278,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399192387\\/logobigt.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"003cb3\",\"followers_count\":52,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1746692374\\/Photodidentite_normal.jpg\",\"description\":\"Gastrosexuel et Media Geek, \\u00c9tudiant en Master 2 Pro Management T\\u00e9l\\u00e9vision Cin\\u00e9ma et Nouveaux m\\u00e9dias Paris 1 Panth\\u00e9on-Sorbonne. Co-fondateur de Klapmag.com.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"35042404\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399192387\\/logobigt.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1746692374\\/Photodidentite_normal.jpg\",\"name\":\"Ludovic Vionnet\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 24 21:13:11 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":35042404,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/klapmag.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184613643063296,\"created_at\":\"Fri Feb 24 23:16:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2244000, +"tags": [ +{ +"id-ref": "efe50158-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3654c546-97bd-4105-a308-78e44ffedfcc-173184613643063296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste bien évidemment !!", +"img": { +"src": "http://a1.twimg.com/profile_images/1204995234/SBibou_-_iPomme_normal.jpg" +}, +"title": "Steve By.Boo: #lgw #ilreste bien évidemment !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2245000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste bien \\u00e9videmment !!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184619095662592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":80,\"screen_name\":\"stevebyboo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":958,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"CC3366\",\"followers_count\":22,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1204995234\\/SBibou_-_iPomme_normal.jpg\",\"description\":\"Je suis un gars qui aime tout ... \\u00e0 peu pr\\u00e8s\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"DBE9ED\",\"id_str\":\"220625395\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1204995234\\/SBibou_-_iPomme_normal.jpg\",\"name\":\"Steve By.Boo\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 28 10:32:25 +0000 2010\",\"profile_sidebar_border_color\":\"DBE9ED\",\"id\":220625395,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/www.veilleurs.info\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184619095662592,\"created_at\":\"Fri Feb 24 23:16:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2245000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a57fb884-9c3a-42fd-bb30-d4e59caec7b1-173184619095662592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Lalee_retour: #lgw #ilreste évidement! http://t.co/p50xLu1e", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @Lalee_retour: #lgw #ilreste évidement! http://t.co/p50xLu1e", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2245000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @Lalee_retour: #lgw #ilreste \\u00e9videment! http:\\/\\/t.co\\/p50xLu1e\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Lalee_retour\",\"indices\":[3,16],\"id_str\":\"252150894\",\"name\":\"Lal\\u00e9e Pinoncely\",\"id\":252150894}],\"urls\":[{\"indices\":[43,63],\"expanded_url\":\"http:\\/\\/twitter.com\\/Lalee_retour\\/status\\/173183801957171200\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/p50xLu1e\",\"url\":\"http:\\/\\/t.co\\/p50xLu1e\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]},{\"text\":\"ilreste\",\"indices\":[23,31]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste \\u00e9videment! http:\\/\\/t.co\\/p50xLu1e\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}],\"media\":[{\"type\":\"photo\",\"indices\":[25,45],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":765},\"medium\":{\"h\":803,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":455,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdFwBTCQAE1_uy.jpg\",\"id_str\":\"173183801961365505\",\"expanded_url\":\"http:\\/\\/twitter.com\\/Lalee_retour\\/status\\/173183801957171200\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdFwBTCQAE1_uy.jpg\",\"id\":173183801961365505,\"display_url\":\"pic.twitter.com\\/p50xLu1e\",\"url\":\"http:\\/\\/t.co\\/p50xLu1e\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183801957171200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":366,\"screen_name\":\"Lalee_retour\",\"lang\":\"fr\",\"profile_text_color\":\"98989e\",\"statuses_count\":3719,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"location\":\"France- LYON\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"f013e9\",\"followers_count\":298,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"description\":\"Une digital-mum' entrepreneur, lib\\u00e9rale, communicante, blogueuse soon... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"16171a\",\"id_str\":\"252150894\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"name\":\"Lal\\u00e9e Pinoncely\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 14 16:05:09 +0000 2011\",\"profile_sidebar_border_color\":\"42454d\",\"id\":252150894,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183801957171200,\"created_at\":\"Fri Feb 24 23:13:31 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184618739150848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1042,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":318,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184618739150848,\"created_at\":\"Fri Feb 24 23:16:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2245000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d765fce4-eb4c-492e-8499-0cdbbf5a700c-173184618739150848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "À chier le truc de bd là !!! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1498347916/271644_259434607403810_130794806934458_1277083_5755877_o_normal.jpg" +}, +"title": "Antoine borosch: À chier le truc de bd là !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2245000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00c0 chier le truc de bd l\\u00e0 !!! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184621217988608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":150,\"screen_name\":\"borosch\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":4226,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":458,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1498347916\\/271644_259434607403810_130794806934458_1277083_5755877_o_normal.jpg\",\"description\":\"logie...\\r\\nth\\u00e9sard\\/podcasteur\\/auteur\\/militant pas forcement dans l'ordre...\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"63253487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1498347916\\/271644_259434607403810_130794806934458_1277083_5755877_o_normal.jpg\",\"name\":\"Antoine borosch\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 20:53:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":63253487,\"utc_offset\":3600,\"favourites_count\":56,\"url\":\"http:\\/\\/www.poligeek.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184621217988608,\"created_at\":\"Fri Feb 24 23:16:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2245000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "81ceb746-cf30-48f1-b450-ae11731d5417-173184621217988608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je soutiens IE6 ... excellent ! #lgw", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Gw3nd0ul: Je soutiens IE6 ... excellent ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2246000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je soutiens IE6 ... excellent ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184622501437441\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":434,\"screen_name\":\"Gw3nd0ul\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":516,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"143017258\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"Gw3nd0ul\",\"default_profile_image\":true,\"created_at\":\"Wed May 12 10:42:39 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":143017258,\"utc_offset\":3600,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184622501437441,\"created_at\":\"Fri Feb 24 23:16:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2246000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "71161ea3-03e4-409a-845f-271e52615eda-173184622501437441" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @GabytaineFlam: HAN. Y A @elTouristio QUI VIENT DE PASSER A LA TELE. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: RT @GabytaineFlam: HAN. Y A @elTouristio QUI VIENT DE PASSER A LA TELE. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2247000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @GabytaineFlam: HAN. Y A @elTouristio QUI VIENT DE PASSER A LA TELE. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GabytaineFlam\",\"indices\":[3,17],\"id_str\":\"161146189\",\"name\":\"R\\u00e9mi\",\"id\":161146189},{\"screen_name\":\"elTouristio\",\"indices\":[28,40],\"id_str\":\"37389744\",\"name\":\"Sylvain Sanders\",\"id\":37389744}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"HAN. Y A @elTouristio QUI VIENT DE PASSER A LA TELE. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"elTouristio\",\"indices\":[9,21],\"id_str\":\"37389744\",\"name\":\"Sylvain Sanders\",\"id\":37389744}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184256498081792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5848,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184256498081792,\"created_at\":\"Fri Feb 24 23:15:19 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184629325565952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"profile_text_color\":\"CEC79B\",\"statuses_count\":35527,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"location\":\"Au pied d'un arc-en-ciel.\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"profile_sidebar_fill_color\":\"46284E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"name\":\"Sylvain Sanders\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_border_color\":\"20183F\",\"id\":37389744,\"utc_offset\":3600,\"favourites_count\":62,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184629325565952,\"created_at\":\"Fri Feb 24 23:16:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2247000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dba4f07e-5dd9-4e41-8c52-0b3f02d2247a-173184629325565952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze ouah j'adore! =D #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: @LeGrandWebze ouah j'adore! =D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2247000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze ouah j'adore! =D #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173184535536746496,\"in_reply_to_status_id_str\":\"173184535536746496\",\"id_str\":\"173184629472378882\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"favourites_count\":13,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":149,\"location\":\"France\",\"profile_text_color\":\"807d80\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"statuses_count\":9484,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Lucie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":63258588,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\"},\"truncated\":false,\"id\":173184629472378882,\"created_at\":\"Fri Feb 24 23:16:47 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2247000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a4a9e30c-e82c-4d20-ae34-2db40dff1b64-173184629472378882" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #dessin Philosophie / tweet de comptoir http://t.co/BLmP10aB", +"img": { +"src": "http://a0.twimg.com/profile_images/1450342068/Eric_Grelet_72-1_normal.jpg" +}, +"title": "Eric Grelet: #lgw #dessin Philosophie / tweet de comptoir http://t.co/BLmP10aB", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2249000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #dessin Philosophie \\/ tweet de comptoir http:\\/\\/t.co\\/BLmP10aB\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"dessin\",\"indices\":[5,12]}],\"media\":[{\"type\":\"photo\",\"indices\":[45,65],\"sizes\":{\"large\":{\"h\":768,\"resize\":\"fit\",\"w\":1024},\"medium\":{\"h\":450,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":255,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdGgfKCAAEPiyd.jpg\",\"id_str\":\"173184634610384897\",\"expanded_url\":\"http:\\/\\/twitter.com\\/Ericdessins\\/status\\/173184634606190592\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdGgfKCAAEPiyd.jpg\",\"id\":173184634610384897,\"display_url\":\"pic.twitter.com\\/BLmP10aB\",\"url\":\"http:\\/\\/t.co\\/BLmP10aB\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/sketchbook-pro-for-ipad\\/id364253478?mt=8&uo=4\\\" rel=\\\"nofollow\\\"\\u003ESketchBook Pro for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184634606190592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":451,\"screen_name\":\"Ericdessins\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1219,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/304038054\\/twitter_fond_Eric_3.jpg\",\"location\":\"France (Blois, Paris)\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"93A644\",\"followers_count\":296,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1450342068\\/Eric_Grelet_72-1_normal.jpg\",\"description\":\"Dessinateur humoristique en direct (conf\\u00e9rences, d\\u00e9bats, colloques, s\\u00e9minaires\\u2026). Terrien et citoyen du monde. Bouffon\\u2026 et fier de l'\\u00eatre !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"104527571\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/304038054\\/twitter_fond_Eric_3.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1450342068\\/Eric_Grelet_72-1_normal.jpg\",\"name\":\"Eric Grelet\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 13 16:11:55 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":104527571,\"utc_offset\":3600,\"favourites_count\":14,\"url\":\"http:\\/\\/ericgrelet.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184634606190592,\"created_at\":\"Fri Feb 24 23:16:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2249000, +"tags": [ +{ +"id-ref": "efe5cee4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bda80082-8847-4778-9109-0a4baa6d1c3b-173184634606190592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @ArDub57: Faut battre le record de Tweets du SuperBowl #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1803920053/hartza_anon_normal.gif" +}, +"title": "Christophe BONNARD: RT @ArDub57: Faut battre le record de Tweets du SuperBowl #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2249000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @ArDub57: Faut battre le record de Tweets du SuperBowl #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ArDub57\",\"indices\":[3,11],\"id_str\":\"21448223\",\"name\":\"ArDuB57\",\"id\":21448223}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[58,62]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Faut battre le record de Tweets du SuperBowl #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184475105214464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83435,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184475105214464,\"created_at\":\"Fri Feb 24 23:16:11 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184636304896000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":409,\"screen_name\":\"hartza_info\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3511,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"location\":\"64250 LOUHOSSOA\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"description\":\"auto-entrepreneur\\r\\nR\\u00e9paration, assistance et maintenance informatique, Cr\\u00e9ation de Site Internet, Montage Vid\\u00e9o, Infographie...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"123547535\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"name\":\"Christophe BONNARD\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 16 12:35:18 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":123547535,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/hartza.info\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184636304896000,\"created_at\":\"Fri Feb 24 23:16:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2249000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "34b29fb6-01b7-45f7-9948-dbe0ae7c5ea6-173184636304896000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Trés bon de nous chauffer , nous les twittos pour que nous twittions... #ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1808461305/image_normal.jpg" +}, +"title": "Lalée Pinoncely: Trés bon de nous chauffer , nous les twittos pour que nous twittions... #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2250000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tr\\u00e9s bon de nous chauffer , nous les twittos pour que nous twittions... #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[72,80]},{\"text\":\"lgw\",\"indices\":[81,85]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184638896979970\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":366,\"screen_name\":\"Lalee_retour\",\"lang\":\"fr\",\"profile_text_color\":\"98989e\",\"statuses_count\":3720,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"location\":\"France- LYON\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"f013e9\",\"followers_count\":298,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"description\":\"Une digital-mum' entrepreneur, lib\\u00e9rale, communicante, blogueuse soon... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"16171a\",\"id_str\":\"252150894\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"name\":\"Lal\\u00e9e Pinoncely\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 14 16:05:09 +0000 2011\",\"profile_sidebar_border_color\":\"42454d\",\"id\":252150894,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184638896979970,\"created_at\":\"Fri Feb 24 23:16:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2250000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ba69fc7d-601b-4171-b3b4-d6d0cc0112a1-173184638896979970" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'arrive pas à mettre ma photo, snif... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1843832843/Photo_du_21-02-12___19.49_normal.jpg" +}, +"title": "Alice Wonderland: J'arrive pas à mettre ma photo, snif... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2250000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'arrive pas \\u00e0 mettre ma photo, snif... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184641371602944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"moustikette\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":221,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Near Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"description\":\"J'ai un bonnet Tigrou! And so what? :D\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"23988907\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"name\":\"Alice Wonderland\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 12 17:33:07 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":23988907,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/wonderlandalice.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184641371602944,\"created_at\":\"Fri Feb 24 23:16:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2250000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "61a998f1-3672-41d2-9634-366a8b21fc9e-173184641371602944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze ça manque de décoltés sur le plateau #lgw #cesars2012", +"img": { +"src": "http://a3.twimg.com/profile_images/1255908033/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png" +}, +"title": "Crazou: @LeGrandWebze ça manque de décoltés sur le plateau #lgw #cesars2012", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2251000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze \\u00e7a manque de d\\u00e9colt\\u00e9s sur le plateau #lgw #cesars2012\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]},{\"text\":\"cesars2012\",\"indices\":[56,67]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184642550218753\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"crazou_\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":51,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1255908033\\/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png\",\"description\":\"\",\"statuses_count\":155,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"120808218\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Crazou\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Mar 07 16:26:59 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":120808218,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1255908033\\/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png\"},\"truncated\":false,\"id\":173184642550218753,\"created_at\":\"Fri Feb 24 23:16:51 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2251000, +"tags": [ +{ +"id-ref": "ef243180-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2164b440-0592-4ec3-8b8e-0b7cc055f7a8-173184642550218753" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @PeteMcVries: Avant tu tweetais des émissions télé, maintenant tu regardes Twitter à la télé. #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1775125447/P1080687_normal.jpg" +}, +"title": "Vi' Rider Cobain: RT @PeteMcVries: Avant tu tweetais des émissions télé, maintenant tu regardes Twitter à la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2251000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @PeteMcVries: Avant tu tweetais des \\u00e9missions t\\u00e9l\\u00e9, maintenant tu regardes Twitter \\u00e0 la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PeteMcVries\",\"indices\":[3,15],\"id_str\":\"258422519\",\"name\":\"PeteMcVries\",\"id\":258422519}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[97,101]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Avant tu tweetais des \\u00e9missions t\\u00e9l\\u00e9, maintenant tu regardes Twitter \\u00e0 la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[80,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183579122171904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":411,\"screen_name\":\"PeteMcVries\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":48462,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/211191620\\/Durable_Desktop_Background.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":69,\"profile_link_color\":\"2FC2EF\",\"followers_count\":1153,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838468821\\/ken-barbumarini_re_normal.jpg\",\"description\":\"Ni journaliste, ni influent,j'ai pas confondu Twitter avec Meetic ou un journal intime. C'est pas parce qu'on se suit qu'on est amis, mais sinon bienvenue.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"258422519\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/211191620\\/Durable_Desktop_Background.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838468821\\/ken-barbumarini_re_normal.jpg\",\"name\":\"PeteMcVries\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 27 17:58:20 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":258422519,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183579122171904,\"created_at\":\"Fri Feb 24 23:12:37 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184644001447936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":315,\"screen_name\":\"viephemere\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4578,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/299047178\\/rayures.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1775125447\\/P1080687_normal.jpg\",\"description\":\"Etudiante en philosophie \\u00e0 la Sorbonne, guitariste depuis l'\\u00e2ge de 6 ans, bloggeuse anonyme \\u00e0 mi-temps et accessoirement fille ill\\u00e9gitime de Kurt Cobain.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"79689976\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/299047178\\/rayures.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775125447\\/P1080687_normal.jpg\",\"name\":\"Vi' Rider Cobain\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 04 08:52:15 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":79689976,\"utc_offset\":3600,\"favourites_count\":19,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184644001447936,\"created_at\":\"Fri Feb 24 23:16:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2251000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "305e1d23-6269-4b18-b392-f09939cf73f6-173184644001447936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Shikamarrant: Le compteur de Tweet, ça fait un peu Téléthon. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1729642037/IMG_5329__696x1024__normal.jpg" +}, +"title": "Sothie: RT @Shikamarrant: Le compteur de Tweet, ça fait un peu Téléthon. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2253000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Shikamarrant: Le compteur de Tweet, \\u00e7a fait un peu T\\u00e9l\\u00e9thon. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Shikamarrant\",\"indices\":[3,16],\"id_str\":\"57607506\",\"name\":\"Shik-a-Marrant\",\"id\":57607506}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Le compteur de Tweet, \\u00e7a fait un peu T\\u00e9l\\u00e9thon. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184380456546305\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":75,\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":989,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"name\":\"Shik-a-Marrant\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_border_color\":\"c0c3c4\",\"id\":57607506,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184380456546305,\"created_at\":\"Fri Feb 24 23:15:48 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184653753204737\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":273,\"screen_name\":\"SothieArt\",\"lang\":\"fr\",\"profile_text_color\":\"f5ebed\",\"statuses_count\":1616,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/394685281\\/223256_183003498415847_142427142473483_459264_913853_n.jpg\",\"location\":\"Paris-Marseille-Toulouse\",\"show_all_inline_media\":false,\"listed_count\":10,\"profile_link_color\":\"f2cc0e\",\"followers_count\":167,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1729642037\\/IMG_5329__696x1024__normal.jpg\",\"description\":\"Economiste saltimbanque, artiste \\u00e9conom\\u00e8tre. Je suis en campagne pour 2017 car la France a besoin d'une Princesse, une vraie, avec du rose dedans.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"f20317\",\"id_str\":\"222087543\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/394685281\\/223256_183003498415847_142427142473483_459264_913853_n.jpg\",\"profile_sidebar_fill_color\":\"2f074a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1729642037\\/IMG_5329__696x1024__normal.jpg\",\"name\":\"Sothie\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 02 12:34:48 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":222087543,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184653753204737,\"created_at\":\"Fri Feb 24 23:16:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2253000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7a0eae53-2134-4f67-82f3-4c3989bc8f5b-173184653753204737" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @madmoiZelle: Haaa @KlaireFr sur #LGW, bien ouéj !", +"img": { +"src": "http://a0.twimg.com/profile_images/1848912773/touiteur_normal.jpg" +}, +"title": "Sophie Riche: RT @madmoiZelle: Haaa @KlaireFr sur #LGW, bien ouéj !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2254000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @madmoiZelle: Haaa @KlaireFr sur #LGW, bien ou\\u00e9j !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"madmoiZelle\",\"indices\":[3,15],\"name\":\"madmoiZelle.com\",\"id_str\":\"14745183\",\"id\":14745183},{\"screen_name\":\"KlaireFr\",\"indices\":[22,31],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[36,40]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Haaa @KlaireFr sur #LGW, bien ou\\u00e9j !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[5,14],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[19,23]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184532277772290\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"madmoiZelle\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":502,\"location\":\"iPhone: 48.851038,2.372915\",\"profile_text_color\":\"333333\",\"followers_count\":10751,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1148683609\\/logo_twitter_normal.png\",\"description\":\"Des liens, des b\\u00eatises et des anecdotes en live de la R\\u00e9dac.\",\"statuses_count\":6262,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/163531940\\/fond_twitter.png\",\"show_all_inline_media\":false,\"listed_count\":259,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"14745183\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"madmoiZelle.com\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/163531940\\/fond_twitter.png\",\"created_at\":\"Mon May 12 15:33:11 +0000 2008\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":14745183,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.madmoizelle.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1148683609\\/logo_twitter_normal.png\"},\"truncated\":false,\"id\":173184532277772290,\"created_at\":\"Fri Feb 24 23:16:24 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184655464464386\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"SophiePPernaut\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":282,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":430,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848912773\\/touiteur_normal.jpg\",\"description\":\"Blogueuse influente sans blog, mais surtout sans influence, je pige \\u00e9galement sur @madmoiZelle sous le cocasse pseudonyme de Sophie-Pierre Pernaut.\",\"statuses_count\":1880,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"96844189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Sophie Riche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Dec 14 21:25:26 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":96844189,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848912773\\/touiteur_normal.jpg\"},\"truncated\":false,\"id\":173184655464464386,\"created_at\":\"Fri Feb 24 23:16:54 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2254000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ac5478ac-deb0-4cea-b1d6-b8c88a6ae505-173184655464464386" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'aime beaucoup le décompte des tweets en direct ainsi que le Bubble-tweet #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: J'aime beaucoup le décompte des tweets en direct ainsi que le Bubble-tweet #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2255000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'aime beaucoup le d\\u00e9compte des tweets en direct ainsi que le Bubble-tweet #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184661294546944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2721,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184661294546944,\"created_at\":\"Fri Feb 24 23:16:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2255000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3181a2d6-d970-42dd-a706-b3361210460a-173184661294546944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un troll, Merlin, Rollin... Astier revient ? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1611307034/Flora_et_Tim_033_normal.JPG" +}, +"title": "PINSON Fabien: Un troll, Merlin, Rollin... Astier revient ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2256000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Un troll, Merlin, Rollin... Astier revient ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184665937657856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2,\"screen_name\":\"PINSONFabien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1611307034\\/Flora_et_Tim_033_normal.JPG\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"400346629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1611307034\\/Flora_et_Tim_033_normal.JPG\",\"name\":\"PINSON Fabien\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 28 21:57:28 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":400346629,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184665937657856,\"created_at\":\"Fri Feb 24 23:16:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2256000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b0bd2c66-e962-4ea8-b1b6-4676d0d85b28-173184665937657856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai hâte de raconter un jour à mes enfants que j'ai regardé #LGW. Ca va quand même être difficile de leur expliquer.", +"img": { +"src": "http://a0.twimg.com/profile_images/1669266582/carte-de-visite-final_normal.jpg" +}, +"title": "Boucherie Ovalie: J'ai hâte de raconter un jour à mes enfants que j'ai regardé #LGW. Ca va quand même être difficile de leur expliquer.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2260000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai h\\u00e2te de raconter un jour \\u00e0 mes enfants que j'ai regard\\u00e9 #LGW. Ca va quand m\\u00eame \\u00eatre difficile de leur expliquer.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184681532063745\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1017,\"screen_name\":\"BoucherieOvalie\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":6704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"location\":\"Derri\\u00e8re toi, c'est affreux\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"2FC2EF\",\"followers_count\":4074,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"description\":\"La vie est trop courte pour comprendre le rugby, alors autant en rigoler.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"260277866\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"name\":\"Boucherie Ovalie\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 03 15:22:13 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":260277866,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/boucherie-ovalie.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184681532063745,\"created_at\":\"Fri Feb 24 23:17:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2260000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "87e7b8ba-66b7-4b41-91dd-3b252f8655fc-173184681532063745" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En fait c'est carrément drôle ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1732222031/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg" +}, +"title": "Brice Lahaye: En fait c'est carrément drôle ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2261000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"En fait c'est carr\\u00e9ment dr\\u00f4le ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184687022415873\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":369,\"screen_name\":\"bricelahaye\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":128,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/428619100\\/press-dl.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":70,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1732222031\\/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg\",\"description\":\"\\u00c9tudiant en journalisme \\u00e0 Sciences Po Rennes. N'arrive jamais en retard parce que DETESTE Phil Collins. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"022330\",\"id_str\":\"216310703\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428619100\\/press-dl.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732222031\\/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg\",\"name\":\"Brice Lahaye\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 16 10:41:07 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":216310703,\"utc_offset\":-36000,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184687022415873,\"created_at\":\"Fri Feb 24 23:17:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2261000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1d0d835f-630a-47d5-87f8-5ec95480c389-173184687022415873" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "oh ! @klaire_fr dans ma téloch ! Gg ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: oh ! @klaire_fr dans ma téloch ! Gg ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2261000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"oh ! @klaire_fr dans ma t\\u00e9loch ! Gg ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184686783332352\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"favourites_count\":110,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":141,\"location\":\"Albi, France\",\"profile_text_color\":\"ba9012\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"statuses_count\":5332,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":29086699,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/isshin-san.over-blog.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173184686783332352,\"created_at\":\"Fri Feb 24 23:17:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2261000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "06857f97-55ec-4f64-afa1-7356258333b1-173184686783332352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw il me semble que j'ai arrêté de boire et de fumer mais la j'ai un doute", +"img": { +"src": "http://a0.twimg.com/profile_images/1799016252/DSC02999bis_normal.jpg" +}, +"title": "Cuiller à Soupe: #lgw il me semble que j'ai arrêté de boire et de fumer mais la j'ai un doute", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2262000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw il me semble que j'ai arr\\u00eat\\u00e9 de boire et de fumer mais la j'ai un doute\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184692240121856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":169,\"screen_name\":\"CuuilerSoupe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":106,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418130953\\/Photo_200.jpg\",\"location\":\"Fouras\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1799016252\\/DSC02999bis_normal.jpg\",\"description\":\"Passionn\\u00e9e de et par tout... Sp\\u00e9cialis\\u00e9e dans les politiques d'Education du monde\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"\",\"id_str\":\"481209009\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418130953\\/Photo_200.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799016252\\/DSC02999bis_normal.jpg\",\"name\":\"Cuiller \\u00e0 Soupe\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 02 12:57:41 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":481209009,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184692240121856,\"created_at\":\"Fri Feb 24 23:17:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2262000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "92488120-aa14-44b6-9f47-aae27624a8e7-173184692240121856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw apporte la preuve qu'il est encore tôt pour @vincentglad d'avoir une émission de plus de 3'23", +"img": { +"src": "http://a1.twimg.com/profile_images/1463922495/Epuale_Twitter_normal.png" +}, +"title": "Emmanuel Torregano: #lgw apporte la preuve qu'il est encore tôt pour @vincentglad d'avoir une émission de plus de 3'23", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2263000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw apporte la preuve qu'il est encore t\\u00f4t pour @vincentglad d'avoir une \\u00e9mission de plus de 3'23\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"vincentglad\",\"indices\":[49,61],\"id_str\":\"1731311\",\"name\":\"Vincent Glad\",\"id\":1731311}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184696400875520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":614,\"screen_name\":\"ZaraA\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":59011,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"location\":\"iPhone: 45.800266,1.857407\",\"show_all_inline_media\":false,\"listed_count\":328,\"profile_link_color\":\"0000ff\",\"followers_count\":5596,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"description\":\"Love is the answer ... \\/\\/ I'm CEO, BITch ! ElectronLibre \\/\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C7CBC7\",\"id_str\":\"7031872\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"profile_sidebar_fill_color\":\"71E6A9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"name\":\"Emmanuel Torregano\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 23 11:40:06 +0000 2007\",\"profile_sidebar_border_color\":\"8F8F8F\",\"id\":7031872,\"utc_offset\":3600,\"favourites_count\":39,\"url\":\"http:\\/\\/twitter.com\\/3l3ctr0nLibr3\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184696400875520,\"created_at\":\"Fri Feb 24 23:17:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2263000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eb1a19a1-c166-4c01-9cf0-2306ae893936-173184696400875520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pas mal klaire fait grr #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/123600529/bracelet_normal.JPG" +}, +"title": "Richard: Pas mal klaire fait grr #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2265000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pas mal klaire fait grr #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184701790556161\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":228,\"screen_name\":\"Iryngael\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1960,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Midi-Pyr\\u00e9n\\u00e9es, Moissac\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"description\":\"Gros connard sympa n\\u00e9anmoins :o\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"29106955\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"name\":\"Richard\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 06 00:46:40 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":29106955,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184701790556161,\"created_at\":\"Fri Feb 24 23:17:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2265000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "916d7dea-835e-42ee-8e7f-da4b7cc528f7-173184701790556161" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une chose est sur, web et chemises ne font pas bon ménage. #ilpart #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1791807006/M02l8U9H_normal" +}, +"title": "Jean-Baptiste Camus: Une chose est sur, web et chemises ne font pas bon ménage. #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2266000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Une chose est sur, web et chemises ne font pas bon m\\u00e9nage. #ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[59,66]},{\"text\":\"lgw\",\"indices\":[67,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184709042520065\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":293,\"screen_name\":\"monsieurcamus\",\"lang\":\"fr\",\"profile_text_color\":\"0b4d13\",\"statuses_count\":1787,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/185944954\\/novo_blog.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"000300\",\"followers_count\":222,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1791807006\\/M02l8U9H_normal\",\"description\":\"\\u00c9tudiant en Master @ISCOM, #Geek & fl\\u00e2neur digital, Flooder de bonnes aventures en 140 caract\\u00e8res, parfois moins...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"7bd97b\",\"id_str\":\"221094156\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/185944954\\/novo_blog.png\",\"profile_sidebar_fill_color\":\"d1ffda\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1791807006\\/M02l8U9H_normal\",\"name\":\"Jean-Baptiste Camus\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 29 18:36:19 +0000 2010\",\"profile_sidebar_border_color\":\"75ff91\",\"id\":221094156,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/unmecsansblog.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184709042520065,\"created_at\":\"Fri Feb 24 23:17:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2266000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "26cb6fab-c3dc-4725-b9c5-061792c2a925-173184709042520065" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et ben ça y est ! PAN ! Un TT !!! #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Et ben ça y est ! PAN ! Un TT !!! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2267000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Et ben \\u00e7a y est ! PAN ! Un TT !!! #lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]},{\"text\":\"cqui\",\"indices\":[39,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184713433952257\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6696,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173184713433952257,\"created_at\":\"Fri Feb 24 23:17:07 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2267000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "40ec89dc-1a09-4616-a062-bf57ff09cf8c-173184713433952257" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@abrutim @pascalmabille on se croirait dans #LVDLT #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1564998957/chat2_normal.jpg" +}, +"title": "MrClem: @abrutim @pascalmabille on se croirait dans #LVDLT #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2267000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@abrutim @pascalmabille on se croirait dans #LVDLT #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"abrutim\",\"indices\":[0,8],\"id_str\":\"169861930\",\"name\":\"Abrutim\",\"id\":169861930},{\"screen_name\":\"PascalMabille\",\"indices\":[9,23],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"LVDLT\",\"indices\":[44,50]},{\"text\":\"lgw\",\"indices\":[51,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173182810847326209\",\"id_str\":\"173184710598594560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173182810847326209,\"in_reply_to_user_id_str\":\"169861930\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":92,\"screen_name\":\"MrClem_NW\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":271,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Toulouse\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"9D582E\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1564998957\\/chat2_normal.jpg\",\"description\":\"Sans doute geek, Poditeur Nowatch et bien d'autres, Fan de s\\u00e9ries, Musicien et responsable maintenance de Mentine (\\u00e7a, \\u00e7a prend du temps !!!)\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"370325031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1564998957\\/chat2_normal.jpg\",\"name\":\"MrClem\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 08 20:47:36 +0000 2011\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":370325031,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":\"abrutim\",\"truncated\":false,\"id\":173184710598594560,\"created_at\":\"Fri Feb 24 23:17:07 +0000 2012\",\"in_reply_to_user_id\":169861930}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2267000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efe7ac1e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f65a3500-780d-4599-8207-fdf362e23876-173184710598594560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'aime Klaire avec un K !!!!!!!! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1829032837/430490_10519221_b_normal.jpg" +}, +"title": "Antoine Rouaud: J'aime Klaire avec un K !!!!!!!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2267000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'aime Klaire avec un K !!!!!!!! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184709780701185\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":84,\"screen_name\":\"Antoine_Rouaud\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1385,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"followers_count\":103,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\",\"description\":\"Cr\\u00e9ateur de trucs et autres choses qui ont rapport \\u00e0 des histoires... avec des gens. \\r\\nhttp:\\/\\/www.wagaprod.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"131516\",\"id_str\":\"373509666\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\",\"name\":\"Antoine Rouaud\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 14 18:13:49 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":373509666,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.audiodramax.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184709780701185,\"created_at\":\"Fri Feb 24 23:17:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2267000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "47aea5df-a40e-4c19-a3fb-08d1c58ff6d4-173184709780701185" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Est-ce que François peut sortir des mots en latin ? C'est ce qu'il fait de mieux. #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1690530958/image_normal.jpg" +}, +"title": "Pierre A: Est-ce que François peut sortir des mots en latin ? C'est ce qu'il fait de mieux. #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2269000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Est-ce que Fran\\u00e7ois peut sortir des mots en latin ? C'est ce qu'il fait de mieux. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[82,86]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184718332887041\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"abiaad\",\"lang\":\"en\",\"favourites_count\":167,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":299,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":205,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1690530958\\/image_normal.jpg\",\"description\":\"Stagiaire dev iOS @ Supergazol. Photos, musique, trends, food and her.\",\"statuses_count\":2462,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"14320478\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Pierre A\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Apr 07 05:45:28 +0000 2008\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":14320478,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.pierreabiaad.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1690530958\\/image_normal.jpg\"},\"truncated\":false,\"id\":173184718332887041,\"created_at\":\"Fri Feb 24 23:17:09 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2269000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "488e46e5-a673-4c14-95ce-a45240778f96-173184718332887041" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Mais ? Klaire est dans le noir... Mettez la dans la lumière !", +"img": { +"src": "http://a2.twimg.com/profile_images/1810324073/Tweet2_normal.jpg" +}, +"title": "Caroline Anne: #lgw Mais ? Klaire est dans le noir... Mettez la dans la lumière !", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2269000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Mais ? Klaire est dans le noir... Mettez la dans la lumi\\u00e8re !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184721281490944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":76,\"screen_name\":\"CarolinaTwist\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":136,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/423417929\\/Boreal.jpeg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1810324073\\/Tweet2_normal.jpg\",\"description\":\"Sc\\u00e9nariste, dialoguiste, Instagramer.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"35187538\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/423417929\\/Boreal.jpeg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1810324073\\/Tweet2_normal.jpg\",\"name\":\"Caroline Anne\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 25 10:26:12 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":35187538,\"utc_offset\":3600,\"favourites_count\":12,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184721281490944,\"created_at\":\"Fri Feb 24 23:17:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2269000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b4be0978-3404-4eb6-aa8a-f1affec50af9-173184721281490944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw \"Claire croque\" ... https://t.co/tr0vfCJr", +"img": { +"src": "http://a0.twimg.com/profile_images/1622124369/Cartoonpresident_normal.gif" +}, +"title": "Hervé Dumond: #lgw \"Claire croque\" ... https://t.co/tr0vfCJr", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2271000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#lgw \\\"Claire croque\\\" ... https:\\/\\/t.co\\/tr0vfCJr\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[25,46],\"expanded_url\":\"https:\\/\\/fr.wikipedia.org\\/wiki\\/Killer_Croc\",\"display_url\":\"fr.wikipedia.org\\/wiki\\/Killer_Cr\\u2026\",\"url\":\"https:\\/\\/t.co\\/tr0vfCJr\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184726612459521\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":565,\"screen_name\":\"cartoonpdt\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":2,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355093994\\/132.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"003366\",\"followers_count\":234,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1622124369\\/Cartoonpresident_normal.gif\",\"description\":\"https:\\/\\/twitter.com\\/#!\\/cartoonpdt\\/favorites\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"77615428\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355093994\\/132.jpg\",\"profile_sidebar_fill_color\":\"ffdd00\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1622124369\\/Cartoonpresident_normal.gif\",\"name\":\"Herv\\u00e9 Dumond\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 27 00:32:11 +0000 2009\",\"profile_sidebar_border_color\":\"d1d1d1\",\"id\":77615428,\"utc_offset\":3600,\"favourites_count\":149,\"url\":\"http:\\/\\/mirror.me\\/390abp28?s=home\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184726612459521,\"created_at\":\"Fri Feb 24 23:17:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2271000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "09efeda4-2366-4442-9922-894a7d10e772-173184726612459521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@pocarles je plaquerai @vinvin , pendant que @LudoDelaherche lui fera une balayette ;)\nMission #choperlachemisedevinvin #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/732688177/bi-cause_normal.jpg" +}, +"title": "Charles Liebert: @pocarles je plaquerai @vinvin , pendant que @LudoDelaherche lui fera une balayette ;)\nMission #choperlachemisedevinvin #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2272000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@pocarles je plaquerai @vinvin , pendant que @LudoDelaherche lui fera une balayette ;)\\nMission #choperlachemisedevinvin #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pocarles\",\"indices\":[0,9],\"id_str\":\"23074316\",\"name\":\"PierreOlivier Carles\",\"id\":23074316},{\"screen_name\":\"Vinvin\",\"indices\":[23,30],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"LudoDelaherche\",\"indices\":[45,60],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"choperlachemisedevinvin\",\"indices\":[95,119]},{\"text\":\"LGW\",\"indices\":[120,124]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183666254651392\",\"id_str\":\"173184730743848962\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183666254651392,\"in_reply_to_user_id_str\":\"23074316\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1158,\"screen_name\":\"Charles_Liebert\",\"lang\":\"en\",\"profile_text_color\":\"F522D5\",\"statuses_count\":48080,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"location\":\"Paris - Cap Ferret - Saugeras\",\"show_all_inline_media\":true,\"listed_count\":156,\"profile_link_color\":\"1AF51F\",\"followers_count\":2044,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0F0F\",\"id_str\":\"610993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"profile_sidebar_fill_color\":\"E0FF91\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"name\":\"Charles Liebert\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":610993,\"utc_offset\":3600,\"favourites_count\":509,\"url\":\"http:\\/\\/www.charles-liebert.fr\"},\"in_reply_to_screen_name\":\"pocarles\",\"truncated\":false,\"id\":173184730743848962,\"created_at\":\"Fri Feb 24 23:17:12 +0000 2012\",\"in_reply_to_user_id\":23074316}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2272000, +"tags": [ +{ +"id-ref": "efe8331e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c03ae8ad-e7da-48ee-ab82-07721eae351e-173184730743848962" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @FHDR: w0of! le vrai troll du #LGW c'est #Rollin .....", +"img": { +"src": "http://a3.twimg.com/profile_images/1612726261/avatar-dworld4_normal.jpg" +}, +"title": "David - D-World.fr: RT @FHDR: w0of! le vrai troll du #LGW c'est #Rollin .....", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2273000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @FHDR: w0of! le vrai troll du #LGW c'est #Rollin .....\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FHDR\",\"indices\":[3,8],\"id_str\":\"19166979\",\"name\":\"FullHDReady w0of\\u2122\",\"id\":19166979}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[33,37]},{\"text\":\"Rollin\",\"indices\":[44,51]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"w0of! le vrai troll du #LGW c'est #Rollin .....\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[23,27]},{\"text\":\"Rollin\",\"indices\":[34,41]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-1.2417438,46.1331208],[-1.1113977,46.1331208],[-1.1113977,46.1910004],[-1.2417438,46.1910004]]]},\"attributes\":{},\"full_name\":\"Rochelle, Charente-Maritime\",\"name\":\"Rochelle\",\"id\":\"3dfa1a0686b402fb\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/3dfa1a0686b402fb.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-1.15112631,46.15482580]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184352065306624\",\"geo\":{\"type\":\"Point\",\"coordinates\":[46.15482580,-1.15112631]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":728,\"screen_name\":\"FHDR\",\"lang\":\"fr\",\"profile_text_color\":\"2b0c13\",\"statuses_count\":97287,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/91803952\\/2010-04-13_10-10-17_90.38.71.125.jpg\",\"location\":\"La Rochelle, France\",\"show_all_inline_media\":true,\"listed_count\":672,\"profile_link_color\":\"dd5563\",\"followers_count\":7851,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421050001\\/logo_normal.jpg\",\"description\":\"w0of ! T\\u00e9l\\u00e9 Veilleur Tv Zappeur News Informations Humour (parfois) \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"19166979\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/91803952\\/2010-04-13_10-10-17_90.38.71.125.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421050001\\/logo_normal.jpg\",\"name\":\"FullHDReady w0of\\u2122\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 19 02:12:30 +0000 2009\",\"profile_sidebar_border_color\":\"816f46\",\"id\":19166979,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/www.fhdr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184352065306624,\"created_at\":\"Fri Feb 24 23:15:41 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184735546327041\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1992,\"screen_name\":\"misterDWorld\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2575,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/276082299\\/twilk_background_4e032385221eb.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":80,\"profile_link_color\":\"FF3300\",\"followers_count\":1495,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612726261\\/avatar-dworld4_normal.jpg\",\"description\":\"Vid\\u00e9o blogueur multi-casquettes !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"23421620\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/276082299\\/twilk_background_4e032385221eb.jpg\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612726261\\/avatar-dworld4_normal.jpg\",\"name\":\"David - D-World.fr\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 09 10:32:13 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":23421620,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/www.d-world.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184735546327041,\"created_at\":\"Fri Feb 24 23:17:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2273000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa96512-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9e9a0164-8cf4-49a7-a035-b0d31fae4c75-173184735546327041" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Guéant est un éminent physicien #lgw", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "sebule: Guéant est un éminent physicien #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2276000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Gu\\u00e9ant est un \\u00e9minent physicien #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184750247358464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":5,\"screen_name\":\"sebule\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"245705081\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"sebule\",\"default_profile_image\":true,\"created_at\":\"Tue Feb 01 08:45:20 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":245705081,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184750247358464,\"created_at\":\"Fri Feb 24 23:17:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2276000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c1a535e0-6363-4520-bcea-606d6c65b296-173184750247358464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Excellent Statut FB #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: Excellent Statut FB #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2276000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Excellent Statut FB #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184751266574337\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83436,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184751266574337,\"created_at\":\"Fri Feb 24 23:17:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2276000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1365e6ce-8547-44f9-935f-76bc93d4967a-173184751266574337" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Et voici @KlaireFr ! #lgw Elle nous raconte comment avoir du succès avec un statut sur Facebook... #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1383238957/marilynLG_normal.jpg" +}, +"title": "Bebenessy: RT @LeGrandWebze: Et voici @KlaireFr ! #lgw Elle nous raconte comment avoir du succès avec un statut sur Facebook... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2277000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Et voici @KlaireFr ! #lgw Elle nous raconte comment avoir du succ\\u00e8s avec un statut sur Facebook... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"KlaireFr\",\"indices\":[27,36],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]},{\"text\":\"lgw\",\"indices\":[117,121]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Et voici @KlaireFr ! #lgw Elle nous raconte comment avoir du succ\\u00e8s avec un statut sur Facebook... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[9,18],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]},{\"text\":\"lgw\",\"indices\":[99,103]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184535536746496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3208,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184535536746496,\"created_at\":\"Fri Feb 24 23:16:25 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184754651365376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":35,\"screen_name\":\"Bebenessy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":77,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1383238957\\/marilynLG_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"311418153\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1383238957\\/marilynLG_normal.jpg\",\"name\":\"Bebenessy\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 05 12:21:45 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":311418153,\"utc_offset\":null,\"favourites_count\":33,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184754651365376,\"created_at\":\"Fri Feb 24 23:17:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2277000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6257d816-ff02-4514-95e3-68090faf3f20-173184754651365376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Ca tombe un peu à plat au format vidéo.", +"img": { +"src": "http://a0.twimg.com/profile_images/1744048818/qUG3d_normal.jpg" +}, +"title": "Simon: #LGW Ca tombe un peu à plat au format vidéo.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2277000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Ca tombe un peu \\u00e0 plat au format vid\\u00e9o.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184754340995073\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":288,\"screen_name\":\"Srsim\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":10574,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Third rock from the sun\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"2FC2EF\",\"followers_count\":309,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\",\"description\":\"BiotechnoLOLgy and random crap. J'essaie de vivre ma vie \\u00e0 fond en passant pour un con au moins une fois par jour.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"130871832\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\",\"name\":\"Simon\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 08 15:44:24 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":130871832,\"utc_offset\":3600,\"favourites_count\":84,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184754340995073,\"created_at\":\"Fri Feb 24 23:17:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2277000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5100ccb7-8fe5-4826-9a06-bbfab3261193-173184754340995073" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "rollin connait pas john cleese ! #ilpart #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1661356121/DSC01810_Sunburst_4_normal.jpg" +}, +"title": "valentin: rollin connait pas john cleese ! #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2278000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"rollin connait pas john cleese ! #ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[33,40]},{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184757453172736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":37,\"screen_name\":\"valos78\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":78,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1661356121\\/DSC01810_Sunburst_4_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"50356758\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1661356121\\/DSC01810_Sunburst_4_normal.jpg\",\"name\":\"valentin\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 24 16:39:23 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":50356758,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184757453172736,\"created_at\":\"Fri Feb 24 23:17:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2278000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d1066843-d3b4-4a5f-ac84-6847c1c1b249-173184757453172736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ce hashtag est dernier --> #change2ton Donc je l'aide . .", +"img": { +"src": "http://a2.twimg.com/profile_images/1758783715/image_normal.jpg" +}, +"title": "Florian Picherit: #lgw ce hashtag est dernier --> #change2ton Donc je l'aide . .", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2279000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ce hashtag est dernier --> #change2ton Donc je l'aide . .\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[35,46]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[6.4400506,46.3437649],[6.5158292,46.3437649],[6.5158292,46.4050024],[6.4400506,46.4050024]]]},\"attributes\":{},\"full_name\":\"Thonon-les-Bains, Haute-Savoie\",\"place_type\":\"city\",\"name\":\"Thonon-les-Bains\",\"id\":\"e71b6d6ca390f0c1\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/e71b6d6ca390f0c1.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[6.49813228,46.37383903]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184761991401473\",\"geo\":{\"type\":\"Point\",\"coordinates\":[46.37383903,6.49813228]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":122,\"screen_name\":\"FlorianPicherit\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":180,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1758783715\\/image_normal.jpg\",\"description\":\"Music Saved My Life. 42 Style.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"465400461\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1758783715\\/image_normal.jpg\",\"name\":\"Florian Picherit\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 16 09:24:23 +0000 2012\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":465400461,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184761991401473,\"created_at\":\"Fri Feb 24 23:17:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2279000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "843fe2ff-7735-4528-9108-34a65607d661-173184761991401473" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @BoucherieOvalie: J'ai hâte de raconter un jour à mes enfants que j'ai regardé #LGW. Ca va quand même être difficile de leur expliquer.", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: RT @BoucherieOvalie: J'ai hâte de raconter un jour à mes enfants que j'ai regardé #LGW. Ca va quand même être difficile de leur expliquer.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2279000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @BoucherieOvalie: J'ai h\\u00e2te de raconter un jour \\u00e0 mes enfants que j'ai regard\\u00e9 #LGW. Ca va quand m\\u00eame \\u00eatre difficile de leur expliquer.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"BoucherieOvalie\",\"indices\":[3,19],\"name\":\"Boucherie Ovalie\",\"id_str\":\"260277866\",\"id\":260277866}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[82,86]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'ai h\\u00e2te de raconter un jour \\u00e0 mes enfants que j'ai regard\\u00e9 #LGW. Ca va quand m\\u00eame \\u00eatre difficile de leur expliquer.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184681532063745\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"BoucherieOvalie\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1017,\"location\":\"Derri\\u00e8re toi, c'est affreux\",\"profile_text_color\":\"666666\",\"followers_count\":4074,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"description\":\"La vie est trop courte pour comprendre le rugby, alors autant en rigoler.\",\"statuses_count\":6704,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"260277866\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Boucherie Ovalie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"created_at\":\"Thu Mar 03 15:22:13 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":260277866,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/boucherie-ovalie.org\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\"},\"truncated\":false,\"id\":173184681532063745,\"created_at\":\"Fri Feb 24 23:17:00 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184763107086337\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"favourites_count\":10,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1033,\"location\":\"Paris\",\"profile_text_color\":\"3C3940\",\"followers_count\":667,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"statuses_count\":3558,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Bastien Joseph\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":191087175,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\"},\"truncated\":false,\"id\":173184763107086337,\"created_at\":\"Fri Feb 24 23:17:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2279000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "790ba8ec-dbf2-4589-874f-951b123f157c-173184763107086337" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "(Désolée d'interrompre le paluchage collectif, mais c'est assez nul #lgw, non ?)", +"img": { +"src": "http://a2.twimg.com/profile_images/1734545650/alimac_normal.jpg" +}, +"title": "ASL: (Désolée d'interrompre le paluchage collectif, mais c'est assez nul #lgw, non ?)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2280000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"(D\\u00e9sol\\u00e9e d'interrompre le paluchage collectif, mais c'est assez nul #lgw, non ?)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184767418839043\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":506,\"screen_name\":\"OhOceane\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":60752,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/84729248\\/alimac.jpg\",\"location\":\"A un souffle de ton coeur\",\"show_all_inline_media\":false,\"listed_count\":300,\"profile_link_color\":\"0099CC\",\"followers_count\":3829,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1734545650\\/alimac_normal.jpg\",\"description\":\"The Girl Formerly Known as Oh \\/ Curator of your heart \\/ Sapiosexuelle depuis 1988 \\/\\r\\nAvec hydroxyzine la vie est plus zin \\/\\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"72379694\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/84729248\\/alimac.jpg\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1734545650\\/alimac_normal.jpg\",\"name\":\"ASL\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 07 20:56:24 +0000 2009\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":72379694,\"utc_offset\":-36000,\"favourites_count\":350,\"url\":\"http:\\/\\/danslessouliersdoceane.hautetfort.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184767418839043,\"created_at\":\"Fri Feb 24 23:17:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2280000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6c7a63d3-4aea-47af-afe3-9d4b6dcbaa7e-173184767418839043" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KlaireFr je l'aime bien ! #lgw (ce tweet ne sert à rien)", +"img": { +"src": "http://a3.twimg.com/profile_images/1727266317/oimtampon_normal.jpg" +}, +"title": "Lucas Parax: @KlaireFr je l'aime bien ! #lgw (ce tweet ne sert à rien)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2281000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@KlaireFr je l'aime bien ! #lgw (ce tweet ne sert \\u00e0 rien)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[0,9],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184770098987008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"28096610\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":731,\"screen_name\":\"lucasparax\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9270,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"990000\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"description\":\"Politique, musique, r\\u00e9flexions absurdes. J'aime bien votre veste, mais faudrait penser \\u00e0 ne pas la retourner. #\\u00e9lys\\u00e9e_2012 #rock\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"333415548\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"name\":\"Lucas Parax\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 11 14:14:27 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":333415548,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/lucasparax.over-blog.com\\/\"},\"in_reply_to_screen_name\":\"KlaireFr\",\"truncated\":false,\"id\":173184770098987008,\"created_at\":\"Fri Feb 24 23:17:21 +0000 2012\",\"in_reply_to_user_id\":28096610}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2281000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2fe7d361-1c6c-4413-974e-ead3382e2341-173184770098987008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Zapper après les Césars m'aura permis de découvrir #lgw . Nan j'déconne.", +"img": { +"src": "http://a0.twimg.com/profile_images/1594689644/rtlgrandest_normal.jpg" +}, +"title": "sam: Zapper après les Césars m'aura permis de découvrir #lgw . Nan j'déconne.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2282000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Zapper apr\\u00e8s les C\\u00e9sars m'aura permis de d\\u00e9couvrir #lgw . Nan j'd\\u00e9conne.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184775002144768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":439,\"screen_name\":\"rtlgrandest\",\"lang\":\"fr\",\"profile_text_color\":\"0c0d0d\",\"statuses_count\":43351,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/60768039\\/DSCN0015.JPG\",\"location\":\"Nancy, France\",\"show_all_inline_media\":false,\"listed_count\":352,\"profile_link_color\":\"1100ff\",\"followers_count\":3767,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1594689644\\/rtlgrandest_normal.jpg\",\"description\":\"Reporter. De temps en temps faut accepter de prendre son job avec humour.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"80116240\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/60768039\\/DSCN0015.JPG\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1594689644\\/rtlgrandest_normal.jpg\",\"name\":\"sam\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 05 20:20:09 +0000 2009\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":80116240,\"utc_offset\":3600,\"favourites_count\":218,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184775002144768,\"created_at\":\"Fri Feb 24 23:17:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2282000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0fbafdc2-6d95-404d-b205-754a88e9e673-173184775002144768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier", +"img": { +"src": "http://a0.twimg.com/profile_images/1817743835/image_normal.jpg" +}, +"title": "Christo Bee: RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2282000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"monsieurlam\",\"indices\":[3,15],\"id_str\":\"7993262\",\"name\":\"L\\u00e2m HUA\",\"id\":7993262}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[113,117]},{\"text\":\"ruquier\",\"indices\":[118,126]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]},{\"text\":\"ruquier\",\"indices\":[101,109]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183333382098944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"monsieurlam\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10180,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":543,\"profile_link_color\":\"0084B4\",\"followers_count\":21597,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"description\":\"+ links \\r\\n+ my life \\r\\n+ no reply \\r\\n+ @decate \\r\\n+ @lense \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"7993262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"name\":\"L\\u00e2m HUA\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 06 14:07:39 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":7993262,\"utc_offset\":3600,\"favourites_count\":133,\"url\":\"http:\\/\\/www.monsieurlam.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183333382098944,\"created_at\":\"Fri Feb 24 23:11:38 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184774117142529\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":94,\"screen_name\":\"dreamingoldfish\",\"lang\":\"fr\",\"profile_text_color\":\"0a090a\",\"statuses_count\":3839,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/358714278\\/1600x1200.jpg\",\"location\":\"Nantes, France\",\"show_all_inline_media\":true,\"listed_count\":21,\"profile_link_color\":\"0438bd\",\"followers_count\":188,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817743835\\/image_normal.jpg\",\"description\":\"Bande Dessin\\u00e9e ( #9eArt ), Cin\\u00e9ma, Musique & Trucs \\u00e0 #Nantes , souvent avec @_Lillium_ .\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"06666b\",\"id_str\":\"17711887\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/358714278\\/1600x1200.jpg\",\"profile_sidebar_fill_color\":\"bad5f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817743835\\/image_normal.jpg\",\"name\":\"Christo Bee\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 28 16:34:06 +0000 2008\",\"profile_sidebar_border_color\":\"000000\",\"id\":17711887,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/dreamingoldfish\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184774117142529,\"created_at\":\"Fri Feb 24 23:17:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2282000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb8ff2c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2168a822-1880-4ba6-95dd-2668acf81a05-173184774117142529" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Fabarol: La 1ère expérience de social TV c'est maintenant, en direct, ds #LGW sur #france5. Des tweets qui volent, des avatars en ve ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1778868861/MERLIN411vlcsnap-2011-12-11-09h04m13s153_normal.jpg" +}, +"title": "marie dop: RT @Fabarol: La 1ère expérience de social TV c'est maintenant, en direct, ds #LGW sur #france5. Des tweets qui volent, des avatars en ve ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2286000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Fabarol: La 1\\u00e8re exp\\u00e9rience de social TV c'est maintenant, en direct, ds #LGW sur #france5. Des tweets qui volent, des avatars en ve ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Fabarol\",\"indices\":[3,11],\"id_str\":\"110388053\",\"name\":\"Fabienne BAROLLIER\",\"id\":110388053}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[77,81]},{\"text\":\"france5\",\"indices\":[86,94]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"La 1\\u00e8re exp\\u00e9rience de social TV c'est maintenant, en direct, ds #LGW sur #france5. Des tweets qui volent, des avatars en veux-tu en voil\\u00e0 !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[64,68]},{\"text\":\"france5\",\"indices\":[73,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173173809376002048\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1042,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":317,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173173809376002048,\"created_at\":\"Fri Feb 24 22:33:48 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184790802079744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":124,\"screen_name\":\"ptitemarie4000\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":207,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Luxembourg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":43,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1778868861\\/MERLIN411vlcsnap-2011-12-11-09h04m13s153_normal.jpg\",\"description\":\"Belgian series fan girl on twitter to share my passion, currently obsessed with Merlin but in love with Sherlock, dexter, TGW, TVD, Revenge and so many more :D\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"114300857\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1778868861\\/MERLIN411vlcsnap-2011-12-11-09h04m13s153_normal.jpg\",\"name\":\"marie dop\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 14 22:48:57 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":114300857,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173184790802079744,\"created_at\":\"Fri Feb 24 23:17:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2286000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e9dd3334-5b10-43a9-a3e3-7115635ae463-173184790802079744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Même en me concentrant très fort, je ne comprends pas le principe de #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1563780941/pic_copie_normal.jpg" +}, +"title": "oOfasnI: Même en me concentrant très fort, je ne comprends pas le principe de #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2288000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"M\\u00eame en me concentrant tr\\u00e8s fort, je ne comprends pas le principe de #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[69,73]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184799199076352\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"InsafOo\",\"lang\":\"fr\",\"favourites_count\":34,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":141,\"location\":\"Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":198,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1563780941\\/pic_copie_normal.jpg\",\"description\":\"Journalisme \\u00e0 l'ULB\\/ Stage \\u00e0 la RTBF et au Soir\\/ Erasmus \\u00e0 Paris\\/ Jobiste au Cirque Royal\\/ Parle r\\u00e9guli\\u00e8rement le sarcasme\\/ Mes cuites n'engagent que moi.\",\"statuses_count\":1088,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"342660437\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"oOfasnI\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Tue Jul 26 11:22:50 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":342660437,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/insiblog.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1563780941\\/pic_copie_normal.jpg\"},\"truncated\":false,\"id\":173184799199076352,\"created_at\":\"Fri Feb 24 23:17:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2288000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b38780c7-3ee1-4def-9c84-79c7561c7fef-173184799199076352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Et voici @KlaireFr ! #lgw Elle nous raconte comment avoir du succès avec un statut sur Facebook... #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1772965923/tw_13213657_1327237886_normal.jpg" +}, +"title": "duanyer: RT @LeGrandWebze: Et voici @KlaireFr ! #lgw Elle nous raconte comment avoir du succès avec un statut sur Facebook... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2288000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Et voici @KlaireFr ! #lgw Elle nous raconte comment avoir du succ\\u00e8s avec un statut sur Facebook... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"KlaireFr\",\"indices\":[27,36],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]},{\"text\":\"lgw\",\"indices\":[117,121]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Et voici @KlaireFr ! #lgw Elle nous raconte comment avoir du succ\\u00e8s avec un statut sur Facebook... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[9,18],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]},{\"text\":\"lgw\",\"indices\":[99,103]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184535536746496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3209,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184535536746496,\"created_at\":\"Fri Feb 24 23:16:25 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184798188240897\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":830,\"screen_name\":\"duanyer\",\"lang\":\"fr\",\"profile_text_color\":\"050505\",\"statuses_count\":17180,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/143862310\\/GetImage.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":51,\"profile_link_color\":\"0026ff\",\"followers_count\":853,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1772965923\\/tw_13213657_1327237886_normal.jpg\",\"description\":\"Mon ambition est de devenir l'idiot du village. J'y suis presque.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8a6e2d\",\"id_str\":\"23742784\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/143862310\\/GetImage.jpg\",\"profile_sidebar_fill_color\":\"e2ed7c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1772965923\\/tw_13213657_1327237886_normal.jpg\",\"name\":\"duanyer\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 09:59:57 +0000 2009\",\"profile_sidebar_border_color\":\"d96666\",\"id\":23742784,\"utc_offset\":3600,\"favourites_count\":1310,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184798188240897,\"created_at\":\"Fri Feb 24 23:17:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2288000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "61b2e3e2-f59a-4098-9292-8c92a8b0e7a7-173184798188240897" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Je soutiens la Corée du nord, Internet Explorer 6 et la peine de mort, et nadine morano", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw Je soutiens la Corée du nord, Internet Explorer 6 et la peine de mort, et nadine morano", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2291000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Je soutiens la Cor\\u00e9e du nord, Internet Explorer 6 et la peine de mort, et nadine morano\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184813090611200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184813090611200,\"created_at\":\"Fri Feb 24 23:17:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2291000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d7ed626c-6a6e-4a3f-9a28-830c93c48609-173184813090611200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non mais ce qui est franchement bizarre sur #lgw, c'est qu'on a l'impression que le le fil de l'émission n'est pas du tout écrit. BIZARRE", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: Non mais ce qui est franchement bizarre sur #lgw, c'est qu'on a l'impression que le le fil de l'émission n'est pas du tout écrit. BIZARRE", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2292000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Non mais ce qui est franchement bizarre sur #lgw, c'est qu'on a l'impression que le le fil de l'\\u00e9mission n'est pas du tout \\u00e9crit. BIZARRE\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184818153144322\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":132,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"statuses_count\":544,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jean-Louis Coste\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":244454441,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\"},\"truncated\":false,\"id\":173184818153144322,\"created_at\":\"Fri Feb 24 23:17:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2292000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3402476a-8739-46b1-89ba-1615f075b499-173184818153144322" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@BoucherieOvalie Guillaume Canet Likes This #LGW #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: @BoucherieOvalie Guillaume Canet Likes This #LGW #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2293000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@BoucherieOvalie Guillaume Canet Likes This #LGW #ilpart\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BoucherieOvalie\",\"indices\":[0,16],\"id_str\":\"260277866\",\"name\":\"Boucherie Ovalie\",\"id\":260277866}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[44,48]},{\"text\":\"ilpart\",\"indices\":[49,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173184681532063745\",\"id_str\":\"173184820959117313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173184681532063745,\"in_reply_to_user_id_str\":\"260277866\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3887,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":518,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":\"BoucherieOvalie\",\"truncated\":false,\"id\":173184820959117313,\"created_at\":\"Fri Feb 24 23:17:33 +0000 2012\",\"in_reply_to_user_id\":260277866}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2293000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cf0ffad6-f72d-4042-abea-76cfaf8810b7-173184820959117313" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw http://t.co/kKscbLwD", +"img": { +"src": "http://a3.twimg.com/profile_images/1590878551/ozi2_normal.jpg" +}, +"title": "Sylvie Bourasseau: #lgw http://t.co/kKscbLwD", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2295000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#lgw http:\\/\\/t.co\\/kKscbLwD\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[5,25],\"expanded_url\":\"http:\\/\\/ow.ly\\/i\\/tCGv\",\"display_url\":\"ow.ly\\/i\\/tCGv\",\"url\":\"http:\\/\\/t.co\\/kKscbLwD\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184829221896193\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":281,\"screen_name\":\"Ozephe\",\"lang\":\"fr\",\"profile_text_color\":\"b8a586\",\"statuses_count\":366,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/297952025\\/nbn.jpg\",\"location\":\"Carr\\u00e9ment \\u00e0 l'ouest...\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"3a5a61\",\"followers_count\":72,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1590878551\\/ozi2_normal.jpg\",\"description\":\"Etudiante c\\u00f4ti\\u00e8re graphomane et andro\\u00efdophile.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"182736\",\"id_str\":\"50641881\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/297952025\\/nbn.jpg\",\"profile_sidebar_fill_color\":\"2d3545\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1590878551\\/ozi2_normal.jpg\",\"name\":\"Sylvie Bourasseau\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 25 13:16:51 +0000 2009\",\"profile_sidebar_border_color\":\"dce0e8\",\"id\":50641881,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184829221896193,\"created_at\":\"Fri Feb 24 23:17:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2295000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "27eedda9-bd7e-478d-b9a5-f411b8eeedf4-173184829221896193" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@SarkoMent: @SarkoMent: Je vote pour Rollin s'il vote pour moi ! #lgw #change2ton", +"img": { +"src": "http://a1.twimg.com/profile_images/1840423549/sarkozy_prfet_4_normal.jpg" +}, +"title": "SarkoMent: @SarkoMent: @SarkoMent: Je vote pour Rollin s'il vote pour moi ! #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2296000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@SarkoMent: @SarkoMent: Je vote pour Rollin s'il vote pour moi ! #lgw #change2ton\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SarkoMent\",\"indices\":[0,10],\"id_str\":\"497726890\",\"name\":\"SarkoMent\",\"id\":497726890},{\"screen_name\":\"SarkoMent\",\"indices\":[12,22],\"id_str\":\"497726890\",\"name\":\"SarkoMent\",\"id\":497726890}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]},{\"text\":\"change2ton\",\"indices\":[70,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184834171174912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"497726890\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":47,\"screen_name\":\"SarkoMent\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":46,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840423549\\/sarkozy_prfet_4_normal.jpg\",\"description\":\"Compte parodique !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"497726890\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840423549\\/sarkozy_prfet_4_normal.jpg\",\"name\":\"SarkoMent\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 20 09:07:23 +0000 2012\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":497726890,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"SarkoMent\",\"truncated\":false,\"id\":173184834171174912,\"created_at\":\"Fri Feb 24 23:17:36 +0000 2012\",\"in_reply_to_user_id\":497726890}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2296000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5fe06a79-3af0-438a-b05d-edae04eaa89d-173184834171174912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1813908220/Orwell_normal.jpg" +}, +"title": "Ashita: #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2296000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184834330566656\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"Ashita_fr\",\"lang\":\"fr\",\"profile_text_color\":\"0d0c0f\",\"statuses_count\":246,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410776517\\/3237102051_19ae77a9f2_o.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"f70a0a\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813908220\\/Orwell_normal.jpg\",\"description\":\"99%\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5092cf\",\"id_str\":\"473909575\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410776517\\/3237102051_19ae77a9f2_o.jpg\",\"profile_sidebar_fill_color\":\"c7cded\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813908220\\/Orwell_normal.jpg\",\"name\":\"Ashita\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 25 13:13:47 +0000 2012\",\"profile_sidebar_border_color\":\"614fa6\",\"id\":473909575,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184834330566656,\"created_at\":\"Fri Feb 24 23:17:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2296000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "714448aa-6c57-422f-bde4-b1d8c8b3a8dd-173184834330566656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw : Ce tweet va faire polémique parce qu'il parle des loutres et de Patrick Sébastien (CC @KlaireFR", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #lgw : Ce tweet va faire polémique parce qu'il parle des loutres et de Patrick Sébastien (CC @KlaireFR", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2296000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw : Ce tweet va faire pol\\u00e9mique parce qu'il parle des loutres et de Patrick S\\u00e9bastien (CC @KlaireFR\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[93,102],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184832225030144\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"favourites_count\":43,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":405,\"location\":\"Chatillon-en-Bazois\",\"profile_text_color\":\"333333\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"statuses_count\":27163,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Damien Vacher\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":26552716,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/damienvacher.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\"},\"truncated\":false,\"id\":173184832225030144,\"created_at\":\"Fri Feb 24 23:17:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2296000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dda42f0a-356b-4e9a-9cfd-409e5e1cdb06-173184832225030144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Est-il possible d'expliquer aux personnes qui attrapent l'émission en cours ce qu'est #ireste ? #lgw via #TVcheck", +"img": { +"src": "http://a3.twimg.com/profile_images/1764728200/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png" +}, +"title": "Fadhila BRAHIMI: Est-il possible d'expliquer aux personnes qui attrapent l'émission en cours ce qu'est #ireste ? #lgw via #TVcheck", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2297000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Est-il possible d'expliquer aux personnes qui attrapent l'\\u00e9mission en cours ce qu'est #ireste ? #lgw via #TVcheck\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ireste\",\"indices\":[86,93]},{\"text\":\"lgw\",\"indices\":[96,100]},{\"text\":\"TVcheck\",\"indices\":[105,113]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/fr\\/app\\/tvcheck\\/id437347192?mt=8\\\" rel=\\\"nofollow\\\"\\u003ETVcheck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184838571016193\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3401,\"screen_name\":\"fbrahimi\",\"lang\":\"fr\",\"profile_text_color\":\"A30034\",\"statuses_count\":36946,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"location\":\"Nomade. France - Maghreb \",\"show_all_inline_media\":true,\"listed_count\":1250,\"profile_link_color\":\"000000\",\"followers_count\":11936,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\",\"description\":\"Dir. FB&Associ\\u00e9s #StrategieDePresence | CoAuteure #Moi20 | Chroniqueuse @Widoobiz | Conf\\u00e9renci\\u00e8re #Tedx | Bureau @MediaAces | \\u2665 #music #politic #SocialTV #Pause\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"F5EACF\",\"id_str\":\"5836692\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"profile_sidebar_fill_color\":\"F5EACF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\",\"name\":\"Fadhila BRAHIMI\",\"default_profile_image\":false,\"created_at\":\"Mon May 07 16:20:02 +0000 2007\",\"profile_sidebar_border_color\":\"B28465\",\"id\":5836692,\"utc_offset\":3600,\"favourites_count\":160,\"url\":\"http:\\/\\/www.fadhilabrahimi.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184838571016193,\"created_at\":\"Fri Feb 24 23:17:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2297000, +"tags": [ +{ +"id-ref": "efbbbfaa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef163198-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9485acba-541f-441c-9c80-752ade5fad35-173184838571016193" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Soirée fin de semaine à la maison devant #lgw et donc je vote: #ilreste !!!", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Christophe BUREL: Soirée fin de semaine à la maison devant #lgw et donc je vote: #ilreste !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2298000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Soir\\u00e9e fin de semaine \\u00e0 la maison devant #lgw et donc je vote: #ilreste !!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]},{\"text\":\"ilreste\",\"indices\":[63,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184840122904577\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":34,\"screen_name\":\"ChrisBurel\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Rouen\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"description\":\"Je pense donc je twitte (Huhu!)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"456873690\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"name\":\"Christophe BUREL\",\"default_profile_image\":true,\"created_at\":\"Fri Jan 06 19:24:49 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":456873690,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184840122904577,\"created_at\":\"Fri Feb 24 23:17:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2298000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e05bf31b-1070-4ee1-863d-8abd2fa42d50-173184840122904577" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "twitter #mesigaeusigodevolta e endiko oq ta esperando #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1340113260/vini_normal.jpg" +}, +"title": "\\/in!ciu$ ;-: twitter #mesigaeusigodevolta e endiko oq ta esperando #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2299000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"twitter #mesigaeusigodevolta e endiko oq ta esperando #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"mesigaeusigodevolta\",\"indices\":[8,28]},{\"text\":\"lgw\",\"indices\":[54,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184844052967424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":54,\"screen_name\":\"Vinicemjuizo\",\"lang\":\"pt\",\"profile_text_color\":\"333333\",\"statuses_count\":664,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"cajaCITY\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":71,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1340113260\\/vini_normal.jpg\",\"description\":\"sou eu\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"293537465\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340113260\\/vini_normal.jpg\",\"name\":\"\\\\\\/in!ciu$ ;-\",\"default_profile_image\":false,\"created_at\":\"Thu May 05 14:34:53 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":293537465,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184844052967424,\"created_at\":\"Fri Feb 24 23:17:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2299000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efeac4da-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1bdebb48-60a1-4f7d-94fc-e255c41868e4-173184844052967424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah ah ! @yoannferret regarde #lgw !", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Ah ah ! @yoannferret regarde #lgw !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2299000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah ah ! @yoannferret regarde #lgw !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"yoannferret\",\"indices\":[8,20],\"id_str\":\"4035431\",\"name\":\"Yoann Ferret\",\"id\":4035431}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184845248348160\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184845248348160,\"created_at\":\"Fri Feb 24 23:17:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2299000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "231414d3-be3d-4e30-bd94-61875c9c6134-173184845248348160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jonatwittbarre: @palmashow on dirait 2 mecs d'une société venus presenter leurs inventions #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1843101534/tumblr_lju3pbB8aQ1qdj3gko1_500_normal.jpg" +}, +"title": "Louise.: RT @jonatwittbarre: @palmashow on dirait 2 mecs d'une société venus presenter leurs inventions #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2302000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @jonatwittbarre: @palmashow on dirait 2 mecs d'une soci\\u00e9t\\u00e9 venus presenter leurs inventions #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jonatwittbarre\",\"indices\":[3,18],\"id_str\":\"23099146\",\"name\":\"Jonathan Barr\\u00e9\",\"id\":23099146},{\"screen_name\":\"palmashow\",\"indices\":[20,30],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow on dirait 2 mecs d'une soci\\u00e9t\\u00e9 venus presenter leurs inventions #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181493743599617\",\"id_str\":\"173182507188109313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181493743599617,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":98,\"screen_name\":\"jonatwittbarre\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3595,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/54271203\\/pattern_19-22-06.jpg\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"75bad6\",\"followers_count\":1827,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1530333526\\/jo_out2_normal.jpg\",\"description\":\"Video Director www.jonathanbarre.com Producer www.blagbuster.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"75bad6\",\"id_str\":\"23099146\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54271203\\/pattern_19-22-06.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1530333526\\/jo_out2_normal.jpg\",\"name\":\"Jonathan Barr\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 06 18:31:24 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":23099146,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.jonathanbarre.com\"},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173182507188109313,\"created_at\":\"Fri Feb 24 23:08:21 +0000 2012\",\"in_reply_to_user_id\":23782965},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184858355531776\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":57,\"screen_name\":\"ruth_flaquettes\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":54,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/430866191\\/2567115379-zooey-deschanel-cartonne-en-new-girl.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099CC\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1843101534\\/tumblr_lju3pbB8aQ1qdj3gko1_500_normal.jpg\",\"description\":\"Attends avec impatience le come-back de la Compagnie Cr\\u00e9ole. Decalecatan, decalecatan. Oh\\u00e9, oh\\u00e9. Tout est dit.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"349125925\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430866191\\/2567115379-zooey-deschanel-cartonne-en-new-girl.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843101534\\/tumblr_lju3pbB8aQ1qdj3gko1_500_normal.jpg\",\"name\":\"Louise.\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 05 15:59:21 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":349125925,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184858355531776,\"created_at\":\"Fri Feb 24 23:17:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2302000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8eee01f9-8a2c-4fbb-978f-1ba8c9bf5cce-173184858355531776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je soutiens la Corée du Nord, Internet Explorer 6 et la peine de mort. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: Je soutiens la Corée du Nord, Internet Explorer 6 et la peine de mort. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2302000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je soutiens la Cor\\u00e9e du Nord, Internet Explorer 6 et la peine de mort. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[71,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184859106316288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1753,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184859106316288,\"created_at\":\"Fri Feb 24 23:17:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2302000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cf8af9c8-3607-4d5a-b1c9-68831b69317d-173184859106316288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vinvin est sympathique, mais son #lgw relève de l'abus de biens sociaux et télévisuels", +"img": { +"src": "http://a1.twimg.com/profile_images/1835468356/brp2-1-1_normal.jpg" +}, +"title": "Bruno Roger-Petit: Vinvin est sympathique, mais son #lgw relève de l'abus de biens sociaux et télévisuels", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2303000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Vinvin est sympathique, mais son #lgw rel\\u00e8ve de l'abus de biens sociaux et t\\u00e9l\\u00e9visuels\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184860716941313\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"B_Roger_Petit\",\"lang\":\"fr\",\"favourites_count\":19,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":977,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":6588,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"description\":\"En \\u00e9tat de Grace... \",\"statuses_count\":13850,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"show_all_inline_media\":false,\"listed_count\":245,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"48949826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Bruno Roger-Petit\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"created_at\":\"Sat Jun 20 07:03:26 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":48949826,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/brunorogerpetit\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\"},\"truncated\":false,\"id\":173184860716941313,\"created_at\":\"Fri Feb 24 23:17:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2303000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a58156c4-3c9f-47c4-98ce-7cd144862cdc-173184860716941313" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@klairefr est très mignonne #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: @klairefr est très mignonne #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2303000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@klairefr est tr\\u00e8s mignonne #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[0,9],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184861916495874\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"28096610\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2721,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":\"KlaireFr\",\"truncated\":false,\"id\":173184861916495874,\"created_at\":\"Fri Feb 24 23:17:43 +0000 2012\",\"in_reply_to_user_id\":28096610}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2303000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b270a865-ba39-4a37-bc64-bba408f1d8f8-173184861916495874" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah on m'alerte, un tweet de @Balmeyer aurait été considéré comme drôle. A mon avis c'est que personne ne l'a compris. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1846718877/Ic_nePoireau_Yeux08-2011-02_normal.jpg" +}, +"title": "Le_M_Poireau: Ah on m'alerte, un tweet de @Balmeyer aurait été considéré comme drôle. A mon avis c'est que personne ne l'a compris. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2304000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah on m'alerte, un tweet de @Balmeyer aurait \\u00e9t\\u00e9 consid\\u00e9r\\u00e9 comme dr\\u00f4le. A mon avis c'est que personne ne l'a compris. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"balmeyer\",\"indices\":[28,37],\"id_str\":\"7288872\",\"name\":\"Balmeyer\",\"id\":7288872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[118,122]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184864869285888\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":6530,\"screen_name\":\"Le_M_Poireau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":54063,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":418,\"profile_link_color\":\"0084b4\",\"followers_count\":6011,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"description\":\"Pensez \\u00e0 ceux qui n'en ont pas et ne g\\u00e2chez pas votre humour inutilement. http:\\/\\/photosdecampagne.tumblr.com\\/ | http:\\/\\/riendimportant.tumblr.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"10330232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"profile_sidebar_fill_color\":\"ddffcd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"name\":\"Le_M_Poireau\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 17 11:32:14 +0000 2007\",\"profile_sidebar_border_color\":\"bddcad\",\"id\":10330232,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/monsieurpoireau.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184864869285888,\"created_at\":\"Fri Feb 24 23:17:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2304000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b1feec21-943a-4869-840e-b1889867624c-173184864869285888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "I like Klaire #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/62813435/laure_normal.jpg" +}, +"title": "lovizolette: I like Klaire #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2304000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"I like Klaire #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184865397780480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":143,\"screen_name\":\"lovizolette\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4677,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/3252079\\/tweeterbg.jpg\",\"location\":\"Damgan\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"7b3f32\",\"followers_count\":189,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/62813435\\/laure_normal.jpg\",\"description\":\"Maman de 3 merveilleux enfants\\r\\nEducatrice Montessori, AssMat\\r\\nHalf British, and happy :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"D04400\",\"id_str\":\"16964137\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/3252079\\/tweeterbg.jpg\",\"profile_sidebar_fill_color\":\"f9cf86\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/62813435\\/laure_normal.jpg\",\"name\":\"lovizolette\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 25 08:10:06 +0000 2008\",\"profile_sidebar_border_color\":\"2e2e2e\",\"id\":16964137,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/chezlaurette.posterous.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184865397780480,\"created_at\":\"Fri Feb 24 23:17:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2304000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "91fa8849-d5ad-4c28-a193-d93109029148-173184865397780480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh une @KlaireFr à la tv. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/955586337/fabys_normal.png" +}, +"title": "Fabien: Oh une @KlaireFr à la tv. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2304000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh une @KlaireFr \\u00e0 la tv. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[7,16],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184868413489153\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":63,\"screen_name\":\"fabysme\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":409,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Toulouse\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":21,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/955586337\\/fabys_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"151374205\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/955586337\\/fabys_normal.png\",\"name\":\"Fabien\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 03 07:43:50 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":151374205,\"utc_offset\":3600,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184868413489153,\"created_at\":\"Fri Feb 24 23:17:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2304000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "172e4f0e-622d-421f-831b-afd9e38fa7cf-173184868413489153" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'excellente @KlaireFr dans #lgw Une des plus drôle twittos :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1840667340/ns_normal.png" +}, +"title": "Pierre : L'excellente @KlaireFr dans #lgw Une des plus drôle twittos :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2306000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"L'excellente @KlaireFr dans #lgw Une des plus dr\\u00f4le twittos :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[13,22],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184874264535040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":391,\"screen_name\":\"BeautifulLoser_\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":10070,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/66918069\\/Coruscant1.jpg\",\"location\":\"Castres \",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"2FC2EF\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1840667340\\/ns_normal.png\",\"description\":\"Ex \\u00e9tudiant en Services et R\\u00e9seaux de Communication. Geek \\u00e0 4 roues, tout terrain ! Dans la matrice depuis 1987 #tech #web #politique #rugby #procrastination\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"95436599\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/66918069\\/Coruscant1.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840667340\\/ns_normal.png\",\"name\":\"Pierre \",\"default_profile_image\":false,\"created_at\":\"Tue Dec 08 15:02:27 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":95436599,\"utc_offset\":3600,\"favourites_count\":68,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184874264535040,\"created_at\":\"Fri Feb 24 23:17:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2306000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3e0d2d52-c3bd-440e-8c99-86fb0f05c245-173184874264535040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est super #lgw avec @Gregshow et @davidmarsais", +"img": { +"src": "http://a2.twimg.com/profile_images/1789890955/X72tY4LH_normal" +}, +"title": "Max Martz: C'est super #lgw avec @Gregshow et @davidmarsais", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2307000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est super #lgw avec @Gregshow et @davidmarsais\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Gregshow\",\"indices\":[22,31],\"id_str\":\"23932076\",\"name\":\"Gregshow\",\"id\":23932076},{\"screen_name\":\"davidmarsais\",\"indices\":[35,48],\"id_str\":\"140357554\",\"name\":\"David Marsais\",\"id\":140357554}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184878748246016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":112,\"screen_name\":\"maxmatz\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":178,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":21,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1789890955\\/X72tY4LH_normal\",\"description\":\"Avant J'avais une vie, maintenant je suis en PACES\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"241665578\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1789890955\\/X72tY4LH_normal\",\"name\":\"Max Martz\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 22 20:57:16 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":241665578,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184878748246016,\"created_at\":\"Fri Feb 24 23:17:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2307000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fe7c3e2d-0326-4ea7-be85-99477bf3a336-173184878748246016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @kzz_: Regarder #lgw > être sous LSD. Vraiment.", +"img": { +"src": "http://a0.twimg.com/profile_images/1848450170/poseur_normal.jpg" +}, +"title": "Pras: RT @kzz_: Regarder #lgw > être sous LSD. Vraiment.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2307000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @kzz_: Regarder #lgw > \\u00eatre sous LSD. Vraiment.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kzz_\",\"indices\":[3,8],\"id_str\":\"15801903\",\"name\":\"Yhnn\",\"id\":15801903}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Regarder #lgw > \\u00eatre sous LSD. Vraiment.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184225388924928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":236,\"screen_name\":\"kzz_\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":8385,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":27,\"profile_link_color\":\"00aaff\",\"followers_count\":604,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"description\":\"doing nothing takes work. \\/\\/\\/ Directeur du p\\u00f4le des pixels de l'espace at @GAMEONE\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"15801903\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"name\":\"Yhnn\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 10 22:12:55 +0000 2008\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":15801903,\"utc_offset\":3600,\"favourites_count\":52,\"url\":\"http:\\/\\/blog.gameone.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184225388924928,\"created_at\":\"Fri Feb 24 23:15:11 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184878785990657\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1362,\"screen_name\":\"Praska\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":48429,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"followers_count\":3040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"description\":\"BOSS[Viedegeek + Bargaming]\\r\\nFirewall Karmique\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b8085\",\"id_str\":\"15453030\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"name\":\"Pras\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 16 11:15:07 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":15453030,\"utc_offset\":3600,\"favourites_count\":195,\"url\":\"http:\\/\\/flavors.me\\/praska\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184878785990657,\"created_at\":\"Fri Feb 24 23:17:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2307000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa1aa636-ef20-4208-a9b8-60b75cd0147e-173184878785990657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ha! Il s'est pris un vent Vinvin! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1833382446/canon_perso_rose_20021_normal.JPG" +}, +"title": "Brunellière Mathilde: Ha! Il s'est pris un vent Vinvin! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2307000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ha! Il s'est pris un vent Vinvin! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184880866365441\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":262,\"screen_name\":\"mellesocrate\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2183,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/356147274\\/arnaud_tsamere9.jpg\",\"location\":\"Le Pays Imaginaire!\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":107,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833382446\\/canon_perso_rose_20021_normal.JPG\",\"description\":\"Mathilde\\/ mathildebf\\/ mademoiselle Socrate dit le petit diable! Petite tsamerienne\\/com\\u00e9dienne folle,possessive,amoureuse,attachante et surtout chiante haha^^\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"373487849\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/356147274\\/arnaud_tsamere9.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833382446\\/canon_perso_rose_20021_normal.JPG\",\"name\":\"Brunelli\\u00e8re Mathilde\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 14 17:26:31 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":373487849,\"utc_offset\":-10800,\"favourites_count\":96,\"url\":\"http:\\/\\/mathildebf.skyrock.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184880866365441,\"created_at\":\"Fri Feb 24 23:17:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2307000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1dfc414c-acbd-4d64-9609-cc7464518733-173184880866365441" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw jaimerai enormement ke monsieur rolin fasse un\" check a tétar\"", +"img": { +"src": "http://a0.twimg.com/profile_images/1851406636/225031_1031930925569_1444264396_30100024_2755_a_normal.jpg" +}, +"title": "Gasquez: #lgw jaimerai enormement ke monsieur rolin fasse un\" check a tétar\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2308000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw jaimerai enormement ke monsieur rolin fasse un\\\" check a t\\u00e9tar\\\"\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184883173232640\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"louitos73\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":54,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"73000\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851406636\\/225031_1031930925569_1444264396_30100024_2755_a_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"373449189\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851406636\\/225031_1031930925569_1444264396_30100024_2755_a_normal.jpg\",\"name\":\"Gasquez\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 14 16:04:37 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":373449189,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184883173232640,\"created_at\":\"Fri Feb 24 23:17:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2308000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d4f363f1-3b31-43ab-bc05-bedade5709e8-173184883173232640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une soirée à regarder #LGW tout en discutant #vaginoplastie avec @SothieArt, c'est LA GRANDE SOIRÉE DE L'ABSURBE", +"img": { +"src": "http://a1.twimg.com/profile_images/1795703544/boingboing_normal.jpg" +}, +"title": "jeandec: Une soirée à regarder #LGW tout en discutant #vaginoplastie avec @SothieArt, c'est LA GRANDE SOIRÉE DE L'ABSURBE", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2308000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Une soir\\u00e9e \\u00e0 regarder #LGW tout en discutant #vaginoplastie avec @SothieArt, c'est LA GRANDE SOIR\\u00c9E DE L'ABSURBE\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"SothieArt\",\"indices\":[65,75],\"name\":\"Sothie\",\"id_str\":\"222087543\",\"id\":222087543}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[22,26]},{\"text\":\"vaginoplastie\",\"indices\":[45,59]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184883076767744\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ff8800\",\"screen_name\":\"jeandec\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":490,\"location\":\"\",\"profile_text_color\":\"8f001f\",\"followers_count\":494,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1795703544\\/boingboing_normal.jpg\",\"description\":\"J'aime rire \\u00e0 gorge d\\u00e9ploy\\u00e9e.\",\"statuses_count\":1684,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/61922178\\/Grey_Wallpaper_by_w_brennan2.jpg\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"ff8800\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d9d9d9\",\"protected\":false,\"id_str\":\"15466573\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"jeandec\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/61922178\\/Grey_Wallpaper_by_w_brennan2.jpg\",\"created_at\":\"Thu Jul 17 11:17:51 +0000 2008\",\"profile_sidebar_fill_color\":\"f0f0f0\",\"id\":15466573,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/circonflexions.free.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1795703544\\/boingboing_normal.jpg\"},\"truncated\":false,\"id\":173184883076767744,\"created_at\":\"Fri Feb 24 23:17:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2308000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efec3748-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cde9090a-86f7-45ee-a66e-2ce2544a01cc-173184883076767744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je comprends pas. Pourquoi @KlaireFr n'a pas parlé de loutres ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: Je comprends pas. Pourquoi @KlaireFr n'a pas parlé de loutres ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2308000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je comprends pas. Pourquoi @KlaireFr n'a pas parl\\u00e9 de loutres ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[27,36],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[64,68]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184881768136704\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"4BB7DF\",\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"favourites_count\":98,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":319,\"location\":\"Toulouse.\",\"profile_text_color\":\"8FCAE0\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"statuses_count\":5848,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"protected\":false,\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"R\\u00e9mi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_fill_color\":\"191F22\",\"id\":161146189,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\"},\"truncated\":false,\"id\":173184881768136704,\"created_at\":\"Fri Feb 24 23:17:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2308000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5b143f52-5eab-4509-bba0-c6e728051235-173184881768136704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "oh ! @klairefr dans ma téloch ! Gg ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: oh ! @klairefr dans ma téloch ! Gg ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2308000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"oh ! @klairefr dans ma t\\u00e9loch ! Gg ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[5,14],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184883089358849\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"profile_text_color\":\"ba9012\",\"statuses_count\":5332,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Albi, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29086699,\"utc_offset\":3600,\"favourites_count\":110,\"url\":\"http:\\/\\/isshin-san.over-blog.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184883089358849,\"created_at\":\"Fri Feb 24 23:17:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2308000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eb06312c-41c7-4cca-bc45-1616ee3907b9-173184883089358849" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin #IlReste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1561040191/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg" +}, +"title": "Pauline : François Rollin #IlReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2309000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin #IlReste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[16,24]},{\"text\":\"lgw\",\"indices\":[25,29]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184886226681857\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"PolineLP\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":62,\"location\":\"Lorient\",\"profile_text_color\":\"333333\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\",\"description\":\"Accro aux s\\u00e9ries, \\u00e0 l'humour & \\u00e0 la musique mais aussi \\u00e9tudiante en M1 Professorat des \\u00e9coles quelque part en Bretagne...\",\"statuses_count\":1388,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"380413697\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Pauline \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"created_at\":\"Mon Sep 26 16:18:08 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":380413697,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\"},\"truncated\":false,\"id\":173184886226681857,\"created_at\":\"Fri Feb 24 23:17:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2309000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f17486bb-a980-4a0d-be79-a3a69e7c8a21-173184886226681857" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon en fait je suis maintenant fan de @KlaireFr que je ne connaissais pas il y a 1 semaine. Merci #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819882790/tetocarre_normal.jpg" +}, +"title": "Cédric BILLAUDELLE: Bon en fait je suis maintenant fan de @KlaireFr que je ne connaissais pas il y a 1 semaine. Merci #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2311000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon en fait je suis maintenant fan de @KlaireFr que je ne connaissais pas il y a 1 semaine. Merci #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[38,47],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[98,102]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184898042048513\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"Cbill0\",\"lang\":\"fr\",\"profile_text_color\":\"F2ECF9\",\"statuses_count\":1108,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"location\":\"Lille, FR\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"1a1aba\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 l'IAE de Lille, mais pur produit des Ardennes. Aime beaucoup apprendre, mais n'aime pas qu'on lui fasse la le\\u00e7on.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E44B22\",\"id_str\":\"84313428\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"profile_sidebar_fill_color\":\"2C446A\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"name\":\"C\\u00e9dric BILLAUDELLE\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 12:34:22 +0000 2009\",\"profile_sidebar_border_color\":\"0C0F22\",\"id\":84313428,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184898042048513,\"created_at\":\"Fri Feb 24 23:17:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2311000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7b2777b1-c8b5-45b6-ab32-1a02062d3178-173184898042048513" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@AudeBaron dis-zy @francoisrollin que je l'aime et que je lui ai déclaré ma flamme pour la St Valentin à base d'extrait 2 films #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1784236610/whipped_cream_1__normal.jpg" +}, +"title": "dallas: @AudeBaron dis-zy @francoisrollin que je l'aime et que je lui ai déclaré ma flamme pour la St Valentin à base d'extrait 2 films #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2311000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@AudeBaron dis-zy @francoisrollin que je l'aime et que je lui ai d\\u00e9clar\\u00e9 ma flamme pour la St Valentin \\u00e0 base d'extrait 2 films #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"AudeBaron\",\"indices\":[0,10],\"id_str\":\"18125180\",\"name\":\"Aude Baron\",\"id\":18125180},{\"screen_name\":\"francoisrollin\",\"indices\":[18,33],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[128,132]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184897727475712\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"18125180\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":242,\"screen_name\":\"harlemdallas\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":2229,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/348916235\\/Grace_Jones_article_imageimagearticle.jpg\",\"location\":\"Paris\\/Ajaccio\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"FF0000\",\"followers_count\":193,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1784236610\\/whipped_cream_1__normal.jpg\",\"description\":\"Le T\\u00e9l\\u00e9phone Arabe. Journaliste ayant touch\\u00e9 de pr\\u00e8s le Saint Graal (ex CSOJ et Arte) com\\u00e9dienne qui le cherche encore.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"id_str\":\"127074304\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/348916235\\/Grace_Jones_article_imageimagearticle.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1784236610\\/whipped_cream_1__normal.jpg\",\"name\":\"dallas\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 27 23:54:10 +0000 2010\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":127074304,\"utc_offset\":-10800,\"favourites_count\":255,\"url\":null},\"in_reply_to_screen_name\":\"AudeBaron\",\"truncated\":false,\"id\":173184897727475712,\"created_at\":\"Fri Feb 24 23:17:51 +0000 2012\",\"in_reply_to_user_id\":18125180}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2311000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "79d7022e-859e-4e7a-9dfb-1a0508af465e-173184897727475712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Putain le vent qu'elle lui a mis #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1839229871/icon_normal.jpg" +}, +"title": "Samy: Putain le vent qu'elle lui a mis #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2311000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Putain le vent qu'elle lui a mis #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184896859250688\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"595b5e\",\"screen_name\":\"samyycbi\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":26,\"location\":\"Sassari, Sardegna\",\"profile_text_color\":\"333333\",\"followers_count\":44,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839229871\\/icon_normal.jpg\",\"description\":\"J'ai d\\u00e9j\\u00e0 fais un r\\u00eave lucide, une fois.\",\"statuses_count\":295,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432699684\\/wp.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"850303\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"96315703\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Samy\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432699684\\/wp.jpg\",\"created_at\":\"Sat Dec 12 10:06:41 +0000 2009\",\"profile_sidebar_fill_color\":\"d6e3e3\",\"id\":96315703,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/about.me\\/samy\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839229871\\/icon_normal.jpg\"},\"truncated\":false,\"id\":173184896859250688,\"created_at\":\"Fri Feb 24 23:17:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2311000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8dca0db1-2c8f-46a2-802a-f41ae8d6e92c-173184896859250688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Isshinsan: oh ! @klaire_fr dans ma téloch ! Gg ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1609335200/obtw_normal.jpg" +}, +"title": "Olivier Bernasson: RT @Isshinsan: oh ! @klaire_fr dans ma téloch ! Gg ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2312000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Isshinsan: oh ! @klaire_fr dans ma t\\u00e9loch ! Gg ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Isshinsan\",\"indices\":[3,13],\"id_str\":\"29086699\",\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"id\":29086699}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"oh ! @klaire_fr dans ma t\\u00e9loch ! Gg ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184686783332352\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"profile_text_color\":\"ba9012\",\"statuses_count\":5332,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Albi, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29086699,\"utc_offset\":3600,\"favourites_count\":110,\"url\":\"http:\\/\\/isshin-san.over-blog.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184686783332352,\"created_at\":\"Fri Feb 24 23:17:01 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184901372317697\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":404,\"screen_name\":\"obernasson\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3486,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Auvergne\",\"show_all_inline_media\":false,\"listed_count\":31,\"profile_link_color\":\"0084B4\",\"followers_count\":555,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1609335200\\/obtw_normal.jpg\",\"description\":\"E-entrepreneur, #Ecommerce, @pecheurcom, #Auvergne #ASM #Rugby et anneries diverses... Les propos tenus sur ce compte n'engagent que moi et encore...;-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"313935953\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609335200\\/obtw_normal.jpg\",\"name\":\"Olivier Bernasson\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 09 13:08:17 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":313935953,\"utc_offset\":3600,\"favourites_count\":98,\"url\":\"http:\\/\\/www.pecheur.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184901372317697,\"created_at\":\"Fri Feb 24 23:17:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2312000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4cc3bc6e-f0d2-484c-8176-0b5414e02f99-173184901372317697" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Voilà une interview de fond. #LGW #cqui", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: Voilà une interview de fond. #LGW #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2313000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Voil\\u00e0 une interview de fond. #LGW #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[29,33]},{\"text\":\"cqui\",\"indices\":[34,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184902630612993\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1033,\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":3557,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"followers_count\":667,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"name\":\"Bastien Joseph\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":191087175,\"utc_offset\":null,\"favourites_count\":10,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184902630612993,\"created_at\":\"Fri Feb 24 23:17:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2313000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3f53aabe-fe6c-492d-8498-c8b8ceb990f9-173184902630612993" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Darkiik Ouais, j'arrive pas à dormir. #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1776332006/Zeke_normal.jpg" +}, +"title": "[T61] Rémy S.: @Darkiik Ouais, j'arrive pas à dormir. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2314000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Darkiik Ouais, j'arrive pas \\u00e0 dormir. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Darkiik\",\"indices\":[0,8],\"id_str\":\"283598806\",\"name\":\"R\\u00e9mi Dark\",\"id\":283598806}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173184451218653186\",\"id_str\":\"173184907701518338\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173184451218653186,\"in_reply_to_user_id_str\":\"283598806\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":103,\"screen_name\":\"ThatVeryBadFlip\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":11102,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"location\":\"France - 66500, Prades\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":112,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\",\"description\":\"I don't know tweeting in English very well . But when I do, it's in French.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"169bde\",\"id_str\":\"165862367\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\",\"name\":\"[T61] R\\u00e9my S.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 12 18:48:22 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":165862367,\"utc_offset\":3600,\"favourites_count\":27,\"url\":null},\"in_reply_to_screen_name\":\"Darkiik\",\"truncated\":false,\"id\":173184907701518338,\"created_at\":\"Fri Feb 24 23:17:54 +0000 2012\",\"in_reply_to_user_id\":283598806}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2314000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "23c6767f-a2c5-47fa-b092-4e35e785cb27-173184907701518338" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@Seb_Voyard: @LeGrandWebze il tweete peu @francoisrollin il faudrait lui rappeler qu'il a un compte twitter #lgw”sinon #ilpart", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: “@Seb_Voyard: @LeGrandWebze il tweete peu @francoisrollin il faudrait lui rappeler qu'il a un compte twitter #lgw”sinon #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2315000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@Seb_Voyard: @LeGrandWebze il tweete peu @francoisrollin il faudrait lui rappeler qu'il a un compte twitter #lgw\\u201dsinon #ilpart\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Seb_Voyard\",\"indices\":[1,12],\"id_str\":\"128504185\",\"name\":\"Sebastien Voyard\",\"id\":128504185},{\"screen_name\":\"LeGrandWebze\",\"indices\":[14,27],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"francoisrollin\",\"indices\":[42,57],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]},{\"text\":\"ilpart\",\"indices\":[120,127]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184911128281088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184911128281088,\"created_at\":\"Fri Feb 24 23:17:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2315000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e22531af-9eb8-4efb-9510-06430f5b0a6f-173184911128281088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "+1 RT @delorme: J'ai re-essayé de regarder #LGW je me suis re-fait chier. Désolé, apparemment tout le monde aime mais moi j'y arrive pas.", +"img": { +"src": "http://a3.twimg.com/profile_images/73315558/n562004133_388_normal.jpg" +}, +"title": "tybo: +1 RT @delorme: J'ai re-essayé de regarder #LGW je me suis re-fait chier. Désolé, apparemment tout le monde aime mais moi j'y arrive pas.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2315000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"+1 RT @delorme: J'ai re-essay\\u00e9 de regarder #LGW je me suis re-fait chier. D\\u00e9sol\\u00e9, apparemment tout le monde aime mais moi j'y arrive pas.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"delorme\",\"indices\":[6,14],\"id_str\":\"7841882\",\"name\":\"Thomas Delorme\",\"id\":7841882}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184913099595778\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":398,\"screen_name\":\"tybo\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10970,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"009999\",\"followers_count\":152,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/73315558\\/n562004133_388_normal.jpg\",\"description\":\"Digital project manager @ TMP Worldwide France\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"12334762\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/73315558\\/n562004133_388_normal.jpg\",\"name\":\"tybo\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 16 22:08:52 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":12334762,\"utc_offset\":3600,\"favourites_count\":12,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184913099595778,\"created_at\":\"Fri Feb 24 23:17:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2315000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e0f2cb3b-0375-4d6c-a002-73a4d9ca4661-173184913099595778" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Et voici @KlaireFr ! #lgw Elle nous raconte comment avoir du succès avec un statut sur Facebook... #lgw // Miam", +"img": { +"src": "http://a3.twimg.com/profile_images/1186579939/skullpat4playboy_normal.jpg" +}, +"title": "skullpat: RT @LeGrandWebze: Et voici @KlaireFr ! #lgw Elle nous raconte comment avoir du succès avec un statut sur Facebook... #lgw // Miam", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2316000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Et voici @KlaireFr ! #lgw Elle nous raconte comment avoir du succ\\u00e8s avec un statut sur Facebook... #lgw \\/\\/ Miam\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"KlaireFr\",\"indices\":[27,36],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]},{\"text\":\"lgw\",\"indices\":[117,121]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184915825885185\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":712,\"screen_name\":\"skullpat\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":23403,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"location\":\"Atlantic Ocean\",\"show_all_inline_media\":false,\"listed_count\":104,\"profile_link_color\":\"44a1d0\",\"followers_count\":1372,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\",\"description\":\"Voyageur permanent !! http:\\/\\/marseille.tv\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"8148052\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"profile_sidebar_fill_color\":\"ecebef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\",\"name\":\"skullpat\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 12 23:46:20 +0000 2007\",\"profile_sidebar_border_color\":\"faaa16\",\"id\":8148052,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/skullpat.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184915825885185,\"created_at\":\"Fri Feb 24 23:17:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2316000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "38737e68-255f-43ff-abed-02f2bcb868bc-173184915825885185" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Marcelcomics: @BoucherieOvalie Guillaume Canet Likes This #LGW #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1669266582/carte-de-visite-final_normal.jpg" +}, +"title": "Boucherie Ovalie: RT @Marcelcomics: @BoucherieOvalie Guillaume Canet Likes This #LGW #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2317000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Marcelcomics: @BoucherieOvalie Guillaume Canet Likes This #LGW #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Marcelcomics\",\"indices\":[3,16],\"name\":\"Marcel Comics\",\"id_str\":\"386966557\",\"id\":386966557},{\"screen_name\":\"BoucherieOvalie\",\"indices\":[18,34],\"name\":\"Boucherie Ovalie\",\"id_str\":\"260277866\",\"id\":260277866}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[62,66]},{\"text\":\"ilpart\",\"indices\":[67,74]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":\"BoucherieOvalie\",\"favorited\":false,\"text\":\"@BoucherieOvalie Guillaume Canet Likes This #LGW #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"BoucherieOvalie\",\"indices\":[0,16],\"name\":\"Boucherie Ovalie\",\"id_str\":\"260277866\",\"id\":260277866}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[44,48]},{\"text\":\"ilpart\",\"indices\":[49,56]}]},\"in_reply_to_user_id\":260277866,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173184681532063745,\"in_reply_to_status_id_str\":\"173184681532063745\",\"id_str\":\"173184820959117313\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":196,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":518,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"statuses_count\":3886,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marcel Comics\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":386966557,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/boucherie-ovalie.org\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\"},\"truncated\":false,\"id\":173184820959117313,\"created_at\":\"Fri Feb 24 23:17:33 +0000 2012\",\"in_reply_to_user_id_str\":\"260277866\"},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184920762585089\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"BoucherieOvalie\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1017,\"location\":\"Derri\\u00e8re toi, c'est affreux\",\"profile_text_color\":\"666666\",\"followers_count\":4074,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"description\":\"La vie est trop courte pour comprendre le rugby, alors autant en rigoler.\",\"statuses_count\":6704,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"260277866\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Boucherie Ovalie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"created_at\":\"Thu Mar 03 15:22:13 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":260277866,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/boucherie-ovalie.org\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\"},\"truncated\":false,\"id\":173184920762585089,\"created_at\":\"Fri Feb 24 23:17:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2317000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bf461036-b14e-4082-b028-4d0a0d613d87-173184920762585089" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh le joli bisou dans le vent #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1851411173/image_normal.jpg" +}, +"title": "Nicolas Terral: Oh le joli bisou dans le vent #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2318000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh le joli bisou dans le vent #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]},{\"text\":\"ilpart\",\"indices\":[35,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184923363057665\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"SAYX6\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":0,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851411173\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"West Central Africa\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"461028222\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851411173\\/image_normal.jpg\",\"name\":\"Nicolas Terral\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 11 11:14:17 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":461028222,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184923363057665,\"created_at\":\"Fri Feb 24 23:17:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2318000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f4d8022e-ce31-49a1-acfe-e22fb4e7c543-173184923363057665" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1315794899/thc2_normal.jpg" +}, +"title": "Th_C LINK: #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2318000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184924508110848\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Th_C33\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":330,\"location\":\"Bordeaux\",\"profile_text_color\":\"333333\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1315794899\\/thc2_normal.jpg\",\"description\":\"Tv Prod @ Link l'agence. \\r\\nwww.link.fr\\r\\n\\r\\n\",\"statuses_count\":173,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/399130472\\/thc2.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"283960342\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Th_C LINK\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399130472\\/thc2.jpg\",\"created_at\":\"Mon Apr 18 10:41:51 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":283960342,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.dailymotion.com\\/kreu33\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1315794899\\/thc2_normal.jpg\"},\"truncated\":false,\"id\":173184924508110848,\"created_at\":\"Fri Feb 24 23:17:58 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2318000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "516172da-8de7-4ac9-8714-8dae0b674623-173184924508110848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KlaireFr Je te trouve géniale! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1801999608/Avatar_MC_normal.jpg" +}, +"title": "Maxime Saint Michel: @KlaireFr Je te trouve géniale! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2319000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@KlaireFr Je te trouve g\\u00e9niale! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[0,9],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184928543031297\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"28096610\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":143,\"screen_name\":\"Emmessem\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":339,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"followers_count\":43,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1801999608\\/Avatar_MC_normal.jpg\",\"description\":\"Jeune sc\\u00e9nariste en herbe, co-fondateur de BAW Comics, cr\\u00e9ateur de Drak B\\u00e9ryl.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"ACDED6\",\"id_str\":\"313473947\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801999608\\/Avatar_MC_normal.jpg\",\"name\":\"Maxime Saint Michel\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 08 18:20:39 +0000 2011\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":313473947,\"utc_offset\":null,\"favourites_count\":11,\"url\":\"http:\\/\\/emmessemfic.blogspot.com\\/\"},\"in_reply_to_screen_name\":\"KlaireFr\",\"truncated\":false,\"id\":173184928543031297,\"created_at\":\"Fri Feb 24 23:17:59 +0000 2012\",\"in_reply_to_user_id\":28096610}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2319000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "11826a41-0697-4c95-9891-f52cc20fcbf4-173184928543031297" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cette émission est vraiment bien enfaite #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1782416968/_MG_6003_normal.JPG" +}, +"title": "vanessa purple: Cette émission est vraiment bien enfaite #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2320000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Cette \\u00e9mission est vraiment bien enfaite #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184932129148928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":161,\"screen_name\":\"fauphylou\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2379,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/300292351\\/DSC_0176.JPG\",\"location\":\"france\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"009999\",\"followers_count\":185,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1782416968\\/_MG_6003_normal.JPG\",\"description\":\"A 18 ans elle est flemmarde,f\\u00eatarde, r\\u00eaveuse,Gamine, gourmande,n'a aucun sens des priorit\\u00e9s, gaffeuse,enfin a un humour a balais chiotte #laclasse \\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"164309576\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/300292351\\/DSC_0176.JPG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782416968\\/_MG_6003_normal.JPG\",\"name\":\"vanessa purple\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 08 15:17:23 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":164309576,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"https:\\/\\/www.facebook.com\\/pages\\/Vanessa-Purple-Photography\\/224889067583118\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184932129148928,\"created_at\":\"Fri Feb 24 23:18:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2320000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ce068dd5-7f73-4dd9-b153-539bdd9e18af-173184932129148928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1794990258/actuvideospub250_normal.jpg" +}, +"title": ")) Videos-Pub.fr: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2320000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":203,\"profile_link_color\":\"0084B4\",\"followers_count\":54673,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184932108177408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":335,\"screen_name\":\"ActuVideosPub\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":1601,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413799697\\/toronto-city.br.jpg\",\"location\":\"France Paris\",\"show_all_inline_media\":true,\"listed_count\":15,\"profile_link_color\":\"0000ff\",\"followers_count\":1024,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1794990258\\/actuvideospub250_normal.jpg\",\"description\":\"Salut terriens! On RT tout les #Tweets int\\u00e9ressants, pertinents, + les #videos, #pub, #annonces, #TeamFollowBack, bref on fait ce qu'on veux!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"96620906\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413799697\\/toronto-city.br.jpg\",\"profile_sidebar_fill_color\":\"f6f4f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1794990258\\/actuvideospub250_normal.jpg\",\"name\":\")) Videos-Pub.fr\",\"default_profile_image\":false,\"created_at\":\"Sun Dec 13 20:37:31 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":96620906,\"utc_offset\":3600,\"favourites_count\":98,\"url\":\"http:\\/\\/www.videos-pub.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184932108177408,\"created_at\":\"Fri Feb 24 23:18:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2320000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df74b959-cbc8-4f74-a893-532c1b46c18d-173184932108177408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier", +"img": { +"src": "http://a1.twimg.com/profile_images/1287802002/azo_12913_4__big___normal.jpg" +}, +"title": "Docteur Azo: RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2321000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"monsieurlam\",\"indices\":[3,15],\"name\":\"L\\u00e2m HUA\",\"id_str\":\"7993262\",\"id\":7993262}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[113,117]},{\"text\":\"ruquier\",\"indices\":[118,126]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]},{\"text\":\"ruquier\",\"indices\":[101,109]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183333382098944\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"monsieurlam\",\"lang\":\"en\",\"favourites_count\":133,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":14,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":21597,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"description\":\"+ links \\r\\n+ my life \\r\\n+ no reply \\r\\n+ @decate \\r\\n+ @lense \",\"statuses_count\":10180,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":543,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"7993262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"L\\u00e2m HUA\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Aug 06 14:07:39 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":7993262,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.monsieurlam.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\"},\"truncated\":false,\"id\":173183333382098944,\"created_at\":\"Fri Feb 24 23:11:38 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184938357698561\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"DocteurAzo\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":48,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":22,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1287802002\\/azo_12913_4__big___normal.jpg\",\"description\":\"Joueur de trombone dans la fanfare nationale du B\\u00e9nin, and boom goes the dynamite.\",\"statuses_count\":610,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"272375703\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Docteur Azo\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Sat Mar 26 11:30:52 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":272375703,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1287802002\\/azo_12913_4__big___normal.jpg\"},\"truncated\":false,\"id\":173184938357698561,\"created_at\":\"Fri Feb 24 23:18:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2321000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb8ff2c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ff0f4b5a-ad5e-45f1-afa0-9706d22b81a2-173184938357698561" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rhoo la claque ... @Vinvin et sa deuxième bise perdue ;) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1836584093/image_normal.jpg" +}, +"title": "Mims Wabs Larax: Rhoo la claque ... @Vinvin et sa deuxième bise perdue ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2322000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rhoo la claque ... @Vinvin et sa deuxi\\u00e8me bise perdue ;) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[19,26],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184942174519296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"screen_name\":\"LadyGoule\",\"lang\":\"fr\",\"profile_text_color\":\"0f0e0f\",\"statuses_count\":28290,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/392693670\\/twilk_background_4f0088a2a8656.jpg\",\"location\":\"Purgatoire\",\"show_all_inline_media\":true,\"listed_count\":87,\"profile_link_color\":\"992b4f\",\"followers_count\":1994,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1836584093\\/image_normal.jpg\",\"description\":\"Ma vie est basee sur une histoire vraie. Entre mes enfants, mon mari et mes passions, je me retrouve...Je reste polie, restez-le aussi! CM @Mehdicis #MLQ\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"ffffff\",\"id_str\":\"50454478\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/392693670\\/twilk_background_4f0088a2a8656.jpg\",\"profile_sidebar_fill_color\":\"eff7ea\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836584093\\/image_normal.jpg\",\"name\":\"Mims Wabs Larax\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 24 21:55:30 +0000 2009\",\"profile_sidebar_border_color\":\"edf5e9\",\"id\":50454478,\"utc_offset\":0,\"favourites_count\":64,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184942174519296,\"created_at\":\"Fri Feb 24 23:18:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2322000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "89536dc9-ec11-4b8e-8b83-6d72dcde0618-173184942174519296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'verrai bien @francoisrollin avec la chemise de @vinvin, non ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1817776486/SmokeQR_copie_normal.jpg" +}, +"title": "RuaLten: J'verrai bien @francoisrollin avec la chemise de @vinvin, non ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2322000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'verrai bien @francoisrollin avec la chemise de @vinvin, non ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[14,29],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076},{\"screen_name\":\"Vinvin\",\"indices\":[49,56],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[64,68]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184943323746304\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":501,\"screen_name\":\"RuaLten\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":1430,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"location\":\"Dans les champs de Bl\\u00e9...\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"828561\",\"followers_count\":186,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"description\":\"Un peu partout et nulle part \\u00e0 la fois... Buveur de bi\\u00e8re belge et d'Irish Whiskey. R\\u00e2leur professionnel... \\u2620\\u2620\\u2620\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"359827989\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"profile_sidebar_fill_color\":\"62a635\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"name\":\"RuaLten\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 22 07:12:46 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":359827989,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/rualten.perso.sfr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184943323746304,\"created_at\":\"Fri Feb 24 23:18:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2322000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "89fca576-ca07-4a5f-a4e3-026ab2aa3362-173184943323746304" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin #change2ton #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1851304214/tumblr_lvugxsddGH1r4g1zio1_400_normal.jpg" +}, +"title": "Greg G.: Rollin #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2324000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Rollin #change2ton #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[7,18]},{\"text\":\"lgw\",\"indices\":[19,23]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184951536201728\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"3b2b3b\",\"screen_name\":\"TheFish40\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":276,\"location\":\"#Bordeaux\",\"profile_text_color\":\"f5edf5\",\"followers_count\":243,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851304214\\/tumblr_lvugxsddGH1r4g1zio1_400_normal.jpg\",\"description\":\"Pas de Bio...Pas de chocolat !\",\"statuses_count\":7394,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/408344264\\/bg1.jpg\",\"show_all_inline_media\":true,\"listed_count\":26,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"73370860\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Greg G.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408344264\\/bg1.jpg\",\"created_at\":\"Fri Sep 11 12:07:54 +0000 2009\",\"profile_sidebar_fill_color\":\"2e2d2e\",\"id\":73370860,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/justfishit.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851304214\\/tumblr_lvugxsddGH1r4g1zio1_400_normal.jpg\"},\"truncated\":false,\"id\":173184951536201728,\"created_at\":\"Fri Feb 24 23:18:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2324000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cbb732f2-3095-4fe0-b07d-e27f07ec0ca1-173184951536201728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw\nEt dou vient cette chemise? On veut savoir!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1839282967/image_normal.jpg" +}, +"title": "thibault: #ilreste #lgw\nEt dou vient cette chemise? On veut savoir!!", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2324000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\\nEt dou vient cette chemise? On veut savoir!!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184952077258752\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"theflmo\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":25,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1839282967\\/image_normal.jpg\",\"description\":null,\"statuses_count\":49,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"494518890\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"thibault\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Feb 17 00:14:01 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":494518890,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839282967\\/image_normal.jpg\"},\"truncated\":false,\"id\":173184952077258752,\"created_at\":\"Fri Feb 24 23:18:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2324000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "41b0b037-f087-4734-b471-7b7c8da73ec1-173184952077258752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste car c'est un poete", +"img": { +"src": "http://a0.twimg.com/profile_images/1391192750/logo-120_normal.png" +}, +"title": "Levieux Cédric: #lgw #ilreste car c'est un poete", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2327000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste car c'est un poete\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184964005867520\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"farlistener\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":29,\"location\":\"Toulouse\",\"profile_text_color\":\"666666\",\"followers_count\":10,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1391192750\\/logo-120_normal.png\",\"description\":\"Architect - Java, c# Developper\",\"statuses_count\":172,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"315168092\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Levieux C\\u00e9dric\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Sat Jun 11 12:18:39 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":315168092,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.levieuxcedric.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1391192750\\/logo-120_normal.png\"},\"truncated\":false,\"id\":173184964005867520,\"created_at\":\"Fri Feb 24 23:18:07 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2327000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "16d80c12-0c59-46e0-b27b-6c34cf9b8271-173184964005867520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @dubuc64: “@embruns: Jean-Pierre Raffarin entarté, personne n'en parle http://t.co/yAfJn7Ok” #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/183407519/200526550-001_normal.jpg" +}, +"title": "Sparkle and Co: RT @dubuc64: “@embruns: Jean-Pierre Raffarin entarté, personne n'en parle http://t.co/yAfJn7Ok” #LGW", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2328000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @dubuc64: \\u201c@embruns: Jean-Pierre Raffarin entart\\u00e9, personne n'en parle http:\\/\\/t.co\\/yAfJn7Ok\\u201d #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"dubuc64\",\"indices\":[3,11],\"id_str\":\"10731962\",\"name\":\"Antoine Dubuquoy\",\"id\":10731962},{\"screen_name\":\"embruns\",\"indices\":[14,22],\"id_str\":\"6241412\",\"name\":\"Laurent Gloaguen\",\"id\":6241412}],\"urls\":[{\"indices\":[74,94],\"expanded_url\":\"http:\\/\\/bit.ly\\/A2Ohpb\",\"display_url\":\"bit.ly\\/A2Ohpb\",\"url\":\"http:\\/\\/t.co\\/yAfJn7Ok\"}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[96,100]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184968258891776\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":478,\"screen_name\":\"Sparkle_and_Co\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":7522,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"location\":\"London\",\"show_all_inline_media\":false,\"listed_count\":10,\"profile_link_color\":\"B40B43\",\"followers_count\":371,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/183407519\\/200526550-001_normal.jpg\",\"description\":\"Sometimes geek, often homeless, not a wife but always a mum... I'm a knitter and I'm trying to learn sewing. \\r\\nWelcome!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"FF6699\",\"id_str\":\"35311914\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/183407519\\/200526550-001_normal.jpg\",\"name\":\"Sparkle and Co\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 25 21:12:07 +0000 2009\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":35311914,\"utc_offset\":0,\"favourites_count\":6,\"url\":\"http:\\/\\/sparkleandco.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184968258891776,\"created_at\":\"Fri Feb 24 23:18:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2328000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a76b589d-cc04-45d7-933e-0c0fd332f960-173184968258891776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze ça s'améliore d'émission en émission : le son, le plateau... Mais pas les chemises de @Vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1474096078/avatar_normal.png" +}, +"title": "Sebastien Voyard: @LeGrandWebze ça s'améliore d'émission en émission : le son, le plateau... Mais pas les chemises de @Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2329000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze \\u00e7a s'am\\u00e9liore d'\\u00e9mission en \\u00e9mission : le son, le plateau... Mais pas les chemises de @Vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"Vinvin\",\"indices\":[100,107],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[108,112]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/github.com\\/minego\\/phnx\\\" rel=\\\"nofollow\\\"\\u003EProject Macaw for webOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184973237526528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":287,\"screen_name\":\"Seb_Voyard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":991,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":73,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1474096078\\/avatar_normal.png\",\"description\":\"D\\u00e9veloppeur d\\u00e9butant d'applications WebOS http:\\/\\/sebosapp.wordpress.com - Webmaster de http:\\/\\/www.modecolo.fr - Entre autres...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"128504185\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474096078\\/avatar_normal.png\",\"name\":\"Sebastien Voyard\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 01 09:38:23 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":128504185,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173184973237526528,\"created_at\":\"Fri Feb 24 23:18:09 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2329000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c961e913-4e01-4599-af67-9729a6ec4bca-173184973237526528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Vinvin est troublé #lgw ><", +"img": { +"src": "http://a0.twimg.com/profile_images/1843832843/Photo_du_21-02-12___19.49_normal.jpg" +}, +"title": "Alice Wonderland: @Vinvin est troublé #lgw ><", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2332000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"text\":\"@Vinvin est troubl\\u00e9 #lgw ><\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"in_reply_to_user_id\":7223522,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184982343360512\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"moustikette\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":142,\"location\":\"Near Paris\",\"profile_text_color\":\"333333\",\"description\":\"J'ai un bonnet Tigrou! And so what? :D\",\"statuses_count\":221,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"23988907\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Alice Wonderland\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Thu Mar 12 17:33:07 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":23988907,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/wonderlandalice.wordpress.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173184982343360512,\"created_at\":\"Fri Feb 24 23:18:12 +0000 2012\",\"in_reply_to_user_id_str\":\"7223522\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2332000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4104083e-2af8-4e69-8065-939f41477351-173184982343360512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Claire grrr deux semaines que je suis son blog et elle passe ce soir a la tv #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1092878580/dorian07smini_normal.jpg" +}, +"title": "Dorian Sanchez: Claire grrr deux semaines que je suis son blog et elle passe ce soir a la tv #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2332000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Claire grrr deux semaines que je suis son blog et elle passe ce soir a la tv #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/locomolabs.com\\\" rel=\\\"nofollow\\\"\\u003ETweetComb\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184982691487744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":337,\"screen_name\":\"DoRian07S\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1833,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/66687243\\/All_falls_down-1920x1200.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0099CC\",\"followers_count\":124,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1092878580\\/dorian07smini_normal.jpg\",\"description\":\"Etudiant, passionn\\u00e9 de nouvelles technologies. #media #actu #politique #sport #diabolo #pingpong #velo #google\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"46867033\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/66687243\\/All_falls_down-1920x1200.jpg\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1092878580\\/dorian07smini_normal.jpg\",\"name\":\"Dorian Sanchez\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 13 10:53:21 +0000 2009\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":46867033,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184982691487744,\"created_at\":\"Fri Feb 24 23:18:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2332000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2188f16d-e081-4ed5-9f76-f89d891c020f-173184982691487744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Klairefr #lgw Passage et Klaire !!!", +"img": { +"src": "http://a1.twimg.com/profile_images/1829840762/affiche_sarkozy_guillotine_candidature_small_normal.jpg" +}, +"title": "Gana: @Klairefr #lgw Passage et Klaire !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2332000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Klairefr #lgw Passage et Klaire !!!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[0,9],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184983253520384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"28096610\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":10,\"screen_name\":\"generalgana\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":151,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Chez ouam\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829840762\\/affiche_sarkozy_guillotine_candidature_small_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"400355364\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829840762\\/affiche_sarkozy_guillotine_candidature_small_normal.jpg\",\"name\":\"Gana\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 28 22:15:45 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":400355364,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/lemzedition.free.fr\"},\"in_reply_to_screen_name\":\"KlaireFr\",\"truncated\":false,\"id\":173184983253520384,\"created_at\":\"Fri Feb 24 23:18:12 +0000 2012\",\"in_reply_to_user_id\":28096610}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2332000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "74cc0eee-591d-46db-a735-4b40f57f8553-173184983253520384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#iReste #lgw !", +"img": { +"src": "http://a0.twimg.com/profile_images/1838207664/image_normal.jpg" +}, +"title": "Sanchez Théo: #iReste #lgw !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2333000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#iReste #lgw !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"iReste\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184988890660865\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":61,\"screen_name\":\"sanchez_theo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":144,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"374697529\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"name\":\"Sanchez Th\\u00e9o\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 16 19:34:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":374697529,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184988890660865,\"created_at\":\"Fri Feb 24 23:18:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2333000, +"tags": [ +{ +"id-ref": "efbbbfaa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "550df64f-32da-47e4-8e7f-0ab4658f428e-173184988890660865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@OhOceane pour moi c'est à cause de @Vinvin ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1846718877/Ic_nePoireau_Yeux08-2011-02_normal.jpg" +}, +"title": "Le_M_Poireau: @OhOceane pour moi c'est à cause de @Vinvin ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2333000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"OhOceane\",\"favorited\":false,\"text\":\"@OhOceane pour moi c'est \\u00e0 cause de @Vinvin ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"OhOceane\",\"indices\":[0,9],\"name\":\"ASL\",\"id_str\":\"72379694\",\"id\":72379694},{\"screen_name\":\"Vinvin\",\"indices\":[36,43],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"in_reply_to_user_id\":72379694,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173184767418839043,\"in_reply_to_status_id_str\":\"173184767418839043\",\"id_str\":\"173184986873200640\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"bddcad\",\"screen_name\":\"Le_M_Poireau\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":6530,\"location\":\"Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":6010,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"description\":\"Pensez \\u00e0 ceux qui n'en ont pas et ne g\\u00e2chez pas votre humour inutilement. http:\\/\\/photosdecampagne.tumblr.com\\/ | http:\\/\\/riendimportant.tumblr.com\\/\",\"statuses_count\":54063,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"show_all_inline_media\":true,\"listed_count\":418,\"profile_link_color\":\"0084b4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"10330232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Le_M_Poireau\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"created_at\":\"Sat Nov 17 11:32:14 +0000 2007\",\"profile_sidebar_fill_color\":\"ddffcd\",\"id\":10330232,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/monsieurpoireau.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\"},\"truncated\":false,\"id\":173184986873200640,\"created_at\":\"Fri Feb 24 23:18:13 +0000 2012\",\"in_reply_to_user_id_str\":\"72379694\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2333000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8c5421c7-2c6d-4a38-84a5-256863fcc9d4-173184986873200640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les pépites du web = les weberies de Rollin. Pas mal. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: Les pépites du web = les weberies de Rollin. Pas mal. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2333000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les p\\u00e9pites du web = les weberies de Rollin. Pas mal. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184986915147777\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2720,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184986915147777,\"created_at\":\"Fri Feb 24 23:18:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2333000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ad115324-873d-422f-94d1-5f8df449d48c-173184986915147777" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw je parle souvent de sexe sur copain d'avant, mais personne ne commente pour autant", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: #lgw je parle souvent de sexe sur copain d'avant, mais personne ne commente pour autant", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2335000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw je parle souvent de sexe sur copain d'avant, mais personne ne commente pour autant\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184996067131392\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":663,\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7366,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"location\":\"DtC\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":208,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"name\":\"monsieurhobby\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":78733185,\"utc_offset\":-10800,\"favourites_count\":30,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184996067131392,\"created_at\":\"Fri Feb 24 23:18:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2335000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4e2f5bb7-7754-4371-8ba4-d5a35a7e13f5-173184996067131392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Moi et ma télé même pas full hs #lgw http://t.co/baXbiwWy", +"img": { +"src": "http://a0.twimg.com/profile_images/1143073505/41403_1088720440_8180_q_normal.jpg" +}, +"title": "yann : Moi et ma télé même pas full hs #lgw http://t.co/baXbiwWy", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2337000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Moi et ma t\\u00e9l\\u00e9 m\\u00eame pas full hs #lgw http:\\/\\/t.co\\/baXbiwWy\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}],\"media\":[{\"type\":\"photo\",\"indices\":[37,57],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":768},\"medium\":{\"h\":800,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":453,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdG1vUCMAAYluC.jpg\",\"id_str\":\"173184999724560384\",\"expanded_url\":\"http:\\/\\/twitter.com\\/yannosh51\\/status\\/173184999720366080\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdG1vUCMAAYluC.jpg\",\"id\":173184999724560384,\"display_url\":\"pic.twitter.com\\/baXbiwWy\",\"url\":\"http:\\/\\/t.co\\/baXbiwWy\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.apple.com\\\" rel=\\\"nofollow\\\"\\u003EPhotos on iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184999720366080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":114,\"screen_name\":\"yannosh51\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":695,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"location\":\"france\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"384040\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"description\":\"Gamer, retrogamer m\\u00eame et administrateur chez armagame pour le jeu atomic strike.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"165689120\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"name\":\"yann \",\"default_profile_image\":false,\"created_at\":\"Mon Jul 12 08:06:43 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":165689120,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/www.atomic-strike.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184999720366080,\"created_at\":\"Fri Feb 24 23:18:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2337000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "41c2e3a0-c6eb-4e60-84f5-b35f8ff0d25a-173184999720366080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW - London Gatwick?! Why's that trending? Or does lgw stands for sth else here? :$", +"img": { +"src": "http://a1.twimg.com/profile_images/1828610457/rj2_normal.jpg" +}, +"title": "Rujoom Qamar ✿: #LGW - London Gatwick?! Why's that trending? Or does lgw stands for sth else here? :$", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2341000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW - London Gatwick?! Why's that trending? Or does lgw stands for sth else here? :$\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185023384616961\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":363,\"screen_name\":\"RujoomQ\",\"lang\":\"en\",\"profile_text_color\":\"2512b5\",\"statuses_count\":19987,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431490365\\/bricks.jpg\",\"location\":\"Abu Dhabi - UAE \",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"9e004c\",\"followers_count\":1196,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1828610457\\/rj2_normal.jpg\",\"description\":\"\\u263e\\u2606 Karachiite - Working in Aviation industry - An Extrovert - #PakCricket Fan - Eat \\u2022 Pray \\u2022 Love \\u2022 \\u266b Music \\u2022 Dance \\u2022 Friends \\u2022 Family = #Life \\u2661 \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Abu Dhabi\",\"profile_background_color\":\"000000\",\"id_str\":\"188709320\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431490365\\/bricks.jpg\",\"profile_sidebar_fill_color\":\"ffffc7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1828610457\\/rj2_normal.jpg\",\"name\":\"Rujoom Qamar \\u273f\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 09 12:02:14 +0000 2010\",\"profile_sidebar_border_color\":\"fff5fe\",\"id\":188709320,\"utc_offset\":14400,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185023384616961,\"created_at\":\"Fri Feb 24 23:18:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2341000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eeb5791d-40ef-4b1c-979c-a1c830a90fd7-173185023384616961" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bravo Klaire!!!! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1735644265/front_de_gauche_annee_normal.jpg" +}, +"title": "Cachounette: Bravo Klaire!!!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2341000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bravo Klaire!!!! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185023028109312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":40,\"screen_name\":\"cachounette\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":250,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"description\":\"sage femme, militante PCF-Front de gauche et CGT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"id_str\":\"39092205\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"name\":\"Cachounette\",\"default_profile_image\":false,\"created_at\":\"Sun May 10 18:40:14 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":39092205,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185023028109312,\"created_at\":\"Fri Feb 24 23:18:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2341000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e65d987e-09ce-437c-9a9d-33b07ea0dd8e-173185023028109312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La coutume au #lgw : faire la bize à Vinvin et a #cQui", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: La coutume au #lgw : faire la bize à Vinvin et a #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2342000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La coutume au #lgw : faire la bize \\u00e0 Vinvin et a #cQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"cQui\",\"indices\":[49,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185026450665472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185026450665472,\"created_at\":\"Fri Feb 24 23:18:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2342000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f66d9785-03f4-47ae-86f8-fd8401f96b56-173185026450665472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1648484316/RabaTaJoie_normal.jpg" +}, +"title": "CasseCouilles: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2343000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185028925304833\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":360,\"screen_name\":\"RabaTaJoie\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9009,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"La France de l'exterieur \",\"show_all_inline_media\":true,\"listed_count\":49,\"profile_link_color\":\"009999\",\"followers_count\":660,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"description\":\"Trois personnes peuvent garder un secret, si deux d'entre elles sont mortes. - B. Franklin.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"304883768\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"name\":\"CasseCouilles\",\"default_profile_image\":false,\"created_at\":\"Wed May 25 08:22:01 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":304883768,\"utc_offset\":3600,\"favourites_count\":67,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185028925304833,\"created_at\":\"Fri Feb 24 23:18:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2343000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0aae0009-c181-4a78-acb2-f506c21475af-173185028925304833" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Le_M_Poireau: Ah on m'alerte, un tweet de @Balmeyer aurait été considéré comme drôle. A mon avis c'est que personne ne l'a compris. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/857280342/calecon-iphone_m_normal.jpg" +}, +"title": "jegoun: RT @Le_M_Poireau: Ah on m'alerte, un tweet de @Balmeyer aurait été considéré comme drôle. A mon avis c'est que personne ne l'a compris. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2344000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Le_M_Poireau: Ah on m'alerte, un tweet de @Balmeyer aurait \\u00e9t\\u00e9 consid\\u00e9r\\u00e9 comme dr\\u00f4le. A mon avis c'est que personne ne l'a compris. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Le_M_Poireau\",\"indices\":[3,16],\"id_str\":\"10330232\",\"name\":\"Le_M_Poireau\",\"id\":10330232},{\"screen_name\":\"balmeyer\",\"indices\":[46,55],\"id_str\":\"7288872\",\"name\":\"Balmeyer\",\"id\":7288872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[136,140]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Ah on m'alerte, un tweet de @Balmeyer aurait \\u00e9t\\u00e9 consid\\u00e9r\\u00e9 comme dr\\u00f4le. A mon avis c'est que personne ne l'a compris. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"balmeyer\",\"indices\":[28,37],\"id_str\":\"7288872\",\"name\":\"Balmeyer\",\"id\":7288872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[118,122]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184864869285888\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":6530,\"screen_name\":\"Le_M_Poireau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":54063,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":418,\"profile_link_color\":\"0084b4\",\"followers_count\":6010,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"description\":\"Pensez \\u00e0 ceux qui n'en ont pas et ne g\\u00e2chez pas votre humour inutilement. http:\\/\\/photosdecampagne.tumblr.com\\/ | http:\\/\\/riendimportant.tumblr.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"10330232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"profile_sidebar_fill_color\":\"ddffcd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"name\":\"Le_M_Poireau\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 17 11:32:14 +0000 2007\",\"profile_sidebar_border_color\":\"bddcad\",\"id\":10330232,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/monsieurpoireau.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184864869285888,\"created_at\":\"Fri Feb 24 23:17:44 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185032444313600\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":776,\"screen_name\":\"jegoun\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":86823,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Le Kremlin-Bic\\u00eatre\",\"show_all_inline_media\":false,\"listed_count\":250,\"profile_link_color\":\"0084B4\",\"followers_count\":3352,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/857280342\\/calecon-iphone_m_normal.jpg\",\"description\":\"Taulier de blogs et client de bistros.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"6433142\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/857280342\\/calecon-iphone_m_normal.jpg\",\"name\":\"jegoun\",\"default_profile_image\":false,\"created_at\":\"Wed May 30 05:04:02 +0000 2007\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":6433142,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.jegoun.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185032444313600,\"created_at\":\"Fri Feb 24 23:18:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2344000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e6424de1-6a9f-46ca-ac6e-6afb0beb5fa6-173185032444313600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@iiioon @polinelp #lgw c'est génial #lgw c'est génial #lgw c'est génial #lgw c'est génial #lgw c'est génial #lgw c'est génial #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1790460791/321337_263307607025331_100000382824231_896532_532472435_n_normal.jpg" +}, +"title": "Meylia: @iiioon @polinelp #lgw c'est génial #lgw c'est génial #lgw c'est génial #lgw c'est génial #lgw c'est génial #lgw c'est génial #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2347000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@iiioon @polinelp #lgw c'est g\\u00e9nial #lgw c'est g\\u00e9nial #lgw c'est g\\u00e9nial #lgw c'est g\\u00e9nial #lgw c'est g\\u00e9nial #lgw c'est g\\u00e9nial #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"iiioon\",\"indices\":[0,7],\"id_str\":\"39847706\",\"name\":\"Marion\",\"id\":39847706},{\"screen_name\":\"PolineLP\",\"indices\":[8,17],\"id_str\":\"380413697\",\"name\":\"Pauline \",\"id\":380413697}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]},{\"text\":\"lgw\",\"indices\":[36,40]},{\"text\":\"lgw\",\"indices\":[54,58]},{\"text\":\"lgw\",\"indices\":[72,76]},{\"text\":\"lgw\",\"indices\":[90,94]},{\"text\":\"lgw\",\"indices\":[108,112]},{\"text\":\"lgw\",\"indices\":[126,130]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173184342946881536\",\"id_str\":\"173185048160382976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173184342946881536,\"in_reply_to_user_id_str\":\"39847706\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":148,\"screen_name\":\"OrnythorincBleu\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":103,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/412329299\\/321337_263307607025331_100000382824231_896532_532472435_n.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1790460791\\/321337_263307607025331_100000382824231_896532_532472435_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"258358271\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412329299\\/321337_263307607025331_100000382824231_896532_532472435_n.jpg\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1790460791\\/321337_263307607025331_100000382824231_896532_532472435_n_normal.jpg\",\"name\":\"Meylia\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 27 14:59:32 +0000 2011\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":258358271,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":\"iiioon\",\"truncated\":false,\"id\":173185048160382976,\"created_at\":\"Fri Feb 24 23:18:27 +0000 2012\",\"in_reply_to_user_id\":39847706}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2347000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0de4bf13-f7ef-40a4-9ec8-583c8d3849ee-173185048160382976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Aujourd'hui on ne désirera plus passer à la télé pour être populaire, un tweet vous suffira grâce à Le Grand Webzé #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1741566630/___-_Copie_normal.png" +}, +"title": "Sarah: Aujourd'hui on ne désirera plus passer à la télé pour être populaire, un tweet vous suffira grâce à Le Grand Webzé #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2348000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Aujourd'hui on ne d\\u00e9sirera plus passer \\u00e0 la t\\u00e9l\\u00e9 pour \\u00eatre populaire, un tweet vous suffira gr\\u00e2ce \\u00e0 Le Grand Webz\\u00e9 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[116,120]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185052509868033\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":537,\"screen_name\":\"Sarasiroou\",\"lang\":\"en\",\"profile_text_color\":\"473623\",\"statuses_count\":3138,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/419005175\\/NewYorkPublicLibrary.jpg\",\"location\":\"Morocco\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"8a7302\",\"followers_count\":638,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1741566630\\/___-_Copie_normal.png\",\"description\":\"Digital native. Share ideas AND moods real news NOT rumors Sometimes shy OR too talkative \\r\\n #dcdc devotee \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"0f0a02\",\"id_str\":\"326701370\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/419005175\\/NewYorkPublicLibrary.jpg\",\"profile_sidebar_fill_color\":\"171106\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1741566630\\/___-_Copie_normal.png\",\"name\":\"Sarah\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 30 10:30:14 +0000 2011\",\"profile_sidebar_border_color\":\"bcb302\",\"id\":326701370,\"utc_offset\":0,\"favourites_count\":60,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185052509868033,\"created_at\":\"Fri Feb 24 23:18:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2348000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5b022808-6595-44bf-92a8-2c1dae04d72c-173185052509868033" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La chemise c'est pour régler les couleurs de la télé ? #legrandwebze #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1606440228/Sam_normal.jpg" +}, +"title": "Sam: La chemise c'est pour régler les couleurs de la télé ? #legrandwebze #ilreste", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2349000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La chemise c'est pour r\\u00e9gler les couleurs de la t\\u00e9l\\u00e9 ? #legrandwebze #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"legrandwebze\",\"indices\":[55,68]},{\"text\":\"ilreste\",\"indices\":[69,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185054309228544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":347,\"screen_name\":\"Exoptare\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1648,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1606440228\\/Sam_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"25114786\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1606440228\\/Sam_normal.jpg\",\"name\":\"Sam\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 18 17:41:24 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":25114786,\"utc_offset\":3600,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185054309228544,\"created_at\":\"Fri Feb 24 23:18:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2349000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9e783191-5ee5-4b57-9222-79f541a13057-173185054309228544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "on ne s improvise pas animateur tv comme ça... C'est mou c'est chiant ! #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1248019396/alec6_2_normal.jpg" +}, +"title": "Alec6: on ne s improvise pas animateur tv comme ça... C'est mou c'est chiant ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2349000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"on ne s improvise pas animateur tv comme \\u00e7a... C'est mou c'est chiant ! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185057106825216\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":269,\"screen_name\":\"Alec6\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":68,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1248019396\\/alec6_2_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"9771292\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1248019396\\/alec6_2_normal.jpg\",\"name\":\"Alec6\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 29 09:45:14 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":9771292,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185057106825216,\"created_at\":\"Fri Feb 24 23:18:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2349000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "84e0be1d-36b0-430c-9d61-8df822810457-173185057106825216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @FHDR: w0of! le vrai troll du #LGW c'est #Rollin .....", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: RT @FHDR: w0of! le vrai troll du #LGW c'est #Rollin .....", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2349000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @FHDR: w0of! le vrai troll du #LGW c'est #Rollin .....\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FHDR\",\"indices\":[3,8],\"id_str\":\"19166979\",\"name\":\"FullHDReady w0of\\u2122\",\"id\":19166979}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[33,37]},{\"text\":\"Rollin\",\"indices\":[44,51]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"w0of! le vrai troll du #LGW c'est #Rollin .....\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[23,27]},{\"text\":\"Rollin\",\"indices\":[34,41]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-1.2417438,46.1331208],[-1.1113977,46.1331208],[-1.1113977,46.1910004],[-1.2417438,46.1910004]]]},\"attributes\":{},\"full_name\":\"Rochelle, Charente-Maritime\",\"place_type\":\"city\",\"name\":\"Rochelle\",\"id\":\"3dfa1a0686b402fb\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/3dfa1a0686b402fb.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-1.15112631,46.15482580]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184352065306624\",\"geo\":{\"type\":\"Point\",\"coordinates\":[46.15482580,-1.15112631]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":728,\"screen_name\":\"FHDR\",\"lang\":\"fr\",\"profile_text_color\":\"2b0c13\",\"statuses_count\":97287,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/91803952\\/2010-04-13_10-10-17_90.38.71.125.jpg\",\"location\":\"La Rochelle, France\",\"show_all_inline_media\":true,\"listed_count\":672,\"profile_link_color\":\"dd5563\",\"followers_count\":7851,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421050001\\/logo_normal.jpg\",\"description\":\"w0of ! T\\u00e9l\\u00e9 Veilleur Tv Zappeur News Informations Humour (parfois) \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"19166979\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/91803952\\/2010-04-13_10-10-17_90.38.71.125.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421050001\\/logo_normal.jpg\",\"name\":\"FullHDReady w0of\\u2122\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 19 02:12:30 +0000 2009\",\"profile_sidebar_border_color\":\"816f46\",\"id\":19166979,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/www.fhdr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184352065306624,\"created_at\":\"Fri Feb 24 23:15:41 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185057425600512\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":663,\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7367,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"location\":\"DtC\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":208,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"name\":\"monsieurhobby\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":78733185,\"utc_offset\":-10800,\"favourites_count\":30,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185057425600512,\"created_at\":\"Fri Feb 24 23:18:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2349000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa96512-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c0630a61-acad-42a8-9a9f-4a93d007205e-173185057425600512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1580412781/Sans_titre_3_normal.jpg" +}, +"title": "Hélène Hautbois: #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2350000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185058453204992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":106,\"screen_name\":\"LNdoll\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":536,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/197370085\\/IMG00162.JPG\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0099B9\",\"followers_count\":81,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1580412781\\/Sans_titre_3_normal.jpg\",\"description\":\"LN, 23 ans, belle, dr\\u00f4le, sympa, riche...Vous ne me croyez pas ? (Vous avez bien raison...). Mod\\u00e9ratrice sur\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"37177757\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/197370085\\/IMG00162.JPG\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1580412781\\/Sans_titre_3_normal.jpg\",\"name\":\"H\\u00e9l\\u00e8ne Hautbois\",\"default_profile_image\":false,\"created_at\":\"Sat May 02 10:51:08 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":37177757,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/arnaudtsamere.com\\/forum\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185058453204992,\"created_at\":\"Fri Feb 24 23:18:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2350000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "566c26af-1a6a-44ff-95b4-94eae5479f3e-173185058453204992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@BastienJoseph31 Jean Marc Plussain, c'est quoi ce truc ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1811688354/683_normal.jpg" +}, +"title": "d'Ormesson F.: @BastienJoseph31 Jean Marc Plussain, c'est quoi ce truc ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2353000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@BastienJoseph31 Jean Marc Plussain, c'est quoi ce truc ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BastienJoseph31\",\"indices\":[0,16],\"id_str\":\"191087175\",\"name\":\"Bastien Joseph\",\"id\":191087175}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183835524186112\",\"id_str\":\"173185072416038915\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183835524186112,\"in_reply_to_user_id_str\":\"191087175\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":273,\"screen_name\":\"dOrmesson\",\"lang\":\"en\",\"profile_text_color\":\"4e86e6\",\"statuses_count\":12921,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431187708\\/309474_10150293405774501_774359500_7657592_3623238_n.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"586df5\",\"followers_count\":355,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1811688354\\/683_normal.jpg\",\"description\":\"\\u25cf MacGyver @RecordMakers \\u2022 Eye-Fucking Disciple \\u2022 Rugby \\u2022 OM \\u2022 Musique \\u2022 Cin\\u00e9 \\u2022 Actu \\u25cf\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0a2959\",\"id_str\":\"35039960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431187708\\/309474_10150293405774501_774359500_7657592_3623238_n.jpg\",\"profile_sidebar_fill_color\":\"0a0042\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811688354\\/683_normal.jpg\",\"name\":\"d'Ormesson F.\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 24 21:04:28 +0000 2009\",\"profile_sidebar_border_color\":\"81c3e6\",\"id\":35039960,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/recordmakers.com\"},\"in_reply_to_screen_name\":\"BastienJoseph31\",\"truncated\":false,\"id\":173185072416038915,\"created_at\":\"Fri Feb 24 23:18:33 +0000 2012\",\"in_reply_to_user_id\":191087175}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2353000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4b7baf93-1210-46f0-a6e5-7f2e11f52dc5-173185072416038915" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@sanchez_theo #lgw ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1849291657/g300HW53_normal" +}, +"title": "lil'_enz¢: @sanchez_theo #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2356000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@sanchez_theo #lgw ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"sanchez_theo\",\"indices\":[0,13],\"id_str\":\"374697529\",\"name\":\"Sanchez Th\\u00e9o\",\"id\":374697529}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173184302786412544\",\"id_str\":\"173185085305143297\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173184302786412544,\"in_reply_to_user_id_str\":\"374697529\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":173,\"screen_name\":\"Enz_0_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2076,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":147,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849291657\\/g300HW53_normal\",\"description\":\"Un lyc\\u00e9en avec une vie normale. Amazing ! Follow me and I follow you ! ahah PSN : x_Heinz_0 Facebook : je veux te conna\\u00eetre un peu avant.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"378752482\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849291657\\/g300HW53_normal\",\"name\":\"lil'_enz\\u00a2\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 23 19:07:39 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":378752482,\"utc_offset\":3600,\"favourites_count\":10,\"url\":null},\"in_reply_to_screen_name\":\"sanchez_theo\",\"truncated\":false,\"id\":173185085305143297,\"created_at\":\"Fri Feb 24 23:18:36 +0000 2012\",\"in_reply_to_user_id\":374697529}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2356000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b5ab356c-368b-4bde-a434-23d76db97d50-173185085305143297" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mouhahah vinvin s'est pris un vent #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1796744745/Anonymous-header_normal.PNG" +}, +"title": "Musi_Call_Ment: Mouhahah vinvin s'est pris un vent #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2356000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Mouhahah vinvin s'est pris un vent #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185085720367104\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"93afe6\",\"screen_name\":\"mat_moi_ca\",\"lang\":\"en\",\"favourites_count\":14,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":199,\"location\":\"\",\"profile_text_color\":\"93afe6\",\"followers_count\":88,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"description\":\"Geek qui s'est perdu sur internet. je suis chieur ! Ce que j'aime ? Le m\\u00e9tal. FOLLOW MOI !!\",\"statuses_count\":6544,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"93afe6\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1dabf2\",\"protected\":false,\"id_str\":\"348842674\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Musi_Call_Ment\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"created_at\":\"Fri Aug 05 02:52:54 +0000 2011\",\"profile_sidebar_fill_color\":\"000000\",\"id\":348842674,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\"},\"truncated\":false,\"id\":173185085720367104,\"created_at\":\"Fri Feb 24 23:18:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2356000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4a6371f2-9757-4d68-819c-7e0e6512b2f8-173185085720367104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Magnifique le rateau de klair qui fait la bise hihi #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1599569825/328427949_normal.jpg" +}, +"title": "IDlived: Magnifique le rateau de klair qui fait la bise hihi #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2357000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Magnifique le rateau de klair qui fait la bise hihi #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185087800737792\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"arabizz\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":96,\"location\":\"In the hood hehe =^\\u2022^= \",\"profile_text_color\":\"333333\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1599569825\\/328427949_normal.jpg\",\"description\":\"Ne ments que pour se sortir des mauvais tourments... Une co\\u00efncidence vaut mieux que mille rencontres donc ~follow me~ je follow back sur demande\",\"statuses_count\":255,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"London\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"78893838\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"IDlived\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Oct 01 12:44:16 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":78893838,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1599569825\\/328427949_normal.jpg\"},\"truncated\":false,\"id\":173185087800737792,\"created_at\":\"Fri Feb 24 23:18:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2357000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5467b970-89c9-46ad-aecd-28a0756f593a-173185087800737792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw je m'insurge ! Mes impôts, la sueur de mon travail pour que deux pèquenots s'amusent tout seuls! #ilpart #ilsdegagent", +"img": { +"src": "http://a2.twimg.com/profile_images/1377131319/images_normal.jpeg" +}, +"title": "Shad: #lgw je m'insurge ! Mes impôts, la sueur de mon travail pour que deux pèquenots s'amusent tout seuls! #ilpart #ilsdegagent", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2357000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw je m'insurge ! Mes imp\\u00f4ts, la sueur de mon travail pour que deux p\\u00e8quenots s'amusent tout seuls! #ilpart #ilsdegagent\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[102,109]},{\"text\":\"ilsdegagent\",\"indices\":[110,122]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185089444913152\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":421,\"screen_name\":\"Toutankhaton\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9563,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/79895523\\/DSCN5191.JPG\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":589,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1377131319\\/images_normal.jpeg\",\"description\":\"Humaniste d\\u00e9sabus\\u00e9 et aux illusions perdues, je twitte au gr\\u00e9 de mes humeurs. L'Oc\\u00e9an m'inspire des tweets sur la politique, les media, l'Afrique, l'Am\\u00e9rique.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"117997947\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/79895523\\/DSCN5191.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1377131319\\/images_normal.jpeg\",\"name\":\"Shad\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 27 08:04:21 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":117997947,\"utc_offset\":-10800,\"favourites_count\":15,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185089444913152,\"created_at\":\"Fri Feb 24 23:18:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2357000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eff16808-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ba404719-8d34-47f7-9d40-59ec77624779-173185089444913152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste car Rick'Rollin", +"img": { +"src": "http://a0.twimg.com/profile_images/1843093214/portrait_normal.jpg" +}, +"title": "Florent: #lgw #ilreste car Rick'Rollin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2357000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste car Rick'Rollin\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot for Chrome\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185090153746432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":86,\"screen_name\":\"f_to_k\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":3703,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Paris grande banlieue Est.\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"2FC2EF\",\"followers_count\":124,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843093214\\/portrait_normal.jpg\",\"description\":\"Homme \\u00e0 tout faire (ou presque). Ce que je tiens dans la main est un appareil photo \\u00e0 pellicules. Mes tweets n'engagent que mes 10 doigts, mon cerveau d\\u00e9ment.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"438377094\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843093214\\/portrait_normal.jpg\",\"name\":\"Florent\",\"default_profile_image\":false,\"created_at\":\"Fri Dec 16 14:28:11 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":438377094,\"utc_offset\":null,\"favourites_count\":64,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185090153746432,\"created_at\":\"Fri Feb 24 23:18:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2357000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "94052dde-6786-4249-9cb4-03dea9a3501f-173185090153746432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste !! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1605787538/image_normal.jpg" +}, +"title": "Evan Frouin: #IlReste !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2358000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#IlReste !! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185092380917761\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"Evanuaille\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1605787538\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"312209085\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1605787538\\/image_normal.jpg\",\"name\":\"Evan Frouin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 06 19:12:42 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":312209085,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185092380917761,\"created_at\":\"Fri Feb 24 23:18:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2358000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3e79e397-ab77-4cfe-be0a-25e0a5866ddd-173185092380917761" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW : Tout A Fait Sylvain euh @Vinvin", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW : Tout A Fait Sylvain euh @Vinvin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2358000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW : Tout A Fait Sylvain euh @Vinvin\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[31,38],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185093140103169\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"favourites_count\":43,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":405,\"location\":\"Chatillon-en-Bazois\",\"profile_text_color\":\"333333\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"statuses_count\":27164,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Damien Vacher\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":26552716,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/damienvacher.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\"},\"truncated\":false,\"id\":173185093140103169,\"created_at\":\"Fri Feb 24 23:18:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2358000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b8ae2543-019d-4b39-8638-d484464770ad-173185093140103169" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "MAMAN, MAMAN ON A VU MA TÊTE A MA TÉLÉ ! #cqui #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: MAMAN, MAMAN ON A VU MA TÊTE A MA TÉLÉ ! #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2359000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"MAMAN, MAMAN ON A VU MA T\\u00caTE A MA T\\u00c9L\\u00c9 ! #cqui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[42,47]},{\"text\":\"lgw\",\"indices\":[48,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185095740555264\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"favourites_count\":10,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1033,\"location\":\"Paris\",\"profile_text_color\":\"3C3940\",\"followers_count\":667,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"statuses_count\":3558,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Bastien Joseph\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":191087175,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\"},\"truncated\":false,\"id\":173185095740555264,\"created_at\":\"Fri Feb 24 23:18:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2359000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ef2a010a-5e1e-48eb-980a-eb744723b5a2-173185095740555264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est bien ce qu'elle fait @KlaireFr :) #lgw Je lui ferai un #FF un vendredi, si j'oublie pas", +"img": { +"src": "http://a2.twimg.com/profile_images/1640878229/dugomo_normal.jpg" +}, +"title": "Dugomo: C'est bien ce qu'elle fait @KlaireFr :) #lgw Je lui ferai un #FF un vendredi, si j'oublie pas", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2361000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est bien ce qu'elle fait @KlaireFr :) #lgw Je lui ferai un #FF un vendredi, si j'oublie pas\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[27,36],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"FF\",\"indices\":[61,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185103730716673\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":417,\"screen_name\":\"Dugomo\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":23744,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/138402304\\/twilk_background_4c704a628fa7f.jpg\",\"location\":\"Nice, ou pas loin\",\"show_all_inline_media\":false,\"listed_count\":350,\"profile_link_color\":\"0000ff\",\"followers_count\":3131,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1640878229\\/dugomo_normal.jpg\",\"description\":\"Timeo Danaos et dona ferentes.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"67648081\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/138402304\\/twilk_background_4c704a628fa7f.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640878229\\/dugomo_normal.jpg\",\"name\":\"Dugomo\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 21 16:24:44 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":67648081,\"utc_offset\":3600,\"favourites_count\":89,\"url\":\"http:\\/\\/jedisdubien.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185103730716673,\"created_at\":\"Fri Feb 24 23:18:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2361000, +"tags": [ +{ +"id-ref": "ef39c9aa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a15b84b-03b3-402d-9186-9cc2ac9d7a81-173185103730716673" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Ludodelaherche Quel hashtag est en TT ? #LGW ? #cqui ? Les Deux ? #TeamSF", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @Ludodelaherche Quel hashtag est en TT ? #LGW ? #cqui ? Les Deux ? #TeamSF", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2363000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Ludodelaherche Quel hashtag est en TT ? #LGW ? #cqui ? Les Deux ? #TeamSF\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[41,45]},{\"text\":\"cqui\",\"indices\":[48,53]},{\"text\":\"TeamSF\",\"indices\":[67,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185114405212160\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34417,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173185114405212160,\"created_at\":\"Fri Feb 24 23:18:43 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2363000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73ddc0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7bb79240-849e-4cd9-af85-1a6db8bed0df-173185114405212160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais elle est toute jeunette @KlaireFr :) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1141384407/profil_normal.jpg" +}, +"title": "carole gamelin: Mais elle est toute jeunette @KlaireFr :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2363000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais elle est toute jeunette @KlaireFr :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[29,38],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185113801232385\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":659,\"screen_name\":\"carolegamelin\",\"lang\":\"fr\",\"profile_text_color\":\"6f7829\",\"statuses_count\":11511,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Pau, France\",\"show_all_inline_media\":true,\"listed_count\":64,\"profile_link_color\":\"520d20\",\"followers_count\":766,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1141384407\\/profil_normal.jpg\",\"description\":\"Journaliste, chef du desk num\\u00e9rique \\u00e0 La R\\u00e9publique des Pyr\\u00e9n\\u00e9es \\u00e0 Pau. Animatrice de communaut\\u00e9s et de Twittap\\u00e9ros. Tarte au Maroilles maison sur demande.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"78605f\",\"id_str\":\"19910673\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1141384407\\/profil_normal.jpg\",\"name\":\"carole gamelin\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 02 15:09:06 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":19910673,\"utc_offset\":3600,\"favourites_count\":255,\"url\":\"http:\\/\\/www.larepubliquedespyrenees.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185113801232385,\"created_at\":\"Fri Feb 24 23:18:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2363000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9fc6f2a2-4508-44e5-b980-4afcf016b738-173185113801232385" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Been there, Done that RT @LudoDelaherche Et ben ça y est ! PAN ! Un TT !!! #lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: Been there, Done that RT @LudoDelaherche Et ben ça y est ! PAN ! Un TT !!! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2364000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Been there, Done that RT @LudoDelaherche Et ben \\u00e7a y est ! PAN ! Un TT !!! #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[25,40],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]},{\"text\":\"cqui\",\"indices\":[80,85]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185116913405952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3886,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":518,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185116913405952,\"created_at\":\"Fri Feb 24 23:18:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2364000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f47a786b-9d76-49af-bf80-71ed5f0158be-173185116913405952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#nw #lgw ! https://t.co/tQtZk4Wq", +"img": { +"src": "http://a0.twimg.com/profile_images/1780196925/anonymous2_normal.png" +}, +"title": "Abrutim: #nw #lgw ! https://t.co/tQtZk4Wq", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2364000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#nw #lgw ! https:\\/\\/t.co\\/tQtZk4Wq\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[11,32],\"expanded_url\":\"https:\\/\\/skydrive.live.com\\/redir.aspx?cid=eff1487c50b1b649&resid=EFF1487C50B1B649!164&parid=EFF1487C50B1B649!114&authkey=!AOVh4avSmiXZC0w&Bsrc=TWITRAPXX&Bpub=SN.Notifications\",\"display_url\":\"skydrive.live.com\\/redir.aspx?cid\\u2026\",\"url\":\"https:\\/\\/t.co\\/tQtZk4Wq\"}],\"hashtags\":[{\"text\":\"nw\",\"indices\":[0,3]},{\"text\":\"lgw\",\"indices\":[4,8]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.WindowsPhone.com\\/\\\" rel=\\\"nofollow\\\"\\u003EWindowsLive\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185119400628224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":550,\"screen_name\":\"abrutim\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10390,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":59,\"profile_link_color\":\"0084B4\",\"followers_count\":1143,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\",\"description\":\"\\u250c\\u041f\\u2510(\\u0ca0_\\u0ca0)\\u250c\\u041f\\u2510| Chroniqueur chez GeekInc, Blogueur BD int\\u00e9ress\\u00e9 par le Webdev,photo, dessin, comics, manga, s\\u00e9ries, guitare, hard rock, metal, guinness et whisky !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"169861930\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\",\"name\":\"Abrutim\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 23 10:19:49 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":169861930,\"utc_offset\":null,\"favourites_count\":24,\"url\":\"http:\\/\\/lightbulb.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185119400628224,\"created_at\":\"Fri Feb 24 23:18:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2364000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef5f2e8-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7a89556c-e889-4d48-b12f-b002da5a1c4f-173185119400628224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @lovizolette: I like Klaire #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: RT @lovizolette: I like Klaire #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2365000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @lovizolette: I like Klaire #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"lovizolette\",\"indices\":[3,15],\"id_str\":\"16964137\",\"name\":\"lovizolette\",\"id\":16964137}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"I like Klaire #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184865397780480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":143,\"screen_name\":\"lovizolette\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4677,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/3252079\\/tweeterbg.jpg\",\"location\":\"Damgan\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"7b3f32\",\"followers_count\":189,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/62813435\\/laure_normal.jpg\",\"description\":\"Maman de 3 merveilleux enfants\\r\\nEducatrice Montessori, AssMat\\r\\nHalf British, and happy :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"D04400\",\"id_str\":\"16964137\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/3252079\\/tweeterbg.jpg\",\"profile_sidebar_fill_color\":\"f9cf86\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/62813435\\/laure_normal.jpg\",\"name\":\"lovizolette\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 25 08:10:06 +0000 2008\",\"profile_sidebar_border_color\":\"2e2e2e\",\"id\":16964137,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/chezlaurette.posterous.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184865397780480,\"created_at\":\"Fri Feb 24 23:17:44 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185123234217984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":14422,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"name\":\"FrinnockBoChar\",\"default_profile_image\":false,\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":40014489,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185123234217984,\"created_at\":\"Fri Feb 24 23:18:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2365000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "517eb4b9-6b58-45a0-8740-422d762a9533-173185123234217984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @GoldoNat: Je soutiens la Corée du Nord, Internet Explorer 6 et la peine de mort. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1619111722/DSC05656_normal.jpg" +}, +"title": "William: RT @GoldoNat: Je soutiens la Corée du Nord, Internet Explorer 6 et la peine de mort. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2365000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @GoldoNat: Je soutiens la Cor\\u00e9e du Nord, Internet Explorer 6 et la peine de mort. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GoldoNat\",\"indices\":[3,12],\"id_str\":\"116250574\",\"name\":\"GoldoNat\",\"id\":116250574}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[85,89]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je soutiens la Cor\\u00e9e du Nord, Internet Explorer 6 et la peine de mort. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[71,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184859106316288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1752,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184859106316288,\"created_at\":\"Fri Feb 24 23:17:42 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185124035346432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":822,\"screen_name\":\"Scofred_\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":18665,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"location\":\"France, Paris\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"009999\",\"followers_count\":620,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"description\":\"160 caract\\u00e8res, c'est trop peu ! Ma bio - http:\\/\\/about.me\\/scofred\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"131299967\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"name\":\"William\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 09 21:48:10 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":131299967,\"utc_offset\":3600,\"favourites_count\":117,\"url\":\"http:\\/\\/scofred.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185124035346432,\"created_at\":\"Fri Feb 24 23:18:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2365000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "be1f7b23-b085-4499-9f25-e9b9b147e999-173185124035346432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je prends en route #lgw : c'est un @LeGrandWebze sur les animaux ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1756906806/avatar_twitter_roue_normal.jpg" +}, +"title": "Colette DESBORDES: Je prends en route #lgw : c'est un @LeGrandWebze sur les animaux ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2367000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je prends en route #lgw : c'est un @LeGrandWebze sur les animaux ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[35,48],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185130880438272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":679,\"screen_name\":\"cd_land\",\"lang\":\"en\",\"profile_text_color\":\"0d0105\",\"statuses_count\":28112,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/401655557\\/twittermontboron112010en1366.jpg\",\"location\":\"NICE - C\\u00f4te d'Azur - France\",\"show_all_inline_media\":false,\"listed_count\":22,\"profile_link_color\":\"9e091d\",\"followers_count\":718,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1756906806\\/avatar_twitter_roue_normal.jpg\",\"description\":\"Consultant formateur en management et gestion. Anticonformiste, anti Hollande, lib\\u00e9rale et entrepreneuriale. Aime la cr\\u00e9ation dans tous les domaines.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"33960395\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/401655557\\/twittermontboron112010en1366.jpg\",\"profile_sidebar_fill_color\":\"fadfbe\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1756906806\\/avatar_twitter_roue_normal.jpg\",\"name\":\"Colette DESBORDES\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 21 16:47:17 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":33960395,\"utc_offset\":3600,\"favourites_count\":36,\"url\":\"http:\\/\\/codepro.over-blog.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185130880438272,\"created_at\":\"Fri Feb 24 23:18:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2367000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "af59bbc7-7a8c-4036-be7c-9735c07b9a8e-173185130880438272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En fait je connais tous les gens qui sont sur #lgw ai-je atteind les limites de twitter?", +"img": { +"src": "http://a0.twimg.com/profile_images/1657466010/IMG_1705_normal.JPG" +}, +"title": "Enonciation: En fait je connais tous les gens qui sont sur #lgw ai-je atteind les limites de twitter?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2368000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"En fait je connais tous les gens qui sont sur #lgw ai-je atteind les limites de twitter?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185135414480896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":417,\"screen_name\":\"enonciation\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7098,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/316641454\\/Fond_petit.jpg\",\"location\":\"Dijon... Si,si!\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"0084B4\",\"followers_count\":389,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1657466010\\/IMG_1705_normal.JPG\",\"description\":\"En terme de probabilit\\u00e9, nous n'existons pas. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"180816153\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/316641454\\/Fond_petit.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657466010\\/IMG_1705_normal.JPG\",\"name\":\"Enonciation\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 20 15:20:12 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":180816153,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185135414480896,\"created_at\":\"Fri Feb 24 23:18:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2368000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3fd1edc2-1f1e-4159-9cc3-6ef83ee30514-173185135414480896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Toi aussi, affiche ton avatar quadricolor sur #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: Toi aussi, affiche ton avatar quadricolor sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2368000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Toi aussi, affiche ton avatar quadricolor sur #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185135972331520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"profile_text_color\":\"CEC79B\",\"statuses_count\":35529,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"location\":\"Au pied d'un arc-en-ciel.\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"profile_sidebar_fill_color\":\"46284E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"name\":\"Sylvain Sanders\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_border_color\":\"20183F\",\"id\":37389744,\"utc_offset\":3600,\"favourites_count\":62,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185135972331520,\"created_at\":\"Fri Feb 24 23:18:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2368000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1459d3c6-b9df-4ac1-b725-7cae4b731ed7-173185135972331520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw john Cleese va bien merci pour lui. La chemise c'est pas possible !", +"img": { +"src": "http://a1.twimg.com/profile_images/1838462962/w314uSp6_normal" +}, +"title": "myPlanetarium: #lgw john Cleese va bien merci pour lui. La chemise c'est pas possible !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2369000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw john Cleese va bien merci pour lui. La chemise c'est pas possible !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185137322897409\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":268,\"screen_name\":\"my_Planetarium_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2854,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"La D\\u00e9fense\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":121,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\",\"description\":\"myplanetarium.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"302897276\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\",\"name\":\"myPlanetarium\",\"default_profile_image\":false,\"created_at\":\"Sat May 21 23:24:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":302897276,\"utc_offset\":3600,\"favourites_count\":124,\"url\":\"http:\\/\\/myplanetarium.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185137322897409,\"created_at\":\"Fri Feb 24 23:18:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2369000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a080874c-b2eb-4122-bbef-bbd003ad72b1-173185137322897409" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw très sympa @klairefr", +"img": { +"src": "http://a0.twimg.com/profile_images/1802162566/image_normal.jpg" +}, +"title": "Julien Cotte: #lgw très sympa @klairefr", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2370000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw tr\\u00e8s sympa @klairefr\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[16,25],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185142997786624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":875,\"screen_name\":\"JulienCotteALU\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3878,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"location\":\"V\\u00e9lizy-Villacoublay\",\"show_all_inline_media\":false,\"listed_count\":138,\"profile_link_color\":\"0084B4\",\"followers_count\":1406,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"description\":\"DRH du site de V\\u00e9lizy (France) - HR Community Manager - Marketing HR2.0 - @AlcatelLucent\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"107697826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"name\":\"Julien Cotte\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 23 12:17:36 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":107697826,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/juliencotte.typepad.com\\/le-blog-de-julien-cotte-\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185142997786624,\"created_at\":\"Fri Feb 24 23:18:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2370000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f345247b-a33a-4a94-8845-45534fb2c759-173185142997786624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @aurel_p: tiens il y a @klairefr dans #LGW \\o/ (poke @carolegamelin)", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @aurel_p: tiens il y a @klairefr dans #LGW \\o/ (poke @carolegamelin)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2370000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @aurel_p: tiens il y a @klairefr dans #LGW \\\\o\\/ (poke @carolegamelin)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"aurel_p\",\"indices\":[3,11],\"name\":\"Aur\\u00e9lien\",\"id_str\":\"14321671\",\"id\":14321671},{\"screen_name\":\"KlaireFr\",\"indices\":[26,35],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610},{\"screen_name\":\"carolegamelin\",\"indices\":[56,70],\"name\":\"carole gamelin\",\"id_str\":\"19910673\",\"id\":19910673}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[41,45]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"tiens il y a @klairefr dans #LGW \\\\o\\/ (poke @carolegamelin)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[13,22],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610},{\"screen_name\":\"carolegamelin\",\"indices\":[43,57],\"name\":\"carole gamelin\",\"id_str\":\"19910673\",\"id\":19910673}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[28,32]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184603253780481\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"favourites_count\":140,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":886,\"location\":\"Pau\",\"profile_text_color\":\"333333\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"statuses_count\":33187,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Aur\\u00e9lien\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":14321671,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\"},\"truncated\":false,\"id\":173184603253780481,\"created_at\":\"Fri Feb 24 23:16:41 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185144037982208\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":543,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"statuses_count\":636,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Royer Charles-Henri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":185396126,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\"},\"truncated\":false,\"id\":173185144037982208,\"created_at\":\"Fri Feb 24 23:18:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2370000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eacab902-965a-4cbe-9847-e043f88c5830-173185144037982208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Quel est le projet?", +"img": { +"src": "http://a3.twimg.com/profile_images/1824854315/3615pbs_normal.jpg" +}, +"title": "P. Bourdin-Sauviac: #LGW Quel est le projet?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2372000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW Quel est le projet?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185151096987649\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ebf0ff\",\"screen_name\":\"3615pbs\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":497,\"location\":\"Paris, France\",\"profile_text_color\":\"062d57\",\"followers_count\":2828,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"description\":\"Je suis nomm\\u00e9 Pierre. Animateur, journaliste, auteur, ex-r\\u00e9al du zap de Direct 8 et awesome talent @ Marzab Productions. Et lumi\\u00e8re divine sur 3615pbs.com. \\u0ca0_\\u0ca0\",\"statuses_count\":29698,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"0513ad\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"133024198\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"P. Bourdin-Sauviac\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"created_at\":\"Wed Apr 14 20:34:18 +0000 2010\",\"profile_sidebar_fill_color\":\"c0c4e0\",\"id\":133024198,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.3615pbs.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\"},\"truncated\":false,\"id\":173185151096987649,\"created_at\":\"Fri Feb 24 23:18:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2372000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "86da18b5-a1b8-4a6e-8362-500becf157d1-173185151096987649" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste !!! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1143926795/jeromep_logo_carre_twitter_normal.png" +}, +"title": "jeromep: #ilReste !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2372000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilReste !!! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185153420636160\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C6E2EE\",\"screen_name\":\"jeromep_net\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":367,\"location\":\"France , Paris\",\"profile_text_color\":\"663B12\",\"followers_count\":191,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1143926795\\/jeromep_logo_carre_twitter_normal.png\",\"description\":\"Internaute passionn\\u00e9, auteur des blogs : jeromep.net - sanscommentaire.fr - debranche.fr \\/ r\\u00e9dacteur sur accessoweb.com\",\"statuses_count\":4607,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/161132761\\/jeromep_twitter_background.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"1F98C7\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"282929\",\"protected\":false,\"id_str\":\"6815562\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"jeromep\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/161132761\\/jeromep_twitter_background.jpg\",\"created_at\":\"Thu Jun 14 16:27:00 +0000 2007\",\"profile_sidebar_fill_color\":\"DAECF4\",\"id\":6815562,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/blog.jeromep.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143926795\\/jeromep_logo_carre_twitter_normal.png\"},\"truncated\":false,\"id\":173185153420636160,\"created_at\":\"Fri Feb 24 23:18:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2372000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4552a086-fa30-4402-9100-4feb750bafc6-173185153420636160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cqui Rollin ??", +"img": { +"src": "http://a0.twimg.com/profile_images/1615880639/requia_bis_normal.jpeg" +}, +"title": "Requia BADR: #lgw #cqui Rollin ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2373000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #cqui Rollin ??\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185154603429888\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"Requia\",\"lang\":\"en\",\"favourites_count\":84,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1021,\"location\":\"\",\"profile_text_color\":\"634047\",\"followers_count\":2164,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1615880639\\/requia_bis_normal.jpeg\",\"description\":\"Blogueuse culinaire mais pas que, CM pour Maggi ; r\\u00e9dactrice, pigiste et CM free-lance. Ex #Vuitton et ex #atelierDesChefs. Pour plus d'infos, me contacter !\",\"statuses_count\":17510,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":98,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"15714590\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Requia BADR\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"created_at\":\"Sun Aug 03 21:34:56 +0000 2008\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":15714590,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.requia.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1615880639\\/requia_bis_normal.jpeg\"},\"truncated\":false,\"id\":173185154603429888,\"created_at\":\"Fri Feb 24 23:18:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2373000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fed98ef2-17e1-4026-9531-3fb9f2b7b81b-173185154603429888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Le_M_Poireau: On donne un prix au grand noir et le handicapé en fauteuil n'a rien. Ça ne choque personne évidemment. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1690534906/tw_normal.png" +}, +"title": "Modulaweb: RT @Le_M_Poireau: On donne un prix au grand noir et le handicapé en fauteuil n'a rien. Ça ne choque personne évidemment. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2373000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Le_M_Poireau: On donne un prix au grand noir et le handicap\\u00e9 en fauteuil n'a rien. \\u00c7a ne choque personne \\u00e9videmment. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Le_M_Poireau\",\"indices\":[3,16],\"id_str\":\"10330232\",\"name\":\"Le_M_Poireau\",\"id\":10330232}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[121,125]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"On donne un prix au grand noir et le handicap\\u00e9 en fauteuil n'a rien. \\u00c7a ne choque personne \\u00e9videmment. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[103,107]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184466330726400\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":6530,\"screen_name\":\"Le_M_Poireau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":54062,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":418,\"profile_link_color\":\"0084b4\",\"followers_count\":6011,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"description\":\"Pensez \\u00e0 ceux qui n'en ont pas et ne g\\u00e2chez pas votre humour inutilement. http:\\/\\/photosdecampagne.tumblr.com\\/ | http:\\/\\/riendimportant.tumblr.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"10330232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"profile_sidebar_fill_color\":\"ddffcd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"name\":\"Le_M_Poireau\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 17 11:32:14 +0000 2007\",\"profile_sidebar_border_color\":\"bddcad\",\"id\":10330232,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/monsieurpoireau.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184466330726400,\"created_at\":\"Fri Feb 24 23:16:09 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185156209844225\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":793,\"screen_name\":\"Modulaweb\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7305,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/184538765\\/bg-twitter.png\",\"location\":\"Montpellier FRANCE\",\"show_all_inline_media\":false,\"listed_count\":64,\"profile_link_color\":\"4f7499\",\"followers_count\":752,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1690534906\\/tw_normal.png\",\"description\":\"Technologies modulables orient\\u00e9es web - Modulable Webtechnologies\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d9dad7\",\"id_str\":\"64344439\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/184538765\\/bg-twitter.png\",\"profile_sidebar_fill_color\":\"a2a49d\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1690534906\\/tw_normal.png\",\"name\":\"Modulaweb\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 10 05:41:58 +0000 2009\",\"profile_sidebar_border_color\":\"333333\",\"id\":64344439,\"utc_offset\":3600,\"favourites_count\":37,\"url\":\"http:\\/\\/www.modulaweb.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185156209844225,\"created_at\":\"Fri Feb 24 23:18:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2373000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f5aea49-ac32-4730-b9cc-1183359e81b3-173185156209844225" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1701271731/LOOtQL7Q_normal" +}, +"title": "Nicolas Laubriat: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2373000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185157258416130\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"NicolasLaubriat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":155,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Annecy\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1701271731\\/LOOtQL7Q_normal\",\"description\":\"Etudiant en premi\\u00e8re ann\\u00e9e de m\\u00e9decine a la fac de Grenoble. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"299612640\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1701271731\\/LOOtQL7Q_normal\",\"name\":\"Nicolas Laubriat\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 11:59:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299612640,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185157258416130,\"created_at\":\"Fri Feb 24 23:18:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2373000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f110bb59-71f0-4438-be76-7b2444a3ac8d-173185157258416130" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw bon, après l'intervention de @kheops2713 sur ACTA je coupe la tv. C'est vraiment pas mieux que la première !", +"img": { +"src": "http://a2.twimg.com/profile_images/1731549557/old_normal.jpg" +}, +"title": "NkL4 © || Ludovic A.: #lgw bon, après l'intervention de @kheops2713 sur ACTA je coupe la tv. C'est vraiment pas mieux que la première !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2373000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw bon, apr\\u00e8s l'intervention de @kheops2713 sur ACTA je coupe la tv. C'est vraiment pas mieux que la premi\\u00e8re !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[34,45],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185154758606850\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":580,\"screen_name\":\"NkL4\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":26213,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Saint Brieuc \\/ Bretagne\",\"show_all_inline_media\":true,\"listed_count\":116,\"profile_link_color\":\"0084B4\",\"followers_count\":999,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1731549557\\/old_normal.jpg\",\"description\":\"Hyper Local, Hyper Global, Web junkie, Androidoman.\\r\\nLa Bretagne, la France, le Monde, le Web !\\r\\nAmoureux du genre humain ! Pep hini zo libr ! #Social \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"80576391\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1731549557\\/old_normal.jpg\",\"name\":\"NkL4 \\u00a9 || Ludovic A.\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 07 13:28:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":80576391,\"utc_offset\":3600,\"favourites_count\":203,\"url\":\"http:\\/\\/www.nkl4.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185154758606850,\"created_at\":\"Fri Feb 24 23:18:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2373000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "486283ed-2a04-4830-98fd-823c7f03f962-173185154758606850" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Praska je suis juste halluciné devant ma télé :) c'est quoi ce truc o_O ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849067972/4413560C-7785-472A-B26C-A5EB7BB6F962_normal" +}, +"title": "Yhnn: @Praska je suis juste halluciné devant ma télé :) c'est quoi ce truc o_O ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2373000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Praska je suis juste hallucin\\u00e9 devant ma t\\u00e9l\\u00e9 :) c'est quoi ce truc o_O ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Praska\",\"indices\":[0,7],\"id_str\":\"15453030\",\"name\":\"Pras\",\"id\":15453030}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173184963443822593\",\"id_str\":\"173185157975638020\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173184963443822593,\"in_reply_to_user_id_str\":\"15453030\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":236,\"screen_name\":\"kzz_\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":8386,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":27,\"profile_link_color\":\"00aaff\",\"followers_count\":604,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"description\":\"doing nothing takes work. \\/\\/\\/ Directeur du p\\u00f4le des pixels de l'espace at @GAMEONE\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"15801903\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"name\":\"Yhnn\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 10 22:12:55 +0000 2008\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":15801903,\"utc_offset\":3600,\"favourites_count\":52,\"url\":\"http:\\/\\/blog.gameone.net\"},\"in_reply_to_screen_name\":\"Praska\",\"truncated\":false,\"id\":173185157975638020,\"created_at\":\"Fri Feb 24 23:18:53 +0000 2012\",\"in_reply_to_user_id\":15453030}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2373000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "454ba6a0-757b-4844-b283-667c0b3270dd-173185157975638020" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et le #César2012 de la plus belle chemise revient à @Vinvin pour #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1809665149/moi_normal.jpg" +}, +"title": "Lucja: Et le #César2012 de la plus belle chemise revient à @Vinvin pour #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2374000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et le #C\\u00e9sar2012 de la plus belle chemise revient \\u00e0 @Vinvin pour #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[52,59],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"C\\u00e9sar2012\",\"indices\":[6,16]},{\"text\":\"lgw\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185160190238720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":113,\"screen_name\":\"BloodyLucy\",\"lang\":\"fr\",\"profile_text_color\":\"2b1b0c\",\"statuses_count\":1854,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/303352474\\/fond_tumblr.jpg\",\"location\":\"LRY\\/\\/ Nantes \\/\\/ Le Mans\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"3c755f\",\"followers_count\":105,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1809665149\\/moi_normal.jpg\",\"description\":\"25 ans | Assistante d'Education | Blogueuse | Tea addict | Musique, Histoire de l'Art, Russie.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"3c755f\",\"id_str\":\"143031933\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/303352474\\/fond_tumblr.jpg\",\"profile_sidebar_fill_color\":\"ece3cb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809665149\\/moi_normal.jpg\",\"name\":\"Lucja\",\"default_profile_image\":false,\"created_at\":\"Wed May 12 11:50:47 +0000 2010\",\"profile_sidebar_border_color\":\"ece3cb\",\"id\":143031933,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.bloodylucy.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185160190238720,\"created_at\":\"Fri Feb 24 23:18:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2374000, +"tags": [ +{ +"id-ref": "ef2b9ccc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f334f408-7cc2-4320-9657-b6b43eb2837b-173185160190238720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http://t.co/MHK9Ke45", +"img": { +"src": "http://a3.twimg.com/profile_images/1594920507/baobab1-g_normal.jpg" +}, +"title": "Ando: RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http://t.co/MHK9Ke45", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2374000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http:\\/\\/t.co\\/MHK9Ke45\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[3,10],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[{\"indices\":[66,86],\"expanded_url\":\"http:\\/\\/twitpic.com\\/8o0mgh\",\"display_url\":\"twitpic.com\\/8o0mgh\",\"url\":\"http:\\/\\/t.co\\/MHK9Ke45\"}],\"hashtags\":[{\"text\":\"dujardin\",\"indices\":[49,58]},{\"text\":\"lgw\",\"indices\":[59,63]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"OMG coup de tonnerre sur les Oscars! #dujardin #lgw http:\\/\\/t.co\\/MHK9Ke45\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[54,74],\"expanded_url\":\"http:\\/\\/twitpic.com\\/8o0mgh\",\"display_url\":\"twitpic.com\\/8o0mgh\",\"url\":\"http:\\/\\/t.co\\/MHK9Ke45\"}],\"hashtags\":[{\"text\":\"dujardin\",\"indices\":[37,46]},{\"text\":\"lgw\",\"indices\":[47,51]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":29,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173030351302696961\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":340,\"screen_name\":\"jcfrog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27206,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"location\":\"Damgan\",\"show_all_inline_media\":true,\"listed_count\":506,\"profile_link_color\":\"acc809\",\"followers_count\":6887,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"description\":\"Pro: Ing\\u00e9nieur informaticien, Perso: super h\\u00e9ro du web (en formation)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"16888281\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"name\":\"jcfrog\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 21 16:03:16 +0000 2008\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":16888281,\"utc_offset\":3600,\"favourites_count\":448,\"url\":\"http:\\/\\/www.jcfrog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173030351302696961,\"created_at\":\"Fri Feb 24 13:03:45 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":29,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185158374100992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":53,\"screen_name\":\"Syion\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":609,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France \\/ Paris\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"990000\",\"followers_count\":11,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1594920507\\/baobab1-g_normal.jpg\",\"description\":\"What you say, just do it !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ebebeb\",\"id_str\":\"24700119\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1594920507\\/baobab1-g_normal.jpg\",\"name\":\"Ando\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 16 14:40:03 +0000 2009\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":24700119,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/twitter.com\\/Syion\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185158374100992,\"created_at\":\"Fri Feb 24 23:18:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2374000, +"tags": [ +{ +"id-ref": "ef2f2b08-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "36156baf-3130-48de-aa4c-21ba921dbceb-173185158374100992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/736828364/2006_12_068_normal.jpg" +}, +"title": "Anne Fiacre-LeBouler: #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2375000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185165223411713\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":52,\"screen_name\":\"annsgmns\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":10,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"followers_count\":10,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/736828364\\/2006_12_068_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"642D8B\",\"id_str\":\"120164964\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/736828364\\/2006_12_068_normal.jpg\",\"name\":\"Anne Fiacre-LeBouler\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 05 17:18:32 +0000 2010\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":120164964,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185165223411713,\"created_at\":\"Fri Feb 24 23:18:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2375000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3809f38d-9e6d-48d7-8a60-e4f886609234-173185165223411713" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Dommage qu'on ne puisse pas voter \"#ilspartent\"... #ilpart #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1703065016/twitterdec11_normal.jpg" +}, +"title": "Alvin Haddadène: Dommage qu'on ne puisse pas voter \"#ilspartent\"... #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2375000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Dommage qu'on ne puisse pas voter \\\"#ilspartent\\\"... #ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilspartent\",\"indices\":[35,46]},{\"text\":\"ilpart\",\"indices\":[51,58]},{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185164086751232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":512,\"screen_name\":\"Alvin_Stick\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":7004,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"B40B43\",\"followers_count\":393,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"description\":\"21 ans. Gaymer. C\\u00e9libataire. Inspir\\u00e9 d'un fait r\\u00e9el. Chef de rubrique sur http:\\/\\/www.tomsgames.fr, pigiste au magazine Online Gamer, heureux co-papa de \\u21b4\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fa87f6\",\"id_str\":\"115834046\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"name\":\"Alvin Haddad\\u00e8ne\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 20 03:45:26 +0000 2010\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":115834046,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/www.latraverseedustick.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185164086751232,\"created_at\":\"Fri Feb 24 23:18:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2375000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eff44a78-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0b585085-4315-4fe2-91a4-d237be821042-173185164086751232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Cqui (et je me pose vraiment la question) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848652502/332954645_normal.jpg" +}, +"title": "Leila Agic: #Cqui (et je me pose vraiment la question) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2376000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Cqui (et je me pose vraiment la question) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185170273345536\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1197,\"screen_name\":\"LeilaAgic\",\"lang\":\"fr\",\"profile_text_color\":\"d61170\",\"statuses_count\":13605,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"23acc4\",\"followers_count\":1721,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"description\":\"Ancienne co-Responsable Internet et campagne jeunes pour @RoyalSegolene lors de primaires citoyennes. Socialo-Ecolo-S\\u00e9gol\\u00e9niste #SRoyal \\/ #FH2012 \\/ #NVB2012\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"79575617\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"name\":\"Leila Agic\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 03 22:02:21 +0000 2009\",\"profile_sidebar_border_color\":\"f50e48\",\"id\":79575617,\"utc_offset\":3600,\"favourites_count\":200,\"url\":\"http:\\/\\/on.fb.me\\/hSrN0O\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185170273345536,\"created_at\":\"Fri Feb 24 23:18:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2376000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "caa215c3-35d9-4c90-81f3-5af563efce33-173185170273345536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Bienvenue dans une émission qui rend le public amnésique !", +"img": { +"src": "http://a2.twimg.com/profile_images/1776332006/Zeke_normal.jpg" +}, +"title": "[T61] Rémy S.: #LGW Bienvenue dans une émission qui rend le public amnésique !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2376000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW Bienvenue dans une \\u00e9mission qui rend le public amn\\u00e9sique !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185169224777729\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"ThatVeryBadFlip\",\"lang\":\"fr\",\"favourites_count\":27,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":103,\"location\":\"France - 66500, Prades\",\"profile_text_color\":\"333333\",\"followers_count\":112,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\",\"description\":\"I don't know tweeting in English very well . But when I do, it's in French.\",\"statuses_count\":11101,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"169bde\",\"protected\":false,\"id_str\":\"165862367\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"[T61] R\\u00e9my S.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"created_at\":\"Mon Jul 12 18:48:22 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":165862367,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\"},\"truncated\":false,\"id\":173185169224777729,\"created_at\":\"Fri Feb 24 23:18:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2376000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9b416b9e-a12f-4eec-87e4-a2b273f1cb65-173185169224777729" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@OhOceane ça me fait penser à une télé de région le ton décor dispositif #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1383205556/CIMG0436_normal.JPG" +}, +"title": "La Bienveillante: @OhOceane ça me fait penser à une télé de région le ton décor dispositif #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2377000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"OhOceane\",\"favorited\":false,\"text\":\"@OhOceane \\u00e7a me fait penser \\u00e0 une t\\u00e9l\\u00e9 de r\\u00e9gion le ton d\\u00e9cor dispositif #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"OhOceane\",\"indices\":[0,9],\"name\":\"ASL\",\"id_str\":\"72379694\",\"id\":72379694}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[73,77]}]},\"in_reply_to_user_id\":72379694,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173184767418839043,\"in_reply_to_status_id_str\":\"173184767418839043\",\"id_str\":\"173185171393216512\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Ema_Dellorto\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":422,\"location\":\"Little Bamako\",\"profile_text_color\":\"333333\",\"followers_count\":264,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1383205556\\/CIMG0436_normal.JPG\",\"description\":\"Une mini-vie moderne\",\"statuses_count\":1930,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"311605739\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"La Bienveillante\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Jun 05 18:50:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":311605739,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/labienveillante.hautetfort.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1383205556\\/CIMG0436_normal.JPG\"},\"truncated\":false,\"id\":173185171393216512,\"created_at\":\"Fri Feb 24 23:18:57 +0000 2012\",\"in_reply_to_user_id_str\":\"72379694\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2377000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5376afd6-fb12-49fc-b9f7-ca3aa662a54e-173185171393216512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@OrnythorincBleu @iiioon là ça devrait être bon, tu vas passer dans #lgw on croit en toi :D", +"img": { +"src": "http://a2.twimg.com/profile_images/1561040191/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg" +}, +"title": "Pauline : @OrnythorincBleu @iiioon là ça devrait être bon, tu vas passer dans #lgw on croit en toi :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2377000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@OrnythorincBleu @iiioon l\\u00e0 \\u00e7a devrait \\u00eatre bon, tu vas passer dans #lgw on croit en toi :D\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"OrnythorincBleu\",\"indices\":[0,16],\"id_str\":\"258358271\",\"name\":\"Meylia\",\"id\":258358271},{\"screen_name\":\"iiioon\",\"indices\":[17,24],\"id_str\":\"39847706\",\"name\":\"Marion\",\"id\":39847706}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173185048160382976\",\"id_str\":\"173185173234520064\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185048160382976,\"in_reply_to_user_id_str\":\"258358271\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":62,\"screen_name\":\"PolineLP\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1388,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"location\":\"Lorient\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"990000\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\",\"description\":\"Accro aux s\\u00e9ries, \\u00e0 l'humour & \\u00e0 la musique mais aussi \\u00e9tudiante en M1 Professorat des \\u00e9coles quelque part en Bretagne...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"380413697\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\",\"name\":\"Pauline \",\"default_profile_image\":false,\"created_at\":\"Mon Sep 26 16:18:08 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":380413697,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"OrnythorincBleu\",\"truncated\":false,\"id\":173185173234520064,\"created_at\":\"Fri Feb 24 23:18:57 +0000 2012\",\"in_reply_to_user_id\":258358271}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2377000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8de5fb26-abdf-43c0-8d53-4ae14391036b-173185173234520064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #IlReste bien sur qu'il reste !!", +"img": { +"src": "http://a0.twimg.com/profile_images/1782185349/image_normal.jpg" +}, +"title": "Arnaud77: #lgw #IlReste bien sur qu'il reste !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2377000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #IlReste bien sur qu'il reste !!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"IlReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185174354407425\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":463,\"screen_name\":\"senearnaud77270\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":623,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410459009\\/IMG_1479little.jpg\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":78,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1782185349\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386121061\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410459009\\/IMG_1479little.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782185349\\/image_normal.jpg\",\"name\":\"Arnaud77\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 06 18:06:41 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386121061,\"utc_offset\":3600,\"favourites_count\":10,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185174354407425,\"created_at\":\"Fri Feb 24 23:18:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2377000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "08c69e8b-216a-4166-94cf-f044e2b2581a-173185174354407425" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Combien parmi vos 2500 tweets vont se transformer en zombies ? Espérons que celui ci survivra. #lgw #klaire", +"img": { +"src": "http://a2.twimg.com/profile_images/1777524767/folon1_normal.jpg" +}, +"title": "Kelem: Combien parmi vos 2500 tweets vont se transformer en zombies ? Espérons que celui ci survivra. #lgw #klaire", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2378000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Combien parmi vos 2500 tweets vont se transformer en zombies ? Esp\\u00e9rons que celui ci survivra. #lgw #klaire\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]},{\"text\":\"klaire\",\"indices\":[100,107]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185179156873216\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":88,\"screen_name\":\"KelemFs\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":135,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1777524767\\/folon1_normal.jpg\",\"description\":\"Je demeurai longtemps errant dans C\\u00e9sar\\u00e9e.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"159103701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777524767\\/folon1_normal.jpg\",\"name\":\"Kelem\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 24 13:15:57 +0000 2010\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":159103701,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185179156873216,\"created_at\":\"Fri Feb 24 23:18:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2378000, +"tags": [ +{ +"id-ref": "eff4fe00-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "080ad117-af7a-4034-a42c-9d0e47345e55-173185179156873216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Combien de glaçons chez Solange ?... #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Rapius Lafronde: RT @LeGrandWebze: Combien de glaçons chez Solange ?... #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2378000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Combien de gla\\u00e7ons chez Solange ?... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Combien de gla\\u00e7ons chez Solange ?... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173181451305631744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3219,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173181451305631744,\"created_at\":\"Fri Feb 24 23:04:10 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185176392826881\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"RapiusLafronde\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":0,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502229980\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"name\":\"Rapius Lafronde\",\"default_profile_image\":true,\"created_at\":\"Fri Feb 24 23:08:56 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502229980,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185176392826881,\"created_at\":\"Fri Feb 24 23:18:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2378000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "112bb364-8b11-403e-9858-a87a39da7944-173185176392826881" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1052546198/gang_elmyra_normal.jpg" +}, +"title": "Melanouille: #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2379000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185181644111873\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":174,\"screen_name\":\"Melanouille\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2781,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":78,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1052546198\\/gang_elmyra_normal.jpg\",\"description\":\"Chouineuse obsessionnelle\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"43318485\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1052546198\\/gang_elmyra_normal.jpg\",\"name\":\"Melanouille\",\"default_profile_image\":false,\"created_at\":\"Fri May 29 12:12:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":43318485,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/cbth.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185181644111873,\"created_at\":\"Fri Feb 24 23:18:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2379000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ee3efa8b-572c-43f1-805c-ae68941b9cd8-173185181644111873" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin? #cqui ? #lgw c'est constructif...", +"img": { +"src": "http://a0.twimg.com/profile_images/1799775933/AkrUBIaCMAAD7JC_normal.jpg" +}, +"title": "Alex: François Rollin? #cqui ? #lgw c'est constructif...", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2379000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin? #cqui ? #lgw c'est constructif...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[17,22]},{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185180163522561\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":640,\"screen_name\":\"AlexSitus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10647,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/391348379\\/hebus_226523_1366x768.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":316,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1799775933\\/AkrUBIaCMAAD7JC_normal.jpg\",\"description\":\"\\u00c9tudiant en droit M2 Contentieux Priv\\u00e9 et IEJ #crfpa. Une touche de #politique \\/ un zeste de sport...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"79701951\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391348379\\/hebus_226523_1366x768.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799775933\\/AkrUBIaCMAAD7JC_normal.jpg\",\"name\":\"Alex\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 04 10:23:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":79701951,\"utc_offset\":3600,\"favourites_count\":24,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185180163522561,\"created_at\":\"Fri Feb 24 23:18:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2379000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f92349aa-94fa-4545-9ef1-d613ae87488c-173185180163522561" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @GoldoNat: Je soutiens la Corée du Nord, Internet Explorer 6 et la peine de mort. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1619111722/DSC05656_normal.jpg" +}, +"title": "William: RT @GoldoNat: Je soutiens la Corée du Nord, Internet Explorer 6 et la peine de mort. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2380000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @GoldoNat: Je soutiens la Cor\\u00e9e du Nord, Internet Explorer 6 et la peine de mort. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"GoldoNat\",\"indices\":[3,12],\"name\":\"GoldoNat\",\"id_str\":\"116250574\",\"id\":116250574}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[85,89]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je soutiens la Cor\\u00e9e du Nord, Internet Explorer 6 et la peine de mort. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[71,75]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184859106316288\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":256,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"statuses_count\":1752,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"GoldoNat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":116250574,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\"},\"truncated\":false,\"id\":173184859106316288,\"created_at\":\"Fri Feb 24 23:17:42 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185187423846400\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Scofred_\",\"lang\":\"en\",\"favourites_count\":117,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":822,\"location\":\"France, Paris\",\"profile_text_color\":\"333333\",\"followers_count\":620,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"description\":\"160 caract\\u00e8res, c'est trop peu ! Ma bio - http:\\/\\/about.me\\/scofred\",\"statuses_count\":18665,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"131299967\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"William\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"created_at\":\"Fri Apr 09 21:48:10 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":131299967,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/scofred.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\"},\"truncated\":false,\"id\":173185187423846400,\"created_at\":\"Fri Feb 24 23:19:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2380000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "33fdd1ad-d756-40b6-8c11-261ec926e18a-173185187423846400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Grrrrr @KlaireFr #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/140682274/portrait_normal.PNG" +}, +"title": "naeltoyou: Grrrrr @KlaireFr #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2381000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"Grrrrr @KlaireFr #lgw\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[7,16],\"name\":\"Klaire.fr\",\"id\":28096610,\"id_str\":\"28096610\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/3394861\\/garnier.png\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"screen_name\":\"naeltoyou\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/140682274\\/portrait_normal.PNG\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"BDDCAD\",\"location\":\"Paris, France\",\"favourites_count\":0,\"description\":\"\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":769,\"profile_text_color\":\"333333\",\"followers_count\":771,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/140682274\\/portrait_normal.PNG\",\"statuses_count\":921,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/3394861\\/garnier.png\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"0084B4\",\"protected\":false,\"is_translator\":false,\"name\":\"naeltoyou\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Wed Dec 19 16:25:06 +0000 2007\",\"profile_background_color\":\"9AE4E8\",\"id\":11339872,\"id_str\":\"11339872\",\"geo_enabled\":false,\"profile_background_tile\":false,\"utc_offset\":3600,\"url\":\"http:\\/\\/naeltoyou.com\"},\"in_reply_to_status_id\":null,\"id\":173185190896730113,\"created_at\":\"Fri Feb 24 23:19:01 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185190896730113\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2381000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9c111451-a56b-4355-9a39-775ea8ef6251-173185190896730113" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin il y'a que les moins de 30ans qui connaissent pas :/ #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: Rollin il y'a que les moins de 30ans qui connaissent pas :/ #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2382000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Rollin il y'a que les moins de 30ans qui connaissent pas :\\/ #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[60,64]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185192243118080\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"1c2352\",\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"favourites_count\":1604,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":646,\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"profile_text_color\":\"333333\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"statuses_count\":83436,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"ArDuB57\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":21448223,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\"},\"truncated\":false,\"id\":173185192243118080,\"created_at\":\"Fri Feb 24 23:19:02 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2382000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ba52cf3d-dc97-4cff-afdf-85ce1f275497-173185192243118080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je sais pas pourquoi on nous inflige encore cette purge qu'est #LGW . mais quelle misère, putain ...", +"img": { +"src": "http://a3.twimg.com/profile_images/1548884600/tigrou-1_normal.jpg" +}, +"title": "Ludovic ETIENNE: je sais pas pourquoi on nous inflige encore cette purge qu'est #LGW . mais quelle misère, putain ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2383000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"je sais pas pourquoi on nous inflige encore cette purge qu'est #LGW . mais quelle mis\\u00e8re, putain ...\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[63,67]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185197091717120\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"96f2e4\",\"screen_name\":\"ludoFJ\",\"lang\":\"fr\",\"favourites_count\":837,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":830,\"location\":\"Paris\",\"profile_text_color\":\"000000\",\"followers_count\":1741,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1548884600\\/tigrou-1_normal.jpg\",\"description\":\"clandos \\u00e9quip\\u00e9 d'un Reflex.\\r\\nentre autres...\\r\\n\\r\\n(je tra\\u00eene aussi l\\u00e0: http:\\/\\/lamichaure.com et l\\u00e0:\\r\\nhttp:\\/\\/leszindeructibles.com et l\\u00e0: \\r\\nhttp:\\/\\/7-7-7.fr\\/ )\",\"statuses_count\":40614,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/137423145\\/platine-ld-1.jpg\",\"show_all_inline_media\":true,\"listed_count\":78,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"9ae4e8\",\"protected\":false,\"id_str\":\"14368622\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Ludovic ETIENNE\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/137423145\\/platine-ld-1.jpg\",\"created_at\":\"Sat Apr 12 12:55:34 +0000 2008\",\"profile_sidebar_fill_color\":\"96f2f2\",\"id\":14368622,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/flavors.me\\/LudoFJ\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1548884600\\/tigrou-1_normal.jpg\"},\"truncated\":false,\"id\":173185197091717120,\"created_at\":\"Fri Feb 24 23:19:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2383000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c6023768-8ee9-4481-b5a8-7ddf44cef0b8-173185197091717120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tout le monde dit que #lgw est chiant mais j'arrive même pas à le voir cc @france5tv", +"img": { +"src": "http://a1.twimg.com/profile_images/1522186720/Laurent-Gloaguen-G00_normal.jpg" +}, +"title": "Laurent Gloaguen: Tout le monde dit que #lgw est chiant mais j'arrive même pas à le voir cc @france5tv", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2383000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tout le monde dit que #lgw est chiant mais j'arrive m\\u00eame pas \\u00e0 le voir cc @france5tv\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[74,84],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185199369228288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":563,\"screen_name\":\"embruns\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":21943,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Montr\\u00e9al, Qc, Canada\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"followers_count\":4826,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"8c887c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"name\":\"Laurent Gloaguen\",\"default_profile_image\":false,\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_border_color\":\"7a7768\",\"id\":6241412,\"utc_offset\":-18000,\"favourites_count\":29,\"url\":\"http:\\/\\/embruns.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185199369228288,\"created_at\":\"Fri Feb 24 23:19:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2383000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "09cc9780-21b9-4334-98a3-03096cf1819d-173185199369228288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai toujours pas compris le concept de #LGW...quelqu'un peut m'expliquer?", +"img": { +"src": "http://a1.twimg.com/profile_images/1789960694/Arnaud_H_guy_et_Moi_normal.PNG" +}, +"title": "Thibault: J'ai toujours pas compris le concept de #LGW...quelqu'un peut m'expliquer?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2384000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"J'ai toujours pas compris le concept de #LGW...quelqu'un peut m'expliquer?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[40,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185201684488192\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"323333\",\"screen_name\":\"thibaultdpr\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":false,\"friends_count\":230,\"location\":\"Aquitaine,FRANCE.\",\"profile_text_color\":\"ebebeb\",\"description\":\"Rugby en grande majorit\\u00e9. Sport. Actu.Pays Basque. F\\u00e9rias.\\r\\nGrand supporter de @agen_rugby !\",\"statuses_count\":3665,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"255c70\",\"followers_count\":291,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1789960694\\/Arnaud_H_guy_et_Moi_normal.PNG\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"222526\",\"protected\":false,\"id_str\":\"348755668\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Thibault\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Thu Aug 04 23:21:40 +0000 2011\",\"profile_sidebar_fill_color\":\"272829\",\"id\":348755668,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/15vs15.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1789960694\\/Arnaud_H_guy_et_Moi_normal.PNG\"},\"in_reply_to_status_id\":null,\"id\":173185201684488192,\"created_at\":\"Fri Feb 24 23:19:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2384000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4f702e4a-d5c4-4088-a60e-0e24f98ed4e9-173185201684488192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ça fait très bizarre de voir ces gens qu'on lit et qu'on retweete à la télé. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/506050933/chi-bricklovinfreak_normal.gif" +}, +"title": "micha: ça fait très bizarre de voir ces gens qu'on lit et qu'on retweete à la télé. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2384000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u00e7a fait tr\\u00e8s bizarre de voir ces gens qu'on lit et qu'on retweete \\u00e0 la t\\u00e9l\\u00e9. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185203815186433\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"michaonthemoon\",\"lang\":\"fr\",\"favourites_count\":1272,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":453,\"location\":\"on the moon\",\"profile_text_color\":\"333333\",\"followers_count\":2541,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/506050933\\/chi-bricklovinfreak_normal.gif\",\"description\":\"i am... micha fierce.\\r\\ni am the girl behind @MJJNews.\\r\\nwarning: i rant a lot, and mostly in french.\",\"statuses_count\":57749,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/94283053\\/f59c07.png\",\"show_all_inline_media\":true,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"14463139\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"micha\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/94283053\\/f59c07.png\",\"created_at\":\"Mon Apr 21 15:38:28 +0000 2008\",\"profile_sidebar_fill_color\":\"\",\"id\":14463139,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/mjdreams.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/506050933\\/chi-bricklovinfreak_normal.gif\"},\"truncated\":false,\"id\":173185203815186433,\"created_at\":\"Fri Feb 24 23:19:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2384000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df8ac94c-eb4d-4578-95b6-944c775202b0-173185203815186433" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@BastienJoseph31 Droit à l'image d'un enfant mineur !!!! #cqui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @BastienJoseph31 Droit à l'image d'un enfant mineur !!!! #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2386000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@BastienJoseph31 Droit \\u00e0 l'image d'un enfant mineur !!!! #cqui #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BastienJoseph31\",\"indices\":[0,16],\"id_str\":\"191087175\",\"name\":\"Bastien Joseph\",\"id\":191087175}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[57,62]},{\"text\":\"lgw\",\"indices\":[63,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173185095740555264\",\"id_str\":\"173185212623224833\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185095740555264,\"in_reply_to_user_id_str\":\"191087175\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34418,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"BastienJoseph31\",\"truncated\":false,\"id\":173185212623224833,\"created_at\":\"Fri Feb 24 23:19:06 +0000 2012\",\"in_reply_to_user_id\":191087175}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2386000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f04709a3-4cb7-4e67-8995-15f504040dec-173185212623224833" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais c'est François Rollin bon dieu!!! Le Roi d'Orcanie!!! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1818206112/137E3D83-9766-4F7C-8493-2BC77501FD55_normal" +}, +"title": "G. Lahai(n)e: Mais c'est François Rollin bon dieu!!! Le Roi d'Orcanie!!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2387000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais c'est Fran\\u00e7ois Rollin bon dieu!!! Le Roi d'Orcanie!!! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185214749741058\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":168,\"screen_name\":\"Je_vous_haie\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3645,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Derri\\u00e8re un buisson\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":137,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1818206112\\/137E3D83-9766-4F7C-8493-2BC77501FD55_normal\",\"description\":\"J'emmerde les gens, et ils me le rendent bien.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"363956467\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818206112\\/137E3D83-9766-4F7C-8493-2BC77501FD55_normal\",\"name\":\"G. Lahai(n)e\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 29 00:00:44 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":363956467,\"utc_offset\":-10800,\"favourites_count\":11,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185214749741058,\"created_at\":\"Fri Feb 24 23:19:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2387000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cd2e6ef0-d5b0-46e1-a99a-a5d028af9e42-173185214749741058" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #Cestquilui ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1456585536/NewTGWRprog_normal.png" +}, +"title": "TGWR™: #lgw #Cestquilui ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2388000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"#lgw #Cestquilui ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"Cestquilui\",\"indices\":[5,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185217824174080\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"TGWRprog\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":296,\"location\":\"France\",\"profile_text_color\":\"333333\",\"description\":\"Testeur de jeux vid\\u00e9os inconnus sur Game Side Story, Amateur d'electro, et Geek a temps partiel\",\"statuses_count\":448,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1456585536\\/NewTGWRprog_normal.png\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"289854889\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"TGWR\\u2122\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Fri Apr 29 10:01:55 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":289854889,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.gamesidestory.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1456585536\\/NewTGWRprog_normal.png\"},\"in_reply_to_status_id\":null,\"id\":173185217824174080,\"created_at\":\"Fri Feb 24 23:19:08 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2388000, +"tags": [ +{ +"id-ref": "eff65a70-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5c2c5b62-311b-412b-bbc0-307b1bff959b-173185217824174080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw je veux qu' #ilreste", +"img": { +"src": "http://a1.twimg.com/profile_images/739834884/FABI_normal.jpg" +}, +"title": "Fabienne Letourneur: #lgw je veux qu' #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2390000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw je veux qu' #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[17,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185227538186242\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":40,\"screen_name\":\"Fabitchenko\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":351,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"location\":\"Caen\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"088253\",\"followers_count\":10,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/739834884\\/FABI_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"EDECE9\",\"id_str\":\"121070241\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/739834884\\/FABI_normal.jpg\",\"name\":\"Fabienne Letourneur\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 08 10:43:17 +0000 2010\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":121070241,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185227538186242,\"created_at\":\"Fri Feb 24 23:19:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2390000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ea3c9a3b-f4a1-43e4-ac4f-67e1dbb9648c-173185227538186242" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw : dispositif intéressant qui mériterait d'être associé à un contenu.", +"img": { +"src": "http://a0.twimg.com/profile_images/1609273406/IMG00126-20111024-1243_normal.jpg" +}, +"title": "Claire: #lgw : dispositif intéressant qui mériterait d'être associé à un contenu.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2391000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"#lgw : dispositif int\\u00e9ressant qui m\\u00e9riterait d'\\u00eatre associ\\u00e9 \\u00e0 un contenu.\",\"created_at\":\"Fri Feb 24 23:19:11 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}],\"user_mentions\":[]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173185231224979458\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":2,\"created_at\":\"Thu Jan 20 18:11:47 +0000 2011\",\"profile_text_color\":\"696969\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/347676387\\/reading-book.jpg\",\"url\":null,\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"9c582e\",\"screen_name\":\"kayskispass\",\"time_zone\":null,\"description\":\"Femme, 22 ans, \\u00e9tudiante en com', en stage \\u00e0 FTV, ex-stagiaire au Monde qui aime aussi le Canard Enchain\\u00e9, Kant, et le Web. Signe distinctif : ard\\u00e9choise. \",\"following\":null,\"geo_enabled\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/347676387\\/reading-book.jpg\",\"profile_background_color\":\"c4a273\",\"location\":\"Paris\",\"id_str\":\"240770123\",\"profile_background_tile\":true,\"followers_count\":67,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609273406\\/IMG00126-20111024-1243_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1609273406\\/IMG00126-20111024-1243_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"3d260c\",\"favourites_count\":2,\"protected\":false,\"friends_count\":243,\"profile_sidebar_border_color\":\"3d260c\",\"name\":\"Claire\",\"contributors_enabled\":false,\"verified\":false,\"id\":240770123,\"statuses_count\":544,\"profile_use_background_image\":true,\"utc_offset\":null},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173185231224979458}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2391000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "48b4c4a6-b0d4-4b1e-8e3d-27930123956b-173185231224979458" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Haaaa bien bien le traitement des tweets ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1609615947/avatar_normal.jpg" +}, +"title": "Christophe WEILL: Haaaa bien bien le traitement des tweets ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2391000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Haaaa bien bien le traitement des tweets ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185232575541248\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":487,\"screen_name\":\"tractataire\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9393,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"location\":\"Montpellier, France\",\"show_all_inline_media\":true,\"listed_count\":18,\"profile_link_color\":\"8f6e31\",\"followers_count\":426,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"description\":\"Communication globale multimedia : print, web, video, e-learning. Curieux et news-addict !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7c985\",\"id_str\":\"24436721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"profile_sidebar_fill_color\":\"a7c964\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"name\":\"Christophe WEILL\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 14 21:54:13 +0000 2009\",\"profile_sidebar_border_color\":\"7b9d01\",\"id\":24436721,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.tractataire.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185232575541248,\"created_at\":\"Fri Feb 24 23:19:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2391000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e637b3d3-520f-44f9-95ac-03716c6f5d4f-173185232575541248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @klaire elle a en effet deux belles colères #blaguenulle", +"img": { +"src": "http://a0.twimg.com/profile_images/1421767677/n775859914_630617_3556_normal.jpg" +}, +"title": "Thibaut: #lgw @klaire elle a en effet deux belles colères #blaguenulle", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2392000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @klaire elle a en effet deux belles col\\u00e8res #blaguenulle\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"klaire\",\"indices\":[5,12],\"id_str\":\"244830380\",\"name\":\"Claire Nicolas\",\"id\":244830380}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"blaguenulle\",\"indices\":[49,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185233989009409\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":436,\"screen_name\":\"thibautchampey\",\"lang\":\"fr\",\"profile_text_color\":\"c8c8cc\",\"statuses_count\":155,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"location\":\"Paris \",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0c0d0d\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"description\":\"Communication enabled geek.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3b3d3d\",\"id_str\":\"282143992\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"profile_sidebar_fill_color\":\"68696e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"name\":\"Thibaut\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 14 16:45:25 +0000 2011\",\"profile_sidebar_border_color\":\"e6ebe4\",\"id\":282143992,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"https:\\/\\/sites.google.com\\/site\\/thibautchampey\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185233989009409,\"created_at\":\"Fri Feb 24 23:19:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2392000, +"tags": [ +{ +"id-ref": "eff6c80c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f1122249-7c59-4e3d-b900-8e275107edb5-173185233989009409" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1845362154/3E0EC892-FEB3-44FD-AA98-331512B5799F_normal" +}, +"title": "Jmc: #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2392000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185237826813952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1022,\"screen_name\":\"Jmcorradi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":185,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845362154\\/3E0EC892-FEB3-44FD-AA98-331512B5799F_normal\",\"description\":\"Ne supporte pas la mauvaise foi et l injustice.motard et guitariste ex triathlete .soutien de #FH2012 \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"436663652\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845362154\\/3E0EC892-FEB3-44FD-AA98-331512B5799F_normal\",\"name\":\"Jmc\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 14 12:15:39 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":436663652,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185237826813952,\"created_at\":\"Fri Feb 24 23:19:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2392000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "04f3f659-8e05-4028-8d82-3b734ada1ea1-173185237826813952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il est où notre ami @jcfrog ?? #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: Il est où notre ami @jcfrog ?? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2393000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il est o\\u00f9 notre ami @jcfrog ?? #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[20,27],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185239835881473\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"Marseille\\/Paris\",\"profile_text_color\":\"3E4415\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"statuses_count\":5140,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Matthieu Michel\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":68460513,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\"},\"truncated\":false,\"id\":173185239835881473,\"created_at\":\"Fri Feb 24 23:19:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2393000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8caf0b4d-c277-411e-aee8-37808732d14c-173185239835881473" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est bizarre d'entendre la voix de @FlorencePorcel alors que je lis ses tweets toute la semaine ^^ #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: C'est bizarre d'entendre la voix de @FlorencePorcel alors que je lis ses tweets toute la semaine ^^ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2393000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"C'est bizarre d'entendre la voix de @FlorencePorcel alors que je lis ses tweets toute la semaine ^^ #lgw\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[36,51],\"name\":\"Florence Porcel\",\"id\":49031173,\"id_str\":\"49031173\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[100,104]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"screen_name\":\"Milcah7\",\"follow_request_sent\":null,\"lang\":\"en\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"181A1E\",\"location\":\"France\",\"favourites_count\":13,\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"profile_text_color\":\"807d80\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"statuses_count\":9484,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"protected\":false,\"is_translator\":false,\"name\":\"Lucie\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_background_color\":\"1A1B1F\",\"id\":63258588,\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"utc_offset\":3600,\"url\":null},\"in_reply_to_status_id\":null,\"id\":173185239697461248,\"created_at\":\"Fri Feb 24 23:19:13 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185239697461248\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2393000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e9c33215-0e01-4769-befc-e64559bc224f-173185239697461248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh j'ai vu @klairefr à la télé ! #lgw <3", +"img": { +"src": "http://a0.twimg.com/profile_images/1612182362/photo_profil_normal.JPG" +}, +"title": "Stéphane Hilarion: Oh j'ai vu @klairefr à la télé ! #lgw <3", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2394000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh j'ai vu @klairefr \\u00e0 la t\\u00e9l\\u00e9 ! #lgw <3\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[11,20],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185242545405952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1094,\"screen_name\":\"stephilarion\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8069,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433624823\\/twilk_background_4f47d7b838680.jpg\",\"location\":\"Bordeaux \\/ Chartrons\",\"show_all_inline_media\":true,\"listed_count\":73,\"profile_link_color\":\"0084B4\",\"followers_count\":1083,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1612182362\\/photo_profil_normal.JPG\",\"description\":\"Journaliste web \\u00e0 Sud Ouest Bordeaux, \\u00e9picurien du lol et adepte de toutes les connexions \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"86339600\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433624823\\/twilk_background_4f47d7b838680.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612182362\\/photo_profil_normal.JPG\",\"name\":\"St\\u00e9phane Hilarion\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 30 15:50:54 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":86339600,\"utc_offset\":3600,\"favourites_count\":92,\"url\":\"http:\\/\\/www.sudouest.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185242545405952,\"created_at\":\"Fri Feb 24 23:19:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2394000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "405ab1b3-d64e-42e5-8bf7-7d2a84e66ff3-173185242545405952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Moi je dis que @Hedia et @ce_cile devraient être les chroniqueuses de #LGW #France5 #Nomination", +"img": { +"src": "http://a3.twimg.com/profile_images/1785404732/Sans_titre_normal.png" +}, +"title": "François Laforestrie: Moi je dis que @Hedia et @ce_cile devraient être les chroniqueuses de #LGW #France5 #Nomination", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2395000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Moi je dis que @Hedia et @ce_cile devraient \\u00eatre les chroniqueuses de #LGW #France5 #Nomination\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Hedia\",\"indices\":[15,21],\"id_str\":\"14409293\",\"name\":\"Hedia\",\"id\":14409293},{\"screen_name\":\"ce_cile\",\"indices\":[25,33],\"id_str\":\"51153731\",\"name\":\"C\\u00e9cile\",\"id\":51153731}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[70,74]},{\"text\":\"France5\",\"indices\":[75,83]},{\"text\":\"Nomination\",\"indices\":[84,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185246458683392\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":200,\"screen_name\":\"Francoislaf1\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":424,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Global\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":306,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1785404732\\/Sans_titre_normal.png\",\"description\":\"Coolest radio, TV & digital entrepreneur, @Storination, co-founder GenerationsFM.com & Canalstreet.tv.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"48560345\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1785404732\\/Sans_titre_normal.png\",\"name\":\"Fran\\u00e7ois Laforestrie\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 01:10:56 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":48560345,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185246458683392,\"created_at\":\"Fri Feb 24 23:19:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2395000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eff74ff2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6022e166-d271-4530-8235-d93e000e46da-173185246458683392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bah cette émission est bien nul à chier ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1850540154/image_normal.jpg" +}, +"title": "Lucas Gindreau: Bah cette émission est bien nul à chier ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2395000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bah cette \\u00e9mission est bien nul \\u00e0 chier ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185246643236864\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":26,\"screen_name\":\"LucasGindreau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850540154\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"501033376\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850540154\\/image_normal.jpg\",\"name\":\"Lucas Gindreau\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 23 18:32:43 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":501033376,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185246643236864,\"created_at\":\"Fri Feb 24 23:19:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2395000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d11c912b-0abb-4fff-ab59-c99031818aa5-173185246643236864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #lgw”", +"img": { +"src": "http://a2.twimg.com/profile_images/1811600999/IMG_1752_normal.jpg" +}, +"title": "holdenfr: #cqui #lgw”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2395000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui #lgw\\u201d\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185248182542336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":240,\"screen_name\":\"holdenfr74\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":789,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1811600999\\/IMG_1752_normal.jpg\",\"description\":\"Les propos tenus ici n'engagent personne...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"id_str\":\"298602602\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"969a9c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811600999\\/IMG_1752_normal.jpg\",\"name\":\"holdenfr\",\"default_profile_image\":false,\"created_at\":\"Sat May 14 16:12:05 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":298602602,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185248182542336,\"created_at\":\"Fri Feb 24 23:19:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2395000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6a70641d-ab21-4f3c-b04f-2b0ce73e0a51-173185248182542336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@frenchdidou France 5... et je saurais pas t'expliquer ce que c'est vraiment. Une émission qui tourne autour du net, et autour du pot. #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1676302062/Sans_titre_1_normal.jpg" +}, +"title": "ZS: @frenchdidou France 5... et je saurais pas t'expliquer ce que c'est vraiment. Une émission qui tourne autour du net, et autour du pot. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2395000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@frenchdidou France 5... et je saurais pas t'expliquer ce que c'est vraiment. Une \\u00e9mission qui tourne autour du net, et autour du pot. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"frenchdidou\",\"indices\":[0,12],\"id_str\":\"46967220\",\"name\":\"Chatminoute \",\"id\":46967220}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[135,139]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173184984973189121\",\"id_str\":\"173185250380353536\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173184984973189121,\"in_reply_to_user_id_str\":\"46967220\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":136,\"screen_name\":\"Alboss_ZS\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3829,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\",\"description\":\"Passionn\\u00e9 de m\\u00e9dias, politique, actualit\\u00e9. Je tweete sur tout ce qui bouge, \\u00e0 peu pr\\u00e8s. En campagne pour #NS2012. Mais j'ai des followers #FDG et j'le vis bien.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"429480778\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\",\"name\":\"ZS\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 06 01:09:27 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":429480778,\"utc_offset\":null,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":\"frenchdidou\",\"truncated\":false,\"id\":173185250380353536,\"created_at\":\"Fri Feb 24 23:19:15 +0000 2012\",\"in_reply_to_user_id\":46967220}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2395000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d02daabf-d58c-45e7-8f57-ee5d32278333-173185250380353536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw fait mal aux yeux et au cerveau. Comme d'habitude donc. #France3TvLorraine", +"img": { +"src": "http://a2.twimg.com/profile_images/1677936133/image_normal.jpg" +}, +"title": "_Claire_: #lgw fait mal aux yeux et au cerveau. Comme d'habitude donc. #France3TvLorraine", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2396000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw fait mal aux yeux et au cerveau. Comme d'habitude donc. #France3TvLorraine\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"France3TvLorraine\",\"indices\":[61,79]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185250992721921\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"clairebesancon\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":228,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":255,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1677936133\\/image_normal.jpg\",\"description\":\"_Je_Suis_,_Tu_Suis_____._ _[_DA_Chez_1984_____]_\",\"statuses_count\":4055,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/271220146\\/hohler-2.jpg\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"49713135\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"_Claire_\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/271220146\\/hohler-2.jpg\",\"created_at\":\"Mon Jun 22 18:17:19 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":49713135,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/leffetwaou.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1677936133\\/image_normal.jpg\"},\"truncated\":false,\"id\":173185250992721921,\"created_at\":\"Fri Feb 24 23:19:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2396000, +"tags": [ +{ +"id-ref": "eff7be4c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5d93ce55-a9a5-4c12-9bc3-4a134869e060-173185250992721921" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1652615368/Anbastom_normal.jpg" +}, +"title": "Anbastom: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2396000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185250988527616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":169,\"screen_name\":\"Anbastom\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9006,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"72\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\",\"description\":\"#TeamLumbago \\/\\/ Un jour j'ai cru que j'etais intelligente mais en fait...NON.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"72400860\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\",\"name\":\"Anbastom\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 07 22:34:23 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":72400860,\"utc_offset\":0,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185250988527616,\"created_at\":\"Fri Feb 24 23:19:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2396000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8ff494e8-2a92-4440-8ea7-1955e925ee5b-173185250988527616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Le professeur Rollin à toujours quelque chose à dire !", +"img": { +"src": "http://a0.twimg.com/profile_images/1849287081/aYnrwQ30_normal" +}, +"title": "Barbara: #lgw Le professeur Rollin à toujours quelque chose à dire !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2397000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Le professeur Rollin \\u00e0 toujours quelque chose \\u00e0 dire !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185257481306113\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":38,\"screen_name\":\"babevva\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":172,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849287081\\/aYnrwQ30_normal\",\"description\":\"Je suis l\\u00e0 pour m'amuser, rire, pour partager ma vie avec vous :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"94037513\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849287081\\/aYnrwQ30_normal\",\"name\":\"Barbara\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 02 06:48:45 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":94037513,\"utc_offset\":3600,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185257481306113,\"created_at\":\"Fri Feb 24 23:19:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2397000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e61a1ccc-a454-4fc7-8bcb-05a9f64d4099-173185257481306113" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @GabytaineFlam: Je comprends pas. Pourquoi @KlaireFr n'a pas parlé de loutres ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1846718877/Ic_nePoireau_Yeux08-2011-02_normal.jpg" +}, +"title": "Le_M_Poireau: RT @GabytaineFlam: Je comprends pas. Pourquoi @KlaireFr n'a pas parlé de loutres ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2398000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"RT @GabytaineFlam: Je comprends pas. Pourquoi @KlaireFr n'a pas parl\\u00e9 de loutres ? #lgw\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"GabytaineFlam\",\"indices\":[3,17],\"name\":\"R\\u00e9mi\",\"id\":161146189,\"id_str\":\"161146189\"},{\"screen_name\":\"KlaireFr\",\"indices\":[46,55],\"name\":\"Klaire.fr\",\"id\":28096610,\"id_str\":\"28096610\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[83,87]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"web\",\"retweeted_status\":{\"truncated\":false,\"text\":\"Je comprends pas. Pourquoi @KlaireFr n'a pas parl\\u00e9 de loutres ? #lgw\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[27,36],\"name\":\"Klaire.fr\",\"id\":28096610,\"id_str\":\"28096610\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[64,68]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"screen_name\":\"GabytaineFlam\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"4BB7DF\",\"location\":\"Toulouse.\",\"favourites_count\":98,\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"profile_text_color\":\"8FCAE0\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"statuses_count\":5848,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"protected\":false,\"is_translator\":false,\"name\":\"R\\u00e9mi\",\"default_profile\":false,\"time_zone\":\"Greenland\",\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_background_color\":\"59BEE4\",\"id\":161146189,\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"utc_offset\":-10800,\"url\":null},\"in_reply_to_status_id\":null,\"id\":173184881768136704,\"created_at\":\"Fri Feb 24 23:17:48 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184881768136704\"},\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"profile_sidebar_fill_color\":\"ddffcd\",\"screen_name\":\"Le_M_Poireau\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"bddcad\",\"location\":\"Bruxelles\",\"favourites_count\":0,\"description\":\"Pensez \\u00e0 ceux qui n'en ont pas et ne g\\u00e2chez pas votre humour inutilement. http:\\/\\/photosdecampagne.tumblr.com\\/ | http:\\/\\/riendimportant.tumblr.com\\/\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":false,\"friends_count\":6530,\"profile_text_color\":\"333333\",\"followers_count\":6011,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"statuses_count\":54063,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"show_all_inline_media\":true,\"listed_count\":418,\"profile_link_color\":\"0084b4\",\"protected\":false,\"is_translator\":false,\"name\":\"Le_M_Poireau\",\"default_profile\":false,\"time_zone\":\"Brussels\",\"created_at\":\"Sat Nov 17 11:32:14 +0000 2007\",\"profile_background_color\":\"ffffff\",\"id\":10330232,\"id_str\":\"10330232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"utc_offset\":3600,\"url\":\"http:\\/\\/monsieurpoireau.blogspot.com\"},\"in_reply_to_status_id\":null,\"id\":173185259473616896,\"created_at\":\"Fri Feb 24 23:19:18 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185259473616896\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2398000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aab52770-7419-4b6b-b8c3-0b204d9d2009-173185259473616896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est quoi cette chemise?!!!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1401793481/image_normal.jpg" +}, +"title": "ossoro cecilia: #lgw c'est quoi cette chemise?!!!!", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2399000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c'est quoi cette chemise?!!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.40826364,48.84881412]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185267124027392\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.84881412,2.40826364]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":511,\"screen_name\":\"CeciliaOssoro\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":3484,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/217475680\\/tumblr_ldh5glCEV41qerbgeo1_500.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"followers_count\":430,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1401793481\\/image_normal.jpg\",\"description\":\"Fashion Good Music Addict - French - Chef de Projet Digital Cond\\u00e9 Nast (Vogue, GQ, Glamour) - Love HipHop Soul Music - \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"19884471\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/217475680\\/tumblr_ldh5glCEV41qerbgeo1_500.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1401793481\\/image_normal.jpg\",\"name\":\"ossoro cecilia\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 02 00:05:57 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":19884471,\"utc_offset\":-10800,\"favourites_count\":37,\"url\":\"http:\\/\\/flavors.me\\/ceciliaossoro\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185267124027392,\"created_at\":\"Fri Feb 24 23:19:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2399000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a4b8bc7f-72d8-4512-8aae-344e26c32915-173185267124027392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste , sauf si il n'a pas envie hein, je force personne", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "tvitter: #lgw #ilreste , sauf si il n'a pas envie hein, je force personne", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2400000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste , sauf si il n'a pas envie hein, je force personne\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185270672396288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"frtvitter\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502064059\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"name\":\"tvitter\",\"default_profile_image\":true,\"created_at\":\"Fri Feb 24 19:33:41 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502064059,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185270672396288,\"created_at\":\"Fri Feb 24 23:19:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2400000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "38e534a4-ad96-40f7-ac94-fa348c3adfad-173185270672396288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1825372939/image_normal.jpg" +}, +"title": "Arthur aiiight!: #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2400000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185271356063744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":307,\"screen_name\":\"acrombez_FR\",\"lang\":\"fr\",\"profile_text_color\":\"6b6b6b\",\"statuses_count\":3828,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/326515015\\/fondtwitter.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"363636\",\"followers_count\":167,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1825372939\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"a3a3a3\",\"id_str\":\"369510225\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/326515015\\/fondtwitter.png\",\"profile_sidebar_fill_color\":\"f9fbfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1825372939\\/image_normal.jpg\",\"name\":\"Arthur aiiight!\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 07 13:48:20 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":369510225,\"utc_offset\":3600,\"favourites_count\":15,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185271356063744,\"created_at\":\"Fri Feb 24 23:19:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2400000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cb014170-9dac-4b94-b51e-02bcc4055b35-173185271356063744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Moi je t'aime francois un peu d'amour #ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1713713446/y2hGG1JD_normal" +}, +"title": "Martin: Moi je t'aime francois un peu d'amour #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2400000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Moi je t'aime francois un peu d'amour #ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[38,46]},{\"text\":\"lgw\",\"indices\":[47,51]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.5988963,47.0107193],[2.728057,47.0107193],[2.728057,47.0517092],[2.5988963,47.0517092]]]},\"attributes\":{},\"full_name\":\"Avord, Cher\",\"name\":\"Avord\",\"id\":\"1b31cb3ad2aae5b1\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/1b31cb3ad2aae5b1.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.63616912,47.03705183]},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[47.03705183,2.63616912]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185271326720001\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Goguemartin\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":331,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":112,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1713713446\\/y2hGG1JD_normal\",\"description\":\"Je suis passionn\\u00e9 par les nouvelles technologies, leurs impacts sur les soci\\u00e9t\\u00e9s et sur notre vie de tous les jours.\",\"statuses_count\":235,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"93A644\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"76636047\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Martin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"created_at\":\"Wed Sep 23 12:55:16 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":76636047,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.viadeo.com\\/fr\\/profile\\/martin.gogue\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1713713446\\/y2hGG1JD_normal\"},\"truncated\":false,\"id\":173185271326720001,\"created_at\":\"Fri Feb 24 23:19:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2400000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "76594a6c-ccd9-498e-b131-06f771902b35-173185271326720001" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1846405931/IMG_1710_normal.jpg" +}, +"title": "LaFilledelaCom: RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2402000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @RabaTaJoie: Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"RabaTaJoie\",\"indices\":[3,14],\"id_str\":\"304883768\",\"name\":\"CasseCouilles\",\"id\":304883768}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[78,82]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185028925304833\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":360,\"screen_name\":\"RabaTaJoie\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9008,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"La France de l'exterieur \",\"show_all_inline_media\":true,\"listed_count\":49,\"profile_link_color\":\"009999\",\"followers_count\":660,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"description\":\"Trois personnes peuvent garder un secret, si deux d'entre elles sont mortes. - B. Franklin.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"304883768\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"name\":\"CasseCouilles\",\"default_profile_image\":false,\"created_at\":\"Wed May 25 08:22:01 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":304883768,\"utc_offset\":3600,\"favourites_count\":67,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185028925304833,\"created_at\":\"Fri Feb 24 23:18:23 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185276317925377\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":225,\"screen_name\":\"laFilledelaCom\",\"lang\":\"fr\",\"profile_text_color\":\"3b3a3b\",\"statuses_count\":29246,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Coquetteville\",\"show_all_inline_media\":true,\"listed_count\":116,\"profile_link_color\":\"b3006b\",\"followers_count\":2488,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846405931\\/IMG_1710_normal.jpg\",\"description\":\"Plus Pierre Richard que Barbie, je vends parfois du r\\u00eave (j'ai bien dit PARFOIS !). \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"f7e8ea\",\"id_str\":\"138509945\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"f7eaf3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846405931\\/IMG_1710_normal.jpg\",\"name\":\"LaFilledelaCom\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 29 19:10:14 +0000 2010\",\"profile_sidebar_border_color\":\"edbee7\",\"id\":138509945,\"utc_offset\":null,\"favourites_count\":76,\"url\":\"http:\\/\\/lafilledelacom.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185276317925377,\"created_at\":\"Fri Feb 24 23:19:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2402000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "519acec7-03eb-4b44-8792-f4a6ef60462a-173185276317925377" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LoopingPAL: #lgw @captainweb @FlorencePorcel DES TICKETS RESTO POUR L'ADC! \n(Tous ensemble !)", +"img": { +"src": "http://a3.twimg.com/profile_images/1637487998/IMGP11922_normal.jpg" +}, +"title": "Geoffroy: RT @LoopingPAL: #lgw @captainweb @FlorencePorcel DES TICKETS RESTO POUR L'ADC! \n(Tous ensemble !)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2402000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LoopingPAL: #lgw @captainweb @FlorencePorcel DES TICKETS RESTO POUR L'ADC! \\n(Tous ensemble !)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LoopingPAL\",\"indices\":[3,14],\"name\":\"Pierre-Alexandre L.\",\"id_str\":\"35580040\",\"id\":35580040},{\"screen_name\":\"captainweb\",\"indices\":[21,32],\"name\":\"Siegfried Thouvenot\",\"id_str\":\"18554168\",\"id\":18554168},{\"screen_name\":\"FlorencePorcel\",\"indices\":[33,48],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw @captainweb @FlorencePorcel DES TICKETS RESTO POUR L'ADC! \\n(Tous ensemble !)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"captainweb\",\"indices\":[5,16],\"name\":\"Siegfried Thouvenot\",\"id_str\":\"18554168\",\"id\":18554168},{\"screen_name\":\"FlorencePorcel\",\"indices\":[17,32],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182696481234944\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LoopingPAL\",\"lang\":\"fr\",\"favourites_count\":26,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":108,\"location\":\"Gien 45\",\"profile_text_color\":\"333333\",\"followers_count\":36,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/185086413\\/photo_34204094_2_normal.jpg\",\"description\":\"En BTS Electrotechnique, un iPhone greff\\u00e9 \\u00e0 une main, une Dualshock \\u00e0 l'autre\\u2026\",\"statuses_count\":551,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"35580040\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre-Alexandre L.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Apr 26 22:10:24 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":35580040,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/185086413\\/photo_34204094_2_normal.jpg\"},\"truncated\":false,\"id\":173182696481234944,\"created_at\":\"Fri Feb 24 23:09:07 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185277102276608\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Geo3030\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":47,\"location\":\"France Gard 30\",\"profile_text_color\":\"333333\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1637487998\\/IMGP11922_normal.jpg\",\"description\":\"\",\"statuses_count\":110,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"222404631\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Geoffroy\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Dec 03 09:44:15 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":222404631,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.freeshing.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1637487998\\/IMGP11922_normal.jpg\"},\"truncated\":false,\"id\":173185277102276608,\"created_at\":\"Fri Feb 24 23:19:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2402000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "14f57f49-c424-4346-a4d3-0b8b8eda317f-173185277102276608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Entre vos #Césars, vos #LGW et vos #CI, j'ai un peu l'impression d'être au beau milieu d'un gang bang de livetweets contre mon gré.", +"img": { +"src": "http://a0.twimg.com/profile_images/1813929904/TwavatarZS_normal.png" +}, +"title": "[Nom du sujet]: Entre vos #Césars, vos #LGW et vos #CI, j'ai un peu l'impression d'être au beau milieu d'un gang bang de livetweets contre mon gré.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2404000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Entre vos #C\\u00e9sars, vos #LGW et vos #CI, j'ai un peu l'impression d'\\u00eatre au beau milieu d'un gang bang de livetweets contre mon gr\\u00e9.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"C\\u00e9sars\",\"indices\":[10,17]},{\"text\":\"LGW\",\"indices\":[23,27]},{\"text\":\"CI\",\"indices\":[35,38]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185287571243008\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"Ilagee\",\"lang\":\"en\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":289,\"location\":\"[Ville du sujet]\",\"profile_text_color\":\"000000\",\"followers_count\":1025,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813929904\\/TwavatarZS_normal.png\",\"description\":\"J'ai cr\\u00e9\\u00e9 Z\\u00e9ros Sociaux, c'est un site sur les internets.\\r\\nAh, et j'ai une IMPRESSIONNANTE collection de dinosaures en plastique.\\r\\nC'est pas pour p\\u00e9cho, tkt.\",\"statuses_count\":11876,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/233715649\\/black_pattern.jpg\",\"show_all_inline_media\":true,\"listed_count\":78,\"profile_link_color\":\"d93c3c\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"189097725\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"[Nom du sujet]\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/233715649\\/black_pattern.jpg\",\"created_at\":\"Fri Sep 10 11:26:10 +0000 2010\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":189097725,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/zeros-sociaux.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813929904\\/TwavatarZS_normal.png\"},\"truncated\":false,\"id\":173185287571243008,\"created_at\":\"Fri Feb 24 23:19:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2404000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eff8cb8e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "47b31c78-68b4-4e39-a4ff-68399f4a696b-173185287571243008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Est-ce qu'on peut dénoncer #lgw à @entoutemodestie pour son principe de base ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1817743835/image_normal.jpg" +}, +"title": "Christo Bee: Est-ce qu'on peut dénoncer #lgw à @entoutemodestie pour son principe de base ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2405000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Est-ce qu'on peut d\\u00e9noncer #lgw \\u00e0 @entoutemodestie pour son principe de base ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"entoutemodestie\",\"indices\":[34,50],\"id_str\":\"216531111\",\"name\":\"En toute modestie.\",\"id\":216531111}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185290113003520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":94,\"screen_name\":\"dreamingoldfish\",\"lang\":\"fr\",\"profile_text_color\":\"0a090a\",\"statuses_count\":3840,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/358714278\\/1600x1200.jpg\",\"location\":\"Nantes, France\",\"show_all_inline_media\":true,\"listed_count\":21,\"profile_link_color\":\"0438bd\",\"followers_count\":188,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817743835\\/image_normal.jpg\",\"description\":\"Bande Dessin\\u00e9e ( #9eArt ), Cin\\u00e9ma, Musique & Trucs \\u00e0 #Nantes , souvent avec @_Lillium_ .\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"06666b\",\"id_str\":\"17711887\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/358714278\\/1600x1200.jpg\",\"profile_sidebar_fill_color\":\"bad5f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817743835\\/image_normal.jpg\",\"name\":\"Christo Bee\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 28 16:34:06 +0000 2008\",\"profile_sidebar_border_color\":\"000000\",\"id\":17711887,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/dreamingoldfish\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185290113003520,\"created_at\":\"Fri Feb 24 23:19:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2405000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fea63e30-058c-4030-8854-3f04c3d9dbba-173185290113003520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@zaraa et tu trolles trolles trolles ce refrain qui te plaît, et tu trolles trolles trolles c'est ta façon d'aimer… #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1775456404/zetourist_avatar_normal.png" +}, +"title": "Zetourist: @zaraa et tu trolles trolles trolles ce refrain qui te plaît, et tu trolles trolles trolles c'est ta façon d'aimer… #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2405000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@zaraa et tu trolles trolles trolles ce refrain qui te pla\\u00eet, et tu trolles trolles trolles c'est ta fa\\u00e7on d'aimer\\u2026 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ZaraA\",\"indices\":[0,6],\"id_str\":\"7031872\",\"name\":\"Emmanuel Torregano\",\"id\":7031872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[116,120]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173181657707323392\",\"id_str\":\"173185290930888705\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173181657707323392,\"in_reply_to_user_id_str\":\"7031872\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1005,\"screen_name\":\"Zetourist\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17382,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/57801775\\/nirvana.jpg\",\"location\":\"Cyberespace\",\"show_all_inline_media\":true,\"listed_count\":124,\"profile_link_color\":\"0084B4\",\"followers_count\":1377,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1775456404\\/zetourist_avatar_normal.png\",\"description\":\"Pirate\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"35454634\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57801775\\/nirvana.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775456404\\/zetourist_avatar_normal.png\",\"name\":\"Zetourist\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 26 12:24:39 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":35454634,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/ddi.partipirate.org\\/fr\\/txt\"},\"in_reply_to_screen_name\":\"ZaraA\",\"truncated\":false,\"id\":173185290930888705,\"created_at\":\"Fri Feb 24 23:19:25 +0000 2012\",\"in_reply_to_user_id\":7031872}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2405000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "25b3d55a-d9f2-4388-b01e-2897bd907a53-173185290930888705" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@BastienJoseph31: MAMAN, MAMAN ON A VU MA TÊTE A MA TÉLÉ ! #cqui #lgw”", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: “@BastienJoseph31: MAMAN, MAMAN ON A VU MA TÊTE A MA TÉLÉ ! #cqui #lgw”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2406000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@BastienJoseph31: MAMAN, MAMAN ON A VU MA T\\u00caTE A MA T\\u00c9L\\u00c9 ! #cqui #lgw\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BastienJoseph31\",\"indices\":[1,17],\"id_str\":\"191087175\",\"name\":\"Bastien Joseph\",\"id\":191087175}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[61,66]},{\"text\":\"lgw\",\"indices\":[67,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185293766238211\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185293766238211,\"created_at\":\"Fri Feb 24 23:19:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2406000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e74211a7-667e-477b-8002-29a7d9824f48-173185293766238211" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allez @francoisrollin #lgw #ilReste", +"img": { +"src": "http://a0.twimg.com/profile_images/1819882790/tetocarre_normal.jpg" +}, +"title": "Cédric BILLAUDELLE: Allez @francoisrollin #lgw #ilReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2407000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Allez @francoisrollin #lgw #ilReste\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[6,21],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]},{\"text\":\"ilReste\",\"indices\":[27,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185298237370368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"Cbill0\",\"lang\":\"fr\",\"profile_text_color\":\"F2ECF9\",\"statuses_count\":1109,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"location\":\"Lille, FR\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"1a1aba\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 l'IAE de Lille, mais pur produit des Ardennes. Aime beaucoup apprendre, mais n'aime pas qu'on lui fasse la le\\u00e7on.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E44B22\",\"id_str\":\"84313428\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"profile_sidebar_fill_color\":\"2C446A\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"name\":\"C\\u00e9dric BILLAUDELLE\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 12:34:22 +0000 2009\",\"profile_sidebar_border_color\":\"0C0F22\",\"id\":84313428,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185298237370368,\"created_at\":\"Fri Feb 24 23:19:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2407000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1fbe21ff-6557-43f4-9e3d-f76ed2706703-173185298237370368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si le professeur et Vinci font des petits, vous m'en mettrez un de côté #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1750530862/profil_normal.jpg" +}, +"title": "Sophissime: Si le professeur et Vinci font des petits, vous m'en mettrez un de côté #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2408000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Si le professeur et Vinci font des petits, vous m'en mettrez un de c\\u00f4t\\u00e9 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185301576040449\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":12,\"screen_name\":\"Sophissime\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":21,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1750530862\\/profil_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"400346380\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1750530862\\/profil_normal.jpg\",\"name\":\"Sophissime\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 28 21:56:59 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":400346380,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185301576040449,\"created_at\":\"Fri Feb 24 23:19:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2408000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "290fa421-2323-48d0-8d71-0bf13e970044-173185301576040449" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ok, oubliez la musique, moi je me casse... #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1725590755/jak-avatar-twitter_normal.png" +}, +"title": "Axel Leroy: Ok, oubliez la musique, moi je me casse... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2409000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ok, oubliez la musique, moi je me casse... #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185306990870528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":304,\"screen_name\":\"BlackEco\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13160,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"location\":\"Versailles, France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":191,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"description\":\"I'm a 18 years old french geek, passionated by Anglo-Saxon culture, computing, music, Internet, video games, movies, other geek stuffs and cars.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"94871785\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"name\":\"Axel Leroy\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 05 21:28:19 +0000 2009\",\"profile_sidebar_border_color\":\"00bbff\",\"id\":94871785,\"utc_offset\":3600,\"favourites_count\":142,\"url\":\"http:\\/\\/www.blackeco.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185306990870528,\"created_at\":\"Fri Feb 24 23:19:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2409000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0b44bb69-5fa1-40bc-a4cd-c89dfaad44a0-173185306990870528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est normal, on regardait les #cesar au début de l'émission #lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1848652502/332954645_normal.jpg" +}, +"title": "Leila Agic: C'est normal, on regardait les #cesar au début de l'émission #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2409000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est normal, on regardait les #cesar au d\\u00e9but de l'\\u00e9mission #lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cesar\",\"indices\":[31,37]},{\"text\":\"lgw\",\"indices\":[61,65]},{\"text\":\"cqui\",\"indices\":[66,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185308563742720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1197,\"screen_name\":\"LeilaAgic\",\"lang\":\"fr\",\"profile_text_color\":\"d61170\",\"statuses_count\":13605,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"23acc4\",\"followers_count\":1721,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"description\":\"Ancienne co-Responsable Internet et campagne jeunes pour @RoyalSegolene lors de primaires citoyennes. Socialo-Ecolo-S\\u00e9gol\\u00e9niste #SRoyal \\/ #FH2012 \\/ #NVB2012\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"79575617\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"name\":\"Leila Agic\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 03 22:02:21 +0000 2009\",\"profile_sidebar_border_color\":\"f50e48\",\"id\":79575617,\"utc_offset\":3600,\"favourites_count\":200,\"url\":\"http:\\/\\/on.fb.me\\/hSrN0O\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185308563742720,\"created_at\":\"Fri Feb 24 23:19:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2409000, +"tags": [ +{ +"id-ref": "ef6b9f0c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fd69a597-26ab-4ab0-9b0e-d301ba9797a5-173185308563742720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plus l’émission avance, moins les gens savent qui vous êtes Ahahah ! #lgw #rollin #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1801176537/profile_normal.jpg" +}, +"title": "rachoubidou69: Plus l’émission avance, moins les gens savent qui vous êtes Ahahah ! #lgw #rollin #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2411000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Plus l\\u2019\\u00e9mission avance, moins les gens savent qui vous \\u00eates Ahahah ! #lgw #rollin #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]},{\"text\":\"rollin\",\"indices\":[74,81]},{\"text\":\"ilreste\",\"indices\":[82,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185317363392512\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":61,\"screen_name\":\"rachoubidou69\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":259,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/398766806\\/128427.jpg\",\"location\":\"France, Cremieu\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":24,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801176537\\/profile_normal.jpg\",\"description\":\"On rencontre sa femme sur Meetic, la trompe sur Facebook, annonce le divorce sur Twitter et vends la baraque sur Ebay\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"396071969\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/398766806\\/128427.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801176537\\/profile_normal.jpg\",\"name\":\"rachoubidou69\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 22 18:06:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":396071969,\"utc_offset\":3600,\"favourites_count\":31,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185317363392512,\"created_at\":\"Fri Feb 24 23:19:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2411000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa96512-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8b2bed6e-6ede-4e57-859d-4215621a70f4-173185317363392512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW n'empêche que @FlorencePorcel est vraiment craquante @LeGrandWebze", +"img": { +"src": "http://a3.twimg.com/profile_images/1186579939/skullpat4playboy_normal.jpg" +}, +"title": "skullpat: #LGW n'empêche que @FlorencePorcel est vraiment craquante @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2411000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW n'emp\\u00eache que @FlorencePorcel est vraiment craquante @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[19,34],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173},{\"screen_name\":\"LeGrandWebze\",\"indices\":[58,71],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185317413724162\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":712,\"screen_name\":\"skullpat\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":23403,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"location\":\"Atlantic Ocean\",\"show_all_inline_media\":false,\"listed_count\":104,\"profile_link_color\":\"44a1d0\",\"followers_count\":1372,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\",\"description\":\"Voyageur permanent !! http:\\/\\/marseille.tv\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"8148052\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"profile_sidebar_fill_color\":\"ecebef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\",\"name\":\"skullpat\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 12 23:46:20 +0000 2007\",\"profile_sidebar_border_color\":\"faaa16\",\"id\":8148052,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/skullpat.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185317413724162,\"created_at\":\"Fri Feb 24 23:19:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2411000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ec4a65e0-8459-422e-9ab4-d4a06401013f-173185317413724162" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "NONNNNNN j'ai raté @KlaireFr ;-(((( #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1621227345/IMG_2129b__Copier__normal.jpg" +}, +"title": "imnotalone: NONNNNNN j'ai raté @KlaireFr ;-(((( #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2411000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"KlaireFr\",\"favorited\":false,\"text\":\"NONNNNNN j'ai rat\\u00e9 @KlaireFr ;-(((( #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[19,28],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"in_reply_to_user_id\":28096610,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/seesmic_desktop\\/sd2\\\" rel=\\\"nofollow\\\"\\u003ESeesmic Desktop\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173185078086737920,\"in_reply_to_status_id_str\":\"173185078086737920\",\"id_str\":\"173185315937329153\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"imnotalone\",\"lang\":\"en\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":585,\"location\":\"wherever I can twit! \",\"profile_text_color\":\"666666\",\"followers_count\":2340,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1621227345\\/IMG_2129b__Copier__normal.jpg\",\"description\":\"A mes heures perdues, j'ai une vie bien remplie. L\\u00e0 aussi http:\\/\\/telling-stories.fr\\/ \",\"statuses_count\":40510,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":180,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"18002294\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"imnotalone\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Tue Dec 09 21:01:01 +0000 2008\",\"profile_sidebar_fill_color\":\"252429\",\"id\":18002294,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/imnotalone.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1621227345\\/IMG_2129b__Copier__normal.jpg\"},\"truncated\":false,\"id\":173185315937329153,\"created_at\":\"Fri Feb 24 23:19:31 +0000 2012\",\"in_reply_to_user_id_str\":\"28096610\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2411000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c6bcaeca-394c-4a16-8372-2751b7b6b810-173185315937329153" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pas fan du nouveau plateau et l'absence de @FlorencePorcel bien en vue sur le plateau c'est comme retirer la Joconde du Louvre :( #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/562172017/cobra_normal.jpg" +}, +"title": "Stefcore: Pas fan du nouveau plateau et l'absence de @FlorencePorcel bien en vue sur le plateau c'est comme retirer la Joconde du Louvre :( #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2412000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pas fan du nouveau plateau et l'absence de @FlorencePorcel bien en vue sur le plateau c'est comme retirer la Joconde du Louvre :( #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[43,58],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[130,134]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185319758331904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":220,\"screen_name\":\"Stefcore\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1225,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/425155396\\/uIuZ3.jpg\",\"location\":\"Le Mans\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"9D582E\",\"followers_count\":87,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/562172017\\/cobra_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"20301079\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425155396\\/uIuZ3.jpg\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/562172017\\/cobra_normal.jpg\",\"name\":\"Stefcore\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 07 09:29:45 +0000 2009\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":20301079,\"utc_offset\":3600,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185319758331904,\"created_at\":\"Fri Feb 24 23:19:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2412000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8fd23401-2251-4dac-b8de-9182f47f66ca-173185319758331904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste en TT France :o #lgw Mais on se demande toujours #cQui", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: #ilReste en TT France :o #lgw Mais on se demande toujours #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2414000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilReste en TT France :o #lgw Mais on se demande toujours #cQui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"cQui\",\"indices\":[58,63]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185326796382209\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3247,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173185326796382209,\"created_at\":\"Fri Feb 24 23:19:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2414000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "147f9928-f1b9-4f19-9e18-6de667574630-173185326796382209" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "T'as voter deux fois dans la même catégorie @Lalee_retour tricheuse va :) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1625442476/24_normal.jpg" +}, +"title": "Christophe Doublet: T'as voter deux fois dans la même catégorie @Lalee_retour tricheuse va :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2414000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"T'as voter deux fois dans la m\\u00eame cat\\u00e9gorie @Lalee_retour tricheuse va :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Lalee_retour\",\"indices\":[44,57],\"id_str\":\"252150894\",\"name\":\"Lal\\u00e9e Pinoncely\",\"id\":252150894}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[74,78]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185326787989504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":459,\"screen_name\":\"ChrisPC34\",\"lang\":\"fr\",\"profile_text_color\":\"535ae6\",\"statuses_count\":1157,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/426927890\\/twitt.jpg\",\"location\":\"H\\u00e9rault\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1625442476\\/24_normal.jpg\",\"description\":\"D\\u00e9pannage informatique, site web, r\\u00e9seau .\\r\\nSous traitance : Vous livrez,nous installons vos clients dans le Languedoc Roussillon .\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"133503769\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426927890\\/twitt.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1625442476\\/24_normal.jpg\",\"name\":\"Christophe Doublet\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 15 23:59:03 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":133503769,\"utc_offset\":-10800,\"favourites_count\":33,\"url\":\"http:\\/\\/www.pc34.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185326787989504,\"created_at\":\"Fri Feb 24 23:19:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2414000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "47dc75ee-515d-4001-b74e-fec752c9720d-173185326787989504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Enooooorme! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: Enooooorme! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2414000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Enooooorme! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185326934802434\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9483,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185326934802434,\"created_at\":\"Fri Feb 24 23:19:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2414000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "117af5cb-c002-45f1-abd4-a2b18af2e3b6-173185326934802434" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Now Diffusing : Suzanne Cleary et Peter Harding. Vous pourrez retrouver toutes nos vidéos sur notre compte Dailymotion après l'émission #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Now Diffusing : Suzanne Cleary et Peter Harding. Vous pourrez retrouver toutes nos vidéos sur notre compte Dailymotion après l'émission #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2414000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Now Diffusing : Suzanne Cleary et Peter Harding. Vous pourrez retrouver toutes nos vid\\u00e9os sur notre compte Dailymotion apr\\u00e8s l'\\u00e9mission #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[136,140]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185328444751872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3223,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185328444751872,\"created_at\":\"Fri Feb 24 23:19:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2414000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4b28cd7e-0359-412e-a8b2-e9a84c34f0a5-173185328444751872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je comprends toujours rien #lgw :(", +"img": { +"src": "http://a3.twimg.com/profile_images/1841813894/hipster_9_2_normal.png" +}, +"title": "Pierre: Je comprends toujours rien #lgw :(", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2415000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je comprends toujours rien #lgw :(\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185334090280961\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"not_pierre\",\"lang\":\"fr\",\"favourites_count\":33,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":695,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":961,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1841813894\\/hipster_9_2_normal.png\",\"description\":\"Media addict, urbanisme, \\u00e9tudiant en droit, libre penseur, Since 1990 (Y Product) \\nTweet in (French\\/English\\/German) #travel #G\\u00e9opolitique #newsjunkie #PRG \",\"statuses_count\":38905,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/419177584\\/Golden_Gate_Bridge__Marin_Headlands__San_Francisco__California.jpg\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"13b9f5\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"325183094\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/419177584\\/Golden_Gate_Bridge__Marin_Headlands__San_Francisco__California.jpg\",\"created_at\":\"Mon Jun 27 21:40:38 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":325183094,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841813894\\/hipster_9_2_normal.png\"},\"truncated\":false,\"id\":173185334090280961,\"created_at\":\"Fri Feb 24 23:19:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2415000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "66b794bf-b45b-4829-a727-0a5d75d709bb-173185334090280961" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cqui le mec bien habillé à côté de Vinvin ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1829840762/affiche_sarkozy_guillotine_candidature_small_normal.jpg" +}, +"title": "Gana: #lgw #cqui le mec bien habillé à côté de Vinvin ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2416000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #cqui le mec bien habill\\u00e9 \\u00e0 c\\u00f4t\\u00e9 de Vinvin ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185338230054912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":10,\"screen_name\":\"generalgana\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":151,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Chez ouam\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829840762\\/affiche_sarkozy_guillotine_candidature_small_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"400355364\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829840762\\/affiche_sarkozy_guillotine_candidature_small_normal.jpg\",\"name\":\"Gana\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 28 22:15:45 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":400355364,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/lemzedition.free.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185338230054912,\"created_at\":\"Fri Feb 24 23:19:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2416000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f04a8ba6-7f6f-46b6-af65-2a605825b496-173185338230054912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon ça par cotre je l'ai vu y'a trois mois... #lgw #cqui", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: Bon ça par cotre je l'ai vu y'a trois mois... #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2418000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon \\u00e7a par cotre je l'ai vu y'a trois mois... #lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"cqui\",\"indices\":[51,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185344131436544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1033,\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":3557,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"followers_count\":667,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"name\":\"Bastien Joseph\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":191087175,\"utc_offset\":null,\"favourites_count\":10,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185344131436544,\"created_at\":\"Fri Feb 24 23:19:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2418000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "305deb72-90bc-45d9-bd07-b6730fd5c930-173185344131436544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est un peu beau gosse l'open webzé en live cc @LeGrandWebze", +"img": { +"src": "http://a2.twimg.com/profile_images/1279537389/image_normal.jpg" +}, +"title": "vincent denise: #lgw c'est un peu beau gosse l'open webzé en live cc @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2419000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c'est un peu beau gosse l'open webz\\u00e9 en live cc @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[53,66],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185349814722561\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":397,\"screen_name\":\"yesnoornext\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2732,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257185356\\/mosa2.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":215,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1279537389\\/image_normal.jpg\",\"description\":\"Concepteur web et mobiles. Passionn\\u00e9 par la communication et le graphisme. Amateur de bourgogne et de Google.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"252186404\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257185356\\/mosa2.jpg\",\"profile_sidebar_fill_color\":\"ccefff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1279537389\\/image_normal.jpg\",\"name\":\"vincent denise\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 14 17:34:27 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":252186404,\"utc_offset\":3600,\"favourites_count\":95,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185349814722561,\"created_at\":\"Fri Feb 24 23:19:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2419000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "53787374-b91c-44c4-bf85-130af4c56212-173185349814722561" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "The artist avec des claquettes version main #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: The artist avec des claquettes version main #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2419000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"The artist avec des claquettes version main #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185347604328449\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1753,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185347604328449,\"created_at\":\"Fri Feb 24 23:19:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2419000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "64648ec6-a06c-4e97-81db-7db5a551cb4b-173185347604328449" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Un petit mot sur les presidents des twittos ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1818096044/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg" +}, +"title": "Δ+Δ: #lgw Un petit mot sur les presidents des twittos ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2421000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Un petit mot sur les presidents des twittos ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185357045694464\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"AbsolutePi\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":71,\"location\":\"France\",\"profile_text_color\":\"000000\",\"followers_count\":142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"statuses_count\":12873,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"334108023\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"\\u0394+\\u0394\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":334108023,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/footballanatomy.wordpress.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\"},\"truncated\":false,\"id\":173185357045694464,\"created_at\":\"Fri Feb 24 23:19:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2421000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9d048a4b-312c-446e-91b7-abbc0523ba2b-173185357045694464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais euh la vieille vidéo #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1836584093/image_normal.jpg" +}, +"title": "Mims Wabs Larax: Mais euh la vieille vidéo #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2421000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais euh la vieille vid\\u00e9o #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185358849253376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"screen_name\":\"LadyGoule\",\"lang\":\"fr\",\"profile_text_color\":\"0f0e0f\",\"statuses_count\":28295,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/392693670\\/twilk_background_4f0088a2a8656.jpg\",\"location\":\"Purgatoire\",\"show_all_inline_media\":true,\"listed_count\":87,\"profile_link_color\":\"992b4f\",\"followers_count\":1994,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1836584093\\/image_normal.jpg\",\"description\":\"Ma vie est basee sur une histoire vraie. Entre mes enfants, mon mari et mes passions, je me retrouve...Je reste polie, restez-le aussi! CM @Mehdicis #MLQ\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"ffffff\",\"id_str\":\"50454478\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/392693670\\/twilk_background_4f0088a2a8656.jpg\",\"profile_sidebar_fill_color\":\"eff7ea\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836584093\\/image_normal.jpg\",\"name\":\"Mims Wabs Larax\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 24 21:55:30 +0000 2009\",\"profile_sidebar_border_color\":\"edf5e9\",\"id\":50454478,\"utc_offset\":0,\"favourites_count\":64,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185358849253376,\"created_at\":\"Fri Feb 24 23:19:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2421000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "81e655d8-4d2f-496e-8650-529f83f30d35-173185358849253376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Twice RT “@Marcelcomics: Been there, Done that RT @LudoDelaherche Et ben ça y est ! PAN ! Un TT !!! #lgw #cqui”", +"img": { +"src": "http://a2.twimg.com/profile_images/1838854364/image_normal.jpg" +}, +"title": "Celine: Twice RT “@Marcelcomics: Been there, Done that RT @LudoDelaherche Et ben ça y est ! PAN ! Un TT !!! #lgw #cqui”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2422000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Twice RT \\u201c@Marcelcomics: Been there, Done that RT @LudoDelaherche Et ben \\u00e7a y est ! PAN ! Un TT !!! #lgw #cqui\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Marcelcomics\",\"indices\":[10,23],\"id_str\":\"386966557\",\"name\":\"Marcel Comics\",\"id\":386966557},{\"screen_name\":\"LudoDelaherche\",\"indices\":[50,65],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[100,104]},{\"text\":\"cqui\",\"indices\":[105,110]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185360992550913\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":537,\"screen_name\":\"McMademoiselle\",\"lang\":\"en\",\"profile_text_color\":\"634047\",\"statuses_count\":5173,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"location\":\"Limerick, Ireland\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"088253\",\"followers_count\":280,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1838854364\\/image_normal.jpg\",\"description\":\"Goofball, rugby fan, beer, food, wine & fun lover... Just a silly French girl really. Ardent Toulouse and XV de France supporter, and sometimes beauty blogger\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Dublin\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"288357486\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838854364\\/image_normal.jpg\",\"name\":\"Celine\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 26 18:18:58 +0000 2011\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":288357486,\"utc_offset\":0,\"favourites_count\":1,\"url\":\"http:\\/\\/mcmademoisellelikes.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185360992550913,\"created_at\":\"Fri Feb 24 23:19:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2422000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9ed55a33-4f8a-426b-854d-9b608df6c258-173185360992550913" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais Francois Rollin il juste trop incroyable! Un peu de culture! Il suffit de connaître tsamere au pire! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1833382446/canon_perso_rose_20021_normal.JPG" +}, +"title": "Brunellière Mathilde: Mais Francois Rollin il juste trop incroyable! Un peu de culture! Il suffit de connaître tsamere au pire! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2422000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais Francois Rollin il juste trop incroyable! Un peu de culture! Il suffit de conna\\u00eetre tsamere au pire! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[106,110]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185361390997504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":262,\"screen_name\":\"mellesocrate\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2184,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/356147274\\/arnaud_tsamere9.jpg\",\"location\":\"Le Pays Imaginaire!\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":107,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833382446\\/canon_perso_rose_20021_normal.JPG\",\"description\":\"Mathilde\\/ mathildebf\\/ mademoiselle Socrate dit le petit diable! Petite tsamerienne\\/com\\u00e9dienne folle,possessive,amoureuse,attachante et surtout chiante haha^^\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"373487849\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/356147274\\/arnaud_tsamere9.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833382446\\/canon_perso_rose_20021_normal.JPG\",\"name\":\"Brunelli\\u00e8re Mathilde\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 14 17:26:31 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":373487849,\"utc_offset\":-10800,\"favourites_count\":96,\"url\":\"http:\\/\\/mathildebf.skyrock.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185361390997504,\"created_at\":\"Fri Feb 24 23:19:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2422000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ad52b55d-0bca-4d0c-ae3f-a400439dfae4-173185361390997504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les truc d'internet dit oralement en vrai à la télé ça les rend au mieux bizarre, au pire pas drôle en fait #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1840742864/photo_normal.png" +}, +"title": "Toyo: Les truc d'internet dit oralement en vrai à la télé ça les rend au mieux bizarre, au pire pas drôle en fait #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2422000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les truc d'internet dit oralement en vrai \\u00e0 la t\\u00e9l\\u00e9 \\u00e7a les rend au mieux bizarre, au pire pas dr\\u00f4le en fait #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[108,112]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185363475562496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":163,\"screen_name\":\"ToYonos\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1421,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/377610278\\/hfr4droid512.png\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":131,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1840742864\\/photo_normal.png\",\"description\":\"Yet another geek who likes geek stuff and spends wayyyyyy too much time on the internet.\\r\\n\\r\\nMy Android apps : https:\\/\\/market.android.com\\/developer?pub=ToYonos\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f7f7\",\"id_str\":\"234760025\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377610278\\/hfr4droid512.png\",\"profile_sidebar_fill_color\":\"d4e4b6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840742864\\/photo_normal.png\",\"name\":\"Toyo\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 06 14:07:52 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":234760025,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/toyonos.info\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185363475562496,\"created_at\":\"Fri Feb 24 23:19:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2422000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6fbf2d7f-9e51-49a4-8bcf-52fad25b0e79-173185363475562496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw taking the fun out of internet since 2011 #cqui (naaaan je déconne)", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: #lgw taking the fun out of internet since 2011 #cqui (naaaan je déconne)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2424000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"#lgw taking the fun out of internet since 2011 #cqui (naaaan je d\\u00e9conne)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[47,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185371285364737\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":196,\"location\":\"\",\"profile_text_color\":\"333333\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"statuses_count\":3886,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":518,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marcel Comics\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":386966557,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/boucherie-ovalie.org\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\"},\"in_reply_to_status_id\":null,\"id\":173185371285364737,\"created_at\":\"Fri Feb 24 23:19:44 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2424000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "449c4132-fd2a-4c48-b86a-a7f0b73fa268-173185371285364737" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW ça date un peu ça non ?", +"img": { +"src": "http://a0.twimg.com/profile_images/783113482/4844_96632582484_831787484_1976766_7698072_n_normal.jpg" +}, +"title": "Reynald VERFAILLE: #LGW ça date un peu ça non ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2426000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW \\u00e7a date un peu \\u00e7a non ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185378361155584\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":85,\"screen_name\":\"verfaille\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":321,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Tourcoing, Nord-Pas-de-Calais,\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/783113482\\/4844_96632582484_831787484_1976766_7698072_n_normal.jpg\",\"description\":\"38 ans, Tourcoing, play at peaudebanane\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"76877169\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/783113482\\/4844_96632582484_831787484_1976766_7698072_n_normal.jpg\",\"name\":\"Reynald VERFAILLE\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 24 06:53:31 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":76877169,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/www.peaudebanane.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185378361155584,\"created_at\":\"Fri Feb 24 23:19:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2426000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "edd2501c-b96b-4ae9-b405-bffe118a248e-173185378361155584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Maprykoto Toi PLUS ! #weberie #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1668337583/DTB-Hei-VLQ_normal.jpg" +}, +"title": "Vincent [Gøshi]: @Maprykoto Toi PLUS ! #weberie #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2427000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Maprykoto Toi PLUS ! #weberie #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Maprykoto\",\"indices\":[0,10],\"id_str\":\"209541132\",\"name\":\"M. J.\",\"id\":209541132}],\"urls\":[],\"hashtags\":[{\"text\":\"weberie\",\"indices\":[22,30]},{\"text\":\"lgw\",\"indices\":[31,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173185155291291648\",\"id_str\":\"173185383159435264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185155291291648,\"in_reply_to_user_id_str\":\"209541132\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":342,\"screen_name\":\"Yoigoshi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3930,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/236369942\\/wall-twitter.jpg\",\"location\":\"Lille\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"9e9e9e\",\"followers_count\":126,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1668337583\\/DTB-Hei-VLQ_normal.jpg\",\"description\":\"[Tout ce qui est vert est fourbe] - Goshi\\/SilenceCorp #Infographiste\\r\\n\\u007BDieu Vivant de @ChloexF\\u007D\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29969223\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236369942\\/wall-twitter.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1668337583\\/DTB-Hei-VLQ_normal.jpg\",\"name\":\"Vincent [G\\u00f8shi]\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 09 12:00:49 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29969223,\"utc_offset\":3600,\"favourites_count\":25,\"url\":\"http:\\/\\/goshi.ultra-book.com\\/\"},\"in_reply_to_screen_name\":\"Maprykoto\",\"truncated\":false,\"id\":173185383159435264,\"created_at\":\"Fri Feb 24 23:19:47 +0000 2012\",\"in_reply_to_user_id\":209541132}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2427000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "effbab24-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "619a7dba-fdd3-4078-ae48-52a39a408f0a-173185383159435264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Euh! On va attendre la fin de l'émission. #lgw RT @dzeis: @MisterMcFlee Lève les bras, ou montre ton kiki, je ne te vois point!", +"img": { +"src": "http://a2.twimg.com/profile_images/1741905112/image_normal.jpg" +}, +"title": "Mister Mc Flee: Euh! On va attendre la fin de l'émission. #lgw RT @dzeis: @MisterMcFlee Lève les bras, ou montre ton kiki, je ne te vois point!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2427000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Euh! On va attendre la fin de l'\\u00e9mission. #lgw RT @dzeis: @MisterMcFlee L\\u00e8ve les bras, ou montre ton kiki, je ne te vois point!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"dzeis\",\"indices\":[50,56],\"id_str\":\"47984073\",\"name\":\"[\\u0256\\u0290\\u0259\\u026a\\u0283]\",\"id\":47984073},{\"screen_name\":\"MisterMcFlee\",\"indices\":[58,71],\"id_str\":\"60043161\",\"name\":\"Mister Mc Flee\",\"id\":60043161}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185380915494912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":636,\"screen_name\":\"MisterMcFlee\",\"lang\":\"fr\",\"profile_text_color\":\"291b1b\",\"statuses_count\":40351,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/204494594\\/lulutwitter_cr.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":257,\"profile_link_color\":\"0084B4\",\"followers_count\":2841,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1741905112\\/image_normal.jpg\",\"description\":\"Ecrits vains\\nCommunity Manager de moi-m\\u00eame\\nProfiler pour chats selon @METACAPUCHE\\nPhotographi\\u00e9 par @LaurenceGuenoun\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f72020\",\"id_str\":\"60043161\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/204494594\\/lulutwitter_cr.jpg\",\"profile_sidebar_fill_color\":\"d6130d\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1741905112\\/image_normal.jpg\",\"name\":\"Mister Mc Flee\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 25 12:01:49 +0000 2009\",\"profile_sidebar_border_color\":\"050505\",\"id\":60043161,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/lecafardrenseigne.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185380915494912,\"created_at\":\"Fri Feb 24 23:19:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2427000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ccf3d8a0-5e86-4219-97ac-628b7d118ca4-173185380915494912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il faut compter les points mabille ce soir... on va faire péter le score #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1810215781/395839_2328130782532_1827570506_1486775_123316791_n_normal.jpg" +}, +"title": "CheekyRod: Il faut compter les points mabille ce soir... on va faire péter le score #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2427000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Il faut compter les points mabille ce soir... on va faire p\\u00e9ter le score #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[73,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185382018592768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"CheekyRod\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":275,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1810215781\\/395839_2328130782532_1827570506_1486775_123316791_n_normal.jpg\",\"description\":\"Artist, draftsman, web lover, Disney fan, GEEK, Apple fanboy... What else? \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"022330\",\"id_str\":\"29542557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1810215781\\/395839_2328130782532_1827570506_1486775_123316791_n_normal.jpg\",\"name\":\"CheekyRod\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 07 20:55:45 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":29542557,\"utc_offset\":-36000,\"favourites_count\":3,\"url\":\"http:\\/\\/www.cheekyrod.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185382018592768,\"created_at\":\"Fri Feb 24 23:19:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2427000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ea4d7670-55ae-4c0b-b072-4bb1edc17d90-173185382018592768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je regarde \"Le Grand Webze\" http://t.co/NG6Tpk4G #france5 #leGrandWebze #LGW #Vinvin #Rollin", +"img": { +"src": "http://a2.twimg.com/profile_images/1684761539/TAMALA75TWIZY_normal.jpg" +}, +"title": "Séverine Godet: je regarde \"Le Grand Webze\" http://t.co/NG6Tpk4G #france5 #leGrandWebze #LGW #Vinvin #Rollin", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2427000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"je regarde \\\"Le Grand Webze\\\" http:\\/\\/t.co\\/NG6Tpk4G #france5 #leGrandWebze #LGW #Vinvin #Rollin\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[28,48],\"expanded_url\":\"http:\\/\\/devantlatele.com\\/france5\",\"display_url\":\"devantlatele.com\\/france5\",\"url\":\"http:\\/\\/t.co\\/NG6Tpk4G\"}],\"hashtags\":[{\"text\":\"france5\",\"indices\":[49,57]},{\"text\":\"leGrandWebze\",\"indices\":[58,71]},{\"text\":\"LGW\",\"indices\":[72,76]},{\"text\":\"Vinvin\",\"indices\":[77,84]},{\"text\":\"Rollin\",\"indices\":[85,92]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/devantlatele.com\\/\\\" rel=\\\"nofollow\\\"\\u003EDevant La T\\u00e9l\\u00e9\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185383067160576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1140,\"screen_name\":\"Tamala75\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4308,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/385819911\\/background_test.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":72,\"profile_link_color\":\"CC3366\",\"followers_count\":896,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1684761539\\/TAMALA75TWIZY_normal.jpg\",\"description\":\"Attach\\u00e9e \\u00e0 la presse et accro aux nouvelles technos. Consultante Senior Media & Digital @ i&e. (ORPI, AXA et pr\\u00e9c\\u00e9demment Microsoft B2B). Podcasteuse #LVDLT.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"id_str\":\"15777521\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/385819911\\/background_test.jpg\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1684761539\\/TAMALA75TWIZY_normal.jpg\",\"name\":\"S\\u00e9verine Godet\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 08 13:07:44 +0000 2008\",\"profile_sidebar_border_color\":\"DBE9ED\",\"id\":15777521,\"utc_offset\":3600,\"favourites_count\":6040,\"url\":\"http:\\/\\/tamala75.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185383067160576,\"created_at\":\"Fri Feb 24 23:19:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2427000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa96512-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef574386-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c7da7308-6dd7-4232-a069-eaf69639bdda-173185383067160576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KlaireFr Bravo à toi en tout cas ! Tu peux être fière d'avoir fait parler de toi dans cette belle émission #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1695316394/sttz_fav_plus_twitter_normal.png" +}, +"title": "STTZ™: @KlaireFr Bravo à toi en tout cas ! Tu peux être fière d'avoir fait parler de toi dans cette belle émission #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2427000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@KlaireFr Bravo \\u00e0 toi en tout cas ! Tu peux \\u00eatre fi\\u00e8re d'avoir fait parler de toi dans cette belle \\u00e9mission #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[0,9],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[108,112]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173185078086737920\",\"id_str\":\"173185383297847296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185078086737920,\"in_reply_to_user_id_str\":\"28096610\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":296,\"screen_name\":\"Santtchez\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":7957,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/329414068\\/sttz_TWT.jpg\",\"location\":\"St Mand\\u00e9, PARIS\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"16a2cc\",\"followers_count\":253,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1695316394\\/sttz_fav_plus_twitter_normal.png\",\"description\":\"Blogueur et Blagueur.Logotophile voir logotophage. Un logo, Prenez contact: Santtchez@gmail.com #LOLgo #BBasile\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"id_str\":\"332249953\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/329414068\\/sttz_TWT.jpg\",\"profile_sidebar_fill_color\":\"404040\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695316394\\/sttz_fav_plus_twitter_normal.png\",\"name\":\"STTZ\\u2122\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 09 13:38:44 +0000 2011\",\"profile_sidebar_border_color\":\"f70000\",\"id\":332249953,\"utc_offset\":null,\"favourites_count\":221,\"url\":\"http:\\/\\/santtchez.blogspot.com\"},\"in_reply_to_screen_name\":\"KlaireFr\",\"truncated\":false,\"id\":173185383297847296,\"created_at\":\"Fri Feb 24 23:19:47 +0000 2012\",\"in_reply_to_user_id\":28096610}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2427000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "71055eef-43fc-4fb4-b2db-af69b4fdee9a-173185383297847296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "20 minutes sur #lgw On connait le\nNombre de tweets On apprécie l'effet #SocialTv mais on n'a pas la légende du jeu :-( #lgw via #TVcheck", +"img": { +"src": "http://a3.twimg.com/profile_images/1764728200/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png" +}, +"title": "Fadhila BRAHIMI: 20 minutes sur #lgw On connait le\nNombre de tweets On apprécie l'effet #SocialTv mais on n'a pas la légende du jeu :-( #lgw via #TVcheck", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2428000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"20 minutes sur #lgw On connait le\\nNombre de tweets On appr\\u00e9cie l'effet #SocialTv mais on n'a pas la l\\u00e9gende du jeu :-( #lgw via #TVcheck\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]},{\"text\":\"SocialTv\",\"indices\":[71,80]},{\"text\":\"lgw\",\"indices\":[119,123]},{\"text\":\"TVcheck\",\"indices\":[128,136]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/fr\\/app\\/tvcheck\\/id437347192?mt=8\\\" rel=\\\"nofollow\\\"\\u003ETVcheck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185384828776448\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"B28465\",\"screen_name\":\"fbrahimi\",\"lang\":\"fr\",\"favourites_count\":160,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3401,\"location\":\"Nomade. France - Maghreb \",\"profile_text_color\":\"A30034\",\"followers_count\":11936,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\",\"description\":\"Dir. FB&Associ\\u00e9s #StrategieDePresence | CoAuteure #Moi20 | Chroniqueuse @Widoobiz | Conf\\u00e9renci\\u00e8re #Tedx | Bureau @MediaAces | \\u2665 #music #politic #SocialTV #Pause\",\"statuses_count\":36947,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"show_all_inline_media\":true,\"listed_count\":1250,\"profile_link_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"F5EACF\",\"protected\":false,\"id_str\":\"5836692\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fadhila BRAHIMI\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"created_at\":\"Mon May 07 16:20:02 +0000 2007\",\"profile_sidebar_fill_color\":\"F5EACF\",\"id\":5836692,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.fadhilabrahimi.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\"},\"truncated\":false,\"id\":173185384828776448,\"created_at\":\"Fri Feb 24 23:19:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2428000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef36d736-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef163198-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae265c64-809c-4fb1-b556-52af899d2b75-173185384828776448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze SVP HELP. Je ne comprends rien à votre émission #lgw par contre je sais qui est François Rollin !", +"img": { +"src": "http://a1.twimg.com/profile_images/1654432405/lucas_tw_normal.jpg" +}, +"title": "Lucas Radondy: @LeGrandWebze SVP HELP. Je ne comprends rien à votre émission #lgw par contre je sais qui est François Rollin !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2428000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze SVP HELP. Je ne comprends rien \\u00e0 votre \\u00e9mission #lgw par contre je sais qui est Fran\\u00e7ois Rollin !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185387706064896\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"lucasradondy\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":975,\"location\":\"Montpellier, France\",\"profile_text_color\":\"333333\",\"followers_count\":50,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1654432405\\/lucas_tw_normal.jpg\",\"description\":\"Etudiant en Droit et Science-Politique - Supporter de l'USAP - En 2012 sur Twitter : \\u00e9lections en France et aux US et possible fin du monde. \",\"statuses_count\":245,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"419781242\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Lucas Radondy\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Wed Nov 23 19:44:43 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":419781242,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1654432405\\/lucas_tw_normal.jpg\"},\"truncated\":false,\"id\":173185387706064896,\"created_at\":\"Fri Feb 24 23:19:48 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2428000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4c3a2dc7-f208-47d6-b645-e1c5341947ba-173185387706064896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce talent ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1456585536/NewTGWRprog_normal.png" +}, +"title": "TGWR™: Ce talent ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2431000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ce talent ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185398581895169\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":296,\"screen_name\":\"TGWRprog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":448,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1456585536\\/NewTGWRprog_normal.png\",\"description\":\"Testeur de jeux vid\\u00e9os inconnus sur Game Side Story, Amateur d'electro, et Geek a temps partiel\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"289854889\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1456585536\\/NewTGWRprog_normal.png\",\"name\":\"TGWR\\u2122\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 29 10:01:55 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":289854889,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":\"http:\\/\\/www.gamesidestory.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185398581895169,\"created_at\":\"Fri Feb 24 23:19:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2431000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "96080ba2-350d-4998-8599-0d3b08174664-173185398581895169" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "The artist avec les mains #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1809740458/yp6RTf3m_normal" +}, +"title": "Hêtre Absurde: The artist avec les mains #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2431000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"The artist avec les mains #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185400402214912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"GuillaumBr\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":314,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/330915258\\/geyser-geysir-islande.jpg\",\"location\":\"Tours\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1809740458\\/yp6RTf3m_normal\",\"description\":\"naissance:1986 - d\\u00e9c\\u00e8s: keep in touch. Je vous tweeterais!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"374241912\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/330915258\\/geyser-geysir-islande.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809740458\\/yp6RTf3m_normal\",\"name\":\"H\\u00eatre Absurde\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 15 23:40:39 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":374241912,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185400402214912,\"created_at\":\"Fri Feb 24 23:19:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2431000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e898a2b5-2aa4-424c-aabe-cc3ab69c9c74-173185400402214912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah mais la vidéo qu'ils montrent au #lgw, on dirait le générique des Mots de Minuit, en fait.", +"img": { +"src": "http://a0.twimg.com/profile_images/1848912773/touiteur_normal.jpg" +}, +"title": "Sophie Riche: Ah mais la vidéo qu'ils montrent au #lgw, on dirait le générique des Mots de Minuit, en fait.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2432000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah mais la vid\\u00e9o qu'ils montrent au #lgw, on dirait le g\\u00e9n\\u00e9rique des Mots de Minuit, en fait.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185401798918147\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":282,\"screen_name\":\"SophiePPernaut\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1881,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":430,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848912773\\/touiteur_normal.jpg\",\"description\":\"Blogueuse influente sans blog, mais surtout sans influence, je pige \\u00e9galement sur @madmoiZelle sous le cocasse pseudonyme de Sophie-Pierre Pernaut.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"96844189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848912773\\/touiteur_normal.jpg\",\"name\":\"Sophie Riche\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 14 21:25:26 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":96844189,\"utc_offset\":null,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185401798918147,\"created_at\":\"Fri Feb 24 23:19:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2432000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9bb45786-56d1-4287-a96e-7c691ede3c0e-173185401798918147" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste mais j ai un peu l impression de voir une émission des années 80, ça doit venir de la chemise ou du plateau", +"img": { +"src": "http://a3.twimg.com/profile_images/1776307301/photo_nat_normal.png" +}, +"title": "NatoSphère: #lgw #ilreste mais j ai un peu l impression de voir une émission des années 80, ça doit venir de la chemise ou du plateau", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2432000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste mais j ai un peu l impression de voir une \\u00e9mission des ann\\u00e9es 80, \\u00e7a doit venir de la chemise ou du plateau\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185402751029248\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"natosphere\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":90,\"location\":\"\",\"profile_text_color\":\"3c3940\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1776307301\\/photo_nat_normal.png\",\"description\":\"\",\"statuses_count\":127,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"125092018\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"NatoSph\\u00e8re\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Mar 21 17:16:10 +0000 2010\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":125092018,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1776307301\\/photo_nat_normal.png\"},\"truncated\":false,\"id\":173185402751029248,\"created_at\":\"Fri Feb 24 23:19:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2432000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7c5aa728-c495-4b78-ba04-006bdea387a6-173185402751029248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Magnéto SERGE @Vinvin !!! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: Magnéto SERGE @Vinvin !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2432000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Magn\\u00e9to SERGE @Vinvin !!! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[14,21],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185403250155521\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2720,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185403250155521,\"created_at\":\"Fri Feb 24 23:19:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2432000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7c0d4d98-b239-4008-a5e9-54ca6043abe8-173185403250155521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ouai je vais reregarder dans klke temps voir si ca évolue // RT @Praska: #lgw j'aime pas trop trop ... C'est ça le web ? J'ai pas le même", +"img": { +"src": "http://a2.twimg.com/profile_images/1239546856/pierre_normal.png" +}, +"title": "Pierre: Ouai je vais reregarder dans klke temps voir si ca évolue // RT @Praska: #lgw j'aime pas trop trop ... C'est ça le web ? J'ai pas le même", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2434000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ouai je vais reregarder dans klke temps voir si ca \\u00e9volue \\/\\/ RT @Praska: #lgw j'aime pas trop trop ... C'est \\u00e7a le web ? J'ai pas le m\\u00eame\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Praska\",\"indices\":[64,71],\"name\":\"Pras\",\"id_str\":\"15453030\",\"id\":15453030}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[73,77]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185413748494336\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Mr_Piouf\",\"lang\":\"fr\",\"favourites_count\":48,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":175,\"location\":\"PARIS\",\"profile_text_color\":\"333333\",\"followers_count\":328,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1239546856\\/pierre_normal.png\",\"description\":\"Entrepreneur et podcasteur chez Freepod. \\r\\nJe twitte sur le mobile, le podcast et la gastronomie !\\r\\nhttp:\\/\\/www.atelierdumobile.com\\r\\nhttp:\\/\\/www.freepod.net\",\"statuses_count\":5135,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":26,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"128875487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Apr 02 13:21:45 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":128875487,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.bazingcast.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1239546856\\/pierre_normal.png\"},\"truncated\":false,\"id\":173185413748494336,\"created_at\":\"Fri Feb 24 23:19:54 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2434000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0dc61bbc-2f17-4e23-8505-3ff4ba209d12-173185413748494336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @gregienco: Hop, place au #lgw pour finir la soirée en beauté", +"img": { +"src": "http://a0.twimg.com/profile_images/1705755913/twitter-popup-bulle-info-icone-5035-256_normal.png" +}, +"title": "Cédric Le Grevès: RT @gregienco: Hop, place au #lgw pour finir la soirée en beauté", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2435000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @gregienco: Hop, place au #lgw pour finir la soir\\u00e9e en beaut\\u00e9\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GregIenco\",\"indices\":[3,13],\"id_str\":\"18137636\",\"name\":\"Greg Ienco\",\"id\":18137636}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185414583156737\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1838,\"screen_name\":\"clegreves\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":434,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":355,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"description\":\"@TVcheck addict\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"316519559\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705755913\\/twitter-popup-bulle-info-icone-5035-256_normal.png\",\"name\":\"C\\u00e9dric Le Grev\\u00e8s\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 13 15:35:43 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":316519559,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185414583156737,\"created_at\":\"Fri Feb 24 23:19:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2435000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d2048251-337d-4833-b25d-6b409db0d8d3-173185414583156737" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En vrai, qui est-ce qui a mis un jour Internet au pluriel ?... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1635762650/moi_normal.jpg" +}, +"title": "Mascottus | Philippe: En vrai, qui est-ce qui a mis un jour Internet au pluriel ?... #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2435000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"En vrai, qui est-ce qui a mis un jour Internet au pluriel ?... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185416629989379\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3743,\"screen_name\":\"pcouzon\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":31532,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418461086\\/cw_background_9.jpg\",\"location\":\"tcp\\/ip\",\"show_all_inline_media\":true,\"listed_count\":372,\"profile_link_color\":\"D02B55\",\"followers_count\":3787,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1635762650\\/moi_normal.jpg\",\"description\":\"Community manager, strat\\u00e9gie en ligne, @digidust, formation #iscpa. Live-tweet perso sur @pconversation Ces tweets n'engagent que moi.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"14899497\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418461086\\/cw_background_9.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1635762650\\/moi_normal.jpg\",\"name\":\"Mascottus | Philippe\",\"default_profile_image\":false,\"created_at\":\"Sun May 25 15:34:25 +0000 2008\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":14899497,\"utc_offset\":3600,\"favourites_count\":70,\"url\":\"http:\\/\\/about.me\\/pcouzon\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185416629989379,\"created_at\":\"Fri Feb 24 23:19:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2435000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8a629364-979f-4b5d-9346-c9413b39e158-173185416629989379" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW : Sur Twitter y a que des malade d’Alzheimer ! (voila ça peut rassurer le presque pas croulant @francoisrollin ;) )", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW : Sur Twitter y a que des malade d’Alzheimer ! (voila ça peut rassurer le presque pas croulant @francoisrollin ;) )", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2435000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW : Sur Twitter y a que des malade d\\u2019Alzheimer ! (voila \\u00e7a peut rassurer le presque pas croulant @francoisrollin ;) )\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[100,115],\"name\":\"rollin\",\"id_str\":\"369489076\",\"id\":369489076}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185417330434048\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"favourites_count\":43,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":405,\"location\":\"Chatillon-en-Bazois\",\"profile_text_color\":\"333333\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"statuses_count\":27163,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Damien Vacher\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":26552716,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/damienvacher.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\"},\"truncated\":false,\"id\":173185417330434048,\"created_at\":\"Fri Feb 24 23:19:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2435000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d5c51f43-17d7-43dc-857f-c04a7a1ee438-173185417330434048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @skullpat: #LGW n'empêche que @FlorencePorcel est vraiment craquante @LeGrandWebze", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: RT @skullpat: #LGW n'empêche que @FlorencePorcel est vraiment craquante @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2435000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"RT @skullpat: #LGW n'emp\\u00eache que @FlorencePorcel est vraiment craquante @LeGrandWebze\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"skullpat\",\"indices\":[3,12],\"name\":\"skullpat\",\"id\":8148052,\"id_str\":\"8148052\"},{\"screen_name\":\"FlorencePorcel\",\"indices\":[33,48],\"name\":\"Florence Porcel\",\"id\":49031173,\"id_str\":\"49031173\"},{\"screen_name\":\"LeGrandWebze\",\"indices\":[72,85],\"name\":\"legrandwebze\",\"id\":365949385,\"id_str\":\"365949385\"}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[14,18]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"retweeted_status\":{\"truncated\":false,\"text\":\"#LGW n'emp\\u00eache que @FlorencePorcel est vraiment craquante @LeGrandWebze\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[19,34],\"name\":\"Florence Porcel\",\"id\":49031173,\"id_str\":\"49031173\"},{\"screen_name\":\"LeGrandWebze\",\"indices\":[58,71],\"name\":\"legrandwebze\",\"id\":365949385,\"id_str\":\"365949385\"}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"profile_sidebar_fill_color\":\"ecebef\",\"screen_name\":\"skullpat\",\"follow_request_sent\":null,\"lang\":\"en\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"faaa16\",\"location\":\"Atlantic Ocean\",\"favourites_count\":21,\"description\":\"Voyageur permanent !! http:\\/\\/marseille.tv\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":712,\"profile_text_color\":\"000000\",\"followers_count\":1372,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\",\"statuses_count\":23402,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":104,\"profile_link_color\":\"44a1d0\",\"protected\":false,\"is_translator\":false,\"name\":\"skullpat\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Sun Aug 12 23:46:20 +0000 2007\",\"profile_background_color\":\"ffffff\",\"id\":8148052,\"id_str\":\"8148052\",\"geo_enabled\":true,\"profile_background_tile\":false,\"utc_offset\":3600,\"url\":\"http:\\/\\/skullpat.com\"},\"in_reply_to_status_id\":null,\"id\":173185317413724162,\"created_at\":\"Fri Feb 24 23:19:31 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185317413724162\"},\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"screen_name\":\"papounay2000\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"F2E195\",\"location\":\"\",\"favourites_count\":7,\"description\":\"N'oubliez pas de vous aimer\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":265,\"profile_text_color\":\"0C3E53\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"statuses_count\":3543,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"protected\":false,\"is_translator\":false,\"name\":\"\\u2620papounay2000\\u2620\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_background_color\":\"BADFCD\",\"id\":14764219,\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"utc_offset\":3600,\"url\":null},\"in_reply_to_status_id\":null,\"id\":173185415342338048,\"created_at\":\"Fri Feb 24 23:19:55 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185415342338048\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2435000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dc2d3bec-978b-4251-ac36-00a677ef3a2b-173185415342338048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Yaya.. :o moi aussi j'fais sa tranquille. #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: Yaya.. :o moi aussi j'fais sa tranquille. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2435000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Yaya.. :o moi aussi j'fais sa tranquille. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185417498206208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":591,\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"profile_text_color\":\"520000\",\"statuses_count\":18713,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"followers_count\":506,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"d61d08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"name\":\"Camille .\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":93848420,\"utc_offset\":-36000,\"favourites_count\":14,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185417498206208,\"created_at\":\"Fri Feb 24 23:19:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2435000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cc9d2e37-5416-4af9-9752-319098f55670-173185417498206208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "hey c'est plutôt classe ça ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: hey c'est plutôt classe ça ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2436000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"hey c'est plut\\u00f4t classe \\u00e7a ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185419096240128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"profile_text_color\":\"ba9012\",\"statuses_count\":5331,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Albi, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29086699,\"utc_offset\":3600,\"favourites_count\":110,\"url\":\"http:\\/\\/isshin-san.over-blog.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185419096240128,\"created_at\":\"Fri Feb 24 23:19:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2436000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62e66b18-dfef-4f24-842f-225c38a435bd-173185419096240128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Plutôt sympa #LGW moi yaime bien moi!", +"img": { +"src": "http://a2.twimg.com/profile_images/1581770313/image_normal.jpg" +}, +"title": "Stéphane Lafon: Plutôt sympa #LGW moi yaime bien moi!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2437000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Plut\\u00f4t sympa #LGW moi yaime bien moi!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185422791426048\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":64,\"screen_name\":\"darres\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":189,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Chelles\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1581770313\\/image_normal.jpg\",\"description\":\"Etudiant en IAE M1 Management Ing\\u00e9nierie des Services et Technologies de l'Information et de la Communication \\/ Apprenti en communication interne chez Orange\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"51434866\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1581770313\\/image_normal.jpg\",\"name\":\"St\\u00e9phane Lafon\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 27 13:17:52 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":51434866,\"utc_offset\":3600,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185422791426048,\"created_at\":\"Fri Feb 24 23:19:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2437000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c08492ce-befa-4235-a5eb-954e63747c6c-173185422791426048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @KlaireFr jolie apparition!", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: #lgw @KlaireFr jolie apparition!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2437000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @KlaireFr jolie apparition!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[5,14],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185424511086593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1162,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"name\":\"Cammarata Thierry\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":334554629,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185424511086593,\"created_at\":\"Fri Feb 24 23:19:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2437000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "96e74660-1344-4fb2-bb51-21a16e2be330-173185424511086593" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "puisque personne ne sait #Cqui pas grave si #ilpart non? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1802176301/image_normal.jpg" +}, +"title": "marine_b: puisque personne ne sait #Cqui pas grave si #ilpart non? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2437000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"puisque personne ne sait #Cqui pas grave si #ilpart non? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[25,30]},{\"text\":\"ilpart\",\"indices\":[44,51]},{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185425345753088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"marinebatiste\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3263,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/416510788\\/05960e623b1711e19e4a12313813ffc0_6.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"009999\",\"followers_count\":517,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1802176301\\/image_normal.jpg\",\"description\":\"un peu toulousaine, un peu basque, femme \\u00e0 tout faire sur Paris.fr et CM @Paris compl\\u00e8tement in love with #Paris \\u2764\\u2764\\u2764\\u2764\\u2764\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"327253312\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416510788\\/05960e623b1711e19e4a12313813ffc0_6.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802176301\\/image_normal.jpg\",\"name\":\"marine_b\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 01 07:39:10 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":327253312,\"utc_offset\":-10800,\"favourites_count\":19,\"url\":\"http:\\/\\/marinebatiste.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185425345753088,\"created_at\":\"Fri Feb 24 23:19:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2437000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9225638e-43c9-41db-b4cf-8fbda84cb7b5-173185425345753088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1401793481/image_normal.jpg" +}, +"title": "ossoro cecilia: RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2437000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @RabaTaJoie: Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"RabaTaJoie\",\"indices\":[3,14],\"name\":\"CasseCouilles\",\"id_str\":\"304883768\",\"id\":304883768}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[78,82]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.40824370,48.84881913]},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.84881913,2.40824370]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185426364960768\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"CeciliaOssoro\",\"lang\":\"fr\",\"favourites_count\":37,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":511,\"location\":\"Paris\",\"profile_text_color\":\"666666\",\"followers_count\":430,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1401793481\\/image_normal.jpg\",\"description\":\"Fashion Good Music Addict - French - Chef de Projet Digital Cond\\u00e9 Nast (Vogue, GQ, Glamour) - Love HipHop Soul Music - \",\"statuses_count\":3484,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/217475680\\/tumblr_ldh5glCEV41qerbgeo1_500.jpg\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"19884471\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"ossoro cecilia\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/217475680\\/tumblr_ldh5glCEV41qerbgeo1_500.jpg\",\"created_at\":\"Mon Feb 02 00:05:57 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":19884471,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/flavors.me\\/ceciliaossoro\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1401793481\\/image_normal.jpg\"},\"truncated\":false,\"id\":173185426364960768,\"created_at\":\"Fri Feb 24 23:19:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2437000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "51ffadac-9567-4e61-b81e-ef6b69b6ae7c-173185426364960768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Elle est bien la chemise de Vinvin. A part les couleurs ptet. Et les motifs. Et pour ce qui concerne la coupe ! Non, bien ! #legrandwebze", +"img": { +"src": "http://a3.twimg.com/profile_images/33716352/SSL20530_normal.jpg" +}, +"title": "_Landry: Elle est bien la chemise de Vinvin. A part les couleurs ptet. Et les motifs. Et pour ce qui concerne la coupe ! Non, bien ! #legrandwebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2438000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Elle est bien la chemise de Vinvin. A part les couleurs ptet. Et les motifs. Et pour ce qui concerne la coupe ! Non, bien ! #legrandwebze\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"legrandwebze\",\"indices\":[124,137]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185426683727872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":28,\"screen_name\":\"_Landry\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":629,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Rouen, fr\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/33716352\\/SSL20530_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"9538912\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/33716352\\/SSL20530_normal.jpg\",\"name\":\"_Landry\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 19 09:25:27 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":9538912,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":\"http:\\/\\/chezlandry.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185426683727872,\"created_at\":\"Fri Feb 24 23:19:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2438000, +"tags": [ +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5e3f28ac-b3a9-4ba1-a1c8-387139fff64c-173185426683727872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le rire de Dominique Farrugia dans le Grand Webze #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1810832319/Sans_titre_normal.png" +}, +"title": "Gautier ◢ ◥ ◤ ◣ ◢ ◥: Le rire de Dominique Farrugia dans le Grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2441000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le rire de Dominique Farrugia dans le Grand Webze #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185443058286592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":279,\"screen_name\":\"gautiersansh\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":437,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418453779\\/Abbott_Bdwy_to_the_Battery_1938.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":45,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1810832319\\/Sans_titre_normal.png\",\"description\":\"J'aime bien aller \\u00e0 des concerts et parfois je tweet.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"360482534\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418453779\\/Abbott_Bdwy_to_the_Battery_1938.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1810832319\\/Sans_titre_normal.png\",\"name\":\"Gautier \\u25e2 \\u25e5 \\u25e4 \\u25e3 \\u25e2 \\u25e5\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 23 08:32:11 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":360482534,\"utc_offset\":3600,\"favourites_count\":185,\"url\":\"http:\\/\\/cream-at-the-top.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185443058286592,\"created_at\":\"Fri Feb 24 23:20:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2441000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "587ca636-dcac-4c30-a1b3-d28883835d29-173185443058286592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est cette déco ?", +"img": { +"src": "http://a0.twimg.com/profile_images/735642103/mortimer_normal.jpg" +}, +"title": "Yves BARBARIN: #lgw c'est cette déco ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2441000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c'est cette d\\u00e9co ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185440776585216\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"yves_bar\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":87,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris, Ile-de-France FR\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"9D582E\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/735642103\\/mortimer_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"8B542B\",\"id_str\":\"120391774\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/735642103\\/mortimer_normal.jpg\",\"name\":\"Yves BARBARIN\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 08:54:21 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":120391774,\"utc_offset\":0,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185440776585216,\"created_at\":\"Fri Feb 24 23:20:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2441000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bb5cd12f-2a50-450a-a817-fd5d8df53618-173185440776585216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon, moi je vais aller au dodo bikoze demain j'embauche à 7 heures. Au revoir les gens, surveillez les Internets, #CI et #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1326075599/20110426111715_Julien06200_EUS10G6VHZJDYCNIBXM85LKAT7OQFR234PW9_normal.jpg" +}, +"title": "Julien N.: Bon, moi je vais aller au dodo bikoze demain j'embauche à 7 heures. Au revoir les gens, surveillez les Internets, #CI et #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2442000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon, moi je vais aller au dodo bikoze demain j'embauche \\u00e0 7 heures. Au revoir les gens, surveillez les Internets, #CI et #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[114,117]},{\"text\":\"LGW\",\"indices\":[121,125]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185446417936385\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":268,\"screen_name\":\"julien06200\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6605,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Nice, France\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"009999\",\"followers_count\":276,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1326075599\\/20110426111715_Julien06200_EUS10G6VHZJDYCNIBXM85LKAT7OQFR234PW9_normal.jpg\",\"description\":\"Jeune, Ni\\u00e7ois et de gauche. Amante de Espa\\u00f1a.\\r\\nEt aussi supporter de l'OGCNice.\\r\\nDipl\\u00f4m\\u00e9 de traduction, ben je fais compl\\u00e8tement autre chose en fait...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"50947797\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1326075599\\/20110426111715_Julien06200_EUS10G6VHZJDYCNIBXM85LKAT7OQFR234PW9_normal.jpg\",\"name\":\"Julien N.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 26 06:18:53 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":50947797,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.julien06200.eu\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185446417936385,\"created_at\":\"Fri Feb 24 23:20:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2442000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f4d4b8e1-58b3-4fa3-90f3-25198a8d8dc0-173185446417936385" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw truc de ouf", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: #lgw truc de ouf", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2442000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"#lgw truc de ouf\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185445214175232\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":170,\"location\":\"\",\"profile_text_color\":\"000000\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"statuses_count\":14421,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"protected\":false,\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"FrinnockBoChar\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_fill_color\":\"e0ff92\",\"id\":40014489,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\"},\"in_reply_to_status_id\":null,\"id\":173185445214175232,\"created_at\":\"Fri Feb 24 23:20:02 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2442000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dc40ea77-d4c0-4061-8ed7-1457aa1845ab-173185445214175232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pourquoi ne pas mettre #LGW en permanence en énorme incrustation ??!", +"img": { +"src": "http://a2.twimg.com/profile_images/1191881507/jy_normal.jpg" +}, +"title": "Jean-Yves Stervinou: Pourquoi ne pas mettre #LGW en permanence en énorme incrustation ??!", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2442000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pourquoi ne pas mettre #LGW en permanence en \\u00e9norme incrustation ??!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185444450807809\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":1390,\"screen_name\":\"jy\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":19637,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Nantes, France\",\"show_all_inline_media\":false,\"listed_count\":96,\"profile_link_color\":\"0000FF\",\"followers_count\":1154,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1191881507\\/jy_normal.jpg\",\"description\":\"Founder DevantLaTele.com - Social TV - http:\\/\\/jy.typepad.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFC226\",\"id_str\":\"1012981\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"E0FF91\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1191881507\\/jy_normal.jpg\",\"name\":\"Jean-Yves Stervinou\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 12 14:23:56 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":1012981,\"utc_offset\":3600,\"favourites_count\":8,\"url\":\"http:\\/\\/devantlatele.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185444450807809,\"created_at\":\"Fri Feb 24 23:20:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2442000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f6b69f0c-8b6b-4e25-8501-f905252971c4-173185444450807809" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'avais jamais regardé #LGW, je trouve ça hyper cool pour Tania qu'elle ai retrouvé un boulot.", +"img": { +"src": "http://a0.twimg.com/profile_images/1708083113/Guilhempp_normal.jpg" +}, +"title": "Guilhem: J'avais jamais regardé #LGW, je trouve ça hyper cool pour Tania qu'elle ai retrouvé un boulot.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2442000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'avais jamais regard\\u00e9 #LGW, je trouve \\u00e7a hyper cool pour Tania qu'elle ai retrouv\\u00e9 un boulot.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185445113503744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":450,\"screen_name\":\"pornkid\",\"lang\":\"en\",\"profile_text_color\":\"08083b\",\"statuses_count\":19794,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382116768\\/lmaustin09.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":54,\"profile_link_color\":\"62656f\",\"followers_count\":2305,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1708083113\\/Guilhempp_normal.jpg\",\"description\":\"Photographe - Redacteur\\r\\npour @Iheartweets @letagparfait ...\\r\\nArtisan du LOL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"2e5557\",\"id_str\":\"14959293\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382116768\\/lmaustin09.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1708083113\\/Guilhempp_normal.jpg\",\"name\":\"Guilhem\",\"default_profile_image\":false,\"created_at\":\"Sat May 31 00:38:02 +0000 2008\",\"profile_sidebar_border_color\":\"000000\",\"id\":14959293,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":\"http:\\/\\/www.guilhem.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185445113503744,\"created_at\":\"Fri Feb 24 23:20:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2442000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3aa189a7-566b-4cb7-929d-eb5c7c55c673-173185445113503744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La petite animation de @KlaireFr est vraiment excellente #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1806730903/n726546380_1336922_5645_normal.jpg" +}, +"title": "Jérémy Roblin: La petite animation de @KlaireFr est vraiment excellente #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2443000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"La petite animation de @KlaireFr est vraiment excellente #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[23,32],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185450205380608\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"kalacione\",\"lang\":\"fr\",\"favourites_count\":71,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":99,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":48,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1806730903\\/n726546380_1336922_5645_normal.jpg\",\"description\":\"Philosophe de Montcuq.\\r\\n 1 pour l'argent, 2 pour le spectacle et 3 pour le caillou\",\"statuses_count\":1626,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"91304375\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"J\\u00e9r\\u00e9my Roblin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Fri Nov 20 09:20:30 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":91304375,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1806730903\\/n726546380_1336922_5645_normal.jpg\"},\"truncated\":false,\"id\":173185450205380608,\"created_at\":\"Fri Feb 24 23:20:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2443000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f0f3f81d-c30b-43ad-b795-f6fa1d95088c-173185450205380608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw combattons vaillamment la montée en du #cqui Ami du #ilreste :-)", +"img": { +"src": "http://a3.twimg.com/profile_images/1827613879/photo-pro_normal.png" +}, +"title": "Julien Lopizzo: #lgw combattons vaillamment la montée en du #cqui Ami du #ilreste :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2444000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw combattons vaillamment la mont\\u00e9e en du #cqui Ami du #ilreste :-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[44,49]},{\"text\":\"ilreste\",\"indices\":[57,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185455104339970\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":284,\"screen_name\":\"JulienLopizzo\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":1088,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Lyon - Europe\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0099B9\",\"followers_count\":143,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"description\":\"Je suis tomb\\u00e9 dedans en 97.Ma e-carri\\u00e8re a d\\u00e9marr\\u00e9 comme d\\u00e9veloppeur freelance en 2002.Entrepren(aute) depuis 10 ans j'aime partager ma passion du e-business.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"44345271\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"name\":\"Julien Lopizzo\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 03 12:08:19 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":44345271,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.tenapra.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185455104339970,\"created_at\":\"Fri Feb 24 23:20:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2444000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cd300c92-0b0e-481b-ae78-3aed8fd5ae45-173185455104339970" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Très forts ces siamois de la gestuelle... Enfin ils n'ont du avoir que ça à faire quand même #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: Très forts ces siamois de la gestuelle... Enfin ils n'ont du avoir que ça à faire quand même #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2446000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Tr\\u00e8s forts ces siamois de la gestuelle... Enfin ils n'ont du avoir que \\u00e7a \\u00e0 faire quand m\\u00eame #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185463757185024\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f2b87e\",\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":251,\"location\":\"Nantes\\/Cholet\",\"profile_text_color\":\"333333\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"statuses_count\":6515,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Magalie Baudry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_fill_color\":\"f7a64a\",\"id\":172314328,\"follow_request_sent\":null,\"utc_offset\":-7200,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\"},\"truncated\":false,\"id\":173185463757185024,\"created_at\":\"Fri Feb 24 23:20:06 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2446000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a0581f5b-f844-44f9-b8c6-68e963eb5b66-173185463757185024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Ericdessins: #lgw #dessin Philosophie / tweet de comptoir http://t.co/BLmP10aB", +"img": { +"src": "http://a0.twimg.com/profile_images/1315245695/Zorglub_normal.jpg" +}, +"title": "Zorglub: RT @Ericdessins: #lgw #dessin Philosophie / tweet de comptoir http://t.co/BLmP10aB", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2446000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @Ericdessins: #lgw #dessin Philosophie \\/ tweet de comptoir http:\\/\\/t.co\\/BLmP10aB\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Ericdessins\",\"indices\":[3,15],\"id_str\":\"104527571\",\"name\":\"Eric Grelet\",\"id\":104527571}],\"urls\":[{\"indices\":[62,82],\"expanded_url\":\"http:\\/\\/twitter.com\\/Ericdessins\\/status\\/173184634606190592\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/BLmP10aB\",\"url\":\"http:\\/\\/t.co\\/BLmP10aB\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]},{\"text\":\"dessin\",\"indices\":[22,29]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #dessin Philosophie \\/ tweet de comptoir http:\\/\\/t.co\\/BLmP10aB\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"dessin\",\"indices\":[5,12]}],\"media\":[{\"type\":\"photo\",\"indices\":[45,65],\"sizes\":{\"large\":{\"h\":768,\"resize\":\"fit\",\"w\":1024},\"medium\":{\"h\":450,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":255,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdGgfKCAAEPiyd.jpg\",\"id_str\":\"173184634610384897\",\"expanded_url\":\"http:\\/\\/twitter.com\\/Ericdessins\\/status\\/173184634606190592\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdGgfKCAAEPiyd.jpg\",\"id\":173184634610384897,\"display_url\":\"pic.twitter.com\\/BLmP10aB\",\"url\":\"http:\\/\\/t.co\\/BLmP10aB\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/sketchbook-pro-for-ipad\\/id364253478?mt=8&uo=4\\\" rel=\\\"nofollow\\\"\\u003ESketchBook Pro for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184634606190592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":451,\"screen_name\":\"Ericdessins\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1219,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/304038054\\/twitter_fond_Eric_3.jpg\",\"location\":\"France (Blois, Paris)\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"93A644\",\"followers_count\":296,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1450342068\\/Eric_Grelet_72-1_normal.jpg\",\"description\":\"Dessinateur humoristique en direct (conf\\u00e9rences, d\\u00e9bats, colloques, s\\u00e9minaires\\u2026). Terrien et citoyen du monde. Bouffon\\u2026 et fier de l'\\u00eatre !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"104527571\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/304038054\\/twitter_fond_Eric_3.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1450342068\\/Eric_Grelet_72-1_normal.jpg\",\"name\":\"Eric Grelet\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 13 16:11:55 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":104527571,\"utc_offset\":3600,\"favourites_count\":14,\"url\":\"http:\\/\\/ericgrelet.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184634606190592,\"created_at\":\"Fri Feb 24 23:16:49 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185461592920064\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":10,\"screen_name\":\"ZcomZorglub\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":8,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/234332082\\/Franquin_Zorglub.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1315245695\\/Zorglub_normal.jpg\",\"description\":\"Vengeur masqu\\u00e9.\\r\\nEviv Bulgroz !\\r\\n(Houba houba !)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"279568879\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/234332082\\/Franquin_Zorglub.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1315245695\\/Zorglub_normal.jpg\",\"name\":\"Zorglub\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 09 14:52:36 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":279568879,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185461592920064,\"created_at\":\"Fri Feb 24 23:20:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2446000, +"tags": [ +{ +"id-ref": "efe5cee4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "80bccb1e-7911-4291-809f-57260d7d7a7b-173185461592920064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Moi je sais qui est Rollin au #lgw : un branleur qui détourne l'argent de la redevance", +"img": { +"src": "http://a1.twimg.com/profile_images/1835468356/brp2-1-1_normal.jpg" +}, +"title": "Bruno Roger-Petit: Moi je sais qui est Rollin au #lgw : un branleur qui détourne l'argent de la redevance", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2447000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Moi je sais qui est Rollin au #lgw : un branleur qui d\\u00e9tourne l'argent de la redevance\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185464860278784\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"B_Roger_Petit\",\"lang\":\"fr\",\"favourites_count\":19,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":977,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":6590,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"description\":\"En \\u00e9tat de Grace... \",\"statuses_count\":13851,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"show_all_inline_media\":false,\"listed_count\":245,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"48949826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Bruno Roger-Petit\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"created_at\":\"Sat Jun 20 07:03:26 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":48949826,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/brunorogerpetit\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\"},\"truncated\":false,\"id\":173185464860278784,\"created_at\":\"Fri Feb 24 23:20:07 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2447000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "786c8f30-0b15-45a6-a382-737ba0aca3d9-173185464860278784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Est-ce qu'on peut rajouter un choix de vote pour Rollin: #pastouchecestunelegende ? Ce serait mon vote en tout cas. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/768815341/poussin-7277_normal.jpg" +}, +"title": "Frédéric Douat: Est-ce qu'on peut rajouter un choix de vote pour Rollin: #pastouchecestunelegende ? Ce serait mon vote en tout cas. #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2449000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Est-ce qu'on peut rajouter un choix de vote pour Rollin: #pastouchecestunelegende ? Ce serait mon vote en tout cas. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"pastouchecestunelegende\",\"indices\":[57,81]},{\"text\":\"lgw\",\"indices\":[116,120]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185472934326273\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"Fredouat\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1152,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/89933232\\/265x270_oeuf.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"BF1238\",\"followers_count\":184,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/768815341\\/poussin-7277_normal.jpg\",\"description\":\"Jeune poussin dans l'univers du webmarketing, je me suis fix\\u00e9 un objectif: partager mon int\\u00e9r\\u00eat pour l'univers du num\\u00e9rique et du marketing avec les novices.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"id_str\":\"54355185\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/89933232\\/265x270_oeuf.jpg\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/768815341\\/poussin-7277_normal.jpg\",\"name\":\"Fr\\u00e9d\\u00e9ric Douat\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 06 22:26:39 +0000 2009\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":54355185,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/fredouat.typepad.com\\/piaillements\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185472934326273,\"created_at\":\"Fri Feb 24 23:20:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2449000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efff5986-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b7f06d6b-c07a-4e43-b156-5c738ba1af90-173185472934326273" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw \"Le dieu règne sur le ciel et le monde par l'argent.\"", +"img": { +"src": "http://a0.twimg.com/profile_images/1538693241/Logo_Dabet_21_normal.jpg" +}, +"title": "Merwan Saidi: #lgw \"Le dieu règne sur le ciel et le monde par l'argent.\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2450000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw \\\"Le dieu r\\u00e8gne sur le ciel et le monde par l'argent.\\\"\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.twitter.com\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Windows Phone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185478701494273\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":10,\"screen_name\":\"Dabet21\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":89,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1538693241\\/Logo_Dabet_21_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"367182232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1538693241\\/Logo_Dabet_21_normal.jpg\",\"name\":\"Merwan Saidi\",\"default_profile_image\":false,\"created_at\":\"Sat Sep 03 14:42:53 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":367182232,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/dabet21.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185478701494273,\"created_at\":\"Fri Feb 24 23:20:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2450000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6c9aeb9b-3bc9-459c-9c21-e86ff0f59ed4-173185478701494273" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Excellent ce truc ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1802232284/Capture_d__cran_2012-02-04___01.15.52_normal.png" +}, +"title": "Marion: Excellent ce truc ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2450000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Excellent ce truc ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185477577416704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":186,\"screen_name\":\"iiioon\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11591,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"BF1238\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"description\":\"Accro aux s\\u00e9ries et \\u00e0 l'humour. HeroCorpienne. \\r\\nEt pourquoi faire aujourd'hui c'que j'pourrai faire demain ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"id_str\":\"39847706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"name\":\"Marion\",\"default_profile_image\":false,\"created_at\":\"Wed May 13 21:57:02 +0000 2009\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":39847706,\"utc_offset\":3600,\"favourites_count\":47,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185477577416704,\"created_at\":\"Fri Feb 24 23:20:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2450000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f4ecb72-d71d-4597-9b17-cef50fc24097-173185477577416704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw et #ilReste en TT, ça redonne un peu confiance en Twitter", +"img": { +"src": "http://a3.twimg.com/profile_images/1801974559/51VNTOCGF1L._SS400__normal.jpg" +}, +"title": "Guillaume Gurdil: #lgw et #ilReste en TT, ça redonne un peu confiance en Twitter", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2451000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw et #ilReste en TT, \\u00e7a redonne un peu confiance en Twitter\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[8,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185483139072000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":164,\"screen_name\":\"gurdiiil\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2782,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"description\":\"Geek\\/Nerd, drogu\\u00e9 \\u00e0 la musique, atterr\\u00e9 perp\\u00e9tuel (parce qu'indign\\u00e9, c'est galvaud\\u00e9) qui garde le sens de l'humour (beh ouais, faut bien!)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"89754233\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"name\":\"Guillaume Gurdil\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 13 17:56:00 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":89754233,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/luniquemonsieurtoutlemonde.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185483139072000,\"created_at\":\"Fri Feb 24 23:20:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2451000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dbeef563-7cb7-4ba9-88b7-656a7a74d5b6-173185483139072000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1509593520/26052011177_normal.jpg" +}, +"title": "François Puijalon: RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2451000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @RabaTaJoie: Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"RabaTaJoie\",\"indices\":[3,14],\"id_str\":\"304883768\",\"name\":\"CasseCouilles\",\"id\":304883768}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[78,82]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185028925304833\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":360,\"screen_name\":\"RabaTaJoie\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9008,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"La France de l'exterieur \",\"show_all_inline_media\":true,\"listed_count\":49,\"profile_link_color\":\"009999\",\"followers_count\":660,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"description\":\"Trois personnes peuvent garder un secret, si deux d'entre elles sont mortes. - B. Franklin.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"304883768\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"name\":\"CasseCouilles\",\"default_profile_image\":false,\"created_at\":\"Wed May 25 08:22:01 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":304883768,\"utc_offset\":3600,\"favourites_count\":67,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185028925304833,\"created_at\":\"Fri Feb 24 23:18:23 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185482807713793\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"Yodinhibewar\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":254,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":61,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1509593520\\/26052011177_normal.jpg\",\"description\":\"\\u00c9tudiant en RH \\/ Com au #Celsa, calem-bourrin, f\\u00e9ru(gineux) de tout humour, de prestidigitation et de nouvelles technologies.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"354953013\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1509593520\\/26052011177_normal.jpg\",\"name\":\"Fran\\u00e7ois Puijalon\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 14 15:45:08 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":354953013,\"utc_offset\":null,\"favourites_count\":16,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185482807713793,\"created_at\":\"Fri Feb 24 23:20:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2451000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "05cdbcf8-9cf3-4b66-af32-2d6d00688899-173185482807713793" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KlaireFr je l'imaginais blonde 0o #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849138941/image_normal.jpg" +}, +"title": "Rose Pichon: @KlaireFr je l'imaginais blonde 0o #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2451000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@KlaireFr je l'imaginais blonde 0o #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[0,9],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185481872384000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"28096610\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":91,\"screen_name\":\"rosefolle\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":288,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849138941\\/image_normal.jpg\",\"description\":\"boom chaka boom \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"475295275\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849138941\\/image_normal.jpg\",\"name\":\"Rose Pichon\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 26 22:15:24 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":475295275,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"KlaireFr\",\"truncated\":false,\"id\":173185481872384000,\"created_at\":\"Fri Feb 24 23:20:11 +0000 2012\",\"in_reply_to_user_id\":28096610}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2451000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0b6e829d-0fa7-4a04-81c8-3b67dfd5676b-173185481872384000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze @KlaireFr Je n'ai pas de statut sur Facebook, mais vraiment aucun, nada, peau de balle, que nib, ... quel succès ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1752605252/slashunderscore_normal.PNG" +}, +"title": "Gilles Defromerie: @LeGrandWebze @KlaireFr Je n'ai pas de statut sur Facebook, mais vraiment aucun, nada, peau de balle, que nib, ... quel succès ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2451000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze @KlaireFr Je n'ai pas de statut sur Facebook, mais vraiment aucun, nada, peau de balle, que nib, ... quel succ\\u00e8s ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"KlaireFr\",\"indices\":[14,23],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[129,133]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173184535536746496,\"in_reply_to_status_id_str\":\"173184535536746496\",\"id_str\":\"173185483692720128\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"geldif\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":59,\"location\":\"Devant un \\u00e9cran num\\u00e9rique\",\"profile_text_color\":\"333333\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"description\":\"Debugger, Ajusteur d'Octets niveau Certification Binaire, Digital Engineer\",\"statuses_count\":224,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"394186996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Gilles Defromerie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Wed Oct 19 18:07:56 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":394186996,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\"},\"truncated\":false,\"id\":173185483692720128,\"created_at\":\"Fri Feb 24 23:20:11 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2451000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d810e246-3032-46b2-bab1-7c6f2c1e79d9-173185483692720128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste dites-zy @francoisrollin que je l'aime et que je lui ai déclaré ma flamme pour la St Valentin à base d'extrait 2 films #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1784236610/whipped_cream_1__normal.jpg" +}, +"title": "dallas: #ilreste dites-zy @francoisrollin que je l'aime et que je lui ai déclaré ma flamme pour la St Valentin à base d'extrait 2 films #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2451000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste dites-zy @francoisrollin que je l'aime et que je lui ai d\\u00e9clar\\u00e9 ma flamme pour la St Valentin \\u00e0 base d'extrait 2 films #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[18,33],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[128,132]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185483751432192\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":242,\"screen_name\":\"harlemdallas\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":2229,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/348916235\\/Grace_Jones_article_imageimagearticle.jpg\",\"location\":\"Paris\\/Ajaccio\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"FF0000\",\"followers_count\":193,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1784236610\\/whipped_cream_1__normal.jpg\",\"description\":\"Le T\\u00e9l\\u00e9phone Arabe. Journaliste ayant touch\\u00e9 de pr\\u00e8s le Saint Graal (ex CSOJ et Arte) com\\u00e9dienne qui le cherche encore.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"id_str\":\"127074304\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/348916235\\/Grace_Jones_article_imageimagearticle.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1784236610\\/whipped_cream_1__normal.jpg\",\"name\":\"dallas\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 27 23:54:10 +0000 2010\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":127074304,\"utc_offset\":-10800,\"favourites_count\":255,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185483751432192,\"created_at\":\"Fri Feb 24 23:20:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2451000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "35b4202a-40fc-46cd-802a-8a777af81764-173185483751432192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Klaire est une belle découverte :)", +"img": { +"src": "http://a2.twimg.com/profile_images/1696961418/avatar_normal.JPG" +}, +"title": "Audrey K: #lgw Klaire est une belle découverte :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2451000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Klaire est une belle d\\u00e9couverte :)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185484288303104\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"Audreymifasol\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":83,\"location\":\"Quelque part\",\"profile_text_color\":\"3E4415\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1696961418\\/avatar_normal.JPG\",\"description\":\"Prof contractuelle en biologie le lundi, \\u00e9tudiante en histoire, ma\\u00e7on, d\\u00e9coratrice, costumi\\u00e8re, peintre et bidouilleuse de tout l'autre moiti\\u00e9 du temps.\",\"statuses_count\":249,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"413420872\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Audrey K\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Tue Nov 15 21:31:05 +0000 2011\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":413420872,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/bubulle-de-savon.over-blog.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1696961418\\/avatar_normal.JPG\"},\"truncated\":false,\"id\":173185484288303104,\"created_at\":\"Fri Feb 24 23:20:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2451000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "87a5bdcd-7168-4fae-b917-5881ecd780bf-173185484288303104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Dugomo: Jolie la chemise à @Vinvin. Ils font les mêmes pour homme ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1742244378/16469_315452705267_659555267_9254691_600199_n_normal.jpg" +}, +"title": "Nicolas Ramz: RT @Dugomo: Jolie la chemise à @Vinvin. Ils font les mêmes pour homme ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2453000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Dugomo: Jolie la chemise \\u00e0 @Vinvin. Ils font les m\\u00eames pour homme ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Dugomo\",\"indices\":[3,10],\"id_str\":\"67648081\",\"name\":\"Dugomo\",\"id\":67648081},{\"screen_name\":\"Vinvin\",\"indices\":[31,38],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Jolie la chemise \\u00e0 @Vinvin. Ils font les m\\u00eames pour homme ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[19,26],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173180688542081024\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":417,\"screen_name\":\"Dugomo\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":23744,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/138402304\\/twilk_background_4c704a628fa7f.jpg\",\"location\":\"Nice, ou pas loin\",\"show_all_inline_media\":false,\"listed_count\":350,\"profile_link_color\":\"0000ff\",\"followers_count\":3131,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1640878229\\/dugomo_normal.jpg\",\"description\":\"Timeo Danaos et dona ferentes.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"67648081\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/138402304\\/twilk_background_4c704a628fa7f.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640878229\\/dugomo_normal.jpg\",\"name\":\"Dugomo\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 21 16:24:44 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":67648081,\"utc_offset\":3600,\"favourites_count\":89,\"url\":\"http:\\/\\/jedisdubien.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173180688542081024,\"created_at\":\"Fri Feb 24 23:01:08 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185491540258816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"warpdesign_\",\"lang\":\"en\",\"profile_text_color\":\"b3b3b3\",\"statuses_count\":5144,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/27824969\\/background6.jpg\",\"location\":\"45,77982325,3,08140843\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"0099B9\",\"followers_count\":167,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1742244378\\/16469_315452705267_659555267_9254691_600199_n_normal.jpg\",\"description\":\"D\\u00e9veloppeur UX r\\u00eaveur, amateur de musique, avide de nouvelles technos, mais pas mouton pour autant\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"63290634\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/27824969\\/background6.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1742244378\\/16469_315452705267_659555267_9254691_600199_n_normal.jpg\",\"name\":\"Nicolas Ramz\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 23:11:47 +0000 2009\",\"profile_sidebar_border_color\":\"7f8fab\",\"id\":63290634,\"utc_offset\":-10800,\"favourites_count\":4,\"url\":\"http:\\/\\/www.warpdesign.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185491540258816,\"created_at\":\"Fri Feb 24 23:20:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2453000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c8b5672f-20ce-47be-9694-c73e279504b4-173185491540258816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est fou quand même qu'à chaque fois qu'on veuiller \"parler du web\" à la télé, on soit obliger de rip-off youtube comme des porcs... #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1703065016/twitterdec11_normal.jpg" +}, +"title": "Alvin Haddadène: C'est fou quand même qu'à chaque fois qu'on veuiller \"parler du web\" à la télé, on soit obliger de rip-off youtube comme des porcs... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2454000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est fou quand m\\u00eame qu'\\u00e0 chaque fois qu'on veuiller \\\"parler du web\\\" \\u00e0 la t\\u00e9l\\u00e9, on soit obliger de rip-off youtube comme des porcs... #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[135,139]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185495705206786\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":512,\"screen_name\":\"Alvin_Stick\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":7004,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"B40B43\",\"followers_count\":393,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"description\":\"21 ans. Gaymer. C\\u00e9libataire. Inspir\\u00e9 d'un fait r\\u00e9el. Chef de rubrique sur http:\\/\\/www.tomsgames.fr, pigiste au magazine Online Gamer, heureux co-papa de \\u21b4\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fa87f6\",\"id_str\":\"115834046\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"name\":\"Alvin Haddad\\u00e8ne\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 20 03:45:26 +0000 2010\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":115834046,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/www.latraverseedustick.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185495705206786,\"created_at\":\"Fri Feb 24 23:20:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2454000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3f08422b-316c-4f66-9846-e986a3d43214-173185495705206786" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Ilagee: Entre vos #Césars, vos #LGW et vos #CI, j'ai un peu l'impression d'être au beau milieu d'un gang bang de livetweets contre m ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1819801052/12407071928760-2_normal.jpg" +}, +"title": "Schadenfreude: RT @Ilagee: Entre vos #Césars, vos #LGW et vos #CI, j'ai un peu l'impression d'être au beau milieu d'un gang bang de livetweets contre m ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2455000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Ilagee: Entre vos #C\\u00e9sars, vos #LGW et vos #CI, j'ai un peu l'impression d'\\u00eatre au beau milieu d'un gang bang de livetweets contre m ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Ilagee\",\"indices\":[3,10],\"id_str\":\"189097725\",\"name\":\"[Nom du sujet]\",\"id\":189097725}],\"urls\":[],\"hashtags\":[{\"text\":\"C\\u00e9sars\",\"indices\":[22,29]},{\"text\":\"LGW\",\"indices\":[35,39]},{\"text\":\"CI\",\"indices\":[47,50]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Entre vos #C\\u00e9sars, vos #LGW et vos #CI, j'ai un peu l'impression d'\\u00eatre au beau milieu d'un gang bang de livetweets contre mon gr\\u00e9.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"C\\u00e9sars\",\"indices\":[10,17]},{\"text\":\"LGW\",\"indices\":[23,27]},{\"text\":\"CI\",\"indices\":[35,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185287571243008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":289,\"screen_name\":\"Ilagee\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":11875,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/233715649\\/black_pattern.jpg\",\"location\":\"[Ville du sujet]\",\"show_all_inline_media\":true,\"listed_count\":78,\"profile_link_color\":\"d93c3c\",\"followers_count\":1025,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813929904\\/TwavatarZS_normal.png\",\"description\":\"J'ai cr\\u00e9\\u00e9 Z\\u00e9ros Sociaux, c'est un site sur les internets.\\r\\nAh, et j'ai une IMPRESSIONNANTE collection de dinosaures en plastique.\\r\\nC'est pas pour p\\u00e9cho, tkt.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"189097725\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/233715649\\/black_pattern.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813929904\\/TwavatarZS_normal.png\",\"name\":\"[Nom du sujet]\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 10 11:26:10 +0000 2010\",\"profile_sidebar_border_color\":\"000000\",\"id\":189097725,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/zeros-sociaux.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185287571243008,\"created_at\":\"Fri Feb 24 23:19:24 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185500344090624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":165,\"screen_name\":\"unefillegeniale\",\"lang\":\"fr\",\"profile_text_color\":\"76bbcc\",\"statuses_count\":3811,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/274802098\\/grim_fandango_by_domigorgon-d31w0ct.jpg\",\"location\":\"Clermont-Ferrand\",\"show_all_inline_media\":false,\"listed_count\":20,\"profile_link_color\":\"548b9c\",\"followers_count\":334,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819801052\\/12407071928760-2_normal.jpg\",\"description\":\"Je fais et aime plein de trucs chouettes dans la vie, et j'aime bien m'en vanter autour d'un jus de raisin. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"264798942\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/274802098\\/grim_fandango_by_domigorgon-d31w0ct.jpg\",\"profile_sidebar_fill_color\":\"24374f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819801052\\/12407071928760-2_normal.jpg\",\"name\":\"Schadenfreude\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 12 13:43:02 +0000 2011\",\"profile_sidebar_border_color\":\"5473b0\",\"id\":264798942,\"utc_offset\":3600,\"favourites_count\":61,\"url\":\"http:\\/\\/agnesanthem.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173185500344090624,\"created_at\":\"Fri Feb 24 23:20:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2455000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eff8cb8e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "64a144d1-c4f4-41f3-937b-97f8df22aedd-173185500344090624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Ilagee: Entre vos #Césars, vos #LGW et vos #CI, j'ai un peu l'impression d'être au beau milieu d'un gang bang de livetweets contre m ...", +"img": { +"src": "http://a1.twimg.com/profile_images/1836940521/Photo_du_74181365-02-___20.36_normal.jpg" +}, +"title": "Lucy Chalk: RT @Ilagee: Entre vos #Césars, vos #LGW et vos #CI, j'ai un peu l'impression d'être au beau milieu d'un gang bang de livetweets contre m ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2457000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Ilagee: Entre vos #C\\u00e9sars, vos #LGW et vos #CI, j'ai un peu l'impression d'\\u00eatre au beau milieu d'un gang bang de livetweets contre m ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Ilagee\",\"indices\":[3,10],\"id_str\":\"189097725\",\"name\":\"[Nom du sujet]\",\"id\":189097725}],\"urls\":[],\"hashtags\":[{\"text\":\"C\\u00e9sars\",\"indices\":[22,29]},{\"text\":\"LGW\",\"indices\":[35,39]},{\"text\":\"CI\",\"indices\":[47,50]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Entre vos #C\\u00e9sars, vos #LGW et vos #CI, j'ai un peu l'impression d'\\u00eatre au beau milieu d'un gang bang de livetweets contre mon gr\\u00e9.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"C\\u00e9sars\",\"indices\":[10,17]},{\"text\":\"LGW\",\"indices\":[23,27]},{\"text\":\"CI\",\"indices\":[35,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185287571243008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":289,\"screen_name\":\"Ilagee\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":11875,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/233715649\\/black_pattern.jpg\",\"location\":\"[Ville du sujet]\",\"show_all_inline_media\":true,\"listed_count\":78,\"profile_link_color\":\"d93c3c\",\"followers_count\":1025,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813929904\\/TwavatarZS_normal.png\",\"description\":\"J'ai cr\\u00e9\\u00e9 Z\\u00e9ros Sociaux, c'est un site sur les internets.\\r\\nAh, et j'ai une IMPRESSIONNANTE collection de dinosaures en plastique.\\r\\nC'est pas pour p\\u00e9cho, tkt.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"189097725\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/233715649\\/black_pattern.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813929904\\/TwavatarZS_normal.png\",\"name\":\"[Nom du sujet]\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 10 11:26:10 +0000 2010\",\"profile_sidebar_border_color\":\"000000\",\"id\":189097725,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/zeros-sociaux.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185287571243008,\"created_at\":\"Fri Feb 24 23:19:24 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185509512847361\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":200,\"screen_name\":\"lucythehatter\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":9950,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/223015430\\/Num_riser0009.jpg\",\"location\":\"Lyon, France\",\"show_all_inline_media\":true,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"followers_count\":229,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1836940521\\/Photo_du_74181365-02-___20.36_normal.jpg\",\"description\":\"milliner\\/hat maker, squirrel\\/playmobil\\/tattoo lover - aka FierceAngoraRabbit. PERSONAL RANTINGS! If you're looking for professional stuff check out my website!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"c8cc89\",\"id_str\":\"259328152\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/223015430\\/Num_riser0009.jpg\",\"profile_sidebar_fill_color\":\"\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836940521\\/Photo_du_74181365-02-___20.36_normal.jpg\",\"name\":\"Lucy Chalk\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 01 16:54:40 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":259328152,\"utc_offset\":null,\"favourites_count\":420,\"url\":\"http:\\/\\/www.lucychalk.com\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173185509512847361,\"created_at\":\"Fri Feb 24 23:20:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2457000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eff8cb8e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7e174242-b305-4d70-85f0-a0ca1d38be18-173185509512847361" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @skullpat: #LGW n'empêche que @FlorencePorcel est vraiment craquante @LeGrandWebze", +"img": { +"src": "http://a3.twimg.com/profile_images/667488091/malko_normal.png" +}, +"title": "Malko: RT @skullpat: #LGW n'empêche que @FlorencePorcel est vraiment craquante @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2459000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @skullpat: #LGW n'emp\\u00eache que @FlorencePorcel est vraiment craquante @LeGrandWebze\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"skullpat\",\"indices\":[3,12],\"name\":\"skullpat\",\"id_str\":\"8148052\",\"id\":8148052},{\"screen_name\":\"FlorencePorcel\",\"indices\":[33,48],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173},{\"screen_name\":\"LeGrandWebze\",\"indices\":[72,85],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW n'emp\\u00eache que @FlorencePorcel est vraiment craquante @LeGrandWebze\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[19,34],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173},{\"screen_name\":\"LeGrandWebze\",\"indices\":[58,71],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185317413724162\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"faaa16\",\"screen_name\":\"skullpat\",\"lang\":\"en\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":712,\"location\":\"Atlantic Ocean\",\"profile_text_color\":\"000000\",\"followers_count\":1372,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\",\"description\":\"Voyageur permanent !! http:\\/\\/marseille.tv\",\"statuses_count\":23402,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":104,\"profile_link_color\":\"44a1d0\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"8148052\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"skullpat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"created_at\":\"Sun Aug 12 23:46:20 +0000 2007\",\"profile_sidebar_fill_color\":\"ecebef\",\"id\":8148052,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/skullpat.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\"},\"truncated\":false,\"id\":173185317413724162,\"created_at\":\"Fri Feb 24 23:19:31 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185515800113152\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"malkovitch\",\"lang\":\"fr\",\"favourites_count\":221,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":484,\"location\":\"ouest\",\"profile_text_color\":\"b3a8a8\",\"followers_count\":1232,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/667488091\\/malko_normal.png\",\"description\":\"dompteur de smartphones Android et autres Os\",\"statuses_count\":25644,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/71376186\\/screenshot_001.png\",\"show_all_inline_media\":false,\"listed_count\":85,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"16329725\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Malko\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/71376186\\/screenshot_001.png\",\"created_at\":\"Wed Sep 17 14:57:12 +0000 2008\",\"profile_sidebar_fill_color\":\"252429\",\"id\":16329725,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/blog.bretagne-balades.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/667488091\\/malko_normal.png\"},\"truncated\":false,\"id\":173185515800113152,\"created_at\":\"Fri Feb 24 23:20:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2459000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3f17c0fa-858d-438b-98fd-93b17abc974b-173185515800113152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Le_M_Poireau: On donne un prix au grand noir et le handicapé en fauteuil n'a rien. Ça ne choque personne évidemment. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1840926356/points_rouges_normal.jpeg" +}, +"title": "FrenchRedFrog: RT @Le_M_Poireau: On donne un prix au grand noir et le handicapé en fauteuil n'a rien. Ça ne choque personne évidemment. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2460000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Le_M_Poireau: On donne un prix au grand noir et le handicap\\u00e9 en fauteuil n'a rien. \\u00c7a ne choque personne \\u00e9videmment. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Le_M_Poireau\",\"indices\":[3,16],\"id_str\":\"10330232\",\"name\":\"Le_M_Poireau\",\"id\":10330232}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[121,125]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"On donne un prix au grand noir et le handicap\\u00e9 en fauteuil n'a rien. \\u00c7a ne choque personne \\u00e9videmment. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[103,107]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184466330726400\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":6530,\"screen_name\":\"Le_M_Poireau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":54063,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":418,\"profile_link_color\":\"0084b4\",\"followers_count\":6013,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"description\":\"Pensez \\u00e0 ceux qui n'en ont pas et ne g\\u00e2chez pas votre humour inutilement. http:\\/\\/photosdecampagne.tumblr.com\\/ | http:\\/\\/riendimportant.tumblr.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"10330232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"profile_sidebar_fill_color\":\"ddffcd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"name\":\"Le_M_Poireau\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 17 11:32:14 +0000 2007\",\"profile_sidebar_border_color\":\"bddcad\",\"id\":10330232,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/monsieurpoireau.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184466330726400,\"created_at\":\"Fri Feb 24 23:16:09 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185519541424128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":352,\"screen_name\":\"frenchredfrog\",\"lang\":\"en\",\"profile_text_color\":\"0a090a\",\"statuses_count\":35413,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/414297682\\/cherokee_indiankid.png\",\"location\":\"France, Grande Bleue\",\"show_all_inline_media\":false,\"listed_count\":51,\"profile_link_color\":\"f70505\",\"followers_count\":774,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840926356\\/points_rouges_normal.jpeg\",\"description\":\"Grenouille dans sa mare...qui veut la garder propre et qui ne veut absolument pas de gaz de schiste, ni ici ni ailleurs ni aujourd'hui ni demain... #NOGAZARAN#\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"338a1d\",\"id_str\":\"45365156\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/414297682\\/cherokee_indiankid.png\",\"profile_sidebar_fill_color\":\"faf7fa\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840926356\\/points_rouges_normal.jpeg\",\"name\":\"FrenchRedFrog\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 07 16:12:10 +0000 2009\",\"profile_sidebar_border_color\":\"eb0909\",\"id\":45365156,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185519541424128,\"created_at\":\"Fri Feb 24 23:20:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2460000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f4cd4130-e5ea-463f-a7eb-9278bdc56a76-173185519541424128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@BlackEco Il a joué dans Kaamelott de @sgtpembry. Après, précisément, je sais pas... #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1776332006/Zeke_normal.jpg" +}, +"title": "[T61] Rémy S.: @BlackEco Il a joué dans Kaamelott de @sgtpembry. Après, précisément, je sais pas... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2460000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@BlackEco Il a jou\\u00e9 dans Kaamelott de @sgtpembry. Apr\\u00e8s, pr\\u00e9cis\\u00e9ment, je sais pas... #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BlackEco\",\"indices\":[0,9],\"id_str\":\"94871785\",\"name\":\"Axel Leroy\",\"id\":94871785},{\"screen_name\":\"sgtpembry\",\"indices\":[38,48],\"id_str\":\"239085423\",\"name\":\"Alexandre Astier\",\"id\":239085423}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[85,89]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173185193308463105\",\"id_str\":\"173185522326454273\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185193308463105,\"in_reply_to_user_id_str\":\"94871785\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":103,\"screen_name\":\"ThatVeryBadFlip\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":11101,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"location\":\"France - 66500, Prades\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":112,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\",\"description\":\"I don't know tweeting in English very well . But when I do, it's in French.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"169bde\",\"id_str\":\"165862367\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\",\"name\":\"[T61] R\\u00e9my S.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 12 18:48:22 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":165862367,\"utc_offset\":3600,\"favourites_count\":27,\"url\":null},\"in_reply_to_screen_name\":\"BlackEco\",\"truncated\":false,\"id\":173185522326454273,\"created_at\":\"Fri Feb 24 23:20:20 +0000 2012\",\"in_reply_to_user_id\":94871785}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2460000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9fff2aeb-c626-480b-a4bd-773362a6a17f-173185522326454273" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Regarder #LGW défoncée. Je sais pas si je suis en train de faire un bad trip ou de gentiment kiffer.", +"img": { +"src": "http://a0.twimg.com/profile_images/1716046164/BURGERKINGISTHEREASONWHYSWITZERLANDWILLALWAYSBEBETTERTHANFRANCE_normal.JPG" +}, +"title": "Iris: Regarder #LGW défoncée. Je sais pas si je suis en train de faire un bad trip ou de gentiment kiffer.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2461000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Regarder #LGW d\\u00e9fonc\\u00e9e. Je sais pas si je suis en train de faire un bad trip ou de gentiment kiffer.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185523265961984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":361,\"screen_name\":\"IrisKV\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":29297,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/278365626\\/261206_10150228562828941_638073940_7198865_6817977_n.jpg\",\"location\":\"This place has everything.(NE)\",\"show_all_inline_media\":true,\"listed_count\":116,\"profile_link_color\":\"009999\",\"followers_count\":1166,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1716046164\\/BURGERKINGISTHEREASONWHYSWITZERLANDWILLALWAYSBEBETTERTHANFRANCE_normal.JPG\",\"description\":\"Dit du mal des s\\u00e9ries TV sur pErDUSA, a podcast\\u00e9 un an sur le cin\\u00e9ma et a une fascination quasi religieuse pour la pop culture. \\/ Ergo, mon avis #GTS le v\\u00f4tre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Bern\",\"profile_background_color\":\"131516\",\"id_str\":\"15126500\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/278365626\\/261206_10150228562828941_638073940_7198865_6817977_n.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1716046164\\/BURGERKINGISTHEREASONWHYSWITZERLANDWILLALWAYSBEBETTERTHANFRANCE_normal.JPG\",\"name\":\"Iris\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 15 17:51:27 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":15126500,\"utc_offset\":3600,\"favourites_count\":840,\"url\":\"http:\\/\\/www.a-suivre.org\\/usa\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185523265961984,\"created_at\":\"Fri Feb 24 23:20:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2461000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ad23d272-7cc8-4e20-90e6-ede96ee10227-173185523265961984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'allume ma TV pour me divertir des conneries d'internet et je tombe sur le grandwebze #lgw #FAIL", +"img": { +"src": "http://a0.twimg.com/profile_images/1741021447/1122729315_normal.png" +}, +"title": "MrLafia: J'allume ma TV pour me divertir des conneries d'internet et je tombe sur le grandwebze #lgw #FAIL", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2461000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'allume ma TV pour me divertir des conneries d'internet et je tombe sur le grandwebze #lgw #FAIL\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[87,91]},{\"text\":\"FAIL\",\"indices\":[92,97]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185525233106944\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"999999\",\"screen_name\":\"MrLafia\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":99,\"location\":\"Preverenges Suisse\",\"profile_text_color\":\"666666\",\"followers_count\":42,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1741021447\\/1122729315_normal.png\",\"description\":\"Grand m\\u00e9chant Geek\\r\\n#MKV builder : http:\\/\\/mrlafia.com\\r\\nAndroFan #Galaxy #Nexus addict\",\"statuses_count\":567,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/341426018\\/threadlessmilkyway_656_101374.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"51b9d3\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"97400283\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"MrLafia\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/341426018\\/threadlessmilkyway_656_101374.jpg\",\"created_at\":\"Thu Dec 17 08:51:33 +0000 2009\",\"profile_sidebar_fill_color\":\"121212\",\"id\":97400283,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/mrlafia.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1741021447\\/1122729315_normal.png\"},\"truncated\":false,\"id\":173185525233106944,\"created_at\":\"Fri Feb 24 23:20:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2461000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f71dcd53-ff0b-4f77-a3f6-7dcd0029ffa4-173185525233106944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #lgw #cQui? Désolé mais vraiment c'est qui? Il est tard on m'excuse hein! ^^", +"img": { +"src": "http://a0.twimg.com/profile_images/1846374829/tumblr_lzt2s2vq6m1qgbguro3_250_normal.gif" +}, +"title": "J.: @LeGrandWebze #lgw #cQui? Désolé mais vraiment c'est qui? Il est tard on m'excuse hein! ^^", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2462000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"text\":\"@LeGrandWebze #lgw #cQui? D\\u00e9sol\\u00e9 mais vraiment c'est qui? Il est tard on m'excuse hein! ^^\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"cQui\",\"indices\":[19,24]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.nibirutech.com\\\" rel=\\\"nofollow\\\"\\u003ETwitBird\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185527984553984\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C6E2EE\",\"screen_name\":\"iTweetSiriusly\",\"lang\":\"fr\",\"favourites_count\":708,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":446,\"location\":\"Chamber of.. Yeah my bedroom\",\"profile_text_color\":\"663B12\",\"description\":\"I'm just a witch at Beauxbatons Academy of Magic.\\r\\nI ship Damon with happiness... a.k.a Elena.\\r\\nTumblr: itumblrsiriusly.tumblr.com\",\"statuses_count\":9639,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/371232355\\/63109032.13.jpg\",\"show_all_inline_media\":true,\"listed_count\":30,\"profile_link_color\":\"1F98C7\",\"followers_count\":476,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846374829\\/tumblr_lzt2s2vq6m1qgbguro3_250_normal.gif\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C6E2EE\",\"protected\":false,\"id_str\":\"272539930\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"J.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/371232355\\/63109032.13.jpg\",\"created_at\":\"Sat Mar 26 18:33:06 +0000 2011\",\"profile_sidebar_fill_color\":\"DAECF4\",\"id\":272539930,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"https:\\/\\/twitter.com\\/#!\\/James_Phelps\\/status\\/102815302127058945\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846374829\\/tumblr_lzt2s2vq6m1qgbguro3_250_normal.gif\"},\"in_reply_to_status_id\":null,\"id\":173185527984553984,\"created_at\":\"Fri Feb 24 23:20:22 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2462000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7e1fbb00-31a8-4f3e-bd9e-7e284d5f8d37-173185527984553984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Clap ! Clap ! Clap !", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW Clap ! Clap ! Clap !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2462000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Clap ! Clap ! Clap !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185527955202049\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185527955202049,\"created_at\":\"Fri Feb 24 23:20:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2462000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8b836476-24be-4259-a238-2dea6e8e3d7c-173185527955202049" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Attention #lgw A force de vous auto remercier, auto congratuler vous glissez comme les #Cesar2012 boring.. Ça serait dommage ! Restez vifs", +"img": { +"src": "http://a2.twimg.com/profile_images/1749613158/image_normal.jpg" +}, +"title": "Milo Vox: Attention #lgw A force de vous auto remercier, auto congratuler vous glissez comme les #Cesar2012 boring.. Ça serait dommage ! Restez vifs", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2465000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Attention #lgw A force de vous auto remercier, auto congratuler vous glissez comme les #Cesar2012 boring.. \\u00c7a serait dommage ! Restez vifs\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]},{\"text\":\"Cesar2012\",\"indices\":[87,97]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185543000170497\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":204,\"screen_name\":\"MiloVox\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":290,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":21,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1749613158\\/image_normal.jpg\",\"description\":\"Citoyen \\u00e9chantillon\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"461840194\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1749613158\\/image_normal.jpg\",\"name\":\"Milo Vox\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 12 07:50:02 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":461840194,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185543000170497,\"created_at\":\"Fri Feb 24 23:20:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2465000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c4050dcc-6c67-4d36-9a66-6c975e21ba72-173185543000170497" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Coucou... Tu veux voir... #LGW #cqui", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: Coucou... Tu veux voir... #LGW #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2467000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Coucou... Tu veux voir... #LGW #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[26,30]},{\"text\":\"cqui\",\"indices\":[31,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185549052551168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1033,\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":3558,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"followers_count\":667,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"name\":\"Bastien Joseph\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":191087175,\"utc_offset\":null,\"favourites_count\":10,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185549052551168,\"created_at\":\"Fri Feb 24 23:20:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2467000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1bcb8911-2e3c-40d9-9267-1d6418e122d8-173185549052551168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce sont les téléspectateurs ses #Cesars2012 qui ne savent pas qui est F. Rollin #ilreste #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1754094119/arton136_normal.jpg" +}, +"title": "SF: Ce sont les téléspectateurs ses #Cesars2012 qui ne savent pas qui est F. Rollin #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2467000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ce sont les t\\u00e9l\\u00e9spectateurs ses #Cesars2012 qui ne savent pas qui est F. Rollin #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cesars2012\",\"indices\":[32,43]},{\"text\":\"ilreste\",\"indices\":[80,88]},{\"text\":\"lgw\",\"indices\":[89,93]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185551174877184\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"SFCDT\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":980,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"OK, je sors.\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":45,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1754094119\\/arton136_normal.jpg\",\"description\":\"Compte non officiel de SF CDT\\r\\r & j'aime bien les esperluettes Avatar : Mondrian drawing lookalike by angelolaplace.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"EBEBEB\",\"id_str\":\"428381996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1754094119\\/arton136_normal.jpg\",\"name\":\"SF\",\"default_profile_image\":false,\"created_at\":\"Sun Dec 04 17:59:28 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":428381996,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185551174877184,\"created_at\":\"Fri Feb 24 23:20:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2467000, +"tags": [ +{ +"id-ref": "ef243180-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1691299d-4055-4a6b-99e8-d46fa1e5a60c-173185551174877184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1143073505/41403_1088720440_8180_q_normal.jpg" +}, +"title": "yann : #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2468000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185554102501376\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"yannosh51\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":114,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"description\":\"Gamer, retrogamer m\\u00eame et administrateur chez armagame pour le jeu atomic strike.\",\"statuses_count\":696,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"384040\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"165689120\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"yann \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"created_at\":\"Mon Jul 12 08:06:43 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":165689120,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.atomic-strike.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\"},\"truncated\":false,\"id\":173185554102501376,\"created_at\":\"Fri Feb 24 23:20:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2468000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ef1c7155-addb-4ae9-96af-dbcba40f9050-173185554102501376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je comprends rien à #lgw. Quelqu’un peu m'expliquer le concept ? \nla musique fait mal à la tête.", +"img": { +"src": "http://a0.twimg.com/profile_images/1851376669/gifs_zabuza_26_1__normal.gif" +}, +"title": "Ferhat Dendoune: Je comprends rien à #lgw. Quelqu’un peu m'expliquer le concept ? \nla musique fait mal à la tête.", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2470000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je comprends rien \\u00e0 #lgw. Quelqu\\u2019un peu m'expliquer le concept ? \\nla musique fait mal \\u00e0 la t\\u00eate.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185560935010306\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1993,\"screen_name\":\"Nara_Shikamaru4\",\"lang\":\"en\",\"profile_text_color\":\"542A1D\",\"statuses_count\":7127,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/421171500\\/Zabuza.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"EF3C7D\",\"followers_count\":505,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851376669\\/gifs_zabuza_26_1__normal.gif\",\"description\":\"Que les baltringues de Konoha commencent \\u00e0 chier dans leur froc. On vient pas du m\\u00eame endroit...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"F6E3D9\",\"id_str\":\"74527443\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421171500\\/Zabuza.jpg\",\"profile_sidebar_fill_color\":\"F8C2DC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851376669\\/gifs_zabuza_26_1__normal.gif\",\"name\":\"Ferhat Dendoune\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 15 19:12:53 +0000 2009\",\"profile_sidebar_border_color\":\"C42639\",\"id\":74527443,\"utc_offset\":-10800,\"favourites_count\":4,\"url\":\"https:\\/\\/plus.google.com\\/104684333822937350642\\/about\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185560935010306,\"created_at\":\"Fri Feb 24 23:20:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2470000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9546ba9e-28d8-4bad-82c9-ab37f9b03269-173185560935010306" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@ThatVeryBadFlip Toi tu veux passer. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1342745426/Dr_House_normal.png" +}, +"title": "Rémi Dark: @ThatVeryBadFlip Toi tu veux passer. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2470000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@ThatVeryBadFlip Toi tu veux passer. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ThatVeryBadFlip\",\"indices\":[0,16],\"id_str\":\"165862367\",\"name\":\"[T61] R\\u00e9my S.\",\"id\":165862367}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173184907701518338\",\"id_str\":\"173185563535482880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173184907701518338,\"in_reply_to_user_id_str\":\"165862367\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"Darkiik\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":209,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Toulouse \",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1342745426\\/Dr_House_normal.png\",\"description\":\"Fan de Playstation \\/ S\\u00e9ries T\\u00e9l\\u00e9 \\/ Films de guerre \\/ Filles :D.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"283598806\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1342745426\\/Dr_House_normal.png\",\"name\":\"R\\u00e9mi Dark\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 17 16:25:54 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":283598806,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":\"ThatVeryBadFlip\",\"truncated\":false,\"id\":173185563535482880,\"created_at\":\"Fri Feb 24 23:20:30 +0000 2012\",\"in_reply_to_user_id\":165862367}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2470000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f37c53d5-3578-4d9f-97a6-dfa4e9e93939-173185563535482880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw : Rollin #ilreste parce que Palace", +"img": { +"src": "http://a0.twimg.com/profile_images/1843093214/portrait_normal.jpg" +}, +"title": "Florent: #lgw : Rollin #ilreste parce que Palace", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2472000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw : Rollin #ilreste parce que Palace\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[14,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot for Chrome\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185570317680641\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"f_to_k\",\"lang\":\"fr\",\"favourites_count\":64,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":86,\"location\":\"Paris grande banlieue Est.\",\"profile_text_color\":\"666666\",\"followers_count\":124,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843093214\\/portrait_normal.jpg\",\"description\":\"Homme \\u00e0 tout faire (ou presque). Ce que je tiens dans la main est un appareil photo \\u00e0 pellicules. Mes tweets n'engagent que mes 10 doigts, mon cerveau d\\u00e9ment.\",\"statuses_count\":3704,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"438377094\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Florent\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Fri Dec 16 14:28:11 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":438377094,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843093214\\/portrait_normal.jpg\"},\"truncated\":false,\"id\":173185570317680641,\"created_at\":\"Fri Feb 24 23:20:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2472000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8061fc4d-3a61-46b6-8c35-35643a88be91-173185570317680641" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Suzanne Cleary et Peter Harding, ont aussi repris le p'tit bal perdu de Bourvil. Magnifique! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: Suzanne Cleary et Peter Harding, ont aussi repris le p'tit bal perdu de Bourvil. Magnifique! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2472000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Suzanne Cleary et Peter Harding, ont aussi repris le p'tit bal perdu de Bourvil. Magnifique! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185569973739520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":146,\"screen_name\":\"JoffreyMick\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1026,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"255731473\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"name\":\"Joffrey Mick\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":255731473,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185569973739520,\"created_at\":\"Fri Feb 24 23:20:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2472000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9777ea55-bdf0-4b3d-bb06-25c2e9bd50fc-173185569973739520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1767119590/image1327009838_normal.png" +}, +"title": "Benjamin Bartholet: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2474000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":203,\"profile_link_color\":\"0084B4\",\"followers_count\":54687,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185579503198211\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":116,\"screen_name\":\"JameBees\",\"lang\":\"fr\",\"profile_text_color\":\"8f1313\",\"statuses_count\":555,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/378713368\\/obey-japanese-pattern-2-red.jpeg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"e91927\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1767119590\\/image1327009838_normal.png\",\"description\":\"Concepteur Visuel \\/\\/\\/ L3 \\u00c9tudes Visuelles, Multim\\u00e9dia et Art Num\\u00e9rique \\/\\/\\/ Graphiste, Musicien, R\\u00e9alisateur, Membre de l'association FlaP (@CabaretVert)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"ffffff\",\"id_str\":\"211464882\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378713368\\/obey-japanese-pattern-2-red.jpeg\",\"profile_sidebar_fill_color\":\"f2df8c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1767119590\\/image1327009838_normal.png\",\"name\":\"Benjamin Bartholet\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 03 10:11:36 +0000 2010\",\"profile_sidebar_border_color\":\"e91927\",\"id\":211464882,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185579503198211,\"created_at\":\"Fri Feb 24 23:20:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2474000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "131e33eb-5465-4dc1-a37d-25b6bdc0231a-173185579503198211" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ÉNORME la vidéo !!! #lgw #france5", +"img": { +"src": "http://a0.twimg.com/profile_images/1849130115/FC10EE29-0D2A-470B-AFC9-021D9008DA3C_normal" +}, +"title": "Nicolas Jaillot: ÉNORME la vidéo !!! #lgw #france5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2474000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u00c9NORME la vid\\u00e9o !!! #lgw #france5\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]},{\"text\":\"france5\",\"indices\":[26,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185579977150464\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"NicOFP\",\"lang\":\"en\",\"favourites_count\":950,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":198,\"location\":\"Lorient & Bordeaux\",\"profile_text_color\":\"333333\",\"followers_count\":81,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849130115\\/FC10EE29-0D2A-470B-AFC9-021D9008DA3C_normal\",\"description\":\"Jeune technicien fougueux perdu chez les binious...\",\"statuses_count\":10070,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"009999\",\"is_translator\":true,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"14335708\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Nicolas Jaillot\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Tue Apr 08 20:20:19 +0000 2008\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":14335708,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/past.is\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849130115\\/FC10EE29-0D2A-470B-AFC9-021D9008DA3C_normal\"},\"truncated\":false,\"id\":173185579977150464,\"created_at\":\"Fri Feb 24 23:20:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2474000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f37f725b-913a-4032-aec8-fd1a3f0ce2cb-173185579977150464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #Cqui mais si vous voulez je vous cite tout le roi loth\nRollin FTW", +"img": { +"src": "http://a0.twimg.com/profile_images/1778957991/kitty-album-animal-collective_normal.jpg" +}, +"title": "rhésus négatif: #lgw #Cqui mais si vous voulez je vous cite tout le roi loth\nRollin FTW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2475000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #Cqui mais si vous voulez je vous cite tout le roi loth\\nRollin FTW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"Cqui\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185583303241730\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"rhesusnegatif\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":134,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/411658969\\/1acaCuvIImrDwSd.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1778957991\\/kitty-album-animal-collective_normal.jpg\",\"description\":\"Tweet or GTFO\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"473379117\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/411658969\\/1acaCuvIImrDwSd.gif\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1778957991\\/kitty-album-animal-collective_normal.jpg\",\"name\":\"rh\\u00e9sus n\\u00e9gatif\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 24 22:36:01 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":473379117,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185583303241730,\"created_at\":\"Fri Feb 24 23:20:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2475000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c62bb5dc-5651-4c40-96f4-4093a435772e-173185583303241730" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tiens un Buzz … qui date de ... 2 ans #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1395423345/11_normal.JPG" +}, +"title": "Tony: Tiens un Buzz … qui date de ... 2 ans #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2476000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Tiens un Buzz \\u2026 qui date de ... 2 ans #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[38,42]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185588437073921\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"thony911\",\"lang\":\"fr\",\"favourites_count\":211,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1840,\"location\":\"Rennes - Paris FRANCE\",\"profile_text_color\":\"333333\",\"followers_count\":1200,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1395423345\\/11_normal.JPG\",\"description\":\"Animateur Radio, Sp\\u00e9cialiste Buzz et M\\u00e9dias Tv et Radio. \\u00e9missions sp\\u00e9ciales sur Goom Radio. Red\\/C Buzzmoica.fr, BuzzMedias.net...Mes tweets n'engagent que moi\",\"statuses_count\":20281,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/418968589\\/Wallpaper_TV_by_demonic_madness.jpg\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"91351817\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Tony\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418968589\\/Wallpaper_TV_by_demonic_madness.jpg\",\"created_at\":\"Fri Nov 20 14:34:32 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":91351817,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/buzzmedias.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1395423345\\/11_normal.JPG\"},\"truncated\":false,\"id\":173185588437073921,\"created_at\":\"Fri Feb 24 23:20:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2476000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6d7aacd1-8e50-4514-a530-770263077139-173185588437073921" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "A quand @IamLepoy en direct sur #lgw ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1695316394/sttz_fav_plus_twitter_normal.png" +}, +"title": "STTZ™: A quand @IamLepoy en direct sur #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2478000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"A quand @IamLepoy en direct sur #lgw ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"IamLepoy\",\"indices\":[8,17],\"id_str\":\"39257730\",\"name\":\"Lepoy\",\"id\":39257730}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185595160539136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":296,\"screen_name\":\"Santtchez\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":7958,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/329414068\\/sttz_TWT.jpg\",\"location\":\"St Mand\\u00e9, PARIS\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"16a2cc\",\"followers_count\":253,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1695316394\\/sttz_fav_plus_twitter_normal.png\",\"description\":\"Blogueur et Blagueur.Logotophile voir logotophage. Un logo, Prenez contact: Santtchez@gmail.com #LOLgo #BBasile\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"id_str\":\"332249953\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/329414068\\/sttz_TWT.jpg\",\"profile_sidebar_fill_color\":\"404040\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695316394\\/sttz_fav_plus_twitter_normal.png\",\"name\":\"STTZ\\u2122\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 09 13:38:44 +0000 2011\",\"profile_sidebar_border_color\":\"f70000\",\"id\":332249953,\"utc_offset\":null,\"favourites_count\":221,\"url\":\"http:\\/\\/santtchez.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185595160539136,\"created_at\":\"Fri Feb 24 23:20:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2478000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "04f709a6-222a-43e2-84df-210eaf4be7e5-173185595160539136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw me permet de suivre des personnes intérésantes merci beaucoup !", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: #lgw me permet de suivre des personnes intérésantes merci beaucoup !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2478000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw me permet de suivre des personnes int\\u00e9r\\u00e9santes merci beaucoup !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185595873558529\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":5140,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Marseille\\/Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"name\":\"Matthieu Michel\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":68460513,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185595873558529,\"created_at\":\"Fri Feb 24 23:20:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2478000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2b33b0c2-df1c-4d6f-84b5-5b04ebb4ef28-173185595873558529" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw super cette vidéo", +"img": { +"src": "http://a2.twimg.com/profile_images/1709822127/image_normal.jpg" +}, +"title": "jean-marc dubois: #lgw super cette vidéo", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2478000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw super cette vid\\u00e9o\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185597115088896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":162,\"screen_name\":\"jeanmarcdubois\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":18,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1709822127\\/image_normal.jpg\",\"description\":\"journaliste france 3\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"203044102\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709822127\\/image_normal.jpg\",\"name\":\"jean-marc dubois\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 15 12:06:07 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":203044102,\"utc_offset\":3600,\"favourites_count\":11,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185597115088896,\"created_at\":\"Fri Feb 24 23:20:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2478000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "02c34ba4-a618-4932-ba4d-03009c158c53-173185597115088896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Quel est le #hashtag pour voter contre la chemise de @Vinvin ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1474096078/avatar_normal.png" +}, +"title": "Sebastien Voyard: Quel est le #hashtag pour voter contre la chemise de @Vinvin ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2478000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Quel est le #hashtag pour voter contre la chemise de @Vinvin ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"hashtag\",\"indices\":[12,20]},{\"text\":\"lgw\",\"indices\":[63,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/github.com\\/minego\\/phnx\\\" rel=\\\"nofollow\\\"\\u003EProject Macaw for webOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185595395424256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":287,\"screen_name\":\"Seb_Voyard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":992,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":73,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1474096078\\/avatar_normal.png\",\"description\":\"D\\u00e9veloppeur d\\u00e9butant d'applications WebOS http:\\/\\/sebosapp.wordpress.com - Webmaster de http:\\/\\/www.modecolo.fr - Entre autres...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"128504185\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474096078\\/avatar_normal.png\",\"name\":\"Sebastien Voyard\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 01 09:38:23 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":128504185,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185595395424256,\"created_at\":\"Fri Feb 24 23:20:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2478000, +"tags": [ +{ +"id-ref": "f002ef2e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b73a906c-d5dc-4460-9c47-ec25d9fbe583-173185595395424256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mouif. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: Mouif. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2479000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mouif. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185600063668224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1093,\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"profile_text_color\":\"636363\",\"statuses_count\":21283,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_sidebar_fill_color\":\"141414\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"name\":\"Bakt El Raalis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18515564,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.pelecanus.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185600063668224,\"created_at\":\"Fri Feb 24 23:20:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2479000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "def1145a-77ce-4107-9964-7ffbbef2b75c-173185600063668224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Srsim: #LGW Y'a des gens qui S'ENNUIENT devant les vidéos de 2mn de @SolangeTeParle. Vous le vivez comment, votre déficit de l'atten ...", +"img": { +"src": "http://a1.twimg.com/profile_images/1820265439/Brocoligif-big2_normal.gif" +}, +"title": "Maxence Bernard: RT @Srsim: #LGW Y'a des gens qui S'ENNUIENT devant les vidéos de 2mn de @SolangeTeParle. Vous le vivez comment, votre déficit de l'atten ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2479000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Srsim: #LGW Y'a des gens qui S'ENNUIENT devant les vid\\u00e9os de 2mn de @SolangeTeParle. Vous le vivez comment, votre d\\u00e9ficit de l'atten ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Srsim\",\"indices\":[3,9],\"id_str\":\"130871832\",\"name\":\"Simon\",\"id\":130871832},{\"screen_name\":\"SolangeTeParle\",\"indices\":[72,87],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[11,15]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Y'a des gens qui S'ENNUIENT devant les vid\\u00e9os de 2mn de @SolangeTeParle. Vous le vivez comment, votre d\\u00e9ficit de l'attention ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[61,76],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184030798389249\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":288,\"screen_name\":\"Srsim\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":10574,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Third rock from the sun\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"2FC2EF\",\"followers_count\":309,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\",\"description\":\"BiotechnoLOLgy and random crap. J'essaie de vivre ma vie \\u00e0 fond en passant pour un con au moins une fois par jour.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"130871832\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\",\"name\":\"Simon\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 08 15:44:24 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":130871832,\"utc_offset\":3600,\"favourites_count\":84,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184030798389249,\"created_at\":\"Fri Feb 24 23:14:25 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185601317777409\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":40,\"screen_name\":\"Brosylen\",\"lang\":\"fr\",\"profile_text_color\":\"D6A763\",\"statuses_count\":155,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/422714464\\/xbad8b4132644812c8a7beea983dedc0.png\",\"location\":\"Belgique\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"B67346\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1820265439\\/Brocoligif-big2_normal.gif\",\"description\":\"Au matin, bois un grand verre d'air liquide, habille toi de tes plus beaux sous-v\\u00eatements, et va r\\u00e9ussir ta vie.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"FFED9D\",\"id_str\":\"222467614\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422714464\\/xbad8b4132644812c8a7beea983dedc0.png\",\"profile_sidebar_fill_color\":\"573D30\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1820265439\\/Brocoligif-big2_normal.gif\",\"name\":\"Maxence Bernard\",\"default_profile_image\":false,\"created_at\":\"Fri Dec 03 14:18:21 +0000 2010\",\"profile_sidebar_border_color\":\"899160\",\"id\":222467614,\"utc_offset\":3600,\"favourites_count\":11,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173185601317777409,\"created_at\":\"Fri Feb 24 23:20:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2479000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b8ad355e-aff9-4559-aa03-f288ed33221a-173185601317777409" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai pas encore bien saisi le concept de l'émission (^^\") #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1371214993/7a201ca91d3560_full_normal.gif" +}, +"title": "Manon Sorbier: J'ai pas encore bien saisi le concept de l'émission (^^\") #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2482000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'ai pas encore bien saisi le concept de l'\\u00e9mission (^^\\\") #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185611635765248\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"65B0DA\",\"screen_name\":\"wonderlandusagi\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":35,\"location\":\"\",\"profile_text_color\":\"3D1957\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1371214993\\/7a201ca91d3560_full_normal.gif\",\"description\":\"I am a french bunny blogger! \\u3088\\u308d\\u3057\\u304f\\u306d\\uff01\",\"statuses_count\":44,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"protected\":false,\"id_str\":\"306298320\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Manon Sorbier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"created_at\":\"Fri May 27 16:46:29 +0000 2011\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"id\":306298320,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/usaginowonderland.over-blog.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1371214993\\/7a201ca91d3560_full_normal.gif\"},\"truncated\":false,\"id\":173185611635765248,\"created_at\":\"Fri Feb 24 23:20:42 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2482000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f709fecd-450d-4f3e-9fb8-ecd1b1673e4a-173185611635765248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche demande a @alexevan de twitter moins fort on n'entend pas le monsieur #cqui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/645969850/Image_1_normal.jpg" +}, +"title": "Laurent Hermez: @LudoDelaherche demande a @alexevan de twitter moins fort on n'entend pas le monsieur #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2482000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LudoDelaherche demande a @alexevan de twitter moins fort on n'entend pas le monsieur #cqui #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061},{\"screen_name\":\"alexevan\",\"indices\":[26,35],\"id_str\":\"33499701\",\"name\":\"alexandra evan\",\"id\":33499701}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[86,91]},{\"text\":\"lgw\",\"indices\":[92,96]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173182888819441664\",\"id_str\":\"173185612390735875\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173182888819441664,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":547,\"screen_name\":\"laurent70\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5197,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/68596344\\/16947_265726962566_522657566_3216218_3534887_n.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"000000\",\"followers_count\":365,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/645969850\\/Image_1_normal.jpg\",\"description\":\"Copywriter at MRM Paris \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29409056\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/68596344\\/16947_265726962566_522657566_3216218_3534887_n.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/645969850\\/Image_1_normal.jpg\",\"name\":\"Laurent Hermez\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 07 08:07:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29409056,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/www.bouquiner.net\"},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173185612390735875,\"created_at\":\"Fri Feb 24 23:20:42 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2482000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "25066a5f-b0d0-434c-9c81-d4b5395ba069-173185612390735875" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je cherche @LudoDelaherche... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1833940557/C132C0BB-4352-4013-BD16-FBF5751D357B_normal" +}, +"title": "Poupimali: Je cherche @LudoDelaherche... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2483000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je cherche @LudoDelaherche... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[11,26],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185619181309954\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"080808\",\"screen_name\":\"Poupimali\",\"lang\":\"fr\",\"favourites_count\":484,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":467,\"location\":\"Paris - Bergerac\",\"profile_text_color\":\"484c4d\",\"followers_count\":4333,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1833940557\\/C132C0BB-4352-4013-BD16-FBF5751D357B_normal\",\"description\":\"Compte perso d'une brune pulpeuse \\u00e0 chatte. Commente avec mauvaise foi le Rugby sur Yahoo!Sport http:\\/\\/ow.ly\\/8JcAl. LiveTweet nimporte quoi. Troll nimporte qui.\",\"statuses_count\":70066,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/163215083\\/fondtwitter.jpg\",\"show_all_inline_media\":true,\"listed_count\":305,\"profile_link_color\":\"cc3366\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"c94175\",\"protected\":false,\"id_str\":\"82614873\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Poupimali\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/163215083\\/fondtwitter.jpg\",\"created_at\":\"Thu Oct 15 13:18:27 +0000 2009\",\"profile_sidebar_fill_color\":\"000000\",\"id\":82614873,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/leshistoiresdepoupi.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833940557\\/C132C0BB-4352-4013-BD16-FBF5751D357B_normal\"},\"truncated\":false,\"id\":173185619181309954,\"created_at\":\"Fri Feb 24 23:20:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2483000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2e071169-1bb8-44f5-a441-b781f58525a2-173185619181309954" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'adooore ! http://t.co/M1BVTLgR #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1823029637/80683c45fa731623f9f24aba5440b79a2c5648cb_m_normal.jpg" +}, +"title": "Caroline : J'adooore ! http://t.co/M1BVTLgR #LGW", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2483000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"J'adooore ! http:\\/\\/t.co\\/M1BVTLgR #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[12,32],\"expanded_url\":\"http:\\/\\/www.youtube.com\\/watch?v=iANRO3I30nM\",\"display_url\":\"youtube.com\\/watch?v=iANRO3\\u2026\",\"url\":\"http:\\/\\/t.co\\/M1BVTLgR\"}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[33,37]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185617058988032\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":322,\"screen_name\":\"RoCalus\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2035,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/412390440\\/tumblr_lxyt20YhEM1qz6f9yo1_500.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"d6260b\",\"followers_count\":108,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1823029637\\/80683c45fa731623f9f24aba5440b79a2c5648cb_m_normal.jpg\",\"description\":\"Consultante 2.0 qui tweete. \\r\\nFan de http:\\/\\/leblogdeemlarockeuz.blogspot.com\\/ (@SijavaisunBlog)\\r\\net de http:\\/\\/deuxheuresonzelematin.blogspot.com\\/ (@marierit)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4c0a1\",\"id_str\":\"137420008\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412390440\\/tumblr_lxyt20YhEM1qz6f9yo1_500.jpg\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823029637\\/80683c45fa731623f9f24aba5440b79a2c5648cb_m_normal.jpg\",\"name\":\"Caroline \",\"default_profile_image\":false,\"created_at\":\"Mon Apr 26 18:04:21 +0000 2010\",\"profile_sidebar_border_color\":\"DBE9ED\",\"id\":137420008,\"utc_offset\":3600,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185617058988032,\"created_at\":\"Fri Feb 24 23:20:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2483000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d15df67-0b33-4e6b-b197-bdb44f50362b-173185617058988032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw cette impression que des mecs ont usurpé le login/mdp de la télé et que le proprio s'en est pas rendu compte...", +"img": { +"src": "http://a1.twimg.com/profile_images/1604619978/gdx_profil_normal.jpg" +}, +"title": "Geoffrey Delcroix: #lgw cette impression que des mecs ont usurpé le login/mdp de la télé et que le proprio s'en est pas rendu compte...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2485000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw cette impression que des mecs ont usurp\\u00e9 le login\\/mdp de la t\\u00e9l\\u00e9 et que le proprio s'en est pas rendu compte...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185626391322624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":201,\"screen_name\":\"geoffdelc\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":729,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/338957584\\/sad_panda_3.jpg\",\"location\":\"Paris, Fr\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1604619978\\/gdx_profil_normal.jpg\",\"description\":\"part-time g33k, part-time privacy advocate. full time future thinker\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"18341132\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/338957584\\/sad_panda_3.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1604619978\\/gdx_profil_normal.jpg\",\"name\":\"Geoffrey Delcroix\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 23 20:07:06 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":18341132,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/futurenewswire.hautetfort.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185626391322624,\"created_at\":\"Fri Feb 24 23:20:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2485000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c96a8db6-c267-4489-9698-67653337086c-173185626391322624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "sacré chemise vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1770996562/image_normal.jpg" +}, +"title": "Kayvin Lami: sacré chemise vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2485000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"sacr\\u00e9 chemise vinvin #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185627108548608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":257,\"screen_name\":\"KayvinLami\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":4119,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"location\":\"Paris,France\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":592,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"description\":\"Je ne changerais pas cette bio tant que Nicolas Sarkozy ne mesurera pas 1m90\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"dfe0c3\",\"id_str\":\"29279584\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"name\":\"Kayvin Lami\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 06 20:02:02 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":29279584,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185627108548608,\"created_at\":\"Fri Feb 24 23:20:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2485000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b624034e-f850-473c-80e1-cd4a5face14f-173185627108548608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Raydacteur: #lgw bon il est où @jcfrog ??", +"img": { +"src": "http://a2.twimg.com/profile_images/1221004248/claudecf_normal.jpg" +}, +"title": "Claudecf: RT @Raydacteur: #lgw bon il est où @jcfrog ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2487000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Raydacteur: #lgw bon il est o\\u00f9 @jcfrog ??\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Raydacteur\",\"indices\":[3,14],\"id_str\":\"14400518\",\"name\":\"Philippe B\",\"id\":14400518},{\"screen_name\":\"jcfrog\",\"indices\":[35,42],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw bon il est o\\u00f9 @jcfrog ??\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[19,26],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182537944940544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1749,\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":28279,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"location\":\"Crozon, Brittany\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"followers_count\":2618,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"profile_sidebar_fill_color\":\"d3ede7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"name\":\"Philippe B\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_border_color\":\"5e1410\",\"id\":14400518,\"utc_offset\":3600,\"favourites_count\":297,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182537944940544,\"created_at\":\"Fri Feb 24 23:08:29 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185632238182402\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"claudecf\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":6324,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/52634080\\/colonnes2.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":31,\"profile_link_color\":\"902218\",\"followers_count\":347,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1221004248\\/claudecf_normal.jpg\",\"description\":\"Photo addict, walking elder, occasional blogger, enjoying her freedom, http:\\/\\/vieuxcestmieux.com and http:\\/\\/flickr.com\\/bip\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fee6e6\",\"id_str\":\"607743\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/52634080\\/colonnes2.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1221004248\\/claudecf_normal.jpg\",\"name\":\"Claudecf\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 06 14:22:13 +0000 2007\",\"profile_sidebar_border_color\":\"b6aaaa\",\"id\":607743,\"utc_offset\":3600,\"favourites_count\":244,\"url\":\"http:\\/\\/photoblogginginparis.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185632238182402,\"created_at\":\"Fri Feb 24 23:20:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2487000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5d348fe8-d4b5-4d0a-9c41-0a6d9420da06-173185632238182402" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton, Rollin ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1559979975/tweet_bw_200_normal.jpg" +}, +"title": "²: #change2ton, Rollin ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2488000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#change2ton, Rollin ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[22,26]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[1.0302043,49.4172041],[1.1522007,49.4172041],[1.1522007,49.4652107],[1.0302043,49.4652107]]]},\"attributes\":{},\"full_name\":\"Rouen, Seine-Maritime\",\"name\":\"Rouen\",\"id\":\"4fb6ac0e7b585584\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/4fb6ac0e7b585584.json\"},\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185640299638784\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ada8a8\",\"screen_name\":\"Dmpkrngz\",\"lang\":\"fr\",\"favourites_count\":306,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":259,\"location\":\"Rouen, France\",\"profile_text_color\":\"333333\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1559979975\\/tweet_bw_200_normal.jpg\",\"description\":\"J'ai \\u00e9t\\u00e9 \\u00e9lev\\u00e9 par des loups.\",\"statuses_count\":5693,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/379179303\\/BGCSFINb.jpg\",\"show_all_inline_media\":true,\"listed_count\":42,\"profile_link_color\":\"095b99\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"51074326\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"\\u00b2\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/379179303\\/BGCSFINb.jpg\",\"created_at\":\"Fri Jun 26 14:20:45 +0000 2009\",\"profile_sidebar_fill_color\":\"f5f5f5\",\"id\":51074326,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1559979975\\/tweet_bw_200_normal.jpg\"},\"truncated\":false,\"id\":173185640299638784,\"created_at\":\"Fri Feb 24 23:20:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2488000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7cd93dd4-d6c6-453e-8ef1-78415a4c4ed8-173185640299638784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw j'aime quand sa claque", +"img": { +"src": "http://a0.twimg.com/profile_images/1616192732/kaamelott_livre_6_excalibur_normal.jpg" +}, +"title": "Esca: #lgw j'aime quand sa claque", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2491000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw j'aime quand sa claque\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185649019588609\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":19,\"screen_name\":\"Esca17\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":49,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1616192732\\/kaamelott_livre_6_excalibur_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"402307730\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1616192732\\/kaamelott_livre_6_excalibur_normal.jpg\",\"name\":\"Esca\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 31 21:28:59 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":402307730,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185649019588609,\"created_at\":\"Fri Feb 24 23:20:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2491000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b285a1d2-8399-4817-9780-a0e018e9c7a4-173185649019588609" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je propose de changer le hastag #LGW en #LGB LeGrandBordel", +"img": { +"src": "http://a0.twimg.com/profile_images/1792102319/0014_-_Copie_-_Copie_normal.JPG" +}, +"title": "Nicolas Gaillard: Je propose de changer le hastag #LGW en #LGB LeGrandBordel", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2491000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je propose de changer le hastag #LGW en #LGB LeGrandBordel\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[32,36]},{\"text\":\"LGB\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185651372605443\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"NG__nico\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1113,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"location\":\"Poitiers\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"description\":\"Etudiant L2 Histoire ---Actu---Politique---T\\u00e9l\\u00e9---M\\u00e9dias--- Musique...tout ce qu'aiment les journalistes--- Feel free to follow me ;-) \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"370637904\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"name\":\" Nicolas Gaillard\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 09 11:18:42 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":370637904,\"utc_offset\":-10800,\"favourites_count\":23,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185651372605443,\"created_at\":\"Fri Feb 24 23:20:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2491000, +"tags": [ +{ +"id-ref": "f0043f50-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "768c3ee5-819f-4997-8c68-31160a377c13-173185651372605443" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @pornkid: J'avais jamais regardé #LGW, je trouve ça hyper cool pour Tania qu'elle ai retrouvé un boulot.", +"img": { +"src": "http://a1.twimg.com/profile_images/1842911014/guetta_normal.jpg" +}, +"title": "Nico Prat: RT @pornkid: J'avais jamais regardé #LGW, je trouve ça hyper cool pour Tania qu'elle ai retrouvé un boulot.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2492000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @pornkid: J'avais jamais regard\\u00e9 #LGW, je trouve \\u00e7a hyper cool pour Tania qu'elle ai retrouv\\u00e9 un boulot.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pornkid\",\"indices\":[3,11],\"id_str\":\"14959293\",\"name\":\"Guilhem\",\"id\":14959293}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185654438633472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2297,\"screen_name\":\"nicoprat\",\"lang\":\"en\",\"profile_text_color\":\"0a040a\",\"statuses_count\":29879,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":210,\"profile_link_color\":\"224087\",\"followers_count\":6570,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"description\":\"Le Mouv, Tsugi, Technikart, Voxpop, co-auteur des Miscellan\\u00e9es d'Internet, et un petit sudoku de temps en temps\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"19256842\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"name\":\"Nico Prat\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 20 20:55:08 +0000 2009\",\"profile_sidebar_border_color\":\"050504\",\"id\":19256842,\"utc_offset\":3600,\"favourites_count\":440,\"url\":\"http:\\/\\/nicoprat.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185654438633472,\"created_at\":\"Fri Feb 24 23:20:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2492000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d7d7a6ea-b7c7-454a-b07e-83b0a91ec9d5-173185654438633472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La Minute du Geek sur @NolifeOfficiel > #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1725590755/jak-avatar-twitter_normal.png" +}, +"title": "Axel Leroy: La Minute du Geek sur @NolifeOfficiel > #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2492000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"La Minute du Geek sur @NolifeOfficiel > #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"NolifeOfficiel\",\"indices\":[22,37],\"name\":\"Nolife\",\"id_str\":\"88019951\",\"id\":88019951}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[43,47]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185655227158529\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"00bbff\",\"screen_name\":\"BlackEco\",\"lang\":\"fr\",\"favourites_count\":142,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":304,\"location\":\"Versailles, France\",\"profile_text_color\":\"333333\",\"followers_count\":191,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\",\"description\":\"I'm a 18 years old french geek, passionated by Anglo-Saxon culture, computing, music, Internet, video games, movies, other geek stuffs and cars.\",\"statuses_count\":13159,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"94871785\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Axel Leroy\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199653801\\/jak-avatar-rmx-twitter.png\",\"created_at\":\"Sat Dec 05 21:28:19 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":94871785,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.blackeco.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1725590755\\/jak-avatar-twitter_normal.png\"},\"truncated\":false,\"id\":173185655227158529,\"created_at\":\"Fri Feb 24 23:20:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2492000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "85ddb3ca-db53-40ec-8b3e-e44e47740302-173185655227158529" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, @Vinvin s'est inspiré de mon avatar pour sa chemise. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: Oh, @Vinvin s'est inspiré de mon avatar pour sa chemise. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2492000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, @Vinvin s'est inspir\\u00e9 de mon avatar pour sa chemise. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[4,11],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185655906635777\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"profile_text_color\":\"CEC79B\",\"statuses_count\":35529,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"location\":\"Au pied d'un arc-en-ciel.\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"profile_sidebar_fill_color\":\"46284E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"name\":\"Sylvain Sanders\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_border_color\":\"20183F\",\"id\":37389744,\"utc_offset\":3600,\"favourites_count\":62,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185655906635777,\"created_at\":\"Fri Feb 24 23:20:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2492000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3a6256ca-2c32-4dee-a723-aa07be5576db-173185655906635777" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une tuerie #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1841326109/8XYJeU8W_normal" +}, +"title": "Alexis Sanchez Tello: Une tuerie #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2493000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Une tuerie #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185658494525440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":53,\"screen_name\":\"AlexisCardinet\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":577,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Chateauroux\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1841326109\\/8XYJeU8W_normal\",\"description\":\"- Plus j'ai mal plus je progresse n\\u00e9gro , pour me faire tomber il falloir que tu taff gros \\u00a9 . 17 ans . Etudiant . Follow me . LoveEspana .\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"435073564\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841326109\\/8XYJeU8W_normal\",\"name\":\"Alexis Sanchez Tello\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 12 17:00:17 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":435073564,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185658494525440,\"created_at\":\"Fri Feb 24 23:20:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2493000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "de7a990d-1558-4b50-999b-e520a750f247-173185658494525440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un jour #lgw découvrira 9gag en attendant c surtout la poubelle du net les vidéos là !", +"img": { +"src": "http://a0.twimg.com/profile_images/1498347916/271644_259434607403810_130794806934458_1277083_5755877_o_normal.jpg" +}, +"title": "Antoine borosch: Un jour #lgw découvrira 9gag en attendant c surtout la poubelle du net les vidéos là !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2493000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Un jour #lgw d\\u00e9couvrira 9gag en attendant c surtout la poubelle du net les vid\\u00e9os l\\u00e0 !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185660226768896\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"borosch\",\"lang\":\"en\",\"favourites_count\":56,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":150,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":458,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1498347916\\/271644_259434607403810_130794806934458_1277083_5755877_o_normal.jpg\",\"description\":\"logie...\\r\\nth\\u00e9sard\\/podcasteur\\/auteur\\/militant pas forcement dans l'ordre...\",\"statuses_count\":4225,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"63253487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Antoine borosch\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Aug 05 20:53:25 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":63253487,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.poligeek.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1498347916\\/271644_259434607403810_130794806934458_1277083_5755877_o_normal.jpg\"},\"truncated\":false,\"id\":173185660226768896,\"created_at\":\"Fri Feb 24 23:20:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2493000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7e13a3a9-7f3a-4a23-bdc3-07122181fd3a-173185660226768896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "à noter que mon ventilateur de portable est de la même couleur que le plateau. #lgw http://t.co/cxO9uEPK", +"img": { +"src": "http://a0.twimg.com/profile_images/1813610224/tcv_normal.jpg" +}, +"title": "Nicolas Padovani: à noter que mon ventilateur de portable est de la même couleur que le plateau. #lgw http://t.co/cxO9uEPK", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2493000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"\\u00e0 noter que mon ventilateur de portable est de la m\\u00eame couleur que le plateau. #lgw http:\\/\\/t.co\\/cxO9uEPK\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[84,104],\"expanded_url\":\"http:\\/\\/yfrog.com\\/oelm6ktj\",\"display_url\":\"yfrog.com\\/oelm6ktj\",\"url\":\"http:\\/\\/t.co\\/cxO9uEPK\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[79,83]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185659895427073\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":285,\"screen_name\":\"_NPado_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2115,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"description\":\"Semi-geek et sosie non-officiel de Hugh Grant.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"81274066\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"name\":\"Nicolas Padovani\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 10 03:47:17 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":81274066,\"utc_offset\":3600,\"favourites_count\":37,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185659895427073,\"created_at\":\"Fri Feb 24 23:20:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2493000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9356c96-20a1-4a07-9ebc-cbed6c8bd466-173185659895427073" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "OOOHHH @LudoDelaherche qui claque la bise à #cqui dans #lgw IL EST CHEZ LUI AU #StadedeFrance", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: OOOHHH @LudoDelaherche qui claque la bise à #cqui dans #lgw IL EST CHEZ LUI AU #StadedeFrance", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2496000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"OOOHHH @LudoDelaherche qui claque la bise \\u00e0 #cqui dans #lgw IL EST CHEZ LUI AU #StadedeFrance\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[7,22],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[45,50]},{\"text\":\"lgw\",\"indices\":[56,60]},{\"text\":\"StadedeFrance\",\"indices\":[80,94]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183797087580160\",\"id_str\":\"173185672146989057\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183797087580160,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34419,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173185672146989057,\"created_at\":\"Fri Feb 24 23:20:56 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2496000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a8b26d4b-715b-4a4a-bd71-fd1a2fde1053-173185672146989057" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Retrouvez la sélection de Tweets de Comptoir pour Le Grand Webze -> http://t.co/4jnewqO5 #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1633621191/avatar_normal.png" +}, +"title": "Tweets de Comptoir: Retrouvez la sélection de Tweets de Comptoir pour Le Grand Webze -> http://t.co/4jnewqO5 #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2497000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Retrouvez la s\\u00e9lection de Tweets de Comptoir pour Le Grand Webze -> http:\\/\\/t.co\\/4jnewqO5 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[71,91],\"expanded_url\":\"http:\\/\\/t2c.tw\\/eetsLGW\",\"display_url\":\"t2c.tw\\/eetsLGW\",\"url\":\"http:\\/\\/t.co\\/4jnewqO5\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185674487414784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3071,\"screen_name\":\"Tweets2Comptoir\",\"lang\":\"fr\",\"profile_text_color\":\"3f3210\",\"statuses_count\":2934,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"location\":\"Dans tes tweets\",\"show_all_inline_media\":true,\"listed_count\":187,\"profile_link_color\":\"3b8ab2\",\"followers_count\":6420,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"description\":\"Tweets de Comptoir est l\\u00e0 pour rendre quotidiennement compte de l'activit\\u00e9 subversive des tweetos, en d\\u00e9non\\u00e7ant les meilleurs tweets publi\\u00e9s.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d1f5c\",\"id_str\":\"227334618\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"name\":\"Tweets de Comptoir\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 16 15:29:51 +0000 2010\",\"profile_sidebar_border_color\":\"ffcc00\",\"id\":227334618,\"utc_offset\":3600,\"favourites_count\":5604,\"url\":\"http:\\/\\/tweetsdecomptoir.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185674487414784,\"created_at\":\"Fri Feb 24 23:20:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2497000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f5179996-4e1b-4045-bece-6216c48041bc-173185674487414784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a2.twimg.com/profile_images/1631053557/image_normal.jpg" +}, +"title": "Tof Tof v: #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2497000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185677410836481\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":9,\"screen_name\":\"TofTofv\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":22,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"DisneyLand\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1631053557\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"390021196\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1631053557\\/image_normal.jpg\",\"name\":\"Tof Tof v\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 13 10:29:51 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":390021196,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185677410836481,\"created_at\":\"Fri Feb 24 23:20:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2497000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6e30a9dd-f0cb-4687-8acc-73cc8d2a98aa-173185677410836481" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @BoucherieOvalie: J'ai hâte de raconter un jour à mes enfants que j'ai regardé #LGW. Ca va quand même être difficile de leur expliquer.", +"img": { +"src": "http://a2.twimg.com/profile_images/1546709422/EddiSon-_20-sur-20_ANTHONB_normal.jpg" +}, +"title": "anthonydelorme: RT @BoucherieOvalie: J'ai hâte de raconter un jour à mes enfants que j'ai regardé #LGW. Ca va quand même être difficile de leur expliquer.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2499000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @BoucherieOvalie: J'ai h\\u00e2te de raconter un jour \\u00e0 mes enfants que j'ai regard\\u00e9 #LGW. Ca va quand m\\u00eame \\u00eatre difficile de leur expliquer.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BoucherieOvalie\",\"indices\":[3,19],\"id_str\":\"260277866\",\"name\":\"Boucherie Ovalie\",\"id\":260277866}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[82,86]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai h\\u00e2te de raconter un jour \\u00e0 mes enfants que j'ai regard\\u00e9 #LGW. Ca va quand m\\u00eame \\u00eatre difficile de leur expliquer.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184681532063745\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1017,\"screen_name\":\"BoucherieOvalie\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":6703,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"location\":\"Derri\\u00e8re toi, c'est affreux\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"2FC2EF\",\"followers_count\":4074,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"description\":\"La vie est trop courte pour comprendre le rugby, alors autant en rigoler.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"260277866\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"name\":\"Boucherie Ovalie\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 03 15:22:13 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":260277866,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/boucherie-ovalie.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184681532063745,\"created_at\":\"Fri Feb 24 23:17:00 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185682964090880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":625,\"screen_name\":\"anthonydelorme\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":2254,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":113,\"profile_link_color\":\"2FC2EF\",\"followers_count\":689,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1546709422\\/EddiSon-_20-sur-20_ANTHONB_normal.jpg\",\"description\":\"Mobile Guru.\\r\\nHead of Mobile @FredFaridGroup. \\r\\nManaging Director @EddiandSon. \\r\\nCreative @kidslovejetlag.\\r\\n#mobile\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"16097779\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1546709422\\/EddiSon-_20-sur-20_ANTHONB_normal.jpg\",\"name\":\"anthonydelorme\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 02 15:08:59 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":16097779,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/www.eddiandson.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185682964090880,\"created_at\":\"Fri Feb 24 23:20:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2499000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1c3fb6a0-6d5b-4849-9805-0c89c8ee9d4a-173185682964090880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw gagnerait beaucoup à changer de couleur de décor. Ce bleu me donne envie de pisser.", +"img": { +"src": "http://a3.twimg.com/profile_images/1710549946/sexygarette3_normal.jpg" +}, +"title": "CG.: #lgw gagnerait beaucoup à changer de couleur de décor. Ce bleu me donne envie de pisser.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2499000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw gagnerait beaucoup \\u00e0 changer de couleur de d\\u00e9cor. Ce bleu me donne envie de pisser.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185684188827648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"au4emeTop\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":444,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/391998495\\/tile_grey.png\",\"location\":\"un Bordal, des Bordeaux.\",\"show_all_inline_media\":false,\"listed_count\":56,\"profile_link_color\":\"4482ff\",\"followers_count\":614,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1710549946\\/sexygarette3_normal.jpg\",\"description\":\"Tous ceux qui m'ont vue danser sont morts.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ebebeb\",\"id_str\":\"376424337\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391998495\\/tile_grey.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1710549946\\/sexygarette3_normal.jpg\",\"name\":\"CG.\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 19 21:25:15 +0000 2011\",\"profile_sidebar_border_color\":\"ff3636\",\"id\":376424337,\"utc_offset\":-10800,\"favourites_count\":85,\"url\":\"http:\\/\\/tatagoudoudalida.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185684188827648,\"created_at\":\"Fri Feb 24 23:20:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2499000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f0b0fa3e-05a6-4a01-9101-9d35530350ce-173185684188827648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c un émission bisous ce soir !!", +"img": { +"src": "http://a2.twimg.com/profile_images/1782987674/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG" +}, +"title": "2pasag the papoteur: #lgw c un émission bisous ce soir !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2501000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c un \\u00e9mission bisous ce soir !!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185694573924353\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":51,\"screen_name\":\"2pasag\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2029,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Coulommiers 77 France\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1782987674\\/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG\",\"description\":\"Si t'm partager l'\\u00e9crit, T bienvenue\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"20905224\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782987674\\/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG\",\"name\":\"2pasag the papoteur\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 15 11:31:19 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":20905224,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/papotagebriard.canalblog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185694573924353,\"created_at\":\"Fri Feb 24 23:21:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2501000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8e5cd276-b510-4740-9728-3b97d5a5f7be-173185694573924353" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw en #2 dans les trends fr juste aprés cesar2012, allez, on continue !", +"img": { +"src": "http://a1.twimg.com/profile_images/37455262/titou_150_normal.jpg" +}, +"title": "Pierre Titou LANNES: #lgw en #2 dans les trends fr juste aprés cesar2012, allez, on continue !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2501000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw en #2 dans les trends fr juste apr\\u00e9s cesar2012, allez, on continue !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2306588,48.8869026],[2.2841562,48.8869026],[2.2841562,48.9082685],[2.2306588,48.9082685]]]},\"attributes\":{},\"full_name\":\"Courbevoie, Hauts-de-Seine\",\"name\":\"Courbevoie\",\"id\":\"30b5d37dd5aae12a\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/30b5d37dd5aae12a.json\"},\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185690882932737\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D9B17E\",\"screen_name\":\"titounet\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":268,\"location\":\"IDF, Gers 32, Landes 40, PO 66\",\"profile_text_color\":\"333333\",\"followers_count\":450,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/37455262\\/titou_150_normal.jpg\",\"description\":\"Ergonome facteurs humains et organisationnels, #ergonomie des interfaces hommes-machines #UX. Gascon, Pyr\\u00e9n\\u00e9es, gastronomie, festayre, rugby, surf\",\"statuses_count\":5080,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/421488521\\/2005-09_La_Reunion_014.jpg\",\"show_all_inline_media\":true,\"listed_count\":35,\"profile_link_color\":\"9D582E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"protected\":false,\"id_str\":\"10461152\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Pierre Titou LANNES\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421488521\\/2005-09_La_Reunion_014.jpg\",\"created_at\":\"Thu Nov 22 06:18:31 +0000 2007\",\"profile_sidebar_fill_color\":\"fcf1c7\",\"id\":10461152,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/titou.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/37455262\\/titou_150_normal.jpg\"},\"truncated\":false,\"id\":173185690882932737,\"created_at\":\"Fri Feb 24 23:21:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2501000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4b8fd88b-239c-4783-8844-d56d9b3e4133-173185690882932737" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw les gens qui ne connaissent pas #rollin sont des incultes ! :-P #ilreste", +"img": { +"src": "http://a1.twimg.com/profile_images/1814782956/tumblr_lqg5fglKEF1qlcg2go1_500_normal.jpg" +}, +"title": "Elisa Bête: #lgw les gens qui ne connaissent pas #rollin sont des incultes ! :-P #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2502000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw les gens qui ne connaissent pas #rollin sont des incultes ! :-P #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"rollin\",\"indices\":[37,44]},{\"text\":\"ilreste\",\"indices\":[69,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185695677030400\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":438,\"screen_name\":\"Elisa_Surge\",\"lang\":\"fr\",\"profile_text_color\":\"030003\",\"statuses_count\":10912,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/420285069\\/Hardwood-Floor.jpg\",\"location\":\"France, Tours\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0f1478\",\"followers_count\":121,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1814782956\\/tumblr_lqg5fglKEF1qlcg2go1_500_normal.jpg\",\"description\":\"Je sais pas quoi \\u00e9crire alors je dirais juste Salut !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3a95c2\",\"id_str\":\"236390764\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420285069\\/Hardwood-Floor.jpg\",\"profile_sidebar_fill_color\":\"025175\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1814782956\\/tumblr_lqg5fglKEF1qlcg2go1_500_normal.jpg\",\"name\":\"Elisa B\\u00eate\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 10 13:45:53 +0000 2011\",\"profile_sidebar_border_color\":\"000203\",\"id\":236390764,\"utc_offset\":3600,\"favourites_count\":371,\"url\":\"http:\\/\\/dowhat-youwant.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185695677030400,\"created_at\":\"Fri Feb 24 23:21:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2502000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa96512-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "950c0df7-3616-4e47-af47-eefcf34db66b-173185695677030400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Tweets2Comptoir: Retrouvez la sélection de Tweets de Comptoir pour Le Grand Webze -> http://t.co/4jnewqO5 #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1834609779/AvFrance_normal.png" +}, +"title": "Dimitri: RT @Tweets2Comptoir: Retrouvez la sélection de Tweets de Comptoir pour Le Grand Webze -> http://t.co/4jnewqO5 #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2502000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Tweets2Comptoir: Retrouvez la s\\u00e9lection de Tweets de Comptoir pour Le Grand Webze -> http:\\/\\/t.co\\/4jnewqO5 #lgw\",\"entities\":{\"urls\":[{\"indices\":[92,112],\"display_url\":\"t2c.tw\\/eetsLGW\",\"expanded_url\":\"http:\\/\\/t2c.tw\\/eetsLGW\",\"url\":\"http:\\/\\/t.co\\/4jnewqO5\"}],\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[3,19],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Retrouvez la s\\u00e9lection de Tweets de Comptoir pour Le Grand Webze -> http:\\/\\/t.co\\/4jnewqO5 #lgw\",\"entities\":{\"urls\":[{\"indices\":[71,91],\"display_url\":\"t2c.tw\\/eetsLGW\",\"expanded_url\":\"http:\\/\\/t2c.tw\\/eetsLGW\",\"url\":\"http:\\/\\/t.co\\/4jnewqO5\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185674487414784\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffcc00\",\"screen_name\":\"Tweets2Comptoir\",\"lang\":\"fr\",\"favourites_count\":5604,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3071,\"location\":\"Dans tes tweets\",\"profile_text_color\":\"3f3210\",\"followers_count\":6421,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"description\":\"Tweets de Comptoir est l\\u00e0 pour rendre quotidiennement compte de l'activit\\u00e9 subversive des tweetos, en d\\u00e9non\\u00e7ant les meilleurs tweets publi\\u00e9s.\",\"statuses_count\":2934,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"show_all_inline_media\":true,\"listed_count\":187,\"profile_link_color\":\"3b8ab2\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d1f5c\",\"protected\":false,\"id_str\":\"227334618\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Tweets de Comptoir\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"created_at\":\"Thu Dec 16 15:29:51 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":227334618,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/tweetsdecomptoir.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\"},\"truncated\":false,\"id\":173185674487414784,\"created_at\":\"Fri Feb 24 23:20:57 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185699204448257\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"8e231f\",\"screen_name\":\"Deemee3\",\"lang\":\"fr\",\"favourites_count\":1143,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":436,\"location\":\"ex-Berlusconistan\",\"profile_text_color\":\"333333\",\"followers_count\":1741,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1834609779\\/AvFrance_normal.png\",\"description\":\"Je suis Dimitri et j'approuve cette bio.\\r\\n\\r\\nMes tweets n'engagent que moi, sur CV et apr\\u00e8s entretien.\\r\\n\\r\\nAussi cr\\u00e9ateur\\/d\\u00e9lateur de @Tweets2Comptoir\",\"statuses_count\":34634,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/379050135\\/twitter.jpg\",\"show_all_inline_media\":true,\"listed_count\":96,\"profile_link_color\":\"8e231f\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"209219475\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Dimitri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/379050135\\/twitter.jpg\",\"created_at\":\"Thu Oct 28 19:09:00 +0000 2010\",\"profile_sidebar_fill_color\":\"f7f7f7\",\"id\":209219475,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/tweetsdecomptoir.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1834609779\\/AvFrance_normal.png\"},\"truncated\":false,\"id\":173185699204448257,\"created_at\":\"Fri Feb 24 23:21:02 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2502000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "de871dbb-10e3-42e0-a5f5-b415d756fbc3-173185699204448257" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW ressemble au léger malaise en soirée quand ça fait trop longtemps qu'on se montre des vidéos YouTube les uns aux autres.", +"img": { +"src": "http://a1.twimg.com/profile_images/1793236975/Photo_du_13878919-05-___03.51_normal.jpg" +}, +"title": "Constance Ortuzar: #LGW ressemble au léger malaise en soirée quand ça fait trop longtemps qu'on se montre des vidéos YouTube les uns aux autres.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2504000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW ressemble au l\\u00e9ger malaise en soir\\u00e9e quand \\u00e7a fait trop longtemps qu'on se montre des vid\\u00e9os YouTube les uns aux autres.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185705965662208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":249,\"screen_name\":\"constuzar\",\"lang\":\"en\",\"profile_text_color\":\"ff0f0f\",\"statuses_count\":7420,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"14b9fa\",\"followers_count\":432,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\",\"description\":\"Ils me voient rouler, ils d\\u00e9testent.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"53776719\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"d5faef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\",\"name\":\"Constance Ortuzar\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 04 22:29:54 +0000 2009\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":53776719,\"utc_offset\":null,\"favourites_count\":28,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185705965662208,\"created_at\":\"Fri Feb 24 23:21:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2504000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "52284661-fbf6-4e09-8502-046665d419e0-173185705965662208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce qui est pratique avec la chemine de Vinvin c'est qu'on peut régler les couleurs de sa télé x) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1561040191/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg" +}, +"title": "Pauline : Ce qui est pratique avec la chemine de Vinvin c'est qu'on peut régler les couleurs de sa télé x) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2504000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ce qui est pratique avec la chemine de Vinvin c'est qu'on peut r\\u00e9gler les couleurs de sa t\\u00e9l\\u00e9 x) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[97,101]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185707307831296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":62,\"screen_name\":\"PolineLP\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1389,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"location\":\"Lorient\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"990000\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\",\"description\":\"Accro aux s\\u00e9ries, \\u00e0 l'humour & \\u00e0 la musique mais aussi \\u00e9tudiante en M1 Professorat des \\u00e9coles quelque part en Bretagne...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"380413697\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\",\"name\":\"Pauline \",\"default_profile_image\":false,\"created_at\":\"Mon Sep 26 16:18:08 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":380413697,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185707307831296,\"created_at\":\"Fri Feb 24 23:21:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2504000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ce7571da-2e76-4993-8506-0fd9b174d9a9-173185707307831296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw je vous aime François depuis tellement longtemps #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1799016252/DSC02999bis_normal.jpg" +}, +"title": "Cuiller à Soupe: #lgw je vous aime François depuis tellement longtemps #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2507000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw je vous aime Fran\\u00e7ois depuis tellement longtemps #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[54,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185719383244802\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":169,\"screen_name\":\"CuuilerSoupe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":107,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418130953\\/Photo_200.jpg\",\"location\":\"Fouras\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1799016252\\/DSC02999bis_normal.jpg\",\"description\":\"Passionn\\u00e9e de et par tout... Sp\\u00e9cialis\\u00e9e dans les politiques d'Education du monde\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"\",\"id_str\":\"481209009\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418130953\\/Photo_200.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799016252\\/DSC02999bis_normal.jpg\",\"name\":\"Cuiller \\u00e0 Soupe\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 02 12:57:41 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":481209009,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185719383244802,\"created_at\":\"Fri Feb 24 23:21:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2507000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "863b87fe-dd6a-433c-863d-a4971656cb5c-173185719383244802" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Que diable est cette émission qui compte les tweets avec son hashtag #LGW ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1698932500/KomanakiAvatarHD_normal.png" +}, +"title": "Michaël HUBERT: Que diable est cette émission qui compte les tweets avec son hashtag #LGW ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2507000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Que diable est cette \\u00e9mission qui compte les tweets avec son hashtag #LGW ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[69,73]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.metrotwit.com\\/\\\" rel=\\\"nofollow\\\"\\u003EMetroTwit\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185720045928448\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":238,\"screen_name\":\"komanaki\",\"lang\":\"fr\",\"profile_text_color\":\"828282\",\"statuses_count\":20952,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/391942777\\/TwitterKomanakiNew.png\",\"location\":\"France, Val d'Oise\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"1b76ff\",\"followers_count\":345,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1698932500\\/KomanakiAvatarHD_normal.png\",\"description\":\"Lyc\\u00e9en geek en Terminale STG \\/ Jeune d\\u00e9veloppeur et designer sur web ou mobile \\/ J'aime #Android #webOS #WP7 ! \\/ Bient\\u00f4t apprenti en BTS SIO :D\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0050c7\",\"id_str\":\"54654582\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391942777\\/TwitterKomanakiNew.png\",\"profile_sidebar_fill_color\":\"0050c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1698932500\\/KomanakiAvatarHD_normal.png\",\"name\":\"Micha\\u00ebl HUBERT\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 07 19:51:48 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":54654582,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.michaelhubert.me\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185720045928448,\"created_at\":\"Fri Feb 24 23:21:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2507000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8b422135-594c-4eb7-8318-57f2f90ff1ba-173185720045928448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Tweets2Comptoir: Retrouvez la sélection de Tweets de Comptoir pour Le Grand Webze -> http://t.co/4jnewqO5 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819882790/tetocarre_normal.jpg" +}, +"title": "Cédric BILLAUDELLE: RT @Tweets2Comptoir: Retrouvez la sélection de Tweets de Comptoir pour Le Grand Webze -> http://t.co/4jnewqO5 #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2507000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @Tweets2Comptoir: Retrouvez la s\\u00e9lection de Tweets de Comptoir pour Le Grand Webze -> http:\\/\\/t.co\\/4jnewqO5 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[3,19],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[{\"indices\":[92,112],\"expanded_url\":\"http:\\/\\/t2c.tw\\/eetsLGW\",\"display_url\":\"t2c.tw\\/eetsLGW\",\"url\":\"http:\\/\\/t.co\\/4jnewqO5\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Retrouvez la s\\u00e9lection de Tweets de Comptoir pour Le Grand Webze -> http:\\/\\/t.co\\/4jnewqO5 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[71,91],\"expanded_url\":\"http:\\/\\/t2c.tw\\/eetsLGW\",\"display_url\":\"t2c.tw\\/eetsLGW\",\"url\":\"http:\\/\\/t.co\\/4jnewqO5\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185674487414784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3071,\"screen_name\":\"Tweets2Comptoir\",\"lang\":\"fr\",\"profile_text_color\":\"3f3210\",\"statuses_count\":2933,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"location\":\"Dans tes tweets\",\"show_all_inline_media\":true,\"listed_count\":187,\"profile_link_color\":\"3b8ab2\",\"followers_count\":6423,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"description\":\"Tweets de Comptoir est l\\u00e0 pour rendre quotidiennement compte de l'activit\\u00e9 subversive des tweetos, en d\\u00e9non\\u00e7ant les meilleurs tweets publi\\u00e9s.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d1f5c\",\"id_str\":\"227334618\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"name\":\"Tweets de Comptoir\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 16 15:29:51 +0000 2010\",\"profile_sidebar_border_color\":\"ffcc00\",\"id\":227334618,\"utc_offset\":3600,\"favourites_count\":5604,\"url\":\"http:\\/\\/tweetsdecomptoir.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185674487414784,\"created_at\":\"Fri Feb 24 23:20:57 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185719844610050\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"Cbill0\",\"lang\":\"fr\",\"profile_text_color\":\"F2ECF9\",\"statuses_count\":1108,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"location\":\"Lille, FR\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"1a1aba\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 l'IAE de Lille, mais pur produit des Ardennes. Aime beaucoup apprendre, mais n'aime pas qu'on lui fasse la le\\u00e7on.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E44B22\",\"id_str\":\"84313428\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"profile_sidebar_fill_color\":\"2C446A\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"name\":\"C\\u00e9dric BILLAUDELLE\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 12:34:22 +0000 2009\",\"profile_sidebar_border_color\":\"0C0F22\",\"id\":84313428,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185719844610050,\"created_at\":\"Fri Feb 24 23:21:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2507000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7658f0f1-a1f3-4b42-a524-e070db612369-173185719844610050" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @kzz_: Regarder #lgw > être sous LSD. Vraiment.", +"img": { +"src": "http://a2.twimg.com/profile_images/1614428473/Capture_d__cran_2011-10-30___21.31.58_normal.jpg" +}, +"title": "Yoann Ferret: RT @kzz_: Regarder #lgw > être sous LSD. Vraiment.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2511000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @kzz_: Regarder #lgw > \\u00eatre sous LSD. Vraiment.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kzz_\",\"indices\":[3,8],\"id_str\":\"15801903\",\"name\":\"Yhnn\",\"id\":15801903}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Regarder #lgw > \\u00eatre sous LSD. Vraiment.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184225388924928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":236,\"screen_name\":\"kzz_\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":8385,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":27,\"profile_link_color\":\"00aaff\",\"followers_count\":604,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"description\":\"doing nothing takes work. \\/\\/\\/ Directeur du p\\u00f4le des pixels de l'espace at @GAMEONE\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"15801903\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"name\":\"Yhnn\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 10 22:12:55 +0000 2008\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":15801903,\"utc_offset\":3600,\"favourites_count\":52,\"url\":\"http:\\/\\/blog.gameone.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184225388924928,\"created_at\":\"Fri Feb 24 23:15:11 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185733467705344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":261,\"screen_name\":\"yoannferret\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":25135,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/370159424\\/mosaic-export.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"949494\",\"followers_count\":582,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1614428473\\/Capture_d__cran_2011-10-30___21.31.58_normal.jpg\",\"description\":\"Responsable de la r\\u00e9daction sur @FreenewsActu et big boss de @cafegaming. Conversation minimale. R\\u00e9f\\u00e9rences \\u00e9clectiques (chiantes). Romanichel Racing Club\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"efefef\",\"id_str\":\"4035431\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/370159424\\/mosaic-export.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1614428473\\/Capture_d__cran_2011-10-30___21.31.58_normal.jpg\",\"name\":\"Yoann Ferret\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 10 14:18:04 +0000 2007\",\"profile_sidebar_border_color\":\"b5b5b5\",\"id\":4035431,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/www.cafegaming.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185733467705344,\"created_at\":\"Fri Feb 24 23:21:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2511000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "320246e8-1452-4cbf-a981-3963957b2161-173185733467705344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw \"le professeur Rolin a toujours quelque chose à dire\" Palace c'est culte quand même ... @LeGrandWebze", +"img": { +"src": "http://a1.twimg.com/profile_images/1204995234/SBibou_-_iPomme_normal.jpg" +}, +"title": "Steve By.Boo: #lgw \"le professeur Rolin a toujours quelque chose à dire\" Palace c'est culte quand même ... @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2511000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw \\\"le professeur Rolin a toujours quelque chose \\u00e0 dire\\\" Palace c'est culte quand m\\u00eame ... @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[93,106],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185736797995009\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":80,\"screen_name\":\"stevebyboo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":957,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"CC3366\",\"followers_count\":22,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1204995234\\/SBibou_-_iPomme_normal.jpg\",\"description\":\"Je suis un gars qui aime tout ... \\u00e0 peu pr\\u00e8s\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"DBE9ED\",\"id_str\":\"220625395\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1204995234\\/SBibou_-_iPomme_normal.jpg\",\"name\":\"Steve By.Boo\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 28 10:32:25 +0000 2010\",\"profile_sidebar_border_color\":\"DBE9ED\",\"id\":220625395,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/www.veilleurs.info\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185736797995009,\"created_at\":\"Fri Feb 24 23:21:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2511000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "acb82321-1723-4021-8734-d8659ca5a0e9-173185736797995009" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tu étais trop fort dans Kaamelott ! #ilreste sinon je regarde plus l'émission ! #lgw #Rollin", +"img": { +"src": "http://a1.twimg.com/profile_images/1256681641/68719_1710294475910_1194563810_31941243_1806970_n_normal.jpg" +}, +"title": "Jérémy Arent: Tu étais trop fort dans Kaamelott ! #ilreste sinon je regarde plus l'émission ! #lgw #Rollin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2511000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tu \\u00e9tais trop fort dans Kaamelott ! #ilreste sinon je regarde plus l'\\u00e9mission ! #lgw #Rollin\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[36,44]},{\"text\":\"lgw\",\"indices\":[80,84]},{\"text\":\"Rollin\",\"indices\":[85,92]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185736907038720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":58,\"screen_name\":\"JayJayElPolski\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris \",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"9D582E\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1256681641\\/68719_1710294475910_1194563810_31941243_1806970_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"38247488\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1256681641\\/68719_1710294475910_1194563810_31941243_1806970_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my Arent\",\"default_profile_image\":false,\"created_at\":\"Wed May 06 18:49:50 +0000 2009\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":38247488,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185736907038720,\"created_at\":\"Fri Feb 24 23:21:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2511000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa96512-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "45c0e15b-0dc2-481b-953d-d1ef0272f33b-173185736907038720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est le bordel en plateau pendant le magnéto :p #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: C'est le bordel en plateau pendant le magnéto :p #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2512000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est le bordel en plateau pendant le magn\\u00e9to :p #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185738437967873\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3228,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185738437967873,\"created_at\":\"Fri Feb 24 23:21:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2512000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d4683441-ad3c-4f01-97d6-bad1d3fa9596-173185738437967873" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai pécho Rollin !!!!!! Yeahhhhh #lgw #cqui !!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: J'ai pécho Rollin !!!!!! Yeahhhhh #lgw #cqui !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2512000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'ai p\\u00e9cho Rollin !!!!!! Yeahhhhh #lgw #cqui !!!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]},{\"text\":\"cqui\",\"indices\":[39,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185741126504448\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6697,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173185741126504448,\"created_at\":\"Fri Feb 24 23:21:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2512000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7531b4c1-0360-4ec4-98ac-6b2ce2196c8b-173185741126504448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ma réaction après les dernières vidéos diffusées sur #lgw http://t.co/zOYf0CZ2", +"img": { +"src": "http://a1.twimg.com/profile_images/1536891239/twitter_avatar_2_normal.jpg" +}, +"title": "Alexandre Hervaud: ma réaction après les dernières vidéos diffusées sur #lgw http://t.co/zOYf0CZ2", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2512000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"ma r\\u00e9action apr\\u00e8s les derni\\u00e8res vid\\u00e9os diffus\\u00e9es sur #lgw http:\\/\\/t.co\\/zOYf0CZ2\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[58,78],\"expanded_url\":\"http:\\/\\/25.media.tumblr.com\\/tumblr_lzx0svbukH1qg39ewo1_500.gif\",\"display_url\":\"25.media.tumblr.com\\/tumblr_lzx0svb\\u2026\",\"url\":\"http:\\/\\/t.co\\/zOYf0CZ2\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185739801112576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1078,\"screen_name\":\"AlexHervaud\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":48450,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":816,\"profile_link_color\":\"0084B4\",\"followers_count\":14844,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\",\"description\":\"Journaliste, ex-Lib\\u00e9, chroniqueur au Mouv et Vodkaster.com, (d\\u00e9)formateur pour l'ESJ. Assiste @JeanReneCraypio. Mes tweets n'engagent pas P\\u00f4le Emploi.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"401d91\",\"id_str\":\"14321981\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\",\"name\":\"Alexandre Hervaud\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 11:34:52 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":14321981,\"utc_offset\":3600,\"favourites_count\":3392,\"url\":\"http:\\/\\/alexhervaud.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185739801112576,\"created_at\":\"Fri Feb 24 23:21:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2512000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d987fc5e-97d7-4db1-b8d1-706390b3be77-173185739801112576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est bizarre, disais-je, ce truc de l'écriture absente du fil d'émission #lgw, alors que @Vinvin et @francoisrollin sont deux écrivains", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: C'est bizarre, disais-je, ce truc de l'écriture absente du fil d'émission #lgw, alors que @Vinvin et @francoisrollin sont deux écrivains", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2513000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est bizarre, disais-je, ce truc de l'\\u00e9criture absente du fil d'\\u00e9mission #lgw, alors que @Vinvin et @francoisrollin sont deux \\u00e9crivains\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[90,97],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"francoisrollin\",\"indices\":[101,116],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[74,78]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185744368705536\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"name\":\"Jean-Louis Coste\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":244454441,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185744368705536,\"created_at\":\"Fri Feb 24 23:21:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2513000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f05fadbc-3b97-42b2-b502-8268cd37f49d-173185744368705536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bien le bisou, j'adore ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1609615947/avatar_normal.jpg" +}, +"title": "Christophe WEILL: Bien le bisou, j'adore ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2513000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bien le bisou, j'adore ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185744343531520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":487,\"screen_name\":\"tractataire\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9393,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"location\":\"Montpellier, France\",\"show_all_inline_media\":true,\"listed_count\":18,\"profile_link_color\":\"8f6e31\",\"followers_count\":426,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"description\":\"Communication globale multimedia : print, web, video, e-learning. Curieux et news-addict !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7c985\",\"id_str\":\"24436721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"profile_sidebar_fill_color\":\"a7c964\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"name\":\"Christophe WEILL\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 14 21:54:13 +0000 2009\",\"profile_sidebar_border_color\":\"7b9d01\",\"id\":24436721,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.tractataire.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185744343531520,\"created_at\":\"Fri Feb 24 23:21:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2513000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "045c63fb-953b-49de-a8f3-38684ee4e856-173185744343531520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Au secours la branlette twitter ultime.Je vois l'intention mais ce qui est drôle sur le net ne l'est pas forcement à la TV. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1117696111/21961_250870857080_684682080_3241995_8271809_n_normal.jpg" +}, +"title": "Lopocomar: Au secours la branlette twitter ultime.Je vois l'intention mais ce qui est drôle sur le net ne l'est pas forcement à la TV. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2513000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Au secours la branlette twitter ultime.Je vois l'intention mais ce qui est dr\\u00f4le sur le net ne l'est pas forcement \\u00e0 la TV. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[124,128]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185743945080832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":177,\"screen_name\":\"Lopocomar\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":119,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Lille\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1117696111\\/21961_250870857080_684682080_3241995_8271809_n_normal.jpg\",\"description\":\"Twitting about nothing, that's the thing. Retweet du LOL, du cin\\u00e9, de la com' et du WTF. Looking for a #Job in Com!\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"14848350\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1117696111\\/21961_250870857080_684682080_3241995_8271809_n_normal.jpg\",\"name\":\"Lopocomar\",\"default_profile_image\":false,\"created_at\":\"Tue May 20 18:35:35 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":14848350,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185743945080832,\"created_at\":\"Fri Feb 24 23:21:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2513000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2ada60a7-4f0f-46ef-a622-4bddc3b034f9-173185743945080832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le bisou, le bisou ! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1843041770/apollo_creed1_normal.jpg" +}, +"title": "Apollo Weed: Le bisou, le bisou ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2515000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le bisou, le bisou ! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185752509857793\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":101,\"screen_name\":\"OnernoD\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1043,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Beuhverly Pills\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"2FC2EF\",\"followers_count\":273,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1843041770\\/apollo_creed1_normal.jpg\",\"description\":\"La vie, c'est pas Tetris, c'est Mortal Kombat : On doit tout faire pour \\u00e9viter la fatalit\\u00e9. Laisse-moi te faire l'humour, tu ne seras pas d\\u00e9\\u00e7u(e).\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"348399043\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843041770\\/apollo_creed1_normal.jpg\",\"name\":\"Apollo Weed\",\"default_profile_image\":false,\"created_at\":\"Thu Aug 04 11:00:09 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":348399043,\"utc_offset\":-10800,\"favourites_count\":42,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185752509857793,\"created_at\":\"Fri Feb 24 23:21:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2515000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d3cffcea-84a4-4713-8f6d-3b33fda1ac4b-173185752509857793" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ils ont changés aussi, les Deschiens #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/569365839/entrbtn2_normal.gif" +}, +"title": "Screech Cubik: Ils ont changés aussi, les Deschiens #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2515000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ils ont chang\\u00e9s aussi, les Deschiens #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185753508089856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":57,\"screen_name\":\"s_cubik\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1288,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":74,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/569365839\\/entrbtn2_normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Brussels\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"96092449\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/569365839\\/entrbtn2_normal.gif\",\"name\":\"Screech Cubik\",\"default_profile_image\":false,\"created_at\":\"Fri Dec 11 09:16:29 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":96092449,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.talkgeekytome.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185753508089856,\"created_at\":\"Fri Feb 24 23:21:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2515000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a5b0f1a6-19d3-4284-9f59-1c1e27abeeb1-173185753508089856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Elle est #VraimentPD cette émission #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1825695250/bigorrr_normal.jpg" +}, +"title": "Antoine Boudet: Elle est #VraimentPD cette émission #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2515000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Elle est #VraimentPD cette \\u00e9mission #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"VraimentPD\",\"indices\":[9,20]},{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185751650013185\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":248,\"screen_name\":\"AntoineBigor\",\"lang\":\"fr\",\"profile_text_color\":\"363636\",\"statuses_count\":17892,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/394926108\\/twitter.jpg\",\"location\":\"DTC (enfin \\u00e0 une vache pr\\u00e8s)\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"022c3b\",\"followers_count\":216,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1825695250\\/bigorrr_normal.jpg\",\"description\":\"\\u00c9tudiant paum\\u00e9 et r\\u00e9dacteur en chef d'@AbsoluteZone\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"288fb5\",\"id_str\":\"61471175\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/394926108\\/twitter.jpg\",\"profile_sidebar_fill_color\":\"288fb5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1825695250\\/bigorrr_normal.jpg\",\"name\":\"Antoine Boudet\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 30 12:13:38 +0000 2009\",\"profile_sidebar_border_color\":\"288fb5\",\"id\":61471175,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/absolute-zone.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185751650013185,\"created_at\":\"Fri Feb 24 23:21:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2515000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f007896c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3a3bffba-b00b-4378-b480-8e4cc0f591fe-173185751650013185" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste MAIS #ilchangedechemise !!! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1803227504/lolilol_normal.JPG" +}, +"title": "Thomas Gabri L: #ilreste MAIS #ilchangedechemise !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2517000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste MAIS #ilchangedechemise !!! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"ilchangedechemise\",\"indices\":[14,32]},{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185758939713539\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":315,\"screen_name\":\"TonMeilleurAmi_\",\"lang\":\"fr\",\"profile_text_color\":\"010157\",\"statuses_count\":2443,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/416460348\\/daft1.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"eb0c0c\",\"followers_count\":713,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1803227504\\/lolilol_normal.JPG\",\"description\":\"J'\\u00e9coute du dancefloor, du rock, du jazz, de la techno, du hip-hop, de la pop, du R&B, de la soul, enfin tout quoi ... -Impose ton style !-\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"id_str\":\"305581176\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416460348\\/daft1.png\",\"profile_sidebar_fill_color\":\"c7c3c3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803227504\\/lolilol_normal.JPG\",\"name\":\"Thomas Gabri L\",\"default_profile_image\":false,\"created_at\":\"Thu May 26 13:24:41 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":305581176,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185758939713539,\"created_at\":\"Fri Feb 24 23:21:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2517000, +"tags": [ +{ +"id-ref": "f007aa96-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9d27609a-a34e-43fe-a46d-268e796c18d9-173185758939713539" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw On dirait lady gaga et Mick jagger qui ont trop bu dans la video.", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw On dirait lady gaga et Mick jagger qui ont trop bu dans la video.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2517000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw On dirait lady gaga et Mick jagger qui ont trop bu dans la video.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185760906838017\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185760906838017,\"created_at\":\"Fri Feb 24 23:21:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2517000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "293b1b0b-88f1-461d-bcc6-b435823afefa-173185760906838017" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En fait tout le monde vient taper la bise à Vinvin et Rollin. #freekiss #lgw", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Gw3nd0ul: En fait tout le monde vient taper la bise à Vinvin et Rollin. #freekiss #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2518000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"En fait tout le monde vient taper la bise \\u00e0 Vinvin et Rollin. #freekiss #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"freekiss\",\"indices\":[62,71]},{\"text\":\"lgw\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185762890756096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":434,\"screen_name\":\"Gw3nd0ul\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":516,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"143017258\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"Gw3nd0ul\",\"default_profile_image\":true,\"created_at\":\"Wed May 12 10:42:39 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":143017258,\"utc_offset\":3600,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185762890756096,\"created_at\":\"Fri Feb 24 23:21:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2518000, +"tags": [ +{ +"id-ref": "f007e394-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b2cafcb5-030b-40e1-b0cd-8bf66c7589b4-173185762890756096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KlaireFr Bravo pour tes bulles, j'adore ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1352972347/lexpress-3123-11au17mai2011-1_normal.jpg" +}, +"title": "Claire Harrison: @KlaireFr Bravo pour tes bulles, j'adore ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2518000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@KlaireFr Bravo pour tes bulles, j'adore ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[0,9],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173185078086737920\",\"id_str\":\"173185764455223297\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185078086737920,\"in_reply_to_user_id_str\":\"28096610\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":900,\"screen_name\":\"harrisonclaire\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3054,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/127984931\\/pattern-dots.png\",\"location\":\"Strasbourg\",\"show_all_inline_media\":false,\"listed_count\":75,\"profile_link_color\":\"0084B4\",\"followers_count\":925,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1352972347\\/lexpress-3123-11au17mai2011-1_normal.jpg\",\"description\":\"Blogueuse rieuse et impatiente :::\\r\\nPartage #photo #tendance #web #mode #alsace :::\\r\\n#CM chez @maetvapresse + blogueuse sur @trendygirlmag\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d2\",\"id_str\":\"80603947\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/127984931\\/pattern-dots.png\",\"profile_sidebar_fill_color\":\"d4d4d4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1352972347\\/lexpress-3123-11au17mai2011-1_normal.jpg\",\"name\":\"Claire Harrison\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 07 15:32:55 +0000 2009\",\"profile_sidebar_border_color\":\"ebf70d\",\"id\":80603947,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/www.claireharrison.fr\"},\"in_reply_to_screen_name\":\"KlaireFr\",\"truncated\":false,\"id\":173185764455223297,\"created_at\":\"Fri Feb 24 23:21:18 +0000 2012\",\"in_reply_to_user_id\":28096610}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2518000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2c26e353-aec1-4836-b000-68a96a69b368-173185764455223297" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KlaireFr tu mérites le #Cesar2012 du meilleur statut #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1727204040/image_normal.jpg" +}, +"title": "Marc Phalippou: @KlaireFr tu mérites le #Cesar2012 du meilleur statut #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2521000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@KlaireFr tu m\\u00e9rites le #Cesar2012 du meilleur statut #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[0,9],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[24,34]},{\"text\":\"lgw\",\"indices\":[54,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173185078086737920\",\"id_str\":\"173185777080086528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185078086737920,\"in_reply_to_user_id_str\":\"28096610\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1344,\"screen_name\":\"marcphalippou\",\"lang\":\"fr\",\"profile_text_color\":\"895429\",\"statuses_count\":2116,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"39BD91\",\"followers_count\":750,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\",\"description\":\"Bougnat \\u00e0 Paris, marchand d'id\\u00e9es et de confiance dans la com et l'assurance.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0D02\",\"id_str\":\"92352549\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"profile_sidebar_fill_color\":\"0E0D02\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\",\"name\":\"Marc Phalippou\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 20:05:52 +0000 2009\",\"profile_sidebar_border_color\":\"BEDFB6\",\"id\":92352549,\"utc_offset\":3600,\"favourites_count\":46,\"url\":\"http:\\/\\/www.facebook.com\\/profile.php?id=100001663745687\"},\"in_reply_to_screen_name\":\"KlaireFr\",\"truncated\":false,\"id\":173185777080086528,\"created_at\":\"Fri Feb 24 23:21:21 +0000 2012\",\"in_reply_to_user_id\":28096610}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2521000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "edc96522-b2b2-40bf-990f-9f01c7131600-173185777080086528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel toujours le seul sourire de l'émission #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: @FlorencePorcel toujours le seul sourire de l'émission #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2521000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel toujours le seul sourire de l'\\u00e9mission #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185778602618880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":265,\"screen_name\":\"papounay2000\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3542,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"description\":\"N'oubliez pas de vous aimer\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"name\":\"\\u2620papounay2000\\u2620\",\"default_profile_image\":false,\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":14764219,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173185778602618880,\"created_at\":\"Fri Feb 24 23:21:21 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2521000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "23b706f7-6321-42cc-a356-4ad3b9202a85-173185778602618880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste, et on devrait le voir plus souvent à la télévision française d'ailleurs, notre bon vieux Professeur Rollin. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1474785559/testdeux_normal.jpg" +}, +"title": "Romain Mollet: #ilReste, et on devrait le voir plus souvent à la télévision française d'ailleurs, notre bon vieux Professeur Rollin. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2522000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste, et on devrait le voir plus souvent \\u00e0 la t\\u00e9l\\u00e9vision fran\\u00e7aise d'ailleurs, notre bon vieux Professeur Rollin. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[118,122]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185780477464579\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"RomainMollet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":81,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 Cin\\u00e9Cr\\u00e9atis depuis moins d'une semaine (18\\/09\\/2011)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"62795411\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"name\":\"Romain Mollet\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 04 11:47:02 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":62795411,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/conneriehumanumest.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185780477464579,\"created_at\":\"Fri Feb 24 23:21:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2522000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "10d6c3f9-6ded-4103-8b95-cb6bf9b22360-173185780477464579" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "y a quand même un bon paquet de private jokes dans #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1727885666/Logo_YP_normal.png" +}, +"title": "Young planneur: y a quand même un bon paquet de private jokes dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2523000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"y a quand m\\u00eame un bon paquet de private jokes dans #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185784944410624\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"youngplanneur\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":278,\"location\":\"France, Paris\",\"profile_text_color\":\"333333\",\"followers_count\":3230,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1727885666\\/Logo_YP_normal.png\",\"description\":\"Strategic Planner \\/\\/ Advertising \\/ Action Sports \\/ Advertainment \\/ Series \\/ Mobile \\/ Social \\/\\/\",\"statuses_count\":4943,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":222,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"87788927\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Young planneur\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Thu Nov 05 21:34:26 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":87788927,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.youngplanneur.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727885666\\/Logo_YP_normal.png\"},\"truncated\":false,\"id\":173185784944410624,\"created_at\":\"Fri Feb 24 23:21:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2523000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8af31844-0fbd-4af0-90d4-3d6d8ca0841e-173185784944410624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@OhOceane c'est mon premier #lgw et à part les vidéos de dailymotion je vois pas bien l'intérêt", +"img": { +"src": "http://a2.twimg.com/profile_images/1577312655/E_TE__2011_PROPRIANO_light_normal.jpg" +}, +"title": "AnneCha Celier: @OhOceane c'est mon premier #lgw et à part les vidéos de dailymotion je vois pas bien l'intérêt", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2524000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@OhOceane c'est mon premier #lgw et \\u00e0 part les vid\\u00e9os de dailymotion je vois pas bien l'int\\u00e9r\\u00eat\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"OhOceane\",\"indices\":[0,9],\"id_str\":\"72379694\",\"name\":\"ASL\",\"id\":72379694}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173184767418839043\",\"id_str\":\"173185790489280512\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173184767418839043,\"in_reply_to_user_id_str\":\"72379694\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":920,\"screen_name\":\"annechacelier\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":2928,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/58686718\\/P1030314.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":15,\"profile_link_color\":\"2FC2EF\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1577312655\\/E_TE__2011_PROPRIANO_light_normal.jpg\",\"description\":\"Habitante du 2\\u00e8me arrondissement, brune, 1\\/2 corse, @FredFaridGroup, @KidsLoveJetlag, quelques enfants, presque barmaid\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"beaacc\",\"id_str\":\"17899913\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/58686718\\/P1030314.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1577312655\\/E_TE__2011_PROPRIANO_light_normal.jpg\",\"name\":\"AnneCha Celier\",\"default_profile_image\":false,\"created_at\":\"Fri Dec 05 15:49:22 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":17899913,\"utc_offset\":3600,\"favourites_count\":36,\"url\":\"http:\\/\\/3kidsandafull-timejob.tumblr.com\\/\"},\"in_reply_to_screen_name\":\"OhOceane\",\"truncated\":false,\"id\":173185790489280512,\"created_at\":\"Fri Feb 24 23:21:24 +0000 2012\",\"in_reply_to_user_id\":72379694}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2524000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b61dd732-a0c6-435f-a8f3-a63f6f606888-173185790489280512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "hey @yesnoornext #cki au @legrandwebze ? #LGW ;)", +"img": { +"src": "http://a0.twimg.com/profile_images/1792181403/berengere2_normal.jpg" +}, +"title": "BéToutSimplement !: hey @yesnoornext #cki au @legrandwebze ? #LGW ;)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2524000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"hey @yesnoornext #cki au @legrandwebze ? #LGW ;)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"yesnoornext\",\"indices\":[4,16],\"id_str\":\"252186404\",\"name\":\"vincent denise\",\"id\":252186404},{\"screen_name\":\"LeGrandWebze\",\"indices\":[26,39],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"cki\",\"indices\":[17,21]},{\"text\":\"LGW\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173172505471746051\",\"id_str\":\"173185790640271361\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173172505471746051,\"in_reply_to_user_id_str\":\"252186404\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":625,\"screen_name\":\"belassalle\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4259,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/299176574\\/fond_4.jpg\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":294,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792181403\\/berengere2_normal.jpg\",\"description\":\"Un peu de fra\\u00eecheur, un brin de vitalit\\u00e9 qui cherche dans le graphisme, la pub, les m\\u00e9dias et la communication un emploi sur LYON !!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"117826061\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/299176574\\/fond_4.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792181403\\/berengere2_normal.jpg\",\"name\":\"B\\u00e9ToutSimplement !\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 26 18:58:41 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":117826061,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/berengere-lassalle\"},\"in_reply_to_screen_name\":\"yesnoornext\",\"truncated\":false,\"id\":173185790640271361,\"created_at\":\"Fri Feb 24 23:21:24 +0000 2012\",\"in_reply_to_user_id\":252186404}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2524000, +"tags": [ +{ +"id-ref": "f0089e06-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "01f91d33-fcf4-4a2f-a773-4ffe864afdb9-173185790640271361" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Elle est quand même dingue cette émissions! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1052546198/gang_elmyra_normal.jpg" +}, +"title": "Melanouille: Elle est quand même dingue cette émissions! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2525000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Elle est quand m\\u00eame dingue cette \\u00e9missions! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185792829689856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":174,\"screen_name\":\"Melanouille\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2782,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":78,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1052546198\\/gang_elmyra_normal.jpg\",\"description\":\"Chouineuse obsessionnelle\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"43318485\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1052546198\\/gang_elmyra_normal.jpg\",\"name\":\"Melanouille\",\"default_profile_image\":false,\"created_at\":\"Fri May 29 12:12:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":43318485,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/cbth.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185792829689856,\"created_at\":\"Fri Feb 24 23:21:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2525000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8f196905-bc13-4217-b1f9-1f967739dac6-173185792829689856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow retirez lui sa chemise #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1704625616/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg" +}, +"title": "brissot pierre louis: @palmashow retirez lui sa chemise #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2525000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow retirez lui sa chemise #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185795438559233\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":16,\"screen_name\":\"piloufaceIII\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1704625616\\/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"442110979\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1704625616\\/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg\",\"name\":\"brissot pierre louis\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 20 19:21:45 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":442110979,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.facebook.com\\/profile.php?id=1246842647\"},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173185795438559233,\"created_at\":\"Fri Feb 24 23:21:25 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2525000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "87208209-e832-4a49-8c75-91b17c44001e-173185795438559233" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@vinvin porte la 1ère chemise en RVB capable de recharger ton écran #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1797352936/CH6j1942_normal" +}, +"title": "Jean Emile: @vinvin porte la 1ère chemise en RVB capable de recharger ton écran #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2526000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@vinvin porte la 1\\u00e8re chemise en RVB capable de recharger ton \\u00e9cran #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185798512971777\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":219,\"screen_name\":\"JeanEmilelevrai\",\"lang\":\"fr\",\"profile_text_color\":\"7a5d0d\",\"statuses_count\":726,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/409670677\\/1_building.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"7a5d2a\",\"followers_count\":67,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1797352936\\/CH6j1942_normal\",\"description\":\"\\/\\/ YOUNG ART DIRECTOR & COPYWRITER \\/\\/ DIGITAL NATIVE \\/\\/ stagiaire.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"324551156\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/409670677\\/1_building.gif\",\"profile_sidebar_fill_color\":\"d9c196\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1797352936\\/CH6j1942_normal\",\"name\":\"Jean Emile\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 26 20:38:03 +0000 2011\",\"profile_sidebar_border_color\":\"b3822e\",\"id\":324551156,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/corentinvallet.com\"},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173185798512971777,\"created_at\":\"Fri Feb 24 23:21:26 +0000 2012\",\"in_reply_to_user_id\":7223522}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2526000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e590a08e-575d-43bc-bdaf-3b997976a7a3-173185798512971777" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c est pas @vinvin qui devait faire des claquettes?", +"img": { +"src": "http://a0.twimg.com/profile_images/1802162566/image_normal.jpg" +}, +"title": "Julien Cotte: #lgw c est pas @vinvin qui devait faire des claquettes?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2528000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw c est pas @vinvin qui devait faire des claquettes?\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[15,22],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185807274881024\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"JulienCotteALU\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":874,\"location\":\"V\\u00e9lizy-Villacoublay\",\"profile_text_color\":\"333333\",\"followers_count\":1406,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"description\":\"DRH du site de V\\u00e9lizy (France) - HR Community Manager - Marketing HR2.0 - @AlcatelLucent\",\"statuses_count\":3879,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"show_all_inline_media\":false,\"listed_count\":138,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"107697826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Julien Cotte\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"created_at\":\"Sat Jan 23 12:17:36 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":107697826,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/juliencotte.typepad.com\\/le-blog-de-julien-cotte-\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\"},\"truncated\":false,\"id\":173185807274881024,\"created_at\":\"Fri Feb 24 23:21:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2528000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cced2ace-8811-44ab-89fb-feecae48f1d4-173185807274881024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je découvre le Grand Webze. Et j'aime ça. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1700203464/miniwizard2_normal.png" +}, +"title": "Rizotochaud: Je découvre le Grand Webze. Et j'aime ça. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2529000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je d\\u00e9couvre le Grand Webze. Et j'aime \\u00e7a. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185812446457856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":177,\"screen_name\":\"Rizotochaud\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":544,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/308777087\\/fond.gif\",\"location\":\"PAL\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"1F98C7\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1700203464\\/miniwizard2_normal.png\",\"description\":\"Mon avatar est un magichien.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C6E2EE\",\"id_str\":\"324297431\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/308777087\\/fond.gif\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700203464\\/miniwizard2_normal.png\",\"name\":\"Rizotochaud\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 26 10:41:11 +0000 2011\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":324297431,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/www.youtube.com\\/user\\/Rizotochaud\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185812446457856,\"created_at\":\"Fri Feb 24 23:21:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2529000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0da75555-d627-4164-968d-4311710336f7-173185812446457856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Le_Damien: #LGW Clap ! Clap ! Clap !", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @Le_Damien: #LGW Clap ! Clap ! Clap !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2529000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Le_Damien: #LGW Clap ! Clap ! Clap !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Le_Damien\",\"indices\":[3,13],\"id_str\":\"26552716\",\"name\":\"Damien Vacher\",\"id\":26552716}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[15,19]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Clap ! Clap ! Clap !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185527955202049\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27163,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185527955202049,\"created_at\":\"Fri Feb 24 23:20:22 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185810701623296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185810701623296,\"created_at\":\"Fri Feb 24 23:21:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2529000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "11ba6dc2-4e9a-41e5-9537-ab8857a5ae77-173185810701623296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze pour moi, #ilReste #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1578025973/e_M_a_n_u_-188x188_normal.jpg" +}, +"title": "Manu: @LeGrandWebze pour moi, #ilReste #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2530000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze pour moi, #ilReste #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[24,32]},{\"text\":\"LGW\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185815671865344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":376,\"screen_name\":\"e_M_a_n_u_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3126,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":285,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578025973\\/e_M_a_n_u_-188x188_normal.jpg\",\"description\":\"Homme 2.0 r\\u00e9solument attach\\u00e9 \\u00e0 sa vie sociale IRL !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"189600177\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578025973\\/e_M_a_n_u_-188x188_normal.jpg\",\"name\":\"Manu\",\"default_profile_image\":false,\"created_at\":\"Sat Sep 11 18:20:22 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":189600177,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173185815671865344,\"created_at\":\"Fri Feb 24 23:21:30 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2530000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7d7c5f37-4ec8-4793-a757-8811ccd5ed8a-173185815671865344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai quand même éteint ma PS3 pour regarder la TV. D' habitude c'est l'inverse. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: J'ai quand même éteint ma PS3 pour regarder la TV. D' habitude c'est l'inverse. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2531000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai quand m\\u00eame \\u00e9teint ma PS3 pour regarder la TV. D' habitude c'est l'inverse. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[80,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185818834386948\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83436,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185818834386948,\"created_at\":\"Fri Feb 24 23:21:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2531000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b30c7f76-f51f-4f65-b38f-4743fc95440f-173185818834386948" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ça doit être dur de fidéliser les parts de marché avec une seule diff. mensuelle.", +"img": { +"src": "http://a0.twimg.com/profile_images/1707712782/DSC08227_normal.jpg" +}, +"title": "José Esteve: #lgw ça doit être dur de fidéliser les parts de marché avec une seule diff. mensuelle.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2531000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw \\u00e7a doit \\u00eatre dur de fid\\u00e9liser les parts de march\\u00e9 avec une seule diff. mensuelle.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185816720453632\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"lemeroo\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":349,\"location\":\"France\",\"profile_text_color\":\"d10000\",\"followers_count\":166,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1707712782\\/DSC08227_normal.jpg\",\"description\":\"\\/\\/ Passionn\\u00e9 de graphisme.. p\\u00e9cheur de m\\u00e9rou et d'id\\u00e9es, animateur radio, d\\u00e9crypte le net et la TV \\/\\/ designer \\/ cr\\u00e9ateur de visuels de #Tees un peu d\\u00e9cal\\u00e9s \\/\\/ \",\"statuses_count\":2509,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/175232736\\/Sans-titre-2.gif\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"d10000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"483026\",\"protected\":false,\"id_str\":\"93459716\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jos\\u00e9 Esteve\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/175232736\\/Sans-titre-2.gif\",\"created_at\":\"Sun Nov 29 19:10:53 +0000 2009\",\"profile_sidebar_fill_color\":\"483026\",\"id\":93459716,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.lemerou.eu\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1707712782\\/DSC08227_normal.jpg\"},\"truncated\":false,\"id\":173185816720453632,\"created_at\":\"Fri Feb 24 23:21:31 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2531000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d736ef2d-2157-4abb-b1a1-ed69368bae87-173185816720453632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@LeGrandWebze: C'est le bordel en plateau pendant le magnéto :p #lgw” photo ??", +"img": { +"src": "http://a0.twimg.com/profile_images/1782185349/image_normal.jpg" +}, +"title": "Arnaud77: “@LeGrandWebze: C'est le bordel en plateau pendant le magnéto :p #lgw” photo ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2532000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@LeGrandWebze: C'est le bordel en plateau pendant le magn\\u00e9to :p #lgw\\u201d photo ??\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[1,14],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185822848335872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":463,\"screen_name\":\"senearnaud77270\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":623,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410459009\\/IMG_1479little.jpg\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":78,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1782185349\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386121061\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410459009\\/IMG_1479little.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782185349\\/image_normal.jpg\",\"name\":\"Arnaud77\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 06 18:06:41 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386121061,\"utc_offset\":3600,\"favourites_count\":10,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185822848335872,\"created_at\":\"Fri Feb 24 23:21:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2532000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1e65a79a-1454-41f5-a583-f0c0a72033c5-173185822848335872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "^^ RT @MisterMcFlee: Ce qu'il y a de bien avec ce grand écran à 2cm de mon nez c'est que j'ai l'impression d'être sous acide o_O #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/399078150/002_normal.PNG" +}, +"title": "mye shadow: ^^ RT @MisterMcFlee: Ce qu'il y a de bien avec ce grand écran à 2cm de mon nez c'est que j'ai l'impression d'être sous acide o_O #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2533000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"^^ RT @MisterMcFlee: Ce qu'il y a de bien avec ce grand \\u00e9cran \\u00e0 2cm de mon nez c'est que j'ai l'impression d'\\u00eatre sous acide o_O #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MisterMcFlee\",\"indices\":[6,19],\"id_str\":\"60043161\",\"name\":\"Mister Mc Flee\",\"id\":60043161}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[129,133]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185828045074432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":924,\"screen_name\":\"myeshadow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13636,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/26906542\\/mqcloudedthoughts.br.jpg\",\"location\":\"Paris-Brussels-itou,mon blog\",\"show_all_inline_media\":false,\"listed_count\":118,\"profile_link_color\":\"00486b\",\"followers_count\":1097,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/399078150\\/002_normal.PNG\",\"description\":\"Mynotsodarkshadow ou ls p\\u00e9r\\u00e9grinations de my mind,mon ombre&m lumi\\u00e8res s'amusent Hallucinations,Mauvais esprit,sans drogue cpire?!\\nmonblog\\/1postparJour #INPES\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"48456037\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26906542\\/mqcloudedthoughts.br.jpg\",\"profile_sidebar_fill_color\":\"9cc8dd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/399078150\\/002_normal.PNG\",\"name\":\"mye shadow\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 18 19:18:06 +0000 2009\",\"profile_sidebar_border_color\":\"333333\",\"id\":48456037,\"utc_offset\":3600,\"favourites_count\":5568,\"url\":\"http:\\/\\/bymyeshadow.blogspot.com\\/?spref=tw\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185828045074432,\"created_at\":\"Fri Feb 24 23:21:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2533000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "da3ea972-bf7f-498c-8a84-e7e1d80468f5-173185828045074432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @elTouristio: Oh, @Vinvin s'est inspiré de mon avatar pour sa chemise. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1801974559/51VNTOCGF1L._SS400__normal.jpg" +}, +"title": "Guillaume Gurdil: RT @elTouristio: Oh, @Vinvin s'est inspiré de mon avatar pour sa chemise. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2533000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @elTouristio: Oh, @Vinvin s'est inspir\\u00e9 de mon avatar pour sa chemise. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"elTouristio\",\"indices\":[3,15],\"id_str\":\"37389744\",\"name\":\"Sylvain Sanders\",\"id\":37389744},{\"screen_name\":\"Vinvin\",\"indices\":[21,28],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[74,78]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, @Vinvin s'est inspir\\u00e9 de mon avatar pour sa chemise. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[4,11],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185655906635777\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"profile_text_color\":\"CEC79B\",\"statuses_count\":35528,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"location\":\"Au pied d'un arc-en-ciel.\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"profile_sidebar_fill_color\":\"46284E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"name\":\"Sylvain Sanders\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_border_color\":\"20183F\",\"id\":37389744,\"utc_offset\":3600,\"favourites_count\":62,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185655906635777,\"created_at\":\"Fri Feb 24 23:20:52 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185828783271937\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":164,\"screen_name\":\"gurdiiil\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2782,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"description\":\"Geek\\/Nerd, drogu\\u00e9 \\u00e0 la musique, atterr\\u00e9 perp\\u00e9tuel (parce qu'indign\\u00e9, c'est galvaud\\u00e9) qui garde le sens de l'humour (beh ouais, faut bien!)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"89754233\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"name\":\"Guillaume Gurdil\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 13 17:56:00 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":89754233,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/luniquemonsieurtoutlemonde.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185828783271937,\"created_at\":\"Fri Feb 24 23:21:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2533000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0cc788d2-511c-411e-a4c4-e1f75ed904eb-173185828783271937" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah mais il doit y avoir des écoles pour apprendre à faire ça en fait. J'espère qu'ils se font du pognon ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: Ah mais il doit y avoir des écoles pour apprendre à faire ça en fait. J'espère qu'ils se font du pognon ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2534000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah mais il doit y avoir des \\u00e9coles pour apprendre \\u00e0 faire \\u00e7a en fait. J'esp\\u00e8re qu'ils se font du pognon ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[107,111]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185833380216833\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6516,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185833380216833,\"created_at\":\"Fri Feb 24 23:21:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2534000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9f0f1446-c90a-4641-ab35-77018ac48905-173185833380216833" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1851304214/tumblr_lvugxsddGH1r4g1zio1_400_normal.jpg" +}, +"title": "Greg G.: RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2535000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @RabaTaJoie: Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"RabaTaJoie\",\"indices\":[3,14],\"id_str\":\"304883768\",\"name\":\"CasseCouilles\",\"id\":304883768}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[78,82]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185028925304833\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":360,\"screen_name\":\"RabaTaJoie\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9009,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"La France de l'exterieur \",\"show_all_inline_media\":true,\"listed_count\":49,\"profile_link_color\":\"009999\",\"followers_count\":660,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"description\":\"Trois personnes peuvent garder un secret, si deux d'entre elles sont mortes. - B. Franklin.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"304883768\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"name\":\"CasseCouilles\",\"default_profile_image\":false,\"created_at\":\"Wed May 25 08:22:01 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":304883768,\"utc_offset\":3600,\"favourites_count\":67,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185028925304833,\"created_at\":\"Fri Feb 24 23:18:23 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185837503225856\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":276,\"screen_name\":\"TheFish40\",\"lang\":\"fr\",\"profile_text_color\":\"f5edf5\",\"statuses_count\":7394,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/408344264\\/bg1.jpg\",\"location\":\"#Bordeaux\",\"show_all_inline_media\":true,\"listed_count\":26,\"profile_link_color\":\"009999\",\"followers_count\":243,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851304214\\/tumblr_lvugxsddGH1r4g1zio1_400_normal.jpg\",\"description\":\"Pas de Bio...Pas de chocolat !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"73370860\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408344264\\/bg1.jpg\",\"profile_sidebar_fill_color\":\"2e2d2e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851304214\\/tumblr_lvugxsddGH1r4g1zio1_400_normal.jpg\",\"name\":\"Greg G.\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 11 12:07:54 +0000 2009\",\"profile_sidebar_border_color\":\"3b2b3b\",\"id\":73370860,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/justfishit.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185837503225856,\"created_at\":\"Fri Feb 24 23:21:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2535000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "da630f60-5f70-4c1d-9f9e-96ddec861bae-173185837503225856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi le but de cette émission #lgw #JeDécouvreJvousDis", +"img": { +"src": "http://a0.twimg.com/profile_images/1848652502/332954645_normal.jpg" +}, +"title": "Leila Agic: C'est quoi le but de cette émission #lgw #JeDécouvreJvousDis", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2536000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est quoi le but de cette \\u00e9mission #lgw #JeD\\u00e9couvreJvousDis\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]},{\"text\":\"JeD\\u00e9couvreJvousDis\",\"indices\":[41,60]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185838816051200\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f50e48\",\"screen_name\":\"LeilaAgic\",\"lang\":\"fr\",\"favourites_count\":200,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1197,\"location\":\"Bruxelles\",\"profile_text_color\":\"d61170\",\"followers_count\":1721,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"description\":\"Ancienne co-Responsable Internet et campagne jeunes pour @RoyalSegolene lors de primaires citoyennes. Socialo-Ecolo-S\\u00e9gol\\u00e9niste #SRoyal \\/ #FH2012 \\/ #NVB2012\",\"statuses_count\":13606,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"23acc4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"79575617\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Leila Agic\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"created_at\":\"Sat Oct 03 22:02:21 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":79575617,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/on.fb.me\\/hSrN0O\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\"},\"truncated\":false,\"id\":173185838816051200,\"created_at\":\"Fri Feb 24 23:21:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2536000, +"tags": [ +{ +"id-ref": "f00a25d2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5fcf9236-148d-4361-b6af-b2808d441ebd-173185838816051200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1663218524/image_normal.jpg" +}, +"title": "Thibaut: RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2536000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @RabaTaJoie: Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"RabaTaJoie\",\"indices\":[3,14],\"name\":\"CasseCouilles\",\"id_str\":\"304883768\",\"id\":304883768}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[78,82]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[62,66]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":2,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185028925304833\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"RabaTaJoie\",\"lang\":\"fr\",\"favourites_count\":67,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":360,\"location\":\"La France de l'exterieur \",\"profile_text_color\":\"333333\",\"followers_count\":660,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"description\":\"Trois personnes peuvent garder un secret, si deux d'entre elles sont mortes. - B. Franklin.\",\"statuses_count\":9009,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":49,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"304883768\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"CasseCouilles\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed May 25 08:22:01 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":304883768,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\"},\"truncated\":false,\"id\":173185028925304833,\"created_at\":\"Fri Feb 24 23:18:23 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":2,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185840451821568\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"ThibautBouvet\",\"lang\":\"fr\",\"favourites_count\":11,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":300,\"location\":\"Caen\",\"profile_text_color\":\"3E4415\",\"followers_count\":299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1663218524\\/image_normal.jpg\",\"description\":\"Etudiant Sc \\u00e9co-gestion - S\\u00e9rievore - Junk Food addict - Passionn\\u00e9 par les nouvelles technologies, le Web 2.0\\r\\n\\r\\n\",\"statuses_count\":3929,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"12240902\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Thibaut\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Mon Jan 14 22:52:23 +0000 2008\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":12240902,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.ThibautBouvet.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1663218524\\/image_normal.jpg\"},\"truncated\":false,\"id\":173185840451821568,\"created_at\":\"Fri Feb 24 23:21:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2536000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7a22e39c-7879-44d9-95d4-cc4ea6b4cf7c-173185840451821568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze Waaaa l'angoisse...#LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1787819252/marie-laure_drider_normal.jpg" +}, +"title": "MaryloR: @LeGrandWebze Waaaa l'angoisse...#LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2537000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze Waaaa l'angoisse...#LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173185328444751872\",\"id_str\":\"173185842108567552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185328444751872,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":420,\"screen_name\":\"Marylor\",\"lang\":\"en\",\"profile_text_color\":\"9100ff\",\"statuses_count\":1048,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/342436364\\/Pailletes_turquoise.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"ff36f8\",\"followers_count\":162,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1787819252\\/marie-laure_drider_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"id_str\":\"30841074\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342436364\\/Pailletes_turquoise.jpg\",\"profile_sidebar_fill_color\":\"dae5eb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1787819252\\/marie-laure_drider_normal.jpg\",\"name\":\"MaryloR\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 13 10:12:15 +0000 2009\",\"profile_sidebar_border_color\":\"7066d9\",\"id\":30841074,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173185842108567552,\"created_at\":\"Fri Feb 24 23:21:37 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2537000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8df8031c-ea3b-4cfd-a089-c7c1ccefa1dc-173185842108567552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'adore regarder le Grand Webze :) #lgw", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_4_normal.png" +}, +"title": "Raphaël Vartanian: J'adore regarder le Grand Webze :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2537000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'adore regarder le Grand Webze :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185844134424576\",\"user\":{\"default_profile_image\":true,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"screen_name\":\"ShahenHayIan\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":38,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"description\":\"\",\"statuses_count\":71,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"protected\":false,\"id_str\":\"103083418\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Rapha\\u00ebl Vartanian\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"created_at\":\"Fri Jan 08 20:45:17 +0000 2010\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"id\":103083418,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\"},\"truncated\":false,\"id\":173185844134424576,\"created_at\":\"Fri Feb 24 23:21:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2537000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fd97eed8-6752-44de-98fe-f4ec4a828add-173185844134424576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #lgw #lgw c un \"l\" ou un \"i\" on c pas, l'emission est comme on AIME🍀 longue vie!", +"img": { +"src": "http://a0.twimg.com/profile_images/1794990258/actuvideospub250_normal.jpg" +}, +"title": ")) Videos-Pub.fr: #lgw #lgw #lgw c un \"l\" ou un \"i\" on c pas, l'emission est comme on AIME🍀 longue vie!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2539000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #lgw #lgw c un \\\"l\\\" ou un \\\"i\\\" on c pas, l'emission est comme on AIME\\ud83c\\udf40 longue vie!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"lgw\",\"indices\":[5,9]},{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185851759661056\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":335,\"screen_name\":\"ActuVideosPub\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":1601,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413799697\\/toronto-city.br.jpg\",\"location\":\"France Paris\",\"show_all_inline_media\":true,\"listed_count\":15,\"profile_link_color\":\"0000ff\",\"followers_count\":1024,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1794990258\\/actuvideospub250_normal.jpg\",\"description\":\"Salut terriens! On RT tout les #Tweets int\\u00e9ressants, pertinents, + les #videos, #pub, #annonces, #TeamFollowBack, bref on fait ce qu'on veux!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"96620906\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413799697\\/toronto-city.br.jpg\",\"profile_sidebar_fill_color\":\"f6f4f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1794990258\\/actuvideospub250_normal.jpg\",\"name\":\")) Videos-Pub.fr\",\"default_profile_image\":false,\"created_at\":\"Sun Dec 13 20:37:31 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":96620906,\"utc_offset\":3600,\"favourites_count\":98,\"url\":\"http:\\/\\/www.videos-pub.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185851759661056,\"created_at\":\"Fri Feb 24 23:21:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2539000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fbe5d8ee-48f7-4d84-bc55-b8053f08444c-173185851759661056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "l'émission est beaucoup plus scriptée, construite. Je regrette la spontanéité des 2 premières #lgw #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: l'émission est beaucoup plus scriptée, construite. Je regrette la spontanéité des 2 premières #lgw #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2539000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"l'\\u00e9mission est beaucoup plus script\\u00e9e, construite. Je regrette la spontan\\u00e9it\\u00e9 des 2 premi\\u00e8res #lgw #cQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[94,98]},{\"text\":\"cQui\",\"indices\":[99,104]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185852124561409\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13679,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"location\":\"Ile de France, Nancy, Toulois\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"name\":\"Godai Yusaku\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":76995130,\"utc_offset\":3600,\"favourites_count\":68,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185852124561409,\"created_at\":\"Fri Feb 24 23:21:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2539000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9c18e23-5cff-44f2-acc6-77f473f6e6c8-173185852124561409" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @AlexHervaud: ma réaction après les dernières vidéos diffusées sur #lgw http://t.co/zOYf0CZ2", +"img": { +"src": "http://a2.twimg.com/profile_images/1825695250/bigorrr_normal.jpg" +}, +"title": "Antoine Boudet: RT @AlexHervaud: ma réaction après les dernières vidéos diffusées sur #lgw http://t.co/zOYf0CZ2", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2542000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @AlexHervaud: ma r\\u00e9action apr\\u00e8s les derni\\u00e8res vid\\u00e9os diffus\\u00e9es sur #lgw http:\\/\\/t.co\\/zOYf0CZ2\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"AlexHervaud\",\"indices\":[3,15],\"id_str\":\"14321981\",\"name\":\"Alexandre Hervaud\",\"id\":14321981}],\"urls\":[{\"indices\":[75,95],\"expanded_url\":\"http:\\/\\/25.media.tumblr.com\\/tumblr_lzx0svbukH1qg39ewo1_500.gif\",\"display_url\":\"25.media.tumblr.com\\/tumblr_lzx0svb\\u2026\",\"url\":\"http:\\/\\/t.co\\/zOYf0CZ2\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[70,74]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"ma r\\u00e9action apr\\u00e8s les derni\\u00e8res vid\\u00e9os diffus\\u00e9es sur #lgw http:\\/\\/t.co\\/zOYf0CZ2\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[58,78],\"expanded_url\":\"http:\\/\\/25.media.tumblr.com\\/tumblr_lzx0svbukH1qg39ewo1_500.gif\",\"display_url\":\"25.media.tumblr.com\\/tumblr_lzx0svb\\u2026\",\"url\":\"http:\\/\\/t.co\\/zOYf0CZ2\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185739801112576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1078,\"screen_name\":\"AlexHervaud\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":48449,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":816,\"profile_link_color\":\"0084B4\",\"followers_count\":14844,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\",\"description\":\"Journaliste, ex-Lib\\u00e9, chroniqueur au Mouv et Vodkaster.com, (d\\u00e9)formateur pour l'ESJ. Assiste @JeanReneCraypio. Mes tweets n'engagent pas P\\u00f4le Emploi.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"401d91\",\"id_str\":\"14321981\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\",\"name\":\"Alexandre Hervaud\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 11:34:52 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":14321981,\"utc_offset\":3600,\"favourites_count\":3392,\"url\":\"http:\\/\\/alexhervaud.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185739801112576,\"created_at\":\"Fri Feb 24 23:21:12 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185866221621249\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":248,\"screen_name\":\"AntoineBigor\",\"lang\":\"fr\",\"profile_text_color\":\"363636\",\"statuses_count\":17893,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/394926108\\/twitter.jpg\",\"location\":\"DTC (enfin \\u00e0 une vache pr\\u00e8s)\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"022c3b\",\"followers_count\":216,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1825695250\\/bigorrr_normal.jpg\",\"description\":\"\\u00c9tudiant paum\\u00e9 et r\\u00e9dacteur en chef d'@AbsoluteZone\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"288fb5\",\"id_str\":\"61471175\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/394926108\\/twitter.jpg\",\"profile_sidebar_fill_color\":\"288fb5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1825695250\\/bigorrr_normal.jpg\",\"name\":\"Antoine Boudet\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 30 12:13:38 +0000 2009\",\"profile_sidebar_border_color\":\"288fb5\",\"id\":61471175,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/absolute-zone.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185866221621249,\"created_at\":\"Fri Feb 24 23:21:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2542000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "90c1d96b-2724-494b-a0a5-eeb9f2c37c09-173185866221621249" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ils sont ENCORE en vacance les feignasses de @Tweets2Comptoir ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1846718877/Ic_nePoireau_Yeux08-2011-02_normal.jpg" +}, +"title": "Le_M_Poireau: Ils sont ENCORE en vacance les feignasses de @Tweets2Comptoir ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2543000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ils sont ENCORE en vacance les feignasses de @Tweets2Comptoir ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[45,61],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[64,68]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185870571110400\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":6530,\"screen_name\":\"Le_M_Poireau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":54064,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":418,\"profile_link_color\":\"0084b4\",\"followers_count\":6012,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"description\":\"Pensez \\u00e0 ceux qui n'en ont pas et ne g\\u00e2chez pas votre humour inutilement. http:\\/\\/photosdecampagne.tumblr.com\\/ | http:\\/\\/riendimportant.tumblr.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"10330232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"profile_sidebar_fill_color\":\"ddffcd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"name\":\"Le_M_Poireau\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 17 11:32:14 +0000 2007\",\"profile_sidebar_border_color\":\"bddcad\",\"id\":10330232,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/monsieurpoireau.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185870571110400,\"created_at\":\"Fri Feb 24 23:21:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2543000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ba5d7840-8f7e-4338-8fcb-ca6e7da38c13-173185870571110400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Y a-t'il des messages subliminaux en langage des signes dans les chorés de ces deux manoclaqueurs ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1509550440/Opeth_normal.png" +}, +"title": "Sylvain Bonneau: Y a-t'il des messages subliminaux en langage des signes dans les chorés de ces deux manoclaqueurs ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2544000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Y a-t'il des messages subliminaux en langage des signes dans les chor\\u00e9s de ces deux manoclaqueurs ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[100,104]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.nibirutech.com\\\" rel=\\\"nofollow\\\"\\u003ETwitBird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185874434064384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":62,\"screen_name\":\"Bvggy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":753,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/338842991\\/wallpaper_glory.jpg\",\"location\":\"Toulouse\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1509550440\\/Opeth_normal.png\",\"description\":\"Technical manager in 3D development, two kids, two cats...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"360508134\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/338842991\\/wallpaper_glory.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1509550440\\/Opeth_normal.png\",\"name\":\"Sylvain Bonneau\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 23 09:45:35 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":360508134,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185874434064384,\"created_at\":\"Fri Feb 24 23:21:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2544000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f0781f78-cfc6-44ec-b92f-3ff2860d2956-173185874434064384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quand même con de résumer en permanence le web à des vidéos marrantes. Enfin, \"marrantes\". #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1703065016/twitterdec11_normal.jpg" +}, +"title": "Alvin Haddadène: C'est quand même con de résumer en permanence le web à des vidéos marrantes. Enfin, \"marrantes\". #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2545000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quand m\\u00eame con de r\\u00e9sumer en permanence le web \\u00e0 des vid\\u00e9os marrantes. Enfin, \\\"marrantes\\\". #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[97,101]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185877365895168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":512,\"screen_name\":\"Alvin_Stick\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":7005,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"B40B43\",\"followers_count\":393,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"description\":\"21 ans. Gaymer. C\\u00e9libataire. Inspir\\u00e9 d'un fait r\\u00e9el. Chef de rubrique sur http:\\/\\/www.tomsgames.fr, pigiste au magazine Online Gamer, heureux co-papa de \\u21b4\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fa87f6\",\"id_str\":\"115834046\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"name\":\"Alvin Haddad\\u00e8ne\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 20 03:45:26 +0000 2010\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":115834046,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/www.latraverseedustick.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185877365895168,\"created_at\":\"Fri Feb 24 23:21:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2545000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2a5315a8-29cd-4635-83a1-8682e384b67f-173185877365895168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ok bad trip #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1716046164/BURGERKINGISTHEREASONWHYSWITZERLANDWILLALWAYSBEBETTERTHANFRANCE_normal.JPG" +}, +"title": "Iris: Ok bad trip #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2545000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ok bad trip #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185877625937921\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":361,\"screen_name\":\"IrisKV\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":29300,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/278365626\\/261206_10150228562828941_638073940_7198865_6817977_n.jpg\",\"location\":\"This place has everything.(NE)\",\"show_all_inline_media\":true,\"listed_count\":116,\"profile_link_color\":\"009999\",\"followers_count\":1166,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1716046164\\/BURGERKINGISTHEREASONWHYSWITZERLANDWILLALWAYSBEBETTERTHANFRANCE_normal.JPG\",\"description\":\"Dit du mal des s\\u00e9ries TV sur pErDUSA, a podcast\\u00e9 un an sur le cin\\u00e9ma et a une fascination quasi religieuse pour la pop culture. \\/ Ergo, mon avis #GTS le v\\u00f4tre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Bern\",\"profile_background_color\":\"131516\",\"id_str\":\"15126500\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/278365626\\/261206_10150228562828941_638073940_7198865_6817977_n.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1716046164\\/BURGERKINGISTHEREASONWHYSWITZERLANDWILLALWAYSBEBETTERTHANFRANCE_normal.JPG\",\"name\":\"Iris\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 15 17:51:27 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":15126500,\"utc_offset\":3600,\"favourites_count\":840,\"url\":\"http:\\/\\/www.a-suivre.org\\/usa\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185877625937921,\"created_at\":\"Fri Feb 24 23:21:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2545000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1c07968c-2e01-42b6-b3a2-b4f588c11068-173185877625937921" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": ".@Alvin_Stick C'est encore ce qu'on a trouvé de moins cher pour meubler l'antenne. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1843093214/portrait_normal.jpg" +}, +"title": "Florent: .@Alvin_Stick C'est encore ce qu'on a trouvé de moins cher pour meubler l'antenne. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2545000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\".@Alvin_Stick C'est encore ce qu'on a trouv\\u00e9 de moins cher pour meubler l'antenne. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Alvin_Stick\",\"indices\":[1,13],\"id_str\":\"115834046\",\"name\":\"Alvin Haddad\\u00e8ne\",\"id\":115834046}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot for Chrome\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173185495705206786\",\"id_str\":\"173185877101649920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185495705206786,\"in_reply_to_user_id_str\":\"115834046\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":86,\"screen_name\":\"f_to_k\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":3703,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Paris grande banlieue Est.\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"2FC2EF\",\"followers_count\":124,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843093214\\/portrait_normal.jpg\",\"description\":\"Homme \\u00e0 tout faire (ou presque). Ce que je tiens dans la main est un appareil photo \\u00e0 pellicules. Mes tweets n'engagent que mes 10 doigts, mon cerveau d\\u00e9ment.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"438377094\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843093214\\/portrait_normal.jpg\",\"name\":\"Florent\",\"default_profile_image\":false,\"created_at\":\"Fri Dec 16 14:28:11 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":438377094,\"utc_offset\":null,\"favourites_count\":64,\"url\":null},\"in_reply_to_screen_name\":\"Alvin_Stick\",\"truncated\":false,\"id\":173185877101649920,\"created_at\":\"Fri Feb 24 23:21:45 +0000 2012\",\"in_reply_to_user_id\":115834046}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2545000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e0880a92-ed03-44fd-a83b-de744aaeffa3-173185877101649920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le bleu ça fait social mais il fallait pas choisir le blue screen of the death non plus @legrandwebze #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1348620857/aa_normal.JPG" +}, +"title": "A Warnia de Zarzecki: Le bleu ça fait social mais il fallait pas choisir le blue screen of the death non plus @legrandwebze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2546000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le bleu \\u00e7a fait social mais il fallait pas choisir le blue screen of the death non plus @legrandwebze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[88,101],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[102,106]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185882768150530\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"alexwaza\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"location\":\"St Mand\\u00e9\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"007ede\",\"followers_count\":320,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"description\":\"\\u00c9tudiant en troisi\\u00e8me ann\\u00e9e \\u00e0 @HETIC.\\r\\nJ'erre sur Twitter sans domaine de pr\\u00e9dilection, vous voil\\u00e0 avertis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"201387157\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"profile_sidebar_fill_color\":\"d9d9d9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"name\":\"A Warnia de Zarzecki\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 11 18:53:07 +0000 2010\",\"profile_sidebar_border_color\":\"c7cce0\",\"id\":201387157,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185882768150530,\"created_at\":\"Fri Feb 24 23:21:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2546000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "81eca28f-25cf-4b10-8693-9dcb2dfc42fe-173185882768150530" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @TilltheCat: C'est dégueulasse d'avoir fait durer les Césars juste pour niquer le début de Le Grand Webze #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1454304015/Profil_Papawhatelse_normal.jpg" +}, +"title": "papawhatelse: RT @TilltheCat: C'est dégueulasse d'avoir fait durer les Césars juste pour niquer le début de Le Grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2546000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @TilltheCat: C'est d\\u00e9gueulasse d'avoir fait durer les C\\u00e9sars juste pour niquer le d\\u00e9but de Le Grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"TilltheCat\",\"indices\":[3,14],\"id_str\":\"14923240\",\"name\":\"Till the Cat\",\"id\":14923240}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"C'est d\\u00e9gueulasse d'avoir fait durer les C\\u00e9sars juste pour niquer le d\\u00e9but de Le Grand Webze #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177082183036928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":861,\"screen_name\":\"TilltheCat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13484,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/207397586\\/FOND_pour_twitter_Nouveau2.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":80,\"profile_link_color\":\"0084B4\",\"followers_count\":2485,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1717447265\\/Till_New_AVatar_Twitter_normal.png\",\"description\":\"R\\u00e9dacteur Web (Yahoo, M\\u00f4mes.net, Tigex ...) et \\u00e9leveur de Miniatures de p\\u00e8re en fils. #R\\u00e9dacteurWeb #Pigiste \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"14923240\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/207397586\\/FOND_pour_twitter_Nouveau2.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717447265\\/Till_New_AVatar_Twitter_normal.png\",\"name\":\"Till the Cat\",\"default_profile_image\":false,\"created_at\":\"Tue May 27 17:34:52 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":14923240,\"utc_offset\":-10800,\"favourites_count\":4,\"url\":\"http:\\/\\/www.tillthecat.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177082183036928,\"created_at\":\"Fri Feb 24 22:46:48 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185882336133121\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":153,\"screen_name\":\"papawhatelse\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1972,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":170,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1454304015\\/Profil_Papawhatelse_normal.jpg\",\"description\":\"L'Homme de Maman WhatElse et papa de Mister E. & Little B... \\r\\nJe ne fais rien d'autre que \\u00e7a dans la vie.... nan je d\\u00e9conne!!!\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"323883137\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1454304015\\/Profil_Papawhatelse_normal.jpg\",\"name\":\"papawhatelse\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 25 16:05:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":323883137,\"utc_offset\":null,\"favourites_count\":6,\"url\":\"http:\\/\\/www.mamanwhatelse.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185882336133121,\"created_at\":\"Fri Feb 24 23:21:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2546000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2317e834-fe79-4261-9fc0-70e7817090c1-173185882336133121" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze c'est assez trash à mon gout... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1816129899/bw_normal.JPG" +}, +"title": "Clélia: @LeGrandWebze c'est assez trash à mon gout... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2547000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze c'est assez trash \\u00e0 mon gout... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185886039715841\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":174,\"screen_name\":\"Clelia42\",\"lang\":\"en\",\"profile_text_color\":\"0a703f\",\"statuses_count\":1418,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/310892206\\/P7140056.JPG\",\"location\":\"Home\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"b31d09\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1816129899\\/bw_normal.JPG\",\"description\":\"Whovian, BBCiste , Etudiante, Naturaliste et H\\u00e9licicultrice... \\r\\n42 est la r\\u00e9ponse \\u00e0 la vie, l'univers et le reste!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Nuku'alofa\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"18774075\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/310892206\\/P7140056.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1816129899\\/bw_normal.JPG\",\"name\":\"Cl\\u00e9lia\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 08 18:54:02 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18774075,\"utc_offset\":46800,\"favourites_count\":22,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173185886039715841,\"created_at\":\"Fri Feb 24 23:21:47 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2547000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f7942975-2921-414c-aa6b-262684d1559b-173185886039715841" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est la 1ère fois que je regarde en direct #lgw (d'habitude c'était sur pluzz) et avec le LT du @LeGrandWebze c'est bien plus marrant", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: C'est la 1ère fois que je regarde en direct #lgw (d'habitude c'était sur pluzz) et avec le LT du @LeGrandWebze c'est bien plus marrant", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2548000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est la 1\\u00e8re fois que je regarde en direct #lgw (d'habitude c'\\u00e9tait sur pluzz) et avec le LT du @LeGrandWebze c'est bien plus marrant\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[97,110],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185889248346112\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2720,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185889248346112,\"created_at\":\"Fri Feb 24 23:21:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2548000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4623bb32-e79c-4600-95a5-44c5d9a66ec7-173185889248346112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@vinvin une petite démo de claquettes ? :) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/55630227/Picture_1_normal.png" +}, +"title": "Jimmy BEAUNE: @vinvin une petite démo de claquettes ? :) #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2549000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@vinvin une petite d\\u00e9mo de claquettes ? :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185895372034049\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"jimmy_beaune\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":310,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Poitiers, France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"followers_count\":66,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/55630227\\/Picture_1_normal.png\",\"description\":\"Dev @ Videoagency\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"5899262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/55630227\\/Picture_1_normal.png\",\"name\":\"Jimmy BEAUNE\",\"default_profile_image\":false,\"created_at\":\"Wed May 09 13:29:34 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":5899262,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.facebook.com\\/jimmy.beaune\"},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173185895372034049,\"created_at\":\"Fri Feb 24 23:21:49 +0000 2012\",\"in_reply_to_user_id\":7223522}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2549000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e7ce39f3-72af-4333-9eb9-a5dabe8c4094-173185895372034049" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est bien pourris Hands... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1652615368/Anbastom_normal.jpg" +}, +"title": "Anbastom: C'est bien pourris Hands... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2549000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est bien pourris Hands... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185893316833282\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Anbastom\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":169,\"location\":\"72\",\"profile_text_color\":\"333333\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\",\"description\":\"#TeamLumbago \\/\\/ Un jour j'ai cru que j'etais intelligente mais en fait...NON.\",\"statuses_count\":9006,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"72400860\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Anbastom\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Sep 07 22:34:23 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":72400860,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\"},\"truncated\":false,\"id\":173185893316833282,\"created_at\":\"Fri Feb 24 23:21:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2549000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a9a77082-44f4-4ef2-9897-9d7123a8698d-173185893316833282" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tu sais que t'es un geek quand le Vendredi soir t'es devant Le Grand Webze en suivant le live tweet #lgw et en codant un site en même temps.", +"img": { +"src": "http://a0.twimg.com/profile_images/1840653868/ns_normal.png" +}, +"title": "Christophe Obzilo: Tu sais que t'es un geek quand le Vendredi soir t'es devant Le Grand Webze en suivant le live tweet #lgw et en codant un site en même temps.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2549000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tu sais que t'es un geek quand le Vendredi soir t'es devant Le Grand Webze en suivant le live tweet #lgw et en codant un site en m\\u00eame temps.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[100,104]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185893438455808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":99,\"screen_name\":\"obzilo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1329,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/426046052\\/pattern.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"00aade\",\"followers_count\":103,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850913087\\/Magritte_Black_Background_normal.png\",\"description\":\"\\u00c9tudiant en Communication & Hyperm\\u00e9dia \\/\\/\\r\\nGraphisme | Web | Open source | Ubuntu | Android\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"120293952\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426046052\\/pattern.png\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850913087\\/Magritte_Black_Background_normal.png\",\"name\":\"Christophe Obzilo\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 01:21:49 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":120293952,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185893438455808,\"created_at\":\"Fri Feb 24 23:21:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2549000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d7d1d1f5-d198-4d97-849f-e5abc6dce1d3-173185893438455808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Aucun césar pour Cinéman, je suis deception #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1795179472/Avatars.02_normal.jpg" +}, +"title": "No-Wan Kenobi: Aucun césar pour Cinéman, je suis deception #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2550000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Aucun c\\u00e9sar pour Cin\\u00e9man, je suis deception #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185899050450944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":120,\"screen_name\":\"nowankenobi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":138,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413863640\\/Fonds.01.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":11,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1795179472\\/Avatars.02_normal.jpg\",\"description\":\"En fran\\u00e7ais dans le texte.\\r\\n\\r\\nWith great powder, comes great irresponsibility\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"000000\",\"id_str\":\"478146706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413863640\\/Fonds.01.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1795179472\\/Avatars.02_normal.jpg\",\"name\":\"No-Wan Kenobi\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 29 23:38:22 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":478146706,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185899050450944,\"created_at\":\"Fri Feb 24 23:21:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2550000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cdfadeb3-afcd-41bf-b2ee-a59f9efc9bd6-173185899050450944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ca ressemble à ça http://t.co/cTZRcPom /// #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/529851341/12936_174221227411_538987411_2742267_5156505_n_normal.jpg" +}, +"title": "Renaud Arnaudet: Ca ressemble à ça http://t.co/cTZRcPom /// #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2552000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ca ressemble \\u00e0 \\u00e7a http:\\/\\/t.co\\/cTZRcPom \\/\\/\\/ #lgw\",\"entities\":{\"urls\":[{\"indices\":[18,38],\"display_url\":\"youtube.com\\/watch?v=zvP3FJ\\u2026\",\"expanded_url\":\"http:\\/\\/www.youtube.com\\/watch?v=zvP3FJfPgx8\",\"url\":\"http:\\/\\/t.co\\/cTZRcPom\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185905505480704\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"572E4F\",\"screen_name\":\"baikal\",\"lang\":\"en\",\"favourites_count\":15,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":336,\"location\":\"Paris, France\",\"profile_text_color\":\"FFA588\",\"followers_count\":257,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/529851341\\/12936_174221227411_538987411_2742267_5156505_n_normal.jpg\",\"description\":\"Jeune dipl\\u00f4m\\u00e9 d'un Master Strat\\u00e9gie et Management de la Communication \\u00e0 l'@ICOMTEC . Directeur Artistique Junior chez Marcel\\r\\n\",\"statuses_count\":2375,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/180556664\\/IMG_5897.jpg\",\"show_all_inline_media\":false,\"listed_count\":20,\"profile_link_color\":\"D62957\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"10310492\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Renaud Arnaudet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/180556664\\/IMG_5897.jpg\",\"created_at\":\"Fri Nov 16 17:53:41 +0000 2007\",\"profile_sidebar_fill_color\":\"BF1E62\",\"id\":10310492,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.renaudarnaudet.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/529851341\\/12936_174221227411_538987411_2742267_5156505_n_normal.jpg\"},\"truncated\":false,\"id\":173185905505480704,\"created_at\":\"Fri Feb 24 23:21:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2552000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d20a2ab7-bce5-4218-ae55-ee59301fbb2d-173185905505480704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Nara_Shikamaru4: Je comprends rien à #lgw. Quelqu’un peu m'expliquer le concept ? \nla musique fait mal à la tête.", +"img": { +"src": "http://a1.twimg.com/profile_images/1768245490/llyza-1_normal.png" +}, +"title": "LLyza[at]LesGameuses: RT @Nara_Shikamaru4: Je comprends rien à #lgw. Quelqu’un peu m'expliquer le concept ? \nla musique fait mal à la tête.", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2552000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Nara_Shikamaru4: Je comprends rien \\u00e0 #lgw. Quelqu\\u2019un peu m'expliquer le concept ? \\nla musique fait mal \\u00e0 la t\\u00eate.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Nara_Shikamaru4\",\"indices\":[3,19],\"id_str\":\"74527443\",\"name\":\"Ferhat Dendoune\",\"id\":74527443}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je comprends rien \\u00e0 #lgw. Quelqu\\u2019un peu m'expliquer le concept ? \\nla musique fait mal \\u00e0 la t\\u00eate.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185560935010306\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1993,\"screen_name\":\"Nara_Shikamaru4\",\"lang\":\"en\",\"profile_text_color\":\"542A1D\",\"statuses_count\":7126,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/421171500\\/Zabuza.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"EF3C7D\",\"followers_count\":505,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851376669\\/gifs_zabuza_26_1__normal.gif\",\"description\":\"Que les baltringues de Konoha commencent \\u00e0 chier dans leur froc. On vient pas du m\\u00eame endroit...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"F6E3D9\",\"id_str\":\"74527443\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421171500\\/Zabuza.jpg\",\"profile_sidebar_fill_color\":\"F8C2DC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851376669\\/gifs_zabuza_26_1__normal.gif\",\"name\":\"Ferhat Dendoune\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 15 19:12:53 +0000 2009\",\"profile_sidebar_border_color\":\"C42639\",\"id\":74527443,\"utc_offset\":-10800,\"favourites_count\":4,\"url\":\"https:\\/\\/plus.google.com\\/104684333822937350642\\/about\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185560935010306,\"created_at\":\"Fri Feb 24 23:20:30 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185905039912960\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":347,\"screen_name\":\"llyza\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1700,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/403772490\\/fond-youtube.png\",\"location\":\"R\\u00e9gion Parisienne\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"470099\",\"followers_count\":772,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768245490\\/llyza-1_normal.png\",\"description\":\"\\u2022 Brune \\u00e0 l'ext\\u00e9rieure & Blonde \\u00e0 l'int\\u00e9rieur. Kinder powaa !\\r\\n\\u2022 Je tweet, donc je suis !\\r\\n\\u2022 R\\u00e9dactrice sur www.LesGameuses.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"59715001\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/403772490\\/fond-youtube.png\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768245490\\/llyza-1_normal.png\",\"name\":\"LLyza[at]LesGameuses\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 24 07:00:06 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":59715001,\"utc_offset\":3600,\"favourites_count\":33,\"url\":\"http:\\/\\/llyza.free.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185905039912960,\"created_at\":\"Fri Feb 24 23:21:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2552000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b46047bc-e7dd-402f-be11-f4f13f1d2ab6-173185905039912960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @SFCDT: Ce sont les téléspectateurs ses #Cesars2012 qui ne savent pas qui est F. Rollin #ilreste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @SFCDT: Ce sont les téléspectateurs ses #Cesars2012 qui ne savent pas qui est F. Rollin #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2552000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @SFCDT: Ce sont les t\\u00e9l\\u00e9spectateurs ses #Cesars2012 qui ne savent pas qui est F. Rollin #ilreste #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SFCDT\",\"indices\":[3,9],\"id_str\":\"428381996\",\"name\":\"SF\",\"id\":428381996}],\"urls\":[],\"hashtags\":[{\"text\":\"Cesars2012\",\"indices\":[43,54]},{\"text\":\"ilreste\",\"indices\":[91,99]},{\"text\":\"lgw\",\"indices\":[100,104]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Ce sont les t\\u00e9l\\u00e9spectateurs ses #Cesars2012 qui ne savent pas qui est F. Rollin #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cesars2012\",\"indices\":[32,43]},{\"text\":\"ilreste\",\"indices\":[80,88]},{\"text\":\"lgw\",\"indices\":[89,93]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185551174877184\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"SFCDT\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":980,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"OK, je sors.\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":45,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1754094119\\/arton136_normal.jpg\",\"description\":\"Compte non officiel de SF CDT\\r\\r & j'aime bien les esperluettes Avatar : Mondrian drawing lookalike by angelolaplace.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"EBEBEB\",\"id_str\":\"428381996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1754094119\\/arton136_normal.jpg\",\"name\":\"SF\",\"default_profile_image\":false,\"created_at\":\"Sun Dec 04 17:59:28 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":428381996,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185551174877184,\"created_at\":\"Fri Feb 24 23:20:27 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185908185636865\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185908185636865,\"created_at\":\"Fri Feb 24 23:21:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2552000, +"tags": [ +{ +"id-ref": "ef243180-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7e4f041f-d11a-47d7-9558-faeb83ca0576-173185908185636865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pour les malheureux qui ne conaissent pas françois rollin :) :) :) :) http://t.co/OFeWPZlh #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1143073505/41403_1088720440_8180_q_normal.jpg" +}, +"title": "yann : Pour les malheureux qui ne conaissent pas françois rollin :) :) :) :) http://t.co/OFeWPZlh #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2553000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Pour les malheureux qui ne conaissent pas fran\\u00e7ois rollin :) :) :) :) http:\\/\\/t.co\\/OFeWPZlh #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[71,91],\"expanded_url\":\"http:\\/\\/www.youtube.com\\/watch?v=vYeAUglDM84\",\"display_url\":\"youtube.com\\/watch?v=vYeAUg\\u2026\",\"url\":\"http:\\/\\/t.co\\/OFeWPZlh\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[92,96]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185912694509568\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":114,\"screen_name\":\"yannosh51\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":695,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"location\":\"france\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"384040\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"description\":\"Gamer, retrogamer m\\u00eame et administrateur chez armagame pour le jeu atomic strike.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"165689120\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"name\":\"yann \",\"default_profile_image\":false,\"created_at\":\"Mon Jul 12 08:06:43 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":165689120,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/www.atomic-strike.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185912694509568,\"created_at\":\"Fri Feb 24 23:21:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2553000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1e7f4bb9-37c8-4cf8-b000-68a614593e45-173185912694509568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw La chemise de @Vinvin m'hypnotise.", +"img": { +"src": "http://a2.twimg.com/profile_images/1784579649/image_normal.jpg" +}, +"title": "Audrey Caussyram: #lgw La chemise de @Vinvin m'hypnotise.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2554000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw La chemise de @Vinvin m'hypnotise.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[19,26],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185913785024512\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":20,\"screen_name\":\"CaptainGeeki3\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":153,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1784579649\\/image_normal.jpg\",\"description\":\"Be what you wanna be.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"475030825\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1784579649\\/image_normal.jpg\",\"name\":\"Audrey Caussyram\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 26 16:20:00 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":475030825,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185913785024512,\"created_at\":\"Fri Feb 24 23:21:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2554000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6f2a6e85-9261-4ecf-a06f-42c0ddb8456e-173185913785024512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh une table ? :o #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Oh une table ? :o #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2554000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh une table ? :o #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185915743772676\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185915743772676,\"created_at\":\"Fri Feb 24 23:21:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2554000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8f415f06-dacf-464c-a86d-3495d198ebf6-173185915743772676" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je crois que je n'ai pas assez bu pour regarder correctement #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1629207856/avatar11011_normal.jpg" +}, +"title": "Cyril Oliverio: je crois que je n'ai pas assez bu pour regarder correctement #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2555000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"je crois que je n'ai pas assez bu pour regarder correctement #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185920755974144\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"cylk34\",\"lang\":\"fr\",\"favourites_count\":36,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":423,\"location\":\"paris\",\"profile_text_color\":\"333333\",\"followers_count\":885,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1629207856\\/avatar11011_normal.jpg\",\"description\":\"Petit DA (magazine Zeste). je dis ce que j'ai envie de dire quand j'ai envie de le dire. M\\u00eame que j'ai un blog \",\"statuses_count\":50168,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/139059179\\/Corbeaubis.jpg\",\"show_all_inline_media\":false,\"listed_count\":96,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"109374544\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cyril Oliverio\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/139059179\\/Corbeaubis.jpg\",\"created_at\":\"Thu Jan 28 21:13:38 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":109374544,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/cylklique.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1629207856\\/avatar11011_normal.jpg\"},\"truncated\":false,\"id\":173185920755974144,\"created_at\":\"Fri Feb 24 23:21:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2555000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aeaba7f0-c260-4d8b-9f90-47b3dd187285-173185920755974144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @BoucherieOvalie: J'ai hâte de raconter un jour à mes enfants que j'ai regardé #LGW. Ca va quand même être difficile de leur expliquer.", +"img": { +"src": "http://a0.twimg.com/profile_images/1610578095/P1040680_normal.jpg" +}, +"title": "Vinciane: RT @BoucherieOvalie: J'ai hâte de raconter un jour à mes enfants que j'ai regardé #LGW. Ca va quand même être difficile de leur expliquer.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2556000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @BoucherieOvalie: J'ai h\\u00e2te de raconter un jour \\u00e0 mes enfants que j'ai regard\\u00e9 #LGW. Ca va quand m\\u00eame \\u00eatre difficile de leur expliquer.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BoucherieOvalie\",\"indices\":[3,19],\"id_str\":\"260277866\",\"name\":\"Boucherie Ovalie\",\"id\":260277866}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[82,86]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai h\\u00e2te de raconter un jour \\u00e0 mes enfants que j'ai regard\\u00e9 #LGW. Ca va quand m\\u00eame \\u00eatre difficile de leur expliquer.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184681532063745\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1017,\"screen_name\":\"BoucherieOvalie\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":6704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"location\":\"Derri\\u00e8re toi, c'est affreux\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"2FC2EF\",\"followers_count\":4074,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"description\":\"La vie est trop courte pour comprendre le rugby, alors autant en rigoler.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"260277866\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"name\":\"Boucherie Ovalie\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 03 15:22:13 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":260277866,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/boucherie-ovalie.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184681532063745,\"created_at\":\"Fri Feb 24 23:17:00 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185921934569472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":86,\"screen_name\":\"Vinvindelespace\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":56,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Vosges\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1610578095\\/P1040680_normal.jpg\",\"description\":\"Touriste tendance geek\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"58556075\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1610578095\\/P1040680_normal.jpg\",\"name\":\"Vinciane\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 20 18:56:26 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":58556075,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185921934569472,\"created_at\":\"Fri Feb 24 23:21:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2556000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "33561b40-f239-40df-a818-6d3368e3414b-173185921934569472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je préfère le Hands Commercial de Jon Lajoie. #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1813693284/photo__3__normal.JPG" +}, +"title": "Charly M.: Je préfère le Hands Commercial de Jon Lajoie. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2557000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je pr\\u00e9f\\u00e8re le Hands Commercial de Jon Lajoie. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[46,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185926044979200\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5e69ab\",\"screen_name\":\"SeriousCharly\",\"lang\":\"en\",\"favourites_count\":652,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":200,\"location\":\"Paris\",\"profile_text_color\":\"050303\",\"followers_count\":1946,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"description\":\"Ours parisien de 20 ans, \\u00e9tudiant en \\u00e9cole de commerce \\u00e0 Nantes et lyonnais de coeur. Je r\\u00e2le contre tout et je tweete foot.\",\"statuses_count\":59225,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"show_all_inline_media\":true,\"listed_count\":147,\"profile_link_color\":\"2c30ab\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c2bec2\",\"protected\":false,\"id_str\":\"149298036\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Charly M.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"created_at\":\"Fri May 28 23:10:49 +0000 2010\",\"profile_sidebar_fill_color\":\"dcdded\",\"id\":149298036,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/CharIy\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\"},\"truncated\":false,\"id\":173185926044979200,\"created_at\":\"Fri Feb 24 23:21:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2557000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "65af7cdc-15d9-4d44-8ff2-95440956c8b3-173185926044979200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1848420321/cre_normal.jpg" +}, +"title": "Margot : #cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2559000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"LGW\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185937822588928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":39,\"screen_name\":\"SENSITIVEKID_\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413946733\\/CUTE__72_.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848420321\\/cre_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"452169178\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413946733\\/CUTE__72_.jpg\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848420321\\/cre_normal.jpg\",\"name\":\"Margot \",\"default_profile_image\":false,\"created_at\":\"Sun Jan 01 14:14:06 +0000 2012\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":452169178,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185937822588928,\"created_at\":\"Fri Feb 24 23:21:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2559000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f0a193c0-5396-4d6e-9408-aefb065fa6ca-173185937822588928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "SI #lgw a gagné en spontanéité, en revanche le concept n'a l'air de se résumer que à passer des vidéos du web désormais... Dommage.", +"img": { +"src": "http://a3.twimg.com/profile_images/659833782/avatar-twit_normal.jpg" +}, +"title": "MVCDLM: SI #lgw a gagné en spontanéité, en revanche le concept n'a l'air de se résumer que à passer des vidéos du web désormais... Dommage.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2559000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"SI #lgw a gagn\\u00e9 en spontan\\u00e9it\\u00e9, en revanche le concept n'a l'air de se r\\u00e9sumer que \\u00e0 passer des vid\\u00e9os du web d\\u00e9sormais... Dommage.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[3,7]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185938292355072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":101,\"screen_name\":\"MVCDLM\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4814,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Dans Ton Twit\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"009999\",\"followers_count\":363,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/659833782\\/avatar-twit_normal.jpg\",\"description\":\"Un jour je m'emmerdais.\\nAlors j'ai cr\\u00e9\\u00e9 mon twitter.\\n\\nMais au final je m'emmerde toujours.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"109109238\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/659833782\\/avatar-twit_normal.jpg\",\"name\":\"MVCDLM\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 28 00:41:05 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":109109238,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/maviecestdelamerde.over-blog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185938292355072,\"created_at\":\"Fri Feb 24 23:21:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2559000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "910d8f68-f588-4197-825f-3cb427771144-173185938292355072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La version trash est superbe! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1842064881/image_normal.jpg" +}, +"title": "Pierre Champon: La version trash est superbe! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2560000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La version trash est superbe! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185941727490048\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":778,\"screen_name\":\"pierre_champon\",\"lang\":\"fr\",\"profile_text_color\":\"4f0505\",\"statuses_count\":2299,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/76566393\\/FUSAIN.jpg\",\"location\":\"Quimper France\",\"show_all_inline_media\":false,\"listed_count\":15,\"profile_link_color\":\"0e1652\",\"followers_count\":305,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1842064881\\/image_normal.jpg\",\"description\":\"Je ne conseille pas, je d\\u00e9cide! C'est beaucoup plus courageux et surtout nettement plus lucratif!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3d3030\",\"id_str\":\"80036505\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/76566393\\/FUSAIN.jpg\",\"profile_sidebar_fill_color\":\"616161\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842064881\\/image_normal.jpg\",\"name\":\"Pierre Champon\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 05 14:24:47 +0000 2009\",\"profile_sidebar_border_color\":\"0d0202\",\"id\":80036505,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.champon.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185941727490048,\"created_at\":\"Fri Feb 24 23:22:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2560000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f28bc89-2e52-43c7-8191-5d2562dfb187-173185941727490048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@kzz_ tracks est quand même largement plus barré #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1791807006/M02l8U9H_normal" +}, +"title": "Jean-Baptiste Camus: @kzz_ tracks est quand même largement plus barré #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2560000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@kzz_ tracks est quand m\\u00eame largement plus barr\\u00e9 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kzz_\",\"indices\":[0,5],\"id_str\":\"15801903\",\"name\":\"Yhnn\",\"id\":15801903}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173184225388924928\",\"id_str\":\"173185941702316033\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173184225388924928,\"in_reply_to_user_id_str\":\"15801903\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":293,\"screen_name\":\"monsieurcamus\",\"lang\":\"fr\",\"profile_text_color\":\"0b4d13\",\"statuses_count\":1788,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/185944954\\/novo_blog.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"000300\",\"followers_count\":222,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1791807006\\/M02l8U9H_normal\",\"description\":\"\\u00c9tudiant en Master @ISCOM, #Geek & fl\\u00e2neur digital, Flooder de bonnes aventures en 140 caract\\u00e8res, parfois moins...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"7bd97b\",\"id_str\":\"221094156\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/185944954\\/novo_blog.png\",\"profile_sidebar_fill_color\":\"d1ffda\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1791807006\\/M02l8U9H_normal\",\"name\":\"Jean-Baptiste Camus\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 29 18:36:19 +0000 2010\",\"profile_sidebar_border_color\":\"75ff91\",\"id\":221094156,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/unmecsansblog.tumblr.com\\/\"},\"in_reply_to_screen_name\":\"kzz_\",\"truncated\":false,\"id\":173185941702316033,\"created_at\":\"Fri Feb 24 23:22:00 +0000 2012\",\"in_reply_to_user_id\":15801903}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2560000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a3f36220-01dc-48ad-b70b-1551c3d8b92c-173185941702316033" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1450845967/Claire_Goyat__cgoandco_3_normal.jpg" +}, +"title": "Claire Goyat: RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2562000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @RabaTaJoie: Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"RabaTaJoie\",\"indices\":[3,14],\"id_str\":\"304883768\",\"name\":\"CasseCouilles\",\"id\":304883768}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[78,82]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185028925304833\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":360,\"screen_name\":\"RabaTaJoie\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9009,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"La France de l'exterieur \",\"show_all_inline_media\":true,\"listed_count\":49,\"profile_link_color\":\"009999\",\"followers_count\":660,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"description\":\"Trois personnes peuvent garder un secret, si deux d'entre elles sont mortes. - B. Franklin.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"304883768\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"name\":\"CasseCouilles\",\"default_profile_image\":false,\"created_at\":\"Wed May 25 08:22:01 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":304883768,\"utc_offset\":3600,\"favourites_count\":67,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185028925304833,\"created_at\":\"Fri Feb 24 23:18:23 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185950657163265\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":159,\"screen_name\":\"schrempfette\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":543,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/374142110\\/308326_10150939925510045_108443905044_21713132_252033604_n.jpg\",\"location\":\"Nantes\",\"show_all_inline_media\":true,\"listed_count\":12,\"profile_link_color\":\"b30018\",\"followers_count\":133,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1450845967\\/Claire_Goyat__cgoandco_3_normal.jpg\",\"description\":\"Fondatrice et associ\\u00e9e @cgoandco - Member @BoxEurope - Un petit air d'Edna Mode ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfeff\",\"id_str\":\"111736156\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/374142110\\/308326_10150939925510045_108443905044_21713132_252033604_n.jpg\",\"profile_sidebar_fill_color\":\"e3e5e6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1450845967\\/Claire_Goyat__cgoandco_3_normal.jpg\",\"name\":\"Claire Goyat\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 06 00:17:46 +0000 2010\",\"profile_sidebar_border_color\":\"fafafa\",\"id\":111736156,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/www.cgoandco.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185950657163265,\"created_at\":\"Fri Feb 24 23:22:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2562000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ab7eac7d-0d8b-4ee6-b75d-4ef7a9f69e82-173185950657163265" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche Du coup, il s'est assis... #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @LudoDelaherche Du coup, il s'est assis... #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2562000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LudoDelaherche Du coup, il s'est assis... #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]},{\"text\":\"cqui\",\"indices\":[48,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173185741126504448\",\"id_str\":\"173185947331084288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185741126504448,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34420,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173185947331084288,\"created_at\":\"Fri Feb 24 23:22:02 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2562000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a5fc1728-6bf3-4f25-94b2-598c5eb1e517-173185947331084288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Dans le même genre que Suzanne Cleary & Peter Harding, Découflé avec le p'tit bal perdu de Bourvil, l'instaurateur du genre. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: Dans le même genre que Suzanne Cleary & Peter Harding, Découflé avec le p'tit bal perdu de Bourvil, l'instaurateur du genre. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2563000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Dans le m\\u00eame genre que Suzanne Cleary & Peter Harding, D\\u00e9coufl\\u00e9 avec le p'tit bal perdu de Bourvil, l'instaurateur du genre. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[125,129]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185952989188096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":146,\"screen_name\":\"JoffreyMick\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1028,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"255731473\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"name\":\"Joffrey Mick\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":255731473,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185952989188096,\"created_at\":\"Fri Feb 24 23:22:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2563000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "00312891-e5c5-421b-b2b0-6e19cc603b23-173185952989188096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "si vous avez besoin d'expertise web dans le Grand Webze, contactez-moi. sérieusement... #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1770996562/image_normal.jpg" +}, +"title": "Kayvin Lami: si vous avez besoin d'expertise web dans le Grand Webze, contactez-moi. sérieusement... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2566000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"si vous avez besoin d'expertise web dans le Grand Webze, contactez-moi. s\\u00e9rieusement... #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[88,92]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185966683602945\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"KayvinLami\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":257,\"location\":\"Paris,France\",\"profile_text_color\":\"333333\",\"followers_count\":592,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"description\":\"Je ne changerais pas cette bio tant que Nicolas Sarkozy ne mesurera pas 1m90\",\"statuses_count\":4120,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"dfe0c3\",\"protected\":false,\"id_str\":\"29279584\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Kayvin Lami\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"created_at\":\"Mon Apr 06 20:02:02 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":29279584,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\"},\"truncated\":false,\"id\":173185966683602945,\"created_at\":\"Fri Feb 24 23:22:06 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2566000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4a9a314a-f197-4164-94d7-48347422df27-173185966683602945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Avec le hashtag #IlReste en TT, il ne faudrait pas que les Twittos croient que Sarkozy va rester. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: Avec le hashtag #IlReste en TT, il ne faudrait pas que les Twittos croient que Sarkozy va rester. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2566000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Avec le hashtag #IlReste en TT, il ne faudrait pas que les Twittos croient que Sarkozy va rester. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[16,24]},{\"text\":\"lgw\",\"indices\":[98,102]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185967161749504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":75,\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":989,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"name\":\"Shik-a-Marrant\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_border_color\":\"c0c3c4\",\"id\":57607506,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185967161749504,\"created_at\":\"Fri Feb 24 23:22:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2566000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "801fddee-7ad0-4bf8-b6d8-6e456e369fe7-173185967161749504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze Les animateurs vont refiler la grippe à tout le monde, ou bien? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1752605252/slashunderscore_normal.PNG" +}, +"title": "Gilles Defromerie: @LeGrandWebze Les animateurs vont refiler la grippe à tout le monde, ou bien? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2567000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze Les animateurs vont refiler la grippe \\u00e0 tout le monde, ou bien? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[78,82]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185968248078336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":59,\"screen_name\":\"geldif\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":225,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Devant un \\u00e9cran num\\u00e9rique\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"description\":\"Debugger, Ajusteur d'Octets niveau Certification Binaire, Digital Engineer\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"394186996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"name\":\"Gilles Defromerie\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 19 18:07:56 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":394186996,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173185968248078336,\"created_at\":\"Fri Feb 24 23:22:07 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2567000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f4f1dde7-2993-4f4c-8311-4974fbb3a3b5-173185968248078336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Y a des gens qui font de la musique sur une table, encore mieux que la danse contemporaine à 3h sur Arte #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1778320118/Photo_du_23-01-12___01.14__2_normal.jpg" +}, +"title": "Magali P.: Y a des gens qui font de la musique sur une table, encore mieux que la danse contemporaine à 3h sur Arte #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2568000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Y a des gens qui font de la musique sur une table, encore mieux que la danse contemporaine \\u00e0 3h sur Arte #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[105,109]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185975202234370\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":632,\"screen_name\":\"PrMagali\",\"lang\":\"fr\",\"profile_text_color\":\"969696\",\"statuses_count\":2869,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/428631959\\/tumblr_l9z5ffMZSL1qe11ryo1_500.jpg\",\"location\":\"Strasbourg - Paris\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"bd4e4e\",\"followers_count\":355,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1778320118\\/Photo_du_23-01-12___01.14__2_normal.jpg\",\"description\":\"\\u00c9tudiante pubarde consciencieuse qui n'aime pas porter des lunettes \\/ #Web #Communication #Actu #Pub #Lol & 2nd degr\\u00e9.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"224178853\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428631959\\/tumblr_l9z5ffMZSL1qe11ryo1_500.jpg\",\"profile_sidebar_fill_color\":\"0a0a0a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1778320118\\/Photo_du_23-01-12___01.14__2_normal.jpg\",\"name\":\"Magali P.\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 08 10:22:52 +0000 2010\",\"profile_sidebar_border_color\":\"383b36\",\"id\":224178853,\"utc_offset\":-10800,\"favourites_count\":9,\"url\":\"http:\\/\\/quid-deceat.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185975202234370,\"created_at\":\"Fri Feb 24 23:22:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2568000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "058f5d17-fe20-4085-94c3-1ad835cbfb18-173185975202234370" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Excellent on entend rire @pascalmabille sur le plateau !!", +"img": { +"src": "http://a0.twimg.com/profile_images/1586773193/logo_miz_normal.png" +}, +"title": "Romain: #lgw Excellent on entend rire @pascalmabille sur le plateau !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2570000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Excellent on entend rire @pascalmabille sur le plateau !!\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[30,44],\"name\":\"Pascal Mabille\",\"id_str\":\"1367131\",\"id\":1367131}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185983104294912\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"Romain_B1\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":71,\"location\":\"\",\"profile_text_color\":\"3C3940\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1586773193\\/logo_miz_normal.png\",\"description\":\"\",\"statuses_count\":1538,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"101308399\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Romain\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"created_at\":\"Sat Jan 02 20:40:14 +0000 2010\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":101308399,\"follow_request_sent\":null,\"utc_offset\":-36000,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1586773193\\/logo_miz_normal.png\"},\"truncated\":false,\"id\":173185983104294912,\"created_at\":\"Fri Feb 24 23:22:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2570000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c580b019-6f4d-4977-8ef5-b17b23dff441-173185983104294912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je comprends absolument rien #lgw #cqui", +"img": { +"src": "http://a1.twimg.com/profile_images/1601437879/avatar_sonic_normal.jpg" +}, +"title": "Jenni: Je comprends absolument rien #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2572000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je comprends absolument rien #lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]},{\"text\":\"cqui\",\"indices\":[34,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185991178326016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":112,\"screen_name\":\"jicmajane\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":1815,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0099B9\",\"followers_count\":307,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1601437879\\/avatar_sonic_normal.jpg\",\"description\":\"R\\u00e9dactrice VieDeGeek.fr et animatrice BarGaming\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"39099498\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1601437879\\/avatar_sonic_normal.jpg\",\"name\":\"Jenni\",\"default_profile_image\":false,\"created_at\":\"Sun May 10 19:46:10 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":39099498,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.viedegeek.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185991178326016,\"created_at\":\"Fri Feb 24 23:22:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2572000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b535ff26-2742-4648-b47e-d4df88b77a12-173185991178326016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Je préfère vraiment la deuxième version !", +"img": { +"src": "http://a1.twimg.com/profile_images/1742037988/me_normal.jpg" +}, +"title": "Siddhārtha Gautama: #lgw Je préfère vraiment la deuxième version !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2572000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Je pr\\u00e9f\\u00e8re vraiment la deuxi\\u00e8me version !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185991782313984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":112,\"screen_name\":\"Manubaliste\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":558,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1742037988\\/me_normal.jpg\",\"description\":\"J'ai d\\u00e9cid\\u00e9 de vivre \\u00e9ternellement, pour l'instant \\u00e7a marche... #Rouen #Peinture #R\\u00eaves\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"398308919\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1742037988\\/me_normal.jpg\",\"name\":\"Siddh\\u0101rtha Gautama\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 25 21:42:34 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":398308919,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185991782313984,\"created_at\":\"Fri Feb 24 23:22:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2572000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "52c00de7-7bbe-4c68-aad4-8042782b9660-173185991782313984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il n'aime pas #lgw RT @AlexHervaud: ma réaction après les dernières vidéos diffusées sur #lgw http://t.co/Nn6IB7nG", +"img": { +"src": "http://a1.twimg.com/profile_images/1522186720/Laurent-Gloaguen-G00_normal.jpg" +}, +"title": "Laurent Gloaguen: Il n'aime pas #lgw RT @AlexHervaud: ma réaction après les dernières vidéos diffusées sur #lgw http://t.co/Nn6IB7nG", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2574000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il n'aime pas #lgw RT @AlexHervaud: ma r\\u00e9action apr\\u00e8s les derni\\u00e8res vid\\u00e9os diffus\\u00e9es sur #lgw http:\\/\\/t.co\\/Nn6IB7nG\",\"entities\":{\"urls\":[{\"indices\":[94,114],\"display_url\":\"bit.ly\\/w9Mswy\",\"expanded_url\":\"http:\\/\\/bit.ly\\/w9Mswy\",\"url\":\"http:\\/\\/t.co\\/Nn6IB7nG\"}],\"user_mentions\":[{\"screen_name\":\"AlexHervaud\",\"indices\":[22,34],\"name\":\"Alexandre Hervaud\",\"id_str\":\"14321981\",\"id\":14321981}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"lgw\",\"indices\":[89,93]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185998858108928\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"7a7768\",\"screen_name\":\"embruns\",\"lang\":\"en\",\"favourites_count\":29,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":563,\"location\":\"Montr\\u00e9al, Qc, Canada\",\"profile_text_color\":\"333333\",\"followers_count\":4826,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"statuses_count\":21944,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Laurent Gloaguen\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_fill_color\":\"8c887c\",\"id\":6241412,\"follow_request_sent\":null,\"utc_offset\":-18000,\"url\":\"http:\\/\\/embruns.net\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\"},\"truncated\":false,\"id\":173185998858108928,\"created_at\":\"Fri Feb 24 23:22:14 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2574000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cc74d078-ce80-4e46-bee3-487035c4b220-173185998858108928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Poupimali @LudoDelaherche veste noire à coudières azue #cqui #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: @Poupimali @LudoDelaherche veste noire à coudières azue #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2576000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Poupimali @LudoDelaherche veste noire \\u00e0 coudi\\u00e8res azue #cqui #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Poupimali\",\"indices\":[0,10],\"id_str\":\"82614873\",\"name\":\"Poupimali\",\"id\":82614873},{\"screen_name\":\"LudoDelaherche\",\"indices\":[11,26],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[56,61]},{\"text\":\"lgw\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173185619181309954\",\"id_str\":\"173186007976521728\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185619181309954,\"in_reply_to_user_id_str\":\"82614873\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3887,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":518,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":\"Poupimali\",\"truncated\":false,\"id\":173186007976521728,\"created_at\":\"Fri Feb 24 23:22:16 +0000 2012\",\"in_reply_to_user_id\":82614873}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2576000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62cb07a4-5934-4870-96f0-9feba7a87c36-173186007976521728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste oeuf corse ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1841672766/18052011_002_twt_normal.jpg" +}, +"title": "Pascal R : #ilreste oeuf corse ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2577000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste oeuf corse ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186012409901056\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":186,\"screen_name\":\"PTwicard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1290,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"location\":\"terre, syst solaire, v. lact\\u00e9e\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099CC\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1841672766\\/18052011_002_twt_normal.jpg\",\"description\":\"Retweeteur compulsif ?\\r\\nVoici mon fil Twitter officiel et si c'est \\u00e9crit c'est que \\u00e7a doit \\u00eatre vrai.\\r\\nFan des Nuls. Et de Coluche ! Metooer too, des fois.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"448753241\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841672766\\/18052011_002_twt_normal.jpg\",\"name\":\"Pascal R \",\"default_profile_image\":false,\"created_at\":\"Wed Dec 28 10:07:55 +0000 2011\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":448753241,\"utc_offset\":3600,\"favourites_count\":87,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186012409901056,\"created_at\":\"Fri Feb 24 23:22:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2577000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c86156dc-4bf3-4e25-b98c-82605d75606d-173186012409901056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Renonçant à comprendre le concept de #lgw et soupçonnant un foutage de gueule intégral avec l'argent de ma redevance : zappp!", +"img": { +"src": "http://a1.twimg.com/profile_images/1835468356/brp2-1-1_normal.jpg" +}, +"title": "Bruno Roger-Petit: Renonçant à comprendre le concept de #lgw et soupçonnant un foutage de gueule intégral avec l'argent de ma redevance : zappp!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2578000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Renon\\u00e7ant \\u00e0 comprendre le concept de #lgw et soup\\u00e7onnant un foutage de gueule int\\u00e9gral avec l'argent de ma redevance : zappp!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186015060705280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"screen_name\":\"B_Roger_Petit\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13851,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":245,\"profile_link_color\":\"0084B4\",\"followers_count\":6588,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"description\":\"En \\u00e9tat de Grace... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"48949826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"name\":\"Bruno Roger-Petit\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 20 07:03:26 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":48949826,\"utc_offset\":-10800,\"favourites_count\":19,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/brunorogerpetit\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186015060705280,\"created_at\":\"Fri Feb 24 23:22:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2578000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3a9fe18c-3ca6-40b9-8400-be03651a50af-173186015060705280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ceci dit #lgw s'ameliore d'émission en émission. Ça change des #cesars2012.", +"img": { +"src": "http://a0.twimg.com/profile_images/1817776486/SmokeQR_copie_normal.jpg" +}, +"title": "RuaLten: Ceci dit #lgw s'ameliore d'émission en émission. Ça change des #cesars2012.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2578000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ceci dit #lgw s'ameliore d'\\u00e9mission en \\u00e9mission. \\u00c7a change des #cesars2012.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]},{\"text\":\"cesars2012\",\"indices\":[63,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186015035535360\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":501,\"screen_name\":\"RuaLten\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":1430,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"location\":\"Dans les champs de Bl\\u00e9...\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"828561\",\"followers_count\":186,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"description\":\"Un peu partout et nulle part \\u00e0 la fois... Buveur de bi\\u00e8re belge et d'Irish Whiskey. R\\u00e2leur professionnel... \\u2620\\u2620\\u2620\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"359827989\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"profile_sidebar_fill_color\":\"62a635\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"name\":\"RuaLten\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 22 07:12:46 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":359827989,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/rualten.perso.sfr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186015035535360,\"created_at\":\"Fri Feb 24 23:22:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2578000, +"tags": [ +{ +"id-ref": "ef243180-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1dc38aa9-457d-4cd3-9dc8-3998d649bdcc-173186015035535360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #lgw #iReste !", +"img": { +"src": "http://a0.twimg.com/profile_images/1838207664/image_normal.jpg" +}, +"title": "Sanchez Théo: @LeGrandWebze #lgw #iReste !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2579000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze #lgw #iReste !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"iReste\",\"indices\":[19,26]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186019464712192\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"sanchez_theo\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":62,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":145,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"374697529\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Sanchez Th\\u00e9o\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"created_at\":\"Fri Sep 16 19:34:01 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":374697529,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\"},\"truncated\":false,\"id\":173186019464712192,\"created_at\":\"Fri Feb 24 23:22:19 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2579000, +"tags": [ +{ +"id-ref": "efbbbfaa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b85078c4-9d01-4e0e-82f7-1e59d5723806-173186019464712192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ça y est, ils sont en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. Mémé, si tu m'entends : JE TE BISE !!!", +"img": { +"src": "http://a3.twimg.com/profile_images/1650056809/pandadanssonbain_normal.JPG" +}, +"title": "justice pandine: Ça y est, ils sont en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. Mémé, si tu m'entends : JE TE BISE !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2580000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00c7a y est, ils sont en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. M\\u00e9m\\u00e9, si tu m'entends : JE TE BISE !!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[56,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186022623023104\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1340,\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"profile_text_color\":\"1a0e1a\",\"statuses_count\":28276,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"location\":\"Bambouseraie\",\"show_all_inline_media\":false,\"listed_count\":193,\"profile_link_color\":\"9058d1\",\"followers_count\":2570,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"profile_sidebar_fill_color\":\"f5fafa\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"name\":\"justice pandine\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_border_color\":\"adffef\",\"id\":177984098,\"utc_offset\":3600,\"favourites_count\":1862,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186022623023104,\"created_at\":\"Fri Feb 24 23:22:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2580000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "011885b0-330c-434d-a73f-61f07a8a3ab7-173186022623023104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'académie des neufs? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: L'académie des neufs? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2580000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"L'acad\\u00e9mie des neufs? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186025605173248\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f2b87e\",\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":251,\"location\":\"Nantes\\/Cholet\",\"profile_text_color\":\"333333\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"statuses_count\":6516,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Magalie Baudry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_fill_color\":\"f7a64a\",\"id\":172314328,\"follow_request_sent\":null,\"utc_offset\":-7200,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\"},\"truncated\":false,\"id\":173186025605173248,\"created_at\":\"Fri Feb 24 23:22:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2580000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e76eb73b-c9db-42c1-b94f-a70991f39cbb-173186025605173248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste #oupas le défi mais sans la chemise!", +"img": { +"src": "http://a2.twimg.com/profile_images/578949538/6611_137621203372_560673372_3231878_5032042_n_normal.jpg" +}, +"title": "mikiane: #lgw #ilreste #oupas le défi mais sans la chemise!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2580000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste #oupas le d\\u00e9fi mais sans la chemise!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]},{\"text\":\"oupas\",\"indices\":[14,20]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.362631,48.87296]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186026163015680\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.87296,2.362631]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":4607,\"screen_name\":\"mikiane\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":8662,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/30288548\\/fond.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":860,\"profile_link_color\":\"000dc9\",\"followers_count\":29881,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/578949538\\/6611_137621203372_560673372_3231878_5032042_n_normal.jpg\",\"description\":\"Joshfire CEO & Owner.\\r\\nUse to be the Digital Director of France24. Rue89 Cofounder. TEDxParis Curator since 2009 #internetofthings #marktech #innovation #media\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"ffffff\",\"id_str\":\"6574682\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/30288548\\/fond.jpg\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/578949538\\/6611_137621203372_560673372_3231878_5032042_n_normal.jpg\",\"name\":\"mikiane\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 04 17:00:30 +0000 2007\",\"profile_sidebar_border_color\":\"d4d4d4\",\"id\":6574682,\"utc_offset\":-7200,\"favourites_count\":23,\"url\":\"http:\\/\\/mikiane.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186026163015680,\"created_at\":\"Fri Feb 24 23:22:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2580000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efcc06d0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "79ed9666-6130-4cf4-91b2-fd3917971bad-173186026163015680" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Nara_Shikamaru4 le concept, c'est que les médias sont mêlés, et le web est associé, comme lorsqu'on tweete pour commenter #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: @Nara_Shikamaru4 le concept, c'est que les médias sont mêlés, et le web est associé, comme lorsqu'on tweete pour commenter #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2582000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Nara_Shikamaru4 le concept, c'est que les m\\u00e9dias sont m\\u00eal\\u00e9s, et le web est associ\\u00e9, comme lorsqu'on tweete pour commenter #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Nara_Shikamaru4\",\"indices\":[0,16],\"id_str\":\"74527443\",\"name\":\"Ferhat Dendoune\",\"id\":74527443}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[123,127]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173185560935010306\",\"id_str\":\"173186033813422081\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185560935010306,\"in_reply_to_user_id_str\":\"74527443\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":545,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"name\":\"Jean-Louis Coste\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":244454441,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"Nara_Shikamaru4\",\"truncated\":false,\"id\":173186033813422081,\"created_at\":\"Fri Feb 24 23:22:22 +0000 2012\",\"in_reply_to_user_id\":74527443}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2582000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6c493ab2-8270-4919-964b-7a730c7e9d5c-173186033813422081" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Soirée malaise #confessionduvendredi", +"img": { +"src": "http://a2.twimg.com/profile_images/1685061192/Photo_du_10-12-11___15.18_normal.jpg" +}, +"title": "DelloyeCoiteux: #lgw Soirée malaise #confessionduvendredi", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2583000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"#lgw Soir\\u00e9e malaise #confessionduvendredi\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"confessionduvendredi\",\"indices\":[20,41]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186037726715906\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"DelloyeCoiteux\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":276,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"description\":\"Design, Architecture, Photographie, Web et autres petites curiosit\\u00e9s\",\"statuses_count\":2104,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":89,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"433388967\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"DelloyeCoiteux\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Dec 10 14:14:07 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":433388967,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173186037726715906,\"created_at\":\"Fri Feb 24 23:22:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2583000, +"tags": [ +{ +"id-ref": "f00f9b20-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "566b99c2-5aba-46df-acf4-c8185a839097-173186037726715906" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@MisterMcFlee T'as été puni? Ils t'ont mis tout seul dans un coin! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1807147455/One_normal.jpg" +}, +"title": "Emilie : @MisterMcFlee T'as été puni? Ils t'ont mis tout seul dans un coin! #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2584000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@MisterMcFlee T'as \\u00e9t\\u00e9 puni? Ils t'ont mis tout seul dans un coin! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MisterMcFlee\",\"indices\":[0,13],\"id_str\":\"60043161\",\"name\":\"Mister Mc Flee\",\"id\":60043161}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[67,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186041438683136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"60043161\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":390,\"screen_name\":\"Be_emy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":14880,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Paris - Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":48,\"profile_link_color\":\"990000\",\"followers_count\":882,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1807147455\\/One_normal.jpg\",\"description\":\"Aka la fille aux petitliens. Dedans c'est m\\u00e9lang\\u00e9 Art\\/Graphisme \\/Packaging\\/Photo\\/Design\\/Archi\\/Zic. Dit aussi beaucoup de b\\u00eatises et \\u00e9ternue toujours 2 fois.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"EBEBEB\",\"id_str\":\"205247500\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1807147455\\/One_normal.jpg\",\"name\":\"Emilie \",\"default_profile_image\":false,\"created_at\":\"Wed Oct 20 13:00:38 +0000 2010\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":205247500,\"utc_offset\":null,\"favourites_count\":26,\"url\":null},\"in_reply_to_screen_name\":\"MisterMcFlee\",\"truncated\":false,\"id\":173186041438683136,\"created_at\":\"Fri Feb 24 23:22:24 +0000 2012\",\"in_reply_to_user_id\":60043161}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2584000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "50ff8fcc-aa69-41c4-a1bd-f6c018b35955-173186041438683136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Excellent le générique #DesChiffresEtDesLettres! #LGW!", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Excellent le générique #DesChiffresEtDesLettres! #LGW!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2586000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Excellent le g\\u00e9n\\u00e9rique #DesChiffresEtDesLettres! #LGW!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"DesChiffresEtDesLettres\",\"indices\":[23,47]},{\"text\":\"LGW\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186048275394560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4894,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186048275394560,\"created_at\":\"Fri Feb 24 23:22:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2586000, +"tags": [ +{ +"id-ref": "f00fd572-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8ea54e17-9d1c-431f-a5eb-d8c093c9273d-173186048275394560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw consonne, voyelle, consonne, voyelle, les cons sont bons", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw consonne, voyelle, consonne, voyelle, les cons sont bons", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2587000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw consonne, voyelle, consonne, voyelle, les cons sont bons\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186053073670144\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186053073670144,\"created_at\":\"Fri Feb 24 23:22:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2587000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fab1f809-8483-4c31-a0d9-93a25c06cdb2-173186053073670144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh la musique des chiffres et des lettres :D #lgw cc @azerty774", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Oh la musique des chiffres et des lettres :D #lgw cc @azerty774", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2587000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh la musique des chiffres et des lettres :D #lgw cc @azerty774\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"azerty774\",\"indices\":[53,63],\"id_str\":\"51746886\",\"name\":\"Bastien L.\",\"id\":51746886}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186053899952128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186053899952128,\"created_at\":\"Fri Feb 24 23:22:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2587000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "525155d6-2eb3-444f-b6ed-d13a19409502-173186053899952128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw - WTF Du soir", +"img": { +"src": "http://a2.twimg.com/profile_images/1401793481/image_normal.jpg" +}, +"title": "ossoro cecilia: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw - WTF Du soir", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2589000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw - WTF Du soir\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"place_type\":\"city\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.40828848,48.84880788]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186063748177920\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.84880788,2.40828848]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":511,\"screen_name\":\"CeciliaOssoro\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":3483,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/217475680\\/tumblr_ldh5glCEV41qerbgeo1_500.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"followers_count\":430,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1401793481\\/image_normal.jpg\",\"description\":\"Fashion Good Music Addict - French - Chef de Projet Digital Cond\\u00e9 Nast (Vogue, GQ, Glamour) - Love HipHop Soul Music - \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"19884471\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/217475680\\/tumblr_ldh5glCEV41qerbgeo1_500.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1401793481\\/image_normal.jpg\",\"name\":\"ossoro cecilia\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 02 00:05:57 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":19884471,\"utc_offset\":-10800,\"favourites_count\":37,\"url\":\"http:\\/\\/flavors.me\\/ceciliaossoro\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186063748177920,\"created_at\":\"Fri Feb 24 23:22:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2589000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7f444390-b44e-4eaf-9c3f-9f52f1fb1117-173186063748177920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tiens ils ont déménagés #LGW et bravo pour la perf ;)", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: Tiens ils ont déménagés #LGW et bravo pour la perf ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2590000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tiens ils ont d\\u00e9m\\u00e9nag\\u00e9s #LGW et bravo pour la perf ;)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186067502088192\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186067502088192,\"created_at\":\"Fri Feb 24 23:22:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2590000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5c19318f-849e-4f02-89b3-d3ec89eb342d-173186067502088192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1812628955/image_normal.jpg" +}, +"title": "Laurent E.B.: RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2590000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @RabaTaJoie: Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"RabaTaJoie\",\"indices\":[3,14],\"name\":\"CasseCouilles\",\"id_str\":\"304883768\",\"id\":304883768}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[78,82]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[62,66]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185028925304833\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"RabaTaJoie\",\"lang\":\"fr\",\"favourites_count\":67,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":360,\"location\":\"La France de l'exterieur \",\"profile_text_color\":\"333333\",\"followers_count\":660,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"description\":\"Trois personnes peuvent garder un secret, si deux d'entre elles sont mortes. - B. Franklin.\",\"statuses_count\":9009,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":49,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"304883768\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"CasseCouilles\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed May 25 08:22:01 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":304883768,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\"},\"truncated\":false,\"id\":173185028925304833,\"created_at\":\"Fri Feb 24 23:18:23 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186067699220480\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"L_E_Ba\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":582,\"location\":\"Paris\",\"profile_text_color\":\"666666\",\"followers_count\":327,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1812628955\\/image_normal.jpg\",\"description\":\"Reader In House Lawyer Chocolate eater \",\"statuses_count\":16125,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/122770589\\/Paolo.jpg\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"29408771\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Laurent E.B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/122770589\\/Paolo.jpg\",\"created_at\":\"Tue Apr 07 08:04:35 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":29408771,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1812628955\\/image_normal.jpg\"},\"truncated\":false,\"id\":173186067699220480,\"created_at\":\"Fri Feb 24 23:22:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2590000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "61f8b91c-de1a-4af9-a22c-e1367ce0fe8e-173186067699220480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Cqui @francoisrollin ?... L'inventeur de l'humour, tas d'cons #LaBoiteACoucou", +"img": { +"src": "http://a1.twimg.com/profile_images/1683439580/IMG00016-20111107-1743_normal.jpg" +}, +"title": "Wilfried DIGUET: #LGW Cqui @francoisrollin ?... L'inventeur de l'humour, tas d'cons #LaBoiteACoucou", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2591000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Cqui @francoisrollin ?... L'inventeur de l'humour, tas d'cons #LaBoiteACoucou\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[10,25],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"LaBoiteACoucou\",\"indices\":[68,83]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186068387069952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":60,\"screen_name\":\"WilfriedDiguet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Rouen\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1683439580\\/IMG00016-20111107-1743_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"358129074\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683439580\\/IMG00016-20111107-1743_normal.jpg\",\"name\":\"Wilfried DIGUET\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 19 12:34:44 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":358129074,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186068387069952,\"created_at\":\"Fri Feb 24 23:22:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2591000, +"tags": [ +{ +"id-ref": "f01073b0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "068e7ff4-1796-4add-aece-c4d28b7e4841-173186068387069952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Not my internet", +"img": { +"src": "http://a3.twimg.com/profile_images/1824854315/3615pbs_normal.jpg" +}, +"title": "P. Bourdin-Sauviac: #LGW Not my internet", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2591000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"#LGW Not my internet\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186071696392192\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ebf0ff\",\"screen_name\":\"3615pbs\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":497,\"location\":\"Paris, France\",\"profile_text_color\":\"062d57\",\"description\":\"Je suis nomm\\u00e9 Pierre. Animateur, journaliste, auteur, ex-r\\u00e9al du zap de Direct 8 et awesome talent @ Marzab Productions. Et lumi\\u00e8re divine sur 3615pbs.com. \\u0ca0_\\u0ca0\",\"statuses_count\":29701,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"0513ad\",\"followers_count\":2828,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"133024198\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"P. Bourdin-Sauviac\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"created_at\":\"Wed Apr 14 20:34:18 +0000 2010\",\"profile_sidebar_fill_color\":\"c0c4e0\",\"id\":133024198,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.3615pbs.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173186071696392192,\"created_at\":\"Fri Feb 24 23:22:31 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2591000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "887d1693-21e0-4946-95bc-a1b596a91bbd-173186071696392192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pas mal le coup de Vinvin et Rollin qui refont les claquettes de main ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: Pas mal le coup de Vinvin et Rollin qui refont les claquettes de main ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2592000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pas mal le coup de Vinvin et Rollin qui refont les claquettes de main ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186074372349952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2720,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186074372349952,\"created_at\":\"Fri Feb 24 23:22:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2592000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "82f58abb-fb70-4ae3-b9b3-f34fc57a93ac-173186074372349952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "jeux de mains, jeux de Vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1115735941/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png" +}, +"title": "Christophe Ponsolle: jeux de mains, jeux de Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2592000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"jeux de mains, jeux de Vinvin #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186073093079040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":364,\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"profile_text_color\":\"999393\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"name\":\"Christophe Ponsolle\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":25338852,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186073093079040,\"created_at\":\"Fri Feb 24 23:22:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2592000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "49644f2d-866e-4f4f-beb8-38a039685d93-173186073093079040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw .... Mais oui au fait #cQui ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1698606962/388646_10150434641314433_548489432_8213591_526920766_n_normal.jpg" +}, +"title": "Charline GRIS: #lgw .... Mais oui au fait #cQui ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2595000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw .... Mais oui au fait #cQui ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cQui\",\"indices\":[27,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186086368059392\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":61,\"screen_name\":\"CharlineGRIS\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":14,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/191533117\\/280_-_Copie.JPG\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"fa0598\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1698606962\\/388646_10150434641314433_548489432_8213591_526920766_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"bfeeff\",\"id_str\":\"24173317\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/191533117\\/280_-_Copie.JPG\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1698606962\\/388646_10150434641314433_548489432_8213591_526920766_n_normal.jpg\",\"name\":\"Charline GRIS\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 13 13:53:10 +0000 2009\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":24173317,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/aquanael\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186086368059392,\"created_at\":\"Fri Feb 24 23:22:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2595000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6995867c-84fe-49da-91a6-24748d1ee376-173186086368059392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La musique des chiffres et des lettres ! Ahah ! Ils m'ont tuée. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: La musique des chiffres et des lettres ! Ahah ! Ils m'ont tuée. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2595000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La musique des chiffres et des lettres ! Ahah ! Ils m'ont tu\\u00e9e. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[64,68]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"place_type\":\"city\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186088733650945\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15001,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186088733650945,\"created_at\":\"Fri Feb 24 23:22:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2595000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9318fe48-908f-4a8c-a735-5b55a2ffabbe-173186088733650945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Lgw déjà avec ta chemise, tu fais un buzz", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "TAC minecraft: #Lgw déjà avec ta chemise, tu fais un buzz", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2595000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#Lgw d\\u00e9j\\u00e0 avec ta chemise, tu fais un buzz\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186086699401216\",\"user\":{\"default_profile_image\":true,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"TAC_minecraft\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":8,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"statuses_count\":2,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"422955189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"TAC minecraft\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Nov 27 22:10:16 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":422955189,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\"},\"truncated\":false,\"id\":173186086699401216,\"created_at\":\"Fri Feb 24 23:22:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2595000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7cfcca75-ed45-4ab5-93ac-6db1e4631b2c-173186086699401216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Enchaîner #cesar2012 puis #lgw c'est un peu la soirée loose.", +"img": { +"src": "http://a0.twimg.com/profile_images/1388491934/29077327_45881_normal.jpg" +}, +"title": "David P: Enchaîner #cesar2012 puis #lgw c'est un peu la soirée loose.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2596000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Encha\\u00eener #cesar2012 puis #lgw c'est un peu la soir\\u00e9e loose.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cesar2012\",\"indices\":[10,20]},{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186090289737730\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":832,\"screen_name\":\"Viadd\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6613,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/35062020\\/CIMG6189.JPG\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":28,\"profile_link_color\":\"0084B4\",\"followers_count\":563,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1388491934\\/29077327_45881_normal.jpg\",\"description\":\"Pas journaliste, pas blogueur, mais \\u00e0 l'aff\\u00fbt\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0abeff\",\"id_str\":\"29077327\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/35062020\\/CIMG6189.JPG\",\"profile_sidebar_fill_color\":\"d9eaf2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1388491934\\/29077327_45881_normal.jpg\",\"name\":\"David P\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:02:16 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":29077327,\"utc_offset\":3600,\"favourites_count\":13,\"url\":\"http:\\/\\/www.vodkaster.com\\/viadd\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186090289737730,\"created_at\":\"Fri Feb 24 23:22:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2596000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9c7085a2-613d-4791-86b2-12c84928f877-173186090289737730" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @KlaireFr ressemble vraiment a son avatar ! #troll", +"img": { +"src": "http://a3.twimg.com/profile_images/1784933236/matt-smith_normal.jpg" +}, +"title": "Mohamed: #lgw @KlaireFr ressemble vraiment a son avatar ! #troll", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2597000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @KlaireFr ressemble vraiment a son avatar ! #troll\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[5,14],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"troll\",\"indices\":[49,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186093808758785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":167,\"screen_name\":\"MOHA59600\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9875,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":199,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1784933236\\/matt-smith_normal.jpg\",\"description\":\"Fan de cin\\u00e9ma, de football, g\\u00e9nie autoproclam\\u00e9. A un avis sur tout et sait tout mieux que tout le monde! Adepte du second degr\\u00e9!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"3dc1db\",\"id_str\":\"115394419\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1784933236\\/matt-smith_normal.jpg\",\"name\":\"Mohamed\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 18 14:33:14 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":115394419,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/moha59600.football.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186093808758785,\"created_at\":\"Fri Feb 24 23:22:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2597000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0114b96-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f85807ca-cd62-4ddb-a2ba-9d01fddd0b76-173186093808758785" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste mais c'est choquant vos chaises rouges #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1801584941/image_normal.jpg" +}, +"title": "Nicolas LE SAINT: #IlReste mais c'est choquant vos chaises rouges #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2598000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#IlReste mais c'est choquant vos chaises rouges #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[48,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186098523156480\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"nicolaslesaint\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":24,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801584941\\/image_normal.jpg\",\"description\":null,\"statuses_count\":62,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"404016609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Nicolas LE SAINT\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Nov 03 10:00:21 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":404016609,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801584941\\/image_normal.jpg\"},\"truncated\":false,\"id\":173186098523156480,\"created_at\":\"Fri Feb 24 23:22:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2598000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ff595d44-3a24-493a-9582-576dbb936ed6-173186098523156480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @solferishow: Aaahhhhhh @Tweets2Comptoir sur #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1799488206/image_normal.jpg" +}, +"title": "Sébastien Périer: RT @solferishow: Aaahhhhhh @Tweets2Comptoir sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2598000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @solferishow: Aaahhhhhh @Tweets2Comptoir sur #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"solferishow\",\"indices\":[3,15],\"name\":\"Solferishow\",\"id_str\":\"232221031\",\"id\":232221031},{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[27,43],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Aaahhhhhh @Tweets2Comptoir sur #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[10,26],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182362451066881\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1144,\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"profile_text_color\":\"333333\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"statuses_count\":13622,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Solferishow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":232221031,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.solferishow.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\"},\"truncated\":false,\"id\":173182362451066881,\"created_at\":\"Fri Feb 24 23:07:47 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186100658061313\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Yenaphe\",\"lang\":\"en\",\"favourites_count\":14,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":495,\"location\":\"Probablement\",\"profile_text_color\":\"333333\",\"followers_count\":1013,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1799488206\\/image_normal.jpg\",\"description\":\"Je ressemble \\u00e0 \\u00e7a, sauf quand \\u00e7a ne me ressemble pas.\",\"statuses_count\":5658,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/407607082\\/bg.jpg\",\"show_all_inline_media\":false,\"listed_count\":65,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"f2f2f2\",\"protected\":false,\"id_str\":\"30481941\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"S\\u00e9bastien P\\u00e9rier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/407607082\\/bg.jpg\",\"created_at\":\"Sat Apr 11 17:09:55 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":30481941,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.politikaillera.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799488206\\/image_normal.jpg\"},\"truncated\":false,\"id\":173186100658061313,\"created_at\":\"Fri Feb 24 23:22:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2598000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "144a5097-a558-42e6-a246-28c28ae5d8fa-173186100658061313" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et @Vinvin #cQui ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1827173511/diejet_normal.jpg" +}, +"title": "vavodal: Et @Vinvin #cQui ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2599000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et @Vinvin #cQui ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[3,10],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[11,16]},{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186106102251521\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":576,\"screen_name\":\"diejet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10572,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342894182\\/IMG_1551.JPG\",\"location\":\"Montpellier\",\"show_all_inline_media\":false,\"listed_count\":54,\"profile_link_color\":\"038543\",\"followers_count\":639,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1827173511\\/diejet_normal.jpg\",\"description\":\"Tout est sous contr\\u00f4le\\u2026 mais en douceur. Enfin, je vais essayer !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"285043271\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342894182\\/IMG_1551.JPG\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827173511\\/diejet_normal.jpg\",\"name\":\"vavodal\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 20 12:40:21 +0000 2011\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":285043271,\"utc_offset\":-10800,\"favourites_count\":177,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186106102251521,\"created_at\":\"Fri Feb 24 23:22:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2599000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "42bfb76e-8d44-4db2-8d53-d32015c7a650-173186106102251521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw qui regarde le web qui regarde #lgw qui regarde twitter qui regarde #lgw qui regarde le web qui regarde @vinvin qui se regarde.", +"img": { +"src": "http://a1.twimg.com/profile_images/1831001512/2011-10-23_16.03.09-liberte_normal.jpg" +}, +"title": "Momo la Re-Touiture: #lgw qui regarde le web qui regarde #lgw qui regarde twitter qui regarde #lgw qui regarde le web qui regarde @vinvin qui se regarde.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2600000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw qui regarde le web qui regarde #lgw qui regarde twitter qui regarde #lgw qui regarde le web qui regarde @vinvin qui se regarde.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[109,116],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"lgw\",\"indices\":[36,40]},{\"text\":\"lgw\",\"indices\":[73,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186108811784194\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"MGZALLP\",\"lang\":\"fr\",\"profile_text_color\":\"141314\",\"statuses_count\":15284,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/359898780\\/2011-10-23_15.54.36-fd.jpg\",\"location\":\"Wherever I lay my hat\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":308,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1831001512\\/2011-10-23_16.03.09-liberte_normal.jpg\",\"description\":\"Restez calmes et bon hiver :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e2ebf0\",\"id_str\":\"87951400\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/359898780\\/2011-10-23_15.54.36-fd.jpg\",\"profile_sidebar_fill_color\":\"dadbe8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1831001512\\/2011-10-23_16.03.09-liberte_normal.jpg\",\"name\":\"Momo la Re-Touiture\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 06 14:32:34 +0000 2009\",\"profile_sidebar_border_color\":\"eaeff2\",\"id\":87951400,\"utc_offset\":3600,\"favourites_count\":914,\"url\":\"http:\\/\\/morgat.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186108811784194,\"created_at\":\"Fri Feb 24 23:22:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2600000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "263a200b-5873-4c7a-b27e-035a786a649b-173186108811784194" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a1.twimg.com/profile_images/1541259223/Marko_normal.jpg" +}, +"title": "Pereira Yohan: #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2601000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186112817332224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"PereiraYohan\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":149,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099B9\",\"followers_count\":20,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1541259223\\/Marko_normal.jpg\",\"description\":\"Anim\\u00e9 par la Swaggance discr\\u00e8te. (Parfois m\\u00eame avec le style d'veste qui s'pr\\u00eate)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"256120874\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1541259223\\/Marko_normal.jpg\",\"name\":\"Pereira Yohan\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 22 18:09:57 +0000 2011\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":256120874,\"utc_offset\":null,\"favourites_count\":56,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186112817332224,\"created_at\":\"Fri Feb 24 23:22:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2601000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5ad806aa-4503-4c19-81e1-37762f4fc315-173186112817332224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'aime bien le style cool et décontracté de l'émission #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1682940693/TweetLandPhoto_normal.jpg" +}, +"title": "eddy Maniette: J'aime bien le style cool et décontracté de l'émission #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2601000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'aime bien le style cool et d\\u00e9contract\\u00e9 de l'\\u00e9mission #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[55,59]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[3.069002,50.6477909],[3.1322918,50.6477909],[3.1322918,50.7107749],[3.069002,50.7107749]]]},\"attributes\":{},\"full_name\":\"Marcq-en-Baroeul, Nord\",\"name\":\"Marcq-en-Baroeul\",\"id\":\"ef0651d02631e8f6\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/ef0651d02631e8f6.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186110900547585\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":296,\"screen_name\":\"EddyM59\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2719,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"50.653019,3.076327\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":156,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1682940693\\/TweetLandPhoto_normal.jpg\",\"description\":\"Enseignant 2.0, passionn\\u00e9 par les nouvelles technologies et utilisateur compulsif de produits Apple. retrouvez mes articles sur www.ipadou.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"81868863\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682940693\\/TweetLandPhoto_normal.jpg\",\"name\":\"eddy Maniette\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 12 15:35:46 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":81868863,\"utc_offset\":3600,\"favourites_count\":17,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186110900547585,\"created_at\":\"Fri Feb 24 23:22:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2601000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "53bc7766-0c25-4da9-8cf6-a1ab88ba9921-173186110900547585" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/183407519/200526550-001_normal.jpg" +}, +"title": "Sparkle and Co: #ilpart #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2602000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"LGW\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186118576111616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":478,\"screen_name\":\"Sparkle_and_Co\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":7523,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"location\":\"London\",\"show_all_inline_media\":false,\"listed_count\":10,\"profile_link_color\":\"B40B43\",\"followers_count\":371,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/183407519\\/200526550-001_normal.jpg\",\"description\":\"Sometimes geek, often homeless, not a wife but always a mum... I'm a knitter and I'm trying to learn sewing. \\r\\nWelcome!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"FF6699\",\"id_str\":\"35311914\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/183407519\\/200526550-001_normal.jpg\",\"name\":\"Sparkle and Co\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 25 21:12:07 +0000 2009\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":35311914,\"utc_offset\":0,\"favourites_count\":6,\"url\":\"http:\\/\\/sparkleandco.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186118576111616,\"created_at\":\"Fri Feb 24 23:22:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2602000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "da449d68-b6a0-422d-be11-cd60a2c26116-173186118576111616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @BenjaminPoulin: Je crois que jamais je n'accrocherai à cette émission #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1087536563/n699642186_1999070_2920294_normal.jpg" +}, +"title": "Antoine Busnel: RT @BenjaminPoulin: Je crois que jamais je n'accrocherai à cette émission #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2605000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @BenjaminPoulin: Je crois que jamais je n'accrocherai \\u00e0 cette \\u00e9mission #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BenjaminPoulin\",\"indices\":[3,18],\"id_str\":\"34437695\",\"name\":\"Benjamin Poulin\",\"id\":34437695}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[74,78]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je crois que jamais je n'accrocherai \\u00e0 cette \\u00e9mission #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183867593826304\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":683,\"screen_name\":\"BenjaminPoulin\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":23212,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105596337\\/image-twitter2.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":182,\"profile_link_color\":\"ff0000\",\"followers_count\":3567,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1495075588\\/image_normal.jpg\",\"description\":\"| Journaliste | Prof ESJ Paris & One School | Ex-IT\\u00e9l\\u00e9, la Radio | Ex-Pr\\u00e9sident Frequence3 | Co-Founder\\/CEO Nolae - Audio, web & mobile agency | \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"141414\",\"id_str\":\"34437695\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105596337\\/image-twitter2.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1495075588\\/image_normal.jpg\",\"name\":\"Benjamin Poulin\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 22 23:14:35 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":34437695,\"utc_offset\":3600,\"favourites_count\":15,\"url\":\"http:\\/\\/www.nolae.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183867593826304,\"created_at\":\"Fri Feb 24 23:13:46 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186129670057984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":990,\"screen_name\":\"abusnel\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":33078,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/190948724\\/citadelle.jpg\",\"location\":\"Rennes \\/ Nevers\\/ex-Tulle\",\"show_all_inline_media\":false,\"listed_count\":128,\"profile_link_color\":\"0084B4\",\"followers_count\":1805,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1087536563\\/n699642186_1999070_2920294_normal.jpg\",\"description\":\"Journaliste web \\/ Le Journal du Centre www.lejdc.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"48489345\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/190948724\\/citadelle.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1087536563\\/n699642186_1999070_2920294_normal.jpg\",\"name\":\"Antoine Busnel\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 18 21:04:52 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":48489345,\"utc_offset\":-10800,\"favourites_count\":1204,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186129670057984,\"created_at\":\"Fri Feb 24 23:22:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2605000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8fbfe67b-3c96-4b49-b5c1-13e5460a4e02-173186129670057984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze c'est pas assez trash à mon gout... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1816129899/bw_normal.JPG" +}, +"title": "Clélia: @LeGrandWebze c'est pas assez trash à mon gout... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2605000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze c'est pas assez trash \\u00e0 mon gout... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186130974482433\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":174,\"screen_name\":\"Clelia42\",\"lang\":\"en\",\"profile_text_color\":\"0a703f\",\"statuses_count\":1418,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/310892206\\/P7140056.JPG\",\"location\":\"Home\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"b31d09\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1816129899\\/bw_normal.JPG\",\"description\":\"Whovian, BBCiste , Etudiante, Naturaliste et H\\u00e9licicultrice... \\r\\n42 est la r\\u00e9ponse \\u00e0 la vie, l'univers et le reste!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Nuku'alofa\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"18774075\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/310892206\\/P7140056.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1816129899\\/bw_normal.JPG\",\"name\":\"Cl\\u00e9lia\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 08 18:54:02 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18774075,\"utc_offset\":46800,\"favourites_count\":22,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173186130974482433,\"created_at\":\"Fri Feb 24 23:22:45 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2605000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a45e4f6a-be78-4191-a23f-32354b339ccc-173186130974482433" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Poupimali tu m'as vu la ??? ;) #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: @Poupimali tu m'as vu la ??? ;) #lgw #cqui", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2605000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Poupimali tu m'as vu la ??? ;) #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Poupimali\",\"indices\":[0,10],\"id_str\":\"82614873\",\"name\":\"Poupimali\",\"id\":82614873}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]},{\"text\":\"cqui\",\"indices\":[37,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173185619181309954\",\"id_str\":\"173186130970284033\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185619181309954,\"in_reply_to_user_id_str\":\"82614873\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6697,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":\"Poupimali\",\"truncated\":false,\"id\":173186130970284033,\"created_at\":\"Fri Feb 24 23:22:45 +0000 2012\",\"in_reply_to_user_id\":82614873}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2605000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f0cf2faf-8761-49ff-bb48-4dd5ad444ac8-173186130970284033" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #Ilpart", +"img": { +"src": "http://a2.twimg.com/profile_images/1843250602/image_normal.jpg" +}, +"title": "Virginie Lominet: #lgw #Ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2605000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #Ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"Ilpart\",\"indices\":[6,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186130282430464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":916,\"screen_name\":\"laristocraft\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15200,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"location\":\"Boulogne-billancourt\",\"show_all_inline_media\":false,\"listed_count\":402,\"profile_link_color\":\"ab3202\",\"followers_count\":4464,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"description\":\"Ne dites pas \\u00e0 ma m\\u00e8re que je suis community manager, elle me croit pianiste dans un bordel. Fantasque & despotique. Pathologie: Bovarysme. On @Locita @Owni\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"16502490\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"name\":\"Virginie Lominet\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 28 20:37:13 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":16502490,\"utc_offset\":3600,\"favourites_count\":426,\"url\":\"http:\\/\\/www.laristocraft.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186130282430464,\"created_at\":\"Fri Feb 24 23:22:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2605000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6ff8b80b-ea94-4007-ac6c-a17f6f3e7f63-173186130282430464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @PrMagali: Y a des gens qui font de la musique sur une table, encore mieux que la danse contemporaine à 3h sur Arte #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1583573214/Chiddy_-Bang_The_Preview_normal.jpg" +}, +"title": "Pierre: RT @PrMagali: Y a des gens qui font de la musique sur une table, encore mieux que la danse contemporaine à 3h sur Arte #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2606000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @PrMagali: Y a des gens qui font de la musique sur une table, encore mieux que la danse contemporaine \\u00e0 3h sur Arte #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PrMagali\",\"indices\":[3,12],\"id_str\":\"224178853\",\"name\":\"Magali P.\",\"id\":224178853}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[119,123]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Y a des gens qui font de la musique sur une table, encore mieux que la danse contemporaine \\u00e0 3h sur Arte #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[105,109]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185975202234370\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":632,\"screen_name\":\"PrMagali\",\"lang\":\"fr\",\"profile_text_color\":\"969696\",\"statuses_count\":2868,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/428631959\\/tumblr_l9z5ffMZSL1qe11ryo1_500.jpg\",\"location\":\"Strasbourg - Paris\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"bd4e4e\",\"followers_count\":355,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1778320118\\/Photo_du_23-01-12___01.14__2_normal.jpg\",\"description\":\"\\u00c9tudiante pubarde consciencieuse qui n'aime pas porter des lunettes \\/ #Web #Communication #Actu #Pub #Lol & 2nd degr\\u00e9.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"224178853\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428631959\\/tumblr_l9z5ffMZSL1qe11ryo1_500.jpg\",\"profile_sidebar_fill_color\":\"0a0a0a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1778320118\\/Photo_du_23-01-12___01.14__2_normal.jpg\",\"name\":\"Magali P.\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 08 10:22:52 +0000 2010\",\"profile_sidebar_border_color\":\"383b36\",\"id\":224178853,\"utc_offset\":-10800,\"favourites_count\":9,\"url\":\"http:\\/\\/quid-deceat.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185975202234370,\"created_at\":\"Fri Feb 24 23:22:08 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186134195707904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"pierremaillefer\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":69,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851404788\\/421627_2946215967634_1028326679_32405659_1287344013_a_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"268442892\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851404788\\/421627_2946215967634_1028326679_32405659_1287344013_a_normal.jpg\",\"name\":\"Pierre\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 18 19:49:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":268442892,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186134195707904,\"created_at\":\"Fri Feb 24 23:22:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2606000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "490e5b9a-bbf3-43be-9065-4834c84dc43a-173186134195707904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Melanouille j'ai vu ta bubulle dans #lgw =D", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: @Melanouille j'ai vu ta bubulle dans #lgw =D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2607000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Melanouille j'ai vu ta bubulle dans #lgw =D\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Melanouille\",\"indices\":[0,12],\"id_str\":\"43318485\",\"name\":\"Melanouille\",\"id\":43318485}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173185792829689856\",\"id_str\":\"173186139023355904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185792829689856,\"in_reply_to_user_id_str\":\"43318485\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9484,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":\"Melanouille\",\"truncated\":false,\"id\":173186139023355904,\"created_at\":\"Fri Feb 24 23:22:47 +0000 2012\",\"in_reply_to_user_id\":43318485}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2607000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7bbbaae2-6846-4d62-bed1-bd3daa679d97-173186139023355904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw HONTE A VOUS !!!!!", +"img": { +"src": "http://a1.twimg.com/profile_images/1742037988/me_normal.jpg" +}, +"title": "Siddhārtha Gautama: #lgw HONTE A VOUS !!!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2609000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw HONTE A VOUS !!!!!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186147550367744\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Manubaliste\",\"lang\":\"fr\",\"favourites_count\":13,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":112,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1742037988\\/me_normal.jpg\",\"description\":\"J'ai d\\u00e9cid\\u00e9 de vivre \\u00e9ternellement, pour l'instant \\u00e7a marche... #Rouen #Peinture #R\\u00eaves\",\"statuses_count\":558,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"398308919\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Siddh\\u0101rtha Gautama\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Tue Oct 25 21:42:34 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":398308919,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1742037988\\/me_normal.jpg\"},\"truncated\":false,\"id\":173186147550367744,\"created_at\":\"Fri Feb 24 23:22:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2609000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "036569cb-0679-4118-8c5d-cca7a4a578c0-173186147550367744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @WilfriedDiguet: #LGW Cqui @francoisrollin ?... L'inventeur de l'humour, tas d'cons #LaBoiteACoucou", +"img": { +"src": "http://a3.twimg.com/profile_images/1765785882/Moi_terrasse_Bureau_normal.jpg" +}, +"title": "Geoffroy Haubert: RT @WilfriedDiguet: #LGW Cqui @francoisrollin ?... L'inventeur de l'humour, tas d'cons #LaBoiteACoucou", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2609000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @WilfriedDiguet: #LGW Cqui @francoisrollin ?... L'inventeur de l'humour, tas d'cons #LaBoiteACoucou\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"WilfriedDiguet\",\"indices\":[3,18],\"id_str\":\"358129074\",\"name\":\"Wilfried DIGUET\",\"id\":358129074},{\"screen_name\":\"francoisrollin\",\"indices\":[30,45],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]},{\"text\":\"LaBoiteACoucou\",\"indices\":[88,103]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Cqui @francoisrollin ?... L'inventeur de l'humour, tas d'cons #LaBoiteACoucou\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[10,25],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"LaBoiteACoucou\",\"indices\":[68,83]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186068387069952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":60,\"screen_name\":\"WilfriedDiguet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Rouen\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1683439580\\/IMG00016-20111107-1743_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"358129074\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683439580\\/IMG00016-20111107-1743_normal.jpg\",\"name\":\"Wilfried DIGUET\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 19 12:34:44 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":358129074,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186068387069952,\"created_at\":\"Fri Feb 24 23:22:31 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186147193856000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":64,\"screen_name\":\"GeoffroyHaubert\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":173,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":18,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1765785882\\/Moi_terrasse_Bureau_normal.jpg\",\"description\":\"Je pense. Je suis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"194535918\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1765785882\\/Moi_terrasse_Bureau_normal.jpg\",\"name\":\"Geoffroy Haubert\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 24 11:21:58 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":194535918,\"utc_offset\":null,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186147193856000,\"created_at\":\"Fri Feb 24 23:22:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2609000, +"tags": [ +{ +"id-ref": "f01073b0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2793a6b0-19ba-4e2b-bcb1-03e8399fa75f-173186147193856000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais en fait des fois France 5 c'est intéressant #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1456585536/NewTGWRprog_normal.png" +}, +"title": "TGWR™: Mais en fait des fois France 5 c'est intéressant #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2610000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Mais en fait des fois France 5 c'est int\\u00e9ressant #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186148083052544\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"TGWRprog\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":296,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1456585536\\/NewTGWRprog_normal.png\",\"description\":\"Testeur de jeux vid\\u00e9os inconnus sur Game Side Story, Amateur d'electro, et Geek a temps partiel\",\"statuses_count\":448,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"289854889\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"TGWR\\u2122\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Fri Apr 29 10:01:55 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":289854889,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.gamesidestory.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1456585536\\/NewTGWRprog_normal.png\"},\"truncated\":false,\"id\":173186148083052544,\"created_at\":\"Fri Feb 24 23:22:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2610000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9f2fd4b0-ce7d-4040-81b5-6e24a4d2215d-173186148083052544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ben c dommage on nourrit personne avec cet hastag... #lgw dommage ça affole ma tml..", +"img": { +"src": "http://a1.twimg.com/profile_images/399078150/002_normal.PNG" +}, +"title": "mye shadow: ben c dommage on nourrit personne avec cet hastag... #lgw dommage ça affole ma tml..", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2611000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ben c dommage on nourrit personne avec cet hastag... #lgw dommage \\u00e7a affole ma tml..\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186154299006977\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":924,\"screen_name\":\"myeshadow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13636,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/26906542\\/mqcloudedthoughts.br.jpg\",\"location\":\"Paris-Brussels-itou,mon blog\",\"show_all_inline_media\":false,\"listed_count\":118,\"profile_link_color\":\"00486b\",\"followers_count\":1097,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/399078150\\/002_normal.PNG\",\"description\":\"Mynotsodarkshadow ou ls p\\u00e9r\\u00e9grinations de my mind,mon ombre&m lumi\\u00e8res s'amusent Hallucinations,Mauvais esprit,sans drogue cpire?!\\nmonblog\\/1postparJour #INPES\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"48456037\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26906542\\/mqcloudedthoughts.br.jpg\",\"profile_sidebar_fill_color\":\"9cc8dd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/399078150\\/002_normal.PNG\",\"name\":\"mye shadow\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 18 19:18:06 +0000 2009\",\"profile_sidebar_border_color\":\"333333\",\"id\":48456037,\"utc_offset\":3600,\"favourites_count\":5568,\"url\":\"http:\\/\\/bymyeshadow.blogspot.com\\/?spref=tw\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186154299006977,\"created_at\":\"Fri Feb 24 23:22:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2611000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "30955356-64c9-46e6-a7ef-71a9cddf795a-173186154299006977" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "jeux de main, jeux de @Vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1813610224/tcv_normal.jpg" +}, +"title": "Nicolas Padovani: jeux de main, jeux de @Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2612000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"jeux de main, jeux de @Vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[22,29],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186158858211329\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"_NPado_\",\"lang\":\"fr\",\"favourites_count\":37,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":285,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"description\":\"Semi-geek et sosie non-officiel de Hugh Grant.\",\"statuses_count\":2115,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"81274066\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Nicolas Padovani\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Sat Oct 10 03:47:17 +0000 2009\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":81274066,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\"},\"truncated\":false,\"id\":173186158858211329,\"created_at\":\"Fri Feb 24 23:22:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2612000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "93c6884c-1d4d-46f0-84ce-83c615c84d51-173186158858211329" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Boudiou c'est quoi #lgw ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1830045762/jude_on_the_set_normal.png" +}, +"title": "The Cheshire Cat: Boudiou c'est quoi #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2612000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Boudiou c'est quoi #lgw ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186159701262336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":287,\"screen_name\":\"CaptainAwkward_\",\"lang\":\"fr\",\"profile_text_color\":\"b3b3b3\",\"statuses_count\":11360,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425950958\\/nara_-_youth.jpg\",\"location\":\"CSI : Baker Street.\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"4d4949\",\"followers_count\":197,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1830045762\\/jude_on_the_set_normal.png\",\"description\":\"basically i'm a series lover who pretends to be the 8th Avenger. I pledge allegiance to a rock'n roll life full of Robert Downey Jr movies & Green Day records. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"258283002\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425950958\\/nara_-_youth.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830045762\\/jude_on_the_set_normal.png\",\"name\":\"The Cheshire Cat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 27 10:45:14 +0000 2011\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":258283002,\"utc_offset\":3600,\"favourites_count\":182,\"url\":\"http:\\/\\/scienceisfiction.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186159701262336,\"created_at\":\"Fri Feb 24 23:22:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2612000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62efcebf-3b63-4865-8ab9-b3797b7259e1-173186159701262336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Magique. Ils ont le pouvoir de Romejko et Renard dans les mains. FABULOUS. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: Magique. Ils ont le pouvoir de Romejko et Renard dans les mains. FABULOUS. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2613000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Magique. Ils ont le pouvoir de Romejko et Renard dans les mains. FABULOUS. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186162243022849\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":767,\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4352,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France - Moselle\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"D02B55\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"name\":\"R\\u00e9my D.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":48825435,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186162243022849,\"created_at\":\"Fri Feb 24 23:22:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2613000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "526f49b5-ef9c-4f11-a4a4-772232bcb7ea-173186162243022849" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Vinvin en mode Magnum ! Ça c'est de la chemise ! ;) #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1395423345/11_normal.JPG" +}, +"title": "Tony: @Vinvin en mode Magnum ! Ça c'est de la chemise ! ;) #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2614000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Vinvin\",\"favorited\":false,\"text\":\"@Vinvin en mode Magnum ! \\u00c7a c'est de la chemise ! ;) #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[53,57]}]},\"in_reply_to_user_id\":7223522,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186167406202880\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"thony911\",\"lang\":\"fr\",\"favourites_count\":211,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1840,\"location\":\"Rennes - Paris FRANCE\",\"profile_text_color\":\"333333\",\"followers_count\":1200,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1395423345\\/11_normal.JPG\",\"description\":\"Animateur Radio, Sp\\u00e9cialiste Buzz et M\\u00e9dias Tv et Radio. \\u00e9missions sp\\u00e9ciales sur Goom Radio. Red\\/C Buzzmoica.fr, BuzzMedias.net...Mes tweets n'engagent que moi\",\"statuses_count\":20282,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/418968589\\/Wallpaper_TV_by_demonic_madness.jpg\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"91351817\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Tony\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418968589\\/Wallpaper_TV_by_demonic_madness.jpg\",\"created_at\":\"Fri Nov 20 14:34:32 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":91351817,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/buzzmedias.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1395423345\\/11_normal.JPG\"},\"truncated\":false,\"id\":173186167406202880,\"created_at\":\"Fri Feb 24 23:22:54 +0000 2012\",\"in_reply_to_user_id_str\":\"7223522\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2614000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "407245c9-81f3-4902-ae62-8ea193bc578b-173186167406202880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi ce truc ? #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1726467027/MeSleepingOnHimSleeping_normal.png" +}, +"title": "Alexandre Ier: C'est quoi ce truc ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2615000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi ce truc ? #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.osfoora.com\\\" rel=\\\"nofollow\\\"\\u003EOsfoora for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186173177561088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":467,\"screen_name\":\"dakuten\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":31071,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":\"Palais Sup\\u00e9rieur\",\"show_all_inline_media\":true,\"listed_count\":28,\"profile_link_color\":\"32c900\",\"followers_count\":509,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1726467027\\/MeSleepingOnHimSleeping_normal.png\",\"description\":\"Je suis un bobo, je crois. Monarque de la #BBS. Ad vitam \\u00e6ternam superior.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"dddddd\",\"id_str\":\"9451612\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"dddddd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1726467027\\/MeSleepingOnHimSleeping_normal.png\",\"name\":\"Alexandre Ier\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 15 08:56:50 +0000 2007\",\"profile_sidebar_border_color\":\"32c900\",\"id\":9451612,\"utc_offset\":3600,\"favourites_count\":106,\"url\":\"http:\\/\\/dakuten.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186173177561088,\"created_at\":\"Fri Feb 24 23:22:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2615000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e6d1b1a6-32ef-4912-acbb-4ed82df626a1-173186173177561088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Marcelcomics ;) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: @Marcelcomics ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2617000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Marcelcomics\",\"favorited\":false,\"text\":\"@Marcelcomics ;) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Marcelcomics\",\"indices\":[0,13],\"name\":\"Marcel Comics\",\"id_str\":\"386966557\",\"id\":386966557}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"in_reply_to_user_id\":386966557,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173185863528886272,\"in_reply_to_status_id_str\":\"173185863528886272\",\"id_str\":\"173186180106567681\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6696,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173186180106567681,\"created_at\":\"Fri Feb 24 23:22:57 +0000 2012\",\"in_reply_to_user_id_str\":\"386966557\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2617000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5f87fd67-6a0a-47af-90c1-d42a44ad7f07-173186180106567681" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "OMG la chemise @Vinvin !!! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: OMG la chemise @Vinvin !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2617000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"OMG la chemise @Vinvin !!! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[15,22],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186181213863936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39021,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":590,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186181213863936,\"created_at\":\"Fri Feb 24 23:22:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2617000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ac57c7f9-edbe-4afe-934e-3c6cac015809-173186181213863936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @CPonsolle: jeux de mains, jeux de Vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815343452/sachawlp_normal.png" +}, +"title": "Sacha Cohen: RT @CPonsolle: jeux de mains, jeux de Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2618000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @CPonsolle: jeux de mains, jeux de Vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"CPonsolle\",\"indices\":[3,13],\"id_str\":\"25338852\",\"name\":\"Christophe Ponsolle\",\"id\":25338852}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"jeux de mains, jeux de Vinvin #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186073093079040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":364,\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"profile_text_color\":\"999393\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"name\":\"Christophe Ponsolle\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":25338852,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186073093079040,\"created_at\":\"Fri Feb 24 23:22:32 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186181801066496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":327,\"screen_name\":\"sachacohenfr\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10313,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/178177561\\/fat_lines_dark.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":252,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815343452\\/sachawlp_normal.png\",\"description\":\"Podcasteur, Blogueur. co-r\\u00e9alisateur du #geekast . Cr\\u00e9ateur de @WeLovePodcast\\r\\n\\r\\nA LA RECHERCHE D'UN MOYEN DE DESIMLOCKER IPHONE 4 BB 04.11.08\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"65282554\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/178177561\\/fat_lines_dark.gif\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815343452\\/sachawlp_normal.png\",\"name\":\"Sacha Cohen\",\"default_profile_image\":false,\"created_at\":\"Thu Aug 13 05:11:24 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":65282554,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/www.blogdesacha.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186181801066496,\"created_at\":\"Fri Feb 24 23:22:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2618000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b68a319c-980e-4130-98be-18e369dbb53b-173186181801066496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais #cQui ceux qui ralent ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Mais #cQui ceux qui ralent ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2619000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais #cQui ceux qui ralent ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[5,10]},{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186189946404864\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186189946404864,\"created_at\":\"Fri Feb 24 23:22:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2619000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "533303f7-4d3f-42c8-a488-f5737c4a9fe5-173186189946404864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @B_Roger_Petit: Renonçant à comprendre le concept de #lgw et soupçonnant un foutage de gueule intégral avec l'argent de ma redevance ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1647384436/image_normal.jpg" +}, +"title": "Vcwik: RT @B_Roger_Petit: Renonçant à comprendre le concept de #lgw et soupçonnant un foutage de gueule intégral avec l'argent de ma redevance ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2619000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @B_Roger_Petit: Renon\\u00e7ant \\u00e0 comprendre le concept de #lgw et soup\\u00e7onnant un foutage de gueule int\\u00e9gral avec l'argent de ma redevance ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"B_Roger_Petit\",\"indices\":[3,17],\"id_str\":\"48949826\",\"name\":\"Bruno Roger-Petit\",\"id\":48949826}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Renon\\u00e7ant \\u00e0 comprendre le concept de #lgw et soup\\u00e7onnant un foutage de gueule int\\u00e9gral avec l'argent de ma redevance : zappp!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186015060705280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"screen_name\":\"B_Roger_Petit\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13851,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":245,\"profile_link_color\":\"0084B4\",\"followers_count\":6588,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"description\":\"En \\u00e9tat de Grace... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"48949826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"name\":\"Bruno Roger-Petit\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 20 07:03:26 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":48949826,\"utc_offset\":-10800,\"favourites_count\":19,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/brunorogerpetit\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186015060705280,\"created_at\":\"Fri Feb 24 23:22:18 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186186737754113\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"vcwik\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":991,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425462601\\/images.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1647384436\\/image_normal.jpg\",\"description\":\"Someone like me ... Somewhere ...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"382801997\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425462601\\/images.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1647384436\\/image_normal.jpg\",\"name\":\"Vcwik\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 30 18:19:28 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":382801997,\"utc_offset\":3600,\"favourites_count\":21,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173186186737754113,\"created_at\":\"Fri Feb 24 23:22:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2619000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6067608a-1390-4264-a104-95b20e56c427-173186186737754113" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "cesar tichaud #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: cesar tichaud #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2619000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"cesar tichaud #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186189187223553\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1753,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186189187223553,\"created_at\":\"Fri Feb 24 23:22:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2619000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "73a2594b-2237-4cd2-97ca-da44731ba0c1-173186189187223553" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On #change2ton quand on partle du Maitre @francoisrollin #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1476233426/lapavatar2_normal.png" +}, +"title": "LeLapin: On #change2ton quand on partle du Maitre @francoisrollin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2619000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On #change2ton quand on partle du Maitre @francoisrollin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[41,56],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[3,14]},{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186189870903296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"LeLapin64\",\"lang\":\"fr\",\"profile_text_color\":\"faf5fa\",\"statuses_count\":1128,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/378912273\\/hs-2008-34-a-1280x960_wallpaper.jpg\",\"location\":\"Anglet - France\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"8c97fa\",\"followers_count\":71,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1476233426\\/lapavatar2_normal.png\",\"description\":\"M\\u00e9dias & Communication, Sciences & Technologies, Nouvelles Id\\u00e9es & Nouveaux Paradigmes, et tant d'autres choses... Tout \\u00e7a vu de la C\\u00f4te Basque.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000305\",\"id_str\":\"229050093\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378912273\\/hs-2008-34-a-1280x960_wallpaper.jpg\",\"profile_sidebar_fill_color\":\"77718a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1476233426\\/lapavatar2_normal.png\",\"name\":\"LeLapin\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 21 11:21:56 +0000 2010\",\"profile_sidebar_border_color\":\"4d4494\",\"id\":229050093,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/lelapin64.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186189870903296,\"created_at\":\"Fri Feb 24 23:22:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2619000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "17588330-92ef-4119-97cf-128cce992ad6-173186189870903296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce qui est pratique avec la chemise de Vinvin c'est qu'on peut régler les couleurs de sa télé x) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1561040191/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg" +}, +"title": "Pauline : Ce qui est pratique avec la chemise de Vinvin c'est qu'on peut régler les couleurs de sa télé x) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2622000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ce qui est pratique avec la chemise de Vinvin c'est qu'on peut r\\u00e9gler les couleurs de sa t\\u00e9l\\u00e9 x) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[97,101]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186200717365250\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"PolineLP\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":62,\"location\":\"Lorient\",\"profile_text_color\":\"333333\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\",\"description\":\"Accro aux s\\u00e9ries, \\u00e0 l'humour & \\u00e0 la musique mais aussi \\u00e9tudiante en M1 Professorat des \\u00e9coles quelque part en Bretagne...\",\"statuses_count\":1390,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"380413697\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Pauline \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"created_at\":\"Mon Sep 26 16:18:08 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":380413697,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\"},\"truncated\":false,\"id\":173186200717365250,\"created_at\":\"Fri Feb 24 23:23:02 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2622000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "017e0504-fa5f-40a6-8b85-6a9698ff254b-173186200717365250" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La dernière chance de @francoisrollin pour espérer pécho c'est #LGW : #ILRESTE", +"img": { +"src": "http://a2.twimg.com/profile_images/1640878229/dugomo_normal.jpg" +}, +"title": "Dugomo: La dernière chance de @francoisrollin pour espérer pécho c'est #LGW : #ILRESTE", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2622000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"La derni\\u00e8re chance de @francoisrollin pour esp\\u00e9rer p\\u00e9cho c'est #LGW : #ILRESTE\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[22,37],\"name\":\"rollin\",\"id_str\":\"369489076\",\"id\":369489076}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[63,67]},{\"text\":\"ILRESTE\",\"indices\":[70,78]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186202244104192\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"Dugomo\",\"lang\":\"fr\",\"favourites_count\":89,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":417,\"location\":\"Nice, ou pas loin\",\"profile_text_color\":\"000000\",\"followers_count\":3131,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1640878229\\/dugomo_normal.jpg\",\"description\":\"Timeo Danaos et dona ferentes.\\r\\n\",\"statuses_count\":23744,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/138402304\\/twilk_background_4c704a628fa7f.jpg\",\"show_all_inline_media\":false,\"listed_count\":350,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"protected\":false,\"id_str\":\"67648081\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Dugomo\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/138402304\\/twilk_background_4c704a628fa7f.jpg\",\"created_at\":\"Fri Aug 21 16:24:44 +0000 2009\",\"profile_sidebar_fill_color\":\"e0ff92\",\"id\":67648081,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jedisdubien.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640878229\\/dugomo_normal.jpg\"},\"truncated\":false,\"id\":173186202244104192,\"created_at\":\"Fri Feb 24 23:23:02 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2622000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d64fe332-21f9-48ba-9c82-7285ac596cca-173186202244104192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Est-ce que les gens qui frappent les tables en rythme peuvent le faire avec une plume dans la paillasse ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1806730903/n726546380_1336922_5645_normal.jpg" +}, +"title": "Jérémy Roblin: Est-ce que les gens qui frappent les tables en rythme peuvent le faire avec une plume dans la paillasse ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2622000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Est-ce que les gens qui frappent les tables en rythme peuvent le faire avec une plume dans la paillasse ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[106,110]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186201078079488\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"kalacione\",\"lang\":\"fr\",\"favourites_count\":71,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":99,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"description\":\"Philosophe de Montcuq.\\r\\n 1 pour l'argent, 2 pour le spectacle et 3 pour le caillou\",\"statuses_count\":1626,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":48,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1806730903\\/n726546380_1336922_5645_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"91304375\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"J\\u00e9r\\u00e9my Roblin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Fri Nov 20 09:20:30 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":91304375,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1806730903\\/n726546380_1336922_5645_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173186201078079488,\"created_at\":\"Fri Feb 24 23:23:02 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2622000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8eaf89aa-85db-4ac2-a4aa-f2cedac00f78-173186201078079488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @B_Roger_Petit: Renonçant à comprendre le concept de #lgw et soupçonnant un foutage de gueule intégral avec l'argent de ma redevance ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1844216482/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif" +}, +"title": "The MythosNews: RT @B_Roger_Petit: Renonçant à comprendre le concept de #lgw et soupçonnant un foutage de gueule intégral avec l'argent de ma redevance ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2623000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":true,\"text\":\"RT @B_Roger_Petit: Renon\\u00e7ant \\u00e0 comprendre le concept de #lgw et soup\\u00e7onnant un foutage de gueule int\\u00e9gral avec l'argent de ma redevance ...\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"B_Roger_Petit\",\"indices\":[3,17],\"name\":\"Bruno Roger-Petit\",\"id\":48949826,\"id_str\":\"48949826\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"web\",\"retweeted_status\":{\"truncated\":false,\"text\":\"Renon\\u00e7ant \\u00e0 comprendre le concept de #lgw et soup\\u00e7onnant un foutage de gueule int\\u00e9gral avec l'argent de ma redevance : zappp!\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"screen_name\":\"B_Roger_Petit\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"C0DEED\",\"location\":\"\",\"favourites_count\":19,\"description\":\"En \\u00e9tat de Grace... \",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"profile_text_color\":\"333333\",\"followers_count\":6588,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"statuses_count\":13851,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"show_all_inline_media\":false,\"listed_count\":245,\"profile_link_color\":\"0084B4\",\"protected\":false,\"is_translator\":false,\"name\":\"Bruno Roger-Petit\",\"default_profile\":false,\"time_zone\":\"Greenland\",\"created_at\":\"Sat Jun 20 07:03:26 +0000 2009\",\"profile_background_color\":\"C0DEED\",\"id\":48949826,\"id_str\":\"48949826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"utc_offset\":-10800,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/brunorogerpetit\"},\"in_reply_to_status_id\":null,\"id\":173186015060705280,\"created_at\":\"Fri Feb 24 23:22:18 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186015060705280\"},\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425920000\\/038.JPG\",\"profile_sidebar_fill_color\":\"bfc4c7\",\"screen_name\":\"utopic92\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844216482\\/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"65B0DA\",\"location\":\"Paris ..et sa R\\u00e9gion.\",\"favourites_count\":25,\"description\":\" \",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":161,\"profile_text_color\":\"883cc2\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844216482\\/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif\",\"statuses_count\":4252,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/425920000\\/038.JPG\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0900ff\",\"protected\":false,\"is_translator\":false,\"name\":\"The MythosNews\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Thu May 19 18:25:43 +0000 2011\",\"profile_background_color\":\"642D8B\",\"id\":301585182,\"id_str\":\"301585182\",\"geo_enabled\":false,\"profile_background_tile\":true,\"utc_offset\":3600,\"url\":\"http:\\/\\/madeinfrance-citizenband.blogspot.com\\/2010\\/10\\/httpvids.html\"},\"in_reply_to_status_id\":null,\"id\":173186205050093568,\"created_at\":\"Fri Feb 24 23:23:03 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186205050093568\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2623000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b55c2b19-9015-4e14-9172-6ba0dc4cc63e-173186205050093568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #lgw pourquoi ne pas proposer aussi les # : #yapasassezdecouleursdanslachemisedevinvin ou #pourquoipasunevestecoloreevinvin", +"img": { +"src": "http://a0.twimg.com/profile_images/1683806084/ProfilFB_normal.gif" +}, +"title": "Chris M: @LeGrandWebze #lgw pourquoi ne pas proposer aussi les # : #yapasassezdecouleursdanslachemisedevinvin ou #pourquoipasunevestecoloreevinvin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2625000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze #lgw pourquoi ne pas proposer aussi les # : #yapasassezdecouleursdanslachemisedevinvin ou #pourquoipasunevestecoloreevinvin\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"yapasassezdecouleursdanslachemisedevinvin\",\"indices\":[58,100]},{\"text\":\"pourquoipasunevestecoloreevinvin\",\"indices\":[104,137]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186213858119680\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"ChrisM_Paris\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":18,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683806084\\/ProfilFB_normal.gif\",\"description\":\"\",\"statuses_count\":7,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"432844367\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Chris M\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Dec 09 21:08:29 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":432844367,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683806084\\/ProfilFB_normal.gif\"},\"truncated\":false,\"id\":173186213858119680,\"created_at\":\"Fri Feb 24 23:23:05 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2625000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f014d2ac-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f014d824-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8df163d4-3c27-48b0-9661-41a7af2730da-173186213858119680" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Est ce que mes deux copains du palmashow peuvent faire un strip tease en direct #defi #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1818096044/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg" +}, +"title": "Δ+Δ: Est ce que mes deux copains du palmashow peuvent faire un strip tease en direct #defi #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2625000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Est ce que mes deux copains du palmashow peuvent faire un strip tease en direct #defi #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"defi\",\"indices\":[80,85]},{\"text\":\"lgw\",\"indices\":[86,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186211807113216\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"AbsolutePi\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":12874,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"000000\",\"followers_count\":142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"334108023\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"name\":\"\\u0394+\\u0394\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":334108023,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/footballanatomy.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186211807113216,\"created_at\":\"Fri Feb 24 23:23:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2625000, +"tags": [ +{ +"id-ref": "f014f6b0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0f698cdb-198c-4f1d-a82a-33dde7c30803-173186211807113216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jimmy_beaune: @vinvin une petite démo de claquettes ? :) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1421767677/n775859914_630617_3556_normal.jpg" +}, +"title": "Thibaut: RT @jimmy_beaune: @vinvin une petite démo de claquettes ? :) #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2626000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @jimmy_beaune: @vinvin une petite d\\u00e9mo de claquettes ? :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jimmy_beaune\",\"indices\":[3,16],\"id_str\":\"5899262\",\"name\":\"Jimmy BEAUNE\",\"id\":5899262},{\"screen_name\":\"Vinvin\",\"indices\":[18,25],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"@vinvin une petite d\\u00e9mo de claquettes ? :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185895372034049\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"jimmy_beaune\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":310,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Poitiers, France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"followers_count\":66,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/55630227\\/Picture_1_normal.png\",\"description\":\"Dev @ Videoagency\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"5899262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/55630227\\/Picture_1_normal.png\",\"name\":\"Jimmy BEAUNE\",\"default_profile_image\":false,\"created_at\":\"Wed May 09 13:29:34 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":5899262,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.facebook.com\\/jimmy.beaune\"},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173185895372034049,\"created_at\":\"Fri Feb 24 23:21:49 +0000 2012\",\"in_reply_to_user_id\":7223522},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186219264577538\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":436,\"screen_name\":\"thibautchampey\",\"lang\":\"fr\",\"profile_text_color\":\"c8c8cc\",\"statuses_count\":154,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"location\":\"Paris \",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0c0d0d\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"description\":\"Communication enabled geek.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3b3d3d\",\"id_str\":\"282143992\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"profile_sidebar_fill_color\":\"68696e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"name\":\"Thibaut\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 14 16:45:25 +0000 2011\",\"profile_sidebar_border_color\":\"e6ebe4\",\"id\":282143992,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"https:\\/\\/sites.google.com\\/site\\/thibautchampey\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186219264577538,\"created_at\":\"Fri Feb 24 23:23:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2626000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9f59b779-3c26-4c82-a776-e3571ef42efa-173186219264577538" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon... ça me fait mal de le dire... mais je suis déçu #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1829032837/430490_10519221_b_normal.jpg" +}, +"title": "Antoine Rouaud: Bon... ça me fait mal de le dire... mais je suis déçu #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2626000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Bon... \\u00e7a me fait mal de le dire... mais je suis d\\u00e9\\u00e7u #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186217872080897\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Antoine_Rouaud\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":84,\"location\":\"Nantes\",\"profile_text_color\":\"333333\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\",\"description\":\"Cr\\u00e9ateur de trucs et autres choses qui ont rapport \\u00e0 des histoires... avec des gens. \\r\\nhttp:\\/\\/www.wagaprod.fr\",\"statuses_count\":1385,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"373509666\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Antoine Rouaud\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed Sep 14 18:13:49 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":373509666,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.audiodramax.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\"},\"truncated\":false,\"id\":173186217872080897,\"created_at\":\"Fri Feb 24 23:23:06 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2626000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bbdbb9c2-13e4-40f6-8041-4ab81c46ff7c-173186217872080897" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @skullpat: #LGW n'empêche que @FlorencePorcel est vraiment craquante @LeGrandWebze", +"img": { +"src": "http://a2.twimg.com/profile_images/1632512642/John_normal.jpg" +}, +"title": "Stephane : RT @skullpat: #LGW n'empêche que @FlorencePorcel est vraiment craquante @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2626000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @skullpat: #LGW n'emp\\u00eache que @FlorencePorcel est vraiment craquante @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"skullpat\",\"indices\":[3,12],\"id_str\":\"8148052\",\"name\":\"skullpat\",\"id\":8148052},{\"screen_name\":\"FlorencePorcel\",\"indices\":[33,48],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173},{\"screen_name\":\"LeGrandWebze\",\"indices\":[72,85],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[14,18]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW n'emp\\u00eache que @FlorencePorcel est vraiment craquante @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[19,34],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173},{\"screen_name\":\"LeGrandWebze\",\"indices\":[58,71],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185317413724162\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":712,\"screen_name\":\"skullpat\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":23402,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"location\":\"Atlantic Ocean\",\"show_all_inline_media\":false,\"listed_count\":104,\"profile_link_color\":\"44a1d0\",\"followers_count\":1372,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\",\"description\":\"Voyageur permanent !! http:\\/\\/marseille.tv\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"8148052\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"profile_sidebar_fill_color\":\"ecebef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\",\"name\":\"skullpat\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 12 23:46:20 +0000 2007\",\"profile_sidebar_border_color\":\"faaa16\",\"id\":8148052,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/skullpat.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185317413724162,\"created_at\":\"Fri Feb 24 23:19:31 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186217612029952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":160,\"screen_name\":\"stefLP\",\"lang\":\"fr\",\"profile_text_color\":\"6a1e00\",\"statuses_count\":1540,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0800b6\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"description\":\"Je travaille dans le monde de l'informatique et des pharmacies (depuis 17 ans) , et \\u00e9galement auto-entrepreneur \\u00e0 mes temps perdus. http:\\/\\/about.me\\/bealcost\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffe9d9\",\"id_str\":\"11192742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"profile_sidebar_fill_color\":\"ffecd9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"name\":\"Stephane \",\"default_profile_image\":false,\"created_at\":\"Sat Dec 15 10:31:27 +0000 2007\",\"profile_sidebar_border_color\":\"001e0e\",\"id\":11192742,\"utc_offset\":3600,\"favourites_count\":42,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186217612029952,\"created_at\":\"Fri Feb 24 23:23:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2626000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3e121640-4225-42dc-ac32-c327fe014dec-173186217612029952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilPart #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: #ilPart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2627000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilPart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilPart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186223093989377\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"profile_text_color\":\"CEC79B\",\"statuses_count\":35529,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"location\":\"Au pied d'un arc-en-ciel.\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"profile_sidebar_fill_color\":\"46284E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"name\":\"Sylvain Sanders\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_border_color\":\"20183F\",\"id\":37389744,\"utc_offset\":3600,\"favourites_count\":62,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186223093989377,\"created_at\":\"Fri Feb 24 23:23:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2627000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f9481280-b92d-49ce-a6f8-9ddd5ee70488-173186223093989377" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow > #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: @palmashow > #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2627000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow > #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186219742724097\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"profile_text_color\":\"ba9012\",\"statuses_count\":5333,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Albi, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29086699,\"utc_offset\":3600,\"favourites_count\":110,\"url\":\"http:\\/\\/isshin-san.over-blog.net\"},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173186219742724097,\"created_at\":\"Fri Feb 24 23:23:07 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2627000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a166185-4326-4b80-b4ba-81582857a190-173186219742724097" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW : Bah vendredi, tout est permis ! ;)", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW : Bah vendredi, tout est permis ! ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2627000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW : Bah vendredi, tout est permis ! ;)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186221407866880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186221407866880,\"created_at\":\"Fri Feb 24 23:23:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2627000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9622af6-55a9-4e99-973b-f65b8a7f2ca3-173186221407866880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Fredouat: Est-ce qu'on peut rajouter un choix de vote pour Rollin: #pastouchecestunelegende ? Ce serait mon vote en tout cas. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1430684275/avatar_normal.png" +}, +"title": "Marion : RT @Fredouat: Est-ce qu'on peut rajouter un choix de vote pour Rollin: #pastouchecestunelegende ? Ce serait mon vote en tout cas. #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2628000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Fredouat: Est-ce qu'on peut rajouter un choix de vote pour Rollin: #pastouchecestunelegende ? Ce serait mon vote en tout cas. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Fredouat\",\"indices\":[3,12],\"id_str\":\"54355185\",\"name\":\"Fr\\u00e9d\\u00e9ric Douat\",\"id\":54355185}],\"urls\":[],\"hashtags\":[{\"text\":\"pastouchecestunelegende\",\"indices\":[71,95]},{\"text\":\"lgw\",\"indices\":[130,134]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Est-ce qu'on peut rajouter un choix de vote pour Rollin: #pastouchecestunelegende ? Ce serait mon vote en tout cas. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"pastouchecestunelegende\",\"indices\":[57,81]},{\"text\":\"lgw\",\"indices\":[116,120]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185472934326273\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"Fredouat\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1152,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/89933232\\/265x270_oeuf.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"BF1238\",\"followers_count\":184,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/768815341\\/poussin-7277_normal.jpg\",\"description\":\"Jeune poussin dans l'univers du webmarketing, je me suis fix\\u00e9 un objectif: partager mon int\\u00e9r\\u00eat pour l'univers du num\\u00e9rique et du marketing avec les novices.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"id_str\":\"54355185\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/89933232\\/265x270_oeuf.jpg\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/768815341\\/poussin-7277_normal.jpg\",\"name\":\"Fr\\u00e9d\\u00e9ric Douat\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 06 22:26:39 +0000 2009\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":54355185,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/fredouat.typepad.com\\/piaillements\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185472934326273,\"created_at\":\"Fri Feb 24 23:20:09 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186224083828737\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":140,\"screen_name\":\"PauletteAnka\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":469,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Toulouse et au-del\\u00e0\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"2FC2EF\",\"followers_count\":40,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1430684275\\/avatar_normal.png\",\"description\":\"Graphiste web, qui se dit que le ouaibe c'est bien, et que Twitter, tout le monde en parle, manifestement, faut y \\u00eatre. Ou pas.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"299707918\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1430684275\\/avatar_normal.png\",\"name\":\"Marion \",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:18:32 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":299707918,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186224083828737,\"created_at\":\"Fri Feb 24 23:23:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2628000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efff5986-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d9f00e0a-ab19-4e56-9e77-96cab438f9bd-173186224083828737" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @B_Roger_Petit: Vinvin est sympathique, mais son #lgw relève de l'abus de biens sociaux et télévisuels", +"img": { +"src": "http://a0.twimg.com/profile_images/1174405229/MH_normal.jpg" +}, +"title": "matt holding: RT @B_Roger_Petit: Vinvin est sympathique, mais son #lgw relève de l'abus de biens sociaux et télévisuels", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2628000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @B_Roger_Petit: Vinvin est sympathique, mais son #lgw rel\\u00e8ve de l'abus de biens sociaux et t\\u00e9l\\u00e9visuels\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"B_Roger_Petit\",\"indices\":[3,17],\"name\":\"Bruno Roger-Petit\",\"id_str\":\"48949826\",\"id\":48949826}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Vinvin est sympathique, mais son #lgw rel\\u00e8ve de l'abus de biens sociaux et t\\u00e9l\\u00e9visuels\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184860716941313\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"B_Roger_Petit\",\"lang\":\"fr\",\"favourites_count\":19,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":977,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":6588,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"description\":\"En \\u00e9tat de Grace... \",\"statuses_count\":13851,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"show_all_inline_media\":false,\"listed_count\":245,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"48949826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Bruno Roger-Petit\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"created_at\":\"Sat Jun 20 07:03:26 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":48949826,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/brunorogerpetit\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\"},\"truncated\":false,\"id\":173184860716941313,\"created_at\":\"Fri Feb 24 23:17:43 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186224805249024\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"matthieuhold\",\"lang\":\"en\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":244,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1174405229\\/MH_normal.jpg\",\"description\":\"\",\"statuses_count\":633,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"14777780\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"matt holding\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed May 14 20:04:44 +0000 2008\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":14777780,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1174405229\\/MH_normal.jpg\"},\"truncated\":false,\"id\":173186224805249024,\"created_at\":\"Fri Feb 24 23:23:08 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2628000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9cac6073-34f9-4a33-96cf-cdacbbe54ced-173186224805249024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/735977870/alf2_normal.jpg" +}, +"title": "Petrif': #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2628000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186225878994945\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":96,\"screen_name\":\"PetrifiedEyes\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":268,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/81189023\\/Verusolight2.jpg\",\"location\":\"C\\u00f4te Ouest.\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":70,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/735977870\\/alf2_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"120458031\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/81189023\\/Verusolight2.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/735977870\\/alf2_normal.jpg\",\"name\":\"Petrif'\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 13:56:40 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":120458031,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/petrif.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186225878994945,\"created_at\":\"Fri Feb 24 23:23:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2628000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "efdf81a3-66e2-43b2-a268-5e946759c5cf-173186225878994945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est la seule émission où les spectateurs regardent plus leur téléphone que les mecs qui la présentent. #cqui", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: #lgw c'est la seule émission où les spectateurs regardent plus leur téléphone que les mecs qui la présentent. #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2632000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c'est la seule \\u00e9mission o\\u00f9 les spectateurs regardent plus leur t\\u00e9l\\u00e9phone que les mecs qui la pr\\u00e9sentent. #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[110,115]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186241540521984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1033,\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":3557,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"followers_count\":667,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"name\":\"Bastien Joseph\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":191087175,\"utc_offset\":null,\"favourites_count\":10,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186241540521984,\"created_at\":\"Fri Feb 24 23:23:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2632000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bdbb213f-76b1-41be-a922-b97f01156b2c-173186241540521984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2636000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #change2ton\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186258976243713\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":256,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"statuses_count\":1752,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"GoldoNat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":116250574,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\"},\"truncated\":false,\"id\":173186258976243713,\"created_at\":\"Fri Feb 24 23:23:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2636000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d7f4c400-a8e8-4bc1-8a4d-59294f1627b1-173186258976243713" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Cqui #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1851178724/61_normal.png" +}, +"title": "Colombien et toi ?: #Cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2636000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Cqui #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[0,5]},{\"text\":\"LGW\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186259131432960\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"HAYTSH\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9740,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"location\":\"\\u30b9\\u30c8\\u30e9\\u30b9\\u30d6\\u30fc\\u30eb\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"description\":\"J'suis un ksos j'ai 5 ans. \",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"277031586\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387067801\\/4587347080_7c4c5d8fc7.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851178724\\/61_normal.png\",\"name\":\"Colombien et toi ?\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 04 15:24:48 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":277031586,\"utc_offset\":3600,\"favourites_count\":83,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186259131432960,\"created_at\":\"Fri Feb 24 23:23:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2636000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "721f1b85-ec18-45a9-ab46-cd5a7cb5d0e1-173186259131432960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@belassalle: hey @yesnoornext #cQui au @legrandwebze ? #LGW ;)", +"img": { +"src": "http://a0.twimg.com/profile_images/1792181403/berengere2_normal.jpg" +}, +"title": "BéToutSimplement !: @belassalle: hey @yesnoornext #cQui au @legrandwebze ? #LGW ;)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2636000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@belassalle: hey @yesnoornext #cQui au @legrandwebze ? #LGW ;)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"belassalle\",\"indices\":[0,11],\"id_str\":\"117826061\",\"name\":\"B\\u00e9ToutSimplement !\",\"id\":117826061},{\"screen_name\":\"yesnoornext\",\"indices\":[17,29],\"id_str\":\"252186404\",\"name\":\"vincent denise\",\"id\":252186404},{\"screen_name\":\"LeGrandWebze\",\"indices\":[41,54],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[30,35]},{\"text\":\"LGW\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173185790640271361\",\"id_str\":\"173186259555057666\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185790640271361,\"in_reply_to_user_id_str\":\"117826061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":625,\"screen_name\":\"belassalle\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4258,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/299176574\\/fond_4.jpg\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":294,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792181403\\/berengere2_normal.jpg\",\"description\":\"Un peu de fra\\u00eecheur, un brin de vitalit\\u00e9 qui cherche dans le graphisme, la pub, les m\\u00e9dias et la communication un emploi sur LYON !!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"117826061\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/299176574\\/fond_4.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792181403\\/berengere2_normal.jpg\",\"name\":\"B\\u00e9ToutSimplement !\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 26 18:58:41 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":117826061,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/berengere-lassalle\"},\"in_reply_to_screen_name\":\"belassalle\",\"truncated\":false,\"id\":173186259555057666,\"created_at\":\"Fri Feb 24 23:23:16 +0000 2012\",\"in_reply_to_user_id\":117826061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2636000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1b6ddf67-9a06-46e4-8878-fb5412c4d05c-173186259555057666" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1810759619/Couleurs_normal.jpg" +}, +"title": "Zurg: RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2637000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @RabaTaJoie: Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"RabaTaJoie\",\"indices\":[3,14],\"id_str\":\"304883768\",\"name\":\"CasseCouilles\",\"id\":304883768}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[78,82]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185028925304833\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":360,\"screen_name\":\"RabaTaJoie\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9010,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"La France de l'exterieur \",\"show_all_inline_media\":true,\"listed_count\":49,\"profile_link_color\":\"009999\",\"followers_count\":660,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"description\":\"Trois personnes peuvent garder un secret, si deux d'entre elles sont mortes. - B. Franklin.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"304883768\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"name\":\"CasseCouilles\",\"default_profile_image\":false,\"created_at\":\"Wed May 25 08:22:01 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":304883768,\"utc_offset\":3600,\"favourites_count\":67,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185028925304833,\"created_at\":\"Fri Feb 24 23:18:23 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetcaster.com\\\" rel=\\\"nofollow\\\"\\u003ETweetCaster for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186263959080960\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":499,\"screen_name\":\"Zurg_\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":31518,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/162226672\\/black_white_3.br.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":62,\"profile_link_color\":\"4b3c30\",\"followers_count\":609,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1810759619\\/Couleurs_normal.jpg\",\"description\":\"Jusqu'\\u00e0 ce que l'amour nous s\\u00e9pare \\r\\nhttp:\\/\\/www.flickr.com\\/photos\\/zurg_\\/ \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"199689170\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/162226672\\/black_white_3.br.jpg\",\"profile_sidebar_fill_color\":\"4f6456\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1810759619\\/Couleurs_normal.jpg\",\"name\":\"Zurg\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 07 14:17:55 +0000 2010\",\"profile_sidebar_border_color\":\"000000\",\"id\":199689170,\"utc_offset\":3600,\"favourites_count\":78,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186263959080960,\"created_at\":\"Fri Feb 24 23:23:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2637000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "269c18bd-4506-451a-a15c-4a595027e3c0-173186263959080960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je comprends pas tres bien le concept de #lgw mais ca accroche quand meme", +"img": { +"src": "http://a3.twimg.com/profile_images/96534251/php_normal.jpg" +}, +"title": "Jeremy: Je comprends pas tres bien le concept de #lgw mais ca accroche quand meme", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2638000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je comprends pas tres bien le concept de #lgw mais ca accroche quand meme\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186266203029504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":163,\"screen_name\":\"jeremy345\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":1657,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":20,\"profile_link_color\":\"D02B55\",\"followers_count\":326,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/96534251\\/php_normal.jpg\",\"description\":\"Co-fondateur, r\\u00e9dacteur, resp. technique de VieDeGeek.fr - Co-fondateur et tr\\u00e9sorier du BarGaming\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"21196834\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/96534251\\/php_normal.jpg\",\"name\":\"Jeremy\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 18 13:50:36 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":21196834,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.viedegeek.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186266203029504,\"created_at\":\"Fri Feb 24 23:23:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2638000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "650eb459-9bf2-4178-9415-63fb4e41396c-173186266203029504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Ericdessins: #lgw #dessin Philosophie / tweet de comptoir http://t.co/QeTYGdoy", +"img": { +"src": "http://a0.twimg.com/profile_images/1315245695/Zorglub_normal.jpg" +}, +"title": "Zorglub: RT @Ericdessins: #lgw #dessin Philosophie / tweet de comptoir http://t.co/QeTYGdoy", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2639000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @Ericdessins: #lgw #dessin Philosophie \\/ tweet de comptoir http:\\/\\/t.co\\/QeTYGdoy\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Ericdessins\",\"indices\":[3,15],\"id_str\":\"104527571\",\"name\":\"Eric Grelet\",\"id\":104527571}],\"urls\":[{\"indices\":[62,82],\"expanded_url\":\"http:\\/\\/twitter.com\\/Ericdessins\\/status\\/173184634606190592\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/QeTYGdoy\",\"url\":\"http:\\/\\/t.co\\/QeTYGdoy\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]},{\"text\":\"dessin\",\"indices\":[22,29]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186273668898816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":10,\"screen_name\":\"ZcomZorglub\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":8,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/234332082\\/Franquin_Zorglub.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1315245695\\/Zorglub_normal.jpg\",\"description\":\"Vengeur masqu\\u00e9.\\r\\nEviv Bulgroz !\\r\\n(Houba houba !)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"279568879\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/234332082\\/Franquin_Zorglub.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1315245695\\/Zorglub_normal.jpg\",\"name\":\"Zorglub\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 09 14:52:36 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":279568879,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186273668898816,\"created_at\":\"Fri Feb 24 23:23:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2639000, +"tags": [ +{ +"id-ref": "efe5cee4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "572baaca-6c5b-4e15-8fad-2d486fc6ba83-173186273668898816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le #cqui a dépassé le #ilpart #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: Le #cqui a dépassé le #ilpart #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2639000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le #cqui a d\\u00e9pass\\u00e9 le #ilpart #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[3,8]},{\"text\":\"ilpart\",\"indices\":[22,29]},{\"text\":\"LGW\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186271735320577\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":5140,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Marseille\\/Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"name\":\"Matthieu Michel\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":68460513,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186271735320577,\"created_at\":\"Fri Feb 24 23:23:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2639000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8bd63ed4-f259-4802-a42c-cecb1fa36f61-173186271735320577" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et ben voilà, pas tenu plus, bye bye #lgw revenez quand vous aurez travaillé ou trouvé une idée, juste une.", +"img": { +"src": "http://a1.twimg.com/profile_images/1463922495/Epuale_Twitter_normal.png" +}, +"title": "Emmanuel Torregano: Et ben voilà, pas tenu plus, bye bye #lgw revenez quand vous aurez travaillé ou trouvé une idée, juste une.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2639000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Et ben voil\\u00e0, pas tenu plus, bye bye #lgw revenez quand vous aurez travaill\\u00e9 ou trouv\\u00e9 une id\\u00e9e, juste une.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186273220112386\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"8F8F8F\",\"screen_name\":\"ZaraA\",\"lang\":\"fr\",\"favourites_count\":39,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":614,\"location\":\"iPhone: 45.800266,1.857407\",\"profile_text_color\":\"000000\",\"followers_count\":5596,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"description\":\"Love is the answer ... \\/\\/ I'm CEO, BITch ! ElectronLibre \\/\\/\",\"statuses_count\":59014,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"show_all_inline_media\":false,\"listed_count\":328,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C7CBC7\",\"protected\":false,\"id_str\":\"7031872\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Emmanuel Torregano\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"created_at\":\"Sat Jun 23 11:40:06 +0000 2007\",\"profile_sidebar_fill_color\":\"71E6A9\",\"id\":7031872,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/twitter.com\\/3l3ctr0nLibr3\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\"},\"truncated\":false,\"id\":173186273220112386,\"created_at\":\"Fri Feb 24 23:23:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2639000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0218cf1d-ec5c-426b-866e-977c1ea0836e-173186273220112386" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier", +"img": { +"src": "http://a0.twimg.com/profile_images/1799488206/image_normal.jpg" +}, +"title": "Sébastien Périer: RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2640000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"monsieurlam\",\"indices\":[3,15],\"id_str\":\"7993262\",\"name\":\"L\\u00e2m HUA\",\"id\":7993262}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[113,117]},{\"text\":\"ruquier\",\"indices\":[118,126]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]},{\"text\":\"ruquier\",\"indices\":[101,109]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183333382098944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"monsieurlam\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10180,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":543,\"profile_link_color\":\"0084B4\",\"followers_count\":21598,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"description\":\"+ links \\r\\n+ my life \\r\\n+ no reply \\r\\n+ @decate \\r\\n+ @lense \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"7993262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"name\":\"L\\u00e2m HUA\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 06 14:07:39 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":7993262,\"utc_offset\":3600,\"favourites_count\":133,\"url\":\"http:\\/\\/www.monsieurlam.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183333382098944,\"created_at\":\"Fri Feb 24 23:11:38 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186275552145408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":495,\"screen_name\":\"Yenaphe\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5658,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/407607082\\/bg.jpg\",\"location\":\"Probablement\",\"show_all_inline_media\":false,\"listed_count\":65,\"profile_link_color\":\"009999\",\"followers_count\":1013,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1799488206\\/image_normal.jpg\",\"description\":\"Je ressemble \\u00e0 \\u00e7a, sauf quand \\u00e7a ne me ressemble pas.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"f2f2f2\",\"id_str\":\"30481941\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/407607082\\/bg.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799488206\\/image_normal.jpg\",\"name\":\"S\\u00e9bastien P\\u00e9rier\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 11 17:09:55 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":30481941,\"utc_offset\":-10800,\"favourites_count\":14,\"url\":\"http:\\/\\/www.politikaillera.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186275552145408,\"created_at\":\"Fri Feb 24 23:23:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2640000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb8ff2c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "edd620cb-61a8-4034-b945-d7879b7bd233-173186275552145408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bon allez faut voter #LGW #ilReste", +"img": { +"src": "http://a0.twimg.com/profile_images/1792102319/0014_-_Copie_-_Copie_normal.JPG" +}, +"title": "Nicolas Gaillard: bon allez faut voter #LGW #ilReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2641000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"bon allez faut voter #LGW #ilReste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[21,25]},{\"text\":\"ilReste\",\"indices\":[26,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186281000550400\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"NG__nico\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":141,\"location\":\"Poitiers\",\"profile_text_color\":\"333333\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"description\":\"Etudiant L2 Histoire ---Actu---Politique---T\\u00e9l\\u00e9---M\\u00e9dias--- Musique...tout ce qu'aiment les journalistes--- Feel free to follow me ;-) \",\"statuses_count\":1113,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"370637904\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\" Nicolas Gaillard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"created_at\":\"Fri Sep 09 11:18:42 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":370637904,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\"},\"truncated\":false,\"id\":173186281000550400,\"created_at\":\"Fri Feb 24 23:23:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2641000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "794e3f7b-8722-43f3-a541-50a530210932-173186281000550400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "We No Speak Americano ft. Cleary & Harding http://t.co/iEUUvM3s via @youtube #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1841326109/8XYJeU8W_normal" +}, +"title": "Alexis Sanchez Tello: We No Speak Americano ft. Cleary & Harding http://t.co/iEUUvM3s via @youtube #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2641000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"We No Speak Americano ft. Cleary & Harding http:\\/\\/t.co\\/iEUUvM3s via @youtube #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"YouTube\",\"indices\":[68,76],\"id_str\":\"10228272\",\"name\":\"YouTube\",\"id\":10228272}],\"urls\":[{\"indices\":[43,63],\"expanded_url\":\"http:\\/\\/www.youtube.com\\/watch?v=iANRO3I30nM&sns=tw\",\"display_url\":\"youtube.com\\/watch?v=iANRO3\\u2026\",\"url\":\"http:\\/\\/t.co\\/iEUUvM3s\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186278597201920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":53,\"screen_name\":\"AlexisCardinet\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":578,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Chateauroux\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1841326109\\/8XYJeU8W_normal\",\"description\":\"- Plus j'ai mal plus je progresse n\\u00e9gro , pour me faire tomber il falloir que tu taff gros \\u00a9 . 17 ans . Etudiant . Follow me . LoveEspana .\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"435073564\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841326109\\/8XYJeU8W_normal\",\"name\":\"Alexis Sanchez Tello\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 12 17:00:17 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":435073564,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186278597201920,\"created_at\":\"Fri Feb 24 23:23:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2641000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2d06c288-863b-47b3-a439-41d11fb8450c-173186278597201920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ouhyeah le @palmashow qui trolle #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1807980780/hackathon_2_normal.png" +}, +"title": "Antoine Touzot: Ouhyeah le @palmashow qui trolle #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2641000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ouhyeah le @palmashow qui trolle #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[11,21],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186281176707072\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ff9900\",\"screen_name\":\"antoinetouzot\",\"lang\":\"fr\",\"favourites_count\":11,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":130,\"location\":\"Montreuil\",\"profile_text_color\":\"666666\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\",\"description\":\"\\u00c9tudiant H3 \\u00e0 @hetic (Montreuil) [Digital native] [Geek] ...\\r\\n[Alleeeeez l\\u00e0] [@SkipTheUse and @IziaMusic addict]\",\"statuses_count\":1203,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"ff9900\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"292929\",\"protected\":false,\"id_str\":\"123813930\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Antoine Touzot\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"created_at\":\"Wed Mar 17 08:56:06 +0000 2010\",\"profile_sidebar_fill_color\":\"e6e6e6\",\"id\":123813930,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/lesconfdusud.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\"},\"truncated\":false,\"id\":173186281176707072,\"created_at\":\"Fri Feb 24 23:23:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2641000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c5283fd5-a054-4118-b947-c4752362bb05-173186281176707072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ayé mission #bisous faites en live... #LGW \n\nCc @LudoDelaherche", +"img": { +"src": "http://a0.twimg.com/profile_images/732688177/bi-cause_normal.jpg" +}, +"title": "Charles Liebert: Ayé mission #bisous faites en live... #LGW \n\nCc @LudoDelaherche", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2641000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"Ay\\u00e9 mission #bisous faites en live... #LGW \\n\\nCc @LudoDelaherche\",\"created_at\":\"Fri Feb 24 23:23:21 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"bisous\",\"indices\":[12,19]},{\"text\":\"LGW\",\"indices\":[38,42]}],\"user_mentions\":[{\"indices\":[48,63],\"screen_name\":\"LudoDelaherche\",\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173186280446894081\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":156,\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_text_color\":\"F522D5\",\"is_translator\":false,\"show_all_inline_media\":true,\"lang\":\"en\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"url\":\"http:\\/\\/www.charles-liebert.fr\",\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"1AF51F\",\"screen_name\":\"Charles_Liebert\",\"time_zone\":\"Paris\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"following\":null,\"geo_enabled\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"profile_background_color\":\"0E0F0F\",\"location\":\"Paris - Cap Ferret - Saugeras\",\"id_str\":\"610993\",\"profile_background_tile\":false,\"followers_count\":2044,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"E0FF91\",\"favourites_count\":509,\"protected\":false,\"friends_count\":1158,\"profile_sidebar_border_color\":\"87bc44\",\"name\":\"Charles Liebert\",\"contributors_enabled\":false,\"verified\":false,\"id\":610993,\"statuses_count\":48080,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173186280446894081}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2641000, +"tags": [ +{ +"id-ref": "f0175432-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0335b490-c908-4cd5-b3ef-0a3557f75840-173186280446894081" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La chemise de vinvin ne me donne pas l'impression d'être en direct...mais en 1991... non ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1770996562/image_normal.jpg" +}, +"title": "Kayvin Lami: La chemise de vinvin ne me donne pas l'impression d'être en direct...mais en 1991... non ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2642000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La chemise de vinvin ne me donne pas l'impression d'\\u00eatre en direct...mais en 1991... non ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186283873640448\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":257,\"screen_name\":\"KayvinLami\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":4120,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"location\":\"Paris,France\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":592,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"description\":\"Je ne changerais pas cette bio tant que Nicolas Sarkozy ne mesurera pas 1m90\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"dfe0c3\",\"id_str\":\"29279584\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"name\":\"Kayvin Lami\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 06 20:02:02 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":29279584,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186283873640448,\"created_at\":\"Fri Feb 24 23:23:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2642000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c8b7afd2-9d3a-4a95-ab8b-d01281c029c3-173186283873640448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@GoldoNat cesar vasar #lgw cc @shinkendo", +"img": { +"src": "http://a2.twimg.com/profile_images/1614428473/Capture_d__cran_2011-10-30___21.31.58_normal.jpg" +}, +"title": "Yoann Ferret: @GoldoNat cesar vasar #lgw cc @shinkendo", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2646000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@GoldoNat cesar vasar #lgw cc @shinkendo\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GoldoNat\",\"indices\":[0,9],\"id_str\":\"116250574\",\"name\":\"GoldoNat\",\"id\":116250574},{\"screen_name\":\"Shinkendo\",\"indices\":[30,40],\"id_str\":\"14494180\",\"name\":\"Kendo\",\"id\":14494180}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173186189187223553\",\"id_str\":\"173186300726358017\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186189187223553,\"in_reply_to_user_id_str\":\"116250574\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":261,\"screen_name\":\"yoannferret\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":25134,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/370159424\\/mosaic-export.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"949494\",\"followers_count\":582,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1614428473\\/Capture_d__cran_2011-10-30___21.31.58_normal.jpg\",\"description\":\"Responsable de la r\\u00e9daction sur @FreenewsActu et big boss de @cafegaming. Conversation minimale. R\\u00e9f\\u00e9rences \\u00e9clectiques (chiantes). Romanichel Racing Club\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"efefef\",\"id_str\":\"4035431\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/370159424\\/mosaic-export.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1614428473\\/Capture_d__cran_2011-10-30___21.31.58_normal.jpg\",\"name\":\"Yoann Ferret\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 10 14:18:04 +0000 2007\",\"profile_sidebar_border_color\":\"b5b5b5\",\"id\":4035431,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/www.cafegaming.fr\"},\"in_reply_to_screen_name\":\"GoldoNat\",\"truncated\":false,\"id\":173186300726358017,\"created_at\":\"Fri Feb 24 23:23:26 +0000 2012\",\"in_reply_to_user_id\":116250574}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2646000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "78779c52-e4d5-41c4-85dc-a59d3fd92ff1-173186300726358017" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @OhOceane: (Désolée d'interrompre le paluchage collectif, mais c'est assez nul #lgw, non ?)", +"img": { +"src": "http://a0.twimg.com/profile_images/1606679449/image_normal.jpg" +}, +"title": "Arthur Delacorta: RT @OhOceane: (Désolée d'interrompre le paluchage collectif, mais c'est assez nul #lgw, non ?)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2646000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @OhOceane: (D\\u00e9sol\\u00e9e d'interrompre le paluchage collectif, mais c'est assez nul #lgw, non ?)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"OhOceane\",\"indices\":[3,12],\"id_str\":\"72379694\",\"name\":\"ASL\",\"id\":72379694}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[82,86]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"(D\\u00e9sol\\u00e9e d'interrompre le paluchage collectif, mais c'est assez nul #lgw, non ?)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184767418839043\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":506,\"screen_name\":\"OhOceane\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":60753,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/84729248\\/alimac.jpg\",\"location\":\"A un souffle de ton coeur\",\"show_all_inline_media\":false,\"listed_count\":300,\"profile_link_color\":\"0099CC\",\"followers_count\":3828,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1734545650\\/alimac_normal.jpg\",\"description\":\"The Girl Formerly Known as Oh \\/ Curator of your heart \\/ Sapiosexuelle depuis 1988 \\/\\r\\nAvec hydroxyzine la vie est plus zin \\/\\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"72379694\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/84729248\\/alimac.jpg\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1734545650\\/alimac_normal.jpg\",\"name\":\"ASL\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 07 20:56:24 +0000 2009\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":72379694,\"utc_offset\":-36000,\"favourites_count\":350,\"url\":\"http:\\/\\/danslessouliersdoceane.hautetfort.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184767418839043,\"created_at\":\"Fri Feb 24 23:17:20 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186301615554560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1663,\"screen_name\":\"ArthurDelacorta\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":9836,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":33,\"profile_link_color\":\"FF0000\",\"followers_count\":508,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1606679449\\/image_normal.jpg\",\"description\":\"L\\u2019utopie est \\u00e0 la politique, ce qu\\u2019est le fantasme \\u00e0 la sexualit\\u00e9. Le d\\u00e9sir guid\\u00e9 par nos utopies et nos fantasmes doit faire progresser notre vie.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"21702648\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1606679449\\/image_normal.jpg\",\"name\":\"Arthur Delacorta\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 23 22:36:57 +0000 2009\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":21702648,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/delacorta.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186301615554560,\"created_at\":\"Fri Feb 24 23:23:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2646000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "00ade702-00ad-498b-9bb5-b029756f4cc6-173186301615554560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais #lgw c'est tellement pas drôle ! les moyens techniques ne font pas tout ! #webrealtv POOOWER !!!!", +"img": { +"src": "http://a0.twimg.com/profile_images/1744121324/Red_normal.jpg" +}, +"title": "Romain d'Ippolito: Mais #lgw c'est tellement pas drôle ! les moyens techniques ne font pas tout ! #webrealtv POOOWER !!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2647000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais #lgw c'est tellement pas dr\\u00f4le ! les moyens techniques ne font pas tout ! #webrealtv POOOWER !!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]},{\"text\":\"webrealtv\",\"indices\":[79,89]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186305214259201\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Romain_RedEye\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3691,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"00bbff\",\"followers_count\":447,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1744121324\\/Red_normal.jpg\",\"description\":\"Je suis comme les enfants sans d\\u00e9fense immunitaires, je suis dans ma bulle... Sinon je suis R\\u00e9alisateur\\/Technicien de la WebRealTv ! \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"115033425\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1744121324\\/Red_normal.jpg\",\"name\":\"Romain d'Ippolito\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 17 11:47:25 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":115033425,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/www.webreal.tv\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186305214259201,\"created_at\":\"Fri Feb 24 23:23:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2647000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f017c1ba-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f32df18a-29df-4994-ac6b-c483e5ce442e-173186305214259201" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cette émission est vraiment special #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1782416968/_MG_6003_normal.JPG" +}, +"title": "vanessa purple: Cette émission est vraiment special #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2647000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Cette \\u00e9mission est vraiment special #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186305197477888\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":162,\"screen_name\":\"fauphylou\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2379,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/300292351\\/DSC_0176.JPG\",\"location\":\"france\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"009999\",\"followers_count\":185,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1782416968\\/_MG_6003_normal.JPG\",\"description\":\"A 18 ans elle est flemmarde,f\\u00eatarde, r\\u00eaveuse,Gamine, gourmande,n'a aucun sens des priorit\\u00e9s, gaffeuse,enfin a un humour a balais chiotte #laclasse \\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"164309576\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/300292351\\/DSC_0176.JPG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782416968\\/_MG_6003_normal.JPG\",\"name\":\"vanessa purple\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 08 15:17:23 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":164309576,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"https:\\/\\/www.facebook.com\\/pages\\/Vanessa-Purple-Photography\\/224889067583118\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186305197477888,\"created_at\":\"Fri Feb 24 23:23:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2647000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "59f0927e-cb14-4627-ae12-e66c2f8bac5b-173186305197477888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @CPonsolle: jeux de mains, jeux de Vinvin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: RT @CPonsolle: jeux de mains, jeux de Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2647000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @CPonsolle: jeux de mains, jeux de Vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"CPonsolle\",\"indices\":[3,13],\"name\":\"Christophe Ponsolle\",\"id_str\":\"25338852\",\"id\":25338852}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"jeux de mains, jeux de Vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186073093079040\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":364,\"location\":\"\",\"profile_text_color\":\"999393\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"statuses_count\":1208,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"protected\":false,\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Christophe Ponsolle\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":25338852,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\"},\"truncated\":false,\"id\":173186073093079040,\"created_at\":\"Fri Feb 24 23:22:32 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186304945819648\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"favourites_count\":30,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":664,\"location\":\"DtC\",\"profile_text_color\":\"333333\",\"followers_count\":208,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"statuses_count\":7365,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"monsieurhobby\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":78733185,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\"},\"truncated\":false,\"id\":173186304945819648,\"created_at\":\"Fri Feb 24 23:23:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2647000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eb9f6682-626f-4663-8515-c7f39c03711f-173186304945819648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je veux que @vinvin et @francoisrollin soient mes deux papas. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1817746719/tetocarre__1__normal.jpg" +}, +"title": "Noa M. Sanzo: Je veux que @vinvin et @francoisrollin soient mes deux papas. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2647000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je veux que @vinvin et @francoisrollin soient mes deux papas. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[12,19],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"francoisrollin\",\"indices\":[23,38],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186305759522816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":88,\"screen_name\":\"NoaMSanzo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":497,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/356217196\\/19258835.4.jpg\",\"location\":\"L\\u00e0 o\\u00f9 je dois \\u00eatre\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1817746719\\/tetocarre__1__normal.jpg\",\"description\":\"Perdu dans l'univers entre l'infiniment grand et l'infiniment petit.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"369706878\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/356217196\\/19258835.4.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817746719\\/tetocarre__1__normal.jpg\",\"name\":\"Noa M. Sanzo\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 07 20:16:58 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":369706878,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186305759522816,\"created_at\":\"Fri Feb 24 23:23:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2647000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "08405528-90a4-4df9-8b7c-4a3b686aff2a-173186305759522816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @CPonsolle: jeux de mains, jeux de Vinvin #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1619111722/DSC05656_normal.jpg" +}, +"title": "William: RT @CPonsolle: jeux de mains, jeux de Vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2647000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @CPonsolle: jeux de mains, jeux de Vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"CPonsolle\",\"indices\":[3,13],\"id_str\":\"25338852\",\"name\":\"Christophe Ponsolle\",\"id\":25338852}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"jeux de mains, jeux de Vinvin #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186073093079040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":364,\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"profile_text_color\":\"999393\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"name\":\"Christophe Ponsolle\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":25338852,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186073093079040,\"created_at\":\"Fri Feb 24 23:22:32 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186307361751041\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":823,\"screen_name\":\"Scofred_\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":18666,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"location\":\"France, Paris\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"009999\",\"followers_count\":620,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"description\":\"160 caract\\u00e8res, c'est trop peu ! Ma bio - http:\\/\\/about.me\\/scofred\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"131299967\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"name\":\"William\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 09 21:48:10 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":131299967,\"utc_offset\":3600,\"favourites_count\":117,\"url\":\"http:\\/\\/scofred.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186307361751041,\"created_at\":\"Fri Feb 24 23:23:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2647000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c3503874-1f18-4043-92b5-50a49bb0041c-173186307361751041" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @embruns: Marine Le Pen annule un meeting «faute d'argent» http://t.co/puoLgu2m #lgw #cendrillon", +"img": { +"src": "http://a0.twimg.com/profile_images/192388783/Picture0001_normal.jpg" +}, +"title": "Manuel Atréide: RT @embruns: Marine Le Pen annule un meeting «faute d'argent» http://t.co/puoLgu2m #lgw #cendrillon", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2647000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @embruns: Marine Le Pen annule un meeting \\u00abfaute d'argent\\u00bb http:\\/\\/t.co\\/puoLgu2m #lgw #cendrillon\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"embruns\",\"indices\":[3,11],\"id_str\":\"6241412\",\"name\":\"Laurent Gloaguen\",\"id\":6241412}],\"urls\":[{\"indices\":[62,82],\"expanded_url\":\"http:\\/\\/bit.ly\\/yw6W4z\",\"display_url\":\"bit.ly\\/yw6W4z\",\"url\":\"http:\\/\\/t.co\\/puoLgu2m\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[83,87]},{\"text\":\"cendrillon\",\"indices\":[88,99]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Marine Le Pen annule un meeting \\u00abfaute d'argent\\u00bb http:\\/\\/t.co\\/puoLgu2m #lgw #cendrillon\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[49,69],\"expanded_url\":\"http:\\/\\/bit.ly\\/yw6W4z\",\"display_url\":\"bit.ly\\/yw6W4z\",\"url\":\"http:\\/\\/t.co\\/puoLgu2m\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[70,74]},{\"text\":\"cendrillon\",\"indices\":[75,86]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183324704079872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":563,\"screen_name\":\"embruns\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":21944,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Montr\\u00e9al, Qc, Canada\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"followers_count\":4826,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"8c887c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"name\":\"Laurent Gloaguen\",\"default_profile_image\":false,\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_border_color\":\"7a7768\",\"id\":6241412,\"utc_offset\":-18000,\"favourites_count\":29,\"url\":\"http:\\/\\/embruns.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183324704079872,\"created_at\":\"Fri Feb 24 23:11:36 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186305952452608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":733,\"screen_name\":\"Manuelatreide\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":3811,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Paris - France\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"2FC2EF\",\"followers_count\":444,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/192388783\\/Picture0001_normal.jpg\",\"description\":\"Journaliste et blogueur Web, pour l'H\\u00e9micycle et BforBank. Twitteur de ce que je lis ailleurs que je ne lis pas dans nos grands m\\u00e9dias. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"37171764\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/192388783\\/Picture0001_normal.jpg\",\"name\":\"Manuel Atr\\u00e9ide\",\"default_profile_image\":false,\"created_at\":\"Sat May 02 09:33:00 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":37171764,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/about.me\\/atreide\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186305952452608,\"created_at\":\"Fri Feb 24 23:23:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2647000, +"tags": [ +{ +"id-ref": "efb8df56-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1862bd4b-755e-44c8-a98b-5449b540a75b-173186305952452608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je suis complétement paumé : j'ai une partie de ma TL dans ma télé. #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1705307372/hobbit-poster_normal.jpg" +}, +"title": "Florenzo84: Je suis complétement paumé : j'ai une partie de ma TL dans ma télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2649000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je suis compl\\u00e9tement paum\\u00e9 : j'ai une partie de ma TL dans ma t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186313535750144\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":567,\"screen_name\":\"florenzo84\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":18893,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":534,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"description\":\"Twitter c'est le seul endroit ou tu deviens tout excit\\u00e9 lorsqu'un inconnu se met \\u00e0 te suivre. Series & Cin\\u00e9 Addict.#LiveTweet #Roucasserie #CartelParisien\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"122429634\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"name\":\"Florenzo84\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 12 17:40:12 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":122429634,\"utc_offset\":null,\"favourites_count\":626,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186313535750144,\"created_at\":\"Fri Feb 24 23:23:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2649000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4584158a-9608-4131-8ff4-fc7a4097432f-173186313535750144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw j'arrive pas a zapper, émission naturelle et atmosphère attachante !", +"img": { +"src": "http://a0.twimg.com/profile_images/1848445121/image_normal.jpg" +}, +"title": "Farah Smei: #lgw j'arrive pas a zapper, émission naturelle et atmosphère attachante !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2649000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw j'arrive pas a zapper, \\u00e9mission naturelle et atmosph\\u00e8re attachante !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186315276398592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":87,\"screen_name\":\"FarahSmei\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Lyon 6\\u00e8me\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848445121\\/image_normal.jpg\",\"description\":\"Sapere aude. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"408430344\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848445121\\/image_normal.jpg\",\"name\":\"Farah Smei\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 09 12:15:56 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":408430344,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186315276398592,\"created_at\":\"Fri Feb 24 23:23:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2649000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "be265082-cb9a-4fc8-be49-bd22cb6aab30-173186315276398592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@BastienJoseph31 La Team Rugby a attaqué le #Cqui au #LGW, ça se voit direct. #TeamSF", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @BastienJoseph31 La Team Rugby a attaqué le #Cqui au #LGW, ça se voit direct. #TeamSF", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2650000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"BastienJoseph31\",\"favorited\":false,\"text\":\"@BastienJoseph31 La Team Rugby a attaqu\\u00e9 le #Cqui au #LGW, \\u00e7a se voit direct. #TeamSF\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"BastienJoseph31\",\"indices\":[0,16],\"name\":\"Bastien Joseph\",\"id_str\":\"191087175\",\"id\":191087175}],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[44,49]},{\"text\":\"LGW\",\"indices\":[53,57]},{\"text\":\"TeamSF\",\"indices\":[78,85]}]},\"in_reply_to_user_id\":191087175,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186316832481280\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"favourites_count\":254,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":156,\"location\":\"Paris Montparnasse - Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"statuses_count\":34421,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":104184883,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\"},\"truncated\":false,\"id\":173186316832481280,\"created_at\":\"Fri Feb 24 23:23:30 +0000 2012\",\"in_reply_to_user_id_str\":\"191087175\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2650000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73ddc0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dc3073fc-4d92-4957-8622-0db652e9d62d-173186316832481280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow Comme ta chemise. x) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1726420026/Kestrel_normal.jpg" +}, +"title": "Rémy -- La Merguez: @palmashow Comme ta chemise. x) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2651000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow Comme ta chemise. x) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186323694370817\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":96,\"screen_name\":\"Sokwamaii\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1037,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/322585571\\/guitar_8_93350.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"007a99\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1726420026\\/Kestrel_normal.jpg\",\"description\":\"K 3 S T R 3 L #Charl0tteFamily\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"305668802\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/322585571\\/guitar_8_93350.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1726420026\\/Kestrel_normal.jpg\",\"name\":\"R\\u00e9my -- La Merguez\",\"default_profile_image\":false,\"created_at\":\"Thu May 26 16:09:43 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":305668802,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173186323694370817,\"created_at\":\"Fri Feb 24 23:23:31 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2651000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "db8ba992-bbf3-4901-b591-f34e7193ab0e-173186323694370817" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "AH merde on a vu ma tête en arrière plan à cause du #ilpart :'D #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1703065016/twitterdec11_normal.jpg" +}, +"title": "Alvin Haddadène: AH merde on a vu ma tête en arrière plan à cause du #ilpart :'D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2651000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"AH merde on a vu ma t\\u00eate en arri\\u00e8re plan \\u00e0 cause du #ilpart :'D #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[52,59]},{\"text\":\"lgw\",\"indices\":[64,68]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186322461245440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":512,\"screen_name\":\"Alvin_Stick\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":7005,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"B40B43\",\"followers_count\":392,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"description\":\"21 ans. Gaymer. C\\u00e9libataire. Inspir\\u00e9 d'un fait r\\u00e9el. Chef de rubrique sur http:\\/\\/www.tomsgames.fr, pigiste au magazine Online Gamer, heureux co-papa de \\u21b4\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fa87f6\",\"id_str\":\"115834046\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"name\":\"Alvin Haddad\\u00e8ne\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 20 03:45:26 +0000 2010\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":115834046,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/www.latraverseedustick.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186322461245440,\"created_at\":\"Fri Feb 24 23:23:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2651000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1c97be1f-7dcd-44d3-9685-8ac31da05cb0-173186322461245440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@PolineLP Carrément ! on a tout la gamme ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1802232284/Capture_d__cran_2012-02-04___01.15.52_normal.png" +}, +"title": "Marion: @PolineLP Carrément ! on a tout la gamme ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2652000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"PolineLP\",\"favorited\":false,\"text\":\"@PolineLP Carr\\u00e9ment ! on a tout la gamme ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PolineLP\",\"indices\":[0,9],\"name\":\"Pauline \",\"id_str\":\"380413697\",\"id\":380413697}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"in_reply_to_user_id\":380413697,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173186200717365250,\"in_reply_to_status_id_str\":\"173186200717365250\",\"id_str\":\"173186326387113984\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"FFFFFF\",\"screen_name\":\"iiioon\",\"lang\":\"en\",\"favourites_count\":47,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":186,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"description\":\"Accro aux s\\u00e9ries et \\u00e0 l'humour. HeroCorpienne. \\r\\nEt pourquoi faire aujourd'hui c'que j'pourrai faire demain ?\",\"statuses_count\":11591,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"BF1238\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"protected\":false,\"id_str\":\"39847706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marion\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"created_at\":\"Wed May 13 21:57:02 +0000 2009\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"id\":39847706,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\"},\"truncated\":false,\"id\":173186326387113984,\"created_at\":\"Fri Feb 24 23:23:32 +0000 2012\",\"in_reply_to_user_id_str\":\"380413697\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2652000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0378bcc5-384e-4dcd-b8bd-8ac0a6334a63-173186326387113984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Finalement Rollin dans un film muet... Et Vinvin en noir et blanc... Faudrait essayer. #legrandwebze", +"img": { +"src": "http://a3.twimg.com/profile_images/33716352/SSL20530_normal.jpg" +}, +"title": "_Landry: Finalement Rollin dans un film muet... Et Vinvin en noir et blanc... Faudrait essayer. #legrandwebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2652000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Finalement Rollin dans un film muet... Et Vinvin en noir et blanc... Faudrait essayer. #legrandwebze\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"legrandwebze\",\"indices\":[87,100]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186326001221632\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"_Landry\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":28,\"location\":\"Rouen, fr\",\"profile_text_color\":\"333333\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/33716352\\/SSL20530_normal.jpg\",\"description\":\"\",\"statuses_count\":629,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"9538912\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"_Landry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Oct 19 09:25:27 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":9538912,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/chezlandry.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/33716352\\/SSL20530_normal.jpg\"},\"truncated\":false,\"id\":173186326001221632,\"created_at\":\"Fri Feb 24 23:23:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2652000, +"tags": [ +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4c9d30c1-dba7-4247-849a-fbf630e0fc46-173186326001221632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le Grand Webze piège le @Palmashow... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Le Grand Webze piège le @Palmashow... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2654000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le Grand Webze pi\\u00e8ge le @Palmashow... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[24,34],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186333416751104\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3239,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186333416751104,\"created_at\":\"Fri Feb 24 23:23:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2654000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "46841798-99fd-4353-9440-5086a57a3f73-173186333416751104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @BastienJoseph31: Mais WTF cette émission. #lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1746813509/avatar-southPark_normal.jpg" +}, +"title": "P'tit Filou: RT @BastienJoseph31: Mais WTF cette émission. #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2655000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @BastienJoseph31: Mais WTF cette \\u00e9mission. #lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"BastienJoseph31\",\"indices\":[3,19],\"name\":\"Bastien Joseph\",\"id_str\":\"191087175\",\"id\":191087175}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"cqui\",\"indices\":[51,56]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Mais WTF cette \\u00e9mission. #lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"cqui\",\"indices\":[30,35]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173183835524186112\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"favourites_count\":10,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1033,\"location\":\"Paris\",\"profile_text_color\":\"3C3940\",\"followers_count\":667,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"statuses_count\":3557,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Bastien Joseph\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":191087175,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\"},\"truncated\":false,\"id\":173183835524186112,\"created_at\":\"Fri Feb 24 23:13:38 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186339959877634\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"philippeBenoit_\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":39,\"location\":\"Essonnes\",\"profile_text_color\":\"333333\",\"followers_count\":18,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1746813509\\/avatar-southPark_normal.jpg\",\"description\":\"Juste un p'tit bonhomme passionn\\u00e9 par l'informatique...\",\"statuses_count\":87,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"454723252\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"P'tit Filou\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"created_at\":\"Wed Jan 04 09:27:21 +0000 2012\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":454723252,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.philippe-benoit.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1746813509\\/avatar-southPark_normal.jpg\"},\"truncated\":false,\"id\":173186339959877634,\"created_at\":\"Fri Feb 24 23:23:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2655000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d7466536-e833-4e29-9768-502af01aff53-173186339959877634" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vinvin pue la merde. C'est incroyable cette émission. Qu'est ce que Rollin fout là? Qui a autorisé ça? C'est une idée de loic le meur? #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1300818041/twitter_frite_normal.jpg" +}, +"title": "rorolafrite: Vinvin pue la merde. C'est incroyable cette émission. Qu'est ce que Rollin fout là? Qui a autorisé ça? C'est une idée de loic le meur? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2656000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vinvin pue la merde. C'est incroyable cette \\u00e9mission. Qu'est ce que Rollin fout l\\u00e0? Qui a autoris\\u00e9 \\u00e7a? C'est une id\\u00e9e de loic le meur? #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[135,139]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186343713783808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":366,\"screen_name\":\"rorolafrite\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":2109,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/50572791\\/fondtwitter.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"b05007\",\"followers_count\":385,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1300818041\\/twitter_frite_normal.jpg\",\"description\":\"En 87, j'\\u00e9tais maire d'Antibes. Apr\\u00e8s j'en ai eu marre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"473623\",\"id_str\":\"7118592\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/50572791\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"cfb080\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1300818041\\/twitter_frite_normal.jpg\",\"name\":\"rorolafrite\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 27 21:21:56 +0000 2007\",\"profile_sidebar_border_color\":\"b05403\",\"id\":7118592,\"utc_offset\":3600,\"favourites_count\":15,\"url\":\"http:\\/\\/cargocollective.com\\/doublescottie\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186343713783808,\"created_at\":\"Fri Feb 24 23:23:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2656000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0193d2e2-8e49-4cf0-bfa6-22479dc8afeb-173186343713783808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KolyaFR fous France 5 à la télé #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1255908033/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png" +}, +"title": "Crazou: @KolyaFR fous France 5 à la télé #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2657000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@KolyaFR fous France 5 \\u00e0 la t\\u00e9l\\u00e9 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KolyaFR\",\"indices\":[0,8],\"id_str\":\"109725925\",\"name\":\"Florian Descamps\",\"id\":109725925}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173185968780754944\",\"id_str\":\"173186347455090689\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185968780754944,\"in_reply_to_user_id_str\":\"109725925\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":52,\"screen_name\":\"crazou_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":154,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1255908033\\/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"120808218\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1255908033\\/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png\",\"name\":\"Crazou\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 07 16:26:59 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":120808218,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"KolyaFR\",\"truncated\":false,\"id\":173186347455090689,\"created_at\":\"Fri Feb 24 23:23:37 +0000 2012\",\"in_reply_to_user_id\":109725925}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2657000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7369d4f9-bdb1-4ba9-a546-7ecffa88db10-173186347455090689" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @pandanael: Ça y est, ils sont en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. Mémé, si tu m'entends ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @pandanael: Ça y est, ils sont en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. Mémé, si tu m'entends ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2658000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @pandanael: \\u00c7a y est, ils sont en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. M\\u00e9m\\u00e9, si tu m'entends ...\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"pandanael\",\"indices\":[3,13],\"name\":\"justice pandine\",\"id_str\":\"177984098\",\"id\":177984098}],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[71,75]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u00c7a y est, ils sont en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. M\\u00e9m\\u00e9, si tu m'entends : JE TE BISE !!!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[56,60]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186022623023104\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"adffef\",\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"favourites_count\":1862,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1340,\"location\":\"Bambouseraie\",\"profile_text_color\":\"1a0e1a\",\"followers_count\":2570,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"statuses_count\":28275,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"show_all_inline_media\":false,\"listed_count\":193,\"profile_link_color\":\"9058d1\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"protected\":false,\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"justice pandine\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_fill_color\":\"f5fafa\",\"id\":177984098,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\"},\"truncated\":false,\"id\":173186022623023104,\"created_at\":\"Fri Feb 24 23:22:20 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186350336573443\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":543,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"statuses_count\":635,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Royer Charles-Henri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":185396126,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\"},\"truncated\":true,\"id\":173186350336573443,\"created_at\":\"Fri Feb 24 23:23:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2658000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "64899073-19b1-4810-9f4f-9e08ccad797c-173186350336573443" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bisousssssss François Rollin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: Bisousssssss François Rollin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2659000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bisousssssss Fran\\u00e7ois Rollin #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186355935977472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39022,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186355935977472,\"created_at\":\"Fri Feb 24 23:23:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2659000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7b173faa-6063-4e86-ba2a-0c317668abfa-173186355935977472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW j'adore cette chemise", +"img": { +"src": "http://a0.twimg.com/profile_images/1281493147/new-logo-taleque-multimedia-web_normal.jpg" +}, +"title": "Maud Talêque: #LGW j'adore cette chemise", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2662000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW j'adore cette chemise\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.samsungmobile.com\\\" rel=\\\"nofollow\\\"\\u003ESamsung Mobile\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186367596142592\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"fff8ad\",\"screen_name\":\"Taleque\",\"lang\":\"fr\",\"favourites_count\":8,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":169,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":71,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1281493147\\/new-logo-taleque-multimedia-web_normal.jpg\",\"description\":\"Infographiste toujours \\u00e0 v\\u00e9lo - photographe du web au print je passe partout.\",\"statuses_count\":730,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/115483974\\/bg-twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0099CC\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"60652693\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Maud Tal\\u00eaque\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/115483974\\/bg-twitter.jpg\",\"created_at\":\"Mon Jul 27 17:17:59 +0000 2009\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"id\":60652693,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.taleque.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1281493147\\/new-logo-taleque-multimedia-web_normal.jpg\"},\"truncated\":false,\"id\":173186367596142592,\"created_at\":\"Fri Feb 24 23:23:42 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2662000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "004bc5ab-ea42-4720-8468-bb17568a7e99-173186367596142592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin poli. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1844691230/profile_normal.png" +}, +"title": "Lynda Sweez : Rollin poli. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2663000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Rollin poli. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186373845651456\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"zedalynews\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":444,\"location\":\"Coin:C dans une cale en bourre\",\"profile_text_color\":\"333333\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\",\"description\":\"Les jeux de mots, c'est mon dada. Amin approuve ce message. \",\"statuses_count\":10701,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"e072c1\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"244639293\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Lynda Sweez \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"created_at\":\"Sat Jan 29 19:45:40 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":244639293,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.jeBoxeAvecNemo.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\"},\"truncated\":false,\"id\":173186373845651456,\"created_at\":\"Fri Feb 24 23:23:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2663000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1f7df45f-4fc5-47a3-b853-e4cd31c8671b-173186373845651456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Le Grand Webze piège le @Palmashow... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: RT @LeGrandWebze: Le Grand Webze piège le @Palmashow... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2663000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Le Grand Webze pi\\u00e8ge le @Palmashow... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"palmashow\",\"indices\":[42,52],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Le Grand Webze pi\\u00e8ge le @Palmashow... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[24,34],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186333416751104\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3240,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186333416751104,\"created_at\":\"Fri Feb 24 23:23:34 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186374051176448\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4895,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186374051176448,\"created_at\":\"Fri Feb 24 23:23:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2663000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "464cbe0d-f71a-46e0-bc0e-6a93ac916399-173186374051176448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ahah non? Énorme ! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: Ahah non? Énorme ! #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2664000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ahah non? \\u00c9norme ! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186377461149696\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":591,\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"profile_text_color\":\"520000\",\"statuses_count\":18713,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"followers_count\":506,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"d61d08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"name\":\"Camille .\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":93848420,\"utc_offset\":-36000,\"favourites_count\":14,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186377461149696,\"created_at\":\"Fri Feb 24 23:23:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2664000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "13fcfb47-4856-485f-802a-cea6bdf3953c-173186377461149696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le gars gaze la chemise de l'autre gars dans #lgw normalement c'est pas \"pas les vêtements, pas les mamans\".", +"img": { +"src": "http://a0.twimg.com/profile_images/1851376669/gifs_zabuza_26_1__normal.gif" +}, +"title": "Ferhat Dendoune: Le gars gaze la chemise de l'autre gars dans #lgw normalement c'est pas \"pas les vêtements, pas les mamans\".", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2667000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le gars gaze la chemise de l'autre gars dans #lgw normalement c'est pas \\\"pas les v\\u00eatements, pas les mamans\\\".\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186389016457216\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1993,\"screen_name\":\"Nara_Shikamaru4\",\"lang\":\"en\",\"profile_text_color\":\"542A1D\",\"statuses_count\":7127,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/421171500\\/Zabuza.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"EF3C7D\",\"followers_count\":505,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851376669\\/gifs_zabuza_26_1__normal.gif\",\"description\":\"Que les baltringues de Konoha commencent \\u00e0 chier dans leur froc. On vient pas du m\\u00eame endroit...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"F6E3D9\",\"id_str\":\"74527443\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421171500\\/Zabuza.jpg\",\"profile_sidebar_fill_color\":\"F8C2DC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851376669\\/gifs_zabuza_26_1__normal.gif\",\"name\":\"Ferhat Dendoune\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 15 19:12:53 +0000 2009\",\"profile_sidebar_border_color\":\"C42639\",\"id\":74527443,\"utc_offset\":-10800,\"favourites_count\":4,\"url\":\"https:\\/\\/plus.google.com\\/104684333822937350642\\/about\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186389016457216,\"created_at\":\"Fri Feb 24 23:23:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2667000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "84dcfd1a-5c81-42a1-8bd7-fe8bdfc4dbbf-173186389016457216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1813277782/profil_normal.jpg" +}, +"title": "annabel s. alves : RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2667000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @RabaTaJoie: Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"RabaTaJoie\",\"indices\":[3,14],\"id_str\":\"304883768\",\"name\":\"CasseCouilles\",\"id\":304883768}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[78,82]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185028925304833\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":360,\"screen_name\":\"RabaTaJoie\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9010,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"La France de l'exterieur \",\"show_all_inline_media\":true,\"listed_count\":49,\"profile_link_color\":\"009999\",\"followers_count\":660,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"description\":\"Trois personnes peuvent garder un secret, si deux d'entre elles sont mortes. - B. Franklin.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"304883768\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"name\":\"CasseCouilles\",\"default_profile_image\":false,\"created_at\":\"Wed May 25 08:22:01 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":304883768,\"utc_offset\":3600,\"favourites_count\":67,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185028925304833,\"created_at\":\"Fri Feb 24 23:18:23 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186390694166530\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":811,\"screen_name\":\"annabeldessin\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":4792,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/341403463\\/Yeux_Annajung.jpg\",\"location\":\"France, Nice(06)\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"2FC2EF\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1813277782\\/profil_normal.jpg\",\"description\":\"Styliste, conceptrice, mod\\u00e9liste;inadapt\\u00e9e scolaire,surdou\\u00e9e cancre;n'y arrivera jamais dans la vie,elle dessine,elle dessine,elle dessine...(\\u00e9duc. nationale)\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"106986321\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/341403463\\/Yeux_Annajung.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813277782\\/profil_normal.jpg\",\"name\":\"annabel s. alves \",\"default_profile_image\":false,\"created_at\":\"Thu Jan 21 07:51:27 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":106986321,\"utc_offset\":3600,\"favourites_count\":37,\"url\":\"https:\\/\\/sites.google.com\\/site\\/annabelalvessovieri\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186390694166530,\"created_at\":\"Fri Feb 24 23:23:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2667000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "96b42b73-7e34-494a-bf3f-6d99dadee92e-173186390694166530" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @kevrocksyou: #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1833673686/image_normal.jpg" +}, +"title": "Chloe Kessler: RT @kevrocksyou: #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2669000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @kevrocksyou: #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"kevrocksyou\",\"indices\":[3,15],\"name\":\"Kevin Ber\",\"id_str\":\"29543088\",\"id\":29543088}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[17,21]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184517006311425\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"00904b\",\"screen_name\":\"kevrocksyou\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":413,\"location\":\"paradise\",\"profile_text_color\":\"000000\",\"followers_count\":164,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1772648103\\/AjvAeDPCMAA9uQ3_normal.jpg\",\"description\":\"just livin' the dream. \",\"statuses_count\":3466,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/131986065\\/mqpro_herringboneGreen.br.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"00904b\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Atlantic Time (Canada)\",\"profile_background_color\":\"00904b\",\"protected\":false,\"id_str\":\"29543088\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Kevin Ber\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/131986065\\/mqpro_herringboneGreen.br.jpg\",\"created_at\":\"Tue Apr 07 20:57:59 +0000 2009\",\"profile_sidebar_fill_color\":\"eeeeee\",\"id\":29543088,\"follow_request_sent\":null,\"utc_offset\":-14400,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1772648103\\/AjvAeDPCMAA9uQ3_normal.jpg\"},\"truncated\":false,\"id\":173184517006311425,\"created_at\":\"Fri Feb 24 23:16:21 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186397014994945\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"777367\",\"screen_name\":\"chl03k\",\"lang\":\"en\",\"favourites_count\":22,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":394,\"location\":\"philadelphia, pa\",\"profile_text_color\":\"F71E74\",\"followers_count\":136,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833673686\\/image_normal.jpg\",\"description\":\"throw off the bowlines, sail away from safe harbor\",\"statuses_count\":2790,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/352816902\\/xc78d191f38d862f77463ba2cf9738ec.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"B3EC17\",\"protected\":false,\"id_str\":\"292638694\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Chloe Kessler\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/352816902\\/xc78d191f38d862f77463ba2cf9738ec.png\",\"created_at\":\"Wed May 04 00:07:49 +0000 2011\",\"profile_sidebar_fill_color\":\"CEC7AC\",\"id\":292638694,\"follow_request_sent\":null,\"utc_offset\":-18000,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833673686\\/image_normal.jpg\"},\"truncated\":false,\"id\":173186397014994945,\"created_at\":\"Fri Feb 24 23:23:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2669000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "90da0a8c-1f11-4041-9581-004793578e86-173186397014994945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze plus qu'une émission, c'est un concept (comprendre: un joyeux boredl) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1794196247/serious-cat_-_Copie__2__normal.jpg" +}, +"title": "victor lehoussine: @LeGrandWebze plus qu'une émission, c'est un concept (comprendre: un joyeux boredl) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2671000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze plus qu'une \\u00e9mission, c'est un concept (comprendre: un joyeux boredl) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[84,88]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186404338249728\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"vodevil_art\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":156,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/412042973\\/colour.jpg\",\"location\":\"rennes\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1794196247\\/serious-cat_-_Copie__2__normal.jpg\",\"description\":\"#Geek & #Gamer et occasionnellement \\u00e9tudiant en M1 #communication \\u00e0 Rennes :: La t\\u00eate et la peau dans les \\u00e9toiles :: Musicien \\u00e0 la recherche de nouveaux projets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"169166835\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412042973\\/colour.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1794196247\\/serious-cat_-_Copie__2__normal.jpg\",\"name\":\"victor lehoussine\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 21 18:17:32 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":169166835,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173186404338249728,\"created_at\":\"Fri Feb 24 23:23:51 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2671000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "49cb4be6-adfc-4b5e-8d94-8d0803d6d46c-173186404338249728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Charles_Liebert yeaaaaahhhh you're the man !!!! #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: @Charles_Liebert yeaaaaahhhh you're the man !!!! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2672000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Charles_Liebert yeaaaaahhhh you're the man !!!! #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Charles_Liebert\",\"indices\":[0,16],\"id_str\":\"610993\",\"name\":\"Charles Liebert\",\"id\":610993}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]},{\"text\":\"cqui\",\"indices\":[54,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173186280446894081\",\"id_str\":\"173186411871223808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186280446894081,\"in_reply_to_user_id_str\":\"610993\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6697,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":\"Charles_Liebert\",\"truncated\":false,\"id\":173186411871223808,\"created_at\":\"Fri Feb 24 23:23:52 +0000 2012\",\"in_reply_to_user_id\":610993}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2672000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "386f91ff-7b14-466c-919d-e4de5bb3dd13-173186411871223808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #iReste @LeGrandWebze c'est cool cet émission !", +"img": { +"src": "http://a0.twimg.com/profile_images/1838207664/image_normal.jpg" +}, +"title": "Sanchez Théo: #lgw #iReste @LeGrandWebze c'est cool cet émission !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2672000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #iReste @LeGrandWebze c'est cool cet \\u00e9mission !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[13,26],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"iReste\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186410550001665\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":62,\"screen_name\":\"sanchez_theo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":144,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"374697529\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"name\":\"Sanchez Th\\u00e9o\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 16 19:34:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":374697529,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186410550001665,\"created_at\":\"Fri Feb 24 23:23:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2672000, +"tags": [ +{ +"id-ref": "efbbbfaa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f383e969-fbd0-4f2d-b429-f3e46bbfe4af-173186410550001665" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bravo @AurelieRida @balmeyer @le_pseudo @Nain_Portekoi @pierrotbeerbaum @watchmefalll @ZeMouton ! http://t.co/4jnewqO5 #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1633621191/avatar_normal.png" +}, +"title": "Tweets de Comptoir: Bravo @AurelieRida @balmeyer @le_pseudo @Nain_Portekoi @pierrotbeerbaum @watchmefalll @ZeMouton ! http://t.co/4jnewqO5 #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2672000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Bravo @AurelieRida @balmeyer @le_pseudo @Nain_Portekoi @pierrotbeerbaum @watchmefalll @ZeMouton ! http:\\/\\/t.co\\/4jnewqO5 #lgw\",\"entities\":{\"urls\":[{\"display_url\":\"t2c.tw\\/eetsLGW\",\"indices\":[98,118],\"expanded_url\":\"http:\\/\\/t2c.tw\\/eetsLGW\",\"url\":\"http:\\/\\/t.co\\/4jnewqO5\"}],\"user_mentions\":[{\"screen_name\":\"AurelieRida\",\"indices\":[6,18],\"name\":\"Aur\\u00e9lie\",\"id_str\":\"148478921\",\"id\":148478921},{\"screen_name\":\"balmeyer\",\"indices\":[19,28],\"name\":\"Balmeyer\",\"id_str\":\"7288872\",\"id\":7288872},{\"screen_name\":\"le_pseudo\",\"indices\":[29,39],\"name\":\"Le pseudo\",\"id_str\":\"88948038\",\"id\":88948038},{\"screen_name\":\"Nain_Portekoi\",\"indices\":[40,54],\"name\":\"Nain Portekoi\",\"id_str\":\"18551800\",\"id\":18551800},{\"screen_name\":\"pierrotbeerbaum\",\"indices\":[55,71],\"name\":\"Pierrot Beerbaum\",\"id_str\":\"42892285\",\"id\":42892285},{\"screen_name\":\"watchmefalll\",\"indices\":[72,85],\"name\":\"watchmefalll\",\"id_str\":\"161378075\",\"id\":161378075},{\"screen_name\":\"ZeMouton\",\"indices\":[86,95],\"name\":\"ZeMouton\",\"id_str\":\"372233134\",\"id\":372233134}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[120,124]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186408687738881\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffcc00\",\"screen_name\":\"Tweets2Comptoir\",\"lang\":\"fr\",\"favourites_count\":5604,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":3071,\"location\":\"Dans tes tweets\",\"profile_text_color\":\"3f3210\",\"description\":\"Tweets de Comptoir est l\\u00e0 pour rendre quotidiennement compte de l'activit\\u00e9 subversive des tweetos, en d\\u00e9non\\u00e7ant les meilleurs tweets publi\\u00e9s.\",\"statuses_count\":2934,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"show_all_inline_media\":true,\"listed_count\":188,\"profile_link_color\":\"3b8ab2\",\"followers_count\":6457,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d1f5c\",\"protected\":false,\"id_str\":\"227334618\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Tweets de Comptoir\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"created_at\":\"Thu Dec 16 15:29:51 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":227334618,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/tweetsdecomptoir.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\"},\"in_reply_to_status_id\":null,\"id\":173186408687738881,\"created_at\":\"Fri Feb 24 23:23:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2672000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2086e694-1e74-4bd1-ab65-ba50423ef0b6-173186408687738881" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Hands par Rollin et Vinvin, magnifique, tout ce que j'aime !", +"img": { +"src": "http://a3.twimg.com/profile_images/1590878551/ozi2_normal.jpg" +}, +"title": "Sylvie Bourasseau: #lgw Hands par Rollin et Vinvin, magnifique, tout ce que j'aime !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2674000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Hands par Rollin et Vinvin, magnifique, tout ce que j'aime !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186418800205826\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":281,\"screen_name\":\"Ozephe\",\"lang\":\"fr\",\"profile_text_color\":\"b8a586\",\"statuses_count\":366,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/297952025\\/nbn.jpg\",\"location\":\"Carr\\u00e9ment \\u00e0 l'ouest...\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"3a5a61\",\"followers_count\":72,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1590878551\\/ozi2_normal.jpg\",\"description\":\"Etudiante c\\u00f4ti\\u00e8re graphomane et andro\\u00efdophile.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"182736\",\"id_str\":\"50641881\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/297952025\\/nbn.jpg\",\"profile_sidebar_fill_color\":\"2d3545\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1590878551\\/ozi2_normal.jpg\",\"name\":\"Sylvie Bourasseau\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 25 13:16:51 +0000 2009\",\"profile_sidebar_border_color\":\"dce0e8\",\"id\":50641881,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186418800205826,\"created_at\":\"Fri Feb 24 23:23:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2674000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8eb4bd0f-4d6a-4467-b715-8b6335cc35e9-173186418800205826" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@systaime en pointe sur #lgw ça devrait être lui l'animateur de la soirée", +"img": { +"src": "http://a1.twimg.com/profile_images/1049556629/q688715665_7061_normal.jpg" +}, +"title": "Loiez: @systaime en pointe sur #lgw ça devrait être lui l'animateur de la soirée", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2675000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@systaime en pointe sur #lgw \\u00e7a devrait \\u00eatre lui l'animateur de la soir\\u00e9e\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"systaime\",\"indices\":[0,9],\"id_str\":\"622593\",\"name\":\"systaime\",\"id\":622593}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186420972863488\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"622593\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":256,\"screen_name\":\"Loiez\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":4591,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/10133209\\/fondtwitter.JPG\",\"location\":\"Clermont-Ferrand (France)\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"2FC2EF\",\"followers_count\":243,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1049556629\\/q688715665_7061_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"616943\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/10133209\\/fondtwitter.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1049556629\\/q688715665_7061_normal.jpg\",\"name\":\"Loiez\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 09 08:29:54 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":616943,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.loiezdeniel.com\"},\"in_reply_to_screen_name\":\"systaime\",\"truncated\":false,\"id\":173186420972863488,\"created_at\":\"Fri Feb 24 23:23:55 +0000 2012\",\"in_reply_to_user_id\":622593}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2675000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9fc4f22-be0f-41b7-97c9-d0016da46f66-173186420972863488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une caméra cachée généralement c'est dans un sac, ça bouge pas. Là ils l'ont mis dans un chat ou quoi ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: Une caméra cachée généralement c'est dans un sac, ça bouge pas. Là ils l'ont mis dans un chat ou quoi ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2678000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Une cam\\u00e9ra cach\\u00e9e g\\u00e9n\\u00e9ralement c'est dans un sac, \\u00e7a bouge pas. L\\u00e0 ils l'ont mis dans un chat ou quoi ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[104,108]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186437221588992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5852,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186437221588992,\"created_at\":\"Fri Feb 24 23:23:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2678000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "59acfa55-5079-4358-b173-61a9518a1167-173186437221588992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hey #lgw en Trending Topics !! juste après #cesar2012 (pour le moment)", +"img": { +"src": "http://a3.twimg.com/profile_images/1701271731/LOOtQL7Q_normal" +}, +"title": "Nicolas Laubriat: Hey #lgw en Trending Topics !! juste après #cesar2012 (pour le moment)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2679000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Hey #lgw en Trending Topics !! juste apr\\u00e8s #cesar2012 (pour le moment)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[4,8]},{\"text\":\"cesar2012\",\"indices\":[43,53]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186440467976192\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"NicolasLaubriat\",\"lang\":\"fr\",\"favourites_count\":13,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":98,\"location\":\"Annecy\",\"profile_text_color\":\"333333\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1701271731\\/LOOtQL7Q_normal\",\"description\":\"Etudiant en premi\\u00e8re ann\\u00e9e de m\\u00e9decine a la fac de Grenoble. \",\"statuses_count\":155,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"299612640\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Nicolas Laubriat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon May 16 11:59:05 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":299612640,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1701271731\\/LOOtQL7Q_normal\"},\"truncated\":false,\"id\":173186440467976192,\"created_at\":\"Fri Feb 24 23:23:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2679000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "96954127-beeb-486e-b11d-9a2ed6ab6a3d-173186440467976192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Haaa de la créa ! #lgw ^^", +"img": { +"src": "http://a2.twimg.com/profile_images/1609615947/avatar_normal.jpg" +}, +"title": "Christophe WEILL: Haaa de la créa ! #lgw ^^", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2679000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Haaa de la cr\\u00e9a ! #lgw ^^\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186437934624770\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":487,\"screen_name\":\"tractataire\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9394,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"location\":\"Montpellier, France\",\"show_all_inline_media\":true,\"listed_count\":18,\"profile_link_color\":\"8f6e31\",\"followers_count\":426,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"description\":\"Communication globale multimedia : print, web, video, e-learning. Curieux et news-addict !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7c985\",\"id_str\":\"24436721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"profile_sidebar_fill_color\":\"a7c964\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"name\":\"Christophe WEILL\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 14 21:54:13 +0000 2009\",\"profile_sidebar_border_color\":\"7b9d01\",\"id\":24436721,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.tractataire.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186437934624770,\"created_at\":\"Fri Feb 24 23:23:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2679000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "81e0cac2-8ee1-41e0-9026-7afa57b27901-173186437934624770" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilPart", +"img": { +"src": "http://a3.twimg.com/profile_images/1620411749/lapin_normal.jpg" +}, +"title": "Noé: #lgw #ilPart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2679000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilPart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilPart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186441415892992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":108,\"screen_name\":\"noeserres\",\"lang\":\"fr\",\"profile_text_color\":\"a1a38e\",\"statuses_count\":609,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/218766662\\/3755249609_99994534ed_b.jpg\",\"location\":\"Toulouse\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2b3829\",\"followers_count\":36,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1620411749\\/lapin_normal.jpg\",\"description\":\"i'm going slightly mad...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"284f59\",\"id_str\":\"257042821\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/218766662\\/3755249609_99994534ed_b.jpg\",\"profile_sidebar_fill_color\":\"4d7a75\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1620411749\\/lapin_normal.jpg\",\"name\":\"No\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 24 16:11:39 +0000 2011\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":257042821,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/www.sylvainserres.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186441415892992,\"created_at\":\"Fri Feb 24 23:23:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2679000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "400f691f-f9e5-48b0-84ef-ed29a0bb711c-173186441415892992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw cesar ienne", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw cesar ienne", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2680000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw cesar ienne\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186445417259008\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"statuses_count\":704,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Thibaut Devillers\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":92095420,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\"},\"truncated\":false,\"id\":173186445417259008,\"created_at\":\"Fri Feb 24 23:24:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2680000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4b31b78e-0c29-4479-a19f-5a71c5f1e49f-173186445417259008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a1.twimg.com/profile_images/74411386/1240505504_normal.jpg" +}, +"title": "Swann Seinfeld: #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2681000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186447212425219\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"paikan4\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":142,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"088253\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/74411386\\/1240505504_normal.jpg\",\"description\":\"Professeur documentaliste en coll\\u00e8ge dans les Hauts de Seine\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"19823139\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/74411386\\/1240505504_normal.jpg\",\"name\":\"Swann Seinfeld\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 31 17:32:38 +0000 2009\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":19823139,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.netvibes.com\\/swannseinfeld#General\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186447212425219,\"created_at\":\"Fri Feb 24 23:24:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2681000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4f55e5d3-1194-4463-b44f-c24e4b2eb100-173186447212425219" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'me sens Cabrel, quand je vois. Je vois tout ça! #lalala #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1671170405/lepetitwebze_normal.jpg" +}, +"title": "Le Petit Webze: J'me sens Cabrel, quand je vois. Je vois tout ça! #lalala #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2681000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'me sens Cabrel, quand je vois. Je vois tout \\u00e7a! #lalala #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lalala\",\"indices\":[50,57]},{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186449728999424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":183,\"screen_name\":\"LePetitWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":119,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":60,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1671170405\\/lepetitwebze_normal.jpg\",\"description\":\"le TEDx est au TED ce que @LePetitWebze est \\u00e0 @LeGrandWebze (compte de FanArt LolFan)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"420704703\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1671170405\\/lepetitwebze_normal.jpg\",\"name\":\"Le Petit Webze\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 25 00:12:18 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":420704703,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/soundcloud.com\\/lepetitwebze\\/lepetitwebze\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186449728999424,\"created_at\":\"Fri Feb 24 23:24:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2681000, +"tags": [ +{ +"id-ref": "f01c7174-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "847becfe-6441-404b-99a2-43ecabd2f257-173186449728999424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Question à @vinvin dans #lgw : c'est selon quel résultat des césars déjà que tu devais faire des claquettes ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1803920053/hartza_anon_normal.gif" +}, +"title": "Christophe BONNARD: Question à @vinvin dans #lgw : c'est selon quel résultat des césars déjà que tu devais faire des claquettes ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2683000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Question \\u00e0 @vinvin dans #lgw : c'est selon quel r\\u00e9sultat des c\\u00e9sars d\\u00e9j\\u00e0 que tu devais faire des claquettes ?\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[11,18],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186454309179392\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"hartza_info\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":409,\"location\":\"64250 LOUHOSSOA\",\"profile_text_color\":\"333333\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"description\":\"auto-entrepreneur\\r\\nR\\u00e9paration, assistance et maintenance informatique, Cr\\u00e9ation de Site Internet, Montage Vid\\u00e9o, Infographie...\",\"statuses_count\":3510,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"123547535\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Christophe BONNARD\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"created_at\":\"Tue Mar 16 12:35:18 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":123547535,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/hartza.info\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\"},\"truncated\":false,\"id\":173186454309179392,\"created_at\":\"Fri Feb 24 23:24:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2683000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b8ee1c47-5599-493b-b2a4-8457ebbe4bef-173186454309179392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Jeu de mains, jeu de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1494947744/chaperon_normal.jpg" +}, +"title": "RonRonChaperon: Jeu de mains, jeu de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2686000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Jeu de mains, jeu de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[21,28],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186467957444609\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"840846\",\"screen_name\":\"RonRonChaperon\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":112,\"location\":\"Pays des loups\",\"profile_text_color\":\"FD9D77\",\"followers_count\":30,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1494947744\\/chaperon_normal.jpg\",\"description\":\"Cherche mon gros loup\",\"statuses_count\":134,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/316006376\\/x1c58d25cd2e003ef493aa666c581a1a.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"FE7471\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"EBC79B\",\"protected\":false,\"id_str\":\"346544671\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"RonRonChaperon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/316006376\\/x1c58d25cd2e003ef493aa666c581a1a.png\",\"created_at\":\"Mon Aug 01 12:55:32 +0000 2011\",\"profile_sidebar_fill_color\":\"DA4968\",\"id\":346544671,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1494947744\\/chaperon_normal.jpg\"},\"truncated\":false,\"id\":173186467957444609,\"created_at\":\"Fri Feb 24 23:24:06 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2686000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7c419b26-93b6-4088-a8ba-dc39760c6b62-173186467957444609" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh la camera caché hommage à The Artist :D #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Oh la camera caché hommage à The Artist :D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2687000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh la camera cach\\u00e9 hommage \\u00e0 The Artist :D #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186474072752129\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186474072752129,\"created_at\":\"Fri Feb 24 23:24:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2687000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ed73dabd-f708-492a-85de-9dd1009fcc8c-173186474072752129" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze merci de m'aider à réfléchir #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849151891/1764739210_small_normal.jpg" +}, +"title": "Armand Verseau: @LeGrandWebze merci de m'aider à réfléchir #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2690000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze merci de m'aider \\u00e0 r\\u00e9fl\\u00e9chir #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186485074395138\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":26,\"screen_name\":\"armandverseau\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":15,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"location\":\"Bordeaux, Fr\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"followers_count\":15,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849151891\\/1764739210_small_normal.jpg\",\"description\":\"Donneur de vie\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"642D8B\",\"id_str\":\"111817288\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849151891\\/1764739210_small_normal.jpg\",\"name\":\"Armand Verseau\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 06 06:41:16 +0000 2010\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":111817288,\"utc_offset\":-36000,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173186485074395138,\"created_at\":\"Fri Feb 24 23:24:10 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2690000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "db9d1bd4-75f1-4593-a84f-1bdc01fcd90a-173186485074395138" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Charles_Liebert @LudoDelaherche allez, mission plaquage maintenant. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: @Charles_Liebert @LudoDelaherche allez, mission plaquage maintenant. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2691000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Charles_Liebert @LudoDelaherche allez, mission plaquage maintenant. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Charles_Liebert\",\"indices\":[0,16],\"id_str\":\"610993\",\"name\":\"Charles Liebert\",\"id\":610993},{\"screen_name\":\"LudoDelaherche\",\"indices\":[17,32],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173186280446894081\",\"id_str\":\"173186490522800128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186280446894081,\"in_reply_to_user_id_str\":\"610993\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3887,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":518,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":\"Charles_Liebert\",\"truncated\":false,\"id\":173186490522800128,\"created_at\":\"Fri Feb 24 23:24:11 +0000 2012\",\"in_reply_to_user_id\":610993}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2691000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "712d8e91-017e-416c-9395-eb0e6f309a85-173186490522800128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@OhOceane: (Désolée d'interrompre le paluchage collectif, mais c'est assez nul #lgw, non ?)” j'aurais dit trop ou définitivement pas assez", +"img": { +"src": "http://a0.twimg.com/profile_images/1606679449/image_normal.jpg" +}, +"title": "Arthur Delacorta: “@OhOceane: (Désolée d'interrompre le paluchage collectif, mais c'est assez nul #lgw, non ?)” j'aurais dit trop ou définitivement pas assez", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2694000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@OhOceane: (D\\u00e9sol\\u00e9e d'interrompre le paluchage collectif, mais c'est assez nul #lgw, non ?)\\u201d j'aurais dit trop ou d\\u00e9finitivement pas assez\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"OhOceane\",\"indices\":[1,10],\"id_str\":\"72379694\",\"name\":\"ASL\",\"id\":72379694}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[80,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186502178783232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1663,\"screen_name\":\"ArthurDelacorta\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":9836,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":33,\"profile_link_color\":\"FF0000\",\"followers_count\":508,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1606679449\\/image_normal.jpg\",\"description\":\"L\\u2019utopie est \\u00e0 la politique, ce qu\\u2019est le fantasme \\u00e0 la sexualit\\u00e9. Le d\\u00e9sir guid\\u00e9 par nos utopies et nos fantasmes doit faire progresser notre vie.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"21702648\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1606679449\\/image_normal.jpg\",\"name\":\"Arthur Delacorta\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 23 22:36:57 +0000 2009\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":21702648,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/delacorta.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186502178783232,\"created_at\":\"Fri Feb 24 23:24:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2694000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f7203646-7d3a-414f-92b2-44abcc40d0e1-173186502178783232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@JoffreyMick #lgw et Lalala human steps :-)", +"img": { +"src": "http://a2.twimg.com/profile_images/105769794/stig23_taramcpherson1_normal.jpg" +}, +"title": "Stig Legrand: @JoffreyMick #lgw et Lalala human steps :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2694000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@JoffreyMick #lgw et Lalala human steps :-)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"JoffreyMick\",\"indices\":[0,12],\"id_str\":\"255731473\",\"name\":\"Joffrey Mick\",\"id\":255731473}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173185952989188096\",\"id_str\":\"173186503470616576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185952989188096,\"in_reply_to_user_id_str\":\"255731473\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":18,\"screen_name\":\"stig23\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":142,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/105769794\\/stig23_taramcpherson1_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"25714749\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/105769794\\/stig23_taramcpherson1_normal.jpg\",\"name\":\"Stig Legrand\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 21 19:20:23 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":25714749,\"utc_offset\":3600,\"favourites_count\":145,\"url\":null},\"in_reply_to_screen_name\":\"JoffreyMick\",\"truncated\":false,\"id\":173186503470616576,\"created_at\":\"Fri Feb 24 23:24:14 +0000 2012\",\"in_reply_to_user_id\":255731473}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2694000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "20c306ac-6daa-4b9c-8064-bbabe7fcab74-173186503470616576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On est en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. Mémé,.... !!!”", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: On est en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. Mémé,.... !!!”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2695000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On est en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. M\\u00e9m\\u00e9,.... !!!\\u201d\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186506310172672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186506310172672,\"created_at\":\"Fri Feb 24 23:24:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2695000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "52f74fd9-b568-4a24-a705-266d0cde872f-173186506310172672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @FHDR: w0of! génial grace au grand WebZee #LGW on voit les tweets à la TV ^^", +"img": { +"src": "http://a0.twimg.com/profile_images/1826253762/gifs__20__normal.gif" +}, +"title": "Systaime: RT @FHDR: w0of! génial grace au grand WebZee #LGW on voit les tweets à la TV ^^", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2696000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @FHDR: w0of! g\\u00e9nial grace au grand WebZee #LGW on voit les tweets \\u00e0 la TV ^^\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FHDR\",\"indices\":[3,8],\"id_str\":\"19166979\",\"name\":\"FullHDReady w0of\\u2122\",\"id\":19166979}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[46,50]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"w0of! g\\u00e9nial grace au grand WebZee #LGW on voit les tweets \\u00e0 la TV ^^\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[36,40]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-1.2417438,46.1331208],[-1.1113977,46.1331208],[-1.1113977,46.1910004],[-1.2417438,46.1910004]]]},\"attributes\":{},\"full_name\":\"Rochelle, Charente-Maritime\",\"place_type\":\"city\",\"name\":\"Rochelle\",\"id\":\"3dfa1a0686b402fb\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/3dfa1a0686b402fb.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-1.15112631,46.15482580]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179946456453120\",\"geo\":{\"type\":\"Point\",\"coordinates\":[46.15482580,-1.15112631]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":728,\"screen_name\":\"FHDR\",\"lang\":\"fr\",\"profile_text_color\":\"2b0c13\",\"statuses_count\":97287,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/91803952\\/2010-04-13_10-10-17_90.38.71.125.jpg\",\"location\":\"La Rochelle, France\",\"show_all_inline_media\":true,\"listed_count\":673,\"profile_link_color\":\"dd5563\",\"followers_count\":7851,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421050001\\/logo_normal.jpg\",\"description\":\"w0of ! T\\u00e9l\\u00e9 Veilleur Tv Zappeur News Informations Humour (parfois) \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"19166979\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/91803952\\/2010-04-13_10-10-17_90.38.71.125.jpg\",\"profile_sidebar_fill_color\":\"dedede\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421050001\\/logo_normal.jpg\",\"name\":\"FullHDReady w0of\\u2122\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 19 02:12:30 +0000 2009\",\"profile_sidebar_border_color\":\"816f46\",\"id\":19166979,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/www.fhdr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179946456453120,\"created_at\":\"Fri Feb 24 22:58:11 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186511943122944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"systaime18\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3212,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":40,\"profile_link_color\":\"080808\",\"followers_count\":392,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"758882\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"profile_sidebar_fill_color\":\"f5ed08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"name\":\"Systaime\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 08 22:13:03 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":758882,\"utc_offset\":3600,\"favourites_count\":113,\"url\":\"http:\\/\\/www.systaime.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186511943122944,\"created_at\":\"Fri Feb 24 23:24:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2696000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "00736065-93c8-4497-9505-0c6648928a2b-173186511943122944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ils ont oublié de payer la facture d'électricité? Ce bleu Thalassa et le public dans le noir c'est frustrant #LGW #france5 #leGrandWebze", +"img": { +"src": "http://a2.twimg.com/profile_images/1684761539/TAMALA75TWIZY_normal.jpg" +}, +"title": "Séverine Godet: Ils ont oublié de payer la facture d'électricité? Ce bleu Thalassa et le public dans le noir c'est frustrant #LGW #france5 #leGrandWebze", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2697000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ils ont oubli\\u00e9 de payer la facture d'\\u00e9lectricit\\u00e9? Ce bleu Thalassa et le public dans le noir c'est frustrant #LGW #france5 #leGrandWebze\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[109,113]},{\"text\":\"france5\",\"indices\":[114,122]},{\"text\":\"leGrandWebze\",\"indices\":[123,136]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/devantlatele.com\\/\\\" rel=\\\"nofollow\\\"\\u003EDevant La T\\u00e9l\\u00e9\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186516896579584\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1140,\"screen_name\":\"Tamala75\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4308,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/385819911\\/background_test.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":72,\"profile_link_color\":\"CC3366\",\"followers_count\":896,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1684761539\\/TAMALA75TWIZY_normal.jpg\",\"description\":\"Attach\\u00e9e \\u00e0 la presse et accro aux nouvelles technos. Consultante Senior Media & Digital @ i&e. (ORPI, AXA et pr\\u00e9c\\u00e9demment Microsoft B2B). Podcasteuse #LVDLT.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"id_str\":\"15777521\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/385819911\\/background_test.jpg\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1684761539\\/TAMALA75TWIZY_normal.jpg\",\"name\":\"S\\u00e9verine Godet\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 08 13:07:44 +0000 2008\",\"profile_sidebar_border_color\":\"DBE9ED\",\"id\":15777521,\"utc_offset\":3600,\"favourites_count\":6040,\"url\":\"http:\\/\\/tamala75.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186516896579584,\"created_at\":\"Fri Feb 24 23:24:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2697000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e7d7c700-4d04-48d2-839d-7f805257c475-173186516896579584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un cours passage pour faire un coucou à @Tweets2Comptoir dans le #Lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1843376573/385887_215829495153822_100001803201803_466456_1936559334_n_normal.jpg" +}, +"title": "Stella: Un cours passage pour faire un coucou à @Tweets2Comptoir dans le #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2699000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Un cours passage pour faire un coucou \\u00e0 @Tweets2Comptoir dans le #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[40,56],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186522709901312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2371,\"screen_name\":\"theia__\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":78780,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/162339629\\/va-71.jpg\",\"location\":\"la t\\u00eate dans les nuages\",\"show_all_inline_media\":false,\"listed_count\":201,\"profile_link_color\":\"0099CC\",\"followers_count\":2552,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1843376573\\/385887_215829495153822_100001803201803_466456_1936559334_n_normal.jpg\",\"description\":\"Tr\\u00e8fle de plaisanterie, comme dirait un lapin dans un carr\\u00e9 de luzerne... [Fernand Raynaud]\\r\\n\\r\\nFacebook : Theia Stella\\r\\n\\r\\nhttp:\\/\\/www.formspring.me\\/TheiaStella\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"184539146\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/162339629\\/va-71.jpg\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843376573\\/385887_215829495153822_100001803201803_466456_1936559334_n_normal.jpg\",\"name\":\"Stella\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 29 20:54:32 +0000 2010\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":184539146,\"utc_offset\":3600,\"favourites_count\":89,\"url\":\"http:\\/\\/boiteahumeurs.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186522709901312,\"created_at\":\"Fri Feb 24 23:24:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2699000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4d9e662e-86b3-46cf-84b7-a7a8a8be1e95-173186522709901312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ne tombez pas dans le piège : refusez le débat @LeGrandWebze les gars du @palmashow ;) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1727204040/image_normal.jpg" +}, +"title": "Marc Phalippou: Ne tombez pas dans le piège : refusez le débat @LeGrandWebze les gars du @palmashow ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2699000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ne tombez pas dans le pi\\u00e8ge : refusez le d\\u00e9bat @LeGrandWebze les gars du @palmashow ;) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[47,60],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"palmashow\",\"indices\":[73,83],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[87,91]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186522936381440\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BEDFB6\",\"screen_name\":\"marcphalippou\",\"lang\":\"fr\",\"favourites_count\":46,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1344,\"location\":\"Paris\",\"profile_text_color\":\"895429\",\"followers_count\":750,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\",\"description\":\"Bougnat \\u00e0 Paris, marchand d'id\\u00e9es et de confiance dans la com et l'assurance.\",\"statuses_count\":2115,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"39BD91\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0D02\",\"protected\":false,\"id_str\":\"92352549\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Marc Phalippou\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"created_at\":\"Tue Nov 24 20:05:52 +0000 2009\",\"profile_sidebar_fill_color\":\"0E0D02\",\"id\":92352549,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.facebook.com\\/profile.php?id=100001663745687\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\"},\"truncated\":false,\"id\":173186522936381440,\"created_at\":\"Fri Feb 24 23:24:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2699000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5fcc02a7-5760-49f7-9fe2-e8394a045308-173186522936381440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1672147301/image_normal.jpg" +}, +"title": "L.Yann: RT @RabaTaJoie: Conclusion. Internet c'est drôle sur internet. Pas a la télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2699000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @RabaTaJoie: Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"RabaTaJoie\",\"indices\":[3,14],\"name\":\"CasseCouilles\",\"id_str\":\"304883768\",\"id\":304883768}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[78,82]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Conclusion. Internet c'est dr\\u00f4le sur internet. Pas a la t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[62,66]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185028925304833\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"RabaTaJoie\",\"lang\":\"fr\",\"favourites_count\":67,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":360,\"location\":\"La France de l'exterieur \",\"profile_text_color\":\"333333\",\"followers_count\":660,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"description\":\"Trois personnes peuvent garder un secret, si deux d'entre elles sont mortes. - B. Franklin.\",\"statuses_count\":9010,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":49,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"304883768\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"CasseCouilles\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed May 25 08:22:01 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":304883768,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\"},\"truncated\":false,\"id\":173185028925304833,\"created_at\":\"Fri Feb 24 23:18:23 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186524773498881\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"yannie158\",\"lang\":\"fr\",\"favourites_count\":13,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":530,\"location\":\"58\",\"profile_text_color\":\"333333\",\"followers_count\":137,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1672147301\\/image_normal.jpg\",\"description\":\"Seductwitteur \",\"statuses_count\":1442,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"387305831\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"L.Yann\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Oct 08 20:31:21 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":387305831,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1672147301\\/image_normal.jpg\"},\"truncated\":false,\"id\":173186524773498881,\"created_at\":\"Fri Feb 24 23:24:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2699000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6b427721-4afe-42c7-8843-b45928b0aa4c-173186524773498881" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cette émission est en fait un TP d'une école de com... Allez avouez le... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1827226982/Mekou4_-_Copie__2__-_Copie_normal.JPG" +}, +"title": "Sacha Tenluge: Cette émission est en fait un TP d'une école de com... Allez avouez le... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2700000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Cette \\u00e9mission est en fait un TP d'une \\u00e9cole de com... Allez avouez le... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[74,78]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186527663374336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":335,\"screen_name\":\"Mekouyanski\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":14251,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/420385676\\/twilk_background_4f33bf65c4463.jpg\",\"location\":\"Pas Paris\",\"show_all_inline_media\":true,\"listed_count\":26,\"profile_link_color\":\"163470\",\"followers_count\":466,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1827226982\\/Mekou4_-_Copie__2__-_Copie_normal.JPG\",\"description\":\"RT ses mentions c'est s'auto-sucer, les courbatures en moins.\\r\\n\\r\\nMoi je dis \\u00e7a je dis rien...\\r\\n\\r\\nBah fais \\u00e7a, dis rien.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"247184480\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420385676\\/twilk_background_4f33bf65c4463.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827226982\\/Mekou4_-_Copie__2__-_Copie_normal.JPG\",\"name\":\"Sacha Tenluge\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 04 07:59:44 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":247184480,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186527663374336,\"created_at\":\"Fri Feb 24 23:24:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2700000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c3c66969-9e62-45fb-84be-078042fbb9b5-173186527663374336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton , le thon, faut en changer de temps à autres, ne serait-ce qu'en boite de nuit... #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1745475983/dodocarre_normal.GIF" +}, +"title": "CombienDeDodos.com: #change2ton , le thon, faut en changer de temps à autres, ne serait-ce qu'en boite de nuit... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2701000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton , le thon, faut en changer de temps \\u00e0 autres, ne serait-ce qu'en boite de nuit... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[94,98]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186532725891072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":135,\"screen_name\":\"CombienDeDodos\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":150,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/375741412\\/smiley_dodo_noel.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1745475983\\/dodocarre_normal.GIF\",\"description\":\"Marre de r\\u00e9pondre \\u00e0 la question Combien de dodos avant No\\u00ebl ?\\r\\nCliquez l\\u00e0 http:\\/\\/www.combiendedodos.com :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"419057767\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/375741412\\/smiley_dodo_noel.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1745475983\\/dodocarre_normal.GIF\",\"name\":\"CombienDeDodos.com\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 22 22:15:05 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":419057767,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/www.combiendedodos.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186532725891072,\"created_at\":\"Fri Feb 24 23:24:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2701000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9a10a3de-ae02-41b2-b288-15dea6112183-173186532725891072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai vraiment rien compris au \"principe\" de cette \"émission\" #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/840968974/Bruce_Lee_normal.jpg" +}, +"title": "Ribelio: J'ai vraiment rien compris au \"principe\" de cette \"émission\" #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2702000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'ai vraiment rien compris au \\\"principe\\\" de cette \\\"\\u00e9mission\\\" #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186536282664960\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"Ribelio\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":97,\"location\":\"PARIS\",\"profile_text_color\":\"3C3940\",\"followers_count\":36,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/840968974\\/Bruce_Lee_normal.jpg\",\"description\":\"\",\"statuses_count\":1776,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/99213386\\/new_york_p.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"135578456\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ribelio\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/99213386\\/new_york_p.jpg\",\"created_at\":\"Wed Apr 21 18:06:24 +0000 2010\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":135578456,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/840968974\\/Bruce_Lee_normal.jpg\"},\"truncated\":false,\"id\":173186536282664960,\"created_at\":\"Fri Feb 24 23:24:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2702000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c55e236b-dd09-4953-9b79-7368e5ea73f0-173186536282664960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: C'est le bordel en plateau pendant le magnéto :p #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @LeGrandWebze: C'est le bordel en plateau pendant le magnéto :p #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2703000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: C'est le bordel en plateau pendant le magn\\u00e9to :p #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"C'est le bordel en plateau pendant le magn\\u00e9to :p #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185738437967873\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3242,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185738437967873,\"created_at\":\"Fri Feb 24 23:21:12 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186541827538946\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1042,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":318,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186541827538946,\"created_at\":\"Fri Feb 24 23:24:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2703000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e9a5e796-b6f0-4948-abb9-1d93aa0da154-173186541827538946" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @antoinetouzot: Ouhyeah le @palmashow qui trolle #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: RT @antoinetouzot: Ouhyeah le @palmashow qui trolle #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2704000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @antoinetouzot: Ouhyeah le @palmashow qui trolle #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"antoinetouzot\",\"indices\":[3,17],\"id_str\":\"123813930\",\"name\":\"Antoine Touzot\",\"id\":123813930},{\"screen_name\":\"palmashow\",\"indices\":[30,40],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Ouhyeah le @palmashow qui trolle #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[11,21],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186281176707072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":131,\"screen_name\":\"antoinetouzot\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1202,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"location\":\"Montreuil\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"ff9900\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\",\"description\":\"\\u00c9tudiant H3 \\u00e0 @hetic (Montreuil) [Digital native] [Geek] ...\\r\\n[Alleeeeez l\\u00e0] [@SkipTheUse and @IziaMusic addict]\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"292929\",\"id_str\":\"123813930\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"profile_sidebar_fill_color\":\"e6e6e6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\",\"name\":\"Antoine Touzot\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 17 08:56:06 +0000 2010\",\"profile_sidebar_border_color\":\"ff9900\",\"id\":123813930,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/lesconfdusud.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186281176707072,\"created_at\":\"Fri Feb 24 23:23:21 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186544998424576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15001,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186544998424576,\"created_at\":\"Fri Feb 24 23:24:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2704000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c8415f5f-37c9-408b-a6c6-fe9b244ed012-173186544998424576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @BastienJoseph31: #lgw c'est la seule émission où les spectateurs regardent plus leur téléphone que les mecs qui la présentent.", +"img": { +"src": "http://a2.twimg.com/profile_images/1401793481/image_normal.jpg" +}, +"title": "ossoro cecilia: RT @BastienJoseph31: #lgw c'est la seule émission où les spectateurs regardent plus leur téléphone que les mecs qui la présentent.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2705000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @BastienJoseph31: #lgw c'est la seule \\u00e9mission o\\u00f9 les spectateurs regardent plus leur t\\u00e9l\\u00e9phone que les mecs qui la pr\\u00e9sentent.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BastienJoseph31\",\"indices\":[3,19],\"id_str\":\"191087175\",\"name\":\"Bastien Joseph\",\"id\":191087175}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.40891716,48.84864990]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186547808604161\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.84864990,2.40891716]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":511,\"screen_name\":\"CeciliaOssoro\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":3484,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/217475680\\/tumblr_ldh5glCEV41qerbgeo1_500.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"followers_count\":430,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1401793481\\/image_normal.jpg\",\"description\":\"Fashion Good Music Addict - French - Chef de Projet Digital Cond\\u00e9 Nast (Vogue, GQ, Glamour) - Love HipHop Soul Music - \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"19884471\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/217475680\\/tumblr_ldh5glCEV41qerbgeo1_500.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1401793481\\/image_normal.jpg\",\"name\":\"ossoro cecilia\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 02 00:05:57 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":19884471,\"utc_offset\":-10800,\"favourites_count\":37,\"url\":\"http:\\/\\/flavors.me\\/ceciliaossoro\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186547808604161,\"created_at\":\"Fri Feb 24 23:24:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2705000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "350fe42d-e92b-4401-aed7-b4e1f54cf23a-173186547808604161" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais qu'il est beau @WilliamAbisror dans une télé! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1780196925/anonymous2_normal.png" +}, +"title": "Abrutim: Mais qu'il est beau @WilliamAbisror dans une télé! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2708000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais qu'il est beau @WilliamAbisror dans une t\\u00e9l\\u00e9! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"WilliamAbisror\",\"indices\":[20,35],\"id_str\":\"305168829\",\"name\":\"William Abisror\",\"id\":305168829}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-0.6388556,44.8111671],[-0.5334955,44.8111671],[-0.5334955,44.9163535],[-0.6388556,44.9163535]]]},\"attributes\":{},\"full_name\":\"Bordeaux, Gironde\",\"name\":\"Bordeaux\",\"id\":\"1b606b052d77a745\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/1b606b052d77a745.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-0.55506992,44.84445953]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.twitter.com\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Windows Phone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186562534805506\",\"geo\":{\"type\":\"Point\",\"coordinates\":[44.84445953,-0.55506992]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":550,\"screen_name\":\"abrutim\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10390,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":59,\"profile_link_color\":\"0084B4\",\"followers_count\":1143,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\",\"description\":\"\\u250c\\u041f\\u2510(\\u0ca0_\\u0ca0)\\u250c\\u041f\\u2510| Chroniqueur chez GeekInc, Blogueur BD int\\u00e9ress\\u00e9 par le Webdev,photo, dessin, comics, manga, s\\u00e9ries, guitare, hard rock, metal, guinness et whisky !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"169861930\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\",\"name\":\"Abrutim\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 23 10:19:49 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":169861930,\"utc_offset\":null,\"favourites_count\":24,\"url\":\"http:\\/\\/lightbulb.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186562534805506,\"created_at\":\"Fri Feb 24 23:24:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2708000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ee5cbb67-84da-4b15-b7f7-e0b2c3a1d6f4-173186562534805506" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Faire du pas drôle avec palmashow #lgw :(", +"img": { +"src": "http://a0.twimg.com/profile_images/1848450170/poseur_normal.jpg" +}, +"title": "Pras: Faire du pas drôle avec palmashow #lgw :(", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2710000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Faire du pas dr\\u00f4le avec palmashow #lgw :(\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186571607089152\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1362,\"screen_name\":\"Praska\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":48429,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"followers_count\":3040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"description\":\"BOSS[Viedegeek + Bargaming]\\r\\nFirewall Karmique\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b8085\",\"id_str\":\"15453030\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"name\":\"Pras\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 16 11:15:07 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":15453030,\"utc_offset\":3600,\"favourites_count\":195,\"url\":\"http:\\/\\/flavors.me\\/praska\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186571607089152,\"created_at\":\"Fri Feb 24 23:24:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2710000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c9defc57-4c90-4e21-a824-e01e41d48d57-173186571607089152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cki au @LeGrandWebze ? Cc @belassalle", +"img": { +"src": "http://a2.twimg.com/profile_images/1279537389/image_normal.jpg" +}, +"title": "vincent denise: #lgw #cki au @LeGrandWebze ? Cc @belassalle", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2711000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #cki au @LeGrandWebze ? Cc @belassalle\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[13,26],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"belassalle\",\"indices\":[32,43],\"id_str\":\"117826061\",\"name\":\"B\\u00e9ToutSimplement !\",\"id\":117826061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cki\",\"indices\":[5,9]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186575302275072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":397,\"screen_name\":\"yesnoornext\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2732,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257185356\\/mosa2.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":215,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1279537389\\/image_normal.jpg\",\"description\":\"Concepteur web et mobiles. Passionn\\u00e9 par la communication et le graphisme. Amateur de bourgogne et de Google.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"252186404\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257185356\\/mosa2.jpg\",\"profile_sidebar_fill_color\":\"ccefff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1279537389\\/image_normal.jpg\",\"name\":\"vincent denise\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 14 17:34:27 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":252186404,\"utc_offset\":3600,\"favourites_count\":95,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186575302275072,\"created_at\":\"Fri Feb 24 23:24:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2711000, +"tags": [ +{ +"id-ref": "f0089e06-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a27956c7-793d-4ab0-804f-e74e8efb3b21-173186575302275072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Thuy Life “@ludoFJ: je sais pas pourquoi on nous inflige encore cette purge qu'est #LGW . mais quelle misère, putain ...”", +"img": { +"src": "http://a0.twimg.com/profile_images/1640696317/Mandrake1_normal.gif" +}, +"title": "goliven: Thuy Life “@ludoFJ: je sais pas pourquoi on nous inflige encore cette purge qu'est #LGW . mais quelle misère, putain ...”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2711000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Thuy Life \\u201c@ludoFJ: je sais pas pourquoi on nous inflige encore cette purge qu'est #LGW . mais quelle mis\\u00e8re, putain ...\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ludoFJ\",\"indices\":[11,18],\"id_str\":\"14368622\",\"name\":\"Ludovic ETIENNE\",\"id\":14368622}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186574870261760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":350,\"screen_name\":\"goliven\",\"lang\":\"fr\",\"profile_text_color\":\"efe4f0\",\"statuses_count\":6764,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/112103993\\/Terragen___The_Way_God_Made_Me.jpg\",\"location\":\"Rouen \",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"9055ad\",\"followers_count\":339,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1640696317\\/Mandrake1_normal.gif\",\"description\":\"Arts et spectables. Vue publique, vue priv\\u00e9e. Commentaires en rubriques-\\u00e0-brac. Musique and light tadada tadada.\\r\\nhttp:\\/\\/goliven.tumblr.com\\/\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e62528\",\"id_str\":\"20773951\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/112103993\\/Terragen___The_Way_God_Made_Me.jpg\",\"profile_sidebar_fill_color\":\"190321\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640696317\\/Mandrake1_normal.gif\",\"name\":\"goliven\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 13 14:35:38 +0000 2009\",\"profile_sidebar_border_color\":\"f5e20c\",\"id\":20773951,\"utc_offset\":3600,\"favourites_count\":729,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/goliven\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186574870261760,\"created_at\":\"Fri Feb 24 23:24:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2711000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c411a03c-d567-4548-9317-664900e94058-173186574870261760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le Grand Webze, c'est toujours aussi foutraque... #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1474096078/avatar_normal.png" +}, +"title": "Sebastien Voyard: Le Grand Webze, c'est toujours aussi foutraque... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2712000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Le Grand Webze, c'est toujours aussi foutraque... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/github.com\\/minego\\/phnx\\\" rel=\\\"nofollow\\\"\\u003EProject Macaw for webOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186576732536832\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"Seb_Voyard\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":287,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":73,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1474096078\\/avatar_normal.png\",\"description\":\"D\\u00e9veloppeur d\\u00e9butant d'applications WebOS http:\\/\\/sebosapp.wordpress.com - Webmaster de http:\\/\\/www.modecolo.fr - Entre autres...\",\"statuses_count\":991,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"128504185\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Sebastien Voyard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Thu Apr 01 09:38:23 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":128504185,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474096078\\/avatar_normal.png\"},\"truncated\":false,\"id\":173186576732536832,\"created_at\":\"Fri Feb 24 23:24:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2712000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2c33b026-6428-486f-a471-83e743880ad7-173186576732536832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Uuuech le @palmashow à la télé. #lgw http://t.co/bDuGo8Kr", +"img": { +"src": "http://a2.twimg.com/profile_images/1789890955/X72tY4LH_normal" +}, +"title": "Max Martz: Uuuech le @palmashow à la télé. #lgw http://t.co/bDuGo8Kr", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2713000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Uuuech le @palmashow \\u00e0 la t\\u00e9l\\u00e9. #lgw http:\\/\\/t.co\\/bDuGo8Kr\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[10,20],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}],\"media\":[{\"type\":\"photo\",\"indices\":[37,57],\"sizes\":{\"large\":{\"h\":480,\"resize\":\"fit\",\"w\":640},\"medium\":{\"h\":450,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":255,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdIRrhCIAAVVFa.jpg\",\"id_str\":\"173186579253305344\",\"expanded_url\":\"http:\\/\\/twitter.com\\/maxmatz\\/status\\/173186579249111040\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdIRrhCIAAVVFa.jpg\",\"id\":173186579253305344,\"display_url\":\"pic.twitter.com\\/bDuGo8Kr\",\"url\":\"http:\\/\\/t.co\\/bDuGo8Kr\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186579249111040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":112,\"screen_name\":\"maxmatz\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":177,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":21,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1789890955\\/X72tY4LH_normal\",\"description\":\"Avant J'avais une vie, maintenant je suis en PACES\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"241665578\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1789890955\\/X72tY4LH_normal\",\"name\":\"Max Martz\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 22 20:57:16 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":241665578,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186579249111040,\"created_at\":\"Fri Feb 24 23:24:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2713000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "974790af-f20f-4626-91ea-713fee91aa93-173186579249111040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai bien vu la chemise (inratable) de @Vinvin mais pas encore ses chaussures. Un plan en pied siouplé. Cc @LeGrandWebze #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1373171789/colette_normal.jpg" +}, +"title": "Colette Siri: J'ai bien vu la chemise (inratable) de @Vinvin mais pas encore ses chaussures. Un plan en pied siouplé. Cc @LeGrandWebze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2714000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai bien vu la chemise (inratable) de @Vinvin mais pas encore ses chaussures. Un plan en pied sioupl\\u00e9. Cc @LeGrandWebze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[39,46],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"LeGrandWebze\",\"indices\":[107,120],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[121,125]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186586433957889\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":274,\"screen_name\":\"ColetteSiri\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2399,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Marseille\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"0084B4\",\"followers_count\":217,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1373171789\\/colette_normal.jpg\",\"description\":\"Pragmatique (nn enseign\\u00e9e \\u00e0 l'Universit\\u00e9)- Italo-avigno-marseillaise du Sud et de la Provence - Assistante de prod' \\u00e0 MP2013, Capitale europ\\u00e9enne de la culture.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"307206900\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1373171789\\/colette_normal.jpg\",\"name\":\"Colette Siri\",\"default_profile_image\":false,\"created_at\":\"Sun May 29 06:34:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":307206900,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186586433957889,\"created_at\":\"Fri Feb 24 23:24:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2714000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a64b0dcd-f8b2-4b52-9f14-92af4fc87d79-173186586433957889" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "I prefer watching Grey's anatomy than #LGW #solong", +"img": { +"src": "http://a2.twimg.com/profile_images/183407519/200526550-001_normal.jpg" +}, +"title": "Sparkle and Co: I prefer watching Grey's anatomy than #LGW #solong", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2714000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"I prefer watching Grey's anatomy than #LGW #solong\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[38,42]},{\"text\":\"solong\",\"indices\":[43,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186588304617472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":478,\"screen_name\":\"Sparkle_and_Co\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":7523,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"location\":\"London\",\"show_all_inline_media\":false,\"listed_count\":10,\"profile_link_color\":\"B40B43\",\"followers_count\":371,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/183407519\\/200526550-001_normal.jpg\",\"description\":\"Sometimes geek, often homeless, not a wife but always a mum... I'm a knitter and I'm trying to learn sewing. \\r\\nWelcome!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"FF6699\",\"id_str\":\"35311914\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/183407519\\/200526550-001_normal.jpg\",\"name\":\"Sparkle and Co\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 25 21:12:07 +0000 2009\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":35311914,\"utc_offset\":0,\"favourites_count\":6,\"url\":\"http:\\/\\/sparkleandco.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186588304617472,\"created_at\":\"Fri Feb 24 23:24:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2714000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f01f3e0e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2846a02c-d053-4202-8b81-de470392f845-173186588304617472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeilaAgic quand on pense que certaines émissions passent à la même heure que #CI et #LGW... #JCDJCR cc @Cand75 (qui dort?)", +"img": { +"src": "http://a1.twimg.com/profile_images/1798939765/IMG_0653_normal.JPG" +}, +"title": "Mel036: @LeilaAgic quand on pense que certaines émissions passent à la même heure que #CI et #LGW... #JCDJCR cc @Cand75 (qui dort?)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2714000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeilaAgic quand on pense que certaines \\u00e9missions passent \\u00e0 la m\\u00eame heure que #CI et #LGW... #JCDJCR cc @Cand75 (qui dort?)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeilaAgic\",\"indices\":[0,10],\"id_str\":\"79575617\",\"name\":\"Leila Agic\",\"id\":79575617},{\"screen_name\":\"Cand75\",\"indices\":[104,111],\"id_str\":\"127245106\",\"name\":\"Cand75\",\"id\":127245106}],\"urls\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[78,81]},{\"text\":\"LGW\",\"indices\":[85,89]},{\"text\":\"JCDJCR\",\"indices\":[93,100]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173185838816051200\",\"id_str\":\"173186586790461441\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185838816051200,\"in_reply_to_user_id_str\":\"79575617\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":323,\"screen_name\":\"Mel036\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":23636,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":38,\"profile_link_color\":\"990000\",\"followers_count\":959,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1798939765\\/IMG_0653_normal.JPG\",\"description\":\"Sympathisante socialiste. \\nFait semblant de sauver les gens \\u00e0 mes heures perdues, en 5\\u00e8me ann\\u00e9e de m\\u00e9decine. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"25577500\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1798939765\\/IMG_0653_normal.JPG\",\"name\":\"Mel036\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 20 21:13:57 +0000 2009\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":25577500,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/mel-36.blogspot.com\\/\"},\"in_reply_to_screen_name\":\"LeilaAgic\",\"truncated\":false,\"id\":173186586790461441,\"created_at\":\"Fri Feb 24 23:24:34 +0000 2012\",\"in_reply_to_user_id\":79575617}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2714000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f01f5de4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "135ea763-8fe7-4c36-8b27-78b02fe01492-173186586790461441" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @GabytaineFlam: Une caméra cachée généralement c'est dans un sac, ça bouge pas. Là ils l'ont mis dans un chat ou quoi ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: RT @GabytaineFlam: Une caméra cachée généralement c'est dans un sac, ça bouge pas. Là ils l'ont mis dans un chat ou quoi ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2715000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @GabytaineFlam: Une cam\\u00e9ra cach\\u00e9e g\\u00e9n\\u00e9ralement c'est dans un sac, \\u00e7a bouge pas. L\\u00e0 ils l'ont mis dans un chat ou quoi ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GabytaineFlam\",\"indices\":[3,17],\"id_str\":\"161146189\",\"name\":\"R\\u00e9mi\",\"id\":161146189}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[123,127]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186591676841984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186591676841984,\"created_at\":\"Fri Feb 24 23:24:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2715000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "91102218-2fda-453a-89e7-40c4b499da5d-173186591676841984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "j'ai besoin du pétard d'Antoine De Caunes pour rigoler un peu là #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1563780941/pic_copie_normal.jpg" +}, +"title": "oOfasnI: j'ai besoin du pétard d'Antoine De Caunes pour rigoler un peu là #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2715000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"j'ai besoin du p\\u00e9tard d'Antoine De Caunes pour rigoler un peu l\\u00e0 #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186590221402112\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":141,\"screen_name\":\"InsafOo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1089,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"009999\",\"followers_count\":198,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1563780941\\/pic_copie_normal.jpg\",\"description\":\"Journalisme \\u00e0 l'ULB\\/ Stage \\u00e0 la RTBF et au Soir\\/ Erasmus \\u00e0 Paris\\/ Jobiste au Cirque Royal\\/ Parle r\\u00e9guli\\u00e8rement le sarcasme\\/ Mes cuites n'engagent que moi.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"342660437\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1563780941\\/pic_copie_normal.jpg\",\"name\":\"oOfasnI\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 26 11:22:50 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":342660437,\"utc_offset\":-10800,\"favourites_count\":34,\"url\":\"http:\\/\\/insiblog.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186590221402112,\"created_at\":\"Fri Feb 24 23:24:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2715000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "38090792-3df9-4f69-9bb7-f2b1232610d1-173186590221402112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Haahaahhaahhahah #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1612866761/2222_normal.jpg" +}, +"title": "makina: Haahaahhaahhahah #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2715000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Haahaahhaahhahah #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186591437754369\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1,\"screen_name\":\"makina37\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"351529067\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"name\":\"makina\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 09 11:20:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":351529067,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186591437754369,\"created_at\":\"Fri Feb 24 23:24:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2715000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a4f5f30d-e949-4d5f-a299-a0064e74ae16-173186591437754369" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @GabytaineFlam: Une caméra cachée généralement c'est dans un sac, ça bouge pas. Là ils l'ont mis dans un chat ou quoi ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1801974559/51VNTOCGF1L._SS400__normal.jpg" +}, +"title": "Guillaume Gurdil: RT @GabytaineFlam: Une caméra cachée généralement c'est dans un sac, ça bouge pas. Là ils l'ont mis dans un chat ou quoi ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2717000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @GabytaineFlam: Une cam\\u00e9ra cach\\u00e9e g\\u00e9n\\u00e9ralement c'est dans un sac, \\u00e7a bouge pas. L\\u00e0 ils l'ont mis dans un chat ou quoi ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GabytaineFlam\",\"indices\":[3,17],\"id_str\":\"161146189\",\"name\":\"R\\u00e9mi\",\"id\":161146189}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[123,127]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Une cam\\u00e9ra cach\\u00e9e g\\u00e9n\\u00e9ralement c'est dans un sac, \\u00e7a bouge pas. L\\u00e0 ils l'ont mis dans un chat ou quoi ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[104,108]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186437221588992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5852,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186437221588992,\"created_at\":\"Fri Feb 24 23:23:58 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186598081544192\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":164,\"screen_name\":\"gurdiiil\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2783,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"description\":\"Geek\\/Nerd, drogu\\u00e9 \\u00e0 la musique, atterr\\u00e9 perp\\u00e9tuel (parce qu'indign\\u00e9, c'est galvaud\\u00e9) qui garde le sens de l'humour (beh ouais, faut bien!)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"89754233\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"name\":\"Guillaume Gurdil\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 13 17:56:00 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":89754233,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/luniquemonsieurtoutlemonde.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186598081544192,\"created_at\":\"Fri Feb 24 23:24:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2717000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4e235f3d-7b30-42c2-a731-a52f5306b94c-173186598081544192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Lgw http://t.co/2vSxXktz", +"img": { +"src": "http://a2.twimg.com/profile_images/1504665544/image_normal.jpg" +}, +"title": "Lud'eau Krond: #Lgw http://t.co/2vSxXktz", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2717000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#Lgw http:\\/\\/t.co\\/2vSxXktz\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[5,25],\"expanded_url\":\"http:\\/\\/instagr.am\\/p\\/HaB7TYzTnj\\/\",\"display_url\":\"instagr.am\\/p\\/HaB7TYzTnj\\/\",\"url\":\"http:\\/\\/t.co\\/2vSxXktz\"}],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/instagr.am\\\" rel=\\\"nofollow\\\"\\u003EInstagram\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186600682012672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":371,\"screen_name\":\"LUDOCARON\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":642,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Reims\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":39,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1504665544\\/image_normal.jpg\",\"description\":\"J'suis du 51, et 51\\u2026 je t'aimeuh, j'en boirrais de tonneaux !\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"300125295\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1504665544\\/image_normal.jpg\",\"name\":\"Lud'eau Krond\",\"default_profile_image\":false,\"created_at\":\"Tue May 17 07:31:14 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":300125295,\"utc_offset\":null,\"favourites_count\":81,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186600682012672,\"created_at\":\"Fri Feb 24 23:24:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2717000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "089f2ff2-4f60-4fc1-bd28-04b3ff094e01-173186600682012672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Proposez nous de trucs débiles à faire ! ;) #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Proposez nous de trucs débiles à faire ! ;) #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2718000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Proposez nous de trucs d\\u00e9biles \\u00e0 faire ! ;) #lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]},{\"text\":\"cqui\",\"indices\":[49,54]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186604087775233\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6698,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173186604087775233,\"created_at\":\"Fri Feb 24 23:24:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2718000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "12500a15-d794-4f7c-8f2b-ce71475d2843-173186604087775233" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @KlaireFr: Attention, le vote #ilpart de @LeGrandWebze ne concerne pas le gouvernement mais François Rollin. Ne confondez pas. #Lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1775456404/zetourist_avatar_normal.png" +}, +"title": "Zetourist: RT @KlaireFr: Attention, le vote #ilpart de @LeGrandWebze ne concerne pas le gouvernement mais François Rollin. Ne confondez pas. #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2719000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @KlaireFr: Attention, le vote #ilpart de @LeGrandWebze ne concerne pas le gouvernement mais Fran\\u00e7ois Rollin. Ne confondez pas. #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[3,12],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610},{\"screen_name\":\"LeGrandWebze\",\"indices\":[44,57],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[33,40]},{\"text\":\"Lgw\",\"indices\":[131,135]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Attention, le vote #ilpart de @LeGrandWebze ne concerne pas le gouvernement mais Fran\\u00e7ois Rollin. Ne confondez pas. #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[30,43],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[19,26]},{\"text\":\"Lgw\",\"indices\":[117,121]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177249141506049\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C6E2EE\",\"screen_name\":\"KlaireFr\",\"lang\":\"fr\",\"favourites_count\":35,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":780,\"location\":\"Paris\",\"profile_text_color\":\"663B12\",\"followers_count\":7159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"description\":\"A un mauvais caract\\u00e8re. Mais un sur 140, \\u00e7a va. \",\"statuses_count\":9882,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"show_all_inline_media\":true,\"listed_count\":282,\"profile_link_color\":\"1F98C7\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C6E2EE\",\"protected\":false,\"id_str\":\"28096610\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Klaire.fr\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"created_at\":\"Wed Apr 01 12:34:58 +0000 2009\",\"profile_sidebar_fill_color\":\"DAECF4\",\"id\":28096610,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.klaire.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\"},\"truncated\":false,\"id\":173177249141506049,\"created_at\":\"Fri Feb 24 22:47:28 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186606403043328\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Zetourist\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1005,\"location\":\"Cyberespace\",\"profile_text_color\":\"333333\",\"followers_count\":1377,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1775456404\\/zetourist_avatar_normal.png\",\"description\":\"Pirate\",\"statuses_count\":17382,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/57801775\\/nirvana.jpg\",\"show_all_inline_media\":true,\"listed_count\":124,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"35454634\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Zetourist\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57801775\\/nirvana.jpg\",\"created_at\":\"Sun Apr 26 12:24:39 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":35454634,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/ddi.partipirate.org\\/fr\\/txt\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775456404\\/zetourist_avatar_normal.png\"},\"truncated\":false,\"id\":173186606403043328,\"created_at\":\"Fri Feb 24 23:24:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2719000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "24f07ede-7dac-49a0-93c8-92c89225e909-173186606403043328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Le_M_Poireau: On donne un prix au grand noir et le handicapé en fauteuil n'a rien. Ça ne choque personne évidemment. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1831001512/2011-10-23_16.03.09-liberte_normal.jpg" +}, +"title": "Momo la Re-Touiture: RT @Le_M_Poireau: On donne un prix au grand noir et le handicapé en fauteuil n'a rien. Ça ne choque personne évidemment. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2719000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Le_M_Poireau: On donne un prix au grand noir et le handicap\\u00e9 en fauteuil n'a rien. \\u00c7a ne choque personne \\u00e9videmment. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Le_M_Poireau\",\"indices\":[3,16],\"id_str\":\"10330232\",\"name\":\"Le_M_Poireau\",\"id\":10330232}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[121,125]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"On donne un prix au grand noir et le handicap\\u00e9 en fauteuil n'a rien. \\u00c7a ne choque personne \\u00e9videmment. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[103,107]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184466330726400\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":6530,\"screen_name\":\"Le_M_Poireau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":54064,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":418,\"profile_link_color\":\"0084b4\",\"followers_count\":6011,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"description\":\"Pensez \\u00e0 ceux qui n'en ont pas et ne g\\u00e2chez pas votre humour inutilement. http:\\/\\/photosdecampagne.tumblr.com\\/ | http:\\/\\/riendimportant.tumblr.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"10330232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"profile_sidebar_fill_color\":\"ddffcd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"name\":\"Le_M_Poireau\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 17 11:32:14 +0000 2007\",\"profile_sidebar_border_color\":\"bddcad\",\"id\":10330232,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/monsieurpoireau.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184466330726400,\"created_at\":\"Fri Feb 24 23:16:09 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186607149625345\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"MGZALLP\",\"lang\":\"fr\",\"profile_text_color\":\"141314\",\"statuses_count\":15284,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/359898780\\/2011-10-23_15.54.36-fd.jpg\",\"location\":\"Wherever I lay my hat\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":308,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1831001512\\/2011-10-23_16.03.09-liberte_normal.jpg\",\"description\":\"Restez calmes et bon hiver :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e2ebf0\",\"id_str\":\"87951400\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/359898780\\/2011-10-23_15.54.36-fd.jpg\",\"profile_sidebar_fill_color\":\"dadbe8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1831001512\\/2011-10-23_16.03.09-liberte_normal.jpg\",\"name\":\"Momo la Re-Touiture\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 06 14:32:34 +0000 2009\",\"profile_sidebar_border_color\":\"eaeff2\",\"id\":87951400,\"utc_offset\":3600,\"favourites_count\":914,\"url\":\"http:\\/\\/morgat.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186607149625345,\"created_at\":\"Fri Feb 24 23:24:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2719000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "04120be9-d45a-4599-8d02-d9a9f5a99a2c-173186607149625345" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oula dur de choisir #LGW ou Bear Grills #NT1 @RELLUM57", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: Oula dur de choisir #LGW ou Bear Grills #NT1 @RELLUM57", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2721000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oula dur de choisir #LGW ou Bear Grills #NT1 @RELLUM57\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"RELLUM57\",\"indices\":[45,54],\"id_str\":\"175395034\",\"name\":\"Gui\",\"id\":175395034}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]},{\"text\":\"NT1\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173186052218040320\",\"id_str\":\"173186615454351360\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186052218040320,\"in_reply_to_user_id_str\":\"175395034\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83436,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":\"RELLUM57\",\"truncated\":false,\"id\":173186615454351360,\"created_at\":\"Fri Feb 24 23:24:41 +0000 2012\",\"in_reply_to_user_id\":175395034}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2721000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0205154-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "094a4f23-13ae-4c1a-8296-8e6dba8ec045-173186615454351360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw cesar rico", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: #lgw cesar rico", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2721000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw cesar rico\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186615555002368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1752,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186615555002368,\"created_at\":\"Fri Feb 24 23:24:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2721000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "308f015c-c7f5-4e62-9141-28e8a3e16bf6-173186615555002368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@f_to_k Je me doute, c'est sur que c'est moins cher que d'embaucher des journalistes. Ce qu'ils n'ont pas eu envie de faire. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1703065016/twitterdec11_normal.jpg" +}, +"title": "Alvin Haddadène: @f_to_k Je me doute, c'est sur que c'est moins cher que d'embaucher des journalistes. Ce qu'ils n'ont pas eu envie de faire. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2723000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"f_to_k\",\"favorited\":false,\"text\":\"@f_to_k Je me doute, c'est sur que c'est moins cher que d'embaucher des journalistes. Ce qu'ils n'ont pas eu envie de faire. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"f_to_k\",\"indices\":[0,7],\"name\":\"Florent\",\"id_str\":\"438377094\",\"id\":438377094}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[125,129]}]},\"in_reply_to_user_id\":438377094,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173185877101649920,\"in_reply_to_status_id_str\":\"173185877101649920\",\"id_str\":\"173186625067692034\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"CC3366\",\"screen_name\":\"Alvin_Stick\",\"lang\":\"fr\",\"favourites_count\":273,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":512,\"location\":\"Paris, France\",\"profile_text_color\":\"362720\",\"followers_count\":392,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"description\":\"21 ans. Gaymer. C\\u00e9libataire. Inspir\\u00e9 d'un fait r\\u00e9el. Chef de rubrique sur http:\\/\\/www.tomsgames.fr, pigiste au magazine Online Gamer, heureux co-papa de \\u21b4\",\"statuses_count\":7004,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"B40B43\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fa87f6\",\"protected\":false,\"id_str\":\"115834046\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Alvin Haddad\\u00e8ne\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"created_at\":\"Sat Feb 20 03:45:26 +0000 2010\",\"profile_sidebar_fill_color\":\"E5507E\",\"id\":115834046,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.latraverseedustick.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\"},\"truncated\":false,\"id\":173186625067692034,\"created_at\":\"Fri Feb 24 23:24:43 +0000 2012\",\"in_reply_to_user_id_str\":\"438377094\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2723000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8cccd0e9-4164-47d7-9500-c9a85cd9326c-173186625067692034" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@alexfrancon @Alragan merci pour la traduction. Au bout de 30 minutes ! 1/ légende toujours inconnue 2/ intérêt de la question obscure #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1764728200/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png" +}, +"title": "Fadhila BRAHIMI: @alexfrancon @Alragan merci pour la traduction. Au bout de 30 minutes ! 1/ légende toujours inconnue 2/ intérêt de la question obscure #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2724000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@alexfrancon @Alragan merci pour la traduction. Au bout de 30 minutes ! 1\\/ l\\u00e9gende toujours inconnue 2\\/ int\\u00e9r\\u00eat de la question obscure #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"alexfrancon\",\"indices\":[0,12],\"id_str\":\"218197170\",\"name\":\"Alexandra Francon\",\"id\":218197170},{\"screen_name\":\"Alragan\",\"indices\":[13,21],\"id_str\":\"214063107\",\"name\":\"Jacques le l\\u00e9zard\",\"id\":214063107}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[135,139]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173185770734092288\",\"id_str\":\"173186627970154497\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185770734092288,\"in_reply_to_user_id_str\":\"218197170\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3401,\"screen_name\":\"fbrahimi\",\"lang\":\"fr\",\"profile_text_color\":\"A30034\",\"statuses_count\":36947,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"location\":\"Nomade. France - Maghreb \",\"show_all_inline_media\":true,\"listed_count\":1250,\"profile_link_color\":\"000000\",\"followers_count\":11936,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\",\"description\":\"Dir. FB&Associ\\u00e9s #StrategieDePresence | CoAuteure #Moi20 | Chroniqueuse @Widoobiz | Conf\\u00e9renci\\u00e8re #Tedx | Bureau @MediaAces | \\u2665 #music #politic #SocialTV #Pause\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"F5EACF\",\"id_str\":\"5836692\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"profile_sidebar_fill_color\":\"F5EACF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\",\"name\":\"Fadhila BRAHIMI\",\"default_profile_image\":false,\"created_at\":\"Mon May 07 16:20:02 +0000 2007\",\"profile_sidebar_border_color\":\"B28465\",\"id\":5836692,\"utc_offset\":3600,\"favourites_count\":160,\"url\":\"http:\\/\\/www.fadhilabrahimi.com\"},\"in_reply_to_screen_name\":\"alexfrancon\",\"truncated\":false,\"id\":173186627970154497,\"created_at\":\"Fri Feb 24 23:24:44 +0000 2012\",\"in_reply_to_user_id\":218197170}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2724000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8b177b14-3d28-47e1-90f1-8a315f8ec4a8-173186627970154497" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@iiioon #lgw c'est de la télé d'utilité publique xD", +"img": { +"src": "http://a2.twimg.com/profile_images/1561040191/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg" +}, +"title": "Pauline : @iiioon #lgw c'est de la télé d'utilité publique xD", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2725000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@iiioon #lgw c'est de la t\\u00e9l\\u00e9 d'utilit\\u00e9 publique xD\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"iiioon\",\"indices\":[0,7],\"id_str\":\"39847706\",\"name\":\"Marion\",\"id\":39847706}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173186326387113984\",\"id_str\":\"173186631325585408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186326387113984,\"in_reply_to_user_id_str\":\"39847706\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":62,\"screen_name\":\"PolineLP\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1391,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"location\":\"Lorient\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"990000\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\",\"description\":\"Accro aux s\\u00e9ries, \\u00e0 l'humour & \\u00e0 la musique mais aussi \\u00e9tudiante en M1 Professorat des \\u00e9coles quelque part en Bretagne...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"380413697\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\",\"name\":\"Pauline \",\"default_profile_image\":false,\"created_at\":\"Mon Sep 26 16:18:08 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":380413697,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"iiioon\",\"truncated\":false,\"id\":173186631325585408,\"created_at\":\"Fri Feb 24 23:24:45 +0000 2012\",\"in_reply_to_user_id\":39847706}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2725000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c61caef6-a4c6-4d24-9251-e49ea6368d76-173186631325585408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Tweets2Comptoir: Retrouvez la sélection de Tweets de Comptoir pour Le Grand Webze -> http://t.co/4jnewqO5 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1677374645/205465_216768318334227_100000031803227_989487_6947168_n_1__normal.jpg" +}, +"title": "Le pseudo: RT @Tweets2Comptoir: Retrouvez la sélection de Tweets de Comptoir pour Le Grand Webze -> http://t.co/4jnewqO5 #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2725000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @Tweets2Comptoir: Retrouvez la s\\u00e9lection de Tweets de Comptoir pour Le Grand Webze -> http:\\/\\/t.co\\/4jnewqO5 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[3,19],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[{\"indices\":[92,112],\"expanded_url\":\"http:\\/\\/t2c.tw\\/eetsLGW\",\"display_url\":\"t2c.tw\\/eetsLGW\",\"url\":\"http:\\/\\/t.co\\/4jnewqO5\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Retrouvez la s\\u00e9lection de Tweets de Comptoir pour Le Grand Webze -> http:\\/\\/t.co\\/4jnewqO5 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[71,91],\"expanded_url\":\"http:\\/\\/t2c.tw\\/eetsLGW\",\"display_url\":\"t2c.tw\\/eetsLGW\",\"url\":\"http:\\/\\/t.co\\/4jnewqO5\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185674487414784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3071,\"screen_name\":\"Tweets2Comptoir\",\"lang\":\"fr\",\"profile_text_color\":\"3f3210\",\"statuses_count\":2933,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"location\":\"Dans tes tweets\",\"show_all_inline_media\":true,\"listed_count\":188,\"profile_link_color\":\"3b8ab2\",\"followers_count\":6463,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"description\":\"Tweets de Comptoir est l\\u00e0 pour rendre quotidiennement compte de l'activit\\u00e9 subversive des tweetos, en d\\u00e9non\\u00e7ant les meilleurs tweets publi\\u00e9s.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d1f5c\",\"id_str\":\"227334618\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"name\":\"Tweets de Comptoir\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 16 15:29:51 +0000 2010\",\"profile_sidebar_border_color\":\"ffcc00\",\"id\":227334618,\"utc_offset\":3600,\"favourites_count\":5604,\"url\":\"http:\\/\\/tweetsdecomptoir.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185674487414784,\"created_at\":\"Fri Feb 24 23:20:57 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186630532861953\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"le_pseudo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":268,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/263323906\\/cafard-au-pot-de-yaourt1.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":38,\"profile_link_color\":\"0084B4\",\"followers_count\":1222,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1677374645\\/205465_216768318334227_100000031803227_989487_6947168_n_1__normal.jpg\",\"description\":\"Je vais \\u00eatre de tr\\u00e8s mauvaise humeur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"88948038\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/263323906\\/cafard-au-pot-de-yaourt1.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1677374645\\/205465_216768318334227_100000031803227_989487_6947168_n_1__normal.jpg\",\"name\":\"Le pseudo\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 10 15:17:01 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":88948038,\"utc_offset\":3600,\"favourites_count\":40,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186630532861953,\"created_at\":\"Fri Feb 24 23:24:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2725000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8aafe7f6-d2e5-4443-96a8-6c0e16db5cb2-173186630532861953" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je regarderais bien #LGW mais j'ai complètement la flemme de me déplacer jusqu'à ma TV.", +"img": { +"src": "http://a3.twimg.com/profile_images/1840037550/Sans_titre_1_normal.jpg" +}, +"title": "Tyranika: Je regarderais bien #LGW mais j'ai complètement la flemme de me déplacer jusqu'à ma TV.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2726000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je regarderais bien #LGW mais j'ai compl\\u00e8tement la flemme de me d\\u00e9placer jusqu'\\u00e0 ma TV.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186634903334913\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"tyraniika\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":183,\"location\":\"Reims\",\"profile_text_color\":\"333333\",\"followers_count\":86,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1840037550\\/Sans_titre_1_normal.jpg\",\"description\":\"I'm Batman.\",\"statuses_count\":2570,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"265346272\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Tyranika\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Mar 13 11:50:56 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":265346272,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840037550\\/Sans_titre_1_normal.jpg\"},\"truncated\":false,\"id\":173186634903334913,\"created_at\":\"Fri Feb 24 23:24:46 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2726000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8b26b607-184a-4949-8f87-6853abdcc03f-173186634903334913" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Cqui #Lgw Voila voila....", +"img": { +"src": "http://a1.twimg.com/profile_images/1727419266/avatar-1990_bigger_normal.jpg" +}, +"title": "Pierre: #Cqui #Lgw Voila voila....", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2727000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Cqui #Lgw Voila voila....\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[0,5]},{\"text\":\"Lgw\",\"indices\":[6,10]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.0397028,48.8838896],[2.1734279,48.8838896],[2.1734279,48.987145],[2.0397028,48.987145]]]},\"attributes\":{},\"full_name\":\"Saint-Germain-en-Laye, Yvelines\",\"name\":\"Saint-Germain-en-Laye\",\"id\":\"3341126a8f9341c8\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/3341126a8f9341c8.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186641047982081\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":719,\"screen_name\":\"PierBDV\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2215,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/392656662\\/engage_toi_d_gage_le.jpg\",\"location\":\"Yvelines\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":296,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1727419266\\/avatar-1990_bigger_normal.jpg\",\"description\":\"#MJS Responsable du groupe Saint-Germain #Yvelines : Saint-Germain-En-Layes, Le Pecq, Port-Marly, Marly-Le-Roi, La Celle Saint Cloud... \\/ #PS \\/ \\u00c9tudiant #RH\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"37645766\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/392656662\\/engage_toi_d_gage_le.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727419266\\/avatar-1990_bigger_normal.jpg\",\"name\":\"Pierre\",\"default_profile_image\":false,\"created_at\":\"Mon May 04 12:06:18 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":37645766,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186641047982081,\"created_at\":\"Fri Feb 24 23:24:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2727000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2a745b5c-5016-4cd9-996c-edc5db9e361d-173186641047982081" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le dépanner avec sa chemise. #lgw #merci", +"img": { +"src": "http://a3.twimg.com/profile_images/1644298889/xQ4IxX7v_normal" +}, +"title": "SOYOUSEE: Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le dépanner avec sa chemise. #lgw #merci", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2727000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le d\\u00e9panner avec sa chemise. #lgw #merci\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[6,13],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[119,123]},{\"text\":\"merci\",\"indices\":[124,130]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186638984396800\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":190,\"screen_name\":\"SOYOUSEE\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":288,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/90573084\\/BKG_twitter_2.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1644298889\\/xQ4IxX7v_normal\",\"description\":\"Serial mateur, a gagn\\u00e9 le don d'ubi cui cui t\\u00e9 en se cr\\u00e9ant un compte Twitter. yOLD 3.2 version b\\u00eata\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"122384552\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/90573084\\/BKG_twitter_2.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1644298889\\/xQ4IxX7v_normal\",\"name\":\"SOYOUSEE\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 12 14:31:54 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":122384552,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186638984396800,\"created_at\":\"Fri Feb 24 23:24:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2727000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f02127f0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dbb687b8-3064-42bc-a5b8-6b28c9eb74de-173186638984396800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si vous voulez \"Changer de destin\" je suis là ! #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1848035973/images_normal.jpeg" +}, +"title": "François de Hollande: Si vous voulez \"Changer de destin\" je suis là ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2729000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Si vous voulez \\\"Changer de destin\\\" je suis l\\u00e0 ! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186649403031552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":136,\"screen_name\":\"fdhollande\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":89,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"59 avenue de S\\u00e9gur. 7\\u00e8me\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\",\"description\":\"Dans ma t\\u00eate. Tout ce que je pense mais que je ne peux pas vous dire officiellement \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"500754438\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\",\"name\":\"Fran\\u00e7ois de Hollande\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 23 12:46:32 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":500754438,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186649403031552,\"created_at\":\"Fri Feb 24 23:24:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2729000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7c6499d5-450a-421d-8993-074914d66ca1-173186649403031552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @florenzo84: Je suis complétement paumé : j'ai une partie de ma TL dans ma télé. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1849067972/4413560C-7785-472A-B26C-A5EB7BB6F962_normal" +}, +"title": "Yhnn: RT @florenzo84: Je suis complétement paumé : j'ai une partie de ma TL dans ma télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2731000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @florenzo84: Je suis compl\\u00e9tement paum\\u00e9 : j'ai une partie de ma TL dans ma t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"florenzo84\",\"indices\":[3,14],\"id_str\":\"122429634\",\"name\":\"Florenzo84\",\"id\":122429634}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[84,88]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je suis compl\\u00e9tement paum\\u00e9 : j'ai une partie de ma TL dans ma t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186313535750144\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":567,\"screen_name\":\"florenzo84\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":18892,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"description\":\"Twitter c'est le seul endroit ou tu deviens tout excit\\u00e9 lorsqu'un inconnu se met \\u00e0 te suivre. Series & Cin\\u00e9 Addict.#LiveTweet #Roucasserie #CartelParisien\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"122429634\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"name\":\"Florenzo84\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 12 17:40:12 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":122429634,\"utc_offset\":null,\"favourites_count\":626,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186313535750144,\"created_at\":\"Fri Feb 24 23:23:29 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186658806669314\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":237,\"screen_name\":\"kzz_\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":8386,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":27,\"profile_link_color\":\"00aaff\",\"followers_count\":604,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"description\":\"doing nothing takes work. \\/\\/\\/ Directeur du p\\u00f4le des pixels de l'espace at @GAMEONE\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"15801903\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"name\":\"Yhnn\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 10 22:12:55 +0000 2008\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":15801903,\"utc_offset\":3600,\"favourites_count\":52,\"url\":\"http:\\/\\/blog.gameone.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186658806669314,\"created_at\":\"Fri Feb 24 23:24:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2731000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae5c3648-2280-482d-b2a4-6b800edc9d14-173186658806669314" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Coucou depuis les coulisses. #lgw #bisous http://t.co/cgu8zGvh", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: Coucou depuis les coulisses. #lgw #bisous http://t.co/cgu8zGvh", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2731000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Coucou depuis les coulisses. #lgw #bisous http:\\/\\/t.co\\/cgu8zGvh\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]},{\"text\":\"bisous\",\"indices\":[34,41]}],\"media\":[{\"type\":\"photo\",\"indices\":[42,62],\"sizes\":{\"large\":{\"h\":484,\"resize\":\"fit\",\"w\":648},\"medium\":{\"h\":448,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":254,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdIWJPCIAA42_-.jpg\",\"id_str\":\"173186655950348288\",\"expanded_url\":\"http:\\/\\/twitter.com\\/JulR\\/status\\/173186655946153986\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdIWJPCIAA42_-.jpg\",\"id\":173186655950348288,\"display_url\":\"pic.twitter.com\\/cgu8zGvh\",\"url\":\"http:\\/\\/t.co\\/cgu8zGvh\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.apple.com\\\" rel=\\\"nofollow\\\"\\u003ECamera on iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186655946153986\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13060,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":793,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186655946153986,\"created_at\":\"Fri Feb 24 23:24:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2731000, +"tags": [ +{ +"id-ref": "f0175432-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e24c08fc-1b5a-477a-a837-63ccc6aaf905-173186655946153986" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "j'ai dit que je regarderai #lgw... j'ai tenu 3 mn. Je retourne à la musique orientale car j'adhère pas... et c'était quoi cette chemise?", +"img": { +"src": "http://a2.twimg.com/profile_images/1574278937/LEILA_normal.png" +}, +"title": "♔leilabouzouaid ♔: j'ai dit que je regarderai #lgw... j'ai tenu 3 mn. Je retourne à la musique orientale car j'adhère pas... et c'était quoi cette chemise?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2732000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"j'ai dit que je regarderai #lgw... j'ai tenu 3 mn. Je retourne \\u00e0 la musique orientale car j'adh\\u00e8re pas... et c'\\u00e9tait quoi cette chemise?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186662413762560\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"0d84b3\",\"screen_name\":\"leilabzd\",\"lang\":\"en\",\"favourites_count\":3,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":333,\"location\":\"Paris\",\"profile_text_color\":\"056e9e\",\"description\":\"Few words to define me : Communication, Media, PR @ BallouPR, Technology, Video Games, Music, NBA, California Maki, Chupa Chups & TV shows\",\"statuses_count\":1174,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/388290242\\/twilk_background_4ef65e03a22ed.jpg\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"CC3366\",\"followers_count\":151,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1574278937\\/LEILA_normal.png\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1cb2db\",\"protected\":false,\"id_str\":\"10244192\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"\\u2654leilabouzouaid \\u2654\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/388290242\\/twilk_background_4ef65e03a22ed.jpg\",\"created_at\":\"Wed Nov 14 12:02:32 +0000 2007\",\"profile_sidebar_fill_color\":\"eb65d7\",\"id\":10244192,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1574278937\\/LEILA_normal.png\"},\"in_reply_to_status_id\":null,\"id\":173186662413762560,\"created_at\":\"Fri Feb 24 23:24:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2732000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e56a27bc-6175-4756-a116-65896aee5ffd-173186662413762560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Arf #lgw , vu, c'était si Dujardin avait le prix. Merde :(", +"img": { +"src": "http://a1.twimg.com/profile_images/1803920053/hartza_anon_normal.gif" +}, +"title": "Christophe BONNARD: Arf #lgw , vu, c'était si Dujardin avait le prix. Merde :(", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2733000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Arf #lgw , vu, c'\\u00e9tait si Dujardin avait le prix. Merde :(\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[4,8]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186666008289281\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":409,\"screen_name\":\"hartza_info\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3509,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"location\":\"64250 LOUHOSSOA\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"description\":\"auto-entrepreneur\\r\\nR\\u00e9paration, assistance et maintenance informatique, Cr\\u00e9ation de Site Internet, Montage Vid\\u00e9o, Infographie...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"123547535\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"name\":\"Christophe BONNARD\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 16 12:35:18 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":123547535,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/hartza.info\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186666008289281,\"created_at\":\"Fri Feb 24 23:24:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2733000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b49d42cb-3df6-4631-8869-dd2e12e1639b-173186666008289281" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @elTouristio: Oh, @Vinvin s'est inspiré de mon avatar pour sa chemise. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1843376573/385887_215829495153822_100001803201803_466456_1936559334_n_normal.jpg" +}, +"title": "Stella: RT @elTouristio: Oh, @Vinvin s'est inspiré de mon avatar pour sa chemise. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2733000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @elTouristio: Oh, @Vinvin s'est inspir\\u00e9 de mon avatar pour sa chemise. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"elTouristio\",\"indices\":[3,15],\"id_str\":\"37389744\",\"name\":\"Sylvain Sanders\",\"id\":37389744},{\"screen_name\":\"Vinvin\",\"indices\":[21,28],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[74,78]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, @Vinvin s'est inspir\\u00e9 de mon avatar pour sa chemise. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[4,11],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185655906635777\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"profile_text_color\":\"CEC79B\",\"statuses_count\":35529,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"location\":\"Au pied d'un arc-en-ciel.\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"profile_sidebar_fill_color\":\"46284E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"name\":\"Sylvain Sanders\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_border_color\":\"20183F\",\"id\":37389744,\"utc_offset\":3600,\"favourites_count\":62,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185655906635777,\"created_at\":\"Fri Feb 24 23:20:52 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186664322183168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2371,\"screen_name\":\"theia__\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":78780,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/162339629\\/va-71.jpg\",\"location\":\"la t\\u00eate dans les nuages\",\"show_all_inline_media\":false,\"listed_count\":201,\"profile_link_color\":\"0099CC\",\"followers_count\":2552,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1843376573\\/385887_215829495153822_100001803201803_466456_1936559334_n_normal.jpg\",\"description\":\"Tr\\u00e8fle de plaisanterie, comme dirait un lapin dans un carr\\u00e9 de luzerne... [Fernand Raynaud]\\r\\n\\r\\nFacebook : Theia Stella\\r\\n\\r\\nhttp:\\/\\/www.formspring.me\\/TheiaStella\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"184539146\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/162339629\\/va-71.jpg\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843376573\\/385887_215829495153822_100001803201803_466456_1936559334_n_normal.jpg\",\"name\":\"Stella\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 29 20:54:32 +0000 2010\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":184539146,\"utc_offset\":3600,\"favourites_count\":89,\"url\":\"http:\\/\\/boiteahumeurs.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186664322183168,\"created_at\":\"Fri Feb 24 23:24:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2733000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3447270a-ce64-40ad-ad1f-8ae6a758af0d-173186664322183168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh cool, je vois ma photo à la télé :D #lol #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848652502/332954645_normal.jpg" +}, +"title": "Leila Agic: Oh cool, je vois ma photo à la télé :D #lol #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2738000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh cool, je vois ma photo \\u00e0 la t\\u00e9l\\u00e9 :D #lol #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lol\",\"indices\":[39,43]},{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186685805412353\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1197,\"screen_name\":\"LeilaAgic\",\"lang\":\"fr\",\"profile_text_color\":\"d61170\",\"statuses_count\":13605,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"23acc4\",\"followers_count\":1721,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"description\":\"Ancienne co-Responsable Internet et campagne jeunes pour @RoyalSegolene lors de primaires citoyennes. Socialo-Ecolo-S\\u00e9gol\\u00e9niste #SRoyal \\/ #FH2012 \\/ #NVB2012\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"79575617\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"name\":\"Leila Agic\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 03 22:02:21 +0000 2009\",\"profile_sidebar_border_color\":\"f50e48\",\"id\":79575617,\"utc_offset\":3600,\"favourites_count\":200,\"url\":\"http:\\/\\/on.fb.me\\/hSrN0O\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186685805412353,\"created_at\":\"Fri Feb 24 23:24:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2738000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef74da40-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "308c33cd-0c3b-4ce9-a107-125644f7fe6a-173186685805412353" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, mais que fais-tu Florence ? :o #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Oh, mais que fais-tu Florence ? :o #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2739000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, mais que fais-tu Florence ? :o #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186690247180290\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186690247180290,\"created_at\":\"Fri Feb 24 23:24:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2739000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "184ea130-859b-4e32-b0f7-d527509c2940-173186690247180290" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "wooooooh @FlorencePorcel en bombasse !!!! #lgw #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: wooooooh @FlorencePorcel en bombasse !!!! #lgw #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2739000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"wooooooh @FlorencePorcel en bombasse !!!! #lgw #cQui\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[9,24],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]},{\"text\":\"cQui\",\"indices\":[47,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186690935042049\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"favourites_count\":68,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":400,\"location\":\"Ile de France, Nancy, Toulois\",\"profile_text_color\":\"333333\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"statuses_count\":13680,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"protected\":false,\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Godai Yusaku\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"id\":76995130,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\"},\"truncated\":false,\"id\":173186690935042049,\"created_at\":\"Fri Feb 24 23:24:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2739000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "582380f5-4e7e-4a81-aa52-1ebb6d16b4fe-173186690935042049" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cqui on sait pas...", +"img": { +"src": "http://a0.twimg.com/profile_images/1253173079/mee_normal.png" +}, +"title": "Ugo Praderes: #lgw #cqui on sait pas...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2744000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #cqui on sait pas...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186713349390337\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":48,\"screen_name\":\"stoupite\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":194,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Puteaux\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"707070\",\"followers_count\":32,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1253173079\\/mee_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"37058465\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1253173079\\/mee_normal.png\",\"name\":\"Ugo Praderes\",\"default_profile_image\":false,\"created_at\":\"Fri May 01 22:15:35 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":37058465,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.ugopraderes.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186713349390337,\"created_at\":\"Fri Feb 24 23:25:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2744000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0e4df613-9daa-4883-9683-da648e51637c-173186713349390337" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "FLORENCE? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: FLORENCE? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2745000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"FLORENCE? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186716604182528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2882,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"name\":\"Marie\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":120444044,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186716604182528,\"created_at\":\"Fri Feb 24 23:25:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2745000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4801dd80-35b2-4b08-95a5-da673f9be41c-173186716604182528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ou l'art de cultiver le bide et tout celà en Direct !! Chapeau...", +"img": { +"src": "http://a2.twimg.com/profile_images/1780940750/twitter_normal.png" +}, +"title": "Almeida Filipe: #lgw ou l'art de cultiver le bide et tout celà en Direct !! Chapeau...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2745000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ou l'art de cultiver le bide et tout cel\\u00e0 en Direct !! Chapeau...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186716969078785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":52,\"screen_name\":\"letoss04\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":18,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780940750\\/twitter_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"472438130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780940750\\/twitter_normal.png\",\"name\":\"Almeida Filipe\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 23 23:18:21 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":472438130,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186716969078785,\"created_at\":\"Fri Feb 24 23:25:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2745000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "74528c54-1be3-4274-89e1-b2f53a5459ac-173186716969078785" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @florenzo84: Je suis complétement paumé : j'ai une partie de ma TL dans ma télé. #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1715868647/P1010897_normal.png" +}, +"title": "Spike Ganush: RT @florenzo84: Je suis complétement paumé : j'ai une partie de ma TL dans ma télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2745000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @florenzo84: Je suis compl\\u00e9tement paum\\u00e9 : j'ai une partie de ma TL dans ma t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"florenzo84\",\"indices\":[3,14],\"id_str\":\"122429634\",\"name\":\"Florenzo84\",\"id\":122429634}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[84,88]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je suis compl\\u00e9tement paum\\u00e9 : j'ai une partie de ma TL dans ma t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186313535750144\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":567,\"screen_name\":\"florenzo84\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":18892,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"description\":\"Twitter c'est le seul endroit ou tu deviens tout excit\\u00e9 lorsqu'un inconnu se met \\u00e0 te suivre. Series & Cin\\u00e9 Addict.#LiveTweet #Roucasserie #CartelParisien\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"122429634\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"name\":\"Florenzo84\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 12 17:40:12 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":122429634,\"utc_offset\":null,\"favourites_count\":626,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186313535750144,\"created_at\":\"Fri Feb 24 23:23:29 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186716134420480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":930,\"screen_name\":\"SpikeGanush\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":6038,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/159015926\\/horror-twitter-background.jpg\",\"location\":\"Gap hautes-alpes\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":317,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1715868647\\/P1010897_normal.png\",\"description\":\"Fan de nouvelle technologie, d'humour salasse, de roller\\/ski ! Souper Roumain, c'est moi !\\r\\nUne vid\\u00e9o rock band, choose : http:\\/\\/t.co\\/kEhnCM6Y\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"23573573\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/159015926\\/horror-twitter-background.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1715868647\\/P1010897_normal.png\",\"name\":\"Spike Ganush\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 10 09:23:46 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":23573573,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/trestresbien.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186716134420480,\"created_at\":\"Fri Feb 24 23:25:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2745000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b4331c1c-167f-41b2-a2e8-cbb4986fac88-173186716134420480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je retourne sur #CI. J'ai rarement vu un truc aussi nul que #lgw. Ca va pas êt' possib'...", +"img": { +"src": "http://a0.twimg.com/profile_images/1811688354/683_normal.jpg" +}, +"title": "d'Ormesson F.: Je retourne sur #CI. J'ai rarement vu un truc aussi nul que #lgw. Ca va pas êt' possib'...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2746000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je retourne sur #CI. J'ai rarement vu un truc aussi nul que #lgw. Ca va pas \\u00eat' possib'...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[16,19]},{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186720974643201\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":273,\"screen_name\":\"dOrmesson\",\"lang\":\"en\",\"profile_text_color\":\"4e86e6\",\"statuses_count\":12922,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431187708\\/309474_10150293405774501_774359500_7657592_3623238_n.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"586df5\",\"followers_count\":356,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1811688354\\/683_normal.jpg\",\"description\":\"\\u25cf MacGyver @RecordMakers \\u2022 Eye-Fucking Disciple \\u2022 Rugby \\u2022 OM \\u2022 Musique \\u2022 Cin\\u00e9 \\u2022 Actu \\u25cf\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0a2959\",\"id_str\":\"35039960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431187708\\/309474_10150293405774501_774359500_7657592_3623238_n.jpg\",\"profile_sidebar_fill_color\":\"0a0042\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811688354\\/683_normal.jpg\",\"name\":\"d'Ormesson F.\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 24 21:04:28 +0000 2009\",\"profile_sidebar_border_color\":\"81c3e6\",\"id\":35039960,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/recordmakers.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186720974643201,\"created_at\":\"Fri Feb 24 23:25:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2746000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9cb7983d-1fa4-4122-b1b6-dc48b9fc8c1c-173186720974643201" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollain #ilreste mais pas plus tard que la fin de @LeGrandWebze #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1782987674/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG" +}, +"title": "2pasag the papoteur: François Rollain #ilreste mais pas plus tard que la fin de @LeGrandWebze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2746000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollain #ilreste mais pas plus tard que la fin de @LeGrandWebze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[59,72],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[17,25]},{\"text\":\"lgw\",\"indices\":[74,78]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186721981284352\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":51,\"screen_name\":\"2pasag\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2029,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Coulommiers 77 France\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1782987674\\/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG\",\"description\":\"Si t'm partager l'\\u00e9crit, T bienvenue\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"20905224\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782987674\\/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG\",\"name\":\"2pasag the papoteur\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 15 11:31:19 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":20905224,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/papotagebriard.canalblog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186721981284352,\"created_at\":\"Fri Feb 24 23:25:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2746000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "53a13e67-91f1-42e9-a2b1-b9f1338b3b26-173186721981284352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Tout le monde ne peut pas faire de la télé..", +"img": { +"src": "http://a2.twimg.com/profile_images/1401793481/image_normal.jpg" +}, +"title": "ossoro cecilia: #lgw Tout le monde ne peut pas faire de la télé..", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2748000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Tout le monde ne peut pas faire de la t\\u00e9l\\u00e9..\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.40895300,48.84864089]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186728763473920\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.84864089,2.40895300]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":511,\"screen_name\":\"CeciliaOssoro\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":3483,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/217475680\\/tumblr_ldh5glCEV41qerbgeo1_500.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"followers_count\":430,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1401793481\\/image_normal.jpg\",\"description\":\"Fashion Good Music Addict - French - Chef de Projet Digital Cond\\u00e9 Nast (Vogue, GQ, Glamour) - Love HipHop Soul Music - \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"19884471\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/217475680\\/tumblr_ldh5glCEV41qerbgeo1_500.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1401793481\\/image_normal.jpg\",\"name\":\"ossoro cecilia\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 02 00:05:57 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":19884471,\"utc_offset\":-10800,\"favourites_count\":37,\"url\":\"http:\\/\\/flavors.me\\/ceciliaossoro\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186728763473920,\"created_at\":\"Fri Feb 24 23:25:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2748000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c305a7a7-85bb-4567-8023-751bb30abfec-173186728763473920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw hommage à #DSK", +"img": { +"src": "http://a0.twimg.com/profile_images/1836489540/humanrage1_normal.jpg" +}, +"title": "Androids: #lgw hommage à #DSK", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2749000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw hommage \\u00e0 #DSK\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"DSK\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186734530625536\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":188,\"screen_name\":\"Androids974\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1499,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":68,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"description\":\"Spectateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"id_str\":\"58974537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"name\":\"Androids\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 22 00:25:26 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":58974537,\"utc_offset\":null,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186734530625536,\"created_at\":\"Fri Feb 24 23:25:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2749000, +"tags": [ +{ +"id-ref": "f022f97c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f8f0fb60-d812-42b6-825a-d340587af89b-173186734530625536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Je profite de l'antenne pour féliciter ma fille Victoire qui vient d'avoir sa troisième étoile. Chérie, tu déchires ! Maman qui t'aime", +"img": { +"src": "http://a2.twimg.com/profile_images/1810324073/Tweet2_normal.jpg" +}, +"title": "Caroline Anne: #lgw Je profite de l'antenne pour féliciter ma fille Victoire qui vient d'avoir sa troisième étoile. Chérie, tu déchires ! Maman qui t'aime", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2750000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Je profite de l'antenne pour f\\u00e9liciter ma fille Victoire qui vient d'avoir sa troisi\\u00e8me \\u00e9toile. Ch\\u00e9rie, tu d\\u00e9chires ! Maman qui t'aime\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186738959822848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":76,\"screen_name\":\"CarolinaTwist\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":136,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/423417929\\/Boreal.jpeg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1810324073\\/Tweet2_normal.jpg\",\"description\":\"Sc\\u00e9nariste, dialoguiste, Instagramer.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"35187538\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/423417929\\/Boreal.jpeg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1810324073\\/Tweet2_normal.jpg\",\"name\":\"Caroline Anne\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 25 10:26:12 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":35187538,\"utc_offset\":3600,\"favourites_count\":12,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186738959822848,\"created_at\":\"Fri Feb 24 23:25:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2750000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d9d04add-626c-4de2-8ca5-9d9409934900-173186738959822848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow @Vinvin Y'a de quoi en faire une vingtaine de test de daltonisme #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1801584941/image_normal.jpg" +}, +"title": "Nicolas LE SAINT: @palmashow @Vinvin Y'a de quoi en faire une vingtaine de test de daltonisme #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2753000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow @Vinvin Y'a de quoi en faire une vingtaine de test de daltonisme #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[11,18],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186750531895296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"screen_name\":\"nicolaslesaint\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":62,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801584941\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"404016609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801584941\\/image_normal.jpg\",\"name\":\"Nicolas LE SAINT\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 03 10:00:21 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":404016609,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173186750531895296,\"created_at\":\"Fri Feb 24 23:25:13 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2753000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dd214bd5-9aa7-49cd-8f16-74ebf8ddf90b-173186750531895296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @laurent70: @LudoDelaherche demande a @alexevan de twitter moins fort on n'entend pas le monsieur #cqui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1801682939/image_normal.jpg" +}, +"title": "alexandra evan: RT @laurent70: @LudoDelaherche demande a @alexevan de twitter moins fort on n'entend pas le monsieur #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2754000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"RT @laurent70: @LudoDelaherche demande a @alexevan de twitter moins fort on n'entend pas le monsieur #cqui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"laurent70\",\"indices\":[3,13],\"name\":\"Laurent Hermez\",\"id_str\":\"29409056\",\"id\":29409056},{\"screen_name\":\"LudoDelaherche\",\"indices\":[15,30],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061},{\"screen_name\":\"alexevan\",\"indices\":[41,50],\"name\":\"alexandra evan\",\"id_str\":\"33499701\",\"id\":33499701}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[101,106]},{\"text\":\"lgw\",\"indices\":[107,111]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"text\":\"@LudoDelaherche demande a @alexevan de twitter moins fort on n'entend pas le monsieur #cqui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061},{\"screen_name\":\"alexevan\",\"indices\":[26,35],\"name\":\"alexandra evan\",\"id_str\":\"33499701\",\"id\":33499701}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[86,91]},{\"text\":\"lgw\",\"indices\":[92,96]}]},\"in_reply_to_user_id\":72665061,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":\"173182888819441664\",\"id_str\":\"173185612390735875\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"laurent70\",\"lang\":\"en\",\"favourites_count\":10,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":547,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"description\":\"Copywriter at MRM Paris \\r\\n\",\"statuses_count\":5196,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/68596344\\/16947_265726962566_522657566_3216218_3534887_n.jpg\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"000000\",\"followers_count\":365,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/645969850\\/Image_1_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"29409056\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Laurent Hermez\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/68596344\\/16947_265726962566_522657566_3216218_3534887_n.jpg\",\"created_at\":\"Tue Apr 07 08:07:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":29409056,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.bouquiner.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/645969850\\/Image_1_normal.jpg\"},\"in_reply_to_status_id\":173182888819441664,\"id\":173185612390735875,\"created_at\":\"Fri Feb 24 23:20:42 +0000 2012\",\"in_reply_to_user_id_str\":\"72665061\"},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186756022251520\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"alexevan\",\"lang\":\"en\",\"favourites_count\":5,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":18,\"location\":\"\",\"profile_text_color\":\"333333\",\"description\":\"Global Planning Director @ DDB interested in people, conversations, behaviour. Passionate by arequipe, wine & traveling. \",\"statuses_count\":296,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":113,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"33499701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"alexandra evan\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Apr 20 12:45:25 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":33499701,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173186756022251520,\"created_at\":\"Fri Feb 24 23:25:14 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2754000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4df8fc61-5535-46f6-9460-f552be68f28d-173186756022251520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Où les veinards! Le @palmashow à le droit à un rdv avec @FlorencePorcel! #LGW <3", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Où les veinards! Le @palmashow à le droit à un rdv avec @FlorencePorcel! #LGW <3", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2755000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"O\\u00f9 les veinards! Le @palmashow \\u00e0 le droit \\u00e0 un rdv avec @FlorencePorcel! #LGW <3\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[20,30],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"FlorencePorcel\",\"indices\":[56,71],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[73,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186758912122880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4895,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186758912122880,\"created_at\":\"Fri Feb 24 23:25:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2755000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "224b0450-c6c1-47bd-8c16-b6892ad5a2fc-173186758912122880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais il est ou @LudoDelaherche ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1747820307/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg" +}, +"title": "Marius: Mais il est ou @LudoDelaherche ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2759000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais il est ou @LudoDelaherche ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[15,30],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186776960208896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":372,\"screen_name\":\"tatamirugby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":26632,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":68,\"profile_link_color\":\"0084B4\",\"followers_count\":842,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"description\":\"Je parle de sport, supporter de rugby et du @RacingMetro92 , joueur au @RCGV92 , \\u00e9tudiant @HETIC en #H3 !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"27248204\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"name\":\"Marius\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 15:36:02 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":27248204,\"utc_offset\":3600,\"favourites_count\":50,\"url\":\"http:\\/\\/www.facebook.com\\/tatamirugby\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186776960208896,\"created_at\":\"Fri Feb 24 23:25:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2759000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8e9045b4-8d59-416e-8b7e-3ee6e7eca2b9-173186776960208896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@enonciation c'est quoi #lgw ? l'émission sur la 5 ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1831948935/me_normal.jpg" +}, +"title": "Δntoine Boμboμ: @enonciation c'est quoi #lgw ? l'émission sur la 5 ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2761000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@enonciation c'est quoi #lgw ? l'\\u00e9mission sur la 5 ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"enonciation\",\"indices\":[0,12],\"id_str\":\"180816153\",\"name\":\"Enonciation\",\"id\":180816153}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173185135414480896\",\"id_str\":\"173186783494946816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173185135414480896,\"in_reply_to_user_id_str\":\"180816153\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":109,\"screen_name\":\"Antoine_BB\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":641,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/403044885\\/090719_-_Voie-Lacte_e___Nuages_de_Magellan_Concordia_-_Zenitar_f4_-_40d.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":32,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1831948935\\/me_normal.jpg\",\"description\":\"Doctorant en Astrophysique\\/PhD student in Astrophysics\\/\\/Anthropo-primatologue \\u00e0 ses heures perdues (et tardives) sur net et IRL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"131516\",\"id_str\":\"464727045\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/403044885\\/090719_-_Voie-Lacte_e___Nuages_de_Magellan_Concordia_-_Zenitar_f4_-_40d.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1831948935\\/me_normal.jpg\",\"name\":\"\\u0394ntoine Bo\\u03bcbo\\u03bc\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 15 15:20:51 +0000 2012\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":464727045,\"utc_offset\":3600,\"favourites_count\":416,\"url\":null},\"in_reply_to_screen_name\":\"enonciation\",\"truncated\":false,\"id\":173186783494946816,\"created_at\":\"Fri Feb 24 23:25:21 +0000 2012\",\"in_reply_to_user_id\":180816153}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2761000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "66135c11-5390-4672-8303-12db19cd92fa-173186783494946816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @CeciliaOssoro: RT @BastienJoseph31: #lgw c'est la seule émission où les spectateurs regardent plus leur téléphone que les mecs qui l ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1258484592/image_normal.jpg" +}, +"title": "Marie DM: RT @CeciliaOssoro: RT @BastienJoseph31: #lgw c'est la seule émission où les spectateurs regardent plus leur téléphone que les mecs qui l ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2761000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @CeciliaOssoro: RT @BastienJoseph31: #lgw c'est la seule \\u00e9mission o\\u00f9 les spectateurs regardent plus leur t\\u00e9l\\u00e9phone que les mecs qui l ...\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"CeciliaOssoro\",\"indices\":[3,17],\"name\":\"ossoro cecilia\",\"id_str\":\"19884471\",\"id\":19884471},{\"screen_name\":\"BastienJoseph31\",\"indices\":[22,38],\"name\":\"Bastien Joseph\",\"id_str\":\"191087175\",\"id\":191087175}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @BastienJoseph31: #lgw c'est la seule \\u00e9mission o\\u00f9 les spectateurs regardent plus leur t\\u00e9l\\u00e9phone que les mecs qui la pr\\u00e9sentent.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"BastienJoseph31\",\"indices\":[3,19],\"name\":\"Bastien Joseph\",\"id_str\":\"191087175\",\"id\":191087175}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.40891716,48.84864990]},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.84864990,2.40891716]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186547808604161\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"CeciliaOssoro\",\"lang\":\"fr\",\"favourites_count\":37,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":511,\"location\":\"Paris\",\"profile_text_color\":\"666666\",\"followers_count\":430,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1401793481\\/image_normal.jpg\",\"description\":\"Fashion Good Music Addict - French - Chef de Projet Digital Cond\\u00e9 Nast (Vogue, GQ, Glamour) - Love HipHop Soul Music - \",\"statuses_count\":3483,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/217475680\\/tumblr_ldh5glCEV41qerbgeo1_500.jpg\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"19884471\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"ossoro cecilia\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/217475680\\/tumblr_ldh5glCEV41qerbgeo1_500.jpg\",\"created_at\":\"Mon Feb 02 00:05:57 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":19884471,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/flavors.me\\/ceciliaossoro\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1401793481\\/image_normal.jpg\"},\"truncated\":false,\"id\":173186547808604161,\"created_at\":\"Fri Feb 24 23:24:25 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186783817891840\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"2d3438\",\"screen_name\":\"mariedm1234\",\"lang\":\"en\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":118,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1258484592\\/image_normal.jpg\",\"description\":\"Etudiante ing\\u00e9nieure. Aime #cuisine, #musique, #cin\\u00e9ma, #vin, #web, #rire. Je ne sais pas ce que je ferai plus tard, mais je sais ce que je ne ferai pas !\",\"statuses_count\":253,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"357b94\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"254728025\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marie DM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Feb 19 21:53:51 +0000 2011\",\"profile_sidebar_fill_color\":\"8fcae6\",\"id\":254728025,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1258484592\\/image_normal.jpg\"},\"truncated\":true,\"id\":173186783817891840,\"created_at\":\"Fri Feb 24 23:25:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2761000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bbcd4969-b91c-41e3-9c34-1db51b71b9d1-173186783817891840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "mais dis-donc @florenceporcel tu viens plus aux soirées ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1813610224/tcv_normal.jpg" +}, +"title": "Nicolas Padovani: mais dis-donc @florenceporcel tu viens plus aux soirées ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2763000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"mais dis-donc @florenceporcel tu viens plus aux soir\\u00e9es ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[14,29],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186790319063040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":285,\"screen_name\":\"_NPado_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2115,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"description\":\"Semi-geek et sosie non-officiel de Hugh Grant.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"81274066\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"name\":\"Nicolas Padovani\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 10 03:47:17 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":81274066,\"utc_offset\":3600,\"favourites_count\":37,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186790319063040,\"created_at\":\"Fri Feb 24 23:25:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2763000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b6e87f5f-7bcf-4892-8978-448db2afc93a-173186790319063040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@ArDub57 #lgw ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1793233127/joker_fc_normal.jpg" +}, +"title": "Gui: @ArDub57 #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2764000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@ArDub57 #lgw ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ArDub57\",\"indices\":[0,8],\"id_str\":\"21448223\",\"name\":\"ArDuB57\",\"id\":21448223}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173186615454351360\",\"id_str\":\"173186796673441792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186615454351360,\"in_reply_to_user_id_str\":\"21448223\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":160,\"screen_name\":\"RELLUM57\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9784,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":\"Metz\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"038543\",\"followers_count\":174,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1793233127\\/joker_fc_normal.jpg\",\"description\":\"Etudiant en #LEA.\\r\\nTravail \\u00e9tudiant au bas de l'\\u00e9chelle de la grande distribution.\\r\\nVou\\u00e9 \\u00e0 l'\\u00e9chec on m'a dit.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"175395034\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1793233127\\/joker_fc_normal.jpg\",\"name\":\"Gui\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 13:53:05 +0000 2010\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":175395034,\"utc_offset\":-10800,\"favourites_count\":34,\"url\":null},\"in_reply_to_screen_name\":\"ArDub57\",\"truncated\":false,\"id\":173186796673441792,\"created_at\":\"Fri Feb 24 23:25:24 +0000 2012\",\"in_reply_to_user_id\":21448223}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2764000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "af9f192e-8301-4821-be67-4773d70b8573-173186796673441792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste juste que ça vaut trop le coup Kaamelott #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1696315149/yrqtxvgj.5wk.jpg-c_154_187_0-f_jpg-q_x-20110920_013031_normal.jpg" +}, +"title": "Antoine Bergey: #IlReste juste que ça vaut trop le coup Kaamelott #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2765000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#IlReste juste que \\u00e7a vaut trop le coup Kaamelott #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[50,54]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186802306387970\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"AntoineBergey\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":111,\"location\":\"Plan\\u00e8te Jupiler\",\"profile_text_color\":\"333333\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1696315149\\/yrqtxvgj.5wk.jpg-c_154_187_0-f_jpg-q_x-20110920_013031_normal.jpg\",\"description\":\"Cin\\u00e9ma, musique, actu, voila le genre de truc que je tweet ... Anti-sarkozyste primaire\",\"statuses_count\":216,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/414756526\\/truffaut_leaud.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"101112\",\"protected\":false,\"id_str\":\"438267153\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Antoine Bergey\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/414756526\\/truffaut_leaud.jpg\",\"created_at\":\"Fri Dec 16 11:32:40 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":438267153,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1696315149\\/yrqtxvgj.5wk.jpg-c_154_187_0-f_jpg-q_x-20110920_013031_normal.jpg\"},\"truncated\":false,\"id\":173186802306387970,\"created_at\":\"Fri Feb 24 23:25:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2765000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fcaf0fe5-29d2-44b3-8897-ef211d0e03cb-173186802306387970" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @FlorencePorcel JE LE SAVAIS, je le savais, SALE PECHERESSE!", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw @FlorencePorcel JE LE SAVAIS, je le savais, SALE PECHERESSE!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2766000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw @FlorencePorcel JE LE SAVAIS, je le savais, SALE PECHERESSE!\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[5,20],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186806324535297\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"statuses_count\":704,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Thibaut Devillers\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":92095420,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\"},\"truncated\":false,\"id\":173186806324535297,\"created_at\":\"Fri Feb 24 23:25:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2766000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "26a4c2a9-7a09-4b75-ac9b-e2838d60a989-173186806324535297" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@LeilaAgic: Oh cool, je vois ma photo à la télé :D #lol #lgw” gloire.", +"img": { +"src": "http://a0.twimg.com/profile_images/857280342/calecon-iphone_m_normal.jpg" +}, +"title": "jegoun: “@LeilaAgic: Oh cool, je vois ma photo à la télé :D #lol #lgw” gloire.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2767000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@LeilaAgic: Oh cool, je vois ma photo \\u00e0 la t\\u00e9l\\u00e9 :D #lol #lgw\\u201d gloire.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeilaAgic\",\"indices\":[1,11],\"id_str\":\"79575617\",\"name\":\"Leila Agic\",\"id\":79575617}],\"urls\":[],\"hashtags\":[{\"text\":\"lol\",\"indices\":[52,56]},{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186808241324032\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":776,\"screen_name\":\"jegoun\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":86824,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Le Kremlin-Bic\\u00eatre\",\"show_all_inline_media\":false,\"listed_count\":250,\"profile_link_color\":\"0084B4\",\"followers_count\":3352,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/857280342\\/calecon-iphone_m_normal.jpg\",\"description\":\"Taulier de blogs et client de bistros.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"6433142\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/857280342\\/calecon-iphone_m_normal.jpg\",\"name\":\"jegoun\",\"default_profile_image\":false,\"created_at\":\"Wed May 30 05:04:02 +0000 2007\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":6433142,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.jegoun.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186808241324032,\"created_at\":\"Fri Feb 24 23:25:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2767000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef74da40-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "09a8fc25-3176-4678-bc85-90862b8f5b6f-173186808241324032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel en mode sexy dans #lgw ! le petit kdo et Florence :-) Elle gère", +"img": { +"src": "http://a3.twimg.com/profile_images/1143926795/jeromep_logo_carre_twitter_normal.png" +}, +"title": "jeromep: @FlorencePorcel en mode sexy dans #lgw ! le petit kdo et Florence :-) Elle gère", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2768000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel en mode sexy dans #lgw ! le petit kdo et Florence :-) Elle g\\u00e8re\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186812901195776\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":368,\"screen_name\":\"jeromep_net\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":4607,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/161132761\\/jeromep_twitter_background.jpg\",\"location\":\"France , Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"1F98C7\",\"followers_count\":191,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1143926795\\/jeromep_logo_carre_twitter_normal.png\",\"description\":\"Internaute passionn\\u00e9, auteur des blogs : jeromep.net - sanscommentaire.fr - debranche.fr \\/ r\\u00e9dacteur sur accessoweb.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"282929\",\"id_str\":\"6815562\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/161132761\\/jeromep_twitter_background.jpg\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143926795\\/jeromep_logo_carre_twitter_normal.png\",\"name\":\"jeromep\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 14 16:27:00 +0000 2007\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":6815562,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/blog.jeromep.net\"},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173186812901195776,\"created_at\":\"Fri Feb 24 23:25:28 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2768000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0fb61da3-7ed5-4bc7-8261-c90eb12465ee-173186812901195776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Eh ben c'est du beau ces méthodes @Vinvin et @FlorencePorcel. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819882790/tetocarre_normal.jpg" +}, +"title": "Cédric BILLAUDELLE: Eh ben c'est du beau ces méthodes @Vinvin et @FlorencePorcel. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2769000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Eh ben c'est du beau ces m\\u00e9thodes @Vinvin et @FlorencePorcel. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[34,41],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522},{\"screen_name\":\"FlorencePorcel\",\"indices\":[45,60],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186815233228800\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"0C0F22\",\"screen_name\":\"Cbill0\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":172,\"location\":\"Lille, FR\",\"profile_text_color\":\"F2ECF9\",\"description\":\"\\u00c9tudiant \\u00e0 l'IAE de Lille, mais pur produit des Ardennes. Aime beaucoup apprendre, mais n'aime pas qu'on lui fasse la le\\u00e7on.\",\"statuses_count\":1109,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"1a1aba\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E44B22\",\"protected\":false,\"id_str\":\"84313428\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"C\\u00e9dric BILLAUDELLE\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"created_at\":\"Thu Oct 22 12:34:22 +0000 2009\",\"profile_sidebar_fill_color\":\"2C446A\",\"id\":84313428,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173186815233228800,\"created_at\":\"Fri Feb 24 23:25:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2769000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c8277291-58b2-4e63-8802-f187ea557589-173186815233228800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'comprend rien.. #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: J'comprend rien.. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2769000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'comprend rien.. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[18,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186818873901056\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"favourites_count\":14,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":591,\"location\":\"\",\"profile_text_color\":\"520000\",\"followers_count\":506,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"statuses_count\":18712,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"protected\":false,\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Camille .\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_fill_color\":\"d61d08\",\"id\":93848420,\"follow_request_sent\":null,\"utc_offset\":-36000,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\"},\"truncated\":false,\"id\":173186818873901056,\"created_at\":\"Fri Feb 24 23:25:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2769000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ed7ea3b1-7363-46c4-9c96-a4853ceb1e6f-173186818873901056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw moui la séquence caméra caché j'accroche pas", +"img": { +"src": "http://a2.twimg.com/profile_images/1696961418/avatar_normal.JPG" +}, +"title": "Audrey K: #lgw moui la séquence caméra caché j'accroche pas", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2770000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw moui la s\\u00e9quence cam\\u00e9ra cach\\u00e9 j'accroche pas\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186821772152832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"Audreymifasol\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":250,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Quelque part\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1696961418\\/avatar_normal.JPG\",\"description\":\"Prof contractuelle en biologie le lundi, \\u00e9tudiante en histoire, ma\\u00e7on, d\\u00e9coratrice, costumi\\u00e8re, peintre et bidouilleuse de tout l'autre moiti\\u00e9 du temps.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"413420872\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1696961418\\/avatar_normal.JPG\",\"name\":\"Audrey K\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 15 21:31:05 +0000 2011\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":413420872,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/bubulle-de-savon.over-blog.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186821772152832,\"created_at\":\"Fri Feb 24 23:25:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2770000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1afcb8d0-c968-4b90-805c-c05d1549285f-173186821772152832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Waouh @FlorencePorcel tu vaux 20000€ pour #lgw c'est pas mal !", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: Waouh @FlorencePorcel tu vaux 20000€ pour #lgw c'est pas mal !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2770000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Waouh @FlorencePorcel tu vaux 20000\\u20ac pour #lgw c'est pas mal !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[6,21],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186822556495872\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"592459\",\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"favourites_count\":461,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"statuses_count\":2720,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Oriane Hurard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"id\":198934087,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\"},\"truncated\":false,\"id\":173186822556495872,\"created_at\":\"Fri Feb 24 23:25:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2770000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "26d2e1a3-7cb2-4f6c-8a31-973cd7eda736-173186822556495872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ben dis donc @FlorencePorcel , sexy en mini-cuir....", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: #lgw ben dis donc @FlorencePorcel , sexy en mini-cuir....", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2771000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ben dis donc @FlorencePorcel , sexy en mini-cuir....\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[18,33],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186827388321792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":14422,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"name\":\"FrinnockBoChar\",\"default_profile_image\":false,\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":40014489,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186827388321792,\"created_at\":\"Fri Feb 24 23:25:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2771000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62f2585f-022a-44ca-804f-e3475ef70517-173186827388321792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il a demandé RT “@LudoDelaherche: Proposez nous de trucs débiles à faire ! ;) #lgw #cqui”", +"img": { +"src": "http://a2.twimg.com/profile_images/1838854364/image_normal.jpg" +}, +"title": "Celine: Il a demandé RT “@LudoDelaherche: Proposez nous de trucs débiles à faire ! ;) #lgw #cqui”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2772000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il a demand\\u00e9 RT \\u201c@LudoDelaherche: Proposez nous de trucs d\\u00e9biles \\u00e0 faire ! ;) #lgw #cqui\\u201d\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[17,32],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[78,82]},{\"text\":\"cqui\",\"indices\":[83,88]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186828000706560\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"McMademoiselle\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":537,\"location\":\"Limerick, Ireland\",\"profile_text_color\":\"634047\",\"followers_count\":280,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1838854364\\/image_normal.jpg\",\"description\":\"Goofball, rugby fan, beer, food, wine & fun lover... Just a silly French girl really. Ardent Toulouse and XV de France supporter, and sometimes beauty blogger\",\"statuses_count\":5174,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Dublin\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"288357486\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Celine\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"created_at\":\"Tue Apr 26 18:18:58 +0000 2011\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":288357486,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":\"http:\\/\\/mcmademoisellelikes.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838854364\\/image_normal.jpg\"},\"truncated\":false,\"id\":173186828000706560,\"created_at\":\"Fri Feb 24 23:25:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2772000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "128a105c-65e8-4063-b6b9-da25b9ee8451-173186828000706560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Donc a priori #ilreste mais les gens se demandent #cqui dans #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: Donc a priori #ilreste mais les gens se demandent #cqui dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2774000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Donc a priori #ilreste mais les gens se demandent #cqui dans #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[14,22]},{\"text\":\"cqui\",\"indices\":[50,55]},{\"text\":\"lgw\",\"indices\":[61,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186836074725377\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":886,\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":33189,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Pau\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"name\":\"Aur\\u00e9lien\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14321671,\"utc_offset\":3600,\"favourites_count\":140,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186836074725377,\"created_at\":\"Fri Feb 24 23:25:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2774000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8a0edaab-a14e-446d-8f05-03296cda4978-173186836074725377" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Putain @FlorencePorcel en cachet de #lgw (je suis choqué)", +"img": { +"src": "http://a0.twimg.com/profile_images/1648905085/lolymous_2_normal.jpg" +}, +"title": "Solferishow: Putain @FlorencePorcel en cachet de #lgw (je suis choqué)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2774000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Putain @FlorencePorcel en cachet de #lgw (je suis choqu\\u00e9)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[7,22],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186838218014720\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1144,\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"profile_text_color\":\"333333\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"statuses_count\":13623,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Solferishow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":232221031,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.solferishow.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\"},\"truncated\":false,\"id\":173186838218014720,\"created_at\":\"Fri Feb 24 23:25:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2774000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0f4261ed-e253-4b2e-bc50-8aecb9b494f0-173186838218014720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ouh! les veinards! Le @palmashow à le droit à un rdv avec @FlorencePorcel! #LGW <3", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Ouh! les veinards! Le @palmashow à le droit à un rdv avec @FlorencePorcel! #LGW <3", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2774000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ouh! les veinards! Le @palmashow \\u00e0 le droit \\u00e0 un rdv avec @FlorencePorcel! #LGW <3\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[22,32],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965},{\"screen_name\":\"FlorencePorcel\",\"indices\":[58,73],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[75,79]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186839488905216\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4894,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173186839488905216,\"created_at\":\"Fri Feb 24 23:25:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2774000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9bb0482b-06db-4182-9728-8508e4673fd8-173186839488905216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La digestion de la merguez est difficile. La salade de mâche aux truffes de chez Laurent est plus digeste #fh2012 #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1848035973/images_normal.jpeg" +}, +"title": "François de Hollande: La digestion de la merguez est difficile. La salade de mâche aux truffes de chez Laurent est plus digeste #fh2012 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2776000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La digestion de la merguez est difficile. La salade de m\\u00e2che aux truffes de chez Laurent est plus digeste #fh2012 #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"fh2012\",\"indices\":[106,113]},{\"text\":\"LGW\",\"indices\":[114,118]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186846585655297\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":136,\"screen_name\":\"fdhollande\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":90,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"59 avenue de S\\u00e9gur. 7\\u00e8me\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\",\"description\":\"Dans ma t\\u00eate. Tout ce que je pense mais que je ne peux pas vous dire officiellement \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"500754438\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\",\"name\":\"Fran\\u00e7ois de Hollande\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 23 12:46:32 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":500754438,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186846585655297,\"created_at\":\"Fri Feb 24 23:25:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2776000, +"tags": [ +{ +"id-ref": "f025567c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3ff8d713-7b6e-4231-aa37-71ff4ba8710a-173186846585655297" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "twitter est en plein bug, mon total de tweets est en train de diminuer!! la faute à @LeGrandWebze??? #hacking #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: twitter est en plein bug, mon total de tweets est en train de diminuer!! la faute à @LeGrandWebze??? #hacking #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2777000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"twitter est en plein bug, mon total de tweets est en train de diminuer!! la faute \\u00e0 @LeGrandWebze??? #hacking #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[84,97],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"hacking\",\"indices\":[101,109]},{\"text\":\"lgw\",\"indices\":[110,114]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186848649261057\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":146,\"screen_name\":\"JoffreyMick\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1027,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"255731473\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"name\":\"Joffrey Mick\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":255731473,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186848649261057,\"created_at\":\"Fri Feb 24 23:25:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2777000, +"tags": [ +{ +"id-ref": "f025765c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f8c35ab5-ec6a-4d46-83b8-5dfc1775f202-173186848649261057" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Naaaaan @FlorencePorcel mais naaaaannnn, pas ça, pas comme cadeau, mais naaan #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1829032837/430490_10519221_b_normal.jpg" +}, +"title": "Antoine Rouaud: Naaaaan @FlorencePorcel mais naaaaannnn, pas ça, pas comme cadeau, mais naaan #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2778000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Naaaaan @FlorencePorcel mais naaaaannnn, pas \\u00e7a, pas comme cadeau, mais naaan #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[8,23],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[79,83]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186852956798976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":84,\"screen_name\":\"Antoine_Rouaud\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1384,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\",\"description\":\"Cr\\u00e9ateur de trucs et autres choses qui ont rapport \\u00e0 des histoires... avec des gens. \\r\\nhttp:\\/\\/www.wagaprod.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"131516\",\"id_str\":\"373509666\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829032837\\/430490_10519221_b_normal.jpg\",\"name\":\"Antoine Rouaud\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 14 18:13:49 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":373509666,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.audiodramax.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186852956798976,\"created_at\":\"Fri Feb 24 23:25:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2778000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9f0b4ebf-e8d1-43cd-aa89-5f6d57cd48e7-173186852956798976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@tatamirugby Il claque la bise à Rollin @LudoDelaherche #lgw #Cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @tatamirugby Il claque la bise à Rollin @LudoDelaherche #lgw #Cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2779000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@tatamirugby Il claque la bise \\u00e0 Rollin @LudoDelaherche #lgw #Cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"tatamirugby\",\"indices\":[0,12],\"id_str\":\"27248204\",\"name\":\"Marius\",\"id\":27248204},{\"screen_name\":\"LudoDelaherche\",\"indices\":[40,55],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]},{\"text\":\"Cqui\",\"indices\":[62,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173186776960208896\",\"id_str\":\"173186860405899264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186776960208896,\"in_reply_to_user_id_str\":\"27248204\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34421,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"tatamirugby\",\"truncated\":false,\"id\":173186860405899264,\"created_at\":\"Fri Feb 24 23:25:39 +0000 2012\",\"in_reply_to_user_id\":27248204}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2779000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3636b08a-0fcb-4a6e-b801-321db6851270-173186860405899264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "AHhhh ahhhh la cm en mode sexy @FlorencePorcel #lgw , ca va ta gérer ?! lol", +"img": { +"src": "http://a1.twimg.com/profile_images/1625442476/24_normal.jpg" +}, +"title": "Christophe Doublet: AHhhh ahhhh la cm en mode sexy @FlorencePorcel #lgw , ca va ta gérer ?! lol", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2780000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"AHhhh ahhhh la cm en mode sexy @FlorencePorcel #lgw , ca va ta g\\u00e9rer ?! lol\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[31,46],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186863039905793\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":459,\"screen_name\":\"ChrisPC34\",\"lang\":\"fr\",\"profile_text_color\":\"535ae6\",\"statuses_count\":1157,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/426927890\\/twitt.jpg\",\"location\":\"H\\u00e9rault\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1625442476\\/24_normal.jpg\",\"description\":\"D\\u00e9pannage informatique, site web, r\\u00e9seau .\\r\\nSous traitance : Vous livrez,nous installons vos clients dans le Languedoc Roussillon .\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"133503769\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426927890\\/twitt.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1625442476\\/24_normal.jpg\",\"name\":\"Christophe Doublet\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 15 23:59:03 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":133503769,\"utc_offset\":-10800,\"favourites_count\":33,\"url\":\"http:\\/\\/www.pc34.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186863039905793,\"created_at\":\"Fri Feb 24 23:25:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2780000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0520ec9b-1ffc-4572-897f-7217a4446d45-173186863039905793" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw waou le short en cuir de Florence", +"img": { +"src": "http://a0.twimg.com/profile_images/1845362154/3E0EC892-FEB3-44FD-AA98-331512B5799F_normal" +}, +"title": "Jmc: #lgw waou le short en cuir de Florence", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2780000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw waou le short en cuir de Florence\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186864516308993\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1022,\"screen_name\":\"Jmcorradi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3546,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Marseille\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":185,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845362154\\/3E0EC892-FEB3-44FD-AA98-331512B5799F_normal\",\"description\":\"Ne supporte pas la mauvaise foi et l injustice.motard et guitariste ex triathlete .soutien de #FH2012 \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"436663652\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845362154\\/3E0EC892-FEB3-44FD-AA98-331512B5799F_normal\",\"name\":\"Jmc\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 14 12:15:39 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":436663652,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186864516308993,\"created_at\":\"Fri Feb 24 23:25:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2780000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "65c19cbb-4f1f-4c07-988c-3cb5fc8b2cd4-173186864516308993" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et maintenant, une caméra cachée ds #LGW ! Étrange... @palmashow joue le jeu! Sur #france5.", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: Et maintenant, une caméra cachée ds #LGW ! Étrange... @palmashow joue le jeu! Sur #france5.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2780000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et maintenant, une cam\\u00e9ra cach\\u00e9e ds #LGW ! \\u00c9trange... @palmashow joue le jeu! Sur #france5.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[54,64],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[36,40]},{\"text\":\"france5\",\"indices\":[82,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186864159793153\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1042,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":318,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186864159793153,\"created_at\":\"Fri Feb 24 23:25:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2780000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "56fa8d42-5bef-45e2-9c33-5b3bc4cbaf3f-173186864159793153" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel Pourquoi pas l'avoir gardée la tenue pendant le live ? #lgw", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Gw3nd0ul: @FlorencePorcel Pourquoi pas l'avoir gardée la tenue pendant le live ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2781000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel Pourquoi pas l'avoir gard\\u00e9e la tenue pendant le live ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[71,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186865355161600\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":434,\"screen_name\":\"Gw3nd0ul\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":517,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"143017258\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"Gw3nd0ul\",\"default_profile_image\":true,\"created_at\":\"Wed May 12 10:42:39 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":143017258,\"utc_offset\":3600,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173186865355161600,\"created_at\":\"Fri Feb 24 23:25:41 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2781000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5edd4c0d-2f29-432c-a151-2667920e8213-173186865355161600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'en étais sur pour @FlorencePorcel . #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: J'en étais sur pour @FlorencePorcel . #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2783000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'en \\u00e9tais sur pour @FlorencePorcel . #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[20,35],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186875463446529\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":767,\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4352,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France - Moselle\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"D02B55\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"name\":\"R\\u00e9my D.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":48825435,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186875463446529,\"created_at\":\"Fri Feb 24 23:25:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2783000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f80a0d35-9cf8-4163-bc33-8c2e4f7a213a-173186875463446529" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel pourquoi tu as fait la zahiaaaaaaa #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: @FlorencePorcel pourquoi tu as fait la zahiaaaaaaa #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2784000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel pourquoi tu as fait la zahiaaaaaaa #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186880534364160\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1753,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173186880534364160,\"created_at\":\"Fri Feb 24 23:25:44 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2784000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2a3fe50e-13b1-45be-b1eb-fdbfc1d4e77c-173186880534364160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "WOUUUU @FlorencePorcel dechire sur #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1796846819/pronoe_normal.png" +}, +"title": "Pronoe: WOUUUU @FlorencePorcel dechire sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2785000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"WOUUUU @FlorencePorcel dechire sur #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[7,22],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186882098831360\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":23,\"screen_name\":\"pronoe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":76,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/428494065\\/2011-12-30_19.36.19twitter.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1796846819\\/pronoe_normal.png\",\"description\":\"Mais qu'est ce que je fous sur Twitter ? Oo\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"70540136\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428494065\\/2011-12-30_19.36.19twitter.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796846819\\/pronoe_normal.png\",\"name\":\"Pronoe\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 31 23:57:43 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":70540136,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186882098831360,\"created_at\":\"Fri Feb 24 23:25:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2785000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bde0ae65-bb45-45df-8f54-26382ec063de-173186882098831360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @SOYOUSEE: Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le dépanner avec sa chemise. #lg ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1843250602/image_normal.jpg" +}, +"title": "Virginie Lominet: RT @SOYOUSEE: Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le dépanner avec sa chemise. #lg ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2786000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @SOYOUSEE: Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le d\\u00e9panner avec sa chemise. #lg ...\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"SOYOUSEE\",\"indices\":[3,12],\"name\":\"SOYOUSEE\",\"id_str\":\"122384552\",\"id\":122384552},{\"screen_name\":\"Vinvin\",\"indices\":[20,27],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lg\",\"indices\":[133,136]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le d\\u00e9panner avec sa chemise. #lgw #merci\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[6,13],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[119,123]},{\"text\":\"merci\",\"indices\":[124,130]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186638984396800\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"SOYOUSEE\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":190,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1644298889\\/xQ4IxX7v_normal\",\"description\":\"Serial mateur, a gagn\\u00e9 le don d'ubi cui cui t\\u00e9 en se cr\\u00e9ant un compte Twitter. yOLD 3.2 version b\\u00eata\",\"statuses_count\":288,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/90573084\\/BKG_twitter_2.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"122384552\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"SOYOUSEE\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/90573084\\/BKG_twitter_2.jpg\",\"created_at\":\"Fri Mar 12 14:31:54 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":122384552,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1644298889\\/xQ4IxX7v_normal\"},\"truncated\":false,\"id\":173186638984396800,\"created_at\":\"Fri Feb 24 23:24:47 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186887119421440\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"laristocraft\",\"lang\":\"fr\",\"favourites_count\":426,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":916,\"location\":\"Boulogne-billancourt\",\"profile_text_color\":\"333333\",\"followers_count\":4464,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"description\":\"Ne dites pas \\u00e0 ma m\\u00e8re que je suis community manager, elle me croit pianiste dans un bordel. Fantasque & despotique. Pathologie: Bovarysme. On @Locita @Owni\",\"statuses_count\":15200,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"show_all_inline_media\":false,\"listed_count\":402,\"profile_link_color\":\"ab3202\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"16502490\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Virginie Lominet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"created_at\":\"Sun Sep 28 20:37:13 +0000 2008\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":16502490,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.laristocraft.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\"},\"truncated\":true,\"id\":173186887119421440,\"created_at\":\"Fri Feb 24 23:25:46 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2786000, +"tags": [ +{ +"id-ref": "f02681e6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8850acad-8566-4e24-b10b-f59343918d71-173186887119421440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow Votre carrière est foutue! #lgw vous a ruiné!", +"img": { +"src": "http://a0.twimg.com/profile_images/1778957991/kitty-album-animal-collective_normal.jpg" +}, +"title": "rhésus négatif: @palmashow Votre carrière est foutue! #lgw vous a ruiné!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2787000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow Votre carri\\u00e8re est foutue! #lgw vous a ruin\\u00e9!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186892001587200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"rhesusnegatif\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":134,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/411658969\\/1acaCuvIImrDwSd.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1778957991\\/kitty-album-animal-collective_normal.jpg\",\"description\":\"Tweet or GTFO\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"473379117\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/411658969\\/1acaCuvIImrDwSd.gif\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1778957991\\/kitty-album-animal-collective_normal.jpg\",\"name\":\"rh\\u00e9sus n\\u00e9gatif\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 24 22:36:01 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":473379117,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173186892001587200,\"created_at\":\"Fri Feb 24 23:25:47 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2787000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "217af54c-63e1-4296-8ba9-4debb145959a-173186892001587200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw sans dèc' il vous a fallu des répétitions pour faire ça ? #troll", +"img": { +"src": "http://a0.twimg.com/profile_images/1794196247/serious-cat_-_Copie__2__normal.jpg" +}, +"title": "victor lehoussine: #lgw sans dèc' il vous a fallu des répétitions pour faire ça ? #troll", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2789000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw sans d\\u00e8c' il vous a fallu des r\\u00e9p\\u00e9titions pour faire \\u00e7a ? #troll\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"troll\",\"indices\":[63,69]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186901757534208\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"vodevil_art\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":104,\"location\":\"rennes\",\"profile_text_color\":\"666666\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1794196247\\/serious-cat_-_Copie__2__normal.jpg\",\"description\":\"#Geek & #Gamer et occasionnellement \\u00e9tudiant en M1 #communication \\u00e0 Rennes :: La t\\u00eate et la peau dans les \\u00e9toiles :: Musicien \\u00e0 la recherche de nouveaux projets\",\"statuses_count\":157,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/412042973\\/colour.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"169166835\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"victor lehoussine\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412042973\\/colour.jpg\",\"created_at\":\"Wed Jul 21 18:17:32 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":169166835,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1794196247\\/serious-cat_-_Copie__2__normal.jpg\"},\"truncated\":false,\"id\":173186901757534208,\"created_at\":\"Fri Feb 24 23:25:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2789000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0114b96-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b46c19a3-4ad4-4d7b-a2a2-7418a15cb7f9-173186901757534208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw C'est quoi c'te daube?", +"img": { +"src": "http://a2.twimg.com/profile_images/1840585561/sarkface_billet_normal.jpg" +}, +"title": "Sarkface: #lgw C'est quoi c'te daube?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2789000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw C'est quoi c'te daube?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186899073187841\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":137,\"screen_name\":\"16valdo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1441,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/418762975\\/4__6_.jpg\",\"location\":\"Toulouse-Grenade\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1840585561\\/sarkface_billet_normal.jpg\",\"description\":\" I'M TRUST ME\\r\\n- Militant Socialiste - C M-31 - Vous voulez virer Sarkozy? \\r\\nRejoignez l'\\u00e9quipe du changement #FH2012 @fhollande2012\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"480264808\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418762975\\/4__6_.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840585561\\/sarkface_billet_normal.jpg\",\"name\":\"Sarkface\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 01 09:20:10 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":480264808,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/16valdo.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186899073187841,\"created_at\":\"Fri Feb 24 23:25:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2789000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2a7d761c-3783-4ece-b4c2-ef211cb10010-173186899073187841" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@B_Roger_Petit y'a pas de concept #lgw... C'est justement ça le concept", +"img": { +"src": "http://a2.twimg.com/profile_images/1824903133/SDOTg1nV_normal" +}, +"title": "Kara Noyak: @B_Roger_Petit y'a pas de concept #lgw... C'est justement ça le concept", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2789000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@B_Roger_Petit y'a pas de concept #lgw... C'est justement \\u00e7a le concept\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"B_Roger_Petit\",\"indices\":[0,14],\"id_str\":\"48949826\",\"name\":\"Bruno Roger-Petit\",\"id\":48949826}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173186015060705280\",\"id_str\":\"173186902105669632\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186015060705280,\"in_reply_to_user_id_str\":\"48949826\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":139,\"screen_name\":\"KaraNoyak\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":475,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Besan\\u00e7on\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1824903133\\/SDOTg1nV_normal\",\"description\":\"employ\\u00e9e dune grande entreprise. S'interesse \\u00e0 tout et son contraire... et surtout \\u00e0 ce dernier !\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"460064227\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824903133\\/SDOTg1nV_normal\",\"name\":\"Kara Noyak\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 10 10:31:51 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":460064227,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"B_Roger_Petit\",\"truncated\":false,\"id\":173186902105669632,\"created_at\":\"Fri Feb 24 23:25:49 +0000 2012\",\"in_reply_to_user_id\":48949826}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2789000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bda959ee-b3ad-42d2-b555-68248a731a7b-173186902105669632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#François et #Vincin sont limites. Je ne reste que pour @FlorencePorcel et @KlaireFr Dites leur de plus et mieux vous utiliser. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1842064881/image_normal.jpg" +}, +"title": "Pierre Champon: #François et #Vincin sont limites. Je ne reste que pour @FlorencePorcel et @KlaireFr Dites leur de plus et mieux vous utiliser. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2791000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Fran\\u00e7ois et #Vincin sont limites. Je ne reste que pour @FlorencePorcel et @KlaireFr Dites leur de plus et mieux vous utiliser. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[56,71],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173},{\"screen_name\":\"KlaireFr\",\"indices\":[75,84],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"Fran\\u00e7ois\",\"indices\":[0,9]},{\"text\":\"Vincin\",\"indices\":[13,20]},{\"text\":\"lgw\",\"indices\":[130,134]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186909806395393\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":778,\"screen_name\":\"pierre_champon\",\"lang\":\"fr\",\"profile_text_color\":\"4f0505\",\"statuses_count\":2298,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/76566393\\/FUSAIN.jpg\",\"location\":\"Quimper France\",\"show_all_inline_media\":false,\"listed_count\":15,\"profile_link_color\":\"0e1652\",\"followers_count\":305,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1842064881\\/image_normal.jpg\",\"description\":\"Je ne conseille pas, je d\\u00e9cide! C'est beaucoup plus courageux et surtout nettement plus lucratif!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3d3030\",\"id_str\":\"80036505\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/76566393\\/FUSAIN.jpg\",\"profile_sidebar_fill_color\":\"616161\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842064881\\/image_normal.jpg\",\"name\":\"Pierre Champon\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 05 14:24:47 +0000 2009\",\"profile_sidebar_border_color\":\"0d0202\",\"id\":80036505,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.champon.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186909806395393,\"created_at\":\"Fri Feb 24 23:25:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2791000, +"tags": [ +{ +"id-ref": "f02708b4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0270d64-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d04d6fa2-33bc-47e4-a720-2470903107b9-173186909806395393" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@davidmarsais @Gregshow Les beaux t-shirts du @palmashow ! ;-)) #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1830093504/317513_2440955897478_1059238916_2857805_1615353250_n_normal.jpg" +}, +"title": "Claudio FABBRI: @davidmarsais @Gregshow Les beaux t-shirts du @palmashow ! ;-)) #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2791000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"davidmarsais\",\"favorited\":false,\"text\":\"@davidmarsais @Gregshow Les beaux t-shirts du @palmashow ! ;-)) #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"davidmarsais\",\"indices\":[0,13],\"name\":\"David Marsais\",\"id_str\":\"140357554\",\"id\":140357554},{\"screen_name\":\"Gregshow\",\"indices\":[14,23],\"name\":\"Gregshow\",\"id_str\":\"23932076\",\"id\":23932076},{\"screen_name\":\"palmashow\",\"indices\":[46,56],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[64,68]}]},\"in_reply_to_user_id\":140357554,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186908778803200\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"cloclof31\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":94,\"location\":\"Toulouse - France\",\"profile_text_color\":\"333333\",\"followers_count\":118,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1830093504\\/317513_2440955897478_1059238916_2857805_1615353250_n_normal.jpg\",\"description\":\"Ancien r\\u00e9dacteur sur le blog officiel de Lost pour #TF1. D'apr\\u00e8s Wikip\\u00e9dia je suis aussi acteur...\\r\\nhttps:\\/\\/www.facebook.com\\/claudio.fabbri1\",\"statuses_count\":2105,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/376547188\\/queen.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"65052748\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Claudio FABBRI\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/376547188\\/queen.jpg\",\"created_at\":\"Wed Aug 12 14:47:48 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":65052748,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/lost-spoiler.over-blog.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830093504\\/317513_2440955897478_1059238916_2857805_1615353250_n_normal.jpg\"},\"truncated\":false,\"id\":173186908778803200,\"created_at\":\"Fri Feb 24 23:25:51 +0000 2012\",\"in_reply_to_user_id_str\":\"140357554\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2791000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "771e97df-cd44-4ecb-aecf-5add099cc722-173186908778803200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche Genre chanter \"Les divas du dancing\" ? #lgw #ilReste", +"img": { +"src": "http://a2.twimg.com/profile_images/1609615947/avatar_normal.jpg" +}, +"title": "Christophe WEILL: @LudoDelaherche Genre chanter \"Les divas du dancing\" ? #lgw #ilReste", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2792000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LudoDelaherche\",\"favorited\":false,\"text\":\"@LudoDelaherche Genre chanter \\\"Les divas du dancing\\\" ? #lgw #ilReste\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]},{\"text\":\"ilReste\",\"indices\":[60,68]}]},\"in_reply_to_user_id\":72665061,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173186604087775233,\"in_reply_to_status_id_str\":\"173186604087775233\",\"id_str\":\"173186913262518272\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"7b9d01\",\"screen_name\":\"tractataire\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":487,\"location\":\"Montpellier, France\",\"profile_text_color\":\"333333\",\"followers_count\":426,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"description\":\"Communication globale multimedia : print, web, video, e-learning. Curieux et news-addict !\",\"statuses_count\":9394,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"show_all_inline_media\":true,\"listed_count\":18,\"profile_link_color\":\"8f6e31\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7c985\",\"protected\":false,\"id_str\":\"24436721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Christophe WEILL\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"created_at\":\"Sat Mar 14 21:54:13 +0000 2009\",\"profile_sidebar_fill_color\":\"a7c964\",\"id\":24436721,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.tractataire.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\"},\"truncated\":false,\"id\":173186913262518272,\"created_at\":\"Fri Feb 24 23:25:52 +0000 2012\",\"in_reply_to_user_id_str\":\"72665061\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2792000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a73bf1ab-2dac-4df6-a876-3a9609eb486d-173186913262518272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Tweets2Comptoir: Retrouvez la sélection de Tweets de Comptoir pour Le Grand Webze -> http://t.co/4jnewqO5 #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/37455262/titou_150_normal.jpg" +}, +"title": "Pierre Titou LANNES: RT @Tweets2Comptoir: Retrouvez la sélection de Tweets de Comptoir pour Le Grand Webze -> http://t.co/4jnewqO5 #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2792000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @Tweets2Comptoir: Retrouvez la s\\u00e9lection de Tweets de Comptoir pour Le Grand Webze -> http:\\/\\/t.co\\/4jnewqO5 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[3,19],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[{\"indices\":[92,112],\"expanded_url\":\"http:\\/\\/t2c.tw\\/eetsLGW\",\"display_url\":\"t2c.tw\\/eetsLGW\",\"url\":\"http:\\/\\/t.co\\/4jnewqO5\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Retrouvez la s\\u00e9lection de Tweets de Comptoir pour Le Grand Webze -> http:\\/\\/t.co\\/4jnewqO5 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[71,91],\"expanded_url\":\"http:\\/\\/t2c.tw\\/eetsLGW\",\"display_url\":\"t2c.tw\\/eetsLGW\",\"url\":\"http:\\/\\/t.co\\/4jnewqO5\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185674487414784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3071,\"screen_name\":\"Tweets2Comptoir\",\"lang\":\"fr\",\"profile_text_color\":\"3f3210\",\"statuses_count\":2933,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"location\":\"Dans tes tweets\",\"show_all_inline_media\":true,\"listed_count\":188,\"profile_link_color\":\"3b8ab2\",\"followers_count\":6464,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"description\":\"Tweets de Comptoir est l\\u00e0 pour rendre quotidiennement compte de l'activit\\u00e9 subversive des tweetos, en d\\u00e9non\\u00e7ant les meilleurs tweets publi\\u00e9s.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d1f5c\",\"id_str\":\"227334618\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"name\":\"Tweets de Comptoir\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 16 15:29:51 +0000 2010\",\"profile_sidebar_border_color\":\"ffcc00\",\"id\":227334618,\"utc_offset\":3600,\"favourites_count\":5604,\"url\":\"http:\\/\\/tweetsdecomptoir.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185674487414784,\"created_at\":\"Fri Feb 24 23:20:57 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186914243977217\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":268,\"screen_name\":\"titounet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5079,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/421488521\\/2005-09_La_Reunion_014.jpg\",\"location\":\"IDF, Gers 32, Landes 40, PO 66\",\"show_all_inline_media\":true,\"listed_count\":35,\"profile_link_color\":\"9D582E\",\"followers_count\":450,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/37455262\\/titou_150_normal.jpg\",\"description\":\"Ergonome facteurs humains et organisationnels, #ergonomie des interfaces hommes-machines #UX. Gascon, Pyr\\u00e9n\\u00e9es, gastronomie, festayre, rugby, surf\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"10461152\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421488521\\/2005-09_La_Reunion_014.jpg\",\"profile_sidebar_fill_color\":\"fcf1c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/37455262\\/titou_150_normal.jpg\",\"name\":\"Pierre Titou LANNES\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 22 06:18:31 +0000 2007\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":10461152,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/titou.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186914243977217,\"created_at\":\"Fri Feb 24 23:25:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2792000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "33da967d-235d-40d0-859e-88c46237dfa3-173186914243977217" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Felicitation à @KlaireFr et @SolangeTeParle pour #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1817776486/SmokeQR_copie_normal.jpg" +}, +"title": "RuaLten: Felicitation à @KlaireFr et @SolangeTeParle pour #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2792000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Felicitation \\u00e0 @KlaireFr et @SolangeTeParle pour #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[15,24],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610},{\"screen_name\":\"SolangeTeParle\",\"indices\":[28,43],\"id_str\":\"417867146\",\"name\":\"Solange te parle\",\"id\":417867146}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186912029388800\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":501,\"screen_name\":\"RuaLten\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":1430,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"location\":\"Dans les champs de Bl\\u00e9...\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"828561\",\"followers_count\":186,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"description\":\"Un peu partout et nulle part \\u00e0 la fois... Buveur de bi\\u00e8re belge et d'Irish Whiskey. R\\u00e2leur professionnel... \\u2620\\u2620\\u2620\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"359827989\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"profile_sidebar_fill_color\":\"62a635\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"name\":\"RuaLten\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 22 07:12:46 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":359827989,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/rualten.perso.sfr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186912029388800,\"created_at\":\"Fri Feb 24 23:25:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2792000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d935fb8-8a73-4358-8018-8d864eaa3e12-173186912029388800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #lgw @StadeFrance @LudoDelaherche @Pierre_B_y non mon cousin de paris le #teamRM est chez lui!!!! Allez @RacingMetro92", +"img": { +"src": "http://a3.twimg.com/profile_images/1693436244/tw_13513942_1323894171_normal.jpg" +}, +"title": "Nicolas Legros: #cqui #lgw @StadeFrance @LudoDelaherche @Pierre_B_y non mon cousin de paris le #teamRM est chez lui!!!! Allez @RacingMetro92", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2793000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui #lgw @StadeFrance @LudoDelaherche @Pierre_B_y non mon cousin de paris le #teamRM est chez lui!!!! Allez @RacingMetro92\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"StadeFrance\",\"indices\":[11,23],\"id_str\":\"88690419\",\"name\":\"Stade de France\",\"id\":88690419},{\"screen_name\":\"LudoDelaherche\",\"indices\":[24,39],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061},{\"screen_name\":\"Pierre_B_y\",\"indices\":[40,51],\"id_str\":\"104184883\",\"name\":\"Pierre B.\",\"id\":104184883},{\"screen_name\":\"RacingMetro92\",\"indices\":[110,124],\"id_str\":\"81073960\",\"name\":\"Racing Metro 92\",\"id\":81073960}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]},{\"text\":\"teamRM\",\"indices\":[79,86]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.142488,48.9203048],[2.2061332,48.9203048],[2.2061332,48.954515],[2.142488,48.954515]]]},\"attributes\":{},\"full_name\":\"Sartrouville, Yvelines\",\"place_type\":\"city\",\"name\":\"Sartrouville\",\"id\":\"fdc15213df467db3\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/fdc15213df467db3.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.20217236,48.94096502]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186919230996480\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.94096502,2.20217236]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":386,\"screen_name\":\"NicolasLegros\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2758,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"sartrouville\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":140,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1693436244\\/tw_13513942_1323894171_normal.jpg\",\"description\":\"RUGBY(ra\\u00e7ing, toulouse, sprinboks) rock, vie de famille, killstreak et votera pascal pap\\u00e9 en 2012.. un maitre @kakaOpopo #tontonatoujoursraison\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"120251174\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1693436244\\/tw_13513942_1323894171_normal.jpg\",\"name\":\"Nicolas Legros\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 05 22:47:53 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":120251174,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186919230996480,\"created_at\":\"Fri Feb 24 23:25:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2793000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f02794fa-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c0f2d174-2a0e-4108-b98b-a32e9aa3cbae-173186919230996480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @fdhollande: Si vous voulez \"Changer de destin\" je suis là ! #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1421767677/n775859914_630617_3556_normal.jpg" +}, +"title": "Thibaut: RT @fdhollande: Si vous voulez \"Changer de destin\" je suis là ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2793000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @fdhollande: Si vous voulez \\\"Changer de destin\\\" je suis l\\u00e0 ! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"fdhollande\",\"indices\":[3,14],\"id_str\":\"500754438\",\"name\":\"Fran\\u00e7ois de Hollande\",\"id\":500754438}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[65,69]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Si vous voulez \\\"Changer de destin\\\" je suis l\\u00e0 ! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186649403031552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":136,\"screen_name\":\"fdhollande\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":89,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"59 avenue de S\\u00e9gur. 7\\u00e8me\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\",\"description\":\"Dans ma t\\u00eate. Tout ce que je pense mais que je ne peux pas vous dire officiellement \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"500754438\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\",\"name\":\"Fran\\u00e7ois de Hollande\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 23 12:46:32 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":500754438,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186649403031552,\"created_at\":\"Fri Feb 24 23:24:49 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186919524605952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":437,\"screen_name\":\"thibautchampey\",\"lang\":\"fr\",\"profile_text_color\":\"c8c8cc\",\"statuses_count\":154,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"location\":\"Paris \",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0c0d0d\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"description\":\"Communication enabled geek.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3b3d3d\",\"id_str\":\"282143992\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"profile_sidebar_fill_color\":\"68696e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"name\":\"Thibaut\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 14 16:45:25 +0000 2011\",\"profile_sidebar_border_color\":\"e6ebe4\",\"id\":282143992,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"https:\\/\\/sites.google.com\\/site\\/thibautchampey\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186919524605952,\"created_at\":\"Fri Feb 24 23:25:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2793000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ab9ae4ba-7ef1-47c4-9378-38471abdac5f-173186919524605952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sympa #lgw de ce soir! Et rollin #IlReste", +"img": { +"src": "http://a0.twimg.com/profile_images/1306605849/A_Fox_in_Space_by_SilentReaper_normal.jpg" +}, +"title": "Fofox: Sympa #lgw de ce soir! Et rollin #IlReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2794000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Sympa #lgw de ce soir! Et rollin #IlReste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[6,10]},{\"text\":\"IlReste\",\"indices\":[34,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186923060408321\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":238,\"screen_name\":\"FofoxFRA\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3463,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/270499037\\/2011-06-15_07-37-25_90.42.92.158.jpg\",\"location\":\"Annecy\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0000cc\",\"followers_count\":190,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1306605849\\/A_Fox_in_Space_by_SilentReaper_normal.jpg\",\"description\":\"18 ans, lecteur assidu d'actualit\\u00e9, de SF et d'heroic-fantasy, Geek \\u00e0 plein temps, et j'exprime tout cela sur le seul et l'unique Otageek !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"115675045\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/270499037\\/2011-06-15_07-37-25_90.42.92.158.jpg\",\"profile_sidebar_fill_color\":\"999999\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1306605849\\/A_Fox_in_Space_by_SilentReaper_normal.jpg\",\"name\":\"Fofox\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 19 14:22:41 +0000 2010\",\"profile_sidebar_border_color\":\"bddcad\",\"id\":115675045,\"utc_offset\":3600,\"favourites_count\":27,\"url\":\"http:\\/\\/otageek.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186923060408321,\"created_at\":\"Fri Feb 24 23:25:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2794000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3a9cf5c9-0e8f-4074-bcd1-e26b37fd025f-173186923060408321" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Palmade et @FlorencePorcel ??? Merde alors... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/317760404/Copie1_normal.jpg" +}, +"title": "Pierre-Yves LE LAN: Palmade et @FlorencePorcel ??? Merde alors... #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2796000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Palmade et @FlorencePorcel ??? Merde alors... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[11,26],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186929590939649\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":407,\"screen_name\":\"pylelan\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1476,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"FF3300\",\"followers_count\":427,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/317760404\\/Copie1_normal.jpg\",\"description\":\"Marketing RH et Web Marketing @apecfr : recrutement 2.0, marque employeur, serious game, e-learning et m\\u00e9dias sociaux.\\r\\nContributeur @Locita\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"57371807\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/317760404\\/Copie1_normal.jpg\",\"name\":\"Pierre-Yves LE LAN\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 16 16:15:44 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":57371807,\"utc_offset\":3600,\"favourites_count\":15,\"url\":\"http:\\/\\/fr.linkedin.com\\/pub\\/pierre-yves-le-lan\\/3\\/2a5\\/90b\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186929590939649,\"created_at\":\"Fri Feb 24 23:25:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2796000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa0ec8ba-e0ed-40c8-a047-2b53dc66328c-173186929590939649" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @charleshenriroy: On est en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. Mémé,.... !!!”", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @charleshenriroy: On est en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. Mémé,.... !!!”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2796000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @charleshenriroy: On est en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. M\\u00e9m\\u00e9,.... !!!\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"charleshenriroy\",\"indices\":[3,19],\"id_str\":\"185396126\",\"name\":\"Royer Charles-Henri\",\"id\":185396126}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[65,69]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"On est en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. M\\u00e9m\\u00e9,.... !!!\\u201d\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186506310172672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186506310172672,\"created_at\":\"Fri Feb 24 23:24:15 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186929830014976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1042,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":317,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186929830014976,\"created_at\":\"Fri Feb 24 23:25:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2796000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "05d37e55-7efd-4c83-9140-c1ce1fc4aae8-173186929830014976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Alvin_Stick Première fois que je vois cette émission (twitter mène à tout). La dernière avant longtemps aussi. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1843093214/portrait_normal.jpg" +}, +"title": "Florent: @Alvin_Stick Première fois que je vois cette émission (twitter mène à tout). La dernière avant longtemps aussi. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2797000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Alvin_Stick Premi\\u00e8re fois que je vois cette \\u00e9mission (twitter m\\u00e8ne \\u00e0 tout). La derni\\u00e8re avant longtemps aussi. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Alvin_Stick\",\"indices\":[0,12],\"id_str\":\"115834046\",\"name\":\"Alvin Haddad\\u00e8ne\",\"id\":115834046}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot for Chrome\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173186625067692034\",\"id_str\":\"173186935706222592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186625067692034,\"in_reply_to_user_id_str\":\"115834046\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":86,\"screen_name\":\"f_to_k\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":3703,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Paris grande banlieue Est.\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"2FC2EF\",\"followers_count\":124,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843093214\\/portrait_normal.jpg\",\"description\":\"Homme \\u00e0 tout faire (ou presque). Ce que je tiens dans la main est un appareil photo \\u00e0 pellicules. Mes tweets n'engagent que mes 10 doigts, mon cerveau d\\u00e9ment.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"438377094\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843093214\\/portrait_normal.jpg\",\"name\":\"Florent\",\"default_profile_image\":false,\"created_at\":\"Fri Dec 16 14:28:11 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":438377094,\"utc_offset\":null,\"favourites_count\":64,\"url\":null},\"in_reply_to_screen_name\":\"Alvin_Stick\",\"truncated\":false,\"id\":173186935706222592,\"created_at\":\"Fri Feb 24 23:25:57 +0000 2012\",\"in_reply_to_user_id\":115834046}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2797000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "feb761df-7fa1-4192-842d-824b8b0076ce-173186935706222592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#iReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1838207664/image_normal.jpg" +}, +"title": "Sanchez Théo: #iReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2797000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#iReste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"iReste\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186933609086977\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"sanchez_theo\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":62,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":144,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"374697529\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Sanchez Th\\u00e9o\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"created_at\":\"Fri Sep 16 19:34:01 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":374697529,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\"},\"truncated\":false,\"id\":173186933609086977,\"created_at\":\"Fri Feb 24 23:25:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2797000, +"tags": [ +{ +"id-ref": "efbbbfaa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "91c46602-c5f1-4cfd-bcb1-e581ad17bbfc-173186933609086977" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "la \"camera caché\" en mode sépia #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1704625616/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg" +}, +"title": "brissot pierre louis: la \"camera caché\" en mode sépia #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2799000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"la \\\"camera cach\\u00e9\\\" en mode s\\u00e9pia #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186942916231168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":16,\"screen_name\":\"piloufaceIII\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1704625616\\/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"442110979\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1704625616\\/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg\",\"name\":\"brissot pierre louis\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 20 19:21:45 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":442110979,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.facebook.com\\/profile.php?id=1246842647\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186942916231168,\"created_at\":\"Fri Feb 24 23:25:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2799000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0d63fd6f-3cf0-4e05-b932-5a1080a4c58b-173186942916231168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui ceux qui partent ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: #cQui ceux qui partent ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2800000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cQui ceux qui partent ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[25,29]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186948695982080\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3246,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173186948695982080,\"created_at\":\"Fri Feb 24 23:26:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2800000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f206bb74-ffe8-4335-bb99-3ccd2b0c4354-173186948695982080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ah les @palmashow lapins! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1649856860/avatpagetwsn_normal.jpg" +}, +"title": "lôtre demédeu: ah les @palmashow lapins! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2801000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"ah les @palmashow lapins! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[8,18],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186949933309952\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"lotre\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":81,\"location\":\"just there\",\"profile_text_color\":\"000000\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"description\":\"man, z\\u00e9ro de l'univers !\",\"statuses_count\":10315,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"protected\":false,\"id_str\":\"7233942\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"l\\u00f4tre dem\\u00e9deu\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"created_at\":\"Tue Jul 03 18:07:50 +0000 2007\",\"profile_sidebar_fill_color\":\"e0ff92\",\"id\":7233942,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\"},\"truncated\":false,\"id\":173186949933309952,\"created_at\":\"Fri Feb 24 23:26:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2801000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a2f21881-ec2a-4fb1-8022-04a45b1e5115-173186949933309952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin #ilreste dans #lgw car quand une blague tombe à plat, on lui laisse toujours le bénéfice du doute. Le Palma pas toujours...", +"img": { +"src": "http://a0.twimg.com/profile_images/1843724504/_DSC0031_normal.jpg" +}, +"title": "Guillaume BodyLawson: Rollin #ilreste dans #lgw car quand une blague tombe à plat, on lui laisse toujours le bénéfice du doute. Le Palma pas toujours...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2804000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin #ilreste dans #lgw car quand une blague tombe \\u00e0 plat, on lui laisse toujours le b\\u00e9n\\u00e9fice du doute. Le Palma pas toujours...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[7,15]},{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186963350896640\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"GBodyLawson\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":481,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/308657979\\/plan-ratp.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843724504\\/_DSC0031_normal.jpg\",\"description\":\":: En qu\\u00eate du vinyle perdu ::\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"85315326\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/308657979\\/plan-ratp.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843724504\\/_DSC0031_normal.jpg\",\"name\":\"Guillaume BodyLawson\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 26 13:30:59 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":85315326,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186963350896640,\"created_at\":\"Fri Feb 24 23:26:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2804000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d2929c6d-e1a6-4e6e-9cff-bd9a2dac0c4f-173186963350896640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @ToYonos: Les truc d'internet dit oralement en vrai à la télé ça les rend au mieux bizarre, au pire pas drôle en fait #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1586622315/422797676small_normal.jpg" +}, +"title": "Meriadeck: RT @ToYonos: Les truc d'internet dit oralement en vrai à la télé ça les rend au mieux bizarre, au pire pas drôle en fait #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2806000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @ToYonos: Les truc d'internet dit oralement en vrai \\u00e0 la t\\u00e9l\\u00e9 \\u00e7a les rend au mieux bizarre, au pire pas dr\\u00f4le en fait #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ToYonos\",\"indices\":[3,11],\"id_str\":\"234760025\",\"name\":\"Toyo\",\"id\":234760025}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[121,125]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Les truc d'internet dit oralement en vrai \\u00e0 la t\\u00e9l\\u00e9 \\u00e7a les rend au mieux bizarre, au pire pas dr\\u00f4le en fait #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[108,112]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185363475562496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":163,\"screen_name\":\"ToYonos\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1423,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/377610278\\/hfr4droid512.png\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":131,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1840742864\\/photo_normal.png\",\"description\":\"Yet another geek who likes geek stuff and spends wayyyyyy too much time on the internet.\\r\\n\\r\\nMy Android apps : https:\\/\\/market.android.com\\/developer?pub=ToYonos\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f7f7\",\"id_str\":\"234760025\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377610278\\/hfr4droid512.png\",\"profile_sidebar_fill_color\":\"d4e4b6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840742864\\/photo_normal.png\",\"name\":\"Toyo\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 06 14:07:52 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":234760025,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/toyonos.info\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185363475562496,\"created_at\":\"Fri Feb 24 23:19:42 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186972960034816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":499,\"screen_name\":\"Meriadeck\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":22721,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/393807189\\/2125.JPG\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":74,\"profile_link_color\":\"2FC2EF\",\"followers_count\":1061,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1586622315\\/422797676small_normal.jpg\",\"description\":\"fils cach\\u00e9 de Francis Perrin et Steven Spielberg\\r\\nBordelais en exil, touriste dans l'existence\\r\\nphotographe \\u00e0 Direct8, \\r\\n\\ud55c\\uad6d\\uc5d0 \\uac00\\uc785 \\ud0c8\\ucd9c \\uc900\\ube44\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"34926769\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/393807189\\/2125.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1586622315\\/422797676small_normal.jpg\",\"name\":\"Meriadeck\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 24 13:40:55 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":34926769,\"utc_offset\":3600,\"favourites_count\":258,\"url\":\"http:\\/\\/www.meriadeck.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186972960034816,\"created_at\":\"Fri Feb 24 23:26:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2806000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c60229b1-02fa-40ea-8f2e-bb02094e8ce4-173186972960034816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le Grand Webzé #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1545679067/pJt9obdp_normal" +}, +"title": "Thomas Nicaise: Le Grand Webzé #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2809000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le Grand Webz\\u00e9 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186986415362049\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":80,\"screen_name\":\"Thegeekitude\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":815,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1545679067\\/pJt9obdp_normal\",\"description\":\"Je suis un putain de Juke-box. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"132623518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1545679067\\/pJt9obdp_normal\",\"name\":\"Thomas Nicaise\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 13 19:00:43 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":132623518,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/kikinousworld.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186986415362049,\"created_at\":\"Fri Feb 24 23:26:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2809000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3788bb11-7014-4f72-a300-af71a34f9a67-173186986415362049" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw j'ai 34 ans, mais je prends un gros coup de vieux avec vous, LOL! En tout cas on rigole bien! C'est tv dingo cette émission!", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" +}, +"title": "robin pierre: #lgw j'ai 34 ans, mais je prends un gros coup de vieux avec vous, LOL! En tout cas on rigole bien! C'est tv dingo cette émission!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2809000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw j'ai 34 ans, mais je prends un gros coup de vieux avec vous, LOL! En tout cas on rigole bien! C'est tv dingo cette \\u00e9mission!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186985534570496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1,\"screen_name\":\"pierre_robin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"501182356\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"name\":\"robin pierre\",\"default_profile_image\":true,\"created_at\":\"Thu Feb 23 21:53:04 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":501182356,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186985534570496,\"created_at\":\"Fri Feb 24 23:26:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2809000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "36ff5f52-672a-44b9-b1a8-bb65d6c74d80-173186985534570496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #ilReste", +"img": { +"src": "http://a0.twimg.com/profile_images/1342745426/Dr_House_normal.png" +}, +"title": "Rémi Dark: #LGW #ilReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2811000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW #ilReste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186994556518400\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"Darkiik\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":210,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Toulouse \",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1342745426\\/Dr_House_normal.png\",\"description\":\"Fan de Playstation \\/ S\\u00e9ries T\\u00e9l\\u00e9 \\/ Films de guerre \\/ Filles :D.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"283598806\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1342745426\\/Dr_House_normal.png\",\"name\":\"R\\u00e9mi Dark\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 17 16:25:54 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":283598806,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186994556518400,\"created_at\":\"Fri Feb 24 23:26:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2811000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3910c47c-a06e-457b-ac29-a6bc42e92ba3-173186994556518400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilReste séquence émotion en caméra caché :-)", +"img": { +"src": "http://a3.twimg.com/profile_images/1827613879/photo-pro_normal.png" +}, +"title": "Julien Lopizzo: #lgw #ilReste séquence émotion en caméra caché :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2811000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilReste s\\u00e9quence \\u00e9motion en cam\\u00e9ra cach\\u00e9 :-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186992186732545\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":284,\"screen_name\":\"JulienLopizzo\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":1088,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Lyon - Europe\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0099B9\",\"followers_count\":143,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"description\":\"Je suis tomb\\u00e9 dedans en 97.Ma e-carri\\u00e8re a d\\u00e9marr\\u00e9 comme d\\u00e9veloppeur freelance en 2002.Entrepren(aute) depuis 10 ans j'aime partager ma passion du e-business.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"44345271\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"name\":\"Julien Lopizzo\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 03 12:08:19 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":44345271,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.tenapra.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186992186732545,\"created_at\":\"Fri Feb 24 23:26:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2811000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8df495a9-2f14-4f68-b2a7-31ddc57ccc54-173186992186732545" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a2.twimg.com/profile_images/1631053557/image_normal.jpg" +}, +"title": "Tof Tof v: #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2812000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186997660286979\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"TofTofv\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":9,\"location\":\"DisneyLand\",\"profile_text_color\":\"333333\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1631053557\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":22,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"390021196\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Tof Tof v\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Oct 13 10:29:51 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":390021196,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1631053557\\/image_normal.jpg\"},\"truncated\":false,\"id\":173186997660286979,\"created_at\":\"Fri Feb 24 23:26:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2812000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "03d7e25e-c470-4d2f-9fae-450fced4cb15-173186997660286979" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh...Florence...tu peux avoir mieux je pense. Surtout le bouclé. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: Oh...Florence...tu peux avoir mieux je pense. Surtout le bouclé. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2812000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Oh...Florence...tu peux avoir mieux je pense. Surtout le boucl\\u00e9. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186996343283712\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"c0c3c4\",\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":75,\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"profile_text_color\":\"333333\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"statuses_count\":989,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Shik-a-Marrant\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"id\":57607506,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\"},\"truncated\":false,\"id\":173186996343283712,\"created_at\":\"Fri Feb 24 23:26:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2812000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3bcb59e9-f54d-4632-8645-c7a30b2df695-173186996343283712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @AlexHervaud: ma réaction après les dernières vidéos diffusées sur #lgw http://t.co/zOYf0CZ2", +"img": { +"src": "http://a0.twimg.com/profile_images/1665682445/marlonbrandomj0052hu8_normal.jpg" +}, +"title": "Matteu Maestracci: RT @AlexHervaud: ma réaction après les dernières vidéos diffusées sur #lgw http://t.co/zOYf0CZ2", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2812000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @AlexHervaud: ma r\\u00e9action apr\\u00e8s les derni\\u00e8res vid\\u00e9os diffus\\u00e9es sur #lgw http:\\/\\/t.co\\/zOYf0CZ2\",\"entities\":{\"urls\":[{\"indices\":[75,95],\"display_url\":\"25.media.tumblr.com\\/tumblr_lzx0svb\\u2026\",\"expanded_url\":\"http:\\/\\/25.media.tumblr.com\\/tumblr_lzx0svbukH1qg39ewo1_500.gif\",\"url\":\"http:\\/\\/t.co\\/zOYf0CZ2\"}],\"user_mentions\":[{\"screen_name\":\"AlexHervaud\",\"indices\":[3,15],\"name\":\"Alexandre Hervaud\",\"id_str\":\"14321981\",\"id\":14321981}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[70,74]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"ma r\\u00e9action apr\\u00e8s les derni\\u00e8res vid\\u00e9os diffus\\u00e9es sur #lgw http:\\/\\/t.co\\/zOYf0CZ2\",\"entities\":{\"urls\":[{\"indices\":[58,78],\"display_url\":\"25.media.tumblr.com\\/tumblr_lzx0svb\\u2026\",\"expanded_url\":\"http:\\/\\/25.media.tumblr.com\\/tumblr_lzx0svbukH1qg39ewo1_500.gif\",\"url\":\"http:\\/\\/t.co\\/zOYf0CZ2\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185739801112576\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"AlexHervaud\",\"lang\":\"fr\",\"favourites_count\":3392,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1078,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":14844,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\",\"description\":\"Journaliste, ex-Lib\\u00e9, chroniqueur au Mouv et Vodkaster.com, (d\\u00e9)formateur pour l'ESJ. Assiste @JeanReneCraypio. Mes tweets n'engagent pas P\\u00f4le Emploi.\",\"statuses_count\":48450,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"show_all_inline_media\":true,\"listed_count\":816,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"401d91\",\"protected\":false,\"id_str\":\"14321981\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Alexandre Hervaud\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"created_at\":\"Mon Apr 07 11:34:52 +0000 2008\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":14321981,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/alexhervaud.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\"},\"truncated\":false,\"id\":173185739801112576,\"created_at\":\"Fri Feb 24 23:21:12 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186997261844481\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"578f39\",\"screen_name\":\"MMaestracci\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":695,\"location\":\"Paris, France\",\"profile_text_color\":\"121796\",\"followers_count\":7845,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1665682445\\/marlonbrandomj0052hu8_normal.jpg\",\"description\":\"Cherche moi dans ta radio, parfois je te parle de sport sur France Info. Mes tweets n'engagent personne, puisque c'est la crise. On s'embrasse ?\",\"statuses_count\":35738,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/49294975\\/free_twitter_designer.jpg\",\"show_all_inline_media\":false,\"listed_count\":419,\"profile_link_color\":\"45c20f\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"33179844\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Matteu Maestracci\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/49294975\\/free_twitter_designer.jpg\",\"created_at\":\"Sun Apr 19 11:20:07 +0000 2009\",\"profile_sidebar_fill_color\":\"f8f7fa\",\"id\":33179844,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/thejohncarpenterunited.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1665682445\\/marlonbrandomj0052hu8_normal.jpg\"},\"truncated\":false,\"id\":173186997261844481,\"created_at\":\"Fri Feb 24 23:26:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2812000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bbcb2256-9354-4686-831a-e390e0d5ac39-173186997261844481" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ok j'avoue j'ai zappé sur fbk #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/645969850/Image_1_normal.jpg" +}, +"title": "Laurent Hermez: ok j'avoue j'ai zappé sur fbk #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2814000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"ok j'avoue j'ai zapp\\u00e9 sur fbk #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187007248465920\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"laurent70\",\"lang\":\"en\",\"favourites_count\":10,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":547,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":365,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/645969850\\/Image_1_normal.jpg\",\"description\":\"Copywriter at MRM Paris \\r\\n\",\"statuses_count\":5196,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/68596344\\/16947_265726962566_522657566_3216218_3534887_n.jpg\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"29409056\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Laurent Hermez\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/68596344\\/16947_265726962566_522657566_3216218_3534887_n.jpg\",\"created_at\":\"Tue Apr 07 08:07:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":29409056,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.bouquiner.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/645969850\\/Image_1_normal.jpg\"},\"truncated\":false,\"id\":173187007248465920,\"created_at\":\"Fri Feb 24 23:26:14 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2814000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "155780cd-3d24-41e6-9a76-166ab1067d73-173187007248465920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel #ElleReste #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1815934444/image_normal.jpg" +}, +"title": "Laurent Sarralangue: @FlorencePorcel #ElleReste #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2815000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"FlorencePorcel\",\"favorited\":false,\"text\":\"@FlorencePorcel #ElleReste #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"ElleReste\",\"indices\":[16,26]},{\"text\":\"LGW\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":49031173,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187011774132224\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"lolosarralangue\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":413,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":92,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815934444\\/image_normal.jpg\",\"description\":\"Actu. Web. Sports. De la balle de squash \\u00e0 l'ovale. L\\u00e9g\\u00e8rement geek. Musique. S'informer pour se cultiver, mais pas seulement.\",\"statuses_count\":1683,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"387773705\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Laurent Sarralangue\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Oct 09 17:03:03 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":387773705,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815934444\\/image_normal.jpg\"},\"truncated\":false,\"id\":173187011774132224,\"created_at\":\"Fri Feb 24 23:26:15 +0000 2012\",\"in_reply_to_user_id_str\":\"49031173\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2815000, +"tags": [ +{ +"id-ref": "ef14c7ea-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7273df77-ef1e-495e-a5ac-38f99692b9f8-173187011774132224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non mais sérieux hein #cqui ce Rollin ?? ... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1662712398/renard3_normal.jpg" +}, +"title": "Steve Renard: Non mais sérieux hein #cqui ce Rollin ?? ... #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2816000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Non mais s\\u00e9rieux hein #cqui ce Rollin ?? ... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[22,27]},{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187013716082689\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":860,\"screen_name\":\"steve_renard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6958,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"La Fert\\u00e9 Saint-Aubin\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"FF3300\",\"followers_count\":263,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1662712398\\/renard3_normal.jpg\",\"description\":\"25 ans. @ElodieVenon dit de moi que je suis un g\\u00e9nie. Tout est dit. Bisous.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"69591923\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1662712398\\/renard3_normal.jpg\",\"name\":\"Steve Renard\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 28 13:49:32 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":69591923,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/fox-blogueur.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187013716082689,\"created_at\":\"Fri Feb 24 23:26:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2816000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "46ead0e1-37ed-48bf-aa2e-f890a8e5f1c4-173187013716082689" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @SOYOUSEE: Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le dépanner avec sa chemise. #lg ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1802162566/image_normal.jpg" +}, +"title": "Julien Cotte: RT @SOYOUSEE: Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le dépanner avec sa chemise. #lg ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2816000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @SOYOUSEE: Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le d\\u00e9panner avec sa chemise. #lg ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SOYOUSEE\",\"indices\":[3,12],\"id_str\":\"122384552\",\"name\":\"SOYOUSEE\",\"id\":122384552},{\"screen_name\":\"Vinvin\",\"indices\":[20,27],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lg\",\"indices\":[133,136]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le d\\u00e9panner avec sa chemise. #lgw #merci\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[6,13],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[119,123]},{\"text\":\"merci\",\"indices\":[124,130]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186638984396800\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":190,\"screen_name\":\"SOYOUSEE\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":288,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/90573084\\/BKG_twitter_2.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1644298889\\/xQ4IxX7v_normal\",\"description\":\"Serial mateur, a gagn\\u00e9 le don d'ubi cui cui t\\u00e9 en se cr\\u00e9ant un compte Twitter. yOLD 3.2 version b\\u00eata\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"122384552\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/90573084\\/BKG_twitter_2.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1644298889\\/xQ4IxX7v_normal\",\"name\":\"SOYOUSEE\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 12 14:31:54 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":122384552,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186638984396800,\"created_at\":\"Fri Feb 24 23:24:47 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187015028899840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":874,\"screen_name\":\"JulienCotteALU\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3880,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"location\":\"V\\u00e9lizy-Villacoublay\",\"show_all_inline_media\":false,\"listed_count\":138,\"profile_link_color\":\"0084B4\",\"followers_count\":1406,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"description\":\"DRH du site de V\\u00e9lizy (France) - HR Community Manager - Marketing HR2.0 - @AlcatelLucent\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"107697826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"name\":\"Julien Cotte\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 23 12:17:36 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":107697826,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/juliencotte.typepad.com\\/le-blog-de-julien-cotte-\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173187015028899840,\"created_at\":\"Fri Feb 24 23:26:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2816000, +"tags": [ +{ +"id-ref": "f02681e6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "961919a8-b86e-411e-9e22-5b2694a1f66e-173187015028899840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "oui, j'ai honte de mon #tweetprécédant mais je suis fatiguée quoi #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848652502/332954645_normal.jpg" +}, +"title": "Leila Agic: oui, j'ai honte de mon #tweetprécédant mais je suis fatiguée quoi #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2817000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"oui, j'ai honte de mon #tweetpr\\u00e9c\\u00e9dant mais je suis fatigu\\u00e9e quoi #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"tweetpr\\u00e9c\\u00e9dant\",\"indices\":[23,38]},{\"text\":\"lgw\",\"indices\":[66,70]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187017444835328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1197,\"screen_name\":\"LeilaAgic\",\"lang\":\"fr\",\"profile_text_color\":\"d61170\",\"statuses_count\":13606,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"23acc4\",\"followers_count\":1721,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"description\":\"Ancienne co-Responsable Internet et campagne jeunes pour @RoyalSegolene lors de primaires citoyennes. Socialo-Ecolo-S\\u00e9gol\\u00e9niste #SRoyal \\/ #FH2012 \\/ #NVB2012\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"79575617\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"name\":\"Leila Agic\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 03 22:02:21 +0000 2009\",\"profile_sidebar_border_color\":\"f50e48\",\"id\":79575617,\"utc_offset\":3600,\"favourites_count\":200,\"url\":\"http:\\/\\/on.fb.me\\/hSrN0O\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187017444835328,\"created_at\":\"Fri Feb 24 23:26:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2817000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f029f18c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f271135-6d3a-4e27-82e8-bfe29509e1c8-173187017444835328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @letoss04: #lgw ou l'art de cultiver le bide et tout celà en Direct !! Chapeau...", +"img": { +"src": "http://a2.twimg.com/profile_images/1647384436/image_normal.jpg" +}, +"title": "Vcwik: RT @letoss04: #lgw ou l'art de cultiver le bide et tout celà en Direct !! Chapeau...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2819000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @letoss04: #lgw ou l'art de cultiver le bide et tout cel\\u00e0 en Direct !! Chapeau...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"letoss04\",\"indices\":[3,12],\"id_str\":\"472438130\",\"name\":\"Almeida Filipe\",\"id\":472438130}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ou l'art de cultiver le bide et tout cel\\u00e0 en Direct !! Chapeau...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186716969078785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":52,\"screen_name\":\"letoss04\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":18,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780940750\\/twitter_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"472438130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780940750\\/twitter_normal.png\",\"name\":\"Almeida Filipe\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 23 23:18:21 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":472438130,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186716969078785,\"created_at\":\"Fri Feb 24 23:25:05 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187025955078149\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"vcwik\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":992,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425462601\\/images.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1647384436\\/image_normal.jpg\",\"description\":\"Someone like me ... Somewhere ...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"382801997\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425462601\\/images.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1647384436\\/image_normal.jpg\",\"name\":\"Vcwik\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 30 18:19:28 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":382801997,\"utc_offset\":3600,\"favourites_count\":21,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187025955078149,\"created_at\":\"Fri Feb 24 23:26:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2819000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "af900f46-87b8-4c8a-baa4-a0764b9fdad7-173187025955078149" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mangez des chouquettes pour oublier le fouquettes\" #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1848035973/images_normal.jpeg" +}, +"title": "François de Hollande: Mangez des chouquettes pour oublier le fouquettes\" #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2819000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Mangez des chouquettes pour oublier le fouquettes\\\" #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[51,55]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187027355967488\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"fdhollande\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":136,\"location\":\"59 avenue de S\\u00e9gur. 7\\u00e8me\",\"profile_text_color\":\"333333\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\",\"description\":\"Dans ma t\\u00eate. Tout ce que je pense mais que je ne peux pas vous dire officiellement \",\"statuses_count\":90,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"500754438\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fran\\u00e7ois de Hollande\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Feb 23 12:46:32 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":500754438,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\"},\"truncated\":false,\"id\":173187027355967488,\"created_at\":\"Fri Feb 24 23:26:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2819000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7553d0b6-2368-4abe-8e37-e45dc5350273-173187027355967488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais WTF #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1836584093/image_normal.jpg" +}, +"title": "Mims Wabs Larax: Mais WTF #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2819000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais WTF #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187027838316544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"screen_name\":\"LadyGoule\",\"lang\":\"fr\",\"profile_text_color\":\"0f0e0f\",\"statuses_count\":28303,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/392693670\\/twilk_background_4f0088a2a8656.jpg\",\"location\":\"Purgatoire\",\"show_all_inline_media\":true,\"listed_count\":87,\"profile_link_color\":\"992b4f\",\"followers_count\":1994,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1836584093\\/image_normal.jpg\",\"description\":\"Ma vie est basee sur une histoire vraie. Entre mes enfants, mon mari et mes passions, je me retrouve...Je reste polie, restez-le aussi! CM @Mehdicis #MLQ\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"ffffff\",\"id_str\":\"50454478\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/392693670\\/twilk_background_4f0088a2a8656.jpg\",\"profile_sidebar_fill_color\":\"eff7ea\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836584093\\/image_normal.jpg\",\"name\":\"Mims Wabs Larax\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 24 21:55:30 +0000 2009\",\"profile_sidebar_border_color\":\"edf5e9\",\"id\":50454478,\"utc_offset\":0,\"favourites_count\":64,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187027838316544,\"created_at\":\"Fri Feb 24 23:26:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2819000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0d31bbb4-bea2-4a2b-8aec-705fdc42df41-173187027838316544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mon avatar à la télé !! :) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1476233426/lapavatar2_normal.png" +}, +"title": "LeLapin: Mon avatar à la télé !! :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2821000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Mon avatar \\u00e0 la t\\u00e9l\\u00e9 !! :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187034289152000\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"4d4494\",\"screen_name\":\"LeLapin64\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"Anglet - France\",\"profile_text_color\":\"faf5fa\",\"followers_count\":71,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1476233426\\/lapavatar2_normal.png\",\"description\":\"M\\u00e9dias & Communication, Sciences & Technologies, Nouvelles Id\\u00e9es & Nouveaux Paradigmes, et tant d'autres choses... Tout \\u00e7a vu de la C\\u00f4te Basque.\",\"statuses_count\":1128,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/378912273\\/hs-2008-34-a-1280x960_wallpaper.jpg\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"8c97fa\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000305\",\"protected\":false,\"id_str\":\"229050093\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"LeLapin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378912273\\/hs-2008-34-a-1280x960_wallpaper.jpg\",\"created_at\":\"Tue Dec 21 11:21:56 +0000 2010\",\"profile_sidebar_fill_color\":\"77718a\",\"id\":229050093,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/lelapin64.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1476233426\\/lapavatar2_normal.png\"},\"truncated\":false,\"id\":173187034289152000,\"created_at\":\"Fri Feb 24 23:26:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2821000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5740576c-f8be-404b-a46b-91399e6d879b-173187034289152000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton , le thon, faut en changer de temps à autre, ne serait-ce qu'en boite de nuit... #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1745475983/dodocarre_normal.GIF" +}, +"title": "CombienDeDodos.com: #change2ton , le thon, faut en changer de temps à autre, ne serait-ce qu'en boite de nuit... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2822000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#change2ton , le thon, faut en changer de temps \\u00e0 autre, ne serait-ce qu'en boite de nuit... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[93,97]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187040937115649\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"CombienDeDodos\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":135,\"location\":\"France\",\"profile_text_color\":\"666666\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1745475983\\/dodocarre_normal.GIF\",\"description\":\"Marre de r\\u00e9pondre \\u00e0 la question Combien de dodos avant No\\u00ebl ?\\r\\nCliquez l\\u00e0 http:\\/\\/www.combiendedodos.com :)\",\"statuses_count\":150,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/375741412\\/smiley_dodo_noel.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"419057767\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"CombienDeDodos.com\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/375741412\\/smiley_dodo_noel.png\",\"created_at\":\"Tue Nov 22 22:15:05 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":419057767,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.combiendedodos.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1745475983\\/dodocarre_normal.GIF\"},\"truncated\":false,\"id\":173187040937115649,\"created_at\":\"Fri Feb 24 23:26:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2822000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "631db600-2567-4fd2-aacb-ca471086ce84-173187040937115649" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW C'est une émission où on regarde plus son ordi que les personnes présentes sur le plateau. J'comprends pas l'concept.", +"img": { +"src": "http://a0.twimg.com/profile_images/1787989372/406519_2816076475082_1053946314_2866554_1715736597_n_normal.jpg" +}, +"title": "Lit Dia ®: #LGW C'est une émission où on regarde plus son ordi que les personnes présentes sur le plateau. J'comprends pas l'concept.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2822000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW C'est une \\u00e9mission o\\u00f9 on regarde plus son ordi que les personnes pr\\u00e9sentes sur le plateau. J'comprends pas l'concept.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187037858496513\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":195,\"screen_name\":\"LydiaWestCudi\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":2986,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/411533371\\/tumblr_lpq5omJuGt1r0welko2_500.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"2FC2EF\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1787989372\\/406519_2816076475082_1053946314_2866554_1715736597_n_normal.jpg\",\"description\":\"J'ne sais pas qui je suis. Je suis qui je me dois d\\u2019\\u00eatre.\\r\\nFolle on me dit.Il n'y a que le Fou qui se pretend sage.\\r\\nLe changement c'est le 6 mai 2012.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"247914376\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/411533371\\/tumblr_lpq5omJuGt1r0welko2_500.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1787989372\\/406519_2816076475082_1053946314_2866554_1715736597_n_normal.jpg\",\"name\":\"Lit Dia \\u00ae\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 05 21:07:35 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":247914376,\"utc_offset\":-10800,\"favourites_count\":199,\"url\":\"http:\\/\\/mescudream.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187037858496513,\"created_at\":\"Fri Feb 24 23:26:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2822000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df4ad5c2-fdb8-412b-a95d-782ecbb65727-173187037858496513" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je vois enfin #lgw (raté les 3 premiers), avec un léger différé. Je découvre Vinvin, et aime toujours Rollin. Sympathique, tout ça.", +"img": { +"src": "http://a2.twimg.com/profile_images/1430684275/avatar_normal.png" +}, +"title": "Marion : Je vois enfin #lgw (raté les 3 premiers), avec un léger différé. Je découvre Vinvin, et aime toujours Rollin. Sympathique, tout ça.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2822000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je vois enfin #lgw (rat\\u00e9 les 3 premiers), avec un l\\u00e9ger diff\\u00e9r\\u00e9. Je d\\u00e9couvre Vinvin, et aime toujours Rollin. Sympathique, tout \\u00e7a.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187039041294337\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":140,\"screen_name\":\"PauletteAnka\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":469,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Toulouse et au-del\\u00e0\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"2FC2EF\",\"followers_count\":40,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1430684275\\/avatar_normal.png\",\"description\":\"Graphiste web, qui se dit que le ouaibe c'est bien, et que Twitter, tout le monde en parle, manifestement, faut y \\u00eatre. Ou pas.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"299707918\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1430684275\\/avatar_normal.png\",\"name\":\"Marion \",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:18:32 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":299707918,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187039041294337,\"created_at\":\"Fri Feb 24 23:26:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2822000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c834e5cd-cff5-4e17-8aae-60e7bf40ed49-173187039041294337" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non là la vidéo. Non. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: Non là la vidéo. Non. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2822000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Non l\\u00e0 la vid\\u00e9o. Non. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187040391868416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1093,\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"profile_text_color\":\"636363\",\"statuses_count\":21283,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_sidebar_fill_color\":\"141414\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"name\":\"Bakt El Raalis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18515564,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.pelecanus.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187040391868416,\"created_at\":\"Fri Feb 24 23:26:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2822000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df58091b-190a-4805-9214-cc444f2bf518-173187040391868416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allez les gens, on remonte le #cQui dans le classement ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Allez les gens, on remonte le #cQui dans le classement ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2823000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Allez les gens, on remonte le #cQui dans le classement ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[30,35]},{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187042602262528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187042602262528,\"created_at\":\"Fri Feb 24 23:26:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2823000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bd0845c6-1430-46de-bea6-82b6d3d281a8-173187042602262528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ptain ! @PetrifiedEyes a son avatar qui apparaît à #lgw et pas le mien, damn it !", +"img": { +"src": "http://a0.twimg.com/profile_images/1809665149/moi_normal.jpg" +}, +"title": "Lucja: Ptain ! @PetrifiedEyes a son avatar qui apparaît à #lgw et pas le mien, damn it !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2824000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ptain ! @PetrifiedEyes a son avatar qui appara\\u00eet \\u00e0 #lgw et pas le mien, damn it !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PetrifiedEyes\",\"indices\":[8,22],\"name\":\"Petrif'\",\"id_str\":\"120458031\",\"id\":120458031}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187047526371329\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ece3cb\",\"screen_name\":\"BloodyLucy\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":113,\"location\":\"LRY\\/\\/ Nantes \\/\\/ Le Mans\",\"profile_text_color\":\"2b1b0c\",\"followers_count\":105,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1809665149\\/moi_normal.jpg\",\"description\":\"25 ans | Assistante d'Education | Blogueuse | Tea addict | Musique, Histoire de l'Art, Russie.\",\"statuses_count\":1855,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/303352474\\/fond_tumblr.jpg\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"3c755f\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"3c755f\",\"protected\":false,\"id_str\":\"143031933\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Lucja\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/303352474\\/fond_tumblr.jpg\",\"created_at\":\"Wed May 12 11:50:47 +0000 2010\",\"profile_sidebar_fill_color\":\"ece3cb\",\"id\":143031933,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.bloodylucy.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809665149\\/moi_normal.jpg\"},\"truncated\":false,\"id\":173187047526371329,\"created_at\":\"Fri Feb 24 23:26:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2824000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae03d7eb-4076-4556-b8e0-f50185111661-173187047526371329" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'argent est donc passé en coke et pute (avec tout mon respect @FlorencePorcel). Mais pour la lumière dans le studio que dalle. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: L'argent est donc passé en coke et pute (avec tout mon respect @FlorencePorcel). Mais pour la lumière dans le studio que dalle. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2824000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"L'argent est donc pass\\u00e9 en coke et pute (avec tout mon respect @FlorencePorcel). Mais pour la lumi\\u00e8re dans le studio que dalle. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[63,78],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[128,132]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187046574272513\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5855,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":366,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187046574272513,\"created_at\":\"Fri Feb 24 23:26:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2824000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "befc08d5-f350-4167-8fbb-de0836792ceb-173187046574272513" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non @elTouristio ! #ilreste ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1652615368/Anbastom_normal.jpg" +}, +"title": "Anbastom: Non @elTouristio ! #ilreste ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2825000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Non @elTouristio ! #ilreste ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"elTouristio\",\"indices\":[4,16],\"id_str\":\"37389744\",\"name\":\"Sylvain Sanders\",\"id\":37389744}],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[19,27]},{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187053788467200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":169,\"screen_name\":\"Anbastom\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9005,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"72\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\",\"description\":\"#TeamLumbago \\/\\/ Un jour j'ai cru que j'etais intelligente mais en fait...NON.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"72400860\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\",\"name\":\"Anbastom\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 07 22:34:23 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":72400860,\"utc_offset\":0,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187053788467200,\"created_at\":\"Fri Feb 24 23:26:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2825000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "23fe6867-cbe4-45d6-bbac-218f666c53d4-173187053788467200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @SOYOUSEE: Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le dépanner avec sa chemise. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/120005748/twitter-nykau_normal.jpg" +}, +"title": "Nicolas C.: RT @SOYOUSEE: Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le dépanner avec sa chemise. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2826000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @SOYOUSEE: Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le d\\u00e9panner avec sa chemise. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SOYOUSEE\",\"indices\":[3,12],\"id_str\":\"122384552\",\"name\":\"SOYOUSEE\",\"id\":122384552},{\"screen_name\":\"Vinvin\",\"indices\":[20,27],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[133,137]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187057882107905\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":750,\"screen_name\":\"Nykau\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1705,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/381654323\\/130.Jpg\",\"location\":\"Rennes, Bretagne, France, UE, \",\"show_all_inline_media\":false,\"listed_count\":61,\"profile_link_color\":\"4d7787\",\"followers_count\":620,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/120005748\\/twitter-nykau_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"14796453\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381654323\\/130.Jpg\",\"profile_sidebar_fill_color\":\"edf3f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/120005748\\/twitter-nykau_normal.jpg\",\"name\":\"Nicolas C.\",\"default_profile_image\":false,\"created_at\":\"Fri May 16 08:04:42 +0000 2008\",\"profile_sidebar_border_color\":\"e6e6e6\",\"id\":14796453,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187057882107905,\"created_at\":\"Fri Feb 24 23:26:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2826000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6272db02-6947-48f4-ab2b-f5abe3c7c44a-173187057882107905" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "il manque un truc... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1315794899/thc2_normal.jpg" +}, +"title": "Th_C LINK: il manque un truc... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2829000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"il manque un truc... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187068703412224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":330,\"screen_name\":\"Th_C33\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":173,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/399130472\\/thc2.jpg\",\"location\":\"Bordeaux\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1315794899\\/thc2_normal.jpg\",\"description\":\"Tv Prod @ Link l'agence. \\r\\nwww.link.fr\\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"283960342\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399130472\\/thc2.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1315794899\\/thc2_normal.jpg\",\"name\":\"Th_C LINK\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 18 10:41:51 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":283960342,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/www.dailymotion.com\\/kreu33\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187068703412224,\"created_at\":\"Fri Feb 24 23:26:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2829000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fe3c31f6-ac4d-4f28-8048-dab9c731f0ab-173187068703412224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ho mon dieu mais qu'est ce que @FlorencePorcel a du faire pour avoir le PalmaShow au #lgw ?!", +"img": { +"src": "http://a3.twimg.com/profile_images/1618549857/AdrienClem_normal.jpg" +}, +"title": "Adrien C.: Ho mon dieu mais qu'est ce que @FlorencePorcel a du faire pour avoir le PalmaShow au #lgw ?!", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2831000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ho mon dieu mais qu'est ce que @FlorencePorcel a du faire pour avoir le PalmaShow au #lgw ?!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[31,46],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[85,89]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187078417428481\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":167,\"screen_name\":\"AdrienClem\",\"lang\":\"en\",\"profile_text_color\":\"5b8f56\",\"statuses_count\":12803,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/147905441\\/IMG_0831.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"69a65d\",\"followers_count\":148,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1618549857\\/AdrienClem_normal.jpg\",\"description\":\"La bio. La bio. Il y a un vrai lobbying de la bio.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"525252\",\"id_str\":\"49025463\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/147905441\\/IMG_0831.jpg\",\"profile_sidebar_fill_color\":\"24423d\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1618549857\\/AdrienClem_normal.jpg\",\"name\":\"Adrien C.\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 20 15:01:20 +0000 2009\",\"profile_sidebar_border_color\":\"451545\",\"id\":49025463,\"utc_offset\":3600,\"favourites_count\":26,\"url\":\"http:\\/\\/fear-and-desire.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187078417428481,\"created_at\":\"Fri Feb 24 23:26:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2831000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5dfd0719-9b71-4cc4-88d4-80f605ea2f1e-173187078417428481" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "mal à l'aiiiiiiiiiseuuuuuuuuuu #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1770996562/image_normal.jpg" +}, +"title": "Kayvin Lami: mal à l'aiiiiiiiiiseuuuuuuuuuu #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2832000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"mal \\u00e0 l'aiiiiiiiiiseuuuuuuuuuu #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187079499558915\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":257,\"screen_name\":\"KayvinLami\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":4122,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"location\":\"Paris,France\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":592,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"description\":\"Je ne changerais pas cette bio tant que Nicolas Sarkozy ne mesurera pas 1m90\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"dfe0c3\",\"id_str\":\"29279584\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"name\":\"Kayvin Lami\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 06 20:02:02 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":29279584,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187079499558915,\"created_at\":\"Fri Feb 24 23:26:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2832000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "12993033-0da1-4aea-ae77-2e475453734f-173187079499558915" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@B_Roger_Petit NON, nouveau concept, c'est frais,participatif, ca change quoi! INDULGENCE non? ils tiennent un truc! #lgw #lireste", +"img": { +"src": "http://a0.twimg.com/profile_images/1808461305/image_normal.jpg" +}, +"title": "Lalée Pinoncely: @B_Roger_Petit NON, nouveau concept, c'est frais,participatif, ca change quoi! INDULGENCE non? ils tiennent un truc! #lgw #lireste", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2833000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@B_Roger_Petit NON, nouveau concept, c'est frais,participatif, ca change quoi! INDULGENCE non? ils tiennent un truc! #lgw #lireste\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"B_Roger_Petit\",\"indices\":[0,14],\"id_str\":\"48949826\",\"name\":\"Bruno Roger-Petit\",\"id\":48949826}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[118,122]},{\"text\":\"lireste\",\"indices\":[123,131]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173186015060705280\",\"id_str\":\"173187084637581315\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186015060705280,\"in_reply_to_user_id_str\":\"48949826\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":366,\"screen_name\":\"Lalee_retour\",\"lang\":\"fr\",\"profile_text_color\":\"98989e\",\"statuses_count\":3721,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"location\":\"France- LYON\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"f013e9\",\"followers_count\":299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"description\":\"Une digital-mum' entrepreneur, lib\\u00e9rale, communicante, blogueuse soon... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"16171a\",\"id_str\":\"252150894\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"name\":\"Lal\\u00e9e Pinoncely\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 14 16:05:09 +0000 2011\",\"profile_sidebar_border_color\":\"42454d\",\"id\":252150894,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"B_Roger_Petit\",\"truncated\":false,\"id\":173187084637581315,\"created_at\":\"Fri Feb 24 23:26:33 +0000 2012\",\"in_reply_to_user_id\":48949826}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2833000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f02bc0c0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0f235904-cd0a-42cd-91cd-89b64d874ec0-173187084637581315" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton.", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw #change2ton.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2833000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #change2ton.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187083534471169\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"statuses_count\":704,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Thibaut Devillers\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":92095420,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\"},\"truncated\":false,\"id\":173187083534471169,\"created_at\":\"Fri Feb 24 23:26:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2833000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4b290137-4df3-4d17-badd-311fdbbc8d5a-173187083534471169" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je veux la réponse du @palmashow à ce piège tendu par #lgw xD", +"img": { +"src": "http://a0.twimg.com/profile_images/1811673107/moi_normal.jpg" +}, +"title": "Marina Bernasse: Je veux la réponse du @palmashow à ce piège tendu par #lgw xD", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2833000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"Je veux la r\\u00e9ponse du @palmashow \\u00e0 ce pi\\u00e8ge tendu par #lgw xD\",\"created_at\":\"Fri Feb 24 23:26:33 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}],\"user_mentions\":[{\"indices\":[22,32],\"screen_name\":\"palmashow\",\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173187084989890560\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":5,\"created_at\":\"Wed Feb 04 12:48:33 +0000 2009\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/256347808\\/vinyl_kills.jpg\",\"url\":null,\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"CC3366\",\"screen_name\":\"marina60\",\"time_zone\":\"Paris\",\"description\":\"Marina, 22 ans (bient\\u00f4t 23), je vis ds l'oise (pas la place pour vous expliquer o\\u00f9 c'est ^^). Vis de musique, de rire, de films, d'amiti\\u00e9s, d'amoou... Ah non xD\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/256347808\\/vinyl_kills.jpg\",\"profile_background_color\":\"DBE9ED\",\"location\":\"Dans un village perdu\",\"id_str\":\"20049895\",\"profile_background_tile\":true,\"followers_count\":57,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811673107\\/moi_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1811673107\\/moi_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"E6F6F9\",\"favourites_count\":1,\"protected\":false,\"friends_count\":110,\"profile_sidebar_border_color\":\"DBE9ED\",\"name\":\"Marina Bernasse\",\"contributors_enabled\":false,\"verified\":false,\"id\":20049895,\"statuses_count\":7570,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173187084989890560}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2833000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b2c04604-7670-413a-af2f-ebc6429ce22d-173187084989890560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @antoinekister: “@palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw” / Faut la jeter !", +"img": { +"src": "http://a2.twimg.com/profile_images/837934283/avatar_normal.jpg" +}, +"title": "Veille: RT @antoinekister: “@palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw” / Faut la jeter !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2834000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @antoinekister: \\u201c@palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\\u201d \\/ Faut la jeter !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"antoinekister\",\"indices\":[3,17],\"name\":\"Antoine Kister\",\"id_str\":\"7722152\",\"id\":7722152},{\"screen_name\":\"palmashow\",\"indices\":[20,30],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[70,77],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[78,82]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitterfeed.com\\\" rel=\\\"nofollow\\\"\\u003Etwitterfeed\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187088496332804\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"laVeilleTechno\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":137,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":1791,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/837934283\\/avatar_normal.jpg\",\"description\":\"Les derniers articles du web\",\"statuses_count\":43290,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":192,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"135145900\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Veille\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Apr 20 13:21:28 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":135145900,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/837934283\\/avatar_normal.jpg\"},\"truncated\":false,\"id\":173187088496332804,\"created_at\":\"Fri Feb 24 23:26:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2834000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "49ff0b49-468f-4abf-b1d1-daee37fa1573-173187088496332804" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Waou, @FlorencePorcel dans #LGW je me suis fait un claquage oculaire. Encore...", +"img": { +"src": "http://a1.twimg.com/profile_images/1682940693/TweetLandPhoto_normal.jpg" +}, +"title": "eddy Maniette: Waou, @FlorencePorcel dans #LGW je me suis fait un claquage oculaire. Encore...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2835000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Waou, @FlorencePorcel dans #LGW je me suis fait un claquage oculaire. Encore...\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[6,21],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[3.069002,50.6477909],[3.1322918,50.6477909],[3.1322918,50.7107749],[3.069002,50.7107749]]]},\"attributes\":{},\"full_name\":\"Marcq-en-Baroeul, Nord\",\"name\":\"Marcq-en-Baroeul\",\"id\":\"ef0651d02631e8f6\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/ef0651d02631e8f6.json\"},\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187095752491008\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"EddyM59\",\"lang\":\"fr\",\"favourites_count\":17,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":296,\"location\":\"50.653019,3.076327\",\"profile_text_color\":\"333333\",\"followers_count\":156,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1682940693\\/TweetLandPhoto_normal.jpg\",\"description\":\"Enseignant 2.0, passionn\\u00e9 par les nouvelles technologies et utilisateur compulsif de produits Apple. retrouvez mes articles sur www.ipadou.com\\/\",\"statuses_count\":2719,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"81868863\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"eddy Maniette\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Mon Oct 12 15:35:46 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":81868863,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682940693\\/TweetLandPhoto_normal.jpg\"},\"truncated\":false,\"id\":173187095752491008,\"created_at\":\"Fri Feb 24 23:26:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2835000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "52d1155a-3a90-4f65-a91c-d6fbb1dd1ec5-173187095752491008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @florenceporcel la ligue féministe va … ADORER! #chiennesdegarde", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: #lgw @florenceporcel la ligue féministe va … ADORER! #chiennesdegarde", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2835000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @florenceporcel la ligue f\\u00e9ministe va \\u2026 ADORER! #chiennesdegarde\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[5,20],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"chiennesdegarde\",\"indices\":[53,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187095400153088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1162,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"name\":\"Cammarata Thierry\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":334554629,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187095400153088,\"created_at\":\"Fri Feb 24 23:26:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2835000, +"tags": [ +{ +"id-ref": "f02c4c20-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "643b0555-8895-4d31-9c38-41a8ab58ce9c-173187095400153088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @vodevil_art: #lgw sans dèc' il vous a fallu des répétitions pour faire ça ? #troll", +"img": { +"src": "http://a3.twimg.com/profile_images/1186579939/skullpat4playboy_normal.jpg" +}, +"title": "skullpat: RT @vodevil_art: #lgw sans dèc' il vous a fallu des répétitions pour faire ça ? #troll", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2836000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @vodevil_art: #lgw sans d\\u00e8c' il vous a fallu des r\\u00e9p\\u00e9titions pour faire \\u00e7a ? #troll\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"vodevil_art\",\"indices\":[3,15],\"id_str\":\"169166835\",\"name\":\"victor lehoussine\",\"id\":169166835}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]},{\"text\":\"troll\",\"indices\":[80,86]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187099028242434\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":712,\"screen_name\":\"skullpat\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":23403,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"location\":\"Atlantic Ocean\",\"show_all_inline_media\":false,\"listed_count\":104,\"profile_link_color\":\"44a1d0\",\"followers_count\":1372,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\",\"description\":\"Voyageur permanent !! http:\\/\\/marseille.tv\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"8148052\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"profile_sidebar_fill_color\":\"ecebef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\",\"name\":\"skullpat\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 12 23:46:20 +0000 2007\",\"profile_sidebar_border_color\":\"faaa16\",\"id\":8148052,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/skullpat.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187099028242434,\"created_at\":\"Fri Feb 24 23:26:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2836000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0114b96-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0b9eaa09-6630-4486-872a-0acb0aa7770a-173187099028242434" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "oh putain y'a @benoitlebreau #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1754889775/Capture_d__cran_2012-01-14___19.16.40_normal.png" +}, +"title": "Manu: oh putain y'a @benoitlebreau #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2836000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"oh putain y'a @benoitlebreau #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"benoitlebreau\",\"indices\":[14,28],\"id_str\":\"267290862\",\"name\":\"Benoit Lebreau\",\"id\":267290862}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187100030676992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":191,\"screen_name\":\"Man_Bey\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7234,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Toulouse\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":103,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1754889775\\/Capture_d__cran_2012-01-14___19.16.40_normal.png\",\"description\":\"Je suis \\u00e9tudiant donc je mange des p\\u00e2tes et je bois de l'alcool.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"67760385\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1754889775\\/Capture_d__cran_2012-01-14___19.16.40_normal.png\",\"name\":\"Manu\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 22 00:05:34 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":67760385,\"utc_offset\":3600,\"favourites_count\":102,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187100030676992,\"created_at\":\"Fri Feb 24 23:26:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2836000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d029390-ce2f-4b04-9fed-ae2e23491994-173187100030676992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je viens de découvrir l'émission \"Le Grand Webzé\" et c'est super bien!\n#lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1785628278/image_normal.jpg" +}, +"title": "Eddy Chaouali: Je viens de découvrir l'émission \"Le Grand Webzé\" et c'est super bien!\n#lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2837000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je viens de d\\u00e9couvrir l'\\u00e9mission \\\"Le Grand Webz\\u00e9\\\" et c'est super bien!\\n#lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[71,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187103503548417\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":105,\"screen_name\":\"WeezyDy\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":173,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Cholet\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":68,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1785628278\\/image_normal.jpg\",\"description\":\"Basketball,Sneakers,Music follow moi si tu aime tout ca!\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"97897081\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1785628278\\/image_normal.jpg\",\"name\":\"Eddy Chaouali\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 19 13:18:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":97897081,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187103503548417,\"created_at\":\"Fri Feb 24 23:26:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2837000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3c1aa60d-027d-45d4-af28-81c3d9839d08-173187103503548417" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pas de pb, on s'arrange #lgw #ilReste", +"img": { +"src": "http://a0.twimg.com/profile_images/1843979295/mt_normal.png" +}, +"title": "Maryan: Pas de pb, on s'arrange #lgw #ilReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2837000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pas de pb, on s'arrange #lgw #ilReste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]},{\"text\":\"ilReste\",\"indices\":[29,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187104090750976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":237,\"screen_name\":\"maryan_T\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":271,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/378380740\\/twilk_background_4ee1335455f2d.jpg\",\"location\":\"Compiegne\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":37,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843979295\\/mt_normal.png\",\"description\":\"Ing\\u00e9nieur syst\\u00e9me UTC\\r\\nTweet or not tweet ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"234819773\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378380740\\/twilk_background_4ee1335455f2d.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843979295\\/mt_normal.png\",\"name\":\"Maryan\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 06 17:07:30 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":234819773,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187104090750976,\"created_at\":\"Fri Feb 24 23:26:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2837000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c885f443-4419-4fd2-9f39-40e0209e66cf-173187104090750976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bwahahah c'était quoi ce délire :') #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: Bwahahah c'était quoi ce délire :') #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2838000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bwahahah c'\\u00e9tait quoi ce d\\u00e9lire :') #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"place_type\":\"city\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187105722343424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15002,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187105722343424,\"created_at\":\"Fri Feb 24 23:26:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2838000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "530aea2d-56e8-4bba-bf77-dd6cf077c939-173187105722343424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "twitter peine à se transposer à la tévé... non ? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1841104217/LaFranceLibre_normal.jpg" +}, +"title": "oksim(o)r: twitter peine à se transposer à la tévé... non ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2838000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"twitter peine \\u00e0 se transposer \\u00e0 la t\\u00e9v\\u00e9... non ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187107978887168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":429,\"screen_name\":\"oksimor\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":4425,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":130,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841104217\\/LaFranceLibre_normal.jpg\",\"description\":\"Bulletin valable pour la zone allant de la Hague \\u00e0 la pointe de Penmarc'h.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"390284345\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841104217\\/LaFranceLibre_normal.jpg\",\"name\":\"oksim(o)r\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 13 19:00:04 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":390284345,\"utc_offset\":-10800,\"favourites_count\":19,\"url\":\"http:\\/\\/oksimor.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187107978887168,\"created_at\":\"Fri Feb 24 23:26:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2838000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "58854e50-56c6-4c7d-b867-4e510f7d2c3f-173187107978887168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "D'accord... À part les canadiens, la quasi totalité de ma TL regarde #LGW ... Je suis tout seul devant #TPAMP ? #qui #part", +"img": { +"src": "http://a0.twimg.com/profile_images/1847864928/101221patricktwitterKloutandKred_normal.png" +}, +"title": "P*trick B*rr*bé 【ツ】™: D'accord... À part les canadiens, la quasi totalité de ma TL regarde #LGW ... Je suis tout seul devant #TPAMP ? #qui #part", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2839000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"D'accord... \\u00c0 part les canadiens, la quasi totalit\\u00e9 de ma TL regarde #LGW ... Je suis tout seul devant #TPAMP ? #qui #part\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[69,73]},{\"text\":\"TPAMP\",\"indices\":[103,109]},{\"text\":\"qui\",\"indices\":[112,116]},{\"text\":\"part\",\"indices\":[117,122]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187108666753024\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":371,\"screen_name\":\"barrabe\",\"lang\":\"en\",\"profile_text_color\":\"414141\",\"statuses_count\":13551,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/393962408\\/twitterfond.jpg\",\"location\":\"R\\u00e9union, Paris, Twitterverse\",\"show_all_inline_media\":false,\"listed_count\":174,\"profile_link_color\":\"505cc9\",\"followers_count\":1808,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1847864928\\/101221patricktwitterKloutandKred_normal.png\",\"description\":\"The second only person on Twitter who doesn\\u2019t claim to be a social media guru | \\u262e | \\u2642\\u03b1 | nerd with a social geek interface - RainMaker - aka @WebRoutard \\u9644\\u52a0\\u503c\\u7684\\u521b\\u9020\\u8005\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"7814772\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/393962408\\/twitterfond.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1847864928\\/101221patricktwitterKloutandKred_normal.png\",\"name\":\"P*trick B*rr*b\\u00e9 \\u3010\\u30c4\\u3011\\u2122\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 30 09:02:18 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":7814772,\"utc_offset\":3600,\"favourites_count\":216,\"url\":\"http:\\/\\/f\\u016bn.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187108666753024,\"created_at\":\"Fri Feb 24 23:26:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2839000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efc3634a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f02d0ac0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f02d0f98-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fbddce1a-39bc-4897-a41f-cebf001328b9-173187108666753024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est mon avatar dans le #ilreste du #lgw consécration !!", +"img": { +"src": "http://a0.twimg.com/profile_images/735977870/alf2_normal.jpg" +}, +"title": "Petrif': C'est mon avatar dans le #ilreste du #lgw consécration !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2840000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"C'est mon avatar dans le #ilreste du #lgw cons\\u00e9cration !!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[25,33]},{\"text\":\"lgw\",\"indices\":[37,41]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187115327303680\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"PetrifiedEyes\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":96,\"location\":\"C\\u00f4te Ouest.\",\"profile_text_color\":\"333333\",\"description\":\"\",\"statuses_count\":269,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/81189023\\/Verusolight2.jpg\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":70,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/735977870\\/alf2_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"120458031\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Petrif'\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/81189023\\/Verusolight2.jpg\",\"created_at\":\"Sat Mar 06 13:56:40 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":120458031,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/petrif.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/735977870\\/alf2_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173187115327303680,\"created_at\":\"Fri Feb 24 23:26:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2840000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "44361607-cb52-4a25-a813-4cc9aee0123d-173187115327303680" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je kiffe @francoisrollin #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1831948935/me_normal.jpg" +}, +"title": "Δntoine Boμboμ: je kiffe @francoisrollin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2840000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"je kiffe @francoisrollin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[9,24],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187115956453378\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":109,\"screen_name\":\"Antoine_BB\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":642,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/403044885\\/090719_-_Voie-Lacte_e___Nuages_de_Magellan_Concordia_-_Zenitar_f4_-_40d.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":32,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1831948935\\/me_normal.jpg\",\"description\":\"Doctorant en Astrophysique\\/PhD student in Astrophysics\\/\\/Anthropo-primatologue \\u00e0 ses heures perdues (et tardives) sur net et IRL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"131516\",\"id_str\":\"464727045\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/403044885\\/090719_-_Voie-Lacte_e___Nuages_de_Magellan_Concordia_-_Zenitar_f4_-_40d.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1831948935\\/me_normal.jpg\",\"name\":\"\\u0394ntoine Bo\\u03bcbo\\u03bc\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 15 15:20:51 +0000 2012\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":464727045,\"utc_offset\":3600,\"favourites_count\":416,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187115956453378,\"created_at\":\"Fri Feb 24 23:26:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2840000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3fd6fc7b-5c7d-4fa7-89eb-f2a43c8d8aac-173187115956453378" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@cazalin moi je suis sur #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: @cazalin moi je suis sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2841000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@cazalin moi je suis sur #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"cazalin\",\"indices\":[0,8],\"id_str\":\"128916643\",\"name\":\"cazalin\",\"id\":128916643}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173186327242747905\",\"id_str\":\"173187118049411072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186327242747905,\"in_reply_to_user_id_str\":\"128916643\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13680,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"location\":\"Ile de France, Nancy, Toulois\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"name\":\"Godai Yusaku\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":76995130,\"utc_offset\":3600,\"favourites_count\":68,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\"},\"in_reply_to_screen_name\":\"cazalin\",\"truncated\":false,\"id\":173187118049411072,\"created_at\":\"Fri Feb 24 23:26:41 +0000 2012\",\"in_reply_to_user_id\":128916643}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2841000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a04341a-83c2-47eb-8484-74f0e18deaaf-173187118049411072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le sketch de #lgw avec @palmashow est écrit par les auteurs des #cesar2012", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: Le sketch de #lgw avec @palmashow est écrit par les auteurs des #cesar2012", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2841000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le sketch de #lgw avec @palmashow est \\u00e9crit par les auteurs des #cesar2012\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[23,33],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]},{\"text\":\"cesar2012\",\"indices\":[65,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187118674362368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":664,\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7366,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"location\":\"DtC\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":208,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"name\":\"monsieurhobby\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":78733185,\"utc_offset\":-10800,\"favourites_count\":30,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187118674362368,\"created_at\":\"Fri Feb 24 23:26:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2841000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7ac804ef-6552-48a8-8b1b-a9175977f401-173187118674362368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oui #cQui ? RT @diejet Et @Vinvin #cQui ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848059014/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg" +}, +"title": "Glória: Oui #cQui ? RT @diejet Et @Vinvin #cQui ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2841000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oui #cQui ? RT @diejet Et @Vinvin #cQui ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"diejet\",\"indices\":[15,22],\"id_str\":\"285043271\",\"name\":\"vavodal\",\"id\":285043271},{\"screen_name\":\"Vinvin\",\"indices\":[26,33],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[4,9]},{\"text\":\"cQui\",\"indices\":[34,39]},{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/stone.com\\/Twittelator\\\" rel=\\\"nofollow\\\"\\u003ETwittelator\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187118724694016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":217,\"screen_name\":\"Essemali\",\"lang\":\"fr\",\"profile_text_color\":\"020003\",\"statuses_count\":22084,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/109317104\\/mqbackyardsummers.br.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":95,\"profile_link_color\":\"8118ba\",\"followers_count\":1191,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848059014\\/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg\",\"description\":\"Bio? Danone n'a plus le droit de vendre sous cette marque. Moi non plus du coup. #TeamCivilisationInf\\u00e9rieure\\r\\nhttp:\\/\\/lusiades.wordpress.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"114069529\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109317104\\/mqbackyardsummers.br.jpg\",\"profile_sidebar_fill_color\":\"f2eded\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848059014\\/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg\",\"name\":\"Gl\\u00f3ria\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 14 01:18:31 +0000 2010\",\"profile_sidebar_border_color\":\"030000\",\"id\":114069529,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/essemali.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187118724694016,\"created_at\":\"Fri Feb 24 23:26:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2841000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "235bc0c5-b136-405e-9d6b-b39d662f671b-173187118724694016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est ça.. RT“@PeteMcVries: Avant tu tweetais des émissions télé, maintenant tu regardes Twitter à la télé. #LGW”", +"img": { +"src": "http://a0.twimg.com/profile_images/1851426105/image_normal.jpg" +}, +"title": "FredO myGod: C'est ça.. RT“@PeteMcVries: Avant tu tweetais des émissions télé, maintenant tu regardes Twitter à la télé. #LGW”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2842000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"C'est \\u00e7a.. RT\\u201c@PeteMcVries: Avant tu tweetais des \\u00e9missions t\\u00e9l\\u00e9, maintenant tu regardes Twitter \\u00e0 la t\\u00e9l\\u00e9. #LGW\\u201d\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PeteMcVries\",\"indices\":[14,26],\"name\":\"PeteMcVries\",\"id_str\":\"258422519\",\"id\":258422519}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[108,112]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187123783008256\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Like_A_NiinJa\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":243,\"location\":\"In Southern France\",\"profile_text_color\":\"666666\",\"description\":\"... a #FreeMind for a #FreeWorld.. Sinon j'suis aussi ninja, alors pour le reste, on s'tweet ;) #FollowMe(OuPas)\",\"statuses_count\":82,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"985FA3\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851426105\\/image_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"97677496\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"FredO myGod\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Fri Dec 18 14:27:20 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":97677496,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851426105\\/image_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173187123783008256,\"created_at\":\"Fri Feb 24 23:26:42 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2842000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "36ed8e6e-8ccb-4316-8ee0-298e2451d9ba-173187123783008256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW : Benoit va nous faire rire j'en suis sur", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW : Benoit va nous faire rire j'en suis sur", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2845000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"#LGW : Benoit va nous faire rire j'en suis sur\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187137733275648\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"favourites_count\":43,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":405,\"location\":\"Chatillon-en-Bazois\",\"profile_text_color\":\"333333\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"statuses_count\":27164,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Damien Vacher\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":26552716,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/damienvacher.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\"},\"in_reply_to_status_id\":null,\"id\":173187137733275648,\"created_at\":\"Fri Feb 24 23:26:45 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2845000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "04475bf4-f039-4fe9-b002-fa1f578c8a97-173187137733275648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #lgw j'aime le tweetwall et la chemise de Vinvin mais le décor manque de... de briques. C'était chaleureux les briques ;)", +"img": { +"src": "http://a0.twimg.com/profile_images/1683864013/magenta_normal.jpg" +}, +"title": "MagDa: @LeGrandWebze #lgw j'aime le tweetwall et la chemise de Vinvin mais le décor manque de... de briques. C'était chaleureux les briques ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2846000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze #lgw j'aime le tweetwall et la chemise de Vinvin mais le d\\u00e9cor manque de... de briques. C'\\u00e9tait chaleureux les briques ;)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187139142549504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":40,\"screen_name\":\"fhtagn22\",\"lang\":\"fr\",\"profile_text_color\":\"262326\",\"statuses_count\":312,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/417764469\\/paon2_modifi_-1.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"1e7fa8\",\"followers_count\":15,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683864013\\/magenta_normal.jpg\",\"description\":\"and always look on the bright side of life... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c4f5ba\",\"id_str\":\"353419604\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/417764469\\/paon2_modifi_-1.jpg\",\"profile_sidebar_fill_color\":\"b6f5b6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683864013\\/magenta_normal.jpg\",\"name\":\"MagDa\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 12 01:38:10 +0000 2011\",\"profile_sidebar_border_color\":\"26bf11\",\"id\":353419604,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173187139142549504,\"created_at\":\"Fri Feb 24 23:26:46 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2846000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fd36158b-9785-4bfc-babf-f65a3a6bbcd8-173187139142549504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ma photo à la télé !!!!!!! #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1792102319/0014_-_Copie_-_Copie_normal.JPG" +}, +"title": "Nicolas Gaillard: Ma photo à la télé !!!!!!! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2847000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ma photo \\u00e0 la t\\u00e9l\\u00e9 !!!!!!! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187145488535552\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"NG__nico\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":141,\"location\":\"Poitiers\",\"profile_text_color\":\"333333\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"description\":\"Etudiant L2 Histoire ---Actu---Politique---T\\u00e9l\\u00e9---M\\u00e9dias--- Musique...tout ce qu'aiment les journalistes--- Feel free to follow me ;-) \",\"statuses_count\":1114,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"370637904\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\" Nicolas Gaillard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"created_at\":\"Fri Sep 09 11:18:42 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":370637904,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\"},\"truncated\":false,\"id\":173187145488535552,\"created_at\":\"Fri Feb 24 23:26:47 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2847000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "abe9671b-4a09-4520-8868-2574509b9af3-173187145488535552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @dOrmesson: Je retourne sur #CI. J'ai rarement vu un truc aussi nul que #lgw. Ca va pas êt' possib'...", +"img": { +"src": "http://a2.twimg.com/profile_images/1647384436/image_normal.jpg" +}, +"title": "Vcwik: RT @dOrmesson: Je retourne sur #CI. J'ai rarement vu un truc aussi nul que #lgw. Ca va pas êt' possib'...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2849000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @dOrmesson: Je retourne sur #CI. J'ai rarement vu un truc aussi nul que #lgw. Ca va pas \\u00eat' possib'...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"dOrmesson\",\"indices\":[3,13],\"id_str\":\"35039960\",\"name\":\"d'Ormesson F.\",\"id\":35039960}],\"urls\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[31,34]},{\"text\":\"lgw\",\"indices\":[75,79]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je retourne sur #CI. J'ai rarement vu un truc aussi nul que #lgw. Ca va pas \\u00eat' possib'...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[16,19]},{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186720974643201\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":273,\"screen_name\":\"dOrmesson\",\"lang\":\"en\",\"profile_text_color\":\"4e86e6\",\"statuses_count\":12921,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431187708\\/309474_10150293405774501_774359500_7657592_3623238_n.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"586df5\",\"followers_count\":356,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1811688354\\/683_normal.jpg\",\"description\":\"\\u25cf MacGyver @RecordMakers \\u2022 Eye-Fucking Disciple \\u2022 Rugby \\u2022 OM \\u2022 Musique \\u2022 Cin\\u00e9 \\u2022 Actu \\u25cf\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0a2959\",\"id_str\":\"35039960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431187708\\/309474_10150293405774501_774359500_7657592_3623238_n.jpg\",\"profile_sidebar_fill_color\":\"0a0042\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811688354\\/683_normal.jpg\",\"name\":\"d'Ormesson F.\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 24 21:04:28 +0000 2009\",\"profile_sidebar_border_color\":\"81c3e6\",\"id\":35039960,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/recordmakers.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186720974643201,\"created_at\":\"Fri Feb 24 23:25:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187152258138112\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"vcwik\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":991,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425462601\\/images.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1647384436\\/image_normal.jpg\",\"description\":\"Someone like me ... Somewhere ...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"382801997\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425462601\\/images.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1647384436\\/image_normal.jpg\",\"name\":\"Vcwik\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 30 18:19:28 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":382801997,\"utc_offset\":3600,\"favourites_count\":21,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187152258138112,\"created_at\":\"Fri Feb 24 23:26:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2849000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7b0f34df-cdf8-4192-af28-c35c74951501-173187152258138112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "M'énerve sangoku #LGW #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1720114042/Izafox_normal.jpg" +}, +"title": "Izafox: M'énerve sangoku #LGW #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2849000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"M'\\u00e9nerve sangoku #LGW #cQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[17,21]},{\"text\":\"cQui\",\"indices\":[22,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187151494774785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":255,\"screen_name\":\"Izafox\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1985,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":31,\"profile_link_color\":\"FF3300\",\"followers_count\":587,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1720114042\\/Izafox_normal.jpg\",\"description\":\"Co-fondatrice du BarGaming, R\\u00e9dactrice sur VieDeGeek\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"21196709\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1720114042\\/Izafox_normal.jpg\",\"name\":\"Izafox\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 18 13:49:16 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":21196709,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":\"http:\\/\\/www.viedegeek.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187151494774785,\"created_at\":\"Fri Feb 24 23:26:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2849000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2e607568-6946-4e7d-8698-27c01df3eadc-173187151494774785" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est le grand bleu webze ce décor! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1809740458/yp6RTf3m_normal" +}, +"title": "Hêtre Absurde: C'est le grand bleu webze ce décor! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2849000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est le grand bleu webze ce d\\u00e9cor! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187150827896833\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"GuillaumBr\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":314,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/330915258\\/geyser-geysir-islande.jpg\",\"location\":\"Tours\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1809740458\\/yp6RTf3m_normal\",\"description\":\"naissance:1986 - d\\u00e9c\\u00e8s: keep in touch. Je vous tweeterais!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"374241912\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/330915258\\/geyser-geysir-islande.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809740458\\/yp6RTf3m_normal\",\"name\":\"H\\u00eatre Absurde\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 15 23:40:39 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":374241912,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187150827896833,\"created_at\":\"Fri Feb 24 23:26:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2849000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3050126d-df0e-4e26-9618-5c2198574bae-173187150827896833" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La lumière est à chier. Vous n'aurez pas cet Oscar. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1842064881/image_normal.jpg" +}, +"title": "Pierre Champon: La lumière est à chier. Vous n'aurez pas cet Oscar. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2850000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"La lumi\\u00e8re est \\u00e0 chier. Vous n'aurez pas cet Oscar. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187155848474626\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"0d0202\",\"screen_name\":\"pierre_champon\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":778,\"location\":\"Quimper France\",\"profile_text_color\":\"4f0505\",\"description\":\"Je ne conseille pas, je d\\u00e9cide! C'est beaucoup plus courageux et surtout nettement plus lucratif!\",\"statuses_count\":2298,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/76566393\\/FUSAIN.jpg\",\"show_all_inline_media\":false,\"listed_count\":15,\"profile_link_color\":\"0e1652\",\"followers_count\":305,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1842064881\\/image_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3d3030\",\"protected\":false,\"id_str\":\"80036505\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre Champon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/76566393\\/FUSAIN.jpg\",\"created_at\":\"Mon Oct 05 14:24:47 +0000 2009\",\"profile_sidebar_fill_color\":\"616161\",\"id\":80036505,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.champon.org\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842064881\\/image_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173187155848474626,\"created_at\":\"Fri Feb 24 23:26:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2850000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cac5b3cd-d170-48cb-ae49-bdadeaef43b7-173187155848474626" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "What is #lgw?", +"img": { +"src": "http://a0.twimg.com/profile_images/1849860738/CAzTeBiW_normal" +}, +"title": "starlynn reyes : What is #lgw?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2852000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"What is #lgw?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187165344370688\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":56,\"screen_name\":\"s_reyes16\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":77,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849860738\\/CAzTeBiW_normal\",\"description\":\"ima live life to the fullest and have no regrets(x jus lessons learned!(: \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"500475066\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849860738\\/CAzTeBiW_normal\",\"name\":\"starlynn reyes \",\"default_profile_image\":false,\"created_at\":\"Thu Feb 23 05:17:26 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":500475066,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187165344370688,\"created_at\":\"Fri Feb 24 23:26:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2852000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "28b5b21f-49ef-4534-86f3-cfa0a6c519f4-173187165344370688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @francoisrollin #ilReste !!!", +"img": { +"src": "http://a0.twimg.com/profile_images/1817776486/SmokeQR_copie_normal.jpg" +}, +"title": "RuaLten: #lgw @francoisrollin #ilReste !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2853000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @francoisrollin #ilReste !!!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[5,20],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[21,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187168855007232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":501,\"screen_name\":\"RuaLten\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":1430,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"location\":\"Dans les champs de Bl\\u00e9...\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"828561\",\"followers_count\":186,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"description\":\"Un peu partout et nulle part \\u00e0 la fois... Buveur de bi\\u00e8re belge et d'Irish Whiskey. R\\u00e2leur professionnel... \\u2620\\u2620\\u2620\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"359827989\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"profile_sidebar_fill_color\":\"62a635\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"name\":\"RuaLten\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 22 07:12:46 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":359827989,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/rualten.perso.sfr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187168855007232,\"created_at\":\"Fri Feb 24 23:26:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2853000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8b8c58a6-7820-4717-8451-1052bb7748d6-173187168855007232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Notre comique est ici : @benoitlebreau #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Notre comique est ici : @benoitlebreau #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2855000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Notre comique est ici : @benoitlebreau #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"benoitlebreau\",\"indices\":[24,38],\"id_str\":\"267290862\",\"name\":\"Benoit Lebreau\",\"id\":267290862}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187177293950976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3257,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187177293950976,\"created_at\":\"Fri Feb 24 23:26:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2855000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fddc5b36-f74b-490b-85b3-55c3e09e2750-173187177293950976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @CeciliaOssoro: RT @BastienJoseph31: #lgw c'est la seule émission où les spectateurs regardent plus leur téléphone que les mecs qui l ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1279537389/image_normal.jpg" +}, +"title": "vincent denise: RT @CeciliaOssoro: RT @BastienJoseph31: #lgw c'est la seule émission où les spectateurs regardent plus leur téléphone que les mecs qui l ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2858000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @CeciliaOssoro: RT @BastienJoseph31: #lgw c'est la seule \\u00e9mission o\\u00f9 les spectateurs regardent plus leur t\\u00e9l\\u00e9phone que les mecs qui l ...\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"CeciliaOssoro\",\"indices\":[3,17],\"name\":\"ossoro cecilia\",\"id_str\":\"19884471\",\"id\":19884471},{\"screen_name\":\"BastienJoseph31\",\"indices\":[22,38],\"name\":\"Bastien Joseph\",\"id_str\":\"191087175\",\"id\":191087175}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @BastienJoseph31: #lgw c'est la seule \\u00e9mission o\\u00f9 les spectateurs regardent plus leur t\\u00e9l\\u00e9phone que les mecs qui la pr\\u00e9sentent.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"BastienJoseph31\",\"indices\":[3,19],\"name\":\"Bastien Joseph\",\"id_str\":\"191087175\",\"id\":191087175}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.40891716,48.84864990]},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.84864990,2.40891716]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186547808604161\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"CeciliaOssoro\",\"lang\":\"fr\",\"favourites_count\":37,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":511,\"location\":\"Paris\",\"profile_text_color\":\"666666\",\"followers_count\":430,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1401793481\\/image_normal.jpg\",\"description\":\"Fashion Good Music Addict - French - Chef de Projet Digital Cond\\u00e9 Nast (Vogue, GQ, Glamour) - Love HipHop Soul Music - \",\"statuses_count\":3483,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/217475680\\/tumblr_ldh5glCEV41qerbgeo1_500.jpg\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"19884471\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"ossoro cecilia\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/217475680\\/tumblr_ldh5glCEV41qerbgeo1_500.jpg\",\"created_at\":\"Mon Feb 02 00:05:57 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":19884471,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/flavors.me\\/ceciliaossoro\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1401793481\\/image_normal.jpg\"},\"truncated\":false,\"id\":173186547808604161,\"created_at\":\"Fri Feb 24 23:24:25 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187190682169344\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"yesnoornext\",\"lang\":\"en\",\"favourites_count\":95,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":397,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":215,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1279537389\\/image_normal.jpg\",\"description\":\"Concepteur web et mobiles. Passionn\\u00e9 par la communication et le graphisme. Amateur de bourgogne et de Google.\",\"statuses_count\":2733,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257185356\\/mosa2.jpg\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"252186404\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"vincent denise\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257185356\\/mosa2.jpg\",\"created_at\":\"Mon Feb 14 17:34:27 +0000 2011\",\"profile_sidebar_fill_color\":\"ccefff\",\"id\":252186404,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1279537389\\/image_normal.jpg\"},\"truncated\":true,\"id\":173187190682169344,\"created_at\":\"Fri Feb 24 23:26:58 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2858000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "09b9630b-2e60-4b98-877e-3c8a9b38f16a-173187190682169344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Benoit... Fallait pas l'inviter. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1648215039/EmeryDoligeHubN_B_normal.jpg" +}, +"title": "Emery Doligé: Benoit... Fallait pas l'inviter. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2858000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Benoit... Fallait pas l'inviter. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187191365840897\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"MryEmery\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":31440,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"location\":\"Paris Rive Gauche\",\"show_all_inline_media\":true,\"listed_count\":931,\"profile_link_color\":\"2FC2EF\",\"followers_count\":19577,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"description\":\"Vanksen. Europe 1 #dcdc. Lib\\u00e9ral ta m\\u00e8re.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f8fa\",\"id_str\":\"14285154\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"name\":\"Emery Dolig\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 02 16:59:11 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14285154,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/mry.blogs.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187191365840897,\"created_at\":\"Fri Feb 24 23:26:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2858000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4af0ba95-6e8f-4973-b33b-516fbbad2e62-173187191365840897" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw BOOOOn allez #ilPart", +"img": { +"src": "http://a1.twimg.com/profile_images/1698606962/388646_10150434641314433_548489432_8213591_526920766_n_normal.jpg" +}, +"title": "Charline GRIS: #lgw BOOOOn allez #ilPart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2858000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw BOOOOn allez #ilPart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilPart\",\"indices\":[19,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187189943959553\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":61,\"screen_name\":\"CharlineGRIS\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":14,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/191533117\\/280_-_Copie.JPG\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"fa0598\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1698606962\\/388646_10150434641314433_548489432_8213591_526920766_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"bfeeff\",\"id_str\":\"24173317\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/191533117\\/280_-_Copie.JPG\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1698606962\\/388646_10150434641314433_548489432_8213591_526920766_n_normal.jpg\",\"name\":\"Charline GRIS\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 13 13:53:10 +0000 2009\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":24173317,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/aquanael\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187189943959553,\"created_at\":\"Fri Feb 24 23:26:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2858000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eb043de5-056e-4006-b189-4d4c1dd3dd16-173187189943959553" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Fais une bamba triste RT “@LudoDelaherche: Proposez nous de trucs débiles à faire ! ;) #lgw #cqui”", +"img": { +"src": "http://a2.twimg.com/profile_images/1838854364/image_normal.jpg" +}, +"title": "Celine: Fais une bamba triste RT “@LudoDelaherche: Proposez nous de trucs débiles à faire ! ;) #lgw #cqui”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2859000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fais une bamba triste RT \\u201c@LudoDelaherche: Proposez nous de trucs d\\u00e9biles \\u00e0 faire ! ;) #lgw #cqui\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[26,41],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[87,91]},{\"text\":\"cqui\",\"indices\":[92,97]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187195321061376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":537,\"screen_name\":\"McMademoiselle\",\"lang\":\"en\",\"profile_text_color\":\"634047\",\"statuses_count\":5174,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"location\":\"Limerick, Ireland\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"088253\",\"followers_count\":280,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1838854364\\/image_normal.jpg\",\"description\":\"Goofball, rugby fan, beer, food, wine & fun lover... Just a silly French girl really. Ardent Toulouse and XV de France supporter, and sometimes beauty blogger\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Dublin\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"288357486\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838854364\\/image_normal.jpg\",\"name\":\"Celine\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 26 18:18:58 +0000 2011\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":288357486,\"utc_offset\":0,\"favourites_count\":1,\"url\":\"http:\\/\\/mcmademoisellelikes.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187195321061376,\"created_at\":\"Fri Feb 24 23:26:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2859000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "be236677-9de9-45d7-a82c-78f7e59ae0d8-173187195321061376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste François Rollin", +"img": { +"src": "http://a3.twimg.com/profile_images/306009323/1245972520740_normal.jpg" +}, +"title": "Bibule: #lgw #ilreste François Rollin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2859000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste Fran\\u00e7ois Rollin\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187194264100865\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"schlopf\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":69,\"location\":\"\",\"profile_text_color\":\"3E4415\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/306009323\\/1245972520740_normal.jpg\",\"description\":\"\",\"statuses_count\":10,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"14742333\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Bibule\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Mon May 12 09:33:51 +0000 2008\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":14742333,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/306009323\\/1245972520740_normal.jpg\"},\"truncated\":false,\"id\":173187194264100865,\"created_at\":\"Fri Feb 24 23:26:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2859000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "20be80a2-5490-435f-bfdc-0694ba629f23-173187194264100865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je pensais que tout ce qui se passait sur les internets devait rester sur les internets. On nous aurait menti ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1851110304/Picture_0480_normal.jpg" +}, +"title": "Swin Gum: Je pensais que tout ce qui se passait sur les internets devait rester sur les internets. On nous aurait menti ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2860000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je pensais que tout ce qui se passait sur les internets devait rester sur les internets. On nous aurait menti ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187197695037440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":233,\"screen_name\":\"Swiinea\",\"lang\":\"fr\",\"profile_text_color\":\"71d6c9\",\"statuses_count\":4500,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362128090\\/swin.jpg\",\"location\":\"Lille - Pos\\u00e9e sur un cactus\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"807d7e\",\"followers_count\":581,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851110304\\/Picture_0480_normal.jpg\",\"description\":\"Les bios c'est pour les faibles ou pour les gens qui font un truc dans la vie tout \\u00e7a. Je suis Swin' et je suis n\\u00e9e pour \\u00eatre une larve. #HOULOULOU\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1d4c70\",\"id_str\":\"372532169\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362128090\\/swin.jpg\",\"profile_sidebar_fill_color\":\"1d4c70\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851110304\\/Picture_0480_normal.jpg\",\"name\":\"Swin Gum\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 12 23:11:47 +0000 2011\",\"profile_sidebar_border_color\":\"57ff57\",\"id\":372532169,\"utc_offset\":-10800,\"favourites_count\":360,\"url\":\"http:\\/\\/tchictchac.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187197695037440,\"created_at\":\"Fri Feb 24 23:27:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2860000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "123ea21d-e2b6-44cf-a8b0-d319719a2b81-173187197695037440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Profiter des futilités de la vie, c'est un joli talent. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1565296186/hebus_173211_1366x768_normal.jpg" +}, +"title": "Marion Nous: Profiter des futilités de la vie, c'est un joli talent. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2860000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Profiter des futilit\\u00e9s de la vie, c'est un joli talent. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187199720886273\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Psylosophe\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":153,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1565296186\\/hebus_173211_1366x768_normal.jpg\",\"description\":\"Pr\\u00eate \\u00e0 tout. Que ce soit partir en road trip improvis\\u00e9 ou se faire un menu \\u00e0 volont\\u00e9 chez Pizza Hut.\",\"statuses_count\":1756,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/338440106\\/hebus_177663_1366x768.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"364276934\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marion Nous\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/338440106\\/hebus_177663_1366x768.jpg\",\"created_at\":\"Mon Aug 29 14:15:22 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":364276934,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1565296186\\/hebus_173211_1366x768_normal.jpg\"},\"truncated\":false,\"id\":173187199720886273,\"created_at\":\"Fri Feb 24 23:27:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2860000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3975bd4f-91e7-4bf0-b91a-1712220ea9df-173187199720886273" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et d'où moi je suis pas à #LGW ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1847798698/CB8F6341-3C72-4106-B24C-255BF9560970_normal" +}, +"title": "thibaultdm: Et d'où moi je suis pas à #LGW ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2866000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Et d'o\\u00f9 moi je suis pas \\u00e0 #LGW ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[26,30]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187225297756160\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"cc25c6\",\"screen_name\":\"Thibaultdm\",\"lang\":\"fr\",\"favourites_count\":1332,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":837,\"location\":\"Paris, France\",\"profile_text_color\":\"290a0a\",\"followers_count\":2004,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1847798698\\/CB8F6341-3C72-4106-B24C-255BF9560970_normal\",\"description\":\"Je suis hyper sympa en vrai, en plus d'\\u00eatre beau, intelligent et modeste. #SarkoTeam #NS2012 (sinon je parle aussi de trucs moins serieux ;)\",\"statuses_count\":69833,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/413542215\\/williamkate.jpg\",\"show_all_inline_media\":false,\"listed_count\":121,\"profile_link_color\":\"f50e6b\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"b6e67e\",\"protected\":false,\"id_str\":\"14597722\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"thibaultdm\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413542215\\/williamkate.jpg\",\"created_at\":\"Wed Apr 30 08:12:57 +0000 2008\",\"profile_sidebar_fill_color\":\"f0d052\",\"id\":14597722,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/fautvraimentetreconpouravoiruneadresseinternetaussilongue.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1847798698\\/CB8F6341-3C72-4106-B24C-255BF9560970_normal\"},\"truncated\":false,\"id\":173187225297756160,\"created_at\":\"Fri Feb 24 23:27:06 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2866000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6d3e5fcc-8744-4dee-ba69-3c176abe7a89-173187225297756160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le truc, c'est qu'il y a toujours comme un malaise qui plane au dessus de cette émission. Est-ce fatal ? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: Le truc, c'est qu'il y a toujours comme un malaise qui plane au dessus de cette émission. Est-ce fatal ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2867000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le truc, c'est qu'il y a toujours comme un malaise qui plane au dessus de cette \\u00e9mission. Est-ce fatal ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[105,109]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187226807713792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"name\":\"Jean-Louis Coste\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":244454441,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187226807713792,\"created_at\":\"Fri Feb 24 23:27:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2867000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "17b1a1e8-5d99-49c8-8598-1d2aa36324fe-173187226807713792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @pornkid: J'avais jamais regardé #LGW, je trouve ça hyper cool pour Tania qu'elle ai retrouvé un boulot.", +"img": { +"src": "http://a0.twimg.com/profile_images/1691261189/Yes_We_Faye_night_normal.jpg" +}, +"title": "Estelle N. : RT @pornkid: J'avais jamais regardé #LGW, je trouve ça hyper cool pour Tania qu'elle ai retrouvé un boulot.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2870000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @pornkid: J'avais jamais regard\\u00e9 #LGW, je trouve \\u00e7a hyper cool pour Tania qu'elle ai retrouv\\u00e9 un boulot.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"pornkid\",\"indices\":[3,11],\"name\":\"Guilhem\",\"id_str\":\"14959293\",\"id\":14959293}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[36,40]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'avais jamais regard\\u00e9 #LGW, je trouve \\u00e7a hyper cool pour Tania qu'elle ai retrouv\\u00e9 un boulot.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[23,27]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185445113503744\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"pornkid\",\"lang\":\"en\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":450,\"location\":\"Paris\",\"profile_text_color\":\"08083b\",\"followers_count\":2305,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1708083113\\/Guilhempp_normal.jpg\",\"description\":\"Photographe - Redacteur\\r\\npour @Iheartweets @letagparfait ...\\r\\nArtisan du LOL\",\"statuses_count\":19794,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382116768\\/lmaustin09.jpg\",\"show_all_inline_media\":true,\"listed_count\":54,\"profile_link_color\":\"62656f\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"2e5557\",\"protected\":false,\"id_str\":\"14959293\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Guilhem\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382116768\\/lmaustin09.jpg\",\"created_at\":\"Sat May 31 00:38:02 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":14959293,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.guilhem.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1708083113\\/Guilhempp_normal.jpg\"},\"truncated\":false,\"id\":173185445113503744,\"created_at\":\"Fri Feb 24 23:20:02 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187240309178368\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"estelle_n\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":327,\"location\":\"RERD dir. OrryLaVille\\/Creil\",\"profile_text_color\":\"666666\",\"followers_count\":559,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1691261189\\/Yes_We_Faye_night_normal.jpg\",\"description\":\"Manager The Ankers \\/ ex @Legacy_France - @SonyMusicFr \\/ Blogger Chronik Music \\/ Party maker Bouge Ton Blog or @lola_CupcakeS parties\",\"statuses_count\":20800,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/415173104\\/Kimbra_Vows.png\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"49724515\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Estelle N. \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/415173104\\/Kimbra_Vows.png\",\"created_at\":\"Mon Jun 22 18:54:47 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":49724515,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.facebook.com\\/pages\\/Chronik-Music\\/174124699288107\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1691261189\\/Yes_We_Faye_night_normal.jpg\"},\"truncated\":false,\"id\":173187240309178368,\"created_at\":\"Fri Feb 24 23:27:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2870000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9d18d35f-411c-4b8d-ac07-8042568b0036-173187240309178368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche Baillone le mec en jaune #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @LudoDelaherche Baillone le mec en jaune #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2872000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LudoDelaherche Baillone le mec en jaune #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]},{\"text\":\"cqui\",\"indices\":[46,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173186604087775233\",\"id_str\":\"173187250048352256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186604087775233,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34422,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173187250048352256,\"created_at\":\"Fri Feb 24 23:27:12 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2872000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4242be4b-8f70-4c3f-b4a0-077f0b4daa63-173187250048352256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste toujours, et le #palmashow aussi ! Mais Benoît se casse ! Et vite ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1474785559/testdeux_normal.jpg" +}, +"title": "Romain Mollet: #ilReste toujours, et le #palmashow aussi ! Mais Benoît se casse ! Et vite ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2874000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste toujours, et le #palmashow aussi ! Mais Beno\\u00eet se casse ! Et vite ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"palmashow\",\"indices\":[25,35]},{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187258680225792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":72,\"screen_name\":\"RomainMollet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":82,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 Cin\\u00e9Cr\\u00e9atis depuis moins d'une semaine (18\\/09\\/2011)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"62795411\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"name\":\"Romain Mollet\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 04 11:47:02 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":62795411,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/conneriehumanumest.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187258680225792,\"created_at\":\"Fri Feb 24 23:27:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2874000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef203116-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "14a497c2-56fe-4201-9ef8-f0900bc7f834-173187258680225792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@enonciation pas trop mal comme émission pour l'instant.. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1831948935/me_normal.jpg" +}, +"title": "Δntoine Boμboμ: @enonciation pas trop mal comme émission pour l'instant.. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2875000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@enonciation pas trop mal comme \\u00e9mission pour l'instant.. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"enonciation\",\"indices\":[0,12],\"id_str\":\"180816153\",\"name\":\"Enonciation\",\"id\":180816153}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173186965309624320\",\"id_str\":\"173187259888185344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186965309624320,\"in_reply_to_user_id_str\":\"180816153\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":109,\"screen_name\":\"Antoine_BB\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":642,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/403044885\\/090719_-_Voie-Lacte_e___Nuages_de_Magellan_Concordia_-_Zenitar_f4_-_40d.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":32,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1831948935\\/me_normal.jpg\",\"description\":\"Doctorant en Astrophysique\\/PhD student in Astrophysics\\/\\/Anthropo-primatologue \\u00e0 ses heures perdues (et tardives) sur net et IRL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"131516\",\"id_str\":\"464727045\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/403044885\\/090719_-_Voie-Lacte_e___Nuages_de_Magellan_Concordia_-_Zenitar_f4_-_40d.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1831948935\\/me_normal.jpg\",\"name\":\"\\u0394ntoine Bo\\u03bcbo\\u03bc\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 15 15:20:51 +0000 2012\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":464727045,\"utc_offset\":3600,\"favourites_count\":416,\"url\":null},\"in_reply_to_screen_name\":\"enonciation\",\"truncated\":false,\"id\":173187259888185344,\"created_at\":\"Fri Feb 24 23:27:15 +0000 2012\",\"in_reply_to_user_id\":180816153}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2875000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cd87c458-6d15-4b08-924a-a10bae91cf1a-173187259888185344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw je comprend pas tous le délire ! :)", +"img": { +"src": "http://a1.twimg.com/profile_images/1835689418/images_normal.jpg" +}, +"title": "Grann.Coco: #lgw je comprend pas tous le délire ! :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2877000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw je comprend pas tous le d\\u00e9lire ! :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187271498022913\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1656,\"screen_name\":\"granncoco\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":409,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/428124156\\/k72.jpg\",\"location\":\"le havre \",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"2FC2EF\",\"followers_count\":293,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1835689418\\/images_normal.jpg\",\"description\":\"Corentin, y a tellement de chose a dire que je sais pas par quoi commencer !! \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"232013095\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428124156\\/k72.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835689418\\/images_normal.jpg\",\"name\":\"Grann.Coco\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 30 02:03:46 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":232013095,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/granncoco.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187271498022913,\"created_at\":\"Fri Feb 24 23:27:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2877000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "73bfc03e-6b0c-492c-8d6e-0bad9fe022a7-173187271498022913" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ouiiii! #lgw dans les tendances! Ca c'est classe :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1843832843/Photo_du_21-02-12___19.49_normal.jpg" +}, +"title": "Alice Wonderland: Ouiiii! #lgw dans les tendances! Ca c'est classe :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2878000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ouiiii! #lgw dans les tendances! Ca c'est classe :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187272399785984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":142,\"screen_name\":\"moustikette\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":226,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Near Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"description\":\"J'ai un bonnet Tigrou! And so what? :D\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"23988907\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"name\":\"Alice Wonderland\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 12 17:33:07 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":23988907,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/wonderlandalice.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187272399785984,\"created_at\":\"Fri Feb 24 23:27:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2878000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "efc649d7-ed98-4cd0-8936-9e41e808c9bf-173187272399785984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Benoît s'est trompé d'émission. Confessions intimes, c'est sur TF1. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: Benoît s'est trompé d'émission. Confessions intimes, c'est sur TF1. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2879000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Beno\\u00eet s'est tromp\\u00e9 d'\\u00e9mission. Confessions intimes, c'est sur TF1. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187276761862145\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5855,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":366,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187276761862145,\"created_at\":\"Fri Feb 24 23:27:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2879000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "63e167fc-9306-40bc-b377-ec27974f5322-173187276761862145" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Blague de primaire #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1818096044/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg" +}, +"title": "Δ+Δ: Blague de primaire #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2879000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Blague de primaire #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187278565416961\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"AbsolutePi\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":12873,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"000000\",\"followers_count\":142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"334108023\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"name\":\"\\u0394+\\u0394\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":334108023,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/footballanatomy.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187278565416961,\"created_at\":\"Fri Feb 24 23:27:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2879000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cb602801-9367-480c-bee0-bd5f6c942e9e-173187278565416961" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Notre comique est ici : @benoitlebreau #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: RT @LeGrandWebze: Notre comique est ici : @benoitlebreau #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2880000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Notre comique est ici : @benoitlebreau #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"benoitlebreau\",\"indices\":[42,56],\"id_str\":\"267290862\",\"name\":\"Benoit Lebreau\",\"id\":267290862}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Notre comique est ici : @benoitlebreau #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"benoitlebreau\",\"indices\":[24,38],\"id_str\":\"267290862\",\"name\":\"Benoit Lebreau\",\"id\":267290862}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187177293950976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3254,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187177293950976,\"created_at\":\"Fri Feb 24 23:26:55 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187280767434752\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39023,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187280767434752,\"created_at\":\"Fri Feb 24 23:27:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2880000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "02c98f66-547e-4b1a-8e81-9eb35691042c-173187280767434752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tous sur #france5 pour une gigantesque thérapie de groupe #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1341369350/IMG_0292_normal.JPG" +}, +"title": "Sébastien Von Roth: Tous sur #france5 pour une gigantesque thérapie de groupe #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2880000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tous sur #france5 pour une gigantesque th\\u00e9rapie de groupe #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"france5\",\"indices\":[9,17]},{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187284504555520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":185,\"screen_name\":\"svonroth\",\"lang\":\"fr\",\"profile_text_color\":\"525252\",\"statuses_count\":238,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Lussy\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"eba800\",\"followers_count\":43,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1341369350\\/IMG_0292_normal.JPG\",\"description\":\"UX Designer\\/Graphiste iOs & Web\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Bern\",\"profile_background_color\":\"f2f2f2\",\"id_str\":\"14003172\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffee7f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1341369350\\/IMG_0292_normal.JPG\",\"name\":\"S\\u00e9bastien Von Roth\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 26 14:07:04 +0000 2008\",\"profile_sidebar_border_color\":\"e0da61\",\"id\":14003172,\"utc_offset\":3600,\"favourites_count\":90,\"url\":\"http:\\/\\/www.sobees.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187284504555520,\"created_at\":\"Fri Feb 24 23:27:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2880000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e00a6c62-6c1c-4235-8962-2fcff7f5c7d1-173187284504555520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Omg les blagues ... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: Omg les blagues ... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2882000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Omg les blagues ... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187292087848960\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1752,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187292087848960,\"created_at\":\"Fri Feb 24 23:27:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2882000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d352ba6c-a239-42c9-a864-4f513febb021-173187292087848960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @SOYOUSEE: Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le dépanner avec sa chemise. #lg ...", +"img": { +"src": "http://a3.twimg.com/profile_images/1719616740/SDC12865_normal.JPG" +}, +"title": "Damien Jd: RT @SOYOUSEE: Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le dépanner avec sa chemise. #lg ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2882000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @SOYOUSEE: Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le d\\u00e9panner avec sa chemise. #lg ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SOYOUSEE\",\"indices\":[3,12],\"id_str\":\"122384552\",\"name\":\"SOYOUSEE\",\"id\":122384552},{\"screen_name\":\"Vinvin\",\"indices\":[20,27],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lg\",\"indices\":[133,136]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Dites @vinvin que le vendeur du rayon peinture de casto cherche son nuancier s'il pouvait le d\\u00e9panner avec sa chemise. #lgw #merci\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[6,13],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[119,123]},{\"text\":\"merci\",\"indices\":[124,130]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186638984396800\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":190,\"screen_name\":\"SOYOUSEE\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":288,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/90573084\\/BKG_twitter_2.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1644298889\\/xQ4IxX7v_normal\",\"description\":\"Serial mateur, a gagn\\u00e9 le don d'ubi cui cui t\\u00e9 en se cr\\u00e9ant un compte Twitter. yOLD 3.2 version b\\u00eata\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"122384552\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/90573084\\/BKG_twitter_2.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1644298889\\/xQ4IxX7v_normal\",\"name\":\"SOYOUSEE\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 12 14:31:54 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":122384552,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186638984396800,\"created_at\":\"Fri Feb 24 23:24:47 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187291869745152\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":314,\"screen_name\":\"DamienJdd\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3742,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/283216017\\/269502_2217521435198_1162490144_32758503_4077721_n.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"009999\",\"followers_count\":188,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1719616740\\/SDC12865_normal.JPG\",\"description\":\"Dictateur fun, parfois r\\u00e9dacteur sur @Locita, croque avec amour la g\\u00e9n\\u00e9ration Skyblog. http:\\/\\/povrane.tumblr.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"e8ebed\",\"id_str\":\"47441843\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/283216017\\/269502_2217521435198_1162490144_32758503_4077721_n.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1719616740\\/SDC12865_normal.JPG\",\"name\":\"Damien Jd\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 15 20:54:16 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":47441843,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/www.povrane.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173187291869745152,\"created_at\":\"Fri Feb 24 23:27:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2882000, +"tags": [ +{ +"id-ref": "f02681e6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ea2c2ce9-1e61-4d50-b6cc-4a4facfae484-173187291869745152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bubble T en direct sur #lgw @france5tv voter pour le depart de rollin #ilpart #ilreste #cqui #change2ton", +"img": { +"src": "http://a1.twimg.com/profile_images/1679403634/bgd-readme2_normal.png" +}, +"title": "bubble.t: bubble T en direct sur #lgw @france5tv voter pour le depart de rollin #ilpart #ilreste #cqui #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2882000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"bubble T en direct sur #lgw @france5tv voter pour le depart de rollin #ilpart #ilreste #cqui #change2ton\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[28,38],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]},{\"text\":\"ilpart\",\"indices\":[70,77]},{\"text\":\"ilreste\",\"indices\":[78,86]},{\"text\":\"cqui\",\"indices\":[87,92]},{\"text\":\"change2ton\",\"indices\":[93,104]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187292486307842\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":54,\"screen_name\":\"bubbleT2012\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1679403634\\/bgd-readme2_normal.png\",\"description\":\"Bubble T est une application de visualisation cr\\u00e9\\u00e9e par @raphV @cybunk @romsson @ymh_work A voir ici : http:\\/\\/dev.fabelier.org\\/bubble-t\\/ made in @inria @IRIlive\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"430738774\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1679403634\\/bgd-readme2_normal.png\",\"name\":\"bubble.t\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 07 14:25:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":430738774,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/dev.fabelier.org\\/bubble-t\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187292486307842,\"created_at\":\"Fri Feb 24 23:27:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2882000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "99f15f17-ab3c-40d3-9986-eb92fb7d53fc-173187292486307842" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allumer la télé pour voir la tête du stagiaire @BastienJoseph31 en arrière plan. Misère. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1669266582/carte-de-visite-final_normal.jpg" +}, +"title": "Boucherie Ovalie: Allumer la télé pour voir la tête du stagiaire @BastienJoseph31 en arrière plan. Misère. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2884000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Allumer la t\\u00e9l\\u00e9 pour voir la t\\u00eate du stagiaire @BastienJoseph31 en arri\\u00e8re plan. Mis\\u00e8re. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BastienJoseph31\",\"indices\":[47,63],\"id_str\":\"191087175\",\"name\":\"Bastien Joseph\",\"id\":191087175}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[89,93]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187299192995841\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1017,\"screen_name\":\"BoucherieOvalie\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":6706,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"location\":\"Derri\\u00e8re toi, c'est affreux\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"2FC2EF\",\"followers_count\":4074,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"description\":\"La vie est trop courte pour comprendre le rugby, alors autant en rigoler.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"260277866\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"name\":\"Boucherie Ovalie\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 03 15:22:13 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":260277866,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/boucherie-ovalie.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187299192995841,\"created_at\":\"Fri Feb 24 23:27:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2884000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7d3b3544-a1ea-4b5d-83bd-d625c8a4e1ad-173187299192995841" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW : HAHAHHAHAHHAHAHHAHA", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW : HAHAHHAHAHHAHAHHAHA", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2886000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW : HAHAHHAHAHHAHAHHAHA\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187308386918400\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187308386918400,\"created_at\":\"Fri Feb 24 23:27:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2886000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d8547ddc-db82-447d-924a-1374bfb952d3-173187308386918400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah ah ah… lol #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Ah ah ah… lol #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2886000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah ah ah\\u2026 lol #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187308391120897\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187308391120897,\"created_at\":\"Fri Feb 24 23:27:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2886000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "485a2e22-044d-45e8-b0b0-4cc293118417-173187308391120897" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilReste", +"img": { +"src": "http://a0.twimg.com/profile_images/1846374829/tumblr_lzt2s2vq6m1qgbguro3_250_normal.gif" +}, +"title": "J.: #lgw #ilReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2887000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilReste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.nibirutech.com\\\" rel=\\\"nofollow\\\"\\u003ETwitBird\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187312392478720\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C6E2EE\",\"screen_name\":\"iTweetSiriusly\",\"lang\":\"fr\",\"favourites_count\":708,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":446,\"location\":\"Chamber of.. Yeah my bedroom\",\"profile_text_color\":\"663B12\",\"followers_count\":476,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846374829\\/tumblr_lzt2s2vq6m1qgbguro3_250_normal.gif\",\"description\":\"I'm just a witch at Beauxbatons Academy of Magic.\\r\\nI ship Damon with happiness... a.k.a Elena.\\r\\nTumblr: itumblrsiriusly.tumblr.com\",\"statuses_count\":9639,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/371232355\\/63109032.13.jpg\",\"show_all_inline_media\":true,\"listed_count\":30,\"profile_link_color\":\"1F98C7\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C6E2EE\",\"protected\":false,\"id_str\":\"272539930\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"J.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/371232355\\/63109032.13.jpg\",\"created_at\":\"Sat Mar 26 18:33:06 +0000 2011\",\"profile_sidebar_fill_color\":\"DAECF4\",\"id\":272539930,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"https:\\/\\/twitter.com\\/#!\\/James_Phelps\\/status\\/102815302127058945\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846374829\\/tumblr_lzt2s2vq6m1qgbguro3_250_normal.gif\"},\"truncated\":false,\"id\":173187312392478720,\"created_at\":\"Fri Feb 24 23:27:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2887000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d12344e8-a503-440a-a941-81ebfadd0549-173187312392478720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une blague est drôle quand on ne l'explique pas. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1820482830/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg" +}, +"title": "Guillaume Renard: Une blague est drôle quand on ne l'explique pas. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2887000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Une blague est dr\\u00f4le quand on ne l'explique pas. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187312895803394\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"050505\",\"screen_name\":\"G_Renard\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":599,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":205,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1820482830\\/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg\",\"description\":\"Motorsports junkie. Working on social media and webmarketing stuff. Writer for @chequeredflags \\/ Membre CN @PartiLiberal\",\"statuses_count\":1487,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"020d0c\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"12186112\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Guillaume Renard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Jan 13 17:02:09 +0000 2008\",\"profile_sidebar_fill_color\":\"668ff7\",\"id\":12186112,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chequeredflags.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1820482830\\/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg\"},\"truncated\":false,\"id\":173187312895803394,\"created_at\":\"Fri Feb 24 23:27:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2887000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f0a8f6cf-49b9-4520-ba23-7af9fcffe7d7-173187312895803394" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Coucou @benoitlebreau ça fait peur. Bisous. #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1495075588/image_normal.jpg" +}, +"title": "Benjamin Poulin: Coucou @benoitlebreau ça fait peur. Bisous. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2889000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Coucou @benoitlebreau \\u00e7a fait peur. Bisous. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"benoitlebreau\",\"indices\":[7,21],\"id_str\":\"267290862\",\"name\":\"Benoit Lebreau\",\"id\":267290862}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187319875121152\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":683,\"screen_name\":\"BenjaminPoulin\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":23213,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105596337\\/image-twitter2.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":182,\"profile_link_color\":\"ff0000\",\"followers_count\":3567,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1495075588\\/image_normal.jpg\",\"description\":\"| Journaliste | Prof ESJ Paris & One School | Ex-IT\\u00e9l\\u00e9, la Radio | Ex-Pr\\u00e9sident Frequence3 | Co-Founder\\/CEO Nolae - Audio, web & mobile agency | \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"141414\",\"id_str\":\"34437695\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105596337\\/image-twitter2.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1495075588\\/image_normal.jpg\",\"name\":\"Benjamin Poulin\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 22 23:14:35 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":34437695,\"utc_offset\":3600,\"favourites_count\":15,\"url\":\"http:\\/\\/www.nolae.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187319875121152,\"created_at\":\"Fri Feb 24 23:27:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2889000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "04a478c2-41da-47be-bb0b-807e3616476b-173187319875121152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est fou quand même que l'émission fonctionne aussi bien alors que rien n'est écrit à l'avance #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1842911014/guetta_normal.jpg" +}, +"title": "Nico Prat: C'est fou quand même que l'émission fonctionne aussi bien alors que rien n'est écrit à l'avance #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2889000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est fou quand m\\u00eame que l'\\u00e9mission fonctionne aussi bien alors que rien n'est \\u00e9crit \\u00e0 l'avance #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187320646860801\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"050504\",\"screen_name\":\"nicoprat\",\"lang\":\"en\",\"favourites_count\":440,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":2297,\"location\":\"Paris, France\",\"profile_text_color\":\"0a040a\",\"followers_count\":6569,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"description\":\"Le Mouv, Tsugi, Technikart, Voxpop, co-auteur des Miscellan\\u00e9es d'Internet, et un petit sudoku de temps en temps\",\"statuses_count\":29879,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"show_all_inline_media\":true,\"listed_count\":210,\"profile_link_color\":\"224087\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"19256842\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Nico Prat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"created_at\":\"Tue Jan 20 20:55:08 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":19256842,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/nicoprat.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\"},\"truncated\":false,\"id\":173187320646860801,\"created_at\":\"Fri Feb 24 23:27:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2889000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e4137d39-6fde-4cc8-ade5-4fab681cc5ce-173187320646860801" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Café au lait..... C'est bon ça #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: Café au lait..... C'est bon ça #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2891000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Caf\\u00e9 au lait..... C'est bon \\u00e7a #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187328632832000\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"favourites_count\":30,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":664,\"location\":\"DtC\",\"profile_text_color\":\"333333\",\"followers_count\":208,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"statuses_count\":7366,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"monsieurhobby\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":78733185,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\"},\"truncated\":false,\"id\":173187328632832000,\"created_at\":\"Fri Feb 24 23:27:31 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2891000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6e2b9e36-6a76-4750-8d3f-49629f844ddc-173187328632832000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Café au lait ! ah ah #lgw", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Gw3nd0ul: Café au lait ! ah ah #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2892000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Caf\\u00e9 au lait ! ah ah #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187334609707011\",\"user\":{\"default_profile_image\":true,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"Gw3nd0ul\",\"lang\":\"fr\",\"favourites_count\":98,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":434,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"statuses_count\":518,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"143017258\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Gw3nd0ul\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Wed May 12 10:42:39 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":143017258,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\"},\"truncated\":false,\"id\":173187334609707011,\"created_at\":\"Fri Feb 24 23:27:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2892000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "65dd3729-73c5-42ce-9440-d2e7e8ca77ef-173187334609707011" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Etonnant...", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" +}, +"title": "Grenadin Vincent: #lgw Etonnant...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2892000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Etonnant...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187330981634049\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"ShinAeristh\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"215244989\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"name\":\"Grenadin Vincent\",\"default_profile_image\":true,\"created_at\":\"Sat Nov 13 11:46:19 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":215244989,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187330981634049,\"created_at\":\"Fri Feb 24 23:27:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2892000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df2b5589-8276-42a1-adfd-079e31eac1a0-173187330981634049" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "À quand @reda ou @Karim_Boukercha ou @Ti_nounou dans #LGW ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1561594770/image_normal.jpg" +}, +"title": "Ti FouFou: À quand @reda ou @Karim_Boukercha ou @Ti_nounou dans #LGW ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2892000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00c0 quand @reda ou @Karim_Boukercha ou @Ti_nounou dans #LGW ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"reda\",\"indices\":[8,13],\"id_str\":\"25291435\",\"name\":\"@Reda Ana\",\"id\":25291435},{\"screen_name\":\"Karim_Boukercha\",\"indices\":[17,33],\"id_str\":\"161685767\",\"name\":\"Karim Boukercha\",\"id\":161685767},{\"screen_name\":\"Ti_nounou\",\"indices\":[37,47],\"id_str\":\"264862915\",\"name\":\"Ti FouFou\",\"id\":264862915}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187331057135616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":118,\"screen_name\":\"Ti_nounou\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7408,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/413304074\\/Skypics.png\",\"location\":\"CAF\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":206,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1561594770\\/image_normal.jpg\",\"description\":\"Je crois que la grande diff\\u00e9rence entre les oiseaux et les hommes politiques c'est que de temps en temps les oiseaux s'arr\\u00eatent de voler\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"264862915\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413304074\\/Skypics.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1561594770\\/image_normal.jpg\",\"name\":\"Ti FouFou\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 12 15:42:46 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":264862915,\"utc_offset\":3600,\"favourites_count\":471,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187331057135616,\"created_at\":\"Fri Feb 24 23:27:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2892000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2cdf0a2f-3e6f-420e-ac4a-985baed9ddcb-173187331057135616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La 1ère blague de Benoît est carrément pourrie. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1732222031/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg" +}, +"title": "Brice Lahaye: La 1ère blague de Benoît est carrément pourrie. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2897000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La 1\\u00e8re blague de Beno\\u00eet est carr\\u00e9ment pourrie. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187352359997440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":369,\"screen_name\":\"bricelahaye\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":127,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/428619100\\/press-dl.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":70,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1732222031\\/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg\",\"description\":\"\\u00c9tudiant en journalisme \\u00e0 Sciences Po Rennes. N'arrive jamais en retard parce que DETESTE Phil Collins. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"022330\",\"id_str\":\"216310703\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428619100\\/press-dl.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732222031\\/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg\",\"name\":\"Brice Lahaye\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 16 10:41:07 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":216310703,\"utc_offset\":-36000,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187352359997440,\"created_at\":\"Fri Feb 24 23:27:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2897000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4f06eb86-ebdb-4edb-8221-db8222a60f62-173187352359997440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Benoît #Ilpart #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/28546242/hooligan_normal.jpg" +}, +"title": "Brice Mazenod: Benoît #Ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2897000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Beno\\u00eet #Ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Ilpart\",\"indices\":[7,14]},{\"text\":\"lgw\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187355656724480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":548,\"screen_name\":\"BriKo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":16795,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":231,\"profile_link_color\":\"0084B4\",\"followers_count\":3960,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/28546242\\/hooligan_normal.jpg\",\"description\":\"Passionn\\u00e9 de #Marketing, #Communication, Web 2, nouvelles technos, #sport, #football, blogueurs\\/twitteurs... Et Community Manager @adidasFR\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"6651722\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/28546242\\/hooligan_normal.jpg\",\"name\":\"Brice Mazenod\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 07 21:56:31 +0000 2007\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":6651722,\"utc_offset\":3600,\"favourites_count\":179,\"url\":\"http:\\/\\/www.kickandblog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187355656724480,\"created_at\":\"Fri Feb 24 23:27:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2897000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ad9943b8-dcb7-4cbd-a5d5-dbb64fc4c00a-173187355656724480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Lui par contre #ilpart #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849067972/4413560C-7785-472A-B26C-A5EB7BB6F962_normal" +}, +"title": "Yhnn: Lui par contre #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2898000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Lui par contre #ilpart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[15,22]},{\"text\":\"lgw\",\"indices\":[23,27]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187360006213633\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"kzz_\",\"lang\":\"fr\",\"favourites_count\":52,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":237,\"location\":\"Paris, France\",\"profile_text_color\":\"000000\",\"followers_count\":604,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"description\":\"doing nothing takes work. \\/\\/\\/ Directeur du p\\u00f4le des pixels de l'espace at @GAMEONE\",\"statuses_count\":8387,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"show_all_inline_media\":true,\"listed_count\":27,\"profile_link_color\":\"00aaff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"15801903\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Yhnn\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"created_at\":\"Sun Aug 10 22:12:55 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":15801903,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/blog.gameone.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\"},\"truncated\":false,\"id\":173187360006213633,\"created_at\":\"Fri Feb 24 23:27:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2898000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3512d1ed-c87d-49b2-b81e-08770ca5a0a3-173187360006213633" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze @benoitlebreau J'aurais préféré l'oublier #lgw #troll", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: @LeGrandWebze @benoitlebreau J'aurais préféré l'oublier #lgw #troll", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2898000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze @benoitlebreau J'aurais pr\\u00e9f\\u00e9r\\u00e9 l'oublier #lgw #troll\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"benoitlebreau\",\"indices\":[14,28],\"id_str\":\"267290862\",\"name\":\"Benoit Lebreau\",\"id\":267290862}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]},{\"text\":\"troll\",\"indices\":[61,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173187177293950976\",\"id_str\":\"173187359314165760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173187177293950976,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":767,\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4352,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France - Moselle\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"D02B55\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"name\":\"R\\u00e9my D.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":48825435,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173187359314165760,\"created_at\":\"Fri Feb 24 23:27:38 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2898000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0114b96-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9edfa39a-d2b7-4640-ab69-0e88771a5fe1-173187359314165760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "j'y suis pas non plus hein “@Thibaultdm: Et d'où moi je suis pas à #LGW ?”", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: j'y suis pas non plus hein “@Thibaultdm: Et d'où moi je suis pas à #LGW ?”", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2898000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"j'y suis pas non plus hein \\u201c@Thibaultdm: Et d'o\\u00f9 moi je suis pas \\u00e0 #LGW ?\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Thibaultdm\",\"indices\":[28,39],\"id_str\":\"14597722\",\"name\":\"thibaultdm\",\"id\":14597722}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[67,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187356348784640\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39024,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187356348784640,\"created_at\":\"Fri Feb 24 23:27:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2898000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d29c1b98-5558-48c7-b28e-9a35ae592448-173187356348784640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On peut le fusiller de suite le mec qui fais des \"blagues\" #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1715868647/P1010897_normal.png" +}, +"title": "Spike Ganush: On peut le fusiller de suite le mec qui fais des \"blagues\" #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2900000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"On peut le fusiller de suite le mec qui fais des \\\"blagues\\\" #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[59,63]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187368248029187\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"SpikeGanush\",\"lang\":\"en\",\"favourites_count\":17,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":930,\"location\":\"Gap hautes-alpes\",\"profile_text_color\":\"333333\",\"followers_count\":317,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1715868647\\/P1010897_normal.png\",\"description\":\"Fan de nouvelle technologie, d'humour salasse, de roller\\/ski ! Souper Roumain, c'est moi !\\r\\nUne vid\\u00e9o rock band, choose : http:\\/\\/t.co\\/kEhnCM6Y\",\"statuses_count\":6039,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/159015926\\/horror-twitter-background.jpg\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"23573573\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Spike Ganush\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/159015926\\/horror-twitter-background.jpg\",\"created_at\":\"Tue Mar 10 09:23:46 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":23573573,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/trestresbien.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1715868647\\/P1010897_normal.png\"},\"truncated\":false,\"id\":173187368248029187,\"created_at\":\"Fri Feb 24 23:27:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2900000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c8ceb57f-ff7b-4d98-8f83-9d648344d311-173187368248029187" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @NicolasLaubriat: Hey #lgw en Trending Topics !! juste après #cesar2012 (pour le moment)", +"img": { +"src": "http://a1.twimg.com/profile_images/1357337548/d_s_normal.jpg" +}, +"title": "Seinseya: RT @NicolasLaubriat: Hey #lgw en Trending Topics !! juste après #cesar2012 (pour le moment)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2902000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @NicolasLaubriat: Hey #lgw en Trending Topics !! juste apr\\u00e8s #cesar2012 (pour le moment)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"NicolasLaubriat\",\"indices\":[3,19],\"id_str\":\"299612640\",\"name\":\"Nicolas Laubriat\",\"id\":299612640}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"cesar2012\",\"indices\":[64,74]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Hey #lgw en Trending Topics !! juste apr\\u00e8s #cesar2012 (pour le moment)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[4,8]},{\"text\":\"cesar2012\",\"indices\":[43,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186440467976192\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"NicolasLaubriat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":155,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Annecy\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1701271731\\/LOOtQL7Q_normal\",\"description\":\"Etudiant en premi\\u00e8re ann\\u00e9e de m\\u00e9decine a la fac de Grenoble. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"299612640\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1701271731\\/LOOtQL7Q_normal\",\"name\":\"Nicolas Laubriat\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 11:59:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299612640,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186440467976192,\"created_at\":\"Fri Feb 24 23:23:59 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187374216523776\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":118,\"screen_name\":\"Seinseya\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":73,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1357337548\\/d_s_normal.jpg\",\"description\":\"French procrastinator girl. Too many addictions. \\r\\nRPG, books, comics, Asian dramas and too many TV shows...\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"274227474\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1357337548\\/d_s_normal.jpg\",\"name\":\"Seinseya\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 30 00:04:38 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":274227474,\"utc_offset\":3600,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187374216523776,\"created_at\":\"Fri Feb 24 23:27:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2902000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f9da30c0-72bd-41a6-ac3d-445af8626317-173187374216523776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ce mec est mon dieu ! ... dieu de la blague de merde bien sur ! #benoit #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: ce mec est mon dieu ! ... dieu de la blague de merde bien sur ! #benoit #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2906000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ce mec est mon dieu ! ... dieu de la blague de merde bien sur ! #benoit #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"benoit\",\"indices\":[64,71]},{\"text\":\"lgw\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187390876291072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"profile_text_color\":\"ba9012\",\"statuses_count\":5333,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Albi, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29086699,\"utc_offset\":3600,\"favourites_count\":110,\"url\":\"http:\\/\\/isshin-san.over-blog.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187390876291072,\"created_at\":\"Fri Feb 24 23:27:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2906000, +"tags": [ +{ +"id-ref": "f032f142-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d702b6a-f667-4bcc-8513-8c72507a520c-173187390876291072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@NicolasLegros Le mec en jaune, il vient de chez vous ? @StadeFrance @LudoDelaherche @RacingMetro92 #cqui #lgw #teamRM", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @NicolasLegros Le mec en jaune, il vient de chez vous ? @StadeFrance @LudoDelaherche @RacingMetro92 #cqui #lgw #teamRM", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2907000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@NicolasLegros Le mec en jaune, il vient de chez vous ? @StadeFrance @LudoDelaherche @RacingMetro92 #cqui #lgw #teamRM\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"NicolasLegros\",\"indices\":[0,14],\"id_str\":\"120251174\",\"name\":\"Nicolas Legros\",\"id\":120251174},{\"screen_name\":\"StadeFrance\",\"indices\":[56,68],\"id_str\":\"88690419\",\"name\":\"Stade de France\",\"id\":88690419},{\"screen_name\":\"LudoDelaherche\",\"indices\":[69,84],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061},{\"screen_name\":\"RacingMetro92\",\"indices\":[85,99],\"id_str\":\"81073960\",\"name\":\"Racing Metro 92\",\"id\":81073960}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[101,106]},{\"text\":\"lgw\",\"indices\":[107,111]},{\"text\":\"teamRM\",\"indices\":[112,119]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173186919230996480\",\"id_str\":\"173187397113221120\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186919230996480,\"in_reply_to_user_id_str\":\"120251174\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34422,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"NicolasLegros\",\"truncated\":false,\"id\":173187397113221120,\"created_at\":\"Fri Feb 24 23:27:47 +0000 2012\",\"in_reply_to_user_id\":120251174}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2907000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f02794fa-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c7ef2881-aa71-4c7e-b9e0-514ae50b5d0b-173187397113221120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui le mec en jaune déjà ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: #cqui le mec en jaune déjà ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2908000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui le mec en jaune d\\u00e9j\\u00e0 ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187399495585792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6698,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187399495585792,\"created_at\":\"Fri Feb 24 23:27:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2908000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "03c2b6ec-0312-4da4-8cb4-b2daa32aaba0-173187399495585792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pour benoit par contre #ilpart #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/123600529/bracelet_normal.JPG" +}, +"title": "Richard: Pour benoit par contre #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2908000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pour benoit par contre #ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[23,30]},{\"text\":\"lgw\",\"indices\":[31,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187400061825025\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":228,\"screen_name\":\"Iryngael\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1961,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Midi-Pyr\\u00e9n\\u00e9es, Moissac\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"description\":\"Gros connard sympa n\\u00e9anmoins :o\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"29106955\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"name\":\"Richard\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 06 00:46:40 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":29106955,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187400061825025,\"created_at\":\"Fri Feb 24 23:27:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2908000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "138d7262-0e50-4c91-8dab-133790501a86-173187400061825025" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui celui qui fait ces supers blagues ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: #cQui celui qui fait ces supers blagues ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2908000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cQui celui qui fait ces supers blagues ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187400766464000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3248,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187400766464000,\"created_at\":\"Fri Feb 24 23:27:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2908000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d20364a3-c097-4798-901a-d8080b5d5028-173187400766464000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Benoit tourne toi. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1189788719/Machete_normal.jpg" +}, +"title": "Nick: Benoit tourne toi. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2908000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Benoit tourne toi. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187401584345091\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"FFFFFF\",\"screen_name\":\"nickedelique\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":824,\"location\":\"Lyon\",\"profile_text_color\":\"333333\",\"description\":\"Je suis quadriliste. Je suis aussi la r\\u00e9incarnation d'Anne Roumanoff et BHL r\\u00e9unis.\",\"statuses_count\":10792,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/154684216\\/Dock.jpg\",\"show_all_inline_media\":false,\"listed_count\":45,\"profile_link_color\":\"BF1238\",\"followers_count\":785,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1189788719\\/Machete_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"BF1238\",\"protected\":false,\"id_str\":\"23947145\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Nick\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/154684216\\/Dock.jpg\",\"created_at\":\"Thu Mar 12 13:35:43 +0000 2009\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"id\":23947145,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1189788719\\/Machete_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173187401584345091,\"created_at\":\"Fri Feb 24 23:27:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2908000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2b68c1fd-fe21-45c2-92a6-a093bd1dce68-173187401584345091" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1817776486/SmokeQR_copie_normal.jpg" +}, +"title": "RuaLten: RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2909000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Monsieur_Poulpe\",\"indices\":[3,19],\"id_str\":\"101887303\",\"name\":\"Monsieur Poulpe\",\"id\":101887303},{\"screen_name\":\"palmashow\",\"indices\":[37,47],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[16,26],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183220911833090\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2826,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"followers_count\":14309,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"68baae\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"name\":\"Monsieur Poulpe\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_border_color\":\"010203\",\"id\":101887303,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183220911833090,\"created_at\":\"Fri Feb 24 23:11:12 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187405157892098\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":501,\"screen_name\":\"RuaLten\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":1431,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"location\":\"Dans les champs de Bl\\u00e9...\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"828561\",\"followers_count\":186,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"description\":\"Un peu partout et nulle part \\u00e0 la fois... Buveur de bi\\u00e8re belge et d'Irish Whiskey. R\\u00e2leur professionnel... \\u2620\\u2620\\u2620\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"359827989\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"profile_sidebar_fill_color\":\"62a635\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"name\":\"RuaLten\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 22 07:12:46 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":359827989,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/rualten.perso.sfr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187405157892098,\"created_at\":\"Fri Feb 24 23:27:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2909000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "20b9af07-b858-401d-9612-6953bdfb3756-173187405157892098" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw merci pour les blagues #carambar", +"img": { +"src": "http://a0.twimg.com/profile_images/1421767677/n775859914_630617_3556_normal.jpg" +}, +"title": "Thibaut: #lgw merci pour les blagues #carambar", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2909000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw merci pour les blagues #carambar\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"carambar\",\"indices\":[28,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187403312410624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":438,\"screen_name\":\"thibautchampey\",\"lang\":\"fr\",\"profile_text_color\":\"c8c8cc\",\"statuses_count\":154,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"location\":\"Paris \",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0c0d0d\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"description\":\"Communication enabled geek.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3b3d3d\",\"id_str\":\"282143992\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"profile_sidebar_fill_color\":\"68696e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"name\":\"Thibaut\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 14 16:45:25 +0000 2011\",\"profile_sidebar_border_color\":\"e6ebe4\",\"id\":282143992,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"https:\\/\\/sites.google.com\\/site\\/thibautchampey\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187403312410624,\"created_at\":\"Fri Feb 24 23:27:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2909000, +"tags": [ +{ +"id-ref": "f033aef2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2d47bc0e-f834-4617-a253-5c8f92e2addd-173187403312410624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'aime beaucoup cette nouvelle version :) cc @FlorencePorcel @francoisrollin @Vinvin @LeGrandWebze #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1664317301/1_normal.jpg" +}, +"title": "Le Tavernier: J'aime beaucoup cette nouvelle version :) cc @FlorencePorcel @francoisrollin @Vinvin @LeGrandWebze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2911000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'aime beaucoup cette nouvelle version :) cc @FlorencePorcel @francoisrollin @Vinvin @LeGrandWebze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[45,60],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173},{\"screen_name\":\"francoisrollin\",\"indices\":[61,76],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076},{\"screen_name\":\"Vinvin\",\"indices\":[77,84],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"LeGrandWebze\",\"indices\":[85,98],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[99,103]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187413827530752\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":108,\"screen_name\":\"le_tavernier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2147,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/100416419\\/background-twitter.jpg\",\"location\":\"Kaamelott\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"da9500\",\"followers_count\":624,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1664317301\\/1_normal.jpg\",\"description\":\"Le fan site d\\u00e9di\\u00e9 \\u00e0 la s\\u00e9rie Kaamelott & \\u00e0 ses acteurs.\\r\\n#Kaamelott #AlexandreAstier #HeroCorp #Perceval #Karadoc #Kadoc\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"140058264\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/100416419\\/background-twitter.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1664317301\\/1_normal.jpg\",\"name\":\"Le Tavernier\",\"default_profile_image\":false,\"created_at\":\"Tue May 04 13:00:37 +0000 2010\",\"profile_sidebar_border_color\":\"cccccc\",\"id\":140058264,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/www.auberge-des-deux-renards.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187413827530752,\"created_at\":\"Fri Feb 24 23:27:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2911000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7fa66586-02ff-43cb-8ab7-a9e144c55b75-173187413827530752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @B_Roger_Petit: Vinvin est sympathique, mais son #lgw relève de l'abus de biens sociaux et télévisuels", +"img": { +"src": "http://a0.twimg.com/profile_images/1840929418/gabuzo_normal.png" +}, +"title": "FauxLoverVerified : RT @B_Roger_Petit: Vinvin est sympathique, mais son #lgw relève de l'abus de biens sociaux et télévisuels", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2912000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @B_Roger_Petit: Vinvin est sympathique, mais son #lgw rel\\u00e8ve de l'abus de biens sociaux et t\\u00e9l\\u00e9visuels\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"B_Roger_Petit\",\"indices\":[3,17],\"name\":\"Bruno Roger-Petit\",\"id_str\":\"48949826\",\"id\":48949826}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Vinvin est sympathique, mais son #lgw rel\\u00e8ve de l'abus de biens sociaux et t\\u00e9l\\u00e9visuels\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184860716941313\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"B_Roger_Petit\",\"lang\":\"fr\",\"favourites_count\":19,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":977,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":6588,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"description\":\"En \\u00e9tat de Grace... \",\"statuses_count\":13851,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"show_all_inline_media\":false,\"listed_count\":245,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"48949826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Bruno Roger-Petit\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"created_at\":\"Sat Jun 20 07:03:26 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":48949826,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/brunorogerpetit\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\"},\"truncated\":false,\"id\":173184860716941313,\"created_at\":\"Fri Feb 24 23:17:43 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187417971494912\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"FauxLover\",\"lang\":\"fr\",\"favourites_count\":31,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":168,\"location\":\"France\",\"profile_text_color\":\"3E4415\",\"followers_count\":117,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1840929418\\/gabuzo_normal.png\",\"description\":\"Voui, je te Fauxlove ... ou pas .. mais est-ce que je te\\/tu [me] Love ? \",\"statuses_count\":1675,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/46045180\\/maths-shadock.gif\",\"show_all_inline_media\":true,\"listed_count\":12,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"62482925\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"FauxLoverVerified \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/46045180\\/maths-shadock.gif\",\"created_at\":\"Mon Aug 03 10:11:50 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":62482925,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840929418\\/gabuzo_normal.png\"},\"truncated\":false,\"id\":173187417971494912,\"created_at\":\"Fri Feb 24 23:27:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2912000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "366ac881-ccdb-43cf-936f-a747433d4385-173187417971494912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@LeGrandWebze: Notre comique est ici : @benoitlebreau #lgw” C'est un malade, ce mec! ;)", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: “@LeGrandWebze: Notre comique est ici : @benoitlebreau #lgw” C'est un malade, ce mec! ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2914000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@LeGrandWebze: Notre comique est ici : @benoitlebreau #lgw\\u201d C'est un malade, ce mec! ;)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[1,14],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"benoitlebreau\",\"indices\":[40,54],\"id_str\":\"267290862\",\"name\":\"Benoit Lebreau\",\"id\":267290862}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187423784812545\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4895,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187423784812545,\"created_at\":\"Fri Feb 24 23:27:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2914000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9a4dcc51-abb9-4e6e-bc20-17f7031f7778-173187423784812545" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@benoitlebreau <3 #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1757569804/eyes_normal.jpg" +}, +"title": "Cédric COUTRON: @benoitlebreau <3 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2914000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@benoitlebreau <3 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"benoitlebreau\",\"indices\":[0,14],\"id_str\":\"267290862\",\"name\":\"Benoit Lebreau\",\"id\":267290862}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187424221003776\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"267290862\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":628,\"screen_name\":\"CCOUTRON\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15977,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/273259598\\/Delacroix1.jpg\",\"location\":\"Bordeaux\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"038543\",\"followers_count\":815,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1757569804\\/eyes_normal.jpg\",\"description\":\"\\u00c9tudiant en philosophie, passionn\\u00e9 d'astronomie, fl\\u00e2neur du web & un peu blogueur...\\r\\n\\r\\n\\u00ab Il faut choisir : se reposer ou \\u00eatre libre. \\u00bb Thucydide\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"190306273\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/273259598\\/Delacroix1.jpg\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757569804\\/eyes_normal.jpg\",\"name\":\"C\\u00e9dric COUTRON\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 13 16:30:35 +0000 2010\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":190306273,\"utc_offset\":3600,\"favourites_count\":799,\"url\":\"http:\\/\\/desmotsetdesmondes.fr\"},\"in_reply_to_screen_name\":\"benoitlebreau\",\"truncated\":false,\"id\":173187424221003776,\"created_at\":\"Fri Feb 24 23:27:54 +0000 2012\",\"in_reply_to_user_id\":267290862}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2914000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b59db31d-c8c6-47cb-affc-0e3557806050-173187424221003776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": ".. Parfait #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: .. Parfait #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2914000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\".. Parfait #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187427224129539\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":591,\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"profile_text_color\":\"520000\",\"statuses_count\":18713,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"followers_count\":507,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"d61d08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"name\":\"Camille .\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":93848420,\"utc_offset\":-36000,\"favourites_count\":14,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187427224129539,\"created_at\":\"Fri Feb 24 23:27:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2914000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bbfce5ee-f783-42a9-a9cf-9f168827603a-173187427224129539" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Elyx0 Ouais j'sais pas j'suis pas dans le truc. je crois que #lgw m'a amené sur une autre planète.", +"img": { +"src": "http://a0.twimg.com/profile_images/1814098448/314794_210032089063819_100001710898222_564665_1634244495_n_normal.jpeg" +}, +"title": "Cyril Labitte: @Elyx0 Ouais j'sais pas j'suis pas dans le truc. je crois que #lgw m'a amené sur une autre planète.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2915000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Elyx0\",\"favorited\":false,\"text\":\"@Elyx0 Ouais j'sais pas j'suis pas dans le truc. je crois que #lgw m'a amen\\u00e9 sur une autre plan\\u00e8te.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Elyx0\",\"indices\":[0,6],\"name\":\"Elyx0\",\"id_str\":\"77785842\",\"id\":77785842}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"in_reply_to_user_id\":77785842,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173187200954023937,\"in_reply_to_status_id_str\":\"173187200954023937\",\"id_str\":\"173187430143369216\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Labitte_\",\"lang\":\"en\",\"favourites_count\":1069,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":381,\"location\":\"Aire\\/la lys, Lille,\",\"profile_text_color\":\"333333\",\"followers_count\":750,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1814098448\\/314794_210032089063819_100001710898222_564665_1634244495_n_normal.jpeg\",\"description\":\"Labitte, c'est mon nom de famille IRL. Geek stade terminal. je ne fais pas le moine. Whovian. CM de @laMenaceParty\",\"statuses_count\":22241,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":54,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"39702371\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Cyril Labitte\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed May 13 06:27:14 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":39702371,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1814098448\\/314794_210032089063819_100001710898222_564665_1634244495_n_normal.jpeg\"},\"truncated\":false,\"id\":173187430143369216,\"created_at\":\"Fri Feb 24 23:27:55 +0000 2012\",\"in_reply_to_user_id_str\":\"77785842\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2915000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "afa0d13f-08d8-48dd-9e1a-120ea70bdd7a-173187430143369216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Benoît. Consternation. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1689863523/331385963_normal.jpg" +}, +"title": "Rajae: Benoît. Consternation. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2917000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Beno\\u00eet. Consternation. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[23,27]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187437651169281\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"FFFFFF\",\"screen_name\":\"Rajae_M_\",\"lang\":\"en\",\"favourites_count\":1120,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1567,\"location\":\"Belgique avec un gouvernement\",\"profile_text_color\":\"0d020d\",\"followers_count\":4580,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1689863523\\/331385963_normal.jpg\",\"description\":\"Quand il y a trop de poils, je vois pubien.\\nCM de @LisePressac.\",\"statuses_count\":98854,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/406096990\\/twilk_background_4f1b18a583251.jpg\",\"show_all_inline_media\":false,\"listed_count\":365,\"profile_link_color\":\"BF1238\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"BF1238\",\"protected\":false,\"id_str\":\"65035525\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Rajae\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/406096990\\/twilk_background_4f1b18a583251.jpg\",\"created_at\":\"Wed Aug 12 13:31:45 +0000 2009\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"id\":65035525,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1689863523\\/331385963_normal.jpg\"},\"truncated\":false,\"id\":173187437651169281,\"created_at\":\"Fri Feb 24 23:27:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2917000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "86c16a52-b77b-495b-9d06-b95ba20cea17-173187437651169281" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai honte je connaissais les 2 blagues de Benoît #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1052546198/gang_elmyra_normal.jpg" +}, +"title": "Melanouille: J'ai honte je connaissais les 2 blagues de Benoît #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2918000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'ai honte je connaissais les 2 blagues de Beno\\u00eet #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187441010819072\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Melanouille\",\"lang\":\"en\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":174,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":78,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1052546198\\/gang_elmyra_normal.jpg\",\"description\":\"Chouineuse obsessionnelle\",\"statuses_count\":2782,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"43318485\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Melanouille\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri May 29 12:12:30 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":43318485,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/cbth.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1052546198\\/gang_elmyra_normal.jpg\"},\"truncated\":false,\"id\":173187441010819072,\"created_at\":\"Fri Feb 24 23:27:58 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2918000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "858cedfb-8522-4f7c-8f1d-ad17fa68aee3-173187441010819072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le grand malaise. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1703065016/twitterdec11_normal.jpg" +}, +"title": "Alvin Haddadène: Le grand malaise. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2919000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Le grand malaise. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[18,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187446505340928\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"CC3366\",\"screen_name\":\"Alvin_Stick\",\"lang\":\"fr\",\"favourites_count\":273,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":512,\"location\":\"Paris, France\",\"profile_text_color\":\"362720\",\"followers_count\":392,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"description\":\"21 ans. Gaymer. C\\u00e9libataire. Inspir\\u00e9 d'un fait r\\u00e9el. Chef de rubrique sur http:\\/\\/www.tomsgames.fr, pigiste au magazine Online Gamer, heureux co-papa de \\u21b4\",\"statuses_count\":7005,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"B40B43\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fa87f6\",\"protected\":false,\"id_str\":\"115834046\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Alvin Haddad\\u00e8ne\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"created_at\":\"Sat Feb 20 03:45:26 +0000 2010\",\"profile_sidebar_fill_color\":\"E5507E\",\"id\":115834046,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.latraverseedustick.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\"},\"truncated\":false,\"id\":173187446505340928,\"created_at\":\"Fri Feb 24 23:27:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2919000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f37bef3b-266a-4ff0-923b-80f553ea4aa0-173187446505340928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je ne sais pas quoi penser de #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836394665/tn__2__normal.jpg" +}, +"title": "Caro ツ: Je ne sais pas quoi penser de #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2920000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je ne sais pas quoi penser de #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187450389266432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"Kawoot\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1522,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"CC3366\",\"followers_count\":86,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836394665\\/tn__2__normal.jpg\",\"description\":\"\\u00ab Kawoot \\u00bb - 19 ans, \\u00e9tudiante en Management. Voue un culte aux chats et \\u00e0 Nintendo !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"id_str\":\"60894052\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836394665\\/tn__2__normal.jpg\",\"name\":\"Caro \\u30c4\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 28 12:49:03 +0000 2009\",\"profile_sidebar_border_color\":\"DBE9ED\",\"id\":60894052,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/nintendo-difference.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187450389266432,\"created_at\":\"Fri Feb 24 23:28:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2920000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "165da69e-da7c-4df2-83d5-0a47b9719664-173187450389266432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "A quand une citation de @BoucherieOvalie sur #lgw @legrandwebze", +"img": { +"src": "http://a1.twimg.com/profile_images/1759868176/P1000360_normal.JPG" +}, +"title": "G Astruc: A quand une citation de @BoucherieOvalie sur #lgw @legrandwebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2920000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"A quand une citation de @BoucherieOvalie sur #lgw @legrandwebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BoucherieOvalie\",\"indices\":[24,40],\"id_str\":\"260277866\",\"name\":\"Boucherie Ovalie\",\"id\":260277866},{\"screen_name\":\"LeGrandWebze\",\"indices\":[50,63],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187449546227714\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":33,\"screen_name\":\"31guytou\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":90,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Aussonne\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1759868176\\/P1000360_normal.JPG\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"281139632\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759868176\\/P1000360_normal.JPG\",\"name\":\"G Astruc\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 12 18:26:37 +0000 2011\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":281139632,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/m.facebook.com\\/gastruc1\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187449546227714,\"created_at\":\"Fri Feb 24 23:28:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2920000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9804bbdb-e8ac-43f8-8111-8a7c9c745850-173187449546227714" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Hahahahaha Benoît", +"img": { +"src": "http://a1.twimg.com/profile_images/1541259223/Marko_normal.jpg" +}, +"title": "Pereira Yohan: #lgw Hahahahaha Benoît", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2924000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Hahahahaha Beno\\u00eet\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187465719463937\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"PereiraYohan\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":149,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099B9\",\"followers_count\":20,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1541259223\\/Marko_normal.jpg\",\"description\":\"Anim\\u00e9 par la Swaggance discr\\u00e8te. (Parfois m\\u00eame avec le style d'veste qui s'pr\\u00eate)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"256120874\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1541259223\\/Marko_normal.jpg\",\"name\":\"Pereira Yohan\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 22 18:09:57 +0000 2011\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":256120874,\"utc_offset\":null,\"favourites_count\":56,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187465719463937,\"created_at\":\"Fri Feb 24 23:28:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2924000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2510c942-3607-453d-817b-b95fd832689a-173187465719463937" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Café hola ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1303108307/twitter_normal.jpg" +}, +"title": "Marie Derrien: Café hola ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2924000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Caf\\u00e9 hola ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187467711754240\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":88,\"screen_name\":\"SpaMwa\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":610,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1303108307\\/twitter_normal.jpg\",\"description\":\"Community engagement manager, John Steed's pixels deputy. IRL: Social network - and coffee - addict en mode veille\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"id_str\":\"278461363\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1303108307\\/twitter_normal.jpg\",\"name\":\"Marie Derrien\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 07 09:55:21 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":278461363,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187467711754240,\"created_at\":\"Fri Feb 24 23:28:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2924000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "31b70887-65f0-4ae2-b372-43a58610a20c-173187467711754240" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "M'en fiche, je vais tricher... #ilReste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1729744823/test_44444_normal.jpg" +}, +"title": "Vincent Touati: M'en fiche, je vais tricher... #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2925000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"M'en fiche, je vais tricher... #ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[31,39]},{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187470832320514\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":85,\"screen_name\":\"vinsouille\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9709,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/199204001\\/overview_hero3_20100607.png\",\"location\":\"Montpellier\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"009999\",\"followers_count\":367,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1729744823\\/test_44444_normal.jpg\",\"description\":\"Podcasteur (@laminuteapple) Passionn\\u00e9 par les nouvelles technologies, la communication et l'actualit\\u00e9. Veille #Apple #M\\u00e9dias #R\\u00e9seaux #Web\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"030303\",\"id_str\":\"243352289\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/199204001\\/overview_hero3_20100607.png\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1729744823\\/test_44444_normal.jpg\",\"name\":\"Vincent Touati\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 26 21:25:27 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":243352289,\"utc_offset\":null,\"favourites_count\":5,\"url\":\"http:\\/\\/vincent-touati.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187470832320514,\"created_at\":\"Fri Feb 24 23:28:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2925000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e2c62b9e-d0d7-41a7-9013-9a84bcf56bc9-173187470832320514" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw content de revoir les blagues foireuses. On revient aux fondamentaux ! #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1658546588/solidarnosc_normal.jpg" +}, +"title": "Miguel Teixeira: #lgw content de revoir les blagues foireuses. On revient aux fondamentaux ! #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2926000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw content de revoir les blagues foireuses. On revient aux fondamentaux ! #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[76,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187476763058176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":258,\"screen_name\":\"migteix\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2719,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Orleans\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":268,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"description\":\"blogueur orl\\u00e9anais, parle surtout d'actu locale et sort 2\\/3 blagues de temps en temps...\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"3543511\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"name\":\"Miguel Teixeira\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 05 18:00:09 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":3543511,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.coteboulevard.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187476763058176,\"created_at\":\"Fri Feb 24 23:28:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2926000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "24f97704-7eac-4bfd-834b-861a5f2d7414-173187476763058176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @pandanael: Ça y est, ils sont en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. Mémé, si tu m'entends ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1844691230/profile_normal.png" +}, +"title": "Lynda Sweez : RT @pandanael: Ça y est, ils sont en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. Mémé, si tu m'entends ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2927000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @pandanael: \\u00c7a y est, ils sont en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. M\\u00e9m\\u00e9, si tu m'entends ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pandanael\",\"indices\":[3,13],\"id_str\":\"177984098\",\"name\":\"justice pandine\",\"id\":177984098}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[71,75]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00c7a y est, ils sont en TT, c'est le moment d'utiliser le #Lgw pour faire passer des revendications. M\\u00e9m\\u00e9, si tu m'entends : JE TE BISE !!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[56,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186022623023104\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1340,\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"profile_text_color\":\"1a0e1a\",\"statuses_count\":28275,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"location\":\"Bambouseraie\",\"show_all_inline_media\":false,\"listed_count\":193,\"profile_link_color\":\"9058d1\",\"followers_count\":2570,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"profile_sidebar_fill_color\":\"f5fafa\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"name\":\"justice pandine\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_border_color\":\"adffef\",\"id\":177984098,\"utc_offset\":3600,\"favourites_count\":1862,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186022623023104,\"created_at\":\"Fri Feb 24 23:22:20 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187478872801281\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":444,\"screen_name\":\"zedalynews\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10700,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"location\":\"Coin:C dans une cale en bourre\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"e072c1\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\",\"description\":\"Les jeux de mots, c'est mon dada. Amin approuve ce message. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"244639293\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\",\"name\":\"Lynda Sweez \",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 19:45:40 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":244639293,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.jeBoxeAvecNemo.com\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173187478872801281,\"created_at\":\"Fri Feb 24 23:28:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2927000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "18d6bc8b-8d6f-4e2f-a032-a092a47cd3cd-173187478872801281" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw benoît se surpasse j ai mal aux tripes", +"img": { +"src": "http://a0.twimg.com/profile_images/1845362154/3E0EC892-FEB3-44FD-AA98-331512B5799F_normal" +}, +"title": "Jmc: #lgw benoît se surpasse j ai mal aux tripes", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2927000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw beno\\u00eet se surpasse j ai mal aux tripes\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187480646987777\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1022,\"screen_name\":\"Jmcorradi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3546,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Marseille\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":185,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845362154\\/3E0EC892-FEB3-44FD-AA98-331512B5799F_normal\",\"description\":\"Ne supporte pas la mauvaise foi et l injustice.motard et guitariste ex triathlete .soutien de #FH2012 \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"436663652\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845362154\\/3E0EC892-FEB3-44FD-AA98-331512B5799F_normal\",\"name\":\"Jmc\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 14 12:15:39 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":436663652,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187480646987777,\"created_at\":\"Fri Feb 24 23:28:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2927000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1e91ca5e-26ef-4efe-b65f-d0e38cee8ee7-173187480646987777" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Benoît fait des bides. Mais ça se voit pas trop en fait puisque c'est comme ça depuis le début de l'émission. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: Benoît fait des bides. Mais ça se voit pas trop en fait puisque c'est comme ça depuis le début de l'émission. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2927000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Beno\\u00eet fait des bides. Mais \\u00e7a se voit pas trop en fait puisque c'est comme \\u00e7a depuis le d\\u00e9but de l'\\u00e9mission. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[110,114]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187481322266624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5854,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187481322266624,\"created_at\":\"Fri Feb 24 23:28:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2927000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c2822b29-db4e-4589-b42d-117ce3d9c96e-173187481322266624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw lgw m'a tué, mon lit est plus drôle, désolé là j'accroche pas", +"img": { +"src": "http://a2.twimg.com/profile_images/1685061192/Photo_du_10-12-11___15.18_normal.jpg" +}, +"title": "DelloyeCoiteux: #lgw lgw m'a tué, mon lit est plus drôle, désolé là j'accroche pas", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2928000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw lgw m'a tu\\u00e9, mon lit est plus dr\\u00f4le, d\\u00e9sol\\u00e9 l\\u00e0 j'accroche pas\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187485260722176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":276,\"screen_name\":\"DelloyeCoiteux\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2107,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":89,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"description\":\"Design, Architecture, Photographie, Web et autres petites curiosit\\u00e9s\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"433388967\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"name\":\"DelloyeCoiteux\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 10 14:14:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":433388967,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187485260722176,\"created_at\":\"Fri Feb 24 23:28:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2928000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "47598845-0beb-4382-8cb7-bb40559b2c1e-173187485260722176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai l'impression de voir l'after des César #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1208257718/fec6df7cd4eb97aa7b16d4f6a7d9be24_normal.jpeg" +}, +"title": "Weale: J'ai l'impression de voir l'after des César #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2930000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai l'impression de voir l'after des C\\u00e9sar #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187491359240192\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":142,\"screen_name\":\"Wealeee\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":984,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":63,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1208257718\\/fec6df7cd4eb97aa7b16d4f6a7d9be24_normal.jpeg\",\"description\":\"I'm a fookin rocket scientist.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"141983952\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1208257718\\/fec6df7cd4eb97aa7b16d4f6a7d9be24_normal.jpeg\",\"name\":\"Weale\",\"default_profile_image\":false,\"created_at\":\"Sun May 09 16:03:11 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":141983952,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187491359240192,\"created_at\":\"Fri Feb 24 23:28:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2930000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "44f9a005-ff41-48f3-bfac-480fcb780750-173187491359240192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'avais trouvé Momo! J'adore les blagues de Benoît #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1780196925/anonymous2_normal.png" +}, +"title": "Abrutim: J'avais trouvé Momo! J'adore les blagues de Benoît #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2930000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'avais trouv\\u00e9 Momo! J'adore les blagues de Beno\\u00eet #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-0.6388556,44.8111671],[-0.5334955,44.8111671],[-0.5334955,44.9163535],[-0.6388556,44.9163535]]]},\"attributes\":{},\"full_name\":\"Bordeaux, Gironde\",\"name\":\"Bordeaux\",\"id\":\"1b606b052d77a745\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/1b606b052d77a745.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-0.55506992,44.84445953]},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.twitter.com\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Windows Phone\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[44.84445953,-0.55506992]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187493552857090\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"abrutim\",\"lang\":\"fr\",\"favourites_count\":24,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":550,\"location\":\"Bordeaux\",\"profile_text_color\":\"333333\",\"followers_count\":1143,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\",\"description\":\"\\u250c\\u041f\\u2510(\\u0ca0_\\u0ca0)\\u250c\\u041f\\u2510| Chroniqueur chez GeekInc, Blogueur BD int\\u00e9ress\\u00e9 par le Webdev,photo, dessin, comics, manga, s\\u00e9ries, guitare, hard rock, metal, guinness et whisky !\",\"statuses_count\":10391,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"show_all_inline_media\":false,\"listed_count\":59,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"169861930\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Abrutim\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"created_at\":\"Fri Jul 23 10:19:49 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":169861930,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/lightbulb.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\"},\"truncated\":false,\"id\":173187493552857090,\"created_at\":\"Fri Feb 24 23:28:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2930000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d4e69df8-4594-4914-a7b3-4726204d66d8-173187493552857090" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @ToYonos: Les truc d'internet dit oralement en vrai à la télé ça les rend au mieux bizarre, au pire pas drôle en fait #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1364937450/Velociraptor-_n1297974585380__normal.jpg" +}, +"title": "Frisko: RT @ToYonos: Les truc d'internet dit oralement en vrai à la télé ça les rend au mieux bizarre, au pire pas drôle en fait #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2930000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @ToYonos: Les truc d'internet dit oralement en vrai \\u00e0 la t\\u00e9l\\u00e9 \\u00e7a les rend au mieux bizarre, au pire pas dr\\u00f4le en fait #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ToYonos\",\"indices\":[3,11],\"id_str\":\"234760025\",\"name\":\"Toyo\",\"id\":234760025}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[121,125]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Les truc d'internet dit oralement en vrai \\u00e0 la t\\u00e9l\\u00e9 \\u00e7a les rend au mieux bizarre, au pire pas dr\\u00f4le en fait #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[108,112]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185363475562496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":163,\"screen_name\":\"ToYonos\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1424,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/377610278\\/hfr4droid512.png\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":131,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1840742864\\/photo_normal.png\",\"description\":\"Yet another geek who likes geek stuff and spends wayyyyyy too much time on the internet.\\r\\n\\r\\nMy Android apps : https:\\/\\/market.android.com\\/developer?pub=ToYonos\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f7f7\",\"id_str\":\"234760025\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377610278\\/hfr4droid512.png\",\"profile_sidebar_fill_color\":\"d4e4b6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840742864\\/photo_normal.png\",\"name\":\"Toyo\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 06 14:07:52 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":234760025,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/toyonos.info\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185363475562496,\"created_at\":\"Fri Feb 24 23:19:42 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187491891912704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":112,\"screen_name\":\"Francisc0_San\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":584,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1364937450\\/Velociraptor-_n1297974585380__normal.jpg\",\"description\":\"G\\u00b2H\\r\\n66,6% Geek, 33,3% Hipster\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"303400092\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1364937450\\/Velociraptor-_n1297974585380__normal.jpg\",\"name\":\"Frisko\",\"default_profile_image\":false,\"created_at\":\"Sun May 22 20:09:59 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":303400092,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":\"http:\\/\\/frisco.ultra-book.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187491891912704,\"created_at\":\"Fri Feb 24 23:28:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2930000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "462e0d65-8309-4fc7-96f9-11a88d673085-173187491891912704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Adieu Benoît... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1579669504/TwittRockpetit_normal.jpg" +}, +"title": "Calamity: Adieu Benoît... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2931000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Adieu Beno\\u00eet... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187494920208385\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":511,\"screen_name\":\"Calamity_vt\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11591,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105993344\\/lacprintemps10_twitter.JPG\",\"location\":\"Gen\\u00e8ve - Suisse\",\"show_all_inline_media\":true,\"listed_count\":52,\"profile_link_color\":\"b00756\",\"followers_count\":404,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1579669504\\/TwittRockpetit_normal.jpg\",\"description\":\"Toujours connect\\u00e9e sauf quand je d\\u00e9connecte,je navigue entre expos,livres et concerts.A veces,twitteo tambien en castellano (mal,pero por lo menos lo intento)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"14393888\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105993344\\/lacprintemps10_twitter.JPG\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579669504\\/TwittRockpetit_normal.jpg\",\"name\":\"Calamity\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 06:46:02 +0000 2008\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":14393888,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/calamity.over-blog.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187494920208385,\"created_at\":\"Fri Feb 24 23:28:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2931000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5bfe07e8-918a-4f24-aa22-835e8a87b742-173187494920208385" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "... (silence pesant)... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1768647050/3Y977L9m_normal" +}, +"title": "AlexM: ... (silence pesant)... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2933000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"... (silence pesant)... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187506483888128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":54,\"screen_name\":\"9_AlexM\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":92,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768647050\\/3Y977L9m_normal\",\"description\":\"N\\u00b09 chanteur, au bon esprit permanent (en principe) .\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"467299523\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768647050\\/3Y977L9m_normal\",\"name\":\"AlexM\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 18 09:57:42 +0000 2012\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":467299523,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187506483888128,\"created_at\":\"Fri Feb 24 23:28:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2933000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6dff253c-5563-41cb-8458-a992d2c4652c-173187506483888128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ,même le LT de #lgw est plus fun que l'émission #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1850830186/densetsu3_normal.jpg" +}, +"title": "Johnny Dupuis: #lgw ,même le LT de #lgw est plus fun que l'émission #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2933000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw ,m\\u00eame le LT de #lgw est plus fun que l'\\u00e9mission #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"lgw\",\"indices\":[20,24]},{\"text\":\"lgw\",\"indices\":[53,57]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187503522717696\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"ElJojoGringo\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":131,\"location\":\"Europe, France, Lyon\",\"profile_text_color\":\"666666\",\"followers_count\":88,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850830186\\/densetsu3_normal.jpg\",\"description\":\"Titulaire d'un DUT SRC et d'une Licence pro Colibre.\\r\\nAmateur de cr\\u00e9ations graphiques et web.\\r\\nActuellement en recherche d'emploi.\",\"statuses_count\":909,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"214908787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Johnny Dupuis\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Fri Nov 12 14:42:54 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":214908787,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850830186\\/densetsu3_normal.jpg\"},\"truncated\":false,\"id\":173187503522717696,\"created_at\":\"Fri Feb 24 23:28:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2933000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae23e494-f7dc-4f9d-90fb-2bb7b435e2cb-173187503522717696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le #ilreste en TT France, c'est beau #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1807980780/hackathon_2_normal.png" +}, +"title": "Antoine Touzot: Le #ilreste en TT France, c'est beau #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2933000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le #ilreste en TT France, c'est beau #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[3,11]},{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187505364021248\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":131,\"screen_name\":\"antoinetouzot\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1202,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"location\":\"Montreuil\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"ff9900\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\",\"description\":\"\\u00c9tudiant H3 \\u00e0 @hetic (Montreuil) [Digital native] [Geek] ...\\r\\n[Alleeeeez l\\u00e0] [@SkipTheUse and @IziaMusic addict]\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"292929\",\"id_str\":\"123813930\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236891468\\/FD.jpg\",\"profile_sidebar_fill_color\":\"e6e6e6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1807980780\\/hackathon_2_normal.png\",\"name\":\"Antoine Touzot\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 17 08:56:06 +0000 2010\",\"profile_sidebar_border_color\":\"ff9900\",\"id\":123813930,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/lesconfdusud.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187505364021248,\"created_at\":\"Fri Feb 24 23:28:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2933000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4b3af3eb-0564-47ae-97df-556963ab4cb4-173187505364021248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Très belle imitation des Cesars de @Benoitlebreau. #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1813693284/photo__3__normal.JPG" +}, +"title": "Charly M.: Très belle imitation des Cesars de @Benoitlebreau. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2933000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Tr\\u00e8s belle imitation des Cesars de @Benoitlebreau. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"benoitlebreau\",\"indices\":[35,49],\"name\":\"Benoit Lebreau\",\"id_str\":\"267290862\",\"id\":267290862}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[51,55]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187505393377280\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5e69ab\",\"screen_name\":\"SeriousCharly\",\"lang\":\"en\",\"favourites_count\":652,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":199,\"location\":\"Paris\",\"profile_text_color\":\"050303\",\"followers_count\":1946,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"description\":\"Ours parisien de 20 ans, \\u00e9tudiant en \\u00e9cole de commerce \\u00e0 Nantes et lyonnais de coeur. Je r\\u00e2le contre tout et je tweete foot.\",\"statuses_count\":59228,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"show_all_inline_media\":true,\"listed_count\":147,\"profile_link_color\":\"2c30ab\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c2bec2\",\"protected\":false,\"id_str\":\"149298036\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Charly M.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"created_at\":\"Fri May 28 23:10:49 +0000 2010\",\"profile_sidebar_fill_color\":\"dcdded\",\"id\":149298036,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/CharIy\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\"},\"truncated\":false,\"id\":173187505393377280,\"created_at\":\"Fri Feb 24 23:28:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2933000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c4e34abc-2b2b-45d5-804e-b1d8d2bcc0a6-173187505393377280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les blagues de Benoît tiennent toutes leurs promesses ... #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1561040191/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg" +}, +"title": "Pauline : Les blagues de Benoît tiennent toutes leurs promesses ... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2933000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les blagues de Beno\\u00eet tiennent toutes leurs promesses ... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187503266865152\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":62,\"screen_name\":\"PolineLP\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1389,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"location\":\"Lorient\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"990000\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\",\"description\":\"Accro aux s\\u00e9ries, \\u00e0 l'humour & \\u00e0 la musique mais aussi \\u00e9tudiante en M1 Professorat des \\u00e9coles quelque part en Bretagne...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"380413697\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\",\"name\":\"Pauline \",\"default_profile_image\":false,\"created_at\":\"Mon Sep 26 16:18:08 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":380413697,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187503266865152,\"created_at\":\"Fri Feb 24 23:28:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2933000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "70cd74b0-df00-476a-a302-d470867f646e-173187503266865152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW : pour Benoit, c'est : Tu sors", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW : pour Benoit, c'est : Tu sors", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2934000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW : pour Benoit, c'est : Tu sors\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187510816604163\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187510816604163,\"created_at\":\"Fri Feb 24 23:28:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2934000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a594b859-1b41-4aee-b134-d6dadd90da2d-173187510816604163" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Momo motus, j'ai ri #honte #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836489540/humanrage1_normal.jpg" +}, +"title": "Androids: Momo motus, j'ai ri #honte #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2936000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Momo motus, j'ai ri #honte #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"honte\",\"indices\":[20,26]},{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187517460393984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":188,\"screen_name\":\"Androids974\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1501,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":68,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"description\":\"Spectateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"id_str\":\"58974537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"name\":\"Androids\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 22 00:25:26 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":58974537,\"utc_offset\":null,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187517460393984,\"created_at\":\"Fri Feb 24 23:28:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2936000, +"tags": [ +{ +"id-ref": "f036bdf4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4af0d1c6-e391-49a3-9ddf-a17f731678c5-173187517460393984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@PriscillienGac ouais c'est parceque j'ai pas le droit de boire d'alcool ce soir ! #demainjaiski #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1348620857/aa_normal.JPG" +}, +"title": "A Warnia de Zarzecki: @PriscillienGac ouais c'est parceque j'ai pas le droit de boire d'alcool ce soir ! #demainjaiski #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2936000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@PriscillienGac ouais c'est parceque j'ai pas le droit de boire d'alcool ce soir ! #demainjaiski #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PriscillienGac\",\"indices\":[0,15],\"id_str\":\"202715185\",\"name\":\"Priscillien Gac\",\"id\":202715185}],\"urls\":[],\"hashtags\":[{\"text\":\"demainjaiski\",\"indices\":[83,96]},{\"text\":\"lgw\",\"indices\":[97,101]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183925420691456\",\"id_str\":\"173187516722200577\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183925420691456,\"in_reply_to_user_id_str\":\"202715185\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"alexwaza\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":516,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"location\":\"St Mand\\u00e9\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"007ede\",\"followers_count\":320,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"description\":\"\\u00c9tudiant en troisi\\u00e8me ann\\u00e9e \\u00e0 @HETIC.\\r\\nJ'erre sur Twitter sans domaine de pr\\u00e9dilection, vous voil\\u00e0 avertis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"201387157\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"profile_sidebar_fill_color\":\"d9d9d9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"name\":\"A Warnia de Zarzecki\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 11 18:53:07 +0000 2010\",\"profile_sidebar_border_color\":\"c7cce0\",\"id\":201387157,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"PriscillienGac\",\"truncated\":false,\"id\":173187516722200577,\"created_at\":\"Fri Feb 24 23:28:16 +0000 2012\",\"in_reply_to_user_id\":202715185}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2936000, +"tags": [ +{ +"id-ref": "f036de88-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b2817f53-6a6c-406d-b115-a447a0ef126d-173187516722200577" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw on vient de vivre un grand moment de solitude", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "sebule: #lgw on vient de vivre un grand moment de solitude", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2936000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw on vient de vivre un grand moment de solitude\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187518299258881\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":5,\"screen_name\":\"sebule\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"245705081\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"sebule\",\"default_profile_image\":true,\"created_at\":\"Tue Feb 01 08:45:20 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":245705081,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187518299258881,\"created_at\":\"Fri Feb 24 23:28:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2936000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4efc1383-7d11-4902-bf74-02da819e1f01-173187518299258881" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Aïe … moment de solitude ! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1395423345/11_normal.JPG" +}, +"title": "Tony: Aïe … moment de solitude ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2937000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"A\\u00efe \\u2026 moment de solitude ! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187519851134976\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"thony911\",\"lang\":\"fr\",\"favourites_count\":211,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1840,\"location\":\"Rennes - Paris FRANCE\",\"profile_text_color\":\"333333\",\"followers_count\":1200,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1395423345\\/11_normal.JPG\",\"description\":\"Animateur Radio, Sp\\u00e9cialiste Buzz et M\\u00e9dias Tv et Radio. \\u00e9missions sp\\u00e9ciales sur Goom Radio. Red\\/C Buzzmoica.fr, BuzzMedias.net...Mes tweets n'engagent que moi\",\"statuses_count\":20282,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/418968589\\/Wallpaper_TV_by_demonic_madness.jpg\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"91351817\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Tony\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418968589\\/Wallpaper_TV_by_demonic_madness.jpg\",\"created_at\":\"Fri Nov 20 14:34:32 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":91351817,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/buzzmedias.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1395423345\\/11_normal.JPG\"},\"truncated\":false,\"id\":173187519851134976,\"created_at\":\"Fri Feb 24 23:28:17 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2937000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d2ea1c49-3058-4a3e-9fbd-d5f21c0c52e1-173187519851134976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah bah voilà, même eux ont envie de mourir maintenant \\o/ #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1703065016/twitterdec11_normal.jpg" +}, +"title": "Alvin Haddadène: Ah bah voilà, même eux ont envie de mourir maintenant \\o/ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2937000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah bah voil\\u00e0, m\\u00eame eux ont envie de mourir maintenant \\\\o\\/ #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187523043004416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":512,\"screen_name\":\"Alvin_Stick\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":7005,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"B40B43\",\"followers_count\":392,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"description\":\"21 ans. Gaymer. C\\u00e9libataire. Inspir\\u00e9 d'un fait r\\u00e9el. Chef de rubrique sur http:\\/\\/www.tomsgames.fr, pigiste au magazine Online Gamer, heureux co-papa de \\u21b4\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fa87f6\",\"id_str\":\"115834046\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"name\":\"Alvin Haddad\\u00e8ne\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 20 03:45:26 +0000 2010\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":115834046,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/www.latraverseedustick.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187523043004416,\"created_at\":\"Fri Feb 24 23:28:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2937000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "578f3814-5272-4f5c-bc6d-0604f6509a79-173187523043004416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@BlackEco Les blagues de Benoït sur #LGW.", +"img": { +"src": "http://a2.twimg.com/profile_images/1776332006/Zeke_normal.jpg" +}, +"title": "[T61] Rémy S.: @BlackEco Les blagues de Benoït sur #LGW.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2938000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"BlackEco\",\"favorited\":false,\"text\":\"@BlackEco Les blagues de Beno\\u00eft sur #LGW.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"BlackEco\",\"indices\":[0,9],\"name\":\"Axel Leroy\",\"id_str\":\"94871785\",\"id\":94871785}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[36,40]}]},\"in_reply_to_user_id\":94871785,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173187393409662976,\"in_reply_to_status_id_str\":\"173187393409662976\",\"id_str\":\"173187524674600961\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"ThatVeryBadFlip\",\"lang\":\"fr\",\"favourites_count\":27,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":103,\"location\":\"France - 66500, Prades\",\"profile_text_color\":\"333333\",\"followers_count\":112,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\",\"description\":\"I don't know tweeting in English very well . But when I do, it's in French.\",\"statuses_count\":11102,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"169bde\",\"protected\":false,\"id_str\":\"165862367\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"[T61] R\\u00e9my S.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"created_at\":\"Mon Jul 12 18:48:22 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":165862367,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\"},\"truncated\":false,\"id\":173187524674600961,\"created_at\":\"Fri Feb 24 23:28:18 +0000 2012\",\"in_reply_to_user_id_str\":\"94871785\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2938000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f0828be6-c364-40bb-bb84-84b19644047b-173187524674600961" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "beaufs ou bobos : choisis ton camp camarade #CI vs #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1608180831/djesus_normal.jpg" +}, +"title": "josse: beaufs ou bobos : choisis ton camp camarade #CI vs #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2938000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"beaufs ou bobos : choisis ton camp camarade #CI vs #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[44,47]},{\"text\":\"lgw\",\"indices\":[51,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187525458931712\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":181,\"screen_name\":\"jossedenice\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":294,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Nice, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":52,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1608180831\\/djesus_normal.jpg\",\"description\":\"Ni\\u00e7ois, Andalou et Funky\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"215554577\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1608180831\\/djesus_normal.jpg\",\"name\":\"josse\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 14 07:57:19 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":215554577,\"utc_offset\":3600,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187525458931712,\"created_at\":\"Fri Feb 24 23:28:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2938000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "31d1d323-ba12-471f-9941-24a6e9392260-173187525458931712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche #lgw peux tu enlever un bouton de la chemise d'un des deux animateurs? ;-)", +"img": { +"src": "http://a3.twimg.com/profile_images/1839682968/zzzzzzzzzzzzzzzzzzzz_normal.png" +}, +"title": "Alexandre Laflèche: @LudoDelaherche #lgw peux tu enlever un bouton de la chemise d'un des deux animateurs? ;-)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2940000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LudoDelaherche #lgw peux tu enlever un bouton de la chemise d'un des deux animateurs? ;-)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173186604087775233\",\"id_str\":\"173187535151972352\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186604087775233,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":305,\"screen_name\":\"alexlafleche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":537,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"paris\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":148,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1839682968\\/zzzzzzzzzzzzzzzzzzzz_normal.png\",\"description\":\"#Socialmedia consultant, @You_socialmedia founder. Socialmedia paris TV, e-branding monitoring www.alexlafleche.com, TV & Radio #relationalbranding\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"id_str\":\"70361991\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839682968\\/zzzzzzzzzzzzzzzzzzzz_normal.png\",\"name\":\"Alexandre Lafl\\u00e8che\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 31 10:30:15 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":70361991,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/twitter.com\\/you_socialmedia\"},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173187535151972352,\"created_at\":\"Fri Feb 24 23:28:20 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2940000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c546ce9f-ecd8-4898-b3d2-0d0ea9d7128b-173187535151972352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vas-y là, Alf en gros plan, ça me dégoûte ! x) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1809665149/moi_normal.jpg" +}, +"title": "Lucja: Vas-y là, Alf en gros plan, ça me dégoûte ! x) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2941000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vas-y l\\u00e0, Alf en gros plan, \\u00e7a me d\\u00e9go\\u00fbte ! x) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187540201914368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":113,\"screen_name\":\"BloodyLucy\",\"lang\":\"fr\",\"profile_text_color\":\"2b1b0c\",\"statuses_count\":1855,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/303352474\\/fond_tumblr.jpg\",\"location\":\"LRY\\/\\/ Nantes \\/\\/ Le Mans\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"3c755f\",\"followers_count\":105,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1809665149\\/moi_normal.jpg\",\"description\":\"25 ans | Assistante d'Education | Blogueuse | Tea addict | Musique, Histoire de l'Art, Russie.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"3c755f\",\"id_str\":\"143031933\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/303352474\\/fond_tumblr.jpg\",\"profile_sidebar_fill_color\":\"ece3cb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809665149\\/moi_normal.jpg\",\"name\":\"Lucja\",\"default_profile_image\":false,\"created_at\":\"Wed May 12 11:50:47 +0000 2010\",\"profile_sidebar_border_color\":\"ece3cb\",\"id\":143031933,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.bloodylucy.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187540201914368,\"created_at\":\"Fri Feb 24 23:28:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2941000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "18610351-2afa-49a3-8001-57387e630ae2-173187540201914368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1693634492/Photo0092_normal.jpg" +}, +"title": "alcina denis: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2941000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":203,\"profile_link_color\":\"0084B4\",\"followers_count\":54712,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187537362366464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":13,\"screen_name\":\"AlcinaD\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":4,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"9D582E\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1693634492\\/Photo0092_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"8B542B\",\"id_str\":\"437043251\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1693634492\\/Photo0092_normal.jpg\",\"name\":\"alcina denis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 14 23:06:35 +0000 2011\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":437043251,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187537362366464,\"created_at\":\"Fri Feb 24 23:28:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2941000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "39c6a2e2-3417-47a2-b542-3624aa82b965-173187537362366464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @ToYonos: Les truc d'internet dit oralement en vrai à la télé ça les rend au mieux bizarre, au pire pas drôle en fait #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1831001512/2011-10-23_16.03.09-liberte_normal.jpg" +}, +"title": "Momo la Re-Touiture: RT @ToYonos: Les truc d'internet dit oralement en vrai à la télé ça les rend au mieux bizarre, au pire pas drôle en fait #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2941000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @ToYonos: Les truc d'internet dit oralement en vrai \\u00e0 la t\\u00e9l\\u00e9 \\u00e7a les rend au mieux bizarre, au pire pas dr\\u00f4le en fait #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ToYonos\",\"indices\":[3,11],\"id_str\":\"234760025\",\"name\":\"Toyo\",\"id\":234760025}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[121,125]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Les truc d'internet dit oralement en vrai \\u00e0 la t\\u00e9l\\u00e9 \\u00e7a les rend au mieux bizarre, au pire pas dr\\u00f4le en fait #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[108,112]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185363475562496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":163,\"screen_name\":\"ToYonos\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1424,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/377610278\\/hfr4droid512.png\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":131,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1840742864\\/photo_normal.png\",\"description\":\"Yet another geek who likes geek stuff and spends wayyyyyy too much time on the internet.\\r\\n\\r\\nMy Android apps : https:\\/\\/market.android.com\\/developer?pub=ToYonos\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f7f7\",\"id_str\":\"234760025\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377610278\\/hfr4droid512.png\",\"profile_sidebar_fill_color\":\"d4e4b6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840742864\\/photo_normal.png\",\"name\":\"Toyo\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 06 14:07:52 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":234760025,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/toyonos.info\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185363475562496,\"created_at\":\"Fri Feb 24 23:19:42 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187536863240192\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"MGZALLP\",\"lang\":\"fr\",\"profile_text_color\":\"141314\",\"statuses_count\":15284,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/359898780\\/2011-10-23_15.54.36-fd.jpg\",\"location\":\"Wherever I lay my hat\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":308,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1831001512\\/2011-10-23_16.03.09-liberte_normal.jpg\",\"description\":\"Restez calmes et bon hiver :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e2ebf0\",\"id_str\":\"87951400\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/359898780\\/2011-10-23_15.54.36-fd.jpg\",\"profile_sidebar_fill_color\":\"dadbe8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1831001512\\/2011-10-23_16.03.09-liberte_normal.jpg\",\"name\":\"Momo la Re-Touiture\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 06 14:32:34 +0000 2009\",\"profile_sidebar_border_color\":\"eaeff2\",\"id\":87951400,\"utc_offset\":3600,\"favourites_count\":914,\"url\":\"http:\\/\\/morgat.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187536863240192,\"created_at\":\"Fri Feb 24 23:28:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2941000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "30ac3932-65aa-415b-ae67-9b9e1b638608-173187536863240192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Benoi iPart de suite! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1792164247/34747_410352029110_7837888_n_normal.jpg" +}, +"title": "sébastien faure: Benoi iPart de suite! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2944000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Benoi iPart de suite! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187549907533824\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"FaureSeb\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":194,\"location\":\"\",\"profile_text_color\":\"666666\",\"followers_count\":76,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792164247\\/34747_410352029110_7837888_n_normal.jpg\",\"description\":\"Etudiant en strat\\u00e9gie, web social feeder. Cocktail lover. #bordeaux\\r\\nhttp:\\/\\/www.linkedin.com\\/pub\\/s\\u00e9bastien-faure\\/43\\/980\\/a86\",\"statuses_count\":800,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"164194543\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"s\\u00e9bastien faure\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Thu Jul 08 07:53:14 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":164194543,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792164247\\/34747_410352029110_7837888_n_normal.jpg\"},\"truncated\":false,\"id\":173187549907533824,\"created_at\":\"Fri Feb 24 23:28:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2944000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8f2d8e21-0dfc-418d-af58-ba16cd1bc761-173187549907533824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mon avatar porte tout le monde là sur la pile #cqui. Je sais pas si je vais tenir. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: Mon avatar porte tout le monde là sur la pile #cqui. Je sais pas si je vais tenir. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2945000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mon avatar porte tout le monde l\\u00e0 sur la pile #cqui. Je sais pas si je vais tenir. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[46,51]},{\"text\":\"lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187554886160384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1033,\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":3558,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"followers_count\":668,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"name\":\"Bastien Joseph\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":191087175,\"utc_offset\":null,\"favourites_count\":10,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187554886160384,\"created_at\":\"Fri Feb 24 23:28:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2945000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ab0b9f13-3c9b-48e9-8942-72314d7030c8-173187554886160384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Benoit c'est bof bof #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: Benoit c'est bof bof #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2945000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Benoit c'est bof bof #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[21,25]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187556060561408\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":69,\"location\":\"Marseille\\/Paris\",\"profile_text_color\":\"3E4415\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"statuses_count\":5142,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Matthieu Michel\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":68460513,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\"},\"truncated\":false,\"id\":173187556060561408,\"created_at\":\"Fri Feb 24 23:28:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2945000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "79089abd-d982-4f77-8c29-4cb4a98a4c00-173187556060561408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "heu .. ok je vais zappé le #lgw qui fait pas vraiment honneur au web ... et je vais écrire #bonnenuit", +"img": { +"src": "http://a3.twimg.com/profile_images/1612726261/avatar-dworld4_normal.jpg" +}, +"title": "David - D-World.fr: heu .. ok je vais zappé le #lgw qui fait pas vraiment honneur au web ... et je vais écrire #bonnenuit", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2946000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"heu .. ok je vais zapp\\u00e9 le #lgw qui fait pas vraiment honneur au web ... et je vais \\u00e9crire #bonnenuit\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]},{\"text\":\"bonnenuit\",\"indices\":[91,101]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187559894155264\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"misterDWorld\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1992,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":1495,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612726261\\/avatar-dworld4_normal.jpg\",\"description\":\"Vid\\u00e9o blogueur multi-casquettes !\",\"statuses_count\":2584,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/276082299\\/twilk_background_4e032385221eb.jpg\",\"show_all_inline_media\":true,\"listed_count\":80,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"23421620\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"David - D-World.fr\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/276082299\\/twilk_background_4e032385221eb.jpg\",\"created_at\":\"Mon Mar 09 10:32:13 +0000 2009\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":23421620,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.d-world.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612726261\\/avatar-dworld4_normal.jpg\"},\"truncated\":false,\"id\":173187559894155264,\"created_at\":\"Fri Feb 24 23:28:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2946000, +"tags": [ +{ +"id-ref": "f03831a2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a9bd5ce3-07ab-4b02-afdd-b8dab708c169-173187559894155264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sur la 5, ils font du coworking super tard #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1620685427/PF-LOGO-CARRE_normal.jpg" +}, +"title": "Petit Fayot: Sur la 5, ils font du coworking super tard #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2946000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Sur la 5, ils font du coworking super tard #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187559445364738\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":165,\"screen_name\":\"Boyrivent\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":587,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1620685427\\/PF-LOGO-CARRE_normal.jpg\",\"description\":\"Graphiste, illustrateur et Petit Fayot\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"159516984\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1620685427\\/PF-LOGO-CARRE_normal.jpg\",\"name\":\"Petit Fayot\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 25 16:09:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":159516984,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/www.petitfayot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187559445364738,\"created_at\":\"Fri Feb 24 23:28:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2946000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3fa0c544-bd9c-4d99-9abd-bc9ceb92aee6-173187559445364738" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La deuxième encore plus #lgw (mais je suis quand même mort de rire)", +"img": { +"src": "http://a0.twimg.com/profile_images/1732222031/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg" +}, +"title": "Brice Lahaye: La deuxième encore plus #lgw (mais je suis quand même mort de rire)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2947000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"La deuxi\\u00e8me encore plus #lgw (mais je suis quand m\\u00eame mort de rire)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187562704351232\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"bricelahaye\",\"lang\":\"en\",\"favourites_count\":8,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":369,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":70,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1732222031\\/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg\",\"description\":\"\\u00c9tudiant en journalisme \\u00e0 Sciences Po Rennes. N'arrive jamais en retard parce que DETESTE Phil Collins. \",\"statuses_count\":128,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/428619100\\/press-dl.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"216310703\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Brice Lahaye\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428619100\\/press-dl.jpg\",\"created_at\":\"Tue Nov 16 10:41:07 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":216310703,\"follow_request_sent\":null,\"utc_offset\":-36000,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732222031\\/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg\"},\"truncated\":false,\"id\":173187562704351232,\"created_at\":\"Fri Feb 24 23:28:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2947000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "772865a4-6aac-4d3f-963a-66129b7d08e4-173187562704351232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh mon dieu, je commence à avoir peur, j'ai trouvé ce qu'il allait dire avec motus #sos #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848652502/332954645_normal.jpg" +}, +"title": "Leila Agic: Oh mon dieu, je commence à avoir peur, j'ai trouvé ce qu'il allait dire avec motus #sos #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2947000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh mon dieu, je commence \\u00e0 avoir peur, j'ai trouv\\u00e9 ce qu'il allait dire avec motus #sos #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"sos\",\"indices\":[83,87]},{\"text\":\"lgw\",\"indices\":[88,92]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187562091986945\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1197,\"screen_name\":\"LeilaAgic\",\"lang\":\"fr\",\"profile_text_color\":\"d61170\",\"statuses_count\":13607,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"23acc4\",\"followers_count\":1721,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"description\":\"Ancienne co-Responsable Internet et campagne jeunes pour @RoyalSegolene lors de primaires citoyennes. Socialo-Ecolo-S\\u00e9gol\\u00e9niste #SRoyal \\/ #FH2012 \\/ #NVB2012\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"79575617\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"name\":\"Leila Agic\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 03 22:02:21 +0000 2009\",\"profile_sidebar_border_color\":\"f50e48\",\"id\":79575617,\"utc_offset\":3600,\"favourites_count\":200,\"url\":\"http:\\/\\/on.fb.me\\/hSrN0O\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187562091986945,\"created_at\":\"Fri Feb 24 23:28:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2947000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0388814-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a4ac8223-66c6-40fb-982e-d23691f8d8b1-173187562091986945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon pour ceux qui n'auraient pas compris je regarde la meilleure émission #interactive @LeGrandWebze #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1279537389/image_normal.jpg" +}, +"title": "vincent denise: Bon pour ceux qui n'auraient pas compris je regarde la meilleure émission #interactive @LeGrandWebze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2948000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon pour ceux qui n'auraient pas compris je regarde la meilleure \\u00e9mission #interactive @LeGrandWebze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[87,100],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"interactive\",\"indices\":[74,86]},{\"text\":\"lgw\",\"indices\":[101,105]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187569822076928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":397,\"screen_name\":\"yesnoornext\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2733,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257185356\\/mosa2.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":215,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1279537389\\/image_normal.jpg\",\"description\":\"Concepteur web et mobiles. Passionn\\u00e9 par la communication et le graphisme. Amateur de bourgogne et de Google.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"252186404\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257185356\\/mosa2.jpg\",\"profile_sidebar_fill_color\":\"ccefff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1279537389\\/image_normal.jpg\",\"name\":\"vincent denise\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 14 17:34:27 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":252186404,\"utc_offset\":3600,\"favourites_count\":95,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187569822076928,\"created_at\":\"Fri Feb 24 23:28:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2948000, +"tags": [ +{ +"id-ref": "f038a790-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "485411b5-e225-464f-914b-8ca1836e177b-173187569822076928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier", +"img": { +"src": "http://a1.twimg.com/profile_images/1369265250/Logo_-_Nopanik_2009_normal.jpg" +}, +"title": "Oreo: RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2949000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @monsieurlam: Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"monsieurlam\",\"indices\":[3,15],\"id_str\":\"7993262\",\"name\":\"L\\u00e2m HUA\",\"id\":7993262}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[113,117]},{\"text\":\"ruquier\",\"indices\":[118,126]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Et vraiment, forever ruling law : citer des tweets oralement annule tout leur potentiel de lol. #lgw #ruquier\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]},{\"text\":\"ruquier\",\"indices\":[101,109]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183333382098944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"monsieurlam\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10180,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":543,\"profile_link_color\":\"0084B4\",\"followers_count\":21598,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"description\":\"+ links \\r\\n+ my life \\r\\n+ no reply \\r\\n+ @decate \\r\\n+ @lense \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"7993262\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/129612647\\/boredcat_normal.jpg\",\"name\":\"L\\u00e2m HUA\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 06 14:07:39 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":7993262,\"utc_offset\":3600,\"favourites_count\":133,\"url\":\"http:\\/\\/www.monsieurlam.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183333382098944,\"created_at\":\"Fri Feb 24 23:11:38 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187571634028544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":202,\"screen_name\":\"nopanikeu\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":403,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Australia !\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1369265250\\/Logo_-_Nopanik_2009_normal.jpg\",\"description\":\"IP\\/IT Law student back on tracks temporarily. #Magfia Member. Let's go get lost. But before : let's get my diploma (and my internship, and my job, and my... ) \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"304822447\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1369265250\\/Logo_-_Nopanik_2009_normal.jpg\",\"name\":\"Oreo\",\"default_profile_image\":false,\"created_at\":\"Wed May 25 05:06:12 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":304822447,\"utc_offset\":null,\"favourites_count\":43,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187571634028544,\"created_at\":\"Fri Feb 24 23:28:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2949000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb8ff2c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3b750a0f-20fe-401c-9b0d-1b11a0ad7fb8-173187571634028544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allez oust #lgw Benoit m'a tuer !!! Mais que diable @francoisrollin est-il allé faire dans cette galère ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1840602431/MyGoogle_Avatar1_normal.png" +}, +"title": "Guillaume Maurin: Allez oust #lgw Benoit m'a tuer !!! Mais que diable @francoisrollin est-il allé faire dans cette galère ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2949000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Allez oust #lgw Benoit m'a tuer !!! Mais que diable @francoisrollin est-il all\\u00e9 faire dans cette gal\\u00e8re ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[52,67],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187574066716672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":394,\"screen_name\":\"gmaurin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15768,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"location\":\"France - Bretagne - Toulouse\",\"show_all_inline_media\":true,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":428,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"description\":\"Du pass\\u00e9 faisons table en marbre ........ #Geek #Rugby #Prof - http:\\/\\/gplus.gmaurin.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"48504688\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"name\":\"Guillaume Maurin\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 18 21:54:30 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":48504688,\"utc_offset\":3600,\"favourites_count\":58,\"url\":\"http:\\/\\/www.gmaurin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187574066716672,\"created_at\":\"Fri Feb 24 23:28:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2949000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e3106ff7-f543-4481-8add-690c4bc97eaf-173187574066716672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Benoît est un comique en devenir c'est sûr !!", +"img": { +"src": "http://a1.twimg.com/profile_images/1803169085/DSC01443_normal.JPG" +}, +"title": "Benjamin Aguillon: #lgw Benoît est un comique en devenir c'est sûr !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2949000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Beno\\u00eet est un comique en devenir c'est s\\u00fbr !!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187572724547584\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"Balcidebava\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":102,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez moi\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"description\":\"L'homme face \\u00e0 l'absurde\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"482835609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"name\":\"Benjamin Aguillon\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 04 10:52:02 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":482835609,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187572724547584,\"created_at\":\"Fri Feb 24 23:28:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2949000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ba19f5a5-59db-4781-8c3d-7839d500dc15-173187572724547584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vive les blagues de Benoît ps: #ICqui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1799267847/southparkpersomoi_normal.jpg" +}, +"title": "petit_berurier: Vive les blagues de Benoît ps: #ICqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2950000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vive les blagues de Beno\\u00eet ps: #ICqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ICqui\",\"indices\":[31,37]},{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187574607781888\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":31,\"screen_name\":\"petit_berurier\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":11,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1799267847\\/southparkpersomoi_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"481310344\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799267847\\/southparkpersomoi_normal.jpg\",\"name\":\"petit_berurier\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 02 15:44:54 +0000 2012\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":481310344,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187574607781888,\"created_at\":\"Fri Feb 24 23:28:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2950000, +"tags": [ +{ +"id-ref": "f039163a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4f8d1b76-6d89-4c3b-aea5-be6db0b98e54-173187574607781888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw mais c'est quoi ce truc ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1695396065/_MG_1161_pp2__800x600__normal.jpg" +}, +"title": "Fabrice Meuwissen: #lgw mais c'est quoi ce truc ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2950000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw mais c'est quoi ce truc ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[1.4799363,43.4892288],[1.5333783,43.4892288],[1.5333783,43.5272653],[1.4799363,43.5272653]]]},\"attributes\":{},\"full_name\":\"Castanet-Tolosan, Haute-Garonne\",\"name\":\"Castanet-Tolosan\",\"id\":\"719b363302dd47a8\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/719b363302dd47a8.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187577820626944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":694,\"screen_name\":\"Brainfight\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":718,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"43.514565,1.512321\",\"show_all_inline_media\":false,\"listed_count\":30,\"profile_link_color\":\"009999\",\"followers_count\":414,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1695396065\\/_MG_1161_pp2__800x600__normal.jpg\",\"description\":\"Entrepreneur, Neuromarketing addict, UX, Business Angel, photographer and App maker\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"113304873\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695396065\\/_MG_1161_pp2__800x600__normal.jpg\",\"name\":\"Fabrice Meuwissen\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 11 09:59:07 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":113304873,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/www.obviousidea.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187577820626944,\"created_at\":\"Fri Feb 24 23:28:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2950000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "01b4801e-3de5-4b38-9a80-23e841bc628c-173187577820626944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste François Rollin", +"img": { +"src": "http://a3.twimg.com/profile_images/306009323/1245972520740_normal.jpg" +}, +"title": "Bibule: #lgw #ilreste François Rollin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2951000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste Fran\\u00e7ois Rollin\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187578768535552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"schlopf\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":10,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/306009323\\/1245972520740_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"14742333\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/306009323\\/1245972520740_normal.jpg\",\"name\":\"Bibule\",\"default_profile_image\":false,\"created_at\":\"Mon May 12 09:33:51 +0000 2008\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":14742333,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187578768535552,\"created_at\":\"Fri Feb 24 23:28:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2951000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1d9c9985-87a1-4c07-ad27-60628d72d7cc-173187578768535552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW en famille dans les 2 sevres bonjours a tous", +"img": { +"src": "http://a1.twimg.com/profile_images/1437002627/DSCN4392_normal.jpg" +}, +"title": "Alban Liabeuf: #LGW en famille dans les 2 sevres bonjours a tous", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2951000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW en famille dans les 2 sevres bonjours a tous\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187579854848000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":161,\"screen_name\":\"Albanliabeuf\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":410,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris la D\\u00e9fense \",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":50,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1437002627\\/DSCN4392_normal.jpg\",\"description\":\"vous les autres et moi, mode, photos, finance, geek et n'importe quoi \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"25846622\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1437002627\\/DSCN4392_normal.jpg\",\"name\":\"Alban Liabeuf\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 22 17:27:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":25846622,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/alban-liabeuf\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187579854848000,\"created_at\":\"Fri Feb 24 23:28:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2951000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a74b000b-0281-422a-9d5e-c14d420ca9ab-173187579854848000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@B_Roger_Petit: @ZaraA Le pire c'est qu'un directeur de chaîne programme ça... Hallucinant” #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1606679449/image_normal.jpg" +}, +"title": "Arthur Delacorta: “@B_Roger_Petit: @ZaraA Le pire c'est qu'un directeur de chaîne programme ça... Hallucinant” #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2951000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@B_Roger_Petit: @ZaraA Le pire c'est qu'un directeur de cha\\u00eene programme \\u00e7a... Hallucinant\\u201d #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"B_Roger_Petit\",\"indices\":[1,15],\"id_str\":\"48949826\",\"name\":\"Bruno Roger-Petit\",\"id\":48949826},{\"screen_name\":\"ZaraA\",\"indices\":[17,23],\"id_str\":\"7031872\",\"name\":\"Emmanuel Torregano\",\"id\":7031872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187582346268672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1663,\"screen_name\":\"ArthurDelacorta\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":9836,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":33,\"profile_link_color\":\"FF0000\",\"followers_count\":508,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1606679449\\/image_normal.jpg\",\"description\":\"L\\u2019utopie est \\u00e0 la politique, ce qu\\u2019est le fantasme \\u00e0 la sexualit\\u00e9. Le d\\u00e9sir guid\\u00e9 par nos utopies et nos fantasmes doit faire progresser notre vie.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"21702648\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1606679449\\/image_normal.jpg\",\"name\":\"Arthur Delacorta\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 23 22:36:57 +0000 2009\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":21702648,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/delacorta.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187582346268672,\"created_at\":\"Fri Feb 24 23:28:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2951000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5a8bb491-5908-4a8a-84bd-8278e2ebadc2-173187582346268672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non mais c'est sûr, il faut aimer le second degré et les univers décalés pour apprécier #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1801974559/51VNTOCGF1L._SS400__normal.jpg" +}, +"title": "Guillaume Gurdil: Non mais c'est sûr, il faut aimer le second degré et les univers décalés pour apprécier #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2952000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Non mais c'est s\\u00fbr, il faut aimer le second degr\\u00e9 et les univers d\\u00e9cal\\u00e9s pour appr\\u00e9cier #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[88,92]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187585303248896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":164,\"screen_name\":\"gurdiiil\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2782,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"description\":\"Geek\\/Nerd, drogu\\u00e9 \\u00e0 la musique, atterr\\u00e9 perp\\u00e9tuel (parce qu'indign\\u00e9, c'est galvaud\\u00e9) qui garde le sens de l'humour (beh ouais, faut bien!)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"89754233\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"name\":\"Guillaume Gurdil\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 13 17:56:00 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":89754233,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/luniquemonsieurtoutlemonde.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187585303248896,\"created_at\":\"Fri Feb 24 23:28:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2952000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "988f2a60-8106-414f-8b9f-91288cc81f88-173187585303248896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Like_A_NiinJa: C'est ça.. RT“@PeteMcVries: Avant tu tweetais des émissions télé, maintenant tu regardes Twitter à la télé. #LGW”", +"img": { +"src": "http://a2.twimg.com/profile_images/1258484592/image_normal.jpg" +}, +"title": "Marie DM: RT @Like_A_NiinJa: C'est ça.. RT“@PeteMcVries: Avant tu tweetais des émissions télé, maintenant tu regardes Twitter à la télé. #LGW”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2952000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Like_A_NiinJa: C'est \\u00e7a.. RT\\u201c@PeteMcVries: Avant tu tweetais des \\u00e9missions t\\u00e9l\\u00e9, maintenant tu regardes Twitter \\u00e0 la t\\u00e9l\\u00e9. #LGW\\u201d\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Like_A_NiinJa\",\"indices\":[3,17],\"name\":\"FredO myGod\",\"id_str\":\"97677496\",\"id\":97677496},{\"screen_name\":\"PeteMcVries\",\"indices\":[33,45],\"name\":\"PeteMcVries\",\"id_str\":\"258422519\",\"id\":258422519}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[127,131]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est \\u00e7a.. RT\\u201c@PeteMcVries: Avant tu tweetais des \\u00e9missions t\\u00e9l\\u00e9, maintenant tu regardes Twitter \\u00e0 la t\\u00e9l\\u00e9. #LGW\\u201d\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PeteMcVries\",\"indices\":[14,26],\"name\":\"PeteMcVries\",\"id_str\":\"258422519\",\"id\":258422519}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[108,112]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187123783008256\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Like_A_NiinJa\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":243,\"location\":\"In Southern France\",\"profile_text_color\":\"666666\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851426105\\/image_normal.jpg\",\"description\":\"... a #FreeMind for a #FreeWorld.. Sinon j'suis aussi ninja, alors pour le reste, on s'tweet ;) #FollowMe(OuPas)\",\"statuses_count\":82,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"985FA3\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"97677496\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"FredO myGod\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Fri Dec 18 14:27:20 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":97677496,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851426105\\/image_normal.jpg\"},\"truncated\":false,\"id\":173187123783008256,\"created_at\":\"Fri Feb 24 23:26:42 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187583118020611\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"2d3438\",\"screen_name\":\"mariedm1234\",\"lang\":\"en\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":118,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1258484592\\/image_normal.jpg\",\"description\":\"Etudiante ing\\u00e9nieure. Aime #cuisine, #musique, #cin\\u00e9ma, #vin, #web, #rire. Je ne sais pas ce que je ferai plus tard, mais je sais ce que je ne ferai pas !\",\"statuses_count\":254,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"357b94\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"254728025\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marie DM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Feb 19 21:53:51 +0000 2011\",\"profile_sidebar_fill_color\":\"8fcae6\",\"id\":254728025,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1258484592\\/image_normal.jpg\"},\"truncated\":false,\"id\":173187583118020611,\"created_at\":\"Fri Feb 24 23:28:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2952000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "975d723a-30c1-4f6b-8c0d-fa1361d49814-173187583118020611" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche Ouais, raffute le comme Beauxis #TeamSF sur Vincent Clerc #cqui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @LudoDelaherche Ouais, raffute le comme Beauxis #TeamSF sur Vincent Clerc #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2952000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LudoDelaherche Ouais, raffute le comme Beauxis #TeamSF sur Vincent Clerc #cqui #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"TeamSF\",\"indices\":[48,55]},{\"text\":\"cqui\",\"indices\":[74,79]},{\"text\":\"lgw\",\"indices\":[80,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173187399495585792\",\"id_str\":\"173187585814962177\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173187399495585792,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34422,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173187585814962177,\"created_at\":\"Fri Feb 24 23:28:32 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2952000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73ddc0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "47589ef6-737c-4ff6-98b4-805f5807066a-173187585814962177" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "la 2ème était drole #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: la 2ème était drole #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2952000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"la 2\\u00e8me \\u00e9tait drole #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187586045644800\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":196,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":519,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"statuses_count\":3886,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marcel Comics\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":386966557,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/boucherie-ovalie.org\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\"},\"truncated\":false,\"id\":173187586045644800,\"created_at\":\"Fri Feb 24 23:28:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2952000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ffad110d-5ad3-4f15-ad19-f03284c25595-173187586045644800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw C'est quoi le tweeter de Benoît svp ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1541259223/Marko_normal.jpg" +}, +"title": "Pereira Yohan: #lgw C'est quoi le tweeter de Benoît svp ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2954000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw C'est quoi le tweeter de Beno\\u00eet svp ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187594606223360\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"PereiraYohan\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":149,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099B9\",\"followers_count\":20,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1541259223\\/Marko_normal.jpg\",\"description\":\"Anim\\u00e9 par la Swaggance discr\\u00e8te. (Parfois m\\u00eame avec le style d'veste qui s'pr\\u00eate)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"256120874\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1541259223\\/Marko_normal.jpg\",\"name\":\"Pereira Yohan\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 22 18:09:57 +0000 2011\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":256120874,\"utc_offset\":null,\"favourites_count\":56,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187594606223360,\"created_at\":\"Fri Feb 24 23:28:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2954000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "55a0b4b4-54eb-4e78-bc1f-10d48aa76dfd-173187594606223360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Putain, #lgw ça s'améliore pas.", +"img": { +"src": "http://a3.twimg.com/profile_images/1825207783/zombiedino_normal.jpg" +}, +"title": "Arkhr: Putain, #lgw ça s'améliore pas.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2956000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Putain, #lgw \\u00e7a s'am\\u00e9liore pas.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187599324819457\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":459,\"screen_name\":\"Arkhr\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":18995,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/97456630\\/wood.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":61,\"profile_link_color\":\"0aa800\",\"followers_count\":810,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1825207783\\/zombiedino_normal.jpg\",\"description\":\"Sir, I can by all odds be a dinosaur that knows how to play video games. Online Marketing Manager in the daytime. Original Internets Seal Of Quality.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"20901858\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/97456630\\/wood.jpg\",\"profile_sidebar_fill_color\":\"e6e6e6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1825207783\\/zombiedino_normal.jpg\",\"name\":\"Arkhr\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 15 09:35:17 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":20901858,\"utc_offset\":3600,\"favourites_count\":60,\"url\":\"http:\\/\\/rememberthegame.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187599324819457,\"created_at\":\"Fri Feb 24 23:28:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2956000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cb4871a4-cda5-41c7-80a8-9d11dbd7b53a-173187599324819457" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Écran noir @france5tv", +"img": { +"src": "http://a1.twimg.com/profile_images/1522186720/Laurent-Gloaguen-G00_normal.jpg" +}, +"title": "Laurent Gloaguen: #lgw Écran noir @france5tv", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2956000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw \\u00c9cran noir @france5tv\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[16,26],\"name\":\"France5\",\"id_str\":\"36932487\",\"id\":36932487}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187602286002176\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"7a7768\",\"screen_name\":\"embruns\",\"lang\":\"en\",\"favourites_count\":29,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":563,\"location\":\"Montr\\u00e9al, Qc, Canada\",\"profile_text_color\":\"333333\",\"followers_count\":4826,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"statuses_count\":21945,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Laurent Gloaguen\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_fill_color\":\"8c887c\",\"id\":6241412,\"follow_request_sent\":null,\"utc_offset\":-18000,\"url\":\"http:\\/\\/embruns.net\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\"},\"truncated\":false,\"id\":173187602286002176,\"created_at\":\"Fri Feb 24 23:28:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2956000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "28e2e099-6a01-4793-b13b-89f30a76849e-173187602286002176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@legrandwebze #LGW #ilReste #ilPart #cQui #change2one ben… il fait ce qu'il veut le François Rolin il est libre", +"img": { +"src": "http://a3.twimg.com/profile_images/1814979577/AE411689-A36E-46DF-8FE0-6646617A7055_normal" +}, +"title": "picaboubx: @legrandwebze #LGW #ilReste #ilPart #cQui #change2one ben… il fait ce qu'il veut le François Rolin il est libre", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2958000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@legrandwebze #LGW #ilReste #ilPart #cQui #change2one ben\\u2026 il fait ce qu'il veut le Fran\\u00e7ois Rolin il est libre\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[15,19]},{\"text\":\"ilReste\",\"indices\":[20,28]},{\"text\":\"ilPart\",\"indices\":[29,36]},{\"text\":\"cQui\",\"indices\":[37,42]},{\"text\":\"change2one\",\"indices\":[43,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187611685429248\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"picaboubx\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":486,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1814979577\\/AE411689-A36E-46DF-8FE0-6646617A7055_normal\",\"description\":\"petit nouveau sur Twitter mais vieux machin sur la toile\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"373867891\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1814979577\\/AE411689-A36E-46DF-8FE0-6646617A7055_normal\",\"name\":\"picaboubx\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 15 09:37:50 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":373867891,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173187611685429248,\"created_at\":\"Fri Feb 24 23:28:38 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2958000, +"tags": [ +{ +"id-ref": "f03a64ae-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d7f34480-83eb-4bcf-80e3-c0ea2f0d94ba-173187611685429248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ouais, je fausse le sondage, et alors ? #cQui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Ouais, je fausse le sondage, et alors ? #cQui #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2959000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ouais, je fausse le sondage, et alors ? #cQui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[40,45]},{\"text\":\"lgw\",\"indices\":[46,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187613950353408\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3247,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173187613950353408,\"created_at\":\"Fri Feb 24 23:28:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2959000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bb4e7be4-7dff-435b-9f6b-6cc81f4eaa18-173187613950353408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "V4 pas top j'ai préféré la 3eme emission #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1632512642/John_normal.jpg" +}, +"title": "Stephane : V4 pas top j'ai préféré la 3eme emission #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2959000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"V4 pas top j'ai pr\\u00e9f\\u00e9r\\u00e9 la 3eme emission #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187612830482432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":160,\"screen_name\":\"stefLP\",\"lang\":\"fr\",\"profile_text_color\":\"6a1e00\",\"statuses_count\":1541,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0800b6\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"description\":\"Je travaille dans le monde de l'informatique et des pharmacies (depuis 17 ans) , et \\u00e9galement auto-entrepreneur \\u00e0 mes temps perdus. http:\\/\\/about.me\\/bealcost\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffe9d9\",\"id_str\":\"11192742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"profile_sidebar_fill_color\":\"ffecd9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"name\":\"Stephane \",\"default_profile_image\":false,\"created_at\":\"Sat Dec 15 10:31:27 +0000 2007\",\"profile_sidebar_border_color\":\"001e0e\",\"id\":11192742,\"utc_offset\":3600,\"favourites_count\":42,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187612830482432,\"created_at\":\"Fri Feb 24 23:28:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2959000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "82b8ca7c-de13-49ba-9a59-cdf047595480-173187612830482432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Momo Momo motus #lgw ok j'avais la première je verrai pas après , y a tellement de gens doué sur l'Internet ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1848450170/poseur_normal.jpg" +}, +"title": "Pras: Momo Momo motus #lgw ok j'avais la première je verrai pas après , y a tellement de gens doué sur l'Internet ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2959000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Momo Momo motus #lgw ok j'avais la premi\\u00e8re je verrai pas apr\\u00e8s , y a tellement de gens dou\\u00e9 sur l'Internet ...\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187614931816449\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Praska\",\"lang\":\"en\",\"favourites_count\":195,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1362,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":3040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"description\":\"BOSS[Viedegeek + Bargaming]\\r\\nFirewall Karmique\\r\\n\",\"statuses_count\":48429,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b8085\",\"protected\":false,\"id_str\":\"15453030\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Pras\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"created_at\":\"Wed Jul 16 11:15:07 +0000 2008\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":15453030,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/flavors.me\\/praska\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\"},\"truncated\":false,\"id\":173187614931816449,\"created_at\":\"Fri Feb 24 23:28:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2959000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cfad9418-cff5-46f9-a536-5634b4ff9f14-173187614931816449" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Jonamaths: Allez les gens, on remonte le #cQui dans le classement ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/120005748/twitter-nykau_normal.jpg" +}, +"title": "Nicolas C.: RT @Jonamaths: Allez les gens, on remonte le #cQui dans le classement ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2960000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Jonamaths: Allez les gens, on remonte le #cQui dans le classement ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Jonamaths\",\"indices\":[3,13],\"id_str\":\"228777896\",\"name\":\"JonathanMM\",\"id\":228777896}],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[45,50]},{\"text\":\"lgw\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187617821700099\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":750,\"screen_name\":\"Nykau\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1706,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/381654323\\/130.Jpg\",\"location\":\"Rennes, Bretagne, France, UE, \",\"show_all_inline_media\":false,\"listed_count\":61,\"profile_link_color\":\"4d7787\",\"followers_count\":620,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/120005748\\/twitter-nykau_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"14796453\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381654323\\/130.Jpg\",\"profile_sidebar_fill_color\":\"edf3f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/120005748\\/twitter-nykau_normal.jpg\",\"name\":\"Nicolas C.\",\"default_profile_image\":false,\"created_at\":\"Fri May 16 08:04:42 +0000 2008\",\"profile_sidebar_border_color\":\"e6e6e6\",\"id\":14796453,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187617821700099,\"created_at\":\"Fri Feb 24 23:28:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2960000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "13de7dbe-ff41-4084-9ece-161ff0968513-173187617821700099" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW kiffe cette emission, je viens de rire à la blague Motus #emissiondeclareedutilitepublique merci @vinvin @francoisrollin @brunopatino", +"img": { +"src": "http://a3.twimg.com/profile_images/1421925544/clemlol_normal.jpg" +}, +"title": "Misterclem: #LGW kiffe cette emission, je viens de rire à la blague Motus #emissiondeclareedutilitepublique merci @vinvin @francoisrollin @brunopatino", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2961000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW kiffe cette emission, je viens de rire \\u00e0 la blague Motus #emissiondeclareedutilitepublique merci @vinvin @francoisrollin @brunopatino\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[102,109],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"francoisrollin\",\"indices\":[110,125],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076},{\"screen_name\":\"brunopatino\",\"indices\":[126,138],\"id_str\":\"11227042\",\"name\":\"brunopatino\",\"id\":11227042}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"emissiondeclareedutilitepublique\",\"indices\":[62,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187624335454208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"misterclem\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25124,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/386276214\\/clemlol.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":100,\"profile_link_color\":\"009999\",\"followers_count\":2265,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1421925544\\/clemlol_normal.jpg\",\"description\":\"Bloggueur, cinema, music, politique Web 2.0 Social Digital Strategist, Marketing. CM Com Online \\/ Opinions are my own \\uf8ff \\/ gplus.to\\/misterclem #universalmusic \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"11793022\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/386276214\\/clemlol.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421925544\\/clemlol_normal.jpg\",\"name\":\"Misterclem\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 03 10:57:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":11793022,\"utc_offset\":3600,\"favourites_count\":425,\"url\":\"http:\\/\\/www.clementlepetit.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187624335454208,\"created_at\":\"Fri Feb 24 23:28:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2961000, +"tags": [ +{ +"id-ref": "f03aec26-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e44930e8-8772-4488-8da5-5767e363cb77-173187624335454208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw http://t.co/keeBCKAz", +"img": { +"src": "http://a2.twimg.com/profile_images/1801682939/image_normal.jpg" +}, +"title": "alexandra evan: #lgw http://t.co/keeBCKAz", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2962000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#lgw http:\\/\\/t.co\\/keeBCKAz\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}],\"media\":[{\"type\":\"photo\",\"indices\":[5,25],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":768},\"medium\":{\"h\":800,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":453,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdJOfGCIAAHkn7.jpg\",\"id_str\":\"173187623890853888\",\"expanded_url\":\"http:\\/\\/twitter.com\\/alexevan\\/status\\/173187623886659585\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdJOfGCIAAHkn7.jpg\",\"id\":173187623890853888,\"display_url\":\"pic.twitter.com\\/keeBCKAz\",\"url\":\"http:\\/\\/t.co\\/keeBCKAz\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187623886659585\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":18,\"screen_name\":\"alexevan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":297,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":113,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"description\":\"Global Planning Director @ DDB interested in people, conversations, behaviour. Passionate by arequipe, wine & traveling. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"33499701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"name\":\"alexandra evan\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 20 12:45:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":33499701,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187623886659585,\"created_at\":\"Fri Feb 24 23:28:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2962000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e97f8879-1fa0-4be1-8d82-07be9e4bafe1-173187623886659585" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un moment de silence pour #benoît... C'est courageux de s'autoridiculiser en direct sur #LGW ;)", +"img": { +"src": "http://a0.twimg.com/profile_images/732688177/bi-cause_normal.jpg" +}, +"title": "Charles Liebert: Un moment de silence pour #benoît... C'est courageux de s'autoridiculiser en direct sur #LGW ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2964000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Un moment de silence pour #beno\\u00eet... C'est courageux de s'autoridiculiser en direct sur #LGW ;)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"beno\\u00eet\",\"indices\":[26,33]},{\"text\":\"LGW\",\"indices\":[88,92]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187635190304770\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"Charles_Liebert\",\"lang\":\"en\",\"favourites_count\":509,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1158,\"location\":\"Paris - Cap Ferret - Saugeras\",\"profile_text_color\":\"F522D5\",\"followers_count\":2044,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"statuses_count\":48081,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"show_all_inline_media\":true,\"listed_count\":156,\"profile_link_color\":\"1AF51F\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0F0F\",\"protected\":false,\"id_str\":\"610993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Charles Liebert\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_sidebar_fill_color\":\"E0FF91\",\"id\":610993,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.charles-liebert.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\"},\"truncated\":false,\"id\":173187635190304770,\"created_at\":\"Fri Feb 24 23:28:44 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2964000, +"tags": [ +{ +"id-ref": "f03b251a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "650aad21-b895-46ab-9533-a4c5f837945b-173187635190304770" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Belle surprise #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1766616824/387375_305933979442753_100000784618943_808268_1342184348_n_normal.jpg" +}, +"title": "xNicKx Vandenberghe: Belle surprise #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2964000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Belle surprise #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187634322092033\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":74,\"screen_name\":\"NicK_BsM\",\"lang\":\"fr\",\"profile_text_color\":\"ffffff\",\"statuses_count\":1625,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/404603516\\/seagulls.jpg\",\"location\":\"Boulogne sur mer, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"00c4f5\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1766616824\\/387375_305933979442753_100000784618943_808268_1342184348_n_normal.jpg\",\"description\":\"Tight-end #89 for the Calais Seagulls, french football team. \\r\\n22, from Boulogne sur mer, studies languages in order to become a technical translator.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"092878\",\"id_str\":\"183185871\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404603516\\/seagulls.jpg\",\"profile_sidebar_fill_color\":\"092878\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1766616824\\/387375_305933979442753_100000784618943_808268_1342184348_n_normal.jpg\",\"name\":\"xNicKx Vandenberghe\",\"default_profile_image\":false,\"created_at\":\"Thu Aug 26 10:46:44 +0000 2010\",\"profile_sidebar_border_color\":\"edf2f5\",\"id\":183185871,\"utc_offset\":null,\"favourites_count\":9,\"url\":\"http:\\/\\/www.facebook.com\\/group.php?gid=146636388977\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187634322092033,\"created_at\":\"Fri Feb 24 23:28:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2964000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "22d770b8-eda3-4eda-9964-83bbb88504c7-173187634322092033" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Voilà voilà... (Mes parents sont dans le hall. Ahem :p) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1748173004/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg" +}, +"title": "Florence Porcel: Voilà voilà... (Mes parents sont dans le hall. Ahem :p) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2965000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Voil\\u00e0 voil\\u00e0... (Mes parents sont dans le hall. Ahem :p) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187640408031232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":312,\"screen_name\":\"FlorencePorcel\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":58314,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":380,\"profile_link_color\":\"93A644\",\"followers_count\":5566,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\",\"description\":\"J'aime tellement la vie que je veux en vivre plusieurs \\u00e0 la fois. Derri\\u00e8re et dedans @LeGrandWebze (France 5). Groumf, sciences, et friponneries. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"49031173\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\",\"name\":\"Florence Porcel\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 20 15:25:07 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":49031173,\"utc_offset\":3600,\"favourites_count\":194,\"url\":\"http:\\/\\/www.florenceporcel.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187640408031232,\"created_at\":\"Fri Feb 24 23:28:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2965000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f28d2b0-bea0-490f-b8c5-ddb786149318-173187640408031232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Inutile de sortir les rames, le bateau coule.... #LGW #RIP", +"img": { +"src": "http://a3.twimg.com/profile_images/1291328088/z02_normal.jpg" +}, +"title": "Amstramgram : Inutile de sortir les rames, le bateau coule.... #LGW #RIP", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2966000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Inutile de sortir les rames, le bateau coule.... #LGW #RIP\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[49,53]},{\"text\":\"RIP\",\"indices\":[54,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187643004289024\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":101,\"screen_name\":\"Zbang\",\"lang\":\"fr\",\"profile_text_color\":\"0b7575\",\"statuses_count\":6193,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/185303389\\/x6b083822a5526f9693536299cdeafaa.jpg\",\"location\":\"Albi, France\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"0b7575\",\"followers_count\":196,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1291328088\\/z02_normal.jpg\",\"description\":\"Depuis 2004, Zbang \\u00e9lu meilleur forum au monde selon son administrateur @Amstramgram.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"b4d9ad\",\"id_str\":\"8953242\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/185303389\\/x6b083822a5526f9693536299cdeafaa.jpg\",\"profile_sidebar_fill_color\":\"b4d9ad\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1291328088\\/z02_normal.jpg\",\"name\":\"Amstramgram \",\"default_profile_image\":false,\"created_at\":\"Tue Sep 18 15:17:03 +0000 2007\",\"profile_sidebar_border_color\":\"aef5fa\",\"id\":8953242,\"utc_offset\":3600,\"favourites_count\":97,\"url\":\"http:\\/\\/www.zbang.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187643004289024,\"created_at\":\"Fri Feb 24 23:28:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2966000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f03b79d4-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9895cd59-2cbe-4622-93d9-f35cb72b8236-173187643004289024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je voulais faire ma blague que j'ai un mauvais caractère, mais que un sur 140, ça va ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1690913631/doc_normal.jpg" +}, +"title": "Klaire.fr: Je voulais faire ma blague que j'ai un mauvais caractère, mais que un sur 140, ça va ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2966000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je voulais faire ma blague que j'ai un mauvais caract\\u00e8re, mais que un sur 140, \\u00e7a va ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[87,91]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187641917968386\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":780,\"screen_name\":\"KlaireFr\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":9883,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":282,\"profile_link_color\":\"1F98C7\",\"followers_count\":7167,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"description\":\"A un mauvais caract\\u00e8re. Mais un sur 140, \\u00e7a va. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C6E2EE\",\"id_str\":\"28096610\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"name\":\"Klaire.fr\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 01 12:34:58 +0000 2009\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":28096610,\"utc_offset\":-10800,\"favourites_count\":35,\"url\":\"http:\\/\\/www.klaire.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187641917968386,\"created_at\":\"Fri Feb 24 23:28:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2966000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "15db368b-6014-47bb-9b26-ff74ea895d62-173187641917968386" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mon 1er est un bovin, mon 2nd un fruit a coque mon tout est un comique #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1186211112/MyBEP_Laurent_normal.png" +}, +"title": "laurent GEFFROY: Mon 1er est un bovin, mon 2nd un fruit a coque mon tout est un comique #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2966000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mon 1er est un bovin, mon 2nd un fruit a coque mon tout est un comique #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[71,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187642349993984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"lgeffroy\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":765,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"2FC2EF\",\"followers_count\":58,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1186211112\\/MyBEP_Laurent_normal.png\",\"description\":\".Net Architect, loves technologies and Baseball\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"6807672\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1186211112\\/MyBEP_Laurent_normal.png\",\"name\":\"laurent GEFFROY\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 14 09:14:06 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":6807672,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.laurentgeffroy.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187642349993984,\"created_at\":\"Fri Feb 24 23:28:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2966000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "055a5196-4105-4283-a3e0-51a6119899d6-173187642349993984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Tweets2Comptoir: Retrouvez la sélection de Tweets de Comptoir pour Le Grand Webze -> http://t.co/4jnewqO5 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1799488206/image_normal.jpg" +}, +"title": "Sébastien Périer: RT @Tweets2Comptoir: Retrouvez la sélection de Tweets de Comptoir pour Le Grand Webze -> http://t.co/4jnewqO5 #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2966000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @Tweets2Comptoir: Retrouvez la s\\u00e9lection de Tweets de Comptoir pour Le Grand Webze -> http:\\/\\/t.co\\/4jnewqO5 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[3,19],\"id_str\":\"227334618\",\"name\":\"Tweets de Comptoir\",\"id\":227334618}],\"urls\":[{\"indices\":[92,112],\"expanded_url\":\"http:\\/\\/t2c.tw\\/eetsLGW\",\"display_url\":\"t2c.tw\\/eetsLGW\",\"url\":\"http:\\/\\/t.co\\/4jnewqO5\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Retrouvez la s\\u00e9lection de Tweets de Comptoir pour Le Grand Webze -> http:\\/\\/t.co\\/4jnewqO5 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[71,91],\"expanded_url\":\"http:\\/\\/t2c.tw\\/eetsLGW\",\"display_url\":\"t2c.tw\\/eetsLGW\",\"url\":\"http:\\/\\/t.co\\/4jnewqO5\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185674487414784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3071,\"screen_name\":\"Tweets2Comptoir\",\"lang\":\"fr\",\"profile_text_color\":\"3f3210\",\"statuses_count\":2933,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"location\":\"Dans tes tweets\",\"show_all_inline_media\":true,\"listed_count\":188,\"profile_link_color\":\"3b8ab2\",\"followers_count\":6470,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"description\":\"Tweets de Comptoir est l\\u00e0 pour rendre quotidiennement compte de l'activit\\u00e9 subversive des tweetos, en d\\u00e9non\\u00e7ant les meilleurs tweets publi\\u00e9s.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d1f5c\",\"id_str\":\"227334618\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"name\":\"Tweets de Comptoir\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 16 15:29:51 +0000 2010\",\"profile_sidebar_border_color\":\"ffcc00\",\"id\":227334618,\"utc_offset\":3600,\"favourites_count\":5604,\"url\":\"http:\\/\\/tweetsdecomptoir.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185674487414784,\"created_at\":\"Fri Feb 24 23:20:57 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187643394367490\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":495,\"screen_name\":\"Yenaphe\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5658,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/407607082\\/bg.jpg\",\"location\":\"Probablement\",\"show_all_inline_media\":false,\"listed_count\":65,\"profile_link_color\":\"009999\",\"followers_count\":1013,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1799488206\\/image_normal.jpg\",\"description\":\"Je ressemble \\u00e0 \\u00e7a, sauf quand \\u00e7a ne me ressemble pas.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"f2f2f2\",\"id_str\":\"30481941\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/407607082\\/bg.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799488206\\/image_normal.jpg\",\"name\":\"S\\u00e9bastien P\\u00e9rier\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 11 17:09:55 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":30481941,\"utc_offset\":-10800,\"favourites_count\":14,\"url\":\"http:\\/\\/www.politikaillera.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187643394367490,\"created_at\":\"Fri Feb 24 23:28:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2966000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e04856dc-5a4d-4488-b212-fbd54f6ec180-173187643394367490" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Kawoot: Je ne sais pas quoi penser de #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1361194174/DSCF2750_-_Copie_normal.JPG" +}, +"title": "Basile Noel: RT @Kawoot: Je ne sais pas quoi penser de #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2967000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Kawoot: Je ne sais pas quoi penser de #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Kawoot\",\"indices\":[3,10],\"id_str\":\"60894052\",\"name\":\"Caro \\u30c4\",\"id\":60894052}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je ne sais pas quoi penser de #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187450389266432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"Kawoot\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1521,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"CC3366\",\"followers_count\":86,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836394665\\/tn__2__normal.jpg\",\"description\":\"\\u00ab Kawoot \\u00bb - 19 ans, \\u00e9tudiante en Management. Voue un culte aux chats et \\u00e0 Nintendo !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"id_str\":\"60894052\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836394665\\/tn__2__normal.jpg\",\"name\":\"Caro \\u30c4\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 28 12:49:03 +0000 2009\",\"profile_sidebar_border_color\":\"DBE9ED\",\"id\":60894052,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/nintendo-difference.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187450389266432,\"created_at\":\"Fri Feb 24 23:28:00 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187646829506560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":166,\"screen_name\":\"bas60\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1560,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Picardie, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1361194174\\/DSCF2750_-_Copie_normal.JPG\",\"description\":\"Newseur sur PressStartButton.fr, lyc\\u00e9en en T. ES, geek, metalleux, communiste, et plein d'autres trucs !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"55279590\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1361194174\\/DSCF2750_-_Copie_normal.JPG\",\"name\":\"Basile Noel\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 09 16:15:08 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":55279590,\"utc_offset\":3600,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187646829506560,\"created_at\":\"Fri Feb 24 23:28:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2967000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8ad79a66-ad55-470b-a272-64b8515cd86d-173187646829506560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "PUTAIN MAIS SI VOUS AIMEZ LE MALAISE AU #LGW INVITEZ @5eucheu QU'AU MOINS CE SOIT DRÔLE", +"img": { +"src": "http://a1.twimg.com/profile_images/1793236975/Photo_du_13878919-05-___03.51_normal.jpg" +}, +"title": "Constance Ortuzar: PUTAIN MAIS SI VOUS AIMEZ LE MALAISE AU #LGW INVITEZ @5eucheu QU'AU MOINS CE SOIT DRÔLE", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2967000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"PUTAIN MAIS SI VOUS AIMEZ LE MALAISE AU #LGW INVITEZ @5eucheu QU'AU MOINS CE SOIT DR\\u00d4LE\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"5eucheu\",\"indices\":[53,61],\"name\":\"Sacha B\\u00e9har\",\"id_str\":\"156971542\",\"id\":156971542}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[40,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187646816923648\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ff0000\",\"screen_name\":\"constuzar\",\"lang\":\"en\",\"favourites_count\":28,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":249,\"location\":\"Paris\",\"profile_text_color\":\"ff0f0f\",\"followers_count\":432,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\",\"description\":\"Ils me voient rouler, ils d\\u00e9testent.\",\"statuses_count\":7422,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"14b9fa\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"53776719\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Constance Ortuzar\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sat Jul 04 22:29:54 +0000 2009\",\"profile_sidebar_fill_color\":\"d5faef\",\"id\":53776719,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\"},\"truncated\":false,\"id\":173187646816923648,\"created_at\":\"Fri Feb 24 23:28:47 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2967000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f991c5fb-4902-441c-b315-c1f36070629c-173187646816923648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @ZaraA: Et ben voilà, pas tenu plus, bye bye #lgw revenez quand vous aurez travaillé ou trouvé une idée, juste une.", +"img": { +"src": "http://a0.twimg.com/profile_images/1013557037/JC_Boston_normal.jpg" +}, +"title": "J.C. Vignes: RT @ZaraA: Et ben voilà, pas tenu plus, bye bye #lgw revenez quand vous aurez travaillé ou trouvé une idée, juste une.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2968000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @ZaraA: Et ben voil\\u00e0, pas tenu plus, bye bye #lgw revenez quand vous aurez travaill\\u00e9 ou trouv\\u00e9 une id\\u00e9e, juste une.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ZaraA\",\"indices\":[3,9],\"id_str\":\"7031872\",\"name\":\"Emmanuel Torregano\",\"id\":7031872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Et ben voil\\u00e0, pas tenu plus, bye bye #lgw revenez quand vous aurez travaill\\u00e9 ou trouv\\u00e9 une id\\u00e9e, juste une.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186273220112386\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":614,\"screen_name\":\"ZaraA\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":59017,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"location\":\"iPhone: 45.800266,1.857407\",\"show_all_inline_media\":false,\"listed_count\":328,\"profile_link_color\":\"0000ff\",\"followers_count\":5595,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"description\":\"Love is the answer ... \\/\\/ I'm CEO, BITch ! ElectronLibre \\/\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C7CBC7\",\"id_str\":\"7031872\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/309482\\/galaxy.jpg\",\"profile_sidebar_fill_color\":\"71E6A9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1463922495\\/Epuale_Twitter_normal.png\",\"name\":\"Emmanuel Torregano\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 23 11:40:06 +0000 2007\",\"profile_sidebar_border_color\":\"8F8F8F\",\"id\":7031872,\"utc_offset\":3600,\"favourites_count\":39,\"url\":\"http:\\/\\/twitter.com\\/3l3ctr0nLibr3\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186273220112386,\"created_at\":\"Fri Feb 24 23:23:19 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187652382756864\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":648,\"screen_name\":\"JCVignes\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5339,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\\u00dcT: 1.3579502,103.9872414\",\"show_all_inline_media\":false,\"listed_count\":36,\"profile_link_color\":\"0084B4\",\"followers_count\":761,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1013557037\\/JC_Boston_normal.jpg\",\"description\":\"CEO of @OpenRegistry - Frequent Traveler - Domain Names and Mac expert :)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"15204691\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1013557037\\/JC_Boston_normal.jpg\",\"name\":\"J.C. Vignes\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 23 07:18:55 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":15204691,\"utc_offset\":-36000,\"favourites_count\":63,\"url\":\"http:\\/\\/www.openregistry.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187652382756864,\"created_at\":\"Fri Feb 24 23:28:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2968000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "19382d8f-875c-4135-ad6d-7aedc54d61b8-173187652382756864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #Lgw parce ue wtf", +"img": { +"src": "http://a0.twimg.com/profile_images/1828567225/boulimie__normal.png" +}, +"title": "t12lve: #ilpart #Lgw parce ue wtf", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2969000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilpart #Lgw parce ue wtf\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"Lgw\",\"indices\":[8,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187654681239553\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5c5c5c\",\"screen_name\":\"t12lve\",\"lang\":\"fr\",\"favourites_count\":149,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":372,\"location\":\"Clermont Ferrand\",\"profile_text_color\":\"333333\",\"followers_count\":553,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1828567225\\/boulimie__normal.png\",\"description\":\"[trashtalk\\/craptalk-ANTIFAG]\\r\\nJe ris de tout, mais avec n'importe qui !\\r\\nwww.notnico.com :: Wtf, NSFW. Un repaire pour geeks ! TECHBLOG\\r\\nM\\u00e9chant gar\\u00e7on\",\"statuses_count\":39101,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/391241090\\/lol.png\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"007bff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"001a47\",\"protected\":false,\"id_str\":\"127483739\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"t12lve\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391241090\\/lol.png\",\"created_at\":\"Mon Mar 29 10:29:11 +0000 2010\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":127483739,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.notnico.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1828567225\\/boulimie__normal.png\"},\"truncated\":false,\"id\":173187654681239553,\"created_at\":\"Fri Feb 24 23:28:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2969000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "977d3bbf-6541-42ca-a894-d240fb036c6d-173187654681239553" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Cette emission me rappelle Canalweb surtout avec Rollin", +"img": { +"src": "http://a2.twimg.com/profile_images/105769794/stig23_taramcpherson1_normal.jpg" +}, +"title": "Stig Legrand: #LGW Cette emission me rappelle Canalweb surtout avec Rollin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2969000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Cette emission me rappelle Canalweb surtout avec Rollin\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187657579507712\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":18,\"screen_name\":\"stig23\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":142,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/105769794\\/stig23_taramcpherson1_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"25714749\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/105769794\\/stig23_taramcpherson1_normal.jpg\",\"name\":\"Stig Legrand\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 21 19:20:23 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":25714749,\"utc_offset\":3600,\"favourites_count\":145,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187657579507712,\"created_at\":\"Fri Feb 24 23:28:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2969000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c0852e7c-40a0-49ca-9a68-7841441cf605-173187657579507712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@ZaraA je reconnais que depuis 10 mn que je regarde je suis en train de me dire que le niveau a bien baissé #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1756906806/avatar_twitter_roue_normal.jpg" +}, +"title": "Colette DESBORDES: @ZaraA je reconnais que depuis 10 mn que je regarde je suis en train de me dire que le niveau a bien baissé #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2969000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@ZaraA je reconnais que depuis 10 mn que je regarde je suis en train de me dire que le niveau a bien baiss\\u00e9 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ZaraA\",\"indices\":[0,6],\"id_str\":\"7031872\",\"name\":\"Emmanuel Torregano\",\"id\":7031872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[108,112]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173186273220112386\",\"id_str\":\"173187655033556993\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186273220112386,\"in_reply_to_user_id_str\":\"7031872\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":679,\"screen_name\":\"cd_land\",\"lang\":\"en\",\"profile_text_color\":\"0d0105\",\"statuses_count\":28112,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/401655557\\/twittermontboron112010en1366.jpg\",\"location\":\"NICE - C\\u00f4te d'Azur - France\",\"show_all_inline_media\":false,\"listed_count\":22,\"profile_link_color\":\"9e091d\",\"followers_count\":718,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1756906806\\/avatar_twitter_roue_normal.jpg\",\"description\":\"Consultant formateur en management et gestion. Anticonformiste, anti Hollande, lib\\u00e9rale et entrepreneuriale. Aime la cr\\u00e9ation dans tous les domaines.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"33960395\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/401655557\\/twittermontboron112010en1366.jpg\",\"profile_sidebar_fill_color\":\"fadfbe\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1756906806\\/avatar_twitter_roue_normal.jpg\",\"name\":\"Colette DESBORDES\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 21 16:47:17 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":33960395,\"utc_offset\":3600,\"favourites_count\":36,\"url\":\"http:\\/\\/codepro.over-blog.com\\/\"},\"in_reply_to_screen_name\":\"ZaraA\",\"truncated\":false,\"id\":173187655033556993,\"created_at\":\"Fri Feb 24 23:28:49 +0000 2012\",\"in_reply_to_user_id\":7031872}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2969000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f6e24c5a-07a6-41d2-b837-e732c8f03152-173187655033556993" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je dors #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1706771439/Barth5_normal.jpg" +}, +"title": "8alamaison: Je dors #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2971000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je dors #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187662319071232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":32,\"screen_name\":\"8alamaison\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":191,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1706771439\\/Barth5_normal.jpg\",\"description\":\"8 \\u00e0 la maison, \\u00e7a d\\u00e9pote pas mal, mais c'est bien sympa. Des enfants aux ados, on se marre bien, on s'organise, et on ne se prend pas trop au s\\u00e9rieux\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"443163383\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1706771439\\/Barth5_normal.jpg\",\"name\":\"8alamaison\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 21 21:57:17 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":443163383,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/8alamaison.unblog.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187662319071232,\"created_at\":\"Fri Feb 24 23:28:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2971000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "21aa4c7b-4817-4188-82d9-13f794f2e834-173187662319071232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw il arrive bientôt Alexandre Astier ? #jayhatte", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: #lgw il arrive bientôt Alexandre Astier ? #jayhatte", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2971000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw il arrive bient\\u00f4t Alexandre Astier ? #jayhatte\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"jayhatte\",\"indices\":[42,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187663216644098\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1749,\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":28280,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"location\":\"Crozon, Brittany\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"followers_count\":2618,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"profile_sidebar_fill_color\":\"d3ede7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"name\":\"Philippe B\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_border_color\":\"5e1410\",\"id\":14400518,\"utc_offset\":3600,\"favourites_count\":297,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187663216644098,\"created_at\":\"Fri Feb 24 23:28:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2971000, +"tags": [ +{ +"id-ref": "f03c9f26-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "73a23755-1f70-4bb0-b342-2ca39171a85c-173187663216644098" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @GabytaineFlam: Benoît fait des bides. Mais ça se voit pas trop en fait puisque c'est comme ça depuis le début de l'émission. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: RT @GabytaineFlam: Benoît fait des bides. Mais ça se voit pas trop en fait puisque c'est comme ça depuis le début de l'émission. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2971000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @GabytaineFlam: Beno\\u00eet fait des bides. Mais \\u00e7a se voit pas trop en fait puisque c'est comme \\u00e7a depuis le d\\u00e9but de l'\\u00e9mission. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GabytaineFlam\",\"indices\":[3,17],\"id_str\":\"161146189\",\"name\":\"R\\u00e9mi\",\"id\":161146189}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[129,133]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Beno\\u00eet fait des bides. Mais \\u00e7a se voit pas trop en fait puisque c'est comme \\u00e7a depuis le d\\u00e9but de l'\\u00e9mission. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[110,114]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187481322266624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5854,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187481322266624,\"created_at\":\"Fri Feb 24 23:28:07 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187665057943553\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":591,\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"profile_text_color\":\"520000\",\"statuses_count\":18713,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"followers_count\":507,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"d61d08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"name\":\"Camille .\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":93848420,\"utc_offset\":-36000,\"favourites_count\":14,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187665057943553,\"created_at\":\"Fri Feb 24 23:28:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2971000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "46f589b1-e25e-41a5-8edc-ef75e2defb74-173187665057943553" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je préférais les premières émissions, bcp disaient que ça manquait de punch mais là encore plus je trouve... #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: je préférais les premières émissions, bcp disaient que ça manquait de punch mais là encore plus je trouve... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2973000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"je pr\\u00e9f\\u00e9rais les premi\\u00e8res \\u00e9missions, bcp disaient que \\u00e7a manquait de punch mais l\\u00e0 encore plus je trouve... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187674457387008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187674457387008,\"created_at\":\"Fri Feb 24 23:28:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2973000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8efab1a8-1b44-46aa-ad95-4b97b583c24c-173187674457387008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @ benoit ça marche mieux avec thé (e)au lait parce qu'une charade c'est traditionnellement syllabique", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "tvitter: #lgw @ benoit ça marche mieux avec thé (e)au lait parce qu'une charade c'est traditionnellement syllabique", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2973000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @ benoit \\u00e7a marche mieux avec th\\u00e9 (e)au lait parce qu'une charade c'est traditionnellement syllabique\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187673257816064\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"frtvitter\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502064059\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"name\":\"tvitter\",\"default_profile_image\":true,\"created_at\":\"Fri Feb 24 19:33:41 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502064059,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187673257816064,\"created_at\":\"Fri Feb 24 23:28:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2973000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1d9d3543-8d5a-43f5-9fd2-f1bc4d437f16-173187673257816064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Valérie Damidot sort de ce corps RT “@elTouristio: Oh, @Vinvin s'est inspiré de mon avatar pour sa chemise. #lgw”", +"img": { +"src": "http://a2.twimg.com/profile_images/1649948075/image_normal.jpg" +}, +"title": "ORTF_2_0: Valérie Damidot sort de ce corps RT “@elTouristio: Oh, @Vinvin s'est inspiré de mon avatar pour sa chemise. #lgw”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2975000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Val\\u00e9rie Damidot sort de ce corps RT \\u201c@elTouristio: Oh, @Vinvin s'est inspir\\u00e9 de mon avatar pour sa chemise. #lgw\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"elTouristio\",\"indices\":[37,49],\"id_str\":\"37389744\",\"name\":\"Sylvain Sanders\",\"id\":37389744},{\"screen_name\":\"Vinvin\",\"indices\":[55,62],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[108,112]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187682724347906\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":212,\"screen_name\":\"ORTF_2_0\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":8842,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/259103493\\/DSC_0207.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"2FC2EF\",\"followers_count\":451,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1649948075\\/image_normal.jpg\",\"description\":\"Mercenaire de l'audiovisuel, cathodique pratiquante et glaneuse professionnelle. Orf\\u00e8vre du temps de cerveau disponible. Prix Sulitzer 2009.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"305637572\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/259103493\\/DSC_0207.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649948075\\/image_normal.jpg\",\"name\":\"ORTF_2_0\",\"default_profile_image\":false,\"created_at\":\"Thu May 26 15:09:58 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":305637572,\"utc_offset\":3600,\"favourites_count\":52,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187682724347906,\"created_at\":\"Fri Feb 24 23:28:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2975000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "086826bc-f15f-43e9-b79d-adbe29d36f8e-173187682724347906" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1646004624/Fl_normal.jpg" +}, +"title": "Flo de Rennes: #change2ton #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2975000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"LGW\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187680191004672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":119,\"screen_name\":\"FlodeRennes\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":418,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Bretagne Rennes\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1646004624\\/Fl_normal.jpg\",\"description\":\"Poursuivez-moi.\\r\\nEnsemble peut \\u00eatre on sourira.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"379708749\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1646004624\\/Fl_normal.jpg\",\"name\":\"Flo de Rennes\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 25 12:32:04 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":379708749,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187680191004672,\"created_at\":\"Fri Feb 24 23:28:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2975000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "48653196-862a-4feb-82ee-1e78f8fdb1bc-173187680191004672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bien exploitée l'API Twitter #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1655101267/vincent-garreau_normal.png" +}, +"title": "Vincent Garreau: Bien exploitée l'API Twitter #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2975000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bien exploit\\u00e9e l'API Twitter #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187682539806721\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":528,\"screen_name\":\"VincentGarreau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2804,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/392843559\\/twitter-bg.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":45,\"profile_link_color\":\"0073a8\",\"followers_count\":389,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1655101267\\/vincent-garreau_normal.png\",\"description\":\"\\u00c9tudiant en web \\u00e0 @HETIC (H2) [D\\u00e9veloppement, Design, eMarketing, Communication]. Le curling c'est pas trop mon truc, par contre j'aime bien le sport auto.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d1114\",\"id_str\":\"18167489\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/392843559\\/twitter-bg.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1655101267\\/vincent-garreau_normal.png\",\"name\":\"Vincent Garreau\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 16 17:47:38 +0000 2008\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":18167489,\"utc_offset\":3600,\"favourites_count\":253,\"url\":\"http:\\/\\/www.vincentgarreau.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187682539806721,\"created_at\":\"Fri Feb 24 23:28:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2975000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aae1669b-ac9f-44d4-bdcd-ea63d693b137-173187682539806721" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Monsieur Rollin je t'aime. :D #lgw #ilreste", +"img": { +"src": "http://a3.twimg.com/profile_images/1509550440/Opeth_normal.png" +}, +"title": "Sylvain Bonneau: Monsieur Rollin je t'aime. :D #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2978000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Monsieur Rollin je t'aime. :D #lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]},{\"text\":\"ilreste\",\"indices\":[35,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.nibirutech.com\\\" rel=\\\"nofollow\\\"\\u003ETwitBird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187691700166657\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":62,\"screen_name\":\"Bvggy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":753,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/338842991\\/wallpaper_glory.jpg\",\"location\":\"Toulouse\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1509550440\\/Opeth_normal.png\",\"description\":\"Technical manager in 3D development, two kids, two cats...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"360508134\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/338842991\\/wallpaper_glory.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1509550440\\/Opeth_normal.png\",\"name\":\"Sylvain Bonneau\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 23 09:45:35 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":360508134,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187691700166657,\"created_at\":\"Fri Feb 24 23:28:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2978000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b97f6e5a-78e0-4e92-98da-69a9e235c23d-173187691700166657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Benoît... Pourquoi ? :o #lgw :')", +"img": { +"src": "http://a3.twimg.com/profile_images/1704016122/loltruc-noel_normal.png" +}, +"title": "Hervé Q: Benoît... Pourquoi ? :o #lgw :')", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2978000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Beno\\u00eet... Pourquoi ? :o #lgw :')\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187692778098689\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":430,\"screen_name\":\"Airvecu\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":34956,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"location\":\"Brest m\\u00eam' (et ses alentours)\",\"show_all_inline_media\":true,\"listed_count\":44,\"profile_link_color\":\"0600b5\",\"followers_count\":755,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\",\"description\":\"Presque musicien, presque dr\\u00f4le, presque original, presque normal, presque intelligent, mais loin d'\\u00eatre parfait. Mais je suis Breton.\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"46863586\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"profile_sidebar_fill_color\":\"f0f3f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\",\"name\":\"Herv\\u00e9 Q\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 13 10:17:50 +0000 2009\",\"profile_sidebar_border_color\":\"2e2103\",\"id\":46863586,\"utc_offset\":3600,\"favourites_count\":556,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187692778098689,\"created_at\":\"Fri Feb 24 23:28:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2978000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62b60930-d4bd-4044-afd8-4dc6814425b6-173187692778098689" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bisou à la mémé de @pandanael #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1844691230/profile_normal.png" +}, +"title": "Lynda Sweez : Bisou à la mémé de @pandanael #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2979000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bisou \\u00e0 la m\\u00e9m\\u00e9 de @pandanael #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pandanael\",\"indices\":[19,29],\"id_str\":\"177984098\",\"name\":\"justice pandine\",\"id\":177984098}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187696464887808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":444,\"screen_name\":\"zedalynews\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10701,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"location\":\"Coin:C dans une cale en bourre\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"e072c1\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\",\"description\":\"Les jeux de mots, c'est mon dada. Amin approuve ce message. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"244639293\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\",\"name\":\"Lynda Sweez \",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 19:45:40 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":244639293,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.jeBoxeAvecNemo.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187696464887808,\"created_at\":\"Fri Feb 24 23:28:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2979000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bcf3cd37-45c9-45e1-9dc5-4f84e094e2ef-173187696464887808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est la séquence du proctologue ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: C'est la séquence du proctologue ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2979000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est la s\\u00e9quence du proctologue ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187698784354304\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3258,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187698784354304,\"created_at\":\"Fri Feb 24 23:28:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2979000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0da34756-e301-44a1-a0a4-f011bc417cc1-173187698784354304" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La, desolé mais faire passer Florence pour une pute n'est pas drôle #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1671170405/lepetitwebze_normal.jpg" +}, +"title": "Le Petit Webze: La, desolé mais faire passer Florence pour une pute n'est pas drôle #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2980000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La, desol\\u00e9 mais faire passer Florence pour une pute n'est pas dr\\u00f4le #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187700378177537\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":183,\"screen_name\":\"LePetitWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":119,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":60,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1671170405\\/lepetitwebze_normal.jpg\",\"description\":\"le TEDx est au TED ce que @LePetitWebze est \\u00e0 @LeGrandWebze (compte de FanArt LolFan)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"420704703\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1671170405\\/lepetitwebze_normal.jpg\",\"name\":\"Le Petit Webze\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 25 00:12:18 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":420704703,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/soundcloud.com\\/lepetitwebze\\/lepetitwebze\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187700378177537,\"created_at\":\"Fri Feb 24 23:29:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2980000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7c105967-3508-474e-b284-d730ecd96050-173187700378177537" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Par curiosité, si je tape s'il #ilReste de grace il #change2ton sinon #ilpart, comment réagit l'algorythme ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1772681103/image_normal.jpg" +}, +"title": "Calvero: #lgw Par curiosité, si je tape s'il #ilReste de grace il #change2ton sinon #ilpart, comment réagit l'algorythme ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2980000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Par curiosit\\u00e9, si je tape s'il #ilReste de grace il #change2ton sinon #ilpart, comment r\\u00e9agit l'algorythme ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[36,44]},{\"text\":\"change2ton\",\"indices\":[57,68]},{\"text\":\"ilpart\",\"indices\":[75,82]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187702781521920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":546,\"screen_name\":\"LouisCalvero\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5875,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/40834403\\/calvero.jpg\",\"location\":\"Paris et The Le Plus\",\"show_all_inline_media\":true,\"listed_count\":126,\"profile_link_color\":\"FF3300\",\"followers_count\":2827,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1772681103\\/image_normal.jpg\",\"description\":\"L'ironie et la mauvaise foi ne sauveront jamais le monde. Mais elles peuvent le rendre un peu plus supportable.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"49330430\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/40834403\\/calvero.jpg\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1772681103\\/image_normal.jpg\",\"name\":\"Calvero\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 21 14:45:50 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":49330430,\"utc_offset\":3600,\"favourites_count\":51,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/calvero\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187702781521920,\"created_at\":\"Fri Feb 24 23:29:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2980000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4d19b220-6c57-4d89-b31f-1e2fe5337511-173187702781521920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"après cette envie de mourir qui nous a bien pris tous les deux\" #Rollin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: \"après cette envie de mourir qui nous a bien pris tous les deux\" #Rollin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2981000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\"apr\\u00e8s cette envie de mourir qui nous a bien pris tous les deux\\\" #Rollin #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Rollin\",\"indices\":[65,72]},{\"text\":\"lgw\",\"indices\":[73,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187706166321153\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39025,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187706166321153,\"created_at\":\"Fri Feb 24 23:29:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2981000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa96512-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "483b7c0e-b440-4900-9ac8-e2699ee1268b-173187706166321153" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1419070763/France5Officiel_tw_normal.jpg" +}, +"title": "France5: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2982000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[61,64]},{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187712285814785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":834,\"screen_name\":\"France5tv\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3554,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":849,\"profile_link_color\":\"FF0000\",\"followers_count\":48946,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"description\":\"France 5, cha\\u00eene du Groupe France T\\u00e9l\\u00e9visions. Apr\\u00e8s avoir fait connaissance, rapprochons-nous sur cette TL #media #clair\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"84c810\",\"id_str\":\"36932487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"profile_sidebar_fill_color\":\"50912a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"name\":\"France5\",\"default_profile_image\":false,\"created_at\":\"Fri May 01 12:30:02 +0000 2009\",\"profile_sidebar_border_color\":\"2ca33e\",\"id\":36932487,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187712285814785,\"created_at\":\"Fri Feb 24 23:29:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2982000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efdd4bfc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c92dcc86-00e4-4490-9569-3f05e67dd03c-173187712285814785" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'avoue j'ai ri à la blague de motus... #lgw #confession", +"img": { +"src": "http://a0.twimg.com/profile_images/1610578095/P1040680_normal.jpg" +}, +"title": "Vinciane: J'avoue j'ai ri à la blague de motus... #lgw #confession", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2988000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'avoue j'ai ri \\u00e0 la blague de motus... #lgw #confession\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"confession\",\"indices\":[45,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187733760647168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":86,\"screen_name\":\"Vinvindelespace\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":56,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Vosges\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1610578095\\/P1040680_normal.jpg\",\"description\":\"Touriste tendance geek\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"58556075\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1610578095\\/P1040680_normal.jpg\",\"name\":\"Vinciane\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 20 18:56:26 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":58556075,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187733760647168,\"created_at\":\"Fri Feb 24 23:29:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2988000, +"tags": [ +{ +"id-ref": "f03e2800-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "74e1737f-1ee4-40b8-836d-0109c909efbe-173187733760647168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: C'est la séquence du proctologue ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: RT @LeGrandWebze: C'est la séquence du proctologue ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2988000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: C'est la s\\u00e9quence du proctologue ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est la s\\u00e9quence du proctologue ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187698784354304\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3258,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1481,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173187698784354304,\"created_at\":\"Fri Feb 24 23:28:59 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187737279672320\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4895,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173187737279672320,\"created_at\":\"Fri Feb 24 23:29:08 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2988000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ca694159-bbb3-4b10-8996-90027f982b72-173187737279672320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Lgw Maintenant que j'ai vu mon avatar à la télé, je peux zapper...", +"img": { +"src": "http://a1.twimg.com/profile_images/1727419266/avatar-1990_bigger_normal.jpg" +}, +"title": "Pierre: #Lgw Maintenant que j'ai vu mon avatar à la télé, je peux zapper...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2990000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Lgw Maintenant que j'ai vu mon avatar \\u00e0 la t\\u00e9l\\u00e9, je peux zapper...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.0397028,48.8838896],[2.1734279,48.8838896],[2.1734279,48.987145],[2.0397028,48.987145]]]},\"attributes\":{},\"full_name\":\"Saint-Germain-en-Laye, Yvelines\",\"name\":\"Saint-Germain-en-Laye\",\"id\":\"3341126a8f9341c8\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/3341126a8f9341c8.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187743768260608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":719,\"screen_name\":\"PierBDV\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2215,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/392656662\\/engage_toi_d_gage_le.jpg\",\"location\":\"Yvelines\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":296,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1727419266\\/avatar-1990_bigger_normal.jpg\",\"description\":\"#MJS Responsable du groupe Saint-Germain #Yvelines : Saint-Germain-En-Layes, Le Pecq, Port-Marly, Marly-Le-Roi, La Celle Saint Cloud... \\/ #PS \\/ \\u00c9tudiant #RH\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"37645766\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/392656662\\/engage_toi_d_gage_le.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727419266\\/avatar-1990_bigger_normal.jpg\",\"name\":\"Pierre\",\"default_profile_image\":false,\"created_at\":\"Mon May 04 12:06:18 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":37645766,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187743768260608,\"created_at\":\"Fri Feb 24 23:29:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2990000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b51861b8-53c4-41a1-b889-9ae40e9c7730-173187743768260608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@legrandwebze #LGW #ilReste #ilPart #cQui #change2ton ben… il fait ce qu'il veut le François Rolin il est libre", +"img": { +"src": "http://a3.twimg.com/profile_images/1814979577/AE411689-A36E-46DF-8FE0-6646617A7055_normal" +}, +"title": "picaboubx: @legrandwebze #LGW #ilReste #ilPart #cQui #change2ton ben… il fait ce qu'il veut le François Rolin il est libre", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2990000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@legrandwebze #LGW #ilReste #ilPart #cQui #change2ton ben\\u2026 il fait ce qu'il veut le Fran\\u00e7ois Rolin il est libre\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[15,19]},{\"text\":\"ilReste\",\"indices\":[20,28]},{\"text\":\"ilPart\",\"indices\":[29,36]},{\"text\":\"cQui\",\"indices\":[37,42]},{\"text\":\"change2ton\",\"indices\":[43,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187744204472320\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"picaboubx\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":486,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1814979577\\/AE411689-A36E-46DF-8FE0-6646617A7055_normal\",\"description\":\"petit nouveau sur Twitter mais vieux machin sur la toile\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"373867891\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1814979577\\/AE411689-A36E-46DF-8FE0-6646617A7055_normal\",\"name\":\"picaboubx\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 15 09:37:50 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":373867891,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173187744204472320,\"created_at\":\"Fri Feb 24 23:29:10 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2990000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0e0f9688-299f-47ef-a2f3-e7b824cdfcaf-173187744204472320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon 3ème tentative pour #lgw ...Et bien, je pense que je ne suis pas une Twittos à la page, parce que je ne comprends toujours rien de rien.", +"img": { +"src": "http://a2.twimg.com/profile_images/1143145994/SP_A0466_normal.jpg" +}, +"title": "Laura M.: Bon 3ème tentative pour #lgw ...Et bien, je pense que je ne suis pas une Twittos à la page, parce que je ne comprends toujours rien de rien.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2990000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon 3\\u00e8me tentative pour #lgw ...Et bien, je pense que je ne suis pas une Twittos \\u00e0 la page, parce que je ne comprends toujours rien de rien.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187744284164096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"LaLa_Mey\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":499,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Paris ou Rouen\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"D02B55\",\"followers_count\":74,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1143145994\\/SP_A0466_normal.jpg\",\"description\":\"Franco-finlandaise passionn\\u00e9e du web \\/ en master \\u00e0 Rouen Business School \\/ en poste chez Orange Business Services, division Easy Orange \\/ Geekette dans l'\\u00e2me.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"59220878\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143145994\\/SP_A0466_normal.jpg\",\"name\":\"Laura M.\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 22 19:24:51 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":59220878,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187744284164096,\"created_at\":\"Fri Feb 24 23:29:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2990000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d07cff0-8b3c-4111-a35c-1735e510b44b-173187744284164096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Fan de Jacques Delaraie ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1386846292/logo-id-referenceur_normal.png" +}, +"title": "Loïc @ IDRef: Fan de Jacques Delaraie ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2990000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fan de Jacques Delaraie ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187745236254720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":477,\"screen_name\":\"ID_referenceur\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":448,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/265737446\\/bg-id-referenceur.jpg\",\"location\":\"Auvergne\",\"show_all_inline_media\":true,\"listed_count\":52,\"profile_link_color\":\"810004\",\"followers_count\":637,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1386846292\\/logo-id-referenceur_normal.png\",\"description\":\"R\\u00e9f\\u00e9renceur web en freelance : R\\u00e9daction de contenu, analyse technique & linking sur http:\\/\\/www.id-referenceur.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f5ecc1\",\"id_str\":\"89922335\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/265737446\\/bg-id-referenceur.jpg\",\"profile_sidebar_fill_color\":\"f5ecc1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1386846292\\/logo-id-referenceur_normal.png\",\"name\":\"Lo\\u00efc @ IDRef\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 14 11:51:50 +0000 2009\",\"profile_sidebar_border_color\":\"efdba4\",\"id\":89922335,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.weblog-referencement.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187745236254720,\"created_at\":\"Fri Feb 24 23:29:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2990000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ef952cbd-4b77-46a8-bc27-303683bcc8ef-173187745236254720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Ilagee: Entre vos #Césars, vos #LGW et vos #CI, j'ai un peu l'impression d'être au beau milieu d'un gang bang de livetweets contre m ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1798187477/fry_normal.jpg" +}, +"title": "Mr. Wolfgang: RT @Ilagee: Entre vos #Césars, vos #LGW et vos #CI, j'ai un peu l'impression d'être au beau milieu d'un gang bang de livetweets contre m ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2992000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Ilagee: Entre vos #C\\u00e9sars, vos #LGW et vos #CI, j'ai un peu l'impression d'\\u00eatre au beau milieu d'un gang bang de livetweets contre m ...\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Ilagee\",\"indices\":[3,10],\"name\":\"[Nom du sujet]\",\"id_str\":\"189097725\",\"id\":189097725}],\"hashtags\":[{\"text\":\"C\\u00e9sars\",\"indices\":[22,29]},{\"text\":\"LGW\",\"indices\":[35,39]},{\"text\":\"CI\",\"indices\":[47,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Entre vos #C\\u00e9sars, vos #LGW et vos #CI, j'ai un peu l'impression d'\\u00eatre au beau milieu d'un gang bang de livetweets contre mon gr\\u00e9.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"C\\u00e9sars\",\"indices\":[10,17]},{\"text\":\"LGW\",\"indices\":[23,27]},{\"text\":\"CI\",\"indices\":[35,38]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185287571243008\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"Ilagee\",\"lang\":\"en\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":290,\"location\":\"[Ville du sujet]\",\"profile_text_color\":\"000000\",\"followers_count\":1025,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813929904\\/TwavatarZS_normal.png\",\"description\":\"J'ai cr\\u00e9\\u00e9 Z\\u00e9ros Sociaux, c'est un site sur les internets.\\r\\nAh, et j'ai une IMPRESSIONNANTE collection de dinosaures en plastique.\\r\\nC'est pas pour p\\u00e9cho, tkt.\",\"statuses_count\":11875,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/233715649\\/black_pattern.jpg\",\"show_all_inline_media\":true,\"listed_count\":78,\"profile_link_color\":\"d93c3c\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"189097725\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"[Nom du sujet]\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/233715649\\/black_pattern.jpg\",\"created_at\":\"Fri Sep 10 11:26:10 +0000 2010\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":189097725,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/zeros-sociaux.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813929904\\/TwavatarZS_normal.png\"},\"truncated\":false,\"id\":173185287571243008,\"created_at\":\"Fri Feb 24 23:19:24 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187751351549953\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"EtienneBDN\",\"lang\":\"fr\",\"favourites_count\":265,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":220,\"location\":\"Valenciennes \\/ Tours\",\"profile_text_color\":\"ffffff\",\"followers_count\":183,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1798187477\\/fry_normal.jpg\",\"description\":\"Animal m\\u00e9connu et noctambule. Je fais des blagues, des fois.\",\"statuses_count\":2372,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418531188\\/tumblr_ll6gj4MJVu1qcpo3ko1_500.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0d9424\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"393316920\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Mr. Wolfgang\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418531188\\/tumblr_ll6gj4MJVu1qcpo3ko1_500.jpg\",\"created_at\":\"Tue Oct 18 10:48:55 +0000 2011\",\"profile_sidebar_fill_color\":\"000000\",\"id\":393316920,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/flavors.me\\/etiennebdn\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1798187477\\/fry_normal.jpg\"},\"truncated\":true,\"id\":173187751351549953,\"created_at\":\"Fri Feb 24 23:29:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2992000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eff8cb8e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bbeeffe4-b2ef-4fd0-ae4b-b0b8d7c63daa-173187751351549953" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Benoît m'a donné envie de pleurer... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1834243408/epicure_normal.jpg" +}, +"title": "FG: Benoît m'a donné envie de pleurer... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2992000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Beno\\u00eet m'a donn\\u00e9 envie de pleurer... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187754363060224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":183,\"screen_name\":\"FG_Cthulhu\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4392,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/165243127\\/105vbyo.jpg\",\"location\":\"D\\u00e9localisation fr\\u00e9quente\",\"show_all_inline_media\":false,\"listed_count\":15,\"profile_link_color\":\"0084B4\",\"followers_count\":176,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1834243408\\/epicure_normal.jpg\",\"description\":\"H\\u00e9doniste passionn\\u00e9 de la vie, \\u00e9tudiant en philosophie et sociologie et curieux de tout le reste. Blog \\u00e0 venir.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"129479601\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/165243127\\/105vbyo.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1834243408\\/epicure_normal.jpg\",\"name\":\"FG\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 04 12:23:05 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":129479601,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187754363060224,\"created_at\":\"Fri Feb 24 23:29:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2992000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7714549e-d10d-4ad5-a65b-2b38f20e4732-173187754363060224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"Cette envie de mourir\" #ilreste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1303108307/twitter_normal.jpg" +}, +"title": "Marie Derrien: \"Cette envie de mourir\" #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2996000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\"Cette envie de mourir\\\" #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[24,32]},{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187769248645120\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":88,\"screen_name\":\"SpaMwa\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":610,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1303108307\\/twitter_normal.jpg\",\"description\":\"Community engagement manager, John Steed's pixels deputy. IRL: Social network - and coffee - addict en mode veille\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"id_str\":\"278461363\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1303108307\\/twitter_normal.jpg\",\"name\":\"Marie Derrien\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 07 09:55:21 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":278461363,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187769248645120,\"created_at\":\"Fri Feb 24 23:29:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2996000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2e1fdebe-0454-406b-b7be-4c1c761deb3a-173187769248645120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il reste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1538693241/Logo_Dabet_21_normal.jpg" +}, +"title": "Merwan Saidi: Il reste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2997000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il reste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187774726422530\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"Dabet21\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":10,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1538693241\\/Logo_Dabet_21_normal.jpg\",\"description\":\"\",\"statuses_count\":89,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"367182232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Merwan Saidi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Sat Sep 03 14:42:53 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":367182232,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/dabet21.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1538693241\\/Logo_Dabet_21_normal.jpg\"},\"truncated\":false,\"id\":173187774726422530,\"created_at\":\"Fri Feb 24 23:29:17 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2997000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "128b37e9-44c4-42fc-b3f2-81b06d67748a-173187774726422530" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche échange ta chemise avec @vinvin ! #lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1747820307/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg" +}, +"title": "Marius: @LudoDelaherche échange ta chemise avec @vinvin ! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2998000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LudoDelaherche \\u00e9change ta chemise avec @vinvin ! #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061},{\"screen_name\":\"Vinvin\",\"indices\":[40,47],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]},{\"text\":\"cqui\",\"indices\":[55,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173186604087775233\",\"id_str\":\"173187775821127681\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186604087775233,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":372,\"screen_name\":\"tatamirugby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":26633,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":68,\"profile_link_color\":\"0084B4\",\"followers_count\":842,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"description\":\"Je parle de sport, supporter de rugby et du @RacingMetro92 , joueur au @RCGV92 , \\u00e9tudiant @HETIC en #H3 !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"27248204\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"name\":\"Marius\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 15:36:02 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":27248204,\"utc_offset\":3600,\"favourites_count\":50,\"url\":\"http:\\/\\/www.facebook.com\\/tatamirugby\"},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173187775821127681,\"created_at\":\"Fri Feb 24 23:29:18 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2998000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5a02bf6f-c16f-40f8-bf4c-e3e95343d2ba-173187775821127681" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "+1!!!“@ZaraA: Et ben voilà, pas tenu plus, bye bye #lgw revenez quand vous aurez travaillé ou trouvé une idée, juste une.”", +"img": { +"src": "http://a0.twimg.com/profile_images/1013557037/JC_Boston_normal.jpg" +}, +"title": "J.C. Vignes: +1!!!“@ZaraA: Et ben voilà, pas tenu plus, bye bye #lgw revenez quand vous aurez travaillé ou trouvé une idée, juste une.”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2998000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"+1!!!\\u201c@ZaraA: Et ben voil\\u00e0, pas tenu plus, bye bye #lgw revenez quand vous aurez travaill\\u00e9 ou trouv\\u00e9 une id\\u00e9e, juste une.\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ZaraA\",\"indices\":[6,12],\"id_str\":\"7031872\",\"name\":\"Emmanuel Torregano\",\"id\":7031872}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187776915836929\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":648,\"screen_name\":\"JCVignes\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5339,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\\u00dcT: 1.3579502,103.9872414\",\"show_all_inline_media\":false,\"listed_count\":36,\"profile_link_color\":\"0084B4\",\"followers_count\":761,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1013557037\\/JC_Boston_normal.jpg\",\"description\":\"CEO of @OpenRegistry - Frequent Traveler - Domain Names and Mac expert :)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"15204691\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1013557037\\/JC_Boston_normal.jpg\",\"name\":\"J.C. Vignes\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 23 07:18:55 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":15204691,\"utc_offset\":-36000,\"favourites_count\":63,\"url\":\"http:\\/\\/www.openregistry.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187776915836929,\"created_at\":\"Fri Feb 24 23:29:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2998000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bee37d39-a86c-4104-8900-9545e8c1f770-173187776915836929" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il faut le garder #LGW #IlReste", +"img": { +"src": "http://a3.twimg.com/profile_images/1813914243/396737_2661608659670_1239553211_32615079_895982772_n_normal.jpg" +}, +"title": "Pierre Ménière: Il faut le garder #LGW #IlReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2999000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il faut le garder #LGW #IlReste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[18,22]},{\"text\":\"IlReste\",\"indices\":[24,32]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187780896239619\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Socrqte\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":268,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":85,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1813914243\\/396737_2661608659670_1239553211_32615079_895982772_n_normal.jpg\",\"description\":\"Je sais faire un angle droit avec ma main. Blogueur - Etudiant en #webmarketing #CM #siteweb Recherche un stage en #CM #Webmarketing Poitou-Charentes\",\"statuses_count\":2154,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/419698093\\/wallpaper-1133677.jpg\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"4fa7ad\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"74c4cf\",\"protected\":false,\"id_str\":\"51475135\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Pierre M\\u00e9ni\\u00e8re\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/419698093\\/wallpaper-1133677.jpg\",\"created_at\":\"Sat Jun 27 16:01:58 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":51475135,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/socrqte.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813914243\\/396737_2661608659670_1239553211_32615079_895982772_n_normal.jpg\"},\"truncated\":false,\"id\":173187780896239619,\"created_at\":\"Fri Feb 24 23:29:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2999000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6f9e4c1f-f5a4-4311-920d-3bc9ad9a6b93-173187780896239619" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "tain faites d photos c pire q le cinéma sourd et muet votre #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/399078150/002_normal.PNG" +}, +"title": "mye shadow: tain faites d photos c pire q le cinéma sourd et muet votre #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 2999000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"tain faites d photos c pire q le cin\\u00e9ma sourd et muet votre #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187782183882753\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":924,\"screen_name\":\"myeshadow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13635,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/26906542\\/mqcloudedthoughts.br.jpg\",\"location\":\"Paris-Brussels-itou,mon blog\",\"show_all_inline_media\":false,\"listed_count\":118,\"profile_link_color\":\"00486b\",\"followers_count\":1097,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/399078150\\/002_normal.PNG\",\"description\":\"Mynotsodarkshadow ou ls p\\u00e9r\\u00e9grinations de my mind,mon ombre&m lumi\\u00e8res s'amusent Hallucinations,Mauvais esprit,sans drogue cpire?!\\nmonblog\\/1postparJour #INPES\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"48456037\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26906542\\/mqcloudedthoughts.br.jpg\",\"profile_sidebar_fill_color\":\"9cc8dd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/399078150\\/002_normal.PNG\",\"name\":\"mye shadow\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 18 19:18:06 +0000 2009\",\"profile_sidebar_border_color\":\"333333\",\"id\":48456037,\"utc_offset\":3600,\"favourites_count\":5568,\"url\":\"http:\\/\\/bymyeshadow.blogspot.com\\/?spref=tw\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187782183882753,\"created_at\":\"Fri Feb 24 23:29:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 2999000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c66a69fd-664e-46e4-b3f0-31603f9cfe09-173187782183882753" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Anbastom Putain mais je dois pas voir clair !!! J'ai fait exprès de tweeter #ilPart pour me voir dans la colonne la moins remplie ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: @Anbastom Putain mais je dois pas voir clair !!! J'ai fait exprès de tweeter #ilPart pour me voir dans la colonne la moins remplie ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3001000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Anbastom Putain mais je dois pas voir clair !!! J'ai fait expr\\u00e8s de tweeter #ilPart pour me voir dans la colonne la moins remplie ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Anbastom\",\"indices\":[0,9],\"id_str\":\"72400860\",\"name\":\"Anbastom\",\"id\":72400860}],\"urls\":[],\"hashtags\":[{\"text\":\"ilPart\",\"indices\":[77,84]},{\"text\":\"lgw\",\"indices\":[133,137]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173187215017512960\",\"id_str\":\"173187789041565697\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173187215017512960,\"in_reply_to_user_id_str\":\"72400860\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"profile_text_color\":\"CEC79B\",\"statuses_count\":35531,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"location\":\"Au pied d'un arc-en-ciel.\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"profile_sidebar_fill_color\":\"46284E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"name\":\"Sylvain Sanders\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_border_color\":\"20183F\",\"id\":37389744,\"utc_offset\":3600,\"favourites_count\":62,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\"},\"in_reply_to_screen_name\":\"Anbastom\",\"truncated\":false,\"id\":173187789041565697,\"created_at\":\"Fri Feb 24 23:29:21 +0000 2012\",\"in_reply_to_user_id\":72400860}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3001000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "23f0b552-10f8-4c3b-8379-1693a4f9e754-173187789041565697" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Moi je dis #ilReste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1581770313/image_normal.jpg" +}, +"title": "Stéphane Lafon: Moi je dis #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3001000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Moi je dis #ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[11,19]},{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187791583322112\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":64,\"screen_name\":\"darres\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":189,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Chelles\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1581770313\\/image_normal.jpg\",\"description\":\"Etudiant en IAE M1 Management Ing\\u00e9nierie des Services et Technologies de l'Information et de la Communication \\/ Apprenti en communication interne chez Orange\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"51434866\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1581770313\\/image_normal.jpg\",\"name\":\"St\\u00e9phane Lafon\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 27 13:17:52 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":51434866,\"utc_offset\":3600,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187791583322112,\"created_at\":\"Fri Feb 24 23:29:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3001000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "42df1c73-09de-4136-9dda-67fe739f1d53-173187791583322112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Attends #ilReste c'est la seule raison pour laquelle je regarde #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1606011757/art7redimensionnejpeg_normal.jpg" +}, +"title": "M_LN: Attends #ilReste c'est la seule raison pour laquelle je regarde #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3003000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Attends #ilReste c'est la seule raison pour laquelle je regarde #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[8,16]},{\"text\":\"lgw\",\"indices\":[64,68]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187796834586625\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":7,\"screen_name\":\"M_LN\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":77,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1606011757\\/art7redimensionnejpeg_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"396780201\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1606011757\\/art7redimensionnejpeg_normal.jpg\",\"name\":\"M_LN\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 23 19:17:44 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":396780201,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187796834586625,\"created_at\":\"Fri Feb 24 23:29:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3003000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4e7f4302-ad1a-4ffc-9bf6-a274753d9725-173187796834586625" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je vous vois LT #CI et ça me donne encore plus envie de regarder que #LGW.", +"img": { +"src": "http://a2.twimg.com/profile_images/1830077317/T_as_raison_peut-_tre_qu_en_agrandissant_t_aurais_vu_mes_seins_surtout_sachant_que_je_suis_de_dos_normal.jpg" +}, +"title": "Curiosity ☠ the cat.: Je vous vois LT #CI et ça me donne encore plus envie de regarder que #LGW.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3006000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je vous vois LT #CI et \\u00e7a me donne encore plus envie de regarder que #LGW.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[16,19]},{\"text\":\"LGW\",\"indices\":[69,73]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187809857900544\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"caeef7\",\"screen_name\":\"HeLLuby\",\"lang\":\"fr\",\"favourites_count\":508,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"Paris, FR.\",\"profile_text_color\":\"ffe3ec\",\"followers_count\":459,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1830077317\\/T_as_raison_peut-_tre_qu_en_agrandissant_t_aurais_vu_mes_seins_surtout_sachant_que_je_suis_de_dos_normal.jpg\",\"description\":\"J'aime bien faire des bruits bizarres avec ma bouche. Enfant cach\\u00e9e du Socially Awkward Penguin et de l'Anxiety Cat. #Keur les roux. #HOULOULOU\",\"statuses_count\":15114,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433311126\\/tumblr_lgj40nCcF31qd0ozlo1_500.jpg\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"b6f5cf\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"27427320\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Curiosity \\u2620 the cat.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433311126\\/tumblr_lgj40nCcF31qd0ozlo1_500.jpg\",\"created_at\":\"Sun Mar 29 13:59:33 +0000 2009\",\"profile_sidebar_fill_color\":\"fffbed\",\"id\":27427320,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/flavors.me\\/helluby\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830077317\\/T_as_raison_peut-_tre_qu_en_agrandissant_t_aurais_vu_mes_seins_surtout_sachant_que_je_suis_de_dos_normal.jpg\"},\"truncated\":false,\"id\":173187809857900544,\"created_at\":\"Fri Feb 24 23:29:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3006000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3fcd0dae-0f68-4b8c-bded-91d3c64515cd-173187809857900544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Pour tous les amoureux de Hip-Hop @RookiesMusic : 1er EP en téléchargement gratuit sur http://t.co/8wruMrY2 #NEW", +"img": { +"src": "http://a2.twimg.com/profile_images/1421905670/logo2_normal.png" +}, +"title": "Clément Rueda: #LGW Pour tous les amoureux de Hip-Hop @RookiesMusic : 1er EP en téléchargement gratuit sur http://t.co/8wruMrY2 #NEW", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3007000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Pour tous les amoureux de Hip-Hop @RookiesMusic : 1er EP en t\\u00e9l\\u00e9chargement gratuit sur http:\\/\\/t.co\\/8wruMrY2 #NEW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"RookiesMusic\",\"indices\":[39,52],\"id_str\":\"401944430\",\"name\":\"RookiesMusic\",\"id\":401944430}],\"urls\":[{\"indices\":[92,112],\"expanded_url\":\"http:\\/\\/www.rookies-music.com\\/\",\"display_url\":\"rookies-music.com\",\"url\":\"http:\\/\\/t.co\\/8wruMrY2\"}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"NEW\",\"indices\":[113,117]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187815738314752\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":439,\"screen_name\":\"ClementWeda\",\"lang\":\"fr\",\"profile_text_color\":\"3c3940\",\"statuses_count\":7342,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/200496758\\/twitter-clement-weda.jpg\",\"location\":\"Noisy-le-Grand, France\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"c98312\",\"followers_count\":341,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1421905670\\/logo2_normal.png\",\"description\":\"DJ \\/ Beatmaker \\/ Producer (@RookiesMusic) Webdesigner & Arrangeur en Freelance (@BeWebArt) Photographe amateur - Portfolio : http:\\/\\/bit.ly\\/qEeeLe\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"19384400\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/200496758\\/twitter-clement-weda.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421905670\\/logo2_normal.png\",\"name\":\"Cl\\u00e9ment Rueda\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 23 06:35:37 +0000 2009\",\"profile_sidebar_border_color\":\"c2c2c2\",\"id\":19384400,\"utc_offset\":3600,\"favourites_count\":20,\"url\":\"http:\\/\\/www.clementweda.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187815738314752,\"created_at\":\"Fri Feb 24 23:29:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3007000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0400422-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "20914e66-d704-40bc-8bb7-8bcf8ac6bd2e-173187815738314752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai pas compris le concept mais j'adhère. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1846735986/image_normal.jpg" +}, +"title": "Margaux M.: J'ai pas compris le concept mais j'adhère. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3007000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai pas compris le concept mais j'adh\\u00e8re. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187813305622529\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":90,\"screen_name\":\"margauxmet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":80,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":18,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846735986\\/image_normal.jpg\",\"description\":\"C'\\u00e9tait moi le bout de bois qui sauve Rose dans Titanic.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"452997531\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846735986\\/image_normal.jpg\",\"name\":\"Margaux M.\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 02 13:29:50 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":452997531,\"utc_offset\":null,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187813305622529,\"created_at\":\"Fri Feb 24 23:29:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3007000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f62acf99-d14d-4bba-b984-5e85988b475c-173187813305622529" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et je découvre #lgw que maintenant. Okay, je leur donne 5 minutes pour me provoquer une légère insomnie.", +"img": { +"src": "http://a2.twimg.com/profile_images/1149325978/Kid_scans_normal.png" +}, +"title": "Justine: Et je découvre #lgw que maintenant. Okay, je leur donne 5 minutes pour me provoquer une légère insomnie.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3007000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et je d\\u00e9couvre #lgw que maintenant. Okay, je leur donne 5 minutes pour me provoquer une l\\u00e9g\\u00e8re insomnie.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187817168572416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":87,\"screen_name\":\"Kitsuntsun\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5479,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/63836853\\/Konachan.com_-_65248_umineko_no_naku_koro_ni_ushiromiya_ange_ushiromiya_battler_ushiromiya_kyrie_ushiromiya_rudolf.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":189,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1149325978\\/Kid_scans_normal.png\",\"description\":\"Tsunderekko. Japoniaisante de niveau L3. Gaming. Cafeinoholic.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"92364095\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/63836853\\/Konachan.com_-_65248_umineko_no_naku_koro_ni_ushiromiya_ange_ushiromiya_battler_ushiromiya_kyrie_ushiromiya_rudolf.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1149325978\\/Kid_scans_normal.png\",\"name\":\"Justine\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 20:59:24 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":92364095,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/www.tsuntsun.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187817168572416,\"created_at\":\"Fri Feb 24 23:29:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3007000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0abc86e8-36e3-42e7-b3c4-0cdafd6eb2bb-173187817168572416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche Ils viennent de comparer les #TeamSF et #TeamRCT à des trous du cul... On va envoyer Berdos #cqui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @LudoDelaherche Ils viennent de comparer les #TeamSF et #TeamRCT à des trous du cul... On va envoyer Berdos #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3008000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LudoDelaherche\",\"favorited\":false,\"text\":\"@LudoDelaherche Ils viennent de comparer les #TeamSF et #TeamRCT \\u00e0 des trous du cul... On va envoyer Berdos #cqui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"TeamSF\",\"indices\":[45,52]},{\"text\":\"TeamRCT\",\"indices\":[56,64]},{\"text\":\"cqui\",\"indices\":[108,113]},{\"text\":\"lgw\",\"indices\":[114,118]}]},\"in_reply_to_user_id\":72665061,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173187399495585792,\"in_reply_to_status_id_str\":\"173187399495585792\",\"id_str\":\"173187820809236480\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"favourites_count\":254,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":156,\"location\":\"Paris Montparnasse - Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"statuses_count\":34422,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":104184883,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\"},\"truncated\":false,\"id\":173187820809236480,\"created_at\":\"Fri Feb 24 23:29:28 +0000 2012\",\"in_reply_to_user_id_str\":\"72665061\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3008000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efcdc100-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73ddc0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "49efca64-31ad-4e43-83c9-b4c5ad17082b-173187820809236480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rien que pour faire monter les encheres!!\n#cQui #lgw\nET ON VEUT SAVOIR D'OU VIENT LA CHEMISE!!!!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1839282967/image_normal.jpg" +}, +"title": "thibault: Rien que pour faire monter les encheres!!\n#cQui #lgw\nET ON VEUT SAVOIR D'OU VIENT LA CHEMISE!!!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3009000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rien que pour faire monter les encheres!!\\n#cQui #lgw\\nET ON VEUT SAVOIR D'OU VIENT LA CHEMISE!!!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[42,47]},{\"text\":\"lgw\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187825506852865\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"theflmo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":49,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1839282967\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"494518890\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839282967\\/image_normal.jpg\",\"name\":\"thibault\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 17 00:14:01 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":494518890,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187825506852865,\"created_at\":\"Fri Feb 24 23:29:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3009000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9a9c184-6863-4b6c-965c-21251e97b8a8-173187825506852865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "A force de vouloir faire rire avec des blagues pas drôles, #lgw va lasser son public. Y'a pas moyen de faire quelque chose ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: A force de vouloir faire rire avec des blagues pas drôles, #lgw va lasser son public. Y'a pas moyen de faire quelque chose ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3009000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"A force de vouloir faire rire avec des blagues pas dr\\u00f4les, #lgw va lasser son public. Y'a pas moyen de faire quelque chose ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187823338393600\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":132,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"statuses_count\":545,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jean-Louis Coste\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":244454441,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\"},\"truncated\":false,\"id\":173187823338393600,\"created_at\":\"Fri Feb 24 23:29:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3009000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7787c9f9-00fd-4665-8135-1d4abddb552d-173187823338393600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@laurent70 #lgw t'aime", +"img": { +"src": "http://a2.twimg.com/profile_images/1801682939/image_normal.jpg" +}, +"title": "alexandra evan: @laurent70 #lgw t'aime", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3009000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"laurent70\",\"truncated\":false,\"text\":\"@laurent70 #lgw t'aime\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"laurent70\",\"indices\":[0,10],\"name\":\"Laurent Hermez\",\"id_str\":\"29409056\",\"id\":29409056}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"in_reply_to_user_id\":29409056,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187824638640128\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"alexevan\",\"lang\":\"en\",\"favourites_count\":5,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":18,\"location\":\"\",\"profile_text_color\":\"333333\",\"description\":\"Global Planning Director @ DDB interested in people, conversations, behaviour. Passionate by arequipe, wine & traveling. \",\"statuses_count\":296,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":113,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"33499701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"alexandra evan\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Apr 20 12:45:25 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":33499701,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173187824638640128,\"created_at\":\"Fri Feb 24 23:29:29 +0000 2012\",\"in_reply_to_user_id_str\":\"29409056\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3009000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae209d14-e76a-4b35-983a-fa2e23a7cb2b-173187824638640128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @KlaireFr: Je voulais faire ma blague que j'ai un mauvais caractère, mais que un sur 140, ça va ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/285544851/maxvenstermans_normal.jpg" +}, +"title": "Max Venstermans: RT @KlaireFr: Je voulais faire ma blague que j'ai un mauvais caractère, mais que un sur 140, ça va ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3010000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @KlaireFr: Je voulais faire ma blague que j'ai un mauvais caract\\u00e8re, mais que un sur 140, \\u00e7a va ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[3,12],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[101,105]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je voulais faire ma blague que j'ai un mauvais caract\\u00e8re, mais que un sur 140, \\u00e7a va ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[87,91]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187641917968386\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":780,\"screen_name\":\"KlaireFr\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":9882,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":282,\"profile_link_color\":\"1F98C7\",\"followers_count\":7169,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"description\":\"A un mauvais caract\\u00e8re. Mais un sur 140, \\u00e7a va. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C6E2EE\",\"id_str\":\"28096610\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"name\":\"Klaire.fr\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 01 12:34:58 +0000 2009\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":28096610,\"utc_offset\":-10800,\"favourites_count\":35,\"url\":\"http:\\/\\/www.klaire.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187641917968386,\"created_at\":\"Fri Feb 24 23:28:46 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187826266030081\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":425,\"screen_name\":\"MXV339\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":6393,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Li\\u00e8ge\",\"show_all_inline_media\":false,\"listed_count\":37,\"profile_link_color\":\"2FC2EF\",\"followers_count\":414,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/285544851\\/maxvenstermans_normal.jpg\",\"description\":\"Ebusiness Coordinator @ Alphamed, musicien, power-retweeter, blogueur matos musical, citoyen concern\\u00e9, observateur constern\\u00e9 & \\u00e9picurien avou\\u00e9\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"41923001\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/285544851\\/maxvenstermans_normal.jpg\",\"name\":\"Max Venstermans\",\"default_profile_image\":false,\"created_at\":\"Fri May 22 23:07:43 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":41923001,\"utc_offset\":3600,\"favourites_count\":71,\"url\":\"http:\\/\\/www.MXV.be\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187826266030081,\"created_at\":\"Fri Feb 24 23:29:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3010000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dba454ef-7a83-48f6-b5e3-7779650a680b-173187826266030081" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "pendant le #lgw http://t.co/hNul4Tz7", +"img": { +"src": "http://a1.twimg.com/profile_images/1704625616/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg" +}, +"title": "brissot pierre louis: pendant le #lgw http://t.co/hNul4Tz7", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3010000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"pendant le #lgw http:\\/\\/t.co\\/hNul4Tz7\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}],\"media\":[{\"type\":\"photo\",\"indices\":[16,36],\"sizes\":{\"large\":{\"h\":640,\"resize\":\"fit\",\"w\":480},\"medium\":{\"h\":640,\"resize\":\"fit\",\"w\":480},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":453,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdJaHNCQAAH2dn.jpg\",\"id_str\":\"173187823636201472\",\"expanded_url\":\"http:\\/\\/twitter.com\\/piloufaceIII\\/status\\/173187823632007168\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdJaHNCQAAH2dn.jpg\",\"id\":173187823636201472,\"display_url\":\"pic.twitter.com\\/hNul4Tz7\",\"url\":\"http:\\/\\/t.co\\/hNul4Tz7\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187823632007168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":16,\"screen_name\":\"piloufaceIII\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1704625616\\/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"442110979\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1704625616\\/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg\",\"name\":\"brissot pierre louis\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 20 19:21:45 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":442110979,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.facebook.com\\/profile.php?id=1246842647\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187823632007168,\"created_at\":\"Fri Feb 24 23:29:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3010000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "686a68d2-8397-47f8-8e00-04da55c3eb56-173187823632007168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart car il n'est plus capable de twitter, mais je regarde de loin hein... #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1427838155/P7114024_normal.JPG" +}, +"title": "jali: #ilpart car il n'est plus capable de twitter, mais je regarde de loin hein... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3010000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart car il n'est plus capable de twitter, mais je regarde de loin hein... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[78,82]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187827360731137\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":111,\"screen_name\":\"Jali\",\"lang\":\"fr\",\"profile_text_color\":\"574b57\",\"statuses_count\":30520,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"FR\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"name\":\"jali\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":8064742,\"utc_offset\":3600,\"favourites_count\":148,\"url\":\"http:\\/\\/www.jali.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187827360731137,\"created_at\":\"Fri Feb 24 23:29:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3010000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "18d3cba5-dd92-48b6-abea-57ca85548bf8-173187827360731137" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: RT @France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3011000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @France5tv: Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[3,13],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[76,79]},{\"text\":\"lgw\",\"indices\":[83,87]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[61,64]},{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187712285814785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":834,\"screen_name\":\"France5tv\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3553,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":849,\"profile_link_color\":\"FF0000\",\"followers_count\":48946,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"description\":\"France 5, cha\\u00eene du Groupe France T\\u00e9l\\u00e9visions. Apr\\u00e8s avoir fait connaissance, rapprochons-nous sur cette TL #media #clair\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"84c810\",\"id_str\":\"36932487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"profile_sidebar_fill_color\":\"50912a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"name\":\"France5\",\"default_profile_image\":false,\"created_at\":\"Fri May 01 12:30:02 +0000 2009\",\"profile_sidebar_border_color\":\"2ca33e\",\"id\":36932487,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187712285814785,\"created_at\":\"Fri Feb 24 23:29:02 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187832515543041\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13060,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":793,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187832515543041,\"created_at\":\"Fri Feb 24 23:29:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3011000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efdd4bfc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ac110d17-e139-4658-b178-3ecf2b3c20b4-173187832515543041" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "pourquoi #Lgw est le vendredi soir? je suis trop crevé en rentrant de l'entrainement pour aller devant la télé! dsl @vinvin @florencePorcel…", +"img": { +"src": "http://a0.twimg.com/profile_images/1796551460/watermark_normal.php" +}, +"title": "Guillaume: pourquoi #Lgw est le vendredi soir? je suis trop crevé en rentrant de l'entrainement pour aller devant la télé! dsl @vinvin @florencePorcel…", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3014000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"pourquoi #Lgw est le vendredi soir? je suis trop crev\\u00e9 en rentrant de l'entrainement pour aller devant la t\\u00e9l\\u00e9! dsl @vinvin @florencePorcel\\u2026\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[116,123],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"FlorencePorcel\",\"indices\":[124,139],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot for Chrome\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187844699987969\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":246,\"screen_name\":\"tchoum_5\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":12416,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/390949706\\/V_pour_Vendetta_04_1280x1024.jpg\",\"location\":\"Rennes\\/Gorron\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":115,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1796551460\\/watermark_normal.php\",\"description\":\"Juste un mec qui utilise son intelligence pour faire l'idiot! (merci cousine!)\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"88318737\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/390949706\\/V_pour_Vendetta_04_1280x1024.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796551460\\/watermark_normal.php\",\"name\":\"Guillaume\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 08 01:26:05 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":88318737,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187844699987969,\"created_at\":\"Fri Feb 24 23:29:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3014000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d2cf2322-370a-4059-bc84-00d8e391859a-173187844699987969" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Pingolin t'inquiète t'as pas raté grand grand chose, enfin surtout #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1810377161/IMG_3092_normal.JPG" +}, +"title": "Corentin Futur: @Pingolin t'inquiète t'as pas raté grand grand chose, enfin surtout #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3014000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Pingolin t'inqui\\u00e8te t'as pas rat\\u00e9 grand grand chose, enfin surtout #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Pingolin\",\"indices\":[0,9],\"id_str\":\"6762092\",\"name\":\"Vincent\",\"id\":6762092}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173187265806340096\",\"id_str\":\"173187844968427520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173187265806340096,\"in_reply_to_user_id_str\":\"6762092\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":109,\"screen_name\":\"KorentinFukyou\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":436,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/417303757\\/rififi.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1810377161\\/IMG_3092_normal.JPG\",\"description\":\"Parce que le Futur, c'est l'Avenir !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"483846389\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/417303757\\/rififi.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1810377161\\/IMG_3092_normal.JPG\",\"name\":\"Corentin Futur\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 05 13:12:34 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":483846389,\"utc_offset\":3600,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":\"Pingolin\",\"truncated\":false,\"id\":173187844968427520,\"created_at\":\"Fri Feb 24 23:29:34 +0000 2012\",\"in_reply_to_user_id\":6762092}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3014000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "35332f65-162e-40c0-b8c1-c9eed1c71469-173187844968427520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Bonjour je suis francois rollin, et je suis entouré de trous du cul", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw Bonjour je suis francois rollin, et je suis entouré de trous du cul", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3016000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Bonjour je suis francois rollin, et je suis entour\\u00e9 de trous du cul\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187854757928961\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187854757928961,\"created_at\":\"Fri Feb 24 23:29:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3016000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6cd7c849-aa14-4fee-8de2-27b5c3932599-173187854757928961" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je ne comprends pas tout ce qu'il se passe, je ne vous cache pas. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: Je ne comprends pas tout ce qu'il se passe, je ne vous cache pas. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3017000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je ne comprends pas tout ce qu'il se passe, je ne vous cache pas. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[66,70]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187855869423616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15002,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":261,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187855869423616,\"created_at\":\"Fri Feb 24 23:29:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3017000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6e623ee5-0905-44a4-8ea6-fb5f45253e45-173187855869423616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Excellente émission ! #LGW Jean Rolin #ilreste", +"img": { +"src": "http://a2.twimg.com/profile_images/1827809473/Photo_du_14-02-12___19.12__original__normal.jpg" +}, +"title": "Anthony: Excellente émission ! #LGW Jean Rolin #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3017000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Excellente \\u00e9mission ! #LGW Jean Rolin #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[22,26]},{\"text\":\"ilreste\",\"indices\":[38,46]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187857119322112\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"_konguru\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":178,\"location\":\"Montpellier, France\",\"profile_text_color\":\"f7a72e\",\"followers_count\":151,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1827809473\\/Photo_du_14-02-12___19.12__original__normal.jpg\",\"description\":\"R\\u00e9veil. Musique. Dodo. Concert. D\\u00e9prime post-concert. Dodo. Mais je m'int\\u00e9resse \\u00e0 d'autres choses aussi.\",\"statuses_count\":3144,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"98826956\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Anthony\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Dec 23 07:43:46 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":98826956,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/flavors.me\\/konguru\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827809473\\/Photo_du_14-02-12___19.12__original__normal.jpg\"},\"truncated\":false,\"id\":173187857119322112,\"created_at\":\"Fri Feb 24 23:29:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3017000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6722fc1f-09c7-423b-a781-950d002f7463-173187857119322112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'était David Guetta le mec qui mimait sur la dernière ? #cqui #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: C'était David Guetta le mec qui mimait sur la dernière ? #cqui #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3018000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'\\u00e9tait David Guetta le mec qui mimait sur la derni\\u00e8re ? #cqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[57,62]},{\"text\":\"lgw\",\"indices\":[63,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187861003243520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1033,\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":3559,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"followers_count\":668,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"name\":\"Bastien Joseph\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":191087175,\"utc_offset\":null,\"favourites_count\":10,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187861003243520,\"created_at\":\"Fri Feb 24 23:29:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3018000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e7c91545-5424-4b8e-8cd0-738b286e9bc9-173187861003243520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"Je suis vraiment entouré de trous du cul!\"... On dirait moi au lycée! #VisMaVieDeLycéen #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: \"Je suis vraiment entouré de trous du cul!\"... On dirait moi au lycée! #VisMaVieDeLycéen #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3020000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\"Je suis vraiment entour\\u00e9 de trous du cul!\\\"... On dirait moi au lyc\\u00e9e! #VisMaVieDeLyc\\u00e9en #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"VisMaVieDeLyc\\u00e9en\",\"indices\":[71,88]},{\"text\":\"lgw\",\"indices\":[89,93]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187868720766976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4895,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187868720766976,\"created_at\":\"Fri Feb 24 23:29:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3020000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f041d4d2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "784ad2a2-8e01-410f-958d-8488f9c5d4d6-173187868720766976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pas mal #LeProc #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: Pas mal #LeProc #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3020000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pas mal #LeProc #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LeProc\",\"indices\":[8,15]},{\"text\":\"LGW\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187870939549696\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83436,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187870939549696,\"created_at\":\"Fri Feb 24 23:29:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3020000, +"tags": [ +{ +"id-ref": "f041f49e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9bc377a0-51d4-42be-a48b-826dd942c56e-173187870939549696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@antoinetouzot mais troooop au moins je fais quelque chose de mon vendredi soir ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1348620857/aa_normal.JPG" +}, +"title": "A Warnia de Zarzecki: @antoinetouzot mais troooop au moins je fais quelque chose de mon vendredi soir ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3021000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@antoinetouzot mais troooop au moins je fais quelque chose de mon vendredi soir ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"antoinetouzot\",\"indices\":[0,14],\"id_str\":\"123813930\",\"name\":\"Antoine Touzot\",\"id\":123813930}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[82,86]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183402948825089\",\"id_str\":\"173187873300942848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183402948825089,\"in_reply_to_user_id_str\":\"123813930\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"alexwaza\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":516,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"location\":\"St Mand\\u00e9\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"007ede\",\"followers_count\":320,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"description\":\"\\u00c9tudiant en troisi\\u00e8me ann\\u00e9e \\u00e0 @HETIC.\\r\\nJ'erre sur Twitter sans domaine de pr\\u00e9dilection, vous voil\\u00e0 avertis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"201387157\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"profile_sidebar_fill_color\":\"d9d9d9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"name\":\"A Warnia de Zarzecki\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 11 18:53:07 +0000 2010\",\"profile_sidebar_border_color\":\"c7cce0\",\"id\":201387157,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"antoinetouzot\",\"truncated\":false,\"id\":173187873300942848,\"created_at\":\"Fri Feb 24 23:29:41 +0000 2012\",\"in_reply_to_user_id\":123813930}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3021000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e0d4baae-7c0e-4e19-be78-17217701f685-173187873300942848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Momo Motus #ilReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819882790/tetocarre_normal.jpg" +}, +"title": "Cédric BILLAUDELLE: Momo Motus #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3022000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Momo Motus #ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[11,19]},{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187880297046017\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"Cbill0\",\"lang\":\"fr\",\"profile_text_color\":\"F2ECF9\",\"statuses_count\":1109,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"location\":\"Lille, FR\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"1a1aba\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 l'IAE de Lille, mais pur produit des Ardennes. Aime beaucoup apprendre, mais n'aime pas qu'on lui fasse la le\\u00e7on.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E44B22\",\"id_str\":\"84313428\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"profile_sidebar_fill_color\":\"2C446A\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"name\":\"C\\u00e9dric BILLAUDELLE\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 12:34:22 +0000 2009\",\"profile_sidebar_border_color\":\"0C0F22\",\"id\":84313428,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187880297046017,\"created_at\":\"Fri Feb 24 23:29:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3022000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "930af4df-be57-4014-896f-6b0e6f7cf40c-173187880297046017" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un mec qui bosse à France 5 à retweeté un de mes tweet ayant pour hastag : #lgw ^^", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: Un mec qui bosse à France 5 à retweeté un de mes tweet ayant pour hastag : #lgw ^^", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3022000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Un mec qui bosse \\u00e0 France 5 \\u00e0 retweet\\u00e9 un de mes tweet ayant pour hastag : #lgw ^^\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187877629476864\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":233,\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10968,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez les mafieux mexicains\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":391,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"name\":\"Young, Wild & Free\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":363343002,\"utc_offset\":null,\"favourites_count\":39,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187877629476864,\"created_at\":\"Fri Feb 24 23:29:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3022000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "154b5d9d-26b8-49a8-af0d-1f5c904f0348-173187877629476864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: RT @France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3022000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @France5tv: Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[3,13],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[76,79]},{\"text\":\"lgw\",\"indices\":[83,87]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[61,64]},{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187712285814785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":834,\"screen_name\":\"France5tv\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3553,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":849,\"profile_link_color\":\"FF0000\",\"followers_count\":48946,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"description\":\"France 5, cha\\u00eene du Groupe France T\\u00e9l\\u00e9visions. Apr\\u00e8s avoir fait connaissance, rapprochons-nous sur cette TL #media #clair\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"84c810\",\"id_str\":\"36932487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"profile_sidebar_fill_color\":\"50912a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"name\":\"France5\",\"default_profile_image\":false,\"created_at\":\"Fri May 01 12:30:02 +0000 2009\",\"profile_sidebar_border_color\":\"2ca33e\",\"id\":36932487,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187712285814785,\"created_at\":\"Fri Feb 24 23:29:02 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187877734334465\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":146,\"screen_name\":\"JoffreyMick\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1027,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"255731473\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"name\":\"Joffrey Mick\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":255731473,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187877734334465,\"created_at\":\"Fri Feb 24 23:29:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3022000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efdd4bfc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3e92ea2e-1506-4ff1-911b-509901a43efe-173187877734334465" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Tweets2Comptoir: Retrouvez la sélection de Tweets de Comptoir pour Le Grand Webze -> http://t.co/4jnewqO5 #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1843250602/image_normal.jpg" +}, +"title": "Virginie Lominet: RT @Tweets2Comptoir: Retrouvez la sélection de Tweets de Comptoir pour Le Grand Webze -> http://t.co/4jnewqO5 #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3022000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Tweets2Comptoir: Retrouvez la s\\u00e9lection de Tweets de Comptoir pour Le Grand Webze -> http:\\/\\/t.co\\/4jnewqO5 #lgw\",\"entities\":{\"urls\":[{\"indices\":[92,112],\"display_url\":\"t2c.tw\\/eetsLGW\",\"expanded_url\":\"http:\\/\\/t2c.tw\\/eetsLGW\",\"url\":\"http:\\/\\/t.co\\/4jnewqO5\"}],\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[3,19],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Retrouvez la s\\u00e9lection de Tweets de Comptoir pour Le Grand Webze -> http:\\/\\/t.co\\/4jnewqO5 #lgw\",\"entities\":{\"urls\":[{\"indices\":[71,91],\"display_url\":\"t2c.tw\\/eetsLGW\",\"expanded_url\":\"http:\\/\\/t2c.tw\\/eetsLGW\",\"url\":\"http:\\/\\/t.co\\/4jnewqO5\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185674487414784\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffcc00\",\"screen_name\":\"Tweets2Comptoir\",\"lang\":\"fr\",\"favourites_count\":5604,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3071,\"location\":\"Dans tes tweets\",\"profile_text_color\":\"3f3210\",\"followers_count\":6470,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"description\":\"Tweets de Comptoir est l\\u00e0 pour rendre quotidiennement compte de l'activit\\u00e9 subversive des tweetos, en d\\u00e9non\\u00e7ant les meilleurs tweets publi\\u00e9s.\",\"statuses_count\":2933,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"show_all_inline_media\":true,\"listed_count\":188,\"profile_link_color\":\"3b8ab2\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d1f5c\",\"protected\":false,\"id_str\":\"227334618\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Tweets de Comptoir\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"created_at\":\"Thu Dec 16 15:29:51 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":227334618,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/tweetsdecomptoir.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\"},\"truncated\":false,\"id\":173185674487414784,\"created_at\":\"Fri Feb 24 23:20:57 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187879424638977\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"laristocraft\",\"lang\":\"fr\",\"favourites_count\":426,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":916,\"location\":\"Boulogne-billancourt\",\"profile_text_color\":\"333333\",\"followers_count\":4464,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"description\":\"Ne dites pas \\u00e0 ma m\\u00e8re que je suis community manager, elle me croit pianiste dans un bordel. Fantasque & despotique. Pathologie: Bovarysme. On @Locita @Owni\",\"statuses_count\":15202,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"show_all_inline_media\":false,\"listed_count\":402,\"profile_link_color\":\"ab3202\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"16502490\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Virginie Lominet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"created_at\":\"Sun Sep 28 20:37:13 +0000 2008\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":16502490,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.laristocraft.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\"},\"truncated\":false,\"id\":173187879424638977,\"created_at\":\"Fri Feb 24 23:29:42 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3022000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "85ae2d89-21e8-4058-8d0e-382f407a2ca5-173187879424638977" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1843012356/RomDe_normal.png" +}, +"title": "gelifiant: #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3023000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187881760854017\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":321,\"screen_name\":\"gelifiant\",\"lang\":\"fr\",\"profile_text_color\":\"595959\",\"statuses_count\":9349,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/58751147\\/Joker.jpg\",\"location\":\"Bordeaux \\/ Paris\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"d41500\",\"followers_count\":300,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1843012356\\/RomDe_normal.png\",\"description\":\"Je suis la joie, je suis la f\\u00eate, je suis \\u00e9ternel, etc.\\r\\nhttp:\\/\\/dark-and-dirty.tumblr.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"17735277\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/58751147\\/Joker.jpg\",\"profile_sidebar_fill_color\":\"e6e6e6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843012356\\/RomDe_normal.png\",\"name\":\"gelifiant\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 29 14:53:44 +0000 2008\",\"profile_sidebar_border_color\":\"c2c2c2\",\"id\":17735277,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/gelifiant\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187881760854017,\"created_at\":\"Fri Feb 24 23:29:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3023000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f53345b9-0b20-4196-a33f-9eb307a266b3-173187881760854017" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/37455262/titou_150_normal.jpg" +}, +"title": "Pierre Titou LANNES: RT @France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3023000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @France5tv: Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[3,13],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[76,79]},{\"text\":\"lgw\",\"indices\":[83,87]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[61,64]},{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":2,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187712285814785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":834,\"screen_name\":\"France5tv\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3553,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":849,\"profile_link_color\":\"FF0000\",\"followers_count\":48946,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"description\":\"France 5, cha\\u00eene du Groupe France T\\u00e9l\\u00e9visions. Apr\\u00e8s avoir fait connaissance, rapprochons-nous sur cette TL #media #clair\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"84c810\",\"id_str\":\"36932487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"profile_sidebar_fill_color\":\"50912a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"name\":\"France5\",\"default_profile_image\":false,\"created_at\":\"Fri May 01 12:30:02 +0000 2009\",\"profile_sidebar_border_color\":\"2ca33e\",\"id\":36932487,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187712285814785,\"created_at\":\"Fri Feb 24 23:29:02 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":2,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187881123323905\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":268,\"screen_name\":\"titounet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5079,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/421488521\\/2005-09_La_Reunion_014.jpg\",\"location\":\"IDF, Gers 32, Landes 40, PO 66\",\"show_all_inline_media\":true,\"listed_count\":35,\"profile_link_color\":\"9D582E\",\"followers_count\":450,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/37455262\\/titou_150_normal.jpg\",\"description\":\"Ergonome facteurs humains et organisationnels, #ergonomie des interfaces hommes-machines #UX. Gascon, Pyr\\u00e9n\\u00e9es, gastronomie, festayre, rugby, surf\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"10461152\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421488521\\/2005-09_La_Reunion_014.jpg\",\"profile_sidebar_fill_color\":\"fcf1c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/37455262\\/titou_150_normal.jpg\",\"name\":\"Pierre Titou LANNES\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 22 06:18:31 +0000 2007\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":10461152,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/titou.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187881123323905,\"created_at\":\"Fri Feb 24 23:29:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3023000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efdd4bfc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "28d5db08-ba20-4518-aa42-98366142afe7-173187881123323905" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sa m'fait peur #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: Sa m'fait peur #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3023000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Sa m'fait peur #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[15,19]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187883576991745\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"favourites_count\":14,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":false,\"friends_count\":591,\"location\":\"\",\"profile_text_color\":\"520000\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"statuses_count\":18713,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"followers_count\":507,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"protected\":false,\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Camille .\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_fill_color\":\"d61d08\",\"id\":93848420,\"follow_request_sent\":null,\"utc_offset\":-36000,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173187883576991745,\"created_at\":\"Fri Feb 24 23:29:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3023000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "38284dfb-1dfe-413c-875e-b7129ef7e47a-173187883576991745" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'etait drôle j'ai trouve. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1761971356/11471_video_big_normal.jpg" +}, +"title": "Co|dFragger: C'etait drôle j'ai trouve. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3023000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'etait dr\\u00f4le j'ai trouve. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187883727990785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":601,\"screen_name\":\"ColdFragger\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1419,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Alpes-Maritimes\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"009999\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1761971356\\/11471_video_big_normal.jpg\",\"description\":\"Deviant super-h\\u00e9ros, je bois du caf\\u00e9 donc je veille. Je veille donc j'\\u00e9cris. Mais pas, ici, ailleurs, ou sur #lemag @lemagjeuxvideo\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"408476304\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1761971356\\/11471_video_big_normal.jpg\",\"name\":\"Co|dFragger\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 09 13:35:26 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":408476304,\"utc_offset\":3600,\"favourites_count\":36,\"url\":\"http:\\/\\/lemagjeuxvideo.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187883727990785,\"created_at\":\"Fri Feb 24 23:29:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3023000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0b25067d-f92e-4774-a8fc-feaca0ec262a-173187883727990785" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Ilagee: Entre vos #Césars, vos #LGW et vos #CI, j'ai un peu l'impression d'être au beau milieu d'un gang bang de livetweets contre m ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1846439003/steam-punk_normal.jpg" +}, +"title": "Simon Rigaut: RT @Ilagee: Entre vos #Césars, vos #LGW et vos #CI, j'ai un peu l'impression d'être au beau milieu d'un gang bang de livetweets contre m ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3023000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Ilagee: Entre vos #C\\u00e9sars, vos #LGW et vos #CI, j'ai un peu l'impression d'\\u00eatre au beau milieu d'un gang bang de livetweets contre m ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Ilagee\",\"indices\":[3,10],\"id_str\":\"189097725\",\"name\":\"[Nom du sujet]\",\"id\":189097725}],\"urls\":[],\"hashtags\":[{\"text\":\"C\\u00e9sars\",\"indices\":[22,29]},{\"text\":\"LGW\",\"indices\":[35,39]},{\"text\":\"CI\",\"indices\":[47,50]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Entre vos #C\\u00e9sars, vos #LGW et vos #CI, j'ai un peu l'impression d'\\u00eatre au beau milieu d'un gang bang de livetweets contre mon gr\\u00e9.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"C\\u00e9sars\",\"indices\":[10,17]},{\"text\":\"LGW\",\"indices\":[23,27]},{\"text\":\"CI\",\"indices\":[35,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185287571243008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":290,\"screen_name\":\"Ilagee\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":11875,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/233715649\\/black_pattern.jpg\",\"location\":\"[Ville du sujet]\",\"show_all_inline_media\":true,\"listed_count\":78,\"profile_link_color\":\"d93c3c\",\"followers_count\":1025,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813929904\\/TwavatarZS_normal.png\",\"description\":\"J'ai cr\\u00e9\\u00e9 Z\\u00e9ros Sociaux, c'est un site sur les internets.\\r\\nAh, et j'ai une IMPRESSIONNANTE collection de dinosaures en plastique.\\r\\nC'est pas pour p\\u00e9cho, tkt.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"189097725\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/233715649\\/black_pattern.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813929904\\/TwavatarZS_normal.png\",\"name\":\"[Nom du sujet]\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 10 11:26:10 +0000 2010\",\"profile_sidebar_border_color\":\"000000\",\"id\":189097725,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/zeros-sociaux.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185287571243008,\"created_at\":\"Fri Feb 24 23:19:24 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187883174342656\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":361,\"screen_name\":\"cretincelle\",\"lang\":\"fr\",\"profile_text_color\":\"ffffff\",\"statuses_count\":8229,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/295299353\\/RATM_Tribute_rage_against_the_machine.jpg\",\"location\":\"Dans Ton Cul\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"752727\",\"followers_count\":223,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846439003\\/steam-punk_normal.jpg\",\"description\":\"Bonjour, followez moi, au revoir #followback\\r\\nAu fait, voil\\u00e0 mon Facebook, faites en bon usage https:\\/\\/www.facebook.com\\/simon.rigaut1\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"302693086\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/295299353\\/RATM_Tribute_rage_against_the_machine.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846439003\\/steam-punk_normal.jpg\",\"name\":\"Simon Rigaut\",\"default_profile_image\":false,\"created_at\":\"Sat May 21 16:10:42 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":302693086,\"utc_offset\":3600,\"favourites_count\":26,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173187883174342656,\"created_at\":\"Fri Feb 24 23:29:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3023000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eff8cb8e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a10f5d72-94bc-41f5-84f3-ade75317d8e6-173187883174342656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@tr13ze putain ce scandale! #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1300818041/twitter_frite_normal.jpg" +}, +"title": "rorolafrite: @tr13ze putain ce scandale! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3023000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@tr13ze putain ce scandale! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"tr13ze\",\"indices\":[0,7],\"id_str\":\"126569577\",\"name\":\"Chris\",\"id\":126569577}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173187507968671744\",\"id_str\":\"173187880494186496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173187507968671744,\"in_reply_to_user_id_str\":\"126569577\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":366,\"screen_name\":\"rorolafrite\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":2110,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/50572791\\/fondtwitter.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"b05007\",\"followers_count\":385,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1300818041\\/twitter_frite_normal.jpg\",\"description\":\"En 87, j'\\u00e9tais maire d'Antibes. Apr\\u00e8s j'en ai eu marre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"473623\",\"id_str\":\"7118592\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/50572791\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"cfb080\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1300818041\\/twitter_frite_normal.jpg\",\"name\":\"rorolafrite\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 27 21:21:56 +0000 2007\",\"profile_sidebar_border_color\":\"b05403\",\"id\":7118592,\"utc_offset\":3600,\"favourites_count\":15,\"url\":\"http:\\/\\/cargocollective.com\\/doublescottie\"},\"in_reply_to_screen_name\":\"tr13ze\",\"truncated\":false,\"id\":173187880494186496,\"created_at\":\"Fri Feb 24 23:29:43 +0000 2012\",\"in_reply_to_user_id\":126569577}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3023000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a7f2e8d7-f080-472c-bae5-2bbcda98d3ff-173187880494186496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Charles_Liebert Le bisous, c'était une stratégie qui aurait pu marcher pour la chemise de @vinvin cc @ludodelaherche #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1717757168/PO_Fond_Gris_normal.jpg" +}, +"title": "PierreOlivier Carles: @Charles_Liebert Le bisous, c'était une stratégie qui aurait pu marcher pour la chemise de @vinvin cc @ludodelaherche #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3025000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Charles_Liebert\",\"favorited\":false,\"text\":\"@Charles_Liebert Le bisous, c'\\u00e9tait une strat\\u00e9gie qui aurait pu marcher pour la chemise de @vinvin cc @ludodelaherche #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Charles_Liebert\",\"indices\":[0,16],\"name\":\"Charles Liebert\",\"id_str\":\"610993\",\"id\":610993},{\"screen_name\":\"Vinvin\",\"indices\":[91,98],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522},{\"screen_name\":\"LudoDelaherche\",\"indices\":[102,117],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[118,122]}]},\"in_reply_to_user_id\":610993,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173184730743848962,\"in_reply_to_status_id_str\":\"173184730743848962\",\"id_str\":\"173187891076411392\",\"user\":{\"default_profile_image\":false,\"verified\":true,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"pocarles\",\"lang\":\"fr\",\"favourites_count\":80,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":1148,\"location\":\"Toulouse - Miami\",\"profile_text_color\":\"333333\",\"followers_count\":5249,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\",\"description\":\"Co-Founder at @Digidust & @Labotec. BA in @Stonfield @APICube @Hellotipi and others.\\r\\nMore Entrepreneur than Investor. Rugby, Gastronomy and Human enthusiast !\",\"statuses_count\":32043,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"show_all_inline_media\":true,\"listed_count\":448,\"profile_link_color\":\"5cace5\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFFFFF\",\"protected\":false,\"id_str\":\"23074316\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"PierreOlivier Carles\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"created_at\":\"Fri Mar 06 15:10:47 +0000 2009\",\"profile_sidebar_fill_color\":\"f0f0f0\",\"id\":23074316,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.pocarles.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\"},\"truncated\":false,\"id\":173187891076411392,\"created_at\":\"Fri Feb 24 23:29:45 +0000 2012\",\"in_reply_to_user_id_str\":\"610993\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3025000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2d6dbe71-b10e-4b4f-bdac-d43920c44ca1-173187891076411392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Madame #leproc c'est pas une série télé familiale déjà ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1614428473/Capture_d__cran_2011-10-30___21.31.58_normal.jpg" +}, +"title": "Yoann Ferret: Madame #leproc c'est pas une série télé familiale déjà ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3026000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Madame #leproc c'est pas une s\\u00e9rie t\\u00e9l\\u00e9 familiale d\\u00e9j\\u00e0 ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"leproc\",\"indices\":[7,14]},{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187896235405313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":261,\"screen_name\":\"yoannferret\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":25134,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/370159424\\/mosaic-export.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"949494\",\"followers_count\":582,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1614428473\\/Capture_d__cran_2011-10-30___21.31.58_normal.jpg\",\"description\":\"Responsable de la r\\u00e9daction sur @FreenewsActu et big boss de @cafegaming. Conversation minimale. R\\u00e9f\\u00e9rences \\u00e9clectiques (chiantes). Romanichel Racing Club\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"efefef\",\"id_str\":\"4035431\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/370159424\\/mosaic-export.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1614428473\\/Capture_d__cran_2011-10-30___21.31.58_normal.jpg\",\"name\":\"Yoann Ferret\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 10 14:18:04 +0000 2007\",\"profile_sidebar_border_color\":\"b5b5b5\",\"id\":4035431,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/www.cafegaming.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187896235405313,\"created_at\":\"Fri Feb 24 23:29:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3026000, +"tags": [ +{ +"id-ref": "f041f49e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1f490b19-3944-48c0-b8a8-451e5e5bfb83-173187896235405313" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LNdoll: #ilReste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1646789005/moi-id-tof-effects-600x600-gplus_normal.jpg" +}, +"title": "Romain Vuillemot: RT @LNdoll: #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3027000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LNdoll: #ilReste #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LNdoll\",\"indices\":[3,10],\"id_str\":\"37177757\",\"name\":\"H\\u00e9l\\u00e8ne Hautbois\",\"id\":37177757}],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[12,20]},{\"text\":\"lgw\",\"indices\":[21,25]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185058453204992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":106,\"screen_name\":\"LNdoll\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":536,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/197370085\\/IMG00162.JPG\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0099B9\",\"followers_count\":81,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1580412781\\/Sans_titre_3_normal.jpg\",\"description\":\"LN, 23 ans, belle, dr\\u00f4le, sympa, riche...Vous ne me croyez pas ? (Vous avez bien raison...). Mod\\u00e9ratrice sur\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"37177757\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/197370085\\/IMG00162.JPG\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1580412781\\/Sans_titre_3_normal.jpg\",\"name\":\"H\\u00e9l\\u00e8ne Hautbois\",\"default_profile_image\":false,\"created_at\":\"Sat May 02 10:51:08 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":37177757,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/arnaudtsamere.com\\/forum\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185058453204992,\"created_at\":\"Fri Feb 24 23:18:30 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187897997017090\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":314,\"screen_name\":\"romsson\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":684,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0099CC\",\"followers_count\":195,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1646789005\\/moi-id-tof-effects-600x600-gplus_normal.jpg\",\"description\":\"Interests in Information Visualization, Human\\/Computer Interaction, Design, etc. #infoviz #dataviz #hci\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"14898705\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1646789005\\/moi-id-tof-effects-600x600-gplus_normal.jpg\",\"name\":\"Romain Vuillemot\",\"default_profile_image\":false,\"created_at\":\"Sun May 25 13:35:06 +0000 2008\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":14898705,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/romain.vuillemot.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187897997017090,\"created_at\":\"Fri Feb 24 23:29:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3027000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8e2bb604-7599-4f42-b269-8366475fc485-173187897997017090" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Réussies mes blagues j'espere... J ai tout donné... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819530189/twitter_normal.png" +}, +"title": "Benoit Lebreau: Réussies mes blagues j'espere... J ai tout donné... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3027000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"R\\u00e9ussies mes blagues j'espere... J ai tout donn\\u00e9... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187898441596928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":605,\"screen_name\":\"benoitlebreau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4157,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"667033\",\"followers_count\":339,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"description\":\"sympathique et cool \\/\\/ danseur \\u00e9toile \\u00e0 NRJ Group \\/\\/ #runner parisien du soir, #radio amateur et tr\\u00e8s dr\\u00f4le \\u00e0 la t\\u00e9l\\u00e9\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"267290862\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"name\":\"Benoit Lebreau\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 16 17:22:17 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":267290862,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/www.benoitlebreau.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187898441596928,\"created_at\":\"Fri Feb 24 23:29:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3027000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4b800077-4a58-41d9-8c91-b0ea4a7ab4a5-173187898441596928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pour représenter notre chère Corrèze à la TV y'a Chirac, Hollande, Sebastien... et @benoitlebreau #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1754889775/Capture_d__cran_2012-01-14___19.16.40_normal.png" +}, +"title": "Manu: Pour représenter notre chère Corrèze à la TV y'a Chirac, Hollande, Sebastien... et @benoitlebreau #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3028000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pour repr\\u00e9senter notre ch\\u00e8re Corr\\u00e8ze \\u00e0 la TV y'a Chirac, Hollande, Sebastien... et @benoitlebreau #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"benoitlebreau\",\"indices\":[83,97],\"id_str\":\"267290862\",\"name\":\"Benoit Lebreau\",\"id\":267290862}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[98,102]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187902770135040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":191,\"screen_name\":\"Man_Bey\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7234,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Toulouse\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":103,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1754889775\\/Capture_d__cran_2012-01-14___19.16.40_normal.png\",\"description\":\"Je suis \\u00e9tudiant donc je mange des p\\u00e2tes et je bois de l'alcool.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"67760385\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1754889775\\/Capture_d__cran_2012-01-14___19.16.40_normal.png\",\"name\":\"Manu\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 22 00:05:34 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":67760385,\"utc_offset\":3600,\"favourites_count\":102,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187902770135040,\"created_at\":\"Fri Feb 24 23:29:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3028000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cf9ac3cf-b579-498c-b35a-7648a40e9e08-173187902770135040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824574623/P1080294id_normal.jpg" +}, +"title": "Ambre Benais: #Ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3029000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187907773923328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"AmbreBenais\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":0,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"93A644\",\"followers_count\":22,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824574623\\/P1080294id_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"B2DFDA\",\"id_str\":\"307868282\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824574623\\/P1080294id_normal.jpg\",\"name\":\"Ambre Benais\",\"default_profile_image\":false,\"created_at\":\"Mon May 30 12:46:01 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":307868282,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187907773923328,\"created_at\":\"Fri Feb 24 23:29:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3029000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a7c6b0d4-5565-450b-bc9a-fce77ab51a18-173187907773923328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LePetitWebze: La, desolé mais faire passer Florence pour une pute n'est pas drôle #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1658546588/solidarnosc_normal.jpg" +}, +"title": "Miguel Teixeira: RT @LePetitWebze: La, desolé mais faire passer Florence pour une pute n'est pas drôle #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3029000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LePetitWebze: La, desol\\u00e9 mais faire passer Florence pour une pute n'est pas dr\\u00f4le #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LePetitWebze\",\"indices\":[3,16],\"id_str\":\"420704703\",\"name\":\"Le Petit Webze\",\"id\":420704703}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[86,90]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"La, desol\\u00e9 mais faire passer Florence pour une pute n'est pas dr\\u00f4le #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187700378177537\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":183,\"screen_name\":\"LePetitWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":119,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":60,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1671170405\\/lepetitwebze_normal.jpg\",\"description\":\"le TEDx est au TED ce que @LePetitWebze est \\u00e0 @LeGrandWebze (compte de FanArt LolFan)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"420704703\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1671170405\\/lepetitwebze_normal.jpg\",\"name\":\"Le Petit Webze\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 25 00:12:18 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":420704703,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/soundcloud.com\\/lepetitwebze\\/lepetitwebze\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187700378177537,\"created_at\":\"Fri Feb 24 23:29:00 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187908587634689\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":258,\"screen_name\":\"migteix\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2719,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Orleans\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":268,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"description\":\"blogueur orl\\u00e9anais, parle surtout d'actu locale et sort 2\\/3 blagues de temps en temps...\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"3543511\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"name\":\"Miguel Teixeira\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 05 18:00:09 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":3543511,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.coteboulevard.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187908587634689,\"created_at\":\"Fri Feb 24 23:29:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3029000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6fa6e83b-0b38-41df-a5e4-bfda0c52b3b1-173187908587634689" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cQui nan je décone je sais qui c'est... ou pas!", +"img": { +"src": "http://a0.twimg.com/profile_images/1816129899/bw_normal.JPG" +}, +"title": "Clélia: #lgw #cQui nan je décone je sais qui c'est... ou pas!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3031000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #cQui nan je d\\u00e9cone je sais qui c'est... ou pas!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cQui\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187917160779776\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":174,\"screen_name\":\"Clelia42\",\"lang\":\"en\",\"profile_text_color\":\"0a703f\",\"statuses_count\":1419,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/310892206\\/P7140056.JPG\",\"location\":\"Home\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"b31d09\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1816129899\\/bw_normal.JPG\",\"description\":\"Whovian, BBCiste , Etudiante, Naturaliste et H\\u00e9licicultrice... \\r\\n42 est la r\\u00e9ponse \\u00e0 la vie, l'univers et le reste!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Nuku'alofa\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"18774075\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/310892206\\/P7140056.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1816129899\\/bw_normal.JPG\",\"name\":\"Cl\\u00e9lia\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 08 18:54:02 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18774075,\"utc_offset\":46800,\"favourites_count\":22,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187917160779776,\"created_at\":\"Fri Feb 24 23:29:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3031000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e592507e-11b3-4c71-8751-da6d7d0f5b5e-173187917160779776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw en TT !", +"img": { +"src": "http://a0.twimg.com/profile_images/1841672766/18052011_002_twt_normal.jpg" +}, +"title": "Pascal R : #ilreste #lgw en TT !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3033000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilreste #lgw en TT !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[10,14]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187923301253122\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"fff8ad\",\"screen_name\":\"PTwicard\",\"lang\":\"fr\",\"favourites_count\":87,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":186,\"location\":\"terre, syst solaire, v. lact\\u00e9e\",\"profile_text_color\":\"333333\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1841672766\\/18052011_002_twt_normal.jpg\",\"description\":\"Retweeteur compulsif ?\\r\\nVoici mon fil Twitter officiel et si c'est \\u00e9crit c'est que \\u00e7a doit \\u00eatre vrai.\\r\\nFan des Nuls. Et de Coluche ! Metooer too, des fois.\",\"statuses_count\":1290,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099CC\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"protected\":false,\"id_str\":\"448753241\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pascal R \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"created_at\":\"Wed Dec 28 10:07:55 +0000 2011\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"id\":448753241,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841672766\\/18052011_002_twt_normal.jpg\"},\"truncated\":false,\"id\":173187923301253122,\"created_at\":\"Fri Feb 24 23:29:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3033000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "844f6a11-44c7-430c-aa34-7f7e476fd793-173187923301253122" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw il reste!", +"img": { +"src": "http://a0.twimg.com/profile_images/1538693241/Logo_Dabet_21_normal.jpg" +}, +"title": "Merwan Saidi: #lgw il reste!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3033000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw il reste!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187925662646272\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"Dabet21\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":10,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1538693241\\/Logo_Dabet_21_normal.jpg\",\"description\":\"\",\"statuses_count\":89,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"367182232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Merwan Saidi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Sat Sep 03 14:42:53 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":367182232,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/dabet21.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1538693241\\/Logo_Dabet_21_normal.jpg\"},\"truncated\":false,\"id\":173187925662646272,\"created_at\":\"Fri Feb 24 23:29:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3033000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "514c1e6c-1d69-41cb-9e27-24f9022fc1a0-173187925662646272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin il est génial. #ilreste #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1790460791/321337_263307607025331_100000382824231_896532_532472435_n_normal.jpg" +}, +"title": "Meylia: Rollin il est génial. #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3033000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"Rollin il est g\\u00e9nial. #ilreste #lgw\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[22,30]},{\"text\":\"lgw\",\"indices\":[31,35]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412329299\\/321337_263307607025331_100000382824231_896532_532472435_n.jpg\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"screen_name\":\"OrnythorincBleu\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1790460791\\/321337_263307607025331_100000382824231_896532_532472435_n_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"F2E195\",\"location\":\"\",\"favourites_count\":2,\"description\":\"\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":148,\"profile_text_color\":\"0C3E53\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1790460791\\/321337_263307607025331_100000382824231_896532_532472435_n_normal.jpg\",\"statuses_count\":103,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/412329299\\/321337_263307607025331_100000382824231_896532_532472435_n.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"protected\":false,\"is_translator\":false,\"name\":\"Meylia\",\"default_profile\":false,\"time_zone\":\"Greenland\",\"created_at\":\"Sun Feb 27 14:59:32 +0000 2011\",\"profile_background_color\":\"BADFCD\",\"id\":258358271,\"id_str\":\"258358271\",\"geo_enabled\":false,\"profile_background_tile\":true,\"utc_offset\":-10800,\"url\":null},\"in_reply_to_status_id\":null,\"id\":173187925771689984,\"created_at\":\"Fri Feb 24 23:29:53 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187925771689984\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3033000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "73114acc-1c63-4e9b-b874-1a9e17ed7be0-173187925771689984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je me suis forcé, mais y'a rien a faire, je me fais chier #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1582021283/Sans_titre_normal.png" +}, +"title": "Sikado: je me suis forcé, mais y'a rien a faire, je me fais chier #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3034000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"je me suis forc\\u00e9, mais y'a rien a faire, je me fais chier #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187928485412864\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"sikado\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":249,\"location\":\"\",\"profile_text_color\":\"666666\",\"followers_count\":45,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1582021283\\/Sans_titre_normal.png\",\"description\":\"Passionn\\u00e9 par la procrastination, d\\u00e9veloppeur de projet pas fini, et troll \\u00e0 mes heures !\",\"statuses_count\":109,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"211212710\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Sikado\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Tue Nov 02 16:54:53 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":211212710,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1582021283\\/Sans_titre_normal.png\"},\"truncated\":false,\"id\":173187928485412864,\"created_at\":\"Fri Feb 24 23:29:54 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3034000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "15719c04-95fa-4271-b431-f06c71461c3a-173187928485412864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'aimais bien les blagues de Benoit moi ... #ilPart #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1698606962/388646_10150434641314433_548489432_8213591_526920766_n_normal.jpg" +}, +"title": "Charline GRIS: J'aimais bien les blagues de Benoit moi ... #ilPart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3034000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'aimais bien les blagues de Benoit moi ... #ilPart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilPart\",\"indices\":[44,51]},{\"text\":\"lgw\",\"indices\":[52,56]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187929882103809\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"screen_name\":\"CharlineGRIS\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":61,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1698606962\\/388646_10150434641314433_548489432_8213591_526920766_n_normal.jpg\",\"description\":\"\",\"statuses_count\":14,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/191533117\\/280_-_Copie.JPG\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"fa0598\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"bfeeff\",\"protected\":false,\"id_str\":\"24173317\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Charline GRIS\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/191533117\\/280_-_Copie.JPG\",\"created_at\":\"Fri Mar 13 13:53:10 +0000 2009\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"id\":24173317,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/aquanael\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1698606962\\/388646_10150434641314433_548489432_8213591_526920766_n_normal.jpg\"},\"truncated\":false,\"id\":173187929882103809,\"created_at\":\"Fri Feb 24 23:29:54 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3034000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9c73d456-15e7-4cf2-83dd-cb53aea83715-173187929882103809" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw momo motus c'était drôle", +"img": { +"src": "http://a3.twimg.com/profile_images/1272111066/coucou_a_celui_qui_lit__a_normal.png" +}, +"title": "Gandhiiman: #lgw momo motus c'était drôle", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3036000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw momo motus c'\\u00e9tait dr\\u00f4le\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187935947063296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":396,\"screen_name\":\"gandhiiman\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":2749,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"at home\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"2FC2EF\",\"followers_count\":137,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1272111066\\/coucou_a_celui_qui_lit__a_normal.png\",\"description\":\"Infographiste multimedia, motiondesigner ...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"50971217\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1272111066\\/coucou_a_celui_qui_lit__a_normal.png\",\"name\":\"Gandhiiman\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 26 08:05:22 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":50971217,\"utc_offset\":3600,\"favourites_count\":13,\"url\":\"http:\\/\\/www.onedesignonline.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187935947063296,\"created_at\":\"Fri Feb 24 23:29:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3036000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ef8fa758-f722-473a-8480-a39c3f42992a-173187935947063296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "mais c'est quoi cette daube ??? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1709738399/image_normal.jpg" +}, +"title": "laetitia: mais c'est quoi cette daube ??? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3036000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"mais c'est quoi cette daube ??? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187936442007555\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"minhoifr\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":54,\"location\":\"france\",\"profile_text_color\":\"634047\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1709738399\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":652,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/205510694\\/P1090590.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"144470385\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"laetitia\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/205510694\\/P1090590.jpg\",\"created_at\":\"Sun May 16 11:31:51 +0000 2010\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":144470385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/minhoi.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709738399\\/image_normal.jpg\"},\"truncated\":false,\"id\":173187936442007555,\"created_at\":\"Fri Feb 24 23:29:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3036000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e4ad6f87-a6d0-4c24-9231-c58a0d5e2429-173187936442007555" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon #ilreste par contre la chemise de @vinvin ... #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1290665982/Naruto_Calendar___September_by_behindinfinity_normal.jpg" +}, +"title": "Lulu: Bon #ilreste par contre la chemise de @vinvin ... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3042000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon #ilreste par contre la chemise de @vinvin ... #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[4,12]},{\"text\":\"LGW\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187960831885312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":314,\"screen_name\":\"lulu02974\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":401,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"93A644\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1290665982\\/Naruto_Calendar___September_by_behindinfinity_normal.jpg\",\"description\":\"Etudiant, geek, fan du PSG depuis toujours.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"76770428\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1290665982\\/Naruto_Calendar___September_by_behindinfinity_normal.jpg\",\"name\":\"Lulu\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 23 22:02:18 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":76770428,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187960831885312,\"created_at\":\"Fri Feb 24 23:30:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3042000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2045043d-4589-4293-a933-a2e4d4af1246-173187960831885312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @FlorencePorcel: Voilà voilà... (Mes parents sont dans le hall. Ahem :p) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1846718877/Ic_nePoireau_Yeux08-2011-02_normal.jpg" +}, +"title": "Le_M_Poireau: RT @FlorencePorcel: Voilà voilà... (Mes parents sont dans le hall. Ahem :p) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3042000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @FlorencePorcel: Voil\\u00e0 voil\\u00e0... (Mes parents sont dans le hall. Ahem :p) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[3,18],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Voil\\u00e0 voil\\u00e0... (Mes parents sont dans le hall. Ahem :p) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187640408031232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":312,\"screen_name\":\"FlorencePorcel\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":58313,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":380,\"profile_link_color\":\"93A644\",\"followers_count\":5567,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\",\"description\":\"J'aime tellement la vie que je veux en vivre plusieurs \\u00e0 la fois. Derri\\u00e8re et dedans @LeGrandWebze (France 5). Groumf, sciences, et friponneries. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"49031173\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1748173004\\/395177_2675341956605_1047878845_2794087_1903769878_n_normal.jpg\",\"name\":\"Florence Porcel\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 20 15:25:07 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":49031173,\"utc_offset\":3600,\"favourites_count\":194,\"url\":\"http:\\/\\/www.florenceporcel.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187640408031232,\"created_at\":\"Fri Feb 24 23:28:45 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187963574947841\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":6530,\"screen_name\":\"Le_M_Poireau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":54065,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":418,\"profile_link_color\":\"0084b4\",\"followers_count\":6012,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"description\":\"Pensez \\u00e0 ceux qui n'en ont pas et ne g\\u00e2chez pas votre humour inutilement. http:\\/\\/photosdecampagne.tumblr.com\\/ | http:\\/\\/riendimportant.tumblr.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"10330232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"profile_sidebar_fill_color\":\"ddffcd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"name\":\"Le_M_Poireau\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 17 11:32:14 +0000 2007\",\"profile_sidebar_border_color\":\"bddcad\",\"id\":10330232,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/monsieurpoireau.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187963574947841,\"created_at\":\"Fri Feb 24 23:30:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3042000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d47a3396-1733-4243-9a40-29d0d760985d-173187963574947841" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Foutage de gueule RT @France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1522186720/Laurent-Gloaguen-G00_normal.jpg" +}, +"title": "Laurent Gloaguen: Foutage de gueule RT @France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3043000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Foutage de gueule RT @France5tv: Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[21,31],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[94,97]},{\"text\":\"lgw\",\"indices\":[101,105]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187967416938496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":563,\"screen_name\":\"embruns\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":21945,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Montr\\u00e9al, Qc, Canada\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"followers_count\":4826,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"8c887c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"name\":\"Laurent Gloaguen\",\"default_profile_image\":false,\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_border_color\":\"7a7768\",\"id\":6241412,\"utc_offset\":-18000,\"favourites_count\":29,\"url\":\"http:\\/\\/embruns.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187967416938496,\"created_at\":\"Fri Feb 24 23:30:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3043000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efdd4bfc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "20928818-148a-44cf-ad16-b226a194200d-173187967416938496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1831696815/Chez_Michel_Oeillet_normal.jpg" +}, +"title": "Jef filippi: RT @France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3043000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @France5tv: Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[3,13],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[76,79]},{\"text\":\"lgw\",\"indices\":[83,87]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[61,64]},{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187712285814785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":834,\"screen_name\":\"France5tv\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3553,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":849,\"profile_link_color\":\"FF0000\",\"followers_count\":48946,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"description\":\"France 5, cha\\u00eene du Groupe France T\\u00e9l\\u00e9visions. Apr\\u00e8s avoir fait connaissance, rapprochons-nous sur cette TL #media #clair\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"84c810\",\"id_str\":\"36932487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"profile_sidebar_fill_color\":\"50912a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"name\":\"France5\",\"default_profile_image\":false,\"created_at\":\"Fri May 01 12:30:02 +0000 2009\",\"profile_sidebar_border_color\":\"2ca33e\",\"id\":36932487,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187712285814785,\"created_at\":\"Fri Feb 24 23:29:02 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187965303005184\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"Jef_Filippi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6449,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/427243846\\/fondecranx_corse.jpg\",\"location\":\"Toulouse\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"FF0000\",\"followers_count\":244,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1831696815\\/Chez_Michel_Oeillet_normal.jpg\",\"description\":\" Votera Front de gauche, bon \\u00e7a c'est fait https:\\/\\/www.facebook.com\\/jef2a\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"166544820\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/427243846\\/fondecranx_corse.jpg\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1831696815\\/Chez_Michel_Oeillet_normal.jpg\",\"name\":\"Jef filippi\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 14 12:25:07 +0000 2010\",\"profile_sidebar_border_color\":\"DBE9ED\",\"id\":166544820,\"utc_offset\":3600,\"favourites_count\":30,\"url\":\"https:\\/\\/www.facebook.com\\/jef2a\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187965303005184,\"created_at\":\"Fri Feb 24 23:30:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3043000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efdd4bfc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b5567023-ba79-4759-8ae7-5149a7994ba6-173187965303005184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Romain_RedEye: Mais #lgw c'est tellement pas drôle ! les moyens techniques ne font pas tout ! #webrealtv POOOWER !!!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1372769377/MrikWRTVlogo_normal.png" +}, +"title": "WebReal Tv: RT @Romain_RedEye: Mais #lgw c'est tellement pas drôle ! les moyens techniques ne font pas tout ! #webrealtv POOOWER !!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3043000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Romain_RedEye: Mais #lgw c'est tellement pas dr\\u00f4le ! les moyens techniques ne font pas tout ! #webrealtv POOOWER !!!!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Romain_RedEye\",\"indices\":[3,17],\"id_str\":\"115033425\",\"name\":\"Romain d'Ippolito\",\"id\":115033425}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]},{\"text\":\"webrealtv\",\"indices\":[98,108]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Mais #lgw c'est tellement pas dr\\u00f4le ! les moyens techniques ne font pas tout ! #webrealtv POOOWER !!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]},{\"text\":\"webrealtv\",\"indices\":[79,89]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186305214259201\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Romain_RedEye\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3691,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"00bbff\",\"followers_count\":447,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1744121324\\/Red_normal.jpg\",\"description\":\"Je suis comme les enfants sans d\\u00e9fense immunitaires, je suis dans ma bulle... Sinon je suis R\\u00e9alisateur\\/Technicien de la WebRealTv ! \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"115033425\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1744121324\\/Red_normal.jpg\",\"name\":\"Romain d'Ippolito\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 17 11:47:25 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":115033425,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/www.webreal.tv\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186305214259201,\"created_at\":\"Fri Feb 24 23:23:27 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187966984929280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":8,\"screen_name\":\"WebRealTV\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1110,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/260271687\\/webbbb.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":1000,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1372769377\\/MrikWRTVlogo_normal.png\",\"description\":\"Twitter Officiel de WebRealTV ! Suivez la Team : @emericskyrock - @Romeck94 - @LaureenBerco- @DimWestOfficiel - @JulienGuerbois ! \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"307045278\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/260271687\\/webbbb.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1372769377\\/MrikWRTVlogo_normal.png\",\"name\":\"WebReal Tv\",\"default_profile_image\":false,\"created_at\":\"Sat May 28 22:45:39 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":307045278,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.webreal.tv\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187966984929280,\"created_at\":\"Fri Feb 24 23:30:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3043000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f017c1ba-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "42e46c9d-bfac-4e2b-855f-9c9df3801249-173187966984929280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@abrutim Tu rigoles j'ai même pas de maquillage heureusement que je suis dans l'ombre :p #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1829507565/IMG_2377_final2_normal.jpg" +}, +"title": "William Abisror: @abrutim Tu rigoles j'ai même pas de maquillage heureusement que je suis dans l'ombre :p #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3045000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@abrutim Tu rigoles j'ai m\\u00eame pas de maquillage heureusement que je suis dans l'ombre :p #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"abrutim\",\"indices\":[0,8],\"id_str\":\"169861930\",\"name\":\"Abrutim\",\"id\":169861930}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[89,93]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173186562534805506\",\"id_str\":\"173187976334016512\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186562534805506,\"in_reply_to_user_id_str\":\"169861930\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":222,\"screen_name\":\"WilliamAbisror\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2860,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris - Strasbourg\",\"show_all_inline_media\":false,\"listed_count\":30,\"profile_link_color\":\"0084B4\",\"followers_count\":520,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1829507565\\/IMG_2377_final2_normal.jpg\",\"description\":\"Podcast, web, design. Graphiste free-lance (disponible !) et animateur du podcast @willandco.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"305168829\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829507565\\/IMG_2377_final2_normal.jpg\",\"name\":\"William Abisror\",\"default_profile_image\":false,\"created_at\":\"Wed May 25 19:21:09 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":305168829,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.willandco.fr\\/\"},\"in_reply_to_screen_name\":\"abrutim\",\"truncated\":false,\"id\":173187976334016512,\"created_at\":\"Fri Feb 24 23:30:05 +0000 2012\",\"in_reply_to_user_id\":169861930}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3045000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "30d11e42-e171-4fcc-a258-4e92ed7e43b5-173187976334016512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Rollin, c'est notre maître à tous, alors #change2ton !", +"img": { +"src": "http://a1.twimg.com/profile_images/1579063362/images_normal.jpg" +}, +"title": "Where is my mind ?: #LGW Rollin, c'est notre maître à tous, alors #change2ton !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3047000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW Rollin, c'est notre ma\\u00eetre \\u00e0 tous, alors #change2ton !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[46,57]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187981128105984\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Look_out_post\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":79,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1579063362\\/images_normal.jpg\",\"description\":\"\",\"statuses_count\":1474,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"387379234\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Where is my mind ?\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Oct 08 23:30:51 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":387379234,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579063362\\/images_normal.jpg\"},\"truncated\":false,\"id\":173187981128105984,\"created_at\":\"Fri Feb 24 23:30:07 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3047000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3187615b-ef5f-4cf9-b547-391c8997227e-173187981128105984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'était vraiment drôle RT @LeGrandWebze: C'est la séquence du proctologue ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1842911014/guetta_normal.jpg" +}, +"title": "Nico Prat: C'était vraiment drôle RT @LeGrandWebze: C'est la séquence du proctologue ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3048000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'\\u00e9tait vraiment dr\\u00f4le RT @LeGrandWebze: C'est la s\\u00e9quence du proctologue ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[26,39],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187985511157760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2297,\"screen_name\":\"nicoprat\",\"lang\":\"en\",\"profile_text_color\":\"0a040a\",\"statuses_count\":29879,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":210,\"profile_link_color\":\"224087\",\"followers_count\":6569,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"description\":\"Le Mouv, Tsugi, Technikart, Voxpop, co-auteur des Miscellan\\u00e9es d'Internet, et un petit sudoku de temps en temps\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"19256842\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"name\":\"Nico Prat\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 20 20:55:08 +0000 2009\",\"profile_sidebar_border_color\":\"050504\",\"id\":19256842,\"utc_offset\":3600,\"favourites_count\":440,\"url\":\"http:\\/\\/nicoprat.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187985511157760,\"created_at\":\"Fri Feb 24 23:30:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3048000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4764153e-2758-45f7-b19c-ced2be2332b6-173187985511157760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1729341771/lille_paneau_entree_ville_normal.jpg" +}, +"title": "Fred-Lille: #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3048000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187988140986368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":267,\"screen_name\":\"Fred_lille59\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5433,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/192748407\\/lille_paneau_entree_ville.jpg\",\"location\":\"Lille\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":505,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1729341771\\/lille_paneau_entree_ville_normal.jpg\",\"description\":\"Regarde beaucoup trop la t\\u00e9l\\u00e9\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"237811337\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/192748407\\/lille_paneau_entree_ville.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1729341771\\/lille_paneau_entree_ville_normal.jpg\",\"name\":\"Fred-Lille\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 13 17:52:53 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":237811337,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/fred-lille.blogs.nouvelobs.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187988140986368,\"created_at\":\"Fri Feb 24 23:30:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3048000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "253ab064-f7d0-4e97-9a57-295e9682402e-173187988140986368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1848450170/poseur_normal.jpg" +}, +"title": "Pras: #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3051000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187999167823875\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Praska\",\"lang\":\"en\",\"favourites_count\":195,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1362,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":3040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"description\":\"BOSS[Viedegeek + Bargaming]\\r\\nFirewall Karmique\\r\\n\",\"statuses_count\":48429,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b8085\",\"protected\":false,\"id_str\":\"15453030\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Pras\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"created_at\":\"Wed Jul 16 11:15:07 +0000 2008\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":15453030,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/flavors.me\\/praska\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\"},\"truncated\":false,\"id\":173187999167823875,\"created_at\":\"Fri Feb 24 23:30:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3051000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "32bb34b7-47be-4f65-8ad3-0d139272f3cc-173187999167823875" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Man_Bey: Pour représenter notre chère Corrèze à la TV y'a Chirac, Hollande, Sebastien... et @benoitlebreau #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1819530189/twitter_normal.png" +}, +"title": "Benoit Lebreau: RT @Man_Bey: Pour représenter notre chère Corrèze à la TV y'a Chirac, Hollande, Sebastien... et @benoitlebreau #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3051000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Man_Bey: Pour repr\\u00e9senter notre ch\\u00e8re Corr\\u00e8ze \\u00e0 la TV y'a Chirac, Hollande, Sebastien... et @benoitlebreau #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Man_Bey\",\"indices\":[3,11],\"id_str\":\"67760385\",\"name\":\"Manu\",\"id\":67760385},{\"screen_name\":\"benoitlebreau\",\"indices\":[96,110],\"id_str\":\"267290862\",\"name\":\"Benoit Lebreau\",\"id\":267290862}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[111,115]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Pour repr\\u00e9senter notre ch\\u00e8re Corr\\u00e8ze \\u00e0 la TV y'a Chirac, Hollande, Sebastien... et @benoitlebreau #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"benoitlebreau\",\"indices\":[83,97],\"id_str\":\"267290862\",\"name\":\"Benoit Lebreau\",\"id\":267290862}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[98,102]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187902770135040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":191,\"screen_name\":\"Man_Bey\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7234,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Toulouse\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":103,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1754889775\\/Capture_d__cran_2012-01-14___19.16.40_normal.png\",\"description\":\"Je suis \\u00e9tudiant donc je mange des p\\u00e2tes et je bois de l'alcool.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"67760385\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1754889775\\/Capture_d__cran_2012-01-14___19.16.40_normal.png\",\"name\":\"Manu\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 22 00:05:34 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":67760385,\"utc_offset\":3600,\"favourites_count\":102,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187902770135040,\"created_at\":\"Fri Feb 24 23:29:48 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187999755022337\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":605,\"screen_name\":\"benoitlebreau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4157,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"667033\",\"followers_count\":339,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"description\":\"sympathique et cool \\/\\/ danseur \\u00e9toile \\u00e0 NRJ Group \\/\\/ #runner parisien du soir, #radio amateur et tr\\u00e8s dr\\u00f4le \\u00e0 la t\\u00e9l\\u00e9\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"267290862\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"name\":\"Benoit Lebreau\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 16 17:22:17 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":267290862,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/www.benoitlebreau.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187999755022337,\"created_at\":\"Fri Feb 24 23:30:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3051000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cf1c41a1-fe36-473c-a17d-516fb6972c36-173187999755022337" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'absurde a son paroxysme. Je ne suis pas sur. Peut être est il nécessaire une petite devinette récréative. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: L'absurde a son paroxysme. Je ne suis pas sur. Peut être est il nécessaire une petite devinette récréative. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3051000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"L'absurde a son paroxysme. Je ne suis pas sur. Peut \\u00eatre est il n\\u00e9cessaire une petite devinette r\\u00e9cr\\u00e9ative. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[108,112]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188000237371392\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":75,\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":989,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":20,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"name\":\"Shik-a-Marrant\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_border_color\":\"c0c3c4\",\"id\":57607506,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188000237371392,\"created_at\":\"Fri Feb 24 23:30:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3051000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ab81d057-0401-486b-9388-df14daf2c5e4-173188000237371392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Venez avec moi. Militons pour #5eucheuAuGrandWebze #LGW @5eucheu", +"img": { +"src": "http://a1.twimg.com/profile_images/1793236975/Photo_du_13878919-05-___03.51_normal.jpg" +}, +"title": "Constance Ortuzar: Venez avec moi. Militons pour #5eucheuAuGrandWebze #LGW @5eucheu", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3052000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Venez avec moi. Militons pour #5eucheuAuGrandWebze #LGW @5eucheu\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"5eucheu\",\"indices\":[56,64],\"id_str\":\"156971542\",\"name\":\"Sacha B\\u00e9har\",\"id\":156971542}],\"urls\":[],\"hashtags\":[{\"text\":\"5eucheuAuGrandWebze\",\"indices\":[30,50]},{\"text\":\"LGW\",\"indices\":[51,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188002913337344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":249,\"screen_name\":\"constuzar\",\"lang\":\"en\",\"profile_text_color\":\"ff0f0f\",\"statuses_count\":7422,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"14b9fa\",\"followers_count\":432,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\",\"description\":\"Ils me voient rouler, ils d\\u00e9testent.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"53776719\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"d5faef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\",\"name\":\"Constance Ortuzar\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 04 22:29:54 +0000 2009\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":53776719,\"utc_offset\":null,\"favourites_count\":28,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188002913337344,\"created_at\":\"Fri Feb 24 23:30:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3052000, +"tags": [ +{ +"id-ref": "f045f13e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "364fdaf8-8940-49e3-bf75-3028862ae5bc-173188002913337344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LouisCalvero: #lgw Par curiosité, si je tape s'il #ilReste de grace il #change2ton sinon #ilpart, comment réagit l'algorythme ?", +"img": { +"src": "http://a3.twimg.com/profile_images/1813277782/profil_normal.jpg" +}, +"title": "annabel s. alves : RT @LouisCalvero: #lgw Par curiosité, si je tape s'il #ilReste de grace il #change2ton sinon #ilpart, comment réagit l'algorythme ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3052000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LouisCalvero: #lgw Par curiosit\\u00e9, si je tape s'il #ilReste de grace il #change2ton sinon #ilpart, comment r\\u00e9agit l'algorythme ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LouisCalvero\",\"indices\":[3,16],\"id_str\":\"49330430\",\"name\":\"Calvero\",\"id\":49330430}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]},{\"text\":\"ilReste\",\"indices\":[54,62]},{\"text\":\"change2ton\",\"indices\":[75,86]},{\"text\":\"ilpart\",\"indices\":[93,100]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Par curiosit\\u00e9, si je tape s'il #ilReste de grace il #change2ton sinon #ilpart, comment r\\u00e9agit l'algorythme ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[36,44]},{\"text\":\"change2ton\",\"indices\":[57,68]},{\"text\":\"ilpart\",\"indices\":[75,82]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187702781521920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":546,\"screen_name\":\"LouisCalvero\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5874,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/40834403\\/calvero.jpg\",\"location\":\"Paris et The Le Plus\",\"show_all_inline_media\":true,\"listed_count\":126,\"profile_link_color\":\"FF3300\",\"followers_count\":2827,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1772681103\\/image_normal.jpg\",\"description\":\"L'ironie et la mauvaise foi ne sauveront jamais le monde. Mais elles peuvent le rendre un peu plus supportable.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"49330430\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/40834403\\/calvero.jpg\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1772681103\\/image_normal.jpg\",\"name\":\"Calvero\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 21 14:45:50 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":49330430,\"utc_offset\":3600,\"favourites_count\":51,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/calvero\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187702781521920,\"created_at\":\"Fri Feb 24 23:29:00 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188005220204544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":811,\"screen_name\":\"annabeldessin\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":4796,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/341403463\\/Yeux_Annajung.jpg\",\"location\":\"France, Nice(06)\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"2FC2EF\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1813277782\\/profil_normal.jpg\",\"description\":\"Styliste, conceptrice, mod\\u00e9liste;inadapt\\u00e9e scolaire,surdou\\u00e9e cancre;n'y arrivera jamais dans la vie,elle dessine,elle dessine,elle dessine...(\\u00e9duc. nationale)\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"106986321\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/341403463\\/Yeux_Annajung.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813277782\\/profil_normal.jpg\",\"name\":\"annabel s. alves \",\"default_profile_image\":false,\"created_at\":\"Thu Jan 21 07:51:27 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":106986321,\"utc_offset\":3600,\"favourites_count\":37,\"url\":\"https:\\/\\/sites.google.com\\/site\\/annabelalvessovieri\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188005220204544,\"created_at\":\"Fri Feb 24 23:30:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3052000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6219ab9c-bab4-444d-a920-1ab92fe96f51-173188005220204544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Twitter a la télé c'est un peu bof #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1843149530/2010-09-16_12.13.19_normal.jpg" +}, +"title": "SoNathyz: Twitter a la télé c'est un peu bof #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3052000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Twitter a la t\\u00e9l\\u00e9 c'est un peu bof #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188004670750721\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1024,\"screen_name\":\"SoNathyz\",\"lang\":\"fr\",\"profile_text_color\":\"421e25\",\"statuses_count\":38003,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/391772708\\/twilk_background_4efdefc2c7965.jpg\",\"location\":\"sarkozystan\",\"show_all_inline_media\":false,\"listed_count\":120,\"profile_link_color\":\"7c313b\",\"followers_count\":1499,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843149530\\/2010-09-16_12.13.19_normal.jpg\",\"description\":\"Experte en politique\\/physique nucl\\u00e9aire\\/sismologie\\/psychologie\\/psychopathologie\\/physique quantique\\/ Twittologie \\/ Journalisme\\/ (et je n'exag\\u00e8re pas )\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"110d10\",\"id_str\":\"47715765\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391772708\\/twilk_background_4efdefc2c7965.jpg\",\"profile_sidebar_fill_color\":\"100004\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843149530\\/2010-09-16_12.13.19_normal.jpg\",\"name\":\"SoNathyz\",\"default_profile_image\":false,\"created_at\":\"Tue Jun 16 19:18:38 +0000 2009\",\"profile_sidebar_border_color\":\"bc5770\",\"id\":47715765,\"utc_offset\":3600,\"favourites_count\":791,\"url\":\"http:\\/\\/politiko.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188004670750721,\"created_at\":\"Fri Feb 24 23:30:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3052000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "87a013ad-f5a9-4101-b391-81de60e77a7f-173188004670750721" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Petit message de soutient aux journalistes dont on sait pas #cQui mais qui bossent \\o/ #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Petit message de soutient aux journalistes dont on sait pas #cQui mais qui bossent \\o/ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3054000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Petit message de soutient aux journalistes dont on sait pas #cQui mais qui bossent \\\\o\\/ #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[60,65]},{\"text\":\"lgw\",\"indices\":[87,91]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188013784973312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188013784973312,\"created_at\":\"Fri Feb 24 23:30:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3054000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "71d4fdc6-25f2-46e8-b0b7-e48620c58682-173188013784973312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @darres: Moi je dis #ilReste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/123614994/fond_BeOS_normal.png" +}, +"title": "01dn: RT @darres: Moi je dis #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3055000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @darres: Moi je dis #ilReste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"darres\",\"indices\":[3,10],\"name\":\"St\\u00e9phane Lafon\",\"id_str\":\"51434866\",\"id\":51434866}],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[23,31]},{\"text\":\"lgw\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Moi je dis #ilReste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[11,19]},{\"text\":\"lgw\",\"indices\":[20,24]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187791583322112\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"darres\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":64,\"location\":\"Chelles\",\"profile_text_color\":\"333333\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1581770313\\/image_normal.jpg\",\"description\":\"Etudiant en IAE M1 Management Ing\\u00e9nierie des Services et Technologies de l'Information et de la Communication \\/ Apprenti en communication interne chez Orange\",\"statuses_count\":189,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"51434866\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"St\\u00e9phane Lafon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Jun 27 13:17:52 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":51434866,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1581770313\\/image_normal.jpg\"},\"truncated\":false,\"id\":173187791583322112,\"created_at\":\"Fri Feb 24 23:29:21 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188018193178624\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ce9f40\",\"screen_name\":\"oldnfr\",\"lang\":\"fr\",\"favourites_count\":8,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":44,\"location\":\"Brest\",\"profile_text_color\":\"602020\",\"followers_count\":10,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/123614994\\/fond_BeOS_normal.png\",\"description\":\"Earth \\/ France \\/ Brittany\",\"statuses_count\":127,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/10398891\\/haut.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"95571d\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"b4bf12\",\"protected\":false,\"id_str\":\"29110142\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"01dn\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/10398891\\/haut.jpg\",\"created_at\":\"Mon Apr 06 01:04:19 +0000 2009\",\"profile_sidebar_fill_color\":\"eceaa7\",\"id\":29110142,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/oldnfr.free.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/123614994\\/fond_BeOS_normal.png\"},\"truncated\":false,\"id\":173188018193178624,\"created_at\":\"Fri Feb 24 23:30:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3055000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5cfab083-5cf7-4148-9657-3e46e6c54f7d-173188018193178624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste ! C'est le professeur Rollin quand même. Respect. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1525514454/534_PinCushionQueen_original_normal.jpg" +}, +"title": "Juliette DeLyon: #IlReste ! C'est le professeur Rollin quand même. Respect. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3056000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#IlReste ! C'est le professeur Rollin quand m\\u00eame. Respect. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188021242441730\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":52,\"screen_name\":\"_JulietteM_\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1050,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382100263\\/534_PinCushionQueen_original.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1525514454\\/534_PinCushionQueen_original_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"366771429\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382100263\\/534_PinCushionQueen_original.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1525514454\\/534_PinCushionQueen_original_normal.jpg\",\"name\":\"Juliette DeLyon\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 02 19:57:30 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":366771429,\"utc_offset\":3600,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188021242441730,\"created_at\":\"Fri Feb 24 23:30:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3056000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9695e2a7-cfc5-4fc4-97a8-cd46acaa0220-173188021242441730" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: #cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3058000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"LGW\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188030021120000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":591,\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"profile_text_color\":\"520000\",\"statuses_count\":18713,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"followers_count\":507,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"d61d08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"name\":\"Camille .\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":93848420,\"utc_offset\":-36000,\"favourites_count\":14,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188030021120000,\"created_at\":\"Fri Feb 24 23:30:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3058000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "00c04183-8e1c-4fc9-85b1-3b655361e7b8-173188030021120000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'aime les twittos qui ne comprennent pas l'auto-dérision, le non-sens, le côté 4chan de la TV. #ilreste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1612866761/2222_normal.jpg" +}, +"title": "makina: J'aime les twittos qui ne comprennent pas l'auto-dérision, le non-sens, le côté 4chan de la TV. #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3058000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'aime les twittos qui ne comprennent pas l'auto-d\\u00e9rision, le non-sens, le c\\u00f4t\\u00e9 4chan de la TV. #ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[96,104]},{\"text\":\"lgw\",\"indices\":[105,109]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188029702344705\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"makina37\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"description\":\"\",\"statuses_count\":13,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"351529067\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"makina\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 09 11:20:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":351529067,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\"},\"truncated\":false,\"id\":173188029702344705,\"created_at\":\"Fri Feb 24 23:30:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3058000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "47c6f920-77fc-44e0-abac-8992e06186ec-173188029702344705" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'essaie de comprendre #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: J'essaie de comprendre #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3060000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'essaie de comprendre #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188038187417600\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"fcfcfc\",\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"favourites_count\":84,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":283,\"location\":\"Hell\",\"profile_text_color\":\"0a0a0a\",\"followers_count\":590,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"statuses_count\":39025,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"plumesdanges\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"id\":27325670,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\"},\"truncated\":false,\"id\":173188038187417600,\"created_at\":\"Fri Feb 24 23:30:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3060000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7b09f041-66bc-4697-86ef-f0c09c7b420e-173188038187417600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pas tenu 10min devant la daube avec chahma #LGW ! Comme koi ce ki se passe sur Twitter doit rester sur Twitter #ConceptFail", +"img": { +"src": "http://a0.twimg.com/profile_images/1830117459/La-louve-3_normal.jpg" +}, +"title": "Suzy: Pas tenu 10min devant la daube avec chahma #LGW ! Comme koi ce ki se passe sur Twitter doit rester sur Twitter #ConceptFail", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3062000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pas tenu 10min devant la daube avec chahma #LGW ! Comme koi ce ki se passe sur Twitter doit rester sur Twitter #ConceptFail\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[43,47]},{\"text\":\"ConceptFail\",\"indices\":[111,123]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188043996545026\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":377,\"screen_name\":\"SuzyLouv\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1021,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/418559314\\/295996_225347164193656_175246649203708_600693_141741646_n.jpg\",\"location\":\"Rabat\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":188,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1830117459\\/La-louve-3_normal.jpg\",\"description\":\"Tweet\\/heure Politique, #Maroc et Social Media. Gu\\u00e9risseuse chamane. Diplomee en Urbanisme Tzigane. Membre inactive du Parti de la Tectonique des Planqu\\u00e9(e)s.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"380477935\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418559314\\/295996_225347164193656_175246649203708_600693_141741646_n.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830117459\\/La-louve-3_normal.jpg\",\"name\":\"Suzy\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 26 18:26:20 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":380477935,\"utc_offset\":0,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188043996545026,\"created_at\":\"Fri Feb 24 23:30:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3062000, +"tags": [ +{ +"id-ref": "f046e31e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bbf276a1-d1da-450e-b22f-c57292842193-173188043996545026" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Considérez ça comme un hommage #hihi #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1579669504/TwittRockpetit_normal.jpg" +}, +"title": "Calamity: Considérez ça comme un hommage #hihi #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3063000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Consid\\u00e9rez \\u00e7a comme un hommage #hihi #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"hihi\",\"indices\":[31,36]},{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188050321547264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":511,\"screen_name\":\"Calamity_vt\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11592,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105993344\\/lacprintemps10_twitter.JPG\",\"location\":\"Gen\\u00e8ve - Suisse\",\"show_all_inline_media\":true,\"listed_count\":52,\"profile_link_color\":\"b00756\",\"followers_count\":404,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1579669504\\/TwittRockpetit_normal.jpg\",\"description\":\"Toujours connect\\u00e9e sauf quand je d\\u00e9connecte,je navigue entre expos,livres et concerts.A veces,twitteo tambien en castellano (mal,pero por lo menos lo intento)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"14393888\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105993344\\/lacprintemps10_twitter.JPG\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579669504\\/TwittRockpetit_normal.jpg\",\"name\":\"Calamity\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 06:46:02 +0000 2008\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":14393888,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/calamity.over-blog.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188050321547264,\"created_at\":\"Fri Feb 24 23:30:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3063000, +"tags": [ +{ +"id-ref": "f047025e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7ec861a9-805b-4fb9-8860-480050578f2e-173188050321547264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le sondage de @LeGrandWebze aurait peut-être du porter sur la chemise de @Vinvin plutôt que sur le sort de @francoisrollin #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1578025973/e_M_a_n_u_-188x188_normal.jpg" +}, +"title": "Manu: Le sondage de @LeGrandWebze aurait peut-être du porter sur la chemise de @Vinvin plutôt que sur le sort de @francoisrollin #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3065000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Le sondage de @LeGrandWebze aurait peut-\\u00eatre du porter sur la chemise de @Vinvin plut\\u00f4t que sur le sort de @francoisrollin #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[14,27],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"Vinvin\",\"indices\":[73,80],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522},{\"screen_name\":\"francoisrollin\",\"indices\":[107,122],\"name\":\"rollin\",\"id_str\":\"369489076\",\"id\":369489076}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[123,127]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188059418996737\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"e_M_a_n_u_\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":376,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":285,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578025973\\/e_M_a_n_u_-188x188_normal.jpg\",\"description\":\"Homme 2.0 r\\u00e9solument attach\\u00e9 \\u00e0 sa vie sociale IRL !\",\"statuses_count\":3125,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"189600177\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Manu\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Sat Sep 11 18:20:22 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":189600177,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578025973\\/e_M_a_n_u_-188x188_normal.jpg\"},\"truncated\":false,\"id\":173188059418996737,\"created_at\":\"Fri Feb 24 23:30:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3065000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "27a2671d-34ec-4ea0-8344-d722537798c9-173188059418996737" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw mais c'est quoi ce public têtes baissées :-)", +"img": { +"src": "http://a0.twimg.com/profile_images/1707712782/DSC08227_normal.jpg" +}, +"title": "José Esteve: #lgw mais c'est quoi ce public têtes baissées :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3069000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw mais c'est quoi ce public t\\u00eates baiss\\u00e9es :-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188075214745600\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":350,\"screen_name\":\"lemeroo\",\"lang\":\"fr\",\"profile_text_color\":\"d10000\",\"statuses_count\":2509,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/175232736\\/Sans-titre-2.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"d10000\",\"followers_count\":166,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1707712782\\/DSC08227_normal.jpg\",\"description\":\"\\/\\/ Passionn\\u00e9 de graphisme.. p\\u00e9cheur de m\\u00e9rou et d'id\\u00e9es, animateur radio, d\\u00e9crypte le net et la TV \\/\\/ designer \\/ cr\\u00e9ateur de visuels de #Tees un peu d\\u00e9cal\\u00e9s \\/\\/ \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"483026\",\"id_str\":\"93459716\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/175232736\\/Sans-titre-2.gif\",\"profile_sidebar_fill_color\":\"483026\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1707712782\\/DSC08227_normal.jpg\",\"name\":\"Jos\\u00e9 Esteve\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 29 19:10:53 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":93459716,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.lemerou.eu\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188075214745600,\"created_at\":\"Fri Feb 24 23:30:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3069000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4e3550cc-80c7-41c4-8839-3c3060377cb9-173188075214745600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "le visionnage de #LGW me donne la nausée ! Entre l’éclairage, la chemise etc ... Quel merdier !", +"img": { +"src": "http://a3.twimg.com/profile_images/1784933236/matt-smith_normal.jpg" +}, +"title": "Mohamed: le visionnage de #LGW me donne la nausée ! Entre l’éclairage, la chemise etc ... Quel merdier !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3070000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"le visionnage de #LGW me donne la naus\\u00e9e ! Entre l\\u2019\\u00e9clairage, la chemise etc ... Quel merdier !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[17,21]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188080663134208\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"MOHA59600\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":167,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":199,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1784933236\\/matt-smith_normal.jpg\",\"description\":\"Fan de cin\\u00e9ma, de football, g\\u00e9nie autoproclam\\u00e9. A un avis sur tout et sait tout mieux que tout le monde! Adepte du second degr\\u00e9!\",\"statuses_count\":9876,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"3dc1db\",\"protected\":false,\"id_str\":\"115394419\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Mohamed\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Feb 18 14:33:14 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":115394419,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/moha59600.football.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1784933236\\/matt-smith_normal.jpg\"},\"truncated\":false,\"id\":173188080663134208,\"created_at\":\"Fri Feb 24 23:30:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3070000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "50a1e2e9-0fe4-4d41-8311-2b63c1bc5720-173188080663134208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1272111066/coucou_a_celui_qui_lit__a_normal.png" +}, +"title": "Gandhiiman: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3070000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188079316779008\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"gandhiiman\",\"lang\":\"en\",\"favourites_count\":13,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":396,\"location\":\"at home\",\"profile_text_color\":\"666666\",\"followers_count\":137,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1272111066\\/coucou_a_celui_qui_lit__a_normal.png\",\"description\":\"Infographiste multimedia, motiondesigner ...\",\"statuses_count\":2749,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"50971217\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Gandhiiman\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Fri Jun 26 08:05:22 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":50971217,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.onedesignonline.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1272111066\\/coucou_a_celui_qui_lit__a_normal.png\"},\"truncated\":false,\"id\":173188079316779008,\"created_at\":\"Fri Feb 24 23:30:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3070000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9ffece59-82ed-43fc-999c-97b31901c7e7-173188079316779008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1141384407/profil_normal.jpg" +}, +"title": "carole gamelin: #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3072000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188088682659840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":659,\"screen_name\":\"carolegamelin\",\"lang\":\"fr\",\"profile_text_color\":\"6f7829\",\"statuses_count\":11513,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Pau, France\",\"show_all_inline_media\":true,\"listed_count\":64,\"profile_link_color\":\"520d20\",\"followers_count\":767,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1141384407\\/profil_normal.jpg\",\"description\":\"Journaliste, chef du desk num\\u00e9rique \\u00e0 La R\\u00e9publique des Pyr\\u00e9n\\u00e9es \\u00e0 Pau. Animatrice de communaut\\u00e9s et de Twittap\\u00e9ros. Tarte au Maroilles maison sur demande.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"78605f\",\"id_str\":\"19910673\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1141384407\\/profil_normal.jpg\",\"name\":\"carole gamelin\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 02 15:09:06 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":19910673,\"utc_offset\":3600,\"favourites_count\":255,\"url\":\"http:\\/\\/www.larepubliquedespyrenees.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188088682659840,\"created_at\":\"Fri Feb 24 23:30:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3072000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a09368fc-39df-4ee9-b411-a52c4821e267-173188088682659840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1092878580/dorian07smini_normal.jpg" +}, +"title": "Dorian Sanchez: #LGW #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3072000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW #cQui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"cQui\",\"indices\":[5,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/locomolabs.com\\\" rel=\\\"nofollow\\\"\\u003ETweetComb\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188089244684290\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"fff8ad\",\"screen_name\":\"DoRian07S\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":337,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":124,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1092878580\\/dorian07smini_normal.jpg\",\"description\":\"Etudiant, passionn\\u00e9 de nouvelles technologies. #media #actu #politique #sport #diabolo #pingpong #velo #google\",\"statuses_count\":1832,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/66687243\\/All_falls_down-1920x1200.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0099CC\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"protected\":false,\"id_str\":\"46867033\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Dorian Sanchez\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/66687243\\/All_falls_down-1920x1200.jpg\",\"created_at\":\"Sat Jun 13 10:53:21 +0000 2009\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"id\":46867033,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1092878580\\/dorian07smini_normal.jpg\"},\"truncated\":false,\"id\":173188089244684290,\"created_at\":\"Fri Feb 24 23:30:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3072000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a4513b83-abbb-4b58-9804-d8275fb87a19-173188089244684290" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Cqui #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1848420321/cre_normal.jpg" +}, +"title": "Margot : #Cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3073000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#Cqui #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[0,5]},{\"text\":\"LGW\",\"indices\":[6,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188091383783424\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"F2E195\",\"screen_name\":\"SENSITIVEKID_\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":39,\"location\":\"\",\"profile_text_color\":\"0C3E53\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848420321\\/cre_normal.jpg\",\"description\":\"\",\"statuses_count\":164,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413946733\\/CUTE__72_.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"BADFCD\",\"protected\":false,\"id_str\":\"452169178\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Margot \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413946733\\/CUTE__72_.jpg\",\"created_at\":\"Sun Jan 01 14:14:06 +0000 2012\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"id\":452169178,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848420321\\/cre_normal.jpg\"},\"truncated\":false,\"id\":173188091383783424,\"created_at\":\"Fri Feb 24 23:30:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3073000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "489289a9-ff1b-43af-9e39-6f4372532a88-173188091383783424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw” ça s'arrose.", +"img": { +"src": "http://a0.twimg.com/profile_images/857280342/calecon-iphone_m_normal.jpg" +}, +"title": "jegoun: “@France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw” ça s'arrose.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3074000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@France5tv: Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\\u201d \\u00e7a s'arrose.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[1,11],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[74,77]},{\"text\":\"lgw\",\"indices\":[81,85]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188098258251777\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":776,\"screen_name\":\"jegoun\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":86824,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Le Kremlin-Bic\\u00eatre\",\"show_all_inline_media\":false,\"listed_count\":250,\"profile_link_color\":\"0084B4\",\"followers_count\":3352,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/857280342\\/calecon-iphone_m_normal.jpg\",\"description\":\"Taulier de blogs et client de bistros.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"6433142\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/857280342\\/calecon-iphone_m_normal.jpg\",\"name\":\"jegoun\",\"default_profile_image\":false,\"created_at\":\"Wed May 30 05:04:02 +0000 2007\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":6433142,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.jegoun.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188098258251777,\"created_at\":\"Fri Feb 24 23:30:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3074000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efdd4bfc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d4ad4680-bd05-4930-9855-a42393b25fb4-173188098258251777" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "fallait pas les gars “@LeGrandWebze: C'est la séquence du proctologue ! #lgw”", +"img": { +"src": "http://a2.twimg.com/profile_images/1577312655/E_TE__2011_PROPRIANO_light_normal.jpg" +}, +"title": "AnneCha Celier: fallait pas les gars “@LeGrandWebze: C'est la séquence du proctologue ! #lgw”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3075000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"fallait pas les gars \\u201c@LeGrandWebze: C'est la s\\u00e9quence du proctologue ! #lgw\\u201d\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[22,35],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188099277459456\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"annechacelier\",\"lang\":\"fr\",\"favourites_count\":36,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":921,\"location\":\"Paris\",\"profile_text_color\":\"666666\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1577312655\\/E_TE__2011_PROPRIANO_light_normal.jpg\",\"description\":\"Habitante du 2\\u00e8me arrondissement, brune, 1\\/2 corse, @FredFaridGroup, @KidsLoveJetlag, quelques enfants, presque barmaid\",\"statuses_count\":2930,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/58686718\\/P1030314.jpg\",\"show_all_inline_media\":true,\"listed_count\":15,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"beaacc\",\"protected\":false,\"id_str\":\"17899913\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"AnneCha Celier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/58686718\\/P1030314.jpg\",\"created_at\":\"Fri Dec 05 15:49:22 +0000 2008\",\"profile_sidebar_fill_color\":\"252429\",\"id\":17899913,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/3kidsandafull-timejob.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1577312655\\/E_TE__2011_PROPRIANO_light_normal.jpg\"},\"truncated\":false,\"id\":173188099277459456,\"created_at\":\"Fri Feb 24 23:30:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3075000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "958eca4a-5e88-401a-8fc8-f971ed62dfef-173188099277459456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'adoooore le rire discret de @PascalMabille au #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1843167197/image_normal.jpg" +}, +"title": "Peter Schaeffer: J'adoooore le rire discret de @PascalMabille au #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3075000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'adoooore le rire discret de @PascalMabille au #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[31,45],\"name\":\"Pascal Mabille\",\"id_str\":\"1367131\",\"id\":1367131}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188098845458432\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"machetman\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":43,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1843167197\\/image_normal.jpg\",\"description\":\"Engineer student in life and computer science and Apple enthusiast\",\"statuses_count\":3,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"173039199\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Peter Schaeffer\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Jul 31 07:21:47 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":173039199,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/peter-schaeffer.posterous.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843167197\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188098845458432,\"created_at\":\"Fri Feb 24 23:30:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3075000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "94837e6c-2be8-4ac2-87a1-ed4f49476b59-173188098845458432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'était un sac à roulette RT @GabytaineFlam: Une caméra cachée généralement c'est dans un sac, ça bouge pas. Là ils l'ont mis dans #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1844691230/profile_normal.png" +}, +"title": "Lynda Sweez : C'était un sac à roulette RT @GabytaineFlam: Une caméra cachée généralement c'est dans un sac, ça bouge pas. Là ils l'ont mis dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3075000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"GabytaineFlam\",\"favorited\":false,\"text\":\"C'\\u00e9tait un sac \\u00e0 roulette RT @GabytaineFlam: Une cam\\u00e9ra cach\\u00e9e g\\u00e9n\\u00e9ralement c'est dans un sac, \\u00e7a bouge pas. L\\u00e0 ils l'ont mis dans #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"GabytaineFlam\",\"indices\":[29,43],\"name\":\"R\\u00e9mi\",\"id_str\":\"161146189\",\"id\":161146189}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[136,140]}]},\"in_reply_to_user_id\":161146189,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173186437221588992,\"in_reply_to_status_id_str\":\"173186437221588992\",\"id_str\":\"173188100279898113\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"zedalynews\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":444,\"location\":\"Coin:C dans une cale en bourre\",\"profile_text_color\":\"333333\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\",\"description\":\"Les jeux de mots, c'est mon dada. Amin approuve ce message. \",\"statuses_count\":10701,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"e072c1\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"244639293\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Lynda Sweez \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"created_at\":\"Sat Jan 29 19:45:40 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":244639293,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.jeBoxeAvecNemo.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\"},\"truncated\":false,\"id\":173188100279898113,\"created_at\":\"Fri Feb 24 23:30:35 +0000 2012\",\"in_reply_to_user_id_str\":\"161146189\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3075000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3396b5c3-dc72-4c86-a064-7176a0a4c7f8-173188100279898113" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #ILRESTE", +"img": { +"src": "http://a0.twimg.com/profile_images/1848035973/images_normal.jpeg" +}, +"title": "François de Hollande: #LGW #ILRESTE", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3075000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW #ILRESTE\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"ILRESTE\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188100430897152\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"fdhollande\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":136,\"location\":\"59 avenue de S\\u00e9gur. 7\\u00e8me\",\"profile_text_color\":\"333333\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\",\"description\":\"Dans ma t\\u00eate. Tout ce que je pense mais que je ne peux pas vous dire officiellement \",\"statuses_count\":90,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"500754438\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fran\\u00e7ois de Hollande\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Feb 23 12:46:32 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":500754438,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\"},\"truncated\":false,\"id\":173188100430897152,\"created_at\":\"Fri Feb 24 23:30:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3075000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "150754af-c87b-4601-b425-cab023e05a1d-173188100430897152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1630832094/rene_navarre_as_fantomas_normal.jpg" +}, +"title": "Virgile Navarre: #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3076000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188105044631552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":61,\"screen_name\":\"virgilepons\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1630832094\\/rene_navarre_as_fantomas_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"392990979\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1630832094\\/rene_navarre_as_fantomas_normal.jpg\",\"name\":\"Virgile Navarre\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 17 21:23:27 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":392990979,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/www.labo75.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188105044631552,\"created_at\":\"Fri Feb 24 23:30:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3076000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "51357b8e-3199-4b23-bea3-87dde45a57e9-173188105044631552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3077000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #change2ton\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188107011764224\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"statuses_count\":704,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Thibaut Devillers\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":92095420,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\"},\"truncated\":false,\"id\":173188107011764224,\"created_at\":\"Fri Feb 24 23:30:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3077000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "088e6657-bf66-4357-abe3-73a26db89dff-173188107011764224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#leproc la 2ème séquence, en effet. J'en fait parti mais je ne le prends pas mal :) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: #leproc la 2ème séquence, en effet. J'en fait parti mais je ne le prends pas mal :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3078000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#leproc la 2\\u00e8me s\\u00e9quence, en effet. J'en fait parti mais je ne le prends pas mal :) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"leproc\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[84,88]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188113110274048\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2882,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"name\":\"Marie\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":120444044,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188113110274048,\"created_at\":\"Fri Feb 24 23:30:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3078000, +"tags": [ +{ +"id-ref": "f041f49e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d741657-856a-40ae-a4ba-267cc81d7af3-173188113110274048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "donc #LGW tourne sur un plateau de 4m2 ..... #fail", +"img": { +"src": "http://a3.twimg.com/profile_images/1421925544/clemlol_normal.jpg" +}, +"title": "Misterclem: donc #LGW tourne sur un plateau de 4m2 ..... #fail", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3081000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"donc #LGW tourne sur un plateau de 4m2 ..... #fail\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[5,9]},{\"text\":\"fail\",\"indices\":[45,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188125470892033\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"misterclem\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25126,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/386276214\\/clemlol.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":100,\"profile_link_color\":\"009999\",\"followers_count\":2265,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1421925544\\/clemlol_normal.jpg\",\"description\":\"Bloggueur, cinema, music, politique Web 2.0 Social Digital Strategist, Marketing. CM Com Online \\/ Opinions are my own \\uf8ff \\/ gplus.to\\/misterclem #universalmusic \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"11793022\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/386276214\\/clemlol.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421925544\\/clemlol_normal.jpg\",\"name\":\"Misterclem\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 03 10:57:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":11793022,\"utc_offset\":3600,\"favourites_count\":425,\"url\":\"http:\\/\\/www.clementlepetit.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188125470892033,\"created_at\":\"Fri Feb 24 23:30:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3081000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ef7dc709-083b-41d8-8d61-560530ee8c5d-173188125470892033" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cQui François Rollin ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: #lgw #cQui François Rollin ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3082000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #cQui Fran\\u00e7ois Rollin ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cQui\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188130101411840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1749,\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":28280,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"location\":\"Crozon, Brittany\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"followers_count\":2618,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"profile_sidebar_fill_color\":\"d3ede7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"name\":\"Philippe B\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_border_color\":\"5e1410\",\"id\":14400518,\"utc_offset\":3600,\"favourites_count\":297,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188130101411840,\"created_at\":\"Fri Feb 24 23:30:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3082000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b0c1127d-578d-4e1e-bc44-b9bcb73c0471-173188130101411840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilReste je veux", +"img": { +"src": "http://a1.twimg.com/profile_images/444488565/gallery_492_7_92710_normal.jpg" +}, +"title": "Edmond V: #lgw #ilReste je veux", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3083000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilReste je veux\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188132299218946\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":341,\"screen_name\":\"Badsim\",\"lang\":\"en\",\"profile_text_color\":\"1215e0\",\"statuses_count\":8534,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Boulogne Billancourt\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"ff0505\",\"followers_count\":118,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/444488565\\/gallery_492_7_92710_normal.jpg\",\"description\":\"NSFW \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"14971085\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/444488565\\/gallery_492_7_92710_normal.jpg\",\"name\":\"Edmond V\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 01 12:24:30 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14971085,\"utc_offset\":3600,\"favourites_count\":228,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188132299218946,\"created_at\":\"Fri Feb 24 23:30:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3083000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bf8db6bd-c1a5-4012-9cb9-de8429ac9571-173188132299218946" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1580412781/Sans_titre_3_normal.jpg" +}, +"title": "Hélène Hautbois: #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3083000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cQui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188134643838976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":106,\"screen_name\":\"LNdoll\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":537,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/197370085\\/IMG00162.JPG\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0099B9\",\"followers_count\":81,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1580412781\\/Sans_titre_3_normal.jpg\",\"description\":\"LN, 23 ans, belle, dr\\u00f4le, sympa, riche...Vous ne me croyez pas ? (Vous avez bien raison...). Mod\\u00e9ratrice sur\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"37177757\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/197370085\\/IMG00162.JPG\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1580412781\\/Sans_titre_3_normal.jpg\",\"name\":\"H\\u00e9l\\u00e8ne Hautbois\",\"default_profile_image\":false,\"created_at\":\"Sat May 02 10:51:08 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":37177757,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/arnaudtsamere.com\\/forum\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188134643838976,\"created_at\":\"Fri Feb 24 23:30:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3083000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9f8c4f41-e605-47d0-896a-3f6ba3942372-173188134643838976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Putain je viens de voir la PP de @BastienJoseph31 et @Pierre_B_y dans #LGW...\nPar contre je me casse, c'est naze!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1637686119/image_normal.jpg" +}, +"title": "Yann MALICHECQ: Putain je viens de voir la PP de @BastienJoseph31 et @Pierre_B_y dans #LGW...\nPar contre je me casse, c'est naze!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3084000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Putain je viens de voir la PP de @BastienJoseph31 et @Pierre_B_y dans #LGW...\\nPar contre je me casse, c'est naze!!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BastienJoseph31\",\"indices\":[33,49],\"id_str\":\"191087175\",\"name\":\"Bastien Joseph\",\"id\":191087175},{\"screen_name\":\"Pierre_B_y\",\"indices\":[53,64],\"id_str\":\"104184883\",\"name\":\"Pierre B.\",\"id\":104184883}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[70,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188138506797057\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":490,\"screen_name\":\"kakaOpopo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9069,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Pas \\u00e0 Toulouse\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"FF3300\",\"followers_count\":324,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1637686119\\/image_normal.jpg\",\"description\":\"Une religion? L'Ovalie. Un dieu? JC Sarda et son proph\\u00e8te @OvaleMasque. Un chiffre? 51! Grand Abhorrateur du Kaka o Popo. Une equipe? Le ST, voyons!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"West Central Africa\",\"profile_background_color\":\"709397\",\"id_str\":\"408071950\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1637686119\\/image_normal.jpg\",\"name\":\"Yann MALICHECQ\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 08 23:06:54 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":408071950,\"utc_offset\":3600,\"favourites_count\":125,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188138506797057,\"created_at\":\"Fri Feb 24 23:30:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3084000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3add9b8a-2276-4f75-ac1e-ec76ae3c7329-173188138506797057" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Cqui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1722222974/android-rendered_normal.jpg" +}, +"title": "Demonaco François: #Cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3084000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Cqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188139295326208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":52,\"screen_name\":\"FDemonaco802\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":26,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Rennes\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1722222974\\/android-rendered_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"449809385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1722222974\\/android-rendered_normal.jpg\",\"name\":\"Demonaco Fran\\u00e7ois\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 29 14:35:18 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":449809385,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188139295326208,\"created_at\":\"Fri Feb 24 23:30:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3084000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8dbd3a92-d55a-4175-9cc7-f4fd72ba5c47-173188139295326208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1377154228/168964_10150138222311550_521006549_8477081_8165650_n_normal.jpg" +}, +"title": "BatiCarré: #IlReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3084000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#IlReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188139186262016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":249,\"screen_name\":\"BatiCarre\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":81,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":21,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1377154228\\/168964_10150138222311550_521006549_8477081_8165650_n_normal.jpg\",\"description\":\"Sp\\u00e9cialiste du droit de la propri\\u00e9t\\u00e9 intellectuelle et du glam des 70s et 80s, prends garde \\u00e0 toi Philippe Manoeuvre. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"299691570\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1377154228\\/168964_10150138222311550_521006549_8477081_8165650_n_normal.jpg\",\"name\":\"BatiCarr\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 14:47:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299691570,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188139186262016,\"created_at\":\"Fri Feb 24 23:30:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3084000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5497ec94-38b5-4dec-8ef5-c7ab133f581b-173188139186262016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "e suis jacques delaraie proctologue et je suis entouré de trous du cul #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1831948935/me_normal.jpg" +}, +"title": "Δntoine Boμboμ: e suis jacques delaraie proctologue et je suis entouré de trous du cul #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3085000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"e suis jacques delaraie proctologue et je suis entour\\u00e9 de trous du cul #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[71,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188141614764032\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":109,\"screen_name\":\"Antoine_BB\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":644,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/403044885\\/090719_-_Voie-Lacte_e___Nuages_de_Magellan_Concordia_-_Zenitar_f4_-_40d.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":32,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1831948935\\/me_normal.jpg\",\"description\":\"Doctorant en Astrophysique\\/PhD student in Astrophysics\\/\\/Anthropo-primatologue \\u00e0 ses heures perdues (et tardives) sur net et IRL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"131516\",\"id_str\":\"464727045\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/403044885\\/090719_-_Voie-Lacte_e___Nuages_de_Magellan_Concordia_-_Zenitar_f4_-_40d.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1831948935\\/me_normal.jpg\",\"name\":\"\\u0394ntoine Bo\\u03bcbo\\u03bc\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 15 15:20:51 +0000 2012\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":464727045,\"utc_offset\":3600,\"favourites_count\":418,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188141614764032,\"created_at\":\"Fri Feb 24 23:30:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3085000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f5bd0727-e7a3-4fb3-a295-3ef53a298c95-173188141614764032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw # ilreste si l' audience depasse les 10millilns de telespectateurs", +"img": { +"src": "http://a0.twimg.com/profile_images/1475720985/26666_normal.jpg" +}, +"title": "François LEGER: #lgw # ilreste si l' audience depasse les 10millilns de telespectateurs", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3085000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw # ilreste si l' audience depasse les 10millilns de telespectateurs\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188142180990977\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"leger_web\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":124,\"location\":\"Rochechouart\",\"profile_text_color\":\"3E4415\",\"followers_count\":171,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1475720985\\/26666_normal.jpg\",\"description\":\"Animateur\\/Technicien en informatique et Webmaster d'un site de collectivit\\u00e9.\\r\\nGeek mais pas trop :))\",\"statuses_count\":307,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/290931773\\/cold-one-dl.jpg\",\"show_all_inline_media\":false,\"listed_count\":28,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"25482844\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Fran\\u00e7ois LEGER\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/290931773\\/cold-one-dl.jpg\",\"created_at\":\"Fri Mar 20 09:37:06 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":25482844,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.legerweb.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1475720985\\/26666_normal.jpg\"},\"truncated\":false,\"id\":173188142180990977,\"created_at\":\"Fri Feb 24 23:30:45 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3085000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5a0a0e1b-3b63-42ee-b4e6-02b8cf7d79d3-173188142180990977" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1785281530/Portrait_FB_normal.jpg" +}, +"title": "Olivier L. Brunet: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3087000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188149084819456\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"livbrunet\",\"lang\":\"fr\",\"favourites_count\":27,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1989,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":498,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1785281530\\/Portrait_FB_normal.jpg\",\"description\":\"En g\\u00e9n\\u00e9ral, je r\\u00e9alise des films documentaires. Mais je ne vais pas m'arr\\u00eater l\\u00e0.\",\"statuses_count\":253,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/403958676\\/IMG_3294.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"105420241\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Olivier L. Brunet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/403958676\\/IMG_3294.jpg\",\"created_at\":\"Sat Jan 16 08:44:36 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":105420241,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/obrunet.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1785281530\\/Portrait_FB_normal.jpg\"},\"truncated\":false,\"id\":173188149084819456,\"created_at\":\"Fri Feb 24 23:30:47 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3087000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e0829a85-e2ef-433f-b560-28c4d6a5a10f-173188149084819456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Sarkozy a dit Non 4 You http://t.co/VVYIUddE", +"img": { +"src": "http://a0.twimg.com/profile_images/1826253762/gifs__20__normal.gif" +}, +"title": "Systaime: #lgw Sarkozy a dit Non 4 You http://t.co/VVYIUddE", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3087000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Sarkozy a dit Non 4 You http:\\/\\/t.co\\/VVYIUddE\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[29,49],\"expanded_url\":\"http:\\/\\/youtu.be\\/WM23SOUZN_g\",\"display_url\":\"youtu.be\\/WM23SOUZN_g\",\"url\":\"http:\\/\\/t.co\\/VVYIUddE\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188151509131264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"systaime18\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3212,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":40,\"profile_link_color\":\"080808\",\"followers_count\":393,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"758882\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"profile_sidebar_fill_color\":\"f5ed08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"name\":\"Systaime\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 08 22:13:03 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":758882,\"utc_offset\":3600,\"favourites_count\":113,\"url\":\"http:\\/\\/www.systaime.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188151509131264,\"created_at\":\"Fri Feb 24 23:30:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3087000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f71d9e9e-158c-4813-b4ef-1b99bddd21dc-173188151509131264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #LGW c'est nul", +"img": { +"src": "http://a1.twimg.com/profile_images/1437002627/DSCN4392_normal.jpg" +}, +"title": "Alban Liabeuf: #change2ton #LGW c'est nul", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3088000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #LGW c'est nul\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"LGW\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188154776494080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":161,\"screen_name\":\"Albanliabeuf\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":410,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris la D\\u00e9fense \",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":50,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1437002627\\/DSCN4392_normal.jpg\",\"description\":\"vous les autres et moi, mode, photos, finance, geek et n'importe quoi \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"25846622\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1437002627\\/DSCN4392_normal.jpg\",\"name\":\"Alban Liabeuf\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 22 17:27:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":25846622,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/alban-liabeuf\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188154776494080,\"created_at\":\"Fri Feb 24 23:30:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3088000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "612ab68a-7988-48c0-b1ae-ad81ea70254f-173188154776494080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sauvons #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1793236975/Photo_du_13878919-05-___03.51_normal.jpg" +}, +"title": "Constance Ortuzar: Sauvons #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3088000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Sauvons #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[8,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188155929923584\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ff0000\",\"screen_name\":\"constuzar\",\"lang\":\"en\",\"favourites_count\":28,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":249,\"location\":\"Paris\",\"profile_text_color\":\"ff0f0f\",\"followers_count\":432,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\",\"description\":\"Ils me voient rouler, ils d\\u00e9testent.\",\"statuses_count\":7423,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"14b9fa\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"53776719\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Constance Ortuzar\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sat Jul 04 22:29:54 +0000 2009\",\"profile_sidebar_fill_color\":\"d5faef\",\"id\":53776719,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\"},\"truncated\":false,\"id\":173188155929923584,\"created_at\":\"Fri Feb 24 23:30:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3088000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "08a7db94-27c8-4d49-ba4f-f07e8eafa876-173188155929923584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@benoitlebreau Très drôle, ta blague M O T U S !! #JaiDixAns :)) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1827173511/diejet_normal.jpg" +}, +"title": "vavodal: @benoitlebreau Très drôle, ta blague M O T U S !! #JaiDixAns :)) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3089000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@benoitlebreau Tr\\u00e8s dr\\u00f4le, ta blague M O T U S !! #JaiDixAns :)) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"benoitlebreau\",\"indices\":[0,14],\"id_str\":\"267290862\",\"name\":\"Benoit Lebreau\",\"id\":267290862}],\"urls\":[],\"hashtags\":[{\"text\":\"JaiDixAns\",\"indices\":[50,60]},{\"text\":\"lgw\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188160350720000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"267290862\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":576,\"screen_name\":\"diejet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10572,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342894182\\/IMG_1551.JPG\",\"location\":\"Montpellier\",\"show_all_inline_media\":false,\"listed_count\":54,\"profile_link_color\":\"038543\",\"followers_count\":639,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1827173511\\/diejet_normal.jpg\",\"description\":\"Tout est sous contr\\u00f4le\\u2026 mais en douceur. Enfin, je vais essayer !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"285043271\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342894182\\/IMG_1551.JPG\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827173511\\/diejet_normal.jpg\",\"name\":\"vavodal\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 20 12:40:21 +0000 2011\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":285043271,\"utc_offset\":-10800,\"favourites_count\":177,\"url\":null},\"in_reply_to_screen_name\":\"benoitlebreau\",\"truncated\":false,\"id\":173188160350720000,\"created_at\":\"Fri Feb 24 23:30:49 +0000 2012\",\"in_reply_to_user_id\":267290862}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3089000, +"tags": [ +{ +"id-ref": "f04a0a08-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "48f74cec-b400-440d-809a-95761c025512-173188160350720000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La team #StadedeFrance est en force sur le #cqui #lgw ;)", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: La team #StadedeFrance est en force sur le #cqui #lgw ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3089000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La team #StadedeFrance est en force sur le #cqui #lgw ;)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"StadedeFrance\",\"indices\":[8,22]},{\"text\":\"cqui\",\"indices\":[43,48]},{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188159792885760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6698,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188159792885760,\"created_at\":\"Fri Feb 24 23:30:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3089000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1736bfd2-8b2c-4c84-8572-e2a91d5d1791-173188159792885760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@JulienLopizzo on voit ta gueule! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1737845643/image_normal.jpg" +}, +"title": "Vincent Pintado: @JulienLopizzo on voit ta gueule! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3090000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"JulienLopizzo\",\"favorited\":false,\"text\":\"@JulienLopizzo on voit ta gueule! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"JulienLopizzo\",\"indices\":[0,14],\"name\":\"Julien Lopizzo\",\"id_str\":\"44345271\",\"id\":44345271}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"in_reply_to_user_id\":44345271,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173186992186732545,\"in_reply_to_status_id_str\":\"173186992186732545\",\"id_str\":\"173188163081216001\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"VeniVediVince\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":163,\"location\":\"Lyon\",\"profile_text_color\":\"333333\",\"followers_count\":63,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1737845643\\/image_normal.jpg\",\"description\":\"Sc\\u00e9nariste, r\\u00e9alisateur, artisan de l'image, geekophile et mangeur de paella \\u00e0 ses heures mais que celle de ma m\\u00e8re!! \",\"statuses_count\":302,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"121074074\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Vincent Pintado\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Mar 08 10:59:29 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":121074074,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.pioucube.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1737845643\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188163081216001,\"created_at\":\"Fri Feb 24 23:30:50 +0000 2012\",\"in_reply_to_user_id_str\":\"44345271\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3090000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c4272e10-b46c-4e15-8043-ae362af0885e-173188163081216001" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Taking the pace out of internet since 2011 #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: #LGW Taking the pace out of internet since 2011 #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3091000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Taking the pace out of internet since 2011 #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[48,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188166482804736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3887,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":520,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188166482804736,\"created_at\":\"Fri Feb 24 23:30:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3091000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dd92e268-3c68-43e6-bf56-f78854505ac9-173188166482804736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LouisCalvero: #lgw Par curiosité, si je tape s' #ilReste il #change2ton ou #ilpart, comment réagit l'algorythme?//T'as pété la matrice!", +"img": { +"src": "http://a1.twimg.com/profile_images/1803920053/hartza_anon_normal.gif" +}, +"title": "Christophe BONNARD: RT @LouisCalvero: #lgw Par curiosité, si je tape s' #ilReste il #change2ton ou #ilpart, comment réagit l'algorythme?//T'as pété la matrice!", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3092000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LouisCalvero: #lgw Par curiosit\\u00e9, si je tape s' #ilReste il #change2ton ou #ilpart, comment r\\u00e9agit l'algorythme?\\/\\/T'as p\\u00e9t\\u00e9 la matrice!\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LouisCalvero\",\"indices\":[3,16],\"name\":\"Calvero\",\"id_str\":\"49330430\",\"id\":49330430}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]},{\"text\":\"ilReste\",\"indices\":[52,60]},{\"text\":\"change2ton\",\"indices\":[64,75]},{\"text\":\"ilpart\",\"indices\":[79,86]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188170173779968\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"hartza_info\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":409,\"location\":\"64250 LOUHOSSOA\",\"profile_text_color\":\"333333\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"description\":\"auto-entrepreneur\\r\\nR\\u00e9paration, assistance et maintenance informatique, Cr\\u00e9ation de Site Internet, Montage Vid\\u00e9o, Infographie...\",\"statuses_count\":3511,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"123547535\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Christophe BONNARD\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"created_at\":\"Tue Mar 16 12:35:18 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":123547535,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/hartza.info\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\"},\"truncated\":false,\"id\":173188170173779968,\"created_at\":\"Fri Feb 24 23:30:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3092000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "37f314b6-887d-44b8-ba37-1d88e8032897-173188170173779968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je dois avouer que j'hésite entre #CI et #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1757948828/Sans_titre-1__2__normal.jpg" +}, +"title": "CrazyM.T.: Je dois avouer que j'hésite entre #CI et #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3092000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je dois avouer que j'h\\u00e9site entre #CI et #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[34,37]},{\"text\":\"LGW\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188172887502848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":107,\"screen_name\":\"CrazyMT_\",\"lang\":\"fr\",\"profile_text_color\":\"949494\",\"statuses_count\":1500,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/425872790\\/Twitter.jpg\",\"location\":\"France d'en bas\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"488045\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757948828\\/Sans_titre-1__2__normal.jpg\",\"description\":\"Je combine des fr\\u00e9quences ensembles. Oui, de la musique \\u00e9lectronique.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"1c1c1c\",\"id_str\":\"330956795\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425872790\\/Twitter.jpg\",\"profile_sidebar_fill_color\":\"3d0000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757948828\\/Sans_titre-1__2__normal.jpg\",\"name\":\"CrazyM.T.\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 07 12:33:05 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":330956795,\"utc_offset\":0,\"favourites_count\":5,\"url\":\"http:\\/\\/crazymtmusic.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188172887502848,\"created_at\":\"Fri Feb 24 23:30:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3092000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c794cea3-8c0f-4bd8-8801-bd6d86c48a06-173188172887502848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste mon premier tweet pour cette émission #wtf #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1766000100/Avatar-Cabaroc_normal.gif" +}, +"title": "Jp cabaroc: #ilreste mon premier tweet pour cette émission #wtf #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3093000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste mon premier tweet pour cette \\u00e9mission #wtf #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"wtf\",\"indices\":[47,51]},{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188177702559744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"screen_name\":\"Cabaroc\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6907,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/404422929\\/fond_twitter.jpg\",\"location\":\"Saint-\\u00c9tienne - France\",\"show_all_inline_media\":false,\"listed_count\":173,\"profile_link_color\":\"416763\",\"followers_count\":1679,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1766000100\\/Avatar-Cabaroc_normal.gif\",\"description\":\"Hi, i'm a freelance graphic designer and art director. I also teach webdesign at Ecole Bellecour (Lyon) #Identity #Design #Print #Webdesign\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"104964807\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404422929\\/fond_twitter.jpg\",\"profile_sidebar_fill_color\":\"f6f6f6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1766000100\\/Avatar-Cabaroc_normal.gif\",\"name\":\"Jp cabaroc\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 14 23:13:01 +0000 2010\",\"profile_sidebar_border_color\":\"dddcda\",\"id\":104964807,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/www.cabaroc.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188177702559744,\"created_at\":\"Fri Feb 24 23:30:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3093000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef77b274-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "980179a2-2d86-4399-9e7a-f969286ebfa7-173188177702559744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche spotted dans le public. #fail #cqui #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: @LudoDelaherche spotted dans le public. #fail #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3093000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LudoDelaherche spotted dans le public. #fail #cqui #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"fail\",\"indices\":[40,45]},{\"text\":\"cqui\",\"indices\":[46,51]},{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188177199243264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1033,\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":3559,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"followers_count\":668,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"name\":\"Bastien Joseph\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":191087175,\"utc_offset\":null,\"favourites_count\":10,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\"},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173188177199243264,\"created_at\":\"Fri Feb 24 23:30:53 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3093000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e6b31e01-e01e-4324-a0ad-7798e94dc6b5-173188177199243264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche Tu t'es méchamment fait griller :-D J'aime l'esprit. #cqui #lgw #StadedeFrance", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @LudoDelaherche Tu t'es méchamment fait griller :-D J'aime l'esprit. #cqui #lgw #StadedeFrance", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3095000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LudoDelaherche Tu t'es m\\u00e9chamment fait griller :-D J'aime l'esprit. #cqui #lgw #StadedeFrance\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[69,74]},{\"text\":\"lgw\",\"indices\":[75,79]},{\"text\":\"StadedeFrance\",\"indices\":[80,94]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173183797087580160\",\"id_str\":\"173188184035962880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173183797087580160,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34423,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173188184035962880,\"created_at\":\"Fri Feb 24 23:30:55 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3095000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "25ca714a-a70d-4d9b-af4e-493737fc5064-173188184035962880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw breves2comptoir: Pendant que tu dors, l'oeil il continue de regarder la paupière mais il se fait chier...", +"img": { +"src": "http://a0.twimg.com/profile_images/1421767677/n775859914_630617_3556_normal.jpg" +}, +"title": "Thibaut: #lgw breves2comptoir: Pendant que tu dors, l'oeil il continue de regarder la paupière mais il se fait chier...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3096000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw breves2comptoir: Pendant que tu dors, l'oeil il continue de regarder la paupi\\u00e8re mais il se fait chier...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188190172229634\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":439,\"screen_name\":\"thibautchampey\",\"lang\":\"fr\",\"profile_text_color\":\"c8c8cc\",\"statuses_count\":155,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"location\":\"Paris \",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0c0d0d\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"description\":\"Communication enabled geek.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3b3d3d\",\"id_str\":\"282143992\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"profile_sidebar_fill_color\":\"68696e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"name\":\"Thibaut\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 14 16:45:25 +0000 2011\",\"profile_sidebar_border_color\":\"e6ebe4\",\"id\":282143992,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"https:\\/\\/sites.google.com\\/site\\/thibautchampey\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188190172229634,\"created_at\":\"Fri Feb 24 23:30:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3096000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "26f7696f-a15a-422b-a4c0-5e906ea60ba5-173188190172229634" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @vinvin \"l'art de grimer la fraude.\"", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: #lgw @vinvin \"l'art de grimer la fraude.\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3097000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw @vinvin \\\"l'art de grimer la fraude.\\\"\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[5,12],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188194362331138\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":98,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"statuses_count\":1161,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cammarata Thierry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":334554629,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\"},\"truncated\":false,\"id\":173188194362331138,\"created_at\":\"Fri Feb 24 23:30:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3097000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "50ee65ed-cb73-473b-b6f6-7a8c2d6aae06-173188194362331138" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, mais #cQui ces petites bulles bleues ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Oh, mais #cQui ces petites bulles bleues ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3098000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, mais #cQui ces petites bulles bleues ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[9,14]},{\"text\":\"lgw\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188196941828096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188196941828096,\"created_at\":\"Fri Feb 24 23:30:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3098000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b137b2a4-1e91-4de6-8b63-22aa151ef031-173188196941828096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Y a pas de thème pour cette émission à part les petites Bubble ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: Y a pas de thème pour cette émission à part les petites Bubble ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3099000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Y a pas de th\\u00e8me pour cette \\u00e9mission \\u00e0 part les petites Bubble ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188199525515266\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2723,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188199525515266,\"created_at\":\"Fri Feb 24 23:30:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3099000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cfc23fb6-848f-4e40-ac31-8b9c2f3ea292-173188199525515266" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton !!!", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: #lgw #change2ton !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3099000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #change2ton !!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188200335020032\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":256,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1752,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188200335020032,\"created_at\":\"Fri Feb 24 23:30:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3099000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6ce756b7-6c99-4d8c-a012-0a9ae7c576e6-173188200335020032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh des avatars que je connais dans le #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848450170/poseur_normal.jpg" +}, +"title": "Pras: Oh des avatars que je connais dans le #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3099000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh des avatars que je connais dans le #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188200343412736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1362,\"screen_name\":\"Praska\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":48429,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"followers_count\":3040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"description\":\"BOSS[Viedegeek + Bargaming]\\r\\nFirewall Karmique\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b8085\",\"id_str\":\"15453030\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"name\":\"Pras\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 16 11:15:07 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":15453030,\"utc_offset\":3600,\"favourites_count\":195,\"url\":\"http:\\/\\/flavors.me\\/praska\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188200343412736,\"created_at\":\"Fri Feb 24 23:30:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3099000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "390bb658-3741-41b5-be98-738aacc253c5-173188200343412736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1761971356/11471_video_big_normal.jpg" +}, +"title": "Co|dFragger: #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3100000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188203816296448\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"ColdFragger\",\"lang\":\"fr\",\"favourites_count\":36,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":601,\"location\":\"Alpes-Maritimes\",\"profile_text_color\":\"333333\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1761971356\\/11471_video_big_normal.jpg\",\"description\":\"Deviant super-h\\u00e9ros, je bois du caf\\u00e9 donc je veille. Je veille donc j'\\u00e9cris. Mais pas, ici, ailleurs, ou sur #lemag @lemagjeuxvideo\",\"statuses_count\":1420,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"408476304\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Co|dFragger\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed Nov 09 13:35:26 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":408476304,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/lemagjeuxvideo.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1761971356\\/11471_video_big_normal.jpg\"},\"truncated\":false,\"id\":173188203816296448,\"created_at\":\"Fri Feb 24 23:31:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3100000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "10b35e84-122b-431a-868b-d398beccded6-173188203816296448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1675223566/image_normal.jpg" +}, +"title": "Matthieu: #IlReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3100000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#IlReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188203967283200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":192,\"screen_name\":\"ilyauraunefois\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2807,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/409637919\\/La-Main-a-plume.jpg\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"000000\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1675223566\\/image_normal.jpg\",\"description\":\"j'aime bien la pol\\u00e9sie\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"bdbdbd\",\"id_str\":\"55193227\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/409637919\\/La-Main-a-plume.jpg\",\"profile_sidebar_fill_color\":\"c2c2c2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1675223566\\/image_normal.jpg\",\"name\":\"Matthieu\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 09 09:49:02 +0000 2009\",\"profile_sidebar_border_color\":\"c4c2c0\",\"id\":55193227,\"utc_offset\":3600,\"favourites_count\":35,\"url\":\"http:\\/\\/www.youtube.com\\/watch?v=oavMtUWDBTM\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188203967283200,\"created_at\":\"Fri Feb 24 23:31:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3100000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4ff71181-8d51-4259-8a77-3faf67f2eae5-173188203967283200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Suis dessus. #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1831649673/image_normal.jpg" +}, +"title": "Doğan Iyiğuven: Suis dessus. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3100000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Suis dessus. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188205066194947\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Doganichou\",\"lang\":\"fr\",\"favourites_count\":11,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":64,\"location\":\"France, Nice\",\"profile_text_color\":\"333333\",\"followers_count\":43,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1831649673\\/image_normal.jpg\",\"description\":\"D. 1992. Litt\\u00e9raire. Droit. Cabinet ZGaren, 17 rue Alexandre Mari. Avocat au barreau de Nice. \",\"statuses_count\":497,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"494186598\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Do\\u011fan Iyi\\u011fuven\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Feb 16 16:30:03 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":494186598,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1831649673\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188205066194947,\"created_at\":\"Fri Feb 24 23:31:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3100000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "46e68978-f86f-4dcb-9458-189553868022-173188205066194947" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Cqui ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848652502/332954645_normal.jpg" +}, +"title": "Leila Agic: #Cqui ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3100000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Cqui ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188203619155968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1197,\"screen_name\":\"LeilaAgic\",\"lang\":\"fr\",\"profile_text_color\":\"d61170\",\"statuses_count\":13607,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"23acc4\",\"followers_count\":1721,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"description\":\"Ancienne co-Responsable Internet et campagne jeunes pour @RoyalSegolene lors de primaires citoyennes. Socialo-Ecolo-S\\u00e9gol\\u00e9niste #SRoyal \\/ #FH2012 \\/ #NVB2012\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"79575617\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"name\":\"Leila Agic\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 03 22:02:21 +0000 2009\",\"profile_sidebar_border_color\":\"f50e48\",\"id\":79575617,\"utc_offset\":3600,\"favourites_count\":200,\"url\":\"http:\\/\\/on.fb.me\\/hSrN0O\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188203619155968,\"created_at\":\"Fri Feb 24 23:31:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3100000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "84ba3c55-ff6f-43c0-9b4c-6f19dca43a13-173188203619155968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon alors #cqui #lgw :)", +"img": { +"src": "http://a1.twimg.com/profile_images/1625442476/24_normal.jpg" +}, +"title": "Christophe Doublet: Bon alors #cqui #lgw :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3101000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon alors #cqui #lgw :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[10,15]},{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188210648809472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":459,\"screen_name\":\"ChrisPC34\",\"lang\":\"fr\",\"profile_text_color\":\"535ae6\",\"statuses_count\":1157,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/426927890\\/twitt.jpg\",\"location\":\"H\\u00e9rault\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1625442476\\/24_normal.jpg\",\"description\":\"D\\u00e9pannage informatique, site web, r\\u00e9seau .\\r\\nSous traitance : Vous livrez,nous installons vos clients dans le Languedoc Roussillon .\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"133503769\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426927890\\/twitt.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1625442476\\/24_normal.jpg\",\"name\":\"Christophe Doublet\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 15 23:59:03 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":133503769,\"utc_offset\":-10800,\"favourites_count\":33,\"url\":\"http:\\/\\/www.pc34.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188210648809472,\"created_at\":\"Fri Feb 24 23:31:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3101000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "90ec80cf-8d3d-4f95-9ae9-6fa126b008cf-173188210648809472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ireste #ipart #cqui #changedeton faudrait indiquer la question sur le mur ou l'énoncer #OnComprendPasLinteretDeLaQuestion #lgw via #TVcheck", +"img": { +"src": "http://a3.twimg.com/profile_images/1764728200/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png" +}, +"title": "Fadhila BRAHIMI: #ireste #ipart #cqui #changedeton faudrait indiquer la question sur le mur ou l'énoncer #OnComprendPasLinteretDeLaQuestion #lgw via #TVcheck", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3101000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ireste #ipart #cqui #changedeton faudrait indiquer la question sur le mur ou l'\\u00e9noncer #OnComprendPasLinteretDeLaQuestion #lgw via #TVcheck\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ireste\",\"indices\":[0,7]},{\"text\":\"ipart\",\"indices\":[8,14]},{\"text\":\"cqui\",\"indices\":[15,20]},{\"text\":\"changedeton\",\"indices\":[21,33]},{\"text\":\"OnComprendPasLinteretDeLaQuestion\",\"indices\":[88,122]},{\"text\":\"lgw\",\"indices\":[123,127]},{\"text\":\"TVcheck\",\"indices\":[132,140]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/fr\\/app\\/tvcheck\\/id437347192?mt=8\\\" rel=\\\"nofollow\\\"\\u003ETVcheck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188208438423552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3401,\"screen_name\":\"fbrahimi\",\"lang\":\"fr\",\"profile_text_color\":\"A30034\",\"statuses_count\":36948,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"location\":\"Nomade. France - Maghreb \",\"show_all_inline_media\":true,\"listed_count\":1250,\"profile_link_color\":\"000000\",\"followers_count\":11936,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\",\"description\":\"Dir. FB&Associ\\u00e9s #StrategieDePresence | CoAuteure #Moi20 | Chroniqueuse @Widoobiz | Conf\\u00e9renci\\u00e8re #Tedx | Bureau @MediaAces | \\u2665 #music #politic #SocialTV #Pause\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"F5EACF\",\"id_str\":\"5836692\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"profile_sidebar_fill_color\":\"F5EACF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\",\"name\":\"Fadhila BRAHIMI\",\"default_profile_image\":false,\"created_at\":\"Mon May 07 16:20:02 +0000 2007\",\"profile_sidebar_border_color\":\"B28465\",\"id\":5836692,\"utc_offset\":3600,\"favourites_count\":160,\"url\":\"http:\\/\\/www.fadhilabrahimi.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188208438423552,\"created_at\":\"Fri Feb 24 23:31:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3101000, +"tags": [ +{ +"id-ref": "ef16598e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef49f848-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efbbbfaa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f04c1c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef163198-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9113847f-be98-4cee-a754-78b127f26570-173188208438423552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Mais y'a un air de ressemblence entre @Vinvin et l'autre #CQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW Mais y'a un air de ressemblence entre @Vinvin et l'autre #CQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3101000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Mais y'a un air de ressemblence entre @Vinvin et l'autre #CQui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[43,50],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"CQui\",\"indices\":[62,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188208631361541\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188208631361541,\"created_at\":\"Fri Feb 24 23:31:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3101000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "55843d31-0f7c-4f3c-b900-dc1d825a69c4-173188208631361541" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #lgw ;-)", +"img": { +"src": "http://a2.twimg.com/profile_images/1739320926/avatar4_normal.jpg" +}, +"title": "Hélène Messang: #ilReste #lgw ;-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3102000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste #lgw ;-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188214255910913\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":278,\"screen_name\":\"LNM54\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":270,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"location\":\"Lorraine, Nancy\",\"show_all_inline_media\":true,\"listed_count\":21,\"profile_link_color\":\"088253\",\"followers_count\":249,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1739320926\\/avatar4_normal.jpg\",\"description\":\"Journaliste. Je gazouille pour moi - mes tweets n'engagent pas mon media. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"51107444\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1739320926\\/avatar4_normal.jpg\",\"name\":\"H\\u00e9l\\u00e8ne Messang\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 26 15:49:04 +0000 2009\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":51107444,\"utc_offset\":3600,\"favourites_count\":28,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188214255910913,\"created_at\":\"Fri Feb 24 23:31:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3102000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aebb352c-de3c-409f-b591-a320a67e1fce-173188214255910913" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Grillé @LudoDelaherche ! #lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1747820307/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg" +}, +"title": "Marius: Grillé @LudoDelaherche ! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3102000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Grill\\u00e9 @LudoDelaherche ! #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[7,22],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"cqui\",\"indices\":[30,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188214385942530\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":372,\"screen_name\":\"tatamirugby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":26632,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":68,\"profile_link_color\":\"0084B4\",\"followers_count\":842,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"description\":\"Je parle de sport, supporter de rugby et du @RacingMetro92 , joueur au @RCGV92 , \\u00e9tudiant @HETIC en #H3 !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"27248204\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"name\":\"Marius\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 15:36:02 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":27248204,\"utc_offset\":3600,\"favourites_count\":50,\"url\":\"http:\\/\\/www.facebook.com\\/tatamirugby\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188214385942530,\"created_at\":\"Fri Feb 24 23:31:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3102000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "91be7df6-14d3-4eb8-a36c-2cef91c7c7c0-173188214385942530" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je suis benoît d'admiration #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1782987674/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG" +}, +"title": "2pasag the papoteur: je suis benoît d'admiration #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3102000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"je suis beno\\u00eet d'admiration #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188214012653568\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"2pasag\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":51,\"location\":\"Coulommiers 77 France\",\"profile_text_color\":\"333333\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1782987674\\/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG\",\"description\":\"Si t'm partager l'\\u00e9crit, T bienvenue\",\"statuses_count\":2029,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"20905224\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"2pasag the papoteur\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Feb 15 11:31:19 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":20905224,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/papotagebriard.canalblog.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782987674\\/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG\"},\"truncated\":false,\"id\":173188214012653568,\"created_at\":\"Fri Feb 24 23:31:02 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3102000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0de725e0-0038-4f3d-a332-6c1ebed1d9e6-173188214012653568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cqui ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1829375485/ankatvlogo_normal.png" +}, +"title": "Anka'TV: #lgw #cqui ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3103000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #cqui ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188218731249664\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"ANKATVfr\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":117,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1829375485\\/ankatvlogo_normal.png\",\"description\":\"La 1\\u00e8re WebTV des Univers Ankama. www.ankatv.fr \",\"statuses_count\":898,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"176773830\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Anka'TV\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Tue Aug 10 12:00:15 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":176773830,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/ankatv.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829375485\\/ankatvlogo_normal.png\"},\"truncated\":false,\"id\":173188218731249664,\"created_at\":\"Fri Feb 24 23:31:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3103000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "255608d2-865b-45b1-998d-664f76f528c6-173188218731249664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw s'il vous plait, arreté le massacre...", +"img": { +"src": "http://a3.twimg.com/profile_images/384286714/6294_120372441782_714626782_2805833_2525546_n_normal.jpg" +}, +"title": "Maxime de Pommereau: #lgw s'il vous plait, arreté le massacre...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3104000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw s'il vous plait, arret\\u00e9 le massacre...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188223651160064\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":210,\"screen_name\":\"MaxdePommereau\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":229,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/215077112\\/Tiger-827904.jpeg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0099B9\",\"followers_count\":120,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/384286714\\/6294_120372441782_714626782_2805833_2525546_n_normal.jpg\",\"description\":\"www.maximedepommereau.com\\r\\nhttp:\\/\\/welcomeirl.tumblr.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"68147626\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/215077112\\/Tiger-827904.jpeg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/384286714\\/6294_120372441782_714626782_2805833_2525546_n_normal.jpg\",\"name\":\"Maxime de Pommereau\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 23 13:50:25 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":68147626,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/www.maximedepommereau.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188223651160064,\"created_at\":\"Fri Feb 24 23:31:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3104000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8ed9bfd6-8912-4c36-a3fc-35df01902984-173188223651160064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Les mecs, vous le sentez bien que ça ne fonctionne pas, ce que vous faites?", +"img": { +"src": "http://a3.twimg.com/profile_images/1824854315/3615pbs_normal.jpg" +}, +"title": "P. Bourdin-Sauviac: #LGW Les mecs, vous le sentez bien que ça ne fonctionne pas, ce que vous faites?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3104000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Les mecs, vous le sentez bien que \\u00e7a ne fonctionne pas, ce que vous faites?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188223428857857\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":497,\"screen_name\":\"3615pbs\",\"lang\":\"fr\",\"profile_text_color\":\"062d57\",\"statuses_count\":29702,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"0513ad\",\"followers_count\":2829,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"description\":\"Je suis nomm\\u00e9 Pierre. Animateur, journaliste, auteur, ex-r\\u00e9al du zap de Direct 8 et awesome talent @ Marzab Productions. Et lumi\\u00e8re divine sur 3615pbs.com. \\u0ca0_\\u0ca0\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"133024198\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"profile_sidebar_fill_color\":\"c0c4e0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"name\":\"P. Bourdin-Sauviac\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 14 20:34:18 +0000 2010\",\"profile_sidebar_border_color\":\"ebf0ff\",\"id\":133024198,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/www.3615pbs.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188223428857857,\"created_at\":\"Fri Feb 24 23:31:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3104000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bc08a64c-a9b8-4c62-86d9-edfef7b1353f-173188223428857857" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1370976574/64488_1676493270850_1193021571_31896113_4632912_n__1__normal.jpg" +}, +"title": "Julo Guillaud: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3105000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188226134179842\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":362,\"screen_name\":\"JulesGui\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":822,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"009999\",\"followers_count\":175,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1370976574\\/64488_1676493270850_1193021571_31896113_4632912_n__1__normal.jpg\",\"description\":\"Etudiant en Droit Public \\u00e0 l'Universit\\u00e9 Toulouse Capitole. Passionn\\u00e9 de mode, de sport, par la politique et les m\\u00e9dias ! Soutien de Fran\\u00e7ois Bayrou\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"6b060f\",\"id_str\":\"160530234\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"c9cad1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1370976574\\/64488_1676493270850_1193021571_31896113_4632912_n__1__normal.jpg\",\"name\":\"Julo Guillaud\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 28 12:34:06 +0000 2010\",\"profile_sidebar_border_color\":\"5c5b5b\",\"id\":160530234,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/visuellementdelicieux.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188226134179842,\"created_at\":\"Fri Feb 24 23:31:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3105000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5f307d28-5558-485d-b3ab-f4adcc7f5cc0-173188226134179842" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bonjour je suis Jacques deLaRay, je suis proctologue et je suis vraiment entouré de trou du cul ! #twitter #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: bonjour je suis Jacques deLaRay, je suis proctologue et je suis vraiment entouré de trou du cul ! #twitter #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3105000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"bonjour je suis Jacques deLaRay, je suis proctologue et je suis vraiment entour\\u00e9 de trou du cul ! #twitter #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"twitter\",\"indices\":[98,106]},{\"text\":\"lgw\",\"indices\":[107,111]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188225874145280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"profile_text_color\":\"ba9012\",\"statuses_count\":5334,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Albi, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29086699,\"utc_offset\":3600,\"favourites_count\":110,\"url\":\"http:\\/\\/isshin-san.over-blog.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188225874145280,\"created_at\":\"Fri Feb 24 23:31:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3105000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f04d0bb8-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df027c6a-4de3-4008-b590-971eba54dff6-173188225874145280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw !!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1577072416/260243_10150218252458426_756853425_7234450_6409400_n_normal.jpg" +}, +"title": "PierreNicolasB: #ilreste #lgw !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3105000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw !!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188225924472832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":219,\"screen_name\":\"PierreNicolasB\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":222,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/429228692\\/bayeux.jpg\",\"location\":\"Omaha Beach\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"FF0000\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1577072416\\/260243_10150218252458426_756853425_7234450_6409400_n_normal.jpg\",\"description\":\"Always preferred #PULL Strategy to #PUSH . Please visit http:\\/\\/goo.gl\\/hEBDq . Beware : tweets are mine !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"13583932\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429228692\\/bayeux.jpg\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1577072416\\/260243_10150218252458426_756853425_7234450_6409400_n_normal.jpg\",\"name\":\"PierreNicolasB\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 17 13:34:17 +0000 2008\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":13583932,\"utc_offset\":3600,\"favourites_count\":669,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188225924472832,\"created_at\":\"Fri Feb 24 23:31:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3105000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "149ed59a-9264-4687-a472-3a729c136698-173188225924472832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #Cqui ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1456585536/NewTGWRprog_normal.png" +}, +"title": "TGWR™: #lgw #Cqui ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3105000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #Cqui ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"Cqui\",\"indices\":[5,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188227954520064\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"TGWRprog\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":297,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1456585536\\/NewTGWRprog_normal.png\",\"description\":\"Testeur de jeux vid\\u00e9os inconnus sur Game Side Story, Amateur d'electro, et Geek a temps partiel\",\"statuses_count\":448,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"289854889\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"TGWR\\u2122\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Fri Apr 29 10:01:55 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":289854889,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.gamesidestory.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1456585536\\/NewTGWRprog_normal.png\"},\"truncated\":false,\"id\":173188227954520064,\"created_at\":\"Fri Feb 24 23:31:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3105000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bfdbe4bc-5407-4a1c-9a01-c02b5bfa2c80-173188227954520064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je suis jacques delaraie proctologue et je suis entouré de trous du cul #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1831948935/me_normal.jpg" +}, +"title": "Δntoine Boμboμ: je suis jacques delaraie proctologue et je suis entouré de trous du cul #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3106000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"je suis jacques delaraie proctologue et je suis entour\\u00e9 de trous du cul #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188229997150208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":109,\"screen_name\":\"Antoine_BB\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":644,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/403044885\\/090719_-_Voie-Lacte_e___Nuages_de_Magellan_Concordia_-_Zenitar_f4_-_40d.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":32,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1831948935\\/me_normal.jpg\",\"description\":\"Doctorant en Astrophysique\\/PhD student in Astrophysics\\/\\/Anthropo-primatologue \\u00e0 ses heures perdues (et tardives) sur net et IRL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"131516\",\"id_str\":\"464727045\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/403044885\\/090719_-_Voie-Lacte_e___Nuages_de_Magellan_Concordia_-_Zenitar_f4_-_40d.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1831948935\\/me_normal.jpg\",\"name\":\"\\u0394ntoine Bo\\u03bcbo\\u03bc\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 15 15:20:51 +0000 2012\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":464727045,\"utc_offset\":3600,\"favourites_count\":418,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188229997150208,\"created_at\":\"Fri Feb 24 23:31:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3106000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d39a747-fefb-4b94-942f-0695f2b8b8a7-173188229997150208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KlaireFr Ben loupé ! Mais on t'aime ! #loutre #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1057976915/CrazyCat_normal.jpg" +}, +"title": "CrazyCat: @KlaireFr Ben loupé ! Mais on t'aime ! #loutre #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3106000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"KlaireFr\",\"favorited\":false,\"text\":\"@KlaireFr Ben loup\\u00e9 ! Mais on t'aime ! #loutre #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[0,9],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610}],\"hashtags\":[{\"text\":\"loutre\",\"indices\":[39,46]},{\"text\":\"lgw\",\"indices\":[47,51]}]},\"in_reply_to_user_id\":28096610,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.bitlbee.org\\/\\\" rel=\\\"nofollow\\\"\\u003EBitlBee\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173187641917968386,\"in_reply_to_status_id_str\":\"173187641917968386\",\"id_str\":\"173188228839522305\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"Ethanaul\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":71,\"location\":\"France\",\"profile_text_color\":\"000000\",\"followers_count\":70,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1057976915\\/CrazyCat_normal.jpg\",\"description\":\"Je ne sais plus si je d\\u00e9veloppe des bugs ou les corrige... Un peu des deux s\\u00fbrement.\",\"statuses_count\":879,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"protected\":false,\"id_str\":\"5737442\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"CrazyCat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu May 03 11:30:47 +0000 2007\",\"profile_sidebar_fill_color\":\"e0ff92\",\"id\":5737442,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.g33k-zone.org\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1057976915\\/CrazyCat_normal.jpg\"},\"truncated\":false,\"id\":173188228839522305,\"created_at\":\"Fri Feb 24 23:31:06 +0000 2012\",\"in_reply_to_user_id_str\":\"28096610\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3106000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f04d77e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4bab7c7b-5443-4f5a-a5c5-31d33ef87432-173188228839522305" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Prenons le train en marche mais pour #lgw moi je veux que monsieur Rollin #ilreste. Je veux aussi l'épouser-gay mais ça c'est proposé. :,<", +"img": { +"src": "http://a2.twimg.com/profile_images/1457321616/chevalaval_normal.png" +}, +"title": "Le Vengeur Slippé: Prenons le train en marche mais pour #lgw moi je veux que monsieur Rollin #ilreste. Je veux aussi l'épouser-gay mais ça c'est proposé. :,<", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3107000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Prenons le train en marche mais pour #lgw moi je veux que monsieur Rollin #ilreste. Je veux aussi l'\\u00e9pouser-gay mais \\u00e7a c'est propos\\u00e9. :,<\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]},{\"text\":\"ilreste\",\"indices\":[74,82]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188234749292544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":238,\"screen_name\":\"LeVengeurSlippe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2413,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/137178960\\/KaminAwesome.png\",\"location\":\"Rennes, France\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"374178\",\"followers_count\":146,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1457321616\\/chevalaval_normal.png\",\"description\":\"Gron de Bretagne. Geek, otaque, curieux, et pas mal con en fait. \\u00c9tudiant qui aime \\u00e9crire et raconter des trucs. Also speakin' crap in English,\\u65e5\\u672c\\u3054\\u3092\\u3079\\u3093\\u304d\\u3087\\u3046\\u3057\\u307e\\u3059\\u3002\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"7181d9\",\"id_str\":\"83627594\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/137178960\\/KaminAwesome.png\",\"profile_sidebar_fill_color\":\"e6d435\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1457321616\\/chevalaval_normal.png\",\"name\":\"Le Vengeur Slipp\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 19 15:49:04 +0000 2009\",\"profile_sidebar_border_color\":\"0d496b\",\"id\":83627594,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/gr0n.free.fr\\/index.php\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188234749292544,\"created_at\":\"Fri Feb 24 23:31:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3107000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "85b97f98-7b34-4f46-abb7-a0834f6980c0-173188234749292544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ok là c'est trop pour moi, trop de mecs, trop chiant ou alors trop concept, bye bye #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1802176301/image_normal.jpg" +}, +"title": "marine_b: ok là c'est trop pour moi, trop de mecs, trop chiant ou alors trop concept, bye bye #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3107000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ok l\\u00e0 c'est trop pour moi, trop de mecs, trop chiant ou alors trop concept, bye bye #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[85,89]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188234560544768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"marinebatiste\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3264,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/416510788\\/05960e623b1711e19e4a12313813ffc0_6.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"009999\",\"followers_count\":517,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1802176301\\/image_normal.jpg\",\"description\":\"un peu toulousaine, un peu basque, femme \\u00e0 tout faire sur Paris.fr et CM @Paris compl\\u00e8tement in love with #Paris \\u2764\\u2764\\u2764\\u2764\\u2764\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"327253312\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416510788\\/05960e623b1711e19e4a12313813ffc0_6.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802176301\\/image_normal.jpg\",\"name\":\"marine_b\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 01 07:39:10 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":327253312,\"utc_offset\":-10800,\"favourites_count\":19,\"url\":\"http:\\/\\/marinebatiste.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188234560544768,\"created_at\":\"Fri Feb 24 23:31:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3107000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "383dffb8-30d9-420c-bf17-577c954d6a31-173188234560544768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @nicoprat: C'était vraiment drôle RT @LeGrandWebze: C'est la séquence du proctologue ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1818150672/P1010517.JPG_effected_normal.jpg" +}, +"title": "Sophie_R.: RT @nicoprat: C'était vraiment drôle RT @LeGrandWebze: C'est la séquence du proctologue ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3108000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @nicoprat: C'\\u00e9tait vraiment dr\\u00f4le RT @LeGrandWebze: C'est la s\\u00e9quence du proctologue ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"nicoprat\",\"indices\":[3,12],\"id_str\":\"19256842\",\"name\":\"Nico Prat\",\"id\":19256842},{\"screen_name\":\"LeGrandWebze\",\"indices\":[40,53],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[90,94]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"C'\\u00e9tait vraiment dr\\u00f4le RT @LeGrandWebze: C'est la s\\u00e9quence du proctologue ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[26,39],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187985511157760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2297,\"screen_name\":\"nicoprat\",\"lang\":\"en\",\"profile_text_color\":\"0a040a\",\"statuses_count\":29878,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":210,\"profile_link_color\":\"224087\",\"followers_count\":6569,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"description\":\"Le Mouv, Tsugi, Technikart, Voxpop, co-auteur des Miscellan\\u00e9es d'Internet, et un petit sudoku de temps en temps\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"19256842\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"name\":\"Nico Prat\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 20 20:55:08 +0000 2009\",\"profile_sidebar_border_color\":\"050504\",\"id\":19256842,\"utc_offset\":3600,\"favourites_count\":440,\"url\":\"http:\\/\\/nicoprat.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187985511157760,\"created_at\":\"Fri Feb 24 23:30:08 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188237295226881\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":314,\"screen_name\":\"CSofJODO\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1070,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431786707\\/Foo_Fighters_260911_Par_Sophie_Roussel_notification_.jpg\",\"location\":\"Rennes\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":62,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1818150672\\/P1010517.JPG_effected_normal.jpg\",\"description\":\"Graphisme Musical\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"291133698\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431786707\\/Foo_Fighters_260911_Par_Sophie_Roussel_notification_.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818150672\\/P1010517.JPG_effected_normal.jpg\",\"name\":\"Sophie_R.\",\"default_profile_image\":false,\"created_at\":\"Sun May 01 14:21:29 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":291133698,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188237295226881,\"created_at\":\"Fri Feb 24 23:31:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3108000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2e2cc86d-e3f2-4f51-9c15-1e7d46cb38d8-173188237295226881" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Découvre #LGW bravo !", +"img": { +"src": "http://a2.twimg.com/profile_images/1822105700/image_normal.jpg" +}, +"title": "ChrisFauve: Découvre #LGW bravo !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3109000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"D\\u00e9couvre #LGW bravo !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188244232609792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":94,\"screen_name\":\"ChrisFauve\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":86,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1822105700\\/image_normal.jpg\",\"description\":\"Avant j'\\u00e9tait tr\\u00e8s NRJique puis je suis devenu Be Aware... Fondateur du blog i-Radio : http:\\/\\/www.facebook.com\\/iradionews\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"52155332\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1822105700\\/image_normal.jpg\",\"name\":\"ChrisFauve\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 29 19:14:43 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":52155332,\"utc_offset\":3600,\"favourites_count\":10,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188244232609792,\"created_at\":\"Fri Feb 24 23:31:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3109000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9aaae676-a6b5-4a0a-87b9-e03e5a294b2d-173188244232609792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW on entend que le rire de @pascalmabille #fail bis ;-)))", +"img": { +"src": "http://a3.twimg.com/profile_images/1421925544/clemlol_normal.jpg" +}, +"title": "Misterclem: #LGW on entend que le rire de @pascalmabille #fail bis ;-)))", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3111000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW on entend que le rire de @pascalmabille #fail bis ;-)))\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[30,44],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"fail\",\"indices\":[46,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188251807514625\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":997,\"screen_name\":\"misterclem\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25126,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/386276214\\/clemlol.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":100,\"profile_link_color\":\"009999\",\"followers_count\":2265,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1421925544\\/clemlol_normal.jpg\",\"description\":\"Bloggueur, cinema, music, politique Web 2.0 Social Digital Strategist, Marketing. CM Com Online \\/ Opinions are my own \\uf8ff \\/ gplus.to\\/misterclem #universalmusic \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"11793022\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/386276214\\/clemlol.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421925544\\/clemlol_normal.jpg\",\"name\":\"Misterclem\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 03 10:57:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":11793022,\"utc_offset\":3600,\"favourites_count\":425,\"url\":\"http:\\/\\/www.clementlepetit.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188251807514625,\"created_at\":\"Fri Feb 24 23:31:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3111000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "86e4db17-d0c1-49c3-9d26-be5a29713f1e-173188251807514625" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@SarkoMent: @SarkoMent: @SarkoMent: Je vote pour Rollin s'il vote pour moi ! #lgw #change2ton", +"img": { +"src": "http://a1.twimg.com/profile_images/1840423549/sarkozy_prfet_4_normal.jpg" +}, +"title": "SarkoMent: @SarkoMent: @SarkoMent: @SarkoMent: Je vote pour Rollin s'il vote pour moi ! #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3111000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@SarkoMent: @SarkoMent: @SarkoMent: Je vote pour Rollin s'il vote pour moi ! #lgw #change2ton\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SarkoMent\",\"indices\":[0,10],\"id_str\":\"497726890\",\"name\":\"SarkoMent\",\"id\":497726890},{\"screen_name\":\"SarkoMent\",\"indices\":[12,22],\"id_str\":\"497726890\",\"name\":\"SarkoMent\",\"id\":497726890},{\"screen_name\":\"SarkoMent\",\"indices\":[24,34],\"id_str\":\"497726890\",\"name\":\"SarkoMent\",\"id\":497726890}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]},{\"text\":\"change2ton\",\"indices\":[82,93]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188253439115264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"497726890\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":50,\"screen_name\":\"SarkoMent\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":46,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840423549\\/sarkozy_prfet_4_normal.jpg\",\"description\":\"Compte parodique !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"497726890\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840423549\\/sarkozy_prfet_4_normal.jpg\",\"name\":\"SarkoMent\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 20 09:07:23 +0000 2012\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":497726890,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"SarkoMent\",\"truncated\":false,\"id\":173188253439115264,\"created_at\":\"Fri Feb 24 23:31:11 +0000 2012\",\"in_reply_to_user_id\":497726890}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3111000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a8d0075c-969d-4f65-ada7-415632c323eb-173188253439115264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @tatamirugby: Grillé @LudoDelaherche ! #lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1635762650/moi_normal.jpg" +}, +"title": "Mascottus | Philippe: RT @tatamirugby: Grillé @LudoDelaherche ! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3112000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @tatamirugby: Grill\\u00e9 @LudoDelaherche ! #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"tatamirugby\",\"indices\":[3,15],\"id_str\":\"27248204\",\"name\":\"Marius\",\"id\":27248204},{\"screen_name\":\"LudoDelaherche\",\"indices\":[24,39],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]},{\"text\":\"cqui\",\"indices\":[47,52]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Grill\\u00e9 @LudoDelaherche ! #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[7,22],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]},{\"text\":\"cqui\",\"indices\":[30,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188214385942530\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":372,\"screen_name\":\"tatamirugby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":26632,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":68,\"profile_link_color\":\"0084B4\",\"followers_count\":842,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"description\":\"Je parle de sport, supporter de rugby et du @RacingMetro92 , joueur au @RCGV92 , \\u00e9tudiant @HETIC en #H3 !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"27248204\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"name\":\"Marius\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 15:36:02 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":27248204,\"utc_offset\":3600,\"favourites_count\":50,\"url\":\"http:\\/\\/www.facebook.com\\/tatamirugby\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188214385942530,\"created_at\":\"Fri Feb 24 23:31:02 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188256278654977\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3743,\"screen_name\":\"pcouzon\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":31531,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418461086\\/cw_background_9.jpg\",\"location\":\"tcp\\/ip\",\"show_all_inline_media\":true,\"listed_count\":372,\"profile_link_color\":\"D02B55\",\"followers_count\":3787,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1635762650\\/moi_normal.jpg\",\"description\":\"Community manager, strat\\u00e9gie en ligne, @digidust, formation #iscpa. Live-tweet perso sur @pconversation Ces tweets n'engagent que moi.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"14899497\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418461086\\/cw_background_9.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1635762650\\/moi_normal.jpg\",\"name\":\"Mascottus | Philippe\",\"default_profile_image\":false,\"created_at\":\"Sun May 25 15:34:25 +0000 2008\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":14899497,\"utc_offset\":3600,\"favourites_count\":70,\"url\":\"http:\\/\\/about.me\\/pcouzon\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188256278654977,\"created_at\":\"Fri Feb 24 23:31:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3112000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6173012e-7c84-4ee5-8fba-6e47e6080bba-173188256278654977" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3113000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @France5tv: Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[3,13],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[76,79]},{\"text\":\"lgw\",\"indices\":[83,87]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[61,64]},{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187712285814785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":834,\"screen_name\":\"France5tv\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3553,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":849,\"profile_link_color\":\"FF0000\",\"followers_count\":48946,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"description\":\"France 5, cha\\u00eene du Groupe France T\\u00e9l\\u00e9visions. Apr\\u00e8s avoir fait connaissance, rapprochons-nous sur cette TL #media #clair\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"84c810\",\"id_str\":\"36932487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"profile_sidebar_fill_color\":\"50912a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"name\":\"France5\",\"default_profile_image\":false,\"created_at\":\"Fri May 01 12:30:02 +0000 2009\",\"profile_sidebar_border_color\":\"2ca33e\",\"id\":36932487,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187712285814785,\"created_at\":\"Fri Feb 24 23:29:02 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188258518413312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1042,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":318,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188258518413312,\"created_at\":\"Fri Feb 24 23:31:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3113000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efdd4bfc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aa70b3ed-087c-4f07-bcfe-c73b854a8462-173188258518413312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilReste", +"img": { +"src": "http://a2.twimg.com/profile_images/1115735941/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png" +}, +"title": "Christophe Ponsolle: #lgw #ilReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3113000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilReste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188260569415680\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":364,\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"profile_text_color\":\"999393\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"name\":\"Christophe Ponsolle\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":25338852,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188260569415680,\"created_at\":\"Fri Feb 24 23:31:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3113000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "42e0cda5-96d7-4789-9d5b-440119e4d4b7-173188260569415680" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@geebleem c'est du LiveTweet pour l'émission le Grand Webze sur France5 ;) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1769638540/image_normal.jpg" +}, +"title": "jeremynus: @geebleem c'est du LiveTweet pour l'émission le Grand Webze sur France5 ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3114000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"geebleem\",\"favorited\":false,\"text\":\"@geebleem c'est du LiveTweet pour l'\\u00e9mission le Grand Webze sur France5 ;) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"geebleem\",\"indices\":[0,9],\"name\":\"geebleem\",\"id_str\":\"18549680\",\"id\":18549680}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"in_reply_to_user_id\":18549680,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173179646270115840,\"in_reply_to_status_id_str\":\"173179646270115840\",\"id_str\":\"173188263157301248\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"H4msterHuey\",\"lang\":\"fr\",\"favourites_count\":8,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":36,\"location\":\"La Celle Saint-Cloud\",\"profile_text_color\":\"333333\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1769638540\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":198,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"455928392\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"jeremynus\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Thu Jan 05 17:40:17 +0000 2012\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":455928392,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1769638540\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188263157301248,\"created_at\":\"Fri Feb 24 23:31:14 +0000 2012\",\"in_reply_to_user_id_str\":\"18549680\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3114000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "40c5ffe4-4a56-4ce3-a701-b9dd9e8dd94f-173188263157301248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel courage :D #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: @FlorencePorcel courage :D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3115000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel courage :D #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173187640408031232\",\"id_str\":\"173188267846549506\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173187640408031232,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10392,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173188267846549506,\"created_at\":\"Fri Feb 24 23:31:15 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3115000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "33924fbd-257f-467d-af8a-be8217bef6a1-173188267846549506" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@ChrisPC34 @B_Roger_Petit mais la premiere de cette maniere... ils ont trouvé le ton et le concept! #lgw #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1808461305/image_normal.jpg" +}, +"title": "Lalée Pinoncely: @ChrisPC34 @B_Roger_Petit mais la premiere de cette maniere... ils ont trouvé le ton et le concept! #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3116000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@ChrisPC34 @B_Roger_Petit mais la premiere de cette maniere... ils ont trouv\\u00e9 le ton et le concept! #lgw #ilreste\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ChrisPC34\",\"indices\":[0,10],\"id_str\":\"133503769\",\"name\":\"Christophe Doublet\",\"id\":133503769},{\"screen_name\":\"B_Roger_Petit\",\"indices\":[11,25],\"id_str\":\"48949826\",\"name\":\"Bruno Roger-Petit\",\"id\":48949826}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[100,104]},{\"text\":\"ilreste\",\"indices\":[105,113]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173187699270877184\",\"id_str\":\"173188270912573440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173187699270877184,\"in_reply_to_user_id_str\":\"133503769\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":366,\"screen_name\":\"Lalee_retour\",\"lang\":\"fr\",\"profile_text_color\":\"98989e\",\"statuses_count\":3722,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"location\":\"France- LYON\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"f013e9\",\"followers_count\":300,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"description\":\"Une digital-mum' entrepreneur, lib\\u00e9rale, communicante, blogueuse soon... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"16171a\",\"id_str\":\"252150894\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"name\":\"Lal\\u00e9e Pinoncely\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 14 16:05:09 +0000 2011\",\"profile_sidebar_border_color\":\"42454d\",\"id\":252150894,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"ChrisPC34\",\"truncated\":false,\"id\":173188270912573440,\"created_at\":\"Fri Feb 24 23:31:16 +0000 2012\",\"in_reply_to_user_id\":133503769}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3116000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f37dcfd8-4b1a-43cd-994d-74e37bc15641-173188270912573440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mon avatar à la télé yeahhhh #LGW #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1720114042/Izafox_normal.jpg" +}, +"title": "Izafox: Mon avatar à la télé yeahhhh #LGW #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3116000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mon avatar \\u00e0 la t\\u00e9l\\u00e9 yeahhhh #LGW #cQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[29,33]},{\"text\":\"cQui\",\"indices\":[34,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188273122967552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":255,\"screen_name\":\"Izafox\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1987,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":31,\"profile_link_color\":\"FF3300\",\"followers_count\":587,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1720114042\\/Izafox_normal.jpg\",\"description\":\"Co-fondatrice du BarGaming, R\\u00e9dactrice sur VieDeGeek\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"21196709\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1720114042\\/Izafox_normal.jpg\",\"name\":\"Izafox\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 18 13:49:16 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":21196709,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":\"http:\\/\\/www.viedegeek.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188273122967552,\"created_at\":\"Fri Feb 24 23:31:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3116000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d50cd0af-5a80-4fc8-8a16-b45c3353f9e3-173188273122967552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@ColdFragger c'est quoi #lgw ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1850501847/Pingouin_Jedi_normal.jpg" +}, +"title": "William: @ColdFragger c'est quoi #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3116000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"ColdFragger\",\"favorited\":false,\"text\":\"@ColdFragger c'est quoi #lgw ?\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"ColdFragger\",\"indices\":[0,12],\"name\":\"Co|dFragger\",\"id_str\":\"408476304\",\"id\":408476304}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":408476304,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[3.0531778,45.7556417],[3.1721747,45.7556417],[3.1721747,45.8180488],[3.0531778,45.8180488]]]},\"attributes\":{},\"full_name\":\"Clermont-Ferrand, Puy-de-D\\u00f4me\",\"name\":\"Clermont-Ferrand\",\"id\":\"9be1d17764ea90c5\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/9be1d17764ea90c5.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[3.10752747,45.80493663]},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[45.80493663,3.10752747]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173187883727990785,\"in_reply_to_status_id_str\":\"173187883727990785\",\"id_str\":\"173188273320112128\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"93e6cd\",\"screen_name\":\"Theblogueur\",\"lang\":\"fr\",\"favourites_count\":13,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":131,\"location\":\"Clermont-Fd\",\"profile_text_color\":\"1a181a\",\"followers_count\":185,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850501847\\/Pingouin_Jedi_normal.jpg\",\"description\":\"Blogueur geek un peu cynique. Fan de Comics, Android addict, capable de flooder de l'actu Web 24h sur 24.\",\"statuses_count\":14503,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/399161776\\/Ultimate_Spiderman_02.jpg\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"499c95\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"142610064\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"William\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399161776\\/Ultimate_Spiderman_02.jpg\",\"created_at\":\"Tue May 11 09:00:28 +0000 2010\",\"profile_sidebar_fill_color\":\"9bf5b0\",\"id\":142610064,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/theblogueur.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850501847\\/Pingouin_Jedi_normal.jpg\"},\"truncated\":false,\"id\":173188273320112128,\"created_at\":\"Fri Feb 24 23:31:16 +0000 2012\",\"in_reply_to_user_id_str\":\"408476304\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3116000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "10b1800f-7f5f-44e0-9434-0cde30c5b9ad-173188273320112128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La deuxième séquence du #leproc un vendredi de Carême est déplacée et de mauvais goût. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1842064881/image_normal.jpg" +}, +"title": "Pierre Champon: La deuxième séquence du #leproc un vendredi de Carême est déplacée et de mauvais goût. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3117000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La deuxi\\u00e8me s\\u00e9quence du #leproc un vendredi de Car\\u00eame est d\\u00e9plac\\u00e9e et de mauvais go\\u00fbt. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"leproc\",\"indices\":[24,31]},{\"text\":\"lgw\",\"indices\":[87,91]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188275132055553\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":778,\"screen_name\":\"pierre_champon\",\"lang\":\"fr\",\"profile_text_color\":\"4f0505\",\"statuses_count\":2299,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/76566393\\/FUSAIN.jpg\",\"location\":\"Quimper France\",\"show_all_inline_media\":false,\"listed_count\":15,\"profile_link_color\":\"0e1652\",\"followers_count\":305,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1842064881\\/image_normal.jpg\",\"description\":\"Je ne conseille pas, je d\\u00e9cide! C'est beaucoup plus courageux et surtout nettement plus lucratif!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3d3030\",\"id_str\":\"80036505\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/76566393\\/FUSAIN.jpg\",\"profile_sidebar_fill_color\":\"616161\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842064881\\/image_normal.jpg\",\"name\":\"Pierre Champon\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 05 14:24:47 +0000 2009\",\"profile_sidebar_border_color\":\"0d0202\",\"id\":80036505,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.champon.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188275132055553,\"created_at\":\"Fri Feb 24 23:31:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3117000, +"tags": [ +{ +"id-ref": "f041f49e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0febff65-1fac-4da5-ae71-2e6fd0b01d53-173188275132055553" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #changedeton", +"img": { +"src": "http://a3.twimg.com/profile_images/1775428318/Fabrice_normal.jpg" +}, +"title": "fabrice pierrot: #lgw #changedeton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3118000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #changedeton\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"changedeton\",\"indices\":[5,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188280244903936\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"1b0fff\",\"screen_name\":\"fabricepierrot\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1081,\"location\":\"Paris\",\"profile_text_color\":\"081a6b\",\"followers_count\":2942,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1775428318\\/Fabrice_normal.jpg\",\"description\":\"Journaliste, etc.\",\"statuses_count\":3476,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/106798137\\/IMG_0314.jpg\",\"show_all_inline_media\":false,\"listed_count\":128,\"profile_link_color\":\"ff0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"091f99\",\"protected\":false,\"id_str\":\"30635526\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"fabrice pierrot\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/106798137\\/IMG_0314.jpg\",\"created_at\":\"Sun Apr 12 11:06:29 +0000 2009\",\"profile_sidebar_fill_color\":\"c0d0fc\",\"id\":30635526,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775428318\\/Fabrice_normal.jpg\"},\"truncated\":false,\"id\":173188280244903936,\"created_at\":\"Fri Feb 24 23:31:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3118000, +"tags": [ +{ +"id-ref": "ef16598e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "65c1a0ee-b1b8-4ff4-8525-8152bbc8faa0-173188280244903936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1605787538/image_normal.jpg" +}, +"title": "Evan Frouin: #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3118000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cQui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188280391696384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"Evanuaille\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1605787538\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"312209085\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1605787538\\/image_normal.jpg\",\"name\":\"Evan Frouin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 06 19:12:42 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":312209085,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188280391696384,\"created_at\":\"Fri Feb 24 23:31:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3118000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0000905d-d5d1-4b30-b851-100b5ea70422-173188280391696384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LeGrandWebze #Cqui #ilreste je sais pas qui c'est mais il bcp d'humour :)", +"img": { +"src": "http://a1.twimg.com/profile_images/1756394690/real_7502-chat-chat-2_normal.jpg" +}, +"title": "Alex Gendival: #LeGrandWebze #Cqui #ilreste je sais pas qui c'est mais il bcp d'humour :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3120000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LeGrandWebze #Cqui #ilreste je sais pas qui c'est mais il bcp d'humour :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LeGrandWebze\",\"indices\":[0,13]},{\"text\":\"Cqui\",\"indices\":[14,19]},{\"text\":\"ilreste\",\"indices\":[20,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188288927113218\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":37,\"screen_name\":\"agendival\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":70,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/401521889\\/x7a39e157020cd0a78d597fb34ec68e5.jpg\",\"location\":\"Toulouse\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"9D582E\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1756394690\\/real_7502-chat-chat-2_normal.jpg\",\"description\":\"Comme tout le monde, je ne suis personne : juste un simple citoyen qui cherche \\u00e0 s'exprimer... :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"463088750\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/401521889\\/x7a39e157020cd0a78d597fb34ec68e5.jpg\",\"profile_sidebar_fill_color\":\"C4AE8F\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1756394690\\/real_7502-chat-chat-2_normal.jpg\",\"name\":\"Alex Gendival\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 13 18:17:06 +0000 2012\",\"profile_sidebar_border_color\":\"68543C\",\"id\":463088750,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188288927113218,\"created_at\":\"Fri Feb 24 23:31:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3120000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f6299f1e-b08d-4f0b-a43c-80dfe1c93654-173188288927113218" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @machetman: J'adoooore le rire discret de @PascalMabille au #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1289428579/My_HipstaPrint_0_normal.jpg" +}, +"title": "Estelle Micheau: RT @machetman: J'adoooore le rire discret de @PascalMabille au #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3122000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @machetman: J'adoooore le rire discret de @PascalMabille au #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"machetman\",\"indices\":[3,13],\"id_str\":\"173039199\",\"name\":\"Peter Schaeffer\",\"id\":173039199},{\"screen_name\":\"PascalMabille\",\"indices\":[46,60],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"J'adoooore le rire discret de @PascalMabille au #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[31,45],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188098845458432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":43,\"screen_name\":\"machetman\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":3,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1843167197\\/image_normal.jpg\",\"description\":\"Engineer student in life and computer science and Apple enthusiast\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"173039199\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843167197\\/image_normal.jpg\",\"name\":\"Peter Schaeffer\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 31 07:21:47 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":173039199,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/peter-schaeffer.posterous.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188098845458432,\"created_at\":\"Fri Feb 24 23:30:35 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188297999400960\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":120,\"screen_name\":\"EstelleMicheau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1084,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/429391744\\/My_HipstaPrint_0.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"0084B4\",\"followers_count\":1800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1289428579\\/My_HipstaPrint_0_normal.jpg\",\"description\":\"Chanteuse lyrique et com\\u00e9dienne\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"273101501\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429391744\\/My_HipstaPrint_0.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1289428579\\/My_HipstaPrint_0_normal.jpg\",\"name\":\"Estelle Micheau\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 27 20:49:14 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":273101501,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/estelle-micheau.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188297999400960,\"created_at\":\"Fri Feb 24 23:31:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3122000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "121bd359-d33e-47ce-8fe9-104a77b0f603-173188297999400960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @hartza_info: Arf #lgw , vu, c'était si Dujardin avait le prix. Merde :(", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @hartza_info: Arf #lgw , vu, c'était si Dujardin avait le prix. Merde :(", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3123000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @hartza_info: Arf #lgw , vu, c'\\u00e9tait si Dujardin avait le prix. Merde :(\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"hartza_info\",\"indices\":[3,15],\"name\":\"Christophe BONNARD\",\"id_str\":\"123547535\",\"id\":123547535}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Arf #lgw , vu, c'\\u00e9tait si Dujardin avait le prix. Merde :(\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[4,8]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173186666008289281\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"hartza_info\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":409,\"location\":\"64250 LOUHOSSOA\",\"profile_text_color\":\"333333\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"description\":\"auto-entrepreneur\\r\\nR\\u00e9paration, assistance et maintenance informatique, Cr\\u00e9ation de Site Internet, Montage Vid\\u00e9o, Infographie...\",\"statuses_count\":3511,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"123547535\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Christophe BONNARD\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"created_at\":\"Tue Mar 16 12:35:18 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":123547535,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/hartza.info\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\"},\"truncated\":false,\"id\":173186666008289281,\"created_at\":\"Fri Feb 24 23:24:53 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188303733010434\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":543,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"statuses_count\":635,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Royer Charles-Henri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":185396126,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188303733010434,\"created_at\":\"Fri Feb 24 23:31:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3123000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c6dfa426-2e2a-43c4-84cd-175d346ba498-173188303733010434" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais pour Françoise Porcel #ilreste à #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1427838155/P7114024_normal.JPG" +}, +"title": "jali: Mais pour Françoise Porcel #ilreste à #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3124000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais pour Fran\\u00e7oise Porcel #ilreste \\u00e0 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[27,35]},{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188307226853377\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":111,\"screen_name\":\"Jali\",\"lang\":\"fr\",\"profile_text_color\":\"574b57\",\"statuses_count\":30520,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"FR\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"484b6b\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"description\":\"se prom\\u00e8ne\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"8064742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1427838155\\/P7114024_normal.JPG\",\"name\":\"jali\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 08 21:15:24 +0000 2007\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":8064742,\"utc_offset\":3600,\"favourites_count\":148,\"url\":\"http:\\/\\/www.jali.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188307226853377,\"created_at\":\"Fri Feb 24 23:31:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3124000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2c2b946e-dcec-42e0-9587-cb47280c456b-173188307226853377" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je veux voir ma tête dans #lgw alors je mets tous les hashtags #ilReste #ilPart #cQui #change2ton", +"img": { +"src": "http://a3.twimg.com/profile_images/1704016122/loltruc-noel_normal.png" +}, +"title": "Hervé Q: Je veux voir ma tête dans #lgw alors je mets tous les hashtags #ilReste #ilPart #cQui #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3125000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je veux voir ma t\\u00eate dans #lgw alors je mets tous les hashtags #ilReste #ilPart #cQui #change2ton\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]},{\"text\":\"ilReste\",\"indices\":[63,71]},{\"text\":\"ilPart\",\"indices\":[72,79]},{\"text\":\"cQui\",\"indices\":[80,85]},{\"text\":\"change2ton\",\"indices\":[86,97]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188309634383873\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"2e2103\",\"screen_name\":\"Airvecu\",\"lang\":\"fr\",\"favourites_count\":556,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":430,\"location\":\"Brest m\\u00eam' (et ses alentours)\",\"profile_text_color\":\"000000\",\"followers_count\":755,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\",\"description\":\"Presque musicien, presque dr\\u00f4le, presque original, presque normal, presque intelligent, mais loin d'\\u00eatre parfait. Mais je suis Breton.\",\"statuses_count\":34955,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"show_all_inline_media\":true,\"listed_count\":44,\"profile_link_color\":\"0600b5\",\"is_translator\":true,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"46863586\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Herv\\u00e9 Q\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"created_at\":\"Sat Jun 13 10:17:50 +0000 2009\",\"profile_sidebar_fill_color\":\"f0f3f5\",\"id\":46863586,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\"},\"truncated\":false,\"id\":173188309634383873,\"created_at\":\"Fri Feb 24 23:31:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3125000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "34ab8442-96af-47c7-bc28-ad3a398b6a37-173188309634383873" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1313293479/dudua_normal.jpg" +}, +"title": "kaperlipopette: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3126000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188313728040962\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"kaperlipopette\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":136,\"location\":\"Luxembourg\",\"profile_text_color\":\"333333\",\"followers_count\":20,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1313293479\\/dudua_normal.jpg\",\"description\":\"Enthusiastic about digital strategies and more.The brain is the most complex thing in the universe and it's right behind the nose [plays drums] Fascinating!\",\"statuses_count\":16,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"277657096\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"kaperlipopette\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Apr 05 20:17:18 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":277657096,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1313293479\\/dudua_normal.jpg\"},\"truncated\":false,\"id\":173188313728040962,\"created_at\":\"Fri Feb 24 23:31:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3126000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b430d6ca-e13e-419c-a19f-89a176a28135-173188313728040962" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "on s'amuse devant #lgw http://t.co/86BviN2n", +"img": { +"src": "http://a1.twimg.com/profile_images/1704625616/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg" +}, +"title": "brissot pierre louis: on s'amuse devant #lgw http://t.co/86BviN2n", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3128000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"on s'amuse devant #lgw http:\\/\\/t.co\\/86BviN2n\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}],\"media\":[{\"type\":\"photo\",\"indices\":[23,43],\"sizes\":{\"large\":{\"h\":640,\"resize\":\"fit\",\"w\":480},\"medium\":{\"h\":640,\"resize\":\"fit\",\"w\":480},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":453,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdJ3BNCEAAHMvn.jpg\",\"id_str\":\"173188320241782784\",\"expanded_url\":\"http:\\/\\/twitter.com\\/piloufaceIII\\/status\\/173188320237588482\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdJ3BNCEAAHMvn.jpg\",\"id\":173188320241782784,\"display_url\":\"pic.twitter.com\\/86BviN2n\",\"url\":\"http:\\/\\/t.co\\/86BviN2n\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188320237588482\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":16,\"screen_name\":\"piloufaceIII\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1704625616\\/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"442110979\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1704625616\\/224582_2330277576843_1246842647_32917080_7958787_n_normal.jpg\",\"name\":\"brissot pierre louis\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 20 19:21:45 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":442110979,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.facebook.com\\/profile.php?id=1246842647\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188320237588482,\"created_at\":\"Fri Feb 24 23:31:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3128000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f7a4819-8633-4685-9ca0-480ff6905fca-173188320237588482" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #lgw :-)", +"img": { +"src": "http://a0.twimg.com/profile_images/1707712782/DSC08227_normal.jpg" +}, +"title": "José Esteve: #cqui #lgw :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3128000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cqui #lgw :-)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188324125720576\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"lemeroo\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":350,\"location\":\"France\",\"profile_text_color\":\"d10000\",\"followers_count\":166,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1707712782\\/DSC08227_normal.jpg\",\"description\":\"\\/\\/ Passionn\\u00e9 de graphisme.. p\\u00e9cheur de m\\u00e9rou et d'id\\u00e9es, animateur radio, d\\u00e9crypte le net et la TV \\/\\/ designer \\/ cr\\u00e9ateur de visuels de #Tees un peu d\\u00e9cal\\u00e9s \\/\\/ \",\"statuses_count\":2510,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/175232736\\/Sans-titre-2.gif\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"d10000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"483026\",\"protected\":false,\"id_str\":\"93459716\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jos\\u00e9 Esteve\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/175232736\\/Sans-titre-2.gif\",\"created_at\":\"Sun Nov 29 19:10:53 +0000 2009\",\"profile_sidebar_fill_color\":\"483026\",\"id\":93459716,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.lemerou.eu\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1707712782\\/DSC08227_normal.jpg\"},\"truncated\":false,\"id\":173188324125720576,\"created_at\":\"Fri Feb 24 23:31:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3128000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8493da7a-49d2-475d-a49d-fe70c5898a41-173188324125720576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui Faut bien se poser cette question . . #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1758783715/image_normal.jpg" +}, +"title": "Florian Picherit: #cQui Faut bien se poser cette question . . #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3129000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cQui Faut bien se poser cette question . . #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[6.4400506,46.3437649],[6.5158292,46.3437649],[6.5158292,46.4050024],[6.4400506,46.4050024]]]},\"place_type\":\"city\",\"attributes\":{},\"full_name\":\"Thonon-les-Bains, Haute-Savoie\",\"name\":\"Thonon-les-Bains\",\"id\":\"e71b6d6ca390f0c1\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/e71b6d6ca390f0c1.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[6.49799208,46.37379718]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188327917359104\",\"geo\":{\"type\":\"Point\",\"coordinates\":[46.37379718,6.49799208]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":122,\"screen_name\":\"FlorianPicherit\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":180,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1758783715\\/image_normal.jpg\",\"description\":\"Music Saved My Life. 42 Style.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"465400461\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1758783715\\/image_normal.jpg\",\"name\":\"Florian Picherit\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 16 09:24:23 +0000 2012\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":465400461,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188327917359104,\"created_at\":\"Fri Feb 24 23:31:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3129000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "063f6edd-f066-4af8-b739-2469e0fb3be5-173188327917359104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Joli couleur de cheveux donc #ilReste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1479803960/DSCN2099_normal.JPG" +}, +"title": "Flavie Fabre: Joli couleur de cheveux donc #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3129000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Joli couleur de cheveux donc #ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[29,37]},{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188327804125184\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":134,\"screen_name\":\"FlavieFabre\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":1986,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/261316431\\/cerisierjaponaisg.jpg\",\"location\":\"Montpellier\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0099B9\",\"followers_count\":71,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1479803960\\/DSCN2099_normal.JPG\",\"description\":\"Observatrice critique de la vie\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"156019825\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/261316431\\/cerisierjaponaisg.jpg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1479803960\\/DSCN2099_normal.JPG\",\"name\":\"Flavie Fabre\",\"default_profile_image\":false,\"created_at\":\"Tue Jun 15 20:17:13 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":156019825,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188327804125184,\"created_at\":\"Fri Feb 24 23:31:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3129000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "13794221-2599-4c7f-9873-0c77345ef958-173188327804125184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3130000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cQui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188332099076098\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":233,\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10969,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez les mafieux mexicains\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":391,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"name\":\"Young, Wild & Free\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":363343002,\"utc_offset\":null,\"favourites_count\":39,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188332099076098,\"created_at\":\"Fri Feb 24 23:31:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3130000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "551c55c8-c334-43d1-954d-4e5076eb58ff-173188332099076098" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tu étais trop fort dans Kaamelott ! #IlReste sinon je regarde plus l'émission ! #lgw #Rollin", +"img": { +"src": "http://a1.twimg.com/profile_images/1256681641/68719_1710294475910_1194563810_31941243_1806970_n_normal.jpg" +}, +"title": "Jérémy Arent: Tu étais trop fort dans Kaamelott ! #IlReste sinon je regarde plus l'émission ! #lgw #Rollin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3130000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tu \\u00e9tais trop fort dans Kaamelott ! #IlReste sinon je regarde plus l'\\u00e9mission ! #lgw #Rollin\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[36,44]},{\"text\":\"lgw\",\"indices\":[80,84]},{\"text\":\"Rollin\",\"indices\":[85,92]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188332422037506\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":58,\"screen_name\":\"JayJayElPolski\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":14,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris \",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"9D582E\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1256681641\\/68719_1710294475910_1194563810_31941243_1806970_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"38247488\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1256681641\\/68719_1710294475910_1194563810_31941243_1806970_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my Arent\",\"default_profile_image\":false,\"created_at\":\"Wed May 06 18:49:50 +0000 2009\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":38247488,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188332422037506,\"created_at\":\"Fri Feb 24 23:31:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3130000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa96512-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c24b4389-92f7-4e19-9235-0e9ba86a7f06-173188332422037506" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Reste à savoir #cQui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1714137717/For_the_fuck_normal.png" +}, +"title": "o0REL: Reste à savoir #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3131000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Reste \\u00e0 savoir #cQui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[15,20]},{\"text\":\"lgw\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188335324508160\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":147,\"screen_name\":\"o0REL\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":6741,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"9aa6a1\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"description\":\"A base de compote\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"636566\",\"id_str\":\"69682753\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"name\":\"o0REL\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 28 20:12:55 +0000 2009\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":69682753,\"utc_offset\":3600,\"favourites_count\":2680,\"url\":\"http:\\/\\/o0rel.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188335324508160,\"created_at\":\"Fri Feb 24 23:31:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3131000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aaf1aa1f-762f-4675-8b24-5fbf6dcfd258-173188335324508160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@tatamirugby On ne peut plus traîner avec @LudoDelaherche ... #lgw #cqui sauf au #StadeDeFrance", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @tatamirugby On ne peut plus traîner avec @LudoDelaherche ... #lgw #cqui sauf au #StadeDeFrance", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3131000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"tatamirugby\",\"favorited\":false,\"text\":\"@tatamirugby On ne peut plus tra\\u00eener avec @LudoDelaherche ... #lgw #cqui sauf au #StadeDeFrance\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"tatamirugby\",\"indices\":[0,12],\"name\":\"Marius\",\"id_str\":\"27248204\",\"id\":27248204},{\"screen_name\":\"LudoDelaherche\",\"indices\":[42,57],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"cqui\",\"indices\":[68,73]},{\"text\":\"StadeDeFrance\",\"indices\":[82,96]}]},\"in_reply_to_user_id\":27248204,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173188214385942530,\"in_reply_to_status_id_str\":\"173188214385942530\",\"id_str\":\"173188333755842561\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"favourites_count\":254,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":156,\"location\":\"Paris Montparnasse - Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"statuses_count\":34423,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":104184883,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\"},\"truncated\":false,\"id\":173188333755842561,\"created_at\":\"Fri Feb 24 23:31:31 +0000 2012\",\"in_reply_to_user_id_str\":\"27248204\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3131000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c534bed1-fbb2-4d7b-9459-4943099c72f5-173188333755842561" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Très bon concept. Avec d'autres animateurs et plus de pep's, je passerais sûrement un bon moment #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1825277678/shy_normal.png" +}, +"title": "Tao: Très bon concept. Avec d'autres animateurs et plus de pep's, je passerais sûrement un bon moment #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3131000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Tr\\u00e8s bon concept. Avec d'autres animateurs et plus de pep's, je passerais s\\u00fbrement un bon moment #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[97,101]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188335127371776\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"TaoND\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":118,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1825277678\\/shy_normal.png\",\"description\":\"R\\u00e9dacteur pour Nintendo-Difference, \\u00e9tudiant en informatique, passionn\\u00e9 par un tas d'trucs (#Nintendo & comics #Marvel, notamment).\",\"statuses_count\":2062,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/264182174\\/wallpaper-8816.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"309649914\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Tao\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/264182174\\/wallpaper-8816.jpg\",\"created_at\":\"Thu Jun 02 12:52:12 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":309649914,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.nintendo-difference.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1825277678\\/shy_normal.png\"},\"truncated\":false,\"id\":173188335127371776,\"created_at\":\"Fri Feb 24 23:31:31 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3131000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e3f7f39b-cb16-4c8b-a3cd-507f7a6e6310-173188335127371776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je kiff trop Rollin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: Je kiff trop Rollin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3132000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je kiff trop Rollin #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188337648156673\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39028,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188337648156673,\"created_at\":\"Fri Feb 24 23:31:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3132000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "537cda48-a829-481d-bd36-3386d45eece5-173188337648156673" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une légère envie de m'ouvrir les veines avec les dents en tombant sur cette émission #Lgw #France5", +"img": { +"src": "http://a0.twimg.com/profile_images/1718012027/ZZ_normal.jpg" +}, +"title": "ZZ: Une légère envie de m'ouvrir les veines avec les dents en tombant sur cette émission #Lgw #France5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3132000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Une l\\u00e9g\\u00e8re envie de m'ouvrir les veines avec les dents en tombant sur cette \\u00e9mission #Lgw #France5\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[86,90]},{\"text\":\"France5\",\"indices\":[91,99]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188341074890753\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":231,\"screen_name\":\"ZZ_Princess\",\"lang\":\"fr\",\"profile_text_color\":\"d710de\",\"statuses_count\":5145,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/320891687\\/x8490c46b359ab9cf603957dfa58eb8a.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"eb12eb\",\"followers_count\":189,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1718012027\\/ZZ_normal.jpg\",\"description\":\"Teigne d'1m80, ordure bourgeoise qui fait semblant d'\\u00eatre socialiste, aime #Lesfous, n'aime pas les gosses et ne va pas en Maghr\\u00e9bie en vacances !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1c42db\",\"id_str\":\"286106741\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/320891687\\/x8490c46b359ab9cf603957dfa58eb8a.png\",\"profile_sidebar_fill_color\":\"000B17\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1718012027\\/ZZ_normal.jpg\",\"name\":\"ZZ\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 22 10:48:11 +0000 2011\",\"profile_sidebar_border_color\":\"F7B565\",\"id\":286106741,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188341074890753,\"created_at\":\"Fri Feb 24 23:31:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3132000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4e9c88e3-9669-464b-8b0b-186b8085e9eb-173188341074890753" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est assez bizarre ce direct pas très préparé #Malaise #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1364937450/Velociraptor-_n1297974585380__normal.jpg" +}, +"title": "Frisko: C'est assez bizarre ce direct pas très préparé #Malaise #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3132000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est assez bizarre ce direct pas tr\\u00e8s pr\\u00e9par\\u00e9 #Malaise #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Malaise\",\"indices\":[47,55]},{\"text\":\"LGW\",\"indices\":[56,60]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188339485261824\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Francisc0_San\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":112,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1364937450\\/Velociraptor-_n1297974585380__normal.jpg\",\"description\":\"G\\u00b2H\\r\\n66,6% Geek, 33,3% Hipster\\r\\n\",\"statuses_count\":585,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"303400092\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Frisko\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun May 22 20:09:59 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":303400092,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/frisco.ultra-book.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1364937450\\/Velociraptor-_n1297974585380__normal.jpg\"},\"truncated\":false,\"id\":173188339485261824,\"created_at\":\"Fri Feb 24 23:31:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3132000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0512054-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ad77d50e-ce26-441f-91e4-2aa411783a2a-173188339485261824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jegoun: “@France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw” ça s'arrose.", +"img": { +"src": "http://a3.twimg.com/profile_images/1831696815/Chez_Michel_Oeillet_normal.jpg" +}, +"title": "Jef filippi: RT @jegoun: “@France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw” ça s'arrose.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3133000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @jegoun: \\u201c@France5tv: Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\\u201d \\u00e7a s'arrose.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jegoun\",\"indices\":[3,10],\"name\":\"jegoun\",\"id_str\":\"6433142\",\"id\":6433142},{\"screen_name\":\"France5tv\",\"indices\":[13,23],\"name\":\"France5\",\"id_str\":\"36932487\",\"id\":36932487}],\"hashtags\":[{\"text\":\"TT\",\"indices\":[86,89]},{\"text\":\"lgw\",\"indices\":[93,97]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u201c@France5tv: Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\\u201d \\u00e7a s'arrose.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[1,11],\"name\":\"France5\",\"id_str\":\"36932487\",\"id\":36932487}],\"hashtags\":[{\"text\":\"TT\",\"indices\":[74,77]},{\"text\":\"lgw\",\"indices\":[81,85]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188098258251777\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"jegoun\",\"lang\":\"fr\",\"favourites_count\":17,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":776,\"location\":\"Le Kremlin-Bic\\u00eatre\",\"profile_text_color\":\"333333\",\"followers_count\":3352,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/857280342\\/calecon-iphone_m_normal.jpg\",\"description\":\"Taulier de blogs et client de bistros.\",\"statuses_count\":86823,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":250,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"6433142\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"jegoun\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Wed May 30 05:04:02 +0000 2007\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":6433142,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.jegoun.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/857280342\\/calecon-iphone_m_normal.jpg\"},\"truncated\":false,\"id\":173188098258251777,\"created_at\":\"Fri Feb 24 23:30:34 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188341716615168\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DBE9ED\",\"screen_name\":\"Jef_Filippi\",\"lang\":\"fr\",\"favourites_count\":30,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":400,\"location\":\"Toulouse\",\"profile_text_color\":\"333333\",\"followers_count\":244,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1831696815\\/Chez_Michel_Oeillet_normal.jpg\",\"description\":\" Votera Front de gauche, bon \\u00e7a c'est fait https:\\/\\/www.facebook.com\\/jef2a\",\"statuses_count\":6449,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/427243846\\/fondecranx_corse.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"protected\":false,\"id_str\":\"166544820\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Jef filippi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/427243846\\/fondecranx_corse.jpg\",\"created_at\":\"Wed Jul 14 12:25:07 +0000 2010\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"id\":166544820,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"https:\\/\\/www.facebook.com\\/jef2a\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1831696815\\/Chez_Michel_Oeillet_normal.jpg\"},\"truncated\":false,\"id\":173188341716615168,\"created_at\":\"Fri Feb 24 23:31:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3133000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efdd4bfc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "36c9954f-a581-4a09-94fc-337cbe58dad4-173188341716615168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw François #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: #lgw François #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3133000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Fran\\u00e7ois #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[14,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188341863432194\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1749,\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":28280,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"location\":\"Crozon, Brittany\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"followers_count\":2618,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"profile_sidebar_fill_color\":\"d3ede7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"name\":\"Philippe B\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_border_color\":\"5e1410\",\"id\":14400518,\"utc_offset\":3600,\"favourites_count\":297,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188341863432194,\"created_at\":\"Fri Feb 24 23:31:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3133000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "51c8174d-1c7d-4b2e-85cc-b20a2ef512a5-173188341863432194" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3133000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #change2ton\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188343478235136\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"F2E195\",\"screen_name\":\"papounay2000\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":265,\"location\":\"\",\"profile_text_color\":\"0C3E53\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"description\":\"N'oubliez pas de vous aimer\",\"statuses_count\":3543,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"protected\":false,\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"\\u2620papounay2000\\u2620\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"id\":14764219,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\"},\"truncated\":false,\"id\":173188343478235136,\"created_at\":\"Fri Feb 24 23:31:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3133000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b6374c7c-140a-4a1e-b4e7-009c16303a3d-173188343478235136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin #ilreste #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817576333/emmanuelle_hirschauer_tetocarre_normal.jpg" +}, +"title": "E. Hirschauer: Rollin #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3134000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Rollin #ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[7,15]},{\"text\":\"lgw\",\"indices\":[16,20]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188347630592000\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"LaBombeH\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":202,\"location\":\"\",\"profile_text_color\":\"3E4415\",\"followers_count\":124,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817576333\\/emmanuelle_hirschauer_tetocarre_normal.jpg\",\"description\":\"Eclose sur un terril, \\u00e9lev\\u00e9e au reblochon au lait cru, demeurant dans le neuf-trois\",\"statuses_count\":1411,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/67039392\\/twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"84343206\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"E. Hirschauer\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/67039392\\/twitter.jpg\",\"created_at\":\"Thu Oct 22 14:53:27 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":84343206,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817576333\\/emmanuelle_hirschauer_tetocarre_normal.jpg\"},\"truncated\":false,\"id\":173188347630592000,\"created_at\":\"Fri Feb 24 23:31:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3134000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "71a1b4b6-3db8-4b7f-905a-008d643a8e86-173188347630592000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Y'a ma fleur dans la TV! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1652615368/Anbastom_normal.jpg" +}, +"title": "Anbastom: Y'a ma fleur dans la TV! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3135000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Y'a ma fleur dans la TV! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188352156250112\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":169,\"screen_name\":\"Anbastom\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9006,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"72\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\",\"description\":\"#TeamLumbago \\/\\/ Un jour j'ai cru que j'etais intelligente mais en fait...NON.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"72400860\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\",\"name\":\"Anbastom\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 07 22:34:23 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":72400860,\"utc_offset\":0,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188352156250112,\"created_at\":\"Fri Feb 24 23:31:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3135000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0917b1ab-64de-4cf2-b57c-45a71b7ba7bb-173188352156250112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Eh les mecs c'est vous aussi qui avez écrit les vannes de la soirée des césars ? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1708202383/Seb-Champion_normal.jpg" +}, +"title": "Sebastien Champion: Eh les mecs c'est vous aussi qui avez écrit les vannes de la soirée des césars ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3135000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Eh les mecs c'est vous aussi qui avez \\u00e9crit les vannes de la soir\\u00e9e des c\\u00e9sars ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[81,85]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188352013639680\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":10,\"screen_name\":\"SebChampion\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris - La D\\u00e9fense, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1708202383\\/Seb-Champion_normal.jpg\",\"description\":\"Votre entreprise a besoin de faire red\\u00e9finir ses inputs par un process-designer \\u00e0 m\\u00eame d'induire d'importants transferts\\r\\nde modalit\\u00e9s de prises en offres.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"443858436\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1708202383\\/Seb-Champion_normal.jpg\",\"name\":\"Sebastien Champion\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 22 16:30:19 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":443858436,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.perdu.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188352013639680,\"created_at\":\"Fri Feb 24 23:31:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3135000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62505efa-8cb8-49cc-810c-65f520a83033-173188352013639680" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste ! Yeah, ma jolie photo est sur France 5 grâce à #FrançoisRollin ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1474785559/testdeux_normal.jpg" +}, +"title": "Romain Mollet: #ilReste ! Yeah, ma jolie photo est sur France 5 grâce à #FrançoisRollin ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3135000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste ! Yeah, ma jolie photo est sur France 5 gr\\u00e2ce \\u00e0 #Fran\\u00e7oisRollin ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"Fran\\u00e7oisRollin\",\"indices\":[57,72]},{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188353938821121\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":72,\"screen_name\":\"RomainMollet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":82,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 Cin\\u00e9Cr\\u00e9atis depuis moins d'une semaine (18\\/09\\/2011)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"62795411\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"name\":\"Romain Mollet\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 04 11:47:02 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":62795411,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/conneriehumanumest.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188353938821121,\"created_at\":\"Fri Feb 24 23:31:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3135000, +"tags": [ +{ +"id-ref": "eef45122-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "218d405d-d697-44ee-b563-aa8095f94e14-173188353938821121" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ouais y a ma trogne qui fait peur au #lgw ! #ilReste !", +"img": { +"src": "http://a2.twimg.com/profile_images/1609615947/avatar_normal.jpg" +}, +"title": "Christophe WEILL: Ouais y a ma trogne qui fait peur au #lgw ! #ilReste !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3135000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ouais y a ma trogne qui fait peur au #lgw ! #ilReste !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]},{\"text\":\"ilReste\",\"indices\":[44,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188351556468736\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"7b9d01\",\"screen_name\":\"tractataire\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":487,\"location\":\"Montpellier, France\",\"profile_text_color\":\"333333\",\"followers_count\":426,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"description\":\"Communication globale multimedia : print, web, video, e-learning. Curieux et news-addict !\",\"statuses_count\":9394,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"show_all_inline_media\":true,\"listed_count\":18,\"profile_link_color\":\"8f6e31\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7c985\",\"protected\":false,\"id_str\":\"24436721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Christophe WEILL\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"created_at\":\"Sat Mar 14 21:54:13 +0000 2009\",\"profile_sidebar_fill_color\":\"a7c964\",\"id\":24436721,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.tractataire.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\"},\"truncated\":false,\"id\":173188351556468736,\"created_at\":\"Fri Feb 24 23:31:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3135000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "83d56887-94f5-4c66-a07a-46fbf037d4f4-173188351556468736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw YOU HAVE TO SEE THIS http://t.co/zGMLBxJN", +"img": { +"src": "http://a1.twimg.com/profile_images/1804331808/472_normal.gif" +}, +"title": "Wally Lim: #lgw YOU HAVE TO SEE THIS http://t.co/zGMLBxJN", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3136000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw YOU HAVE TO SEE THIS http:\\/\\/t.co\\/zGMLBxJN\",\"entities\":{\"urls\":[{\"indices\":[26,46],\"display_url\":\"bit.ly\\/zHaFVk\",\"expanded_url\":\"http:\\/\\/bit.ly\\/zHaFVk\",\"url\":\"http:\\/\\/t.co\\/zGMLBxJN\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188355562012673\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"screen_name\":\"glorydep\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":0,\"location\":\"Austin\",\"profile_text_color\":\"333333\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804331808\\/472_normal.gif\",\"description\":\"Father, Friend, Husband, Business owner, Apple user, Rental Property Owner\",\"statuses_count\":214,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Chihuahua\",\"profile_background_color\":\"ACDED6\",\"protected\":false,\"id_str\":\"483282011\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Wally Lim\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"created_at\":\"Sat Feb 04 20:56:00 +0000 2012\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"id\":483282011,\"follow_request_sent\":null,\"utc_offset\":-25200,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804331808\\/472_normal.gif\"},\"truncated\":false,\"id\":173188355562012673,\"created_at\":\"Fri Feb 24 23:31:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3136000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9cb217e3-2199-41e3-8805-56bc4a1e9203-173188355562012673" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton", +"img": { +"src": "http://a0.twimg.com/profile_images/1695493545/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png" +}, +"title": "StevenLeRoux: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3137000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #change2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188359781498882\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":305,\"screen_name\":\"StevenLeRoux\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":4452,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Ask my GoogleLatitude\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"followers_count\":266,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"14985358\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"name\":\"StevenLeRoux\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 02 21:29:20 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14985358,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/steven.le-roux.info\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188359781498882,\"created_at\":\"Fri Feb 24 23:31:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3137000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8bac10b7-97db-4fa5-ad34-fd1d5dffa19f-173188359781498882" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw les gens qui jouent #lesgens", +"img": { +"src": "http://a0.twimg.com/profile_images/1622124369/Cartoonpresident_normal.gif" +}, +"title": "Hervé Dumond: #lgw les gens qui jouent #lesgens", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3137000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw les gens qui jouent #lesgens\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"lesgens\",\"indices\":[25,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188359479504897\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":565,\"screen_name\":\"cartoonpdt\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":2,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355093994\\/132.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"003366\",\"followers_count\":234,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1622124369\\/Cartoonpresident_normal.gif\",\"description\":\"https:\\/\\/twitter.com\\/#!\\/cartoonpdt\\/favorites\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"77615428\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355093994\\/132.jpg\",\"profile_sidebar_fill_color\":\"ffdd00\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1622124369\\/Cartoonpresident_normal.gif\",\"name\":\"Herv\\u00e9 Dumond\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 27 00:32:11 +0000 2009\",\"profile_sidebar_border_color\":\"d1d1d1\",\"id\":77615428,\"utc_offset\":3600,\"favourites_count\":149,\"url\":\"http:\\/\\/mirror.me\\/390abp28?s=home\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188359479504897,\"created_at\":\"Fri Feb 24 23:31:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3137000, +"tags": [ +{ +"id-ref": "ef292550-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7954d8fe-6385-4d26-8164-fc0fe32e3cf7-173188359479504897" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "hééé ma tête est coupée dans la bubble TV !! #lgw #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: hééé ma tête est coupée dans la bubble TV !! #lgw #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3139000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"h\\u00e9\\u00e9\\u00e9 ma t\\u00eate est coup\\u00e9e dans la bubble TV !! #lgw #cQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]},{\"text\":\"cQui\",\"indices\":[50,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188369289986049\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13680,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"location\":\"Ile de France, Nancy, Toulois\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"name\":\"Godai Yusaku\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":76995130,\"utc_offset\":3600,\"favourites_count\":68,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188369289986049,\"created_at\":\"Fri Feb 24 23:31:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3139000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "305ad324-9f74-4b32-85fc-007de400cdef-173188369289986049" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vraiment désolé, vous nous manquez ! Revenez ! #lgw “@palmashow: Notre voisin de droite a un problème de rire”", +"img": { +"src": "http://a0.twimg.com/profile_images/1782392213/AV_PM_012012_600PX_normal.png" +}, +"title": "Pascal Mabille: Vraiment désolé, vous nous manquez ! Revenez ! #lgw “@palmashow: Notre voisin de droite a un problème de rire”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3139000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vraiment d\\u00e9sol\\u00e9, vous nous manquez ! Revenez ! #lgw \\u201c@palmashow: Notre voisin de droite a un probl\\u00e8me de rire\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[53,63],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188369034117120\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":945,\"screen_name\":\"PascalMabille\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":9579,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/2377911\\/mega_city11_96.png\",\"location\":\"Boulogne-Billancourt\",\"show_all_inline_media\":true,\"listed_count\":68,\"profile_link_color\":\"585454\",\"followers_count\":1664,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1782392213\\/AV_PM_012012_600PX_normal.png\",\"description\":\"Dessine @instagraff \\u23ae Conseille les artistes, le web\\u23ae Bosse sur #BMSM \\u23aeR\\u00e9alise @ctraitnet pour @legrandwebze \\u23ae Boite \\u00e0 Rire \\u23ae Voltigeur chez @lvdlt et @season1\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"1367131\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/2377911\\/mega_city11_96.png\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782392213\\/AV_PM_012012_600PX_normal.png\",\"name\":\"Pascal Mabille\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 17 18:49:58 +0000 2007\",\"profile_sidebar_border_color\":\"F0F0F0\",\"id\":1367131,\"utc_offset\":3600,\"favourites_count\":815,\"url\":\"http:\\/\\/www.pascalmabille.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188369034117120,\"created_at\":\"Fri Feb 24 23:31:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3139000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a5fec90e-7bbd-4536-8cac-800a8cc1fce6-173188369034117120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est vraiment dommage de rater un concept aussi génial...et une case vraiment intéressante ... #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1770996562/image_normal.jpg" +}, +"title": "Kayvin Lami: C'est vraiment dommage de rater un concept aussi génial...et une case vraiment intéressante ... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3139000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est vraiment dommage de rater un concept aussi g\\u00e9nial...et une case vraiment int\\u00e9ressante ... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188367549345792\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"KayvinLami\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":257,\"location\":\"Paris,France\",\"profile_text_color\":\"333333\",\"followers_count\":592,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"description\":\"Je ne changerais pas cette bio tant que Nicolas Sarkozy ne mesurera pas 1m90\",\"statuses_count\":4125,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"dfe0c3\",\"protected\":false,\"id_str\":\"29279584\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Kayvin Lami\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"created_at\":\"Mon Apr 06 20:02:02 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":29279584,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188367549345792,\"created_at\":\"Fri Feb 24 23:31:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3139000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f1572a61-02c6-42d8-a8e9-9dba08dc5b03-173188367549345792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #change2ton", +"img": { +"src": "http://a0.twimg.com/profile_images/1619125889/CrX_normal.png" +}, +"title": "XChromium: #LGW #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3139000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW #change2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188366970523648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":184,\"screen_name\":\"XChromiumNews\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":27,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"The Web\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":45,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1619125889\\/CrX_normal.png\",\"description\":\"XChromium is a free software for Windows that downloads the Chromium web-browser really easily and beautifully.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"403568194\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619125889\\/CrX_normal.png\",\"name\":\"XChromium\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 02 17:45:32 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":403568194,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/xchromium.free.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188366970523648,\"created_at\":\"Fri Feb 24 23:31:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3139000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1e819adf-75a7-4ca3-9c70-b01156db1c07-173188366970523648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1797022603/albatorgif_normal.gif" +}, +"title": "Raphaël Porier: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3139000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188368031682560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":279,\"screen_name\":\"raphale\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":171,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/369561819\\/2667-bandes-de-couleurs-WallFizz.jpg\",\"location\":\"paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"FF3300\",\"followers_count\":114,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1797022603\\/albatorgif_normal.gif\",\"description\":\"Journaliste alternatif pour cha\\u00eene d'info en continu.\\r\\nCapitaine de la B.A.C. (Bande-Annonce Culturelle).\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"53979266\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/369561819\\/2667-bandes-de-couleurs-WallFizz.jpg\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1797022603\\/albatorgif_normal.gif\",\"name\":\"Rapha\\u00ebl Porier\",\"default_profile_image\":false,\"created_at\":\"Sun Jul 05 19:11:51 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":53979266,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/www.itele.fr\\/culture\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188368031682560,\"created_at\":\"Fri Feb 24 23:31:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3139000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fd4707dc-3416-496c-b014-5b65201170a9-173188368031682560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Quand t'arrives à piger ce qui se dit sur #lgw, tu te dis que t'as peut-être un problème.", +"img": { +"src": "http://a0.twimg.com/profile_images/1848682776/photo_profil_normal.jpg" +}, +"title": "Caroline Pandraud: Quand t'arrives à piger ce qui se dit sur #lgw, tu te dis que t'as peut-être un problème.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3140000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Quand t'arrives \\u00e0 piger ce qui se dit sur #lgw, tu te dis que t'as peut-\\u00eatre un probl\\u00e8me.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188375153606656\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":284,\"screen_name\":\"pointPandraud\",\"lang\":\"fr\",\"profile_text_color\":\"F6FC9D\",\"statuses_count\":424,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"FF1269\",\"followers_count\":182,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"description\":\"Project Analyst @faberNovel www.fabernovel.com \\/\\/\\r\\n@essec Business School Alumni \\/\\/ Paris\\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"4F4C4E\",\"id_str\":\"16096262\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"profile_sidebar_fill_color\":\"7A374C\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"name\":\"Caroline Pandraud\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 02 13:18:16 +0000 2008\",\"profile_sidebar_border_color\":\"382334\",\"id\":16096262,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188375153606656,\"created_at\":\"Fri Feb 24 23:31:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3140000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d60d019a-6f4e-4a81-8738-c76376909216-173188375153606656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3141000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188378324512768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"profile_text_color\":\"CEC79B\",\"statuses_count\":35532,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"location\":\"Au pied d'un arc-en-ciel.\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"profile_sidebar_fill_color\":\"46284E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"name\":\"Sylvain Sanders\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_border_color\":\"20183F\",\"id\":37389744,\"utc_offset\":3600,\"favourites_count\":62,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188378324512768,\"created_at\":\"Fri Feb 24 23:31:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3141000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e5e3d88d-39da-482e-a554-b8b445d7bd99-173188378324512768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW : \"ils nous somment\" par a + b ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW : \"ils nous somment\" par a + b ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3144000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW : \\\"ils nous somment\\\" par a + b ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188391595294720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188391595294720,\"created_at\":\"Fri Feb 24 23:31:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3144000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "63131c73-861d-4692-8139-730038e7ac3a-173188391595294720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je vote pour Rollin s'il vote pour moi ! #lgw #change2ton", +"img": { +"src": "http://a1.twimg.com/profile_images/1840423549/sarkozy_prfet_4_normal.jpg" +}, +"title": "SarkoMent: Je vote pour Rollin s'il vote pour moi ! #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3144000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je vote pour Rollin s'il vote pour moi ! #lgw #change2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]},{\"text\":\"change2ton\",\"indices\":[46,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188391406534656\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":50,\"screen_name\":\"SarkoMent\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":46,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840423549\\/sarkozy_prfet_4_normal.jpg\",\"description\":\"Compte parodique !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"497726890\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840423549\\/sarkozy_prfet_4_normal.jpg\",\"name\":\"SarkoMent\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 20 09:07:23 +0000 2012\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":497726890,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188391406534656,\"created_at\":\"Fri Feb 24 23:31:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3144000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a75a36a9-0ef2-49d1-8379-8bef4c7a9ec6-173188391406534656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai hâte de voir ce que le @palmashow nous concocte! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: J'ai hâte de voir ce que le @palmashow nous concocte! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3145000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai h\\u00e2te de voir ce que le @palmashow nous concocte! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[28,38],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188393474326529\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2882,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"name\":\"Marie\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":120444044,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188393474326529,\"created_at\":\"Fri Feb 24 23:31:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3145000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "39f0d8c7-7429-424a-a05c-12104a781b99-173188393474326529" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce serait bien de ré expliquer le concept toutes les 5 minutes #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: Ce serait bien de ré expliquer le concept toutes les 5 minutes #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3145000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ce serait bien de r\\u00e9 expliquer le concept toutes les 5 minutes #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"ilpart\",\"indices\":[68,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188395307237376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1207,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188395307237376,\"created_at\":\"Fri Feb 24 23:31:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3145000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1e550f3b-d594-4e29-a1ba-f07e29c9449f-173188395307237376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Lalee_retour dommage qu'on soit loin de l'ambiance de la 1ère du @LeGrandWebze #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1756906806/avatar_twitter_roue_normal.jpg" +}, +"title": "Colette DESBORDES: @Lalee_retour dommage qu'on soit loin de l'ambiance de la 1ère du @LeGrandWebze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3146000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"@Lalee_retour dommage qu'on soit loin de l'ambiance de la 1\\u00e8re du @LeGrandWebze #lgw\",\"in_reply_to_user_id_str\":\"252150894\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Lalee_retour\",\"indices\":[0,13],\"name\":\"Lal\\u00e9e Pinoncely\",\"id\":252150894,\"id_str\":\"252150894\"},{\"screen_name\":\"LeGrandWebze\",\"indices\":[66,79],\"name\":\"legrandwebze\",\"id\":365949385,\"id_str\":\"365949385\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[80,84]}]},\"place\":null,\"in_reply_to_screen_name\":\"Lalee_retour\",\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":252150894,\"contributors\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/401655557\\/twittermontboron112010en1366.jpg\",\"profile_sidebar_fill_color\":\"fadfbe\",\"screen_name\":\"cd_land\",\"follow_request_sent\":null,\"lang\":\"en\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1756906806\\/avatar_twitter_roue_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"181A1E\",\"location\":\"NICE - C\\u00f4te d'Azur - France\",\"favourites_count\":36,\"description\":\"Consultant formateur en management et gestion. Anticonformiste, anti Hollande, lib\\u00e9rale et entrepreneuriale. Aime la cr\\u00e9ation dans tous les domaines.\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":679,\"profile_text_color\":\"0d0105\",\"followers_count\":718,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1756906806\\/avatar_twitter_roue_normal.jpg\",\"statuses_count\":28113,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/401655557\\/twittermontboron112010en1366.jpg\",\"show_all_inline_media\":false,\"listed_count\":22,\"profile_link_color\":\"9e091d\",\"protected\":false,\"is_translator\":false,\"name\":\"Colette DESBORDES\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Tue Apr 21 16:47:17 +0000 2009\",\"profile_background_color\":\"1A1B1F\",\"id\":33960395,\"id_str\":\"33960395\",\"geo_enabled\":false,\"profile_background_tile\":false,\"utc_offset\":3600,\"url\":\"http:\\/\\/codepro.over-blog.com\\/\"},\"in_reply_to_status_id\":173185505654079490,\"id\":173188398486532097,\"created_at\":\"Fri Feb 24 23:31:46 +0000 2012\",\"in_reply_to_status_id_str\":\"173185505654079490\",\"id_str\":\"173188398486532097\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3146000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "19b37383-8ba8-48c3-adaa-ec3010d3b746-173188398486532097" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Va falloir m'expliquer le concept de l'émission dorénavant. Je comprends rien là ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1433713943/copland_os_normal.png" +}, +"title": "\\(°-°*): Va falloir m'expliquer le concept de l'émission dorénavant. Je comprends rien là ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3147000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Va falloir m'expliquer le concept de l'\\u00e9mission dor\\u00e9navant. Je comprends rien l\\u00e0 ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188403679068160\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"sCaLP_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":662,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/166694062\\/cypunk2GP.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"009999\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1433713943\\/copland_os_normal.png\",\"description\":\"Choletais \\/ Grolandais\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"81383046\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/166694062\\/cypunk2GP.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1433713943\\/copland_os_normal.png\",\"name\":\"\\\\(\\u00b0-\\u00b0*)\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 10 15:54:42 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":81383046,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188403679068160,\"created_at\":\"Fri Feb 24 23:31:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3147000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "553fb9ac-b196-49b8-9ef9-35e502ee2302-173188403679068160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @nicoprat: C'était vraiment drôle RT @LeGrandWebze: C'est la séquence du proctologue ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1844133961/8x3UkTtw_normal" +}, +"title": "Laurent Aubaret: RT @nicoprat: C'était vraiment drôle RT @LeGrandWebze: C'est la séquence du proctologue ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3149000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @nicoprat: C'\\u00e9tait vraiment dr\\u00f4le RT @LeGrandWebze: C'est la s\\u00e9quence du proctologue ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"nicoprat\",\"indices\":[3,12],\"id_str\":\"19256842\",\"name\":\"Nico Prat\",\"id\":19256842},{\"screen_name\":\"LeGrandWebze\",\"indices\":[40,53],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[90,94]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"C'\\u00e9tait vraiment dr\\u00f4le RT @LeGrandWebze: C'est la s\\u00e9quence du proctologue ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[26,39],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187985511157760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2297,\"screen_name\":\"nicoprat\",\"lang\":\"en\",\"profile_text_color\":\"0a040a\",\"statuses_count\":29876,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":210,\"profile_link_color\":\"224087\",\"followers_count\":6569,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"description\":\"Le Mouv, Tsugi, Technikart, Voxpop, co-auteur des Miscellan\\u00e9es d'Internet, et un petit sudoku de temps en temps\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"19256842\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"name\":\"Nico Prat\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 20 20:55:08 +0000 2009\",\"profile_sidebar_border_color\":\"050504\",\"id\":19256842,\"utc_offset\":3600,\"favourites_count\":440,\"url\":\"http:\\/\\/nicoprat.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187985511157760,\"created_at\":\"Fri Feb 24 23:30:08 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188409580462081\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":564,\"screen_name\":\"lolofildelo\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":2943,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431542214\\/flickr-10-nov-2006.jpg\",\"location\":\"Valence d'Agen\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"6a19e3\",\"followers_count\":165,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844133961\\/8x3UkTtw_normal\",\"description\":\"Rugby, Politique, Croix Rouge et ferias voila ce que j'aime le plus, et avec l'accent svp sud ouest oblige, ici c'est du 2nd degr\\u00e9s\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"342786952\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431542214\\/flickr-10-nov-2006.jpg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844133961\\/8x3UkTtw_normal\",\"name\":\"Laurent Aubaret\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 26 15:44:40 +0000 2011\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":342786952,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188409580462081,\"created_at\":\"Fri Feb 24 23:31:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3149000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a32e2cc0-1797-4c83-95cc-9c44ca33a75a-173188409580462081" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cqui @romsson", +"img": { +"src": "http://a3.twimg.com/profile_images/1382514258/Sans_titre_normal.png" +}, +"title": "VUILLEMOT Jérôme: #lgw #cqui @romsson", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3149000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #cqui @romsson\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"romsson\",\"indices\":[11,19],\"name\":\"Romain Vuillemot\",\"id_str\":\"14898705\",\"id\":14898705}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188411593719808\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"jvuillemot\",\"lang\":\"en\",\"favourites_count\":8,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":198,\"location\":\"Biarritz, Lyon & San Diego\",\"profile_text_color\":\"333333\",\"followers_count\":106,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1382514258\\/Sans_titre_normal.png\",\"description\":\"Co-founder of YouRiding.com & Corexpert.net !\\r\\nAction-Sports lover & Social Games Insider... Contributor at\\r\\nhttp:\\/\\/thesocialgames.wordpress.com !\",\"statuses_count\":95,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/223521627\\/phot.png\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"63149729\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"VUILLEMOT J\\u00e9r\\u00f4me\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/223521627\\/phot.png\",\"created_at\":\"Wed Aug 05 14:39:45 +0000 2009\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":63149729,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.youriding.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1382514258\\/Sans_titre_normal.png\"},\"truncated\":false,\"id\":173188411593719808,\"created_at\":\"Fri Feb 24 23:31:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3149000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3c51de02-5b2f-467d-b19c-a2385bb8abd0-173188411593719808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il reste du jambon. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1844691230/profile_normal.png" +}, +"title": "Lynda Sweez : Il reste du jambon. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3149000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il reste du jambon. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188412415807488\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"zedalynews\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":444,\"location\":\"Coin:C dans une cale en bourre\",\"profile_text_color\":\"333333\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\",\"description\":\"Les jeux de mots, c'est mon dada. Amin approuve ce message. \",\"statuses_count\":10701,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"e072c1\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"244639293\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Lynda Sweez \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"created_at\":\"Sat Jan 29 19:45:40 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":244639293,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.jeBoxeAvecNemo.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\"},\"truncated\":false,\"id\":173188412415807488,\"created_at\":\"Fri Feb 24 23:31:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3149000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e4374df2-3e9a-40fa-be59-ae9aa1d38922-173188412415807488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/47363912/206-52477_normal.jpg" +}, +"title": "Darkyben: #ilreste ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3149000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188411954446336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"Darkyben\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":388,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/3080903\\/TUXANGEL.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"6598ff\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/47363912\\/206-52477_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"2f2f2f\",\"id_str\":\"9576272\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/3080903\\/TUXANGEL.jpg\",\"profile_sidebar_fill_color\":\"e0ebfe\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/47363912\\/206-52477_normal.jpg\",\"name\":\"Darkyben\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 21 08:50:28 +0000 2007\",\"profile_sidebar_border_color\":\"bed9ee\",\"id\":9576272,\"utc_offset\":-10800,\"favourites_count\":4,\"url\":\"http:\\/\\/darky.ben.free.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188411954446336,\"created_at\":\"Fri Feb 24 23:31:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3149000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "18a6f5a8-c9cd-45be-9149-b99fd90f3613-173188411954446336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@plumesdanges il n'y a rien à comprendre, cette émission est de l'art abstrait web 2.0 #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: @plumesdanges il n'y a rien à comprendre, cette émission est de l'art abstrait web 2.0 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3150000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@plumesdanges il n'y a rien \\u00e0 comprendre, cette \\u00e9mission est de l'art abstrait web 2.0 #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"plumesdanges\",\"indices\":[0,13],\"id_str\":\"27325670\",\"name\":\"plumesdanges\",\"id\":27325670}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[87,91]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173188038187417600\",\"id_str\":\"173188414735261696\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188038187417600,\"in_reply_to_user_id_str\":\"27325670\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":14421,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"name\":\"FrinnockBoChar\",\"default_profile_image\":false,\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":40014489,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":\"plumesdanges\",\"truncated\":false,\"id\":173188414735261696,\"created_at\":\"Fri Feb 24 23:31:50 +0000 2012\",\"in_reply_to_user_id\":27325670}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3150000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "305cb160-ed58-4865-a995-eea0b73841cb-173188414735261696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/28165792/alain_normal.jpg" +}, +"title": "virgile: #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3151000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188420175282177\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":385,\"screen_name\":\"virgile\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":2141,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"location\":\"Mennecy\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"1F98C7\",\"followers_count\":112,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/28165792\\/alain_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C6E2EE\",\"id_str\":\"1147321\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/28165792\\/alain_normal.jpg\",\"name\":\"virgile\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 14 09:48:30 +0000 2007\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":1147321,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/www.antone.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188420175282177,\"created_at\":\"Fri Feb 24 23:31:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3151000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d78ffd1f-2403-4904-a3df-53c2ee5f8580-173188420175282177" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FrancoisRollin ? #IlPart et on met @MisterMcFlee #lgw #EnVousRemerciant", +"img": { +"src": "http://a0.twimg.com/profile_images/1848059014/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg" +}, +"title": "Glória: @FrancoisRollin ? #IlPart et on met @MisterMcFlee #lgw #EnVousRemerciant", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3152000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"francoisrollin\",\"favorited\":false,\"text\":\"@FrancoisRollin ? #IlPart et on met @MisterMcFlee #lgw #EnVousRemerciant\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[0,15],\"name\":\"rollin\",\"id_str\":\"369489076\",\"id\":369489076},{\"screen_name\":\"MisterMcFlee\",\"indices\":[36,49],\"name\":\"Mister Mc Flee\",\"id_str\":\"60043161\",\"id\":60043161}],\"hashtags\":[{\"text\":\"IlPart\",\"indices\":[18,25]},{\"text\":\"lgw\",\"indices\":[50,54]},{\"text\":\"EnVousRemerciant\",\"indices\":[55,72]}]},\"in_reply_to_user_id\":369489076,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/stone.com\\/Twittelator\\\" rel=\\\"nofollow\\\"\\u003ETwittelator\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188425061629953\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"030000\",\"screen_name\":\"Essemali\",\"lang\":\"fr\",\"favourites_count\":38,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":217,\"location\":\"Paris\",\"profile_text_color\":\"020003\",\"followers_count\":1191,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848059014\\/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg\",\"description\":\"Bio? Danone n'a plus le droit de vendre sous cette marque. Moi non plus du coup. #TeamCivilisationInf\\u00e9rieure\\r\\nhttp:\\/\\/lusiades.wordpress.com\\/\",\"statuses_count\":22084,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/109317104\\/mqbackyardsummers.br.jpg\",\"show_all_inline_media\":false,\"listed_count\":95,\"profile_link_color\":\"8118ba\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"114069529\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Gl\\u00f3ria\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109317104\\/mqbackyardsummers.br.jpg\",\"created_at\":\"Sun Feb 14 01:18:31 +0000 2010\",\"profile_sidebar_fill_color\":\"f2eded\",\"id\":114069529,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/essemali.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848059014\\/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg\"},\"truncated\":false,\"id\":173188425061629953,\"created_at\":\"Fri Feb 24 23:31:52 +0000 2012\",\"in_reply_to_user_id_str\":\"369489076\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3152000, +"tags": [ +{ +"id-ref": "f054510c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0bdfa9c6-7173-4d5e-a506-6a4ee1358c7a-173188425061629953" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En fait #lgw rend #cesar2012 presque supportable... #HasardDeLaProgrammation #SoireeNaze", +"img": { +"src": "http://a0.twimg.com/profile_images/1013557037/JC_Boston_normal.jpg" +}, +"title": "J.C. Vignes: En fait #lgw rend #cesar2012 presque supportable... #HasardDeLaProgrammation #SoireeNaze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3153000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"En fait #lgw rend #cesar2012 presque supportable... #HasardDeLaProgrammation #SoireeNaze\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]},{\"text\":\"cesar2012\",\"indices\":[18,28]},{\"text\":\"HasardDeLaProgrammation\",\"indices\":[52,76]},{\"text\":\"SoireeNaze\",\"indices\":[77,88]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188427603386368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":648,\"screen_name\":\"JCVignes\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5344,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\\u00dcT: 1.3579502,103.9872414\",\"show_all_inline_media\":false,\"listed_count\":36,\"profile_link_color\":\"0084B4\",\"followers_count\":761,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1013557037\\/JC_Boston_normal.jpg\",\"description\":\"CEO of @OpenRegistry - Frequent Traveler - Domain Names and Mac expert :)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"15204691\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1013557037\\/JC_Boston_normal.jpg\",\"name\":\"J.C. Vignes\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 23 07:18:55 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":15204691,\"utc_offset\":-36000,\"favourites_count\":63,\"url\":\"http:\\/\\/www.openregistry.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188427603386368,\"created_at\":\"Fri Feb 24 23:31:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3153000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0547146-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f05475ce-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9476627c-b34d-4b44-81e7-700bd1240351-173188427603386368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1646789005/moi-id-tof-effects-600x600-gplus_normal.jpg" +}, +"title": "Romain Vuillemot: RT @France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3153000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @France5tv: Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[3,13],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[76,79]},{\"text\":\"lgw\",\"indices\":[83,87]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[61,64]},{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187712285814785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":834,\"screen_name\":\"France5tv\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3553,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":849,\"profile_link_color\":\"FF0000\",\"followers_count\":48946,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"description\":\"France 5, cha\\u00eene du Groupe France T\\u00e9l\\u00e9visions. Apr\\u00e8s avoir fait connaissance, rapprochons-nous sur cette TL #media #clair\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"84c810\",\"id_str\":\"36932487\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408116761\\/bg_france5.jpg\",\"profile_sidebar_fill_color\":\"50912a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850248437\\/Logo_France_5_FB_twitter_normal.jpg\",\"name\":\"France5\",\"default_profile_image\":false,\"created_at\":\"Fri May 01 12:30:02 +0000 2009\",\"profile_sidebar_border_color\":\"2ca33e\",\"id\":36932487,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187712285814785,\"created_at\":\"Fri Feb 24 23:29:02 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188426991013888\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":314,\"screen_name\":\"romsson\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":685,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0099CC\",\"followers_count\":195,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1646789005\\/moi-id-tof-effects-600x600-gplus_normal.jpg\",\"description\":\"Interests in Information Visualization, Human\\/Computer Interaction, Design, etc. #infoviz #dataviz #hci\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"14898705\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1646789005\\/moi-id-tof-effects-600x600-gplus_normal.jpg\",\"name\":\"Romain Vuillemot\",\"default_profile_image\":false,\"created_at\":\"Sun May 25 13:35:06 +0000 2008\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":14898705,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/romain.vuillemot.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188426991013888,\"created_at\":\"Fri Feb 24 23:31:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3153000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efdd4bfc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "075842d7-be94-4fc4-9d96-3447a7149eb9-173188426991013888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze A l'avenir, merci de programmer l'émission en prime time. Il y en a qui bosse demain... #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1474096078/avatar_normal.png" +}, +"title": "Sebastien Voyard: @LeGrandWebze A l'avenir, merci de programmer l'émission en prime time. Il y en a qui bosse demain... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3153000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze A l'avenir, merci de programmer l'\\u00e9mission en prime time. Il y en a qui bosse demain... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[102,106]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/github.com\\/minego\\/phnx\\\" rel=\\\"nofollow\\\"\\u003EProject Macaw for webOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188427523702784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":287,\"screen_name\":\"Seb_Voyard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":991,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":73,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1474096078\\/avatar_normal.png\",\"description\":\"D\\u00e9veloppeur d\\u00e9butant d'applications WebOS http:\\/\\/sebosapp.wordpress.com - Webmaster de http:\\/\\/www.modecolo.fr - Entre autres...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"128504185\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474096078\\/avatar_normal.png\",\"name\":\"Sebastien Voyard\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 01 09:38:23 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":128504185,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173188427523702784,\"created_at\":\"Fri Feb 24 23:31:53 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3153000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a967db26-5454-45fd-8611-74a695f4d3b2-173188427523702784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Passe vraiment un bon moment devant #lgw ... Bonne découverte de la soirée !", +"img": { +"src": "http://a0.twimg.com/profile_images/1399208256/Photo_00017_normal.jpg" +}, +"title": "Aurore Praline: Passe vraiment un bon moment devant #lgw ... Bonne découverte de la soirée !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3155000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Passe vraiment un bon moment devant #lgw ... Bonne d\\u00e9couverte de la soir\\u00e9e !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188435908112384\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"screen_name\":\"Aurore_at_point\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":187,\"location\":\"Coming Soon in Paris\",\"profile_text_color\":\"333333\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1399208256\\/Photo_00017_normal.jpg\",\"description\":\"When I'll growin' up, I'll be as I wanted when I was a child. \\r\\nWriting scenarios... What's better ? \",\"statuses_count\":559,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"626d8a\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"aaadac\",\"protected\":false,\"id_str\":\"318077034\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Aurore Praline\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"created_at\":\"Wed Jun 15 22:54:54 +0000 2011\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"id\":318077034,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1399208256\\/Photo_00017_normal.jpg\"},\"truncated\":false,\"id\":173188435908112384,\"created_at\":\"Fri Feb 24 23:31:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3155000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9156833e-cbb7-4abe-b59e-af4c0cabf091-173188435908112384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @fabricepierrot: #lgw #changedeton", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @fabricepierrot: #lgw #changedeton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3155000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @fabricepierrot: #lgw #changedeton\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"fabricepierrot\",\"indices\":[3,18],\"id_str\":\"30635526\",\"name\":\"fabrice pierrot\",\"id\":30635526}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]},{\"text\":\"changedeton\",\"indices\":[25,37]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #changedeton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"changedeton\",\"indices\":[5,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188280244903936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1081,\"screen_name\":\"fabricepierrot\",\"lang\":\"fr\",\"profile_text_color\":\"081a6b\",\"statuses_count\":3475,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/106798137\\/IMG_0314.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":128,\"profile_link_color\":\"ff0000\",\"followers_count\":2942,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1775428318\\/Fabrice_normal.jpg\",\"description\":\"Journaliste, etc.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"091f99\",\"id_str\":\"30635526\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/106798137\\/IMG_0314.jpg\",\"profile_sidebar_fill_color\":\"c0d0fc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775428318\\/Fabrice_normal.jpg\",\"name\":\"fabrice pierrot\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 12 11:06:29 +0000 2009\",\"profile_sidebar_border_color\":\"1b0fff\",\"id\":30635526,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188280244903936,\"created_at\":\"Fri Feb 24 23:31:18 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188437392896003\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1042,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":317,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188437392896003,\"created_at\":\"Fri Feb 24 23:31:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3155000, +"tags": [ +{ +"id-ref": "ef16598e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e7b74fe0-67c7-4915-aec5-0e671cd6024f-173188437392896003" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @pointPandraud: Quand t'arrives à piger ce qui se dit sur #lgw, tu te dis que t'as peut-être un problème.", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: RT @pointPandraud: Quand t'arrives à piger ce qui se dit sur #lgw, tu te dis que t'as peut-être un problème.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3155000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @pointPandraud: Quand t'arrives \\u00e0 piger ce qui se dit sur #lgw, tu te dis que t'as peut-\\u00eatre un probl\\u00e8me.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pointPandraud\",\"indices\":[3,17],\"id_str\":\"16096262\",\"name\":\"Caroline Pandraud\",\"id\":16096262}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Quand t'arrives \\u00e0 piger ce qui se dit sur #lgw, tu te dis que t'as peut-\\u00eatre un probl\\u00e8me.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188375153606656\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":284,\"screen_name\":\"pointPandraud\",\"lang\":\"fr\",\"profile_text_color\":\"F6FC9D\",\"statuses_count\":424,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"FF1269\",\"followers_count\":182,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"description\":\"Project Analyst @faberNovel www.fabernovel.com \\/\\/\\r\\n@essec Business School Alumni \\/\\/ Paris\\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"4F4C4E\",\"id_str\":\"16096262\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"profile_sidebar_fill_color\":\"7A374C\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"name\":\"Caroline Pandraud\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 02 13:18:16 +0000 2008\",\"profile_sidebar_border_color\":\"382334\",\"id\":16096262,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188375153606656,\"created_at\":\"Fri Feb 24 23:31:40 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188437032177664\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188437032177664,\"created_at\":\"Fri Feb 24 23:31:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3155000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62d7028e-db65-4921-99d3-6cca4fbca94a-173188437032177664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On peut essayer de draguer les gens de la TV grâce à twitter #lgw ... elle sert pas à ça cette émission ??", +"img": { +"src": "http://a1.twimg.com/profile_images/1715868647/P1010897_normal.png" +}, +"title": "Spike Ganush: On peut essayer de draguer les gens de la TV grâce à twitter #lgw ... elle sert pas à ça cette émission ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3156000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"On peut essayer de draguer les gens de la TV gr\\u00e2ce \\u00e0 twitter #lgw ... elle sert pas \\u00e0 \\u00e7a cette \\u00e9mission ??\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188440618315776\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"SpikeGanush\",\"lang\":\"en\",\"favourites_count\":17,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":930,\"location\":\"Gap hautes-alpes\",\"profile_text_color\":\"333333\",\"followers_count\":317,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1715868647\\/P1010897_normal.png\",\"description\":\"Fan de nouvelle technologie, d'humour salasse, de roller\\/ski ! Souper Roumain, c'est moi !\\r\\nUne vid\\u00e9o rock band, choose : http:\\/\\/t.co\\/kEhnCM6Y\",\"statuses_count\":6039,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/159015926\\/horror-twitter-background.jpg\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"23573573\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Spike Ganush\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/159015926\\/horror-twitter-background.jpg\",\"created_at\":\"Tue Mar 10 09:23:46 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":23573573,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/trestresbien.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1715868647\\/P1010897_normal.png\"},\"truncated\":false,\"id\":173188440618315776,\"created_at\":\"Fri Feb 24 23:31:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3156000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d27ebcf1-9f79-4151-a009-6464e2fda14e-173188440618315776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilReste longue vie au roi lot", +"img": { +"src": "http://a0.twimg.com/profile_images/1677676216/fender_2_normal.jpg" +}, +"title": "Sébastien vdo: #lgw #ilReste longue vie au roi lot", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3157000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilReste longue vie au roi lot\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188444095393792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"screen_name\":\"sebvdo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Juste l\\u00e0...\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"990000\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"description\":\"Web\\/Zic\\/Foot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"97193463\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"name\":\"S\\u00e9bastien vdo\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 16 11:57:29 +0000 2009\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":97193463,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188444095393792,\"created_at\":\"Fri Feb 24 23:31:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3157000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cc5c202c-9338-4848-9dcf-a070f873cb06-173188444095393792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#legrandwebze #ilreste j'adore Francois Rollin, ce bel homme Suisse qui me ravi de son accent !", +"img": { +"src": "http://a2.twimg.com/profile_images/1572901030/photoCV_normal.jpg" +}, +"title": "Alexander Arslan: #legrandwebze #ilreste j'adore Francois Rollin, ce bel homme Suisse qui me ravi de son accent !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3157000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#legrandwebze #ilreste j'adore Francois Rollin, ce bel homme Suisse qui me ravi de son accent !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"legrandwebze\",\"indices\":[0,13]},{\"text\":\"ilreste\",\"indices\":[14,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188444942630912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":567,\"screen_name\":\"alexarslan\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":983,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":171,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1572901030\\/photoCV_normal.jpg\",\"description\":\"Dans les m\\u00e9dia en ligne depuis 2006. Suis moi sur http:\\/\\/pinterest.com\\/alexanderarslan\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"123870825\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1572901030\\/photoCV_normal.jpg\",\"name\":\"Alexander Arslan\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 17 13:31:23 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":123870825,\"utc_offset\":null,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188444942630912,\"created_at\":\"Fri Feb 24 23:31:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3157000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "adce7624-2eb1-432d-b654-7ff2d5533661-173188444942630912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Y'a pas Afflelou dans le public ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: Y'a pas Afflelou dans le public ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3158000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Y'a pas Afflelou dans le public ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188449707368448\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3887,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":520,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188449707368448,\"created_at\":\"Fri Feb 24 23:31:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3158000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "90532b6d-d053-4336-a69b-d211707d8816-173188449707368448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Où trouver la vidéo de @KlaireFr vu à \"Le Grand Webzé\" ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1726420026/Kestrel_normal.jpg" +}, +"title": "Rémy -- La Merguez: Où trouver la vidéo de @KlaireFr vu à \"Le Grand Webzé\" ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3158000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"O\\u00f9 trouver la vid\\u00e9o de @KlaireFr vu \\u00e0 \\\"Le Grand Webz\\u00e9\\\" ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[23,32],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188450391031808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":96,\"screen_name\":\"Sokwamaii\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1039,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/322585571\\/guitar_8_93350.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"007a99\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1726420026\\/Kestrel_normal.jpg\",\"description\":\"K 3 S T R 3 L #Charl0tteFamily\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"305668802\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/322585571\\/guitar_8_93350.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1726420026\\/Kestrel_normal.jpg\",\"name\":\"R\\u00e9my -- La Merguez\",\"default_profile_image\":false,\"created_at\":\"Thu May 26 16:09:43 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":305668802,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188450391031808,\"created_at\":\"Fri Feb 24 23:31:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3158000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8ef166e3-6b19-4c0e-9ae2-170747c3e087-173188450391031808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@yoannferret C'est génial ce truc \\o/ Je sais pas #cQui l'a codé mais c'est génial \\o/ #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: @yoannferret C'est génial ce truc \\o/ Je sais pas #cQui l'a codé mais c'est génial \\o/ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3160000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@yoannferret C'est g\\u00e9nial ce truc \\\\o\\/ Je sais pas #cQui l'a cod\\u00e9 mais c'est g\\u00e9nial \\\\o\\/ #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"yoannferret\",\"indices\":[0,12],\"id_str\":\"4035431\",\"name\":\"Yoann Ferret\",\"id\":4035431}],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[50,55]},{\"text\":\"lgw\",\"indices\":[87,91]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173188022840463360\",\"id_str\":\"173188455885578241\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188022840463360,\"in_reply_to_user_id_str\":\"4035431\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":\"yoannferret\",\"truncated\":false,\"id\":173188455885578241,\"created_at\":\"Fri Feb 24 23:32:00 +0000 2012\",\"in_reply_to_user_id\":4035431}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3160000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "777d728c-fcac-4e46-bf3c-0ede72563509-173188455885578241" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et après elle nous dit qu'elle aime son boulot. TU M'ETONNES RT @FlorencePorcel Voilà voilà... (Mes parents sont dans le hall. Ahem :p) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819882790/tetocarre_normal.jpg" +}, +"title": "Cédric BILLAUDELLE: Et après elle nous dit qu'elle aime son boulot. TU M'ETONNES RT @FlorencePorcel Voilà voilà... (Mes parents sont dans le hall. Ahem :p) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3160000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et apr\\u00e8s elle nous dit qu'elle aime son boulot. TU M'ETONNES RT @FlorencePorcel Voil\\u00e0 voil\\u00e0... (Mes parents sont dans le hall. Ahem :p) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[64,79],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[136,140]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188455726202880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":172,\"screen_name\":\"Cbill0\",\"lang\":\"fr\",\"profile_text_color\":\"F2ECF9\",\"statuses_count\":1108,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"location\":\"Lille, FR\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"1a1aba\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 l'IAE de Lille, mais pur produit des Ardennes. Aime beaucoup apprendre, mais n'aime pas qu'on lui fasse la le\\u00e7on.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E44B22\",\"id_str\":\"84313428\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"profile_sidebar_fill_color\":\"2C446A\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"name\":\"C\\u00e9dric BILLAUDELLE\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 22 12:34:22 +0000 2009\",\"profile_sidebar_border_color\":\"0C0F22\",\"id\":84313428,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188455726202880,\"created_at\":\"Fri Feb 24 23:32:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3160000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2e378d89-5eda-4a22-8db9-c65aadebb58b-173188455726202880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Merde je croyais que @FlorencePorcel planquait le truc !!! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Merde je croyais que @FlorencePorcel planquait le truc !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3161000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Merde je croyais que @FlorencePorcel planquait le truc !!! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[21,36],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188461556285441\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6697,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188461556285441,\"created_at\":\"Fri Feb 24 23:32:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3161000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "85dc5d7c-063a-4747-9037-ff365dfdd2fe-173188461556285441" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Ilagee: Entre vos #Césars, vos #LGW et vos #CI, j'ai un peu l'impression d'être au beau milieu d'un gang bang de livetweets contre m ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1851067323/drive-2011-1024x768-668518_normal.jpg" +}, +"title": "Lefèvre Baptiste: RT @Ilagee: Entre vos #Césars, vos #LGW et vos #CI, j'ai un peu l'impression d'être au beau milieu d'un gang bang de livetweets contre m ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3161000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Ilagee: Entre vos #C\\u00e9sars, vos #LGW et vos #CI, j'ai un peu l'impression d'\\u00eatre au beau milieu d'un gang bang de livetweets contre m ...\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Ilagee\",\"indices\":[3,10],\"name\":\"[Nom du sujet]\",\"id_str\":\"189097725\",\"id\":189097725}],\"hashtags\":[{\"text\":\"C\\u00e9sars\",\"indices\":[22,29]},{\"text\":\"LGW\",\"indices\":[35,39]},{\"text\":\"CI\",\"indices\":[47,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Entre vos #C\\u00e9sars, vos #LGW et vos #CI, j'ai un peu l'impression d'\\u00eatre au beau milieu d'un gang bang de livetweets contre mon gr\\u00e9.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"C\\u00e9sars\",\"indices\":[10,17]},{\"text\":\"LGW\",\"indices\":[23,27]},{\"text\":\"CI\",\"indices\":[35,38]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185287571243008\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"Ilagee\",\"lang\":\"en\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":290,\"location\":\"[Ville du sujet]\",\"profile_text_color\":\"000000\",\"followers_count\":1025,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813929904\\/TwavatarZS_normal.png\",\"description\":\"J'ai cr\\u00e9\\u00e9 Z\\u00e9ros Sociaux, c'est un site sur les internets.\\r\\nAh, et j'ai une IMPRESSIONNANTE collection de dinosaures en plastique.\\r\\nC'est pas pour p\\u00e9cho, tkt.\",\"statuses_count\":11875,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/233715649\\/black_pattern.jpg\",\"show_all_inline_media\":true,\"listed_count\":78,\"profile_link_color\":\"d93c3c\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"189097725\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"[Nom du sujet]\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/233715649\\/black_pattern.jpg\",\"created_at\":\"Fri Sep 10 11:26:10 +0000 2010\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":189097725,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/zeros-sociaux.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813929904\\/TwavatarZS_normal.png\"},\"truncated\":false,\"id\":173185287571243008,\"created_at\":\"Fri Feb 24 23:19:24 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188460025348096\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Lfv_Baptiste\",\"lang\":\"fr\",\"favourites_count\":57,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":138,\"location\":\"\",\"profile_text_color\":\"666666\",\"followers_count\":85,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851067323\\/drive-2011-1024x768-668518_normal.jpg\",\"description\":\"Je sais que j'plais pas \\u00e0 tout le monde ! Mais quand je vois \\u00e0 qui j'plais pas, j'me demande si \\u00e7a me d\\u00e9range vraiment.\",\"statuses_count\":5539,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"214197311\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Lef\\u00e8vre Baptiste\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Wed Nov 10 20:25:50 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":214197311,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851067323\\/drive-2011-1024x768-668518_normal.jpg\"},\"truncated\":true,\"id\":173188460025348096,\"created_at\":\"Fri Feb 24 23:32:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3161000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eff8cb8e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "103aa0a0-4a50-4997-900a-64da4e8ce296-173188460025348096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pas vu une telle prise de risque à la TV depuis une éternité. Bisous #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1609030835/Capture_d__cran_2011-10-27___13.23.27_normal.png" +}, +"title": "Thomas Guien: Pas vu une telle prise de risque à la TV depuis une éternité. Bisous #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3162000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pas vu une telle prise de risque \\u00e0 la TV depuis une \\u00e9ternit\\u00e9. Bisous #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188467407323136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":721,\"screen_name\":\"ThomasGuien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2496,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/17746161\\/jean_seberg_gallery_7.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"080707\",\"followers_count\":291,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1609030835\\/Capture_d__cran_2011-10-27___13.23.27_normal.png\",\"description\":\"Gratte-clavier chez Metro France \\/ ex Lib\\u00e9ration, L'Express, Le Parisien, La Croix.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"030303\",\"id_str\":\"26313006\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/17746161\\/jean_seberg_gallery_7.jpg\",\"profile_sidebar_fill_color\":\"285770\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609030835\\/Capture_d__cran_2011-10-27___13.23.27_normal.png\",\"name\":\"Thomas Guien\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 24 20:14:42 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":26313006,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188467407323136,\"created_at\":\"Fri Feb 24 23:32:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3162000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "294a9a83-554f-4845-955d-8cd362cca4d4-173188467407323136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @SeriousCharly: Très belle imitation des Cesars de @Benoitlebreau. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1819530189/twitter_normal.png" +}, +"title": "Benoit Lebreau: RT @SeriousCharly: Très belle imitation des Cesars de @Benoitlebreau. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3163000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"RT @SeriousCharly: Tr\\u00e8s belle imitation des Cesars de @Benoitlebreau. #LGW\",\"created_at\":\"Fri Feb 24 23:32:03 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[70,74]}],\"user_mentions\":[{\"indices\":[3,17],\"screen_name\":\"SeriousCharly\",\"id_str\":\"149298036\",\"name\":\"Charly M.\",\"id\":149298036},{\"indices\":[54,68],\"screen_name\":\"benoitlebreau\",\"id_str\":\"267290862\",\"name\":\"Benoit Lebreau\",\"id\":267290862}]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173188467730288641\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":3,\"created_at\":\"Wed Mar 16 17:22:17 +0000 2011\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"url\":\"http:\\/\\/www.benoitlebreau.fr\",\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"667033\",\"screen_name\":\"benoitlebreau\",\"time_zone\":\"Paris\",\"description\":\"sympathique et cool \\/\\/ danseur \\u00e9toile \\u00e0 NRJ Group \\/\\/ #runner parisien du soir, #radio amateur et tr\\u00e8s dr\\u00f4le \\u00e0 la t\\u00e9l\\u00e9\",\"following\":null,\"geo_enabled\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_background_color\":\"B2DFDA\",\"location\":\"Paris\",\"id_str\":\"267290862\",\"profile_background_tile\":false,\"followers_count\":339,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"ffffff\",\"favourites_count\":38,\"protected\":false,\"friends_count\":605,\"profile_sidebar_border_color\":\"eeeeee\",\"name\":\"Benoit Lebreau\",\"contributors_enabled\":false,\"verified\":false,\"id\":267290862,\"statuses_count\":4157,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173188467730288641,\"retweeted_status\":{\"truncated\":false,\"text\":\"Tr\\u00e8s belle imitation des Cesars de @Benoitlebreau. #LGW\",\"created_at\":\"Fri Feb 24 23:28:13 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[51,55]}],\"user_mentions\":[{\"indices\":[35,49],\"screen_name\":\"benoitlebreau\",\"id_str\":\"267290862\",\"name\":\"Benoit Lebreau\",\"id\":267290862}]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173187505393377280\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":147,\"created_at\":\"Fri May 28 23:10:49 +0000 2010\",\"profile_text_color\":\"050303\",\"is_translator\":false,\"show_all_inline_media\":true,\"lang\":\"en\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/CharIy\",\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"2c30ab\",\"screen_name\":\"SeriousCharly\",\"time_zone\":\"Paris\",\"description\":\"Ours parisien de 20 ans, \\u00e9tudiant en \\u00e9cole de commerce \\u00e0 Nantes et lyonnais de coeur. Je r\\u00e2le contre tout et je tweete foot.\",\"following\":null,\"geo_enabled\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"profile_background_color\":\"c2bec2\",\"location\":\"Paris\",\"id_str\":\"149298036\",\"profile_background_tile\":true,\"followers_count\":1946,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"dcdded\",\"favourites_count\":653,\"protected\":false,\"friends_count\":199,\"profile_sidebar_border_color\":\"5e69ab\",\"name\":\"Charly M.\",\"contributors_enabled\":false,\"verified\":false,\"id\":149298036,\"statuses_count\":59228,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173187505393377280}}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3163000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "15e6e325-847d-4530-b7e4-ff1b6015424f-173188467730288641" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Wesh @gabytaineFlam, on a vu ta gueule de con ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: Wesh @gabytaineFlam, on a vu ta gueule de con ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3164000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Wesh @gabytaineFlam, on a vu ta gueule de con ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GabytaineFlam\",\"indices\":[5,19],\"id_str\":\"161146189\",\"name\":\"R\\u00e9mi\",\"id\":161146189}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188474449575936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"profile_text_color\":\"CEC79B\",\"statuses_count\":35532,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"location\":\"Au pied d'un arc-en-ciel.\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"profile_sidebar_fill_color\":\"46284E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"name\":\"Sylvain Sanders\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_border_color\":\"20183F\",\"id\":37389744,\"utc_offset\":3600,\"favourites_count\":62,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188474449575936,\"created_at\":\"Fri Feb 24 23:32:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3164000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a8962792-3d2b-47e9-a69b-20b6da7e9640-173188474449575936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai une peur panique des pigeons. Cette séquence est un cauchemar #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1690913631/doc_normal.jpg" +}, +"title": "Klaire.fr: J'ai une peur panique des pigeons. Cette séquence est un cauchemar #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3166000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai une peur panique des pigeons. Cette s\\u00e9quence est un cauchemar #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188480413876224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":780,\"screen_name\":\"KlaireFr\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":9883,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":282,\"profile_link_color\":\"1F98C7\",\"followers_count\":7182,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"description\":\"A un mauvais caract\\u00e8re. Mais un sur 140, \\u00e7a va. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C6E2EE\",\"id_str\":\"28096610\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"name\":\"Klaire.fr\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 01 12:34:58 +0000 2009\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":28096610,\"utc_offset\":-10800,\"favourites_count\":35,\"url\":\"http:\\/\\/www.klaire.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188480413876224,\"created_at\":\"Fri Feb 24 23:32:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3166000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eb574000-d295-4a4d-83b1-a0291bdefa8a-173188480413876224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@florenceporcel tu vaux mieux que ça! Surtout quand on voit qu'on te voit moins sur le reste de #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1671170405/lepetitwebze_normal.jpg" +}, +"title": "Le Petit Webze: @florenceporcel tu vaux mieux que ça! Surtout quand on voit qu'on te voit moins sur le reste de #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3166000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@florenceporcel tu vaux mieux que \\u00e7a! Surtout quand on voit qu'on te voit moins sur le reste de #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188483026911232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":183,\"screen_name\":\"LePetitWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":119,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":60,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1671170405\\/lepetitwebze_normal.jpg\",\"description\":\"le TEDx est au TED ce que @LePetitWebze est \\u00e0 @LeGrandWebze (compte de FanArt LolFan)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"420704703\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1671170405\\/lepetitwebze_normal.jpg\",\"name\":\"Le Petit Webze\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 25 00:12:18 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":420704703,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/soundcloud.com\\/lepetitwebze\\/lepetitwebze\"},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173188483026911232,\"created_at\":\"Fri Feb 24 23:32:06 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3166000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2af188f8-2d6c-4798-ad66-40db7f86443e-173188483026911232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw “@METACAPUCHE En fait les tweets c'est drôle sur Twitter. À la télé c'est comme raconter ta chouille de samedi dernier à ta grand-mère”", +"img": { +"src": "http://a0.twimg.com/profile_images/1828567225/boulimie__normal.png" +}, +"title": "t12lve: #lgw “@METACAPUCHE En fait les tweets c'est drôle sur Twitter. À la télé c'est comme raconter ta chouille de samedi dernier à ta grand-mère”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3167000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw \\u201c@METACAPUCHE En fait les tweets c'est dr\\u00f4le sur Twitter. \\u00c0 la t\\u00e9l\\u00e9 c'est comme raconter ta chouille de samedi dernier \\u00e0 ta grand-m\\u00e8re\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"METACAPUCHE\",\"indices\":[6,18],\"id_str\":\"125661667\",\"name\":\"Capuche\",\"id\":125661667}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188487053451264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":372,\"screen_name\":\"t12lve\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":39104,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/391241090\\/lol.png\",\"location\":\"Clermont Ferrand\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"007bff\",\"followers_count\":553,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1828567225\\/boulimie__normal.png\",\"description\":\"[trashtalk\\/craptalk-ANTIFAG]\\r\\nJe ris de tout, mais avec n'importe qui !\\r\\nwww.notnico.com :: Wtf, NSFW. Un repaire pour geeks ! TECHBLOG\\r\\nM\\u00e9chant gar\\u00e7on\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"001a47\",\"id_str\":\"127483739\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391241090\\/lol.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1828567225\\/boulimie__normal.png\",\"name\":\"t12lve\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 29 10:29:11 +0000 2010\",\"profile_sidebar_border_color\":\"5c5c5c\",\"id\":127483739,\"utc_offset\":3600,\"favourites_count\":149,\"url\":\"http:\\/\\/www.notnico.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188487053451264,\"created_at\":\"Fri Feb 24 23:32:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3167000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5089f26c-e4e0-40b9-96b2-96b9ee1a81e7-173188487053451264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste François Rollin doit encore nous expliquer à quoi sert le Grand Webze. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1803169085/DSC01443_normal.JPG" +}, +"title": "Benjamin Aguillon: #ilreste François Rollin doit encore nous expliquer à quoi sert le Grand Webze. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3168000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste Fran\\u00e7ois Rollin doit encore nous expliquer \\u00e0 quoi sert le Grand Webze. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[80,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188490975125505\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"Balcidebava\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":102,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez moi\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"description\":\"L'homme face \\u00e0 l'absurde\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"482835609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"name\":\"Benjamin Aguillon\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 04 10:52:02 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":482835609,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188490975125505,\"created_at\":\"Fri Feb 24 23:32:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3168000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "be85a1bd-a6ff-4774-8c9a-0b55dbed7122-173188490975125505" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pigeon, lampadaire, voiture qui roule au plafond. Ils m'ont totalement perdue :). #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: Pigeon, lampadaire, voiture qui roule au plafond. Ils m'ont totalement perdue :). #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3168000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pigeon, lampadaire, voiture qui roule au plafond. Ils m'ont totalement perdue :). #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[82,86]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188491813990401\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15003,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":261,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188491813990401,\"created_at\":\"Fri Feb 24 23:32:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3168000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "93aa826c-fe03-4484-b5ba-535d346b49a1-173188491813990401" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est #LGW ? Je vois vos tweets depuis tout à l'heure mais comme une douée je sais même pas ce que c'est.", +"img": { +"src": "http://a0.twimg.com/profile_images/1850716103/image_normal.jpg" +}, +"title": "Maïna.: C'est #LGW ? Je vois vos tweets depuis tout à l'heure mais comme une douée je sais même pas ce que c'est.", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3172000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est #LGW ? Je vois vos tweets depuis tout \\u00e0 l'heure mais comme une dou\\u00e9e je sais m\\u00eame pas ce que c'est.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188509002252288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":403,\"screen_name\":\"supernaturalsun\",\"lang\":\"fr\",\"profile_text_color\":\"b85147\",\"statuses_count\":20595,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/416056046\\/tumblr_lx6gf8teHr1qde9jqo1_500.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"1f1818\",\"followers_count\":253,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850716103\\/image_normal.jpg\",\"description\":\"On a tous un point faible. Vous dire quel est le mien serait d\\u00e9j\\u00e0 une faiblesse ~ David Villa. #AnimsVilla \\u2665\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"276173588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416056046\\/tumblr_lx6gf8teHr1qde9jqo1_500.jpg\",\"profile_sidebar_fill_color\":\"2e2d2d\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850716103\\/image_normal.jpg\",\"name\":\"Ma\\u00efna.\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 02 20:20:51 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":276173588,\"utc_offset\":null,\"favourites_count\":247,\"url\":\"http:\\/\\/prince-callejon.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188509002252288,\"created_at\":\"Fri Feb 24 23:32:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3172000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "909626f6-fdb7-444d-a2a0-ef13816192ab-173188509002252288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a3.twimg.com/profile_images/1757494070/yo_normal.jpg" +}, +"title": "Francisco Rodriguez : #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3173000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188509677522944\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"artefuckto\",\"lang\":\"en\",\"favourites_count\":50,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1052,\"location\":\"Santiago de Chile\",\"profile_text_color\":\"333333\",\"followers_count\":850,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1757494070\\/yo_normal.jpg\",\"description\":\"Periodista. S\\u00e9 como sobrevivir en el desierto m\\u00e1s \\u00e1rido del planeta.\",\"statuses_count\":9769,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/31593939\\/desert.jpg\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Quito\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"19720057\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Francisco Rodriguez \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/31593939\\/desert.jpg\",\"created_at\":\"Thu Jan 29 16:57:06 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":19720057,\"follow_request_sent\":null,\"utc_offset\":-18000,\"url\":\"http:\\/\\/www.planetasostenible.cl\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757494070\\/yo_normal.jpg\"},\"truncated\":false,\"id\":173188509677522944,\"created_at\":\"Fri Feb 24 23:32:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3173000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9e57e649-db2a-441b-98b3-07901a6da293-173188509677522944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cyriak est de retour avec des oursons, des pigeons et des voitures au plafond #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Cyriak est de retour avec des oursons, des pigeons et des voitures au plafond #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3173000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Cyriak est de retour avec des oursons, des pigeons et des voitures au plafond #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[78,82]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188510247952384\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3273,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1481,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173188510247952384,\"created_at\":\"Fri Feb 24 23:32:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3173000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e18032c3-90ee-4879-89e1-81212501f672-173188510247952384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw qui découvre cyriak :(", +"img": { +"src": "http://a0.twimg.com/profile_images/1848450170/poseur_normal.jpg" +}, +"title": "Pras: #lgw qui découvre cyriak :(", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3175000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw qui d\\u00e9couvre cyriak :(\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188517881589761\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1362,\"screen_name\":\"Praska\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":48429,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"followers_count\":3040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"description\":\"BOSS[Viedegeek + Bargaming]\\r\\nFirewall Karmique\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b8085\",\"id_str\":\"15453030\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"name\":\"Pras\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 16 11:15:07 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":15453030,\"utc_offset\":3600,\"favourites_count\":195,\"url\":\"http:\\/\\/flavors.me\\/praska\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188517881589761,\"created_at\":\"Fri Feb 24 23:32:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3175000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3b9f3241-73f9-4b58-88b1-40368f865081-173188517881589761" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@kakaOpopo Le #LGW comme animation à la mitemps de SF-ST @BastienJoseph31 #LGW #Cqui #TeamSF", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @kakaOpopo Le #LGW comme animation à la mitemps de SF-ST @BastienJoseph31 #LGW #Cqui #TeamSF", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3176000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@kakaOpopo Le #LGW comme animation \\u00e0 la mitemps de SF-ST @BastienJoseph31 #LGW #Cqui #TeamSF\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kakaOpopo\",\"indices\":[0,10],\"id_str\":\"408071950\",\"name\":\"Yann MALICHECQ\",\"id\":408071950},{\"screen_name\":\"BastienJoseph31\",\"indices\":[57,73],\"id_str\":\"191087175\",\"name\":\"Bastien Joseph\",\"id\":191087175}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[14,18]},{\"text\":\"LGW\",\"indices\":[75,79]},{\"text\":\"Cqui\",\"indices\":[80,85]},{\"text\":\"TeamSF\",\"indices\":[86,93]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173188138506797057\",\"id_str\":\"173188526144372736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188138506797057,\"in_reply_to_user_id_str\":\"408071950\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34423,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"kakaOpopo\",\"truncated\":false,\"id\":173188526144372736,\"created_at\":\"Fri Feb 24 23:32:16 +0000 2012\",\"in_reply_to_user_id\":408071950}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3176000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73ddc0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "676c1029-469e-4478-85f0-c411dc10710b-173188526144372736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @ZZ_Princess: Une légère envie de m'ouvrir les veines avec les dents en tombant sur cette émission #Lgw #France5", +"img": { +"src": "http://a2.twimg.com/profile_images/1647384436/image_normal.jpg" +}, +"title": "Vcwik: RT @ZZ_Princess: Une légère envie de m'ouvrir les veines avec les dents en tombant sur cette émission #Lgw #France5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3177000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @ZZ_Princess: Une l\\u00e9g\\u00e8re envie de m'ouvrir les veines avec les dents en tombant sur cette \\u00e9mission #Lgw #France5\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ZZ_Princess\",\"indices\":[3,15],\"id_str\":\"286106741\",\"name\":\"ZZ\",\"id\":286106741}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[103,107]},{\"text\":\"France5\",\"indices\":[108,116]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Une l\\u00e9g\\u00e8re envie de m'ouvrir les veines avec les dents en tombant sur cette \\u00e9mission #Lgw #France5\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[86,90]},{\"text\":\"France5\",\"indices\":[91,99]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188341074890753\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":231,\"screen_name\":\"ZZ_Princess\",\"lang\":\"fr\",\"profile_text_color\":\"d710de\",\"statuses_count\":5144,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/320891687\\/x8490c46b359ab9cf603957dfa58eb8a.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"eb12eb\",\"followers_count\":189,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1718012027\\/ZZ_normal.jpg\",\"description\":\"Teigne d'1m80, ordure bourgeoise qui fait semblant d'\\u00eatre socialiste, aime #Lesfous, n'aime pas les gosses et ne va pas en Maghr\\u00e9bie en vacances !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1c42db\",\"id_str\":\"286106741\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/320891687\\/x8490c46b359ab9cf603957dfa58eb8a.png\",\"profile_sidebar_fill_color\":\"000B17\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1718012027\\/ZZ_normal.jpg\",\"name\":\"ZZ\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 22 10:48:11 +0000 2011\",\"profile_sidebar_border_color\":\"F7B565\",\"id\":286106741,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188341074890753,\"created_at\":\"Fri Feb 24 23:31:32 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188528207970305\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"vcwik\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":991,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425462601\\/images.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1647384436\\/image_normal.jpg\",\"description\":\"Someone like me ... Somewhere ...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"382801997\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425462601\\/images.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1647384436\\/image_normal.jpg\",\"name\":\"Vcwik\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 30 18:19:28 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":382801997,\"utc_offset\":3600,\"favourites_count\":21,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188528207970305,\"created_at\":\"Fri Feb 24 23:32:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3177000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f13e8b02-e61e-431c-ba52-4b3901ddfc32-173188528207970305" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @migteix: #lgw content de revoir les blagues foireuses. On revient aux fondamentaux ! #ilreste", +"img": { +"src": "http://a3.twimg.com/profile_images/1644298889/xQ4IxX7v_normal" +}, +"title": "SOYOUSEE: RT @migteix: #lgw content de revoir les blagues foireuses. On revient aux fondamentaux ! #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3177000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @migteix: #lgw content de revoir les blagues foireuses. On revient aux fondamentaux ! #ilreste\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"migteix\",\"indices\":[3,11],\"id_str\":\"3543511\",\"name\":\"Miguel Teixeira\",\"id\":3543511}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]},{\"text\":\"ilreste\",\"indices\":[89,97]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw content de revoir les blagues foireuses. On revient aux fondamentaux ! #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[76,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187476763058176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":258,\"screen_name\":\"migteix\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2719,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Orleans\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":268,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"description\":\"blogueur orl\\u00e9anais, parle surtout d'actu locale et sort 2\\/3 blagues de temps en temps...\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"3543511\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"name\":\"Miguel Teixeira\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 05 18:00:09 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":3543511,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.coteboulevard.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187476763058176,\"created_at\":\"Fri Feb 24 23:28:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188529793413122\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":190,\"screen_name\":\"SOYOUSEE\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":288,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/90573084\\/BKG_twitter_2.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1644298889\\/xQ4IxX7v_normal\",\"description\":\"Serial mateur, a gagn\\u00e9 le don d'ubi cui cui t\\u00e9 en se cr\\u00e9ant un compte Twitter. yOLD 3.2 version b\\u00eata\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"122384552\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/90573084\\/BKG_twitter_2.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1644298889\\/xQ4IxX7v_normal\",\"name\":\"SOYOUSEE\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 12 14:31:54 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":122384552,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188529793413122,\"created_at\":\"Fri Feb 24 23:32:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3177000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9ea4fb71-58a0-4893-a2ed-a77adb07b73e-173188529793413122" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#leproc sur #lgw c'était juste génial :p", +"img": { +"src": "http://a0.twimg.com/profile_images/1306605849/A_Fox_in_Space_by_SilentReaper_normal.jpg" +}, +"title": "Fofox: #leproc sur #lgw c'était juste génial :p", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3177000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#leproc sur #lgw c'\\u00e9tait juste g\\u00e9nial :p\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"leproc\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188528182804481\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":238,\"screen_name\":\"FofoxFRA\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3463,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/270499037\\/2011-06-15_07-37-25_90.42.92.158.jpg\",\"location\":\"Annecy\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0000cc\",\"followers_count\":190,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1306605849\\/A_Fox_in_Space_by_SilentReaper_normal.jpg\",\"description\":\"18 ans, lecteur assidu d'actualit\\u00e9, de SF et d'heroic-fantasy, Geek \\u00e0 plein temps, et j'exprime tout cela sur le seul et l'unique Otageek !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"115675045\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/270499037\\/2011-06-15_07-37-25_90.42.92.158.jpg\",\"profile_sidebar_fill_color\":\"999999\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1306605849\\/A_Fox_in_Space_by_SilentReaper_normal.jpg\",\"name\":\"Fofox\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 19 14:22:41 +0000 2010\",\"profile_sidebar_border_color\":\"bddcad\",\"id\":115675045,\"utc_offset\":3600,\"favourites_count\":27,\"url\":\"http:\\/\\/otageek.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188528182804481,\"created_at\":\"Fri Feb 24 23:32:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3177000, +"tags": [ +{ +"id-ref": "f041f49e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "68f49c47-97e9-45b8-9eb0-d868499e41bd-173188528182804481" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow Je comprends mieux pourquoi vous avez demandé 10000€ et autres cadeaux pour participer à #lgw :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1777511872/image_normal.jpg" +}, +"title": "Yohann: @palmashow Je comprends mieux pourquoi vous avez demandé 10000€ et autres cadeaux pour participer à #lgw :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3178000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"palmashow\",\"favorited\":false,\"text\":\"@palmashow Je comprends mieux pourquoi vous avez demand\\u00e9 10000\\u20ac et autres cadeaux pour participer \\u00e0 #lgw :)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[100,104]}]},\"in_reply_to_user_id\":23782965,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188530804240386\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"kanYe44\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":139,\"location\":\"Saint-Nazaire\",\"profile_text_color\":\"333333\",\"followers_count\":10,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1777511872\\/image_normal.jpg\",\"description\":\"Joke, Sports and XBOX360 ! Gamertag : kanYe 44\",\"statuses_count\":1069,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382771671\\/P1010082.JPG\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"172109911\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Yohann\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382771671\\/P1010082.JPG\",\"created_at\":\"Wed Jul 28 23:02:34 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":172109911,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.youtube.com\\/user\\/P5yk0t1K\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777511872\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188530804240386,\"created_at\":\"Fri Feb 24 23:32:18 +0000 2012\",\"in_reply_to_user_id_str\":\"23782965\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3178000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3f402181-0eda-4dda-9587-63f073a061cd-173188530804240386" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui #lgw le roi Loth ??", +"img": { +"src": "http://a0.twimg.com/profile_images/1849151891/1764739210_small_normal.jpg" +}, +"title": "Armand Verseau: #cQui #lgw le roi Loth ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3178000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cQui #lgw le roi Loth ??\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188533744435201\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"65B0DA\",\"screen_name\":\"armandverseau\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":28,\"location\":\"Bordeaux, Fr\",\"profile_text_color\":\"3D1957\",\"followers_count\":15,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849151891\\/1764739210_small_normal.jpg\",\"description\":\"Donneur de vie\",\"statuses_count\":14,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"642D8B\",\"protected\":false,\"id_str\":\"111817288\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Armand Verseau\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"created_at\":\"Sat Feb 06 06:41:16 +0000 2010\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"id\":111817288,\"follow_request_sent\":null,\"utc_offset\":-36000,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849151891\\/1764739210_small_normal.jpg\"},\"truncated\":false,\"id\":173188533744435201,\"created_at\":\"Fri Feb 24 23:32:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3178000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "978ed2cf-2e6a-4510-86d0-6017147d97ad-173188533744435201" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW en fait ce sont les \"drôles de vidéos\" de Direct 8 mais en direct, sur le service public et avec un ton faussement 1er de degré décalé", +"img": { +"src": "http://a0.twimg.com/profile_images/1703065016/twitterdec11_normal.jpg" +}, +"title": "Alvin Haddadène: #LGW en fait ce sont les \"drôles de vidéos\" de Direct 8 mais en direct, sur le service public et avec un ton faussement 1er de degré décalé", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3178000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW en fait ce sont les \\\"dr\\u00f4les de vid\\u00e9os\\\" de Direct 8 mais en direct, sur le service public et avec un ton faussement 1er de degr\\u00e9 d\\u00e9cal\\u00e9\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188531789901826\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":512,\"screen_name\":\"Alvin_Stick\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":7005,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"B40B43\",\"followers_count\":392,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"description\":\"21 ans. Gaymer. C\\u00e9libataire. Inspir\\u00e9 d'un fait r\\u00e9el. Chef de rubrique sur http:\\/\\/www.tomsgames.fr, pigiste au magazine Online Gamer, heureux co-papa de \\u21b4\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fa87f6\",\"id_str\":\"115834046\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"name\":\"Alvin Haddad\\u00e8ne\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 20 03:45:26 +0000 2010\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":115834046,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/www.latraverseedustick.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188531789901826,\"created_at\":\"Fri Feb 24 23:32:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3178000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a3534b49-161c-459a-8cb5-4c70cd67eb75-173188531789901826" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw quand est-ce qu'on baise ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1049556629/q688715665_7061_normal.jpg" +}, +"title": "Loiez: #lgw quand est-ce qu'on baise ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3179000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw quand est-ce qu'on baise ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188535438946305\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":256,\"screen_name\":\"Loiez\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":4591,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/10133209\\/fondtwitter.JPG\",\"location\":\"Clermont-Ferrand (France)\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"2FC2EF\",\"followers_count\":243,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1049556629\\/q688715665_7061_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"616943\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/10133209\\/fondtwitter.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1049556629\\/q688715665_7061_normal.jpg\",\"name\":\"Loiez\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 09 08:29:54 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":616943,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.loiezdeniel.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188535438946305,\"created_at\":\"Fri Feb 24 23:32:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3179000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2e13c051-1cbb-42cb-8934-4061b27b444b-173188535438946305" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Entendu :\"nous sommes une émission de divertissement\" qui n'a rien à envier aux pires du genre.wake up Rollin tu mérites bcp mieux !", +"img": { +"src": "http://a0.twimg.com/profile_images/1727925483/p20120101-191011_normal.jpg" +}, +"title": "croquenote: #lgw Entendu :\"nous sommes une émission de divertissement\" qui n'a rien à envier aux pires du genre.wake up Rollin tu mérites bcp mieux !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3179000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Entendu :\\\"nous sommes une \\u00e9mission de divertissement\\\" qui n'a rien \\u00e0 envier aux pires du genre.wake up Rollin tu m\\u00e9rites bcp mieux !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.5486035,49.1732459],[2.6341299,49.1732459],[2.6341299,49.2581404],[2.5486035,49.2581404]]]},\"attributes\":{},\"full_name\":\"Senlis, Oise\",\"name\":\"Senlis\",\"id\":\"865f136480323abc\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/865f136480323abc.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188537041174528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":27,\"screen_name\":\"croquenote80\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":234,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Picardie\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1727925483\\/p20120101-191011_normal.jpg\",\"description\":\"touitage: 140 signes c'est plus qu'il n'en faut pour bidouiller avec les 140 mots de vocabulaire dont je dispose !\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"435699457\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727925483\\/p20120101-191011_normal.jpg\",\"name\":\"croquenote\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 13 10:37:19 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":435699457,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/fatras-croquenote.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188537041174528,\"created_at\":\"Fri Feb 24 23:32:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3179000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eb689df7-56c6-46de-a8db-7b864412232d-173188537041174528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @fbrahimi: #ireste #ipart #cqui #changedeton faudrait indiquer la question sur le mur ou l'énoncer #OnComprendPasLinteretDeLaQuestion ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1575574991/image_normal.jpg" +}, +"title": "Emmanuel: RT @fbrahimi: #ireste #ipart #cqui #changedeton faudrait indiquer la question sur le mur ou l'énoncer #OnComprendPasLinteretDeLaQuestion ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3179000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @fbrahimi: #ireste #ipart #cqui #changedeton faudrait indiquer la question sur le mur ou l'\\u00e9noncer #OnComprendPasLinteretDeLaQuestion ...\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"fbrahimi\",\"indices\":[3,12],\"name\":\"Fadhila BRAHIMI\",\"id_str\":\"5836692\",\"id\":5836692}],\"hashtags\":[{\"text\":\"ireste\",\"indices\":[14,21]},{\"text\":\"ipart\",\"indices\":[22,28]},{\"text\":\"cqui\",\"indices\":[29,34]},{\"text\":\"changedeton\",\"indices\":[35,47]},{\"text\":\"OnComprendPasLinteretDeLaQuestion\",\"indices\":[102,136]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ireste #ipart #cqui #changedeton faudrait indiquer la question sur le mur ou l'\\u00e9noncer #OnComprendPasLinteretDeLaQuestion #lgw via #TVcheck\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ireste\",\"indices\":[0,7]},{\"text\":\"ipart\",\"indices\":[8,14]},{\"text\":\"cqui\",\"indices\":[15,20]},{\"text\":\"changedeton\",\"indices\":[21,33]},{\"text\":\"OnComprendPasLinteretDeLaQuestion\",\"indices\":[88,122]},{\"text\":\"lgw\",\"indices\":[123,127]},{\"text\":\"TVcheck\",\"indices\":[132,140]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/fr\\/app\\/tvcheck\\/id437347192?mt=8\\\" rel=\\\"nofollow\\\"\\u003ETVcheck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188208438423552\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"B28465\",\"screen_name\":\"fbrahimi\",\"lang\":\"fr\",\"favourites_count\":160,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3401,\"location\":\"Nomade. France - Maghreb \",\"profile_text_color\":\"A30034\",\"followers_count\":11936,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\",\"description\":\"Dir. FB&Associ\\u00e9s #StrategieDePresence | CoAuteure #Moi20 | Chroniqueuse @Widoobiz | Conf\\u00e9renci\\u00e8re #Tedx | Bureau @MediaAces | \\u2665 #music #politic #SocialTV #Pause\",\"statuses_count\":36947,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"show_all_inline_media\":true,\"listed_count\":1250,\"profile_link_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"F5EACF\",\"protected\":false,\"id_str\":\"5836692\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fadhila BRAHIMI\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"created_at\":\"Mon May 07 16:20:02 +0000 2007\",\"profile_sidebar_fill_color\":\"F5EACF\",\"id\":5836692,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.fadhilabrahimi.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\"},\"truncated\":false,\"id\":173188208438423552,\"created_at\":\"Fri Feb 24 23:31:01 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188536898568193\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"manureze\",\"lang\":\"fr\",\"favourites_count\":91,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":358,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":568,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1575574991\\/image_normal.jpg\",\"description\":\"Graphiste\\/creatif. #Graphisme #Design #Photo #D\\u00e9co, jeux de mots sont mes maitres mots. Il ne suffit pas d'avoir une bonne id\\u00e9e, mais d'avoir une id\\u00e9e juste\",\"statuses_count\":13576,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/76265379\\/arriere-plan.gif\",\"show_all_inline_media\":false,\"listed_count\":59,\"profile_link_color\":\"298209\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"114597065\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Emmanuel\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/76265379\\/arriere-plan.gif\",\"created_at\":\"Tue Feb 16 00:22:41 +0000 2010\",\"profile_sidebar_fill_color\":\"d5ff1c\",\"id\":114597065,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.emmanuelreze.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1575574991\\/image_normal.jpg\"},\"truncated\":true,\"id\":173188536898568193,\"created_at\":\"Fri Feb 24 23:32:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3179000, +"tags": [ +{ +"id-ref": "ef16598e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef49f848-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efbbbfaa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f04c1c1c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6c803ad3-a97e-43c9-afde-8d986d853159-173188536898568193" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non mais @rorolafrite ! Ils connaissent \"RIEN\" à la culture d'internet ! http://t.co/qHlCTyg2 #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1801434555/coolcat_normal.png" +}, +"title": "Chris: Non mais @rorolafrite ! Ils connaissent \"RIEN\" à la culture d'internet ! http://t.co/qHlCTyg2 #LGW", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3180000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Non mais @rorolafrite ! Ils connaissent \\\"RIEN\\\" \\u00e0 la culture d'internet ! http:\\/\\/t.co\\/qHlCTyg2 #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"rorolafrite\",\"indices\":[9,21],\"id_str\":\"7118592\",\"name\":\"rorolafrite\",\"id\":7118592}],\"urls\":[{\"indices\":[74,94],\"expanded_url\":\"http:\\/\\/bit.ly\\/xpyp6X\",\"display_url\":\"bit.ly\\/xpyp6X\",\"url\":\"http:\\/\\/t.co\\/qHlCTyg2\"}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[96,100]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188539201232897\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":198,\"screen_name\":\"tr13ze\",\"lang\":\"en\",\"profile_text_color\":\"d1d1d1\",\"statuses_count\":35820,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/346151969\\/dark_stripes.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":109,\"profile_link_color\":\"575757\",\"followers_count\":1606,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801434555\\/coolcat_normal.png\",\"description\":\"Dev Flash \\/ html5\\r\\n(free for job)\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"126569577\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/346151969\\/dark_stripes.png\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801434555\\/coolcat_normal.png\",\"name\":\"Chris\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 26 08:30:20 +0000 2010\",\"profile_sidebar_border_color\":\"000000\",\"id\":126569577,\"utc_offset\":3600,\"favourites_count\":252,\"url\":\"http:\\/\\/tr13ze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188539201232897,\"created_at\":\"Fri Feb 24 23:32:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3180000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c045c37f-70f2-44f6-aba7-9d2a4af8731b-173188539201232897" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vive #lgw, la plus belle émission du #paf avec les gens du web qui déchirent le plus! Le 4chan de la TV mais sans cul ^^ <3 #grrroumpfahahah", +"img": { +"src": "http://a2.twimg.com/profile_images/1213768090/Av_blackwolf_fr_400px_ok_normal.jpeg" +}, +"title": "Mathias Dufour: Vive #lgw, la plus belle émission du #paf avec les gens du web qui déchirent le plus! Le 4chan de la TV mais sans cul ^^ <3 #grrroumpfahahah", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3180000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vive #lgw, la plus belle \\u00e9mission du #paf avec les gens du web qui d\\u00e9chirent le plus! Le 4chan de la TV mais sans cul ^^ <3 #grrroumpfahahah\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]},{\"text\":\"paf\",\"indices\":[37,41]},{\"text\":\"grrroumpfahahah\",\"indices\":[127,143]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188538962161664\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":706,\"screen_name\":\"blackwolf_fr\",\"lang\":\"fr\",\"profile_text_color\":\"570000\",\"statuses_count\":23926,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/153662295\\/tweetoo.jpg\",\"location\":\"S\\u00e2one et Loire\",\"show_all_inline_media\":false,\"listed_count\":84,\"profile_link_color\":\"a80a12\",\"followers_count\":884,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1213768090\\/Av_blackwolf_fr_400px_ok_normal.jpeg\",\"description\":\"Un geek r\\u00e2leur \\u00e0 roulette, metaleux, un brin misanthrope, et infr\\u00e9quentable les soirs de pleine lune... Mascotte de @FlorencePorcel, et ouais! ^^\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"66174712\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/153662295\\/tweetoo.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1213768090\\/Av_blackwolf_fr_400px_ok_normal.jpeg\",\"name\":\"Mathias Dufour\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 16 19:27:19 +0000 2009\",\"profile_sidebar_border_color\":\"963a3a\",\"id\":66174712,\"utc_offset\":3600,\"favourites_count\":115,\"url\":\"http:\\/\\/www.black-wolf.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188538962161664,\"created_at\":\"Fri Feb 24 23:32:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3180000, +"tags": [ +{ +"id-ref": "f0586ada-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f05870d4-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "077f0c23-c45a-40a7-b39d-58b7f671ed10-173188538962161664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je crois que #VoisinsVoisines était mieux que #lgw !", +"img": { +"src": "http://a0.twimg.com/profile_images/1606679449/image_normal.jpg" +}, +"title": "Arthur Delacorta: Je crois que #VoisinsVoisines était mieux que #lgw !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3180000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je crois que #VoisinsVoisines \\u00e9tait mieux que #lgw !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"VoisinsVoisines\",\"indices\":[13,29]},{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188540933472256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1663,\"screen_name\":\"ArthurDelacorta\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":9837,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":33,\"profile_link_color\":\"FF0000\",\"followers_count\":508,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1606679449\\/image_normal.jpg\",\"description\":\"L\\u2019utopie est \\u00e0 la politique, ce qu\\u2019est le fantasme \\u00e0 la sexualit\\u00e9. Le d\\u00e9sir guid\\u00e9 par nos utopies et nos fantasmes doit faire progresser notre vie.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"21702648\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1606679449\\/image_normal.jpg\",\"name\":\"Arthur Delacorta\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 23 22:36:57 +0000 2009\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":21702648,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/delacorta.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188540933472256,\"created_at\":\"Fri Feb 24 23:32:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3180000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0588fe2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e06f5e78-40cf-48ca-a083-9558349e756a-173188540933472256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pendant ce temps, des ours en peluche envahissent #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1152105286/power_normal.png" +}, +"title": "sgar: Pendant ce temps, des ours en peluche envahissent #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3183000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"text\":\"Pendant ce temps, des ours en peluche envahissent #lgw\",\"created_at\":\"Fri Feb 24 23:32:23 +0000 2012\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"truncated\":false,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"coordinates\":null,\"retweeted\":false,\"in_reply_to_user_id_str\":null,\"id_str\":\"173188552098725888\",\"geo\":null,\"in_reply_to_screen_name\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"created_at\":\"Tue Sep 21 17:31:31 +0000 2010\",\"lang\":\"fr\",\"statuses_count\":81,\"profile_use_background_image\":true,\"url\":null,\"listed_count\":1,\"notifications\":null,\"profile_text_color\":\"333333\",\"screen_name\":\"notsgar\",\"is_translator\":false,\"show_all_inline_media\":false,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"description\":\"\",\"default_profile\":true,\"following\":null,\"profile_link_color\":\"0084B4\",\"location\":\"\",\"time_zone\":\"Paris\",\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"193376947\",\"profile_background_tile\":false,\"followers_count\":13,\"protected\":false,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1152105286\\/power_normal.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1152105286\\/power_normal.png\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"DDEEF6\",\"name\":\"sgar\",\"favourites_count\":0,\"id\":193376947,\"utc_offset\":3600,\"friends_count\":133,\"profile_sidebar_border_color\":\"C0DEED\"},\"id\":173188552098725888,\"contributors\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3183000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "db6fc314-c80a-4361-a3bc-5252dac1337d-173188552098725888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Cqui qui a toujours quelque chose a dire dans #LGW ??", +"img": { +"src": "http://a1.twimg.com/profile_images/1189468378/coco2_normal.jpg" +}, +"title": "CoCo: #Cqui qui a toujours quelque chose a dire dans #LGW ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3183000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Cqui qui a toujours quelque chose a dire dans #LGW ??\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[0,5]},{\"text\":\"LGW\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188554644660226\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":15,\"screen_name\":\"coco_bzh\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":40,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1189468378\\/coco2_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"121152738\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1189468378\\/coco2_normal.jpg\",\"name\":\"CoCo\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 08 15:53:34 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":121152738,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188554644660226,\"created_at\":\"Fri Feb 24 23:32:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3183000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bb8e2dac-b230-4ab9-9e01-2c926e1f9236-173188554644660226" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Merde mais ceux qui demandent #cQui n'ont jamais vu kaamelott de @sgtpembry ! #ilReste #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1348620857/aa_normal.JPG" +}, +"title": "A Warnia de Zarzecki: Merde mais ceux qui demandent #cQui n'ont jamais vu kaamelott de @sgtpembry ! #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3183000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Merde mais ceux qui demandent #cQui n'ont jamais vu kaamelott de @sgtpembry ! #ilReste #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"sgtpembry\",\"indices\":[65,75],\"id_str\":\"239085423\",\"name\":\"Alexandre Astier\",\"id\":239085423}],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[30,35]},{\"text\":\"ilReste\",\"indices\":[78,86]},{\"text\":\"lgw\",\"indices\":[87,91]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188553407344640\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"alexwaza\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":516,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"location\":\"St Mand\\u00e9\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"007ede\",\"followers_count\":320,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"description\":\"\\u00c9tudiant en troisi\\u00e8me ann\\u00e9e \\u00e0 @HETIC.\\r\\nJ'erre sur Twitter sans domaine de pr\\u00e9dilection, vous voil\\u00e0 avertis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"201387157\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426297290\\/flower_wall.jpg\",\"profile_sidebar_fill_color\":\"d9d9d9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1348620857\\/aa_normal.JPG\",\"name\":\"A Warnia de Zarzecki\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 11 18:53:07 +0000 2010\",\"profile_sidebar_border_color\":\"c7cce0\",\"id\":201387157,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188553407344640,\"created_at\":\"Fri Feb 24 23:32:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3183000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b349d029-b11c-4283-b4a9-f14f3cd233f4-173188553407344640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @florenceporcel on se détent… et on boit frais!", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: #lgw @florenceporcel on se détent… et on boit frais!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3184000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @florenceporcel on se d\\u00e9tent\\u2026 et on boit frais!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[5,20],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188559434547201\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1161,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"name\":\"Cammarata Thierry\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":334554629,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188559434547201,\"created_at\":\"Fri Feb 24 23:32:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3184000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2818f731-9d61-47dc-a292-8360d855ae9b-173188559434547201" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton", +"img": { +"src": "http://a2.twimg.com/profile_images/1631053557/image_normal.jpg" +}, +"title": "Tof Tof v: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3186000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #change2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.8031572,48.8771102],[2.8413774,48.8771102],[2.8413774,48.8960023],[2.8031572,48.8960023]]]},\"place_type\":\"city\",\"attributes\":{},\"full_name\":\"Montry, Seine-et-Marne\",\"name\":\"Montry\",\"id\":\"1df795e6cac853d8\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/1df795e6cac853d8.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.82825823,48.88673542]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188567525376000\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.88673542,2.82825823]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":9,\"screen_name\":\"TofTofv\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":22,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"DisneyLand\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1631053557\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"390021196\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1631053557\\/image_normal.jpg\",\"name\":\"Tof Tof v\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 13 10:29:51 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":390021196,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188567525376000,\"created_at\":\"Fri Feb 24 23:32:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3186000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e06338f9-f978-4f2c-bdd1-eb62cb22fc15-173188567525376000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"@LeGrandWebze: C'est la séquence du proctologue ! #lgw\" ça m'a fait du bien !!", +"img": { +"src": "http://a0.twimg.com/profile_images/1817776486/SmokeQR_copie_normal.jpg" +}, +"title": "RuaLten: \"@LeGrandWebze: C'est la séquence du proctologue ! #lgw\" ça m'a fait du bien !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3188000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\"@LeGrandWebze: C'est la s\\u00e9quence du proctologue ! #lgw\\\" \\u00e7a m'a fait du bien !!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[1,14],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188573036679168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":501,\"screen_name\":\"RuaLten\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":1431,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"location\":\"Dans les champs de Bl\\u00e9...\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"828561\",\"followers_count\":186,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"description\":\"Un peu partout et nulle part \\u00e0 la fois... Buveur de bi\\u00e8re belge et d'Irish Whiskey. R\\u00e2leur professionnel... \\u2620\\u2620\\u2620\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"359827989\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"profile_sidebar_fill_color\":\"62a635\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"name\":\"RuaLten\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 22 07:12:46 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":359827989,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/rualten.perso.sfr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188573036679168,\"created_at\":\"Fri Feb 24 23:32:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3188000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a4cfa217-dac8-4d68-b7ea-7fc44fb35d54-173188573036679168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @StevenLeRoux: #lgw #change2ton", +"img": { +"src": "http://a3.twimg.com/profile_images/120005748/twitter-nykau_normal.jpg" +}, +"title": "Nicolas C.: RT @StevenLeRoux: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3188000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @StevenLeRoux: #lgw #change2ton\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"StevenLeRoux\",\"indices\":[3,16],\"id_str\":\"14985358\",\"name\":\"StevenLeRoux\",\"id\":14985358}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]},{\"text\":\"change2ton\",\"indices\":[23,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188573565161473\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":750,\"screen_name\":\"Nykau\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1705,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/381654323\\/130.Jpg\",\"location\":\"Rennes, Bretagne, France, UE, \",\"show_all_inline_media\":false,\"listed_count\":61,\"profile_link_color\":\"4d7787\",\"followers_count\":620,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/120005748\\/twitter-nykau_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"14796453\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381654323\\/130.Jpg\",\"profile_sidebar_fill_color\":\"edf3f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/120005748\\/twitter-nykau_normal.jpg\",\"name\":\"Nicolas C.\",\"default_profile_image\":false,\"created_at\":\"Fri May 16 08:04:42 +0000 2008\",\"profile_sidebar_border_color\":\"e6e6e6\",\"id\":14796453,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188573565161473,\"created_at\":\"Fri Feb 24 23:32:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3188000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8b11a413-4c19-4d89-91bd-945c9eef0b8b-173188573565161473" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "MAIS #OLD #OLD, ARRÊTEZ TOUT. #OLD #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1830077317/T_as_raison_peut-_tre_qu_en_agrandissant_t_aurais_vu_mes_seins_surtout_sachant_que_je_suis_de_dos_normal.jpg" +}, +"title": "Curiosity ☠ the cat.: MAIS #OLD #OLD, ARRÊTEZ TOUT. #OLD #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3188000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"MAIS #OLD #OLD, ARR\\u00caTEZ TOUT. #OLD #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"OLD\",\"indices\":[5,9]},{\"text\":\"OLD\",\"indices\":[10,14]},{\"text\":\"OLD\",\"indices\":[30,34]},{\"text\":\"LGW\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188575674896384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"HeLLuby\",\"lang\":\"fr\",\"profile_text_color\":\"ffe3ec\",\"statuses_count\":15114,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433311126\\/tumblr_lgj40nCcF31qd0ozlo1_500.jpg\",\"location\":\"Paris, FR.\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"b6f5cf\",\"followers_count\":459,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1830077317\\/T_as_raison_peut-_tre_qu_en_agrandissant_t_aurais_vu_mes_seins_surtout_sachant_que_je_suis_de_dos_normal.jpg\",\"description\":\"J'aime bien faire des bruits bizarres avec ma bouche. Enfant cach\\u00e9e du Socially Awkward Penguin et de l'Anxiety Cat. #Keur les roux. #HOULOULOU\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"27427320\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433311126\\/tumblr_lgj40nCcF31qd0ozlo1_500.jpg\",\"profile_sidebar_fill_color\":\"fffbed\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830077317\\/T_as_raison_peut-_tre_qu_en_agrandissant_t_aurais_vu_mes_seins_surtout_sachant_que_je_suis_de_dos_normal.jpg\",\"name\":\"Curiosity \\u2620 the cat.\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 29 13:59:33 +0000 2009\",\"profile_sidebar_border_color\":\"caeef7\",\"id\":27427320,\"utc_offset\":-10800,\"favourites_count\":508,\"url\":\"http:\\/\\/flavors.me\\/helluby\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188575674896384,\"created_at\":\"Fri Feb 24 23:32:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3188000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efc7e104-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0db1ca94-9c99-423a-874c-a0d551b5f2bf-173188575674896384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non mais faut faire quelque chose là, #lgw c'est de plus en plus WTF !!. #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1849067972/4413560C-7785-472A-B26C-A5EB7BB6F962_normal" +}, +"title": "Yhnn: Non mais faut faire quelque chose là, #lgw c'est de plus en plus WTF !!. #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3189000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Non mais faut faire quelque chose l\\u00e0, #lgw c'est de plus en plus WTF !!. #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]},{\"text\":\"ilreste\",\"indices\":[73,81]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188579055509504\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"kzz_\",\"lang\":\"fr\",\"favourites_count\":52,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":237,\"location\":\"Paris, France\",\"profile_text_color\":\"000000\",\"followers_count\":604,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"description\":\"doing nothing takes work. \\/\\/\\/ Directeur du p\\u00f4le des pixels de l'espace at @GAMEONE\",\"statuses_count\":8386,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"show_all_inline_media\":true,\"listed_count\":27,\"profile_link_color\":\"00aaff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"15801903\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Yhnn\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"created_at\":\"Sun Aug 10 22:12:55 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":15801903,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/blog.gameone.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\"},\"truncated\":false,\"id\":173188579055509504,\"created_at\":\"Fri Feb 24 23:32:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3189000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "03f3dd46-f63c-41cc-a981-cf1152bd3fa1-173188579055509504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est vrai que c'est bizarre le Grand Webzé... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1300651233/13358_215322363209_623758209_4088672_3815066_n_normal.jpg" +}, +"title": "Quentin Delahaye: C'est vrai que c'est bizarre le Grand Webzé... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3189000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est vrai que c'est bizarre le Grand Webz\\u00e9... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188579340713984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":474,\"screen_name\":\"QDelahaye\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":254,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris,Texas.\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":119,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1300651233\\/13358_215322363209_623758209_4088672_3815066_n_normal.jpg\",\"description\":\"J'aime Hunter S. Thompson, mais j'aime aussi les Tortues Ninja. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"277416122\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1300651233\\/13358_215322363209_623758209_4088672_3815066_n_normal.jpg\",\"name\":\"Quentin Delahaye\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 05 09:55:55 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":277416122,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188579340713984,\"created_at\":\"Fri Feb 24 23:32:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3189000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2c9d90f3-b3b1-4363-9bfd-829e719b9e10-173188579340713984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Le nounours se fait sodomiser par une voiture, c'est pire que le lampadaire!", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw Le nounours se fait sodomiser par une voiture, c'est pire que le lampadaire!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3189000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Le nounours se fait sodomiser par une voiture, c'est pire que le lampadaire!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188577423933442\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188577423933442,\"created_at\":\"Fri Feb 24 23:32:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3189000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "19bb9a88-673e-44b1-957e-65f7c5a1de1c-173188577423933442" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart c juste pour voir mon avatar sur l ecran", +"img": { +"src": "http://a0.twimg.com/profile_images/1475720985/26666_normal.jpg" +}, +"title": "François LEGER: #lgw #ilpart c juste pour voir mon avatar sur l ecran", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3190000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilpart c juste pour voir mon avatar sur l ecran\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188583274983424\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"leger_web\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":124,\"location\":\"Rochechouart\",\"profile_text_color\":\"3E4415\",\"followers_count\":171,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1475720985\\/26666_normal.jpg\",\"description\":\"Animateur\\/Technicien en informatique et Webmaster d'un site de collectivit\\u00e9.\\r\\nGeek mais pas trop :))\",\"statuses_count\":1617,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/290931773\\/cold-one-dl.jpg\",\"show_all_inline_media\":false,\"listed_count\":28,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"25482844\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Fran\\u00e7ois LEGER\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/290931773\\/cold-one-dl.jpg\",\"created_at\":\"Fri Mar 20 09:37:06 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":25482844,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.legerweb.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1475720985\\/26666_normal.jpg\"},\"truncated\":false,\"id\":173188583274983424,\"created_at\":\"Fri Feb 24 23:32:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3190000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8f1bb558-4b87-4f7f-9c37-f560c7f0a32e-173188583274983424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cyriak est un génie #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1766000100/Avatar-Cabaroc_normal.gif" +}, +"title": "Jp cabaroc: Cyriak est un génie #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3190000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Cyriak est un g\\u00e9nie #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188582318686208\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"dddcda\",\"screen_name\":\"Cabaroc\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":977,\"location\":\"Saint-\\u00c9tienne - France\",\"profile_text_color\":\"333333\",\"followers_count\":1679,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1766000100\\/Avatar-Cabaroc_normal.gif\",\"description\":\"Hi, i'm a freelance graphic designer and art director. I also teach webdesign at Ecole Bellecour (Lyon) #Identity #Design #Print #Webdesign\",\"statuses_count\":6910,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/404422929\\/fond_twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":173,\"profile_link_color\":\"416763\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"104964807\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Jp cabaroc\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404422929\\/fond_twitter.jpg\",\"created_at\":\"Thu Jan 14 23:13:01 +0000 2010\",\"profile_sidebar_fill_color\":\"f6f6f6\",\"id\":104964807,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.cabaroc.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1766000100\\/Avatar-Cabaroc_normal.gif\"},\"truncated\":false,\"id\":173188582318686208,\"created_at\":\"Fri Feb 24 23:32:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3190000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8ed7dcec-92f7-4ae5-a912-42c5eaa71741-173188582318686208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rasssurez-moi #LGW c'est de l'improvisation?", +"img": { +"src": "http://a1.twimg.com/profile_images/1705307372/hobbit-poster_normal.jpg" +}, +"title": "Florenzo84: Rasssurez-moi #LGW c'est de l'improvisation?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3190000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rasssurez-moi #LGW c'est de l'improvisation?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188582721323008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":567,\"screen_name\":\"florenzo84\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":18894,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":534,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"description\":\"Twitter c'est le seul endroit ou tu deviens tout excit\\u00e9 lorsqu'un inconnu se met \\u00e0 te suivre. Series & Cin\\u00e9 Addict.#LiveTweet #Roucasserie #CartelParisien\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"122429634\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"name\":\"Florenzo84\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 12 17:40:12 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":122429634,\"utc_offset\":null,\"favourites_count\":626,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188582721323008,\"created_at\":\"Fri Feb 24 23:32:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3190000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0121e937-1d23-4f0c-b67b-7000087f12e9-173188582721323008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@BenjaminPoulin c'est quoi #LGW ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1697364407/P3281390_normal.JPG" +}, +"title": "Jordan B-D.: @BenjaminPoulin c'est quoi #LGW ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3190000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@BenjaminPoulin c'est quoi #LGW ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BenjaminPoulin\",\"indices\":[0,15],\"id_str\":\"34437695\",\"name\":\"Benjamin Poulin\",\"id\":34437695}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173187319875121152\",\"id_str\":\"173188583300136960\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173187319875121152,\"in_reply_to_user_id_str\":\"34437695\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":166,\"screen_name\":\"misteryJo\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":7753,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/267255486\\/P7201271.JPG\",\"location\":\"Versailles\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"D02B55\",\"followers_count\":201,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1697364407\\/P3281390_normal.JPG\",\"description\":\"J'ai un corps banal, je n'ai pas de talent particulier, je ne suis pas dr\\u00f4le, je ne suis pas riche, je ne suis pas beau. Mais je suis gentil.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"71398384\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/267255486\\/P7201271.JPG\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1697364407\\/P3281390_normal.JPG\",\"name\":\"Jordan B-D.\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 03 23:56:54 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":71398384,\"utc_offset\":3600,\"favourites_count\":57,\"url\":null},\"in_reply_to_screen_name\":\"BenjaminPoulin\",\"truncated\":false,\"id\":173188583300136960,\"created_at\":\"Fri Feb 24 23:32:30 +0000 2012\",\"in_reply_to_user_id\":34437695}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3190000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6b903b8b-85bb-4081-8f23-bf890ca595bc-173188583300136960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @bubbleT2012: bubble T en direct sur #lgw @france5tv voter pour le depart de rollin #ilpart #ilreste #cqui #change2ton", +"img": { +"src": "http://a2.twimg.com/profile_images/1646789005/moi-id-tof-effects-600x600-gplus_normal.jpg" +}, +"title": "Romain Vuillemot: RT @bubbleT2012: bubble T en direct sur #lgw @france5tv voter pour le depart de rollin #ilpart #ilreste #cqui #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3190000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @bubbleT2012: bubble T en direct sur #lgw @france5tv voter pour le depart de rollin #ilpart #ilreste #cqui #change2ton\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"bubbleT2012\",\"indices\":[3,15],\"id_str\":\"430738774\",\"name\":\"bubble.t\",\"id\":430738774},{\"screen_name\":\"France5tv\",\"indices\":[45,55],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"ilpart\",\"indices\":[87,94]},{\"text\":\"ilreste\",\"indices\":[95,103]},{\"text\":\"cqui\",\"indices\":[104,109]},{\"text\":\"change2ton\",\"indices\":[110,121]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"bubble T en direct sur #lgw @france5tv voter pour le depart de rollin #ilpart #ilreste #cqui #change2ton\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[28,38],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]},{\"text\":\"ilpart\",\"indices\":[70,77]},{\"text\":\"ilreste\",\"indices\":[78,86]},{\"text\":\"cqui\",\"indices\":[87,92]},{\"text\":\"change2ton\",\"indices\":[93,104]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187292486307842\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":54,\"screen_name\":\"bubbleT2012\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1679403634\\/bgd-readme2_normal.png\",\"description\":\"Bubble T est une application de visualisation cr\\u00e9\\u00e9e par @raphV @cybunk @romsson @ymh_work A voir ici : http:\\/\\/dev.fabelier.org\\/bubble-t\\/ made in @inria @IRIlive\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"430738774\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1679403634\\/bgd-readme2_normal.png\",\"name\":\"bubble.t\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 07 14:25:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":430738774,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/dev.fabelier.org\\/bubble-t\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187292486307842,\"created_at\":\"Fri Feb 24 23:27:22 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188581651775488\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":314,\"screen_name\":\"romsson\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":685,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0099CC\",\"followers_count\":195,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1646789005\\/moi-id-tof-effects-600x600-gplus_normal.jpg\",\"description\":\"Interests in Information Visualization, Human\\/Computer Interaction, Design, etc. #infoviz #dataviz #hci\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"14898705\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1646789005\\/moi-id-tof-effects-600x600-gplus_normal.jpg\",\"name\":\"Romain Vuillemot\",\"default_profile_image\":false,\"created_at\":\"Sun May 25 13:35:06 +0000 2008\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":14898705,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/romain.vuillemot.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188581651775488,\"created_at\":\"Fri Feb 24 23:32:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3190000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8e7936a6-69a6-407d-be91-038edbe295ad-173188581651775488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @pointPandraud: Quand t'arrives à piger ce qui se dit sur #lgw, tu te dis que t'as peut-être un problème.", +"img": { +"src": "http://a2.twimg.com/profile_images/1709738399/image_normal.jpg" +}, +"title": "laetitia: RT @pointPandraud: Quand t'arrives à piger ce qui se dit sur #lgw, tu te dis que t'as peut-être un problème.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3190000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @pointPandraud: Quand t'arrives \\u00e0 piger ce qui se dit sur #lgw, tu te dis que t'as peut-\\u00eatre un probl\\u00e8me.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"pointPandraud\",\"indices\":[3,17],\"name\":\"Caroline Pandraud\",\"id_str\":\"16096262\",\"id\":16096262}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Quand t'arrives \\u00e0 piger ce qui se dit sur #lgw, tu te dis que t'as peut-\\u00eatre un probl\\u00e8me.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188375153606656\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"382334\",\"screen_name\":\"pointPandraud\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":284,\"location\":\"Paris\",\"profile_text_color\":\"F6FC9D\",\"followers_count\":182,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"description\":\"Project Analyst @faberNovel www.fabernovel.com \\/\\/\\r\\n@essec Business School Alumni \\/\\/ Paris\\r\\n\\r\\n\",\"statuses_count\":424,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"FF1269\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"4F4C4E\",\"protected\":false,\"id_str\":\"16096262\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Caroline Pandraud\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"created_at\":\"Tue Sep 02 13:18:16 +0000 2008\",\"profile_sidebar_fill_color\":\"7A374C\",\"id\":16096262,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\"},\"truncated\":false,\"id\":173188375153606656,\"created_at\":\"Fri Feb 24 23:31:40 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188583417577472\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"minhoifr\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":54,\"location\":\"france\",\"profile_text_color\":\"634047\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1709738399\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":653,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/205510694\\/P1090590.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"144470385\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"laetitia\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/205510694\\/P1090590.jpg\",\"created_at\":\"Sun May 16 11:31:51 +0000 2010\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":144470385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/minhoi.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709738399\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188583417577472,\"created_at\":\"Fri Feb 24 23:32:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3190000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "60a6a895-53a6-459c-a4f4-2390a0a99853-173188583417577472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Des nounours! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Des nounours! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3191000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Des nounours! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188586139693057\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4894,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188586139693057,\"created_at\":\"Fri Feb 24 23:32:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3191000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d9b9d245-10fa-4d46-8398-87d2e0369d31-173188586139693057" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton", +"img": { +"src": "http://a2.twimg.com/profile_images/1780940750/twitter_normal.png" +}, +"title": "Almeida Filipe: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3192000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #change2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188591353204736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":52,\"screen_name\":\"letoss04\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":18,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780940750\\/twitter_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"472438130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780940750\\/twitter_normal.png\",\"name\":\"Almeida Filipe\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 23 23:18:21 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":472438130,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188591353204736,\"created_at\":\"Fri Feb 24 23:32:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3192000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "734ffbc8-3155-4dc3-92aa-7dee08696e78-173188591353204736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "CYRIAK PLEASE MARRY ME #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1846735986/image_normal.jpg" +}, +"title": "Margaux M.: CYRIAK PLEASE MARRY ME #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3192000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"CYRIAK PLEASE MARRY ME #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188590111694848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":90,\"screen_name\":\"margauxmet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":80,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":18,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846735986\\/image_normal.jpg\",\"description\":\"C'\\u00e9tait moi le bout de bois qui sauve Rose dans Titanic.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"452997531\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846735986\\/image_normal.jpg\",\"name\":\"Margaux M.\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 02 13:29:50 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":452997531,\"utc_offset\":null,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188590111694848,\"created_at\":\"Fri Feb 24 23:32:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3192000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1db05e68-d954-4ca0-a49d-ee9e87b3e6a4-173188590111694848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Des nounours qui frappent des pigeons sur des voitures avec des lampadaires. Your argument is invalid. #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1698932500/KomanakiAvatarHD_normal.png" +}, +"title": "Michaël HUBERT: Des nounours qui frappent des pigeons sur des voitures avec des lampadaires. Your argument is invalid. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3192000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Des nounours qui frappent des pigeons sur des voitures avec des lampadaires. Your argument is invalid. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[103,107]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.metrotwit.com\\/\\\" rel=\\\"nofollow\\\"\\u003EMetroTwit\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188591328047104\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":238,\"screen_name\":\"komanaki\",\"lang\":\"fr\",\"profile_text_color\":\"828282\",\"statuses_count\":20953,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/391942777\\/TwitterKomanakiNew.png\",\"location\":\"France, Val d'Oise\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"1b76ff\",\"followers_count\":345,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1698932500\\/KomanakiAvatarHD_normal.png\",\"description\":\"Lyc\\u00e9en geek en Terminale STG \\/ Jeune d\\u00e9veloppeur et designer sur web ou mobile \\/ J'aime #Android #webOS #WP7 ! \\/ Bient\\u00f4t apprenti en BTS SIO :D\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0050c7\",\"id_str\":\"54654582\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391942777\\/TwitterKomanakiNew.png\",\"profile_sidebar_fill_color\":\"0050c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1698932500\\/KomanakiAvatarHD_normal.png\",\"name\":\"Micha\\u00ebl HUBERT\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 07 19:51:48 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":54654582,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.michaelhubert.me\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188591328047104,\"created_at\":\"Fri Feb 24 23:32:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3192000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6b5316f4-d631-44e8-b723-9d512b78ff82-173188591328047104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oula ils craquent ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: Oula ils craquent ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3193000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oula ils craquent ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188596323450881\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39027,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188596323450881,\"created_at\":\"Fri Feb 24 23:32:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3193000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8aeae1fc-7831-4f85-9c43-cbeb16004d1b-173188596323450881" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "c'est consternant. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/506050933/chi-bricklovinfreak_normal.gif" +}, +"title": "micha: c'est consternant. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3193000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"c'est consternant. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188593504882688\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"michaonthemoon\",\"lang\":\"fr\",\"favourites_count\":1272,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":453,\"location\":\"on the moon\",\"profile_text_color\":\"333333\",\"followers_count\":2541,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/506050933\\/chi-bricklovinfreak_normal.gif\",\"description\":\"i am... micha fierce.\\r\\ni am the girl behind @MJJNews.\\r\\nwarning: i rant a lot, and mostly in french.\",\"statuses_count\":57751,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/94283053\\/f59c07.png\",\"show_all_inline_media\":true,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"14463139\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"micha\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/94283053\\/f59c07.png\",\"created_at\":\"Mon Apr 21 15:38:28 +0000 2008\",\"profile_sidebar_fill_color\":\"\",\"id\":14463139,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/mjdreams.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/506050933\\/chi-bricklovinfreak_normal.gif\"},\"truncated\":false,\"id\":173188593504882688,\"created_at\":\"Fri Feb 24 23:32:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3193000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae6a72c7-a3eb-4bbe-ad6d-72e20dcb756a-173188593504882688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un des présentateurs ressemble à Éric Besson ahah #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1839229871/icon_normal.jpg" +}, +"title": "Samy: Un des présentateurs ressemble à Éric Besson ahah #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3193000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Un des pr\\u00e9sentateurs ressemble \\u00e0 \\u00c9ric Besson ahah #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188594704465920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":26,\"screen_name\":\"samyycbi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":297,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432699684\\/wp.jpg\",\"location\":\"Sassari, Sardegna\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"850303\",\"followers_count\":44,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839229871\\/icon_normal.jpg\",\"description\":\"J'ai d\\u00e9j\\u00e0 fais un r\\u00eave lucide, une fois.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"96315703\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432699684\\/wp.jpg\",\"profile_sidebar_fill_color\":\"d6e3e3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839229871\\/icon_normal.jpg\",\"name\":\"Samy\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 12 10:06:41 +0000 2009\",\"profile_sidebar_border_color\":\"595b5e\",\"id\":96315703,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/about.me\\/samy\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188594704465920,\"created_at\":\"Fri Feb 24 23:32:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3193000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "95faa4f5-906a-4a7e-9880-1d7b88933eb7-173188594704465920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1818096044/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg" +}, +"title": "Δ+Δ: #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3194000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cQui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188600639389696\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"AbsolutePi\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":71,\"location\":\"France\",\"profile_text_color\":\"000000\",\"followers_count\":142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"statuses_count\":12874,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"334108023\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"\\u0394+\\u0394\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":334108023,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/footballanatomy.wordpress.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\"},\"truncated\":false,\"id\":173188600639389696,\"created_at\":\"Fri Feb 24 23:32:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3194000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "205bf036-c2d9-4e97-a6d4-e2b4d035e0a0-173188600639389696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "New Fail: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D http://t.co/8n99P0GX", +"img": { +"src": "http://a2.twimg.com/profile_images/639725006/icon1_normal.gif" +}, +"title": "WiFi #FAIL: New Fail: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D http://t.co/8n99P0GX", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3194000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"New Fail: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D http:\\/\\/t.co\\/8n99P0GX\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[13,24],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[{\"indices\":[75,95],\"expanded_url\":\"http:\\/\\/bit.ly\\/yP2GGA\",\"display_url\":\"bit.ly\\/yP2GGA\",\"url\":\"http:\\/\\/t.co\\/8n99P0GX\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]},{\"text\":\"fail\",\"indices\":[66,71]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.wififail.com\\\" rel=\\\"nofollow\\\"\\u003EWifiFail\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188599922163713\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1005,\"screen_name\":\"WiFiFAIL\",\"lang\":\"en\",\"profile_text_color\":\"ffffff\",\"statuses_count\":18642,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/67760442\\/wifi_background_Twitter.gif\",\"location\":\"anywhere the wi-fi fails!\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"eb0805\",\"followers_count\":826,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/639725006\\/icon1_normal.gif\",\"description\":\"Don't suffer from signal drop!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Central Time (US & Canada)\",\"profile_background_color\":\"000000\",\"id_str\":\"105663833\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/67760442\\/wifi_background_Twitter.gif\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/639725006\\/icon1_normal.gif\",\"name\":\"WiFi #FAIL\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 17 02:39:27 +0000 2010\",\"profile_sidebar_border_color\":\"423737\",\"id\":105663833,\"utc_offset\":-21600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.wifiFAIL.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188599922163713,\"created_at\":\"Fri Feb 24 23:32:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3194000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c3838a0c-76f1-48cc-a7b2-5f55ac66317f-173188599922163713" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je ne veut plus de Rollin, il suffit. #ilpart #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1732783555/avatar_twinter_normal.JPG" +}, +"title": "simon massonneau: je ne veut plus de Rollin, il suffit. #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3195000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"je ne veut plus de Rollin, il suffit. #ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[38,45]},{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188602690412544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":73,\"screen_name\":\"kirk_fuck_you\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":29,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732783555\\/avatar_twinter_normal.JPG\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"125453604\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732783555\\/avatar_twinter_normal.JPG\",\"name\":\"simon massonneau\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 22 21:46:24 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":125453604,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188602690412544,\"created_at\":\"Fri Feb 24 23:32:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3195000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "65a425bd-2108-4212-aefd-5c1034d42e42-173188602690412544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #cqui ? Il est ou son tableau ?", +"img": { +"src": "http://a0.twimg.com/profile_images/783113482/4844_96632582484_831787484_1976766_7698072_n_normal.jpg" +}, +"title": "Reynald VERFAILLE: #LGW #cqui ? Il est ou son tableau ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3195000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW #cqui ? Il est ou son tableau ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188601952210945\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":85,\"screen_name\":\"verfaille\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":320,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Tourcoing, Nord-Pas-de-Calais,\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/783113482\\/4844_96632582484_831787484_1976766_7698072_n_normal.jpg\",\"description\":\"38 ans, Tourcoing, play at peaudebanane\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"76877169\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/783113482\\/4844_96632582484_831787484_1976766_7698072_n_normal.jpg\",\"name\":\"Reynald VERFAILLE\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 24 06:53:31 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":76877169,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/www.peaudebanane.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188601952210945,\"created_at\":\"Fri Feb 24 23:32:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3195000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "04be4524-0357-4583-9518-63fa0626254e-173188601952210945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il parle trop #ilpart #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1824683907/me_tro__titre_normal.jpg" +}, +"title": "*Bigflo et Oli*: Il parle trop #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3195000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il parle trop #ilpart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[14,21]},{\"text\":\"lgw\",\"indices\":[22,26]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188602447134722\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"0a0909\",\"screen_name\":\"bigfloetoli\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":244,\"location\":\"france \",\"profile_text_color\":\"0d0c0d\",\"followers_count\":1095,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1824683907\\/me_tro__titre_normal.jpg\",\"description\":\"Merci a tous du soutient ! On vous pr\\u00e9pare des bons trucs !! \\r\\nr\\u00e9fl\\u00e9chir avant d'\\u00e9crire le principal \\u00e9lement \\r\\n#HIPHOP BIIIG UP \\r\\nFaites tourner ! \",\"statuses_count\":614,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/423992653\\/graff_bigflo_.jpg\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"f5f5f5\",\"protected\":false,\"id_str\":\"134370162\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"*Bigflo et Oli*\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/423992653\\/graff_bigflo_.jpg\",\"created_at\":\"Sun Apr 18 06:37:07 +0000 2010\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":134370162,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.myspace.com\\/bigfloetoli\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824683907\\/me_tro__titre_normal.jpg\"},\"truncated\":false,\"id\":173188602447134722,\"created_at\":\"Fri Feb 24 23:32:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3195000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7c805f75-8d76-47fc-acde-bdf1b069e7ce-173188602447134722" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'emission à bien évolué depuis les quelques émissions précédentes et ça commence à donner un truc vraiment sympa ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1258484592/image_normal.jpg" +}, +"title": "Marie DM: L'emission à bien évolué depuis les quelques émissions précédentes et ça commence à donner un truc vraiment sympa ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3196000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"L'emission \\u00e0 bien \\u00e9volu\\u00e9 depuis les quelques \\u00e9missions pr\\u00e9c\\u00e9dentes et \\u00e7a commence \\u00e0 donner un truc vraiment sympa ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[116,120]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188608495325184\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"2d3438\",\"screen_name\":\"mariedm1234\",\"lang\":\"en\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":119,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1258484592\\/image_normal.jpg\",\"description\":\"Etudiante ing\\u00e9nieure. Aime #cuisine, #musique, #cin\\u00e9ma, #vin, #web, #rire. Je ne sais pas ce que je ferai plus tard, mais je sais ce que je ne ferai pas !\",\"statuses_count\":253,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"357b94\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"254728025\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marie DM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Feb 19 21:53:51 +0000 2011\",\"profile_sidebar_fill_color\":\"8fcae6\",\"id\":254728025,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1258484592\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188608495325184,\"created_at\":\"Fri Feb 24 23:32:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3196000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "278c4c65-5810-4d4e-a775-fdef9f97d49a-173188608495325184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "New Fail: RT @hug33k: “@kheops2713: Lifi est mort sur le plateau #lgw :] #fail :D” Vive l'ethernet! ;) http://t.co/ADixUWFJ", +"img": { +"src": "http://a2.twimg.com/profile_images/639725006/icon1_normal.gif" +}, +"title": "WiFi #FAIL: New Fail: RT @hug33k: “@kheops2713: Lifi est mort sur le plateau #lgw :] #fail :D” Vive l'ethernet! ;) http://t.co/ADixUWFJ", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3196000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"New Fail: RT @hug33k: \\u201c@kheops2713: Lifi est mort sur le plateau #lgw :] #fail :D\\u201d Vive l'ethernet! ;) http:\\/\\/t.co\\/ADixUWFJ\",\"entities\":{\"urls\":[{\"indices\":[103,123],\"display_url\":\"bit.ly\\/zHxeUq\",\"expanded_url\":\"http:\\/\\/bit.ly\\/zHxeUq\",\"url\":\"http:\\/\\/t.co\\/ADixUWFJ\"}],\"user_mentions\":[{\"screen_name\":\"hug33k\",\"indices\":[13,20],\"name\":\"Hugo SCHOCH\",\"id_str\":\"175540303\",\"id\":175540303},{\"screen_name\":\"kheops2713\",\"indices\":[23,34],\"name\":\"KheOps\",\"id_str\":\"321006177\",\"id\":321006177}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]},{\"text\":\"fail\",\"indices\":[73,78]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.wififail.com\\\" rel=\\\"nofollow\\\"\\u003EWifiFail\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188607673253889\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"423737\",\"screen_name\":\"WiFiFAIL\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1005,\"location\":\"anywhere the wi-fi fails!\",\"profile_text_color\":\"ffffff\",\"followers_count\":826,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/639725006\\/icon1_normal.gif\",\"description\":\"Don't suffer from signal drop!\",\"statuses_count\":18643,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/67760442\\/wifi_background_Twitter.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"eb0805\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Central Time (US & Canada)\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"105663833\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"WiFi #FAIL\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/67760442\\/wifi_background_Twitter.gif\",\"created_at\":\"Sun Jan 17 02:39:27 +0000 2010\",\"profile_sidebar_fill_color\":\"000000\",\"id\":105663833,\"follow_request_sent\":null,\"utc_offset\":-21600,\"url\":\"http:\\/\\/www.wifiFAIL.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/639725006\\/icon1_normal.gif\"},\"truncated\":false,\"id\":173188607673253889,\"created_at\":\"Fri Feb 24 23:32:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3196000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "319e2b17-cd0c-48fa-b4c8-ebae6eb5305f-173188607673253889" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les gens qui tweetent sur leurs smartphones dans le public, ça fait une posture corporelle intéressante, on dirait qu'ils dorment. #Lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1650056809/pandadanssonbain_normal.JPG" +}, +"title": "justice pandine: Les gens qui tweetent sur leurs smartphones dans le public, ça fait une posture corporelle intéressante, on dirait qu'ils dorment. #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3197000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les gens qui tweetent sur leurs smartphones dans le public, \\u00e7a fait une posture corporelle int\\u00e9ressante, on dirait qu'ils dorment. #Lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[131,135]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188611880132609\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1340,\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"profile_text_color\":\"1a0e1a\",\"statuses_count\":28276,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"location\":\"Bambouseraie\",\"show_all_inline_media\":false,\"listed_count\":193,\"profile_link_color\":\"9058d1\",\"followers_count\":2570,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"profile_sidebar_fill_color\":\"f5fafa\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"name\":\"justice pandine\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_border_color\":\"adffef\",\"id\":177984098,\"utc_offset\":3600,\"favourites_count\":1862,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188611880132609,\"created_at\":\"Fri Feb 24 23:32:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3197000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "56b2c4a2-9e62-48a6-8e0a-ee06686fee77-173188611880132609" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non mais la chemise quand meme quoi.. J'ai mal aux yeux ! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: Non mais la chemise quand meme quoi.. J'ai mal aux yeux ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3197000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Non mais la chemise quand meme quoi.. J'ai mal aux yeux ! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[58,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188613377495040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":592,\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"profile_text_color\":\"520000\",\"statuses_count\":18713,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"followers_count\":507,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"d61d08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"name\":\"Camille .\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":93848420,\"utc_offset\":-36000,\"favourites_count\":14,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188613377495040,\"created_at\":\"Fri Feb 24 23:32:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3197000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3e6ccc13-5da3-4c27-89d6-0fae8a6e4789-173188613377495040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Moi aussi je veux mon avatar dans #lgw #cqui", +"img": { +"src": "http://a1.twimg.com/profile_images/1601437879/avatar_sonic_normal.jpg" +}, +"title": "Jenni: Moi aussi je veux mon avatar dans #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3197000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Moi aussi je veux mon avatar dans #lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]},{\"text\":\"cqui\",\"indices\":[39,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188612693827584\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"jicmajane\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":112,\"location\":\"France\",\"profile_text_color\":\"3C3940\",\"followers_count\":307,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1601437879\\/avatar_sonic_normal.jpg\",\"description\":\"R\\u00e9dactrice VieDeGeek.fr et animatrice BarGaming\",\"statuses_count\":1816,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"39099498\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jenni\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"created_at\":\"Sun May 10 19:46:10 +0000 2009\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":39099498,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.viedegeek.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1601437879\\/avatar_sonic_normal.jpg\"},\"truncated\":false,\"id\":173188612693827584,\"created_at\":\"Fri Feb 24 23:32:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3197000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0ff7aa7e-6262-4573-af6e-ae618d01a9d8-173188612693827584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "New Fail: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D http://t.co/GPkm8ncm", +"img": { +"src": "http://a2.twimg.com/profile_images/639725006/icon1_normal.gif" +}, +"title": "WiFi #FAIL: New Fail: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D http://t.co/GPkm8ncm", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3198000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"New Fail: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D http:\\/\\/t.co\\/GPkm8ncm\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[13,24],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[{\"indices\":[75,95],\"expanded_url\":\"http:\\/\\/bit.ly\\/xVls1F\",\"display_url\":\"bit.ly\\/xVls1F\",\"url\":\"http:\\/\\/t.co\\/GPkm8ncm\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]},{\"text\":\"fail\",\"indices\":[66,71]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.wififail.com\\\" rel=\\\"nofollow\\\"\\u003EWifiFail\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188617747968000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1005,\"screen_name\":\"WiFiFAIL\",\"lang\":\"en\",\"profile_text_color\":\"ffffff\",\"statuses_count\":18644,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/67760442\\/wifi_background_Twitter.gif\",\"location\":\"anywhere the wi-fi fails!\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"eb0805\",\"followers_count\":826,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/639725006\\/icon1_normal.gif\",\"description\":\"Don't suffer from signal drop!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Central Time (US & Canada)\",\"profile_background_color\":\"000000\",\"id_str\":\"105663833\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/67760442\\/wifi_background_Twitter.gif\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/639725006\\/icon1_normal.gif\",\"name\":\"WiFi #FAIL\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 17 02:39:27 +0000 2010\",\"profile_sidebar_border_color\":\"423737\",\"id\":105663833,\"utc_offset\":-21600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.wifiFAIL.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188617747968000,\"created_at\":\"Fri Feb 24 23:32:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3198000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ada60243-4381-4998-a6ff-aadb0877b662-173188617747968000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'émission où tout le public courbe la tête, on se croirait à la messe au moment de la consécration du pain #Lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1577312655/E_TE__2011_PROPRIANO_light_normal.jpg" +}, +"title": "AnneCha Celier: L'émission où tout le public courbe la tête, on se croirait à la messe au moment de la consécration du pain #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3198000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"L'\\u00e9mission o\\u00f9 tout le public courbe la t\\u00eate, on se croirait \\u00e0 la messe au moment de la cons\\u00e9cration du pain #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[108,112]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188617496305665\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"annechacelier\",\"lang\":\"fr\",\"favourites_count\":36,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":921,\"location\":\"Paris\",\"profile_text_color\":\"666666\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1577312655\\/E_TE__2011_PROPRIANO_light_normal.jpg\",\"description\":\"Habitante du 2\\u00e8me arrondissement, brune, 1\\/2 corse, @FredFaridGroup, @KidsLoveJetlag, quelques enfants, presque barmaid\",\"statuses_count\":2929,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/58686718\\/P1030314.jpg\",\"show_all_inline_media\":true,\"listed_count\":15,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"beaacc\",\"protected\":false,\"id_str\":\"17899913\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"AnneCha Celier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/58686718\\/P1030314.jpg\",\"created_at\":\"Fri Dec 05 15:49:22 +0000 2008\",\"profile_sidebar_fill_color\":\"252429\",\"id\":17899913,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/3kidsandafull-timejob.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1577312655\\/E_TE__2011_PROPRIANO_light_normal.jpg\"},\"truncated\":false,\"id\":173188617496305665,\"created_at\":\"Fri Feb 24 23:32:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3198000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ee966614-6541-48a9-84af-55ebe46234ad-173188617496305665" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi tous ces pedobear? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1727266317/oimtampon_normal.jpg" +}, +"title": "Lucas Parax: C'est quoi tous ces pedobear? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3198000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est quoi tous ces pedobear? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188618326781953\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"lucasparax\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":731,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":539,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"description\":\"Politique, musique, r\\u00e9flexions absurdes. J'aime bien votre veste, mais faudrait penser \\u00e0 ne pas la retourner. #\\u00e9lys\\u00e9e_2012 #rock\",\"statuses_count\":9270,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"333415548\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Lucas Parax\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"created_at\":\"Mon Jul 11 14:14:27 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":333415548,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/lucasparax.over-blog.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\"},\"truncated\":false,\"id\":173188618326781953,\"created_at\":\"Fri Feb 24 23:32:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3198000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a2bfeb45-88a4-4e59-b0ed-7e904b4dcb02-173188618326781953" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Allez salut le \"web\" à la télé ! J'abandonne et sûrement pas la semaine prochaine", +"img": { +"src": "http://a2.twimg.com/profile_images/1401793481/image_normal.jpg" +}, +"title": "ossoro cecilia: #lgw Allez salut le \"web\" à la télé ! J'abandonne et sûrement pas la semaine prochaine", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3199000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Allez salut le \\\"web\\\" \\u00e0 la t\\u00e9l\\u00e9 ! J'abandonne et s\\u00fbrement pas la semaine prochaine\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.40829621,48.84880294]},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.84880294,2.40829621]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188619912228864\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"CeciliaOssoro\",\"lang\":\"fr\",\"favourites_count\":37,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":511,\"location\":\"Paris\",\"profile_text_color\":\"666666\",\"followers_count\":430,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1401793481\\/image_normal.jpg\",\"description\":\"Fashion Good Music Addict - French - Chef de Projet Digital Cond\\u00e9 Nast (Vogue, GQ, Glamour) - Love HipHop Soul Music - \",\"statuses_count\":3486,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/217475680\\/tumblr_ldh5glCEV41qerbgeo1_500.jpg\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"19884471\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"ossoro cecilia\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/217475680\\/tumblr_ldh5glCEV41qerbgeo1_500.jpg\",\"created_at\":\"Mon Feb 02 00:05:57 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":19884471,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/flavors.me\\/ceciliaossoro\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1401793481\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188619912228864,\"created_at\":\"Fri Feb 24 23:32:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3199000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1d1b4d5e-5c4c-4fa8-9e3c-ae37ceefe6e9-173188619912228864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW en fait ce sont les \"drôles de vidéos\" de Direct 8 mais en direct, sur le service public et avec un ton faussement 1er degré décalé...", +"img": { +"src": "http://a0.twimg.com/profile_images/1703065016/twitterdec11_normal.jpg" +}, +"title": "Alvin Haddadène: #LGW en fait ce sont les \"drôles de vidéos\" de Direct 8 mais en direct, sur le service public et avec un ton faussement 1er degré décalé...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3200000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW en fait ce sont les \\\"dr\\u00f4les de vid\\u00e9os\\\" de Direct 8 mais en direct, sur le service public et avec un ton faussement 1er degr\\u00e9 d\\u00e9cal\\u00e9...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188625280942081\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":512,\"screen_name\":\"Alvin_Stick\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":7005,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"B40B43\",\"followers_count\":392,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"description\":\"21 ans. Gaymer. C\\u00e9libataire. Inspir\\u00e9 d'un fait r\\u00e9el. Chef de rubrique sur http:\\/\\/www.tomsgames.fr, pigiste au magazine Online Gamer, heureux co-papa de \\u21b4\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fa87f6\",\"id_str\":\"115834046\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"name\":\"Alvin Haddad\\u00e8ne\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 20 03:45:26 +0000 2010\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":115834046,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/www.latraverseedustick.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188625280942081,\"created_at\":\"Fri Feb 24 23:32:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3200000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "566ba358-88aa-49ed-91c6-e145b756d26f-173188625280942081" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http://t.co/MHK9Ke45", +"img": { +"src": "http://a2.twimg.com/profile_images/1833860172/image_normal.jpg" +}, +"title": "Yannick: RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http://t.co/MHK9Ke45", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3200000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http:\\/\\/t.co\\/MHK9Ke45\",\"entities\":{\"urls\":[{\"indices\":[66,86],\"display_url\":\"twitpic.com\\/8o0mgh\",\"expanded_url\":\"http:\\/\\/twitpic.com\\/8o0mgh\",\"url\":\"http:\\/\\/t.co\\/MHK9Ke45\"}],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[3,10],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"dujardin\",\"indices\":[49,58]},{\"text\":\"lgw\",\"indices\":[59,63]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"OMG coup de tonnerre sur les Oscars! #dujardin #lgw http:\\/\\/t.co\\/MHK9Ke45\",\"entities\":{\"urls\":[{\"indices\":[54,74],\"display_url\":\"twitpic.com\\/8o0mgh\",\"expanded_url\":\"http:\\/\\/twitpic.com\\/8o0mgh\",\"url\":\"http:\\/\\/t.co\\/MHK9Ke45\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"dujardin\",\"indices\":[37,46]},{\"text\":\"lgw\",\"indices\":[47,51]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":28,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173030351302696961\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"jcfrog\",\"lang\":\"fr\",\"favourites_count\":448,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":340,\"location\":\"Damgan\",\"profile_text_color\":\"333333\",\"followers_count\":6886,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"description\":\"Pro: Ing\\u00e9nieur informaticien, Perso: super h\\u00e9ro du web (en formation)\",\"statuses_count\":27207,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"show_all_inline_media\":true,\"listed_count\":506,\"profile_link_color\":\"acc809\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"16888281\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"jcfrog\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"created_at\":\"Tue Oct 21 16:03:16 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":16888281,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.jcfrog.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\"},\"truncated\":false,\"id\":173030351302696961,\"created_at\":\"Fri Feb 24 13:03:45 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":28,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188624819560448\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"yannickick\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"lyon\",\"profile_text_color\":\"333333\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833860172\\/image_normal.jpg\",\"description\":\"Ind\\u00e9pendant pirate \\/ \\u00e7a me gratte \\/ VietyNamNam\",\"statuses_count\":919,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/401719375\\/13_-_Copie.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"93A644\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"45384868\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Yannick\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/401719375\\/13_-_Copie.jpg\",\"created_at\":\"Sun Jun 07 17:56:52 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":45384868,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/facebook.com\\/monsieurbarnoud\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833860172\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188624819560448,\"created_at\":\"Fri Feb 24 23:32:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3200000, +"tags": [ +{ +"id-ref": "ef2f2b08-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dca087d5-ff87-4af8-a4a6-00f17f69055f-173188624819560448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La drogue c'est mal #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/96534251/php_normal.jpg" +}, +"title": "Jeremy: La drogue c'est mal #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3200000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La drogue c'est mal #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188626484695041\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":163,\"screen_name\":\"jeremy345\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":1657,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":20,\"profile_link_color\":\"D02B55\",\"followers_count\":326,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/96534251\\/php_normal.jpg\",\"description\":\"Co-fondateur, r\\u00e9dacteur, resp. technique de VieDeGeek.fr - Co-fondateur et tr\\u00e9sorier du BarGaming\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"21196834\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/96534251\\/php_normal.jpg\",\"name\":\"Jeremy\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 18 13:50:36 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":21196834,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.viedegeek.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188626484695041,\"created_at\":\"Fri Feb 24 23:32:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3200000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "187f3103-1b04-4df2-b65c-3d14cf11ed05-173188626484695041" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "New Fail: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D http://t.co/kqn9zU30", +"img": { +"src": "http://a2.twimg.com/profile_images/639725006/icon1_normal.gif" +}, +"title": "WiFi #FAIL: New Fail: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D http://t.co/kqn9zU30", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3201000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"New Fail: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D http:\\/\\/t.co\\/kqn9zU30\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[13,24],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[{\"indices\":[75,95],\"expanded_url\":\"http:\\/\\/bit.ly\\/wlg2EV\",\"display_url\":\"bit.ly\\/wlg2EV\",\"url\":\"http:\\/\\/t.co\\/kqn9zU30\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]},{\"text\":\"fail\",\"indices\":[66,71]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.wififail.com\\\" rel=\\\"nofollow\\\"\\u003EWifiFail\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188628154028032\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1005,\"screen_name\":\"WiFiFAIL\",\"lang\":\"en\",\"profile_text_color\":\"ffffff\",\"statuses_count\":18645,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/67760442\\/wifi_background_Twitter.gif\",\"location\":\"anywhere the wi-fi fails!\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"eb0805\",\"followers_count\":826,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/639725006\\/icon1_normal.gif\",\"description\":\"Don't suffer from signal drop!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Central Time (US & Canada)\",\"profile_background_color\":\"000000\",\"id_str\":\"105663833\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/67760442\\/wifi_background_Twitter.gif\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/639725006\\/icon1_normal.gif\",\"name\":\"WiFi #FAIL\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 17 02:39:27 +0000 2010\",\"profile_sidebar_border_color\":\"423737\",\"id\":105663833,\"utc_offset\":-21600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.wifiFAIL.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188628154028032,\"created_at\":\"Fri Feb 24 23:32:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3201000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c44dcb28-3b36-4050-91c9-c6e96568473d-173188628154028032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le #lgw montre que l'ultime frontière pour le non-sens, c'est la décence. Après c'est la bavure.", +"img": { +"src": "http://a0.twimg.com/profile_images/1772681103/image_normal.jpg" +}, +"title": "Calvero: Le #lgw montre que l'ultime frontière pour le non-sens, c'est la décence. Après c'est la bavure.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3201000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Le #lgw montre que l'ultime fronti\\u00e8re pour le non-sens, c'est la d\\u00e9cence. Apr\\u00e8s c'est la bavure.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[3,7]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188627315163136\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"LouisCalvero\",\"lang\":\"fr\",\"favourites_count\":51,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":546,\"location\":\"Paris et The Le Plus\",\"profile_text_color\":\"333333\",\"followers_count\":2827,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1772681103\\/image_normal.jpg\",\"description\":\"L'ironie et la mauvaise foi ne sauveront jamais le monde. Mais elles peuvent le rendre un peu plus supportable.\",\"statuses_count\":5875,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/40834403\\/calvero.jpg\",\"show_all_inline_media\":true,\"listed_count\":126,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"49330430\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Calvero\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/40834403\\/calvero.jpg\",\"created_at\":\"Sun Jun 21 14:45:50 +0000 2009\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":49330430,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/calvero\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1772681103\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188627315163136,\"created_at\":\"Fri Feb 24 23:32:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3201000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d786230-bc01-4f7d-9008-81cc66a2e1ac-173188627315163136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @sCaLP_: Va falloir m'expliquer le concept de l'émission dorénavant. Je comprends rien là ! #lgw // mais c'est ça précisément le concept!", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: RT @sCaLP_: Va falloir m'expliquer le concept de l'émission dorénavant. Je comprends rien là ! #lgw // mais c'est ça précisément le concept!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3201000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @sCaLP_: Va falloir m'expliquer le concept de l'\\u00e9mission dor\\u00e9navant. Je comprends rien l\\u00e0 ! #lgw \\/\\/ mais c'est \\u00e7a pr\\u00e9cis\\u00e9ment le concept!\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"sCaLP_\",\"indices\":[3,10],\"name\":\"\\\\(\\u00b0-\\u00b0*)\",\"id_str\":\"81383046\",\"id\":81383046}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188631052296192\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f2b87e\",\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":251,\"location\":\"Nantes\\/Cholet\",\"profile_text_color\":\"333333\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"statuses_count\":6515,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Magalie Baudry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_fill_color\":\"f7a64a\",\"id\":172314328,\"follow_request_sent\":null,\"utc_offset\":-7200,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\"},\"truncated\":false,\"id\":173188631052296192,\"created_at\":\"Fri Feb 24 23:32:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3201000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4189bba8-d14a-4c19-bed6-4fadace4cbd9-173188631052296192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Elle est préparée leur émission avant le direct ??? #jediscajedisrien #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1395423345/11_normal.JPG" +}, +"title": "Tony: Elle est préparée leur émission avant le direct ??? #jediscajedisrien #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3202000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Elle est pr\\u00e9par\\u00e9e leur \\u00e9mission avant le direct ??? #jediscajedisrien #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"jediscajedisrien\",\"indices\":[52,69]},{\"text\":\"LGW\",\"indices\":[70,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188633560494083\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1840,\"screen_name\":\"thony911\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":20281,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/418968589\\/Wallpaper_TV_by_demonic_madness.jpg\",\"location\":\"Rennes - Paris FRANCE\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"009999\",\"followers_count\":1200,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1395423345\\/11_normal.JPG\",\"description\":\"Animateur Radio, Sp\\u00e9cialiste Buzz et M\\u00e9dias Tv et Radio. \\u00e9missions sp\\u00e9ciales sur Goom Radio. Red\\/C Buzzmoica.fr, BuzzMedias.net...Mes tweets n'engagent que moi\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"91351817\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418968589\\/Wallpaper_TV_by_demonic_madness.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1395423345\\/11_normal.JPG\",\"name\":\"Tony\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 20 14:34:32 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":91351817,\"utc_offset\":3600,\"favourites_count\":211,\"url\":\"http:\\/\\/buzzmedias.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188633560494083,\"created_at\":\"Fri Feb 24 23:32:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3202000, +"tags": [ +{ +"id-ref": "f05d2e3a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "15442eda-4e24-429c-bc89-188688f859cb-173188633560494083" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KlaireFr Bonne blague. Tu as bien fait de la garder pour toi. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1842064881/image_normal.jpg" +}, +"title": "Pierre Champon: @KlaireFr Bonne blague. Tu as bien fait de la garder pour toi. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3203000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@KlaireFr Bonne blague. Tu as bien fait de la garder pour toi. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[0,9],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173187641917968386\",\"id_str\":\"173188637637361664\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173187641917968386,\"in_reply_to_user_id_str\":\"28096610\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":778,\"screen_name\":\"pierre_champon\",\"lang\":\"fr\",\"profile_text_color\":\"4f0505\",\"statuses_count\":2300,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/76566393\\/FUSAIN.jpg\",\"location\":\"Quimper France\",\"show_all_inline_media\":false,\"listed_count\":15,\"profile_link_color\":\"0e1652\",\"followers_count\":305,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1842064881\\/image_normal.jpg\",\"description\":\"Je ne conseille pas, je d\\u00e9cide! C'est beaucoup plus courageux et surtout nettement plus lucratif!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3d3030\",\"id_str\":\"80036505\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/76566393\\/FUSAIN.jpg\",\"profile_sidebar_fill_color\":\"616161\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842064881\\/image_normal.jpg\",\"name\":\"Pierre Champon\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 05 14:24:47 +0000 2009\",\"profile_sidebar_border_color\":\"0d0202\",\"id\":80036505,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.champon.org\"},\"in_reply_to_screen_name\":\"KlaireFr\",\"truncated\":false,\"id\":173188637637361664,\"created_at\":\"Fri Feb 24 23:32:43 +0000 2012\",\"in_reply_to_user_id\":28096610}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3203000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "35dd8b28-fb3d-462d-abad-0c7e1a5f15a2-173188637637361664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'avais arrêté la drogue. Mais ça c'était avant #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1669266582/carte-de-visite-final_normal.jpg" +}, +"title": "Boucherie Ovalie: J'avais arrêté la drogue. Mais ça c'était avant #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3203000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'avais arr\\u00eat\\u00e9 la drogue. Mais \\u00e7a c'\\u00e9tait avant #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188636685246464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1017,\"screen_name\":\"BoucherieOvalie\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":6708,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"location\":\"Derri\\u00e8re toi, c'est affreux\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"2FC2EF\",\"followers_count\":4074,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"description\":\"La vie est trop courte pour comprendre le rugby, alors autant en rigoler.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"260277866\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"name\":\"Boucherie Ovalie\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 03 15:22:13 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":260277866,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/boucherie-ovalie.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188636685246464,\"created_at\":\"Fri Feb 24 23:32:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3203000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "89c425fd-740d-4f39-a7c1-0b216a27670f-173188636685246464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "New Fail: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D http://t.co/wBHWCIld", +"img": { +"src": "http://a2.twimg.com/profile_images/639725006/icon1_normal.gif" +}, +"title": "WiFi #FAIL: New Fail: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D http://t.co/wBHWCIld", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3204000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"New Fail: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D http:\\/\\/t.co\\/wBHWCIld\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[13,24],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[{\"indices\":[75,95],\"expanded_url\":\"http:\\/\\/bit.ly\\/AAlV0Y\",\"display_url\":\"bit.ly\\/AAlV0Y\",\"url\":\"http:\\/\\/t.co\\/wBHWCIld\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]},{\"text\":\"fail\",\"indices\":[66,71]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.wififail.com\\\" rel=\\\"nofollow\\\"\\u003EWifiFail\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188641219289090\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1005,\"screen_name\":\"WiFiFAIL\",\"lang\":\"en\",\"profile_text_color\":\"ffffff\",\"statuses_count\":18646,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/67760442\\/wifi_background_Twitter.gif\",\"location\":\"anywhere the wi-fi fails!\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"eb0805\",\"followers_count\":826,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/639725006\\/icon1_normal.gif\",\"description\":\"Don't suffer from signal drop!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Central Time (US & Canada)\",\"profile_background_color\":\"000000\",\"id_str\":\"105663833\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/67760442\\/wifi_background_Twitter.gif\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/639725006\\/icon1_normal.gif\",\"name\":\"WiFi #FAIL\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 17 02:39:27 +0000 2010\",\"profile_sidebar_border_color\":\"423737\",\"id\":105663833,\"utc_offset\":-21600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.wifiFAIL.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188641219289090,\"created_at\":\"Fri Feb 24 23:32:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3204000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5505680b-2f12-4a9d-b76d-033b8cdc8187-173188641219289090" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw L’écran de tweet va bientôt finir en Tetris si les avatars prennent des couleurs ;-)", +"img": { +"src": "http://a3.twimg.com/profile_images/853092677/photo_portrait_JM_normal.jpg" +}, +"title": "Jean-Marie LOUCHE: #lgw L’écran de tweet va bientôt finir en Tetris si les avatars prennent des couleurs ;-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3205000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw L\\u2019\\u00e9cran de tweet va bient\\u00f4t finir en Tetris si les avatars prennent des couleurs ;-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188644356628480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":743,\"screen_name\":\"jmlouche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2425,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/38852782\\/twitter_bg.jpg\",\"location\":\"Bourgogne - FRANCE\",\"show_all_inline_media\":false,\"listed_count\":74,\"profile_link_color\":\"0084B4\",\"followers_count\":848,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/853092677\\/photo_portrait_JM_normal.jpg\",\"description\":\"CEO Of Odomia - French Virtual Worlds Compagny - Social Media, Web3d and Immersive Internet. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f2f2f2\",\"id_str\":\"14872985\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/38852782\\/twitter_bg.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/853092677\\/photo_portrait_JM_normal.jpg\",\"name\":\"Jean-Marie LOUCHE\",\"default_profile_image\":false,\"created_at\":\"Thu May 22 20:40:23 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":14872985,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/odomia.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188644356628480,\"created_at\":\"Fri Feb 24 23:32:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3205000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "870f2780-4025-42dc-a742-c5177b0ccd95-173188644356628480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "New Fail: “@kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D” Vive l'ethernet! ;) http://t.co/cPLJDjgx", +"img": { +"src": "http://a2.twimg.com/profile_images/639725006/icon1_normal.gif" +}, +"title": "WiFi #FAIL: New Fail: “@kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D” Vive l'ethernet! ;) http://t.co/cPLJDjgx", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3206000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"New Fail: \\u201c@kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D\\u201d Vive l'ethernet! ;) http:\\/\\/t.co\\/cPLJDjgx\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[11,22],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[{\"indices\":[94,114],\"expanded_url\":\"http:\\/\\/bit.ly\\/ysg6Mx\",\"display_url\":\"bit.ly\\/ysg6Mx\",\"url\":\"http:\\/\\/t.co\\/cPLJDjgx\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]},{\"text\":\"fail\",\"indices\":[64,69]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.wififail.com\\\" rel=\\\"nofollow\\\"\\u003EWifiFail\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188648135700480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1005,\"screen_name\":\"WiFiFAIL\",\"lang\":\"en\",\"profile_text_color\":\"ffffff\",\"statuses_count\":18647,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/67760442\\/wifi_background_Twitter.gif\",\"location\":\"anywhere the wi-fi fails!\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"eb0805\",\"followers_count\":826,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/639725006\\/icon1_normal.gif\",\"description\":\"Don't suffer from signal drop!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Central Time (US & Canada)\",\"profile_background_color\":\"000000\",\"id_str\":\"105663833\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/67760442\\/wifi_background_Twitter.gif\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/639725006\\/icon1_normal.gif\",\"name\":\"WiFi #FAIL\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 17 02:39:27 +0000 2010\",\"profile_sidebar_border_color\":\"423737\",\"id\":105663833,\"utc_offset\":-21600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.wifiFAIL.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188648135700480,\"created_at\":\"Fri Feb 24 23:32:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3206000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "11d14c1d-b8cf-47f2-9827-a48755a0e27b-173188648135700480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais c'est quoi cette émission bizarre Ahah. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1850932802/Jon_Snow_normal.png" +}, +"title": "Pauline ϟ: Mais c'est quoi cette émission bizarre Ahah. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3207000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais c'est quoi cette \\u00e9mission bizarre Ahah. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188652258689026\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"C_Pauliine\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8195,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/406158603\\/Sophia-Bush-Photoshoot-2011-sophia-bush-27585490-398-582.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":189,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850932802\\/Jon_Snow_normal.png\",\"description\":\"Pauline 21 ans. Grande fan de s\\u00e9ries TV. Music is Life. BlaBlaBla. Emma Watson. Sophia Bush. Love is Louder \\u2665.\\r\\n\\r\\nAlways \\u2665 \\u03df \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"265547956\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/406158603\\/Sophia-Bush-Photoshoot-2011-sophia-bush-27585490-398-582.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850932802\\/Jon_Snow_normal.png\",\"name\":\"Pauline \\u03df\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 13 18:56:00 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":265547956,\"utc_offset\":-10800,\"favourites_count\":21,\"url\":\"http:\\/\\/hedwigetheme.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188652258689026,\"created_at\":\"Fri Feb 24 23:32:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3207000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "64984c9e-9e45-49a4-90d2-43f888eebca2-173188652258689026" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, mais #cQui ou plutôt, c'est à qui tous ces petits oursons ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Oh, mais #cQui ou plutôt, c'est à qui tous ces petits oursons ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3207000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Oh, mais #cQui ou plut\\u00f4t, c'est \\u00e0 qui tous ces petits oursons ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[9,14]},{\"text\":\"lgw\",\"indices\":[64,68]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188655916134401\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"description\":\"\",\"statuses_count\":3246,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"in_reply_to_status_id\":null,\"id\":173188655916134401,\"created_at\":\"Fri Feb 24 23:32:47 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3207000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8fc33755-de9d-4587-b904-2c1ca18dd160-173188655916134401" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Génération Œil du Cyclone #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1300651233/13358_215322363209_623758209_4088672_3815066_n_normal.jpg" +}, +"title": "Quentin Delahaye: Génération Œil du Cyclone #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3208000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"G\\u00e9n\\u00e9ration \\u0152il du Cyclone #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188657690329088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":474,\"screen_name\":\"QDelahaye\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":255,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris,Texas.\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":119,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1300651233\\/13358_215322363209_623758209_4088672_3815066_n_normal.jpg\",\"description\":\"J'aime Hunter S. Thompson, mais j'aime aussi les Tortues Ninja. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"277416122\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1300651233\\/13358_215322363209_623758209_4088672_3815066_n_normal.jpg\",\"name\":\"Quentin Delahaye\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 05 09:55:55 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":277416122,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188657690329088,\"created_at\":\"Fri Feb 24 23:32:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3208000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "85096910-1932-4938-9bbc-1bc68e200813-173188657690329088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "New Fail: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D http://t.co/mRTvG6MQ", +"img": { +"src": "http://a2.twimg.com/profile_images/639725006/icon1_normal.gif" +}, +"title": "WiFi #FAIL: New Fail: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D http://t.co/mRTvG6MQ", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3208000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"New Fail: RT @kheops2713: Le wifi est mort sur le plateau #lgw :] #fail :D http:\\/\\/t.co\\/mRTvG6MQ\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[13,24],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[{\"indices\":[75,95],\"expanded_url\":\"http:\\/\\/bit.ly\\/zfQKrk\",\"display_url\":\"bit.ly\\/zfQKrk\",\"url\":\"http:\\/\\/t.co\\/mRTvG6MQ\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]},{\"text\":\"fail\",\"indices\":[66,71]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.wififail.com\\\" rel=\\\"nofollow\\\"\\u003EWifiFail\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188659166724096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1005,\"screen_name\":\"WiFiFAIL\",\"lang\":\"en\",\"profile_text_color\":\"ffffff\",\"statuses_count\":18648,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/67760442\\/wifi_background_Twitter.gif\",\"location\":\"anywhere the wi-fi fails!\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"eb0805\",\"followers_count\":826,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/639725006\\/icon1_normal.gif\",\"description\":\"Don't suffer from signal drop!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Central Time (US & Canada)\",\"profile_background_color\":\"000000\",\"id_str\":\"105663833\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/67760442\\/wifi_background_Twitter.gif\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/639725006\\/icon1_normal.gif\",\"name\":\"WiFi #FAIL\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 17 02:39:27 +0000 2010\",\"profile_sidebar_border_color\":\"423737\",\"id\":105663833,\"utc_offset\":-21600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.wifiFAIL.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188659166724096,\"created_at\":\"Fri Feb 24 23:32:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3208000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "10e4902b-b2de-49ba-80e4-8a75b3040b46-173188659166724096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Putain des nounours partout @psycko_O a envahit #Lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848059014/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg" +}, +"title": "Glória: Putain des nounours partout @psycko_O a envahit #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3209000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Putain des nounours partout @psycko_O a envahit #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"psycko_O\",\"indices\":[29,38],\"id_str\":\"34560576\",\"name\":\"Psycko Pote\",\"id\":34560576}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/stone.com\\/Twittelator\\\" rel=\\\"nofollow\\\"\\u003ETwittelator\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188662526345218\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":217,\"screen_name\":\"Essemali\",\"lang\":\"fr\",\"profile_text_color\":\"020003\",\"statuses_count\":22083,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/109317104\\/mqbackyardsummers.br.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":95,\"profile_link_color\":\"8118ba\",\"followers_count\":1191,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848059014\\/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg\",\"description\":\"Bio? Danone n'a plus le droit de vendre sous cette marque. Moi non plus du coup. #TeamCivilisationInf\\u00e9rieure\\r\\nhttp:\\/\\/lusiades.wordpress.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"114069529\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109317104\\/mqbackyardsummers.br.jpg\",\"profile_sidebar_fill_color\":\"f2eded\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848059014\\/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg\",\"name\":\"Gl\\u00f3ria\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 14 01:18:31 +0000 2010\",\"profile_sidebar_border_color\":\"030000\",\"id\":114069529,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/essemali.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188662526345218,\"created_at\":\"Fri Feb 24 23:32:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3209000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7584d98f-986c-4d91-87a2-df7b4983eefc-173188662526345218" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @manonkzlwsk: Pigeon, lampadaire, voiture qui roule au plafond. Ils m'ont totalement perdue :). #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @manonkzlwsk: Pigeon, lampadaire, voiture qui roule au plafond. Ils m'ont totalement perdue :). #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3209000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @manonkzlwsk: Pigeon, lampadaire, voiture qui roule au plafond. Ils m'ont totalement perdue :). #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"manonkzlwsk\",\"indices\":[3,15],\"id_str\":\"48084154\",\"name\":\"Manon\",\"id\":48084154}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[99,103]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Pigeon, lampadaire, voiture qui roule au plafond. Ils m'ont totalement perdue :). #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[82,86]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188491813990401\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15002,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":261,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188491813990401,\"created_at\":\"Fri Feb 24 23:32:08 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188663021273088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188663021273088,\"created_at\":\"Fri Feb 24 23:32:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3209000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "96458cda-155d-49cd-a470-fb585fa19614-173188663021273088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Raaah mais non, faut pas couper les prods de cyriak, c'est justement la progression qui est géniale !", +"img": { +"src": "http://a0.twimg.com/profile_images/1744048818/qUG3d_normal.jpg" +}, +"title": "Simon: #LGW Raaah mais non, faut pas couper les prods de cyriak, c'est justement la progression qui est géniale !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3210000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW Raaah mais non, faut pas couper les prods de cyriak, c'est justement la progression qui est g\\u00e9niale !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188664996794368\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Srsim\",\"lang\":\"fr\",\"favourites_count\":84,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":288,\"location\":\"Third rock from the sun\",\"profile_text_color\":\"666666\",\"followers_count\":309,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\",\"description\":\"BiotechnoLOLgy and random crap. J'essaie de vivre ma vie \\u00e0 fond en passant pour un con au moins une fois par jour.\",\"statuses_count\":10575,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"130871832\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Simon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Thu Apr 08 15:44:24 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":130871832,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\"},\"truncated\":false,\"id\":173188664996794368,\"created_at\":\"Fri Feb 24 23:32:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3210000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6c36b50d-e4aa-4b7d-800f-701804f3c5f8-173188664996794368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "New Fail: Le wifi est mort sur le plateau #lgw :] #fail :D http://t.co/zubVEvxg", +"img": { +"src": "http://a2.twimg.com/profile_images/639725006/icon1_normal.gif" +}, +"title": "WiFi #FAIL: New Fail: Le wifi est mort sur le plateau #lgw :] #fail :D http://t.co/zubVEvxg", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3211000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"New Fail: Le wifi est mort sur le plateau #lgw :] #fail :D http:\\/\\/t.co\\/zubVEvxg\",\"entities\":{\"urls\":[{\"indices\":[59,79],\"display_url\":\"bit.ly\\/wGb6t1\",\"expanded_url\":\"http:\\/\\/bit.ly\\/wGb6t1\",\"url\":\"http:\\/\\/t.co\\/zubVEvxg\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]},{\"text\":\"fail\",\"indices\":[50,55]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.wififail.com\\\" rel=\\\"nofollow\\\"\\u003EWifiFail\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188668872339456\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"423737\",\"screen_name\":\"WiFiFAIL\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1005,\"location\":\"anywhere the wi-fi fails!\",\"profile_text_color\":\"ffffff\",\"followers_count\":826,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/639725006\\/icon1_normal.gif\",\"description\":\"Don't suffer from signal drop!\",\"statuses_count\":18649,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/67760442\\/wifi_background_Twitter.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"eb0805\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Central Time (US & Canada)\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"105663833\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"WiFi #FAIL\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/67760442\\/wifi_background_Twitter.gif\",\"created_at\":\"Sun Jan 17 02:39:27 +0000 2010\",\"profile_sidebar_fill_color\":\"000000\",\"id\":105663833,\"follow_request_sent\":null,\"utc_offset\":-21600,\"url\":\"http:\\/\\/www.wifiFAIL.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/639725006\\/icon1_normal.gif\"},\"truncated\":false,\"id\":173188668872339456,\"created_at\":\"Fri Feb 24 23:32:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3211000, +"tags": [ +{ +"id-ref": "ef2d3c1c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2c96351b-d682-4f22-b493-35a80432fecc-173188668872339456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ahaha SACRÉ CYRIAK #LGW #onacid", +"img": { +"src": "http://a3.twimg.com/profile_images/1700203464/miniwizard2_normal.png" +}, +"title": "Rizotochaud: Ahaha SACRÉ CYRIAK #LGW #onacid", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3212000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ahaha SACR\\u00c9 CYRIAK #LGW #onacid\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[19,23]},{\"text\":\"onacid\",\"indices\":[24,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188673809027075\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":177,\"screen_name\":\"Rizotochaud\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":544,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/308777087\\/fond.gif\",\"location\":\"PAL\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"1F98C7\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1700203464\\/miniwizard2_normal.png\",\"description\":\"Mon avatar est un magichien.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C6E2EE\",\"id_str\":\"324297431\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/308777087\\/fond.gif\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700203464\\/miniwizard2_normal.png\",\"name\":\"Rizotochaud\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 26 10:41:11 +0000 2011\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":324297431,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/www.youtube.com\\/user\\/Rizotochaud\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188673809027075,\"created_at\":\"Fri Feb 24 23:32:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3212000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f05eb4da-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "acf39376-fdaa-4f02-a8d7-e3b66b7a9e11-173188673809027075" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Dans le genre émission où tu comprends pas trop ce qu'il se passe quand tu tombes dessus, #LGW mérite un César.", +"img": { +"src": "http://a2.twimg.com/profile_images/1687160888/image_normal.jpg" +}, +"title": "Christophe Dondon: Dans le genre émission où tu comprends pas trop ce qu'il se passe quand tu tombes dessus, #LGW mérite un César.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3212000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Dans le genre \\u00e9mission o\\u00f9 tu comprends pas trop ce qu'il se passe quand tu tombes dessus, #LGW m\\u00e9rite un C\\u00e9sar.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[90,94]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188674194907136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":362,\"screen_name\":\"GixelChris\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":17434,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/339585785\\/CMYK.png\",\"location\":\"Nice, France\",\"show_all_inline_media\":true,\"listed_count\":30,\"profile_link_color\":\"93A644\",\"followers_count\":470,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1687160888\\/image_normal.jpg\",\"description\":\"Blogueur sur Geekgeneration.net. V\\u00e9n\\u00e8re Doodle Jump et le Nutella. Tellement intelligent que l'on m'a aid\\u00e9 dans le train sur une \\u00e9nigme \\u00e0 Professeur Layton.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"19871005\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/339585785\\/CMYK.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1687160888\\/image_normal.jpg\",\"name\":\"Christophe Dondon\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 01 19:02:34 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":19871005,\"utc_offset\":3600,\"favourites_count\":28,\"url\":\"http:\\/\\/www.geekgeneration.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188674194907136,\"created_at\":\"Fri Feb 24 23:32:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3212000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "70b83cd5-c933-4aea-b940-d4da7f984cca-173188674194907136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @lucasparax: C'est quoi tous ces pedobear? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1799488206/image_normal.jpg" +}, +"title": "Sébastien Périer: RT @lucasparax: C'est quoi tous ces pedobear? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3213000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @lucasparax: C'est quoi tous ces pedobear? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"lucasparax\",\"indices\":[3,14],\"id_str\":\"333415548\",\"name\":\"Lucas Parax\",\"id\":333415548}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi tous ces pedobear? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188618326781953\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":731,\"screen_name\":\"lucasparax\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9269,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"990000\",\"followers_count\":539,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"description\":\"Politique, musique, r\\u00e9flexions absurdes. J'aime bien votre veste, mais faudrait penser \\u00e0 ne pas la retourner. #\\u00e9lys\\u00e9e_2012 #rock\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"333415548\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727266317\\/oimtampon_normal.jpg\",\"name\":\"Lucas Parax\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 11 14:14:27 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":333415548,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/lucasparax.over-blog.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188618326781953,\"created_at\":\"Fri Feb 24 23:32:38 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188680880619521\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":495,\"screen_name\":\"Yenaphe\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5658,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/407607082\\/bg.jpg\",\"location\":\"Probablement\",\"show_all_inline_media\":false,\"listed_count\":65,\"profile_link_color\":\"009999\",\"followers_count\":1013,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1799488206\\/image_normal.jpg\",\"description\":\"Je ressemble \\u00e0 \\u00e7a, sauf quand \\u00e7a ne me ressemble pas.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"f2f2f2\",\"id_str\":\"30481941\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/407607082\\/bg.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799488206\\/image_normal.jpg\",\"name\":\"S\\u00e9bastien P\\u00e9rier\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 11 17:09:55 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":30481941,\"utc_offset\":-10800,\"favourites_count\":14,\"url\":\"http:\\/\\/www.politikaillera.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188680880619521,\"created_at\":\"Fri Feb 24 23:32:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3213000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "daad5a1d-bac6-4463-b004-5befbf8b55b3-173188680880619521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Maman on a vu les bu bulles de ton fils à la télé ! :) #lgw #cqui cc @FlorencePorcel", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Maman on a vu les bu bulles de ton fils à la télé ! :) #lgw #cqui cc @FlorencePorcel", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3213000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Maman on a vu les bu bulles de ton fils \\u00e0 la t\\u00e9l\\u00e9 ! :) #lgw #cqui cc @FlorencePorcel\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[69,84],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]},{\"text\":\"cqui\",\"indices\":[60,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188680712859648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6698,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188680712859648,\"created_at\":\"Fri Feb 24 23:32:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3213000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2b79f95d-a67f-45ff-9fcf-cbd08f6b42aa-173188680712859648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ILRESTE !!! ILRESTE ILRESTE ILRESTE ILRESTE ILRESTE ! <3 <3 <3", +"img": { +"src": "http://a0.twimg.com/profile_images/1817740541/avatar_normal.png" +}, +"title": "Elodie : #lgw #ILRESTE !!! ILRESTE ILRESTE ILRESTE ILRESTE ILRESTE ! <3 <3 <3", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3213000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ILRESTE !!! ILRESTE ILRESTE ILRESTE ILRESTE ILRESTE ! <3 <3 <3\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ILRESTE\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188679953686528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":77,\"screen_name\":\"eloheaven\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":93,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817740541\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"300189920\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817740541\\/avatar_normal.png\",\"name\":\"Elodie \",\"default_profile_image\":false,\"created_at\":\"Tue May 17 10:50:10 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":300189920,\"utc_offset\":null,\"favourites_count\":55,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188679953686528,\"created_at\":\"Fri Feb 24 23:32:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3213000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dc51f47b-33ad-4510-8ba0-aa17597270a4-173188679953686528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @bubbleT2012: bubble T en direct sur #lgw @france5tv voter pour le depart de rollin #ilpart #ilreste #cqui #change2ton", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @bubbleT2012: bubble T en direct sur #lgw @france5tv voter pour le depart de rollin #ilpart #ilreste #cqui #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3214000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @bubbleT2012: bubble T en direct sur #lgw @france5tv voter pour le depart de rollin #ilpart #ilreste #cqui #change2ton\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"bubbleT2012\",\"indices\":[3,15],\"id_str\":\"430738774\",\"name\":\"bubble.t\",\"id\":430738774},{\"screen_name\":\"France5tv\",\"indices\":[45,55],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"ilpart\",\"indices\":[87,94]},{\"text\":\"ilreste\",\"indices\":[95,103]},{\"text\":\"cqui\",\"indices\":[104,109]},{\"text\":\"change2ton\",\"indices\":[110,121]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"bubble T en direct sur #lgw @france5tv voter pour le depart de rollin #ilpart #ilreste #cqui #change2ton\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[28,38],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]},{\"text\":\"ilpart\",\"indices\":[70,77]},{\"text\":\"ilreste\",\"indices\":[78,86]},{\"text\":\"cqui\",\"indices\":[87,92]},{\"text\":\"change2ton\",\"indices\":[93,104]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187292486307842\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":54,\"screen_name\":\"bubbleT2012\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1679403634\\/bgd-readme2_normal.png\",\"description\":\"Bubble T est une application de visualisation cr\\u00e9\\u00e9e par @raphV @cybunk @romsson @ymh_work A voir ici : http:\\/\\/dev.fabelier.org\\/bubble-t\\/ made in @inria @IRIlive\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"430738774\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1679403634\\/bgd-readme2_normal.png\",\"name\":\"bubble.t\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 07 14:25:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":430738774,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/dev.fabelier.org\\/bubble-t\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187292486307842,\"created_at\":\"Fri Feb 24 23:27:22 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188684349313025\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1042,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":318,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188684349313025,\"created_at\":\"Fri Feb 24 23:32:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3214000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "633935e8-0f7f-471e-bb58-74691aefb362-173188684349313025" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est Mathilde Seigner qui produit #LGW de ce soir ?", +"img": { +"src": "http://a3.twimg.com/profile_images/1820853327/joker_normal.gif" +}, +"title": "Harpocrate: C'est Mathilde Seigner qui produit #LGW de ce soir ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3215000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est Mathilde Seigner qui produit #LGW de ce soir ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188687432138755\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":593,\"screen_name\":\"BeardedBeerBear\",\"lang\":\"fr\",\"profile_text_color\":\"f50808\",\"statuses_count\":6235,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/348110708\\/zOMB.jpg\",\"location\":\"Where the streets have no name\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"bd0fb7\",\"followers_count\":163,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1820853327\\/joker_normal.gif\",\"description\":\"Plus j'vieillis, plus j'ferme ma gueule. \\u2551 Cave canem \\u2551 Ex @NikkAw\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000a0f\",\"id_str\":\"55539742\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/348110708\\/zOMB.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1820853327\\/joker_normal.gif\",\"name\":\"Harpocrate\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 10 11:49:15 +0000 2009\",\"profile_sidebar_border_color\":\"010405\",\"id\":55539742,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":\"http:\\/\\/bit.ly\\/qRn7uh\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188687432138755,\"created_at\":\"Fri Feb 24 23:32:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3215000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7faa1330-6466-4ebc-8f8c-842ebec46da6-173188687432138755" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilPart et l'autre aussi #ilPart #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1836584093/image_normal.jpg" +}, +"title": "Mims Wabs Larax: #ilPart et l'autre aussi #ilPart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3215000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilPart et l'autre aussi #ilPart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilPart\",\"indices\":[0,7]},{\"text\":\"ilPart\",\"indices\":[25,32]},{\"text\":\"lgw\",\"indices\":[33,37]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188689755774977\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"edf5e9\",\"screen_name\":\"LadyGoule\",\"lang\":\"fr\",\"favourites_count\":64,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":977,\"location\":\"Purgatoire\",\"profile_text_color\":\"0f0e0f\",\"followers_count\":1994,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1836584093\\/image_normal.jpg\",\"description\":\"Ma vie est basee sur une histoire vraie. Entre mes enfants, mon mari et mes passions, je me retrouve...Je reste polie, restez-le aussi! CM @Mehdicis #MLQ\",\"statuses_count\":28309,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/392693670\\/twilk_background_4f0088a2a8656.jpg\",\"show_all_inline_media\":true,\"listed_count\":87,\"profile_link_color\":\"992b4f\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"50454478\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Mims Wabs Larax\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/392693670\\/twilk_background_4f0088a2a8656.jpg\",\"created_at\":\"Wed Jun 24 21:55:30 +0000 2009\",\"profile_sidebar_fill_color\":\"eff7ea\",\"id\":50454478,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836584093\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188689755774977,\"created_at\":\"Fri Feb 24 23:32:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3215000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c3bbf30c-6a89-467d-ae31-bd96d319669e-173188689755774977" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw sous forme de best of vidéo du web, c'est vraiment nul ! Rendez-nous @LeGrandWebze !", +"img": { +"src": "http://a0.twimg.com/profile_images/1658546588/solidarnosc_normal.jpg" +}, +"title": "Miguel Teixeira: #lgw sous forme de best of vidéo du web, c'est vraiment nul ! Rendez-nous @LeGrandWebze !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3219000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw sous forme de best of vid\\u00e9o du web, c'est vraiment nul ! Rendez-nous @LeGrandWebze !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[74,87],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188704217731073\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":258,\"screen_name\":\"migteix\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2720,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Orleans\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":268,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"description\":\"blogueur orl\\u00e9anais, parle surtout d'actu locale et sort 2\\/3 blagues de temps en temps...\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"3543511\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"name\":\"Miguel Teixeira\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 05 18:00:09 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":3543511,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.coteboulevard.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188704217731073,\"created_at\":\"Fri Feb 24 23:32:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3219000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "614bd270-ad16-4e1a-84aa-1a2b3fbce5b5-173188704217731073" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui RT @BoucherieOvalie: J'avais arrêté la drogue. Mais ça c'était avant #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: #cqui RT @BoucherieOvalie: J'avais arrêté la drogue. Mais ça c'était avant #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3221000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"#cqui RT @BoucherieOvalie: J'avais arr\\u00eat\\u00e9 la drogue. Mais \\u00e7a c'\\u00e9tait avant #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"BoucherieOvalie\",\"indices\":[9,25],\"name\":\"Boucherie Ovalie\",\"id_str\":\"260277866\",\"id\":260277866}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"LGW\",\"indices\":[75,79]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188714451841024\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"favourites_count\":254,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":156,\"location\":\"Paris Montparnasse - Bruxelles\",\"profile_text_color\":\"333333\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"statuses_count\":34424,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":104184883,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173188714451841024,\"created_at\":\"Fri Feb 24 23:33:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3221000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "92ed5bff-f3b8-4222-b37a-d5c2efc6fc4a-173188714451841024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le recommandé, on se le carre dans le delaherche #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1657787350/image_normal.jpg" +}, +"title": "LGW Fan Club: Le recommandé, on se le carre dans le delaherche #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3222000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le recommand\\u00e9, on se le carre dans le delaherche #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188716964229122\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":17,\"screen_name\":\"LgwFanClub\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":118,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":11,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"421417721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"name\":\"LGW Fan Club\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 25 22:40:16 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":421417721,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188716964229122,\"created_at\":\"Fri Feb 24 23:33:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3222000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "03a1de98-437e-472b-99eb-4a22de33769a-173188716964229122" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais dites moi, j'ai beau le connaitre depuis longtemps, en vrai @francoisrollin #cqui #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1682940693/TweetLandPhoto_normal.jpg" +}, +"title": "eddy Maniette: Mais dites moi, j'ai beau le connaitre depuis longtemps, en vrai @francoisrollin #cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3223000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais dites moi, j'ai beau le connaitre depuis longtemps, en vrai @francoisrollin #cqui #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[65,80],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[81,86]},{\"text\":\"LGW\",\"indices\":[87,91]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[3.069002,50.6477909],[3.1322918,50.6477909],[3.1322918,50.7107749],[3.069002,50.7107749]]]},\"attributes\":{},\"full_name\":\"Marcq-en-Baroeul, Nord\",\"name\":\"Marcq-en-Baroeul\",\"id\":\"ef0651d02631e8f6\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/ef0651d02631e8f6.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188720982360064\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":297,\"screen_name\":\"EddyM59\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2719,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"50.653019,3.076327\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":156,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1682940693\\/TweetLandPhoto_normal.jpg\",\"description\":\"Enseignant 2.0, passionn\\u00e9 par les nouvelles technologies et utilisateur compulsif de produits Apple. retrouvez mes articles sur www.ipadou.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"81868863\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682940693\\/TweetLandPhoto_normal.jpg\",\"name\":\"eddy Maniette\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 12 15:35:46 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":81868863,\"utc_offset\":3600,\"favourites_count\":17,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188720982360064,\"created_at\":\"Fri Feb 24 23:33:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3223000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6176898d-543c-4f83-86b6-8fca8f8fa80d-173188720982360064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste :)", +"img": { +"src": "http://a1.twimg.com/profile_images/1433959586/228402_2079461103778_1162543304_32629788_4864831_n_normal.jpg" +}, +"title": "Cassou Margaux: #lgw #ilreste :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3226000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188733326209024\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":47,\"screen_name\":\"margauxcassou\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":27,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"088253\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1433959586\\/228402_2079461103778_1162543304_32629788_4864831_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"EDECE9\",\"id_str\":\"323711985\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1433959586\\/228402_2079461103778_1162543304_32629788_4864831_n_normal.jpg\",\"name\":\"Cassou Margaux\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 25 08:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":323711985,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188733326209024,\"created_at\":\"Fri Feb 24 23:33:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3226000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5766019d-f480-4bbc-9a17-5878264442e6-173188733326209024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Yihaaa \\o/ @jcfrog #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1704016122/loltruc-noel_normal.png" +}, +"title": "Hervé Q: Yihaaa \\o/ @jcfrog #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3227000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Yihaaa \\\\o\\/ @jcfrog #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[11,18],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188737851854850\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":430,\"screen_name\":\"Airvecu\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":34956,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"location\":\"Brest m\\u00eam' (et ses alentours)\",\"show_all_inline_media\":true,\"listed_count\":44,\"profile_link_color\":\"0600b5\",\"followers_count\":755,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\",\"description\":\"Presque musicien, presque dr\\u00f4le, presque original, presque normal, presque intelligent, mais loin d'\\u00eatre parfait. Mais je suis Breton.\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"46863586\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/144273404\\/xb15acfe7365bd11b8abe0faf957eee0.png\",\"profile_sidebar_fill_color\":\"f0f3f5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1704016122\\/loltruc-noel_normal.png\",\"name\":\"Herv\\u00e9 Q\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 13 10:17:50 +0000 2009\",\"profile_sidebar_border_color\":\"2e2103\",\"id\":46863586,\"utc_offset\":3600,\"favourites_count\":556,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188737851854850,\"created_at\":\"Fri Feb 24 23:33:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3227000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c294e4bb-7c99-41b2-aa34-b45757f1b12d-173188737851854850" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon, j'y arrive pas. Je m'ennuie. Je zappe. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1807147455/One_normal.jpg" +}, +"title": "Emilie : Bon, j'y arrive pas. Je m'ennuie. Je zappe. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3228000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon, j'y arrive pas. Je m'ennuie. Je zappe. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188743535136768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":390,\"screen_name\":\"Be_emy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":14880,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Paris - Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":48,\"profile_link_color\":\"990000\",\"followers_count\":882,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1807147455\\/One_normal.jpg\",\"description\":\"Aka la fille aux petitliens. Dedans c'est m\\u00e9lang\\u00e9 Art\\/Graphisme \\/Packaging\\/Photo\\/Design\\/Archi\\/Zic. Dit aussi beaucoup de b\\u00eatises et \\u00e9ternue toujours 2 fois.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"EBEBEB\",\"id_str\":\"205247500\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1807147455\\/One_normal.jpg\",\"name\":\"Emilie \",\"default_profile_image\":false,\"created_at\":\"Wed Oct 20 13:00:38 +0000 2010\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":205247500,\"utc_offset\":null,\"favourites_count\":26,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188743535136768,\"created_at\":\"Fri Feb 24 23:33:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3228000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "620386e8-44fb-4013-9e9d-1cee8f76130e-173188743535136768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW ! OUAIS TONTON @jcfrog !!!!", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW ! OUAIS TONTON @jcfrog !!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3228000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW ! OUAIS TONTON @jcfrog !!!!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[20,27],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188742872436737\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27163,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188742872436737,\"created_at\":\"Fri Feb 24 23:33:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3228000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "88933ff9-6149-4093-9d5e-93ad987c560b-173188742872436737" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Catastrophe de l'éclairage, au premier numéro c'était le son : certains comparent cette émission avec les enfants du rock, ATTENTION #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: Catastrophe de l'éclairage, au premier numéro c'était le son : certains comparent cette émission avec les enfants du rock, ATTENTION #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3229000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Catastrophe de l'\\u00e9clairage, au premier num\\u00e9ro c'\\u00e9tait le son : certains comparent cette \\u00e9mission avec les enfants du rock, ATTENTION #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[133,137]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188747452612609\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"name\":\"Jean-Louis Coste\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":244454441,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188747452612609,\"created_at\":\"Fri Feb 24 23:33:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3229000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "22877399-3517-4bd3-b971-70289d8650cb-173188747452612609" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La boite à rire comme il se décrit RT @machetman J'adoooore le rire discret de @PascalMabille au #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1843724504/_DSC0031_normal.jpg" +}, +"title": "Guillaume BodyLawson: La boite à rire comme il se décrit RT @machetman J'adoooore le rire discret de @PascalMabille au #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3230000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La boite \\u00e0 rire comme il se d\\u00e9crit RT @machetman J'adoooore le rire discret de @PascalMabille au #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"machetman\",\"indices\":[38,48],\"id_str\":\"173039199\",\"name\":\"Peter Schaeffer\",\"id\":173039199},{\"screen_name\":\"PascalMabille\",\"indices\":[79,93],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[97,101]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173188098845458432\",\"id_str\":\"173188748996124673\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188098845458432,\"in_reply_to_user_id_str\":\"173039199\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"GBodyLawson\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":481,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/308657979\\/plan-ratp.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843724504\\/_DSC0031_normal.jpg\",\"description\":\":: En qu\\u00eate du vinyle perdu ::\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"85315326\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/308657979\\/plan-ratp.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843724504\\/_DSC0031_normal.jpg\",\"name\":\"Guillaume BodyLawson\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 26 13:30:59 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":85315326,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"machetman\",\"truncated\":false,\"id\":173188748996124673,\"created_at\":\"Fri Feb 24 23:33:10 +0000 2012\",\"in_reply_to_user_id\":173039199}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3230000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "94d8ffdd-86a8-465e-a32c-78c8b0709218-173188748996124673" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw trop cool @jcfrog en live ;-)", +"img": { +"src": "http://a3.twimg.com/profile_images/853092677/photo_portrait_JM_normal.jpg" +}, +"title": "Jean-Marie LOUCHE: #lgw trop cool @jcfrog en live ;-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3231000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw trop cool @jcfrog en live ;-)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[15,22],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188754960424960\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":743,\"screen_name\":\"jmlouche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2426,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/38852782\\/twitter_bg.jpg\",\"location\":\"Bourgogne - FRANCE\",\"show_all_inline_media\":false,\"listed_count\":74,\"profile_link_color\":\"0084B4\",\"followers_count\":848,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/853092677\\/photo_portrait_JM_normal.jpg\",\"description\":\"CEO Of Odomia - French Virtual Worlds Compagny - Social Media, Web3d and Immersive Internet. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f2f2f2\",\"id_str\":\"14872985\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/38852782\\/twitter_bg.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/853092677\\/photo_portrait_JM_normal.jpg\",\"name\":\"Jean-Marie LOUCHE\",\"default_profile_image\":false,\"created_at\":\"Thu May 22 20:40:23 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":14872985,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/odomia.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188754960424960,\"created_at\":\"Fri Feb 24 23:33:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3231000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cd9327ed-c3cf-47bc-bd62-ffa93612c4bb-173188754960424960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@vinvin expliquez à ma maman ce qu\"il se passe sur le plateau du #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1437002627/DSCN4392_normal.jpg" +}, +"title": "Alban Liabeuf: @vinvin expliquez à ma maman ce qu\"il se passe sur le plateau du #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3231000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Vinvin\",\"favorited\":false,\"text\":\"@vinvin expliquez \\u00e0 ma maman ce qu\\\"il se passe sur le plateau du #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[65,69]}]},\"in_reply_to_user_id\":7223522,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188754830401536\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Albanliabeuf\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":161,\"location\":\"Paris la D\\u00e9fense \",\"profile_text_color\":\"333333\",\"followers_count\":50,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1437002627\\/DSCN4392_normal.jpg\",\"description\":\"vous les autres et moi, mode, photos, finance, geek et n'importe quoi \",\"statuses_count\":411,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"25846622\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Alban Liabeuf\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Mar 22 17:27:25 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":25846622,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/alban-liabeuf\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1437002627\\/DSCN4392_normal.jpg\"},\"truncated\":false,\"id\":173188754830401536,\"created_at\":\"Fri Feb 24 23:33:11 +0000 2012\",\"in_reply_to_user_id_str\":\"7223522\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3231000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "87fa797c-4887-461a-a732-c93f3eb7e9d0-173188754830401536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "JCFROOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOG !!! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1813610224/tcv_normal.jpg" +}, +"title": "Nicolas Padovani: JCFROOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOG !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3232000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"JCFROOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOG !!! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[134,138]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188758185836544\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"_NPado_\",\"lang\":\"fr\",\"favourites_count\":37,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":285,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"description\":\"Semi-geek et sosie non-officiel de Hugh Grant.\",\"statuses_count\":2116,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"81274066\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Nicolas Padovani\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Sat Oct 10 03:47:17 +0000 2009\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":81274066,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\"},\"truncated\":false,\"id\":173188758185836544,\"created_at\":\"Fri Feb 24 23:33:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3232000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "56b3a601-679f-4959-ac5e-c03a8c359d5d-173188758185836544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw il reste", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "cassou caroline: #lgw il reste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3233000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw il reste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188761545482240\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1,\"screen_name\":\"CassouCaroline\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":0,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"486891852\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"cassou caroline\",\"default_profile_image\":true,\"created_at\":\"Wed Feb 08 19:44:43 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":486891852,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188761545482240,\"created_at\":\"Fri Feb 24 23:33:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3233000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6f8deeec-3ee0-456d-8551-864a1fa89f5e-173188761545482240" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@jcfrog is back!!! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: @jcfrog is back!!! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3233000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@jcfrog is back!!! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[0,7],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188761750994945\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"16888281\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4894,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":\"jcfrog\",\"truncated\":false,\"id\":173188761750994945,\"created_at\":\"Fri Feb 24 23:33:13 +0000 2012\",\"in_reply_to_user_id\":16888281}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3233000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "67ace22c-fb72-494f-b4f9-75026b11eeff-173188761750994945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@jcfrog Time #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: @jcfrog Time #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3234000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"jcfrog\",\"truncated\":false,\"text\":\"@jcfrog Time #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[0,7],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":16888281,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188766599610368\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"favourites_count\":30,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":665,\"location\":\"DtC\",\"profile_text_color\":\"333333\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"statuses_count\":7366,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":208,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"monsieurhobby\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":78733185,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173188766599610368,\"created_at\":\"Fri Feb 24 23:33:14 +0000 2012\",\"in_reply_to_user_id_str\":\"16888281\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3234000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c61eb0c0-5606-4855-b95c-1e97bf9fa202-173188766599610368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Qui sont ces gens ? Quelles sont leurs revendications ? #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1726467027/MeSleepingOnHimSleeping_normal.png" +}, +"title": "Alexandre Ier: Qui sont ces gens ? Quelles sont leurs revendications ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3235000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Qui sont ces gens ? Quelles sont leurs revendications ? #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[56,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.osfoora.com\\\" rel=\\\"nofollow\\\"\\u003EOsfoora for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188771754426368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":467,\"screen_name\":\"dakuten\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":31074,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":\"Palais Sup\\u00e9rieur\",\"show_all_inline_media\":true,\"listed_count\":28,\"profile_link_color\":\"32c900\",\"followers_count\":509,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1726467027\\/MeSleepingOnHimSleeping_normal.png\",\"description\":\"Je suis un bobo, je crois. Monarque de la #BBS. Ad vitam \\u00e6ternam superior.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"dddddd\",\"id_str\":\"9451612\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"dddddd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1726467027\\/MeSleepingOnHimSleeping_normal.png\",\"name\":\"Alexandre Ier\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 15 08:56:50 +0000 2007\",\"profile_sidebar_border_color\":\"32c900\",\"id\":9451612,\"utc_offset\":3600,\"favourites_count\":106,\"url\":\"http:\\/\\/dakuten.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188771754426368,\"created_at\":\"Fri Feb 24 23:33:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3235000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e9c9b553-4e56-46f8-8369-21bc6ec54803-173188771754426368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Jcfrog #cQui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1186211112/MyBEP_Laurent_normal.png" +}, +"title": "laurent GEFFROY: Jcfrog #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3236000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Jcfrog #cQui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[7,12]},{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188777538359296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"lgeffroy\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":765,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"2FC2EF\",\"followers_count\":58,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1186211112\\/MyBEP_Laurent_normal.png\",\"description\":\".Net Architect, loves technologies and Baseball\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"6807672\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1186211112\\/MyBEP_Laurent_normal.png\",\"name\":\"laurent GEFFROY\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 14 09:14:06 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":6807672,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.laurentgeffroy.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188777538359296,\"created_at\":\"Fri Feb 24 23:33:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3236000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "384dc860-65b1-4060-81e2-c5a00a3d7092-173188777538359296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@Raydacteur: #lgw #cQui François Rollin ?”", +"img": { +"src": "http://a0.twimg.com/profile_images/1606679449/image_normal.jpg" +}, +"title": "Arthur Delacorta: “@Raydacteur: #lgw #cQui François Rollin ?”", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3236000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u201c@Raydacteur: #lgw #cQui Fran\\u00e7ois Rollin ?\\u201d\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Raydacteur\",\"indices\":[1,12],\"name\":\"Philippe B\",\"id_str\":\"14400518\",\"id\":14400518}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"cQui\",\"indices\":[19,24]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188775382491136\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"F2E195\",\"screen_name\":\"ArthurDelacorta\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1663,\"location\":\"\",\"profile_text_color\":\"0C3E53\",\"followers_count\":508,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1606679449\\/image_normal.jpg\",\"description\":\"L\\u2019utopie est \\u00e0 la politique, ce qu\\u2019est le fantasme \\u00e0 la sexualit\\u00e9. Le d\\u00e9sir guid\\u00e9 par nos utopies et nos fantasmes doit faire progresser notre vie.\",\"statuses_count\":9837,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":33,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"protected\":false,\"id_str\":\"21702648\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Arthur Delacorta\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"created_at\":\"Mon Feb 23 22:36:57 +0000 2009\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"id\":21702648,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/delacorta.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1606679449\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188775382491136,\"created_at\":\"Fri Feb 24 23:33:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3236000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e51db044-460f-4957-bf15-d9b163bebdd0-173188775382491136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Eeeeeet @jcfrog mesdames et messieurs !!! Le retour du come-back. Une 1ère mondiale : un concert live en Skype #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Eeeeeet @jcfrog mesdames et messieurs !!! Le retour du come-back. Une 1ère mondiale : un concert live en Skype #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3236000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Eeeeeet @jcfrog mesdames et messieurs !!! Le retour du come-back. Une 1\\u00e8re mondiale : un concert live en Skype #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[8,15],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[111,115]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188775533481985\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3270,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1481,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173188775533481985,\"created_at\":\"Fri Feb 24 23:33:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3236000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2af6d4b5-b30e-4605-8227-e6e69ec4f471-173188775533481985" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @BoucherieOvalie: J'avais arrêté la drogue. Mais ça c'était avant #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1700544832/100_9715_normal.JPG" +}, +"title": "TInglotFantuzzi: RT @BoucherieOvalie: J'avais arrêté la drogue. Mais ça c'était avant #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3238000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @BoucherieOvalie: J'avais arr\\u00eat\\u00e9 la drogue. Mais \\u00e7a c'\\u00e9tait avant #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"BoucherieOvalie\",\"indices\":[3,19],\"name\":\"Boucherie Ovalie\",\"id_str\":\"260277866\",\"id\":260277866}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[69,73]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'avais arr\\u00eat\\u00e9 la drogue. Mais \\u00e7a c'\\u00e9tait avant #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[48,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188636685246464\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"BoucherieOvalie\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1017,\"location\":\"Derri\\u00e8re toi, c'est affreux\",\"profile_text_color\":\"666666\",\"followers_count\":4074,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"description\":\"La vie est trop courte pour comprendre le rugby, alors autant en rigoler.\",\"statuses_count\":6706,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"260277866\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Boucherie Ovalie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"created_at\":\"Thu Mar 03 15:22:13 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":260277866,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/boucherie-ovalie.org\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\"},\"truncated\":false,\"id\":173188636685246464,\"created_at\":\"Fri Feb 24 23:32:43 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188782194032640\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"TInglotFantuzzi\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":294,\"location\":\"\",\"profile_text_color\":\"ffffff\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1700544832\\/100_9715_normal.JPG\",\"description\":\"Journaliste au Monde du Rugby et au Monde du Football - chieur n\\u00e9 :) - optimiste \",\"statuses_count\":558,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/361334498\\/ClaptonCaleFlyer.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0083b3\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"400081171\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"TInglotFantuzzi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/361334498\\/ClaptonCaleFlyer.jpg\",\"created_at\":\"Fri Oct 28 13:39:29 +0000 2011\",\"profile_sidebar_fill_color\":\"272929\",\"id\":400081171,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700544832\\/100_9715_normal.JPG\"},\"truncated\":false,\"id\":173188782194032640,\"created_at\":\"Fri Feb 24 23:33:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3238000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eee54a8a-2288-40ad-84e0-151c8eb6c003-173188782194032640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai vu Mourad #Boudjellal qui se cache dans les loges avec Berdos ! #cqui RT @Marcelcomics: Y'a pas Afflelou dans le public ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1747820307/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg" +}, +"title": "Marius: J'ai vu Mourad #Boudjellal qui se cache dans les loges avec Berdos ! #cqui RT @Marcelcomics: Y'a pas Afflelou dans le public ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3238000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai vu Mourad #Boudjellal qui se cache dans les loges avec Berdos ! #cqui RT @Marcelcomics: Y'a pas Afflelou dans le public ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Marcelcomics\",\"indices\":[78,91],\"id_str\":\"386966557\",\"name\":\"Marcel Comics\",\"id\":386966557}],\"urls\":[],\"hashtags\":[{\"text\":\"Boudjellal\",\"indices\":[15,26]},{\"text\":\"cqui\",\"indices\":[69,74]},{\"text\":\"lgw\",\"indices\":[127,131]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188786023436288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":372,\"screen_name\":\"tatamirugby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":26634,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":68,\"profile_link_color\":\"0084B4\",\"followers_count\":842,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"description\":\"Je parle de sport, supporter de rugby et du @RacingMetro92 , joueur au @RCGV92 , \\u00e9tudiant @HETIC en #H3 !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"27248204\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"name\":\"Marius\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 15:36:02 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":27248204,\"utc_offset\":3600,\"favourites_count\":50,\"url\":\"http:\\/\\/www.facebook.com\\/tatamirugby\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188786023436288,\"created_at\":\"Fri Feb 24 23:33:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3238000, +"tags": [ +{ +"id-ref": "f061b02c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0f6aa7ef-87b1-4680-ae6a-6e85d0cdc4ff-173188786023436288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Donc moi je ne comprends pas grand chose à #lgw . Dois pas être assez open. Et puis je m'ennuie.", +"img": { +"src": "http://a3.twimg.com/profile_images/1479803960/DSCN2099_normal.JPG" +}, +"title": "Flavie Fabre: Donc moi je ne comprends pas grand chose à #lgw . Dois pas être assez open. Et puis je m'ennuie.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3238000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Donc moi je ne comprends pas grand chose \\u00e0 #lgw . Dois pas \\u00eatre assez open. Et puis je m'ennuie.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188785188769792\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":134,\"screen_name\":\"FlavieFabre\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":1986,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/261316431\\/cerisierjaponaisg.jpg\",\"location\":\"Montpellier\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0099B9\",\"followers_count\":71,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1479803960\\/DSCN2099_normal.JPG\",\"description\":\"Observatrice critique de la vie\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"156019825\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/261316431\\/cerisierjaponaisg.jpg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1479803960\\/DSCN2099_normal.JPG\",\"name\":\"Flavie Fabre\",\"default_profile_image\":false,\"created_at\":\"Tue Jun 15 20:17:13 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":156019825,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188785188769792,\"created_at\":\"Fri Feb 24 23:33:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3238000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "72254b89-e705-4538-a6dd-8d3bd2b1b414-173188785188769792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "À fond Jérôme !!! #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1811720431/IMG_2127_normal.JPG" +}, +"title": "Florym: À fond Jérôme !!! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3239000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"\\u00c0 fond J\\u00e9r\\u00f4me !!! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[18,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188790049972224\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Florym\",\"lang\":\"fr\",\"favourites_count\":52,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":104,\"location\":\"\",\"profile_text_color\":\"666666\",\"description\":\"Un Gazouilleur dans le Val de l'Aisne\",\"statuses_count\":1154,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/73083777\\/DSC00500.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"2FC2EF\",\"followers_count\":72,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811720431\\/IMG_2127_normal.JPG\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"20206331\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Florym\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/73083777\\/DSC00500.jpg\",\"created_at\":\"Fri Feb 06 00:45:20 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":20206331,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.lechezmalocast.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811720431\\/IMG_2127_normal.JPG\"},\"in_reply_to_status_id\":null,\"id\":173188790049972224,\"created_at\":\"Fri Feb 24 23:33:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3239000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "49768976-95f2-4fe5-ae45-3ae7cd26b38a-173188790049972224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste !!!", +"img": { +"src": "http://a3.twimg.com/profile_images/1667608295/14637_182160328796_672263796_3064515_7617385_n_normal.jpg" +}, +"title": "Eglantine Heyndrickx: #lgw #ilreste !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3240000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste !!!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188792402972672\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"e_heyndrickx\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":30,\"location\":\"\",\"profile_text_color\":\"666666\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1667608295\\/14637_182160328796_672263796_3064515_7617385_n_normal.jpg\",\"description\":\"\",\"statuses_count\":50,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"83161027\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Eglantine Heyndrickx\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Sat Oct 17 15:58:31 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":83161027,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667608295\\/14637_182160328796_672263796_3064515_7617385_n_normal.jpg\"},\"truncated\":false,\"id\":173188792402972672,\"created_at\":\"Fri Feb 24 23:33:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3240000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c45b4a79-c609-42f0-a485-7821fcf018a8-173188792402972672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Un concert ? Via Skype ? Sérieux ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1776332006/Zeke_normal.jpg" +}, +"title": "[T61] Rémy S.: #LGW Un concert ? Via Skype ? Sérieux ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3240000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Un concert ? Via Skype ? S\\u00e9rieux ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188793879375872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":103,\"screen_name\":\"ThatVeryBadFlip\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":11102,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"location\":\"France - 66500, Prades\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":112,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\",\"description\":\"I don't know tweeting in English very well . But when I do, it's in French.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"169bde\",\"id_str\":\"165862367\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432613878\\/lastofus4.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1776332006\\/Zeke_normal.jpg\",\"name\":\"[T61] R\\u00e9my S.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 12 18:48:22 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":165862367,\"utc_offset\":3600,\"favourites_count\":27,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188793879375872,\"created_at\":\"Fri Feb 24 23:33:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3240000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "28353c40-172c-46c8-baca-8b525e59b1d7-173188793879375872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Premier concert skype avec @jcfrog #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: Premier concert skype avec @jcfrog #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3240000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Premier concert skype avec @jcfrog #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[27,34],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188792260378624\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"JulR\",\"lang\":\"en\",\"favourites_count\":17,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":820,\"location\":\"Paris \\/ Damas\",\"profile_text_color\":\"333333\",\"followers_count\":793,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"statuses_count\":13060,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":10572732,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.syrieonline.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\"},\"truncated\":false,\"id\":173188792260378624,\"created_at\":\"Fri Feb 24 23:33:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3240000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bdac1b56-a63d-44de-97e0-d7493d168cf4-173188792260378624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le concept d'utiliser du temps d'antenne à la télé pour diffuser des vidéos qui vient des internets. Sérieux ça me dépasse. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1708202383/Seb-Champion_normal.jpg" +}, +"title": "Sebastien Champion: Le concept d'utiliser du temps d'antenne à la télé pour diffuser des vidéos qui vient des internets. Sérieux ça me dépasse. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3242000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le concept d'utiliser du temps d'antenne \\u00e0 la t\\u00e9l\\u00e9 pour diffuser des vid\\u00e9os qui vient des internets. S\\u00e9rieux \\u00e7a me d\\u00e9passe. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[124,128]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188798941896704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":10,\"screen_name\":\"SebChampion\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris - La D\\u00e9fense, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1708202383\\/Seb-Champion_normal.jpg\",\"description\":\"Votre entreprise a besoin de faire red\\u00e9finir ses inputs par un process-designer \\u00e0 m\\u00eame d'induire d'importants transferts\\r\\nde modalit\\u00e9s de prises en offres.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"443858436\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1708202383\\/Seb-Champion_normal.jpg\",\"name\":\"Sebastien Champion\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 22 16:30:19 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":443858436,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.perdu.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188798941896704,\"created_at\":\"Fri Feb 24 23:33:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3242000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b8a461dc-f97d-48a9-9334-d63441299cf0-173188798941896704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@cilwang J'ai joué des sketchs de \"Palace\" sur scène #JeudiConfession #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1450101729/manarajeans_normal.png" +}, +"title": "Qrieuse: @cilwang J'ai joué des sketchs de \"Palace\" sur scène #JeudiConfession #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3242000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@cilwang J'ai jou\\u00e9 des sketchs de \\\"Palace\\\" sur sc\\u00e8ne #JeudiConfession #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"cilwang\",\"indices\":[0,8],\"id_str\":\"6531532\",\"name\":\"Cil\",\"id\":6531532}],\"urls\":[],\"hashtags\":[{\"text\":\"JeudiConfession\",\"indices\":[53,69]},{\"text\":\"lgw\",\"indices\":[70,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188802616111105\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"6531532\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":218,\"screen_name\":\"qrieuse\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7088,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/172595545\\/goodbyeJan.jpg\",\"location\":\"Peut-\\u00eatre juste derri\\u00e8re toi ?\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"FF3300\",\"followers_count\":688,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1450101729\\/manarajeans_normal.png\",\"description\":\"\\u00c9picurienne...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"141413\",\"id_str\":\"216706997\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/172595545\\/goodbyeJan.jpg\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1450101729\\/manarajeans_normal.png\",\"name\":\"Qrieuse\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 17 13:59:55 +0000 2010\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":216706997,\"utc_offset\":3600,\"favourites_count\":19,\"url\":\"http:\\/\\/qrieuse.blogspot.com\\/\"},\"in_reply_to_screen_name\":\"cilwang\",\"truncated\":false,\"id\":173188802616111105,\"created_at\":\"Fri Feb 24 23:33:22 +0000 2012\",\"in_reply_to_user_id\":6531532}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3242000, +"tags": [ +{ +"id-ref": "f0626d96-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2207397e-28bd-43ad-92c7-0593c3467a50-173188802616111105" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah! Ah! @LudoDelaherche cité au #LGW #Star :)\nMais là je me casse! #Cnul", +"img": { +"src": "http://a2.twimg.com/profile_images/1637686119/image_normal.jpg" +}, +"title": "Yann MALICHECQ: Ah! Ah! @LudoDelaherche cité au #LGW #Star :)\nMais là je me casse! #Cnul", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3243000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ah! Ah! @LudoDelaherche cit\\u00e9 au #LGW #Star :)\\nMais l\\u00e0 je me casse! #Cnul\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[8,23],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[32,36]},{\"text\":\"Star\",\"indices\":[37,42]},{\"text\":\"Cnul\",\"indices\":[67,72]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188805816356865\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"kakaOpopo\",\"lang\":\"fr\",\"favourites_count\":125,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":490,\"location\":\"Pas \\u00e0 Toulouse\",\"profile_text_color\":\"333333\",\"followers_count\":324,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1637686119\\/image_normal.jpg\",\"description\":\"Une religion? L'Ovalie. Un dieu? JC Sarda et son proph\\u00e8te @OvaleMasque. Un chiffre? 51! Grand Abhorrateur du Kaka o Popo. Une equipe? Le ST, voyons!\",\"statuses_count\":9070,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"West Central Africa\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"408071950\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Yann MALICHECQ\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Tue Nov 08 23:06:54 +0000 2011\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":408071950,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1637686119\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188805816356865,\"created_at\":\"Fri Feb 24 23:33:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3243000, +"tags": [ +{ +"id-ref": "f0628de4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f062926c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8b782d96-ec11-4ba0-aa1b-e7b111b2bfc1-173188805816356865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@benoitlebreau ils ont fait semblant de pas rire ils ont peur de la jeune génération que tu représente ! #lgw ils ont peur pour leur place", +"img": { +"src": "http://a1.twimg.com/profile_images/1838462962/w314uSp6_normal" +}, +"title": "myPlanetarium: @benoitlebreau ils ont fait semblant de pas rire ils ont peur de la jeune génération que tu représente ! #lgw ils ont peur pour leur place", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3243000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"benoitlebreau\",\"favorited\":false,\"text\":\"@benoitlebreau ils ont fait semblant de pas rire ils ont peur de la jeune g\\u00e9n\\u00e9ration que tu repr\\u00e9sente ! #lgw ils ont peur pour leur place\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"benoitlebreau\",\"indices\":[0,14],\"name\":\"Benoit Lebreau\",\"id_str\":\"267290862\",\"id\":267290862}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[105,109]}]},\"in_reply_to_user_id\":267290862,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173187898441596928,\"in_reply_to_status_id_str\":\"173187898441596928\",\"id_str\":\"173188803115220992\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"my_Planetarium_\",\"lang\":\"fr\",\"favourites_count\":124,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":268,\"location\":\"La D\\u00e9fense\",\"profile_text_color\":\"333333\",\"followers_count\":121,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\",\"description\":\"myplanetarium.com\",\"statuses_count\":2853,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"302897276\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"myPlanetarium\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat May 21 23:24:01 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":302897276,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/myplanetarium.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\"},\"truncated\":false,\"id\":173188803115220992,\"created_at\":\"Fri Feb 24 23:33:23 +0000 2012\",\"in_reply_to_user_id_str\":\"267290862\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3243000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d7c0e545-8d9c-445b-910a-8e3479879307-173188803115220992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Skype c'est mal c'est pas #libre :-((( #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: #Skype c'est mal c'est pas #libre :-((( #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3246000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Skype c'est mal c'est pas #libre :-((( #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Skype\",\"indices\":[0,6]},{\"text\":\"libre\",\"indices\":[27,33]},{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188818491555840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10392,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Internet\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"name\":\"Fran\\u00e7ois Revol\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":102075787,\"utc_offset\":null,\"favourites_count\":19,\"url\":\"http:\\/\\/revolf.free.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188818491555840,\"created_at\":\"Fri Feb 24 23:33:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3246000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f062cbba-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f062d0a6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "04e24663-c359-47ce-84d6-608d1f074bd8-173188818491555840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "OMG, @jcfrog en concert live ! ♥ #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: OMG, @jcfrog en concert live ! ♥ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3247000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"OMG, @jcfrog en concert live ! ♥ #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[5,12],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188820148293632\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"profile_text_color\":\"CEC79B\",\"statuses_count\":35532,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"location\":\"Au pied d'un arc-en-ciel.\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"profile_sidebar_fill_color\":\"46284E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"name\":\"Sylvain Sanders\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_border_color\":\"20183F\",\"id\":37389744,\"utc_offset\":3600,\"favourites_count\":62,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188820148293632,\"created_at\":\"Fri Feb 24 23:33:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3247000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6b34ea2d-d7f1-4604-8e07-b11eaf913c98-173188820148293632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Avec #LGW après les #cesars2012 , ce vendredi 23 restera comme la soirée \"je comprend pas ce que je regarde\".", +"img": { +"src": "http://a2.twimg.com/profile_images/1620344543/kauten-mat-boy-mimicking-hitler-january-23-1943_normal.jpg" +}, +"title": "car_melo: Avec #LGW après les #cesars2012 , ce vendredi 23 restera comme la soirée \"je comprend pas ce que je regarde\".", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3247000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Avec #LGW apr\\u00e8s les #cesars2012 , ce vendredi 23 restera comme la soir\\u00e9e \\\"je comprend pas ce que je regarde\\\".\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[5,9]},{\"text\":\"cesars2012\",\"indices\":[20,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188820504805377\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":121,\"screen_name\":\"Initials_MC\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":678,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/419623805\\/melody.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0b0d0c\",\"followers_count\":39,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1620344543\\/kauten-mat-boy-mimicking-hitler-january-23-1943_normal.jpg\",\"description\":\"Happiness Is a Warm Gun. 28 ans, en pleine crise d'adolescence. N'a pas de lien avec @trollator si ce n'est sa civilisation sup\\u00e9rieure.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"34442230\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/419623805\\/melody.jpg\",\"profile_sidebar_fill_color\":\"3f3ff5\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1620344543\\/kauten-mat-boy-mimicking-hitler-january-23-1943_normal.jpg\",\"name\":\"car_melo\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 22 23:29:02 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":34442230,\"utc_offset\":3600,\"favourites_count\":45,\"url\":\"http:\\/\\/thecaptainhooksyndrome.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188820504805377,\"created_at\":\"Fri Feb 24 23:33:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3247000, +"tags": [ +{ +"id-ref": "ef243180-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a7ce9ed-c8b5-4a7f-ba72-93d11a2e4650-173188820504805377" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Rollin confond systématiquement petit et grand rayon de braquage dans colère... #HOUUUUUUUUUUUU", +"img": { +"src": "http://a3.twimg.com/profile_images/1745475983/dodocarre_normal.GIF" +}, +"title": "CombienDeDodos.com: #lgw Rollin confond systématiquement petit et grand rayon de braquage dans colère... #HOUUUUUUUUUUUU", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3247000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Rollin confond syst\\u00e9matiquement petit et grand rayon de braquage dans col\\u00e8re... #HOUUUUUUUUUUUU\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"HOUUUUUUUUUUUU\",\"indices\":[85,100]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188820773253120\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":135,\"screen_name\":\"CombienDeDodos\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":149,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/375741412\\/smiley_dodo_noel.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1745475983\\/dodocarre_normal.GIF\",\"description\":\"Marre de r\\u00e9pondre \\u00e0 la question Combien de dodos avant No\\u00ebl ?\\r\\nCliquez l\\u00e0 http:\\/\\/www.combiendedodos.com :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"419057767\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/375741412\\/smiley_dodo_noel.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1745475983\\/dodocarre_normal.GIF\",\"name\":\"CombienDeDodos.com\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 22 22:15:05 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":419057767,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/www.combiendedodos.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188820773253120,\"created_at\":\"Fri Feb 24 23:33:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3247000, +"tags": [ +{ +"id-ref": "f0632344-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0f1abdcf-e177-4da0-b151-ee141cccc0f7-173188820773253120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw wow haha... http://t.co/zGMLBxJN", +"img": { +"src": "http://a1.twimg.com/profile_images/1804331808/472_normal.gif" +}, +"title": "Wally Lim: #lgw wow haha... http://t.co/zGMLBxJN", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3247000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"#lgw wow haha... http:\\/\\/t.co\\/zGMLBxJN\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[{\"display_url\":\"bit.ly\\/zHaFVk\",\"expanded_url\":\"http:\\/\\/bit.ly\\/zHaFVk\",\"indices\":[17,37],\"url\":\"http:\\/\\/t.co\\/zGMLBxJN\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"possibly_sensitive_editable\":true,\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"screen_name\":\"glorydep\",\"follow_request_sent\":null,\"lang\":\"en\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804331808\\/472_normal.gif\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"EEEEEE\",\"location\":\"Austin\",\"favourites_count\":0,\"description\":\"Father, Friend, Husband, Business owner, Apple user, Rental Property Owner\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"profile_text_color\":\"333333\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804331808\\/472_normal.gif\",\"statuses_count\":218,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"protected\":false,\"is_translator\":false,\"name\":\"Wally Lim\",\"default_profile\":false,\"time_zone\":\"Chihuahua\",\"created_at\":\"Sat Feb 04 20:56:00 +0000 2012\",\"profile_background_color\":\"ACDED6\",\"id\":483282011,\"id_str\":\"483282011\",\"geo_enabled\":false,\"profile_background_tile\":false,\"utc_offset\":-25200,\"url\":null},\"in_reply_to_status_id\":null,\"id\":173188821238816770,\"created_at\":\"Fri Feb 24 23:33:27 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188821238816770\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3247000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "554e0e41-e909-4b95-9a9c-352c9adc0511-173188821238816770" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "jérôooooooooooome !!!!! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1115735941/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png" +}, +"title": "Christophe Ponsolle: jérôooooooooooome !!!!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3247000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"j\\u00e9r\\u00f4ooooooooooome !!!!! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188821045878784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":364,\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"profile_text_color\":\"999393\",\"statuses_count\":1208,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"name\":\"Christophe Ponsolle\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":25338852,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188821045878784,\"created_at\":\"Fri Feb 24 23:33:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3247000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "499f1cb8-48b7-4832-8a32-96971c35021a-173188821045878784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "PsychedelOURS!!! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1735644265/front_de_gauche_annee_normal.jpg" +}, +"title": "Cachounette: PsychedelOURS!!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3247000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"PsychedelOURS!!! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188821444329474\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":40,\"screen_name\":\"cachounette\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":250,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"description\":\"sage femme, militante PCF-Front de gauche et CGT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"id_str\":\"39092205\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"name\":\"Cachounette\",\"default_profile_image\":false,\"created_at\":\"Sun May 10 18:40:14 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":39092205,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188821444329474,\"created_at\":\"Fri Feb 24 23:33:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3247000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "44bc0775-3804-4533-942d-1bb0e7f72ef9-173188821444329474" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est dramatique!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1771348218/image1327174991_normal.png" +}, +"title": "Jim0PROFIT: #lgw c'est dramatique!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3248000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c'est dramatique!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188825105969152\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":368,\"screen_name\":\"Jim0PROFIT\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4753,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"D02B55\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"description\":\"Consulting, Syst\\u00e8me administrateur, geekoophile, et tellement de choses qu'une journ\\u00e9e de 24H ne suffit plus!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"18874683\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"name\":\"Jim0PROFIT\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 11 18:26:59 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":18874683,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/choari.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188825105969152,\"created_at\":\"Fri Feb 24 23:33:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3248000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62ec4bda-f64b-4a7b-839e-f3822fe52d7f-173188825105969152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Wouuuuh @jcfrog #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: Wouuuuh @jcfrog #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3249000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_user_id\":null,\"truncated\":false,\"text\":\"Wouuuuh @jcfrog #lgw\",\"created_at\":\"Fri Feb 24 23:33:29 +0000 2012\",\"entities\":{\"user_mentions\":[{\"indices\":[8,15],\"screen_name\":\"jcfrog\",\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"retweet_count\":0,\"retweeted\":false,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"coordinates\":null,\"in_reply_to_user_id_str\":null,\"id_str\":\"173188830659231745\",\"geo\":null,\"in_reply_to_screen_name\":null,\"user\":{\"contributors_enabled\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"lang\":\"fr\",\"statuses_count\":4353,\"profile_use_background_image\":true,\"url\":null,\"listed_count\":12,\"notifications\":null,\"profile_text_color\":\"3E4415\",\"screen_name\":\"RdNetwork\",\"is_translator\":false,\"show_all_inline_media\":true,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"default_profile\":false,\"following\":null,\"profile_link_color\":\"D02B55\",\"location\":\"France - Moselle\",\"time_zone\":\"Paris\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"profile_background_tile\":false,\"protected\":false,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"99CC33\",\"name\":\"R\\u00e9my D.\",\"verified\":false,\"favourites_count\":1,\"id\":48825435,\"utc_offset\":3600,\"friends_count\":771,\"profile_sidebar_border_color\":\"829D5E\"},\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173188830659231745,\"contributors\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3249000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e9ee6b9c-499c-4f30-8781-6585a5ae2415-173188830659231745" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Décalé les oursons après les vaches #ilReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1843979295/mt_normal.png" +}, +"title": "Maryan: Décalé les oursons après les vaches #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3250000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"D\\u00e9cal\\u00e9 les oursons apr\\u00e8s les vaches #ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[37,45]},{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188833280655360\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":237,\"screen_name\":\"maryan_T\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":270,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/378380740\\/twilk_background_4ee1335455f2d.jpg\",\"location\":\"Compiegne\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":37,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843979295\\/mt_normal.png\",\"description\":\"Ing\\u00e9nieur syst\\u00e9me UTC\\r\\nTweet or not tweet ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"234819773\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378380740\\/twilk_background_4ee1335455f2d.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843979295\\/mt_normal.png\",\"name\":\"Maryan\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 06 17:07:30 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":234819773,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188833280655360,\"created_at\":\"Fri Feb 24 23:33:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3250000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9637a36-6310-4d33-8408-ae35abf59cf1-173188833280655360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@legrandwebze une emission qui passe des animations de cyriak en le citant ne mérite que de rester programmée ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/123600529/bracelet_normal.JPG" +}, +"title": "Richard: @legrandwebze une emission qui passe des animations de cyriak en le citant ne mérite que de rester programmée ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3250000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@legrandwebze une emission qui passe des animations de cyriak en le citant ne m\\u00e9rite que de rester programm\\u00e9e ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188834077581312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":229,\"screen_name\":\"Iryngael\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1961,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Midi-Pyr\\u00e9n\\u00e9es, Moissac\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"description\":\"Gros connard sympa n\\u00e9anmoins :o\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"29106955\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"name\":\"Richard\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 06 00:46:40 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":29106955,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173188834077581312,\"created_at\":\"Fri Feb 24 23:33:30 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3250000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dc0e8ea2-66d8-4ff4-af48-e10900e5aa8d-173188834077581312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze Il faut préciser que les vidéos sont coupées, ca fait bizarre quand on les connait ;) #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1765884425/StopSOPA-Profile-Picture_normal.png" +}, +"title": "Captain Metal-Mighty: @LeGrandWebze Il faut préciser que les vidéos sont coupées, ca fait bizarre quand on les connait ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3250000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze Il faut pr\\u00e9ciser que les vid\\u00e9os sont coup\\u00e9es, ca fait bizarre quand on les connait ;) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[100,104]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173188510247952384\",\"id_str\":\"173188832823488512\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188510247952384,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":345,\"screen_name\":\"MetalMighty\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":5736,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Nevers, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"2FC2EF\",\"followers_count\":91,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1765884425\\/StopSOPA-Profile-Picture_normal.png\",\"description\":\"Mod\\u00e9rateur, R\\u00e9dacteur et Responsable Technique de Plan\\u00e8te-Sonic.\\r\\nJ'accepte les demandes de follow si on se conna\\u00eet.\\r\\nEtudiant IT CS2i.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"106233892\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1765884425\\/StopSOPA-Profile-Picture_normal.png\",\"name\":\"Captain Metal-Mighty\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 18 22:43:43 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":106233892,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.planete-sonic.com\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173188832823488512,\"created_at\":\"Fri Feb 24 23:33:30 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3250000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4751cdc7-4ecd-4df8-a92a-adfff28a27f4-173188832823488512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @KlaireFr: J'ai une peur panique des pigeons. Cette séquence est un cauchemar #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1604619978/gdx_profil_normal.jpg" +}, +"title": "Geoffrey Delcroix: RT @KlaireFr: J'ai une peur panique des pigeons. Cette séquence est un cauchemar #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3250000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @KlaireFr: J'ai une peur panique des pigeons. Cette s\\u00e9quence est un cauchemar #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[3,12],\"name\":\"Klaire.fr\",\"id_str\":\"28096610\",\"id\":28096610}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[81,85]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'ai une peur panique des pigeons. Cette s\\u00e9quence est un cauchemar #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188480413876224\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C6E2EE\",\"screen_name\":\"KlaireFr\",\"lang\":\"fr\",\"favourites_count\":35,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":780,\"location\":\"Paris\",\"profile_text_color\":\"663B12\",\"followers_count\":7194,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"description\":\"A un mauvais caract\\u00e8re. Mais un sur 140, \\u00e7a va. \",\"statuses_count\":9882,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"show_all_inline_media\":true,\"listed_count\":282,\"profile_link_color\":\"1F98C7\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C6E2EE\",\"protected\":false,\"id_str\":\"28096610\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Klaire.fr\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"created_at\":\"Wed Apr 01 12:34:58 +0000 2009\",\"profile_sidebar_fill_color\":\"DAECF4\",\"id\":28096610,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.klaire.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\"},\"truncated\":false,\"id\":173188480413876224,\"created_at\":\"Fri Feb 24 23:32:06 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188834564112384\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"geoffdelc\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":201,\"location\":\"Paris, Fr\",\"profile_text_color\":\"333333\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1604619978\\/gdx_profil_normal.jpg\",\"description\":\"part-time g33k, part-time privacy advocate. full time future thinker\",\"statuses_count\":730,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/338957584\\/sad_panda_3.jpg\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"18341132\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Geoffrey Delcroix\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/338957584\\/sad_panda_3.jpg\",\"created_at\":\"Tue Dec 23 20:07:06 +0000 2008\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":18341132,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/futurenewswire.hautetfort.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1604619978\\/gdx_profil_normal.jpg\"},\"truncated\":false,\"id\":173188834564112384,\"created_at\":\"Fri Feb 24 23:33:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3250000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dd1caa42-8372-402c-a512-6adb2a9c96f6-173188834564112384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @fbrahimi: #ireste #ipart #cqui #changedeton faudrait indiquer la question sur le mur ou l'énoncer #OnComprendPasLinteretDeLaQuestion ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1281493147/new-logo-taleque-multimedia-web_normal.jpg" +}, +"title": "Maud Talêque: RT @fbrahimi: #ireste #ipart #cqui #changedeton faudrait indiquer la question sur le mur ou l'énoncer #OnComprendPasLinteretDeLaQuestion ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3251000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @fbrahimi: #ireste #ipart #cqui #changedeton faudrait indiquer la question sur le mur ou l'\\u00e9noncer #OnComprendPasLinteretDeLaQuestion ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"fbrahimi\",\"indices\":[3,12],\"id_str\":\"5836692\",\"name\":\"Fadhila BRAHIMI\",\"id\":5836692}],\"urls\":[],\"hashtags\":[{\"text\":\"ireste\",\"indices\":[14,21]},{\"text\":\"ipart\",\"indices\":[22,28]},{\"text\":\"cqui\",\"indices\":[29,34]},{\"text\":\"changedeton\",\"indices\":[35,47]},{\"text\":\"OnComprendPasLinteretDeLaQuestion\",\"indices\":[102,136]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#ireste #ipart #cqui #changedeton faudrait indiquer la question sur le mur ou l'\\u00e9noncer #OnComprendPasLinteretDeLaQuestion #lgw via #TVcheck\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ireste\",\"indices\":[0,7]},{\"text\":\"ipart\",\"indices\":[8,14]},{\"text\":\"cqui\",\"indices\":[15,20]},{\"text\":\"changedeton\",\"indices\":[21,33]},{\"text\":\"OnComprendPasLinteretDeLaQuestion\",\"indices\":[88,122]},{\"text\":\"lgw\",\"indices\":[123,127]},{\"text\":\"TVcheck\",\"indices\":[132,140]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/fr\\/app\\/tvcheck\\/id437347192?mt=8\\\" rel=\\\"nofollow\\\"\\u003ETVcheck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188208438423552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3401,\"screen_name\":\"fbrahimi\",\"lang\":\"fr\",\"profile_text_color\":\"A30034\",\"statuses_count\":36947,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"location\":\"Nomade. France - Maghreb \",\"show_all_inline_media\":true,\"listed_count\":1250,\"profile_link_color\":\"000000\",\"followers_count\":11936,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\",\"description\":\"Dir. FB&Associ\\u00e9s #StrategieDePresence | CoAuteure #Moi20 | Chroniqueuse @Widoobiz | Conf\\u00e9renci\\u00e8re #Tedx | Bureau @MediaAces | \\u2665 #music #politic #SocialTV #Pause\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"F5EACF\",\"id_str\":\"5836692\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"profile_sidebar_fill_color\":\"F5EACF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\",\"name\":\"Fadhila BRAHIMI\",\"default_profile_image\":false,\"created_at\":\"Mon May 07 16:20:02 +0000 2007\",\"profile_sidebar_border_color\":\"B28465\",\"id\":5836692,\"utc_offset\":3600,\"favourites_count\":160,\"url\":\"http:\\/\\/www.fadhilabrahimi.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188208438423552,\"created_at\":\"Fri Feb 24 23:31:01 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188838364151809\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":169,\"screen_name\":\"Taleque\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":730,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/115483974\\/bg-twitter.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0099CC\",\"followers_count\":71,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1281493147\\/new-logo-taleque-multimedia-web_normal.jpg\",\"description\":\"Infographiste toujours \\u00e0 v\\u00e9lo - photographe du web au print je passe partout.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"60652693\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/115483974\\/bg-twitter.jpg\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1281493147\\/new-logo-taleque-multimedia-web_normal.jpg\",\"name\":\"Maud Tal\\u00eaque\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 27 17:17:59 +0000 2009\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":60652693,\"utc_offset\":3600,\"favourites_count\":8,\"url\":\"http:\\/\\/www.taleque.com\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173188838364151809,\"created_at\":\"Fri Feb 24 23:33:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3251000, +"tags": [ +{ +"id-ref": "ef16598e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef49f848-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efbbbfaa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f04c1c1c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "818ac7f1-b66c-42be-8950-3e94f51f8cf5-173188838364151809" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est du lourd, jérôme en live attention. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: C'est du lourd, jérôme en live attention. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3252000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est du lourd, j\\u00e9r\\u00f4me en live attention. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188842982096896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":232,\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10971,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez les mafieux mexicains\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":391,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"name\":\"Young, Wild & Free\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":363343002,\"utc_offset\":null,\"favourites_count\":39,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188842982096896,\"created_at\":\"Fri Feb 24 23:33:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3252000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f238d062-6bee-4eb3-bb95-1fe24198e181-173188842982096896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "moi je regrette les djingles de @jcfrog mais le voilà ^^ #lgw #cQui #teletravail", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: moi je regrette les djingles de @jcfrog mais le voilà ^^ #lgw #cQui #teletravail", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3254000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"moi je regrette les djingles de @jcfrog mais le voil\\u00e0 ^^ #lgw #cQui #teletravail\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[32,39],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]},{\"text\":\"cQui\",\"indices\":[62,67]},{\"text\":\"teletravail\",\"indices\":[68,80]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188849508417537\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13680,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"location\":\"Ile de France, Nancy, Toulois\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"name\":\"Godai Yusaku\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":76995130,\"utc_offset\":3600,\"favourites_count\":68,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188849508417537,\"created_at\":\"Fri Feb 24 23:33:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3254000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f064661e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ff65cb52-3da3-40af-9661-8fa360231a28-173188849508417537" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton", +"img": { +"src": "http://a2.twimg.com/profile_images/1801682939/image_normal.jpg" +}, +"title": "alexandra evan: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3254000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #change2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188850116599808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":18,\"screen_name\":\"alexevan\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":297,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":113,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"description\":\"Global Planning Director @ DDB interested in people, conversations, behaviour. Passionate by arequipe, wine & traveling. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"33499701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"name\":\"alexandra evan\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 20 12:45:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":33499701,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188850116599808,\"created_at\":\"Fri Feb 24 23:33:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3254000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b6bdc975-0d72-44f7-988f-486a7559ec07-173188850116599808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Lol @praska connait tout le monde dans #lgw #cQui", +"img": { +"src": "http://a1.twimg.com/profile_images/1601437879/avatar_sonic_normal.jpg" +}, +"title": "Jenni: Lol @praska connait tout le monde dans #lgw #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3254000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Lol @praska connait tout le monde dans #lgw #cQui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Praska\",\"indices\":[4,11],\"id_str\":\"15453030\",\"name\":\"Pras\",\"id\":15453030}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]},{\"text\":\"cQui\",\"indices\":[44,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188849881726976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":112,\"screen_name\":\"jicmajane\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":1816,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0099B9\",\"followers_count\":307,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1601437879\\/avatar_sonic_normal.jpg\",\"description\":\"R\\u00e9dactrice VieDeGeek.fr et animatrice BarGaming\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"39099498\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1601437879\\/avatar_sonic_normal.jpg\",\"name\":\"Jenni\",\"default_profile_image\":false,\"created_at\":\"Sun May 10 19:46:10 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":39099498,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.viedegeek.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188849881726976,\"created_at\":\"Fri Feb 24 23:33:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3254000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "845a16cd-7f0c-4251-81b5-f16c7bc78c9b-173188849881726976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @jcfrog vas y mon jeje", +"img": { +"src": "http://a2.twimg.com/profile_images/1816969090/507a50905b294max_normal.jpg" +}, +"title": "Saint-pierre: #lgw @jcfrog vas y mon jeje", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3254000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw @jcfrog vas y mon jeje\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[5,12],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188853220392961\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"babolos\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":160,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":48,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1816969090\\/507a50905b294max_normal.jpg\",\"description\":\"Managed Services & Project Management\\r\\nMusic, Running & Trail\",\"statuses_count\":404,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"326013289\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Saint-pierre\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Jun 29 06:58:28 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":326013289,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1816969090\\/507a50905b294max_normal.jpg\"},\"truncated\":false,\"id\":173188853220392961,\"created_at\":\"Fri Feb 24 23:33:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3254000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7387ef23-6729-49b6-a9c9-38695009d36a-173188853220392961" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw en direct de bretagne ????? #lgw @jcfrog", +"img": { +"src": "http://a2.twimg.com/profile_images/1632512642/John_normal.jpg" +}, +"title": "Stephane : #lgw en direct de bretagne ????? #lgw @jcfrog", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3254000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw en direct de bretagne ????? #lgw @jcfrog\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[38,45],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188853346213889\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":160,\"screen_name\":\"stefLP\",\"lang\":\"fr\",\"profile_text_color\":\"6a1e00\",\"statuses_count\":1542,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0800b6\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"description\":\"Je travaille dans le monde de l'informatique et des pharmacies (depuis 17 ans) , et \\u00e9galement auto-entrepreneur \\u00e0 mes temps perdus. http:\\/\\/about.me\\/bealcost\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffe9d9\",\"id_str\":\"11192742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"profile_sidebar_fill_color\":\"ffecd9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"name\":\"Stephane \",\"default_profile_image\":false,\"created_at\":\"Sat Dec 15 10:31:27 +0000 2007\",\"profile_sidebar_border_color\":\"001e0e\",\"id\":11192742,\"utc_offset\":3600,\"favourites_count\":42,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188853346213889,\"created_at\":\"Fri Feb 24 23:33:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3254000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c10c675a-2dd7-492a-93af-827c4ba53dd3-173188853346213889" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bonjour jeune brune derrière sur son pc #lgw #tweetprecedent", +"img": { +"src": "http://a1.twimg.com/profile_images/1715868647/P1010897_normal.png" +}, +"title": "Spike Ganush: Bonjour jeune brune derrière sur son pc #lgw #tweetprecedent", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3255000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Bonjour jeune brune derri\\u00e8re sur son pc #lgw #tweetprecedent\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"tweetprecedent\",\"indices\":[45,60]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188855728578561\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"SpikeGanush\",\"lang\":\"en\",\"favourites_count\":17,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":930,\"location\":\"Gap hautes-alpes\",\"profile_text_color\":\"333333\",\"followers_count\":317,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1715868647\\/P1010897_normal.png\",\"description\":\"Fan de nouvelle technologie, d'humour salasse, de roller\\/ski ! Souper Roumain, c'est moi !\\r\\nUne vid\\u00e9o rock band, choose : http:\\/\\/t.co\\/kEhnCM6Y\",\"statuses_count\":6039,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/159015926\\/horror-twitter-background.jpg\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"23573573\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Spike Ganush\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/159015926\\/horror-twitter-background.jpg\",\"created_at\":\"Tue Mar 10 09:23:46 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":23573573,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/trestresbien.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1715868647\\/P1010897_normal.png\"},\"truncated\":false,\"id\":173188855728578561,\"created_at\":\"Fri Feb 24 23:33:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3255000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efd3f5a2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "42d4506b-416d-49c6-848f-2f34f74fd75c-173188855728578561" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui J'vais p'tetre faire une recherche internet #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1758783715/image_normal.jpg" +}, +"title": "Florian Picherit: #cQui J'vais p'tetre faire une recherche internet #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3255000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cQui J'vais p'tetre faire une recherche internet #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[6.4400506,46.3437649],[6.5158292,46.3437649],[6.5158292,46.4050024],[6.4400506,46.4050024]]]},\"attributes\":{},\"full_name\":\"Thonon-les-Bains, Haute-Savoie\",\"name\":\"Thonon-les-Bains\",\"id\":\"e71b6d6ca390f0c1\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/e71b6d6ca390f0c1.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[6.49788408,46.37374264]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188854826811393\",\"geo\":{\"type\":\"Point\",\"coordinates\":[46.37374264,6.49788408]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":122,\"screen_name\":\"FlorianPicherit\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":180,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1758783715\\/image_normal.jpg\",\"description\":\"Music Saved My Life. 42 Style.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"465400461\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1758783715\\/image_normal.jpg\",\"name\":\"Florian Picherit\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 16 09:24:23 +0000 2012\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":465400461,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188854826811393,\"created_at\":\"Fri Feb 24 23:33:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3255000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "db2b6583-7e36-43ed-87b3-35c6ceefd47b-173188854826811393" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @3615pbs: #LGW Les mecs, vous le sentez bien que ça ne fonctionne pas, ce que vous faites?", +"img": { +"src": "http://a0.twimg.com/profile_images/1606679449/image_normal.jpg" +}, +"title": "Arthur Delacorta: RT @3615pbs: #LGW Les mecs, vous le sentez bien que ça ne fonctionne pas, ce que vous faites?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3256000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @3615pbs: #LGW Les mecs, vous le sentez bien que \\u00e7a ne fonctionne pas, ce que vous faites?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"3615pbs\",\"indices\":[3,11],\"id_str\":\"133024198\",\"name\":\"P. Bourdin-Sauviac\",\"id\":133024198}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[13,17]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Les mecs, vous le sentez bien que \\u00e7a ne fonctionne pas, ce que vous faites?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188223428857857\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":497,\"screen_name\":\"3615pbs\",\"lang\":\"fr\",\"profile_text_color\":\"062d57\",\"statuses_count\":29704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"0513ad\",\"followers_count\":2829,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"description\":\"Je suis nomm\\u00e9 Pierre. Animateur, journaliste, auteur, ex-r\\u00e9al du zap de Direct 8 et awesome talent @ Marzab Productions. Et lumi\\u00e8re divine sur 3615pbs.com. \\u0ca0_\\u0ca0\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"133024198\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"profile_sidebar_fill_color\":\"c0c4e0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"name\":\"P. Bourdin-Sauviac\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 14 20:34:18 +0000 2010\",\"profile_sidebar_border_color\":\"ebf0ff\",\"id\":133024198,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/www.3615pbs.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188223428857857,\"created_at\":\"Fri Feb 24 23:31:04 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188860434591745\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1663,\"screen_name\":\"ArthurDelacorta\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":9837,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":33,\"profile_link_color\":\"FF0000\",\"followers_count\":508,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1606679449\\/image_normal.jpg\",\"description\":\"L\\u2019utopie est \\u00e0 la politique, ce qu\\u2019est le fantasme \\u00e0 la sexualit\\u00e9. Le d\\u00e9sir guid\\u00e9 par nos utopies et nos fantasmes doit faire progresser notre vie.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"21702648\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1606679449\\/image_normal.jpg\",\"name\":\"Arthur Delacorta\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 23 22:36:57 +0000 2009\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":21702648,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/delacorta.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188860434591745,\"created_at\":\"Fri Feb 24 23:33:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3256000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6f62b0a2-ed21-48c7-8414-e5d8312626ff-173188860434591745" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "SKYPE C'EST MAL #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1780301867/avatar_normal.jpg" +}, +"title": "Okhin: SKYPE C'EST MAL #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3256000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"SKYPE C'EST MAL #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188860849827840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"okhin\",\"lang\":\"en\",\"profile_text_color\":\"739694\",\"statuses_count\":10334,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"followers_count\":798,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"profile_sidebar_fill_color\":\"411c0f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"name\":\"Okhin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_border_color\":\"2f1812\",\"id\":49560409,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"https:\\/\\/about.okhin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188860849827840,\"created_at\":\"Fri Feb 24 23:33:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3256000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e6b4741f-b58e-4b9d-9387-b6ed4d121915-173188860849827840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Yeeeeessss, le retour de @jcfrog, il était temps ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: Yeeeeessss, le retour de @jcfrog, il était temps ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3258000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"Yeeeeessss, le retour de @jcfrog, il \\u00e9tait temps ! #lgw\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[25,32],\"name\":\"jcfrog\",\"id\":16888281,\"id_str\":\"16888281\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"screen_name\":\"Mag_frog\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"f2b87e\",\"location\":\"Nantes\\/Cholet\",\"favourites_count\":6,\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"profile_text_color\":\"333333\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"statuses_count\":6516,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"protected\":false,\"is_translator\":false,\"name\":\"Magalie Baudry\",\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_background_color\":\"fcfcfc\",\"id\":172314328,\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"utc_offset\":-7200,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_status_id\":null,\"id\":173188867925610496,\"created_at\":\"Fri Feb 24 23:33:38 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188867925610496\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3258000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1d03eca8-b129-4b12-aa9a-d849248903cd-173188867925610496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilsepend #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1797022603/albatorgif_normal.gif" +}, +"title": "Raphaël Porier: #ilsepend #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3259000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilsepend #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilsepend\",\"indices\":[0,9]},{\"text\":\"lgw\",\"indices\":[10,14]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188873919266816\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"raphale\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":279,\"location\":\"paris\",\"profile_text_color\":\"333333\",\"followers_count\":114,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1797022603\\/albatorgif_normal.gif\",\"description\":\"Journaliste alternatif pour cha\\u00eene d'info en continu.\\r\\nCapitaine de la B.A.C. (Bande-Annonce Culturelle).\",\"statuses_count\":170,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/369561819\\/2667-bandes-de-couleurs-WallFizz.jpg\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"53979266\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Rapha\\u00ebl Porier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/369561819\\/2667-bandes-de-couleurs-WallFizz.jpg\",\"created_at\":\"Sun Jul 05 19:11:51 +0000 2009\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":53979266,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.itele.fr\\/culture\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1797022603\\/albatorgif_normal.gif\"},\"truncated\":false,\"id\":173188873919266816,\"created_at\":\"Fri Feb 24 23:33:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3259000, +"tags": [ +{ +"id-ref": "f0656fe6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e09d0312-d0d2-4640-9923-6a6d0240278f-173188873919266816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Cesar2012 --> #lgw --> #CI", +"img": { +"src": "http://a0.twimg.com/profile_images/1845606272/marikiki_07_02_12_normal.jpg" +}, +"title": "Tluonra: #Cesar2012 --> #lgw --> #CI", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3259000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#Cesar2012 --> #lgw --> #CI\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[0,10]},{\"text\":\"lgw\",\"indices\":[18,22]},{\"text\":\"CI\",\"indices\":[30,33]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188872845524992\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Tluonra\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":174,\"location\":\"Somewhere over the rainbow\",\"profile_text_color\":\"080108\",\"followers_count\":222,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845606272\\/marikiki_07_02_12_normal.jpg\",\"description\":\"Graphiste free-lance flammes et twitteuse \\u00e0 gage : Pumm Pumm (appeler aux horaires de bureau)\",\"statuses_count\":6960,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431637274\\/back_tw_1111.jpg\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"e50ef0\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3c363d\",\"protected\":false,\"id_str\":\"80332571\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Tluonra\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431637274\\/back_tw_1111.jpg\",\"created_at\":\"Tue Oct 06 15:47:08 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":80332571,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845606272\\/marikiki_07_02_12_normal.jpg\"},\"truncated\":false,\"id\":173188872845524992,\"created_at\":\"Fri Feb 24 23:33:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3259000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "046ded24-181f-476f-bb07-11529050ac44-173188872845524992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": ".@jcfrog is in windows :) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1635762650/moi_normal.jpg" +}, +"title": "Mascottus | Philippe: .@jcfrog is in windows :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3260000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\".@jcfrog is in windows :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[1,8],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188875932532736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3743,\"screen_name\":\"pcouzon\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":31532,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418461086\\/cw_background_9.jpg\",\"location\":\"tcp\\/ip\",\"show_all_inline_media\":true,\"listed_count\":372,\"profile_link_color\":\"D02B55\",\"followers_count\":3787,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1635762650\\/moi_normal.jpg\",\"description\":\"Community manager, strat\\u00e9gie en ligne, @digidust, formation #iscpa. Live-tweet perso sur @pconversation Ces tweets n'engagent que moi.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"14899497\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418461086\\/cw_background_9.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1635762650\\/moi_normal.jpg\",\"name\":\"Mascottus | Philippe\",\"default_profile_image\":false,\"created_at\":\"Sun May 25 15:34:25 +0000 2008\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":14899497,\"utc_offset\":3600,\"favourites_count\":70,\"url\":\"http:\\/\\/about.me\\/pcouzon\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188875932532736,\"created_at\":\"Fri Feb 24 23:33:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3260000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c6f3928e-0aff-45c8-887b-2d32145c5543-173188875932532736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pourquoi il chante dans une cave #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1818096044/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg" +}, +"title": "Δ+Δ: Pourquoi il chante dans une cave #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3260000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pourquoi il chante dans une cave #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188877610258433\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"AbsolutePi\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":12873,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"000000\",\"followers_count\":142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"334108023\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"name\":\"\\u0394+\\u0394\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":334108023,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/footballanatomy.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188877610258433,\"created_at\":\"Fri Feb 24 23:33:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3260000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "824f58a3-3191-49fd-9786-d42adf295520-173188877610258433" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@RELLUM57 sur France5 c'est Twitter qui rencontre la TV ^^ #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: @RELLUM57 sur France5 c'est Twitter qui rencontre la TV ^^ #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3262000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@RELLUM57 sur France5 c'est Twitter qui rencontre la TV ^^ #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"RELLUM57\",\"indices\":[0,9],\"id_str\":\"175395034\",\"name\":\"Gui\",\"id\":175395034}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173186796673441792\",\"id_str\":\"173188885889818625\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173186796673441792,\"in_reply_to_user_id_str\":\"175395034\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83435,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":\"RELLUM57\",\"truncated\":false,\"id\":173188885889818625,\"created_at\":\"Fri Feb 24 23:33:42 +0000 2012\",\"in_reply_to_user_id\":175395034}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3262000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "72025d8b-b36c-42d3-864a-54214688c2c5-173188885889818625" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je suis un putain de boulet... #ilreste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1769265290/paper_art_19_normal.jpg" +}, +"title": "Raphaëlle: je suis un putain de boulet... #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3262000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"je suis un putain de boulet... #ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[31,39]},{\"text\":\"lgw\",\"indices\":[40,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188885155815424\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"780b0b\",\"screen_name\":\"Rapchka\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":149,\"location\":\"Toulouse, France\",\"profile_text_color\":\"630628\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1769265290\\/paper_art_19_normal.jpg\",\"description\":\"Allez c'est bon, ce matin je m'y remets. \",\"statuses_count\":245,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/225188433\\/26.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"ed1730\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"171414\",\"protected\":false,\"id_str\":\"222072390\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Rapha\\u00eblle\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/225188433\\/26.jpg\",\"created_at\":\"Thu Dec 02 11:31:22 +0000 2010\",\"profile_sidebar_fill_color\":\"e7e8be\",\"id\":222072390,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1769265290\\/paper_art_19_normal.jpg\"},\"truncated\":false,\"id\":173188885155815424,\"created_at\":\"Fri Feb 24 23:33:42 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3262000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bcb7e21b-5e02-49f6-814f-5860f2760bd0-173188885155815424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'aimerais savoir où @Vinvin achète ses chemises #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: J'aimerais savoir où @Vinvin achète ses chemises #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3262000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'aimerais savoir o\\u00f9 @Vinvin ach\\u00e8te ses chemises #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[21,28],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188882798620672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39028,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188882798620672,\"created_at\":\"Fri Feb 24 23:33:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3262000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4310e6a4-fee4-48b8-bbf8-b939f64664bb-173188882798620672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @PascalMabille: Vraiment désolé, vous nous manquez ! Revenez ! #lgw “@palmashow: Notre voisin de droite a un problème de rire”", +"img": { +"src": "http://a0.twimg.com/profile_images/1545679067/pJt9obdp_normal" +}, +"title": "Thomas Nicaise: RT @PascalMabille: Vraiment désolé, vous nous manquez ! Revenez ! #lgw “@palmashow: Notre voisin de droite a un problème de rire”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3263000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @PascalMabille: Vraiment d\\u00e9sol\\u00e9, vous nous manquez ! Revenez ! #lgw \\u201c@palmashow: Notre voisin de droite a un probl\\u00e8me de rire\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[3,17],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131},{\"screen_name\":\"palmashow\",\"indices\":[72,82],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[66,70]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Vraiment d\\u00e9sol\\u00e9, vous nous manquez ! Revenez ! #lgw \\u201c@palmashow: Notre voisin de droite a un probl\\u00e8me de rire\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[53,63],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188369034117120\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":945,\"screen_name\":\"PascalMabille\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":9579,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/2377911\\/mega_city11_96.png\",\"location\":\"Boulogne-Billancourt\",\"show_all_inline_media\":true,\"listed_count\":68,\"profile_link_color\":\"585454\",\"followers_count\":1664,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1782392213\\/AV_PM_012012_600PX_normal.png\",\"description\":\"Dessine @instagraff \\u23ae Conseille les artistes, le web\\u23ae Bosse sur #BMSM \\u23aeR\\u00e9alise @ctraitnet pour @legrandwebze \\u23ae Boite \\u00e0 Rire \\u23ae Voltigeur chez @lvdlt et @season1\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"1367131\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/2377911\\/mega_city11_96.png\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782392213\\/AV_PM_012012_600PX_normal.png\",\"name\":\"Pascal Mabille\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 17 18:49:58 +0000 2007\",\"profile_sidebar_border_color\":\"F0F0F0\",\"id\":1367131,\"utc_offset\":3600,\"favourites_count\":815,\"url\":\"http:\\/\\/www.pascalmabille.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188369034117120,\"created_at\":\"Fri Feb 24 23:31:39 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188887164878848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":80,\"screen_name\":\"Thegeekitude\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":819,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1545679067\\/pJt9obdp_normal\",\"description\":\"Je suis un putain de Juke-box. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"132623518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1545679067\\/pJt9obdp_normal\",\"name\":\"Thomas Nicaise\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 13 19:00:43 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":132623518,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/kikinousworld.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188887164878848,\"created_at\":\"Fri Feb 24 23:33:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3263000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "90cf7b63-114d-4b0f-92e3-cbee5cbf1ccc-173188887164878848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "puisqu'il faut balancer : #LGW est du genre à unfollowback, pas joli-joli", +"img": { +"src": "http://a0.twimg.com/profile_images/1724532097/Pierre_La_Police_-_Doudoune_rouge_1_normal.jpg" +}, +"title": "parpaing: puisqu'il faut balancer : #LGW est du genre à unfollowback, pas joli-joli", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3264000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"puisqu'il faut balancer : #LGW est du genre \\u00e0 unfollowback, pas joli-joli\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[26,30]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188895092121600\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"parpaing\",\"lang\":\"fr\",\"favourites_count\":621,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":264,\"location\":\"annecy\",\"profile_text_color\":\"333333\",\"followers_count\":640,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1724532097\\/Pierre_La_Police_-_Doudoune_rouge_1_normal.jpg\",\"description\":\"food-italodisco-stalking\",\"statuses_count\":17609,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/78390282\\/icooone.jpg\",\"show_all_inline_media\":false,\"listed_count\":60,\"profile_link_color\":\"2ea4bf\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d1537f\",\"protected\":false,\"id_str\":\"13306742\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"parpaing\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/78390282\\/icooone.jpg\",\"created_at\":\"Sun Feb 10 10:14:25 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":13306742,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/superflatism.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724532097\\/Pierre_La_Police_-_Doudoune_rouge_1_normal.jpg\"},\"truncated\":false,\"id\":173188895092121600,\"created_at\":\"Fri Feb 24 23:33:44 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3264000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "00937dad-3a5f-4b5b-819a-612e2932a2f4-173188895092121600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @monsieurhobby: @jcfrog Time #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1715868647/P1010897_normal.png" +}, +"title": "Spike Ganush: RT @monsieurhobby: @jcfrog Time #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3266000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @monsieurhobby: @jcfrog Time #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"monsieurhobby\",\"indices\":[3,17],\"name\":\"monsieurhobby\",\"id_str\":\"78733185\",\"id\":78733185},{\"screen_name\":\"jcfrog\",\"indices\":[19,26],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":\"jcfrog\",\"favorited\":false,\"text\":\"@jcfrog Time #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[0,7],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":16888281,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188766599610368\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"favourites_count\":30,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":665,\"location\":\"DtC\",\"profile_text_color\":\"333333\",\"followers_count\":208,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"statuses_count\":7365,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"monsieurhobby\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":78733185,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\"},\"truncated\":false,\"id\":173188766599610368,\"created_at\":\"Fri Feb 24 23:33:14 +0000 2012\",\"in_reply_to_user_id_str\":\"16888281\"},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188903673659393\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"SpikeGanush\",\"lang\":\"en\",\"favourites_count\":17,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":930,\"location\":\"Gap hautes-alpes\",\"profile_text_color\":\"333333\",\"followers_count\":317,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1715868647\\/P1010897_normal.png\",\"description\":\"Fan de nouvelle technologie, d'humour salasse, de roller\\/ski ! Souper Roumain, c'est moi !\\r\\nUne vid\\u00e9o rock band, choose : http:\\/\\/t.co\\/kEhnCM6Y\",\"statuses_count\":6039,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/159015926\\/horror-twitter-background.jpg\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"23573573\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Spike Ganush\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/159015926\\/horror-twitter-background.jpg\",\"created_at\":\"Tue Mar 10 09:23:46 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":23573573,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/trestresbien.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1715868647\\/P1010897_normal.png\"},\"truncated\":false,\"id\":173188903673659393,\"created_at\":\"Fri Feb 24 23:33:46 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3266000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "17c7129f-dc8e-4227-8490-90838366724c-173188903673659393" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Lgw @jcfrog now", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: #Lgw @jcfrog now", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3267000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#Lgw @jcfrog now\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[5,12],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188906823598081\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":543,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"statuses_count\":635,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Royer Charles-Henri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":185396126,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188906823598081,\"created_at\":\"Fri Feb 24 23:33:47 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3267000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4a913005-32aa-4de1-a2cc-1b6662ecac44-173188906823598081" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Apparemment le #LGW a le même fournisseur que Yohann Huget... #Cqui @StadeDeFrance #TeamSF", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: Apparemment le #LGW a le même fournisseur que Yohann Huget... #Cqui @StadeDeFrance #TeamSF", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3268000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Apparemment le #LGW a le m\\u00eame fournisseur que Yohann Huget... #Cqui @StadeDeFrance #TeamSF\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"stadedefrance\",\"indices\":[68,82],\"id_str\":\"107738296\",\"name\":\"Dracir\",\"id\":107738296}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[15,19]},{\"text\":\"Cqui\",\"indices\":[62,67]},{\"text\":\"TeamSF\",\"indices\":[83,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188909663133696\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34425,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188909663133696,\"created_at\":\"Fri Feb 24 23:33:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3268000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73ddc0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1d732f15-0d53-4628-8f8b-781d4761b948-173188909663133696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Désolé mais #lgw ça ne prend pas pour moi... la recette du mariage web/TV ce n'est pas encore ça.", +"img": { +"src": "http://a0.twimg.com/profile_images/1730602472/procast_normal.jpeg" +}, +"title": "Olivier 1 0 1: Désolé mais #lgw ça ne prend pas pour moi... la recette du mariage web/TV ce n'est pas encore ça.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3269000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"D\\u00e9sol\\u00e9 mais #lgw \\u00e7a ne prend pas pour moi... la recette du mariage web\\/TV ce n'est pas encore \\u00e7a.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188916168507392\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":393,\"screen_name\":\"101olivier\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13879,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Luxembourg\\/Belgium\\/France\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"0084B4\",\"followers_count\":281,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1730602472\\/procast_normal.jpeg\",\"description\":\"Procrastinateur chronique et branleur notoire. Je suis le c\\u00f4t\\u00e9 WTF d'un mec s\\u00e9rieux. LOL, cats, lolcats, musique, art, t\\u00e9l\\u00e9 et chanteurs morts.\\r\\nAlso in English\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"196304103\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1730602472\\/procast_normal.jpeg\",\"name\":\"Olivier 1 0 1\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 28 20:27:20 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":196304103,\"utc_offset\":3600,\"favourites_count\":1834,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188916168507392,\"created_at\":\"Fri Feb 24 23:33:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3269000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fb23b3c5-8d3f-4bca-a6c7-b3d1a11ea673-173188916168507392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "SOS Amitiés bonsoir. Appuyez sur le bouton. #cqui #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: SOS Amitiés bonsoir. Appuyez sur le bouton. #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3270000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"SOS Amiti\\u00e9s bonsoir. Appuyez sur le bouton. #cqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[44,49]},{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188916504039424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1033,\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":3559,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"followers_count\":668,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"name\":\"Bastien Joseph\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":191087175,\"utc_offset\":null,\"favourites_count\":10,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188916504039424,\"created_at\":\"Fri Feb 24 23:33:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3270000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "79c76e20-d566-4d63-a343-3f41a80da048-173188916504039424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@MicheO3 Nan, j'ai d'autres chats à fouetter #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1522186720/Laurent-Gloaguen-G00_normal.jpg" +}, +"title": "Laurent Gloaguen: @MicheO3 Nan, j'ai d'autres chats à fouetter #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3270000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@MicheO3 Nan, j'ai d'autres chats \\u00e0 fouetter #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MicheO3\",\"indices\":[0,8],\"id_str\":\"68460513\",\"name\":\"Matthieu Michel\",\"id\":68460513}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173188502257803265\",\"id_str\":\"173188918391480320\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188502257803265,\"in_reply_to_user_id_str\":\"68460513\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":563,\"screen_name\":\"embruns\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":21945,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Montr\\u00e9al, Qc, Canada\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"followers_count\":4826,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"8c887c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"name\":\"Laurent Gloaguen\",\"default_profile_image\":false,\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_border_color\":\"7a7768\",\"id\":6241412,\"utc_offset\":-18000,\"favourites_count\":29,\"url\":\"http:\\/\\/embruns.net\\/\"},\"in_reply_to_screen_name\":\"MicheO3\",\"truncated\":false,\"id\":173188918391480320,\"created_at\":\"Fri Feb 24 23:33:50 +0000 2012\",\"in_reply_to_user_id\":68460513}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3270000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7f5b04e5-2f2c-4258-8513-1758de36790e-173188918391480320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW ovni télévisuel. Encore brouillon mais concept vraiment intéressant!", +"img": { +"src": "http://a3.twimg.com/profile_images/1764410196/t_l_chargement_normal.jpg" +}, +"title": "Camille A.: #LGW ovni télévisuel. Encore brouillon mais concept vraiment intéressant!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3270000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW ovni t\\u00e9l\\u00e9visuel. Encore brouillon mais concept vraiment int\\u00e9ressant!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188917263208448\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"e6d981\",\"screen_name\":\"CamilleeA\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":129,\"location\":\"Basse-Normandie, France\",\"profile_text_color\":\"e6d981\",\"followers_count\":77,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1764410196\\/t_l_chargement_normal.jpg\",\"description\":\"J'aurais voulu trouver un truc original \\u00e0 dire pour ma pr\\u00e9sentation; c'est loup\\u00e9.\",\"statuses_count\":2598,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362369940\\/rosace-fond-marron.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"b58e4b\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"451909\",\"protected\":false,\"id_str\":\"213076899\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Camille A.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362369940\\/rosace-fond-marron.jpg\",\"created_at\":\"Sun Nov 07 22:21:06 +0000 2010\",\"profile_sidebar_fill_color\":\"40251c\",\"id\":213076899,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1764410196\\/t_l_chargement_normal.jpg\"},\"truncated\":false,\"id\":173188917263208448,\"created_at\":\"Fri Feb 24 23:33:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3270000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "075c9849-cda3-417c-a53e-d99719ba3875-173188917263208448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @BoucherieOvalie: J'avais arrêté la drogue. Mais ça c'était avant #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1787168915/mc_mg_normal.jpg" +}, +"title": "Lady Sorely : RT @BoucherieOvalie: J'avais arrêté la drogue. Mais ça c'était avant #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3271000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @BoucherieOvalie: J'avais arr\\u00eat\\u00e9 la drogue. Mais \\u00e7a c'\\u00e9tait avant #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BoucherieOvalie\",\"indices\":[3,19],\"id_str\":\"260277866\",\"name\":\"Boucherie Ovalie\",\"id\":260277866}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[69,73]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"J'avais arr\\u00eat\\u00e9 la drogue. Mais \\u00e7a c'\\u00e9tait avant #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188636685246464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1017,\"screen_name\":\"BoucherieOvalie\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":6705,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"location\":\"Derri\\u00e8re toi, c'est affreux\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"2FC2EF\",\"followers_count\":4074,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"description\":\"La vie est trop courte pour comprendre le rugby, alors autant en rigoler.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"260277866\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"name\":\"Boucherie Ovalie\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 03 15:22:13 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":260277866,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/boucherie-ovalie.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188636685246464,\"created_at\":\"Fri Feb 24 23:32:43 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188920639631360\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":142,\"screen_name\":\"LadySorelyBD\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":4480,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/207353822\\/DSC00309.JPG\",\"location\":\"Douglas Castle\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1787168915\\/mc_mg_normal.jpg\",\"description\":\"I love : cookies, historical romance, football, rugby, my kitty MacGregor, the Sims 3, travelling & la chasse aux hippies :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Edinburgh\",\"profile_background_color\":\"642D8B\",\"id_str\":\"253749317\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/207353822\\/DSC00309.JPG\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1787168915\\/mc_mg_normal.jpg\",\"name\":\"Lady Sorely \",\"default_profile_image\":false,\"created_at\":\"Thu Feb 17 22:05:22 +0000 2011\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":253749317,\"utc_offset\":0,\"favourites_count\":56,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188920639631360,\"created_at\":\"Fri Feb 24 23:33:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3271000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "db1c369e-7a09-49ae-a801-1ac01e2af939-173188920639631360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @annechacelier: L'émission où tout le public courbe la tête, on se croirait à la messe au moment de la consécration du pain #Lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1647384436/image_normal.jpg" +}, +"title": "Vcwik: RT @annechacelier: L'émission où tout le public courbe la tête, on se croirait à la messe au moment de la consécration du pain #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3272000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @annechacelier: L'\\u00e9mission o\\u00f9 tout le public courbe la t\\u00eate, on se croirait \\u00e0 la messe au moment de la cons\\u00e9cration du pain #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"annechacelier\",\"indices\":[3,17],\"name\":\"AnneCha Celier\",\"id_str\":\"17899913\",\"id\":17899913}],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[127,131]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"L'\\u00e9mission o\\u00f9 tout le public courbe la t\\u00eate, on se croirait \\u00e0 la messe au moment de la cons\\u00e9cration du pain #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[108,112]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188617496305665\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"annechacelier\",\"lang\":\"fr\",\"favourites_count\":36,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":921,\"location\":\"Paris\",\"profile_text_color\":\"666666\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1577312655\\/E_TE__2011_PROPRIANO_light_normal.jpg\",\"description\":\"Habitante du 2\\u00e8me arrondissement, brune, 1\\/2 corse, @FredFaridGroup, @KidsLoveJetlag, quelques enfants, presque barmaid\",\"statuses_count\":2929,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/58686718\\/P1030314.jpg\",\"show_all_inline_media\":true,\"listed_count\":15,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"beaacc\",\"protected\":false,\"id_str\":\"17899913\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"AnneCha Celier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/58686718\\/P1030314.jpg\",\"created_at\":\"Fri Dec 05 15:49:22 +0000 2008\",\"profile_sidebar_fill_color\":\"252429\",\"id\":17899913,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/3kidsandafull-timejob.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1577312655\\/E_TE__2011_PROPRIANO_light_normal.jpg\"},\"truncated\":false,\"id\":173188617496305665,\"created_at\":\"Fri Feb 24 23:32:38 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188927677677568\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"vcwik\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1647384436\\/image_normal.jpg\",\"description\":\"Someone like me ... Somewhere ...\",\"statuses_count\":991,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425462601\\/images.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"382801997\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Vcwik\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425462601\\/images.jpg\",\"created_at\":\"Fri Sep 30 18:19:28 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":382801997,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1647384436\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188927677677568,\"created_at\":\"Fri Feb 24 23:33:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3272000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "67efc644-ee62-4cc7-8f6f-6706885a5e48-173188927677677568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "TUE DES CHATONS (et des dissidents syriens aussi) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1780301867/avatar_normal.jpg" +}, +"title": "Okhin: TUE DES CHATONS (et des dissidents syriens aussi) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3274000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"TUE DES CHATONS (et des dissidents syriens aussi) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188936309542912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"okhin\",\"lang\":\"en\",\"profile_text_color\":\"739694\",\"statuses_count\":10334,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"followers_count\":798,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"profile_sidebar_fill_color\":\"411c0f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"name\":\"Okhin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_border_color\":\"2f1812\",\"id\":49560409,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"https:\\/\\/about.okhin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188936309542912,\"created_at\":\"Fri Feb 24 23:33:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3274000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "177a6287-f73d-4e73-a609-6d20fee70524-173188936309542912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @ThomasGuien: Pas vu une telle prise de risque à la TV depuis une éternité. Bisous #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: RT @ThomasGuien: Pas vu une telle prise de risque à la TV depuis une éternité. Bisous #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3274000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @ThomasGuien: Pas vu une telle prise de risque \\u00e0 la TV depuis une \\u00e9ternit\\u00e9. Bisous #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ThomasGuien\",\"indices\":[3,15],\"id_str\":\"26313006\",\"name\":\"Thomas Guien\",\"id\":26313006}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[86,90]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Pas vu une telle prise de risque \\u00e0 la TV depuis une \\u00e9ternit\\u00e9. Bisous #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188467407323136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":721,\"screen_name\":\"ThomasGuien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2496,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/17746161\\/jean_seberg_gallery_7.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"080707\",\"followers_count\":291,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1609030835\\/Capture_d__cran_2011-10-27___13.23.27_normal.png\",\"description\":\"Gratte-clavier chez Metro France \\/ ex Lib\\u00e9ration, L'Express, Le Parisien, La Croix.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"030303\",\"id_str\":\"26313006\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/17746161\\/jean_seberg_gallery_7.jpg\",\"profile_sidebar_fill_color\":\"285770\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609030835\\/Capture_d__cran_2011-10-27___13.23.27_normal.png\",\"name\":\"Thomas Guien\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 24 20:14:42 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":26313006,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188467407323136,\"created_at\":\"Fri Feb 24 23:32:02 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188935940452352\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"name\":\"Jean-Louis Coste\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":244454441,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188935940452352,\"created_at\":\"Fri Feb 24 23:33:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3274000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cc73d0ba-1324-408c-99dc-ca8b0ce2a62d-173188935940452352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Eeeeeet @jcfrog mesdames et messieurs !!! Le retour du come-back. Une 1ère mondiale : un concert live en Skype #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/535308655/wp_pairo_denied_2_normal.jpg" +}, +"title": "christophe garnier: RT @LeGrandWebze: Eeeeeet @jcfrog mesdames et messieurs !!! Le retour du come-back. Une 1ère mondiale : un concert live en Skype #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3275000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Eeeeeet @jcfrog mesdames et messieurs !!! Le retour du come-back. Une 1\\u00e8re mondiale : un concert live en Skype #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"jcfrog\",\"indices\":[26,33],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[129,133]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.osfoora.com\\\" rel=\\\"nofollow\\\"\\u003EOsfoora HD\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188939618852864\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"158cbf\",\"screen_name\":\"catfishs\",\"lang\":\"fr\",\"favourites_count\":28,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":711,\"location\":\"Yffiniac - France\",\"profile_text_color\":\"0C3E53\",\"followers_count\":983,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/535308655\\/wp_pairo_denied_2_normal.jpg\",\"description\":\"Photographe ind\\u00e9pendant et breton d'adoption. J'aime \\u00e9couter de la bonne musique quand je n'ai pas le temps d'en jouer.\",\"statuses_count\":37478,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/427349951\\/IMG_0132.JPG\",\"show_all_inline_media\":false,\"listed_count\":164,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"29444976\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"christophe garnier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/427349951\\/IMG_0132.JPG\",\"created_at\":\"Tue Apr 07 13:17:59 +0000 2009\",\"profile_sidebar_fill_color\":\"acd9e8\",\"id\":29444976,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.capturesdigitales.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/535308655\\/wp_pairo_denied_2_normal.jpg\"},\"truncated\":false,\"id\":173188939618852864,\"created_at\":\"Fri Feb 24 23:33:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3275000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6c178539-505e-44f1-9705-1fd058dc0f40-173188939618852864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je ne sais pas ... je ne sais plus ... je ... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1717447265/Till_New_AVatar_Twitter_normal.png" +}, +"title": "Till the Cat: Je ne sais pas ... je ne sais plus ... je ... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3276000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je ne sais pas ... je ne sais plus ... je ... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188945025302528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":861,\"screen_name\":\"TilltheCat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13487,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/207397586\\/FOND_pour_twitter_Nouveau2.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":80,\"profile_link_color\":\"0084B4\",\"followers_count\":2485,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1717447265\\/Till_New_AVatar_Twitter_normal.png\",\"description\":\"R\\u00e9dacteur Web (Yahoo, M\\u00f4mes.net, Tigex ...) et \\u00e9leveur de Miniatures de p\\u00e8re en fils. #R\\u00e9dacteurWeb #Pigiste \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"14923240\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/207397586\\/FOND_pour_twitter_Nouveau2.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717447265\\/Till_New_AVatar_Twitter_normal.png\",\"name\":\"Till the Cat\",\"default_profile_image\":false,\"created_at\":\"Tue May 27 17:34:52 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":14923240,\"utc_offset\":-10800,\"favourites_count\":4,\"url\":\"http:\\/\\/www.tillthecat.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188945025302528,\"created_at\":\"Fri Feb 24 23:33:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3276000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f712c098-2e15-498d-b34e-7403a1a12371-173188945025302528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@jmlouche: #lgw trop cool @jcfrog en live ;-)”+1", +"img": { +"src": "http://a0.twimg.com/profile_images/1802162566/image_normal.jpg" +}, +"title": "Julien Cotte: “@jmlouche: #lgw trop cool @jcfrog en live ;-)”+1", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3278000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@jmlouche: #lgw trop cool @jcfrog en live ;-)\\u201d+1\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jmlouche\",\"indices\":[1,10],\"id_str\":\"14872985\",\"name\":\"Jean-Marie LOUCHE\",\"id\":14872985},{\"screen_name\":\"jcfrog\",\"indices\":[27,34],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188951736188929\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":875,\"screen_name\":\"JulienCotteALU\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3883,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"location\":\"V\\u00e9lizy-Villacoublay\",\"show_all_inline_media\":false,\"listed_count\":138,\"profile_link_color\":\"0084B4\",\"followers_count\":1406,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"description\":\"DRH du site de V\\u00e9lizy (France) - HR Community Manager - Marketing HR2.0 - @AlcatelLucent\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"107697826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"name\":\"Julien Cotte\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 23 12:17:36 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":107697826,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/juliencotte.typepad.com\\/le-blog-de-julien-cotte-\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188951736188929,\"created_at\":\"Fri Feb 24 23:33:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3278000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "10de3300-eefb-4f28-bc91-606365729fba-173188951736188929" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "HO putain JCfrog le lèche cul du waibe... virez le putain non il va chanter.... #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1801434555/coolcat_normal.png" +}, +"title": "Chris: HO putain JCfrog le lèche cul du waibe... virez le putain non il va chanter.... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3278000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"HO putain JCfrog le l\\u00e8che cul du waibe... virez le putain non il va chanter.... #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[81,85]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188953267109889\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":198,\"screen_name\":\"tr13ze\",\"lang\":\"en\",\"profile_text_color\":\"d1d1d1\",\"statuses_count\":35819,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/346151969\\/dark_stripes.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":109,\"profile_link_color\":\"575757\",\"followers_count\":1606,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801434555\\/coolcat_normal.png\",\"description\":\"Dev Flash \\/ html5\\r\\n(free for job)\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"126569577\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/346151969\\/dark_stripes.png\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801434555\\/coolcat_normal.png\",\"name\":\"Chris\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 26 08:30:20 +0000 2010\",\"profile_sidebar_border_color\":\"000000\",\"id\":126569577,\"utc_offset\":3600,\"favourites_count\":252,\"url\":\"http:\\/\\/tr13ze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188953267109889,\"created_at\":\"Fri Feb 24 23:33:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3278000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f518a1b0-e6f1-4127-8a8d-b9001b8e36d9-173188953267109889" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui le mec qui parle de @LudoDelaherche ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/645969850/Image_1_normal.jpg" +}, +"title": "Laurent Hermez: #cqui le mec qui parle de @LudoDelaherche ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3279000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cqui le mec qui parle de @LudoDelaherche ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[26,41],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[46,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188958233178112\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"laurent70\",\"lang\":\"en\",\"favourites_count\":10,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":547,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":365,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/645969850\\/Image_1_normal.jpg\",\"description\":\"Copywriter at MRM Paris \\r\\n\",\"statuses_count\":5197,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/68596344\\/16947_265726962566_522657566_3216218_3534887_n.jpg\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"29409056\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Laurent Hermez\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/68596344\\/16947_265726962566_522657566_3216218_3534887_n.jpg\",\"created_at\":\"Tue Apr 07 08:07:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":29409056,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.bouquiner.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/645969850\\/Image_1_normal.jpg\"},\"truncated\":false,\"id\":173188958233178112,\"created_at\":\"Fri Feb 24 23:33:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3279000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1675963e-831f-4010-aee2-65bf271b23a3-173188958233178112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Ce programme est un accident vasculaire", +"img": { +"src": "http://a3.twimg.com/profile_images/1824854315/3615pbs_normal.jpg" +}, +"title": "P. Bourdin-Sauviac: #LGW Ce programme est un accident vasculaire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3281000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW Ce programme est un accident vasculaire\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188963715133440\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ebf0ff\",\"screen_name\":\"3615pbs\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":497,\"location\":\"Paris, France\",\"profile_text_color\":\"062d57\",\"followers_count\":2829,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"description\":\"Je suis nomm\\u00e9 Pierre. Animateur, journaliste, auteur, ex-r\\u00e9al du zap de Direct 8 et awesome talent @ Marzab Productions. Et lumi\\u00e8re divine sur 3615pbs.com. \\u0ca0_\\u0ca0\",\"statuses_count\":29705,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"0513ad\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"133024198\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"P. Bourdin-Sauviac\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"created_at\":\"Wed Apr 14 20:34:18 +0000 2010\",\"profile_sidebar_fill_color\":\"c0c4e0\",\"id\":133024198,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.3615pbs.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\"},\"truncated\":false,\"id\":173188963715133440,\"created_at\":\"Fri Feb 24 23:34:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3281000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e65e6091-e448-4735-8aae-6a815d80974e-173188963715133440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "DO NOT USE IT #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1780301867/avatar_normal.jpg" +}, +"title": "Okhin: DO NOT USE IT #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3282000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"DO NOT USE IT #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188968853143552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"okhin\",\"lang\":\"en\",\"profile_text_color\":\"739694\",\"statuses_count\":10335,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"followers_count\":798,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"profile_sidebar_fill_color\":\"411c0f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"name\":\"Okhin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_border_color\":\"2f1812\",\"id\":49560409,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"https:\\/\\/about.okhin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188968853143552,\"created_at\":\"Fri Feb 24 23:34:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3282000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "be670f54-ecad-4c78-88a9-64abf0017773-173188968853143552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En fait...si j'avais eu une case comme ça, je l'aurais fait version Oeil du Cyclone + Plateau avec Rollin. #lgw et sans JCFROG !", +"img": { +"src": "http://a2.twimg.com/profile_images/1770996562/image_normal.jpg" +}, +"title": "Kayvin Lami: En fait...si j'avais eu une case comme ça, je l'aurais fait version Oeil du Cyclone + Plateau avec Rollin. #lgw et sans JCFROG !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3282000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"En fait...si j'avais eu une case comme \\u00e7a, je l'aurais fait version Oeil du Cyclone + Plateau avec Rollin. #lgw et sans JCFROG !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[107,111]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188967322230786\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"KayvinLami\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":257,\"location\":\"Paris,France\",\"profile_text_color\":\"333333\",\"followers_count\":592,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"description\":\"Je ne changerais pas cette bio tant que Nicolas Sarkozy ne mesurera pas 1m90\",\"statuses_count\":4126,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"dfe0c3\",\"protected\":false,\"id_str\":\"29279584\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Kayvin Lami\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"created_at\":\"Mon Apr 06 20:02:02 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":29279584,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\"},\"truncated\":false,\"id\":173188967322230786,\"created_at\":\"Fri Feb 24 23:34:02 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3282000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0725119e-c625-4e7d-b6bb-b1f2f4698d21-173188967322230786" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #IlReste aussi @jcfrog !!! :) :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1143073505/41403_1088720440_8180_q_normal.jpg" +}, +"title": "yann : #lgw #IlReste aussi @jcfrog !!! :) :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3283000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #IlReste aussi @jcfrog !!! :) :)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[20,27],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"IlReste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188973055844353\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"yannosh51\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":114,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"description\":\"Gamer, retrogamer m\\u00eame et administrateur chez armagame pour le jeu atomic strike.\",\"statuses_count\":695,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"384040\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"165689120\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"yann \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"created_at\":\"Mon Jul 12 08:06:43 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":165689120,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.atomic-strike.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\"},\"truncated\":false,\"id\":173188973055844353,\"created_at\":\"Fri Feb 24 23:34:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3283000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "93eaeffb-ea1e-4405-8803-a29bf62c195d-173188973055844353" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ooooh yeaaaah @jcfrog !!!!! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1652615368/Anbastom_normal.jpg" +}, +"title": "Anbastom: Ooooh yeaaaah @jcfrog !!!!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3283000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ooooh yeaaaah @jcfrog !!!!! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[14,21],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188971231326208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":169,\"screen_name\":\"Anbastom\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9005,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"72\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\",\"description\":\"#TeamLumbago \\/\\/ Un jour j'ai cru que j'etais intelligente mais en fait...NON.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"72400860\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\",\"name\":\"Anbastom\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 07 22:34:23 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":72400860,\"utc_offset\":0,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188971231326208,\"created_at\":\"Fri Feb 24 23:34:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3283000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d25427d7-bc86-4c43-932c-c434fd5737fe-173188971231326208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une Aide au télétravail ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1450101729/manarajeans_normal.png" +}, +"title": "Qrieuse: Une Aide au télétravail ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3283000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Une Aide au t\\u00e9l\\u00e9travail ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188970937724928\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"qrieuse\",\"lang\":\"fr\",\"favourites_count\":19,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":218,\"location\":\"Peut-\\u00eatre juste derri\\u00e8re toi ?\",\"profile_text_color\":\"333333\",\"followers_count\":688,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1450101729\\/manarajeans_normal.png\",\"description\":\"\\u00c9picurienne...\",\"statuses_count\":7088,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/172595545\\/goodbyeJan.jpg\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"141413\",\"protected\":false,\"id_str\":\"216706997\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Qrieuse\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/172595545\\/goodbyeJan.jpg\",\"created_at\":\"Wed Nov 17 13:59:55 +0000 2010\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":216706997,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/qrieuse.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1450101729\\/manarajeans_normal.png\"},\"truncated\":false,\"id\":173188970937724928,\"created_at\":\"Fri Feb 24 23:34:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3283000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e9dcf643-f807-440b-8421-d333bcb23b4b-173188970937724928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw jcfrog en live", +"img": { +"src": "http://a3.twimg.com/profile_images/667488091/malko_normal.png" +}, +"title": "Malko: #lgw jcfrog en live", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3283000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw jcfrog en live\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188973827596289\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"malkovitch\",\"lang\":\"fr\",\"favourites_count\":221,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":484,\"location\":\"ouest\",\"profile_text_color\":\"b3a8a8\",\"followers_count\":1232,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/667488091\\/malko_normal.png\",\"description\":\"dompteur de smartphones Android et autres Os\",\"statuses_count\":25646,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/71376186\\/screenshot_001.png\",\"show_all_inline_media\":false,\"listed_count\":85,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"16329725\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Malko\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/71376186\\/screenshot_001.png\",\"created_at\":\"Wed Sep 17 14:57:12 +0000 2008\",\"profile_sidebar_fill_color\":\"252429\",\"id\":16329725,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/blog.bretagne-balades.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/667488091\\/malko_normal.png\"},\"truncated\":false,\"id\":173188973827596289,\"created_at\":\"Fri Feb 24 23:34:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3283000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2daed604-3009-4315-9b50-4a86a4472039-173188973827596289" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et voilà à quoi ça mène la redevance télé... #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1648484316/RabaTaJoie_normal.jpg" +}, +"title": "CasseCouilles: Et voilà à quoi ça mène la redevance télé... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3286000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et voil\\u00e0 \\u00e0 quoi \\u00e7a m\\u00e8ne la redevance t\\u00e9l\\u00e9... #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188985810726913\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":360,\"screen_name\":\"RabaTaJoie\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9016,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"La France de l'exterieur \",\"show_all_inline_media\":true,\"listed_count\":49,\"profile_link_color\":\"009999\",\"followers_count\":660,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"description\":\"Trois personnes peuvent garder un secret, si deux d'entre elles sont mortes. - B. Franklin.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"304883768\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"name\":\"CasseCouilles\",\"default_profile_image\":false,\"created_at\":\"Wed May 25 08:22:01 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":304883768,\"utc_offset\":3600,\"favourites_count\":67,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188985810726913,\"created_at\":\"Fri Feb 24 23:34:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3286000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8e5af0de-f73f-4135-837c-5488f2f54991-173188985810726913" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Gardons-le. Rollin, #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1732222031/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg" +}, +"title": "Brice Lahaye: #lgw Gardons-le. Rollin, #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3287000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Gardons-le. Rollin, #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[25,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188991296868352\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":369,\"screen_name\":\"bricelahaye\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":127,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/428619100\\/press-dl.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":70,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1732222031\\/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg\",\"description\":\"\\u00c9tudiant en journalisme \\u00e0 Sciences Po Rennes. N'arrive jamais en retard parce que DETESTE Phil Collins. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"022330\",\"id_str\":\"216310703\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428619100\\/press-dl.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732222031\\/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg\",\"name\":\"Brice Lahaye\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 16 10:41:07 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":216310703,\"utc_offset\":-36000,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188991296868352,\"created_at\":\"Fri Feb 24 23:34:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3287000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6704b566-b1e9-4fb5-9c41-bbe40a500dd2-173188991296868352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@florenzo84 on dirait ! C'est l'émission à ta mère ce soir #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1695316394/sttz_fav_plus_twitter_normal.png" +}, +"title": "STTZ™: @florenzo84 on dirait ! C'est l'émission à ta mère ce soir #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3287000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@florenzo84 on dirait ! C'est l'\\u00e9mission \\u00e0 ta m\\u00e8re ce soir #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"florenzo84\",\"indices\":[0,11],\"id_str\":\"122429634\",\"name\":\"Florenzo84\",\"id\":122429634}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173188582721323008\",\"id_str\":\"173188989472354304\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188582721323008,\"in_reply_to_user_id_str\":\"122429634\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":296,\"screen_name\":\"Santtchez\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":7958,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/329414068\\/sttz_TWT.jpg\",\"location\":\"St Mand\\u00e9, PARIS\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"16a2cc\",\"followers_count\":253,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1695316394\\/sttz_fav_plus_twitter_normal.png\",\"description\":\"Blogueur et Blagueur.Logotophile voir logotophage. Un logo, Prenez contact: Santtchez@gmail.com #LOLgo #BBasile\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"id_str\":\"332249953\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/329414068\\/sttz_TWT.jpg\",\"profile_sidebar_fill_color\":\"404040\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695316394\\/sttz_fav_plus_twitter_normal.png\",\"name\":\"STTZ\\u2122\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 09 13:38:44 +0000 2011\",\"profile_sidebar_border_color\":\"f70000\",\"id\":332249953,\"utc_offset\":null,\"favourites_count\":221,\"url\":\"http:\\/\\/santtchez.blogspot.com\"},\"in_reply_to_screen_name\":\"florenzo84\",\"truncated\":false,\"id\":173188989472354304,\"created_at\":\"Fri Feb 24 23:34:07 +0000 2012\",\"in_reply_to_user_id\":122429634}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3287000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "68789e59-9abc-48e4-908e-1ea9543aad99-173188989472354304" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW @JCFrog live en skipe, c'est maintenant", +"img": { +"src": "http://a2.twimg.com/profile_images/944881104/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg" +}, +"title": "José Phinebacker: #LGW @JCFrog live en skipe, c'est maintenant", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3287000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW @JCFrog live en skipe, c'est maintenant\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[5,12],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188990743224321\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":140,\"screen_name\":\"Phinebacker\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1251,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"009999\",\"followers_count\":117,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\",\"description\":\"Phinebacker, twitteur homeopathique...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"6296872\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/944881104\\/7384d5e1-2a2b-41c2-a46d-7b82cf21a5ed_normal.jpg\",\"name\":\"Jos\\u00e9 Phinebacker\",\"default_profile_image\":false,\"created_at\":\"Thu May 24 21:11:03 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":6296872,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/phinebacker.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188990743224321,\"created_at\":\"Fri Feb 24 23:34:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3287000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9efccf9d-b39d-435c-9867-79dcd27c3f56-173188990743224321" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 5 ordis sur un plateau TV en direct pour interagir avec les internautes c'est du jamais vu, nan? #France5 #fb http://t.co/UVoOgaNv", +"img": { +"src": "http://a3.twimg.com/profile_images/1839682968/zzzzzzzzzzzzzzzzzzzz_normal.png" +}, +"title": "Alexandre Laflèche: #lgw 5 ordis sur un plateau TV en direct pour interagir avec les internautes c'est du jamais vu, nan? #France5 #fb http://t.co/UVoOgaNv", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3287000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#lgw 5 ordis sur un plateau TV en direct pour interagir avec les internautes c'est du jamais vu, nan? #France5 #fb http:\\/\\/t.co\\/UVoOgaNv\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"France5\",\"indices\":[102,110]},{\"text\":\"fb\",\"indices\":[112,115]}],\"media\":[{\"type\":\"photo\",\"indices\":[116,136],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":765},\"medium\":{\"h\":803,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":455,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdKd4QCIAA9NnA.jpg\",\"id_str\":\"173188987853348864\",\"expanded_url\":\"http:\\/\\/twitter.com\\/alexlafleche\\/status\\/173188987844960257\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdKd4QCIAA9NnA.jpg\",\"id\":173188987853348864,\"display_url\":\"pic.twitter.com\\/UVoOgaNv\",\"url\":\"http:\\/\\/t.co\\/UVoOgaNv\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188987844960257\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":305,\"screen_name\":\"alexlafleche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":538,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"paris\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":148,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1839682968\\/zzzzzzzzzzzzzzzzzzzz_normal.png\",\"description\":\"#Socialmedia consultant, @You_socialmedia founder. Socialmedia paris TV, e-branding monitoring www.alexlafleche.com, TV & Radio #relationalbranding\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"id_str\":\"70361991\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839682968\\/zzzzzzzzzzzzzzzzzzzz_normal.png\",\"name\":\"Alexandre Lafl\\u00e8che\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 31 10:30:15 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":70361991,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/twitter.com\\/you_socialmedia\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188987844960257,\"created_at\":\"Fri Feb 24 23:34:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3287000, +"tags": [ +{ +"id-ref": "f0692e06-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fdb0fe77-d871-415b-a775-9b4cd5ec0966-173188987844960257" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui J'lâche l'affaire . . #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1758783715/image_normal.jpg" +}, +"title": "Florian Picherit: #cQui J'lâche l'affaire . . #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3288000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cQui J'l\\u00e2che l'affaire . . #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[6.4400506,46.3437649],[6.5158292,46.3437649],[6.5158292,46.4050024],[6.4400506,46.4050024]]]},\"attributes\":{},\"full_name\":\"Thonon-les-Bains, Haute-Savoie\",\"name\":\"Thonon-les-Bains\",\"id\":\"e71b6d6ca390f0c1\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/e71b6d6ca390f0c1.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[6.49811066,46.37365180]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188993595346944\",\"geo\":{\"type\":\"Point\",\"coordinates\":[46.37365180,6.49811066]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":122,\"screen_name\":\"FlorianPicherit\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":180,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1758783715\\/image_normal.jpg\",\"description\":\"Music Saved My Life. 42 Style.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"465400461\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1758783715\\/image_normal.jpg\",\"name\":\"Florian Picherit\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 16 09:24:23 +0000 2012\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":465400461,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188993595346944,\"created_at\":\"Fri Feb 24 23:34:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3288000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "069e8ff4-7a1d-42ae-ba39-03ce8026f012-173188993595346944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw J vous propose un live Systaime remix de votre emission en direct live Skype ;)", +"img": { +"src": "http://a0.twimg.com/profile_images/1826253762/gifs__20__normal.gif" +}, +"title": "Systaime: #lgw J vous propose un live Systaime remix de votre emission en direct live Skype ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3288000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw J vous propose un live Systaime remix de votre emission en direct live Skype ;)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188995667337217\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"systaime18\",\"lang\":\"fr\",\"favourites_count\":113,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":493,\"location\":\"Paris\",\"profile_text_color\":\"000000\",\"followers_count\":393,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"description\":\"\",\"statuses_count\":3213,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"show_all_inline_media\":true,\"listed_count\":40,\"profile_link_color\":\"080808\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"758882\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Systaime\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"created_at\":\"Thu Feb 08 22:13:03 +0000 2007\",\"profile_sidebar_fill_color\":\"f5ed08\",\"id\":758882,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.systaime.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\"},\"truncated\":false,\"id\":173188995667337217,\"created_at\":\"Fri Feb 24 23:34:08 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3288000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "26c34317-65b1-40f9-b0e3-c2eccde701d8-173188995667337217" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw vive jcfrog !!!!", +"img": { +"src": "http://a3.twimg.com/profile_images/1661415033/chimie-tux_batux_tux_normal.png" +}, +"title": "Damien: #lgw vive jcfrog !!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3289000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw vive jcfrog !!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188997194067969\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":74,\"screen_name\":\"damienbesson\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":255,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":20,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1661415033\\/chimie-tux_batux_tux_normal.png\",\"description\":\"Doctorant en canc\\u00e9rologie.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"422968572\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1661415033\\/chimie-tux_batux_tux_normal.png\",\"name\":\"Damien\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 27 22:32:47 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":422968572,\"utc_offset\":null,\"favourites_count\":16,\"url\":\"http:\\/\\/besson.damien.free.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188997194067969,\"created_at\":\"Fri Feb 24 23:34:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3289000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cac6706c-c25e-4b61-ace3-c330b921a4fe-173188997194067969" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais... #cqui va-t-il dfépasser #ilreste sur le Bubble-TV ?? Votez !! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Mais... #cqui va-t-il dfépasser #ilreste sur le Bubble-TV ?? Votez !! #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3290000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais... #cqui va-t-il df\\u00e9passer #ilreste sur le Bubble-TV ?? Votez !! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[8,13]},{\"text\":\"ilreste\",\"indices\":[32,40]},{\"text\":\"lgw\",\"indices\":[70,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189003200299008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3272,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189003200299008,\"created_at\":\"Fri Feb 24 23:34:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3290000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "344cc0d8-1722-4d14-b405-235c248de231-173189003200299008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vous avez toucher le fond la. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1830059007/Upload_normal.jpg" +}, +"title": "Linda Sàmà: Vous avez toucher le fond la. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3290000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vous avez toucher le fond la. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189001547751424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"LinoaHeartily\",\"lang\":\"fr\",\"profile_text_color\":\"d632d6\",\"statuses_count\":2373,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425561656\\/luiki.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"bb85ed\",\"followers_count\":72,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1830059007\\/Upload_normal.jpg\",\"description\":\"Geek \\u00e0 temps partiel.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"356914973\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425561656\\/luiki.jpg\",\"profile_sidebar_fill_color\":\"ebc1eb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830059007\\/Upload_normal.jpg\",\"name\":\"Linda S\\u00e0m\\u00e0\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 17 15:22:39 +0000 2011\",\"profile_sidebar_border_color\":\"5b51e8\",\"id\":356914973,\"utc_offset\":-10800,\"favourites_count\":10,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189001547751424,\"created_at\":\"Fri Feb 24 23:34:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3290000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bf276ad9-1005-4480-9513-a0f81ae9a580-173189001547751424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est pas en rythme la ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: C'est pas en rythme la ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3290000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est pas en rythme la ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189003787517952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":257,\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1753,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"name\":\"GoldoNat\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":116250574,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189003787517952,\"created_at\":\"Fri Feb 24 23:34:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3290000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d40d0ac9-325a-4bf6-8f92-05bc8f94ee10-173189003787517952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Qui est cette personne? #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: Qui est cette personne? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3291000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Qui est cette personne? #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189006383788032\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"favourites_count\":14,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":593,\"location\":\"\",\"profile_text_color\":\"520000\",\"followers_count\":507,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"statuses_count\":18712,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"protected\":false,\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Camille .\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_fill_color\":\"d61d08\",\"id\":93848420,\"follow_request_sent\":null,\"utc_offset\":-36000,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\"},\"truncated\":false,\"id\":173189006383788032,\"created_at\":\"Fri Feb 24 23:34:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3291000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d404f408-eb52-4373-b106-6a9a6879d02e-173189006383788032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste et jcfrog aussi ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1802232284/Capture_d__cran_2012-02-04___01.15.52_normal.png" +}, +"title": "Marion: #IlReste et jcfrog aussi ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3291000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#IlReste et jcfrog aussi ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189007814037504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":186,\"screen_name\":\"iiioon\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11591,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"BF1238\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"description\":\"Accro aux s\\u00e9ries et \\u00e0 l'humour. HeroCorpienne. \\r\\nEt pourquoi faire aujourd'hui c'que j'pourrai faire demain ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"id_str\":\"39847706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"name\":\"Marion\",\"default_profile_image\":false,\"created_at\":\"Wed May 13 21:57:02 +0000 2009\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":39847706,\"utc_offset\":3600,\"favourites_count\":47,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189007814037504,\"created_at\":\"Fri Feb 24 23:34:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3291000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "45ad3f26-5774-4b59-aeac-8e0529345ea4-173189007814037504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Aller, on encourage gégé. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: Aller, on encourage gégé. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3292000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Aller, on encourage g\\u00e9g\\u00e9. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189009441435649\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":232,\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10972,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez les mafieux mexicains\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":391,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"name\":\"Young, Wild & Free\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":363343002,\"utc_offset\":null,\"favourites_count\":39,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189009441435649,\"created_at\":\"Fri Feb 24 23:34:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3292000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d356d689-1301-4aaa-8abd-d32799965b06-173189009441435649" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon, l'idée de l'écran avec TweetDerck, les twittos ... c'est sympa mais bon après ce qu'ils en font ... o_O #lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1848652502/332954645_normal.jpg" +}, +"title": "Leila Agic: Bon, l'idée de l'écran avec TweetDerck, les twittos ... c'est sympa mais bon après ce qu'ils en font ... o_O #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3292000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon, l'id\\u00e9e de l'\\u00e9cran avec TweetDerck, les twittos ... c'est sympa mais bon apr\\u00e8s ce qu'ils en font ... o_O #lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]},{\"text\":\"cqui\",\"indices\":[114,119]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189008938115072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1197,\"screen_name\":\"LeilaAgic\",\"lang\":\"fr\",\"profile_text_color\":\"d61170\",\"statuses_count\":13607,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"23acc4\",\"followers_count\":1721,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"description\":\"Ancienne co-Responsable Internet et campagne jeunes pour @RoyalSegolene lors de primaires citoyennes. Socialo-Ecolo-S\\u00e9gol\\u00e9niste #SRoyal \\/ #FH2012 \\/ #NVB2012\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"79575617\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"name\":\"Leila Agic\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 03 22:02:21 +0000 2009\",\"profile_sidebar_border_color\":\"f50e48\",\"id\":79575617,\"utc_offset\":3600,\"favourites_count\":200,\"url\":\"http:\\/\\/on.fb.me\\/hSrN0O\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189008938115072,\"created_at\":\"Fri Feb 24 23:34:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3292000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "78f26088-a398-429d-8115-6e496c31f987-173189008938115072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @embruns: Jean-Pierre Raffarin entarté, personne n'en parle http://t.co/4C3cTSOk #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1845362154/3E0EC892-FEB3-44FD-AA98-331512B5799F_normal" +}, +"title": "Jmc: RT @embruns: Jean-Pierre Raffarin entarté, personne n'en parle http://t.co/4C3cTSOk #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3293000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @embruns: Jean-Pierre Raffarin entart\\u00e9, personne n'en parle http:\\/\\/t.co\\/4C3cTSOk #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"embruns\",\"indices\":[3,11],\"id_str\":\"6241412\",\"name\":\"Laurent Gloaguen\",\"id\":6241412}],\"urls\":[{\"indices\":[63,83],\"expanded_url\":\"http:\\/\\/bit.ly\\/A2Ohpb\",\"display_url\":\"bit.ly\\/A2Ohpb\",\"url\":\"http:\\/\\/t.co\\/4C3cTSOk\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[84,88]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Jean-Pierre Raffarin entart\\u00e9, personne n'en parle http:\\/\\/t.co\\/4C3cTSOk #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[50,70],\"expanded_url\":\"http:\\/\\/bit.ly\\/A2Ohpb\",\"display_url\":\"bit.ly\\/A2Ohpb\",\"url\":\"http:\\/\\/t.co\\/4C3cTSOk\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[71,75]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173182962362363905\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":563,\"screen_name\":\"embruns\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":21945,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Montr\\u00e9al, Qc, Canada\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"followers_count\":4826,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"8c887c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"name\":\"Laurent Gloaguen\",\"default_profile_image\":false,\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_border_color\":\"7a7768\",\"id\":6241412,\"utc_offset\":-18000,\"favourites_count\":29,\"url\":\"http:\\/\\/embruns.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173182962362363905,\"created_at\":\"Fri Feb 24 23:10:10 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189013522493440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1022,\"screen_name\":\"Jmcorradi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3548,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Marseille\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":185,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845362154\\/3E0EC892-FEB3-44FD-AA98-331512B5799F_normal\",\"description\":\"Ne supporte pas la mauvaise foi et l injustice.motard et guitariste ex triathlete .soutien de #FH2012 \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"436663652\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845362154\\/3E0EC892-FEB3-44FD-AA98-331512B5799F_normal\",\"name\":\"Jmc\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 14 12:15:39 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":436663652,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189013522493440,\"created_at\":\"Fri Feb 24 23:34:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3293000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "26002ad7-2dd9-4ed5-bfef-f01ef4f0cd5e-173189013522493440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw vive @jcfrog lui #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1421767677/n775859914_630617_3556_normal.jpg" +}, +"title": "Thibaut: #lgw vive @jcfrog lui #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3293000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw vive @jcfrog lui #ilreste\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[10,17],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[22,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189013988061186\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":439,\"screen_name\":\"thibautchampey\",\"lang\":\"fr\",\"profile_text_color\":\"c8c8cc\",\"statuses_count\":154,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"location\":\"Paris \",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0c0d0d\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"description\":\"Communication enabled geek.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3b3d3d\",\"id_str\":\"282143992\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"profile_sidebar_fill_color\":\"68696e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"name\":\"Thibaut\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 14 16:45:25 +0000 2011\",\"profile_sidebar_border_color\":\"e6ebe4\",\"id\":282143992,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"https:\\/\\/sites.google.com\\/site\\/thibautchampey\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189013988061186,\"created_at\":\"Fri Feb 24 23:34:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3293000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9a9b9591-9716-4da5-9c97-a7cc89d22bd7-173189013988061186" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "+1 pour @jcfrog #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1147619621/acdl_normal.jpg" +}, +"title": "AC Lefort: +1 pour @jcfrog #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3293000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"+1 pour @jcfrog #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[8,15],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189014428459008\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"zanskar\",\"lang\":\"fr\",\"favourites_count\":4662,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":765,\"location\":\"Angers, France\",\"profile_text_color\":\"333333\",\"followers_count\":1052,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1147619621\\/acdl_normal.jpg\",\"description\":\"e-marketing, webdesign, r\\u00e9seaux sociaux, e-commerce, pharma\\/vet, entrepreneuriat\",\"statuses_count\":1794,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":75,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"17367429\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"AC Lefort\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Thu Nov 13 16:01:37 +0000 2008\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":17367429,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.zanskarstudio.com\\/blog\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1147619621\\/acdl_normal.jpg\"},\"truncated\":false,\"id\":173189014428459008,\"created_at\":\"Fri Feb 24 23:34:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3293000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ecd30578-5cf9-4b51-91ba-93dcdd4f5120-173189014428459008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "WOW @jcfrog #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: WOW @jcfrog #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3294000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"WOW @jcfrog #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[4,11],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189018803109890\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39030,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189018803109890,\"created_at\":\"Fri Feb 24 23:34:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3294000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "71fc21c9-46ee-4157-8cb5-7a80669768e9-173189018803109890" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une ode au télétravail par @jcfrog? C'est pour toi @marcbotte #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1405965911/Arles_277-pola_normal.jpg" +}, +"title": "Lauren Provost: Une ode au télétravail par @jcfrog? C'est pour toi @marcbotte #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3294000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Une ode au t\\u00e9l\\u00e9travail par @jcfrog? C'est pour toi @marcbotte #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[27,34],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281},{\"screen_name\":\"marcbotte\",\"indices\":[51,61],\"name\":\"Marc Botte\",\"id_str\":\"9245222\",\"id\":9245222}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189020761853952\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Lauren_Provost\",\"lang\":\"fr\",\"favourites_count\":652,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":556,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":998,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1405965911\\/Arles_277-pola_normal.jpg\",\"description\":\"Journaliste. Traffic and Trends editor @LeHuffPost. \",\"statuses_count\":3743,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/409929890\\/iphone_607.jpg\",\"show_all_inline_media\":true,\"listed_count\":64,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"121986779\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Lauren Provost\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/409929890\\/iphone_607.jpg\",\"created_at\":\"Thu Mar 11 06:51:56 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":121986779,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/huffingtonpost.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1405965911\\/Arles_277-pola_normal.jpg\"},\"truncated\":false,\"id\":173189020761853952,\"created_at\":\"Fri Feb 24 23:34:14 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3294000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "07b11249-14a4-4f74-85be-3558b8a44f55-173189020761853952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non mais wtf ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1630930948/F_normal.png" +}, +"title": "Efynox: Non mais wtf ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3297000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Non mais wtf ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189029620232193\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":70,\"screen_name\":\"Efynox\",\"lang\":\"fr\",\"profile_text_color\":\"949494\",\"statuses_count\":87,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"followers_count\":20,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1630930948\\/F_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"19813429\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"4a4852\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1630930948\\/F_normal.png\",\"name\":\"Efynox\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 31 12:20:14 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":19813429,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189029620232193,\"created_at\":\"Fri Feb 24 23:34:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3297000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a21175e7-d81b-44ae-bc43-67a273000c43-173189029620232193" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En fait ce devait être tordant la répétition #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: En fait ce devait être tordant la répétition #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3298000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"En fait ce devait \\u00eatre tordant la r\\u00e9p\\u00e9tition #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]},{\"text\":\"ilpart\",\"indices\":[50,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189037748797440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1207,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189037748797440,\"created_at\":\"Fri Feb 24 23:34:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3298000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "768d0073-fdc3-4d9f-9ed5-d77f5f4d8f88-173189037748797440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW c'est très embarassant là", +"img": { +"src": "http://a1.twimg.com/profile_images/1444398619/iam_CM_normal.jpg" +}, +"title": "christian menez: #LGW c'est très embarassant là", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3299000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW c'est tr\\u00e8s embarassant l\\u00e0\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189038478589952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1232,\"screen_name\":\"iam_CM\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":21048,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/137120082\\/blanco.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":127,\"profile_link_color\":\"0084B4\",\"followers_count\":2403,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1444398619\\/iam_CM_normal.jpg\",\"description\":\"Personal account. \\r\\nHead of Marketing Services Dpt. @SonyMusicFr \\r\\nCM but not CM. Unfinished bio.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"17677114\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/137120082\\/blanco.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1444398619\\/iam_CM_normal.jpg\",\"name\":\"christian menez\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 27 12:52:46 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":17677114,\"utc_offset\":3600,\"favourites_count\":1319,\"url\":\"http:\\/\\/www.facebook.com\\/cmenez\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189038478589952,\"created_at\":\"Fri Feb 24 23:34:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3299000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "935c6a45-d536-4cc1-8d84-61fb64eebe49-173189038478589952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @okhin: SKYPE C'EST MAL #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1825687962/harlock_normal.jpg" +}, +"title": "Spartition: RT @okhin: SKYPE C'EST MAL #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3301000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @okhin: SKYPE C'EST MAL #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"okhin\",\"indices\":[3,9],\"id_str\":\"49560409\",\"name\":\"Okhin\",\"id\":49560409}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"SKYPE C'EST MAL #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188860849827840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"okhin\",\"lang\":\"en\",\"profile_text_color\":\"739694\",\"statuses_count\":10333,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"followers_count\":798,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"profile_sidebar_fill_color\":\"411c0f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"name\":\"Okhin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_border_color\":\"2f1812\",\"id\":49560409,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"https:\\/\\/about.okhin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188860849827840,\"created_at\":\"Fri Feb 24 23:33:36 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189048888868865\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":289,\"screen_name\":\"Spartition\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7930,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/157130409\\/star-wars-battle.jpg\",\"location\":\"Ailleurs\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":152,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1825687962\\/harlock_normal.jpg\",\"description\":\"Geek & stuff. Ma seule interaction avec le monde du dehors se passe ici. #Enjoy :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"101461369\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/157130409\\/star-wars-battle.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1825687962\\/harlock_normal.jpg\",\"name\":\"Spartition\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 03 11:46:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":101461369,\"utc_offset\":3600,\"favourites_count\":20,\"url\":\"http:\\/\\/binaire-life.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189048888868865,\"created_at\":\"Fri Feb 24 23:34:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3301000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cdfe0c0f-3125-423b-8f05-d29c07c567bd-173189048888868865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @JulR: Premier concert skype avec @jcfrog #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @JulR: Premier concert skype avec @jcfrog #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3302000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @JulR: Premier concert skype avec @jcfrog #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"JulR\",\"indices\":[3,8],\"id_str\":\"10572732\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"id\":10572732},{\"screen_name\":\"jcfrog\",\"indices\":[37,44],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Premier concert skype avec @jcfrog #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[27,34],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188792260378624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":820,\"screen_name\":\"JulR\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13059,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris \\/ Damas\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"followers_count\":793,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":10572732,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.syrieonline.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188792260378624,\"created_at\":\"Fri Feb 24 23:33:20 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189051191525376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1042,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":317,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189051191525376,\"created_at\":\"Fri Feb 24 23:34:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3302000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "11d04248-b36a-4f96-9acb-b28a7ee47fcf-173189051191525376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@jcfrog en Skype maintenant ? Ah ok. Sur le télétravail :) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819882790/tetocarre_normal.jpg" +}, +"title": "Cédric BILLAUDELLE: @jcfrog en Skype maintenant ? Ah ok. Sur le télétravail :) #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3302000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"jcfrog\",\"favorited\":false,\"text\":\"@jcfrog en Skype maintenant ? Ah ok. Sur le t\\u00e9l\\u00e9travail :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[0,7],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"in_reply_to_user_id\":16888281,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189052898607104\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"0C0F22\",\"screen_name\":\"Cbill0\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":172,\"location\":\"Lille, FR\",\"profile_text_color\":\"F2ECF9\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 l'IAE de Lille, mais pur produit des Ardennes. Aime beaucoup apprendre, mais n'aime pas qu'on lui fasse la le\\u00e7on.\",\"statuses_count\":1108,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"1a1aba\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"E44B22\",\"protected\":false,\"id_str\":\"84313428\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"C\\u00e9dric BILLAUDELLE\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422263046\\/679FC0.png\",\"created_at\":\"Thu Oct 22 12:34:22 +0000 2009\",\"profile_sidebar_fill_color\":\"2C446A\",\"id\":84313428,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819882790\\/tetocarre_normal.jpg\"},\"truncated\":false,\"id\":173189052898607104,\"created_at\":\"Fri Feb 24 23:34:22 +0000 2012\",\"in_reply_to_user_id_str\":\"16888281\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3302000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b73d8367-0605-417f-9532-f84a9be319a9-173189052898607104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah @JCfrog il faut qu'#ilReste lui aussi hein ? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/37455262/titou_150_normal.jpg" +}, +"title": "Pierre Titou LANNES: Ah @JCfrog il faut qu'#ilReste lui aussi hein ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3302000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah @JCfrog il faut qu'#ilReste lui aussi hein ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[3,10],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[22,30]},{\"text\":\"lgw\",\"indices\":[48,52]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2306588,48.8869026],[2.2841562,48.8869026],[2.2841562,48.9082685],[2.2306588,48.9082685]]]},\"attributes\":{},\"full_name\":\"Courbevoie, Hauts-de-Seine\",\"name\":\"Courbevoie\",\"id\":\"30b5d37dd5aae12a\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/30b5d37dd5aae12a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189054479859712\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":268,\"screen_name\":\"titounet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5079,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/421488521\\/2005-09_La_Reunion_014.jpg\",\"location\":\"IDF, Gers 32, Landes 40, PO 66\",\"show_all_inline_media\":true,\"listed_count\":35,\"profile_link_color\":\"9D582E\",\"followers_count\":450,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/37455262\\/titou_150_normal.jpg\",\"description\":\"Ergonome facteurs humains et organisationnels, #ergonomie des interfaces hommes-machines #UX. Gascon, Pyr\\u00e9n\\u00e9es, gastronomie, festayre, rugby, surf\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"10461152\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421488521\\/2005-09_La_Reunion_014.jpg\",\"profile_sidebar_fill_color\":\"fcf1c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/37455262\\/titou_150_normal.jpg\",\"name\":\"Pierre Titou LANNES\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 22 06:18:31 +0000 2007\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":10461152,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/titou.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189054479859712,\"created_at\":\"Fri Feb 24 23:34:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3302000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fd6b092f-4e11-4912-88ef-b3591d0e18d1-173189054479859712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Eeeeeet @jcfrog mesdames et messieurs !!! Le retour du come-back. Une 1ère mondiale : un concert live en Skype #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @LeGrandWebze: Eeeeeet @jcfrog mesdames et messieurs !!! Le retour du come-back. Une 1ère mondiale : un concert live en Skype #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3303000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Eeeeeet @jcfrog mesdames et messieurs !!! Le retour du come-back. Une 1\\u00e8re mondiale : un concert live en Skype #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"jcfrog\",\"indices\":[26,33],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[129,133]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Eeeeeet @jcfrog mesdames et messieurs !!! Le retour du come-back. Une 1\\u00e8re mondiale : un concert live en Skype #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[8,15],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[111,115]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188775533481985\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3273,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1481,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173188775533481985,\"created_at\":\"Fri Feb 24 23:33:16 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189054865747969\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1042,\"location\":\"Issy les moulineaux\",\"profile_text_color\":\"333333\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"statuses_count\":318,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fabienne BAROLLIER\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":110388053,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\"},\"truncated\":false,\"id\":173189054865747969,\"created_at\":\"Fri Feb 24 23:34:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3303000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "90f08e96-ba99-482c-9a41-8eabd36cdda9-173189054865747969" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je dois vraiment être fatigué parce que je passe à côté de tous les délires de #lgw #BlaguesEntrePotes", +"img": { +"src": "http://a0.twimg.com/profile_images/1727885666/Logo_YP_normal.png" +}, +"title": "Young planneur: Je dois vraiment être fatigué parce que je passe à côté de tous les délires de #lgw #BlaguesEntrePotes", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3308000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je dois vraiment \\u00eatre fatigu\\u00e9 parce que je passe \\u00e0 c\\u00f4t\\u00e9 de tous les d\\u00e9lires de #lgw #BlaguesEntrePotes\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[79,83]},{\"text\":\"BlaguesEntrePotes\",\"indices\":[84,102]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189075833069568\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":278,\"screen_name\":\"youngplanneur\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":4946,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France, Paris\",\"show_all_inline_media\":true,\"listed_count\":222,\"profile_link_color\":\"009999\",\"followers_count\":3230,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1727885666\\/Logo_YP_normal.png\",\"description\":\"Strategic Planner \\/\\/ Advertising \\/ Action Sports \\/ Advertainment \\/ Series \\/ Mobile \\/ Social \\/\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"87788927\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727885666\\/Logo_YP_normal.png\",\"name\":\"Young planneur\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 05 21:34:26 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":87788927,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.youngplanneur.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189075833069568,\"created_at\":\"Fri Feb 24 23:34:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3308000, +"tags": [ +{ +"id-ref": "f06bac62-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cab72096-b191-408e-8409-bb48a5f33852-173189075833069568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cette émission est trop pourrie, à l'image de la chemise du mec qui la présente ... #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1710889642/Photo_du_12386330-12-_a__03.26_normal.jpg" +}, +"title": "Marwen (LaKoloK): Cette émission est trop pourrie, à l'image de la chemise du mec qui la présente ... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3308000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Cette \\u00e9mission est trop pourrie, \\u00e0 l'image de la chemise du mec qui la pr\\u00e9sente ... #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[84,88]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189075711438848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":81,\"screen_name\":\"MarwenBrowwn\",\"lang\":\"fr\",\"profile_text_color\":\"ff0000\",\"statuses_count\":842,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/387870738\\/383582_10150446108327677_538517676_8743393_235763390_n.jpg\",\"location\":\"LYON\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"e01414\",\"followers_count\":118,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1710889642\\/Photo_du_12386330-12-_a__03.26_normal.jpg\",\"description\":\"NEW SONG DISPO DEPUIS LE 22\\/01\\/12 : \\n\\nLA KOLOK - GET FRESH !!!\\n\\nICI -- http:\\/\\/www.youtube.com\\/watch?v=iC_zgkNooDc --\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2b87ff\",\"id_str\":\"194551085\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387870738\\/383582_10150446108327677_538517676_8743393_235763390_n.jpg\",\"profile_sidebar_fill_color\":\"6740a1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1710889642\\/Photo_du_12386330-12-_a__03.26_normal.jpg\",\"name\":\"Marwen (LaKoloK)\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 24 12:20:46 +0000 2010\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":194551085,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/lakolokmusik.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189075711438848,\"created_at\":\"Fri Feb 24 23:34:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3308000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6e561638-872c-4208-819c-9b456206ce3f-173189075711438848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @okhin: TUE DES CHATONS (et des dissidents syriens aussi) #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1825687962/harlock_normal.jpg" +}, +"title": "Spartition: RT @okhin: TUE DES CHATONS (et des dissidents syriens aussi) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3308000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @okhin: TUE DES CHATONS (et des dissidents syriens aussi) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"okhin\",\"indices\":[3,9],\"name\":\"Okhin\",\"id_str\":\"49560409\",\"id\":49560409}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"TUE DES CHATONS (et des dissidents syriens aussi) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188936309542912\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"2f1812\",\"screen_name\":\"okhin\",\"lang\":\"en\",\"favourites_count\":38,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":441,\"location\":\"Paris, France\",\"profile_text_color\":\"739694\",\"followers_count\":798,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"statuses_count\":10333,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"protected\":false,\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Okhin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_fill_color\":\"411c0f\",\"id\":49560409,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"https:\\/\\/about.okhin.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\"},\"truncated\":false,\"id\":173188936309542912,\"created_at\":\"Fri Feb 24 23:33:54 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189078177681408\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Spartition\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":289,\"location\":\"Ailleurs\",\"profile_text_color\":\"333333\",\"followers_count\":152,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1825687962\\/harlock_normal.jpg\",\"description\":\"Geek & stuff. Ma seule interaction avec le monde du dehors se passe ici. #Enjoy :-)\",\"statuses_count\":7931,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/157130409\\/star-wars-battle.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"101461369\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Spartition\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/157130409\\/star-wars-battle.jpg\",\"created_at\":\"Sun Jan 03 11:46:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":101461369,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/binaire-life.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1825687962\\/harlock_normal.jpg\"},\"truncated\":false,\"id\":173189078177681408,\"created_at\":\"Fri Feb 24 23:34:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3308000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "15b1b449-cf14-41c1-a645-98d09b76a47c-173189078177681408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Iryngael: Pour benoit par contre #ilpart #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1766324715/Stephane_leprince_normal.GIF" +}, +"title": "Stéphane Leprince: RT @Iryngael: Pour benoit par contre #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3309000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Iryngael: Pour benoit par contre #ilpart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Iryngael\",\"indices\":[3,12],\"name\":\"Richard\",\"id_str\":\"29106955\",\"id\":29106955}],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[37,44]},{\"text\":\"lgw\",\"indices\":[45,49]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Pour benoit par contre #ilpart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[23,30]},{\"text\":\"lgw\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173187400061825025\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Iryngael\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":229,\"location\":\"Midi-Pyr\\u00e9n\\u00e9es, Moissac\",\"profile_text_color\":\"666666\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"description\":\"Gros connard sympa n\\u00e9anmoins :o\",\"statuses_count\":1961,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"is_translator\":true,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"29106955\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Richard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Mon Apr 06 00:46:40 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":29106955,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\"},\"truncated\":false,\"id\":173187400061825025,\"created_at\":\"Fri Feb 24 23:27:48 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189080690081792\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"stephleprince\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":685,\"location\":\"46.213151,5.110998\",\"profile_text_color\":\"666666\",\"followers_count\":423,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1766324715\\/Stephane_leprince_normal.GIF\",\"description\":\"Charg\\u00e9 de projets TICE et FOAD - Culture web et r\\u00e9seautage social\",\"statuses_count\":986,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/193710111\\/twilk_background_4d33fd671dea6.jpg\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"8351142\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"St\\u00e9phane Leprince\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/193710111\\/twilk_background_4d33fd671dea6.jpg\",\"created_at\":\"Wed Aug 22 07:26:43 +0000 2007\",\"profile_sidebar_fill_color\":\"252429\",\"id\":8351142,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.stephaneleprince.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1766324715\\/Stephane_leprince_normal.GIF\"},\"truncated\":false,\"id\":173189080690081792,\"created_at\":\"Fri Feb 24 23:34:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3309000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e94b7c1a-517e-4e0f-a58d-961bc08b72a0-173189080690081792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais c'est quoi #lgw ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1707889543/153409_normal.png" +}, +"title": "​sexyprout: Mais c'est quoi #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3309000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais c'est quoi #lgw ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189082254548993\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":713,\"screen_name\":\"sexyprout\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":31280,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":62,\"profile_link_color\":\"0084B4\",\"followers_count\":790,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1707889543\\/153409_normal.png\",\"description\":\"web dev (php, html5, css3, js, some c and python), web perf. master troll. hater. http:\\/\\/sexyprout.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Brussels\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"26382618\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1707889543\\/153409_normal.png\",\"name\":\"\\u200bsexyprout\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 00:56:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":26382618,\"utc_offset\":3600,\"favourites_count\":13,\"url\":\"http:\\/\\/sexyprout.github.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189082254548993,\"created_at\":\"Fri Feb 24 23:34:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3309000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b0713f7d-473a-481a-a139-432d06aeeac5-173189082254548993" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @jcfrog en Live sur @france5", +"img": { +"src": "http://a0.twimg.com/profile_images/1143073505/41403_1088720440_8180_q_normal.jpg" +}, +"title": "yann : #lgw @jcfrog en Live sur @france5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3311000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @jcfrog en Live sur @france5\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[5,12],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281},{\"screen_name\":\"france5\",\"indices\":[25,33],\"id_str\":\"128507523\",\"name\":\"France cinq\",\"id\":128507523}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189092073406465\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":114,\"screen_name\":\"yannosh51\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":696,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"location\":\"france\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"384040\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"description\":\"Gamer, retrogamer m\\u00eame et administrateur chez armagame pour le jeu atomic strike.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"165689120\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"name\":\"yann \",\"default_profile_image\":false,\"created_at\":\"Mon Jul 12 08:06:43 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":165689120,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/www.atomic-strike.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189092073406465,\"created_at\":\"Fri Feb 24 23:34:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3311000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a3f78fad-9a13-4081-bf5c-0f85dbd18fd1-173189092073406465" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw la lumière, la déco tout cela me fait penser aux émissions d'IDF1 ou d'autres tv régionales.", +"img": { +"src": "http://a2.twimg.com/profile_images/1696961418/avatar_normal.JPG" +}, +"title": "Audrey K: #lgw la lumière, la déco tout cela me fait penser aux émissions d'IDF1 ou d'autres tv régionales.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3311000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw la lumi\\u00e8re, la d\\u00e9co tout cela me fait penser aux \\u00e9missions d'IDF1 ou d'autres tv r\\u00e9gionales.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189092299915268\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"Audreymifasol\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":250,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Quelque part\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1696961418\\/avatar_normal.JPG\",\"description\":\"Prof contractuelle en biologie le lundi, \\u00e9tudiante en histoire, ma\\u00e7on, d\\u00e9coratrice, costumi\\u00e8re, peintre et bidouilleuse de tout l'autre moiti\\u00e9 du temps.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"413420872\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1696961418\\/avatar_normal.JPG\",\"name\":\"Audrey K\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 15 21:31:05 +0000 2011\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":413420872,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/bubulle-de-savon.over-blog.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189092299915268,\"created_at\":\"Fri Feb 24 23:34:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3311000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8dd9b375-8890-418b-8519-4ea546558046-173189092299915268" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Seriously ? #lgw #cqui", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: Seriously ? #lgw #cqui", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3313000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Seriously ? #lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]},{\"text\":\"cqui\",\"indices\":[17,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189098608144385\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1033,\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":3559,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"followers_count\":668,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"name\":\"Bastien Joseph\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":191087175,\"utc_offset\":null,\"favourites_count\":10,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189098608144385,\"created_at\":\"Fri Feb 24 23:34:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3313000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1278ec64-179f-4934-939d-d0e350df802b-173189098608144385" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @okhin: DO NOT USE IT #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1825687962/harlock_normal.jpg" +}, +"title": "Spartition: RT @okhin: DO NOT USE IT #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3313000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @okhin: DO NOT USE IT #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"okhin\",\"indices\":[3,9],\"id_str\":\"49560409\",\"name\":\"Okhin\",\"id\":49560409}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"DO NOT USE IT #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188968853143552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"okhin\",\"lang\":\"en\",\"profile_text_color\":\"739694\",\"statuses_count\":10333,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"followers_count\":798,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"profile_sidebar_fill_color\":\"411c0f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"name\":\"Okhin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_border_color\":\"2f1812\",\"id\":49560409,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"https:\\/\\/about.okhin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188968853143552,\"created_at\":\"Fri Feb 24 23:34:02 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189100453634048\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":289,\"screen_name\":\"Spartition\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7932,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/157130409\\/star-wars-battle.jpg\",\"location\":\"Ailleurs\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":152,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1825687962\\/harlock_normal.jpg\",\"description\":\"Geek & stuff. Ma seule interaction avec le monde du dehors se passe ici. #Enjoy :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"101461369\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/157130409\\/star-wars-battle.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1825687962\\/harlock_normal.jpg\",\"name\":\"Spartition\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 03 11:46:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":101461369,\"utc_offset\":3600,\"favourites_count\":20,\"url\":\"http:\\/\\/binaire-life.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189100453634048,\"created_at\":\"Fri Feb 24 23:34:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3313000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "30539ab1-26d5-48e6-9171-d9b564b75f13-173189100453634048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@jcfrog dans #lgw ! bravo Jérôme", +"img": { +"src": "http://a3.twimg.com/profile_images/1143926795/jeromep_logo_carre_twitter_normal.png" +}, +"title": "jeromep: @jcfrog dans #lgw ! bravo Jérôme", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3314000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"jcfrog\",\"favorited\":false,\"text\":\"@jcfrog dans #lgw ! bravo J\\u00e9r\\u00f4me\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[0,7],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":16888281,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189104647942144\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C6E2EE\",\"screen_name\":\"jeromep_net\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":368,\"location\":\"France , Paris\",\"profile_text_color\":\"663B12\",\"followers_count\":191,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1143926795\\/jeromep_logo_carre_twitter_normal.png\",\"description\":\"Internaute passionn\\u00e9, auteur des blogs : jeromep.net - sanscommentaire.fr - debranche.fr \\/ r\\u00e9dacteur sur accessoweb.com\",\"statuses_count\":4607,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/161132761\\/jeromep_twitter_background.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"1F98C7\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"282929\",\"protected\":false,\"id_str\":\"6815562\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"jeromep\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/161132761\\/jeromep_twitter_background.jpg\",\"created_at\":\"Thu Jun 14 16:27:00 +0000 2007\",\"profile_sidebar_fill_color\":\"DAECF4\",\"id\":6815562,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/blog.jeromep.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143926795\\/jeromep_logo_carre_twitter_normal.png\"},\"truncated\":false,\"id\":173189104647942144,\"created_at\":\"Fri Feb 24 23:34:34 +0000 2012\",\"in_reply_to_user_id_str\":\"16888281\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3314000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c1496310-926f-499f-a10f-de278c86937c-173189104647942144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" +}, +"title": "Christophe H: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3315000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189106359222272\",\"user\":{\"default_profile_image\":true,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"XGolight\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":9,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"description\":null,\"statuses_count\":7,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"122649024\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Christophe H\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Mar 13 12:09:22 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":122649024,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\"},\"truncated\":false,\"id\":173189106359222272,\"created_at\":\"Fri Feb 24 23:34:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3315000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f1abfa78-edbb-4c0c-9487-f6b18b9203c0-173189106359222272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Jmcorradi: RT @embruns: Jean-Pierre Raffarin entarté, personne n'en parle http://t.co/6yzGrexw #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1846718877/Ic_nePoireau_Yeux08-2011-02_normal.jpg" +}, +"title": "Le_M_Poireau: RT @Jmcorradi: RT @embruns: Jean-Pierre Raffarin entarté, personne n'en parle http://t.co/6yzGrexw #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3315000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":true,\"contributors\":null,\"favorited\":false,\"text\":\"RT @Jmcorradi: RT @embruns: Jean-Pierre Raffarin entart\\u00e9, personne n'en parle http:\\/\\/t.co\\/6yzGrexw #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Jmcorradi\",\"indices\":[3,13],\"id_str\":\"436663652\",\"name\":\"Jmc\",\"id\":436663652},{\"screen_name\":\"embruns\",\"indices\":[18,26],\"id_str\":\"6241412\",\"name\":\"Laurent Gloaguen\",\"id\":6241412}],\"urls\":[{\"indices\":[78,98],\"expanded_url\":\"http:\\/\\/bit.ly\\/A2Ohpb\",\"display_url\":\"bit.ly\\/A2Ohpb\",\"url\":\"http:\\/\\/t.co\\/6yzGrexw\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[99,103]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.brizzly.com\\\" rel=\\\"nofollow\\\"\\u003EBrizzly\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189105084149760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":6530,\"screen_name\":\"Le_M_Poireau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":54065,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":418,\"profile_link_color\":\"0084b4\",\"followers_count\":6013,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"description\":\"Pensez \\u00e0 ceux qui n'en ont pas et ne g\\u00e2chez pas votre humour inutilement. http:\\/\\/photosdecampagne.tumblr.com\\/ | http:\\/\\/riendimportant.tumblr.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"10330232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"profile_sidebar_fill_color\":\"ddffcd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"name\":\"Le_M_Poireau\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 17 11:32:14 +0000 2007\",\"profile_sidebar_border_color\":\"bddcad\",\"id\":10330232,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/monsieurpoireau.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189105084149760,\"created_at\":\"Fri Feb 24 23:34:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3315000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2364e590-3acd-4608-b254-e9c9ee49164f-173189105084149760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ah enfin @jcfrog en direct live de sa Bretagne !! #skype #talité", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: #lgw ah enfin @jcfrog en direct live de sa Bretagne !! #skype #talité", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3315000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ah enfin @jcfrog en direct live de sa Bretagne !! #skype #talit\\u00e9\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[14,21],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"skype\",\"indices\":[55,61]},{\"text\":\"talit\\u00e9\",\"indices\":[62,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189105075761152\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1749,\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":28281,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"location\":\"Crozon, Brittany\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"followers_count\":2618,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"profile_sidebar_fill_color\":\"d3ede7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"name\":\"Philippe B\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_border_color\":\"5e1410\",\"id\":14400518,\"utc_offset\":3600,\"favourites_count\":297,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189105075761152,\"created_at\":\"Fri Feb 24 23:34:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3315000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f062d0a6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f06cedfc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5555a72c-2441-4134-b7f8-87d38f3e2354-173189105075761152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW : @jcfrog Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap !", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW : @jcfrog Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3315000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW : @jcfrog Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[7,14],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189105230954496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27163,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189105230954496,\"created_at\":\"Fri Feb 24 23:34:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3315000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ca4e38c3-e2bf-43f4-bba3-7ebcecca9cec-173189105230954496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Vinvin déstresse !", +"img": { +"src": "http://a0.twimg.com/profile_images/112409478/g2_normal.jpg" +}, +"title": "Guillaume Dreher: #lgw Vinvin déstresse !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3316000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Vinvin d\\u00e9stresse !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189111497240577\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Guigsounet\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":36,\"location\":\"Paris\",\"profile_text_color\":\"666666\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/112409478\\/g2_normal.jpg\",\"description\":\"Un peu geek, un peu nouvelliste et cr\\u00e9ateur d'univers, beaucoup d'imagination\",\"statuses_count\":115,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"27134641\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Guillaume Dreher\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Sat Mar 28 00:09:04 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":27134641,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/perso.orange.fr\\/guigs\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/112409478\\/g2_normal.jpg\"},\"truncated\":false,\"id\":173189111497240577,\"created_at\":\"Fri Feb 24 23:34:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3316000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "14d5217d-8402-4cc0-8bef-69e08d8db548-173189111497240577" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin #ilreste à #lgw à condition qu'il nous fasse une citation de Pierre Desproges, Sinon mérite pas d'être là ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1761682524/AG18_001_normal.JPG" +}, +"title": "courrierdumutin : François Rollin #ilreste à #lgw à condition qu'il nous fasse une citation de Pierre Desproges, Sinon mérite pas d'être là ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3317000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin #ilreste \\u00e0 #lgw \\u00e0 condition qu'il nous fasse une citation de Pierre Desproges, Sinon m\\u00e9rite pas d'\\u00eatre l\\u00e0 ...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[17,25]},{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189114135461890\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":865,\"screen_name\":\"courrierdumutin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2450,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1761682524\\/AG18_001_normal.JPG\",\"description\":\"Enqu\\u00eates, t\\u00e9moignages, reportages, articles.\\r\\nFaites bien attention de ne pas trop vous prendre au s\\u00e9rieux. On est l\\u00e0 pour s'amuser un peu en travaillant.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"466505173\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1761682524\\/AG18_001_normal.JPG\",\"name\":\"courrierdumutin \",\"default_profile_image\":false,\"created_at\":\"Tue Jan 17 13:46:00 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":466505173,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189114135461890,\"created_at\":\"Fri Feb 24 23:34:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3317000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f3b5b714-28f8-4dfe-841c-7c961263917e-173189114135461890" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le concert sur Skype n'était as nécessaire...#lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1815688866/d688d6b8531c11e1abb01231381b65e3_7_normal.jpg" +}, +"title": "Kevin Hiot: Le concert sur Skype n'était as nécessaire...#lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3317000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Le concert sur Skype n'\\u00e9tait as n\\u00e9cessaire...#lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189113875410945\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"UnMamouth\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":293,\"location\":\"Longjumeau\",\"profile_text_color\":\"333333\",\"followers_count\":119,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1815688866\\/d688d6b8531c11e1abb01231381b65e3_7_normal.jpg\",\"description\":\"Journaliste en devenir ayant peur des piq\\u00fbres.\",\"statuses_count\":3481,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"89394967\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Kevin Hiot\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Thu Nov 12 07:14:13 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":89394967,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/flavors.me\\/unmamouth\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815688866\\/d688d6b8531c11e1abb01231381b65e3_7_normal.jpg\"},\"truncated\":false,\"id\":173189113875410945,\"created_at\":\"Fri Feb 24 23:34:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3317000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "90c70d81-1aff-4932-8736-298533a9fabb-173189113875410945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @laurent70: #cqui le mec qui parle de @LudoDelaherche ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: RT @laurent70: #cqui le mec qui parle de @LudoDelaherche ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3318000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @laurent70: #cqui le mec qui parle de @LudoDelaherche ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"laurent70\",\"indices\":[3,13],\"name\":\"Laurent Hermez\",\"id_str\":\"29409056\",\"id\":29409056},{\"screen_name\":\"LudoDelaherche\",\"indices\":[41,56],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[15,20]},{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cqui le mec qui parle de @LudoDelaherche ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[26,41],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[46,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188958233178112\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"laurent70\",\"lang\":\"en\",\"favourites_count\":10,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":547,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":365,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/645969850\\/Image_1_normal.jpg\",\"description\":\"Copywriter at MRM Paris \\r\\n\",\"statuses_count\":5196,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/68596344\\/16947_265726962566_522657566_3216218_3534887_n.jpg\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"29409056\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Laurent Hermez\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/68596344\\/16947_265726962566_522657566_3216218_3534887_n.jpg\",\"created_at\":\"Tue Apr 07 08:07:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":29409056,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.bouquiner.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/645969850\\/Image_1_normal.jpg\"},\"truncated\":false,\"id\":173188958233178112,\"created_at\":\"Fri Feb 24 23:33:59 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189121114767360\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6698,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173189121114767360,\"created_at\":\"Fri Feb 24 23:34:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3318000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ed625208-948e-4b35-925f-eedce22bb222-173189121114767360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Finalement Rollin dans un film muet... Et Vinvin en noir et blanc... Faudrait essayer. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/33716352/SSL20530_normal.jpg" +}, +"title": "_Landry: Finalement Rollin dans un film muet... Et Vinvin en noir et blanc... Faudrait essayer. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3318000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Finalement Rollin dans un film muet... Et Vinvin en noir et blanc... Faudrait essayer. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[87,91]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189118073909248\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":28,\"screen_name\":\"_Landry\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":630,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Rouen, fr\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/33716352\\/SSL20530_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"9538912\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/33716352\\/SSL20530_normal.jpg\",\"name\":\"_Landry\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 19 09:25:27 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":9538912,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":\"http:\\/\\/chezlandry.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189118073909248,\"created_at\":\"Fri Feb 24 23:34:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3318000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5043b9d8-c1e6-4a2f-aec7-cfcf9b079b9b-173189118073909248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "j'appelle Sliman et j'ai 15 ans, j'vis chez mes vieux, à la Courneuve ... #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1638976981/43_43_-_2_normal.jpg" +}, +"title": "caroline: j'appelle Sliman et j'ai 15 ans, j'vis chez mes vieux, à la Courneuve ... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3319000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"j'appelle Sliman et j'ai 15 ans, j'vis chez mes vieux, \\u00e0 la Courneuve ... #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[74,78]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189123962716163\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":501,\"screen_name\":\"mononoke62\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8232,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"0084B4\",\"followers_count\":501,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638976981\\/43_43_-_2_normal.jpg\",\"description\":\"Le v\\u00e9ritable lieu de naissance est celui o\\u00f9 l'on a port\\u00e9 pour la 1\\u00e8re fois un coup d'oeil intelligent sur soi-m\\u00eame : mes premi\\u00e8res patries ont \\u00e9t\\u00e9 les livres MY\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"126877700\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638976981\\/43_43_-_2_normal.jpg\",\"name\":\"caroline\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 27 08:07:05 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":126877700,\"utc_offset\":3600,\"favourites_count\":16,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189123962716163,\"created_at\":\"Fri Feb 24 23:34:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3319000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "443ba045-476e-4671-ab40-b220f8412db9-173189123962716163" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw complètement ratée cette émission", +"img": { +"src": "http://a3.twimg.com/profile_images/1813277782/profil_normal.jpg" +}, +"title": "annabel s. alves : #lgw complètement ratée cette émission", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3320000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw compl\\u00e8tement rat\\u00e9e cette \\u00e9mission\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[7.1820901,43.6452915],[7.3239546,43.6452915],[7.3239546,43.76075],[7.1820901,43.76075]]]},\"attributes\":{},\"full_name\":\"Nice, Alpes-Maritimes\",\"place_type\":\"city\",\"name\":\"Nice\",\"id\":\"d43b21ac2b0c2029\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d43b21ac2b0c2029.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189129297858560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":811,\"screen_name\":\"annabeldessin\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":4797,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/341403463\\/Yeux_Annajung.jpg\",\"location\":\"France, Nice(06)\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"2FC2EF\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1813277782\\/profil_normal.jpg\",\"description\":\"Styliste, conceptrice, mod\\u00e9liste;inadapt\\u00e9e scolaire,surdou\\u00e9e cancre;n'y arrivera jamais dans la vie,elle dessine,elle dessine,elle dessine...(\\u00e9duc. nationale)\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"106986321\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/341403463\\/Yeux_Annajung.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813277782\\/profil_normal.jpg\",\"name\":\"annabel s. alves \",\"default_profile_image\":false,\"created_at\":\"Thu Jan 21 07:51:27 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":106986321,\"utc_offset\":3600,\"favourites_count\":37,\"url\":\"https:\\/\\/sites.google.com\\/site\\/annabelalvessovieri\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189129297858560,\"created_at\":\"Fri Feb 24 23:34:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3320000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c14a9b03-9f45-4396-aa90-2a38fb38fbce-173189129297858560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Le décor est presque digne de #Motus, quand même. Avec la chemise de @Vinvin, ça... donne une ambiance colorielle certaine.", +"img": { +"src": "http://a2.twimg.com/profile_images/1430684275/avatar_normal.png" +}, +"title": "Marion : #lgw Le décor est presque digne de #Motus, quand même. Avec la chemise de @Vinvin, ça... donne une ambiance colorielle certaine.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3320000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Le d\\u00e9cor est presque digne de #Motus, quand m\\u00eame. Avec la chemise de @Vinvin, \\u00e7a... donne une ambiance colorielle certaine.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[75,82],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"Motus\",\"indices\":[36,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189129973145602\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":140,\"screen_name\":\"PauletteAnka\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":469,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Toulouse et au-del\\u00e0\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"2FC2EF\",\"followers_count\":40,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1430684275\\/avatar_normal.png\",\"description\":\"Graphiste web, qui se dit que le ouaibe c'est bien, et que Twitter, tout le monde en parle, manifestement, faut y \\u00eatre. Ou pas.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"299707918\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1430684275\\/avatar_normal.png\",\"name\":\"Marion \",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:18:32 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":299707918,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189129973145602,\"created_at\":\"Fri Feb 24 23:34:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3320000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f06def18-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "63a082e9-196b-4476-9553-011b5fceba4d-173189129973145602" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw C'est même assez mauvais. Et j'ai toujours pas pigé le titre...", +"img": { +"src": "http://a0.twimg.com/profile_images/1509720475/shot_1314041360971_normal.jpg" +}, +"title": "A-Teixeira Fabrice: #lgw C'est même assez mauvais. Et j'ai toujours pas pigé le titre...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3320000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw C'est m\\u00eame assez mauvais. Et j'ai toujours pas pig\\u00e9 le titre...\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189129725685760\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"AlvesTF\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":326,\"location\":\"Epernay\",\"profile_text_color\":\"333333\",\"followers_count\":184,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1509720475\\/shot_1314041360971_normal.jpg\",\"description\":\"Journaliste.\",\"statuses_count\":1979,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/252383087\\/high-tech.png\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"43079271\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"A-Teixeira Fabrice\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/252383087\\/high-tech.png\",\"created_at\":\"Thu May 28 09:31:02 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":43079271,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1509720475\\/shot_1314041360971_normal.jpg\"},\"truncated\":false,\"id\":173189129725685760,\"created_at\":\"Fri Feb 24 23:34:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3320000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "073c4577-6fcd-46be-bc07-60e7289e7915-173189129725685760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1430800671/avatar_07_512px_normal.jpg" +}, +"title": "Julien Chandelle: #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3321000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cqui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189132682657794\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"jimbiscuit\",\"lang\":\"fr\",\"favourites_count\":102,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":255,\"location\":\"Namur\",\"profile_text_color\":\"333333\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1430800671\\/avatar_07_512px_normal.jpg\",\"description\":\"Nuke Compositor (and also AE, Fusion and Shake)\",\"statuses_count\":495,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"127469836\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Julien Chandelle\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Mar 29 09:03:58 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":127469836,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.julienchandelle.be\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1430800671\\/avatar_07_512px_normal.jpg\"},\"truncated\":false,\"id\":173189132682657794,\"created_at\":\"Fri Feb 24 23:34:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3321000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ad0f9954-e1bf-4145-810b-a992076c01b3-173189132682657794" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Putain qu'elle est bonne cette émission ! #LGW #France5", +"img": { +"src": "http://a2.twimg.com/profile_images/1827809473/Photo_du_14-02-12___19.12__original__normal.jpg" +}, +"title": "Anthony: Putain qu'elle est bonne cette émission ! #LGW #France5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3321000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Putain qu'elle est bonne cette \\u00e9mission ! #LGW #France5\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[42,46]},{\"text\":\"France5\",\"indices\":[47,55]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189133089521664\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"_konguru\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":178,\"location\":\"Montpellier, France\",\"profile_text_color\":\"f7a72e\",\"followers_count\":151,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1827809473\\/Photo_du_14-02-12___19.12__original__normal.jpg\",\"description\":\"R\\u00e9veil. Musique. Dodo. Concert. D\\u00e9prime post-concert. Dodo. Mais je m'int\\u00e9resse \\u00e0 d'autres choses aussi.\",\"statuses_count\":3145,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"98826956\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Anthony\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Dec 23 07:43:46 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":98826956,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/flavors.me\\/konguru\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827809473\\/Photo_du_14-02-12___19.12__original__normal.jpg\"},\"truncated\":false,\"id\":173189133089521664,\"created_at\":\"Fri Feb 24 23:34:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3321000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae9c7ffc-1649-4fc7-8288-120e1bc07864-173189133089521664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@NG__nico ça y est #LGW me fait disjoncter je me parle à moi-même", +"img": { +"src": "http://a0.twimg.com/profile_images/1792102319/0014_-_Copie_-_Copie_normal.JPG" +}, +"title": "Nicolas Gaillard: @NG__nico ça y est #LGW me fait disjoncter je me parle à moi-même", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3321000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@NG__nico \\u00e7a y est #LGW me fait disjoncter je me parle \\u00e0 moi-m\\u00eame\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"NG__nico\",\"indices\":[0,9],\"id_str\":\"370637904\",\"name\":\" Nicolas Gaillard\",\"id\":370637904}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173187413584261120\",\"id_str\":\"173189133357944832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173187413584261120,\"in_reply_to_user_id_str\":\"370637904\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"NG__nico\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1113,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"location\":\"Poitiers\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"description\":\"Etudiant L2 Histoire ---Actu---Politique---T\\u00e9l\\u00e9---M\\u00e9dias--- Musique...tout ce qu'aiment les journalistes--- Feel free to follow me ;-) \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"370637904\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"name\":\" Nicolas Gaillard\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 09 11:18:42 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":370637904,\"utc_offset\":-10800,\"favourites_count\":23,\"url\":null},\"in_reply_to_screen_name\":\"NG__nico\",\"truncated\":false,\"id\":173189133357944832,\"created_at\":\"Fri Feb 24 23:34:41 +0000 2012\",\"in_reply_to_user_id\":370637904}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3321000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "76fee8f8-cadc-456f-a05d-f3f1b2682726-173189133357944832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@jcfrog #lgw De la guitare à 00h34 les voisins vont être fous !", +"img": { +"src": "http://a1.twimg.com/profile_images/1829840762/affiche_sarkozy_guillotine_candidature_small_normal.jpg" +}, +"title": "Gana: @jcfrog #lgw De la guitare à 00h34 les voisins vont être fous !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3321000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"jcfrog\",\"favorited\":false,\"text\":\"@jcfrog #lgw De la guitare \\u00e0 00h34 les voisins vont \\u00eatre fous !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[0,7],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"in_reply_to_user_id\":16888281,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189132888190976\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"generalgana\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":10,\"location\":\"Chez ouam\",\"profile_text_color\":\"333333\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829840762\\/affiche_sarkozy_guillotine_candidature_small_normal.jpg\",\"description\":\"\",\"statuses_count\":152,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"400355364\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Gana\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Oct 28 22:15:45 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":400355364,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/lemzedition.free.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829840762\\/affiche_sarkozy_guillotine_candidature_small_normal.jpg\"},\"truncated\":false,\"id\":173189132888190976,\"created_at\":\"Fri Feb 24 23:34:41 +0000 2012\",\"in_reply_to_user_id_str\":\"16888281\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3321000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2b7bdbad-5932-4e36-b4fa-b6eecfe0fb1b-173189132888190976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw et on dis qu'il n'y a pas de réseau en Bretagne... Bravo @jcfrog", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: #lgw et on dis qu'il n'y a pas de réseau en Bretagne... Bravo @jcfrog", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3323000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw et on dis qu'il n'y a pas de r\\u00e9seau en Bretagne... Bravo @jcfrog\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[62,69],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189142312783872\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":170,\"location\":\"\",\"profile_text_color\":\"000000\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"statuses_count\":14421,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"protected\":false,\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"FrinnockBoChar\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_fill_color\":\"e0ff92\",\"id\":40014489,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\"},\"truncated\":false,\"id\":173189142312783872,\"created_at\":\"Fri Feb 24 23:34:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3323000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "924911f5-b3bb-4ded-9c58-f2fad7c7fa86-173189142312783872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le mec qui fait le live skype gig sur #lgw spa lui qui avait fait une super video sur #sopa ou #acta ?", +"img": { +"src": "http://a1.twimg.com/profile_images/123600529/bracelet_normal.JPG" +}, +"title": "Richard: Le mec qui fait le live skype gig sur #lgw spa lui qui avait fait une super video sur #sopa ou #acta ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3323000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le mec qui fait le live skype gig sur #lgw spa lui qui avait fait une super video sur #sopa ou #acta ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]},{\"text\":\"sopa\",\"indices\":[86,91]},{\"text\":\"acta\",\"indices\":[95,100]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189140685406208\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":229,\"screen_name\":\"Iryngael\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1962,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Midi-Pyr\\u00e9n\\u00e9es, Moissac\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"description\":\"Gros connard sympa n\\u00e9anmoins :o\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"29106955\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/123600529\\/bracelet_normal.JPG\",\"name\":\"Richard\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 06 00:46:40 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":29106955,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189140685406208,\"created_at\":\"Fri Feb 24 23:34:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3323000, +"tags": [ +{ +"id-ref": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f06eac96-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d3fdd9f3-6f05-4e00-bd4d-621f9493d10f-173189140685406208" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Est-ce que le Schmilblick se situe entre le torse de @Vinvin et sa veste ? Pourquoi, à quoi pensiez-vous ? A des poils ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/732903633/P1230169_resize_normal.JPG" +}, +"title": "Nicolas JUHEL: Est-ce que le Schmilblick se situe entre le torse de @Vinvin et sa veste ? Pourquoi, à quoi pensiez-vous ? A des poils ! #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3324000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Est-ce que le Schmilblick se situe entre le torse de @Vinvin et sa veste ? Pourquoi, \\u00e0 quoi pensiez-vous ? A des poils ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[121,125]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189146104442880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":51,\"screen_name\":\"nico2nantes\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":235,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Nantes, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":10,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/732903633\\/P1230169_resize_normal.JPG\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"119877626\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732903633\\/P1230169_resize_normal.JPG\",\"name\":\"Nicolas JUHEL\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 04 21:08:35 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":119877626,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189146104442880,\"created_at\":\"Fri Feb 24 23:34:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3324000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "28a656ac-f716-4ee8-aa54-167590cb125a-173189146104442880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw est-ce que le rocker qui boude là peut rester tranquille 2 secondes, je règle les couleurs de ma TV sur sa chemise.", +"img": { +"src": "http://a0.twimg.com/profile_images/1362134002/barbie-50s_normal.jpg" +}, +"title": "Lillith à Paris: #lgw est-ce que le rocker qui boude là peut rester tranquille 2 secondes, je règle les couleurs de ma TV sur sa chemise.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3325000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw est-ce que le rocker qui boude l\\u00e0 peut rester tranquille 2 secondes, je r\\u00e8gle les couleurs de ma TV sur sa chemise.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189149887709184\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":56,\"screen_name\":\"lillithParis\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2591,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":91,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1362134002\\/barbie-50s_normal.jpg\",\"description\":\"Conseil en r\\u00e9volte plan\\u00e9taire.-------------------Life is not so serious.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"301584281\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1362134002\\/barbie-50s_normal.jpg\",\"name\":\"Lillith \\u00e0 Paris\",\"default_profile_image\":false,\"created_at\":\"Thu May 19 18:24:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":301584281,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189149887709184,\"created_at\":\"Fri Feb 24 23:34:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3325000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7a8bafdd-133b-47ce-b57d-cc148994907f-173189149887709184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1358647394/222895_10150241382636018_517986017_8659918_7631699_n_normal.jpg" +}, +"title": "RAMEL Fred: #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3325000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189147580825600\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":228,\"screen_name\":\"framel\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":766,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"FRANCE - PARIS\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":117,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1358647394\\/222895_10150241382636018_517986017_8659918_7631699_n_normal.jpg\",\"description\":\"Libert\\u00e9, Egalit\\u00e9,Fraternit\\u00e9,Laicit\\u00e9\\r\\nL'avenir n'est interdit \\u00e0 personne. Gambetta\\r\\nParti Radical Boulogne Billancourt \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"47903555\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1358647394\\/222895_10150241382636018_517986017_8659918_7631699_n_normal.jpg\",\"name\":\"RAMEL Fred\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 08:58:54 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":47903555,\"utc_offset\":3600,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189147580825600,\"created_at\":\"Fri Feb 24 23:34:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3325000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "69e0f611-ffa2-40cb-a7a9-f71041a9bc08-173189147580825600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon, #cQui qui arrête pas de mettre #cQui pour passer à la télé ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Bon, #cQui qui arrête pas de mettre #cQui pour passer à la télé ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3326000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon, #cQui qui arr\\u00eate pas de mettre #cQui pour passer \\u00e0 la t\\u00e9l\\u00e9 ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[5,10]},{\"text\":\"cQui\",\"indices\":[36,41]},{\"text\":\"lgw\",\"indices\":[66,70]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189155239624704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189155239624704,\"created_at\":\"Fri Feb 24 23:34:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3326000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a0e2584c-9ada-4b94-a5d4-466ab0d0ab60-173189155239624704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@jcfrog dans #LGW c'est mythique ! :D", +"img": { +"src": "http://a0.twimg.com/profile_images/1562154895/fred_normal.jpg" +}, +"title": "Julien CANTON: @jcfrog dans #LGW c'est mythique ! :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3326000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"jcfrog\",\"favorited\":false,\"text\":\"@jcfrog dans #LGW c'est mythique ! :D\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[0,7],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":16888281,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189153796796416\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"julien_6pm\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":172,\"location\":\"Hautes-Pyr\\u00e9n\\u00e9es\",\"profile_text_color\":\"333333\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1562154895\\/fred_normal.jpg\",\"description\":\"Geek, graphiste, passionn\\u00e9, fan d'high-tech, item du groupe 3 du projet Mediamag, int\\u00e9r\\u00e9ss\\u00e9 par la partie graphisme\\/ergo et... AU BUCHET !!!\",\"statuses_count\":231,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/338514431\\/croix_oc.png\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"380827799\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Julien CANTON\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/338514431\\/croix_oc.png\",\"created_at\":\"Tue Sep 27 09:13:20 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":380827799,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1562154895\\/fred_normal.jpg\"},\"truncated\":false,\"id\":173189153796796416,\"created_at\":\"Fri Feb 24 23:34:46 +0000 2012\",\"in_reply_to_user_id_str\":\"16888281\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3326000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0427cdc4-9f2b-44f1-b6ae-0919bf2515d0-173189153796796416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je fais tout pour pas regarder de live-cam pour éviter ce genre de malaise. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: Je fais tout pour pas regarder de live-cam pour éviter ce genre de malaise. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3327000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je fais tout pour pas regarder de live-cam pour \\u00e9viter ce genre de malaise. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189159412965377\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5859,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":366,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189159412965377,\"created_at\":\"Fri Feb 24 23:34:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3327000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aac7a68c-8145-4a8a-a5ce-984da876648b-173189159412965377" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Entre #LGW et Avant-Premières, je trouve que France Télé a été vraiment très généreux en matière de \"laisser une émission s'installer\"...", +"img": { +"src": "http://a0.twimg.com/profile_images/1703065016/twitterdec11_normal.jpg" +}, +"title": "Alvin Haddadène: Entre #LGW et Avant-Premières, je trouve que France Télé a été vraiment très généreux en matière de \"laisser une émission s'installer\"...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3327000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Entre #LGW et Avant-Premi\\u00e8res, je trouve que France T\\u00e9l\\u00e9 a \\u00e9t\\u00e9 vraiment tr\\u00e8s g\\u00e9n\\u00e9reux en mati\\u00e8re de \\\"laisser une \\u00e9mission s'installer\\\"...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189155889745920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":512,\"screen_name\":\"Alvin_Stick\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":7004,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"B40B43\",\"followers_count\":392,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"description\":\"21 ans. Gaymer. C\\u00e9libataire. Inspir\\u00e9 d'un fait r\\u00e9el. Chef de rubrique sur http:\\/\\/www.tomsgames.fr, pigiste au magazine Online Gamer, heureux co-papa de \\u21b4\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fa87f6\",\"id_str\":\"115834046\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195586982\\/Bannieretweet.jpg\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1703065016\\/twitterdec11_normal.jpg\",\"name\":\"Alvin Haddad\\u00e8ne\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 20 03:45:26 +0000 2010\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":115834046,\"utc_offset\":3600,\"favourites_count\":273,\"url\":\"http:\\/\\/www.latraverseedustick.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189155889745920,\"created_at\":\"Fri Feb 24 23:34:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3327000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a9fa34c4-6e7b-4aca-aaea-4f06e4eba669-173189155889745920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'interaction entre twittos et emissions sur #lgw est juste fantastique. :-)", +"img": { +"src": "http://a0.twimg.com/profile_images/1306605849/A_Fox_in_Space_by_SilentReaper_normal.jpg" +}, +"title": "Fofox: L'interaction entre twittos et emissions sur #lgw est juste fantastique. :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3328000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"L'interaction entre twittos et emissions sur #lgw est juste fantastique. :-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189162101518336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":238,\"screen_name\":\"FofoxFRA\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3463,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/270499037\\/2011-06-15_07-37-25_90.42.92.158.jpg\",\"location\":\"Annecy\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0000cc\",\"followers_count\":190,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1306605849\\/A_Fox_in_Space_by_SilentReaper_normal.jpg\",\"description\":\"18 ans, lecteur assidu d'actualit\\u00e9, de SF et d'heroic-fantasy, Geek \\u00e0 plein temps, et j'exprime tout cela sur le seul et l'unique Otageek !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"115675045\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/270499037\\/2011-06-15_07-37-25_90.42.92.158.jpg\",\"profile_sidebar_fill_color\":\"999999\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1306605849\\/A_Fox_in_Space_by_SilentReaper_normal.jpg\",\"name\":\"Fofox\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 19 14:22:41 +0000 2010\",\"profile_sidebar_border_color\":\"bddcad\",\"id\":115675045,\"utc_offset\":3600,\"favourites_count\":27,\"url\":\"http:\\/\\/otageek.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189162101518336,\"created_at\":\"Fri Feb 24 23:34:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3328000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "31630de3-1454-41ca-acfd-2ac4d586f7b0-173189162101518336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ou comment avoir l'impression d'être sous trip en mangeant de la soupe au potiron.", +"img": { +"src": "http://a0.twimg.com/profile_images/1702140384/profil_normal.jpg" +}, +"title": "mina yabloko: #lgw ou comment avoir l'impression d'être sous trip en mangeant de la soupe au potiron.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3328000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw ou comment avoir l'impression d'\\u00eatre sous trip en mangeant de la soupe au potiron.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189161963102211\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"MinaYabloko\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":20,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1702140384\\/profil_normal.jpg\",\"description\":\"\",\"statuses_count\":5,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"440852345\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"mina yabloko\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Dec 19 13:45:53 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":440852345,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.afurore.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1702140384\\/profil_normal.jpg\"},\"truncated\":false,\"id\":173189161963102211,\"created_at\":\"Fri Feb 24 23:34:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3328000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9efb69ff-a915-4af0-ae2f-7f1b0bc5bc7c-173189161963102211" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "JCfrog aurait pris un coup de chaud ??? Il a la peau toute rouge et bafouille...#lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1803169085/DSC01443_normal.JPG" +}, +"title": "Benjamin Aguillon: JCfrog aurait pris un coup de chaud ??? Il a la peau toute rouge et bafouille...#lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3328000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"JCfrog aurait pris un coup de chaud ??? Il a la peau toute rouge et bafouille...#lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[80,84]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189161648529408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"Balcidebava\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":102,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez moi\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"description\":\"L'homme face \\u00e0 l'absurde\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"482835609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"name\":\"Benjamin Aguillon\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 04 10:52:02 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":482835609,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189161648529408,\"created_at\":\"Fri Feb 24 23:34:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3328000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae791bbb-b7ae-4783-981e-d345e1291525-173189161648529408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3328000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilReste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189162235727872\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"fcfcfc\",\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"favourites_count\":84,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":283,\"location\":\"Hell\",\"profile_text_color\":\"0a0a0a\",\"followers_count\":590,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"statuses_count\":39030,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"plumesdanges\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"id\":27325670,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\"},\"truncated\":false,\"id\":173189162235727872,\"created_at\":\"Fri Feb 24 23:34:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3328000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "55c96db5-4f4a-4d20-92cd-f1d151847903-173189162235727872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Combo #César2012 + #LGW : l'humour est mort !", +"img": { +"src": "http://a0.twimg.com/profile_images/1796428036/ministick-moustache_normal.png" +}, +"title": "Benjamin: Combo #César2012 + #LGW : l'humour est mort !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3330000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Combo #C\\u00e9sar2012 + #LGW : l'humour est mort !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"C\\u00e9sar2012\",\"indices\":[6,16]},{\"text\":\"LGW\",\"indices\":[19,23]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189168153899008\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"benamow\",\"lang\":\"fr\",\"favourites_count\":18,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":127,\"location\":\"Agen \\/ Marseille\",\"profile_text_color\":\"333333\",\"followers_count\":198,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1796428036\\/ministick-moustache_normal.png\",\"description\":\"A la retraite...\",\"statuses_count\":2590,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/414235559\\/Bakcground.jpg\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"18883209\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Benjamin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/414235559\\/Bakcground.jpg\",\"created_at\":\"Sun Jan 11 23:10:17 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":18883209,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.limonadier.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796428036\\/ministick-moustache_normal.png\"},\"truncated\":false,\"id\":173189168153899008,\"created_at\":\"Fri Feb 24 23:34:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3330000, +"tags": [ +{ +"id-ref": "ef2b9ccc-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bfe4412c-cd64-4ba3-82f8-b080991aa919-173189168153899008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Y a une meuf j'hésite à dire si elle faisait du piano sur son PC ou c'était juste une manip. #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1831649673/image_normal.jpg" +}, +"title": "Doğan Iyiğuven: Y a une meuf j'hésite à dire si elle faisait du piano sur son PC ou c'était juste une manip. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3330000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Y a une meuf j'h\\u00e9site \\u00e0 dire si elle faisait du piano sur son PC ou c'\\u00e9tait juste une manip. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[93,97]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189169802252288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":64,\"screen_name\":\"Doganichou\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":497,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France, Nice\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":43,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1831649673\\/image_normal.jpg\",\"description\":\"D. 1992. Litt\\u00e9raire. Droit. Cabinet ZGaren, 17 rue Alexandre Mari. Avocat au barreau de Nice. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"494186598\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1831649673\\/image_normal.jpg\",\"name\":\"Do\\u011fan Iyi\\u011fuven\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 16 16:30:03 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":494186598,\"utc_offset\":null,\"favourites_count\":11,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189169802252288,\"created_at\":\"Fri Feb 24 23:34:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3330000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f746525f-fc49-42cd-a20b-ee173d66961a-173189169802252288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw et une bonne dose de savoir-faire", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "tvitter: #lgw et une bonne dose de savoir-faire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3330000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw et une bonne dose de savoir-faire\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189170926321664\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"frtvitter\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502064059\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"name\":\"tvitter\",\"default_profile_image\":true,\"created_at\":\"Fri Feb 24 19:33:41 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502064059,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189170926321664,\"created_at\":\"Fri Feb 24 23:34:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3330000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4d52867b-48bc-4084-a0e2-7784a74f2877-173189170926321664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Thibaultdm évidemment un clip avec des nounours tueurs ça peut être que @psycko_O #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848059014/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg" +}, +"title": "Glória: @Thibaultdm évidemment un clip avec des nounours tueurs ça peut être que @psycko_O #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3330000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Thibaultdm \\u00e9videmment un clip avec des nounours tueurs \\u00e7a peut \\u00eatre que @psycko_O #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Thibaultdm\",\"indices\":[0,11],\"id_str\":\"14597722\",\"name\":\"thibaultdm\",\"id\":14597722},{\"screen_name\":\"psycko_O\",\"indices\":[73,82],\"id_str\":\"34560576\",\"name\":\"Psycko Pote\",\"id\":34560576}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/stone.com\\/Twittelator\\\" rel=\\\"nofollow\\\"\\u003ETwittelator\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173188882072993792\",\"id_str\":\"173189167981932546\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188882072993792,\"in_reply_to_user_id_str\":\"14597722\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":217,\"screen_name\":\"Essemali\",\"lang\":\"fr\",\"profile_text_color\":\"020003\",\"statuses_count\":22083,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/109317104\\/mqbackyardsummers.br.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":95,\"profile_link_color\":\"8118ba\",\"followers_count\":1191,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848059014\\/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg\",\"description\":\"Bio? Danone n'a plus le droit de vendre sous cette marque. Moi non plus du coup. #TeamCivilisationInf\\u00e9rieure\\r\\nhttp:\\/\\/lusiades.wordpress.com\\/\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"114069529\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109317104\\/mqbackyardsummers.br.jpg\",\"profile_sidebar_fill_color\":\"f2eded\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848059014\\/253705_1920588185891_1577643065_31974481_1091292_n_normal.jpg\",\"name\":\"Gl\\u00f3ria\",\"default_profile_image\":false,\"created_at\":\"Sun Feb 14 01:18:31 +0000 2010\",\"profile_sidebar_border_color\":\"030000\",\"id\":114069529,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/essemali.tumblr.com\\/\"},\"in_reply_to_screen_name\":\"Thibaultdm\",\"truncated\":false,\"id\":173189167981932546,\"created_at\":\"Fri Feb 24 23:34:50 +0000 2012\",\"in_reply_to_user_id\":14597722}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3330000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "93cc317f-44e3-4307-a79d-2977a9888ff4-173189167981932546" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'attends la version bretonne #bzh #breizh #lgw @jcfrog @LeGrandWebze", +"img": { +"src": "http://a2.twimg.com/profile_images/1632512642/John_normal.jpg" +}, +"title": "Stephane : J'attends la version bretonne #bzh #breizh #lgw @jcfrog @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3331000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'attends la version bretonne #bzh #breizh #lgw @jcfrog @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[48,55],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281},{\"screen_name\":\"LeGrandWebze\",\"indices\":[56,69],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"bzh\",\"indices\":[30,34]},{\"text\":\"breizh\",\"indices\":[35,42]},{\"text\":\"lgw\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189174374043648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":160,\"screen_name\":\"stefLP\",\"lang\":\"fr\",\"profile_text_color\":\"6a1e00\",\"statuses_count\":1542,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0800b6\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"description\":\"Je travaille dans le monde de l'informatique et des pharmacies (depuis 17 ans) , et \\u00e9galement auto-entrepreneur \\u00e0 mes temps perdus. http:\\/\\/about.me\\/bealcost\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffe9d9\",\"id_str\":\"11192742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"profile_sidebar_fill_color\":\"ffecd9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"name\":\"Stephane \",\"default_profile_image\":false,\"created_at\":\"Sat Dec 15 10:31:27 +0000 2007\",\"profile_sidebar_border_color\":\"001e0e\",\"id\":11192742,\"utc_offset\":3600,\"favourites_count\":42,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189174374043648,\"created_at\":\"Fri Feb 24 23:34:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3331000, +"tags": [ +{ +"id-ref": "f070547e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f07059ce-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e1dd7553-7dcc-4695-82e7-3034bd118f92-173189174374043648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste ilresteilresteilresteilreste!", +"img": { +"src": "http://a1.twimg.com/profile_images/74411386/1240505504_normal.jpg" +}, +"title": "Swann Seinfeld: #lgw #ilreste ilresteilresteilresteilreste!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3331000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste ilresteilresteilresteilreste!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189175242260481\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"paikan4\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":142,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"088253\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/74411386\\/1240505504_normal.jpg\",\"description\":\"Professeur documentaliste en coll\\u00e8ge dans les Hauts de Seine\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"19823139\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/74411386\\/1240505504_normal.jpg\",\"name\":\"Swann Seinfeld\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 31 17:32:38 +0000 2009\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":19823139,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.netvibes.com\\/swannseinfeld#General\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189175242260481,\"created_at\":\"Fri Feb 24 23:34:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3331000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5eb2bc36-8acc-43c4-8810-181740bdfbd6-173189175242260481" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KorentinFukyou Incapable de regarder #lgw. Limite anxiogène.", +"img": { +"src": "http://a1.twimg.com/profile_images/1197749693/Pingolin.290_normal.jpeg" +}, +"title": "Vincent: @KorentinFukyou Incapable de regarder #lgw. Limite anxiogène.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3331000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"KorentinFukyou\",\"favorited\":false,\"text\":\"@KorentinFukyou Incapable de regarder #lgw. Limite anxiog\\u00e8ne.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KorentinFukyou\",\"indices\":[0,15],\"name\":\"Corentin Futur\",\"id_str\":\"483846389\",\"id\":483846389}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"in_reply_to_user_id\":483846389,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173187844968427520,\"in_reply_to_status_id_str\":\"173187844968427520\",\"id_str\":\"173189175242276865\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"Pingolin\",\"lang\":\"en\",\"favourites_count\":133,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":351,\"location\":\"Nantes, France\",\"profile_text_color\":\"000000\",\"followers_count\":735,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1197749693\\/Pingolin.290_normal.jpeg\",\"description\":\"au bifidus actif\",\"statuses_count\":10693,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/7226992\\/fondtwitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":46,\"profile_link_color\":\"044e6c\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e9e8\",\"protected\":false,\"id_str\":\"6762092\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Vincent\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/7226992\\/fondtwitter.jpg\",\"created_at\":\"Tue Jun 12 08:51:57 +0000 2007\",\"profile_sidebar_fill_color\":\"f6f7f3\",\"id\":6762092,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/pingolin.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1197749693\\/Pingolin.290_normal.jpeg\"},\"truncated\":false,\"id\":173189175242276865,\"created_at\":\"Fri Feb 24 23:34:51 +0000 2012\",\"in_reply_to_user_id_str\":\"483846389\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3331000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "74020412-b2a7-4a90-8721-d64d3757a1f4-173189175242276865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ca y est, nous avons notre hymne, l'Ôde au #Télétravail de @jcfrog ! :-) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1635762650/moi_normal.jpg" +}, +"title": "Mascottus | Philippe: Ca y est, nous avons notre hymne, l'Ôde au #Télétravail de @jcfrog ! :-) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3332000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ca y est, nous avons notre hymne, l'\\u00d4de au #T\\u00e9l\\u00e9travail de @jcfrog ! :-) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[59,66],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"T\\u00e9l\\u00e9travail\",\"indices\":[43,55]},{\"text\":\"lgw\",\"indices\":[73,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189176735440897\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3743,\"screen_name\":\"pcouzon\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":31531,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418461086\\/cw_background_9.jpg\",\"location\":\"tcp\\/ip\",\"show_all_inline_media\":true,\"listed_count\":372,\"profile_link_color\":\"D02B55\",\"followers_count\":3787,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1635762650\\/moi_normal.jpg\",\"description\":\"Community manager, strat\\u00e9gie en ligne, @digidust, formation #iscpa. Live-tweet perso sur @pconversation Ces tweets n'engagent que moi.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"14899497\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418461086\\/cw_background_9.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1635762650\\/moi_normal.jpg\",\"name\":\"Mascottus | Philippe\",\"default_profile_image\":false,\"created_at\":\"Sun May 25 15:34:25 +0000 2008\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":14899497,\"utc_offset\":3600,\"favourites_count\":70,\"url\":\"http:\\/\\/about.me\\/pcouzon\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189176735440897,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3332000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f070ad5c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7837d791-b811-4e6d-a7e8-0115eba47dd5-173189176735440897" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@jcfrog sur #lgw :-)", +"img": { +"src": "http://a1.twimg.com/profile_images/28689462/DSC00480_normal.jpg" +}, +"title": "Pierre-Jean Coudert: @jcfrog sur #lgw :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3332000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@jcfrog sur #lgw :-)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[0,7],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189176852885505\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"16888281\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":139,\"screen_name\":\"pjblog\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":549,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Lyon, France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"41415D\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/28689462\\/DSC00480_normal.jpg\",\"description\":\"http:\\/\\/resaski.com : ski school booking\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"6C888A\",\"id_str\":\"6665432\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"C1D09D\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/28689462\\/DSC00480_normal.jpg\",\"name\":\"Pierre-Jean Coudert\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 08 12:01:06 +0000 2007\",\"profile_sidebar_border_color\":\"D1FF96\",\"id\":6665432,\"utc_offset\":3600,\"favourites_count\":26,\"url\":\"http:\\/\\/www.pjblog.net\"},\"in_reply_to_screen_name\":\"jcfrog\",\"truncated\":false,\"id\":173189176852885505,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id\":16888281}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3332000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "619518fe-5754-49a9-b298-72957088cc6e-173189176852885505" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"img": { +"src": "http://a0.twimg.com/profile_images/1777542862/charlot_normal.jpg" +}, +"title": "Joffrey D.: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3332000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[77,101]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189178589315072\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"LeRadiateur\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":263,\"location\":\"Lyon\",\"profile_text_color\":\"666666\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"description\":\"Coordinateur d'Antenne sur NRJ \\/ Animateur du 9h-Midi \\/ Passionn\\u00e9 de photographie \\/ Tweets originaux garantis.\",\"statuses_count\":4228,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"194271706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Joffrey D.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Thu Sep 23 20:17:47 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":194271706,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/leradiateur\\/sets\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\"},\"truncated\":false,\"id\":173189178589315072,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3332000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f070e628-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a8ed3752-a322-4634-bd6b-3313f0857891-173189178589315072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw tw sur la tv et le tv sur tw : mix media #ilreste mais #cqui ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1730776957/image_normal.jpg" +}, +"title": "Laurent Benoudiz: #lgw tw sur la tv et le tv sur tw : mix media #ilreste mais #cqui ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3332000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw tw sur la tv et le tv sur tw : mix media #ilreste mais #cqui ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[46,54]},{\"text\":\"cqui\",\"indices\":[60,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189179675648000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":127,\"screen_name\":\"lbenoudiz\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":79,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"77, Rue la Boetie 75008 Paris\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":69,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1730776957\\/image_normal.jpg\",\"description\":\"Expert-comptable \\/ CAC @fgec | President du CEP (www.expertpatrimoine.org)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"50391953\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1730776957\\/image_normal.jpg\",\"name\":\"Laurent Benoudiz\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 24 18:37:08 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":50391953,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/www.fgec.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189179675648000,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3332000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fec9b28f-be3e-4e45-8770-f88f630e1345-173189179675648000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cQui mais c'est le kiwi", +"img": { +"src": "http://a0.twimg.com/profile_images/1494947744/chaperon_normal.jpg" +}, +"title": "RonRonChaperon: #lgw #cQui mais c'est le kiwi", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3332000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #cQui mais c'est le kiwi\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cQui\",\"indices\":[5,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189176685113347\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"840846\",\"screen_name\":\"RonRonChaperon\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":112,\"location\":\"Pays des loups\",\"profile_text_color\":\"FD9D77\",\"followers_count\":30,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1494947744\\/chaperon_normal.jpg\",\"description\":\"Cherche mon gros loup\",\"statuses_count\":136,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/316006376\\/x1c58d25cd2e003ef493aa666c581a1a.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"FE7471\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"EBC79B\",\"protected\":false,\"id_str\":\"346544671\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"RonRonChaperon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/316006376\\/x1c58d25cd2e003ef493aa666c581a1a.png\",\"created_at\":\"Mon Aug 01 12:55:32 +0000 2011\",\"profile_sidebar_fill_color\":\"DA4968\",\"id\":346544671,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1494947744\\/chaperon_normal.jpg\"},\"truncated\":false,\"id\":173189176685113347,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3332000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3975a5a8-aa33-4c12-94cf-103419c997f2-173189176685113347" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Eeeeeet @jcfrog mesdames et messieurs !!! Le retour du come-back. Une 1ère mondiale : un concert live en Skype #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1831696815/Chez_Michel_Oeillet_normal.jpg" +}, +"title": "Jef filippi: RT @LeGrandWebze: Eeeeeet @jcfrog mesdames et messieurs !!! Le retour du come-back. Une 1ère mondiale : un concert live en Skype #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3333000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Eeeeeet @jcfrog mesdames et messieurs !!! Le retour du come-back. Une 1\\u00e8re mondiale : un concert live en Skype #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"jcfrog\",\"indices\":[26,33],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[129,133]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Eeeeeet @jcfrog mesdames et messieurs !!! Le retour du come-back. Une 1\\u00e8re mondiale : un concert live en Skype #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[8,15],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[111,115]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188775533481985\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3278,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188775533481985,\"created_at\":\"Fri Feb 24 23:33:16 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189182771040256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"Jef_Filippi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6450,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/427243846\\/fondecranx_corse.jpg\",\"location\":\"Toulouse\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"FF0000\",\"followers_count\":244,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1831696815\\/Chez_Michel_Oeillet_normal.jpg\",\"description\":\" Votera Front de gauche, bon \\u00e7a c'est fait https:\\/\\/www.facebook.com\\/jef2a\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"166544820\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/427243846\\/fondecranx_corse.jpg\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1831696815\\/Chez_Michel_Oeillet_normal.jpg\",\"name\":\"Jef filippi\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 14 12:25:07 +0000 2010\",\"profile_sidebar_border_color\":\"DBE9ED\",\"id\":166544820,\"utc_offset\":3600,\"favourites_count\":30,\"url\":\"https:\\/\\/www.facebook.com\\/jef2a\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189182771040256,\"created_at\":\"Fri Feb 24 23:34:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3333000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e64f1d60-daa6-40d0-8435-78dfdea421d4-173189182771040256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Aaaahhh @jcfrog #lgw en direct, en pyjama...", +"img": { +"src": "http://a0.twimg.com/profile_images/1817776486/SmokeQR_copie_normal.jpg" +}, +"title": "RuaLten: Aaaahhh @jcfrog #lgw en direct, en pyjama...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3333000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Aaaahhh @jcfrog #lgw en direct, en pyjama...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[8,15],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189183345664000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":501,\"screen_name\":\"RuaLten\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":1430,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"location\":\"Dans les champs de Bl\\u00e9...\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"828561\",\"followers_count\":186,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"description\":\"Un peu partout et nulle part \\u00e0 la fois... Buveur de bi\\u00e8re belge et d'Irish Whiskey. R\\u00e2leur professionnel... \\u2620\\u2620\\u2620\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"359827989\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"profile_sidebar_fill_color\":\"62a635\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"name\":\"RuaLten\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 22 07:12:46 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":359827989,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/rualten.perso.sfr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189183345664000,\"created_at\":\"Fri Feb 24 23:34:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3333000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d5b4e216-71f1-419c-8032-7d741748273f-173189183345664000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw on dirait 4chan, tu dois chercher 1h pour trouver un contenu potable #ilpart", +"img": { +"src": "http://a1.twimg.com/profile_images/1791807006/M02l8U9H_normal" +}, +"title": "Jean-Baptiste Camus: #lgw on dirait 4chan, tu dois chercher 1h pour trouver un contenu potable #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3334000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw on dirait 4chan, tu dois chercher 1h pour trouver un contenu potable #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[75,82]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189187711926272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":292,\"screen_name\":\"monsieurcamus\",\"lang\":\"fr\",\"profile_text_color\":\"0b4d13\",\"statuses_count\":1788,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/185944954\\/novo_blog.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"000300\",\"followers_count\":222,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1791807006\\/M02l8U9H_normal\",\"description\":\"\\u00c9tudiant en Master @ISCOM, #Geek & fl\\u00e2neur digital, Flooder de bonnes aventures en 140 caract\\u00e8res, parfois moins...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"7bd97b\",\"id_str\":\"221094156\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/185944954\\/novo_blog.png\",\"profile_sidebar_fill_color\":\"d1ffda\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1791807006\\/M02l8U9H_normal\",\"name\":\"Jean-Baptiste Camus\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 29 18:36:19 +0000 2010\",\"profile_sidebar_border_color\":\"75ff91\",\"id\":221094156,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/unmecsansblog.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189187711926272,\"created_at\":\"Fri Feb 24 23:34:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3334000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "92973424-983e-4329-9322-23ae7177ccb2-173189187711926272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi le concept? #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1693347548/image_normal.jpg" +}, +"title": "La Grille: C'est quoi le concept? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3334000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi le concept? #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189188726947841\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":76,\"screen_name\":\"la__grille\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":215,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Comminges\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1693347548\\/image_normal.jpg\",\"description\":\"passionn\\u00e9 de #photos, du #Comminges, du #rugby, du @stadetoulousain et de ses potes de la #riri team!! ;)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"436845563\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1693347548\\/image_normal.jpg\",\"name\":\"La Grille\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 14 17:09:10 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":436845563,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189188726947841,\"created_at\":\"Fri Feb 24 23:34:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3334000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b8acff1f-42c1-4b88-8327-900cfcecbbc7-173189188726947841" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@PascalMabille #ilreste dizy @francoisrollin ke je l'aime et ke le jour 2la StValentin je lui ai déclaré ma flamme http://t.co/4recCwi8 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1784236610/whipped_cream_1__normal.jpg" +}, +"title": "dallas: @PascalMabille #ilreste dizy @francoisrollin ke je l'aime et ke le jour 2la StValentin je lui ai déclaré ma flamme http://t.co/4recCwi8 #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3335000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"@PascalMabille #ilreste dizy @francoisrollin ke je l'aime et ke le jour 2la StValentin je lui ai d\\u00e9clar\\u00e9 ma flamme http:\\/\\/t.co\\/4recCwi8 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[0,14],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131},{\"screen_name\":\"francoisrollin\",\"indices\":[29,44],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[{\"indices\":[115,135],\"expanded_url\":\"http:\\/\\/youtu.be\\/QaqBnw9xA34\",\"display_url\":\"youtu.be\\/QaqBnw9xA34\",\"url\":\"http:\\/\\/t.co\\/4recCwi8\"}],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[15,23]},{\"text\":\"lgw\",\"indices\":[136,140]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173188117837250560\",\"id_str\":\"173189193097416704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188117837250560,\"in_reply_to_user_id_str\":\"1367131\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":242,\"screen_name\":\"harlemdallas\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":2229,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/348916235\\/Grace_Jones_article_imageimagearticle.jpg\",\"location\":\"Paris\\/Ajaccio\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"FF0000\",\"followers_count\":193,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1784236610\\/whipped_cream_1__normal.jpg\",\"description\":\"Le T\\u00e9l\\u00e9phone Arabe. Journaliste ayant touch\\u00e9 de pr\\u00e8s le Saint Graal (ex CSOJ et Arte) com\\u00e9dienne qui le cherche encore.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"id_str\":\"127074304\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/348916235\\/Grace_Jones_article_imageimagearticle.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1784236610\\/whipped_cream_1__normal.jpg\",\"name\":\"dallas\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 27 23:54:10 +0000 2010\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":127074304,\"utc_offset\":-10800,\"favourites_count\":255,\"url\":null},\"in_reply_to_screen_name\":\"PascalMabille\",\"truncated\":false,\"id\":173189193097416704,\"created_at\":\"Fri Feb 24 23:34:55 +0000 2012\",\"in_reply_to_user_id\":1367131}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3335000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "204b62c0-5115-41e9-8d4b-c694ac673eb0-173189193097416704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1605787538/image_normal.jpg" +}, +"title": "Evan Frouin: #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3335000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189190715056129\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"Evanuaille\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1605787538\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"312209085\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1605787538\\/image_normal.jpg\",\"name\":\"Evan Frouin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 06 19:12:42 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":312209085,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189190715056129,\"created_at\":\"Fri Feb 24 23:34:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3335000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c9c0912a-0a5a-4510-af65-0caba832ab70-173189190715056129" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @raphale: #ilsepend #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1638976981/43_43_-_2_normal.jpg" +}, +"title": "caroline: RT @raphale: #ilsepend #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3336000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @raphale: #ilsepend #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"raphale\",\"indices\":[3,11],\"id_str\":\"53979266\",\"name\":\"Rapha\\u00ebl Porier\",\"id\":53979266}],\"urls\":[],\"hashtags\":[{\"text\":\"ilsepend\",\"indices\":[13,22]},{\"text\":\"lgw\",\"indices\":[23,27]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#ilsepend #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilsepend\",\"indices\":[0,9]},{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188873919266816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":279,\"screen_name\":\"raphale\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":170,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/369561819\\/2667-bandes-de-couleurs-WallFizz.jpg\",\"location\":\"paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"FF3300\",\"followers_count\":114,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1797022603\\/albatorgif_normal.gif\",\"description\":\"Journaliste alternatif pour cha\\u00eene d'info en continu.\\r\\nCapitaine de la B.A.C. (Bande-Annonce Culturelle).\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"53979266\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/369561819\\/2667-bandes-de-couleurs-WallFizz.jpg\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1797022603\\/albatorgif_normal.gif\",\"name\":\"Rapha\\u00ebl Porier\",\"default_profile_image\":false,\"created_at\":\"Sun Jul 05 19:11:51 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":53979266,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/www.itele.fr\\/culture\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188873919266816,\"created_at\":\"Fri Feb 24 23:33:39 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189193453936640\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":501,\"screen_name\":\"mononoke62\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8233,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"0084B4\",\"followers_count\":501,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638976981\\/43_43_-_2_normal.jpg\",\"description\":\"Le v\\u00e9ritable lieu de naissance est celui o\\u00f9 l'on a port\\u00e9 pour la 1\\u00e8re fois un coup d'oeil intelligent sur soi-m\\u00eame : mes premi\\u00e8res patries ont \\u00e9t\\u00e9 les livres MY\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"126877700\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638976981\\/43_43_-_2_normal.jpg\",\"name\":\"caroline\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 27 08:07:05 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":126877700,\"utc_offset\":3600,\"favourites_count\":16,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189193453936640,\"created_at\":\"Fri Feb 24 23:34:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3336000, +"tags": [ +{ +"id-ref": "f0656fe6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "daeb5bc3-408d-4d1b-a6e9-46a4b1c0a0b7-173189193453936640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Donc je découvre #lgw ce soir, et je trouve ça moyen moyen voire carrément naze.", +"img": { +"src": "http://a0.twimg.com/profile_images/1715925188/image_normal.jpg" +}, +"title": "Mme Pastel: Donc je découvre #lgw ce soir, et je trouve ça moyen moyen voire carrément naze.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3338000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Donc je d\\u00e9couvre #lgw ce soir, et je trouve \\u00e7a moyen moyen voire carr\\u00e9ment naze.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189201813176320\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":226,\"screen_name\":\"mmepastel\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10826,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":23,\"profile_link_color\":\"0084B4\",\"followers_count\":333,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1715925188\\/image_normal.jpg\",\"description\":\"Je fais un blog super passionnant sur la f\\u00e9minitude et sinon j'aime bien dire des conneries sur twitter.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"106690616\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1715925188\\/image_normal.jpg\",\"name\":\"Mme Pastel\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 20 10:34:25 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":106690616,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/mmepastel.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189201813176320,\"created_at\":\"Fri Feb 24 23:34:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3338000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d830e265-bd69-4671-bf3b-fb0c3e135ce9-173189201813176320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste grâce à son fabuleux jeu de mains...", +"img": { +"src": "http://a3.twimg.com/profile_images/1590878551/ozi2_normal.jpg" +}, +"title": "Sylvie Bourasseau: #lgw #ilreste grâce à son fabuleux jeu de mains...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3339000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste gr\\u00e2ce \\u00e0 son fabuleux jeu de mains...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189206498230272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":281,\"screen_name\":\"Ozephe\",\"lang\":\"fr\",\"profile_text_color\":\"b8a586\",\"statuses_count\":366,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/297952025\\/nbn.jpg\",\"location\":\"Carr\\u00e9ment \\u00e0 l'ouest...\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"3a5a61\",\"followers_count\":72,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1590878551\\/ozi2_normal.jpg\",\"description\":\"Etudiante c\\u00f4ti\\u00e8re graphomane et andro\\u00efdophile.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"182736\",\"id_str\":\"50641881\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/297952025\\/nbn.jpg\",\"profile_sidebar_fill_color\":\"2d3545\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1590878551\\/ozi2_normal.jpg\",\"name\":\"Sylvie Bourasseau\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 25 13:16:51 +0000 2009\",\"profile_sidebar_border_color\":\"dce0e8\",\"id\":50641881,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189206498230272,\"created_at\":\"Fri Feb 24 23:34:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3339000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "622c557f-be96-4623-91a0-49135222bf0f-173189206498230272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@tr13ze @cyro @3615pbs En fait ils diffusent internet en différé. #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1300818041/twitter_frite_normal.jpg" +}, +"title": "rorolafrite: @tr13ze @cyro @3615pbs En fait ils diffusent internet en différé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3339000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"tr13ze\",\"favorited\":false,\"text\":\"@tr13ze @cyro @3615pbs En fait ils diffusent internet en diff\\u00e9r\\u00e9. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"tr13ze\",\"indices\":[0,7],\"name\":\"Chris\",\"id_str\":\"126569577\",\"id\":126569577},{\"screen_name\":\"cyro\",\"indices\":[8,13],\"name\":\"Cyri\\u00e8le\",\"id_str\":\"6549072\",\"id\":6549072},{\"screen_name\":\"3615pbs\",\"indices\":[14,22],\"name\":\"P. Bourdin-Sauviac\",\"id_str\":\"133024198\",\"id\":133024198}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[67,71]}]},\"in_reply_to_user_id\":126569577,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189208041721857\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"b05403\",\"screen_name\":\"rorolafrite\",\"lang\":\"fr\",\"favourites_count\":15,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":366,\"location\":\"\",\"profile_text_color\":\"000000\",\"followers_count\":385,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1300818041\\/twitter_frite_normal.jpg\",\"description\":\"En 87, j'\\u00e9tais maire d'Antibes. Apr\\u00e8s j'en ai eu marre.\",\"statuses_count\":2109,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/50572791\\/fondtwitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"b05007\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"473623\",\"protected\":false,\"id_str\":\"7118592\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"rorolafrite\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/50572791\\/fondtwitter.jpg\",\"created_at\":\"Wed Jun 27 21:21:56 +0000 2007\",\"profile_sidebar_fill_color\":\"cfb080\",\"id\":7118592,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/cargocollective.com\\/doublescottie\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1300818041\\/twitter_frite_normal.jpg\"},\"truncated\":false,\"id\":173189208041721857,\"created_at\":\"Fri Feb 24 23:34:59 +0000 2012\",\"in_reply_to_user_id_str\":\"126569577\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3339000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e464e1c6-849f-4f94-a22a-d2d6800d3380-173189208041721857" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @bricelahaye: #lgw Gardons-le. Rollin, #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1393847142/DSC09674_normal.JPG" +}, +"title": "joceberlyn: RT @bricelahaye: #lgw Gardons-le. Rollin, #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3340000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @bricelahaye: #lgw Gardons-le. Rollin, #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"bricelahaye\",\"indices\":[3,15],\"name\":\"Brice Lahaye\",\"id_str\":\"216310703\",\"id\":216310703}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]},{\"text\":\"ilreste\",\"indices\":[42,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Gardons-le. Rollin, #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[25,33]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188991296868352\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"bricelahaye\",\"lang\":\"en\",\"favourites_count\":8,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":369,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":70,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1732222031\\/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg\",\"description\":\"\\u00c9tudiant en journalisme \\u00e0 Sciences Po Rennes. N'arrive jamais en retard parce que DETESTE Phil Collins. \",\"statuses_count\":127,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/428619100\\/press-dl.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"216310703\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Brice Lahaye\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428619100\\/press-dl.jpg\",\"created_at\":\"Tue Nov 16 10:41:07 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":216310703,\"follow_request_sent\":null,\"utc_offset\":-36000,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732222031\\/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg\"},\"truncated\":false,\"id\":173188991296868352,\"created_at\":\"Fri Feb 24 23:34:07 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetcaster.com\\\" rel=\\\"nofollow\\\"\\u003ETweetCaster for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189213733400576\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"joceberlyn\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":25,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1393847142\\/DSC09674_normal.JPG\",\"description\":\"\",\"statuses_count\":21,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"303314871\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"joceberlyn\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun May 22 17:15:43 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":303314871,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1393847142\\/DSC09674_normal.JPG\"},\"truncated\":false,\"id\":173189213733400576,\"created_at\":\"Fri Feb 24 23:35:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3340000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4eeb30d4-b661-43e5-8790-e653a8292630-173189213733400576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je metterais sa sur mon cv. Jai assister au premier teleskypeconcert #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1818096044/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg" +}, +"title": "Δ+Δ: Je metterais sa sur mon cv. Jai assister au premier teleskypeconcert #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3341000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je metterais sa sur mon cv. Jai assister au premier teleskypeconcert #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189215247544322\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"AbsolutePi\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":71,\"location\":\"France\",\"profile_text_color\":\"000000\",\"followers_count\":142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"statuses_count\":12874,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"334108023\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"\\u0394+\\u0394\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":334108023,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/footballanatomy.wordpress.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\"},\"truncated\":false,\"id\":173189215247544322,\"created_at\":\"Fri Feb 24 23:35:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3341000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1c54c4cb-5896-44ec-8a7d-274e878aadac-173189215247544322" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW pour Le Grand Web-Bide ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1839229871/icon_normal.jpg" +}, +"title": "Samy: #LGW pour Le Grand Web-Bide ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3341000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW pour Le Grand Web-Bide ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189214232526848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":26,\"screen_name\":\"samyycbi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":298,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432699684\\/wp.jpg\",\"location\":\"Sassari, Sardegna\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"850303\",\"followers_count\":44,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839229871\\/icon_normal.jpg\",\"description\":\"J'ai d\\u00e9j\\u00e0 fais un r\\u00eave lucide, une fois.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"96315703\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432699684\\/wp.jpg\",\"profile_sidebar_fill_color\":\"d6e3e3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839229871\\/icon_normal.jpg\",\"name\":\"Samy\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 12 10:06:41 +0000 2009\",\"profile_sidebar_border_color\":\"595b5e\",\"id\":96315703,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/about.me\\/samy\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189214232526848,\"created_at\":\"Fri Feb 24 23:35:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3341000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cf36c976-daf0-4717-9f5e-3d8ceedbcca5-173189214232526848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #cqui Je ne sais pas, je ne sais plus! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1843832843/Photo_du_21-02-12___19.49_normal.jpg" +}, +"title": "Alice Wonderland: #ilreste #cqui Je ne sais pas, je ne sais plus! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3341000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #cqui Je ne sais pas, je ne sais plus! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"cqui\",\"indices\":[9,14]},{\"text\":\"lgw\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189217466322944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":142,\"screen_name\":\"moustikette\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":225,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Near Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"description\":\"J'ai un bonnet Tigrou! And so what? :D\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"23988907\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"name\":\"Alice Wonderland\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 12 17:33:07 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":23988907,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/wonderlandalice.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189217466322944,\"created_at\":\"Fri Feb 24 23:35:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3341000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b71377b3-9436-4c5e-b50a-3442f82289b0-173189217466322944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@H4msterHuey ah! Mais t'avais pas mis #lgw ! #screugneugneu !", +"img": { +"src": "http://a0.twimg.com/profile_images/137714491/Trinit__sur_mer_032_normal.jpg" +}, +"title": "geebleem: @H4msterHuey ah! Mais t'avais pas mis #lgw ! #screugneugneu !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3343000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@H4msterHuey ah! Mais t'avais pas mis #lgw ! #screugneugneu !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"H4msterHuey\",\"indices\":[0,12],\"id_str\":\"455928392\",\"name\":\"jeremynus\",\"id\":455928392}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]},{\"text\":\"screugneugneu\",\"indices\":[45,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173188263157301248\",\"id_str\":\"173189225041231874\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188263157301248,\"in_reply_to_user_id_str\":\"455928392\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":23,\"screen_name\":\"geebleem\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":49,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/137714491\\/Trinit__sur_mer_032_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"18549680\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/137714491\\/Trinit__sur_mer_032_normal.jpg\",\"name\":\"geebleem\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 02 10:11:04 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":18549680,\"utc_offset\":3600,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":\"H4msterHuey\",\"truncated\":false,\"id\":173189225041231874,\"created_at\":\"Fri Feb 24 23:35:03 +0000 2012\",\"in_reply_to_user_id\":455928392}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3343000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f072a80a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e7e300ad-ad61-4e6f-a90a-5b76ea890b4e-173189225041231874" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je regarde toujours #lgw avec 3 grammes. Ça aide.", +"img": { +"src": "http://a0.twimg.com/profile_images/1648905085/lolymous_2_normal.jpg" +}, +"title": "Solferishow: Je regarde toujours #lgw avec 3 grammes. Ça aide.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3343000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je regarde toujours #lgw avec 3 grammes. \\u00c7a aide.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189226500861953\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1144,\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13623,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"name\":\"Solferishow\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":232221031,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/www.solferishow.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189226500861953,\"created_at\":\"Fri Feb 24 23:35:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3343000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6965644a-f3b5-41ec-8caa-10650ea71bf2-173189226500861953" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@ArnaudBecquet l'émission de France 5 qui parle du net, tout simplement ! #lgw cc @LudoDelaherche", +"img": { +"src": "http://a0.twimg.com/profile_images/1747820307/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg" +}, +"title": "Marius: @ArnaudBecquet l'émission de France 5 qui parle du net, tout simplement ! #lgw cc @LudoDelaherche", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3343000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@ArnaudBecquet l'\\u00e9mission de France 5 qui parle du net, tout simplement ! #lgw cc @LudoDelaherche\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ArnaudBecquet\",\"indices\":[0,14],\"id_str\":\"113581632\",\"name\":\"Arnaud BECQUET\",\"id\":113581632},{\"screen_name\":\"LudoDelaherche\",\"indices\":[82,97],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[74,78]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173188636089647105\",\"id_str\":\"173189226630873088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188636089647105,\"in_reply_to_user_id_str\":\"113581632\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":372,\"screen_name\":\"tatamirugby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":26635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":68,\"profile_link_color\":\"0084B4\",\"followers_count\":842,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"description\":\"Je parle de sport, supporter de rugby et du @RacingMetro92 , joueur au @RCGV92 , \\u00e9tudiant @HETIC en #H3 !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"27248204\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"name\":\"Marius\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 15:36:02 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":27248204,\"utc_offset\":3600,\"favourites_count\":50,\"url\":\"http:\\/\\/www.facebook.com\\/tatamirugby\"},\"in_reply_to_screen_name\":\"ArnaudBecquet\",\"truncated\":false,\"id\":173189226630873088,\"created_at\":\"Fri Feb 24 23:35:03 +0000 2012\",\"in_reply_to_user_id\":113581632}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3343000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "292ac094-a83d-42e0-b714-0cdad07f1756-173189226630873088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non, pour de vrai, faites quelques chose pour #LGW Le principe est bien, le rythme est mou, les animateurs mauvais. Faut les changer.", +"img": { +"src": "http://a2.twimg.com/profile_images/878534653/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg" +}, +"title": "CLeM' KuSaLa: Non, pour de vrai, faites quelques chose pour #LGW Le principe est bien, le rythme est mou, les animateurs mauvais. Faut les changer.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3344000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Non, pour de vrai, faites quelques chose pour #LGW Le principe est bien, le rythme est mou, les animateurs mauvais. Faut les changer.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189229764026370\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"clem_kusala\",\"lang\":\"fr\",\"profile_text_color\":\"a8a3a8\",\"statuses_count\":240,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"location\":\"Roquetaillade\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"000608\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"92309575\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"profile_sidebar_fill_color\":\"111e24\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"name\":\"CLeM' KuSaLa\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 16:35:40 +0000 2009\",\"profile_sidebar_border_color\":\"15191f\",\"id\":92309575,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/karma-kusala.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189229764026370,\"created_at\":\"Fri Feb 24 23:35:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3344000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "820f7b6d-521a-42dc-be54-a4423f00f3af-173189229764026370" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw RT @PRland: En plus de viser un gros volume de twitts et le TT, c'est pas mal de créer un bruit plutôt positif. C'est un peu chaud là.", +"img": { +"src": "http://a1.twimg.com/profile_images/1522186720/Laurent-Gloaguen-G00_normal.jpg" +}, +"title": "Laurent Gloaguen: #lgw RT @PRland: En plus de viser un gros volume de twitts et le TT, c'est pas mal de créer un bruit plutôt positif. C'est un peu chaud là.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3345000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw RT @PRland: En plus de viser un gros volume de twitts et le TT, c'est pas mal de cr\\u00e9er un bruit plut\\u00f4t positif. C'est un peu chaud l\\u00e0.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PRland\",\"indices\":[8,15],\"name\":\"Eric Maillard\",\"id_str\":\"1421991\",\"id\":1421991}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189235011108865\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"7a7768\",\"screen_name\":\"embruns\",\"lang\":\"en\",\"favourites_count\":29,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":563,\"location\":\"Montr\\u00e9al, Qc, Canada\",\"profile_text_color\":\"333333\",\"followers_count\":4826,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"statuses_count\":21945,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Laurent Gloaguen\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_fill_color\":\"8c887c\",\"id\":6241412,\"follow_request_sent\":null,\"utc_offset\":-18000,\"url\":\"http:\\/\\/embruns.net\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\"},\"truncated\":false,\"id\":173189235011108865,\"created_at\":\"Fri Feb 24 23:35:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3345000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "172ad29a-2dc4-478d-9bd5-e986a290583f-173189235011108865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Certaines émissions nous demandent d'envoyer un SMS surtaxé, mais eux, nous demandent simplement de tweeter. Bien vu ;) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: Certaines émissions nous demandent d'envoyer un SMS surtaxé, mais eux, nous demandent simplement de tweeter. Bien vu ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3346000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Certaines \\u00e9missions nous demandent d'envoyer un SMS surtax\\u00e9, mais eux, nous demandent simplement de tweeter. Bien vu ;) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[120,124]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189236705607680\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"favourites_count\":39,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":231,\"location\":\"chez les mafieux mexicains\",\"profile_text_color\":\"333333\",\"followers_count\":391,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":10973,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Young, Wild & Free\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":363343002,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\"},\"truncated\":false,\"id\":173189236705607680,\"created_at\":\"Fri Feb 24 23:35:06 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3346000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ec509cfb-a4e2-436c-ba71-2707e10ce20c-173189236705607680" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Internaute tout équipé est prêt pour télé travailler #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: Internaute tout équipé est prêt pour télé travailler #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3346000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Internaute tout \\u00e9quip\\u00e9 est pr\\u00eat pour t\\u00e9l\\u00e9 travailler #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189237338931200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2725,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189237338931200,\"created_at\":\"Fri Feb 24 23:35:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3346000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "113b5a99-4ae7-4472-9c00-107c1b713e8d-173189237338931200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Yeah @jcfrog at #lgw !!", +"img": { +"src": "http://a3.twimg.com/profile_images/1619111722/DSC05656_normal.jpg" +}, +"title": "William: Yeah @jcfrog at #lgw !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3346000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Yeah @jcfrog at #lgw !!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[5,12],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189237246664706\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":823,\"screen_name\":\"Scofred_\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":18666,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"location\":\"France, Paris\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"009999\",\"followers_count\":620,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"description\":\"160 caract\\u00e8res, c'est trop peu ! Ma bio - http:\\/\\/about.me\\/scofred\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"131299967\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"name\":\"William\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 09 21:48:10 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":131299967,\"utc_offset\":3600,\"favourites_count\":117,\"url\":\"http:\\/\\/scofred.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189237246664706,\"created_at\":\"Fri Feb 24 23:35:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3346000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b30a8d39-601e-49f4-bc8b-6b592289e134-173189237246664706" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les Enfants du Rock version 2012 #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1609030835/Capture_d__cran_2011-10-27___13.23.27_normal.png" +}, +"title": "Thomas Guien: Les Enfants du Rock version 2012 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3346000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les Enfants du Rock version 2012 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189237347336192\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":721,\"screen_name\":\"ThomasGuien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2497,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/17746161\\/jean_seberg_gallery_7.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"080707\",\"followers_count\":291,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1609030835\\/Capture_d__cran_2011-10-27___13.23.27_normal.png\",\"description\":\"Gratte-clavier chez Metro France \\/ ex Lib\\u00e9ration, L'Express, Le Parisien, La Croix.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"030303\",\"id_str\":\"26313006\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/17746161\\/jean_seberg_gallery_7.jpg\",\"profile_sidebar_fill_color\":\"285770\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609030835\\/Capture_d__cran_2011-10-27___13.23.27_normal.png\",\"name\":\"Thomas Guien\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 24 20:14:42 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":26313006,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189237347336192,\"created_at\":\"Fri Feb 24 23:35:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3346000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6587b05d-34ac-4f9f-b45a-2058ddae2e2d-173189237347336192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je viens de mettre #lgw. J'ai déjà peur, rien que la chemise du mec et l'altermondiste en concert-skype...", +"img": { +"src": "http://a1.twimg.com/profile_images/1834795861/adi_normal.jpg" +}, +"title": "Nadia | L. : Je viens de mettre #lgw. J'ai déjà peur, rien que la chemise du mec et l'altermondiste en concert-skype...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3347000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je viens de mettre #lgw. J'ai d\\u00e9j\\u00e0 peur, rien que la chemise du mec et l'altermondiste en concert-skype...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189240941846529\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":290,\"screen_name\":\"Nadiabolomenthe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":28746,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/398607417\\/i-came-here-to-fuck-bitches.jpg\",\"location\":\"Paris \",\"show_all_inline_media\":true,\"listed_count\":34,\"profile_link_color\":\"0084B4\",\"followers_count\":1021,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1834795861\\/adi_normal.jpg\",\"description\":\"J'aime pas plein de trucs et je ne suis pas fan des gens. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Prague\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"243865885\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/398607417\\/i-came-here-to-fuck-bitches.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1834795861\\/adi_normal.jpg\",\"name\":\"Nadia | L. \",\"default_profile_image\":false,\"created_at\":\"Fri Jan 28 00:08:17 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":243865885,\"utc_offset\":3600,\"favourites_count\":302,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189240941846529,\"created_at\":\"Fri Feb 24 23:35:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3347000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a6bde095-985c-40ec-962a-937c87a4696f-173189240941846529" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @okhin: DO NOT USE IT #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1107302070/hydraze_normal.png" +}, +"title": "Hydraze: RT @okhin: DO NOT USE IT #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3347000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @okhin: DO NOT USE IT #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"okhin\",\"indices\":[3,9],\"id_str\":\"49560409\",\"name\":\"Okhin\",\"id\":49560409}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"DO NOT USE IT #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188968853143552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"okhin\",\"lang\":\"en\",\"profile_text_color\":\"739694\",\"statuses_count\":10333,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"followers_count\":798,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"profile_sidebar_fill_color\":\"411c0f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"name\":\"Okhin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_border_color\":\"2f1812\",\"id\":49560409,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"https:\\/\\/about.okhin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188968853143552,\"created_at\":\"Fri Feb 24 23:34:02 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.bitlbee.org\\/\\\" rel=\\\"nofollow\\\"\\u003EBitlBee\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189242829291521\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":381,\"screen_name\":\"Hydraze\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":804,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/137949339\\/twitter.png\",\"location\":\"In a few root shells\",\"show_all_inline_media\":false,\"listed_count\":10,\"profile_link_color\":\"2FC2EF\",\"followers_count\":213,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1107302070\\/hydraze_normal.png\",\"description\":\"FLOSS Supporter, http:\\/\\/Zenk-Security.com staffer, Internet Censorship fighter, free-speech defender and datalover.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"37705430\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/137949339\\/twitter.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1107302070\\/hydraze_normal.png\",\"name\":\"Hydraze\",\"default_profile_image\":false,\"created_at\":\"Mon May 04 17:17:16 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":37705430,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.hydraze.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189242829291521,\"created_at\":\"Fri Feb 24 23:35:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3347000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "55628673-1ea5-45fe-a07f-250c578edacf-173189242829291521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste #ilreste mille fois il reste ! :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1639367990/FluffyMary_normal.jpg" +}, +"title": "Marie Mizreh: #lgw #ilreste #ilreste mille fois il reste ! :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3349000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste #ilreste mille fois il reste ! :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]},{\"text\":\"ilreste\",\"indices\":[14,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189249502429184\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Mizrette\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":232,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Bussy-Saint-Georges\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1639367990\\/FluffyMary_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"242794993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1639367990\\/FluffyMary_normal.jpg\",\"name\":\"Marie Mizreh\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 25 16:27:11 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":242794993,\"utc_offset\":3600,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189249502429184,\"created_at\":\"Fri Feb 24 23:35:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3349000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0e66ea98-a37d-4a93-8a45-4774d8245e24-173189249502429184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @FofoxFRA: L'interaction entre twittos et emissions sur #lgw est juste fantastique. :-)", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: RT @FofoxFRA: L'interaction entre twittos et emissions sur #lgw est juste fantastique. :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3349000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @FofoxFRA: L'interaction entre twittos et emissions sur #lgw est juste fantastique. :-)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FofoxFRA\",\"indices\":[3,12],\"id_str\":\"115675045\",\"name\":\"Fofox\",\"id\":115675045}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"L'interaction entre twittos et emissions sur #lgw est juste fantastique. :-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189162101518336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":238,\"screen_name\":\"FofoxFRA\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3463,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/270499037\\/2011-06-15_07-37-25_90.42.92.158.jpg\",\"location\":\"Annecy\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0000cc\",\"followers_count\":190,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1306605849\\/A_Fox_in_Space_by_SilentReaper_normal.jpg\",\"description\":\"18 ans, lecteur assidu d'actualit\\u00e9, de SF et d'heroic-fantasy, Geek \\u00e0 plein temps, et j'exprime tout cela sur le seul et l'unique Otageek !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"115675045\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/270499037\\/2011-06-15_07-37-25_90.42.92.158.jpg\",\"profile_sidebar_fill_color\":\"999999\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1306605849\\/A_Fox_in_Space_by_SilentReaper_normal.jpg\",\"name\":\"Fofox\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 19 14:22:41 +0000 2010\",\"profile_sidebar_border_color\":\"bddcad\",\"id\":115675045,\"utc_offset\":3600,\"favourites_count\":27,\"url\":\"http:\\/\\/otageek.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189162101518336,\"created_at\":\"Fri Feb 24 23:34:48 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189251767349248\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83436,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189251767349248,\"created_at\":\"Fri Feb 24 23:35:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3349000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c3cc63f7-8f1e-48a6-aed3-b48b9e81322a-173189251767349248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Mais... #cqui va-t-il dfépasser #ilreste sur le Bubble-TV ?? Votez !! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @LeGrandWebze: Mais... #cqui va-t-il dfépasser #ilreste sur le Bubble-TV ?? Votez !! #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3350000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Mais... #cqui va-t-il df\\u00e9passer #ilreste sur le Bubble-TV ?? Votez !! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[26,31]},{\"text\":\"ilreste\",\"indices\":[50,58]},{\"text\":\"lgw\",\"indices\":[88,92]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Mais... #cqui va-t-il df\\u00e9passer #ilreste sur le Bubble-TV ?? Votez !! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[8,13]},{\"text\":\"ilreste\",\"indices\":[32,40]},{\"text\":\"lgw\",\"indices\":[70,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189003200299008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3278,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189003200299008,\"created_at\":\"Fri Feb 24 23:34:10 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189254552363008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1042,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":318,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189254552363008,\"created_at\":\"Fri Feb 24 23:35:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3350000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6dc7fef8-f248-41a3-80c9-6efe50b63478-173189254552363008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw On pourrait faire tellement mieux avec cette matière et ces animateurs mais mon dieu LA PROD est tragique. Les idées ne font pas tout", +"img": { +"src": "http://a0.twimg.com/profile_images/249421594/moi_normal.jpg" +}, +"title": "Gabriel Guéguin: #lgw On pourrait faire tellement mieux avec cette matière et ces animateurs mais mon dieu LA PROD est tragique. Les idées ne font pas tout", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3350000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw On pourrait faire tellement mieux avec cette mati\\u00e8re et ces animateurs mais mon dieu LA PROD est tragique. Les id\\u00e9es ne font pas tout\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189252446814209\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":147,\"screen_name\":\"gabrielgueguin\",\"lang\":\"en\",\"profile_text_color\":\"3C3940\",\"statuses_count\":185,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/16594443\\/Photos_barcelone_104.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0099B9\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/249421594\\/moi_normal.jpg\",\"description\":\"Founder & CEO @ l'Atelier - \\u00c9ditorial & social m\\u00e9dia - En gros on fait de la Prod de contenus et parce qu'on aime aller plus loin on g\\u00e9n\\u00e8re de l'audience \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"0099B9\",\"id_str\":\"17425182\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/16594443\\/Photos_barcelone_104.jpg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/249421594\\/moi_normal.jpg\",\"name\":\"Gabriel Gu\\u00e9guin\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 16 17:42:57 +0000 2008\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":17425182,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189252446814209,\"created_at\":\"Fri Feb 24 23:35:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3350000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2eac1dc1-32dd-406a-98ee-dcdfad7c5b48-173189252446814209" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Donc #lgw, ce sont des gens dans l'écran qui montrent des gens dans l'écran qui regardent sur leur écran O_o ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1752944749/profil_avec_cigarette_normal.JPG" +}, +"title": "virginielasnob: Donc #lgw, ce sont des gens dans l'écran qui montrent des gens dans l'écran qui regardent sur leur écran O_o ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3352000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Donc #lgw, ce sont des gens dans l'\\u00e9cran qui montrent des gens dans l'\\u00e9cran qui regardent sur leur \\u00e9cran O_o ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189261510717440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":369,\"screen_name\":\"virginielasnob\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15896,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422252592\\/DSC_0187.JPG\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"009999\",\"followers_count\":447,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752944749\\/profil_avec_cigarette_normal.JPG\",\"description\":\"Rock'n'roll girl, d\\u00e9voreuse de films et de s\\u00e9ries, quota parisien du DLF crou http:\\/\\/derrierelafenetre.com\\/ \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"7c1bbd\",\"id_str\":\"15826290\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422252592\\/DSC_0187.JPG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752944749\\/profil_avec_cigarette_normal.JPG\",\"name\":\"virginielasnob\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 12 18:54:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":15826290,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/virginielasnob.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189261510717440,\"created_at\":\"Fri Feb 24 23:35:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3352000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8a8bdeed-f523-4b2c-a174-92253aa2f409-173189261510717440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #audeautélétravail @jcfrog #concertskype allo houston, on a 1 pb!", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: #lgw #audeautélétravail @jcfrog #concertskype allo houston, on a 1 pb!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3352000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #audeaut\\u00e9l\\u00e9travail @jcfrog #concertskype allo houston, on a 1 pb!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[24,31],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"audeaut\\u00e9l\\u00e9travail\",\"indices\":[5,23]},{\"text\":\"concertskype\",\"indices\":[32,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189260952875008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1161,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"name\":\"Cammarata Thierry\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":334554629,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189260952875008,\"created_at\":\"Fri Feb 24 23:35:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3352000, +"tags": [ +{ +"id-ref": "f0744ef8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f07453ee-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2bc32f9b-d03a-4a59-b360-472ee7cb4b5d-173189260952875008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "LA GÉNÉRATION V SUR FRANCE 5 #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1726467027/MeSleepingOnHimSleeping_normal.png" +}, +"title": "Alexandre Ier: LA GÉNÉRATION V SUR FRANCE 5 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3354000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"LA G\\u00c9N\\u00c9RATION V SUR FRANCE 5 #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.osfoora.com\\\" rel=\\\"nofollow\\\"\\u003EOsfoora for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189268695564291\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":467,\"screen_name\":\"dakuten\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":31074,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":\"Palais Sup\\u00e9rieur\",\"show_all_inline_media\":true,\"listed_count\":28,\"profile_link_color\":\"32c900\",\"followers_count\":509,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1726467027\\/MeSleepingOnHimSleeping_normal.png\",\"description\":\"Je suis un bobo, je crois. Monarque de la #BBS. Ad vitam \\u00e6ternam superior.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"dddddd\",\"id_str\":\"9451612\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"dddddd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1726467027\\/MeSleepingOnHimSleeping_normal.png\",\"name\":\"Alexandre Ier\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 15 08:56:50 +0000 2007\",\"profile_sidebar_border_color\":\"32c900\",\"id\":9451612,\"utc_offset\":3600,\"favourites_count\":106,\"url\":\"http:\\/\\/dakuten.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189268695564291,\"created_at\":\"Fri Feb 24 23:35:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3354000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "60c5fdbc-c42f-4758-a04e-b7012b4e1f69-173189268695564291" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @solferishow: Je regarde toujours #lgw avec 3 grammes. Ça aide.", +"img": { +"src": "http://a1.twimg.com/profile_images/444488565/gallery_492_7_92710_normal.jpg" +}, +"title": "Edmond V: RT @solferishow: Je regarde toujours #lgw avec 3 grammes. Ça aide.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3356000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @solferishow: Je regarde toujours #lgw avec 3 grammes. \\u00c7a aide.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"solferishow\",\"indices\":[3,15],\"name\":\"Solferishow\",\"id_str\":\"232221031\",\"id\":232221031}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je regarde toujours #lgw avec 3 grammes. \\u00c7a aide.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189226500861953\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1144,\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"profile_text_color\":\"333333\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"statuses_count\":13623,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Solferishow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":232221031,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.solferishow.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\"},\"truncated\":false,\"id\":173189226500861953,\"created_at\":\"Fri Feb 24 23:35:03 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189277662982144\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Badsim\",\"lang\":\"en\",\"favourites_count\":228,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":341,\"location\":\"Boulogne Billancourt\",\"profile_text_color\":\"1215e0\",\"followers_count\":118,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/444488565\\/gallery_492_7_92710_normal.jpg\",\"description\":\"NSFW \",\"statuses_count\":8537,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"ff0505\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"14971085\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Edmond V\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Jun 01 12:24:30 +0000 2008\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":14971085,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/444488565\\/gallery_492_7_92710_normal.jpg\"},\"truncated\":false,\"id\":173189277662982144,\"created_at\":\"Fri Feb 24 23:35:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3356000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa9480a5-1d4d-4747-9967-26f10b768437-173189277662982144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw grrrrr", +"img": { +"src": "http://a2.twimg.com/profile_images/1525267545/gloomy_normal.png" +}, +"title": "Gorana: #lgw grrrrr", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3356000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw grrrrr\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189278959026176\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"CC3366\",\"screen_name\":\"GloomyBearly\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":7,\"location\":\"\",\"profile_text_color\":\"362720\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1525267545\\/gloomy_normal.png\",\"description\":\"Grrrrr....rrrrroaaaarrrr!\",\"statuses_count\":2,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"B40B43\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Bern\",\"profile_background_color\":\"FF6699\",\"protected\":false,\"id_str\":\"366675153\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Gorana\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"created_at\":\"Fri Sep 02 16:19:11 +0000 2011\",\"profile_sidebar_fill_color\":\"E5507E\",\"id\":366675153,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1525267545\\/gloomy_normal.png\"},\"truncated\":false,\"id\":173189278959026176,\"created_at\":\"Fri Feb 24 23:35:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3356000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0af44425-d9dc-4630-94cb-0f7542c27912-173189278959026176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bravo @jcfrog #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1407427435/lovely_normal.jpg" +}, +"title": "Frank Edward: bravo @jcfrog #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3356000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"bravo @jcfrog #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[6,13],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189278728323073\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"AirFranck\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":42,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/277457268\\/photo.jpeg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1407427435\\/lovely_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"196715587\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/277457268\\/photo.jpeg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1407427435\\/lovely_normal.jpg\",\"name\":\"Frank Edward\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 29 19:03:44 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":196715587,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189278728323073,\"created_at\":\"Fri Feb 24 23:35:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3356000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fcd646d3-2c11-455f-8dd0-69b0c70dfb05-173189278728323073" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sympa la télé des potes, avec les potes, et pour les potes. Mais ça fédère assez moyen :'( #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1708202383/Seb-Champion_normal.jpg" +}, +"title": "Sebastien Champion: Sympa la télé des potes, avec les potes, et pour les potes. Mais ça fédère assez moyen :'( #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3356000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Sympa la t\\u00e9l\\u00e9 des potes, avec les potes, et pour les potes. Mais \\u00e7a f\\u00e9d\\u00e8re assez moyen :'( #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189279722377216\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":10,\"screen_name\":\"SebChampion\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris - La D\\u00e9fense, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1708202383\\/Seb-Champion_normal.jpg\",\"description\":\"Votre entreprise a besoin de faire red\\u00e9finir ses inputs par un process-designer \\u00e0 m\\u00eame d'induire d'importants transferts\\r\\nde modalit\\u00e9s de prises en offres.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"443858436\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1708202383\\/Seb-Champion_normal.jpg\",\"name\":\"Sebastien Champion\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 22 16:30:19 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":443858436,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.perdu.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189279722377216,\"created_at\":\"Fri Feb 24 23:35:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3356000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "72fcf4c2-072d-4414-9419-8ab919d4a379-173189279722377216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ohé ohé téléspectateur déboussolé... #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1676302062/Sans_titre_1_normal.jpg" +}, +"title": "ZS: Ohé ohé téléspectateur déboussolé... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3361000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Oh\\u00e9 oh\\u00e9 t\\u00e9l\\u00e9spectateur d\\u00e9boussol\\u00e9... #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[37,41]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189299829870592\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Alboss_ZS\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":136,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\",\"description\":\"Passionn\\u00e9 de m\\u00e9dias, politique, actualit\\u00e9. Je tweete sur tout ce qui bouge, \\u00e0 peu pr\\u00e8s. En campagne pour #NS2012. Mais j'ai des followers #FDG et j'le vis bien.\",\"statuses_count\":3833,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"429480778\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"ZS\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Dec 06 01:09:27 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":429480778,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\"},\"truncated\":false,\"id\":173189299829870592,\"created_at\":\"Fri Feb 24 23:35:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3361000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1018ae9d-5070-4cf8-abb0-3ac29054c1a4-173189299829870592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mal au @jcfrog là #lgw...", +"img": { +"src": "http://a2.twimg.com/profile_images/1823406390/300px-Flag_of_Europe.svg_normal.png" +}, +"title": "Nagrom Detroy: Mal au @jcfrog là #lgw...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3362000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Mal au @jcfrog l\\u00e0 #lgw...\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[7,14],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189304544268288\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Nagou_san\",\"lang\":\"fr\",\"favourites_count\":50,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":177,\"location\":\"\",\"profile_text_color\":\"666666\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1823406390\\/300px-Flag_of_Europe.svg_normal.png\",\"description\":\"\",\"statuses_count\":1004,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"238398044\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Nagrom Detroy\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Sat Jan 15 02:37:27 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":238398044,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823406390\\/300px-Flag_of_Europe.svg_normal.png\"},\"truncated\":false,\"id\":173189304544268288,\"created_at\":\"Fri Feb 24 23:35:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3362000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0616e9b3-8896-4429-9468-34ae94da9a29-173189304544268288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Enfin!!!! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1289428579/My_HipstaPrint_0_normal.jpg" +}, +"title": "Estelle Micheau: Enfin!!!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3364000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Enfin!!!! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189313104838658\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":120,\"screen_name\":\"EstelleMicheau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1084,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/429391744\\/My_HipstaPrint_0.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"0084B4\",\"followers_count\":1800,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1289428579\\/My_HipstaPrint_0_normal.jpg\",\"description\":\"Chanteuse lyrique et com\\u00e9dienne\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"273101501\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429391744\\/My_HipstaPrint_0.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1289428579\\/My_HipstaPrint_0_normal.jpg\",\"name\":\"Estelle Micheau\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 27 20:49:14 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":273101501,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/estelle-micheau.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189313104838658,\"created_at\":\"Fri Feb 24 23:35:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3364000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "667d920f-f8b6-44b2-8040-053b74767693-173189313104838658" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @3615pbs: #LGW Ce programme est un accident vasculaire", +"img": { +"src": "http://a0.twimg.com/profile_images/1796428036/ministick-moustache_normal.png" +}, +"title": "Benjamin: RT @3615pbs: #LGW Ce programme est un accident vasculaire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3367000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @3615pbs: #LGW Ce programme est un accident vasculaire\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"3615pbs\",\"indices\":[3,11],\"id_str\":\"133024198\",\"name\":\"P. Bourdin-Sauviac\",\"id\":133024198}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[13,17]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Ce programme est un accident vasculaire\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188963715133440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":497,\"screen_name\":\"3615pbs\",\"lang\":\"fr\",\"profile_text_color\":\"062d57\",\"statuses_count\":29704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"0513ad\",\"followers_count\":2829,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"description\":\"Je suis nomm\\u00e9 Pierre. Animateur, journaliste, auteur, ex-r\\u00e9al du zap de Direct 8 et awesome talent @ Marzab Productions. Et lumi\\u00e8re divine sur 3615pbs.com. \\u0ca0_\\u0ca0\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"133024198\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"profile_sidebar_fill_color\":\"c0c4e0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"name\":\"P. Bourdin-Sauviac\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 14 20:34:18 +0000 2010\",\"profile_sidebar_border_color\":\"ebf0ff\",\"id\":133024198,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/www.3615pbs.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188963715133440,\"created_at\":\"Fri Feb 24 23:34:01 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189325926825984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":127,\"screen_name\":\"benamow\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2590,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/414235559\\/Bakcground.jpg\",\"location\":\"Agen \\/ Marseille\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"009999\",\"followers_count\":198,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1796428036\\/ministick-moustache_normal.png\",\"description\":\"A la retraite...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"18883209\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/414235559\\/Bakcground.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796428036\\/ministick-moustache_normal.png\",\"name\":\"Benjamin\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 11 23:10:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":18883209,\"utc_offset\":3600,\"favourites_count\":18,\"url\":\"http:\\/\\/www.limonadier.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189325926825984,\"created_at\":\"Fri Feb 24 23:35:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3367000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "174a5b9e-ec92-45ab-bd50-2d482a367d3b-173189325926825984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je ne veux plus de Rollin, il suffit. #ilpart #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1732783555/avatar_twinter_normal.JPG" +}, +"title": "simon massonneau: je ne veux plus de Rollin, il suffit. #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3368000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"je ne veux plus de Rollin, il suffit. #ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[38,45]},{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189330590892032\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":73,\"screen_name\":\"kirk_fuck_you\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":30,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1732783555\\/avatar_twinter_normal.JPG\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"125453604\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732783555\\/avatar_twinter_normal.JPG\",\"name\":\"simon massonneau\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 22 21:46:24 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":125453604,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189330590892032,\"created_at\":\"Fri Feb 24 23:35:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3368000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d25606c-ad89-40ee-83af-73d959d2ac83-173189330590892032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non mais #LGW Seriously ??? < #Cesars < #CI", +"img": { +"src": "http://a2.twimg.com/profile_images/1254145120/161182_733889128_1393405_q_normal.jpg" +}, +"title": "Gregori Pujol: Non mais #LGW Seriously ??? < #Cesars < #CI", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3368000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Non mais #LGW Seriously ??? < #Cesars < #CI\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[9,13]},{\"text\":\"Cesars\",\"indices\":[34,41]},{\"text\":\"CI\",\"indices\":[47,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189331433947136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":85,\"screen_name\":\"GregPujol\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":3652,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":54,\"profile_link_color\":\"2FC2EF\",\"followers_count\":1222,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1254145120\\/161182_733889128_1393405_q_normal.jpg\",\"description\":\"R\\u00e9dacteur en Chef JDG Network (Journal du Geek, Journal du Gamer, Journal du Mac, Journal Graphic). Geek un jour, Geek toujours :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"6664932\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1254145120\\/161182_733889128_1393405_q_normal.jpg\",\"name\":\"Gregori Pujol\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 08 11:37:08 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":6664932,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.journaldugeek.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189331433947136,\"created_at\":\"Fri Feb 24 23:35:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3368000, +"tags": [ +{ +"id-ref": "f07642da-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cde35aef-e28f-437b-bfcd-e4f984b0beae-173189331433947136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@sCaLP_ Ben j'ai pris en route, ms effectivement on dirait qu'il n'y a plus de débat ni de découvertes de termes ou concepts du web... #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: @sCaLP_ Ben j'ai pris en route, ms effectivement on dirait qu'il n'y a plus de débat ni de découvertes de termes ou concepts du web... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3369000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@sCaLP_ Ben j'ai pris en route, ms effectivement on dirait qu'il n'y a plus de d\\u00e9bat ni de d\\u00e9couvertes de termes ou concepts du web... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"sCaLP_\",\"indices\":[0,7],\"id_str\":\"81383046\",\"name\":\"\\\\(\\u00b0-\\u00b0*)\",\"id\":81383046}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[135,139]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173188908773933056\",\"id_str\":\"173189333153624064\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188908773933056,\"in_reply_to_user_id_str\":\"81383046\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6516,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":\"sCaLP_\",\"truncated\":false,\"id\":173189333153624064,\"created_at\":\"Fri Feb 24 23:35:29 +0000 2012\",\"in_reply_to_user_id\":81383046}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3369000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cf0c70f2-7b2a-41ce-860d-97e6d8f5b533-173189333153624064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @B_Roger_Petit: Vinvin est sympathique, mais son #lgw relève de l'abus de biens sociaux et télévisuels", +"img": { +"src": "http://a0.twimg.com/profile_images/1727925483/p20120101-191011_normal.jpg" +}, +"title": "croquenote: RT @B_Roger_Petit: Vinvin est sympathique, mais son #lgw relève de l'abus de biens sociaux et télévisuels", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3370000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @B_Roger_Petit: Vinvin est sympathique, mais son #lgw rel\\u00e8ve de l'abus de biens sociaux et t\\u00e9l\\u00e9visuels\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"B_Roger_Petit\",\"indices\":[3,17],\"id_str\":\"48949826\",\"name\":\"Bruno Roger-Petit\",\"id\":48949826}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Vinvin est sympathique, mais son #lgw rel\\u00e8ve de l'abus de biens sociaux et t\\u00e9l\\u00e9visuels\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184860716941313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"screen_name\":\"B_Roger_Petit\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13862,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":245,\"profile_link_color\":\"0084B4\",\"followers_count\":6588,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"description\":\"En \\u00e9tat de Grace... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"48949826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"name\":\"Bruno Roger-Petit\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 20 07:03:26 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":48949826,\"utc_offset\":-10800,\"favourites_count\":19,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/brunorogerpetit\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184860716941313,\"created_at\":\"Fri Feb 24 23:17:43 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189339617046528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":27,\"screen_name\":\"croquenote80\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":234,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Picardie\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1727925483\\/p20120101-191011_normal.jpg\",\"description\":\"touitage: 140 signes c'est plus qu'il n'en faut pour bidouiller avec les 140 mots de vocabulaire dont je dispose !\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"435699457\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727925483\\/p20120101-191011_normal.jpg\",\"name\":\"croquenote\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 13 10:37:19 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":435699457,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/fatras-croquenote.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189339617046528,\"created_at\":\"Fri Feb 24 23:35:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3370000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "31a862cc-e21f-48ad-b47b-91d7697d656b-173189339617046528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Tweets2Comptoir: Retrouvez la sélection de Tweets de Comptoir pour Le Grand Webze -> http://t.co/4jnewqO5 #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1727204040/image_normal.jpg" +}, +"title": "Marc Phalippou: RT @Tweets2Comptoir: Retrouvez la sélection de Tweets de Comptoir pour Le Grand Webze -> http://t.co/4jnewqO5 #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3370000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Tweets2Comptoir: Retrouvez la s\\u00e9lection de Tweets de Comptoir pour Le Grand Webze -> http:\\/\\/t.co\\/4jnewqO5 #lgw\",\"entities\":{\"urls\":[{\"indices\":[92,112],\"display_url\":\"t2c.tw\\/eetsLGW\",\"expanded_url\":\"http:\\/\\/t2c.tw\\/eetsLGW\",\"url\":\"http:\\/\\/t.co\\/4jnewqO5\"}],\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[3,19],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Retrouvez la s\\u00e9lection de Tweets de Comptoir pour Le Grand Webze -> http:\\/\\/t.co\\/4jnewqO5 #lgw\",\"entities\":{\"urls\":[{\"indices\":[71,91],\"display_url\":\"t2c.tw\\/eetsLGW\",\"expanded_url\":\"http:\\/\\/t2c.tw\\/eetsLGW\",\"url\":\"http:\\/\\/t.co\\/4jnewqO5\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173185674487414784\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffcc00\",\"screen_name\":\"Tweets2Comptoir\",\"lang\":\"fr\",\"favourites_count\":5604,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3071,\"location\":\"Dans tes tweets\",\"profile_text_color\":\"3f3210\",\"followers_count\":6481,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\",\"description\":\"Tweets de Comptoir est l\\u00e0 pour rendre quotidiennement compte de l'activit\\u00e9 subversive des tweetos, en d\\u00e9non\\u00e7ant les meilleurs tweets publi\\u00e9s.\",\"statuses_count\":2933,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"show_all_inline_media\":true,\"listed_count\":188,\"profile_link_color\":\"3b8ab2\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d1f5c\",\"protected\":false,\"id_str\":\"227334618\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Tweets de Comptoir\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/350380007\\/twitter-bg.png\",\"created_at\":\"Thu Dec 16 15:29:51 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":227334618,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/tweetsdecomptoir.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1633621191\\/avatar_normal.png\"},\"truncated\":false,\"id\":173185674487414784,\"created_at\":\"Fri Feb 24 23:20:57 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189337272418304\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BEDFB6\",\"screen_name\":\"marcphalippou\",\"lang\":\"fr\",\"favourites_count\":46,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1345,\"location\":\"Paris\",\"profile_text_color\":\"895429\",\"followers_count\":750,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\",\"description\":\"Bougnat \\u00e0 Paris, marchand d'id\\u00e9es et de confiance dans la com et l'assurance.\",\"statuses_count\":2116,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"39BD91\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0D02\",\"protected\":false,\"id_str\":\"92352549\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Marc Phalippou\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"created_at\":\"Tue Nov 24 20:05:52 +0000 2009\",\"profile_sidebar_fill_color\":\"0E0D02\",\"id\":92352549,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.facebook.com\\/profile.php?id=100001663745687\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\"},\"truncated\":false,\"id\":173189337272418304,\"created_at\":\"Fri Feb 24 23:35:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3370000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6dda02c1-3afd-4908-8b7d-774f6e503035-173189337272418304" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On va y arriver les mecs !!! #StadedeFrance #lgw #cqui @poupimali : un coup de main :)", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: On va y arriver les mecs !!! #StadedeFrance #lgw #cqui @poupimali : un coup de main :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3371000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On va y arriver les mecs !!! #StadedeFrance #lgw #cqui @poupimali : un coup de main :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Poupimali\",\"indices\":[55,65],\"id_str\":\"82614873\",\"name\":\"Poupimali\",\"id\":82614873}],\"urls\":[],\"hashtags\":[{\"text\":\"StadedeFrance\",\"indices\":[29,43]},{\"text\":\"lgw\",\"indices\":[44,48]},{\"text\":\"cqui\",\"indices\":[49,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189340929851392\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6698,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189340929851392,\"created_at\":\"Fri Feb 24 23:35:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3371000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6a5a287d-7415-4fde-991e-78be94ca660d-173189340929851392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @BoucherieOvalie: J'avais arrêté la drogue. Mais ça c'était avant #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1796428036/ministick-moustache_normal.png" +}, +"title": "Benjamin: RT @BoucherieOvalie: J'avais arrêté la drogue. Mais ça c'était avant #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3374000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @BoucherieOvalie: J'avais arr\\u00eat\\u00e9 la drogue. Mais \\u00e7a c'\\u00e9tait avant #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BoucherieOvalie\",\"indices\":[3,19],\"id_str\":\"260277866\",\"name\":\"Boucherie Ovalie\",\"id\":260277866}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[69,73]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"J'avais arr\\u00eat\\u00e9 la drogue. Mais \\u00e7a c'\\u00e9tait avant #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188636685246464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1017,\"screen_name\":\"BoucherieOvalie\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":6705,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"location\":\"Derri\\u00e8re toi, c'est affreux\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"2FC2EF\",\"followers_count\":4074,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"description\":\"La vie est trop courte pour comprendre le rugby, alors autant en rigoler.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"260277866\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"name\":\"Boucherie Ovalie\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 03 15:22:13 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":260277866,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/boucherie-ovalie.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188636685246464,\"created_at\":\"Fri Feb 24 23:32:43 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189352699068416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":127,\"screen_name\":\"benamow\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2591,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/414235559\\/Bakcground.jpg\",\"location\":\"Agen \\/ Marseille\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"009999\",\"followers_count\":198,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1796428036\\/ministick-moustache_normal.png\",\"description\":\"A la retraite...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"18883209\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/414235559\\/Bakcground.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796428036\\/ministick-moustache_normal.png\",\"name\":\"Benjamin\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 11 23:10:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":18883209,\"utc_offset\":3600,\"favourites_count\":18,\"url\":\"http:\\/\\/www.limonadier.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189352699068416,\"created_at\":\"Fri Feb 24 23:35:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3374000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9a1a0df3-2d0f-402d-b50f-3d4ed8339d70-173189352699068416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@jcfrog c'était court mais intense ! #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: @jcfrog c'était court mais intense ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3374000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@jcfrog c'\\u00e9tait court mais intense ! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[0,7],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189355073048577\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"16888281\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":70,\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":5141,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Marseille\\/Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"name\":\"Matthieu Michel\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":68460513,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"jcfrog\",\"truncated\":false,\"id\":173189355073048577,\"created_at\":\"Fri Feb 24 23:35:34 +0000 2012\",\"in_reply_to_user_id\":16888281}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3374000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "01f5d1dd-fabf-4ed9-b09d-eecf8de96aef-173189355073048577" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ouai @palmashow, merci d'avoir stoppé ce truc gênant.. J'ai bien aimé le coup du \" comme ta ch'mise \" ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836212998/tumblr_lzg9q386BT1qeib0jo2_250_large_normal.gif" +}, +"title": "Ouate the Phoque. ϟ: Ouai @palmashow, merci d'avoir stoppé ce truc gênant.. J'ai bien aimé le coup du \" comme ta ch'mise \" ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3374000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ouai @palmashow, merci d'avoir stopp\\u00e9 ce truc g\\u00eanant.. J'ai bien aim\\u00e9 le coup du \\\" comme ta ch'mise \\\" ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[5,15],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[104,108]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189356440399873\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":53,\"screen_name\":\"Craquottine\",\"lang\":\"fr\",\"profile_text_color\":\"8f6d53\",\"statuses_count\":639,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/428310558\\/tumblr_lzi6gqG7Po1r2gjaeo1_400_large.jpg\",\"location\":\"Hogwarts.\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"a38c71\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836212998\\/tumblr_lzg9q386BT1qeib0jo2_250_large_normal.gif\",\"description\":\"Dorine or Chuck if you want. \\r\\n15 years old.\\r\\nFrench.\\r\\nI'm still always in my world, dude.\\r\\n\\r\\n#Potterhead. \\u03df #Gleek.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"73052379\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428310558\\/tumblr_lzi6gqG7Po1r2gjaeo1_400_large.jpg\",\"profile_sidebar_fill_color\":\"d9af8b\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836212998\\/tumblr_lzg9q386BT1qeib0jo2_250_large_normal.gif\",\"name\":\"Ouate the Phoque. \\u03df\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 10 05:46:10 +0000 2009\",\"profile_sidebar_border_color\":\"d1baba\",\"id\":73052379,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/todayigobbleanything.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189356440399873,\"created_at\":\"Fri Feb 24 23:35:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3374000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "379d49ce-2abc-48d8-86bf-d49109444556-173189356440399873" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Deemee3 Vu ! Bravo. #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1115185915/Miro_normal.jpg" +}, +"title": "Capitaine Alexandre: @Deemee3 Vu ! Bravo. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3375000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Deemee3 Vu ! Bravo. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Deemee3\",\"indices\":[0,8],\"id_str\":\"209219475\",\"name\":\"Dimitri\",\"id\":209219475}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173139408541855745\",\"id_str\":\"173189357728047106\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173139408541855745,\"in_reply_to_user_id_str\":\"209219475\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1065,\"screen_name\":\"CapAlexandre\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":11731,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Jamais loin de la mer\",\"show_all_inline_media\":false,\"listed_count\":59,\"profile_link_color\":\"2FC2EF\",\"followers_count\":1390,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115185915\\/Miro_normal.jpg\",\"description\":\"Une Biographie, \\u00e7a s'invente! (L-F C\\u00e9line)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Rome\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"184332429\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115185915\\/Miro_normal.jpg\",\"name\":\"Capitaine Alexandre\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 29 08:06:00 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":184332429,\"utc_offset\":3600,\"favourites_count\":66,\"url\":null},\"in_reply_to_screen_name\":\"Deemee3\",\"truncated\":false,\"id\":173189357728047106,\"created_at\":\"Fri Feb 24 23:35:35 +0000 2012\",\"in_reply_to_user_id\":209219475}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3375000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a651bc32-2db0-4a11-be4e-a16b68271f8d-173189357728047106" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bonjour Pascal 31ans célibataire ^_^ #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: Bonjour Pascal 31ans célibataire ^_^ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3377000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Bonjour Pascal 31ans c\\u00e9libataire ^_^ #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189367437852672\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"fcfcfc\",\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"favourites_count\":84,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":283,\"location\":\"Hell\",\"profile_text_color\":\"0a0a0a\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"statuses_count\":39031,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":590,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"plumesdanges\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"id\":27325670,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173189367437852672,\"created_at\":\"Fri Feb 24 23:35:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3377000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d4bb0d3a-0d4a-47f0-8de2-f8c57ecef1b3-173189367437852672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton allez chez votre poissonier #lgw @LeGrandWebze", +"img": { +"src": "http://a0.twimg.com/profile_images/1752605252/slashunderscore_normal.PNG" +}, +"title": "Gilles Defromerie: #change2ton allez chez votre poissonier #lgw @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3378000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton allez chez votre poissonier #lgw @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[45,58],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189372366168066\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":59,\"screen_name\":\"geldif\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":225,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Devant un \\u00e9cran num\\u00e9rique\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"description\":\"Debugger, Ajusteur d'Octets niveau Certification Binaire, Digital Engineer\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"394186996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"name\":\"Gilles Defromerie\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 19 18:07:56 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":394186996,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189372366168066,\"created_at\":\"Fri Feb 24 23:35:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3378000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "29910084-aa25-43c8-b30f-ca46365a7b10-173189372366168066" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @3615pbs: #LGW Les mecs, vous le sentez bien que ça ne fonctionne pas, ce que vous faites?", +"img": { +"src": "http://a2.twimg.com/profile_images/1647384436/image_normal.jpg" +}, +"title": "Vcwik: RT @3615pbs: #LGW Les mecs, vous le sentez bien que ça ne fonctionne pas, ce que vous faites?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3378000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @3615pbs: #LGW Les mecs, vous le sentez bien que \\u00e7a ne fonctionne pas, ce que vous faites?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"3615pbs\",\"indices\":[3,11],\"id_str\":\"133024198\",\"name\":\"P. Bourdin-Sauviac\",\"id\":133024198}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[13,17]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Les mecs, vous le sentez bien que \\u00e7a ne fonctionne pas, ce que vous faites?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188223428857857\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":497,\"screen_name\":\"3615pbs\",\"lang\":\"fr\",\"profile_text_color\":\"062d57\",\"statuses_count\":29704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"0513ad\",\"followers_count\":2829,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"description\":\"Je suis nomm\\u00e9 Pierre. Animateur, journaliste, auteur, ex-r\\u00e9al du zap de Direct 8 et awesome talent @ Marzab Productions. Et lumi\\u00e8re divine sur 3615pbs.com. \\u0ca0_\\u0ca0\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"133024198\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"profile_sidebar_fill_color\":\"c0c4e0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"name\":\"P. Bourdin-Sauviac\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 14 20:34:18 +0000 2010\",\"profile_sidebar_border_color\":\"ebf0ff\",\"id\":133024198,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/www.3615pbs.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188223428857857,\"created_at\":\"Fri Feb 24 23:31:04 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189373079203840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"vcwik\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":991,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425462601\\/images.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1647384436\\/image_normal.jpg\",\"description\":\"Someone like me ... Somewhere ...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"382801997\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425462601\\/images.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1647384436\\/image_normal.jpg\",\"name\":\"Vcwik\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 30 18:19:28 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":382801997,\"utc_offset\":3600,\"favourites_count\":21,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189373079203840,\"created_at\":\"Fri Feb 24 23:35:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3378000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e95dc2f4-04f9-4aed-ac8f-9ba9ac5b8b76-173189373079203840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @bricelahaye: #lgw Gardons-le. Rollin, #ilreste", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @bricelahaye: #lgw Gardons-le. Rollin, #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3380000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @bricelahaye: #lgw Gardons-le. Rollin, #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"bricelahaye\",\"indices\":[3,15],\"name\":\"Brice Lahaye\",\"id_str\":\"216310703\",\"id\":216310703}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]},{\"text\":\"ilreste\",\"indices\":[42,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Gardons-le. Rollin, #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[25,33]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188991296868352\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"bricelahaye\",\"lang\":\"en\",\"favourites_count\":8,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":369,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":70,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1732222031\\/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg\",\"description\":\"\\u00c9tudiant en journalisme \\u00e0 Sciences Po Rennes. N'arrive jamais en retard parce que DETESTE Phil Collins. \",\"statuses_count\":127,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/428619100\\/press-dl.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"216310703\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Brice Lahaye\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428619100\\/press-dl.jpg\",\"created_at\":\"Tue Nov 16 10:41:07 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":216310703,\"follow_request_sent\":null,\"utc_offset\":-36000,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732222031\\/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg\"},\"truncated\":false,\"id\":173188991296868352,\"created_at\":\"Fri Feb 24 23:34:07 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189381576863745\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1042,\"location\":\"Issy les moulineaux\",\"profile_text_color\":\"333333\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"statuses_count\":317,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fabienne BAROLLIER\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":110388053,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\"},\"truncated\":false,\"id\":173189381576863745,\"created_at\":\"Fri Feb 24 23:35:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3380000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9da80ee5-1a03-4710-b6f1-7158a9f9994c-173189381576863745" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @AbsolutePi: Je metterais sa sur mon cv. Jai assister au premier teleskypeconcert #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848682776/photo_profil_normal.jpg" +}, +"title": "Caroline Pandraud: RT @AbsolutePi: Je metterais sa sur mon cv. Jai assister au premier teleskypeconcert #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3380000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"RT @AbsolutePi: Je metterais sa sur mon cv. Jai assister au premier teleskypeconcert #lgw\",\"created_at\":\"Fri Feb 24 23:35:40 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[85,89]}],\"user_mentions\":[{\"indices\":[3,14],\"screen_name\":\"AbsolutePi\",\"id_str\":\"334108023\",\"name\":\"\\u0394+\\u0394\",\"id\":334108023}]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173189379869782016\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":7,\"created_at\":\"Tue Sep 02 13:18:16 +0000 2008\",\"profile_text_color\":\"F6FC9D\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"url\":null,\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"FF1269\",\"screen_name\":\"pointPandraud\",\"time_zone\":\"Paris\",\"description\":\"Project Analyst @faberNovel www.fabernovel.com \\/\\/\\r\\n@essec Business School Alumni \\/\\/ Paris\\r\\n\\r\\n\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"profile_background_color\":\"4F4C4E\",\"location\":\"Paris\",\"id_str\":\"16096262\",\"profile_background_tile\":true,\"followers_count\":182,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"7A374C\",\"favourites_count\":3,\"protected\":false,\"friends_count\":284,\"profile_sidebar_border_color\":\"382334\",\"name\":\"Caroline Pandraud\",\"contributors_enabled\":false,\"verified\":false,\"id\":16096262,\"statuses_count\":425,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173189379869782016,\"retweeted_status\":{\"truncated\":false,\"text\":\"Je metterais sa sur mon cv. Jai assister au premier teleskypeconcert #lgw\",\"created_at\":\"Fri Feb 24 23:35:01 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]}],\"user_mentions\":[]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173189215247544322\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":4,\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_text_color\":\"000000\",\"is_translator\":false,\"show_all_inline_media\":true,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"url\":\"http:\\/\\/footballanatomy.wordpress.com\",\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"000000\",\"screen_name\":\"AbsolutePi\",\"time_zone\":\"Paris\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"profile_background_color\":\"ffffff\",\"location\":\"France\",\"id_str\":\"334108023\",\"profile_background_tile\":true,\"followers_count\":142,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"ffffff\",\"favourites_count\":23,\"protected\":false,\"friends_count\":71,\"profile_sidebar_border_color\":\"ffffff\",\"name\":\"\\u0394+\\u0394\",\"contributors_enabled\":false,\"verified\":false,\"id\":334108023,\"statuses_count\":12873,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173189215247544322}}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3380000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "317cc847-4b69-401d-9ded-0dafaa91efee-173189379869782016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #ilReste, et même après l'émission si possible ! (Avec un bon recueil de contes de Noël. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1474785559/testdeux_normal.jpg" +}, +"title": "Romain Mollet: @LeGrandWebze #ilReste, et même après l'émission si possible ! (Avec un bon recueil de contes de Noël. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3382000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze #ilReste, et m\\u00eame apr\\u00e8s l'\\u00e9mission si possible ! (Avec un bon recueil de contes de No\\u00ebl. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[14,22]},{\"text\":\"lgw\",\"indices\":[103,107]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/tweetbutton\\\" rel=\\\"nofollow\\\"\\u003ETweet Button\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173189003200299008\",\"id_str\":\"173189389814472705\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173189003200299008,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":73,\"screen_name\":\"RomainMollet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":83,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 Cin\\u00e9Cr\\u00e9atis depuis moins d'une semaine (18\\/09\\/2011)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"62795411\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"name\":\"Romain Mollet\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 04 11:47:02 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":62795411,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/conneriehumanumest.wordpress.com\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173189389814472705,\"created_at\":\"Fri Feb 24 23:35:42 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3382000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6b417397-707d-4239-bd27-5fd7d063d9b2-173189389814472705" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @ZZ_Princess: Une légère envie de m'ouvrir les veines avec les dents en tombant sur cette émission #Lgw #France5", +"img": { +"src": "http://a2.twimg.com/profile_images/1734545650/alimac_normal.jpg" +}, +"title": "ASL: RT @ZZ_Princess: Une légère envie de m'ouvrir les veines avec les dents en tombant sur cette émission #Lgw #France5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3383000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @ZZ_Princess: Une l\\u00e9g\\u00e8re envie de m'ouvrir les veines avec les dents en tombant sur cette \\u00e9mission #Lgw #France5\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ZZ_Princess\",\"indices\":[3,15],\"id_str\":\"286106741\",\"name\":\"ZZ\",\"id\":286106741}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[103,107]},{\"text\":\"France5\",\"indices\":[108,116]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Une l\\u00e9g\\u00e8re envie de m'ouvrir les veines avec les dents en tombant sur cette \\u00e9mission #Lgw #France5\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[86,90]},{\"text\":\"France5\",\"indices\":[91,99]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188341074890753\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":231,\"screen_name\":\"ZZ_Princess\",\"lang\":\"fr\",\"profile_text_color\":\"d710de\",\"statuses_count\":5144,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/320891687\\/x8490c46b359ab9cf603957dfa58eb8a.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"eb12eb\",\"followers_count\":189,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1718012027\\/ZZ_normal.jpg\",\"description\":\"Teigne d'1m80, ordure bourgeoise qui fait semblant d'\\u00eatre socialiste, aime #Lesfous, n'aime pas les gosses et ne va pas en Maghr\\u00e9bie en vacances !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1c42db\",\"id_str\":\"286106741\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/320891687\\/x8490c46b359ab9cf603957dfa58eb8a.png\",\"profile_sidebar_fill_color\":\"000B17\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1718012027\\/ZZ_normal.jpg\",\"name\":\"ZZ\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 22 10:48:11 +0000 2011\",\"profile_sidebar_border_color\":\"F7B565\",\"id\":286106741,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188341074890753,\"created_at\":\"Fri Feb 24 23:31:32 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189390330363904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":506,\"screen_name\":\"OhOceane\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":60759,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/84729248\\/alimac.jpg\",\"location\":\"A un souffle de ton coeur\",\"show_all_inline_media\":false,\"listed_count\":300,\"profile_link_color\":\"0099CC\",\"followers_count\":3828,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1734545650\\/alimac_normal.jpg\",\"description\":\"The Girl Formerly Known as Oh \\/ Curator of your heart \\/ Sapiosexuelle depuis 1988 \\/\\r\\nAvec hydroxyzine la vie est plus zin \\/\\r\\n\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"72379694\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/84729248\\/alimac.jpg\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1734545650\\/alimac_normal.jpg\",\"name\":\"ASL\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 07 20:56:24 +0000 2009\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":72379694,\"utc_offset\":-36000,\"favourites_count\":350,\"url\":\"http:\\/\\/danslessouliersdoceane.hautetfort.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189390330363904,\"created_at\":\"Fri Feb 24 23:35:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3383000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "34422fc8-2b28-43c6-bf1a-e8bc84223101-173189390330363904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @3615pbs: #LGW Ce programme est un accident vasculaire", +"img": { +"src": "http://a2.twimg.com/profile_images/1647384436/image_normal.jpg" +}, +"title": "Vcwik: RT @3615pbs: #LGW Ce programme est un accident vasculaire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3383000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @3615pbs: #LGW Ce programme est un accident vasculaire\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"3615pbs\",\"indices\":[3,11],\"name\":\"P. Bourdin-Sauviac\",\"id_str\":\"133024198\",\"id\":133024198}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW Ce programme est un accident vasculaire\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188963715133440\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ebf0ff\",\"screen_name\":\"3615pbs\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":497,\"location\":\"Paris, France\",\"profile_text_color\":\"062d57\",\"followers_count\":2829,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"description\":\"Je suis nomm\\u00e9 Pierre. Animateur, journaliste, auteur, ex-r\\u00e9al du zap de Direct 8 et awesome talent @ Marzab Productions. Et lumi\\u00e8re divine sur 3615pbs.com. \\u0ca0_\\u0ca0\",\"statuses_count\":29704,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"0513ad\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"133024198\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"P. Bourdin-Sauviac\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"created_at\":\"Wed Apr 14 20:34:18 +0000 2010\",\"profile_sidebar_fill_color\":\"c0c4e0\",\"id\":133024198,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.3615pbs.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\"},\"truncated\":false,\"id\":173188963715133440,\"created_at\":\"Fri Feb 24 23:34:01 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189391546712065\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"vcwik\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1647384436\\/image_normal.jpg\",\"description\":\"Someone like me ... Somewhere ...\",\"statuses_count\":992,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425462601\\/images.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"382801997\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Vcwik\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425462601\\/images.jpg\",\"created_at\":\"Fri Sep 30 18:19:28 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":382801997,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1647384436\\/image_normal.jpg\"},\"truncated\":false,\"id\":173189391546712065,\"created_at\":\"Fri Feb 24 23:35:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3383000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "04443790-18e1-4530-a285-45d7cff92d4b-173189391546712065" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Rajae_M_ il y a klaire dans #lgw ?", +"img": { +"src": "http://a3.twimg.com/profile_images/1818716947/Agjr8-VCEAAbZ0C_normal.jpg" +}, +"title": "IziBuffle: @Rajae_M_ il y a klaire dans #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3383000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Rajae_M_ il y a klaire dans #lgw ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Rajae_M_\",\"indices\":[0,9],\"id_str\":\"65035525\",\"name\":\"Rajae\",\"id\":65035525}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173187437651169281\",\"id_str\":\"173189392557539329\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173187437651169281,\"in_reply_to_user_id_str\":\"65035525\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":50,\"screen_name\":\"barbasange\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":162,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":24,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1818716947\\/Agjr8-VCEAAbZ0C_normal.jpg\",\"description\":\"l\\u00e0\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"369145754\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818716947\\/Agjr8-VCEAAbZ0C_normal.jpg\",\"name\":\"IziBuffle\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 06 21:10:27 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":369145754,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":\"Rajae_M_\",\"truncated\":false,\"id\":173189392557539329,\"created_at\":\"Fri Feb 24 23:35:43 +0000 2012\",\"in_reply_to_user_id\":65035525}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3383000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6c7b9660-d807-471b-84f8-9bd67c2ba94e-173189392557539329" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@B_Roger_Petit @ChrisPC34 oui un concept... tu connais une autre émission qui a tenté ce genre de truc toi? :-) #lgw #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1808461305/image_normal.jpg" +}, +"title": "Lalée Pinoncely: @B_Roger_Petit @ChrisPC34 oui un concept... tu connais une autre émission qui a tenté ce genre de truc toi? :-) #lgw #ilreste", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3384000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@B_Roger_Petit @ChrisPC34 oui un concept... tu connais une autre \\u00e9mission qui a tent\\u00e9 ce genre de truc toi? :-) #lgw #ilreste\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"B_Roger_Petit\",\"indices\":[0,14],\"id_str\":\"48949826\",\"name\":\"Bruno Roger-Petit\",\"id\":48949826},{\"screen_name\":\"ChrisPC34\",\"indices\":[15,25],\"id_str\":\"133503769\",\"name\":\"Christophe Doublet\",\"id\":133503769}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]},{\"text\":\"ilreste\",\"indices\":[117,125]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173188976973324288\",\"id_str\":\"173189397074808832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188976973324288,\"in_reply_to_user_id_str\":\"48949826\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":366,\"screen_name\":\"Lalee_retour\",\"lang\":\"fr\",\"profile_text_color\":\"98989e\",\"statuses_count\":3721,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"location\":\"France- LYON\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"f013e9\",\"followers_count\":300,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"description\":\"Une digital-mum' entrepreneur, lib\\u00e9rale, communicante, blogueuse soon... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"16171a\",\"id_str\":\"252150894\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"name\":\"Lal\\u00e9e Pinoncely\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 14 16:05:09 +0000 2011\",\"profile_sidebar_border_color\":\"42454d\",\"id\":252150894,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"B_Roger_Petit\",\"truncated\":false,\"id\":173189397074808832,\"created_at\":\"Fri Feb 24 23:35:44 +0000 2012\",\"in_reply_to_user_id\":48949826}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3384000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "97dd54fd-b584-46c1-bc69-93ebec3b43ed-173189397074808832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste mais il change de chemise et en met une à fleurs !", +"img": { +"src": "http://a2.twimg.com/profile_images/1233531841/jeanmarie_david_normal.jpg" +}, +"title": "Jean-Marie DAVID: #lgw #ilreste mais il change de chemise et en met une à fleurs !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3386000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste mais il change de chemise et en met une \\u00e0 fleurs !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189406742687744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1370,\"screen_name\":\"jeanmarie_david\",\"lang\":\"fr\",\"profile_text_color\":\"147a00\",\"statuses_count\":2698,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404040219\\/P1050809.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":64,\"profile_link_color\":\"005eff\",\"followers_count\":862,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1233531841\\/jeanmarie_david_normal.jpg\",\"description\":\"Veille sur la bancassurance 2.0, Marketing, Community Management - Mondial Assistance. Disclaimer : mes tweets ne refl\\u00e8tent que mon avis personnel.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"856d3d\",\"id_str\":\"29998056\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404040219\\/P1050809.jpg\",\"profile_sidebar_fill_color\":\"fff203\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1233531841\\/jeanmarie_david_normal.jpg\",\"name\":\"Jean-Marie DAVID\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 09 14:51:30 +0000 2009\",\"profile_sidebar_border_color\":\"856d3d\",\"id\":29998056,\"utc_offset\":3600,\"favourites_count\":20,\"url\":\"http:\\/\\/www.scoop.it\\/assisteur\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189406742687744,\"created_at\":\"Fri Feb 24 23:35:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3386000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d4acabcb-df67-455e-bbde-69f0b935a867-173189406742687744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et maintenant, @PascalMabille et son @ctraitnet, son nouveau programme court. Et Pascal est célibataire. Il y tenait #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Et maintenant, @PascalMabille et son @ctraitnet, son nouveau programme court. Et Pascal est célibataire. Il y tenait #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3387000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et maintenant, @PascalMabille et son @ctraitnet, son nouveau programme court. Et Pascal est c\\u00e9libataire. Il y tenait #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[15,29],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131},{\"screen_name\":\"CtraitNet\",\"indices\":[37,47],\"id_str\":\"475003719\",\"name\":\"CtraitNET\",\"id\":475003719}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[117,121]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189407417962497\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3276,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189407417962497,\"created_at\":\"Fri Feb 24 23:35:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3387000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bccd7205-ffa0-47f3-b0f0-412afde04b7c-173189407417962497" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@SebChampion c'est vrai que d'habitude, le temps d'antenne à la télé est beaucoup mieux employé que cela #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: @SebChampion c'est vrai que d'habitude, le temps d'antenne à la télé est beaucoup mieux employé que cela #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3387000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@SebChampion c'est vrai que d'habitude, le temps d'antenne \\u00e0 la t\\u00e9l\\u00e9 est beaucoup mieux employ\\u00e9 que cela #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SebChampion\",\"indices\":[0,12],\"id_str\":\"443858436\",\"name\":\"Sebastien Champion\",\"id\":443858436}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[105,109]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173188798941896704\",\"id_str\":\"173189409125052416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188798941896704,\"in_reply_to_user_id_str\":\"443858436\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"name\":\"Jean-Louis Coste\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":244454441,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"SebChampion\",\"truncated\":false,\"id\":173189409125052416,\"created_at\":\"Fri Feb 24 23:35:47 +0000 2012\",\"in_reply_to_user_id\":443858436}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3387000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a42bb81-30c1-4b4c-9886-c8cdcd200025-173189409125052416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "What thee fuck is #lgw ? O.o", +"img": { +"src": "http://a2.twimg.com/profile_images/1837493643/nGSoJpm4_normal" +}, +"title": "GolfWang Hooligan. : What thee fuck is #lgw ? O.o", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3388000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"What thee fuck is #lgw ? O.o\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189413629722624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":142,\"screen_name\":\"ExclusiveJetss\",\"lang\":\"en\",\"profile_text_color\":\"f5b1f5\",\"statuses_count\":1251,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/427811851\\/tumblr_lz2wirhmkm1qjguspo1_500.jpg\",\"location\":\"SittinOnTheCloudsSmokinGanja\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"ffb2fa\",\"followers_count\":158,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1837493643\\/nGSoJpm4_normal\",\"description\":\"I used to give a fuck. Till' I lost emotions. My nigg fo' life tho @Samone_xD Tweet me Dont be a panzy! ;b #JetLife\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Pacific Time (US & Canada)\",\"profile_background_color\":\"000000\",\"id_str\":\"485799364\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/427811851\\/tumblr_lz2wirhmkm1qjguspo1_500.jpg\",\"profile_sidebar_fill_color\":\"ddeef6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1837493643\\/nGSoJpm4_normal\",\"name\":\"GolfWang Hooligan. \",\"default_profile_image\":false,\"created_at\":\"Tue Feb 07 15:56:51 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":485799364,\"utc_offset\":-28800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189413629722624,\"created_at\":\"Fri Feb 24 23:35:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3388000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "51f0bdcb-8ec1-4b0d-9a19-d54b7864e0e9-173189413629722624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @pcouzon: Ca y est, nous avons notre hymne, l'Ôde au #Télétravail de @jcfrog ! :-) #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1147619621/acdl_normal.jpg" +}, +"title": "AC Lefort: RT @pcouzon: Ca y est, nous avons notre hymne, l'Ôde au #Télétravail de @jcfrog ! :-) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3388000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @pcouzon: Ca y est, nous avons notre hymne, l'\\u00d4de au #T\\u00e9l\\u00e9travail de @jcfrog ! :-) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"pcouzon\",\"indices\":[3,11],\"name\":\"Mascottus | Philippe\",\"id_str\":\"14899497\",\"id\":14899497},{\"screen_name\":\"jcfrog\",\"indices\":[72,79],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"T\\u00e9l\\u00e9travail\",\"indices\":[56,68]},{\"text\":\"lgw\",\"indices\":[86,90]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ca y est, nous avons notre hymne, l'\\u00d4de au #T\\u00e9l\\u00e9travail de @jcfrog ! :-) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[59,66],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"T\\u00e9l\\u00e9travail\",\"indices\":[43,55]},{\"text\":\"lgw\",\"indices\":[73,77]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189176735440897\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"pcouzon\",\"lang\":\"fr\",\"favourites_count\":70,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3743,\"location\":\"tcp\\/ip\",\"profile_text_color\":\"3E4415\",\"followers_count\":3787,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1635762650\\/moi_normal.jpg\",\"description\":\"Community manager, strat\\u00e9gie en ligne, @digidust, formation #iscpa. Live-tweet perso sur @pconversation Ces tweets n'engagent que moi.\",\"statuses_count\":31531,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418461086\\/cw_background_9.jpg\",\"show_all_inline_media\":true,\"listed_count\":372,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"14899497\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Mascottus | Philippe\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418461086\\/cw_background_9.jpg\",\"created_at\":\"Sun May 25 15:34:25 +0000 2008\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":14899497,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/about.me\\/pcouzon\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1635762650\\/moi_normal.jpg\"},\"truncated\":false,\"id\":173189176735440897,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189415227760642\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"zanskar\",\"lang\":\"fr\",\"favourites_count\":4662,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":765,\"location\":\"Angers, France\",\"profile_text_color\":\"333333\",\"followers_count\":1052,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1147619621\\/acdl_normal.jpg\",\"description\":\"e-marketing, webdesign, r\\u00e9seaux sociaux, e-commerce, pharma\\/vet, entrepreneuriat\",\"statuses_count\":1795,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":75,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"17367429\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"AC Lefort\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Thu Nov 13 16:01:37 +0000 2008\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":17367429,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.zanskarstudio.com\\/blog\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1147619621\\/acdl_normal.jpg\"},\"truncated\":false,\"id\":173189415227760642,\"created_at\":\"Fri Feb 24 23:35:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3388000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f070ad5c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e1876d64-2559-42ad-a1c9-9ab9094d48ee-173189415227760642" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allumer la télévision pour la première fois depuis des mois et voir François Rollin présenter Cyriak. Dieu à reçu mes lettres ? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1678792350/BonzeMarin_normal.jpeg" +}, +"title": "Bonze Marin: Allumer la télévision pour la première fois depuis des mois et voir François Rollin présenter Cyriak. Dieu à reçu mes lettres ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3390000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Allumer la t\\u00e9l\\u00e9vision pour la premi\\u00e8re fois depuis des mois et voir Fran\\u00e7ois Rollin pr\\u00e9senter Cyriak. Dieu \\u00e0 re\\u00e7u mes lettres ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[128,132]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189420932014080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":66,\"screen_name\":\"BonzeMarin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":353,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"11\\u00b021\\u2032N 142\\u00b012\\u2032E\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":37,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1678792350\\/BonzeMarin_normal.jpeg\",\"description\":\"Je ne vais pas vous mentir, je suis vraiment aussi con que j'en ai l'air.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"430295557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1678792350\\/BonzeMarin_normal.jpeg\",\"name\":\"Bonze Marin\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 07 00:27:03 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":430295557,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189420932014080,\"created_at\":\"Fri Feb 24 23:35:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3390000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e7f17aac-7bfe-4162-a46d-6f39ccc80c23-173189420932014080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ACTA now !", +"img": { +"src": "http://a2.twimg.com/profile_images/1731549557/old_normal.jpg" +}, +"title": "NkL4 © || Ludovic A.: #lgw #ACTA now !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3392000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ACTA now !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ACTA\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189430016876544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":580,\"screen_name\":\"NkL4\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":26213,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Saint Brieuc \\/ Bretagne\",\"show_all_inline_media\":true,\"listed_count\":116,\"profile_link_color\":\"0084B4\",\"followers_count\":999,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1731549557\\/old_normal.jpg\",\"description\":\"Hyper Local, Hyper Global, Web junkie, Androidoman.\\r\\nLa Bretagne, la France, le Monde, le Web !\\r\\nAmoureux du genre humain ! Pep hini zo libr ! #Social \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"80576391\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1731549557\\/old_normal.jpg\",\"name\":\"NkL4 \\u00a9 || Ludovic A.\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 07 13:28:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":80576391,\"utc_offset\":3600,\"favourites_count\":204,\"url\":\"http:\\/\\/www.nkl4.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189430016876544,\"created_at\":\"Fri Feb 24 23:35:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3392000, +"tags": [ +{ +"id-ref": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c289a866-1a02-4b0e-9320-be52fc488606-173189430016876544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Grâce à #lgw et à @PascalMabille on a droit à une explication sur #ACTA :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1840667340/ns_normal.png" +}, +"title": "Pierre : Grâce à #lgw et à @PascalMabille on a droit à une explication sur #ACTA :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3392000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Gr\\u00e2ce \\u00e0 #lgw et \\u00e0 @PascalMabille on a droit \\u00e0 une explication sur #ACTA :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[18,32],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]},{\"text\":\"ACTA\",\"indices\":[66,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189430708928512\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":392,\"screen_name\":\"BeautifulLoser_\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":10075,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/66918069\\/Coruscant1.jpg\",\"location\":\"Castres \",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"2FC2EF\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1840667340\\/ns_normal.png\",\"description\":\"Ex \\u00e9tudiant en Services et R\\u00e9seaux de Communication. Geek \\u00e0 4 roues, tout terrain ! Dans la matrice depuis 1987 #tech #web #politique #rugby #procrastination\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"95436599\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/66918069\\/Coruscant1.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840667340\\/ns_normal.png\",\"name\":\"Pierre \",\"default_profile_image\":false,\"created_at\":\"Tue Dec 08 15:02:27 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":95436599,\"utc_offset\":3600,\"favourites_count\":68,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189430708928512,\"created_at\":\"Fri Feb 24 23:35:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3392000, +"tags": [ +{ +"id-ref": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "520ab817-da20-44eb-9a01-8359eb2a9cbe-173189430708928512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Putain mais need demain la vid de #lgw avec ma gueule masquée ! (poke @HeLLuby et @TheFish40)", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: Putain mais need demain la vid de #lgw avec ma gueule masquée ! (poke @HeLLuby et @TheFish40)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3393000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Putain mais need demain la vid de #lgw avec ma gueule masqu\\u00e9e ! (poke @HeLLuby et @TheFish40)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"HeLLuby\",\"indices\":[70,78],\"id_str\":\"27427320\",\"name\":\"Curiosity \\u2620 the cat.\",\"id\":27427320},{\"screen_name\":\"TheFish40\",\"indices\":[82,92],\"id_str\":\"73370860\",\"name\":\"Greg G.\",\"id\":73370860}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189435515613185\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"profile_text_color\":\"CEC79B\",\"statuses_count\":35533,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"location\":\"Au pied d'un arc-en-ciel.\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"profile_sidebar_fill_color\":\"46284E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"name\":\"Sylvain Sanders\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_border_color\":\"20183F\",\"id\":37389744,\"utc_offset\":3600,\"favourites_count\":62,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189435515613185,\"created_at\":\"Fri Feb 24 23:35:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3393000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c60e9f8d-c509-4b0f-b5e2-37aecebcb8e4-173189435515613185" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Voilà, pour résumer. “@TaoND: Très bon concept. Avec d'autres animateurs et plus de pep's, je passerais sûrement un bon moment #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836394665/tn__2__normal.jpg" +}, +"title": "Caro ツ: Voilà, pour résumer. “@TaoND: Très bon concept. Avec d'autres animateurs et plus de pep's, je passerais sûrement un bon moment #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3396000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Voil\\u00e0, pour r\\u00e9sumer. \\u201c@TaoND: Tr\\u00e8s bon concept. Avec d'autres animateurs et plus de pep's, je passerais s\\u00fbrement un bon moment #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"TaoND\",\"indices\":[22,28],\"id_str\":\"309649914\",\"name\":\"Tao\",\"id\":309649914}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[127,131]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189445628071937\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"Kawoot\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1522,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"CC3366\",\"followers_count\":86,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836394665\\/tn__2__normal.jpg\",\"description\":\"\\u00ab Kawoot \\u00bb - 19 ans, \\u00e9tudiante en Management. Voue un culte aux chats et \\u00e0 Nintendo !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"id_str\":\"60894052\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836394665\\/tn__2__normal.jpg\",\"name\":\"Caro \\u30c4\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 28 12:49:03 +0000 2009\",\"profile_sidebar_border_color\":\"DBE9ED\",\"id\":60894052,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/nintendo-difference.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189445628071937,\"created_at\":\"Fri Feb 24 23:35:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3396000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6766bd2f-4981-4b3e-9a17-d5cdf5ebb3b4-173189445628071937" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Le_Damien: #LGW : @jcfrog Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap !", +"img": { +"src": "http://a2.twimg.com/profile_images/1640878229/dugomo_normal.jpg" +}, +"title": "Dugomo: RT @Le_Damien: #LGW : @jcfrog Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3397000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Le_Damien: #LGW : @jcfrog Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Le_Damien\",\"indices\":[3,13],\"name\":\"Damien Vacher\",\"id_str\":\"26552716\",\"id\":26552716},{\"screen_name\":\"jcfrog\",\"indices\":[22,29],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[15,19]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW : @jcfrog Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap ! Clap !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[7,14],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189105230954496\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"favourites_count\":43,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":405,\"location\":\"Chatillon-en-Bazois\",\"profile_text_color\":\"333333\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"statuses_count\":27163,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Damien Vacher\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":26552716,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/damienvacher.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\"},\"truncated\":false,\"id\":173189105230954496,\"created_at\":\"Fri Feb 24 23:34:35 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189451042918401\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"Dugomo\",\"lang\":\"fr\",\"favourites_count\":89,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":417,\"location\":\"Nice, ou pas loin\",\"profile_text_color\":\"000000\",\"followers_count\":3131,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1640878229\\/dugomo_normal.jpg\",\"description\":\"Timeo Danaos et dona ferentes.\\r\\n\",\"statuses_count\":23746,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/138402304\\/twilk_background_4c704a628fa7f.jpg\",\"show_all_inline_media\":false,\"listed_count\":350,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"protected\":false,\"id_str\":\"67648081\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Dugomo\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/138402304\\/twilk_background_4c704a628fa7f.jpg\",\"created_at\":\"Fri Aug 21 16:24:44 +0000 2009\",\"profile_sidebar_fill_color\":\"e0ff92\",\"id\":67648081,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jedisdubien.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640878229\\/dugomo_normal.jpg\"},\"truncated\":false,\"id\":173189451042918401,\"created_at\":\"Fri Feb 24 23:35:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3397000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "34ffe730-3373-41a6-9793-4b2ab49278a9-173189451042918401" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"img": { +"src": "http://a3.twimg.com/profile_images/1650056809/pandadanssonbain_normal.JPG" +}, +"title": "justice pandine: RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3398000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeRadiateur\",\"indices\":[3,15],\"id_str\":\"194271706\",\"name\":\"Joffrey D.\",\"id\":194271706}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[94,118]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[77,101]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189178589315072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":263,\"screen_name\":\"LeRadiateur\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":4227,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"description\":\"Coordinateur d'Antenne sur NRJ \\/ Animateur du 9h-Midi \\/ Passionn\\u00e9 de photographie \\/ Tweets originaux garantis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"194271706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"name\":\"Joffrey D.\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 23 20:17:47 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":194271706,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/leradiateur\\/sets\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189178589315072,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189455354662912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1340,\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"profile_text_color\":\"1a0e1a\",\"statuses_count\":28276,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"location\":\"Bambouseraie\",\"show_all_inline_media\":false,\"listed_count\":193,\"profile_link_color\":\"9058d1\",\"followers_count\":2570,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"profile_sidebar_fill_color\":\"f5fafa\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"name\":\"justice pandine\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_border_color\":\"adffef\",\"id\":177984098,\"utc_offset\":3600,\"favourites_count\":1862,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189455354662912,\"created_at\":\"Fri Feb 24 23:35:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3398000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f070e628-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "421215b7-3223-4271-acbe-43874bec89db-173189455354662912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Santtchez ils se sont retenus de rire... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819530189/twitter_normal.png" +}, +"title": "Benoit Lebreau: @Santtchez ils se sont retenus de rire... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3399000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Santtchez ils se sont retenus de rire... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Santtchez\",\"indices\":[0,10],\"id_str\":\"332249953\",\"name\":\"STTZ\\u2122\",\"id\":332249953}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173188134417350656\",\"id_str\":\"173189458533949441\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188134417350656,\"in_reply_to_user_id_str\":\"332249953\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":605,\"screen_name\":\"benoitlebreau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4157,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"667033\",\"followers_count\":339,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"description\":\"sympathique et cool \\/\\/ danseur \\u00e9toile \\u00e0 NRJ Group \\/\\/ #runner parisien du soir, #radio amateur et tr\\u00e8s dr\\u00f4le \\u00e0 la t\\u00e9l\\u00e9\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"267290862\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"name\":\"Benoit Lebreau\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 16 17:22:17 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":267290862,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/www.benoitlebreau.fr\"},\"in_reply_to_screen_name\":\"Santtchez\",\"truncated\":false,\"id\":173189458533949441,\"created_at\":\"Fri Feb 24 23:35:59 +0000 2012\",\"in_reply_to_user_id\":332249953}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3399000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "550fe504-2b1c-4920-840e-ddbf01a89075-173189458533949441" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1803844111/goldrogerportett2_normal.jpg" +}, +"title": "Kevin Poncin: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3400000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189465349689346\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"screen_name\":\"rinc08\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":18,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/416646618\\/03_1280-800.jpg\",\"location\":\"Reims\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1803844111\\/goldrogerportett2_normal.jpg\",\"description\":\"En Twitto formation\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"483066947\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416646618\\/03_1280-800.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803844111\\/goldrogerportett2_normal.jpg\",\"name\":\"Kevin Poncin\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 04 16:14:59 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":483066947,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189465349689346,\"created_at\":\"Fri Feb 24 23:36:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3400000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "862c35f4-d5a6-45c2-be02-d823783ac082-173189465349689346" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze s'est suicidé ce soir. Dommage.. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1847820346/julRR_normal.jpg" +}, +"title": "Julien Pacaud: @LeGrandWebze s'est suicidé ce soir. Dommage.. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3400000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze s'est suicid\\u00e9 ce soir. Dommage.. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189465496485890\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"_about_nothing_\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":20,\"location\":\"Le Mans\",\"profile_text_color\":\"333333\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1847820346\\/julRR_normal.jpg\",\"description\":\"\",\"statuses_count\":0,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"500639566\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Julien Pacaud\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Feb 23 09:56:51 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":500639566,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1847820346\\/julRR_normal.jpg\"},\"truncated\":false,\"id\":173189465496485890,\"created_at\":\"Fri Feb 24 23:36:00 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3400000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "862d1ca5-ac5c-46e6-ad88-c4536c63f5c9-173189465496485890" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ca existe un ACTA Russe ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: Ca existe un ACTA Russe ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3401000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ca existe un ACTA Russe ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189469720162304\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":257,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"statuses_count\":1752,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"GoldoNat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":116250574,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\"},\"truncated\":false,\"id\":173189469720162304,\"created_at\":\"Fri Feb 24 23:36:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3401000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2b0a66af-214d-48e8-98e1-e5305b140207-173189469720162304" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@PascalMabille fait du #instagraff #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: @PascalMabille fait du #instagraff #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3403000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"PascalMabille\",\"truncated\":false,\"text\":\"@PascalMabille fait du #instagraff #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[0,14],\"name\":\"Pascal Mabille\",\"id_str\":\"1367131\",\"id\":1367131}],\"hashtags\":[{\"text\":\"instagraff\",\"indices\":[23,34]},{\"text\":\"lgw\",\"indices\":[35,39]}]},\"in_reply_to_user_id\":1367131,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189477450256386\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"favourites_count\":30,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":665,\"location\":\"DtC\",\"profile_text_color\":\"333333\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"statuses_count\":7366,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":208,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"monsieurhobby\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":78733185,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173189477450256386,\"created_at\":\"Fri Feb 24 23:36:03 +0000 2012\",\"in_reply_to_user_id_str\":\"1367131\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3403000, +"tags": [ +{ +"id-ref": "f079e3a4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9859f7e-4bdb-47be-820d-33e218ce2c6b-173189477450256386" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Concert en live de @jcfrog sur #lgw ;) un belle ôde au télétravail ;) (at France5) [pic] — http://t.co/kkbT5QEg", +"img": { +"src": "http://a0.twimg.com/profile_images/732688177/bi-cause_normal.jpg" +}, +"title": "Charles Liebert: Concert en live de @jcfrog sur #lgw ;) un belle ôde au télétravail ;) (at France5) [pic] — http://t.co/kkbT5QEg", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3405000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Concert en live de @jcfrog sur #lgw ;) un belle \\u00f4de au t\\u00e9l\\u00e9travail ;) (at France5) [pic] \\u2014 http:\\/\\/t.co\\/kkbT5QEg\",\"entities\":{\"urls\":[{\"indices\":[91,111],\"display_url\":\"path.com\\/p\\/1WDdXD\",\"expanded_url\":\"http:\\/\\/path.com\\/p\\/1WDdXD\",\"url\":\"http:\\/\\/t.co\\/kkbT5QEg\"}],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[19,26],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2359652,48.8133966],[2.2893976,48.8133966],[2.2893976,48.8345197],[2.2359652,48.8345197]]]},\"attributes\":{},\"full_name\":\"Issy-les-Moulineaux, Hauts-de-Seine\",\"name\":\"Issy-les-Moulineaux\",\"id\":\"1c197bda74b4cd4c\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/1c197bda74b4cd4c.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.27285043,48.82664809]},\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/path.com\\/\\\" rel=\\\"nofollow\\\"\\u003EPath 2.0\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.82664809,2.27285043]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189486426062848\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"Charles_Liebert\",\"lang\":\"en\",\"favourites_count\":509,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1158,\"location\":\"Paris - Cap Ferret - Saugeras\",\"profile_text_color\":\"F522D5\",\"followers_count\":2044,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"statuses_count\":48082,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"show_all_inline_media\":true,\"listed_count\":156,\"profile_link_color\":\"1AF51F\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0F0F\",\"protected\":false,\"id_str\":\"610993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Charles Liebert\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_sidebar_fill_color\":\"E0FF91\",\"id\":610993,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.charles-liebert.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\"},\"truncated\":false,\"id\":173189486426062848,\"created_at\":\"Fri Feb 24 23:36:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3405000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "54cb4727-ee88-4e53-abef-557a07e304a9-173189486426062848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cyriak se lance dans le génocide de bisounours et jcfrog l'homicide de tympans #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1660862050/image_normal.jpg" +}, +"title": "Pillon Yoann: Cyriak se lance dans le génocide de bisounours et jcfrog l'homicide de tympans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3405000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Cyriak se lance dans le g\\u00e9nocide de bisounours et jcfrog l'homicide de tympans #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[79,83]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189486312828929\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"SellMeSomeDream\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":12,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1660862050\\/image_normal.jpg\",\"description\":null,\"statuses_count\":1,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"153971070\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pillon Yoann\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Jun 10 01:30:12 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":153971070,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1660862050\\/image_normal.jpg\"},\"truncated\":false,\"id\":173189486312828929,\"created_at\":\"Fri Feb 24 23:36:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3405000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7cda43d5-19a9-4f6d-ac0f-763d8b2a8350-173189486312828929" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah oui et puis un truc: c'est bien de compter les tweets. Utiliser des outils pour analyser leur contenu et leur tonalité, c'est mieux! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1708202383/Seb-Champion_normal.jpg" +}, +"title": "Sebastien Champion: Ah oui et puis un truc: c'est bien de compter les tweets. Utiliser des outils pour analyser leur contenu et leur tonalité, c'est mieux! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3406000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah oui et puis un truc: c'est bien de compter les tweets. Utiliser des outils pour analyser leur contenu et leur tonalit\\u00e9, c'est mieux! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[136,140]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189490486149120\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":10,\"screen_name\":\"SebChampion\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris - La D\\u00e9fense, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1708202383\\/Seb-Champion_normal.jpg\",\"description\":\"Votre entreprise a besoin de faire red\\u00e9finir ses inputs par un process-designer \\u00e0 m\\u00eame d'induire d'importants transferts\\r\\nde modalit\\u00e9s de prises en offres.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"443858436\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1708202383\\/Seb-Champion_normal.jpg\",\"name\":\"Sebastien Champion\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 22 16:30:19 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":443858436,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.perdu.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189490486149120,\"created_at\":\"Fri Feb 24 23:36:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3406000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5ab805c7-2c07-4bb3-ab86-7c5b5c59cd4f-173189490486149120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilReste sinon c'est pas fun :-)", +"img": { +"src": "http://a1.twimg.com/profile_images/1814782956/tumblr_lqg5fglKEF1qlcg2go1_500_normal.jpg" +}, +"title": "Elisa Bête: #lgw #ilReste sinon c'est pas fun :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3406000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilReste sinon c'est pas fun :-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189487348813826\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":438,\"screen_name\":\"Elisa_Surge\",\"lang\":\"fr\",\"profile_text_color\":\"030003\",\"statuses_count\":10911,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/420285069\\/Hardwood-Floor.jpg\",\"location\":\"France, Tours\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0f1478\",\"followers_count\":121,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1814782956\\/tumblr_lqg5fglKEF1qlcg2go1_500_normal.jpg\",\"description\":\"Je sais pas quoi \\u00e9crire alors je dirais juste Salut !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3a95c2\",\"id_str\":\"236390764\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/420285069\\/Hardwood-Floor.jpg\",\"profile_sidebar_fill_color\":\"025175\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1814782956\\/tumblr_lqg5fglKEF1qlcg2go1_500_normal.jpg\",\"name\":\"Elisa B\\u00eate\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 10 13:45:53 +0000 2011\",\"profile_sidebar_border_color\":\"000203\",\"id\":236390764,\"utc_offset\":3600,\"favourites_count\":371,\"url\":\"http:\\/\\/dowhat-youwant.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189487348813826,\"created_at\":\"Fri Feb 24 23:36:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3406000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a4234cdc-1e33-4e7c-8a67-532f1f63cb0b-173189487348813826" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw la prochaine fois, l'émission en direct sur 2ndlife #hasbeen", +"img": { +"src": "http://a0.twimg.com/profile_images/1841672766/18052011_002_twt_normal.jpg" +}, +"title": "Pascal R : #ilreste #lgw la prochaine fois, l'émission en direct sur 2ndlife #hasbeen", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3406000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw la prochaine fois, l'\\u00e9mission en direct sur 2ndlife #hasbeen\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]},{\"text\":\"hasbeen\",\"indices\":[66,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189489555013632\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":186,\"screen_name\":\"PTwicard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1290,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"location\":\"terre, syst solaire, v. lact\\u00e9e\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099CC\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1841672766\\/18052011_002_twt_normal.jpg\",\"description\":\"Retweeteur compulsif ?\\r\\nVoici mon fil Twitter officiel et si c'est \\u00e9crit c'est que \\u00e7a doit \\u00eatre vrai.\\r\\nFan des Nuls. Et de Coluche ! Metooer too, des fois.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"448753241\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841672766\\/18052011_002_twt_normal.jpg\",\"name\":\"Pascal R \",\"default_profile_image\":false,\"created_at\":\"Wed Dec 28 10:07:55 +0000 2011\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":448753241,\"utc_offset\":3600,\"favourites_count\":87,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189489555013632,\"created_at\":\"Fri Feb 24 23:36:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3406000, +"tags": [ +{ +"id-ref": "f07a6d06-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a5020bc0-6719-45cd-a949-9fe15fa98b47-173189489555013632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Jeu Toi aussi grâce au nuancier interactif Castorama http://t.co/lZXP4jqa essaye de reproduire la chemise de @vinvin #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1845570945/6wb5t4_normal.jpg" +}, +"title": "Jérémy: #Jeu Toi aussi grâce au nuancier interactif Castorama http://t.co/lZXP4jqa essaye de reproduire la chemise de @vinvin #LGW", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3407000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#Jeu Toi aussi gr\\u00e2ce au nuancier interactif Castorama http:\\/\\/t.co\\/lZXP4jqa essaye de reproduire la chemise de @vinvin #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[110,117],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[{\"indices\":[54,74],\"expanded_url\":\"http:\\/\\/www.castorama.fr\\/store\\/doc\\/Nouveau-nuancier-interactif-peintures-1800002.html\",\"display_url\":\"castorama.fr\\/store\\/doc\\/Nouv\\u2026\",\"url\":\"http:\\/\\/t.co\\/lZXP4jqa\"}],\"hashtags\":[{\"text\":\"Jeu\",\"indices\":[0,4]},{\"text\":\"LGW\",\"indices\":[118,122]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189491526336514\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":187,\"screen_name\":\"Schokobon_\",\"lang\":\"fr\",\"profile_text_color\":\"ffffff\",\"statuses_count\":1369,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/63830126\\/tux_fous.jpg\",\"location\":\"Lyon, France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"31b9e6\",\"followers_count\":187,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845570945\\/6wb5t4_normal.jpg\",\"description\":\"Past\\u00e8quophile voyageur passionn\\u00e9 de nouvelles technologies, accro \\u00e0 son Nikon et \\u00e0 la b\\u00eatise \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"65beeb\",\"id_str\":\"94757944\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/63830126\\/tux_fous.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845570945\\/6wb5t4_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 05 08:55:32 +0000 2009\",\"profile_sidebar_border_color\":\"1da1de\",\"id\":94757944,\"utc_offset\":3600,\"favourites_count\":142,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189491526336514,\"created_at\":\"Fri Feb 24 23:36:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3407000, +"tags": [ +{ +"id-ref": "f07a8c64-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8aba7f21-fc48-4a68-9e25-04cf6be31249-173189491526336514" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vinvin est il mal à l'aise où est-il toujours comme ça ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1766000100/Avatar-Cabaroc_normal.gif" +}, +"title": "Jp cabaroc: Vinvin est il mal à l'aise où est-il toujours comme ça ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3407000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vinvin est il mal \\u00e0 l'aise o\\u00f9 est-il toujours comme \\u00e7a ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189491178209280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"screen_name\":\"Cabaroc\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6909,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/404422929\\/fond_twitter.jpg\",\"location\":\"Saint-\\u00c9tienne - France\",\"show_all_inline_media\":false,\"listed_count\":173,\"profile_link_color\":\"416763\",\"followers_count\":1679,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1766000100\\/Avatar-Cabaroc_normal.gif\",\"description\":\"Hi, i'm a freelance graphic designer and art director. I also teach webdesign at Ecole Bellecour (Lyon) #Identity #Design #Print #Webdesign\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"104964807\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404422929\\/fond_twitter.jpg\",\"profile_sidebar_fill_color\":\"f6f6f6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1766000100\\/Avatar-Cabaroc_normal.gif\",\"name\":\"Jp cabaroc\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 14 23:13:01 +0000 2010\",\"profile_sidebar_border_color\":\"dddcda\",\"id\":104964807,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/www.cabaroc.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189491178209280,\"created_at\":\"Fri Feb 24 23:36:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3407000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fd429ce9-9b6e-4a82-b036-a29e3c5f86d1-173189491178209280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": ":)) RT @frinnock: @plumesdanges il n'y a rien à comprendre, cette émission est de l'art abstrait web 2.0 #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: :)) RT @frinnock: @plumesdanges il n'y a rien à comprendre, cette émission est de l'art abstrait web 2.0 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3408000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\":)) RT @frinnock: @plumesdanges il n'y a rien \\u00e0 comprendre, cette \\u00e9mission est de l'art abstrait web 2.0 #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"frinnock\",\"indices\":[7,16],\"id_str\":\"40014489\",\"name\":\"FrinnockBoChar\",\"id\":40014489},{\"screen_name\":\"plumesdanges\",\"indices\":[18,31],\"id_str\":\"27325670\",\"name\":\"plumesdanges\",\"id\":27325670}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[105,109]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189497671004162\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39031,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":590,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189497671004162,\"created_at\":\"Fri Feb 24 23:36:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3408000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ff8cc929-11b4-43a5-a523-73f1445426f3-173189497671004162" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @florenzo84: Je suis complétement paumé : j'ai une partie de ma TL dans ma télé. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1795012464/image_normal.jpg" +}, +"title": "OthMane Machrouh: RT @florenzo84: Je suis complétement paumé : j'ai une partie de ma TL dans ma télé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3408000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @florenzo84: Je suis compl\\u00e9tement paum\\u00e9 : j'ai une partie de ma TL dans ma t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"florenzo84\",\"indices\":[3,14],\"id_str\":\"122429634\",\"name\":\"Florenzo84\",\"id\":122429634}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[84,88]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je suis compl\\u00e9tement paum\\u00e9 : j'ai une partie de ma TL dans ma t\\u00e9l\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186313535750144\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":567,\"screen_name\":\"florenzo84\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":18897,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":534,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"description\":\"Twitter c'est le seul endroit ou tu deviens tout excit\\u00e9 lorsqu'un inconnu se met \\u00e0 te suivre. Series & Cin\\u00e9 Addict.#LiveTweet #Roucasserie #CartelParisien\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"122429634\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"name\":\"Florenzo84\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 12 17:40:12 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":122429634,\"utc_offset\":null,\"favourites_count\":626,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186313535750144,\"created_at\":\"Fri Feb 24 23:23:29 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189498782482432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":61,\"screen_name\":\"OthManeMachrouh\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":7705,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/335946443\\/twilk_background_4e7e8e34dab3a.jpg\",\"location\":\"Agadir - Maroc \",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"2FC2EF\",\"followers_count\":67,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1795012464\\/image_normal.jpg\",\"description\":\"Ecriveur de trucs. Des marrants et des moins marrant. J'ai 13 ans, Geek & Gamer. Sinon j'ai un site qui traine en bas...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"199019257\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/335946443\\/twilk_background_4e7e8e34dab3a.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1795012464\\/image_normal.jpg\",\"name\":\"OthMane Machrouh\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 20:44:39 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":199019257,\"utc_offset\":0,\"favourites_count\":127,\"url\":\"http:\\/\\/www.othmane.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189498782482432,\"created_at\":\"Fri Feb 24 23:36:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3408000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2dca0924-11ab-4644-8ccd-fe854967feb9-173189498782482432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pendant la coupure pub de #CI je regarde #LGW pour la première fois. Ma terreur est totale.", +"img": { +"src": "http://a2.twimg.com/profile_images/1691582647/image_normal.jpg" +}, +"title": "NOM NOM NOM: Pendant la coupure pub de #CI je regarde #LGW pour la première fois. Ma terreur est totale.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3409000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"Pendant la coupure pub de #CI je regarde #LGW pour la premi\\u00e8re fois. Ma terreur est totale.\",\"created_at\":\"Fri Feb 24 23:36:09 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[26,29]},{\"text\":\"LGW\",\"indices\":[41,45]}],\"user_mentions\":[]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173189501873696768\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":22,\"created_at\":\"Mon Apr 13 06:26:55 +0000 2009\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":true,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/156067822\\/tororu.jpg\",\"url\":\"http:\\/\\/dividemeby0.wordpress.com\\/\",\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"575d63\",\"screen_name\":\"DivideMeByZero\",\"time_zone\":\"Paris\",\"description\":\"Bitches love tacos.\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/156067822\\/tororu.jpg\",\"profile_background_color\":\"84ba87\",\"location\":\"Le ter-ter\",\"id_str\":\"30821035\",\"profile_background_tile\":false,\"followers_count\":393,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1691582647\\/image_normal.jpg\",\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1691582647\\/image_normal.jpg\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"7b8d94\",\"favourites_count\":662,\"protected\":false,\"friends_count\":205,\"profile_sidebar_border_color\":\"2c2c33\",\"name\":\"NOM NOM NOM\",\"contributors_enabled\":false,\"verified\":false,\"id\":30821035,\"statuses_count\":23074,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173189501873696768}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3409000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "72f944b1-8273-4dc7-b5da-ee9ed5168913-173189501873696768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw WTF !?!?!? #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1264939773/image_normal.jpg" +}, +"title": "Julien Article68: #lgw WTF !?!?!? #cqui", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3410000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw WTF !?!?!? #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[16,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189506860720130\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":187,\"screen_name\":\"FUCKYEAHju68\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11724,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":671,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1264939773\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"262258203\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1264939773\\/image_normal.jpg\",\"name\":\"Julien Article68\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 07 18:03:10 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":262258203,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/ju68.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189506860720130,\"created_at\":\"Fri Feb 24 23:36:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3410000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d32e1a48-9152-40f6-a6ed-df5d73b3fe6f-173189506860720130" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Qifran: regarder Le Grand Webze #lgw c'est un peu comme regarder la chaîne NoLife ! De la TV locale. mais bon, courage quand même.", +"img": { +"src": "http://a2.twimg.com/profile_images/1283903017/Sans_titre-2_normal.jpg" +}, +"title": "the ikid: RT @Qifran: regarder Le Grand Webze #lgw c'est un peu comme regarder la chaîne NoLife ! De la TV locale. mais bon, courage quand même.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3411000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Qifran: regarder Le Grand Webze #lgw c'est un peu comme regarder la cha\\u00eene NoLife ! De la TV locale. mais bon, courage quand m\\u00eame.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Qifran\",\"indices\":[3,10],\"name\":\"Franck Valadier\",\"id_str\":\"36192042\",\"id\":36192042}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"regarder Le Grand Webze #lgw c'est un peu comme regarder la cha\\u00eene NoLife ! De la TV locale. mais bon, courage quand m\\u00eame.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173181770466996224\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"474744\",\"screen_name\":\"Qifran\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":289,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":280,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/190012780\\/mynoeil_normal.jpg\",\"description\":\"Directeur de Cr\\u00e9ation @ SQLI agency\",\"statuses_count\":1444,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/220733970\\/twitter.jpg\",\"show_all_inline_media\":true,\"listed_count\":12,\"profile_link_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7e242\",\"protected\":false,\"id_str\":\"36192042\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Franck Valadier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/220733970\\/twitter.jpg\",\"created_at\":\"Tue Apr 28 21:37:45 +0000 2009\",\"profile_sidebar_fill_color\":\"f7e242\",\"id\":36192042,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/190012780\\/mynoeil_normal.jpg\"},\"truncated\":false,\"id\":173181770466996224,\"created_at\":\"Fri Feb 24 23:05:26 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189509083697152\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"141414\",\"screen_name\":\"theikid\",\"lang\":\"fr\",\"favourites_count\":108,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":653,\"location\":\"Paris - France\",\"profile_text_color\":\"514d4d\",\"followers_count\":512,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1283903017\\/Sans_titre-2_normal.jpg\",\"description\":\"Maxime Ealet - Webdesigner @ Yahoo ! \",\"statuses_count\":8747,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/4243828\\/background.jpg\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"ab28cc\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"141414\",\"protected\":false,\"id_str\":\"15133770\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"the ikid\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/4243828\\/background.jpg\",\"created_at\":\"Mon Jun 16 13:03:23 +0000 2008\",\"profile_sidebar_fill_color\":\"141414\",\"id\":15133770,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.facebook.com\\/maxime.ealet\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1283903017\\/Sans_titre-2_normal.jpg\"},\"truncated\":false,\"id\":173189509083697152,\"created_at\":\"Fri Feb 24 23:36:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3411000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d43b7ce-17bd-4e96-aaa7-85c26ca75209-173189509083697152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #lgw @LudoDelaherche #stadedefrance hehe, a star is born", +"img": { +"src": "http://a2.twimg.com/profile_images/1630832094/rene_navarre_as_fantomas_normal.jpg" +}, +"title": "Virgile Navarre: #cqui #lgw @LudoDelaherche #stadedefrance hehe, a star is born", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3411000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cqui #lgw @LudoDelaherche #stadedefrance hehe, a star is born\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[11,26],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]},{\"text\":\"stadedefrance\",\"indices\":[27,41]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189510560096256\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"virgilepons\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":61,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1630832094\\/rene_navarre_as_fantomas_normal.jpg\",\"description\":\"\",\"statuses_count\":7,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"392990979\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Virgile Navarre\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Oct 17 21:23:27 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":392990979,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.labo75.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1630832094\\/rene_navarre_as_fantomas_normal.jpg\"},\"truncated\":false,\"id\":173189510560096256,\"created_at\":\"Fri Feb 24 23:36:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3411000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "81a5ec10-b391-48e2-9022-07a267f56c93-173189510560096256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On nous parle de ACTA #oupas #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1679012880/371627_1611924312_361512868_n_normal.jpg" +}, +"title": "MlleB: On nous parle de ACTA #oupas #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3412000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On nous parle de ACTA #oupas #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"oupas\",\"indices\":[22,28]},{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189513265414144\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":425,\"screen_name\":\"MlleBerangere\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1880,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432454470\\/DSC00874.jpg\",\"location\":\"Retour France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"FF3300\",\"followers_count\":363,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1679012880\\/371627_1611924312_361512868_n_normal.jpg\",\"description\":\"@lacantine @siliconsentier - Chef de Projet Glii (Grand Lieu Int\\u00e9gr\\u00e9 d'Innovation) & 100% curieuse\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"709397\",\"id_str\":\"15890213\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432454470\\/DSC00874.jpg\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1679012880\\/371627_1611924312_361512868_n_normal.jpg\",\"name\":\"MlleB\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 18 09:56:30 +0000 2008\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":15890213,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189513265414144,\"created_at\":\"Fri Feb 24 23:36:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3412000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efcc06d0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ff457fac-2337-46fa-9178-10dea7ee98d9-173189513265414144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche Ils ne t\"ont pas encore privé de ton téléphone ? #StadedeFrance #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @LudoDelaherche Ils ne t\"ont pas encore privé de ton téléphone ? #StadedeFrance #lgw #cqui", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3414000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LudoDelaherche\",\"favorited\":false,\"text\":\"@LudoDelaherche Ils ne t\\\"ont pas encore priv\\u00e9 de ton t\\u00e9l\\u00e9phone ? #StadedeFrance #lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"StadedeFrance\",\"indices\":[65,79]},{\"text\":\"lgw\",\"indices\":[80,84]},{\"text\":\"cqui\",\"indices\":[85,90]}]},\"in_reply_to_user_id\":72665061,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173189340929851392,\"in_reply_to_status_id_str\":\"173189340929851392\",\"id_str\":\"173189522543222784\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"favourites_count\":254,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":156,\"location\":\"Paris Montparnasse - Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"statuses_count\":34428,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":104184883,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\"},\"truncated\":false,\"id\":173189522543222784,\"created_at\":\"Fri Feb 24 23:36:14 +0000 2012\",\"in_reply_to_user_id_str\":\"72665061\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3414000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "468e1ed1-9139-4cdb-87a2-3c7cc6e545a1-173189522543222784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@my_Planetarium_ bientôt en spectacle dans toute la France #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819530189/twitter_normal.png" +}, +"title": "Benoit Lebreau: @my_Planetarium_ bientôt en spectacle dans toute la France #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3414000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@my_Planetarium_ bient\\u00f4t en spectacle dans toute la France #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"my_Planetarium_\",\"indices\":[0,16],\"id_str\":\"302897276\",\"name\":\"myPlanetarium\",\"id\":302897276}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173188803115220992\",\"id_str\":\"173189523973472258\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188803115220992,\"in_reply_to_user_id_str\":\"302897276\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":605,\"screen_name\":\"benoitlebreau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4158,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"667033\",\"followers_count\":339,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"description\":\"sympathique et cool \\/\\/ danseur \\u00e9toile \\u00e0 NRJ Group \\/\\/ #runner parisien du soir, #radio amateur et tr\\u00e8s dr\\u00f4le \\u00e0 la t\\u00e9l\\u00e9\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"267290862\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"name\":\"Benoit Lebreau\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 16 17:22:17 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":267290862,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/www.benoitlebreau.fr\"},\"in_reply_to_screen_name\":\"my_Planetarium_\",\"truncated\":false,\"id\":173189523973472258,\"created_at\":\"Fri Feb 24 23:36:14 +0000 2012\",\"in_reply_to_user_id\":302897276}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3414000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bae3e6d8-2544-4e44-91a9-9dafbeded51b-173189523973472258" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "A mort Acta #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1796744745/Anonymous-header_normal.PNG" +}, +"title": "Musi_Call_Ment: A mort Acta #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3415000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"A mort Acta #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189524648763393\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"93afe6\",\"screen_name\":\"mat_moi_ca\",\"lang\":\"en\",\"favourites_count\":14,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":199,\"location\":\"\",\"profile_text_color\":\"93afe6\",\"followers_count\":88,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\",\"description\":\"Geek qui s'est perdu sur internet. je suis chieur ! Ce que j'aime ? Le m\\u00e9tal. FOLLOW MOI !!\",\"statuses_count\":6553,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"93afe6\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1dabf2\",\"protected\":false,\"id_str\":\"348842674\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Musi_Call_Ment\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396225323\\/tumblr_lxfb1bGFUj1r9crd8o1_500.jpg\",\"created_at\":\"Fri Aug 05 02:52:54 +0000 2011\",\"profile_sidebar_fill_color\":\"000000\",\"id\":348842674,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796744745\\/Anonymous-header_normal.PNG\"},\"truncated\":false,\"id\":173189524648763393,\"created_at\":\"Fri Feb 24 23:36:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3415000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "89241953-c209-4a96-b1d4-6cfa85e3b376-173189524648763393" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@StadeFrance #cqui #lgw #teamRM", +"img": { +"src": "http://a3.twimg.com/profile_images/1693436244/tw_13513942_1323894171_normal.jpg" +}, +"title": "Nicolas Legros: @StadeFrance #cqui #lgw #teamRM", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3415000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@StadeFrance #cqui #lgw #teamRM\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"StadeFrance\",\"indices\":[0,12],\"id_str\":\"88690419\",\"name\":\"Stade de France\",\"id\":88690419}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[13,18]},{\"text\":\"lgw\",\"indices\":[19,23]},{\"text\":\"teamRM\",\"indices\":[24,31]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.142488,48.9203048],[2.2061332,48.9203048],[2.2061332,48.954515],[2.142488,48.954515]]]},\"attributes\":{},\"full_name\":\"Sartrouville, Yvelines\",\"place_type\":\"city\",\"name\":\"Sartrouville\",\"id\":\"fdc15213df467db3\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/fdc15213df467db3.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.20192193,48.94098043]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189524975919104\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.94098043,2.20192193]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"88690419\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":386,\"screen_name\":\"NicolasLegros\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2760,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"sartrouville\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":140,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1693436244\\/tw_13513942_1323894171_normal.jpg\",\"description\":\"RUGBY(ra\\u00e7ing, toulouse, sprinboks) rock, vie de famille, killstreak et votera pascal pap\\u00e9 en 2012.. un maitre @kakaOpopo #tontonatoujoursraison\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"120251174\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1693436244\\/tw_13513942_1323894171_normal.jpg\",\"name\":\"Nicolas Legros\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 05 22:47:53 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":120251174,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"StadeFrance\",\"truncated\":false,\"id\":173189524975919104,\"created_at\":\"Fri Feb 24 23:36:15 +0000 2012\",\"in_reply_to_user_id\":88690419}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3415000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f02794fa-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a6b4f89d-1c05-4b72-a252-acd3b17df3d6-173189524975919104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw on dirait un flash de toxicomane ! J'ai des palpitations ! Pourtant je kiffe Rollin dans Kamelott notamment !", +"img": { +"src": "http://a3.twimg.com/profile_images/1784933236/matt-smith_normal.jpg" +}, +"title": "Mohamed: #lgw on dirait un flash de toxicomane ! J'ai des palpitations ! Pourtant je kiffe Rollin dans Kamelott notamment !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3415000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw on dirait un flash de toxicomane ! J'ai des palpitations ! Pourtant je kiffe Rollin dans Kamelott notamment !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189525202403328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":167,\"screen_name\":\"MOHA59600\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9877,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":199,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1784933236\\/matt-smith_normal.jpg\",\"description\":\"Fan de cin\\u00e9ma, de football, g\\u00e9nie autoproclam\\u00e9. A un avis sur tout et sait tout mieux que tout le monde! Adepte du second degr\\u00e9!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"3dc1db\",\"id_str\":\"115394419\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1784933236\\/matt-smith_normal.jpg\",\"name\":\"Mohamed\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 18 14:33:14 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":115394419,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/moha59600.football.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189525202403328,\"created_at\":\"Fri Feb 24 23:36:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3415000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5b140726-1fc8-4f3f-854d-1c22f1ac36e3-173189525202403328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "N'oubliez pas, demain, manifestation dans toute la France contre ACTA ! On sait pas #cQui qui l'a écrit mais c'est pas bien ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: N'oubliez pas, demain, manifestation dans toute la France contre ACTA ! On sait pas #cQui qui l'a écrit mais c'est pas bien ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3418000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"N'oubliez pas, demain, manifestation dans toute la France contre ACTA ! On sait pas #cQui qui l'a \\u00e9crit mais c'est pas bien ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[84,89]},{\"text\":\"lgw\",\"indices\":[126,130]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189537428803584\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189537428803584,\"created_at\":\"Fri Feb 24 23:36:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3418000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "19a1dbaa-2c00-463e-b3bf-895cb3f5d778-173189537428803584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@pascalmabille est le seul homme à écrire les mots par la fin!! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1780196925/anonymous2_normal.png" +}, +"title": "Abrutim: @pascalmabille est le seul homme à écrire les mots par la fin!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3418000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@pascalmabille est le seul homme \\u00e0 \\u00e9crire les mots par la fin!! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[0,14],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[64,68]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-0.6388556,44.8111671],[-0.5334955,44.8111671],[-0.5334955,44.9163535],[-0.6388556,44.9163535]]]},\"attributes\":{},\"full_name\":\"Bordeaux, Gironde\",\"place_type\":\"city\",\"name\":\"Bordeaux\",\"id\":\"1b606b052d77a745\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/1b606b052d77a745.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-0.55506992,44.84445953]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.twitter.com\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Windows Phone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189538066333698\",\"geo\":{\"type\":\"Point\",\"coordinates\":[44.84445953,-0.55506992]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"1367131\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":550,\"screen_name\":\"abrutim\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10390,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"location\":\"Bordeaux\",\"show_all_inline_media\":false,\"listed_count\":59,\"profile_link_color\":\"0084B4\",\"followers_count\":1143,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\",\"description\":\"\\u250c\\u041f\\u2510(\\u0ca0_\\u0ca0)\\u250c\\u041f\\u2510| Chroniqueur chez GeekInc, Blogueur BD int\\u00e9ress\\u00e9 par le Webdev,photo, dessin, comics, manga, s\\u00e9ries, guitare, hard rock, metal, guinness et whisky !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"169861930\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/136894864\\/IMG_1712_copie.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780196925\\/anonymous2_normal.png\",\"name\":\"Abrutim\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 23 10:19:49 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":169861930,\"utc_offset\":null,\"favourites_count\":24,\"url\":\"http:\\/\\/lightbulb.fr\"},\"in_reply_to_screen_name\":\"PascalMabille\",\"truncated\":false,\"id\":173189538066333698,\"created_at\":\"Fri Feb 24 23:36:18 +0000 2012\",\"in_reply_to_user_id\":1367131}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3418000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa217f61-2907-4fbf-ab2b-59562b189d5a-173189538066333698" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'émission est complètement décousue et éparse quand même...hmpf #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: L'émission est complètement décousue et éparse quand même...hmpf #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3418000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"L'\\u00e9mission est compl\\u00e8tement d\\u00e9cousue et \\u00e9parse quand m\\u00eame...hmpf #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189541115600896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1093,\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"profile_text_color\":\"636363\",\"statuses_count\":21285,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_sidebar_fill_color\":\"141414\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"name\":\"Bakt El Raalis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18515564,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.pelecanus.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189541115600896,\"created_at\":\"Fri Feb 24 23:36:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3418000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a7cbb9d3-08c9-4c4c-8640-04877c79824c-173189541115600896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si vous comprenez ce qu'il se passe dans #LGW, arrêtez de boire.", +"img": { +"src": "http://a1.twimg.com/profile_images/1813693284/photo__3__normal.JPG" +}, +"title": "Charly M.: Si vous comprenez ce qu'il se passe dans #LGW, arrêtez de boire.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3420000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Si vous comprenez ce qu'il se passe dans #LGW, arr\\u00eatez de boire.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[41,45]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189549252546560\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5e69ab\",\"screen_name\":\"SeriousCharly\",\"lang\":\"en\",\"favourites_count\":653,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":199,\"location\":\"Paris\",\"profile_text_color\":\"050303\",\"followers_count\":1945,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"description\":\"Ours parisien de 20 ans, \\u00e9tudiant en \\u00e9cole de commerce \\u00e0 Nantes et lyonnais de coeur. Je r\\u00e2le contre tout et je tweete foot.\",\"statuses_count\":59228,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"show_all_inline_media\":true,\"listed_count\":147,\"profile_link_color\":\"2c30ab\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c2bec2\",\"protected\":false,\"id_str\":\"149298036\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Charly M.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"created_at\":\"Fri May 28 23:10:49 +0000 2010\",\"profile_sidebar_fill_color\":\"dcdded\",\"id\":149298036,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/CharIy\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\"},\"truncated\":false,\"id\":173189549252546560,\"created_at\":\"Fri Feb 24 23:36:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3420000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b743e38b-15cf-4b34-ac22-f284d34d7a56-173189549252546560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un vainqueur ! #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1801434555/coolcat_normal.png" +}, +"title": "Chris: Un vainqueur ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3421000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Un vainqueur ! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189551249043458\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":198,\"screen_name\":\"tr13ze\",\"lang\":\"en\",\"profile_text_color\":\"d1d1d1\",\"statuses_count\":35819,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/346151969\\/dark_stripes.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":109,\"profile_link_color\":\"575757\",\"followers_count\":1606,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801434555\\/coolcat_normal.png\",\"description\":\"Dev Flash \\/ html5\\r\\n(free for job)\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"126569577\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/346151969\\/dark_stripes.png\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801434555\\/coolcat_normal.png\",\"name\":\"Chris\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 26 08:30:20 +0000 2010\",\"profile_sidebar_border_color\":\"000000\",\"id\":126569577,\"utc_offset\":3600,\"favourites_count\":252,\"url\":\"http:\\/\\/tr13ze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189551249043458,\"created_at\":\"Fri Feb 24 23:36:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3421000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5ea31e90-d02a-4334-bf9b-d6dfb5036d97-173189551249043458" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart #ilreste #change2ton #cqui j'hésite.", +"img": { +"src": "http://a3.twimg.com/profile_images/1648215039/EmeryDoligeHubN_B_normal.jpg" +}, +"title": "Emery Doligé: #lgw #ilpart #ilreste #change2ton #cqui j'hésite.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3421000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart #ilreste #change2ton #cqui j'h\\u00e9site.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]},{\"text\":\"ilreste\",\"indices\":[13,21]},{\"text\":\"change2ton\",\"indices\":[22,33]},{\"text\":\"cqui\",\"indices\":[34,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189551295172608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"MryEmery\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":31441,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"location\":\"Paris Rive Gauche\",\"show_all_inline_media\":true,\"listed_count\":931,\"profile_link_color\":\"2FC2EF\",\"followers_count\":19578,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"description\":\"Vanksen. Europe 1 #dcdc. Lib\\u00e9ral ta m\\u00e8re.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f8fa\",\"id_str\":\"14285154\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"name\":\"Emery Dolig\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 02 16:59:11 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14285154,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/mry.blogs.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189551295172608,\"created_at\":\"Fri Feb 24 23:36:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3421000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "99a9cb54-59e3-4165-8f95-8201336d2d1b-173189551295172608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@PascalMabille aussi #ilReste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1331859114/tom_cruise_as_brian_flanagan_cocktail_wallpaper_-_800x600_normal.jpg" +}, +"title": "Nicolas Delaporte: @PascalMabille aussi #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3421000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@PascalMabille aussi #ilReste #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[0,14],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[21,29]},{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189549676171264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"1367131\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":253,\"screen_name\":\"_charliekoller\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":511,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"@ 'Cocktails & Dreams'\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":128,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1331859114\\/tom_cruise_as_brian_flanagan_cocktail_wallpaper_-_800x600_normal.jpg\",\"description\":\"mordu de podcasts #geek et #cine. A la ville : #sem #seo #sea #webmarketing #ergonomie #web #analytics\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Pacific Time (US & Canada)\",\"profile_background_color\":\"131516\",\"id_str\":\"289943907\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1331859114\\/tom_cruise_as_brian_flanagan_cocktail_wallpaper_-_800x600_normal.jpg\",\"name\":\"Nicolas Delaporte\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 29 13:49:58 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":289943907,\"utc_offset\":-28800,\"favourites_count\":0,\"url\":\"http:\\/\\/www.nicolasdelaporte.com\"},\"in_reply_to_screen_name\":\"PascalMabille\",\"truncated\":false,\"id\":173189549676171264,\"created_at\":\"Fri Feb 24 23:36:21 +0000 2012\",\"in_reply_to_user_id\":1367131}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3421000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f336f3b2-0687-4614-b67b-78c50471f2ef-173189549676171264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw kheops ?", +"img": { +"src": "http://a3.twimg.com/profile_images/667488091/malko_normal.png" +}, +"title": "Malko: #lgw kheops ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3423000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw kheops ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189560430362625\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":484,\"screen_name\":\"malkovitch\",\"lang\":\"fr\",\"profile_text_color\":\"b3a8a8\",\"statuses_count\":25646,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/71376186\\/screenshot_001.png\",\"location\":\"ouest\",\"show_all_inline_media\":false,\"listed_count\":85,\"profile_link_color\":\"2FC2EF\",\"followers_count\":1232,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/667488091\\/malko_normal.png\",\"description\":\"dompteur de smartphones Android et autres Os\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"16329725\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/71376186\\/screenshot_001.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/667488091\\/malko_normal.png\",\"name\":\"Malko\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 17 14:57:12 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":16329725,\"utc_offset\":-10800,\"favourites_count\":221,\"url\":\"http:\\/\\/blog.bretagne-balades.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189560430362625,\"created_at\":\"Fri Feb 24 23:36:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3423000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7e1c9164-90eb-4ba6-a39e-56e6ad3bab90-173189560430362625" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw il y a tweet par minutes \"28 quoi? \"", +"img": { +"src": "http://a1.twimg.com/profile_images/1437002627/DSCN4392_normal.jpg" +}, +"title": "Alban Liabeuf: #lgw il y a tweet par minutes \"28 quoi? \"", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3426000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw il y a tweet par minutes \\\"28 quoi? \\\"\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189573034250241\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":161,\"screen_name\":\"Albanliabeuf\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":410,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris la D\\u00e9fense \",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":50,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1437002627\\/DSCN4392_normal.jpg\",\"description\":\"vous les autres et moi, mode, photos, finance, geek et n'importe quoi \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"25846622\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1437002627\\/DSCN4392_normal.jpg\",\"name\":\"Alban Liabeuf\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 22 17:27:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":25846622,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/alban-liabeuf\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189573034250241,\"created_at\":\"Fri Feb 24 23:36:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3426000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c36c96ba-ed5e-4261-8e78-2b6ceee60454-173189573034250241" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW, réalisé avec les myens techniques de la salle de réunion 3b de France 5.", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: #LGW, réalisé avec les myens techniques de la salle de réunion 3b de France 5.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3426000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW, r\\u00e9alis\\u00e9 avec les myens techniques de la salle de r\\u00e9union 3b de France 5.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189571587219456\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":196,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":521,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"statuses_count\":3886,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marcel Comics\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":386966557,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/boucherie-ovalie.org\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\"},\"truncated\":false,\"id\":173189571587219456,\"created_at\":\"Fri Feb 24 23:36:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3426000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9e069bc8-5698-48d3-a01e-da7ff2b7b287-173189571587219456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw C'est super de parler de ACTA a la TV , je crois que c'est la 1ere fois que j'entend parler de ca a la TV !", +"img": { +"src": "http://a0.twimg.com/profile_images/1143073505/41403_1088720440_8180_q_normal.jpg" +}, +"title": "yann : #lgw C'est super de parler de ACTA a la TV , je crois que c'est la 1ere fois que j'entend parler de ca a la TV !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3427000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"#lgw C'est super de parler de ACTA a la TV , je crois que c'est la 1ere fois que j'entend parler de ca a la TV !\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"screen_name\":\"yannosh51\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"eeeeee\",\"location\":\"france\",\"favourites_count\":1,\"description\":\"Gamer, retrogamer m\\u00eame et administrateur chez armagame pour le jeu atomic strike.\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":114,\"profile_text_color\":\"333333\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"statuses_count\":695,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"384040\",\"protected\":false,\"is_translator\":false,\"name\":\"yann \",\"default_profile\":false,\"time_zone\":\"Greenland\",\"created_at\":\"Mon Jul 12 08:06:43 +0000 2010\",\"profile_background_color\":\"000000\",\"id\":165689120,\"id_str\":\"165689120\",\"geo_enabled\":true,\"profile_background_tile\":false,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.atomic-strike.com\\/\"},\"in_reply_to_status_id\":null,\"id\":173189576687497216,\"created_at\":\"Fri Feb 24 23:36:27 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189576687497216\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3427000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "17a4c973-9b28-4282-a9c5-095b2d04a595-173189576687497216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ça parle d' #ACTA sur #lgw ! @kheops2713 sur France 5 !", +"img": { +"src": "http://a0.twimg.com/profile_images/1107302070/hydraze_normal.png" +}, +"title": "Hydraze: Ça parle d' #ACTA sur #lgw ! @kheops2713 sur France 5 !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3427000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u00c7a parle d' #ACTA sur #lgw ! @kheops2713 sur France 5 !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[29,40],\"name\":\"KheOps\",\"id_str\":\"321006177\",\"id\":321006177}],\"hashtags\":[{\"text\":\"ACTA\",\"indices\":[12,17]},{\"text\":\"lgw\",\"indices\":[22,26]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.bitlbee.org\\/\\\" rel=\\\"nofollow\\\"\\u003EBitlBee\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189577840918529\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Hydraze\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":381,\"location\":\"In a few root shells\",\"profile_text_color\":\"666666\",\"followers_count\":213,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1107302070\\/hydraze_normal.png\",\"description\":\"FLOSS Supporter, http:\\/\\/Zenk-Security.com staffer, Internet Censorship fighter, free-speech defender and datalover.\",\"statuses_count\":804,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/137949339\\/twitter.png\",\"show_all_inline_media\":false,\"listed_count\":10,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"37705430\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Hydraze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/137949339\\/twitter.png\",\"created_at\":\"Mon May 04 17:17:16 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":37705430,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.hydraze.org\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1107302070\\/hydraze_normal.png\"},\"truncated\":false,\"id\":173189577840918529,\"created_at\":\"Fri Feb 24 23:36:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3427000, +"tags": [ +{ +"id-ref": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2540e3b2-90a3-43fd-980e-721c754bcc9b-173189577840918529" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Kheops le hacker trop mignon #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: Kheops le hacker trop mignon #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3427000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Kheops le hacker trop mignon #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189578231001088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2725,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189578231001088,\"created_at\":\"Fri Feb 24 23:36:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3427000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aa5d0a53-2313-40fd-8757-df291fd87de0-173189578231001088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Décryptage d' #ACTA sur #lgw #france5 #fb", +"img": { +"src": "http://a0.twimg.com/profile_images/1695493545/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png" +}, +"title": "StevenLeRoux: Décryptage d' #ACTA sur #lgw #france5 #fb", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3428000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"D\\u00e9cryptage d' #ACTA sur #lgw #france5 #fb\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ACTA\",\"indices\":[14,19]},{\"text\":\"lgw\",\"indices\":[24,28]},{\"text\":\"france5\",\"indices\":[29,37]},{\"text\":\"fb\",\"indices\":[38,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189582177832960\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":305,\"screen_name\":\"StevenLeRoux\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":4452,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Ask my GoogleLatitude\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"followers_count\":266,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"14985358\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"name\":\"StevenLeRoux\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 02 21:29:20 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14985358,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/steven.le-roux.info\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189582177832960,\"created_at\":\"Fri Feb 24 23:36:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3428000, +"tags": [ +{ +"id-ref": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0692e06-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "03454599-46c5-4ad3-8dd3-9676819390c0-173189582177832960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ACTA question centrale #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: ACTA question centrale #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3429000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ACTA question centrale #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189587244560384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":545,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"name\":\"Jean-Louis Coste\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":244454441,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189587244560384,\"created_at\":\"Fri Feb 24 23:36:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3429000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "401e3a12-3d5d-43c2-9bca-417243e316af-173189587244560384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je prefere la voix off que la tete #lgw.", +"img": { +"src": "http://a0.twimg.com/profile_images/1818096044/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg" +}, +"title": "Δ+Δ: Je prefere la voix off que la tete #lgw.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3431000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je prefere la voix off que la tete #lgw.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189593238208514\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"AbsolutePi\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":12874,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"000000\",\"followers_count\":142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"334108023\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"name\":\"\\u0394+\\u0394\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":334108023,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/footballanatomy.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189593238208514,\"created_at\":\"Fri Feb 24 23:36:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3431000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4c40216b-0514-423a-9068-957ebd8d13cc-173189593238208514" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @virginielasnob: Donc #lgw, ce sont des gens dans l'écran qui montrent des gens dans l'écran qui regardent sur leur écran O_o ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1185913574/5ed80534-98b3-466a-8d4a-0fc64aeb9cfc_normal.png" +}, +"title": "David Foucher: RT @virginielasnob: Donc #lgw, ce sont des gens dans l'écran qui montrent des gens dans l'écran qui regardent sur leur écran O_o ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3431000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @virginielasnob: Donc #lgw, ce sont des gens dans l'\\u00e9cran qui montrent des gens dans l'\\u00e9cran qui regardent sur leur \\u00e9cran O_o ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"virginielasnob\",\"indices\":[3,18],\"id_str\":\"15826290\",\"name\":\"virginielasnob\",\"id\":15826290}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Donc #lgw, ce sont des gens dans l'\\u00e9cran qui montrent des gens dans l'\\u00e9cran qui regardent sur leur \\u00e9cran O_o ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189261510717440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":369,\"screen_name\":\"virginielasnob\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15896,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422252592\\/DSC_0187.JPG\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"009999\",\"followers_count\":447,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752944749\\/profil_avec_cigarette_normal.JPG\",\"description\":\"Rock'n'roll girl, d\\u00e9voreuse de films et de s\\u00e9ries, quota parisien du DLF crou http:\\/\\/derrierelafenetre.com\\/ \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"7c1bbd\",\"id_str\":\"15826290\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422252592\\/DSC_0187.JPG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752944749\\/profil_avec_cigarette_normal.JPG\",\"name\":\"virginielasnob\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 12 18:54:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":15826290,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/virginielasnob.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189261510717440,\"created_at\":\"Fri Feb 24 23:35:12 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189594416820224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":271,\"screen_name\":\"tyjak\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":6791,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Aubervilliers\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"0084B4\",\"followers_count\":215,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1185913574\\/5ed80534-98b3-466a-8d4a-0fc64aeb9cfc_normal.png\",\"description\":\"Web developper\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"5804512\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1185913574\\/5ed80534-98b3-466a-8d4a-0fc64aeb9cfc_normal.png\",\"name\":\"David Foucher\",\"default_profile_image\":false,\"created_at\":\"Sun May 06 09:11:10 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":5804512,\"utc_offset\":3600,\"favourites_count\":655,\"url\":\"http:\\/\\/www.tyjak.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189594416820224,\"created_at\":\"Fri Feb 24 23:36:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3431000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f89863cb-6f89-4bdb-b4a5-9f0c911dfc8e-173189594416820224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais khéops, il a intégré le staff ou quoi ? #lgw #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: Mais khéops, il a intégré le staff ou quoi ? #lgw #cQui", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3431000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais kh\\u00e9ops, il a int\\u00e9gr\\u00e9 le staff ou quoi ? #lgw #cQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]},{\"text\":\"cQui\",\"indices\":[50,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189594995621888\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13681,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"location\":\"Ile de France, Nancy, Toulois\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"name\":\"Godai Yusaku\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":76995130,\"utc_offset\":3600,\"favourites_count\":68,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189594995621888,\"created_at\":\"Fri Feb 24 23:36:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3431000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1ba1c03b-e89e-4071-bba3-3dc9b1a33aff-173189594995621888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les moments sur internet sont pas mal. C'est juste les moments télévisuels qui sont chiants. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: Les moments sur internet sont pas mal. C'est juste les moments télévisuels qui sont chiants. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3432000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les moments sur internet sont pas mal. C'est juste les moments t\\u00e9l\\u00e9visuels qui sont chiants. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189596031614977\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5859,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189596031614977,\"created_at\":\"Fri Feb 24 23:36:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3432000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "41788c12-cb17-49b8-bcc5-19a39a54cd68-173189596031614977" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@kheops2713 dans la place!!!!! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: @kheops2713 dans la place!!!!! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3432000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@kheops2713 dans la place!!!!! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[0,11],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[31,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189597734506497\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"321006177\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4895,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":\"kheops2713\",\"truncated\":false,\"id\":173189597734506497,\"created_at\":\"Fri Feb 24 23:36:32 +0000 2012\",\"in_reply_to_user_id\":321006177}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3432000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9204140d-f926-4660-bb83-272fd035bff8-173189597734506497" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: C'est le bordel en plateau pendant le magnéto :p #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "claudiovato: RT @LeGrandWebze: C'est le bordel en plateau pendant le magnéto :p #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3432000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: C'est le bordel en plateau pendant le magn\\u00e9to :p #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"C'est le bordel en plateau pendant le magn\\u00e9to :p #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185738437967873\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3276,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185738437967873,\"created_at\":\"Fri Feb 24 23:21:12 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189597445103616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"claudiotova\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":0,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502235118\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"name\":\"claudiovato\",\"default_profile_image\":true,\"created_at\":\"Fri Feb 24 23:17:13 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502235118,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189597445103616,\"created_at\":\"Fri Feb 24 23:36:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3432000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "622ae5bf-7686-4e2d-b1ec-9d306ad38841-173189597445103616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"img": { +"src": "http://a3.twimg.com/profile_images/1813277782/profil_normal.jpg" +}, +"title": "annabel s. alves : RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3432000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeRadiateur\",\"indices\":[3,15],\"id_str\":\"194271706\",\"name\":\"Joffrey D.\",\"id\":194271706}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[94,118]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[77,101]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189178589315072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":263,\"screen_name\":\"LeRadiateur\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":4227,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"description\":\"Coordinateur d'Antenne sur NRJ \\/ Animateur du 9h-Midi \\/ Passionn\\u00e9 de photographie \\/ Tweets originaux garantis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"194271706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"name\":\"Joffrey D.\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 23 20:17:47 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":194271706,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/leradiateur\\/sets\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189178589315072,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189598569181184\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":812,\"screen_name\":\"annabeldessin\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":4796,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/341403463\\/Yeux_Annajung.jpg\",\"location\":\"France, Nice(06)\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"2FC2EF\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1813277782\\/profil_normal.jpg\",\"description\":\"Styliste, conceptrice, mod\\u00e9liste;inadapt\\u00e9e scolaire,surdou\\u00e9e cancre;n'y arrivera jamais dans la vie,elle dessine,elle dessine,elle dessine...(\\u00e9duc. nationale)\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"106986321\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/341403463\\/Yeux_Annajung.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813277782\\/profil_normal.jpg\",\"name\":\"annabel s. alves \",\"default_profile_image\":false,\"created_at\":\"Thu Jan 21 07:51:27 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":106986321,\"utc_offset\":3600,\"favourites_count\":37,\"url\":\"https:\\/\\/sites.google.com\\/site\\/annabelalvessovieri\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189598569181184,\"created_at\":\"Fri Feb 24 23:36:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3432000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f070e628-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dd575414-9a22-44c7-ba33-406bb4c39db6-173189598569181184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "un des frères Hanson le retour (au moins 2 numéros sur les 4 de #lgw)", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: un des frères Hanson le retour (au moins 2 numéros sur les 4 de #lgw)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3433000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"un des fr\\u00e8res Hanson le retour (au moins 2 num\\u00e9ros sur les 4 de #lgw)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[64,68]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189600397885440\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"favourites_count\":140,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":886,\"location\":\"Pau\",\"profile_text_color\":\"333333\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"statuses_count\":33192,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Aur\\u00e9lien\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":14321671,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\"},\"truncated\":false,\"id\":173189600397885440,\"created_at\":\"Fri Feb 24 23:36:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3433000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a605141f-97ce-42c9-aab7-e35bd401cd05-173189600397885440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw lesbians get wild", +"img": { +"src": "http://a2.twimg.com/profile_images/1822929614/image_normal.jpg" +}, +"title": "April Monita: #lgw lesbians get wild", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3433000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw lesbians get wild\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189601689735168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1683,\"screen_name\":\"aprilmonita\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13755,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"San Antonio\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"009999\",\"followers_count\":1359,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1822929614\\/image_normal.jpg\",\"description\":\"Work, school, family, boxing, my shawty Cellin. \\r\\n\\r\\nhttp:\\/\\/aprilmonita.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Central Time (US & Canada)\",\"profile_background_color\":\"131516\",\"id_str\":\"145435574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1822929614\\/image_normal.jpg\",\"name\":\"April Monita\",\"default_profile_image\":false,\"created_at\":\"Wed May 19 00:07:36 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":145435574,\"utc_offset\":-21600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.youtube.com\\/adancingsuccess\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189601689735168,\"created_at\":\"Fri Feb 24 23:36:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3433000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "67033ddb-3808-4d01-9b16-31eeacadfad7-173189601689735168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@stef2535 le web … vu par France Télévisions ! Je sais ça fait peur !!! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1395423345/11_normal.JPG" +}, +"title": "Tony: @stef2535 le web … vu par France Télévisions ! Je sais ça fait peur !!! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3434000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@stef2535 le web \\u2026 vu par France T\\u00e9l\\u00e9visions ! Je sais \\u00e7a fait peur !!! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"stef2535\",\"indices\":[0,9],\"id_str\":\"198142532\",\"name\":\"Stef35\",\"id\":198142532}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173189164261580800\",\"id_str\":\"173189606907449345\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173189164261580800,\"in_reply_to_user_id_str\":\"198142532\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1840,\"screen_name\":\"thony911\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":20281,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/418968589\\/Wallpaper_TV_by_demonic_madness.jpg\",\"location\":\"Rennes - Paris FRANCE\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"009999\",\"followers_count\":1200,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1395423345\\/11_normal.JPG\",\"description\":\"Animateur Radio, Sp\\u00e9cialiste Buzz et M\\u00e9dias Tv et Radio. \\u00e9missions sp\\u00e9ciales sur Goom Radio. Red\\/C Buzzmoica.fr, BuzzMedias.net...Mes tweets n'engagent que moi\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"91351817\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418968589\\/Wallpaper_TV_by_demonic_madness.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1395423345\\/11_normal.JPG\",\"name\":\"Tony\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 20 14:34:32 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":91351817,\"utc_offset\":3600,\"favourites_count\":211,\"url\":\"http:\\/\\/buzzmedias.net\"},\"in_reply_to_screen_name\":\"stef2535\",\"truncated\":false,\"id\":173189606907449345,\"created_at\":\"Fri Feb 24 23:36:34 +0000 2012\",\"in_reply_to_user_id\":198142532}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3434000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2730e0a6-ff36-45e7-a4ab-835b4bb05e2e-173189606907449345" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Et maintenant, @PascalMabille et son @ctraitnet, son nouveau programme court. Et Pascal est célibataire. Il y tenait #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: RT @LeGrandWebze: Et maintenant, @PascalMabille et son @ctraitnet, son nouveau programme court. Et Pascal est célibataire. Il y tenait #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3434000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Et maintenant, @PascalMabille et son @ctraitnet, son nouveau programme court. Et Pascal est c\\u00e9libataire. Il y tenait #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"PascalMabille\",\"indices\":[33,47],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131},{\"screen_name\":\"CtraitNet\",\"indices\":[55,65],\"id_str\":\"475003719\",\"name\":\"CtraitNET\",\"id\":475003719}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[135,139]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Et maintenant, @PascalMabille et son @ctraitnet, son nouveau programme court. Et Pascal est c\\u00e9libataire. Il y tenait #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[15,29],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131},{\"screen_name\":\"CtraitNet\",\"indices\":[37,47],\"id_str\":\"475003719\",\"name\":\"CtraitNET\",\"id\":475003719}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[117,121]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189407417962497\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3277,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189407417962497,\"created_at\":\"Fri Feb 24 23:35:47 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189607150727168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":771,\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4353,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France - Moselle\",\"show_all_inline_media\":true,\"listed_count\":12,\"profile_link_color\":\"D02B55\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"name\":\"R\\u00e9my D.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":48825435,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189607150727168,\"created_at\":\"Fri Feb 24 23:36:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3434000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4e81985c-8026-4f12-9bc0-14db4fb1dfac-173189607150727168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'aime beaucoup la signature de @PascalMabille ^^ #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1772675299/Avatar_Le_a_normal.png" +}, +"title": "Marine La Maudite: J'aime beaucoup la signature de @PascalMabille ^^ #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3435000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'aime beaucoup la signature de @PascalMabille ^^ #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[32,46],\"id_str\":\"1367131\",\"name\":\"Pascal Mabille\",\"id\":1367131}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[50,54]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-2.8378013,48.1224931],[-2.650921,48.1224931],[-2.650921,48.2244728],[-2.8378013,48.2244728]]]},\"attributes\":{},\"full_name\":\"Loud\\u00e9ac, C\\u00f4tes-d'Armor\",\"name\":\"Loud\\u00e9ac\",\"id\":\"dd6b92f876374a20\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/dd6b92f876374a20.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-2.75345754,48.18239041]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189612213252097\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.18239041,-2.75345754]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":303,\"screen_name\":\"M_LaMaudite\",\"lang\":\"fr\",\"profile_text_color\":\"89c5c7\",\"statuses_count\":6848,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/407968467\\/wallpaper-twitter-54-1280x800.jpg\",\"location\":\"48.118799, -1.706661\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"9689c7\",\"followers_count\":325,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1772675299\\/Avatar_Le_a_normal.png\",\"description\":\"Propri\\u00e9taire de mlamaudite.fr-S\\u00e9ries-Films-JV-\\r\\nMembre du bureau de @AssoUSETIC, \\u00e9tudiante en LP #USETIC et Stagiaire #Educationalimage \\u00e0 Clair Obscur, Rennes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"509ec2\",\"id_str\":\"132459946\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/407968467\\/wallpaper-twitter-54-1280x800.jpg\",\"profile_sidebar_fill_color\":\"2e2e2e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1772675299\\/Avatar_Le_a_normal.png\",\"name\":\"Marine La Maudite\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 13 08:53:32 +0000 2010\",\"profile_sidebar_border_color\":\"2e2e2e\",\"id\":132459946,\"utc_offset\":3600,\"favourites_count\":20,\"url\":\"http:\\/\\/mlamaudite.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189612213252097,\"created_at\":\"Fri Feb 24 23:36:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3435000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "db49702d-b3a2-4b74-89d7-bc8eacb259ae-173189612213252097" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "il les rachète a @jcfrog ...// “@plumesdanges: J'aimerais savoir où @Vinvin achète ses chemises #lgw”", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: il les rachète a @jcfrog ...// “@plumesdanges: J'aimerais savoir où @Vinvin achète ses chemises #lgw”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3435000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"il les rach\\u00e8te a @jcfrog ...\\/\\/ \\u201c@plumesdanges: J'aimerais savoir o\\u00f9 @Vinvin ach\\u00e8te ses chemises #lgw\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[17,24],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281},{\"screen_name\":\"plumesdanges\",\"indices\":[32,45],\"id_str\":\"27325670\",\"name\":\"plumesdanges\",\"id\":27325670},{\"screen_name\":\"Vinvin\",\"indices\":[68,75],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189611873509376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":14422,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"name\":\"FrinnockBoChar\",\"default_profile_image\":false,\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":40014489,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189611873509376,\"created_at\":\"Fri Feb 24 23:36:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3435000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "09e724ae-d9b6-43f9-8ab6-ea3b86898874-173189611873509376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw alé-acta-est #acta", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: #lgw alé-acta-est #acta", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3436000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw al\\u00e9-acta-est #acta\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"acta\",\"indices\":[18,23]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189614268465152\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":98,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"statuses_count\":1161,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cammarata Thierry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":334554629,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\"},\"truncated\":false,\"id\":173189614268465152,\"created_at\":\"Fri Feb 24 23:36:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3436000, +"tags": [ +{ +"id-ref": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4186b916-79fb-443d-877c-9a5c177b91d5-173189614268465152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La petite écharpe, haay ! Pardon. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: La petite écharpe, haay ! Pardon. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3439000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"La petite \\u00e9charpe, haay ! Pardon. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189627434373120\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"c0c3c4\",\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":75,\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"profile_text_color\":\"333333\",\"followers_count\":20,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"statuses_count\":989,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Shik-a-Marrant\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"id\":57607506,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\"},\"truncated\":false,\"id\":173189627434373120,\"created_at\":\"Fri Feb 24 23:36:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3439000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a2ef7997-da7f-4c8d-8f2f-22bfa85c359c-173189627434373120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @SebChampion: Sympa la télé des potes, avec les potes, et pour les potes. Mais ça fédère assez moyen :'( #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1185913574/5ed80534-98b3-466a-8d4a-0fc64aeb9cfc_normal.png" +}, +"title": "David Foucher: RT @SebChampion: Sympa la télé des potes, avec les potes, et pour les potes. Mais ça fédère assez moyen :'( #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3439000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @SebChampion: Sympa la t\\u00e9l\\u00e9 des potes, avec les potes, et pour les potes. Mais \\u00e7a f\\u00e9d\\u00e8re assez moyen :'( #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"SebChampion\",\"indices\":[3,15],\"name\":\"Sebastien Champion\",\"id_str\":\"443858436\",\"id\":443858436}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[108,112]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Sympa la t\\u00e9l\\u00e9 des potes, avec les potes, et pour les potes. Mais \\u00e7a f\\u00e9d\\u00e8re assez moyen :'( #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189279722377216\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"SebChampion\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":10,\"location\":\"Paris - La D\\u00e9fense, France\",\"profile_text_color\":\"333333\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1708202383\\/Seb-Champion_normal.jpg\",\"description\":\"Votre entreprise a besoin de faire red\\u00e9finir ses inputs par un process-designer \\u00e0 m\\u00eame d'induire d'importants transferts\\r\\nde modalit\\u00e9s de prises en offres.\",\"statuses_count\":4,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"443858436\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Sebastien Champion\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Thu Dec 22 16:30:19 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":443858436,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.perdu.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1708202383\\/Seb-Champion_normal.jpg\"},\"truncated\":false,\"id\":173189279722377216,\"created_at\":\"Fri Feb 24 23:35:16 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189626972995584\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"tyjak\",\"lang\":\"en\",\"favourites_count\":655,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":271,\"location\":\"Aubervilliers\",\"profile_text_color\":\"333333\",\"followers_count\":215,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1185913574\\/5ed80534-98b3-466a-8d4a-0fc64aeb9cfc_normal.png\",\"description\":\"Web developper\",\"statuses_count\":6792,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"5804512\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"David Foucher\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun May 06 09:11:10 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":5804512,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.tyjak.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1185913574\\/5ed80534-98b3-466a-8d4a-0fc64aeb9cfc_normal.png\"},\"truncated\":false,\"id\":173189626972995584,\"created_at\":\"Fri Feb 24 23:36:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3439000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a4d5ed10-90e2-42e2-adf8-acc0bf4a205a-173189626972995584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "si tu n'es tjr pas convaincu que ta redevance sert à acheter de la drogue regarde fr 5 now ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836151304/322714_2610071087496_1126544794_32082335_1141602540_o_normal.jpg" +}, +"title": "Raphael Halfaoui: si tu n'es tjr pas convaincu que ta redevance sert à acheter de la drogue regarde fr 5 now ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3440000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"si tu n'es tjr pas convaincu que ta redevance sert \\u00e0 acheter de la drogue regarde fr 5 now ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-0.0682094,49.0414901],[-0.0011844,49.0414901],[-0.0011844,49.070918],[-0.0682094,49.070918]]]},\"place_type\":\"city\",\"attributes\":{},\"full_name\":\"Ouville-la-Bien-Tourn\\u00e9e, Calvados\",\"name\":\"Ouville-la-Bien-Tourn\\u00e9e\",\"id\":\"68c776ec89b83cd4\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/68c776ec89b83cd4.json\"},\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189629745430528\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"RaphaelHalfaoui\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":593,\"location\":\"Caen\",\"profile_text_color\":\"333333\",\"followers_count\":187,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836151304\\/322714_2610071087496_1126544794_32082335_1141602540_o_normal.jpg\",\"description\":\"Music photographer in Caen at @CargoCaen & Big Band Caf\\u00e9 since the 1st edition of Beauregard festival Blogger for @WebPrisedeVue \\r\\nraphael-halfaoui.tumblr.com\",\"statuses_count\":1005,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/349455802\\/IMG_3707-1.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"394217399\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Raphael Halfaoui\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/349455802\\/IMG_3707-1.jpg\",\"created_at\":\"Wed Oct 19 19:05:01 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":394217399,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/raphaelphotographie\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836151304\\/322714_2610071087496_1126544794_32082335_1141602540_o_normal.jpg\"},\"truncated\":false,\"id\":173189629745430528,\"created_at\":\"Fri Feb 24 23:36:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3440000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6c8ceca9-a95a-429a-9a5c-17b75a179dbe-173189629745430528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw mais elle sert à quoi cet émission?", +"img": { +"src": "http://a2.twimg.com/profile_images/1771348218/image1327174991_normal.png" +}, +"title": "Jim0PROFIT: #lgw mais elle sert à quoi cet émission?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3441000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw mais elle sert \\u00e0 quoi cet \\u00e9mission?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189634577268736\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"Jim0PROFIT\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":368,\"location\":\"France\",\"profile_text_color\":\"3E4415\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"description\":\"Consulting, Syst\\u00e8me administrateur, geekoophile, et tellement de choses qu'une journ\\u00e9e de 24H ne suffit plus!\",\"statuses_count\":4757,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"18874683\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jim0PROFIT\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Sun Jan 11 18:26:59 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":18874683,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/choari.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\"},\"truncated\":false,\"id\":173189634577268736,\"created_at\":\"Fri Feb 24 23:36:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3441000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4003c5d8-5894-40e5-b75a-b73294617648-173189634577268736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le problème d'un geek c'est qu'il ressemble vraiment à un geek #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1667379154/8I6juT3f_normal" +}, +"title": "Patrick Ollier: Le problème d'un geek c'est qu'il ressemble vraiment à un geek #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3441000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le probl\\u00e8me d'un geek c'est qu'il ressemble vraiment \\u00e0 un geek #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"ilpart\",\"indices\":[68,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189635986571264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":78,\"screen_name\":\"PatrickOllier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1207,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"088253\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"description\":\"Ma force ? Je n'ai rien \\u00e0 vendre ni rien \\u00e0 acheter, je n'ai pas de ma\\u00eetre et je ne v\\u00e9n\\u00e8re aucun dieu. Et je ne lis pas mes messages :))\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"299723960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/408922019\\/7.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1667379154\\/8I6juT3f_normal\",\"name\":\"Patrick Ollier\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 15:47:22 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299723960,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189635986571264,\"created_at\":\"Fri Feb 24 23:36:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3441000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "289f0c64-ee4c-4f71-8b2b-913c25fc5112-173189635986571264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah, on va enfin parler de quelque chose d'à peu près normal ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1361194174/DSCF2750_-_Copie_normal.JPG" +}, +"title": "Basile Noel: Ah, on va enfin parler de quelque chose d'à peu près normal ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3445000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah, on va enfin parler de quelque chose d'\\u00e0 peu pr\\u00e8s normal ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189654152085504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":166,\"screen_name\":\"bas60\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1563,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Picardie, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1361194174\\/DSCF2750_-_Copie_normal.JPG\",\"description\":\"Newseur sur PressStartButton.fr, lyc\\u00e9en en T. ES, geek, metalleux, communiste, et plein d'autres trucs !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"55279590\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1361194174\\/DSCF2750_-_Copie_normal.JPG\",\"name\":\"Basile Noel\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 09 16:15:08 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":55279590,\"utc_offset\":3600,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189654152085504,\"created_at\":\"Fri Feb 24 23:36:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3445000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6add86de-5828-40ed-907d-ad5cc39234a3-173189654152085504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Kheops le retour. Kheops II donc. Houhou. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1841029880/gangstacat6ze46f4ze6f4z6e84_normal.jpg" +}, +"title": "Brice R.: Kheops le retour. Kheops II donc. Houhou. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3447000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Kheops le retour. Kheops II donc. Houhou. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189659369799680\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"brice_r_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2376,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"description\":\"#G\\u00e9meaux #DoublePersonnalit\\u00e9 \\r\\nParce que la vie priv\\u00e9e ne sert pas uniquement \\u00e0 cacher des d\\u00e9lits et des crimes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Copenhagen\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"15512436\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"name\":\"Brice R.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 21 08:09:24 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":15512436,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"https:\\/\\/www.eff.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189659369799680,\"created_at\":\"Fri Feb 24 23:36:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3447000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "76af4990-b3e7-4550-8a0b-c9c8cbf1e9e7-173189659369799680" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "par pirité #ilpart #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/878534653/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg" +}, +"title": "CLeM' KuSaLa: par pirité #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3447000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"par pirit\\u00e9 #ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[11,18]},{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189659755679745\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"clem_kusala\",\"lang\":\"fr\",\"profile_text_color\":\"a8a3a8\",\"statuses_count\":240,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"location\":\"Roquetaillade\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"000608\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"92309575\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"profile_sidebar_fill_color\":\"111e24\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"name\":\"CLeM' KuSaLa\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 16:35:40 +0000 2009\",\"profile_sidebar_border_color\":\"15191f\",\"id\":92309575,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/karma-kusala.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189659755679745,\"created_at\":\"Fri Feb 24 23:36:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3447000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "65016a2b-ec70-4ca5-9ec2-5b27dffd51be-173189659755679745" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze : 4000 tweets, ca veut dire au moins 8000 telespectateurs, non? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683806084/ProfilFB_normal.gif" +}, +"title": "Chris M: @LeGrandWebze : 4000 tweets, ca veut dire au moins 8000 telespectateurs, non? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3448000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze : 4000 tweets, ca veut dire au moins 8000 telespectateurs, non? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[78,82]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189663769628672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":18,\"screen_name\":\"ChrisM_Paris\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683806084\\/ProfilFB_normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"432844367\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683806084\\/ProfilFB_normal.gif\",\"name\":\"Chris M\",\"default_profile_image\":false,\"created_at\":\"Fri Dec 09 21:08:29 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":432844367,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173189663769628672,\"created_at\":\"Fri Feb 24 23:36:48 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3448000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "89304042-7e94-44ac-b69a-3498d7c88903-173189663769628672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw still laughing... http://t.co/zGMLBxJN", +"img": { +"src": "http://a1.twimg.com/profile_images/1804331808/472_normal.gif" +}, +"title": "Wally Lim: #lgw still laughing... http://t.co/zGMLBxJN", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3449000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw still laughing... http:\\/\\/t.co\\/zGMLBxJN\",\"entities\":{\"urls\":[{\"indices\":[23,43],\"display_url\":\"bit.ly\\/zHaFVk\",\"expanded_url\":\"http:\\/\\/bit.ly\\/zHaFVk\",\"url\":\"http:\\/\\/t.co\\/zGMLBxJN\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189669067046912\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"screen_name\":\"glorydep\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":0,\"location\":\"Austin\",\"profile_text_color\":\"333333\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804331808\\/472_normal.gif\",\"description\":\"Father, Friend, Husband, Business owner, Apple user, Rental Property Owner\",\"statuses_count\":221,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Chihuahua\",\"profile_background_color\":\"ACDED6\",\"protected\":false,\"id_str\":\"483282011\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Wally Lim\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"created_at\":\"Sat Feb 04 20:56:00 +0000 2012\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"id\":483282011,\"follow_request_sent\":null,\"utc_offset\":-25200,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804331808\\/472_normal.gif\"},\"truncated\":false,\"id\":173189669067046912,\"created_at\":\"Fri Feb 24 23:36:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3449000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "04f769a1-3fa0-44e9-847f-0082e5b5855a-173189669067046912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allez, un exposé de Kheops, zou #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1657787350/image_normal.jpg" +}, +"title": "LGW Fan Club: Allez, un exposé de Kheops, zou #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3449000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Allez, un expos\\u00e9 de Kheops, zou #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189668542750720\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LgwFanClub\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":17,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":11,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\",\"description\":null,\"statuses_count\":118,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"421417721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"LGW Fan Club\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Nov 25 22:40:16 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":421417721,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1657787350\\/image_normal.jpg\"},\"truncated\":false,\"id\":173189668542750720,\"created_at\":\"Fri Feb 24 23:36:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3449000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "00595990-ab64-48a6-bd25-100c763805ef-173189668542750720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/611367109/emmanuelcup_normal.jpg" +}, +"title": "Emmanuel Cup: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3449000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"palmashow\",\"lang\":\"en\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":67,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":54730,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"statuses_count\":1784,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"show_all_inline_media\":false,\"listed_count\":203,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"palmashow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":23782965,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\"},\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189671264845824\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"EmmanuelCup\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":81,\"location\":\"Near Paris\",\"profile_text_color\":\"222\",\"followers_count\":151,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/611367109\\/emmanuelcup_normal.jpg\",\"description\":\"Freelance Webdesigner \\u2022 Geek and Apple fanatic \\uf8ff\",\"statuses_count\":1911,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/65707962\\/TwitterTemplate.jpg\",\"show_all_inline_media\":false,\"listed_count\":15,\"profile_link_color\":\"004685\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fff\",\"protected\":false,\"id_str\":\"7087092\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Emmanuel Cup\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65707962\\/TwitterTemplate.jpg\",\"created_at\":\"Tue Jun 26 10:22:47 +0000 2007\",\"profile_sidebar_fill_color\":\"6e85b1\",\"id\":7087092,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.emmanuelcup.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/611367109\\/emmanuelcup_normal.jpg\"},\"truncated\":false,\"id\":173189671264845824,\"created_at\":\"Fri Feb 24 23:36:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3449000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d093e6b-48dc-4fbc-a307-f88dd8df3e00-173189671264845824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@LeGrandWebze: Mais... #cqui va-t-il dfépasser #ilreste sur le Bubble-TV ?? Votez !! #lgw” en tous cas c est en TT", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: “@LeGrandWebze: Mais... #cqui va-t-il dfépasser #ilreste sur le Bubble-TV ?? Votez !! #lgw” en tous cas c est en TT", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3450000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@LeGrandWebze: Mais... #cqui va-t-il df\\u00e9passer #ilreste sur le Bubble-TV ?? Votez !! #lgw\\u201d en tous cas c est en TT\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[1,14],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[24,29]},{\"text\":\"ilreste\",\"indices\":[48,56]},{\"text\":\"lgw\",\"indices\":[86,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189673169059840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":635,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189673169059840,\"created_at\":\"Fri Feb 24 23:36:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3450000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e3a32ed2-f843-43ef-983e-ca22916e9e4f-173189673169059840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton", +"img": { +"src": "http://a2.twimg.com/profile_images/1773710885/image_normal.jpg" +}, +"title": "Flo JB: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3450000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #change2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189673735299073\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":327,\"screen_name\":\"florentjb\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2696,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/22068115\\/bg.jpg\",\"location\":\"Cannes , FR\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":288,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1773710885\\/image_normal.jpg\",\"description\":\"CTO @cobalink.com \\/\\/ jedessine.com - yodibujo.com - hellokids.com - jeprogresse.com ... \\/\\/ 3 ca\\u00efpirinha & mojitos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"54821115\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/22068115\\/bg.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1773710885\\/image_normal.jpg\",\"name\":\"Flo JB\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 08 06:35:31 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":54821115,\"utc_offset\":3600,\"favourites_count\":75,\"url\":\"http:\\/\\/www.cobalink.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189673735299073,\"created_at\":\"Fri Feb 24 23:36:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3450000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "95a227ba-a129-42b6-a8f7-ae512e482e66-173189673735299073" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Faut-il prendre des substances pour comprendre #lgw ;) ?", +"img": { +"src": "http://a3.twimg.com/profile_images/1775428318/Fabrice_normal.jpg" +}, +"title": "fabrice pierrot: Faut-il prendre des substances pour comprendre #lgw ;) ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3451000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Faut-il prendre des substances pour comprendre #lgw ;) ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189678097371137\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1081,\"screen_name\":\"fabricepierrot\",\"lang\":\"fr\",\"profile_text_color\":\"081a6b\",\"statuses_count\":3478,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/106798137\\/IMG_0314.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":128,\"profile_link_color\":\"ff0000\",\"followers_count\":2943,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1775428318\\/Fabrice_normal.jpg\",\"description\":\"Journaliste, etc.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"091f99\",\"id_str\":\"30635526\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/106798137\\/IMG_0314.jpg\",\"profile_sidebar_fill_color\":\"c0d0fc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775428318\\/Fabrice_normal.jpg\",\"name\":\"fabrice pierrot\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 12 11:06:29 +0000 2009\",\"profile_sidebar_border_color\":\"1b0fff\",\"id\":30635526,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189678097371137,\"created_at\":\"Fri Feb 24 23:36:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3451000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4cbcfb42-ac53-46ff-981d-60d87f33e26d-173189678097371137" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah, on va avoir une explication mais par Kheops, pas de chance, il n'est pas du tout pédagogue... #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: Ah, on va avoir une explication mais par Kheops, pas de chance, il n'est pas du tout pédagogue... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3451000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah, on va avoir une explication mais par Kheops, pas de chance, il n'est pas du tout p\\u00e9dagogue... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[98,102]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189677724082176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6516,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189677724082176,\"created_at\":\"Fri Feb 24 23:36:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3451000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e5c592b9-1d8a-4241-a155-699c73cf5b21-173189677724082176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @NkL4: #lgw #ACTA now !", +"img": { +"src": "http://a1.twimg.com/profile_images/1172042833/SANS_NOM_normal.jpg" +}, +"title": "Phare Breton: RT @NkL4: #lgw #ACTA now !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3452000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @NkL4: #lgw #ACTA now !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"NkL4\",\"indices\":[3,8],\"id_str\":\"80576391\",\"name\":\"NkL4 \\u00a9 || Ludovic A.\",\"id\":80576391}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]},{\"text\":\"ACTA\",\"indices\":[15,20]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ACTA now !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ACTA\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189430016876544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":580,\"screen_name\":\"NkL4\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":26213,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Saint Brieuc \\/ Bretagne\",\"show_all_inline_media\":true,\"listed_count\":116,\"profile_link_color\":\"0084B4\",\"followers_count\":999,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1731549557\\/old_normal.jpg\",\"description\":\"Hyper Local, Hyper Global, Web junkie, Androidoman.\\r\\nLa Bretagne, la France, le Monde, le Web !\\r\\nAmoureux du genre humain ! Pep hini zo libr ! #Social \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"80576391\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1731549557\\/old_normal.jpg\",\"name\":\"NkL4 \\u00a9 || Ludovic A.\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 07 13:28:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":80576391,\"utc_offset\":3600,\"favourites_count\":204,\"url\":\"http:\\/\\/www.nkl4.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189430016876544,\"created_at\":\"Fri Feb 24 23:35:52 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189680114831360\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1989,\"screen_name\":\"pharebreton\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":12957,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/82499127\\/fond_ecran_0004_1024_768.jpg\",\"location\":\"Vannes\",\"show_all_inline_media\":false,\"listed_count\":111,\"profile_link_color\":\"0084B4\",\"followers_count\":1760,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1172042833\\/SANS_NOM_normal.jpg\",\"description\":\"Phare Breton : Actu en Bretagne et des bretons expatri\\u00e9s, tour du monde du Gwenn Ha Du; Humour sans mod\\u00e9ration\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"122107219\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/82499127\\/fond_ecran_0004_1024_768.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1172042833\\/SANS_NOM_normal.jpg\",\"name\":\"Phare Breton\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 11 16:23:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":122107219,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":\"http:\\/\\/www.pharebreton.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189680114831360,\"created_at\":\"Fri Feb 24 23:36:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3452000, +"tags": [ +{ +"id-ref": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "39c0140e-d21a-4479-b5cb-c46135e71ac4-173189680114831360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Krou Stif: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3453000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189685911363584\",\"retweeted\":false,\"user\":{\"default_profile_image\":true,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Kroustif\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":6,\"location\":null,\"profile_text_color\":\"333333\",\"description\":null,\"statuses_count\":3,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"35740376\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Krou Stif\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Apr 27 13:27:45 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":35740376,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\"},\"in_reply_to_status_id\":null,\"id\":173189685911363584,\"created_at\":\"Fri Feb 24 23:36:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3453000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1d2b52dc-5cc9-4b77-8aa7-2e72cde3a58e-173189685911363584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @okhin: SKYPE C'EST MAL #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1782896681/twavatar_normal.jpg" +}, +"title": "Oriane: RT @okhin: SKYPE C'EST MAL #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3453000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @okhin: SKYPE C'EST MAL #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"okhin\",\"indices\":[3,9],\"id_str\":\"49560409\",\"name\":\"Okhin\",\"id\":49560409}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"SKYPE C'EST MAL #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188860849827840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"okhin\",\"lang\":\"en\",\"profile_text_color\":\"739694\",\"statuses_count\":10333,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"followers_count\":798,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"profile_sidebar_fill_color\":\"411c0f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"name\":\"Okhin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_border_color\":\"2f1812\",\"id\":49560409,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"https:\\/\\/about.okhin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188860849827840,\"created_at\":\"Fri Feb 24 23:33:36 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189686829912064\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":378,\"screen_name\":\"quota_atypique\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17112,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/232757274\\/datalove-heart1.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":67,\"profile_link_color\":\"ff0000\",\"followers_count\":887,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1782896681\\/twavatar_normal.jpg\",\"description\":\"Activiste caf\\u00e9in\\u00e9e. Aime les filles, les gar\\u00e7ons, le code. Lutte pour les LGBT (ex red'chef de la #Magazette) et la #netneutrality. Parle trop. #Celsa, #misc12.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"17659852\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/232757274\\/datalove-heart1.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782896681\\/twavatar_normal.jpg\",\"name\":\"Oriane\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 26 21:16:26 +0000 2008\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":17659852,\"utc_offset\":3600,\"favourites_count\":49,\"url\":\"http:\\/\\/tornbluejeans.yagg.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189686829912064,\"created_at\":\"Fri Feb 24 23:36:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3453000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8d271aad-8eda-4dce-a72d-7cf24508a3e1-173189686829912064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pour @Shelter_grey c'est moi qui ai l'ordi tu peux pas live-tweeter. J'espère que tu verras ça sur le mur! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1769265290/paper_art_19_normal.jpg" +}, +"title": "Raphaëlle: Pour @Shelter_grey c'est moi qui ai l'ordi tu peux pas live-tweeter. J'espère que tu verras ça sur le mur! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3453000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pour @Shelter_grey c'est moi qui ai l'ordi tu peux pas live-tweeter. J'esp\\u00e8re que tu verras \\u00e7a sur le mur! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Shelter_Grey\",\"indices\":[5,18],\"id_str\":\"225164992\",\"name\":\"Shelter Grey\",\"id\":225164992}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[107,111]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189687723294720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Rapchka\",\"lang\":\"fr\",\"profile_text_color\":\"630628\",\"statuses_count\":246,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/225188433\\/26.jpg\",\"location\":\"Toulouse, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"ed1730\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1769265290\\/paper_art_19_normal.jpg\",\"description\":\"Allez c'est bon, ce matin je m'y remets. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"171414\",\"id_str\":\"222072390\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/225188433\\/26.jpg\",\"profile_sidebar_fill_color\":\"e7e8be\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1769265290\\/paper_art_19_normal.jpg\",\"name\":\"Rapha\\u00eblle\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 02 11:31:22 +0000 2010\",\"profile_sidebar_border_color\":\"780b0b\",\"id\":222072390,\"utc_offset\":null,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189687723294720,\"created_at\":\"Fri Feb 24 23:36:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3453000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "547b8442-c93a-429d-9332-ce8b4f30cc3d-173189687723294720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"img": { +"src": "http://a0.twimg.com/profile_images/1827173511/diejet_normal.jpg" +}, +"title": "vavodal: RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3454000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeRadiateur\",\"indices\":[3,15],\"name\":\"Joffrey D.\",\"id_str\":\"194271706\",\"id\":194271706}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[94,118]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[77,101]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":2,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189178589315072\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"LeRadiateur\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":263,\"location\":\"Lyon\",\"profile_text_color\":\"666666\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"description\":\"Coordinateur d'Antenne sur NRJ \\/ Animateur du 9h-Midi \\/ Passionn\\u00e9 de photographie \\/ Tweets originaux garantis.\",\"statuses_count\":4227,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"194271706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Joffrey D.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Thu Sep 23 20:17:47 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":194271706,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/leradiateur\\/sets\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\"},\"truncated\":false,\"id\":173189178589315072,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":2,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189688536993793\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"screen_name\":\"diejet\",\"lang\":\"fr\",\"favourites_count\":177,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":576,\"location\":\"Montpellier\",\"profile_text_color\":\"333333\",\"followers_count\":639,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1827173511\\/diejet_normal.jpg\",\"description\":\"Tout est sous contr\\u00f4le\\u2026 mais en douceur. Enfin, je vais essayer !\",\"statuses_count\":10573,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342894182\\/IMG_1551.JPG\",\"show_all_inline_media\":false,\"listed_count\":54,\"profile_link_color\":\"038543\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ACDED6\",\"protected\":false,\"id_str\":\"285043271\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"vavodal\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342894182\\/IMG_1551.JPG\",\"created_at\":\"Wed Apr 20 12:40:21 +0000 2011\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"id\":285043271,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827173511\\/diejet_normal.jpg\"},\"truncated\":false,\"id\":173189688536993793,\"created_at\":\"Fri Feb 24 23:36:54 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3454000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f070e628-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cd75ccf6-bf33-43ca-bf9b-e5c00941393f-173189688536993793" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si ce n'était que de l'alcool... #Cqui #StadedeFrance RT @SeriousCharly: Si vous comprenez ce qu'il se passe dans #LGW, arrêtez de boire.", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: Si ce n'était que de l'alcool... #Cqui #StadedeFrance RT @SeriousCharly: Si vous comprenez ce qu'il se passe dans #LGW, arrêtez de boire.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3454000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Si ce n'\\u00e9tait que de l'alcool... #Cqui #StadedeFrance RT @SeriousCharly: Si vous comprenez ce qu'il se passe dans #LGW, arr\\u00eatez de boire.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SeriousCharly\",\"indices\":[59,73],\"id_str\":\"149298036\",\"name\":\"Charly M.\",\"id\":149298036}],\"urls\":[],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[33,38]},{\"text\":\"StadedeFrance\",\"indices\":[40,54]},{\"text\":\"LGW\",\"indices\":[116,120]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189688419557376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34430,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189688419557376,\"created_at\":\"Fri Feb 24 23:36:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3454000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae1283e6-4edc-4a42-bf8a-6733c524d7e1-173189688419557376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @B_Roger_Petit: Renonçant à comprendre le concept de #lgw et soupçonnant un foutage de gueule intégral avec l'argent de ma redevance ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1793080829/BaxtpTH3_normal" +}, +"title": "twitta: RT @B_Roger_Petit: Renonçant à comprendre le concept de #lgw et soupçonnant un foutage de gueule intégral avec l'argent de ma redevance ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3454000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @B_Roger_Petit: Renon\\u00e7ant \\u00e0 comprendre le concept de #lgw et soup\\u00e7onnant un foutage de gueule int\\u00e9gral avec l'argent de ma redevance ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"B_Roger_Petit\",\"indices\":[3,17],\"id_str\":\"48949826\",\"name\":\"Bruno Roger-Petit\",\"id\":48949826}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Renon\\u00e7ant \\u00e0 comprendre le concept de #lgw et soup\\u00e7onnant un foutage de gueule int\\u00e9gral avec l'argent de ma redevance : zappp!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173186015060705280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"screen_name\":\"B_Roger_Petit\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13863,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":245,\"profile_link_color\":\"0084B4\",\"followers_count\":6587,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"description\":\"En \\u00e9tat de Grace... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"48949826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"name\":\"Bruno Roger-Petit\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 20 07:03:26 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":48949826,\"utc_offset\":-10800,\"favourites_count\":19,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/brunorogerpetit\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173186015060705280,\"created_at\":\"Fri Feb 24 23:22:18 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189690353131520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":222,\"screen_name\":\"kinztwitt\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":8167,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413730093\\/freetwitterl-8--unni-.br.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"29297d\",\"followers_count\":258,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1793080829\\/BaxtpTH3_normal\",\"description\":\"I tweet, YOU tweet, WE ALL tweet!! Yer addicted to web 2.0, HR and Communication\\/Community Management issues!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"119859123\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413730093\\/freetwitterl-8--unni-.br.jpg\",\"profile_sidebar_fill_color\":\"a8a2c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1793080829\\/BaxtpTH3_normal\",\"name\":\"twitta\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 04 20:39:58 +0000 2010\",\"profile_sidebar_border_color\":\"988686\",\"id\":119859123,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173189690353131520,\"created_at\":\"Fri Feb 24 23:36:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3454000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6089e679-3928-4c64-84b7-ba5c06b32991-173189690353131520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@ArnaudBecquet @tatamirugby tu m'as grave fait lolé #cqui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: @ArnaudBecquet @tatamirugby tu m'as grave fait lolé #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3455000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@ArnaudBecquet @tatamirugby tu m'as grave fait lol\\u00e9 #cqui #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ArnaudBecquet\",\"indices\":[0,14],\"id_str\":\"113581632\",\"name\":\"Arnaud BECQUET\",\"id\":113581632},{\"screen_name\":\"tatamirugby\",\"indices\":[15,27],\"id_str\":\"27248204\",\"name\":\"Marius\",\"id\":27248204}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[52,57]},{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173189434211184641\",\"id_str\":\"173189692383170561\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173189434211184641,\"in_reply_to_user_id_str\":\"113581632\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6697,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":\"ArnaudBecquet\",\"truncated\":false,\"id\":173189692383170561,\"created_at\":\"Fri Feb 24 23:36:55 +0000 2012\",\"in_reply_to_user_id\":113581632}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3455000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "390cb7b6-f884-4bab-9f2e-0c9ec2c8ac96-173189692383170561" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais il est So sex le gars dans #lgw la!", +"img": { +"src": "http://a0.twimg.com/profile_images/1652615368/Anbastom_normal.jpg" +}, +"title": "Anbastom: Mais il est So sex le gars dans #lgw la!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3455000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Mais il est So sex le gars dans #lgw la!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189695633752064\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Anbastom\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":169,\"location\":\"72\",\"profile_text_color\":\"333333\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\",\"description\":\"#TeamLumbago \\/\\/ Un jour j'ai cru que j'etais intelligente mais en fait...NON.\",\"statuses_count\":9006,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"72400860\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Anbastom\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Sep 07 22:34:23 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":72400860,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\"},\"truncated\":false,\"id\":173189695633752064,\"created_at\":\"Fri Feb 24 23:36:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3455000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a40dac58-7e98-4d74-8df8-cd0dcb90cfa3-173189695633752064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Est-ce que le script du #lgw tient également sur 140 caractères ? C'est pauvre…", +"img": { +"src": "http://a0.twimg.com/profile_images/1848682776/photo_profil_normal.jpg" +}, +"title": "Caroline Pandraud: Est-ce que le script du #lgw tient également sur 140 caractères ? C'est pauvre…", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3456000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Est-ce que le script du #lgw tient \\u00e9galement sur 140 caract\\u00e8res ? C'est pauvre\\u2026\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189696543928320\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"382334\",\"screen_name\":\"pointPandraud\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":284,\"location\":\"Paris\",\"profile_text_color\":\"F6FC9D\",\"followers_count\":182,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\",\"description\":\"Project Analyst @faberNovel www.fabernovel.com \\/\\/\\r\\n@essec Business School Alumni \\/\\/ Paris\\r\\n\\r\\n\",\"statuses_count\":425,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"FF1269\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"4F4C4E\",\"protected\":false,\"id_str\":\"16096262\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Caroline Pandraud\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/285133783\\/x8158bdc741405c68e4e36152449305d.png\",\"created_at\":\"Tue Sep 02 13:18:16 +0000 2008\",\"profile_sidebar_fill_color\":\"7A374C\",\"id\":16096262,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848682776\\/photo_profil_normal.jpg\"},\"truncated\":false,\"id\":173189696543928320,\"created_at\":\"Fri Feb 24 23:36:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3456000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0ed2f730-62e6-440a-a314-e7f2cc8ec944-173189696543928320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\\o/ @telecomix is in da place avec @kheops2713 \\o/ #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: \\o/ @telecomix is in da place avec @kheops2713 \\o/ #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3457000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\\\o\\/ @telecomix is in da place avec @kheops2713 \\\\o\\/ #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"telecomix\",\"indices\":[4,14],\"name\":\"Telecomix\",\"id_str\":\"43864636\",\"id\":43864636},{\"screen_name\":\"kheops2713\",\"indices\":[35,46],\"name\":\"KheOps\",\"id_str\":\"321006177\",\"id\":321006177}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189700725649408\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"favourites_count\":19,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":253,\"location\":\"Internet\",\"profile_text_color\":\"333333\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"statuses_count\":10392,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fran\\u00e7ois Revol\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":102075787,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/revolf.free.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\"},\"truncated\":false,\"id\":173189700725649408,\"created_at\":\"Fri Feb 24 23:36:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3457000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ab0ab855-abd3-46e7-9f41-70d57f806a68-173189700725649408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @bas60: Ah, on va enfin parler de quelque chose d'à peu près normal ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: RT @bas60: Ah, on va enfin parler de quelque chose d'à peu près normal ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3457000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @bas60: Ah, on va enfin parler de quelque chose d'\\u00e0 peu pr\\u00e8s normal ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"bas60\",\"indices\":[3,9],\"name\":\"Basile Noel\",\"id_str\":\"55279590\",\"id\":55279590}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[73,77]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ah, on va enfin parler de quelque chose d'\\u00e0 peu pr\\u00e8s normal ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189654152085504\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"bas60\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":166,\"location\":\"Picardie, France\",\"profile_text_color\":\"666666\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1361194174\\/DSCF2750_-_Copie_normal.JPG\",\"description\":\"Newseur sur PressStartButton.fr, lyc\\u00e9en en T. ES, geek, metalleux, communiste, et plein d'autres trucs !\",\"statuses_count\":1563,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"55279590\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Basile Noel\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Thu Jul 09 16:15:08 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":55279590,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1361194174\\/DSCF2750_-_Copie_normal.JPG\"},\"truncated\":false,\"id\":173189654152085504,\"created_at\":\"Fri Feb 24 23:36:45 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189701736468481\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"F2E195\",\"screen_name\":\"papounay2000\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":265,\"location\":\"\",\"profile_text_color\":\"0C3E53\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"description\":\"N'oubliez pas de vous aimer\",\"statuses_count\":3544,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"protected\":false,\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"\\u2620papounay2000\\u2620\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"id\":14764219,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\"},\"truncated\":false,\"id\":173189701736468481,\"created_at\":\"Fri Feb 24 23:36:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3457000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9c251f7b-4f14-48ce-aecd-6b37d483f5dc-173189701736468481" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin #ilreste à #lgw à condition qu'il nous fasse une citation du professeur Choron, Sinon mérite pas d'être là ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1761682524/AG18_001_normal.JPG" +}, +"title": "courrierdumutin : François Rollin #ilreste à #lgw à condition qu'il nous fasse une citation du professeur Choron, Sinon mérite pas d'être là ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3460000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin #ilreste \\u00e0 #lgw \\u00e0 condition qu'il nous fasse une citation du professeur Choron, Sinon m\\u00e9rite pas d'\\u00eatre l\\u00e0 ...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[16,24]},{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189715326013440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":865,\"screen_name\":\"courrierdumutin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2451,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1761682524\\/AG18_001_normal.JPG\",\"description\":\"Enqu\\u00eates, t\\u00e9moignages, reportages, articles.\\r\\nFaites bien attention de ne pas trop vous prendre au s\\u00e9rieux. On est l\\u00e0 pour s'amuser un peu en travaillant.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"466505173\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1761682524\\/AG18_001_normal.JPG\",\"name\":\"courrierdumutin \",\"default_profile_image\":false,\"created_at\":\"Tue Jan 17 13:46:00 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":466505173,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189715326013440,\"created_at\":\"Fri Feb 24 23:37:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3460000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cee1ec7e-66e9-4e6b-bc4c-696a249425ed-173189715326013440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze #cqui @francoisrollin ah ouais C le mec à qui G déclaré ma flamme pour la StValentin l'homme 2ma vie http://t.co/4recCwi8 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1784236610/whipped_cream_1__normal.jpg" +}, +"title": "dallas: @LeGrandWebze #cqui @francoisrollin ah ouais C le mec à qui G déclaré ma flamme pour la StValentin l'homme 2ma vie http://t.co/4recCwi8 #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3460000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze #cqui @francoisrollin ah ouais C le mec \\u00e0 qui G d\\u00e9clar\\u00e9 ma flamme pour la StValentin l'homme 2ma vie http:\\/\\/t.co\\/4recCwi8 #lgw\",\"entities\":{\"urls\":[{\"indices\":[115,135],\"display_url\":\"youtu.be\\/QaqBnw9xA34\",\"expanded_url\":\"http:\\/\\/youtu.be\\/QaqBnw9xA34\",\"url\":\"http:\\/\\/t.co\\/4recCwi8\"}],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"francoisrollin\",\"indices\":[20,35],\"name\":\"rollin\",\"id_str\":\"369489076\",\"id\":369489076}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[14,19]},{\"text\":\"lgw\",\"indices\":[136,140]}]},\"in_reply_to_user_id\":365949385,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173189003200299008,\"in_reply_to_status_id_str\":\"173189003200299008\",\"id_str\":\"173189713698627584\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"65B0DA\",\"screen_name\":\"harlemdallas\",\"lang\":\"fr\",\"favourites_count\":255,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":242,\"location\":\"Paris\\/Ajaccio\",\"profile_text_color\":\"3D1957\",\"followers_count\":193,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1784236610\\/whipped_cream_1__normal.jpg\",\"description\":\"Le T\\u00e9l\\u00e9phone Arabe. Journaliste ayant touch\\u00e9 de pr\\u00e8s le Saint Graal (ex CSOJ et Arte) com\\u00e9dienne qui le cherche encore.\\r\\n\",\"statuses_count\":2230,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/348916235\\/Grace_Jones_article_imageimagearticle.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"protected\":false,\"id_str\":\"127074304\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"dallas\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/348916235\\/Grace_Jones_article_imageimagearticle.jpg\",\"created_at\":\"Sat Mar 27 23:54:10 +0000 2010\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"id\":127074304,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1784236610\\/whipped_cream_1__normal.jpg\"},\"truncated\":false,\"id\":173189713698627584,\"created_at\":\"Fri Feb 24 23:37:00 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3460000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a6850be1-5eba-4aab-a7aa-5cb6551efb70-173189713698627584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@kheops2713 #lgw il est revenu ….", +"img": { +"src": "http://a2.twimg.com/profile_images/1632512642/John_normal.jpg" +}, +"title": "Stephane : @kheops2713 #lgw il est revenu ….", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3460000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"kheops2713\",\"favorited\":false,\"text\":\"@kheops2713 #lgw il est revenu \\u2026.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[0,11],\"name\":\"KheOps\",\"id_str\":\"321006177\",\"id\":321006177}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":321006177,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189717255393280\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"001e0e\",\"screen_name\":\"stefLP\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":160,\"location\":\"France\",\"profile_text_color\":\"6a1e00\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\",\"description\":\"Je travaille dans le monde de l'informatique et des pharmacies (depuis 17 ans) , et \\u00e9galement auto-entrepreneur \\u00e0 mes temps perdus. http:\\/\\/about.me\\/bealcost\",\"statuses_count\":1541,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0800b6\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffe9d9\",\"protected\":false,\"id_str\":\"11192742\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Stephane \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/292553800\\/IMG_0246__1600x1200_.JPG\",\"created_at\":\"Sat Dec 15 10:31:27 +0000 2007\",\"profile_sidebar_fill_color\":\"ffecd9\",\"id\":11192742,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1632512642\\/John_normal.jpg\"},\"truncated\":false,\"id\":173189717255393280,\"created_at\":\"Fri Feb 24 23:37:00 +0000 2012\",\"in_reply_to_user_id_str\":\"321006177\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3460000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f1949f29-5b3a-4591-8ae8-b9cfb0afea2a-173189717255393280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw PAUSE SYNDICALE! je passe chez @taratata ... histoire de mélanger les styles. Phil collins now et j'reviens?", +"img": { +"src": "http://a0.twimg.com/profile_images/1844216482/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif" +}, +"title": "The MythosNews: #lgw PAUSE SYNDICALE! je passe chez @taratata ... histoire de mélanger les styles. Phil collins now et j'reviens?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3461000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"#lgw PAUSE SYNDICALE! je passe chez @taratata ... histoire de m\\u00e9langer les styles. Phil collins now et j'reviens?\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Taratata\",\"indices\":[36,45],\"name\":\"Taratata Officiel\",\"id_str\":\"108257287\",\"id\":108257287}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189720183017472\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"65B0DA\",\"screen_name\":\"utopic92\",\"lang\":\"fr\",\"favourites_count\":25,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":161,\"location\":\"Paris ..et sa R\\u00e9gion.\",\"profile_text_color\":\"883cc2\",\"description\":\" \",\"statuses_count\":4256,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/425920000\\/038.JPG\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0900ff\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844216482\\/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"protected\":false,\"id_str\":\"301585182\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"The MythosNews\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425920000\\/038.JPG\",\"created_at\":\"Thu May 19 18:25:43 +0000 2011\",\"profile_sidebar_fill_color\":\"bfc4c7\",\"id\":301585182,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/madeinfrance-citizenband.blogspot.com\\/2010\\/10\\/httpvids.html\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844216482\\/good_vibestumblr_lm54oxEmWg1qf91leo1_500_normal.gif\"},\"in_reply_to_status_id\":null,\"id\":173189720183017472,\"created_at\":\"Fri Feb 24 23:37:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3461000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c340f6ac-2fba-44c6-a47b-83e34f16feb4-173189720183017472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'ets l'heure de Kheops, s'il te plaît pas trop complexe je n'ai plus de doliprane #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: C'ets l'heure de Kheops, s'il te plaît pas trop complexe je n'ai plus de doliprane #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3463000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'ets l'heure de Kheops, s'il te pla\\u00eet pas trop complexe je n'ai plus de doliprane #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189728261251072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":146,\"screen_name\":\"JoffreyMick\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1027,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"255731473\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"name\":\"Joffrey Mick\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":255731473,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189728261251072,\"created_at\":\"Fri Feb 24 23:37:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3463000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9f94b202-040e-4edf-b3ce-542e26e52501-173189728261251072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Kheops, il était pas dj chez IAM avant?#lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/569365839/entrbtn2_normal.gif" +}, +"title": "Screech Cubik: Kheops, il était pas dj chez IAM avant?#lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3463000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Kheops, il \\u00e9tait pas dj chez IAM avant?#lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189729389518848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":57,\"screen_name\":\"s_cubik\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1288,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":74,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/569365839\\/entrbtn2_normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Brussels\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"96092449\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/569365839\\/entrbtn2_normal.gif\",\"name\":\"Screech Cubik\",\"default_profile_image\":false,\"created_at\":\"Fri Dec 11 09:16:29 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":96092449,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.talkgeekytome.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189729389518848,\"created_at\":\"Fri Feb 24 23:37:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3463000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d862a77e-6d01-4909-b5c7-0ab0a6f570e9-173189729389518848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin a le même coloriste que François Hollande, et @Vinvin le même chemisiste que Carlos #cqui #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1838968067/teamSFRCT_normal" +}, +"title": "Ovale de Grâce: François Rollin a le même coloriste que François Hollande, et @Vinvin le même chemisiste que Carlos #cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3464000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin a le m\\u00eame coloriste que Fran\\u00e7ois Hollande, et @Vinvin le m\\u00eame chemisiste que Carlos #cqui #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[62,69],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[100,105]},{\"text\":\"LGW\",\"indices\":[106,110]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189730056417281\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"65B0DA\",\"screen_name\":\"MathildePousseo\",\"lang\":\"en\",\"favourites_count\":18,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":504,\"location\":\"\",\"profile_text_color\":\"3D1957\",\"followers_count\":933,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1838968067\\/teamSFRCT_normal\",\"description\":\"Du rugby, de la politique, du ruck n'roll. Le tout au 4e degr\\u00e9!\",\"statuses_count\":8403,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/44338571\\/grpechampion2007-1280.jpg\",\"show_all_inline_media\":false,\"listed_count\":37,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"protected\":false,\"id_str\":\"81447410\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Ovale de Gr\\u00e2ce\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/44338571\\/grpechampion2007-1280.jpg\",\"created_at\":\"Sat Oct 10 21:39:27 +0000 2009\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"id\":81447410,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.boucherie-ovalie.org\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838968067\\/teamSFRCT_normal\"},\"truncated\":false,\"id\":173189730056417281,\"created_at\":\"Fri Feb 24 23:37:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3464000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a30fd683-42bc-40c1-be24-3fd675cc424d-173189730056417281" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Le_M_Poireau: On donne un prix au grand noir et le handicapé en fauteuil n'a rien. Ça ne choque personne évidemment. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1800856676/Magali_Vergnet-Covo_normal.jpg" +}, +"title": "magali Covo-Vergnet: RT @Le_M_Poireau: On donne un prix au grand noir et le handicapé en fauteuil n'a rien. Ça ne choque personne évidemment. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3464000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Le_M_Poireau: On donne un prix au grand noir et le handicap\\u00e9 en fauteuil n'a rien. \\u00c7a ne choque personne \\u00e9videmment. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Le_M_Poireau\",\"indices\":[3,16],\"name\":\"Le_M_Poireau\",\"id_str\":\"10330232\",\"id\":10330232}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[121,125]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"On donne un prix au grand noir et le handicap\\u00e9 en fauteuil n'a rien. \\u00c7a ne choque personne \\u00e9videmment. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[103,107]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173184466330726400\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"bddcad\",\"screen_name\":\"Le_M_Poireau\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":6531,\"location\":\"Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":6013,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\",\"description\":\"Pensez \\u00e0 ceux qui n'en ont pas et ne g\\u00e2chez pas votre humour inutilement. http:\\/\\/photosdecampagne.tumblr.com\\/ | http:\\/\\/riendimportant.tumblr.com\\/\",\"statuses_count\":54066,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"show_all_inline_media\":true,\"listed_count\":418,\"profile_link_color\":\"0084b4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"10330232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Le_M_Poireau\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/195312953\\/CanapeRouge.jpg\",\"created_at\":\"Sat Nov 17 11:32:14 +0000 2007\",\"profile_sidebar_fill_color\":\"ddffcd\",\"id\":10330232,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/monsieurpoireau.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846718877\\/Ic_nePoireau_Yeux08-2011-02_normal.jpg\"},\"truncated\":false,\"id\":173184466330726400,\"created_at\":\"Fri Feb 24 23:16:09 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189731855761408\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"MagalisansE\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":363,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":302,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1800856676\\/Magali_Vergnet-Covo_normal.jpg\",\"description\":\" Socialo par plaisir, \\u00e9colo par m\\u00e9tier, intello par habitude.\",\"statuses_count\":2089,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"134810734\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"magali Covo-Vergnet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Apr 19 14:19:21 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":134810734,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1800856676\\/Magali_Vergnet-Covo_normal.jpg\"},\"truncated\":false,\"id\":173189731855761408,\"created_at\":\"Fri Feb 24 23:37:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3464000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "18a03e83-8c5a-4af5-9142-2c5424645f2f-173189731855761408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@ArnaudBecquet exact ^^ ! Et @ludodelaherche est sur le plateau de #lgw !", +"img": { +"src": "http://a0.twimg.com/profile_images/1747820307/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg" +}, +"title": "Marius: @ArnaudBecquet exact ^^ ! Et @ludodelaherche est sur le plateau de #lgw !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3464000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"ArnaudBecquet\",\"favorited\":false,\"text\":\"@ArnaudBecquet exact ^^ ! Et @ludodelaherche est sur le plateau de #lgw !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"ArnaudBecquet\",\"indices\":[0,14],\"name\":\"Arnaud BECQUET\",\"id_str\":\"113581632\",\"id\":113581632},{\"screen_name\":\"LudoDelaherche\",\"indices\":[29,44],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"in_reply_to_user_id\":113581632,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173189434211184641,\"in_reply_to_status_id_str\":\"173189434211184641\",\"id_str\":\"173189733856444416\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"tatamirugby\",\"lang\":\"fr\",\"favourites_count\":50,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":372,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":842,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"description\":\"Je parle de sport, supporter de rugby et du @RacingMetro92 , joueur au @RCGV92 , \\u00e9tudiant @HETIC en #H3 !\",\"statuses_count\":26636,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":68,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"27248204\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Marius\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Sat Mar 28 15:36:02 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":27248204,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.facebook.com\\/tatamirugby\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\"},\"truncated\":false,\"id\":173189733856444416,\"created_at\":\"Fri Feb 24 23:37:04 +0000 2012\",\"in_reply_to_user_id_str\":\"113581632\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3464000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1e541de2-a8d3-414a-af28-0e97b410f0b0-173189733856444416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton grace au divorce #lgw @LeGrandWebze", +"img": { +"src": "http://a0.twimg.com/profile_images/1752605252/slashunderscore_normal.PNG" +}, +"title": "Gilles Defromerie: #change2ton grace au divorce #lgw @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3467000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton grace au divorce #lgw @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[34,47],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189745860546560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":59,\"screen_name\":\"geldif\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":225,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Devant un \\u00e9cran num\\u00e9rique\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"description\":\"Debugger, Ajusteur d'Octets niveau Certification Binaire, Digital Engineer\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"394186996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"name\":\"Gilles Defromerie\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 19 18:07:56 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":394186996,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189745860546560,\"created_at\":\"Fri Feb 24 23:37:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3467000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2217fb4a-dd21-4119-9381-9105c439672b-173189745860546560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Puisque c'est comme ça, je vais me suicider avec un épisode de Grey's Anatomy obtenu par des voies pas très halal. #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1648484316/RabaTaJoie_normal.jpg" +}, +"title": "CasseCouilles: Puisque c'est comme ça, je vais me suicider avec un épisode de Grey's Anatomy obtenu par des voies pas très halal. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3469000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Puisque c'est comme \\u00e7a, je vais me suicider avec un \\u00e9pisode de Grey's Anatomy obtenu par des voies pas tr\\u00e8s halal. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[115,119]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189753003446274\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":360,\"screen_name\":\"RabaTaJoie\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9018,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"La France de l'exterieur \",\"show_all_inline_media\":true,\"listed_count\":49,\"profile_link_color\":\"009999\",\"followers_count\":661,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"description\":\"Trois personnes peuvent garder un secret, si deux d'entre elles sont mortes. - B. Franklin.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"304883768\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648484316\\/RabaTaJoie_normal.jpg\",\"name\":\"CasseCouilles\",\"default_profile_image\":false,\"created_at\":\"Wed May 25 08:22:01 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":304883768,\"utc_offset\":3600,\"favourites_count\":67,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189753003446274,\"created_at\":\"Fri Feb 24 23:37:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3469000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "91c70338-3e76-4e8b-92aa-91e477cf1a93-173189753003446274" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW : Khéops il revients avec les mêmes fringues, est-ce un personnage de BD ? ;)", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW : Khéops il revients avec les mêmes fringues, est-ce un personnage de BD ? ;)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3470000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW : Kh\\u00e9ops il revients avec les m\\u00eames fringues, est-ce un personnage de BD ? ;)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189756795105280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189756795105280,\"created_at\":\"Fri Feb 24 23:37:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3470000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8bb16fe7-27ed-47f4-9d84-e542233e1b24-173189756795105280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @SeriousCharly: Si vous comprenez ce qu'il se passe dans #LGW, arrêtez de boire.", +"img": { +"src": "http://a0.twimg.com/profile_images/1482495069/image_normal.jpg" +}, +"title": "Ornithorynque: RT @SeriousCharly: Si vous comprenez ce qu'il se passe dans #LGW, arrêtez de boire.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3470000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @SeriousCharly: Si vous comprenez ce qu'il se passe dans #LGW, arr\\u00eatez de boire.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SeriousCharly\",\"indices\":[3,17],\"id_str\":\"149298036\",\"name\":\"Charly M.\",\"id\":149298036}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[60,64]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Si vous comprenez ce qu'il se passe dans #LGW, arr\\u00eatez de boire.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189549252546560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":199,\"screen_name\":\"SeriousCharly\",\"lang\":\"en\",\"profile_text_color\":\"050303\",\"statuses_count\":59228,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":147,\"profile_link_color\":\"2c30ab\",\"followers_count\":1945,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"description\":\"Ours parisien de 20 ans, \\u00e9tudiant en \\u00e9cole de commerce \\u00e0 Nantes et lyonnais de coeur. Je r\\u00e2le contre tout et je tweete foot.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c2bec2\",\"id_str\":\"149298036\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"profile_sidebar_fill_color\":\"dcdded\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"name\":\"Charly M.\",\"default_profile_image\":false,\"created_at\":\"Fri May 28 23:10:49 +0000 2010\",\"profile_sidebar_border_color\":\"5e69ab\",\"id\":149298036,\"utc_offset\":3600,\"favourites_count\":653,\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/CharIy\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189549252546560,\"created_at\":\"Fri Feb 24 23:36:20 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189758611238913\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":213,\"screen_name\":\"UlysseBFK\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":11904,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/424099444\\/427387_10150557889519106_666279105_8746558_720396324_n.jpg\",\"location\":\"Paris \\/ Cudi Zone\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"918e7a\",\"followers_count\":192,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1482495069\\/image_normal.jpg\",\"description\":\"Plus tard, j'appellerai mes enfants Ben et Jerry, c'est trop la classe pour les congeler apr\\u00e8s.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1a1b16\",\"id_str\":\"161333995\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424099444\\/427387_10150557889519106_666279105_8746558_720396324_n.jpg\",\"profile_sidebar_fill_color\":\"292923\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1482495069\\/image_normal.jpg\",\"name\":\"Ornithorynque\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 15:45:50 +0000 2010\",\"profile_sidebar_border_color\":\"181a1e\",\"id\":161333995,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/kidhyubhe.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189758611238913,\"created_at\":\"Fri Feb 24 23:37:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3470000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "23ee4ca4-147d-4e7c-8f62-44f4d967b568-173189758611238913" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le télétravail c'est quand on travaille à la télé ? #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1640878229/dugomo_normal.jpg" +}, +"title": "Dugomo: Le télétravail c'est quand on travaille à la télé ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3471000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le t\\u00e9l\\u00e9travail c'est quand on travaille \\u00e0 la t\\u00e9l\\u00e9 ? #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189761396244480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":417,\"screen_name\":\"Dugomo\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":23746,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/138402304\\/twilk_background_4c704a628fa7f.jpg\",\"location\":\"Nice, ou pas loin\",\"show_all_inline_media\":false,\"listed_count\":350,\"profile_link_color\":\"0000ff\",\"followers_count\":3131,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1640878229\\/dugomo_normal.jpg\",\"description\":\"Timeo Danaos et dona ferentes.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"67648081\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/138402304\\/twilk_background_4c704a628fa7f.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640878229\\/dugomo_normal.jpg\",\"name\":\"Dugomo\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 21 16:24:44 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":67648081,\"utc_offset\":3600,\"favourites_count\":89,\"url\":\"http:\\/\\/jedisdubien.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189761396244480,\"created_at\":\"Fri Feb 24 23:37:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3471000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7d32e9cb-01fe-4459-8e2f-ca8489589662-173189761396244480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"img": { +"src": "http://a2.twimg.com/profile_images/645969850/Image_1_normal.jpg" +}, +"title": "Laurent Hermez: RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3471000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeRadiateur\",\"indices\":[3,15],\"id_str\":\"194271706\",\"name\":\"Joffrey D.\",\"id\":194271706}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[94,118]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[77,101]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189178589315072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":263,\"screen_name\":\"LeRadiateur\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":4227,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"description\":\"Coordinateur d'Antenne sur NRJ \\/ Animateur du 9h-Midi \\/ Passionn\\u00e9 de photographie \\/ Tweets originaux garantis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"194271706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"name\":\"Joffrey D.\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 23 20:17:47 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":194271706,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/leradiateur\\/sets\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189178589315072,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189761530470401\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":547,\"screen_name\":\"laurent70\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5196,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/68596344\\/16947_265726962566_522657566_3216218_3534887_n.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"000000\",\"followers_count\":365,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/645969850\\/Image_1_normal.jpg\",\"description\":\"Copywriter at MRM Paris \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29409056\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/68596344\\/16947_265726962566_522657566_3216218_3534887_n.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/645969850\\/Image_1_normal.jpg\",\"name\":\"Laurent Hermez\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 07 08:07:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29409056,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/www.bouquiner.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189761530470401,\"created_at\":\"Fri Feb 24 23:37:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3471000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f070e628-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "39a00fc3-445a-4a95-bdb4-4a8764db75f6-173189761530470401" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @brice_r_: Kheops le retour. Kheops II donc. Houhou. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1609615947/avatar_normal.jpg" +}, +"title": "Christophe WEILL: RT @brice_r_: Kheops le retour. Kheops II donc. Houhou. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3472000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @brice_r_: Kheops le retour. Kheops II donc. Houhou. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"brice_r_\",\"indices\":[3,12],\"id_str\":\"15512436\",\"name\":\"Brice R.\",\"id\":15512436}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Kheops le retour. Kheops II donc. Houhou. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189659369799680\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"brice_r_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2376,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"description\":\"#G\\u00e9meaux #DoublePersonnalit\\u00e9 \\r\\nParce que la vie priv\\u00e9e ne sert pas uniquement \\u00e0 cacher des d\\u00e9lits et des crimes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Copenhagen\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"15512436\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"name\":\"Brice R.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 21 08:09:24 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":15512436,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"https:\\/\\/www.eff.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189659369799680,\"created_at\":\"Fri Feb 24 23:36:47 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189765519245313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":487,\"screen_name\":\"tractataire\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9394,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"location\":\"Montpellier, France\",\"show_all_inline_media\":true,\"listed_count\":18,\"profile_link_color\":\"8f6e31\",\"followers_count\":426,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"description\":\"Communication globale multimedia : print, web, video, e-learning. Curieux et news-addict !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7c985\",\"id_str\":\"24436721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"profile_sidebar_fill_color\":\"a7c964\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"name\":\"Christophe WEILL\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 14 21:54:13 +0000 2009\",\"profile_sidebar_border_color\":\"7b9d01\",\"id\":24436721,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.tractataire.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189765519245313,\"created_at\":\"Fri Feb 24 23:37:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3472000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f635f9c1-bed0-4325-a3c6-19a453e95075-173189765519245313" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Quelqu'un sait comment regarder #lgw sans télévision ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1839492612/twitter_normal.jpg" +}, +"title": "Kedobaen: Quelqu'un sait comment regarder #lgw sans télévision ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3472000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Quelqu'un sait comment regarder #lgw sans t\\u00e9l\\u00e9vision ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189763661180929\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"16818E\",\"screen_name\":\"Kedobaen\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":154,\"location\":\"Belgique\",\"profile_text_color\":\"A7394D\",\"followers_count\":218,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839492612\\/twitter_normal.jpg\",\"description\":\"Satisfait ou rembours\\u00e9. Mon pseudo est le fruit d'un g\\u00e9n\\u00e9rateur de noms elfiques. @ProutCorp est mon dealer de PP.\",\"statuses_count\":9876,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/421722721\\/x291b57e6798f4adb4fe96a45930e4fa.jpg\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"16818E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"03072D\",\"protected\":false,\"id_str\":\"11019502\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Kedobaen\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421722721\\/x291b57e6798f4adb4fe96a45930e4fa.jpg\",\"created_at\":\"Mon Dec 10 14:44:56 +0000 2007\",\"profile_sidebar_fill_color\":\"030516\",\"id\":11019502,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839492612\\/twitter_normal.jpg\"},\"truncated\":false,\"id\":173189763661180929,\"created_at\":\"Fri Feb 24 23:37:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3472000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "efa13953-4cf0-4f9b-bb1a-260bed27ae98-173189763661180929" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@iam_CM j'ai pas tenu 5 minutes... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1832238767/image-preview_normal.jpg" +}, +"title": "Assma Maad: @iam_CM j'ai pas tenu 5 minutes... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3473000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"iam_CM\",\"truncated\":false,\"text\":\"@iam_CM j'ai pas tenu 5 minutes... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"iam_CM\",\"indices\":[0,7],\"name\":\"christian menez\",\"id_str\":\"17677114\",\"id\":17677114}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"in_reply_to_user_id\":17677114,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":\"173189038478589952\",\"id_str\":\"173189771928154115\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DBE9ED\",\"screen_name\":\"LaSmiss\",\"lang\":\"fr\",\"favourites_count\":33,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":754,\"location\":\"Metz \\/ Paris\",\"profile_text_color\":\"333333\",\"description\":\"Aspirante journaliste pass\\u00e9e par @LeNouvelObs @fblorrainenord A la recherche d'un contrat pro radio ou web. M\\u00e9lophile donc grande admiratrice de Mr. MojoRisin.\",\"statuses_count\":2786,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/426059591\\/P1060665.jpg\",\"show_all_inline_media\":false,\"listed_count\":50,\"profile_link_color\":\"a34e0d\",\"followers_count\":746,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1832238767\\/image-preview_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"protected\":false,\"id_str\":\"91425881\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Assma Maad\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426059591\\/P1060665.jpg\",\"created_at\":\"Fri Nov 20 21:08:15 +0000 2009\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"id\":91425881,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/assma-maad\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1832238767\\/image-preview_normal.jpg\"},\"in_reply_to_status_id\":173189038478589952,\"id\":173189771928154115,\"created_at\":\"Fri Feb 24 23:37:13 +0000 2012\",\"in_reply_to_user_id_str\":\"17677114\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3473000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "09c9a5ca-e01c-4897-b167-dd39b2f90348-173189771928154115" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "respect à ceux qui ont échappé au tsunamis qui a attaqué ma tml #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/399078150/002_normal.PNG" +}, +"title": "mye shadow: respect à ceux qui ont échappé au tsunamis qui a attaqué ma tml #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3473000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"respect \\u00e0 ceux qui ont \\u00e9chapp\\u00e9 au tsunamis qui a attaqu\\u00e9 ma tml #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[64,68]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189771676495872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":925,\"screen_name\":\"myeshadow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13636,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/26906542\\/mqcloudedthoughts.br.jpg\",\"location\":\"Paris-Brussels-itou,mon blog\",\"show_all_inline_media\":false,\"listed_count\":118,\"profile_link_color\":\"00486b\",\"followers_count\":1097,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/399078150\\/002_normal.PNG\",\"description\":\"Mynotsodarkshadow ou ls p\\u00e9r\\u00e9grinations de my mind,mon ombre&m lumi\\u00e8res s'amusent Hallucinations,Mauvais esprit,sans drogue cpire?!\\nmonblog\\/1postparJour #INPES\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"48456037\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26906542\\/mqcloudedthoughts.br.jpg\",\"profile_sidebar_fill_color\":\"9cc8dd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/399078150\\/002_normal.PNG\",\"name\":\"mye shadow\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 18 19:18:06 +0000 2009\",\"profile_sidebar_border_color\":\"333333\",\"id\":48456037,\"utc_offset\":3600,\"favourites_count\":5568,\"url\":\"http:\\/\\/bymyeshadow.blogspot.com\\/?spref=tw\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189771676495872,\"created_at\":\"Fri Feb 24 23:37:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3473000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e1271e7f-80da-4a12-bfb9-1f8b1eabe3be-173189771676495872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Moi je balance, j'ai pas peur de la répression, j'suis un vrai déglingo : je trouve que #lgw est une émission franchement moyenne.", +"img": { +"src": "http://a2.twimg.com/profile_images/1841862411/Bitch_Please_normal.JPG" +}, +"title": "Brice 'Panou ACHAUME: Moi je balance, j'ai pas peur de la répression, j'suis un vrai déglingo : je trouve que #lgw est une émission franchement moyenne.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3474000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Moi je balance, j'ai pas peur de la r\\u00e9pression, j'suis un vrai d\\u00e9glingo : je trouve que #lgw est une \\u00e9mission franchement moyenne.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[88,92]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189773635223552\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"Panou\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":138,\"location\":\"Avignon - France\",\"profile_text_color\":\"3E4415\",\"followers_count\":250,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1841862411\\/Bitch_Please_normal.JPG\",\"description\":\"Compulsive purchaser, geek, (retro)gamer since 1863 and future video game journalist\\/tester. Accessoirement, je tweete l'actu vid\\u00e9oludique avec talent \\u00f4\\/\",\"statuses_count\":11096,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"15344255\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Brice 'Panou ACHAUME\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Mon Jul 07 17:36:57 +0000 2008\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":15344255,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841862411\\/Bitch_Please_normal.JPG\"},\"truncated\":false,\"id\":173189773635223552,\"created_at\":\"Fri Feb 24 23:37:14 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3474000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0cea732a-2f73-4200-8a90-be363bcaf193-173189773635223552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @BoucherieOvalie: J'avais arrêté la drogue. Mais ça c'était avant #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1727204040/image_normal.jpg" +}, +"title": "Marc Phalippou: RT @BoucherieOvalie: J'avais arrêté la drogue. Mais ça c'était avant #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3475000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @BoucherieOvalie: J'avais arr\\u00eat\\u00e9 la drogue. Mais \\u00e7a c'\\u00e9tait avant #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BoucherieOvalie\",\"indices\":[3,19],\"id_str\":\"260277866\",\"name\":\"Boucherie Ovalie\",\"id\":260277866}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[69,73]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"J'avais arr\\u00eat\\u00e9 la drogue. Mais \\u00e7a c'\\u00e9tait avant #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188636685246464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1017,\"screen_name\":\"BoucherieOvalie\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":6707,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"location\":\"Derri\\u00e8re toi, c'est affreux\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"2FC2EF\",\"followers_count\":4074,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"description\":\"La vie est trop courte pour comprendre le rugby, alors autant en rigoler.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"260277866\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"name\":\"Boucherie Ovalie\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 03 15:22:13 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":260277866,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/boucherie-ovalie.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188636685246464,\"created_at\":\"Fri Feb 24 23:32:43 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189778639028224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1345,\"screen_name\":\"marcphalippou\",\"lang\":\"fr\",\"profile_text_color\":\"895429\",\"statuses_count\":2116,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"39BD91\",\"followers_count\":750,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\",\"description\":\"Bougnat \\u00e0 Paris, marchand d'id\\u00e9es et de confiance dans la com et l'assurance.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0D02\",\"id_str\":\"92352549\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"profile_sidebar_fill_color\":\"0E0D02\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\",\"name\":\"Marc Phalippou\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 20:05:52 +0000 2009\",\"profile_sidebar_border_color\":\"BEDFB6\",\"id\":92352549,\"utc_offset\":3600,\"favourites_count\":46,\"url\":\"http:\\/\\/www.facebook.com\\/profile.php?id=100001663745687\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189778639028224,\"created_at\":\"Fri Feb 24 23:37:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3475000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "446b8064-4b53-49ae-9488-fdaa6e6786b5-173189778639028224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et le programme très court de @PascalMabille est très mignon #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: Et le programme très court de @PascalMabille est très mignon #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3476000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Et le programme tr\\u00e8s court de @PascalMabille est tr\\u00e8s mignon #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[30,44],\"name\":\"Pascal Mabille\",\"id_str\":\"1367131\",\"id\":1367131}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189782241943552\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"592459\",\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"favourites_count\":461,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"statuses_count\":2725,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Oriane Hurard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"id\":198934087,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\"},\"truncated\":false,\"id\":173189782241943552,\"created_at\":\"Fri Feb 24 23:37:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3476000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "14280940-50b9-47af-b9b4-032a72c7636a-173189782241943552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Grâce à #lgw on a droit a un petit peu de lutte contre #ACTA à la télé. On avait déjà eu Zimmerman. Ca change de notre TV habituelle.", +"img": { +"src": "http://a0.twimg.com/profile_images/1840667340/ns_normal.png" +}, +"title": "Pierre : Grâce à #lgw on a droit a un petit peu de lutte contre #ACTA à la télé. On avait déjà eu Zimmerman. Ca change de notre TV habituelle.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3476000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Gr\\u00e2ce \\u00e0 #lgw on a droit a un petit peu de lutte contre #ACTA \\u00e0 la t\\u00e9l\\u00e9. On avait d\\u00e9j\\u00e0 eu Zimmerman. Ca change de notre TV habituelle.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]},{\"text\":\"ACTA\",\"indices\":[55,60]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189783789641728\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"BeautifulLoser_\",\"lang\":\"fr\",\"favourites_count\":68,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":392,\"location\":\"Castres \",\"profile_text_color\":\"666666\",\"description\":\"Ex \\u00e9tudiant en Services et R\\u00e9seaux de Communication. Geek \\u00e0 4 roues, tout terrain ! Dans la matrice depuis 1987 #tech #web #politique #rugby #procrastination\",\"statuses_count\":10076,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/66918069\\/Coruscant1.jpg\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"2FC2EF\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1840667340\\/ns_normal.png\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"95436599\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/66918069\\/Coruscant1.jpg\",\"created_at\":\"Tue Dec 08 15:02:27 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":95436599,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840667340\\/ns_normal.png\"},\"in_reply_to_status_id\":null,\"id\":173189783789641728,\"created_at\":\"Fri Feb 24 23:37:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3476000, +"tags": [ +{ +"id-ref": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cc973f3d-3a40-45b7-9f83-efac2dadaf46-173189783789641728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "LOL! RT @SeriousCharly Si vous comprenez ce qu'il se passe dans #LGW, arrêtez de boire.", +"img": { +"src": "http://a1.twimg.com/profile_images/1705307372/hobbit-poster_normal.jpg" +}, +"title": "Florenzo84: LOL! RT @SeriousCharly Si vous comprenez ce qu'il se passe dans #LGW, arrêtez de boire.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3477000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"LOL! RT @SeriousCharly Si vous comprenez ce qu'il se passe dans #LGW, arr\\u00eatez de boire.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SeriousCharly\",\"indices\":[8,22],\"id_str\":\"149298036\",\"name\":\"Charly M.\",\"id\":149298036}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[64,68]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189787132506112\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":567,\"screen_name\":\"florenzo84\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":18896,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":534,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"description\":\"Twitter c'est le seul endroit ou tu deviens tout excit\\u00e9 lorsqu'un inconnu se met \\u00e0 te suivre. Series & Cin\\u00e9 Addict.#LiveTweet #Roucasserie #CartelParisien\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"122429634\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/377272619\\/sky_165-preview.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1705307372\\/hobbit-poster_normal.jpg\",\"name\":\"Florenzo84\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 12 17:40:12 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":122429634,\"utc_offset\":null,\"favourites_count\":626,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189787132506112,\"created_at\":\"Fri Feb 24 23:37:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3477000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "143c1443-7d5d-4593-96ad-f2aa77083069-173189787132506112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hacker vaillant! #WTF #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1833249289/image_normal.jpg" +}, +"title": "Grand Marequin Blanc: Hacker vaillant! #WTF #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3479000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Hacker vaillant! #WTF #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"WTF\",\"indices\":[17,21]},{\"text\":\"LGW\",\"indices\":[22,26]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189794229268483\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"moonhatta\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":96,\"location\":\"Casablanca\",\"profile_text_color\":\"333333\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833249289\\/image_normal.jpg\",\"description\":\"geekeries et inepties du web, e-bergag 2.0. Aime le Oulm\\u00e8s et les bons mots\",\"statuses_count\":597,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"324322734\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Grand Marequin Blanc\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Jun 26 11:57:57 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":324322734,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833249289\\/image_normal.jpg\"},\"truncated\":false,\"id\":173189794229268483,\"created_at\":\"Fri Feb 24 23:37:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3479000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef77b274-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b96b6539-27fd-47f1-820f-7f830ab92a88-173189794229268483" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "gros con qui dit des internets #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1827443536/hipster_normal.png" +}, +"title": "Léo: gros con qui dit des internets #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3479000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"gros con qui dit des internets #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189794346696705\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"FFFFFF\",\"screen_name\":\"2345km\",\"lang\":\"fr\",\"favourites_count\":126,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":92,\"location\":\"Paris\",\"profile_text_color\":\"383F3C\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1827443536\\/hipster_normal.png\",\"description\":\"-\",\"statuses_count\":21826,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/310361852\\/aubin.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"15E780\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"FFFFFF\",\"protected\":false,\"id_str\":\"172715841\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"L\\u00e9o\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/310361852\\/aubin.gif\",\"created_at\":\"Fri Jul 30 12:13:36 +0000 2010\",\"profile_sidebar_fill_color\":\"0C0C0C\",\"id\":172715841,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/2345km.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827443536\\/hipster_normal.png\"},\"truncated\":false,\"id\":173189794346696705,\"created_at\":\"Fri Feb 24 23:37:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3479000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df4c9159-1a2b-41d3-bb2d-07be7efb5fd0-173189794346696705" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, j'étais avec lui samedi ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/828720993/Photo_du_9843298-04-___02.44_normal.jpg" +}, +"title": "Aurélien TOURNIER: Oh, j'étais avec lui samedi ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3479000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, j'\\u00e9tais avec lui samedi ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189794531254273\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":1012,\"screen_name\":\"atournier\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":5651,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/182718853\\/villes-019.jpg\",\"location\":\"Romans-sur-Is\\u00e8re \\/ Lyon \\/ Bzh\",\"show_all_inline_media\":false,\"listed_count\":119,\"profile_link_color\":\"2FC2EF\",\"followers_count\":1333,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/828720993\\/Photo_du_9843298-04-___02.44_normal.jpg\",\"description\":\"Community Manager dans un grand quotidien r\\u00e9gional. Ancien #CM de la Catalogne & Bayard Service. Compte perso. J'\\u00e9cris toujours dans des hebdos. #Dr\\u00f4me\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"92506911\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/182718853\\/villes-019.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/828720993\\/Photo_du_9843298-04-___02.44_normal.jpg\",\"name\":\"Aur\\u00e9lien TOURNIER\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 25 12:03:53 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":92506911,\"utc_offset\":3600,\"favourites_count\":511,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/aurelien-tournier\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189794531254273,\"created_at\":\"Fri Feb 24 23:37:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3479000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "11bc332f-91de-498d-b7ea-0843f6e9b3cb-173189794531254273" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @ZZ_Princess: Une légère envie de m'ouvrir les veines avec les dents en tombant sur cette émission #Lgw #France5", +"img": { +"src": "http://a0.twimg.com/profile_images/1606679449/image_normal.jpg" +}, +"title": "Arthur Delacorta: RT @ZZ_Princess: Une légère envie de m'ouvrir les veines avec les dents en tombant sur cette émission #Lgw #France5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3481000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @ZZ_Princess: Une l\\u00e9g\\u00e8re envie de m'ouvrir les veines avec les dents en tombant sur cette \\u00e9mission #Lgw #France5\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ZZ_Princess\",\"indices\":[3,15],\"id_str\":\"286106741\",\"name\":\"ZZ\",\"id\":286106741}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[103,107]},{\"text\":\"France5\",\"indices\":[108,116]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Une l\\u00e9g\\u00e8re envie de m'ouvrir les veines avec les dents en tombant sur cette \\u00e9mission #Lgw #France5\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[86,90]},{\"text\":\"France5\",\"indices\":[91,99]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188341074890753\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":231,\"screen_name\":\"ZZ_Princess\",\"lang\":\"fr\",\"profile_text_color\":\"d710de\",\"statuses_count\":5144,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/320891687\\/x8490c46b359ab9cf603957dfa58eb8a.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"eb12eb\",\"followers_count\":189,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1718012027\\/ZZ_normal.jpg\",\"description\":\"Teigne d'1m80, ordure bourgeoise qui fait semblant d'\\u00eatre socialiste, aime #Lesfous, n'aime pas les gosses et ne va pas en Maghr\\u00e9bie en vacances !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1c42db\",\"id_str\":\"286106741\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/320891687\\/x8490c46b359ab9cf603957dfa58eb8a.png\",\"profile_sidebar_fill_color\":\"000B17\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1718012027\\/ZZ_normal.jpg\",\"name\":\"ZZ\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 22 10:48:11 +0000 2011\",\"profile_sidebar_border_color\":\"F7B565\",\"id\":286106741,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188341074890753,\"created_at\":\"Fri Feb 24 23:31:32 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189804123631616\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1663,\"screen_name\":\"ArthurDelacorta\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":9837,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":33,\"profile_link_color\":\"FF0000\",\"followers_count\":508,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1606679449\\/image_normal.jpg\",\"description\":\"L\\u2019utopie est \\u00e0 la politique, ce qu\\u2019est le fantasme \\u00e0 la sexualit\\u00e9. Le d\\u00e9sir guid\\u00e9 par nos utopies et nos fantasmes doit faire progresser notre vie.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"21702648\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1606679449\\/image_normal.jpg\",\"name\":\"Arthur Delacorta\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 23 22:36:57 +0000 2009\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":21702648,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/delacorta.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189804123631616,\"created_at\":\"Fri Feb 24 23:37:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3481000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "53f8dd8c-5e0e-427b-9a64-ed875d427a5e-173189804123631616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "AAAh je vais enfin comprendre! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: AAAh je vais enfin comprendre! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3482000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"AAAh je vais enfin comprendre! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189808636690433\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9483,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189808636690433,\"created_at\":\"Fri Feb 24 23:37:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3482000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "713d15dc-49d8-4407-89b7-32faa2f8ebe4-173189808636690433" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce #lgw est cosmique, surtout ne pas #Change2ton !!", +"img": { +"src": "http://a3.twimg.com/profile_images/1819008593/393610_2493917958071_1556484417_32592416_552587560_n_normal.jpg" +}, +"title": "Quentin: Ce #lgw est cosmique, surtout ne pas #Change2ton !!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3482000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ce #lgw est cosmique, surtout ne pas #Change2ton !!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[3,7]},{\"text\":\"Change2ton\",\"indices\":[37,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.nibirutech.com\\\" rel=\\\"nofollow\\\"\\u003ETwitBird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189809093869568\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":305,\"screen_name\":\"FanatiqueAnanas\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":180,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/423314873\\/quentinf.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1819008593\\/393610_2493917958071_1556484417_32592416_552587560_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"172587510\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/423314873\\/quentinf.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819008593\\/393610_2493917958071_1556484417_32592416_552587560_n_normal.jpg\",\"name\":\"Quentin\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 30 02:24:03 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":172587510,\"utc_offset\":3600,\"favourites_count\":16,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189809093869568,\"created_at\":\"Fri Feb 24 23:37:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3482000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a824e36e-a72d-4c51-84d6-635e4f02d281-173189809093869568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin : #ilreste #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/770870218/tete_normal.jpg" +}, +"title": "Baptiste Percier: Rollin : #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3484000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin : #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[9,17]},{\"text\":\"lgw\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189817637666817\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":70,\"screen_name\":\"BaptistePercier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":81,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198331522\\/fond.JPG\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"93A644\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/770870218\\/tete_normal.jpg\",\"description\":\"Doctorant en physique \\u00e0 Lyon\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"53352002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198331522\\/fond.JPG\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/770870218\\/tete_normal.jpg\",\"name\":\"Baptiste Percier\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 03 10:33:24 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":53352002,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/perso.ens-lyon.fr\\/baptiste.percier\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189817637666817,\"created_at\":\"Fri Feb 24 23:37:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3484000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a029397e-5396-46a5-b97f-655fc2826ee7-173189817637666817" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi ces gens qui ne connaissent pas le grand Francois Rollin ?? Suis choquée #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: C'est quoi ces gens qui ne connaissent pas le grand Francois Rollin ?? Suis choquée #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3484000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est quoi ces gens qui ne connaissent pas le grand Francois Rollin ?? Suis choqu\\u00e9e #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[85,89]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189816412942337\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"fcfcfc\",\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"favourites_count\":84,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":283,\"location\":\"Hell\",\"profile_text_color\":\"0a0a0a\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"statuses_count\":39031,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"plumesdanges\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"id\":27325670,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\"},\"truncated\":false,\"id\":173189816412942337,\"created_at\":\"Fri Feb 24 23:37:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3484000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4951a6ae-e392-4561-b73d-cb4b152f86d4-173189816412942337" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"img": { +"src": "http://a0.twimg.com/profile_images/1844691230/profile_normal.png" +}, +"title": "Lynda Sweez : RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3485000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeRadiateur\",\"indices\":[3,15],\"name\":\"Joffrey D.\",\"id_str\":\"194271706\",\"id\":194271706}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[94,118]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[77,101]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":2,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189178589315072\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"LeRadiateur\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":263,\"location\":\"Lyon\",\"profile_text_color\":\"666666\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"description\":\"Coordinateur d'Antenne sur NRJ \\/ Animateur du 9h-Midi \\/ Passionn\\u00e9 de photographie \\/ Tweets originaux garantis.\",\"statuses_count\":4227,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"194271706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Joffrey D.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Thu Sep 23 20:17:47 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":194271706,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/leradiateur\\/sets\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\"},\"truncated\":false,\"id\":173189178589315072,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":2,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189818933706752\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"zedalynews\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":445,\"location\":\"Coin:C dans une cale en bourre\",\"profile_text_color\":\"333333\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\",\"description\":\"Les jeux de mots, c'est mon dada. Amin approuve ce message. \",\"statuses_count\":10700,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"e072c1\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"244639293\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Lynda Sweez \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"created_at\":\"Sat Jan 29 19:45:40 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":244639293,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.jeBoxeAvecNemo.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\"},\"truncated\":false,\"id\":173189818933706752,\"created_at\":\"Fri Feb 24 23:37:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3485000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f070e628-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "78b2b5eb-0e79-41d0-a5d0-7dead5b54f3b-173189818933706752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT “@LudoDelaherche: Proposez nous de trucs débiles à faire ! ;) #lgw #cqui”", +"img": { +"src": "http://a2.twimg.com/profile_images/1727412144/image_normal.jpg" +}, +"title": "Jessica Boni-Lambert: RT “@LudoDelaherche: Proposez nous de trucs débiles à faire ! ;) #lgw #cqui”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3487000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT \\u201c@LudoDelaherche: Proposez nous de trucs d\\u00e9biles \\u00e0 faire ! ;) #lgw #cqui\\u201d\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[4,19],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]},{\"text\":\"cqui\",\"indices\":[70,75]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189829499170817\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ebdae9\",\"screen_name\":\"JessBoniLambert\",\"lang\":\"fr\",\"favourites_count\":51,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":680,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727412144\\/image_normal.jpg\",\"description\":\"Cr\\u00e9atrice de mode passionn\\u00e9e de #rugby (www.rugbydolls.com) \\r\\nMy passions: Rugby, Fashion and photography.\\r\\nNe tourne pas rond (mais plut\\u00f4t ovale)\",\"statuses_count\":17229,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/391267445\\/Twitter2.jpg\",\"show_all_inline_media\":false,\"listed_count\":41,\"profile_link_color\":\"CC3366\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"protected\":false,\"id_str\":\"111092027\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Jessica Boni-Lambert\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391267445\\/Twitter2.jpg\",\"created_at\":\"Wed Feb 03 19:54:54 +0000 2010\",\"profile_sidebar_fill_color\":\"f7e6e6\",\"id\":111092027,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.leblogdejess.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727412144\\/image_normal.jpg\"},\"truncated\":false,\"id\":173189829499170817,\"created_at\":\"Fri Feb 24 23:37:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3487000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ccb6ebb4-e779-4b9e-9dec-64f8e493642f-173189829499170817" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Jim0PROFIT: #lgw mais elle sert à quoi cet émission?", +"img": { +"src": "http://a1.twimg.com/profile_images/1654432405/lucas_tw_normal.jpg" +}, +"title": "Lucas Radondy: RT @Jim0PROFIT: #lgw mais elle sert à quoi cet émission?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3487000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Jim0PROFIT: #lgw mais elle sert \\u00e0 quoi cet \\u00e9mission?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Jim0PROFIT\",\"indices\":[3,14],\"id_str\":\"18874683\",\"name\":\"Jim0PROFIT\",\"id\":18874683}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw mais elle sert \\u00e0 quoi cet \\u00e9mission?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189634577268736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":368,\"screen_name\":\"Jim0PROFIT\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4752,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"D02B55\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"description\":\"Consulting, Syst\\u00e8me administrateur, geekoophile, et tellement de choses qu'une journ\\u00e9e de 24H ne suffit plus!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"18874683\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"name\":\"Jim0PROFIT\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 11 18:26:59 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":18874683,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/choari.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189634577268736,\"created_at\":\"Fri Feb 24 23:36:41 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189829926981635\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":978,\"screen_name\":\"lucasradondy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":245,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Montpellier, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":50,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1654432405\\/lucas_tw_normal.jpg\",\"description\":\"Etudiant en Droit et Science-Politique - Supporter de l'USAP - En 2012 sur Twitter : \\u00e9lections en France et aux US et possible fin du monde. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"419781242\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1654432405\\/lucas_tw_normal.jpg\",\"name\":\"Lucas Radondy\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 23 19:44:43 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":419781242,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189829926981635,\"created_at\":\"Fri Feb 24 23:37:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3487000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c548317c-c586-4825-a972-915e2b7f201b-173189829926981635" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On a l'impression que le concept change à chaque émission #lgw #change2ton", +"img": { +"src": "http://a0.twimg.com/profile_images/1287494261/Avatar_Twitter_normal.jpg" +}, +"title": "Nes' Photographie: On a l'impression que le concept change à chaque émission #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3488000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On a l'impression que le concept change \\u00e0 chaque \\u00e9mission #lgw #change2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]},{\"text\":\"change2ton\",\"indices\":[63,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189831982190592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":183,\"screen_name\":\"LeMauvaisOeil\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5058,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/203695600\\/Fond_Twiter_II.jpg\",\"location\":\"D'ici et de l\\u00e0 ...\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":132,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1287494261\\/Avatar_Twitter_normal.jpg\",\"description\":\"Mieux vaut ne rien dire et passer pour un con, plut\\u00f4t que l'ouvrir et ne laisser aucun doute sur le sujet ...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"219792346\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/203695600\\/Fond_Twiter_II.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1287494261\\/Avatar_Twitter_normal.jpg\",\"name\":\"Nes' Photographie\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 25 22:10:20 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":219792346,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/www.nesphotographie.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189831982190592,\"created_at\":\"Fri Feb 24 23:37:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3488000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e114e06c-15a5-4add-9c38-97746751258c-173189831982190592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw en général ils aiment jouer du pipo, c'est donc un acta rina", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw en général ils aiment jouer du pipo, c'est donc un acta rina", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3488000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw en g\\u00e9n\\u00e9ral ils aiment jouer du pipo, c'est donc un acta rina\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189832946876417\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"statuses_count\":704,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Thibaut Devillers\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":92095420,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\"},\"truncated\":false,\"id\":173189832946876417,\"created_at\":\"Fri Feb 24 23:37:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3488000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "32e3b616-d201-4540-b1fb-efdd6d2167bc-173189832946876417" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Par pitié, il faut qu' #ilpart #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/878534653/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg" +}, +"title": "CLeM' KuSaLa: Par pitié, il faut qu' #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3488000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Par piti\\u00e9, il faut qu' #ilpart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[23,30]},{\"text\":\"lgw\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189834138058753\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"15191f\",\"screen_name\":\"clem_kusala\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"Roquetaillade\",\"profile_text_color\":\"a8a3a8\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"description\":\"\",\"statuses_count\":240,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"000608\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"92309575\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"CLeM' KuSaLa\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"created_at\":\"Tue Nov 24 16:35:40 +0000 2009\",\"profile_sidebar_fill_color\":\"111e24\",\"id\":92309575,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/karma-kusala.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\"},\"truncated\":false,\"id\":173189834138058753,\"created_at\":\"Fri Feb 24 23:37:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3488000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "146157c0-6b85-4be4-aa0f-712ea08db539-173189834138058753" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @SeriousCharly: Si vous comprenez ce qu'il se passe dans #LGW, arrêtez de boire.", +"img": { +"src": "http://a0.twimg.com/profile_images/1830059007/Upload_normal.jpg" +}, +"title": "Linda Sàmà: RT @SeriousCharly: Si vous comprenez ce qu'il se passe dans #LGW, arrêtez de boire.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3489000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @SeriousCharly: Si vous comprenez ce qu'il se passe dans #LGW, arr\\u00eatez de boire.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"SeriousCharly\",\"indices\":[3,17],\"name\":\"Charly M.\",\"id_str\":\"149298036\",\"id\":149298036}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[60,64]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Si vous comprenez ce qu'il se passe dans #LGW, arr\\u00eatez de boire.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[41,45]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189549252546560\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5e69ab\",\"screen_name\":\"SeriousCharly\",\"lang\":\"en\",\"favourites_count\":653,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":199,\"location\":\"Paris\",\"profile_text_color\":\"050303\",\"followers_count\":1945,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"description\":\"Ours parisien de 20 ans, \\u00e9tudiant en \\u00e9cole de commerce \\u00e0 Nantes et lyonnais de coeur. Je r\\u00e2le contre tout et je tweete foot.\",\"statuses_count\":59229,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"show_all_inline_media\":true,\"listed_count\":147,\"profile_link_color\":\"2c30ab\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c2bec2\",\"protected\":false,\"id_str\":\"149298036\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Charly M.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"created_at\":\"Fri May 28 23:10:49 +0000 2010\",\"profile_sidebar_fill_color\":\"dcdded\",\"id\":149298036,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/CharIy\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\"},\"truncated\":false,\"id\":173189549252546560,\"created_at\":\"Fri Feb 24 23:36:20 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189838709862401\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5b51e8\",\"screen_name\":\"LinoaHeartily\",\"lang\":\"fr\",\"favourites_count\":10,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":83,\"location\":\"\",\"profile_text_color\":\"d632d6\",\"followers_count\":72,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1830059007\\/Upload_normal.jpg\",\"description\":\"Geek \\u00e0 temps partiel.\",\"statuses_count\":2374,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425561656\\/luiki.jpg\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"bb85ed\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"356914973\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Linda S\\u00e0m\\u00e0\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425561656\\/luiki.jpg\",\"created_at\":\"Wed Aug 17 15:22:39 +0000 2011\",\"profile_sidebar_fill_color\":\"ebc1eb\",\"id\":356914973,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830059007\\/Upload_normal.jpg\"},\"truncated\":false,\"id\":173189838709862401,\"created_at\":\"Fri Feb 24 23:37:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3489000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5c0e43a7-c18a-4ec3-85fe-378be3bb785c-173189838709862401" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@baktelraalis ça change du tout écrit de #TF1 #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: @baktelraalis ça change du tout écrit de #TF1 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3489000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@baktelraalis \\u00e7a change du tout \\u00e9crit de #TF1 #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"baktelraalis\",\"indices\":[0,13],\"id_str\":\"18515564\",\"name\":\"Bakt El Raalis\",\"id\":18515564}],\"urls\":[],\"hashtags\":[{\"text\":\"TF1\",\"indices\":[41,45]},{\"text\":\"LGW\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173189541115600896\",\"id_str\":\"173189837694840833\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173189541115600896,\"in_reply_to_user_id_str\":\"18515564\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":646,\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":83436,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"name\":\"ArDuB57\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_border_color\":\"1c2352\",\"id\":21448223,\"utc_offset\":3600,\"favourites_count\":1604,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\"},\"in_reply_to_screen_name\":\"baktelraalis\",\"truncated\":false,\"id\":173189837694840833,\"created_at\":\"Fri Feb 24 23:37:29 +0000 2012\",\"in_reply_to_user_id\":18515564}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3489000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efb9d910-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5bbf3f7c-645e-4df8-a972-e64238436f54-173189837694840833" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW \"tes internets\" au pluriel. Vrais reconnaissent vrais.", +"img": { +"src": "http://a0.twimg.com/profile_images/1744048818/qUG3d_normal.jpg" +}, +"title": "Simon: #LGW \"tes internets\" au pluriel. Vrais reconnaissent vrais.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3489000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW \\\"tes internets\\\" au pluriel. Vrais reconnaissent vrais.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189837254438912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":288,\"screen_name\":\"Srsim\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":10577,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Third rock from the sun\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"2FC2EF\",\"followers_count\":309,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\",\"description\":\"BiotechnoLOLgy and random crap. J'essaie de vivre ma vie \\u00e0 fond en passant pour un con au moins une fois par jour.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"130871832\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1744048818\\/qUG3d_normal.jpg\",\"name\":\"Simon\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 08 15:44:24 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":130871832,\"utc_offset\":3600,\"favourites_count\":84,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189837254438912,\"created_at\":\"Fri Feb 24 23:37:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3489000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0d1ae2e0-5f3d-4465-9ab2-35b2bfcfdc99-173189837254438912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@tatamirugby pour booster le #cqui au #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: @tatamirugby pour booster le #cqui au #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3490000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@tatamirugby pour booster le #cqui au #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"tatamirugby\",\"indices\":[0,12],\"id_str\":\"27248204\",\"name\":\"Marius\",\"id\":27248204}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[29,34]},{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173189468424114176\",\"id_str\":\"173189839242534912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173189468424114176,\"in_reply_to_user_id_str\":\"27248204\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6698,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":\"tatamirugby\",\"truncated\":false,\"id\":173189839242534912,\"created_at\":\"Fri Feb 24 23:37:30 +0000 2012\",\"in_reply_to_user_id\":27248204}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3490000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "64dfa418-b68a-4f5d-9109-311ca6211de7-173189839242534912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh pis non #ilReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1141384407/profil_normal.jpg" +}, +"title": "carole gamelin: Oh pis non #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3493000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh pis non #ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[11,19]},{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189854337839107\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":659,\"screen_name\":\"carolegamelin\",\"lang\":\"fr\",\"profile_text_color\":\"6f7829\",\"statuses_count\":11513,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Pau, France\",\"show_all_inline_media\":true,\"listed_count\":64,\"profile_link_color\":\"520d20\",\"followers_count\":767,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1141384407\\/profil_normal.jpg\",\"description\":\"Journaliste, chef du desk num\\u00e9rique \\u00e0 La R\\u00e9publique des Pyr\\u00e9n\\u00e9es \\u00e0 Pau. Animatrice de communaut\\u00e9s et de Twittap\\u00e9ros. Tarte au Maroilles maison sur demande.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"78605f\",\"id_str\":\"19910673\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1141384407\\/profil_normal.jpg\",\"name\":\"carole gamelin\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 02 15:09:06 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":19910673,\"utc_offset\":3600,\"favourites_count\":255,\"url\":\"http:\\/\\/www.larepubliquedespyrenees.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189854337839107,\"created_at\":\"Fri Feb 24 23:37:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3493000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0ae83b77-109f-46a9-b3c0-9d00397fa1e0-173189854337839107" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RaphaelHalfaoui: si tu n'es tjr pas convaincu que ta redevance sert à acheter de la drogue regarde fr 5 now ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1654432405/lucas_tw_normal.jpg" +}, +"title": "Lucas Radondy: RT @RaphaelHalfaoui: si tu n'es tjr pas convaincu que ta redevance sert à acheter de la drogue regarde fr 5 now ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3493000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @RaphaelHalfaoui: si tu n'es tjr pas convaincu que ta redevance sert \\u00e0 acheter de la drogue regarde fr 5 now ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"RaphaelHalfaoui\",\"indices\":[3,19],\"id_str\":\"394217399\",\"name\":\"Raphael Halfaoui\",\"id\":394217399}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"si tu n'es tjr pas convaincu que ta redevance sert \\u00e0 acheter de la drogue regarde fr 5 now ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-0.0682094,49.0414901],[-0.0011844,49.0414901],[-0.0011844,49.070918],[-0.0682094,49.070918]]]},\"attributes\":{},\"full_name\":\"Ouville-la-Bien-Tourn\\u00e9e, Calvados\",\"place_type\":\"city\",\"name\":\"Ouville-la-Bien-Tourn\\u00e9e\",\"id\":\"68c776ec89b83cd4\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/68c776ec89b83cd4.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189629745430528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":593,\"screen_name\":\"RaphaelHalfaoui\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1004,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/349455802\\/IMG_3707-1.jpg\",\"location\":\"Caen\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":187,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836151304\\/322714_2610071087496_1126544794_32082335_1141602540_o_normal.jpg\",\"description\":\"Music photographer in Caen at @CargoCaen & Big Band Caf\\u00e9 since the 1st edition of Beauregard festival Blogger for @WebPrisedeVue \\r\\nraphael-halfaoui.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"394217399\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/349455802\\/IMG_3707-1.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836151304\\/322714_2610071087496_1126544794_32082335_1141602540_o_normal.jpg\",\"name\":\"Raphael Halfaoui\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 19 19:05:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":394217399,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/raphaelphotographie\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189629745430528,\"created_at\":\"Fri Feb 24 23:36:40 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189854212014080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":978,\"screen_name\":\"lucasradondy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":246,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Montpellier, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":50,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1654432405\\/lucas_tw_normal.jpg\",\"description\":\"Etudiant en Droit et Science-Politique - Supporter de l'USAP - En 2012 sur Twitter : \\u00e9lections en France et aux US et possible fin du monde. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"419781242\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1654432405\\/lucas_tw_normal.jpg\",\"name\":\"Lucas Radondy\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 23 19:44:43 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":419781242,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189854212014080,\"created_at\":\"Fri Feb 24 23:37:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3493000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aeeaa92a-2f65-449b-8bf7-082241f56340-173189854212014080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@jcfrog en direct de skype pour un mini concert sur #lgw sur ta tv. C'est bien mais bcp trop court. Déjà fini. Snif", +"img": { +"src": "http://a3.twimg.com/profile_images/116645986/big.6589839_normal.jpg" +}, +"title": "cridi: @jcfrog en direct de skype pour un mini concert sur #lgw sur ta tv. C'est bien mais bcp trop court. Déjà fini. Snif", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3494000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@jcfrog en direct de skype pour un mini concert sur #lgw sur ta tv. C'est bien mais bcp trop court. D\\u00e9j\\u00e0 fini. Snif\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[0,7],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189859471663105\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"16888281\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":231,\"screen_name\":\"cridi\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":4444,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/2939966\\/EPSN1179.JPG\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0000ff\",\"followers_count\":118,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/116645986\\/big.6589839_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"16002226\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/2939966\\/EPSN1179.JPG\",\"profile_sidebar_fill_color\":\"A3CBEE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/116645986\\/big.6589839_normal.jpg\",\"name\":\"cridi\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 26 20:28:04 +0000 2008\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":16002226,\"utc_offset\":3600,\"favourites_count\":7627,\"url\":null},\"in_reply_to_screen_name\":\"jcfrog\",\"truncated\":false,\"id\":173189859471663105,\"created_at\":\"Fri Feb 24 23:37:34 +0000 2012\",\"in_reply_to_user_id\":16888281}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3494000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "85e789b6-b7c2-40ac-bbf7-11476227d783-173189859471663105" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@tatamirugby Trop de faux derches qui ne votent pas #Cqui @ArnaudBecquet @ludodelaherche #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @tatamirugby Trop de faux derches qui ne votent pas #Cqui @ArnaudBecquet @ludodelaherche #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3497000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@tatamirugby Trop de faux derches qui ne votent pas #Cqui @ArnaudBecquet @ludodelaherche #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"tatamirugby\",\"indices\":[0,12],\"id_str\":\"27248204\",\"name\":\"Marius\",\"id\":27248204},{\"screen_name\":\"ArnaudBecquet\",\"indices\":[59,73],\"id_str\":\"113581632\",\"name\":\"Arnaud BECQUET\",\"id\":113581632},{\"screen_name\":\"LudoDelaherche\",\"indices\":[74,89],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[52,57]},{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173189733856444416\",\"id_str\":\"173189868632027136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173189733856444416,\"in_reply_to_user_id_str\":\"27248204\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34429,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"tatamirugby\",\"truncated\":false,\"id\":173189868632027136,\"created_at\":\"Fri Feb 24 23:37:37 +0000 2012\",\"in_reply_to_user_id\":27248204}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3497000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1069678b-6edb-4776-a9bb-226b35202d63-173189868632027136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh les filles vous allez vous arrachez les yeux #lgw #unepausesimpose", +"img": { +"src": "http://a0.twimg.com/profile_images/1801176537/profile_normal.jpg" +}, +"title": "rachoubidou69: Oh les filles vous allez vous arrachez les yeux #lgw #unepausesimpose", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3497000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Oh les filles vous allez vous arrachez les yeux #lgw #unepausesimpose\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]},{\"text\":\"unepausesimpose\",\"indices\":[53,69]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189872092327937\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"rachoubidou69\",\"lang\":\"fr\",\"favourites_count\":31,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":61,\"location\":\"France, Cremieu\",\"profile_text_color\":\"333333\",\"followers_count\":24,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801176537\\/profile_normal.jpg\",\"description\":\"On rencontre sa femme sur Meetic, la trompe sur Facebook, annonce le divorce sur Twitter et vends la baraque sur Ebay\",\"statuses_count\":259,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/398766806\\/128427.jpg\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"396071969\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"rachoubidou69\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/398766806\\/128427.jpg\",\"created_at\":\"Sat Oct 22 18:06:48 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":396071969,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801176537\\/profile_normal.jpg\"},\"truncated\":false,\"id\":173189872092327937,\"created_at\":\"Fri Feb 24 23:37:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3497000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0869720-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4a0e3c38-db40-44cd-bc4e-480aea4996df-173189872092327937" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW trop geek pour moi ;/", +"img": { +"src": "http://a0.twimg.com/profile_images/1425147877/NDelloye_Hamsa_normal.JPG" +}, +"title": "Nicolas Delloye: #LGW trop geek pour moi ;/", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3498000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW trop geek pour moi ;\\/\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189874994774016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":178,\"screen_name\":\"lavomatik\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":181,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/416477980\\/lave_rie.JPG\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1425147877\\/NDelloye_Hamsa_normal.JPG\",\"description\":\"Tumbling hard. Editorial Director @direct_star & @direct_8\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"328692977\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416477980\\/lave_rie.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1425147877\\/NDelloye_Hamsa_normal.JPG\",\"name\":\"Nicolas Delloye\",\"default_profile_image\":false,\"created_at\":\"Sun Jul 03 21:16:11 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":328692977,\"utc_offset\":null,\"favourites_count\":4,\"url\":\"http:\\/\\/www.directstar.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189874994774016,\"created_at\":\"Fri Feb 24 23:37:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3498000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bcb011e0-0aff-4c6d-ae55-928c5c5cbdb8-173189874994774016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est comme ça à chaque émission ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: C'est comme ça à chaque émission ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3499000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est comme \\u00e7a \\u00e0 chaque \\u00e9mission ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189878136315906\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15003,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":262,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189878136315906,\"created_at\":\"Fri Feb 24 23:37:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3499000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c1019be0-b9c3-466c-b1e8-897ad26347d4-173189878136315906" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Même pas de quoi faire une crêpe. RT @solferishow \nJe regarde toujours #lgw avec 3 grammes. Ça aide.", +"img": { +"src": "http://a3.twimg.com/profile_images/1650056809/pandadanssonbain_normal.JPG" +}, +"title": "justice pandine: Même pas de quoi faire une crêpe. RT @solferishow \nJe regarde toujours #lgw avec 3 grammes. Ça aide.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3499000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"M\\u00eame pas de quoi faire une cr\\u00eape. RT @solferishow \\nJe regarde toujours #lgw avec 3 grammes. \\u00c7a aide.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"solferishow\",\"indices\":[37,49],\"id_str\":\"232221031\",\"name\":\"Solferishow\",\"id\":232221031}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189879956643840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1340,\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"profile_text_color\":\"1a0e1a\",\"statuses_count\":28276,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"location\":\"Bambouseraie\",\"show_all_inline_media\":false,\"listed_count\":193,\"profile_link_color\":\"9058d1\",\"followers_count\":2570,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"profile_sidebar_fill_color\":\"f5fafa\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"name\":\"justice pandine\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_border_color\":\"adffef\",\"id\":177984098,\"utc_offset\":3600,\"favourites_count\":1862,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189879956643840,\"created_at\":\"Fri Feb 24 23:37:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3499000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6561a2a5-c292-4f22-b60e-199df0e0c81d-173189879956643840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pascal Mabille est un escroc. il est invité pour parler d'ACTA et il nous plante sur un dessin et annonce qu'il est un coeur à prendre. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1803169085/DSC01443_normal.JPG" +}, +"title": "Benjamin Aguillon: Pascal Mabille est un escroc. il est invité pour parler d'ACTA et il nous plante sur un dessin et annonce qu'il est un coeur à prendre. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3499000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Pascal Mabille est un escroc. il est invit\\u00e9 pour parler d'ACTA et il nous plante sur un dessin et annonce qu'il est un coeur \\u00e0 prendre. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[136,140]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189880501903361\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Balcidebava\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":25,\"location\":\"chez moi\",\"profile_text_color\":\"333333\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"description\":\"L'homme face \\u00e0 l'absurde\",\"statuses_count\":102,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"482835609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Benjamin Aguillon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Feb 04 10:52:02 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":482835609,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\"},\"truncated\":false,\"id\":173189880501903361,\"created_at\":\"Fri Feb 24 23:37:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3499000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "86539197-2e23-423e-8ac9-5245271686db-173189880501903361" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Kheops, le hacker en carton qui pige pas tout à ce dont il parle. Le gag ce mec. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1708202383/Seb-Champion_normal.jpg" +}, +"title": "Sebastien Champion: Kheops, le hacker en carton qui pige pas tout à ce dont il parle. Le gag ce mec. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3500000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Kheops, le hacker en carton qui pige pas tout \\u00e0 ce dont il parle. Le gag ce mec. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[81,85]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189882104119296\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"SebChampion\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":10,\"location\":\"Paris - La D\\u00e9fense, France\",\"profile_text_color\":\"333333\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1708202383\\/Seb-Champion_normal.jpg\",\"description\":\"Votre entreprise a besoin de faire red\\u00e9finir ses inputs par un process-designer \\u00e0 m\\u00eame d'induire d'importants transferts\\r\\nde modalit\\u00e9s de prises en offres.\",\"statuses_count\":5,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"443858436\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Sebastien Champion\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Thu Dec 22 16:30:19 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":443858436,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.perdu.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1708202383\\/Seb-Champion_normal.jpg\"},\"truncated\":false,\"id\":173189882104119296,\"created_at\":\"Fri Feb 24 23:37:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3500000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "54ed5dd5-c87d-4831-8d0d-24b8f376dd85-173189882104119296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, je vois ma bulle en gros dans la colonne #cQui dans #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Oh, je vois ma bulle en gros dans la colonne #cQui dans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3501000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Oh, je vois ma bulle en gros dans la colonne #cQui dans #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[45,50]},{\"text\":\"lgw\",\"indices\":[56,60]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189886952734720\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3247,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173189886952734720,\"created_at\":\"Fri Feb 24 23:37:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3501000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7a0ca118-7ed1-4ab6-8d68-bf0f3743065e-173189886952734720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Alea Acta Est", +"img": { +"src": "http://a0.twimg.com/profile_images/1622124369/Cartoonpresident_normal.gif" +}, +"title": "Hervé Dumond: #lgw Alea Acta Est", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3502000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Alea Acta Est\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189889846808576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":565,\"screen_name\":\"cartoonpdt\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":2,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355093994\\/132.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"003366\",\"followers_count\":234,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1622124369\\/Cartoonpresident_normal.gif\",\"description\":\"https:\\/\\/twitter.com\\/#!\\/cartoonpdt\\/favorites\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"77615428\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355093994\\/132.jpg\",\"profile_sidebar_fill_color\":\"ffdd00\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1622124369\\/Cartoonpresident_normal.gif\",\"name\":\"Herv\\u00e9 Dumond\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 27 00:32:11 +0000 2009\",\"profile_sidebar_border_color\":\"d1d1d1\",\"id\":77615428,\"utc_offset\":3600,\"favourites_count\":149,\"url\":\"http:\\/\\/mirror.me\\/390abp28?s=home\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189889846808576,\"created_at\":\"Fri Feb 24 23:37:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3502000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f695167f-9d90-438b-a197-84a0fa1d806d-173189889846808576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1163347850/kolya_avatar_normal.jpg" +}, +"title": "Florian Descamps: #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3503000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189894133399552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":186,\"screen_name\":\"KolyaFR\",\"lang\":\"fr\",\"profile_text_color\":\"1d1d1b\",\"statuses_count\":555,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/169909759\\/IMG_3376.jpg\",\"location\":\"Lille\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"9d592e\",\"followers_count\":76,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1163347850\\/kolya_avatar_normal.jpg\",\"description\":\"Photographe ind\\u00e9pendant.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"1d1d1b\",\"id_str\":\"109725925\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/169909759\\/IMG_3376.jpg\",\"profile_sidebar_fill_color\":\"cccccc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1163347850\\/kolya_avatar_normal.jpg\",\"name\":\"Florian Descamps\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 30 01:46:30 +0000 2010\",\"profile_sidebar_border_color\":\"1d1d1b\",\"id\":109725925,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/www.kolya.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189894133399552,\"created_at\":\"Fri Feb 24 23:37:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3503000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62ba5ddb-32ae-4bcb-b71f-99c5afbcfa10-173189894133399552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@ArnaudBecquet @tatamirugby @ludodelaherche #lgw #cqui c'est ce qu'il y a dans la tete de morano, des petites bulles", +"img": { +"src": "http://a3.twimg.com/profile_images/1693436244/tw_13513942_1323894171_normal.jpg" +}, +"title": "Nicolas Legros: @ArnaudBecquet @tatamirugby @ludodelaherche #lgw #cqui c'est ce qu'il y a dans la tete de morano, des petites bulles", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3503000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"ArnaudBecquet\",\"favorited\":false,\"text\":\"@ArnaudBecquet @tatamirugby @ludodelaherche #lgw #cqui c'est ce qu'il y a dans la tete de morano, des petites bulles\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"ArnaudBecquet\",\"indices\":[0,14],\"name\":\"Arnaud BECQUET\",\"id_str\":\"113581632\",\"id\":113581632},{\"screen_name\":\"tatamirugby\",\"indices\":[15,27],\"name\":\"Marius\",\"id_str\":\"27248204\",\"id\":27248204},{\"screen_name\":\"LudoDelaherche\",\"indices\":[28,43],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]},{\"text\":\"cqui\",\"indices\":[49,54]}]},\"in_reply_to_user_id\":113581632,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.142488,48.9203048],[2.2061332,48.9203048],[2.2061332,48.954515],[2.142488,48.954515]]]},\"attributes\":{},\"full_name\":\"Sartrouville, Yvelines\",\"name\":\"Sartrouville\",\"id\":\"fdc15213df467db3\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/fdc15213df467db3.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.20192193,48.94098043]},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.94098043,2.20192193]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173189434211184641,\"in_reply_to_status_id_str\":\"173189434211184641\",\"id_str\":\"173189894447972353\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"NicolasLegros\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":386,\"location\":\"sartrouville\",\"profile_text_color\":\"333333\",\"followers_count\":140,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1693436244\\/tw_13513942_1323894171_normal.jpg\",\"description\":\"RUGBY(ra\\u00e7ing, toulouse, sprinboks) rock, vie de famille, killstreak et votera pascal pap\\u00e9 en 2012.. un maitre @kakaOpopo #tontonatoujoursraison\",\"statuses_count\":2761,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"120251174\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Nicolas Legros\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Mar 05 22:47:53 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":120251174,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1693436244\\/tw_13513942_1323894171_normal.jpg\"},\"truncated\":false,\"id\":173189894447972353,\"created_at\":\"Fri Feb 24 23:37:43 +0000 2012\",\"in_reply_to_user_id_str\":\"113581632\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3503000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "af750252-a35f-4398-bb35-b322396a8734-173189894447972353" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "yeesss séquence @jcfrog puis @PascalMabille puis @kheops2713 sur ACTA : le #lgw qu'on aime !", +"img": { +"src": "http://a0.twimg.com/profile_images/1767508527/h2g2_normal.jpg" +}, +"title": "Christine Genin: yeesss séquence @jcfrog puis @PascalMabille puis @kheops2713 sur ACTA : le #lgw qu'on aime !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3504000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"kheops2713\",\"truncated\":false,\"text\":\"yeesss s\\u00e9quence @jcfrog puis @PascalMabille puis @kheops2713 sur ACTA : le #lgw qu'on aime !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[16,23],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281},{\"screen_name\":\"PascalMabille\",\"indices\":[29,43],\"name\":\"Pascal Mabille\",\"id_str\":\"1367131\",\"id\":1367131},{\"screen_name\":\"kheops2713\",\"indices\":[49,60],\"name\":\"KheOps\",\"id_str\":\"321006177\",\"id\":321006177}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[75,79]}]},\"in_reply_to_user_id\":321006177,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":\"173179306325966849\",\"id_str\":\"173189900269649920\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"0084b4\",\"screen_name\":\"cgenin\",\"lang\":\"fr\",\"favourites_count\":308,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":false,\"friends_count\":1999,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"description\":\"\",\"statuses_count\":13711,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":167,\"profile_link_color\":\"0084b4\",\"followers_count\":1678,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1767508527\\/h2g2_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"33688811\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Christine Genin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Apr 20 22:19:48 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":33688811,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.christinegenin.fr\\/blog\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1767508527\\/h2g2_normal.jpg\"},\"in_reply_to_status_id\":173179306325966849,\"id\":173189900269649920,\"created_at\":\"Fri Feb 24 23:37:44 +0000 2012\",\"in_reply_to_user_id_str\":\"321006177\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3504000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c69a1c4e-4d93-404e-8290-9e035565ebf0-173189900269649920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est déjà bizarre quand on est habitué aux réseaux sociaux, etc. J'ose même pas imaginer pour quelqu'un qui n'a jamais allumé un PC !", +"img": { +"src": "http://a0.twimg.com/profile_images/1750718496/avatar-poster_normal.jpg" +}, +"title": "Gaëtan Monseu: #lgw c'est déjà bizarre quand on est habitué aux réseaux sociaux, etc. J'ose même pas imaginer pour quelqu'un qui n'a jamais allumé un PC !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3505000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw c'est d\\u00e9j\\u00e0 bizarre quand on est habitu\\u00e9 aux r\\u00e9seaux sociaux, etc. J'ose m\\u00eame pas imaginer pour quelqu'un qui n'a jamais allum\\u00e9 un PC !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189904371683328\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"lynkky\",\"lang\":\"fr\",\"favourites_count\":37,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":160,\"location\":\"Mons, Belgique\",\"profile_text_color\":\"333333\",\"followers_count\":351,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1750718496\\/avatar-poster_normal.jpg\",\"description\":\"Fondateur de l'agence Lynkky. Services en r\\u00e9f\\u00e9rencement (#SEO), liens sponsoris\\u00e9s et WordPress. Co-organisateur @cafenmons. Je tweete 25-50X\\/semaine.\",\"statuses_count\":1238,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":36,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Brussels\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"181110336\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Ga\\u00ebtan Monseu\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Aug 21 08:58:11 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":181110336,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.lynkky.be\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1750718496\\/avatar-poster_normal.jpg\"},\"truncated\":false,\"id\":173189904371683328,\"created_at\":\"Fri Feb 24 23:37:45 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3505000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6faffaf5-6f3e-4265-a875-cb58b0c2489c-173189904371683328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#5eucheuAuGrandWebze RT moi ça qu'on mette fin au naufrage #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1793236975/Photo_du_13878919-05-___03.51_normal.jpg" +}, +"title": "Constance Ortuzar: #5eucheuAuGrandWebze RT moi ça qu'on mette fin au naufrage #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3506000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#5eucheuAuGrandWebze RT moi \\u00e7a qu'on mette fin au naufrage #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"5eucheuAuGrandWebze\",\"indices\":[0,20]},{\"text\":\"LGW\",\"indices\":[59,63]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189907748106241\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ff0000\",\"screen_name\":\"constuzar\",\"lang\":\"en\",\"favourites_count\":28,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":249,\"location\":\"Paris\",\"profile_text_color\":\"ff0f0f\",\"followers_count\":432,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\",\"description\":\"Ils me voient rouler, ils d\\u00e9testent.\",\"statuses_count\":7423,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"14b9fa\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"53776719\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Constance Ortuzar\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sat Jul 04 22:29:54 +0000 2009\",\"profile_sidebar_fill_color\":\"d5faef\",\"id\":53776719,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1793236975\\/Photo_du_13878919-05-___03.51_normal.jpg\"},\"truncated\":false,\"id\":173189907748106241,\"created_at\":\"Fri Feb 24 23:37:46 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3506000, +"tags": [ +{ +"id-ref": "f045f13e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c779b4b2-9ca4-4351-afb2-41545ca52f52-173189907748106241" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@webze #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1846236604/a1uVsimw_normal" +}, +"title": "baudoin romain: @webze #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3506000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@webze #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"webze\",\"indices\":[0,6],\"id_str\":\"339957860\",\"name\":\"Webze\",\"id\":339957860}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[7,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189908503072768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"339957860\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"fulfur08\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846236604\\/a1uVsimw_normal\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"494219500\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846236604\\/a1uVsimw_normal\",\"name\":\"baudoin romain\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 16 17:14:03 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":494219500,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"webze\",\"truncated\":false,\"id\":173189908503072768,\"created_at\":\"Fri Feb 24 23:37:46 +0000 2012\",\"in_reply_to_user_id\":339957860}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3506000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ddd2bd4b-53d7-41b6-aa6a-d656bd9b0a4f-173189908503072768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "oh put'%n j'ai planté FF en suivant la TL #lgw j'ai loupé ma vie avant ce soir, j'ai tout bon ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1759900261/image1326744906_normal.png" +}, +"title": "TobyZiegler: oh put'%n j'ai planté FF en suivant la TL #lgw j'ai loupé ma vie avant ce soir, j'ai tout bon ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3507000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"oh put'%n j'ai plant\\u00e9 FF en suivant la TL #lgw j'ai loup\\u00e9 ma vie avant ce soir, j'ai tout bon ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189914190548993\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":215,\"screen_name\":\"3141592RMuck\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2873,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432900319\\/gC8LD.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"bdb517\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1759900261\\/image1326744906_normal.png\",\"description\":\"De mauvaise foi. Parle parfois de g\\u00e9omatique, de citoyennet\\u00e9 ou de cuisine.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"121414\",\"id_str\":\"174279076\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432900319\\/gC8LD.jpg\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759900261\\/image1326744906_normal.png\",\"name\":\"TobyZiegler\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 03 15:04:11 +0000 2010\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":174279076,\"utc_offset\":3600,\"favourites_count\":56,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189914190548993,\"created_at\":\"Fri Feb 24 23:37:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3507000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b6bf0c1a-c597-4424-bda2-4f97194cb823-173189914190548993" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @solferishow: Je regarde toujours #lgw avec 3 grammes. Ça aide.", +"img": { +"src": "http://a2.twimg.com/profile_images/1727204040/image_normal.jpg" +}, +"title": "Marc Phalippou: RT @solferishow: Je regarde toujours #lgw avec 3 grammes. Ça aide.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3508000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @solferishow: Je regarde toujours #lgw avec 3 grammes. \\u00c7a aide.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"solferishow\",\"indices\":[3,15],\"id_str\":\"232221031\",\"name\":\"Solferishow\",\"id\":232221031}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je regarde toujours #lgw avec 3 grammes. \\u00c7a aide.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189226500861953\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1144,\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13622,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"name\":\"Solferishow\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":232221031,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/www.solferishow.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189226500861953,\"created_at\":\"Fri Feb 24 23:35:03 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189915209768960\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1345,\"screen_name\":\"marcphalippou\",\"lang\":\"fr\",\"profile_text_color\":\"895429\",\"statuses_count\":2116,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"39BD91\",\"followers_count\":750,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\",\"description\":\"Bougnat \\u00e0 Paris, marchand d'id\\u00e9es et de confiance dans la com et l'assurance.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0D02\",\"id_str\":\"92352549\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"profile_sidebar_fill_color\":\"0E0D02\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\",\"name\":\"Marc Phalippou\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 20:05:52 +0000 2009\",\"profile_sidebar_border_color\":\"BEDFB6\",\"id\":92352549,\"utc_offset\":3600,\"favourites_count\":46,\"url\":\"http:\\/\\/www.facebook.com\\/profile.php?id=100001663745687\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189915209768960,\"created_at\":\"Fri Feb 24 23:37:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3508000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6bc957a8-d929-4b77-9b9a-1ee123c080e8-173189915209768960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3508000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189918007369728\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"profile_text_color\":\"CEC79B\",\"statuses_count\":35532,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"location\":\"Au pied d'un arc-en-ciel.\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"profile_sidebar_fill_color\":\"46284E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"name\":\"Sylvain Sanders\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_border_color\":\"20183F\",\"id\":37389744,\"utc_offset\":3600,\"favourites_count\":62,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189918007369728,\"created_at\":\"Fri Feb 24 23:37:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3508000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eab8a73a-9661-4861-86c6-1f6c06a7c21d-173189918007369728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ma tête en gros plan derrière kheops je kiffe ^^ #lgw #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: ma tête en gros plan derrière kheops je kiffe ^^ #lgw #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3509000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ma t\\u00eate en gros plan derri\\u00e8re kheops je kiffe ^^ #lgw #cQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]},{\"text\":\"cQui\",\"indices\":[54,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189919466995712\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":400,\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13681,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"location\":\"Ile de France, Nancy, Toulois\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"name\":\"Godai Yusaku\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":76995130,\"utc_offset\":3600,\"favourites_count\":68,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189919466995712,\"created_at\":\"Fri Feb 24 23:37:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3509000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7c14454d-086f-4edf-9c32-138a0b9fad0d-173189919466995712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Khéops expliquant #ACTA #faildelamort #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1476233426/lapavatar2_normal.png" +}, +"title": "LeLapin: Khéops expliquant #ACTA #faildelamort #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3509000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Kh\\u00e9ops expliquant #ACTA #faildelamort #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ACTA\",\"indices\":[18,23]},{\"text\":\"faildelamort\",\"indices\":[24,37]},{\"text\":\"lgw\",\"indices\":[38,42]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189920029016065\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"4d4494\",\"screen_name\":\"LeLapin64\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"Anglet - France\",\"profile_text_color\":\"faf5fa\",\"followers_count\":71,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1476233426\\/lapavatar2_normal.png\",\"description\":\"M\\u00e9dias & Communication, Sciences & Technologies, Nouvelles Id\\u00e9es & Nouveaux Paradigmes, et tant d'autres choses... Tout \\u00e7a vu de la C\\u00f4te Basque.\",\"statuses_count\":1134,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/378912273\\/hs-2008-34-a-1280x960_wallpaper.jpg\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"8c97fa\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000305\",\"protected\":false,\"id_str\":\"229050093\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"LeLapin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378912273\\/hs-2008-34-a-1280x960_wallpaper.jpg\",\"created_at\":\"Tue Dec 21 11:21:56 +0000 2010\",\"profile_sidebar_fill_color\":\"77718a\",\"id\":229050093,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/lelapin64.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1476233426\\/lapavatar2_normal.png\"},\"truncated\":false,\"id\":173189920029016065,\"created_at\":\"Fri Feb 24 23:37:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3509000, +"tags": [ +{ +"id-ref": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0887392-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fe09c805-e814-4b90-be4d-9a56abece891-173189920029016065" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ça sert à quoi un mur de tweets que l'on ne voit pas ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1838462962/w314uSp6_normal" +}, +"title": "myPlanetarium: #lgw ça sert à quoi un mur de tweets que l'on ne voit pas ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3509000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw \\u00e7a sert \\u00e0 quoi un mur de tweets que l'on ne voit pas ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189920104513536\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"my_Planetarium_\",\"lang\":\"fr\",\"favourites_count\":124,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":268,\"location\":\"La D\\u00e9fense\",\"profile_text_color\":\"333333\",\"followers_count\":121,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\",\"description\":\"myplanetarium.com\",\"statuses_count\":2854,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"302897276\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"myPlanetarium\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat May 21 23:24:01 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":302897276,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/myplanetarium.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\"},\"truncated\":false,\"id\":173189920104513536,\"created_at\":\"Fri Feb 24 23:37:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3509000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "50cf701b-2e50-428f-bd43-41fa0385b934-173189920104513536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw les demoiselles sur leur ordi sont magnifiques. Mais pas aussi belles que la chemise de @Vinvin", +"img": { +"src": "http://a0.twimg.com/profile_images/1778957991/kitty-album-animal-collective_normal.jpg" +}, +"title": "rhésus négatif: #lgw les demoiselles sur leur ordi sont magnifiques. Mais pas aussi belles que la chemise de @Vinvin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3510000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw les demoiselles sur leur ordi sont magnifiques. Mais pas aussi belles que la chemise de @Vinvin\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[93,100],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189923321552898\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"rhesusnegatif\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":134,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/411658969\\/1acaCuvIImrDwSd.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1778957991\\/kitty-album-animal-collective_normal.jpg\",\"description\":\"Tweet or GTFO\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"473379117\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/411658969\\/1acaCuvIImrDwSd.gif\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1778957991\\/kitty-album-animal-collective_normal.jpg\",\"name\":\"rh\\u00e9sus n\\u00e9gatif\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 24 22:36:01 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":473379117,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189923321552898,\"created_at\":\"Fri Feb 24 23:37:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3510000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e41009af-41de-4078-9a98-5b50ea0d311a-173189923321552898" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cqui", +"img": { +"src": "http://a3.twimg.com/profile_images/1512721801/P1100819_normal.jpg" +}, +"title": "adib bensalem: #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3510000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189925238341632\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"bensalemadib\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":175,\"location\":\"Rabat, Morocco\",\"profile_text_color\":\"333333\",\"followers_count\":76,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1512721801\\/P1100819_normal.jpg\",\"description\":\"Lecturer-Researcher in Management and Strategy. World traveler, born curious and social activist. I tweet about pretty much everything in french & english.\",\"statuses_count\":114,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"96349925\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"adib bensalem\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Dec 12 14:15:37 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":96349925,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1512721801\\/P1100819_normal.jpg\"},\"truncated\":false,\"id\":173189925238341632,\"created_at\":\"Fri Feb 24 23:37:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3510000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62e09060-9a22-4ecc-b251-353a4ff8eee5-173189925238341632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bonne nuit les junkies! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1840420824/FRANCEFORTE-by-dzeis_normal.jpg" +}, +"title": "[ɖʐəɪʃ]: Bonne nuit les junkies! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3511000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bonne nuit les junkies! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189927658467328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":555,\"screen_name\":\"dzeis\",\"lang\":\"fr\",\"profile_text_color\":\"cccccc\",\"statuses_count\":16802,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/414372141\\/bg-twitterAD.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":50,\"profile_link_color\":\"ff0084\",\"followers_count\":1129,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1840420824\\/FRANCEFORTE-by-dzeis_normal.jpg\",\"description\":\"Tu aimes le foot et la politique? Tu peux entrer, je t'accepterai malgr\\u00e9 ta diff\\u00e9rence. Follow par @LANDEYves, mais je ne l'explique toujours pas.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"47984073\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/414372141\\/bg-twitterAD.jpg\",\"profile_sidebar_fill_color\":\"292929\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840420824\\/FRANCEFORTE-by-dzeis_normal.jpg\",\"name\":\"[\\u0256\\u0290\\u0259\\u026a\\u0283]\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 14:50:50 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":47984073,\"utc_offset\":3600,\"favourites_count\":52,\"url\":\"http:\\/\\/nonjenaipasdefacebookconnard.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189927658467328,\"created_at\":\"Fri Feb 24 23:37:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3511000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae47b49e-18aa-4896-bed4-c40b07d538e5-173189927658467328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1851418370/image_normal.jpg" +}, +"title": "Emmanuelle: #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3511000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189928652505088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":4,\"screen_name\":\"T0un3\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":0,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851418370\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502227826\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851418370\\/image_normal.jpg\",\"name\":\" Emmanuelle\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 24 23:05:27 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502227826,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189928652505088,\"created_at\":\"Fri Feb 24 23:37:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3511000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "788b102b-beb5-42c2-a1d7-557df029b294-173189928652505088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je decouvre #lgw , que faites vous derrieres vos ordis, en direct ? Vous changez des sujets en direct ? Comment participer à l'emission?thks", +"img": { +"src": "http://a1.twimg.com/profile_images/1351731819/Logo-FF_normal.jpg" +}, +"title": "Fix: Je decouvre #lgw , que faites vous derrieres vos ordis, en direct ? Vous changez des sujets en direct ? Comment participer à l'emission?thks", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3511000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je decouvre #lgw , que faites vous derrieres vos ordis, en direct ? Vous changez des sujets en direct ? Comment participer \\u00e0 l'emission?thks\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189927880757248\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":198,\"screen_name\":\"FilmsFix\",\"lang\":\"fr\",\"profile_text_color\":\"d6ac04\",\"statuses_count\":5366,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/193820189\\/Fond-filmsfix-twitter-Web2000px.jpg\",\"location\":\"France, Paris\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"0084B4\",\"followers_count\":569,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1351731819\\/Logo-FF_normal.jpg\",\"description\":\"Vous aimez le cin\\u00e9ma et les news insolites ? Ca tombe bien, nous aussi !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"242424\",\"id_str\":\"126344795\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/193820189\\/Fond-filmsfix-twitter-Web2000px.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1351731819\\/Logo-FF_normal.jpg\",\"name\":\"Fix\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 25 15:21:33 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":126344795,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/www.filmsfix.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189927880757248,\"created_at\":\"Fri Feb 24 23:37:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3511000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5808f579-fe5c-4088-837b-9794d5f0b36c-173189927880757248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Mag_frog: Ah, on va avoir une explication mais par Kheops, pas de chance, il n'est pas du tout pédagogue... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1658546588/solidarnosc_normal.jpg" +}, +"title": "Miguel Teixeira: RT @Mag_frog: Ah, on va avoir une explication mais par Kheops, pas de chance, il n'est pas du tout pédagogue... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3513000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Mag_frog: Ah, on va avoir une explication mais par Kheops, pas de chance, il n'est pas du tout p\\u00e9dagogue... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Mag_frog\",\"indices\":[3,12],\"name\":\"Magalie Baudry\",\"id_str\":\"172314328\",\"id\":172314328}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ah, on va avoir une explication mais par Kheops, pas de chance, il n'est pas du tout p\\u00e9dagogue... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[98,102]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189677724082176\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f2b87e\",\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":251,\"location\":\"Nantes\\/Cholet\",\"profile_text_color\":\"333333\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"statuses_count\":6516,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Magalie Baudry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_fill_color\":\"f7a64a\",\"id\":172314328,\"follow_request_sent\":null,\"utc_offset\":-7200,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\"},\"truncated\":false,\"id\":173189677724082176,\"created_at\":\"Fri Feb 24 23:36:51 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189935745085441\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"migteix\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":258,\"location\":\"Orleans\",\"profile_text_color\":\"333333\",\"followers_count\":268,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"description\":\"blogueur orl\\u00e9anais, parle surtout d'actu locale et sort 2\\/3 blagues de temps en temps...\",\"statuses_count\":2719,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"3543511\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Miguel Teixeira\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Apr 05 18:00:09 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":3543511,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.coteboulevard.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\"},\"truncated\":false,\"id\":173189935745085441,\"created_at\":\"Fri Feb 24 23:37:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3513000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ab40fa90-e035-445c-85e8-e7ad540fba2c-173189935745085441" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1654388016/avatar_normal.jpg" +}, +"title": "Laluque Florian: #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3513000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189938588823553\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":15,\"screen_name\":\"flobbfr\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":18,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"paris, france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1654388016\\/avatar_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"184084037\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1654388016\\/avatar_normal.jpg\",\"name\":\"Laluque Florian\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 28 17:08:24 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":184084037,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189938588823553,\"created_at\":\"Fri Feb 24 23:37:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3513000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "65d205e2-4cef-4770-af88-6abcf8d968d0-173189938588823553" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @thony911: @stef2535 le web … vu par France Télévisions ! Je sais ça fait peur !!! #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1647384436/image_normal.jpg" +}, +"title": "Vcwik: RT @thony911: @stef2535 le web … vu par France Télévisions ! Je sais ça fait peur !!! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3515000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @thony911: @stef2535 le web \\u2026 vu par France T\\u00e9l\\u00e9visions ! Je sais \\u00e7a fait peur !!! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"thony911\",\"indices\":[3,12],\"id_str\":\"91351817\",\"name\":\"Tony\",\"id\":91351817},{\"screen_name\":\"stef2535\",\"indices\":[14,23],\"id_str\":\"198142532\",\"name\":\"Stef35\",\"id\":198142532}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[86,90]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"@stef2535 le web \\u2026 vu par France T\\u00e9l\\u00e9visions ! Je sais \\u00e7a fait peur !!! #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"stef2535\",\"indices\":[0,9],\"id_str\":\"198142532\",\"name\":\"Stef35\",\"id\":198142532}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173189164261580800\",\"id_str\":\"173189606907449345\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173189164261580800,\"in_reply_to_user_id_str\":\"198142532\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1840,\"screen_name\":\"thony911\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":20281,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/418968589\\/Wallpaper_TV_by_demonic_madness.jpg\",\"location\":\"Rennes - Paris FRANCE\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"009999\",\"followers_count\":1200,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1395423345\\/11_normal.JPG\",\"description\":\"Animateur Radio, Sp\\u00e9cialiste Buzz et M\\u00e9dias Tv et Radio. \\u00e9missions sp\\u00e9ciales sur Goom Radio. Red\\/C Buzzmoica.fr, BuzzMedias.net...Mes tweets n'engagent que moi\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"91351817\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418968589\\/Wallpaper_TV_by_demonic_madness.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1395423345\\/11_normal.JPG\",\"name\":\"Tony\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 20 14:34:32 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":91351817,\"utc_offset\":3600,\"favourites_count\":211,\"url\":\"http:\\/\\/buzzmedias.net\"},\"in_reply_to_screen_name\":\"stef2535\",\"truncated\":false,\"id\":173189606907449345,\"created_at\":\"Fri Feb 24 23:36:34 +0000 2012\",\"in_reply_to_user_id\":198142532},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189946591547392\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"vcwik\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":991,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425462601\\/images.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1647384436\\/image_normal.jpg\",\"description\":\"Someone like me ... Somewhere ...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"382801997\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425462601\\/images.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1647384436\\/image_normal.jpg\",\"name\":\"Vcwik\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 30 18:19:28 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":382801997,\"utc_offset\":3600,\"favourites_count\":21,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189946591547392,\"created_at\":\"Fri Feb 24 23:37:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3515000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a89af849-6c5d-4e66-a9bc-ea5efb446d37-173189946591547392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1761971356/11471_video_big_normal.jpg" +}, +"title": "Co|dFragger: #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3516000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189948806144003\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":601,\"screen_name\":\"ColdFragger\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1419,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Alpes-Maritimes\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"009999\",\"followers_count\":154,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1761971356\\/11471_video_big_normal.jpg\",\"description\":\"Deviant super-h\\u00e9ros, je bois du caf\\u00e9 donc je veille. Je veille donc j'\\u00e9cris. Mais pas, ici, ailleurs, ou sur #lemag @lemagjeuxvideo\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"408476304\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1761971356\\/11471_video_big_normal.jpg\",\"name\":\"Co|dFragger\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 09 13:35:26 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":408476304,\"utc_offset\":3600,\"favourites_count\":36,\"url\":\"http:\\/\\/lemagjeuxvideo.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189948806144003,\"created_at\":\"Fri Feb 24 23:37:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3516000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "02b40d7e-b409-4828-ad22-326215097bf6-173189948806144003" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3516000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeRadiateur\",\"indices\":[3,15],\"id_str\":\"194271706\",\"name\":\"Joffrey D.\",\"id\":194271706}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[94,118]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[77,101]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189178589315072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":263,\"screen_name\":\"LeRadiateur\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":4227,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"description\":\"Coordinateur d'Antenne sur NRJ \\/ Animateur du 9h-Midi \\/ Passionn\\u00e9 de photographie \\/ Tweets originaux garantis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"194271706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"name\":\"Joffrey D.\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 23 20:17:47 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":194271706,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/leradiateur\\/sets\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189178589315072,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189950437732352\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15003,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":262,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189950437732352,\"created_at\":\"Fri Feb 24 23:37:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3516000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f070e628-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4653c67d-0d05-4d9e-b2e1-1708fb443df2-173189950437732352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Acta - un flic dans ta box quoi", +"img": { +"src": "http://a3.twimg.com/profile_images/667488091/malko_normal.png" +}, +"title": "Malko: #lgw Acta - un flic dans ta box quoi", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3517000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Acta - un flic dans ta box quoi\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189954673967104\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"malkovitch\",\"lang\":\"fr\",\"favourites_count\":221,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":484,\"location\":\"ouest\",\"profile_text_color\":\"b3a8a8\",\"followers_count\":1232,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/667488091\\/malko_normal.png\",\"description\":\"dompteur de smartphones Android et autres Os\",\"statuses_count\":25646,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/71376186\\/screenshot_001.png\",\"show_all_inline_media\":false,\"listed_count\":85,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"16329725\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Malko\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/71376186\\/screenshot_001.png\",\"created_at\":\"Wed Sep 17 14:57:12 +0000 2008\",\"profile_sidebar_fill_color\":\"252429\",\"id\":16329725,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/blog.bretagne-balades.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/667488091\\/malko_normal.png\"},\"truncated\":false,\"id\":173189954673967104,\"created_at\":\"Fri Feb 24 23:37:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3517000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ceb1a5b5-c074-4d49-884f-7ec4c8f8d98a-173189954673967104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RaphaelHalfaoui: si tu n'es tjr pas convaincu que ta redevance sert à acheter de la drogue regarde fr 5 now ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1735644265/front_de_gauche_annee_normal.jpg" +}, +"title": "Cachounette: RT @RaphaelHalfaoui: si tu n'es tjr pas convaincu que ta redevance sert à acheter de la drogue regarde fr 5 now ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3517000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @RaphaelHalfaoui: si tu n'es tjr pas convaincu que ta redevance sert \\u00e0 acheter de la drogue regarde fr 5 now ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"RaphaelHalfaoui\",\"indices\":[3,19],\"name\":\"Raphael Halfaoui\",\"id_str\":\"394217399\",\"id\":394217399}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"si tu n'es tjr pas convaincu que ta redevance sert \\u00e0 acheter de la drogue regarde fr 5 now ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-0.0682094,49.0414901],[-0.0011844,49.0414901],[-0.0011844,49.070918],[-0.0682094,49.070918]]]},\"attributes\":{},\"full_name\":\"Ouville-la-Bien-Tourn\\u00e9e, Calvados\",\"place_type\":\"city\",\"name\":\"Ouville-la-Bien-Tourn\\u00e9e\",\"id\":\"68c776ec89b83cd4\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/68c776ec89b83cd4.json\"},\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189629745430528\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"RaphaelHalfaoui\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":593,\"location\":\"Caen\",\"profile_text_color\":\"333333\",\"followers_count\":187,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836151304\\/322714_2610071087496_1126544794_32082335_1141602540_o_normal.jpg\",\"description\":\"Music photographer in Caen at @CargoCaen & Big Band Caf\\u00e9 since the 1st edition of Beauregard festival Blogger for @WebPrisedeVue \\r\\nraphael-halfaoui.tumblr.com\",\"statuses_count\":1004,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/349455802\\/IMG_3707-1.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"394217399\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Raphael Halfaoui\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/349455802\\/IMG_3707-1.jpg\",\"created_at\":\"Wed Oct 19 19:05:01 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":394217399,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/raphaelphotographie\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836151304\\/322714_2610071087496_1126544794_32082335_1141602540_o_normal.jpg\"},\"truncated\":false,\"id\":173189629745430528,\"created_at\":\"Fri Feb 24 23:36:40 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189953340190722\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"cachounette\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":40,\"location\":\"France\",\"profile_text_color\":\"3E4415\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"description\":\"sage femme, militante PCF-Front de gauche et CGT\",\"statuses_count\":250,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"39092205\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cachounette\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Sun May 10 18:40:14 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":39092205,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\"},\"truncated\":false,\"id\":173189953340190722,\"created_at\":\"Fri Feb 24 23:37:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3517000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "43713b16-429c-4f49-98e9-92b2bc42ce9e-173189953340190722" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1605787538/image_normal.jpg" +}, +"title": "Evan Frouin: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3518000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189958327214080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"Evanuaille\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1605787538\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"312209085\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1605787538\\/image_normal.jpg\",\"name\":\"Evan Frouin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 06 19:12:42 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":312209085,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189958327214080,\"created_at\":\"Fri Feb 24 23:37:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3518000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "57ee8fd5-5aaa-4364-833f-3de9472a4cd3-173189958327214080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Initials_MC moi, j ai bu pdt les césars et atteint le degré d'alcoolemie parfait pour être en phase avec #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1664610739/n11522806_32199384_5938_normal.jpg" +}, +"title": "pepetch: @Initials_MC moi, j ai bu pdt les césars et atteint le degré d'alcoolemie parfait pour être en phase avec #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3519000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Initials_MC moi, j ai bu pdt les c\\u00e9sars et atteint le degr\\u00e9 d'alcoolemie parfait pour \\u00eatre en phase avec #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Initials_MC\",\"indices\":[0,12],\"id_str\":\"34442230\",\"name\":\"car_melo\",\"id\":34442230}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[106,110]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173188820504805377\",\"id_str\":\"173189962269851649\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188820504805377,\"in_reply_to_user_id_str\":\"34442230\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":558,\"screen_name\":\"pepetch\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1000,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Villeurbanne\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1664610739\\/n11522806_32199384_5938_normal.jpg\",\"description\":\"Helene, 26 ans, Lyon\\/Villeurbanne, PS, MJS. Tweete politique, actu, cuisine, et vie quotidienne... \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"43307152\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1664610739\\/n11522806_32199384_5938_normal.jpg\",\"name\":\"pepetch\",\"default_profile_image\":false,\"created_at\":\"Fri May 29 10:22:59 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":43307152,\"utc_offset\":null,\"favourites_count\":9,\"url\":\"http:\\/\\/www.tumblr.com\\/tumblelog\\/pepetch\"},\"in_reply_to_screen_name\":\"Initials_MC\",\"truncated\":false,\"id\":173189962269851649,\"created_at\":\"Fri Feb 24 23:37:59 +0000 2012\",\"in_reply_to_user_id\":34442230}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3519000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8a09d4ff-9ae9-481e-bc0d-5f2d7cbcf339-173189962269851649" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @KlaireFr: Je voulais faire ma blague que j'ai un mauvais caractère, mais que un sur 140, ça va ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1843996256/ICONES__48__normal.jpg" +}, +"title": "Melly*: RT @KlaireFr: Je voulais faire ma blague que j'ai un mauvais caractère, mais que un sur 140, ça va ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3519000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @KlaireFr: Je voulais faire ma blague que j'ai un mauvais caract\\u00e8re, mais que un sur 140, \\u00e7a va ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[3,12],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[101,105]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je voulais faire ma blague que j'ai un mauvais caract\\u00e8re, mais que un sur 140, \\u00e7a va ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[87,91]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187641917968386\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":780,\"screen_name\":\"KlaireFr\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":9882,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":282,\"profile_link_color\":\"1F98C7\",\"followers_count\":7203,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"description\":\"A un mauvais caract\\u00e8re. Mais un sur 140, \\u00e7a va. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C6E2EE\",\"id_str\":\"28096610\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/381308516\\/klaire.png\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1690913631\\/doc_normal.jpg\",\"name\":\"Klaire.fr\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 01 12:34:58 +0000 2009\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":28096610,\"utc_offset\":-10800,\"favourites_count\":35,\"url\":\"http:\\/\\/www.klaire.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187641917968386,\"created_at\":\"Fri Feb 24 23:28:46 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189964002099200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"meukfla\",\"lang\":\"fr\",\"profile_text_color\":\"a8004b\",\"statuses_count\":8120,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/404727500\\/4.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"ff7a9e\",\"followers_count\":76,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1843996256\\/ICONES__48__normal.jpg\",\"description\":\"\\u00ab Je n\\u2019ai rien \\u00e0 d\\u00e9clarer \\u00e0 part que je suis g\\u00e9nial. \\u00bb\\r\\nOscar Wilde.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e90075\",\"id_str\":\"74235999\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404727500\\/4.jpg\",\"profile_sidebar_fill_color\":\"e90075\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843996256\\/ICONES__48__normal.jpg\",\"name\":\"Melly*\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 14 19:16:02 +0000 2009\",\"profile_sidebar_border_color\":\"d00068\",\"id\":74235999,\"utc_offset\":3600,\"favourites_count\":15,\"url\":\"http:\\/\\/meukflasworld.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189964002099200,\"created_at\":\"Fri Feb 24 23:37:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3519000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c8e1ded0-fef8-461e-97c7-76c7d3705d3a-173189964002099200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais c'est quoi #Lgw ???", +"img": { +"src": "http://a2.twimg.com/profile_images/1602396995/image_normal.jpg" +}, +"title": "3starsinParis: Mais c'est quoi #Lgw ???", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3520000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais c'est quoi #Lgw ???\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189966430605312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":122,\"screen_name\":\"3starsinParis\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":3097,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1602396995\\/image_normal.jpg\",\"description\":\"Toujours bien maquill\\u00e9e\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"49583000\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602396995\\/image_normal.jpg\",\"name\":\"3starsinParis\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 22 09:28:20 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":49583000,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189966430605312,\"created_at\":\"Fri Feb 24 23:38:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3520000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bce40a49-e9a0-4032-bafc-f8849afd5a95-173189966430605312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vie de couple 2.0 RT: @Rapchka: Pour @Shelter_grey c'est moi qui ai l'ordi tu peux pas live-tweeter.J'espère que tu verras ça sur la TL #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1626973906/ProfilePicXAdualityNB_normal.jpg" +}, +"title": "Xim Axinn: Vie de couple 2.0 RT: @Rapchka: Pour @Shelter_grey c'est moi qui ai l'ordi tu peux pas live-tweeter.J'espère que tu verras ça sur la TL #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3520000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vie de couple 2.0 RT: @Rapchka: Pour @Shelter_grey c'est moi qui ai l'ordi tu peux pas live-tweeter.J'esp\\u00e8re que tu verras \\u00e7a sur la TL #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Rapchka\",\"indices\":[22,30],\"id_str\":\"222072390\",\"name\":\"Rapha\\u00eblle\",\"id\":222072390},{\"screen_name\":\"Shelter_Grey\",\"indices\":[37,50],\"id_str\":\"225164992\",\"name\":\"Shelter Grey\",\"id\":225164992}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[136,140]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189966929731585\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":221,\"screen_name\":\"XimAxinn\",\"lang\":\"fr\",\"profile_text_color\":\"208f14\",\"statuses_count\":5127,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"b30404\",\"followers_count\":184,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1626973906\\/ProfilePicXAdualityNB_normal.jpg\",\"description\":\"http:\\/\\/www.geexublog.fr Je vois des trucs, et je dis des b\\u00eatises dessus. Des fois c'est dr\\u00f4le. A part \\u00e7a, j'aime pas trop les hotdogs arm\\u00e9niens.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"fcfeff\",\"id_str\":\"406887664\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"e3e0e3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1626973906\\/ProfilePicXAdualityNB_normal.jpg\",\"name\":\"Xim Axinn\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 07 10:19:22 +0000 2011\",\"profile_sidebar_border_color\":\"476656\",\"id\":406887664,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/www.geexublog.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189966929731585,\"created_at\":\"Fri Feb 24 23:38:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3520000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f748d1a-3a6a-484d-83ed-292e88649cbd-173189966929731585" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ça cause #acta sur #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1766324715/Stephane_leprince_normal.GIF" +}, +"title": "Stéphane Leprince: Ça cause #acta sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3522000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00c7a cause #acta sur #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"acta\",\"indices\":[9,14]},{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189976954114049\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":685,\"screen_name\":\"stephleprince\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":986,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/193710111\\/twilk_background_4d33fd671dea6.jpg\",\"location\":\"46.213151,5.110998\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"2FC2EF\",\"followers_count\":423,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1766324715\\/Stephane_leprince_normal.GIF\",\"description\":\"Charg\\u00e9 de projets TICE et FOAD - Culture web et r\\u00e9seautage social\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"8351142\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/193710111\\/twilk_background_4d33fd671dea6.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1766324715\\/Stephane_leprince_normal.GIF\",\"name\":\"St\\u00e9phane Leprince\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 22 07:26:43 +0000 2007\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":8351142,\"utc_offset\":-10800,\"favourites_count\":16,\"url\":\"http:\\/\\/www.stephaneleprince.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189976954114049,\"created_at\":\"Fri Feb 24 23:38:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3522000, +"tags": [ +{ +"id-ref": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e0464749-9689-4fe5-8b54-ee4b6e3c1b7b-173189976954114049" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a3.twimg.com/profile_images/1272111066/coucou_a_celui_qui_lit__a_normal.png" +}, +"title": "Gandhiiman: #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3523000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189979026096132\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":396,\"screen_name\":\"gandhiiman\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":2749,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"at home\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"2FC2EF\",\"followers_count\":137,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1272111066\\/coucou_a_celui_qui_lit__a_normal.png\",\"description\":\"Infographiste multimedia, motiondesigner ...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"50971217\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1272111066\\/coucou_a_celui_qui_lit__a_normal.png\",\"name\":\"Gandhiiman\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 26 08:05:22 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":50971217,\"utc_offset\":3600,\"favourites_count\":13,\"url\":\"http:\\/\\/www.onedesignonline.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189979026096132,\"created_at\":\"Fri Feb 24 23:38:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3523000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5c813663-8653-4df7-8567-7eab0e84e146-173189979026096132" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton", +"img": { +"src": "http://a2.twimg.com/profile_images/1685009045/Capture_d_e_cran_2011-12-10_a__14.40.05_normal.png" +}, +"title": "Bertrand Uhrig: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3524000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #change2ton\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189984382222337\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"estrebet\",\"lang\":\"fr\",\"favourites_count\":537,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":359,\"location\":\"Montpellier\",\"profile_text_color\":\"333333\",\"followers_count\":237,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1685009045\\/Capture_d_e_cran_2011-12-10_a__14.40.05_normal.png\",\"description\":\"Chef de projet Web & Mobile \\u00e0 Montpellier - IOcean - Agilit\\u00e9 - SCRUM - Blog : http:\\/\\/estrebet.blogspot.com\\/ - Site : http:\\/\\/bertrand.uhrig.fr\",\"statuses_count\":1702,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/246074289\\/bgtwitterok.png\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"158439238\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Bertrand Uhrig\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/246074289\\/bgtwitterok.png\",\"created_at\":\"Tue Jun 22 18:04:38 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":158439238,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1685009045\\/Capture_d_e_cran_2011-12-10_a__14.40.05_normal.png\"},\"truncated\":false,\"id\":173189984382222337,\"created_at\":\"Fri Feb 24 23:38:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3524000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "674fa650-26ec-487c-83ea-31af745df1ba-173189984382222337" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ca serait bien de parler des médicaments génériques et des semences agricoles aussi #ACTA #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1841029880/gangstacat6ze46f4ze6f4z6e84_normal.jpg" +}, +"title": "Brice R.: Ca serait bien de parler des médicaments génériques et des semences agricoles aussi #ACTA #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3524000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ca serait bien de parler des m\\u00e9dicaments g\\u00e9n\\u00e9riques et des semences agricoles aussi #ACTA #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ACTA\",\"indices\":[84,89]},{\"text\":\"LGW\",\"indices\":[90,94]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189985082671105\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"brice_r_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2376,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"description\":\"#G\\u00e9meaux #DoublePersonnalit\\u00e9 \\r\\nParce que la vie priv\\u00e9e ne sert pas uniquement \\u00e0 cacher des d\\u00e9lits et des crimes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Copenhagen\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"15512436\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"name\":\"Brice R.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 21 08:09:24 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":15512436,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"https:\\/\\/www.eff.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189985082671105,\"created_at\":\"Fri Feb 24 23:38:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3524000, +"tags": [ +{ +"id-ref": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a93bee9-4851-41ac-a0b9-aff5a369d7ef-173189985082671105" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Mais le type a Gauche de Khéops, #cqui ? :D", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW Mais le type a Gauche de Khéops, #cqui ? :D", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3524000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Mais le type a Gauche de Kh\\u00e9ops, #cqui ? :D\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[38,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189985418219520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189985418219520,\"created_at\":\"Fri Feb 24 23:38:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3524000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "227e9e06-e2d5-4073-bdbc-a67e28a6a62b-173189985418219520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Devant #lgw je me sens un peu comme ça http://t.co/MOn2mTR6", +"img": { +"src": "http://a1.twimg.com/profile_images/1842911014/guetta_normal.jpg" +}, +"title": "Nico Prat: Devant #lgw je me sens un peu comme ça http://t.co/MOn2mTR6", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3527000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Devant #lgw je me sens un peu comme \\u00e7a http:\\/\\/t.co\\/MOn2mTR6\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]}],\"media\":[{\"type\":\"photo\",\"indices\":[39,59],\"sizes\":{\"large\":{\"h\":326,\"resize\":\"fit\",\"w\":360},\"medium\":{\"h\":326,\"resize\":\"fit\",\"w\":360},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":308,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdLYf4CEAM3Vtl.jpg\",\"id_str\":\"173189994922512387\",\"expanded_url\":\"http:\\/\\/twitter.com\\/nicoprat\\/status\\/173189994922512384\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdLYf4CEAM3Vtl.jpg\",\"id\":173189994922512387,\"display_url\":\"pic.twitter.com\\/MOn2mTR6\",\"url\":\"http:\\/\\/t.co\\/MOn2mTR6\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189994922512384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2297,\"screen_name\":\"nicoprat\",\"lang\":\"en\",\"profile_text_color\":\"0a040a\",\"statuses_count\":29877,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":210,\"profile_link_color\":\"224087\",\"followers_count\":6569,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"description\":\"Le Mouv, Tsugi, Technikart, Voxpop, co-auteur des Miscellan\\u00e9es d'Internet, et un petit sudoku de temps en temps\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"19256842\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"name\":\"Nico Prat\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 20 20:55:08 +0000 2009\",\"profile_sidebar_border_color\":\"050504\",\"id\":19256842,\"utc_offset\":3600,\"favourites_count\":440,\"url\":\"http:\\/\\/nicoprat.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189994922512384,\"created_at\":\"Fri Feb 24 23:38:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3527000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "55855810-4bd1-4efa-85e3-d674a178a23d-173189994922512384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw juste pour le decompte.", +"img": { +"src": "http://a2.twimg.com/profile_images/1712341057/image_normal.jpg" +}, +"title": "Le Meunier: #lgw juste pour le decompte.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3527000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw juste pour le decompte.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189996038201344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":175,\"screen_name\":\"badabing80\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":41,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":15,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1712341057\\/image_normal.jpg\",\"description\":\"C'est avec de la bonne farine qu'on enfume le plus. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"38875835\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1712341057\\/image_normal.jpg\",\"name\":\"Le Meunier\",\"default_profile_image\":false,\"created_at\":\"Sat May 09 15:58:55 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":38875835,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189996038201344,\"created_at\":\"Fri Feb 24 23:38:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3527000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d24c20f4-4bf5-4fd8-b240-aa3dcbad620e-173189996038201344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Lalee_retour j'essaie de m'accrocher mais ce qui me choque c'est de filmer de loin les 2 animateurs de #lgw de dos, c'est pas télévisuel", +"img": { +"src": "http://a2.twimg.com/profile_images/1756906806/avatar_twitter_roue_normal.jpg" +}, +"title": "Colette DESBORDES: @Lalee_retour j'essaie de m'accrocher mais ce qui me choque c'est de filmer de loin les 2 animateurs de #lgw de dos, c'est pas télévisuel", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3528000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Lalee_retour\",\"favorited\":false,\"text\":\"@Lalee_retour j'essaie de m'accrocher mais ce qui me choque c'est de filmer de loin les 2 animateurs de #lgw de dos, c'est pas t\\u00e9l\\u00e9visuel\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Lalee_retour\",\"indices\":[0,13],\"name\":\"Lal\\u00e9e Pinoncely\",\"id_str\":\"252150894\",\"id\":252150894}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[104,108]}]},\"in_reply_to_user_id\":252150894,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173189020338229248,\"in_reply_to_status_id_str\":\"173189020338229248\",\"id_str\":\"173190001193005056\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"cd_land\",\"lang\":\"en\",\"favourites_count\":36,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":679,\"location\":\"NICE - C\\u00f4te d'Azur - France\",\"profile_text_color\":\"0d0105\",\"followers_count\":718,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1756906806\\/avatar_twitter_roue_normal.jpg\",\"description\":\"Consultant formateur en management et gestion. Anticonformiste, anti Hollande, lib\\u00e9rale et entrepreneuriale. Aime la cr\\u00e9ation dans tous les domaines.\",\"statuses_count\":28113,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/401655557\\/twittermontboron112010en1366.jpg\",\"show_all_inline_media\":false,\"listed_count\":22,\"profile_link_color\":\"9e091d\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"33960395\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Colette DESBORDES\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/401655557\\/twittermontboron112010en1366.jpg\",\"created_at\":\"Tue Apr 21 16:47:17 +0000 2009\",\"profile_sidebar_fill_color\":\"fadfbe\",\"id\":33960395,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/codepro.over-blog.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1756906806\\/avatar_twitter_roue_normal.jpg\"},\"truncated\":false,\"id\":173190001193005056,\"created_at\":\"Fri Feb 24 23:38:08 +0000 2012\",\"in_reply_to_user_id_str\":\"252150894\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3528000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "97bbafe3-c795-4f80-bcc0-9e36b2b9f2bf-173190001193005056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "en ce moment #acta #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/788016744/Sans_titre_normal.jpg" +}, +"title": "Thomas Delecourt: en ce moment #acta #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3529000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"en ce moment #acta #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"acta\",\"indices\":[13,18]},{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobileways.de\\/gravity\\\" rel=\\\"nofollow\\\"\\u003EGravity!\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190006750445568\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1279,\"screen_name\":\"deletom\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":6999,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/427316930\\/minimalist-wallpaper-blue.jpg\",\"location\":\"Valenciennes\",\"show_all_inline_media\":false,\"listed_count\":58,\"profile_link_color\":\"1c4743\",\"followers_count\":929,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/788016744\\/Sans_titre_normal.jpg\",\"description\":\"Chef de projet\\/D\\u00e9veloppeur Web\\r\\nPassionn\\u00e9 par le web et les nouvelles technologies\\r\\n#php #Jquery\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"85bfba\",\"id_str\":\"127837693\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/427316930\\/minimalist-wallpaper-blue.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/788016744\\/Sans_titre_normal.jpg\",\"name\":\"Thomas Delecourt\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 30 11:34:51 +0000 2010\",\"profile_sidebar_border_color\":\"02666b\",\"id\":127837693,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"https:\\/\\/www.facebook.com\\/leweb.danstous.ses.etats\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190006750445568,\"created_at\":\"Fri Feb 24 23:38:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3529000, +"tags": [ +{ +"id-ref": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "730f8fdf-fac0-40c7-807e-4412980af3ff-173190006750445568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Kheops gentil hacker mais mauvais parleur. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: Kheops gentil hacker mais mauvais parleur. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3529000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Kheops gentil hacker mais mauvais parleur. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190004728803329\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"4BB7DF\",\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"favourites_count\":98,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":319,\"location\":\"Toulouse.\",\"profile_text_color\":\"8FCAE0\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"statuses_count\":5859,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"protected\":false,\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"R\\u00e9mi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_fill_color\":\"191F22\",\"id\":161146189,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\"},\"truncated\":false,\"id\":173190004728803329,\"created_at\":\"Fri Feb 24 23:38:09 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3529000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "edc56245-3635-44e8-bbed-d9f69cb7f3fb-173190004728803329" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"Donc ACTA c'est de la merde\" Magnifique résumé, merci. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1361194174/DSCF2750_-_Copie_normal.JPG" +}, +"title": "Basile Noel: \"Donc ACTA c'est de la merde\" Magnifique résumé, merci. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3529000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\"Donc ACTA c'est de la merde\\\" Magnifique r\\u00e9sum\\u00e9, merci. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190004447776769\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":166,\"screen_name\":\"bas60\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1563,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Picardie, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1361194174\\/DSCF2750_-_Copie_normal.JPG\",\"description\":\"Newseur sur PressStartButton.fr, lyc\\u00e9en en T. ES, geek, metalleux, communiste, et plein d'autres trucs !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"55279590\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1361194174\\/DSCF2750_-_Copie_normal.JPG\",\"name\":\"Basile Noel\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 09 16:15:08 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":55279590,\"utc_offset\":3600,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190004447776769,\"created_at\":\"Fri Feb 24 23:38:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3529000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e7299fea-3fdc-402d-83ec-da6627dc7064-173190004447776769" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton ou de tonalité? #lgw @LeGrandWebze", +"img": { +"src": "http://a0.twimg.com/profile_images/1752605252/slashunderscore_normal.PNG" +}, +"title": "Gilles Defromerie: #change2ton ou de tonalité? #lgw @LeGrandWebze", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3530000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton ou de tonalit\\u00e9? #lgw @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[33,46],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190010068140033\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":59,\"screen_name\":\"geldif\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":225,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Devant un \\u00e9cran num\\u00e9rique\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"description\":\"Debugger, Ajusteur d'Octets niveau Certification Binaire, Digital Engineer\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"394186996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"name\":\"Gilles Defromerie\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 19 18:07:56 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":394186996,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190010068140033,\"created_at\":\"Fri Feb 24 23:38:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3530000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "00ad592b-cc79-4fa0-ab3a-f650ca899ac7-173190010068140033" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Mag_frog: Ah, on va avoir une explication mais par Kheops, pas de chance, il n'est pas du tout pédagogue... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1817776486/SmokeQR_copie_normal.jpg" +}, +"title": "RuaLten: RT @Mag_frog: Ah, on va avoir une explication mais par Kheops, pas de chance, il n'est pas du tout pédagogue... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3531000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Mag_frog: Ah, on va avoir une explication mais par Kheops, pas de chance, il n'est pas du tout p\\u00e9dagogue... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Mag_frog\",\"indices\":[3,12],\"id_str\":\"172314328\",\"name\":\"Magalie Baudry\",\"id\":172314328}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Ah, on va avoir une explication mais par Kheops, pas de chance, il n'est pas du tout p\\u00e9dagogue... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[98,102]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189677724082176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189677724082176,\"created_at\":\"Fri Feb 24 23:36:51 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190011708112896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":501,\"screen_name\":\"RuaLten\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":1431,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"location\":\"Dans les champs de Bl\\u00e9...\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"828561\",\"followers_count\":186,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"description\":\"Un peu partout et nulle part \\u00e0 la fois... Buveur de bi\\u00e8re belge et d'Irish Whiskey. R\\u00e2leur professionnel... \\u2620\\u2620\\u2620\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"359827989\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"profile_sidebar_fill_color\":\"62a635\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"name\":\"RuaLten\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 22 07:12:46 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":359827989,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/rualten.perso.sfr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190011708112896,\"created_at\":\"Fri Feb 24 23:38:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3531000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6ada4749-44d3-439e-8cf6-0f0a677b2727-173190011708112896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je suis partagé sur #lgw. Un concept qui mérite un essai mais reste trop brouillon, wtf, et surtout financé par nos redevances.", +"img": { +"src": "http://a3.twimg.com/profile_images/1820482830/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg" +}, +"title": "Guillaume Renard: Je suis partagé sur #lgw. Un concept qui mérite un essai mais reste trop brouillon, wtf, et surtout financé par nos redevances.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3531000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je suis partag\\u00e9 sur #lgw. Un concept qui m\\u00e9rite un essai mais reste trop brouillon, wtf, et surtout financ\\u00e9 par nos redevances.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190014266638336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":599,\"screen_name\":\"G_Renard\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1486,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"020d0c\",\"followers_count\":204,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1820482830\\/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg\",\"description\":\"Motorsports junkie. Working on social media and webmarketing stuff. Writer for @chequeredflags \\/ Membre CN @PartiLiberal\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"12186112\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"668ff7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1820482830\\/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg\",\"name\":\"Guillaume Renard\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 13 17:02:09 +0000 2008\",\"profile_sidebar_border_color\":\"050505\",\"id\":12186112,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/chequeredflags.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190014266638336,\"created_at\":\"Fri Feb 24 23:38:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3531000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "464be5d1-f5c6-48b6-8f6f-6be62140d152-173190014266638336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Qu'est ce que les gens font sur le plateau? C'est un cyber café? Y'a un frigo avec des tropicos au moins? #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1300818041/twitter_frite_normal.jpg" +}, +"title": "rorolafrite: Qu'est ce que les gens font sur le plateau? C'est un cyber café? Y'a un frigo avec des tropicos au moins? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3532000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Qu'est ce que les gens font sur le plateau? C'est un cyber caf\\u00e9? Y'a un frigo avec des tropicos au moins? #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[106,110]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190015969529856\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"b05403\",\"screen_name\":\"rorolafrite\",\"lang\":\"fr\",\"favourites_count\":15,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":366,\"location\":\"\",\"profile_text_color\":\"000000\",\"followers_count\":385,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1300818041\\/twitter_frite_normal.jpg\",\"description\":\"En 87, j'\\u00e9tais maire d'Antibes. Apr\\u00e8s j'en ai eu marre.\",\"statuses_count\":2110,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/50572791\\/fondtwitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"b05007\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"473623\",\"protected\":false,\"id_str\":\"7118592\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"rorolafrite\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/50572791\\/fondtwitter.jpg\",\"created_at\":\"Wed Jun 27 21:21:56 +0000 2007\",\"profile_sidebar_fill_color\":\"cfb080\",\"id\":7118592,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/cargocollective.com\\/doublescottie\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1300818041\\/twitter_frite_normal.jpg\"},\"truncated\":false,\"id\":173190015969529856,\"created_at\":\"Fri Feb 24 23:38:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3532000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f1333568-728e-44a5-a480-1718b091a9d5-173190015969529856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @MathildePousseo: François Rollin a le même coloriste que François Hollande, et @Vinvin le même chemisiste que Carlos #cqui #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1843250602/image_normal.jpg" +}, +"title": "Virginie Lominet: RT @MathildePousseo: François Rollin a le même coloriste que François Hollande, et @Vinvin le même chemisiste que Carlos #cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3533000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @MathildePousseo: Fran\\u00e7ois Rollin a le m\\u00eame coloriste que Fran\\u00e7ois Hollande, et @Vinvin le m\\u00eame chemisiste que Carlos #cqui #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"MathildePousseo\",\"indices\":[3,19],\"name\":\"Ovale de Gr\\u00e2ce\",\"id_str\":\"81447410\",\"id\":81447410},{\"screen_name\":\"Vinvin\",\"indices\":[83,90],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[121,126]},{\"text\":\"LGW\",\"indices\":[127,131]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin a le m\\u00eame coloriste que Fran\\u00e7ois Hollande, et @Vinvin le m\\u00eame chemisiste que Carlos #cqui #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[62,69],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[100,105]},{\"text\":\"LGW\",\"indices\":[106,110]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189730056417281\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"65B0DA\",\"screen_name\":\"MathildePousseo\",\"lang\":\"en\",\"favourites_count\":18,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":504,\"location\":\"\",\"profile_text_color\":\"3D1957\",\"followers_count\":933,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1838968067\\/teamSFRCT_normal\",\"description\":\"Du rugby, de la politique, du ruck n'roll. Le tout au 4e degr\\u00e9!\",\"statuses_count\":8402,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/44338571\\/grpechampion2007-1280.jpg\",\"show_all_inline_media\":false,\"listed_count\":37,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"protected\":false,\"id_str\":\"81447410\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Ovale de Gr\\u00e2ce\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/44338571\\/grpechampion2007-1280.jpg\",\"created_at\":\"Sat Oct 10 21:39:27 +0000 2009\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"id\":81447410,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.boucherie-ovalie.org\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838968067\\/teamSFRCT_normal\"},\"truncated\":false,\"id\":173189730056417281,\"created_at\":\"Fri Feb 24 23:37:04 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190023594770435\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"laristocraft\",\"lang\":\"fr\",\"favourites_count\":426,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":916,\"location\":\"Boulogne-billancourt\",\"profile_text_color\":\"333333\",\"followers_count\":4464,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"description\":\"Ne dites pas \\u00e0 ma m\\u00e8re que je suis community manager, elle me croit pianiste dans un bordel. Fantasque & despotique. Pathologie: Bovarysme. On @Locita @Owni\",\"statuses_count\":15204,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"show_all_inline_media\":false,\"listed_count\":402,\"profile_link_color\":\"ab3202\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"16502490\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Virginie Lominet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"created_at\":\"Sun Sep 28 20:37:13 +0000 2008\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":16502490,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.laristocraft.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\"},\"truncated\":false,\"id\":173190023594770435,\"created_at\":\"Fri Feb 24 23:38:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3533000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5de9eae8-e5ce-44c2-8e75-acca0730675b-173190023594770435" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je souhaite une merveilleuse nuit à ceux qui ne dorment pas encore. Mieux que les moutons, #Lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1577312655/E_TE__2011_PROPRIANO_light_normal.jpg" +}, +"title": "AnneCha Celier: Je souhaite une merveilleuse nuit à ceux qui ne dorment pas encore. Mieux que les moutons, #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3534000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je souhaite une merveilleuse nuit \\u00e0 ceux qui ne dorment pas encore. Mieux que les moutons, #Lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190026274942977\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":921,\"screen_name\":\"annechacelier\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":2932,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/58686718\\/P1030314.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":15,\"profile_link_color\":\"2FC2EF\",\"followers_count\":538,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1577312655\\/E_TE__2011_PROPRIANO_light_normal.jpg\",\"description\":\"Habitante du 2\\u00e8me arrondissement, brune, 1\\/2 corse, @FredFaridGroup, @KidsLoveJetlag, quelques enfants, presque barmaid\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"beaacc\",\"id_str\":\"17899913\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/58686718\\/P1030314.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1577312655\\/E_TE__2011_PROPRIANO_light_normal.jpg\",\"name\":\"AnneCha Celier\",\"default_profile_image\":false,\"created_at\":\"Fri Dec 05 15:49:22 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":17899913,\"utc_offset\":3600,\"favourites_count\":36,\"url\":\"http:\\/\\/3kidsandafull-timejob.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190026274942977,\"created_at\":\"Fri Feb 24 23:38:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3534000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "931d49c7-4aab-49f4-af48-6a4f60e5a6ca-173190026274942977" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RaphaelHalfaoui: si tu n'es tjr pas convaincu que ta redevance sert à acheter de la drogue regarde fr 5 now ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: RT @RaphaelHalfaoui: si tu n'es tjr pas convaincu que ta redevance sert à acheter de la drogue regarde fr 5 now ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3534000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @RaphaelHalfaoui: si tu n'es tjr pas convaincu que ta redevance sert \\u00e0 acheter de la drogue regarde fr 5 now ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"RaphaelHalfaoui\",\"indices\":[3,19],\"id_str\":\"394217399\",\"name\":\"Raphael Halfaoui\",\"id\":394217399}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"si tu n'es tjr pas convaincu que ta redevance sert \\u00e0 acheter de la drogue regarde fr 5 now ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[93,97]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-0.0682094,49.0414901],[-0.0011844,49.0414901],[-0.0011844,49.070918],[-0.0682094,49.070918]]]},\"attributes\":{},\"full_name\":\"Ouville-la-Bien-Tourn\\u00e9e, Calvados\",\"place_type\":\"city\",\"name\":\"Ouville-la-Bien-Tourn\\u00e9e\",\"id\":\"68c776ec89b83cd4\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/68c776ec89b83cd4.json\"},\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189629745430528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":593,\"screen_name\":\"RaphaelHalfaoui\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1004,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/349455802\\/IMG_3707-1.jpg\",\"location\":\"Caen\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":187,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836151304\\/322714_2610071087496_1126544794_32082335_1141602540_o_normal.jpg\",\"description\":\"Music photographer in Caen at @CargoCaen & Big Band Caf\\u00e9 since the 1st edition of Beauregard festival Blogger for @WebPrisedeVue \\r\\nraphael-halfaoui.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"394217399\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/349455802\\/IMG_3707-1.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836151304\\/322714_2610071087496_1126544794_32082335_1141602540_o_normal.jpg\",\"name\":\"Raphael Halfaoui\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 19 19:05:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":394217399,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/raphaelphotographie\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189629745430528,\"created_at\":\"Fri Feb 24 23:36:40 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190026606284801\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":14422,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"name\":\"FrinnockBoChar\",\"default_profile_image\":false,\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":40014489,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190026606284801,\"created_at\":\"Fri Feb 24 23:38:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3534000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0e0bdecf-fed2-4e04-95bb-4281d10bcf73-173190026606284801" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Screenshot pour @PascalMabille #lgw http://t.co/Ivc30gvq", +"img": { +"src": "http://a3.twimg.com/profile_images/1541409765/myself_normal.jpg" +}, +"title": "Vivien CHAZEL: Screenshot pour @PascalMabille #lgw http://t.co/Ivc30gvq", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3535000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Screenshot pour @PascalMabille #lgw http:\\/\\/t.co\\/Ivc30gvq\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[16,30],\"name\":\"Pascal Mabille\",\"id_str\":\"1367131\",\"id\":1367131}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}],\"media\":[{\"type\":\"photo\",\"indices\":[36,56],\"sizes\":{\"small\":{\"h\":255,\"resize\":\"fit\",\"w\":340},\"large\":{\"h\":384,\"resize\":\"fit\",\"w\":512},\"medium\":{\"h\":384,\"resize\":\"fit\",\"w\":512},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdLaSlCIAA2Q8k.jpg\",\"id_str\":\"173190025712902144\",\"id\":173190025712902144,\"expanded_url\":\"http:\\/\\/twitter.com\\/mirayoki\\/status\\/173190025708707841\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/Ivc30gvq\",\"url\":\"http:\\/\\/t.co\\/Ivc30gvq\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdLaSlCIAA2Q8k.jpg\"}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.apple.com\\\" rel=\\\"nofollow\\\"\\u003EPhotos on iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190025708707841\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"mirayoki\",\"lang\":\"en\",\"favourites_count\":65,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":494,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":163,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1541409765\\/myself_normal.jpg\",\"description\":\"Digital Facilitator 3.0 \\u2716 Badges ENJMIN+Hypermedia PARIS8 \\u2716 #Agile #Gamification #Transmedia #ARG #SocialGame #SeriousGame #CasualGame #SmartTV #SoLoMo #ToDaClo\",\"statuses_count\":1101,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/269965835\\/background-top_copy.jpg\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0285d7\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"315115218\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Vivien CHAZEL\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/269965835\\/background-top_copy.jpg\",\"created_at\":\"Sat Jun 11 09:56:54 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":315115218,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/be.net\\/vchazel\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1541409765\\/myself_normal.jpg\"},\"truncated\":false,\"id\":173190025708707841,\"created_at\":\"Fri Feb 24 23:38:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3535000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "74e7b937-b0a3-4140-a505-a120392b5b7f-173190025708707841" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW c'est le radeau de la méduse, mais avec des meubles qui s'allument", +"img": { +"src": "http://a3.twimg.com/profile_images/1824854315/3615pbs_normal.jpg" +}, +"title": "P. Bourdin-Sauviac: #LGW c'est le radeau de la méduse, mais avec des meubles qui s'allument", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3535000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW c'est le radeau de la m\\u00e9duse, mais avec des meubles qui s'allument\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190029940756480\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ebf0ff\",\"screen_name\":\"3615pbs\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":497,\"location\":\"Paris, France\",\"profile_text_color\":\"062d57\",\"followers_count\":2829,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"description\":\"Je suis nomm\\u00e9 Pierre. Animateur, journaliste, auteur, ex-r\\u00e9al du zap de Direct 8 et awesome talent @ Marzab Productions. Et lumi\\u00e8re divine sur 3615pbs.com. \\u0ca0_\\u0ca0\",\"statuses_count\":29707,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"0513ad\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"133024198\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"P. Bourdin-Sauviac\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"created_at\":\"Wed Apr 14 20:34:18 +0000 2010\",\"profile_sidebar_fill_color\":\"c0c4e0\",\"id\":133024198,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.3615pbs.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\"},\"truncated\":false,\"id\":173190029940756480,\"created_at\":\"Fri Feb 24 23:38:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3535000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1b328ba4-33ca-4cd9-84f0-afda2b5ea58b-173190029940756480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1745774645/tof_lettre_ccp_normal.JPG" +}, +"title": "Cazaderon: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3537000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190037037522945\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Cazaderon\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":14,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1745774645\\/tof_lettre_ccp_normal.JPG\",\"description\":\"Massive FPS Player, What The French Clan leader, Eve noobie and DUST 514 fan.\\r\\nCreator and author of http:\\/\\/www.Dust514-France.fr\\r\\n\",\"statuses_count\":199,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"389339259\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cazaderon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Oct 12 07:47:28 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":389339259,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1745774645\\/tof_lettre_ccp_normal.JPG\"},\"truncated\":false,\"id\":173190037037522945,\"created_at\":\"Fri Feb 24 23:38:17 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3537000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "982ad23f-ad17-4bd3-ac52-f1b2dfd9a004-173190037037522945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Y'en a un derrière qui prend des photos avec son iPhone. #cQui ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Y'en a un derrière qui prend des photos avec son iPhone. #cQui ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3538000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Y'en a un derri\\u00e8re qui prend des photos avec son iPhone. #cQui ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[57,62]},{\"text\":\"lgw\",\"indices\":[65,69]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190042586578944\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3247,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173190042586578944,\"created_at\":\"Fri Feb 24 23:38:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3538000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "89d1015f-e52f-4467-bd5f-9941d68f8970-173190042586578944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw si on trouvait nul les blagues des césars, ben là c'est pire (ceci n'est pas un compliment)", +"img": { +"src": "http://a2.twimg.com/profile_images/1685061192/Photo_du_10-12-11___15.18_normal.jpg" +}, +"title": "DelloyeCoiteux: #lgw si on trouvait nul les blagues des césars, ben là c'est pire (ceci n'est pas un compliment)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3539000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw si on trouvait nul les blagues des c\\u00e9sars, ben l\\u00e0 c'est pire (ceci n'est pas un compliment)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190045082189824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":277,\"screen_name\":\"DelloyeCoiteux\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2108,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":89,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"description\":\"Design, Architecture, Photographie, Web et autres petites curiosit\\u00e9s\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"433388967\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"name\":\"DelloyeCoiteux\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 10 14:14:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":433388967,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190045082189824,\"created_at\":\"Fri Feb 24 23:38:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3539000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a0d50e7a-220e-437f-a18b-df28ae058deb-173190045082189824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Moi je trouve que @AudeBaron ressemble à Marina Foïs, non ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1509540967/6538316M_normal.jpg" +}, +"title": "PH7831: Moi je trouve que @AudeBaron ressemble à Marina Foïs, non ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3539000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Moi je trouve que @AudeBaron ressemble \\u00e0 Marina Fo\\u00efs, non ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"AudeBaron\",\"indices\":[18,28],\"name\":\"Aude Baron\",\"id_str\":\"18125180\",\"id\":18125180}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190045338046464\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"screen_name\":\"PH7831\",\"lang\":\"fr\",\"favourites_count\":87,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":341,\"location\":\"Toulouse\",\"profile_text_color\":\"333333\",\"followers_count\":172,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1509540967\\/6538316M_normal.jpg\",\"description\":\"Ing\\u00e9, musique, aviation, scoutisme, politique, rugby, portnawak et... Papa!\",\"statuses_count\":8213,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"038543\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"protected\":false,\"id_str\":\"284489525\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"PH7831\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"created_at\":\"Tue Apr 19 11:22:07 +0000 2011\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"id\":284489525,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1509540967\\/6538316M_normal.jpg\"},\"truncated\":false,\"id\":173190045338046464,\"created_at\":\"Fri Feb 24 23:38:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3539000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4ba567b5-38cb-4bda-8ee2-668a01701ad1-173190045338046464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1801974559/51VNTOCGF1L._SS400__normal.jpg" +}, +"title": "Guillaume Gurdil: #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3539000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190046877360128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":164,\"screen_name\":\"gurdiiil\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2785,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":86,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"description\":\"Geek\\/Nerd, drogu\\u00e9 \\u00e0 la musique, atterr\\u00e9 perp\\u00e9tuel (parce qu'indign\\u00e9, c'est galvaud\\u00e9) qui garde le sens de l'humour (beh ouais, faut bien!)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"89754233\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"name\":\"Guillaume Gurdil\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 13 17:56:00 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":89754233,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/luniquemonsieurtoutlemonde.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190046877360128,\"created_at\":\"Fri Feb 24 23:38:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3539000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9536d542-4320-47ee-a69c-192e5da8e6ba-173190046877360128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Excellente émission, mais je trouve les animateurs un peu Flanby #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1848035973/images_normal.jpeg" +}, +"title": "François de Hollande: Excellente émission, mais je trouve les animateurs un peu Flanby #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3540000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Excellente \\u00e9mission, mais je trouve les animateurs un peu Flanby #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[65,69]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190048836091904\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"fdhollande\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":136,\"location\":\"59 avenue de S\\u00e9gur. 7\\u00e8me\",\"profile_text_color\":\"333333\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\",\"description\":\"Dans ma t\\u00eate. Tout ce que je pense mais que je ne peux pas vous dire officiellement \",\"statuses_count\":92,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"500754438\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fran\\u00e7ois de Hollande\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Feb 23 12:46:32 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":500754438,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\"},\"truncated\":false,\"id\":173190048836091904,\"created_at\":\"Fri Feb 24 23:38:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3540000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6571d5b7-53e8-4127-8759-9bab17e55f1a-173190048836091904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@carolegamelin #tpamn #lgw les twittos ont leur emission TV #france5 #cqui 3019 tweets @TVcheck", +"img": { +"src": "http://a3.twimg.com/profile_images/1839682968/zzzzzzzzzzzzzzzzzzzz_normal.png" +}, +"title": "Alexandre Laflèche: @carolegamelin #tpamn #lgw les twittos ont leur emission TV #france5 #cqui 3019 tweets @TVcheck", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3541000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@carolegamelin #tpamn #lgw les twittos ont leur emission TV #france5 #cqui 3019 tweets @TVcheck\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"carolegamelin\",\"indices\":[0,14],\"id_str\":\"19910673\",\"name\":\"carole gamelin\",\"id\":19910673},{\"screen_name\":\"TVcheck\",\"indices\":[87,95],\"id_str\":\"332200567\",\"name\":\"TVcheck\",\"id\":332200567}],\"urls\":[],\"hashtags\":[{\"text\":\"tpamn\",\"indices\":[15,21]},{\"text\":\"lgw\",\"indices\":[22,26]},{\"text\":\"france5\",\"indices\":[60,68]},{\"text\":\"cqui\",\"indices\":[69,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173184015141044224\",\"id_str\":\"173190055001726976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173184015141044224,\"in_reply_to_user_id_str\":\"19910673\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":305,\"screen_name\":\"alexlafleche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":537,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"paris\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":148,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1839682968\\/zzzzzzzzzzzzzzzzzzzz_normal.png\",\"description\":\"#Socialmedia consultant, @You_socialmedia founder. Socialmedia paris TV, e-branding monitoring www.alexlafleche.com, TV & Radio #relationalbranding\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"id_str\":\"70361991\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839682968\\/zzzzzzzzzzzzzzzzzzzz_normal.png\",\"name\":\"Alexandre Lafl\\u00e8che\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 31 10:30:15 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":70361991,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/twitter.com\\/you_socialmedia\"},\"in_reply_to_screen_name\":\"carolegamelin\",\"truncated\":false,\"id\":173190055001726976,\"created_at\":\"Fri Feb 24 23:38:21 +0000 2012\",\"in_reply_to_user_id\":19910673}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3541000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f08d1c76-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0d3f1c51-04eb-4506-bcd4-863691a32aca-173190055001726976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw et voilà le tweet 4000 !", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: #lgw et voilà le tweet 4000 !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3543000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw et voil\\u00e0 le tweet 4000 !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190062329180161\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1749,\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":28281,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"location\":\"Crozon, Brittany\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"followers_count\":2618,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"profile_sidebar_fill_color\":\"d3ede7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"name\":\"Philippe B\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_border_color\":\"5e1410\",\"id\":14400518,\"utc_offset\":3600,\"favourites_count\":297,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190062329180161,\"created_at\":\"Fri Feb 24 23:38:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3543000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "410e5042-5ba2-429f-8d0d-a024e2ed171b-173190062329180161" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@verfaille Ta photo à la Tv ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/767766841/photoaccueil2_normal.jpg" +}, +"title": "Julien Hatton: @verfaille Ta photo à la Tv ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3544000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"verfaille\",\"favorited\":false,\"text\":\"@verfaille Ta photo \\u00e0 la Tv ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"verfaille\",\"indices\":[0,10],\"name\":\"Reynald VERFAILLE\",\"id_str\":\"76877169\",\"id\":76877169}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":76877169,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173188601952210945,\"in_reply_to_status_id_str\":\"173188601952210945\",\"id_str\":\"173190067358150656\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"julienhatton\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":643,\"location\":\"Orl\\u00e9ans | Paris\",\"profile_text_color\":\"333333\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/767766841\\/photoaccueil2_normal.jpg\",\"description\":\"Co-Fondateur Agence Buzznative www.buzznative.com Communication \\/\\/ Ev\\u00e9nementiel \\/\\/ Street & Gu\\u00e9rilla Marketing \\/\\/ Buzz @Buzznative\",\"statuses_count\":955,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/85203363\\/fondtwitter3.jpg\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"fa5305\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"125283688\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Julien Hatton\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/85203363\\/fondtwitter3.jpg\",\"created_at\":\"Mon Mar 22 09:21:28 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":125283688,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.julien-hatton.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/767766841\\/photoaccueil2_normal.jpg\"},\"truncated\":false,\"id\":173190067358150656,\"created_at\":\"Fri Feb 24 23:38:24 +0000 2012\",\"in_reply_to_user_id_str\":\"76877169\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3544000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "03876f64-1a3f-41b4-86f8-07a3ef48a725-173190067358150656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"Dieu règne sur le ciel et l'argent sur la Terre\" #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1538693241/Logo_Dabet_21_normal.jpg" +}, +"title": "Merwan Saidi: \"Dieu règne sur le ciel et l'argent sur la Terre\" #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3545000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\\"Dieu r\\u00e8gne sur le ciel et l'argent sur la Terre\\\" #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190071296593921\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"Dabet21\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":10,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1538693241\\/Logo_Dabet_21_normal.jpg\",\"description\":\"\",\"statuses_count\":89,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"367182232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Merwan Saidi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Sat Sep 03 14:42:53 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":367182232,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/dabet21.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1538693241\\/Logo_Dabet_21_normal.jpg\"},\"truncated\":false,\"id\":173190071296593921,\"created_at\":\"Fri Feb 24 23:38:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3545000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b045bfff-e1b0-4899-97f1-a889ee7c34b6-173190071296593921" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est @lechemwa! RT @Anbastom: Mais il est So sex le gars dans #lgw la!", +"img": { +"src": "http://a0.twimg.com/profile_images/1844691230/profile_normal.png" +}, +"title": "Lynda Sweez : C'est @lechemwa! RT @Anbastom: Mais il est So sex le gars dans #lgw la!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3545000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est @lechemwa! RT @Anbastom: Mais il est So sex le gars dans #lgw la!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"lechemwa\",\"indices\":[6,15],\"id_str\":\"338632360\",\"name\":\"Roger Charles M.\",\"id\":338632360},{\"screen_name\":\"Anbastom\",\"indices\":[21,30],\"id_str\":\"72400860\",\"name\":\"Anbastom\",\"id\":72400860}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[64,68]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173189695633752064\",\"id_str\":\"173190071363706880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173189695633752064,\"in_reply_to_user_id_str\":\"72400860\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":445,\"screen_name\":\"zedalynews\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10700,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"location\":\"Coin:C dans une cale en bourre\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"e072c1\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\",\"description\":\"Les jeux de mots, c'est mon dada. Amin approuve ce message. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"244639293\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/360742146\\/Silicon_crystal.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844691230\\/profile_normal.png\",\"name\":\"Lynda Sweez \",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 19:45:40 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":244639293,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.jeBoxeAvecNemo.com\"},\"in_reply_to_screen_name\":\"Anbastom\",\"truncated\":false,\"id\":173190071363706880,\"created_at\":\"Fri Feb 24 23:38:25 +0000 2012\",\"in_reply_to_user_id\":72400860}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3545000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "50561598-407a-4a3b-8e58-9f3135fa9843-173190071363706880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @pandanael: Même pas de quoi faire une crêpe. RT @solferishow \nJe regarde toujours #lgw avec 3 grammes. Ça aide.", +"img": { +"src": "http://a0.twimg.com/profile_images/1583573214/Chiddy_-Bang_The_Preview_normal.jpg" +}, +"title": "Pierre: RT @pandanael: Même pas de quoi faire une crêpe. RT @solferishow \nJe regarde toujours #lgw avec 3 grammes. Ça aide.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3545000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @pandanael: M\\u00eame pas de quoi faire une cr\\u00eape. RT @solferishow \\nJe regarde toujours #lgw avec 3 grammes. \\u00c7a aide.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pandanael\",\"indices\":[3,13],\"id_str\":\"177984098\",\"name\":\"justice pandine\",\"id\":177984098},{\"screen_name\":\"solferishow\",\"indices\":[52,64],\"id_str\":\"232221031\",\"name\":\"Solferishow\",\"id\":232221031}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[87,91]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"M\\u00eame pas de quoi faire une cr\\u00eape. RT @solferishow \\nJe regarde toujours #lgw avec 3 grammes. \\u00c7a aide.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"solferishow\",\"indices\":[37,49],\"id_str\":\"232221031\",\"name\":\"Solferishow\",\"id\":232221031}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189879956643840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1340,\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"profile_text_color\":\"1a0e1a\",\"statuses_count\":28275,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"location\":\"Bambouseraie\",\"show_all_inline_media\":false,\"listed_count\":193,\"profile_link_color\":\"9058d1\",\"followers_count\":2570,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"profile_sidebar_fill_color\":\"f5fafa\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"name\":\"justice pandine\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_border_color\":\"adffef\",\"id\":177984098,\"utc_offset\":3600,\"favourites_count\":1862,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189879956643840,\"created_at\":\"Fri Feb 24 23:37:39 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190072575864833\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"pierremaillefer\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":69,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851404788\\/421627_2946215967634_1028326679_32405659_1287344013_a_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"268442892\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851404788\\/421627_2946215967634_1028326679_32405659_1287344013_a_normal.jpg\",\"name\":\"Pierre\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 18 19:49:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":268442892,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190072575864833,\"created_at\":\"Fri Feb 24 23:38:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3545000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "392ac786-15c3-4eef-b8bf-c2ab992f6874-173190072575864833" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "khéops le hacker ouvert #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1649856860/avatpagetwsn_normal.jpg" +}, +"title": "lôtre demédeu: khéops le hacker ouvert #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3546000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"kh\\u00e9ops le hacker ouvert #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190075537031170\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":81,\"screen_name\":\"lotre\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":10316,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"location\":\"just there\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"0000ff\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"description\":\"man, z\\u00e9ro de l'univers !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"7233942\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/1012532\\/simpsball1600.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649856860\\/avatpagetwsn_normal.jpg\",\"name\":\"l\\u00f4tre dem\\u00e9deu\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 03 18:07:50 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":7233942,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190075537031170,\"created_at\":\"Fri Feb 24 23:38:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3546000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0bf4fe61-6958-4592-bae4-adee1ad8f719-173190075537031170" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Merci Kheops", +"img": { +"src": "http://a0.twimg.com/profile_images/1799016252/DSC02999bis_normal.jpg" +}, +"title": "Cuiller à Soupe: #lgw Merci Kheops", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3548000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Merci Kheops\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190082981924866\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":169,\"screen_name\":\"CuuilerSoupe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":107,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418130953\\/Photo_200.jpg\",\"location\":\"Fouras\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"\",\"followers_count\":30,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1799016252\\/DSC02999bis_normal.jpg\",\"description\":\"Passionn\\u00e9e de et par tout... Sp\\u00e9cialis\\u00e9e dans les politiques d'Education du monde\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"\",\"id_str\":\"481209009\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418130953\\/Photo_200.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799016252\\/DSC02999bis_normal.jpg\",\"name\":\"Cuiller \\u00e0 Soupe\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 02 12:57:41 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":481209009,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190082981924866,\"created_at\":\"Fri Feb 24 23:38:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3548000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "150d99c1-1f9f-4ef8-a278-84957155551d-173190082981924866" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Note pour la prochaine : prévoir des écrans plus grands pour les webbeuses :-)", +"img": { +"src": "http://a1.twimg.com/profile_images/1829840762/affiche_sarkozy_guillotine_candidature_small_normal.jpg" +}, +"title": "Gana: #lgw Note pour la prochaine : prévoir des écrans plus grands pour les webbeuses :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3548000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Note pour la prochaine : pr\\u00e9voir des \\u00e9crans plus grands pour les webbeuses :-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190083070001153\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":10,\"screen_name\":\"generalgana\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":152,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Chez ouam\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829840762\\/affiche_sarkozy_guillotine_candidature_small_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"400355364\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829840762\\/affiche_sarkozy_guillotine_candidature_small_normal.jpg\",\"name\":\"Gana\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 28 22:15:45 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":400355364,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/lemzedition.free.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190083070001153,\"created_at\":\"Fri Feb 24 23:38:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3548000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aa49696d-37cd-4ec6-9da2-6041920ca0df-173190083070001153" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @SeriousCharly: Si vous comprenez ce qu'il se passe dans #LGW, arrêtez de boire.", +"img": { +"src": "http://a0.twimg.com/profile_images/1778320118/Photo_du_23-01-12___01.14__2_normal.jpg" +}, +"title": "Magali P.: RT @SeriousCharly: Si vous comprenez ce qu'il se passe dans #LGW, arrêtez de boire.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3551000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @SeriousCharly: Si vous comprenez ce qu'il se passe dans #LGW, arr\\u00eatez de boire.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"SeriousCharly\",\"indices\":[3,17],\"name\":\"Charly M.\",\"id_str\":\"149298036\",\"id\":149298036}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[60,64]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Si vous comprenez ce qu'il se passe dans #LGW, arr\\u00eatez de boire.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[41,45]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189549252546560\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5e69ab\",\"screen_name\":\"SeriousCharly\",\"lang\":\"en\",\"favourites_count\":653,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":199,\"location\":\"Paris\",\"profile_text_color\":\"050303\",\"followers_count\":1945,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"description\":\"Ours parisien de 20 ans, \\u00e9tudiant en \\u00e9cole de commerce \\u00e0 Nantes et lyonnais de coeur. Je r\\u00e2le contre tout et je tweete foot.\",\"statuses_count\":59229,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"show_all_inline_media\":true,\"listed_count\":147,\"profile_link_color\":\"2c30ab\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c2bec2\",\"protected\":false,\"id_str\":\"149298036\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Charly M.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"created_at\":\"Fri May 28 23:10:49 +0000 2010\",\"profile_sidebar_fill_color\":\"dcdded\",\"id\":149298036,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/CharIy\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\"},\"truncated\":false,\"id\":173189549252546560,\"created_at\":\"Fri Feb 24 23:36:20 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190098295324672\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"383b36\",\"screen_name\":\"PrMagali\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":632,\"location\":\"Strasbourg - Paris\",\"profile_text_color\":\"969696\",\"followers_count\":355,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1778320118\\/Photo_du_23-01-12___01.14__2_normal.jpg\",\"description\":\"\\u00c9tudiante pubarde consciencieuse qui n'aime pas porter des lunettes \\/ #Web #Communication #Actu #Pub #Lol & 2nd degr\\u00e9.\",\"statuses_count\":2871,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/428631959\\/tumblr_l9z5ffMZSL1qe11ryo1_500.jpg\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"bd4e4e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"224178853\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Magali P.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428631959\\/tumblr_l9z5ffMZSL1qe11ryo1_500.jpg\",\"created_at\":\"Wed Dec 08 10:22:52 +0000 2010\",\"profile_sidebar_fill_color\":\"0a0a0a\",\"id\":224178853,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/quid-deceat.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1778320118\\/Photo_du_23-01-12___01.14__2_normal.jpg\"},\"truncated\":false,\"id\":173190098295324672,\"created_at\":\"Fri Feb 24 23:38:31 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3551000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6b916d58-15b7-45a3-8151-4a2b664ef26f-173190098295324672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ma bulle est magique dans le #cqui ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1747820307/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg" +}, +"title": "Marius: Ma bulle est magique dans le #cqui ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3551000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ma bulle est magique dans le #cqui ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[29,34]},{\"text\":\"lgw\",\"indices\":[37,41]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190097209004032\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"tatamirugby\",\"lang\":\"fr\",\"favourites_count\":50,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":372,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":842,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"description\":\"Je parle de sport, supporter de rugby et du @RacingMetro92 , joueur au @RCGV92 , \\u00e9tudiant @HETIC en #H3 !\",\"statuses_count\":26636,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":68,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"27248204\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Marius\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Sat Mar 28 15:36:02 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":27248204,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.facebook.com\\/tatamirugby\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\"},\"truncated\":false,\"id\":173190097209004032,\"created_at\":\"Fri Feb 24 23:38:31 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3551000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d158c862-2765-45c9-91a9-c567dc18b087-173190097209004032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #LGW Farugia est-il dans le public ? On ne l'entend pas rire depuis un moment.", +"img": { +"src": "http://a2.twimg.com/profile_images/105769794/stig23_taramcpherson1_normal.jpg" +}, +"title": "Stig Legrand: #ilreste #LGW Farugia est-il dans le public ? On ne l'entend pas rire depuis un moment.", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3552000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #LGW Farugia est-il dans le public ? On ne l'entend pas rire depuis un moment.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"LGW\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190102158282752\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":18,\"screen_name\":\"stig23\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":142,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/105769794\\/stig23_taramcpherson1_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"25714749\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/105769794\\/stig23_taramcpherson1_normal.jpg\",\"name\":\"Stig Legrand\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 21 19:20:23 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":25714749,\"utc_offset\":3600,\"favourites_count\":145,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190102158282752,\"created_at\":\"Fri Feb 24 23:38:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3552000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f320481d-546e-4ddb-80e7-9d1df1d1d513-173190102158282752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@HugoHecquard laisse tomber #CI ! the place to be now c'est france 5 et #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836151304/322714_2610071087496_1126544794_32082335_1141602540_o_normal.jpg" +}, +"title": "Raphael Halfaoui: @HugoHecquard laisse tomber #CI ! the place to be now c'est france 5 et #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3552000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@HugoHecquard laisse tomber #CI ! the place to be now c'est france 5 et #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"HugoHecquard\",\"indices\":[0,13],\"id_str\":\"165779884\",\"name\":\"Hugo Hecquard\",\"id\":165779884}],\"urls\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[28,31]},{\"text\":\"lgw\",\"indices\":[72,76]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-0.0682094,49.0414901],[-0.0011844,49.0414901],[-0.0011844,49.070918],[-0.0682094,49.070918]]]},\"place_type\":\"city\",\"attributes\":{},\"full_name\":\"Ouville-la-Bien-Tourn\\u00e9e, Calvados\",\"name\":\"Ouville-la-Bien-Tourn\\u00e9e\",\"id\":\"68c776ec89b83cd4\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/68c776ec89b83cd4.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190102707744768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"165779884\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":593,\"screen_name\":\"RaphaelHalfaoui\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1005,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/349455802\\/IMG_3707-1.jpg\",\"location\":\"Caen\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":187,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836151304\\/322714_2610071087496_1126544794_32082335_1141602540_o_normal.jpg\",\"description\":\"Music photographer in Caen at @CargoCaen & Big Band Caf\\u00e9 since the 1st edition of Beauregard festival Blogger for @WebPrisedeVue \\r\\nraphael-halfaoui.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"394217399\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/349455802\\/IMG_3707-1.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836151304\\/322714_2610071087496_1126544794_32082335_1141602540_o_normal.jpg\",\"name\":\"Raphael Halfaoui\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 19 19:05:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":394217399,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/raphaelphotographie\\/\"},\"in_reply_to_screen_name\":\"HugoHecquard\",\"truncated\":false,\"id\":173190102707744768,\"created_at\":\"Fri Feb 24 23:38:32 +0000 2012\",\"in_reply_to_user_id\":165779884}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3552000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5caa9ea5-b171-4cac-be24-4a3a9ab8a0a5-173190102707744768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW c'est tout les vendredis ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: #LGW c'est tout les vendredis ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3554000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW c'est tout les vendredis ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190109351526400\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"1c2352\",\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"favourites_count\":1604,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":646,\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"profile_text_color\":\"333333\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"statuses_count\":83435,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"ArDuB57\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":21448223,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\"},\"truncated\":false,\"id\":173190109351526400,\"created_at\":\"Fri Feb 24 23:38:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3554000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5180ac83-45e1-4630-907f-666ab2ae6efe-173190109351526400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw heureusement ils parlent un peu d'ACTA même si mal expliqué", +"img": { +"src": "http://a2.twimg.com/profile_images/1771348218/image1327174991_normal.png" +}, +"title": "Jim0PROFIT: #lgw heureusement ils parlent un peu d'ACTA même si mal expliqué", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3555000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw heureusement ils parlent un peu d'ACTA m\\u00eame si mal expliqu\\u00e9\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190115504553984\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"Jim0PROFIT\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":368,\"location\":\"France\",\"profile_text_color\":\"3E4415\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"description\":\"Consulting, Syst\\u00e8me administrateur, geekoophile, et tellement de choses qu'une journ\\u00e9e de 24H ne suffit plus!\",\"statuses_count\":4755,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"18874683\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jim0PROFIT\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Sun Jan 11 18:26:59 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":18874683,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/choari.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\"},\"truncated\":false,\"id\":173190115504553984,\"created_at\":\"Fri Feb 24 23:38:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3555000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5f70eb1e-acfd-48d4-a3c1-a3642c09337f-173190115504553984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est vrai qu'on a tous les numéros de téléphone des députés européens pour leur dire qu'on ne veut pas d'Acta #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: C'est vrai qu'on a tous les numéros de téléphone des députés européens pour leur dire qu'on ne veut pas d'Acta #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3555000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est vrai qu'on a tous les num\\u00e9ros de t\\u00e9l\\u00e9phone des d\\u00e9put\\u00e9s europ\\u00e9ens pour leur dire qu'on ne veut pas d'Acta #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[111,115]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190112304300032\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6516,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190112304300032,\"created_at\":\"Fri Feb 24 23:38:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3555000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "acab2716-9ef3-44a7-9ca5-203ea31c5893-173190112304300032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @bas60: Ah, on va enfin parler de quelque chose d'à peu près normal ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1433713943/copland_os_normal.png" +}, +"title": "\\(°-°*): RT @bas60: Ah, on va enfin parler de quelque chose d'à peu près normal ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3555000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @bas60: Ah, on va enfin parler de quelque chose d'\\u00e0 peu pr\\u00e8s normal ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"bas60\",\"indices\":[3,9],\"id_str\":\"55279590\",\"name\":\"Basile Noel\",\"id\":55279590}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[73,77]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Ah, on va enfin parler de quelque chose d'\\u00e0 peu pr\\u00e8s normal ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189654152085504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":166,\"screen_name\":\"bas60\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1562,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Picardie, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1361194174\\/DSCF2750_-_Copie_normal.JPG\",\"description\":\"Newseur sur PressStartButton.fr, lyc\\u00e9en en T. ES, geek, metalleux, communiste, et plein d'autres trucs !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"55279590\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1361194174\\/DSCF2750_-_Copie_normal.JPG\",\"name\":\"Basile Noel\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 09 16:15:08 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":55279590,\"utc_offset\":3600,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189654152085504,\"created_at\":\"Fri Feb 24 23:36:45 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190114204327939\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"sCaLP_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":663,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/166694062\\/cypunk2GP.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"009999\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1433713943\\/copland_os_normal.png\",\"description\":\"Choletais \\/ Grolandais\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"81383046\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/166694062\\/cypunk2GP.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1433713943\\/copland_os_normal.png\",\"name\":\"\\\\(\\u00b0-\\u00b0*)\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 10 15:54:42 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":81383046,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190114204327939,\"created_at\":\"Fri Feb 24 23:38:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3555000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "562f415c-3f23-4a6e-8d6f-09be3d3fdfb7-173190114204327939" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KlaireFr t'es la meilleure même avec ton t shirt Pimkie :) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1819530189/twitter_normal.png" +}, +"title": "Benoit Lebreau: @KlaireFr t'es la meilleure même avec ton t shirt Pimkie :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3557000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@KlaireFr t'es la meilleure m\\u00eame avec ton t shirt Pimkie :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[0,9],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173189825522966529\",\"id_str\":\"173190120592244737\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173189825522966529,\"in_reply_to_user_id_str\":\"28096610\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":605,\"screen_name\":\"benoitlebreau\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4156,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"667033\",\"followers_count\":340,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"description\":\"sympathique et cool \\/\\/ danseur \\u00e9toile \\u00e0 NRJ Group \\/\\/ #runner parisien du soir, #radio amateur et tr\\u00e8s dr\\u00f4le \\u00e0 la t\\u00e9l\\u00e9\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"267290862\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819530189\\/twitter_normal.png\",\"name\":\"Benoit Lebreau\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 16 17:22:17 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":267290862,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"http:\\/\\/www.benoitlebreau.fr\"},\"in_reply_to_screen_name\":\"KlaireFr\",\"truncated\":false,\"id\":173190120592244737,\"created_at\":\"Fri Feb 24 23:38:37 +0000 2012\",\"in_reply_to_user_id\":28096610}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3557000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "eda3c62b-8215-4405-9aa9-cc68828b9466-173190120592244737" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "la manif ACTA annoncée sur #lgw j'aime", +"img": { +"src": "http://a0.twimg.com/profile_images/1759900261/image1326744906_normal.png" +}, +"title": "TobyZiegler: la manif ACTA annoncée sur #lgw j'aime", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3557000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"la manif ACTA annonc\\u00e9e sur #lgw j'aime\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190121049432064\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":215,\"screen_name\":\"3141592RMuck\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2873,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432900319\\/gC8LD.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"bdb517\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1759900261\\/image1326744906_normal.png\",\"description\":\"De mauvaise foi. Parle parfois de g\\u00e9omatique, de citoyennet\\u00e9 ou de cuisine.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"121414\",\"id_str\":\"174279076\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432900319\\/gC8LD.jpg\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759900261\\/image1326744906_normal.png\",\"name\":\"TobyZiegler\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 03 15:04:11 +0000 2010\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":174279076,\"utc_offset\":3600,\"favourites_count\":56,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190121049432064,\"created_at\":\"Fri Feb 24 23:38:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3557000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9b5d7b1a-f618-4de4-ad90-35003bc001f7-173190121049432064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@webze, bravo #webzé on commence enfin à entendre parler d'ACTA à la TV, dans les médias...", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_5_normal.png" +}, +"title": "Pingouin Lapponien : @webze, bravo #webzé on commence enfin à entendre parler d'ACTA à la TV, dans les médias...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3557000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@webze, bravo #webz\\u00e9 on commence enfin \\u00e0 entendre parler d'ACTA \\u00e0 la TV, dans les m\\u00e9dias...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"webze\",\"indices\":[0,6],\"id_str\":\"339957860\",\"name\":\"Webze\",\"id\":339957860}],\"urls\":[],\"hashtags\":[{\"text\":\"webz\\u00e9\",\"indices\":[14,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190122437738496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"339957860\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3,\"screen_name\":\"Xerses_ounet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":0,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_5_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"122355742\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_5_normal.png\",\"name\":\"Pingouin Lapponien \",\"default_profile_image\":true,\"created_at\":\"Fri Mar 12 12:28:03 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":122355742,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"webze\",\"truncated\":false,\"id\":173190122437738496,\"created_at\":\"Fri Feb 24 23:38:37 +0000 2012\",\"in_reply_to_user_id\":339957860}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3557000, +"tags": [ +{ +"id-ref": "f08f14c2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a27984bd-5673-48de-bc6e-08fdca456c53-173190122437738496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @nicoprat: Devant #lgw je me sens un peu comme ça http://t.co/MOn2mTR6", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: RT @nicoprat: Devant #lgw je me sens un peu comme ça http://t.co/MOn2mTR6", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3558000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @nicoprat: Devant #lgw je me sens un peu comme \\u00e7a http:\\/\\/t.co\\/MOn2mTR6\",\"entities\":{\"urls\":[{\"indices\":[53,73],\"display_url\":\"pic.twitter.com\\/MOn2mTR6\",\"expanded_url\":\"http:\\/\\/twitter.com\\/nicoprat\\/status\\/173189994922512384\\/photo\\/1\",\"url\":\"http:\\/\\/t.co\\/MOn2mTR6\"}],\"user_mentions\":[{\"screen_name\":\"nicoprat\",\"indices\":[3,12],\"name\":\"Nico Prat\",\"id_str\":\"19256842\",\"id\":19256842}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Devant #lgw je me sens un peu comme \\u00e7a http:\\/\\/t.co\\/MOn2mTR6\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]}],\"media\":[{\"type\":\"photo\",\"indices\":[39,59],\"sizes\":{\"small\":{\"h\":308,\"resize\":\"fit\",\"w\":340},\"large\":{\"h\":326,\"resize\":\"fit\",\"w\":360},\"medium\":{\"h\":326,\"resize\":\"fit\",\"w\":360},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdLYf4CEAM3Vtl.jpg\",\"id_str\":\"173189994922512387\",\"id\":173189994922512387,\"expanded_url\":\"http:\\/\\/twitter.com\\/nicoprat\\/status\\/173189994922512384\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/MOn2mTR6\",\"url\":\"http:\\/\\/t.co\\/MOn2mTR6\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdLYf4CEAM3Vtl.jpg\"}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189994922512384\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"050504\",\"screen_name\":\"nicoprat\",\"lang\":\"en\",\"favourites_count\":440,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":2297,\"location\":\"Paris, France\",\"profile_text_color\":\"0a040a\",\"followers_count\":6569,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"description\":\"Le Mouv, Tsugi, Technikart, Voxpop, co-auteur des Miscellan\\u00e9es d'Internet, et un petit sudoku de temps en temps\",\"statuses_count\":29876,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"show_all_inline_media\":true,\"listed_count\":210,\"profile_link_color\":\"224087\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"19256842\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Nico Prat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"created_at\":\"Tue Jan 20 20:55:08 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":19256842,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/nicoprat.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\"},\"truncated\":false,\"id\":173189994922512384,\"created_at\":\"Fri Feb 24 23:38:07 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190126351032321\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"favourites_count\":43,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":405,\"location\":\"Chatillon-en-Bazois\",\"profile_text_color\":\"333333\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"statuses_count\":27164,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Damien Vacher\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":26552716,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/damienvacher.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\"},\"truncated\":false,\"id\":173190126351032321,\"created_at\":\"Fri Feb 24 23:38:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3558000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c8966019-58e9-4936-8608-1f32886d539a-173190126351032321" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui lui ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: #cqui lui ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3558000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui lui ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190128389468161\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1033,\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":3558,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"followers_count\":668,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"name\":\"Bastien Joseph\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":191087175,\"utc_offset\":null,\"favourites_count\":10,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190128389468161,\"created_at\":\"Fri Feb 24 23:38:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3558000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a5b61c0e-f6c8-4e64-9888-77e48c8c148b-173190128389468161" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Putain, je dormais. J'ai raté @SolangeTeParle sur le #LGW ou pas ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1835955438/DSC_0248_normal.JPG" +}, +"title": "Cassie: Putain, je dormais. J'ai raté @SolangeTeParle sur le #LGW ou pas ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3560000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Putain, je dormais. J'ai rat\\u00e9 @SolangeTeParle sur le #LGW ou pas ?\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[30,45],\"name\":\"Solange te parle\",\"id_str\":\"417867146\",\"id\":417867146}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[53,57]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190134152429568\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"0f0c0f\",\"screen_name\":\"AloneInBerlin\",\"lang\":\"fr\",\"favourites_count\":748,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":127,\"location\":\"Avignon - Paris - Marseille \",\"profile_text_color\":\"333333\",\"followers_count\":232,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1835955438\\/DSC_0248_normal.JPG\",\"description\":\"Fille bizarre. J'aime bien l'\\u00eatre humain. Plus particuli\\u00e8rement son cerveau. Plus particuli\\u00e8rement ce qu'il se passe dans son cerveau. #TeamMademoiselle\",\"statuses_count\":21685,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432574132\\/tumblr_lzqx9fVDwi1qifyfco1_500.jpg\",\"show_all_inline_media\":true,\"listed_count\":20,\"profile_link_color\":\"e3495e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"0a0a0a\",\"protected\":false,\"id_str\":\"201798580\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Cassie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432574132\\/tumblr_lzqx9fVDwi1qifyfco1_500.jpg\",\"created_at\":\"Tue Oct 12 17:02:15 +0000 2010\",\"profile_sidebar_fill_color\":\"ebe8df\",\"id\":201798580,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/goodbyebadmorning.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835955438\\/DSC_0248_normal.JPG\"},\"truncated\":false,\"id\":173190134152429568,\"created_at\":\"Fri Feb 24 23:38:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3560000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "667b59ec-0e48-426d-a112-bfa74add92c6-173190134152429568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La quadrature du Net citée (encore je crois?) dans #lgw . me gusta.", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: La quadrature du Net citée (encore je crois?) dans #lgw . me gusta.", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3561000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La quadrature du Net cit\\u00e9e (encore je crois?) dans #lgw . me gusta.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190137608536065\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":771,\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4354,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France - Moselle\",\"show_all_inline_media\":true,\"listed_count\":12,\"profile_link_color\":\"D02B55\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"name\":\"R\\u00e9my D.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":48825435,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190137608536065,\"created_at\":\"Fri Feb 24 23:38:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3561000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3b7973f4-ad6c-4d68-b1c7-2d3f0f6e78d9-173190137608536065" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je sais pas #cQui mail ##ilReste lol #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1729341771/lille_paneau_entree_ville_normal.jpg" +}, +"title": "Fred-Lille: je sais pas #cQui mail ##ilReste lol #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3561000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"je sais pas #cQui mail ##ilReste lol #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[12,17]},{\"text\":\"ilReste\",\"indices\":[24,32]},{\"text\":\"lgw\",\"indices\":[37,41]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190140792016898\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Fred_lille59\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":267,\"location\":\"Lille\",\"profile_text_color\":\"333333\",\"followers_count\":505,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1729341771\\/lille_paneau_entree_ville_normal.jpg\",\"description\":\"Regarde beaucoup trop la t\\u00e9l\\u00e9\",\"statuses_count\":5432,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/192748407\\/lille_paneau_entree_ville.jpg\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"237811337\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fred-Lille\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/192748407\\/lille_paneau_entree_ville.jpg\",\"created_at\":\"Thu Jan 13 17:52:53 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":237811337,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/fred-lille.blogs.nouvelobs.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1729341771\\/lille_paneau_entree_ville_normal.jpg\"},\"truncated\":false,\"id\":173190140792016898,\"created_at\":\"Fri Feb 24 23:38:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3561000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0051e14a-65dc-4a92-bb45-89998a2a8cc1-173190140792016898" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin #lgw #cqui Please Quote !", +"img": { +"src": "http://a0.twimg.com/profile_images/1717757168/PO_Fond_Gris_normal.jpg" +}, +"title": "PierreOlivier Carles: Rollin #lgw #cqui Please Quote !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3561000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Rollin #lgw #cqui Please Quote !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]},{\"text\":\"cqui\",\"indices\":[12,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190140943007745\",\"user\":{\"default_profile_image\":false,\"verified\":true,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"pocarles\",\"lang\":\"fr\",\"favourites_count\":80,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":1148,\"location\":\"Toulouse - Miami\",\"profile_text_color\":\"333333\",\"followers_count\":5249,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\",\"description\":\"Co-Founder at @Digidust & @Labotec. BA in @Stonfield @APICube @Hellotipi and others.\\r\\nMore Entrepreneur than Investor. Rugby, Gastronomy and Human enthusiast !\",\"statuses_count\":32042,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"show_all_inline_media\":true,\"listed_count\":448,\"profile_link_color\":\"5cace5\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFFFFF\",\"protected\":false,\"id_str\":\"23074316\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"PierreOlivier Carles\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"created_at\":\"Fri Mar 06 15:10:47 +0000 2009\",\"profile_sidebar_fill_color\":\"f0f0f0\",\"id\":23074316,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.pocarles.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\"},\"truncated\":false,\"id\":173190140943007745,\"created_at\":\"Fri Feb 24 23:38:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3561000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fbb6b5d2-d3e0-48ea-a033-1cc68a09c4b5-173190140943007745" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On va atteindre combien de tweet à la fin du #LGW ? Un pronostic?", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: On va atteindre combien de tweet à la fin du #LGW ? Un pronostic?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3562000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On va atteindre combien de tweet \\u00e0 la fin du #LGW ? Un pronostic?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190142989836289\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":70,\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":5142,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Marseille\\/Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"name\":\"Matthieu Michel\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":68460513,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190142989836289,\"created_at\":\"Fri Feb 24 23:38:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3562000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ed281e29-8daa-43e6-ab7f-946adedfb296-173190142989836289" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#CQUI #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1249204406/DSC_6771b_normal.jpg" +}, +"title": "Félix P.: #CQUI #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3562000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#CQUI #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"CQUI\",\"indices\":[0,5]},{\"text\":\"LGW\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190142054498305\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":356,\"screen_name\":\"Flayks\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11788,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/82908924\\/fond.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":48,\"profile_link_color\":\"4a93bd\",\"followers_count\":461,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1249204406\\/DSC_6771b_normal.jpg\",\"description\":\"Musico-webdesigno-graphisto-photophage. \\u00c9tudiant en graphimse. Aurait voulu vivre dans les ann\\u00e9es 60.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0f2026\",\"id_str\":\"14630211\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/82908924\\/fond.jpg\",\"profile_sidebar_fill_color\":\"e6f4f7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1249204406\\/DSC_6771b_normal.jpg\",\"name\":\"F\\u00e9lix P.\",\"default_profile_image\":false,\"created_at\":\"Fri May 02 19:49:41 +0000 2008\",\"profile_sidebar_border_color\":\"ccd4d9\",\"id\":14630211,\"utc_offset\":3600,\"favourites_count\":2089,\"url\":\"http:\\/\\/flayks.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190142054498305,\"created_at\":\"Fri Feb 24 23:38:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3562000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8d884871-de73-4ffa-b78b-e4bcb7a26f6d-173190142054498305" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si je m'étais endormi pendant 10 ans, c'est pas LeGrandWebze qui me donnerait envie de surfer sur le net. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1632591360/maindenis_normal.jpg" +}, +"title": "Denis Chervaux: Si je m'étais endormi pendant 10 ans, c'est pas LeGrandWebze qui me donnerait envie de surfer sur le net. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3563000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Si je m'\\u00e9tais endormi pendant 10 ans, c'est pas LeGrandWebze qui me donnerait envie de surfer sur le net. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[106,110]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190146198482944\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"DenisChervaux\",\"lang\":\"fr\",\"favourites_count\":38,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":334,\"location\":\"Vichy\",\"profile_text_color\":\"333333\",\"description\":\"Ancien \\u00e9tudiant en journalisme de proximit\\u00e9 \\u00e0 Vichy. Ex-stagiaire @lejdc_fr. En recherche de piges ou d'un contrat. http:\\/\\/www.doyoubuzz.com\\/denis-chervaux\",\"statuses_count\":1512,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":166,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1632591360\\/maindenis_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"41622836\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Denis Chervaux\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Thu May 21 16:44:21 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":41622836,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1632591360\\/maindenis_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173190146198482944,\"created_at\":\"Fri Feb 24 23:38:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3563000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "85527517-fe61-4942-8eec-a1617a6583c9-173190146198482944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW - oui, c'est bien résumé : ACTA, c'est de la merde.", +"img": { +"src": "http://a1.twimg.com/profile_images/1579063362/images_normal.jpg" +}, +"title": "Where is my mind ?: #LGW - oui, c'est bien résumé : ACTA, c'est de la merde.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3564000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW - oui, c'est bien r\\u00e9sum\\u00e9 : ACTA, c'est de la merde.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190151730761728\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":79,\"screen_name\":\"Look_out_post\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1474,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1579063362\\/images_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"387379234\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579063362\\/images_normal.jpg\",\"name\":\"Where is my mind ?\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 23:30:51 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":387379234,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190151730761728,\"created_at\":\"Fri Feb 24 23:38:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3564000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "178b4591-b705-404f-812f-955841549c37-173190151730761728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KolyaFR tu cherches ton avatar à l'écran ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1255908033/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png" +}, +"title": "Crazou: @KolyaFR tu cherches ton avatar à l'écran ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3567000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@KolyaFR tu cherches ton avatar \\u00e0 l'\\u00e9cran ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KolyaFR\",\"indices\":[0,8],\"id_str\":\"109725925\",\"name\":\"Florian Descamps\",\"id\":109725925}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173189894133399552\",\"id_str\":\"173190163994902528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173189894133399552,\"in_reply_to_user_id_str\":\"109725925\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":52,\"screen_name\":\"crazou_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":155,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1255908033\\/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"120808218\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1255908033\\/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png\",\"name\":\"Crazou\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 07 16:26:59 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":120808218,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"KolyaFR\",\"truncated\":false,\"id\":173190163994902528,\"created_at\":\"Fri Feb 24 23:38:47 +0000 2012\",\"in_reply_to_user_id\":109725925}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3567000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "de1a8b39-7268-4e0d-9c93-e210592db3b8-173190163994902528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais #cqui qui arrivera à arracher la chemise de @Vinvin en live sur @LeGrandWebze #LGW ? 😜", +"img": { +"src": "http://a0.twimg.com/profile_images/732688177/bi-cause_normal.jpg" +}, +"title": "Charles Liebert: Mais #cqui qui arrivera à arracher la chemise de @Vinvin en live sur @LeGrandWebze #LGW ? 😜", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3567000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais #cqui qui arrivera \\u00e0 arracher la chemise de @Vinvin en live sur @LeGrandWebze #LGW ? \\ud83d\\ude1c\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[49,56],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"LeGrandWebze\",\"indices\":[69,82],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[5,10]},{\"text\":\"LGW\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190162304602112\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1158,\"screen_name\":\"Charles_Liebert\",\"lang\":\"en\",\"profile_text_color\":\"F522D5\",\"statuses_count\":48082,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"location\":\"Paris - Cap Ferret - Saugeras\",\"show_all_inline_media\":true,\"listed_count\":156,\"profile_link_color\":\"1AF51F\",\"followers_count\":2044,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0F0F\",\"id_str\":\"610993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"profile_sidebar_fill_color\":\"E0FF91\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"name\":\"Charles Liebert\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":610993,\"utc_offset\":3600,\"favourites_count\":509,\"url\":\"http:\\/\\/www.charles-liebert.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190162304602112,\"created_at\":\"Fri Feb 24 23:38:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3567000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4dcbfb5c-276a-437e-8b9c-63f6fc871321-173190162304602112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ACTA, sinon, c'est aussi l'index des produits phytosanitaires autorisés #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1638976981/43_43_-_2_normal.jpg" +}, +"title": "caroline: ACTA, sinon, c'est aussi l'index des produits phytosanitaires autorisés #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3568000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ACTA, sinon, c'est aussi l'index des produits phytosanitaires autoris\\u00e9s #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190169644642305\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":501,\"screen_name\":\"mononoke62\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8234,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"0084B4\",\"followers_count\":501,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638976981\\/43_43_-_2_normal.jpg\",\"description\":\"Le v\\u00e9ritable lieu de naissance est celui o\\u00f9 l'on a port\\u00e9 pour la 1\\u00e8re fois un coup d'oeil intelligent sur soi-m\\u00eame : mes premi\\u00e8res patries ont \\u00e9t\\u00e9 les livres MY\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"126877700\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638976981\\/43_43_-_2_normal.jpg\",\"name\":\"caroline\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 27 08:07:05 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":126877700,\"utc_offset\":3600,\"favourites_count\":16,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190169644642305,\"created_at\":\"Fri Feb 24 23:38:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3568000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a147cc27-8ca8-4b39-9083-98e74d8260c6-173190169644642305" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les gens qui écrivent à #lgw juste pour voir leur gueule à la télé. Les @elTouristio", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: Les gens qui écrivent à #lgw juste pour voir leur gueule à la télé. Les @elTouristio", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3570000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les gens qui \\u00e9crivent \\u00e0 #lgw juste pour voir leur gueule \\u00e0 la t\\u00e9l\\u00e9. Les @elTouristio\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"elTouristio\",\"indices\":[72,84],\"id_str\":\"37389744\",\"name\":\"Sylvain Sanders\",\"id\":37389744}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190174933659648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5860,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190174933659648,\"created_at\":\"Fri Feb 24 23:38:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3570000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6031b9ae-41f3-46cc-b481-bd32a215eb0f-173190174933659648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bon allez je vais passer un peur voir #cquiles gens sur le plateau de #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1737835878/28310_403409769373_707764373_4089795_8073551_n_normal.jpg" +}, +"title": "igor reteno: bon allez je vais passer un peur voir #cquiles gens sur le plateau de #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3570000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"bon allez je vais passer un peur voir #cquiles gens sur le plateau de #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cquiles\",\"indices\":[38,46]},{\"text\":\"lgw\",\"indices\":[70,74]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190178167472128\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D9B17E\",\"screen_name\":\"Igorreteno\",\"lang\":\"it\",\"favourites_count\":170,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":355,\"location\":\"paris\",\"profile_text_color\":\"333333\",\"followers_count\":298,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1737835878\\/28310_403409769373_707764373_4089795_8073551_n_normal.jpg\",\"description\":\" je suis paradoxal , bien dans ma tete et amoureux de venise , les mots sont mes amis et les rencontres aussi surtout quand elles sont belles\",\"statuses_count\":37210,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429495126\\/11-venise.JPG\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"9D582E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"protected\":false,\"id_str\":\"99097843\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"igor reteno\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429495126\\/11-venise.JPG\",\"created_at\":\"Thu Dec 24 12:50:20 +0000 2009\",\"profile_sidebar_fill_color\":\"EADEAA\",\"id\":99097843,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/igorreteno.wordpress.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1737835878\\/28310_403409769373_707764373_4089795_8073551_n_normal.jpg\"},\"truncated\":false,\"id\":173190178167472128,\"created_at\":\"Fri Feb 24 23:38:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3570000, +"tags": [ +{ +"id-ref": "f090a6e8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e650b695-21ab-4c4d-a132-60b6e1156fa6-173190178167472128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton et vite minot on touche au pere rolin alors #ilreste et pis c'est tout\n#lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1851406636/225031_1031930925569_1444264396_30100024_2755_a_normal.jpg" +}, +"title": "Gasquez: #change2ton et vite minot on touche au pere rolin alors #ilreste et pis c'est tout\n#lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3572000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton et vite minot on touche au pere rolin alors #ilreste et pis c'est tout\\n#lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"ilreste\",\"indices\":[56,64]},{\"text\":\"lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190185952083968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"louitos73\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":54,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"73000\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851406636\\/225031_1031930925569_1444264396_30100024_2755_a_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"373449189\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851406636\\/225031_1031930925569_1444264396_30100024_2755_a_normal.jpg\",\"name\":\"Gasquez\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 14 16:04:37 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":373449189,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190185952083968,\"created_at\":\"Fri Feb 24 23:38:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3572000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1b08c6f0-7884-4e60-99c8-52e542685f33-173190185952083968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@kheops2713 parle de @laquadrature sur #lgw http://t.co/DFlfpA8o pour plus d'informations", +"img": { +"src": "http://a0.twimg.com/profile_images/1107302070/hydraze_normal.png" +}, +"title": "Hydraze: @kheops2713 parle de @laquadrature sur #lgw http://t.co/DFlfpA8o pour plus d'informations", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3572000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"kheops2713\",\"favorited\":false,\"text\":\"@kheops2713 parle de @laquadrature sur #lgw http:\\/\\/t.co\\/DFlfpA8o pour plus d'informations\",\"entities\":{\"urls\":[{\"indices\":[44,64],\"display_url\":\"lqdn.fr\\/acta\",\"expanded_url\":\"http:\\/\\/lqdn.fr\\/acta\",\"url\":\"http:\\/\\/t.co\\/DFlfpA8o\"}],\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[0,11],\"name\":\"KheOps\",\"id_str\":\"321006177\",\"id\":321006177},{\"screen_name\":\"laquadrature\",\"indices\":[21,34],\"name\":\"La Quadrature du Net\",\"id_str\":\"21179585\",\"id\":21179585}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"in_reply_to_user_id\":321006177,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.bitlbee.org\\/\\\" rel=\\\"nofollow\\\"\\u003EBitlBee\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190187055190016\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Hydraze\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":381,\"location\":\"In a few root shells\",\"profile_text_color\":\"666666\",\"followers_count\":213,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1107302070\\/hydraze_normal.png\",\"description\":\"FLOSS Supporter, http:\\/\\/Zenk-Security.com staffer, Internet Censorship fighter, free-speech defender and datalover.\",\"statuses_count\":805,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/137949339\\/twitter.png\",\"show_all_inline_media\":false,\"listed_count\":10,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"37705430\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Hydraze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/137949339\\/twitter.png\",\"created_at\":\"Mon May 04 17:17:16 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":37705430,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.hydraze.org\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1107302070\\/hydraze_normal.png\"},\"truncated\":false,\"id\":173190187055190016,\"created_at\":\"Fri Feb 24 23:38:52 +0000 2012\",\"in_reply_to_user_id_str\":\"321006177\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3572000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "03ebebc7-86a8-42c1-82ad-f15e06f330dd-173190187055190016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Now Watching #lgw l'émission de tv avec une timeline dedans", +"img": { +"src": "http://a3.twimg.com/profile_images/1806933385/pp_normal.jpg" +}, +"title": "Jalila Levesque: Now Watching #lgw l'émission de tv avec une timeline dedans", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3573000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Now Watching #lgw l'\\u00e9mission de tv avec une timeline dedans\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190190444187648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":938,\"screen_name\":\"Jalila\",\"lang\":\"en\",\"profile_text_color\":\"141212\",\"statuses_count\":15109,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422638318\\/ffffound_lady_luck.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":157,\"profile_link_color\":\"d228db\",\"followers_count\":3527,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1806933385\\/pp_normal.jpg\",\"description\":\"PR & Communication at @FredFaridGroup - Passionate & (very) Connected #ads #web #music #fashion #art #MadMen\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"id_str\":\"23075266\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422638318\\/ffffound_lady_luck.png\",\"profile_sidebar_fill_color\":\"dbd6a2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1806933385\\/pp_normal.jpg\",\"name\":\"Jalila Levesque\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 06 15:19:18 +0000 2009\",\"profile_sidebar_border_color\":\"0f0f0e\",\"id\":23075266,\"utc_offset\":3600,\"favourites_count\":776,\"url\":\"http:\\/\\/backstage.fredfarid.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190190444187648,\"created_at\":\"Fri Feb 24 23:38:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3573000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4910e7c2-48b5-4958-9af4-f0c47438d56c-173190190444187648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @MathildePousseo: François Rollin a le même coloriste que François Hollande, et @Vinvin le même chemisiste que Carlos #cqui #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1619111722/DSC05656_normal.jpg" +}, +"title": "William: RT @MathildePousseo: François Rollin a le même coloriste que François Hollande, et @Vinvin le même chemisiste que Carlos #cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3575000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @MathildePousseo: Fran\\u00e7ois Rollin a le m\\u00eame coloriste que Fran\\u00e7ois Hollande, et @Vinvin le m\\u00eame chemisiste que Carlos #cqui #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MathildePousseo\",\"indices\":[3,19],\"id_str\":\"81447410\",\"name\":\"Ovale de Gr\\u00e2ce\",\"id\":81447410},{\"screen_name\":\"Vinvin\",\"indices\":[83,90],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[121,126]},{\"text\":\"LGW\",\"indices\":[127,131]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin a le m\\u00eame coloriste que Fran\\u00e7ois Hollande, et @Vinvin le m\\u00eame chemisiste que Carlos #cqui #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[62,69],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[100,105]},{\"text\":\"LGW\",\"indices\":[106,110]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189730056417281\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":504,\"screen_name\":\"MathildePousseo\",\"lang\":\"en\",\"profile_text_color\":\"3D1957\",\"statuses_count\":8402,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/44338571\\/grpechampion2007-1280.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":37,\"profile_link_color\":\"FF0000\",\"followers_count\":933,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1838968067\\/teamSFRCT_normal\",\"description\":\"Du rugby, de la politique, du ruck n'roll. Le tout au 4e degr\\u00e9!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"id_str\":\"81447410\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/44338571\\/grpechampion2007-1280.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838968067\\/teamSFRCT_normal\",\"name\":\"Ovale de Gr\\u00e2ce\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 10 21:39:27 +0000 2009\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":81447410,\"utc_offset\":-10800,\"favourites_count\":18,\"url\":\"http:\\/\\/www.boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189730056417281,\"created_at\":\"Fri Feb 24 23:37:04 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190198497259520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":823,\"screen_name\":\"Scofred_\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":18665,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"location\":\"France, Paris\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"009999\",\"followers_count\":620,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"description\":\"160 caract\\u00e8res, c'est trop peu ! Ma bio - http:\\/\\/about.me\\/scofred\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"131299967\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"name\":\"William\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 09 21:48:10 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":131299967,\"utc_offset\":3600,\"favourites_count\":117,\"url\":\"http:\\/\\/scofred.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190198497259520,\"created_at\":\"Fri Feb 24 23:38:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3575000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3ba90cb4-e37b-4fdd-833d-86a0880942a7-173190198497259520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est tordu quand même comme truc,un cercle, une émission que seul les twittos comprennent. Cooooool. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1787989372/406519_2816076475082_1053946314_2866554_1715736597_n_normal.jpg" +}, +"title": "Lit Dia ®: C'est tordu quand même comme truc,un cercle, une émission que seul les twittos comprennent. Cooooool. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3576000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est tordu quand m\\u00eame comme truc,un cercle, une \\u00e9mission que seul les twittos comprennent. Cooooool. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[103,107]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190199856214016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":195,\"screen_name\":\"LydiaWestCudi\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":2986,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/411533371\\/tumblr_lpq5omJuGt1r0welko2_500.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"2FC2EF\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1787989372\\/406519_2816076475082_1053946314_2866554_1715736597_n_normal.jpg\",\"description\":\"J'ne sais pas qui je suis. Je suis qui je me dois d\\u2019\\u00eatre.\\r\\nFolle on me dit.Il n'y a que le Fou qui se pretend sage.\\r\\nLe changement c'est le 6 mai 2012.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"247914376\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/411533371\\/tumblr_lpq5omJuGt1r0welko2_500.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1787989372\\/406519_2816076475082_1053946314_2866554_1715736597_n_normal.jpg\",\"name\":\"Lit Dia \\u00ae\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 05 21:07:35 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":247914376,\"utc_offset\":-10800,\"favourites_count\":199,\"url\":\"http:\\/\\/mescudream.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190199856214016,\"created_at\":\"Fri Feb 24 23:38:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3576000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d52d1ff8-8583-4d34-b92c-f82f4bf10691-173190199856214016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @okhin: TUE DES CHATONS (et des dissidents syriens aussi) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1782896681/twavatar_normal.jpg" +}, +"title": "Oriane: RT @okhin: TUE DES CHATONS (et des dissidents syriens aussi) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3580000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @okhin: TUE DES CHATONS (et des dissidents syriens aussi) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"okhin\",\"indices\":[3,9],\"id_str\":\"49560409\",\"name\":\"Okhin\",\"id\":49560409}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"TUE DES CHATONS (et des dissidents syriens aussi) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173188936309542912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":441,\"screen_name\":\"okhin\",\"lang\":\"en\",\"profile_text_color\":\"739694\",\"statuses_count\":10333,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"followers_count\":798,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"profile_sidebar_fill_color\":\"411c0f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"name\":\"Okhin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_border_color\":\"2f1812\",\"id\":49560409,\"utc_offset\":3600,\"favourites_count\":38,\"url\":\"https:\\/\\/about.okhin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173188936309542912,\"created_at\":\"Fri Feb 24 23:33:54 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190219930144768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":378,\"screen_name\":\"quota_atypique\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17111,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/232757274\\/datalove-heart1.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":67,\"profile_link_color\":\"ff0000\",\"followers_count\":888,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1782896681\\/twavatar_normal.jpg\",\"description\":\"Activiste caf\\u00e9in\\u00e9e. Aime les filles, les gar\\u00e7ons, le code. Lutte pour les LGBT (ex red'chef de la #Magazette) et la #netneutrality. Parle trop. #Celsa, #misc12.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"17659852\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/232757274\\/datalove-heart1.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782896681\\/twavatar_normal.jpg\",\"name\":\"Oriane\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 26 21:16:26 +0000 2008\",\"profile_sidebar_border_color\":\"ff0000\",\"id\":17659852,\"utc_offset\":3600,\"favourites_count\":49,\"url\":\"http:\\/\\/tornbluejeans.yagg.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190219930144768,\"created_at\":\"Fri Feb 24 23:39:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3580000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fbafc38b-d6d9-4ad5-b8c4-c8941f57d36c-173190219930144768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quand même très superficiel les explications sur acta #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1766000100/Avatar-Cabaroc_normal.gif" +}, +"title": "Jp cabaroc: C'est quand même très superficiel les explications sur acta #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3581000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"C'est quand m\\u00eame tr\\u00e8s superficiel les explications sur acta #lgw\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404422929\\/fond_twitter.jpg\",\"profile_sidebar_fill_color\":\"f6f6f6\",\"screen_name\":\"Cabaroc\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1766000100\\/Avatar-Cabaroc_normal.gif\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"dddcda\",\"location\":\"Saint-\\u00c9tienne - France\",\"favourites_count\":7,\"description\":\"Hi, i'm a freelance graphic designer and art director. I also teach webdesign at Ecole Bellecour (Lyon) #Identity #Design #Print #Webdesign\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"profile_text_color\":\"333333\",\"followers_count\":1679,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1766000100\\/Avatar-Cabaroc_normal.gif\",\"statuses_count\":6908,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/404422929\\/fond_twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":173,\"profile_link_color\":\"416763\",\"protected\":false,\"is_translator\":false,\"name\":\"Jp cabaroc\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Thu Jan 14 23:13:01 +0000 2010\",\"profile_background_color\":\"000000\",\"id\":104964807,\"id_str\":\"104964807\",\"geo_enabled\":true,\"profile_background_tile\":false,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.cabaroc.com\"},\"in_reply_to_status_id\":null,\"id\":173190220739653632,\"created_at\":\"Fri Feb 24 23:39:01 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190220739653632\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3581000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5603ea76-5be8-406b-876c-67aafe66deeb-173190220739653632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je suis une star je passe dans une bulle!!! #lgw #cqui", +"img": { +"src": "http://a1.twimg.com/profile_images/1601437879/avatar_sonic_normal.jpg" +}, +"title": "Jenni: Je suis une star je passe dans une bulle!!! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3582000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je suis une star je passe dans une bulle!!! #lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]},{\"text\":\"cqui\",\"indices\":[49,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190227094011904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":112,\"screen_name\":\"jicmajane\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":1816,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0099B9\",\"followers_count\":307,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1601437879\\/avatar_sonic_normal.jpg\",\"description\":\"R\\u00e9dactrice VieDeGeek.fr et animatrice BarGaming\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"39099498\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1601437879\\/avatar_sonic_normal.jpg\",\"name\":\"Jenni\",\"default_profile_image\":false,\"created_at\":\"Sun May 10 19:46:10 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":39099498,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.viedegeek.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190227094011904,\"created_at\":\"Fri Feb 24 23:39:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3582000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "19a39868-276a-4bc8-ac4c-1264a4f842a1-173190227094011904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On y est presque !!! La communauté #StadedeFrance déchire tout le #cqui au #lgw http://t.co/qJvMhf3N", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: On y est presque !!! La communauté #StadedeFrance déchire tout le #cqui au #lgw http://t.co/qJvMhf3N", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3583000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"On y est presque !!! La communaut\\u00e9 #StadedeFrance d\\u00e9chire tout le #cqui au #lgw http:\\/\\/t.co\\/qJvMhf3N\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"StadedeFrance\",\"indices\":[35,49]},{\"text\":\"cqui\",\"indices\":[66,71]},{\"text\":\"lgw\",\"indices\":[75,79]}],\"media\":[{\"type\":\"photo\",\"indices\":[80,100],\"sizes\":{\"small\":{\"h\":455,\"resize\":\"fit\",\"w\":340},\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":765},\"medium\":{\"h\":803,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdLmFjCIAArGOj.jpg\",\"id_str\":\"173190228373282816\",\"id\":173190228373282816,\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173190228369088512\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/qJvMhf3N\",\"url\":\"http:\\/\\/t.co\\/qJvMhf3N\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdLmFjCIAArGOj.jpg\"}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190228369088512\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6698,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173190228369088512,\"created_at\":\"Fri Feb 24 23:39:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3583000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a2e1e308-5af5-4a15-9dd3-7d74c5124947-173190228369088512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw si on colle un nez rouge à tout le monde ça peut redonner un peu de couleur à tout ce bleu :S", +"img": { +"src": "http://a2.twimg.com/profile_images/1696961418/avatar_normal.JPG" +}, +"title": "Audrey K: #lgw si on colle un nez rouge à tout le monde ça peut redonner un peu de couleur à tout ce bleu :S", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3584000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw si on colle un nez rouge \\u00e0 tout le monde \\u00e7a peut redonner un peu de couleur \\u00e0 tout ce bleu :S\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190234958344192\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"Audreymifasol\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":250,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Quelque part\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1696961418\\/avatar_normal.JPG\",\"description\":\"Prof contractuelle en biologie le lundi, \\u00e9tudiante en histoire, ma\\u00e7on, d\\u00e9coratrice, costumi\\u00e8re, peintre et bidouilleuse de tout l'autre moiti\\u00e9 du temps.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"413420872\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1696961418\\/avatar_normal.JPG\",\"name\":\"Audrey K\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 15 21:31:05 +0000 2011\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":413420872,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/bubulle-de-savon.over-blog.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190234958344192,\"created_at\":\"Fri Feb 24 23:39:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3584000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b18bf07b-1f0e-46dc-84d7-023f3fa7fbc7-173190234958344192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ca me rassure de voir que les twittos font tous la même tronche de merde devant leur ordi! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1341369350/IMG_0292_normal.JPG" +}, +"title": "Sébastien Von Roth: Ca me rassure de voir que les twittos font tous la même tronche de merde devant leur ordi! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3586000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ca me rassure de voir que les twittos font tous la m\\u00eame tronche de merde devant leur ordi! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190244051591168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":185,\"screen_name\":\"svonroth\",\"lang\":\"fr\",\"profile_text_color\":\"525252\",\"statuses_count\":237,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Lussy\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"eba800\",\"followers_count\":43,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1341369350\\/IMG_0292_normal.JPG\",\"description\":\"UX Designer\\/Graphiste iOs & Web\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Bern\",\"profile_background_color\":\"f2f2f2\",\"id_str\":\"14003172\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffee7f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1341369350\\/IMG_0292_normal.JPG\",\"name\":\"S\\u00e9bastien Von Roth\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 26 14:07:04 +0000 2008\",\"profile_sidebar_border_color\":\"e0da61\",\"id\":14003172,\"utc_offset\":3600,\"favourites_count\":90,\"url\":\"http:\\/\\/www.sobees.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190244051591168,\"created_at\":\"Fri Feb 24 23:39:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3586000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b2c8b8b2-8566-4e7e-84af-c35b5be516d4-173190244051591168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "aaaahhhh @GaspardDelanoe is back #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1713700556/327757_2697599712091_1019576402_2912106_1387153583_o_normal.jpg" +}, +"title": "Florian PolteauGomez: aaaahhhh @GaspardDelanoe is back #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3588000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"aaaahhhh @GaspardDelanoe is back #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GaspardDelanoe\",\"indices\":[9,24],\"id_str\":\"282651653\",\"name\":\"Gaspard Delanoe\",\"id\":282651653}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190251878162432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":222,\"screen_name\":\"flopogo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3187,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/388570408\\/twitter_copie.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"009999\",\"followers_count\":133,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1713700556\\/327757_2697599712091_1019576402_2912106_1387153583_o_normal.jpg\",\"description\":\"Fondateur & R\\u00e9dac Chef de @FemmesDeSport \\/ Sportsbook Content Manager @PMU_Sportif \\/ Capitaine de @LiverpoolFrance FC \\/ Joueur Loisir \\u00e0 @IssyParisHand \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"377264102\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/388570408\\/twitter_copie.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1713700556\\/327757_2697599712091_1019576402_2912106_1387153583_o_normal.jpg\",\"name\":\"Florian PolteauGomez\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 21 09:00:53 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":377264102,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.femmesdesport.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190251878162432,\"created_at\":\"Fri Feb 24 23:39:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3588000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "89dfa7c8-62ec-4ad9-8c9d-6b69efae610b-173190251878162432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @nicoprat: Devant #lgw je me sens un peu comme ça http://t.co/MOn2mTR6", +"img": { +"src": "http://a0.twimg.com/profile_images/1583573214/Chiddy_-Bang_The_Preview_normal.jpg" +}, +"title": "Pierre: RT @nicoprat: Devant #lgw je me sens un peu comme ça http://t.co/MOn2mTR6", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3589000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @nicoprat: Devant #lgw je me sens un peu comme \\u00e7a http:\\/\\/t.co\\/MOn2mTR6\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"nicoprat\",\"indices\":[3,12],\"id_str\":\"19256842\",\"name\":\"Nico Prat\",\"id\":19256842}],\"urls\":[{\"indices\":[53,73],\"expanded_url\":\"http:\\/\\/twitter.com\\/nicoprat\\/status\\/173189994922512384\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/MOn2mTR6\",\"url\":\"http:\\/\\/t.co\\/MOn2mTR6\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Devant #lgw je me sens un peu comme \\u00e7a http:\\/\\/t.co\\/MOn2mTR6\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]}],\"media\":[{\"type\":\"photo\",\"indices\":[39,59],\"sizes\":{\"large\":{\"h\":326,\"resize\":\"fit\",\"w\":360},\"medium\":{\"h\":326,\"resize\":\"fit\",\"w\":360},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":308,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdLYf4CEAM3Vtl.jpg\",\"id_str\":\"173189994922512387\",\"expanded_url\":\"http:\\/\\/twitter.com\\/nicoprat\\/status\\/173189994922512384\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdLYf4CEAM3Vtl.jpg\",\"id\":173189994922512387,\"display_url\":\"pic.twitter.com\\/MOn2mTR6\",\"url\":\"http:\\/\\/t.co\\/MOn2mTR6\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189994922512384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2297,\"screen_name\":\"nicoprat\",\"lang\":\"en\",\"profile_text_color\":\"0a040a\",\"statuses_count\":29876,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":210,\"profile_link_color\":\"224087\",\"followers_count\":6569,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"description\":\"Le Mouv, Tsugi, Technikart, Voxpop, co-auteur des Miscellan\\u00e9es d'Internet, et un petit sudoku de temps en temps\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"19256842\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"name\":\"Nico Prat\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 20 20:55:08 +0000 2009\",\"profile_sidebar_border_color\":\"050504\",\"id\":19256842,\"utc_offset\":3600,\"favourites_count\":440,\"url\":\"http:\\/\\/nicoprat.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189994922512384,\"created_at\":\"Fri Feb 24 23:38:07 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190257142009858\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":14,\"screen_name\":\"pierremaillefer\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":69,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851404788\\/421627_2946215967634_1028326679_32405659_1287344013_a_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"268442892\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851404788\\/421627_2946215967634_1028326679_32405659_1287344013_a_normal.jpg\",\"name\":\"Pierre\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 18 19:49:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":268442892,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190257142009858,\"created_at\":\"Fri Feb 24 23:39:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3589000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d73be2ed-bb81-4ba9-aa26-910990b3a858-173190257142009858" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton parce que change3ton c'est moins facile #lgw @LeGrandWebze", +"img": { +"src": "http://a0.twimg.com/profile_images/1752605252/slashunderscore_normal.PNG" +}, +"title": "Gilles Defromerie: #change2ton parce que change3ton c'est moins facile #lgw @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3591000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton parce que change3ton c'est moins facile #lgw @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[57,70],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[52,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190262821093376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":59,\"screen_name\":\"geldif\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":225,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Devant un \\u00e9cran num\\u00e9rique\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"description\":\"Debugger, Ajusteur d'Octets niveau Certification Binaire, Digital Engineer\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"394186996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"name\":\"Gilles Defromerie\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 19 18:07:56 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":394186996,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190262821093376,\"created_at\":\"Fri Feb 24 23:39:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3591000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df96f79b-0f88-4c1c-9827-e7685ad42d6f-173190262821093376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Alors évidemment @francoisrollin #ilreste et Kheops est un peu plus clair que la dernière fois, en même temps c'était pas dur. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1818480321/fake_twivatar_normal.gif" +}, +"title": "Marco Pierrard: Alors évidemment @francoisrollin #ilreste et Kheops est un peu plus clair que la dernière fois, en même temps c'était pas dur. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3592000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Alors \\u00e9videmment @francoisrollin #ilreste et Kheops est un peu plus clair que la derni\\u00e8re fois, en m\\u00eame temps c'\\u00e9tait pas dur. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[17,32],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[33,41]},{\"text\":\"lgw\",\"indices\":[127,131]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190269829783552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":315,\"screen_name\":\"marcopierrard\",\"lang\":\"fr\",\"profile_text_color\":\"4a4a4a\",\"statuses_count\":528,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/419131721\\/fond_twitter2.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"2d4c6b\",\"followers_count\":125,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818480321\\/fake_twivatar_normal.gif\",\"description\":\"Animateur, journaliste, bidouilleur web en qu\\u00eate de nouvelles aventures. ex @campusparis & @Radio_Prun \\/\\/ Mes tweets n'engagent que mon avocat.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"999999\",\"id_str\":\"336190321\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/419131721\\/fond_twitter2.png\",\"profile_sidebar_fill_color\":\"\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818480321\\/fake_twivatar_normal.gif\",\"name\":\"Marco Pierrard\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 15 21:57:12 +0000 2011\",\"profile_sidebar_border_color\":\"f0f0f0\",\"id\":336190321,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/www.marcopierrard.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190269829783552,\"created_at\":\"Fri Feb 24 23:39:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3592000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "60e2ba46-a86b-4f34-9aff-5f58ed26dace-173190269829783552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'avais peur d'être la seule à ne rien comprendre.. RT @SeriousCharly: Si vous comprenez ce qu'il se passe dans #LGW, arrêtez de boire.", +"img": { +"src": "http://a0.twimg.com/profile_images/1778320118/Photo_du_23-01-12___01.14__2_normal.jpg" +}, +"title": "Magali P.: J'avais peur d'être la seule à ne rien comprendre.. RT @SeriousCharly: Si vous comprenez ce qu'il se passe dans #LGW, arrêtez de boire.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3593000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'avais peur d'\\u00eatre la seule \\u00e0 ne rien comprendre.. RT @SeriousCharly: Si vous comprenez ce qu'il se passe dans #LGW, arr\\u00eatez de boire.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SeriousCharly\",\"indices\":[55,69],\"id_str\":\"149298036\",\"name\":\"Charly M.\",\"id\":149298036}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[112,116]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190271654313984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":632,\"screen_name\":\"PrMagali\",\"lang\":\"fr\",\"profile_text_color\":\"969696\",\"statuses_count\":2870,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/428631959\\/tumblr_l9z5ffMZSL1qe11ryo1_500.jpg\",\"location\":\"Strasbourg - Paris\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"bd4e4e\",\"followers_count\":355,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1778320118\\/Photo_du_23-01-12___01.14__2_normal.jpg\",\"description\":\"\\u00c9tudiante pubarde consciencieuse qui n'aime pas porter des lunettes \\/ #Web #Communication #Actu #Pub #Lol & 2nd degr\\u00e9.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"224178853\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428631959\\/tumblr_l9z5ffMZSL1qe11ryo1_500.jpg\",\"profile_sidebar_fill_color\":\"0a0a0a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1778320118\\/Photo_du_23-01-12___01.14__2_normal.jpg\",\"name\":\"Magali P.\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 08 10:22:52 +0000 2010\",\"profile_sidebar_border_color\":\"383b36\",\"id\":224178853,\"utc_offset\":-10800,\"favourites_count\":9,\"url\":\"http:\\/\\/quid-deceat.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190271654313984,\"created_at\":\"Fri Feb 24 23:39:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3593000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0ae01d3b-e75d-462d-b79b-76a69cfe0cae-173190271654313984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon. Les amis sont nombreux sur le TL et sur le plateau de #lgw... mais y a du #rugby très sérieux à côté: Sharks v Bulls... @+ !", +"img": { +"src": "http://a3.twimg.com/profile_images/947115405/fh_avatar_perso_normal.jpg" +}, +"title": "Frederic Humbert: Bon. Les amis sont nombreux sur le TL et sur le plateau de #lgw... mais y a du #rugby très sérieux à côté: Sharks v Bulls... @+ !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3594000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon. Les amis sont nombreux sur le TL et sur le plateau de #lgw... mais y a du #rugby tr\\u00e8s s\\u00e9rieux \\u00e0 c\\u00f4t\\u00e9: Sharks v Bulls... @+ !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]},{\"text\":\"rugby\",\"indices\":[79,85]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190277920591872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":300,\"screen_name\":\"Frederic\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":1520,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/68080021\\/crowd1920x1200.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":36,\"profile_link_color\":\"0000ff\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/947115405\\/fh_avatar_perso_normal.jpg\",\"description\":\"Live : www.twitter.com\\/frederic\\r\\n\\r\\nPro : www.innovacom.com\\r\\n\\r\\nBlog : www.rugby-pioneers.com\\r\\n\\r\\nFacebook : www.facebook.com\\/fhumbert\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f2f7f7\",\"id_str\":\"583053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/68080021\\/crowd1920x1200.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/947115405\\/fh_avatar_perso_normal.jpg\",\"name\":\"Frederic Humbert\",\"default_profile_image\":false,\"created_at\":\"Fri Jan 05 14:57:33 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":583053,\"utc_offset\":3600,\"favourites_count\":15,\"url\":\"http:\\/\\/flavors.me\\/frederic1892\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190277920591872,\"created_at\":\"Fri Feb 24 23:39:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3594000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0926d8e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c23f6ad2-fe5e-4f26-9525-2e9e2dba79f2-173190277920591872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Super survol sur ACTA. Dommage. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1841029880/gangstacat6ze46f4ze6f4z6e84_normal.jpg" +}, +"title": "Brice R.: Super survol sur ACTA. Dommage. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3595000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Super survol sur ACTA. Dommage. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190283243171840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"brice_r_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2376,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"description\":\"#G\\u00e9meaux #DoublePersonnalit\\u00e9 \\r\\nParce que la vie priv\\u00e9e ne sert pas uniquement \\u00e0 cacher des d\\u00e9lits et des crimes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Copenhagen\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"15512436\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"name\":\"Brice R.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 21 08:09:24 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":15512436,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"https:\\/\\/www.eff.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190283243171840,\"created_at\":\"Fri Feb 24 23:39:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3595000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2ffd0300-607c-49b9-90ba-8cf1c8930842-173190283243171840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Ilpart aplui ! (j'offre ce jeu de mots a France Television) #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1480162496/67711_1644595073049_1182058288_1791307_6239553_n_normal.jpg" +}, +"title": "Florent Bernard: #Ilpart aplui ! (j'offre ce jeu de mots a France Television) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3596000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#Ilpart aplui ! (j'offre ce jeu de mots a France Television) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190284451123201\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"soisdesinvolte\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":66,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":48,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1480162496\\/67711_1644595073049_1182058288_1791307_6239553_n_normal.jpg\",\"description\":\"Fantasme sexuel, mod\\u00e8le a suivre, icone du lol.\",\"statuses_count\":244,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/303983869\\/dd.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"120569338\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Florent Bernard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/303983869\\/dd.jpg\",\"created_at\":\"Sat Mar 06 21:23:59 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":120569338,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/sois-desinvolte.over-blog.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1480162496\\/67711_1644595073049_1182058288_1791307_6239553_n_normal.jpg\"},\"truncated\":false,\"id\":173190284451123201,\"created_at\":\"Fri Feb 24 23:39:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3596000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2cb6740d-dc85-49b5-85cb-bb4bbaf21532-173190284451123201" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c est quoi cette chemise", +"img": { +"src": "http://a1.twimg.com/profile_images/1576463846/285153_10150266213363229_747903228_7746605_7474910_n_normal.jpg" +}, +"title": "Loïc Ansel: #lgw c est quoi cette chemise", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3596000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c est quoi cette chemise\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[3.1159948,50.5990096],[3.2073395,50.5990096],[3.2073395,50.6729702],[3.1159948,50.6729702]]]},\"attributes\":{},\"full_name\":\"Villeneuve-d'Ascq, Nord\",\"name\":\"Villeneuve-d'Ascq\",\"id\":\"a4b80b13d8a4f881\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/a4b80b13d8a4f881.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[3.14375325,50.66316379]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190285315149824\",\"geo\":{\"type\":\"Point\",\"coordinates\":[50.66316379,3.14375325]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":168,\"screen_name\":\"Loloensucre\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":346,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\\u00dcT: 50.660496,3.136254\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1576463846\\/285153_10150266213363229_747903228_7746605_7474910_n_normal.jpg\",\"description\":\"La Bio c'est le Mal\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"23433810\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1576463846\\/285153_10150266213363229_747903228_7746605_7474910_n_normal.jpg\",\"name\":\"Lo\\u00efc Ansel\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 09 13:22:22 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23433810,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/saveurlibre.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190285315149824,\"created_at\":\"Fri Feb 24 23:39:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3596000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "da66c312-9136-4f2e-acaf-32e25fbc5a7b-173190285315149824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En fait c'est pas mal #unpeu #lgw pour l'instant.", +"img": { +"src": "http://a0.twimg.com/profile_images/1851376669/gifs_zabuza_26_1__normal.gif" +}, +"title": "Ferhat Dendoune: En fait c'est pas mal #unpeu #lgw pour l'instant.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3597000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"En fait c'est pas mal #unpeu #lgw pour l'instant.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"unpeu\",\"indices\":[22,28]},{\"text\":\"lgw\",\"indices\":[29,33]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190288683184128\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C42639\",\"screen_name\":\"Nara_Shikamaru4\",\"lang\":\"en\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1993,\"location\":\"Paris, France\",\"profile_text_color\":\"542A1D\",\"followers_count\":505,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851376669\\/gifs_zabuza_26_1__normal.gif\",\"description\":\"Que les baltringues de Konoha commencent \\u00e0 chier dans leur froc. On vient pas du m\\u00eame endroit...\",\"statuses_count\":7127,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/421171500\\/Zabuza.jpg\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"EF3C7D\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"F6E3D9\",\"protected\":false,\"id_str\":\"74527443\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Ferhat Dendoune\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421171500\\/Zabuza.jpg\",\"created_at\":\"Tue Sep 15 19:12:53 +0000 2009\",\"profile_sidebar_fill_color\":\"F8C2DC\",\"id\":74527443,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"https:\\/\\/plus.google.com\\/104684333822937350642\\/about\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851376669\\/gifs_zabuza_26_1__normal.gif\"},\"truncated\":false,\"id\":173190288683184128,\"created_at\":\"Fri Feb 24 23:39:17 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3597000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f092db98-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cc7abbd1-3964-4fc8-ae31-3886eecd8421-173190288683184128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@tatamirugby Les bulles que tu n'auras pas à tes partiels ? :-D #cqui #lgw #TeamSF #StadeDeFrance", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @tatamirugby Les bulles que tu n'auras pas à tes partiels ? :-D #cqui #lgw #TeamSF #StadeDeFrance", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3600000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"tatamirugby\",\"favorited\":false,\"text\":\"@tatamirugby Les bulles que tu n'auras pas \\u00e0 tes partiels ? :-D #cqui #lgw #TeamSF #StadeDeFrance\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"tatamirugby\",\"indices\":[0,12],\"name\":\"Marius\",\"id_str\":\"27248204\",\"id\":27248204}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[64,69]},{\"text\":\"lgw\",\"indices\":[70,74]},{\"text\":\"TeamSF\",\"indices\":[75,82]},{\"text\":\"StadeDeFrance\",\"indices\":[83,97]}]},\"in_reply_to_user_id\":27248204,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173190097209004032,\"in_reply_to_status_id_str\":\"173190097209004032\",\"id_str\":\"173190302138499072\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"favourites_count\":254,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":156,\"location\":\"Paris Montparnasse - Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"statuses_count\":34435,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":104184883,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\"},\"truncated\":false,\"id\":173190302138499072,\"created_at\":\"Fri Feb 24 23:39:20 +0000 2012\",\"in_reply_to_user_id_str\":\"27248204\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3600000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73ddc0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7f24c8e8-6e2c-4a91-8c38-3670a4fac6d0-173190302138499072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On peut voter plusieurs fois? #ilReste #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: On peut voter plusieurs fois? #ilReste #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3600000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"On peut voter plusieurs fois? #ilReste #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[30,38]},{\"text\":\"LGW\",\"indices\":[39,43]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190302935429122\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"fcfcfc\",\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"favourites_count\":84,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":283,\"location\":\"Hell\",\"profile_text_color\":\"0a0a0a\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"statuses_count\":39032,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"plumesdanges\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"id\":27325670,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\"},\"truncated\":false,\"id\":173190302935429122,\"created_at\":\"Fri Feb 24 23:39:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3600000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "12c3365f-091c-4ac6-81a5-2aeff9434d1b-173190302935429122" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": ".@my_Planetarium_ a cause du droit à l'image des Twittos^^ #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: .@my_Planetarium_ a cause du droit à l'image des Twittos^^ #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3601000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"my_Planetarium_\",\"favorited\":false,\"text\":\".@my_Planetarium_ a cause du droit \\u00e0 l'image des Twittos^^ #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"my_Planetarium_\",\"indices\":[1,17],\"name\":\"myPlanetarium\",\"id_str\":\"302897276\",\"id\":302897276}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[59,63]}]},\"in_reply_to_user_id\":302897276,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173189920104513536,\"in_reply_to_status_id_str\":\"173189920104513536\",\"id_str\":\"173190305498148864\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"1c2352\",\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"favourites_count\":1604,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":646,\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"profile_text_color\":\"333333\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"statuses_count\":83436,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"ArDuB57\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":21448223,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\"},\"truncated\":false,\"id\":173190305498148864,\"created_at\":\"Fri Feb 24 23:39:21 +0000 2012\",\"in_reply_to_user_id_str\":\"302897276\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3601000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1c740dbe-1500-4bf6-aebf-6bdc1968321f-173190305498148864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilReste !!!", +"img": { +"src": "http://a0.twimg.com/profile_images/1817740541/avatar_normal.png" +}, +"title": "Elodie : #lgw #ilReste !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3601000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"#lgw #ilReste !!!\",\"created_at\":\"Fri Feb 24 23:39:21 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[5,13]}],\"user_mentions\":[]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173190306135678977\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":1,\"created_at\":\"Tue May 17 10:50:10 +0000 2011\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"url\":null,\"default_profile\":true,\"notifications\":null,\"profile_link_color\":\"0084B4\",\"screen_name\":\"eloheaven\",\"time_zone\":null,\"description\":\"\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_color\":\"C0DEED\",\"location\":\"\",\"id_str\":\"300189920\",\"profile_background_tile\":false,\"followers_count\":14,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817740541\\/avatar_normal.png\",\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817740541\\/avatar_normal.png\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"DDEEF6\",\"favourites_count\":55,\"protected\":false,\"friends_count\":77,\"profile_sidebar_border_color\":\"C0DEED\",\"name\":\"Elodie \",\"contributors_enabled\":false,\"verified\":false,\"id\":300189920,\"statuses_count\":93,\"profile_use_background_image\":true,\"utc_offset\":null},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173190306135678977}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3601000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "701d768f-1a9a-4580-a364-e0f3990824ee-173190306135678977" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cQuoi ce truc auquel je cale rien ?", +"img": { +"src": "http://a3.twimg.com/profile_images/1472617076/avatar1_normal.png" +}, +"title": "Le Défootoir: #lgw #cQuoi ce truc auquel je cale rien ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3602000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #cQuoi ce truc auquel je cale rien ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cQuoi\",\"indices\":[5,11]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190310023802881\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":219,\"screen_name\":\"ledefootoir\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":20491,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/383241033\\/twilk_background_4eeb795d6cdc9.jpg\",\"location\":\"Rennes\",\"show_all_inline_media\":false,\"listed_count\":100,\"profile_link_color\":\"0084B4\",\"followers_count\":1389,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1472617076\\/avatar1_normal.png\",\"description\":\"Le football est un sport simple rendu compliqu\\u00e9 par des gens qui n\\u2019y connaissent rien. B.Shankly. http:\\/\\/www.panenka.fr http:\\/\\/www.moustachefootballclub.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"83946506\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/383241033\\/twilk_background_4eeb795d6cdc9.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1472617076\\/avatar1_normal.png\",\"name\":\"Le D\\u00e9footoir\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 20 22:57:15 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":83946506,\"utc_offset\":null,\"favourites_count\":110,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190310023802881,\"created_at\":\"Fri Feb 24 23:39:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3602000, +"tags": [ +{ +"id-ref": "f093659a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e4e9abd7-4bb0-4f50-bb1a-ab31f4aa541b-173190310023802881" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tellement rare qu'on parle si justement d' #acta à la télé, et sur le service public en plus! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1837898755/nydiryn_normal.jpg" +}, +"title": "Nydiryn: Tellement rare qu'on parle si justement d' #acta à la télé, et sur le service public en plus! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3602000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Tellement rare qu'on parle si justement d' #acta \\u00e0 la t\\u00e9l\\u00e9, et sur le service public en plus! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"acta\",\"indices\":[43,48]},{\"text\":\"lgw\",\"indices\":[94,98]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190311655374849\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Nydiryn\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":124,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1837898755\\/nydiryn_normal.jpg\",\"description\":\"Trentenaire, m\\u00e8re c\\u00e9libataire, mutante.\",\"statuses_count\":34,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/429430115\\/fond1.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"93A644\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"496760340\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Nydiryn\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429430115\\/fond1.jpg\",\"created_at\":\"Sun Feb 19 08:25:23 +0000 2012\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":496760340,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/nydiryn.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1837898755\\/nydiryn_normal.jpg\"},\"truncated\":false,\"id\":173190311655374849,\"created_at\":\"Fri Feb 24 23:39:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3602000, +"tags": [ +{ +"id-ref": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6403b5fb-d7e7-4655-9365-bfe72c05fc1c-173190311655374849" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bon allez je vais passer un peur voir #cqui les gens sur le plateau de #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1737835878/28310_403409769373_707764373_4089795_8073551_n_normal.jpg" +}, +"title": "igor reteno: bon allez je vais passer un peur voir #cqui les gens sur le plateau de #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3602000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"bon allez je vais passer un peur voir #cqui les gens sur le plateau de #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[38,43]},{\"text\":\"lgw\",\"indices\":[72,76]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190311890255873\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D9B17E\",\"screen_name\":\"Igorreteno\",\"lang\":\"it\",\"favourites_count\":170,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":355,\"location\":\"paris\",\"profile_text_color\":\"333333\",\"followers_count\":298,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1737835878\\/28310_403409769373_707764373_4089795_8073551_n_normal.jpg\",\"description\":\" je suis paradoxal , bien dans ma tete et amoureux de venise , les mots sont mes amis et les rencontres aussi surtout quand elles sont belles\",\"statuses_count\":37210,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429495126\\/11-venise.JPG\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"9D582E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"protected\":false,\"id_str\":\"99097843\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"igor reteno\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429495126\\/11-venise.JPG\",\"created_at\":\"Thu Dec 24 12:50:20 +0000 2009\",\"profile_sidebar_fill_color\":\"EADEAA\",\"id\":99097843,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/igorreteno.wordpress.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1737835878\\/28310_403409769373_707764373_4089795_8073551_n_normal.jpg\"},\"truncated\":false,\"id\":173190311890255873,\"created_at\":\"Fri Feb 24 23:39:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3602000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c08f0cdc-f383-40a0-99ea-932dc6e50ec2-173190311890255873" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @GabytaineFlam: Les gens qui écrivent à #lgw juste pour voir leur gueule à la télé. Les @elTouristio", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: RT @GabytaineFlam: Les gens qui écrivent à #lgw juste pour voir leur gueule à la télé. Les @elTouristio", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3603000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @GabytaineFlam: Les gens qui \\u00e9crivent \\u00e0 #lgw juste pour voir leur gueule \\u00e0 la t\\u00e9l\\u00e9. Les @elTouristio\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GabytaineFlam\",\"indices\":[3,17],\"id_str\":\"161146189\",\"name\":\"R\\u00e9mi\",\"id\":161146189},{\"screen_name\":\"elTouristio\",\"indices\":[91,103],\"id_str\":\"37389744\",\"name\":\"Sylvain Sanders\",\"id\":37389744}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Les gens qui \\u00e9crivent \\u00e0 #lgw juste pour voir leur gueule \\u00e0 la t\\u00e9l\\u00e9. Les @elTouristio\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"elTouristio\",\"indices\":[72,84],\"id_str\":\"37389744\",\"name\":\"Sylvain Sanders\",\"id\":37389744}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190174933659648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5859,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":367,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190174933659648,\"created_at\":\"Fri Feb 24 23:38:50 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190314578812930\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"profile_text_color\":\"CEC79B\",\"statuses_count\":35533,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"location\":\"Au pied d'un arc-en-ciel.\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"profile_sidebar_fill_color\":\"46284E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"name\":\"Sylvain Sanders\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_border_color\":\"20183F\",\"id\":37389744,\"utc_offset\":3600,\"favourites_count\":62,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190314578812930,\"created_at\":\"Fri Feb 24 23:39:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3603000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fb10b825-d8d0-4828-96af-8debf992446c-173190314578812930" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'aime bien le côté no compromise de @jcfrog qui ne sacrifie pas sa montagne ou sa mer sur l'hôtel du showbizz #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/360406797/oeil_coul_normal.JPG" +}, +"title": "Emmanuelle Bastoul: J'aime bien le côté no compromise de @jcfrog qui ne sacrifie pas sa montagne ou sa mer sur l'hôtel du showbizz #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3603000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'aime bien le c\\u00f4t\\u00e9 no compromise de @jcfrog qui ne sacrifie pas sa montagne ou sa mer sur l'h\\u00f4tel du showbizz #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[37,44],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[111,115]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190315560275968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":450,\"screen_name\":\"Emma_nuelle\",\"lang\":\"en\",\"profile_text_color\":\"4f4848\",\"statuses_count\":1413,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29141675\\/NY_applestore_-_Copie.jpg\",\"location\":\"taussat - France\",\"show_all_inline_media\":false,\"listed_count\":33,\"profile_link_color\":\"7a4222\",\"followers_count\":446,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/360406797\\/oeil_coul_normal.JPG\",\"description\":\"j'ai pas de blog mais bon...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"65350847\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29141675\\/NY_applestore_-_Copie.jpg\",\"profile_sidebar_fill_color\":\"c4c127\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/360406797\\/oeil_coul_normal.JPG\",\"name\":\"Emmanuelle Bastoul\",\"default_profile_image\":false,\"created_at\":\"Thu Aug 13 12:27:30 +0000 2009\",\"profile_sidebar_border_color\":\"8a8c8c\",\"id\":65350847,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190315560275968,\"created_at\":\"Fri Feb 24 23:39:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3603000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "01419975-3357-4d20-a627-552173975456-173190315560275968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw chouette le reoutr de gaspard delanoe", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "tvitter: #lgw chouette le reoutr de gaspard delanoe", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3606000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw chouette le reoutr de gaspard delanoe\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190327694405634\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"frtvitter\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502064059\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"name\":\"tvitter\",\"default_profile_image\":true,\"created_at\":\"Fri Feb 24 19:33:41 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502064059,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190327694405634,\"created_at\":\"Fri Feb 24 23:39:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3606000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "75b0579d-e074-496f-8f9d-2ce5d1787438-173190327694405634" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et Gaspard Delanoë. J'aime! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: Et Gaspard Delanoë. J'aime! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3607000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et Gaspard Delano\\u00eb. J'aime! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190330399723520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2726,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190330399723520,\"created_at\":\"Fri Feb 24 23:39:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3607000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f981e20f-421b-44de-920d-1688768602a6-173190330399723520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oki.... RT @jicmajane: Je suis une star je passe dans une bulle!!! #lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1848450170/poseur_normal.jpg" +}, +"title": "Pras: Oki.... RT @jicmajane: Je suis une star je passe dans une bulle!!! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3607000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oki.... RT @jicmajane: Je suis une star je passe dans une bulle!!! #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jicmajane\",\"indices\":[11,21],\"id_str\":\"39099498\",\"name\":\"Jenni\",\"id\":39099498}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]},{\"text\":\"cqui\",\"indices\":[72,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190332211662848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1362,\"screen_name\":\"Praska\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":48429,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"followers_count\":3040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"description\":\"BOSS[Viedegeek + Bargaming]\\r\\nFirewall Karmique\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b8085\",\"id_str\":\"15453030\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"name\":\"Pras\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 16 11:15:07 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":15453030,\"utc_offset\":3600,\"favourites_count\":195,\"url\":\"http:\\/\\/flavors.me\\/praska\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190332211662848,\"created_at\":\"Fri Feb 24 23:39:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3607000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "33442f0e-3379-40b4-8ffa-8017deb2ab80-173190332211662848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @AlexHervaud: Allez, y'a le Palmashow sur France 5, on peut désormais vraiment rire. #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1358778305/image_normal.jpg" +}, +"title": "Fandinger Grimer: RT @AlexHervaud: Allez, y'a le Palmashow sur France 5, on peut désormais vraiment rire. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3609000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @AlexHervaud: Allez, y'a le Palmashow sur France 5, on peut d\\u00e9sormais vraiment rire. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"AlexHervaud\",\"indices\":[3,15],\"name\":\"Alexandre Hervaud\",\"id_str\":\"14321981\",\"id\":14321981}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[88,92]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Allez, y'a le Palmashow sur France 5, on peut d\\u00e9sormais vraiment rire. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[71,75]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173177780845019136\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"AlexHervaud\",\"lang\":\"fr\",\"favourites_count\":3392,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1078,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":14844,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\",\"description\":\"Journaliste, ex-Lib\\u00e9, chroniqueur au Mouv et Vodkaster.com, (d\\u00e9)formateur pour l'ESJ. Assiste @JeanReneCraypio. Mes tweets n'engagent pas P\\u00f4le Emploi.\",\"statuses_count\":48450,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"show_all_inline_media\":true,\"listed_count\":816,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"401d91\",\"protected\":false,\"id_str\":\"14321981\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Alexandre Hervaud\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/346551794\\/norwegian_troll.jpg\",\"created_at\":\"Mon Apr 07 11:34:52 +0000 2008\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":14321981,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/alexhervaud.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1536891239\\/twitter_avatar_2_normal.jpg\"},\"truncated\":false,\"id\":173177780845019136,\"created_at\":\"Fri Feb 24 22:49:35 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190339371339777\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"Grimeurt\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":81,\"location\":\"Tooloose\",\"profile_text_color\":\"333333\",\"followers_count\":37,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1358778305\\/image_normal.jpg\",\"description\":\"Fan de photo, JV et des filles :D\",\"statuses_count\":2499,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"299809920\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fandinger Grimer\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Mon May 16 18:21:58 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":299809920,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1358778305\\/image_normal.jpg\"},\"truncated\":false,\"id\":173190339371339777,\"created_at\":\"Fri Feb 24 23:39:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3609000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5c38b8d1-bbe7-4adf-a771-775fd78e1dec-173190339371339777" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @rollinfrancois #ilreste à la maison #votequalitatit", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: #lgw @rollinfrancois #ilreste à la maison #votequalitatit", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3610000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw @rollinfrancois #ilreste \\u00e0 la maison #votequalitatit\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[21,29]},{\"text\":\"votequalitatit\",\"indices\":[42,57]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190346535215104\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":98,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"statuses_count\":1162,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cammarata Thierry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":334554629,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\"},\"truncated\":false,\"id\":173190346535215104,\"created_at\":\"Fri Feb 24 23:39:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3610000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0946954-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dc59627e-f0a1-4ce2-8e2e-14c1be52cb82-173190346535215104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "sur #lgw pour #rollin OK #ilreste mais #cqui ?!", +"img": { +"src": "http://a1.twimg.com/profile_images/1803920053/hartza_anon_normal.gif" +}, +"title": "Christophe BONNARD: sur #lgw pour #rollin OK #ilreste mais #cqui ?!", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3612000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"sur #lgw pour #rollin OK #ilreste mais #cqui ?!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[4,8]},{\"text\":\"rollin\",\"indices\":[14,21]},{\"text\":\"ilreste\",\"indices\":[25,33]},{\"text\":\"cqui\",\"indices\":[39,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190353380315136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":409,\"screen_name\":\"hartza_info\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3511,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"location\":\"64250 LOUHOSSOA\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"description\":\"auto-entrepreneur\\r\\nR\\u00e9paration, assistance et maintenance informatique, Cr\\u00e9ation de Site Internet, Montage Vid\\u00e9o, Infographie...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"123547535\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"name\":\"Christophe BONNARD\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 16 12:35:18 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":123547535,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/hartza.info\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190353380315136,\"created_at\":\"Fri Feb 24 23:39:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3612000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa96512-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "50125128-4108-49ba-a7d3-181b0a9137d9-173190353380315136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui le mec en blanc ? Il a fumé avant ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1638809461/image_normal.jpg" +}, +"title": "Mickaël Martin-Haim: #cqui le mec en blanc ? Il a fumé avant ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3613000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cqui le mec en blanc ? Il a fum\\u00e9 avant ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[42,46]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190355850764290\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"MikaMartinHaim\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":56,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":687,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1638809461\\/image_normal.jpg\",\"description\":\"Journaliste de sports. A travaill\\u00e9 pour Le Foot, iT\\u00c9L\\u00c9, LNR.FR. Pr\\u00e9sentateur du JT Sp\\u00e9cial Coupe du Monde sur DailySport. Passionn\\u00e9 par le Burkina Faso.\",\"statuses_count\":13620,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":41,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"179939495\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Micka\\u00ebl Martin-Haim\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Aug 18 13:15:48 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":179939495,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638809461\\/image_normal.jpg\"},\"truncated\":false,\"id\":173190355850764290,\"created_at\":\"Fri Feb 24 23:39:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3613000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e3fbd0d2-5acd-402b-8e54-4bb0bf930c9f-173190355850764290" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw enfin je dis #ilpart c'est juste pour passer à la tv", +"img": { +"src": "http://a3.twimg.com/profile_images/1272111066/coucou_a_celui_qui_lit__a_normal.png" +}, +"title": "Gandhiiman: #lgw enfin je dis #ilpart c'est juste pour passer à la tv", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3613000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw enfin je dis #ilpart c'est juste pour passer \\u00e0 la tv\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[18,25]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190357121642497\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"gandhiiman\",\"lang\":\"en\",\"favourites_count\":13,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":396,\"location\":\"at home\",\"profile_text_color\":\"666666\",\"followers_count\":137,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1272111066\\/coucou_a_celui_qui_lit__a_normal.png\",\"description\":\"Infographiste multimedia, motiondesigner ...\",\"statuses_count\":2749,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"50971217\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Gandhiiman\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Fri Jun 26 08:05:22 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":50971217,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.onedesignonline.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1272111066\\/coucou_a_celui_qui_lit__a_normal.png\"},\"truncated\":false,\"id\":173190357121642497,\"created_at\":\"Fri Feb 24 23:39:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3613000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "71465864-a844-456b-ab4b-d4a6d2b66a35-173190357121642497" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Est-ce que si on explose les tweets #lgw ce soir une partie sera reversée aux @restoducoeur2012 #telethon", +"img": { +"src": "http://a3.twimg.com/profile_images/1621293373/IMG_1937_normal.JPG" +}, +"title": "Réda Ben': Est-ce que si on explose les tweets #lgw ce soir une partie sera reversée aux @restoducoeur2012 #telethon", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3614000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Est-ce que si on explose les tweets #lgw ce soir une partie sera revers\\u00e9e aux @restoducoeur2012 #telethon\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]},{\"text\":\"telethon\",\"indices\":[96,105]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[4.7718312,45.7073626],[4.8983666,45.7073626],[4.8983666,45.8082829],[4.7718312,45.8082829]]]},\"attributes\":{},\"full_name\":\"Lyon, Rh\\u00f4ne\",\"name\":\"Lyon\",\"id\":\"d091189af463dd4a\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d091189af463dd4a.json\"},\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190362934939648\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"204207\",\"screen_name\":\"RedActiion\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":292,\"location\":\"Lyon\",\"profile_text_color\":\"485C3A\",\"followers_count\":114,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1621293373\\/IMG_1937_normal.JPG\",\"description\":\"Vous m'avez donn\\u00e9 de la boue et j'en ai fait de l'or ! Baudelaire.\\r\\nEn M1 InfoCom op. M\\u00e9dia \\u00e0 Lyon 2 Lumi\\u00e8re. Cogite sur un m\\u00e9moire \\u00e0 propos de Radio\\/Web.\",\"statuses_count\":1770,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425658451\\/x31cbb9885e983fcafa523c15231d14e.jpg\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"618238\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Madrid\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"109335635\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"R\\u00e9da Ben'\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425658451\\/x31cbb9885e983fcafa523c15231d14e.jpg\",\"created_at\":\"Thu Jan 28 18:33:52 +0000 2010\",\"profile_sidebar_fill_color\":\"060A00\",\"id\":109335635,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1621293373\\/IMG_1937_normal.JPG\"},\"truncated\":false,\"id\":173190362934939648,\"created_at\":\"Fri Feb 24 23:39:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3614000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f094db82-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "88e97aea-c71f-4b30-83d6-94a71b3e17f9-173190362934939648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"img": { +"src": "http://a3.twimg.com/profile_images/1802232284/Capture_d__cran_2012-02-04___01.15.52_normal.png" +}, +"title": "Marion: RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3615000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeRadiateur\",\"indices\":[3,15],\"id_str\":\"194271706\",\"name\":\"Joffrey D.\",\"id\":194271706}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[94,118]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[77,101]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189178589315072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":263,\"screen_name\":\"LeRadiateur\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":4227,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"description\":\"Coordinateur d'Antenne sur NRJ \\/ Animateur du 9h-Midi \\/ Passionn\\u00e9 de photographie \\/ Tweets originaux garantis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"194271706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"name\":\"Joffrey D.\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 23 20:17:47 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":194271706,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/leradiateur\\/sets\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189178589315072,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190366583988224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":186,\"screen_name\":\"iiioon\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11591,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"BF1238\",\"followers_count\":105,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"description\":\"Accro aux s\\u00e9ries et \\u00e0 l'humour. HeroCorpienne. \\r\\nEt pourquoi faire aujourd'hui c'que j'pourrai faire demain ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"id_str\":\"39847706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"name\":\"Marion\",\"default_profile_image\":false,\"created_at\":\"Wed May 13 21:57:02 +0000 2009\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":39847706,\"utc_offset\":3600,\"favourites_count\":47,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190366583988224,\"created_at\":\"Fri Feb 24 23:39:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3615000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f070e628-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f0fa5b88-785f-4957-9f2e-d9c30e4c6a43-173190366583988224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @3615pbs: #LGW c'est le radeau de la méduse, mais avec des meubles qui s'allument", +"img": { +"src": "http://a1.twimg.com/profile_images/1791807006/M02l8U9H_normal" +}, +"title": "Jean-Baptiste Camus: RT @3615pbs: #LGW c'est le radeau de la méduse, mais avec des meubles qui s'allument", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3615000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @3615pbs: #LGW c'est le radeau de la m\\u00e9duse, mais avec des meubles qui s'allument\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"3615pbs\",\"indices\":[3,11],\"id_str\":\"133024198\",\"name\":\"P. Bourdin-Sauviac\",\"id\":133024198}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190364642025472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":292,\"screen_name\":\"monsieurcamus\",\"lang\":\"fr\",\"profile_text_color\":\"0b4d13\",\"statuses_count\":1788,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/185944954\\/novo_blog.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"000300\",\"followers_count\":222,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1791807006\\/M02l8U9H_normal\",\"description\":\"\\u00c9tudiant en Master @ISCOM, #Geek & fl\\u00e2neur digital, Flooder de bonnes aventures en 140 caract\\u00e8res, parfois moins...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"7bd97b\",\"id_str\":\"221094156\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/185944954\\/novo_blog.png\",\"profile_sidebar_fill_color\":\"d1ffda\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1791807006\\/M02l8U9H_normal\",\"name\":\"Jean-Baptiste Camus\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 29 18:36:19 +0000 2010\",\"profile_sidebar_border_color\":\"75ff91\",\"id\":221094156,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/unmecsansblog.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190364642025472,\"created_at\":\"Fri Feb 24 23:39:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3615000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "16cd8b54-1dbd-4d47-a96e-3466c6572c6c-173190364642025472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est notre candidat fétiche : @gasparddelanoe, que nous avions reçu lors de la 2ème émission #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: C'est notre candidat fétiche : @gasparddelanoe, que nous avions reçu lors de la 2ème émission #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3615000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est notre candidat f\\u00e9tiche : @gasparddelanoe, que nous avions re\\u00e7u lors de la 2\\u00e8me \\u00e9mission #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"GaspardDelanoe\",\"indices\":[31,46],\"name\":\"Gaspard Delanoe\",\"id_str\":\"282651653\",\"id\":282651653}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[94,98]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190364373581824\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3285,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1480,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173190364373581824,\"created_at\":\"Fri Feb 24 23:39:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3615000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e5b531b7-1f45-4fe2-8592-0af09968d431-173190364373581824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une impression de déjà vu non ? Comique de répétition ? #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1578025973/e_M_a_n_u_-188x188_normal.jpg" +}, +"title": "Manu: Une impression de déjà vu non ? Comique de répétition ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3617000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Une impression de d\\u00e9j\\u00e0 vu non ? Comique de r\\u00e9p\\u00e9tition ? #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[56,60]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190372309209089\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"e_M_a_n_u_\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":377,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":285,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578025973\\/e_M_a_n_u_-188x188_normal.jpg\",\"description\":\"Homme 2.0 r\\u00e9solument attach\\u00e9 \\u00e0 sa vie sociale IRL !\",\"statuses_count\":3125,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"189600177\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Manu\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Sat Sep 11 18:20:22 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":189600177,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578025973\\/e_M_a_n_u_-188x188_normal.jpg\"},\"truncated\":false,\"id\":173190372309209089,\"created_at\":\"Fri Feb 24 23:39:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3617000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c811d5de-3ff6-4961-8bd2-bef82579cea0-173190372309209089" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@nicoprat: Devant #lgw je me sens un peu comme ça http://t.co/Y6Hfiyge”", +"img": { +"src": "http://a2.twimg.com/profile_images/1546709422/EddiSon-_20-sur-20_ANTHONB_normal.jpg" +}, +"title": "anthonydelorme: “@nicoprat: Devant #lgw je me sens un peu comme ça http://t.co/Y6Hfiyge”", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3617000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@nicoprat: Devant #lgw je me sens un peu comme \\u00e7a http:\\/\\/t.co\\/Y6Hfiyge\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"nicoprat\",\"indices\":[1,10],\"id_str\":\"19256842\",\"name\":\"Nico Prat\",\"id\":19256842}],\"urls\":[{\"indices\":[51,71],\"expanded_url\":\"http:\\/\\/twitter.com\\/nicoprat\\/status\\/173189994922512384\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/Y6Hfiyge\",\"url\":\"http:\\/\\/t.co\\/Y6Hfiyge\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190374569947137\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":626,\"screen_name\":\"anthonydelorme\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":2255,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":113,\"profile_link_color\":\"2FC2EF\",\"followers_count\":689,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1546709422\\/EddiSon-_20-sur-20_ANTHONB_normal.jpg\",\"description\":\"Mobile Guru.\\r\\nHead of Mobile @FredFaridGroup. \\r\\nManaging Director @EddiandSon. \\r\\nCreative @kidslovejetlag.\\r\\n#mobile\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"16097779\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1546709422\\/EddiSon-_20-sur-20_ANTHONB_normal.jpg\",\"name\":\"anthonydelorme\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 02 15:08:59 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":16097779,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/www.eddiandson.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190374569947137,\"created_at\":\"Fri Feb 24 23:39:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3617000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "41645886-72ad-40b2-88c3-f964aca25ee4-173190374569947137" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @fabricepierrot: Faut-il prendre des substances pour comprendre #lgw ;) ? // Je regarde pour la 1ère fois et je me disais pareil", +"img": { +"src": "http://a1.twimg.com/profile_images/1730835076/Logo-oreille-pliee_normal.png" +}, +"title": "Flepi: RT @fabricepierrot: Faut-il prendre des substances pour comprendre #lgw ;) ? // Je regarde pour la 1ère fois et je me disais pareil", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3618000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @fabricepierrot: Faut-il prendre des substances pour comprendre #lgw ;) ? \\/\\/ Je regarde pour la 1\\u00e8re fois et je me disais pareil\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"fabricepierrot\",\"indices\":[3,18],\"name\":\"fabrice pierrot\",\"id_str\":\"30635526\",\"id\":30635526}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190379192057856\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"cfcfcf\",\"screen_name\":\"Flepi\",\"lang\":\"fr\",\"favourites_count\":215,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":635,\"location\":\"iPhone: 50.639954,3.060791\",\"profile_text_color\":\"000000\",\"followers_count\":1661,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1730835076\\/Logo-oreille-pliee_normal.png\",\"description\":\"Un lapin bleu, un peu trop lui-m\\u00eame. #Cuisine #Sexe #Web. Bref, la vie.\",\"statuses_count\":16032,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/25588875\\/bg-twitter.jpg\",\"show_all_inline_media\":true,\"listed_count\":128,\"profile_link_color\":\"0089ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ededed\",\"protected\":false,\"id_str\":\"8155582\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Flepi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/25588875\\/bg-twitter.jpg\",\"created_at\":\"Mon Aug 13 09:46:26 +0000 2007\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":8155582,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/Flepi.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1730835076\\/Logo-oreille-pliee_normal.png\"},\"truncated\":false,\"id\":173190379192057856,\"created_at\":\"Fri Feb 24 23:39:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3618000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "99f2d465-14d6-449a-a61b-b65665d3e5c2-173190379192057856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "http://t.co/qHJEUttI lui, #ilpart !! :) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1840715858/oeuf_normal.jpg" +}, +"title": "Samy Nimum: http://t.co/qHJEUttI lui, #ilpart !! :) #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3619000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"http:\\/\\/t.co\\/qHJEUttI lui, #ilpart !! :) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[0,20],\"expanded_url\":\"http:\\/\\/yfrog.com\\/ki11510209j\",\"display_url\":\"yfrog.com\\/ki11510209j\",\"url\":\"http:\\/\\/t.co\\/qHJEUttI\"}],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[26,33]},{\"text\":\"lgw\",\"indices\":[40,44]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.htc.com\\\" rel=\\\"nofollow\\\"\\u003E HTC Peep\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190383361200128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"samy_nimum\",\"lang\":\"fr\",\"profile_text_color\":\"525052\",\"statuses_count\":697,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/354370207\\/23upfrr.jpg\",\"location\":\"Chamb\\u00e9ry\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0b7012\",\"followers_count\":85,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1840715858\\/oeuf_normal.jpg\",\"description\":\"Guitarist @EyesOfVerona\\r\\nSee & Share : http:\\/\\/www.youtube.com\\/watch?feature=player_detailpage&v=2gqJEs1teSE\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"246752511\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/354370207\\/23upfrr.jpg\",\"profile_sidebar_fill_color\":\"c8cbcc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840715858\\/oeuf_normal.jpg\",\"name\":\"Samy Nimum\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 03 11:52:07 +0000 2011\",\"profile_sidebar_border_color\":\"9c9c9c\",\"id\":246752511,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190383361200128,\"created_at\":\"Fri Feb 24 23:39:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3619000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2d606d6c-9d26-4465-a77a-091ee5a48449-173190383361200128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@3615pbs Dommage que ce soit que les meubles qui s'allument dans #LGW Mais c'est vrai que les animateurs ne sont pas des lumières...", +"img": { +"src": "http://a2.twimg.com/profile_images/878534653/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg" +}, +"title": "CLeM' KuSaLa: @3615pbs Dommage que ce soit que les meubles qui s'allument dans #LGW Mais c'est vrai que les animateurs ne sont pas des lumières...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3621000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@3615pbs Dommage que ce soit que les meubles qui s'allument dans #LGW Mais c'est vrai que les animateurs ne sont pas des lumi\\u00e8res...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"3615pbs\",\"indices\":[0,8],\"id_str\":\"133024198\",\"name\":\"P. Bourdin-Sauviac\",\"id\":133024198}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173190029940756480\",\"id_str\":\"173190392399929344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173190029940756480,\"in_reply_to_user_id_str\":\"133024198\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"clem_kusala\",\"lang\":\"fr\",\"profile_text_color\":\"a8a3a8\",\"statuses_count\":240,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"location\":\"Roquetaillade\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"000608\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"92309575\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"profile_sidebar_fill_color\":\"111e24\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"name\":\"CLeM' KuSaLa\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 16:35:40 +0000 2009\",\"profile_sidebar_border_color\":\"15191f\",\"id\":92309575,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/karma-kusala.com\"},\"in_reply_to_screen_name\":\"3615pbs\",\"truncated\":false,\"id\":173190392399929344,\"created_at\":\"Fri Feb 24 23:39:41 +0000 2012\",\"in_reply_to_user_id\":133024198}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3621000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0eefc15d-5e1d-4b9e-9779-bc6e1400f1ca-173190392399929344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton contre un autre #lgw @LeGrandWebze", +"img": { +"src": "http://a0.twimg.com/profile_images/1752605252/slashunderscore_normal.PNG" +}, +"title": "Gilles Defromerie: #change2ton contre un autre #lgw @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3622000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton contre un autre #lgw @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[33,46],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190393461092353\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":59,\"screen_name\":\"geldif\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":225,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Devant un \\u00e9cran num\\u00e9rique\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"description\":\"Debugger, Ajusteur d'Octets niveau Certification Binaire, Digital Engineer\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"394186996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"name\":\"Gilles Defromerie\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 19 18:07:56 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":394186996,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190393461092353,\"created_at\":\"Fri Feb 24 23:39:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3622000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bc898cd4-53aa-4407-b6f0-067b0987a7c8-173190393461092353" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vive Gaspar Delanoë #lgw je vais voter pour lui", +"img": { +"src": "http://a2.twimg.com/profile_images/1700221874/ronchon_normal.jpg" +}, +"title": "el Ronchon: Vive Gaspar Delanoë #lgw je vais voter pour lui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3622000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Vive Gaspar Delano\\u00eb #lgw je vais voter pour lui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190395889582080\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"elronchon\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":35,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1700221874\\/ronchon_normal.jpg\",\"description\":\"n\\u00e9 un jour de pluie.\",\"statuses_count\":51,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"335664825\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"el Ronchon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Jul 15 01:39:07 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":335664825,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.soules.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700221874\\/ronchon_normal.jpg\"},\"truncated\":false,\"id\":173190395889582080,\"created_at\":\"Fri Feb 24 23:39:42 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3622000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "24742849-5a7a-4478-91c1-e52c070422df-173190395889582080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Now @keops \"toi l internaute t'es manifestant et Acta c'est des chars...tu vois c est pas bon\" il dit aussi \"regardes @laquadrature\" #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1679012880/371627_1611924312_361512868_n_normal.jpg" +}, +"title": "MlleB: Now @keops \"toi l internaute t'es manifestant et Acta c'est des chars...tu vois c est pas bon\" il dit aussi \"regardes @laquadrature\" #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3624000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Now @keops \\\"toi l internaute t'es manifestant et Acta c'est des chars...tu vois c est pas bon\\\" il dit aussi \\\"regardes @laquadrature\\\" #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"keops\",\"indices\":[4,10],\"name\":\"keops\",\"id_str\":\"16596903\",\"id\":16596903},{\"screen_name\":\"laquadrature\",\"indices\":[118,131],\"name\":\"La Quadrature du Net\",\"id_str\":\"21179585\",\"id\":21179585}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[133,137]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190401887436800\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"MlleBerangere\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":425,\"location\":\"Retour France\",\"profile_text_color\":\"333333\",\"followers_count\":363,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1679012880\\/371627_1611924312_361512868_n_normal.jpg\",\"description\":\"@lacantine @siliconsentier - Chef de Projet Glii (Grand Lieu Int\\u00e9gr\\u00e9 d'Innovation) & 100% curieuse\",\"statuses_count\":1880,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432454470\\/DSC00874.jpg\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"15890213\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"MlleB\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432454470\\/DSC00874.jpg\",\"created_at\":\"Mon Aug 18 09:56:30 +0000 2008\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":15890213,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1679012880\\/371627_1611924312_361512868_n_normal.jpg\"},\"truncated\":false,\"id\":173190401887436800,\"created_at\":\"Fri Feb 24 23:39:44 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3624000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4d037ead-ba05-4b39-8c04-da2d258391e1-173190401887436800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "alexandre haenel: #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3626000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190409806286848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":7,\"screen_name\":\"alexandrehaenel\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":0,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502216946\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"name\":\"alexandre haenel\",\"default_profile_image\":true,\"created_at\":\"Fri Feb 24 22:52:28 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502216946,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190409806286848,\"created_at\":\"Fri Feb 24 23:39:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3626000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f13ad0eb-6eff-41c9-bc89-2b13c3af6361-173190409806286848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @nicoprat: Devant #lgw je me sens un peu comme ça http://t.co/MOn2mTR6", +"img": { +"src": "http://a2.twimg.com/profile_images/1818150672/P1010517.JPG_effected_normal.jpg" +}, +"title": "Sophie_R.: RT @nicoprat: Devant #lgw je me sens un peu comme ça http://t.co/MOn2mTR6", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3626000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @nicoprat: Devant #lgw je me sens un peu comme \\u00e7a http:\\/\\/t.co\\/MOn2mTR6\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"nicoprat\",\"indices\":[3,12],\"id_str\":\"19256842\",\"name\":\"Nico Prat\",\"id\":19256842}],\"urls\":[{\"indices\":[53,73],\"expanded_url\":\"http:\\/\\/twitter.com\\/nicoprat\\/status\\/173189994922512384\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/MOn2mTR6\",\"url\":\"http:\\/\\/t.co\\/MOn2mTR6\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Devant #lgw je me sens un peu comme \\u00e7a http:\\/\\/t.co\\/MOn2mTR6\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]}],\"media\":[{\"type\":\"photo\",\"indices\":[39,59],\"sizes\":{\"large\":{\"h\":326,\"resize\":\"fit\",\"w\":360},\"medium\":{\"h\":326,\"resize\":\"fit\",\"w\":360},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":308,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdLYf4CEAM3Vtl.jpg\",\"id_str\":\"173189994922512387\",\"expanded_url\":\"http:\\/\\/twitter.com\\/nicoprat\\/status\\/173189994922512384\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdLYf4CEAM3Vtl.jpg\",\"id\":173189994922512387,\"display_url\":\"pic.twitter.com\\/MOn2mTR6\",\"url\":\"http:\\/\\/t.co\\/MOn2mTR6\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189994922512384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2297,\"screen_name\":\"nicoprat\",\"lang\":\"en\",\"profile_text_color\":\"0a040a\",\"statuses_count\":29877,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":210,\"profile_link_color\":\"224087\",\"followers_count\":6569,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"description\":\"Le Mouv, Tsugi, Technikart, Voxpop, co-auteur des Miscellan\\u00e9es d'Internet, et un petit sudoku de temps en temps\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"19256842\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"name\":\"Nico Prat\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 20 20:55:08 +0000 2009\",\"profile_sidebar_border_color\":\"050504\",\"id\":19256842,\"utc_offset\":3600,\"favourites_count\":440,\"url\":\"http:\\/\\/nicoprat.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189994922512384,\"created_at\":\"Fri Feb 24 23:38:07 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190411433676800\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":314,\"screen_name\":\"CSofJODO\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1070,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431786707\\/Foo_Fighters_260911_Par_Sophie_Roussel_notification_.jpg\",\"location\":\"Rennes\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":62,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1818150672\\/P1010517.JPG_effected_normal.jpg\",\"description\":\"Graphisme Musical\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"291133698\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431786707\\/Foo_Fighters_260911_Par_Sophie_Roussel_notification_.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818150672\\/P1010517.JPG_effected_normal.jpg\",\"name\":\"Sophie_R.\",\"default_profile_image\":false,\"created_at\":\"Sun May 01 14:21:29 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":291133698,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190411433676800,\"created_at\":\"Fri Feb 24 23:39:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3626000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "992404cd-2858-446e-866c-30d66237596e-173190411433676800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @RdNetwork: La quadrature du Net citée (encore je crois?) dans #lgw . me gusta.", +"img": { +"src": "http://a2.twimg.com/profile_images/1735644265/front_de_gauche_annee_normal.jpg" +}, +"title": "Cachounette: RT @RdNetwork: La quadrature du Net citée (encore je crois?) dans #lgw . me gusta.", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3629000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @RdNetwork: La quadrature du Net cit\\u00e9e (encore je crois?) dans #lgw . me gusta.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"RdNetwork\",\"indices\":[3,13],\"name\":\"R\\u00e9my D.\",\"id_str\":\"48825435\",\"id\":48825435}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[66,70]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"La quadrature du Net cit\\u00e9e (encore je crois?) dans #lgw . me gusta.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190137608536065\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":771,\"location\":\"France - Moselle\",\"profile_text_color\":\"3E4415\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"statuses_count\":4353,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":12,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"R\\u00e9my D.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":48825435,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\"},\"truncated\":false,\"id\":173190137608536065,\"created_at\":\"Fri Feb 24 23:38:41 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190423748153345\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"cachounette\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":40,\"location\":\"France\",\"profile_text_color\":\"3E4415\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"description\":\"sage femme, militante PCF-Front de gauche et CGT\",\"statuses_count\":250,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"39092205\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cachounette\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Sun May 10 18:40:14 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":39092205,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\"},\"truncated\":false,\"id\":173190423748153345,\"created_at\":\"Fri Feb 24 23:39:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3629000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b99cc5f4-84d5-47ac-93ed-b131b13eb696-173190423748153345" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est le père de Vanessa paradis Delanoë? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1652615368/Anbastom_normal.jpg" +}, +"title": "Anbastom: C'est le père de Vanessa paradis Delanoë? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3629000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est le p\\u00e8re de Vanessa paradis Delano\\u00eb? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190422200459264\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Anbastom\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":169,\"location\":\"72\",\"profile_text_color\":\"333333\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\",\"description\":\"#TeamLumbago \\/\\/ Un jour j'ai cru que j'etais intelligente mais en fait...NON.\",\"statuses_count\":9006,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"72400860\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Anbastom\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Sep 07 22:34:23 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":72400860,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\"},\"truncated\":false,\"id\":173190422200459264,\"created_at\":\"Fri Feb 24 23:39:49 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3629000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "652eced9-14b1-49d5-9b7b-73960899debb-173190422200459264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@ledefootoir Un grand moment de rave party #lgw #cQui #StadeDeFrance", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @ledefootoir Un grand moment de rave party #lgw #cQui #StadeDeFrance", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3630000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@ledefootoir Un grand moment de rave party #lgw #cQui #StadeDeFrance\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ledefootoir\",\"indices\":[0,12],\"id_str\":\"83946506\",\"name\":\"Le D\\u00e9footoir\",\"id\":83946506}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[43,47]},{\"text\":\"cQui\",\"indices\":[48,53]},{\"text\":\"StadeDeFrance\",\"indices\":[54,68]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173190310023802881\",\"id_str\":\"173190428680658944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173190310023802881,\"in_reply_to_user_id_str\":\"83946506\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34435,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"ledefootoir\",\"truncated\":false,\"id\":173190428680658944,\"created_at\":\"Fri Feb 24 23:39:50 +0000 2012\",\"in_reply_to_user_id\":83946506}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3630000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4f64dab4-6a1a-4351-9895-2de0a85211a3-173190428680658944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pfffff ce soir c'est encore un squat #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1739406231/twitter_nb-twitter_normal.jpg" +}, +"title": "Jerome Bourgeois: Pfffff ce soir c'est encore un squat #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3630000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Pfffff ce soir c'est encore un squat #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190428298981376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1117,\"screen_name\":\"jeromebourgeois\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1241,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/91173203\\/bg_body.png\",\"location\":\"France (Lyon\\/Siligones valley)\",\"show_all_inline_media\":false,\"listed_count\":53,\"profile_link_color\":\"0084B4\",\"followers_count\":810,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1739406231\\/twitter_nb-twitter_normal.jpg\",\"description\":\"Digital & Social Media mng @EMLYON | brand content @EML_Management | entrepreneur supporter @EMLYONIncub |P.R 2.0 @WorldEntreprene | artistic add value @unsigne\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"18995491\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/91173203\\/bg_body.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1739406231\\/twitter_nb-twitter_normal.jpg\",\"name\":\"Jerome Bourgeois\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 14 21:03:48 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":18995491,\"utc_offset\":3600,\"favourites_count\":41,\"url\":\"http:\\/\\/www.jerome-bourgeois.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190428298981376,\"created_at\":\"Fri Feb 24 23:39:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3630000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e19114f5-d41d-4734-8d01-37d78fe74b3b-173190428298981376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "jkiff gaspard #lgw #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1816190925/stmaillot_normal.jpg" +}, +"title": "philippe : jkiff gaspard #lgw #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3630000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"jkiff gaspard #lgw #cQui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]},{\"text\":\"cQui\",\"indices\":[20,25]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190430102519808\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"65B0DA\",\"screen_name\":\"saintmtex\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":802,\"location\":\"aix en provence\",\"profile_text_color\":\"3D1957\",\"followers_count\":808,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1816190925\\/stmaillot_normal.jpg\",\"description\":\"Sport addict, Joueur par intermittence de poker , Autoderision et bonne humeur inside , doublure officielle du professeur xavier \\r\\nwww.saintmtex.fr\",\"statuses_count\":22967,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":41,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"protected\":false,\"id_str\":\"287653885\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"philippe \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"created_at\":\"Mon Apr 25 12:28:35 +0000 2011\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"id\":287653885,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.saintmtex.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1816190925\\/stmaillot_normal.jpg\"},\"truncated\":false,\"id\":173190430102519808,\"created_at\":\"Fri Feb 24 23:39:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3630000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c30922ef-79f6-419b-957c-90785054fa96-173190430102519808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@Jim0PROFIT: #lgw mais elle sert à quoi cet émission?” ben on sais pas trop #ilReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1843979295/mt_normal.png" +}, +"title": "Maryan: “@Jim0PROFIT: #lgw mais elle sert à quoi cet émission?” ben on sais pas trop #ilReste #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3630000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u201c@Jim0PROFIT: #lgw mais elle sert \\u00e0 quoi cet \\u00e9mission?\\u201d ben on sais pas trop #ilReste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Jim0PROFIT\",\"indices\":[1,12],\"name\":\"Jim0PROFIT\",\"id_str\":\"18874683\",\"id\":18874683}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"ilReste\",\"indices\":[79,87]},{\"text\":\"lgw\",\"indices\":[88,92]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190428089262084\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"maryan_T\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":237,\"location\":\"Compiegne\",\"profile_text_color\":\"333333\",\"followers_count\":37,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843979295\\/mt_normal.png\",\"description\":\"Ing\\u00e9nieur syst\\u00e9me UTC\\r\\nTweet or not tweet ?\",\"statuses_count\":271,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/378380740\\/twilk_background_4ee1335455f2d.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"234819773\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Maryan\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378380740\\/twilk_background_4ee1335455f2d.jpg\",\"created_at\":\"Thu Jan 06 17:07:30 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":234819773,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843979295\\/mt_normal.png\"},\"truncated\":false,\"id\":173190428089262084,\"created_at\":\"Fri Feb 24 23:39:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3630000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7382a735-0886-4899-a949-c2f6068afdf1-173190428089262084" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ohlala mais franchement qui a compris quelque chose à ACTA là??! Hyper déçue je vais me coucher #LGW  #france5 #leGrandWebze #LGW #Vinvin", +"img": { +"src": "http://a2.twimg.com/profile_images/1684761539/TAMALA75TWIZY_normal.jpg" +}, +"title": "Séverine Godet: Ohlala mais franchement qui a compris quelque chose à ACTA là??! Hyper déçue je vais me coucher #LGW  #france5 #leGrandWebze #LGW #Vinvin", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3631000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ohlala mais franchement qui a compris quelque chose \\u00e0 ACTA l\\u00e0??! Hyper d\\u00e9\\u00e7ue je vais me coucher #LGW\\u00a0 #france5 #leGrandWebze #LGW #Vinvin\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[96,100]},{\"text\":\"france5\",\"indices\":[102,110]},{\"text\":\"leGrandWebze\",\"indices\":[111,124]},{\"text\":\"LGW\",\"indices\":[125,129]},{\"text\":\"Vinvin\",\"indices\":[130,137]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/devantlatele.com\\/\\\" rel=\\\"nofollow\\\"\\u003EDevant La T\\u00e9l\\u00e9\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190433155981312\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1140,\"screen_name\":\"Tamala75\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4309,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/385819911\\/background_test.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":72,\"profile_link_color\":\"CC3366\",\"followers_count\":897,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1684761539\\/TAMALA75TWIZY_normal.jpg\",\"description\":\"Attach\\u00e9e \\u00e0 la presse et accro aux nouvelles technos. Consultante Senior Media & Digital @ i&e. (ORPI, AXA et pr\\u00e9c\\u00e9demment Microsoft B2B). Podcasteuse #LVDLT.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"id_str\":\"15777521\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/385819911\\/background_test.jpg\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1684761539\\/TAMALA75TWIZY_normal.jpg\",\"name\":\"S\\u00e9verine Godet\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 08 13:07:44 +0000 2008\",\"profile_sidebar_border_color\":\"DBE9ED\",\"id\":15777521,\"utc_offset\":3600,\"favourites_count\":6040,\"url\":\"http:\\/\\/tamala75.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190433155981312,\"created_at\":\"Fri Feb 24 23:39:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3631000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef574386-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cc4d9c29-7390-4baa-ba79-953acc347338-173190433155981312" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les gens qui tweetent sur le plateau du #lgw , tenez-vous droit! #TeamVieilleFranceAssumée", +"img": { +"src": "http://a3.twimg.com/profile_images/1640796894/valmad__normal.jpg" +}, +"title": "val: Les gens qui tweetent sur le plateau du #lgw , tenez-vous droit! #TeamVieilleFranceAssumée", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3631000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les gens qui tweetent sur le plateau du #lgw , tenez-vous droit! #TeamVieilleFranceAssum\\u00e9e\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"TeamVieilleFranceAssum\\u00e9e\",\"indices\":[65,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190431851544576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":503,\"screen_name\":\"valmad_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17060,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/37593519\\/dune_sunset.JPG\",\"location\":\"Aquitaine\",\"show_all_inline_media\":true,\"listed_count\":66,\"profile_link_color\":\"0084B4\",\"followers_count\":1209,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1640796894\\/valmad__normal.jpg\",\"description\":\"Ma bio, par vous: *Ange ou D\\u00e9esse*, douce, dr\\u00f4le, courageuse, corrosive, fid\\u00e8le. Bref, awesome. Modeste? Non, y'avait pas! \\r\\n#soglamour \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"51392884\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/37593519\\/dune_sunset.JPG\",\"profile_sidebar_fill_color\":\"c5e0ed\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640796894\\/valmad__normal.jpg\",\"name\":\"val\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 27 09:10:54 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":51392884,\"utc_offset\":-10800,\"favourites_count\":65,\"url\":\"http:\\/\\/valmad.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190431851544576,\"created_at\":\"Fri Feb 24 23:39:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3631000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef3000e6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8a326944-92a2-44d7-8e04-365affa530b7-173190431851544576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LudoDelaherche: On y est presque !!! La communauté #StadedeFrance déchire tout le #cqui au #lgw http://t.co/qJvMhf3N", +"img": { +"src": "http://a0.twimg.com/profile_images/1717757168/PO_Fond_Gris_normal.jpg" +}, +"title": "PierreOlivier Carles: RT @LudoDelaherche: On y est presque !!! La communauté #StadedeFrance déchire tout le #cqui au #lgw http://t.co/qJvMhf3N", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3633000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LudoDelaherche: On y est presque !!! La communaut\\u00e9 #StadedeFrance d\\u00e9chire tout le #cqui au #lgw http:\\/\\/t.co\\/qJvMhf3N\",\"entities\":{\"urls\":[{\"indices\":[100,120],\"display_url\":\"pic.twitter.com\\/qJvMhf3N\",\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173190228369088512\\/photo\\/1\",\"url\":\"http:\\/\\/t.co\\/qJvMhf3N\"}],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[3,18],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"StadedeFrance\",\"indices\":[55,69]},{\"text\":\"cqui\",\"indices\":[86,91]},{\"text\":\"lgw\",\"indices\":[95,99]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"On y est presque !!! La communaut\\u00e9 #StadedeFrance d\\u00e9chire tout le #cqui au #lgw http:\\/\\/t.co\\/qJvMhf3N\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"StadedeFrance\",\"indices\":[35,49]},{\"text\":\"cqui\",\"indices\":[66,71]},{\"text\":\"lgw\",\"indices\":[75,79]}],\"media\":[{\"type\":\"photo\",\"indices\":[80,100],\"sizes\":{\"small\":{\"h\":455,\"resize\":\"fit\",\"w\":340},\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":765},\"medium\":{\"h\":803,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdLmFjCIAArGOj.jpg\",\"id_str\":\"173190228373282816\",\"id\":173190228373282816,\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173190228369088512\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/qJvMhf3N\",\"url\":\"http:\\/\\/t.co\\/qJvMhf3N\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdLmFjCIAArGOj.jpg\"}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190228369088512\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6697,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173190228369088512,\"created_at\":\"Fri Feb 24 23:39:03 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190439757819904\",\"user\":{\"default_profile_image\":false,\"verified\":true,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"pocarles\",\"lang\":\"fr\",\"favourites_count\":80,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":1148,\"location\":\"Toulouse - Miami\",\"profile_text_color\":\"333333\",\"followers_count\":5249,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\",\"description\":\"Co-Founder at @Digidust & @Labotec. BA in @Stonfield @APICube @Hellotipi and others.\\r\\nMore Entrepreneur than Investor. Rugby, Gastronomy and Human enthusiast !\",\"statuses_count\":32043,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"show_all_inline_media\":true,\"listed_count\":448,\"profile_link_color\":\"5cace5\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFFFFF\",\"protected\":false,\"id_str\":\"23074316\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"PierreOlivier Carles\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"created_at\":\"Fri Mar 06 15:10:47 +0000 2009\",\"profile_sidebar_fill_color\":\"f0f0f0\",\"id\":23074316,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.pocarles.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\"},\"truncated\":false,\"id\":173190439757819904,\"created_at\":\"Fri Feb 24 23:39:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3633000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "305b6087-17fe-45ea-b9ad-0e67c8ced204-173190439757819904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @carolegamelin: En fait #lgw c'est cool pour voir (ou revoir) la trombine de certains de nos followers/followings. Le reste... Commen ...", +"img": { +"src": "http://a3.twimg.com/profile_images/1247585256/IMG_0719_reasonably_small_normal.JPG" +}, +"title": "Caroline: RT @carolegamelin: En fait #lgw c'est cool pour voir (ou revoir) la trombine de certains de nos followers/followings. Le reste... Commen ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3634000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @carolegamelin: En fait #lgw c'est cool pour voir (ou revoir) la trombine de certains de nos followers\\/followings. Le reste... Commen ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"carolegamelin\",\"indices\":[3,17],\"id_str\":\"19910673\",\"name\":\"carole gamelin\",\"id\":19910673}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"En fait #lgw c'est cool pour voir (ou revoir) la trombine de certains de nos followers\\/followings. Le reste... Comment dire...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173184015141044224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":659,\"screen_name\":\"carolegamelin\",\"lang\":\"fr\",\"profile_text_color\":\"6f7829\",\"statuses_count\":11514,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Pau, France\",\"show_all_inline_media\":true,\"listed_count\":64,\"profile_link_color\":\"520d20\",\"followers_count\":767,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1141384407\\/profil_normal.jpg\",\"description\":\"Journaliste, chef du desk num\\u00e9rique \\u00e0 La R\\u00e9publique des Pyr\\u00e9n\\u00e9es \\u00e0 Pau. Animatrice de communaut\\u00e9s et de Twittap\\u00e9ros. Tarte au Maroilles maison sur demande.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"78605f\",\"id_str\":\"19910673\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1141384407\\/profil_normal.jpg\",\"name\":\"carole gamelin\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 02 15:09:06 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":19910673,\"utc_offset\":3600,\"favourites_count\":255,\"url\":\"http:\\/\\/www.larepubliquedespyrenees.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173184015141044224,\"created_at\":\"Fri Feb 24 23:14:21 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190444187004928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":541,\"screen_name\":\"cakotav\",\"lang\":\"fr\",\"profile_text_color\":\"757474\",\"statuses_count\":3446,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":63,\"profile_link_color\":\"ff6699\",\"followers_count\":464,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1247585256\\/IMG_0719_reasonably_small_normal.JPG\",\"description\":\"D\\u00e9veloppeur web freelance \\/ Veille informatique & internet \\/ Int\\u00e9ress\\u00e9e par le web 2.0, r\\u00e9seaux sociaux, ergonomie, accessibilit\\u00e9, Apple, cin\\u00e9ma...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ff6699\",\"id_str\":\"17856382\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1247585256\\/IMG_0719_reasonably_small_normal.JPG\",\"name\":\"Caroline\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 04 01:53:35 +0000 2008\",\"profile_sidebar_border_color\":\"e6dfe6\",\"id\":17856382,\"utc_offset\":3600,\"favourites_count\":454,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173190444187004928,\"created_at\":\"Fri Feb 24 23:39:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3634000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df89839e-7ea3-4e44-b50d-e87810f9968e-173190444187004928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@DavidMarty2012 > Gaspard Delanoé #cqui #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: @DavidMarty2012 > Gaspard Delanoé #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3634000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"DavidMarty2012\",\"favorited\":false,\"text\":\"@DavidMarty2012 > Gaspard Delano\\u00e9 #cqui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"DavidMarty2012\",\"indices\":[0,15],\"name\":\"DavidMarty2012\",\"id_str\":\"424179426\",\"id\":424179426}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[37,42]},{\"text\":\"lgw\",\"indices\":[43,47]}]},\"in_reply_to_user_id\":424179426,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190445793419264\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"favourites_count\":10,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1033,\"location\":\"Paris\",\"profile_text_color\":\"3C3940\",\"followers_count\":668,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"statuses_count\":3558,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Bastien Joseph\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":191087175,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\"},\"truncated\":false,\"id\":173190445793419264,\"created_at\":\"Fri Feb 24 23:39:54 +0000 2012\",\"in_reply_to_user_id_str\":\"424179426\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3634000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "77df3bee-95b0-4117-90db-62b2620f1d17-173190445793419264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Très bonne intervention de @kheops2713 (comme d'hab ^^) sur #LeGrandWebze contre ACTA et pour les libertés numériques #LGW o/*", +"img": { +"src": "http://a2.twimg.com/profile_images/1762533853/pyro1_normal.png" +}, +"title": "Bigou: Très bonne intervention de @kheops2713 (comme d'hab ^^) sur #LeGrandWebze contre ACTA et pour les libertés numériques #LGW o/*", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3635000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Tr\\u00e8s bonne intervention de @kheops2713 (comme d'hab ^^) sur #LeGrandWebze contre ACTA et pour les libert\\u00e9s num\\u00e9riques #LGW o\\/*\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[27,38],\"name\":\"KheOps\",\"id_str\":\"321006177\",\"id\":321006177}],\"hashtags\":[{\"text\":\"LeGrandWebze\",\"indices\":[60,73]},{\"text\":\"LGW\",\"indices\":[118,122]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190450151305216\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Bigou_de\",\"lang\":\"fr\",\"favourites_count\":27,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":390,\"location\":\"\",\"profile_text_color\":\"333333\",\"description\":\"\\u2022 Etudiant \\u2022 Libriste \\u2022 En couple avec madame @Piiwette \\u2022 #Wikileaks \\u2022 #Telecomix \\u2022 #Debian \\u2022 #Anonymous \\u2022 #Lulzsec \\u2022\",\"statuses_count\":4119,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"009999\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1762533853\\/pyro1_normal.png\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"195523058\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Bigou\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Sep 26 22:53:25 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":195523058,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/bigou.de\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1762533853\\/pyro1_normal.png\"},\"in_reply_to_status_id\":null,\"id\":173190450151305216,\"created_at\":\"Fri Feb 24 23:39:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3635000, +"tags": [ +{ +"id-ref": "ef1b237e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d3f609f2-42ad-421a-911b-a828075f1800-173190450151305216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton oui, aussi...", +"img": { +"src": "http://a2.twimg.com/profile_images/1609615947/avatar_normal.jpg" +}, +"title": "Christophe WEILL: #lgw #change2ton oui, aussi...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3638000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #change2ton oui, aussi...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190462193143808\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":487,\"screen_name\":\"tractataire\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9393,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"location\":\"Montpellier, France\",\"show_all_inline_media\":true,\"listed_count\":18,\"profile_link_color\":\"8f6e31\",\"followers_count\":426,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"description\":\"Communication globale multimedia : print, web, video, e-learning. Curieux et news-addict !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7c985\",\"id_str\":\"24436721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"profile_sidebar_fill_color\":\"a7c964\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"name\":\"Christophe WEILL\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 14 21:54:13 +0000 2009\",\"profile_sidebar_border_color\":\"7b9d01\",\"id\":24436721,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.tractataire.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190462193143808,\"created_at\":\"Fri Feb 24 23:39:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3638000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "717b3ba5-01a2-4ba7-94f7-d20f3a1b20c6-173190462193143808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En parlant politique, ce serait peut être bien de parler des #cQui du @PartiPirate ;) #lgw (cc @LeGrandWebze )", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: En parlant politique, ce serait peut être bien de parler des #cQui du @PartiPirate ;) #lgw (cc @LeGrandWebze )", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3639000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"En parlant politique, ce serait peut \\u00eatre bien de parler des #cQui du @PartiPirate ;) #lgw (cc @LeGrandWebze )\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PartiPirate\",\"indices\":[70,82],\"name\":\"PartiPirate\",\"id_str\":\"47348084\",\"id\":47348084},{\"screen_name\":\"LeGrandWebze\",\"indices\":[95,108],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[61,66]},{\"text\":\"lgw\",\"indices\":[86,90]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190464185446400\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3247,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173190464185446400,\"created_at\":\"Fri Feb 24 23:39:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3639000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d508da4-ee59-481e-83f3-3afbdc26bab7-173190464185446400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Hydraze @kheops2713 parle de @laquadrature sur #lgw http://t.co/1aYTTKMe pour plus d'informations", +"img": { +"src": "http://a2.twimg.com/profile_images/1731549557/old_normal.jpg" +}, +"title": "NkL4 © || Ludovic A.: RT @Hydraze @kheops2713 parle de @laquadrature sur #lgw http://t.co/1aYTTKMe pour plus d'informations", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3639000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Hydraze @kheops2713 parle de @laquadrature sur #lgw http:\\/\\/t.co\\/1aYTTKMe pour plus d'informations\",\"entities\":{\"urls\":[{\"indices\":[56,76],\"display_url\":\"lqdn.fr\\/acta\",\"expanded_url\":\"http:\\/\\/lqdn.fr\\/acta\",\"url\":\"http:\\/\\/t.co\\/1aYTTKMe\"}],\"user_mentions\":[{\"screen_name\":\"Hydraze\",\"indices\":[3,11],\"name\":\"Hydraze\",\"id_str\":\"37705430\",\"id\":37705430},{\"screen_name\":\"kheops2713\",\"indices\":[12,23],\"name\":\"KheOps\",\"id_str\":\"321006177\",\"id\":321006177},{\"screen_name\":\"laquadrature\",\"indices\":[33,46],\"name\":\"La Quadrature du Net\",\"id_str\":\"21179585\",\"id\":21179585}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190467255672832\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"NkL4\",\"lang\":\"en\",\"favourites_count\":204,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":580,\"location\":\"Saint Brieuc \\/ Bretagne\",\"profile_text_color\":\"333333\",\"followers_count\":999,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1731549557\\/old_normal.jpg\",\"description\":\"Hyper Local, Hyper Global, Web junkie, Androidoman.\\r\\nLa Bretagne, la France, le Monde, le Web !\\r\\nAmoureux du genre humain ! Pep hini zo libr ! #Social \",\"statuses_count\":26213,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":116,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"80576391\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"NkL4 \\u00a9 || Ludovic A.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Oct 07 13:28:30 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":80576391,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.nkl4.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1731549557\\/old_normal.jpg\"},\"truncated\":false,\"id\":173190467255672832,\"created_at\":\"Fri Feb 24 23:39:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3639000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "53055899-36bc-4a9a-8820-07b09ce649cf-173190467255672832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3640000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #cqui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"cqui\",\"indices\":[6,11]},{\"text\":\"cqui\",\"indices\":[12,17]},{\"text\":\"cqui\",\"indices\":[18,23]},{\"text\":\"cqui\",\"indices\":[24,29]},{\"text\":\"cqui\",\"indices\":[30,35]},{\"text\":\"cqui\",\"indices\":[36,41]},{\"text\":\"cqui\",\"indices\":[42,47]},{\"text\":\"cqui\",\"indices\":[48,53]},{\"text\":\"cqui\",\"indices\":[54,59]},{\"text\":\"cqui\",\"indices\":[60,65]},{\"text\":\"cqui\",\"indices\":[66,71]},{\"text\":\"cqui\",\"indices\":[72,77]},{\"text\":\"cqui\",\"indices\":[78,83]},{\"text\":\"cqui\",\"indices\":[84,89]},{\"text\":\"cqui\",\"indices\":[90,95]},{\"text\":\"cqui\",\"indices\":[96,101]},{\"text\":\"cqui\",\"indices\":[102,107]},{\"text\":\"cqui\",\"indices\":[108,113]},{\"text\":\"cqui\",\"indices\":[114,119]},{\"text\":\"cqui\",\"indices\":[120,125]},{\"text\":\"cqui\",\"indices\":[126,131]},{\"text\":\"lgw\",\"indices\":[132,136]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190469562531840\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"favourites_count\":110,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":142,\"location\":\"Albi, France\",\"profile_text_color\":\"ba9012\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"statuses_count\":5335,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":29086699,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/isshin-san.over-blog.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\"},\"truncated\":false,\"id\":173190469562531840,\"created_at\":\"Fri Feb 24 23:40:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3640000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ac109e8e-6103-4094-951c-9d4262e9935d-173190469562531840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @MryEmery: #lgw #ilpart #ilreste #change2ton #cqui j'hésite.", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @MryEmery: #lgw #ilpart #ilreste #change2ton #cqui j'hésite.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3640000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @MryEmery: #lgw #ilpart #ilreste #change2ton #cqui j'h\\u00e9site.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"MryEmery\",\"indices\":[3,12],\"id_str\":\"14285154\",\"name\":\"Emery Dolig\\u00e9\",\"id\":14285154}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"ilpart\",\"indices\":[19,26]},{\"text\":\"ilreste\",\"indices\":[27,35]},{\"text\":\"change2ton\",\"indices\":[36,47]},{\"text\":\"cqui\",\"indices\":[48,53]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart #ilreste #change2ton #cqui j'h\\u00e9site.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]},{\"text\":\"ilreste\",\"indices\":[13,21]},{\"text\":\"change2ton\",\"indices\":[22,33]},{\"text\":\"cqui\",\"indices\":[34,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189551295172608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"MryEmery\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":31440,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"location\":\"Paris Rive Gauche\",\"show_all_inline_media\":true,\"listed_count\":931,\"profile_link_color\":\"2FC2EF\",\"followers_count\":19577,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"description\":\"Vanksen. Europe 1 #dcdc. Lib\\u00e9ral ta m\\u00e8re.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7f8fa\",\"id_str\":\"14285154\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/170627783\\/mrytwitter_copie.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648215039\\/EmeryDoligeHubN_B_normal.jpg\",\"name\":\"Emery Dolig\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 02 16:59:11 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14285154,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/mry.blogs.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189551295172608,\"created_at\":\"Fri Feb 24 23:36:21 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190471089270785\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1042,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":318,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190471089270785,\"created_at\":\"Fri Feb 24 23:40:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3640000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3096ce63-639f-47a5-bdaf-1d9cd094e0c4-173190471089270785" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Elles sont dans quels magasins les chemises de @vinvin ? #lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1747820307/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg" +}, +"title": "Marius: Elles sont dans quels magasins les chemises de @vinvin ? #lgw #cqui", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3642000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Elles sont dans quels magasins les chemises de @vinvin ? #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[47,54],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]},{\"text\":\"cqui\",\"indices\":[62,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190479800832003\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":372,\"screen_name\":\"tatamirugby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":26636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":68,\"profile_link_color\":\"0084B4\",\"followers_count\":842,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"description\":\"Je parle de sport, supporter de rugby et du @RacingMetro92 , joueur au @RCGV92 , \\u00e9tudiant @HETIC en #H3 !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"27248204\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"name\":\"Marius\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 15:36:02 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":27248204,\"utc_offset\":3600,\"favourites_count\":50,\"url\":\"http:\\/\\/www.facebook.com\\/tatamirugby\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190479800832003,\"created_at\":\"Fri Feb 24 23:40:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3642000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fd28d157-1baf-4692-bc60-73f8718e08c6-173190479800832003" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1707445439/Vinvin_chapeau_rouge_normal.jpg" +}, +"title": "Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3642000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"ilpart\",\"indices\":[45,52]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"screen_name\":\"Vinvin\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"D3D2CF\",\"location\":\"Paris, France\",\"favourites_count\":1,\"description\":\"Auteur, Producteur (StoryCircus) et Com\\u00e9dien. Co-anime Le Grand Webze avec Fran\\u00e7ois Rollin sur France 5. Ecrit beaucoup.\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":2216,\"profile_text_color\":\"634047\",\"followers_count\":18611,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"statuses_count\":13265,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":922,\"profile_link_color\":\"088253\",\"protected\":false,\"is_translator\":false,\"name\":\"Vinvin\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Tue Jul 03 07:35:16 +0000 2007\",\"profile_background_color\":\"EDECE9\",\"id\":7223522,\"id_str\":\"7223522\",\"geo_enabled\":false,\"profile_background_tile\":false,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\"},\"in_reply_to_status_id\":null,\"id\":173190479788244992,\"created_at\":\"Fri Feb 24 23:40:02 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190479788244992\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3642000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bfc92007-b9cf-4feb-bcf9-90c44963838c-173190479788244992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Cabaroc: C'est quand même très superficiel les explications sur acta #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1817776486/SmokeQR_copie_normal.jpg" +}, +"title": "RuaLten: RT @Cabaroc: C'est quand même très superficiel les explications sur acta #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3642000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Cabaroc: C'est quand m\\u00eame tr\\u00e8s superficiel les explications sur acta #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Cabaroc\",\"indices\":[3,11],\"id_str\":\"104964807\",\"name\":\"Jp cabaroc\",\"id\":104964807}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[73,77]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quand m\\u00eame tr\\u00e8s superficiel les explications sur acta #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190220739653632\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"screen_name\":\"Cabaroc\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6908,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/404422929\\/fond_twitter.jpg\",\"location\":\"Saint-\\u00c9tienne - France\",\"show_all_inline_media\":false,\"listed_count\":173,\"profile_link_color\":\"416763\",\"followers_count\":1679,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1766000100\\/Avatar-Cabaroc_normal.gif\",\"description\":\"Hi, i'm a freelance graphic designer and art director. I also teach webdesign at Ecole Bellecour (Lyon) #Identity #Design #Print #Webdesign\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"104964807\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404422929\\/fond_twitter.jpg\",\"profile_sidebar_fill_color\":\"f6f6f6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1766000100\\/Avatar-Cabaroc_normal.gif\",\"name\":\"Jp cabaroc\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 14 23:13:01 +0000 2010\",\"profile_sidebar_border_color\":\"dddcda\",\"id\":104964807,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/www.cabaroc.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190220739653632,\"created_at\":\"Fri Feb 24 23:39:01 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190479356231681\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":501,\"screen_name\":\"RuaLten\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":1430,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"location\":\"Dans les champs de Bl\\u00e9...\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"828561\",\"followers_count\":186,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"description\":\"Un peu partout et nulle part \\u00e0 la fois... Buveur de bi\\u00e8re belge et d'Irish Whiskey. R\\u00e2leur professionnel... \\u2620\\u2620\\u2620\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"359827989\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"profile_sidebar_fill_color\":\"62a635\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"name\":\"RuaLten\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 22 07:12:46 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":359827989,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/rualten.perso.sfr.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190479356231681,\"created_at\":\"Fri Feb 24 23:40:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3642000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5bc2b364-11c4-4dbf-88da-218787b1a43b-173190479356231681" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Demain, à la manif #StopACTA , n'oublie pas ton sous-tif bleu #opBlueBra #ACTA #lgw cc @kheops2713", +"img": { +"src": "http://a0.twimg.com/profile_images/1684751725/tcxbzhar-550x550_normal.png" +}, +"title": "JellyFish Transl8: Demain, à la manif #StopACTA , n'oublie pas ton sous-tif bleu #opBlueBra #ACTA #lgw cc @kheops2713", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3643000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Demain, \\u00e0 la manif #StopACTA , n'oublie pas ton sous-tif bleu #opBlueBra #ACTA #lgw cc @kheops2713\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[87,98],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177}],\"urls\":[],\"hashtags\":[{\"text\":\"StopACTA\",\"indices\":[19,28]},{\"text\":\"opBlueBra\",\"indices\":[62,72]},{\"text\":\"ACTA\",\"indices\":[73,78]},{\"text\":\"lgw\",\"indices\":[79,83]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190483097554944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":514,\"screen_name\":\"WeTransl8\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":3449,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"The Internetz\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"0084B4\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1684751725\\/tcxbzhar-550x550_normal.png\",\"description\":\"Our aim is to provide a platform for translations of #Telecomix #Anon & cyberanthropology-related stuff. \\r\\n#opBlueBra http:\\/\\/bluebra.anontranslator.eu\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"022330\",\"id_str\":\"340345134\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1684751725\\/tcxbzhar-550x550_normal.png\",\"name\":\"JellyFish Transl8\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 22 15:07:52 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":340345134,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/anontranslator.eu\\/category\\/edito\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190483097554944,\"created_at\":\"Fri Feb 24 23:40:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3643000, +"tags": [ +{ +"id-ref": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f09865a4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0986b12-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b6c5c09f-86d4-4522-a83c-bc8056094b26-173190483097554944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @solferishow: Je regarde toujours #lgw avec 3 grammes. Ça aide.", +"img": { +"src": "http://a0.twimg.com/profile_images/1850427609/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal" +}, +"title": "amnesicmercury: RT @solferishow: Je regarde toujours #lgw avec 3 grammes. Ça aide.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3643000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @solferishow: Je regarde toujours #lgw avec 3 grammes. \\u00c7a aide.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"solferishow\",\"indices\":[3,15],\"id_str\":\"232221031\",\"name\":\"Solferishow\",\"id\":232221031}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je regarde toujours #lgw avec 3 grammes. \\u00c7a aide.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189226500861953\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1144,\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13622,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"name\":\"Solferishow\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":232221031,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/www.solferishow.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189226500861953,\"created_at\":\"Fri Feb 24 23:35:03 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190482925588480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":355,\"screen_name\":\"amnesicmercury\",\"lang\":\"en\",\"profile_text_color\":\"485C3A\",\"statuses_count\":6668,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413071977\\/x47753175a3e5ec841493b005971cc32.jpg\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"618238\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850427609\\/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal\",\"description\":\"If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"16603797\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413071977\\/x47753175a3e5ec841493b005971cc32.jpg\",\"profile_sidebar_fill_color\":\"060A00\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850427609\\/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal\",\"name\":\"amnesicmercury\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 05 17:41:52 +0000 2008\",\"profile_sidebar_border_color\":\"204207\",\"id\":16603797,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/about.me\\/guillaumel\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190482925588480,\"created_at\":\"Fri Feb 24 23:40:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3643000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b3934ea0-42eb-43d9-9efb-2072188163b6-173190482925588480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Haha le ministre de l'ouverture des portes <3 #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: Haha le ministre de l'ouverture des portes <3 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3643000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Haha le ministre de l'ouverture des portes <3 #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[49,53]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190484733341696\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"fcfcfc\",\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"favourites_count\":84,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":283,\"location\":\"Hell\",\"profile_text_color\":\"0a0a0a\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"statuses_count\":39032,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"plumesdanges\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"id\":27325670,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\"},\"truncated\":false,\"id\":173190484733341696,\"created_at\":\"Fri Feb 24 23:40:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3643000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d2f586e3-8a27-4813-9709-dfcb624e7b60-173190484733341696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On se la refait. #change2ton #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: On se la refait. #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3643000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On se la refait. #change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[17,28]},{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190484599115778\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"profile_text_color\":\"CEC79B\",\"statuses_count\":35534,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"location\":\"Au pied d'un arc-en-ciel.\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"profile_sidebar_fill_color\":\"46284E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"name\":\"Sylvain Sanders\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_border_color\":\"20183F\",\"id\":37389744,\"utc_offset\":3600,\"favourites_count\":62,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190484599115778,\"created_at\":\"Fri Feb 24 23:40:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3643000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "24eb949c-db44-4590-b55a-1093f06ca777-173190484599115778" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le @palmashow il revient quand ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1846735986/image_normal.jpg" +}, +"title": "Margaux M.: Le @palmashow il revient quand ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3644000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le @palmashow il revient quand ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190485094051841\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":80,\"screen_name\":\"margauxmet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":81,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":18,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1846735986\\/image_normal.jpg\",\"description\":\"C'\\u00e9tait moi le bout de bois qui sauve Rose dans Titanic.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"452997531\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1846735986\\/image_normal.jpg\",\"name\":\"Margaux M.\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 02 13:29:50 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":452997531,\"utc_offset\":null,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190485094051841,\"created_at\":\"Fri Feb 24 23:40:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3644000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b2080214-8ca5-43e0-b458-4aa17e24e7ee-173190485094051841" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@__Yusaku et tu te présentes dans le gouvernement Delanoe ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1759900261/image1326744906_normal.png" +}, +"title": "TobyZiegler: @__Yusaku et tu te présentes dans le gouvernement Delanoe ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3644000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"__Yusaku\",\"favorited\":false,\"text\":\"@__Yusaku et tu te pr\\u00e9sentes dans le gouvernement Delanoe ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"__Yusaku\",\"indices\":[0,9],\"name\":\"Godai Yusaku\",\"id_str\":\"76995130\",\"id\":76995130}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"in_reply_to_user_id\":76995130,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173189919466995712,\"in_reply_to_status_id_str\":\"173189919466995712\",\"id_str\":\"173190486088105985\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"3141592RMuck\",\"lang\":\"fr\",\"favourites_count\":56,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1759900261\\/image1326744906_normal.png\",\"description\":\"De mauvaise foi. Parle parfois de g\\u00e9omatique, de citoyennet\\u00e9 ou de cuisine.\",\"statuses_count\":2872,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432900319\\/gC8LD.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"bdb517\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"121414\",\"protected\":false,\"id_str\":\"174279076\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"TobyZiegler\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432900319\\/gC8LD.jpg\",\"created_at\":\"Tue Aug 03 15:04:11 +0000 2010\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":174279076,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759900261\\/image1326744906_normal.png\"},\"truncated\":false,\"id\":173190486088105985,\"created_at\":\"Fri Feb 24 23:40:04 +0000 2012\",\"in_reply_to_user_id_str\":\"76995130\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3644000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3d8d3cf3-d574-450e-875f-558f1a38b376-173190486088105985" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin #ilreste faut pas déconner ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: François Rollin #ilreste faut pas déconner ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3644000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin #ilreste faut pas d\\u00e9conner ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[16,24]},{\"text\":\"lgw\",\"indices\":[45,49]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"place_type\":\"city\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190488634044416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15002,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":262,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190488634044416,\"created_at\":\"Fri Feb 24 23:40:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3644000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9d72e62a-ea52-4382-b0cd-8bd4bc6fd243-173190488634044416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin : qui est-il ? que nous veut-il? #ilreste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1373171789/colette_normal.jpg" +}, +"title": "Colette Siri: François Rollin : qui est-il ? que nous veut-il? #ilreste #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3645000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin : qui est-il ? que nous veut-il? #ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[49,57]},{\"text\":\"lgw\",\"indices\":[58,62]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190491087712258\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"ColetteSiri\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":274,\"location\":\"Marseille\",\"profile_text_color\":\"333333\",\"followers_count\":217,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1373171789\\/colette_normal.jpg\",\"description\":\"Pragmatique (nn enseign\\u00e9e \\u00e0 l'Universit\\u00e9)- Italo-avigno-marseillaise du Sud et de la Provence - Assistante de prod' \\u00e0 MP2013, Capitale europ\\u00e9enne de la culture.\",\"statuses_count\":2405,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"307206900\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Colette Siri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun May 29 06:34:07 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":307206900,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1373171789\\/colette_normal.jpg\"},\"truncated\":false,\"id\":173190491087712258,\"created_at\":\"Fri Feb 24 23:40:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3645000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d7122312-c8d5-4201-9e81-25c5fa15bfd5-173190491087712258" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #IlReste EVIDEMMENT !", +"img": { +"src": "http://a3.twimg.com/profile_images/611367109/emmanuelcup_normal.jpg" +}, +"title": "Emmanuel Cup: #lgw #IlReste EVIDEMMENT !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3648000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #IlReste EVIDEMMENT !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"IlReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190504232656896\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":81,\"screen_name\":\"EmmanuelCup\",\"lang\":\"fr\",\"profile_text_color\":\"222\",\"statuses_count\":1910,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/65707962\\/TwitterTemplate.jpg\",\"location\":\"Near Paris\",\"show_all_inline_media\":false,\"listed_count\":15,\"profile_link_color\":\"004685\",\"followers_count\":151,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/611367109\\/emmanuelcup_normal.jpg\",\"description\":\"Freelance Webdesigner \\u2022 Geek and Apple fanatic \\uf8ff\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fff\",\"id_str\":\"7087092\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65707962\\/TwitterTemplate.jpg\",\"profile_sidebar_fill_color\":\"6e85b1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/611367109\\/emmanuelcup_normal.jpg\",\"name\":\"Emmanuel Cup\",\"default_profile_image\":false,\"created_at\":\"Tue Jun 26 10:22:47 +0000 2007\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":7087092,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/www.emmanuelcup.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190504232656896,\"created_at\":\"Fri Feb 24 23:40:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3648000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a8703867-5b3e-4a6e-8ef0-390ade93b0b9-173190504232656896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "À une époque y'avait une émission \"Je passe à la télé\". Aujourd'hui avec #lgw c'est ton avatar qui passe à la télé. #laclasse", +"img": { +"src": "http://a2.twimg.com/profile_images/1614428473/Capture_d__cran_2011-10-30___21.31.58_normal.jpg" +}, +"title": "Yoann Ferret: À une époque y'avait une émission \"Je passe à la télé\". Aujourd'hui avec #lgw c'est ton avatar qui passe à la télé. #laclasse", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3648000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00c0 une \\u00e9poque y'avait une \\u00e9mission \\\"Je passe \\u00e0 la t\\u00e9l\\u00e9\\\". Aujourd'hui avec #lgw c'est ton avatar qui passe \\u00e0 la t\\u00e9l\\u00e9. #laclasse\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[73,77]},{\"text\":\"laclasse\",\"indices\":[116,125]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190504933105665\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":261,\"screen_name\":\"yoannferret\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":25135,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/370159424\\/mosaic-export.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"949494\",\"followers_count\":581,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1614428473\\/Capture_d__cran_2011-10-30___21.31.58_normal.jpg\",\"description\":\"Responsable de la r\\u00e9daction sur @FreenewsActu et big boss de @cafegaming. Conversation minimale. R\\u00e9f\\u00e9rences \\u00e9clectiques (chiantes). Romanichel Racing Club\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"efefef\",\"id_str\":\"4035431\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/370159424\\/mosaic-export.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1614428473\\/Capture_d__cran_2011-10-30___21.31.58_normal.jpg\",\"name\":\"Yoann Ferret\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 10 14:18:04 +0000 2007\",\"profile_sidebar_border_color\":\"b5b5b5\",\"id\":4035431,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/www.cafegaming.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190504933105665,\"created_at\":\"Fri Feb 24 23:40:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3648000, +"tags": [ +{ +"id-ref": "f0995d7e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5f758e96-0cbf-4779-8ac8-96a79f9c4921-173190504933105665" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Comment on peut recruter un présentateur aussi pédant ? #lgw @LeGrandWebze", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_4_normal.png" +}, +"title": "Victor ROLLAND: Comment on peut recruter un présentateur aussi pédant ? #lgw @LeGrandWebze", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3650000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Comment on peut recruter un pr\\u00e9sentateur aussi p\\u00e9dant ? #lgw @LeGrandWebze\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[61,74],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[56,60]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190512533180416\",\"user\":{\"default_profile_image\":true,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"VictorRolland\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":17,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"description\":null,\"statuses_count\":5,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"392760484\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Victor ROLLAND\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Oct 17 14:46:45 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":392760484,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\"},\"truncated\":false,\"id\":173190512533180416,\"created_at\":\"Fri Feb 24 23:40:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3650000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "def1d32e-aa10-4d8c-b586-9638c4bec3d9-173190512533180416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bon allez je vais passer un peu voir #cqui les gens sur le plateau de #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1737835878/28310_403409769373_707764373_4089795_8073551_n_normal.jpg" +}, +"title": "igor reteno: bon allez je vais passer un peu voir #cqui les gens sur le plateau de #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3650000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"bon allez je vais passer un peu voir #cqui les gens sur le plateau de #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[37,42]},{\"text\":\"lgw\",\"indices\":[70,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190513875357697\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":355,\"screen_name\":\"Igorreteno\",\"lang\":\"it\",\"profile_text_color\":\"333333\",\"statuses_count\":37211,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429495126\\/11-venise.JPG\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"9D582E\",\"followers_count\":298,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1737835878\\/28310_403409769373_707764373_4089795_8073551_n_normal.jpg\",\"description\":\" je suis paradoxal , bien dans ma tete et amoureux de venise , les mots sont mes amis et les rencontres aussi surtout quand elles sont belles\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"99097843\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429495126\\/11-venise.JPG\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1737835878\\/28310_403409769373_707764373_4089795_8073551_n_normal.jpg\",\"name\":\"igor reteno\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 24 12:50:20 +0000 2009\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":99097843,\"utc_offset\":3600,\"favourites_count\":170,\"url\":\"http:\\/\\/igorreteno.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190513875357697,\"created_at\":\"Fri Feb 24 23:40:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3650000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "97366836-ff16-4cb3-8f18-880ff89d9a00-173190513875357697" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai l'impression de regarder une YTP en direct. #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1813693284/photo__3__normal.JPG" +}, +"title": "Charly M.: J'ai l'impression de regarder une YTP en direct. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3651000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai l'impression de regarder une YTP en direct. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190518119993344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":199,\"screen_name\":\"SeriousCharly\",\"lang\":\"en\",\"profile_text_color\":\"050303\",\"statuses_count\":59230,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":147,\"profile_link_color\":\"2c30ab\",\"followers_count\":1945,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"description\":\"Ours parisien de 20 ans, \\u00e9tudiant en \\u00e9cole de commerce \\u00e0 Nantes et lyonnais de coeur. Je r\\u00e2le contre tout et je tweete foot.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c2bec2\",\"id_str\":\"149298036\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"profile_sidebar_fill_color\":\"dcdded\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"name\":\"Charly M.\",\"default_profile_image\":false,\"created_at\":\"Fri May 28 23:10:49 +0000 2010\",\"profile_sidebar_border_color\":\"5e69ab\",\"id\":149298036,\"utc_offset\":3600,\"favourites_count\":653,\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/CharIy\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190518119993344,\"created_at\":\"Fri Feb 24 23:40:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3651000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "85a14e2a-e920-4ae7-95d6-3d7caa76e084-173190518119993344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Télé travail :) bravo @jcfrog #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1210401292/IMG_0890_normal.jpg" +}, +"title": "Cyrille Prudhomme: Télé travail :) bravo @jcfrog #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3651000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"T\\u00e9l\\u00e9 travail :) bravo @jcfrog #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[22,29],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2922602,48.7849223],[2.3263292,48.7849223],[2.3263292,48.8111344],[2.2922602,48.8111344]]]},\"place_type\":\"city\",\"attributes\":{},\"full_name\":\"Bagneux, Hauts-de-Seine\",\"name\":\"Bagneux\",\"id\":\"688721dd9c7680da\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/688721dd9c7680da.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.32291689,48.80312267]},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.80312267,2.32291689]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190515016208385\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D9B17E\",\"screen_name\":\"CyrillePrudhomm\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":333,\"location\":\"Paris sur seine\",\"profile_text_color\":\"333333\",\"followers_count\":151,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1210401292\\/IMG_0890_normal.jpg\",\"description\":\"Esth\\u00e8te de l'octet.\",\"statuses_count\":1239,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/143904940\\/cartonJLSVT.jpg\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"9D582E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"8B542B\",\"protected\":false,\"id_str\":\"163090932\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Cyrille Prudhomme\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/143904940\\/cartonJLSVT.jpg\",\"created_at\":\"Mon Jul 05 14:39:04 +0000 2010\",\"profile_sidebar_fill_color\":\"EADEAA\",\"id\":163090932,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/jedeveloppepouriphone.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1210401292\\/IMG_0890_normal.jpg\"},\"truncated\":false,\"id\":173190515016208385,\"created_at\":\"Fri Feb 24 23:40:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3651000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b2c7829e-ccca-498f-ac5e-cbcf69d68f45-173190515016208385" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "un grand malade//“@LeGrandWebze: C'est notre candidat fétiche : @gasparddelanoe, que nous avions reçu lors de la 2ème émission #lgw”", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: un grand malade//“@LeGrandWebze: C'est notre candidat fétiche : @gasparddelanoe, que nous avions reçu lors de la 2ème émission #lgw”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3652000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"un grand malade\\/\\/\\u201c@LeGrandWebze: C'est notre candidat f\\u00e9tiche : @gasparddelanoe, que nous avions re\\u00e7u lors de la 2\\u00e8me \\u00e9mission #lgw\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[18,31],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"GaspardDelanoe\",\"indices\":[64,79],\"id_str\":\"282651653\",\"name\":\"Gaspard Delanoe\",\"id\":282651653}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[127,131]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190522448510976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":14421,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"name\":\"FrinnockBoChar\",\"default_profile_image\":false,\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":40014489,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190522448510976,\"created_at\":\"Fri Feb 24 23:40:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3652000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ea448a89-2e43-46c6-b9a3-e190f488bea7-173190522448510976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il y a une petite ambiance Groland dans les thématiques, mais est-ce voulu ? #Lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1650056809/pandadanssonbain_normal.JPG" +}, +"title": "justice pandine: Il y a une petite ambiance Groland dans les thématiques, mais est-ce voulu ? #Lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3652000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il y a une petite ambiance Groland dans les th\\u00e9matiques, mais est-ce voulu ? #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[77,81]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190520225538048\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"adffef\",\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"favourites_count\":1862,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1340,\"location\":\"Bambouseraie\",\"profile_text_color\":\"1a0e1a\",\"followers_count\":2570,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"statuses_count\":28275,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"show_all_inline_media\":false,\"listed_count\":193,\"profile_link_color\":\"9058d1\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"protected\":false,\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"justice pandine\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_fill_color\":\"f5fafa\",\"id\":177984098,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\"},\"truncated\":false,\"id\":173190520225538048,\"created_at\":\"Fri Feb 24 23:40:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3652000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8b671801-a269-4ae1-9bec-5cc8c29794b1-173190520225538048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw bon ça y est je ne peux plus c'est très nul", +"img": { +"src": "http://a3.twimg.com/profile_images/1813277782/profil_normal.jpg" +}, +"title": "annabel s. alves : #lgw bon ça y est je ne peux plus c'est très nul", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3653000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw bon \\u00e7a y est je ne peux plus c'est tr\\u00e8s nul\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[7.1820901,43.6452915],[7.3239546,43.6452915],[7.3239546,43.76075],[7.1820901,43.76075]]]},\"attributes\":{},\"full_name\":\"Nice, Alpes-Maritimes\",\"place_type\":\"city\",\"name\":\"Nice\",\"id\":\"d43b21ac2b0c2029\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/d43b21ac2b0c2029.json\"},\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190522901504000\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"annabeldessin\",\"lang\":\"fr\",\"favourites_count\":37,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":812,\"location\":\"France, Nice(06)\",\"profile_text_color\":\"666666\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1813277782\\/profil_normal.jpg\",\"description\":\"Styliste, conceptrice, mod\\u00e9liste;inadapt\\u00e9e scolaire,surdou\\u00e9e cancre;n'y arrivera jamais dans la vie,elle dessine,elle dessine,elle dessine...(\\u00e9duc. nationale)\\r\\n\",\"statuses_count\":4799,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/341403463\\/Yeux_Annajung.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"106986321\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"annabel s. alves \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/341403463\\/Yeux_Annajung.jpg\",\"created_at\":\"Thu Jan 21 07:51:27 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":106986321,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"https:\\/\\/sites.google.com\\/site\\/annabelalvessovieri\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813277782\\/profil_normal.jpg\"},\"truncated\":false,\"id\":173190522901504000,\"created_at\":\"Fri Feb 24 23:40:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3653000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7ca1a421-a721-43f3-b26e-e9e8522c8975-173190522901504000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@plumesdanges Le professeur Rollin SVP! #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1811573861/026_normal.JPG" +}, +"title": "AUMONT: @plumesdanges Le professeur Rollin SVP! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3653000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"plumesdanges\",\"favorited\":false,\"text\":\"@plumesdanges Le professeur Rollin SVP! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"plumesdanges\",\"indices\":[0,13],\"name\":\"plumesdanges\",\"id_str\":\"27325670\",\"id\":27325670}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[40,44]}]},\"in_reply_to_user_id\":27325670,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173189816412942337,\"in_reply_to_status_id_str\":\"173189816412942337\",\"id_str\":\"173190526533763072\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"aump1\",\"lang\":\"fr\",\"favourites_count\":14,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":191,\"location\":\"FRANCE\",\"profile_text_color\":\"333333\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811573861\\/026_normal.JPG\",\"description\":\"Travailleur social aupr\\u00e8s d'adultes en situation de handicap et d'inadaptation sociale depuis 25 ans.\\r\\nJe suis assidument l'actualit\\u00e9 politique et sociale. \",\"statuses_count\":623,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"435324805\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"AUMONT\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Dec 12 22:57:48 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":435324805,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811573861\\/026_normal.JPG\"},\"truncated\":false,\"id\":173190526533763072,\"created_at\":\"Fri Feb 24 23:40:13 +0000 2012\",\"in_reply_to_user_id_str\":\"27325670\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3653000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "459686ab-98ba-4365-a6a5-b28a633d68c4-173190526533763072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart #ilreste #change2ton #cqui comme ça on va me voir.", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: #lgw #ilpart #ilreste #change2ton #cqui comme ça on va me voir.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3654000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilpart #ilreste #change2ton #cqui comme \\u00e7a on va me voir.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]},{\"text\":\"ilreste\",\"indices\":[13,21]},{\"text\":\"change2ton\",\"indices\":[22,33]},{\"text\":\"cqui\",\"indices\":[34,39]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190530719678464\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":543,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"statuses_count\":636,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Royer Charles-Henri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":185396126,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\"},\"truncated\":false,\"id\":173190530719678464,\"created_at\":\"Fri Feb 24 23:40:14 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3654000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d1924a57-19c1-407a-9c79-bac2df3481ab-173190530719678464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "dsl :/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le télétravail est mon combat! :) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1813523315/image_normal.jpg" +}, +"title": "jcfrog: dsl :/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le télétravail est mon combat! :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3654000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"dsl :\\/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le t\\u00e9l\\u00e9travail est mon combat! :) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]},{\"text\":\"lgw\",\"indices\":[121,125]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190528375074817\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":340,\"screen_name\":\"jcfrog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27209,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"location\":\"Damgan\",\"show_all_inline_media\":true,\"listed_count\":506,\"profile_link_color\":\"acc809\",\"followers_count\":6887,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"description\":\"Pro: Ing\\u00e9nieur informaticien, Perso: super h\\u00e9ro du web (en formation)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"16888281\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"name\":\"jcfrog\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 21 16:03:16 +0000 2008\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":16888281,\"utc_offset\":3600,\"favourites_count\":448,\"url\":\"http:\\/\\/www.jcfrog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190528375074817,\"created_at\":\"Fri Feb 24 23:40:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3654000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b684b48d-1493-4703-8c0d-6d0e45d42590-173190528375074817" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ministre des \"fils et filles de\" j'adore !", +"img": { +"src": "http://a2.twimg.com/profile_images/1841426692/image_normal.jpg" +}, +"title": "Peyow: #lgw ministre des \"fils et filles de\" j'adore !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3654000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw ministre des \\\"fils et filles de\\\" j'adore !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190530698706944\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"PeyowOner\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":43,\"location\":\"Grenoble\",\"profile_text_color\":\"333333\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1841426692\\/image_normal.jpg\",\"description\":\"Technicien du spectale survivant. Fain\\u00e9ant et casanier, donc totalement inoffensif.\",\"statuses_count\":125,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"268921581\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Peyow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Mar 19 19:00:41 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":268921581,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841426692\\/image_normal.jpg\"},\"truncated\":false,\"id\":173190530698706944,\"created_at\":\"Fri Feb 24 23:40:14 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3654000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f609d6ad-2020-4b53-8bb5-5a1e4ea1a180-173190530698706944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"Ministre du goûter\" \"Ministre des ouvertures de portes\" #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1801434555/coolcat_normal.png" +}, +"title": "Chris: \"Ministre du goûter\" \"Ministre des ouvertures de portes\" #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3655000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\\"Ministre du go\\u00fbter\\\" \\\"Ministre des ouvertures de portes\\\" #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[57,61]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190531445301248\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"tr13ze\",\"lang\":\"en\",\"favourites_count\":252,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":198,\"location\":\"Paris\",\"profile_text_color\":\"d1d1d1\",\"followers_count\":1606,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801434555\\/coolcat_normal.png\",\"description\":\"Dev Flash \\/ html5\\r\\n(free for job)\\r\\n\",\"statuses_count\":35820,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/346151969\\/dark_stripes.png\",\"show_all_inline_media\":false,\"listed_count\":109,\"profile_link_color\":\"575757\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"126569577\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Chris\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/346151969\\/dark_stripes.png\",\"created_at\":\"Fri Mar 26 08:30:20 +0000 2010\",\"profile_sidebar_fill_color\":\"000000\",\"id\":126569577,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/tr13ze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801434555\\/coolcat_normal.png\"},\"truncated\":false,\"id\":173190531445301248,\"created_at\":\"Fri Feb 24 23:40:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3655000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bf6e072c-e0a5-4523-aa79-0113ec55fd0c-173190531445301248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si vous voulez plus d'info sur l'ACTA, n'oubliez pas le Webzelive sur http://t.co/jycA9F5R #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Si vous voulez plus d'info sur l'ACTA, n'oubliez pas le Webzelive sur http://t.co/jycA9F5R #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3656000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Si vous voulez plus d'info sur l'ACTA, n'oubliez pas le Webzelive sur http:\\/\\/t.co\\/jycA9F5R #lgw\",\"entities\":{\"urls\":[{\"indices\":[70,90],\"display_url\":\"legrandwebze.com\",\"expanded_url\":\"http:\\/\\/www.legrandwebze.com\",\"url\":\"http:\\/\\/t.co\\/jycA9F5R\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190538026168321\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3285,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1481,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173190538026168321,\"created_at\":\"Fri Feb 24 23:40:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3656000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5493fff3-ee13-44cf-82d7-528b0ffee2ce-173190538026168321" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@GaspardDelanoe j'adore ce candidat #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1724285948/image_normal.jpg" +}, +"title": "CalamitySophie: @GaspardDelanoe j'adore ce candidat #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3656000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@GaspardDelanoe j'adore ce candidat #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GaspardDelanoe\",\"indices\":[0,15],\"id_str\":\"282651653\",\"name\":\"Gaspard Delanoe\",\"id\":282651653}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190538655301633\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"282651653\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":96,\"screen_name\":\"CalamitySophie\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":672,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/359426011\\/photo.JPG\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084b4\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724285948\\/image_normal.jpg\",\"description\":\"barr\\u00e9e, barge, enerv\\u00e9e, vieille bique, je regarde le monde, et je d\\u00e9sesp\\u00e9re. le genre humain n'est pas tr\\u00e9s beau. Et j'en fais partie !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"57613271\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/359426011\\/photo.JPG\",\"profile_sidebar_fill_color\":\"11d2eb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724285948\\/image_normal.jpg\",\"name\":\"CalamitySophie\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:53:14 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":57613271,\"utc_offset\":3600,\"favourites_count\":22,\"url\":\"http:\\/\\/www.calamitysophie1.blogspot.com\"},\"in_reply_to_screen_name\":\"GaspardDelanoe\",\"truncated\":false,\"id\":173190538655301633,\"created_at\":\"Fri Feb 24 23:40:16 +0000 2012\",\"in_reply_to_user_id\":282651653}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3656000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e2f62c24-c5da-48e6-bc96-3384601338ae-173190538655301633" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Avant, ils mettaient plus de moyens dans \"Ca C'est Palace\" #lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: Avant, ils mettaient plus de moyens dans \"Ca C'est Palace\" #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3657000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Avant, ils mettaient plus de moyens dans \\\"Ca C'est Palace\\\" #lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]},{\"text\":\"cqui\",\"indices\":[64,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190543290011648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3887,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":521,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190543290011648,\"created_at\":\"Fri Feb 24 23:40:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3657000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "447131df-09e7-455d-a6eb-58256f22222c-173190543290011648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @pocarles: Rollin #lgw #cqui Please Quote !", +"img": { +"src": "http://a0.twimg.com/profile_images/1844133961/8x3UkTtw_normal" +}, +"title": "Laurent Aubaret: RT @pocarles: Rollin #lgw #cqui Please Quote !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3657000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @pocarles: Rollin #lgw #cqui Please Quote !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pocarles\",\"indices\":[3,12],\"id_str\":\"23074316\",\"name\":\"PierreOlivier Carles\",\"id\":23074316}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]},{\"text\":\"cqui\",\"indices\":[26,31]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin #lgw #cqui Please Quote !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]},{\"text\":\"cqui\",\"indices\":[12,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190140943007745\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":1148,\"screen_name\":\"pocarles\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":32043,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"location\":\"Toulouse - Miami\",\"show_all_inline_media\":true,\"listed_count\":448,\"profile_link_color\":\"5cace5\",\"followers_count\":5249,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\",\"description\":\"Co-Founder at @Digidust & @Labotec. BA in @Stonfield @APICube @Hellotipi and others.\\r\\nMore Entrepreneur than Investor. Rugby, Gastronomy and Human enthusiast !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFFFFF\",\"id_str\":\"23074316\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433336791\\/110070354.jpg\",\"profile_sidebar_fill_color\":\"f0f0f0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1717757168\\/PO_Fond_Gris_normal.jpg\",\"name\":\"PierreOlivier Carles\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 06 15:10:47 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":23074316,\"utc_offset\":3600,\"favourites_count\":80,\"url\":\"http:\\/\\/www.pocarles.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190140943007745,\"created_at\":\"Fri Feb 24 23:38:41 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190541218025473\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":564,\"screen_name\":\"lolofildelo\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":2942,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431542214\\/flickr-10-nov-2006.jpg\",\"location\":\"Valence d'Agen\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"6a19e3\",\"followers_count\":165,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844133961\\/8x3UkTtw_normal\",\"description\":\"Rugby, Politique, Croix Rouge et ferias voila ce que j'aime le plus, et avec l'accent svp sud ouest oblige, ici c'est du 2nd degr\\u00e9s\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"342786952\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431542214\\/flickr-10-nov-2006.jpg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844133961\\/8x3UkTtw_normal\",\"name\":\"Laurent Aubaret\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 26 15:44:40 +0000 2011\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":342786952,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190541218025473,\"created_at\":\"Fri Feb 24 23:40:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3657000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9a1aa44-39c1-4aa9-9286-f43226db1ea6-173190541218025473" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3658000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[3,10],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]},{\"text\":\"ilpart\",\"indices\":[57,64]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"ilpart\",\"indices\":[45,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190479788244992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2216,\"screen_name\":\"Vinvin\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":13264,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":922,\"profile_link_color\":\"088253\",\"followers_count\":18612,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"description\":\"Auteur, Producteur (StoryCircus) et Com\\u00e9dien. Co-anime Le Grand Webze avec Fran\\u00e7ois Rollin sur France 5. Ecrit beaucoup.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"7223522\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"name\":\"Vinvin\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 03 07:35:16 +0000 2007\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":7223522,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.legrandwebze.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190479788244992,\"created_at\":\"Fri Feb 24 23:40:02 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190547450769408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4894,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190547450769408,\"created_at\":\"Fri Feb 24 23:40:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3658000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "61856cf4-0ab4-4d85-b76f-7fbd16fb0da5-173190547450769408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Charles_Liebert: Mais #cqui qui arrivera à arracher la chemise de @Vinvin en live sur @LeGrandWebze #LGW ? 😜", +"img": { +"src": "http://a2.twimg.com/profile_images/1735644265/front_de_gauche_annee_normal.jpg" +}, +"title": "Cachounette: RT @Charles_Liebert: Mais #cqui qui arrivera à arracher la chemise de @Vinvin en live sur @LeGrandWebze #LGW ? 😜", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3658000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Charles_Liebert: Mais #cqui qui arrivera \\u00e0 arracher la chemise de @Vinvin en live sur @LeGrandWebze #LGW ? \\ud83d\\ude1c\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Charles_Liebert\",\"indices\":[3,19],\"id_str\":\"610993\",\"name\":\"Charles Liebert\",\"id\":610993},{\"screen_name\":\"Vinvin\",\"indices\":[70,77],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"LeGrandWebze\",\"indices\":[90,103],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[26,31]},{\"text\":\"LGW\",\"indices\":[104,108]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Mais #cqui qui arrivera \\u00e0 arracher la chemise de @Vinvin en live sur @LeGrandWebze #LGW ? \\ud83d\\ude1c\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[49,56],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"LeGrandWebze\",\"indices\":[69,82],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[5,10]},{\"text\":\"LGW\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190162304602112\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1158,\"screen_name\":\"Charles_Liebert\",\"lang\":\"en\",\"profile_text_color\":\"F522D5\",\"statuses_count\":48081,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"location\":\"Paris - Cap Ferret - Saugeras\",\"show_all_inline_media\":true,\"listed_count\":156,\"profile_link_color\":\"1AF51F\",\"followers_count\":2044,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0F0F\",\"id_str\":\"610993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"profile_sidebar_fill_color\":\"E0FF91\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"name\":\"Charles Liebert\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":610993,\"utc_offset\":3600,\"favourites_count\":509,\"url\":\"http:\\/\\/www.charles-liebert.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190162304602112,\"created_at\":\"Fri Feb 24 23:38:47 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190545009684482\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":40,\"screen_name\":\"cachounette\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":251,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"D02B55\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"description\":\"sage femme, militante PCF-Front de gauche et CGT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"352726\",\"id_str\":\"39092205\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1735644265\\/front_de_gauche_annee_normal.jpg\",\"name\":\"Cachounette\",\"default_profile_image\":false,\"created_at\":\"Sun May 10 18:40:14 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":39092205,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190545009684482,\"created_at\":\"Fri Feb 24 23:40:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3658000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "43128512-9ae2-47fd-ac85-9d1293ca296a-173190545009684482" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il veux pécho. RT @GabytaineFlam Les gens qui écrivent à #lgw juste pour voir leur gueule à la télé. Les @elTouristio", +"img": { +"src": "http://a2.twimg.com/profile_images/1662405097/248935_2174806768866_1207725484_32653483_2411503_n_normal.jpg" +}, +"title": "☮ ☈∑mi.S ✌: Il veux pécho. RT @GabytaineFlam Les gens qui écrivent à #lgw juste pour voir leur gueule à la télé. Les @elTouristio", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3658000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il veux p\\u00e9cho. RT @GabytaineFlam Les gens qui \\u00e9crivent \\u00e0 #lgw juste pour voir leur gueule \\u00e0 la t\\u00e9l\\u00e9. Les @elTouristio\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"GabytaineFlam\",\"indices\":[18,32],\"name\":\"R\\u00e9mi\",\"id_str\":\"161146189\",\"id\":161146189},{\"screen_name\":\"elTouristio\",\"indices\":[105,117],\"name\":\"Sylvain Sanders\",\"id_str\":\"37389744\",\"id\":37389744}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190544783179778\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"bc31a0\",\"screen_name\":\"Remi_Chouchou\",\"lang\":\"fr\",\"favourites_count\":83,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1084,\"location\":\"Marles-les-Mines, France\",\"profile_text_color\":\"877583\",\"followers_count\":837,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1662405097\\/248935_2174806768866_1207725484_32653483_2411503_n_normal.jpg\",\"description\":\"C'est toi qui vient \\u00e0 moi. Alors pr\\u00e9pare toi \\u00e0 me subir. Si tu aimes la bouffe, l'humour, l'amour et la musique. On sera vite proche ! Bref, on se tweet ? \",\"statuses_count\":59433,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/426645975\\/threadlessblackhole_657_96327.jpg\",\"show_all_inline_media\":true,\"listed_count\":28,\"profile_link_color\":\"542265\",\"is_translator\":true,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"95305243\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"\\u262e \\u2608\\u2211mi.S \\u270c\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426645975\\/threadlessblackhole_657_96327.jpg\",\"created_at\":\"Mon Dec 07 23:38:40 +0000 2009\",\"profile_sidebar_fill_color\":\"121212\",\"id\":95305243,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/remichouchou.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1662405097\\/248935_2174806768866_1207725484_32653483_2411503_n_normal.jpg\"},\"truncated\":false,\"id\":173190544783179778,\"created_at\":\"Fri Feb 24 23:40:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3658000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3c786430-39e3-4f5d-9acc-4fe182345fdc-173190544783179778" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "+1 RT“@GabytaineFlam: Kheops gentil hacker mais mauvais parleur. #lgw”", +"img": { +"src": "http://a3.twimg.com/profile_images/113921060/n585957098_209521_2111_normal.jpg" +}, +"title": "Saz/Sarah Ichi: +1 RT“@GabytaineFlam: Kheops gentil hacker mais mauvais parleur. #lgw”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3658000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"+1 RT\\u201c@GabytaineFlam: Kheops gentil hacker mais mauvais parleur. #lgw\\u201d\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"GabytaineFlam\",\"indices\":[6,20],\"name\":\"R\\u00e9mi\",\"id_str\":\"161146189\",\"id\":161146189}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190547178131457\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"sazkiddie\",\"lang\":\"en\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":872,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":668,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/113921060\\/n585957098_209521_2111_normal.jpg\",\"description\":\"Let's Sp\\u00f6ka about...culture, social media, fashion, love, internet and You!\",\"statuses_count\":3280,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/380716778\\/spokafond.JPG\",\"show_all_inline_media\":false,\"listed_count\":38,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"21216960\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Saz\\/Sarah Ichi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380716778\\/spokafond.JPG\",\"created_at\":\"Wed Feb 18 17:22:22 +0000 2009\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":21216960,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.spoka.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/113921060\\/n585957098_209521_2111_normal.jpg\"},\"truncated\":false,\"id\":173190547178131457,\"created_at\":\"Fri Feb 24 23:40:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3658000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8286e9ac-d17e-4c6c-a3fb-4fca7a08b428-173190547178131457" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw reçoit @GaspardDelanoe !", +"img": { +"src": "http://a0.twimg.com/profile_images/1695493545/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png" +}, +"title": "StevenLeRoux: #lgw reçoit @GaspardDelanoe !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3659000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw re\\u00e7oit @GaspardDelanoe !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"GaspardDelanoe\",\"indices\":[12,27],\"id_str\":\"282651653\",\"name\":\"Gaspard Delanoe\",\"id\":282651653}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190548532891648\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":306,\"screen_name\":\"StevenLeRoux\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":4452,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Ask my GoogleLatitude\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"followers_count\":266,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"14985358\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"name\":\"StevenLeRoux\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 02 21:29:20 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14985358,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/steven.le-roux.info\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190548532891648,\"created_at\":\"Fri Feb 24 23:40:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3659000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9d7c05dd-94d9-43aa-8ad1-c730d7d3f74c-173190548532891648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Ilagee: Entre vos #Césars, vos #LGW et vos #CI, j'ai un peu l'impression d'être au beau milieu d'un gang bang de livetweets contre m ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1845946729/bon_alors_la_je_suis_shiva_tu_vois_ou_ganesh_normal.jpg" +}, +"title": "Ganeshiva: RT @Ilagee: Entre vos #Césars, vos #LGW et vos #CI, j'ai un peu l'impression d'être au beau milieu d'un gang bang de livetweets contre m ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3660000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Ilagee: Entre vos #C\\u00e9sars, vos #LGW et vos #CI, j'ai un peu l'impression d'\\u00eatre au beau milieu d'un gang bang de livetweets contre m ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Ilagee\",\"indices\":[3,10],\"id_str\":\"189097725\",\"name\":\"[Nom du sujet]\",\"id\":189097725}],\"urls\":[],\"hashtags\":[{\"text\":\"C\\u00e9sars\",\"indices\":[22,29]},{\"text\":\"LGW\",\"indices\":[35,39]},{\"text\":\"CI\",\"indices\":[47,50]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Entre vos #C\\u00e9sars, vos #LGW et vos #CI, j'ai un peu l'impression d'\\u00eatre au beau milieu d'un gang bang de livetweets contre mon gr\\u00e9.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"C\\u00e9sars\",\"indices\":[10,17]},{\"text\":\"LGW\",\"indices\":[23,27]},{\"text\":\"CI\",\"indices\":[35,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173185287571243008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":290,\"screen_name\":\"Ilagee\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":11875,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/233715649\\/black_pattern.jpg\",\"location\":\"[Ville du sujet]\",\"show_all_inline_media\":true,\"listed_count\":78,\"profile_link_color\":\"d93c3c\",\"followers_count\":1025,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813929904\\/TwavatarZS_normal.png\",\"description\":\"J'ai cr\\u00e9\\u00e9 Z\\u00e9ros Sociaux, c'est un site sur les internets.\\r\\nAh, et j'ai une IMPRESSIONNANTE collection de dinosaures en plastique.\\r\\nC'est pas pour p\\u00e9cho, tkt.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"189097725\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/233715649\\/black_pattern.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813929904\\/TwavatarZS_normal.png\",\"name\":\"[Nom du sujet]\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 10 11:26:10 +0000 2010\",\"profile_sidebar_border_color\":\"000000\",\"id\":189097725,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/zeros-sociaux.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173185287571243008,\"created_at\":\"Fri Feb 24 23:19:24 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190553054351362\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":226,\"screen_name\":\"wievielFortuna\",\"lang\":\"fr\",\"profile_text_color\":\"050505\",\"statuses_count\":17511,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432784134\\/wow.jpg\",\"location\":\"Cosmos\\/N\\u00e9ant\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"00ffe6\",\"followers_count\":242,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845946729\\/bon_alors_la_je_suis_shiva_tu_vois_ou_ganesh_normal.jpg\",\"description\":\"Je sais pas si je suis narcissique mais je me fais rire. J'ai une voix de fille. Je suis indispensable \\u00e0 la soci\\u00e9t\\u00e9. Mon flavors.me est trop cheum.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"d260d4\",\"id_str\":\"171579431\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432784134\\/wow.jpg\",\"profile_sidebar_fill_color\":\"bdb7b7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845946729\\/bon_alors_la_je_suis_shiva_tu_vois_ou_ganesh_normal.jpg\",\"name\":\"Ganeshiva\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 27 17:43:56 +0000 2010\",\"profile_sidebar_border_color\":\"535753\",\"id\":171579431,\"utc_offset\":-10800,\"favourites_count\":478,\"url\":\"http:\\/\\/fr.flavors.me\\/aeternitatis\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173190553054351362,\"created_at\":\"Fri Feb 24 23:40:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3660000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eff8cb8e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "623536fd-c528-42ea-85df-ebe7d6aa297e-173190553054351362" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw me file mal au crâne", +"img": { +"src": "http://a2.twimg.com/profile_images/1771348218/image1327174991_normal.png" +}, +"title": "Jim0PROFIT: #lgw me file mal au crâne", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3660000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw me file mal au cr\\u00e2ne\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190553201156096\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"Jim0PROFIT\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":368,\"location\":\"France\",\"profile_text_color\":\"3E4415\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"description\":\"Consulting, Syst\\u00e8me administrateur, geekoophile, et tellement de choses qu'une journ\\u00e9e de 24H ne suffit plus!\",\"statuses_count\":4756,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"18874683\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jim0PROFIT\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Sun Jan 11 18:26:59 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":18874683,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/choari.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\"},\"truncated\":false,\"id\":173190553201156096,\"created_at\":\"Fri Feb 24 23:40:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3660000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c3aca640-dd5f-4f1b-9572-19239be6393f-173190553201156096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw 36éme degrès bonjour", +"img": { +"src": "http://a1.twimg.com/profile_images/1437002627/DSCN4392_normal.jpg" +}, +"title": "Alban Liabeuf: #lgw 36éme degrès bonjour", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3661000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw 36\\u00e9me degr\\u00e8s bonjour\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190558607618048\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":161,\"screen_name\":\"Albanliabeuf\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":410,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris la D\\u00e9fense \",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":50,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1437002627\\/DSCN4392_normal.jpg\",\"description\":\"vous les autres et moi, mode, photos, finance, geek et n'importe quoi \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"25846622\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1437002627\\/DSCN4392_normal.jpg\",\"name\":\"Alban Liabeuf\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 22 17:27:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":25846622,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/alban-liabeuf\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190558607618048,\"created_at\":\"Fri Feb 24 23:40:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3661000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "55caf6df-4856-4dbb-9f6f-31ffe59d8d5a-173190558607618048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En fait les petites rubriques de #lgw sont vraiment cool mais il manque un peu de structure en plateau", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: En fait les petites rubriques de #lgw sont vraiment cool mais il manque un peu de structure en plateau", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3662000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"En fait les petites rubriques de #lgw sont vraiment cool mais il manque un peu de structure en plateau\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190561799479297\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2727,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190561799479297,\"created_at\":\"Fri Feb 24 23:40:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3662000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2175f5c4-2def-43ee-a548-e4d11c02efb4-173190561799479297" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ouh! Twitto acheté ki a stock de tweets a écouler \"@FofoxFRA: L'interaction entre twittos et emissions sur #lgw est juste fantastique. :-)\"", +"img": { +"src": "http://a0.twimg.com/profile_images/1830117459/La-louve-3_normal.jpg" +}, +"title": "Suzy: Ouh! Twitto acheté ki a stock de tweets a écouler \"@FofoxFRA: L'interaction entre twittos et emissions sur #lgw est juste fantastique. :-)\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3662000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ouh! Twitto achet\\u00e9 ki a stock de tweets a \\u00e9couler \\\"@FofoxFRA: L'interaction entre twittos et emissions sur #lgw est juste fantastique. :-)\\\"\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FofoxFRA\",\"indices\":[51,60],\"id_str\":\"115675045\",\"name\":\"Fofox\",\"id\":115675045}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[107,111]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190563510759424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":377,\"screen_name\":\"SuzyLouv\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1021,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/418559314\\/295996_225347164193656_175246649203708_600693_141741646_n.jpg\",\"location\":\"Rabat\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":188,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1830117459\\/La-louve-3_normal.jpg\",\"description\":\"Tweet\\/heure Politique, #Maroc et Social Media. Gu\\u00e9risseuse chamane. Diplomee en Urbanisme Tzigane. Membre inactive du Parti de la Tectonique des Planqu\\u00e9(e)s.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"380477935\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418559314\\/295996_225347164193656_175246649203708_600693_141741646_n.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830117459\\/La-louve-3_normal.jpg\",\"name\":\"Suzy\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 26 18:26:20 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":380477935,\"utc_offset\":0,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190563510759424,\"created_at\":\"Fri Feb 24 23:40:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3662000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "48509121-704a-4e9c-89c1-4816e13a95cd-173190563510759424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw: l'émission avec un public de 10 personnes dont 4 qui ont la tête dans leur ordi.", +"img": { +"src": "http://a1.twimg.com/profile_images/1768647050/3Y977L9m_normal" +}, +"title": "AlexM: #lgw: l'émission avec un public de 10 personnes dont 4 qui ont la tête dans leur ordi.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3663000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw: l'\\u00e9mission avec un public de 10 personnes dont 4 qui ont la t\\u00eate dans leur ordi.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190565511434240\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":54,\"screen_name\":\"9_AlexM\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":92,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768647050\\/3Y977L9m_normal\",\"description\":\"N\\u00b09 chanteur, au bon esprit permanent (en principe) .\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"022330\",\"id_str\":\"467299523\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768647050\\/3Y977L9m_normal\",\"name\":\"AlexM\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 18 09:57:42 +0000 2012\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":467299523,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190565511434240,\"created_at\":\"Fri Feb 24 23:40:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3663000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8fc3deda-aa68-41fd-aacc-b3563883ef63-173190565511434240" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est bizarre comme émission #LGW.", +"img": { +"src": "http://a0.twimg.com/profile_images/1838870702/405482_161160664000517_100003197529285_225113_1987693431_n_normal.jpg" +}, +"title": "Lucas Schwager: C'est bizarre comme émission #LGW.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3663000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est bizarre comme \\u00e9mission #LGW.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190567382102016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":496,\"screen_name\":\"Lucas_Schwager\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3147,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/331598994\\/CBS_GOOD_WIFE_NEW_BEG_IMAGE_CIAN.jpg\",\"location\":\"Bordeaux\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"0750bd\",\"followers_count\":168,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838870702\\/405482_161160664000517_100003197529285_225113_1987693431_n_normal.jpg\",\"description\":\"Animateur radio cynique et journaliste de r\\u00eave sur http:\\/\\/seriesaddict.fr\\/. Parle de tout et de rien, mais surtout de rien.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"DBE9ED\",\"id_str\":\"113447353\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/331598994\\/CBS_GOOD_WIFE_NEW_BEG_IMAGE_CIAN.jpg\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838870702\\/405482_161160664000517_100003197529285_225113_1987693431_n_normal.jpg\",\"name\":\"Lucas Schwager\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 11 20:00:51 +0000 2010\",\"profile_sidebar_border_color\":\"DBE9ED\",\"id\":113447353,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190567382102016,\"created_at\":\"Fri Feb 24 23:40:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3663000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e32cc210-ebd2-49f6-ade3-f61dac5f62b6-173190567382102016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LydiaWestCudi: C'est tordu quand même comme truc,un cercle, une émission que seul les twittos comprennent. Cooooool. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1849067972/4413560C-7785-472A-B26C-A5EB7BB6F962_normal" +}, +"title": "Yhnn: RT @LydiaWestCudi: C'est tordu quand même comme truc,un cercle, une émission que seul les twittos comprennent. Cooooool. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3664000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LydiaWestCudi: C'est tordu quand m\\u00eame comme truc,un cercle, une \\u00e9mission que seul les twittos comprennent. Cooooool. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LydiaWestCudi\",\"indices\":[3,17],\"id_str\":\"247914376\",\"name\":\"Lit Dia \\u00ae\",\"id\":247914376}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[122,126]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"C'est tordu quand m\\u00eame comme truc,un cercle, une \\u00e9mission que seul les twittos comprennent. Cooooool. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[103,107]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190199856214016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":195,\"screen_name\":\"LydiaWestCudi\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":2986,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/411533371\\/tumblr_lpq5omJuGt1r0welko2_500.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"2FC2EF\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1787989372\\/406519_2816076475082_1053946314_2866554_1715736597_n_normal.jpg\",\"description\":\"J'ne sais pas qui je suis. Je suis qui je me dois d\\u2019\\u00eatre.\\r\\nFolle on me dit.Il n'y a que le Fou qui se pretend sage.\\r\\nLe changement c'est le 6 mai 2012.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"247914376\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/411533371\\/tumblr_lpq5omJuGt1r0welko2_500.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1787989372\\/406519_2816076475082_1053946314_2866554_1715736597_n_normal.jpg\",\"name\":\"Lit Dia \\u00ae\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 05 21:07:35 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":247914376,\"utc_offset\":-10800,\"favourites_count\":199,\"url\":\"http:\\/\\/mescudream.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190199856214016,\"created_at\":\"Fri Feb 24 23:38:56 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190569294704641\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":237,\"screen_name\":\"kzz_\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":8385,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":27,\"profile_link_color\":\"00aaff\",\"followers_count\":604,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"description\":\"doing nothing takes work. \\/\\/\\/ Directeur du p\\u00f4le des pixels de l'espace at @GAMEONE\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"15801903\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"name\":\"Yhnn\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 10 22:12:55 +0000 2008\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":15801903,\"utc_offset\":3600,\"favourites_count\":52,\"url\":\"http:\\/\\/blog.gameone.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190569294704641,\"created_at\":\"Fri Feb 24 23:40:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3664000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4264c561-279d-4f8d-be3d-7797b151048c-173190569294704641" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: C'est notre candidat fétiche : @gasparddelanoe, que nous avions reçu lors de la 2ème émission #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1801682939/image_normal.jpg" +}, +"title": "alexandra evan: RT @LeGrandWebze: C'est notre candidat fétiche : @gasparddelanoe, que nous avions reçu lors de la 2ème émission #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3666000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: C'est notre candidat f\\u00e9tiche : @gasparddelanoe, que nous avions re\\u00e7u lors de la 2\\u00e8me \\u00e9mission #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"GaspardDelanoe\",\"indices\":[49,64],\"name\":\"Gaspard Delanoe\",\"id_str\":\"282651653\",\"id\":282651653}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est notre candidat f\\u00e9tiche : @gasparddelanoe, que nous avions re\\u00e7u lors de la 2\\u00e8me \\u00e9mission #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"GaspardDelanoe\",\"indices\":[31,46],\"name\":\"Gaspard Delanoe\",\"id_str\":\"282651653\",\"id\":282651653}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[94,98]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190364373581824\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3285,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1481,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173190364373581824,\"created_at\":\"Fri Feb 24 23:39:35 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190577393901568\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"alexevan\",\"lang\":\"en\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":18,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":113,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\",\"description\":\"Global Planning Director @ DDB interested in people, conversations, behaviour. Passionate by arequipe, wine & traveling. \",\"statuses_count\":296,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"33499701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"alexandra evan\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Apr 20 12:45:25 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":33499701,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801682939\\/image_normal.jpg\"},\"truncated\":false,\"id\":173190577393901568,\"created_at\":\"Fri Feb 24 23:40:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3666000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e97433fd-79e1-467c-b40e-059e51a89fca-173190577393901568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ha ha ! RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"img": { +"src": "http://a2.twimg.com/profile_images/1609615947/avatar_normal.jpg" +}, +"title": "Christophe WEILL: Ha ha ! RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3666000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ha ha ! RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[11,18],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]},{\"text\":\"ilpart\",\"indices\":[65,72]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190579088396289\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"7b9d01\",\"screen_name\":\"tractataire\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":487,\"location\":\"Montpellier, France\",\"profile_text_color\":\"333333\",\"followers_count\":426,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"description\":\"Communication globale multimedia : print, web, video, e-learning. Curieux et news-addict !\",\"statuses_count\":9394,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"show_all_inline_media\":true,\"listed_count\":18,\"profile_link_color\":\"8f6e31\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7c985\",\"protected\":false,\"id_str\":\"24436721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Christophe WEILL\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"created_at\":\"Sat Mar 14 21:54:13 +0000 2009\",\"profile_sidebar_fill_color\":\"a7c964\",\"id\":24436721,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.tractataire.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\"},\"truncated\":false,\"id\":173190579088396289,\"created_at\":\"Fri Feb 24 23:40:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3666000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b45246e9-286b-446a-873c-67b75e8b5d5a-173190579088396289" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @okhin: DO NOT USE IT #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1782896681/twavatar_normal.jpg" +}, +"title": "Oriane: RT @okhin: DO NOT USE IT #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3666000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @okhin: DO NOT USE IT #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"okhin\",\"indices\":[3,9],\"name\":\"Okhin\",\"id_str\":\"49560409\",\"id\":49560409}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"DO NOT USE IT #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188968853143552\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"2f1812\",\"screen_name\":\"okhin\",\"lang\":\"en\",\"favourites_count\":38,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":441,\"location\":\"Paris, France\",\"profile_text_color\":\"739694\",\"followers_count\":798,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\",\"description\":\"Cypherpunk fuelled by lulz and caffein, data-pornstar, crypto-terrorist \\/ 00513947\",\"statuses_count\":10333,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"show_all_inline_media\":true,\"listed_count\":65,\"profile_link_color\":\"729172\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"2f1812\",\"protected\":false,\"id_str\":\"49560409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Okhin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/72163477\\/marahcafe.jpg\",\"created_at\":\"Mon Jun 22 06:52:46 +0000 2009\",\"profile_sidebar_fill_color\":\"411c0f\",\"id\":49560409,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"https:\\/\\/about.okhin.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1780301867\\/avatar_normal.jpg\"},\"truncated\":false,\"id\":173188968853143552,\"created_at\":\"Fri Feb 24 23:34:02 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190579163897858\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ff0000\",\"screen_name\":\"quota_atypique\",\"lang\":\"fr\",\"favourites_count\":49,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":378,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":887,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1782896681\\/twavatar_normal.jpg\",\"description\":\"Activiste caf\\u00e9in\\u00e9e. Aime les filles, les gar\\u00e7ons, le code. Lutte pour les LGBT (ex red'chef de la #Magazette) et la #netneutrality. Parle trop. #Celsa, #misc12.\",\"statuses_count\":17111,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/232757274\\/datalove-heart1.png\",\"show_all_inline_media\":false,\"listed_count\":67,\"profile_link_color\":\"ff0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"17659852\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Oriane\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/232757274\\/datalove-heart1.png\",\"created_at\":\"Wed Nov 26 21:16:26 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":17659852,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/tornbluejeans.yagg.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782896681\\/twavatar_normal.jpg\"},\"truncated\":false,\"id\":173190579163897858,\"created_at\":\"Fri Feb 24 23:40:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3666000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5b1ac81c-ac24-4f4b-9689-1b22db51856f-173190579163897858" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@crazou_ C'est le but non ? :D #lgw En plus Rollin, c'est un peu Dieu :x #IlReste", +"img": { +"src": "http://a1.twimg.com/profile_images/1163347850/kolya_avatar_normal.jpg" +}, +"title": "Florian Descamps: @crazou_ C'est le but non ? :D #lgw En plus Rollin, c'est un peu Dieu :x #IlReste", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3667000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"crazou_\",\"favorited\":false,\"text\":\"@crazou_ C'est le but non ? :D #lgw En plus Rollin, c'est un peu Dieu :x #IlReste\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"crazou_\",\"indices\":[0,8],\"name\":\"Crazou\",\"id_str\":\"120808218\",\"id\":120808218}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]},{\"text\":\"IlReste\",\"indices\":[73,81]}]},\"in_reply_to_user_id\":120808218,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173190163994902528,\"in_reply_to_status_id_str\":\"173190163994902528\",\"id_str\":\"173190582175399936\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"1d1d1b\",\"screen_name\":\"KolyaFR\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":186,\"location\":\"Lille\",\"profile_text_color\":\"1d1d1b\",\"followers_count\":76,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1163347850\\/kolya_avatar_normal.jpg\",\"description\":\"Photographe ind\\u00e9pendant.\",\"statuses_count\":555,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/169909759\\/IMG_3376.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"9d592e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"1d1d1b\",\"protected\":false,\"id_str\":\"109725925\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Florian Descamps\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/169909759\\/IMG_3376.jpg\",\"created_at\":\"Sat Jan 30 01:46:30 +0000 2010\",\"profile_sidebar_fill_color\":\"cccccc\",\"id\":109725925,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.kolya.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1163347850\\/kolya_avatar_normal.jpg\"},\"truncated\":false,\"id\":173190582175399936,\"created_at\":\"Fri Feb 24 23:40:27 +0000 2012\",\"in_reply_to_user_id_str\":\"120808218\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3667000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0d1d56b1-51aa-4eba-9bc0-a3f230282c31-173190582175399936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Vinvin, ministre des chemises de mauvais goût. Rollin, ministre du sarcasme.", +"img": { +"src": "http://a0.twimg.com/profile_images/1694156609/737DALWinter_normal.jpg" +}, +"title": "Axel G. Hillbear: #lgw Vinvin, ministre des chemises de mauvais goût. Rollin, ministre du sarcasme.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3669000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Vinvin, ministre des chemises de mauvais go\\u00fbt. Rollin, ministre du sarcasme.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190591121850368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":48,\"screen_name\":\"Hillbird21\",\"lang\":\"fr\",\"profile_text_color\":\"2e4b6e\",\"statuses_count\":174,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"000000\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1694156609\\/737DALWinter_normal.jpg\",\"description\":\"PC-Gaming (Wow odd.) & aviation (Wow super odd.) are my hobbies. Let's talk about everythin' !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"091314\",\"id_str\":\"406079380\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1694156609\\/737DALWinter_normal.jpg\",\"name\":\"Axel G. Hillbear\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 06 06:42:54 +0000 2011\",\"profile_sidebar_border_color\":\"336d70\",\"id\":406079380,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190591121850368,\"created_at\":\"Fri Feb 24 23:40:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3669000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0f77c077-862e-4bdc-a056-6d76333b125e-173190591121850368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste ^_^ RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: #ilReste ^_^ RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3670000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilReste ^_^ RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[17,24],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[66,70]},{\"text\":\"ilpart\",\"indices\":[71,78]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190595190329344\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"fcfcfc\",\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"favourites_count\":84,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":283,\"location\":\"Hell\",\"profile_text_color\":\"0a0a0a\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"statuses_count\":39033,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"plumesdanges\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"id\":27325670,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\"},\"truncated\":false,\"id\":173190595190329344,\"created_at\":\"Fri Feb 24 23:40:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3670000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c7202587-8be5-4823-bfc2-2c297587e96c-173190595190329344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Dommage j'ai plus de drogue, je comprends pas tout à #lgw Me reste de la vodka, je vais tenter !", +"img": { +"src": "http://a1.twimg.com/profile_images/1433713943/copland_os_normal.png" +}, +"title": "\\(°-°*): Dommage j'ai plus de drogue, je comprends pas tout à #lgw Me reste de la vodka, je vais tenter !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3673000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Dommage j'ai plus de drogue, je comprends pas tout \\u00e0 #lgw Me reste de la vodka, je vais tenter !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190608855379968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"sCaLP_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":662,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/166694062\\/cypunk2GP.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"009999\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1433713943\\/copland_os_normal.png\",\"description\":\"Choletais \\/ Grolandais\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"81383046\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/166694062\\/cypunk2GP.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1433713943\\/copland_os_normal.png\",\"name\":\"\\\\(\\u00b0-\\u00b0*)\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 10 15:54:42 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":81383046,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190608855379968,\"created_at\":\"Fri Feb 24 23:40:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3673000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a216451c-de30-402f-acc4-0818c3495c4a-173190608855379968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW : Moi j'ai demandé a être ministre de la campagne, mais je pouvais pas me rendre au QG donc j'étais grillé pour le poste", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW : Moi j'ai demandé a être ministre de la campagne, mais je pouvais pas me rendre au QG donc j'étais grillé pour le poste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3675000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW : Moi j'ai demand\\u00e9 a \\u00eatre ministre de la campagne, mais je pouvais pas me rendre au QG donc j'\\u00e9tais grill\\u00e9 pour le poste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190615826300929\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27163,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190615826300929,\"created_at\":\"Fri Feb 24 23:40:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3675000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "237d176a-5093-4fc6-a869-a746a894c722-173190615826300929" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1306605849/A_Fox_in_Space_by_SilentReaper_normal.jpg" +}, +"title": "Fofox: RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3675000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[3,10],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]},{\"text\":\"ilpart\",\"indices\":[57,64]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"ilpart\",\"indices\":[45,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190479788244992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2216,\"screen_name\":\"Vinvin\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":13264,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":922,\"profile_link_color\":\"088253\",\"followers_count\":18611,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"description\":\"Auteur, Producteur (StoryCircus) et Com\\u00e9dien. Co-anime Le Grand Webze avec Fran\\u00e7ois Rollin sur France 5. Ecrit beaucoup.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"7223522\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"name\":\"Vinvin\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 03 07:35:16 +0000 2007\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":7223522,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.legrandwebze.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190479788244992,\"created_at\":\"Fri Feb 24 23:40:02 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190615750815744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":238,\"screen_name\":\"FofoxFRA\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3463,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/270499037\\/2011-06-15_07-37-25_90.42.92.158.jpg\",\"location\":\"Annecy\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"0000cc\",\"followers_count\":190,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1306605849\\/A_Fox_in_Space_by_SilentReaper_normal.jpg\",\"description\":\"18 ans, lecteur assidu d'actualit\\u00e9, de SF et d'heroic-fantasy, Geek \\u00e0 plein temps, et j'exprime tout cela sur le seul et l'unique Otageek !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"115675045\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/270499037\\/2011-06-15_07-37-25_90.42.92.158.jpg\",\"profile_sidebar_fill_color\":\"999999\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1306605849\\/A_Fox_in_Space_by_SilentReaper_normal.jpg\",\"name\":\"Fofox\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 19 14:22:41 +0000 2010\",\"profile_sidebar_border_color\":\"bddcad\",\"id\":115675045,\"utc_offset\":3600,\"favourites_count\":27,\"url\":\"http:\\/\\/otageek.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190615750815744,\"created_at\":\"Fri Feb 24 23:40:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3675000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "80db0aa0-e688-4a71-aa9b-b19a5af0919d-173190615750815744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Gaspard Delanoe est très fort par contre :)", +"img": { +"src": "http://a2.twimg.com/profile_images/1696961418/avatar_normal.JPG" +}, +"title": "Audrey K: #lgw Gaspard Delanoe est très fort par contre :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3677000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Gaspard Delanoe est tr\\u00e8s fort par contre :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190625351569410\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"Audreymifasol\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":250,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Quelque part\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1696961418\\/avatar_normal.JPG\",\"description\":\"Prof contractuelle en biologie le lundi, \\u00e9tudiante en histoire, ma\\u00e7on, d\\u00e9coratrice, costumi\\u00e8re, peintre et bidouilleuse de tout l'autre moiti\\u00e9 du temps.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"413420872\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1696961418\\/avatar_normal.JPG\",\"name\":\"Audrey K\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 15 21:31:05 +0000 2011\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":413420872,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/bubulle-de-savon.over-blog.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190625351569410,\"created_at\":\"Fri Feb 24 23:40:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3677000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6ae8648a-7917-4833-bbc6-d3e6bcae24d6-173190625351569410" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@SeriousCharly Tu oublies le hashtag #Cqui #LGW #StadeDeFrance", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @SeriousCharly Tu oublies le hashtag #Cqui #LGW #StadeDeFrance", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3677000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@SeriousCharly Tu oublies le hashtag #Cqui #LGW #StadeDeFrance\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SeriousCharly\",\"indices\":[0,14],\"id_str\":\"149298036\",\"name\":\"Charly M.\",\"id\":149298036}],\"urls\":[],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[37,42]},{\"text\":\"LGW\",\"indices\":[43,47]},{\"text\":\"StadeDeFrance\",\"indices\":[48,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173190518119993344\",\"id_str\":\"173190627218042880\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173190518119993344,\"in_reply_to_user_id_str\":\"149298036\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34435,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"SeriousCharly\",\"truncated\":false,\"id\":173190627218042880,\"created_at\":\"Fri Feb 24 23:40:37 +0000 2012\",\"in_reply_to_user_id\":149298036}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3677000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dc46ab6c-22a3-405d-b0e5-cee0b9c72c1a-173190627218042880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jicmajane: Je suis une star je passe dans une bulle!!! #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: RT @jicmajane: Je suis une star je passe dans une bulle!!! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3677000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"RT @jicmajane: Je suis une star je passe dans une bulle!!! #lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jicmajane\",\"indices\":[3,13],\"name\":\"Jenni\",\"id_str\":\"39099498\",\"id\":39099498}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]},{\"text\":\"cqui\",\"indices\":[64,69]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Je suis une star je passe dans une bulle!!! #lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]},{\"text\":\"cqui\",\"indices\":[49,54]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190227094011904\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"jicmajane\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":112,\"location\":\"France\",\"profile_text_color\":\"3C3940\",\"description\":\"R\\u00e9dactrice VieDeGeek.fr et animatrice BarGaming\",\"statuses_count\":1816,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0099B9\",\"followers_count\":307,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1601437879\\/avatar_sonic_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"39099498\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jenni\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"created_at\":\"Sun May 10 19:46:10 +0000 2009\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":39099498,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.viedegeek.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1601437879\\/avatar_sonic_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173190227094011904,\"created_at\":\"Fri Feb 24 23:39:02 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190625561280513\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"favourites_count\":30,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":665,\"location\":\"DtC\",\"profile_text_color\":\"333333\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"statuses_count\":7365,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":208,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"monsieurhobby\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":78733185,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173190625561280513,\"created_at\":\"Fri Feb 24 23:40:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3677000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "82e0969e-3712-4975-8140-0be118204a79-173190625561280513" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Gaspard Delanoe FTW #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: Gaspard Delanoe FTW #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3678000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Gaspard Delanoe FTW #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190630950965248\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1093,\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"profile_text_color\":\"636363\",\"statuses_count\":21285,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_sidebar_fill_color\":\"141414\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"name\":\"Bakt El Raalis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18515564,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.pelecanus.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190630950965248,\"created_at\":\"Fri Feb 24 23:40:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3678000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a4ff9854-5a78-4ae1-84a0-06ac6c8bfd4c-173190630950965248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @fabricepierrot: Faut-il prendre des substances pour comprendre #lgw ;) ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @fabricepierrot: Faut-il prendre des substances pour comprendre #lgw ;) ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3679000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @fabricepierrot: Faut-il prendre des substances pour comprendre #lgw ;) ?\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"fabricepierrot\",\"indices\":[3,18],\"name\":\"fabrice pierrot\",\"id_str\":\"30635526\",\"id\":30635526}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Faut-il prendre des substances pour comprendre #lgw ;) ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189678097371137\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"1b0fff\",\"screen_name\":\"fabricepierrot\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1081,\"location\":\"Paris\",\"profile_text_color\":\"081a6b\",\"followers_count\":2945,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1775428318\\/Fabrice_normal.jpg\",\"description\":\"Journaliste, etc.\",\"statuses_count\":3479,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/106798137\\/IMG_0314.jpg\",\"show_all_inline_media\":false,\"listed_count\":128,\"profile_link_color\":\"ff0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"091f99\",\"protected\":false,\"id_str\":\"30635526\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"fabrice pierrot\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/106798137\\/IMG_0314.jpg\",\"created_at\":\"Sun Apr 12 11:06:29 +0000 2009\",\"profile_sidebar_fill_color\":\"c0d0fc\",\"id\":30635526,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775428318\\/Fabrice_normal.jpg\"},\"truncated\":false,\"id\":173189678097371137,\"created_at\":\"Fri Feb 24 23:36:51 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190632230236160\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":543,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"statuses_count\":637,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Royer Charles-Henri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":185396126,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\"},\"truncated\":false,\"id\":173190632230236160,\"created_at\":\"Fri Feb 24 23:40:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3679000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "67bfd948-1fbe-4c51-b920-b24acd4c4fed-173190632230236160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #ildegage #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: #ilpart #ildegage #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3679000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilpart #ildegage #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"ildegage\",\"indices\":[8,17]},{\"text\":\"lgw\",\"indices\":[18,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190634197356544\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"JulR\",\"lang\":\"en\",\"favourites_count\":17,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":820,\"location\":\"Paris \\/ Damas\",\"profile_text_color\":\"333333\",\"followers_count\":792,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"statuses_count\":13060,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":10572732,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.syrieonline.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\"},\"truncated\":false,\"id\":173190634197356544,\"created_at\":\"Fri Feb 24 23:40:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3679000, +"tags": [ +{ +"id-ref": "f09df550-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c4f51273-cc4e-4865-b2cb-7be216331ff2-173190634197356544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jcfrog: dsl :/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le télétravail est mon combat! :) #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1619111722/DSC05656_normal.jpg" +}, +"title": "William: RT @jcfrog: dsl :/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le télétravail est mon combat! :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3680000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @jcfrog: dsl :\\/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le t\\u00e9l\\u00e9travail est mon combat! :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[3,10],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]},{\"text\":\"lgw\",\"indices\":[133,137]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"dsl :\\/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le t\\u00e9l\\u00e9travail est mon combat! :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]},{\"text\":\"lgw\",\"indices\":[121,125]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190528375074817\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"jcfrog\",\"lang\":\"fr\",\"favourites_count\":448,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":340,\"location\":\"Damgan\",\"profile_text_color\":\"333333\",\"followers_count\":6887,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"description\":\"Pro: Ing\\u00e9nieur informaticien, Perso: super h\\u00e9ro du web (en formation)\",\"statuses_count\":27208,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"show_all_inline_media\":true,\"listed_count\":506,\"profile_link_color\":\"acc809\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"16888281\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"jcfrog\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"created_at\":\"Tue Oct 21 16:03:16 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":16888281,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.jcfrog.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\"},\"truncated\":false,\"id\":173190528375074817,\"created_at\":\"Fri Feb 24 23:40:14 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190638282616832\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Scofred_\",\"lang\":\"en\",\"favourites_count\":117,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":823,\"location\":\"France, Paris\",\"profile_text_color\":\"333333\",\"followers_count\":620,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"description\":\"160 caract\\u00e8res, c'est trop peu ! Ma bio - http:\\/\\/about.me\\/scofred\",\"statuses_count\":18665,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"131299967\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"William\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"created_at\":\"Fri Apr 09 21:48:10 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":131299967,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/scofred.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\"},\"truncated\":false,\"id\":173190638282616832,\"created_at\":\"Fri Feb 24 23:40:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3680000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a24933ae-7bff-4421-bbc4-0124c8f84e8d-173190638282616832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "I'm here ! #cqui RT @LudoDelaherche: On y est presque !!! La communauté #StadedeFrance déchire tout le #cqui au #lgw http://t.co/zxF8LrQy", +"img": { +"src": "http://a0.twimg.com/profile_images/1747820307/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg" +}, +"title": "Marius: I'm here ! #cqui RT @LudoDelaherche: On y est presque !!! La communauté #StadedeFrance déchire tout le #cqui au #lgw http://t.co/zxF8LrQy", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3681000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"I'm here ! #cqui RT @LudoDelaherche: On y est presque !!! La communaut\\u00e9 #StadedeFrance d\\u00e9chire tout le #cqui au #lgw http:\\/\\/t.co\\/zxF8LrQy\",\"entities\":{\"urls\":[{\"indices\":[117,137],\"display_url\":\"pic.twitter.com\\/zxF8LrQy\",\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173190228369088512\\/photo\\/1\",\"url\":\"http:\\/\\/t.co\\/zxF8LrQy\"}],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[20,35],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[11,16]},{\"text\":\"StadedeFrance\",\"indices\":[72,86]},{\"text\":\"cqui\",\"indices\":[103,108]},{\"text\":\"lgw\",\"indices\":[112,116]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190643978473472\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"tatamirugby\",\"lang\":\"fr\",\"favourites_count\":50,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":372,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":842,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"description\":\"Je parle de sport, supporter de rugby et du @RacingMetro92 , joueur au @RCGV92 , \\u00e9tudiant @HETIC en #H3 !\",\"statuses_count\":26636,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":68,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"27248204\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Marius\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Sat Mar 28 15:36:02 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":27248204,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.facebook.com\\/tatamirugby\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\"},\"truncated\":false,\"id\":173190643978473472,\"created_at\":\"Fri Feb 24 23:40:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3681000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8f2af81a-d6b4-4b51-a5c7-bcb0ab087a4f-173190643978473472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"img": { +"src": "http://a1.twimg.com/profile_images/1709833400/j_normal.JPG" +}, +"title": "Julie R جولي: RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3681000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[3,10],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]},{\"text\":\"ilpart\",\"indices\":[57,64]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"ilpart\",\"indices\":[45,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":2,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190479788244992\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"Vinvin\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":2216,\"location\":\"Paris, France\",\"profile_text_color\":\"634047\",\"followers_count\":18611,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"description\":\"Auteur, Producteur (StoryCircus) et Com\\u00e9dien. Co-anime Le Grand Webze avec Fran\\u00e7ois Rollin sur France 5. Ecrit beaucoup.\",\"statuses_count\":13264,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":922,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"7223522\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Vinvin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"created_at\":\"Tue Jul 03 07:35:16 +0000 2007\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":7223522,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\"},\"truncated\":false,\"id\":173190479788244992,\"created_at\":\"Fri Feb 24 23:40:02 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":2,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190641260560384\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"JulR\",\"lang\":\"en\",\"favourites_count\":17,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":820,\"location\":\"Paris \\/ Damas\",\"profile_text_color\":\"333333\",\"followers_count\":792,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\",\"description\":\"Parigote de coeur, syrienne d'adoption. L'inverse marche aussi. Journaliste vadrouilleuse \\/\\/ Don't diet - Start a riot\",\"statuses_count\":13061,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"93A644\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"10572732\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Julie R \\u062c\\u0648\\u0644\\u064a\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"created_at\":\"Sun Nov 25 22:37:26 +0000 2007\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":10572732,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.syrieonline.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1709833400\\/j_normal.JPG\"},\"truncated\":false,\"id\":173190641260560384,\"created_at\":\"Fri Feb 24 23:40:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3681000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c9316587-1d71-4abb-a79c-f26366226fb1-173190641260560384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "3 300ème tweet \\o/ Et ça grâce au #lgw et à tous mes #cQui ;)", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: 3 300ème tweet \\o/ Et ça grâce au #lgw et à tous mes #cQui ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3682000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"3 300\\u00e8me tweet \\\\o\\/\\u00a0Et \\u00e7a gr\\u00e2ce au #lgw et \\u00e0 tous mes #cQui ;)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]},{\"text\":\"cQui\",\"indices\":[53,58]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190644536324096\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3246,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173190644536324096,\"created_at\":\"Fri Feb 24 23:40:42 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3682000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8fa8adea-6206-46eb-ac49-9b57261f73bf-173190644536324096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste ! #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1676302062/Sans_titre_1_normal.jpg" +}, +"title": "ZS: #ilReste ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3682000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilReste ! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"LGW\",\"indices\":[11,15]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190647761743874\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Alboss_ZS\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":136,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\",\"description\":\"Passionn\\u00e9 de m\\u00e9dias, politique, actualit\\u00e9. Je tweete sur tout ce qui bouge, \\u00e0 peu pr\\u00e8s. En campagne pour #NS2012. Mais j'ai des followers #FDG et j'le vis bien.\",\"statuses_count\":3832,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"429480778\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"ZS\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Dec 06 01:09:27 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":429480778,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\"},\"truncated\":false,\"id\":173190647761743874,\"created_at\":\"Fri Feb 24 23:40:42 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3682000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fe23884e-67a5-4f31-84d5-d0d2fdec3254-173190647761743874" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Découvre #lgw, et c'est pas trop mal. #France5", +"img": { +"src": "http://a0.twimg.com/profile_images/632814107/twitterProfilePhoto_normal.jpg" +}, +"title": "oliv06: Découvre #lgw, et c'est pas trop mal. #France5", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3683000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"D\\u00e9couvre #lgw, et c'est pas trop mal. #France5\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]},{\"text\":\"France5\",\"indices\":[38,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.apparentsoft.com\\/socialite\\\" rel=\\\"nofollow\\\"\\u003ESocialite.app\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190652417421313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":144,\"screen_name\":\"oliv06\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4170,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Cannes\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"93A644\",\"followers_count\":184,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/632814107\\/twitterProfilePhoto_normal.jpg\",\"description\":\"Graphiste, webmaster, formateur et passionn\\u00e9 de Photo. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"19938455\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/632814107\\/twitterProfilePhoto_normal.jpg\",\"name\":\"oliv06\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 02 22:35:08 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":19938455,\"utc_offset\":3600,\"favourites_count\":19,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190652417421313,\"created_at\":\"Fri Feb 24 23:40:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3683000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cd7cee03-afa0-49d7-866c-7a376b7d5385-173190652417421313" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En fait, #lgw c'est bien pour les intervenants et les petites animations. Stop le blabla, les vidéos et ce décor canard WC.", +"img": { +"src": "http://a3.twimg.com/profile_images/1710549946/sexygarette3_normal.jpg" +}, +"title": "CG.: En fait, #lgw c'est bien pour les intervenants et les petites animations. Stop le blabla, les vidéos et ce décor canard WC.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3683000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"En fait, #lgw c'est bien pour les intervenants et les petites animations. Stop le blabla, les vid\\u00e9os et ce d\\u00e9cor canard WC.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190650899083265\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"au4emeTop\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":445,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/391998495\\/tile_grey.png\",\"location\":\"un Bordal, des Bordeaux.\",\"show_all_inline_media\":false,\"listed_count\":56,\"profile_link_color\":\"4482ff\",\"followers_count\":614,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1710549946\\/sexygarette3_normal.jpg\",\"description\":\"Tous ceux qui m'ont vue danser sont morts.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ebebeb\",\"id_str\":\"376424337\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391998495\\/tile_grey.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1710549946\\/sexygarette3_normal.jpg\",\"name\":\"CG.\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 19 21:25:15 +0000 2011\",\"profile_sidebar_border_color\":\"ff3636\",\"id\":376424337,\"utc_offset\":-10800,\"favourites_count\":85,\"url\":\"http:\\/\\/tatagoudoudalida.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190650899083265,\"created_at\":\"Fri Feb 24 23:40:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3683000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6a418597-1098-483e-ae35-d496850646f2-173190650899083265" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton comme les francs contre des euros #lgw @LeGrandWebze", +"img": { +"src": "http://a0.twimg.com/profile_images/1752605252/slashunderscore_normal.PNG" +}, +"title": "Gilles Defromerie: #change2ton comme les francs contre des euros #lgw @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3684000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton comme les francs contre des euros #lgw @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[51,64],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190655110168576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":59,\"screen_name\":\"geldif\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":225,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Devant un \\u00e9cran num\\u00e9rique\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"description\":\"Debugger, Ajusteur d'Octets niveau Certification Binaire, Digital Engineer\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"394186996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"name\":\"Gilles Defromerie\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 19 18:07:56 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":394186996,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190655110168576,\"created_at\":\"Fri Feb 24 23:40:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3684000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9ca10f39-a31f-4238-859c-c2f53f244fa9-173190655110168576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"img": { +"src": "http://a1.twimg.com/profile_images/1611405142/IMGP01444_normal.jpg" +}, +"title": "Heidi: RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3684000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[3,10],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]},{\"text\":\"ilpart\",\"indices\":[57,64]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"ilpart\",\"indices\":[45,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":3,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190479788244992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2216,\"screen_name\":\"Vinvin\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":13264,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":922,\"profile_link_color\":\"088253\",\"followers_count\":18611,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"description\":\"Auteur, Producteur (StoryCircus) et Com\\u00e9dien. Co-anime Le Grand Webze avec Fran\\u00e7ois Rollin sur France 5. Ecrit beaucoup.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"7223522\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"name\":\"Vinvin\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 03 07:35:16 +0000 2007\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":7223522,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.legrandwebze.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190479788244992,\"created_at\":\"Fri Feb 24 23:40:02 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":3,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190656351670272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":130,\"screen_name\":\"am_peggo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":976,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/265907779\\/Big_brother_is_watching_YOU.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":224,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1611405142\\/IMGP01444_normal.jpg\",\"description\":\"\\u00c9tudiante \\u00e0 l'aff\\u00fbt. Entre Lyon et Yaute. B\\/L.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"303354091\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/265907779\\/Big_brother_is_watching_YOU.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1611405142\\/IMGP01444_normal.jpg\",\"name\":\"Heidi\",\"default_profile_image\":false,\"created_at\":\"Sun May 22 18:35:02 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":303354091,\"utc_offset\":3600,\"favourites_count\":77,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190656351670272,\"created_at\":\"Fri Feb 24 23:40:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3684000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ab9d9345-a338-41e0-b054-718efdcd4182-173190656351670272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "la seule minute intéressante de #lgw : le passage contre ACTA. Bref mais clair. Manifestez!", +"img": { +"src": "http://a0.twimg.com/profile_images/1850830186/densetsu3_normal.jpg" +}, +"title": "Johnny Dupuis: la seule minute intéressante de #lgw : le passage contre ACTA. Bref mais clair. Manifestez!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3685000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"la seule minute int\\u00e9ressante de #lgw : le passage contre ACTA. Bref mais clair. Manifestez!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190657920335872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":131,\"screen_name\":\"ElJojoGringo\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":908,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Europe, France, Lyon\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"2FC2EF\",\"followers_count\":88,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850830186\\/densetsu3_normal.jpg\",\"description\":\"Titulaire d'un DUT SRC et d'une Licence pro Colibre.\\r\\nAmateur de cr\\u00e9ations graphiques et web.\\r\\nActuellement en recherche d'emploi.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"214908787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850830186\\/densetsu3_normal.jpg\",\"name\":\"Johnny Dupuis\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 12 14:42:54 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":214908787,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190657920335872,\"created_at\":\"Fri Feb 24 23:40:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3685000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9a2f00ea-3de8-4f7d-89ab-67604f53d477-173190657920335872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'adore Gaspard Delanoë. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1648905085/lolymous_2_normal.jpg" +}, +"title": "Solferishow: J'adore Gaspard Delanoë. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3686000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'adore Gaspard Delano\\u00eb. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190663293247488\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1144,\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13623,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"name\":\"Solferishow\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":232221031,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/www.solferishow.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190663293247488,\"created_at\":\"Fri Feb 24 23:40:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3686000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aa254366-7117-49a9-b455-93db902562e4-173190663293247488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Manger des carottes rapées à 0h40 devant #lgw. 5 fruits et légumes par jour.", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: Manger des carottes rapées à 0h40 devant #lgw. 5 fruits et légumes par jour.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3687000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Manger des carottes rap\\u00e9es \\u00e0 0h40 devant #lgw. 5 fruits et l\\u00e9gumes par jour.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190665646252033\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":104,\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"profile_text_color\":\"CEC79B\",\"statuses_count\":35533,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"location\":\"Au pied d'un arc-en-ciel.\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"profile_sidebar_fill_color\":\"46284E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"name\":\"Sylvain Sanders\",\"default_profile_image\":false,\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_border_color\":\"20183F\",\"id\":37389744,\"utc_offset\":3600,\"favourites_count\":62,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190665646252033,\"created_at\":\"Fri Feb 24 23:40:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3687000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1a3ae0b6-215b-48a3-97b0-0381ea7e8b41-173190665646252033" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@ArthurDelacorta c est quoi #lgw ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1848046004/ProfilePhoto_normal.png" +}, +"title": "Chloé accord: @ArthurDelacorta c est quoi #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3687000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@ArthurDelacorta c est quoi #lgw ?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"ArthurDelacorta\",\"indices\":[0,16],\"id_str\":\"21702648\",\"name\":\"Arthur Delacorta\",\"id\":21702648}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.osfoora.com\\\" rel=\\\"nofollow\\\"\\u003EOsfoora for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173188775382491136\",\"id_str\":\"173190669165268992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173188775382491136,\"in_reply_to_user_id_str\":\"21702648\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":19,\"screen_name\":\"CAccord\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":10,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848046004\\/ProfilePhoto_normal.png\",\"description\":\"Jf parisienne 1m56 42kg taille 34\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"500696441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848046004\\/ProfilePhoto_normal.png\",\"name\":\"Chlo\\u00e9 accord\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 23 11:26:41 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":500696441,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"ArthurDelacorta\",\"truncated\":false,\"id\":173190669165268992,\"created_at\":\"Fri Feb 24 23:40:47 +0000 2012\",\"in_reply_to_user_id\":21702648}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3687000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b7b5767b-07cd-4e91-8ab0-ae4827ca95e3-173190669165268992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Vinvin ça sera répété, amplifié, déformé ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: @Vinvin ça sera répété, amplifié, déformé ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3689000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Vinvin\",\"favorited\":false,\"text\":\"@Vinvin \\u00e7a sera r\\u00e9p\\u00e9t\\u00e9, amplifi\\u00e9, d\\u00e9form\\u00e9 ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"in_reply_to_user_id\":7223522,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173190479788244992,\"in_reply_to_status_id_str\":\"173190479788244992\",\"id_str\":\"173190674877906945\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"favourites_count\":19,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":253,\"location\":\"Internet\",\"profile_text_color\":\"333333\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"statuses_count\":10392,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fran\\u00e7ois Revol\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":102075787,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/revolf.free.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\"},\"truncated\":false,\"id\":173190674877906945,\"created_at\":\"Fri Feb 24 23:40:49 +0000 2012\",\"in_reply_to_user_id_str\":\"7223522\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3689000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c747e952-2e70-48ed-84a6-8bcdd27162fa-173190674877906945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @SeriousCharly: J'ai l'impression de regarder une YTP en direct. #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1819801052/12407071928760-2_normal.jpg" +}, +"title": "Schadenfreude: RT @SeriousCharly: J'ai l'impression de regarder une YTP en direct. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3690000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @SeriousCharly: J'ai l'impression de regarder une YTP en direct. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"SeriousCharly\",\"indices\":[3,17],\"id_str\":\"149298036\",\"name\":\"Charly M.\",\"id\":149298036}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[68,72]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai l'impression de regarder une YTP en direct. #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190518119993344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":199,\"screen_name\":\"SeriousCharly\",\"lang\":\"en\",\"profile_text_color\":\"050303\",\"statuses_count\":59230,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":147,\"profile_link_color\":\"2c30ab\",\"followers_count\":1945,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"description\":\"Ours parisien de 20 ans, \\u00e9tudiant en \\u00e9cole de commerce \\u00e0 Nantes et lyonnais de coeur. Je r\\u00e2le contre tout et je tweete foot.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c2bec2\",\"id_str\":\"149298036\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"profile_sidebar_fill_color\":\"dcdded\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"name\":\"Charly M.\",\"default_profile_image\":false,\"created_at\":\"Fri May 28 23:10:49 +0000 2010\",\"profile_sidebar_border_color\":\"5e69ab\",\"id\":149298036,\"utc_offset\":3600,\"favourites_count\":653,\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/CharIy\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190518119993344,\"created_at\":\"Fri Feb 24 23:40:11 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190681483943936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":165,\"screen_name\":\"unefillegeniale\",\"lang\":\"fr\",\"profile_text_color\":\"76bbcc\",\"statuses_count\":3813,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/274802098\\/grim_fandango_by_domigorgon-d31w0ct.jpg\",\"location\":\"Clermont-Ferrand\",\"show_all_inline_media\":false,\"listed_count\":20,\"profile_link_color\":\"548b9c\",\"followers_count\":334,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1819801052\\/12407071928760-2_normal.jpg\",\"description\":\"Je fais et aime plein de trucs chouettes dans la vie, et j'aime bien m'en vanter autour d'un jus de raisin. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"264798942\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/274802098\\/grim_fandango_by_domigorgon-d31w0ct.jpg\",\"profile_sidebar_fill_color\":\"24374f\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819801052\\/12407071928760-2_normal.jpg\",\"name\":\"Schadenfreude\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 12 13:43:02 +0000 2011\",\"profile_sidebar_border_color\":\"5473b0\",\"id\":264798942,\"utc_offset\":3600,\"favourites_count\":61,\"url\":\"http:\\/\\/agnesanthem.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190681483943936,\"created_at\":\"Fri Feb 24 23:40:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3690000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b53a874a-a3f1-4375-ab54-185132058871-173190681483943936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Vinvin Tiens, on a démasqué le troll qui a interrompu l'émission ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: @Vinvin Tiens, on a démasqué le troll qui a interrompu l'émission ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3691000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Vinvin Tiens, on a d\\u00e9masqu\\u00e9 le troll qui a interrompu l'\\u00e9mission ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173190479788244992\",\"id_str\":\"173190685481123840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173190479788244992,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":771,\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4353,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France - Moselle\",\"show_all_inline_media\":true,\"listed_count\":12,\"profile_link_color\":\"D02B55\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"name\":\"R\\u00e9my D.\",\"default_profile_image\":false,\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":48825435,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173190685481123840,\"created_at\":\"Fri Feb 24 23:40:51 +0000 2012\",\"in_reply_to_user_id\":7223522}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3691000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5bae2504-91d5-47a7-8f7d-67996a2405af-173190685481123840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw n'a de neuf que le concept et de drôle qu'une chemise.", +"img": { +"src": "http://a0.twimg.com/profile_images/1797352936/CH6j1942_normal" +}, +"title": "Jean Emile: #lgw n'a de neuf que le concept et de drôle qu'une chemise.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3691000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw n'a de neuf que le concept et de dr\\u00f4le qu'une chemise.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190682268270593\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"b3822e\",\"screen_name\":\"JeanEmilelevrai\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":219,\"location\":\"Paris\",\"profile_text_color\":\"7a5d0d\",\"followers_count\":67,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1797352936\\/CH6j1942_normal\",\"description\":\"\\/\\/ YOUNG ART DIRECTOR & COPYWRITER \\/\\/ DIGITAL NATIVE \\/\\/ stagiaire.\",\"statuses_count\":728,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/409670677\\/1_building.gif\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"7a5d2a\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"324551156\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Jean Emile\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/409670677\\/1_building.gif\",\"created_at\":\"Sun Jun 26 20:38:03 +0000 2011\",\"profile_sidebar_fill_color\":\"d9c196\",\"id\":324551156,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/corentinvallet.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1797352936\\/CH6j1942_normal\"},\"truncated\":false,\"id\":173190682268270593,\"created_at\":\"Fri Feb 24 23:40:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3691000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f842dc3-056c-4de3-ae02-663527165fdd-173190682268270593" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Donc en gros on sait que ACTA c'est pas bien parce que... c'est pas bien... Un peut court quand même... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1834243408/epicure_normal.jpg" +}, +"title": "FG: Donc en gros on sait que ACTA c'est pas bien parce que... c'est pas bien... Un peut court quand même... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3691000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Donc en gros on sait que ACTA c'est pas bien parce que... c'est pas bien... Un peut court quand m\\u00eame... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[104,108]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190684763881472\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"FG_Cthulhu\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":183,\"location\":\"D\\u00e9localisation fr\\u00e9quente\",\"profile_text_color\":\"333333\",\"followers_count\":176,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1834243408\\/epicure_normal.jpg\",\"description\":\"H\\u00e9doniste passionn\\u00e9 de la vie, \\u00e9tudiant en philosophie et sociologie et curieux de tout le reste. Blog \\u00e0 venir.\",\"statuses_count\":4391,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/165243127\\/105vbyo.jpg\",\"show_all_inline_media\":false,\"listed_count\":15,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"129479601\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"FG\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/165243127\\/105vbyo.jpg\",\"created_at\":\"Sun Apr 04 12:23:05 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":129479601,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1834243408\\/epicure_normal.jpg\"},\"truncated\":false,\"id\":173190684763881472,\"created_at\":\"Fri Feb 24 23:40:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3691000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cd925e05-56b1-41a1-9eed-26eccd980ece-173190684763881472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il fait du bien ce moment... @gasparddelanoe #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/37455262/titou_150_normal.jpg" +}, +"title": "Pierre Titou LANNES: Il fait du bien ce moment... @gasparddelanoe #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3691000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il fait du bien ce moment... @gasparddelanoe #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"GaspardDelanoe\",\"indices\":[29,44],\"name\":\"Gaspard Delanoe\",\"id_str\":\"282651653\",\"id\":282651653}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2306588,48.8869026],[2.2841562,48.8869026],[2.2841562,48.9082685],[2.2306588,48.9082685]]]},\"attributes\":{},\"full_name\":\"Courbevoie, Hauts-de-Seine\",\"name\":\"Courbevoie\",\"id\":\"30b5d37dd5aae12a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/30b5d37dd5aae12a.json\"},\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190684638052352\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D9B17E\",\"screen_name\":\"titounet\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":268,\"location\":\"IDF, Gers 32, Landes 40, PO 66\",\"profile_text_color\":\"333333\",\"followers_count\":449,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/37455262\\/titou_150_normal.jpg\",\"description\":\"Ergonome facteurs humains et organisationnels, #ergonomie des interfaces hommes-machines #UX. Gascon, Pyr\\u00e9n\\u00e9es, gastronomie, festayre, rugby, surf\",\"statuses_count\":5080,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/421488521\\/2005-09_La_Reunion_014.jpg\",\"show_all_inline_media\":true,\"listed_count\":35,\"profile_link_color\":\"9D582E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"protected\":false,\"id_str\":\"10461152\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Pierre Titou LANNES\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421488521\\/2005-09_La_Reunion_014.jpg\",\"created_at\":\"Thu Nov 22 06:18:31 +0000 2007\",\"profile_sidebar_fill_color\":\"fcf1c7\",\"id\":10461152,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/titou.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/37455262\\/titou_150_normal.jpg\"},\"truncated\":false,\"id\":173190684638052352,\"created_at\":\"Fri Feb 24 23:40:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3691000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9fa22110-6c3f-41a1-8e2b-beccc15a6eda-173190684638052352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @embruns: Foutage de gueule RT @France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" +}, +"title": "Thaumaturge: RT @embruns: Foutage de gueule RT @France5tv: Bientôt 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3695000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @embruns: Foutage de gueule RT @France5tv: Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"embruns\",\"indices\":[3,11],\"id_str\":\"6241412\",\"name\":\"Laurent Gloaguen\",\"id\":6241412},{\"screen_name\":\"France5tv\",\"indices\":[34,44],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[107,110]},{\"text\":\"lgw\",\"indices\":[114,118]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Foutage de gueule RT @France5tv: Bient\\u00f4t 3000 tweets pour le grand Webze et un belle place en #TT :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[21,31],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"TT\",\"indices\":[94,97]},{\"text\":\"lgw\",\"indices\":[101,105]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173187967416938496\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":563,\"screen_name\":\"embruns\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":21944,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Montr\\u00e9al, Qc, Canada\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"followers_count\":4827,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"8c887c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"name\":\"Laurent Gloaguen\",\"default_profile_image\":false,\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_border_color\":\"7a7768\",\"id\":6241412,\"utc_offset\":-18000,\"favourites_count\":29,\"url\":\"http:\\/\\/embruns.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173187967416938496,\"created_at\":\"Fri Feb 24 23:30:03 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190699062280192\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"FouThaumaturge\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":0,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502251396\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"name\":\"Thaumaturge\",\"default_profile_image\":true,\"created_at\":\"Fri Feb 24 23:37:04 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502251396,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190699062280192,\"created_at\":\"Fri Feb 24 23:40:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3695000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efdd4bfc-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "56e324cf-80ec-419a-92f9-cbc93a6be83c-173190699062280192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@pocarles je capte que dalle a #lgw :-)", +"img": { +"src": "http://a0.twimg.com/profile_images/1844133961/8x3UkTtw_normal" +}, +"title": "Laurent Aubaret: @pocarles je capte que dalle a #lgw :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3695000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"pocarles\",\"favorited\":false,\"text\":\"@pocarles je capte que dalle a #lgw :-)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"pocarles\",\"indices\":[0,9],\"name\":\"PierreOlivier Carles\",\"id_str\":\"23074316\",\"id\":23074316}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":23074316,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173190140943007745,\"in_reply_to_status_id_str\":\"173190140943007745\",\"id_str\":\"173190700005990400\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"lolofildelo\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":564,\"location\":\"Valence d'Agen\",\"profile_text_color\":\"3C3940\",\"followers_count\":165,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844133961\\/8x3UkTtw_normal\",\"description\":\"Rugby, Politique, Croix Rouge et ferias voila ce que j'aime le plus, et avec l'accent svp sud ouest oblige, ici c'est du 2nd degr\\u00e9s\",\"statuses_count\":2942,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431542214\\/flickr-10-nov-2006.jpg\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"6a19e3\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"342786952\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Laurent Aubaret\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431542214\\/flickr-10-nov-2006.jpg\",\"created_at\":\"Tue Jul 26 15:44:40 +0000 2011\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":342786952,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844133961\\/8x3UkTtw_normal\"},\"truncated\":false,\"id\":173190700005990400,\"created_at\":\"Fri Feb 24 23:40:55 +0000 2012\",\"in_reply_to_user_id_str\":\"23074316\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3695000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "48a8fa50-7597-4dcc-aca8-3110e4152dc7-173190700005990400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @frinnock: il les rachète a @jcfrog ...// “@plumesdanges: J'aimerais savoir où @Vinvin achète ses chemises #lgw”", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: RT @frinnock: il les rachète a @jcfrog ...// “@plumesdanges: J'aimerais savoir où @Vinvin achète ses chemises #lgw”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3695000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @frinnock: il les rach\\u00e8te a @jcfrog ...\\/\\/ \\u201c@plumesdanges: J'aimerais savoir o\\u00f9 @Vinvin ach\\u00e8te ses chemises #lgw\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"frinnock\",\"indices\":[3,12],\"id_str\":\"40014489\",\"name\":\"FrinnockBoChar\",\"id\":40014489},{\"screen_name\":\"jcfrog\",\"indices\":[31,38],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281},{\"screen_name\":\"plumesdanges\",\"indices\":[46,59],\"id_str\":\"27325670\",\"name\":\"plumesdanges\",\"id\":27325670},{\"screen_name\":\"Vinvin\",\"indices\":[82,89],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[110,114]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190700622548993\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39033,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":590,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190700622548993,\"created_at\":\"Fri Feb 24 23:40:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3695000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bd9071a8-2092-4e34-8eb7-35e00803872c-173190700622548993" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon en fait si j'ai regardé #lgw c'est parce que j'ai vu vos tweets mais j'adhère pas, je comprend pas et je rigole pas.", +"img": { +"src": "http://a0.twimg.com/profile_images/1850932802/Jon_Snow_normal.png" +}, +"title": "Pauline ϟ: Bon en fait si j'ai regardé #lgw c'est parce que j'ai vu vos tweets mais j'adhère pas, je comprend pas et je rigole pas.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3701000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon en fait si j'ai regard\\u00e9 #lgw c'est parce que j'ai vu vos tweets mais j'adh\\u00e8re pas, je comprend pas et je rigole pas.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190725826121728\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"C_Pauliine\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8196,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/406158603\\/Sophia-Bush-Photoshoot-2011-sophia-bush-27585490-398-582.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":189,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850932802\\/Jon_Snow_normal.png\",\"description\":\"Pauline 21 ans. Grande fan de s\\u00e9ries TV. Music is Life. BlaBlaBla. Emma Watson. Sophia Bush. Love is Louder \\u2665.\\r\\n\\r\\nAlways \\u2665 \\u03df \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"265547956\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/406158603\\/Sophia-Bush-Photoshoot-2011-sophia-bush-27585490-398-582.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850932802\\/Jon_Snow_normal.png\",\"name\":\"Pauline \\u03df\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 13 18:56:00 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":265547956,\"utc_offset\":-10800,\"favourites_count\":21,\"url\":\"http:\\/\\/hedwigetheme.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190725826121728,\"created_at\":\"Fri Feb 24 23:41:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3701000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e22df38e-289a-43b0-8947-c29f1c42b74b-173190725826121728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Manque 2Hastags et tous ceux de #lgw sont en tendance...", +"img": { +"src": "http://a2.twimg.com/profile_images/1806734535/228225_1895239432200_1578013922_1832486_7123468_n_normal.jpg" +}, +"title": "Quentin: Manque 2Hastags et tous ceux de #lgw sont en tendance...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3704000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Manque 2Hastags et tous ceux de #lgw sont en tendance...\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190739931561984\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"Prototeep\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":65,\"location\":\"France - Europe - Terre \",\"profile_text_color\":\"333333\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1806734535\\/228225_1895239432200_1578013922_1832486_7123468_n_normal.jpg\",\"description\":\"La vie c'est dingue, la vie c'est fou.\\r\\nRedouanne Harjane \\r\\n\\r\\n#FollowBack\\r\\n\",\"statuses_count\":2224,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"235628181\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Quentin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Sat Jan 08 17:55:03 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":235628181,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1806734535\\/228225_1895239432200_1578013922_1832486_7123468_n_normal.jpg\"},\"truncated\":false,\"id\":173190739931561984,\"created_at\":\"Fri Feb 24 23:41:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3704000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9dcb0c6a-bce9-42b4-a75e-d143d6a24189-173190739931561984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Gaspard Delanoë a un ministre de l'ouverture des portes. #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1658546588/solidarnosc_normal.jpg" +}, +"title": "Miguel Teixeira: #lgw Gaspard Delanoë a un ministre de l'ouverture des portes. #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3704000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Gaspard Delano\\u00eb a un ministre de l'ouverture des portes. #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[62,70]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190740149682176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":258,\"screen_name\":\"migteix\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2720,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Orleans\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":268,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"description\":\"blogueur orl\\u00e9anais, parle surtout d'actu locale et sort 2\\/3 blagues de temps en temps...\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"3543511\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"name\":\"Miguel Teixeira\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 05 18:00:09 +0000 2007\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":3543511,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.coteboulevard.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190740149682176,\"created_at\":\"Fri Feb 24 23:41:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3704000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f21d7fff-81b7-4a78-b55c-bdaa62cec30e-173190740149682176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Chut ! @Remi_Chouchou: Il veux pécho. RT @GabytaineFlam Les gens qui écrivent à #lgw juste pour voir leur gueule à la télé. Les @elTouristio", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: Chut ! @Remi_Chouchou: Il veux pécho. RT @GabytaineFlam Les gens qui écrivent à #lgw juste pour voir leur gueule à la télé. Les @elTouristio", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3704000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Chut ! @Remi_Chouchou: Il veux p\\u00e9cho. RT @GabytaineFlam Les gens qui \\u00e9crivent \\u00e0 #lgw juste pour voir leur gueule \\u00e0 la t\\u00e9l\\u00e9. Les @elTouristio\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Remi_Chouchou\",\"indices\":[7,21],\"name\":\"\\u262e \\u2608\\u2211mi.S \\u270c\",\"id_str\":\"95305243\",\"id\":95305243},{\"screen_name\":\"GabytaineFlam\",\"indices\":[41,55],\"name\":\"R\\u00e9mi\",\"id_str\":\"161146189\",\"id\":161146189},{\"screen_name\":\"elTouristio\",\"indices\":[128,140],\"name\":\"Sylvain Sanders\",\"id_str\":\"37389744\",\"id\":37389744}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[80,84]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190738736193539\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"20183F\",\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"favourites_count\":62,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":104,\"location\":\"Au pied d'un arc-en-ciel.\",\"profile_text_color\":\"CEC79B\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"statuses_count\":35534,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"protected\":false,\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Sylvain Sanders\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_fill_color\":\"46284E\",\"id\":37389744,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\"},\"truncated\":false,\"id\":173190738736193539,\"created_at\":\"Fri Feb 24 23:41:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3704000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "035bf661-8144-4cf0-9ccc-bc52db997e54-173190738736193539" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Merci @kheops mais la manif c'est aujourd'hui, pas demain, on est le 25 février. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1801999608/Avatar_MC_normal.jpg" +}, +"title": "Maxime Saint Michel: Merci @kheops mais la manif c'est aujourd'hui, pas demain, on est le 25 février. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3704000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Merci @kheops mais la manif c'est aujourd'hui, pas demain, on est le 25 f\\u00e9vrier. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Kheops\",\"indices\":[6,13],\"id_str\":\"9473162\",\"name\":\"Kheops\",\"id\":9473162}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[81,85]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190738102845440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":147,\"screen_name\":\"Emmessem\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":338,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"followers_count\":43,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1801999608\\/Avatar_MC_normal.jpg\",\"description\":\"Jeune sc\\u00e9nariste en herbe, co-fondateur de BAW Comics, cr\\u00e9ateur de Drak B\\u00e9ryl.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"ACDED6\",\"id_str\":\"313473947\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801999608\\/Avatar_MC_normal.jpg\",\"name\":\"Maxime Saint Michel\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 08 18:20:39 +0000 2011\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":313473947,\"utc_offset\":null,\"favourites_count\":11,\"url\":\"http:\\/\\/emmessemfic.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190738102845440,\"created_at\":\"Fri Feb 24 23:41:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3704000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3f054908-70da-4130-8fff-8399af0ed1b1-173190738102845440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bientôt le buzz du #pascalpapéisme dans #lgw? #cqui de qui qu'on cause?", +"img": { +"src": "http://a1.twimg.com/profile_images/1838968067/teamSFRCT_normal" +}, +"title": "Ovale de Grâce: Bientôt le buzz du #pascalpapéisme dans #lgw? #cqui de qui qu'on cause?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3704000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bient\\u00f4t le buzz du #pascalpap\\u00e9isme dans #lgw? #cqui de qui qu'on cause?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"pascalpap\\u00e9isme\",\"indices\":[19,34]},{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"cqui\",\"indices\":[46,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190739415670784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":504,\"screen_name\":\"MathildePousseo\",\"lang\":\"en\",\"profile_text_color\":\"3D1957\",\"statuses_count\":8403,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/44338571\\/grpechampion2007-1280.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":37,\"profile_link_color\":\"FF0000\",\"followers_count\":933,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1838968067\\/teamSFRCT_normal\",\"description\":\"Du rugby, de la politique, du ruck n'roll. Le tout au 4e degr\\u00e9!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"id_str\":\"81447410\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/44338571\\/grpechampion2007-1280.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838968067\\/teamSFRCT_normal\",\"name\":\"Ovale de Gr\\u00e2ce\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 10 21:39:27 +0000 2009\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":81447410,\"utc_offset\":-10800,\"favourites_count\":18,\"url\":\"http:\\/\\/www.boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190739415670784,\"created_at\":\"Fri Feb 24 23:41:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3704000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0a0db4e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c9da6a24-c5e3-461b-8943-c05c1261014d-173190739415670784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jcfrog: dsl :/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le télétravail est mon combat! :) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1105895956/PG_paul1_normal.jpg" +}, +"title": "Rémy D.: RT @jcfrog: dsl :/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le télétravail est mon combat! :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3705000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @jcfrog: dsl :\\/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le t\\u00e9l\\u00e9travail est mon combat! :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[3,10],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]},{\"text\":\"lgw\",\"indices\":[133,137]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"dsl :\\/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le t\\u00e9l\\u00e9travail est mon combat! :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]},{\"text\":\"lgw\",\"indices\":[121,125]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190528375074817\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"jcfrog\",\"lang\":\"fr\",\"favourites_count\":448,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":340,\"location\":\"Damgan\",\"profile_text_color\":\"333333\",\"followers_count\":6887,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"description\":\"Pro: Ing\\u00e9nieur informaticien, Perso: super h\\u00e9ro du web (en formation)\",\"statuses_count\":27208,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"show_all_inline_media\":true,\"listed_count\":506,\"profile_link_color\":\"acc809\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"16888281\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"jcfrog\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"created_at\":\"Tue Oct 21 16:03:16 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":16888281,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.jcfrog.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\"},\"truncated\":false,\"id\":173190528375074817,\"created_at\":\"Fri Feb 24 23:40:14 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190740824961024\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"RdNetwork\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":771,\"location\":\"France - Moselle\",\"profile_text_color\":\"3E4415\",\"followers_count\":248,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\",\"description\":\"A random soccer-music-games-web-french twitter Account. (Yes, that's a lot.)\",\"statuses_count\":4354,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":12,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"48825435\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"R\\u00e9my D.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Fri Jun 19 20:55:21 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":48825435,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1105895956\\/PG_paul1_normal.jpg\"},\"truncated\":false,\"id\":173190740824961024,\"created_at\":\"Fri Feb 24 23:41:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3705000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4540bfe3-ea7b-43bb-bc31-8c3249278509-173190740824961024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je découvre à l'instant le grand webze. Toutes mes ficelles de caleçon professeur Rolin. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1710265223/57974_468268044609_115745609609_6575641_7158617_n_normal.jpg" +}, +"title": "L'Humour de Droite: Je découvre à l'instant le grand webze. Toutes mes ficelles de caleçon professeur Rolin. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3705000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je d\\u00e9couvre \\u00e0 l'instant le grand webze. Toutes mes ficelles de cale\\u00e7on professeur Rolin. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[89,93]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190743119241216\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"humourdedroite\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":17066,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/366275601\\/bghdd-twitter.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1448,\"profile_link_color\":\"009999\",\"followers_count\":91271,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1710265223\\/57974_468268044609_115745609609_6575641_7158617_n_normal.jpg\",\"description\":\"En France soit t'as peur des arabes soit t'as peur de Marine Le Pen. Si t'as peur des deux tu as une carte UMP.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"52331565\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366275601\\/bghdd-twitter.png\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1710265223\\/57974_468268044609_115745609609_6575641_7158617_n_normal.jpg\",\"name\":\"L'Humour de Droite\",\"default_profile_image\":false,\"created_at\":\"Tue Jun 30 07:09:07 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":52331565,\"utc_offset\":-10800,\"favourites_count\":6,\"url\":\"http:\\/\\/www.facebook.com\\/humourdedroite\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190743119241216,\"created_at\":\"Fri Feb 24 23:41:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3705000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "55927ee4-e02a-4c54-bfe3-a5241eaa8ff8-173190743119241216" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @rorolafrite: @tr13ze @cyro @3615pbs En fait ils diffusent internet en différé. #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1765990714/photo__1__normal.JPG" +}, +"title": "Cyrièle: RT @rorolafrite: @tr13ze @cyro @3615pbs En fait ils diffusent internet en différé. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3705000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @rorolafrite: @tr13ze @cyro @3615pbs En fait ils diffusent internet en diff\\u00e9r\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"rorolafrite\",\"indices\":[3,15],\"id_str\":\"7118592\",\"name\":\"rorolafrite\",\"id\":7118592},{\"screen_name\":\"tr13ze\",\"indices\":[17,24],\"id_str\":\"126569577\",\"name\":\"Chris\",\"id\":126569577},{\"screen_name\":\"cyro\",\"indices\":[25,30],\"id_str\":\"6549072\",\"name\":\"Cyri\\u00e8le\",\"id\":6549072},{\"screen_name\":\"3615pbs\",\"indices\":[31,39],\"id_str\":\"133024198\",\"name\":\"P. Bourdin-Sauviac\",\"id\":133024198}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[84,88]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"@tr13ze @cyro @3615pbs En fait ils diffusent internet en diff\\u00e9r\\u00e9. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"tr13ze\",\"indices\":[0,7],\"id_str\":\"126569577\",\"name\":\"Chris\",\"id\":126569577},{\"screen_name\":\"cyro\",\"indices\":[8,13],\"id_str\":\"6549072\",\"name\":\"Cyri\\u00e8le\",\"id\":6549072},{\"screen_name\":\"3615pbs\",\"indices\":[14,22],\"id_str\":\"133024198\",\"name\":\"P. Bourdin-Sauviac\",\"id\":133024198}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[67,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189208041721857\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"126569577\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":366,\"screen_name\":\"rorolafrite\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":2109,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/50572791\\/fondtwitter.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"b05007\",\"followers_count\":385,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1300818041\\/twitter_frite_normal.jpg\",\"description\":\"En 87, j'\\u00e9tais maire d'Antibes. Apr\\u00e8s j'en ai eu marre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"473623\",\"id_str\":\"7118592\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/50572791\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"cfb080\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1300818041\\/twitter_frite_normal.jpg\",\"name\":\"rorolafrite\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 27 21:21:56 +0000 2007\",\"profile_sidebar_border_color\":\"b05403\",\"id\":7118592,\"utc_offset\":3600,\"favourites_count\":15,\"url\":\"http:\\/\\/cargocollective.com\\/doublescottie\"},\"in_reply_to_screen_name\":\"tr13ze\",\"truncated\":false,\"id\":173189208041721857,\"created_at\":\"Fri Feb 24 23:34:59 +0000 2012\",\"in_reply_to_user_id\":126569577},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190743878414337\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":586,\"screen_name\":\"cyro\",\"lang\":\"fr\",\"profile_text_color\":\"828282\",\"statuses_count\":9404,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/304086494\\/twitter.jpg\",\"location\":\"DTC\",\"show_all_inline_media\":true,\"listed_count\":44,\"profile_link_color\":\"d82c2c\",\"followers_count\":899,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1765990714\\/photo__1__normal.JPG\",\"description\":\"La Jennifer Lopez du PHP\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fffdf3\",\"id_str\":\"6549072\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/304086494\\/twitter.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1765990714\\/photo__1__normal.JPG\",\"name\":\"Cyri\\u00e8le\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 03 21:59:03 +0000 2007\",\"profile_sidebar_border_color\":\"e5b712\",\"id\":6549072,\"utc_offset\":3600,\"favourites_count\":76,\"url\":\"http:\\/\\/www.pudep-yeah.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190743878414337,\"created_at\":\"Fri Feb 24 23:41:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3705000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "19dce14b-c899-4dce-83f0-f998f08a0970-173190743878414337" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est quoi ? Le Grand Wimportequoi ? #questionserieuse", +"img": { +"src": "http://a2.twimg.com/profile_images/1575574991/image_normal.jpg" +}, +"title": "Emmanuel: #lgw c'est quoi ? Le Grand Wimportequoi ? #questionserieuse", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3706000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c'est quoi ? Le Grand Wimportequoi ? #questionserieuse\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"questionserieuse\",\"indices\":[42,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190747514880000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":358,\"screen_name\":\"manureze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13579,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/76265379\\/arriere-plan.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":59,\"profile_link_color\":\"298209\",\"followers_count\":568,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1575574991\\/image_normal.jpg\",\"description\":\"Graphiste\\/creatif. #Graphisme #Design #Photo #D\\u00e9co, jeux de mots sont mes maitres mots. Il ne suffit pas d'avoir une bonne id\\u00e9e, mais d'avoir une id\\u00e9e juste\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"114597065\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/76265379\\/arriere-plan.gif\",\"profile_sidebar_fill_color\":\"d5ff1c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1575574991\\/image_normal.jpg\",\"name\":\"Emmanuel\",\"default_profile_image\":false,\"created_at\":\"Tue Feb 16 00:22:41 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":114597065,\"utc_offset\":3600,\"favourites_count\":91,\"url\":\"http:\\/\\/www.emmanuelreze.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190747514880000,\"created_at\":\"Fri Feb 24 23:41:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3706000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0a149b2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "48a61197-0c33-4117-befd-cd7feb619b18-173190747514880000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon j'ai lâché #lgw ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1792164247/34747_410352029110_7837888_n_normal.jpg" +}, +"title": "sébastien faure: Bon j'ai lâché #lgw ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3706000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon j'ai l\\u00e2ch\\u00e9 #lgw ...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190747762339840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":194,\"screen_name\":\"FaureSeb\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":800,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"2FC2EF\",\"followers_count\":76,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792164247\\/34747_410352029110_7837888_n_normal.jpg\",\"description\":\"Etudiant en strat\\u00e9gie, web social feeder. Cocktail lover. #bordeaux\\r\\nhttp:\\/\\/www.linkedin.com\\/pub\\/s\\u00e9bastien-faure\\/43\\/980\\/a86\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"164194543\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792164247\\/34747_410352029110_7837888_n_normal.jpg\",\"name\":\"s\\u00e9bastien faure\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 08 07:53:14 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":164194543,\"utc_offset\":null,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190747762339840,\"created_at\":\"Fri Feb 24 23:41:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3706000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3b9b85f9-b5bb-496c-aa82-598cb6f3dbf5-173190747762339840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Note pour les \"humoristes\" de #lgw apprendre à faire une \"balance des blanc avant de filmer avec ta camera ou ton dslr pour ton sketch", +"img": { +"src": "http://a2.twimg.com/profile_images/1737845643/image_normal.jpg" +}, +"title": "Vincent Pintado: Note pour les \"humoristes\" de #lgw apprendre à faire une \"balance des blanc avant de filmer avec ta camera ou ton dslr pour ton sketch", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3708000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Note pour les \\\"humoristes\\\" de #lgw apprendre \\u00e0 faire une \\\"balance des blanc avant de filmer avec ta camera ou ton dslr pour ton sketch\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190754682937347\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"VeniVediVince\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":163,\"location\":\"Lyon\",\"profile_text_color\":\"333333\",\"followers_count\":63,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1737845643\\/image_normal.jpg\",\"description\":\"Sc\\u00e9nariste, r\\u00e9alisateur, artisan de l'image, geekophile et mangeur de paella \\u00e0 ses heures mais que celle de ma m\\u00e8re!! \",\"statuses_count\":303,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"121074074\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Vincent Pintado\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Mar 08 10:59:29 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":121074074,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.pioucube.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1737845643\\/image_normal.jpg\"},\"truncated\":false,\"id\":173190754682937347,\"created_at\":\"Fri Feb 24 23:41:08 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3708000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a584135e-affa-44f5-b5ef-538df5858949-173190754682937347" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La chemise de @Vinvin est un gros Big Up à l'Afrique. Voir #lgw n° 2.\nAh oui, #IlReste.", +"img": { +"src": "http://a3.twimg.com/profile_images/1612866761/2222_normal.jpg" +}, +"title": "makina: La chemise de @Vinvin est un gros Big Up à l'Afrique. Voir #lgw n° 2.\nAh oui, #IlReste.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3709000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"La chemise de @Vinvin est un gros Big Up \\u00e0 l'Afrique. Voir #lgw n\\u00b0 2.\\nAh oui, #IlReste.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[14,21],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]},{\"text\":\"IlReste\",\"indices\":[78,86]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190758902403073\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"makina37\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"description\":\"\",\"statuses_count\":14,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"351529067\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"makina\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 09 11:20:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":351529067,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\"},\"truncated\":false,\"id\":173190758902403073,\"created_at\":\"Fri Feb 24 23:41:09 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3709000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f8c7023-0a57-486d-a2a5-34629a870bb8-173190758902403073" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @yoannferret: À une époque y'avait une émission \"Je passe à la télé\". Aujourd'hui avec #lgw c'est ton avatar qui passe à la télé. #la ...", +"img": { +"src": "http://a1.twimg.com/profile_images/1601437879/avatar_sonic_normal.jpg" +}, +"title": "Jenni: RT @yoannferret: À une époque y'avait une émission \"Je passe à la télé\". Aujourd'hui avec #lgw c'est ton avatar qui passe à la télé. #la ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3710000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @yoannferret: \\u00c0 une \\u00e9poque y'avait une \\u00e9mission \\\"Je passe \\u00e0 la t\\u00e9l\\u00e9\\\". Aujourd'hui avec #lgw c'est ton avatar qui passe \\u00e0 la t\\u00e9l\\u00e9. #la ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"yoannferret\",\"indices\":[3,15],\"id_str\":\"4035431\",\"name\":\"Yoann Ferret\",\"id\":4035431}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[90,94]},{\"text\":\"la\",\"indices\":[133,136]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00c0 une \\u00e9poque y'avait une \\u00e9mission \\\"Je passe \\u00e0 la t\\u00e9l\\u00e9\\\". Aujourd'hui avec #lgw c'est ton avatar qui passe \\u00e0 la t\\u00e9l\\u00e9. #laclasse\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[73,77]},{\"text\":\"laclasse\",\"indices\":[116,125]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190504933105665\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":261,\"screen_name\":\"yoannferret\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":25134,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/370159424\\/mosaic-export.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"949494\",\"followers_count\":581,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1614428473\\/Capture_d__cran_2011-10-30___21.31.58_normal.jpg\",\"description\":\"Responsable de la r\\u00e9daction sur @FreenewsActu et big boss de @cafegaming. Conversation minimale. R\\u00e9f\\u00e9rences \\u00e9clectiques (chiantes). Romanichel Racing Club\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"efefef\",\"id_str\":\"4035431\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/370159424\\/mosaic-export.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1614428473\\/Capture_d__cran_2011-10-30___21.31.58_normal.jpg\",\"name\":\"Yoann Ferret\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 10 14:18:04 +0000 2007\",\"profile_sidebar_border_color\":\"b5b5b5\",\"id\":4035431,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/www.cafegaming.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190504933105665,\"created_at\":\"Fri Feb 24 23:40:08 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190765378404353\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":112,\"screen_name\":\"jicmajane\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":1817,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0099B9\",\"followers_count\":307,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1601437879\\/avatar_sonic_normal.jpg\",\"description\":\"R\\u00e9dactrice VieDeGeek.fr et animatrice BarGaming\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"39099498\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1601437879\\/avatar_sonic_normal.jpg\",\"name\":\"Jenni\",\"default_profile_image\":false,\"created_at\":\"Sun May 10 19:46:10 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":39099498,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.viedegeek.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173190765378404353,\"created_at\":\"Fri Feb 24 23:41:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3710000, +"tags": [ +{ +"id-ref": "f0a1b820-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "10f84621-5a50-4f15-905b-227e87329a7f-173190765378404353" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #lgw c'est nécessaire", +"img": { +"src": "http://a0.twimg.com/profile_images/28165792/alain_normal.jpg" +}, +"title": "virgile: #ilReste #lgw c'est nécessaire", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3710000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste #lgw c'est n\\u00e9cessaire\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190762140413952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":385,\"screen_name\":\"virgile\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":2141,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"location\":\"Mennecy\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"1F98C7\",\"followers_count\":112,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/28165792\\/alain_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C6E2EE\",\"id_str\":\"1147321\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/28165792\\/alain_normal.jpg\",\"name\":\"virgile\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 14 09:48:30 +0000 2007\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":1147321,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/www.antone.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190762140413952,\"created_at\":\"Fri Feb 24 23:41:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3710000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "81df21dc-9b44-47ef-9410-76004eb6cd5e-173190762140413952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hello @adalmieres tu veux vraiment sa chemise ? OK mais #ilreste quand même après @legrandwebze #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1727204040/image_normal.jpg" +}, +"title": "Marc Phalippou: Hello @adalmieres tu veux vraiment sa chemise ? OK mais #ilreste quand même après @legrandwebze #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3710000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"adalmieres\",\"favorited\":false,\"text\":\"Hello @adalmieres tu veux vraiment sa chemise ? OK mais #ilreste quand m\\u00eame apr\\u00e8s @legrandwebze #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"adalmieres\",\"indices\":[6,17],\"name\":\"Antoine Dalmi\\u00e8res\",\"id_str\":\"307356822\",\"id\":307356822},{\"screen_name\":\"LeGrandWebze\",\"indices\":[82,95],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[56,64]},{\"text\":\"LGW\",\"indices\":[96,100]}]},\"in_reply_to_user_id\":307356822,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173189427445764096,\"in_reply_to_status_id_str\":\"173189427445764096\",\"id_str\":\"173190763377733632\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BEDFB6\",\"screen_name\":\"marcphalippou\",\"lang\":\"fr\",\"favourites_count\":46,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1345,\"location\":\"Paris\",\"profile_text_color\":\"895429\",\"followers_count\":750,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\",\"description\":\"Bougnat \\u00e0 Paris, marchand d'id\\u00e9es et de confiance dans la com et l'assurance.\",\"statuses_count\":2116,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"39BD91\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0D02\",\"protected\":false,\"id_str\":\"92352549\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Marc Phalippou\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431152481\\/med_arton10050-ab39e-jpg.jpg\",\"created_at\":\"Tue Nov 24 20:05:52 +0000 2009\",\"profile_sidebar_fill_color\":\"0E0D02\",\"id\":92352549,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.facebook.com\\/profile.php?id=100001663745687\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727204040\\/image_normal.jpg\"},\"truncated\":false,\"id\":173190763377733632,\"created_at\":\"Fri Feb 24 23:41:10 +0000 2012\",\"in_reply_to_user_id_str\":\"307356822\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3710000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "561ffbbe-d485-4963-89ec-86f190c7cdc5-173190763377733632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si les galinettes cendrées avaient des MAc Book, elles seraient elles aussi sur le plateau de #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1620685427/PF-LOGO-CARRE_normal.jpg" +}, +"title": "Petit Fayot: Si les galinettes cendrées avaient des MAc Book, elles seraient elles aussi sur le plateau de #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3710000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Si les galinettes cendr\\u00e9es avaient des MAc Book, elles seraient elles aussi sur le plateau de #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[94,98]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190763230928898\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Boyrivent\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":165,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":149,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1620685427\\/PF-LOGO-CARRE_normal.jpg\",\"description\":\"Graphiste, illustrateur et Petit Fayot\",\"statuses_count\":587,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"159516984\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Petit Fayot\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Jun 25 16:09:02 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":159516984,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.petitfayot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1620685427\\/PF-LOGO-CARRE_normal.jpg\"},\"truncated\":false,\"id\":173190763230928898,\"created_at\":\"Fri Feb 24 23:41:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3710000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4182a437-25bc-4400-b4aa-16434f7f66af-173190763230928898" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste gaspard delanoë futur president ou premier ministre c sur", +"img": { +"src": "http://a3.twimg.com/profile_images/1827613879/photo-pro_normal.png" +}, +"title": "Julien Lopizzo: #lgw #ilreste gaspard delanoë futur president ou premier ministre c sur", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3710000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste gaspard delano\\u00eb futur president ou premier ministre c sur\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190765080608768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":284,\"screen_name\":\"JulienLopizzo\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":1088,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Lyon - Europe\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0099B9\",\"followers_count\":143,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"description\":\"Je suis tomb\\u00e9 dedans en 97.Ma e-carri\\u00e8re a d\\u00e9marr\\u00e9 comme d\\u00e9veloppeur freelance en 2002.Entrepren(aute) depuis 10 ans j'aime partager ma passion du e-business.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"44345271\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"name\":\"Julien Lopizzo\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 03 12:08:19 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":44345271,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.tenapra.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190765080608768,\"created_at\":\"Fri Feb 24 23:41:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3710000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0e65518a-d7c2-4e03-b2bb-9737f9bb536a-173190765080608768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tout est bon : l'écran géant de tweets, le plateau, les animateurs...mais c'est pas construit tout ça...dommage #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1770996562/image_normal.jpg" +}, +"title": "Kayvin Lami: Tout est bon : l'écran géant de tweets, le plateau, les animateurs...mais c'est pas construit tout ça...dommage #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3711000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tout est bon : l'\\u00e9cran g\\u00e9ant de tweets, le plateau, les animateurs...mais c'est pas construit tout \\u00e7a...dommage #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190769404948481\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":257,\"screen_name\":\"KayvinLami\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":4134,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"location\":\"Paris,France\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":592,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"description\":\"Je ne changerais pas cette bio tant que Nicolas Sarkozy ne mesurera pas 1m90\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"dfe0c3\",\"id_str\":\"29279584\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"name\":\"Kayvin Lami\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 06 20:02:02 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":29279584,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190769404948481,\"created_at\":\"Fri Feb 24 23:41:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3711000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0dce72fa-0705-47a5-b6ed-c751a23dd75f-173190769404948481" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ben @gasparddelanoe il parle bien mieux anglais que @NicolasSarkozy !!! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1763850955/avatar_stopsopa_normal.jpeg" +}, +"title": "François Revol: Ben @gasparddelanoe il parle bien mieux anglais que @NicolasSarkozy !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3712000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ben @gasparddelanoe il parle bien mieux anglais que @NicolasSarkozy !!! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"GaspardDelanoe\",\"indices\":[4,19],\"name\":\"Gaspard Delanoe\",\"id_str\":\"282651653\",\"id\":282651653},{\"screen_name\":\"NicolasSarkozy\",\"indices\":[52,67],\"name\":\"Nicolas Sarkozy\",\"id_str\":\"490126636\",\"id\":490126636}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190774215806976\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"mmu_man\",\"lang\":\"en\",\"favourites_count\":19,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":253,\"location\":\"Internet\",\"profile_text_color\":\"333333\",\"followers_count\":311,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\",\"description\":\"Engineer, #FLOSS developer, Haiku contributor, hacktivist, Tai Chi & Kung-Fu practitioner\",\"statuses_count\":10392,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"102075787\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fran\\u00e7ois Revol\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 05 14:32:42 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":102075787,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/revolf.free.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1763850955\\/avatar_stopsopa_normal.jpeg\"},\"truncated\":false,\"id\":173190774215806976,\"created_at\":\"Fri Feb 24 23:41:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3712000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "92aad7fb-bf9b-414d-97fa-b9ff4d4aaca6-173190774215806976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le Grand Webzé, c'est quand même le gros bordel, c'est à la fois décousu et essouflé. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1806730903/n726546380_1336922_5645_normal.jpg" +}, +"title": "Jérémy Roblin: Le Grand Webzé, c'est quand même le gros bordel, c'est à la fois décousu et essouflé. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3712000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le Grand Webz\\u00e9, c'est quand m\\u00eame le gros bordel, c'est \\u00e0 la fois d\\u00e9cousu et essoufl\\u00e9. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[86,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190773746044928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":99,\"screen_name\":\"kalacione\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1626,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":48,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1806730903\\/n726546380_1336922_5645_normal.jpg\",\"description\":\"Philosophe de Montcuq.\\r\\n 1 pour l'argent, 2 pour le spectacle et 3 pour le caillou\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"91304375\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1806730903\\/n726546380_1336922_5645_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my Roblin\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 20 09:20:30 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":91304375,\"utc_offset\":3600,\"favourites_count\":71,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190773746044928,\"created_at\":\"Fri Feb 24 23:41:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3712000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3abe10f5-e0b6-469b-b82d-63f51078b21f-173190773746044928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je suis étonné de ne pas voir @slashisback !! Seb tu auras droit à une bise de ma femme :) #lgw #cqui http://t.co/c8ueGnGg", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Je suis étonné de ne pas voir @slashisback !! Seb tu auras droit à une bise de ma femme :) #lgw #cqui http://t.co/c8ueGnGg", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3713000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je suis \\u00e9tonn\\u00e9 de ne pas voir @slashisback !! Seb tu auras droit \\u00e0 une bise de ma femme :) #lgw #cqui http:\\/\\/t.co\\/c8ueGnGg\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"slashisback\",\"indices\":[30,42],\"name\":\"S\\u00e9bastien\",\"id_str\":\"41356465\",\"id\":41356465}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]},{\"text\":\"cqui\",\"indices\":[96,101]}],\"media\":[{\"type\":\"photo\",\"indices\":[102,122],\"sizes\":{\"small\":{\"h\":455,\"resize\":\"fit\",\"w\":340},\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":765},\"medium\":{\"h\":803,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdMF5tCIAAkDTE.jpg\",\"id_str\":\"173190774949814272\",\"id\":173190774949814272,\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173190774941425665\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/c8ueGnGg\",\"url\":\"http:\\/\\/t.co\\/c8ueGnGg\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdMF5tCIAAkDTE.jpg\"}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190774941425665\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6698,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173190774941425665,\"created_at\":\"Fri Feb 24 23:41:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3713000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a4dd6dd8-cb79-413d-8136-3b67ddee8c53-173190774941425665" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tout le monde regarde #lgw ou quoi?", +"img": { +"src": "http://a3.twimg.com/profile_images/1800891796/ana_normal.jpg" +}, +"title": "Anahi Lozza: Tout le monde regarde #lgw ou quoi?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3714000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tout le monde regarde #lgw ou quoi?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190782616997888\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":287,\"screen_name\":\"anahi_lozza\",\"lang\":\"fr\",\"profile_text_color\":\"050005\",\"statuses_count\":1548,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/360157959\\/8687204-arri-re-plan-de-dentelle-noire-avec-motif-avec-la-fleur-de-forme-sur-fond-blanc.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"eb0707\",\"followers_count\":153,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1800891796\\/ana_normal.jpg\",\"description\":\"Fashion blogger: Love Alexander Wang, Champagne and Macaroons!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"206375512\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/360157959\\/8687204-arri-re-plan-de-dentelle-noire-avec-motif-avec-la-fleur-de-forme-sur-fond-blanc.jpg\",\"profile_sidebar_fill_color\":\"dbd8db\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1800891796\\/ana_normal.jpg\",\"name\":\"Anahi Lozza\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 22 20:55:52 +0000 2010\",\"profile_sidebar_border_color\":\"eb0707\",\"id\":206375512,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/www.anahilozza.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190782616997888,\"created_at\":\"Fri Feb 24 23:41:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3714000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dddfbb70-82c9-4065-af34-aeee27954906-173190782616997888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @solferishow: Je regarde toujours #lgw avec 3 grammes. Ça aide.", +"img": { +"src": "http://a0.twimg.com/profile_images/1792102319/0014_-_Copie_-_Copie_normal.JPG" +}, +"title": "Nicolas Gaillard: RT @solferishow: Je regarde toujours #lgw avec 3 grammes. Ça aide.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3715000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @solferishow: Je regarde toujours #lgw avec 3 grammes. \\u00c7a aide.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"solferishow\",\"indices\":[3,15],\"name\":\"Solferishow\",\"id_str\":\"232221031\",\"id\":232221031}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je regarde toujours #lgw avec 3 grammes. \\u00c7a aide.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189226500861953\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"solferishow\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1144,\"location\":\"Il est parti par l\\u00e0. \\u261b\",\"profile_text_color\":\"333333\",\"followers_count\":4872,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\",\"description\":\"Si Dieu a cr\\u00e9\\u00e9 l'Homme le 6\\u00e8me jour, c'\\u00e9tait surtout pour passer la semaine peinard. Je suis D\\u00e9l\\u00e9gu\\u00e9 des Jeunes Populaires de l'Empire colonial fran\\u00e7ais.\",\"statuses_count\":13622,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":169,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"232221031\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Solferishow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Dec 30 15:26:17 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":232221031,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.solferishow.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1648905085\\/lolymous_2_normal.jpg\"},\"truncated\":false,\"id\":173189226500861953,\"created_at\":\"Fri Feb 24 23:35:03 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190782923190272\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"NG__nico\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":141,\"location\":\"Poitiers\",\"profile_text_color\":\"333333\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"description\":\"Etudiant L2 Histoire ---Actu---Politique---T\\u00e9l\\u00e9---M\\u00e9dias--- Musique...tout ce qu'aiment les journalistes--- Feel free to follow me ;-) \",\"statuses_count\":1114,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"370637904\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\" Nicolas Gaillard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"created_at\":\"Fri Sep 09 11:18:42 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":370637904,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\"},\"truncated\":false,\"id\":173190782923190272,\"created_at\":\"Fri Feb 24 23:41:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3715000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f3c44b58-2fd2-436a-99e9-3f818825570d-173190782923190272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1767508527/h2g2_normal.jpg" +}, +"title": "Christine Genin: RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3715000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[3,10],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]},{\"text\":\"ilpart\",\"indices\":[57,64]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"ilpart\",\"indices\":[45,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190479788244992\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"Vinvin\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":2216,\"location\":\"Paris, France\",\"profile_text_color\":\"634047\",\"followers_count\":18612,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"description\":\"Auteur, Producteur (StoryCircus) et Com\\u00e9dien. Co-anime Le Grand Webze avec Fran\\u00e7ois Rollin sur France 5. Ecrit beaucoup.\",\"statuses_count\":13264,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":922,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"7223522\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Vinvin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"created_at\":\"Tue Jul 03 07:35:16 +0000 2007\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":7223522,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\"},\"truncated\":false,\"id\":173190479788244992,\"created_at\":\"Fri Feb 24 23:40:02 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190784877731840\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"0084b4\",\"screen_name\":\"cgenin\",\"lang\":\"fr\",\"favourites_count\":308,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":1999,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":1678,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1767508527\\/h2g2_normal.jpg\",\"description\":\"\",\"statuses_count\":13711,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":167,\"profile_link_color\":\"0084b4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"33688811\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Christine Genin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Apr 20 22:19:48 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":33688811,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.christinegenin.fr\\/blog\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1767508527\\/h2g2_normal.jpg\"},\"truncated\":false,\"id\":173190784877731840,\"created_at\":\"Fri Feb 24 23:41:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3715000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2b1bafe5-5aa0-4ce9-b90d-a3035ad8e392-173190784877731840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cqui", +"img": { +"src": "http://a1.twimg.com/profile_images/1289034896/logozh11_normal.gif" +}, +"title": "Zénith-Habbo: #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3716000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190790842028033\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":268,\"screen_name\":\"Zenith_Habbo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":11551,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/262351592\\/stelle_456.jpg\",\"location\":\"Habbo.fr\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":700,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1289034896\\/logozh11_normal.gif\",\"description\":\"Fansite officiel Habbo.fr !! Zenith-Habbo, la radio qui fait bouger les Habbos. @HabboFR\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"02171f\",\"id_str\":\"52024010\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/262351592\\/stelle_456.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1289034896\\/logozh11_normal.gif\",\"name\":\"Z\\u00e9nith-Habbo\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 29 10:59:16 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":52024010,\"utc_offset\":3600,\"favourites_count\":41,\"url\":\"http:\\/\\/www.zenith-habbo.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190790842028033,\"created_at\":\"Fri Feb 24 23:41:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3716000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "45535e04-433e-477f-92b0-13122a80944f-173190790842028033" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"img": { +"src": "http://a0.twimg.com/profile_images/1092878580/dorian07smini_normal.jpg" +}, +"title": "Dorian Sanchez: RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3717000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeRadiateur\",\"indices\":[3,15],\"id_str\":\"194271706\",\"name\":\"Joffrey D.\",\"id\":194271706}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[94,118]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[77,101]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189178589315072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":263,\"screen_name\":\"LeRadiateur\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":4227,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"description\":\"Coordinateur d'Antenne sur NRJ \\/ Animateur du 9h-Midi \\/ Passionn\\u00e9 de photographie \\/ Tweets originaux garantis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"194271706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"name\":\"Joffrey D.\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 23 20:17:47 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":194271706,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/leradiateur\\/sets\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189178589315072,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/locomolabs.com\\\" rel=\\\"nofollow\\\"\\u003ETweetComb\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190792423280645\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":337,\"screen_name\":\"DoRian07S\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1833,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/66687243\\/All_falls_down-1920x1200.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0099CC\",\"followers_count\":124,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1092878580\\/dorian07smini_normal.jpg\",\"description\":\"Etudiant, passionn\\u00e9 de nouvelles technologies. #media #actu #politique #sport #diabolo #pingpong #velo #google\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"46867033\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/66687243\\/All_falls_down-1920x1200.jpg\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1092878580\\/dorian07smini_normal.jpg\",\"name\":\"Dorian Sanchez\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 13 10:53:21 +0000 2009\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":46867033,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190792423280645,\"created_at\":\"Fri Feb 24 23:41:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3717000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f070e628-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5f52bf44-3194-4315-9575-fa1557bdc4f7-173190792423280645" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Vinvin qui tweete en losedé contre @francoisrollin pendant un reportage sur Gaspard Delanoe. BAH BRAVO ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1809665149/moi_normal.jpg" +}, +"title": "Lucja: @Vinvin qui tweete en losedé contre @francoisrollin pendant un reportage sur Gaspard Delanoe. BAH BRAVO ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3719000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Vinvin qui tweete en losed\\u00e9 contre @francoisrollin pendant un reportage sur Gaspard Delanoe. BAH BRAVO ! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"francoisrollin\",\"indices\":[36,51],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[106,110]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190800535072768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":113,\"screen_name\":\"BloodyLucy\",\"lang\":\"fr\",\"profile_text_color\":\"2b1b0c\",\"statuses_count\":1855,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/303352474\\/fond_tumblr.jpg\",\"location\":\"LRY\\/\\/ Nantes \\/\\/ Le Mans\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"3c755f\",\"followers_count\":105,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1809665149\\/moi_normal.jpg\",\"description\":\"25 ans | Assistante d'Education | Blogueuse | Tea addict | Musique, Histoire de l'Art, Russie.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"3c755f\",\"id_str\":\"143031933\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/303352474\\/fond_tumblr.jpg\",\"profile_sidebar_fill_color\":\"ece3cb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809665149\\/moi_normal.jpg\",\"name\":\"Lucja\",\"default_profile_image\":false,\"created_at\":\"Wed May 12 11:50:47 +0000 2010\",\"profile_sidebar_border_color\":\"ece3cb\",\"id\":143031933,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.bloodylucy.com\"},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173190800535072768,\"created_at\":\"Fri Feb 24 23:41:19 +0000 2012\",\"in_reply_to_user_id\":7223522}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3719000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d81545dd-de4c-401d-8b40-e60759a34f02-173190800535072768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @sCaLP_: Dommage j'ai plus de drogue, je comprends pas tout à #lgw Me reste de la vodka, je vais tenter !", +"img": { +"src": "http://a3.twimg.com/profile_images/1609335200/obtw_normal.jpg" +}, +"title": "Olivier Bernasson: RT @sCaLP_: Dommage j'ai plus de drogue, je comprends pas tout à #lgw Me reste de la vodka, je vais tenter !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3720000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @sCaLP_: Dommage j'ai plus de drogue, je comprends pas tout \\u00e0 #lgw Me reste de la vodka, je vais tenter !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"sCaLP_\",\"indices\":[3,10],\"id_str\":\"81383046\",\"name\":\"\\\\(\\u00b0-\\u00b0*)\",\"id\":81383046}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Dommage j'ai plus de drogue, je comprends pas tout \\u00e0 #lgw Me reste de la vodka, je vais tenter !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190608855379968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"sCaLP_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":662,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/166694062\\/cypunk2GP.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"009999\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1433713943\\/copland_os_normal.png\",\"description\":\"Choletais \\/ Grolandais\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"81383046\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/166694062\\/cypunk2GP.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1433713943\\/copland_os_normal.png\",\"name\":\"\\\\(\\u00b0-\\u00b0*)\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 10 15:54:42 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":81383046,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190608855379968,\"created_at\":\"Fri Feb 24 23:40:33 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190806155440128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":404,\"screen_name\":\"obernasson\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3486,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Auvergne\",\"show_all_inline_media\":false,\"listed_count\":31,\"profile_link_color\":\"0084B4\",\"followers_count\":555,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1609335200\\/obtw_normal.jpg\",\"description\":\"E-entrepreneur, #Ecommerce, @pecheurcom, #Auvergne #ASM #Rugby et anneries diverses... Les propos tenus sur ce compte n'engagent que moi et encore...;-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"313935953\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609335200\\/obtw_normal.jpg\",\"name\":\"Olivier Bernasson\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 09 13:08:17 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":313935953,\"utc_offset\":3600,\"favourites_count\":98,\"url\":\"http:\\/\\/www.pecheur.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190806155440128,\"created_at\":\"Fri Feb 24 23:41:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3720000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c5bae668-7e1b-4c24-b59d-b81f1db32540-173190806155440128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw FRollin aussi méconnu que Mc Cartney.", +"img": { +"src": "http://a2.twimg.com/profile_images/1233531841/jeanmarie_david_normal.jpg" +}, +"title": "Jean-Marie DAVID: #lgw FRollin aussi méconnu que Mc Cartney.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3721000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw FRollin aussi m\\u00e9connu que Mc Cartney.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190809288585217\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"856d3d\",\"screen_name\":\"jeanmarie_david\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1370,\"location\":\"Paris\",\"profile_text_color\":\"147a00\",\"followers_count\":862,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1233531841\\/jeanmarie_david_normal.jpg\",\"description\":\"Veille sur la bancassurance 2.0, Marketing, Community Management - Mondial Assistance. Disclaimer : mes tweets ne refl\\u00e8tent que mon avis personnel.\",\"statuses_count\":2699,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404040219\\/P1050809.jpg\",\"show_all_inline_media\":false,\"listed_count\":64,\"profile_link_color\":\"005eff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"856d3d\",\"protected\":false,\"id_str\":\"29998056\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jean-Marie DAVID\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404040219\\/P1050809.jpg\",\"created_at\":\"Thu Apr 09 14:51:30 +0000 2009\",\"profile_sidebar_fill_color\":\"fff203\",\"id\":29998056,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.scoop.it\\/assisteur\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1233531841\\/jeanmarie_david_normal.jpg\"},\"truncated\":false,\"id\":173190809288585217,\"created_at\":\"Fri Feb 24 23:41:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3721000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "63d5ed53-c36c-4778-a283-06c5790d95fa-173190809288585217" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "il reste #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1787819252/marie-laure_drider_normal.jpg" +}, +"title": "MaryloR: il reste #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3721000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"il reste #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190810257457152\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"7066d9\",\"screen_name\":\"Marylor\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":422,\"location\":\"France\",\"profile_text_color\":\"9100ff\",\"followers_count\":162,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1787819252\\/marie-laure_drider_normal.jpg\",\"description\":\"\",\"statuses_count\":1053,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/342436364\\/Pailletes_turquoise.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"ff36f8\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"protected\":false,\"id_str\":\"30841074\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"MaryloR\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342436364\\/Pailletes_turquoise.jpg\",\"created_at\":\"Mon Apr 13 10:12:15 +0000 2009\",\"profile_sidebar_fill_color\":\"dae5eb\",\"id\":30841074,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1787819252\\/marie-laure_drider_normal.jpg\"},\"truncated\":false,\"id\":173190810257457152,\"created_at\":\"Fri Feb 24 23:41:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3721000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "deceb603-19fa-4e3b-9537-a74437588701-173190810257457152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sur #lgw @kheops2713 vient de parler @laquadrature => Si vous voulez qu'ils explosent ACTA, achetez un @PackLiberte http://t.co/ctI9rTbg", +"img": { +"src": "http://a0.twimg.com/profile_images/1134491923/id_normal.jpg" +}, +"title": "Nozdus: Sur #lgw @kheops2713 vient de parler @laquadrature => Si vous voulez qu'ils explosent ACTA, achetez un @PackLiberte http://t.co/ctI9rTbg", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3724000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Sur #lgw @kheops2713 vient de parler @laquadrature => Si vous voulez qu'ils explosent ACTA, achetez un @PackLiberte http:\\/\\/t.co\\/ctI9rTbg\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[9,20],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177},{\"screen_name\":\"laquadrature\",\"indices\":[37,50],\"id_str\":\"21179585\",\"name\":\"La Quadrature du Net\",\"id\":21179585},{\"screen_name\":\"PackLiberte\",\"indices\":[106,118],\"id_str\":\"443819594\",\"name\":\"Pack Libert\\u00e9\",\"id\":443819594}],\"urls\":[{\"indices\":[119,139],\"expanded_url\":\"http:\\/\\/packliberte.org\",\"display_url\":\"packliberte.org\",\"url\":\"http:\\/\\/t.co\\/ctI9rTbg\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[4,8]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190820785164288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":152,\"screen_name\":\"nozdus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":788,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Rennes\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1134491923\\/id_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"195406128\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1134491923\\/id_normal.jpg\",\"name\":\"Nozdus\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 26 16:36:17 +0000 2010\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":195406128,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190820785164288,\"created_at\":\"Fri Feb 24 23:41:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3724000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6b6e3f87-14ad-4f4b-aebd-f91cca1a84c1-173190820785164288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Idem! RT @solferishow: J'adore Gaspard Delanoë. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: Idem! RT @solferishow: J'adore Gaspard Delanoë. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3724000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Idem! RT @solferishow: J'adore Gaspard Delano\\u00eb. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"solferishow\",\"indices\":[9,21],\"id_str\":\"232221031\",\"name\":\"Solferishow\",\"id\":232221031}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190822953623552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2728,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190822953623552,\"created_at\":\"Fri Feb 24 23:41:24 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3724000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cd96afe4-69f2-421f-b2b2-f4ae14fa4fa9-173190822953623552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3724000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[3,10],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]},{\"text\":\"ilpart\",\"indices\":[57,64]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"ilpart\",\"indices\":[45,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190479788244992\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"Vinvin\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":2216,\"location\":\"Paris, France\",\"profile_text_color\":\"634047\",\"followers_count\":18612,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"description\":\"Auteur, Producteur (StoryCircus) et Com\\u00e9dien. Co-anime Le Grand Webze avec Fran\\u00e7ois Rollin sur France 5. Ecrit beaucoup.\",\"statuses_count\":13264,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":922,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"7223522\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Vinvin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"created_at\":\"Tue Jul 03 07:35:16 +0000 2007\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":7223522,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\"},\"truncated\":false,\"id\":173190479788244992,\"created_at\":\"Fri Feb 24 23:40:02 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190823842816000\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"1c2352\",\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"favourites_count\":1604,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":646,\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"profile_text_color\":\"333333\",\"followers_count\":1090,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"statuses_count\":83436,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"ArDuB57\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":21448223,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\"},\"truncated\":false,\"id\":173190823842816000,\"created_at\":\"Fri Feb 24 23:41:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3724000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ee2e3c88-4fe6-43fe-ad8a-0c23c295a73a-173190823842816000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si j'étais Maire, je donnerais ma signature à Gaspard Delanoe @GaspardDelanoe :) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1841029880/gangstacat6ze46f4ze6f4z6e84_normal.jpg" +}, +"title": "Brice R.: Si j'étais Maire, je donnerais ma signature à Gaspard Delanoe @GaspardDelanoe :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3725000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Si j'\\u00e9tais Maire, je donnerais ma signature \\u00e0 Gaspard Delanoe @GaspardDelanoe :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"GaspardDelanoe\",\"indices\":[62,77],\"name\":\"Gaspard Delanoe\",\"id_str\":\"282651653\",\"id\":282651653}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[82,86]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190827085012992\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"brice_r_\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":69,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"description\":\"#G\\u00e9meaux #DoublePersonnalit\\u00e9 \\r\\nParce que la vie priv\\u00e9e ne sert pas uniquement \\u00e0 cacher des d\\u00e9lits et des crimes.\",\"statuses_count\":2376,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Copenhagen\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"15512436\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Brice R.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"created_at\":\"Mon Jul 21 08:09:24 +0000 2008\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":15512436,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"https:\\/\\/www.eff.org\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\"},\"truncated\":false,\"id\":173190827085012992,\"created_at\":\"Fri Feb 24 23:41:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3725000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3bb32caa-e833-4f2b-9051-1b390a8609a7-173190827085012992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze le hashtag #lgw est actuellement le 2ème pour la France. La classe je trouve ! Bravo :)", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_4_normal.png" +}, +"title": "Raphaël Vartanian: @LeGrandWebze le hashtag #lgw est actuellement le 2ème pour la France. La classe je trouve ! Bravo :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3726000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze le hashtag #lgw est actuellement le 2\\u00e8me pour la France. La classe je trouve ! Bravo :)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190830025211904\",\"user\":{\"default_profile_image\":true,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"screen_name\":\"ShahenHayIan\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":39,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"description\":\"\",\"statuses_count\":72,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"protected\":false,\"id_str\":\"103083418\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Rapha\\u00ebl Vartanian\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"created_at\":\"Fri Jan 08 20:45:17 +0000 2010\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"id\":103083418,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\"},\"truncated\":false,\"id\":173190830025211904,\"created_at\":\"Fri Feb 24 23:41:26 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3726000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0b8029d5-6201-4023-9e50-c6aa015865bc-173190830025211904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton en ta ou tes #lgw @LeGrandWebze", +"img": { +"src": "http://a0.twimg.com/profile_images/1752605252/slashunderscore_normal.PNG" +}, +"title": "Gilles Defromerie: #change2ton en ta ou tes #lgw @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3727000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#change2ton en ta ou tes #lgw @LeGrandWebze\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[30,43],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[25,29]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190834706059266\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"geldif\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":59,\"location\":\"Devant un \\u00e9cran num\\u00e9rique\",\"profile_text_color\":\"333333\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\",\"description\":\"Debugger, Ajusteur d'Octets niveau Certification Binaire, Digital Engineer\",\"statuses_count\":226,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"394186996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Gilles Defromerie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Wed Oct 19 18:07:56 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":394186996,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1752605252\\/slashunderscore_normal.PNG\"},\"truncated\":false,\"id\":173190834706059266,\"created_at\":\"Fri Feb 24 23:41:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3727000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f6c34333-e67d-4ae0-84da-ba5d135c4c1e-173190834706059266" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @yoannferret: À une époque y'avait une émission \"Je passe à la télé\". Aujourd'hui avec #lgw c'est ton avatar qui passe à la télé. #la ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: RT @yoannferret: À une époque y'avait une émission \"Je passe à la télé\". Aujourd'hui avec #lgw c'est ton avatar qui passe à la télé. #la ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3728000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @yoannferret: \\u00c0 une \\u00e9poque y'avait une \\u00e9mission \\\"Je passe \\u00e0 la t\\u00e9l\\u00e9\\\". Aujourd'hui avec #lgw c'est ton avatar qui passe \\u00e0 la t\\u00e9l\\u00e9. #la ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"yoannferret\",\"indices\":[3,15],\"id_str\":\"4035431\",\"name\":\"Yoann Ferret\",\"id\":4035431}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[90,94]},{\"text\":\"la\",\"indices\":[133,136]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00c0 une \\u00e9poque y'avait une \\u00e9mission \\\"Je passe \\u00e0 la t\\u00e9l\\u00e9\\\". Aujourd'hui avec #lgw c'est ton avatar qui passe \\u00e0 la t\\u00e9l\\u00e9. #laclasse\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[73,77]},{\"text\":\"laclasse\",\"indices\":[116,125]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190504933105665\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":261,\"screen_name\":\"yoannferret\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":25134,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/370159424\\/mosaic-export.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"949494\",\"followers_count\":581,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1614428473\\/Capture_d__cran_2011-10-30___21.31.58_normal.jpg\",\"description\":\"Responsable de la r\\u00e9daction sur @FreenewsActu et big boss de @cafegaming. Conversation minimale. R\\u00e9f\\u00e9rences \\u00e9clectiques (chiantes). Romanichel Racing Club\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"efefef\",\"id_str\":\"4035431\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/370159424\\/mosaic-export.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1614428473\\/Capture_d__cran_2011-10-30___21.31.58_normal.jpg\",\"name\":\"Yoann Ferret\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 10 14:18:04 +0000 2007\",\"profile_sidebar_border_color\":\"b5b5b5\",\"id\":4035431,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/www.cafegaming.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190504933105665,\"created_at\":\"Fri Feb 24 23:40:08 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190838795509760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3246,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173190838795509760,\"created_at\":\"Fri Feb 24 23:41:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3728000, +"tags": [ +{ +"id-ref": "f0a1b820-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c48446bf-101a-4797-827e-06c8337c13ad-173190838795509760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW un peu light sur l'ACTA, c'est dommage.", +"img": { +"src": "http://a0.twimg.com/profile_images/1843724504/_DSC0031_normal.jpg" +}, +"title": "Guillaume BodyLawson: #LGW un peu light sur l'ACTA, c'est dommage.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3728000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW un peu light sur l'ACTA, c'est dommage.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190841077211136\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"GBodyLawson\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":141,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843724504\\/_DSC0031_normal.jpg\",\"description\":\":: En qu\\u00eate du vinyle perdu ::\",\"statuses_count\":482,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/308657979\\/plan-ratp.jpg\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"85315326\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Guillaume BodyLawson\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/308657979\\/plan-ratp.jpg\",\"created_at\":\"Mon Oct 26 13:30:59 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":85315326,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843724504\\/_DSC0031_normal.jpg\"},\"truncated\":false,\"id\":173190841077211136,\"created_at\":\"Fri Feb 24 23:41:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3728000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "836b6d87-009e-46ad-ad3c-8188a2292d70-173190841077211136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton !", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw #change2ton !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3729000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #change2ton !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190842805264384\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"statuses_count\":705,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Thibaut Devillers\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":92095420,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\"},\"truncated\":false,\"id\":173190842805264384,\"created_at\":\"Fri Feb 24 23:41:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3729000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1ffcf9ef-cb26-4f35-bbe8-2a4af34ff35b-173190842805264384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'aimerais bien que @LeGrandWebze parle de ce tweet inutile ça ferait plaisir. #lgw #iReste #tweet", +"img": { +"src": "http://a0.twimg.com/profile_images/1838207664/image_normal.jpg" +}, +"title": "Sanchez Théo: J'aimerais bien que @LeGrandWebze parle de ce tweet inutile ça ferait plaisir. #lgw #iReste #tweet", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3730000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'aimerais bien que @LeGrandWebze parle de ce tweet inutile \\u00e7a ferait plaisir. #lgw #iReste #tweet\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[20,33],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[79,83]},{\"text\":\"iReste\",\"indices\":[84,91]},{\"text\":\"tweet\",\"indices\":[92,98]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190848622755840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":62,\"screen_name\":\"sanchez_theo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":144,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"374697529\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"name\":\"Sanchez Th\\u00e9o\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 16 19:34:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":374697529,\"utc_offset\":null,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190848622755840,\"created_at\":\"Fri Feb 24 23:41:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3730000, +"tags": [ +{ +"id-ref": "efbbbfaa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0a48faa-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "52c2ad15-9d53-4e8d-837a-8fca3f503723-173190848622755840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton kheops \"tes internets\" te disent merci #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1253173079/mee_normal.png" +}, +"title": "Ugo Praderes: #change2ton kheops \"tes internets\" te disent merci #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3730000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#change2ton kheops \\\"tes internets\\\" te disent merci #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[51,55]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190848228499456\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"stoupite\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":48,\"location\":\"Puteaux\",\"profile_text_color\":\"000000\",\"followers_count\":32,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1253173079\\/mee_normal.png\",\"description\":\"\",\"statuses_count\":194,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"707070\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"37058465\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ugo Praderes\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri May 01 22:15:35 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":37058465,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.ugopraderes.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1253173079\\/mee_normal.png\"},\"truncated\":false,\"id\":173190848228499456,\"created_at\":\"Fri Feb 24 23:41:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3730000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "78c0aebf-82b0-45b3-851c-df33ea002b1f-173190848228499456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw ” jamais! #IlReste", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: “@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw ” jamais! #IlReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3730000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw \\u201d jamais! #IlReste\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[1,8],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]},{\"text\":\"IlReste\",\"indices\":[65,73]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190849247723520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2884,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"name\":\"Marie\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":120444044,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190849247723520,\"created_at\":\"Fri Feb 24 23:41:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3730000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f782ded4-9600-4eb7-91bd-ff33f6a694ff-173190849247723520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "j'ai beau essayé mais p'tain je peux pas ! #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1840936576/404417_10151198350975125_601225124_22606253_1825061825_n_normal.jpg" +}, +"title": "Op!uM: j'ai beau essayé mais p'tain je peux pas ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3731000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"j'ai beau essay\\u00e9 mais p'tain je peux pas ! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[43,47]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190851252588545\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"A8CFA9\",\"screen_name\":\"Opium84\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":158,\"location\":\"Paris, France\",\"profile_text_color\":\"3E3D3D\",\"followers_count\":86,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1840936576\\/404417_10151198350975125_601225124_22606253_1825061825_n_normal.jpg\",\"description\":\"Fan de sneakers !\",\"statuses_count\":1059,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/168750088\\/x5c2e3ab0c86ddaabc3bb0b712aa1667.png\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"221A49\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"39956742\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Op!uM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/168750088\\/x5c2e3ab0c86ddaabc3bb0b712aa1667.png\",\"created_at\":\"Thu May 14 08:41:27 +0000 2009\",\"profile_sidebar_fill_color\":\"AFAF88\",\"id\":39956742,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840936576\\/404417_10151198350975125_601225124_22606253_1825061825_n_normal.jpg\"},\"truncated\":false,\"id\":173190851252588545,\"created_at\":\"Fri Feb 24 23:41:31 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3731000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9287adab-eabe-46d8-a558-031f4a7173dc-173190851252588545" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @WeTransl8: Demain, à la manif #StopACTA , n'oublie pas ton sous-tif bleu #opBlueBra #ACTA #lgw cc @kheops2713", +"img": { +"src": "http://a3.twimg.com/profile_images/1816004622/AG_normal.jpg" +}, +"title": "AnonFr: RT @WeTransl8: Demain, à la manif #StopACTA , n'oublie pas ton sous-tif bleu #opBlueBra #ACTA #lgw cc @kheops2713", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3732000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @WeTransl8: Demain, \\u00e0 la manif #StopACTA , n'oublie pas ton sous-tif bleu #opBlueBra #ACTA #lgw cc @kheops2713\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"WeTransl8\",\"indices\":[3,13],\"name\":\"JellyFish Transl8\",\"id_str\":\"340345134\",\"id\":340345134},{\"screen_name\":\"kheops2713\",\"indices\":[102,113],\"name\":\"KheOps\",\"id_str\":\"321006177\",\"id\":321006177}],\"hashtags\":[{\"text\":\"StopACTA\",\"indices\":[34,43]},{\"text\":\"opBlueBra\",\"indices\":[77,87]},{\"text\":\"ACTA\",\"indices\":[88,93]},{\"text\":\"lgw\",\"indices\":[94,98]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Demain, \\u00e0 la manif #StopACTA , n'oublie pas ton sous-tif bleu #opBlueBra #ACTA #lgw cc @kheops2713\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[87,98],\"name\":\"KheOps\",\"id_str\":\"321006177\",\"id\":321006177}],\"hashtags\":[{\"text\":\"StopACTA\",\"indices\":[19,28]},{\"text\":\"opBlueBra\",\"indices\":[62,72]},{\"text\":\"ACTA\",\"indices\":[73,78]},{\"text\":\"lgw\",\"indices\":[79,83]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190483097554944\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"WeTransl8\",\"lang\":\"en\",\"favourites_count\":84,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":514,\"location\":\"The Internetz\",\"profile_text_color\":\"333333\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1684751725\\/tcxbzhar-550x550_normal.png\",\"description\":\"Our aim is to provide a platform for translations of #Telecomix #Anon & cyberanthropology-related stuff. \\r\\n#opBlueBra http:\\/\\/bluebra.anontranslator.eu\\r\\n\",\"statuses_count\":3449,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"340345134\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JellyFish Transl8\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Fri Jul 22 15:07:52 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":340345134,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/anontranslator.eu\\/category\\/edito\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1684751725\\/tcxbzhar-550x550_normal.png\"},\"truncated\":false,\"id\":173190483097554944,\"created_at\":\"Fri Feb 24 23:40:03 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190854834528257\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"GTF713\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":88,\"location\":\"FR\",\"profile_text_color\":\"3C3940\",\"followers_count\":156,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1816004622\\/AG_normal.jpg\",\"description\":\" - Ride Your Dream -\",\"statuses_count\":2844,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/396624473\\/wallpaper-1573572.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"27658827\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"AnonFr\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396624473\\/wallpaper-1573572.jpg\",\"created_at\":\"Mon Mar 30 15:28:25 +0000 2009\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":27658827,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1816004622\\/AG_normal.jpg\"},\"truncated\":false,\"id\":173190854834528257,\"created_at\":\"Fri Feb 24 23:41:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3732000, +"tags": [ +{ +"id-ref": "efb37962-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f09865a4-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0986b12-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "318f4463-0750-49c1-9587-fce7bcb4be82-173190854834528257" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jcfrog: dsl :/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le télétravail est mon combat! :) #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: RT @jcfrog: dsl :/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le télétravail est mon combat! :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3732000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @jcfrog: dsl :\\/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le t\\u00e9l\\u00e9travail est mon combat! :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[3,10],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]},{\"text\":\"lgw\",\"indices\":[133,137]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"dsl :\\/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le t\\u00e9l\\u00e9travail est mon combat! :) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]},{\"text\":\"lgw\",\"indices\":[121,125]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190528375074817\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"jcfrog\",\"lang\":\"fr\",\"favourites_count\":448,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":340,\"location\":\"Damgan\",\"profile_text_color\":\"333333\",\"followers_count\":6887,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"description\":\"Pro: Ing\\u00e9nieur informaticien, Perso: super h\\u00e9ro du web (en formation)\",\"statuses_count\":27208,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"show_all_inline_media\":true,\"listed_count\":506,\"profile_link_color\":\"acc809\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"16888281\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"jcfrog\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"created_at\":\"Tue Oct 21 16:03:16 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":16888281,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.jcfrog.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\"},\"truncated\":false,\"id\":173190528375074817,\"created_at\":\"Fri Feb 24 23:40:14 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190856017313792\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f2b87e\",\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":251,\"location\":\"Nantes\\/Cholet\",\"profile_text_color\":\"333333\",\"followers_count\":274,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"statuses_count\":6515,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Magalie Baudry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_fill_color\":\"f7a64a\",\"id\":172314328,\"follow_request_sent\":null,\"utc_offset\":-7200,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\"},\"truncated\":false,\"id\":173190856017313792,\"created_at\":\"Fri Feb 24 23:41:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3732000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "41031e1b-5466-4d88-9eeb-3bd786bfedfc-173190856017313792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Jouy-en-Josas , mais #cqui Josas ? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1625442476/24_normal.jpg" +}, +"title": "Christophe Doublet: Jouy-en-Josas , mais #cqui Josas ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3732000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Jouy-en-Josas , mais #cqui Josas ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[21,26]},{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190856545800193\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":459,\"screen_name\":\"ChrisPC34\",\"lang\":\"fr\",\"profile_text_color\":\"535ae6\",\"statuses_count\":1157,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/426927890\\/twitt.jpg\",\"location\":\"H\\u00e9rault\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1625442476\\/24_normal.jpg\",\"description\":\"D\\u00e9pannage informatique, site web, r\\u00e9seau .\\r\\nSous traitance : Vous livrez,nous installons vos clients dans le Languedoc Roussillon .\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"133503769\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/426927890\\/twitt.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1625442476\\/24_normal.jpg\",\"name\":\"Christophe Doublet\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 15 23:59:03 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":133503769,\"utc_offset\":-10800,\"favourites_count\":33,\"url\":\"http:\\/\\/www.pc34.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190856545800193,\"created_at\":\"Fri Feb 24 23:41:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3732000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "11d12209-80c3-4d3f-92cf-a146b9e3b5ac-173190856545800193" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Quel beau discours sur la météo *-*", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: #lgw Quel beau discours sur la météo *-*", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3734000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Quel beau discours sur la m\\u00e9t\\u00e9o *-*\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190863579643904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":231,\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10976,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"chez les mafieux mexicains\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"followers_count\":391,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"name\":\"Young, Wild & Free\",\"default_profile_image\":false,\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":363343002,\"utc_offset\":null,\"favourites_count\":39,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190863579643904,\"created_at\":\"Fri Feb 24 23:41:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3734000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8806f817-4d0b-47f4-ad60-c718a9f3bdb6-173190863579643904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "quel salaud !!!! //“@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart”", +"img": { +"src": "http://a1.twimg.com/profile_images/1638771347/deuch_normal.jpeg" +}, +"title": "FrinnockBoChar: quel salaud !!!! //“@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3734000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"quel salaud !!!! \\/\\/\\u201c@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[20,27],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]},{\"text\":\"ilpart\",\"indices\":[74,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190866125602816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":170,\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":14422,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"name\":\"FrinnockBoChar\",\"default_profile_image\":false,\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":40014489,\"utc_offset\":3600,\"favourites_count\":20,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190866125602816,\"created_at\":\"Fri Feb 24 23:41:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3734000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9cb21e32-213e-4b7a-99b0-fd332bd1e3c1-173190866125602816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un vrai politicien. #lgw #ilreste", +"img": { +"src": "http://a2.twimg.com/profile_images/1160095508/anonymousdude_normal.jpg" +}, +"title": "Marcel aka Mei' ツ: Un vrai politicien. #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3735000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Un vrai politicien. #lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]},{\"text\":\"ilreste\",\"indices\":[25,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190868126269440\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":410,\"screen_name\":\"Marcel_Bichon\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":669,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/384779780\\/Blue_Ray.jpg\",\"location\":\"Poitiers\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"009999\",\"followers_count\":173,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1160095508\\/anonymousdude_normal.jpg\",\"description\":\"Web addict, poditeur et sporadiquement insomniaque. \\r\\nAdepte de p\\u00e9r\\u00e9grinations sous pomme, de s\\u00e9rendipit\\u00e9 nocturne et victime d'abus de wilfing depuis 2006. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"33800895\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/384779780\\/Blue_Ray.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1160095508\\/anonymousdude_normal.jpg\",\"name\":\"Marcel aka Mei' \\u30c4\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 21 03:51:14 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":33800895,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/goo.gl\\/ukDuy\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190868126269440,\"created_at\":\"Fri Feb 24 23:41:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3735000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "084cb941-de8d-40d7-8ea9-2743f00f059e-173190868126269440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Je ne saisi pas l'humour de cette émission!", +"img": { +"src": "http://a2.twimg.com/profile_images/1771348218/image1327174991_normal.png" +}, +"title": "Jim0PROFIT: #lgw Je ne saisi pas l'humour de cette émission!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3735000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Je ne saisi pas l'humour de cette \\u00e9mission!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190870047277056\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":368,\"screen_name\":\"Jim0PROFIT\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4756,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"D02B55\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"description\":\"Consulting, Syst\\u00e8me administrateur, geekoophile, et tellement de choses qu'une journ\\u00e9e de 24H ne suffit plus!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"18874683\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"name\":\"Jim0PROFIT\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 11 18:26:59 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":18874683,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/choari.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190870047277056,\"created_at\":\"Fri Feb 24 23:41:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3735000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6971ad24-769a-4f47-a028-40c92e1fcf7c-173190870047277056" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est exactement ça ! RT @nicoprat Devant #lgw je me sens un peu comme ça http://t.co/u2PaLeMD", +"img": { +"src": "http://a0.twimg.com/profile_images/1848652502/332954645_normal.jpg" +}, +"title": "Leila Agic: C'est exactement ça ! RT @nicoprat Devant #lgw je me sens un peu comme ça http://t.co/u2PaLeMD", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3736000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"C'est exactement \\u00e7a ! RT @nicoprat Devant #lgw je me sens un peu comme \\u00e7a http:\\/\\/t.co\\/u2PaLeMD\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"nicoprat\",\"indices\":[25,34],\"id_str\":\"19256842\",\"name\":\"Nico Prat\",\"id\":19256842}],\"urls\":[{\"indices\":[74,94],\"expanded_url\":\"http:\\/\\/twitter.com\\/nicoprat\\/status\\/173189994922512384\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/u2PaLeMD\",\"url\":\"http:\\/\\/t.co\\/u2PaLeMD\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173189994922512384\",\"id_str\":\"173190872635150336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173189994922512384,\"in_reply_to_user_id_str\":\"19256842\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1197,\"screen_name\":\"LeilaAgic\",\"lang\":\"fr\",\"profile_text_color\":\"d61170\",\"statuses_count\":13606,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"location\":\"Bruxelles\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"23acc4\",\"followers_count\":1721,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"description\":\"Ancienne co-Responsable Internet et campagne jeunes pour @RoyalSegolene lors de primaires citoyennes. Socialo-Ecolo-S\\u00e9gol\\u00e9niste #SRoyal \\/ #FH2012 \\/ #NVB2012\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"id_str\":\"79575617\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"name\":\"Leila Agic\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 03 22:02:21 +0000 2009\",\"profile_sidebar_border_color\":\"f50e48\",\"id\":79575617,\"utc_offset\":3600,\"favourites_count\":200,\"url\":\"http:\\/\\/on.fb.me\\/hSrN0O\"},\"in_reply_to_screen_name\":\"nicoprat\",\"truncated\":false,\"id\":173190872635150336,\"created_at\":\"Fri Feb 24 23:41:36 +0000 2012\",\"in_reply_to_user_id\":19256842}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3736000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1d931c1e-b2d6-4622-9fb0-385e2e8a7ac8-173190872635150336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sur #lgw @kheops2713 vient de parler de @laquadrature => Si vous voulez qu'ils explosent ACTA, achetez un @PackLiberte http://t.co/ctI9rTbg", +"img": { +"src": "http://a0.twimg.com/profile_images/1134491923/id_normal.jpg" +}, +"title": "Nozdus: Sur #lgw @kheops2713 vient de parler de @laquadrature => Si vous voulez qu'ils explosent ACTA, achetez un @PackLiberte http://t.co/ctI9rTbg", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3737000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Sur #lgw @kheops2713 vient de parler de @laquadrature => Si vous voulez qu'ils explosent ACTA, achetez un @PackLiberte http:\\/\\/t.co\\/ctI9rTbg\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"kheops2713\",\"indices\":[9,20],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177},{\"screen_name\":\"laquadrature\",\"indices\":[40,53],\"id_str\":\"21179585\",\"name\":\"La Quadrature du Net\",\"id\":21179585},{\"screen_name\":\"PackLiberte\",\"indices\":[109,121],\"id_str\":\"443819594\",\"name\":\"Pack Libert\\u00e9\",\"id\":443819594}],\"urls\":[{\"indices\":[122,142],\"expanded_url\":\"http:\\/\\/packliberte.org\",\"display_url\":\"packliberte.org\",\"url\":\"http:\\/\\/t.co\\/ctI9rTbg\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[4,8]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190878955970560\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":152,\"screen_name\":\"nozdus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":789,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Rennes\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1134491923\\/id_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"195406128\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1134491923\\/id_normal.jpg\",\"name\":\"Nozdus\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 26 16:36:17 +0000 2010\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":195406128,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190878955970560,\"created_at\":\"Fri Feb 24 23:41:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3737000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1f3fdaca-5748-43a3-82b2-b0c811ecedcf-173190878955970560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce soir c'est #CI vs #lgw dans ma TL.", +"img": { +"src": "http://a3.twimg.com/profile_images/1640796894/valmad__normal.jpg" +}, +"title": "val: Ce soir c'est #CI vs #lgw dans ma TL.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3738000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ce soir c'est #CI vs #lgw dans ma TL.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[14,17]},{\"text\":\"lgw\",\"indices\":[21,25]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190882143649792\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"valmad_\",\"lang\":\"fr\",\"favourites_count\":65,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":503,\"location\":\"Aquitaine\",\"profile_text_color\":\"333333\",\"followers_count\":1209,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1640796894\\/valmad__normal.jpg\",\"description\":\"Ma bio, par vous: *Ange ou D\\u00e9esse*, douce, dr\\u00f4le, courageuse, corrosive, fid\\u00e8le. Bref, awesome. Modeste? Non, y'avait pas! \\r\\n#soglamour \",\"statuses_count\":17059,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/37593519\\/dune_sunset.JPG\",\"show_all_inline_media\":true,\"listed_count\":66,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"51392884\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"val\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/37593519\\/dune_sunset.JPG\",\"created_at\":\"Sat Jun 27 09:10:54 +0000 2009\",\"profile_sidebar_fill_color\":\"c5e0ed\",\"id\":51392884,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/valmad.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640796894\\/valmad__normal.jpg\"},\"truncated\":false,\"id\":173190882143649792,\"created_at\":\"Fri Feb 24 23:41:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3738000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d7e8eea0-14da-4823-9420-63af44142eea-173190882143649792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@B_Roger_Petit @ChrisPC34 toi, une vedette des RS... tu sais bien qu'il faudra des émissions Phares... des concepts... #lgw Indulgence...:-)", +"img": { +"src": "http://a0.twimg.com/profile_images/1808461305/image_normal.jpg" +}, +"title": "Lalée Pinoncely: @B_Roger_Petit @ChrisPC34 toi, une vedette des RS... tu sais bien qu'il faudra des émissions Phares... des concepts... #lgw Indulgence...:-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3739000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"B_Roger_Petit\",\"favorited\":false,\"text\":\"@B_Roger_Petit @ChrisPC34 toi, une vedette des RS... tu sais bien qu'il faudra des \\u00e9missions Phares... des concepts... #lgw Indulgence...:-)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"B_Roger_Petit\",\"indices\":[0,14],\"name\":\"Bruno Roger-Petit\",\"id_str\":\"48949826\",\"id\":48949826},{\"screen_name\":\"ChrisPC34\",\"indices\":[15,25],\"name\":\"Christophe Doublet\",\"id_str\":\"133503769\",\"id\":133503769}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[119,123]}]},\"in_reply_to_user_id\":48949826,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173189538087317504,\"in_reply_to_status_id_str\":\"173189538087317504\",\"id_str\":\"173190886333755392\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"42454d\",\"screen_name\":\"Lalee_retour\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":366,\"location\":\"France- LYON\",\"profile_text_color\":\"98989e\",\"followers_count\":300,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\",\"description\":\"Une digital-mum' entrepreneur, lib\\u00e9rale, communicante, blogueuse soon... \",\"statuses_count\":3721,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"f013e9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"16171a\",\"protected\":false,\"id_str\":\"252150894\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Lal\\u00e9e Pinoncely\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/340041788\\/photo.JPG\",\"created_at\":\"Mon Feb 14 16:05:09 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":252150894,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808461305\\/image_normal.jpg\"},\"truncated\":false,\"id\":173190886333755392,\"created_at\":\"Fri Feb 24 23:41:39 +0000 2012\",\"in_reply_to_user_id_str\":\"48949826\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3739000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "925c0054-6f68-4863-a9c1-63ac5e2c85d9-173190886333755392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw cette émission me semblait avoir un look années 80 en fait ça n est pas le look c est juste que j ai l impression d avoir 12 ans", +"img": { +"src": "http://a3.twimg.com/profile_images/1776307301/photo_nat_normal.png" +}, +"title": "NatoSphère: #lgw cette émission me semblait avoir un look années 80 en fait ça n est pas le look c est juste que j ai l impression d avoir 12 ans", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3743000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw cette \\u00e9mission me semblait avoir un look ann\\u00e9es 80 en fait \\u00e7a n est pas le look c est juste que j ai l impression d avoir 12 ans\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190902330822656\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"natosphere\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":90,\"location\":\"\",\"profile_text_color\":\"3c3940\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1776307301\\/photo_nat_normal.png\",\"description\":\"\",\"statuses_count\":127,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"125092018\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"NatoSph\\u00e8re\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Mar 21 17:16:10 +0000 2010\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":125092018,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1776307301\\/photo_nat_normal.png\"},\"truncated\":false,\"id\":173190902330822656,\"created_at\":\"Fri Feb 24 23:41:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3743000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "166ff99a-5930-45f1-918e-9f3a7b3acb5a-173190902330822656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un match à trois entre Sarkozy, Hollande et Gaspard Delanoë #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: Un match à trois entre Sarkozy, Hollande et Gaspard Delanoë #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3743000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Un match \\u00e0 trois entre Sarkozy, Hollande et Gaspard Delano\\u00eb #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190903454896129\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2729,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190903454896129,\"created_at\":\"Fri Feb 24 23:41:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3743000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "171b4aeb-e1d0-4780-bf32-4800d91fc03b-173190903454896129" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @elronchon: Vive Gaspar Delanoë #lgw je vais voter pour lui", +"img": { +"src": "http://a0.twimg.com/profile_images/1817776486/SmokeQR_copie_normal.jpg" +}, +"title": "RuaLten: RT @elronchon: Vive Gaspar Delanoë #lgw je vais voter pour lui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3743000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @elronchon: Vive Gaspar Delano\\u00eb #lgw je vais voter pour lui\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"elronchon\",\"indices\":[3,13],\"name\":\"el Ronchon\",\"id_str\":\"335664825\",\"id\":335664825}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Vive Gaspar Delano\\u00eb #lgw je vais voter pour lui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190395889582080\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"elronchon\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":35,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1700221874\\/ronchon_normal.jpg\",\"description\":\"n\\u00e9 un jour de pluie.\",\"statuses_count\":51,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"335664825\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"el Ronchon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Jul 15 01:39:07 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":335664825,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.soules.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700221874\\/ronchon_normal.jpg\"},\"truncated\":false,\"id\":173190395889582080,\"created_at\":\"Fri Feb 24 23:39:42 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190902704111616\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"RuaLten\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":501,\"location\":\"Dans les champs de Bl\\u00e9...\",\"profile_text_color\":\"242424\",\"followers_count\":186,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\",\"description\":\"Un peu partout et nulle part \\u00e0 la fois... Buveur de bi\\u00e8re belge et d'Irish Whiskey. R\\u00e2leur professionnel... \\u2620\\u2620\\u2620\\r\\n\",\"statuses_count\":1430,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"828561\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"359827989\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"RuaLten\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432437856\\/black_linen_v2.png\",\"created_at\":\"Mon Aug 22 07:12:46 +0000 2011\",\"profile_sidebar_fill_color\":\"62a635\",\"id\":359827989,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/rualten.perso.sfr.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817776486\\/SmokeQR_copie_normal.jpg\"},\"truncated\":false,\"id\":173190902704111616,\"created_at\":\"Fri Feb 24 23:41:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3743000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "47d200f7-eb27-454c-b1be-54f155a30af9-173190902704111616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ça a bien changé #lgw o_o", +"img": { +"src": "http://a3.twimg.com/profile_images/1817837448/WP_moi2_nb_normal.jpg" +}, +"title": "Mega Luigi: Ça a bien changé #lgw o_o", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3743000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00c7a a bien chang\\u00e9 #lgw o_o\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190901710077952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":478,\"screen_name\":\"MegaLuigi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27218,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"49.402051,1.177822\",\"show_all_inline_media\":true,\"listed_count\":20,\"profile_link_color\":\"0084B4\",\"followers_count\":598,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1817837448\\/WP_moi2_nb_normal.jpg\",\"description\":\"Je m'appelle Mega Luigi, mais je prends toujours Yoshi \\u00e0 Mario Kart.\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"5378212\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817837448\\/WP_moi2_nb_normal.jpg\",\"name\":\"Mega Luigi\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 21 12:03:30 +0000 2007\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":5378212,\"utc_offset\":3600,\"favourites_count\":280,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190901710077952,\"created_at\":\"Fri Feb 24 23:41:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3743000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f97e7438-0e81-4b46-b428-f04e9c1781f9-173190901710077952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Lire sa TL et découvrir pleins de #cqui mais ne rien y comprendre #JeMeSensSeule :( #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1727412144/image_normal.jpg" +}, +"title": "Jessica Boni-Lambert: Lire sa TL et découvrir pleins de #cqui mais ne rien y comprendre #JeMeSensSeule :( #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3745000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Lire sa TL et d\\u00e9couvrir pleins de #cqui mais ne rien y comprendre #JeMeSensSeule :( #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[34,39]},{\"text\":\"JeMeSensSeule\",\"indices\":[66,80]},{\"text\":\"lgw\",\"indices\":[84,88]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190909058494464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"JessBoniLambert\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17230,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/391267445\\/Twitter2.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":41,\"profile_link_color\":\"CC3366\",\"followers_count\":680,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727412144\\/image_normal.jpg\",\"description\":\"Cr\\u00e9atrice de mode passionn\\u00e9e de #rugby (www.rugbydolls.com) \\r\\nMy passions: Rugby, Fashion and photography.\\r\\nNe tourne pas rond (mais plut\\u00f4t ovale)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"id_str\":\"111092027\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391267445\\/Twitter2.jpg\",\"profile_sidebar_fill_color\":\"f7e6e6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727412144\\/image_normal.jpg\",\"name\":\"Jessica Boni-Lambert\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 03 19:54:54 +0000 2010\",\"profile_sidebar_border_color\":\"ebdae9\",\"id\":111092027,\"utc_offset\":3600,\"favourites_count\":51,\"url\":\"http:\\/\\/www.leblogdejess.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190909058494464,\"created_at\":\"Fri Feb 24 23:41:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3745000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0a68706-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e5e05a3d-9594-48d3-b965-9f7b2d5683f3-173190909058494464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche @slashisback s'est échappé... #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @LudoDelaherche @slashisback s'est échappé... #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3745000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LudoDelaherche\",\"favorited\":false,\"text\":\"@LudoDelaherche @slashisback s'est \\u00e9chapp\\u00e9... #lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061},{\"screen_name\":\"slashisback\",\"indices\":[16,28],\"name\":\"S\\u00e9bastien\",\"id_str\":\"41356465\",\"id\":41356465}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"cqui\",\"indices\":[51,56]}]},\"in_reply_to_user_id\":72665061,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173190774941425665,\"in_reply_to_status_id_str\":\"173190774941425665\",\"id_str\":\"173190908836184064\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"favourites_count\":254,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":156,\"location\":\"Paris Montparnasse - Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"statuses_count\":34442,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":104184883,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\"},\"truncated\":false,\"id\":173190908836184064,\"created_at\":\"Fri Feb 24 23:41:45 +0000 2012\",\"in_reply_to_user_id_str\":\"72665061\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3745000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "722e821a-d8a5-4b00-80ff-ffd1de09f15d-173190908836184064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@jonatwittbarre @palmashow Oh putain Bonaldi et Carmouze sont de retour! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1779980863/IMG_0361_normal.JPG" +}, +"title": "0l1 D.: @jonatwittbarre @palmashow Oh putain Bonaldi et Carmouze sont de retour! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3745000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"jonatwittbarre\",\"favorited\":false,\"text\":\"@jonatwittbarre @palmashow Oh putain Bonaldi et Carmouze sont de retour! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jonatwittbarre\",\"indices\":[0,15],\"name\":\"Jonathan Barr\\u00e9\",\"id_str\":\"23099146\",\"id\":23099146},{\"screen_name\":\"palmashow\",\"indices\":[16,26],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[73,77]}]},\"in_reply_to_user_id\":23099146,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173182507188109313,\"in_reply_to_status_id_str\":\"173182507188109313\",\"id_str\":\"173190911260504064\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"999999\",\"screen_name\":\"0l1D\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":159,\"location\":\"Lille, France\",\"profile_text_color\":\"454545\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1779980863\\/IMG_0361_normal.JPG\",\"description\":\"#Webmaster #Webdesigner #Photographer \\uf8ff Tweeting #Bullshit\\r\\nhttp:\\/\\/www.lullablog.net\\r\\nhttp:\\/\\/artonymous.org\",\"statuses_count\":494,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/402650924\\/twitter_skyline.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"049cc2\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"757575\",\"protected\":false,\"id_str\":\"190832650\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"0l1 D.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/402650924\\/twitter_skyline.jpg\",\"created_at\":\"Tue Sep 14 23:23:19 +0000 2010\",\"profile_sidebar_fill_color\":\"c2c2c2\",\"id\":190832650,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.odphoto.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1779980863\\/IMG_0361_normal.JPG\"},\"truncated\":false,\"id\":173190911260504064,\"created_at\":\"Fri Feb 24 23:41:45 +0000 2012\",\"in_reply_to_user_id_str\":\"23099146\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3745000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e5c67584-ff5d-482f-bbe6-3e1803d041fb-173190911260504064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @sCaLP_: Dommage j'ai plus de drogue, je comprends pas tout à #lgw Me reste de la vodka, je vais tenter !", +"img": { +"src": "http://a0.twimg.com/profile_images/1421767677/n775859914_630617_3556_normal.jpg" +}, +"title": "Thibaut: RT @sCaLP_: Dommage j'ai plus de drogue, je comprends pas tout à #lgw Me reste de la vodka, je vais tenter !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3746000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @sCaLP_: Dommage j'ai plus de drogue, je comprends pas tout \\u00e0 #lgw Me reste de la vodka, je vais tenter !\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"sCaLP_\",\"indices\":[3,10],\"id_str\":\"81383046\",\"name\":\"\\\\(\\u00b0-\\u00b0*)\",\"id\":81383046}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Dommage j'ai plus de drogue, je comprends pas tout \\u00e0 #lgw Me reste de la vodka, je vais tenter !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190608855379968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"sCaLP_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":662,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/166694062\\/cypunk2GP.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"009999\",\"followers_count\":54,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1433713943\\/copland_os_normal.png\",\"description\":\"Choletais \\/ Grolandais\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"81383046\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/166694062\\/cypunk2GP.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1433713943\\/copland_os_normal.png\",\"name\":\"\\\\(\\u00b0-\\u00b0*)\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 10 15:54:42 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":81383046,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190608855379968,\"created_at\":\"Fri Feb 24 23:40:33 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190916025225218\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":439,\"screen_name\":\"thibautchampey\",\"lang\":\"fr\",\"profile_text_color\":\"c8c8cc\",\"statuses_count\":155,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"location\":\"Paris \",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0c0d0d\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"description\":\"Communication enabled geek.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3b3d3d\",\"id_str\":\"282143992\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"profile_sidebar_fill_color\":\"68696e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"name\":\"Thibaut\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 14 16:45:25 +0000 2011\",\"profile_sidebar_border_color\":\"e6ebe4\",\"id\":282143992,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"https:\\/\\/sites.google.com\\/site\\/thibautchampey\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190916025225218,\"created_at\":\"Fri Feb 24 23:41:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3746000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa1efbe9-43d3-4099-84fd-376ac8a6b0f1-173190916025225218" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @humourdedroite: Je découvre à l'instant le grand webze. Toutes mes ficelles de caleçon professeur Rolin. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1579063362/images_normal.jpg" +}, +"title": "Where is my mind ?: RT @humourdedroite: Je découvre à l'instant le grand webze. Toutes mes ficelles de caleçon professeur Rolin. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3747000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @humourdedroite: Je d\\u00e9couvre \\u00e0 l'instant le grand webze. Toutes mes ficelles de cale\\u00e7on professeur Rolin. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"humourdedroite\",\"indices\":[3,18],\"id_str\":\"52331565\",\"name\":\"L'Humour de Droite\",\"id\":52331565}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je d\\u00e9couvre \\u00e0 l'instant le grand webze. Toutes mes ficelles de cale\\u00e7on professeur Rolin. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[89,93]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190743119241216\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"humourdedroite\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":17065,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/366275601\\/bghdd-twitter.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1448,\"profile_link_color\":\"009999\",\"followers_count\":91271,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1710265223\\/57974_468268044609_115745609609_6575641_7158617_n_normal.jpg\",\"description\":\"En France soit t'as peur des arabes soit t'as peur de Marine Le Pen. Si t'as peur des deux tu as une carte UMP.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"52331565\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366275601\\/bghdd-twitter.png\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1710265223\\/57974_468268044609_115745609609_6575641_7158617_n_normal.jpg\",\"name\":\"L'Humour de Droite\",\"default_profile_image\":false,\"created_at\":\"Tue Jun 30 07:09:07 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":52331565,\"utc_offset\":-10800,\"favourites_count\":6,\"url\":\"http:\\/\\/www.facebook.com\\/humourdedroite\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190743119241216,\"created_at\":\"Fri Feb 24 23:41:05 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190919519088640\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":79,\"screen_name\":\"Look_out_post\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1474,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1579063362\\/images_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"387379234\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579063362\\/images_normal.jpg\",\"name\":\"Where is my mind ?\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 23:30:51 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":387379234,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190919519088640,\"created_at\":\"Fri Feb 24 23:41:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3747000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7028317f-8473-4150-8797-3cd716c00965-173190919519088640" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je veux bien être ministre des playmobile pompiers #Lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1494947744/chaperon_normal.jpg" +}, +"title": "RonRonChaperon: Je veux bien être ministre des playmobile pompiers #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3749000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je veux bien \\u00eatre ministre des playmobile pompiers #Lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[51,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190927446310913\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":113,\"screen_name\":\"RonRonChaperon\",\"lang\":\"fr\",\"profile_text_color\":\"FD9D77\",\"statuses_count\":136,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/316006376\\/x1c58d25cd2e003ef493aa666c581a1a.png\",\"location\":\"Pays des loups\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"FE7471\",\"followers_count\":30,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1494947744\\/chaperon_normal.jpg\",\"description\":\"Cherche mon gros loup\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"EBC79B\",\"id_str\":\"346544671\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/316006376\\/x1c58d25cd2e003ef493aa666c581a1a.png\",\"profile_sidebar_fill_color\":\"DA4968\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1494947744\\/chaperon_normal.jpg\",\"name\":\"RonRonChaperon\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 01 12:55:32 +0000 2011\",\"profile_sidebar_border_color\":\"840846\",\"id\":346544671,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190927446310913,\"created_at\":\"Fri Feb 24 23:41:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3749000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "74e7a2db-9193-41b5-86b1-30c15f5a918d-173190927446310913" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jcfrog: dsl :/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le télétravail est mon combat! :) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1391192750/logo-120_normal.png" +}, +"title": "Levieux Cédric: RT @jcfrog: dsl :/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le télétravail est mon combat! :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3749000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @jcfrog: dsl :\\/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le t\\u00e9l\\u00e9travail est mon combat! :) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[3,10],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]},{\"text\":\"lgw\",\"indices\":[133,137]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"dsl :\\/ #lgw J'ai une version plus propre (et complete) de la chanson, vais la publier. Le t\\u00e9l\\u00e9travail est mon combat! :) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[7,11]},{\"text\":\"lgw\",\"indices\":[121,125]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190528375074817\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":340,\"screen_name\":\"jcfrog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27208,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"location\":\"Damgan\",\"show_all_inline_media\":true,\"listed_count\":506,\"profile_link_color\":\"acc809\",\"followers_count\":6887,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"description\":\"Pro: Ing\\u00e9nieur informaticien, Perso: super h\\u00e9ro du web (en formation)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"16888281\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"name\":\"jcfrog\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 21 16:03:16 +0000 2008\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":16888281,\"utc_offset\":3600,\"favourites_count\":448,\"url\":\"http:\\/\\/www.jcfrog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190528375074817,\"created_at\":\"Fri Feb 24 23:40:14 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190929266651136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":29,\"screen_name\":\"farlistener\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":172,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Toulouse\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":10,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1391192750\\/logo-120_normal.png\",\"description\":\"Architect - Java, c# Developper\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"315168092\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1391192750\\/logo-120_normal.png\",\"name\":\"Levieux C\\u00e9dric\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 11 12:18:39 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":315168092,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/www.levieuxcedric.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190929266651136,\"created_at\":\"Fri Feb 24 23:41:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3749000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "86d82341-98e0-4a0e-b30d-a5507bdeb9e4-173190929266651136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Martyornot Tu n'as pas de coeur... #lgw\nMais je regarde.", +"img": { +"src": "http://a0.twimg.com/profile_images/1474785559/testdeux_normal.jpg" +}, +"title": "Romain Mollet: @Martyornot Tu n'as pas de coeur... #lgw\nMais je regarde.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3750000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Martyornot\",\"favorited\":false,\"text\":\"@Martyornot Tu n'as pas de coeur... #lgw\\nMais je regarde.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Martyornot\",\"indices\":[0,11],\"name\":\"Michael J.\",\"id_str\":\"112498831\",\"id\":112498831}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[36,40]}]},\"in_reply_to_user_id\":112498831,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173190006435872768,\"in_reply_to_status_id_str\":\"173190006435872768\",\"id_str\":\"173190932529815552\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"RomainMollet\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":73,\"location\":\"Nantes\",\"profile_text_color\":\"333333\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 Cin\\u00e9Cr\\u00e9atis depuis moins d'une semaine (18\\/09\\/2011)\",\"statuses_count\":84,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"62795411\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Romain Mollet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"created_at\":\"Tue Aug 04 11:47:02 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":62795411,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/conneriehumanumest.wordpress.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\"},\"truncated\":false,\"id\":173190932529815552,\"created_at\":\"Fri Feb 24 23:41:50 +0000 2012\",\"in_reply_to_user_id_str\":\"112498831\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3750000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ec9b7e6e-f5ed-4682-a286-712d32c65fa6-173190932529815552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste car j'ai la flemme douvrir la porte.", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "TAC minecraft: #lgw #ilreste car j'ai la flemme douvrir la porte.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3751000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste car j'ai la flemme douvrir la porte.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190933796495360\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":8,\"screen_name\":\"TAC_minecraft\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"422955189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"TAC minecraft\",\"default_profile_image\":true,\"created_at\":\"Sun Nov 27 22:10:16 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":422955189,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190933796495360,\"created_at\":\"Fri Feb 24 23:41:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3751000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d47fec28-2fdd-455f-95fe-2d3fd0522002-173190933796495360" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Confessions Intimes est peut être plus intéressant que #lgw .", +"img": { +"src": "http://a1.twimg.com/profile_images/1695316394/sttz_fav_plus_twitter_normal.png" +}, +"title": "STTZ™: Confessions Intimes est peut être plus intéressant que #lgw .", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3751000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Confessions Intimes est peut \\u00eatre plus int\\u00e9ressant que #lgw .\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190936627642369\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":296,\"screen_name\":\"Santtchez\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":7958,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/329414068\\/sttz_TWT.jpg\",\"location\":\"St Mand\\u00e9, PARIS\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"16a2cc\",\"followers_count\":253,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1695316394\\/sttz_fav_plus_twitter_normal.png\",\"description\":\"Blogueur et Blagueur.Logotophile voir logotophage. Un logo, Prenez contact: Santtchez@gmail.com #LOLgo #BBasile\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"000000\",\"id_str\":\"332249953\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/329414068\\/sttz_TWT.jpg\",\"profile_sidebar_fill_color\":\"404040\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695316394\\/sttz_fav_plus_twitter_normal.png\",\"name\":\"STTZ\\u2122\",\"default_profile_image\":false,\"created_at\":\"Sat Jul 09 13:38:44 +0000 2011\",\"profile_sidebar_border_color\":\"f70000\",\"id\":332249953,\"utc_offset\":null,\"favourites_count\":221,\"url\":\"http:\\/\\/santtchez.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190936627642369,\"created_at\":\"Fri Feb 24 23:41:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3751000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2dfacab0-f6c5-439c-b2f6-9784bde48989-173190936627642369" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw bonne nuit a tous et merci #cesar2012 #ilpart je pars", +"img": { +"src": "http://a2.twimg.com/profile_images/1685061192/Photo_du_10-12-11___15.18_normal.jpg" +}, +"title": "DelloyeCoiteux: #lgw bonne nuit a tous et merci #cesar2012 #ilpart je pars", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3751000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw bonne nuit a tous et merci #cesar2012 #ilpart je pars\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cesar2012\",\"indices\":[32,42]},{\"text\":\"ilpart\",\"indices\":[43,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190934564048898\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":277,\"screen_name\":\"DelloyeCoiteux\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2109,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":89,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"description\":\"Design, Architecture, Photographie, Web et autres petites curiosit\\u00e9s\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"433388967\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1685061192\\/Photo_du_10-12-11___15.18_normal.jpg\",\"name\":\"DelloyeCoiteux\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 10 14:14:07 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":433388967,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190934564048898,\"created_at\":\"Fri Feb 24 23:41:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3751000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "195cb58f-70de-4eb7-8078-8f36f7dc71be-173190934564048898" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il parle comme Villepin, Gaspard, un peu #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: Il parle comme Villepin, Gaspard, un peu #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3751000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Il parle comme Villepin, Gaspard, un peu #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190937130958848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1093,\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"profile_text_color\":\"636363\",\"statuses_count\":21284,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_sidebar_fill_color\":\"141414\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"name\":\"Bakt El Raalis\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":18515564,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.pelecanus.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190937130958848,\"created_at\":\"Fri Feb 24 23:41:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3751000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1abe2444-0193-49be-89aa-690cfb4d315a-173190937130958848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart #ilreste Qu'ils s'en aillent tous ! #melenchonattitude", +"img": { +"src": "http://a1.twimg.com/profile_images/1835468356/brp2-1-1_normal.jpg" +}, +"title": "Bruno Roger-Petit: #lgw #ilpart #ilreste Qu'ils s'en aillent tous ! #melenchonattitude", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3753000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilpart #ilreste Qu'ils s'en aillent tous ! #melenchonattitude\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]},{\"text\":\"ilreste\",\"indices\":[13,21]},{\"text\":\"melenchonattitude\",\"indices\":[49,67]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190945754456065\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"B_Roger_Petit\",\"lang\":\"fr\",\"favourites_count\":19,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":977,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":6587,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"description\":\"En \\u00e9tat de Grace... \",\"statuses_count\":13866,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"show_all_inline_media\":false,\"listed_count\":245,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"48949826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Bruno Roger-Petit\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"created_at\":\"Sat Jun 20 07:03:26 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":48949826,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/brunorogerpetit\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\"},\"truncated\":false,\"id\":173190945754456065,\"created_at\":\"Fri Feb 24 23:41:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3753000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0a7cbd4-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "957a384c-bf8c-4af7-bd75-384112d620d8-173190945754456065" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rho pu tain pas rémi gaillard... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: Rho pu tain pas rémi gaillard... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3754000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rho pu tain pas r\\u00e9mi gaillard... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190948724015104\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3887,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":521,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190948724015104,\"created_at\":\"Fri Feb 24 23:41:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3754000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e6b47ac6-9368-4695-838e-e38dec456bfa-173190948724015104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ACTA mal expliqué en 2 minutes, c'est vrai qu'une emission sur le web c'est pas vraiment son truc de parler du web #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1791807006/M02l8U9H_normal" +}, +"title": "Jean-Baptiste Camus: ACTA mal expliqué en 2 minutes, c'est vrai qu'une emission sur le web c'est pas vraiment son truc de parler du web #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3756000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ACTA mal expliqu\\u00e9 en 2 minutes, c'est vrai qu'une emission sur le web c'est pas vraiment son truc de parler du web #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[115,119]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190954780594176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":292,\"screen_name\":\"monsieurcamus\",\"lang\":\"fr\",\"profile_text_color\":\"0b4d13\",\"statuses_count\":1788,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/185944954\\/novo_blog.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"000300\",\"followers_count\":222,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1791807006\\/M02l8U9H_normal\",\"description\":\"\\u00c9tudiant en Master @ISCOM, #Geek & fl\\u00e2neur digital, Flooder de bonnes aventures en 140 caract\\u00e8res, parfois moins...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"7bd97b\",\"id_str\":\"221094156\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/185944954\\/novo_blog.png\",\"profile_sidebar_fill_color\":\"d1ffda\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1791807006\\/M02l8U9H_normal\",\"name\":\"Jean-Baptiste Camus\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 29 18:36:19 +0000 2010\",\"profile_sidebar_border_color\":\"75ff91\",\"id\":221094156,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/unmecsansblog.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190954780594176,\"created_at\":\"Fri Feb 24 23:41:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3756000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "93b64c7d-ebef-4b1f-b281-f04eb50b8aae-173190954780594176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@yoannferret Bon, après on se demande toujours #cQui qui a cette avatar ;) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: @yoannferret Bon, après on se demande toujours #cQui qui a cette avatar ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3757000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@yoannferret Bon, apr\\u00e8s on se demande toujours #cQui qui a cette avatar ;) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"yoannferret\",\"indices\":[0,12],\"id_str\":\"4035431\",\"name\":\"Yoann Ferret\",\"id\":4035431}],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[47,52]},{\"text\":\"lgw\",\"indices\":[75,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173190504933105665\",\"id_str\":\"173190959411109889\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173190504933105665,\"in_reply_to_user_id_str\":\"4035431\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":\"yoannferret\",\"truncated\":false,\"id\":173190959411109889,\"created_at\":\"Fri Feb 24 23:41:57 +0000 2012\",\"in_reply_to_user_id\":4035431}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3757000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4a4ac495-3e61-4b95-8486-8482c4cb3f7b-173190959411109889" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Fail sur le site du #LGW avec un no custom image dans la présentation du Live", +"img": { +"src": "http://a2.twimg.com/profile_images/878534653/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg" +}, +"title": "CLeM' KuSaLa: Fail sur le site du #LGW avec un no custom image dans la présentation du Live", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3757000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Fail sur le site du #LGW avec un no custom image dans la pr\\u00e9sentation du Live\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190962498109440\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"15191f\",\"screen_name\":\"clem_kusala\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"Roquetaillade\",\"profile_text_color\":\"a8a3a8\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"description\":\"\",\"statuses_count\":240,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"000608\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"92309575\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"CLeM' KuSaLa\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"created_at\":\"Tue Nov 24 16:35:40 +0000 2009\",\"profile_sidebar_fill_color\":\"111e24\",\"id\":92309575,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/karma-kusala.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\"},\"truncated\":false,\"id\":173190962498109440,\"created_at\":\"Fri Feb 24 23:41:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3757000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "883f9ad6-4708-4b1e-a06c-bafeba6b1b47-173190962498109440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart // Ok mais #cqui", +"img": { +"src": "http://a1.twimg.com/profile_images/1803920053/hartza_anon_normal.gif" +}, +"title": "Christophe BONNARD: RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart // Ok mais #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3758000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart \\/\\/ Ok mais #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[3,10],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]},{\"text\":\"ilpart\",\"indices\":[57,64]},{\"text\":\"cqui\",\"indices\":[76,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190967304790017\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":409,\"screen_name\":\"hartza_info\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3512,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"location\":\"64250 LOUHOSSOA\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":169,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"description\":\"auto-entrepreneur\\r\\nR\\u00e9paration, assistance et maintenance informatique, Cr\\u00e9ation de Site Internet, Montage Vid\\u00e9o, Infographie...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"123547535\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87533720\\/fd_hartza_twitter.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803920053\\/hartza_anon_normal.gif\",\"name\":\"Christophe BONNARD\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 16 12:35:18 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":123547535,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/hartza.info\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190967304790017,\"created_at\":\"Fri Feb 24 23:41:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3758000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b0646934-c973-4c97-99fb-d359fbab5837-173190967304790017" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tout le monde le connait remi gaillard #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1818096044/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg" +}, +"title": "Δ+Δ: Tout le monde le connait remi gaillard #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3758000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tout le monde le connait remi gaillard #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190964641411072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"AbsolutePi\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":12874,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"000000\",\"followers_count\":142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"334108023\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"name\":\"\\u0394+\\u0394\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":334108023,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/footballanatomy.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190964641411072,\"created_at\":\"Fri Feb 24 23:41:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3758000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0d2a8ef2-56e1-49db-82f4-18be67c570be-173190964641411072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW EUH. Kesako?", +"img": { +"src": "http://a0.twimg.com/profile_images/1691261189/Yes_We_Faye_night_normal.jpg" +}, +"title": "Estelle N. : #LGW EUH. Kesako?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3758000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW EUH. Kesako?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190964314247168\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"estelle_n\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":327,\"location\":\"RERD dir. OrryLaVille\\/Creil\",\"profile_text_color\":\"666666\",\"followers_count\":559,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1691261189\\/Yes_We_Faye_night_normal.jpg\",\"description\":\"Manager The Ankers \\/ ex @Legacy_France - @SonyMusicFr \\/ Blogger Chronik Music \\/ Party maker Bouge Ton Blog or @lola_CupcakeS parties\",\"statuses_count\":20805,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/415173104\\/Kimbra_Vows.png\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"49724515\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Estelle N. \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/415173104\\/Kimbra_Vows.png\",\"created_at\":\"Mon Jun 22 18:54:47 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":49724515,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.facebook.com\\/pages\\/Chronik-Music\\/174124699288107\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1691261189\\/Yes_We_Faye_night_normal.jpg\"},\"truncated\":false,\"id\":173190964314247168,\"created_at\":\"Fri Feb 24 23:41:58 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3758000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "484cfe9f-23cf-4a9b-b1f2-8b347b16bb02-173190964314247168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw En direct c'est pire!!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1771348218/image1327174991_normal.png" +}, +"title": "Jim0PROFIT: #lgw En direct c'est pire!!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3758000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw En direct c'est pire!!!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190967233478657\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":368,\"screen_name\":\"Jim0PROFIT\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4756,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"D02B55\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"description\":\"Consulting, Syst\\u00e8me administrateur, geekoophile, et tellement de choses qu'une journ\\u00e9e de 24H ne suffit plus!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"18874683\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"name\":\"Jim0PROFIT\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 11 18:26:59 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":18874683,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/choari.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190967233478657,\"created_at\":\"Fri Feb 24 23:41:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3758000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "473ce9ec-df3b-4c19-adf8-c0be1c6cbf86-173190967233478657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "By Loiez @systaime en pointe sur #lgw ça devrait être lui l'animateur de la soirée", +"img": { +"src": "http://a0.twimg.com/profile_images/1826253762/gifs__20__normal.gif" +}, +"title": "Systaime: By Loiez @systaime en pointe sur #lgw ça devrait être lui l'animateur de la soirée", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3759000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"By Loiez @systaime en pointe sur #lgw \\u00e7a devrait \\u00eatre lui l'animateur de la soir\\u00e9e\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"systaime\",\"indices\":[9,18],\"id_str\":\"622593\",\"name\":\"systaime\",\"id\":622593}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.facebook.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003EFacebook\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190968022020096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"systaime18\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3215,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":40,\"profile_link_color\":\"080808\",\"followers_count\":392,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"758882\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"profile_sidebar_fill_color\":\"f5ed08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"name\":\"Systaime\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 08 22:13:03 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":758882,\"utc_offset\":3600,\"favourites_count\":113,\"url\":\"http:\\/\\/www.systaime.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190968022020096,\"created_at\":\"Fri Feb 24 23:41:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3759000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "730f3be1-717d-49e3-b5f1-f994720a3877-173190968022020096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah Rémi Gaillard. Je vais peut être comprendre là. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: Ah Rémi Gaillard. Je vais peut être comprendre là. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3760000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah R\\u00e9mi Gaillard. Je vais peut \\u00eatre comprendre l\\u00e0. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"place_type\":\"city\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190973751443456\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15003,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":262,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190973751443456,\"created_at\":\"Fri Feb 24 23:42:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3760000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c65ef29c-ea47-4135-88b1-d911ec11d9ed-173190973751443456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3761000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[3,10],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]},{\"text\":\"ilpart\",\"indices\":[57,64]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"ilpart\",\"indices\":[45,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190479788244992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":2216,\"screen_name\":\"Vinvin\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":13264,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":922,\"profile_link_color\":\"088253\",\"followers_count\":18612,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"description\":\"Auteur, Producteur (StoryCircus) et Com\\u00e9dien. Co-anime Le Grand Webze avec Fran\\u00e7ois Rollin sur France 5. Ecrit beaucoup.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"7223522\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"name\":\"Vinvin\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 03 07:35:16 +0000 2007\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":7223522,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.legrandwebze.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190479788244992,\"created_at\":\"Fri Feb 24 23:40:02 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190979204026368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1042,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":317,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190979204026368,\"created_at\":\"Fri Feb 24 23:42:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3761000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e99a97ee-214d-4196-a976-6416aa0282b3-173190979204026368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW => Vous êtes en retard d'un siècle .", +"img": { +"src": "http://a0.twimg.com/profile_images/1830059007/Upload_normal.jpg" +}, +"title": "Linda Sàmà: #LGW => Vous êtes en retard d'un siècle .", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3763000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW => Vous \\u00eates en retard d'un si\\u00e8cle .\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190987361959936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"LinoaHeartily\",\"lang\":\"fr\",\"profile_text_color\":\"d632d6\",\"statuses_count\":2375,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425561656\\/luiki.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"bb85ed\",\"followers_count\":72,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1830059007\\/Upload_normal.jpg\",\"description\":\"Geek \\u00e0 temps partiel.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"356914973\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425561656\\/luiki.jpg\",\"profile_sidebar_fill_color\":\"ebc1eb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830059007\\/Upload_normal.jpg\",\"name\":\"Linda S\\u00e0m\\u00e0\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 17 15:22:39 +0000 2011\",\"profile_sidebar_border_color\":\"5b51e8\",\"id\":356914973,\"utc_offset\":-10800,\"favourites_count\":10,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190987361959936,\"created_at\":\"Fri Feb 24 23:42:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3763000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "83515f6b-6617-479d-95a6-783a6ba5c392-173190987361959936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ou le mariage non consommé de la télé et du web !!!\n#Amateurisme \n#Gachis2.0", +"img": { +"src": "http://a0.twimg.com/profile_images/1575817389/JFISBACK_normal.jpg" +}, +"title": "JEFF IS BACK..: #lgw ou le mariage non consommé de la télé et du web !!!\n#Amateurisme \n#Gachis2.0", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3763000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ou le mariage non consomm\\u00e9 de la t\\u00e9l\\u00e9 et du web !!!\\n#Amateurisme \\n#Gachis2.0\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"Amateurisme\",\"indices\":[58,70]},{\"text\":\"Gachis2\",\"indices\":[72,80]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190987772989442\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":423,\"screen_name\":\"bybroadcast\",\"lang\":\"fr\",\"profile_text_color\":\"4f3f38\",\"statuses_count\":521,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/165458944\\/x7970d0b1bea6ab54c425a2d6f85019c.jpg\",\"location\":\"In Front...\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"838978\",\"followers_count\":377,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1575817389\\/JFISBACK_normal.jpg\",\"description\":\"Broadcast & New M\\u00e9dia \\/ R&D \\/ Social Network \\/ \\r\\nDaddy\\u00b3 Superhero \\/ Carpe Diem..\\r\\nMy opinions are my own...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1c130e\",\"id_str\":\"82696876\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/165458944\\/x7970d0b1bea6ab54c425a2d6f85019c.jpg\",\"profile_sidebar_fill_color\":\"140e0a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1575817389\\/JFISBACK_normal.jpg\",\"name\":\"JEFF IS BACK..\",\"default_profile_image\":false,\"created_at\":\"Thu Oct 15 19:49:24 +0000 2009\",\"profile_sidebar_border_color\":\"9db98c\",\"id\":82696876,\"utc_offset\":3600,\"favourites_count\":10,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190987772989442,\"created_at\":\"Fri Feb 24 23:42:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3763000, +"tags": [ +{ +"id-ref": "f0a925b0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0a92a9c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ea97a3b7-09d2-4afa-b052-88c9767b3e46-173190987772989442" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Vinvin twitter en pleine émission, c'est pas très sérieux #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/569365839/entrbtn2_normal.gif" +}, +"title": "Screech Cubik: @Vinvin twitter en pleine émission, c'est pas très sérieux #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3764000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Vinvin twitter en pleine \\u00e9mission, c'est pas tr\\u00e8s s\\u00e9rieux #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173190479788244992\",\"id_str\":\"173190991585611776\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173190479788244992,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":57,\"screen_name\":\"s_cubik\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1288,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":74,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/569365839\\/entrbtn2_normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Brussels\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"96092449\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/569365839\\/entrbtn2_normal.gif\",\"name\":\"Screech Cubik\",\"default_profile_image\":false,\"created_at\":\"Fri Dec 11 09:16:29 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":96092449,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.talkgeekytome.net\\/\"},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173190991585611776,\"created_at\":\"Fri Feb 24 23:42:04 +0000 2012\",\"in_reply_to_user_id\":7223522}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3764000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7b892938-5d47-446d-af24-de7f304892f5-173190991585611776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "À suivre le tag #lgw on se rend compte qu'on ne rate finalement rien cc @France5tv Ouf.", +"img": { +"src": "http://a1.twimg.com/profile_images/1522186720/Laurent-Gloaguen-G00_normal.jpg" +}, +"title": "Laurent Gloaguen: À suivre le tag #lgw on se rend compte qu'on ne rate finalement rien cc @France5tv Ouf.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3764000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u00c0 suivre le tag #lgw on se rend compte qu'on ne rate finalement rien cc @France5tv Ouf.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[72,82],\"name\":\"France5\",\"id_str\":\"36932487\",\"id\":36932487}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190992126681089\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"7a7768\",\"screen_name\":\"embruns\",\"lang\":\"en\",\"favourites_count\":29,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":563,\"location\":\"Montr\\u00e9al, Qc, Canada\",\"profile_text_color\":\"333333\",\"followers_count\":4828,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"statuses_count\":21945,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Laurent Gloaguen\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_fill_color\":\"8c887c\",\"id\":6241412,\"follow_request_sent\":null,\"utc_offset\":-18000,\"url\":\"http:\\/\\/embruns.net\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\"},\"truncated\":false,\"id\":173190992126681089,\"created_at\":\"Fri Feb 24 23:42:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3764000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "75c07aa7-4c68-4823-8cf9-0eb267992968-173190992126681089" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Fabarol merci de ton enthousiasme, je ferme le compte ce soir, je voulais te faire un coucou avant #lgw :)", +"img": { +"src": "http://a3.twimg.com/profile_images/1671170405/lepetitwebze_normal.jpg" +}, +"title": "Le Petit Webze: @Fabarol merci de ton enthousiasme, je ferme le compte ce soir, je voulais te faire un coucou avant #lgw :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3764000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Fabarol\",\"favorited\":false,\"text\":\"@Fabarol merci de ton enthousiasme, je ferme le compte ce soir, je voulais te faire un coucou avant #lgw :)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Fabarol\",\"indices\":[0,8],\"name\":\"Fabienne BAROLLIER\",\"id_str\":\"110388053\",\"id\":110388053}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[100,104]}]},\"in_reply_to_user_id\":110388053,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173189993479675904,\"in_reply_to_status_id_str\":\"173189993479675904\",\"id_str\":\"173190991791140865\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LePetitWebze\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":183,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":60,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1671170405\\/lepetitwebze_normal.jpg\",\"description\":\"le TEDx est au TED ce que @LePetitWebze est \\u00e0 @LeGrandWebze (compte de FanArt LolFan)\",\"statuses_count\":120,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"420704703\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Le Petit Webze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Nov 25 00:12:18 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":420704703,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/soundcloud.com\\/lepetitwebze\\/lepetitwebze\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1671170405\\/lepetitwebze_normal.jpg\"},\"truncated\":false,\"id\":173190991791140865,\"created_at\":\"Fri Feb 24 23:42:04 +0000 2012\",\"in_reply_to_user_id_str\":\"110388053\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3764000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3bf4e453-aee3-4eb0-8fd5-17c6679bef39-173190991791140865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pour Changer d'Air voter #Gaspard #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1841700584/ssrko_normal.jpg" +}, +"title": "Hibiscus: Pour Changer d'Air voter #Gaspard #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3765000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Pour Changer d'Air voter #Gaspard #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Gaspard\",\"indices\":[25,33]},{\"text\":\"lgw\",\"indices\":[34,38]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190993816977410\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"Hibiscus5\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":182,\"location\":\"derriere mon PC\",\"profile_text_color\":\"634047\",\"followers_count\":63,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841700584\\/ssrko_normal.jpg\",\"description\":\"Bio...man\",\"statuses_count\":1545,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"299959270\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Hibiscus\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"created_at\":\"Mon May 16 23:43:58 +0000 2011\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":299959270,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841700584\\/ssrko_normal.jpg\"},\"truncated\":false,\"id\":173190993816977410,\"created_at\":\"Fri Feb 24 23:42:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3765000, +"tags": [ +{ +"id-ref": "f0a99856-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bdd40643-4279-4e7b-9111-8ed55694f380-173190993816977410" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Faut-il garder François Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "claudiovato: RT @LeGrandWebze: Faut-il garder François Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3765000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Faut-il garder Fran\\u00e7ois Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[60,68]},{\"text\":\"IlPart\",\"indices\":[69,76]},{\"text\":\"cQui\",\"indices\":[77,82]},{\"text\":\"change2ton\",\"indices\":[83,94]},{\"text\":\"lgw\",\"indices\":[95,99]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Faut-il garder Fran\\u00e7ois Rollin ? Jouez !! #IlReste #IlPart #cQui #change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[42,50]},{\"text\":\"IlPart\",\"indices\":[51,58]},{\"text\":\"cQui\",\"indices\":[59,64]},{\"text\":\"change2ton\",\"indices\":[65,76]},{\"text\":\"lgw\",\"indices\":[77,81]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173176896102744065\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3287,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173176896102744065,\"created_at\":\"Fri Feb 24 22:46:04 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190996564246528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1,\"screen_name\":\"claudiotova\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":0,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502235118\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"name\":\"claudiovato\",\"default_profile_image\":true,\"created_at\":\"Fri Feb 24 23:17:13 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502235118,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190996564246528,\"created_at\":\"Fri Feb 24 23:42:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3765000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6d6b6a19-452f-4b75-a7f0-47ca7c05d931-173190996564246528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @charleshenriroy: #lgw #ilpart #ilreste #change2ton #cqui comme ça on va me voir.", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @charleshenriroy: #lgw #ilpart #ilreste #change2ton #cqui comme ça on va me voir.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3767000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @charleshenriroy: #lgw #ilpart #ilreste #change2ton #cqui comme \\u00e7a on va me voir.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"charleshenriroy\",\"indices\":[3,19],\"id_str\":\"185396126\",\"name\":\"Royer Charles-Henri\",\"id\":185396126}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]},{\"text\":\"ilpart\",\"indices\":[26,33]},{\"text\":\"ilreste\",\"indices\":[34,42]},{\"text\":\"change2ton\",\"indices\":[43,54]},{\"text\":\"cqui\",\"indices\":[55,60]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart #ilreste #change2ton #cqui comme \\u00e7a on va me voir.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]},{\"text\":\"ilreste\",\"indices\":[13,21]},{\"text\":\"change2ton\",\"indices\":[22,33]},{\"text\":\"cqui\",\"indices\":[34,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190530719678464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190530719678464,\"created_at\":\"Fri Feb 24 23:40:14 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191002360786944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1042,\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":318,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Issy les moulineaux\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"name\":\"Fabienne BAROLLIER\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":110388053,\"utc_offset\":null,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191002360786944,\"created_at\":\"Fri Feb 24 23:42:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3767000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "58fa3b55-79f4-485f-b2e8-a660f4e033b7-173191002360786944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Antoine_Rouaud en même temps #lgw se cherche à chaque fois c'est une organisation et un décor différent, attends la prochaine :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1818480321/fake_twivatar_normal.gif" +}, +"title": "Marco Pierrard: @Antoine_Rouaud en même temps #lgw se cherche à chaque fois c'est une organisation et un décor différent, attends la prochaine :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3771000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Antoine_Rouaud en m\\u00eame temps #lgw se cherche \\u00e0 chaque fois c'est une organisation et un d\\u00e9cor diff\\u00e9rent, attends la prochaine :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Antoine_Rouaud\",\"indices\":[0,15],\"id_str\":\"373509666\",\"name\":\"Antoine Rouaud\",\"id\":373509666}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173190551502462977\",\"id_str\":\"173191020853477376\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173190551502462977,\"in_reply_to_user_id_str\":\"373509666\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":315,\"screen_name\":\"marcopierrard\",\"lang\":\"fr\",\"profile_text_color\":\"4a4a4a\",\"statuses_count\":528,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/419131721\\/fond_twitter2.png\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"2d4c6b\",\"followers_count\":124,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818480321\\/fake_twivatar_normal.gif\",\"description\":\"Animateur, journaliste, bidouilleur web en qu\\u00eate de nouvelles aventures. ex @campusparis & @Radio_Prun \\/\\/ Mes tweets n'engagent que mon avocat.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"999999\",\"id_str\":\"336190321\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/419131721\\/fond_twitter2.png\",\"profile_sidebar_fill_color\":\"\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818480321\\/fake_twivatar_normal.gif\",\"name\":\"Marco Pierrard\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 15 21:57:12 +0000 2011\",\"profile_sidebar_border_color\":\"f0f0f0\",\"id\":336190321,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/www.marcopierrard.fr\"},\"in_reply_to_screen_name\":\"Antoine_Rouaud\",\"truncated\":false,\"id\":173191020853477376,\"created_at\":\"Fri Feb 24 23:42:11 +0000 2012\",\"in_reply_to_user_id\":373509666}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3771000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a136d0a0-3caf-4a16-b376-4bd05bb448ca-173191020853477376" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@JessBoniLambert Mets France5 #cqui #lgw @LudoDelaherche est dans la place.", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @JessBoniLambert Mets France5 #cqui #lgw @LudoDelaherche est dans la place.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3771000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@JessBoniLambert Mets France5 #cqui #lgw @LudoDelaherche est dans la place.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"JessBoniLambert\",\"indices\":[0,16],\"id_str\":\"111092027\",\"name\":\"Jessica Boni-Lambert\",\"id\":111092027},{\"screen_name\":\"LudoDelaherche\",\"indices\":[42,57],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[31,36]},{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173190909058494464\",\"id_str\":\"173191019012169728\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173190909058494464,\"in_reply_to_user_id_str\":\"111092027\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34443,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"JessBoniLambert\",\"truncated\":false,\"id\":173191019012169728,\"created_at\":\"Fri Feb 24 23:42:11 +0000 2012\",\"in_reply_to_user_id\":111092027}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3771000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a37e429e-b6ab-4652-9157-af55d32000aa-173191019012169728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @B_Roger_Petit: #lgw #ilpart #ilreste Qu'ils s'en aillent tous ! #melenchonattitude", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: RT @B_Roger_Petit: #lgw #ilpart #ilreste Qu'ils s'en aillent tous ! #melenchonattitude", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3771000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @B_Roger_Petit: #lgw #ilpart #ilreste Qu'ils s'en aillent tous ! #melenchonattitude\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"B_Roger_Petit\",\"indices\":[3,17],\"name\":\"Bruno Roger-Petit\",\"id_str\":\"48949826\",\"id\":48949826}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]},{\"text\":\"ilpart\",\"indices\":[24,31]},{\"text\":\"ilreste\",\"indices\":[32,40]},{\"text\":\"melenchonattitude\",\"indices\":[68,86]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilpart #ilreste Qu'ils s'en aillent tous ! #melenchonattitude\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]},{\"text\":\"ilreste\",\"indices\":[13,21]},{\"text\":\"melenchonattitude\",\"indices\":[49,67]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190945754456065\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"B_Roger_Petit\",\"lang\":\"fr\",\"favourites_count\":19,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":977,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":6587,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"description\":\"En \\u00e9tat de Grace... \",\"statuses_count\":13864,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"show_all_inline_media\":false,\"listed_count\":245,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"48949826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Bruno Roger-Petit\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"created_at\":\"Sat Jun 20 07:03:26 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":48949826,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/brunorogerpetit\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\"},\"truncated\":false,\"id\":173190945754456065,\"created_at\":\"Fri Feb 24 23:41:53 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191018399805444\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"favourites_count\":10,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1033,\"location\":\"Paris\",\"profile_text_color\":\"3C3940\",\"followers_count\":668,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"statuses_count\":3559,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Bastien Joseph\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":191087175,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\"},\"truncated\":false,\"id\":173191018399805444,\"created_at\":\"Fri Feb 24 23:42:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3771000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0a7cbd4-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "389451d8-5b53-49da-8e3e-2c3a432d9033-173191018399805444" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais #cQui Remi ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Mais #cQui Remi ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3772000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Mais #cQui Remi ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[5,10]},{\"text\":\"lgw\",\"indices\":[18,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191024120827905\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3247,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173191024120827905,\"created_at\":\"Fri Feb 24 23:42:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3772000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0ccb46b7-4ca9-4f9f-85d9-5b2cc5e43bd9-173191024120827905" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rappel : Rémi Gaillard. Une surprise à suivre... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Rappel : Rémi Gaillard. Une surprise à suivre... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3772000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rappel : R\\u00e9mi Gaillard. Une surprise \\u00e0 suivre... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191024926134272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3287,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191024926134272,\"created_at\":\"Fri Feb 24 23:42:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3772000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a03aa37e-c2da-4d2d-b8f0-ab8a471b84c7-173191024926134272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "non...pas Remi Gaillard.... #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1770996562/image_normal.jpg" +}, +"title": "Kayvin Lami: non...pas Remi Gaillard.... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3774000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"non...pas Remi Gaillard.... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191030773002241\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"KayvinLami\",\"lang\":\"en\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":257,\"location\":\"Paris,France\",\"profile_text_color\":\"333333\",\"followers_count\":592,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"description\":\"Je ne changerais pas cette bio tant que Nicolas Sarkozy ne mesurera pas 1m90\",\"statuses_count\":4133,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"dfe0c3\",\"protected\":false,\"id_str\":\"29279584\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Kayvin Lami\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"created_at\":\"Mon Apr 06 20:02:02 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":29279584,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\"},\"truncated\":false,\"id\":173191030773002241,\"created_at\":\"Fri Feb 24 23:42:14 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3774000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7a5bfdd9-2636-4feb-ab23-04e68f57efc5-173191030773002241" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Lgw #Cqui ? (parce que Il reste est en TT)", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #Lgw #Cqui ? (parce que Il reste est en TT)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3776000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#Lgw #Cqui ? (parce que Il reste est en TT)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]},{\"text\":\"Cqui\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191039492956160\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27163,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191039492956160,\"created_at\":\"Fri Feb 24 23:42:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3776000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7ba0edc7-ac92-45b2-9cd6-8d199b3b1596-173191039492956160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw le public me fait penser à mes élèves du fond de la classe toujours à essayer de jeter un oeil sur leur portable au cas ou...", +"img": { +"src": "http://a2.twimg.com/profile_images/1696961418/avatar_normal.JPG" +}, +"title": "Audrey K: #lgw le public me fait penser à mes élèves du fond de la classe toujours à essayer de jeter un oeil sur leur portable au cas ou...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3777000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw le public me fait penser \\u00e0 mes \\u00e9l\\u00e8ves du fond de la classe toujours \\u00e0 essayer de jeter un oeil sur leur portable au cas ou...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191045604052992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"Audreymifasol\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":250,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Quelque part\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1696961418\\/avatar_normal.JPG\",\"description\":\"Prof contractuelle en biologie le lundi, \\u00e9tudiante en histoire, ma\\u00e7on, d\\u00e9coratrice, costumi\\u00e8re, peintre et bidouilleuse de tout l'autre moiti\\u00e9 du temps.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"413420872\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1696961418\\/avatar_normal.JPG\",\"name\":\"Audrey K\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 15 21:31:05 +0000 2011\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":413420872,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/bubulle-de-savon.over-blog.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191045604052992,\"created_at\":\"Fri Feb 24 23:42:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3777000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2de82a7d-30f6-4d54-861f-b47643de25f8-173191045604052992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3777000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[3,10],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]},{\"text\":\"ilpart\",\"indices\":[57,64]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"ilpart\",\"indices\":[45,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":2,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190479788244992\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"Vinvin\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":2216,\"location\":\"Paris, France\",\"profile_text_color\":\"634047\",\"followers_count\":18613,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"description\":\"Auteur, Producteur (StoryCircus) et Com\\u00e9dien. Co-anime Le Grand Webze avec Fran\\u00e7ois Rollin sur France 5. Ecrit beaucoup.\",\"statuses_count\":13264,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":922,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"7223522\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Vinvin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"created_at\":\"Tue Jul 03 07:35:16 +0000 2007\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":7223522,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\"},\"truncated\":false,\"id\":173190479788244992,\"created_at\":\"Fri Feb 24 23:40:02 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":2,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191043699834880\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":543,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"statuses_count\":637,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Royer Charles-Henri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":185396126,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\"},\"truncated\":false,\"id\":173191043699834880,\"created_at\":\"Fri Feb 24 23:42:17 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3777000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bd840c3f-b77e-47f3-93f5-56a6072af570-173191043699834880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi #lgw ? Ça m’intéresse.", +"img": { +"src": "http://a1.twimg.com/profile_images/1540125000/PP_twitter_normal.jpg" +}, +"title": "Sophie Losophie.: C'est quoi #lgw ? Ça m’intéresse.", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3780000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi #lgw ? \\u00c7a m\\u2019int\\u00e9resse.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191056475684865\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":200,\"screen_name\":\"Nophie__\",\"lang\":\"en\",\"profile_text_color\":\"cf4848\",\"statuses_count\":9148,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/319696762\\/x4f15c4b595a5615fe60851f7974cef8.png\",\"location\":\"Ici et l\\u00e0. Mais plus par l\\u00e0.\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"cc4f46\",\"followers_count\":301,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1540125000\\/PP_twitter_normal.jpg\",\"description\":\"J'ai la mauvaise habitude de tweeter et de r\\u00e9fl\\u00e9chier apr\\u00e8s. Alors prends moi comme tu veux, mais surtout pas au premier degr\\u00e8s. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"62632536\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/319696762\\/x4f15c4b595a5615fe60851f7974cef8.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1540125000\\/PP_twitter_normal.jpg\",\"name\":\"Sophie Losophie.\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 03 21:54:45 +0000 2009\",\"profile_sidebar_border_color\":\"756b5f\",\"id\":62632536,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191056475684865,\"created_at\":\"Fri Feb 24 23:42:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3780000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0937e486-ed28-4034-a5c1-edc62e1ec88e-173191056475684865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ouais non mais là Rémi Gaillard dans #lgw ça frise le cliché non. #Cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1614428473/Capture_d__cran_2011-10-30___21.31.58_normal.jpg" +}, +"title": "Yoann Ferret: Ouais non mais là Rémi Gaillard dans #lgw ça frise le cliché non. #Cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3781000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ouais non mais l\\u00e0 R\\u00e9mi Gaillard dans #lgw \\u00e7a frise le clich\\u00e9 non. #Cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]},{\"text\":\"Cqui\",\"indices\":[66,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191059717885952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":261,\"screen_name\":\"yoannferret\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":25134,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/370159424\\/mosaic-export.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"949494\",\"followers_count\":581,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1614428473\\/Capture_d__cran_2011-10-30___21.31.58_normal.jpg\",\"description\":\"Responsable de la r\\u00e9daction sur @FreenewsActu et big boss de @cafegaming. Conversation minimale. R\\u00e9f\\u00e9rences \\u00e9clectiques (chiantes). Romanichel Racing Club\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"efefef\",\"id_str\":\"4035431\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/370159424\\/mosaic-export.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1614428473\\/Capture_d__cran_2011-10-30___21.31.58_normal.jpg\",\"name\":\"Yoann Ferret\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 10 14:18:04 +0000 2007\",\"profile_sidebar_border_color\":\"b5b5b5\",\"id\":4035431,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/www.cafegaming.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191059717885952,\"created_at\":\"Fri Feb 24 23:42:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3781000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "17d718c9-f86c-4637-96a3-cb231c6bfb85-173191059717885952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Qui ne connaît pas Rémi Gaillard #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: Qui ne connaît pas Rémi Gaillard #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3781000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Qui ne conna\\u00eet pas R\\u00e9mi Gaillard #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191062301581313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":665,\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7366,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"location\":\"DtC\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":208,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"name\":\"monsieurhobby\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":78733185,\"utc_offset\":-10800,\"favourites_count\":30,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191062301581313,\"created_at\":\"Fri Feb 24 23:42:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3781000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f15d70f9-0356-41a7-9dd5-84298b6a7bb8-173191062301581313" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ma tête en direct dans une bulle à la télé... #lgw #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1750718496/avatar-poster_normal.jpg" +}, +"title": "Gaëtan Monseu: Ma tête en direct dans une bulle à la télé... #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3783000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ma t\\u00eate en direct dans une bulle \\u00e0 la t\\u00e9l\\u00e9... #lgw #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"ilreste\",\"indices\":[51,59]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191071717785601\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"lynkky\",\"lang\":\"fr\",\"favourites_count\":37,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":160,\"location\":\"Mons, Belgique\",\"profile_text_color\":\"333333\",\"followers_count\":351,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1750718496\\/avatar-poster_normal.jpg\",\"description\":\"Fondateur de l'agence Lynkky. Services en r\\u00e9f\\u00e9rencement (#SEO), liens sponsoris\\u00e9s et WordPress. Co-organisateur @cafenmons. Je tweete 25-50X\\/semaine.\",\"statuses_count\":1238,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":36,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Brussels\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"181110336\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Ga\\u00ebtan Monseu\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Aug 21 08:58:11 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":181110336,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.lynkky.be\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1750718496\\/avatar-poster_normal.jpg\"},\"truncated\":false,\"id\":173191071717785601,\"created_at\":\"Fri Feb 24 23:42:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3783000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "efff0b93-64fa-4e9c-83a5-a205570055d7-173191071717785601" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Si vous voulez plus d'info sur l'ACTA, n'oubliez pas le Webzelive sur http://t.co/jycA9F5R #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1567949026/Fabarol_normal.jpg" +}, +"title": "Fabienne BAROLLIER: RT @LeGrandWebze: Si vous voulez plus d'info sur l'ACTA, n'oubliez pas le Webzelive sur http://t.co/jycA9F5R #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3783000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Si vous voulez plus d'info sur l'ACTA, n'oubliez pas le Webzelive sur http:\\/\\/t.co\\/jycA9F5R #lgw\",\"entities\":{\"urls\":[{\"indices\":[88,108],\"display_url\":\"legrandwebze.com\",\"expanded_url\":\"http:\\/\\/www.legrandwebze.com\",\"url\":\"http:\\/\\/t.co\\/jycA9F5R\"}],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Si vous voulez plus d'info sur l'ACTA, n'oubliez pas le Webzelive sur http:\\/\\/t.co\\/jycA9F5R #lgw\",\"entities\":{\"urls\":[{\"indices\":[70,90],\"display_url\":\"legrandwebze.com\",\"expanded_url\":\"http:\\/\\/www.legrandwebze.com\",\"url\":\"http:\\/\\/t.co\\/jycA9F5R\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190538026168321\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3286,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1481,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173190538026168321,\"created_at\":\"Fri Feb 24 23:40:16 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191070367219712\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Fabarol\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1042,\"location\":\"Issy les moulineaux\",\"profile_text_color\":\"333333\",\"followers_count\":322,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\",\"description\":\"Magazines societe\\/d\\u00e9cryptage de F5. Les Maternelles, Allo Rufo, Mag Sante+Allo Doc, CAD+CDA+CAV, R&C, Medias le Mag, C Politique, LMEF, Dr CAC, LGQ, LGW\",\"statuses_count\":319,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"110388053\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fabienne BAROLLIER\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Feb 01 11:04:06 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":110388053,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1567949026\\/Fabarol_normal.jpg\"},\"truncated\":false,\"id\":173191070367219712,\"created_at\":\"Fri Feb 24 23:42:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3783000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "30205150-701a-4b08-a380-6409b2608842-173191070367219712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw http://t.co/kHmzGIrD", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Krou Stif: #lgw http://t.co/kHmzGIrD", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3784000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw http:\\/\\/t.co\\/kHmzGIrD\",\"entities\":{\"urls\":[{\"indices\":[5,25],\"display_url\":\"seyretmelik.com\\/centre-de-visi\\u2026\",\"expanded_url\":\"http:\\/\\/seyretmelik.com\\/centre-de-visionnage-de-npa-edouard-baer-francois-rollin\\/32771205\",\"url\":\"http:\\/\\/t.co\\/kHmzGIrD\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191074486034432\",\"user\":{\"default_profile_image\":true,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Kroustif\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":6,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"description\":null,\"statuses_count\":3,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"35740376\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Krou Stif\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Apr 27 13:27:45 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":35740376,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\"},\"truncated\":false,\"id\":173191074486034432,\"created_at\":\"Fri Feb 24 23:42:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3784000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c79e6226-7a0d-4089-aace-19fbd65d0c48-173191074486034432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw remi gaillard c'est un bon , normal , il est de montpellier :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1143073505/41403_1088720440_8180_q_normal.jpg" +}, +"title": "yann : #lgw remi gaillard c'est un bon , normal , il est de montpellier :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3785000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw remi gaillard c'est un bon , normal , il est de montpellier :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191078365761536\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":114,\"screen_name\":\"yannosh51\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":695,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"location\":\"france\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"384040\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"description\":\"Gamer, retrogamer m\\u00eame et administrateur chez armagame pour le jeu atomic strike.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"165689120\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"name\":\"yann \",\"default_profile_image\":false,\"created_at\":\"Mon Jul 12 08:06:43 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":165689120,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/www.atomic-strike.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191078365761536,\"created_at\":\"Fri Feb 24 23:42:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3785000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d50cb359-b77b-432c-b16d-f8dbc9283a15-173191078365761536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin, #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Rollin, #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3786000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin, #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlPart\",\"indices\":[8,15]},{\"text\":\"IlPart\",\"indices\":[16,23]},{\"text\":\"IlPart\",\"indices\":[24,31]},{\"text\":\"IlPart\",\"indices\":[32,39]},{\"text\":\"IlPart\",\"indices\":[40,47]},{\"text\":\"IlPart\",\"indices\":[48,55]},{\"text\":\"IlPart\",\"indices\":[56,63]},{\"text\":\"IlPart\",\"indices\":[64,71]},{\"text\":\"IlPart\",\"indices\":[72,79]},{\"text\":\"IlPart\",\"indices\":[80,87]},{\"text\":\"IlPart\",\"indices\":[88,95]},{\"text\":\"IlPart\",\"indices\":[96,103]},{\"text\":\"IlPart\",\"indices\":[104,111]},{\"text\":\"IlPart\",\"indices\":[112,119]},{\"text\":\"IlPart\",\"indices\":[120,127]},{\"text\":\"IlPart\",\"indices\":[128,135]},{\"text\":\"LGW\",\"indices\":[136,140]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191082962718721\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4895,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191082962718721,\"created_at\":\"Fri Feb 24 23:42:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3786000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "914fa865-ee27-42f5-aae5-edfa4f770221-173191082962718721" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #ilReste car c'est comme ça! :)", +"img": { +"src": "http://a1.twimg.com/profile_images/1819788355/tumblr_lz7z4q0dTz1qclhuqo1_500_normal.jpg" +}, +"title": "Obviously, I'm Dobby: #LGW #ilReste car c'est comme ça! :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3786000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW #ilReste car c'est comme \\u00e7a! :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.nibirutech.com\\\" rel=\\\"nofollow\\\"\\u003ETwitBird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191083990327296\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":124,\"screen_name\":\"Elena__chan\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":255,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/422198376\\/2260713621_small_1.jpg\",\"location\":\"The Shire.\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"000000\",\"followers_count\":50,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1819788355\\/tumblr_lz7z4q0dTz1qclhuqo1_500_normal.jpg\",\"description\":\"\\u007B #TVDFamily #Potterhead #Primadonna #Echelon #TeamDamon #NewTribute \\u007D\\n\\nAlso: @iTweetSiriusly.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e688\",\"id_str\":\"451635110\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422198376\\/2260713621_small_1.jpg\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1819788355\\/tumblr_lz7z4q0dTz1qclhuqo1_500_normal.jpg\",\"name\":\"Obviously, I'm Dobby\",\"default_profile_image\":false,\"created_at\":\"Sat Dec 31 19:57:09 +0000 2011\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":451635110,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/itumblrsiriusly.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191083990327296,\"created_at\":\"Fri Feb 24 23:42:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3786000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3428cfe1-111f-4146-a757-6f54e2aff657-173191083990327296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tiens, mon voisin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1609615947/avatar_normal.jpg" +}, +"title": "Christophe WEILL: Tiens, mon voisin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3789000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Tiens, mon voisin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191095084253186\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"7b9d01\",\"screen_name\":\"tractataire\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":487,\"location\":\"Montpellier, France\",\"profile_text_color\":\"333333\",\"followers_count\":426,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"description\":\"Communication globale multimedia : print, web, video, e-learning. Curieux et news-addict !\",\"statuses_count\":9394,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"show_all_inline_media\":true,\"listed_count\":18,\"profile_link_color\":\"8f6e31\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7c985\",\"protected\":false,\"id_str\":\"24436721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Christophe WEILL\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"created_at\":\"Sat Mar 14 21:54:13 +0000 2009\",\"profile_sidebar_fill_color\":\"a7c964\",\"id\":24436721,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.tractataire.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\"},\"truncated\":false,\"id\":173191095084253186,\"created_at\":\"Fri Feb 24 23:42:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3789000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ba7bd728-a867-4122-9bcf-22d7ed3a1c12-173191095084253186" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@remigaillard à Dax en juin #lgw #satiradax 2", +"img": { +"src": "http://a2.twimg.com/profile_images/1801584941/image_normal.jpg" +}, +"title": "Nicolas LE SAINT: @remigaillard à Dax en juin #lgw #satiradax 2", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3790000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@remigaillard \\u00e0 Dax en juin #lgw #satiradax 2\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"RemiGaillard\",\"indices\":[0,13],\"id_str\":\"14415287\",\"name\":\"Remi Gaillard\",\"id\":14415287}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]},{\"text\":\"satiradax\",\"indices\":[33,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191099240816642\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"14415287\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"nicolaslesaint\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":62,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":5,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1801584941\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"404016609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801584941\\/image_normal.jpg\",\"name\":\"Nicolas LE SAINT\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 03 10:00:21 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":404016609,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"RemiGaillard\",\"truncated\":false,\"id\":173191099240816642,\"created_at\":\"Fri Feb 24 23:42:30 +0000 2012\",\"in_reply_to_user_id\":14415287}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3790000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0abf308-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b99873b7-d94c-4c14-9667-65464a2f61d7-173191099240816642" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@crazou_ Là c'est toi le suceur, par contre :D #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1163347850/kolya_avatar_normal.jpg" +}, +"title": "Florian Descamps: @crazou_ Là c'est toi le suceur, par contre :D #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3790000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"crazou_\",\"favorited\":false,\"text\":\"@crazou_ L\\u00e0 c'est toi le suceur, par contre :D #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"crazou_\",\"indices\":[0,8],\"name\":\"Crazou\",\"id_str\":\"120808218\",\"id\":120808218}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[47,51]}]},\"in_reply_to_user_id\":120808218,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173190802640601089,\"in_reply_to_status_id_str\":\"173190802640601089\",\"id_str\":\"173191100666880001\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"1d1d1b\",\"screen_name\":\"KolyaFR\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":186,\"location\":\"Lille\",\"profile_text_color\":\"1d1d1b\",\"followers_count\":76,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1163347850\\/kolya_avatar_normal.jpg\",\"description\":\"Photographe ind\\u00e9pendant.\",\"statuses_count\":555,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/169909759\\/IMG_3376.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"9d592e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"1d1d1b\",\"protected\":false,\"id_str\":\"109725925\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Florian Descamps\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/169909759\\/IMG_3376.jpg\",\"created_at\":\"Sat Jan 30 01:46:30 +0000 2010\",\"profile_sidebar_fill_color\":\"cccccc\",\"id\":109725925,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.kolya.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1163347850\\/kolya_avatar_normal.jpg\"},\"truncated\":false,\"id\":173191100666880001,\"created_at\":\"Fri Feb 24 23:42:30 +0000 2012\",\"in_reply_to_user_id_str\":\"120808218\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3790000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6ef1aa96-1fdf-4101-a6a4-fe668d5528e4-173191100666880001" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et donc #lgw est en TT France, like a boss @LeGrandWebze #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: Et donc #lgw est en TT France, like a boss @LeGrandWebze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3790000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et donc #lgw est en TT France, like a boss @LeGrandWebze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[43,56],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]},{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191099375030273\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2883,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"name\":\"Marie\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":120444044,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191099375030273,\"created_at\":\"Fri Feb 24 23:42:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3790000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62be79d8-44cf-42bb-9336-bc0150086e68-173191099375030273" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ils sont sérieux ? pour montrer gaillard ils montrent ses exploits avec un ballon ? #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: ils sont sérieux ? pour montrer gaillard ils montrent ses exploits avec un ballon ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3792000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ils sont s\\u00e9rieux ? pour montrer gaillard ils montrent ses exploits avec un ballon ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[84,88]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191106559885313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":142,\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"profile_text_color\":\"ba9012\",\"statuses_count\":5336,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Albi, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29086699,\"utc_offset\":3600,\"favourites_count\":110,\"url\":\"http:\\/\\/isshin-san.over-blog.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191106559885313,\"created_at\":\"Fri Feb 24 23:42:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3792000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "71f0fdb2-6ee2-4bfa-ada6-5d8c135e3bc4-173191106559885313" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@PascalMabille des prochains épisodes prévus bientôt ou il faut attendre les émissions #lgw ?", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: @PascalMabille des prochains épisodes prévus bientôt ou il faut attendre les émissions #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3793000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"PascalMabille\",\"favorited\":false,\"text\":\"@PascalMabille des prochains \\u00e9pisodes pr\\u00e9vus bient\\u00f4t ou il faut attendre les \\u00e9missions #lgw ?\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[0,14],\"name\":\"Pascal Mabille\",\"id_str\":\"1367131\",\"id\":1367131}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[87,91]}]},\"in_reply_to_user_id\":1367131,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173190234450833411,\"in_reply_to_status_id_str\":\"173190234450833411\",\"id_str\":\"173191112004079617\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"592459\",\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"favourites_count\":461,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"statuses_count\":2729,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Oriane Hurard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"id\":198934087,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\"},\"truncated\":false,\"id\":173191112004079617,\"created_at\":\"Fri Feb 24 23:42:33 +0000 2012\",\"in_reply_to_user_id_str\":\"1367131\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3793000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3b52401a-04f2-4ca8-b376-903984261542-173191112004079617" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"Dieu règne sur le ciel et l'argent sur la Terre\" #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1538693241/Logo_Dabet_21_normal.jpg" +}, +"title": "Merwan Saidi: \"Dieu règne sur le ciel et l'argent sur la Terre\" #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3793000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\\"Dieu r\\u00e8gne sur le ciel et l'argent sur la Terre\\\" #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[50,54]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191114113814528\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"Dabet21\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":10,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1538693241\\/Logo_Dabet_21_normal.jpg\",\"description\":\"\",\"statuses_count\":89,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"367182232\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Merwan Saidi\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Sat Sep 03 14:42:53 +0000 2011\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":367182232,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/dabet21.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1538693241\\/Logo_Dabet_21_normal.jpg\"},\"truncated\":false,\"id\":173191114113814528,\"created_at\":\"Fri Feb 24 23:42:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3793000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c2b7b5fd-1340-47a1-8085-b2ce1f24d180-173191114113814528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ma phrase à moi c'est \"C'est en regardant n'importe quoi qu'on devient con\" #LGW #remygaillard", +"img": { +"src": "http://a2.twimg.com/profile_images/1563780941/pic_copie_normal.jpg" +}, +"title": "oOfasnI: Ma phrase à moi c'est \"C'est en regardant n'importe quoi qu'on devient con\" #LGW #remygaillard", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3794000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ma phrase \\u00e0 moi c'est \\\"C'est en regardant n'importe quoi qu'on devient con\\\" #LGW #remygaillard\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[76,80]},{\"text\":\"remygaillard\",\"indices\":[81,94]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191114503897088\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"InsafOo\",\"lang\":\"fr\",\"favourites_count\":34,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":141,\"location\":\"Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":198,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1563780941\\/pic_copie_normal.jpg\",\"description\":\"Journalisme \\u00e0 l'ULB\\/ Stage \\u00e0 la RTBF et au Soir\\/ Erasmus \\u00e0 Paris\\/ Jobiste au Cirque Royal\\/ Parle r\\u00e9guli\\u00e8rement le sarcasme\\/ Mes cuites n'engagent que moi.\",\"statuses_count\":1083,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"342660437\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"oOfasnI\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Tue Jul 26 11:22:50 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":342660437,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/insiblog.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1563780941\\/pic_copie_normal.jpg\"},\"truncated\":false,\"id\":173191114503897088,\"created_at\":\"Fri Feb 24 23:42:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3794000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0ac9506-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2617034a-f413-4d8e-8937-d5f0dd46a531-173191114503897088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ou une émission qui parle de ma VRAIE culture... Ce que c'est bon quoi ! Enfin un truc qui est pas totalement out !", +"img": { +"src": "http://a0.twimg.com/profile_images/1399208256/Photo_00017_normal.jpg" +}, +"title": "Aurore Praline: #lgw ou une émission qui parle de ma VRAIE culture... Ce que c'est bon quoi ! Enfin un truc qui est pas totalement out !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3794000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw ou une \\u00e9mission qui parle de ma VRAIE culture... Ce que c'est bon quoi ! Enfin un truc qui est pas totalement out !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191117922250753\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"screen_name\":\"Aurore_at_point\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":187,\"location\":\"Coming Soon in Paris\",\"profile_text_color\":\"333333\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1399208256\\/Photo_00017_normal.jpg\",\"description\":\"When I'll growin' up, I'll be as I wanted when I was a child. \\r\\nWriting scenarios... What's better ? \",\"statuses_count\":560,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"626d8a\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"aaadac\",\"protected\":false,\"id_str\":\"318077034\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Aurore Praline\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"created_at\":\"Wed Jun 15 22:54:54 +0000 2011\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"id\":318077034,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1399208256\\/Photo_00017_normal.jpg\"},\"truncated\":false,\"id\":173191117922250753,\"created_at\":\"Fri Feb 24 23:42:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3794000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c46cf085-d4c8-469b-9688-12a100af3542-173191117922250753" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "“@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart” pas très sport ;))", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: “@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart” pas très sport ;))", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3797000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u201c@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\\u201d pas tr\\u00e8s sport ;))\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[1,8],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]},{\"text\":\"ilpart\",\"indices\":[55,62]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191130266083329\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":543,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"statuses_count\":637,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Royer Charles-Henri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":185396126,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\"},\"truncated\":false,\"id\":173191130266083329,\"created_at\":\"Fri Feb 24 23:42:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3797000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5d87b680-fec0-4561-99e3-d5972de7a8fd-173191130266083329" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et maintenant un tout nouvel artiste qui va révolutionner la musique, Chuck Berry ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: Et maintenant un tout nouvel artiste qui va révolutionner la musique, Chuck Berry ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3799000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et maintenant un tout nouvel artiste qui va r\\u00e9volutionner la musique, Chuck Berry ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[84,88]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191139183177728\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":75,\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":990,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":20,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"name\":\"Shik-a-Marrant\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_border_color\":\"c0c3c4\",\"id\":57607506,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191139183177728,\"created_at\":\"Fri Feb 24 23:42:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3799000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "db79097d-bde0-4d76-bd77-4e072cf60c31-173191139183177728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @manonkzlwsk: Ah Rémi Gaillard. Je vais peut être comprendre là. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1676302062/Sans_titre_1_normal.jpg" +}, +"title": "ZS: RT @manonkzlwsk: Ah Rémi Gaillard. Je vais peut être comprendre là. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3800000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @manonkzlwsk: Ah R\\u00e9mi Gaillard. Je vais peut \\u00eatre comprendre l\\u00e0. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"manonkzlwsk\",\"indices\":[3,15],\"id_str\":\"48084154\",\"name\":\"Manon\",\"id\":48084154}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Ah R\\u00e9mi Gaillard. Je vais peut \\u00eatre comprendre l\\u00e0. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190973751443456\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15002,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":262,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190973751443456,\"created_at\":\"Fri Feb 24 23:42:00 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191143373283328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":136,\"screen_name\":\"Alboss_ZS\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3833,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\",\"description\":\"Passionn\\u00e9 de m\\u00e9dias, politique, actualit\\u00e9. Je tweete sur tout ce qui bouge, \\u00e0 peu pr\\u00e8s. En campagne pour #NS2012. Mais j'ai des followers #FDG et j'le vis bien.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"429480778\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\",\"name\":\"ZS\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 06 01:09:27 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":429480778,\"utc_offset\":null,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191143373283328,\"created_at\":\"Fri Feb 24 23:42:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3800000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "444d6ba7-e1cf-44d5-aa35-1af4ac258fe4-173191143373283328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Of course RT @aump1: @plumesdanges Le professeur Rollin SVP! #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: Of course RT @aump1: @plumesdanges Le professeur Rollin SVP! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3801000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Of course RT @aump1: @plumesdanges Le professeur Rollin SVP! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"aump1\",\"indices\":[13,19],\"name\":\"AUMONT\",\"id_str\":\"435324805\",\"id\":435324805},{\"screen_name\":\"plumesdanges\",\"indices\":[21,34],\"name\":\"plumesdanges\",\"id_str\":\"27325670\",\"id\":27325670}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191145092952064\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"fcfcfc\",\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"favourites_count\":84,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":283,\"location\":\"Hell\",\"profile_text_color\":\"0a0a0a\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"statuses_count\":39034,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"plumesdanges\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"id\":27325670,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\"},\"truncated\":false,\"id\":173191145092952064,\"created_at\":\"Fri Feb 24 23:42:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3801000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2d707c3a-d222-4a2b-b194-e6c051220a06-173191145092952064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il y a vraiment des gens sur terre qui ne connaissent pas rémy gaillard #lgw ?", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: Il y a vraiment des gens sur terre qui ne connaissent pas rémy gaillard #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3801000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il y a vraiment des gens sur terre qui ne connaissent pas r\\u00e9my gaillard #lgw ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191145835331585\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":70,\"location\":\"Marseille\\/Paris\",\"profile_text_color\":\"3E4415\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"statuses_count\":5142,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Matthieu Michel\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":68460513,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\"},\"truncated\":false,\"id\":173191145835331585,\"created_at\":\"Fri Feb 24 23:42:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3801000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2f816f12-6d8d-42c0-8e69-90a3a55cea07-173191145835331585" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw haha pas mal la vidéo", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: #lgw haha pas mal la vidéo", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3801000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw haha pas mal la vid\\u00e9o\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191144958734336\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"favourites_count\":39,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":231,\"location\":\"chez les mafieux mexicains\",\"profile_text_color\":\"333333\",\"followers_count\":391,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":10977,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Young, Wild & Free\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":363343002,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\"},\"truncated\":false,\"id\":173191144958734336,\"created_at\":\"Fri Feb 24 23:42:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3801000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d7580707-9eb0-4b22-b2f1-0ec4e24b4e6a-173191144958734336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #lgw #pascalpapéisme #PapeStaïïle", +"img": { +"src": "http://a3.twimg.com/profile_images/1693436244/tw_13513942_1323894171_normal.jpg" +}, +"title": "Nicolas Legros: #cqui #lgw #pascalpapéisme #PapeStaïïle", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3802000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cqui #lgw #pascalpap\\u00e9isme #PapeSta\\u00ef\\u00efle\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]},{\"text\":\"pascalpap\\u00e9isme\",\"indices\":[11,26]},{\"text\":\"PapeSta\\u00ef\\u00efle\",\"indices\":[27,39]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.142488,48.9203048],[2.2061332,48.9203048],[2.2061332,48.954515],[2.142488,48.954515]]]},\"attributes\":{},\"full_name\":\"Sartrouville, Yvelines\",\"name\":\"Sartrouville\",\"id\":\"fdc15213df467db3\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/fdc15213df467db3.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.20233578,48.94107845]},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.94107845,2.20233578]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191148574212096\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"NicolasLegros\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":386,\"location\":\"sartrouville\",\"profile_text_color\":\"333333\",\"followers_count\":140,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1693436244\\/tw_13513942_1323894171_normal.jpg\",\"description\":\"RUGBY(ra\\u00e7ing, toulouse, sprinboks) rock, vie de famille, killstreak et votera pascal pap\\u00e9 en 2012.. un maitre @kakaOpopo #tontonatoujoursraison\",\"statuses_count\":2761,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"120251174\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Nicolas Legros\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Mar 05 22:47:53 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":120251174,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1693436244\\/tw_13513942_1323894171_normal.jpg\"},\"truncated\":false,\"id\":173191148574212096,\"created_at\":\"Fri Feb 24 23:42:42 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3802000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0ad6fb2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0a0db4e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8997ad32-39a8-44b5-82a9-5da1bea7631a-173191148574212096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Là on peut le dire... Rémi Gaillard dans #LGW, c'est #OLD !!!", +"img": { +"src": "http://a0.twimg.com/profile_images/1612182362/photo_profil_normal.JPG" +}, +"title": "Stéphane Hilarion: Là on peut le dire... Rémi Gaillard dans #LGW, c'est #OLD !!!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3802000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"L\\u00e0 on peut le dire... R\\u00e9mi Gaillard dans #LGW, c'est #OLD !!!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[41,45]},{\"text\":\"OLD\",\"indices\":[53,57]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191151472484354\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"stephilarion\",\"lang\":\"fr\",\"favourites_count\":92,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1094,\"location\":\"Bordeaux \\/ Chartrons\",\"profile_text_color\":\"333333\",\"followers_count\":1083,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1612182362\\/photo_profil_normal.JPG\",\"description\":\"Journaliste web \\u00e0 Sud Ouest Bordeaux, \\u00e9picurien du lol et adepte de toutes les connexions \",\"statuses_count\":8069,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433624823\\/twilk_background_4f47d7b838680.jpg\",\"show_all_inline_media\":true,\"listed_count\":73,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"86339600\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"St\\u00e9phane Hilarion\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433624823\\/twilk_background_4f47d7b838680.jpg\",\"created_at\":\"Fri Oct 30 15:50:54 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":86339600,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.sudouest.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612182362\\/photo_profil_normal.JPG\"},\"truncated\":false,\"id\":173191151472484354,\"created_at\":\"Fri Feb 24 23:42:42 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3802000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efc7e104-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6f152e38-26ac-4c50-b86b-99b5268600d0-173191151472484354" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monsieur_Poulpe: Est-ce que @Gregshow et @davidmarsais ils peuvent embrasser le professeur rollin ? #Lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1850885667/image_normal.jpg" +}, +"title": "Mademoiselle J. : RT @Monsieur_Poulpe: Est-ce que @Gregshow et @davidmarsais ils peuvent embrasser le professeur rollin ? #Lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3805000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Monsieur_Poulpe: Est-ce que @Gregshow et @davidmarsais ils peuvent embrasser le professeur rollin ? #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Monsieur_Poulpe\",\"indices\":[3,19],\"id_str\":\"101887303\",\"name\":\"Monsieur Poulpe\",\"id\":101887303},{\"screen_name\":\"Gregshow\",\"indices\":[32,41],\"id_str\":\"23932076\",\"name\":\"Gregshow\",\"id\":23932076},{\"screen_name\":\"davidmarsais\",\"indices\":[45,58],\"id_str\":\"140357554\",\"name\":\"David Marsais\",\"id\":140357554}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[104,108]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Est-ce que @Gregshow et @davidmarsais ils peuvent embrasser le professeur rollin ? #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Gregshow\",\"indices\":[11,20],\"id_str\":\"23932076\",\"name\":\"Gregshow\",\"id\":23932076},{\"screen_name\":\"davidmarsais\",\"indices\":[24,37],\"id_str\":\"140357554\",\"name\":\"David Marsais\",\"id\":140357554}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179528137555968\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2826,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"followers_count\":14315,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"68baae\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"name\":\"Monsieur Poulpe\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_border_color\":\"010203\",\"id\":101887303,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179528137555968,\"created_at\":\"Fri Feb 24 22:56:31 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191164109914112\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":361,\"screen_name\":\"mjaoul\",\"lang\":\"fr\",\"profile_text_color\":\"5E412F\",\"statuses_count\":895,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433595162\\/x1969171fef9e478bfae1cae8bd91536.png\",\"location\":\"montpellier\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"a349a4\",\"followers_count\":97,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850885667\\/image_normal.jpg\",\"description\":\"Doctorante en droit, sp\\u00e9cialiste des salades de fruits...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"c8bfe7\",\"id_str\":\"436463746\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433595162\\/x1969171fef9e478bfae1cae8bd91536.png\",\"profile_sidebar_fill_color\":\"78C0A8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850885667\\/image_normal.jpg\",\"name\":\"Mademoiselle J. \",\"default_profile_image\":false,\"created_at\":\"Wed Dec 14 06:21:26 +0000 2011\",\"profile_sidebar_border_color\":\"F0A830\",\"id\":436463746,\"utc_offset\":3600,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191164109914112,\"created_at\":\"Fri Feb 24 23:42:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3805000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df8cce2c-3512-4883-92e4-1e93ff1a9b26-173191164109914112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Fabarol @kheops @AudeBaron #LGW France 5 innove encore: plus de monde en studio et régie que devant la télé. Bravo, Fab", +"img": { +"src": "http://a3.twimg.com/profile_images/1365879970/Unknown_normal.jpg" +}, +"title": "Christian Gerin: @Fabarol @kheops @AudeBaron #LGW France 5 innove encore: plus de monde en studio et régie que devant la télé. Bravo, Fab", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3806000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Fabarol @kheops @AudeBaron #LGW France 5 innove encore: plus de monde en studio et r\\u00e9gie que devant la t\\u00e9l\\u00e9. Bravo, Fab\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Fabarol\",\"indices\":[0,8],\"id_str\":\"110388053\",\"name\":\"Fabienne BAROLLIER\",\"id\":110388053},{\"screen_name\":\"Kheops\",\"indices\":[9,16],\"id_str\":\"9473162\",\"name\":\"Kheops\",\"id\":9473162},{\"screen_name\":\"AudeBaron\",\"indices\":[17,27],\"id_str\":\"18125180\",\"name\":\"Aude Baron\",\"id\":18125180}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173189993479675904\",\"id_str\":\"173191168534908928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173189993479675904,\"in_reply_to_user_id_str\":\"110388053\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":47,\"screen_name\":\"gerin17juin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":72,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":105,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1365879970\\/Unknown_normal.jpg\",\"description\":\"Journaliste, producteur TV. Mes tweets n'engagent pas le groupe 17 Juin Media\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"100299161\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1365879970\\/Unknown_normal.jpg\",\"name\":\"Christian Gerin\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 29 19:19:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":100299161,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":\"Fabarol\",\"truncated\":false,\"id\":173191168534908928,\"created_at\":\"Fri Feb 24 23:42:46 +0000 2012\",\"in_reply_to_user_id\":110388053}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3806000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bb6f4b0a-4fe7-48f0-bbe5-2c7ec8522649-173191168534908928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@AudeBaron Tiens toi droite devant ton ordi! #jaimalaudosa30ans #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1341369350/IMG_0292_normal.JPG" +}, +"title": "Sébastien Von Roth: @AudeBaron Tiens toi droite devant ton ordi! #jaimalaudosa30ans #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3808000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"AudeBaron\",\"favorited\":false,\"text\":\"@AudeBaron Tiens toi droite devant ton ordi! #jaimalaudosa30ans #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"AudeBaron\",\"indices\":[0,10],\"name\":\"Aude Baron\",\"id_str\":\"18125180\",\"id\":18125180}],\"hashtags\":[{\"text\":\"jaimalaudosa30ans\",\"indices\":[45,63]},{\"text\":\"lgw\",\"indices\":[64,68]}]},\"in_reply_to_user_id\":18125180,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191175803633664\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"e0da61\",\"screen_name\":\"svonroth\",\"lang\":\"fr\",\"favourites_count\":90,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":186,\"location\":\"Lussy\",\"profile_text_color\":\"525252\",\"followers_count\":43,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1341369350\\/IMG_0292_normal.JPG\",\"description\":\"UX Designer\\/Graphiste iOs & Web\",\"statuses_count\":238,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"eba800\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Bern\",\"profile_background_color\":\"f2f2f2\",\"protected\":false,\"id_str\":\"14003172\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"S\\u00e9bastien Von Roth\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"created_at\":\"Tue Feb 26 14:07:04 +0000 2008\",\"profile_sidebar_fill_color\":\"ffee7f\",\"id\":14003172,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.sobees.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1341369350\\/IMG_0292_normal.JPG\"},\"truncated\":false,\"id\":173191175803633664,\"created_at\":\"Fri Feb 24 23:42:48 +0000 2012\",\"in_reply_to_user_id_str\":\"18125180\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3808000, +"tags": [ +{ +"id-ref": "f0addd6c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9934d746-704d-4323-8cbb-4e0e07bd9005-173191175803633664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Waw c'est quoi cette émission ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/180809658/tableau_normal.jpg" +}, +"title": "Benjamin Sabardu: Waw c'est quoi cette émission ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3810000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Waw c'est quoi cette \\u00e9mission ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191183097532417\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Ben_Sab\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":97,\"location\":\"Nantes\",\"profile_text_color\":\"333333\",\"followers_count\":39,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/180809658\\/tableau_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00c9cole de Commerce\",\"statuses_count\":296,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Dublin\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"34908569\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Benjamin Sabardu\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Apr 24 12:08:26 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":34908569,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/180809658\\/tableau_normal.jpg\"},\"truncated\":false,\"id\":173191183097532417,\"created_at\":\"Fri Feb 24 23:42:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3810000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "001e551a-3918-4e1a-b345-f7de128a636b-173191183097532417" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @lillithParis: #lgw est-ce que le rocker qui boude là peut rester tranquille 2 secondes, je règle les couleurs de ma TV sur sa chemise.", +"img": { +"src": "http://a0.twimg.com/profile_images/1850427609/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal" +}, +"title": "amnesicmercury: RT @lillithParis: #lgw est-ce que le rocker qui boude là peut rester tranquille 2 secondes, je règle les couleurs de ma TV sur sa chemise.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3810000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @lillithParis: #lgw est-ce que le rocker qui boude l\\u00e0 peut rester tranquille 2 secondes, je r\\u00e8gle les couleurs de ma TV sur sa chemise.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"lillithParis\",\"indices\":[3,16],\"name\":\"Lillith \\u00e0 Paris\",\"id_str\":\"301584281\",\"id\":301584281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw est-ce que le rocker qui boude l\\u00e0 peut rester tranquille 2 secondes, je r\\u00e8gle les couleurs de ma TV sur sa chemise.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189149887709184\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"lillithParis\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":56,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":91,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1362134002\\/barbie-50s_normal.jpg\",\"description\":\"Conseil en r\\u00e9volte plan\\u00e9taire.-------------------Life is not so serious.\\r\\n\",\"statuses_count\":2592,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"301584281\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Lillith \\u00e0 Paris\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu May 19 18:24:07 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":301584281,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1362134002\\/barbie-50s_normal.jpg\"},\"truncated\":false,\"id\":173189149887709184,\"created_at\":\"Fri Feb 24 23:34:45 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191183600844802\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"204207\",\"screen_name\":\"amnesicmercury\",\"lang\":\"en\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":355,\"location\":\"Lille, France\",\"profile_text_color\":\"485C3A\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850427609\\/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal\",\"description\":\"If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea \",\"statuses_count\":6669,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413071977\\/x47753175a3e5ec841493b005971cc32.jpg\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"618238\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"16603797\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"amnesicmercury\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413071977\\/x47753175a3e5ec841493b005971cc32.jpg\",\"created_at\":\"Sun Oct 05 17:41:52 +0000 2008\",\"profile_sidebar_fill_color\":\"060A00\",\"id\":16603797,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/about.me\\/guillaumel\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850427609\\/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal\"},\"truncated\":false,\"id\":173191183600844802,\"created_at\":\"Fri Feb 24 23:42:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3810000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5c6cbc09-90ca-4f0f-8c57-ab0d0a4a3ab0-173191183600844802" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Rappel : Rémi Gaillard. Une surprise à suivre... #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" +}, +"title": "zed: RT @LeGrandWebze: Rappel : Rémi Gaillard. Une surprise à suivre... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3811000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Rappel : R\\u00e9mi Gaillard. Une surprise \\u00e0 suivre... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Rappel : R\\u00e9mi Gaillard. Une surprise \\u00e0 suivre... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191024926134272\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3288,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1480,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173191024926134272,\"created_at\":\"Fri Feb 24 23:42:12 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191186805305344\",\"user\":{\"default_profile_image\":true,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"vivenegima\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":14,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\",\"description\":null,\"statuses_count\":1,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"490228950\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"zed\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Feb 12 10:37:28 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":490228950,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_1_normal.png\"},\"truncated\":false,\"id\":173191186805305344,\"created_at\":\"Fri Feb 24 23:42:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3811000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0f5eb200-b85d-412b-887d-2f778f9dbaa0-173191186805305344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est pas un peu has been Rémi Gaillard ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1450101729/manarajeans_normal.png" +}, +"title": "Qrieuse: C'est pas un peu has been Rémi Gaillard ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3811000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est pas un peu has been R\\u00e9mi Gaillard ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191189481267201\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":218,\"screen_name\":\"qrieuse\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7089,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/172595545\\/goodbyeJan.jpg\",\"location\":\"Peut-\\u00eatre juste derri\\u00e8re toi ?\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"FF3300\",\"followers_count\":688,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1450101729\\/manarajeans_normal.png\",\"description\":\"\\u00c9picurienne...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"141413\",\"id_str\":\"216706997\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/172595545\\/goodbyeJan.jpg\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1450101729\\/manarajeans_normal.png\",\"name\":\"Qrieuse\",\"default_profile_image\":false,\"created_at\":\"Wed Nov 17 13:59:55 +0000 2010\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":216706997,\"utc_offset\":3600,\"favourites_count\":19,\"url\":\"http:\\/\\/qrieuse.blogspot.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191189481267201,\"created_at\":\"Fri Feb 24 23:42:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3811000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b74be2ed-41ac-4308-9b54-5a0102f545dc-173191189481267201" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tout pareil RT “@JessBoniLambert: Lire sa TL et découvrir pleins de #cqui mais ne rien y comprendre #JeMeSensSeule :( #lgw”", +"img": { +"src": "http://a2.twimg.com/profile_images/1838854364/image_normal.jpg" +}, +"title": "Celine: Tout pareil RT “@JessBoniLambert: Lire sa TL et découvrir pleins de #cqui mais ne rien y comprendre #JeMeSensSeule :( #lgw”", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3812000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Tout pareil RT \\u201c@JessBoniLambert: Lire sa TL et d\\u00e9couvrir pleins de #cqui mais ne rien y comprendre #JeMeSensSeule :( #lgw\\u201d\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"JessBoniLambert\",\"indices\":[16,32],\"name\":\"Jessica Boni-Lambert\",\"id_str\":\"111092027\",\"id\":111092027}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[68,73]},{\"text\":\"JeMeSensSeule\",\"indices\":[100,114]},{\"text\":\"lgw\",\"indices\":[118,122]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191189661618176\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"McMademoiselle\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":537,\"location\":\"Limerick, Ireland\",\"profile_text_color\":\"634047\",\"followers_count\":280,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1838854364\\/image_normal.jpg\",\"description\":\"Goofball, rugby fan, beer, food, wine & fun lover... Just a silly French girl really. Ardent Toulouse and XV de France supporter, and sometimes beauty blogger\",\"statuses_count\":5174,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Dublin\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"288357486\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Celine\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"created_at\":\"Tue Apr 26 18:18:58 +0000 2011\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":288357486,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":\"http:\\/\\/mcmademoisellelikes.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838854364\\/image_normal.jpg\"},\"truncated\":false,\"id\":173191189661618176,\"created_at\":\"Fri Feb 24 23:42:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3812000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0a68706-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "37b0c11f-b25f-451c-ba8d-51a38adb331c-173191189661618176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Putain j'allume ma télé et constate que vinvin existe encore. #oldschool #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1804932048/images_normal.jpeg" +}, +"title": "smokie: Putain j'allume ma télé et constate que vinvin existe encore. #oldschool #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3815000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Putain j'allume ma t\\u00e9l\\u00e9 et constate que vinvin existe encore. #oldschool #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"oldschool\",\"indices\":[62,72]},{\"text\":\"lgw\",\"indices\":[73,77]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191202995306496\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"smokie\",\"lang\":\"en\",\"favourites_count\":225,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":556,\"location\":\"Paris \\/\\/ Kemper\",\"profile_text_color\":\"666666\",\"followers_count\":226,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1804932048\\/images_normal.jpeg\",\"description\":\"Goad ha gwin eviz \\/\\/ Er gwall vriz\\r\\n\",\"statuses_count\":2709,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/7046617\\/circuitboard.jpg\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"1257151\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"smokie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/7046617\\/circuitboard.jpg\",\"created_at\":\"Fri Mar 16 00:33:50 +0000 2007\",\"profile_sidebar_fill_color\":\"252429\",\"id\":1257151,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804932048\\/images_normal.jpeg\"},\"truncated\":false,\"id\":173191202995306496,\"created_at\":\"Fri Feb 24 23:42:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3815000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0ae8244-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a9978d61-efb2-4362-b266-55d571fc9456-173191202995306496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il est moins bien habillé que @vinvin #ilpart #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1843250602/image_normal.jpg" +}, +"title": "Virginie Lominet: Il est moins bien habillé que @vinvin #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3815000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il est moins bien habill\\u00e9 que @vinvin #ilpart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[30,37],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[38,45]},{\"text\":\"lgw\",\"indices\":[46,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191202764619778\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"laristocraft\",\"lang\":\"fr\",\"favourites_count\":426,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":916,\"location\":\"Boulogne-billancourt\",\"profile_text_color\":\"333333\",\"followers_count\":4463,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"description\":\"Ne dites pas \\u00e0 ma m\\u00e8re que je suis community manager, elle me croit pianiste dans un bordel. Fantasque & despotique. Pathologie: Bovarysme. On @Locita @Owni\",\"statuses_count\":15207,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"show_all_inline_media\":false,\"listed_count\":402,\"profile_link_color\":\"ab3202\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"16502490\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Virginie Lominet\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"created_at\":\"Sun Sep 28 20:37:13 +0000 2008\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":16502490,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.laristocraft.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\"},\"truncated\":false,\"id\":173191202764619778,\"created_at\":\"Fri Feb 24 23:42:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3815000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2d78105e-a296-4abc-bbf8-bb8264a69b90-173191202764619778" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vidéo Gag, c'était mieux avant. #Lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1650056809/pandadanssonbain_normal.JPG" +}, +"title": "justice pandine: Vidéo Gag, c'était mieux avant. #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3817000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Vid\\u00e9o Gag, c'\\u00e9tait mieux avant. #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191214596755456\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"adffef\",\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"favourites_count\":1862,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1340,\"location\":\"Bambouseraie\",\"profile_text_color\":\"1a0e1a\",\"followers_count\":2570,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"statuses_count\":28275,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"show_all_inline_media\":false,\"listed_count\":193,\"profile_link_color\":\"9058d1\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"protected\":false,\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"justice pandine\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_fill_color\":\"f5fafa\",\"id\":177984098,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\"},\"truncated\":false,\"id\":173191214596755456,\"created_at\":\"Fri Feb 24 23:42:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3817000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "02547a0c-2f80-4525-ae2e-5c0ed6a04ba9-173191214596755456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Régis Gaillard, mesdames et messieurs !! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Régis Gaillard, mesdames et messieurs !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3819000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"R\\u00e9gis Gaillard, mesdames et messieurs !! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191220129050626\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3290,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1481,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173191220129050626,\"created_at\":\"Fri Feb 24 23:42:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3819000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4ac9d1c1-db79-4cfb-83a9-02f5dd728364-173191220129050626" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ça veut dire quoi #lgw ?", +"img": { +"src": "http://a3.twimg.com/profile_images/1422126148/JMOLO-72dpi_normal.jpg" +}, +"title": "Jean Molo: Ça veut dire quoi #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3820000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u00c7a veut dire quoi #lgw ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191226814758915\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"jeanmolo\",\"lang\":\"fr\",\"favourites_count\":15,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":795,\"location\":\"R\\u00e9plublique Fran\\u00e7aise\",\"profile_text_color\":\"333333\",\"followers_count\":299,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1422126148\\/JMOLO-72dpi_normal.jpg\",\"description\":\"LA FRANCE EST UN VILLAGE. \\r\\nJEAN MOLO EN EST LE MAIRE. \\r\\nInutile de le suivre.\",\"statuses_count\":4385,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/278371243\\/telephone_copy.jpg\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"95074199\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Jean Molo\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/278371243\\/telephone_copy.jpg\",\"created_at\":\"Sun Dec 06 21:18:16 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":95074199,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.jeanmolo.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1422126148\\/JMOLO-72dpi_normal.jpg\"},\"truncated\":false,\"id\":173191226814758915,\"created_at\":\"Fri Feb 24 23:43:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3820000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5ae74607-f812-40b9-9007-71ed78acf369-173191226814758915" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Voir Gaillard dans #lgw m'attriste autant que les oeufs vibrants télécommandés de Bref. Tout fout le camp.", +"img": { +"src": "http://a3.twimg.com/profile_images/1820482830/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg" +}, +"title": "Guillaume Renard: Voir Gaillard dans #lgw m'attriste autant que les oeufs vibrants télécommandés de Bref. Tout fout le camp.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3822000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Voir Gaillard dans #lgw m'attriste autant que les oeufs vibrants t\\u00e9l\\u00e9command\\u00e9s de Bref. Tout fout le camp.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191232107970561\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"050505\",\"screen_name\":\"G_Renard\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":600,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":204,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1820482830\\/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg\",\"description\":\"Motorsports junkie. Working on social media and webmarketing stuff. Writer for @chequeredflags \\/ Membre CN @PartiLiberal\",\"statuses_count\":1486,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"020d0c\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"12186112\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Guillaume Renard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Jan 13 17:02:09 +0000 2008\",\"profile_sidebar_fill_color\":\"668ff7\",\"id\":12186112,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chequeredflags.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1820482830\\/422723_10150580606911585_752246584_9050831_1023194566_n_normal.jpg\"},\"truncated\":false,\"id\":173191232107970561,\"created_at\":\"Fri Feb 24 23:43:02 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3822000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4fa2e715-c389-4f59-9847-c281fd07ac10-173191232107970561" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@MadmoizelleCha Je ne vois qu'une solution: Le professeur Rollin #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1811573861/026_normal.JPG" +}, +"title": "AUMONT: @MadmoizelleCha Je ne vois qu'une solution: Le professeur Rollin #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3824000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"MadmoizelleCha\",\"favorited\":false,\"text\":\"@MadmoizelleCha Je ne vois qu'une solution: Le professeur Rollin #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"MadmoizelleCha\",\"indices\":[0,15],\"name\":\"Charlotte\",\"id_str\":\"9054982\",\"id\":9054982}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[65,69]}]},\"in_reply_to_user_id\":9054982,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173189630609461249,\"in_reply_to_status_id_str\":\"173189630609461249\",\"id_str\":\"173191241922641920\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"aump1\",\"lang\":\"fr\",\"favourites_count\":14,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":191,\"location\":\"FRANCE\",\"profile_text_color\":\"333333\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811573861\\/026_normal.JPG\",\"description\":\"Travailleur social aupr\\u00e8s d'adultes en situation de handicap et d'inadaptation sociale depuis 25 ans.\\r\\nJe suis assidument l'actualit\\u00e9 politique et sociale. \",\"statuses_count\":624,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"435324805\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"AUMONT\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Dec 12 22:57:48 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":435324805,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811573861\\/026_normal.JPG\"},\"truncated\":false,\"id\":173191241922641920,\"created_at\":\"Fri Feb 24 23:43:04 +0000 2012\",\"in_reply_to_user_id_str\":\"9054982\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3824000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e52287c8-f520-4aac-96f9-346939d04de6-173191241922641920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hm Régis Gaillard me dit qq chose... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1695493545/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png" +}, +"title": "StevenLeRoux: Hm Régis Gaillard me dit qq chose... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3827000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Hm R\\u00e9gis Gaillard me dit qq chose... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191253419229184\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":306,\"screen_name\":\"StevenLeRoux\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":4453,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Ask my GoogleLatitude\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"followers_count\":266,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"14985358\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"name\":\"StevenLeRoux\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 02 21:29:20 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14985358,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/steven.le-roux.info\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191253419229184,\"created_at\":\"Fri Feb 24 23:43:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3827000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fe1e9e5c-22ed-4ecb-b08b-3256926b461c-173191253419229184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Nicolas Vergallo ? #QUE ? #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1669266582/carte-de-visite-final_normal.jpg" +}, +"title": "Boucherie Ovalie: Nicolas Vergallo ? #QUE ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3828000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Nicolas Vergallo ? #QUE ? #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"QUE\",\"indices\":[19,23]},{\"text\":\"LGW\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191258230108160\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1017,\"screen_name\":\"BoucherieOvalie\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":6709,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"location\":\"Derri\\u00e8re toi, c'est affreux\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"2FC2EF\",\"followers_count\":4074,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"description\":\"La vie est trop courte pour comprendre le rugby, alors autant en rigoler.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"260277866\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"name\":\"Boucherie Ovalie\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 03 15:22:13 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":260277866,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/boucherie-ovalie.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191258230108160,\"created_at\":\"Fri Feb 24 23:43:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3828000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0af5962-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "45bc581e-3d54-4575-975e-a32f52ae64cb-173191258230108160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @systaime18: By Loiez @systaime en pointe sur #lgw ça devrait être lui l'animateur de la soirée", +"img": { +"src": "http://a3.twimg.com/profile_images/828341744/Studio_MPC_Vignette_normal.JPG" +}, +"title": "Jane: RT @systaime18: By Loiez @systaime en pointe sur #lgw ça devrait être lui l'animateur de la soirée", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3828000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @systaime18: By Loiez @systaime en pointe sur #lgw \\u00e7a devrait \\u00eatre lui l'animateur de la soir\\u00e9e\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"systaime18\",\"indices\":[3,14],\"name\":\"Systaime\",\"id_str\":\"758882\",\"id\":758882},{\"screen_name\":\"systaime\",\"indices\":[25,34],\"name\":\"systaime\",\"id_str\":\"622593\",\"id\":622593}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"By Loiez @systaime en pointe sur #lgw \\u00e7a devrait \\u00eatre lui l'animateur de la soir\\u00e9e\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"systaime\",\"indices\":[9,18],\"name\":\"systaime\",\"id_str\":\"622593\",\"id\":622593}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.facebook.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003EFacebook\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190968022020096\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"systaime18\",\"lang\":\"fr\",\"favourites_count\":113,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":493,\"location\":\"Paris\",\"profile_text_color\":\"000000\",\"followers_count\":393,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"description\":\"\",\"statuses_count\":3214,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"show_all_inline_media\":true,\"listed_count\":40,\"profile_link_color\":\"080808\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"758882\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Systaime\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"created_at\":\"Thu Feb 08 22:13:03 +0000 2007\",\"profile_sidebar_fill_color\":\"f5ed08\",\"id\":758882,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.systaime.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\"},\"truncated\":false,\"id\":173190968022020096,\"created_at\":\"Fri Feb 24 23:41:59 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191257311547392\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"StudioMPC\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":246,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/828341744\\/Studio_MPC_Vignette_normal.JPG\",\"description\":\"\",\"statuses_count\":256,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"133820451\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jane\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Apr 16 18:24:41 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":133820451,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/studio.mpc.over-blog.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/828341744\\/Studio_MPC_Vignette_normal.JPG\"},\"truncated\":false,\"id\":173191257311547392,\"created_at\":\"Fri Feb 24 23:43:08 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3828000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3086d50e-d822-47f5-b636-d884f7f13b01-173191257311547392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non mais mec, y'a que toi qui dit \"weberie\" #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1765990714/photo__1__normal.JPG" +}, +"title": "Cyrièle: Non mais mec, y'a que toi qui dit \"weberie\" #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3828000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Non mais mec, y'a que toi qui dit \\\"weberie\\\" #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191258800533506\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":586,\"screen_name\":\"cyro\",\"lang\":\"fr\",\"profile_text_color\":\"828282\",\"statuses_count\":9405,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/304086494\\/twitter.jpg\",\"location\":\"DTC\",\"show_all_inline_media\":true,\"listed_count\":44,\"profile_link_color\":\"d82c2c\",\"followers_count\":899,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1765990714\\/photo__1__normal.JPG\",\"description\":\"La Jennifer Lopez du PHP\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fffdf3\",\"id_str\":\"6549072\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/304086494\\/twitter.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1765990714\\/photo__1__normal.JPG\",\"name\":\"Cyri\\u00e8le\",\"default_profile_image\":false,\"created_at\":\"Sun Jun 03 21:59:03 +0000 2007\",\"profile_sidebar_border_color\":\"e5b712\",\"id\":6549072,\"utc_offset\":3600,\"favourites_count\":76,\"url\":\"http:\\/\\/www.pudep-yeah.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191258800533506,\"created_at\":\"Fri Feb 24 23:43:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3828000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f2c926e3-54bb-491d-b0c5-875979c29e63-173191258800533506" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw @LeGrandWebze combien d'essai par séquence pour Rémy gaillard?", +"img": { +"src": "http://a3.twimg.com/profile_images/1827613879/photo-pro_normal.png" +}, +"title": "Julien Lopizzo: #ilreste #lgw @LeGrandWebze combien d'essai par séquence pour Rémy gaillard?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3830000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw @LeGrandWebze combien d'essai par s\\u00e9quence pour R\\u00e9my gaillard?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[14,27],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191269009457152\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":284,\"screen_name\":\"JulienLopizzo\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":1087,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Lyon - Europe\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0099B9\",\"followers_count\":143,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"description\":\"Je suis tomb\\u00e9 dedans en 97.Ma e-carri\\u00e8re a d\\u00e9marr\\u00e9 comme d\\u00e9veloppeur freelance en 2002.Entrepren(aute) depuis 10 ans j'aime partager ma passion du e-business.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"44345271\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"name\":\"Julien Lopizzo\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 03 12:08:19 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":44345271,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.tenapra.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191269009457152,\"created_at\":\"Fri Feb 24 23:43:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3830000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f9a872aa-39a2-4ffe-ae6c-151850ddd814-173191269009457152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton", +"img": { +"src": "http://a2.twimg.com/profile_images/1780940750/twitter_normal.png" +}, +"title": "Almeida Filipe: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3830000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #change2ton\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[5,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191266849390593\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"letoss04\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":52,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851463294\\/Test_normal.jpg\",\"description\":\"\",\"statuses_count\":19,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"472438130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Almeida Filipe\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Jan 23 23:18:21 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":472438130,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851463294\\/Test_normal.jpg\"},\"truncated\":false,\"id\":173191266849390593,\"created_at\":\"Fri Feb 24 23:43:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3830000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f8e6e61b-ca28-44e4-8e64-cdf9bca20593-173191266849390593" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "TT France : 1er #lgw 2eme #cQui 3eme #ilReste \\o/", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: TT France : 1er #lgw 2eme #cQui 3eme #ilReste \\o/", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3830000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"TT France : 1er #lgw 2eme #cQui 3eme #ilReste \\\\o\\/\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]},{\"text\":\"cQui\",\"indices\":[26,31]},{\"text\":\"ilReste\",\"indices\":[37,45]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191267352719361\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3246,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173191267352719361,\"created_at\":\"Fri Feb 24 23:43:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3830000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ef9d3f91-7537-47d6-8c16-0a5179175762-173191267352719361" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Orianehurard: Kheops le hacker trop mignon #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1775456404/zetourist_avatar_normal.png" +}, +"title": "Zetourist: RT @Orianehurard: Kheops le hacker trop mignon #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3831000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Orianehurard: Kheops le hacker trop mignon #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Orianehurard\",\"indices\":[3,16],\"id_str\":\"198934087\",\"name\":\"Oriane Hurard\",\"id\":198934087}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Kheops le hacker trop mignon #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189578231001088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2728,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189578231001088,\"created_at\":\"Fri Feb 24 23:36:27 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191272478150656\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1005,\"screen_name\":\"Zetourist\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17384,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/57801775\\/nirvana.jpg\",\"location\":\"Cyberespace\",\"show_all_inline_media\":true,\"listed_count\":124,\"profile_link_color\":\"0084B4\",\"followers_count\":1377,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1775456404\\/zetourist_avatar_normal.png\",\"description\":\"Pirate\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"35454634\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57801775\\/nirvana.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775456404\\/zetourist_avatar_normal.png\",\"name\":\"Zetourist\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 26 12:24:39 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":35454634,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/ddi.partipirate.org\\/fr\\/txt\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191272478150656,\"created_at\":\"Fri Feb 24 23:43:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3831000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4ef91e8b-c305-4e6d-a3df-2a00d46e7d01-173191272478150656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Si vous voulez plus d'info sur l'ACTA, n'oubliez pas le Webzelive sur http://t.co/jycA9F5R #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1799488206/image_normal.jpg" +}, +"title": "Sébastien Périer: RT @LeGrandWebze: Si vous voulez plus d'info sur l'ACTA, n'oubliez pas le Webzelive sur http://t.co/jycA9F5R #lgw", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3832000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Si vous voulez plus d'info sur l'ACTA, n'oubliez pas le Webzelive sur http:\\/\\/t.co\\/jycA9F5R #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[{\"indices\":[88,108],\"expanded_url\":\"http:\\/\\/www.legrandwebze.com\",\"display_url\":\"legrandwebze.com\",\"url\":\"http:\\/\\/t.co\\/jycA9F5R\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Si vous voulez plus d'info sur l'ACTA, n'oubliez pas le Webzelive sur http:\\/\\/t.co\\/jycA9F5R #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[70,90],\"expanded_url\":\"http:\\/\\/www.legrandwebze.com\",\"display_url\":\"legrandwebze.com\",\"url\":\"http:\\/\\/t.co\\/jycA9F5R\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190538026168321\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3292,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190538026168321,\"created_at\":\"Fri Feb 24 23:40:16 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191276076867584\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":495,\"screen_name\":\"Yenaphe\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5657,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/407607082\\/bg.jpg\",\"location\":\"Probablement\",\"show_all_inline_media\":false,\"listed_count\":65,\"profile_link_color\":\"009999\",\"followers_count\":1013,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1799488206\\/image_normal.jpg\",\"description\":\"Je ressemble \\u00e0 \\u00e7a, sauf quand \\u00e7a ne me ressemble pas.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"f2f2f2\",\"id_str\":\"30481941\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/407607082\\/bg.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799488206\\/image_normal.jpg\",\"name\":\"S\\u00e9bastien P\\u00e9rier\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 11 17:09:55 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":30481941,\"utc_offset\":-10800,\"favourites_count\":14,\"url\":\"http:\\/\\/www.politikaillera.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191276076867584,\"created_at\":\"Fri Feb 24 23:43:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3832000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "92582377-b36a-487e-8039-cd43c9b3f6b3-173191276076867584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si Rémi gaillard pouvait envoyer son ballon dans la tronche à @Vinvin ... Merci d'avance #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1652615368/Anbastom_normal.jpg" +}, +"title": "Anbastom: Si Rémi gaillard pouvait envoyer son ballon dans la tronche à @Vinvin ... Merci d'avance #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3832000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Si R\\u00e9mi gaillard pouvait envoyer son ballon dans la tronche \\u00e0 @Vinvin ... Merci d'avance #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[62,69],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[89,93]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191275414163456\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Anbastom\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":169,\"location\":\"72\",\"profile_text_color\":\"333333\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\",\"description\":\"#TeamLumbago \\/\\/ Un jour j'ai cru que j'etais intelligente mais en fait...NON.\",\"statuses_count\":9005,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"72400860\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Anbastom\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Sep 07 22:34:23 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":72400860,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\"},\"truncated\":false,\"id\":173191275414163456,\"created_at\":\"Fri Feb 24 23:43:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3832000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c6724d1d-d38b-4430-b3e3-df1670588a19-173191275414163456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "+1 #cqui pour remi gaillard #lgw Non jdeconne", +"img": { +"src": "http://a0.twimg.com/profile_images/977272877/toon_normal.jpg" +}, +"title": "Alexandra Pelissero: +1 #cqui pour remi gaillard #lgw Non jdeconne", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3832000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"+1 #cqui pour remi gaillard #lgw Non jdeconne\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[3,8]},{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/245991092\\/lotta_nieminen.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"screen_name\":\"alexp19\",\"follow_request_sent\":null,\"lang\":\"en\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/977272877\\/toon_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"eeeeee\",\"location\":\"France\",\"favourites_count\":0,\"description\":\"Corporate communicator | Paris | News junkie |\\r\\nWinning Team = Jon Stewart + Ricardo Darin\\r\\nWork for Yahoo! but opinion is mine\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":true,\"friends_count\":979,\"profile_text_color\":\"333333\",\"followers_count\":181,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/977272877\\/toon_normal.jpg\",\"statuses_count\":475,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/245991092\\/lotta_nieminen.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"protected\":false,\"is_translator\":false,\"name\":\"Alexandra Pelissero\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Tue Jan 20 14:34:43 +0000 2009\",\"profile_background_color\":\"131516\",\"id\":19238694,\"id_str\":\"19238694\",\"geo_enabled\":false,\"profile_background_tile\":true,\"utc_offset\":3600,\"url\":null},\"in_reply_to_status_id\":null,\"id\":173191276571787265,\"created_at\":\"Fri Feb 24 23:43:12 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191276571787265\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3832000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a5fd12f6-c5d8-44fc-a90e-3d0168f8c699-173191276571787265" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Erf. C'est vrai quoi ! RT @valmad_: Les gens qui tweetent sur le plateau du #lgw , tenez-vous droit! #TeamVieilleFranceAssumée", +"img": { +"src": "http://a0.twimg.com/profile_images/1845320477/CoyoteCrafty_normal.jpg" +}, +"title": "CoyoteCrafty: Erf. C'est vrai quoi ! RT @valmad_: Les gens qui tweetent sur le plateau du #lgw , tenez-vous droit! #TeamVieilleFranceAssumée", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3833000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Erf. C'est vrai quoi ! RT @valmad_: Les gens qui tweetent sur le plateau du #lgw , tenez-vous droit! #TeamVieilleFranceAssum\\u00e9e\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"valmad_\",\"indices\":[26,34],\"name\":\"val\",\"id_str\":\"51392884\",\"id\":51392884}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]},{\"text\":\"TeamVieilleFranceAssum\\u00e9e\",\"indices\":[101,126]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetcaster.com\\\" rel=\\\"nofollow\\\"\\u003ETweetCaster for Bada\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191281546244096\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"565c67\",\"screen_name\":\"CoyoteCrafty\",\"lang\":\"en\",\"favourites_count\":1471,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":829,\"location\":\"Paris \\/ La Beauce\",\"profile_text_color\":\"fa9d42\",\"followers_count\":1377,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845320477\\/CoyoteCrafty_normal.jpg\",\"description\":\"Ongoing experiment, but no protocol whatsoever\\u2026\\r\\nGirl riding motorcycles.\\r\\nGrammar nazi tendancies.\\r\\nAvid reader, cinema addict, casual gamer & radio listener\",\"statuses_count\":69900,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/111837388\\/pawsbg.jpg\",\"show_all_inline_media\":true,\"listed_count\":133,\"profile_link_color\":\"ef1561\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"26711810\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"CoyoteCrafty\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/111837388\\/pawsbg.jpg\",\"created_at\":\"Thu Mar 26 08:30:50 +0000 2009\",\"profile_sidebar_fill_color\":\"3c3b40\",\"id\":26711810,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/fuz.li\\/Coyote\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845320477\\/CoyoteCrafty_normal.jpg\"},\"truncated\":false,\"id\":173191281546244096,\"created_at\":\"Fri Feb 24 23:43:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3833000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef3000e6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7d551193-83df-42d9-9683-18b7c7885ced-173191281546244096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Regis Gaillard x) #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1619111722/DSC05656_normal.jpg" +}, +"title": "William: Regis Gaillard x) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3838000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Regis Gaillard x) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191302022823936\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":823,\"screen_name\":\"Scofred_\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":18666,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"location\":\"France, Paris\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"009999\",\"followers_count\":620,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"description\":\"160 caract\\u00e8res, c'est trop peu ! Ma bio - http:\\/\\/about.me\\/scofred\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"131299967\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"name\":\"William\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 09 21:48:10 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":131299967,\"utc_offset\":3600,\"favourites_count\":117,\"url\":\"http:\\/\\/scofred.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191302022823936,\"created_at\":\"Fri Feb 24 23:43:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3838000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "61b9a94c-fd82-4d23-8ad6-19adc00f86d7-173191302022823936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1776551141/086_normal.JPG" +}, +"title": "Alex Dumas: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3838000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"palmashow\",\"lang\":\"en\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":67,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":54748,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"statuses_count\":1784,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"show_all_inline_media\":false,\"listed_count\":203,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"palmashow\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":23782965,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\"},\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191301464985600\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"d96694\",\"screen_name\":\"bouta_go_ham\",\"lang\":\"en\",\"favourites_count\":63,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":184,\"location\":\"DM[V]\",\"profile_text_color\":\"3D1957\",\"followers_count\":168,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1776551141\\/086_normal.JPG\",\"description\":\"Follow me for facts, because even though i tweet my opinions, my opinions are facts.\\r\\n #TeamRightBrained #ChampsLeague\\r\\n\",\"statuses_count\":4278,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/398559321\\/156254_463788731999_198829531999_6088297_4908406_n_thumb.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Central Time (US & Canada)\",\"profile_background_color\":\"e8252f\",\"protected\":false,\"id_str\":\"422991948\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Alex Dumas\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/398559321\\/156254_463788731999_198829531999_6088297_4908406_n_thumb.jpg\",\"created_at\":\"Sun Nov 27 23:14:36 +0000 2011\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"id\":422991948,\"follow_request_sent\":null,\"utc_offset\":-21600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1776551141\\/086_normal.JPG\"},\"truncated\":false,\"id\":173191301464985600,\"created_at\":\"Fri Feb 24 23:43:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3838000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7acd7b3c-5139-4239-acbd-7f97dafb4f74-173191301464985600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Dites donc, Rémi Gaillard, ( #cqui ce n'importe qui?) il voudrait pas s'appeler Gaillardo et jouer dans le XV italien? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1838968067/teamSFRCT_normal" +}, +"title": "Ovale de Grâce: Dites donc, Rémi Gaillard, ( #cqui ce n'importe qui?) il voudrait pas s'appeler Gaillardo et jouer dans le XV italien? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3838000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Dites donc, R\\u00e9mi Gaillard, ( #cqui ce n'importe qui?) il voudrait pas s'appeler Gaillardo et jouer dans le XV italien? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[29,34]},{\"text\":\"lgw\",\"indices\":[119,123]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191301087494144\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":504,\"screen_name\":\"MathildePousseo\",\"lang\":\"en\",\"profile_text_color\":\"3D1957\",\"statuses_count\":8403,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/44338571\\/grpechampion2007-1280.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":37,\"profile_link_color\":\"FF0000\",\"followers_count\":933,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1838968067\\/teamSFRCT_normal\",\"description\":\"Du rugby, de la politique, du ruck n'roll. Le tout au 4e degr\\u00e9!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"id_str\":\"81447410\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/44338571\\/grpechampion2007-1280.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838968067\\/teamSFRCT_normal\",\"name\":\"Ovale de Gr\\u00e2ce\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 10 21:39:27 +0000 2009\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":81447410,\"utc_offset\":-10800,\"favourites_count\":18,\"url\":\"http:\\/\\/www.boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191301087494144,\"created_at\":\"Fri Feb 24 23:43:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3838000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "47408dc6-2d32-4023-8d9b-f5a4aa6100f7-173191301087494144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@soisdesinvolte #ilRest aurant. (C'est entièrement de ta faute.) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1474785559/testdeux_normal.jpg" +}, +"title": "Romain Mollet: @soisdesinvolte #ilRest aurant. (C'est entièrement de ta faute.) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3839000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@soisdesinvolte #ilRest aurant. (C'est enti\\u00e8rement de ta faute.) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"soisdesinvolte\",\"indices\":[0,15],\"id_str\":\"120569338\",\"name\":\"Florent Bernard\",\"id\":120569338}],\"urls\":[],\"hashtags\":[{\"text\":\"ilRest\",\"indices\":[16,23]},{\"text\":\"lgw\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173190284451123201\",\"id_str\":\"173191304438751232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173190284451123201,\"in_reply_to_user_id_str\":\"120569338\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":73,\"screen_name\":\"RomainMollet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":84,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 Cin\\u00e9Cr\\u00e9atis depuis moins d'une semaine (18\\/09\\/2011)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"62795411\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"name\":\"Romain Mollet\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 04 11:47:02 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":62795411,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/conneriehumanumest.wordpress.com\"},\"in_reply_to_screen_name\":\"soisdesinvolte\",\"truncated\":false,\"id\":173191304438751232,\"created_at\":\"Fri Feb 24 23:43:19 +0000 2012\",\"in_reply_to_user_id\":120569338}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3839000, +"tags": [ +{ +"id-ref": "f0b0ce82-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6f9a84e3-8be1-4be1-9092-d764a15adb2c-173191304438751232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "LOL “@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart \"", +"img": { +"src": "http://a0.twimg.com/profile_images/1782392213/AV_PM_012012_600PX_normal.png" +}, +"title": "Pascal Mabille: LOL “@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart \"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3839000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"LOL \\u201c@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart \\\"\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[5,12],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]},{\"text\":\"ilpart\",\"indices\":[59,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191303545368576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":945,\"screen_name\":\"PascalMabille\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":9579,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/2377911\\/mega_city11_96.png\",\"location\":\"Boulogne-Billancourt\",\"show_all_inline_media\":true,\"listed_count\":68,\"profile_link_color\":\"585454\",\"followers_count\":1664,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1782392213\\/AV_PM_012012_600PX_normal.png\",\"description\":\"Dessine @instagraff \\u23ae Conseille les artistes, le web\\u23ae Bosse sur #BMSM \\u23aeR\\u00e9alise @ctraitnet pour @legrandwebze \\u23ae Boite \\u00e0 Rire \\u23ae Voltigeur chez @lvdlt et @season1\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"1367131\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/2377911\\/mega_city11_96.png\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782392213\\/AV_PM_012012_600PX_normal.png\",\"name\":\"Pascal Mabille\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 17 18:49:58 +0000 2007\",\"profile_sidebar_border_color\":\"F0F0F0\",\"id\":1367131,\"utc_offset\":3600,\"favourites_count\":815,\"url\":\"http:\\/\\/www.pascalmabille.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191303545368576,\"created_at\":\"Fri Feb 24 23:43:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3839000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9361afc3-e616-496f-a409-2f785c6e1cd9-173191303545368576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Après Rémi Gaillard, vont ils nous faire découvrir Didier Super... #Lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1727419266/avatar-1990_bigger_normal.jpg" +}, +"title": "Pierre: Après Rémi Gaillard, vont ils nous faire découvrir Didier Super... #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3840000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Apr\\u00e8s R\\u00e9mi Gaillard, vont ils nous faire d\\u00e9couvrir Didier Super... #Lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[67,71]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.0397028,48.8838896],[2.1734279,48.8838896],[2.1734279,48.987145],[2.0397028,48.987145]]]},\"attributes\":{},\"full_name\":\"Saint-Germain-en-Laye, Yvelines\",\"name\":\"Saint-Germain-en-Laye\",\"id\":\"3341126a8f9341c8\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/3341126a8f9341c8.json\"},\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191307215380480\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"PierBDV\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":719,\"location\":\"Yvelines\",\"profile_text_color\":\"333333\",\"followers_count\":296,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1727419266\\/avatar-1990_bigger_normal.jpg\",\"description\":\"#MJS Responsable du groupe Saint-Germain #Yvelines : Saint-Germain-En-Layes, Le Pecq, Port-Marly, Marly-Le-Roi, La Celle Saint Cloud... \\/ #PS \\/ \\u00c9tudiant #RH\",\"statuses_count\":2215,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/392656662\\/engage_toi_d_gage_le.jpg\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"37645766\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Pierre\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/392656662\\/engage_toi_d_gage_le.jpg\",\"created_at\":\"Mon May 04 12:06:18 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":37645766,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727419266\\/avatar-1990_bigger_normal.jpg\"},\"truncated\":false,\"id\":173191307215380480,\"created_at\":\"Fri Feb 24 23:43:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3840000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "54f87cee-c724-4732-802f-02f57e119deb-173191307215380480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw enfin Un candidat fiable pour les présidentielles : Gaspard Delanoë !! #cqui (at France5) [pic] — http://t.co/fkYAHtDA", +"img": { +"src": "http://a0.twimg.com/profile_images/732688177/bi-cause_normal.jpg" +}, +"title": "Charles Liebert: #lgw enfin Un candidat fiable pour les présidentielles : Gaspard Delanoë !! #cqui (at France5) [pic] — http://t.co/fkYAHtDA", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3841000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#lgw enfin Un candidat fiable pour les pr\\u00e9sidentielles : Gaspard Delano\\u00eb !! #cqui (at France5) [pic] \\u2014 http:\\/\\/t.co\\/fkYAHtDA\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[103,123],\"expanded_url\":\"http:\\/\\/path.com\\/p\\/yzIKx\",\"display_url\":\"path.com\\/p\\/yzIKx\",\"url\":\"http:\\/\\/t.co\\/fkYAHtDA\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cqui\",\"indices\":[76,81]}]},\"possibly_sensitive_editable\":true,\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2359652,48.8133966],[2.2893976,48.8133966],[2.2893976,48.8345197],[2.2359652,48.8345197]]]},\"attributes\":{},\"full_name\":\"Issy-les-Moulineaux, Hauts-de-Seine\",\"name\":\"Issy-les-Moulineaux\",\"id\":\"1c197bda74b4cd4c\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/1c197bda74b4cd4c.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.27285043,48.82664809]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/path.com\\/\\\" rel=\\\"nofollow\\\"\\u003EPath 2.0\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191313615880192\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.82664809,2.27285043]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1158,\"screen_name\":\"Charles_Liebert\",\"lang\":\"en\",\"profile_text_color\":\"F522D5\",\"statuses_count\":48082,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"location\":\"Paris - Cap Ferret - Saugeras\",\"show_all_inline_media\":true,\"listed_count\":156,\"profile_link_color\":\"1AF51F\",\"followers_count\":2044,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0F0F\",\"id_str\":\"610993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"profile_sidebar_fill_color\":\"E0FF91\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"name\":\"Charles Liebert\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":610993,\"utc_offset\":3600,\"favourites_count\":509,\"url\":\"http:\\/\\/www.charles-liebert.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191313615880192,\"created_at\":\"Fri Feb 24 23:43:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3841000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3309b15d-d2c6-45f6-bbb8-2c860cef2b42-173191313615880192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @sCaLP_: Dommage j'ai plus de drogue, je comprends pas tout à #lgw Me reste de la vodka, je vais tenter ! http://t.co/fzaoyvpQ", +"img": { +"src": "http://a3.twimg.com/profile_images/1744565468/avatar__tweet_panthere_normal.jpg" +}, +"title": "tweet panthere: RT @sCaLP_: Dommage j'ai plus de drogue, je comprends pas tout à #lgw Me reste de la vodka, je vais tenter ! http://t.co/fzaoyvpQ", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3841000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @sCaLP_: Dommage j'ai plus de drogue, je comprends pas tout \\u00e0 #lgw Me reste de la vodka, je vais tenter ! http:\\/\\/t.co\\/fzaoyvpQ\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"sCaLP_\",\"indices\":[3,10],\"id_str\":\"81383046\",\"name\":\"\\\\(\\u00b0-\\u00b0*)\",\"id\":81383046}],\"urls\":[{\"indices\":[109,129],\"expanded_url\":\"http:\\/\\/lockerz.com\\/s\\/186845096\",\"display_url\":\"lockerz.com\\/s\\/186845096\",\"url\":\"http:\\/\\/t.co\\/fzaoyvpQ\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191314651873280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":91,\"screen_name\":\"tweet_panthere\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":603,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"DTC\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":78,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1744565468\\/avatar__tweet_panthere_normal.jpg\",\"description\":\"Voil\\u00e0 25 ans que je suis n\\u00e9e dans un paquet de chips, d\\u00e9sormais, c'est d\\u00e9cid\\u00e9, \\u00e0 d\\u00e9faut d'une vie r\\u00e9elle, je vais vivre et construire une vie sociale sur le net\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"459596569\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1744565468\\/avatar__tweet_panthere_normal.jpg\",\"name\":\"tweet panthere\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 09 21:06:34 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":459596569,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/tweetpanthere.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191314651873280,\"created_at\":\"Fri Feb 24 23:43:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3841000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b5e97074-10a7-40a5-8dcf-78ed53142035-173191314651873280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"@charleshenriroy: #lgw #ilpart #ilreste #change2ton #cqui comme ça on va me voir.\"", +"img": { +"src": "http://a3.twimg.com/profile_images/1671170405/lepetitwebze_normal.jpg" +}, +"title": "Le Petit Webze: \"@charleshenriroy: #lgw #ilpart #ilreste #change2ton #cqui comme ça on va me voir.\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3842000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\"@charleshenriroy: #lgw #ilpart #ilreste #change2ton #cqui comme \\u00e7a on va me voir.\\\"\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"charleshenriroy\",\"indices\":[1,17],\"id_str\":\"185396126\",\"name\":\"Royer Charles-Henri\",\"id\":185396126}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]},{\"text\":\"ilpart\",\"indices\":[24,31]},{\"text\":\"ilreste\",\"indices\":[32,40]},{\"text\":\"change2ton\",\"indices\":[41,52]},{\"text\":\"cqui\",\"indices\":[53,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191317445283840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":183,\"screen_name\":\"LePetitWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":119,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":60,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1671170405\\/lepetitwebze_normal.jpg\",\"description\":\"le TEDx est au TED ce que @LePetitWebze est \\u00e0 @LeGrandWebze (compte de FanArt LolFan)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"420704703\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1671170405\\/lepetitwebze_normal.jpg\",\"name\":\"Le Petit Webze\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 25 00:12:18 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":420704703,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/soundcloud.com\\/lepetitwebze\\/lepetitwebze\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191317445283840,\"created_at\":\"Fri Feb 24 23:43:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3842000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b27baf65-bf7a-4ac7-85aa-6aa77b829028-173191317445283840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Pierre_B_y Je viens juste rentrer pas encore eu le TPS d'allumer la Tv je connais le #lgw mais pas #cqui @ludodelaherche", +"img": { +"src": "http://a2.twimg.com/profile_images/1727412144/image_normal.jpg" +}, +"title": "Jessica Boni-Lambert: @Pierre_B_y Je viens juste rentrer pas encore eu le TPS d'allumer la Tv je connais le #lgw mais pas #cqui @ludodelaherche", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3843000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Pierre_B_y\",\"favorited\":false,\"text\":\"@Pierre_B_y Je viens juste rentrer pas encore eu le TPS d'allumer la Tv je connais le #lgw mais pas #cqui @ludodelaherche\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Pierre_B_y\",\"indices\":[0,11],\"name\":\"Pierre B.\",\"id_str\":\"104184883\",\"id\":104184883},{\"screen_name\":\"LudoDelaherche\",\"indices\":[106,121],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[86,90]},{\"text\":\"cqui\",\"indices\":[100,105]}]},\"in_reply_to_user_id\":104184883,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173191019012169728,\"in_reply_to_status_id_str\":\"173191019012169728\",\"id_str\":\"173191321002049536\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ebdae9\",\"screen_name\":\"JessBoniLambert\",\"lang\":\"fr\",\"favourites_count\":51,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":680,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727412144\\/image_normal.jpg\",\"description\":\"Cr\\u00e9atrice de mode passionn\\u00e9e de #rugby (www.rugbydolls.com) \\r\\nMy passions: Rugby, Fashion and photography.\\r\\nNe tourne pas rond (mais plut\\u00f4t ovale)\",\"statuses_count\":17230,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/391267445\\/Twitter2.jpg\",\"show_all_inline_media\":false,\"listed_count\":41,\"profile_link_color\":\"CC3366\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"protected\":false,\"id_str\":\"111092027\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Jessica Boni-Lambert\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391267445\\/Twitter2.jpg\",\"created_at\":\"Wed Feb 03 19:54:54 +0000 2010\",\"profile_sidebar_fill_color\":\"f7e6e6\",\"id\":111092027,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.leblogdejess.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727412144\\/image_normal.jpg\"},\"truncated\":false,\"id\":173191321002049536,\"created_at\":\"Fri Feb 24 23:43:23 +0000 2012\",\"in_reply_to_user_id_str\":\"104184883\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3843000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b7a878df-3c7a-4bf6-bdcf-9deda8146f77-173191321002049536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart \n\"@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\"", +"img": { +"src": "http://a1.twimg.com/profile_images/1838462962/w314uSp6_normal" +}, +"title": "myPlanetarium: #ilpart \n\"@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3843000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart \\n\\\"@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\\\"\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[10,17],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[59,63]},{\"text\":\"ilpart\",\"indices\":[64,71]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191321098522624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":268,\"screen_name\":\"my_Planetarium_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2853,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"La D\\u00e9fense\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":121,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\",\"description\":\"myplanetarium.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"302897276\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\",\"name\":\"myPlanetarium\",\"default_profile_image\":false,\"created_at\":\"Sat May 21 23:24:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":302897276,\"utc_offset\":3600,\"favourites_count\":124,\"url\":\"http:\\/\\/myplanetarium.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191321098522624,\"created_at\":\"Fri Feb 24 23:43:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3843000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "313ccb2d-247d-4873-a909-fd6af739b16e-173191321098522624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "+ 1 “@LeilaAgic: C'est exactement ça ! RT @nicoprat Devant #lgw je me sens un peu comme ça http://t.co/nDtLUGr5”", +"img": { +"src": "http://a0.twimg.com/profile_images/1361965224/tw_8497264_1305889979_normal.jpg" +}, +"title": "Erwan Lescop: + 1 “@LeilaAgic: C'est exactement ça ! RT @nicoprat Devant #lgw je me sens un peu comme ça http://t.co/nDtLUGr5”", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3845000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"+ 1 \\u201c@LeilaAgic: C'est exactement \\u00e7a ! RT @nicoprat Devant #lgw je me sens un peu comme \\u00e7a http:\\/\\/t.co\\/nDtLUGr5\\u201d\",\"entities\":{\"urls\":[{\"indices\":[91,111],\"display_url\":\"pic.twitter.com\\/nDtLUGr5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/nicoprat\\/status\\/173189994922512384\\/photo\\/1\",\"url\":\"http:\\/\\/t.co\\/nDtLUGr5\"}],\"user_mentions\":[{\"screen_name\":\"LeilaAgic\",\"indices\":[5,15],\"name\":\"Leila Agic\",\"id_str\":\"79575617\",\"id\":79575617},{\"screen_name\":\"nicoprat\",\"indices\":[42,51],\"name\":\"Nico Prat\",\"id_str\":\"19256842\",\"id\":19256842}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191329185140737\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"erwanlescop\",\"lang\":\"fr\",\"favourites_count\":511,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1336,\"location\":\"France \\/ Paris - Brest\",\"profile_text_color\":\"333333\",\"followers_count\":1104,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1361965224\\/tw_8497264_1305889979_normal.jpg\",\"description\":\"Cadre secteur public anti-RGPP \\/ Militant socialiste \\/ soutien de @fhollande club des 3% ;-) #FH2012 \\/ Citoyen du monde \\/ Geek \\u00e0 ses heures\",\"statuses_count\":8727,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/277996905\\/Hollande_D_claration_Tulle.jpg\",\"show_all_inline_media\":true,\"listed_count\":36,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"822a2e\",\"protected\":false,\"id_str\":\"28977778\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Erwan Lescop\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/277996905\\/Hollande_D_claration_Tulle.jpg\",\"created_at\":\"Sun Apr 05 12:10:38 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":28977778,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1361965224\\/tw_8497264_1305889979_normal.jpg\"},\"truncated\":false,\"id\":173191329185140737,\"created_at\":\"Fri Feb 24 23:43:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3845000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "193b4bcf-e4ce-45bc-8f97-a017d4401193-173191329185140737" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw par-ci #LGW par-là... pour ceux qui ne connaisse pas Le Grand Webze (comme moi :p) c'est en direct sur france5 http://t.co/AqC7Srb8", +"img": { +"src": "http://a3.twimg.com/profile_images/1640839738/c0y0te7_2011av600_normal.png" +}, +"title": "Patrick Zédouard: #lgw par-ci #LGW par-là... pour ceux qui ne connaisse pas Le Grand Webze (comme moi :p) c'est en direct sur france5 http://t.co/AqC7Srb8", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3846000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw par-ci #LGW par-l\\u00e0... pour ceux qui ne connaisse pas Le Grand Webze (comme moi :p) c'est en direct sur france5 http:\\/\\/t.co\\/AqC7Srb8\",\"entities\":{\"urls\":[{\"indices\":[116,136],\"display_url\":\"france5.fr\\/le-grand-webze\\u2026\",\"expanded_url\":\"http:\\/\\/www.france5.fr\\/le-grand-webze\\/index.php?page=article&numsite=7460&id_article=26945&id_rubrique=7463\",\"url\":\"http:\\/\\/t.co\\/AqC7Srb8\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"LGW\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191334415441920\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"c7c7c7\",\"screen_name\":\"c0y0te7\",\"lang\":\"fr\",\"favourites_count\":10,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":131,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1640839738\\/c0y0te7_2011av600_normal.png\",\"description\":\"Graphic designer, illustrator. I love designing t-shirts ^o^\",\"statuses_count\":397,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/393625552\\/logo_twitter_2012.png\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"2d5b6b\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c7c7c7\",\"protected\":false,\"id_str\":\"78273409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Patrick Z\\u00e9douard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/393625552\\/logo_twitter_2012.png\",\"created_at\":\"Tue Sep 29 10:38:14 +0000 2009\",\"profile_sidebar_fill_color\":\"f7f7f7\",\"id\":78273409,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.c0y0te7.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640839738\\/c0y0te7_2011av600_normal.png\"},\"truncated\":false,\"id\":173191334415441920,\"created_at\":\"Fri Feb 24 23:43:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3846000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9ffd4a5d-6f11-4f73-bdda-3e0a75f89a0c-173191334415441920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il va péter un carreau Régis #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1815934444/image_normal.jpg" +}, +"title": "Laurent Sarralangue: Il va péter un carreau Régis #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3847000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Il va p\\u00e9ter un carreau R\\u00e9gis #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[29,33]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191339687677952\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"lolosarralangue\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":413,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":92,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815934444\\/image_normal.jpg\",\"description\":\"Actu. Web. Sports. De la balle de squash \\u00e0 l'ovale. L\\u00e9g\\u00e8rement geek. Musique. S'informer pour se cultiver, mais pas seulement.\",\"statuses_count\":1686,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"387773705\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Laurent Sarralangue\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Oct 09 17:03:03 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":387773705,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815934444\\/image_normal.jpg\"},\"truncated\":false,\"id\":173191339687677952,\"created_at\":\"Fri Feb 24 23:43:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3847000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d40b4002-7f36-4429-84ea-d8eacd2949d7-173191339687677952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @pandanael: Vidéo Gag, c'était mieux avant. #Lgw // hé hé", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: RT @pandanael: Vidéo Gag, c'était mieux avant. #Lgw // hé hé", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3848000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @pandanael: Vid\\u00e9o Gag, c'\\u00e9tait mieux avant. #Lgw \\/\\/ h\\u00e9 h\\u00e9\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pandanael\",\"indices\":[3,13],\"id_str\":\"177984098\",\"name\":\"justice pandine\",\"id\":177984098}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191343185727488\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6515,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"location\":\"Nantes\\/Cholet\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"followers_count\":275,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"profile_sidebar_fill_color\":\"f7a64a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"name\":\"Magalie Baudry\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_border_color\":\"f2b87e\",\"id\":172314328,\"utc_offset\":-7200,\"favourites_count\":6,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191343185727488,\"created_at\":\"Fri Feb 24 23:43:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3848000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "244b71d4-0f67-424b-aca4-58c2145f3f4e-173191343185727488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @au4emeTop: En fait, #lgw c'est bien pour les intervenants et les petites animations. Stop le blabla, les vidéos et ce décor canard WC.", +"img": { +"src": "http://a3.twimg.com/profile_images/1592839998/PYAndBraiseZ_normal.png" +}, +"title": "PYBAndBraiseZ: RT @au4emeTop: En fait, #lgw c'est bien pour les intervenants et les petites animations. Stop le blabla, les vidéos et ce décor canard WC.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3849000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @au4emeTop: En fait, #lgw c'est bien pour les intervenants et les petites animations. Stop le blabla, les vid\\u00e9os et ce d\\u00e9cor canard WC.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"au4emeTop\",\"indices\":[3,13],\"id_str\":\"376424337\",\"name\":\"CG.\",\"id\":376424337}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"En fait, #lgw c'est bien pour les intervenants et les petites animations. Stop le blabla, les vid\\u00e9os et ce d\\u00e9cor canard WC.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190650899083265\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"au4emeTop\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":444,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/391998495\\/tile_grey.png\",\"location\":\"un Bordal, des Bordeaux.\",\"show_all_inline_media\":false,\"listed_count\":56,\"profile_link_color\":\"4482ff\",\"followers_count\":614,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1710549946\\/sexygarette3_normal.jpg\",\"description\":\"Tous ceux qui m'ont vue danser sont morts.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ebebeb\",\"id_str\":\"376424337\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391998495\\/tile_grey.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1710549946\\/sexygarette3_normal.jpg\",\"name\":\"CG.\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 19 21:25:15 +0000 2011\",\"profile_sidebar_border_color\":\"ff3636\",\"id\":376424337,\"utc_offset\":-10800,\"favourites_count\":85,\"url\":\"http:\\/\\/tatagoudoudalida.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190650899083265,\"created_at\":\"Fri Feb 24 23:40:43 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191347392622592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":120,\"screen_name\":\"PYAndBraiseZ\",\"lang\":\"en\",\"profile_text_color\":\"594369\",\"statuses_count\":483,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"L\\u00e0 o\\u00f9 tout commence !\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"565eb0\",\"followers_count\":52,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1592839998\\/PYAndBraiseZ_normal.png\",\"description\":\"Community manager, editor & corrector @ & BraiseZ, french LGBTH association.\\r\\nTruc en plume et c\\u00e2lineur de souris.\\r\\nLicensed to quil and Mouse lover.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d8c3e8\",\"id_str\":\"392739216\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"e0ff9c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1592839998\\/PYAndBraiseZ_normal.png\",\"name\":\"PYBAndBraiseZ\",\"default_profile_image\":false,\"created_at\":\"Mon Oct 17 14:08:24 +0000 2011\",\"profile_sidebar_border_color\":\"00eb66\",\"id\":392739216,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/AndBraiseZ.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191347392622592,\"created_at\":\"Fri Feb 24 23:43:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3849000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b02b472f-23bb-4eb4-b23e-819876011966-173191347392622592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une première pour moi ! Jolie petite émissions #lgw d'autre part, #ilreste !", +"img": { +"src": "http://a0.twimg.com/profile_images/1848856065/image_normal.jpg" +}, +"title": "Diego Prisker: Une première pour moi ! Jolie petite émissions #lgw d'autre part, #ilreste !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3855000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Une premi\\u00e8re pour moi ! Jolie petite \\u00e9missions #lgw d'autre part, #ilreste !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]},{\"text\":\"ilreste\",\"indices\":[66,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191371480506368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":19,\"screen_name\":\"Diego_Prisker\",\"lang\":\"fr\",\"profile_text_color\":\"EDE6A8\",\"statuses_count\":17,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/429965549\\/xc5da673c658696bfc039a3640636f06.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"827D5E\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848856065\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"959C17\",\"id_str\":\"95722004\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429965549\\/xc5da673c658696bfc039a3640636f06.png\",\"profile_sidebar_fill_color\":\"14392C\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848856065\\/image_normal.jpg\",\"name\":\"Diego Prisker\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 09 20:11:41 +0000 2009\",\"profile_sidebar_border_color\":\"1C2829\",\"id\":95722004,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191371480506368,\"created_at\":\"Fri Feb 24 23:43:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3855000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "38628f20-099a-4ae5-a816-8309967e4b5c-173191371480506368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http://t.co/MHK9Ke45", +"img": { +"src": "http://a0.twimg.com/profile_images/1849162025/image_normal.jpg" +}, +"title": "Cake.: RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http://t.co/MHK9Ke45", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3855000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http:\\/\\/t.co\\/MHK9Ke45\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[3,10],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[{\"indices\":[66,86],\"expanded_url\":\"http:\\/\\/twitpic.com\\/8o0mgh\",\"display_url\":\"twitpic.com\\/8o0mgh\",\"url\":\"http:\\/\\/t.co\\/MHK9Ke45\"}],\"hashtags\":[{\"text\":\"dujardin\",\"indices\":[49,58]},{\"text\":\"lgw\",\"indices\":[59,63]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"OMG coup de tonnerre sur les Oscars! #dujardin #lgw http:\\/\\/t.co\\/MHK9Ke45\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[54,74],\"expanded_url\":\"http:\\/\\/twitpic.com\\/8o0mgh\",\"display_url\":\"twitpic.com\\/8o0mgh\",\"url\":\"http:\\/\\/t.co\\/MHK9Ke45\"}],\"hashtags\":[{\"text\":\"dujardin\",\"indices\":[37,46]},{\"text\":\"lgw\",\"indices\":[47,51]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":28,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173030351302696961\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":340,\"screen_name\":\"jcfrog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27208,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"location\":\"Damgan\",\"show_all_inline_media\":true,\"listed_count\":506,\"profile_link_color\":\"acc809\",\"followers_count\":6887,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"description\":\"Pro: Ing\\u00e9nieur informaticien, Perso: super h\\u00e9ro du web (en formation)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"16888281\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"name\":\"jcfrog\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 21 16:03:16 +0000 2008\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":16888281,\"utc_offset\":3600,\"favourites_count\":448,\"url\":\"http:\\/\\/www.jcfrog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173030351302696961,\"created_at\":\"Fri Feb 24 13:03:45 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":28,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191370234789889\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1121,\"screen_name\":\"mzllecharlotte\",\"lang\":\"en\",\"profile_text_color\":\"878287\",\"statuses_count\":9218,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/358761675\\/ciel_etoile.jpg\",\"location\":\"Cake.\",\"show_all_inline_media\":false,\"listed_count\":10,\"profile_link_color\":\"b80251\",\"followers_count\":584,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849162025\\/image_normal.jpg\",\"description\":\"Cake. Cake. That Shit Cray - ain't it Jay ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"63724138\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/358761675\\/ciel_etoile.jpg\",\"profile_sidebar_fill_color\":\"fcf9fa\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849162025\\/image_normal.jpg\",\"name\":\"Cake.\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 07 13:48:07 +0000 2009\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":63724138,\"utc_offset\":3600,\"favourites_count\":13,\"url\":\"http:\\/\\/www.smarturl.it\\/TTT\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191370234789889,\"created_at\":\"Fri Feb 24 23:43:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3855000, +"tags": [ +{ +"id-ref": "ef2f2b08-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "54dcc4ed-9030-4eef-a62e-932b8ff47f79-173191370234789889" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Vous n'aurez pas pu trouver mieux haha", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: #lgw Vous n'aurez pas pu trouver mieux haha", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3856000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Vous n'aurez pas pu trouver mieux haha\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191375976804353\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"favourites_count\":39,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":231,\"location\":\"chez les mafieux mexicains\",\"profile_text_color\":\"333333\",\"followers_count\":391,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":10976,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Young, Wild & Free\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":363343002,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\"},\"truncated\":false,\"id\":173191375976804353,\"created_at\":\"Fri Feb 24 23:43:36 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3856000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "02a11256-a92a-4ab6-9e8d-1747c7a867d5-173191375976804353" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Vinvin Pas sympa le collègue ! #lgw #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1732222031/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg" +}, +"title": "Brice Lahaye: @Vinvin Pas sympa le collègue ! #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3857000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Vinvin Pas sympa le coll\\u00e8gue ! #lgw #ilreste\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]},{\"text\":\"ilreste\",\"indices\":[37,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173190479788244992\",\"id_str\":\"173191382226309120\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173190479788244992,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":369,\"screen_name\":\"bricelahaye\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":127,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/428619100\\/press-dl.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":70,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1732222031\\/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg\",\"description\":\"\\u00c9tudiant en journalisme \\u00e0 Sciences Po Rennes. N'arrive jamais en retard parce que DETESTE Phil Collins. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"022330\",\"id_str\":\"216310703\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/428619100\\/press-dl.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1732222031\\/225424_10150191128277161_707862160_7152826_6174185_n_normal.jpg\",\"name\":\"Brice Lahaye\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 16 10:41:07 +0000 2010\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":216310703,\"utc_offset\":-36000,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173191382226309120,\"created_at\":\"Fri Feb 24 23:43:37 +0000 2012\",\"in_reply_to_user_id\":7223522}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3857000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4b39448f-aa8e-4f20-9482-432becfec552-173191382226309120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Quand régis fait du Gaillard.. :) pas le même effet... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1695493545/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png" +}, +"title": "StevenLeRoux: Quand régis fait du Gaillard.. :) pas le même effet... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3858000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Quand r\\u00e9gis fait du Gaillard.. :) pas le m\\u00eame effet... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191385283964928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":306,\"screen_name\":\"StevenLeRoux\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":4453,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Ask my GoogleLatitude\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"followers_count\":266,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"14985358\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"name\":\"StevenLeRoux\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 02 21:29:20 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14985358,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/steven.le-roux.info\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191385283964928,\"created_at\":\"Fri Feb 24 23:43:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3858000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "953dd3a1-1e69-49f4-97a0-5b3597f9a302-173191385283964928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Rémi Gaillard résumé aux vidéo avec un ballon de foot....pas que j'aime mais c'est minable", +"img": { +"src": "http://a2.twimg.com/profile_images/1771348218/image1327174991_normal.png" +}, +"title": "Jim0PROFIT: #lgw Rémi Gaillard résumé aux vidéo avec un ballon de foot....pas que j'aime mais c'est minable", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3859000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw R\\u00e9mi Gaillard r\\u00e9sum\\u00e9 aux vid\\u00e9o avec un ballon de foot....pas que j'aime mais c'est minable\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191388626812928\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"Jim0PROFIT\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":368,\"location\":\"France\",\"profile_text_color\":\"3E4415\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"description\":\"Consulting, Syst\\u00e8me administrateur, geekoophile, et tellement de choses qu'une journ\\u00e9e de 24H ne suffit plus!\",\"statuses_count\":4758,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"18874683\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jim0PROFIT\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Sun Jan 11 18:26:59 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":18874683,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/choari.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\"},\"truncated\":false,\"id\":173191388626812928,\"created_at\":\"Fri Feb 24 23:43:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3859000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "41ec9152-e310-4401-b5e9-f297d4bb0531-173191388626812928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"img": { +"src": "http://a2.twimg.com/profile_images/1649948075/image_normal.jpg" +}, +"title": "ORTF_2_0: RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3860000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeRadiateur\",\"indices\":[3,15],\"name\":\"Joffrey D.\",\"id_str\":\"194271706\",\"id\":194271706}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[94,118]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[77,101]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189178589315072\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"LeRadiateur\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":263,\"location\":\"Lyon\",\"profile_text_color\":\"666666\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"description\":\"Coordinateur d'Antenne sur NRJ \\/ Animateur du 9h-Midi \\/ Passionn\\u00e9 de photographie \\/ Tweets originaux garantis.\",\"statuses_count\":4227,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"194271706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Joffrey D.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Thu Sep 23 20:17:47 +0000 2010\",\"profile_sidebar_fill_color\":\"252429\",\"id\":194271706,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/leradiateur\\/sets\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\"},\"truncated\":false,\"id\":173189178589315072,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191394846969858\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"ORTF_2_0\",\"lang\":\"fr\",\"favourites_count\":52,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":212,\"location\":\"Paris\",\"profile_text_color\":\"666666\",\"followers_count\":451,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1649948075\\/image_normal.jpg\",\"description\":\"Mercenaire de l'audiovisuel, cathodique pratiquante et glaneuse professionnelle. Orf\\u00e8vre du temps de cerveau disponible. Prix Sulitzer 2009.\",\"statuses_count\":8845,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/259103493\\/DSC_0207.jpg\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"305637572\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"ORTF_2_0\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/259103493\\/DSC_0207.jpg\",\"created_at\":\"Thu May 26 15:09:58 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":305637572,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1649948075\\/image_normal.jpg\"},\"truncated\":false,\"id\":173191394846969858,\"created_at\":\"Fri Feb 24 23:43:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3860000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f070e628-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ea98de5c-2bd1-418a-af5b-3ffdfeb2b770-173191394846969858" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Hap_Iness #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1827443536/hipster_normal.png" +}, +"title": "Léo: @Hap_Iness #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3863000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Hap_Iness\",\"favorited\":false,\"text\":\"@Hap_Iness #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Hap_Iness\",\"indices\":[0,10],\"name\":\"Ines-timable\",\"id_str\":\"321947697\",\"id\":321947697}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"in_reply_to_user_id\":321947697,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173190906063753219,\"in_reply_to_status_id_str\":\"173190906063753219\",\"id_str\":\"173191406901407745\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"FFFFFF\",\"screen_name\":\"2345km\",\"lang\":\"fr\",\"favourites_count\":126,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":92,\"location\":\"Paris\",\"profile_text_color\":\"383F3C\",\"followers_count\":260,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1827443536\\/hipster_normal.png\",\"description\":\"-\",\"statuses_count\":21826,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/310361852\\/aubin.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"15E780\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"FFFFFF\",\"protected\":false,\"id_str\":\"172715841\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"L\\u00e9o\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/310361852\\/aubin.gif\",\"created_at\":\"Fri Jul 30 12:13:36 +0000 2010\",\"profile_sidebar_fill_color\":\"0C0C0C\",\"id\":172715841,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/2345km.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827443536\\/hipster_normal.png\"},\"truncated\":false,\"id\":173191406901407745,\"created_at\":\"Fri Feb 24 23:43:43 +0000 2012\",\"in_reply_to_user_id_str\":\"321947697\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3863000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "29f22476-d2a5-43bc-869a-adc00c2c34d8-173191406901407745" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW @DamienTry > Régis Gaillard", +"img": { +"src": "http://a3.twimg.com/profile_images/1337546140/Photo_119_normal.jpg" +}, +"title": "bastien tatin: #LGW @DamienTry > Régis Gaillard", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3863000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW @DamienTry > R\\u00e9gis Gaillard\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"DamienTry\",\"indices\":[5,15],\"id_str\":\"366789848\",\"name\":\"Damien Try\",\"id\":366789848}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191406863646721\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":255,\"screen_name\":\"jaimemebattre\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":859,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/238231258\\/code_civ.jpg\",\"location\":\"Toulouse. UT1, M1 en droit.\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":106,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1337546140\\/Photo_119_normal.jpg\",\"description\":\"Rugby, ST.\\r\\nLe travail c'est la sant\\u00e9 mais quid de l'utilit\\u00e9 de la m\\u00e9decine du travail.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"id_str\":\"286306541\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/238231258\\/code_civ.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1337546140\\/Photo_119_normal.jpg\",\"name\":\"bastien tatin\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 22 18:53:50 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":286306541,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191406863646721,\"created_at\":\"Fri Feb 24 23:43:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3863000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2726cd5b-84d4-4b54-8d76-24892fc9892b-173191406863646721" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @au4emeTop: En fait, #lgw c'est bien pour les intervenants et les petites animations. Stop le blabla, les vidéos et ce décor canard WC.", +"img": { +"src": "http://a2.twimg.com/profile_images/1322467986/DSC_0120-2_Close_Up_TWITT_normal.jpg" +}, +"title": "Pierre-Yves Bastard: RT @au4emeTop: En fait, #lgw c'est bien pour les intervenants et les petites animations. Stop le blabla, les vidéos et ce décor canard WC.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3864000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @au4emeTop: En fait, #lgw c'est bien pour les intervenants et les petites animations. Stop le blabla, les vid\\u00e9os et ce d\\u00e9cor canard WC.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"au4emeTop\",\"indices\":[3,13],\"id_str\":\"376424337\",\"name\":\"CG.\",\"id\":376424337}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"En fait, #lgw c'est bien pour les intervenants et les petites animations. Stop le blabla, les vid\\u00e9os et ce d\\u00e9cor canard WC.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190650899083265\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"au4emeTop\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":444,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/391998495\\/tile_grey.png\",\"location\":\"un Bordal, des Bordeaux.\",\"show_all_inline_media\":false,\"listed_count\":56,\"profile_link_color\":\"4482ff\",\"followers_count\":614,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1710549946\\/sexygarette3_normal.jpg\",\"description\":\"Tous ceux qui m'ont vue danser sont morts.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ebebeb\",\"id_str\":\"376424337\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391998495\\/tile_grey.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1710549946\\/sexygarette3_normal.jpg\",\"name\":\"CG.\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 19 21:25:15 +0000 2011\",\"profile_sidebar_border_color\":\"ff3636\",\"id\":376424337,\"utc_offset\":-10800,\"favourites_count\":85,\"url\":\"http:\\/\\/tatagoudoudalida.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190650899083265,\"created_at\":\"Fri Feb 24 23:40:43 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191411485782016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":167,\"screen_name\":\"pybastard\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":1311,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/403819237\\/Fond_Compte_Twitter.jpg\",\"location\":\"L\\u00e0 o\\u00f9 tout commence !\",\"show_all_inline_media\":true,\"listed_count\":13,\"profile_link_color\":\"005694\",\"followers_count\":114,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1322467986\\/DSC_0120-2_Close_Up_TWITT_normal.jpg\",\"description\":\"Community Manager, r\\u00e9dacteur occasionnel et correcteur @ & BraiseZ, association LGBTH en Bretagne. Bref : truc en plume et c\\u00e2lineur de souris.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ebecf0\",\"id_str\":\"259660051\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/403819237\\/Fond_Compte_Twitter.jpg\",\"profile_sidebar_fill_color\":\"e0e0e0\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1322467986\\/DSC_0120-2_Close_Up_TWITT_normal.jpg\",\"name\":\"Pierre-Yves Bastard\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 02 10:06:32 +0000 2011\",\"profile_sidebar_border_color\":\"b8b8b8\",\"id\":259660051,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":\"http:\\/\\/www.pybastard.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191411485782016,\"created_at\":\"Fri Feb 24 23:43:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3864000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d6973310-b86b-408c-adc0-07698f03ac6a-173191411485782016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @humourdedroite: Je découvre à l'instant le grand webze. Toutes mes ficelles de caleçon professeur Rolin. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1456585536/NewTGWRprog_normal.png" +}, +"title": "TGWR™: RT @humourdedroite: Je découvre à l'instant le grand webze. Toutes mes ficelles de caleçon professeur Rolin. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3866000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @humourdedroite: Je d\\u00e9couvre \\u00e0 l'instant le grand webze. Toutes mes ficelles de cale\\u00e7on professeur Rolin. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"humourdedroite\",\"indices\":[3,18],\"name\":\"L'Humour de Droite\",\"id_str\":\"52331565\",\"id\":52331565}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je d\\u00e9couvre \\u00e0 l'instant le grand webze. Toutes mes ficelles de cale\\u00e7on professeur Rolin. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[89,93]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190743119241216\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"humourdedroite\",\"lang\":\"en\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":0,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":91270,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1710265223\\/57974_468268044609_115745609609_6575641_7158617_n_normal.jpg\",\"description\":\"En France soit t'as peur des arabes soit t'as peur de Marine Le Pen. Si t'as peur des deux tu as une carte UMP.\",\"statuses_count\":17065,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/366275601\\/bghdd-twitter.png\",\"show_all_inline_media\":true,\"listed_count\":1448,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"52331565\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"L'Humour de Droite\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366275601\\/bghdd-twitter.png\",\"created_at\":\"Tue Jun 30 07:09:07 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":52331565,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.facebook.com\\/humourdedroite\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1710265223\\/57974_468268044609_115745609609_6575641_7158617_n_normal.jpg\"},\"truncated\":false,\"id\":173190743119241216,\"created_at\":\"Fri Feb 24 23:41:05 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191416359559168\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"TGWRprog\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":298,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1456585536\\/NewTGWRprog_normal.png\",\"description\":\"Testeur de jeux vid\\u00e9os inconnus sur Game Side Story, Amateur d'electro, et Geek a temps partiel\",\"statuses_count\":448,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"289854889\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"TGWR\\u2122\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Fri Apr 29 10:01:55 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":289854889,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.gamesidestory.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1456585536\\/NewTGWRprog_normal.png\"},\"truncated\":false,\"id\":173191416359559168,\"created_at\":\"Fri Feb 24 23:43:46 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3866000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3feb05fa-06ca-4115-b5fc-f976218e371b-173191416359559168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "c'est quand même énorme cette émission #LGW rarement vu autant de tweets par minute leader TT France NOW", +"img": { +"src": "http://a0.twimg.com/profile_images/1792102319/0014_-_Copie_-_Copie_normal.JPG" +}, +"title": "Nicolas Gaillard: c'est quand même énorme cette émission #LGW rarement vu autant de tweets par minute leader TT France NOW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3866000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"c'est quand m\\u00eame \\u00e9norme cette \\u00e9mission #LGW rarement vu autant de tweets par minute leader TT France NOW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[39,43]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191418762903552\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"NG__nico\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":141,\"location\":\"Poitiers\",\"profile_text_color\":\"333333\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"description\":\"Etudiant L2 Histoire ---Actu---Politique---T\\u00e9l\\u00e9---M\\u00e9dias--- Musique...tout ce qu'aiment les journalistes--- Feel free to follow me ;-) \",\"statuses_count\":1114,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"370637904\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\" Nicolas Gaillard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"created_at\":\"Fri Sep 09 11:18:42 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":370637904,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\"},\"truncated\":false,\"id\":173191418762903552,\"created_at\":\"Fri Feb 24 23:43:46 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3866000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "29a4e38f-52f6-4532-a3b8-f4986964d803-173191418762903552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Allez! @francoisrollin #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart du #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Allez! @francoisrollin #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart du #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3868000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Allez! @francoisrollin #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart du #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[7,22],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"IlPart\",\"indices\":[23,30]},{\"text\":\"IlPart\",\"indices\":[31,38]},{\"text\":\"IlPart\",\"indices\":[39,46]},{\"text\":\"IlPart\",\"indices\":[47,54]},{\"text\":\"IlPart\",\"indices\":[55,62]},{\"text\":\"IlPart\",\"indices\":[63,70]},{\"text\":\"IlPart\",\"indices\":[71,78]},{\"text\":\"IlPart\",\"indices\":[79,86]},{\"text\":\"IlPart\",\"indices\":[87,94]},{\"text\":\"IlPart\",\"indices\":[95,102]},{\"text\":\"IlPart\",\"indices\":[103,110]},{\"text\":\"IlPart\",\"indices\":[111,118]},{\"text\":\"IlPart\",\"indices\":[119,126]},{\"text\":\"LGW\",\"indices\":[130,134]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191425868050432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4895,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191425868050432,\"created_at\":\"Fri Feb 24 23:43:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3868000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2d34df8b-29e6-4b43-9404-5efdbfda9a5f-173191425868050432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @anthonydelorme: “@nicoprat: Devant #lgw je me sens un peu comme ça http://t.co/Y6Hfiyge”", +"img": { +"src": "http://a2.twimg.com/profile_images/1802176301/image_normal.jpg" +}, +"title": "marine_b: RT @anthonydelorme: “@nicoprat: Devant #lgw je me sens un peu comme ça http://t.co/Y6Hfiyge”", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3868000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @anthonydelorme: \\u201c@nicoprat: Devant #lgw je me sens un peu comme \\u00e7a http:\\/\\/t.co\\/Y6Hfiyge\\u201d\",\"entities\":{\"urls\":[{\"indices\":[71,91],\"display_url\":\"pic.twitter.com\\/Y6Hfiyge\",\"expanded_url\":\"http:\\/\\/twitter.com\\/nicoprat\\/status\\/173189994922512384\\/photo\\/1\",\"url\":\"http:\\/\\/t.co\\/Y6Hfiyge\"}],\"user_mentions\":[{\"screen_name\":\"anthonydelorme\",\"indices\":[3,18],\"name\":\"anthonydelorme\",\"id_str\":\"16097779\",\"id\":16097779},{\"screen_name\":\"nicoprat\",\"indices\":[21,30],\"name\":\"Nico Prat\",\"id_str\":\"19256842\",\"id\":19256842}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"\\u201c@nicoprat: Devant #lgw je me sens un peu comme \\u00e7a http:\\/\\/t.co\\/Y6Hfiyge\\u201d\",\"entities\":{\"urls\":[{\"indices\":[51,71],\"display_url\":\"pic.twitter.com\\/Y6Hfiyge\",\"expanded_url\":\"http:\\/\\/twitter.com\\/nicoprat\\/status\\/173189994922512384\\/photo\\/1\",\"url\":\"http:\\/\\/t.co\\/Y6Hfiyge\"}],\"user_mentions\":[{\"screen_name\":\"nicoprat\",\"indices\":[1,10],\"name\":\"Nico Prat\",\"id_str\":\"19256842\",\"id\":19256842}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190374569947137\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"anthonydelorme\",\"lang\":\"en\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":626,\"location\":\"Paris\",\"profile_text_color\":\"666666\",\"followers_count\":689,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1546709422\\/EddiSon-_20-sur-20_ANTHONB_normal.jpg\",\"description\":\"Mobile Guru.\\r\\nHead of Mobile @FredFaridGroup. \\r\\nManaging Director @EddiandSon. \\r\\nCreative @kidslovejetlag.\\r\\n#mobile\",\"statuses_count\":2254,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":113,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"16097779\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"anthonydelorme\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Tue Sep 02 15:08:59 +0000 2008\",\"profile_sidebar_fill_color\":\"252429\",\"id\":16097779,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.eddiandson.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1546709422\\/EddiSon-_20-sur-20_ANTHONB_normal.jpg\"},\"truncated\":false,\"id\":173190374569947137,\"created_at\":\"Fri Feb 24 23:39:37 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191428623712256\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"marinebatiste\",\"lang\":\"fr\",\"favourites_count\":19,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":283,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":518,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1802176301\\/image_normal.jpg\",\"description\":\"un peu toulousaine, un peu basque, femme \\u00e0 tout faire sur Paris.fr et CM @Paris compl\\u00e8tement in love with #Paris \\u2764\\u2764\\u2764\\u2764\\u2764\",\"statuses_count\":3267,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/416510788\\/05960e623b1711e19e4a12313813ffc0_6.jpg\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"327253312\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"marine_b\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416510788\\/05960e623b1711e19e4a12313813ffc0_6.jpg\",\"created_at\":\"Fri Jul 01 07:39:10 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":327253312,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/marinebatiste.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802176301\\/image_normal.jpg\"},\"truncated\":false,\"id\":173191428623712256,\"created_at\":\"Fri Feb 24 23:43:48 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3868000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ad55d47b-bcef-45fe-95d8-27e32c68fb77-173191428623712256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "My god @Vinvin Gaillard !!! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1279537389/image_normal.jpg" +}, +"title": "vincent denise: My god @Vinvin Gaillard !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3870000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"My god @Vinvin Gaillard !!! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[7,14],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191436915847168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":397,\"screen_name\":\"yesnoornext\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2733,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257185356\\/mosa2.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":215,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1279537389\\/image_normal.jpg\",\"description\":\"Concepteur web et mobiles. Passionn\\u00e9 par la communication et le graphisme. Amateur de bourgogne et de Google.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"252186404\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257185356\\/mosa2.jpg\",\"profile_sidebar_fill_color\":\"ccefff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1279537389\\/image_normal.jpg\",\"name\":\"vincent denise\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 14 17:34:27 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":252186404,\"utc_offset\":3600,\"favourites_count\":95,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191436915847168,\"created_at\":\"Fri Feb 24 23:43:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3870000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "534f5da5-cf77-48e6-88ee-5f7457b4daa2-173191436915847168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1838462962/w314uSp6_normal" +}, +"title": "myPlanetarium: #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3870000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191435447836672\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":268,\"screen_name\":\"my_Planetarium_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2854,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"La D\\u00e9fense\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":121,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\",\"description\":\"myplanetarium.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"302897276\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\",\"name\":\"myPlanetarium\",\"default_profile_image\":false,\"created_at\":\"Sat May 21 23:24:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":302897276,\"utc_offset\":3600,\"favourites_count\":124,\"url\":\"http:\\/\\/myplanetarium.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191435447836672,\"created_at\":\"Fri Feb 24 23:43:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3870000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "efcf666c-1fdc-45f2-9c3d-a2c2d42da670-173191435447836672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Aurore_at_point: #lgw ou une émission qui parle de ma VRAIE culture... Ce que c'est bon quoi ! Enfin un truc qui est pas totalement ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1767265999/Perso_normal.jpg" +}, +"title": "Leroux Chloé: RT @Aurore_at_point: #lgw ou une émission qui parle de ma VRAIE culture... Ce que c'est bon quoi ! Enfin un truc qui est pas totalement ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3871000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Aurore_at_point: #lgw ou une \\u00e9mission qui parle de ma VRAIE culture... Ce que c'est bon quoi ! Enfin un truc qui est pas totalement ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Aurore_at_point\",\"indices\":[3,19],\"id_str\":\"318077034\",\"name\":\"Aurore Praline\",\"id\":318077034}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ou une \\u00e9mission qui parle de ma VRAIE culture... Ce que c'est bon quoi ! Enfin un truc qui est pas totalement out !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191117922250753\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":187,\"screen_name\":\"Aurore_at_point\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":560,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"location\":\"Coming Soon in Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"626d8a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1399208256\\/Photo_00017_normal.jpg\",\"description\":\"When I'll growin' up, I'll be as I wanted when I was a child. \\r\\nWriting scenarios... What's better ? \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"aaadac\",\"id_str\":\"318077034\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1399208256\\/Photo_00017_normal.jpg\",\"name\":\"Aurore Praline\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 15 22:54:54 +0000 2011\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":318077034,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191117922250753,\"created_at\":\"Fri Feb 24 23:42:34 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191437809229824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":27,\"screen_name\":\"Chloe_lrx\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":11,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1767265999\\/Perso_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"468796954\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1767265999\\/Perso_normal.jpg\",\"name\":\"Leroux Chlo\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 19 22:47:38 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":468796954,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173191437809229824,\"created_at\":\"Fri Feb 24 23:43:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3871000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8a436972-6a1b-43e5-a6eb-63f456df2fe7-173191437809229824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin doit-il partir? #ilpart #lgw (c'est pour toi @Vinvin)", +"img": { +"src": "http://a0.twimg.com/profile_images/1550079192/avatar_twitter_normal.jpg" +}, +"title": "Wara: François Rollin doit-il partir? #ilpart #lgw (c'est pour toi @Vinvin)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3871000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin doit-il partir? #ilpart #lgw (c'est pour toi @Vinvin)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[61,68],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[32,39]},{\"text\":\"lgw\",\"indices\":[40,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191439461789699\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Waragraphic\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":201,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":42,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1550079192\\/avatar_twitter_normal.jpg\",\"description\":\"Infographiste au ch\\u00f4mage, mais j'me soigne.\",\"statuses_count\":99,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/332761580\\/WARAtwitter.jpg\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"d11100\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"131019075\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Wara\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/332761580\\/WARAtwitter.jpg\",\"created_at\":\"Fri Apr 09 01:23:50 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":131019075,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/kev1987.deviantart.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1550079192\\/avatar_twitter_normal.jpg\"},\"truncated\":false,\"id\":173191439461789699,\"created_at\":\"Fri Feb 24 23:43:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3871000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "da5a401e-2d4c-4c0c-a5ae-414cfb3638bf-173191439461789699" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW :OUAIS VIVE VINVIN GAILLARD", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW :OUAIS VIVE VINVIN GAILLARD", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3871000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"#LGW :OUAIS VIVE VINVIN GAILLARD\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191439818305536\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"favourites_count\":43,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":405,\"location\":\"Chatillon-en-Bazois\",\"profile_text_color\":\"333333\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"statuses_count\":27165,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Damien Vacher\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":26552716,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/damienvacher.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\"},\"in_reply_to_status_id\":null,\"id\":173191439818305536,\"created_at\":\"Fri Feb 24 23:43:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3871000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8f8d1837-a817-4dc9-8ba5-2d31590ce643-173191439818305536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Vinvin bon ok qu'il parte comme ça tu me l'envoie direct chez moi #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1784236610/whipped_cream_1__normal.jpg" +}, +"title": "dallas: @Vinvin bon ok qu'il parte comme ça tu me l'envoie direct chez moi #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3871000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Vinvin bon ok qu'il parte comme \\u00e7a tu me l'envoie direct chez moi #lgw #ilpart\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]},{\"text\":\"ilpart\",\"indices\":[72,79]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173190479788244992\",\"id_str\":\"173191437905698816\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173190479788244992,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":242,\"screen_name\":\"harlemdallas\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":2231,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/348916235\\/Grace_Jones_article_imageimagearticle.jpg\",\"location\":\"Paris\\/Ajaccio\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"FF0000\",\"followers_count\":193,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1784236610\\/whipped_cream_1__normal.jpg\",\"description\":\"Le T\\u00e9l\\u00e9phone Arabe. Journaliste ayant touch\\u00e9 de pr\\u00e8s le Saint Graal (ex CSOJ et Arte) com\\u00e9dienne qui le cherche encore.\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"id_str\":\"127074304\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/348916235\\/Grace_Jones_article_imageimagearticle.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1784236610\\/whipped_cream_1__normal.jpg\",\"name\":\"dallas\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 27 23:54:10 +0000 2010\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":127074304,\"utc_offset\":-10800,\"favourites_count\":255,\"url\":null},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173191437905698816,\"created_at\":\"Fri Feb 24 23:43:51 +0000 2012\",\"in_reply_to_user_id\":7223522}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3871000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4b8de36b-2dd4-4377-a712-3699f7ce1908-173191437905698816" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste également en TT ! #lgw @Francoisrollin @Vinvin http://t.co/n8dGVbYq", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: #IlReste également en TT ! #lgw @Francoisrollin @Vinvin http://t.co/n8dGVbYq", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3873000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"#IlReste \\u00e9galement en TT ! #lgw @Francoisrollin @Vinvin http:\\/\\/t.co\\/n8dGVbYq\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[32,47],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076},{\"screen_name\":\"Vinvin\",\"indices\":[48,55],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[27,31]}],\"media\":[{\"type\":\"photo\",\"indices\":[56,76],\"sizes\":{\"large\":{\"h\":960,\"resize\":\"fit\",\"w\":640},\"medium\":{\"h\":900,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":510,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdMs4_CQAAwHXK.jpg\",\"id_str\":\"173191444771782656\",\"expanded_url\":\"http:\\/\\/twitter.com\\/frenchy_Marie\\/status\\/173191444767588352\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdMs4_CQAAwHXK.jpg\",\"id\":173191444771782656,\"display_url\":\"pic.twitter.com\\/n8dGVbYq\",\"url\":\"http:\\/\\/t.co\\/n8dGVbYq\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191444767588352\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2883,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"name\":\"Marie\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":120444044,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191444767588352,\"created_at\":\"Fri Feb 24 23:43:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3873000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9b26b15d-eccc-4e57-a750-204cd65f69a8-173191444767588352" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @_Landry: Finalement Rollin dans un film muet... Et Vinvin en noir et blanc... Faudrait essayer. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1850427609/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal" +}, +"title": "amnesicmercury: RT @_Landry: Finalement Rollin dans un film muet... Et Vinvin en noir et blanc... Faudrait essayer. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3874000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @_Landry: Finalement Rollin dans un film muet... Et Vinvin en noir et blanc... Faudrait essayer. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"_Landry\",\"indices\":[3,11],\"name\":\"_Landry\",\"id_str\":\"9538912\",\"id\":9538912}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[100,104]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Finalement Rollin dans un film muet... Et Vinvin en noir et blanc... Faudrait essayer. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[87,91]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173189118073909248\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"_Landry\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":28,\"location\":\"Rouen, fr\",\"profile_text_color\":\"333333\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/33716352\\/SSL20530_normal.jpg\",\"description\":\"\",\"statuses_count\":629,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"9538912\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"_Landry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Oct 19 09:25:27 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":9538912,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/chezlandry.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/33716352\\/SSL20530_normal.jpg\"},\"truncated\":false,\"id\":173189118073909248,\"created_at\":\"Fri Feb 24 23:34:38 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191450383745025\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"204207\",\"screen_name\":\"amnesicmercury\",\"lang\":\"en\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":355,\"location\":\"Lille, France\",\"profile_text_color\":\"485C3A\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850427609\\/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal\",\"description\":\"If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea \",\"statuses_count\":6669,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413071977\\/x47753175a3e5ec841493b005971cc32.jpg\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"618238\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"16603797\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"amnesicmercury\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413071977\\/x47753175a3e5ec841493b005971cc32.jpg\",\"created_at\":\"Sun Oct 05 17:41:52 +0000 2008\",\"profile_sidebar_fill_color\":\"060A00\",\"id\":16603797,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/about.me\\/guillaumel\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850427609\\/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal\"},\"truncated\":false,\"id\":173191450383745025,\"created_at\":\"Fri Feb 24 23:43:54 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3874000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c371db6c-40fa-4dad-a357-97cb57cb64e7-173191450383745025" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@soisdesinvolte #ilReste aurant (C'est entièrement de ta faute.) #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1474785559/testdeux_normal.jpg" +}, +"title": "Romain Mollet: @soisdesinvolte #ilReste aurant (C'est entièrement de ta faute.) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3875000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@soisdesinvolte #ilReste aurant (C'est enti\\u00e8rement de ta faute.) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"soisdesinvolte\",\"indices\":[0,15],\"id_str\":\"120569338\",\"name\":\"Florent Bernard\",\"id\":120569338}],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[16,24]},{\"text\":\"lgw\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173190284451123201\",\"id_str\":\"173191454351560704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173190284451123201,\"in_reply_to_user_id_str\":\"120569338\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":73,\"screen_name\":\"RomainMollet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":83,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"location\":\"Nantes\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"description\":\"\\u00c9tudiant \\u00e0 Cin\\u00e9Cr\\u00e9atis depuis moins d'une semaine (18\\/09\\/2011)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"62795411\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/130413024\\/pan.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1474785559\\/testdeux_normal.jpg\",\"name\":\"Romain Mollet\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 04 11:47:02 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":62795411,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/conneriehumanumest.wordpress.com\"},\"in_reply_to_screen_name\":\"soisdesinvolte\",\"truncated\":false,\"id\":173191454351560704,\"created_at\":\"Fri Feb 24 23:43:55 +0000 2012\",\"in_reply_to_user_id\":120569338}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3875000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0afc0e4b-3432-46b3-916e-00fd277b717a-173191454351560704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw par-ci #LGW par-là... pour ceux qui ne connaissent pas Le Grand Webze (comme moi :p) c'est en direct sur france5 http://t.co/U9jC6LR6…", +"img": { +"src": "http://a3.twimg.com/profile_images/1640839738/c0y0te7_2011av600_normal.png" +}, +"title": "Patrick Zédouard: #lgw par-ci #LGW par-là... pour ceux qui ne connaissent pas Le Grand Webze (comme moi :p) c'est en direct sur france5 http://t.co/U9jC6LR6…", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3876000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw par-ci #LGW par-l\\u00e0... pour ceux qui ne connaissent pas Le Grand Webze (comme moi :p) c'est en direct sur france5 http:\\/\\/t.co\\/U9jC6LR6\\u2026\",\"entities\":{\"urls\":[{\"indices\":[118,138],\"display_url\":\"france5.fr\\/le-grand-webze\",\"expanded_url\":\"http:\\/\\/france5.fr\\/le-grand-webze\",\"url\":\"http:\\/\\/t.co\\/U9jC6LR6\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"LGW\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191461423153152\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"c7c7c7\",\"screen_name\":\"c0y0te7\",\"lang\":\"fr\",\"favourites_count\":10,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":131,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1640839738\\/c0y0te7_2011av600_normal.png\",\"description\":\"Graphic designer, illustrator. I love designing t-shirts ^o^\",\"statuses_count\":397,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/393625552\\/logo_twitter_2012.png\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"2d5b6b\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c7c7c7\",\"protected\":false,\"id_str\":\"78273409\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Patrick Z\\u00e9douard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/393625552\\/logo_twitter_2012.png\",\"created_at\":\"Tue Sep 29 10:38:14 +0000 2009\",\"profile_sidebar_fill_color\":\"f7f7f7\",\"id\":78273409,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.c0y0te7.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1640839738\\/c0y0te7_2011av600_normal.png\"},\"truncated\":false,\"id\":173191461423153152,\"created_at\":\"Fri Feb 24 23:43:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3876000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4b64742b-0f0a-4d67-8309-d30312577e4d-173191461423153152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cQui qu' #ilreste ? En tout cas Kheops #change2ton et #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1270085631/oeil_normal.jpg" +}, +"title": "Achrome: #lgw #cQui qu' #ilreste ? En tout cas Kheops #change2ton et #ilpart", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3876000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #cQui qu' #ilreste ? En tout cas Kheops #change2ton et #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cQui\",\"indices\":[5,10]},{\"text\":\"ilreste\",\"indices\":[15,23]},{\"text\":\"change2ton\",\"indices\":[45,56]},{\"text\":\"ilpart\",\"indices\":[60,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191458986262528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":114,\"screen_name\":\"_Achrome_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":30,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/364586958\\/Radia8_by_yt4585.jpg\",\"location\":\"Rouen\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1270085631\\/oeil_normal.jpg\",\"description\":\"Poney sup\\u00e9rieur en maintenance p\\u00e9trochimique, mordu de high tech et nouvelles technologies... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"264898726\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/364586958\\/Radia8_by_yt4585.jpg\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1270085631\\/oeil_normal.jpg\",\"name\":\"Achrome\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 12 16:55:27 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":264898726,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191458986262528,\"created_at\":\"Fri Feb 24 23:43:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3876000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a27cd365-18a2-45ae-a50c-25752815dbd5-173191458986262528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@McMademoiselle Ah ben du coup je suis rassurée je me sens moins seule face au mystère #cqui #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1727412144/image_normal.jpg" +}, +"title": "Jessica Boni-Lambert: @McMademoiselle Ah ben du coup je suis rassurée je me sens moins seule face au mystère #cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3876000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@McMademoiselle Ah ben du coup je suis rassur\\u00e9e je me sens moins seule face au myst\\u00e8re #cqui #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"McMademoiselle\",\"indices\":[0,15],\"id_str\":\"288357486\",\"name\":\"Celine\",\"id\":288357486}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[87,92]},{\"text\":\"LGW\",\"indices\":[93,97]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173191189661618176\",\"id_str\":\"173191458239688706\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173191189661618176,\"in_reply_to_user_id_str\":\"288357486\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"JessBoniLambert\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17230,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/391267445\\/Twitter2.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":41,\"profile_link_color\":\"CC3366\",\"followers_count\":680,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727412144\\/image_normal.jpg\",\"description\":\"Cr\\u00e9atrice de mode passionn\\u00e9e de #rugby (www.rugbydolls.com) \\r\\nMy passions: Rugby, Fashion and photography.\\r\\nNe tourne pas rond (mais plut\\u00f4t ovale)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"id_str\":\"111092027\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391267445\\/Twitter2.jpg\",\"profile_sidebar_fill_color\":\"f7e6e6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727412144\\/image_normal.jpg\",\"name\":\"Jessica Boni-Lambert\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 03 19:54:54 +0000 2010\",\"profile_sidebar_border_color\":\"ebdae9\",\"id\":111092027,\"utc_offset\":3600,\"favourites_count\":51,\"url\":\"http:\\/\\/www.leblogdejess.com\"},\"in_reply_to_screen_name\":\"McMademoiselle\",\"truncated\":false,\"id\":173191458239688706,\"created_at\":\"Fri Feb 24 23:43:56 +0000 2012\",\"in_reply_to_user_id\":288357486}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3876000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "03ca1700-c439-4258-8a73-784c5b0405cf-173191458239688706" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @PascalMabille: LOL “@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart \"", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: RT @PascalMabille: LOL “@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart \"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3878000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @PascalMabille: LOL \\u201c@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart \\\"\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"PascalMabille\",\"indices\":[3,17],\"name\":\"Pascal Mabille\",\"id_str\":\"1367131\",\"id\":1367131},{\"screen_name\":\"Vinvin\",\"indices\":[24,31],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[73,77]},{\"text\":\"ilpart\",\"indices\":[78,85]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"LOL \\u201c@Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart \\\"\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[5,12],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]},{\"text\":\"ilpart\",\"indices\":[59,66]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191303545368576\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"F0F0F0\",\"screen_name\":\"PascalMabille\",\"lang\":\"fr\",\"favourites_count\":815,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":945,\"location\":\"Boulogne-Billancourt\",\"profile_text_color\":\"000000\",\"followers_count\":1664,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1782392213\\/AV_PM_012012_600PX_normal.png\",\"description\":\"Dessine @instagraff \\u23ae Conseille les artistes, le web\\u23ae Bosse sur #BMSM \\u23aeR\\u00e9alise @ctraitnet pour @legrandwebze \\u23ae Boite \\u00e0 Rire \\u23ae Voltigeur chez @lvdlt et @season1\",\"statuses_count\":9579,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/2377911\\/mega_city11_96.png\",\"show_all_inline_media\":true,\"listed_count\":68,\"profile_link_color\":\"585454\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"1367131\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Pascal Mabille\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/2377911\\/mega_city11_96.png\",\"created_at\":\"Sat Mar 17 18:49:58 +0000 2007\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"id\":1367131,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.pascalmabille.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782392213\\/AV_PM_012012_600PX_normal.png\"},\"truncated\":false,\"id\":173191303545368576,\"created_at\":\"Fri Feb 24 23:43:19 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191466871558147\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"favourites_count\":30,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":665,\"location\":\"DtC\",\"profile_text_color\":\"333333\",\"followers_count\":208,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"statuses_count\":7367,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"monsieurhobby\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":78733185,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\"},\"truncated\":false,\"id\":173191466871558147,\"created_at\":\"Fri Feb 24 23:43:58 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3878000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "26e51ae1-a71b-4faa-a83a-21cdf7effb46-173191466871558147" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#classe regis gaillard #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836489540/humanrage1_normal.jpg" +}, +"title": "Androids: #classe regis gaillard #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3879000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#classe regis gaillard #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"classe\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[23,27]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191473821532160\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Androids974\",\"lang\":\"en\",\"favourites_count\":8,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":69,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"description\":\"Spectateur.\",\"statuses_count\":1507,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"58974537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Androids\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"created_at\":\"Wed Jul 22 00:25:26 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":58974537,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\"},\"truncated\":false,\"id\":173191473821532160,\"created_at\":\"Fri Feb 24 23:43:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3879000, +"tags": [ +{ +"id-ref": "f0b500e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ade65e44-88d6-4d54-af7d-51d231164c3a-173191473821532160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je comprend rien au #cqui du #lgw du coup ce sera Bulls-Sharks pour moi !", +"img": { +"src": "http://a2.twimg.com/profile_images/1643453524/arnaud_tof_normal.jpg" +}, +"title": "Arnaud BECQUET: Je comprend rien au #cqui du #lgw du coup ce sera Bulls-Sharks pour moi !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3880000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je comprend rien au #cqui du #lgw du coup ce sera Bulls-Sharks pour moi !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[20,25]},{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191476476522497\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":559,\"screen_name\":\"ArnaudBecquet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":20519,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":54,\"profile_link_color\":\"0084B4\",\"followers_count\":836,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1643453524\\/arnaud_tof_normal.jpg\",\"description\":\"Consultant Web, expatri\\u00e9 Toulonnais \\u00e0 Paris,grand fan du RCT\\r\\nJe ne suis pas que chauvin et je parle Rugby en g\\u00e9n\\u00e9ral !\\r\\nLancement du site ParceQueToulon.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"113581632\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1643453524\\/arnaud_tof_normal.jpg\",\"name\":\"Arnaud BECQUET\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 12 08:48:10 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":113581632,\"utc_offset\":3600,\"favourites_count\":77,\"url\":\"http:\\/\\/www.parcequetoulon.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191476476522497,\"created_at\":\"Fri Feb 24 23:44:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3880000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c447dac7-f6d1-4a85-b855-3fb98c4f5829-173191476476522497" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@CAccord au delà de ça, nul serait un compliment ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1606679449/image_normal.jpg" +}, +"title": "Arthur Delacorta: @CAccord au delà de ça, nul serait un compliment ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3881000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"CAccord\",\"favorited\":false,\"text\":\"@CAccord au del\\u00e0 de \\u00e7a, nul serait un compliment ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"CAccord\",\"indices\":[0,8],\"name\":\"Chlo\\u00e9 accord\",\"id_str\":\"500696441\",\"id\":500696441}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"in_reply_to_user_id\":500696441,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173191212482826241,\"in_reply_to_status_id_str\":\"173191212482826241\",\"id_str\":\"173191482163998722\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"F2E195\",\"screen_name\":\"ArthurDelacorta\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1663,\"location\":\"\",\"profile_text_color\":\"0C3E53\",\"followers_count\":508,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1606679449\\/image_normal.jpg\",\"description\":\"L\\u2019utopie est \\u00e0 la politique, ce qu\\u2019est le fantasme \\u00e0 la sexualit\\u00e9. Le d\\u00e9sir guid\\u00e9 par nos utopies et nos fantasmes doit faire progresser notre vie.\",\"statuses_count\":9836,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":33,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"protected\":false,\"id_str\":\"21702648\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Arthur Delacorta\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"created_at\":\"Mon Feb 23 22:36:57 +0000 2009\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"id\":21702648,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/delacorta.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1606679449\\/image_normal.jpg\"},\"truncated\":false,\"id\":173191482163998722,\"created_at\":\"Fri Feb 24 23:44:01 +0000 2012\",\"in_reply_to_user_id_str\":\"500696441\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3881000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "88c1bb7e-def3-4228-93de-00472d683e47-173191482163998722" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@JessBoniLambert Pour décier si Rollin doit rester ou partir. @ludodelaherche #lgw Mais tu peux aussi demander #cqui Rollin.", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @JessBoniLambert Pour décier si Rollin doit rester ou partir. @ludodelaherche #lgw Mais tu peux aussi demander #cqui Rollin.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3881000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"JessBoniLambert\",\"favorited\":false,\"text\":\"@JessBoniLambert Pour d\\u00e9cier si Rollin doit rester ou partir. @ludodelaherche #lgw Mais tu peux aussi demander #cqui Rollin.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"JessBoniLambert\",\"indices\":[0,16],\"name\":\"Jessica Boni-Lambert\",\"id_str\":\"111092027\",\"id\":111092027},{\"screen_name\":\"LudoDelaherche\",\"indices\":[62,77],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[79,83]},{\"text\":\"cqui\",\"indices\":[112,117]}]},\"in_reply_to_user_id\":111092027,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173191321002049536,\"in_reply_to_status_id_str\":\"173191321002049536\",\"id_str\":\"173191482554064896\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"favourites_count\":254,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":156,\"location\":\"Paris Montparnasse - Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"statuses_count\":34444,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":104184883,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\"},\"truncated\":false,\"id\":173191482554064896,\"created_at\":\"Fri Feb 24 23:44:01 +0000 2012\",\"in_reply_to_user_id_str\":\"111092027\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3881000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6946df9a-d27f-4153-b6b6-2d7be1a05206-173191482554064896" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KolyaFR la vidéo :D #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1255908033/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png" +}, +"title": "Crazou: @KolyaFR la vidéo :D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3883000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"KolyaFR\",\"favorited\":false,\"text\":\"@KolyaFR la vid\\u00e9o :D #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"KolyaFR\",\"indices\":[0,8],\"name\":\"Florian Descamps\",\"id_str\":\"109725925\",\"id\":109725925}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]}]},\"in_reply_to_user_id\":109725925,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173191100666880001,\"in_reply_to_status_id_str\":\"173191100666880001\",\"id_str\":\"173191488522551296\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"crazou_\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":52,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1255908033\\/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png\",\"description\":\"\",\"statuses_count\":155,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"120808218\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Crazou\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Mar 07 16:26:59 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":120808218,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1255908033\\/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png\"},\"truncated\":false,\"id\":173191488522551296,\"created_at\":\"Fri Feb 24 23:44:03 +0000 2012\",\"in_reply_to_user_id_str\":\"109725925\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3883000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "db1a79a7-592f-463e-a7d5-90b4bf08690b-173191488522551296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @B_Roger_Petit: #lgw #ilpart #ilreste Qu'ils s'en aillent tous ! #melenchonattitude", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @B_Roger_Petit: #lgw #ilpart #ilreste Qu'ils s'en aillent tous ! #melenchonattitude", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3883000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @B_Roger_Petit: #lgw #ilpart #ilreste Qu'ils s'en aillent tous ! #melenchonattitude\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"B_Roger_Petit\",\"indices\":[3,17],\"id_str\":\"48949826\",\"name\":\"Bruno Roger-Petit\",\"id\":48949826}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]},{\"text\":\"ilpart\",\"indices\":[24,31]},{\"text\":\"ilreste\",\"indices\":[32,40]},{\"text\":\"melenchonattitude\",\"indices\":[68,86]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart #ilreste Qu'ils s'en aillent tous ! #melenchonattitude\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]},{\"text\":\"ilreste\",\"indices\":[13,21]},{\"text\":\"melenchonattitude\",\"indices\":[49,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190945754456065\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"screen_name\":\"B_Roger_Petit\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13866,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":245,\"profile_link_color\":\"0084B4\",\"followers_count\":6588,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"description\":\"En \\u00e9tat de Grace... \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"48949826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"name\":\"Bruno Roger-Petit\",\"default_profile_image\":false,\"created_at\":\"Sat Jun 20 07:03:26 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":48949826,\"utc_offset\":-10800,\"favourites_count\":19,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/brunorogerpetit\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190945754456065,\"created_at\":\"Fri Feb 24 23:41:53 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191489894088704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":543,\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":637,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"name\":\"Royer Charles-Henri\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":185396126,\"utc_offset\":3600,\"favourites_count\":21,\"url\":\"http:\\/\\/www.france5.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191489894088704,\"created_at\":\"Fri Feb 24 23:44:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3883000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0a7cbd4-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5a234850-4845-41d9-bb2f-ebeab2f3f47a-173191489894088704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'aime bien la fin \\o/ #cQui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: J'aime bien la fin \\o/ #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3884000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'aime bien la fin \\\\o\\/ #cQui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[23,28]},{\"text\":\"lgw\",\"indices\":[29,33]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191491743789057\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3246,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173191491743789057,\"created_at\":\"Fri Feb 24 23:44:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3884000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "859cc45f-5137-49aa-9fdc-24bcdab45977-173191491743789057" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @FlorencePorcel j'veux pas dire mais vinvin t'a pénétré", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw @FlorencePorcel j'veux pas dire mais vinvin t'a pénétré", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3884000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @FlorencePorcel j'veux pas dire mais vinvin t'a p\\u00e9n\\u00e9tr\\u00e9\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[5,20],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191494361030657\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191494361030657,\"created_at\":\"Fri Feb 24 23:44:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3884000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9d706fac-add0-477a-a00c-bc97af04547e-173191494361030657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ahah Regis Gaillard #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1841029880/gangstacat6ze46f4ze6f4z6e84_normal.jpg" +}, +"title": "Brice R.: Ahah Regis Gaillard #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3885000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ahah Regis Gaillard #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191499780075520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"brice_r_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2377,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"description\":\"#G\\u00e9meaux #DoublePersonnalit\\u00e9 \\r\\nParce que la vie priv\\u00e9e ne sert pas uniquement \\u00e0 cacher des d\\u00e9lits et des crimes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Copenhagen\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"15512436\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"name\":\"Brice R.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 21 08:09:24 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":15512436,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"https:\\/\\/www.eff.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191499780075520,\"created_at\":\"Fri Feb 24 23:44:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3885000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dff8d838-7073-4fa6-b441-8b3297a6555b-173191499780075520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Florence bravo le coup du ballon", +"img": { +"src": "http://a0.twimg.com/profile_images/1845362154/3E0EC892-FEB3-44FD-AA98-331512B5799F_normal" +}, +"title": "Jmc: #lgw Florence bravo le coup du ballon", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3887000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Florence bravo le coup du ballon\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191505060704256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1023,\"screen_name\":\"Jmcorradi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3550,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Marseille\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":185,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845362154\\/3E0EC892-FEB3-44FD-AA98-331512B5799F_normal\",\"description\":\"Ne supporte pas la mauvaise foi et l injustice.motard et guitariste ex triathlete .soutien de #FH2012 \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"436663652\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845362154\\/3E0EC892-FEB3-44FD-AA98-331512B5799F_normal\",\"name\":\"Jmc\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 14 12:15:39 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":436663652,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191505060704256,\"created_at\":\"Fri Feb 24 23:44:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3887000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a030c469-1369-4ce5-a572-2a0904a99706-173191505060704256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Mdr le \"Régis\" Gaillard !", +"img": { +"src": "http://a1.twimg.com/profile_images/767766841/photoaccueil2_normal.jpg" +}, +"title": "Julien Hatton: #lgw Mdr le \"Régis\" Gaillard !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3889000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Mdr le \\\"R\\u00e9gis\\\" Gaillard !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191512669171713\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":643,\"screen_name\":\"julienhatton\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":956,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/85203363\\/fondtwitter3.jpg\",\"location\":\"Orl\\u00e9ans | Paris\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"fa5305\",\"followers_count\":487,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/767766841\\/photoaccueil2_normal.jpg\",\"description\":\"Co-Fondateur Agence Buzznative www.buzznative.com Communication \\/\\/ Ev\\u00e9nementiel \\/\\/ Street & Gu\\u00e9rilla Marketing \\/\\/ Buzz @Buzznative\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"125283688\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/85203363\\/fondtwitter3.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/767766841\\/photoaccueil2_normal.jpg\",\"name\":\"Julien Hatton\",\"default_profile_image\":false,\"created_at\":\"Mon Mar 22 09:21:28 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":125283688,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.julien-hatton.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191512669171713,\"created_at\":\"Fri Feb 24 23:44:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3889000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "58e9c3a7-a935-4b01-85de-aedb4027378c-173191512669171713" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1619795684/_DSC2787--_normal.jpg" +}, +"title": "ANOZER: RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3889000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Monsieur_Poulpe: Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Monsieur_Poulpe\",\"indices\":[3,19],\"id_str\":\"101887303\",\"name\":\"Monsieur Poulpe\",\"id\":101887303},{\"screen_name\":\"palmashow\",\"indices\":[37,47],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Je crois que le @palmashow en est au niveau 14 d'Angry Birds sur le plateau du grand Webze #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[16,26],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173183220911833090\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":44,\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2826,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"followers_count\":14315,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"68baae\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"name\":\"Monsieur Poulpe\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_border_color\":\"010203\",\"id\":101887303,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173183220911833090,\"created_at\":\"Fri Feb 24 23:11:12 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191514070061057\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":48,\"screen_name\":\"ANOZER\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":493,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/39734351\\/ANOZER_-_Black___White_-_Red.bmp\",\"location\":\"Orl\\u00e9ans\\/Poitiers - France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1619795684\\/_DSC2787--_normal.jpg\",\"description\":\"Etudiant en cin\\u00e9ma - Technophile, fan des cultures G33K, vid\\u00e9oludique, Otaku, et Street Culture. Grand amateur de Rap Fran\\u00e7ais de qualit\\u00e9.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"23980995\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/39734351\\/ANOZER_-_Black___White_-_Red.bmp\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619795684\\/_DSC2787--_normal.jpg\",\"name\":\"ANOZER\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 12 16:47:27 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23980995,\"utc_offset\":3600,\"favourites_count\":13,\"url\":\"http:\\/\\/www.facebook.com\\/ANOZER\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191514070061057,\"created_at\":\"Fri Feb 24 23:44:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3889000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b827137f-2c15-4d64-8c79-cb53b65b0ae2-173191514070061057" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi #lgw j'ai pas saisis là, c'est un nouveau smartphone de la marque coréenne ? #joke Non sérieux c'est quoi ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1786037926/GP_2012_1_22_23_12_45_normal.jpg" +}, +"title": "ibo: C'est quoi #lgw j'ai pas saisis là, c'est un nouveau smartphone de la marque coréenne ? #joke Non sérieux c'est quoi ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3890000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est quoi #lgw j'ai pas saisis l\\u00e0, c'est un nouveau smartphone de la marque cor\\u00e9enne ? #joke Non s\\u00e9rieux c'est quoi ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]},{\"text\":\"joke\",\"indices\":[88,93]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191519233257473\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"b35516\",\"screen_name\":\"ibolito_Hub\",\"lang\":\"fr\",\"favourites_count\":40,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":233,\"location\":\"Marignane\\/Marseille, France\",\"profile_text_color\":\"333333\",\"followers_count\":283,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1786037926\\/GP_2012_1_22_23_12_45_normal.jpg\",\"description\":\"R\\u00e9dacteur pour le Hub \\u2192 \\r\\nEditor for the Hub \\u2192 \\r\\nSuivez toute l'actualit\\u00e9 HTC sur...\\r\\nFollow all the HTC news on...\",\"statuses_count\":16847,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/365611652\\/bubble2.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"4fad11\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"75cf21\",\"protected\":false,\"id_str\":\"199117168\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"ibo\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/365611652\\/bubble2.jpg\",\"created_at\":\"Wed Oct 06 02:16:10 +0000 2010\",\"profile_sidebar_fill_color\":\"ffc821\",\"id\":199117168,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.htc-hub.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1786037926\\/GP_2012_1_22_23_12_45_normal.jpg\"},\"truncated\":false,\"id\":173191519233257473,\"created_at\":\"Fri Feb 24 23:44:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3890000, +"tags": [ +{ +"id-ref": "f0b642b8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "79a014da-35fd-4d05-bc4d-b84cf48a01ec-173191519233257473" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw je regarderai en replay pour prouver que la fermeture de #megaupload a du bon...", +"img": { +"src": "http://a0.twimg.com/profile_images/1467277718/rene-magritte_normal.jpg" +}, +"title": "santiago antoine: #lgw je regarderai en replay pour prouver que la fermeture de #megaupload a du bon...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3891000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw je regarderai en replay pour prouver que la fermeture de #megaupload a du bon...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"megaupload\",\"indices\":[62,73]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191521913409536\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":148,\"screen_name\":\"AntoineSantiago\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":593,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Grenoble, france\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":31,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1467277718\\/rene-magritte_normal.jpg\",\"description\":\"Infographiste 3d, Design, Freelance.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"54835885\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1467277718\\/rene-magritte_normal.jpg\",\"name\":\"santiago antoine\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 08 08:09:31 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":54835885,\"utc_offset\":3600,\"favourites_count\":26,\"url\":\"http:\\/\\/www.archipicture.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191521913409536,\"created_at\":\"Fri Feb 24 23:44:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3891000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0b66284-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8de0d955-089e-4e93-83da-90290b0b7d4a-173191521913409536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bim, boum, aya aya ! c'est Régis gaillard, régis gaillard ! #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "alexandre haenel: Bim, boum, aya aya ! c'est Régis gaillard, régis gaillard ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3891000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bim, boum, aya aya ! c'est R\\u00e9gis gaillard, r\\u00e9gis gaillard ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191521644974080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":7,\"screen_name\":\"alexandrehaenel\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":0,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502216946\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"name\":\"alexandre haenel\",\"default_profile_image\":true,\"created_at\":\"Fri Feb 24 22:52:28 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502216946,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191521644974080,\"created_at\":\"Fri Feb 24 23:44:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3891000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ccd4eddc-40cf-4887-9a35-414b4275e8c4-173191521644974080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Très fort, ce Régis Gaillard ! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1579063362/images_normal.jpg" +}, +"title": "Where is my mind ?: Très fort, ce Régis Gaillard ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3892000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tr\\u00e8s fort, ce R\\u00e9gis Gaillard ! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[31,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191525726040066\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":79,\"screen_name\":\"Look_out_post\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1475,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1579063362\\/images_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"387379234\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579063362\\/images_normal.jpg\",\"name\":\"Where is my mind ?\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 23:30:51 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":387379234,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191525726040066,\"created_at\":\"Fri Feb 24 23:44:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3892000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "800ff4e9-de41-490e-92ae-3725b9374788-173191525726040066" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1851455303/image_normal.jpg" +}, +"title": "Nicolas Mathieu: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3896000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191542763307008\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":15,\"screen_name\":\"mathieunicolas2\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":0,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851455303\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"342628343\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851455303\\/image_normal.jpg\",\"name\":\"Nicolas Mathieu\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 26 09:56:43 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":342628343,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191542763307008,\"created_at\":\"Fri Feb 24 23:44:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3896000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e2828f43-3f26-4940-872d-ecf41ad6ea45-173191542763307008" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah visiblement c'est une émission ou le public s'ennuie tellement qu'il peut venir avec son pc. J'ai bon ? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1540125000/PP_twitter_normal.jpg" +}, +"title": "Sophie Losophie.: Ah visiblement c'est une émission ou le public s'ennuie tellement qu'il peut venir avec son pc. J'ai bon ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3897000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah visiblement c'est une \\u00e9mission ou le public s'ennuie tellement qu'il peut venir avec son pc. J'ai bon ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[107,111]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191549465788417\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":200,\"screen_name\":\"Nophie__\",\"lang\":\"en\",\"profile_text_color\":\"cf4848\",\"statuses_count\":9148,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/319696762\\/x4f15c4b595a5615fe60851f7974cef8.png\",\"location\":\"Ici et l\\u00e0. Mais plus par l\\u00e0.\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"cc4f46\",\"followers_count\":301,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1540125000\\/PP_twitter_normal.jpg\",\"description\":\"J'ai la mauvaise habitude de tweeter et de r\\u00e9fl\\u00e9chier apr\\u00e8s. Alors prends moi comme tu veux, mais surtout pas au premier degr\\u00e8s. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"62632536\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/319696762\\/x4f15c4b595a5615fe60851f7974cef8.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1540125000\\/PP_twitter_normal.jpg\",\"name\":\"Sophie Losophie.\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 03 21:54:45 +0000 2009\",\"profile_sidebar_border_color\":\"756b5f\",\"id\":62632536,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191549465788417,\"created_at\":\"Fri Feb 24 23:44:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3897000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "af079b10-595a-4e05-b0ca-fa591e5d6f8b-173191549465788417" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @embruns: À suivre le tag #lgw on se rend compte qu'on ne rate finalement rien cc @France5tv Ouf.", +"img": { +"src": "http://a3.twimg.com/profile_images/1643417766/jov_piti_normal.jpg" +}, +"title": "jov: RT @embruns: À suivre le tag #lgw on se rend compte qu'on ne rate finalement rien cc @France5tv Ouf.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3897000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @embruns: \\u00c0 suivre le tag #lgw on se rend compte qu'on ne rate finalement rien cc @France5tv Ouf.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"embruns\",\"indices\":[3,11],\"id_str\":\"6241412\",\"name\":\"Laurent Gloaguen\",\"id\":6241412},{\"screen_name\":\"France5tv\",\"indices\":[85,95],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00c0 suivre le tag #lgw on se rend compte qu'on ne rate finalement rien cc @France5tv Ouf.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[72,82],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190992126681089\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":563,\"screen_name\":\"embruns\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":21945,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Montr\\u00e9al, Qc, Canada\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"followers_count\":4828,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"8c887c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"name\":\"Laurent Gloaguen\",\"default_profile_image\":false,\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_border_color\":\"7a7768\",\"id\":6241412,\"utc_offset\":-18000,\"favourites_count\":29,\"url\":\"http:\\/\\/embruns.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190992126681089,\"created_at\":\"Fri Feb 24 23:42:04 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191547343470592\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1458,\"screen_name\":\"byjov\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":542,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Saint Etienne\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"D02B55\",\"followers_count\":242,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1643417766\\/jov_piti_normal.jpg\",\"description\":\"\\u00e9ditions web & impression carte de visite, depliants,etc. Inspiration & others stuffs...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"75976750\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1643417766\\/jov_piti_normal.jpg\",\"name\":\"jov\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 21 07:06:51 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":75976750,\"utc_offset\":3600,\"favourites_count\":18,\"url\":\"http:\\/\\/www.cartes-sensations.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191547343470592,\"created_at\":\"Fri Feb 24 23:44:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3897000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ef0acf95-b69d-4b11-8fe3-856c5b5e9527-173191547343470592" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "le #lgw a boulogne avec @FlorencePorcel", +"img": { +"src": "http://a3.twimg.com/profile_images/1143926795/jeromep_logo_carre_twitter_normal.png" +}, +"title": "jeromep: le #lgw a boulogne avec @FlorencePorcel", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3899000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"le #lgw a boulogne avec @FlorencePorcel\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[25,40],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[4,8]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191558206722049\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":368,\"screen_name\":\"jeromep_net\",\"lang\":\"fr\",\"profile_text_color\":\"663B12\",\"statuses_count\":4607,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/161132761\\/jeromep_twitter_background.jpg\",\"location\":\"France , Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"1F98C7\",\"followers_count\":191,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1143926795\\/jeromep_logo_carre_twitter_normal.png\",\"description\":\"Internaute passionn\\u00e9, auteur des blogs : jeromep.net - sanscommentaire.fr - debranche.fr \\/ r\\u00e9dacteur sur accessoweb.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"282929\",\"id_str\":\"6815562\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/161132761\\/jeromep_twitter_background.jpg\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143926795\\/jeromep_logo_carre_twitter_normal.png\",\"name\":\"jeromep\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 14 16:27:00 +0000 2007\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":6815562,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/blog.jeromep.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191558206722049,\"created_at\":\"Fri Feb 24 23:44:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3899000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "45bbaec7-7422-49be-a7c4-4abe2c371f14-173191558206722049" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Vinvin et l'humour...comment dire...c'est super grave", +"img": { +"src": "http://a2.twimg.com/profile_images/1771348218/image1327174991_normal.png" +}, +"title": "Jim0PROFIT: #lgw Vinvin et l'humour...comment dire...c'est super grave", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3899000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Vinvin et l'humour...comment dire...c'est super grave\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191554725449728\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"Jim0PROFIT\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":368,\"location\":\"France\",\"profile_text_color\":\"3E4415\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"description\":\"Consulting, Syst\\u00e8me administrateur, geekoophile, et tellement de choses qu'une journ\\u00e9e de 24H ne suffit plus!\",\"statuses_count\":4757,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"18874683\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jim0PROFIT\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Sun Jan 11 18:26:59 +0000 2009\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":18874683,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/choari.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\"},\"truncated\":false,\"id\":173191554725449728,\"created_at\":\"Fri Feb 24 23:44:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3899000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7c98ac4f-6774-4451-9523-022ff31183ec-173191554725449728" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"img": { +"src": "http://a0.twimg.com/profile_images/1850427609/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal" +}, +"title": "amnesicmercury: RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3900000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeRadiateur\",\"indices\":[3,15],\"id_str\":\"194271706\",\"name\":\"Joffrey D.\",\"id\":194271706}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[94,118]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[77,101]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189178589315072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":263,\"screen_name\":\"LeRadiateur\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":4227,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"description\":\"Coordinateur d'Antenne sur NRJ \\/ Animateur du 9h-Midi \\/ Passionn\\u00e9 de photographie \\/ Tweets originaux garantis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"194271706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"name\":\"Joffrey D.\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 23 20:17:47 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":194271706,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/leradiateur\\/sets\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189178589315072,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191559221751810\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":355,\"screen_name\":\"amnesicmercury\",\"lang\":\"en\",\"profile_text_color\":\"485C3A\",\"statuses_count\":6669,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413071977\\/x47753175a3e5ec841493b005971cc32.jpg\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"618238\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850427609\\/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal\",\"description\":\"If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"16603797\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413071977\\/x47753175a3e5ec841493b005971cc32.jpg\",\"profile_sidebar_fill_color\":\"060A00\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850427609\\/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal\",\"name\":\"amnesicmercury\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 05 17:41:52 +0000 2008\",\"profile_sidebar_border_color\":\"204207\",\"id\":16603797,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/about.me\\/guillaumel\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191559221751810,\"created_at\":\"Fri Feb 24 23:44:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3900000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f070e628-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ca05933d-f684-4ad1-af6d-5dabbd0f8f61-173191559221751810" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Au lieu de vous ennuyer sur #lgw allez donc faire un tour sur le Sprylateshow : http://t.co/0zb0xyN5 #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1843252271/pptwt123_normal.jpg" +}, +"title": "en_toute_amitié: Au lieu de vous ennuyer sur #lgw allez donc faire un tour sur le Sprylateshow : http://t.co/0zb0xyN5 #ilpart", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3900000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Au lieu de vous ennuyer sur #lgw allez donc faire un tour sur le Sprylateshow : http:\\/\\/t.co\\/0zb0xyN5 #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[80,100],\"expanded_url\":\"http:\\/\\/lateshow.spry.fr\\/live\\/\",\"display_url\":\"lateshow.spry.fr\\/live\\/\",\"url\":\"http:\\/\\/t.co\\/0zb0xyN5\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]},{\"text\":\"ilpart\",\"indices\":[102,109]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191562057101313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"en_toute_amitie\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1047,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/396348547\\/189.jpg\",\"location\":\"Rouen\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843252271\\/pptwt123_normal.jpg\",\"description\":\"FILF ^^ En toute amiti\\u00e9, j'ai relativement envie d'\\u00eatre ... Caz sp\\u00e9cial, cultivacteur de mes envies et fabricant d'ailes pour mes fils.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"448561829\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396348547\\/189.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843252271\\/pptwt123_normal.jpg\",\"name\":\"en_toute_amiti\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 28 04:10:29 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":448561829,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/moi-c-cxx.over-blog.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191562057101313,\"created_at\":\"Fri Feb 24 23:44:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3900000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7a34f347-13fa-4626-90ea-5d26fa3e2eac-173191562057101313" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cQui #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1580412781/Sans_titre_3_normal.jpg" +}, +"title": "Hélène Hautbois: #cQui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3901000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cQui #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[0,5]},{\"text\":\"LGW\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191563432820737\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":106,\"screen_name\":\"LNdoll\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":537,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/197370085\\/IMG00162.JPG\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0099B9\",\"followers_count\":81,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1580412781\\/Sans_titre_3_normal.jpg\",\"description\":\"LN, 23 ans, belle, dr\\u00f4le, sympa, riche...Vous ne me croyez pas ? (Vous avez bien raison...). Mod\\u00e9ratrice sur\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"37177757\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/197370085\\/IMG00162.JPG\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1580412781\\/Sans_titre_3_normal.jpg\",\"name\":\"H\\u00e9l\\u00e8ne Hautbois\",\"default_profile_image\":false,\"created_at\":\"Sat May 02 10:51:08 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":37177757,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/arnaudtsamere.com\\/forum\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191563432820737,\"created_at\":\"Fri Feb 24 23:44:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3901000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "543631e1-b298-4868-9d80-f3c09b61e09a-173191563432820737" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Orianehurard: Kheops le hacker trop mignon #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1107302070/hydraze_normal.png" +}, +"title": "Hydraze: RT @Orianehurard: Kheops le hacker trop mignon #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3901000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Orianehurard: Kheops le hacker trop mignon #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Orianehurard\",\"indices\":[3,16],\"id_str\":\"198934087\",\"name\":\"Oriane Hurard\",\"id\":198934087}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Kheops le hacker trop mignon #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189578231001088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2728,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189578231001088,\"created_at\":\"Fri Feb 24 23:36:27 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191566477889537\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":381,\"screen_name\":\"Hydraze\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":804,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/137949339\\/twitter.png\",\"location\":\"In a few root shells\",\"show_all_inline_media\":false,\"listed_count\":10,\"profile_link_color\":\"2FC2EF\",\"followers_count\":213,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1107302070\\/hydraze_normal.png\",\"description\":\"FLOSS Supporter, http:\\/\\/Zenk-Security.com staffer, Internet Censorship fighter, free-speech defender and datalover.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"37705430\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/137949339\\/twitter.png\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1107302070\\/hydraze_normal.png\",\"name\":\"Hydraze\",\"default_profile_image\":false,\"created_at\":\"Mon May 04 17:17:16 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":37705430,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.hydraze.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191566477889537,\"created_at\":\"Fri Feb 24 23:44:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3901000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "13b84679-04a1-4aaf-823f-3243679f65bc-173191566477889537" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "+1 @vinvin #lgw #remigaillard #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: +1 @vinvin #lgw #remigaillard #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3902000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"+1 @vinvin #lgw #remigaillard #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[3,10],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]},{\"text\":\"remigaillard\",\"indices\":[16,29]},{\"text\":\"cqui\",\"indices\":[30,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191567325147137\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3887,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":521,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191567325147137,\"created_at\":\"Fri Feb 24 23:44:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3902000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0b7a2f2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d36d3d31-78dd-435f-8654-3c0412d3b540-173191567325147137" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Au lieu de vous ennuyer sur #lgw allez donc faire un tour sur le Sprylateshow : http://t.co/VzdItLYY #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/698919856/twitlogoanonymousgamers_normal.jpg" +}, +"title": "Anonymous Gamers: Au lieu de vous ennuyer sur #lgw allez donc faire un tour sur le Sprylateshow : http://t.co/VzdItLYY #ilpart", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3902000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Au lieu de vous ennuyer sur #lgw allez donc faire un tour sur le Sprylateshow : http:\\/\\/t.co\\/VzdItLYY #ilpart\",\"entities\":{\"urls\":[{\"indices\":[80,100],\"display_url\":\"lateshow.spry.fr\\/live\\/\",\"expanded_url\":\"http:\\/\\/lateshow.spry.fr\\/live\\/\",\"url\":\"http:\\/\\/t.co\\/VzdItLYY\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]},{\"text\":\"ilpart\",\"indices\":[102,109]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191568285638657\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"anonymousgamers\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":378,\"location\":\"Rouen\",\"profile_text_color\":\"666666\",\"followers_count\":167,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/698919856\\/twitlogoanonymousgamers_normal.jpg\",\"description\":\"Qu\\u2019on soit tomb\\u00e9 dessus d\\u00e8s tout petit, ou que l\\u2019on ait d\\u00e9couvert cela sur le tard, on est finalement des passionn\\u00e9s de jeux vid\\u00e9o.\",\"statuses_count\":653,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"92822533\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Anonymous Gamers\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Nov 26 19:49:32 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":92822533,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.anonymousgamers.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/698919856\\/twitlogoanonymousgamers_normal.jpg\"},\"truncated\":false,\"id\":173191568285638657,\"created_at\":\"Fri Feb 24 23:44:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3902000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cc37dcea-6f85-4dce-bc92-7483f7675a87-173191568285638657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1708202383/Seb-Champion_normal.jpg" +}, +"title": "Sebastien Champion: #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3906000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191584702140417\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":10,\"screen_name\":\"SebChampion\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris - La D\\u00e9fense, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1708202383\\/Seb-Champion_normal.jpg\",\"description\":\"Votre entreprise a besoin de faire red\\u00e9finir ses inputs par un process-designer \\u00e0 m\\u00eame d'induire d'importants transferts\\r\\nde modalit\\u00e9s de prises en offres.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"443858436\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1708202383\\/Seb-Champion_normal.jpg\",\"name\":\"Sebastien Champion\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 22 16:30:19 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":443858436,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.perdu.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191584702140417,\"created_at\":\"Fri Feb 24 23:44:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3906000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1ebc1f99-a51b-4d0f-800e-7e59d5a63978-173191584702140417" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il y a un ordre dans les chroniques de #lgw ? Y-a-t-il des chroniques ou cest juste mettre des videos et faire genre on est dans le coup? :S", +"img": { +"src": "http://a1.twimg.com/profile_images/1351731819/Logo-FF_normal.jpg" +}, +"title": "Fix: Il y a un ordre dans les chroniques de #lgw ? Y-a-t-il des chroniques ou cest juste mettre des videos et faire genre on est dans le coup? :S", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3906000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Il y a un ordre dans les chroniques de #lgw ? Y-a-t-il des chroniques ou cest juste mettre des videos et faire genre on est dans le coup? :S\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191584966389761\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":198,\"screen_name\":\"FilmsFix\",\"lang\":\"fr\",\"profile_text_color\":\"d6ac04\",\"statuses_count\":5366,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/193820189\\/Fond-filmsfix-twitter-Web2000px.jpg\",\"location\":\"France, Paris\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"0084B4\",\"followers_count\":569,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1351731819\\/Logo-FF_normal.jpg\",\"description\":\"Vous aimez le cin\\u00e9ma et les news insolites ? Ca tombe bien, nous aussi !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"242424\",\"id_str\":\"126344795\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/193820189\\/Fond-filmsfix-twitter-Web2000px.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1351731819\\/Logo-FF_normal.jpg\",\"name\":\"Fix\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 25 15:21:33 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":126344795,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"http:\\/\\/www.filmsfix.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191584966389761,\"created_at\":\"Fri Feb 24 23:44:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3906000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "33f4d7df-95a6-4320-8fe9-c50b32fe803b-173191584966389761" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La phrase finale est bien mais la parodie vraiment minable #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1766000100/Avatar-Cabaroc_normal.gif" +}, +"title": "Jp cabaroc: La phrase finale est bien mais la parodie vraiment minable #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3907000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La phrase finale est bien mais la parodie vraiment minable #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191588342800385\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"screen_name\":\"Cabaroc\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6908,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/404422929\\/fond_twitter.jpg\",\"location\":\"Saint-\\u00c9tienne - France\",\"show_all_inline_media\":false,\"listed_count\":173,\"profile_link_color\":\"416763\",\"followers_count\":1679,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1766000100\\/Avatar-Cabaroc_normal.gif\",\"description\":\"Hi, i'm a freelance graphic designer and art director. I also teach webdesign at Ecole Bellecour (Lyon) #Identity #Design #Print #Webdesign\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"104964807\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404422929\\/fond_twitter.jpg\",\"profile_sidebar_fill_color\":\"f6f6f6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1766000100\\/Avatar-Cabaroc_normal.gif\",\"name\":\"Jp cabaroc\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 14 23:13:01 +0000 2010\",\"profile_sidebar_border_color\":\"dddcda\",\"id\":104964807,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/www.cabaroc.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191588342800385,\"created_at\":\"Fri Feb 24 23:44:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3907000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cc6b86cf-b27e-413b-a54c-c40060ff0472-173191588342800385" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "wooo Palmashow ! #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "alexandre haenel: wooo Palmashow ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3907000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"wooo Palmashow ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191588950974464\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":7,\"screen_name\":\"alexandrehaenel\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502216946\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"name\":\"alexandre haenel\",\"default_profile_image\":true,\"created_at\":\"Fri Feb 24 22:52:28 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502216946,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191588950974464,\"created_at\":\"Fri Feb 24 23:44:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3907000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3de86180-a1b2-4308-a298-5d03fea5e137-173191588950974464" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une émission qui parle d'ACTA et bloque son flux ? C'est où la logique ? cc @France5tv @Vinvin #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1522186720/Laurent-Gloaguen-G00_normal.jpg" +}, +"title": "Laurent Gloaguen: Une émission qui parle d'ACTA et bloque son flux ? C'est où la logique ? cc @France5tv @Vinvin #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3908000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Une \\u00e9mission qui parle d'ACTA et bloque son flux ? C'est o\\u00f9 la logique ? cc @France5tv @Vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[76,86],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487},{\"screen_name\":\"Vinvin\",\"indices\":[87,94],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173190479788244992\",\"id_str\":\"173191594885914625\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173190479788244992,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":563,\"screen_name\":\"embruns\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":21946,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Montr\\u00e9al, Qc, Canada\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"followers_count\":4828,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"8c887c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"name\":\"Laurent Gloaguen\",\"default_profile_image\":false,\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_border_color\":\"7a7768\",\"id\":6241412,\"utc_offset\":-18000,\"favourites_count\":29,\"url\":\"http:\\/\\/embruns.net\\/\"},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173191594885914625,\"created_at\":\"Fri Feb 24 23:44:28 +0000 2012\",\"in_reply_to_user_id\":7223522}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3908000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b8d76c95-7ebf-4700-ad90-c601ee74b686-173191594885914625" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "même si je ne l'ai n'y compris n'y trouvé il est sympa le concept de #lgw !", +"img": { +"src": "http://a0.twimg.com/profile_images/1836151304/322714_2610071087496_1126544794_32082335_1141602540_o_normal.jpg" +}, +"title": "Raphael Halfaoui: même si je ne l'ai n'y compris n'y trouvé il est sympa le concept de #lgw !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3909000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"m\\u00eame si je ne l'ai n'y compris n'y trouv\\u00e9 il est sympa le concept de #lgw !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-0.0682094,49.0414901],[-0.0011844,49.0414901],[-0.0011844,49.070918],[-0.0682094,49.070918]]]},\"attributes\":{},\"full_name\":\"Ouville-la-Bien-Tourn\\u00e9e, Calvados\",\"place_type\":\"city\",\"name\":\"Ouville-la-Bien-Tourn\\u00e9e\",\"id\":\"68c776ec89b83cd4\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/68c776ec89b83cd4.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191599411572736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":593,\"screen_name\":\"RaphaelHalfaoui\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1005,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/349455802\\/IMG_3707-1.jpg\",\"location\":\"Caen\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":187,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836151304\\/322714_2610071087496_1126544794_32082335_1141602540_o_normal.jpg\",\"description\":\"Music photographer in Caen at @CargoCaen & Big Band Caf\\u00e9 since the 1st edition of Beauregard festival Blogger for @WebPrisedeVue \\r\\nraphael-halfaoui.tumblr.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"394217399\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/349455802\\/IMG_3707-1.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836151304\\/322714_2610071087496_1126544794_32082335_1141602540_o_normal.jpg\",\"name\":\"Raphael Halfaoui\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 19 19:05:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":394217399,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/raphaelphotographie\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191599411572736,\"created_at\":\"Fri Feb 24 23:44:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3909000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "44286331-7ca8-461a-a5e9-dfaf2d82b47c-173191599411572736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze Bravo Régis!! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1803844111/goldrogerportett2_normal.jpg" +}, +"title": "Kevin Poncin: @LeGrandWebze Bravo Régis!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3909000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze Bravo R\\u00e9gis!! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191600384638977\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"screen_name\":\"rinc08\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":18,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/416646618\\/03_1280-800.jpg\",\"location\":\"Reims\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1803844111\\/goldrogerportett2_normal.jpg\",\"description\":\"En Twitto formation\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"483066947\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416646618\\/03_1280-800.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803844111\\/goldrogerportett2_normal.jpg\",\"name\":\"Kevin Poncin\",\"default_profile_image\":false,\"created_at\":\"Sat Feb 04 16:14:59 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":483066947,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173191600384638977,\"created_at\":\"Fri Feb 24 23:44:29 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3909000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0ccaca80-7c55-43f8-829f-e427e5993725-173191600384638977" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw je veux voir ma PP à la télé ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: #ilpart #lgw je veux voir ma PP à la télé ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3910000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart #lgw je veux voir ma PP \\u00e0 la t\\u00e9l\\u00e9 ...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191603828170754\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":142,\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"profile_text_color\":\"ba9012\",\"statuses_count\":5336,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Albi, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":96,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29086699,\"utc_offset\":3600,\"favourites_count\":110,\"url\":\"http:\\/\\/isshin-san.over-blog.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191603828170754,\"created_at\":\"Fri Feb 24 23:44:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3910000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b2a3d0bc-f41a-4bb7-923d-5d6899fa1a02-173191603828170754" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon allez, oui #ilreste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1783235283/image_normal.jpg" +}, +"title": "Rèy: Bon allez, oui #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3912000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Bon allez, oui #ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[15,23]},{\"text\":\"lgw\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191610702630913\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Rey__Man\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":456,\"location\":\"Ex-Lut\\u00e8ce\",\"profile_text_color\":\"333333\",\"followers_count\":131,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1783235283\\/image_normal.jpg\",\"description\":\"Samo Samo | Je pense donc tu me suis. | HipHop. | $ports. |\",\"statuses_count\":5488,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"80081414\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"R\\u00e8y\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Oct 05 17:44:22 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":80081414,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1783235283\\/image_normal.jpg\"},\"truncated\":false,\"id\":173191610702630913,\"created_at\":\"Fri Feb 24 23:44:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3912000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1bf6651d-ccea-4461-ba07-42516db46f2f-173191610702630913" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ouh lala je ne connaissais pas #lgw et je trouve ça vraiment ... étrange et loin du web que je connais :/", +"img": { +"src": "http://a0.twimg.com/profile_images/1606285626/IMG_1598___normal.jpg" +}, +"title": "Sébastien: Ouh lala je ne connaissais pas #lgw et je trouve ça vraiment ... étrange et loin du web que je connais :/", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3912000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ouh lala je ne connaissais pas #lgw et je trouve \\u00e7a vraiment ... \\u00e9trange et loin du web que je connais :\\/\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191612560711680\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"Neitsabes\",\"lang\":\"en\",\"profile_text_color\":\"171717\",\"statuses_count\":13383,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/111721729\\/logo.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":30,\"profile_link_color\":\"6b84d6\",\"followers_count\":677,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1606285626\\/IMG_1598___normal.jpg\",\"description\":\"LE PERV.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"100231862\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/111721729\\/logo.png\",\"profile_sidebar_fill_color\":\"c5edb9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1606285626\\/IMG_1598___normal.jpg\",\"name\":\"S\\u00e9bastien\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 29 14:01:40 +0000 2009\",\"profile_sidebar_border_color\":\"60ff1c\",\"id\":100231862,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/www.neitsabes.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191612560711680,\"created_at\":\"Fri Feb 24 23:44:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3912000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ac69b522-a876-4402-9304-9da0960d9639-173191612560711680" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si #ilReste j'annule tout. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1596528247/photo_normal.JPG" +}, +"title": "Jarry Hervé: Si #ilReste j'annule tout. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3912000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Si #ilReste j'annule tout. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[3,11]},{\"text\":\"lgw\",\"indices\":[27,31]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191612267106304\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"rvjarry\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":269,\"location\":\"Uz\\u00e8s\",\"profile_text_color\":\"333333\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1596528247\\/photo_normal.JPG\",\"description\":\"Le dernier qui parle a toujours raison. Sur Twitter ce dernier n'existe pas.\",\"statuses_count\":2152,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/265190786\\/ecran_twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"309302845\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jarry Herv\\u00e9\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/265190786\\/ecran_twitter.jpg\",\"created_at\":\"Wed Jun 01 21:35:25 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":309302845,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1596528247\\/photo_normal.JPG\"},\"truncated\":false,\"id\":173191612267106304,\"created_at\":\"Fri Feb 24 23:44:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3912000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "781a25ed-d62e-4024-a1d5-9c0bd3c42693-173191612267106304" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Séquence sans trucage sur #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: Séquence sans trucage sur #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3915000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"S\\u00e9quence sans trucage sur #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191621637177344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":545,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"name\":\"Jean-Louis Coste\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":244454441,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191621637177344,\"created_at\":\"Fri Feb 24 23:44:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3915000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fb1f095e-d968-4618-818b-6129582ef029-173191621637177344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais Twitter est fou ce soir !!! #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1727412144/image_normal.jpg" +}, +"title": "Jessica Boni-Lambert: Mais Twitter est fou ce soir !!! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3915000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais Twitter est fou ce soir !!! #lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]},{\"text\":\"cqui\",\"indices\":[38,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191621930790912\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"JessBoniLambert\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17229,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/391267445\\/Twitter2.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":41,\"profile_link_color\":\"CC3366\",\"followers_count\":680,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727412144\\/image_normal.jpg\",\"description\":\"Cr\\u00e9atrice de mode passionn\\u00e9e de #rugby (www.rugbydolls.com) \\r\\nMy passions: Rugby, Fashion and photography.\\r\\nNe tourne pas rond (mais plut\\u00f4t ovale)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"id_str\":\"111092027\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391267445\\/Twitter2.jpg\",\"profile_sidebar_fill_color\":\"f7e6e6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727412144\\/image_normal.jpg\",\"name\":\"Jessica Boni-Lambert\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 03 19:54:54 +0000 2010\",\"profile_sidebar_border_color\":\"ebdae9\",\"id\":111092027,\"utc_offset\":3600,\"favourites_count\":51,\"url\":\"http:\\/\\/www.leblogdejess.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191621930790912,\"created_at\":\"Fri Feb 24 23:44:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3915000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d6d1cc83-cde4-4cae-9d5f-076d8dfbdc9f-173191621930790912" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Formidable Régis #lgw @Vinvin", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: Formidable Régis #lgw @Vinvin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3915000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Formidable R\\u00e9gis #lgw @Vinvin\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[22,29],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191624569004032\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":665,\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7367,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"location\":\"DtC\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":208,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"name\":\"monsieurhobby\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":78733185,\"utc_offset\":-10800,\"favourites_count\":30,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191624569004032,\"created_at\":\"Fri Feb 24 23:44:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3915000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5a9e2e4f-fa3c-4cd5-8d3c-1ac09837826a-173191624569004032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "TOP 5 Nichos #Twitter Hoy: We Wait For Jonas, Scary Movie 3, #InThisGeneration, Key Swag 3000 y #lgw #negociosporinternet", +"img": { +"src": "http://a3.twimg.com/profile_images/1730900976/Antonio_normal.JPG" +}, +"title": "Antonio Briones: TOP 5 Nichos #Twitter Hoy: We Wait For Jonas, Scary Movie 3, #InThisGeneration, Key Swag 3000 y #lgw #negociosporinternet", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3916000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"TOP 5 Nichos #Twitter Hoy: We Wait For Jonas, Scary Movie 3, #InThisGeneration, Key Swag 3000 y #lgw #negociosporinternet\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Twitter\",\"indices\":[13,21]},{\"text\":\"InThisGeneration\",\"indices\":[61,78]},{\"text\":\"lgw\",\"indices\":[96,100]},{\"text\":\"negociosporinternet\",\"indices\":[102,122]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191628545208320\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":90,\"screen_name\":\"antbriones\",\"lang\":\"es\",\"profile_text_color\":\"333333\",\"statuses_count\":863,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/427375607\\/http.jpg\",\"location\":\"Ibi, Spain\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0000FF\",\"followers_count\":99,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1730900976\\/Antonio_normal.JPG\",\"description\":\"Ingenier\\u00eda T\\u00e9cnica Inform\\u00e1tica de Gesti\\u00f3n\\/Computer Engineering,Posgrade E-Commerce,Negocios y Marketing por Internet\\/Internet Business and Marketing,Webmaster\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Madrid\",\"profile_background_color\":\"041155\",\"id_str\":\"453557650\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/427375607\\/http.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1730900976\\/Antonio_normal.JPG\",\"name\":\"Antonio Briones\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 03 01:50:01 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":453557650,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/fb.Marketing-Content.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191628545208320,\"created_at\":\"Fri Feb 24 23:44:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3916000, +"tags": [ +{ +"id-ref": "efc282e0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0b95b1a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f04d0bb8-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "735bb0ef-b070-4c8b-9205-5bf6286b093f-173191628545208320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1800891796/ana_normal.jpg" +}, +"title": "Anahi Lozza: #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3917000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191630084505600\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":287,\"screen_name\":\"anahi_lozza\",\"lang\":\"fr\",\"profile_text_color\":\"050005\",\"statuses_count\":1547,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/360157959\\/8687204-arri-re-plan-de-dentelle-noire-avec-motif-avec-la-fleur-de-forme-sur-fond-blanc.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"eb0707\",\"followers_count\":153,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1800891796\\/ana_normal.jpg\",\"description\":\"Fashion blogger: Love Alexander Wang, Champagne and Macaroons!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"206375512\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/360157959\\/8687204-arri-re-plan-de-dentelle-noire-avec-motif-avec-la-fleur-de-forme-sur-fond-blanc.jpg\",\"profile_sidebar_fill_color\":\"dbd8db\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1800891796\\/ana_normal.jpg\",\"name\":\"Anahi Lozza\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 22 20:55:52 +0000 2010\",\"profile_sidebar_border_color\":\"eb0707\",\"id\":206375512,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/www.anahilozza.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191630084505600,\"created_at\":\"Fri Feb 24 23:44:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3917000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d36c79f2-e34e-444f-b515-6b4c1de61135-173191630084505600" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mes amoureux du Palmashow <3 #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1830077317/T_as_raison_peut-_tre_qu_en_agrandissant_t_aurais_vu_mes_seins_surtout_sachant_que_je_suis_de_dos_normal.jpg" +}, +"title": "Curiosity ☠ the cat.: Mes amoureux du Palmashow <3 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3917000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mes amoureux du Palmashow <3 #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191632219406338\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"HeLLuby\",\"lang\":\"fr\",\"profile_text_color\":\"ffe3ec\",\"statuses_count\":15114,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433311126\\/tumblr_lgj40nCcF31qd0ozlo1_500.jpg\",\"location\":\"Paris, FR.\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"b6f5cf\",\"followers_count\":459,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1830077317\\/T_as_raison_peut-_tre_qu_en_agrandissant_t_aurais_vu_mes_seins_surtout_sachant_que_je_suis_de_dos_normal.jpg\",\"description\":\"J'aime bien faire des bruits bizarres avec ma bouche. Enfant cach\\u00e9e du Socially Awkward Penguin et de l'Anxiety Cat. #Keur les roux. #HOULOULOU\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"27427320\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433311126\\/tumblr_lgj40nCcF31qd0ozlo1_500.jpg\",\"profile_sidebar_fill_color\":\"fffbed\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830077317\\/T_as_raison_peut-_tre_qu_en_agrandissant_t_aurais_vu_mes_seins_surtout_sachant_que_je_suis_de_dos_normal.jpg\",\"name\":\"Curiosity \\u2620 the cat.\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 29 13:59:33 +0000 2009\",\"profile_sidebar_border_color\":\"caeef7\",\"id\":27427320,\"utc_offset\":-10800,\"favourites_count\":508,\"url\":\"http:\\/\\/flavors.me\\/helluby\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191632219406338,\"created_at\":\"Fri Feb 24 23:44:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3917000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b6427632-205b-4a4d-9f4e-0ad2b28a0f26-173191632219406338" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Vinvin le sketch du \"ballon de foot dans la chatte\" fut fantastique #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/619966956/bogoss1_normal.jpg" +}, +"title": "Monsieur Poulpe: @Vinvin le sketch du \"ballon de foot dans la chatte\" fut fantastique #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3917000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Vinvin\",\"favorited\":false,\"text\":\"@Vinvin le sketch du \\\"ballon de foot dans la chatte\\\" fut fantastique #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]}]},\"in_reply_to_user_id\":7223522,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173190479788244992,\"in_reply_to_status_id_str\":\"173190479788244992\",\"id_str\":\"173191633272180736\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"010203\",\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":44,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":14315,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"statuses_count\":2827,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"protected\":false,\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Monsieur Poulpe\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_fill_color\":\"68baae\",\"id\":101887303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\"},\"truncated\":false,\"id\":173191633272180736,\"created_at\":\"Fri Feb 24 23:44:37 +0000 2012\",\"in_reply_to_user_id_str\":\"7223522\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3917000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fe289c78-1354-411b-8295-8e2346cfe7ba-173191633272180736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW : #Cqui les deux gars ? :D", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW : #Cqui les deux gars ? :D", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3918000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW : #Cqui les deux gars ? :D\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"Cqui\",\"indices\":[7,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191634782134275\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27165,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191634782134275,\"created_at\":\"Fri Feb 24 23:44:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3918000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f204ca7c-0321-438e-b77a-ebaaff9943b8-173191634782134275" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon... Je suis désolé mais vraiment #LGW ça me transcende pas du tout...", +"img": { +"src": "http://a0.twimg.com/profile_images/1845323073/KvF3jpFq_normal" +}, +"title": "Yann: Bon... Je suis désolé mais vraiment #LGW ça me transcende pas du tout...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3918000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon... Je suis d\\u00e9sol\\u00e9 mais vraiment #LGW \\u00e7a me transcende pas du tout...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[36,40]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191635906211841\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":242,\"screen_name\":\"bigyannou\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1312,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418145378\\/tumblr_lvrnzdQR9V1qb8phvo1_500.jpg\",\"location\":\"Paris (enfin pas loin)\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845323073\\/KvF3jpFq_normal\",\"description\":\"35 ans\\r\\nQuand le Troll parle, l'homme avis\\u00e9 ob\\u00e9it. \\r\\nJe ne fais pas la course aux followers, je tweet-clash pas, je raconte pas ma vie. Bref, ch'uis chiant!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"162988359\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418145378\\/tumblr_lvrnzdQR9V1qb8phvo1_500.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845323073\\/KvF3jpFq_normal\",\"name\":\"Yann\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 05 07:12:11 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":162988359,\"utc_offset\":null,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191635906211841,\"created_at\":\"Fri Feb 24 23:44:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3918000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5e2a6a39-58fa-475e-af19-18cb9eee0dc4-173191635906211841" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http://t.co/MHK9Ke45", +"img": { +"src": "http://a2.twimg.com/profile_images/1841978220/image_normal.jpg" +}, +"title": "Louise Vanhelle: RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http://t.co/MHK9Ke45", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3918000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http:\\/\\/t.co\\/MHK9Ke45\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[3,10],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[{\"indices\":[66,86],\"expanded_url\":\"http:\\/\\/twitpic.com\\/8o0mgh\",\"display_url\":\"twitpic.com\\/8o0mgh\",\"url\":\"http:\\/\\/t.co\\/MHK9Ke45\"}],\"hashtags\":[{\"text\":\"dujardin\",\"indices\":[49,58]},{\"text\":\"lgw\",\"indices\":[59,63]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"OMG coup de tonnerre sur les Oscars! #dujardin #lgw http:\\/\\/t.co\\/MHK9Ke45\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[54,74],\"expanded_url\":\"http:\\/\\/twitpic.com\\/8o0mgh\",\"display_url\":\"twitpic.com\\/8o0mgh\",\"url\":\"http:\\/\\/t.co\\/MHK9Ke45\"}],\"hashtags\":[{\"text\":\"dujardin\",\"indices\":[37,46]},{\"text\":\"lgw\",\"indices\":[47,51]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":29,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173030351302696961\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":340,\"screen_name\":\"jcfrog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27208,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"location\":\"Damgan\",\"show_all_inline_media\":true,\"listed_count\":506,\"profile_link_color\":\"acc809\",\"followers_count\":6887,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"description\":\"Pro: Ing\\u00e9nieur informaticien, Perso: super h\\u00e9ro du web (en formation)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"16888281\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"name\":\"jcfrog\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 21 16:03:16 +0000 2008\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":16888281,\"utc_offset\":3600,\"favourites_count\":448,\"url\":\"http:\\/\\/www.jcfrog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173030351302696961,\"created_at\":\"Fri Feb 24 13:03:45 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":29,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191634719211521\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":114,\"screen_name\":\"louisevanhelle\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":46,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1841978220\\/image_normal.jpg\",\"description\":\"journaliste #Tellementvrai animatrice radio #OnestlaFm\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"132920072\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841978220\\/image_normal.jpg\",\"name\":\"Louise Vanhelle\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 14 14:40:23 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":132920072,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191634719211521,\"created_at\":\"Fri Feb 24 23:44:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3918000, +"tags": [ +{ +"id-ref": "ef2f2b08-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4ac33a53-53e8-4397-a8ce-83e3c98599dd-173191634719211521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hihi @__Yusaku ta tronche sur france5 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: Hihi @__Yusaku ta tronche sur france5 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3919000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Hihi @__Yusaku ta tronche sur france5 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"__Yusaku\",\"indices\":[5,14],\"id_str\":\"76995130\",\"name\":\"Godai Yusaku\",\"id\":76995130}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191640293453824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39035,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":590,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191640293453824,\"created_at\":\"Fri Feb 24 23:44:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3919000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "785bc00e-31bf-4a64-af5a-bd6a41ca01be-173191640293453824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@legrandwebze dites moi c'est @FlorencePorcel qui crache un ballon ou bien ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1713700556/327757_2697599712091_1019576402_2912106_1387153583_o_normal.jpg" +}, +"title": "Florian PolteauGomez: @legrandwebze dites moi c'est @FlorencePorcel qui crache un ballon ou bien ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3919000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"text\":\"@legrandwebze dites moi c'est @FlorencePorcel qui crache un ballon ou bien ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"FlorencePorcel\",\"indices\":[30,45],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191638510874624\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"flopogo\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":222,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"description\":\"Fondateur & R\\u00e9dac Chef de @FemmesDeSport \\/ Sportsbook Content Manager @PMU_Sportif \\/ Capitaine de @LiverpoolFrance FC \\/ Joueur Loisir \\u00e0 @IssyParisHand \",\"statuses_count\":3189,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/388570408\\/twitter_copie.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"009999\",\"followers_count\":133,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1713700556\\/327757_2697599712091_1019576402_2912106_1387153583_o_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"377264102\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Florian PolteauGomez\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/388570408\\/twitter_copie.jpg\",\"created_at\":\"Wed Sep 21 09:00:53 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":377264102,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.femmesdesport.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1713700556\\/327757_2697599712091_1019576402_2912106_1387153583_o_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173191638510874624,\"created_at\":\"Fri Feb 24 23:44:39 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3919000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "92333fe6-b440-4781-8583-9ca941f92d20-173191638510874624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Merde on a prit du retard !! #cqui #lgw #StadedeFrance", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Merde on a prit du retard !! #cqui #lgw #StadedeFrance", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3921000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Merde on a prit du retard !! #cqui #lgw #StadedeFrance\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[29,34]},{\"text\":\"lgw\",\"indices\":[35,39]},{\"text\":\"StadedeFrance\",\"indices\":[40,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191647478288384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6698,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191647478288384,\"created_at\":\"Fri Feb 24 23:44:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3921000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "73443341-5787-4e84-b107-2d719d03e2ef-173191647478288384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze regis gaillard top #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/412894535/portrait_US_rod_normal.jpg" +}, +"title": "Monrod: @LeGrandWebze regis gaillard top #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3921000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze regis gaillard top #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173191220129050626,\"in_reply_to_status_id_str\":\"173191220129050626\",\"id_str\":\"173191650154254337\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Monrod\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":172,\"location\":\"Paris - France\",\"profile_text_color\":\"666666\",\"followers_count\":152,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/412894535\\/portrait_US_rod_normal.jpg\",\"description\":\"\",\"statuses_count\":1618,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/53946256\\/mambo2004-2.gif\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"2fefab\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"14303875\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Monrod\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/53946256\\/mambo2004-2.gif\",\"created_at\":\"Fri Apr 04 15:59:21 +0000 2008\",\"profile_sidebar_fill_color\":\"252429\",\"id\":14303875,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.rodolphepelosse.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/412894535\\/portrait_US_rod_normal.jpg\"},\"truncated\":false,\"id\":173191650154254337,\"created_at\":\"Fri Feb 24 23:44:41 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3921000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7ab37e33-d6f3-4d5c-94a9-b0436cf8494e-173191650154254337" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Diego_Prisker: Une première pour moi ! Jolie petite émission #lgw d'autre part, #ilreste !", +"img": { +"src": "http://a0.twimg.com/profile_images/1848856065/image_normal.jpg" +}, +"title": "Diego Prisker: @Diego_Prisker: Une première pour moi ! Jolie petite émission #lgw d'autre part, #ilreste !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3922000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Diego_Prisker\",\"favorited\":false,\"text\":\"@Diego_Prisker: Une premi\\u00e8re pour moi ! Jolie petite \\u00e9mission #lgw d'autre part, #ilreste !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Diego_Prisker\",\"indices\":[0,14],\"name\":\"Diego Prisker\",\"id_str\":\"95722004\",\"id\":95722004}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]},{\"text\":\"ilreste\",\"indices\":[81,89]}]},\"in_reply_to_user_id\":95722004,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191653769740288\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"1C2829\",\"screen_name\":\"Diego_Prisker\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":19,\"location\":null,\"profile_text_color\":\"EDE6A8\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848856065\\/image_normal.jpg\",\"description\":null,\"statuses_count\":17,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/429965549\\/xc5da673c658696bfc039a3640636f06.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"827D5E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"959C17\",\"protected\":false,\"id_str\":\"95722004\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Diego Prisker\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429965549\\/xc5da673c658696bfc039a3640636f06.png\",\"created_at\":\"Wed Dec 09 20:11:41 +0000 2009\",\"profile_sidebar_fill_color\":\"14392C\",\"id\":95722004,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848856065\\/image_normal.jpg\"},\"truncated\":false,\"id\":173191653769740288,\"created_at\":\"Fri Feb 24 23:44:42 +0000 2012\",\"in_reply_to_user_id_str\":\"95722004\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3922000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "74d07552-b54d-41a6-b713-58e02118978f-173191653769740288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah, ben au moins je rate pas le @palmashow. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1835955438/DSC_0248_normal.JPG" +}, +"title": "Cassie: Ah, ben au moins je rate pas le @palmashow. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3926000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah, ben au moins je rate pas le @palmashow. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[32,42],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191671599734784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":127,\"screen_name\":\"AloneInBerlin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":21685,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432574132\\/tumblr_lzqx9fVDwi1qifyfco1_500.jpg\",\"location\":\"Avignon - Paris - Marseille \",\"show_all_inline_media\":true,\"listed_count\":20,\"profile_link_color\":\"e3495e\",\"followers_count\":232,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1835955438\\/DSC_0248_normal.JPG\",\"description\":\"Fille bizarre. J'aime bien l'\\u00eatre humain. Plus particuli\\u00e8rement son cerveau. Plus particuli\\u00e8rement ce qu'il se passe dans son cerveau. #TeamMademoiselle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"0a0a0a\",\"id_str\":\"201798580\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432574132\\/tumblr_lzqx9fVDwi1qifyfco1_500.jpg\",\"profile_sidebar_fill_color\":\"ebe8df\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835955438\\/DSC_0248_normal.JPG\",\"name\":\"Cassie\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 12 17:02:15 +0000 2010\",\"profile_sidebar_border_color\":\"0f0c0f\",\"id\":201798580,\"utc_offset\":3600,\"favourites_count\":748,\"url\":\"http:\\/\\/goodbyebadmorning.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191671599734784,\"created_at\":\"Fri Feb 24 23:44:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3926000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "585d827b-1a5e-43ff-abdc-f3fa6abb4dd4-173191671599734784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @vinvin parodie de Rémi.. Tu sors", +"img": { +"src": "http://a0.twimg.com/profile_images/1421767677/n775859914_630617_3556_normal.jpg" +}, +"title": "Thibaut: #lgw @vinvin parodie de Rémi.. Tu sors", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3931000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @vinvin parodie de R\\u00e9mi.. Tu sors\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[5,12],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191688880275456\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":439,\"screen_name\":\"thibautchampey\",\"lang\":\"fr\",\"profile_text_color\":\"c8c8cc\",\"statuses_count\":154,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"location\":\"Paris \",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0c0d0d\",\"followers_count\":80,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"description\":\"Communication enabled geek.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3b3d3d\",\"id_str\":\"282143992\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/291023158\\/02220_lastlight_1280x800.jpg\",\"profile_sidebar_fill_color\":\"68696e\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1421767677\\/n775859914_630617_3556_normal.jpg\",\"name\":\"Thibaut\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 14 16:45:25 +0000 2011\",\"profile_sidebar_border_color\":\"e6ebe4\",\"id\":282143992,\"utc_offset\":3600,\"favourites_count\":4,\"url\":\"https:\\/\\/sites.google.com\\/site\\/thibautchampey\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191688880275456,\"created_at\":\"Fri Feb 24 23:44:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3931000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e2c9215d-c560-4bb1-8355-fad3b8f57289-173191688880275456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sur France 5, un #CI spécial \"Je passe trop de temps sur Internet\" #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1842911014/guetta_normal.jpg" +}, +"title": "Nico Prat: Sur France 5, un #CI spécial \"Je passe trop de temps sur Internet\" #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3932000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Sur France 5, un #CI sp\\u00e9cial \\\"Je passe trop de temps sur Internet\\\" #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[17,20]},{\"text\":\"lgw\",\"indices\":[67,71]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191694299303936\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"050504\",\"screen_name\":\"nicoprat\",\"lang\":\"en\",\"favourites_count\":440,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":2297,\"location\":\"Paris, France\",\"profile_text_color\":\"0a040a\",\"followers_count\":6569,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"description\":\"Le Mouv, Tsugi, Technikart, Voxpop, co-auteur des Miscellan\\u00e9es d'Internet, et un petit sudoku de temps en temps\",\"statuses_count\":29877,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"show_all_inline_media\":true,\"listed_count\":210,\"profile_link_color\":\"224087\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"19256842\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Nico Prat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"created_at\":\"Tue Jan 20 20:55:08 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":19256842,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/nicoprat.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\"},\"truncated\":false,\"id\":173191694299303936,\"created_at\":\"Fri Feb 24 23:44:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3932000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df1cf776-c5f5-44d3-ab2a-ff289f26cae4-173191694299303936" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw dernière séquence tourné à Boulogne Billancourt ! (France télévision n'est pas loin de là...)", +"img": { +"src": "http://a2.twimg.com/profile_images/428227925/20090817-IMG_3207-2_carre_normal.jpg" +}, +"title": "David: #lgw dernière séquence tourné à Boulogne Billancourt ! (France télévision n'est pas loin de là...)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3933000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw derni\\u00e8re s\\u00e9quence tourn\\u00e9 \\u00e0 Boulogne Billancourt ! (France t\\u00e9l\\u00e9vision n'est pas loin de l\\u00e0...)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitterrific.com\\\" rel=\\\"nofollow\\\"\\u003ETwitterrific\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191699630264320\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":166,\"screen_name\":\"dwursteisen\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":889,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Paris, Ile-de-France, France\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"2FC2EF\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/428227925\\/20090817-IMG_3207-2_carre_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"37971036\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/428227925\\/20090817-IMG_3207-2_carre_normal.jpg\",\"name\":\"David\",\"default_profile_image\":false,\"created_at\":\"Tue May 05 17:25:25 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":37971036,\"utc_offset\":-10800,\"favourites_count\":68,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191699630264320,\"created_at\":\"Fri Feb 24 23:44:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3933000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5de67a01-84c3-46d0-8511-7bc7592ed01e-173191699630264320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les productions vidéos produites par l'émission sont nulles à chier #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: Les productions vidéos produites par l'émission sont nulles à chier #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3936000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_user_id\":null,\"truncated\":false,\"text\":\"Les productions vid\\u00e9os produites par l'\\u00e9mission sont nulles \\u00e0 chier #lgw\",\"created_at\":\"Fri Feb 24 23:44:56 +0000 2012\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[68,72]}]},\"place\":null,\"retweet_count\":0,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"coordinates\":null,\"in_reply_to_user_id_str\":null,\"id_str\":\"173191710191529984\",\"geo\":null,\"in_reply_to_screen_name\":null,\"user\":{\"contributors_enabled\":false,\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"lang\":\"fr\",\"statuses_count\":21289,\"profile_use_background_image\":true,\"url\":\"http:\\/\\/www.pelecanus.net\",\"listed_count\":105,\"notifications\":null,\"profile_text_color\":\"636363\",\"screen_name\":\"baktelraalis\",\"is_translator\":false,\"show_all_inline_media\":true,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"default_profile\":false,\"following\":null,\"profile_link_color\":\"808080\",\"location\":\"France\",\"time_zone\":\"Paris\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"profile_background_color\":\"000000\",\"id_str\":\"18515564\",\"profile_background_tile\":false,\"protected\":false,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"141414\",\"name\":\"Bakt El Raalis\",\"verified\":false,\"favourites_count\":42,\"id\":18515564,\"utc_offset\":3600,\"friends_count\":1093,\"profile_sidebar_border_color\":\"181A1E\"},\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173191710191529984,\"contributors\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3936000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f2a8c107-613e-4c38-915d-aa20f471da74-173191710191529984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Le Bubble-TV est lancé !! Si votre tweet est drôle, je pourrai l'afficher à n'importe quel moment. N'hésitez pas... #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" +}, +"title": "Thaumaturge: RT @LeGrandWebze: Le Bubble-TV est lancé !! Si votre tweet est drôle, je pourrai l'afficher à n'importe quel moment. N'hésitez pas... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3937000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Le Bubble-TV est lanc\\u00e9 !! Si votre tweet est dr\\u00f4le, je pourrai l'afficher \\u00e0 n'importe quel moment. N'h\\u00e9sitez pas... #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[134,138]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Le Bubble-TV est lanc\\u00e9 !! Si votre tweet est dr\\u00f4le, je pourrai l'afficher \\u00e0 n'importe quel moment. N'h\\u00e9sitez pas... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[116,120]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173177451382439938\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1480,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3294,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173177451382439938,\"created_at\":\"Fri Feb 24 22:48:16 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191714331312128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"FouThaumaturge\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502251396\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"name\":\"Thaumaturge\",\"default_profile_image\":true,\"created_at\":\"Fri Feb 24 23:37:04 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502251396,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191714331312128,\"created_at\":\"Fri Feb 24 23:44:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3937000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0ace0771-64c9-4e43-8cce-83b8d8fa4a43-173191714331312128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Pauvre fille qui se prend le ballon... Elle ressemble un peu à Florence, non ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1834243408/epicure_normal.jpg" +}, +"title": "FG: Pauvre fille qui se prend le ballon... Elle ressemble un peu à Florence, non ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3939000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Pauvre fille qui se prend le ballon... Elle ressemble un peu \\u00e0 Florence, non ? #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[79,83]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191725718835200\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"FG_Cthulhu\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":183,\"location\":\"D\\u00e9localisation fr\\u00e9quente\",\"profile_text_color\":\"333333\",\"followers_count\":176,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1834243408\\/epicure_normal.jpg\",\"description\":\"H\\u00e9doniste passionn\\u00e9 de la vie, \\u00e9tudiant en philosophie et sociologie et curieux de tout le reste. Blog \\u00e0 venir.\",\"statuses_count\":4391,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/165243127\\/105vbyo.jpg\",\"show_all_inline_media\":false,\"listed_count\":15,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"129479601\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"FG\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/165243127\\/105vbyo.jpg\",\"created_at\":\"Sun Apr 04 12:23:05 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":129479601,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1834243408\\/epicure_normal.jpg\"},\"truncated\":false,\"id\":173191725718835200,\"created_at\":\"Fri Feb 24 23:44:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3939000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d4269e02-450f-4a39-93e8-7b629964149e-173191725718835200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Encore plus fort que Rémi RT @LeGrandWebze: Régis Gaillard, mesdames et messieurs !! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/535308655/wp_pairo_denied_2_normal.jpg" +}, +"title": "christophe garnier: Encore plus fort que Rémi RT @LeGrandWebze: Régis Gaillard, mesdames et messieurs !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3939000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Encore plus fort que R\\u00e9mi RT @LeGrandWebze: R\\u00e9gis Gaillard, mesdames et messieurs !! #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[29,42],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[85,89]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.osfoora.com\\\" rel=\\\"nofollow\\\"\\u003EOsfoora HD\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191722745077760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":711,\"screen_name\":\"catfishs\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":37472,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/427349951\\/IMG_0132.JPG\",\"location\":\"Yffiniac - France\",\"show_all_inline_media\":false,\"listed_count\":164,\"profile_link_color\":\"0084B4\",\"followers_count\":983,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/535308655\\/wp_pairo_denied_2_normal.jpg\",\"description\":\"Photographe ind\\u00e9pendant et breton d'adoption. J'aime \\u00e9couter de la bonne musique quand je n'ai pas le temps d'en jouer.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"29444976\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/427349951\\/IMG_0132.JPG\",\"profile_sidebar_fill_color\":\"acd9e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/535308655\\/wp_pairo_denied_2_normal.jpg\",\"name\":\"christophe garnier\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 07 13:17:59 +0000 2009\",\"profile_sidebar_border_color\":\"158cbf\",\"id\":29444976,\"utc_offset\":3600,\"favourites_count\":28,\"url\":\"http:\\/\\/www.capturesdigitales.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191722745077760,\"created_at\":\"Fri Feb 24 23:44:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3939000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa40d092-7fce-4037-bb87-0d4eb2797ce3-173191722745077760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oualalalala, #lgw avec @DSK...", +"img": { +"src": "http://a0.twimg.com/profile_images/1843832843/Photo_du_21-02-12___19.49_normal.jpg" +}, +"title": "Alice Wonderland: Oualalalala, #lgw avec @DSK...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3940000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Oualalalala, #lgw avec @DSK...\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"dsk\",\"indices\":[23,27],\"name\":\"dsk\",\"id_str\":\"2264421\",\"id\":2264421}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191730676502528\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"moustikette\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":144,\"location\":\"Near Paris\",\"profile_text_color\":\"333333\",\"description\":\"J'ai un bonnet Tigrou! And so what? :D\",\"statuses_count\":225,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"23988907\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Alice Wonderland\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Thu Mar 12 17:33:07 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":23988907,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/wonderlandalice.wordpress.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173191730676502528,\"created_at\":\"Fri Feb 24 23:45:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3940000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "35bb96e1-bdf5-4b15-87cf-a4fd780f56ce-173191730676502528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oooh... Regis était à Boulogne, my town. #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1625944869/image_normal.jpg" +}, +"title": "Antoine deJerphanion: Oooh... Regis était à Boulogne, my town. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3940000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"Oooh... Regis \\u00e9tait \\u00e0 Boulogne, my town. #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[41,45]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191727895683073\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"2jerph\",\"lang\":\"fr\",\"favourites_count\":8,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":536,\"location\":\"Boulogne-Billancourt FRANCE\",\"profile_text_color\":\"666666\",\"description\":\"Boulogne-Billancourt - Vin - Pr\\u00e9sident de @G_109 avec @charlesdepardon et @jedleroy - Paris II -\",\"statuses_count\":7259,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/80679416\\/blog_immobilier_ile_seguin.jpg\",\"show_all_inline_media\":false,\"listed_count\":26,\"profile_link_color\":\"2FC2EF\",\"followers_count\":638,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1625944869\\/image_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"81651164\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Antoine deJerphanion\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/80679416\\/blog_immobilier_ile_seguin.jpg\",\"created_at\":\"Sun Oct 11 18:13:21 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":81651164,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jerphanion92.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1625944869\\/image_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173191727895683073,\"created_at\":\"Fri Feb 24 23:45:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3940000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e2cc1c12-9bc7-4d3d-b104-071ae9e9e052-173191727895683073" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@JessBoniLambert Complètement sous acide oui #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @JessBoniLambert Complètement sous acide oui #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3940000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@JessBoniLambert Compl\\u00e8tement sous acide oui #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"JessBoniLambert\",\"indices\":[0,16],\"id_str\":\"111092027\",\"name\":\"Jessica Boni-Lambert\",\"id\":111092027}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]},{\"text\":\"cqui\",\"indices\":[50,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173191621930790912\",\"id_str\":\"173191726507360259\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173191621930790912,\"in_reply_to_user_id_str\":\"111092027\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34446,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"JessBoniLambert\",\"truncated\":false,\"id\":173191726507360259,\"created_at\":\"Fri Feb 24 23:45:00 +0000 2012\",\"in_reply_to_user_id\":111092027}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3940000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ae76d461-79ee-45f2-8e13-6957fc15feae-173191726507360259" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http://t.co/MHK9Ke45", +"img": { +"src": "http://a0.twimg.com/profile_images/1843913501/image_normal.jpg" +}, +"title": "Guenky: RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http://t.co/MHK9Ke45", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3941000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @jcfrog: OMG coup de tonnerre sur les Oscars! #dujardin #lgw http:\\/\\/t.co\\/MHK9Ke45\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[3,10],\"id_str\":\"16888281\",\"name\":\"jcfrog\",\"id\":16888281}],\"urls\":[{\"indices\":[66,86],\"expanded_url\":\"http:\\/\\/twitpic.com\\/8o0mgh\",\"display_url\":\"twitpic.com\\/8o0mgh\",\"url\":\"http:\\/\\/t.co\\/MHK9Ke45\"}],\"hashtags\":[{\"text\":\"dujardin\",\"indices\":[49,58]},{\"text\":\"lgw\",\"indices\":[59,63]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"OMG coup de tonnerre sur les Oscars! #dujardin #lgw http:\\/\\/t.co\\/MHK9Ke45\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[54,74],\"expanded_url\":\"http:\\/\\/twitpic.com\\/8o0mgh\",\"display_url\":\"twitpic.com\\/8o0mgh\",\"url\":\"http:\\/\\/t.co\\/MHK9Ke45\"}],\"hashtags\":[{\"text\":\"dujardin\",\"indices\":[37,46]},{\"text\":\"lgw\",\"indices\":[47,51]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":29,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173030351302696961\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":340,\"screen_name\":\"jcfrog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27208,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"location\":\"Damgan\",\"show_all_inline_media\":true,\"listed_count\":506,\"profile_link_color\":\"acc809\",\"followers_count\":6887,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"description\":\"Pro: Ing\\u00e9nieur informaticien, Perso: super h\\u00e9ro du web (en formation)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"16888281\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/194101689\\/twitterbk.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813523315\\/image_normal.jpg\",\"name\":\"jcfrog\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 21 16:03:16 +0000 2008\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":16888281,\"utc_offset\":3600,\"favourites_count\":448,\"url\":\"http:\\/\\/www.jcfrog.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173030351302696961,\"created_at\":\"Fri Feb 24 13:03:45 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":29,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191732966600705\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":123,\"screen_name\":\"Guenky\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":10140,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/19783223\\/FreshLogo.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":11,\"profile_link_color\":\"0084B4\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843913501\\/image_normal.jpg\",\"description\":\"Si je t'ecoutais je... En fait non... Je ne t'ecoute pas...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Quito\",\"profile_background_color\":\"ffffff\",\"id_str\":\"20209524\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/19783223\\/FreshLogo.png\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843913501\\/image_normal.jpg\",\"name\":\"Guenky\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 06 01:42:35 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":20209524,\"utc_offset\":-18000,\"favourites_count\":2,\"url\":\"http:\\/\\/www.myspace.com\\/guenkyh3\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191732966600705,\"created_at\":\"Fri Feb 24 23:45:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3941000, +"tags": [ +{ +"id-ref": "ef2f2b08-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "31c7e674-487a-474f-81e0-2766d5a80080-173191732966600705" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Nophie__: Ah visiblement c'est une émission ou le public s'ennuie tellement qu'il peut venir avec son pc. J'ai bon ? #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" +}, +"title": "Grenadin Vincent: RT @Nophie__: Ah visiblement c'est une émission ou le public s'ennuie tellement qu'il peut venir avec son pc. J'ai bon ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3941000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Nophie__: Ah visiblement c'est une \\u00e9mission ou le public s'ennuie tellement qu'il peut venir avec son pc. J'ai bon ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Nophie__\",\"indices\":[3,12],\"id_str\":\"62632536\",\"name\":\"Sophie Losophie.\",\"id\":62632536}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[121,125]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Ah visiblement c'est une \\u00e9mission ou le public s'ennuie tellement qu'il peut venir avec son pc. J'ai bon ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[107,111]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191549465788417\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":200,\"screen_name\":\"Nophie__\",\"lang\":\"en\",\"profile_text_color\":\"cf4848\",\"statuses_count\":9147,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/319696762\\/x4f15c4b595a5615fe60851f7974cef8.png\",\"location\":\"Ici et l\\u00e0. Mais plus par l\\u00e0.\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"cc4f46\",\"followers_count\":301,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1540125000\\/PP_twitter_normal.jpg\",\"description\":\"J'ai la mauvaise habitude de tweeter et de r\\u00e9fl\\u00e9chier apr\\u00e8s. Alors prends moi comme tu veux, mais surtout pas au premier degr\\u00e8s. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"62632536\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/319696762\\/x4f15c4b595a5615fe60851f7974cef8.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1540125000\\/PP_twitter_normal.jpg\",\"name\":\"Sophie Losophie.\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 03 21:54:45 +0000 2009\",\"profile_sidebar_border_color\":\"756b5f\",\"id\":62632536,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191549465788417,\"created_at\":\"Fri Feb 24 23:44:17 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191734111645697\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":16,\"screen_name\":\"ShinAeristh\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851451012\\/800x600-content-photos-freezer-defait-par-tortue-geniale_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"215244989\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851451012\\/800x600-content-photos-freezer-defait-par-tortue-geniale_normal.jpg\",\"name\":\"Grenadin Vincent\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 13 11:46:19 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":215244989,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191734111645697,\"created_at\":\"Fri Feb 24 23:45:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3941000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "deb38fb3-fb4f-4790-8ef4-4572899bd01d-173191734111645697" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @anthonydelorme: “@nicoprat: Devant #lgw je me sens un peu comme ça http://t.co/Y6Hfiyge”", +"img": { +"src": "http://a0.twimg.com/profile_images/58389992/delorme_gmail.com_e1850f61_normal.jpg" +}, +"title": "Thomas Delorme: RT @anthonydelorme: “@nicoprat: Devant #lgw je me sens un peu comme ça http://t.co/Y6Hfiyge”", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3942000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @anthonydelorme: \\u201c@nicoprat: Devant #lgw je me sens un peu comme \\u00e7a http:\\/\\/t.co\\/Y6Hfiyge\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"anthonydelorme\",\"indices\":[3,18],\"id_str\":\"16097779\",\"name\":\"anthonydelorme\",\"id\":16097779},{\"screen_name\":\"nicoprat\",\"indices\":[21,30],\"id_str\":\"19256842\",\"name\":\"Nico Prat\",\"id\":19256842}],\"urls\":[{\"indices\":[71,91],\"expanded_url\":\"http:\\/\\/twitter.com\\/nicoprat\\/status\\/173189994922512384\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/Y6Hfiyge\",\"url\":\"http:\\/\\/t.co\\/Y6Hfiyge\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"\\u201c@nicoprat: Devant #lgw je me sens un peu comme \\u00e7a http:\\/\\/t.co\\/Y6Hfiyge\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"nicoprat\",\"indices\":[1,10],\"id_str\":\"19256842\",\"name\":\"Nico Prat\",\"id\":19256842}],\"urls\":[{\"indices\":[51,71],\"expanded_url\":\"http:\\/\\/twitter.com\\/nicoprat\\/status\\/173189994922512384\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/Y6Hfiyge\",\"url\":\"http:\\/\\/t.co\\/Y6Hfiyge\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190374569947137\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":626,\"screen_name\":\"anthonydelorme\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":2254,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":113,\"profile_link_color\":\"2FC2EF\",\"followers_count\":689,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1546709422\\/EddiSon-_20-sur-20_ANTHONB_normal.jpg\",\"description\":\"Mobile Guru.\\r\\nHead of Mobile @FredFaridGroup. \\r\\nManaging Director @EddiandSon. \\r\\nCreative @kidslovejetlag.\\r\\n#mobile\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"16097779\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1546709422\\/EddiSon-_20-sur-20_ANTHONB_normal.jpg\",\"name\":\"anthonydelorme\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 02 15:08:59 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":16097779,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/www.eddiandson.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190374569947137,\"created_at\":\"Fri Feb 24 23:39:37 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitterrific.com\\\" rel=\\\"nofollow\\\"\\u003ETwitterrific\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191738251415552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":389,\"screen_name\":\"delorme\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":2124,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/374182\\/petit-dogbert.jpg\",\"location\":\"paris france\",\"show_all_inline_media\":false,\"listed_count\":37,\"profile_link_color\":\"0000ff\",\"followers_count\":641,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/58389992\\/delorme_gmail.com_e1850f61_normal.jpg\",\"description\":\"VP\\/GM @ TMP Worldwide Paris (tmp.com)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"7841882\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/374182\\/petit-dogbert.jpg\",\"profile_sidebar_fill_color\":\"e0ff92\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/58389992\\/delorme_gmail.com_e1850f61_normal.jpg\",\"name\":\"Thomas Delorme\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 31 07:39:12 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":7841882,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.meshworking.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191738251415552,\"created_at\":\"Fri Feb 24 23:45:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3942000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6cc0a9f1-906a-4428-aa82-a0cabeec92b5-173191738251415552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non, le Palmashow est là, ça peut pas être mauvais... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1540125000/PP_twitter_normal.jpg" +}, +"title": "Sophie Losophie.: Non, le Palmashow est là, ça peut pas être mauvais... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3943000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Non, le Palmashow est l\\u00e0, \\u00e7a peut pas \\u00eatre mauvais... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191739849457665\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":200,\"screen_name\":\"Nophie__\",\"lang\":\"en\",\"profile_text_color\":\"cf4848\",\"statuses_count\":9148,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/319696762\\/x4f15c4b595a5615fe60851f7974cef8.png\",\"location\":\"Ici et l\\u00e0. Mais plus par l\\u00e0.\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"cc4f46\",\"followers_count\":301,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1540125000\\/PP_twitter_normal.jpg\",\"description\":\"J'ai la mauvaise habitude de tweeter et de r\\u00e9fl\\u00e9chier apr\\u00e8s. Alors prends moi comme tu veux, mais surtout pas au premier degr\\u00e8s. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"62632536\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/319696762\\/x4f15c4b595a5615fe60851f7974cef8.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1540125000\\/PP_twitter_normal.jpg\",\"name\":\"Sophie Losophie.\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 03 21:54:45 +0000 2009\",\"profile_sidebar_border_color\":\"756b5f\",\"id\":62632536,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191739849457665,\"created_at\":\"Fri Feb 24 23:45:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3943000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2c388d4f-7667-46f0-8a86-6b1e39b8a57e-173191739849457665" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "-Maman, mon avatar passe à la télé dans #lgw -Hein, #cQui ? -Mais c'est moi -Mais non, c'est tout bleu - -_-", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: -Maman, mon avatar passe à la télé dans #lgw -Hein, #cQui ? -Mais c'est moi -Mais non, c'est tout bleu - -_-", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3943000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"-Maman, mon avatar passe \\u00e0 la t\\u00e9l\\u00e9 dans #lgw -Hein, #cQui ? -Mais c'est moi -Mais non, c'est tout bleu - -_-\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"cQui\",\"indices\":[52,57]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191741191626752\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3246,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173191741191626752,\"created_at\":\"Fri Feb 24 23:45:03 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3943000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b61ff939-1f87-4554-aee2-c43e07996b38-173191741191626752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est des jeunes comme vous qu'il me faudrait pour ma campagne #LGW #CQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1848035973/images_normal.jpeg" +}, +"title": "François de Hollande: C'est des jeunes comme vous qu'il me faudrait pour ma campagne #LGW #CQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3944000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est des jeunes comme vous qu'il me faudrait pour ma campagne #LGW #CQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[63,67]},{\"text\":\"CQui\",\"indices\":[68,73]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191744391872515\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":138,\"screen_name\":\"fdhollande\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":93,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"59 avenue de S\\u00e9gur. 7\\u00e8me\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\",\"description\":\"Dans ma t\\u00eate. Tout ce que je pense mais que je ne peux pas vous dire officiellement \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"500754438\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\",\"name\":\"Fran\\u00e7ois de Hollande\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 23 12:46:32 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":500754438,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191744391872515,\"created_at\":\"Fri Feb 24 23:45:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3944000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ec4c26ec-f85f-4cd8-bd95-0419e9e6a7c0-173191744391872515" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "The man speaks the truth. RT @okhin: SKYPE C'EST MAL #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/470363220/k11final_normal.jpg" +}, +"title": "Daniel koolfy Faucon: The man speaks the truth. RT @okhin: SKYPE C'EST MAL #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3944000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"The man speaks the truth. RT @okhin: SKYPE C'EST MAL #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"okhin\",\"indices\":[29,35],\"name\":\"Okhin\",\"id_str\":\"49560409\",\"id\":49560409}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[53,57]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191747457908738\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"koolfy\",\"lang\":\"en\",\"favourites_count\":113,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":142,\"location\":\"\",\"profile_text_color\":\"666666\",\"followers_count\":185,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/470363220\\/k11final_normal.jpg\",\"description\":\"Founder of Net Users' Rights Protection Association (nurpa.be)\",\"statuses_count\":2873,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"8547312\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Daniel koolfy Faucon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Fri Aug 31 00:24:38 +0000 2007\",\"profile_sidebar_fill_color\":\"252429\",\"id\":8547312,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/nurpa.be\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/470363220\\/k11final_normal.jpg\"},\"truncated\":false,\"id\":173191747457908738,\"created_at\":\"Fri Feb 24 23:45:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3944000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a88b4959-a01b-47b1-b946-d9e2946f4777-173191747457908738" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "euh.... #lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/788016744/Sans_titre_normal.jpg" +}, +"title": "Thomas Delecourt: euh.... #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3945000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"euh.... #lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[8,12]},{\"text\":\"cqui\",\"indices\":[13,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobileways.de\\/gravity\\\" rel=\\\"nofollow\\\"\\u003EGravity!\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191751538970625\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1279,\"screen_name\":\"deletom\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":6998,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/427316930\\/minimalist-wallpaper-blue.jpg\",\"location\":\"Valenciennes\",\"show_all_inline_media\":false,\"listed_count\":58,\"profile_link_color\":\"1c4743\",\"followers_count\":929,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/788016744\\/Sans_titre_normal.jpg\",\"description\":\"Chef de projet\\/D\\u00e9veloppeur Web\\r\\nPassionn\\u00e9 par le web et les nouvelles technologies\\r\\n#php #Jquery\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"85bfba\",\"id_str\":\"127837693\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/427316930\\/minimalist-wallpaper-blue.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/788016744\\/Sans_titre_normal.jpg\",\"name\":\"Thomas Delecourt\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 30 11:34:51 +0000 2010\",\"profile_sidebar_border_color\":\"02666b\",\"id\":127837693,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"https:\\/\\/www.facebook.com\\/leweb.danstous.ses.etats\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191751538970625,\"created_at\":\"Fri Feb 24 23:45:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3945000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9c400547-3a1d-4fd3-b2d2-f0297a7fb155-173191751538970625" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vinvin le zinzin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1818096044/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg" +}, +"title": "Δ+Δ: Vinvin le zinzin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3945000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Vinvin le zinzin #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191747701190656\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"AbsolutePi\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":12874,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"000000\",\"followers_count\":142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"334108023\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"name\":\"\\u0394+\\u0394\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":334108023,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/footballanatomy.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191747701190656,\"created_at\":\"Fri Feb 24 23:45:05 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3945000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8c091765-1de2-41c1-a8dd-8ad3fb7556d3-173191747701190656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si #ilReste j'annule tout. #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1509739539/aurelianna_normal.jpg" +}, +"title": "Aure Lianna: Si #ilReste j'annule tout. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3946000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Si #ilReste j'annule tout. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[3,11]},{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2241006,48.8155414],[2.4697521,48.8155414],[2.4697521,48.9021461],[2.2241006,48.9021461]]]},\"attributes\":{},\"full_name\":\"Paris, Paris\",\"place_type\":\"city\",\"name\":\"Paris\",\"id\":\"7238f93a3e899af6\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/7238f93a3e899af6.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191754508533760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":418,\"screen_name\":\"Aur3Lianna\",\"lang\":\"fr\",\"profile_text_color\":\"362720\",\"statuses_count\":11469,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":45,\"profile_link_color\":\"B40B43\",\"followers_count\":2522,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1509739539\\/aurelianna_normal.jpg\",\"description\":\"La trentaine, parisienne qui profite \\u00e0 fond de la vie !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FF6699\",\"id_str\":\"360599311\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"profile_sidebar_fill_color\":\"E5507E\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1509739539\\/aurelianna_normal.jpg\",\"name\":\"Aure Lianna\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 23 13:27:43 +0000 2011\",\"profile_sidebar_border_color\":\"CC3366\",\"id\":360599311,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191754508533760,\"created_at\":\"Fri Feb 24 23:45:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3946000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b9f2e8d7-25d1-4e6f-99bc-df171dcc1876-173191754508533760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Monsieur_Poulpe: @Vinvin le sketch du \"ballon de foot dans la chatte\" fut fantastique #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1801974559/51VNTOCGF1L._SS400__normal.jpg" +}, +"title": "Guillaume Gurdil: RT @Monsieur_Poulpe: @Vinvin le sketch du \"ballon de foot dans la chatte\" fut fantastique #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3947000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Monsieur_Poulpe: @Vinvin le sketch du \\\"ballon de foot dans la chatte\\\" fut fantastique #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Monsieur_Poulpe\",\"indices\":[3,19],\"name\":\"Monsieur Poulpe\",\"id_str\":\"101887303\",\"id\":101887303},{\"screen_name\":\"Vinvin\",\"indices\":[21,28],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[90,94]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":\"Vinvin\",\"favorited\":false,\"text\":\"@Vinvin le sketch du \\\"ballon de foot dans la chatte\\\" fut fantastique #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]}]},\"in_reply_to_user_id\":7223522,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173190479788244992,\"in_reply_to_status_id_str\":\"173190479788244992\",\"id_str\":\"173191633272180736\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"010203\",\"screen_name\":\"Monsieur_Poulpe\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":44,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":14315,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\",\"description\":\"Je fais vivre le net depuis 98. Depuis que je suis enseign\\u00e9 dans les \\u00e9coles, dois-je vraiment me pr\\u00e9senter ?\",\"statuses_count\":2826,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"show_all_inline_media\":true,\"listed_count\":325,\"profile_link_color\":\"042c5e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"5cb5a8\",\"protected\":false,\"id_str\":\"101887303\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Monsieur Poulpe\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/65086672\\/fondtwitter.jpg\",\"created_at\":\"Mon Jan 04 23:03:32 +0000 2010\",\"profile_sidebar_fill_color\":\"68baae\",\"id\":101887303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.monsieurpoulpe.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/619966956\\/bogoss1_normal.jpg\"},\"truncated\":false,\"id\":173191633272180736,\"created_at\":\"Fri Feb 24 23:44:37 +0000 2012\",\"in_reply_to_user_id_str\":\"7223522\"},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191757280976897\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"gurdiiil\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":164,\"location\":\"Lille, France\",\"profile_text_color\":\"333333\",\"followers_count\":87,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\",\"description\":\"Geek\\/Nerd, drogu\\u00e9 \\u00e0 la musique, atterr\\u00e9 perp\\u00e9tuel (parce qu'indign\\u00e9, c'est galvaud\\u00e9) qui garde le sens de l'humour (beh ouais, faut bien!)\",\"statuses_count\":2786,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"89754233\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Guillaume Gurdil\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Nov 13 17:56:00 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":89754233,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/luniquemonsieurtoutlemonde.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801974559\\/51VNTOCGF1L._SS400__normal.jpg\"},\"truncated\":false,\"id\":173191757280976897,\"created_at\":\"Fri Feb 24 23:45:07 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3947000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d5d3818e-c23b-4ac3-8be3-67b88aeea7fa-173191757280976897" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ha, ça y est, j'ai compris.\n#lgw #CI", +"img": { +"src": "http://a3.twimg.com/profile_images/1422126148/JMOLO-72dpi_normal.jpg" +}, +"title": "Jean Molo: Ha, ça y est, j'ai compris.\n#lgw #CI", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3948000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ha, \\u00e7a y est, j'ai compris.\\n#lgw #CI\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]},{\"text\":\"CI\",\"indices\":[33,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191761194262528\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"jeanmolo\",\"lang\":\"fr\",\"favourites_count\":15,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":795,\"location\":\"R\\u00e9plublique Fran\\u00e7aise\",\"profile_text_color\":\"333333\",\"followers_count\":299,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1422126148\\/JMOLO-72dpi_normal.jpg\",\"description\":\"LA FRANCE EST UN VILLAGE. \\r\\nJEAN MOLO EN EST LE MAIRE. \\r\\nInutile de le suivre.\",\"statuses_count\":4384,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/278371243\\/telephone_copy.jpg\",\"show_all_inline_media\":true,\"listed_count\":11,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"95074199\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Jean Molo\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/278371243\\/telephone_copy.jpg\",\"created_at\":\"Sun Dec 06 21:18:16 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":95074199,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.jeanmolo.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1422126148\\/JMOLO-72dpi_normal.jpg\"},\"truncated\":false,\"id\":173191761194262528,\"created_at\":\"Fri Feb 24 23:45:08 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3948000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "09ff1a24-df0a-4065-a407-0537e03d7188-173191761194262528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est en faisant n'importe quoi en mieux qu'on devient n'importe qui en pire #lgw #tweetemylife <3", +"img": { +"src": "http://a3.twimg.com/profile_images/1743773925/tag_2011_rutan_main_normal.jpg" +}, +"title": "Jellyfishymous: C'est en faisant n'importe quoi en mieux qu'on devient n'importe qui en pire #lgw #tweetemylife <3", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3948000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est en faisant n'importe quoi en mieux qu'on devient n'importe qui en pire #lgw #tweetemylife <3\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]},{\"text\":\"tweetemylife\",\"indices\":[82,95]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191762435772416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":22,\"screen_name\":\"Jellyfishymous\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":170,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Everywhere\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":51,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1743773925\\/tag_2011_rutan_main_normal.jpg\",\"description\":\"Peace & Lulz ~:)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"459357676\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1743773925\\/tag_2011_rutan_main_normal.jpg\",\"name\":\"Jellyfishymous\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 09 15:37:25 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":459357676,\"utc_offset\":null,\"favourites_count\":1,\"url\":\"http:\\/\\/blogs.lesinrocks.com\\/jellyfish\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191762435772416,\"created_at\":\"Fri Feb 24 23:45:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3948000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0bcf310-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "962ad2c8-ed4e-49b0-b720-7454ae08a6ed-173191762435772416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @erwanlescop: + 1 “@LeilaAgic: C'est exactement ça ! RT @nicoprat Devant #lgw je me sens un peu comme ça http://t.co/nDtLUGr5”", +"img": { +"src": "http://a3.twimg.com/profile_images/1841813894/hipster_9_2_normal.png" +}, +"title": "Pierre: RT @erwanlescop: + 1 “@LeilaAgic: C'est exactement ça ! RT @nicoprat Devant #lgw je me sens un peu comme ça http://t.co/nDtLUGr5”", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3949000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @erwanlescop: + 1 \\u201c@LeilaAgic: C'est exactement \\u00e7a ! RT @nicoprat Devant #lgw je me sens un peu comme \\u00e7a http:\\/\\/t.co\\/nDtLUGr5\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"erwanlescop\",\"indices\":[3,15],\"id_str\":\"28977778\",\"name\":\"Erwan Lescop\",\"id\":28977778},{\"screen_name\":\"LeilaAgic\",\"indices\":[22,32],\"id_str\":\"79575617\",\"name\":\"Leila Agic\",\"id\":79575617},{\"screen_name\":\"nicoprat\",\"indices\":[59,68],\"id_str\":\"19256842\",\"name\":\"Nico Prat\",\"id\":19256842}],\"urls\":[{\"indices\":[108,128],\"expanded_url\":\"http:\\/\\/twitter.com\\/nicoprat\\/status\\/173189994922512384\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/nDtLUGr5\",\"url\":\"http:\\/\\/t.co\\/nDtLUGr5\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[76,80]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"+ 1 \\u201c@LeilaAgic: C'est exactement \\u00e7a ! RT @nicoprat Devant #lgw je me sens un peu comme \\u00e7a http:\\/\\/t.co\\/nDtLUGr5\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeilaAgic\",\"indices\":[5,15],\"id_str\":\"79575617\",\"name\":\"Leila Agic\",\"id\":79575617},{\"screen_name\":\"nicoprat\",\"indices\":[42,51],\"id_str\":\"19256842\",\"name\":\"Nico Prat\",\"id\":19256842}],\"urls\":[{\"indices\":[91,111],\"expanded_url\":\"http:\\/\\/twitter.com\\/nicoprat\\/status\\/173189994922512384\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/nDtLUGr5\",\"url\":\"http:\\/\\/t.co\\/nDtLUGr5\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191329185140737\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1336,\"screen_name\":\"erwanlescop\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8726,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/277996905\\/Hollande_D_claration_Tulle.jpg\",\"location\":\"France \\/ Paris - Brest\",\"show_all_inline_media\":true,\"listed_count\":36,\"profile_link_color\":\"0084B4\",\"followers_count\":1104,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1361965224\\/tw_8497264_1305889979_normal.jpg\",\"description\":\"Cadre secteur public anti-RGPP \\/ Militant socialiste \\/ soutien de @fhollande club des 3% ;-) #FH2012 \\/ Citoyen du monde \\/ Geek \\u00e0 ses heures\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"822a2e\",\"id_str\":\"28977778\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/277996905\\/Hollande_D_claration_Tulle.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1361965224\\/tw_8497264_1305889979_normal.jpg\",\"name\":\"Erwan Lescop\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 12:10:38 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":28977778,\"utc_offset\":3600,\"favourites_count\":511,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191329185140737,\"created_at\":\"Fri Feb 24 23:43:25 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191767569608705\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":696,\"screen_name\":\"not_pierre\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":38920,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/419177584\\/Golden_Gate_Bridge__Marin_Headlands__San_Francisco__California.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"13b9f5\",\"followers_count\":960,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1841813894\\/hipster_9_2_normal.png\",\"description\":\"Media addict, urbanisme, \\u00e9tudiant en droit, libre penseur, Since 1990 (Y Product) \\nTweet in (French\\/English\\/German) #travel #G\\u00e9opolitique #newsjunkie #PRG \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"325183094\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/419177584\\/Golden_Gate_Bridge__Marin_Headlands__San_Francisco__California.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841813894\\/hipster_9_2_normal.png\",\"name\":\"Pierre\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 27 21:40:38 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":325183094,\"utc_offset\":3600,\"favourites_count\":33,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191767569608705,\"created_at\":\"Fri Feb 24 23:45:09 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3949000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "462262a7-19b0-48b2-a118-dc54f52bd11a-173191767569608705" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Haha ! Pas mal le coup de la photo avec dsk !", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: #lgw Haha ! Pas mal le coup de la photo avec dsk !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3949000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Haha ! Pas mal le coup de la photo avec dsk !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191766554583042\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"favourites_count\":39,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":231,\"location\":\"chez les mafieux mexicains\",\"profile_text_color\":\"333333\",\"followers_count\":391,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":10977,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Young, Wild & Free\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":363343002,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\"},\"truncated\":false,\"id\":173191766554583042,\"created_at\":\"Fri Feb 24 23:45:09 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3949000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7388339d-b286-4cc8-8b2d-13276f1a0b01-173191766554583042" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ahem euh... #lgw Donc voilà voilà", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Ahem euh... #lgw Donc voilà voilà", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3949000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ahem euh... #lgw Donc voil\\u00e0 voil\\u00e0\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191766185480192\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3294,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1481,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173191766185480192,\"created_at\":\"Fri Feb 24 23:45:09 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3949000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fd3b61fa-f7e8-49aa-bc20-6e245df524aa-173191766185480192" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@bigyannou J'avoue y a un manque de kèkchoz ! #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1849027029/TPhoto_000230_normal.jpg" +}, +"title": "wic®: @bigyannou J'avoue y a un manque de kèkchoz ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3951000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"bigyannou\",\"favorited\":false,\"text\":\"@bigyannou J'avoue y a un manque de k\\u00e8kchoz ! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"bigyannou\",\"indices\":[0,10],\"name\":\"Yann\",\"id_str\":\"162988359\",\"id\":162988359}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[47,51]}]},\"in_reply_to_user_id\":162988359,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173191635906211841,\"in_reply_to_status_id_str\":\"173191635906211841\",\"id_str\":\"173191774066577409\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"ladycooky\",\"lang\":\"fr\",\"favourites_count\":67,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":119,\"location\":\"Loiret (45)\",\"profile_text_color\":\"3E4415\",\"followers_count\":165,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849027029\\/TPhoto_000230_normal.jpg\",\"description\":\"C\\u00e2line, joueuse, mais je ne ronronne pas. L'unique romanci\\u00e8re de ma vie c'est MOI, je ne me d\\u00e9voile pas en public. #SachezLe\",\"statuses_count\":14180,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/429469479\\/tumblr_lunor7P3Pi1qjldjvo1_500.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"a1208e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"7cd4de\",\"protected\":false,\"id_str\":\"341717778\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"cooky\\u00ae\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429469479\\/tumblr_lunor7P3Pi1qjldjvo1_500.jpg\",\"created_at\":\"Sun Jul 24 21:01:34 +0000 2011\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":341717778,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849027029\\/TPhoto_000230_normal.jpg\"},\"truncated\":false,\"id\":173191774066577409,\"created_at\":\"Fri Feb 24 23:45:11 +0000 2012\",\"in_reply_to_user_id_str\":\"162988359\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3951000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e01b4ff1-e525-4f18-8bae-edd9968018e6-173191774066577409" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est le bordel sur le plateau du #LGW!", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: C'est le bordel sur le plateau du #LGW!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3952000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est le bordel sur le plateau du #LGW!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[34,38]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191779905044482\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4895,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173191779905044482,\"created_at\":\"Fri Feb 24 23:45:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3952000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df890a00-7b39-40ce-85ba-49d14444c6bf-173191779905044482" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ça se barre en couille, j'adore xD xD #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1811673107/moi_normal.jpg" +}, +"title": "Marina Bernasse: ça se barre en couille, j'adore xD xD #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3952000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00e7a se barre en couille, j'adore xD xD #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191779762442240\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":110,\"screen_name\":\"marina60\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7574,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/256347808\\/vinyl_kills.jpg\",\"location\":\"Dans un village perdu\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"CC3366\",\"followers_count\":57,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1811673107\\/moi_normal.jpg\",\"description\":\"Marina, 22 ans (bient\\u00f4t 23), je vis ds l'oise (pas la place pour vous expliquer o\\u00f9 c'est ^^). Vis de musique, de rire, de films, d'amiti\\u00e9s, d'amoou... Ah non xD\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"id_str\":\"20049895\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/256347808\\/vinyl_kills.jpg\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811673107\\/moi_normal.jpg\",\"name\":\"Marina Bernasse\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 04 12:48:33 +0000 2009\",\"profile_sidebar_border_color\":\"DBE9ED\",\"id\":20049895,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191779762442240,\"created_at\":\"Fri Feb 24 23:45:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3952000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4e9ce9d5-5ace-4d3a-84b2-a02f3e0c8a30-173191779762442240" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tandis que revoilà le @palmashow... #LGW #Lacitédelapeur", +"img": { +"src": "http://a1.twimg.com/profile_images/1579063362/images_normal.jpg" +}, +"title": "Where is my mind ?: Tandis que revoilà le @palmashow... #LGW #Lacitédelapeur", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3955000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tandis que revoil\\u00e0 le @palmashow... #LGW #Lacit\\u00e9delapeur\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[22,32],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[36,40]},{\"text\":\"Lacit\\u00e9delapeur\",\"indices\":[41,56]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191792232112129\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":79,\"screen_name\":\"Look_out_post\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1475,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1579063362\\/images_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"387379234\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579063362\\/images_normal.jpg\",\"name\":\"Where is my mind ?\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 23:30:51 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":387379234,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191792232112129,\"created_at\":\"Fri Feb 24 23:45:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3955000, +"tags": [ +{ +"id-ref": "f0bdb08e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0aaf29fe-e50b-464d-8326-98cd7f8d3714-173191792232112129" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ??????????????", +"img": { +"src": "http://a2.twimg.com/profile_images/1771348218/image1327174991_normal.png" +}, +"title": "Jim0PROFIT: #lgw ??????????????", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3956000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ??????????????\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191794631249920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":368,\"screen_name\":\"Jim0PROFIT\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4752,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"D02B55\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"description\":\"Consulting, Syst\\u00e8me administrateur, geekoophile, et tellement de choses qu'une journ\\u00e9e de 24H ne suffit plus!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"18874683\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"name\":\"Jim0PROFIT\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 11 18:26:59 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":18874683,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/choari.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191794631249920,\"created_at\":\"Fri Feb 24 23:45:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3956000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ef6fce4d-d101-4b8d-8701-9784484625c6-173191794631249920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "anybody know how to fix this? We Wait For Jonas #YouKnowSheRatchetIf #BrinquedoDoHopiHariCaiMaisQue #lgw http://t.co/fRcsYdh0 investigate it", +"img": { +"src": "http://a0.twimg.com/profile_images/1850995286/mzl.mpmiofhn.480x480-75_normal.jpg" +}, +"title": "Christy Liggons: anybody know how to fix this? We Wait For Jonas #YouKnowSheRatchetIf #BrinquedoDoHopiHariCaiMaisQue #lgw http://t.co/fRcsYdh0 investigate it", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3957000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"anybody know how to fix this? We Wait For Jonas #YouKnowSheRatchetIf #BrinquedoDoHopiHariCaiMaisQue #lgw http:\\/\\/t.co\\/fRcsYdh0 investigate it\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[105,125],\"expanded_url\":\"http:\\/\\/tiny.cc\\/1zt8i\",\"display_url\":\"tiny.cc\\/1zt8i\",\"url\":\"http:\\/\\/t.co\\/fRcsYdh0\"}],\"hashtags\":[{\"text\":\"YouKnowSheRatchetIf\",\"indices\":[48,68]},{\"text\":\"BrinquedoDoHopiHariCaiMaisQue\",\"indices\":[69,99]},{\"text\":\"lgw\",\"indices\":[100,104]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191800046100480\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"Christyxdfxx\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850995286\\/mzl.mpmiofhn.480x480-75_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502041375\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850995286\\/mzl.mpmiofhn.480x480-75_normal.jpg\",\"name\":\"Christy Liggons\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 24 19:05:05 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502041375,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191800046100480,\"created_at\":\"Fri Feb 24 23:45:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3957000, +"tags": [ +{ +"id-ref": "f0bdeb76-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0bdf008-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fdb02070-ddcf-4a99-8cf6-1ea72488aebb-173191800046100480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "c'est vraiment mauvais... #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1801434555/coolcat_normal.png" +}, +"title": "Chris: c'est vraiment mauvais... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3958000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"c'est vraiment mauvais... #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[26,30]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191805016342528\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"tr13ze\",\"lang\":\"en\",\"favourites_count\":252,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":198,\"location\":\"Paris\",\"profile_text_color\":\"d1d1d1\",\"followers_count\":1606,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1801434555\\/coolcat_normal.png\",\"description\":\"Dev Flash \\/ html5\\r\\n(free for job)\\r\\n\",\"statuses_count\":35819,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/346151969\\/dark_stripes.png\",\"show_all_inline_media\":false,\"listed_count\":109,\"profile_link_color\":\"575757\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"126569577\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Chris\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/346151969\\/dark_stripes.png\",\"created_at\":\"Fri Mar 26 08:30:20 +0000 2010\",\"profile_sidebar_fill_color\":\"000000\",\"id\":126569577,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/tr13ze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1801434555\\/coolcat_normal.png\"},\"truncated\":false,\"id\":173191805016342528,\"created_at\":\"Fri Feb 24 23:45:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3958000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d6795a81-f8a0-4eff-8ad2-62f41028de7e-173191805016342528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Juste pour cette photo il faut que Rollin #ilReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: Juste pour cette photo il faut que Rollin #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3958000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Juste pour cette photo il faut que Rollin #ilReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[42,50]},{\"text\":\"lgw\",\"indices\":[51,55]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191804886331393\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39035,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191804886331393,\"created_at\":\"Fri Feb 24 23:45:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3958000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "84334d89-68f6-45e1-acf7-779ae3c2b34b-173191804886331393" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ce soir c'est un peu comme Merlin au rassemblement du corbeau. C'est pas drôle... Le vendredi soir je me remet à Kaamelott.", +"img": { +"src": "http://a2.twimg.com/profile_images/1696961418/avatar_normal.JPG" +}, +"title": "Audrey K: #lgw ce soir c'est un peu comme Merlin au rassemblement du corbeau. C'est pas drôle... Le vendredi soir je me remet à Kaamelott.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3958000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ce soir c'est un peu comme Merlin au rassemblement du corbeau. C'est pas dr\\u00f4le... Le vendredi soir je me remet \\u00e0 Kaamelott.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191803145682944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"Audreymifasol\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":250,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Quelque part\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"D02B55\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1696961418\\/avatar_normal.JPG\",\"description\":\"Prof contractuelle en biologie le lundi, \\u00e9tudiante en histoire, ma\\u00e7on, d\\u00e9coratrice, costumi\\u00e8re, peintre et bidouilleuse de tout l'autre moiti\\u00e9 du temps.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"413420872\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1696961418\\/avatar_normal.JPG\",\"name\":\"Audrey K\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 15 21:31:05 +0000 2011\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":413420872,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/bubulle-de-savon.over-blog.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191803145682944,\"created_at\":\"Fri Feb 24 23:45:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3958000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b5a84977-e0aa-4623-8271-0182eec3eda3-173191803145682944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est mal fait les gars... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1652615368/Anbastom_normal.jpg" +}, +"title": "Anbastom: C'est mal fait les gars... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3959000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est mal fait les gars... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191809659449344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":169,\"screen_name\":\"Anbastom\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9005,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"72\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\",\"description\":\"#TeamLumbago \\/\\/ Un jour j'ai cru que j'etais intelligente mais en fait...NON.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"72400860\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\",\"name\":\"Anbastom\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 07 22:34:23 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":72400860,\"utc_offset\":0,\"favourites_count\":9,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191809659449344,\"created_at\":\"Fri Feb 24 23:45:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3959000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "18a9cea7-dcde-411b-8e03-50ebc476babc-173191809659449344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LudoDelaherche: On y est presque !!! La communauté #StadedeFrance déchire tout le #cqui au #lgw http://t.co/qJvMhf3N", +"img": { +"src": "http://a0.twimg.com/profile_images/1844190316/Profil-twitterV8_normal.jpg" +}, +"title": "Stade de France: RT @LudoDelaherche: On y est presque !!! La communauté #StadedeFrance déchire tout le #cqui au #lgw http://t.co/qJvMhf3N", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3960000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @LudoDelaherche: On y est presque !!! La communaut\\u00e9 #StadedeFrance d\\u00e9chire tout le #cqui au #lgw http:\\/\\/t.co\\/qJvMhf3N\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[3,18],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[{\"indices\":[100,120],\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173190228369088512\\/photo\\/1\",\"display_url\":\"pic.twitter.com\\/qJvMhf3N\",\"url\":\"http:\\/\\/t.co\\/qJvMhf3N\"}],\"hashtags\":[{\"text\":\"StadedeFrance\",\"indices\":[55,69]},{\"text\":\"cqui\",\"indices\":[86,91]},{\"text\":\"lgw\",\"indices\":[95,99]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"On y est presque !!! La communaut\\u00e9 #StadedeFrance d\\u00e9chire tout le #cqui au #lgw http:\\/\\/t.co\\/qJvMhf3N\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"StadedeFrance\",\"indices\":[35,49]},{\"text\":\"cqui\",\"indices\":[66,71]},{\"text\":\"lgw\",\"indices\":[75,79]}],\"media\":[{\"type\":\"photo\",\"indices\":[80,100],\"sizes\":{\"large\":{\"h\":1024,\"resize\":\"fit\",\"w\":765},\"medium\":{\"h\":803,\"resize\":\"fit\",\"w\":600},\"thumb\":{\"h\":150,\"resize\":\"crop\",\"w\":150},\"small\":{\"h\":455,\"resize\":\"fit\",\"w\":340}},\"media_url\":\"http:\\/\\/p.twimg.com\\/AmdLmFjCIAArGOj.jpg\",\"id_str\":\"173190228373282816\",\"expanded_url\":\"http:\\/\\/twitter.com\\/LudoDelaherche\\/status\\/173190228369088512\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/p.twimg.com\\/AmdLmFjCIAArGOj.jpg\",\"id\":173190228373282816,\"display_url\":\"pic.twitter.com\\/qJvMhf3N\",\"url\":\"http:\\/\\/t.co\\/qJvMhf3N\"}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190228369088512\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6699,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2387,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190228369088512,\"created_at\":\"Fri Feb 24 23:39:03 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191813249773568\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":true,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":481,\"screen_name\":\"StadeFrance\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":774,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431140636\\/bg-twitterV7.jpg\",\"location\":\"La Plaine-Saint-Denis, France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"009999\",\"followers_count\":952,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1844190316\\/Profil-twitterV8_normal.jpg\",\"description\":\"#Foot #rugby #athl\\u00e9 #concerts... Quels grands #spectacles allez vous vivre avec nous ?\\r\\nPartagez avec le hashtag #stadedefrance !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFFFFF\",\"id_str\":\"88690419\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431140636\\/bg-twitterV7.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1844190316\\/Profil-twitterV8_normal.jpg\",\"name\":\"Stade de France\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 09 15:42:16 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":88690419,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.stadefrance.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191813249773568,\"created_at\":\"Fri Feb 24 23:45:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3960000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "66766f5a-3aa7-4ed9-b454-474cc6c039dd-173191813249773568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3960000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeRadiateur\",\"indices\":[3,15],\"id_str\":\"194271706\",\"name\":\"Joffrey D.\",\"id\":194271706}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[94,118]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[77,101]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173189178589315072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":263,\"screen_name\":\"LeRadiateur\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":4227,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":true,\"listed_count\":8,\"profile_link_color\":\"2FC2EF\",\"followers_count\":368,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"description\":\"Coordinateur d'Antenne sur NRJ \\/ Animateur du 9h-Midi \\/ Passionn\\u00e9 de photographie \\/ Tweets originaux garantis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"194271706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777542862\\/charlot_normal.jpg\",\"name\":\"Joffrey D.\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 23 20:17:47 +0000 2010\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":194271706,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.flickr.com\\/photos\\/leradiateur\\/sets\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173189178589315072,\"created_at\":\"Fri Feb 24 23:34:52 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191813983776771\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":98,\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1161,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"location\":\"france\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"name\":\"Cammarata Thierry\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":334554629,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191813983776771,\"created_at\":\"Fri Feb 24 23:45:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3960000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f070e628-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3372eedb-ba08-4c46-bc1c-b291009e6928-173191813983776771" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @3615pbs: #LGW c'est le radeau de la méduse, mais avec des meubles qui s'allument", +"img": { +"src": "http://a0.twimg.com/profile_images/1813917379/coquelicot_normal.jpg" +}, +"title": "Lara: RT @3615pbs: #LGW c'est le radeau de la méduse, mais avec des meubles qui s'allument", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3961000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @3615pbs: #LGW c'est le radeau de la m\\u00e9duse, mais avec des meubles qui s'allument\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"3615pbs\",\"indices\":[3,11],\"name\":\"P. Bourdin-Sauviac\",\"id_str\":\"133024198\",\"id\":133024198}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW c'est le radeau de la m\\u00e9duse, mais avec des meubles qui s'allument\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190029940756480\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ebf0ff\",\"screen_name\":\"3615pbs\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":497,\"location\":\"Paris, France\",\"profile_text_color\":\"062d57\",\"followers_count\":2829,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\",\"description\":\"Je suis nomm\\u00e9 Pierre. Animateur, journaliste, auteur, ex-r\\u00e9al du zap de Direct 8 et awesome talent @ Marzab Productions. Et lumi\\u00e8re divine sur 3615pbs.com. \\u0ca0_\\u0ca0\",\"statuses_count\":29709,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"0513ad\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"133024198\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"P. Bourdin-Sauviac\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/400721124\\/tumblr_ljk64pSVPX1qfv1q1.jpg\",\"created_at\":\"Wed Apr 14 20:34:18 +0000 2010\",\"profile_sidebar_fill_color\":\"c0c4e0\",\"id\":133024198,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.3615pbs.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824854315\\/3615pbs_normal.jpg\"},\"truncated\":false,\"id\":173190029940756480,\"created_at\":\"Fri Feb 24 23:38:15 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191816538112000\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"SyndromeL\",\"lang\":\"fr\",\"favourites_count\":62,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":235,\"location\":\"Londres \\/ Puy Du Fou \",\"profile_text_color\":\"333333\",\"followers_count\":342,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813917379\\/coquelicot_normal.jpg\",\"description\":\"J'ai un coeur moelleux intense. (Je rigole bien sur,je suis une pute point barre) \\r\\n-un jour Denis Brognart m'a dit qu'il aimait ma bio-\",\"statuses_count\":21562,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413089498\\/community_troy_abed.JPG\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"223229171\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Lara\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413089498\\/community_troy_abed.JPG\",\"created_at\":\"Sun Dec 05 19:46:30 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":223229171,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813917379\\/coquelicot_normal.jpg\"},\"truncated\":false,\"id\":173191816538112000,\"created_at\":\"Fri Feb 24 23:45:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3961000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fcfbbc92-7649-4aee-bdfa-918596970799-173191816538112000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh, du combat dans #lgw #cQui qui gagne ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Oh, du combat dans #lgw #cQui qui gagne ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3961000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh, du combat dans #lgw #cQui qui gagne ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]},{\"text\":\"cQui\",\"indices\":[24,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191816135446528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191816135446528,\"created_at\":\"Fri Feb 24 23:45:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3961000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6d6b69a2-8dce-4c27-bc47-716e30a6df71-173191816135446528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "A lire les LT, soit #LGW est ni fait ni à faire, soit c'est l'héritier de J-C.Averty, concept précurseur. L'époque juge t-elle trop vite ?", +"img": { +"src": "http://a3.twimg.com/profile_images/1255991805/Snap_2011-02-26_21-55-14_normal.png" +}, +"title": "Séverin Cassan: A lire les LT, soit #LGW est ni fait ni à faire, soit c'est l'héritier de J-C.Averty, concept précurseur. L'époque juge t-elle trop vite ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3962000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"A lire les LT, soit #LGW est ni fait ni \\u00e0 faire, soit c'est l'h\\u00e9ritier de J-C.Averty, concept pr\\u00e9curseur. L'\\u00e9poque juge t-elle trop vite ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[20,24]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191820484952064\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"severin_cassan\",\"lang\":\"fr\",\"favourites_count\":110,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":692,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":735,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1255991805\\/Snap_2011-02-26_21-55-14_normal.png\",\"description\":\"Digital communication director #Orange. #marketing #web #trends #brand content #books #basketball (my tweets do not necessarily represent my company)\",\"statuses_count\":1074,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":36,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"46242996\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"S\\u00e9verin Cassan\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Jun 10 22:22:47 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":46242996,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.linkedin.com\\/in\\/severincassan\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1255991805\\/Snap_2011-02-26_21-55-14_normal.png\"},\"truncated\":false,\"id\":173191820484952064,\"created_at\":\"Fri Feb 24 23:45:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3962000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d42a66df-abef-4be9-9a38-d996320c851f-173191820484952064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilPart en couille #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1678792350/BonzeMarin_normal.jpeg" +}, +"title": "Bonze Marin: #ilPart en couille #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3962000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilPart en couille #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilPart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191820031954944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":66,\"screen_name\":\"BonzeMarin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":354,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"11\\u00b021\\u2032N 142\\u00b012\\u2032E\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":37,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1678792350\\/BonzeMarin_normal.jpeg\",\"description\":\"Je ne vais pas vous mentir, je suis vraiment aussi con que j'en ai l'air.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"430295557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1678792350\\/BonzeMarin_normal.jpeg\",\"name\":\"Bonze Marin\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 07 00:27:03 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":430295557,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191820031954944,\"created_at\":\"Fri Feb 24 23:45:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3962000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f0f707e2-f170-46a9-bc6a-2ea6589880ca-173191820031954944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW DSK #Ilpart !", +"img": { +"src": "http://a3.twimg.com/profile_images/1784933236/matt-smith_normal.jpg" +}, +"title": "Mohamed: #LGW DSK #Ilpart !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3963000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW DSK #Ilpart !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"Ilpart\",\"indices\":[9,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191824838631424\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"MOHA59600\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":167,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":199,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1784933236\\/matt-smith_normal.jpg\",\"description\":\"Fan de cin\\u00e9ma, de football, g\\u00e9nie autoproclam\\u00e9. A un avis sur tout et sait tout mieux que tout le monde! Adepte du second degr\\u00e9!\",\"statuses_count\":9879,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"3dc1db\",\"protected\":false,\"id_str\":\"115394419\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Mohamed\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Feb 18 14:33:14 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":115394419,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/moha59600.football.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1784933236\\/matt-smith_normal.jpg\"},\"truncated\":false,\"id\":173191824838631424,\"created_at\":\"Fri Feb 24 23:45:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3963000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "21633164-7cb1-46db-a992-a1d0f56abab7-173191824838631424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Electrastar63 non un homme sain dans un corps sain avec une\nTete saine, demande a bakkies #lgw #cqui #pascalpapéisme", +"img": { +"src": "http://a3.twimg.com/profile_images/1693436244/tw_13513942_1323894171_normal.jpg" +}, +"title": "Nicolas Legros: @Electrastar63 non un homme sain dans un corps sain avec une\nTete saine, demande a bakkies #lgw #cqui #pascalpapéisme", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3966000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Electrastar63 non un homme sain dans un corps sain avec une\\nTete saine, demande a bakkies #lgw #cqui #pascalpap\\u00e9isme\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Electrastar63\",\"indices\":[0,14],\"id_str\":\"325873043\",\"name\":\"Electrastar63-Aurore\",\"id\":325873043}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]},{\"text\":\"cqui\",\"indices\":[96,101]},{\"text\":\"pascalpap\\u00e9isme\",\"indices\":[102,117]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.142488,48.9203048],[2.2061332,48.9203048],[2.2061332,48.954515],[2.142488,48.954515]]]},\"attributes\":{},\"full_name\":\"Sartrouville, Yvelines\",\"place_type\":\"city\",\"name\":\"Sartrouville\",\"id\":\"fdc15213df467db3\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/fdc15213df467db3.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.20183003,48.94084470]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173191340744650752\",\"id_str\":\"173191839162183681\",\"geo\":{\"type\":\"Point\",\"coordinates\":[48.94084470,2.20183003]},\"retweeted\":false,\"in_reply_to_status_id\":173191340744650752,\"in_reply_to_user_id_str\":\"325873043\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":386,\"screen_name\":\"NicolasLegros\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2762,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"sartrouville\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":140,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1693436244\\/tw_13513942_1323894171_normal.jpg\",\"description\":\"RUGBY(ra\\u00e7ing, toulouse, sprinboks) rock, vie de famille, killstreak et votera pascal pap\\u00e9 en 2012.. un maitre @kakaOpopo #tontonatoujoursraison\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"120251174\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1693436244\\/tw_13513942_1323894171_normal.jpg\",\"name\":\"Nicolas Legros\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 05 22:47:53 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":120251174,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"Electrastar63\",\"truncated\":false,\"id\":173191839162183681,\"created_at\":\"Fri Feb 24 23:45:26 +0000 2012\",\"in_reply_to_user_id\":325873043}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3966000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0a0db4e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c4ca6bbc-f41e-4c8c-9918-96931440b1ac-173191839162183681" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "A 12ans, on a fait une émission TV dans mon jardin avec des copines. C'était plus cohérent que #lgw.. J'arrête d'essayer de comprendre #dodo", +"img": { +"src": "http://a0.twimg.com/profile_images/1326269429/flav_normal.jpg" +}, +"title": "Marion Sicre: A 12ans, on a fait une émission TV dans mon jardin avec des copines. C'était plus cohérent que #lgw.. J'arrête d'essayer de comprendre #dodo", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3966000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"A 12ans, on a fait une \\u00e9mission TV dans mon jardin avec des copines. C'\\u00e9tait plus coh\\u00e9rent que #lgw.. J'arr\\u00eate d'essayer de comprendre #dodo\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]},{\"text\":\"dodo\",\"indices\":[135,140]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191835777368065\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":224,\"screen_name\":\"marion_scr\",\"lang\":\"en\",\"profile_text_color\":\"222222\",\"statuses_count\":339,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433139553\\/temp_kuvva_production_214310_1834_1.jpeg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"185e7f\",\"followers_count\":116,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1326269429\\/flav_normal.jpg\",\"description\":\"Etudiante \\u00e0 @BEMBordeaux\\r\\n|| Fan de pub\\r\\n|| CV visuel: http:\\/\\/slidesha.re\\/dH0J4y || Pinterest: http:\\/\\/bit.ly\\/zMSKHS\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"1b698d\",\"id_str\":\"124528299\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433139553\\/temp_kuvva_production_214310_1834_1.jpeg\",\"profile_sidebar_fill_color\":\"f8fefc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1326269429\\/flav_normal.jpg\",\"name\":\"Marion Sicre\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 19 17:59:43 +0000 2010\",\"profile_sidebar_border_color\":\"f8fefc\",\"id\":124528299,\"utc_offset\":-36000,\"favourites_count\":5,\"url\":\"http:\\/\\/fr.flavors.me\\/marion_scr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191835777368065,\"created_at\":\"Fri Feb 24 23:45:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3966000, +"tags": [ +{ +"id-ref": "f0bf4e80-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0b131654-5f24-4a12-9ee3-70869bff546a-173191835777368065" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ! #Change2ton", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw ! #Change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3967000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"truncated\":false,\"text\":\"#lgw ! #Change2ton\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"Change2ton\",\"indices\":[7,18]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"favorited\":false,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweet_count\":0,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191843113213954\",\"retweeted\":false,\"user\":{\"default_profile_image\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"verified\":false,\"profile_use_background_image\":true,\"friends_count\":68,\"location\":\"France\",\"profile_text_color\":\"333333\",\"description\":\"\",\"statuses_count\":704,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Thibaut Devillers\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":92095420,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\"},\"in_reply_to_status_id\":null,\"id\":173191843113213954,\"created_at\":\"Fri Feb 24 23:45:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3967000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "836f791c-0b94-477f-96b8-cdddeee074eb-173191843113213954" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw DU SANG !", +"img": { +"src": "http://a2.twimg.com/profile_images/1777524767/folon1_normal.jpg" +}, +"title": "Kelem: #lgw DU SANG !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3968000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw DU SANG !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191846305075200\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"screen_name\":\"KelemFs\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":88,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1777524767\\/folon1_normal.jpg\",\"description\":\"Je demeurai longtemps errant dans C\\u00e9sar\\u00e9e.\",\"statuses_count\":136,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"038543\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"protected\":false,\"id_str\":\"159103701\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Kelem\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"created_at\":\"Thu Jun 24 13:15:57 +0000 2010\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"id\":159103701,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1777524767\\/folon1_normal.jpg\"},\"truncated\":false,\"id\":173191846305075200,\"created_at\":\"Fri Feb 24 23:45:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3968000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "da4ad6c0-98fd-4386-975e-feb20de59a94-173191846305075200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ayé, j'utilise HeyTell. Mais je suis tout seul... #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1847864928/101221patricktwitterKloutandKred_normal.png" +}, +"title": "P*trick B*rr*bé 【ツ】™: Ayé, j'utilise HeyTell. Mais je suis tout seul... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3968000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ay\\u00e9, j'utilise HeyTell. Mais je suis tout seul... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[50,54]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191844442800129\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":371,\"screen_name\":\"barrabe\",\"lang\":\"en\",\"profile_text_color\":\"414141\",\"statuses_count\":13550,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/393962408\\/twitterfond.jpg\",\"location\":\"R\\u00e9union, Paris, Twitterverse\",\"show_all_inline_media\":false,\"listed_count\":174,\"profile_link_color\":\"505cc9\",\"followers_count\":1808,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1847864928\\/101221patricktwitterKloutandKred_normal.png\",\"description\":\"The second only person on Twitter who doesn\\u2019t claim to be a social media guru | \\u262e | \\u2642\\u03b1 | nerd with a social geek interface - RainMaker - aka @WebRoutard \\u9644\\u52a0\\u503c\\u7684\\u521b\\u9020\\u8005\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"7814772\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/393962408\\/twitterfond.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1847864928\\/101221patricktwitterKloutandKred_normal.png\",\"name\":\"P*trick B*rr*b\\u00e9 \\u3010\\u30c4\\u3011\\u2122\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 30 09:02:18 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":7814772,\"utc_offset\":3600,\"favourites_count\":216,\"url\":\"http:\\/\\/f\\u016bn.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191844442800129,\"created_at\":\"Fri Feb 24 23:45:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3968000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "52b750da-fe5d-43cb-8cab-bb7dfc2d2400-173191844442800129" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "c le bordel total au #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1143073505/41403_1088720440_8180_q_normal.jpg" +}, +"title": "yann : c le bordel total au #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3969000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"c le bordel total au #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191849664720897\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":114,\"screen_name\":\"yannosh51\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":695,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"location\":\"france\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"384040\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"description\":\"Gamer, retrogamer m\\u00eame et administrateur chez armagame pour le jeu atomic strike.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"165689120\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"name\":\"yann \",\"default_profile_image\":false,\"created_at\":\"Mon Jul 12 08:06:43 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":165689120,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/www.atomic-strike.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191849664720897,\"created_at\":\"Fri Feb 24 23:45:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3969000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a936a859-0a1c-4ae2-a786-4f315600f81f-173191849664720897" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Now, rediff de Lyon-Brive sur France 5. #lgw #cqui", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: Now, rediff de Lyon-Brive sur France 5. #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3970000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Now, rediff de Lyon-Brive sur France 5. #lgw #cqui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"cqui\",\"indices\":[45,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191856182665217\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1033,\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":3558,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"followers_count\":668,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"name\":\"Bastien Joseph\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":191087175,\"utc_offset\":null,\"favourites_count\":10,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191856182665217,\"created_at\":\"Fri Feb 24 23:45:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3970000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "be4a58b7-2548-496c-8b0b-8993dc542b61-173191856182665217" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cest un fake ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1818096044/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg" +}, +"title": "Δ+Δ: Cest un fake ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3970000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Cest un fake ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191856056832001\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"AbsolutePi\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":12873,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"000000\",\"followers_count\":142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"334108023\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"name\":\"\\u0394+\\u0394\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":334108023,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/footballanatomy.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191856056832001,\"created_at\":\"Fri Feb 24 23:45:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3970000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "078a2bac-6b78-42ea-afe2-a723be26230d-173191856056832001" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Ahem euh... #lgw Donc voilà voilà", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: RT @LeGrandWebze: Ahem euh... #lgw Donc voilà voilà", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3970000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Ahem euh... #lgw Donc voil\\u00e0 voil\\u00e0\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ahem euh... #lgw Donc voil\\u00e0 voil\\u00e0\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191766185480192\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3296,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1480,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173191766185480192,\"created_at\":\"Fri Feb 24 23:45:09 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191854827909120\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4895,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173191854827909120,\"created_at\":\"Fri Feb 24 23:45:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3970000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1f1744b0-467d-4883-b126-7b55d28d0a0c-173191854827909120" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bonne nuit et bonne émission #lgw et bonne chance au #cqui et aux #teams du #stadedefrance !", +"img": { +"src": "http://a0.twimg.com/profile_images/1747820307/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg" +}, +"title": "Marius: Bonne nuit et bonne émission #lgw et bonne chance au #cqui et aux #teams du #stadedefrance !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3971000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bonne nuit et bonne \\u00e9mission #lgw et bonne chance au #cqui et aux #teams du #stadedefrance !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]},{\"text\":\"cqui\",\"indices\":[53,58]},{\"text\":\"teams\",\"indices\":[66,72]},{\"text\":\"stadedefrance\",\"indices\":[76,90]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191859496169472\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":372,\"screen_name\":\"tatamirugby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":26636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":68,\"profile_link_color\":\"0084B4\",\"followers_count\":842,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"description\":\"Je parle de sport, supporter de rugby et du @RacingMetro92 , joueur au @RCGV92 , \\u00e9tudiant @HETIC en #H3 !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"27248204\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"name\":\"Marius\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 15:36:02 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":27248204,\"utc_offset\":3600,\"favourites_count\":50,\"url\":\"http:\\/\\/www.facebook.com\\/tatamirugby\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191859496169472,\"created_at\":\"Fri Feb 24 23:45:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3971000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0c02634-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2d6682a0-f05a-4648-9a44-8a067e3c306a-173191859496169472" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw #ausecourslachemise", +"img": { +"src": "http://a1.twimg.com/profile_images/1838462962/w314uSp6_normal" +}, +"title": "myPlanetarium: #ilpart #lgw #ausecourslachemise", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3972000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart #lgw #ausecourslachemise\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]},{\"text\":\"ausecourslachemise\",\"indices\":[13,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191862910332928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":268,\"screen_name\":\"my_Planetarium_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2853,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"La D\\u00e9fense\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":121,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\",\"description\":\"myplanetarium.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"302897276\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\",\"name\":\"myPlanetarium\",\"default_profile_image\":false,\"created_at\":\"Sat May 21 23:24:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":302897276,\"utc_offset\":3600,\"favourites_count\":124,\"url\":\"http:\\/\\/myplanetarium.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191862910332928,\"created_at\":\"Fri Feb 24 23:45:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3972000, +"tags": [ +{ +"id-ref": "f0c0466e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ac2efb61-f689-4ca7-820a-9f940678eaab-173191862910332928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche Ca y est, t'as lancé une générale... Tu vas les mettre en nocturne ? #cqui #lgw #StadedeFrance", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @LudoDelaherche Ca y est, t'as lancé une générale... Tu vas les mettre en nocturne ? #cqui #lgw #StadedeFrance", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3973000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LudoDelaherche Ca y est, t'as lanc\\u00e9 une g\\u00e9n\\u00e9rale... Tu vas les mettre en nocturne ? #cqui #lgw #StadedeFrance\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[85,90]},{\"text\":\"lgw\",\"indices\":[91,95]},{\"text\":\"StadedeFrance\",\"indices\":[96,110]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173191647478288384\",\"id_str\":\"173191867423395840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173191647478288384,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34446,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173191867423395840,\"created_at\":\"Fri Feb 24 23:45:33 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3973000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d527f2f6-bdb3-4cbc-a6e5-aa705924c722-173191867423395840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "MAIS LOL ???? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849067972/4413560C-7785-472A-B26C-A5EB7BB6F962_normal" +}, +"title": "Yhnn: MAIS LOL ???? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3973000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"MAIS LOL ???? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191866047676416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":237,\"screen_name\":\"kzz_\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":8386,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":27,\"profile_link_color\":\"00aaff\",\"followers_count\":604,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"description\":\"doing nothing takes work. \\/\\/\\/ Directeur du p\\u00f4le des pixels de l'espace at @GAMEONE\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"15801903\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380156028\\/1920X1080.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849067972\\/4413560C-7785-472A-B26C-A5EB7BB6F962_normal\",\"name\":\"Yhnn\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 10 22:12:55 +0000 2008\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":15801903,\"utc_offset\":3600,\"favourites_count\":52,\"url\":\"http:\\/\\/blog.gameone.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191866047676416,\"created_at\":\"Fri Feb 24 23:45:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3973000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c60568cb-3a4c-4c72-940f-50883020f2d1-173191866047676416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah les cons :) #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1809740458/yp6RTf3m_normal" +}, +"title": "Hêtre Absurde: Ah les cons :) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3974000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah les cons :) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191870837555200\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"GuillaumBr\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":314,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/330915258\\/geyser-geysir-islande.jpg\",\"location\":\"Tours\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1809740458\\/yp6RTf3m_normal\",\"description\":\"naissance:1986 - d\\u00e9c\\u00e8s: keep in touch. Je vous tweeterais!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"374241912\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/330915258\\/geyser-geysir-islande.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809740458\\/yp6RTf3m_normal\",\"name\":\"H\\u00eatre Absurde\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 15 23:40:39 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":374241912,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191870837555200,\"created_at\":\"Fri Feb 24 23:45:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3974000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "37c19b43-4427-4701-ab26-f02da3def1cf-173191870837555200" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oulalalalalala. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1835955438/DSC_0248_normal.JPG" +}, +"title": "Cassie: Oulalalalalala. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3974000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oulalalalalala. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191872100052992\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":127,\"screen_name\":\"AloneInBerlin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":21685,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432574132\\/tumblr_lzqx9fVDwi1qifyfco1_500.jpg\",\"location\":\"Avignon - Paris - Marseille \",\"show_all_inline_media\":true,\"listed_count\":20,\"profile_link_color\":\"e3495e\",\"followers_count\":232,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1835955438\\/DSC_0248_normal.JPG\",\"description\":\"Fille bizarre. J'aime bien l'\\u00eatre humain. Plus particuli\\u00e8rement son cerveau. Plus particuli\\u00e8rement ce qu'il se passe dans son cerveau. #TeamMademoiselle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"0a0a0a\",\"id_str\":\"201798580\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432574132\\/tumblr_lzqx9fVDwi1qifyfco1_500.jpg\",\"profile_sidebar_fill_color\":\"ebe8df\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835955438\\/DSC_0248_normal.JPG\",\"name\":\"Cassie\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 12 17:02:15 +0000 2010\",\"profile_sidebar_border_color\":\"0f0c0f\",\"id\":201798580,\"utc_offset\":3600,\"favourites_count\":748,\"url\":\"http:\\/\\/goodbyebadmorning.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191872100052992,\"created_at\":\"Fri Feb 24 23:45:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3974000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3bd0e77f-fc53-40c2-88cd-e3e94da3f854-173191872100052992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'était le bordel là dis donc #lgw :p", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: C'était le bordel là dis donc #lgw :p", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3975000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'\\u00e9tait le bordel l\\u00e0 dis donc #lgw :p\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191873798737922\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f2b87e\",\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":251,\"location\":\"Nantes\\/Cholet\",\"profile_text_color\":\"333333\",\"followers_count\":275,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"statuses_count\":6516,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Magalie Baudry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_fill_color\":\"f7a64a\",\"id\":172314328,\"follow_request_sent\":null,\"utc_offset\":-7200,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\"},\"truncated\":false,\"id\":173191873798737922,\"created_at\":\"Fri Feb 24 23:45:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3975000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f5e41041-74a7-4e8a-bf3a-cfb309ac92fd-173191873798737922" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze malgré tte l'admiration que je porte@Vinvin je capitule.#lgw ne tient pas ses promesses. C mou...dommage :(", +"img": { +"src": "http://a3.twimg.com/profile_images/1677119689/profil_FB_ok_normal.jpg" +}, +"title": "gaëlle Lepetit: @LeGrandWebze malgré tte l'admiration que je porte@Vinvin je capitule.#lgw ne tient pas ses promesses. C mou...dommage :(", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3975000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze malgr\\u00e9 tte l'admiration que je porte@Vinvin je capitule.#lgw ne tient pas ses promesses. C mou...dommage :(\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[70,74]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191875879112704\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"gaelletitepel\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":193,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":90,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1677119689\\/profil_FB_ok_normal.jpg\",\"description\":\"Redac chef du mag de la CCI Loiret.\",\"statuses_count\":45,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"407971394\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"ga\\u00eblle Lepetit\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Nov 08 20:13:25 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":407971394,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.loiret.cci.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1677119689\\/profil_FB_ok_normal.jpg\"},\"truncated\":false,\"id\":173191875879112704,\"created_at\":\"Fri Feb 24 23:45:35 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3975000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0a05216f-ad25-412d-af25-75f61af44efe-173191875879112704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Jim0PROFIT: #lgw Vinvin et l'humour...comment dire...c'est super grave", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Martial Le Sommer: RT @Jim0PROFIT: #lgw Vinvin et l'humour...comment dire...c'est super grave", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3975000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Jim0PROFIT: #lgw Vinvin et l'humour...comment dire...c'est super grave\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Jim0PROFIT\",\"indices\":[3,14],\"id_str\":\"18874683\",\"name\":\"Jim0PROFIT\",\"id\":18874683}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[16,20]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Vinvin et l'humour...comment dire...c'est super grave\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191554725449728\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":368,\"screen_name\":\"Jim0PROFIT\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4752,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"D02B55\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"description\":\"Consulting, Syst\\u00e8me administrateur, geekoophile, et tellement de choses qu'une journ\\u00e9e de 24H ne suffit plus!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"18874683\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"name\":\"Jim0PROFIT\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 11 18:26:59 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":18874683,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/choari.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191554725449728,\"created_at\":\"Fri Feb 24 23:44:19 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191874654384130\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":683,\"screen_name\":\"mlesomme\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":181,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":44,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"261239474\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"Martial Le Sommer\",\"default_profile_image\":true,\"created_at\":\"Sat Mar 05 15:01:42 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":261239474,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191874654384130,\"created_at\":\"Fri Feb 24 23:45:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3975000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8952f0a4-4565-490a-9fec-845836079375-173191874654384130" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw #ilpart #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1838462962/w314uSp6_normal" +}, +"title": "myPlanetarium: #ilpart #lgw #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3977000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilpart #lgw #ilpart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]},{\"text\":\"ilpart\",\"indices\":[13,20]},{\"text\":\"lgw\",\"indices\":[21,25]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191882300596224\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"my_Planetarium_\",\"lang\":\"fr\",\"favourites_count\":124,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":268,\"location\":\"La D\\u00e9fense\",\"profile_text_color\":\"333333\",\"followers_count\":121,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\",\"description\":\"myplanetarium.com\",\"statuses_count\":2854,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"302897276\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"myPlanetarium\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat May 21 23:24:01 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":302897276,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/myplanetarium.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\"},\"truncated\":false,\"id\":173191882300596224,\"created_at\":\"Fri Feb 24 23:45:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3977000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "54f6c126-4a8a-4780-b9a2-a4f31dcafc38-173191882300596224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Ahem euh... #lgw Donc voilà voilà", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: RT @LeGrandWebze: Ahem euh... #lgw Donc voilà voilà", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3977000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Ahem euh... #lgw Donc voil\\u00e0 voil\\u00e0\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191885265977345\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39035,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":590,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191885265977345,\"created_at\":\"Fri Feb 24 23:45:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3977000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a700c72c-03fa-45b6-86b6-7c9939bfec99-173191885265977345" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton pour le plus grand humoriste du Monde ! Sinon je vais te basher menu. @francoisrollin #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1476233426/lapavatar2_normal.png" +}, +"title": "LeLapin: #change2ton pour le plus grand humoriste du Monde ! Sinon je vais te basher menu. @francoisrollin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3978000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#change2ton pour le plus grand humoriste du Monde ! Sinon je vais te basher menu. @francoisrollin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[82,97],\"name\":\"rollin\",\"id_str\":\"369489076\",\"id\":369489076}],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[98,102]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191886398423040\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"4d4494\",\"screen_name\":\"LeLapin64\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"Anglet - France\",\"profile_text_color\":\"faf5fa\",\"followers_count\":71,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1476233426\\/lapavatar2_normal.png\",\"description\":\"M\\u00e9dias & Communication, Sciences & Technologies, Nouvelles Id\\u00e9es & Nouveaux Paradigmes, et tant d'autres choses... Tout \\u00e7a vu de la C\\u00f4te Basque.\",\"statuses_count\":1139,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/378912273\\/hs-2008-34-a-1280x960_wallpaper.jpg\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"8c97fa\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000305\",\"protected\":false,\"id_str\":\"229050093\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"LeLapin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378912273\\/hs-2008-34-a-1280x960_wallpaper.jpg\",\"created_at\":\"Tue Dec 21 11:21:56 +0000 2010\",\"profile_sidebar_fill_color\":\"77718a\",\"id\":229050093,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/lelapin64.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1476233426\\/lapavatar2_normal.png\"},\"truncated\":false,\"id\":173191886398423040,\"created_at\":\"Fri Feb 24 23:45:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3978000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "52bfe79b-b63e-4525-902f-90c4440110cd-173191886398423040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "QOTD : \"Chuis un mec du web, moi\" #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1841029880/gangstacat6ze46f4ze6f4z6e84_normal.jpg" +}, +"title": "Brice R.: QOTD : \"Chuis un mec du web, moi\" #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3978000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"QOTD : \\\"Chuis un mec du web, moi\\\" #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191888466223106\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"brice_r_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2377,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"description\":\"#G\\u00e9meaux #DoublePersonnalit\\u00e9 \\r\\nParce que la vie priv\\u00e9e ne sert pas uniquement \\u00e0 cacher des d\\u00e9lits et des crimes.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Copenhagen\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"15512436\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"name\":\"Brice R.\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 21 08:09:24 +0000 2008\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":15512436,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"https:\\/\\/www.eff.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191888466223106,\"created_at\":\"Fri Feb 24 23:45:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3978000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cc7d93da-1142-4bcb-933b-a8b546e76f1d-173191888466223106" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Superbe fin ! Le Carlton. #lgw :) #IlReste", +"img": { +"src": "http://a3.twimg.com/profile_images/1612866761/2222_normal.jpg" +}, +"title": "makina: Superbe fin ! Le Carlton. #lgw :) #IlReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3979000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Superbe fin ! Le Carlton. #lgw :) #IlReste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]},{\"text\":\"IlReste\",\"indices\":[34,42]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191893386145792\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"makina37\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"description\":\"\",\"statuses_count\":14,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"351529067\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"makina\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 09 11:20:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":351529067,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\"},\"truncated\":false,\"id\":173191893386145792,\"created_at\":\"Fri Feb 24 23:45:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3979000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0328fad0-4983-474c-b729-7877c1a14952-173191893386145792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@palmashow en animateur de #LGW ce serait bien", +"img": { +"src": "http://a2.twimg.com/profile_images/878534653/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg" +}, +"title": "CLeM' KuSaLa: @palmashow en animateur de #LGW ce serait bien", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3979000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@palmashow en animateur de #LGW ce serait bien\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[0,10],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[27,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191890559180800\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"23782965\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"clem_kusala\",\"lang\":\"fr\",\"profile_text_color\":\"a8a3a8\",\"statuses_count\":241,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"location\":\"Roquetaillade\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"000608\",\"followers_count\":47,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"92309575\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/55723775\\/bg.jpg\",\"profile_sidebar_fill_color\":\"111e24\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/878534653\\/12295_1361669484079_1301823608_1027574_7750068_n_normal.jpg\",\"name\":\"CLeM' KuSaLa\",\"default_profile_image\":false,\"created_at\":\"Tue Nov 24 16:35:40 +0000 2009\",\"profile_sidebar_border_color\":\"15191f\",\"id\":92309575,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/karma-kusala.com\"},\"in_reply_to_screen_name\":\"palmashow\",\"truncated\":false,\"id\":173191890559180800,\"created_at\":\"Fri Feb 24 23:45:39 +0000 2012\",\"in_reply_to_user_id\":23782965}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3979000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ab8ebb2d-2db0-49f8-8d2e-b9c383cd38b1-173191890559180800" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais ça part en couille #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1836584093/image_normal.jpg" +}, +"title": "Mims Wabs Larax: Mais ça part en couille #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3979000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais \\u00e7a part en couille #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191890647257089\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":977,\"screen_name\":\"LadyGoule\",\"lang\":\"fr\",\"profile_text_color\":\"0f0e0f\",\"statuses_count\":28314,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/392693670\\/twilk_background_4f0088a2a8656.jpg\",\"location\":\"Purgatoire\",\"show_all_inline_media\":true,\"listed_count\":87,\"profile_link_color\":\"992b4f\",\"followers_count\":1994,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1836584093\\/image_normal.jpg\",\"description\":\"Ma vie est basee sur une histoire vraie. Entre mes enfants, mon mari et mes passions, je me retrouve...Je reste polie, restez-le aussi! CM @Mehdicis #MLQ\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"ffffff\",\"id_str\":\"50454478\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/392693670\\/twilk_background_4f0088a2a8656.jpg\",\"profile_sidebar_fill_color\":\"eff7ea\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836584093\\/image_normal.jpg\",\"name\":\"Mims Wabs Larax\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 24 21:55:30 +0000 2009\",\"profile_sidebar_border_color\":\"edf5e9\",\"id\":50454478,\"utc_offset\":0,\"favourites_count\":64,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191890647257089,\"created_at\":\"Fri Feb 24 23:45:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3979000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "02c13329-7fe6-4de3-86d3-0d38a6abee10-173191890647257089" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "je viens de faire vraiment cette tete O_o devant #lgw (véridique)", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: je viens de faire vraiment cette tete O_o devant #lgw (véridique)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3979000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"je viens de faire vraiment cette tete O_o devant #lgw (v\\u00e9ridique)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191893100920832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":886,\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":33194,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Pau\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"name\":\"Aur\\u00e9lien\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14321671,\"utc_offset\":3600,\"favourites_count\":140,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191893100920832,\"created_at\":\"Fri Feb 24 23:45:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3979000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1233e45d-b325-42c8-b0d4-2f95b7523a26-173191893100920832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1730660632/image_normal.jpg" +}, +"title": "Delcourt A: #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3981000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191898603851776\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":264,\"screen_name\":\"stoumou\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":273,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":42,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1730660632\\/image_normal.jpg\",\"description\":\"Expert comptable. A l'affut de l'actualit\\u00e9 fiscale, de l'esprit rugby et des valeurs humanistes\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"199226065\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1730660632\\/image_normal.jpg\",\"name\":\"Delcourt A\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 06 10:18:46 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":199226065,\"utc_offset\":null,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191898603851776,\"created_at\":\"Fri Feb 24 23:45:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3981000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df75fd6f-e250-41bc-bf3f-71c7c46e081b-173191898603851776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Putain mais #change2ton quoi ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1842982735/princesse_normal.jpg" +}, +"title": "Sylvain Sanders: Putain mais #change2ton quoi ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3981000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Putain mais #change2ton quoi ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[12,23]},{\"text\":\"lgw\",\"indices\":[31,35]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/hotot.org\\\" rel=\\\"nofollow\\\"\\u003EHotot\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191900621312001\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"20183F\",\"screen_name\":\"elTouristio\",\"lang\":\"en\",\"favourites_count\":62,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":104,\"location\":\"Au pied d'un arc-en-ciel.\",\"profile_text_color\":\"CEC79B\",\"followers_count\":515,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\",\"description\":\"Je ne suis que joie, amour, bonheur et chaleur dans mon c\\u0153ur. #TeamLumbagos #TeamAbats\",\"statuses_count\":35535,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"show_all_inline_media\":true,\"listed_count\":57,\"profile_link_color\":\"8C7679\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FBEBB8\",\"protected\":false,\"id_str\":\"37389744\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Sylvain Sanders\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/397435794\\/xad35b045a7ffea650aad191a83fdd39.png\",\"created_at\":\"Sun May 03 08:39:57 +0000 2009\",\"profile_sidebar_fill_color\":\"46284E\",\"id\":37389744,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/flavors.me\\/eltouristio\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842982735\\/princesse_normal.jpg\"},\"truncated\":false,\"id\":173191900621312001,\"created_at\":\"Fri Feb 24 23:45:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3981000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c29de5b1-7dea-485c-ad38-1f41aefe47e4-173191900621312001" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Change2ton #lgw NahMéOh", +"img": { +"src": "http://a3.twimg.com/profile_images/1802232284/Capture_d__cran_2012-02-04___01.15.52_normal.png" +}, +"title": "Marion: #Change2ton #lgw NahMéOh", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3981000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#Change2ton #lgw NahM\\u00e9Oh\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191900088639488\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"FFFFFF\",\"screen_name\":\"iiioon\",\"lang\":\"en\",\"favourites_count\":47,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":186,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":104,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\",\"description\":\"Accro aux s\\u00e9ries et \\u00e0 l'humour. HeroCorpienne. \\r\\nEt pourquoi faire aujourd'hui c'que j'pourrai faire demain ?\",\"statuses_count\":11593,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"BF1238\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BF1238\",\"protected\":false,\"id_str\":\"39847706\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marion\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme20\\/bg.png\",\"created_at\":\"Wed May 13 21:57:02 +0000 2009\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"id\":39847706,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802232284\\/Capture_d__cran_2012-02-04___01.15.52_normal.png\"},\"truncated\":false,\"id\":173191900088639488,\"created_at\":\"Fri Feb 24 23:45:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3981000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "682d3b1b-ee49-4105-80ee-5763ca272f3b-173191900088639488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La V4 de #lgw est de l'ordre de la performance artistique/humoristique ! @vinvin", +"img": { +"src": "http://a3.twimg.com/profile_images/1794583178/Virginie_Spies_photo_studio_normal.jpg" +}, +"title": "Virginie Spies: La V4 de #lgw est de l'ordre de la performance artistique/humoristique ! @vinvin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3982000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La V4 de #lgw est de l'ordre de la performance artistique\\/humoristique ! @vinvin\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[73,80],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191906329772032\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1837,\"screen_name\":\"semioblog\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":19754,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/12678863\\/mireTV.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":250,\"profile_link_color\":\"FF0000\",\"followers_count\":4602,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1794583178\\/Virginie_Spies_photo_studio_normal.jpg\",\"description\":\"Researcher. Ma\\u00eetre de Conf\\u00e9rences - S\\u00e9miologue - Sp\\u00e9cialiste des m\\u00e9dias audiovisuels. Analyste des m\\u00e9dias, de la t\\u00e9l\\u00e9vision, r\\u00e9seaux sociaux et presse people.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"10078802\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/12678863\\/mireTV.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1794583178\\/Virginie_Spies_photo_studio_normal.jpg\",\"name\":\"Virginie Spies\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 08 21:08:31 +0000 2007\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":10078802,\"utc_offset\":3600,\"favourites_count\":39,\"url\":\"http:\\/\\/www.semiologie-television.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191906329772032,\"created_at\":\"Fri Feb 24 23:45:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3982000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cfa52d07-d4b6-4eef-8927-b52e68ca8262-173191906329772032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @embruns: Une émission qui parle d'ACTA et bloque son flux ? C'est où la logique ? cc @France5tv @Vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1850427609/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal" +}, +"title": "amnesicmercury: RT @embruns: Une émission qui parle d'ACTA et bloque son flux ? C'est où la logique ? cc @France5tv @Vinvin #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3982000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @embruns: Une \\u00e9mission qui parle d'ACTA et bloque son flux ? C'est o\\u00f9 la logique ? cc @France5tv @Vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"embruns\",\"indices\":[3,11],\"id_str\":\"6241412\",\"name\":\"Laurent Gloaguen\",\"id\":6241412},{\"screen_name\":\"France5tv\",\"indices\":[89,99],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487},{\"screen_name\":\"Vinvin\",\"indices\":[100,107],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[108,112]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Une \\u00e9mission qui parle d'ACTA et bloque son flux ? C'est o\\u00f9 la logique ? cc @France5tv @Vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[76,86],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487},{\"screen_name\":\"Vinvin\",\"indices\":[87,94],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173190479788244992\",\"id_str\":\"173191594885914625\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173190479788244992,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":563,\"screen_name\":\"embruns\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":21945,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Montr\\u00e9al, Qc, Canada\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"followers_count\":4828,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"8c887c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"name\":\"Laurent Gloaguen\",\"default_profile_image\":false,\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_border_color\":\"7a7768\",\"id\":6241412,\"utc_offset\":-18000,\"favourites_count\":29,\"url\":\"http:\\/\\/embruns.net\\/\"},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173191594885914625,\"created_at\":\"Fri Feb 24 23:44:28 +0000 2012\",\"in_reply_to_user_id\":7223522},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191903435698176\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":355,\"screen_name\":\"amnesicmercury\",\"lang\":\"en\",\"profile_text_color\":\"485C3A\",\"statuses_count\":6668,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413071977\\/x47753175a3e5ec841493b005971cc32.jpg\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"618238\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850427609\\/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal\",\"description\":\"If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"16603797\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413071977\\/x47753175a3e5ec841493b005971cc32.jpg\",\"profile_sidebar_fill_color\":\"060A00\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850427609\\/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal\",\"name\":\"amnesicmercury\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 05 17:41:52 +0000 2008\",\"profile_sidebar_border_color\":\"204207\",\"id\":16603797,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/about.me\\/guillaumel\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191903435698176,\"created_at\":\"Fri Feb 24 23:45:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3982000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "648b77f3-cb82-4419-bbf9-3e320d62fc8c-173191903435698176" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Parler de tout et de rien, c'est bien... mais qu'en est-il des VRAIES causes ? #K4Kouign ! http://t.co/KvOC2J9S #lgw @LeGrandWebze", +"img": { +"src": "http://a0.twimg.com/profile_images/1695493545/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png" +}, +"title": "StevenLeRoux: Parler de tout et de rien, c'est bien... mais qu'en est-il des VRAIES causes ? #K4Kouign ! http://t.co/KvOC2J9S #lgw @LeGrandWebze", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3983000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Parler de tout et de rien, c'est bien... mais qu'en est-il des VRAIES causes ? #K4Kouign ! http:\\/\\/t.co\\/KvOC2J9S #lgw @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[118,131],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[{\"indices\":[92,112],\"expanded_url\":\"http:\\/\\/www.k4kouign.eu\",\"display_url\":\"k4kouign.eu\",\"url\":\"http:\\/\\/t.co\\/KvOC2J9S\"}],\"hashtags\":[{\"text\":\"K4Kouign\",\"indices\":[79,88]},{\"text\":\"lgw\",\"indices\":[113,117]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191910079467520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":306,\"screen_name\":\"StevenLeRoux\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":4452,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Ask my GoogleLatitude\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"followers_count\":266,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"14985358\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"name\":\"StevenLeRoux\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 02 21:29:20 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14985358,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/steven.le-roux.info\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191910079467520,\"created_at\":\"Fri Feb 24 23:45:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3983000, +"tags": [ +{ +"id-ref": "f0c285f0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "77f5e016-1d36-4813-b776-fec6124b7ee0-173191910079467520" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "- this is the reason i hate girls Jaheim #lgw Ryan Braun's http://t.co/fRcsYdh0 test it", +"img": { +"src": "http://a0.twimg.com/profile_images/1850995286/mzl.mpmiofhn.480x480-75_normal.jpg" +}, +"title": "Christy Liggons: - this is the reason i hate girls Jaheim #lgw Ryan Braun's http://t.co/fRcsYdh0 test it", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3983000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"- this is the reason i hate girls Jaheim #lgw Ryan Braun's http:\\/\\/t.co\\/fRcsYdh0 test it\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[59,79],\"expanded_url\":\"http:\\/\\/tiny.cc\\/1zt8i\",\"display_url\":\"tiny.cc\\/1zt8i\",\"url\":\"http:\\/\\/t.co\\/fRcsYdh0\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191908506611712\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"Christyxdfxx\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850995286\\/mzl.mpmiofhn.480x480-75_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502041375\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850995286\\/mzl.mpmiofhn.480x480-75_normal.jpg\",\"name\":\"Christy Liggons\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 24 19:05:05 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502041375,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191908506611712,\"created_at\":\"Fri Feb 24 23:45:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3983000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "74aa45a2-b958-43ce-81ca-ba119d6bda64-173191908506611712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @HeLLuby: Mes amoureux du Palmashow <3 #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1830059007/Upload_normal.jpg" +}, +"title": "Linda Sàmà: RT @HeLLuby: Mes amoureux du Palmashow <3 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3983000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @HeLLuby: Mes amoureux du Palmashow <3 #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"HeLLuby\",\"indices\":[3,11],\"name\":\"Curiosity \\u2620 the cat.\",\"id_str\":\"27427320\",\"id\":27427320}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[45,49]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Mes amoureux du Palmashow <3 #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191632219406338\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"caeef7\",\"screen_name\":\"HeLLuby\",\"lang\":\"fr\",\"favourites_count\":508,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"Paris, FR.\",\"profile_text_color\":\"ffe3ec\",\"followers_count\":459,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1830077317\\/T_as_raison_peut-_tre_qu_en_agrandissant_t_aurais_vu_mes_seins_surtout_sachant_que_je_suis_de_dos_normal.jpg\",\"description\":\"J'aime bien faire des bruits bizarres avec ma bouche. Enfant cach\\u00e9e du Socially Awkward Penguin et de l'Anxiety Cat. #Keur les roux. #HOULOULOU\",\"statuses_count\":15113,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433311126\\/tumblr_lgj40nCcF31qd0ozlo1_500.jpg\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"b6f5cf\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"27427320\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Curiosity \\u2620 the cat.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433311126\\/tumblr_lgj40nCcF31qd0ozlo1_500.jpg\",\"created_at\":\"Sun Mar 29 13:59:33 +0000 2009\",\"profile_sidebar_fill_color\":\"fffbed\",\"id\":27427320,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/flavors.me\\/helluby\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830077317\\/T_as_raison_peut-_tre_qu_en_agrandissant_t_aurais_vu_mes_seins_surtout_sachant_que_je_suis_de_dos_normal.jpg\"},\"truncated\":false,\"id\":173191632219406338,\"created_at\":\"Fri Feb 24 23:44:37 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191909177692160\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5b51e8\",\"screen_name\":\"LinoaHeartily\",\"lang\":\"fr\",\"favourites_count\":10,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":83,\"location\":\"\",\"profile_text_color\":\"d632d6\",\"followers_count\":72,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1830059007\\/Upload_normal.jpg\",\"description\":\"Geek \\u00e0 temps partiel.\",\"statuses_count\":2378,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425561656\\/luiki.jpg\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"bb85ed\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"356914973\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Linda S\\u00e0m\\u00e0\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425561656\\/luiki.jpg\",\"created_at\":\"Wed Aug 17 15:22:39 +0000 2011\",\"profile_sidebar_fill_color\":\"ebc1eb\",\"id\":356914973,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830059007\\/Upload_normal.jpg\"},\"truncated\":false,\"id\":173191909177692160,\"created_at\":\"Fri Feb 24 23:45:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3983000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0ca926d8-4b1a-413a-8159-7737f6d118ab-173191909177692160" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1729341771/lille_paneau_entree_ville_normal.jpg" +}, +"title": "Fred-Lille: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3983000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191910796689410\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":267,\"screen_name\":\"Fred_lille59\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5432,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/192748407\\/lille_paneau_entree_ville.jpg\",\"location\":\"Lille\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":505,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1729341771\\/lille_paneau_entree_ville_normal.jpg\",\"description\":\"Regarde beaucoup trop la t\\u00e9l\\u00e9\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"237811337\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/192748407\\/lille_paneau_entree_ville.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1729341771\\/lille_paneau_entree_ville_normal.jpg\",\"name\":\"Fred-Lille\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 13 17:52:53 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":237811337,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/fred-lille.blogs.nouvelobs.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191910796689410,\"created_at\":\"Fri Feb 24 23:45:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3983000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8fdd3d8d-f036-4188-b12d-98e99e14d3ca-173191910796689410" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'aime bien ce #lgw\nDonc #ilReste", +"img": { +"src": "http://a0.twimg.com/profile_images/555747314/luciola_normal.jpg" +}, +"title": "Luciole: J'aime bien ce #lgw\nDonc #ilReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3984000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'aime bien ce #lgw\\nDonc #ilReste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[15,19]},{\"text\":\"ilReste\",\"indices\":[25,33]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191914340888578\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"LucioleAnteater\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":42,\"location\":\"Paris - France\",\"profile_text_color\":\"333333\",\"followers_count\":61,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/555747314\\/luciola_normal.jpg\",\"description\":\"Furry French Anteater Yay\",\"statuses_count\":359,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"94196730\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Luciole\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Wed Dec 02 22:54:54 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":94196730,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/555747314\\/luciola_normal.jpg\"},\"truncated\":false,\"id\":173191914340888578,\"created_at\":\"Fri Feb 24 23:45:44 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3984000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6796410e-61a6-401f-9aee-48dac92634f4-173191914340888578" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais #lgw #change2ton", +"img": { +"src": "http://a3.twimg.com/profile_images/1817837448/WP_moi2_nb_normal.jpg" +}, +"title": "Mega Luigi: Mais #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3985000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais #lgw #change2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]},{\"text\":\"change2ton\",\"indices\":[10,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191918459686913\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":478,\"screen_name\":\"MegaLuigi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27218,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"49.402051,1.177822\",\"show_all_inline_media\":true,\"listed_count\":20,\"profile_link_color\":\"0084B4\",\"followers_count\":598,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1817837448\\/WP_moi2_nb_normal.jpg\",\"description\":\"Je m'appelle Mega Luigi, mais je prends toujours Yoshi \\u00e0 Mario Kart.\",\"is_translator\":true,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"5378212\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817837448\\/WP_moi2_nb_normal.jpg\",\"name\":\"Mega Luigi\",\"default_profile_image\":false,\"created_at\":\"Sat Apr 21 12:03:30 +0000 2007\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":5378212,\"utc_offset\":3600,\"favourites_count\":280,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191918459686913,\"created_at\":\"Fri Feb 24 23:45:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3985000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ea254812-2035-49ae-afd3-f82264ead198-173191918459686913" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ce bordel... #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "alexandre haenel: Ce bordel... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3986000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ce bordel... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191920904970240\",\"user\":{\"default_profile_image\":true,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"alexandrehaenel\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":7,\"location\":null,\"profile_text_color\":\"333333\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"description\":null,\"statuses_count\":0,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"502216946\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"alexandre haenel\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Feb 24 22:52:28 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":502216946,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\"},\"truncated\":false,\"id\":173191920904970240,\"created_at\":\"Fri Feb 24 23:45:46 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3986000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9406b901-6d4b-4769-bf8e-5a5a3f9c3b77-173191920904970240" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La bastion générale :D #lgw Mais Rollin reste quand même #ilreste", +"img": { +"src": "http://a1.twimg.com/profile_images/1163347850/kolya_avatar_normal.jpg" +}, +"title": "Florian Descamps: La bastion générale :D #lgw Mais Rollin reste quand même #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3986000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La bastion g\\u00e9n\\u00e9rale :D #lgw Mais Rollin reste quand m\\u00eame #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]},{\"text\":\"ilreste\",\"indices\":[57,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191922272309248\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":186,\"screen_name\":\"KolyaFR\",\"lang\":\"fr\",\"profile_text_color\":\"1d1d1b\",\"statuses_count\":556,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/169909759\\/IMG_3376.jpg\",\"location\":\"Lille\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"9d592e\",\"followers_count\":76,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1163347850\\/kolya_avatar_normal.jpg\",\"description\":\"Photographe ind\\u00e9pendant.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"1d1d1b\",\"id_str\":\"109725925\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/169909759\\/IMG_3376.jpg\",\"profile_sidebar_fill_color\":\"cccccc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1163347850\\/kolya_avatar_normal.jpg\",\"name\":\"Florian Descamps\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 30 01:46:30 +0000 2010\",\"profile_sidebar_border_color\":\"1d1d1b\",\"id\":109725925,\"utc_offset\":3600,\"favourites_count\":6,\"url\":\"http:\\/\\/www.kolya.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191922272309248,\"created_at\":\"Fri Feb 24 23:45:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3986000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8e83eedf-90eb-4812-b4c7-82753fdaa151-173191922272309248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hacker la télé à coup de tweet, l'espace public ouvert avec une bonne dose d'auto-dérision #lgw #IlReste", +"img": { +"src": "http://a1.twimg.com/profile_images/1651019699/Xof_normal" +}, +"title": "Monnet: Hacker la télé à coup de tweet, l'espace public ouvert avec une bonne dose d'auto-dérision #lgw #IlReste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3987000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Hacker la t\\u00e9l\\u00e9 \\u00e0 coup de tweet, l'espace public ouvert avec une bonne dose d'auto-d\\u00e9rision #lgw #IlReste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[91,95]},{\"text\":\"IlReste\",\"indices\":[96,104]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191926978314242\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":959,\"screen_name\":\"cmonnet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2218,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/4811348\\/LabelBete2008_037.jpg\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":91,\"profile_link_color\":\"0084B4\",\"followers_count\":1035,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1651019699\\/Xof_normal\",\"description\":\"Veille et usages du net, art num\\u00e9rique, transmission de savoir, responsable projets et productions au Centre Erasme\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"21843141\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/4811348\\/LabelBete2008_037.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1651019699\\/Xof_normal\",\"name\":\"Monnet\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 25 06:34:11 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":21843141,\"utc_offset\":3600,\"favourites_count\":237,\"url\":\"http:\\/\\/www.erasme.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191926978314242,\"created_at\":\"Fri Feb 24 23:45:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3987000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9c4bb104-8fb6-4a26-9f9e-0d0046f822f7-173191926978314242" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ahah putain je l'avais dit ! https://t.co/SXd4e2iE #lgw #dsk", +"img": { +"src": "http://a0.twimg.com/profile_images/1836489540/humanrage1_normal.jpg" +}, +"title": "Androids: Ahah putain je l'avais dit ! https://t.co/SXd4e2iE #lgw #dsk", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3989000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Ahah putain je l'avais dit ! https:\\/\\/t.co\\/SXd4e2iE #lgw #dsk\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[29,50],\"expanded_url\":\"https:\\/\\/twitter.com\\/#!\\/Androids974\\/status\\/173186734530625536\",\"display_url\":\"twitter.com\\/#!\\/Androids974\\u2026\",\"url\":\"https:\\/\\/t.co\\/SXd4e2iE\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]},{\"text\":\"dsk\",\"indices\":[56,60]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191935756996608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"Androids974\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1507,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":69,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"description\":\"Spectateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"id_str\":\"58974537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"name\":\"Androids\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 22 00:25:26 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":58974537,\"utc_offset\":null,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191935756996608,\"created_at\":\"Fri Feb 24 23:45:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3989000, +"tags": [ +{ +"id-ref": "f022f97c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b5c3468f-0fe2-43c9-bb2e-c0a14d98e724-173191935756996608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La @elTouristio si tu te vois pas t'es vraiment une merde sans nom #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1652615368/Anbastom_normal.jpg" +}, +"title": "Anbastom: La @elTouristio si tu te vois pas t'es vraiment une merde sans nom #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3990000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"La @elTouristio si tu te vois pas t'es vraiment une merde sans nom #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"elTouristio\",\"indices\":[3,15],\"name\":\"Sylvain Sanders\",\"id_str\":\"37389744\",\"id\":37389744}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[67,71]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191936558116864\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Anbastom\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":169,\"location\":\"72\",\"profile_text_color\":\"333333\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\",\"description\":\"#TeamLumbago \\/\\/ Un jour j'ai cru que j'etais intelligente mais en fait...NON.\",\"statuses_count\":9005,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"72400860\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Anbastom\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Sep 07 22:34:23 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":72400860,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\"},\"truncated\":false,\"id\":173191936558116864,\"created_at\":\"Fri Feb 24 23:45:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3990000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "90ce04eb-e7e9-427e-b304-1b2125174b73-173191936558116864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw mais comment faites vous pour garder votre sérieux ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1817746719/tetocarre__1__normal.jpg" +}, +"title": "Noa M. Sanzo: #lgw mais comment faites vous pour garder votre sérieux ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3990000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw mais comment faites vous pour garder votre s\\u00e9rieux ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191937371807744\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"NoaMSanzo\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":89,\"location\":\"L\\u00e0 o\\u00f9 je dois \\u00eatre\",\"profile_text_color\":\"333333\",\"followers_count\":25,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1817746719\\/tetocarre__1__normal.jpg\",\"description\":\"Perdu dans l'univers entre l'infiniment grand et l'infiniment petit.\",\"statuses_count\":498,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/356217196\\/19258835.4.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"369706878\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Noa M. Sanzo\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/356217196\\/19258835.4.jpg\",\"created_at\":\"Wed Sep 07 20:16:58 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":369706878,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817746719\\/tetocarre__1__normal.jpg\"},\"truncated\":false,\"id\":173191937371807744,\"created_at\":\"Fri Feb 24 23:45:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3990000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5724715a-48d5-4a98-a290-95193c53e73d-173191937371807744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1794583178/Virginie_Spies_photo_studio_normal.jpg" +}, +"title": "Virginie Spies: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3991000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191942367223808\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"65B0DA\",\"screen_name\":\"semioblog\",\"lang\":\"fr\",\"favourites_count\":39,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1837,\"location\":\"France\",\"profile_text_color\":\"3D1957\",\"followers_count\":4602,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1794583178\\/Virginie_Spies_photo_studio_normal.jpg\",\"description\":\"Researcher. Ma\\u00eetre de Conf\\u00e9rences - S\\u00e9miologue - Sp\\u00e9cialiste des m\\u00e9dias audiovisuels. Analyste des m\\u00e9dias, de la t\\u00e9l\\u00e9vision, r\\u00e9seaux sociaux et presse people.\",\"statuses_count\":19755,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/12678863\\/mireTV.jpg\",\"show_all_inline_media\":false,\"listed_count\":250,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"protected\":false,\"id_str\":\"10078802\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Virginie Spies\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/12678863\\/mireTV.jpg\",\"created_at\":\"Thu Nov 08 21:08:31 +0000 2007\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"id\":10078802,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.semiologie-television.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1794583178\\/Virginie_Spies_photo_studio_normal.jpg\"},\"truncated\":false,\"id\":173191942367223808,\"created_at\":\"Fri Feb 24 23:45:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3991000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f8ad5086-7c64-404c-aaa2-ac7d5daa2be5-173191942367223808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rendez-nous Michelle Blanc!!! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1720153007/Av_normal.png" +}, +"title": "La Pintade: Rendez-nous Michelle Blanc!!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3994000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rendez-nous Michelle Blanc!!! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191956460089345\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":73,\"screen_name\":\"mx225\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":33,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/412483178\\/00031550-photo-wooden-floor-mac-ray.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"5161b3\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1720153007\\/Av_normal.png\",\"description\":\"A very little grumpy fowl.\\u2256_\\u2256\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"300258461\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412483178\\/00031550-photo-wooden-floor-mac-ray.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1720153007\\/Av_normal.png\",\"name\":\"La Pintade\",\"default_profile_image\":false,\"created_at\":\"Tue May 17 13:29:04 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":300258461,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191956460089345,\"created_at\":\"Fri Feb 24 23:45:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3994000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d7c7cee1-0f21-459c-937b-e4370dd1c336-173191956460089345" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon, je me fais chier. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836394665/tn__2__normal.jpg" +}, +"title": "Caro ツ: Bon, je me fais chier. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3994000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon, je me fais chier. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191956904685568\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"Kawoot\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1522,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"CC3366\",\"followers_count\":86,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836394665\\/tn__2__normal.jpg\",\"description\":\"\\u00ab Kawoot \\u00bb - 19 ans, \\u00e9tudiante en Management. Voue un culte aux chats et \\u00e0 Nintendo !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"id_str\":\"60894052\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836394665\\/tn__2__normal.jpg\",\"name\":\"Caro \\u30c4\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 28 12:49:03 +0000 2009\",\"profile_sidebar_border_color\":\"DBE9ED\",\"id\":60894052,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/nintendo-difference.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191956904685568,\"created_at\":\"Fri Feb 24 23:45:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3994000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "db90dd08-b9b3-41db-8f68-f4659d9dc154-173191956904685568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "take me from the pain. haha. how crazy #lgw Happy Birthday Steve Jobs #YouKnowSheRatchetIf Ryan Braun http://t.co/fRcsYdh0 find out about it", +"img": { +"src": "http://a0.twimg.com/profile_images/1850995286/mzl.mpmiofhn.480x480-75_normal.jpg" +}, +"title": "Christy Liggons: take me from the pain. haha. how crazy #lgw Happy Birthday Steve Jobs #YouKnowSheRatchetIf Ryan Braun http://t.co/fRcsYdh0 find out about it", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3994000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"take me from the pain. haha. how crazy #lgw Happy Birthday Steve Jobs #YouKnowSheRatchetIf Ryan Braun http:\\/\\/t.co\\/fRcsYdh0 find out about it\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[102,122],\"expanded_url\":\"http:\\/\\/tiny.cc\\/1zt8i\",\"display_url\":\"tiny.cc\\/1zt8i\",\"url\":\"http:\\/\\/t.co\\/fRcsYdh0\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]},{\"text\":\"YouKnowSheRatchetIf\",\"indices\":[70,90]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191953180131328\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"Christyxdfxx\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850995286\\/mzl.mpmiofhn.480x480-75_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502041375\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850995286\\/mzl.mpmiofhn.480x480-75_normal.jpg\",\"name\":\"Christy Liggons\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 24 19:05:05 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502041375,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191953180131328,\"created_at\":\"Fri Feb 24 23:45:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3994000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0bdf008-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ebddcc75-6978-4af2-a0b8-80fc69d51849-173191953180131328" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin, #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart du #LGW!", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Rollin, #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart du #LGW!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3995000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Rollin, #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart du #LGW!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"IlPart\",\"indices\":[8,15]},{\"text\":\"IlPart\",\"indices\":[16,23]},{\"text\":\"IlPart\",\"indices\":[24,31]},{\"text\":\"IlPart\",\"indices\":[32,39]},{\"text\":\"IlPart\",\"indices\":[40,47]},{\"text\":\"IlPart\",\"indices\":[48,55]},{\"text\":\"IlPart\",\"indices\":[56,63]},{\"text\":\"IlPart\",\"indices\":[64,71]},{\"text\":\"IlPart\",\"indices\":[72,79]},{\"text\":\"IlPart\",\"indices\":[80,87]},{\"text\":\"IlPart\",\"indices\":[88,95]},{\"text\":\"IlPart\",\"indices\":[96,103]},{\"text\":\"IlPart\",\"indices\":[104,111]},{\"text\":\"IlPart\",\"indices\":[112,119]},{\"text\":\"IlPart\",\"indices\":[120,127]},{\"text\":\"LGW\",\"indices\":[131,135]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191960801198081\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4894,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173191960801198081,\"created_at\":\"Fri Feb 24 23:45:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3995000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9580f317-06b0-475f-96c2-d60926010d8e-173191960801198081" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#oulala ... C pas drôle ce faux sketch #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1792181403/berengere2_normal.jpg" +}, +"title": "BéToutSimplement !: #oulala ... C pas drôle ce faux sketch #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3995000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#oulala ... C pas dr\\u00f4le ce faux sketch #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"oulala\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[40,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191957458337792\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"belassalle\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":625,\"location\":\"Lyon\",\"profile_text_color\":\"333333\",\"followers_count\":294,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792181403\\/berengere2_normal.jpg\",\"description\":\"Un peu de fra\\u00eecheur, un brin de vitalit\\u00e9 qui cherche dans le graphisme, la pub, les m\\u00e9dias et la communication un emploi sur LYON !!\",\"statuses_count\":4258,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/299176574\\/fond_4.jpg\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"117826061\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"B\\u00e9ToutSimplement !\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/299176574\\/fond_4.jpg\",\"created_at\":\"Fri Feb 26 18:58:41 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":117826061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/berengere-lassalle\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792181403\\/berengere2_normal.jpg\"},\"truncated\":false,\"id\":173191957458337792,\"created_at\":\"Fri Feb 24 23:45:55 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3995000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0c45060-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2d732d4e-9bf6-4e0c-8179-0fa6aaf2192e-173191957458337792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est en faisant n'importe quoi qu'on devient n'importe qui :) #lgw #ilreste", +"img": { +"src": "http://a3.twimg.com/profile_images/126791699/3dc90b3_normal.jpg" +}, +"title": "Pascal Mory: C'est en faisant n'importe quoi qu'on devient n'importe qui :) #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3996000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est en faisant n'importe quoi qu'on devient n'importe qui :) #lgw #ilreste\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[63,67]},{\"text\":\"ilreste\",\"indices\":[68,76]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191964378931201\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"bfbfbf\",\"screen_name\":\"pasmory\",\"lang\":\"fr\",\"favourites_count\":37,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":522,\"location\":\"France\",\"profile_text_color\":\"1c1f23\",\"followers_count\":586,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/126791699\\/3dc90b3_normal.jpg\",\"description\":\"videogame veteran, social media experimenter, gamification\\/innovation are essential\\r\\n\\r\\nLooking for a #job http:\\/\\/fr.linkedin.com\\/in\\/pascalmory \\r\\n\\r\\n\",\"statuses_count\":2778,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/129987830\\/mopmop_twitter_2.jpg\",\"show_all_inline_media\":false,\"listed_count\":23,\"profile_link_color\":\"4C3FE4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"29444806\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pascal Mory\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/129987830\\/mopmop_twitter_2.jpg\",\"created_at\":\"Tue Apr 07 13:17:03 +0000 2009\",\"profile_sidebar_fill_color\":\"c9c9c9\",\"id\":29444806,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/websocialgamify.posterous.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/126791699\\/3dc90b3_normal.jpg\"},\"truncated\":false,\"id\":173191964378931201,\"created_at\":\"Fri Feb 24 23:45:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3996000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c7104f6a-7f45-4680-bdb1-d5ffecefda1a-173191964378931201" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1516662821/294107_10150369585478777_817463776_7808319_6969869_n_normal.jpg" +}, +"title": "MaitreMoyal: #LGW #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3997000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW #cQui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"cQui\",\"indices\":[5,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191966853570562\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Mickou75\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":154,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":35,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1516662821\\/294107_10150369585478777_817463776_7808319_6969869_n_normal.jpg\",\"description\":\"Moi?\\r\\n-Qui que l\\u2019on soit au fond de nous, nous ne sommes jug\\u00e9s que par nos actes...#Cin\\u00e9ma\\r\\n-Robert...C'est pas Zizou,Youri...C'est pas Zizou #Football\",\"statuses_count\":290,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"128903475\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"MaitreMoyal\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Fri Apr 02 15:13:35 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":128903475,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/paris.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1516662821\\/294107_10150369585478777_817463776_7808319_6969869_n_normal.jpg\"},\"truncated\":false,\"id\":173191966853570562,\"created_at\":\"Fri Feb 24 23:45:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3997000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0049135b-bfd1-4d71-b866-1f22aedf5441-173191966853570562" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#IlReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1525514454/534_PinCushionQueen_original_normal.jpg" +}, +"title": "Juliette DeLyon: #IlReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3997000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#IlReste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191969349185536\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":52,\"screen_name\":\"_JulietteM_\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":1051,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382100263\\/534_PinCushionQueen_original.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"followers_count\":19,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1525514454\\/534_PinCushionQueen_original_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"366771429\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382100263\\/534_PinCushionQueen_original.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1525514454\\/534_PinCushionQueen_original_normal.jpg\",\"name\":\"Juliette DeLyon\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 02 19:57:30 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":366771429,\"utc_offset\":3600,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191969349185536,\"created_at\":\"Fri Feb 24 23:45:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3997000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "93563a23-a774-47d0-b908-018cd1974213-173191969349185536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Si avec ça vous n'êtes pas dans le zapping lundi je ne comprends pas :D #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1804671338/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png" +}, +"title": "Marie: Si avec ça vous n'êtes pas dans le zapping lundi je ne comprends pas :D #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3998000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Si avec \\u00e7a vous n'\\u00eates pas dans le zapping lundi je ne comprends pas :D #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191971433742337\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"frenchy_Marie\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2884,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"9D582E\",\"followers_count\":84,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"description\":\"J'accapare des objets sans ressurgir sur autrui.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"120444044\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804671338\\/Capture_d_e_cran_2012-02-05_a__01.08.17_normal.png\",\"name\":\"Marie\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 06 13:02:46 +0000 2010\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":120444044,\"utc_offset\":3600,\"favourites_count\":25,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191971433742337,\"created_at\":\"Fri Feb 24 23:45:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3998000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0bcc6ac0-2c98-42e3-bc45-423d3e4aefc4-173191971433742337" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mieux vaut regarder #Taratata que le #lgw j'ai bien l'impression", +"img": { +"src": "http://a0.twimg.com/profile_images/1220897894/image_normal.jpg" +}, +"title": "Pinkfrenetik: Mieux vaut regarder #Taratata que le #lgw j'ai bien l'impression", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3998000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mieux vaut regarder #Taratata que le #lgw j'ai bien l'impression\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Taratata\",\"indices\":[20,29]},{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191970863316995\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":554,\"screen_name\":\"pinkfrenetik\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":9843,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/339561180\\/skbg2_copie.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":588,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1220897894\\/image_normal.jpg\",\"description\":\"On y parle beaucoup musique. Mais pas que ! Webmaster dans la vraie vie, donc toujours sur le web en fait... avec un casque sur les oreilles.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"147378\",\"id_str\":\"22181573\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/339561180\\/skbg2_copie.jpg\",\"profile_sidebar_fill_color\":\"adf011\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1220897894\\/image_normal.jpg\",\"name\":\"Pinkfrenetik\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 27 19:53:56 +0000 2009\",\"profile_sidebar_border_color\":\"adf011\",\"id\":22181573,\"utc_offset\":3600,\"favourites_count\":205,\"url\":\"http:\\/\\/www.pinkfrenetik.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191970863316995,\"created_at\":\"Fri Feb 24 23:45:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3998000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0c4d85a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "07f53b69-ae3c-4739-a041-9de458f8a10e-173191970863316995" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW : Il faut un capitaine de pédalo #CQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW : Il faut un capitaine de pédalo #CQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3998000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW : Il faut un capitaine de p\\u00e9dalo #CQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"CQui\",\"indices\":[38,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191971127574530\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27164,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191971127574530,\"created_at\":\"Fri Feb 24 23:45:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3998000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f8e02a35-b974-49d1-9548-34ca47e089a9-173191971127574530" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Personne t'ecoute avec ta chemise #lgw MOUHAHAHA", +"img": { +"src": "http://a2.twimg.com/profile_images/1460037170/IMG_0430_normal.jpg" +}, +"title": "Soledad: Personne t'ecoute avec ta chemise #lgw MOUHAHAHA", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3999000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Personne t'ecoute avec ta chemise #lgw MOUHAHAHA\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191976299143168\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"0c191f\",\"screen_name\":\"SoledadBilboko\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":21,\"location\":\"Tolosa\",\"profile_text_color\":\"de2443\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1460037170\\/IMG_0430_normal.jpg\",\"description\":\"Euskal Herriako neska. Mais je parle aussi le fran\\u00e7ais hein.\",\"statuses_count\":35,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/297590994\\/IMG_0430.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"41054d\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8a0520\",\"protected\":false,\"id_str\":\"51705350\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Soledad\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/297590994\\/IMG_0430.jpg\",\"created_at\":\"Sun Jun 28 11:09:33 +0000 2009\",\"profile_sidebar_fill_color\":\"454e52\",\"id\":51705350,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/souslespaveslavie.blogspot.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1460037170\\/IMG_0430_normal.jpg\"},\"truncated\":false,\"id\":173191976299143168,\"created_at\":\"Fri Feb 24 23:45:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3999000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7958654a-f5ed-4dae-a65e-5fda6c80c83e-173191976299143168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Aller, les gens, un peu plus de #cQui ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Aller, les gens, un peu plus de #cQui ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3999000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Aller, les gens, un peu plus de #cQui ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[32,37]},{\"text\":\"lgw\",\"indices\":[40,44]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191976475308032\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3247,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173191976475308032,\"created_at\":\"Fri Feb 24 23:45:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3999000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9baa652b-bc3b-4f89-8cc4-c41fdc5410d9-173191976475308032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi cet orgasme de twitter devant #lgw?", +"img": { +"src": "http://a2.twimg.com/profile_images/1753765452/image1326523819_normal.png" +}, +"title": "jeromepupier: C'est quoi cet orgasme de twitter devant #lgw?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 3999000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est quoi cet orgasme de twitter devant #lgw?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191976580165632\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"jeromepupier\",\"lang\":\"fr\",\"favourites_count\":36,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":539,\"location\":\"Sydney, NSW\",\"profile_text_color\":\"333333\",\"followers_count\":66,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1753765452\\/image1326523819_normal.png\",\"description\":\"Culture should be free.\",\"statuses_count\":849,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"215594807\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"jeromepupier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Nov 14 11:29:00 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":215594807,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1753765452\\/image1326523819_normal.png\"},\"truncated\":false,\"id\":173191976580165632,\"created_at\":\"Fri Feb 24 23:45:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 3999000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c2ed6ace-e1c6-496c-b335-66c241d04c1c-173191976580165632" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze l'émission sans queue ni tête #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1255908033/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png" +}, +"title": "Crazou: @LeGrandWebze l'émission sans queue ni tête #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4000000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze l'\\u00e9mission sans queue ni t\\u00eate #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173191766185480192\",\"id_str\":\"173191981504282624\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173191766185480192,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":52,\"screen_name\":\"crazou_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":155,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1255908033\\/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"120808218\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1255908033\\/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png\",\"name\":\"Crazou\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 07 16:26:59 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":120808218,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173191981504282624,\"created_at\":\"Fri Feb 24 23:46:00 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4000000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bdb26ec2-144f-4754-8abd-7ebe3a5f740d-173191981504282624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "MDRRRR ça crise sur le plateau du Grand Webze =D MDR ... #ilreste @Vinvin Quel acteur ! :)", +"img": { +"src": "http://a1.twimg.com/profile_images/1803169085/DSC01443_normal.JPG" +}, +"title": "Benjamin Aguillon: MDRRRR ça crise sur le plateau du Grand Webze =D MDR ... #ilreste @Vinvin Quel acteur ! :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4000000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"MDRRRR \\u00e7a crise sur le plateau du Grand Webze =D MDR ... #ilreste @Vinvin Quel acteur ! :)\",\"created_at\":\"Fri Feb 24 23:46:00 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[57,65]}],\"user_mentions\":[{\"indices\":[66,73],\"screen_name\":\"Vinvin\",\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"web\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173191979897856000\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":0,\"created_at\":\"Sat Feb 04 10:52:02 +0000 2012\",\"profile_text_color\":\"333333\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"url\":null,\"default_profile\":true,\"notifications\":null,\"profile_link_color\":\"0084B4\",\"screen_name\":\"Balcidebava\",\"time_zone\":\"Paris\",\"description\":\"L'homme face \\u00e0 l'absurde\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_color\":\"C0DEED\",\"location\":\"chez moi\",\"id_str\":\"482835609\",\"profile_background_tile\":false,\"followers_count\":13,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"DDEEF6\",\"favourites_count\":3,\"protected\":false,\"friends_count\":25,\"profile_sidebar_border_color\":\"C0DEED\",\"name\":\"Benjamin Aguillon\",\"contributors_enabled\":false,\"verified\":false,\"id\":482835609,\"statuses_count\":102,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173191979897856000}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4000000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a18d362c-7dff-4301-aa41-d55e9d2e4f59-173191979897856000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw parle des stars du web et m'oublie ? nan mais je rêve !!! #ouijesais #nocomment", +"img": { +"src": "http://a1.twimg.com/profile_images/1638976981/43_43_-_2_normal.jpg" +}, +"title": "caroline: #lgw parle des stars du web et m'oublie ? nan mais je rêve !!! #ouijesais #nocomment", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4000000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"#lgw parle des stars du web et m'oublie ? nan mais je r\\u00eave !!! #ouijesais #nocomment\",\"in_reply_to_user_id_str\":null,\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ouijesais\",\"indices\":[63,73]},{\"text\":\"nocomment\",\"indices\":[74,84]}]},\"place\":null,\"in_reply_to_screen_name\":null,\"favorited\":false,\"coordinates\":null,\"in_reply_to_user_id\":null,\"contributors\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"user\":{\"notifications\":null,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"screen_name\":\"mononoke62\",\"follow_request_sent\":null,\"lang\":\"fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638976981\\/43_43_-_2_normal.jpg\",\"default_profile_image\":false,\"verified\":false,\"profile_sidebar_border_color\":\"BDDCAD\",\"location\":\"\",\"favourites_count\":16,\"description\":\"Le v\\u00e9ritable lieu de naissance est celui o\\u00f9 l'on a port\\u00e9 pour la 1\\u00e8re fois un coup d'oeil intelligent sur soi-m\\u00eame : mes premi\\u00e8res patries ont \\u00e9t\\u00e9 les livres MY\",\"contributors_enabled\":false,\"following\":null,\"profile_use_background_image\":false,\"friends_count\":501,\"profile_text_color\":\"333333\",\"followers_count\":501,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638976981\\/43_43_-_2_normal.jpg\",\"statuses_count\":8237,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"0084B4\",\"protected\":false,\"is_translator\":false,\"name\":\"caroline\",\"default_profile\":false,\"time_zone\":\"Paris\",\"created_at\":\"Sat Mar 27 08:07:05 +0000 2010\",\"profile_background_color\":\"9AE4E8\",\"id\":126877700,\"id_str\":\"126877700\",\"geo_enabled\":false,\"profile_background_tile\":false,\"utc_offset\":3600,\"url\":null},\"in_reply_to_status_id\":null,\"id\":173191981927895040,\"created_at\":\"Fri Feb 24 23:46:00 +0000 2012\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191981927895040\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4000000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0c59786-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0c59c5e-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "049e06ce-7c90-429b-8cdc-97243447daea-173191981927895040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @régis @vinvin @FlorencePorcel la prochaine que vous traînez sur à grand place de boulogne dites le nous qu on Fasse les fans", +"img": { +"src": "http://a0.twimg.com/profile_images/1358647394/222895_10150241382636018_517986017_8659918_7631699_n_normal.jpg" +}, +"title": "RAMEL Fred: #lgw @régis @vinvin @FlorencePorcel la prochaine que vous traînez sur à grand place de boulogne dites le nous qu on Fasse les fans", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4001000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw @r\\u00e9gis @vinvin @FlorencePorcel la prochaine que vous tra\\u00eenez sur \\u00e0 grand place de boulogne dites le nous qu on Fasse les fans\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[12,19],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"FlorencePorcel\",\"indices\":[20,35],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191983467200512\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":228,\"screen_name\":\"framel\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":766,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"FRANCE - PARIS\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":117,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1358647394\\/222895_10150241382636018_517986017_8659918_7631699_n_normal.jpg\",\"description\":\"Libert\\u00e9, Egalit\\u00e9,Fraternit\\u00e9,Laicit\\u00e9\\r\\nL'avenir n'est interdit \\u00e0 personne. Gambetta\\r\\nParti Radical Boulogne Billancourt \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"47903555\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1358647394\\/222895_10150241382636018_517986017_8659918_7631699_n_normal.jpg\",\"name\":\"RAMEL Fred\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 08:58:54 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":47903555,\"utc_offset\":3600,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191983467200512,\"created_at\":\"Fri Feb 24 23:46:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4001000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b676a57a-3416-45f8-a061-0f71ba79d8ea-173191983467200512" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW rhooo une pseudo échauffourée... Et j'entends Farugia :-)", +"img": { +"src": "http://a2.twimg.com/profile_images/105769794/stig23_taramcpherson1_normal.jpg" +}, +"title": "Stig Legrand: #LGW rhooo une pseudo échauffourée... Et j'entends Farugia :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4001000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW rhooo une pseudo \\u00e9chauffour\\u00e9e... Et j'entends Farugia :-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191983748231168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":18,\"screen_name\":\"stig23\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":142,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/105769794\\/stig23_taramcpherson1_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"25714749\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/105769794\\/stig23_taramcpherson1_normal.jpg\",\"name\":\"Stig Legrand\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 21 19:20:23 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":25714749,\"utc_offset\":3600,\"favourites_count\":145,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191983748231168,\"created_at\":\"Fri Feb 24 23:46:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4001000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6401eecf-4868-4e7b-a365-5a0f361e976c-173191983748231168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Donc @LudoDelaherche s'échappe à la bagarre, je note ! #lgw #cqui", +"img": { +"src": "http://a0.twimg.com/profile_images/1747820307/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg" +}, +"title": "Marius: Donc @LudoDelaherche s'échappe à la bagarre, je note ! #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4003000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Donc @LudoDelaherche s'\\u00e9chappe \\u00e0 la bagarre, je note ! #lgw #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[5,20],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[55,59]},{\"text\":\"cqui\",\"indices\":[60,65]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191991277006848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":372,\"screen_name\":\"tatamirugby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":26636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":68,\"profile_link_color\":\"0084B4\",\"followers_count\":842,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"description\":\"Je parle de sport, supporter de rugby et du @RacingMetro92 , joueur au @RCGV92 , \\u00e9tudiant @HETIC en #H3 !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"27248204\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"name\":\"Marius\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 15:36:02 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":27248204,\"utc_offset\":3600,\"favourites_count\":50,\"url\":\"http:\\/\\/www.facebook.com\\/tatamirugby\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191991277006848,\"created_at\":\"Fri Feb 24 23:46:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4003000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8e1e9ba8-bd2f-482a-a815-9e3a5fd46d83-173191991277006848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Attention à ceux qui ne comprennent pas le second degré ! #lgw n'oubliez pas la 100ème de coucou c'est nous", +"img": { +"src": "http://a2.twimg.com/profile_images/1770996562/image_normal.jpg" +}, +"title": "Kayvin Lami: Attention à ceux qui ne comprennent pas le second degré ! #lgw n'oubliez pas la 100ème de coucou c'est nous", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4004000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Attention \\u00e0 ceux qui ne comprennent pas le second degr\\u00e9 ! #lgw n'oubliez pas la 100\\u00e8me de coucou c'est nous\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191995865575424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":257,\"screen_name\":\"KayvinLami\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":4135,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"location\":\"Paris,France\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":592,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"description\":\"Je ne changerais pas cette bio tant que Nicolas Sarkozy ne mesurera pas 1m90\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"dfe0c3\",\"id_str\":\"29279584\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"name\":\"Kayvin Lami\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 06 20:02:02 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":29279584,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191995865575424,\"created_at\":\"Fri Feb 24 23:46:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4004000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4defa018-eb3a-4c58-a70d-d669c2410361-173191995865575424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Découverte soudaine de #LGW, et parce que François Rollin à toujours quelque chose à dire, #ilReste à fond. :D", +"img": { +"src": "http://a1.twimg.com/profile_images/1127001522/Soul3_normal.png" +}, +"title": "Concombre Masqué: Découverte soudaine de #LGW, et parce que François Rollin à toujours quelque chose à dire, #ilReste à fond. :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4004000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"truncated\":false,\"text\":\"D\\u00e9couverte soudaine de #LGW, et parce que Fran\\u00e7ois Rollin \\u00e0 toujours quelque chose \\u00e0 dire, #ilReste \\u00e0 fond. :D\",\"created_at\":\"Fri Feb 24 23:46:04 +0000 2012\",\"entities\":{\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[23,27]},{\"text\":\"ilReste\",\"indices\":[91,99]}],\"user_mentions\":[]},\"retweet_count\":0,\"place\":null,\"in_reply_to_status_id_str\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_user_id_str\":null,\"id_str\":\"173191998633807872\",\"coordinates\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"geo\":null,\"user\":{\"listed_count\":12,\"created_at\":\"Wed Oct 14 22:47:39 +0000 2009\",\"profile_text_color\":\"053a57\",\"is_translator\":false,\"show_all_inline_media\":false,\"lang\":\"fr\",\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/167167183\\/RPM2-056.png\",\"url\":\"http:\\/\\/usineaproblemes.fr\\/\",\"default_profile\":false,\"notifications\":null,\"profile_link_color\":\"110e24\",\"screen_name\":\"LaDebauche\",\"time_zone\":\"Paris\",\"description\":\"Glac\\u00e9 et sophistiqu\\u00e9. 21 ans, L3 Lettres. Branleur par d\\u00e9cision royale - Smartass\",\"following\":null,\"geo_enabled\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/167167183\\/RPM2-056.png\",\"profile_background_color\":\"e4f2f7\",\"location\":\"Hauts de Seine\\/Yvelines\",\"id_str\":\"82476827\",\"profile_background_tile\":true,\"followers_count\":273,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1127001522\\/Soul3_normal.png\",\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1127001522\\/Soul3_normal.png\",\"default_profile_image\":false,\"follow_request_sent\":null,\"profile_sidebar_fill_color\":\"ffffff\",\"favourites_count\":1,\"protected\":false,\"friends_count\":81,\"profile_sidebar_border_color\":\"000000\",\"name\":\"Concombre Masqu\\u00e9\",\"contributors_enabled\":false,\"verified\":false,\"id\":82476827,\"statuses_count\":5274,\"profile_use_background_image\":true,\"utc_offset\":3600},\"in_reply_to_user_id\":null,\"in_reply_to_status_id\":null,\"favorited\":false,\"id\":173191998633807872}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4004000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "40c958a7-7313-448c-bbbe-a9fb6c775cc2-173191998633807872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1830059007/Upload_normal.jpg" +}, +"title": "Linda Sàmà: #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4006000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilpart #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192003360784384\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5b51e8\",\"screen_name\":\"LinoaHeartily\",\"lang\":\"fr\",\"favourites_count\":10,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":83,\"location\":\"\",\"profile_text_color\":\"d632d6\",\"followers_count\":72,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1830059007\\/Upload_normal.jpg\",\"description\":\"Geek \\u00e0 temps partiel.\",\"statuses_count\":2379,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425561656\\/luiki.jpg\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"bb85ed\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"356914973\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Linda S\\u00e0m\\u00e0\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425561656\\/luiki.jpg\",\"created_at\":\"Wed Aug 17 15:22:39 +0000 2011\",\"profile_sidebar_fill_color\":\"ebc1eb\",\"id\":356914973,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830059007\\/Upload_normal.jpg\"},\"truncated\":false,\"id\":173192003360784384,\"created_at\":\"Fri Feb 24 23:46:06 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4006000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "166cdd94-015d-4f81-a77c-adf8551e8bc2-173192003360784384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'etait quoi ca ?! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1630930948/F_normal.png" +}, +"title": "Efynox: C'etait quoi ca ?! #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4008000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'etait quoi ca ?! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192012139466752\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":70,\"screen_name\":\"Efynox\",\"lang\":\"fr\",\"profile_text_color\":\"949494\",\"statuses_count\":87,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"2FC2EF\",\"followers_count\":20,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1630930948\\/F_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"19813429\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"4a4852\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1630930948\\/F_normal.png\",\"name\":\"Efynox\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 31 12:20:14 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":19813429,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192012139466752,\"created_at\":\"Fri Feb 24 23:46:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4008000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "200f7163-50a4-4717-a326-60386652267d-173192012139466752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1827613879/photo-pro_normal.png" +}, +"title": "Julien Lopizzo: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4010000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192022012870658\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"JulienLopizzo\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":284,\"location\":\"Lyon - Europe\",\"profile_text_color\":\"3C3940\",\"followers_count\":143,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"description\":\"Je suis tomb\\u00e9 dedans en 97.Ma e-carri\\u00e8re a d\\u00e9marr\\u00e9 comme d\\u00e9veloppeur freelance en 2002.Entrepren(aute) depuis 10 ans j'aime partager ma passion du e-business.\",\"statuses_count\":1088,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"44345271\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Julien Lopizzo\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"created_at\":\"Wed Jun 03 12:08:19 +0000 2009\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":44345271,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.tenapra.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\"},\"truncated\":false,\"id\":173192022012870658,\"created_at\":\"Fri Feb 24 23:46:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4010000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a977e4a6-743f-4cb2-a1bd-036819a32e4e-173192022012870658" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La blague récurrente de la soirée #Cesar2012 #lgw : tu veux faire tes\nHeures Benoît ? #intermittence", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: La blague récurrente de la soirée #Cesar2012 #lgw : tu veux faire tes\nHeures Benoît ? #intermittence", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4010000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"La blague r\\u00e9currente de la soir\\u00e9e #Cesar2012 #lgw : tu veux faire tes\\nHeures Beno\\u00eet ? #intermittence\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cesar2012\",\"indices\":[34,44]},{\"text\":\"lgw\",\"indices\":[45,49]},{\"text\":\"intermittence\",\"indices\":[86,100]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192021035585536\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2728,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"name\":\"Oriane Hurard\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_border_color\":\"592459\",\"id\":198934087,\"utc_offset\":-10800,\"favourites_count\":461,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192021035585536,\"created_at\":\"Fri Feb 24 23:46:10 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4010000, +"tags": [ +{ +"id-ref": "eef3fc72-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0c68fba-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e661930a-71af-4272-86f7-2a9b3165d939-173192021035585536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah merde #lgw #ilpart", +"img": { +"src": "http://a1.twimg.com/profile_images/1829519991/simple_normal.jpg" +}, +"title": "Florian: Ah merde #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4012000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah merde #lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]},{\"text\":\"ilpart\",\"indices\":[14,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192029516464128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":151,\"screen_name\":\"DrNova\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8728,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/284198976\\/twilk_background_4e139906cbe34.jpg\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"followers_count\":268,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1829519991\\/simple_normal.jpg\",\"description\":\"\\u00c0 coup de scalpel je tranche vos id\\u00e9es pr\\u00e9con\\u00e7ues.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"73372337\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/284198976\\/twilk_background_4e139906cbe34.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829519991\\/simple_normal.jpg\",\"name\":\"Florian\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 11 12:17:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":73372337,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192029516464128,\"created_at\":\"Fri Feb 24 23:46:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4012000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d47b7071-d5fa-4447-bcf5-e4e85d734fee-173192029516464128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw WTF!! ???", +"img": { +"src": "http://a3.twimg.com/profile_images/1757494070/yo_normal.jpg" +}, +"title": "Francisco Rodriguez : #lgw WTF!! ???", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4013000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw WTF!! ???\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192032725106688\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"artefuckto\",\"lang\":\"en\",\"favourites_count\":50,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1053,\"location\":\"Santiago de Chile\",\"profile_text_color\":\"333333\",\"followers_count\":850,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1757494070\\/yo_normal.jpg\",\"description\":\"Periodista. S\\u00e9 como sobrevivir en el desierto m\\u00e1s \\u00e1rido del planeta.\",\"statuses_count\":9769,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/31593939\\/desert.jpg\",\"show_all_inline_media\":true,\"listed_count\":23,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Quito\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"19720057\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Francisco Rodriguez \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/31593939\\/desert.jpg\",\"created_at\":\"Thu Jan 29 16:57:06 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":19720057,\"follow_request_sent\":null,\"utc_offset\":-18000,\"url\":\"http:\\/\\/www.planetasostenible.cl\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757494070\\/yo_normal.jpg\"},\"truncated\":false,\"id\":173192032725106688,\"created_at\":\"Fri Feb 24 23:46:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4013000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6c19c16a-111c-46b8-8f2c-368b783fdfea-173192032725106688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@FlorencePorcel Fallait pas faire #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1771348218/image1327174991_normal.png" +}, +"title": "Jim0PROFIT: @FlorencePorcel Fallait pas faire #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4013000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@FlorencePorcel Fallait pas faire #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[0,15],\"id_str\":\"49031173\",\"name\":\"Florence Porcel\",\"id\":49031173}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192036382539776\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"49031173\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":368,\"screen_name\":\"Jim0PROFIT\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4756,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"D02B55\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"description\":\"Consulting, Syst\\u00e8me administrateur, geekoophile, et tellement de choses qu'une journ\\u00e9e de 24H ne suffit plus!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"18874683\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"name\":\"Jim0PROFIT\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 11 18:26:59 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":18874683,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/choari.blogspot.com\"},\"in_reply_to_screen_name\":\"FlorencePorcel\",\"truncated\":false,\"id\":173192036382539776,\"created_at\":\"Fri Feb 24 23:46:13 +0000 2012\",\"in_reply_to_user_id\":49031173}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4013000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d0c70698-9230-4a4a-89ec-ef65d31b8a1f-173192036382539776" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@METACAPUCHE @dzeis OK, la preuve avec #lgw. Sauf les vraiment drôles + avec un minimum de préparation/travail pour bien les rendre a l'oral", +"img": { +"src": "http://a1.twimg.com/profile_images/1754094119/arton136_normal.jpg" +}, +"title": "SF: @METACAPUCHE @dzeis OK, la preuve avec #lgw. Sauf les vraiment drôles + avec un minimum de préparation/travail pour bien les rendre a l'oral", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4013000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"METACAPUCHE\",\"favorited\":false,\"text\":\"@METACAPUCHE @dzeis OK, la preuve avec #lgw. Sauf les vraiment dr\\u00f4les + avec un minimum de pr\\u00e9paration\\/travail pour bien les rendre a l'oral\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"METACAPUCHE\",\"indices\":[0,12],\"name\":\"Capuche\",\"id_str\":\"125661667\",\"id\":125661667},{\"screen_name\":\"dzeis\",\"indices\":[13,19],\"name\":\"[\\u0256\\u0290\\u0259\\u026a\\u0283]\",\"id_str\":\"47984073\",\"id\":47984073}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[39,43]}]},\"in_reply_to_user_id\":125661667,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173186718017658882,\"in_reply_to_status_id_str\":\"173186718017658882\",\"id_str\":\"173192035422056449\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"SFCDT\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":203,\"location\":\"OK, je sors.\",\"profile_text_color\":\"333333\",\"followers_count\":45,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1754094119\\/arton136_normal.jpg\",\"description\":\"Compte non officiel de SF CDT\\r\\r & j'aime bien les esperluettes Avatar : Mondrian drawing lookalike by angelolaplace.fr\",\"statuses_count\":981,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"428381996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"SF\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"created_at\":\"Sun Dec 04 17:59:28 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":428381996,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1754094119\\/arton136_normal.jpg\"},\"truncated\":false,\"id\":173192035422056449,\"created_at\":\"Fri Feb 24 23:46:13 +0000 2012\",\"in_reply_to_user_id_str\":\"125661667\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4013000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "62cab3c0-4382-4225-b4ba-aa637993708a-173192035422056449" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je connais @jcfrog comme tout le monde, et faut avouer que ses reprises sont plutôt réussies. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1232034687/Karim_twitter_normal.jpg" +}, +"title": "Karim Boukercha: Je connais @jcfrog comme tout le monde, et faut avouer que ses reprises sont plutôt réussies. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4016000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je connais @jcfrog comme tout le monde, et faut avouer que ses reprises sont plut\\u00f4t r\\u00e9ussies. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"jcfrog\",\"indices\":[11,18],\"name\":\"jcfrog\",\"id_str\":\"16888281\",\"id\":16888281}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[94,98]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twicca.r246.jp\\/\\\" rel=\\\"nofollow\\\"\\u003Etwicca\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192046222376960\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"999999\",\"screen_name\":\"Karim_Boukercha\",\"lang\":\"fr\",\"favourites_count\":27,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":476,\"location\":\"Toulouse\",\"profile_text_color\":\"666666\",\"followers_count\":6213,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1232034687\\/Karim_twitter_normal.jpg\",\"description\":\"Mais sinon je d\\u00e9teste toujours les gens qui ne finissent jamais leur\",\"statuses_count\":24355,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/380576312\\/backtwitter.png\",\"show_all_inline_media\":true,\"listed_count\":281,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"161685767\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Karim Boukercha\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/380576312\\/backtwitter.png\",\"created_at\":\"Thu Jul 01 13:57:11 +0000 2010\",\"profile_sidebar_fill_color\":\"121212\",\"id\":161685767,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/karimboukercha.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1232034687\\/Karim_twitter_normal.jpg\"},\"truncated\":false,\"id\":173192046222376960,\"created_at\":\"Fri Feb 24 23:46:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4016000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9ff2e2d0-e7bc-48be-b666-9204285a14ba-173192046222376960" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw ilreste", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Krou Stif: #lgw ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4019000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192059690299392\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":7,\"screen_name\":\"Kroustif\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":3,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"35740376\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_0_normal.png\",\"name\":\"Krou Stif\",\"default_profile_image\":true,\"created_at\":\"Mon Apr 27 13:27:45 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":35740376,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192059690299392,\"created_at\":\"Fri Feb 24 23:46:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4019000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b4443779-abf5-4dd5-9c09-9652fd373046-173192059690299392" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah ouais ... #lgw ou poUrquoi le web ne doit pas passer à la télé ... #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1848450170/poseur_normal.jpg" +}, +"title": "Pras: Ah ouais ... #lgw ou poUrquoi le web ne doit pas passer à la télé ... #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4021000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah ouais ... #lgw ou poUrquoi le web ne doit pas passer \\u00e0 la t\\u00e9l\\u00e9 ... #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]},{\"text\":\"ilpart\",\"indices\":[70,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192066879324162\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1362,\"screen_name\":\"Praska\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":48429,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"followers_count\":3040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"description\":\"BOSS[Viedegeek + Bargaming]\\r\\nFirewall Karmique\\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b8085\",\"id_str\":\"15453030\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"name\":\"Pras\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 16 11:15:07 +0000 2008\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":15453030,\"utc_offset\":3600,\"favourites_count\":195,\"url\":\"http:\\/\\/flavors.me\\/praska\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192066879324162,\"created_at\":\"Fri Feb 24 23:46:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4021000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b72fa915-5a48-44bd-9ce9-a30ce6e19ed9-173192066879324162" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RIDICULE #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1727885666/Logo_YP_normal.png" +}, +"title": "Young planneur: RIDICULE #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4021000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RIDICULE #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192067655286784\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"youngplanneur\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":278,\"location\":\"France, Paris\",\"profile_text_color\":\"333333\",\"followers_count\":3230,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1727885666\\/Logo_YP_normal.png\",\"description\":\"Strategic Planner \\/\\/ Advertising \\/ Action Sports \\/ Advertainment \\/ Series \\/ Mobile \\/ Social \\/\\/\",\"statuses_count\":4945,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":222,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"87788927\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Young planneur\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Thu Nov 05 21:34:26 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":87788927,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.youngplanneur.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727885666\\/Logo_YP_normal.png\"},\"truncated\":false,\"id\":173192067655286784,\"created_at\":\"Fri Feb 24 23:46:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4021000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "17146389-59c1-40d6-a692-810229d755a9-173192067655286784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Une émission sur le Web pas disponible sur le Web ? C'est où la logique ? cc @France5tv @Vinvin #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1522186720/Laurent-Gloaguen-G00_normal.jpg" +}, +"title": "Laurent Gloaguen: Une émission sur le Web pas disponible sur le Web ? C'est où la logique ? cc @France5tv @Vinvin #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4022000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Une \\u00e9mission sur le Web pas disponible sur le Web ? C'est o\\u00f9 la logique ? cc @France5tv @Vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[77,87],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487},{\"screen_name\":\"Vinvin\",\"indices\":[88,95],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192074294865920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":563,\"screen_name\":\"embruns\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":21946,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Montr\\u00e9al, Qc, Canada\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"followers_count\":4828,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"8c887c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"name\":\"Laurent Gloaguen\",\"default_profile_image\":false,\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_border_color\":\"7a7768\",\"id\":6241412,\"utc_offset\":-18000,\"favourites_count\":29,\"url\":\"http:\\/\\/embruns.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192074294865920,\"created_at\":\"Fri Feb 24 23:46:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4022000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3fb52c86-0fc9-410d-9f56-d365c0f35fbc-173192074294865920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4023000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192076312326144\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":265,\"screen_name\":\"papounay2000\",\"lang\":\"fr\",\"profile_text_color\":\"0C3E53\",\"statuses_count\":3543,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"description\":\"N'oubliez pas de vous aimer\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"name\":\"\\u2620papounay2000\\u2620\",\"default_profile_image\":false,\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_sidebar_border_color\":\"F2E195\",\"id\":14764219,\"utc_offset\":3600,\"favourites_count\":7,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192076312326144,\"created_at\":\"Fri Feb 24 23:46:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4023000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1ce1e2cd-fccb-46b1-8f08-fc9b5ee42dc4-173192076312326144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1727087747/image_normal.jpg" +}, +"title": "Abdelhak El idrissi: #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4025000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192087011999744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":970,\"screen_name\":\"Abd_Al_Hak\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3038,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Boulogne-Billancourt - Orl\\u00e9ans\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"followers_count\":532,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727087747\\/image_normal.jpg\",\"description\":\"Abd-El-Hak: serviteur de la v\\u00e9rit\\u00e9.\\r\\nJournaliste itin\\u00e9rant @Radiofrance. Mes tweets n'engagent que mon casier judiciaire. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"299881361\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727087747\\/image_normal.jpg\",\"name\":\"Abdelhak El idrissi\",\"default_profile_image\":false,\"created_at\":\"Mon May 16 20:47:24 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":299881361,\"utc_offset\":3600,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192087011999744,\"created_at\":\"Fri Feb 24 23:46:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4025000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c9aa8e1f-56cd-47be-8551-6bfbde3c39f4-173192087011999744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw le principe de base est très louable, dommage que ce soit aussi décousu et loufoque", +"img": { +"src": "http://a0.twimg.com/profile_images/1789772738/DSC_0853_2__normal.jpg" +}, +"title": "Mickael Nogal: #lgw le principe de base est très louable, dommage que ce soit aussi décousu et loufoque", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4025000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw le principe de base est tr\\u00e8s louable, dommage que ce soit aussi d\\u00e9cousu et loufoque\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192085896298496\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"MickaelNogal\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":454,\"location\":\"Toulouse, France\",\"profile_text_color\":\"333333\",\"followers_count\":491,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1789772738\\/DSC_0853_2__normal.jpg\",\"description\":\"Consultant en communication, pigiste pour @ladepechedumidi et @Mairie_Toulouse. NTIC, \\u00e9co, politique, culture, m\\u00e9dias. Franco-Espagnol\",\"statuses_count\":2174,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":27,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"80071647\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Mickael Nogal\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Oct 05 17:02:15 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":80071647,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.mickael-nogal.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1789772738\\/DSC_0853_2__normal.jpg\"},\"truncated\":false,\"id\":173192085896298496,\"created_at\":\"Fri Feb 24 23:46:25 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4025000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4a3098e8-4bbf-403b-9dc2-bc063e49201e-173192085896298496" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@SolangeTeParle dans une bagarre générale, j'aurais jamais cru voir ça :-) #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1803065777/me_w_arb_normal.jpg" +}, +"title": "Zacal: @SolangeTeParle dans une bagarre générale, j'aurais jamais cru voir ça :-) #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4025000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"SolangeTeParle\",\"favorited\":false,\"text\":\"@SolangeTeParle dans une bagarre g\\u00e9n\\u00e9rale, j'aurais jamais cru voir \\u00e7a :-) #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[0,15],\"name\":\"Solange te parle\",\"id_str\":\"417867146\",\"id\":417867146}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[75,79]}]},\"in_reply_to_user_id\":417867146,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192086139568128\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"zacal33\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":602,\"location\":\"Bordeaux\",\"profile_text_color\":\"333333\",\"followers_count\":258,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"description\":\"Si on remboursait le temps perdu, je serais riche. Politiquement ambidextre asym\\u00e9trique, dominante h\\u00e9misph\\u00e8re gauche. Serial retweeter de @solangeteparle\",\"statuses_count\":3676,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"51889223\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Zacal\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Jun 28 23:59:26 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":51889223,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\"},\"truncated\":false,\"id\":173192086139568128,\"created_at\":\"Fri Feb 24 23:46:25 +0000 2012\",\"in_reply_to_user_id_str\":\"417867146\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4025000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "59b5e0c8-2089-47f2-b204-8d1b55028133-173192086139568128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François #ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1695493545/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png" +}, +"title": "StevenLeRoux: François #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4025000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[9,17]},{\"text\":\"lgw\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192087007801344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":306,\"screen_name\":\"StevenLeRoux\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":4452,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Ask my GoogleLatitude\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"followers_count\":266,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"14985358\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"name\":\"StevenLeRoux\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 02 21:29:20 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14985358,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/steven.le-roux.info\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192087007801344,\"created_at\":\"Fri Feb 24 23:46:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4025000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "06025916-868c-4176-81b4-18a63f967574-173192087007801344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KlaireFr Je te follow grâce à \"Le grand Webzé\" #lgw Comment voir ta vidéo présenté lors de l'émission?", +"img": { +"src": "http://a0.twimg.com/profile_images/1726420026/Kestrel_normal.jpg" +}, +"title": "Rémy -- La Merguez: @KlaireFr Je te follow grâce à \"Le grand Webzé\" #lgw Comment voir ta vidéo présenté lors de l'émission?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4027000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@KlaireFr Je te follow gr\\u00e2ce \\u00e0 \\\"Le grand Webz\\u00e9\\\" #lgw Comment voir ta vid\\u00e9o pr\\u00e9sent\\u00e9 lors de l'\\u00e9mission?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KlaireFr\",\"indices\":[0,9],\"id_str\":\"28096610\",\"name\":\"Klaire.fr\",\"id\":28096610}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173189825522966529\",\"id_str\":\"173192094469459971\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173189825522966529,\"in_reply_to_user_id_str\":\"28096610\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":97,\"screen_name\":\"Sokwamaii\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1039,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/322585571\\/guitar_8_93350.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"007a99\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1726420026\\/Kestrel_normal.jpg\",\"description\":\"K 3 S T R 3 L #Charl0tteFamily\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"305668802\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/322585571\\/guitar_8_93350.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1726420026\\/Kestrel_normal.jpg\",\"name\":\"R\\u00e9my -- La Merguez\",\"default_profile_image\":false,\"created_at\":\"Thu May 26 16:09:43 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":305668802,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":\"KlaireFr\",\"truncated\":false,\"id\":173192094469459971,\"created_at\":\"Fri Feb 24 23:46:27 +0000 2012\",\"in_reply_to_user_id\":28096610}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4027000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cc99e383-4fd0-449c-85e1-eb0974dfa40e-173192094469459971" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@tatamirugby C'est enregistré :-D @LudoDelaherche #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @tatamirugby C'est enregistré :-D @LudoDelaherche #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4027000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"tatamirugby\",\"favorited\":false,\"text\":\"@tatamirugby C'est enregistr\\u00e9 :-D @LudoDelaherche #lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"tatamirugby\",\"indices\":[0,12],\"name\":\"Marius\",\"id_str\":\"27248204\",\"id\":27248204},{\"screen_name\":\"LudoDelaherche\",\"indices\":[34,49],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]},{\"text\":\"cqui\",\"indices\":[56,61]}]},\"in_reply_to_user_id\":27248204,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173191991277006848,\"in_reply_to_status_id_str\":\"173191991277006848\",\"id_str\":\"173192095304130560\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"favourites_count\":254,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":156,\"location\":\"Paris Montparnasse - Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"statuses_count\":34447,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":104184883,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\"},\"truncated\":false,\"id\":173192095304130560,\"created_at\":\"Fri Feb 24 23:46:27 +0000 2012\",\"in_reply_to_user_id_str\":\"27248204\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4027000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c3c45c19-1903-4129-a84a-83d688c96a1b-173192095304130560" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je vois la tête de @tractataire à la télé ;) #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1841029880/gangstacat6ze46f4ze6f4z6e84_normal.jpg" +}, +"title": "Brice R.: Je vois la tête de @tractataire à la télé ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4028000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je vois la t\\u00eate de @tractataire \\u00e0 la t\\u00e9l\\u00e9 ;) #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"tractataire\",\"indices\":[19,31],\"name\":\"Christophe WEILL\",\"id_str\":\"24436721\",\"id\":24436721}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192096528867330\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"brice_r_\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":69,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\",\"description\":\"#G\\u00e9meaux #DoublePersonnalit\\u00e9 \\r\\nParce que la vie priv\\u00e9e ne sert pas uniquement \\u00e0 cacher des d\\u00e9lits et des crimes.\",\"statuses_count\":2376,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Copenhagen\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"15512436\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Brice R.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404651107\\/ToVictory.jpg\",\"created_at\":\"Mon Jul 21 08:09:24 +0000 2008\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":15512436,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"https:\\/\\/www.eff.org\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841029880\\/gangstacat6ze46f4ze6f4z6e84_normal.jpg\"},\"truncated\":false,\"id\":173192096528867330,\"created_at\":\"Fri Feb 24 23:46:28 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4028000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "182df466-4657-490e-ace1-5a8acf273632-173192096528867330" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Cette émission est un vrai foutoir. +1 internet pour vous les gars", +"img": { +"src": "http://a0.twimg.com/profile_images/1778957991/kitty-album-animal-collective_normal.jpg" +}, +"title": "rhésus négatif: #lgw Cette émission est un vrai foutoir. +1 internet pour vous les gars", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4030000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Cette \\u00e9mission est un vrai foutoir. +1 internet pour vous les gars\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192105026519040\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"rhesusnegatif\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":134,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/411658969\\/1acaCuvIImrDwSd.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1778957991\\/kitty-album-animal-collective_normal.jpg\",\"description\":\"Tweet or GTFO\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"473379117\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/411658969\\/1acaCuvIImrDwSd.gif\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1778957991\\/kitty-album-animal-collective_normal.jpg\",\"name\":\"rh\\u00e9sus n\\u00e9gatif\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 24 22:36:01 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":473379117,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192105026519040,\"created_at\":\"Fri Feb 24 23:46:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4030000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4f63b637-ac80-417a-b36e-bbfdf54d268d-173192105026519040" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je suis au dessus de @vinvin #LGW!", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Je suis au dessus de @vinvin #LGW!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4030000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je suis au dessus de @vinvin #LGW!\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[21,28],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192105877962754\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4895,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192105877962754,\"created_at\":\"Fri Feb 24 23:46:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4030000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "14641708-7339-4795-b9d1-2f31f61d0012-173192105877962754" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilsort", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "TAC minecraft: #lgw #ilsort", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4032000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilsort\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilsort\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192114493075458\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":8,\"screen_name\":\"TAC_minecraft\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"422955189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"TAC minecraft\",\"default_profile_image\":true,\"created_at\":\"Sun Nov 27 22:10:16 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":422955189,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192114493075458,\"created_at\":\"Fri Feb 24 23:46:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4032000, +"tags": [ +{ +"id-ref": "f0c8b34e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "760c94a4-cebb-432b-81a5-b1d8dbfb4044-173192114493075458" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart alors #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1800891796/ana_normal.jpg" +}, +"title": "Anahi Lozza: #ilpart alors #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4033000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart alors #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192118293102593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":287,\"screen_name\":\"anahi_lozza\",\"lang\":\"fr\",\"profile_text_color\":\"050005\",\"statuses_count\":1548,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/360157959\\/8687204-arri-re-plan-de-dentelle-noire-avec-motif-avec-la-fleur-de-forme-sur-fond-blanc.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"eb0707\",\"followers_count\":153,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1800891796\\/ana_normal.jpg\",\"description\":\"Fashion blogger: Love Alexander Wang, Champagne and Macaroons!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"206375512\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/360157959\\/8687204-arri-re-plan-de-dentelle-noire-avec-motif-avec-la-fleur-de-forme-sur-fond-blanc.jpg\",\"profile_sidebar_fill_color\":\"dbd8db\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1800891796\\/ana_normal.jpg\",\"name\":\"Anahi Lozza\",\"default_profile_image\":false,\"created_at\":\"Fri Oct 22 20:55:52 +0000 2010\",\"profile_sidebar_border_color\":\"eb0707\",\"id\":206375512,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/www.anahilozza.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192118293102593,\"created_at\":\"Fri Feb 24 23:46:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4033000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e67caa81-e0ac-41aa-bb92-48cea29b0fa2-173192118293102593" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart hihihih #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1437002627/DSCN4392_normal.jpg" +}, +"title": "Alban Liabeuf: #ilpart hihihih #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4033000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilpart hihihih #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[16,20]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192119656255488\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Albanliabeuf\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":161,\"location\":\"Paris la D\\u00e9fense \",\"profile_text_color\":\"333333\",\"followers_count\":50,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1437002627\\/DSCN4392_normal.jpg\",\"description\":\"vous les autres et moi, mode, photos, finance, geek et n'importe quoi \",\"statuses_count\":410,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"25846622\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Alban Liabeuf\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Mar 22 17:27:25 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":25846622,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/alban-liabeuf\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1437002627\\/DSCN4392_normal.jpg\"},\"truncated\":false,\"id\":173192119656255488,\"created_at\":\"Fri Feb 24 23:46:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4033000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ebd08a6a-52e3-41cb-8635-d43a8d95e512-173192119656255488" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais c'est quoi cette émission?? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1101561780/image_normal.jpg" +}, +"title": "Guillaume: Mais c'est quoi cette émission?? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4033000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais c'est quoi cette \\u00e9mission?? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192119857594368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":108,\"screen_name\":\"guillau_me\",\"lang\":\"en\",\"profile_text_color\":\"663B12\",\"statuses_count\":690,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"1F98C7\",\"followers_count\":36,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1101561780\\/image_normal.jpg\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C6E2EE\",\"id_str\":\"150652594\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"profile_sidebar_fill_color\":\"DAECF4\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1101561780\\/image_normal.jpg\",\"name\":\"Guillaume\",\"default_profile_image\":false,\"created_at\":\"Tue Jun 01 13:36:33 +0000 2010\",\"profile_sidebar_border_color\":\"C6E2EE\",\"id\":150652594,\"utc_offset\":3600,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192119857594368,\"created_at\":\"Fri Feb 24 23:46:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4033000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a5581153-b752-4f64-81af-68c6ae62239d-173192119857594368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "OMG #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1744362318/Captotof80x80_normal.gif" +}, +"title": "Christophe D.: OMG #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4034000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"OMG #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[4,8]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192121170399232\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":197,\"screen_name\":\"Captotofr\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10348,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/163567548\\/Captotof.gif\",\"location\":\"Ile de France\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":205,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1744362318\\/Captotof80x80_normal.gif\",\"description\":\"\\u00c9tudiant en deuxi\\u00e8me ann\\u00e9e de BTS IRIS, un penchant prononc\\u00e9 pour l'Informatique, v\\u00e9n\\u00e8re un monde ouvert et libre. Sourd et fier de l'\\u00eatre!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"117175320\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/163567548\\/Captotof.gif\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1744362318\\/Captotof80x80_normal.gif\",\"name\":\"Christophe D.\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 24 19:43:28 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":117175320,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192121170399232,\"created_at\":\"Fri Feb 24 23:46:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4034000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "666a1653-8b4a-41d0-9ee9-f84871735a8c-173192121170399232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin président !!! #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1579063362/images_normal.jpg" +}, +"title": "Where is my mind ?: Rollin président !!! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4034000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Rollin pr\\u00e9sident !!! #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[21,25]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192123565350913\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Look_out_post\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":79,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":28,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1579063362\\/images_normal.jpg\",\"description\":\"\",\"statuses_count\":1475,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"387379234\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Where is my mind ?\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Oct 08 23:30:51 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":387379234,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579063362\\/images_normal.jpg\"},\"truncated\":false,\"id\":173192123565350913,\"created_at\":\"Fri Feb 24 23:46:34 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4034000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3a694478-b904-43a7-b4d5-fce694aa2c8e-173192123565350913" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1757569804/eyes_normal.jpg" +}, +"title": "Cédric COUTRON: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4034000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192124890755072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":628,\"screen_name\":\"CCOUTRON\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15978,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/273259598\\/Delacroix1.jpg\",\"location\":\"Bordeaux\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"038543\",\"followers_count\":815,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1757569804\\/eyes_normal.jpg\",\"description\":\"\\u00c9tudiant en philosophie, passionn\\u00e9 d'astronomie, fl\\u00e2neur du web & un peu blogueur...\\r\\n\\r\\n\\u00ab Il faut choisir : se reposer ou \\u00eatre libre. \\u00bb Thucydide\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"id_str\":\"190306273\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/273259598\\/Delacroix1.jpg\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757569804\\/eyes_normal.jpg\",\"name\":\"C\\u00e9dric COUTRON\",\"default_profile_image\":false,\"created_at\":\"Mon Sep 13 16:30:35 +0000 2010\",\"profile_sidebar_border_color\":\"EEEEEE\",\"id\":190306273,\"utc_offset\":3600,\"favourites_count\":799,\"url\":\"http:\\/\\/desmotsetdesmondes.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192124890755072,\"created_at\":\"Fri Feb 24 23:46:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4034000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "399fea66-c845-4d1c-a007-879a47204e5f-173192124890755072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#pugilat !!! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1834243408/epicure_normal.jpg" +}, +"title": "FG: #pugilat !!! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4035000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#pugilat !!! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"pugilat\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192127633821696\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"FG_Cthulhu\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":183,\"location\":\"D\\u00e9localisation fr\\u00e9quente\",\"profile_text_color\":\"333333\",\"followers_count\":176,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1834243408\\/epicure_normal.jpg\",\"description\":\"H\\u00e9doniste passionn\\u00e9 de la vie, \\u00e9tudiant en philosophie et sociologie et curieux de tout le reste. Blog \\u00e0 venir.\",\"statuses_count\":4391,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/165243127\\/105vbyo.jpg\",\"show_all_inline_media\":false,\"listed_count\":15,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"129479601\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"FG\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/165243127\\/105vbyo.jpg\",\"created_at\":\"Sun Apr 04 12:23:05 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":129479601,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1834243408\\/epicure_normal.jpg\"},\"truncated\":false,\"id\":173192127633821696,\"created_at\":\"Fri Feb 24 23:46:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4035000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0c992be-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "80062bb4-1f69-4136-a929-5bb7d6dc19e3-173192127633821696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw fait un hommage à Droit de Réponse ? #baston :-)", +"img": { +"src": "http://a0.twimg.com/profile_images/1829448981/douani_gris_normal.jpeg" +}, +"title": "damien douani: #lgw fait un hommage à Droit de Réponse ? #baston :-)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4036000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw fait un hommage \\u00e0 Droit de R\\u00e9ponse ? #baston :-)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"baston\",\"indices\":[42,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192131198976002\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1507,\"screen_name\":\"damiendouani\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":24562,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":464,\"profile_link_color\":\"0084B4\",\"followers_count\":5557,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1829448981\\/douani_gris_normal.jpeg\",\"description\":\"New media lover \\/ Digital curator \\/ Serial blogger \\/ #InnoNapo #IgniteParis co-organizer\\/ Innovation maven \\/ Creativity addict \\/ Alpha Geek \\/ FaDa social agency\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"8221752\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1829448981\\/douani_gris_normal.jpeg\",\"name\":\"damien douani\",\"default_profile_image\":false,\"created_at\":\"Thu Aug 16 11:57:56 +0000 2007\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":8221752,\"utc_offset\":3600,\"favourites_count\":163,\"url\":\"http:\\/\\/www.damiendouani.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192131198976002,\"created_at\":\"Fri Feb 24 23:46:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4036000, +"tags": [ +{ +"id-ref": "f0c9b2f8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "acf553ed-a02d-4c94-9a3f-bbd3459953c7-173192131198976002" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1115735941/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png" +}, +"title": "Christophe Ponsolle: #ilReste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4040000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilReste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192146428493825\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"CPonsolle\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":364,\"location\":\"\",\"profile_text_color\":\"999393\",\"followers_count\":971,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\",\"description\":\"Co-fondateur de NoWatch et co-pr\\u00e9sentateur de ZapCast\",\"statuses_count\":1208,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"show_all_inline_media\":false,\"listed_count\":110,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d4d4d4\",\"protected\":false,\"id_str\":\"25338852\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Christophe Ponsolle\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57339653\\/forme-illustration-gris-20_-_-logo.png\",\"created_at\":\"Thu Mar 19 17:06:04 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":25338852,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1115735941\\/7f27a108-5eb4-4ac3-a6e6-de6fcabde4ee_normal.png\"},\"truncated\":false,\"id\":173192146428493825,\"created_at\":\"Fri Feb 24 23:46:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4040000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4ddd7722-7e17-4510-9e3e-ab4c73418db4-173192146428493825" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1525098848/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg" +}, +"title": "Michael J.: #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4040000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192149096071168\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":150,\"screen_name\":\"Martyornot\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":2683,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/378350402\\/war_dictators.jpg\",\"location\":\"Rouen, Normandie\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":101,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1525098848\\/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg\",\"description\":\"#Traveler #geek #retrogaming #videogames #Normandie #rouen #Coupdecouteaudanslaglotte !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"112498831\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378350402\\/war_dictators.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1525098848\\/183219_1802661462292_1112499116_2172166_8041184_n_normal.jpg\",\"name\":\"Michael J.\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 08 18:34:33 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":112498831,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192149096071168,\"created_at\":\"Fri Feb 24 23:46:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4040000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "23ca47e2-a5b0-43c4-8498-eeb993148522-173192149096071168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1787819252/marie-laure_drider_normal.jpg" +}, +"title": "MaryloR: #ilreste #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4041000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"ilreste\",\"indices\":[9,17]},{\"text\":\"lgw\",\"indices\":[18,22]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192151813984256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":422,\"screen_name\":\"Marylor\",\"lang\":\"en\",\"profile_text_color\":\"9100ff\",\"statuses_count\":1054,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/342436364\\/Pailletes_turquoise.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"ff36f8\",\"followers_count\":162,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1787819252\\/marie-laure_drider_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"id_str\":\"30841074\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342436364\\/Pailletes_turquoise.jpg\",\"profile_sidebar_fill_color\":\"dae5eb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1787819252\\/marie-laure_drider_normal.jpg\",\"name\":\"MaryloR\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 13 10:12:15 +0000 2009\",\"profile_sidebar_border_color\":\"7066d9\",\"id\":30841074,\"utc_offset\":-10800,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192151813984256,\"created_at\":\"Fri Feb 24 23:46:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4041000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2805c9f5-2b55-4d7b-ad7e-032019c05eb4-173192151813984256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Trends fr #1: #lgw #2: #cQui #3: #ilReste, le podium pour #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/37455262/titou_150_normal.jpg" +}, +"title": "Pierre Titou LANNES: Trends fr #1: #lgw #2: #cQui #3: #ilReste, le podium pour #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4042000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Trends fr #1: #lgw #2: #cQui #3: #ilReste, le podium pour #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]},{\"text\":\"cQui\",\"indices\":[23,28]},{\"text\":\"ilReste\",\"indices\":[33,41]},{\"text\":\"lgw\",\"indices\":[58,62]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.2306588,48.8869026],[2.2841562,48.8869026],[2.2841562,48.9082685],[2.2306588,48.9082685]]]},\"attributes\":{},\"full_name\":\"Courbevoie, Hauts-de-Seine\",\"place_type\":\"city\",\"name\":\"Courbevoie\",\"id\":\"30b5d37dd5aae12a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/30b5d37dd5aae12a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192154750005248\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":268,\"screen_name\":\"titounet\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5080,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/421488521\\/2005-09_La_Reunion_014.jpg\",\"location\":\"IDF, Gers 32, Landes 40, PO 66\",\"show_all_inline_media\":true,\"listed_count\":35,\"profile_link_color\":\"9D582E\",\"followers_count\":449,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/37455262\\/titou_150_normal.jpg\",\"description\":\"Ergonome facteurs humains et organisationnels, #ergonomie des interfaces hommes-machines #UX. Gascon, Pyr\\u00e9n\\u00e9es, gastronomie, festayre, rugby, surf\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"10461152\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421488521\\/2005-09_La_Reunion_014.jpg\",\"profile_sidebar_fill_color\":\"fcf1c7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/37455262\\/titou_150_normal.jpg\",\"name\":\"Pierre Titou LANNES\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 22 06:18:31 +0000 2007\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":10461152,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/titou.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192154750005248,\"created_at\":\"Fri Feb 24 23:46:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4042000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "52c20e97-3e1e-4d68-9eff-d5a3c71c007a-173192154750005248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Apres le LT #Cesars2012 maintenant c'est le LT #lgw . Je n'en ai regarde aucun donc je suis un peu a la rue...", +"img": { +"src": "http://a2.twimg.com/profile_images/1838854364/image_normal.jpg" +}, +"title": "Celine: Apres le LT #Cesars2012 maintenant c'est le LT #lgw . Je n'en ai regarde aucun donc je suis un peu a la rue...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4044000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Apres le LT #Cesars2012 maintenant c'est le LT #lgw . Je n'en ai regarde aucun donc je suis un peu a la rue...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Cesars2012\",\"indices\":[12,23]},{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192164833112064\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":537,\"screen_name\":\"McMademoiselle\",\"lang\":\"en\",\"profile_text_color\":\"634047\",\"statuses_count\":5174,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"location\":\"Limerick, Ireland\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"088253\",\"followers_count\":280,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1838854364\\/image_normal.jpg\",\"description\":\"Goofball, rugby fan, beer, food, wine & fun lover... Just a silly French girl really. Ardent Toulouse and XV de France supporter, and sometimes beauty blogger\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Dublin\",\"profile_background_color\":\"EDECE9\",\"id_str\":\"288357486\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838854364\\/image_normal.jpg\",\"name\":\"Celine\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 26 18:18:58 +0000 2011\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":288357486,\"utc_offset\":0,\"favourites_count\":1,\"url\":\"http:\\/\\/mcmademoisellelikes.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192164833112064,\"created_at\":\"Fri Feb 24 23:46:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4044000, +"tags": [ +{ +"id-ref": "ef243180-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b5fa144f-24da-4198-b861-9c8ea60b717d-173192164833112064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est dommage, ça devrait passer un peu plus tard encore #lgw !", +"img": { +"src": "http://a2.twimg.com/profile_images/1840715858/oeuf_normal.jpg" +}, +"title": "Samy Nimum: C'est dommage, ça devrait passer un peu plus tard encore #lgw !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4044000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est dommage, \\u00e7a devrait passer un peu plus tard encore #lgw !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[57,61]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192166103973888\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"samy_nimum\",\"lang\":\"fr\",\"profile_text_color\":\"525052\",\"statuses_count\":697,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/354370207\\/23upfrr.jpg\",\"location\":\"Chamb\\u00e9ry\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0b7012\",\"followers_count\":85,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1840715858\\/oeuf_normal.jpg\",\"description\":\"Guitarist @EyesOfVerona\\r\\nSee & Share : http:\\/\\/www.youtube.com\\/watch?feature=player_detailpage&v=2gqJEs1teSE\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"246752511\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/354370207\\/23upfrr.jpg\",\"profile_sidebar_fill_color\":\"c8cbcc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840715858\\/oeuf_normal.jpg\",\"name\":\"Samy Nimum\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 03 11:52:07 +0000 2011\",\"profile_sidebar_border_color\":\"9c9c9c\",\"id\":246752511,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192166103973888,\"created_at\":\"Fri Feb 24 23:46:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4044000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "76f85c62-b28e-4698-96e0-14ff6b8a291c-173192166103973888" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw #rollin :p", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: #ilpart #lgw #rollin :p", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4044000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilpart #lgw #rollin :p\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]},{\"text\":\"rollin\",\"indices\":[13,20]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192165948801024\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f2b87e\",\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":251,\"location\":\"Nantes\\/Cholet\",\"profile_text_color\":\"333333\",\"followers_count\":275,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"statuses_count\":6515,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Magalie Baudry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_fill_color\":\"f7a64a\",\"id\":172314328,\"follow_request_sent\":null,\"utc_offset\":-7200,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\"},\"truncated\":false,\"id\":173192165948801024,\"created_at\":\"Fri Feb 24 23:46:44 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4044000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa96512-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1de4ee9f-13ec-40d4-9012-c3cc4cf95795-173192165948801024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #onsennuie", +"img": { +"src": "http://a0.twimg.com/profile_images/1836489540/humanrage1_normal.jpg" +}, +"title": "Androids: #lgw #onsennuie", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4045000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #onsennuie\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"onsennuie\",\"indices\":[5,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192170688352256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":188,\"screen_name\":\"Androids974\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1508,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":69,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"description\":\"Spectateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"id_str\":\"58974537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"name\":\"Androids\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 22 00:25:26 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":58974537,\"utc_offset\":null,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192170688352256,\"created_at\":\"Fri Feb 24 23:46:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4045000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0ca8dd6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2dbd5609-4e39-4c2e-ad11-d2f913efc7af-173192170688352256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On s'ennuie #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1766000100/Avatar-Cabaroc_normal.gif" +}, +"title": "Jp cabaroc: On s'ennuie #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4046000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On s'ennuie #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192171623682049\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":978,\"screen_name\":\"Cabaroc\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6909,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/404422929\\/fond_twitter.jpg\",\"location\":\"Saint-\\u00c9tienne - France\",\"show_all_inline_media\":false,\"listed_count\":173,\"profile_link_color\":\"416763\",\"followers_count\":1679,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1766000100\\/Avatar-Cabaroc_normal.gif\",\"description\":\"Hi, i'm a freelance graphic designer and art director. I also teach webdesign at Ecole Bellecour (Lyon) #Identity #Design #Print #Webdesign\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"104964807\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404422929\\/fond_twitter.jpg\",\"profile_sidebar_fill_color\":\"f6f6f6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1766000100\\/Avatar-Cabaroc_normal.gif\",\"name\":\"Jp cabaroc\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 14 23:13:01 +0000 2010\",\"profile_sidebar_border_color\":\"dddcda\",\"id\":104964807,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/www.cabaroc.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192171623682049,\"created_at\":\"Fri Feb 24 23:46:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4046000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6d30c40b-63db-47fe-a6d5-74179dc5e64d-173192171623682049" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On s'ennuie… ou pas #cQui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: On s'ennuie… ou pas #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4046000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On s'ennuie\\u2026 ou pas #cQui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[20,25]},{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192174731669504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192174731669504,\"created_at\":\"Fri Feb 24 23:46:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4046000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "111e8f10-a591-4ad2-b105-cbf70a750cbe-173192174731669504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @en_toute_amitie: Au lieu de vous ennuyer sur #lgw allez donc faire un tour sur le Sprylateshow : http://t.co/0zb0xyN5 #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1809411362/pic2012_normal.jpg" +}, +"title": "Cyril Letonnelier: RT @en_toute_amitie: Au lieu de vous ennuyer sur #lgw allez donc faire un tour sur le Sprylateshow : http://t.co/0zb0xyN5 #ilpart", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4047000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @en_toute_amitie: Au lieu de vous ennuyer sur #lgw allez donc faire un tour sur le Sprylateshow : http:\\/\\/t.co\\/0zb0xyN5 #ilpart\",\"entities\":{\"urls\":[{\"indices\":[101,121],\"display_url\":\"lateshow.spry.fr\\/live\\/\",\"expanded_url\":\"http:\\/\\/lateshow.spry.fr\\/live\\/\",\"url\":\"http:\\/\\/t.co\\/0zb0xyN5\"}],\"user_mentions\":[{\"screen_name\":\"en_toute_amitie\",\"indices\":[3,19],\"name\":\"en_toute_amiti\\u00e9\",\"id_str\":\"448561829\",\"id\":448561829}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]},{\"text\":\"ilpart\",\"indices\":[123,130]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Au lieu de vous ennuyer sur #lgw allez donc faire un tour sur le Sprylateshow : http:\\/\\/t.co\\/0zb0xyN5 #ilpart\",\"entities\":{\"urls\":[{\"indices\":[80,100],\"display_url\":\"lateshow.spry.fr\\/live\\/\",\"expanded_url\":\"http:\\/\\/lateshow.spry.fr\\/live\\/\",\"url\":\"http:\\/\\/t.co\\/0zb0xyN5\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]},{\"text\":\"ilpart\",\"indices\":[102,109]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191562057101313\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"en_toute_amitie\",\"lang\":\"fr\",\"favourites_count\":11,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":251,\"location\":\"Rouen\",\"profile_text_color\":\"333333\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843252271\\/pptwt123_normal.jpg\",\"description\":\"FILF ^^ En toute amiti\\u00e9, j'ai relativement envie d'\\u00eatre ... Caz sp\\u00e9cial, cultivacteur de mes envies et fabricant d'ailes pour mes fils.\",\"statuses_count\":1047,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/396348547\\/189.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"448561829\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"en_toute_amiti\\u00e9\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396348547\\/189.jpg\",\"created_at\":\"Wed Dec 28 04:10:29 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":448561829,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/moi-c-cxx.over-blog.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843252271\\/pptwt123_normal.jpg\"},\"truncated\":false,\"id\":173191562057101313,\"created_at\":\"Fri Feb 24 23:44:20 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192177227276288\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"000000\",\"screen_name\":\"cyriloo\",\"lang\":\"fr\",\"favourites_count\":22,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":227,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":610,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1809411362\\/pic2012_normal.jpg\",\"description\":\"R\\u00e9dac chef @jvorg & staff @gmp3 @ambianceurs. Hipster du jeu vid\\u00e9o, insomniaque, Ma\\u00eetre Secret, jeune & Officiel. #FYI\",\"statuses_count\":13745,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418547049\\/background.jpg\",\"show_all_inline_media\":true,\"listed_count\":28,\"profile_link_color\":\"a80d0d\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1f1f1f\",\"protected\":false,\"id_str\":\"14557064\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cyril Letonnelier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418547049\\/background.jpg\",\"created_at\":\"Sun Apr 27 10:53:40 +0000 2008\",\"profile_sidebar_fill_color\":\"f0f0f0\",\"id\":14557064,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.since1988.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809411362\\/pic2012_normal.jpg\"},\"truncated\":false,\"id\":173192177227276288,\"created_at\":\"Fri Feb 24 23:46:47 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4047000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "386c1060-b0a7-4541-8c09-c201433447c9-173192177227276288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Pierre_B_y Tiens je vois aussi des #StadedeFrance en plus de #lgw et du hashtag mystère #cqui #Çapartenlive !", +"img": { +"src": "http://a2.twimg.com/profile_images/1727412144/image_normal.jpg" +}, +"title": "Jessica Boni-Lambert: @Pierre_B_y Tiens je vois aussi des #StadedeFrance en plus de #lgw et du hashtag mystère #cqui #Çapartenlive !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4050000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Pierre_B_y\",\"favorited\":false,\"text\":\"@Pierre_B_y Tiens je vois aussi des #StadedeFrance en plus de #lgw et du hashtag myst\\u00e8re #cqui #\\u00c7apartenlive !\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Pierre_B_y\",\"indices\":[0,11],\"name\":\"Pierre B.\",\"id_str\":\"104184883\",\"id\":104184883}],\"hashtags\":[{\"text\":\"StadedeFrance\",\"indices\":[36,50]},{\"text\":\"lgw\",\"indices\":[62,66]},{\"text\":\"cqui\",\"indices\":[89,94]},{\"text\":\"\\u00c7apartenlive\",\"indices\":[95,108]}]},\"in_reply_to_user_id\":104184883,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173191726507360259,\"in_reply_to_status_id_str\":\"173191726507360259\",\"id_str\":\"173192188052766721\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ebdae9\",\"screen_name\":\"JessBoniLambert\",\"lang\":\"fr\",\"favourites_count\":51,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":680,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727412144\\/image_normal.jpg\",\"description\":\"Cr\\u00e9atrice de mode passionn\\u00e9e de #rugby (www.rugbydolls.com) \\r\\nMy passions: Rugby, Fashion and photography.\\r\\nNe tourne pas rond (mais plut\\u00f4t ovale)\",\"statuses_count\":17229,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/391267445\\/Twitter2.jpg\",\"show_all_inline_media\":false,\"listed_count\":41,\"profile_link_color\":\"CC3366\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"protected\":false,\"id_str\":\"111092027\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Jessica Boni-Lambert\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391267445\\/Twitter2.jpg\",\"created_at\":\"Wed Feb 03 19:54:54 +0000 2010\",\"profile_sidebar_fill_color\":\"f7e6e6\",\"id\":111092027,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.leblogdejess.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727412144\\/image_normal.jpg\"},\"truncated\":false,\"id\":173192188052766721,\"created_at\":\"Fri Feb 24 23:46:50 +0000 2012\",\"in_reply_to_user_id_str\":\"104184883\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4050000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0cafc8a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "855de035-dc99-4f09-9b32-681b01941a0e-173192188052766721" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Joli! RT @Jalila Now Watching #lgw l'émission de tv avec une timeline dedans", +"img": { +"src": "http://a0.twimg.com/profile_images/1847864928/101221patricktwitterKloutandKred_normal.png" +}, +"title": "P*trick B*rr*bé 【ツ】™: Joli! RT @Jalila Now Watching #lgw l'émission de tv avec une timeline dedans", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4050000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Joli! RT @Jalila Now Watching #lgw l'\\u00e9mission de tv avec une timeline dedans\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Jalila\",\"indices\":[9,16],\"id_str\":\"23075266\",\"name\":\"Jalila Levesque\",\"id\":23075266}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192188044394497\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":371,\"screen_name\":\"barrabe\",\"lang\":\"en\",\"profile_text_color\":\"414141\",\"statuses_count\":13550,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/393962408\\/twitterfond.jpg\",\"location\":\"R\\u00e9union, Paris, Twitterverse\",\"show_all_inline_media\":false,\"listed_count\":174,\"profile_link_color\":\"505cc9\",\"followers_count\":1808,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1847864928\\/101221patricktwitterKloutandKred_normal.png\",\"description\":\"The second only person on Twitter who doesn\\u2019t claim to be a social media guru | \\u262e | \\u2642\\u03b1 | nerd with a social geek interface - RainMaker - aka @WebRoutard \\u9644\\u52a0\\u503c\\u7684\\u521b\\u9020\\u8005\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"7814772\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/393962408\\/twitterfond.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1847864928\\/101221patricktwitterKloutandKred_normal.png\",\"name\":\"P*trick B*rr*b\\u00e9 \\u3010\\u30c4\\u3011\\u2122\",\"default_profile_image\":false,\"created_at\":\"Mon Jul 30 09:02:18 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":7814772,\"utc_offset\":3600,\"favourites_count\":216,\"url\":\"http:\\/\\/f\\u016bn.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192188044394497,\"created_at\":\"Fri Feb 24 23:46:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4050000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9f6ca13b-3679-4d71-9614-5d5ee62d982a-173192188044394497" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Haha j'ai vu ma PP dans #LGW. J'aime cette émission en fait.", +"img": { +"src": "http://a3.twimg.com/profile_images/1676302062/Sans_titre_1_normal.jpg" +}, +"title": "ZS: Haha j'ai vu ma PP dans #LGW. J'aime cette émission en fait.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4052000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Haha j'ai vu ma PP dans #LGW. J'aime cette \\u00e9mission en fait.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192197531906049\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Alboss_ZS\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":136,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\",\"description\":\"Passionn\\u00e9 de m\\u00e9dias, politique, actualit\\u00e9. Je tweete sur tout ce qui bouge, \\u00e0 peu pr\\u00e8s. En campagne pour #NS2012. Mais j'ai des followers #FDG et j'le vis bien.\",\"statuses_count\":3835,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"429480778\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"ZS\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Dec 06 01:09:27 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":429480778,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\"},\"truncated\":false,\"id\":173192197531906049,\"created_at\":\"Fri Feb 24 23:46:52 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4052000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "35d13d42-5cf7-4f18-927c-fc4f9a750df5-173192197531906049" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@tatamirugby sur le haut de la pile! #cqui #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1789960694/Arnaud_H_guy_et_Moi_normal.PNG" +}, +"title": "Thibault: @tatamirugby sur le haut de la pile! #cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4053000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@tatamirugby sur le haut de la pile! #cqui #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"tatamirugby\",\"indices\":[0,12],\"id_str\":\"27248204\",\"name\":\"Marius\",\"id\":27248204}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[37,42]},{\"text\":\"LGW\",\"indices\":[43,47]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192201998843904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"27248204\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":230,\"screen_name\":\"thibaultdpr\",\"lang\":\"fr\",\"profile_text_color\":\"ebebeb\",\"statuses_count\":3666,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Aquitaine,FRANCE.\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"255c70\",\"followers_count\":291,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1789960694\\/Arnaud_H_guy_et_Moi_normal.PNG\",\"description\":\"Rugby en grande majorit\\u00e9. Sport. Actu.Pays Basque. F\\u00e9rias.\\r\\nGrand supporter de @agen_rugby !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"222526\",\"id_str\":\"348755668\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"272829\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1789960694\\/Arnaud_H_guy_et_Moi_normal.PNG\",\"name\":\"Thibault\",\"default_profile_image\":false,\"created_at\":\"Thu Aug 04 23:21:40 +0000 2011\",\"profile_sidebar_border_color\":\"323333\",\"id\":348755668,\"utc_offset\":-10800,\"favourites_count\":16,\"url\":\"http:\\/\\/15vs15.wordpress.com\\/\"},\"in_reply_to_screen_name\":\"tatamirugby\",\"truncated\":false,\"id\":173192201998843904,\"created_at\":\"Fri Feb 24 23:46:53 +0000 2012\",\"in_reply_to_user_id\":27248204}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4053000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4659ca81-fb0e-41b5-a077-7fa6745677c9-173192201998843904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On s'ennuie. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1790460791/321337_263307607025331_100000382824231_896532_532472435_n_normal.jpg" +}, +"title": "Meylia: On s'ennuie. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4054000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"On s'ennuie. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192208562929664\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"F2E195\",\"screen_name\":\"OrnythorincBleu\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":148,\"location\":\"\",\"profile_text_color\":\"0C3E53\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1790460791\\/321337_263307607025331_100000382824231_896532_532472435_n_normal.jpg\",\"description\":\"\",\"statuses_count\":103,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/412329299\\/321337_263307607025331_100000382824231_896532_532472435_n.jpg\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"BADFCD\",\"protected\":false,\"id_str\":\"258358271\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Meylia\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412329299\\/321337_263307607025331_100000382824231_896532_532472435_n.jpg\",\"created_at\":\"Sun Feb 27 14:59:32 +0000 2011\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"id\":258358271,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1790460791\\/321337_263307607025331_100000382824231_896532_532472435_n_normal.jpg\"},\"truncated\":false,\"id\":173192208562929664,\"created_at\":\"Fri Feb 24 23:46:54 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4054000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d1e4b4c1-f9d1-4785-82f0-0f48fff13df6-173192208562929664" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Pierre_B_y Vous voulez faire monter le #Cqui en tête ? #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1813693284/photo__3__normal.JPG" +}, +"title": "Charly M.: @Pierre_B_y Vous voulez faire monter le #Cqui en tête ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4056000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Pierre_B_y Vous voulez faire monter le #Cqui en t\\u00eate ? #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Pierre_B_y\",\"indices\":[0,11],\"id_str\":\"104184883\",\"name\":\"Pierre B.\",\"id\":104184883}],\"urls\":[],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[40,45]},{\"text\":\"LGW\",\"indices\":[56,60]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192217136074753\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"104184883\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":199,\"screen_name\":\"SeriousCharly\",\"lang\":\"en\",\"profile_text_color\":\"050303\",\"statuses_count\":59235,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":147,\"profile_link_color\":\"2c30ab\",\"followers_count\":1946,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"description\":\"Ours parisien de 20 ans, \\u00e9tudiant en \\u00e9cole de commerce \\u00e0 Nantes et lyonnais de coeur. Je r\\u00e2le contre tout et je tweete foot.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c2bec2\",\"id_str\":\"149298036\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"profile_sidebar_fill_color\":\"dcdded\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"name\":\"Charly M.\",\"default_profile_image\":false,\"created_at\":\"Fri May 28 23:10:49 +0000 2010\",\"profile_sidebar_border_color\":\"5e69ab\",\"id\":149298036,\"utc_offset\":3600,\"favourites_count\":653,\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/CharIy\"},\"in_reply_to_screen_name\":\"Pierre_B_y\",\"truncated\":false,\"id\":173192217136074753,\"created_at\":\"Fri Feb 24 23:46:56 +0000 2012\",\"in_reply_to_user_id\":104184883}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4056000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4ca873a3-3958-47c1-9081-1f4775c3437c-173192217136074753" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#Lgw #chnage2ton", +"img": { +"src": "http://a0.twimg.com/profile_images/1494947744/chaperon_normal.jpg" +}, +"title": "RonRonChaperon: #Lgw #chnage2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4057000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#Lgw #chnage2ton\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[0,4]},{\"text\":\"chnage2ton\",\"indices\":[6,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192219593932801\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"840846\",\"screen_name\":\"RonRonChaperon\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":113,\"location\":\"Pays des loups\",\"profile_text_color\":\"FD9D77\",\"followers_count\":30,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1494947744\\/chaperon_normal.jpg\",\"description\":\"Cherche mon gros loup\",\"statuses_count\":137,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/316006376\\/x1c58d25cd2e003ef493aa666c581a1a.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"FE7471\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"EBC79B\",\"protected\":false,\"id_str\":\"346544671\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"RonRonChaperon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/316006376\\/x1c58d25cd2e003ef493aa666c581a1a.png\",\"created_at\":\"Mon Aug 01 12:55:32 +0000 2011\",\"profile_sidebar_fill_color\":\"DA4968\",\"id\":346544671,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1494947744\\/chaperon_normal.jpg\"},\"truncated\":false,\"id\":173192219593932801,\"created_at\":\"Fri Feb 24 23:46:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4057000, +"tags": [ +{ +"id-ref": "f0cba126-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "289af893-f1d6-4758-b882-41b3c3270b37-173192219593932801" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW @FlorencePorcel Aucune dignité !... J'aime ça ^^ #RegisGaillard", +"img": { +"src": "http://a1.twimg.com/profile_images/1683439580/IMG00016-20111107-1743_normal.jpg" +}, +"title": "Wilfried DIGUET: #LGW @FlorencePorcel Aucune dignité !... J'aime ça ^^ #RegisGaillard", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4057000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#LGW @FlorencePorcel Aucune dignit\\u00e9 !... J'aime \\u00e7a ^^ #RegisGaillard\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[5,20],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"RegisGaillard\",\"indices\":[54,68]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192219270971394\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"WilfriedDiguet\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":60,\"location\":\"Rouen\",\"profile_text_color\":\"333333\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1683439580\\/IMG00016-20111107-1743_normal.jpg\",\"description\":\"\",\"statuses_count\":7,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"358129074\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Wilfried DIGUET\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Aug 19 12:34:44 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":358129074,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683439580\\/IMG00016-20111107-1743_normal.jpg\"},\"truncated\":false,\"id\":173192219270971394,\"created_at\":\"Fri Feb 24 23:46:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4057000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0cbc160-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d471d385-68aa-44c4-b7af-1bc4a112ee12-173192219270971394" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1737835878/28310_403409769373_707764373_4089795_8073551_n_normal.jpg" +}, +"title": "igor reteno: #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4057000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192219833016320\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":355,\"screen_name\":\"Igorreteno\",\"lang\":\"it\",\"profile_text_color\":\"333333\",\"statuses_count\":37210,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429495126\\/11-venise.JPG\",\"location\":\"paris\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"9D582E\",\"followers_count\":298,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1737835878\\/28310_403409769373_707764373_4089795_8073551_n_normal.jpg\",\"description\":\" je suis paradoxal , bien dans ma tete et amoureux de venise , les mots sont mes amis et les rencontres aussi surtout quand elles sont belles\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"id_str\":\"99097843\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429495126\\/11-venise.JPG\",\"profile_sidebar_fill_color\":\"EADEAA\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1737835878\\/28310_403409769373_707764373_4089795_8073551_n_normal.jpg\",\"name\":\"igor reteno\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 24 12:50:20 +0000 2009\",\"profile_sidebar_border_color\":\"D9B17E\",\"id\":99097843,\"utc_offset\":3600,\"favourites_count\":170,\"url\":\"http:\\/\\/igorreteno.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192219833016320,\"created_at\":\"Fri Feb 24 23:46:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4057000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5e4ab462-f649-416b-bd6f-090532fe8f37-173192219833016320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @frinnock: @plumesdanges il n'y a rien à comprendre, cette émission est de l'art abstrait web 2.0 #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1775456404/zetourist_avatar_normal.png" +}, +"title": "Zetourist: RT @frinnock: @plumesdanges il n'y a rien à comprendre, cette émission est de l'art abstrait web 2.0 #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4057000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @frinnock: @plumesdanges il n'y a rien \\u00e0 comprendre, cette \\u00e9mission est de l'art abstrait web 2.0 #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"frinnock\",\"indices\":[3,12],\"name\":\"FrinnockBoChar\",\"id_str\":\"40014489\",\"id\":40014489},{\"screen_name\":\"plumesdanges\",\"indices\":[14,27],\"name\":\"plumesdanges\",\"id_str\":\"27325670\",\"id\":27325670}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[101,105]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":\"plumesdanges\",\"favorited\":false,\"text\":\"@plumesdanges il n'y a rien \\u00e0 comprendre, cette \\u00e9mission est de l'art abstrait web 2.0 #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"plumesdanges\",\"indices\":[0,13],\"name\":\"plumesdanges\",\"id_str\":\"27325670\",\"id\":27325670}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[87,91]}]},\"in_reply_to_user_id\":27325670,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173188038187417600,\"in_reply_to_status_id_str\":\"173188038187417600\",\"id_str\":\"173188414735261696\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"87bc44\",\"screen_name\":\"frinnock\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":170,\"location\":\"\",\"profile_text_color\":\"000000\",\"followers_count\":155,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\",\"description\":\"Plantigrade normand, musicien deuchiste\",\"statuses_count\":14422,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0000ff\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"protected\":false,\"id_str\":\"40014489\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"FrinnockBoChar\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/86269903\\/twilk_background_4bac567da9eb8.jpg\",\"created_at\":\"Thu May 14 15:22:28 +0000 2009\",\"profile_sidebar_fill_color\":\"e0ff92\",\"id\":40014489,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638771347\\/deuch_normal.jpeg\"},\"truncated\":false,\"id\":173188414735261696,\"created_at\":\"Fri Feb 24 23:31:50 +0000 2012\",\"in_reply_to_user_id_str\":\"27325670\"},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192219694612480\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Zetourist\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1005,\"location\":\"Cyberespace\",\"profile_text_color\":\"333333\",\"followers_count\":1377,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1775456404\\/zetourist_avatar_normal.png\",\"description\":\"Pirate\",\"statuses_count\":17385,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/57801775\\/nirvana.jpg\",\"show_all_inline_media\":true,\"listed_count\":124,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"35454634\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Zetourist\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57801775\\/nirvana.jpg\",\"created_at\":\"Sun Apr 26 12:24:39 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":35454634,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/ddi.partipirate.org\\/fr\\/txt\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775456404\\/zetourist_avatar_normal.png\"},\"truncated\":false,\"id\":173192219694612480,\"created_at\":\"Fri Feb 24 23:46:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4057000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "08578bab-5130-4aef-8b39-ec84f76ba7c0-173192219694612480" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un direct, un beau plateau, des invites potentiellement marrants, mais ou sont les sujets? Cest preparé? On s'ennuie... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1351731819/Logo-FF_normal.jpg" +}, +"title": "Fix: Un direct, un beau plateau, des invites potentiellement marrants, mais ou sont les sujets? Cest preparé? On s'ennuie... #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4058000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Un direct, un beau plateau, des invites potentiellement marrants, mais ou sont les sujets? Cest prepar\\u00e9? On s'ennuie... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[120,124]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192223171686400\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"FilmsFix\",\"lang\":\"fr\",\"favourites_count\":4,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":198,\"location\":\"France, Paris\",\"profile_text_color\":\"d6ac04\",\"followers_count\":569,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1351731819\\/Logo-FF_normal.jpg\",\"description\":\"Vous aimez le cin\\u00e9ma et les news insolites ? Ca tombe bien, nous aussi !\",\"statuses_count\":5366,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/193820189\\/Fond-filmsfix-twitter-Web2000px.jpg\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"242424\",\"protected\":false,\"id_str\":\"126344795\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Fix\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/193820189\\/Fond-filmsfix-twitter-Web2000px.jpg\",\"created_at\":\"Thu Mar 25 15:21:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":126344795,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.filmsfix.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1351731819\\/Logo-FF_normal.jpg\"},\"truncated\":false,\"id\":173192223171686400,\"created_at\":\"Fri Feb 24 23:46:58 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4058000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9ccd604b-d373-4804-9f57-68c2c5b93716-173192223171686400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "how the hell do i get out of this? Basketball's 101 Most Disrespectful Moments #lgw Jaheim Jaheim http://t.co/rsiFdk2D give it a try", +"img": { +"src": "http://a0.twimg.com/profile_images/1850996577/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg" +}, +"title": "Jesusa Hollis: how the hell do i get out of this? Basketball's 101 Most Disrespectful Moments #lgw Jaheim Jaheim http://t.co/rsiFdk2D give it a try", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4059000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"how the hell do i get out of this? Basketball's 101 Most Disrespectful Moments #lgw Jaheim Jaheim http:\\/\\/t.co\\/rsiFdk2D give it a try\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[98,118],\"expanded_url\":\"http:\\/\\/tiny.cc\\/1zt8i\",\"display_url\":\"tiny.cc\\/1zt8i\",\"url\":\"http:\\/\\/t.co\\/rsiFdk2D\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[79,83]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192226816524291\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"Jesusayizqk\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":1,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"502043013\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\",\"name\":\"Jesusa Hollis\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 24 19:07:06 +0000 2012\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":502043013,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192226816524291,\"created_at\":\"Fri Feb 24 23:46:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4059000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8f8ef0fb-e130-4b56-ab67-4bd9dac8e4fc-173192226816524291" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon, ok, #IlPart pour moi #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1848652502/332954645_normal.jpg" +}, +"title": "Leila Agic: Bon, ok, #IlPart pour moi #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4059000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Bon, ok, #IlPart pour moi #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"IlPart\",\"indices\":[9,16]},{\"text\":\"lgw\",\"indices\":[26,30]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192229597356032\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f50e48\",\"screen_name\":\"LeilaAgic\",\"lang\":\"fr\",\"favourites_count\":200,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1197,\"location\":\"Bruxelles\",\"profile_text_color\":\"d61170\",\"followers_count\":1721,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\",\"description\":\"Ancienne co-Responsable Internet et campagne jeunes pour @RoyalSegolene lors de primaires citoyennes. Socialo-Ecolo-S\\u00e9gol\\u00e9niste #SRoyal \\/ #FH2012 \\/ #NVB2012\",\"statuses_count\":13607,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"show_all_inline_media\":true,\"listed_count\":103,\"profile_link_color\":\"23acc4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"79575617\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Leila Agic\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/382568227\\/NouveauTwwwiter.jpg\",\"created_at\":\"Sat Oct 03 22:02:21 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":79575617,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/on.fb.me\\/hSrN0O\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848652502\\/332954645_normal.jpg\"},\"truncated\":false,\"id\":173192229597356032,\"created_at\":\"Fri Feb 24 23:46:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4059000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "00cdfc76-e1e0-479e-937d-8e4bfc3cc8ab-173192229597356032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw #ilpart #lgw #ilpart #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1838462962/w314uSp6_normal" +}, +"title": "myPlanetarium: #ilpart #lgw #ilpart #lgw #ilpart #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4059000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilpart #lgw #ilpart #lgw #ilpart #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]},{\"text\":\"ilpart\",\"indices\":[13,20]},{\"text\":\"lgw\",\"indices\":[21,25]},{\"text\":\"ilpart\",\"indices\":[26,33]},{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192229333106689\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":268,\"screen_name\":\"my_Planetarium_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2853,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"La D\\u00e9fense\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":121,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\",\"description\":\"myplanetarium.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"302897276\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838462962\\/w314uSp6_normal\",\"name\":\"myPlanetarium\",\"default_profile_image\":false,\"created_at\":\"Sat May 21 23:24:01 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":302897276,\"utc_offset\":3600,\"favourites_count\":124,\"url\":\"http:\\/\\/myplanetarium.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192229333106689,\"created_at\":\"Fri Feb 24 23:46:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4059000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "63bdbcc4-f5d8-4046-b93e-ee10991ae56f-173192229333106689" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW : Et Vinvin ? #Cqui ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW : Et Vinvin ? #Cqui ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4060000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW : Et Vinvin ? #Cqui ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]},{\"text\":\"Cqui\",\"indices\":[19,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192230364917761\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27166,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192230364917761,\"created_at\":\"Fri Feb 24 23:47:00 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4060000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9f206906-c688-413c-9c00-670f6243fb62-173192230364917761" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "\"@METACAPUCHE: En fait les tweets c'est drôle sur Twitter. À la télé c'est comme raconter ta chouille de samedi dernier à ta gd-mère\" #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1754094119/arton136_normal.jpg" +}, +"title": "SF: \"@METACAPUCHE: En fait les tweets c'est drôle sur Twitter. À la télé c'est comme raconter ta chouille de samedi dernier à ta gd-mère\" #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4061000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\\"@METACAPUCHE: En fait les tweets c'est dr\\u00f4le sur Twitter. \\u00c0 la t\\u00e9l\\u00e9 c'est comme raconter ta chouille de samedi dernier \\u00e0 ta gd-m\\u00e8re\\\" #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"METACAPUCHE\",\"indices\":[1,13],\"id_str\":\"125661667\",\"name\":\"Capuche\",\"id\":125661667}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[134,138]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192235322585088\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":203,\"screen_name\":\"SFCDT\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":981,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"OK, je sors.\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"followers_count\":45,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1754094119\\/arton136_normal.jpg\",\"description\":\"Compte non officiel de SF CDT\\r\\r & j'aime bien les esperluettes Avatar : Mondrian drawing lookalike by angelolaplace.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"EBEBEB\",\"id_str\":\"428381996\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1754094119\\/arton136_normal.jpg\",\"name\":\"SF\",\"default_profile_image\":false,\"created_at\":\"Sun Dec 04 17:59:28 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":428381996,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192235322585088,\"created_at\":\"Fri Feb 24 23:47:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4061000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d5adf609-aa9e-443e-918e-6f321c402e59-173192235322585088" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Hey ta vue ma gueule sur #lgw http://t.co/ARi6R5E4", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: Hey ta vue ma gueule sur #lgw http://t.co/ARi6R5E4", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4061000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Hey ta vue ma gueule sur #lgw http:\\/\\/t.co\\/ARi6R5E4\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[31,51],\"expanded_url\":\"http:\\/\\/ow.ly\\/i\\/tCPq\",\"display_url\":\"ow.ly\\/i\\/tCPq\",\"url\":\"http:\\/\\/t.co\\/ARi6R5E4\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192236647985152\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39036,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192236647985152,\"created_at\":\"Fri Feb 24 23:47:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4061000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b45529b6-c29b-4079-9524-7d5b6290e407-173192236647985152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Merci à @Vinvin qui vient de m'aider à régler les couleurs de ma TV à l'aide de ses gouts vestimentaires... #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1185009106/LoganSan_normal.jpg" +}, +"title": "LoganSan: Merci à @Vinvin qui vient de m'aider à régler les couleurs de ma TV à l'aide de ses gouts vestimentaires... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4061000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Merci \\u00e0 @Vinvin qui vient de m'aider \\u00e0 r\\u00e9gler les couleurs de ma TV \\u00e0 l'aide de ses gouts vestimentaires... #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[8,15],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[108,112]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.osfoora.com\\\" rel=\\\"nofollow\\\"\\u003EOsfoora for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192237105152001\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Logadra\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"Dans sa t\\u00eate\",\"profile_text_color\":\"666666\",\"followers_count\":67,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1185009106\\/LoganSan_normal.jpg\",\"description\":\"Quand je me regarde, je me fais peur, quand je me compare, je me rassure.\",\"statuses_count\":1834,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/174602461\\/1006.jpg\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"54017870\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"LoganSan\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/174602461\\/1006.jpg\",\"created_at\":\"Sun Jul 05 21:49:41 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":54017870,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.stupidocratie.net\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1185009106\\/LoganSan_normal.jpg\"},\"truncated\":false,\"id\":173192237105152001,\"created_at\":\"Fri Feb 24 23:47:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4061000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "17636cb8-5b09-4081-aa56-52a87607b946-173192237105152001" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze @Vinvin demander #cQui @francoisrollin c'est quand même dramatique non ? #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1713700556/327757_2697599712091_1019576402_2912106_1387153583_o_normal.jpg" +}, +"title": "Florian PolteauGomez: @LeGrandWebze @Vinvin demander #cQui @francoisrollin c'est quand même dramatique non ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4063000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LeGrandWebze @Vinvin demander #cQui @francoisrollin c'est quand m\\u00eame dramatique non ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385},{\"screen_name\":\"Vinvin\",\"indices\":[14,21],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522},{\"screen_name\":\"francoisrollin\",\"indices\":[37,52],\"id_str\":\"369489076\",\"name\":\"rollin\",\"id\":369489076}],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[31,36]},{\"text\":\"lgw\",\"indices\":[87,91]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173191766185480192\",\"id_str\":\"173192243233038336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173191766185480192,\"in_reply_to_user_id_str\":\"365949385\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":222,\"screen_name\":\"flopogo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3189,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/388570408\\/twitter_copie.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"009999\",\"followers_count\":133,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1713700556\\/327757_2697599712091_1019576402_2912106_1387153583_o_normal.jpg\",\"description\":\"Fondateur & R\\u00e9dac Chef de @FemmesDeSport \\/ Sportsbook Content Manager @PMU_Sportif \\/ Capitaine de @LiverpoolFrance FC \\/ Joueur Loisir \\u00e0 @IssyParisHand \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"377264102\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/388570408\\/twitter_copie.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1713700556\\/327757_2697599712091_1019576402_2912106_1387153583_o_normal.jpg\",\"name\":\"Florian PolteauGomez\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 21 09:00:53 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":377264102,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.femmesdesport.com\"},\"in_reply_to_screen_name\":\"LeGrandWebze\",\"truncated\":false,\"id\":173192243233038336,\"created_at\":\"Fri Feb 24 23:47:03 +0000 2012\",\"in_reply_to_user_id\":365949385}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4063000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "95d78a33-6096-46d4-abda-8a91c1058d91-173192243233038336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin, #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart mais #IlPart vite du #LGW! ;)", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Rollin, #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart mais #IlPart vite du #LGW! ;)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4064000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Rollin, #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart mais #IlPart vite du #LGW! ;)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"IlPart\",\"indices\":[8,15]},{\"text\":\"IlPart\",\"indices\":[16,23]},{\"text\":\"IlPart\",\"indices\":[24,31]},{\"text\":\"IlPart\",\"indices\":[32,39]},{\"text\":\"IlPart\",\"indices\":[40,47]},{\"text\":\"IlPart\",\"indices\":[48,55]},{\"text\":\"IlPart\",\"indices\":[56,63]},{\"text\":\"IlPart\",\"indices\":[64,71]},{\"text\":\"IlPart\",\"indices\":[72,79]},{\"text\":\"IlPart\",\"indices\":[80,87]},{\"text\":\"IlPart\",\"indices\":[88,95]},{\"text\":\"IlPart\",\"indices\":[96,103]},{\"text\":\"IlPart\",\"indices\":[109,116]},{\"text\":\"LGW\",\"indices\":[126,130]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192246894669824\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"111405\",\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":912,\"location\":\"Alsace, France\",\"profile_text_color\":\"a3c23e\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"statuses_count\":4894,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Hugo SCHOCH\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_fill_color\":\"9ca871\",\"id\":175540303,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/only.hug33k.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\"},\"truncated\":false,\"id\":173192246894669824,\"created_at\":\"Fri Feb 24 23:47:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4064000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5871dc74-3190-463f-a36c-e5ebba567756-173192246894669824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "release me from the pain. haha. how crazy #lgw #YouKnowSheRatchetIf We Wait For Jonas Jaheim http://t.co/rsiFdk2D prove it for yourself", +"img": { +"src": "http://a0.twimg.com/profile_images/1850996577/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg" +}, +"title": "Jesusa Hollis: release me from the pain. haha. how crazy #lgw #YouKnowSheRatchetIf We Wait For Jonas Jaheim http://t.co/rsiFdk2D prove it for yourself", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4064000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"release me from the pain. haha. how crazy #lgw #YouKnowSheRatchetIf We Wait For Jonas Jaheim http:\\/\\/t.co\\/rsiFdk2D prove it for yourself\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[93,113],\"expanded_url\":\"http:\\/\\/tiny.cc\\/1zt8i\",\"display_url\":\"tiny.cc\\/1zt8i\",\"url\":\"http:\\/\\/t.co\\/rsiFdk2D\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]},{\"text\":\"YouKnowSheRatchetIf\",\"indices\":[47,67]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192248274583552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"Jesusayizqk\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":2,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"502043013\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\",\"name\":\"Jesusa Hollis\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 24 19:07:06 +0000 2012\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":502043013,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192248274583552,\"created_at\":\"Fri Feb 24 23:47:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4064000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0bdf008-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "faf46be1-4213-4342-bae2-66659ce219e6-173192248274583552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Benoît, #change2ton stp, merci #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1741566630/___-_Copie_normal.png" +}, +"title": "Sarah: Benoît, #change2ton stp, merci #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4064000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Beno\\u00eet, #change2ton stp, merci #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[8,19]},{\"text\":\"lgw\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192247574138880\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"bcb302\",\"screen_name\":\"Sarasiroou\",\"lang\":\"en\",\"favourites_count\":60,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":540,\"location\":\"Morocco\",\"profile_text_color\":\"473623\",\"followers_count\":638,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1741566630\\/___-_Copie_normal.png\",\"description\":\"Digital native. Share ideas AND moods real news NOT rumors Sometimes shy OR too talkative \\r\\n #dcdc devotee \",\"statuses_count\":3139,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/419005175\\/NewYorkPublicLibrary.jpg\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"8a7302\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"0f0a02\",\"protected\":false,\"id_str\":\"326701370\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Sarah\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/419005175\\/NewYorkPublicLibrary.jpg\",\"created_at\":\"Thu Jun 30 10:30:14 +0000 2011\",\"profile_sidebar_fill_color\":\"171106\",\"id\":326701370,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1741566630\\/___-_Copie_normal.png\"},\"truncated\":false,\"id\":173192247574138880,\"created_at\":\"Fri Feb 24 23:47:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4064000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a6116c44-e167-4f09-a2a2-a51a6bf090e8-173192247574138880" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@SeriousCharly Oui #Cqui #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @SeriousCharly Oui #Cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4064000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"SeriousCharly\",\"favorited\":false,\"text\":\"@SeriousCharly Oui #Cqui #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"SeriousCharly\",\"indices\":[0,14],\"name\":\"Charly M.\",\"id_str\":\"149298036\",\"id\":149298036}],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[19,24]},{\"text\":\"LGW\",\"indices\":[25,29]}]},\"in_reply_to_user_id\":149298036,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173192217136074753,\"in_reply_to_status_id_str\":\"173192217136074753\",\"id_str\":\"173192246760448000\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"favourites_count\":254,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":156,\"location\":\"Paris Montparnasse - Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"statuses_count\":34448,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":104184883,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\"},\"truncated\":false,\"id\":173192246760448000,\"created_at\":\"Fri Feb 24 23:47:04 +0000 2012\",\"in_reply_to_user_id_str\":\"149298036\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4064000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "96424f34-da1e-47d5-ad93-db7c77bed475-173192246760448000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw surtout pour le // Bigard Astier", +"img": { +"src": "http://a0.twimg.com/profile_images/1759900261/image1326744906_normal.png" +}, +"title": "TobyZiegler: #ilreste #lgw surtout pour le // Bigard Astier", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4067000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw surtout pour le \\/\\/ Bigard Astier\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192259884429313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":215,\"screen_name\":\"3141592RMuck\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2873,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432900319\\/gC8LD.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"bdb517\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1759900261\\/image1326744906_normal.png\",\"description\":\"De mauvaise foi. Parle parfois de g\\u00e9omatique, de citoyennet\\u00e9 ou de cuisine.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"121414\",\"id_str\":\"174279076\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432900319\\/gC8LD.jpg\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759900261\\/image1326744906_normal.png\",\"name\":\"TobyZiegler\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 03 15:04:11 +0000 2010\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":174279076,\"utc_offset\":3600,\"favourites_count\":56,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192259884429313,\"created_at\":\"Fri Feb 24 23:47:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4067000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "117bf71e-1977-4ef3-8974-4f4ca52990f2-173192259884429313" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon, alors #ilreste #lgw mais moi c'est pas sûr...", +"img": { +"src": "http://a0.twimg.com/profile_images/1841672766/18052011_002_twt_normal.jpg" +}, +"title": "Pascal R : Bon, alors #ilreste #lgw mais moi c'est pas sûr...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4067000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon, alors #ilreste #lgw mais moi c'est pas s\\u00fbr...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[11,19]},{\"text\":\"lgw\",\"indices\":[20,24]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192259557269504\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":186,\"screen_name\":\"PTwicard\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1290,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"location\":\"terre, syst solaire, v. lact\\u00e9e\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0099CC\",\"followers_count\":26,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1841672766\\/18052011_002_twt_normal.jpg\",\"description\":\"Retweeteur compulsif ?\\r\\nVoici mon fil Twitter officiel et si c'est \\u00e9crit c'est que \\u00e7a doit \\u00eatre vrai.\\r\\nFan des Nuls. Et de Coluche ! Metooer too, des fois.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"448753241\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme19\\/bg.gif\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841672766\\/18052011_002_twt_normal.jpg\",\"name\":\"Pascal R \",\"default_profile_image\":false,\"created_at\":\"Wed Dec 28 10:07:55 +0000 2011\",\"profile_sidebar_border_color\":\"fff8ad\",\"id\":448753241,\"utc_offset\":3600,\"favourites_count\":87,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192259557269504,\"created_at\":\"Fri Feb 24 23:47:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4067000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "32037b6e-8077-4ba6-af6d-b803c6a27654-173192259557269504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @semioblog: La V4 de #lgw est de l'ordre de la performance artistique/humoristique ! @vinvin", +"img": { +"src": "http://a2.twimg.com/profile_images/1310420518/image_normal.jpg" +}, +"title": "Royer Charles-Henri: RT @semioblog: La V4 de #lgw est de l'ordre de la performance artistique/humoristique ! @vinvin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4067000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @semioblog: La V4 de #lgw est de l'ordre de la performance artistique\\/humoristique ! @vinvin\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"semioblog\",\"indices\":[3,13],\"name\":\"Virginie Spies\",\"id_str\":\"10078802\",\"id\":10078802},{\"screen_name\":\"Vinvin\",\"indices\":[88,95],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"La V4 de #lgw est de l'ordre de la performance artistique\\/humoristique ! @vinvin\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[73,80],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191906329772032\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"65B0DA\",\"screen_name\":\"semioblog\",\"lang\":\"fr\",\"favourites_count\":39,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1838,\"location\":\"France\",\"profile_text_color\":\"3D1957\",\"followers_count\":4602,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1794583178\\/Virginie_Spies_photo_studio_normal.jpg\",\"description\":\"Researcher. Ma\\u00eetre de Conf\\u00e9rences - S\\u00e9miologue - Sp\\u00e9cialiste des m\\u00e9dias audiovisuels. Analyste des m\\u00e9dias, de la t\\u00e9l\\u00e9vision, r\\u00e9seaux sociaux et presse people.\",\"statuses_count\":19754,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/12678863\\/mireTV.jpg\",\"show_all_inline_media\":false,\"listed_count\":250,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"protected\":false,\"id_str\":\"10078802\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Virginie Spies\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/12678863\\/mireTV.jpg\",\"created_at\":\"Thu Nov 08 21:08:31 +0000 2007\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"id\":10078802,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.semiologie-television.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1794583178\\/Virginie_Spies_photo_studio_normal.jpg\"},\"truncated\":false,\"id\":173191906329772032,\"created_at\":\"Fri Feb 24 23:45:42 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192261604089856\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"charleshenriroy\",\"lang\":\"fr\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":543,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":211,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\",\"description\":\"France 5 #cdanslair #cadire #cavous #mediaslemag #mva #lgw mais c est un fil perso. \",\"statuses_count\":636,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"185396126\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Royer Charles-Henri\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 31 22:03:35 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":185396126,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.france5.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1310420518\\/image_normal.jpg\"},\"truncated\":false,\"id\":173192261604089856,\"created_at\":\"Fri Feb 24 23:47:07 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4067000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9aef16c5-74d0-4e90-84b4-2f0774a7384f-173192261604089856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @pandanael: Vidéo Gag, c'était mieux avant. #Lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836489540/humanrage1_normal.jpg" +}, +"title": "Androids: RT @pandanael: Vidéo Gag, c'était mieux avant. #Lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4068000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @pandanael: Vid\\u00e9o Gag, c'\\u00e9tait mieux avant. #Lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"pandanael\",\"indices\":[3,13],\"id_str\":\"177984098\",\"name\":\"justice pandine\",\"id\":177984098}],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[47,51]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Vid\\u00e9o Gag, c'\\u00e9tait mieux avant. #Lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191214596755456\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1340,\"screen_name\":\"pandanael\",\"lang\":\"fr\",\"profile_text_color\":\"1a0e1a\",\"statuses_count\":28275,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"location\":\"Bambouseraie\",\"show_all_inline_media\":false,\"listed_count\":193,\"profile_link_color\":\"9058d1\",\"followers_count\":2570,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"description\":\"#NowPrending son bain. Ici, c'est comme chez m\\u00e9m\\u00e9. T'es gentil(le), un bisou. Tu fais chier, un coup de boule. #TarifUnique #Enjoy http:\\/\\/bit.ly\\/gIQZr4 \\r\\n\\r\\n \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"FFF04D\",\"id_str\":\"177984098\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/196906859\\/pandawarblanc.JPG\",\"profile_sidebar_fill_color\":\"f5fafa\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1650056809\\/pandadanssonbain_normal.JPG\",\"name\":\"justice pandine\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 13 15:30:49 +0000 2010\",\"profile_sidebar_border_color\":\"adffef\",\"id\":177984098,\"utc_offset\":3600,\"favourites_count\":1862,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191214596755456,\"created_at\":\"Fri Feb 24 23:42:57 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192266201038848\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":188,\"screen_name\":\"Androids974\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1508,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":69,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"description\":\"Spectateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"id_str\":\"58974537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"name\":\"Androids\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 22 00:25:26 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":58974537,\"utc_offset\":null,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192266201038848,\"created_at\":\"Fri Feb 24 23:47:08 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4068000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aadd241b-e93f-43f4-99dd-4bf30a39ba48-173192266201038848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Prêts pour grosse vague de #cqui #cqui #cqui ??? #lgw #StadedeFrance ? :)", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Prêts pour grosse vague de #cqui #cqui #cqui ??? #lgw #StadedeFrance ? :)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4069000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Pr\\u00eats pour grosse vague de #cqui #cqui #cqui ??? #lgw #StadedeFrance ? :)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[27,32]},{\"text\":\"cqui\",\"indices\":[33,38]},{\"text\":\"cqui\",\"indices\":[39,44]},{\"text\":\"lgw\",\"indices\":[49,53]},{\"text\":\"StadedeFrance\",\"indices\":[54,68]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192270764445696\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6701,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173192270764445696,\"created_at\":\"Fri Feb 24 23:47:09 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4069000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "921e40c1-f39d-4c75-8bca-74bde1de3e95-173192270764445696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "remettez les micros les gars #lgw #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/1700942619/godai4_normal.gif" +}, +"title": "Godai Yusaku: remettez les micros les gars #lgw #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4070000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"remettez les micros les gars #lgw #cQui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]},{\"text\":\"cQui\",\"indices\":[34,39]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192272484106242\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"EEEEEE\",\"screen_name\":\"__Yusaku\",\"lang\":\"fr\",\"favourites_count\":68,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":400,\"location\":\"Ile de France, Nancy, Toulois\",\"profile_text_color\":\"333333\",\"followers_count\":314,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\",\"description\":\"Directeur de Projet Client Info\\/telco - \\r\\nActivit\\u00e9s associatives - Geek et Nippophile \\u00e0 ses heures perdues\\r\\nMembre d'#AQDIL\",\"statuses_count\":13682,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"038543\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ACDED6\",\"protected\":false,\"id_str\":\"76995130\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Godai Yusaku\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/355063675\\/akemi_tadaka_005_1280x1024.jpg\",\"created_at\":\"Thu Sep 24 17:33:58 +0000 2009\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"id\":76995130,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jenebloguepas.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1700942619\\/godai4_normal.gif\"},\"truncated\":false,\"id\":173192272484106242,\"created_at\":\"Fri Feb 24 23:47:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4070000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "019a230c-b5e0-4f50-ae96-6fc93ad62967-173192272484106242" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Alors d'accord pour dire que #lgw c'est un kiff sous exta, mais pq nous faire un badtrip en invitant RémiGaillard #serieusement", +"img": { +"src": "http://a0.twimg.com/profile_images/1799488206/image_normal.jpg" +}, +"title": "Sébastien Périer: Alors d'accord pour dire que #lgw c'est un kiff sous exta, mais pq nous faire un badtrip en invitant RémiGaillard #serieusement", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4071000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Alors d'accord pour dire que #lgw c'est un kiff sous exta, mais pq nous faire un badtrip en invitant R\\u00e9miGaillard #serieusement\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]},{\"text\":\"serieusement\",\"indices\":[114,127]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192278574247937\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Yenaphe\",\"lang\":\"en\",\"favourites_count\":14,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":495,\"location\":\"Probablement\",\"profile_text_color\":\"333333\",\"followers_count\":1013,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1799488206\\/image_normal.jpg\",\"description\":\"Je ressemble \\u00e0 \\u00e7a, sauf quand \\u00e7a ne me ressemble pas.\",\"statuses_count\":5657,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/407607082\\/bg.jpg\",\"show_all_inline_media\":false,\"listed_count\":65,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"f2f2f2\",\"protected\":false,\"id_str\":\"30481941\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"S\\u00e9bastien P\\u00e9rier\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/407607082\\/bg.jpg\",\"created_at\":\"Sat Apr 11 17:09:55 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":30481941,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.politikaillera.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799488206\\/image_normal.jpg\"},\"truncated\":false,\"id\":173192278574247937,\"created_at\":\"Fri Feb 24 23:47:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4071000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0ce0682-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "19228fd1-8869-47a9-aed0-8f85a3d556f0-173192278574247937" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Rajouter des arabes pour mettre du move ! #tweetchelou", +"img": { +"src": "http://a3.twimg.com/profile_images/1784933236/matt-smith_normal.jpg" +}, +"title": "Mohamed: #lgw Rajouter des arabes pour mettre du move ! #tweetchelou", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4071000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Rajouter des arabes pour mettre du move ! #tweetchelou\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"tweetchelou\",\"indices\":[47,59]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192277668270080\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"MOHA59600\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":167,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":199,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1784933236\\/matt-smith_normal.jpg\",\"description\":\"Fan de cin\\u00e9ma, de football, g\\u00e9nie autoproclam\\u00e9. A un avis sur tout et sait tout mieux que tout le monde! Adepte du second degr\\u00e9!\",\"statuses_count\":9879,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"3dc1db\",\"protected\":false,\"id_str\":\"115394419\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Mohamed\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Feb 18 14:33:14 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":115394419,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/moha59600.football.fr\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1784933236\\/matt-smith_normal.jpg\"},\"truncated\":false,\"id\":173192277668270080,\"created_at\":\"Fri Feb 24 23:47:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4071000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0ce2612-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5e8e1e8c-1664-488e-8435-fed81db1ed9e-173192277668270080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "oui oui #onsennuie. u___u #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/506050933/chi-bricklovinfreak_normal.gif" +}, +"title": "micha: oui oui #onsennuie. u___u #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4071000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"oui oui #onsennuie. u___u #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"onsennuie\",\"indices\":[8,18]},{\"text\":\"lgw\",\"indices\":[26,30]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192277445976067\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":453,\"screen_name\":\"michaonthemoon\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":57775,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/94283053\\/f59c07.png\",\"location\":\"on the moon\",\"show_all_inline_media\":true,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"followers_count\":2541,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/506050933\\/chi-bricklovinfreak_normal.gif\",\"description\":\"i am... micha fierce.\\r\\ni am the girl behind @MJJNews.\\r\\nwarning: i rant a lot, and mostly in french.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"14463139\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/94283053\\/f59c07.png\",\"profile_sidebar_fill_color\":\"\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/506050933\\/chi-bricklovinfreak_normal.gif\",\"name\":\"micha\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 21 15:38:28 +0000 2008\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":14463139,\"utc_offset\":3600,\"favourites_count\":1272,\"url\":\"http:\\/\\/mjdreams.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192277445976067,\"created_at\":\"Fri Feb 24 23:47:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4071000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0ca8dd6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ee22ce42-b742-483d-a5bd-6481cd167f6d-173192277445976067" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/732688177/bi-cause_normal.jpg" +}, +"title": "Charles Liebert: RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4071000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @palmashow: Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"palmashow\",\"indices\":[3,13],\"id_str\":\"23782965\",\"name\":\"palmashow\",\"id\":23782965},{\"screen_name\":\"Vinvin\",\"indices\":[53,60],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Qu'est ce qu'on fait de la chemise de @vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[38,45],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[46,50]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173179924620910593\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":67,\"screen_name\":\"palmashow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1784,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":203,\"profile_link_color\":\"0084B4\",\"followers_count\":54755,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"description\":\"Very bad blagues, tous les soirs sur Direct 8 \\u00e0 20h00. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"23782965\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/109606738\\/Palmashow.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1808119203\\/Capture_d__cran_2012-02-06___11.43.34_normal.png\",\"name\":\"palmashow\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 11 16:04:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":23782965,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"http:\\/\\/www.facebook.com\\/palmashow\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173179924620910593,\"created_at\":\"Fri Feb 24 22:58:06 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192278389686272\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1158,\"screen_name\":\"Charles_Liebert\",\"lang\":\"en\",\"profile_text_color\":\"F522D5\",\"statuses_count\":48082,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"location\":\"Paris - Cap Ferret - Saugeras\",\"show_all_inline_media\":true,\"listed_count\":156,\"profile_link_color\":\"1AF51F\",\"followers_count\":2044,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"description\":\"Ex Digital Marketing Manager @ Orange Vall\\u00e9e, now Proud Founder of LGS Consulting (@LGS_Consulting). Curator, e-Ninja, Good Samaritan & Lover. #WLTW Official\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0E0F0F\",\"id_str\":\"610993\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/29762\\/00663_ghostfog_1280x800.jpg\",\"profile_sidebar_fill_color\":\"E0FF91\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/732688177\\/bi-cause_normal.jpg\",\"name\":\"Charles Liebert\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 07 20:26:15 +0000 2007\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":610993,\"utc_offset\":3600,\"favourites_count\":509,\"url\":\"http:\\/\\/www.charles-liebert.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192278389686272,\"created_at\":\"Fri Feb 24 23:47:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4071000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "58939420-f40a-4284-b548-cff7cea447cd-173192278389686272" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Han on l'a pas vu tweeter :p RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"img": { +"src": "http://a1.twimg.com/profile_images/1487846442/avatarTwitter_normal.jpg" +}, +"title": "Seb™: Han on l'a pas vu tweeter :p RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4071000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Han on l'a pas vu tweeter :p RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[32,39],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[81,85]},{\"text\":\"ilpart\",\"indices\":[86,93]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192278792343552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":418,\"screen_name\":\"_Swayb\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":100345,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"La Rochelle\",\"show_all_inline_media\":true,\"listed_count\":132,\"profile_link_color\":\"0084B4\",\"followers_count\":950,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1487846442\\/avatarTwitter_normal.jpg\",\"description\":\" Ch\\u00e9ri d'@onlylili. Et d'autres trucs.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"18868661\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1487846442\\/avatarTwitter_normal.jpg\",\"name\":\"Seb\\u2122\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 11 14:57:11 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":18868661,\"utc_offset\":3600,\"favourites_count\":45,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192278792343552,\"created_at\":\"Fri Feb 24 23:47:11 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4071000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ea92295d-ccbb-49d2-9a3f-83d00ffc96a6-173192278792343552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1828732029/Capture_normal.PNG" +}, +"title": "daraoucheh: RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4073000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Vinvin: Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[3,10],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]},{\"text\":\"ilpart\",\"indices\":[57,64]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je vous en prie faites qu'il parte !!!! #lgw #ilpart\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[40,44]},{\"text\":\"ilpart\",\"indices\":[45,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190479788244992\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"D3D2CF\",\"screen_name\":\"Vinvin\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":2216,\"location\":\"Paris, France\",\"profile_text_color\":\"634047\",\"followers_count\":18616,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\",\"description\":\"Auteur, Producteur (StoryCircus) et Com\\u00e9dien. Co-anime Le Grand Webze avec Fran\\u00e7ois Rollin sur France 5. Ecrit beaucoup.\",\"statuses_count\":13264,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":922,\"profile_link_color\":\"088253\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EDECE9\",\"protected\":false,\"id_str\":\"7223522\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Vinvin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme3\\/bg.gif\",\"created_at\":\"Tue Jul 03 07:35:16 +0000 2007\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"id\":7223522,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1707445439\\/Vinvin_chapeau_rouge_normal.jpg\"},\"truncated\":false,\"id\":173190479788244992,\"created_at\":\"Fri Feb 24 23:40:02 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192288166612992\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Daraoucheh\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":135,\"location\":\"Lyon\",\"profile_text_color\":\"333333\",\"followers_count\":11,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1828732029\\/Capture_normal.PNG\",\"description\":\"\",\"statuses_count\":10,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"492970836\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"daraoucheh\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Feb 15 09:38:53 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":492970836,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1828732029\\/Capture_normal.PNG\"},\"truncated\":false,\"id\":173192288166612992,\"created_at\":\"Fri Feb 24 23:47:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4073000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dcb924a9-f63b-4436-b854-e4476710dc2f-173192288166612992" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#onsennuie #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1845640313/x_c296a84d_normal.jpg" +}, +"title": "Pierre Croce: #onsennuie #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4073000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#onsennuie #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"onsennuie\",\"indices\":[0,10]},{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192287776550915\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":109,\"screen_name\":\"PierreCroce\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":202,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":131,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845640313\\/x_c296a84d_normal.jpg\",\"description\":\"Responsable Contenus Humour chez Dailymotion, et tente aussi des trucs sur sc\\u00e8ne : http:\\/\\/dai.ly\\/siCjLV\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"34305298\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845640313\\/x_c296a84d_normal.jpg\",\"name\":\"Pierre Croce\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 22 15:41:53 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":34305298,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/www.facebook.com\\/laminuteapropos\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192287776550915,\"created_at\":\"Fri Feb 24 23:47:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4073000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0ca8dd6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b3c45579-bbf2-4192-820d-5bb011e5bdc3-173192287776550915" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'me fais un peu chier, enfin, je veux dire, ça serait bien si je pigai la trame de l'émission. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1804590964/ZEFZA_normal.gif" +}, +"title": "Shik-a-Marrant: J'me fais un peu chier, enfin, je veux dire, ça serait bien si je pigai la trame de l'émission. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4073000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'me fais un peu chier, enfin, je veux dire, \\u00e7a serait bien si je pigai la trame de l'\\u00e9mission. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192285612277761\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"c0c3c4\",\"screen_name\":\"Shikamarrant\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":75,\"location\":\"Cela d\\u00e9pend o\\u00f9 vous \\u00eates\",\"profile_text_color\":\"333333\",\"followers_count\":20,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\",\"description\":\"Je ne suis pas fan de Naruto, mais j'ai trouv\\u00e9 le jeu de mot pas mal en fait. J'aurais pu en trouver un avec #Faisan\",\"statuses_count\":991,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"57607506\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Shik-a-Marrant\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Fri Jul 17 10:16:42 +0000 2009\",\"profile_sidebar_fill_color\":\"c0c3c4\",\"id\":57607506,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1804590964\\/ZEFZA_normal.gif\"},\"truncated\":false,\"id\":173192285612277761,\"created_at\":\"Fri Feb 24 23:47:13 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4073000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a9bb458d-c431-432a-827c-ecd9dde60538-173192285612277761" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cQui ce Rolin ?!", +"img": { +"src": "http://a0.twimg.com/profile_images/1851376669/gifs_zabuza_26_1__normal.gif" +}, +"title": "Ferhat Dendoune: #lgw #cQui ce Rolin ?!", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4074000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #cQui ce Rolin ?!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cQui\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192291584966657\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1993,\"screen_name\":\"Nara_Shikamaru4\",\"lang\":\"en\",\"profile_text_color\":\"542A1D\",\"statuses_count\":7126,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/421171500\\/Zabuza.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"EF3C7D\",\"followers_count\":505,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851376669\\/gifs_zabuza_26_1__normal.gif\",\"description\":\"Que les baltringues de Konoha commencent \\u00e0 chier dans leur froc. On vient pas du m\\u00eame endroit...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"F6E3D9\",\"id_str\":\"74527443\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/421171500\\/Zabuza.jpg\",\"profile_sidebar_fill_color\":\"F8C2DC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851376669\\/gifs_zabuza_26_1__normal.gif\",\"name\":\"Ferhat Dendoune\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 15 19:12:53 +0000 2009\",\"profile_sidebar_border_color\":\"C42639\",\"id\":74527443,\"utc_offset\":-10800,\"favourites_count\":4,\"url\":\"https:\\/\\/plus.google.com\\/104684333822937350642\\/about\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192291584966657,\"created_at\":\"Fri Feb 24 23:47:14 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4074000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "47f003e4-2bd0-413d-987a-a47abf4b4deb-173192291584966657" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "omg!! where can i find this? #lgw We Wait For Jonas Ryan Braun #powersongs http://t.co/rsiFdk2D check it out", +"img": { +"src": "http://a0.twimg.com/profile_images/1850996577/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg" +}, +"title": "Jesusa Hollis: omg!! where can i find this? #lgw We Wait For Jonas Ryan Braun #powersongs http://t.co/rsiFdk2D check it out", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4074000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"omg!! where can i find this? #lgw We Wait For Jonas Ryan Braun #powersongs http:\\/\\/t.co\\/rsiFdk2D check it out\",\"entities\":{\"urls\":[{\"indices\":[75,95],\"display_url\":\"tiny.cc\\/1zt8i\",\"expanded_url\":\"http:\\/\\/tiny.cc\\/1zt8i\",\"url\":\"http:\\/\\/t.co\\/rsiFdk2D\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]},{\"text\":\"powersongs\",\"indices\":[63,74]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192290305712128\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Jesusayizqk\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":0,\"location\":\"\",\"profile_text_color\":\"666666\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\",\"description\":\"\",\"statuses_count\":4,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"502043013\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jesusa Hollis\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Fri Feb 24 19:07:06 +0000 2012\",\"profile_sidebar_fill_color\":\"252429\",\"id\":502043013,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\"},\"truncated\":false,\"id\":173192290305712128,\"created_at\":\"Fri Feb 24 23:47:14 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4074000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0cf00a0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2db689ab-dfaa-424a-bbff-c33c5a37b8c3-173192290305712128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1337189874/oeil_normal.jpg" +}, +"title": "leothelast: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4075000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192294059622400\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":239,\"screen_name\":\"leoserpaggi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":326,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/347227309\\/IMG_4836-2.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1337189874\\/oeil_normal.jpg\",\"description\":\"Fl\\u00e2neur du web...A la recherche d'insolite, curiosit\\u00e9s, bons plans\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"291766269\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/347227309\\/IMG_4836-2.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1337189874\\/oeil_normal.jpg\",\"name\":\"leothelast\",\"default_profile_image\":false,\"created_at\":\"Mon May 02 15:45:26 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":291766269,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192294059622400,\"created_at\":\"Fri Feb 24 23:47:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4075000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5357614f-5f00-42b6-a3dc-8369cd4ded85-173192294059622400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@alexevan @LudoDelaherche faites quelque chose vite !!! ch'ais pas mettez vous top less ! (surtout @alexevan) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/645969850/Image_1_normal.jpg" +}, +"title": "Laurent Hermez: @alexevan @LudoDelaherche faites quelque chose vite !!! ch'ais pas mettez vous top less ! (surtout @alexevan) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4075000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@alexevan @LudoDelaherche faites quelque chose vite !!! ch'ais pas mettez vous top less ! (surtout @alexevan) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"alexevan\",\"indices\":[0,9],\"id_str\":\"33499701\",\"name\":\"alexandra evan\",\"id\":33499701},{\"screen_name\":\"LudoDelaherche\",\"indices\":[10,25],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061},{\"screen_name\":\"alexevan\",\"indices\":[101,110],\"id_str\":\"33499701\",\"name\":\"alexandra evan\",\"id\":33499701}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192293774393346\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"33499701\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":547,\"screen_name\":\"laurent70\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":5196,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/68596344\\/16947_265726962566_522657566_3216218_3534887_n.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":21,\"profile_link_color\":\"000000\",\"followers_count\":365,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/645969850\\/Image_1_normal.jpg\",\"description\":\"Copywriter at MRM Paris \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29409056\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/68596344\\/16947_265726962566_522657566_3216218_3534887_n.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/645969850\\/Image_1_normal.jpg\",\"name\":\"Laurent Hermez\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 07 08:07:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29409056,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/www.bouquiner.net\"},\"in_reply_to_screen_name\":\"alexevan\",\"truncated\":false,\"id\":173192293774393346,\"created_at\":\"Fri Feb 24 23:47:15 +0000 2012\",\"in_reply_to_user_id\":33499701}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4075000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "186cb9ac-b654-4b89-a9b1-149f4b3e83ab-173192293774393346" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Alboss_ZS: Haha j'ai vu ma PP dans #LGW. J'aime cette émission en fait.", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: RT @Alboss_ZS: Haha j'ai vu ma PP dans #LGW. J'aime cette émission en fait.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4075000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @Alboss_ZS: Haha j'ai vu ma PP dans #LGW. J'aime cette \\u00e9mission en fait.\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Alboss_ZS\",\"indices\":[3,13],\"id_str\":\"429480778\",\"name\":\"ZS\",\"id\":429480778}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[39,43]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Haha j'ai vu ma PP dans #LGW. J'aime cette \\u00e9mission en fait.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[24,28]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192197531906049\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":136,\"screen_name\":\"Alboss_ZS\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3834,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\",\"description\":\"Passionn\\u00e9 de m\\u00e9dias, politique, actualit\\u00e9. Je tweete sur tout ce qui bouge, \\u00e0 peu pr\\u00e8s. En campagne pour #NS2012. Mais j'ai des followers #FDG et j'le vis bien.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"429480778\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\",\"name\":\"ZS\",\"default_profile_image\":false,\"created_at\":\"Tue Dec 06 01:09:27 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":429480778,\"utc_offset\":null,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192197531906049,\"created_at\":\"Fri Feb 24 23:46:52 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192294667788288\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15003,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":262,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192294667788288,\"created_at\":\"Fri Feb 24 23:47:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4075000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5fc8cdf9-f794-4ecb-bce9-48d350cc224f-173192294667788288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Lalee_retour @b_roger_petit @chrispc34 A l'époque il y avait 3xplus net sur france3 mais twitter exisait pas ;-) #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1839682968/zzzzzzzzzzzzzzzzzzzz_normal.png" +}, +"title": "Alexandre Laflèche: @Lalee_retour @b_roger_petit @chrispc34 A l'époque il y avait 3xplus net sur france3 mais twitter exisait pas ;-) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4075000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Lalee_retour @b_roger_petit @chrispc34 A l'\\u00e9poque il y avait 3xplus net sur france3 mais twitter exisait pas ;-) #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Lalee_retour\",\"indices\":[0,13],\"id_str\":\"252150894\",\"name\":\"Lal\\u00e9e Pinoncely\",\"id\":252150894},{\"screen_name\":\"B_Roger_Petit\",\"indices\":[14,28],\"id_str\":\"48949826\",\"name\":\"Bruno Roger-Petit\",\"id\":48949826},{\"screen_name\":\"ChrisPC34\",\"indices\":[29,39],\"id_str\":\"133503769\",\"name\":\"Christophe Doublet\",\"id\":133503769}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[114,118]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173189397074808832\",\"id_str\":\"173192296383262720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173189397074808832,\"in_reply_to_user_id_str\":\"252150894\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":305,\"screen_name\":\"alexlafleche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":538,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"paris\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":148,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1839682968\\/zzzzzzzzzzzzzzzzzzzz_normal.png\",\"description\":\"#Socialmedia consultant, @You_socialmedia founder. Socialmedia paris TV, e-branding monitoring www.alexlafleche.com, TV & Radio #relationalbranding\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"022330\",\"id_str\":\"70361991\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839682968\\/zzzzzzzzzzzzzzzzzzzz_normal.png\",\"name\":\"Alexandre Lafl\\u00e8che\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 31 10:30:15 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":70361991,\"utc_offset\":-10800,\"favourites_count\":5,\"url\":\"http:\\/\\/twitter.com\\/you_socialmedia\"},\"in_reply_to_screen_name\":\"Lalee_retour\",\"truncated\":false,\"id\":173192296383262720,\"created_at\":\"Fri Feb 24 23:47:15 +0000 2012\",\"in_reply_to_user_id\":252150894}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4075000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d006f119-c9ea-4e42-8903-c6362772fcac-173192296383262720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @en_toute_amitie: Au lieu de vous ennuyer sur #lgw allez donc faire un tour sur le Sprylateshow : http://t.co/0zb0xyN5 #ilpart", +"img": { +"src": "http://a2.twimg.com/profile_images/1739853168/Short_Wolf_normal.png" +}, +"title": "The_Wolf: RT @en_toute_amitie: Au lieu de vous ennuyer sur #lgw allez donc faire un tour sur le Sprylateshow : http://t.co/0zb0xyN5 #ilpart", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4076000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @en_toute_amitie: Au lieu de vous ennuyer sur #lgw allez donc faire un tour sur le Sprylateshow : http:\\/\\/t.co\\/0zb0xyN5 #ilpart\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"en_toute_amitie\",\"indices\":[3,19],\"id_str\":\"448561829\",\"name\":\"en_toute_amiti\\u00e9\",\"id\":448561829}],\"urls\":[{\"indices\":[101,121],\"expanded_url\":\"http:\\/\\/lateshow.spry.fr\\/live\\/\",\"display_url\":\"lateshow.spry.fr\\/live\\/\",\"url\":\"http:\\/\\/t.co\\/0zb0xyN5\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]},{\"text\":\"ilpart\",\"indices\":[123,130]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Au lieu de vous ennuyer sur #lgw allez donc faire un tour sur le Sprylateshow : http:\\/\\/t.co\\/0zb0xyN5 #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[80,100],\"expanded_url\":\"http:\\/\\/lateshow.spry.fr\\/live\\/\",\"display_url\":\"lateshow.spry.fr\\/live\\/\",\"url\":\"http:\\/\\/t.co\\/0zb0xyN5\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]},{\"text\":\"ilpart\",\"indices\":[102,109]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191562057101313\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":251,\"screen_name\":\"en_toute_amitie\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1047,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/396348547\\/189.jpg\",\"location\":\"Rouen\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843252271\\/pptwt123_normal.jpg\",\"description\":\"FILF ^^ En toute amiti\\u00e9, j'ai relativement envie d'\\u00eatre ... Caz sp\\u00e9cial, cultivacteur de mes envies et fabricant d'ailes pour mes fils.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"448561829\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/396348547\\/189.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843252271\\/pptwt123_normal.jpg\",\"name\":\"en_toute_amiti\\u00e9\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 28 04:10:29 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":448561829,\"utc_offset\":3600,\"favourites_count\":11,\"url\":\"http:\\/\\/moi-c-cxx.over-blog.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191562057101313,\"created_at\":\"Fri Feb 24 23:44:20 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192298631413760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":402,\"screen_name\":\"Werewolfofhelms\",\"lang\":\"fr\",\"profile_text_color\":\"ffffff\",\"statuses_count\":10629,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/389048406\\/ghostrider_twitterskin_02.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":22,\"profile_link_color\":\"f26422\",\"followers_count\":486,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1739853168\\/Short_Wolf_normal.png\",\"description\":\"Game Designer, passionn\\u00e9 de jeu vid\\u00e9o, comics et de cin\\u00e9. J'\\u00e9cris pour Wolf Lair, Ultimate PS3 & Cineheroes.\\r\\nRaleur professionnel mais ne mords pas !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"162070882\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/389048406\\/ghostrider_twitterskin_02.jpg\",\"profile_sidebar_fill_color\":\"4a4a4a\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1739853168\\/Short_Wolf_normal.png\",\"name\":\"The_Wolf\",\"default_profile_image\":false,\"created_at\":\"Fri Jul 02 15:15:31 +0000 2010\",\"profile_sidebar_border_color\":\"353535\",\"id\":162070882,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.wolflair.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192298631413760,\"created_at\":\"Fri Feb 24 23:47:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4076000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d5860aff-5d5d-4b7b-8876-8b73cfc9fa76-173192298631413760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Mais qu'est-ce que c'est que ce concept de meeeeerde ???? O_0 !!!!", +"img": { +"src": "http://a2.twimg.com/profile_images/1799410700/Capture3_normal.PNG" +}, +"title": "Cédric: #lgw Mais qu'est-ce que c'est que ce concept de meeeeerde ???? O_0 !!!!", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4076000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Mais qu'est-ce que c'est que ce concept de meeeeerde ???? O_0 !!!!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192297985490944\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"CedriKP\",\"lang\":\"fr\",\"favourites_count\":72,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":621,\"location\":\"PinkCityVice - France\",\"profile_text_color\":\"3C3940\",\"followers_count\":1214,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1799410700\\/Capture3_normal.PNG\",\"description\":\"A fait sc.po mais pas l'ENA. Resp webmarketing SEO\\/SMO + ecommer\\u00e7ant. Com\\u00e9dien rat\\u00e9 mais f\\u00e9ru de Culture. Histoire, Art, Ninjutsu, et Gueule de bois.\",\"statuses_count\":9421,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":122,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"54663241\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"C\\u00e9dric\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"created_at\":\"Tue Jul 07 20:21:53 +0000 2009\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":54663241,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/seodenuit.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799410700\\/Capture3_normal.PNG\"},\"truncated\":false,\"id\":173192297985490944,\"created_at\":\"Fri Feb 24 23:47:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4076000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "371a6d30-87ed-4cc9-b961-5bfe88740091-173192297985490944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw C'est dommage les matchs de l'UFC sont cools. Pourquoi s'être arrêté ? Rollin - Vinvin v. Palmashow. P*tin c'est géant !", +"img": { +"src": "http://a0.twimg.com/profile_images/1694156609/737DALWinter_normal.jpg" +}, +"title": "Axel G. Hillbear: #lgw C'est dommage les matchs de l'UFC sont cools. Pourquoi s'être arrêté ? Rollin - Vinvin v. Palmashow. P*tin c'est géant !", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4076000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw C'est dommage les matchs de l'UFC sont cools. Pourquoi s'\\u00eatre arr\\u00eat\\u00e9 ? Rollin - Vinvin v. Palmashow. P*tin c'est g\\u00e9ant !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192300443348994\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":48,\"screen_name\":\"Hillbird21\",\"lang\":\"fr\",\"profile_text_color\":\"2e4b6e\",\"statuses_count\":174,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"000000\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1694156609\\/737DALWinter_normal.jpg\",\"description\":\"PC-Gaming (Wow odd.) & aviation (Wow super odd.) are my hobbies. Let's talk about everythin' !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"091314\",\"id_str\":\"406079380\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1694156609\\/737DALWinter_normal.jpg\",\"name\":\"Axel G. Hillbear\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 06 06:42:54 +0000 2011\",\"profile_sidebar_border_color\":\"336d70\",\"id\":406079380,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192300443348994,\"created_at\":\"Fri Feb 24 23:47:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4076000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ea85fbbe-4a95-4602-b457-f09932e23fa9-173192300443348994" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@JessBoniLambert Oui on mélange tout. #StadedeFrance #lgw #cqui", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @JessBoniLambert Oui on mélange tout. #StadedeFrance #lgw #cqui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4078000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"JessBoniLambert\",\"favorited\":false,\"text\":\"@JessBoniLambert Oui on m\\u00e9lange tout. #StadedeFrance #lgw #cqui\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"JessBoniLambert\",\"indices\":[0,16],\"name\":\"Jessica Boni-Lambert\",\"id_str\":\"111092027\",\"id\":111092027}],\"hashtags\":[{\"text\":\"StadedeFrance\",\"indices\":[38,52]},{\"text\":\"lgw\",\"indices\":[53,57]},{\"text\":\"cqui\",\"indices\":[58,63]}]},\"in_reply_to_user_id\":111092027,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173192188052766721,\"in_reply_to_status_id_str\":\"173192188052766721\",\"id_str\":\"173192305895936000\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"favourites_count\":254,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":156,\"location\":\"Paris Montparnasse - Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"statuses_count\":34448,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":104184883,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\"},\"truncated\":false,\"id\":173192305895936000,\"created_at\":\"Fri Feb 24 23:47:18 +0000 2012\",\"in_reply_to_user_id_str\":\"111092027\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4078000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ea780679-12df-4539-b71c-df16acb1ae7b-173192305895936000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @NkL4: RT @Hydraze @kheops2713 parle de @laquadrature sur #lgw http://t.co/1aYTTKMe pour plus d'informations", +"img": { +"src": "http://a0.twimg.com/profile_images/1652896495/31462_418563071095_586936095_5290073_3010281_a_normal.jpg" +}, +"title": "KheOps: RT @NkL4: RT @Hydraze @kheops2713 parle de @laquadrature sur #lgw http://t.co/1aYTTKMe pour plus d'informations", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4078000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @NkL4: RT @Hydraze @kheops2713 parle de @laquadrature sur #lgw http:\\/\\/t.co\\/1aYTTKMe pour plus d'informations\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"NkL4\",\"indices\":[3,8],\"id_str\":\"80576391\",\"name\":\"NkL4 \\u00a9 || Ludovic A.\",\"id\":80576391},{\"screen_name\":\"Hydraze\",\"indices\":[13,21],\"id_str\":\"37705430\",\"name\":\"Hydraze\",\"id\":37705430},{\"screen_name\":\"kheops2713\",\"indices\":[22,33],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177},{\"screen_name\":\"laquadrature\",\"indices\":[43,56],\"id_str\":\"21179585\",\"name\":\"La Quadrature du Net\",\"id\":21179585}],\"urls\":[{\"indices\":[66,86],\"expanded_url\":\"http:\\/\\/lqdn.fr\\/acta\",\"display_url\":\"lqdn.fr\\/acta\",\"url\":\"http:\\/\\/t.co\\/1aYTTKMe\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @Hydraze @kheops2713 parle de @laquadrature sur #lgw http:\\/\\/t.co\\/1aYTTKMe pour plus d'informations\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Hydraze\",\"indices\":[3,11],\"id_str\":\"37705430\",\"name\":\"Hydraze\",\"id\":37705430},{\"screen_name\":\"kheops2713\",\"indices\":[12,23],\"id_str\":\"321006177\",\"name\":\"KheOps\",\"id\":321006177},{\"screen_name\":\"laquadrature\",\"indices\":[33,46],\"id_str\":\"21179585\",\"name\":\"La Quadrature du Net\",\"id\":21179585}],\"urls\":[{\"indices\":[56,76],\"expanded_url\":\"http:\\/\\/lqdn.fr\\/acta\",\"display_url\":\"lqdn.fr\\/acta\",\"url\":\"http:\\/\\/t.co\\/1aYTTKMe\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173190467255672832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":580,\"screen_name\":\"NkL4\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":26213,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Saint Brieuc \\/ Bretagne\",\"show_all_inline_media\":true,\"listed_count\":116,\"profile_link_color\":\"0084B4\",\"followers_count\":999,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1731549557\\/old_normal.jpg\",\"description\":\"Hyper Local, Hyper Global, Web junkie, Androidoman.\\r\\nLa Bretagne, la France, le Monde, le Web !\\r\\nAmoureux du genre humain ! Pep hini zo libr ! #Social \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"80576391\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1731549557\\/old_normal.jpg\",\"name\":\"NkL4 \\u00a9 || Ludovic A.\",\"default_profile_image\":false,\"created_at\":\"Wed Oct 07 13:28:30 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":80576391,\"utc_offset\":3600,\"favourites_count\":204,\"url\":\"http:\\/\\/www.nkl4.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173190467255672832,\"created_at\":\"Fri Feb 24 23:39:59 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192309431738368\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":25,\"screen_name\":\"kheops2713\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":971,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":18,\"profile_link_color\":\"0084B4\",\"followers_count\":451,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"description\":\"Je clair, ne pas ?\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"321006177\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652896495\\/31462_418563071095_586936095_5290073_3010281_a_normal.jpg\",\"name\":\"KheOps\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 20 21:41:59 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":321006177,\"utc_offset\":null,\"favourites_count\":0,\"url\":\"http:\\/\\/www.dailymotion.com\\/video\\/x32zy6_la-strategie-de-lechec-lentretien_fun\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192309431738368,\"created_at\":\"Fri Feb 24 23:47:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4078000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "70215982-b282-4fa5-94cd-4e1e1222c3ed-173192309431738368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Idem RT @PRland: Cette impression bizarre de participer à un effort expérimental, c'est juste moi ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1344144436/IMG00129_normal.jpg" +}, +"title": "ben: Idem RT @PRland: Cette impression bizarre de participer à un effort expérimental, c'est juste moi ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4079000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Idem RT @PRland: Cette impression bizarre de participer \\u00e0 un effort exp\\u00e9rimental, c'est juste moi ? #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PRland\",\"indices\":[8,15],\"id_str\":\"1421991\",\"name\":\"Eric Maillard\",\"id\":1421991}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[100,104]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192311059124224\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":186,\"screen_name\":\"goldenroz\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2801,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"sous les pav\\u00e9s, la plage\",\"show_all_inline_media\":false,\"listed_count\":27,\"profile_link_color\":\"0084B4\",\"followers_count\":214,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1344144436\\/IMG00129_normal.jpg\",\"description\":\"dans l'internet depuis le web 0.8, aujourd'hui en plein dans le 2.0. un profil de moins en moins anonyme mais un pseudo qui s'est install\\u00e9 ;-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"107131588\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1344144436\\/IMG00129_normal.jpg\",\"name\":\"ben\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 21 16:54:52 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":107131588,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192311059124224,\"created_at\":\"Fri Feb 24 23:47:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4079000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "08d300ac-12f3-4a6b-a9de-c0cf61278ebd-173192311059124224" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_2_normal.png" +}, +"title": "kassandra: #change2ton #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4079000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#change2ton #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[12,16]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192309763088384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":12,\"screen_name\":\"kassandra220\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":0,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":3,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"235274482\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"name\":\"kassandra\",\"default_profile_image\":true,\"created_at\":\"Fri Jan 07 19:52:19 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":235274482,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192309763088384,\"created_at\":\"Fri Feb 24 23:47:19 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4079000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d8c16611-14c1-4054-b0a0-28eef8fc98f9-173192309763088384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste pas #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1851455303/image_normal.jpg" +}, +"title": "Nicolas Mathieu: #ilreste pas #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4081000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste pas #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192321960132608\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":15,\"screen_name\":\"mathieunicolas2\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":0,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851455303\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"342628343\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851455303\\/image_normal.jpg\",\"name\":\"Nicolas Mathieu\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 26 09:56:43 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":342628343,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192321960132608,\"created_at\":\"Fri Feb 24 23:47:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4081000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d3d9b0de-fd74-4e2e-b807-acbc9765dc0f-173192321960132608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilpart #lgw #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: #ilpart #lgw #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4081000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ilpart #lgw #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[0,7]},{\"text\":\"lgw\",\"indices\":[8,12]},{\"text\":\"lgw\",\"indices\":[13,17]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192321905594368\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"F2E195\",\"screen_name\":\"papounay2000\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":265,\"location\":\"\",\"profile_text_color\":\"0C3E53\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"description\":\"N'oubliez pas de vous aimer\",\"statuses_count\":3544,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"protected\":false,\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"\\u2620papounay2000\\u2620\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"id\":14764219,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\"},\"truncated\":false,\"id\":173192321905594368,\"created_at\":\"Fri Feb 24 23:47:21 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4081000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "15a92cf9-33c9-4fe7-bae7-ed7846d75961-173192321905594368" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le grand webze c'est le grand bazar! Voire le bordel... Ou c'est trop Concept pour moi... #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1286044630/xfI28647_normal" +}, +"title": " DeProfundis Clamavi: Le grand webze c'est le grand bazar! Voire le bordel... Ou c'est trop Concept pour moi... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4082000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le grand webze c'est le grand bazar! Voire le bordel... Ou c'est trop Concept pour moi... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[90,94]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192322899652610\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":179,\"screen_name\":\"leaurees\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2125,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/418828473\\/4809839461_a695343627_b.jpg\",\"location\":\"Paris \\/ France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":139,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1286044630\\/xfI28647_normal\",\"description\":\"D\\u00e9sabus\\u00e9 chronique...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"259140410\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418828473\\/4809839461_a695343627_b.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1286044630\\/xfI28647_normal\",\"name\":\"\\u00a0DeProfundis Clamavi\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 01 06:21:41 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":259140410,\"utc_offset\":3600,\"favourites_count\":5,\"url\":\"http:\\/\\/www.flegme.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192322899652610,\"created_at\":\"Fri Feb 24 23:47:22 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4082000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "97472668-fb84-4b7a-997f-c04baff075fa-173192322899652610" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cQui", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: #lgw #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4082000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #cQui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cQui\",\"indices\":[5,10]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192322090143744\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"favourites_count\":39,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":231,\"location\":\"chez les mafieux mexicains\",\"profile_text_color\":\"333333\",\"followers_count\":391,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":10976,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Young, Wild & Free\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":363343002,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\"},\"truncated\":false,\"id\":173192322090143744,\"created_at\":\"Fri Feb 24 23:47:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4082000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "68d14a88-86e6-4596-a72d-d3c4468013bd-173192322090143744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste mais pas forcément dans #lgw ^_^'", +"img": { +"src": "http://a3.twimg.com/profile_images/116645986/big.6589839_normal.jpg" +}, +"title": "cridi: #ilReste mais pas forcément dans #lgw ^_^'", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4085000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste mais pas forc\\u00e9ment dans #lgw ^_^'\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192335016984577\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":231,\"screen_name\":\"cridi\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":4444,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/2939966\\/EPSN1179.JPG\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0000ff\",\"followers_count\":118,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/116645986\\/big.6589839_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9ae4e8\",\"id_str\":\"16002226\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/2939966\\/EPSN1179.JPG\",\"profile_sidebar_fill_color\":\"A3CBEE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/116645986\\/big.6589839_normal.jpg\",\"name\":\"cridi\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 26 20:28:04 +0000 2008\",\"profile_sidebar_border_color\":\"87bc44\",\"id\":16002226,\"utc_offset\":3600,\"favourites_count\":7627,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192335016984577,\"created_at\":\"Fri Feb 24 23:47:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4085000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e98aea46-1022-44ec-ad3c-92d25e0dc662-173192335016984577" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilPart", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" +}, +"title": "robin pierre: #lgw #ilPart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4085000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilPart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilPart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192336296247297\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1,\"screen_name\":\"pierre_robin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"501182356\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"name\":\"robin pierre\",\"default_profile_image\":true,\"created_at\":\"Thu Feb 23 21:53:04 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":501182356,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192336296247297,\"created_at\":\"Fri Feb 24 23:47:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4085000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "19d408d1-12af-4751-bf2f-ed272892f2a4-173192336296247297" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @deletom: euh.... #lgw #cQui", +"img": { +"src": "http://a0.twimg.com/profile_images/788016744/Sans_titre_normal.jpg" +}, +"title": "Thomas Delecourt: RT @deletom: euh.... #lgw #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4085000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @deletom: euh.... #lgw #cQui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"deletom\",\"indices\":[3,11],\"id_str\":\"127837693\",\"name\":\"Thomas Delecourt\",\"id\":127837693}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]},{\"text\":\"cQui\",\"indices\":[26,31]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobileways.de\\/gravity\\\" rel=\\\"nofollow\\\"\\u003EGravity!\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192337353216000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1279,\"screen_name\":\"deletom\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":6998,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/427316930\\/minimalist-wallpaper-blue.jpg\",\"location\":\"Valenciennes\",\"show_all_inline_media\":false,\"listed_count\":58,\"profile_link_color\":\"1c4743\",\"followers_count\":929,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/788016744\\/Sans_titre_normal.jpg\",\"description\":\"Chef de projet\\/D\\u00e9veloppeur Web\\r\\nPassionn\\u00e9 par le web et les nouvelles technologies\\r\\n#php #Jquery\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"85bfba\",\"id_str\":\"127837693\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/427316930\\/minimalist-wallpaper-blue.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/788016744\\/Sans_titre_normal.jpg\",\"name\":\"Thomas Delecourt\",\"default_profile_image\":false,\"created_at\":\"Tue Mar 30 11:34:51 +0000 2010\",\"profile_sidebar_border_color\":\"02666b\",\"id\":127837693,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"https:\\/\\/www.facebook.com\\/leweb.danstous.ses.etats\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192337353216000,\"created_at\":\"Fri Feb 24 23:47:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4085000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dc8e643d-7435-4b9c-b8eb-cb7dd4273ec8-173192337353216000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste même si...", +"img": { +"src": "http://a3.twimg.com/profile_images/1247585256/IMG_0719_reasonably_small_normal.JPG" +}, +"title": "Caroline: #lgw #ilreste même si...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4086000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilreste m\\u00eame si...\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192340717056000\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"e6dfe6\",\"screen_name\":\"cakotav\",\"lang\":\"fr\",\"favourites_count\":454,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":541,\"location\":\"Lyon\",\"profile_text_color\":\"757474\",\"followers_count\":464,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1247585256\\/IMG_0719_reasonably_small_normal.JPG\",\"description\":\"D\\u00e9veloppeur web freelance \\/ Veille informatique & internet \\/ Int\\u00e9ress\\u00e9e par le web 2.0, r\\u00e9seaux sociaux, ergonomie, accessibilit\\u00e9, Apple, cin\\u00e9ma...\",\"statuses_count\":3446,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":63,\"profile_link_color\":\"ff6699\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ff6699\",\"protected\":false,\"id_str\":\"17856382\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Caroline\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"created_at\":\"Thu Dec 04 01:53:35 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":17856382,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1247585256\\/IMG_0719_reasonably_small_normal.JPG\"},\"truncated\":false,\"id\":173192340717056000,\"created_at\":\"Fri Feb 24 23:47:26 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4086000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fe56ca95-4541-4850-a6de-9b7ac3b127f6-173192340717056000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LudoDelaherche Carrément #cqui #cqui #cqui #lgw #StadedeFrance", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @LudoDelaherche Carrément #cqui #cqui #cqui #lgw #StadedeFrance", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4086000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@LudoDelaherche Carr\\u00e9ment #cqui #cqui #cqui #lgw #StadedeFrance\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[0,15],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[26,31]},{\"text\":\"cqui\",\"indices\":[32,37]},{\"text\":\"cqui\",\"indices\":[38,43]},{\"text\":\"lgw\",\"indices\":[44,48]},{\"text\":\"StadedeFrance\",\"indices\":[49,63]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173192270764445696\",\"id_str\":\"173192340733820928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173192270764445696,\"in_reply_to_user_id_str\":\"72665061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34449,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":\"LudoDelaherche\",\"truncated\":false,\"id\":173192340733820928,\"created_at\":\"Fri Feb 24 23:47:26 +0000 2012\",\"in_reply_to_user_id\":72665061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4086000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9ba0f773-75ed-4d07-92ff-03d540da35a7-173192340733820928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est très dur cette émission #acteursencrépon RT @tr13ze c'est vraiment mauvais... #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/384308910/retropixel-nasc_normal.png" +}, +"title": "Nasc: C'est très dur cette émission #acteursencrépon RT @tr13ze c'est vraiment mauvais... #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4087000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est tr\\u00e8s dur cette \\u00e9mission #acteursencr\\u00e9pon RT @tr13ze c'est vraiment mauvais... #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"tr13ze\",\"indices\":[50,57],\"name\":\"Chris\",\"id_str\":\"126569577\",\"id\":126569577}],\"hashtags\":[{\"text\":\"acteursencr\\u00e9pon\",\"indices\":[30,46]},{\"text\":\"LGW\",\"indices\":[84,88]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192346840735744\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"8f8872\",\"screen_name\":\"NascImpact\",\"lang\":\"en\",\"favourites_count\":196,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":200,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":232,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/384308910\\/retropixel-nasc_normal.png\",\"description\":\"Lead Flash Developer at megalo&company and making pixel art during my free time.\",\"statuses_count\":544,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/378679921\\/make-and-love-pixel-art.png\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"3e5786\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"454545\",\"protected\":false,\"id_str\":\"59520230\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Nasc\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378679921\\/make-and-love-pixel-art.png\",\"created_at\":\"Thu Jul 23 16:54:11 +0000 2009\",\"profile_sidebar_fill_color\":\"d6cbaa\",\"id\":59520230,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.nasc.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/384308910\\/retropixel-nasc_normal.png\"},\"truncated\":false,\"id\":173192346840735744,\"created_at\":\"Fri Feb 24 23:47:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4087000, +"tags": [ +{ +"id-ref": "f0d1f62a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a699df76-4591-47ba-85f6-293b9b09ecf6-173192346840735744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Style le problème c'est les invités. C'EST TOUTE L'EMISSION LE PROBLEME. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: Style le problème c'est les invités. C'EST TOUTE L'EMISSION LE PROBLEME. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4087000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Style le probl\\u00e8me c'est les invit\\u00e9s. C'EST TOUTE L'EMISSION LE PROBLEME. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[73,77]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192344051523586\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5861,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":370,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192344051523586,\"created_at\":\"Fri Feb 24 23:47:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4087000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f6944e92-b86c-4093-b231-3d87998b5743-173192344051523586" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze on reste avec les jeunes @palmashow ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1838207664/image_normal.jpg" +}, +"title": "Sanchez Théo: @LeGrandWebze on reste avec les jeunes @palmashow ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4087000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze on reste avec les jeunes @palmashow ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"palmashow\",\"indices\":[39,49],\"name\":\"palmashow\",\"id_str\":\"23782965\",\"id\":23782965}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[52,56]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192343376236544\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"sanchez_theo\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":62,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":16,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":144,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"374697529\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Sanchez Th\\u00e9o\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433540734\\/htk.jpg\",\"created_at\":\"Fri Sep 16 19:34:01 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":374697529,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838207664\\/image_normal.jpg\"},\"truncated\":false,\"id\":173192343376236544,\"created_at\":\"Fri Feb 24 23:47:27 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4087000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f668f49c-c4c5-426b-8593-709e2b71d737-173192343376236544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw est on encore dans l'absurdité?", +"img": { +"src": "http://a0.twimg.com/profile_images/1799016252/DSC02999bis_normal.jpg" +}, +"title": "Cuiller à Soupe: #lgw est on encore dans l'absurdité?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4087000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw est on encore dans l'absurdit\\u00e9?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192346161262594\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":169,\"screen_name\":\"CuuilerSoupe\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":107,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418130953\\/Photo_200.jpg\",\"location\":\"Fouras\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"\",\"followers_count\":30,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1799016252\\/DSC02999bis_normal.jpg\",\"description\":\"Passionn\\u00e9e de et par tout... Sp\\u00e9cialis\\u00e9e dans les politiques d'Education du monde\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"\",\"id_str\":\"481209009\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418130953\\/Photo_200.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1799016252\\/DSC02999bis_normal.jpg\",\"name\":\"Cuiller \\u00e0 Soupe\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 02 12:57:41 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":481209009,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192346161262594,\"created_at\":\"Fri Feb 24 23:47:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4087000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2a95ec04-4a39-44d4-8db1-7f5d55d62ca2-173192346161262594" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw dérapage (in)contrôlé? ça m'énerve de pas savoir!", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: #lgw dérapage (in)contrôlé? ça m'énerve de pas savoir!", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4088000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw d\\u00e9rapage (in)contr\\u00f4l\\u00e9? \\u00e7a m'\\u00e9nerve de pas savoir!\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192348396814336\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":146,\"screen_name\":\"JoffreyMick\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1027,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"255731473\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"name\":\"Joffrey Mick\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":255731473,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192348396814336,\"created_at\":\"Fri Feb 24 23:47:28 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4088000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "76265326-6e77-496b-abfc-cf470196a49d-173192348396814336" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "^^ RT @thibaultdpr: @tatamirugby sur le haut de la pile! #cqui #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1747820307/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg" +}, +"title": "Marius: ^^ RT @thibaultdpr: @tatamirugby sur le haut de la pile! #cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4089000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"^^ RT @thibaultdpr: @tatamirugby sur le haut de la pile! #cqui #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"thibaultdpr\",\"indices\":[6,18],\"id_str\":\"348755668\",\"name\":\"Thibault\",\"id\":348755668},{\"screen_name\":\"tatamirugby\",\"indices\":[20,32],\"id_str\":\"27248204\",\"name\":\"Marius\",\"id\":27248204}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[57,62]},{\"text\":\"LGW\",\"indices\":[63,67]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192354277236736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":372,\"screen_name\":\"tatamirugby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":26636,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":68,\"profile_link_color\":\"0084B4\",\"followers_count\":842,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"description\":\"Je parle de sport, supporter de rugby et du @RacingMetro92 , joueur au @RCGV92 , \\u00e9tudiant @HETIC en #H3 !\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"27248204\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1747820307\\/ca9ada6be5f84d1bb30f520297a118bb_5_normal.jpg\",\"name\":\"Marius\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 15:36:02 +0000 2009\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":27248204,\"utc_offset\":3600,\"favourites_count\":50,\"url\":\"http:\\/\\/www.facebook.com\\/tatamirugby\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192354277236736,\"created_at\":\"Fri Feb 24 23:47:29 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4089000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0b0e556a-6186-4eb8-b4d1-35fae8d2ca60-173192354277236736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "omg!omfg! -- i can't believe this is back! Scary Movie 3 #WhoYMCMBWillSignNext We Wait For Jonas #lgw http://t.co/rsiFdk2D take a visit", +"img": { +"src": "http://a0.twimg.com/profile_images/1850996577/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg" +}, +"title": "Jesusa Hollis: omg!omfg! -- i can't believe this is back! Scary Movie 3 #WhoYMCMBWillSignNext We Wait For Jonas #lgw http://t.co/rsiFdk2D take a visit", +"color": "16763904", +"polemics": [ +"REF", +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4089000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"omg!omfg! -- i can't believe this is back! Scary Movie 3 #WhoYMCMBWillSignNext We Wait For Jonas #lgw http:\\/\\/t.co\\/rsiFdk2D take a visit\",\"entities\":{\"urls\":[{\"indices\":[102,122],\"display_url\":\"tiny.cc\\/1zt8i\",\"expanded_url\":\"http:\\/\\/tiny.cc\\/1zt8i\",\"url\":\"http:\\/\\/t.co\\/rsiFdk2D\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"WhoYMCMBWillSignNext\",\"indices\":[57,78]},{\"text\":\"lgw\",\"indices\":[97,101]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192354071707648\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Jesusayizqk\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":0,\"location\":\"\",\"profile_text_color\":\"666666\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\",\"description\":\"\",\"statuses_count\":1,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"502043013\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jesusa Hollis\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Fri Feb 24 19:07:06 +0000 2012\",\"profile_sidebar_fill_color\":\"252429\",\"id\":502043013,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\"},\"truncated\":false,\"id\":173192354071707648,\"created_at\":\"Fri Feb 24 23:47:29 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4089000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0d29ada-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "511558fc-7ca8-4844-a92e-5efadb57ce69-173192354071707648" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah enfin après 1heure d'émission @vinvin formule clairement la question du jeu Mais on ne connaît toujours pas l'intérêt #lgw via #TVcheck", +"img": { +"src": "http://a3.twimg.com/profile_images/1764728200/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png" +}, +"title": "Fadhila BRAHIMI: Ah enfin après 1heure d'émission @vinvin formule clairement la question du jeu Mais on ne connaît toujours pas l'intérêt #lgw via #TVcheck", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4090000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ah enfin apr\\u00e8s 1heure d'\\u00e9mission @vinvin formule clairement la question du jeu Mais on ne conna\\u00eet toujours pas l'int\\u00e9r\\u00eat #lgw via #TVcheck\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[33,40],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[121,125]},{\"text\":\"TVcheck\",\"indices\":[130,138]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/fr\\/app\\/tvcheck\\/id437347192?mt=8\\\" rel=\\\"nofollow\\\"\\u003ETVcheck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192356550549504\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"B28465\",\"screen_name\":\"fbrahimi\",\"lang\":\"fr\",\"favourites_count\":160,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3401,\"location\":\"Nomade. France - Maghreb \",\"profile_text_color\":\"A30034\",\"followers_count\":11936,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\",\"description\":\"Dir. FB&Associ\\u00e9s #StrategieDePresence | CoAuteure #Moi20 | Chroniqueuse @Widoobiz | Conf\\u00e9renci\\u00e8re #Tedx | Bureau @MediaAces | \\u2665 #music #politic #SocialTV #Pause\",\"statuses_count\":36949,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"show_all_inline_media\":true,\"listed_count\":1250,\"profile_link_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"F5EACF\",\"protected\":false,\"id_str\":\"5836692\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fadhila BRAHIMI\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"created_at\":\"Mon May 07 16:20:02 +0000 2007\",\"profile_sidebar_fill_color\":\"F5EACF\",\"id\":5836692,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.fadhilabrahimi.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\"},\"truncated\":false,\"id\":173192356550549504,\"created_at\":\"Fri Feb 24 23:47:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4090000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef163198-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6e3ca175-b991-4217-ac59-e77849cce6e6-173192356550549504" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LudoDelaherche: Prêts pour grosse vague de #cqui #cqui #cqui ??? #lgw #StadedeFrance ? :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1816190925/stmaillot_normal.jpg" +}, +"title": "philippe : RT @LudoDelaherche: Prêts pour grosse vague de #cqui #cqui #cqui ??? #lgw #StadedeFrance ? :)", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4090000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LudoDelaherche: Pr\\u00eats pour grosse vague de #cqui #cqui #cqui ??? #lgw #StadedeFrance ? :)\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[3,18],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[47,52]},{\"text\":\"cqui\",\"indices\":[53,58]},{\"text\":\"cqui\",\"indices\":[59,64]},{\"text\":\"lgw\",\"indices\":[69,73]},{\"text\":\"StadedeFrance\",\"indices\":[74,88]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192358870007808\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"65B0DA\",\"screen_name\":\"saintmtex\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":802,\"location\":\"aix en provence\",\"profile_text_color\":\"3D1957\",\"followers_count\":809,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1816190925\\/stmaillot_normal.jpg\",\"description\":\"Sport addict, Joueur par intermittence de poker , Autoderision et bonne humeur inside , doublure officielle du professeur xavier \\r\\nwww.saintmtex.fr\",\"statuses_count\":22967,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":41,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"protected\":false,\"id_str\":\"287653885\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"philippe \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"created_at\":\"Mon Apr 25 12:28:35 +0000 2011\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"id\":287653885,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.saintmtex.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1816190925\\/stmaillot_normal.jpg\"},\"truncated\":false,\"id\":173192358870007808,\"created_at\":\"Fri Feb 24 23:47:30 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4090000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "38a4612c-5fd6-457f-a71e-8b539aee3a38-173192358870007808" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cestqui #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1612831528/cni_id_normal.jpg" +}, +"title": "Jean-Louis Coste: #cestqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4090000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cestqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cestqui\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192359604002818\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":132,\"screen_name\":\"jlcoste\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":544,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"10207a\",\"followers_count\":46,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"description\":\"Langue, litt\\u00e9rature et politique. Sp\\u00e9cialis\\u00e9 en traitement automatique des langues (presse). Rattach\\u00e9 \\u00e0 l'Universit\\u00e9 de Paris 3, et prof. en coll\\u00e8ge de banlieue\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"id_str\":\"244454441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612831528\\/cni_id_normal.jpg\",\"name\":\"Jean-Louis Coste\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 10:24:46 +0000 2011\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":244454441,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192359604002818,\"created_at\":\"Fri Feb 24 23:47:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4090000, +"tags": [ +{ +"id-ref": "f0d2f0de-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "395f1786-77d1-4da6-9e64-3fdf1ed85766-173192359604002818" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "pitoyable #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1487823131/fond_site_2_copie_normal.jpg" +}, +"title": "Schmitt Matthias: pitoyable #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4093000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"pitoyable #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192369993293824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":26,\"screen_name\":\"InkisitorProd\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Cergy\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":1,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1487823131\\/fond_site_2_copie_normal.jpg\",\"description\":\"https:\\/\\/www.facebook.com\\/pages\\/Inkisitor-Prod-Designer\\/135112143220332\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"264406173\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1487823131\\/fond_site_2_copie_normal.jpg\",\"name\":\"Schmitt Matthias\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 11 21:22:24 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":264406173,\"utc_offset\":null,\"favourites_count\":3,\"url\":\"https:\\/\\/www.facebook.com\\/pages\\/Inkisitor-Prod-Designer\\/135112143220332\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192369993293824,\"created_at\":\"Fri Feb 24 23:47:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4093000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "98dc674b-1d76-4381-82bd-8c266753efe5-173192369993293824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Aller, je tente une colonne #cQui #lgw :D", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Aller, je tente une colonne #cQui #lgw :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4093000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Aller, je tente une colonne #cQui #lgw :D\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[28,33]},{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192370278498304\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":100,\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3247,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"name\":\"JonathanMM\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":228777896,\"utc_offset\":3600,\"favourites_count\":12,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192370278498304,\"created_at\":\"Fri Feb 24 23:47:33 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4093000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7814c758-f94b-430a-9699-876cad4e9613-173192370278498304" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Pierre_B_y On voit ton avatar depuis tout à l'heure. #Cqui #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1813693284/photo__3__normal.JPG" +}, +"title": "Charly M.: @Pierre_B_y On voit ton avatar depuis tout à l'heure. #Cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4094000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Pierre_B_y On voit ton avatar depuis tout \\u00e0 l'heure. #Cqui #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Pierre_B_y\",\"indices\":[0,11],\"id_str\":\"104184883\",\"name\":\"Pierre B.\",\"id\":104184883}],\"urls\":[],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[54,59]},{\"text\":\"LGW\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173192246760448000\",\"id_str\":\"173192373822685184\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173192246760448000,\"in_reply_to_user_id_str\":\"104184883\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":199,\"screen_name\":\"SeriousCharly\",\"lang\":\"en\",\"profile_text_color\":\"050303\",\"statuses_count\":59235,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":147,\"profile_link_color\":\"2c30ab\",\"followers_count\":1946,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"description\":\"Ours parisien de 20 ans, \\u00e9tudiant en \\u00e9cole de commerce \\u00e0 Nantes et lyonnais de coeur. Je r\\u00e2le contre tout et je tweete foot.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"c2bec2\",\"id_str\":\"149298036\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/206030081\\/mosaic_serious.jpg\",\"profile_sidebar_fill_color\":\"dcdded\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813693284\\/photo__3__normal.JPG\",\"name\":\"Charly M.\",\"default_profile_image\":false,\"created_at\":\"Fri May 28 23:10:49 +0000 2010\",\"profile_sidebar_border_color\":\"5e69ab\",\"id\":149298036,\"utc_offset\":3600,\"favourites_count\":653,\"url\":\"http:\\/\\/www.lastfm.fr\\/user\\/CharIy\"},\"in_reply_to_screen_name\":\"Pierre_B_y\",\"truncated\":false,\"id\":173192373822685184,\"created_at\":\"Fri Feb 24 23:47:34 +0000 2012\",\"in_reply_to_user_id\":104184883}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4094000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0430440c-5fc8-47c3-b668-d13c4dcb8bfa-173192373822685184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "10ans de retard/10 ans d'avance #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1539519885/banane_normal.jpg" +}, +"title": "Albert: 10ans de retard/10 ans d'avance #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4094000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"10ans de retard\\/10 ans d'avance #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192375064199170\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":103,\"screen_name\":\"Loverdu35\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":65,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1539519885\\/banane_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"82089064\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1539519885\\/banane_normal.jpg\",\"name\":\"Albert\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 13 13:06:04 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":82089064,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192375064199170,\"created_at\":\"Fri Feb 24 23:47:34 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4094000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e8587852-f970-447a-86c4-95a9914612f4-173192375064199170" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilReste !", +"img": { +"src": "http://a0.twimg.com/profile_images/1817740541/avatar_normal.png" +}, +"title": "Elodie : #lgw #ilReste !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4095000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilReste !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[5,13]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192377303969792\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"eloheaven\",\"lang\":\"fr\",\"favourites_count\":55,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":77,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1817740541\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":93,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"300189920\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Elodie \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue May 17 10:50:10 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":300189920,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817740541\\/avatar_normal.png\"},\"truncated\":false,\"id\":173192377303969792,\"created_at\":\"Fri Feb 24 23:47:35 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4095000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8aafea90-bd0c-4f32-8d59-2c0ecebb9b97-173192377303969792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze mais dis quelque chose @FlorencePorcel les téléspectateurs n'attendent que ça #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1186579939/skullpat4playboy_normal.jpg" +}, +"title": "skullpat: @LeGrandWebze mais dis quelque chose @FlorencePorcel les téléspectateurs n'attendent que ça #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4096000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze mais dis quelque chose @FlorencePorcel les t\\u00e9l\\u00e9spectateurs n'attendent que \\u00e7a #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"FlorencePorcel\",\"indices\":[37,52],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[92,96]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173191766185480192,\"in_reply_to_status_id_str\":\"173191766185480192\",\"id_str\":\"173192384841129985\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"faaa16\",\"screen_name\":\"skullpat\",\"lang\":\"en\",\"favourites_count\":21,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":712,\"location\":\"Atlantic Ocean\",\"profile_text_color\":\"000000\",\"followers_count\":1372,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\",\"description\":\"Voyageur permanent !! http:\\/\\/marseille.tv\",\"statuses_count\":23404,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":104,\"profile_link_color\":\"44a1d0\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"8148052\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"skullpat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/39630011\\/twitter.jpg\",\"created_at\":\"Sun Aug 12 23:46:20 +0000 2007\",\"profile_sidebar_fill_color\":\"ecebef\",\"id\":8148052,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/skullpat.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1186579939\\/skullpat4playboy_normal.jpg\"},\"truncated\":false,\"id\":173192384841129985,\"created_at\":\"Fri Feb 24 23:47:36 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4096000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d0f730f0-a9fb-444d-b4e5-9e687c5ec4ae-173192384841129985" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un petit tracaS§ J'appelle le #professeurrollin Et hop la! #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1811573861/026_normal.JPG" +}, +"title": "AUMONT: Un petit tracaS§ J'appelle le #professeurrollin Et hop la! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4096000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Un petit tracaS\\u00a7 J'appelle le #professeurrollin Et hop la! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"professeurrollin\",\"indices\":[31,48]},{\"text\":\"LGW\",\"indices\":[60,64]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192381322100736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":191,\"screen_name\":\"aump1\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":624,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"FRANCE\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811573861\\/026_normal.JPG\",\"description\":\"Travailleur social aupr\\u00e8s d'adultes en situation de handicap et d'inadaptation sociale depuis 25 ans.\\r\\nJe suis assidument l'actualit\\u00e9 politique et sociale. \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"435324805\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811573861\\/026_normal.JPG\",\"name\":\"AUMONT\",\"default_profile_image\":false,\"created_at\":\"Mon Dec 12 22:57:48 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":435324805,\"utc_offset\":3600,\"favourites_count\":14,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192381322100736,\"created_at\":\"Fri Feb 24 23:47:36 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4096000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0d3acea-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d29aba37-7717-46f5-9596-d53aaf149bae-173192381322100736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a2.twimg.com/profile_images/1773710885/image_normal.jpg" +}, +"title": "Flo JB: #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4097000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192387064107009\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":327,\"screen_name\":\"florentjb\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2697,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/22068115\\/bg.jpg\",\"location\":\"Cannes , FR\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"followers_count\":288,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1773710885\\/image_normal.jpg\",\"description\":\"CTO @cobalink.com \\/\\/ jedessine.com - yodibujo.com - hellokids.com - jeprogresse.com ... \\/\\/ 3 ca\\u00efpirinha & mojitos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"54821115\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/22068115\\/bg.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1773710885\\/image_normal.jpg\",\"name\":\"Flo JB\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 08 06:35:31 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":54821115,\"utc_offset\":3600,\"favourites_count\":75,\"url\":\"http:\\/\\/www.cobalink.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192387064107009,\"created_at\":\"Fri Feb 24 23:47:37 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4097000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0b437a6a-1eff-4760-b66e-e9b5d2721a18-173192387064107009" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw du grand n'importe n'awak en direct... #chemise #palmashow #rollin", +"img": { +"src": "http://a0.twimg.com/profile_images/1281493147/new-logo-taleque-multimedia-web_normal.jpg" +}, +"title": "Maud Talêque: #lgw du grand n'importe n'awak en direct... #chemise #palmashow #rollin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4098000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw du grand n'importe n'awak en direct... #chemise #palmashow #rollin\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"chemise\",\"indices\":[44,52]},{\"text\":\"palmashow\",\"indices\":[53,63]},{\"text\":\"rollin\",\"indices\":[64,71]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192389702324225\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"fff8ad\",\"screen_name\":\"Taleque\",\"lang\":\"fr\",\"favourites_count\":8,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":169,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":71,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1281493147\\/new-logo-taleque-multimedia-web_normal.jpg\",\"description\":\"Infographiste toujours \\u00e0 v\\u00e9lo - photographe du web au print je passe partout.\",\"statuses_count\":730,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/115483974\\/bg-twitter.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0099CC\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"60652693\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Maud Tal\\u00eaque\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/115483974\\/bg-twitter.jpg\",\"created_at\":\"Mon Jul 27 17:17:59 +0000 2009\",\"profile_sidebar_fill_color\":\"f6ffd1\",\"id\":60652693,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.taleque.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1281493147\\/new-logo-taleque-multimedia-web_normal.jpg\"},\"truncated\":false,\"id\":173192389702324225,\"created_at\":\"Fri Feb 24 23:47:38 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4098000, +"tags": [ +{ +"id-ref": "f0d3e69c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef203116-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efa96512-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dd638c4f-6419-48a9-8ed4-b00311535f13-173192389702324225" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "i wonder if this really works? #WhoYMCMBWillSignNext Key Swag 3000 Limp Bizkit Pat Knight #lgw http://t.co/fRcsYdh0 investigate for yourself", +"img": { +"src": "http://a0.twimg.com/profile_images/1850995286/mzl.mpmiofhn.480x480-75_normal.jpg" +}, +"title": "Christy Liggons: i wonder if this really works? #WhoYMCMBWillSignNext Key Swag 3000 Limp Bizkit Pat Knight #lgw http://t.co/fRcsYdh0 investigate for yourself", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4098000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"i wonder if this really works? #WhoYMCMBWillSignNext Key Swag 3000 Limp Bizkit Pat Knight #lgw http:\\/\\/t.co\\/fRcsYdh0 investigate for yourself\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[95,115],\"expanded_url\":\"http:\\/\\/tiny.cc\\/1zt8i\",\"display_url\":\"tiny.cc\\/1zt8i\",\"url\":\"http:\\/\\/t.co\\/fRcsYdh0\"}],\"hashtags\":[{\"text\":\"WhoYMCMBWillSignNext\",\"indices\":[31,52]},{\"text\":\"lgw\",\"indices\":[90,94]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192392910962688\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"Christyxdfxx\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":3,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850995286\\/mzl.mpmiofhn.480x480-75_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502041375\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850995286\\/mzl.mpmiofhn.480x480-75_normal.jpg\",\"name\":\"Christy Liggons\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 24 19:05:05 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502041375,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192392910962688,\"created_at\":\"Fri Feb 24 23:47:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4098000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0d29ada-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9b22b687-371a-4d2d-8150-83d925ee3b18-173192392910962688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "4700tweets #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: 4700tweets #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4098000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"4700tweets #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192392583819264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39037,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192392583819264,\"created_at\":\"Fri Feb 24 23:47:38 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4098000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "12424de4-f787-44ad-aa3a-d3732e1a4a6c-173192392583819264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vu que je ne sais pas #cqui, je dis #ilpart de #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1662712398/renard3_normal.jpg" +}, +"title": "Steve Renard: Vu que je ne sais pas #cqui, je dis #ilpart de #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4099000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Vu que je ne sais pas #cqui, je dis #ilpart de #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[22,27]},{\"text\":\"ilpart\",\"indices\":[36,43]},{\"text\":\"lgw\",\"indices\":[47,51]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192397159809024\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"steve_renard\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":860,\"location\":\"La Fert\\u00e9 Saint-Aubin\",\"profile_text_color\":\"333333\",\"followers_count\":263,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1662712398\\/renard3_normal.jpg\",\"description\":\"25 ans. @ElodieVenon dit de moi que je suis un g\\u00e9nie. Tout est dit. Bisous.\",\"statuses_count\":6969,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":12,\"profile_link_color\":\"FF3300\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"69591923\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Steve Renard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"created_at\":\"Fri Aug 28 13:49:32 +0000 2009\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":69591923,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/fox-blogueur.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1662712398\\/renard3_normal.jpg\"},\"truncated\":false,\"id\":173192397159809024,\"created_at\":\"Fri Feb 24 23:47:39 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4099000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b72fe8cd-eb42-4fb9-b51d-fc7c8d8943f9-173192397159809024" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Franchement c'est qui ?????? #cQui", +"img": { +"src": "http://a2.twimg.com/profile_images/1758783715/image_normal.jpg" +}, +"title": "Florian Picherit: #lgw Franchement c'est qui ?????? #cQui", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4100000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw Franchement c'est qui ?????? #cQui\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cQui\",\"indices\":[34,39]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[6.4400506,46.3437649],[6.5158292,46.3437649],[6.5158292,46.4050024],[6.4400506,46.4050024]]]},\"attributes\":{},\"full_name\":\"Thonon-les-Bains, Haute-Savoie\",\"name\":\"Thonon-les-Bains\",\"id\":\"e71b6d6ca390f0c1\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/e71b6d6ca390f0c1.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[6.49800951,46.37382646]},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":{\"type\":\"Point\",\"coordinates\":[46.37382646,6.49800951]},\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192398053179393\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"65B0DA\",\"screen_name\":\"FlorianPicherit\",\"lang\":\"fr\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":122,\"location\":\"Lyon\",\"profile_text_color\":\"3D1957\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1758783715\\/image_normal.jpg\",\"description\":\"Music Saved My Life. 42 Style.\",\"statuses_count\":180,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"protected\":false,\"id_str\":\"465400461\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Florian Picherit\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"created_at\":\"Mon Jan 16 09:24:23 +0000 2012\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"id\":465400461,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1758783715\\/image_normal.jpg\"},\"truncated\":false,\"id\":173192398053179393,\"created_at\":\"Fri Feb 24 23:47:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4100000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6f5a25a1-e73a-448e-bd95-a0d2cc713415-173192398053179393" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Et ça grimpe", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW Et ça grimpe", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4101000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Et \\u00e7a grimpe\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192402406866944\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27165,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192402406866944,\"created_at\":\"Fri Feb 24 23:47:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4101000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "746274fa-aabc-4024-9722-50a7881d75c6-173192402406866944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C koi #lgw ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1791821391/photo_normal.jpg" +}, +"title": "François Chartier: C koi #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4101000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C koi #lgw ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192403434471425\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":112,\"screen_name\":\"chartiouz\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":779,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/371978517\\/02548_redlightblur_1920x1200.jpg\",\"location\":\"Boulogne Billancourt\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"bdcaf2\",\"followers_count\":74,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1791821391\\/photo_normal.jpg\",\"description\":\"Google est votre ami pour savoir qui je suis, sinon, \\u00e0 la lecture de mes tweets, un certain courant politique devrait appara\\u00eetre ;)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3d4747\",\"id_str\":\"14465685\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/371978517\\/02548_redlightblur_1920x1200.jpg\",\"profile_sidebar_fill_color\":\"333231\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1791821391\\/photo_normal.jpg\",\"name\":\"Fran\\u00e7ois Chartier\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 21 19:15:53 +0000 2008\",\"profile_sidebar_border_color\":\"000000\",\"id\":14465685,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.lechangementcestmaintenant.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192403434471425,\"created_at\":\"Fri Feb 24 23:47:41 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4101000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b504d884-9600-4b87-87ee-4a9925ec6785-173192403434471425" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "wtf!! she pulls this again!! Jaheim Rasheed Wallace Ryan Braun #WhoYMCMBWillSignNext #powersongs Jaheim #lgw http://t.co/fRcsYdh0 do it", +"img": { +"src": "http://a0.twimg.com/profile_images/1850995286/mzl.mpmiofhn.480x480-75_normal.jpg" +}, +"title": "Christy Liggons: wtf!! she pulls this again!! Jaheim Rasheed Wallace Ryan Braun #WhoYMCMBWillSignNext #powersongs Jaheim #lgw http://t.co/fRcsYdh0 do it", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4102000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"wtf!! she pulls this again!! Jaheim Rasheed Wallace Ryan Braun #WhoYMCMBWillSignNext #powersongs Jaheim #lgw http:\\/\\/t.co\\/fRcsYdh0 do it\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[109,129],\"expanded_url\":\"http:\\/\\/tiny.cc\\/1zt8i\",\"display_url\":\"tiny.cc\\/1zt8i\",\"url\":\"http:\\/\\/t.co\\/fRcsYdh0\"}],\"hashtags\":[{\"text\":\"WhoYMCMBWillSignNext\",\"indices\":[63,84]},{\"text\":\"powersongs\",\"indices\":[85,96]},{\"text\":\"lgw\",\"indices\":[104,108]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192407133847553\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"Christyxdfxx\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":4,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850995286\\/mzl.mpmiofhn.480x480-75_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502041375\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850995286\\/mzl.mpmiofhn.480x480-75_normal.jpg\",\"name\":\"Christy Liggons\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 24 19:05:05 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502041375,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192407133847553,\"created_at\":\"Fri Feb 24 23:47:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4102000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0cf00a0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0d29ada-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d2a94a9f-c7b3-49cc-8d8e-9d556736d53d-173192407133847553" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #change2ton", +"img": { +"src": "http://a0.twimg.com/profile_images/1494947744/chaperon_normal.jpg" +}, +"title": "RonRonChaperon: #lgw #change2ton", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4102000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #change2ton\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"change2ton\",\"indices\":[6,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192406580211714\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":113,\"screen_name\":\"RonRonChaperon\",\"lang\":\"fr\",\"profile_text_color\":\"FD9D77\",\"statuses_count\":137,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/316006376\\/x1c58d25cd2e003ef493aa666c581a1a.png\",\"location\":\"Pays des loups\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"FE7471\",\"followers_count\":30,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1494947744\\/chaperon_normal.jpg\",\"description\":\"Cherche mon gros loup\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"EBC79B\",\"id_str\":\"346544671\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/316006376\\/x1c58d25cd2e003ef493aa666c581a1a.png\",\"profile_sidebar_fill_color\":\"DA4968\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1494947744\\/chaperon_normal.jpg\",\"name\":\"RonRonChaperon\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 01 12:55:32 +0000 2011\",\"profile_sidebar_border_color\":\"840846\",\"id\":346544671,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192406580211714,\"created_at\":\"Fri Feb 24 23:47:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4102000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ee9f0593-84fe-4275-9c68-b7b1ceef7b84-173192406580211714" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et c'est tous les vendredi cette émission ? #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1676302062/Sans_titre_1_normal.jpg" +}, +"title": "ZS: Et c'est tous les vendredi cette émission ? #LGW", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4102000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Et c'est tous les vendredi cette \\u00e9mission ? #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[44,48]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192406911553538\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Alboss_ZS\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":136,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":98,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\",\"description\":\"Passionn\\u00e9 de m\\u00e9dias, politique, actualit\\u00e9. Je tweete sur tout ce qui bouge, \\u00e0 peu pr\\u00e8s. En campagne pour #NS2012. Mais j'ai des followers #FDG et j'le vis bien.\",\"statuses_count\":3834,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"429480778\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"ZS\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Dec 06 01:09:27 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":429480778,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1676302062\\/Sans_titre_1_normal.jpg\"},\"truncated\":false,\"id\":173192406911553538,\"created_at\":\"Fri Feb 24 23:47:42 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4102000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cf39121e-ce0d-496f-ace6-881ac585d876-173192406911553538" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je découvre votre émission et j'hesite entre regarder la prochaine fois et m'ouvrir les veines suite a celle-ci :o #lgw", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_2_normal.png" +}, +"title": "MrLaGuigne: Je découvre votre émission et j'hesite entre regarder la prochaine fois et m'ouvrir les veines suite a celle-ci :o #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4102000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je d\\u00e9couvre votre \\u00e9mission et j'hesite entre regarder la prochaine fois et m'ouvrir les veines suite a celle-ci :o #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[115,119]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192408392155136\",\"user\":{\"default_profile_image\":true,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"MrLaGuigne\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":89,\"location\":\"\",\"profile_text_color\":\"3C3940\",\"followers_count\":12,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"description\":\"\",\"statuses_count\":170,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009ab9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"96557638\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"MrLaGuigne\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Dec 13 14:19:18 +0000 2009\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":96557638,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\"},\"truncated\":false,\"id\":173192408392155136,\"created_at\":\"Fri Feb 24 23:47:42 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4102000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b2e68212-673f-4c32-ab1e-ebacc5a67cb0-173192408392155136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw le palmashow, c'est plus connu que \"vinvin\"", +"img": { +"src": "http://a2.twimg.com/profile_images/1605787538/image_normal.jpg" +}, +"title": "Evan Frouin: #lgw le palmashow, c'est plus connu que \"vinvin\"", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4103000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw le palmashow, c'est plus connu que \\\"vinvin\\\"\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192414247399427\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":69,\"screen_name\":\"Evanuaille\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1605787538\\/image_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"312209085\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1605787538\\/image_normal.jpg\",\"name\":\"Evan Frouin\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 06 19:12:42 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":312209085,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192414247399427,\"created_at\":\"Fri Feb 24 23:47:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4103000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1e414537-2054-4a85-90f9-5ae27be33b0b-173192414247399427" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw et +1 tweet .", +"img": { +"src": "http://a2.twimg.com/profile_images/1815905585/image_normal.jpg" +}, +"title": "Young, Wild & Free: #lgw et +1 tweet .", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4103000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw et +1 tweet .\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192412460625921\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"08Life06\",\"lang\":\"fr\",\"favourites_count\":39,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":231,\"location\":\"chez les mafieux mexicains\",\"profile_text_color\":\"333333\",\"followers_count\":391,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\",\"description\":\"\",\"statuses_count\":10977,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"363343002\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Young, Wild & Free\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Aug 27 23:04:05 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":363343002,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815905585\\/image_normal.jpg\"},\"truncated\":false,\"id\":173192412460625921,\"created_at\":\"Fri Feb 24 23:47:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4103000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "96e857aa-0f02-45b7-88d9-a76c68cf9a07-173192412460625921" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @nicoprat: Avec #lgw je découvre les vidéos de @SolangeTeParle et c'est affligeant. Ou alors j'ai besoin d'explications.", +"img": { +"src": "http://a1.twimg.com/profile_images/1840770186/dvnogif_normal.gif" +}, +"title": "‾# O O U U T T ' O O: RT @nicoprat: Avec #lgw je découvre les vidéos de @SolangeTeParle et c'est affligeant. Ou alors j'ai besoin d'explications.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4103000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @nicoprat: Avec #lgw je d\\u00e9couvre les vid\\u00e9os de @SolangeTeParle et c'est affligeant. Ou alors j'ai besoin d'explications.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"nicoprat\",\"indices\":[3,12],\"name\":\"Nico Prat\",\"id_str\":\"19256842\",\"id\":19256842},{\"screen_name\":\"SolangeTeParle\",\"indices\":[50,65],\"name\":\"Solange te parle\",\"id_str\":\"417867146\",\"id\":417867146}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Avec #lgw je d\\u00e9couvre les vid\\u00e9os de @SolangeTeParle et c'est affligeant. Ou alors j'ai besoin d'explications.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"SolangeTeParle\",\"indices\":[36,51],\"name\":\"Solange te parle\",\"id_str\":\"417867146\",\"id\":417867146}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173182161636179968\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"050504\",\"screen_name\":\"nicoprat\",\"lang\":\"en\",\"favourites_count\":440,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":2297,\"location\":\"Paris, France\",\"profile_text_color\":\"0a040a\",\"followers_count\":6569,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"description\":\"Le Mouv, Tsugi, Technikart, Voxpop, co-auteur des Miscellan\\u00e9es d'Internet, et un petit sudoku de temps en temps\",\"statuses_count\":29877,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"show_all_inline_media\":true,\"listed_count\":210,\"profile_link_color\":\"224087\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"19256842\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Nico Prat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"created_at\":\"Tue Jan 20 20:55:08 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":19256842,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/nicoprat.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\"},\"truncated\":false,\"id\":173182161636179968,\"created_at\":\"Fri Feb 24 23:06:59 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192412133466112\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"4400ff\",\"screen_name\":\"Col_Von_Pute\",\"lang\":\"en\",\"favourites_count\":5,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":314,\"location\":\"Fucking Ladera guys\",\"profile_text_color\":\"a3a3a3\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840770186\\/dvnogif_normal.gif\",\"description\":\"MRONG | KEEPITREALMOFO\",\"statuses_count\":457,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430946786\\/ofwgktadgaflsykwtfwa_by_shanesnumberone-d4iccc5.png\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"a1770d\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"287399\",\"protected\":false,\"id_str\":\"30869493\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"\\u203e# O O U U T T ' O O\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430946786\\/ofwgktadgaflsykwtfwa_by_shanesnumberone-d4iccc5.png\",\"created_at\":\"Mon Apr 13 14:02:55 +0000 2009\",\"profile_sidebar_fill_color\":\"661c21\",\"id\":30869493,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840770186\\/dvnogif_normal.gif\"},\"truncated\":false,\"id\":173192412133466112,\"created_at\":\"Fri Feb 24 23:47:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4103000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "970a121c-e4ef-48a1-9e86-badb7b6044e1-173192412133466112" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilReste #LGW conflit generationnel mis en lumière par @Vinvin :-)", +"img": { +"src": "http://a3.twimg.com/profile_images/1827613879/photo-pro_normal.png" +}, +"title": "Julien Lopizzo: #ilReste #LGW conflit generationnel mis en lumière par @Vinvin :-)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4104000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilReste #LGW conflit generationnel mis en lumi\\u00e8re par @Vinvin :-)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[55,62],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[0,8]},{\"text\":\"LGW\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192416868839424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":284,\"screen_name\":\"JulienLopizzo\",\"lang\":\"fr\",\"profile_text_color\":\"3C3940\",\"statuses_count\":1087,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"location\":\"Lyon - Europe\",\"show_all_inline_media\":false,\"listed_count\":9,\"profile_link_color\":\"0099B9\",\"followers_count\":143,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"description\":\"Je suis tomb\\u00e9 dedans en 97.Ma e-carri\\u00e8re a d\\u00e9marr\\u00e9 comme d\\u00e9veloppeur freelance en 2002.Entrepren(aute) depuis 10 ans j'aime partager ma passion du e-business.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"id_str\":\"44345271\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_sidebar_fill_color\":\"95E8EC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1827613879\\/photo-pro_normal.png\",\"name\":\"Julien Lopizzo\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 03 12:08:19 +0000 2009\",\"profile_sidebar_border_color\":\"5ED4DC\",\"id\":44345271,\"utc_offset\":3600,\"favourites_count\":9,\"url\":\"http:\\/\\/www.tenapra.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192416868839424,\"created_at\":\"Fri Feb 24 23:47:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4104000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a034fccf-d474-404e-8754-8c95b1e7caab-173192416868839424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon allez il est sympa #ilreste #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1848035973/images_normal.jpeg" +}, +"title": "François de Hollande: Bon allez il est sympa #ilreste #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4104000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon allez il est sympa #ilreste #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[23,31]},{\"text\":\"LGW\",\"indices\":[32,36]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192415472132096\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":139,\"screen_name\":\"fdhollande\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":95,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"59 avenue de S\\u00e9gur. 7\\u00e8me\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\",\"description\":\"Dans ma t\\u00eate. Tout ce que je pense mais que je ne peux pas vous dire officiellement \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"500754438\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848035973\\/images_normal.jpeg\",\"name\":\"Fran\\u00e7ois de Hollande\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 23 12:46:32 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":500754438,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192415472132096,\"created_at\":\"Fri Feb 24 23:47:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4104000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8fe23bed-4150-44ed-ac12-8d053474b98e-173192415472132096" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilreste", +"img": { +"src": "http://a0.twimg.com/profile_images/1813610224/tcv_normal.jpg" +}, +"title": "Nicolas Padovani: #lgw #ilreste", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4104000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilreste\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilreste\",\"indices\":[5,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192417279868928\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":287,\"screen_name\":\"_NPado_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2115,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"description\":\"Semi-geek et sosie non-officiel de Hugh Grant.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"81274066\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813610224\\/tcv_normal.jpg\",\"name\":\"Nicolas Padovani\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 10 03:47:17 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":81274066,\"utc_offset\":3600,\"favourites_count\":37,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192417279868928,\"created_at\":\"Fri Feb 24 23:47:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4104000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "dd95e40d-552f-4881-9e55-600ad9d7722f-173192417279868928" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@BaptisteLecapl1 a #lgw, je dis oui! :D", +"img": { +"src": "http://a0.twimg.com/profile_images/1843832843/Photo_du_21-02-12___19.49_normal.jpg" +}, +"title": "Alice Wonderland: @BaptisteLecapl1 a #lgw, je dis oui! :D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4105000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@BaptisteLecapl1 a #lgw, je dis oui! :D\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BaptisteLecapl1\",\"indices\":[0,16],\"id_str\":\"260969061\",\"name\":\"Lecaplain Baptiste\",\"id\":260969061}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192419905503233\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"260969061\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":144,\"screen_name\":\"moustikette\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":225,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"Near Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"description\":\"J'ai un bonnet Tigrou! And so what? :D\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"23988907\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"name\":\"Alice Wonderland\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 12 17:33:07 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":23988907,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/wonderlandalice.wordpress.com\"},\"in_reply_to_screen_name\":\"BaptisteLecapl1\",\"truncated\":false,\"id\":173192419905503233,\"created_at\":\"Fri Feb 24 23:47:45 +0000 2012\",\"in_reply_to_user_id\":260969061}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4105000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3f2bd0ca-bfc8-409f-a802-e0a98374bef9-173192419905503233" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Go !!! #cqui #cqui #cqui #lgw :)", +"img": { +"src": "http://a2.twimg.com/profile_images/1404275583/portrait_Twitter_normal.jpg" +}, +"title": "Ludovic Delaherche: Go !!! #cqui #cqui #cqui #lgw :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4107000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Go !!! #cqui #cqui #cqui #lgw :)\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[7,12]},{\"text\":\"cqui\",\"indices\":[13,18]},{\"text\":\"cqui\",\"indices\":[19,24]},{\"text\":\"lgw\",\"indices\":[25,29]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192427690131456\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"favourites_count\":23,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"statuses_count\":6701,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"protected\":false,\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Ludovic Delaherche\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":72665061,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/chapkattack.tumblr.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\"},\"truncated\":false,\"id\":173192427690131456,\"created_at\":\"Fri Feb 24 23:47:47 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4107000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "67d7a0ac-6d7c-47d4-807e-514c56e17186-173192427690131456" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@SeriousCharly Tu m'étonnes :-D #Cqui #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @SeriousCharly Tu m'étonnes :-D #Cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4107000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"SeriousCharly\",\"favorited\":false,\"text\":\"@SeriousCharly Tu m'\\u00e9tonnes :-D #Cqui #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"SeriousCharly\",\"indices\":[0,14],\"name\":\"Charly M.\",\"id_str\":\"149298036\",\"id\":149298036}],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[32,37]},{\"text\":\"LGW\",\"indices\":[38,42]}]},\"in_reply_to_user_id\":149298036,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173192373822685184,\"in_reply_to_status_id_str\":\"173192373822685184\",\"id_str\":\"173192428549971968\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"favourites_count\":254,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":156,\"location\":\"Paris Montparnasse - Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"statuses_count\":34448,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":104184883,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\"},\"truncated\":false,\"id\":173192428549971968,\"created_at\":\"Fri Feb 24 23:47:47 +0000 2012\",\"in_reply_to_user_id_str\":\"149298036\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4107000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e98cbe49-0985-4b8f-a086-71e259d0fbd2-173192428549971968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LudoDelaherche: Prêts pour grosse vague de #cqui #cqui #cqui ??? #lgw #StadedeFrance ? :) un 4eme pour la troute #cqui", +"img": { +"src": "http://a1.twimg.com/profile_images/1840602431/MyGoogle_Avatar1_normal.png" +}, +"title": "Guillaume Maurin: RT @LudoDelaherche: Prêts pour grosse vague de #cqui #cqui #cqui ??? #lgw #StadedeFrance ? :) un 4eme pour la troute #cqui", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4107000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LudoDelaherche: Pr\\u00eats pour grosse vague de #cqui #cqui #cqui ??? #lgw #StadedeFrance ? :) un 4eme pour la troute #cqui\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[3,18],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[47,52]},{\"text\":\"cqui\",\"indices\":[53,58]},{\"text\":\"cqui\",\"indices\":[59,64]},{\"text\":\"lgw\",\"indices\":[69,73]},{\"text\":\"StadedeFrance\",\"indices\":[74,88]},{\"text\":\"cqui\",\"indices\":[117,122]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/encaiiljifbdbjlphpgpiimidegddhic\\\" rel=\\\"nofollow\\\"\\u003ESilver Bird\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192427732086786\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":394,\"screen_name\":\"gmaurin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15771,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"location\":\"France - Bretagne - Toulouse\",\"show_all_inline_media\":true,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":428,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"description\":\"Du pass\\u00e9 faisons table en marbre ........ #Geek #Rugby #Prof - http:\\/\\/gplus.gmaurin.fr\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"48504688\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/368275111\\/13638-stade-toulousain.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840602431\\/MyGoogle_Avatar1_normal.png\",\"name\":\"Guillaume Maurin\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 18 21:54:30 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":48504688,\"utc_offset\":3600,\"favourites_count\":58,\"url\":\"http:\\/\\/www.gmaurin.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192427732086786,\"created_at\":\"Fri Feb 24 23:47:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4107000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7e25f4ff-4c49-4be7-9291-c6c4140ca59c-173192427732086786" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mise en lumière, c'est un bien grand mot... Faut payer l'edf avant la prochaine ;) #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1843250602/image_normal.jpg" +}, +"title": "Virginie Lominet: Mise en lumière, c'est un bien grand mot... Faut payer l'edf avant la prochaine ;) #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4108000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mise en lumi\\u00e8re, c'est un bien grand mot... Faut payer l'edf avant la prochaine ;) #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[83,87]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192432261935104\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":916,\"screen_name\":\"laristocraft\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":15207,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"location\":\"Boulogne-billancourt\",\"show_all_inline_media\":false,\"listed_count\":402,\"profile_link_color\":\"ab3202\",\"followers_count\":4463,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"description\":\"Ne dites pas \\u00e0 ma m\\u00e8re que je suis community manager, elle me croit pianiste dans un bordel. Fantasque & despotique. Pathologie: Bovarysme. On @Locita @Owni\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"16502490\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/280381973\\/twitter-background.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843250602\\/image_normal.jpg\",\"name\":\"Virginie Lominet\",\"default_profile_image\":false,\"created_at\":\"Sun Sep 28 20:37:13 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":16502490,\"utc_offset\":3600,\"favourites_count\":426,\"url\":\"http:\\/\\/www.laristocraft.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192432261935104,\"created_at\":\"Fri Feb 24 23:47:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4108000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "589caa30-5dca-4311-9fa0-38e5f8ae6f82-173192432261935104" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Très wtf cette émission! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1276794848/Photo_Brutus_and_me__Louvre__normal.jpg" +}, +"title": "Joffrey Mick: Très wtf cette émission! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4108000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tr\\u00e8s wtf cette \\u00e9mission! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192433771884544\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":146,\"screen_name\":\"JoffreyMick\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1028,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":56,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"description\":\"20 ans, \\u00e9tudiant \\u00e0 Sciences Po Paris, journaliste politique pour Sciences Po TV, rock'n'roll addict.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"255731473\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1276794848\\/Photo_Brutus_and_me__Louvre__normal.jpg\",\"name\":\"Joffrey Mick\",\"default_profile_image\":false,\"created_at\":\"Mon Feb 21 23:21:23 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":255731473,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192433771884544,\"created_at\":\"Fri Feb 24 23:47:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4108000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9d7fb5d6-9cf1-41e9-8329-a6407572a0fa-173192433771884544" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Non mais...la je suis de plus en plus mal à l'aise... #lgw scénarisez mieux que ça !", +"img": { +"src": "http://a2.twimg.com/profile_images/1770996562/image_normal.jpg" +}, +"title": "Kayvin Lami: Non mais...la je suis de plus en plus mal à l'aise... #lgw scénarisez mieux que ça !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4109000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Non mais...la je suis de plus en plus mal \\u00e0 l'aise... #lgw sc\\u00e9narisez mieux que \\u00e7a !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192436154249217\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":257,\"screen_name\":\"KayvinLami\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":4137,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"location\":\"Paris,France\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":592,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"description\":\"Je ne changerais pas cette bio tant que Nicolas Sarkozy ne mesurera pas 1m90\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"dfe0c3\",\"id_str\":\"29279584\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"name\":\"Kayvin Lami\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 06 20:02:02 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":29279584,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192436154249217,\"created_at\":\"Fri Feb 24 23:47:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4109000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7c543eb0-c86b-466c-86f3-c2ace57d8c48-173192436154249217" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon je go dormir #lgw c'est de la merde et #ci je l'ai deja vu.", +"img": { +"src": "http://a0.twimg.com/profile_images/1830059007/Upload_normal.jpg" +}, +"title": "Linda Sàmà: Bon je go dormir #lgw c'est de la merde et #ci je l'ai deja vu.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4109000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Bon je go dormir #lgw c'est de la merde et #ci je l'ai deja vu.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]},{\"text\":\"ci\",\"indices\":[43,46]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192439132196865\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":83,\"screen_name\":\"LinoaHeartily\",\"lang\":\"fr\",\"profile_text_color\":\"d632d6\",\"statuses_count\":2380,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/425561656\\/luiki.jpg\",\"location\":\"\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"bb85ed\",\"followers_count\":72,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1830059007\\/Upload_normal.jpg\",\"description\":\"Geek \\u00e0 temps partiel.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"356914973\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425561656\\/luiki.jpg\",\"profile_sidebar_fill_color\":\"ebc1eb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1830059007\\/Upload_normal.jpg\",\"name\":\"Linda S\\u00e0m\\u00e0\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 17 15:22:39 +0000 2011\",\"profile_sidebar_border_color\":\"5b51e8\",\"id\":356914973,\"utc_offset\":-10800,\"favourites_count\":10,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192439132196865,\"created_at\":\"Fri Feb 24 23:47:49 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4109000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "08ab702a-a5a9-4936-a06a-f68454d589f3-173192439132196865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Johanna13013 #lgw sur France 5 :p", +"img": { +"src": "http://a2.twimg.com/profile_images/1759597701/image_normal.jpg" +}, +"title": "Camille .: @Johanna13013 #lgw sur France 5 :p", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4110000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Johanna13013\",\"favorited\":false,\"text\":\"@Johanna13013 #lgw sur France 5 :p\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Johanna13013\",\"indices\":[0,13],\"name\":\"Hol\\u00e0 Ni\\u00f1a ! \",\"id_str\":\"95724348\",\"id\":95724348}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":95724348,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173190313018523648,\"in_reply_to_status_id_str\":\"173190313018523648\",\"id_str\":\"173192441053196288\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ffffff\",\"screen_name\":\"CamilleWil\",\"lang\":\"fr\",\"favourites_count\":14,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":593,\"location\":\"\",\"profile_text_color\":\"520000\",\"followers_count\":507,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\",\"description\":\"Camille \\u03df - @prettylil_miss : ma vie \\u2665 \",\"statuses_count\":18712,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"210b05\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Hawaii\",\"profile_background_color\":\"0a0300\",\"protected\":false,\"id_str\":\"93848420\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Camille .\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme8\\/bg.gif\",\"created_at\":\"Tue Dec 01 12:23:18 +0000 2009\",\"profile_sidebar_fill_color\":\"d61d08\",\"id\":93848420,\"follow_request_sent\":null,\"utc_offset\":-36000,\"url\":\"http:\\/\\/intotheglitter.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759597701\\/image_normal.jpg\"},\"truncated\":false,\"id\":173192441053196288,\"created_at\":\"Fri Feb 24 23:47:50 +0000 2012\",\"in_reply_to_user_id_str\":\"95724348\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4110000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "20af622f-ac82-4963-9e35-95449aab8e16-173192441053196288" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @nicoprat: Sur France 5, un #CI spécial \"Je passe trop de temps sur Internet\" #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1765225882/image_normal.jpg" +}, +"title": "Simon Kaplan: RT @nicoprat: Sur France 5, un #CI spécial \"Je passe trop de temps sur Internet\" #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4110000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @nicoprat: Sur France 5, un #CI sp\\u00e9cial \\\"Je passe trop de temps sur Internet\\\" #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"nicoprat\",\"indices\":[3,12],\"name\":\"Nico Prat\",\"id_str\":\"19256842\",\"id\":19256842}],\"hashtags\":[{\"text\":\"CI\",\"indices\":[31,34]},{\"text\":\"lgw\",\"indices\":[81,85]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Sur France 5, un #CI sp\\u00e9cial \\\"Je passe trop de temps sur Internet\\\" #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"CI\",\"indices\":[17,20]},{\"text\":\"lgw\",\"indices\":[67,71]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191694299303936\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"050504\",\"screen_name\":\"nicoprat\",\"lang\":\"en\",\"favourites_count\":440,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":2297,\"location\":\"Paris, France\",\"profile_text_color\":\"0a040a\",\"followers_count\":6569,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\",\"description\":\"Le Mouv, Tsugi, Technikart, Voxpop, co-auteur des Miscellan\\u00e9es d'Internet, et un petit sudoku de temps en temps\",\"statuses_count\":29876,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"show_all_inline_media\":true,\"listed_count\":210,\"profile_link_color\":\"224087\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"19256842\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Nico Prat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/32273341\\/cassete.jpg\",\"created_at\":\"Tue Jan 20 20:55:08 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":19256842,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/nicoprat.tumblr.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1842911014\\/guetta_normal.jpg\"},\"truncated\":false,\"id\":173191694299303936,\"created_at\":\"Fri Feb 24 23:44:52 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192442638647296\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"SmnKaplan\",\"lang\":\"fr\",\"favourites_count\":26,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":75,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1765225882\\/image_normal.jpg\",\"description\":\"The official Twitter page of Simon Kaplan. Freelance editor in Paris and backpacker on www.smnkaplan.com\",\"statuses_count\":1580,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/220675323\\/fallTree.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"111695055\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Simon Kaplan\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/220675323\\/fallTree.jpg\",\"created_at\":\"Fri Feb 05 21:08:53 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":111695055,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1765225882\\/image_normal.jpg\"},\"truncated\":false,\"id\":173192442638647296,\"created_at\":\"Fri Feb 24 23:47:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4110000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "512f408c-1a0a-4f75-8187-11d7f758aa9b-173192442638647296" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "4700 tweets dont combien de #facepalm ? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1708202383/Seb-Champion_normal.jpg" +}, +"title": "Sebastien Champion: 4700 tweets dont combien de #facepalm ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4110000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"4700 tweets dont combien de #facepalm ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"facepalm\",\"indices\":[28,37]},{\"text\":\"lgw\",\"indices\":[40,44]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192443116789760\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":10,\"screen_name\":\"SebChampion\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"location\":\"Paris - La D\\u00e9fense, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1708202383\\/Seb-Champion_normal.jpg\",\"description\":\"Votre entreprise a besoin de faire red\\u00e9finir ses inputs par un process-designer \\u00e0 m\\u00eame d'induire d'importants transferts\\r\\nde modalit\\u00e9s de prises en offres.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"id_str\":\"443858436\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1708202383\\/Seb-Champion_normal.jpg\",\"name\":\"Sebastien Champion\",\"default_profile_image\":false,\"created_at\":\"Thu Dec 22 16:30:19 +0000 2011\",\"profile_sidebar_border_color\":\"a8c7f7\",\"id\":443858436,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/www.perdu.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192443116789760,\"created_at\":\"Fri Feb 24 23:47:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4110000, +"tags": [ +{ +"id-ref": "f0d6b1d8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a9eb4da4-3523-49a0-b312-15f66fc4a722-173192443116789760" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@tanglive c'est une institution des twittos ainsi que #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1841813894/hipster_9_2_normal.png" +}, +"title": "Pierre: @tanglive c'est une institution des twittos ainsi que #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4110000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@tanglive c'est une institution des twittos ainsi que #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"tanglive\",\"indices\":[0,9],\"id_str\":\"121834957\",\"name\":\"tanglive\",\"id\":121834957}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[54,58]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173192117387149313\",\"id_str\":\"173192440235294720\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173192117387149313,\"in_reply_to_user_id_str\":\"121834957\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":696,\"screen_name\":\"not_pierre\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":38920,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/419177584\\/Golden_Gate_Bridge__Marin_Headlands__San_Francisco__California.jpg\",\"location\":\"Paris, France\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"13b9f5\",\"followers_count\":960,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1841813894\\/hipster_9_2_normal.png\",\"description\":\"Media addict, urbanisme, \\u00e9tudiant en droit, libre penseur, Since 1990 (Y Product) \\nTweet in (French\\/English\\/German) #travel #G\\u00e9opolitique #newsjunkie #PRG \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"325183094\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/419177584\\/Golden_Gate_Bridge__Marin_Headlands__San_Francisco__California.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841813894\\/hipster_9_2_normal.png\",\"name\":\"Pierre\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 27 21:40:38 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":325183094,\"utc_offset\":3600,\"favourites_count\":33,\"url\":null},\"in_reply_to_screen_name\":\"tanglive\",\"truncated\":false,\"id\":173192440235294720,\"created_at\":\"Fri Feb 24 23:47:50 +0000 2012\",\"in_reply_to_user_id\":121834957}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4110000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "20207dc7-41ee-4e65-bc3d-13eaa60ce9a6-173192440235294720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw JE SERAI LE 5000e TWEET", +"img": { +"src": "http://a0.twimg.com/profile_images/1778957991/kitty-album-animal-collective_normal.jpg" +}, +"title": "rhésus négatif: #lgw JE SERAI LE 5000e TWEET", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4110000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw JE SERAI LE 5000e TWEET\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192440377905152\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"rhesusnegatif\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":83,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":9,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1778957991\\/kitty-album-animal-collective_normal.jpg\",\"description\":\"Tweet or GTFO\",\"statuses_count\":134,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/411658969\\/1acaCuvIImrDwSd.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"473379117\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"rh\\u00e9sus n\\u00e9gatif\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/411658969\\/1acaCuvIImrDwSd.gif\",\"created_at\":\"Tue Jan 24 22:36:01 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":473379117,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1778957991\\/kitty-album-animal-collective_normal.jpg\"},\"truncated\":false,\"id\":173192440377905152,\"created_at\":\"Fri Feb 24 23:47:50 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4110000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a1105bce-e061-4e42-8c3c-4470c508f38d-173192440377905152" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'y etais a ce record de tweet #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1818096044/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg" +}, +"title": "Δ+Δ: J'y etais a ce record de tweet #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4110000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'y etais a ce record de tweet #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192441464233984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"AbsolutePi\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":12873,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"000000\",\"followers_count\":142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"334108023\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"name\":\"\\u0394+\\u0394\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":334108023,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/footballanatomy.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192441464233984,\"created_at\":\"Fri Feb 24 23:47:50 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4110000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4927355d-5149-4a13-9b3d-f511651f315b-173192441464233984" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "mais c'est quoi cette émission #jepars #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1637039636/pierre_et_le_loup_normal.jpg" +}, +"title": "Papou: mais c'est quoi cette émission #jepars #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4111000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"mais c'est quoi cette \\u00e9mission #jepars #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"jepars\",\"indices\":[31,38]},{\"text\":\"lgw\",\"indices\":[39,43]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192444471545856\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"Papoufringant\",\"lang\":\"en\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":447,\"location\":\"Chamb\\u00e9ry, France\",\"profile_text_color\":\"3C3940\",\"followers_count\":88,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1637039636\\/pierre_et_le_loup_normal.jpg\",\"description\":\"Attach\\u00e9 aux Droits de l'Homme et \\u00e0 la protection de l'environnement. Amoureux du Qu\\u00e9bec. J'aime le foot, \\u00e7a ne m'emp\\u00eache pas d'\\u00eatre de gauche!\",\"statuses_count\":1607,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"35217229\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Papou\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"created_at\":\"Sat Apr 25 14:04:31 +0000 2009\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":35217229,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1637039636\\/pierre_et_le_loup_normal.jpg\"},\"truncated\":false,\"id\":173192444471545856,\"created_at\":\"Fri Feb 24 23:47:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4111000, +"tags": [ +{ +"id-ref": "f0d71f9c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6d105f20-2f23-4f99-bd71-e0db3d200375-173192444471545856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW Bye Bye", +"img": { +"src": "http://a1.twimg.com/profile_images/1437002627/DSCN4392_normal.jpg" +}, +"title": "Alban Liabeuf: #LGW Bye Bye", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4112000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW Bye Bye\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192450452631552\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":161,\"screen_name\":\"Albanliabeuf\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":410,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris la D\\u00e9fense \",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":50,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1437002627\\/DSCN4392_normal.jpg\",\"description\":\"vous les autres et moi, mode, photos, finance, geek et n'importe quoi \",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"25846622\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1437002627\\/DSCN4392_normal.jpg\",\"name\":\"Alban Liabeuf\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 22 17:27:25 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":25846622,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/alban-liabeuf\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192450452631552,\"created_at\":\"Fri Feb 24 23:47:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4112000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4bcdf2e9-ffc6-4e9d-a05a-654ad76a049a-173192450452631552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1353093787/Dragons-6_normal.jpg" +}, +"title": "Thibaut Devillers: #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4112000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192451165650945\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":68,\"screen_name\":\"Eliadus\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":704,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":14,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"92095420\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1353093787\\/Dragons-6_normal.jpg\",\"name\":\"Thibaut Devillers\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 19:36:51 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92095420,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.followfriday.com\\/followfriday\\/eliadus\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192451165650945,\"created_at\":\"Fri Feb 24 23:47:52 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4112000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a9bd1eb5-3154-4015-ad83-6933d3d7ae83-173192451165650945" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "4700Tweets #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1836345668/profile_normal.png" +}, +"title": "ArDuB57: 4700Tweets #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4113000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"4700Tweets #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[11,15]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192454504316929\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"1c2352\",\"screen_name\":\"ArDub57\",\"lang\":\"en\",\"favourites_count\":1604,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":646,\"location\":\"FRANCE - METZ - SARREGUEMINES\",\"profile_text_color\":\"333333\",\"followers_count\":1089,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\",\"description\":\"FreeParty Style - Raleur Pro - Trolleur Compulsif - DHD Android 2.3\\/Transformer 3.2.1 - PS3 @Pix_auto http:\\/\\/pixauto.tumblr.com - http:\\/\\/iboga.tumblr.com\",\"statuses_count\":83435,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"show_all_inline_media\":false,\"listed_count\":125,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"21448223\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"ArDuB57\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/198153403\\/skynet-terminator-727080_3.jpg\",\"created_at\":\"Fri Feb 20 23:57:59 +0000 2009\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":21448223,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/ardbox.blogspot.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836345668\\/profile_normal.png\"},\"truncated\":false,\"id\":173192454504316929,\"created_at\":\"Fri Feb 24 23:47:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4113000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2b2e5631-9f09-4b10-a703-0cd8b3495c87-173192454504316929" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "On les invite à la télé pour les mettre à la lumière Ahahahaha @Vinvin t'es sur #france5 minuit passé #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1340686999/hasselhoff_normal.jpg" +}, +"title": "monsieurhobby: On les invite à la télé pour les mettre à la lumière Ahahahaha @Vinvin t'es sur #france5 minuit passé #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4113000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"On les invite \\u00e0 la t\\u00e9l\\u00e9 pour les mettre \\u00e0 la lumi\\u00e8re Ahahahaha @Vinvin t'es sur #france5 minuit pass\\u00e9 #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[63,70],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"france5\",\"indices\":[80,88]},{\"text\":\"lgw\",\"indices\":[102,106]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192453086654465\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":665,\"screen_name\":\"monsieurhobby\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":7366,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"location\":\"DtC\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"followers_count\":208,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"description\":\"Geek travesti en Ambulancier, je me prom\\u00e8ne en Aquitaine avec dans mon sac des podcasts, des s\\u00e9ries tv, des films et surtout de comics, un v\\u00e9ritable Hobby...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"78733185\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429608314\\/IMG_0948.JPG\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1340686999\\/hasselhoff_normal.jpg\",\"name\":\"monsieurhobby\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 30 22:59:44 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":78733185,\"utc_offset\":-10800,\"favourites_count\":30,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192453086654465,\"created_at\":\"Fri Feb 24 23:47:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4113000, +"tags": [ +{ +"id-ref": "eef20c14-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "601842f4-a6d6-4310-ad7d-23e35628554a-173192453086654465" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#change2ton !! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1823017040/tetocarre_normal.jpg" +}, +"title": "GoldoNat: #change2ton !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4113000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#change2ton !! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"change2ton\",\"indices\":[0,11]},{\"text\":\"lgw\",\"indices\":[15,19]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192454068125697\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"GoldoNat\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":257,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\",\"description\":\"Graphiste, Pr\\u00e9sentatrice qui raconte des blagues nulles et Stagiaire irresponsable \\u00e9v\\u00e8nement chez DoReMi Game Cie, Jeux Vid\\u00e9os, Troll \\u00e0 ses heures perdues.\",\"statuses_count\":1752,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"116250574\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"GoldoNat\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Feb 21 19:13:39 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":116250574,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.doremi.asso.fr\\/site\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1823017040\\/tetocarre_normal.jpg\"},\"truncated\":false,\"id\":173192454068125697,\"created_at\":\"Fri Feb 24 23:47:53 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4113000, +"tags": [ +{ +"id-ref": "ef04a86a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "515dddb0-0944-4103-8a6e-58790f310697-173192454068125697" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quand même bien de la merde #lgw Et je me force à matter ça", +"img": { +"src": "http://a0.twimg.com/profile_images/1840493981/106730_normal.png" +}, +"title": "Bastien: C'est quand même bien de la merde #lgw Et je me force à matter ça", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4113000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quand m\\u00eame bien de la merde #lgw Et je me force \\u00e0 matter \\u00e7a\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[34,38]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.8330348,46.6323959],[2.9757537,46.6323959],[2.9757537,46.7170938],[2.8330348,46.7170938]]]},\"attributes\":{},\"full_name\":\"Couleuvre, Allier\",\"name\":\"Couleuvre\",\"id\":\"874e865f8e47158d\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/874e865f8e47158d.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[2.89637280,46.69995880]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.twitter.com\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Windows Phone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192455901032449\",\"geo\":{\"type\":\"Point\",\"coordinates\":[46.69995880,2.89637280]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":148,\"screen_name\":\"Metal0rgie\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":11071,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Moulins\\/Auvergne\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"009999\",\"followers_count\":203,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1840493981\\/106730_normal.png\",\"description\":\"21. Cherche des formations, Video Games, Movies, Web, Drugs. Fuck Yea\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"38869080\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1840493981\\/106730_normal.png\",\"name\":\"Bastien\",\"default_profile_image\":false,\"created_at\":\"Sat May 09 15:19:26 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":38869080,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/twitter.com\\/Metal0rgie\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192455901032449,\"created_at\":\"Fri Feb 24 23:47:53 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4113000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e6ff0ce3-ec7a-4150-9ecd-2ada54426b3a-173192455901032449" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "De plus en plus de personnes de ma TL regardent #LGW je suis émue", +"img": { +"src": "http://a0.twimg.com/profile_images/1813917379/coquelicot_normal.jpg" +}, +"title": "Lara: De plus en plus de personnes de ma TL regardent #LGW je suis émue", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4114000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"De plus en plus de personnes de ma TL regardent #LGW je suis \\u00e9mue\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/ubersocial.com\\\" rel=\\\"nofollow\\\"\\u003EUberSocial for BlackBerry\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192459692675072\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":234,\"screen_name\":\"SyndromeL\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":21563,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413089498\\/community_troy_abed.JPG\",\"location\":\"Londres \\/ Puy Du Fou \",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"009999\",\"followers_count\":342,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1813917379\\/coquelicot_normal.jpg\",\"description\":\"J'ai un coeur moelleux intense. (Je rigole bien sur,je suis une pute point barre) \\r\\n-un jour Denis Brognart m'a dit qu'il aimait ma bio-\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"223229171\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413089498\\/community_troy_abed.JPG\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1813917379\\/coquelicot_normal.jpg\",\"name\":\"Lara\",\"default_profile_image\":false,\"created_at\":\"Sun Dec 05 19:46:30 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":223229171,\"utc_offset\":null,\"favourites_count\":62,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192459692675072,\"created_at\":\"Fri Feb 24 23:47:54 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4114000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a4f59dd1-3edf-41fd-a4af-1873de3f9ec3-173192459692675072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #Cqui ??", +"img": { +"src": "http://a1.twimg.com/profile_images/1456585536/NewTGWRprog_normal.png" +}, +"title": "TGWR™: #lgw #Cqui ??", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4115000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #Cqui ??\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"Cqui\",\"indices\":[5,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192464339968001\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"TGWRprog\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":448,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":38,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1456585536\\/NewTGWRprog_normal.png\",\"description\":\"Testeur de jeux vid\\u00e9os inconnus sur Game Side Story, Amateur d'electro, et Geek a temps partiel\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"289854889\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1456585536\\/NewTGWRprog_normal.png\",\"name\":\"TGWR\\u2122\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 29 10:01:55 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":289854889,\"utc_offset\":-10800,\"favourites_count\":3,\"url\":\"http:\\/\\/www.gamesidestory.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192464339968001,\"created_at\":\"Fri Feb 24 23:47:55 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4115000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9086005c-881e-4bd3-9f0c-a01fd1ab4d42-173192464339968001" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LudoDelaherche: Go !!! #cqui #cqui #cqui #lgw :)", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: RT @LudoDelaherche: Go !!! #cqui #cqui #cqui #lgw :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4116000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @LudoDelaherche: Go !!! #cqui #cqui #cqui #lgw :)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[3,18],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[27,32]},{\"text\":\"cqui\",\"indices\":[33,38]},{\"text\":\"cqui\",\"indices\":[39,44]},{\"text\":\"lgw\",\"indices\":[45,49]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Go !!! #cqui #cqui #cqui #lgw :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[7,12]},{\"text\":\"cqui\",\"indices\":[13,18]},{\"text\":\"cqui\",\"indices\":[19,24]},{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192427690131456\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":383,\"screen_name\":\"LudoDelaherche\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6700,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":40,\"profile_link_color\":\"0084B4\",\"followers_count\":2386,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"description\":\"Founder\\/CEO Hi! Human inside!\\r\\n#digitail #Cocreation #socialmedia #rugby #marketing #insights #sports #Human\\r\\nPartage sa vie avec une cr\\u00e9ature rare et belle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0d0d0d\",\"id_str\":\"72665061\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/399550461\\/stade_de_france-timeline.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1404275583\\/portrait_Twitter_normal.jpg\",\"name\":\"Ludovic Delaherche\",\"default_profile_image\":false,\"created_at\":\"Tue Sep 08 20:51:36 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":72665061,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/chapkattack.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192427690131456,\"created_at\":\"Fri Feb 24 23:47:47 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192465413713921\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":156,\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":34449,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris Montparnasse - Bruxelles\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"name\":\"Pierre B.\",\"default_profile_image\":false,\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":104184883,\"utc_offset\":-10800,\"favourites_count\":254,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192465413713921,\"created_at\":\"Fri Feb 24 23:47:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4116000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8446ebd6-f6b6-4ae8-a0e0-36fa0c613991-173192465413713921" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw !", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Alexandre Peyrat: #lgw !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4116000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"https:\\/\\/chrome.google.com\\/extensions\\/detail\\/ffcbeckjmgmgigkmnhmgjplmomcpfall\\\" rel=\\\"nofollow\\\"\\u003EChrowety\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192467007545344\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":19,\"screen_name\":\"Lerion314\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":87,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"59753553\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"Alexandre Peyrat\",\"default_profile_image\":true,\"created_at\":\"Fri Jul 24 11:10:09 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":59753553,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192467007545344,\"created_at\":\"Fri Feb 24 23:47:56 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4116000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bbe1c635-945a-44dd-9713-77a70cb4b4da-173192467007545344" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "wow -kudos - this totally rocks! Happy Birthday Steve Jobs #powersongs Jaheim Limp Bizkit #lgw http://t.co/rsiFdk2D investigate for yourself", +"img": { +"src": "http://a0.twimg.com/profile_images/1850996577/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg" +}, +"title": "Jesusa Hollis: wow -kudos - this totally rocks! Happy Birthday Steve Jobs #powersongs Jaheim Limp Bizkit #lgw http://t.co/rsiFdk2D investigate for yourself", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4117000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"wow -kudos - this totally rocks! Happy Birthday Steve Jobs #powersongs Jaheim Limp Bizkit #lgw http:\\/\\/t.co\\/rsiFdk2D investigate for yourself\",\"entities\":{\"urls\":[{\"indices\":[95,115],\"display_url\":\"tiny.cc\\/1zt8i\",\"expanded_url\":\"http:\\/\\/tiny.cc\\/1zt8i\",\"url\":\"http:\\/\\/t.co\\/rsiFdk2D\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"powersongs\",\"indices\":[59,70]},{\"text\":\"lgw\",\"indices\":[90,94]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192472615333889\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Jesusayizqk\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":0,\"location\":\"\",\"profile_text_color\":\"666666\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\",\"description\":\"\",\"statuses_count\":1,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"502043013\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jesusa Hollis\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Fri Feb 24 19:07:06 +0000 2012\",\"profile_sidebar_fill_color\":\"252429\",\"id\":502043013,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\"},\"truncated\":false,\"id\":173192472615333889,\"created_at\":\"Fri Feb 24 23:47:57 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4117000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0cf00a0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1028b80a-d8db-44d1-9678-82a52c4a19d1-173192472615333889" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai rien compris. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1714137717/For_the_fuck_normal.png" +}, +"title": "o0REL: J'ai rien compris. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4117000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai rien compris. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192469041790976\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":147,\"screen_name\":\"o0REL\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":6742,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"9aa6a1\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"description\":\"A base de compote\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"636566\",\"id_str\":\"69682753\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"name\":\"o0REL\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 28 20:12:55 +0000 2009\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":69682753,\"utc_offset\":3600,\"favourites_count\":2680,\"url\":\"http:\\/\\/o0rel.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192469041790976,\"created_at\":\"Fri Feb 24 23:47:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4117000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6ce765ad-1db7-4304-8326-53b43daf4896-173192469041790976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "L'homme à la chemise multicolore semble aimer les tweets. #lgw #jedécouvre", +"img": { +"src": "http://a1.twimg.com/profile_images/1540125000/PP_twitter_normal.jpg" +}, +"title": "Sophie Losophie.: L'homme à la chemise multicolore semble aimer les tweets. #lgw #jedécouvre", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4118000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"L'homme \\u00e0 la chemise multicolore semble aimer les tweets. #lgw #jed\\u00e9couvre\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[58,62]},{\"text\":\"jed\\u00e9couvre\",\"indices\":[63,74]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192475647803393\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"756b5f\",\"screen_name\":\"Nophie__\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":200,\"location\":\"Ici et l\\u00e0. Mais plus par l\\u00e0.\",\"profile_text_color\":\"cf4848\",\"followers_count\":301,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1540125000\\/PP_twitter_normal.jpg\",\"description\":\"J'ai la mauvaise habitude de tweeter et de r\\u00e9fl\\u00e9chier apr\\u00e8s. Alors prends moi comme tu veux, mais surtout pas au premier degr\\u00e8s. \",\"statuses_count\":9147,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/319696762\\/x4f15c4b595a5615fe60851f7974cef8.png\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"cc4f46\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"62632536\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Sophie Losophie.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/319696762\\/x4f15c4b595a5615fe60851f7974cef8.png\",\"created_at\":\"Mon Aug 03 21:54:45 +0000 2009\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":62632536,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1540125000\\/PP_twitter_normal.jpg\"},\"truncated\":false,\"id\":173192475647803393,\"created_at\":\"Fri Feb 24 23:47:58 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4118000, +"tags": [ +{ +"id-ref": "f0d88a30-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9c42da56-9234-4993-8d1e-db01db13e177-173192475647803393" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Il faut 5 000 tweets ! #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1578085959/funny-dirty-photos-thechive-7_normal.jpg" +}, +"title": "Matthieu Michel: Il faut 5 000 tweets ! #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4118000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Il faut 5 000 tweets ! #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192474276270080\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":70,\"screen_name\":\"MicheO3\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":5143,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"Marseille\\/Paris\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"D02B55\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"description\":\"\\u00ab Dieu a cr\\u00e9\\u00e9 les seins pour nourrir les enfants et on y met des proth\\u00e8ses pour nourrir les docteurs. \\u00bb\\u00ab Ce monde est un vaste naufrage : sauve qui peut ! \\u00bb\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"68460513\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1578085959\\/funny-dirty-photos-thechive-7_normal.jpg\",\"name\":\"Matthieu Michel\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 24 17:30:05 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":68460513,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192474276270080,\"created_at\":\"Fri Feb 24 23:47:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4118000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2545acb7-51f6-455f-8498-3d4752153032-173192474276270080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1815934444/image_normal.jpg" +}, +"title": "Laurent Sarralangue: #cqui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4118000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"LGW\",\"indices\":[6,10]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192474829922304\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":413,\"screen_name\":\"lolosarralangue\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1688,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"0084B4\",\"followers_count\":92,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1815934444\\/image_normal.jpg\",\"description\":\"Actu. Web. Sports. De la balle de squash \\u00e0 l'ovale. L\\u00e9g\\u00e8rement geek. Musique. S'informer pour se cultiver, mais pas seulement.\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"387773705\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1815934444\\/image_normal.jpg\",\"name\":\"Laurent Sarralangue\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 09 17:03:03 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":387773705,\"utc_offset\":null,\"favourites_count\":21,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192474829922304,\"created_at\":\"Fri Feb 24 23:47:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4118000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a72908a6-63eb-4d79-8f49-3904ea8a5d59-173192474829922304" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "this is worth a try! Ryan Braun's #WhoYMCMBWillSignNext Rasheed Wallace #lgw Scary Movie 3 #powersongs http://t.co/fRcsYdh0 check yourself", +"img": { +"src": "http://a0.twimg.com/profile_images/1850995286/mzl.mpmiofhn.480x480-75_normal.jpg" +}, +"title": "Christy Liggons: this is worth a try! Ryan Braun's #WhoYMCMBWillSignNext Rasheed Wallace #lgw Scary Movie 3 #powersongs http://t.co/fRcsYdh0 check yourself", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4118000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"this is worth a try! Ryan Braun's #WhoYMCMBWillSignNext Rasheed Wallace #lgw Scary Movie 3 #powersongs http:\\/\\/t.co\\/fRcsYdh0 check yourself\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[103,123],\"expanded_url\":\"http:\\/\\/tiny.cc\\/1zt8i\",\"display_url\":\"tiny.cc\\/1zt8i\",\"url\":\"http:\\/\\/t.co\\/fRcsYdh0\"}],\"hashtags\":[{\"text\":\"WhoYMCMBWillSignNext\",\"indices\":[34,55]},{\"text\":\"lgw\",\"indices\":[72,76]},{\"text\":\"powersongs\",\"indices\":[91,102]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192476285341697\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"Christyxdfxx\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850995286\\/mzl.mpmiofhn.480x480-75_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"502041375\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850995286\\/mzl.mpmiofhn.480x480-75_normal.jpg\",\"name\":\"Christy Liggons\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 24 19:05:05 +0000 2012\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":502041375,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192476285341697,\"created_at\":\"Fri Feb 24 23:47:58 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4118000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0cf00a0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0d29ada-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2591091e-c687-4c28-976c-78096cc3816e-173192476285341697" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw comprend pas", +"img": { +"src": "http://a0.twimg.com/profile_images/1130216729/34582_418168452021_654222021_4466296_1577871_n_normal.jpg" +}, +"title": "Pierre Piatti: #lgw comprend pas", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4119000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw comprend pas\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192479355576320\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"pierrop\",\"lang\":\"en\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":47,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1130216729\\/34582_418168452021_654222021_4466296_1577871_n_normal.jpg\",\"description\":\"\",\"statuses_count\":23,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"92030657\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Pierre Piatti\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Mon Nov 23 14:33:05 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":92030657,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1130216729\\/34582_418168452021_654222021_4466296_1577871_n_normal.jpg\"},\"truncated\":false,\"id\":173192479355576320,\"created_at\":\"Fri Feb 24 23:47:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4119000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8414ef09-b708-4a82-b294-f75a92528ea4-173192479355576320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi le trip avec #cqui dans #lgw ?", +"img": { +"src": "http://a0.twimg.com/profile_images/1733879750/01_normal.JPG" +}, +"title": "Sami : C'est quoi le trip avec #cqui dans #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4120000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est quoi le trip avec #cqui dans #lgw ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[24,29]},{\"text\":\"lgw\",\"indices\":[35,39]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192482987839491\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"eveningthoughts\",\"lang\":\"fr\",\"favourites_count\":1,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":94,\"location\":\"Brest, France\",\"profile_text_color\":\"333333\",\"followers_count\":69,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1733879750\\/01_normal.JPG\",\"description\":\"Brestois de 19 ans. F\\u00e9ru de pop rock anglaise (mais pas que). R\\u00e9dacteur sur Playsound.fr. \\u00c9galement fan de football (Premier League addict).\",\"statuses_count\":1102,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"36338076\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Sami \",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Apr 29 11:42:05 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":36338076,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.playsound.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1733879750\\/01_normal.JPG\"},\"truncated\":false,\"id\":173192482987839491,\"created_at\":\"Fri Feb 24 23:48:00 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4120000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a3cb40c2-4cd3-47d8-ac17-2741010e7614-173192482987839491" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c qui le naze qui réussi à polluer Rolin", +"img": { +"src": "http://a0.twimg.com/profile_images/1504064961/ggggggg_normal.jpg" +}, +"title": "Mathieu Preaux: #lgw c qui le naze qui réussi à polluer Rolin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4121000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw c qui le naze qui r\\u00e9ussi \\u00e0 polluer Rolin\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192486548803584\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":63,\"screen_name\":\"kawakprod\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":57,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Europe\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1504064961\\/ggggggg_normal.jpg\",\"description\":\"Reporter , Editor , Story Teller\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"268358570\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1504064961\\/ggggggg_normal.jpg\",\"name\":\"Mathieu Preaux\",\"default_profile_image\":false,\"created_at\":\"Fri Mar 18 16:18:46 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":268358570,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.kawak-prod.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192486548803584,\"created_at\":\"Fri Feb 24 23:48:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4121000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa4195be-c7d6-40a1-bf7a-e7188be3b4e3-173192486548803584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @NkL4: RT @Hydraze @kheops2713 parle de @laquadrature sur #lgw http://t.co/1aYTTKMe pour plus d'informations", +"img": { +"src": "http://a1.twimg.com/profile_images/1782896681/twavatar_normal.jpg" +}, +"title": "Oriane: RT @NkL4: RT @Hydraze @kheops2713 parle de @laquadrature sur #lgw http://t.co/1aYTTKMe pour plus d'informations", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4122000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @NkL4: RT @Hydraze @kheops2713 parle de @laquadrature sur #lgw http:\\/\\/t.co\\/1aYTTKMe pour plus d'informations\",\"entities\":{\"urls\":[{\"indices\":[66,86],\"display_url\":\"lqdn.fr\\/acta\",\"expanded_url\":\"http:\\/\\/lqdn.fr\\/acta\",\"url\":\"http:\\/\\/t.co\\/1aYTTKMe\"}],\"user_mentions\":[{\"screen_name\":\"NkL4\",\"indices\":[3,8],\"name\":\"NkL4 \\u00a9 || Ludovic A.\",\"id_str\":\"80576391\",\"id\":80576391},{\"screen_name\":\"Hydraze\",\"indices\":[13,21],\"name\":\"Hydraze\",\"id_str\":\"37705430\",\"id\":37705430},{\"screen_name\":\"kheops2713\",\"indices\":[22,33],\"name\":\"KheOps\",\"id_str\":\"321006177\",\"id\":321006177},{\"screen_name\":\"laquadrature\",\"indices\":[43,56],\"name\":\"La Quadrature du Net\",\"id_str\":\"21179585\",\"id\":21179585}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[61,65]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Hydraze @kheops2713 parle de @laquadrature sur #lgw http:\\/\\/t.co\\/1aYTTKMe pour plus d'informations\",\"entities\":{\"urls\":[{\"indices\":[56,76],\"display_url\":\"lqdn.fr\\/acta\",\"expanded_url\":\"http:\\/\\/lqdn.fr\\/acta\",\"url\":\"http:\\/\\/t.co\\/1aYTTKMe\"}],\"user_mentions\":[{\"screen_name\":\"Hydraze\",\"indices\":[3,11],\"name\":\"Hydraze\",\"id_str\":\"37705430\",\"id\":37705430},{\"screen_name\":\"kheops2713\",\"indices\":[12,23],\"name\":\"KheOps\",\"id_str\":\"321006177\",\"id\":321006177},{\"screen_name\":\"laquadrature\",\"indices\":[33,46],\"name\":\"La Quadrature du Net\",\"id_str\":\"21179585\",\"id\":21179585}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[51,55]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190467255672832\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"NkL4\",\"lang\":\"en\",\"favourites_count\":204,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":580,\"location\":\"Saint Brieuc \\/ Bretagne\",\"profile_text_color\":\"333333\",\"followers_count\":999,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1731549557\\/old_normal.jpg\",\"description\":\"Hyper Local, Hyper Global, Web junkie, Androidoman.\\r\\nLa Bretagne, la France, le Monde, le Web !\\r\\nAmoureux du genre humain ! Pep hini zo libr ! #Social \",\"statuses_count\":26213,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":116,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"80576391\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"NkL4 \\u00a9 || Ludovic A.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Wed Oct 07 13:28:30 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":80576391,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.nkl4.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1731549557\\/old_normal.jpg\"},\"truncated\":false,\"id\":173190467255672832,\"created_at\":\"Fri Feb 24 23:39:59 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192491128983552\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ff0000\",\"screen_name\":\"quota_atypique\",\"lang\":\"fr\",\"favourites_count\":49,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":378,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":887,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1782896681\\/twavatar_normal.jpg\",\"description\":\"Activiste caf\\u00e9in\\u00e9e. Aime les filles, les gar\\u00e7ons, le code. Lutte pour les LGBT (ex red'chef de la #Magazette) et la #netneutrality. Parle trop. #Celsa, #misc12.\",\"statuses_count\":17112,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/232757274\\/datalove-heart1.png\",\"show_all_inline_media\":false,\"listed_count\":67,\"profile_link_color\":\"ff0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"17659852\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Oriane\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/232757274\\/datalove-heart1.png\",\"created_at\":\"Wed Nov 26 21:16:26 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":17659852,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/tornbluejeans.yagg.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782896681\\/twavatar_normal.jpg\"},\"truncated\":false,\"id\":173192491128983552,\"created_at\":\"Fri Feb 24 23:48:02 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4122000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fff97f65-b115-4967-89e7-401428c532c5-173192491128983552" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart", +"img": { +"src": "http://a0.twimg.com/profile_images/1420864728/248441_1569865664967_1785263447_970987_4993940_n_normal.jpg" +}, +"title": "Elisa Gier : #lgw #ilpart", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4122000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilpart\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192490369814528\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":77,\"screen_name\":\"ElisaGier\",\"lang\":\"fr\",\"profile_text_color\":\"3e1957\",\"statuses_count\":658,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/258064935\\/WallpaperForties0045_thumbhuge.jpg\",\"location\":\"Metz - France \",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"ff00ee\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1420864728\\/248441_1569865664967_1785263447_970987_4993940_n_normal.jpg\",\"description\":\"Elisa, je follow back sur votre demande :) #EnjoyTeam #Mousseuse #Ferrariste \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"00ff0d\",\"id_str\":\"58198920\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/258064935\\/WallpaperForties0045_thumbhuge.jpg\",\"profile_sidebar_fill_color\":\"000000\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1420864728\\/248441_1569865664967_1785263447_970987_4993940_n_normal.jpg\",\"name\":\"Elisa Gier \",\"default_profile_image\":false,\"created_at\":\"Sun Jul 19 13:45:08 +0000 2009\",\"profile_sidebar_border_color\":\"000000\",\"id\":58198920,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192490369814528,\"created_at\":\"Fri Feb 24 23:48:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4122000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a02da6d0-4243-4253-a90a-2bad88737088-173192490369814528" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Ahem euh... #lgw Donc voilà voilà", +"img": { +"src": "http://a0.twimg.com/profile_images/1668337583/DTB-Hei-VLQ_normal.jpg" +}, +"title": "Vincent [Gøshi]: RT @LeGrandWebze: Ahem euh... #lgw Donc voilà voilà", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4122000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Ahem euh... #lgw Donc voil\\u00e0 voil\\u00e0\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ahem euh... #lgw Donc voil\\u00e0 voil\\u00e0\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173191766185480192\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3299,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1480,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173191766185480192,\"created_at\":\"Fri Feb 24 23:45:09 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192490243993602\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Yoigoshi\",\"lang\":\"fr\",\"favourites_count\":25,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":342,\"location\":\"Lille\",\"profile_text_color\":\"333333\",\"followers_count\":126,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1668337583\\/DTB-Hei-VLQ_normal.jpg\",\"description\":\"[Tout ce qui est vert est fourbe] - Goshi\\/SilenceCorp #Infographiste\\r\\n\\u007BDieu Vivant de @ChloexF\\u007D\",\"statuses_count\":3931,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/236369942\\/wall-twitter.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"9e9e9e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"29969223\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Vincent [G\\u00f8shi]\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236369942\\/wall-twitter.jpg\",\"created_at\":\"Thu Apr 09 12:00:49 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":29969223,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/goshi.ultra-book.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1668337583\\/DTB-Hei-VLQ_normal.jpg\"},\"truncated\":false,\"id\":173192490243993602,\"created_at\":\"Fri Feb 24 23:48:02 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4122000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fc6ebd67-0171-4e43-afc6-2dbba794cbc9-173192490243993602" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilReste #cqui 4699 Tweets qui disnent on s'ennuient et un qui dit c'est cool Vivin ( C'est un tweet de Vinvin) LOL", +"img": { +"src": "http://a0.twimg.com/profile_images/1826253762/gifs__20__normal.gif" +}, +"title": "Systaime: #lgw #ilReste #cqui 4699 Tweets qui disnent on s'ennuient et un qui dit c'est cool Vivin ( C'est un tweet de Vinvin) LOL", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4122000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #ilReste #cqui 4699 Tweets qui disnent on s'ennuient et un qui dit c'est cool Vivin ( C'est un tweet de Vinvin) LOL\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilReste\",\"indices\":[5,13]},{\"text\":\"cqui\",\"indices\":[14,19]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192491321921536\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":493,\"screen_name\":\"systaime18\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":3215,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":40,\"profile_link_color\":\"080808\",\"followers_count\":392,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"758882\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/424585054\\/15380207101.jpg\",\"profile_sidebar_fill_color\":\"f5ed08\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1826253762\\/gifs__20__normal.gif\",\"name\":\"Systaime\",\"default_profile_image\":false,\"created_at\":\"Thu Feb 08 22:13:03 +0000 2007\",\"profile_sidebar_border_color\":\"000000\",\"id\":758882,\"utc_offset\":3600,\"favourites_count\":113,\"url\":\"http:\\/\\/www.systaime.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192491321921536,\"created_at\":\"Fri Feb 24 23:48:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4122000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5a683414-47a1-40fa-a403-060643e7dcf2-173192491321921536" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Comment cette émission peut exister mais surtout continuer?", +"img": { +"src": "http://a2.twimg.com/profile_images/1771348218/image1327174991_normal.png" +}, +"title": "Jim0PROFIT: #lgw Comment cette émission peut exister mais surtout continuer?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4122000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Comment cette \\u00e9mission peut exister mais surtout continuer?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192491426779136\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":368,\"screen_name\":\"Jim0PROFIT\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4753,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"D02B55\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"description\":\"Consulting, Syst\\u00e8me administrateur, geekoophile, et tellement de choses qu'une journ\\u00e9e de 24H ne suffit plus!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"18874683\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"name\":\"Jim0PROFIT\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 11 18:26:59 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":18874683,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/choari.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192491426779136,\"created_at\":\"Fri Feb 24 23:48:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4122000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "65647d59-5d1a-4e46-84fc-bfa69f6fef43-173192491426779136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Maman suis sur france5 regarde !! Lol #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: Maman suis sur france5 regarde !! Lol #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4122000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Maman suis sur france5 regarde !! Lol #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192492097863680\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39036,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192492097863680,\"created_at\":\"Fri Feb 24 23:48:02 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4122000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "68345cdc-4dfa-4225-8879-772289e65310-173192492097863680" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin #Ilreste #lgw c'est du n'importe quoi xD", +"img": { +"src": "http://a2.twimg.com/profile_images/1561040191/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg" +}, +"title": "Pauline : Rollin #Ilreste #lgw c'est du n'importe quoi xD", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4123000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin #Ilreste #lgw c'est du n'importe quoi xD\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Ilreste\",\"indices\":[7,15]},{\"text\":\"lgw\",\"indices\":[16,20]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192498183798784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":62,\"screen_name\":\"PolineLP\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1395,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"location\":\"Lorient\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"990000\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\",\"description\":\"Accro aux s\\u00e9ries, \\u00e0 l'humour & \\u00e0 la musique mais aussi \\u00e9tudiante en M1 Professorat des \\u00e9coles quelque part en Bretagne...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"380413697\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/385594112\\/bubz-dl.jpg\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1561040191\\/5690_1158077242937_1557953236_391691_6813878_n__1__normal.jpg\",\"name\":\"Pauline \",\"default_profile_image\":false,\"created_at\":\"Mon Sep 26 16:18:08 +0000 2011\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":380413697,\"utc_offset\":3600,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192498183798784,\"created_at\":\"Fri Feb 24 23:48:03 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4123000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2e1e4bcb-6561-4772-89f9-872644422678-173192498183798784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "4700 twitts dans lesquels on te dit que ton emission est NAZE #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1559935673/316153_10150296264667823_500052822_7977563_136633769_n_normal.jpg" +}, +"title": "Pauline Duarte: 4700 twitts dans lesquels on te dit que ton emission est NAZE #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4124000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"4700 twitts dans lesquels on te dit que ton emission est NAZE #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192500847190016\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":793,\"screen_name\":\"paulineduarte\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":8210,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/425591067\\/pauline_andre.jpg\",\"location\":\"\\u00dcT: 48.87521,2.394226\",\"show_all_inline_media\":false,\"listed_count\":23,\"profile_link_color\":\"009999\",\"followers_count\":1515,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1559935673\\/316153_10150296264667823_500052822_7977563_136633769_n_normal.jpg\",\"description\":\"Original B-Girl from Paris-France \\/\\/ Project manager Sony Music France \\/\\/ Member of @ilovecaboverde movement \\/\\/ Personal account\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"53031538\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425591067\\/pauline_andre.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1559935673\\/316153_10150296264667823_500052822_7977563_136633769_n_normal.jpg\",\"name\":\"Pauline Duarte\",\"default_profile_image\":false,\"created_at\":\"Thu Jul 02 10:54:57 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":53031538,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192500847190016,\"created_at\":\"Fri Feb 24 23:48:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4124000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "05d66e7a-33b3-428a-bb1e-046b2d6cc129-173192500847190016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mince, j'en ai que 2 :( #cQui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Mince, j'en ai que 2 :( #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4124000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Mince, j'en ai que 2 :( #cQui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[24,29]},{\"text\":\"lgw\",\"indices\":[30,34]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192499274317824\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3247,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173192499274317824,\"created_at\":\"Fri Feb 24 23:48:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4124000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "263a014d-38aa-4752-9bbb-47466b14850b-173192499274317824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze On a presque atteint les 5000 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1803844111/goldrogerportett2_normal.jpg" +}, +"title": "Kevin Poncin: @LeGrandWebze On a presque atteint les 5000 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4126000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze On a presque atteint les 5000 #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192510187909121\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"rinc08\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":24,\"location\":\"Reims\",\"profile_text_color\":\"333333\",\"followers_count\":7,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1803844111\\/goldrogerportett2_normal.jpg\",\"description\":\"En Twitto formation\",\"statuses_count\":18,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/416646618\\/03_1280-800.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"483066947\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Kevin Poncin\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416646618\\/03_1280-800.jpg\",\"created_at\":\"Sat Feb 04 16:14:59 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":483066947,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803844111\\/goldrogerportett2_normal.jpg\"},\"truncated\":false,\"id\":173192510187909121,\"created_at\":\"Fri Feb 24 23:48:06 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4126000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a9e27468-6aef-4050-a9df-051012a223db-173192510187909121" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw mais ca part dans tt les sens", +"img": { +"src": "http://a0.twimg.com/sticky/default_profile_images/default_profile_3_normal.png" +}, +"title": "antoine: #ilreste #lgw mais ca part dans tt les sens", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4127000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw mais ca part dans tt les sens\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192512012419073\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":6,\"screen_name\":\"titeuf0062\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":5,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"calais\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"217473441\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"name\":\"antoine\",\"default_profile_image\":true,\"created_at\":\"Fri Nov 19 16:36:35 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":217473441,\"utc_offset\":null,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192512012419073,\"created_at\":\"Fri Feb 24 23:48:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4127000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a2fac3ff-3dfa-4593-8097-1727ccfb14d6-173192512012419073" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui les 4 700 no life qui paluchent leur clavier devant #lgw?", +"img": { +"src": "http://a1.twimg.com/profile_images/1838968067/teamSFRCT_normal" +}, +"title": "Ovale de Grâce: #cqui les 4 700 no life qui paluchent leur clavier devant #lgw?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4130000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cqui les 4 700 no life qui paluchent leur clavier devant #lgw?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[58,62]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192524406599680\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"65B0DA\",\"screen_name\":\"MathildePousseo\",\"lang\":\"en\",\"favourites_count\":18,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":504,\"location\":\"\",\"profile_text_color\":\"3D1957\",\"followers_count\":933,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1838968067\\/teamSFRCT_normal\",\"description\":\"Du rugby, de la politique, du ruck n'roll. Le tout au 4e degr\\u00e9!\",\"statuses_count\":8403,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/44338571\\/grpechampion2007-1280.jpg\",\"show_all_inline_media\":false,\"listed_count\":37,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"protected\":false,\"id_str\":\"81447410\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Ovale de Gr\\u00e2ce\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/44338571\\/grpechampion2007-1280.jpg\",\"created_at\":\"Sat Oct 10 21:39:27 +0000 2009\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"id\":81447410,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.boucherie-ovalie.org\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838968067\\/teamSFRCT_normal\"},\"truncated\":false,\"id\":173192524406599680,\"created_at\":\"Fri Feb 24 23:48:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4130000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8fbe9b70-a64f-4fc4-ad6d-56422db041e3-173192524406599680" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @fbrahimi: #ireste #ipart #cqui #changedeton faudrait indiquer la question sur le mur ou l'énoncer #OnComprendPasLinteretDeLaQuestion ...", +"img": { +"src": "http://a1.twimg.com/profile_images/1766324715/Stephane_leprince_normal.GIF" +}, +"title": "Stéphane Leprince: RT @fbrahimi: #ireste #ipart #cqui #changedeton faudrait indiquer la question sur le mur ou l'énoncer #OnComprendPasLinteretDeLaQuestion ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4130000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @fbrahimi: #ireste #ipart #cqui #changedeton faudrait indiquer la question sur le mur ou l'\\u00e9noncer #OnComprendPasLinteretDeLaQuestion ...\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"fbrahimi\",\"indices\":[3,12],\"name\":\"Fadhila BRAHIMI\",\"id_str\":\"5836692\",\"id\":5836692}],\"hashtags\":[{\"text\":\"ireste\",\"indices\":[14,21]},{\"text\":\"ipart\",\"indices\":[22,28]},{\"text\":\"cqui\",\"indices\":[29,34]},{\"text\":\"changedeton\",\"indices\":[35,47]},{\"text\":\"OnComprendPasLinteretDeLaQuestion\",\"indices\":[102,136]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#ireste #ipart #cqui #changedeton faudrait indiquer la question sur le mur ou l'\\u00e9noncer #OnComprendPasLinteretDeLaQuestion #lgw via #TVcheck\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ireste\",\"indices\":[0,7]},{\"text\":\"ipart\",\"indices\":[8,14]},{\"text\":\"cqui\",\"indices\":[15,20]},{\"text\":\"changedeton\",\"indices\":[21,33]},{\"text\":\"OnComprendPasLinteretDeLaQuestion\",\"indices\":[88,122]},{\"text\":\"lgw\",\"indices\":[123,127]},{\"text\":\"TVcheck\",\"indices\":[132,140]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/fr\\/app\\/tvcheck\\/id437347192?mt=8\\\" rel=\\\"nofollow\\\"\\u003ETVcheck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173188208438423552\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"B28465\",\"screen_name\":\"fbrahimi\",\"lang\":\"fr\",\"favourites_count\":160,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3401,\"location\":\"Nomade. France - Maghreb \",\"profile_text_color\":\"A30034\",\"followers_count\":11936,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\",\"description\":\"Dir. FB&Associ\\u00e9s #StrategieDePresence | CoAuteure #Moi20 | Chroniqueuse @Widoobiz | Conf\\u00e9renci\\u00e8re #Tedx | Bureau @MediaAces | \\u2665 #music #politic #SocialTV #Pause\",\"statuses_count\":36948,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"show_all_inline_media\":true,\"listed_count\":1250,\"profile_link_color\":\"000000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"F5EACF\",\"protected\":false,\"id_str\":\"5836692\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Fadhila BRAHIMI\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/342882401\\/fadhilaBrahimiTwitterOct11.gif\",\"created_at\":\"Mon May 07 16:20:02 +0000 2007\",\"profile_sidebar_fill_color\":\"F5EACF\",\"id\":5836692,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.fadhilabrahimi.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1764728200\\/a05c3c5a-aecf-4e53-87e8-77647a9f7c91_normal.png\"},\"truncated\":false,\"id\":173188208438423552,\"created_at\":\"Fri Feb 24 23:31:01 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192524838608898\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"stephleprince\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":685,\"location\":\"46.213151,5.110998\",\"profile_text_color\":\"666666\",\"followers_count\":423,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1766324715\\/Stephane_leprince_normal.GIF\",\"description\":\"Charg\\u00e9 de projets TICE et FOAD - Culture web et r\\u00e9seautage social\",\"statuses_count\":986,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/193710111\\/twilk_background_4d33fd671dea6.jpg\",\"show_all_inline_media\":true,\"listed_count\":38,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"8351142\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"St\\u00e9phane Leprince\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/193710111\\/twilk_background_4d33fd671dea6.jpg\",\"created_at\":\"Wed Aug 22 07:26:43 +0000 2007\",\"profile_sidebar_fill_color\":\"252429\",\"id\":8351142,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.stephaneleprince.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1766324715\\/Stephane_leprince_normal.GIF\"},\"truncated\":true,\"id\":173192524838608898,\"created_at\":\"Fri Feb 24 23:48:10 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4130000, +"tags": [ +{ +"id-ref": "ef16598e-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef49f848-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efbbbfaa-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f04c1c1c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fb8e19ca-673d-4e6f-a6ef-48e34bed9a41-173192524838608898" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh merde c'est pas fini ? #cqui #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: Oh merde c'est pas fini ? #cqui #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4131000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Oh merde c'est pas fini ? #cqui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[26,31]},{\"text\":\"lgw\",\"indices\":[32,36]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192531721453569\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"favourites_count\":10,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1033,\"location\":\"Paris\",\"profile_text_color\":\"3C3940\",\"followers_count\":668,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"statuses_count\":3558,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Bastien Joseph\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":191087175,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\"},\"truncated\":false,\"id\":173192531721453569,\"created_at\":\"Fri Feb 24 23:48:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4131000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "6d953f08-fa28-46fc-a3e9-c8c5b3f39358-173192531721453569" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Malaise… #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1703214981/DE9CB161-5674-43EB-85FF-79C75BA55656_normal" +}, +"title": "Albin DURAND: Malaise… #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4133000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Malaise\\u2026 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192537954193408\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":296,\"screen_name\":\"_albin_\",\"lang\":\"en\",\"profile_text_color\":\"3E4415\",\"statuses_count\":8919,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/49882330\\/paris-by-night_albin-durand-v-twitter.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":64,\"profile_link_color\":\"D02B55\",\"followers_count\":914,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1703214981\\/DE9CB161-5674-43EB-85FF-79C75BA55656_normal\",\"description\":\"*** UPDATING ***\\n(Sinon je cherche un taf dans le Digital \\/ Consultant - Planner - Retail - ... Tu vois le genre... Si tu cherches, je suis l\\u00e0 !)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"30217964\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/49882330\\/paris-by-night_albin-durand-v-twitter.jpg\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1703214981\\/DE9CB161-5674-43EB-85FF-79C75BA55656_normal\",\"name\":\"Albin DURAND\",\"default_profile_image\":false,\"created_at\":\"Fri Apr 10 13:46:47 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":30217964,\"utc_offset\":3600,\"favourites_count\":1,\"url\":\"http:\\/\\/www.tupeuxcopiercollermonnometprenomdansunmoteurderecherche.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192537954193408,\"created_at\":\"Fri Feb 24 23:48:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4133000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "389117bb-6bed-4ec2-a63c-b6ef502baa9d-173192537954193408" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi ce bordel avec Palmashow à #lgw ?", +"img": { +"src": "http://a3.twimg.com/profile_images/1619111722/DSC05656_normal.jpg" +}, +"title": "William: C'est quoi ce bordel avec Palmashow à #lgw ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4134000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est quoi ce bordel avec Palmashow \\u00e0 #lgw ?\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192541284466688\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Scofred_\",\"lang\":\"en\",\"favourites_count\":117,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":824,\"location\":\"France, Paris\",\"profile_text_color\":\"333333\",\"followers_count\":620,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\",\"description\":\"160 caract\\u00e8res, c'est trop peu ! Ma bio - http:\\/\\/about.me\\/scofred\",\"statuses_count\":18666,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"show_all_inline_media\":true,\"listed_count\":29,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"131299967\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"William\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305034455\\/logo_grand_copie.PNG\",\"created_at\":\"Fri Apr 09 21:48:10 +0000 2010\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":131299967,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/scofred.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1619111722\\/DSC05656_normal.jpg\"},\"truncated\":false,\"id\":173192541284466688,\"created_at\":\"Fri Feb 24 23:48:14 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4134000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9c61d0a6-3905-45e8-8994-4691707f03b8-173192541284466688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @embruns: Une émission sur le Web pas disponible sur le Web ? C'est où la logique ? cc @France5tv @Vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1824565430/photo_2_normal.JPG" +}, +"title": "Bakt El Raalis: RT @embruns: Une émission sur le Web pas disponible sur le Web ? C'est où la logique ? cc @France5tv @Vinvin #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4135000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @embruns: Une \\u00e9mission sur le Web pas disponible sur le Web ? C'est o\\u00f9 la logique ? cc @France5tv @Vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"embruns\",\"indices\":[3,11],\"name\":\"Laurent Gloaguen\",\"id_str\":\"6241412\",\"id\":6241412},{\"screen_name\":\"France5tv\",\"indices\":[90,100],\"name\":\"France5\",\"id_str\":\"36932487\",\"id\":36932487},{\"screen_name\":\"Vinvin\",\"indices\":[101,108],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Une \\u00e9mission sur le Web pas disponible sur le Web ? C'est o\\u00f9 la logique ? cc @France5tv @Vinvin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[77,87],\"name\":\"France5\",\"id_str\":\"36932487\",\"id\":36932487},{\"screen_name\":\"Vinvin\",\"indices\":[88,95],\"name\":\"Vinvin\",\"id_str\":\"7223522\",\"id\":7223522}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192074294865920\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"7a7768\",\"screen_name\":\"embruns\",\"lang\":\"en\",\"favourites_count\":29,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":563,\"location\":\"Montr\\u00e9al, Qc, Canada\",\"profile_text_color\":\"333333\",\"followers_count\":4827,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"statuses_count\":21946,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Laurent Gloaguen\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_fill_color\":\"8c887c\",\"id\":6241412,\"follow_request_sent\":null,\"utc_offset\":-18000,\"url\":\"http:\\/\\/embruns.net\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\"},\"truncated\":false,\"id\":173192074294865920,\"created_at\":\"Fri Feb 24 23:46:22 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192546770616320\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"baktelraalis\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1093,\"location\":\"France\",\"profile_text_color\":\"636363\",\"followers_count\":1299,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\",\"description\":\"Admin Web \\/ R\\u00e9dacteur en chef @Pelecanus_net + apprenti photographe + amateur de musique ind\\u00e9' et de culture ALT + demandeur d'asile + fils des internets\",\"statuses_count\":21290,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"show_all_inline_media\":true,\"listed_count\":105,\"profile_link_color\":\"808080\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"protected\":false,\"id_str\":\"18515564\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Bakt El Raalis\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/422118660\\/twistit.jpg\",\"created_at\":\"Wed Dec 31 20:37:21 +0000 2008\",\"profile_sidebar_fill_color\":\"141414\",\"id\":18515564,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.pelecanus.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1824565430\\/photo_2_normal.JPG\"},\"truncated\":false,\"id\":173192546770616320,\"created_at\":\"Fri Feb 24 23:48:15 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4135000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2a1891f9-0af0-4eb3-b813-ff0d550b4640-173192546770616320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw nan fermer pas", +"img": { +"src": "http://a0.twimg.com/profile_images/1851406636/225031_1031930925569_1444264396_30100024_2755_a_normal.jpg" +}, +"title": "Gasquez: #lgw nan fermer pas", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4135000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw nan fermer pas\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192545113874432\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"louitos73\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":54,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"73000\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851406636\\/225031_1031930925569_1444264396_30100024_2755_a_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"373449189\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851406636\\/225031_1031930925569_1444264396_30100024_2755_a_normal.jpg\",\"name\":\"Gasquez\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 14 16:04:37 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":373449189,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192545113874432,\"created_at\":\"Fri Feb 24 23:48:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4135000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7b637fb7-abf1-4a98-818b-bd6e6131dfd2-173192545113874432" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le bordel et pas un seul arabe ou noir ... Krkrkr #LGW", +"img": { +"src": "http://a2.twimg.com/profile_images/1836584093/image_normal.jpg" +}, +"title": "Mims Wabs Larax: Le bordel et pas un seul arabe ou noir ... Krkrkr #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4136000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Le bordel et pas un seul arabe ou noir ... Krkrkr #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[50,54]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192551787003904\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"edf5e9\",\"screen_name\":\"LadyGoule\",\"lang\":\"fr\",\"favourites_count\":64,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":977,\"location\":\"Purgatoire\",\"profile_text_color\":\"0f0e0f\",\"followers_count\":1995,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1836584093\\/image_normal.jpg\",\"description\":\"Ma vie est basee sur une histoire vraie. Entre mes enfants, mon mari et mes passions, je me retrouve...Je reste polie, restez-le aussi! CM @Mehdicis #MLQ\",\"statuses_count\":28314,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/392693670\\/twilk_background_4f0088a2a8656.jpg\",\"show_all_inline_media\":true,\"listed_count\":87,\"profile_link_color\":\"992b4f\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"ffffff\",\"protected\":false,\"id_str\":\"50454478\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Mims Wabs Larax\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/392693670\\/twilk_background_4f0088a2a8656.jpg\",\"created_at\":\"Wed Jun 24 21:55:30 +0000 2009\",\"profile_sidebar_fill_color\":\"eff7ea\",\"id\":50454478,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836584093\\/image_normal.jpg\"},\"truncated\":false,\"id\":173192551787003904,\"created_at\":\"Fri Feb 24 23:48:16 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4136000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2789de67-6301-4783-9559-d308c32c3a5f-173192551787003904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Déjà fini? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: Déjà fini? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4137000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"D\\u00e9j\\u00e0 fini? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192554181967872\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9483,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192554181967872,\"created_at\":\"Fri Feb 24 23:48:17 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4137000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9ca039bb-44da-4f88-96ae-c6ac6986bac6-173192554181967872" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ok donc on s'extasie devant un nombre de tweets, à la télé. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: Ok donc on s'extasie devant un nombre de tweets, à la télé. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4137000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ok donc on s'extasie devant un nombre de tweets, \\u00e0 la t\\u00e9l\\u00e9. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192553842212865\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"favourites_count\":140,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":886,\"location\":\"Pau\",\"profile_text_color\":\"333333\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"statuses_count\":33195,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"protected\":false,\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Aur\\u00e9lien\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_fill_color\":\"ffffff\",\"id\":14321671,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\"},\"truncated\":false,\"id\":173192553842212865,\"created_at\":\"Fri Feb 24 23:48:17 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4137000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c206f59e-8fc1-44bf-8ed8-a2bf6d8e1658-173192553842212865" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Invitez Arnaud @Tsamere, il sera raccord avec @francoisrollin #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1803065777/me_w_arb_normal.jpg" +}, +"title": "Zacal: Invitez Arnaud @Tsamere, il sera raccord avec @francoisrollin #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4138000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Invitez Arnaud @Tsamere, il sera raccord avec @francoisrollin #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"tsamere\",\"indices\":[15,23],\"name\":\"Arnaud Tsamere\",\"id_str\":\"61183408\",\"id\":61183408},{\"screen_name\":\"francoisrollin\",\"indices\":[46,61],\"name\":\"rollin\",\"id_str\":\"369489076\",\"id\":369489076}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[62,66]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192557147332608\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"zacal33\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":602,\"location\":\"Bordeaux\",\"profile_text_color\":\"333333\",\"followers_count\":258,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\",\"description\":\"Si on remboursait le temps perdu, je serais riche. Politiquement ambidextre asym\\u00e9trique, dominante h\\u00e9misph\\u00e8re gauche. Serial retweeter de @solangeteparle\",\"statuses_count\":3675,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"51889223\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Zacal\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Sun Jun 28 23:59:26 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":51889223,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803065777\\/me_w_arb_normal.jpg\"},\"truncated\":false,\"id\":173192557147332608,\"created_at\":\"Fri Feb 24 23:48:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4138000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c98fab10-c8d5-42b8-9ce5-0ff70ee90966-173192557147332608" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#ilreste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1766616824/387375_305933979442753_100000784618943_808268_1342184348_n_normal.jpg" +}, +"title": "xNicKx Vandenberghe: #ilreste #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4138000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#ilreste #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[0,8]},{\"text\":\"lgw\",\"indices\":[9,13]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192556958584832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":74,\"screen_name\":\"NicK_BsM\",\"lang\":\"fr\",\"profile_text_color\":\"ffffff\",\"statuses_count\":1625,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/404603516\\/seagulls.jpg\",\"location\":\"Boulogne sur mer, France\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"00c4f5\",\"followers_count\":29,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1766616824\\/387375_305933979442753_100000784618943_808268_1342184348_n_normal.jpg\",\"description\":\"Tight-end #89 for the Calais Seagulls, french football team. \\r\\n22, from Boulogne sur mer, studies languages in order to become a technical translator.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"092878\",\"id_str\":\"183185871\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404603516\\/seagulls.jpg\",\"profile_sidebar_fill_color\":\"092878\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1766616824\\/387375_305933979442753_100000784618943_808268_1342184348_n_normal.jpg\",\"name\":\"xNicKx Vandenberghe\",\"default_profile_image\":false,\"created_at\":\"Thu Aug 26 10:46:44 +0000 2010\",\"profile_sidebar_border_color\":\"edf2f5\",\"id\":183185871,\"utc_offset\":null,\"favourites_count\":9,\"url\":\"http:\\/\\/www.facebook.com\\/group.php?gid=146636388977\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192556958584832,\"created_at\":\"Fri Feb 24 23:48:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4138000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "22fe5dbc-b222-4e10-8c35-7210230f4c28-173192556958584832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @embruns: Une émission sur le Web pas disponible sur le Web ? C'est où la logique ? cc @France5tv @Vinvin #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1850427609/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal" +}, +"title": "amnesicmercury: RT @embruns: Une émission sur le Web pas disponible sur le Web ? C'est où la logique ? cc @France5tv @Vinvin #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4140000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @embruns: Une \\u00e9mission sur le Web pas disponible sur le Web ? C'est o\\u00f9 la logique ? cc @France5tv @Vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"embruns\",\"indices\":[3,11],\"id_str\":\"6241412\",\"name\":\"Laurent Gloaguen\",\"id\":6241412},{\"screen_name\":\"France5tv\",\"indices\":[90,100],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487},{\"screen_name\":\"Vinvin\",\"indices\":[101,108],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[109,113]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Une \\u00e9mission sur le Web pas disponible sur le Web ? C'est o\\u00f9 la logique ? cc @France5tv @Vinvin #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"France5tv\",\"indices\":[77,87],\"id_str\":\"36932487\",\"name\":\"France5\",\"id\":36932487},{\"screen_name\":\"Vinvin\",\"indices\":[88,95],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[96,100]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/sites.google.com\\/site\\/yorufukurou\\/\\\" rel=\\\"nofollow\\\"\\u003EYoruFukurou\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192074294865920\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":563,\"screen_name\":\"embruns\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":21946,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Montr\\u00e9al, Qc, Canada\",\"show_all_inline_media\":true,\"listed_count\":277,\"profile_link_color\":\"650103\",\"followers_count\":4827,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"description\":\"Surnomm\\u00e9 \\u201cLe Capitaine\\u201d. Figure du Net historique et inventeur de la formule \\u201cVendredi, c'est sodomie\\u201d.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Eastern Time (US & Canada)\",\"profile_background_color\":\"131516\",\"id_str\":\"6241412\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"8c887c\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1522186720\\/Laurent-Gloaguen-G00_normal.jpg\",\"name\":\"Laurent Gloaguen\",\"default_profile_image\":false,\"created_at\":\"Tue May 22 19:16:26 +0000 2007\",\"profile_sidebar_border_color\":\"7a7768\",\"id\":6241412,\"utc_offset\":-18000,\"favourites_count\":29,\"url\":\"http:\\/\\/embruns.net\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192074294865920,\"created_at\":\"Fri Feb 24 23:46:22 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":1,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192567230439424\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":355,\"screen_name\":\"amnesicmercury\",\"lang\":\"en\",\"profile_text_color\":\"485C3A\",\"statuses_count\":6669,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413071977\\/x47753175a3e5ec841493b005971cc32.jpg\",\"location\":\"Lille, France\",\"show_all_inline_media\":true,\"listed_count\":9,\"profile_link_color\":\"618238\",\"followers_count\":235,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850427609\\/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal\",\"description\":\"If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"16603797\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413071977\\/x47753175a3e5ec841493b005971cc32.jpg\",\"profile_sidebar_fill_color\":\"060A00\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850427609\\/82F8E894-D3A8-43F9-ABB4-14EDF7EA365F_normal\",\"name\":\"amnesicmercury\",\"default_profile_image\":false,\"created_at\":\"Sun Oct 05 17:41:52 +0000 2008\",\"profile_sidebar_border_color\":\"204207\",\"id\":16603797,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/about.me\\/guillaumel\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192567230439424,\"created_at\":\"Fri Feb 24 23:48:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4140000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9b0cfd13-95d8-481c-87b7-47a9ab548001-173192567230439424" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "haha! this is sooo crazy! Jaheim #WhoYMCMBWillSignNext #lgw Reglas de Twitter Scary Movie 3 http://t.co/rsiFdk2D investigate for yourself", +"img": { +"src": "http://a0.twimg.com/profile_images/1850996577/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg" +}, +"title": "Jesusa Hollis: haha! this is sooo crazy! Jaheim #WhoYMCMBWillSignNext #lgw Reglas de Twitter Scary Movie 3 http://t.co/rsiFdk2D investigate for yourself", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4140000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"haha! this is sooo crazy! Jaheim #WhoYMCMBWillSignNext #lgw Reglas de Twitter Scary Movie 3 http:\\/\\/t.co\\/rsiFdk2D investigate for yourself\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[92,112],\"expanded_url\":\"http:\\/\\/tiny.cc\\/1zt8i\",\"display_url\":\"tiny.cc\\/1zt8i\",\"url\":\"http:\\/\\/t.co\\/rsiFdk2D\"}],\"hashtags\":[{\"text\":\"WhoYMCMBWillSignNext\",\"indices\":[33,54]},{\"text\":\"lgw\",\"indices\":[55,59]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192568018968576\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"Jesusayizqk\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":7,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"502043013\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\",\"name\":\"Jesusa Hollis\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 24 19:07:06 +0000 2012\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":502043013,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192568018968576,\"created_at\":\"Fri Feb 24 23:48:20 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4140000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0d29ada-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ced38d85-843b-4971-a523-ca5a8f46fc9d-173192568018968576" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw bonne nuit les petits !", +"img": { +"src": "http://a2.twimg.com/profile_images/1525267545/gloomy_normal.png" +}, +"title": "Gorana: #lgw bonne nuit les petits !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4140000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw bonne nuit les petits !\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192568912355329\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"CC3366\",\"screen_name\":\"GloomyBearly\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":7,\"location\":\"\",\"profile_text_color\":\"362720\",\"followers_count\":8,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1525267545\\/gloomy_normal.png\",\"description\":\"Grrrrr....rrrrroaaaarrrr!\",\"statuses_count\":2,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"B40B43\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Bern\",\"profile_background_color\":\"FF6699\",\"protected\":false,\"id_str\":\"366675153\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Gorana\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme11\\/bg.gif\",\"created_at\":\"Fri Sep 02 16:19:11 +0000 2011\",\"profile_sidebar_fill_color\":\"E5507E\",\"id\":366675153,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1525267545\\/gloomy_normal.png\"},\"truncated\":false,\"id\":173192568912355329,\"created_at\":\"Fri Feb 24 23:48:20 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4140000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3b57e6c1-5c00-4c7f-b5ab-92e189463f11-173192568912355329" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@JessBoniLambert T'as oublié le #Cqui #LGW @ludodelaherche", +"img": { +"src": "http://a2.twimg.com/profile_images/1724569947/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg" +}, +"title": "Pierre B.: @JessBoniLambert T'as oublié le #Cqui #LGW @ludodelaherche", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4141000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"JessBoniLambert\",\"favorited\":false,\"text\":\"@JessBoniLambert T'as oubli\\u00e9 le #Cqui #LGW @ludodelaherche\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"JessBoniLambert\",\"indices\":[0,16],\"name\":\"Jessica Boni-Lambert\",\"id_str\":\"111092027\",\"id\":111092027},{\"screen_name\":\"LudoDelaherche\",\"indices\":[44,59],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"Cqui\",\"indices\":[32,37]},{\"text\":\"LGW\",\"indices\":[38,42]}]},\"in_reply_to_user_id\":111092027,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173192504697561088,\"in_reply_to_status_id_str\":\"173192504697561088\",\"id_str\":\"173192569914798080\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Pierre_B_y\",\"lang\":\"en\",\"favourites_count\":254,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":156,\"location\":\"Paris Montparnasse - Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":533,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\",\"description\":\"El\\u00e8ve-avocat Droit Public (M2 Assas, MBA ESSEC)\\r\\nFan de rugby (Auch, Stade Fran\\u00e7ais), de foot (PSG), d'Histoire et litt\\u00e9rature\\r\\nhttp:\\/\\/unsybarite.wordpress.com\",\"statuses_count\":34448,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":19,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"104184883\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Pierre B.\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Jan 12 15:06:02 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":104184883,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1724569947\\/299325_10150416938938185_506888184_9976937_119826102_n_normal.jpg\"},\"truncated\":false,\"id\":173192569914798080,\"created_at\":\"Fri Feb 24 23:48:21 +0000 2012\",\"in_reply_to_user_id_str\":\"111092027\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4141000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "959810ae-be6f-4e62-9ada-ac045bd37ff5-173192569914798080" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @PierreCroce: #onsennuie #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1836489540/humanrage1_normal.jpg" +}, +"title": "Androids: RT @PierreCroce: #onsennuie #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4141000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @PierreCroce: #onsennuie #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"PierreCroce\",\"indices\":[3,15],\"id_str\":\"34305298\",\"name\":\"Pierre Croce\",\"id\":34305298}],\"urls\":[],\"hashtags\":[{\"text\":\"onsennuie\",\"indices\":[17,27]},{\"text\":\"lgw\",\"indices\":[28,32]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"#onsennuie #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"onsennuie\",\"indices\":[0,10]},{\"text\":\"lgw\",\"indices\":[11,15]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192287776550915\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":109,\"screen_name\":\"PierreCroce\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":202,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"0084B4\",\"followers_count\":131,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845640313\\/x_c296a84d_normal.jpg\",\"description\":\"Responsable Contenus Humour chez Dailymotion, et tente aussi des trucs sur sc\\u00e8ne : http:\\/\\/dai.ly\\/siCjLV\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"34305298\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845640313\\/x_c296a84d_normal.jpg\",\"name\":\"Pierre Croce\",\"default_profile_image\":false,\"created_at\":\"Wed Apr 22 15:41:53 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":34305298,\"utc_offset\":-10800,\"favourites_count\":20,\"url\":\"http:\\/\\/www.facebook.com\\/laminuteapropos\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192287776550915,\"created_at\":\"Fri Feb 24 23:47:13 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192569994493954\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"Androids974\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1508,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":69,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"description\":\"Spectateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"id_str\":\"58974537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"name\":\"Androids\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 22 00:25:26 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":58974537,\"utc_offset\":null,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192569994493954,\"created_at\":\"Fri Feb 24 23:48:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4141000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0ca8dd6-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bd518698-197d-4e15-8067-e863b23d92b4-173192569994493954" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est n'importe quoi c'est même pas expérimentale, c'est pas crédible, c'est nul. #déçu #dommage #justepouruncompteur", +"img": { +"src": "http://a0.twimg.com/profile_images/1185913574/5ed80534-98b3-466a-8d4a-0fc64aeb9cfc_normal.png" +}, +"title": "David Foucher: #lgw c'est n'importe quoi c'est même pas expérimentale, c'est pas crédible, c'est nul. #déçu #dommage #justepouruncompteur", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4142000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw c'est n'importe quoi c'est m\\u00eame pas exp\\u00e9rimentale, c'est pas cr\\u00e9dible, c'est nul. #d\\u00e9\\u00e7u #dommage #justepouruncompteur\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"d\\u00e9\\u00e7u\",\"indices\":[87,92]},{\"text\":\"dommage\",\"indices\":[93,101]},{\"text\":\"justepouruncompteur\",\"indices\":[102,122]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192574524329987\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"tyjak\",\"lang\":\"en\",\"favourites_count\":655,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":271,\"location\":\"Aubervilliers\",\"profile_text_color\":\"333333\",\"followers_count\":215,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1185913574\\/5ed80534-98b3-466a-8d4a-0fc64aeb9cfc_normal.png\",\"description\":\"Web developper\",\"statuses_count\":6791,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":10,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"5804512\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"David Foucher\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun May 06 09:11:10 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":5804512,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.tyjak.net\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1185913574\\/5ed80534-98b3-466a-8d4a-0fc64aeb9cfc_normal.png\"},\"truncated\":false,\"id\":173192574524329987,\"created_at\":\"Fri Feb 24 23:48:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4142000, +"tags": [ +{ +"id-ref": "f0dc25c8-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "efd5d34a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0dc2b54-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "29f941c6-93d8-4d3c-8939-a7825a2c4e01-173192574524329987" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bonsoir @LeGrandWebze #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1782987674/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG" +}, +"title": "2pasag the papoteur: bonsoir @LeGrandWebze #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4142000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"bonsoir @LeGrandWebze #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[8,21],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192576810233857\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"2pasag\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":51,\"location\":\"Coulommiers 77 France\",\"profile_text_color\":\"333333\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1782987674\\/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG\",\"description\":\"Si t'm partager l'\\u00e9crit, T bienvenue\",\"statuses_count\":2029,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"20905224\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"2pasag the papoteur\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sun Feb 15 11:31:19 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":20905224,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/papotagebriard.canalblog.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1782987674\\/Copie__2__de_Francis_photo_le_pays_briard_00_normal.JPG\"},\"truncated\":false,\"id\":173192576810233857,\"created_at\":\"Fri Feb 24 23:48:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4142000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "88f7eeee-a5bc-4eaf-9f71-70ccb2fd7c6b-173192576810233857" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "4700 tweets mais pas que pour dire que l'émission est géniale franchement... On verra semaine prochaine pour confirmer où pas #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1845323073/KvF3jpFq_normal" +}, +"title": "Yann: 4700 tweets mais pas que pour dire que l'émission est géniale franchement... On verra semaine prochaine pour confirmer où pas #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4143000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"4700 tweets mais pas que pour dire que l'\\u00e9mission est g\\u00e9niale franchement... On verra semaine prochaine pour confirmer o\\u00f9 pas #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[126,130]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192579163230209\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"bigyannou\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":242,\"location\":\"Paris (enfin pas loin)\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1845323073\\/KvF3jpFq_normal\",\"description\":\"35 ans\\r\\nQuand le Troll parle, l'homme avis\\u00e9 ob\\u00e9it. \\r\\nJe ne fais pas la course aux followers, je tweet-clash pas, je raconte pas ma vie. Bref, ch'uis chiant!\",\"statuses_count\":1313,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/418145378\\/tumblr_lvrnzdQR9V1qb8phvo1_500.jpg\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"162988359\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Yann\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418145378\\/tumblr_lvrnzdQR9V1qb8phvo1_500.jpg\",\"created_at\":\"Mon Jul 05 07:12:11 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":162988359,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1845323073\\/KvF3jpFq_normal\"},\"truncated\":false,\"id\":173192579163230209,\"created_at\":\"Fri Feb 24 23:48:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4143000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "39a3e3f6-e54f-44c4-9304-88ab00002eb0-173192579163230209" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui qui va regarder Agen Castres ? #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1768260791/afflelou_normal.png" +}, +"title": "Marcel Comics: #cqui qui va regarder Agen Castres ? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4143000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#cqui qui va regarder Agen Castres ? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"lgw\",\"indices\":[37,41]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192578685083649\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":196,\"screen_name\":\"Marcelcomics\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3886,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":24,\"profile_link_color\":\"0084B4\",\"followers_count\":521,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"description\":\"D\\u00e9fenseur du panache et de la pens\\u00e9e positive. Gar\\u00e7on boucher chez Boucherie-ovalie.org. Inventor of the Follow Me Monday (#FMM)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"386966557\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768260791\\/afflelou_normal.png\",\"name\":\"Marcel Comics\",\"default_profile_image\":false,\"created_at\":\"Sat Oct 08 07:06:40 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":386966557,\"utc_offset\":-10800,\"favourites_count\":7,\"url\":\"http:\\/\\/boucherie-ovalie.org\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192578685083649,\"created_at\":\"Fri Feb 24 23:48:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4143000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "98f06d22-ee36-43f7-8097-7fc22c93bdfc-173192578685083649" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Autopromo et auto congratulations sur le nombre de tweets : #lgw manque un peu d'inspiration ce soir...", +"img": { +"src": "http://a3.twimg.com/profile_images/1682788944/oriane_twitter_normal.png" +}, +"title": "Oriane Hurard: Autopromo et auto congratulations sur le nombre de tweets : #lgw manque un peu d'inspiration ce soir...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4143000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Autopromo et auto congratulations sur le nombre de tweets : #lgw manque un peu d'inspiration ce soir...\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[60,64]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192581025509378\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"592459\",\"screen_name\":\"Orianehurard\",\"lang\":\"fr\",\"favourites_count\":461,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":383,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":485,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\",\"description\":\"S\\u00e9ries, transmedia, cin\\u00e9ma. Dipl\\u00f4m\\u00e9e @ina_SUP en production \\/\\/ \\r\\nCharg\\u00e9e de coordination @TIULab, programme d'encadrement \\u00e9tudiant transmedia\",\"statuses_count\":2731,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"show_all_inline_media\":true,\"listed_count\":24,\"profile_link_color\":\"de2a5d\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"709397\",\"protected\":false,\"id_str\":\"198934087\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Oriane Hurard\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/366921020\\/wall_anne-muller.jpg\",\"created_at\":\"Tue Oct 05 16:26:22 +0000 2010\",\"profile_sidebar_fill_color\":\"c1a7c7\",\"id\":198934087,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.transmediaimmersiveuniversity.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1682788944\\/oriane_twitter_normal.png\"},\"truncated\":false,\"id\":173192581025509378,\"created_at\":\"Fri Feb 24 23:48:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4143000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "17727b03-fd64-4a17-a8bf-975acac2df40-173192581025509378" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "à la prochaine alors ! #lgw", +"img": { +"src": "http://a1.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "sebule: à la prochaine alors ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4143000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"\\u00e0 la prochaine alors ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192578425040898\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":5,\"screen_name\":\"sebule\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":null,\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"description\":null,\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"id_str\":\"245705081\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"name\":\"sebule\",\"default_profile_image\":true,\"created_at\":\"Tue Feb 01 08:45:20 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":245705081,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192578425040898,\"created_at\":\"Fri Feb 24 23:48:23 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4143000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "caafb631-4ba5-4164-9305-fafb2f278c0e-173192578425040898" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "sur #LGW ils sont contents d'avoir 4700 tweets. Si j'étais eux, je lirais d'abord le contenu avant de me réjouir.", +"img": { +"src": "http://a2.twimg.com/profile_images/1563780941/pic_copie_normal.jpg" +}, +"title": "oOfasnI: sur #LGW ils sont contents d'avoir 4700 tweets. Si j'étais eux, je lirais d'abord le contenu avant de me réjouir.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4144000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"sur #LGW ils sont contents d'avoir 4700 tweets. Si j'\\u00e9tais eux, je lirais d'abord le contenu avant de me r\\u00e9jouir.\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[4,8]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192585735700485\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"InsafOo\",\"lang\":\"fr\",\"favourites_count\":34,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":141,\"location\":\"Bruxelles\",\"profile_text_color\":\"333333\",\"followers_count\":198,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1563780941\\/pic_copie_normal.jpg\",\"description\":\"Journalisme \\u00e0 l'ULB\\/ Stage \\u00e0 la RTBF et au Soir\\/ Erasmus \\u00e0 Paris\\/ Jobiste au Cirque Royal\\/ Parle r\\u00e9guli\\u00e8rement le sarcasme\\/ Mes cuites n'engagent que moi.\",\"statuses_count\":1084,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"342660437\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"oOfasnI\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"created_at\":\"Tue Jul 26 11:22:50 +0000 2011\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":342660437,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/insiblog.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1563780941\\/pic_copie_normal.jpg\"},\"truncated\":false,\"id\":173192585735700485,\"created_at\":\"Fri Feb 24 23:48:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4144000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1c979e1b-edee-4f24-8a0a-fc06e3c9bfcd-173192585735700485" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C koi le principe de #lgw ? #cqui ce mec oO ?", +"img": { +"src": "http://a1.twimg.com/profile_images/1791821391/photo_normal.jpg" +}, +"title": "François Chartier: C koi le principe de #lgw ? #cqui ce mec oO ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4145000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C koi le principe de #lgw ? #cqui ce mec oO ?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]},{\"text\":\"cqui\",\"indices\":[28,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/seesmic.com\\/\\\" rel=\\\"nofollow\\\"\\u003ESeesmic\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192590445920256\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":112,\"screen_name\":\"chartiouz\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":779,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/371978517\\/02548_redlightblur_1920x1200.jpg\",\"location\":\"Boulogne Billancourt\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"bdcaf2\",\"followers_count\":74,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1791821391\\/photo_normal.jpg\",\"description\":\"Google est votre ami pour savoir qui je suis, sinon, \\u00e0 la lecture de mes tweets, un certain courant politique devrait appara\\u00eetre ;)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"3d4747\",\"id_str\":\"14465685\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/371978517\\/02548_redlightblur_1920x1200.jpg\",\"profile_sidebar_fill_color\":\"333231\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1791821391\\/photo_normal.jpg\",\"name\":\"Fran\\u00e7ois Chartier\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 21 19:15:53 +0000 2008\",\"profile_sidebar_border_color\":\"000000\",\"id\":14465685,\"utc_offset\":3600,\"favourites_count\":2,\"url\":\"http:\\/\\/www.lechangementcestmaintenant.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192590445920256,\"created_at\":\"Fri Feb 24 23:48:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4145000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5c0e59ea-5dab-42ef-a3ee-99669623093e-173192590445920256" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "this is worth a view! #lgw Ryan Braun Scary Movie 3 Basketball's 101 Most Disrespectful Moments http://t.co/rsiFdk2D find out about it", +"img": { +"src": "http://a0.twimg.com/profile_images/1850996577/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg" +}, +"title": "Jesusa Hollis: this is worth a view! #lgw Ryan Braun Scary Movie 3 Basketball's 101 Most Disrespectful Moments http://t.co/rsiFdk2D find out about it", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4145000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"this is worth a view! #lgw Ryan Braun Scary Movie 3 Basketball's 101 Most Disrespectful Moments http:\\/\\/t.co\\/rsiFdk2D find out about it\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[96,116],\"expanded_url\":\"http:\\/\\/tiny.cc\\/1zt8i\",\"display_url\":\"tiny.cc\\/1zt8i\",\"url\":\"http:\\/\\/t.co\\/rsiFdk2D\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[22,26]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192589321830400\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"Jesusayizqk\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":1,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"502043013\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\",\"name\":\"Jesusa Hollis\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 24 19:07:06 +0000 2012\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":502043013,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192589321830400,\"created_at\":\"Fri Feb 24 23:48:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4145000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "731b17d5-2f30-41f0-aac0-17f24c409733-173192589321830400" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @StevenLeRoux: Parler de tout et de rien, c'est bien... mais qu'en est-il des VRAIES causes ? #K4Kouign ! http://t.co/KvOC2J9S #lgw ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1839297474/AvatarEcrouRougeCarre_normal.gif" +}, +"title": "Philippe B: RT @StevenLeRoux: Parler de tout et de rien, c'est bien... mais qu'en est-il des VRAIES causes ? #K4Kouign ! http://t.co/KvOC2J9S #lgw ...", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4146000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"RT @StevenLeRoux: Parler de tout et de rien, c'est bien... mais qu'en est-il des VRAIES causes ? #K4Kouign ! http:\\/\\/t.co\\/KvOC2J9S #lgw ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"StevenLeRoux\",\"indices\":[3,16],\"id_str\":\"14985358\",\"name\":\"StevenLeRoux\",\"id\":14985358}],\"urls\":[{\"indices\":[110,130],\"expanded_url\":\"http:\\/\\/www.k4kouign.eu\",\"display_url\":\"k4kouign.eu\",\"url\":\"http:\\/\\/t.co\\/KvOC2J9S\"}],\"hashtags\":[{\"text\":\"K4Kouign\",\"indices\":[97,106]},{\"text\":\"lgw\",\"indices\":[131,135]}]},\"possibly_sensitive_editable\":true,\"retweeted_status\":{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"Parler de tout et de rien, c'est bien... mais qu'en est-il des VRAIES causes ? #K4Kouign ! http:\\/\\/t.co\\/KvOC2J9S #lgw @LeGrandWebze\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[118,131],\"id_str\":\"365949385\",\"name\":\"legrandwebze\",\"id\":365949385}],\"urls\":[{\"indices\":[92,112],\"expanded_url\":\"http:\\/\\/www.k4kouign.eu\",\"display_url\":\"k4kouign.eu\",\"url\":\"http:\\/\\/t.co\\/KvOC2J9S\"}],\"hashtags\":[{\"text\":\"K4Kouign\",\"indices\":[79,88]},{\"text\":\"lgw\",\"indices\":[113,117]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191910079467520\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":306,\"screen_name\":\"StevenLeRoux\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":4452,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"Ask my GoogleLatitude\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"followers_count\":266,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"14985358\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"name\":\"StevenLeRoux\",\"default_profile_image\":false,\"created_at\":\"Mon Jun 02 21:29:20 +0000 2008\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":14985358,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/steven.le-roux.info\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191910079467520,\"created_at\":\"Fri Feb 24 23:45:43 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192594048811010\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1749,\"screen_name\":\"Raydacteur\",\"lang\":\"en\",\"profile_text_color\":\"000000\",\"statuses_count\":28282,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"location\":\"Crozon, Brittany\",\"show_all_inline_media\":true,\"listed_count\":211,\"profile_link_color\":\"0000ff\",\"followers_count\":2618,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"description\":\"[en] connecting good vibrations [fr] ing\\u00e9nieur philosophe, activateur biologique & lolRT\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"14400518\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/433295670\\/313459780.jpg\",\"profile_sidebar_fill_color\":\"d3ede7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1839297474\\/AvatarEcrouRougeCarre_normal.gif\",\"name\":\"Philippe B\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 15 20:08:37 +0000 2008\",\"profile_sidebar_border_color\":\"5e1410\",\"id\":14400518,\"utc_offset\":3600,\"favourites_count\":297,\"url\":\"http:\\/\\/bit.ly\\/raydacteur\"},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173192594048811010,\"created_at\":\"Fri Feb 24 23:48:26 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4146000, +"tags": [ +{ +"id-ref": "f0c285f0-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8d572109-c50d-45d7-a8d8-e81c46bd79c5-173192594048811010" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "la descente demain risqued'être terrible #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1759900261/image1326744906_normal.png" +}, +"title": "TobyZiegler: la descente demain risqued'être terrible #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4147000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"la descente demain risqued'\\u00eatre terrible #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192598381531136\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"86A4A6\",\"screen_name\":\"3141592RMuck\",\"lang\":\"fr\",\"favourites_count\":56,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":215,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1759900261\\/image1326744906_normal.png\",\"description\":\"De mauvaise foi. Parle parfois de g\\u00e9omatique, de citoyennet\\u00e9 ou de cuisine.\",\"statuses_count\":2873,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432900319\\/gC8LD.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"bdb517\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"121414\",\"protected\":false,\"id_str\":\"174279076\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"TobyZiegler\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432900319\\/gC8LD.jpg\",\"created_at\":\"Tue Aug 03 15:04:11 +0000 2010\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"id\":174279076,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759900261\\/image1326744906_normal.png\"},\"truncated\":false,\"id\":173192598381531136,\"created_at\":\"Fri Feb 24 23:48:27 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4147000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e7df5162-744e-44e4-ae43-f3de64296077-173192598381531136" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #cQui", +"img": { +"src": "http://a2.twimg.com/profile_images/1758783715/image_normal.jpg" +}, +"title": "Florian Picherit: #lgw #cQui", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4147000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw #cQui\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"cQui\",\"indices\":[5,10]}]},\"place\":{\"country_code\":\"FR\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[6.4400506,46.3437649],[6.5158292,46.3437649],[6.5158292,46.4050024],[6.4400506,46.4050024]]]},\"attributes\":{},\"full_name\":\"Thonon-les-Bains, Haute-Savoie\",\"name\":\"Thonon-les-Bains\",\"id\":\"e71b6d6ca390f0c1\",\"place_type\":\"city\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/e71b6d6ca390f0c1.json\"},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[6.49806755,46.37364141]},\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192597576220672\",\"geo\":{\"type\":\"Point\",\"coordinates\":[46.37364141,6.49806755]},\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":122,\"screen_name\":\"FlorianPicherit\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":180,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF0000\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1758783715\\/image_normal.jpg\",\"description\":\"Music Saved My Life. 42 Style.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"465400461\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1758783715\\/image_normal.jpg\",\"name\":\"Florian Picherit\",\"default_profile_image\":false,\"created_at\":\"Mon Jan 16 09:24:23 +0000 2012\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":465400461,\"utc_offset\":3600,\"favourites_count\":5,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192597576220672,\"created_at\":\"Fri Feb 24 23:48:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4147000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3bccc127-8768-43f7-baae-2503b8b962d4-173192597576220672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Vinvin sait que tout ça pue la merde. #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1300818041/twitter_frite_normal.jpg" +}, +"title": "rorolafrite: @Vinvin sait que tout ça pue la merde. #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4148000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Vinvin sait que tout \\u00e7a pue la merde. #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[0,7],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[39,43]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for iOS\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192599790817280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":\"7223522\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":366,\"screen_name\":\"rorolafrite\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":2109,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/50572791\\/fondtwitter.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"b05007\",\"followers_count\":385,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1300818041\\/twitter_frite_normal.jpg\",\"description\":\"En 87, j'\\u00e9tais maire d'Antibes. Apr\\u00e8s j'en ai eu marre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"473623\",\"id_str\":\"7118592\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/50572791\\/fondtwitter.jpg\",\"profile_sidebar_fill_color\":\"cfb080\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1300818041\\/twitter_frite_normal.jpg\",\"name\":\"rorolafrite\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 27 21:21:56 +0000 2007\",\"profile_sidebar_border_color\":\"b05403\",\"id\":7118592,\"utc_offset\":3600,\"favourites_count\":15,\"url\":\"http:\\/\\/cargocollective.com\\/doublescottie\"},\"in_reply_to_screen_name\":\"Vinvin\",\"truncated\":false,\"id\":173192599790817280,\"created_at\":\"Fri Feb 24 23:48:28 +0000 2012\",\"in_reply_to_user_id\":7223522}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4148000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0055f3b3-d656-42b7-8a7d-1fa23ee7272b-173192599790817280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je RT mais je suis perdue “@LudoDelaherche: Prêts pour grosse vague de #cqui #cqui #cqui ??? #lgw #StadedeFrance ? :)”", +"img": { +"src": "http://a2.twimg.com/profile_images/1727412144/image_normal.jpg" +}, +"title": "Jessica Boni-Lambert: Je RT mais je suis perdue “@LudoDelaherche: Prêts pour grosse vague de #cqui #cqui #cqui ??? #lgw #StadedeFrance ? :)”", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4150000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je RT mais je suis perdue \\u201c@LudoDelaherche: Pr\\u00eats pour grosse vague de #cqui #cqui #cqui ??? #lgw #StadedeFrance ? :)\\u201d\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LudoDelaherche\",\"indices\":[27,42],\"id_str\":\"72665061\",\"name\":\"Ludovic Delaherche\",\"id\":72665061}],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[71,76]},{\"text\":\"cqui\",\"indices\":[77,82]},{\"text\":\"cqui\",\"indices\":[83,88]},{\"text\":\"lgw\",\"indices\":[93,97]},{\"text\":\"StadedeFrance\",\"indices\":[98,112]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192607902601217\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"JessBoniLambert\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17229,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/391267445\\/Twitter2.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":41,\"profile_link_color\":\"CC3366\",\"followers_count\":680,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727412144\\/image_normal.jpg\",\"description\":\"Cr\\u00e9atrice de mode passionn\\u00e9e de #rugby (www.rugbydolls.com) \\r\\nMy passions: Rugby, Fashion and photography.\\r\\nNe tourne pas rond (mais plut\\u00f4t ovale)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"id_str\":\"111092027\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391267445\\/Twitter2.jpg\",\"profile_sidebar_fill_color\":\"f7e6e6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727412144\\/image_normal.jpg\",\"name\":\"Jessica Boni-Lambert\",\"default_profile_image\":false,\"created_at\":\"Wed Feb 03 19:54:54 +0000 2010\",\"profile_sidebar_border_color\":\"ebdae9\",\"id\":111092027,\"utc_offset\":3600,\"favourites_count\":51,\"url\":\"http:\\/\\/www.leblogdejess.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192607902601217,\"created_at\":\"Fri Feb 24 23:48:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4150000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3b6488b6-5054-4921-b0a0-725e2d40ea38-173192607902601217" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai pas vu le temps passer! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1398568911/IMG_2179_-_Copie_normal.jpg" +}, +"title": "Lucie: J'ai pas vu le temps passer! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4150000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai pas vu le temps passer! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192608284278784\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":149,\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"profile_text_color\":\"807d80\",\"statuses_count\":9484,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"name\":\"Lucie\",\"default_profile_image\":false,\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":63258588,\"utc_offset\":3600,\"favourites_count\":13,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192608284278784,\"created_at\":\"Fri Feb 24 23:48:30 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4150000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "344685bc-6847-4237-9f89-425379f1dbd5-173192608284278784" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw @LeGrandWebze c clair trop court ! :-(", +"img": { +"src": "http://a1.twimg.com/profile_images/1756394690/real_7502-chat-chat-2_normal.jpg" +}, +"title": "Alex Gendival: #lgw @LeGrandWebze c clair trop court ! :-(", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4151000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw @LeGrandWebze c clair trop court ! :-(\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[5,18],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192614491848704\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"68543C\",\"screen_name\":\"agendival\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":37,\"location\":\"Toulouse\",\"profile_text_color\":\"333333\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1756394690\\/real_7502-chat-chat-2_normal.jpg\",\"description\":\"Comme tout le monde, je ne suis personne : juste un simple citoyen qui cherche \\u00e0 s'exprimer... :)\",\"statuses_count\":70,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/401521889\\/x7a39e157020cd0a78d597fb34ec68e5.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"9D582E\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"8B542B\",\"protected\":false,\"id_str\":\"463088750\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Alex Gendival\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/401521889\\/x7a39e157020cd0a78d597fb34ec68e5.jpg\",\"created_at\":\"Fri Jan 13 18:17:06 +0000 2012\",\"profile_sidebar_fill_color\":\"C4AE8F\",\"id\":463088750,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1756394690\\/real_7502-chat-chat-2_normal.jpg\"},\"truncated\":false,\"id\":173192614491848704,\"created_at\":\"Fri Feb 24 23:48:31 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4151000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "debb8fc9-4289-4682-b620-2280c43ff0af-173192614491848704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Vivement le mois prochain ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1809665149/moi_normal.jpg" +}, +"title": "Lucja: Vivement le mois prochain ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4151000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Vivement le mois prochain ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192613275512833\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ece3cb\",\"screen_name\":\"BloodyLucy\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":113,\"location\":\"LRY\\/\\/ Nantes \\/\\/ Le Mans\",\"profile_text_color\":\"2b1b0c\",\"followers_count\":105,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1809665149\\/moi_normal.jpg\",\"description\":\"25 ans | Assistante d'Education | Blogueuse | Tea addict | Musique, Histoire de l'Art, Russie.\",\"statuses_count\":1854,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/303352474\\/fond_tumblr.jpg\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"3c755f\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"3c755f\",\"protected\":false,\"id_str\":\"143031933\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Lucja\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/303352474\\/fond_tumblr.jpg\",\"created_at\":\"Wed May 12 11:50:47 +0000 2010\",\"profile_sidebar_fill_color\":\"ece3cb\",\"id\":143031933,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.bloodylucy.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1809665149\\/moi_normal.jpg\"},\"truncated\":false,\"id\":173192613275512833,\"created_at\":\"Fri Feb 24 23:48:31 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4151000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c7589a5b-ea36-420e-8e81-d8ae3f138f4b-173192613275512833" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@KolyaFR trop beau c'est pour ça #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1255908033/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png" +}, +"title": "Crazou: @KolyaFR trop beau c'est pour ça #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4151000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@KolyaFR trop beau c'est pour \\u00e7a #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"KolyaFR\",\"indices\":[0,8],\"id_str\":\"109725925\",\"name\":\"Florian Descamps\",\"id\":109725925}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[33,37]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173192498049597440\",\"id_str\":\"173192612117880832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173192498049597440,\"in_reply_to_user_id_str\":\"109725925\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":52,\"screen_name\":\"crazou_\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":155,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"followers_count\":17,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1255908033\\/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"120808218\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1255908033\\/cdad926e-d92a-4388-b61e-1a44d81eeb4b_normal.png\",\"name\":\"Crazou\",\"default_profile_image\":false,\"created_at\":\"Sun Mar 07 16:26:59 +0000 2010\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":120808218,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":\"KolyaFR\",\"truncated\":false,\"id\":173192612117880832,\"created_at\":\"Fri Feb 24 23:48:31 +0000 2012\",\"in_reply_to_user_id\":109725925}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4151000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e856bb9a-11e2-4e19-90d5-8b427450d8b1-173192612117880832" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw on vous kiffffe", +"img": { +"src": "http://a0.twimg.com/profile_images/1851406636/225031_1031930925569_1444264396_30100024_2755_a_normal.jpg" +}, +"title": "Gasquez: #lgw on vous kiffffe", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4151000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw on vous kiffffe\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192612809949184\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":65,\"screen_name\":\"louitos73\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":55,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"73000\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"009999\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1851406636\\/225031_1031930925569_1444264396_30100024_2755_a_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"373449189\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1851406636\\/225031_1031930925569_1444264396_30100024_2755_a_normal.jpg\",\"name\":\"Gasquez\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 14 16:04:37 +0000 2011\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":373449189,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192612809949184,\"created_at\":\"Fri Feb 24 23:48:31 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4151000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "71f5146a-99d5-4e0a-bdfd-f753347f4832-173192612809949184" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw j'adore ce debut d'emission ! :)", +"img": { +"src": "http://a0.twimg.com/profile_images/1143073505/41403_1088720440_8180_q_normal.jpg" +}, +"title": "yann : #lgw j'adore ce debut d'emission ! :)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4152000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw j'adore ce debut d'emission ! :)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192616605786113\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":114,\"screen_name\":\"yannosh51\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":695,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"location\":\"france\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"384040\",\"followers_count\":59,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"description\":\"Gamer, retrogamer m\\u00eame et administrateur chez armagame pour le jeu atomic strike.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"000000\",\"id_str\":\"165689120\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/317784174\\/as-test.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1143073505\\/41403_1088720440_8180_q_normal.jpg\",\"name\":\"yann \",\"default_profile_image\":false,\"created_at\":\"Mon Jul 12 08:06:43 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":165689120,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":\"http:\\/\\/www.atomic-strike.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192616605786113,\"created_at\":\"Fri Feb 24 23:48:32 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4152000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "83f40e6a-308d-4c1d-9f6b-41ca2e746e37-173192616605786113" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "bonsoir @FlorencePorcel #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1768745785/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png" +}, +"title": "☠papounay2000☠: bonsoir @FlorencePorcel #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4152000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"bonsoir @FlorencePorcel #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"FlorencePorcel\",\"indices\":[8,23],\"name\":\"Florence Porcel\",\"id_str\":\"49031173\",\"id\":49031173}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[24,28]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192619659231232\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"F2E195\",\"screen_name\":\"papounay2000\",\"lang\":\"fr\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":265,\"location\":\"\",\"profile_text_color\":\"0C3E53\",\"followers_count\":134,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\",\"description\":\"N'oubliez pas de vous aimer\",\"statuses_count\":3544,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"BADFCD\",\"protected\":false,\"id_str\":\"14764219\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"\\u2620papounay2000\\u2620\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/412848613\\/gandhi.jpg\",\"created_at\":\"Tue May 13 20:33:18 +0000 2008\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"id\":14764219,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1768745785\\/c9364de8-d442-45ac-88f7-8eb38594a1a1_normal.png\"},\"truncated\":false,\"id\":173192619659231232,\"created_at\":\"Fri Feb 24 23:48:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4152000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "36d8d085-fdf8-40c4-8293-9bb80349b3ab-173192619659231232" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "En tous cas j'ai bien aimé la séquence @Tweets2Comptoir : @toptweets_fr en mieux sans @MPOFFICIAL et les comptes Twitter pour ados ! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1258484592/image_normal.jpg" +}, +"title": "Marie DM: En tous cas j'ai bien aimé la séquence @Tweets2Comptoir : @toptweets_fr en mieux sans @MPOFFICIAL et les comptes Twitter pour ados ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4152000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"En tous cas j'ai bien aim\\u00e9 la s\\u00e9quence @Tweets2Comptoir : @toptweets_fr en mieux sans @MPOFFICIAL et les comptes Twitter pour ados ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Tweets2Comptoir\",\"indices\":[39,55],\"name\":\"Tweets de Comptoir\",\"id_str\":\"227334618\",\"id\":227334618},{\"screen_name\":\"toptweets_fr\",\"indices\":[58,71],\"name\":\"Top Tweets\",\"id_str\":\"113426311\",\"id\":113426311},{\"screen_name\":\"MPOFFICIAL\",\"indices\":[86,97],\"name\":\"Matt Pokora\",\"id_str\":\"66083959\",\"id\":66083959}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[133,137]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192619223040000\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"2d3438\",\"screen_name\":\"mariedm1234\",\"lang\":\"en\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":120,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":41,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1258484592\\/image_normal.jpg\",\"description\":\"Etudiante ing\\u00e9nieure. Aime #cuisine, #musique, #cin\\u00e9ma, #vin, #web, #rire. Je ne sais pas ce que je ferai plus tard, mais je sais ce que je ne ferai pas !\",\"statuses_count\":253,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":0,\"profile_link_color\":\"357b94\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"254728025\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marie DM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Feb 19 21:53:51 +0000 2011\",\"profile_sidebar_fill_color\":\"8fcae6\",\"id\":254728025,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1258484592\\/image_normal.jpg\"},\"truncated\":false,\"id\":173192619223040000,\"created_at\":\"Fri Feb 24 23:48:32 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4152000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "124e7a21-e318-44c3-b6d2-d9cee6d59b51-173192619223040000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ciao #lgw <3", +"img": { +"src": "http://a0.twimg.com/profile_images/1652615368/Anbastom_normal.jpg" +}, +"title": "Anbastom: Ciao #lgw <3", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4153000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Ciao #lgw <3\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[5,9]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192621437624320\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Anbastom\",\"lang\":\"fr\",\"favourites_count\":9,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":169,\"location\":\"72\",\"profile_text_color\":\"333333\",\"followers_count\":159,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\",\"description\":\"#TeamLumbago \\/\\/ Un jour j'ai cru que j'etais intelligente mais en fait...NON.\",\"statuses_count\":9006,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":8,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"London\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"72400860\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"Anbastom\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Sep 07 22:34:23 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":72400860,\"follow_request_sent\":null,\"utc_offset\":0,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1652615368\\/Anbastom_normal.jpg\"},\"truncated\":false,\"id\":173192621437624320,\"created_at\":\"Fri Feb 24 23:48:33 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4153000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "fa7ca219-d78b-40d9-b48e-88ebce7d4304-173192621437624320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @hug33k: Rollin, #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart mais #IlPart vite d ...", +"img": { +"src": "http://a0.twimg.com/profile_images/1836489540/humanrage1_normal.jpg" +}, +"title": "Androids: RT @hug33k: Rollin, #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart mais #IlPart vite d ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4155000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @hug33k: Rollin, #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart mais #IlPart vite d ...\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"hug33k\",\"indices\":[3,10],\"id_str\":\"175540303\",\"name\":\"Hugo SCHOCH\",\"id\":175540303}],\"urls\":[],\"hashtags\":[{\"text\":\"IlPart\",\"indices\":[20,27]},{\"text\":\"IlPart\",\"indices\":[28,35]},{\"text\":\"IlPart\",\"indices\":[36,43]},{\"text\":\"IlPart\",\"indices\":[44,51]},{\"text\":\"IlPart\",\"indices\":[52,59]},{\"text\":\"IlPart\",\"indices\":[60,67]},{\"text\":\"IlPart\",\"indices\":[68,75]},{\"text\":\"IlPart\",\"indices\":[76,83]},{\"text\":\"IlPart\",\"indices\":[84,91]},{\"text\":\"IlPart\",\"indices\":[92,99]},{\"text\":\"IlPart\",\"indices\":[100,107]},{\"text\":\"IlPart\",\"indices\":[108,115]},{\"text\":\"IlPart\",\"indices\":[121,128]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin, #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart #IlPart mais #IlPart vite du #LGW! ;)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"IlPart\",\"indices\":[8,15]},{\"text\":\"IlPart\",\"indices\":[16,23]},{\"text\":\"IlPart\",\"indices\":[24,31]},{\"text\":\"IlPart\",\"indices\":[32,39]},{\"text\":\"IlPart\",\"indices\":[40,47]},{\"text\":\"IlPart\",\"indices\":[48,55]},{\"text\":\"IlPart\",\"indices\":[56,63]},{\"text\":\"IlPart\",\"indices\":[64,71]},{\"text\":\"IlPart\",\"indices\":[72,79]},{\"text\":\"IlPart\",\"indices\":[80,87]},{\"text\":\"IlPart\",\"indices\":[88,95]},{\"text\":\"IlPart\",\"indices\":[96,103]},{\"text\":\"IlPart\",\"indices\":[109,116]},{\"text\":\"LGW\",\"indices\":[126,130]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192246894669824\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4895,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192246894669824,\"created_at\":\"Fri Feb 24 23:47:04 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192631113887744\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":189,\"screen_name\":\"Androids974\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":1509,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":69,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"description\":\"Spectateur.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"9AE4E8\",\"id_str\":\"58974537\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/24960097\\/Grammar_Natzee_2_by_dinyctis.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1836489540\\/humanrage1_normal.jpg\",\"name\":\"Androids\",\"default_profile_image\":false,\"created_at\":\"Wed Jul 22 00:25:26 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":58974537,\"utc_offset\":null,\"favourites_count\":8,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":true,\"id\":173192631113887744,\"created_at\":\"Fri Feb 24 23:48:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4155000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d9671737-c759-4356-870d-88199d99d993-173192631113887744" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze faites venir @kassovitz #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1695493545/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png" +}, +"title": "StevenLeRoux: @LeGrandWebze faites venir @kassovitz #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4155000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze faites venir @kassovitz #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385},{\"screen_name\":\"kassovitz\",\"indices\":[27,37],\"name\":\"mathieu kassovitz\",\"id_str\":\"51983262\",\"id\":51983262}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[38,42]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192629822038017\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"StevenLeRoux\",\"lang\":\"en\",\"favourites_count\":17,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":306,\"location\":\"Ask my GoogleLatitude\",\"profile_text_color\":\"666666\",\"followers_count\":266,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\",\"description\":\"\",\"statuses_count\":4453,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":17,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"14985358\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"StevenLeRoux\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Mon Jun 02 21:29:20 +0000 2008\",\"profile_sidebar_fill_color\":\"252429\",\"id\":14985358,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/steven.le-roux.info\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1695493545\\/fa3f8350-a1ea-4196-9606-3fab457a6d4d_normal.png\"},\"truncated\":false,\"id\":173192629822038017,\"created_at\":\"Fri Feb 24 23:48:35 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4155000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0e13af5b-83d7-4365-a19d-3ee694c5e89a-173192629822038017" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je découvre Le Grand Webze. Original et pas mal. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1800870665/IMG_0001__1__normal.JPG" +}, +"title": "Fouad Kemache: Je découvre Le Grand Webze. Original et pas mal. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4155000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Je d\\u00e9couvre Le Grand Webze. Original et pas mal. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192630606368768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":202,\"screen_name\":\"FKemache\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":174,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/416843842\\/391075_10150531631147456_714362455_10654748_1365340992_n.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":22,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1800870665\\/IMG_0001__1__normal.JPG\",\"description\":\"Founder of LARUEARABE.COM. Personal thoughts about Arab Spring, French 2012 Campaign,Football.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"131516\",\"id_str\":\"132196334\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/416843842\\/391075_10150531631147456_714362455_10654748_1365340992_n.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1800870665\\/IMG_0001__1__normal.JPG\",\"name\":\"Fouad Kemache\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 12 15:09:55 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":132196334,\"utc_offset\":3600,\"favourites_count\":3,\"url\":\"http:\\/\\/laruearabe.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192630606368768,\"created_at\":\"Fri Feb 24 23:48:35 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4155000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "35167bb5-438d-4a97-8b21-18f509fccb72-173192630606368768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #tweetothon la recherche avance…", +"img": { +"src": "http://a0.twimg.com/profile_images/1602210892/Galactica_normal.jpg" +}, +"title": "Cammarata Thierry: #lgw #tweetothon la recherche avance…", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4157000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #tweetothon la recherche avance\\u2026\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"tweetothon\",\"indices\":[5,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192640047742976\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"DFDFDF\",\"screen_name\":\"thcammarata\",\"lang\":\"en\",\"favourites_count\":7,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":98,\"location\":\"france\",\"profile_text_color\":\"333333\",\"followers_count\":23,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\",\"description\":\"\",\"statuses_count\":1161,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"990000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"EBEBEB\",\"protected\":false,\"id_str\":\"334554629\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Cammarata Thierry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/387575934\\/battlestar-galactica.jpg\",\"created_at\":\"Wed Jul 13 08:43:07 +0000 2011\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"id\":334554629,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1602210892\\/Galactica_normal.jpg\"},\"truncated\":false,\"id\":173192640047742976,\"created_at\":\"Fri Feb 24 23:48:37 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4157000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0dedcf0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "905baacc-19fc-460f-99de-9c3d6ba0da7c-173192640047742976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Roh! C'est fini! :'( #LGW", +"img": { +"src": "http://a1.twimg.com/profile_images/1623795719/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg" +}, +"title": "Hugo SCHOCH: Roh! C'est fini! :'( #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4159000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Roh! C'est fini! :'( #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[21,25]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192646070771715\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":912,\"screen_name\":\"hug33k\",\"lang\":\"fr\",\"profile_text_color\":\"a3c23e\",\"statuses_count\":4896,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"location\":\"Alsace, France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"a5c639\",\"followers_count\":150,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"description\":\"#Geek, #Gamer, fanboy #Apple et #Google, little dev #Android, lyc\\u00e9en (parfois...), accroc musique, news,... What else? #OnlyHug33k #HubHiTech #RIPSteveJobs\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"175540303\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/305156158\\/osx-lion-wallpaper-mac1.jpg\",\"profile_sidebar_fill_color\":\"9ca871\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1623795719\\/197577_1789834458954_1032363942_2086799_8141707_n_normal.jpg\",\"name\":\"Hugo SCHOCH\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 06 22:13:16 +0000 2010\",\"profile_sidebar_border_color\":\"111405\",\"id\":175540303,\"utc_offset\":3600,\"favourites_count\":16,\"url\":\"http:\\/\\/only.hug33k.fr\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192646070771715,\"created_at\":\"Fri Feb 24 23:48:39 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4159000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9d595b3e-d538-40aa-9ee8-d6e68dcf8239-173192646070771715" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#cqui #cqui #cqui #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1838968067/teamSFRCT_normal" +}, +"title": "Ovale de Grâce: #cqui #cqui #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4160000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#cqui #cqui #cqui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[0,5]},{\"text\":\"cqui\",\"indices\":[6,11]},{\"text\":\"cqui\",\"indices\":[12,17]},{\"text\":\"lgw\",\"indices\":[18,22]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192649275224064\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"65B0DA\",\"screen_name\":\"MathildePousseo\",\"lang\":\"en\",\"favourites_count\":18,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":504,\"location\":\"\",\"profile_text_color\":\"3D1957\",\"followers_count\":933,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1838968067\\/teamSFRCT_normal\",\"description\":\"Du rugby, de la politique, du ruck n'roll. Le tout au 4e degr\\u00e9!\",\"statuses_count\":8403,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/44338571\\/grpechampion2007-1280.jpg\",\"show_all_inline_media\":false,\"listed_count\":37,\"profile_link_color\":\"FF0000\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"642D8B\",\"protected\":false,\"id_str\":\"81447410\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Ovale de Gr\\u00e2ce\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/44338571\\/grpechampion2007-1280.jpg\",\"created_at\":\"Sat Oct 10 21:39:27 +0000 2009\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"id\":81447410,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/www.boucherie-ovalie.org\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838968067\\/teamSFRCT_normal\"},\"truncated\":false,\"id\":173192649275224064,\"created_at\":\"Fri Feb 24 23:48:40 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4160000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "cf0e643e-d5e6-42e0-84ec-fcb084d92c4b-173192649275224064" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Rollin <3 #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1849286517/plumesdanges_normal.jpg" +}, +"title": "plumesdanges: Rollin <3 #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4160000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Rollin <3 #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[13,17]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192651431096320\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":283,\"screen_name\":\"plumesdanges\",\"lang\":\"fr\",\"profile_text_color\":\"0a0a0a\",\"statuses_count\":39037,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"location\":\"Hell\",\"show_all_inline_media\":false,\"listed_count\":44,\"profile_link_color\":\"4813f5\",\"followers_count\":591,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"description\":\"pas interessante, pas drole et pas tr\\u00e8s intelligente, bref sans interet ! Pr\\u00e9sidente fondatrice de l'#InsomniaqueTeam \\/\\/ #TeamLumbagos \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"fcfcfc\",\"id_str\":\"27325670\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/351775770\\/ange_menottes.jpg\",\"profile_sidebar_fill_color\":\"fcfcfc\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1849286517\\/plumesdanges_normal.jpg\",\"name\":\"plumesdanges\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 28 22:43:40 +0000 2009\",\"profile_sidebar_border_color\":\"fcfcfc\",\"id\":27325670,\"utc_offset\":3600,\"favourites_count\":84,\"url\":\"http:\\/\\/www.youtube.com\\/plumesdanges\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192651431096320,\"created_at\":\"Fri Feb 24 23:48:40 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4160000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ec04a516-cfbe-41a4-a0a1-4b44c0bac2b2-173192651431096320" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est relou #lgw c'est mensuel??? WTF", +"img": { +"src": "http://a2.twimg.com/profile_images/1783235283/image_normal.jpg" +}, +"title": "Rèy: C'est relou #lgw c'est mensuel??? WTF", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4161000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est relou #lgw c'est mensuel??? WTF\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[12,16]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192656409731072\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Rey__Man\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":456,\"location\":\"Ex-Lut\\u00e8ce\",\"profile_text_color\":\"333333\",\"followers_count\":131,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1783235283\\/image_normal.jpg\",\"description\":\"Samo Samo | Je pense donc tu me suis. | HipHop. | $ports. |\",\"statuses_count\":5489,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"80081414\",\"geo_enabled\":true,\"profile_background_tile\":false,\"name\":\"R\\u00e8y\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Mon Oct 05 17:44:22 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":80081414,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1783235283\\/image_normal.jpg\"},\"truncated\":false,\"id\":173192656409731072,\"created_at\":\"Fri Feb 24 23:48:41 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4161000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e5cc7ead-6a77-4abb-a6b9-9aed849f41ff-173192656409731072" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw zap #ci \"afin de renouveller ça garde robe elle emprunte les strings de sa fille\" O.O", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: #lgw zap #ci \"afin de renouveller ça garde robe elle emprunte les strings de sa fille\" O.O", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4162000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw zap #ci \\\"afin de renouveller \\u00e7a garde robe elle emprunte les strings de sa fille\\\" O.O\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ci\",\"indices\":[9,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192660276875264\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":142,\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"profile_text_color\":\"ba9012\",\"statuses_count\":5337,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Albi, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29086699,\"utc_offset\":3600,\"favourites_count\":110,\"url\":\"http:\\/\\/isshin-san.over-blog.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192660276875264,\"created_at\":\"Fri Feb 24 23:48:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4162000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f7c28a90-79ee-4c76-99ea-59134d232399-173192660276875264" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Cetaaaait nul #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1818096044/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg" +}, +"title": "Δ+Δ: Cetaaaait nul #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4162000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Cetaaaait nul #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[14,18]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192661472251904\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"AbsolutePi\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":12874,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"000000\",\"followers_count\":142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"334108023\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"name\":\"\\u0394+\\u0394\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":334108023,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/footballanatomy.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192661472251904,\"created_at\":\"Fri Feb 24 23:48:42 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4162000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "40dce2a3-eb97-48ee-81b4-01208d1db0af-173192661472251904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @aurel_p: je viens de faire vraiment cette tete O_o devant #lgw (véridique)", +"img": { +"src": "http://a2.twimg.com/profile_images/1714137717/For_the_fuck_normal.png" +}, +"title": "o0REL: RT @aurel_p: je viens de faire vraiment cette tete O_o devant #lgw (véridique)", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4163000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @aurel_p: je viens de faire vraiment cette tete O_o devant #lgw (v\\u00e9ridique)\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"aurel_p\",\"indices\":[3,11],\"id_str\":\"14321671\",\"name\":\"Aur\\u00e9lien\",\"id\":14321671}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"je viens de faire vraiment cette tete O_o devant #lgw (v\\u00e9ridique)\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[49,53]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191893100920832\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":886,\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":33194,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Pau\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"name\":\"Aur\\u00e9lien\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14321671,\"utc_offset\":3600,\"favourites_count\":140,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191893100920832,\"created_at\":\"Fri Feb 24 23:45:39 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192661937815553\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":147,\"screen_name\":\"o0REL\",\"lang\":\"fr\",\"profile_text_color\":\"634047\",\"statuses_count\":6741,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"9aa6a1\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"description\":\"A base de compote\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"636566\",\"id_str\":\"69682753\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432865195\\/Twitter_Galaxy.jpg\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1714137717\\/For_the_fuck_normal.png\",\"name\":\"o0REL\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 28 20:12:55 +0000 2009\",\"profile_sidebar_border_color\":\"D3D2CF\",\"id\":69682753,\"utc_offset\":3600,\"favourites_count\":2680,\"url\":\"http:\\/\\/o0rel.wordpress.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192661937815553,\"created_at\":\"Fri Feb 24 23:48:43 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4163000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "abecc380-6d9d-46ba-85e4-d07c89d4f246-173192661937815553" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bon, ba, pas de fin, bon début à tous \\o/ #cQui #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1435066233/avatar_normal.png" +}, +"title": "JonathanMM: Bon, ba, pas de fin, bon début à tous \\o/ #cQui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4163000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Bon, ba, pas de fin, bon d\\u00e9but \\u00e0 tous \\\\o\\/ #cQui #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"cQui\",\"indices\":[42,47]},{\"text\":\"lgw\",\"indices\":[48,52]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192664743809025\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Jonamaths\",\"lang\":\"fr\",\"favourites_count\":12,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":100,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":49,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\",\"description\":\"\",\"statuses_count\":3247,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"228777896\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"JonathanMM\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Mon Dec 20 17:08:33 +0000 2010\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":228777896,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/jonathanmm.nocle.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1435066233\\/avatar_normal.png\"},\"truncated\":false,\"id\":173192664743809025,\"created_at\":\"Fri Feb 24 23:48:43 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4163000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a870780b-1317-4f7a-bf4b-854becfbea10-173192664743809025" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW : C'est nul c'est fini :'(", +"img": { +"src": "http://a0.twimg.com/profile_images/1757013909/image1326646425_normal.png" +}, +"title": "Damien Vacher: #LGW : C'est nul c'est fini :'(", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4164000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW : C'est nul c'est fini :'(\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192668959080448\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":405,\"screen_name\":\"Le_Damien\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":27167,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Chatillon-en-Bazois\",\"show_all_inline_media\":false,\"listed_count\":32,\"profile_link_color\":\"009999\",\"followers_count\":343,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"description\":\"I'm a lonely Cowboy who learning un BTS SIO (ex BTS IG) in Nevers... Et un Mac Gyver de l'URL par @Checkyourpeople et je suis un tumblreur assidu\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"26552716\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1757013909\\/image1326646425_normal.png\",\"name\":\"Damien Vacher\",\"default_profile_image\":false,\"created_at\":\"Wed Mar 25 18:09:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":26552716,\"utc_offset\":3600,\"favourites_count\":43,\"url\":\"http:\\/\\/damienvacher.tumblr.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192668959080448,\"created_at\":\"Fri Feb 24 23:48:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4164000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8e243be4-0d99-4971-94c7-fa67b61f3af0-173192668959080448" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Mais.... Il est pas drôle ce type. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1835955438/DSC_0248_normal.JPG" +}, +"title": "Cassie: Mais.... Il est pas drôle ce type. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4164000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Mais.... Il est pas dr\\u00f4le ce type. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[35,39]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192667780481025\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":127,\"screen_name\":\"AloneInBerlin\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":21685,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432574132\\/tumblr_lzqx9fVDwi1qifyfco1_500.jpg\",\"location\":\"Avignon - Paris - Marseille \",\"show_all_inline_media\":true,\"listed_count\":20,\"profile_link_color\":\"e3495e\",\"followers_count\":232,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1835955438\\/DSC_0248_normal.JPG\",\"description\":\"Fille bizarre. J'aime bien l'\\u00eatre humain. Plus particuli\\u00e8rement son cerveau. Plus particuli\\u00e8rement ce qu'il se passe dans son cerveau. #TeamMademoiselle\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Amsterdam\",\"profile_background_color\":\"0a0a0a\",\"id_str\":\"201798580\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432574132\\/tumblr_lzqx9fVDwi1qifyfco1_500.jpg\",\"profile_sidebar_fill_color\":\"ebe8df\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835955438\\/DSC_0248_normal.JPG\",\"name\":\"Cassie\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 12 17:02:15 +0000 2010\",\"profile_sidebar_border_color\":\"0f0c0f\",\"id\":201798580,\"utc_offset\":3600,\"favourites_count\":748,\"url\":\"http:\\/\\/goodbyebadmorning.tumblr.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192667780481025,\"created_at\":\"Fri Feb 24 23:48:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4164000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7297dc96-be82-4599-a27b-e86ec72d0fdb-173192667780481025" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "can somebody explain this? We Wait For Jonas Basketball's 101 Most Disrespectful Moments #lgw http://t.co/rsiFdk2D investigate for yourself", +"img": { +"src": "http://a0.twimg.com/profile_images/1850996577/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg" +}, +"title": "Jesusa Hollis: can somebody explain this? We Wait For Jonas Basketball's 101 Most Disrespectful Moments #lgw http://t.co/rsiFdk2D investigate for yourself", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4164000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"can somebody explain this? We Wait For Jonas Basketball's 101 Most Disrespectful Moments #lgw http:\\/\\/t.co\\/rsiFdk2D investigate for yourself\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[94,114],\"expanded_url\":\"http:\\/\\/tiny.cc\\/1zt8i\",\"display_url\":\"tiny.cc\\/1zt8i\",\"url\":\"http:\\/\\/t.co\\/rsiFdk2D\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[89,93]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192666606080000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"Jesusayizqk\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":4,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"502043013\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\",\"name\":\"Jesusa Hollis\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 24 19:07:06 +0000 2012\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":502043013,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192666606080000,\"created_at\":\"Fri Feb 24 23:48:44 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4164000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "44205bfe-8154-47ae-bb05-05fa4ec493e0-173192666606080000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "ceci est du premier degré : personne ne critique François Rollin, ou je vous casse les dents #ilReste #cqui #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1457064362/DSCN0269_normal.JPG" +}, +"title": "Lola: ceci est du premier degré : personne ne critique François Rollin, ou je vous casse les dents #ilReste #cqui #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4165000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"ceci est du premier degr\\u00e9 : personne ne critique Fran\\u00e7ois Rollin, ou je vous casse les dents #ilReste #cqui #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[93,101]},{\"text\":\"cqui\",\"indices\":[102,107]},{\"text\":\"lgw\",\"indices\":[108,112]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192671614083073\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":262,\"screen_name\":\"LolaLaloh\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":555,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":87,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1457064362\\/DSCN0269_normal.JPG\",\"description\":\"Made in Bourgogne \\/ Sciences Po Paris \\/ Politique \\/ Babyfoot\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"82011886\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1457064362\\/DSCN0269_normal.JPG\",\"name\":\"Lola\",\"default_profile_image\":false,\"created_at\":\"Tue Oct 13 04:35:03 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":82011886,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192671614083073,\"created_at\":\"Fri Feb 24 23:48:45 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4165000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7d3c6190-a6c6-4f0c-856a-67eb34981a81-173192671614083073" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "A ++ #ilReste #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1843979295/mt_normal.png" +}, +"title": "Maryan: A ++ #ilReste #lgw", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4166000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"A ++ #ilReste #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilReste\",\"indices\":[5,13]},{\"text\":\"lgw\",\"indices\":[14,18]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192678366908416\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"maryan_T\",\"lang\":\"fr\",\"favourites_count\":20,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":237,\"location\":\"Compiegne\",\"profile_text_color\":\"333333\",\"followers_count\":37,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843979295\\/mt_normal.png\",\"description\":\"Ing\\u00e9nieur syst\\u00e9me UTC\\r\\nTweet or not tweet ?\",\"statuses_count\":270,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/378380740\\/twilk_background_4ee1335455f2d.jpg\",\"show_all_inline_media\":false,\"listed_count\":2,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"234819773\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Maryan\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378380740\\/twilk_background_4ee1335455f2d.jpg\",\"created_at\":\"Thu Jan 06 17:07:30 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":234819773,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843979295\\/mt_normal.png\"},\"truncated\":false,\"id\":173192678366908416,\"created_at\":\"Fri Feb 24 23:48:46 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4166000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0fd54e4f-0b4e-48cb-b3d7-37cef32a383e-173192678366908416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le vendredi soir on décale l'info pour de l'info décalée avec #lgw .", +"img": { +"src": "http://a0.twimg.com/profile_images/1741566630/___-_Copie_normal.png" +}, +"title": "Sarah: Le vendredi soir on décale l'info pour de l'info décalée avec #lgw .", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4166000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Le vendredi soir on d\\u00e9cale l'info pour de l'info d\\u00e9cal\\u00e9e avec #lgw .\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[62,66]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192675154083840\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":540,\"screen_name\":\"Sarasiroou\",\"lang\":\"en\",\"profile_text_color\":\"473623\",\"statuses_count\":3138,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/419005175\\/NewYorkPublicLibrary.jpg\",\"location\":\"Morocco\",\"show_all_inline_media\":true,\"listed_count\":18,\"profile_link_color\":\"8a7302\",\"followers_count\":638,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1741566630\\/___-_Copie_normal.png\",\"description\":\"Digital native. Share ideas AND moods real news NOT rumors Sometimes shy OR too talkative \\r\\n #dcdc devotee \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Casablanca\",\"profile_background_color\":\"0f0a02\",\"id_str\":\"326701370\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/419005175\\/NewYorkPublicLibrary.jpg\",\"profile_sidebar_fill_color\":\"171106\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1741566630\\/___-_Copie_normal.png\",\"name\":\"Sarah\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 30 10:30:14 +0000 2011\",\"profile_sidebar_border_color\":\"bcb302\",\"id\":326701370,\"utc_offset\":0,\"favourites_count\":60,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192675154083840,\"created_at\":\"Fri Feb 24 23:48:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4166000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "40c7eb90-c91a-42c4-ae12-d01c0c7bb187-173192675154083840" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw perso j'ai bien aimé la V4 version Kebab Pinot noir. #yourock", +"img": { +"src": "http://a3.twimg.com/profile_images/1644298889/xQ4IxX7v_normal" +}, +"title": "SOYOUSEE: #lgw perso j'ai bien aimé la V4 version Kebab Pinot noir. #yourock", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4166000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw perso j'ai bien aim\\u00e9 la V4 version Kebab Pinot noir. #yourock\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"yourock\",\"indices\":[58,66]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192677242834944\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"SOYOUSEE\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":192,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":34,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1644298889\\/xQ4IxX7v_normal\",\"description\":\"Serial mateur, a gagn\\u00e9 le don d'ubi cui cui t\\u00e9 en se cr\\u00e9ant un compte Twitter. yOLD 3.2 version b\\u00eata\",\"statuses_count\":288,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/90573084\\/BKG_twitter_2.jpg\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"122384552\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"SOYOUSEE\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/90573084\\/BKG_twitter_2.jpg\",\"created_at\":\"Fri Mar 12 14:31:54 +0000 2010\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":122384552,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1644298889\\/xQ4IxX7v_normal\"},\"truncated\":false,\"id\":173192677242834944,\"created_at\":\"Fri Feb 24 23:48:46 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4166000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0e07cc2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "e339d1c3-9b36-4928-9e30-d72e58ecc3dd-173192677242834944" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw <3", +"img": { +"src": "http://a0.twimg.com/profile_images/1843980995/Photo_228_normal.jpg" +}, +"title": "Marion. : #lgw <3", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4166000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw <3\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192676831793156\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":157,\"screen_name\":\"jaipaslepermis\",\"lang\":\"fr\",\"profile_text_color\":\"c23cc2\",\"statuses_count\":1097,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431719411\\/papier-peint-67274830_2.jpg\",\"location\":\"Angers\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"70084c\",\"followers_count\":45,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843980995\\/Photo_228_normal.jpg\",\"description\":\"ROLEX , MORE SEX , GOOD WEED , NO STRESS ! \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7e303\",\"id_str\":\"100368282\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431719411\\/papier-peint-67274830_2.jpg\",\"profile_sidebar_fill_color\":\"50a0eb\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843980995\\/Photo_228_normal.jpg\",\"name\":\"Marion. \",\"default_profile_image\":false,\"created_at\":\"Wed Dec 30 01:25:04 +0000 2009\",\"profile_sidebar_border_color\":\"8b9294\",\"id\":100368282,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192676831793156,\"created_at\":\"Fri Feb 24 23:48:46 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4166000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "50ad6660-7975-451d-8c40-f32501b47a24-173192676831793156" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Merci pour cette heure de #lgw, j'adore!", +"img": { +"src": "http://a0.twimg.com/profile_images/1843832843/Photo_du_21-02-12___19.49_normal.jpg" +}, +"title": "Alice Wonderland: Merci pour cette heure de #lgw, j'adore!", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4166000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Merci pour cette heure de #lgw, j'adore!\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[26,30]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192677649682435\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"moustikette\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":144,\"location\":\"Near Paris\",\"profile_text_color\":\"333333\",\"followers_count\":27,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\",\"description\":\"J'ai un bonnet Tigrou! And so what? :D\",\"statuses_count\":225,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"protected\":false,\"id_str\":\"23988907\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Alice Wonderland\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"created_at\":\"Thu Mar 12 17:33:07 +0000 2009\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":23988907,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/wonderlandalice.wordpress.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1843832843\\/Photo_du_21-02-12___19.49_normal.jpg\"},\"truncated\":false,\"id\":173192677649682435,\"created_at\":\"Fri Feb 24 23:48:46 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4166000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4582459e-4bcb-4a13-8e79-aaed76ba5375-173192677649682435" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "François Rollin en impro c'est mauvais. Mais le pire c'est que c'est aussi mauvais pour l'animateur alors qu'il a préparé son truc #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1683879841/Photo_du_83030873-12-___23.03_normal.jpg" +}, +"title": "Rémi: François Rollin en impro c'est mauvais. Mais le pire c'est que c'est aussi mauvais pour l'animateur alors qu'il a préparé son truc #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4167000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Fran\\u00e7ois Rollin en impro c'est mauvais. Mais le pire c'est que c'est aussi mauvais pour l'animateur alors qu'il a pr\\u00e9par\\u00e9 son truc #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[131,135]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192681927876609\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":319,\"screen_name\":\"GabytaineFlam\",\"lang\":\"fr\",\"profile_text_color\":\"8FCAE0\",\"statuses_count\":5861,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"location\":\"Toulouse.\",\"show_all_inline_media\":false,\"listed_count\":14,\"profile_link_color\":\"4BB7DF\",\"followers_count\":369,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"description\":\"Les tweets qui ont \\u00e9t\\u00e9 \\u00e9crits dans cette TL ont \\u00e9t\\u00e9 faits par un professionnel. N'essayez pas de les reproduire \\u00e0 la maison. Contentez vous de les suivre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"59BEE4\",\"id_str\":\"161146189\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/431558539\\/xdedbb5e35564569ba6bb79e95334b7a.jpg\",\"profile_sidebar_fill_color\":\"191F22\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1683879841\\/Photo_du_83030873-12-___23.03_normal.jpg\",\"name\":\"R\\u00e9mi\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 30 03:07:45 +0000 2010\",\"profile_sidebar_border_color\":\"4BB7DF\",\"id\":161146189,\"utc_offset\":-10800,\"favourites_count\":98,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192681927876609,\"created_at\":\"Fri Feb 24 23:48:47 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4167000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "2e759bae-96ed-4bf2-9b35-e14d48d0f448-173192681927876609" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "^^ RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"img": { +"src": "http://a1.twimg.com/profile_images/399078150/002_normal.PNG" +}, +"title": "mye shadow: ^^ RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4168000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"^^ RT @LeRadiateur: Si vous comprenez tout ce qu'il se passe dans #lgw, ne prenez pas le volant. #TweetPreventionRoutiere\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"LeRadiateur\",\"indices\":[6,18],\"id_str\":\"194271706\",\"name\":\"Joffrey D.\",\"id\":194271706}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[66,70]},{\"text\":\"TweetPreventionRoutiere\",\"indices\":[97,121]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192684322832384\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":925,\"screen_name\":\"myeshadow\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":13635,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/26906542\\/mqcloudedthoughts.br.jpg\",\"location\":\"Paris-Brussels-itou,mon blog\",\"show_all_inline_media\":false,\"listed_count\":118,\"profile_link_color\":\"00486b\",\"followers_count\":1097,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/399078150\\/002_normal.PNG\",\"description\":\"Mynotsodarkshadow ou ls p\\u00e9r\\u00e9grinations de my mind,mon ombre&m lumi\\u00e8res s'amusent Hallucinations,Mauvais esprit,sans drogue cpire?!\\nmonblog\\/1postparJour #INPES\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"48456037\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/26906542\\/mqcloudedthoughts.br.jpg\",\"profile_sidebar_fill_color\":\"9cc8dd\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/399078150\\/002_normal.PNG\",\"name\":\"mye shadow\",\"default_profile_image\":false,\"created_at\":\"Thu Jun 18 19:18:06 +0000 2009\",\"profile_sidebar_border_color\":\"333333\",\"id\":48456037,\"utc_offset\":3600,\"favourites_count\":5568,\"url\":\"http:\\/\\/bymyeshadow.blogspot.com\\/?spref=tw\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192684322832384,\"created_at\":\"Fri Feb 24 23:48:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4168000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f070e628-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0ec7216d-24d9-48d5-af34-0db3ed649af2-173192684322832384" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Retrouvez tous les magnétos dès maintenant sur notre page Dailymotion ! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Retrouvez tous les magnétos dès maintenant sur notre page Dailymotion ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4168000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Retrouvez tous les magn\\u00e9tos d\\u00e8s maintenant sur notre page Dailymotion ! #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192682926112768\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":3026,\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1481,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"location\":\"Paris, France\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"followers_count\":3300,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"is_translator\":false,\"following\":null,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"name\":\"legrandwebze\",\"default_profile_image\":false,\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":365949385,\"utc_offset\":3600,\"favourites_count\":42,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192682926112768,\"created_at\":\"Fri Feb 24 23:48:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4168000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "900ace11-30a8-463a-a54c-709bd66e369f-173192682926112768" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Quand même, la Cartonnerie me manque !", +"img": { +"src": "http://a0.twimg.com/profile_images/1386846292/logo-id-referenceur_normal.png" +}, +"title": "Loïc @ IDRef: #lgw Quand même, la Cartonnerie me manque !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4168000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Quand m\\u00eame, la Cartonnerie me manque !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192685543370752\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":477,\"screen_name\":\"ID_referenceur\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":448,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/265737446\\/bg-id-referenceur.jpg\",\"location\":\"Auvergne\",\"show_all_inline_media\":true,\"listed_count\":52,\"profile_link_color\":\"810004\",\"followers_count\":637,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1386846292\\/logo-id-referenceur_normal.png\",\"description\":\"R\\u00e9f\\u00e9renceur web en freelance : R\\u00e9daction de contenu, analyse technique & linking sur http:\\/\\/www.id-referenceur.com\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f5ecc1\",\"id_str\":\"89922335\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/265737446\\/bg-id-referenceur.jpg\",\"profile_sidebar_fill_color\":\"f5ecc1\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1386846292\\/logo-id-referenceur_normal.png\",\"name\":\"Lo\\u00efc @ IDRef\",\"default_profile_image\":false,\"created_at\":\"Sat Nov 14 11:51:50 +0000 2009\",\"profile_sidebar_border_color\":\"efdba4\",\"id\":89922335,\"utc_offset\":3600,\"favourites_count\":17,\"url\":\"http:\\/\\/www.weblog-referencement.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192685543370752,\"created_at\":\"Fri Feb 24 23:48:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4168000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c4895265-c262-44bc-9d0a-68f269c53deb-173192685543370752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw Enfin la fin", +"img": { +"src": "http://a2.twimg.com/profile_images/1771348218/image1327174991_normal.png" +}, +"title": "Jim0PROFIT: #lgw Enfin la fin", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4168000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw Enfin la fin\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.yoono.com\\\" rel=\\\"nofollow\\\"\\u003Eyoono\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192686558384128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":368,\"screen_name\":\"Jim0PROFIT\",\"lang\":\"fr\",\"profile_text_color\":\"3E4415\",\"statuses_count\":4757,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":1,\"profile_link_color\":\"D02B55\",\"followers_count\":94,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"description\":\"Consulting, Syst\\u00e8me administrateur, geekoophile, et tellement de choses qu'une journ\\u00e9e de 24H ne suffit plus!\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"id_str\":\"18874683\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_sidebar_fill_color\":\"99CC33\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1771348218\\/image1327174991_normal.png\",\"name\":\"Jim0PROFIT\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 11 18:26:59 +0000 2009\",\"profile_sidebar_border_color\":\"829D5E\",\"id\":18874683,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/choari.blogspot.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192686558384128,\"created_at\":\"Fri Feb 24 23:48:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4168000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "23b4ff9d-a187-42d1-b558-3418fdac7a0c-173192686558384128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "drôle d'emission #lgw ...Sur le service public...ok...", +"img": { +"src": "http://a0.twimg.com/profile_images/1701329141/BullAndBear_Rear_normal.jpg" +}, +"title": "Max: drôle d'emission #lgw ...Sur le service public...ok...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4168000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"dr\\u00f4le d'emission #lgw ...Sur le service public...ok...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[17,21]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192686097010688\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":774,\"screen_name\":\"A_DXVII\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":833,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/384935377\\/BullAndBear_Rear.jpg\",\"location\":\"Paris\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"0084B4\",\"followers_count\":152,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1701329141\\/BullAndBear_Rear_normal.jpg\",\"description\":\"Bourse, politique, g\\u00e9opolitique\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"d3c1eb\",\"id_str\":\"244604240\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/384935377\\/BullAndBear_Rear.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1701329141\\/BullAndBear_Rear_normal.jpg\",\"name\":\"Max\",\"default_profile_image\":false,\"created_at\":\"Sat Jan 29 18:02:27 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":244604240,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192686097010688,\"created_at\":\"Fri Feb 24 23:48:48 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4168000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "823eb0da-ca8b-42a4-b27d-c2abba67496c-173192686097010688" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Alboss_ZS Non je crois que c'est un vendredi par mois #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1792102319/0014_-_Copie_-_Copie_normal.JPG" +}, +"title": "Nicolas Gaillard: @Alboss_ZS Non je crois que c'est un vendredi par mois #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4170000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Alboss_ZS Non je crois que c'est un vendredi par mois #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Alboss_ZS\",\"indices\":[0,10],\"id_str\":\"429480778\",\"name\":\"ZS\",\"id\":429480778}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[55,59]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173192406911553538\",\"id_str\":\"173192695341256704\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173192406911553538,\"in_reply_to_user_id_str\":\"429480778\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":141,\"screen_name\":\"NG__nico\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":1113,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"location\":\"Poitiers\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"0084B4\",\"followers_count\":53,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"description\":\"Etudiant L2 Histoire ---Actu---Politique---T\\u00e9l\\u00e9---M\\u00e9dias--- Musique...tout ce qu'aiment les journalistes--- Feel free to follow me ;-) \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"370637904\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/410106398\\/3640083-la-terre-vue-de-l-39-espace-avec-le-lever-du-soleil.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1792102319\\/0014_-_Copie_-_Copie_normal.JPG\",\"name\":\" Nicolas Gaillard\",\"default_profile_image\":false,\"created_at\":\"Fri Sep 09 11:18:42 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":370637904,\"utc_offset\":-10800,\"favourites_count\":23,\"url\":null},\"in_reply_to_screen_name\":\"Alboss_ZS\",\"truncated\":false,\"id\":173192695341256704,\"created_at\":\"Fri Feb 24 23:48:50 +0000 2012\",\"in_reply_to_user_id\":429480778}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4170000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "94a146fa-f91d-4256-8208-c43ef96acb94-173192695341256704" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "heureusement c'est qu'une fois par mois ... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1638976981/43_43_-_2_normal.jpg" +}, +"title": "caroline: heureusement c'est qu'une fois par mois ... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4171000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"heureusement c'est qu'une fois par mois ... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192697455190017\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":501,\"screen_name\":\"mononoke62\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":8239,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":35,\"profile_link_color\":\"0084B4\",\"followers_count\":501,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1638976981\\/43_43_-_2_normal.jpg\",\"description\":\"Le v\\u00e9ritable lieu de naissance est celui o\\u00f9 l'on a port\\u00e9 pour la 1\\u00e8re fois un coup d'oeil intelligent sur soi-m\\u00eame : mes premi\\u00e8res patries ont \\u00e9t\\u00e9 les livres MY\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"9AE4E8\",\"id_str\":\"126877700\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme16\\/bg.gif\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1638976981\\/43_43_-_2_normal.jpg\",\"name\":\"caroline\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 27 08:07:05 +0000 2010\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":126877700,\"utc_offset\":3600,\"favourites_count\":16,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192697455190017,\"created_at\":\"Fri Feb 24 23:48:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4171000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bae6b904-6014-4b12-9b81-697476498293-173192697455190017" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@LeGrandWebze Merci à vous ! #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1612866761/2222_normal.jpg" +}, +"title": "makina: @LeGrandWebze Merci à vous ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4171000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"LeGrandWebze\",\"favorited\":false,\"text\":\"@LeGrandWebze Merci \\u00e0 vous ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[0,13],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"in_reply_to_user_id\":365949385,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192698784784386\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"makina37\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":4,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\",\"description\":\"\",\"statuses_count\":14,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"351529067\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"makina\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Tue Aug 09 11:20:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":351529067,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1612866761\\/2222_normal.jpg\"},\"truncated\":false,\"id\":173192698784784386,\"created_at\":\"Fri Feb 24 23:48:51 +0000 2012\",\"in_reply_to_user_id_str\":\"365949385\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4171000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "df95f6a8-3e5d-4c58-a10a-1d8878517ad5-173192698784784386" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#LGW la prochaine fois : un flashmob LOL", +"img": { +"src": "http://a2.twimg.com/profile_images/105769794/stig23_taramcpherson1_normal.jpg" +}, +"title": "Stig Legrand: #LGW la prochaine fois : un flashmob LOL", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4171000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#LGW la prochaine fois : un flashmob LOL\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192699241963521\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":18,\"screen_name\":\"stig23\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":142,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"FF3300\",\"followers_count\":33,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/105769794\\/stig23_taramcpherson1_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"709397\",\"id_str\":\"25714749\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme6\\/bg.gif\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/105769794\\/stig23_taramcpherson1_normal.jpg\",\"name\":\"Stig Legrand\",\"default_profile_image\":false,\"created_at\":\"Sat Mar 21 19:20:23 +0000 2009\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":25714749,\"utc_offset\":3600,\"favourites_count\":145,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192699241963521,\"created_at\":\"Fri Feb 24 23:48:51 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4171000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "626c15c2-d595-4b0b-86b3-0dec48d71ec6-173192699241963521" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw dommage encore pas ça :(", +"img": { +"src": "http://a0.twimg.com/profile_images/1848450170/poseur_normal.jpg" +}, +"title": "Pras: #lgw dommage encore pas ça :(", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4171000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw dommage encore pas \\u00e7a :(\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192699149680641\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"BDDCAD\",\"screen_name\":\"Praska\",\"lang\":\"en\",\"favourites_count\":195,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1362,\"location\":\"Paris\",\"profile_text_color\":\"333333\",\"followers_count\":3040,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\",\"description\":\"BOSS[Viedegeek + Bargaming]\\r\\nFirewall Karmique\\r\\n\",\"statuses_count\":48430,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"show_all_inline_media\":false,\"listed_count\":170,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1b8085\",\"protected\":false,\"id_str\":\"15453030\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Pras\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/54512196\\/wallpaper.jpg\",\"created_at\":\"Wed Jul 16 11:15:07 +0000 2008\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"id\":15453030,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/flavors.me\\/praska\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1848450170\\/poseur_normal.jpg\"},\"truncated\":false,\"id\":173192699149680641,\"created_at\":\"Fri Feb 24 23:48:51 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4171000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8541910f-3058-480e-a69f-76076cbf1f15-173192699149680641" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @InsafOo: sur #LGW ils sont contents d'avoir 4700 tweets. Si j'étais eux, je lirais d'abord le contenu avant de me réjouir.", +"img": { +"src": "http://a3.twimg.com/profile_images/1579781654/brush2star_mini_normal.jpg" +}, +"title": "Magalie Baudry: RT @InsafOo: sur #LGW ils sont contents d'avoir 4700 tweets. Si j'étais eux, je lirais d'abord le contenu avant de me réjouir.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4176000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @InsafOo: sur #LGW ils sont contents d'avoir 4700 tweets. Si j'\\u00e9tais eux, je lirais d'abord le contenu avant de me r\\u00e9jouir.\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"InsafOo\",\"indices\":[3,11],\"name\":\"oOfasnI\",\"id_str\":\"342660437\",\"id\":342660437}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[17,21]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192717831110656\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"f2b87e\",\"screen_name\":\"Mag_frog\",\"lang\":\"fr\",\"favourites_count\":6,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":251,\"location\":\"Nantes\\/Cholet\",\"profile_text_color\":\"333333\",\"followers_count\":275,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\",\"description\":\"Passions web, infographie, dessin, couture, nouvelles technos, communication, partage et th\\u00e9\\u00e2tre amateur.\",\"statuses_count\":6516,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"show_all_inline_media\":false,\"listed_count\":25,\"profile_link_color\":\"7762e0\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Mid-Atlantic\",\"profile_background_color\":\"fcfcfc\",\"protected\":false,\"id_str\":\"172314328\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Magalie Baudry\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/128290413\\/frog_corner.png\",\"created_at\":\"Thu Jul 29 12:06:17 +0000 2010\",\"profile_sidebar_fill_color\":\"f7a64a\",\"id\":172314328,\"follow_request_sent\":null,\"utc_offset\":-7200,\"url\":\"http:\\/\\/www.maglagrenouille.fr\\/blog\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1579781654\\/brush2star_mini_normal.jpg\"},\"truncated\":false,\"id\":173192717831110656,\"created_at\":\"Fri Feb 24 23:48:56 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4176000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "1fa137bc-b1df-4c7a-bbb1-cdf75a326f4b-173192717831110656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi le bordel avec les #cqui et les #lgw ? #Excusezlincultequejesuis ...", +"img": { +"src": "http://a3.twimg.com/profile_images/1806290492/t_l_chargement__16__normal.jpg" +}, +"title": "Aurélie ✌: C'est quoi le bordel avec les #cqui et les #lgw ? #Excusezlincultequejesuis ...", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4177000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi le bordel avec les #cqui et les #lgw ? #Excusezlincultequejesuis ...\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"cqui\",\"indices\":[30,35]},{\"text\":\"lgw\",\"indices\":[43,47]},{\"text\":\"Excusezlincultequejesuis\",\"indices\":[50,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003EEchofon\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192721182375937\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":360,\"screen_name\":\"LollyMount\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":15691,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/402288802\\/tumblr_lebicoHv3N1qf4exho1_500.jpg\",\"location\":\"Nantes, France\",\"show_all_inline_media\":false,\"listed_count\":15,\"profile_link_color\":\"bd0f49\",\"followers_count\":479,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1806290492\\/t_l_chargement__16__normal.jpg\",\"description\":\"Student #Paces . Rugbyphile a plein temps. Toulousaine dans l'ame. Fervente supportrice du @StadeToulousain #F1 #LukeBurgess . Live Laugh Love \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Georgetown\",\"profile_background_color\":\"f5dadf\",\"id_str\":\"69628678\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/402288802\\/tumblr_lebicoHv3N1qf4exho1_500.jpg\",\"profile_sidebar_fill_color\":\"f7eaf2\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1806290492\\/t_l_chargement__16__normal.jpg\",\"name\":\"Aur\\u00e9lie \\u270c\",\"default_profile_image\":false,\"created_at\":\"Fri Aug 28 16:26:33 +0000 2009\",\"profile_sidebar_border_color\":\"383434\",\"id\":69628678,\"utc_offset\":-10800,\"favourites_count\":290,\"url\":\"https:\\/\\/twitter.com\\/#!\\/McalisterLuke\\/status\\/152708284657303552\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192721182375937,\"created_at\":\"Fri Feb 24 23:48:57 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4177000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0e20d3a-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8a28ef4f-bc12-41ad-b24e-f3ff1c7796df-173192721182375937" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "now this is really f'n crazy! Ryan Braun Pat Knight Scary Movie 3 Limp Bizkit #powersongs Jaheim #lgw http://t.co/rsiFdk2D find out about it", +"img": { +"src": "http://a0.twimg.com/profile_images/1850996577/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg" +}, +"title": "Jesusa Hollis: now this is really f'n crazy! Ryan Braun Pat Knight Scary Movie 3 Limp Bizkit #powersongs Jaheim #lgw http://t.co/rsiFdk2D find out about it", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4179000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"now this is really f'n crazy! Ryan Braun Pat Knight Scary Movie 3 Limp Bizkit #powersongs Jaheim #lgw http:\\/\\/t.co\\/rsiFdk2D find out about it\",\"entities\":{\"urls\":[{\"indices\":[102,122],\"display_url\":\"tiny.cc\\/1zt8i\",\"expanded_url\":\"http:\\/\\/tiny.cc\\/1zt8i\",\"url\":\"http:\\/\\/t.co\\/rsiFdk2D\"}],\"user_mentions\":[],\"hashtags\":[{\"text\":\"powersongs\",\"indices\":[78,89]},{\"text\":\"lgw\",\"indices\":[97,101]}]},\"in_reply_to_user_id\":null,\"possibly_sensitive\":false,\"contributors\":null,\"place\":null,\"coordinates\":null,\"possibly_sensitive_editable\":true,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192729751326720\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Jesusayizqk\",\"lang\":\"en\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":0,\"location\":\"\",\"profile_text_color\":\"666666\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\",\"description\":\"\",\"statuses_count\":1,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"502043013\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jesusa Hollis\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Fri Feb 24 19:07:06 +0000 2012\",\"profile_sidebar_fill_color\":\"252429\",\"id\":502043013,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\"},\"truncated\":false,\"id\":173192729751326720,\"created_at\":\"Fri Feb 24 23:48:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4179000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0cf00a0-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "3f7ffc7e-e3d8-4bd8-9e12-e5d192e8741a-173192729751326720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "+ de 4000 tweets … mais combien de négatifs ?? #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1395423345/11_normal.JPG" +}, +"title": "Tony: + de 4000 tweets … mais combien de négatifs ?? #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4179000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"+ de 4000 tweets \\u2026 mais combien de n\\u00e9gatifs ?? #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192729243824128\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1840,\"screen_name\":\"thony911\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":20282,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/418968589\\/Wallpaper_TV_by_demonic_madness.jpg\",\"location\":\"Rennes - Paris FRANCE\",\"show_all_inline_media\":false,\"listed_count\":29,\"profile_link_color\":\"009999\",\"followers_count\":1200,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1395423345\\/11_normal.JPG\",\"description\":\"Animateur Radio, Sp\\u00e9cialiste Buzz et M\\u00e9dias Tv et Radio. \\u00e9missions sp\\u00e9ciales sur Goom Radio. Red\\/C Buzzmoica.fr, BuzzMedias.net...Mes tweets n'engagent que moi\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"91351817\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/418968589\\/Wallpaper_TV_by_demonic_madness.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1395423345\\/11_normal.JPG\",\"name\":\"Tony\",\"default_profile_image\":false,\"created_at\":\"Fri Nov 20 14:34:32 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":91351817,\"utc_offset\":3600,\"favourites_count\":211,\"url\":\"http:\\/\\/buzzmedias.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192729243824128,\"created_at\":\"Fri Feb 24 23:48:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4179000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "5f18eb56-6ca8-4173-a4e1-e00f0f80f204-173192729243824128" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Je crois que définitivement... #ilreste =D Vive Le Grand Webze !!! #lgw =D", +"img": { +"src": "http://a1.twimg.com/profile_images/1803169085/DSC01443_normal.JPG" +}, +"title": "Benjamin Aguillon: Je crois que définitivement... #ilreste =D Vive Le Grand Webze !!! #lgw =D", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4179000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Je crois que d\\u00e9finitivement... #ilreste =D Vive Le Grand Webze !!! #lgw =D\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"ilreste\",\"indices\":[31,39]},{\"text\":\"lgw\",\"indices\":[67,71]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192732666363904\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"Balcidebava\",\"lang\":\"fr\",\"favourites_count\":3,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":25,\"location\":\"chez moi\",\"profile_text_color\":\"333333\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\",\"description\":\"L'homme face \\u00e0 l'absurde\",\"statuses_count\":102,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"482835609\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Benjamin Aguillon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Sat Feb 04 10:52:02 +0000 2012\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":482835609,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1803169085\\/DSC01443_normal.JPG\"},\"truncated\":false,\"id\":173192732666363904,\"created_at\":\"Fri Feb 24 23:48:59 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4179000, +"tags": [ +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "17612735-da67-4515-9c18-a3b812f39549-173192732666363904" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @AbsolutePi: J'y etais a ce record de tweet #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1759900261/image1326744906_normal.png" +}, +"title": "TobyZiegler: RT @AbsolutePi: J'y etais a ce record de tweet #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4179000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @AbsolutePi: J'y etais a ce record de tweet #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"AbsolutePi\",\"indices\":[3,14],\"id_str\":\"334108023\",\"name\":\"\\u0394+\\u0394\",\"id\":334108023}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[47,51]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"J'y etais a ce record de tweet #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[31,35]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192441464233984\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":71,\"screen_name\":\"AbsolutePi\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":12873,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":4,\"profile_link_color\":\"000000\",\"followers_count\":142,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"description\":\"Piboy , G\\u00e9n\\u00e9ration 96 , Football is Life | & R\\u00e9dacteur chez @footballanatomy | \\r\\n\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"ffffff\",\"id_str\":\"334108023\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/362137182\\/final2f.jpg\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1818096044\\/tumblr_lz70pdU2LV1ql5yqio1_500_normal.jpg\",\"name\":\"\\u0394+\\u0394\",\"default_profile_image\":false,\"created_at\":\"Tue Jul 12 15:55:31 +0000 2011\",\"profile_sidebar_border_color\":\"ffffff\",\"id\":334108023,\"utc_offset\":3600,\"favourites_count\":23,\"url\":\"http:\\/\\/footballanatomy.wordpress.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192441464233984,\"created_at\":\"Fri Feb 24 23:47:50 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192730904764416\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":215,\"screen_name\":\"3141592RMuck\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2873,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/432900319\\/gC8LD.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"bdb517\",\"followers_count\":83,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1759900261\\/image1326744906_normal.png\",\"description\":\"De mauvaise foi. Parle parfois de g\\u00e9omatique, de citoyennet\\u00e9 ou de cuisine.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"121414\",\"id_str\":\"174279076\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/432900319\\/gC8LD.jpg\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1759900261\\/image1326744906_normal.png\",\"name\":\"TobyZiegler\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 03 15:04:11 +0000 2010\",\"profile_sidebar_border_color\":\"86A4A6\",\"id\":174279076,\"utc_offset\":3600,\"favourites_count\":56,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192730904764416,\"created_at\":\"Fri Feb 24 23:48:59 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4179000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a0e9a68f-7ed0-4b51-8d38-c20c5caa753a-173192730904764416" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Les champis c'est délicieux #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1734671997/324954_2520206002181_1164216009_32357899_38448865_o_normal.jpg" +}, +"title": "Clément Dlf: Les champis c'est délicieux #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4181000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Les champis c'est d\\u00e9licieux #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192738232217601\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":57,\"screen_name\":\"Ct_Dlf\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":13,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/394756243\\/Space_Sunset_on_the_cold_planet_014055_.jpg\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":6,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1734671997\\/324954_2520206002181_1164216009_32357899_38448865_o_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"455132112\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/394756243\\/Space_Sunset_on_the_cold_planet_014055_.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1734671997\\/324954_2520206002181_1164216009_32357899_38448865_o_normal.jpg\",\"name\":\"Cl\\u00e9ment Dlf\",\"default_profile_image\":false,\"created_at\":\"Wed Jan 04 19:31:12 +0000 2012\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":455132112,\"utc_offset\":null,\"favourites_count\":3,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192738232217601,\"created_at\":\"Fri Feb 24 23:49:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4181000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "384955b8-9897-4416-9f6f-c18fbed96918-173192738232217601" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw c'est fini, reconnectons nos neurones", +"img": { +"src": "http://a1.twimg.com/profile_images/1601437879/avatar_sonic_normal.jpg" +}, +"title": "Jenni: #lgw c'est fini, reconnectons nos neurones", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4181000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw c'est fini, reconnectons nos neurones\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192740929159168\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"jicmajane\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":112,\"location\":\"France\",\"profile_text_color\":\"3C3940\",\"followers_count\":307,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1601437879\\/avatar_sonic_normal.jpg\",\"description\":\"R\\u00e9dactrice VieDeGeek.fr et animatrice BarGaming\",\"statuses_count\":1817,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":13,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"39099498\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Jenni\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"created_at\":\"Sun May 10 19:46:10 +0000 2009\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":39099498,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.viedegeek.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1601437879\\/avatar_sonic_normal.jpg\"},\"truncated\":false,\"id\":173192740929159168,\"created_at\":\"Fri Feb 24 23:49:01 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4181000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ac118491-5274-4374-a11e-5cde83bc751f-173192740929159168" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ciao à toute l'équipe de #lgw bravo pour la nouvelle expérience, il faut que ça continue !", +"img": { +"src": "http://a3.twimg.com/profile_images/1794583178/Virginie_Spies_photo_studio_normal.jpg" +}, +"title": "Virginie Spies: Ciao à toute l'équipe de #lgw bravo pour la nouvelle expérience, il faut que ça continue !", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4181000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ciao \\u00e0 toute l'\\u00e9quipe de #lgw bravo pour la nouvelle exp\\u00e9rience, il faut que \\u00e7a continue !\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[25,29]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192740362911745\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1837,\"screen_name\":\"semioblog\",\"lang\":\"fr\",\"profile_text_color\":\"3D1957\",\"statuses_count\":19755,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/12678863\\/mireTV.jpg\",\"location\":\"France\",\"show_all_inline_media\":false,\"listed_count\":250,\"profile_link_color\":\"FF0000\",\"followers_count\":4602,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1794583178\\/Virginie_Spies_photo_studio_normal.jpg\",\"description\":\"Researcher. Ma\\u00eetre de Conf\\u00e9rences - S\\u00e9miologue - Sp\\u00e9cialiste des m\\u00e9dias audiovisuels. Analyste des m\\u00e9dias, de la t\\u00e9l\\u00e9vision, r\\u00e9seaux sociaux et presse people.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"642D8B\",\"id_str\":\"10078802\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/12678863\\/mireTV.jpg\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1794583178\\/Virginie_Spies_photo_studio_normal.jpg\",\"name\":\"Virginie Spies\",\"default_profile_image\":false,\"created_at\":\"Thu Nov 08 21:08:31 +0000 2007\",\"profile_sidebar_border_color\":\"65B0DA\",\"id\":10078802,\"utc_offset\":3600,\"favourites_count\":39,\"url\":\"http:\\/\\/www.semiologie-television.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192740362911745,\"created_at\":\"Fri Feb 24 23:49:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4181000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "359422a8-8151-418c-a08a-0518c0feb8fe-173192740362911745" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai attendu trop longtemps avant de zapper ... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1098555916/800px-Tizian_102_normal.jpg" +}, +"title": "Benjamin Linus: J'ai attendu trop longtemps avant de zapper ... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4181000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai attendu trop longtemps avant de zapper ... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[48,52]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192740673290240\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":50,\"screen_name\":\"audiolift\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":308,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1098555916\\/800px-Tizian_102_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"176182992\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1098555916\\/800px-Tizian_102_normal.jpg\",\"name\":\"Benjamin Linus\",\"default_profile_image\":false,\"created_at\":\"Sun Aug 08 20:31:40 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":176182992,\"utc_offset\":null,\"favourites_count\":4,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192740673290240,\"created_at\":\"Fri Feb 24 23:49:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4181000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "9c4f1c26-c733-4b2f-b8b2-78f67d83cb74-173192740673290240" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Ah et ils ont un mois pour préparer \"l'émission\" ? Courage les gars. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1189788719/Machete_normal.jpg" +}, +"title": "Nick: Ah et ils ont un mois pour préparer \"l'émission\" ? Courage les gars. #lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4181000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Ah et ils ont un mois pour pr\\u00e9parer \\\"l'\\u00e9mission\\\" ? Courage les gars. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[69,73]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192741164032000\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":824,\"screen_name\":\"nickedelique\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":10797,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/154684216\\/Dock.jpg\",\"location\":\"Lyon\",\"show_all_inline_media\":false,\"listed_count\":45,\"profile_link_color\":\"BF1238\",\"followers_count\":785,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1189788719\\/Machete_normal.jpg\",\"description\":\"Je suis quadriliste. Je suis aussi la r\\u00e9incarnation d'Anne Roumanoff et BHL r\\u00e9unis.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"BF1238\",\"id_str\":\"23947145\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/154684216\\/Dock.jpg\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1189788719\\/Machete_normal.jpg\",\"name\":\"Nick\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 12 13:35:43 +0000 2009\",\"profile_sidebar_border_color\":\"FFFFFF\",\"id\":23947145,\"utc_offset\":-10800,\"favourites_count\":1,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192741164032000,\"created_at\":\"Fri Feb 24 23:49:01 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4181000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "84b83c39-7403-4238-8c97-9cfa95ebb34a-173192741164032000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@thony911 j'ai fait naitre l'émission, mais elle peut grandir sans moi. le truc sur France 5 a un super potentiel pourtant #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1770996562/image_normal.jpg" +}, +"title": "Kayvin Lami: @thony911 j'ai fait naitre l'émission, mais elle peut grandir sans moi. le truc sur France 5 a un super potentiel pourtant #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4183000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@thony911 j'ai fait naitre l'\\u00e9mission, mais elle peut grandir sans moi. le truc sur France 5 a un super potentiel pourtant #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"thony911\",\"indices\":[0,9],\"id_str\":\"91351817\",\"name\":\"Tony\",\"id\":91351817}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[123,127]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":\"173192500788465665\",\"id_str\":\"173192746343989249\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173192500788465665,\"in_reply_to_user_id_str\":\"91351817\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":257,\"screen_name\":\"KayvinLami\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":4138,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"location\":\"Paris,France\",\"show_all_inline_media\":false,\"listed_count\":7,\"profile_link_color\":\"0084B4\",\"followers_count\":592,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"description\":\"Je ne changerais pas cette bio tant que Nicolas Sarkozy ne mesurera pas 1m90\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"dfe0c3\",\"id_str\":\"29279584\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/184627700\\/twttierfondsur.jpg\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1770996562\\/image_normal.jpg\",\"name\":\"Kayvin Lami\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 06 20:02:02 +0000 2009\",\"profile_sidebar_border_color\":\"BDDCAD\",\"id\":29279584,\"utc_offset\":3600,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":\"thony911\",\"truncated\":false,\"id\":173192746343989249,\"created_at\":\"Fri Feb 24 23:49:03 +0000 2012\",\"in_reply_to_user_id\":91351817}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4183000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f67cedea-f237-4f31-a8f7-60d47d5f90e4-173192746343989249" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai pas compris mais c'était mieux que n'importe quel jeu avec Nagui #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1669266582/carte-de-visite-final_normal.jpg" +}, +"title": "Boucherie Ovalie: J'ai pas compris mais c'était mieux que n'importe quel jeu avec Nagui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4184000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'ai pas compris mais c'\\u00e9tait mieux que n'importe quel jeu avec Nagui #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[70,74]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192752547381248\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"BoucherieOvalie\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1017,\"location\":\"Derri\\u00e8re toi, c'est affreux\",\"profile_text_color\":\"666666\",\"followers_count\":4073,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"description\":\"La vie est trop courte pour comprendre le rugby, alors autant en rigoler.\",\"statuses_count\":6709,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"260277866\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Boucherie Ovalie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"created_at\":\"Thu Mar 03 15:22:13 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":260277866,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/boucherie-ovalie.org\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\"},\"truncated\":false,\"id\":173192752547381248,\"created_at\":\"Fri Feb 24 23:49:04 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4184000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d5ed686b-ea13-40c5-9619-954a718a4d68-173192752547381248" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw zap #ci \"afin de renouveller sa garde robe elle emprunte les strings de sa fille\" O.O", +"img": { +"src": "http://a2.twimg.com/profile_images/1833660757/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg" +}, +"title": "Jérémy «isshin» B.: #lgw zap #ci \"afin de renouveller sa garde robe elle emprunte les strings de sa fille\" O.O", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4184000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw zap #ci \\\"afin de renouveller sa garde robe elle emprunte les strings de sa fille\\\" O.O\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ci\",\"indices\":[9,12]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192751117123584\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":142,\"screen_name\":\"Isshinsan\",\"lang\":\"en\",\"profile_text_color\":\"ba9012\",\"statuses_count\":5338,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Albi, France\",\"show_all_inline_media\":false,\"listed_count\":3,\"profile_link_color\":\"009999\",\"followers_count\":95,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"description\":\"Qui suis-je ? juste un petit geek, parmi des milliers d'autres, qui essaye de se faire une place sur la toile :)\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29086699\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1833660757\\/285047_2039526900810_1023392051_2455573_7860629_n_normal.jpg\",\"name\":\"J\\u00e9r\\u00e9my \\u00abisshin\\u00bb B.\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 05 22:52:40 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29086699,\"utc_offset\":3600,\"favourites_count\":110,\"url\":\"http:\\/\\/isshin-san.over-blog.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192751117123584,\"created_at\":\"Fri Feb 24 23:49:04 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4184000, +"tags": [ +{ +"id-ref": "ef085014-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7d61a887-ebf2-4019-b505-595b03a8a6c0-173192751117123584" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @B_Roger_Petit: #lgw #ilpart #ilreste Qu'ils s'en aillent tous ! #melenchonattitude", +"img": { +"src": "http://a2.twimg.com/profile_images/1563719556/P1050768_normal.jpg" +}, +"title": "D. Cettour-Rose: RT @B_Roger_Petit: #lgw #ilpart #ilreste Qu'ils s'en aillent tous ! #melenchonattitude", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4185000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @B_Roger_Petit: #lgw #ilpart #ilreste Qu'ils s'en aillent tous ! #melenchonattitude\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"B_Roger_Petit\",\"indices\":[3,17],\"name\":\"Bruno Roger-Petit\",\"id_str\":\"48949826\",\"id\":48949826}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[19,23]},{\"text\":\"ilpart\",\"indices\":[24,31]},{\"text\":\"ilreste\",\"indices\":[32,40]},{\"text\":\"melenchonattitude\",\"indices\":[68,86]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilpart #ilreste Qu'ils s'en aillent tous ! #melenchonattitude\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]},{\"text\":\"ilreste\",\"indices\":[13,21]},{\"text\":\"melenchonattitude\",\"indices\":[49,67]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173190945754456065\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"B_Roger_Petit\",\"lang\":\"fr\",\"favourites_count\":19,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":978,\"location\":\"\",\"profile_text_color\":\"333333\",\"followers_count\":6587,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\",\"description\":\"En \\u00e9tat de Grace... \",\"statuses_count\":13867,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"show_all_inline_media\":false,\"listed_count\":245,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"48949826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Bruno Roger-Petit\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/430045747\\/gracekelly.jpg\",\"created_at\":\"Sat Jun 20 07:03:26 +0000 2009\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":48949826,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/leplus.nouvelobs.com\\/brunorogerpetit\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1835468356\\/brp2-1-1_normal.jpg\"},\"truncated\":false,\"id\":173190945754456065,\"created_at\":\"Fri Feb 24 23:41:53 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192755168804864\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"faf2f5\",\"screen_name\":\"pink_domino\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":297,\"location\":\"Paris\",\"profile_text_color\":\"363120\",\"followers_count\":112,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1563719556\\/P1050768_normal.jpg\",\"description\":\"Journaliste web sur la campagne pr\\u00e9sidentielle. \",\"statuses_count\":607,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/288573816\\/fauteuil.jpg\",\"show_all_inline_media\":false,\"listed_count\":5,\"profile_link_color\":\"B40B43\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f0e7ea\",\"protected\":false,\"id_str\":\"189138949\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"D. Cettour-Rose\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/288573816\\/fauteuil.jpg\",\"created_at\":\"Fri Sep 10 13:50:04 +0000 2010\",\"profile_sidebar_fill_color\":\"f2e9ec\",\"id\":189138949,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.francetv.fr\\/2012\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1563719556\\/P1050768_normal.jpg\"},\"truncated\":false,\"id\":173192755168804864,\"created_at\":\"Fri Feb 24 23:49:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4185000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0a7cbd4-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "ec372d74-28f8-4132-83c8-5b80619959fe-173192755168804864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le grand Webzé, ça commence. @francoisrollin #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1160095508/anonymousdude_normal.jpg" +}, +"title": "Marcel aka Mei' ツ: Le grand Webzé, ça commence. @francoisrollin #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4185000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Le grand Webz\\u00e9, \\u00e7a commence. @francoisrollin #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"francoisrollin\",\"indices\":[29,44],\"name\":\"rollin\",\"id_str\":\"369489076\",\"id\":369489076}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[45,49]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192757383401473\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"eeeeee\",\"screen_name\":\"Marcel_Bichon\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":410,\"location\":\"Poitiers\",\"profile_text_color\":\"333333\",\"followers_count\":173,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1160095508\\/anonymousdude_normal.jpg\",\"description\":\"Web addict, poditeur et sporadiquement insomniaque. \\r\\nAdepte de p\\u00e9r\\u00e9grinations sous pomme, de s\\u00e9rendipit\\u00e9 nocturne et victime d'abus de wilfing depuis 2006. \",\"statuses_count\":669,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/384779780\\/Blue_Ray.jpg\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"009999\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"protected\":false,\"id_str\":\"33800895\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Marcel aka Mei' \\u30c4\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/384779780\\/Blue_Ray.jpg\",\"created_at\":\"Tue Apr 21 03:51:14 +0000 2009\",\"profile_sidebar_fill_color\":\"efefef\",\"id\":33800895,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/goo.gl\\/ukDuy\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1160095508\\/anonymousdude_normal.jpg\"},\"truncated\":false,\"id\":173192757383401473,\"created_at\":\"Fri Feb 24 23:49:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4185000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "00a67af0-cbf0-4d01-b9eb-41e81c122ae4-173192757383401473" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Trending topics FR : #lgw #cqui #ilReste #Karine Grandval #Omar Sy", +"img": { +"src": "http://a0.twimg.com/profile_images/1545287954/e_normal.png" +}, +"title": "trendingtopicsfr: Trending topics FR : #lgw #cqui #ilReste #Karine Grandval #Omar Sy", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4185000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Trending topics FR : #lgw #cqui #ilReste #Karine Grandval #Omar Sy\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[21,25]},{\"text\":\"cqui\",\"indices\":[26,31]},{\"text\":\"ilReste\",\"indices\":[32,40]},{\"text\":\"Karine\",\"indices\":[41,48]},{\"text\":\"Omar\",\"indices\":[58,63]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.google.fr\\\" rel=\\\"nofollow\\\"\\u003EEnvoi trending topics\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192755621789696\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"829D5E\",\"screen_name\":\"tt_fr\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1,\"location\":\"Paris\",\"profile_text_color\":\"3E4415\",\"followers_count\":729,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1545287954\\/e_normal.png\",\"description\":\"Venez suivre les trending topics fran\\u00e7ais \",\"statuses_count\":1801,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":15,\"profile_link_color\":\"D02B55\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"352726\",\"protected\":false,\"id_str\":\"374477815\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"trendingtopicsfr\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"created_at\":\"Fri Sep 16 11:39:20 +0000 2011\",\"profile_sidebar_fill_color\":\"99CC33\",\"id\":374477815,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1545287954\\/e_normal.png\"},\"truncated\":false,\"id\":173192755621789696,\"created_at\":\"Fri Feb 24 23:49:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4185000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef05c1e6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0e39dc6-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0e3a2e4-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "bd1c4b3e-560e-4589-9acf-3257bfccdebf-173192755621789696" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw #ilpart ... @florentjb a raison", +"img": { +"src": "http://a2.twimg.com/profile_images/1609615947/avatar_normal.jpg" +}, +"title": "Christophe WEILL: #lgw #ilpart ... @florentjb a raison", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4185000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw #ilpart ... @florentjb a raison\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"florentjb\",\"indices\":[18,28],\"name\":\"Flo JB\",\"id_str\":\"54821115\",\"id\":54821115}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]},{\"text\":\"ilpart\",\"indices\":[5,12]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192755080732673\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"7b9d01\",\"screen_name\":\"tractataire\",\"lang\":\"fr\",\"favourites_count\":0,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":487,\"location\":\"Montpellier, France\",\"profile_text_color\":\"333333\",\"followers_count\":426,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\",\"description\":\"Communication globale multimedia : print, web, video, e-learning. Curieux et news-addict !\",\"statuses_count\":9394,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"show_all_inline_media\":true,\"listed_count\":18,\"profile_link_color\":\"8f6e31\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"f7c985\",\"protected\":false,\"id_str\":\"24436721\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Christophe WEILL\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/87952479\\/twitterBG2.jpg\",\"created_at\":\"Sat Mar 14 21:54:13 +0000 2009\",\"profile_sidebar_fill_color\":\"a7c964\",\"id\":24436721,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.tractataire.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1609615947\\/avatar_normal.jpg\"},\"truncated\":false,\"id\":173192755080732673,\"created_at\":\"Fri Feb 24 23:49:05 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4185000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "031756fa-c288-488d-ac40-2d15cc59ea8a-173192755080732673" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Tiens y'a #lgw qui commence. Je parie que ça va être nul", +"img": { +"src": "http://a2.twimg.com/profile_images/1614428473/Capture_d__cran_2011-10-30___21.31.58_normal.jpg" +}, +"title": "Yoann Ferret: Tiens y'a #lgw qui commence. Je parie que ça va être nul", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4186000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Tiens y'a #lgw qui commence. Je parie que \\u00e7a va \\u00eatre nul\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[10,14]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192760843702273\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":261,\"screen_name\":\"yoannferret\",\"lang\":\"fr\",\"profile_text_color\":\"242424\",\"statuses_count\":25134,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/370159424\\/mosaic-export.jpg\",\"location\":\"France\",\"show_all_inline_media\":true,\"listed_count\":19,\"profile_link_color\":\"949494\",\"followers_count\":581,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1614428473\\/Capture_d__cran_2011-10-30___21.31.58_normal.jpg\",\"description\":\"Responsable de la r\\u00e9daction sur @FreenewsActu et big boss de @cafegaming. Conversation minimale. R\\u00e9f\\u00e9rences \\u00e9clectiques (chiantes). Romanichel Racing Club\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"efefef\",\"id_str\":\"4035431\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/370159424\\/mosaic-export.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1614428473\\/Capture_d__cran_2011-10-30___21.31.58_normal.jpg\",\"name\":\"Yoann Ferret\",\"default_profile_image\":false,\"created_at\":\"Tue Apr 10 14:18:04 +0000 2007\",\"profile_sidebar_border_color\":\"b5b5b5\",\"id\":4035431,\"utc_offset\":3600,\"favourites_count\":10,\"url\":\"http:\\/\\/www.cafegaming.fr\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192760843702273,\"created_at\":\"Fri Feb 24 23:49:06 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4186000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "046b03ce-2469-428b-89a4-b7328d42df70-173192760843702273" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "can somebody explain this? Happy Birthday Steve Jobs Ryan Braun's #lgw Rasheed Wallace We Wait For Jonas http://t.co/rsiFdk2D check it out", +"img": { +"src": "http://a0.twimg.com/profile_images/1850996577/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg" +}, +"title": "Jesusa Hollis: can somebody explain this? Happy Birthday Steve Jobs Ryan Braun's #lgw Rasheed Wallace We Wait For Jonas http://t.co/rsiFdk2D check it out", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4187000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"possibly_sensitive\":false,\"contributors\":null,\"favorited\":false,\"text\":\"can somebody explain this? Happy Birthday Steve Jobs Ryan Braun's #lgw Rasheed Wallace We Wait For Jonas http:\\/\\/t.co\\/rsiFdk2D check it out\",\"entities\":{\"user_mentions\":[],\"urls\":[{\"indices\":[105,125],\"expanded_url\":\"http:\\/\\/tiny.cc\\/1zt8i\",\"display_url\":\"tiny.cc\\/1zt8i\",\"url\":\"http:\\/\\/t.co\\/rsiFdk2D\"}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[66,70]}]},\"possibly_sensitive_editable\":true,\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192766547955712\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":0,\"screen_name\":\"Jesusayizqk\",\"lang\":\"en\",\"profile_text_color\":\"666666\",\"statuses_count\":3,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"2FC2EF\",\"followers_count\":0,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"502043013\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1850996577\\/Japan_2BIdol_2BRuna_2BHamakawa_2Bcute_2BJapanese_2Bgirl_2Bphoto_2Bgallery-4004-333085_normal.jpg\",\"name\":\"Jesusa Hollis\",\"default_profile_image\":false,\"created_at\":\"Fri Feb 24 19:07:06 +0000 2012\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":502043013,\"utc_offset\":null,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192766547955712,\"created_at\":\"Fri Feb 24 23:49:07 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4187000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "f860fb09-9561-4b75-a8cb-f78c819822a6-173192766547955712" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw : désolé, Nulle la 4 de @LeGrandWebze", +"img": { +"src": "http://a0.twimg.com/profile_images/1658546588/solidarnosc_normal.jpg" +}, +"title": "Miguel Teixeira: #lgw : désolé, Nulle la 4 de @LeGrandWebze", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4191000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"#lgw : d\\u00e9sol\\u00e9, Nulle la 4 de @LeGrandWebze\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[29,42],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003EMobile Web\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192781748117505\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"migteix\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":258,\"location\":\"Orleans\",\"profile_text_color\":\"333333\",\"followers_count\":268,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\",\"description\":\"blogueur orl\\u00e9anais, parle surtout d'actu locale et sort 2\\/3 blagues de temps en temps...\",\"statuses_count\":2719,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":16,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"3543511\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Miguel Teixeira\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Apr 05 18:00:09 +0000 2007\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":3543511,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.coteboulevard.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658546588\\/solidarnosc_normal.jpg\"},\"truncated\":false,\"id\":173192781748117505,\"created_at\":\"Fri Feb 24 23:49:11 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4191000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "0e265a87-4be7-46f1-8cbb-0693160d27cf-173192781748117505" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @jeromepupier: C'est quoi cet orgasme de twitter devant #lgw?", +"img": { +"src": "http://a2.twimg.com/profile_images/1775456404/zetourist_avatar_normal.png" +}, +"title": "Zetourist: RT @jeromepupier: C'est quoi cet orgasme de twitter devant #lgw?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4192000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @jeromepupier: C'est quoi cet orgasme de twitter devant #lgw?\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"jeromepupier\",\"indices\":[3,16],\"id_str\":\"215594807\",\"name\":\"jeromepupier\",\"id\":215594807}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[59,63]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi cet orgasme de twitter devant #lgw?\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[41,45]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173191976580165632\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":539,\"screen_name\":\"jeromepupier\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":848,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"Sydney, NSW\",\"show_all_inline_media\":true,\"listed_count\":2,\"profile_link_color\":\"009999\",\"followers_count\":66,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1753765452\\/image1326523819_normal.png\",\"description\":\"Culture should be free.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"131516\",\"id_str\":\"215594807\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1753765452\\/image1326523819_normal.png\",\"name\":\"jeromepupier\",\"default_profile_image\":false,\"created_at\":\"Sun Nov 14 11:29:00 +0000 2010\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":215594807,\"utc_offset\":-10800,\"favourites_count\":36,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173191976580165632,\"created_at\":\"Fri Feb 24 23:45:59 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003EHootSuite\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192784633802752\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1005,\"screen_name\":\"Zetourist\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":17386,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/57801775\\/nirvana.jpg\",\"location\":\"Cyberespace\",\"show_all_inline_media\":true,\"listed_count\":124,\"profile_link_color\":\"0084B4\",\"followers_count\":1377,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1775456404\\/zetourist_avatar_normal.png\",\"description\":\"Pirate\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"35454634\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/57801775\\/nirvana.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1775456404\\/zetourist_avatar_normal.png\",\"name\":\"Zetourist\",\"default_profile_image\":false,\"created_at\":\"Sun Apr 26 12:24:39 +0000 2009\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":35454634,\"utc_offset\":3600,\"favourites_count\":0,\"url\":\"http:\\/\\/ddi.partipirate.org\\/fr\\/txt\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192784633802752,\"created_at\":\"Fri Feb 24 23:49:12 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4192000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "56e6f7e9-2b62-4f24-b087-457925124879-173192784633802752" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Un grand merci pour le Bubble-TV et pour notre record de nombre de tweets !! #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1817123979/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png" +}, +"title": "legrandwebze: Un grand merci pour le Bubble-TV et pour notre record de nombre de tweets !! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4192000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Un grand merci pour le Bubble-TV et pour notre record de nombre de tweets !! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[77,81]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192786005340163\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3299,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1481,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173192786005340163,\"created_at\":\"Fri Feb 24 23:49:12 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4192000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b463db9a-be66-4a69-8156-f1d993fbb6d6-173192786005340163" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Après chaque numéro de #lgw je me dis \"pas convaincu mais je donne 1derniere chance\". ça fait 4numéros que je dis ça. #toujoursUnPilote", +"img": { +"src": "http://a1.twimg.com/profile_images/1598467503/aurel2_-_Copie_normal.jpg" +}, +"title": "Aurélien: Après chaque numéro de #lgw je me dis \"pas convaincu mais je donne 1derniere chance\". ça fait 4numéros que je dis ça. #toujoursUnPilote", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4193000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Apr\\u00e8s chaque num\\u00e9ro de #lgw je me dis \\\"pas convaincu mais je donne 1derniere chance\\\". \\u00e7a fait 4num\\u00e9ros que je dis \\u00e7a. #toujoursUnPilote\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[23,27]},{\"text\":\"toujoursUnPilote\",\"indices\":[118,135]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192789880881154\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":886,\"screen_name\":\"aurel_p\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":33194,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"location\":\"Pau\",\"show_all_inline_media\":true,\"listed_count\":152,\"profile_link_color\":\"93A644\",\"followers_count\":2185,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"description\":\"cr\\u00e9ation web le jour, TVvore le soir. Attention risque de LT m\\u00eame des \\u00e9missions les plus mauvaises de la t\\u00e9l\\u00e9 fran\\u00e7aise. Partage en tout genre.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"B2DFDA\",\"id_str\":\"14321671\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1598467503\\/aurel2_-_Copie_normal.jpg\",\"name\":\"Aur\\u00e9lien\",\"default_profile_image\":false,\"created_at\":\"Mon Apr 07 10:27:23 +0000 2008\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":14321671,\"utc_offset\":3600,\"favourites_count\":140,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192789880881154,\"created_at\":\"Fri Feb 24 23:49:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4193000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0e46378-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "47483fc9-5491-4eec-8000-368c2502869f-173192789880881154" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#lgw bonne emission", +"img": { +"src": "http://a0.twimg.com/profile_images/1677676216/fender_2_normal.jpg" +}, +"title": "Sébastien vdo: #lgw bonne emission", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4193000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"#lgw bonne emission\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[0,4]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/levelupstudio.com\\/plume\\\" rel=\\\"nofollow\\\"\\u003EPlume\\u00a0for\\u00a0Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192790182854656\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":24,\"screen_name\":\"sebvdo\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":25,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"location\":\"Juste l\\u00e0...\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"990000\",\"followers_count\":2,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"description\":\"Web\\/Zic\\/Foot\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Brussels\",\"profile_background_color\":\"EBEBEB\",\"id_str\":\"97193463\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1677676216\\/fender_2_normal.jpg\",\"name\":\"S\\u00e9bastien vdo\",\"default_profile_image\":false,\"created_at\":\"Wed Dec 16 11:57:29 +0000 2009\",\"profile_sidebar_border_color\":\"DFDFDF\",\"id\":97193463,\"utc_offset\":3600,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192790182854656,\"created_at\":\"Fri Feb 24 23:49:13 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4193000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4286019b-6568-4c11-a86b-9c3cb611ea82-173192790182854656" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est quoi la marque de ta chemise ? #ilpart #Lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1841312471/262399_2123580502024_1621208475_2177717_2763065_n_normal.jpg" +}, +"title": "Paco Tilles: C'est quoi la marque de ta chemise ? #ilpart #Lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4195000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"C'est quoi la marque de ta chemise ? #ilpart #Lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"ilpart\",\"indices\":[37,44]},{\"text\":\"Lgw\",\"indices\":[45,49]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192799829757952\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":250,\"screen_name\":\"PacoRuizzz\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":4145,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/378465898\\/TYGA_FRAICHE_PETIT.jpg\",\"location\":\"Strasbourg France\",\"show_all_inline_media\":false,\"listed_count\":1,\"profile_link_color\":\"0084B4\",\"followers_count\":182,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1841312471\\/262399_2123580502024_1621208475_2177717_2763065_n_normal.jpg\",\"description\":\"Qu'il vente, pleuve ou neige, quoi qu'il arrive, j'reste frais dans me t\\u00eate, j'fais toujours du second degr\\u00e9. #TeamGu\\u00e9ant #TeamGuerlain #TeamFutureStar\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"C0DEED\",\"id_str\":\"360553652\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/378465898\\/TYGA_FRAICHE_PETIT.jpg\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1841312471\\/262399_2123580502024_1621208475_2177717_2763065_n_normal.jpg\",\"name\":\"Paco Tilles\",\"default_profile_image\":false,\"created_at\":\"Tue Aug 23 11:49:57 +0000 2011\",\"profile_sidebar_border_color\":\"C0DEED\",\"id\":360553652,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":\"http:\\/\\/soundcloud.com\\/pacoruizzz\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192799829757952,\"created_at\":\"Fri Feb 24 23:49:15 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4195000, +"tags": [ +{ +"id-ref": "ef067f3c-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "baff3bf3-f1c3-4a90-bf78-36949a651e38-173192799829757952" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @BoucherieOvalie: J'ai pas compris mais c'était mieux que n'importe quel jeu avec Nagui #LGW", +"img": { +"src": "http://a0.twimg.com/profile_images/1796428036/ministick-moustache_normal.png" +}, +"title": "Benjamin: RT @BoucherieOvalie: J'ai pas compris mais c'était mieux que n'importe quel jeu avec Nagui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4196000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"RT @BoucherieOvalie: J'ai pas compris mais c'\\u00e9tait mieux que n'importe quel jeu avec Nagui #LGW\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"BoucherieOvalie\",\"indices\":[3,19],\"id_str\":\"260277866\",\"name\":\"Boucherie Ovalie\",\"id\":260277866}],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[91,95]}]},\"retweeted_status\":{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai pas compris mais c'\\u00e9tait mieux que n'importe quel jeu avec Nagui #LGW\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[70,74]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192752547381248\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":1017,\"screen_name\":\"BoucherieOvalie\",\"lang\":\"fr\",\"profile_text_color\":\"666666\",\"statuses_count\":6709,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"location\":\"Derri\\u00e8re toi, c'est affreux\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"2FC2EF\",\"followers_count\":4073,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"description\":\"La vie est trop courte pour comprendre le rugby, alors autant en rigoler.\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"id_str\":\"260277866\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"profile_sidebar_fill_color\":\"252429\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"name\":\"Boucherie Ovalie\",\"default_profile_image\":false,\"created_at\":\"Thu Mar 03 15:22:13 +0000 2011\",\"profile_sidebar_border_color\":\"181A1E\",\"id\":260277866,\"utc_offset\":null,\"favourites_count\":2,\"url\":\"http:\\/\\/boucherie-ovalie.org\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192752547381248,\"created_at\":\"Fri Feb 24 23:49:04 +0000 2012\",\"in_reply_to_user_id\":null},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Mac\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192802346352641\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":127,\"screen_name\":\"benamow\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":2593,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/414235559\\/Bakcground.jpg\",\"location\":\"Agen \\/ Marseille\",\"show_all_inline_media\":true,\"listed_count\":17,\"profile_link_color\":\"009999\",\"followers_count\":198,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1796428036\\/ministick-moustache_normal.png\",\"description\":\"A la retraite...\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"18883209\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/414235559\\/Bakcground.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1796428036\\/ministick-moustache_normal.png\",\"name\":\"Benjamin\",\"default_profile_image\":false,\"created_at\":\"Sun Jan 11 23:10:17 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":18883209,\"utc_offset\":3600,\"favourites_count\":18,\"url\":\"http:\\/\\/www.limonadier.net\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192802346352641,\"created_at\":\"Fri Feb 24 23:49:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4196000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "aa592b0b-2ac3-42b3-b0ac-2afa988d9062-173192802346352641" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai voulu voir ce qu'était #Lgw. Verdict : c'est bizarre.", +"img": { +"src": "http://a3.twimg.com/profile_images/1838477144/Snapshot_20120219_11__2__normal.jpg" +}, +"title": "Marie A.: J'ai voulu voir ce qu'était #Lgw. Verdict : c'est bizarre.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4196000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"J'ai voulu voir ce qu'\\u00e9tait #Lgw. Verdict : c'est bizarre.\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"Lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192803847905280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":177,\"screen_name\":\"MarieSuicide_\",\"lang\":\"fr\",\"profile_text_color\":\"000000\",\"statuses_count\":2766,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/375685506\\/fond.JPG\",\"location\":\"9-3 sisiiii\",\"show_all_inline_media\":true,\"listed_count\":5,\"profile_link_color\":\"30362e\",\"followers_count\":127,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1838477144\\/Snapshot_20120219_11__2__normal.jpg\",\"description\":\"Future psychomotricienne. Charmante \\u00e0 souhait. Le vendredi, je cours dans les cimeti\\u00e8res. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"b3b3b3\",\"id_str\":\"369537610\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/375685506\\/fond.JPG\",\"profile_sidebar_fill_color\":\"383838\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1838477144\\/Snapshot_20120219_11__2__normal.jpg\",\"name\":\"Marie A.\",\"default_profile_image\":false,\"created_at\":\"Wed Sep 07 14:43:51 +0000 2011\",\"profile_sidebar_border_color\":\"000000\",\"id\":369537610,\"utc_offset\":null,\"favourites_count\":2,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192803847905280,\"created_at\":\"Fri Feb 24 23:49:16 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4196000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "b86dee68-2936-4f1e-9968-081826b1d29c-173192803847905280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @BoucherieOvalie: J'ai pas compris mais c'était mieux que n'importe quel jeu avec Nagui #LGW", +"img": { +"src": "http://a3.twimg.com/profile_images/1811845815/Flying_Blue_normal.jpg" +}, +"title": "Bastien Joseph: RT @BoucherieOvalie: J'ai pas compris mais c'était mieux que n'importe quel jeu avec Nagui #LGW", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4198000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @BoucherieOvalie: J'ai pas compris mais c'\\u00e9tait mieux que n'importe quel jeu avec Nagui #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"BoucherieOvalie\",\"indices\":[3,19],\"name\":\"Boucherie Ovalie\",\"id_str\":\"260277866\",\"id\":260277866}],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[91,95]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'ai pas compris mais c'\\u00e9tait mieux que n'importe quel jeu avec Nagui #LGW\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"LGW\",\"indices\":[70,74]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192752547381248\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"BoucherieOvalie\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1017,\"location\":\"Derri\\u00e8re toi, c'est affreux\",\"profile_text_color\":\"666666\",\"followers_count\":4073,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\",\"description\":\"La vie est trop courte pour comprendre le rugby, alors autant en rigoler.\",\"statuses_count\":6709,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"show_all_inline_media\":false,\"listed_count\":135,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"260277866\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Boucherie Ovalie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/333487169\\/B-Oban3.jpg\",\"created_at\":\"Thu Mar 03 15:22:13 +0000 2011\",\"profile_sidebar_fill_color\":\"252429\",\"id\":260277866,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/boucherie-ovalie.org\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1669266582\\/carte-de-visite-final_normal.jpg\"},\"truncated\":false,\"id\":173192752547381248,\"created_at\":\"Fri Feb 24 23:49:04 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":1,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192810084827138\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"5ED4DC\",\"screen_name\":\"BastienJoseph31\",\"lang\":\"fr\",\"favourites_count\":10,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":1033,\"location\":\"Paris\",\"profile_text_color\":\"3C3940\",\"followers_count\":668,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\",\"description\":\"Etudiant en com' \\u00e0 Paris. (ISCOM). Rugby, r\\u00e9seaux sociaux, musique. Connu comme Le Stagiaire de la @BoucherieOvalie. En recherche d'un VRAI stage. \",\"statuses_count\":3558,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"show_all_inline_media\":false,\"listed_count\":34,\"profile_link_color\":\"0099B9\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"0099B9\",\"protected\":false,\"id_str\":\"191087175\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Bastien Joseph\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"created_at\":\"Wed Sep 15 15:41:38 +0000 2010\",\"profile_sidebar_fill_color\":\"95E8EC\",\"id\":191087175,\"follow_request_sent\":null,\"utc_offset\":null,\"url\":\"http:\\/\\/www.doyoubuzz.com\\/bastien-joseph\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1811845815\\/Flying_Blue_normal.jpg\"},\"truncated\":false,\"id\":173192810084827138,\"created_at\":\"Fri Feb 24 23:49:18 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4198000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "c426faba-db2f-4e35-a927-66bd439df492-173192810084827138" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Sans les vidéos incompréhensibles, et avec un peu plus d'itw ça pourrait vraiment être génial. #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: Sans les vidéos incompréhensibles, et avec un peu plus d'itw ça pourrait vraiment être génial. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4198000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Sans les vid\\u00e9os incompr\\u00e9hensibles, et avec un peu plus d'itw \\u00e7a pourrait vraiment \\u00eatre g\\u00e9nial. #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[95,99]}]},\"place\":{\"country_code\":\"FR\",\"place_type\":\"city\",\"country\":\"France\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[2.7860476,50.4187981],[2.8492605,50.4187981],[2.8492605,50.4589035],[2.7860476,50.4589035]]]},\"attributes\":{},\"full_name\":\"Lens, Pas-de-Calais\",\"name\":\"Lens\",\"id\":\"6f2473b6bfd0682a\",\"url\":\"http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/6f2473b6bfd0682a.json\"},\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192812454625280\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":298,\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"profile_text_color\":\"3d3438\",\"statuses_count\":15002,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"location\":\"Is\\u00e8re, France\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"followers_count\":262,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"name\":\"Manon\",\"default_profile_image\":false,\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_border_color\":\"e8e8e8\",\"id\":48084154,\"utc_offset\":3600,\"favourites_count\":194,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192812454625280,\"created_at\":\"Fri Feb 24 23:49:18 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4198000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "7584101d-f112-42f1-9647-fa3ee097f9d8-173192812454625280" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "C'est bon j'ai vu ma tête à la télé, on peut dire que j'ai réussi ma vie et je peux aller me coucher tranquille #lgw", +"img": { +"src": "http://a3.twimg.com/profile_images/1272111066/coucou_a_celui_qui_lit__a_normal.png" +}, +"title": "Gandhiiman: C'est bon j'ai vu ma tête à la télé, on peut dire que j'ai réussi ma vie et je peux aller me coucher tranquille #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4199000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"C'est bon j'ai vu ma t\\u00eate \\u00e0 la t\\u00e9l\\u00e9, on peut dire que j'ai r\\u00e9ussi ma vie et je peux aller me coucher tranquille #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[112,116]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192813486419968\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"gandhiiman\",\"lang\":\"en\",\"favourites_count\":13,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":396,\"location\":\"at home\",\"profile_text_color\":\"666666\",\"followers_count\":137,\"profile_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_images\\/1272111066\\/coucou_a_celui_qui_lit__a_normal.png\",\"description\":\"Infographiste multimedia, motiondesigner ...\",\"statuses_count\":2750,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"show_all_inline_media\":true,\"listed_count\":6,\"profile_link_color\":\"2FC2EF\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"50971217\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Gandhiiman\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"created_at\":\"Fri Jun 26 08:05:22 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":50971217,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.onedesignonline.fr\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1272111066\\/coucou_a_celui_qui_lit__a_normal.png\"},\"truncated\":false,\"id\":173192813486419968,\"created_at\":\"Fri Feb 24 23:49:19 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4199000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "33845c02-a34f-4306-9039-26dd7f7209e7-173192813486419968" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Oh bah non pas déjà, je venais d'arriver... #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1540125000/PP_twitter_normal.jpg" +}, +"title": "Sophie Losophie.: Oh bah non pas déjà, je venais d'arriver... #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4201000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Oh bah non pas d\\u00e9j\\u00e0, je venais d'arriver... #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[44,48]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"web\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192821921153026\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":false,\"friends_count\":200,\"screen_name\":\"Nophie__\",\"lang\":\"en\",\"profile_text_color\":\"cf4848\",\"statuses_count\":9149,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/319696762\\/x4f15c4b595a5615fe60851f7974cef8.png\",\"location\":\"Ici et l\\u00e0. Mais plus par l\\u00e0.\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"cc4f46\",\"followers_count\":301,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1540125000\\/PP_twitter_normal.jpg\",\"description\":\"J'ai la mauvaise habitude de tweeter et de r\\u00e9fl\\u00e9chier apr\\u00e8s. Alors prends moi comme tu veux, mais surtout pas au premier degr\\u00e8s. \",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"ffffff\",\"id_str\":\"62632536\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/319696762\\/x4f15c4b595a5615fe60851f7974cef8.png\",\"profile_sidebar_fill_color\":\"ffffff\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1540125000\\/PP_twitter_normal.jpg\",\"name\":\"Sophie Losophie.\",\"default_profile_image\":false,\"created_at\":\"Mon Aug 03 21:54:45 +0000 2009\",\"profile_sidebar_border_color\":\"756b5f\",\"id\":62632536,\"utc_offset\":-10800,\"favourites_count\":0,\"url\":null},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192821921153026,\"created_at\":\"Fri Feb 24 23:49:21 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4201000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "a5637295-6dbc-4592-a0fa-da1df6ab1a53-173192821921153026" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Pierre_B_y Arf #HonteàMoi ! #lgw #cqui #StadedeFrance @ludodelaherche", +"img": { +"src": "http://a2.twimg.com/profile_images/1727412144/image_normal.jpg" +}, +"title": "Jessica Boni-Lambert: @Pierre_B_y Arf #HonteàMoi ! #lgw #cqui #StadedeFrance @ludodelaherche", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4202000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":\"Pierre_B_y\",\"favorited\":false,\"text\":\"@Pierre_B_y Arf #Honte\\u00e0Moi ! #lgw #cqui #StadedeFrance @ludodelaherche\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Pierre_B_y\",\"indices\":[0,11],\"name\":\"Pierre B.\",\"id_str\":\"104184883\",\"id\":104184883},{\"screen_name\":\"LudoDelaherche\",\"indices\":[55,70],\"name\":\"Ludovic Delaherche\",\"id_str\":\"72665061\",\"id\":72665061}],\"hashtags\":[{\"text\":\"Honte\\u00e0Moi\",\"indices\":[16,26]},{\"text\":\"lgw\",\"indices\":[29,33]},{\"text\":\"cqui\",\"indices\":[34,39]},{\"text\":\"StadedeFrance\",\"indices\":[40,54]}]},\"in_reply_to_user_id\":104184883,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":173192569914798080,\"in_reply_to_status_id_str\":\"173192569914798080\",\"id_str\":\"173192826853662720\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"ebdae9\",\"screen_name\":\"JessBoniLambert\",\"lang\":\"fr\",\"favourites_count\":51,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":189,\"location\":\"France\",\"profile_text_color\":\"333333\",\"followers_count\":680,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1727412144\\/image_normal.jpg\",\"description\":\"Cr\\u00e9atrice de mode passionn\\u00e9e de #rugby (www.rugbydolls.com) \\r\\nMy passions: Rugby, Fashion and photography.\\r\\nNe tourne pas rond (mais plut\\u00f4t ovale)\",\"statuses_count\":17230,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/391267445\\/Twitter2.jpg\",\"show_all_inline_media\":false,\"listed_count\":41,\"profile_link_color\":\"CC3366\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"DBE9ED\",\"protected\":false,\"id_str\":\"111092027\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Jessica Boni-Lambert\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/391267445\\/Twitter2.jpg\",\"created_at\":\"Wed Feb 03 19:54:54 +0000 2010\",\"profile_sidebar_fill_color\":\"f7e6e6\",\"id\":111092027,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.leblogdejess.com\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1727412144\\/image_normal.jpg\"},\"truncated\":false,\"id\":173192826853662720,\"created_at\":\"Fri Feb 24 23:49:22 +0000 2012\",\"in_reply_to_user_id_str\":\"104184883\"}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4202000, +"tags": [ +{ +"id-ref": "ef03d386-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "f0e55706-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +}, +{ +"id-ref": "ef73d87a-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "4025fc1b-21bb-42b6-83be-93aa45b029f4-173192826853662720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "@Praska c'etait expres l'embrouille ou c'est vraiment parti en steak ?\n#lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1130216729/34582_418168452021_654222021_4466296_1577871_n_normal.jpg" +}, +"title": "Pierre Piatti: @Praska c'etait expres l'embrouille ou c'est vraiment parti en steak ?\n#lgw", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4202000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"@Praska c'etait expres l'embrouille ou c'est vraiment parti en steak ?\\n#lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Praska\",\"indices\":[0,7],\"id_str\":\"15453030\",\"name\":\"Pras\",\"id\":15453030}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[71,75]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPhone\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":\"173192066879324162\",\"id_str\":\"173192826945937410\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":173192066879324162,\"in_reply_to_user_id_str\":\"15453030\",\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":47,\"screen_name\":\"pierrop\",\"lang\":\"en\",\"profile_text_color\":\"333333\",\"statuses_count\":23,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"location\":\"\",\"show_all_inline_media\":false,\"listed_count\":0,\"profile_link_color\":\"009999\",\"followers_count\":13,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1130216729\\/34582_418168452021_654222021_4466296_1577871_n_normal.jpg\",\"description\":\"\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":null,\"profile_background_color\":\"131516\",\"id_str\":\"92030657\",\"geo_enabled\":false,\"profile_background_tile\":true,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1130216729\\/34582_418168452021_654222021_4466296_1577871_n_normal.jpg\",\"name\":\"Pierre Piatti\",\"default_profile_image\":false,\"created_at\":\"Mon Nov 23 14:33:05 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":92030657,\"utc_offset\":null,\"favourites_count\":6,\"url\":null},\"in_reply_to_screen_name\":\"Praska\",\"truncated\":false,\"id\":173192826945937410,\"created_at\":\"Fri Feb 24 23:49:22 +0000 2012\",\"in_reply_to_user_id\":15453030}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4202000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "83f5fab2-d04c-4c89-8b89-47005719e004-173192826945937410" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @LeGrandWebze: Retrouvez tous les magnétos dès maintenant sur notre page Dailymotion ! #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1802162566/image_normal.jpg" +}, +"title": "Julien Cotte: RT @LeGrandWebze: Retrouvez tous les magnétos dès maintenant sur notre page Dailymotion ! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4202000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @LeGrandWebze: Retrouvez tous les magn\\u00e9tos d\\u00e8s maintenant sur notre page Dailymotion ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"LeGrandWebze\",\"indices\":[3,16],\"name\":\"legrandwebze\",\"id_str\":\"365949385\",\"id\":365949385}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[90,94]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"Retrouvez tous les magn\\u00e9tos d\\u00e8s maintenant sur notre page Dailymotion ! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[72,76]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192682926112768\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"C0DEED\",\"screen_name\":\"LeGrandWebze\",\"lang\":\"fr\",\"favourites_count\":42,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":3026,\"location\":\"Paris, France\",\"profile_text_color\":\"333333\",\"followers_count\":3300,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\",\"description\":\"Le Grand Webze est une mensuelle en direct, diffus\\u00e9e sur France 5, pr\\u00e9sent\\u00e9e par @FrancoisRollin et @Vinvin. @FlorencePorcel, pour vous servir ! :-)\",\"statuses_count\":1481,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"show_all_inline_media\":true,\"listed_count\":89,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":true,\"time_zone\":\"Paris\",\"profile_background_color\":\"C0DEED\",\"protected\":false,\"id_str\":\"365949385\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"legrandwebze\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"created_at\":\"Thu Sep 01 09:16:33 +0000 2011\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"id\":365949385,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/www.legrandwebze.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1817123979\\/Le_Grand_Webze_Avatar_Pixel_Art__gros_normal.png\"},\"truncated\":false,\"id\":173192682926112768,\"created_at\":\"Fri Feb 24 23:48:48 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/#!\\/download\\/ipad\\\" rel=\\\"nofollow\\\"\\u003ETwitter for iPad\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192827440861186\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"a8c7f7\",\"screen_name\":\"JulienCotteALU\",\"lang\":\"fr\",\"favourites_count\":2,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":875,\"location\":\"V\\u00e9lizy-Villacoublay\",\"profile_text_color\":\"333333\",\"followers_count\":1406,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\",\"description\":\"DRH du site de V\\u00e9lizy (France) - HR Community Manager - Marketing HR2.0 - @AlcatelLucent\",\"statuses_count\":3891,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"show_all_inline_media\":false,\"listed_count\":139,\"profile_link_color\":\"0084B4\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"022330\",\"protected\":false,\"id_str\":\"107697826\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Julien Cotte\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/105129015\\/VerySmallLogoHR2.0.jpg\",\"created_at\":\"Sat Jan 23 12:17:36 +0000 2010\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"id\":107697826,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":\"http:\\/\\/juliencotte.typepad.com\\/le-blog-de-julien-cotte-\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1802162566\\/image_normal.jpg\"},\"truncated\":false,\"id\":173192827440861186,\"created_at\":\"Fri Feb 24 23:49:22 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4202000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "858ae694-a041-43b7-b615-5ae48baee54e-173192827440861186" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "J'ai toujours pas compris le concept de l'émission, mais ça avait l'air cool. #lgw", +"img": { +"src": "http://a1.twimg.com/profile_images/1789960694/Arnaud_H_guy_et_Moi_normal.PNG" +}, +"title": "Thibault: J'ai toujours pas compris le concept de l'émission, mais ça avait l'air cool. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4203000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'ai toujours pas compris le concept de l'\\u00e9mission, mais \\u00e7a avait l'air cool. #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[78,82]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192833686188032\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"323333\",\"screen_name\":\"thibaultdpr\",\"lang\":\"fr\",\"favourites_count\":16,\"contributors_enabled\":false,\"profile_use_background_image\":false,\"friends_count\":230,\"location\":\"Aquitaine,FRANCE.\",\"profile_text_color\":\"ebebeb\",\"followers_count\":291,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1789960694\\/Arnaud_H_guy_et_Moi_normal.PNG\",\"description\":\"Rugby en grande majorit\\u00e9. Sport. Actu.Pays Basque. F\\u00e9rias.\\r\\nGrand supporter de @agen_rugby !\",\"statuses_count\":3667,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"show_all_inline_media\":false,\"listed_count\":6,\"profile_link_color\":\"255c70\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Greenland\",\"profile_background_color\":\"222526\",\"protected\":false,\"id_str\":\"348755668\",\"geo_enabled\":false,\"profile_background_tile\":false,\"name\":\"Thibault\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme15\\/bg.png\",\"created_at\":\"Thu Aug 04 23:21:40 +0000 2011\",\"profile_sidebar_fill_color\":\"272829\",\"id\":348755668,\"follow_request_sent\":null,\"utc_offset\":-10800,\"url\":\"http:\\/\\/15vs15.wordpress.com\\/\",\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1789960694\\/Arnaud_H_guy_et_Moi_normal.PNG\"},\"truncated\":false,\"id\":173192833686188032,\"created_at\":\"Fri Feb 24 23:49:23 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4203000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "31fc8452-2a7e-4656-a994-660e2556b462-173192833686188032" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @Milcah7: J'ai pas vu le temps passer! #lgw", +"img": { +"src": "http://a2.twimg.com/profile_images/1658912814/fkjddkfhk_normal.png" +}, +"title": "Manon: RT @Milcah7: J'ai pas vu le temps passer! #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4204000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"RT @Milcah7: J'ai pas vu le temps passer! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[{\"screen_name\":\"Milcah7\",\"indices\":[3,11],\"name\":\"Lucie\",\"id_str\":\"63258588\",\"id\":63258588}],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[42,46]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"retweeted_status\":{\"in_reply_to_screen_name\":null,\"favorited\":false,\"text\":\"J'ai pas vu le temps passer! #lgw\",\"entities\":{\"urls\":[],\"user_mentions\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[29,33]}]},\"in_reply_to_user_id\":null,\"contributors\":null,\"place\":null,\"coordinates\":null,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192608284278784\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"181A1E\",\"screen_name\":\"Milcah7\",\"lang\":\"en\",\"favourites_count\":13,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":149,\"location\":\"France\",\"profile_text_color\":\"807d80\",\"followers_count\":79,\"profile_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\",\"description\":\"Herocorpienne, S\\u00e9riephile (pas assez \\u00e0 mon go\\u00fbt), DVDvore,Cin\\u00e9vore, aime le tennis et le rugby, le rock, pop-rock... et ses twittos 3\\r\\n.\",\"statuses_count\":9483,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a1.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"show_all_inline_media\":false,\"listed_count\":4,\"profile_link_color\":\"03949e\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"1A1B1F\",\"protected\":false,\"id_str\":\"63258588\",\"geo_enabled\":false,\"profile_background_tile\":true,\"name\":\"Lucie\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/257740390\\/ngc2264-20050206.jpg\",\"created_at\":\"Wed Aug 05 21:13:19 +0000 2009\",\"profile_sidebar_fill_color\":\"252429\",\"id\":63258588,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1398568911\\/IMG_2179_-_Copie_normal.jpg\"},\"truncated\":false,\"id\":173192608284278784,\"created_at\":\"Fri Feb 24 23:48:30 +0000 2012\",\"in_reply_to_user_id_str\":null},\"source\":\"web\",\"geo\":null,\"retweeted\":false,\"retweet_count\":0,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"id_str\":\"173192837637222402\",\"user\":{\"default_profile_image\":false,\"verified\":false,\"notifications\":null,\"profile_sidebar_border_color\":\"e8e8e8\",\"screen_name\":\"manonkzlwsk\",\"lang\":\"fr\",\"favourites_count\":194,\"contributors_enabled\":false,\"profile_use_background_image\":true,\"friends_count\":298,\"location\":\"Is\\u00e8re, France\",\"profile_text_color\":\"3d3438\",\"followers_count\":262,\"profile_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\",\"description\":\"Nordiste expatri\\u00e9e, \\u00e9tudiante en sciences du langage \\u00e0 #lyon2, un peu geek, s\\u00e9rievore, livetweeteuse #ondar et fid\\u00e8le herocorpienne. \",\"statuses_count\":15003,\"following\":null,\"profile_background_image_url\":\"http:\\/\\/a2.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"show_all_inline_media\":false,\"listed_count\":16,\"profile_link_color\":\"de4261\",\"is_translator\":false,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"e8e8e8\",\"protected\":false,\"id_str\":\"48084154\",\"geo_enabled\":true,\"profile_background_tile\":true,\"name\":\"Manon\",\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/429274678\\/flow3.jpg\",\"created_at\":\"Wed Jun 17 19:34:49 +0000 2009\",\"profile_sidebar_fill_color\":\"e8e8e8\",\"id\":48084154,\"follow_request_sent\":null,\"utc_offset\":3600,\"url\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1658912814\\/fkjddkfhk_normal.png\"},\"truncated\":false,\"id\":173192837637222402,\"created_at\":\"Fri Feb 24 23:49:24 +0000 2012\",\"in_reply_to_user_id_str\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4204000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "d1b97524-98b6-453b-b8ba-c782d52baa04-173192837637222402" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Et c'est déjà finiiiiiii :( #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1668337583/DTB-Hei-VLQ_normal.jpg" +}, +"title": "Vincent [Gøshi]: Et c'est déjà finiiiiiii :( #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4205000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"Et c'est d\\u00e9j\\u00e0 finiiiiiii :( #lgw\",\"entities\":{\"user_mentions\":[],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[28,32]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003ETwitter for BlackBerry\\u00ae\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192841558900736\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":342,\"screen_name\":\"Yoigoshi\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":3931,\"profile_background_image_url\":\"http:\\/\\/a3.twimg.com\\/profile_background_images\\/236369942\\/wall-twitter.jpg\",\"location\":\"Lille\",\"show_all_inline_media\":true,\"listed_count\":3,\"profile_link_color\":\"9e9e9e\",\"followers_count\":126,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1668337583\\/DTB-Hei-VLQ_normal.jpg\",\"description\":\"[Tout ce qui est vert est fourbe] - Goshi\\/SilenceCorp #Infographiste\\r\\n\\u007BDieu Vivant de @ChloexF\\u007D\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"131516\",\"id_str\":\"29969223\",\"geo_enabled\":false,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/236369942\\/wall-twitter.jpg\",\"profile_sidebar_fill_color\":\"efefef\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1668337583\\/DTB-Hei-VLQ_normal.jpg\",\"name\":\"Vincent [G\\u00f8shi]\",\"default_profile_image\":false,\"created_at\":\"Thu Apr 09 12:00:49 +0000 2009\",\"profile_sidebar_border_color\":\"eeeeee\",\"id\":29969223,\"utc_offset\":3600,\"favourites_count\":25,\"url\":\"http:\\/\\/goshi.ultra-book.com\\/\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192841558900736,\"created_at\":\"Fri Feb 24 23:49:25 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4205000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "03802be0-d667-4ddc-ae50-e0fb2382a3d0-173192841558900736" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Même @vinvin a l'air embarrassé de présenter sa propre émission. #lgw", +"img": { +"src": "http://a0.twimg.com/profile_images/1766000100/Avatar-Cabaroc_normal.gif" +}, +"title": "Jp cabaroc: Même @vinvin a l'air embarrassé de présenter sa propre émission. #lgw", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 4207000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"contributors\":null,\"favorited\":false,\"text\":\"M\\u00eame @vinvin a l'air embarrass\\u00e9 de pr\\u00e9senter sa propre \\u00e9mission. #lgw\",\"entities\":{\"user_mentions\":[{\"screen_name\":\"Vinvin\",\"indices\":[5,12],\"id_str\":\"7223522\",\"name\":\"Vinvin\",\"id\":7223522}],\"urls\":[],\"hashtags\":[{\"text\":\"lgw\",\"indices\":[65,69]}]},\"place\":null,\"coordinates\":null,\"retweet_count\":0,\"source\":\"\\u003Ca href=\\\"http:\\/\\/www.tweetdeck.com\\\" rel=\\\"nofollow\\\"\\u003ETweetDeck\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"id_str\":\"173192846386540545\",\"geo\":null,\"retweeted\":false,\"in_reply_to_status_id\":null,\"in_reply_to_user_id_str\":null,\"user\":{\"contributors_enabled\":false,\"verified\":false,\"notifications\":null,\"profile_use_background_image\":true,\"friends_count\":978,\"screen_name\":\"Cabaroc\",\"lang\":\"fr\",\"profile_text_color\":\"333333\",\"statuses_count\":6908,\"profile_background_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_background_images\\/404422929\\/fond_twitter.jpg\",\"location\":\"Saint-\\u00c9tienne - France\",\"show_all_inline_media\":false,\"listed_count\":173,\"profile_link_color\":\"416763\",\"followers_count\":1679,\"profile_image_url\":\"http:\\/\\/a0.twimg.com\\/profile_images\\/1766000100\\/Avatar-Cabaroc_normal.gif\",\"description\":\"Hi, i'm a freelance graphic designer and art director. I also teach webdesign at Ecole Bellecour (Lyon) #Identity #Design #Print #Webdesign\",\"is_translator\":false,\"following\":null,\"default_profile\":false,\"time_zone\":\"Paris\",\"profile_background_color\":\"000000\",\"id_str\":\"104964807\",\"geo_enabled\":true,\"profile_background_tile\":false,\"profile_background_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_background_images\\/404422929\\/fond_twitter.jpg\",\"profile_sidebar_fill_color\":\"f6f6f6\",\"protected\":false,\"follow_request_sent\":null,\"profile_image_url_https\":\"https:\\/\\/si0.twimg.com\\/profile_images\\/1766000100\\/Avatar-Cabaroc_normal.gif\",\"name\":\"Jp cabaroc\",\"default_profile_image\":false,\"created_at\":\"Thu Jan 14 23:13:01 +0000 2010\",\"profile_sidebar_border_color\":\"dddcda\",\"id\":104964807,\"utc_offset\":3600,\"favourites_count\":7,\"url\":\"http:\\/\\/www.cabaroc.com\"},\"in_reply_to_screen_name\":null,\"truncated\":false,\"id\":173192846386540545,\"created_at\":\"Fri Feb 24 23:49:27 +0000 2012\",\"in_reply_to_user_id\":null}" +}, +"dc:creator": "perso", +"id-ref": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:modified": "2012-03-13T14:22:15.825614" +}, +"end": 4207000, +"tags": [ +{ +"id-ref": "eef1a7e2-6d17-11e1-99d6-00145ea4a2be" +} +], +"color": "16763904", +"media": "9682205a-684e-11e1-a087-00145ea4a2be", +"id": "8460df0a-8fdc-4dad-94a1-07ba96fc1450-173192846386540545" +} +], +"annotation-types": [ +{ +"dc:contributor": "perso", +"dc:creator": "perso", +"dc:title": "Chapitrage", +"id": "c_9E1D7B1A-872C-960C-6950-ED1A087380DE", +"dc:created": "2012-03-13T14:22:15.820711", +"dc:description": "", +"dc:modified": "2012-03-13T14:22:15.820711" +}, +{ +"dc:contributor": "perso", +"dc:creator": "perso", +"dc:title": "Tweets", +"id": "2545a6e5-6889-409b-8037-ffe4d4ba7d59", +"dc:created": "2012-03-13T14:22:15.825614", +"dc:description": "Tweets", +"dc:modified": "2012-03-13T14:22:15.825614" +} +] +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 test/integration/youtube.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/integration/youtube.htm Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,97 @@ + + + + + + + + + +
        +

        MetaDataPlayer

        + Test d'intégration du widget du player avec Popcorn (Youtube). +
        + + + + + + +
        + + +
        +
        +
        +
        + + + \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 test/libs/player.swf Binary file test/libs/player.swf has changed diff -r 7b55777486c3 -r 75ba66457232 test/test.json --- a/test/test.json Tue Oct 04 11:16:06 2011 +0200 +++ b/test/test.json Fri Apr 06 16:55:34 2012 +0200 @@ -1,251 +1,252 @@ { + "views": [ + { + "id": "0", + "contents": [ + "franceculture_retourdudimanche20100620" + ], + "annotation_types": [ + "c_1F07824B-F512-78A9-49DB-6FB51DAB9560" + ] + } + ], "tags": [ - { + { "meta": { - "dc:contributor": "IRI ", - "dc:created": "2010-09-06T15:53:44.618963", + "dc:contributor": "IRI", + "dc:created": "2011-10-20T13:36:18.326514", "dc:title": "suffrage universel", - "dc:modified": "2010-09-06T15:53:44.618963", + "dc:modified": "2011-10-20T13:36:18.326514", "dc:creator": "IRI" }, - "id": "edaabd04-b9ce-11df-9e63-00145ea4a2be" + "id": "7d72256a-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.621828", + "dc:created": "2011-10-20T13:36:18.327979", "dc:title": "Patrick Rogiers", - "dc:modified": "2010-09-06T15:53:44.621828", + "dc:modified": "2011-10-20T13:36:18.327979", "dc:creator": "IRI" }, - "id": "edab1fec-b9ce-11df-9e63-00145ea4a2be" + "id": "7d724c34-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.575615", + "dc:created": "2011-10-20T13:36:18.287561", "dc:title": "Kirgistan", - "dc:modified": "2010-09-06T15:53:44.575615", + "dc:modified": "2011-10-20T13:36:18.287561", "dc:creator": "IRI" }, - "id": "eda50fb2-b9ce-11df-9e63-00145ea4a2be" + "id": "7d6d2b00-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.600158", + "dc:created": "2011-10-20T13:36:18.310463", "dc:title": "Alphonse Baudin", - "dc:modified": "2010-09-06T15:53:44.600158", + "dc:modified": "2011-10-20T13:36:18.310463", "dc:creator": "IRI" }, - "id": "eda8ba7c-b9ce-11df-9e63-00145ea4a2be" + "id": "7d709786-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.618963", + "dc:created": "2011-10-20T13:36:18.326514", "dc:title": "mandats rétribués", - "dc:modified": "2010-09-06T15:53:44.618963", + "dc:modified": "2011-10-20T13:36:18.326514", "dc:creator": "IRI" }, - "id": "edaab0b6-b9ce-11df-9e63-00145ea4a2be" + "id": "7d72126e-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.621828", + "dc:created": "2011-10-20T13:36:18.327979", "dc:title": "Belgique", - "dc:modified": "2010-09-06T15:53:44.621828", + "dc:modified": "2011-10-20T13:36:18.327979", "dc:creator": "IRI" }, - "id": "edab1808-b9ce-11df-9e63-00145ea4a2be" + "id": "7d7242ac-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.609400", + "dc:created": "2011-10-20T13:36:18.318374", "dc:title": "18juin", - "dc:modified": "2010-09-06T15:53:44.609400", + "dc:modified": "2011-10-20T13:36:18.318374", "dc:creator": "IRI" }, - "id": "edaa23f8-b9ce-11df-9e63-00145ea4a2be" + "id": "7d71c9bc-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.621828", + "dc:created": "2011-10-20T13:36:18.327979", "dc:title": "Wallons", - "dc:modified": "2010-09-06T15:53:44.621828", + "dc:modified": "2011-10-20T13:36:18.327979", "dc:creator": "IRI" }, - "id": "edab2730-b9ce-11df-9e63-00145ea4a2be" + "id": "7d7254c2-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.626707", + "dc:created": "2011-10-20T13:36:18.330042", "dc:title": "theatre.doc", - "dc:modified": "2010-09-06T15:53:44.626707", + "dc:modified": "2011-10-20T13:36:18.330042", "dc:creator": "IRI" }, - "id": "edabd6b2-b9ce-11df-9e63-00145ea4a2be" + "id": "7d72932e-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.609400", + "dc:created": "2011-10-20T13:36:18.318374", "dc:title": "marée noire", - "dc:modified": "2010-09-06T15:53:44.609400", + "dc:modified": "2011-10-20T13:36:18.318374", "dc:creator": "IRI" }, - "id": "edaa3aaa-b9ce-11df-9e63-00145ea4a2be" + "id": "7d71e3a2-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.621828", + "dc:created": "2011-10-20T13:36:18.327979", "dc:title": "Flamands", - "dc:modified": "2010-09-06T15:53:44.621828", + "dc:modified": "2011-10-20T13:36:18.327979", "dc:creator": "IRI" }, - "id": "edab1c36-b9ce-11df-9e63-00145ea4a2be" + "id": "7d724734-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.618963", + "dc:created": "2011-10-20T13:36:18.326514", "dc:title": "Auguste Baudin", - "dc:modified": "2010-09-06T15:53:44.618963", + "dc:modified": "2011-10-20T13:36:18.326514", "dc:creator": "IRI" }, - "id": "edaaa8dc-b9ce-11df-9e63-00145ea4a2be" + "id": "7d7209ea-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.575615", + "dc:created": "2011-10-20T13:36:18.287561", "dc:title": "retraite", - "dc:modified": "2010-09-06T15:53:44.575615", + "dc:modified": "2011-10-20T13:36:18.287561", "dc:creator": "IRI" }, - "id": "eda7047a-b9ce-11df-9e63-00145ea4a2be" + "id": "7d6f4c82-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.618963", + "dc:created": "2011-10-20T13:36:18.326514", "dc:title": "financement politique", - "dc:modified": "2010-09-06T15:53:44.618963", + "dc:modified": "2011-10-20T13:36:18.326514", "dc:creator": "IRI" }, - "id": "edaaad00-b9ce-11df-9e63-00145ea4a2be" + "id": "7d720e5e-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.609400", + "dc:created": "2011-10-20T13:36:18.318374", "dc:title": "Bloody Sunday", - "dc:modified": "2010-09-06T15:53:44.609400", + "dc:modified": "2011-10-20T13:36:18.318374", "dc:creator": "IRI" }, - "id": "edaa329e-b9ce-11df-9e63-00145ea4a2be" - }, - { - "meta": { - "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.621828", - "dc:title": "éléction", - "dc:modified": "2010-09-06T15:53:44.621828", - "dc:creator": "IRI" - }, - "id": "edab2b68-b9ce-11df-9e63-00145ea4a2be" + "id": "7d71d9ac-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.618963", - "dc:title": "suffrage directs", - "dc:modified": "2010-09-06T15:53:44.618963", + "dc:created": "2011-10-20T13:36:18.327979", + "dc:title": "éléction", + "dc:modified": "2011-10-20T13:36:18.327979", "dc:creator": "IRI" }, - "id": "edaab962-b9ce-11df-9e63-00145ea4a2be" + "id": "7d7258d2-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.621828", - "dc:title": "vuvuzela", - "dc:modified": "2010-09-06T15:53:44.621828", + "dc:created": "2011-10-20T13:36:18.326514", + "dc:title": "suffrage directs", + "dc:modified": "2011-10-20T13:36:18.326514", "dc:creator": "IRI" }, - "id": "edab238e-b9ce-11df-9e63-00145ea4a2be" + "id": "7d7220d8-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.609400", - "dc:title": "Domenech", - "dc:modified": "2010-09-06T15:53:44.609400", + "dc:created": "2011-10-20T13:36:18.327979", + "dc:title": "vuvuzela", + "dc:modified": "2011-10-20T13:36:18.327979", "dc:creator": "IRI" }, - "id": "edaa36ea-b9ce-11df-9e63-00145ea4a2be" + "id": "7d72509e-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.624524", - "dc:title": "sociologie du sport", - "dc:modified": "2010-09-06T15:53:44.624524", + "dc:created": "2011-10-20T13:36:18.318374", + "dc:title": "Domenech", + "dc:modified": "2011-10-20T13:36:18.318374", "dc:creator": "IRI" }, - "id": "edab8162-b9ce-11df-9e63-00145ea4a2be" + "id": "7d71df24-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.575615", - "dc:title": "Mondiale", - "dc:modified": "2010-09-06T15:53:44.575615", + "dc:created": "2011-10-20T13:36:18.329294", + "dc:title": "sociologie du sport", + "dc:modified": "2011-10-20T13:36:18.329294", "dc:creator": "IRI" }, - "id": "eda60c8c-b9ce-11df-9e63-00145ea4a2be" + "id": "7d727600-fb20-11e0-a90c-00145ea4a2be" }, { "meta": { "dc:contributor": "IRI", - "dc:created": "2010-09-06T15:53:44.618963", - "dc:title": "professionalisation de la politique", - "dc:modified": "2010-09-06T15:53:44.618963", + "dc:created": "2011-10-20T13:36:18.287561", + "dc:title": "Mondiale", + "dc:modified": "2011-10-20T13:36:18.287561", "dc:creator": "IRI" }, - "id": "edaab5c0-b9ce-11df-9e63-00145ea4a2be" + "id": "7d6e3cfc-fb20-11e0-a90c-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2011-10-20T13:36:18.326514", + "dc:title": "professionalisation de la politique", + "dc:modified": "2011-10-20T13:36:18.326514", + "dc:creator": "IRI" + }, + "id": "7d721688-fb20-11e0-a90c-00145ea4a2be" } ], - "views": null, "lists": [ { "items": [ { "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560" - }, - { - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795" - }, - { - "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831" - }, - { - "id-ref": "c_DE60F95E-73B8-922D-3AC7-6FB197A1BF16" } ], "meta": { "dc:contributor": "undefined", - "dc:created": "2010-09-06T15:53:44.572185", + "dc:created": "2011-10-20T13:36:18.286662", "dc:creator": "perso", "id-ref": "franceculture_retourdudimanche20100620", "dc:title": "Découpages personnels", "editable": "false", - "dc:modified": "2010-09-06T15:53:44.572185", + "dc:modified": "2011-10-20T13:36:18.286662", "dc:description": "" }, "id": "ens_perso" @@ -265,10 +266,10 @@ "dc:created": "2010-06-25T16:58:36.186952", "dc:duration": 3016000, "dc:creator": "IRI", - "dc:created.contents": "2010-06-25", + "dc:created.contents": "2010-09-21", "dc:title": "FC Retour du dimanche 2010-06-20", "dc:creator.contents": "IRI", - "dc:modified": "2010-06-25T16:58:36.187009", + "dc:modified": "2010-09-21T08:43:53.879491", "dc:description": "France Culture. Retour du dimanche 2010-06-20" }, "id": "franceculture_retourdudimanche20100620", @@ -285,7 +286,7 @@ "dc:description": "", "dc:title": "RetourDimanche20juin_decoupageChronique", "id": "ef4dcc2e-8d3b-11df-8a24-00145ea4a2be", - "dc:modified": "2010-08-25T11:39:25.507013" + "dc:modified": "2010-11-24T13:08:14.725715" }, "annotations": [ { @@ -293,32 +294,33 @@ "end": 88414, "tags": [ { - "id-ref": "eda50fb2-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d6d2b00-fb20-11e0-a90c-00145ea4a2be" }, { - "id-ref": "eda60c8c-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d6e3cfc-fb20-11e0-a90c-00145ea4a2be" }, { - "id-ref": "eda7047a-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d6f4c82-fb20-11e0-a90c-00145ea4a2be" } ], "media": "franceculture_retourdudimanche20100620", "content": { "mimetype": "application/x-ldt-structured", + "description": "", + "title": "Générique", "color": "16776960", + "polemics": [], "audio": { "mimetype": "audio/mp3", "src": "", - "href": "" - }, - "description": "", - "title": "Générique" + "href": null + } }, "meta": { "dc:contributor": "perso", "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", - "dc:created": "2010-09-06T15:53:44.572226", - "dc:modified": "2010-09-06T15:53:44.572226", + "dc:created": "2011-10-20T13:36:18.286693", + "dc:modified": "2011-10-20T13:36:18.286693", "dc:creator": "perso" }, "id": "s_32C565F4-15F4-E7CB-EBC5-6FB51DAC635C" @@ -330,20 +332,21 @@ "media": "franceculture_retourdudimanche20100620", "content": { "mimetype": "application/x-ldt-structured", + "description": "", + "title": "Sommaire", "color": "6684774", + "polemics": [], "audio": { "mimetype": "audio/mp3", "src": "", - "href": "" - }, - "description": "", - "title": "Sommaire" + "href": null + } }, "meta": { "dc:contributor": "perso", "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", - "dc:created": "2010-09-06T15:53:44.572226", - "dc:modified": "2010-09-06T15:53:44.572226", + "dc:created": "2011-10-20T13:36:18.286693", + "dc:modified": "2011-10-20T13:36:18.286693", "dc:creator": "perso" }, "id": "s_8F385150-64B3-7539-AB94-6FB51DAC40B4" @@ -353,26 +356,27 @@ "end": 316123, "tags": [ { - "id-ref": "eda8ba7c-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d709786-fb20-11e0-a90c-00145ea4a2be" } ], "media": "franceculture_retourdudimanche20100620", "content": { "mimetype": "application/x-ldt-structured", + "description": "L'invité : Alain Guarrigue, sur Alphonse Baudin", + "title": "Présentation de l'invité - Alain Garrigou", "color": "10027008", + "polemics": [], "audio": { "mimetype": "audio/mp3", "src": "", - "href": "" - }, - "description": "L'invité : Alain Guarrigue, sur Alphonse Baudin", - "title": "Présentation de l'invité - Alain Garrigou" + "href": null + } }, "meta": { "dc:contributor": "perso", "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", - "dc:created": "2010-09-06T15:53:44.572226", - "dc:modified": "2010-09-06T15:53:44.572226", + "dc:created": "2011-10-20T13:36:18.286693", + "dc:modified": "2011-10-20T13:36:18.286693", "dc:creator": "perso" }, "id": "s_948A7C82-DD23-8CAC-27D4-6FB51DAC7D41" @@ -382,38 +386,39 @@ "end": 694781, "tags": [ { - "id-ref": "edaa23f8-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d71c9bc-fb20-11e0-a90c-00145ea4a2be" }, { - "id-ref": "edaa329e-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d71d9ac-fb20-11e0-a90c-00145ea4a2be" }, { - "id-ref": "edaa36ea-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d71df24-fb20-11e0-a90c-00145ea4a2be" }, { - "id-ref": "edaa36ea-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d71df24-fb20-11e0-a90c-00145ea4a2be" }, { - "id-ref": "edaa3aaa-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d71e3a2-fb20-11e0-a90c-00145ea4a2be" } ], "media": "franceculture_retourdudimanche20100620", "content": { "mimetype": "application/x-ldt-structured", + "description": "", + "title": "Revue d'actualité - Hervé Gardette", "color": "6736896", + "polemics": [], "audio": { "mimetype": "audio/mp3", "src": "", - "href": "" - }, - "description": "", - "title": "Revue d'actualité - Hervé Gardette" + "href": null + } }, "meta": { "dc:contributor": "perso", "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", - "dc:created": "2010-09-06T15:53:44.572226", - "dc:modified": "2010-09-06T15:53:44.572226", + "dc:created": "2011-10-20T13:36:18.286693", + "dc:modified": "2011-10-20T13:36:18.286693", "dc:creator": "perso" }, "id": "s_54DB840E-01AC-D042-37E2-B2BA1E18B47C" @@ -423,41 +428,42 @@ "end": 1772062, "tags": [ { - "id-ref": "edaaa8dc-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d7209ea-fb20-11e0-a90c-00145ea4a2be" }, { - "id-ref": "edaaad00-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d720e5e-fb20-11e0-a90c-00145ea4a2be" }, { - "id-ref": "edaab0b6-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d72126e-fb20-11e0-a90c-00145ea4a2be" }, { - "id-ref": "edaab5c0-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d721688-fb20-11e0-a90c-00145ea4a2be" }, { - "id-ref": "edaab962-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d7220d8-fb20-11e0-a90c-00145ea4a2be" }, { - "id-ref": "edaabd04-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d72256a-fb20-11e0-a90c-00145ea4a2be" } ], "media": "franceculture_retourdudimanche20100620", "content": { "mimetype": "application/x-ldt-structured", + "description": "", + "title": "Invité spécial - Alain Garrigou", "color": "10027008", + "polemics": [], "audio": { "mimetype": "audio/mp3", "src": "", - "href": "" - }, - "description": "", - "title": "Invité spécial - Alain Garrigou" + "href": null + } }, "meta": { "dc:contributor": "perso", "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", - "dc:created": "2010-09-06T15:53:44.572226", - "dc:modified": "2010-09-06T15:53:44.572226", + "dc:created": "2011-10-20T13:36:18.286693", + "dc:modified": "2011-10-20T13:36:18.286693", "dc:creator": "perso" }, "id": "s_BDB0677D-DBF9-D198-896B-B2BDB9012D54" @@ -467,41 +473,42 @@ "end": 2515173, "tags": [ { - "id-ref": "edab1808-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d7242ac-fb20-11e0-a90c-00145ea4a2be" }, { - "id-ref": "edab1c36-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d724734-fb20-11e0-a90c-00145ea4a2be" }, { - "id-ref": "edab1fec-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d724c34-fb20-11e0-a90c-00145ea4a2be" }, { - "id-ref": "edab238e-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d72509e-fb20-11e0-a90c-00145ea4a2be" }, { - "id-ref": "edab2730-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d7254c2-fb20-11e0-a90c-00145ea4a2be" }, { - "id-ref": "edab2b68-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d7258d2-fb20-11e0-a90c-00145ea4a2be" } ], "media": "franceculture_retourdudimanche20100620", "content": { "mimetype": "application/x-ldt-structured", + "description": "", + "title": "Revue de presse - Hervé Gardette", "color": "6749952", + "polemics": [], "audio": { "mimetype": "audio/mp3", "src": "", - "href": "" - }, - "description": "", - "title": "Revue de presse - Hervé Gardette" + "href": null + } }, "meta": { "dc:contributor": "perso", "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", - "dc:created": "2010-09-06T15:53:44.572226", - "dc:modified": "2010-09-06T15:53:44.572226", + "dc:created": "2011-10-20T13:36:18.286693", + "dc:modified": "2011-10-20T13:36:18.286693", "dc:creator": "perso" }, "id": "s_3FC1D037-34A3-FEF7-541C-B2C31ED973A8" @@ -511,26 +518,27 @@ "end": 2646767, "tags": [ { - "id-ref": "edab8162-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d727600-fb20-11e0-a90c-00145ea4a2be" } ], "media": "franceculture_retourdudimanche20100620", "content": { "mimetype": "application/x-ldt-structured", + "description": "", + "title": "Le sujet de l'invité : la sociologie du sport - Alain Garrigou", "color": "10027008", + "polemics": [], "audio": { "mimetype": "audio/mp3", "src": "", - "href": "" - }, - "description": "", - "title": "Le sujet de l'invité : la sociologie du sport - Alain Garrigou" + "href": null + } }, "meta": { "dc:contributor": "perso", "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", - "dc:created": "2010-09-06T15:53:44.572226", - "dc:modified": "2010-09-06T15:53:44.572226", + "dc:created": "2011-10-20T13:36:18.286693", + "dc:modified": "2011-10-20T13:36:18.286693", "dc:creator": "perso" }, "id": "s_82613B88-9578-DC2C-D7D0-B2C5BE0B7BDA" @@ -540,879 +548,30 @@ "end": 3012503, "tags": [ { - "id-ref": "edabd6b2-b9ce-11df-9e63-00145ea4a2be" + "id-ref": "7d72932e-fb20-11e0-a90c-00145ea4a2be" } ], "media": "franceculture_retourdudimanche20100620", "content": { "mimetype": "application/x-ldt-structured", + "description": "", + "title": "Chronique du Courrier International - Antony Bélanger", "color": "16776960", + "polemics": [], "audio": { "mimetype": "audio/mp3", "src": "", - "href": "" - }, - "description": "", - "title": "Chronique du Courrier International - Antony Bélanger" + "href": null + } }, "meta": { "dc:contributor": "perso", "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", - "dc:created": "2010-09-06T15:53:44.572226", - "dc:modified": "2010-09-06T15:53:44.572226", + "dc:created": "2011-10-20T13:36:18.286693", + "dc:modified": "2011-10-20T13:36:18.286693", "dc:creator": "perso" }, "id": "s_24324ACF-E8D0-46FE-E977-B2C7D1A1FBAA" - }, - { - "begin": "902235", - "end": 1022560, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Garrigou : financement politique, suffrage universel et direct et mandats rétribués,", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_C5118055-7575-43BD-05BA-B2B91B977B61" - }, - { - "begin": "1022560", - "end": 1029340, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Caroline Broué", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_224FA6AF-AC6B-5412-C882-B2B91B97A0BC" - }, - { - "begin": "1029340", - "end": 1123892, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Garrigou : professionalisation de la politique, promotion sociale et financière", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_99950FC3-A79B-9A08-5E90-B2B91B97C844" - }, - { - "begin": "1123892", - "end": 1135827, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "CBroué : mourir pour des idées", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_7DE30BA7-4E61-F41D-9EB8-B2B91B97C4C1" - }, - { - "begin": "1135827", - "end": 1195874, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Archives Radio : Auguste Bodin, mourrir pour 25 francs", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_C588B92E-EB4F-B383-4D50-B2B91B97B4C2" - }, - { - "begin": "1195874", - "end": 1215565, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "C.Broué : geste et figure du député. Emblématique.", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_87A5F46B-9588-4C02-24B6-B2B91B97037A" - }, - { - "begin": "1215565", - "end": 1391433, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Garrigou : mourrir pour des idées est valorisé, grandeur humaine au 19è siècle\nVictor Hugo esthétise Bodin\nSouscription de bodin ou se révèle Gambetta", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_1CF29EC2-1109-25FF-F8D7-B2B91B97944A" - }, - { - "begin": "1391433", - "end": 1451340, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "C.Broué : héros civique, figure disparue,\ndéfense de l'indémnité parlementaire\nl'intérete a repris le dessus sur la politique", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_B3A6C0FE-10B0-91D2-BC98-B2B91B97EC15" - }, - { - "begin": "1451340", - "end": 1539483, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Garrigou : humour de Bodin, \non ne meurt pas pour de l'argent, \nl'argent n'est pas une conviction,\nHéros : héros guerrier, le Saint ou martyr,", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_FE44EC82-002E-3A78-B712-B2B91B975C76" - }, - { - "begin": "1539483", - "end": 1547610, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "C.Broué : Degaulle figure de héros civique ?", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_943F5904-D438-F263-C8B4-B2B91B97608C" - }, - { - "begin": "1547610", - "end": 1659484, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Garrigou : appel à la désobéissance, résistance de Bodin et Résistance de J.Moulin\nhéros civique : personnage anonyme\nca n'est pas le soldat, ni le saint, ni le Grand Homme", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_FBB30EA9-8699-E909-62BA-B2B91B9792C6" - }, - { - "begin": "1659484", - "end": 1720413, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "C.Broué : autonomisation du champs politique par rapport à l'intéret économique.\nperspective contemporaine : tenter de rétablir une certaine morale publique.", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_8F2D73FD-4C22-DE0A-E22A-B2B91B97CA92" - }, - { - "begin": "1720413", - "end": 1773308, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Garrigou : société post-héroique : la politique est une question économique\nsociété d'irresponsabilité,", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_716B6123-2040-71A2-3B8F-B2B91B978EF1" - }, - { - "begin": "1773308", - "end": 1846311, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Gardette : transition\nBelgique a voté. Flamand fait une percée historique. Tsunami politique ?\ninstabilité politique", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_1D64F959-8A86-FD3E-3FD1-B2B91B972648" - }, - { - "begin": "1846311", - "end": 2176406, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Patrick Rogiers : sur les résutats des élections belges", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_D7398F00-E4F5-9692-88D0-B2B91B976204" - }, - { - "begin": "2176406", - "end": 2207985, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Gardette : transition\nC. Broué : montée des nationalismes et séparatismes", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_21BCA9F6-A71C-C601-1247-B2B91B97A664" - }, - { - "begin": "2207985", - "end": 2248713, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Garrigou : sur les séparatismes, narcissisme des petites différences", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_45E25D8E-416B-8158-23DD-B2B91B9745CE" - }, - { - "begin": "2248713", - "end": 2519086, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "H. Gardette : Vuvuzela : tradition et calvaire", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_88FBDAB0-64C7-74B9-7C5A-B2B91B977EC3" - }, - { - "begin": "2519086", - "end": 2540542, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "C.Broué : question à Garrigou : sociologie du sport", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_6506C8B0-AAB0-3678-31FD-B2B91B978702" - }, - { - "begin": "2540542", - "end": 2647121, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Elimination de l'équipe de France\nArgent, politique du foot", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_CB104420-63C8-F957-78CF-B2B91B97D0B0" - }, - { - "begin": "2647121", - "end": 2657384, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "intermède musical", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_1947C9C6-B47F-1544-AD5E-B2B91B97A552" - }, - { - "begin": "2657384", - "end": 3012515, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Antony Bélanger (Courrier International) : Moscou, pièce de théatre à guichet fermé\nTheatre.doc : agonie de l'avocat en prison", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_874A4942-9AA9-CA9A-F595-B2B91B97210A" - }, - { - "begin": "3012515", - "end": 3013515, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", - "dc:modified": "2010-09-06T15:53:44.626882", - "dc:creator": "perso" - }, - "id": "s_1F7790E7-BC3F-6C87-9B4F-B2B91B9769B6" - }, - { - "begin": "206240", - "end": 316720, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Interview : Alphonse Baudin\n\"comment meurt vos 25 francs\"\nabolitionniste, barricade,Victor Hugo, Victor", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", - "dc:created": "2010-09-06T15:53:44.675786", - "dc:modified": "2010-09-06T15:53:44.675786", - "dc:creator": "perso" - }, - "id": "s_9CA4F1C6-6FA0-7070-EBCA-B293F1474ECC" - }, - { - "begin": "316720", - "end": 546458, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "actualité de Gardette : \n- Domenech et défaite francaise contre le Mexique\n- La France aura eu besoin de De Gaulle\n- 18 juin : 1815, défaite de waterloo\ndéfaite de Dien Bien \n- Belgique: éléctions et divorce Wallon et Flamands\n- Kirgistan : Pogrom contre les Ouzbeks, 200 morts.\n- Conflits Israélo-palestinien : enquete indépendante\n- Bloody Sunday, London dairy, répression sanglante. Rapport conclut à la seule culpabilité de l'armée britannique", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", - "dc:created": "2010-09-06T15:53:44.675786", - "dc:modified": "2010-09-06T15:53:44.675786", - "dc:creator": "perso" - }, - "id": "s_F1A706C3-8CFD-8479-FE1A-B293F147FB10" - }, - { - "begin": "546458", - "end": 552728, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "intermède musicale", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", - "dc:created": "2010-09-06T15:53:44.675786", - "dc:modified": "2010-09-06T15:53:44.675786", - "dc:creator": "perso" - }, - "id": "s_D87336F4-AF1E-1192-AD6F-B293F14750F6" - }, - { - "begin": "552728", - "end": 694963, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Retraite, travail allongé : méthode douce du gouvernement\nTony Eward communicant BP\nCatastrophe dans le Var\nApéro saucisson et pinard interdit\nécrivain portugais Saramago : l'évangile selon Jésus Christ", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", - "dc:created": "2010-09-06T15:53:44.675786", - "dc:modified": "2010-09-06T15:53:44.675786", - "dc:creator": "perso" - }, - "id": "s_EA074915-79A3-E8C3-A7BD-B293F1472B4A" - }, - { - "begin": "695261", - "end": 725426, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "commentaire Alain Guarigou", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", - "dc:created": "2010-09-06T15:53:44.675786", - "dc:modified": "2010-09-06T15:53:44.675786", - "dc:creator": "perso" - }, - "id": "s_20B4A5D9-D87C-329A-8D6E-B293F147D954" - }, - { - "begin": "725716", - "end": 784695, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Fond public - fond privé", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", - "dc:created": "2010-09-06T15:53:44.675786", - "dc:modified": "2010-09-06T15:53:44.675786", - "dc:creator": "perso" - }, - "id": "s_F0A40BE7-0DE5-F4AE-00E7-B293F147C76E" - }, - { - "begin": "784695", - "end": 802807, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Gardette : Francois Fillon veut montrer l'exemple", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", - "dc:created": "2010-09-06T15:53:44.675786", - "dc:modified": "2010-09-06T15:53:44.675786", - "dc:creator": "perso" - }, - "id": "s_801AE38E-9E88-347D-365A-B293F147FA32" - }, - { - "begin": "802807", - "end": 853566, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Reportage : Fillon et les privilèges des politiques", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", - "dc:created": "2010-09-06T15:53:44.675786", - "dc:modified": "2010-09-06T15:53:44.675786", - "dc:creator": "perso" - }, - "id": "s_F5F3F6C7-2152-6FCA-3838-B293F147F4A6" - }, - { - "begin": "853566", - "end": 870284, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Caroline Broué à Garrigou : les privilèges ?", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", - "dc:created": "2010-09-06T15:53:44.675786", - "dc:modified": "2010-09-06T15:53:44.675786", - "dc:creator": "perso" - }, - "id": "s_F01AD8C9-6F7F-0ED8-FCB8-B293F147EAE0" - }, - { - "begin": "870284", - "end": 899309, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "Réponse : privilège du cumul.", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", - "dc:created": "2010-09-06T15:53:44.675786", - "dc:modified": "2010-09-06T15:53:44.675786", - "dc:creator": "perso" - }, - "id": "s_306A6A5E-BB28-DBB3-1B2C-B293F147B879" - }, - { - "begin": "899309", - "end": 900309, - "tags": null, - "media": "franceculture_retourdudimanche20100620", - "content": { - "mimetype": "application/x-ldt-structured", - "color": "255", - "audio": { - "mimetype": "audio/mp3", - "src": "", - "href": "" - }, - "description": "", - "title": "" - }, - "meta": { - "dc:contributor": "perso", - "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", - "dc:created": "2010-09-06T15:53:44.675786", - "dc:modified": "2010-09-06T15:53:44.675786", - "dc:creator": "perso" - }, - "id": "s_40445FD2-80E5-F9C9-57B8-B293F1472D60" } ], "annotation-types": [ @@ -1421,36 +580,9 @@ "dc:creator": "perso", "dc:title": "Chapitrage Notes", "id": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", - "dc:created": "2010-09-06T15:53:44.572226", - "dc:description": "", - "dc:modified": "2010-09-06T15:53:44.572226" - }, - { - "dc:contributor": "perso", - "dc:creator": "perso", - "dc:title": "Mes notes", - "id": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", - "dc:created": "2010-09-06T15:53:44.626882", + "dc:created": "2011-10-20T13:36:18.286693", "dc:description": "", - "dc:modified": "2010-09-06T15:53:44.626882" - }, - { - "dc:contributor": "perso", - "dc:creator": "perso", - "dc:title": "Mes notes", - "id": "c_393E05F0-80CC-9D29-A42B-B293F1478831", - "dc:created": "2010-09-06T15:53:44.675786", - "dc:description": "", - "dc:modified": "2010-09-06T15:53:44.675786" - }, - { - "dc:contributor": "perso", - "dc:creator": "perso", - "dc:title": "Chapitrage", - "id": "c_DE60F95E-73B8-922D-3AC7-6FB197A1BF16", - "dc:created": "2010-09-06T15:53:44.699595", - "dc:description": "", - "dc:modified": "2010-09-06T15:53:44.699595" + "dc:modified": "2011-10-20T13:36:18.286693" } ] -} +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 test/trailer.mp4 Binary file test/trailer.mp4 has changed diff -r 7b55777486c3 -r 75ba66457232 test/trailer.ogv Binary file test/trailer.ogv has changed diff -r 7b55777486c3 -r 75ba66457232 test/trailer.webm Binary file test/trailer.webm has changed diff -r 7b55777486c3 -r 75ba66457232 unittests/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/README.txt Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,6 @@ +Layout of the unittests directory +================================== + +We've got a directory for tests - unittests/tests. Add your tests there. There should be only one file per functionality area tested (i.e - all the +tests about JSONSerializer should be in jsonserializer.js). Your tests should be wrapped in a function named "test_$filename$" where $filename$ is the +name of your file. Don't forget to define a module for your tests and to add a reference to your file in index.html diff -r 7b55777486c3 -r 75ba66457232 unittests/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/index.html Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,101 @@ + + + Unit Tests + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

        Metadataplayer Unit Tests

        +

        +
        +

        +
          +
          + + +
          +
          + + diff -r 7b55777486c3 -r 75ba66457232 unittests/jquery.simulate.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/jquery.simulate.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,150 @@ +/* + * jquery.simulate - simulate browser mouse and keyboard events + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + */ + +;(function($) { + +$.fn.extend({ + simulate: function(type, options) { + return this.each(function() { + var opt = $.extend({}, $.simulate.defaults, options || {}); + new $.simulate(this, type, opt); + }); + } +}); + +$.simulate = function(el, type, options) { + this.target = el; + this.options = options; + + if (/^drag$/.test(type)) { + this[type].apply(this, [this.target, options]); + } else { + this.simulateEvent(el, type, options); + } +} + +$.extend($.simulate.prototype, { + simulateEvent: function(el, type, options) { + var evt = this.createEvent(type, options); + this.dispatchEvent(el, type, evt, options); + return evt; + }, + createEvent: function(type, options) { + if (/^mouse(over|out|down|up|move)|(dbl)?click$/.test(type)) { + return this.mouseEvent(type, options); + } else if (/^key(up|down|press)$/.test(type)) { + return this.keyboardEvent(type, options); + } + }, + mouseEvent: function(type, options) { + var evt; + var e = $.extend({ + bubbles: true, cancelable: (type != "mousemove"), view: window, detail: 0, + screenX: 0, screenY: 0, clientX: 0, clientY: 0, + ctrlKey: false, altKey: false, shiftKey: false, metaKey: false, + button: 0, relatedTarget: undefined + }, options); + + var relatedTarget = $(e.relatedTarget)[0]; + + if ($.isFunction(document.createEvent)) { + evt = document.createEvent("MouseEvents"); + evt.initMouseEvent(type, e.bubbles, e.cancelable, e.view, e.detail, + e.screenX, e.screenY, e.clientX, e.clientY, + e.ctrlKey, e.altKey, e.shiftKey, e.metaKey, + e.button, e.relatedTarget || document.body.parentNode); + } else if (document.createEventObject) { + evt = document.createEventObject(); + $.extend(evt, e); + evt.button = { 0:1, 1:4, 2:2 }[evt.button] || evt.button; + } + return evt; + }, + keyboardEvent: function(type, options) { + var evt; + + var e = $.extend({ bubbles: true, cancelable: true, view: window, + ctrlKey: false, altKey: false, shiftKey: false, metaKey: false, + keyCode: 0, charCode: 0 + }, options); + + if ($.isFunction(document.createEvent)) { + try { + evt = document.createEvent("KeyEvents"); + evt.initKeyEvent(type, e.bubbles, e.cancelable, e.view, + e.ctrlKey, e.altKey, e.shiftKey, e.metaKey, + e.keyCode, e.charCode); + } catch(err) { + evt = document.createEvent("Events"); + evt.initEvent(type, e.bubbles, e.cancelable); + $.extend(evt, { view: e.view, + ctrlKey: e.ctrlKey, altKey: e.altKey, shiftKey: e.shiftKey, metaKey: e.metaKey, + keyCode: e.keyCode, charCode: e.charCode + }); + } + } else if (document.createEventObject) { + evt = document.createEventObject(); + $.extend(evt, e); + } + if ($.browser.msie || $.browser.opera) { + evt.keyCode = (e.charCode > 0) ? e.charCode : e.keyCode; + evt.charCode = undefined; + } + return evt; + }, + + dispatchEvent: function(el, type, evt) { + if (el.dispatchEvent) { + el.dispatchEvent(evt); + } else if (el.fireEvent) { + el.fireEvent('on' + type, evt); + } + return evt; + }, + + drag: function(el) { + var self = this, center = this.findCenter(this.target), + options = this.options, x = Math.floor(center.x), y = Math.floor(center.y), + dx = options.dx || 0, dy = options.dy || 0, target = this.target; + var coord = { clientX: x, clientY: y }; + this.simulateEvent(target, "mousedown", coord); + coord = { clientX: x + 1, clientY: y + 1 }; + this.simulateEvent(document, "mousemove", coord); + coord = { clientX: x + dx, clientY: y + dy }; + this.simulateEvent(document, "mousemove", coord); + this.simulateEvent(document, "mousemove", coord); + this.simulateEvent(target, "mouseup", coord); + }, + findCenter: function(el) { + var el = $(this.target), o = el.offset(); + return { + x: o.left + el.outerWidth() / 2, + y: o.top + el.outerHeight() / 2 + }; + } +}); + +$.extend($.simulate, { + defaults: { + speed: 'sync' + }, + VK_TAB: 9, + VK_ENTER: 13, + VK_ESC: 27, + VK_PGUP: 33, + VK_PGDN: 34, + VK_END: 35, + VK_HOME: 36, + VK_LEFT: 37, + VK_UP: 38, + VK_RIGHT: 39, + VK_DOWN: 40 +}); + +})(jQuery); diff -r 7b55777486c3 -r 75ba66457232 unittests/mockSerializer.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/mockSerializer.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,1471 @@ +/* mock serializer, for unit testing. This file is separated from data.js + because the stub data is huge an we don't want to ship it with the rest + of the app */ + +IriSP.MockSerializer = function(DataLoader, url) { + IriSP.Serializer.call(this, DataLoader, url); + this._data = IriSP.MockSerializer.prototype._data; +}; + +IriSP.MockSerializer.prototype = new IriSP.JSONSerializer(); + +IriSP.MockSerializer.prototype.currentMedia = function() { + return this._data.medias[0]; +}; + +IriSP.MockSerializer.prototype.sync = IriSP.Serializer.prototype.sync; + +IriSP.MockSerializer.prototype._data = { "tags": [ + { + "meta": { + "dc:contributor": "IRI ", + "dc:created": "2010-09-06T15:53:44.618963", + "dc:title": "suffrage universel", + "dc:modified": "2010-09-06T15:53:44.618963", + "dc:creator": "IRI" + }, + "id": "edaabd04-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.621828", + "dc:title": "Patrick Rogiers", + "dc:modified": "2010-09-06T15:53:44.621828", + "dc:creator": "IRI" + }, + "id": "edab1fec-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.575615", + "dc:title": "Kirgistan", + "dc:modified": "2010-09-06T15:53:44.575615", + "dc:creator": "IRI" + }, + "id": "eda50fb2-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.600158", + "dc:title": "Alphonse Baudin", + "dc:modified": "2010-09-06T15:53:44.600158", + "dc:creator": "IRI" + }, + "id": "eda8ba7c-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.618963", + "dc:title": "mandats rétribués", + "dc:modified": "2010-09-06T15:53:44.618963", + "dc:creator": "IRI" + }, + "id": "edaab0b6-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.621828", + "dc:title": "Belgique", + "dc:modified": "2010-09-06T15:53:44.621828", + "dc:creator": "IRI" + }, + "id": "edab1808-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.609400", + "dc:title": "18juin", + "dc:modified": "2010-09-06T15:53:44.609400", + "dc:creator": "IRI" + }, + "id": "edaa23f8-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.621828", + "dc:title": "Wallons", + "dc:modified": "2010-09-06T15:53:44.621828", + "dc:creator": "IRI" + }, + "id": "edab2730-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.626707", + "dc:title": "theatre.doc", + "dc:modified": "2010-09-06T15:53:44.626707", + "dc:creator": "IRI" + }, + "id": "edabd6b2-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.609400", + "dc:title": "marée noire", + "dc:modified": "2010-09-06T15:53:44.609400", + "dc:creator": "IRI" + }, + "id": "edaa3aaa-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.621828", + "dc:title": "Flamands", + "dc:modified": "2010-09-06T15:53:44.621828", + "dc:creator": "IRI" + }, + "id": "edab1c36-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.618963", + "dc:title": "Auguste Baudin", + "dc:modified": "2010-09-06T15:53:44.618963", + "dc:creator": "IRI" + }, + "id": "edaaa8dc-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.575615", + "dc:title": "retraite", + "dc:modified": "2010-09-06T15:53:44.575615", + "dc:creator": "IRI" + }, + "id": "eda7047a-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.618963", + "dc:title": "financement politique", + "dc:modified": "2010-09-06T15:53:44.618963", + "dc:creator": "IRI" + }, + "id": "edaaad00-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.609400", + "dc:title": "Bloody Sunday", + "dc:modified": "2010-09-06T15:53:44.609400", + "dc:creator": "IRI" + }, + "id": "edaa329e-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.621828", + "dc:title": "éléction", + "dc:modified": "2010-09-06T15:53:44.621828", + "dc:creator": "IRI" + }, + "id": "edab2b68-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.618963", + "dc:title": "suffrage directs", + "dc:modified": "2010-09-06T15:53:44.618963", + "dc:creator": "IRI" + }, + "id": "edaab962-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.621828", + "dc:title": "vuvuzela", + "dc:modified": "2010-09-06T15:53:44.621828", + "dc:creator": "IRI" + }, + "id": "edab238e-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.609400", + "dc:title": "Domenech", + "dc:modified": "2010-09-06T15:53:44.609400", + "dc:creator": "IRI" + }, + "id": "edaa36ea-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.624524", + "dc:title": "sociologie du sport", + "dc:modified": "2010-09-06T15:53:44.624524", + "dc:creator": "IRI" + }, + "id": "edab8162-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.575615", + "dc:title": "Mondiale", + "dc:modified": "2010-09-06T15:53:44.575615", + "dc:creator": "IRI" + }, + "id": "eda60c8c-b9ce-11df-9e63-00145ea4a2be" + }, + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2010-09-06T15:53:44.618963", + "dc:title": "professionalisation de la politique", + "dc:modified": "2010-09-06T15:53:44.618963", + "dc:creator": "IRI" + }, + "id": "edaab5c0-b9ce-11df-9e63-00145ea4a2be" + } + ], + "views": null, + "lists": [ + { + "items": [ + { + "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560" + }, + { + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795" + }, + { + "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831" + }, + { + "id-ref": "c_DE60F95E-73B8-922D-3AC7-6FB197A1BF16" + } + ], + "meta": { + "dc:contributor": "undefined", + "dc:created": "2010-09-06T15:53:44.572185", + "dc:creator": "perso", + "id-ref": "franceculture_retourdudimanche20100620", + "dc:title": "Découpages personnels", + "editable": "false", + "dc:modified": "2010-09-06T15:53:44.572185", + "dc:description": "" + }, + "id": "ens_perso" + } + ], + "medias": [ + { + "origin": "0", + "http://advene.liris.cnrs.fr/ns/frame_of_reference/ms": "o=0", + "href": "rtmp://media.iri.centrepompidou.fr/ddc_player/video/franceculture/franceculture_retourdudimanche20100620.flv", + "meta": { + "dc:contributor": "IRI", + "item": { + "name": "streamer", + "value": "rtmp://media.iri.centrepompidou.fr/ddc_player/" + }, + "dc:created": "2010-06-25T16:58:36.186952", + "dc:duration": 3016000, + "dc:creator": "IRI", + "dc:created.contents": "2010-06-25", + "dc:title": "FC Retour du dimanche 2010-06-20", + "dc:creator.contents": "IRI", + "dc:modified": "2010-06-25T16:58:36.187009", + "dc:description": "France Culture. Retour du dimanche 2010-06-20" + }, + "id": "franceculture_retourdudimanche20100620", + "unit": "ms" + } + ], + "meta": { + "dc:contributor": "admin", + "dc:created": "2010-07-12T00:30:40.272719", + "dc:creator": "admin", + "main_media": { + "id-ref": "franceculture_retourdudimanche20100620" + }, + "dc:description": "", + "dc:title": "RetourDimanche20juin_decoupageChronique", + "id": "ef4dcc2e-8d3b-11df-8a24-00145ea4a2be", + "dc:modified": "2010-08-25T11:39:25.507013" + }, + "annotations": [ + { + "begin": "0", + "end": 88414, + "tags": [ + { + "id-ref": "eda50fb2-b9ce-11df-9e63-00145ea4a2be" + }, + { + "id-ref": "eda60c8c-b9ce-11df-9e63-00145ea4a2be" + }, + { + "id-ref": "eda7047a-b9ce-11df-9e63-00145ea4a2be" + } + ], + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "16776960", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "", + "title": "Générique" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", + "dc:created": "2010-09-06T15:53:44.572226", + "dc:modified": "2010-09-06T15:53:44.572226", + "dc:creator": "perso" + }, + "id": "s_32C565F4-15F4-E7CB-EBC5-6FB51DAC635C" + }, + { + "begin": "88422", + "end": 169831, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "6684774", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "", + "title": "Sommaire" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", + "dc:created": "2010-09-06T15:53:44.572226", + "dc:modified": "2010-09-06T15:53:44.572226", + "dc:creator": "perso" + }, + "id": "s_8F385150-64B3-7539-AB94-6FB51DAC40B4" + }, + { + "begin": "170235", + "end": 316123, + "tags": [ + { + "id-ref": "eda8ba7c-b9ce-11df-9e63-00145ea4a2be" + } + ], + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "10027008", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "L'invité : Alain Guarrigue, sur Alphonse Baudin", + "title": "Présentation de l'invité - Alain Garrigou" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", + "dc:created": "2010-09-06T15:53:44.572226", + "dc:modified": "2010-09-06T15:53:44.572226", + "dc:creator": "perso" + }, + "id": "s_948A7C82-DD23-8CAC-27D4-6FB51DAC7D41" + }, + { + "begin": "316720", + "end": 694781, + "tags": [ + { + "id-ref": "edaa23f8-b9ce-11df-9e63-00145ea4a2be" + }, + { + "id-ref": "edaa329e-b9ce-11df-9e63-00145ea4a2be" + }, + { + "id-ref": "edaa36ea-b9ce-11df-9e63-00145ea4a2be" + }, + { + "id-ref": "edaa36ea-b9ce-11df-9e63-00145ea4a2be" + }, + { + "id-ref": "edaa3aaa-b9ce-11df-9e63-00145ea4a2be" + } + ], + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "6736896", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "", + "title": "Revue d'actualité - Hervé Gardette" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", + "dc:created": "2010-09-06T15:53:44.572226", + "dc:modified": "2010-09-06T15:53:44.572226", + "dc:creator": "perso" + }, + "id": "s_54DB840E-01AC-D042-37E2-B2BA1E18B47C" + }, + { + "begin": "695261", + "end": 1772062, + "tags": [ + { + "id-ref": "edaaa8dc-b9ce-11df-9e63-00145ea4a2be" + }, + { + "id-ref": "edaaad00-b9ce-11df-9e63-00145ea4a2be" + }, + { + "id-ref": "edaab0b6-b9ce-11df-9e63-00145ea4a2be" + }, + { + "id-ref": "edaab5c0-b9ce-11df-9e63-00145ea4a2be" + }, + { + "id-ref": "edaab962-b9ce-11df-9e63-00145ea4a2be" + }, + { + "id-ref": "edaabd04-b9ce-11df-9e63-00145ea4a2be" + } + ], + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "10027008", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "", + "title": "Invité spécial - Alain Garrigou" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", + "dc:created": "2010-09-06T15:53:44.572226", + "dc:modified": "2010-09-06T15:53:44.572226", + "dc:creator": "perso" + }, + "id": "s_BDB0677D-DBF9-D198-896B-B2BDB9012D54" + }, + { + "begin": "1772707", + "end": 2515173, + "tags": [ + { + "id-ref": "edab1808-b9ce-11df-9e63-00145ea4a2be" + }, + { + "id-ref": "edab1c36-b9ce-11df-9e63-00145ea4a2be" + }, + { + "id-ref": "edab1fec-b9ce-11df-9e63-00145ea4a2be" + }, + { + "id-ref": "edab238e-b9ce-11df-9e63-00145ea4a2be" + }, + { + "id-ref": "edab2730-b9ce-11df-9e63-00145ea4a2be" + }, + { + "id-ref": "edab2b68-b9ce-11df-9e63-00145ea4a2be" + } + ], + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "6749952", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "", + "title": "Revue de presse - Hervé Gardette" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", + "dc:created": "2010-09-06T15:53:44.572226", + "dc:modified": "2010-09-06T15:53:44.572226", + "dc:creator": "perso" + }, + "id": "s_3FC1D037-34A3-FEF7-541C-B2C31ED973A8" + }, + { + "begin": "2516091", + "end": 2646767, + "tags": [ + { + "id-ref": "edab8162-b9ce-11df-9e63-00145ea4a2be" + } + ], + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "10027008", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "", + "title": "Le sujet de l'invité : la sociologie du sport - Alain Garrigou" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", + "dc:created": "2010-09-06T15:53:44.572226", + "dc:modified": "2010-09-06T15:53:44.572226", + "dc:creator": "perso" + }, + "id": "s_82613B88-9578-DC2C-D7D0-B2C5BE0B7BDA" + }, + { + "begin": "2647012", + "end": 3012503, + "tags": [ + { + "id-ref": "edabd6b2-b9ce-11df-9e63-00145ea4a2be" + } + ], + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "16776960", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "", + "title": "Chronique du Courrier International - Antony Bélanger" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", + "dc:created": "2010-09-06T15:53:44.572226", + "dc:modified": "2010-09-06T15:53:44.572226", + "dc:creator": "perso" + }, + "id": "s_24324ACF-E8D0-46FE-E977-B2C7D1A1FBAA" + }, + { + "begin": "902235", + "end": 1022560, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Garrigou : financement politique, suffrage universel et direct et mandats rétribués,", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_C5118055-7575-43BD-05BA-B2B91B977B61" + }, + { + "begin": "1022560", + "end": 1029340, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Caroline Broué", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_224FA6AF-AC6B-5412-C882-B2B91B97A0BC" + }, + { + "begin": "1029340", + "end": 1123892, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Garrigou : professionalisation de la politique, promotion sociale et financière", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_99950FC3-A79B-9A08-5E90-B2B91B97C844" + }, + { + "begin": "1123892", + "end": 1135827, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "CBroué : mourir pour des idées", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_7DE30BA7-4E61-F41D-9EB8-B2B91B97C4C1" + }, + { + "begin": "1135827", + "end": 1195874, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Archives Radio : Auguste Bodin, mourrir pour 25 francs", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_C588B92E-EB4F-B383-4D50-B2B91B97B4C2" + }, + { + "begin": "1195874", + "end": 1215565, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "C.Broué : geste et figure du député. Emblématique.", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_87A5F46B-9588-4C02-24B6-B2B91B97037A" + }, + { + "begin": "1215565", + "end": 1391433, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Garrigou : mourrir pour des idées est valorisé, grandeur humaine au 19è siècle\nVictor Hugo esthétise Bodin\nSouscription de bodin ou se révèle Gambetta", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_1CF29EC2-1109-25FF-F8D7-B2B91B97944A" + }, + { + "begin": "1391433", + "end": 1451340, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "C.Broué : héros civique, figure disparue,\ndéfense de l'indémnité parlementaire\nl'intérete a repris le dessus sur la politique", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_B3A6C0FE-10B0-91D2-BC98-B2B91B97EC15" + }, + { + "begin": "1451340", + "end": 1539483, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Garrigou : humour de Bodin, \non ne meurt pas pour de l'argent, \nl'argent n'est pas une conviction,\nHéros : héros guerrier, le Saint ou martyr,", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_FE44EC82-002E-3A78-B712-B2B91B975C76" + }, + { + "begin": "1539483", + "end": 1547610, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "C.Broué : Degaulle figure de héros civique ?", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_943F5904-D438-F263-C8B4-B2B91B97608C" + }, + { + "begin": "1547610", + "end": 1659484, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Garrigou : appel à la désobéissance, résistance de Bodin et Résistance de J.Moulin\nhéros civique : personnage anonyme\nca n'est pas le soldat, ni le saint, ni le Grand Homme", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_FBB30EA9-8699-E909-62BA-B2B91B9792C6" + }, + { + "begin": "1659484", + "end": 1720413, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "C.Broué : autonomisation du champs politique par rapport à l'intéret économique.\nperspective contemporaine : tenter de rétablir une certaine morale publique.", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_8F2D73FD-4C22-DE0A-E22A-B2B91B97CA92" + }, + { + "begin": "1720413", + "end": 1773308, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Garrigou : société post-héroique : la politique est une question économique\nsociété d'irresponsabilité,", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_716B6123-2040-71A2-3B8F-B2B91B978EF1" + }, + { + "begin": "1773308", + "end": 1846311, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Gardette : transition\nBelgique a voté. Flamand fait une percée historique. Tsunami politique ?\ninstabilité politique", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_1D64F959-8A86-FD3E-3FD1-B2B91B972648" + }, + { + "begin": "1846311", + "end": 2176406, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Patrick Rogiers : sur les résutats des élections belges", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_D7398F00-E4F5-9692-88D0-B2B91B976204" + }, + { + "begin": "2176406", + "end": 2207985, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Gardette : transition\nC. Broué : montée des nationalismes et séparatismes", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_21BCA9F6-A71C-C601-1247-B2B91B97A664" + }, + { + "begin": "2207985", + "end": 2248713, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Garrigou : sur les séparatismes, narcissisme des petites différences", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_45E25D8E-416B-8158-23DD-B2B91B9745CE" + }, + { + "begin": "2248713", + "end": 2519086, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "H. Gardette : Vuvuzela : tradition et calvaire", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_88FBDAB0-64C7-74B9-7C5A-B2B91B977EC3" + }, + { + "begin": "2519086", + "end": 2540542, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "C.Broué : question à Garrigou : sociologie du sport", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_6506C8B0-AAB0-3678-31FD-B2B91B978702" + }, + { + "begin": "2540542", + "end": 2647121, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Elimination de l'équipe de France\nArgent, politique du foot", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_CB104420-63C8-F957-78CF-B2B91B97D0B0" + }, + { + "begin": "2647121", + "end": 2657384, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "intermède musical", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_1947C9C6-B47F-1544-AD5E-B2B91B97A552" + }, + { + "begin": "2657384", + "end": 3012515, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Antony Bélanger (Courrier International) : Moscou, pièce de théatre à guichet fermé\nTheatre.doc : agonie de l'avocat en prison", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_874A4942-9AA9-CA9A-F595-B2B91B97210A" + }, + { + "begin": "3012515", + "end": 3013515, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:modified": "2010-09-06T15:53:44.626882", + "dc:creator": "perso" + }, + "id": "s_1F7790E7-BC3F-6C87-9B4F-B2B91B9769B6" + }, + { + "begin": "206240", + "end": 316720, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Interview : Alphonse Baudin\n\"comment meurt vos 25 francs\"\nabolitionniste, barricade,Victor Hugo, Victor", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", + "dc:created": "2010-09-06T15:53:44.675786", + "dc:modified": "2010-09-06T15:53:44.675786", + "dc:creator": "perso" + }, + "id": "s_9CA4F1C6-6FA0-7070-EBCA-B293F1474ECC" + }, + { + "begin": "316720", + "end": 546458, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "actualité de Gardette : \n- Domenech et défaite francaise contre le Mexique\n- La France aura eu besoin de De Gaulle\n- 18 juin : 1815, défaite de waterloo\ndéfaite de Dien Bien \n- Belgique: éléctions et divorce Wallon et Flamands\n- Kirgistan : Pogrom contre les Ouzbeks, 200 morts.\n- Conflits Israélo-palestinien : enquete indépendante\n- Bloody Sunday, London dairy, répression sanglante. Rapport conclut à la seule culpabilité de l'armée britannique", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", + "dc:created": "2010-09-06T15:53:44.675786", + "dc:modified": "2010-09-06T15:53:44.675786", + "dc:creator": "perso" + }, + "id": "s_F1A706C3-8CFD-8479-FE1A-B293F147FB10" + }, + { + "begin": "546458", + "end": 552728, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "intermède musicale", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", + "dc:created": "2010-09-06T15:53:44.675786", + "dc:modified": "2010-09-06T15:53:44.675786", + "dc:creator": "perso" + }, + "id": "s_D87336F4-AF1E-1192-AD6F-B293F14750F6" + }, + { + "begin": "552728", + "end": 694963, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Retraite, travail allongé : méthode douce du gouvernement\nTony Eward communicant BP\nCatastrophe dans le Var\nApéro saucisson et pinard interdit\nécrivain portugais Saramago : l'évangile selon Jésus Christ", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", + "dc:created": "2010-09-06T15:53:44.675786", + "dc:modified": "2010-09-06T15:53:44.675786", + "dc:creator": "perso" + }, + "id": "s_EA074915-79A3-E8C3-A7BD-B293F1472B4A" + }, + { + "begin": "695261", + "end": 725426, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "commentaire Alain Guarigou", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", + "dc:created": "2010-09-06T15:53:44.675786", + "dc:modified": "2010-09-06T15:53:44.675786", + "dc:creator": "perso" + }, + "id": "s_20B4A5D9-D87C-329A-8D6E-B293F147D954" + }, + { + "begin": "725716", + "end": 784695, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Fond public - fond privé", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", + "dc:created": "2010-09-06T15:53:44.675786", + "dc:modified": "2010-09-06T15:53:44.675786", + "dc:creator": "perso" + }, + "id": "s_F0A40BE7-0DE5-F4AE-00E7-B293F147C76E" + }, + { + "begin": "784695", + "end": 802807, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Gardette : Francois Fillon veut montrer l'exemple", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", + "dc:created": "2010-09-06T15:53:44.675786", + "dc:modified": "2010-09-06T15:53:44.675786", + "dc:creator": "perso" + }, + "id": "s_801AE38E-9E88-347D-365A-B293F147FA32" + }, + { + "begin": "802807", + "end": 853566, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Reportage : Fillon et les privilèges des politiques", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", + "dc:created": "2010-09-06T15:53:44.675786", + "dc:modified": "2010-09-06T15:53:44.675786", + "dc:creator": "perso" + }, + "id": "s_F5F3F6C7-2152-6FCA-3838-B293F147F4A6" + }, + { + "begin": "853566", + "end": 870284, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Caroline Broué à Garrigou : les privilèges ?", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", + "dc:created": "2010-09-06T15:53:44.675786", + "dc:modified": "2010-09-06T15:53:44.675786", + "dc:creator": "perso" + }, + "id": "s_F01AD8C9-6F7F-0ED8-FCB8-B293F147EAE0" + }, + { + "begin": "870284", + "end": 899309, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "Réponse : privilège du cumul.", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", + "dc:created": "2010-09-06T15:53:44.675786", + "dc:modified": "2010-09-06T15:53:44.675786", + "dc:creator": "perso" + }, + "id": "s_306A6A5E-BB28-DBB3-1B2C-B293F147B879" + }, + { + "begin": "899309", + "end": 900309, + "tags": null, + "media": "franceculture_retourdudimanche20100620", + "content": { + "mimetype": "application/x-ldt-structured", + "color": "255", + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": "" + }, + "description": "", + "title": "" + }, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_393E05F0-80CC-9D29-A42B-B293F1478831", + "dc:created": "2010-09-06T15:53:44.675786", + "dc:modified": "2010-09-06T15:53:44.675786", + "dc:creator": "perso" + }, + "id": "s_40445FD2-80E5-F9C9-57B8-B293F1472D60" + } + ], + "annotation-types": [ + { + "dc:contributor": "perso", + "dc:creator": "perso", + "dc:title": "Chapitrage Notes", + "id": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", + "dc:created": "2010-09-06T15:53:44.572226", + "dc:description": "", + "dc:modified": "2010-09-06T15:53:44.572226" + }, + { + "dc:contributor": "perso", + "dc:creator": "perso", + "dc:title": "Mes notes", + "id": "c_F6BB72C6-686E-1E8A-D775-B2B91B97C795", + "dc:created": "2010-09-06T15:53:44.626882", + "dc:description": "", + "dc:modified": "2010-09-06T15:53:44.626882" + }, + { + "dc:contributor": "perso", + "dc:creator": "perso", + "dc:title": "Mes notes", + "id": "c_393E05F0-80CC-9D29-A42B-B293F1478831", + "dc:created": "2010-09-06T15:53:44.675786", + "dc:description": "", + "dc:modified": "2010-09-06T15:53:44.675786" + }, + { + "dc:contributor": "perso", + "dc:creator": "perso", + "dc:title": "Chapitrage", + "id": "c_DE60F95E-73B8-922D-3AC7-6FB197A1BF16", + "dc:created": "2010-09-06T15:53:44.699595", + "dc:description": "", + "dc:modified": "2010-09-06T15:53:44.699595" + } + ]}; diff -r 7b55777486c3 -r 75ba66457232 unittests/mockTweetSerializer.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/mockTweetSerializer.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,1389 @@ +/* mock serializer, for unit testing. This file is separated from data.js + because the stub data is huge an we don't want to ship it with the rest + of the app */ + +IriSP.MockTweetSerializer = function(DataLoader, url) { + IriSP.Serializer.call(this, DataLoader, url); + this._data = IriSP.MockTweetSerializer.prototype._data; +}; + +IriSP.MockTweetSerializer.prototype = new IriSP.Serializer(); + +IriSP.MockTweetSerializer.prototype.currentMedia = function() { + return this._data.medias[0]; +}; + +// Copy some methods from JSONSerializer because we need them in +// some tests. + +IriSP.MockTweetSerializer.prototype.searchAnnotations = IriSP.JSONSerializer.prototype.searchAnnotations; +IriSP.MockTweetSerializer.prototype.searchOccurences = IriSP.JSONSerializer.prototype.searchOccurences; + +IriSP.MockTweetSerializer.prototype._data = { +"views": [ +{ +"id": "0", +"contents": [ +"914e1bcc-b6e0-11e0-a965-00145ea49a02" +], +"annotation_types": [ +"c_5AEE45AE-F0E5-2921-31CB-2683540AA7A4", +"61bcaa2e-9963-4df2-a987-34c08e184fb6" +] +} +], +"tags": [ +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T14:57:21.009848", +"dc:title": "libidinal", +"dc:modified": "2011-11-03T14:57:21.009848", +"dc:creator": "IRI" +}, +"id": "219d25fc-062c-11e1-93a3-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T14:57:20.999902", +"dc:title": "eg8", +"dc:modified": "2011-11-03T14:57:20.999902", +"dc:creator": "IRI" +}, +"id": "219ba10a-062c-11e1-93a3-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T14:57:20.993496", +"dc:title": "enmi", +"dc:modified": "2011-11-03T14:57:20.993496", +"dc:creator": "IRI" +}, +"id": "219aa55c-062c-11e1-93a3-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T14:57:20.995151", +"dc:title": "Hadopi", +"dc:modified": "2011-11-03T14:57:20.995151", +"dc:creator": "IRI" +}, +"id": "219ae77e-062c-11e1-93a3-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T14:57:20.995151", +"dc:title": "eG8", +"dc:modified": "2011-11-03T14:57:20.995151", +"dc:creator": "IRI" +}, +"id": "219ae30a-062c-11e1-93a3-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T14:57:21.009848", +"dc:title": "contribution", +"dc:modified": "2011-11-03T14:57:21.009848", +"dc:creator": "IRI" +}, +"id": "219d2156-062c-11e1-93a3-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T14:57:20.993496", +"dc:title": "trust", +"dc:modified": "2011-11-03T14:57:20.993496", +"dc:creator": "IRI" +}, +"id": "219aaab6-062c-11e1-93a3-00145ea49a02" +}, +{ +"meta": { +"dc:contributor": "IRI", +"dc:created": "2011-11-03T14:57:20.999902", +"dc:title": "barlow", +"dc:modified": "2011-11-03T14:57:20.999902", +"dc:creator": "IRI" +}, +"id": "219b9c96-062c-11e1-93a3-00145ea49a02" +} +], +"lists": [ +{ +"items": [ +{ +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6" +} +], +"meta": { +"dc:contributor": "undefined", +"dc:created": "2011-11-03T14:57:20.992502", +"dc:creator": "undefined", +"id-ref": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"dc:title": "Découpages personnels", +"editable": "false", +"dc:modified": "2011-11-03T14:57:20.992502", +"dc:description": "" +}, +"id": "tweet_CB21314C-490A-91C7-ADAF-6212DFCF4E23" +}, +{ +"items": [ +{ +"id-ref": "c_5AEE45AE-F0E5-2921-31CB-2683540AA7A4" +} +], +"meta": { +"dc:contributor": "undefined", +"dc:created": "2011-11-03T14:57:21.010261", +"dc:creator": "undefined", +"id-ref": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"dc:title": "Découpages personnels", +"editable": "false", +"dc:modified": "2011-11-03T14:57:21.010261", +"dc:description": "" +}, +"id": "g_CB21314C-490A-91C7-ADAF-6212DFCF4E23" +} +], +"medias": [ +{ +"origin": "0", +"http://advene.liris.cnrs.fr/ns/frame_of_reference/ms": "o=0", +"href": "rtmp://media.iri.centrepompidou.fr/ddc_player/video/enmi/iri_enmiprepa2011_1bs.flv", +"meta": { +"dc:contributor": "IRI", +"item": { +"name": "streamer", +"value": "rtmp://media.iri.centrepompidou.fr/ddc_player/" +}, +"dc:created": "2011-07-25T19:08:41.797402", +"dc:duration": 1699997, +"dc:creator": "IRI", +"dc:created.contents": "2011-07-25", +"dc:title": "Bernard Stiegler - Introduction ENMI préparatoires 2011", +"dc:creator.contents": "IRI", +"dc:modified": "2011-07-25T19:08:41.862348", +"dc:description": "" +}, +"id": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"unit": "ms" +} +], +"meta": { +"dc:contributor": "admin", +"dc:created": "2011-07-25T19:08:53.255900", +"dc:creator": "admin", +"main_media": { +"id-ref": "914e1bcc-b6e0-11e0-a965-00145ea49a02" +}, +"dc:description": "", +"dc:title": " \tBernard Stiegler - Introduction ENMI préparatoires 2011", +"id": "c609832e-b6e0-11e0-9f0f-00145ea49a02", +"dc:modified": "2011-07-25T20:01:12.072312" +}, +"annotations": [ +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Bernard Stiegler : Introduction. Nouvel espace public - Wikileaks\nToute publication implique une dissimulation. Estia : le privé c'est le domestique. Le rapport public - privé est profondement bouleversé. Privé = privatisation (des données privées commercialisées). Nous sommes motivés par le désir de publication dont les industries culturelles nous ont privé. Ethique à Nicomaque (Aristote): il n'y a pas de confirance sans filia (amitié).", +"img": { +"src": "" +}, +"title": "Introduction", +"color": "16711680", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "undefined", +"href": null +} +}, +"begin": 4364, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_5AEE45AE-F0E5-2921-31CB-2683540AA7A4", +"dc:created": "2011-11-03T14:57:21.010291", +"dc:modified": "2011-11-03T14:57:21.010291", +"dc:creator": "perso" +}, +"end": 445403, +"tags": null, +"color": "16711680", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "s_41FCF75C-4DBC-E109-57A2-2683540BC343" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Première considération. Antigone : Le choeur dit ce qu'est l'Homme : inquiétant est l'homme. Hegel ajoute : la sagesse procède de l'inquiétude. Freud : l'inquiétante étrangeté, fin de la quiétude.", +"img": { +"src": "" +}, +"title": "Première considération", +"color": "16737792", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "undefined", +"href": null +} +}, +"begin": 446166, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_5AEE45AE-F0E5-2921-31CB-2683540AA7A4", +"dc:created": "2011-11-03T14:57:21.010291", +"dc:modified": "2011-11-03T14:57:21.010291", +"dc:creator": "perso" +}, +"end": 683750, +"tags": null, +"color": "16737792", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "s_ABD0E503-B166-8AAD-7109-2683540BA6C9" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "Le double redoublement époqual (Epoké: suspension du rapport au monde)\nHusserl : nous sommes dans une époké technologique. La confiance passe par un système technique (imprimerie puis Luther) selon B. Gilles. Ces espaces de confiance sont repris par Max Weber (la foi est la conception monothéiste de la confiance) et doivent être calculables.", +"img": { +"src": "" +}, +"title": "Le double redoublement époqual", +"color": "16750848", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "undefined", +"href": null +} +}, +"begin": 683750, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_5AEE45AE-F0E5-2921-31CB-2683540AA7A4", +"dc:created": "2011-11-03T14:57:21.010291", +"dc:modified": "2011-11-03T14:57:21.010291", +"dc:creator": "perso" +}, +"end": 1132168, +"tags": null, +"color": "16750848", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "s_A677A43D-BD3A-E2EB-46F5-2683540B5B5E" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "La confiance, la foi, la croyance, la filia, tous ces contextes repassent par le concept de l'économie libidinale introduit par Freud. Ethique Hacker (Himanen) : réaction au désinvestissement libidinal. Nous sommes dans un processus de défiance et d'infantilisation de régression (catastrophé). Rôle grandissant des tiers de confiance.", +"img": { +"src": "" +}, +"title": "Économie libidinale - tiers de confiance", +"color": "13369344", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "undefined", +"href": null +} +}, +"begin": 1132168, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_5AEE45AE-F0E5-2921-31CB-2683540AA7A4", +"dc:created": "2011-11-03T14:57:21.010291", +"dc:modified": "2011-11-03T14:57:21.010291", +"dc:creator": "perso" +}, +"end": 1694349, +"tags": null, +"color": "13369344", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "s_D68D6DC7-756D-0A6C-80C8-2683540B8F72" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "", +"img": { +"src": "" +}, +"title": "", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "undefined", +"href": null +} +}, +"begin": 1694349, +"meta": { +"dc:contributor": "perso", +"id-ref": "c_5AEE45AE-F0E5-2921-31CB-2683540AA7A4", +"dc:created": "2011-11-03T14:57:21.010291", +"dc:modified": "2011-11-03T14:57:21.010291", +"dc:creator": "perso" +}, +"end": 1696543, +"tags": null, +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "s_C6A7D84F-B50D-F756-2CAE-2683540B2F12" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @amil310: #enmi RT @amil310: #trust Waiting for Bernard Stiegler Can we trust in SNCF, really? Follow the seminar at http://bit.ly/l4ZbO4", +"img": { +"src": "http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg" +}, +"title": "Alexandre Monnin: RT @amil310: #enmi RT @amil310: #trust Waiting for Bernard Stiegler Can we trust in SNCF, really? Follow the seminar at http://bit.ly/l4ZbO4", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 15000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7409472, \"verified\": false, \"profile_sidebar_fill_color\": \"E3E2DE\", \"profile_text_color\": \"634047\", \"followers_count\": 371, \"protected\": false, \"location\": \"Paris\", \"default_profile_image\": false, \"listed_count\": 68, \"utc_offset\": -10800, \"statuses_count\": 2825, \"description\": \"PhD student in Philosophy working on ontologies (computer & philo ones), tagging, Semantic Web, DigitalH, but mostly advocate for the Philosophy of the Web.\", \"friends_count\": 457, \"profile_link_color\": \"088253\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"EDECE9\", \"id_str\": \"7409472\", \"profile_background_image_url\": \"http://a1.twimg.com/images/themes/theme3/bg.gif\", \"name\": \"Alexandre Monnin\", \"lang\": \"en\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 6, \"screen_name\": \"aamonnz\", \"url\": \"http://execo.univ-paris1.fr/spip.php?article67\", \"created_at\": \"Wed Jul 11 18:52:41 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"D3D2CF\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"retweeted_status\": {\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 137694060, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 60, \"protected\": false, \"location\": \"Lyon, France\", \"default_profile_image\": false, \"listed_count\": 9, \"utc_offset\": null, \"statuses_count\": 138, \"description\": \"Prof, University Lyon1, France. Computer Science, Dynamic Knowledge Management and Engineering, Chair www2012\", \"friends_count\": 33, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/855353678/alain_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"137694060\", \"profile_background_image_url\": \"http://a0.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Alain Mille\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"amil310\", \"url\": \"http://liris.cnrs.fr/alain.mille\", \"created_at\": \"Tue Apr 27 13:25:54 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [9, 17], \"id\": 137694060, \"id_str\": \"137694060\", \"name\": \"Alain Mille\", \"screen_name\": \"amil310\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}, {\"indices\": [19, 25], \"text\": \"trust\"}], \"urls\": [{\"indices\": [107, 127], \"url\": \"http://bit.ly/l4ZbO4\", \"expanded_url\": null}]}, \"text\": \"#enmi RT @amil310: #trust Waiting for Bernard Stiegler Can we trust in SNCF, really? Follow the seminar at http://bit.ly/l4ZbO4\", \"created_at\": \"Wed May 25 09:00:33 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73312486249611265, \"source\": \"TweetDeck\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73312486249611265\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 11], \"id\": 137694060, \"id_str\": \"137694060\", \"name\": \"Alain Mille\", \"screen_name\": \"amil310\"}, {\"indices\": [22, 30], \"id\": 137694060, \"id_str\": \"137694060\", \"name\": \"Alain Mille\", \"screen_name\": \"amil310\"}], \"hashtags\": [{\"indices\": [13, 18], \"text\": \"enmi\"}, {\"indices\": [32, 38], \"text\": \"trust\"}], \"urls\": [{\"indices\": [120, 140], \"url\": \"http://bit.ly/l4ZbO4\", \"expanded_url\": null}]}, \"text\": \"RT @amil310: #enmi RT @amil310: #trust Waiting for Bernard Stiegler Can we trust in SNCF, really? Follow the seminar at http://bit.ly/l4ZbO4\", \"created_at\": \"Wed May 25 09:02:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73312863908925440, \"source\": \"Tweet Button\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73312863908925440\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 15000, +"tags": [ +{ +"id-ref": "219aa55c-062c-11e1-93a3-00145ea49a02" +}, +{ +"id-ref": "219aaab6-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "ada27eb6-1145-4b77-b7d5-dac5c65654e0-73312863908925440" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi Souci de live ???", +"img": { +"src": "http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg" +}, +"title": "Alexandre Monnin: #enmi Souci de live ???", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 50000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7409472, \"verified\": false, \"profile_sidebar_fill_color\": \"E3E2DE\", \"profile_text_color\": \"634047\", \"followers_count\": 370, \"protected\": false, \"location\": \"Paris\", \"default_profile_image\": false, \"listed_count\": 68, \"utc_offset\": -10800, \"statuses_count\": 2826, \"description\": \"PhD student in Philosophy working on ontologies (computer & philo ones), tagging, Semantic Web, DigitalH, but mostly advocate for the Philosophy of the Web.\", \"friends_count\": 457, \"profile_link_color\": \"088253\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"EDECE9\", \"id_str\": \"7409472\", \"profile_background_image_url\": \"http://a1.twimg.com/images/themes/theme3/bg.gif\", \"name\": \"Alexandre Monnin\", \"lang\": \"en\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 6, \"screen_name\": \"aamonnz\", \"url\": \"http://execo.univ-paris1.fr/spip.php?article67\", \"created_at\": \"Wed Jul 11 18:52:41 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"D3D2CF\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Souci de live ???\", \"created_at\": \"Wed May 25 09:02:38 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73313011430993920, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73313011430993920\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 50000, +"tags": [ +{ +"id-ref": "219aaab6-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "2ac976de-899e-4a08-8513-e4ea7bc8b92e-73313011430993920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @borisarfi: Xavier Niel sur #Hadopi \"Je pense que nous avons une mauvaise loi en France, une loi folle\" #eG8 #enmi", +"img": { +"src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png" +}, +"title": "Samuel Huron: RT @borisarfi: Xavier Niel sur #Hadopi \"Je pense que nous avons une mauvaise loi en France, une loi folle\" #eG8 #enmi", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 80000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"profile_text_color\": \"4c9c8f\", \"followers_count\": 414, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 46, \"utc_offset\": -10800, \"statuses_count\": 1929, \"description\": \"Designer @ IRI Centre Pompidou / PhD student in Computer Human interface @ Paris11 : #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 542, \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"000000\", \"id_str\": \"14905766\", \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 268, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 13], \"id\": 26981417, \"id_str\": \"26981417\", \"name\": \"Boris Arfi\", \"screen_name\": \"borisarfi\"}], \"hashtags\": [{\"indices\": [31, 38], \"text\": \"Hadopi\"}, {\"indices\": [107, 111], \"text\": \"eG8\"}, {\"indices\": [113, 118], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"RT @borisarfi: Xavier Niel sur #Hadopi \\\"Je pense que nous avons une mauvaise loi en France, une loi folle\\\" #eG8 #enmi\", \"created_at\": \"Wed May 25 09:03:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73313137151057920, \"source\": \"TweetDeck\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73313137151057920\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 80000, +"tags": [ +{ +"id-ref": "219ae30a-062c-11e1-93a3-00145ea49a02" +}, +{ +"id-ref": "219ae30a-062c-11e1-93a3-00145ea49a02" +}, +{ +"id-ref": "219ae77e-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "9b766956-6bb2-4720-a7b5-d150a41ab202-73313137151057920" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi La défiance ne serait seulement la perte de confiance, mais son retournement agressif, son inversion perverse, au sens etymologique", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Etienne Armand AMATO: #enmi La défiance ne serait seulement la perte de confiance, mais son retournement agressif, son inversion perverse, au sens etymologique", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 99000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 223600369, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 7, \"protected\": false, \"location\": null, \"default_profile_image\": true, \"listed_count\": 0, \"utc_offset\": null, \"statuses_count\": 1, \"description\": null, \"friends_count\": 1, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/sticky/default_profile_images/default_profile_6_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"223600369\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Etienne Armand AMATO\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"EA_Amato\", \"url\": null, \"created_at\": \"Mon Dec 06 20:51:31 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi La d\\u00e9fiance ne serait seulement la perte de confiance, mais son retournement agressif, son inversion perverse, au sens etymologique\", \"created_at\": \"Wed May 25 09:03:27 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73313214305280000, \"source\": \"web\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73313214305280000\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 99000, +"tags": [ +{ +"id-ref": "219ae77e-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "b99854e0-29ad-4bc5-b38b-4aaa2b39f33d-73313214305280000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi mise en place d'un nouvel espace publique depuis 9/11. Espace public = dispositif de publication.", +"img": { +"src": "http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg" +}, +"title": "nicolasauret: #enmi mise en place d'un nouvel espace publique depuis 9/11. Espace public = dispositif de publication.", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 188000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 293395401, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 3, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 3, \"description\": \"Founder of Inflammable Productions, producer of new media content + project manager @IRI Centre Pompidou\", \"friends_count\": 10, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"293395401\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"nicolasauret\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"nicolasauret\", \"url\": null, \"created_at\": \"Thu May 05 08:31:25 +0000 2011\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi mise en place d'un nouvel espace publique depuis 9/11. Espace public = dispositif de publication.\", \"created_at\": \"Wed May 25 09:04:56 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73313588592386048, \"source\": \"TweetDeck\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73313588592386048\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 188000, +"tags": [ +{ +"id-ref": "219ae77e-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "9e283e03-9d4d-4e7f-98f7-c3ea1e4fdabc-73313588592386048" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi Catastrophe et Confiance == http://bit.ly/jh2dTK ??", +"img": { +"src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png" +}, +"title": "Samuel Huron: #enmi Catastrophe et Confiance == http://bit.ly/jh2dTK ??", +"color": "16763904", +"polemics": [ +"Q", +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 209000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"profile_text_color\": \"4c9c8f\", \"followers_count\": 414, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 46, \"utc_offset\": -10800, \"statuses_count\": 1929, \"description\": \"Designer @ IRI Centre Pompidou / PhD student in Computer Human interface @ Paris11 : #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 542, \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"000000\", \"id_str\": \"14905766\", \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 268, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": [{\"indices\": [34, 54], \"url\": \"http://bit.ly/jh2dTK\", \"expanded_url\": null}]}, \"text\": \"#enmi Catastrophe et Confiance == http://bit.ly/jh2dTK ??\", \"created_at\": \"Wed May 25 09:05:17 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73313679264854016, \"source\": \"TweetDeck\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73313679264854016\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 209000, +"tags": [ +{ +"id-ref": "219ae77e-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "b0b5c6f0-5ce3-4292-af28-11ddf80653b6-73313679264854016" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi Plus de live -- :(", +"img": { +"src": "http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg" +}, +"title": "Alexandre Monnin: #enmi Plus de live -- :(", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 287000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7409472, \"verified\": false, \"profile_sidebar_fill_color\": \"E3E2DE\", \"profile_text_color\": \"634047\", \"followers_count\": 370, \"protected\": false, \"location\": \"Paris\", \"default_profile_image\": false, \"listed_count\": 68, \"utc_offset\": -10800, \"statuses_count\": 2827, \"description\": \"PhD student in Philosophy working on ontologies (computer & philo ones), tagging, Semantic Web, DigitalH, but mostly advocate for the Philosophy of the Web.\", \"friends_count\": 457, \"profile_link_color\": \"088253\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"EDECE9\", \"id_str\": \"7409472\", \"profile_background_image_url\": \"http://a1.twimg.com/images/themes/theme3/bg.gif\", \"name\": \"Alexandre Monnin\", \"lang\": \"en\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 6, \"screen_name\": \"aamonnz\", \"url\": \"http://execo.univ-paris1.fr/spip.php?article67\", \"created_at\": \"Wed Jul 11 18:52:41 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"D3D2CF\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Plus de live -- :(\", \"created_at\": \"Wed May 25 09:06:35 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73314003862044672, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73314003862044672\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 287000, +"tags": [ +{ +"id-ref": "219ae77e-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "cbcdc041-a215-4f67-baa9-86f818392ac9-73314003862044672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi Dispositif de publication et d'occultation, qui compense la souffrance du peuple qui n'avait plus accès aux moyens de diffusion", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_6_normal.png" +}, +"title": "Etienne Armand AMATO: #enmi Dispositif de publication et d'occultation, qui compense la souffrance du peuple qui n'avait plus accès aux moyens de diffusion", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 325000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 223600369, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 7, \"protected\": false, \"location\": null, \"default_profile_image\": true, \"listed_count\": 0, \"utc_offset\": null, \"statuses_count\": 2, \"description\": null, \"friends_count\": 1, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/sticky/default_profile_images/default_profile_6_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"223600369\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Etienne Armand AMATO\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"EA_Amato\", \"url\": null, \"created_at\": \"Mon Dec 06 20:51:31 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Dispositif de publication et d'occultation, qui compense la souffrance du peuple qui n'avait plus acc\\u00e8s aux moyens de diffusion\", \"created_at\": \"Wed May 25 09:07:13 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73314163715358720, \"source\": \"web\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73314163715358720\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 325000, +"tags": [ +{ +"id-ref": "219ae77e-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "9d2af859-5765-4013-9d81-edfdb44c0b49-73314163715358720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "== #enmi \"le peuple souffre depuis un siecle de ne plus avoir accés a la publication\" B. Stiegler", +"img": { +"src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png" +}, +"title": "Samuel Huron: == #enmi \"le peuple souffre depuis un siecle de ne plus avoir accés a la publication\" B. Stiegler", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 340000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"profile_text_color\": \"4c9c8f\", \"followers_count\": 414, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 46, \"utc_offset\": -10800, \"statuses_count\": 1930, \"description\": \"Designer @ IRI Centre Pompidou / PhD student in Computer Human interface @ Paris11 : #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 542, \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"000000\", \"id_str\": \"14905766\", \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 268, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [3, 8], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"== #enmi \\\"le peuple souffre depuis un siecle de ne plus avoir acc\\u00e9s a la publication\\\" B. Stiegler\", \"created_at\": \"Wed May 25 09:07:28 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73314228785790976, \"source\": \"TweetDeck\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73314228785790976\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 340000, +"tags": [ +{ +"id-ref": "219ae77e-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "4310875e-202f-4704-87e4-bd456f2a615f-73314228785790976" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi B.Stiegler \"Montée en puissance du web numérique : nouvel espace de publication. Investit par un désir de publication.\" #eg8 #barlow", +"img": { +"src": "http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg" +}, +"title": "nicolasauret: #enmi B.Stiegler \"Montée en puissance du web numérique : nouvel espace de publication. Investit par un désir de publication.\" #eg8 #barlow", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 401000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 293395401, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 3, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 4, \"description\": \"Founder of Inflammable Productions, producer of new media content + project manager @IRI Centre Pompidou\", \"friends_count\": 10, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"293395401\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"nicolasauret\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"nicolasauret\", \"url\": null, \"created_at\": \"Thu May 05 08:31:25 +0000 2011\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}, {\"indices\": [126, 130], \"text\": \"eg8\"}, {\"indices\": [131, 138], \"text\": \"barlow\"}], \"urls\": []}, \"text\": \"#enmi B.Stiegler \\\"Mont\\u00e9e en puissance du web num\\u00e9rique : nouvel espace de publication. Investit par un d\\u00e9sir de publication.\\\" #eg8 #barlow\", \"created_at\": \"Wed May 25 09:08:29 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73314481106714624, \"source\": \"TweetDeck\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73314481106714624\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 401000, +"tags": [ +{ +"id-ref": "219b9c96-062c-11e1-93a3-00145ea49a02" +}, +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +}, +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "807eec28-0165-4fee-8f1e-0facab6d5bb7-73314481106714624" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi Problème de réseau, le live est tombé. On essayera à la pause", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Yves-Marie Haussonne: #enmi Problème de réseau, le live est tombé. On essayera à la pause", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 572000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 47312923, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"location\": null, \"default_profile_image\": true, \"listed_count\": 0, \"utc_offset\": null, \"statuses_count\": 124, \"description\": null, \"friends_count\": 0, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"47312923\", \"profile_background_image_url\": \"http://a0.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Yves-Marie Haussonne\", \"lang\": \"en\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"ymh_work\", \"url\": null, \"created_at\": \"Mon Jun 15 11:25:05 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Probl\\u00e8me de r\\u00e9seau, le live est tomb\\u00e9. On essayera \\u00e0 la pause\", \"created_at\": \"Wed May 25 09:11:20 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73315198567579649, \"source\": \"web\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73315198567579649\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 572000, +"tags": [ +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "e0511a28-c123-4af0-859d-dfaa52ee74b3-73315198567579649" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi \"inquiétant est l'homme\" sophocle \"l'inquiétude est la source de la philo \" Hegel \"inquietante étrangeté\" Freud http://bit.ly/l0fanQ", +"img": { +"src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png" +}, +"title": "Samuel Huron: #enmi \"inquiétant est l'homme\" sophocle \"l'inquiétude est la source de la philo \" Hegel \"inquietante étrangeté\" Freud http://bit.ly/l0fanQ", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 628000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"profile_text_color\": \"4c9c8f\", \"followers_count\": 414, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 46, \"utc_offset\": -10800, \"statuses_count\": 1931, \"description\": \"Designer @ IRI Centre Pompidou / PhD student in Computer Human interface @ Paris11 : #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 542, \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"000000\", \"id_str\": \"14905766\", \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 268, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": [{\"indices\": [119, 139], \"url\": \"http://bit.ly/l0fanQ\", \"expanded_url\": null}]}, \"text\": \"#enmi \\\"inqui\\u00e9tant est l'homme\\\" sophocle \\\"l'inqui\\u00e9tude est la source de la philo \\\" Hegel \\\"inquietante \\u00e9tranget\\u00e9\\\" Freud http://bit.ly/l0fanQ\", \"created_at\": \"Wed May 25 09:12:16 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73315436367855616, \"source\": \"TweetDeck\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73315436367855616\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 628000, +"tags": [ +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "61a45d63-7352-4611-9b09-bd37077987fe-73315436367855616" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi Cable débranché. Le live est de retour", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Yves-Marie Haussonne: #enmi Cable débranché. Le live est de retour", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 735000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 47312923, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"location\": null, \"default_profile_image\": true, \"listed_count\": 0, \"utc_offset\": null, \"statuses_count\": 125, \"description\": null, \"friends_count\": 0, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"47312923\", \"profile_background_image_url\": \"http://a0.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Yves-Marie Haussonne\", \"lang\": \"en\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"ymh_work\", \"url\": null, \"created_at\": \"Mon Jun 15 11:25:05 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Cable d\\u00e9branch\\u00e9. Le live est de retour\", \"created_at\": \"Wed May 25 09:14:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73315883203833856, \"source\": \"web\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73315883203833856\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 735000, +"tags": [ +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "21693b30-7ded-4dbc-9827-136b15cfa5ec-73315883203833856" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi ça remarche :) ++", +"img": { +"src": "http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg" +}, +"title": "Alexandre Monnin: #enmi ça remarche :) ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 799000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7409472, \"verified\": false, \"profile_sidebar_fill_color\": \"E3E2DE\", \"profile_text_color\": \"634047\", \"followers_count\": 370, \"protected\": false, \"location\": \"Paris\", \"default_profile_image\": false, \"listed_count\": 68, \"utc_offset\": -10800, \"statuses_count\": 2828, \"description\": \"PhD student in Philosophy working on ontologies (computer & philo ones), tagging, Semantic Web, DigitalH, but mostly advocate for the Philosophy of the Web.\", \"friends_count\": 457, \"profile_link_color\": \"088253\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"EDECE9\", \"id_str\": \"7409472\", \"profile_background_image_url\": \"http://a1.twimg.com/images/themes/theme3/bg.gif\", \"name\": \"Alexandre Monnin\", \"lang\": \"en\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 6, \"screen_name\": \"aamonnz\", \"url\": \"http://execo.univ-paris1.fr/spip.php?article67\", \"created_at\": \"Wed Jul 11 18:52:41 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"D3D2CF\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi \\u00e7a remarche :) ++\", \"created_at\": \"Wed May 25 09:15:07 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73316151018524672, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73316151018524672\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 799000, +"tags": [ +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "d09bcacb-90e4-4a55-91d7-088125d9acfb-73316151018524672" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi Descartes: interruption de ma volonté par rapport à mon entendement==", +"img": { +"src": "http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" +}, +"title": "Vincent Puig: #enmi Descartes: interruption de ma volonté par rapport à mon entendement==", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 856000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 93, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 169, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"68424173\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Descartes: interruption de ma volont\\u00e9 par rapport \\u00e0 mon entendement==\", \"created_at\": \"Wed May 25 09:16:04 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73316389389217792, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73316389389217792\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 856000, +"tags": [ +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "09b576b3-36c7-4775-91f0-41e38fe73ccd-73316389389217792" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi le Web est aussi une technique de publication ++", +"img": { +"src": "http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg" +}, +"title": "Alexandre Monnin: #enmi le Web est aussi une technique de publication ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 912000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7409472, \"verified\": false, \"profile_sidebar_fill_color\": \"E3E2DE\", \"profile_text_color\": \"634047\", \"followers_count\": 370, \"protected\": false, \"location\": \"Paris\", \"default_profile_image\": false, \"listed_count\": 68, \"utc_offset\": -10800, \"statuses_count\": 2829, \"description\": \"PhD student in Philosophy working on ontologies (computer & philo ones), tagging, Semantic Web, DigitalH, but mostly advocate for the Philosophy of the Web.\", \"friends_count\": 457, \"profile_link_color\": \"088253\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"EDECE9\", \"id_str\": \"7409472\", \"profile_background_image_url\": \"http://a1.twimg.com/images/themes/theme3/bg.gif\", \"name\": \"Alexandre Monnin\", \"lang\": \"en\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 6, \"screen_name\": \"aamonnz\", \"url\": \"http://execo.univ-paris1.fr/spip.php?article67\", \"created_at\": \"Wed Jul 11 18:52:41 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"D3D2CF\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi le Web est aussi une technique de publication ++\", \"created_at\": \"Wed May 25 09:17:00 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73316627998982144, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73316627998982144\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 912000, +"tags": [ +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "429dd17e-568f-453b-b821-56cb419ba9d3-73316627998982144" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi Donc d'écriture ++", +"img": { +"src": "http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg" +}, +"title": "Alexandre Monnin: #enmi Donc d'écriture ++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 923000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7409472, \"verified\": false, \"profile_sidebar_fill_color\": \"E3E2DE\", \"profile_text_color\": \"634047\", \"followers_count\": 370, \"protected\": false, \"location\": \"Paris\", \"default_profile_image\": false, \"listed_count\": 68, \"utc_offset\": -10800, \"statuses_count\": 2830, \"description\": \"PhD student in Philosophy working on ontologies (computer & philo ones), tagging, Semantic Web, DigitalH, but mostly advocate for the Philosophy of the Web.\", \"friends_count\": 457, \"profile_link_color\": \"088253\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"EDECE9\", \"id_str\": \"7409472\", \"profile_background_image_url\": \"http://a1.twimg.com/images/themes/theme3/bg.gif\", \"name\": \"Alexandre Monnin\", \"lang\": \"en\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 6, \"screen_name\": \"aamonnz\", \"url\": \"http://execo.univ-paris1.fr/spip.php?article67\", \"created_at\": \"Wed Jul 11 18:52:41 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"D3D2CF\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Donc d'\\u00e9criture ++\", \"created_at\": \"Wed May 25 09:17:11 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73316673108717568, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73316673108717568\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 923000, +"tags": [ +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "8b191a27-5c94-46c7-8d3e-1f0a3476f2cf-73316673108717568" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi Stiegler :Ce qui constitue l'humain depuis l'hominisation, c'est qu'il est régulièrement confronté à des suspensions technologiques.++", +"img": { +"src": "http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg" +}, +"title": "nicolasauret: #enmi Stiegler :Ce qui constitue l'humain depuis l'hominisation, c'est qu'il est régulièrement confronté à des suspensions technologiques.++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1015000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 293395401, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 3, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 7, \"description\": \"Founder of Inflammable Productions, producer of new media content + project manager @IRI Centre Pompidou\", \"friends_count\": 10, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"293395401\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"nicolasauret\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"nicolasauret\", \"url\": null, \"created_at\": \"Thu May 05 08:31:25 +0000 2011\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Stiegler :Ce qui constitue l'humain depuis l'hominisation, c'est qu'il est r\\u00e9guli\\u00e8rement confront\\u00e9 \\u00e0 des suspensions technologiques.++\", \"created_at\": \"Wed May 25 09:18:43 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73317056312909824, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73317056312909824\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 1015000, +"tags": [ +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "0f98001e-3c41-4b9c-921d-e369cfbdef7f-73317056312909824" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi Stiegler pense un rapport de l'Homme au monde par la technologie++", +"img": { +"src": "http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" +}, +"title": "Vincent Puig: #enmi Stiegler pense un rapport de l'Homme au monde par la technologie++", +"color": "16763904", +"polemics": [ +"OK" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1025000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 93, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 170, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"68424173\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Stiegler pense un rapport de l'Homme au monde par la technologie++\", \"created_at\": \"Wed May 25 09:18:53 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73317100810276864, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73317100810276864\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 1025000, +"tags": [ +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "b72f2732-73d9-4425-8e62-9d32b31a51fd-73317100810276864" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi la foi conception monotheist de lq confiance et calculabilite ==", +"img": { +"src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" +}, +"title": "Yves-Marie Haussonne: #enmi la foi conception monotheist de lq confiance et calculabilite ==", +"color": "16763904", +"polemics": [ +"REF" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1155000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 47312923, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"location\": null, \"default_profile_image\": true, \"listed_count\": 0, \"utc_offset\": null, \"statuses_count\": 126, \"description\": null, \"friends_count\": 0, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"47312923\", \"profile_background_image_url\": \"http://a0.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Yves-Marie Haussonne\", \"lang\": \"en\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"ymh_work\", \"url\": null, \"created_at\": \"Mon Jun 15 11:25:05 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi la foi conception monotheist de lq confiance et calculabilite ==\", \"created_at\": \"Wed May 25 09:21:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73317644270444546, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73317644270444546\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 1155000, +"tags": [ +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "875ca945-960a-4346-9149-692ba6575f2d-73317644270444546" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "RT @nicolasauret: #enmi Stiegler :Ce qui constitue l'humain depuis l'hominisation, c'est qu'il est régulièrement confronté à des suspens ...", +"img": { +"src": "http://a2.twimg.com/profile_images/1367788685/021EB7A5-E5A2-4837-9E76-4A6019F6E1EE_normal" +}, +"title": "Fabian Gental: RT @nicolasauret: #enmi Stiegler :Ce qui constitue l'humain depuis l'hominisation, c'est qu'il est régulièrement confronté à des suspens ...", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1174000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 115128839, \"verified\": false, \"profile_sidebar_fill_color\": \"d6fffc\", \"profile_text_color\": \"04838f\", \"followers_count\": 10, \"protected\": false, \"location\": \"Paris / Limoges / Berlin\", \"default_profile_image\": false, \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 14, \"description\": \"\\u00c9tudiant en design @ENSCI les Ateliers\\n@ENSA Limoges\", \"friends_count\": 29, \"profile_link_color\": \"05d5ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1367788685/021EB7A5-E5A2-4837-9E76-4A6019F6E1EE_normal\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"bf9dc9\", \"id_str\": \"115128839\", \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/76127896/test.png\", \"name\": \"Fabian Gental\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"3615fabe\", \"url\": null, \"created_at\": \"Wed Feb 17 18:08:52 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Berlin\", \"profile_sidebar_border_color\": \"ffffff\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"retweeted_status\": {\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 293395401, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 3, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 7, \"description\": \"Founder of Inflammable Productions, producer of new media content + project manager @IRI Centre Pompidou\", \"friends_count\": 10, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"293395401\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"nicolasauret\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"nicolasauret\", \"url\": null, \"created_at\": \"Thu May 05 08:31:25 +0000 2011\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Stiegler :Ce qui constitue l'humain depuis l'hominisation, c'est qu'il est r\\u00e9guli\\u00e8rement confront\\u00e9 \\u00e0 des suspensions technologiques.++\", \"created_at\": \"Wed May 25 09:18:43 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73317056312909824, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73317056312909824\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 16], \"id\": 293395401, \"id_str\": \"293395401\", \"name\": \"nicolasauret\", \"screen_name\": \"nicolasauret\"}], \"hashtags\": [{\"indices\": [18, 23], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"RT @nicolasauret: #enmi Stiegler :Ce qui constitue l'humain depuis l'hominisation, c'est qu'il est r\\u00e9guli\\u00e8rement confront\\u00e9 \\u00e0 des suspens ...\", \"created_at\": \"Wed May 25 09:21:22 +0000 2011\", \"truncated\": true, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73317726894030848, \"source\": \"Tweetbot for iPhone\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73317726894030848\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 1174000, +"tags": [ +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "1adb2d5a-71d6-4704-acc1-71f7b2fe0130-73317726894030848" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi B stiegler : Crise de confiance, car le nouveau systeme techno fait exploser les cadres sociaux http://bit.ly/l4ZbO4", +"img": { +"src": "http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg" +}, +"title": "nicolasauret: #enmi B stiegler : Crise de confiance, car le nouveau systeme techno fait exploser les cadres sociaux http://bit.ly/l4ZbO4", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1181000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 293395401, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 3, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 8, \"description\": \"Founder of Inflammable Productions, producer of new media content + project manager @IRI Centre Pompidou\", \"friends_count\": 10, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"293395401\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"nicolasauret\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"nicolasauret\", \"url\": null, \"created_at\": \"Thu May 05 08:31:25 +0000 2011\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": [{\"indices\": [103, 123], \"url\": \"http://bit.ly/l4ZbO4\", \"expanded_url\": null}]}, \"text\": \"#enmi B stiegler : Crise de confiance, car le nouveau systeme techno fait exploser les cadres sociaux http://bit.ly/l4ZbO4\", \"created_at\": \"Wed May 25 09:21:29 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73317753603358720, \"source\": \"TweetDeck\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73317753603358720\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 1181000, +"tags": [ +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "52afd104-e38f-4bf6-a23d-a6b5d6379da8-73317753603358720" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi Confiance calculable (raison) et foi (non calculable mais motivée par le desir) ne s'opposent pas.--", +"img": { +"src": "http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg" +}, +"title": "Vincent Puig: #enmi Confiance calculable (raison) et foi (non calculable mais motivée par le desir) ne s'opposent pas.--", +"color": "16763904", +"polemics": [ +"KO" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1438000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 93, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 171, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"68424173\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Confiance calculable (raison) et foi (non calculable mais motiv\\u00e9e par le desir) ne s'opposent pas.--\", \"created_at\": \"Wed May 25 09:25:46 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73318830763552769, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73318830763552769\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 1438000, +"tags": [ +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "6d1660e1-a012-484b-99f8-e6cc49ccf39c-73318830763552769" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#eg8 #enmi :: le language, interface entre l'homme et le monde. technologie de confiance ?? Qu'elles liberté ?", +"img": { +"src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png" +}, +"title": "Samuel Huron: #eg8 #enmi :: le language, interface entre l'homme et le monde. technologie de confiance ?? Qu'elles liberté ?", +"color": "16763904", +"polemics": [ +"Q" +], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1454000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"profile_text_color\": \"4c9c8f\", \"followers_count\": 414, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 46, \"utc_offset\": -10800, \"statuses_count\": 1934, \"description\": \"Designer @ IRI Centre Pompidou / PhD student in Computer Human interface @ Paris11 : #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 542, \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"000000\", \"id_str\": \"14905766\", \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 268, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 4], \"text\": \"eg8\"}, {\"indices\": [5, 10], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#eg8 #enmi :: le language, interface entre l'homme et le monde. technologie de confiance ?? Qu'elles libert\\u00e9 ?\", \"created_at\": \"Wed May 25 09:26:02 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73318901475328000, \"source\": \"TweetDeck\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73318901475328000\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 1454000, +"tags": [ +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +}, +{ +"id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "0a85f156-f4b1-49f1-ac00-51b0ea070134-73318901475328000" +}, +{ +"content": { +"mimetype": "application/x-ldt-structured", +"description": "#enmi edward bernays /VS/ pekka himanen ? #libidinal vers #contribution ?", +"img": { +"src": "http://a2.twimg.com/profile_images/1367788685/021EB7A5-E5A2-4837-9E76-4A6019F6E1EE_normal" +}, +"title": "Fabian Gental: #enmi edward bernays /VS/ pekka himanen ? #libidinal vers #contribution ?", +"color": "16763904", +"polemics": [], +"audio": { +"mimetype": "audio/mp3", +"src": "", +"href": null +} +}, +"begin": 1538000, +"meta": { +"dc:contributor": "perso", +"dc:source": { +"mimetype": "application/json", +"url": "http://dev.twitter.com", +"content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 115128839, \"verified\": false, \"profile_sidebar_fill_color\": \"d6fffc\", \"profile_text_color\": \"04838f\", \"followers_count\": 10, \"protected\": false, \"location\": \"Paris / Limoges / Berlin\", \"default_profile_image\": false, \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 16, \"description\": \"\\u00c9tudiant en design @ENSCI les Ateliers\\n@ENSA Limoges\", \"friends_count\": 29, \"profile_link_color\": \"05d5ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1367788685/021EB7A5-E5A2-4837-9E76-4A6019F6E1EE_normal\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"bf9dc9\", \"id_str\": \"115128839\", \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/76127896/test.png\", \"name\": \"Fabian Gental\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"3615fabe\", \"url\": null, \"created_at\": \"Wed Feb 17 18:08:52 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Berlin\", \"profile_sidebar_border_color\": \"ffffff\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}, {\"indices\": [43, 53], \"text\": \"libidinal\"}, {\"indices\": [59, 72], \"text\": \"contribution\"}], \"urls\": []}, \"text\": \"#enmi edward bernays /VS/ pekka himanen ? #libidinal vers #contribution ?\", \"created_at\": \"Wed May 25 09:27:26 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": {\"type\": \"Point\", \"coordinates\": [2.3704253400000002, 48.858806250000001]}, \"id\": 73319252060405760, \"source\": \"Tweetbot for iPhone\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73319252060405760\", \"place\": {\"country_code\": \"FR\", \"url\": \"http://api.twitter.com/1/geo/id/7238f93a3e899af6.json\", \"country\": \"France\", \"place_type\": \"city\", \"bounding_box\": {\"type\": \"Polygon\", \"coordinates\": [[[2.2241005999999999, 48.815541400000001], [2.4697521, 48.815541400000001], [2.4697521, 48.902146100000003], [2.2241005999999999, 48.902146100000003]]]}, \"full_name\": \"Paris, Paris\", \"attributes\": {}, \"id\": \"7238f93a3e899af6\", \"name\": \"Paris\"}, \"retweet_count\": 0, \"geo\": {\"type\": \"Point\", \"coordinates\": [48.858806250000001, 2.3704253400000002]}, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" +}, +"dc:creator": "perso", +"id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:modified": "2011-11-03T14:57:20.992536" +}, +"end": 1538000, +"tags": [ +{ +"id-ref": "219d2156-062c-11e1-93a3-00145ea49a02" +}, +{ +"id-ref": "219d2156-062c-11e1-93a3-00145ea49a02" +}, +{ +"id-ref": "219d25fc-062c-11e1-93a3-00145ea49a02" +} +], +"color": "16763904", +"media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", +"id": "9862e2d4-ef66-4368-98e2-562a61232a5a-73319252060405760" +} +], +"annotation-types": [ +{ +"dc:contributor": "perso", +"dc:creator": "perso", +"dc:title": "Bernard Stiegler", +"id": "c_5AEE45AE-F0E5-2921-31CB-2683540AA7A4", +"dc:created": "2011-11-03T14:57:21.010291", +"dc:description": "", +"dc:modified": "2011-11-03T14:57:21.010291" +}, +{ +"dc:contributor": "perso", +"dc:creator": "perso", +"dc:title": "Tweets", +"id": "61bcaa2e-9963-4df2-a987-34c08e184fb6", +"dc:created": "2011-11-03T14:57:20.992536", +"dc:description": "Tweets", +"dc:modified": "2011-11-03T14:57:20.992536" +} +] +} \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 unittests/qunit.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/qunit.css Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,228 @@ +/** + * QUnit - A JavaScript Unit Testing Framework + * + * http://docs.jquery.com/QUnit + * + * Copyright (c) 2011 John Resig, Jörn Zaefferer + * Dual licensed under the MIT (MIT-LICENSE.txt) + * or GPL (GPL-LICENSE.txt) licenses. + * Pulled Live from Git Thu Oct 6 09:15:01 UTC 2011 + * Last Commit: 3006fa77db4625c4293c368a8999ddb1abba7f48 + */ + +/** Font Family and Sizes */ + +#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult { + font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif; +} + +#qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; } +#qunit-tests { font-size: smaller; } + + +/** Resets */ + +#qunit-tests, #qunit-tests ol, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult { + margin: 0; + padding: 0; +} + + +/** Header */ + +#qunit-header { + padding: 0.5em 0 0.5em 1em; + + color: #8699a4; + background-color: #0d3349; + + font-size: 1.5em; + line-height: 1em; + font-weight: normal; + + border-radius: 15px 15px 0 0; + -moz-border-radius: 15px 15px 0 0; + -webkit-border-top-right-radius: 15px; + -webkit-border-top-left-radius: 15px; +} + +#qunit-header a { + text-decoration: none; + color: #c2ccd1; +} + +#qunit-header a:hover, +#qunit-header a:focus { + color: #fff; +} + +#qunit-banner { + height: 5px; +} + +#qunit-testrunner-toolbar { + padding: 0.5em 0 0.5em 2em; + color: #5E740B; + background-color: #eee; +} + +#qunit-userAgent { + padding: 0.5em 0 0.5em 2.5em; + background-color: #2b81af; + color: #fff; + text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px; +} + + +/** Tests: Pass/Fail */ + +#qunit-tests { + list-style-position: inside; +} + +#qunit-tests li { + padding: 0.4em 0.5em 0.4em 2.5em; + border-bottom: 1px solid #fff; + list-style-position: inside; +} + +#qunit-tests.hidepass li.pass, #qunit-tests.hidepass li.running { + display: none; +} + +#qunit-tests li strong { + cursor: pointer; +} + +#qunit-tests li a { + padding: 0.5em; + color: #c2ccd1; + text-decoration: none; +} +#qunit-tests li a:hover, +#qunit-tests li a:focus { + color: #000; +} + +#qunit-tests ol { + margin-top: 0.5em; + padding: 0.5em; + + background-color: #fff; + + border-radius: 15px; + -moz-border-radius: 15px; + -webkit-border-radius: 15px; + + box-shadow: inset 0px 2px 13px #999; + -moz-box-shadow: inset 0px 2px 13px #999; + -webkit-box-shadow: inset 0px 2px 13px #999; +} + +#qunit-tests table { + border-collapse: collapse; + margin-top: .2em; +} + +#qunit-tests th { + text-align: right; + vertical-align: top; + padding: 0 .5em 0 0; +} + +#qunit-tests td { + vertical-align: top; +} + +#qunit-tests pre { + margin: 0; + white-space: pre-wrap; + word-wrap: break-word; +} + +#qunit-tests del { + background-color: #e0f2be; + color: #374e0c; + text-decoration: none; +} + +#qunit-tests ins { + background-color: #ffcaca; + color: #500; + text-decoration: none; +} + +/*** Test Counts */ + +#qunit-tests b.counts { color: black; } +#qunit-tests b.passed { color: #5E740B; } +#qunit-tests b.failed { color: #710909; } + +#qunit-tests li li { + margin: 0.5em; + padding: 0.4em 0.5em 0.4em 0.5em; + background-color: #fff; + border-bottom: none; + list-style-position: inside; +} + +/*** Passing Styles */ + +#qunit-tests li li.pass { + color: #5E740B; + background-color: #fff; + border-left: 26px solid #C6E746; +} + +#qunit-tests .pass { color: #528CE0; background-color: #D2E0E6; } +#qunit-tests .pass .test-name { color: #366097; } + +#qunit-tests .pass .test-actual, +#qunit-tests .pass .test-expected { color: #999999; } + +#qunit-banner.qunit-pass { background-color: #C6E746; } + +/*** Failing Styles */ + +#qunit-tests li li.fail { + color: #710909; + background-color: #fff; + border-left: 26px solid #EE5757; + white-space: pre; +} + +#qunit-tests > li:last-child { + border-radius: 0 0 15px 15px; + -moz-border-radius: 0 0 15px 15px; + -webkit-border-bottom-right-radius: 15px; + -webkit-border-bottom-left-radius: 15px; +} + +#qunit-tests .fail { color: #000000; background-color: #EE5757; } +#qunit-tests .fail .test-name, +#qunit-tests .fail .module-name { color: #000000; } + +#qunit-tests .fail .test-actual { color: #EE5757; } +#qunit-tests .fail .test-expected { color: green; } + +#qunit-banner.qunit-fail { background-color: #EE5757; } + + +/** Result */ + +#qunit-testresult { + padding: 0.5em 0.5em 0.5em 2.5em; + + color: #2b81af; + background-color: #D2E0E6; + + border-bottom: 1px solid white; +} + +/** Fixture */ + +#qunit-fixture { + position: absolute; + top: -10000px; + left: -10000px; +} diff -r 7b55777486c3 -r 75ba66457232 unittests/qunit.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/qunit.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,1554 @@ +/** + * QUnit - A JavaScript Unit Testing Framework + * + * http://docs.jquery.com/QUnit + * + * Copyright (c) 2011 John Resig, Jörn Zaefferer + * Dual licensed under the MIT (MIT-LICENSE.txt) + * or GPL (GPL-LICENSE.txt) licenses. + * Pulled Live from Git Thu Oct 6 09:15:01 UTC 2011 + * Last Commit: 3006fa77db4625c4293c368a8999ddb1abba7f48 + */ + +(function(window) { + +var defined = { + setTimeout: typeof window.setTimeout !== "undefined", + sessionStorage: (function() { + try { + return !!sessionStorage.getItem; + } catch(e) { + return false; + } + })() +}; + +var testId = 0; + +var Test = function(name, testName, expected, testEnvironmentArg, async, callback) { + this.name = name; + this.testName = testName; + this.expected = expected; + this.testEnvironmentArg = testEnvironmentArg; + this.async = async; + this.callback = callback; + this.assertions = []; +}; +Test.prototype = { + init: function() { + var tests = id("qunit-tests"); + if (tests) { + var b = document.createElement("strong"); + b.innerHTML = "Running " + this.name; + var li = document.createElement("li"); + li.appendChild( b ); + li.className = "running"; + li.id = this.id = "test-output" + testId++; + tests.appendChild( li ); + } + }, + setup: function() { + if (this.module != config.previousModule) { + if ( config.previousModule ) { + runLoggingCallbacks('moduleDone', QUnit, { + name: config.previousModule, + failed: config.moduleStats.bad, + passed: config.moduleStats.all - config.moduleStats.bad, + total: config.moduleStats.all + } ); + } + config.previousModule = this.module; + config.moduleStats = { all: 0, bad: 0 }; + runLoggingCallbacks( 'moduleStart', QUnit, { + name: this.module + } ); + } + + config.current = this; + this.testEnvironment = extend({ + setup: function() {}, + teardown: function() {} + }, this.moduleTestEnvironment); + if (this.testEnvironmentArg) { + extend(this.testEnvironment, this.testEnvironmentArg); + } + + runLoggingCallbacks( 'testStart', QUnit, { + name: this.testName, + module: this.module + }); + + // allow utility functions to access the current test environment + // TODO why?? + QUnit.current_testEnvironment = this.testEnvironment; + + try { + if ( !config.pollution ) { + saveGlobal(); + } + + this.testEnvironment.setup.call(this.testEnvironment); + } catch(e) { + QUnit.ok( false, "Setup failed on " + this.testName + ": " + e.message ); + } + }, + run: function() { + if ( this.async ) { + QUnit.stop(); + } + + if ( config.notrycatch ) { + this.callback.call(this.testEnvironment); + return; + } + try { + this.callback.call(this.testEnvironment); + } catch(e) { + fail("Test " + this.testName + " died, exception and test follows", e, this.callback); + QUnit.ok( false, "Died on test #" + (this.assertions.length + 1) + ": " + e.message + " - " + QUnit.jsDump.parse(e) ); + // else next test will carry the responsibility + saveGlobal(); + + // Restart the tests if they're blocking + if ( config.blocking ) { + start(); + } + } + }, + teardown: function() { + try { + this.testEnvironment.teardown.call(this.testEnvironment); + checkPollution(); + } catch(e) { + QUnit.ok( false, "Teardown failed on " + this.testName + ": " + e.message ); + } + }, + finish: function() { + if ( this.expected && this.expected != this.assertions.length ) { + QUnit.ok( false, "Expected " + this.expected + " assertions, but " + this.assertions.length + " were run" ); + } + + var good = 0, bad = 0, + tests = id("qunit-tests"); + + config.stats.all += this.assertions.length; + config.moduleStats.all += this.assertions.length; + + if ( tests ) { + var ol = document.createElement("ol"); + + for ( var i = 0; i < this.assertions.length; i++ ) { + var assertion = this.assertions[i]; + + var li = document.createElement("li"); + li.className = assertion.result ? "pass" : "fail"; + li.innerHTML = assertion.message || (assertion.result ? "okay" : "failed"); + ol.appendChild( li ); + + if ( assertion.result ) { + good++; + } else { + bad++; + config.stats.bad++; + config.moduleStats.bad++; + } + } + + // store result when possible + if ( QUnit.config.reorder && defined.sessionStorage ) { + if (bad) { + sessionStorage.setItem("qunit-" + this.module + "-" + this.testName, bad); + } else { + sessionStorage.removeItem("qunit-" + this.module + "-" + this.testName); + } + } + + if (bad == 0) { + ol.style.display = "none"; + } + + var b = document.createElement("strong"); + b.innerHTML = this.name + " (" + bad + ", " + good + ", " + this.assertions.length + ")"; + + var a = document.createElement("a"); + a.innerHTML = "Rerun"; + a.href = QUnit.url({ filter: getText([b]).replace(/\([^)]+\)$/, "").replace(/(^\s*|\s*$)/g, "") }); + + addEvent(b, "click", function() { + var next = b.nextSibling.nextSibling, + display = next.style.display; + next.style.display = display === "none" ? "block" : "none"; + }); + + addEvent(b, "dblclick", function(e) { + var target = e && e.target ? e.target : window.event.srcElement; + if ( target.nodeName.toLowerCase() == "span" || target.nodeName.toLowerCase() == "b" ) { + target = target.parentNode; + } + if ( window.location && target.nodeName.toLowerCase() === "strong" ) { + window.location = QUnit.url({ filter: getText([target]).replace(/\([^)]+\)$/, "").replace(/(^\s*|\s*$)/g, "") }); + } + }); + + var li = id(this.id); + li.className = bad ? "fail" : "pass"; + li.removeChild( li.firstChild ); + li.appendChild( b ); + li.appendChild( a ); + li.appendChild( ol ); + + } else { + for ( var i = 0; i < this.assertions.length; i++ ) { + if ( !this.assertions[i].result ) { + bad++; + config.stats.bad++; + config.moduleStats.bad++; + } + } + } + + try { + QUnit.reset(); + } catch(e) { + fail("reset() failed, following Test " + this.testName + ", exception and reset fn follows", e, QUnit.reset); + } + + runLoggingCallbacks( 'testDone', QUnit, { + name: this.testName, + module: this.module, + failed: bad, + passed: this.assertions.length - bad, + total: this.assertions.length + } ); + }, + + queue: function() { + var test = this; + synchronize(function() { + test.init(); + }); + function run() { + // each of these can by async + synchronize(function() { + test.setup(); + }); + synchronize(function() { + test.run(); + }); + synchronize(function() { + test.teardown(); + }); + synchronize(function() { + test.finish(); + }); + } + // defer when previous test run passed, if storage is available + var bad = QUnit.config.reorder && defined.sessionStorage && +sessionStorage.getItem("qunit-" + this.module + "-" + this.testName); + if (bad) { + run(); + } else { + synchronize(run); + }; + } + +}; + +var QUnit = { + + // call on start of module test to prepend name to all tests + module: function(name, testEnvironment) { + config.currentModule = name; + config.currentModuleTestEnviroment = testEnvironment; + }, + + asyncTest: function(testName, expected, callback) { + if ( arguments.length === 2 ) { + callback = expected; + expected = 0; + } + + QUnit.test(testName, expected, callback, true); + }, + + test: function(testName, expected, callback, async) { + var name = '' + testName + '', testEnvironmentArg; + + if ( arguments.length === 2 ) { + callback = expected; + expected = null; + } + // is 2nd argument a testEnvironment? + if ( expected && typeof expected === 'object') { + testEnvironmentArg = expected; + expected = null; + } + + if ( config.currentModule ) { + name = '' + config.currentModule + ": " + name; + } + + if ( !validTest(config.currentModule + ": " + testName) ) { + return; + } + + var test = new Test(name, testName, expected, testEnvironmentArg, async, callback); + test.module = config.currentModule; + test.moduleTestEnvironment = config.currentModuleTestEnviroment; + test.queue(); + }, + + /** + * Specify the number of expected assertions to gurantee that failed test (no assertions are run at all) don't slip through. + */ + expect: function(asserts) { + config.current.expected = asserts; + }, + + /** + * Asserts true. + * @example ok( "asdfasdf".length > 5, "There must be at least 5 chars" ); + */ + ok: function(a, msg) { + a = !!a; + var details = { + result: a, + message: msg + }; + msg = escapeInnerText(msg); + runLoggingCallbacks( 'log', QUnit, details ); + config.current.assertions.push({ + result: a, + message: msg + }); + }, + + /** + * Checks that the first two arguments are equal, with an optional message. + * Prints out both actual and expected values. + * + * Prefered to ok( actual == expected, message ) + * + * @example equal( format("Received {0} bytes.", 2), "Received 2 bytes." ); + * + * @param Object actual + * @param Object expected + * @param String message (optional) + */ + equal: function(actual, expected, message) { + QUnit.push(expected == actual, actual, expected, message); + }, + + notEqual: function(actual, expected, message) { + QUnit.push(expected != actual, actual, expected, message); + }, + + deepEqual: function(actual, expected, message) { + QUnit.push(QUnit.equiv(actual, expected), actual, expected, message); + }, + + notDeepEqual: function(actual, expected, message) { + QUnit.push(!QUnit.equiv(actual, expected), actual, expected, message); + }, + + strictEqual: function(actual, expected, message) { + QUnit.push(expected === actual, actual, expected, message); + }, + + notStrictEqual: function(actual, expected, message) { + QUnit.push(expected !== actual, actual, expected, message); + }, + + raises: function(block, expected, message) { + var actual, ok = false; + + if (typeof expected === 'string') { + message = expected; + expected = null; + } + + try { + block(); + } catch (e) { + actual = e; + } + + if (actual) { + // we don't want to validate thrown error + if (!expected) { + ok = true; + // expected is a regexp + } else if (QUnit.objectType(expected) === "regexp") { + ok = expected.test(actual); + // expected is a constructor + } else if (actual instanceof expected) { + ok = true; + // expected is a validation function which returns true is validation passed + } else if (expected.call({}, actual) === true) { + ok = true; + } + } + + QUnit.ok(ok, message); + }, + + start: function(count) { + config.semaphore -= count || 1; + if (config.semaphore > 0) { + // don't start until equal number of stop-calls + return; + } + if (config.semaphore < 0) { + // ignore if start is called more often then stop + config.semaphore = 0; + } + // A slight delay, to avoid any current callbacks + if ( defined.setTimeout ) { + window.setTimeout(function() { + if (config.semaphore > 0) { + return; + } + if ( config.timeout ) { + clearTimeout(config.timeout); + } + + config.blocking = false; + process(); + }, 13); + } else { + config.blocking = false; + process(); + } + }, + + stop: function(count) { + config.semaphore += count || 1; + config.blocking = true; + + if ( config.testTimeout && defined.setTimeout ) { + clearTimeout(config.timeout); + config.timeout = window.setTimeout(function() { + QUnit.ok( false, "Test timed out" ); + config.semaphore = 1; + QUnit.start(); + }, config.testTimeout); + } + } +}; + +//We want access to the constructor's prototype +(function() { + function F(){}; + F.prototype = QUnit; + QUnit = new F(); + //Make F QUnit's constructor so that we can add to the prototype later + QUnit.constructor = F; +})(); + +// Backwards compatibility, deprecated +QUnit.equals = QUnit.equal; +QUnit.same = QUnit.deepEqual; + +// Maintain internal state +var config = { + // The queue of tests to run + queue: [], + + // block until document ready + blocking: true, + + // when enabled, show only failing tests + // gets persisted through sessionStorage and can be changed in UI via checkbox + hidepassed: false, + + // by default, run previously failed tests first + // very useful in combination with "Hide passed tests" checked + reorder: true, + + // by default, modify document.title when suite is done + altertitle: true, + + urlConfig: ['noglobals', 'notrycatch'], + + //logging callback queues + begin: [], + done: [], + log: [], + testStart: [], + testDone: [], + moduleStart: [], + moduleDone: [] +}; + +// Load paramaters +(function() { + var location = window.location || { search: "", protocol: "file:" }, + params = location.search.slice( 1 ).split( "&" ), + length = params.length, + urlParams = {}, + current; + + if ( params[ 0 ] ) { + for ( var i = 0; i < length; i++ ) { + current = params[ i ].split( "=" ); + current[ 0 ] = decodeURIComponent( current[ 0 ] ); + // allow just a key to turn on a flag, e.g., test.html?noglobals + current[ 1 ] = current[ 1 ] ? decodeURIComponent( current[ 1 ] ) : true; + urlParams[ current[ 0 ] ] = current[ 1 ]; + } + } + + QUnit.urlParams = urlParams; + config.filter = urlParams.filter; + + // Figure out if we're running the tests from a server or not + QUnit.isLocal = !!(location.protocol === 'file:'); +})(); + +// Expose the API as global variables, unless an 'exports' +// object exists, in that case we assume we're in CommonJS +if ( typeof exports === "undefined" || typeof require === "undefined" ) { + extend(window, QUnit); + window.QUnit = QUnit; +} else { + extend(exports, QUnit); + exports.QUnit = QUnit; +} + +// define these after exposing globals to keep them in these QUnit namespace only +extend(QUnit, { + config: config, + + // Initialize the configuration options + init: function() { + extend(config, { + stats: { all: 0, bad: 0 }, + moduleStats: { all: 0, bad: 0 }, + started: +new Date, + updateRate: 1000, + blocking: false, + autostart: true, + autorun: false, + filter: "", + queue: [], + semaphore: 0 + }); + + var tests = id( "qunit-tests" ), + banner = id( "qunit-banner" ), + result = id( "qunit-testresult" ); + + if ( tests ) { + tests.innerHTML = ""; + } + + if ( banner ) { + banner.className = ""; + } + + if ( result ) { + result.parentNode.removeChild( result ); + } + + if ( tests ) { + result = document.createElement( "p" ); + result.id = "qunit-testresult"; + result.className = "result"; + tests.parentNode.insertBefore( result, tests ); + result.innerHTML = 'Running...
           '; + } + }, + + /** + * Resets the test setup. Useful for tests that modify the DOM. + * + * If jQuery is available, uses jQuery's html(), otherwise just innerHTML. + */ + reset: function() { + if ( window.jQuery ) { + jQuery( "#qunit-fixture" ).html( config.fixture ); + } else { + var main = id( 'qunit-fixture' ); + if ( main ) { + main.innerHTML = config.fixture; + } + } + }, + + /** + * Trigger an event on an element. + * + * @example triggerEvent( document.body, "click" ); + * + * @param DOMElement elem + * @param String type + */ + triggerEvent: function( elem, type, event ) { + if ( document.createEvent ) { + event = document.createEvent("MouseEvents"); + event.initMouseEvent(type, true, true, elem.ownerDocument.defaultView, + 0, 0, 0, 0, 0, false, false, false, false, 0, null); + elem.dispatchEvent( event ); + + } else if ( elem.fireEvent ) { + elem.fireEvent("on"+type); + } + }, + + // Safe object type checking + is: function( type, obj ) { + return QUnit.objectType( obj ) == type; + }, + + objectType: function( obj ) { + if (typeof obj === "undefined") { + return "undefined"; + + // consider: typeof null === object + } + if (obj === null) { + return "null"; + } + + var type = Object.prototype.toString.call( obj ) + .match(/^\[object\s(.*)\]$/)[1] || ''; + + switch (type) { + case 'Number': + if (isNaN(obj)) { + return "nan"; + } else { + return "number"; + } + case 'String': + case 'Boolean': + case 'Array': + case 'Date': + case 'RegExp': + case 'Function': + return type.toLowerCase(); + } + if (typeof obj === "object") { + return "object"; + } + return undefined; + }, + + push: function(result, actual, expected, message) { + var details = { + result: result, + message: message, + actual: actual, + expected: expected + }; + + message = escapeInnerText(message) || (result ? "okay" : "failed"); + message = '' + message + ""; + expected = escapeInnerText(QUnit.jsDump.parse(expected)); + actual = escapeInnerText(QUnit.jsDump.parse(actual)); + var output = message + ''; + if (actual != expected) { + output += ''; + output += ''; + } + if (!result) { + var source = sourceFromStacktrace(); + if (source) { + details.source = source; + output += ''; + } + } + output += "
          Expected:
          ' + expected + '
          Result:
          ' + actual + '
          Diff:
          ' + QUnit.diff(expected, actual) +'
          Source:
          ' + escapeInnerText(source) + '
          "; + + runLoggingCallbacks( 'log', QUnit, details ); + + config.current.assertions.push({ + result: !!result, + message: output + }); + }, + + url: function( params ) { + params = extend( extend( {}, QUnit.urlParams ), params ); + var querystring = "?", + key; + for ( key in params ) { + querystring += encodeURIComponent( key ) + "=" + + encodeURIComponent( params[ key ] ) + "&"; + } + return window.location.pathname + querystring.slice( 0, -1 ); + }, + + extend: extend, + id: id, + addEvent: addEvent +}); + +//QUnit.constructor is set to the empty F() above so that we can add to it's prototype later +//Doing this allows us to tell if the following methods have been overwritten on the actual +//QUnit object, which is a deprecated way of using the callbacks. +extend(QUnit.constructor.prototype, { + // Logging callbacks; all receive a single argument with the listed properties + // run test/logs.html for any related changes + begin: registerLoggingCallback('begin'), + // done: { failed, passed, total, runtime } + done: registerLoggingCallback('done'), + // log: { result, actual, expected, message } + log: registerLoggingCallback('log'), + // testStart: { name } + testStart: registerLoggingCallback('testStart'), + // testDone: { name, failed, passed, total } + testDone: registerLoggingCallback('testDone'), + // moduleStart: { name } + moduleStart: registerLoggingCallback('moduleStart'), + // moduleDone: { name, failed, passed, total } + moduleDone: registerLoggingCallback('moduleDone') +}); + +if ( typeof document === "undefined" || document.readyState === "complete" ) { + config.autorun = true; +} + +QUnit.load = function() { + runLoggingCallbacks( 'begin', QUnit, {} ); + + // Initialize the config, saving the execution queue + var oldconfig = extend({}, config); + QUnit.init(); + extend(config, oldconfig); + + config.blocking = false; + + var urlConfigHtml = '', len = config.urlConfig.length; + for ( var i = 0, val; i < len, val = config.urlConfig[i]; i++ ) { + config[val] = QUnit.urlParams[val]; + urlConfigHtml += ''; + } + + var userAgent = id("qunit-userAgent"); + if ( userAgent ) { + userAgent.innerHTML = navigator.userAgent; + } + var banner = id("qunit-header"); + if ( banner ) { + banner.innerHTML = ' ' + banner.innerHTML + ' ' + urlConfigHtml; + addEvent( banner, "change", function( event ) { + var params = {}; + params[ event.target.name ] = event.target.checked ? true : undefined; + window.location = QUnit.url( params ); + }); + } + + var toolbar = id("qunit-testrunner-toolbar"); + if ( toolbar ) { + var filter = document.createElement("input"); + filter.type = "checkbox"; + filter.id = "qunit-filter-pass"; + addEvent( filter, "click", function() { + var ol = document.getElementById("qunit-tests"); + if ( filter.checked ) { + ol.className = ol.className + " hidepass"; + } else { + var tmp = " " + ol.className.replace( /[\n\t\r]/g, " " ) + " "; + ol.className = tmp.replace(/ hidepass /, " "); + } + if ( defined.sessionStorage ) { + if (filter.checked) { + sessionStorage.setItem("qunit-filter-passed-tests", "true"); + } else { + sessionStorage.removeItem("qunit-filter-passed-tests"); + } + } + }); + if ( config.hidepassed || defined.sessionStorage && sessionStorage.getItem("qunit-filter-passed-tests") ) { + filter.checked = true; + var ol = document.getElementById("qunit-tests"); + ol.className = ol.className + " hidepass"; + } + toolbar.appendChild( filter ); + + var label = document.createElement("label"); + label.setAttribute("for", "qunit-filter-pass"); + label.innerHTML = "Hide passed tests"; + toolbar.appendChild( label ); + } + + var main = id('qunit-fixture'); + if ( main ) { + config.fixture = main.innerHTML; + } + + if (config.autostart) { + QUnit.start(); + } +}; + +addEvent(window, "load", QUnit.load); + +function done() { + config.autorun = true; + + // Log the last module results + if ( config.currentModule ) { + runLoggingCallbacks( 'moduleDone', QUnit, { + name: config.currentModule, + failed: config.moduleStats.bad, + passed: config.moduleStats.all - config.moduleStats.bad, + total: config.moduleStats.all + } ); + } + + var banner = id("qunit-banner"), + tests = id("qunit-tests"), + runtime = +new Date - config.started, + passed = config.stats.all - config.stats.bad, + html = [ + 'Tests completed in ', + runtime, + ' milliseconds.
          ', + '', + passed, + ' tests of ', + config.stats.all, + ' passed, ', + config.stats.bad, + ' failed.' + ].join(''); + + if ( banner ) { + banner.className = (config.stats.bad ? "qunit-fail" : "qunit-pass"); + } + + if ( tests ) { + id( "qunit-testresult" ).innerHTML = html; + } + + if ( config.altertitle && typeof document !== "undefined" && document.title ) { + // show ✖ for good, ✔ for bad suite result in title + // use escape sequences in case file gets loaded with non-utf-8-charset + document.title = [ + (config.stats.bad ? "\u2716" : "\u2714"), + document.title.replace(/^[\u2714\u2716] /i, "") + ].join(" "); + } + + runLoggingCallbacks( 'done', QUnit, { + failed: config.stats.bad, + passed: passed, + total: config.stats.all, + runtime: runtime + } ); +} + +function validTest( name ) { + var filter = config.filter, + run = false; + + if ( !filter ) { + return true; + } + + var not = filter.charAt( 0 ) === "!"; + if ( not ) { + filter = filter.slice( 1 ); + } + + if ( name.indexOf( filter ) !== -1 ) { + return !not; + } + + if ( not ) { + run = true; + } + + return run; +} + +// so far supports only Firefox, Chrome and Opera (buggy) +// could be extended in the future to use something like https://github.com/csnover/TraceKit +function sourceFromStacktrace() { + try { + throw new Error(); + } catch ( e ) { + if (e.stacktrace) { + // Opera + return e.stacktrace.split("\n")[6]; + } else if (e.stack) { + // Firefox, Chrome + return e.stack.split("\n")[4]; + } else if (e.sourceURL) { + // Safari, PhantomJS + // TODO sourceURL points at the 'throw new Error' line above, useless + //return e.sourceURL + ":" + e.line; + } + } +} + +function escapeInnerText(s) { + if (!s) { + return ""; + } + s = s + ""; + return s.replace(/[\&<>]/g, function(s) { + switch(s) { + case "&": return "&"; + case "<": return "<"; + case ">": return ">"; + default: return s; + } + }); +} + +function synchronize( callback ) { + config.queue.push( callback ); + + if ( config.autorun && !config.blocking ) { + process(); + } +} + +function process() { + var start = (new Date()).getTime(); + + while ( config.queue.length && !config.blocking ) { + if ( config.updateRate <= 0 || (((new Date()).getTime() - start) < config.updateRate) ) { + config.queue.shift()(); + } else { + window.setTimeout( process, 13 ); + break; + } + } + if (!config.blocking && !config.queue.length) { + done(); + } +} + +function saveGlobal() { + config.pollution = []; + + if ( config.noglobals ) { + for ( var key in window ) { + config.pollution.push( key ); + } + } +} + +function checkPollution( name ) { + var old = config.pollution; + saveGlobal(); + + var newGlobals = diff( config.pollution, old ); + if ( newGlobals.length > 0 ) { + ok( false, "Introduced global variable(s): " + newGlobals.join(", ") ); + } + + var deletedGlobals = diff( old, config.pollution ); + if ( deletedGlobals.length > 0 ) { + ok( false, "Deleted global variable(s): " + deletedGlobals.join(", ") ); + } +} + +// returns a new Array with the elements that are in a but not in b +function diff( a, b ) { + var result = a.slice(); + for ( var i = 0; i < result.length; i++ ) { + for ( var j = 0; j < b.length; j++ ) { + if ( result[i] === b[j] ) { + result.splice(i, 1); + i--; + break; + } + } + } + return result; +} + +function fail(message, exception, callback) { + if ( typeof console !== "undefined" && console.error && console.warn ) { + console.error(message); + console.error(exception); + console.warn(callback.toString()); + + } else if ( window.opera && opera.postError ) { + opera.postError(message, exception, callback.toString); + } +} + +function extend(a, b) { + for ( var prop in b ) { + if ( b[prop] === undefined ) { + delete a[prop]; + } else { + a[prop] = b[prop]; + } + } + + return a; +} + +function addEvent(elem, type, fn) { + if ( elem.addEventListener ) { + elem.addEventListener( type, fn, false ); + } else if ( elem.attachEvent ) { + elem.attachEvent( "on" + type, fn ); + } else { + fn(); + } +} + +function id(name) { + return !!(typeof document !== "undefined" && document && document.getElementById) && + document.getElementById( name ); +} + +function registerLoggingCallback(key){ + return function(callback){ + config[key].push( callback ); + }; +} + +// Supports deprecated method of completely overwriting logging callbacks +function runLoggingCallbacks(key, scope, args) { + //debugger; + var callbacks; + if ( QUnit.hasOwnProperty(key) ) { + QUnit[key].call(scope, args); + } else { + callbacks = config[key]; + for( var i = 0; i < callbacks.length; i++ ) { + callbacks[i].call( scope, args ); + } + } +} + +// Test for equality any JavaScript type. +// Author: Philippe Rathé +QUnit.equiv = function () { + + var innerEquiv; // the real equiv function + var callers = []; // stack to decide between skip/abort functions + var parents = []; // stack to avoiding loops from circular referencing + + // Call the o related callback with the given arguments. + function bindCallbacks(o, callbacks, args) { + var prop = QUnit.objectType(o); + if (prop) { + if (QUnit.objectType(callbacks[prop]) === "function") { + return callbacks[prop].apply(callbacks, args); + } else { + return callbacks[prop]; // or undefined + } + } + } + + var callbacks = function () { + + // for string, boolean, number and null + function useStrictEquality(b, a) { + if (b instanceof a.constructor || a instanceof b.constructor) { + // to catch short annotaion VS 'new' annotation of a + // declaration + // e.g. var i = 1; + // var j = new Number(1); + return a == b; + } else { + return a === b; + } + } + + return { + "string" : useStrictEquality, + "boolean" : useStrictEquality, + "number" : useStrictEquality, + "null" : useStrictEquality, + "undefined" : useStrictEquality, + + "nan" : function(b) { + return isNaN(b); + }, + + "date" : function(b, a) { + return QUnit.objectType(b) === "date" + && a.valueOf() === b.valueOf(); + }, + + "regexp" : function(b, a) { + return QUnit.objectType(b) === "regexp" + && a.source === b.source && // the regex itself + a.global === b.global && // and its modifers + // (gmi) ... + a.ignoreCase === b.ignoreCase + && a.multiline === b.multiline; + }, + + // - skip when the property is a method of an instance (OOP) + // - abort otherwise, + // initial === would have catch identical references anyway + "function" : function() { + var caller = callers[callers.length - 1]; + return caller !== Object && typeof caller !== "undefined"; + }, + + "array" : function(b, a) { + var i, j, loop; + var len; + + // b could be an object literal here + if (!(QUnit.objectType(b) === "array")) { + return false; + } + + len = a.length; + if (len !== b.length) { // safe and faster + return false; + } + + // track reference to avoid circular references + parents.push(a); + for (i = 0; i < len; i++) { + loop = false; + for (j = 0; j < parents.length; j++) { + if (parents[j] === a[i]) { + loop = true;// dont rewalk array + } + } + if (!loop && !innerEquiv(a[i], b[i])) { + parents.pop(); + return false; + } + } + parents.pop(); + return true; + }, + + "object" : function(b, a) { + var i, j, loop; + var eq = true; // unless we can proove it + var aProperties = [], bProperties = []; // collection of + // strings + + // comparing constructors is more strict than using + // instanceof + if (a.constructor !== b.constructor) { + return false; + } + + // stack constructor before traversing properties + callers.push(a.constructor); + // track reference to avoid circular references + parents.push(a); + + for (i in a) { // be strict: don't ensures hasOwnProperty + // and go deep + loop = false; + for (j = 0; j < parents.length; j++) { + if (parents[j] === a[i]) + loop = true; // don't go down the same path + // twice + } + aProperties.push(i); // collect a's properties + + if (!loop && !innerEquiv(a[i], b[i])) { + eq = false; + break; + } + } + + callers.pop(); // unstack, we are done + parents.pop(); + + for (i in b) { + bProperties.push(i); // collect b's properties + } + + // Ensures identical properties name + return eq + && innerEquiv(aProperties.sort(), bProperties + .sort()); + } + }; + }(); + + innerEquiv = function() { // can take multiple arguments + var args = Array.prototype.slice.apply(arguments); + if (args.length < 2) { + return true; // end transition + } + + return (function(a, b) { + if (a === b) { + return true; // catch the most you can + } else if (a === null || b === null || typeof a === "undefined" + || typeof b === "undefined" + || QUnit.objectType(a) !== QUnit.objectType(b)) { + return false; // don't lose time with error prone cases + } else { + return bindCallbacks(a, callbacks, [ b, a ]); + } + + // apply transition with (1..n) arguments + })(args[0], args[1]) + && arguments.callee.apply(this, args.splice(1, + args.length - 1)); + }; + + return innerEquiv; + +}(); + +/** + * jsDump Copyright (c) 2008 Ariel Flesler - aflesler(at)gmail(dot)com | + * http://flesler.blogspot.com Licensed under BSD + * (http://www.opensource.org/licenses/bsd-license.php) Date: 5/15/2008 + * + * @projectDescription Advanced and extensible data dumping for Javascript. + * @version 1.0.0 + * @author Ariel Flesler + * @link {http://flesler.blogspot.com/2008/05/jsdump-pretty-dump-of-any-javascript.html} + */ +QUnit.jsDump = (function() { + function quote( str ) { + return '"' + str.toString().replace(/"/g, '\\"') + '"'; + }; + function literal( o ) { + return o + ''; + }; + function join( pre, arr, post ) { + var s = jsDump.separator(), + base = jsDump.indent(), + inner = jsDump.indent(1); + if ( arr.join ) + arr = arr.join( ',' + s + inner ); + if ( !arr ) + return pre + post; + return [ pre, inner + arr, base + post ].join(s); + }; + function array( arr, stack ) { + var i = arr.length, ret = Array(i); + this.up(); + while ( i-- ) + ret[i] = this.parse( arr[i] , undefined , stack); + this.down(); + return join( '[', ret, ']' ); + }; + + var reName = /^function (\w+)/; + + var jsDump = { + parse:function( obj, type, stack ) { //type is used mostly internally, you can fix a (custom)type in advance + stack = stack || [ ]; + var parser = this.parsers[ type || this.typeOf(obj) ]; + type = typeof parser; + var inStack = inArray(obj, stack); + if (inStack != -1) { + return 'recursion('+(inStack - stack.length)+')'; + } + //else + if (type == 'function') { + stack.push(obj); + var res = parser.call( this, obj, stack ); + stack.pop(); + return res; + } + // else + return (type == 'string') ? parser : this.parsers.error; + }, + typeOf:function( obj ) { + var type; + if ( obj === null ) { + type = "null"; + } else if (typeof obj === "undefined") { + type = "undefined"; + } else if (QUnit.is("RegExp", obj)) { + type = "regexp"; + } else if (QUnit.is("Date", obj)) { + type = "date"; + } else if (QUnit.is("Function", obj)) { + type = "function"; + } else if (typeof obj.setInterval !== undefined && typeof obj.document !== "undefined" && typeof obj.nodeType === "undefined") { + type = "window"; + } else if (obj.nodeType === 9) { + type = "document"; + } else if (obj.nodeType) { + type = "node"; + } else if (typeof obj === "object" && typeof obj.length === "number" && obj.length >= 0) { + type = "array"; + } else { + type = typeof obj; + } + return type; + }, + separator:function() { + return this.multiline ? this.HTML ? '
          ' : '\n' : this.HTML ? ' ' : ' '; + }, + indent:function( extra ) {// extra can be a number, shortcut for increasing-calling-decreasing + if ( !this.multiline ) + return ''; + var chr = this.indentChar; + if ( this.HTML ) + chr = chr.replace(/\t/g,' ').replace(/ /g,' '); + return Array( this._depth_ + (extra||0) ).join(chr); + }, + up:function( a ) { + this._depth_ += a || 1; + }, + down:function( a ) { + this._depth_ -= a || 1; + }, + setParser:function( name, parser ) { + this.parsers[name] = parser; + }, + // The next 3 are exposed so you can use them + quote:quote, + literal:literal, + join:join, + // + _depth_: 1, + // This is the list of parsers, to modify them, use jsDump.setParser + parsers:{ + window: '[Window]', + document: '[Document]', + error:'[ERROR]', //when no parser is found, shouldn't happen + unknown: '[Unknown]', + 'null':'null', + 'undefined':'undefined', + 'function':function( fn ) { + var ret = 'function', + name = 'name' in fn ? fn.name : (reName.exec(fn)||[])[1];//functions never have name in IE + if ( name ) + ret += ' ' + name; + ret += '('; + + ret = [ ret, QUnit.jsDump.parse( fn, 'functionArgs' ), '){'].join(''); + return join( ret, QUnit.jsDump.parse(fn,'functionCode'), '}' ); + }, + array: array, + nodelist: array, + arguments: array, + object:function( map, stack ) { + var ret = [ ]; + QUnit.jsDump.up(); + for ( var key in map ) { + var val = map[key]; + ret.push( QUnit.jsDump.parse(key,'key') + ': ' + QUnit.jsDump.parse(val, undefined, stack)); + } + QUnit.jsDump.down(); + return join( '{', ret, '}' ); + }, + node:function( node ) { + var open = QUnit.jsDump.HTML ? '<' : '<', + close = QUnit.jsDump.HTML ? '>' : '>'; + + var tag = node.nodeName.toLowerCase(), + ret = open + tag; + + for ( var a in QUnit.jsDump.DOMAttrs ) { + var val = node[QUnit.jsDump.DOMAttrs[a]]; + if ( val ) + ret += ' ' + a + '=' + QUnit.jsDump.parse( val, 'attribute' ); + } + return ret + close + open + '/' + tag + close; + }, + functionArgs:function( fn ) {//function calls it internally, it's the arguments part of the function + var l = fn.length; + if ( !l ) return ''; + + var args = Array(l); + while ( l-- ) + args[l] = String.fromCharCode(97+l);//97 is 'a' + return ' ' + args.join(', ') + ' '; + }, + key:quote, //object calls it internally, the key part of an item in a map + functionCode:'[code]', //function calls it internally, it's the content of the function + attribute:quote, //node calls it internally, it's an html attribute value + string:quote, + date:quote, + regexp:literal, //regex + number:literal, + 'boolean':literal + }, + DOMAttrs:{//attributes to dump from nodes, name=>realName + id:'id', + name:'name', + 'class':'className' + }, + HTML:false,//if true, entities are escaped ( <, >, \t, space and \n ) + indentChar:' ',//indentation unit + multiline:true //if true, items in a collection, are separated by a \n, else just a space. + }; + + return jsDump; +})(); + +// from Sizzle.js +function getText( elems ) { + var ret = "", elem; + + for ( var i = 0; elems[i]; i++ ) { + elem = elems[i]; + + // Get the text from text nodes and CDATA nodes + if ( elem.nodeType === 3 || elem.nodeType === 4 ) { + ret += elem.nodeValue; + + // Traverse everything else, except comment nodes + } else if ( elem.nodeType !== 8 ) { + ret += getText( elem.childNodes ); + } + } + + return ret; +}; + +//from jquery.js +function inArray( elem, array ) { + if ( array.indexOf ) { + return array.indexOf( elem ); + } + + for ( var i = 0, length = array.length; i < length; i++ ) { + if ( array[ i ] === elem ) { + return i; + } + } + + return -1; +} + +/* + * Javascript Diff Algorithm + * By John Resig (http://ejohn.org/) + * Modified by Chu Alan "sprite" + * + * Released under the MIT license. + * + * More Info: + * http://ejohn.org/projects/javascript-diff-algorithm/ + * + * Usage: QUnit.diff(expected, actual) + * + * QUnit.diff("the quick brown fox jumped over", "the quick fox jumps over") == "the quick brown fox jumped jumps over" + */ +QUnit.diff = (function() { + function diff(o, n) { + var ns = {}; + var os = {}; + + for (var i = 0; i < n.length; i++) { + if (ns[n[i]] == null) + ns[n[i]] = { + rows: [], + o: null + }; + ns[n[i]].rows.push(i); + } + + for (var i = 0; i < o.length; i++) { + if (os[o[i]] == null) + os[o[i]] = { + rows: [], + n: null + }; + os[o[i]].rows.push(i); + } + + for (var i in ns) { + if (ns[i].rows.length == 1 && typeof(os[i]) != "undefined" && os[i].rows.length == 1) { + n[ns[i].rows[0]] = { + text: n[ns[i].rows[0]], + row: os[i].rows[0] + }; + o[os[i].rows[0]] = { + text: o[os[i].rows[0]], + row: ns[i].rows[0] + }; + } + } + + for (var i = 0; i < n.length - 1; i++) { + if (n[i].text != null && n[i + 1].text == null && n[i].row + 1 < o.length && o[n[i].row + 1].text == null && + n[i + 1] == o[n[i].row + 1]) { + n[i + 1] = { + text: n[i + 1], + row: n[i].row + 1 + }; + o[n[i].row + 1] = { + text: o[n[i].row + 1], + row: i + 1 + }; + } + } + + for (var i = n.length - 1; i > 0; i--) { + if (n[i].text != null && n[i - 1].text == null && n[i].row > 0 && o[n[i].row - 1].text == null && + n[i - 1] == o[n[i].row - 1]) { + n[i - 1] = { + text: n[i - 1], + row: n[i].row - 1 + }; + o[n[i].row - 1] = { + text: o[n[i].row - 1], + row: i - 1 + }; + } + } + + return { + o: o, + n: n + }; + } + + return function(o, n) { + o = o.replace(/\s+$/, ''); + n = n.replace(/\s+$/, ''); + var out = diff(o == "" ? [] : o.split(/\s+/), n == "" ? [] : n.split(/\s+/)); + + var str = ""; + + var oSpace = o.match(/\s+/g); + if (oSpace == null) { + oSpace = [" "]; + } + else { + oSpace.push(" "); + } + var nSpace = n.match(/\s+/g); + if (nSpace == null) { + nSpace = [" "]; + } + else { + nSpace.push(" "); + } + + if (out.n.length == 0) { + for (var i = 0; i < out.o.length; i++) { + str += '' + out.o[i] + oSpace[i] + ""; + } + } + else { + if (out.n[0].text == null) { + for (n = 0; n < out.o.length && out.o[n].text == null; n++) { + str += '' + out.o[n] + oSpace[n] + ""; + } + } + + for (var i = 0; i < out.n.length; i++) { + if (out.n[i].text == null) { + str += '' + out.n[i] + nSpace[i] + ""; + } + else { + var pre = ""; + + for (n = out.n[i].row + 1; n < out.o.length && out.o[n].text == null; n++) { + pre += '' + out.o[n] + oSpace[n] + ""; + } + str += " " + out.n[i].text + nSpace[i] + pre; + } + } + } + + return str; + }; +})(); + +})(this); diff -r 7b55777486c3 -r 75ba66457232 unittests/sinon-ie.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/sinon-ie.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,82 @@ +/** + * Sinon.JS 1.2.0, 2011/09/27 + * + * @author Christian Johansen (christian@cjohansen.no) + * + * (The BSD License) + * + * Copyright (c) 2010-2011, Christian Johansen, christian@cjohansen.no + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * * Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * * Neither the name of Christian Johansen nor the names of his contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +"use strict"; +/*global sinon, setTimeout, setInterval, clearTimeout, clearInterval, Date*/ +/** + * Helps IE run the fake timers. By defining global functions, IE allows + * them to be overwritten at a later point. If these are not defined like + * this, overwriting them will result in anything from an exception to browser + * crash. + * + * If you don't require fake timers to work in IE, don't include this file. + * + * @author Christian Johansen (christian@cjohansen.no) + * @license BSD + * + * Copyright (c) 2010-2011 Christian Johansen + */ +function setTimeout() {} +function clearTimeout() {} +function setInterval() {} +function clearInterval() {} +function Date() {} + +// Reassign the original functions. Now their writable attribute +// should be true. Hackish, I know, but it works. +setTimeout = sinon.timers.setTimeout; +clearTimeout = sinon.timers.clearTimeout; +setInterval = sinon.timers.setInterval; +clearInterval = sinon.timers.clearInterval; +Date = sinon.timers.Date; + +/*global sinon*/ +/** + * Helps IE run the fake XMLHttpRequest. By defining global functions, IE allows + * them to be overwritten at a later point. If these are not defined like + * this, overwriting them will result in anything from an exception to browser + * crash. + * + * If you don't require fake XHR to work in IE, don't include this file. + * + * @author Christian Johansen (christian@cjohansen.no) + * @license BSD + * + * Copyright (c) 2010-2011 Christian Johansen + */ +function XMLHttpRequest() {} + +// Reassign the original function. Now its writable attribute +// should be true. Hackish, I know, but it works. +XMLHttpRequest = sinon.xhr.XMLHttpRequest || undefined; diff -r 7b55777486c3 -r 75ba66457232 unittests/sinon-qunit.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/sinon-qunit.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,62 @@ +/** + * sinon-qunit 1.0.0, 2010/12/09 + * + * @author Christian Johansen (christian@cjohansen.no) + * + * (The BSD License) + * + * Copyright (c) 2010-2011, Christian Johansen, christian@cjohansen.no + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * * Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * * Neither the name of Christian Johansen nor the names of his contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ +/*global sinon, QUnit, test*/ +sinon.assert.fail = function (msg) { + QUnit.ok(false, msg); +}; + +sinon.assert.pass = function (assertion) { + QUnit.ok(true, assertion); +}; + +sinon.config = { + injectIntoThis: true, + injectInto: null, + properties: ["spy", "stub", "mock", "clock", "sandbox"], + useFakeTimers: true, + useFakeServer: false +}; + +(function (global) { + var qTest = QUnit.test; + + QUnit.test = global.test = function (testName, expected, callback, async) { + if (arguments.length === 2) { + callback = expected; + expected = null; + } + + return qTest(testName, expected, sinon.test(callback), async); + }; +}(this)); diff -r 7b55777486c3 -r 75ba66457232 unittests/sinon.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/sinon.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,2916 @@ +/** + * Sinon.JS 1.2.0, 2011/09/27 + * + * @author Christian Johansen (christian@cjohansen.no) + * + * (The BSD License) + * + * Copyright (c) 2010-2011, Christian Johansen, christian@cjohansen.no + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * * Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * * Neither the name of Christian Johansen nor the names of his contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +"use strict"; +/*jslint eqeqeq: false, onevar: false, forin: true, nomen: false, regexp: false, plusplus: false*/ +/*global module, require, __dirname, document*/ +/** + * Sinon core utilities. For internal use only. + * + * @author Christian Johansen (christian@cjohansen.no) + * @license BSD + * + * Copyright (c) 2010-2011 Christian Johansen + */ + +var sinon = (function () { + var div = typeof document != "undefined" && document.createElement("div"); + + function isNode(obj) { + var success = false; + + try { + obj.appendChild(div); + success = div.parentNode == obj; + } catch (e) { + return false; + } finally { + try { + obj.removeChild(div); + } catch (e) {} + } + + return success; + } + + function isElement(obj) { + return div && obj && obj.nodeType === 1 && isNode(obj); + } + + return { + wrapMethod: function wrapMethod(object, property, method) { + if (!object) { + throw new TypeError("Should wrap property of object"); + } + + if (typeof method != "function") { + throw new TypeError("Method wrapper should be function"); + } + + var wrappedMethod = object[property]; + var type = typeof wrappedMethod; + + if (type != "function") { + throw new TypeError("Attempted to wrap " + type + " property " + property + + " as function"); + } + + if (wrappedMethod.restore && wrappedMethod.restore.sinon) { + throw new TypeError("Attempted to wrap " + property + " which is already wrapped"); + } + + if (wrappedMethod.calledBefore) { + var verb = !!wrappedMethod.returns ? "stubbed" : "spied on"; + throw new TypeError("Attempted to wrap " + property + " which is already " + verb); + } + + var owned = object.hasOwnProperty(property); + object[property] = method; + method.displayName = property; + + method.restore = function () { + if(owned) { + object[property] = wrappedMethod; + } else { + delete object[property]; + } + }; + + method.restore.sinon = true; + + return method; + }, + + extend: function extend(target) { + for (var i = 1, l = arguments.length; i < l; i += 1) { + for (var prop in arguments[i]) { + if (arguments[i].hasOwnProperty(prop)) { + target[prop] = arguments[i][prop]; + } + + // DONT ENUM bug, only care about toString + if (arguments[i].hasOwnProperty("toString") && + arguments[i].toString != target.toString) { + target.toString = arguments[i].toString; + } + } + } + + return target; + }, + + create: function create(proto) { + var F = function () {}; + F.prototype = proto; + return new F(); + }, + + deepEqual: function deepEqual(a, b) { + if (typeof a != "object" || typeof b != "object") { + return a === b; + } + + if (isElement(a) || isElement(b)) { + return a === b; + } + + if (a === b) { + return true; + } + + if (Object.prototype.toString.call(a) == "[object Array]") { + if (a.length !== b.length) { + return false; + } + + for (var i = 0, l = a.length; i < l; i += 1) { + if (!deepEqual(a[i], b[i])) { + return false; + } + } + + return true; + } + + var prop, aLength = 0, bLength = 0; + + for (prop in a) { + aLength += 1; + + if (!deepEqual(a[prop], b[prop])) { + return false; + } + } + + for (prop in b) { + bLength += 1; + } + + if (aLength != bLength) { + return false; + } + + return true; + }, + + functionName: function functionName(func) { + var name = func.displayName || func.name; + + // Use function decomposition as a last resort to get function + // name. Does not rely on function decomposition to work - if it + // doesn't debugging will be slightly less informative + // (i.e. toString will say 'spy' rather than 'myFunc'). + if (!name) { + var matches = func.toString().match(/function ([^\s\(]+)/); + name = matches && matches[1]; + } + + return name; + }, + + functionToString: function toString() { + if (this.getCall && this.callCount) { + var thisValue, prop, i = this.callCount; + + while (i--) { + thisValue = this.getCall(i).thisValue; + + for (prop in thisValue) { + if (thisValue[prop] === this) { + return prop; + } + } + } + } + + return this.displayName || "sinon fake"; + }, + + getConfig: function (custom) { + var config = {}; + custom = custom || {}; + var defaults = sinon.defaultConfig; + + for (var prop in defaults) { + if (defaults.hasOwnProperty(prop)) { + config[prop] = custom.hasOwnProperty(prop) ? custom[prop] : defaults[prop]; + } + } + + return config; + }, + + format: function (val) { + return "" + val; + }, + + defaultConfig: { + injectIntoThis: true, + injectInto: null, + properties: ["spy", "stub", "mock", "clock", "server", "requests"], + useFakeTimers: true, + useFakeServer: true + }, + + timesInWords: function timesInWords(count) { + return count == 1 && "once" || + count == 2 && "twice" || + count == 3 && "thrice" || + (count || 0) + " times"; + }, + + calledInOrder: function (spies) { + for (var i = 1, l = spies.length; i < l; i++) { + if (!spies[i - 1].calledBefore(spies[i])) { + return false; + } + } + + return true; + }, + + orderByFirstCall: function (spies) { + return spies.sort(function (a, b) { + // uuid, won't ever be equal + return a.getCall(0).callId < b.getCall(0).callId ? -1 : 1; + }); + } + }; +}()); + +if (typeof module == "object" && typeof require == "function") { + module.exports = sinon; + module.exports.spy = require("./sinon/spy"); + module.exports.stub = require("./sinon/stub"); + module.exports.mock = require("./sinon/mock"); + module.exports.collection = require("./sinon/collection"); + module.exports.assert = require("./sinon/assert"); + module.exports.sandbox = require("./sinon/sandbox"); + module.exports.test = require("./sinon/test"); + module.exports.testCase = require("./sinon/test_case"); + module.exports.assert = require("./sinon/assert"); +} + +/* @depend ../sinon.js */ +/*jslint eqeqeq: false, onevar: false, plusplus: false*/ +/*global module, require, sinon*/ +/** + * Spy functions + * + * @author Christian Johansen (christian@cjohansen.no) + * @license BSD + * + * Copyright (c) 2010-2011 Christian Johansen + */ + +(function (sinon) { + var commonJSModule = typeof module == "object" && typeof require == "function"; + var spyCall; + var callId = 0; + var push = [].push; + + if (!sinon && commonJSModule) { + sinon = require("../sinon"); + } + + if (!sinon) { + return; + } + + function spy(object, property) { + if (!property && typeof object == "function") { + return spy.create(object); + } + + if (!object || !property) { + return spy.create(function () {}); + } + + var method = object[property]; + return sinon.wrapMethod(object, property, spy.create(method)); + } + + sinon.extend(spy, (function () { + var slice = Array.prototype.slice; + + function delegateToCalls(api, method, matchAny, actual, notCalled) { + api[method] = function () { + if (!this.called) { + return !!notCalled; + } + + var currentCall; + var matches = 0; + + for (var i = 0, l = this.callCount; i < l; i += 1) { + currentCall = this.getCall(i); + + if (currentCall[actual || method].apply(currentCall, arguments)) { + matches += 1; + + if (matchAny) { + return true; + } + } + } + + return matches === this.callCount; + }; + } + + function matchingFake(fakes, args, strict) { + if (!fakes) { + return; + } + + var alen = args.length; + + for (var i = 0, l = fakes.length; i < l; i++) { + if (fakes[i].matches(args, strict)) { + return fakes[i]; + } + } + } + + var uuid = 0; + + // Public API + var spyApi = { + reset: function () { + this.called = false; + this.calledOnce = false; + this.calledTwice = false; + this.calledThrice = false; + this.callCount = 0; + this.args = []; + this.returnValues = []; + this.thisValues = []; + this.exceptions = []; + this.callIds = []; + }, + + create: function create(func) { + var name; + + if (typeof func != "function") { + func = function () {}; + } else { + name = sinon.functionName(func); + } + + function proxy() { + return proxy.invoke(func, this, slice.call(arguments)); + } + + sinon.extend(proxy, spy); + delete proxy.create; + sinon.extend(proxy, func); + + proxy.reset(); + proxy.prototype = func.prototype; + proxy.displayName = name || "spy"; + proxy.toString = sinon.functionToString; + proxy._create = sinon.spy.create; + proxy.id = "spy#" + uuid++; + + return proxy; + }, + + invoke: function invoke(func, thisValue, args) { + var matching = matchingFake(this.fakes, args); + var exception, returnValue; + this.called = true; + this.callCount += 1; + this.calledOnce = this.callCount == 1; + this.calledTwice = this.callCount == 2; + this.calledThrice = this.callCount == 3; + push.call(this.thisValues, thisValue); + push.call(this.args, args); + push.call(this.callIds, callId++); + + try { + if (matching) { + returnValue = matching.invoke(func, thisValue, args); + } else { + returnValue = (this.func || func).apply(thisValue, args); + } + } catch (e) { + push.call(this.returnValues, undefined); + exception = e; + throw e; + } finally { + push.call(this.exceptions, exception); + } + + push.call(this.returnValues, returnValue); + + return returnValue; + }, + + getCall: function getCall(i) { + if (i < 0 || i >= this.callCount) { + return null; + } + + return spyCall.create(this, this.thisValues[i], this.args[i], + this.returnValues[i], this.exceptions[i], + this.callIds[i]); + }, + + calledBefore: function calledBefore(spyFn) { + if (!this.called) { + return false; + } + + if (!spyFn.called) { + return true; + } + + return this.callIds[0] < spyFn.callIds[0]; + }, + + calledAfter: function calledAfter(spyFn) { + if (!this.called || !spyFn.called) { + return false; + } + + return this.callIds[this.callCount - 1] > spyFn.callIds[spyFn.callCount - 1]; + }, + + withArgs: function () { + var args = slice.call(arguments); + + if (this.fakes) { + var match = matchingFake(this.fakes, args, true); + + if (match) { + return match; + } + } else { + this.fakes = []; + } + + var original = this; + var fake = this._create(); + fake.matchingAguments = args; + push.call(this.fakes, fake); + + fake.withArgs = function () { + return original.withArgs.apply(original, arguments); + }; + + return fake; + }, + + matches: function (args, strict) { + var margs = this.matchingAguments; + + if (margs.length <= args.length && + sinon.deepEqual(margs, args.slice(0, margs.length))) { + return !strict || margs.length == args.length; + } + }, + + printf: function (format) { + var spy = this; + var args = [].slice.call(arguments, 1); + var formatter; + + return (format || "").replace(/%(.)/g, function (match, specifyer) { + formatter = spyApi.formatters[specifyer]; + + if (typeof formatter == "function") { + return formatter.call(null, spy, args); + } else if (!isNaN(parseInt(specifyer), 10)) { + return sinon.format(args[specifyer - 1]); + } + + return "%" + specifyer; + }); + } + }; + + delegateToCalls(spyApi, "calledOn", true); + delegateToCalls(spyApi, "alwaysCalledOn", false, "calledOn"); + delegateToCalls(spyApi, "calledWith", true); + delegateToCalls(spyApi, "alwaysCalledWith", false, "calledWith"); + delegateToCalls(spyApi, "calledWithExactly", true); + delegateToCalls(spyApi, "alwaysCalledWithExactly", false, "calledWithExactly"); + delegateToCalls(spyApi, "neverCalledWith", false, "notCalledWith", true); + delegateToCalls(spyApi, "threw", true); + delegateToCalls(spyApi, "alwaysThrew", false, "threw"); + delegateToCalls(spyApi, "returned", true); + delegateToCalls(spyApi, "alwaysReturned", false, "returned"); + delegateToCalls(spyApi, "calledWithNew", true); + delegateToCalls(spyApi, "alwaysCalledWithNew", false, "calledWithNew"); + + spyApi.formatters = { + "c": function (spy) { + return sinon.timesInWords(spy.callCount); + }, + + "n": function (spy) { + return spy.toString(); + }, + + "C": function (spy) { + var calls = []; + + for (var i = 0, l = spy.callCount; i < l; ++i) { + push.call(calls, " " + spy.getCall(i).toString()); + } + + return calls.length > 0 ? "\n" + calls.join("\n") : ""; + }, + + "t": function (spy) { + var objects = []; + + for (var i = 0, l = spy.callCount; i < l; ++i) { + push.call(objects, sinon.format(spy.thisValues[i])); + } + + return objects.join(", "); + }, + + "*": function (spy, args) { + return args.join(", "); + } + }; + + return spyApi; + }())); + + spyCall = (function () { + return { + create: function create(spy, thisValue, args, returnValue, exception, id) { + var proxyCall = sinon.create(spyCall); + delete proxyCall.create; + proxyCall.proxy = spy; + proxyCall.thisValue = thisValue; + proxyCall.args = args; + proxyCall.returnValue = returnValue; + proxyCall.exception = exception; + proxyCall.callId = typeof id == "number" && id || callId++; + + return proxyCall; + }, + + calledOn: function calledOn(thisValue) { + return this.thisValue === thisValue; + }, + + calledWith: function calledWith() { + for (var i = 0, l = arguments.length; i < l; i += 1) { + if (!sinon.deepEqual(arguments[i], this.args[i])) { + return false; + } + } + + return true; + }, + + calledWithExactly: function calledWithExactly() { + return arguments.length == this.args.length && + this.calledWith.apply(this, arguments); + }, + + notCalledWith: function notCalledWith() { + for (var i = 0, l = arguments.length; i < l; i += 1) { + if (!sinon.deepEqual(arguments[i], this.args[i])) { + return true; + } + } + return false; + }, + + returned: function returned(value) { + return this.returnValue === value; + }, + + threw: function threw(error) { + if (typeof error == "undefined" || !this.exception) { + return !!this.exception; + } + + if (typeof error == "string") { + return this.exception.name == error; + } + + return this.exception === error; + }, + + calledWithNew: function calledWithNew(thisValue) { + return this.thisValue instanceof this.proxy; + }, + + calledBefore: function (other) { + return this.callId < other.callId; + }, + + calledAfter: function (other) { + return this.callId > other.callId; + }, + + toString: function () { + var callStr = this.proxy.toString() + "("; + var args = []; + + for (var i = 0, l = this.args.length; i < l; ++i) { + push.call(args, sinon.format(this.args[i])); + } + + callStr = callStr + args.join(", ") + ")"; + + if (typeof this.returnValue != "undefined") { + callStr += " => " + sinon.format(this.returnValue); + } + + if (this.exception) { + callStr += " !" + this.exception.name; + + if (this.exception.message) { + callStr += "(" + this.exception.message + ")"; + } + } + + return callStr; + } + }; + }()); + + spy.spyCall = spyCall; + + // This steps outside the module sandbox and will be removed + sinon.spyCall = spyCall; + + if (commonJSModule) { + module.exports = spy; + } else { + sinon.spy = spy; + } +}(typeof sinon == "object" && sinon || null)); + +/** + * @depend ../sinon.js + * @depend spy.js + */ +/*jslint eqeqeq: false, onevar: false*/ +/*global module, require, sinon*/ +/** + * Stub functions + * + * @author Christian Johansen (christian@cjohansen.no) + * @license BSD + * + * Copyright (c) 2010-2011 Christian Johansen + */ + +(function (sinon) { + var commonJSModule = typeof module == "object" && typeof require == "function"; + + if (!sinon && commonJSModule) { + sinon = require("../sinon"); + } + + if (!sinon) { + return; + } + + function stub(object, property, func) { + if (!!func && typeof func != "function") { + throw new TypeError("Custom stub should be function"); + } + + var wrapper; + + if (func) { + wrapper = sinon.spy && sinon.spy.create ? sinon.spy.create(func) : func; + } else { + wrapper = stub.create(); + } + + if (!object && !property) { + return sinon.stub.create(); + } + + if (!property && !!object && typeof object == "object") { + for (var prop in object) { + if (object.hasOwnProperty(prop) && typeof object[prop] == "function") { + stub(object, prop); + } + } + + return object; + } + + return sinon.wrapMethod(object, property, wrapper); + } + + function getCallback(stub, args) { + if (stub.callArgAt < 0) { + for (var i = 0, l = args.length; i < l; ++i) { + if (!stub.callArgProp && typeof args[i] == "function") { + return args[i]; + } + + if (stub.callArgProp && args[i] && + typeof args[i][stub.callArgProp] == "function") { + return args[i][stub.callArgProp]; + } + } + + return null; + } + + return args[stub.callArgAt]; + } + + var join = Array.prototype.join; + + function getCallbackError(stub, func, args) { + if (stub.callArgAt < 0) { + var msg; + + if (stub.callArgProp) { + msg = sinon.functionName(stub) + + " expected to yield to '" + stub.callArgProp + + "', but no object with such a property was passed." + } else { + msg = sinon.functionName(stub) + + " expected to yield, but no callback was passed." + } + + if (args.length > 0) { + msg += " Received [" + join.call(args, ", ") + "]"; + } + + return msg; + } + + return "argument at index " + stub.callArgAt + " is not a function: " + func; + } + + function callCallback(stub, args) { + if (typeof stub.callArgAt == "number") { + var func = getCallback(stub, args); + + if (typeof func != "function") { + throw new TypeError(getCallbackError(stub, func, args)); + } + + func.apply(null, stub.callbackArguments); + } + } + + var uuid = 0; + + sinon.extend(stub, (function () { + var slice = Array.prototype.slice; + + function throwsException(error, message) { + if (typeof error == "string") { + this.exception = new Error(message || ""); + this.exception.name = error; + } else if (!error) { + this.exception = new Error("Error"); + } else { + this.exception = error; + } + + return this; + } + + return { + create: function create() { + var functionStub = function () { + if (functionStub.exception) { + throw functionStub.exception; + } + + callCallback(functionStub, arguments); + + return functionStub.returnValue; + }; + + functionStub.id = "stub#" + uuid++; + var orig = functionStub; + functionStub = sinon.spy.create(functionStub); + functionStub.func = orig; + + sinon.extend(functionStub, stub); + functionStub._create = sinon.stub.create; + functionStub.displayName = "stub"; + functionStub.toString = sinon.functionToString; + + return functionStub; + }, + + returns: function returns(value) { + this.returnValue = value; + + return this; + }, + + "throws": throwsException, + throwsException: throwsException, + + callsArg: function callsArg(pos) { + if (typeof pos != "number") { + throw new TypeError("argument index is not number"); + } + + this.callArgAt = pos; + this.callbackArguments = []; + + return this; + }, + + callsArgWith: function callsArgWith(pos) { + if (typeof pos != "number") { + throw new TypeError("argument index is not number"); + } + + this.callArgAt = pos; + this.callbackArguments = slice.call(arguments, 1); + + return this; + }, + + yields: function () { + this.callArgAt = -1; + this.callbackArguments = slice.call(arguments, 0); + + return this; + }, + + yieldsTo: function (prop) { + this.callArgAt = -1; + this.callArgProp = prop; + this.callbackArguments = slice.call(arguments, 1); + + return this; + } + }; + }())); + + if (commonJSModule) { + module.exports = stub; + } else { + sinon.stub = stub; + } +}(typeof sinon == "object" && sinon || null)); + +/** + * @depend ../sinon.js + * @depend stub.js + */ +/*jslint eqeqeq: false, onevar: false, nomen: false*/ +/*global module, require, sinon*/ +/** + * Mock functions. + * + * @author Christian Johansen (christian@cjohansen.no) + * @license BSD + * + * Copyright (c) 2010-2011 Christian Johansen + */ + +(function (sinon) { + var commonJSModule = typeof module == "object" && typeof require == "function"; + var push = [].push; + + if (!sinon && commonJSModule) { + sinon = require("../sinon"); + } + + if (!sinon) { + return; + } + + function mock(object) { + if (!object) { + return sinon.expectation.create("Anonymous mock"); + } + + return mock.create(object); + } + + sinon.mock = mock; + + sinon.extend(mock, (function () { + function each(collection, callback) { + if (!collection) { + return; + } + + for (var i = 0, l = collection.length; i < l; i += 1) { + callback(collection[i]); + } + } + + return { + create: function create(object) { + if (!object) { + throw new TypeError("object is null"); + } + + var mockObject = sinon.extend({}, mock); + mockObject.object = object; + delete mockObject.create; + + return mockObject; + }, + + expects: function expects(method) { + if (!method) { + throw new TypeError("method is falsy"); + } + + if (!this.expectations) { + this.expectations = {}; + this.proxies = []; + } + + if (!this.expectations[method]) { + this.expectations[method] = []; + var mockObject = this; + + sinon.wrapMethod(this.object, method, function () { + return mockObject.invokeMethod(method, this, arguments); + }); + + push.call(this.proxies, method); + } + + var expectation = sinon.expectation.create(method); + push.call(this.expectations[method], expectation); + + return expectation; + }, + + restore: function restore() { + var object = this.object; + + each(this.proxies, function (proxy) { + if (typeof object[proxy].restore == "function") { + object[proxy].restore(); + } + }); + }, + + verify: function verify() { + var expectations = this.expectations || {}; + var messages = [], met = []; + + each(this.proxies, function (proxy) { + each(expectations[proxy], function (expectation) { + if (!expectation.met()) { + push.call(messages, expectation.toString()); + } else { + push.call(met, expectation.toString()); + } + }); + }); + + this.restore(); + + if (messages.length > 0) { + sinon.expectation.fail(messages.concat(met).join("\n")); + } + + return true; + }, + + invokeMethod: function invokeMethod(method, thisValue, args) { + var expectations = this.expectations && this.expectations[method]; + var length = expectations && expectations.length || 0; + + for (var i = 0; i < length; i += 1) { + if (!expectations[i].met() && + expectations[i].allowsCall(thisValue, args)) { + return expectations[i].apply(thisValue, args); + } + } + + var messages = []; + + for (i = 0; i < length; i += 1) { + push.call(messages, " " + expectations[i].toString()); + } + + messages.unshift("Unexpected call: " + sinon.spyCall.toString.call({ + proxy: method, + args: args + })); + + sinon.expectation.fail(messages.join("\n")); + } + }; + }())); + + var times = sinon.timesInWords; + + sinon.expectation = (function () { + var slice = Array.prototype.slice; + var _invoke = sinon.spy.invoke; + + function callCountInWords(callCount) { + if (callCount == 0) { + return "never called"; + } else { + return "called " + times(callCount); + } + } + + function expectedCallCountInWords(expectation) { + var min = expectation.minCalls; + var max = expectation.maxCalls; + + if (typeof min == "number" && typeof max == "number") { + var str = times(min); + + if (min != max) { + str = "at least " + str + " and at most " + times(max); + } + + return str; + } + + if (typeof min == "number") { + return "at least " + times(min); + } + + return "at most " + times(max); + } + + function receivedMinCalls(expectation) { + var hasMinLimit = typeof expectation.minCalls == "number"; + return !hasMinLimit || expectation.callCount >= expectation.minCalls; + } + + function receivedMaxCalls(expectation) { + if (typeof expectation.maxCalls != "number") { + return false; + } + + return expectation.callCount == expectation.maxCalls; + } + + return { + minCalls: 1, + maxCalls: 1, + + create: function create(methodName) { + var expectation = sinon.extend(sinon.stub.create(), sinon.expectation); + delete expectation.create; + expectation.method = methodName; + + return expectation; + }, + + invoke: function invoke(func, thisValue, args) { + this.verifyCallAllowed(thisValue, args); + + return _invoke.apply(this, arguments); + }, + + atLeast: function atLeast(num) { + if (typeof num != "number") { + throw new TypeError("'" + num + "' is not number"); + } + + if (!this.limitsSet) { + this.maxCalls = null; + this.limitsSet = true; + } + + this.minCalls = num; + + return this; + }, + + atMost: function atMost(num) { + if (typeof num != "number") { + throw new TypeError("'" + num + "' is not number"); + } + + if (!this.limitsSet) { + this.minCalls = null; + this.limitsSet = true; + } + + this.maxCalls = num; + + return this; + }, + + never: function never() { + return this.exactly(0); + }, + + once: function once() { + return this.exactly(1); + }, + + twice: function twice() { + return this.exactly(2); + }, + + thrice: function thrice() { + return this.exactly(3); + }, + + exactly: function exactly(num) { + if (typeof num != "number") { + throw new TypeError("'" + num + "' is not a number"); + } + + this.atLeast(num); + return this.atMost(num); + }, + + met: function met() { + return !this.failed && receivedMinCalls(this); + }, + + verifyCallAllowed: function verifyCallAllowed(thisValue, args) { + if (receivedMaxCalls(this)) { + this.failed = true; + sinon.expectation.fail(this.method + " already called " + times(this.maxCalls)); + } + + if ("expectedThis" in this && this.expectedThis !== thisValue) { + sinon.expectation.fail(this.method + " called with " + thisValue + " as thisValue, expected " + + this.expectedThis); + } + + if (!("expectedArguments" in this)) { + return; + } + + if (!args || args.length === 0) { + sinon.expectation.fail(this.method + " received no arguments, expected " + + this.expectedArguments.join()); + } + + if (args.length < this.expectedArguments.length) { + sinon.expectation.fail(this.method + " received too few arguments (" + args.join() + + "), expected " + this.expectedArguments.join()); + } + + if (this.expectsExactArgCount && + args.length != this.expectedArguments.length) { + sinon.expectation.fail(this.method + " received too many arguments (" + args.join() + + "), expected " + this.expectedArguments.join()); + } + + for (var i = 0, l = this.expectedArguments.length; i < l; i += 1) { + if (!sinon.deepEqual(this.expectedArguments[i], args[i])) { + sinon.expectation.fail(this.method + " received wrong arguments (" + args.join() + + "), expected " + this.expectedArguments.join()); + } + } + }, + + allowsCall: function allowsCall(thisValue, args) { + if (this.met()) { + return false; + } + + if ("expectedThis" in this && this.expectedThis !== thisValue) { + return false; + } + + if (!("expectedArguments" in this)) { + return true; + } + + args = args || []; + + if (args.length < this.expectedArguments.length) { + return false; + } + + if (this.expectsExactArgCount && + args.length != this.expectedArguments.length) { + return false; + } + + for (var i = 0, l = this.expectedArguments.length; i < l; i += 1) { + if (!sinon.deepEqual(this.expectedArguments[i], args[i])) { + return false; + } + } + + return true; + }, + + withArgs: function withArgs() { + this.expectedArguments = slice.call(arguments); + return this; + }, + + withExactArgs: function withExactArgs() { + this.withArgs.apply(this, arguments); + this.expectsExactArgCount = true; + return this; + }, + + on: function on(thisValue) { + this.expectedThis = thisValue; + return this; + }, + + toString: function () { + var args = (this.expectedArguments || []).slice(); + + if (!this.expectsExactArgCount) { + push.call(args, "[...]"); + } + + var callStr = sinon.spyCall.toString.call({ + proxy: this.method, args: args + }); + + var message = callStr.replace(", [...", "[, ...") + " " + + expectedCallCountInWords(this); + + if (this.met()) { + return "Expectation met: " + message; + } + + return "Expected " + message + " (" + + callCountInWords(this.callCount) + ")"; + }, + + verify: function verify() { + if (!this.met()) { + sinon.expectation.fail(this.toString()); + } + + return true; + }, + + fail: function (message) { + var exception = new Error(message); + exception.name = "ExpectationError"; + + throw exception; + } + }; + }()); + + if (commonJSModule) { + module.exports = mock; + } else { + sinon.mock = mock; + } +}(typeof sinon == "object" && sinon || null)); + +/** + * @depend ../sinon.js + * @depend stub.js + * @depend mock.js + */ +/*jslint eqeqeq: false, onevar: false, forin: true*/ +/*global module, require, sinon*/ +/** + * Collections of stubs, spies and mocks. + * + * @author Christian Johansen (christian@cjohansen.no) + * @license BSD + * + * Copyright (c) 2010-2011 Christian Johansen + */ + +(function (sinon) { + var commonJSModule = typeof module == "object" && typeof require == "function"; + var push = [].push; + + if (!sinon && commonJSModule) { + sinon = require("../sinon"); + } + + if (!sinon) { + return; + } + + function getFakes(fakeCollection) { + if (!fakeCollection.fakes) { + fakeCollection.fakes = []; + } + + return fakeCollection.fakes; + } + + function each(fakeCollection, method) { + var fakes = getFakes(fakeCollection); + + for (var i = 0, l = fakes.length; i < l; i += 1) { + if (typeof fakes[i][method] == "function") { + fakes[i][method](); + } + } + } + + function compact(fakeCollection) { + var fakes = getFakes(fakeCollection); + var i = 0; + while (i < fakes.length) { + fakes.splice(i, 1); + } + } + + var collection = { + verify: function resolve() { + each(this, "verify"); + }, + + restore: function restore() { + each(this, "restore"); + compact(this); + }, + + verifyAndRestore: function verifyAndRestore() { + var exception; + + try { + this.verify(); + } catch (e) { + exception = e; + } + + this.restore(); + + if (exception) { + throw exception; + } + }, + + add: function add(fake) { + push.call(getFakes(this), fake); + return fake; + }, + + spy: function spy() { + return this.add(sinon.spy.apply(sinon, arguments)); + }, + + stub: function stub(object, property, value) { + if (property) { + var original = object[property]; + + if (typeof original != "function") { + if (!object.hasOwnProperty(property)) { + throw new TypeError("Cannot stub non-existent own property " + property); + } + + object[property] = value; + + return this.add({ + restore: function () { + object[property] = original; + } + }); + } + } + + return this.add(sinon.stub.apply(sinon, arguments)); + }, + + mock: function mock() { + return this.add(sinon.mock.apply(sinon, arguments)); + }, + + inject: function inject(obj) { + var col = this; + + obj.spy = function () { + return col.spy.apply(col, arguments); + }; + + obj.stub = function () { + return col.stub.apply(col, arguments); + }; + + obj.mock = function () { + return col.mock.apply(col, arguments); + }; + + return obj; + } + }; + + if (commonJSModule) { + module.exports = collection; + } else { + sinon.collection = collection; + } +}(typeof sinon == "object" && sinon || null)); + +/*jslint eqeqeq: false, plusplus: false, evil: true, onevar: false, browser: true, forin: false*/ +/*global module, require, window*/ +/** + * Fake timer API + * setTimeout + * setInterval + * clearTimeout + * clearInterval + * tick + * reset + * Date + * + * Inspired by jsUnitMockTimeOut from JsUnit + * + * @author Christian Johansen (christian@cjohansen.no) + * @license BSD + * + * Copyright (c) 2010-2011 Christian Johansen + */ + +if (typeof sinon == "undefined") { + var sinon = {}; +} + +sinon.clock = (function () { + var id = 0; + + function addTimer(args, recurring) { + if (args.length === 0) { + throw new Error("Function requires at least 1 parameter"); + } + + var toId = id++; + var delay = args[1] || 0; + + if (!this.timeouts) { + this.timeouts = {}; + } + + this.timeouts[toId] = { + id: toId, + func: args[0], + callAt: this.now + delay + }; + + if (recurring === true) { + this.timeouts[toId].interval = delay; + } + + return toId; + } + + function parseTime(str) { + if (!str) { + return 0; + } + + var strings = str.split(":"); + var l = strings.length, i = l; + var ms = 0, parsed; + + if (l > 3 || !/^(\d\d:){0,2}\d\d?$/.test(str)) { + throw new Error("tick only understands numbers and 'h:m:s'"); + } + + while (i--) { + parsed = parseInt(strings[i], 10); + + if (parsed >= 60) { + throw new Error("Invalid time " + str); + } + + ms += parsed * Math.pow(60, (l - i - 1)); + } + + return ms * 1000; + } + + function createObject(object) { + var newObject; + + if (Object.create) { + newObject = Object.create(object); + } else { + var F = function () {}; + F.prototype = object; + newObject = new F(); + } + + newObject.Date.clock = newObject; + return newObject; + } + + return { + now: 0, + + create: function create(now) { + var clock = createObject(this); + + if (typeof now == "number") { + this.now = now; + } + + return clock; + }, + + setTimeout: function setTimeout(callback, timeout) { + return addTimer.call(this, arguments, false); + }, + + clearTimeout: function clearTimeout(timerId) { + if (!this.timeouts) { + this.timeouts = []; + } + + delete this.timeouts[timerId]; + }, + + setInterval: function setInterval(callback, timeout) { + return addTimer.call(this, arguments, true); + }, + + clearInterval: function clearInterval(timerId) { + this.clearTimeout(timerId); + }, + + tick: function tick(ms) { + ms = typeof ms == "number" ? ms : parseTime(ms); + var tickFrom = this.now, tickTo = this.now + ms, previous = this.now; + var timer = this.firstTimerInRange(tickFrom, tickTo); + + while (timer && tickFrom <= tickTo) { + if (this.timeouts[timer.id]) { + tickFrom = this.now = timer.callAt; + this.callTimer(timer); + } + + timer = this.firstTimerInRange(previous, tickTo); + previous = tickFrom; + } + + this.now = tickTo; + }, + + firstTimerInRange: function (from, to) { + var timer, smallest, originalTimer; + + for (var id in this.timeouts) { + if (this.timeouts.hasOwnProperty(id)) { + if (this.timeouts[id].callAt < from || this.timeouts[id].callAt > to) { + continue; + } + + if (!smallest || this.timeouts[id].callAt < smallest) { + originalTimer = this.timeouts[id]; + smallest = this.timeouts[id].callAt; + + timer = { + func: this.timeouts[id].func, + callAt: this.timeouts[id].callAt, + interval: this.timeouts[id].interval, + id: this.timeouts[id].id + }; + } + } + } + + return timer || null; + }, + + callTimer: function (timer) { + try { + if (typeof timer.func == "function") { + timer.func.call(null); + } else { + eval(timer.func); + } + } catch (e) {} + + if (!this.timeouts[timer.id]) { + return; + } + + if (typeof timer.interval == "number") { + this.timeouts[timer.id].callAt += timer.interval; + } else { + delete this.timeouts[timer.id]; + } + }, + + reset: function reset() { + this.timeouts = {}; + }, + + Date: (function () { + var NativeDate = Date; + + function ClockDate(year, month, date, hour, minute, second, ms) { + // Defensive and verbose to avoid potential harm in passing + // explicit undefined when user does not pass argument + switch (arguments.length) { + case 0: + return new NativeDate(ClockDate.clock.now); + case 1: + return new NativeDate(year); + case 2: + return new NativeDate(year, month); + case 3: + return new NativeDate(year, month, date); + case 4: + return new NativeDate(year, month, date, hour); + case 5: + return new NativeDate(year, month, date, hour, minute); + case 6: + return new NativeDate(year, month, date, hour, minute, second); + default: + return new NativeDate(year, month, date, hour, minute, second, ms); + } + } + + if (NativeDate.now) { + ClockDate.now = function now() { + return ClockDate.clock.now; + }; + } + + if (NativeDate.toSource) { + ClockDate.toSource = function toSource() { + return NativeDate.toSource(); + }; + } + + ClockDate.toString = function toString() { + return NativeDate.toString(); + }; + + ClockDate.prototype = NativeDate.prototype; + ClockDate.parse = NativeDate.parse; + ClockDate.UTC = NativeDate.UTC; + + return ClockDate; + }()) + }; +}()); + +sinon.timers = { + setTimeout: setTimeout, + clearTimeout: clearTimeout, + setInterval: setInterval, + clearInterval: clearInterval, + Date: Date +}; + +sinon.useFakeTimers = (function (global) { + var methods = ["Date", "setTimeout", "setInterval", "clearTimeout", "clearInterval"]; + + function restore() { + var method; + + for (var i = 0, l = this.methods.length; i < l; i++) { + method = this.methods[i]; + global[method] = this["_" + method]; + } + } + + function stubGlobal(method, clock) { + clock["_" + method] = global[method]; + + global[method] = function () { + return clock[method].apply(clock, arguments); + }; + + for (var prop in clock[method]) { + if (clock[method].hasOwnProperty(prop)) { + global[method][prop] = clock[method][prop]; + } + } + + global[method].clock = clock; + } + + return function useFakeTimers(now) { + var clock = sinon.clock.create(now); + clock.restore = restore; + clock.methods = Array.prototype.slice.call(arguments, + typeof now == "number" ? 1 : 0); + + if (clock.methods.length === 0) { + clock.methods = methods; + } + + for (var i = 0, l = clock.methods.length; i < l; i++) { + stubGlobal(clock.methods[i], clock); + } + + return clock; + }; +}(typeof global != "undefined" ? global : this)); + +if (typeof module == "object" && typeof require == "function") { + module.exports = sinon; +} + +/*jslint eqeqeq: false, onevar: false*/ +/*global sinon, module, require, ActiveXObject, XMLHttpRequest, DOMParser*/ +/** + * Minimal Event interface implementation + * + * Original implementation by Sven Fuchs: https://gist.github.com/995028 + * Modifications and tests by Christian Johansen. + * + * @author Sven Fuchs (svenfuchs@artweb-design.de) + * @author Christian Johansen (christian@cjohansen.no) + * @license BSD + * + * Copyright (c) 2011 Sven Fuchs, Christian Johansen + */ + +if (typeof sinon == "undefined") { + this.sinon = {}; +} + +(function () { + var push = [].push; + + sinon.Event = function Event(type, bubbles, cancelable) { + this.initEvent(type, bubbles, cancelable); + }; + + sinon.Event.prototype = { + initEvent: function(type, bubbles, cancelable) { + this.type = type; + this.bubbles = bubbles; + this.cancelable = cancelable; + }, + + stopPropagation: function () {}, + + preventDefault: function () { + this.defaultPrevented = true; + } + }; + + sinon.EventTarget = { + addEventListener: function addEventListener(event, listener, useCapture) { + this.eventListeners = this.eventListeners || {}; + this.eventListeners[event] = this.eventListeners[event] || []; + push.call(this.eventListeners[event], listener); + }, + + removeEventListener: function removeEventListener(event, listener, useCapture) { + var listeners = this.eventListeners && this.eventListeners[event] || []; + + for (var i = 0, l = listeners.length; i < l; ++i) { + if (listeners[i] == listener) { + return listeners.splice(i, 1); + } + } + }, + + dispatchEvent: function dispatchEvent(event) { + var type = event.type; + var listeners = this.eventListeners && this.eventListeners[type] || []; + + for (var i = 0; i < listeners.length; i++) { + if (typeof listeners[i] == "function") { + listeners[i].call(this, event); + } else { + listeners[i].handleEvent(event); + } + } + + return !!event.defaultPrevented; + } + }; +}()); + +/** + * @depend event.js + */ +/*jslint eqeqeq: false, onevar: false*/ +/*global sinon, module, require, ActiveXObject, XMLHttpRequest, DOMParser*/ +/** + * Fake XMLHttpRequest object + * + * @author Christian Johansen (christian@cjohansen.no) + * @license BSD + * + * Copyright (c) 2010-2011 Christian Johansen + */ + +if (typeof sinon == "undefined") { + this.sinon = {}; +} + +sinon.xhr = { XMLHttpRequest: this.XMLHttpRequest }; + +sinon.FakeXMLHttpRequest = (function () { + /*jsl:ignore*/ + var unsafeHeaders = { + "Accept-Charset": true, + "Accept-Encoding": true, + "Connection": true, + "Content-Length": true, + "Cookie": true, + "Cookie2": true, + "Content-Transfer-Encoding": true, + "Date": true, + "Expect": true, + "Host": true, + "Keep-Alive": true, + "Referer": true, + "TE": true, + "Trailer": true, + "Transfer-Encoding": true, + "Upgrade": true, + "User-Agent": true, + "Via": true + }; + /*jsl:end*/ + + function FakeXMLHttpRequest() { + this.readyState = FakeXMLHttpRequest.UNSENT; + this.requestHeaders = {}; + this.requestBody = null; + this.status = 0; + this.statusText = ""; + + if (typeof FakeXMLHttpRequest.onCreate == "function") { + FakeXMLHttpRequest.onCreate(this); + } + } + + function verifyState(xhr) { + if (xhr.readyState !== FakeXMLHttpRequest.OPENED) { + throw new Error("INVALID_STATE_ERR"); + } + + if (xhr.sendFlag) { + throw new Error("INVALID_STATE_ERR"); + } + } + + sinon.extend(FakeXMLHttpRequest.prototype, sinon.EventTarget, { + async: true, + + open: function open(method, url, async, username, password) { + this.method = method; + this.url = url; + this.async = typeof async == "boolean" ? async : true; + this.username = username; + this.password = password; + this.responseText = null; + this.responseXML = null; + this.requestHeaders = {}; + this.sendFlag = false; + this.readyStateChange(FakeXMLHttpRequest.OPENED); + }, + + readyStateChange: function readyStateChange(state) { + this.readyState = state; + + if (typeof this.onreadystatechange == "function") { + this.onreadystatechange(); + } + + this.dispatchEvent(new sinon.Event("readystatechange")); + }, + + setRequestHeader: function setRequestHeader(header, value) { + verifyState(this); + + if (unsafeHeaders[header] || /^(Sec-|Proxy-)/.test(header)) { + throw new Error("Refused to set unsafe header \"" + header + "\""); + } + + if (this.requestHeaders[header]) { + this.requestHeaders[header] += "," + value; + } else { + this.requestHeaders[header] = value; + } + }, + + // Helps testing + setResponseHeaders: function setResponseHeaders(headers) { + this.responseHeaders = {}; + + for (var header in headers) { + if (headers.hasOwnProperty(header)) { + this.responseHeaders[header] = headers[header]; + } + } + + if (this.async) { + this.readyStateChange(FakeXMLHttpRequest.HEADERS_RECEIVED); + } + }, + + // Currently treats ALL data as a DOMString (i.e. no Document) + send: function send(data) { + verifyState(this); + + if (!/^(get|head)$/i.test(this.method)) { + if (this.requestHeaders["Content-Type"]) { + var value = this.requestHeaders["Content-Type"].split(";"); + this.requestHeaders["Content-Type"] = value[0] + ";charset=utf-8"; + } else { + this.requestHeaders["Content-Type"] = "text/plain;charset=utf-8"; + } + + this.requestBody = data; + } + + this.errorFlag = false; + this.sendFlag = this.async; + this.readyStateChange(FakeXMLHttpRequest.OPENED); + + if (typeof this.onSend == "function") { + this.onSend(this); + } + }, + + abort: function abort() { + this.aborted = true; + this.responseText = null; + this.errorFlag = true; + this.requestHeaders = {}; + + if (this.readyState > sinon.FakeXMLHttpRequest.UNSENT && this.sendFlag) { + this.readyStateChange(sinon.FakeXMLHttpRequest.DONE); + this.sendFlag = false; + } + + this.readyState = sinon.FakeXMLHttpRequest.UNSENT; + }, + + getResponseHeader: function getResponseHeader(header) { + if (this.readyState < FakeXMLHttpRequest.HEADERS_RECEIVED) { + return null; + } + + if (/^Set-Cookie2?$/i.test(header)) { + return null; + } + + header = header.toLowerCase(); + + for (var h in this.responseHeaders) { + if (h.toLowerCase() == header) { + return this.responseHeaders[h]; + } + } + + return null; + }, + + getAllResponseHeaders: function getAllResponseHeaders() { + if (this.readyState < FakeXMLHttpRequest.HEADERS_RECEIVED) { + return ""; + } + + var headers = ""; + + for (var header in this.responseHeaders) { + if (this.responseHeaders.hasOwnProperty(header) && + !/^Set-Cookie2?$/i.test(header)) { + headers += header + ": " + this.responseHeaders[header] + "\r\n"; + } + } + + return headers; + }, + + setResponseBody: function setResponseBody(body) { + if (this.readyState == FakeXMLHttpRequest.DONE) { + throw new Error("Request done"); + } + + if (this.async && this.readyState != FakeXMLHttpRequest.HEADERS_RECEIVED) { + throw new Error("No headers received"); + } + + var chunkSize = this.chunkSize || 10; + var index = 0; + this.responseText = ""; + + do { + if (this.async) { + this.readyStateChange(FakeXMLHttpRequest.LOADING); + } + + this.responseText += body.substring(index, index + chunkSize); + index += chunkSize; + } while (index < body.length); + + var type = this.getResponseHeader("Content-Type"); + + if (this.responseText && + (!type || /(text\/xml)|(application\/xml)|(\+xml)/.test(type))) { + try { + this.responseXML = FakeXMLHttpRequest.parseXML(this.responseText); + } catch (e) {} + } + + if (this.async) { + this.readyStateChange(FakeXMLHttpRequest.DONE); + } else { + this.readyState = FakeXMLHttpRequest.DONE; + } + }, + + respond: function respond(status, headers, body) { + this.setResponseHeaders(headers || {}); + this.status = typeof status == "number" ? status : 200; + this.statusText = FakeXMLHttpRequest.statusCodes[this.status]; + this.setResponseBody(body || ""); + } + }); + + sinon.extend(FakeXMLHttpRequest, { + UNSENT: 0, + OPENED: 1, + HEADERS_RECEIVED: 2, + LOADING: 3, + DONE: 4 + }); + + // Borrowed from JSpec + FakeXMLHttpRequest.parseXML = function parseXML(text) { + var xmlDoc; + + if (typeof DOMParser != "undefined") { + var parser = new DOMParser(); + xmlDoc = parser.parseFromString(text, "text/xml"); + } else { + xmlDoc = new ActiveXObject("Microsoft.XMLDOM"); + xmlDoc.async = "false"; + xmlDoc.loadXML(text); + } + + return xmlDoc; + }; + + FakeXMLHttpRequest.statusCodes = { + 100: "Continue", + 101: "Switching Protocols", + 200: "OK", + 201: "Created", + 202: "Accepted", + 203: "Non-Authoritative Information", + 204: "No Content", + 205: "Reset Content", + 206: "Partial Content", + 300: "Multiple Choice", + 301: "Moved Permanently", + 302: "Found", + 303: "See Other", + 304: "Not Modified", + 305: "Use Proxy", + 307: "Temporary Redirect", + 400: "Bad Request", + 401: "Unauthorized", + 402: "Payment Required", + 403: "Forbidden", + 404: "Not Found", + 405: "Method Not Allowed", + 406: "Not Acceptable", + 407: "Proxy Authentication Required", + 408: "Request Timeout", + 409: "Conflict", + 410: "Gone", + 411: "Length Required", + 412: "Precondition Failed", + 413: "Request Entity Too Large", + 414: "Request-URI Too Long", + 415: "Unsupported Media Type", + 416: "Requested Range Not Satisfiable", + 417: "Expectation Failed", + 422: "Unprocessable Entity", + 500: "Internal Server Error", + 501: "Not Implemented", + 502: "Bad Gateway", + 503: "Service Unavailable", + 504: "Gateway Timeout", + 505: "HTTP Version Not Supported" + }; + + return FakeXMLHttpRequest; +}()); + +(function (global) { + var GlobalXMLHttpRequest = global.XMLHttpRequest; + var GlobalActiveXObject = global.ActiveXObject; + var supportsActiveX = typeof ActiveXObject != "undefined"; + var supportsXHR = typeof XMLHttpRequest != "undefined"; + + sinon.useFakeXMLHttpRequest = function () { + sinon.FakeXMLHttpRequest.restore = function restore(keepOnCreate) { + if (supportsXHR) { + global.XMLHttpRequest = GlobalXMLHttpRequest; + } + + if (supportsActiveX) { + global.ActiveXObject = GlobalActiveXObject; + } + + delete sinon.FakeXMLHttpRequest.restore; + + if (keepOnCreate !== true) { + delete sinon.FakeXMLHttpRequest.onCreate; + } + }; + + if (supportsXHR) { + global.XMLHttpRequest = sinon.FakeXMLHttpRequest; + } + + if (supportsActiveX) { + global.ActiveXObject = function ActiveXObject(objId) { + if (objId == "Microsoft.XMLHTTP" || /^Msxml2\.XMLHTTP/i.test(objId)) { + return new sinon.FakeXMLHttpRequest(); + } + + return new GlobalActiveXObject(objId); + }; + } + + return sinon.FakeXMLHttpRequest; + }; +}(this)); + +if (typeof module == "object" && typeof require == "function") { + module.exports = sinon; +} + +/** + * @depend fake_xml_http_request.js + */ +/*jslint eqeqeq: false, onevar: false, regexp: false, plusplus: false*/ +/*global module, require, window*/ +/** + * The Sinon "server" mimics a web server that receives requests from + * sinon.FakeXMLHttpRequest and provides an API to respond to those requests, + * both synchronously and asynchronously. To respond synchronuously, canned + * answers have to be provided upfront. + * + * @author Christian Johansen (christian@cjohansen.no) + * @license BSD + * + * Copyright (c) 2010-2011 Christian Johansen + */ + +if (typeof sinon == "undefined") { + var sinon = {}; +} + +sinon.fakeServer = (function () { + var push = [].push; + function F() {} + + function create(proto) { + F.prototype = proto; + return new F(); + } + + function responseArray(handler) { + var response = handler; + + if (Object.prototype.toString.call(handler) != "[object Array]") { + response = [200, {}, handler]; + } + + if (typeof response[2] != "string") { + throw new TypeError("Fake server response body should be string, but was " + + typeof response[2]); + } + + return response; + } + + var wloc = window.location; + var rCurrLoc = new RegExp("^" + wloc.protocol + "//" + wloc.host); + + function matchOne(response, reqMethod, reqUrl) { + var rmeth = response.method; + var matchMethod = !rmeth || rmeth.toLowerCase() == reqMethod.toLowerCase(); + var url = response.url; + var matchUrl = !url || url == reqUrl || (typeof url.test == "function" && url.test(reqUrl)); + + return matchMethod && matchUrl; + } + + function match(response, request) { + var requestMethod = this.getHTTPMethod(request); + var requestUrl = request.url; + + if (!/^https?:\/\//.test(requestUrl) || rCurrLoc.test(requestUrl)) { + requestUrl = requestUrl.replace(rCurrLoc, ""); + } + + if (matchOne(response, this.getHTTPMethod(request), requestUrl)) { + if (typeof response.response == "function") { + var args = [request].concat(requestUrl.match(response.url).slice(1)); + return response.response.apply(response, args); + } + + return true; + } + + return false; + } + + return { + create: function () { + var server = create(this); + this.xhr = sinon.useFakeXMLHttpRequest(); + server.requests = []; + + this.xhr.onCreate = function (xhrObj) { + server.addRequest(xhrObj); + }; + + return server; + }, + + addRequest: function addRequest(xhrObj) { + var server = this; + push.call(this.requests, xhrObj); + + xhrObj.onSend = function () { + server.handleRequest(this); + }; + + if (this.autoRespond && !this.responding) { + setTimeout(function () { + server.responding = false; + server.respond(); + }, this.autoRespondAfter || 10); + + this.responding = true; + } + }, + + getHTTPMethod: function getHTTPMethod(request) { + if (this.fakeHTTPMethods && /post/i.test(request.method)) { + var matches = (request.requestBody || "").match(/_method=([^\b;]+)/); + return !!matches ? matches[1] : request.method; + } + + return request.method; + }, + + handleRequest: function handleRequest(xhr) { + if (xhr.async) { + if (!this.queue) { + this.queue = []; + } + + push.call(this.queue, xhr); + } else { + this.processRequest(xhr); + } + }, + + respondWith: function respondWith(method, url, body) { + if (arguments.length == 1) { + this.response = responseArray(method); + } else { + if (!this.responses) { + this.responses = []; + } + + if (arguments.length == 2) { + body = url; + url = method; + method = null; + } + + push.call(this.responses, { + method: method, + url: url, + response: typeof body == "function" ? body : responseArray(body) + }); + } + }, + + respond: function respond() { + var queue = this.queue || []; + var request; + + while(request = queue.shift()) { + this.processRequest(request); + } + }, + + processRequest: function processRequest(request) { + try { + if (request.aborted) { + return; + } + + var response = this.response || [404, {}, ""]; + + if (this.responses) { + for (var i = 0, l = this.responses.length; i < l; i++) { + if (match.call(this, this.responses[i], request)) { + response = this.responses[i].response; + break; + } + } + } + + if (request.readyState != 4) { + request.respond(response[0], response[1], response[2]); + } + } catch (e) {} + }, + + restore: function restore() { + return this.xhr.restore && this.xhr.restore.apply(this.xhr, arguments); + } + }; +}()); + +if (typeof module == "object" && typeof require == "function") { + module.exports = sinon; +} + +/** + * @depend fake_server.js + * @depend fake_timers.js + */ +/*jslint browser: true, eqeqeq: false, onevar: false*/ +/*global sinon*/ +/** + * Add-on for sinon.fakeServer that automatically handles a fake timer along with + * the FakeXMLHttpRequest. The direct inspiration for this add-on is jQuery + * 1.3.x, which does not use xhr object's onreadystatehandler at all - instead, + * it polls the object for completion with setInterval. Dispite the direct + * motivation, there is nothing jQuery-specific in this file, so it can be used + * in any environment where the ajax implementation depends on setInterval or + * setTimeout. + * + * @author Christian Johansen (christian@cjohansen.no) + * @license BSD + * + * Copyright (c) 2010-2011 Christian Johansen + */ + +(function () { + function Server() {} + Server.prototype = sinon.fakeServer; + + sinon.fakeServerWithClock = new Server(); + + sinon.fakeServerWithClock.addRequest = function addRequest(xhr) { + if (xhr.async) { + if (typeof setTimeout.clock == "object") { + this.clock = setTimeout.clock; + } else { + this.clock = sinon.useFakeTimers(); + this.resetClock = true; + } + + if (!this.longestTimeout) { + var clockSetTimeout = this.clock.setTimeout; + var clockSetInterval = this.clock.setInterval; + var server = this; + + this.clock.setTimeout = function (fn, timeout) { + server.longestTimeout = Math.max(timeout, server.longestTimeout || 0); + + return clockSetTimeout.apply(this, arguments); + }; + + this.clock.setInterval = function (fn, timeout) { + server.longestTimeout = Math.max(timeout, server.longestTimeout || 0); + + return clockSetInterval.apply(this, arguments); + }; + } + } + + return sinon.fakeServer.addRequest.call(this, xhr); + }; + + sinon.fakeServerWithClock.respond = function respond() { + var returnVal = sinon.fakeServer.respond.apply(this, arguments); + + if (this.clock) { + this.clock.tick(this.longestTimeout || 0); + this.longestTimeout = 0; + + if (this.resetClock) { + this.clock.restore(); + this.resetClock = false; + } + } + + return returnVal; + }; + + sinon.fakeServerWithClock.restore = function restore() { + if (this.clock) { + this.clock.restore(); + } + + return sinon.fakeServer.restore.apply(this, arguments); + }; +}()); + +/** + * @depend ../sinon.js + * @depend collection.js + * @depend util/fake_timers.js + * @depend util/fake_server_with_clock.js + */ +/*jslint eqeqeq: false, onevar: false, plusplus: false*/ +/*global require, module*/ +/** + * Manages fake collections as well as fake utilities such as Sinon's + * timers and fake XHR implementation in one convenient object. + * + * @author Christian Johansen (christian@cjohansen.no) + * @license BSD + * + * Copyright (c) 2010-2011 Christian Johansen + */ + +if (typeof module == "object" && typeof require == "function") { + var sinon = require("../sinon"); + sinon.extend(sinon, require("./util/fake_timers")); +} + +(function () { + var push = [].push; + + function exposeValue(sandbox, config, key, value) { + if (!value) { + return; + } + + if (config.injectInto) { + config.injectInto[key] = value; + } else { + push.call(sandbox.args, value); + } + } + + function prepareSandboxFromConfig(config) { + var sandbox = sinon.create(sinon.sandbox); + + if (config.useFakeServer) { + if (typeof config.useFakeServer == "object") { + sandbox.serverPrototype = config.useFakeServer; + } + + sandbox.useFakeServer(); + } + + if (config.useFakeTimers) { + if (typeof config.useFakeTimers == "object") { + sandbox.useFakeTimers.apply(sandbox, config.useFakeTimers); + } else { + sandbox.useFakeTimers(); + } + } + + return sandbox; + } + + sinon.sandbox = sinon.extend(sinon.create(sinon.collection), { + useFakeTimers: function useFakeTimers() { + this.clock = sinon.useFakeTimers.apply(sinon, arguments); + + return this.add(this.clock); + }, + + serverPrototype: sinon.fakeServer, + + useFakeServer: function useFakeServer() { + var proto = this.serverPrototype || sinon.fakeServer; + + if (!proto || !proto.create) { + return null; + } + + this.server = proto.create(); + return this.add(this.server); + }, + + inject: function (obj) { + sinon.collection.inject.call(this, obj); + + if (this.clock) { + obj.clock = this.clock; + } + + if (this.server) { + obj.server = this.server; + obj.requests = this.server.requests; + } + + return obj; + }, + + create: function (config) { + if (!config) { + return sinon.create(sinon.sandbox); + } + + var sandbox = prepareSandboxFromConfig(config); + sandbox.args = sandbox.args || []; + var prop, value, exposed = sandbox.inject({}); + + if (config.properties) { + for (var i = 0, l = config.properties.length; i < l; i++) { + prop = config.properties[i]; + value = exposed[prop] || prop == "sandbox" && sandbox; + exposeValue(sandbox, config, prop, value); + } + } else { + exposeValue(sandbox, config, "sandbox", value); + } + + return sandbox; + } + }); + + sinon.sandbox.useFakeXMLHttpRequest = sinon.sandbox.useFakeServer; + + if (typeof module != "undefined") { + module.exports = sinon.sandbox; + } +}()); + +/** + * @depend ../sinon.js + * @depend stub.js + * @depend mock.js + * @depend sandbox.js + */ +/*jslint eqeqeq: false, onevar: false, forin: true, plusplus: false*/ +/*global module, require, sinon*/ +/** + * Test function, sandboxes fakes + * + * @author Christian Johansen (christian@cjohansen.no) + * @license BSD + * + * Copyright (c) 2010-2011 Christian Johansen + */ + +(function (sinon) { + var commonJSModule = typeof module == "object" && typeof require == "function"; + + if (!sinon && commonJSModule) { + sinon = require("../sinon"); + } + + if (!sinon) { + return; + } + + function test(callback) { + var type = typeof callback; + + if (type != "function") { + throw new TypeError("sinon.test needs to wrap a test function, got " + type); + } + + return function () { + var config = sinon.getConfig(sinon.config); + config.injectInto = config.injectIntoThis && this || config.injectInto; + var sandbox = sinon.sandbox.create(config); + var exception, result; + var args = Array.prototype.slice.call(arguments).concat(sandbox.args); + + try { + result = callback.apply(this, args); + } catch (e) { + exception = e; + } + + sandbox.verifyAndRestore(); + + if (exception) { + throw exception; + } + + return result; + }; + } + + test.config = { + injectIntoThis: true, + injectInto: null, + properties: ["spy", "stub", "mock", "clock", "server", "requests"], + useFakeTimers: true, + useFakeServer: true + }; + + if (commonJSModule) { + module.exports = test; + } else { + sinon.test = test; + } +}(typeof sinon == "object" && sinon || null)); + +/** + * @depend ../sinon.js + * @depend test.js + */ +/*jslint eqeqeq: false, onevar: false, eqeqeq: false*/ +/*global module, require, sinon*/ +/** + * Test case, sandboxes all test functions + * + * @author Christian Johansen (christian@cjohansen.no) + * @license BSD + * + * Copyright (c) 2010-2011 Christian Johansen + */ + +(function (sinon) { + var commonJSModule = typeof module == "object" && typeof require == "function"; + + if (!sinon && commonJSModule) { + sinon = require("../sinon"); + } + + if (!sinon || !Object.prototype.hasOwnProperty) { + return; + } + + function createTest(property, setUp, tearDown) { + return function () { + if (setUp) { + setUp.apply(this, arguments); + } + + var exception, result; + + try { + result = property.apply(this, arguments); + } catch (e) { + exception = e; + } + + if (tearDown) { + tearDown.apply(this, arguments); + } + + if (exception) { + throw exception; + } + + return result; + }; + } + + function testCase(tests, prefix) { + /*jsl:ignore*/ + if (!tests || typeof tests != "object") { + throw new TypeError("sinon.testCase needs an object with test functions"); + } + /*jsl:end*/ + + prefix = prefix || "test"; + var rPrefix = new RegExp("^" + prefix); + var methods = {}, testName, property, method; + var setUp = tests.setUp; + var tearDown = tests.tearDown; + + for (testName in tests) { + if (tests.hasOwnProperty(testName)) { + property = tests[testName]; + + if (/^(setUp|tearDown)$/.test(testName)) { + continue; + } + + if (typeof property == "function" && rPrefix.test(testName)) { + method = property; + + if (setUp || tearDown) { + method = createTest(property, setUp, tearDown); + } + + methods[testName] = sinon.test(method); + } else { + methods[testName] = tests[testName]; + } + } + } + + return methods; + } + + if (commonJSModule) { + module.exports = testCase; + } else { + sinon.testCase = testCase; + } +}(typeof sinon == "object" && sinon || null)); + +/** + * @depend ../sinon.js + * @depend stub.js + */ +/*jslint eqeqeq: false, onevar: false, nomen: false, plusplus: false*/ +/*global module, require, sinon*/ +/** + * Assertions matching the test spy retrieval interface. + * + * @author Christian Johansen (christian@cjohansen.no) + * @license BSD + * + * Copyright (c) 2010-2011 Christian Johansen + */ + +(function (sinon) { + var commonJSModule = typeof module == "object" && typeof require == "function"; + var slice = Array.prototype.slice; + var assert; + + if (!sinon && commonJSModule) { + sinon = require("../sinon"); + } + + if (!sinon) { + return; + } + + function verifyIsStub() { + var method; + + for (var i = 0, l = arguments.length; i < l; ++i) { + method = arguments[i]; + + if (!method) { + assert.fail("fake is not a spy"); + } + + if (typeof method != "function") { + assert.fail(method + " is not a function"); + } + + if (typeof method.getCall != "function") { + assert.fail(method + " is not stubbed"); + } + } + } + + function failAssertion(object, msg) { + var failMethod = object.fail || assert.fail; + failMethod.call(object, msg); + } + + function mirrorPropAsAssertion(name, method, message) { + if (arguments.length == 2) { + message = method; + method = name; + } + + assert[name] = function (fake) { + verifyIsStub(fake); + + var args = slice.call(arguments, 1); + var failed = false; + + if (typeof method == "function") { + failed = !method(fake); + } else { + failed = typeof fake[method] == "function" ? + !fake[method].apply(fake, args) : !fake[method]; + } + + if (failed) { + failAssertion(this, fake.printf.apply(fake, [message].concat(args))); + } else { + assert.pass(name); + } + }; + } + + function exposedName(prefix, prop) { + return !prefix || /^fail/.test(prop) ? prop : + prefix + prop.slice(0, 1).toUpperCase() + prop.slice(1); + }; + + assert = { + failException: "AssertError", + + fail: function fail(message) { + var error = new Error(message); + error.name = this.failException || assert.failException; + + throw error; + }, + + pass: function pass(assertion) {}, + + callOrder: function assertCallOrder() { + verifyIsStub.apply(null, arguments); + var expected = "", actual = ""; + + if (!sinon.calledInOrder(arguments)) { + try { + expected = [].join.call(arguments, ", "); + actual = sinon.orderByFirstCall(slice.call(arguments)).join(", "); + } catch (e) {} + + failAssertion(this, "expected " + expected + " to be " + + "called in order but were called as " + actual); + } else { + assert.pass("callOrder"); + } + }, + + callCount: function assertCallCount(method, count) { + verifyIsStub(method); + + if (method.callCount != count) { + var msg = "expected %n to be called " + sinon.timesInWords(count) + + " but was called %c%C"; + failAssertion(this, method.printf(msg)); + } else { + assert.pass("callCount"); + } + }, + + expose: function expose(target, options) { + if (!target) { + throw new TypeError("target is null or undefined"); + } + + var o = options || {}; + var prefix = typeof o.prefix == "undefined" && "assert" || o.prefix; + var includeFail = typeof o.includeFail == "undefined" || !!o.includeFail; + + for (var method in this) { + if (method != "export" && (includeFail || !/^(fail)/.test(method))) { + target[exposedName(prefix, method)] = this[method]; + } + } + + return target; + } + }; + + mirrorPropAsAssertion("called", "expected %n to have been called at least once but was never called"); + mirrorPropAsAssertion("notCalled", function (spy) { return !spy.called; }, + "expected %n to not have been called but was called %c%C"); + mirrorPropAsAssertion("calledOnce", "expected %n to be called once but was called %c%C"); + mirrorPropAsAssertion("calledTwice", "expected %n to be called twice but was called %c%C"); + mirrorPropAsAssertion("calledThrice", "expected %n to be called thrice but was called %c%C"); + mirrorPropAsAssertion("calledOn", "expected %n to be called with %1 as this but was called with %t"); + mirrorPropAsAssertion("alwaysCalledOn", "expected %n to always be called with %1 as this but was called with %t"); + mirrorPropAsAssertion("calledWith", "expected %n to be called with arguments %*%C"); + mirrorPropAsAssertion("alwaysCalledWith", "expected %n to always be called with arguments %*%C"); + mirrorPropAsAssertion("calledWithExactly", "expected %n to be called with exact arguments %*%C"); + mirrorPropAsAssertion("alwaysCalledWithExactly", "expected %n to always be called with exact arguments %*%C"); + mirrorPropAsAssertion("neverCalledWith", "expected %n to never be called with arguments %*%C"); + mirrorPropAsAssertion("threw", "%n did not throw exception%C"); + mirrorPropAsAssertion("alwaysThrew", "%n did not always throw exception%C"); + + if (commonJSModule) { + module.exports = assert; + } else { + sinon.assert = assert; + } +}(typeof sinon == "object" && sinon || null)); + diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/dataloader.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/dataloader.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,55 @@ +function test_dataloader() { + module("Dataloader", { setup: function() { + IriSP.jQuery = jQuery; + } + }); + + test("should initialize dataloader", function() { + var dt = new IriSP.DataLoader(); + deepEqual(dt._cache, {}, "_cache empty"); + }); + + test("should get an outside ressource", function() { + + var response_array = [{ id: 12, text: "Hey there" }]; + var response_string = JSON.stringify(response_array); + + var xhr = this.sandbox.useFakeXMLHttpRequest(); + var requests = this.requests = []; + + xhr.onCreate = function (request) { + requests.push(request); + }; + + var spy_callback = this.spy(); + var dt = new IriSP.DataLoader(); + + var resp = dt.get("/url&a=1", spy_callback); + + equals(xhr.requests.length, 1, "the mock ajax object should have received the request"); + + xhr.requests[0].respond(200, { "Content-Type": "application/json" }, + response_string); + + + ok(spy_callback.calledOnce, "callback called"); + ok(spy_callback.calledWith(response_array), "callback called with correct string"); + + deepEqual(dt._cache["/url"], response_array, "the response should be stored in the cache"); + + var resp2 = dt.get("/url&a=2", spy_callback); + ok(spy_callback.calledTwice && xhr.requests.length === 1, "callback called twice but request made only once."); + + }); + + test("should default to JSONP for foreign domains", function() { + /* we can't simulate jsonp so we just verify that the function is called */ + var stub = this.stub(IriSP.jQuery, "ajax"); + var dt = new IriSP.DataLoader(); + + var resp = dt.get("http://example.com/url&a=1", stub); + + ok(stub.calledOnce, "ajax request actually made"); + }); + +} diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/init.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/init.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,142 @@ +function test_init() { + module("test initialization routines", + { + setup: function() { + IriSP.jQuery("#widget-div").append("
          "); + this.popcornOptions = { + container: "LdtPlayer", + type: "html5", + file : "trailer.mp4", + }; + + this.widgetOptions = { + width:650, + height:480, + container:'LdtPlayer', + css:'../../src/css/LdtPlayer.css', + widgets: [ + {type: "PlayerWidget", + mode: "radio", + metadata:{ + format:'cinelab', + src:'test.json', + type:'dummy'} + }, + {type: "SegmentsWidget", + metadata:{ + format:'cinelab', + src:'test.json', + type:'dummy'} + }, + {type: "AnnotationsWidget", + metadata:{ + format:'cinelab', + src:'test.json', + type:'dummy'} + }, + ]}; + + this.modulesOptions = [ + {type: "Module", a : 36}, + {type: "Module", b : 54} + ]; + } + }); + + test("test the creation of a correct popcorn object", function() { + + var layoutManager = new IriSP.LayoutManager({container: "LdtPlayer", width: 327, height: 542}); + var pop = IriSP.configurePopcorn(layoutManager, this.popcornOptions); + notDeepEqual(pop, undefined, "returned object is not undefined"); + }); + + test("test the creation of a video tag", function() { + + var popcornOptions = { + type: "html5", + file: "demo.mp4" + }; + + var layoutManager = new IriSP.LayoutManager({container: "LdtPlayer", width: 327, height: 542}); + var pop = IriSP.configurePopcorn(layoutManager, popcornOptions); + + var elem = IriSP.jQuery("#LdtPlayer").find("video"); + notDeepEqual(elem, [], "the element is not null"); + equal(elem.attr("src"), popcornOptions.file, "the src attribute is set correctly"); + }); + + test("test the instantiation of a single widget without dependencies", function() { + + var dt = new IriSP.DataLoader(); + var serialFactory = new IriSP.SerializerFactory(dt); + + var layoutManager = new IriSP.LayoutManager({container: "LdtPlayer", width: 327, height: 542}); + var pop = IriSP.configurePopcorn(layoutManager, this.popcornOptions); + var conf = {type: "PlayerWidget", + mode: "radio", + metadata:{ + format:'cinelab', + src:'test.json', + type:'dummy'} + }; + + var res = IriSP.instantiateWidget(pop, serialFactory, layoutManager, conf); + ok(res instanceof IriSP.PlayerWidget, "the returned widget is of the correct instance"); + equal(res._config.mode, "radio", "the parameters not interpreted by the config are copied into the object"); + }); + + test("test the instantiation of a single widget with one dependency", function() { + var dt = new IriSP.DataLoader(); + var serialFactory = new IriSP.SerializerFactory(dt); + + var layoutManager = new IriSP.LayoutManager({container: "LdtPlayer", width: 327, height: 542}); + + var pop = IriSP.configurePopcorn(layoutManager, this.popcornOptions); + var conf = {type: "PlayerWidget", + mode: "radio", + metadata:{ + format:'cinelab', + src:'../test/test.json', + type:'dummy'}, + requires: [ + {type: "PlayerWidget", + mode: "radio", + metadata:{ + format:'cinelab', + src:'../test/test.json', + type:'dummy' + } }] + }; + + + var res = IriSP.instantiateWidget(pop, serialFactory, layoutManager, conf); + + ok(res instanceof IriSP.PlayerWidget, "the returned widget is of the correct instance"); + ok(res.PlayerWidget instanceof IriSP.PlayerWidget, "the dependency widget is accessible from the parent"); + }); + + test("test the instantiation of a bunch of widgets", function() { + + var layoutManager = new IriSP.LayoutManager({container: "LdtPlayer", width: 327, height: 542}); + var pop = IriSP.configurePopcorn(layoutManager, this.popcornOptions); + var widgets = IriSP.configureWidgets(pop, layoutManager, this.widgetOptions); + + ok(widgets[0] instanceof IriSP.PlayerWidget, "first widget is a player widget"); + ok(widgets[1] instanceof IriSP.SegmentsWidget, "second widget is a segments widget"); + ok(widgets[2] instanceof IriSP.AnnotationsWidget, "third widget is an annotation widget"); + equal(IriSP.jQuery("#" + this.widgetOptions.container).length, 1, "a new dom element has been created"); + }); + + test("test the instantiation of a couple modules", function() { + + var layoutManager = new IriSP.LayoutManager({container: "LdtPlayer", width: 327, height: 542}); + var pop = IriSP.configurePopcorn(layoutManager, this.popcornOptions); + + var modules = IriSP.configureModules(pop, this.modulesOptions); + + ok(modules[0] instanceof IriSP.Module && modules[0]._config.a === 36); + ok(modules[1] instanceof IriSP.Module && modules[1]._config.b === 54); + }); + + +} diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/layout.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/layout.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,40 @@ +/* tests for layout.js */ +function test_layout() { + module("layout manager", {setup: + function() { + IriSP.jQuery("#widget-div").append("
          "); + IriSP.jQuery("#widget-div").append("
          "); + }}); + + test("test the default initialization of layout manager", function() { + var lay = new IriSP.LayoutManager(); + equal(lay._div, "LdtPlayer", "the default div is set correctly"); + equal(lay._width, 640, "the default width is set correctly"); + equal(lay._height, undefined, "the default height is set correctly"); + + equal(IriSP.jQuery("#" + lay._div).css("width"), lay._width + "px", "div width is set correctly"); + }); + + test("test custom init of layout manager", function() { + var lay = new IriSP.LayoutManager({container: "myDiv", width: 327, height: 542}); + equal(lay._div, "myDiv", "the default div is set correctly"); + equal(lay._width, 327, "the default width is set correctly"); + equal(lay._height, 542, "the default height is set correctly"); + + equal(IriSP.jQuery("#" + lay._div).css("width"), lay._width + "px", "div width is set correctly"); + equal(IriSP.jQuery("#" + lay._div).css("height"), lay._height + "px", "div height is set correctly"); + }); + + test("test widget div creation", function() { + var lay = new IriSP.LayoutManager({}); + var ret = lay.createDiv(); + var divId = ret[0]; + var spacerId = ret[1]; + + equal(lay.selector.children("#" + divId).length, 1, "check that a subdiv container is created"); + equal(lay.selector.children("#" + spacerId).length, 1, "check that a spacer subdiv is created"); + equal(lay.selector.children("#" + spacerId).height() + "px", IriSP.widgetsDefaults.LayoutManager.spacer_div_height, "check that spacer height is set"); + + }); + +}; diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/module.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/module.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,17 @@ +/* test module for base widgets */ +function test_module() { + module("Base module testing", + {setup : function() { + this.Popcorn = Popcorn("#popcorn-div"); + + this.dt = new IriSP.DataLoader(); + this.ser = new IriSP.JSONSerializer(this.dt, "/url"); + } } + ); + + test("test initialisation", function() { + var config = { a : 540}; + var mod = new IriSP.Module(this.Popcorn, config, this.ser); + deepEqual(mod._config, config, "Check that config is copied correctly"); + }); +}; diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/serializer.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/serializer.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,23 @@ +function test_serializer() { + module("Serializer basic tests", {setup: function() { + this.dt = new IriSP.DataLoader(); + this.ser = new IriSP.Serializer(this.dt, "http://google.com"); + }}); + + test("init the serializer with a DataLoader and an url", function() { + + equal( this.ser._DataLoader, this.dt, "The dataloader reference is copied to the object." ); + equal( this.ser._url, "http://google.com", "The url has been copied as well." ); + deepEqual( this.ser._data, [], "The serializer data is not defined." ); + }); + + test("check that the serialize and deserialize abstract functions are defined", function() { + notEqual(this.ser.serialize, undefined, ".serialize is defined"); + notEqual(this.ser.deserialize, undefined, ".deserialize is defined"); + }); + + test("check if currentMedia() is defined", function() { + + }); + +}; \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/serializerFactory.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/serializerFactory.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,31 @@ +/* tests for the serializer factory */ +function test_serializerFactory() { + module("SerializerFactory tests", + { setup: function() { + this.dt = new IriSP.DataLoader(); + }}); + + test("test instantiation of a json serializer", function() { + var factory = new IriSP.SerializerFactory(this.dt); + var config = { type: "json", src : "/url" }; + var ser = factory.getSerializer(config); + + ok(ser instanceof IriSP.JSONSerializer, "returned object is instance of json serializer"); + }); + + test("test instantiation of a dummy serializer", function() { + var factory = new IriSP.SerializerFactory(this.dt); + var config = { type: "dummy", src : "/url" }; + var ser = factory.getSerializer(config); + + ok(ser instanceof IriSP.MockSerializer, "returned object is instance of json serializer"); + }); + + test("test instantiation of a garbage serializer", function() { + var factory = new IriSP.SerializerFactory(this.dt); + var config = {type: "garbage", src : "/url" }; + var ser = factory.getSerializer(config); + + equal(ser, undefined, "returned object is undefined"); + }); +}; \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/serializers/JSONSerializer.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/serializers/JSONSerializer.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,210 @@ +function test_JSONSerializer() { + module("JSON Serializer tests", + { setup: function() { + this.dt = new IriSP.DataLoader(); + } + } + ); + + test("should return the correct JSON", function() { + var arr = ["ab", {"de" : "fg"}, "lp"]; + var serializer = new IriSP.JSONSerializer(this.dt); + + equal(serializer.serialize(arr), JSON.stringify(arr), "assert that the outputted json is correct"); + }); + + test("sync()", function() { + this.xhr = this.sandbox.useFakeXMLHttpRequest(); + this.requests = []; + this.xhr.onCreate = function (request) { + this.requests.push(request); + }; + + var response_array = { media: 12, content: "Hey there", + annotations: [{"begin": "32", "end" : 64}, {"begin": "08", "end" : 27},{"begin": "02", "end" : 61}] }; + + /* sorted array is our comparision array */ + var sorted_array = IriSP.jQuery.extend({}, response_array); + sorted_array.annotations.sort(function(a, b) + { var a_begin = +a.begin; + var b_begin = +b.begin; + return a_begin - b_begin; + }); + + var response_string = JSON.stringify(response_array); + + var spy_callback = this.spy(); + var ser = new IriSP.JSONSerializer(this.dt, "/url"); + + ser.sync(spy_callback); + + equals(this.xhr.requests.length, 1, "the mock ajax object should have received the request"); + equals(this.xhr.requests[0].url, "/url", "the requested url is correct"); + + this.xhr.requests[0].respond(200, { "Content-Type": "application/json" }, + response_string); + + ok(spy_callback.calledOnce, "callback called"); + ok(spy_callback.calledWith(response_array), "callback called with correct value"); + deepEqual(ser._data, response_array, "the internal variable is initialized to the correct value"); + + var order_preserved = true; + + var i = 0; + for(i = 0; i < ser._data.length - 1; i++) { + if (ser._data.annotations[i].begin > ser._data.annotations[i+1].begin) { + order_preserved = false; + break; + } + } + + ok(order_preserved, "the annotation sub-array is sorted by begin time"); + }); + + test("currentMedia should return the current media", function() { + var ser = new IriSP.JSONSerializer(this.dt, "/url"); + + ser._data = {} + ser._data.medias = [0]; + equal(ser.currentMedia(), 0, "currentMedia() returns the correct value"); + }); + + test("test annotation search", function() { + var ser = new IriSP.JSONSerializer(this.dt, "../test/test.json"); + + ser._data = { annotations : [ + {"content": { + "description": "professeur", + "title": "garrigou" + }}, + { "content": { + "description": "interview", + "title": "Revue de presse - Herv Gardette" + }}, + {"content": { + "description": "concept", + "title": "ide" + }}, + { "content": { + "description": "", + "title": "sans titre" + }} + ]}; + + equal(ser.searchAnnotations("GarriGOU", "", "").length, 1, "requesting on title works"); + equal(ser.searchAnnotations("", "IntErView", "").length, 1, "requesting on description works"); + equal(ser.searchAnnotations("", "", "").length, 4, "empty request works"); + equal(ser.searchAnnotations("ide", "concept", "").length, 1, "specific request works"); + + + }); + + test("test occurence count", function() { + var ser = new IriSP.JSONSerializer(this.dt, "../test/test.json"); + + ser._data = { annotations : [ + {"content": { + "description": "professeur", + "title": "garrigou" + }, "id" : 1 }, + { "content": { + "description": "interview", + "title": "Revue de presse - Herv Gardette" + }, "id" : 2}, + {"content": { + "description": "concept", + "title": "ide" + }, "id" : 3}, + { "content": { + "description": "", + "title": "sans titre" + }, "id" : 4} + ]}; + + // a function to get the number of fields in a dict. + function countOccurences(queryString) { + var count = 0; + for (var i in ser.searchOccurences(queryString)) { + count++; + }; + + return count; + }; + + equal(countOccurences("garrigou"), 1, "first request works"); + deepEqual(ser.searchOccurences("garrigou"), {1 : 1}, "returned object is correctly defined"); + + equal(countOccurences("garrigou interview"), 2, "second request works"); + equal(countOccurences("garrigou ide interview"), 3, "third request works"); + }); + + test("test current annotation search", function() { + var ser = new IriSP.JSONSerializer(this.dt, "../test/test.json"); + + ser._data = { + "views": [ + { + "id": "0", + "contents": [ + "franceculture_retourdudimanche20100620" + ], + "annotation_types": [ + "c_1F07824B-F512-78A9-49DB-6FB51DAB9560" + ] + } + ], + annotations : [ + {"begin": 1234, "end" : 578900, + "content": { + "description": "professeur", + "title": "garrigou" + }, + "id" : 1, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", + "dc:created": "2011-10-20T13:36:18.286693", + "dc:modified": "2011-10-20T13:36:18.286693", + "dc:creator": "perso" + } + }, + {"begin": 1234, "end" : 578900, + "content": { + "description": "interview", + "title": "Revue de presse - Herv Gardette" + }, + "id" : 2, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", + "dc:created": "2011-10-20T13:36:18.286693", + "dc:modified": "2011-10-20T13:36:18.286693", + "dc:creator": "perso" + } + }, + {"begin": 1234, "end" : 578900, + "content": { + "description": "interview", + "title": "lolol" + }, + "id" : 2, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_dfdfdfdf", + "dc:created": "2011-10-20T13:36:18.286693", + "dc:modified": "2011-10-20T13:36:18.286693", + "dc:creator": "perso" + } + } + + ]}; + + var ret = ser.currentAnnotations(234); + equal(ret.length, 2, "the correct number of elements is returned"); + ok(ret[0].begin < 234 * 1000 && ret[0].end > 234 * 1000 && + ret[0].meta["id-ref"] == "c_1F07824B-F512-78A9-49DB-6FB51DAB9560", + "the first element is correctly configured"); + + }); + +}; diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/serializers/mockSerializer.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/serializers/mockSerializer.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,27 @@ +function test_mockSerializer() { + module("Mock Serializer basic tests"); + + test("init the serializer with a DataLoader and an url", function() { + var dt = new IriSP.DataLoader(); + var ser = new IriSP.MockSerializer(dt, "http://google.com"); + equal( ser._DataLoader, dt, "The dataloader reference is copied to the object." ); + equal( ser._url, "http://google.com", "The url has been copied as well." ); + ok(ser._data, "the mock data is defined"); + }); + + test("check that the serialize and deserialize abstract functions are defined", function() { + var dt = new IriSP.DataLoader(); + var ser = new IriSP.MockSerializer(dt); + notEqual(ser.serialize, undefined, ".serialize is defined"); + notEqual(ser.deserialize, undefined, ".deserialize is defined"); + }); + + test("check that the callback is called", function() { + var dt = new IriSP.DataLoader(); + var ser = new IriSP.MockSerializer(dt); + var spy = this.spy(); + ser.sync(spy); + ok(spy.called, "the callback has been called"); + }); + +}; \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/serializers/mockTweetSerializer.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/serializers/mockTweetSerializer.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,27 @@ +function test_mockTweetSerializer() { + module("Mock Tweet Serializer basic tests"); + + test("init the serializer with a DataLoader and an url", function() { + var dt = new IriSP.DataLoader(); + var ser = new IriSP.MockTweetSerializer(dt, "http://google.com"); + equal( ser._DataLoader, dt, "The dataloader reference is copied to the object." ); + equal( ser._url, "http://google.com", "The url has been copied as well." ); + ok(ser._data, "the mock data is defined"); + }); + + test("check that the serialize and deserialize abstract functions are defined", function() { + var dt = new IriSP.DataLoader(); + var ser = new IriSP.MockTweetSerializer(dt); + notEqual(ser.serialize, undefined, ".serialize is defined"); + notEqual(ser.deserialize, undefined, ".deserialize is defined"); + }); + + test("check that the callback is called", function() { + var dt = new IriSP.DataLoader(); + var ser = new IriSP.MockTweetSerializer(dt); + var spy = this.spy(); + ser.sync(spy); + ok(spy.called, "the callback has been called"); + }); + +}; \ No newline at end of file diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/utils.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/utils.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,73 @@ +function test_utils() { + module("Utility function tests"); + + test("test a function to preserve the scope of a method in a callback", function() { + var obj = { a : 2}; + obj.b = function(e, f) { + equal(this.a, 2, "the scope is preserved"); + equal(e, 1, "arg 1 passed correctly"); + equal(f, 2, "arg 2 passed correctly"); + }; + + (IriSP.wrap(obj, obj.b))(1, 2); + + }); + + test("test function to convert a ratio to a percentage", function() { + var time = 2; + var total = 3; + + equal(IriSP.timeToPourcent(2, 3), 66, "the function returns the correct result"); + + var total = -total; + + equal(IriSP.timeToPourcent(2, 3), 66, "the function is immune to negative numbers"); + }); + + test("test padding function", function() { + equal(IriSP.padWithZeros(3), "03", "function works correctly"); + }); + + test("test function to convert from seconds to a time", function() { + var h = 13, m = 7, s = 41; + var t = 13 * 3600 + 7* 60 + 41; + + var r = IriSP.secondsToTime(t); + ok(r.hours === h && r.minutes === m && r.seconds === s, "the converted time is correct"); + + t = -t; + var r = IriSP.secondsToTime(t); + ok(r.hours === h && r.minutes === m && r.seconds === s, "the function is immune to negative numbers."); + equal(IriSP.secondsToTime(t), "13:07:41"); + }); + + test("test function to format a tweet", function() { + var inputs = ["@handle", "@bundle", "#hashtag", "http://t.co/11111", "++", "--"]; + var outputs = ["@handle", + "@bundle", + "#hashtag", + "http://t.co/11111", + "++", + "--"]; + + var i = 0; + for(i = 0; i < inputs.length; i++) { + equal(IriSP.formatTweet(inputs[i]), outputs[i], "the correct output is given"); + } + }); + + test("test function to convert decimal color to hexadecimal", function() { + equal(IriSP.DEC_HEXA_COLOR(125), "7D", "first test passes"); + equal(IriSP.DEC_HEXA_COLOR(24345), "5F19", "second test passes"); + + }); + + test("test template function", function() { + IriSP.default_templates_vars["test_fixture"] = "FIXTURE"; + equal(IriSP.templToHTML("{{test_fixture}} {{foo}}", {foo: 2}), "FIXTURE 2", "correct template returned"); + }); + + test("test url encoding function", function() { + equal(IriSP.encodeURI("!'()*"), "%21%27%28%29%2A", "the returned string is correct"); + }); +} diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/widget.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/widget.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,29 @@ +/* test module for base widgets */ +function test_widget() { + module("Base widget testing", + {setup : function() { + this.Popcorn = Popcorn("#popcorn-div"); + + this.dt = new IriSP.DataLoader(); + this.ser = new IriSP.JSONSerializer(this.dt, "/url"); + } } + ); + + test("test initialisation", function() { + var config = { container: "mydiv", width: 640, height: 480}; + var wid = new IriSP.Widget(this.Popcorn, config, this.ser); + deepEqual(wid._config, config, "Check if the parent div is set correctly"); + ok(wid.selector, "Check if the jquery selector is set"); + + }); + + test("test initialisation with more values", function() { + var config = { container: "mydiv", widthmax: 640, heightmax: 480}; + var wid = new IriSP.Widget(this.Popcorn, config, this.ser); + deepEqual(wid._config, config, "Check if the parent div is set correctly"); + ok(wid.selector, "Check if the jquery selector is set"); + + }); + + +}; diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/widgets/annotationsWidget.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/widgets/annotationsWidget.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,43 @@ +/* annotationsWidget.js */ + +function test_annotations_widget() { + module("annotations widget testing", + {setup : function() { + this.Popcorn = Popcorn("#popcorn-div"); + + this.dt = new IriSP.DataLoader(); + this.ser = new IriSP.MockSerializer(this.dt, "/url"); /* dummy serializer */ + + IriSP.jQuery("#widget-div").append("
          "); + + this.config = { + width:650, + height:1, + mode:'radio', + container:'widget-div', + debug:true, + css:'../src/css/LdtPlayer.css'}; + }, + teardown: function() { + /* free the popcorn object because it has signal handlers attached to it */ + this.Popcorn = Popcorn("#popcorn-div"); + } + }); + + test("test widget initialization", function() { + var widget = new IriSP.AnnotationsWidget(this.Popcorn, this.config, this.ser); + widget.draw(); + + equal(widget.selector.children(".Ldt-AnnotationsWidget").length, 1, "test if the div has been added correctly"); + }); + + test("test annotation display function", function() { + var widget = new IriSP.AnnotationsWidget(this.Popcorn, this.config, this.ser); + widget.draw(); + var annotation = {content: {"title": "title", "description": "description", "keywords": "keywords"}}; + widget.displayAnnotation(annotation); + equal(widget.selector.find(".Ldt-SaTitle").text(), "title - ( NaN:NaN - NaN:NaN )", "title set correctly"); + equal(widget.selector.find(".Ldt-SaDescription").text(), "description", "description set correctly"); + equal(widget.selector.find(".Ldt-SaKeywordText").text(), "", "keywords field set correctly"); + }); +}; diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/widgets/arrowWidget.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/widgets/arrowWidget.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,39 @@ +/* arrowWidget.js */ + +function test_arrow_widget() { + module("arrow widget testing", + {setup : function() { + this.Popcorn = Popcorn("#popcorn-div"); + + this.dt = new IriSP.DataLoader(); + this.ser = new IriSP.MockSerializer(this.dt, "/url"); /* dummy serializer */ + + + this.config = { + width:650, + height:1, + mode:'radio', + container:'widget-div', + debug:true, + css:'../src/css/LdtPlayer.css'}; + }, + teardown: function() { + /* free the popcorn object because it has signal handlers attached to it */ + this.Popcorn = Popcorn("#popcorn-div"); + } + }); + + test("test widget initialization", function() { + + var widget = new IriSP.ArrowWidget(this.Popcorn, this.config, this.ser); + widget.draw(); + + equal(widget.selector.children(".Ldt-arrowWidget").length, 1, "test if the div has been added correctly"); + + /* + widget._Popcorn.media.currentTime = 400; + widget._Popcorn.trigger("timeupdate"); + equal(widget.selector.children(".Ldt-arrowWidget").css("left"), "22%", "test if the widget responds correctly to messages."); + */ + }); + }; diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/widgets/playerWidget.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/widgets/playerWidget.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,134 @@ +/* test module for the player widget */ + +function test_player_widget() { + module("player widget testing", + {setup : function() { + this.Popcorn = Popcorn("#popcorn-div"); + + this.dt = new IriSP.DataLoader(); + this.ser = new IriSP.MockSerializer(this.dt, "/url"); /* dummy serializer */ + this.lay = new IriSP.LayoutManager('widget-div'); + + this.config = { + width:650, + height:1, + mode:'radio', + container:'widget-div', + debug:true, + css:'../src/css/LdtPlayer.css'} + }, + teardown: function() { + /* free the popcorn object because it has signal handlers attached to it */ + this.Popcorn = Popcorn("#popcorn-div"); + } + + }); + + test("test player initialisation", function() { + var player = new IriSP.PlayerWidget(this.Popcorn, this.config, this.ser); + player.draw(); + + equal(IriSP.jQuery("#widget-div").length, 1, "test if the div has been added correctly"); + }); + + test("test play button event handler", function() { + var player = new IriSP.PlayerWidget(this.Popcorn, this.config, this.ser); + + var spy_callback = this.spy(); + var spy_callback2 = this.spy(); + this.Popcorn.listen("play", spy_callback); + this.Popcorn.listen("pause", spy_callback2); + sinon.spy(player, "playHandler"); + + player.draw(); + + player.selector.find(".ldt-CtrlPlay").trigger("click"); + player.selector.find(".ldt-CtrlPlay").trigger("click"); + ok(player.playHandler.calledTwice, "play handler called"); + }); + + test("test mute button event handler", function() { + var player = new IriSP.PlayerWidget(this.Popcorn, this.config, this.ser); + + var spy_callback = this.spy(); + var spy_handler = sinon.spy(player, "muteHandler"); + this.Popcorn.listen("volumechange", spy_callback); + + player.draw(); + + player.selector.find(".ldt-CtrlSound").trigger("click"); + ok(this.Popcorn.muted(), "the player is muted"); + + player.selector.find(".ldt-CtrlSound").trigger("click"); + ok(!this.Popcorn.muted(), "the player is un muted"); + ok(spy_handler.called, "handling function has been called"); + }); + + test("test search button event handler", function() { + var player = new IriSP.PlayerWidget(this.Popcorn, this.config, this.ser); + + var searchTerm = "blah"; + + var spy_callback = this.spy(); + var spy_open = this.spy(); + var spy_closed = this.spy(); + var spy_cleared = this.spy(); + var spy_handler = sinon.spy(player, "searchButtonHandler"); + + player._Popcorn.listen("IriSP.search", spy_callback); + player._Popcorn.listen("IriSP.search.open", spy_open); + player._Popcorn.listen("IriSP.search.closed", spy_closed); + player._Popcorn.listen("IriSP.search.cleared", spy_cleared); + + player.draw(); + + player.selector.find(".ldt-CtrlSearch").trigger("click"); + player.selector.find(".LdtSearchInput").attr('value', searchTerm); + player.selector.find(".LdtSearchInput").trigger('keyup'); + + ok(spy_handler.called, "search button handling function has been called"); + ok(spy_open.called, "open signal has been sent"); + ok(spy_callback.called, "search typeahead function has been called"); + ok(spy_callback.calledWith(searchTerm), "popcorn message sent with the right parameters"); + + player.selector.find(".LdtSearchInput").attr('value', ""); + player.selector.find(".LdtSearchInput").trigger('keyup'); + ok(spy_cleared.called, "clear message has been sent"); + + player.selector.find(".ldt-CtrlSearch").trigger("click"); + ok(spy_closed.called, "closed signal has been sent"); + + }); + + test("test mouseover handler", function() { + var player = new IriSP.PlayerWidget(this.Popcorn, this.config, this.ser); + + var spy_callback = this.spy(); + this.Popcorn.listen("IriSP.PlayerWidget.MouseOver", spy_callback); + this.Popcorn.listen("IriSP.PlayerWidget.MouseOut", spy_callback); + + player.draw(); + var elem = player.selector.get(0); + + if( document.createEvent ) { + var evObj = document.createEvent('MouseEvents'); + evObj.initEvent( 'mouseover', true, false ); + elem.dispatchEvent(evObj); + } else if( document.createEventObject ) { + elem.fireEvent('onmouseover'); + } + + ok(spy_callback.called, "the MouseOver event has been fired"); + + if( document.createEvent ) { + var evObj = document.createEvent('MouseEvents'); + evObj.initEvent( 'mouseout', true, false ); + elem.dispatchEvent(evObj); + } else if( document.createEventObject ) { + elem.fireEvent('onmouseout'); + } + + ok(spy_callback.calledTwice, "the MouseOver event has been fired"); + }); + +}; diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/widgets/polemicWidget.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/widgets/polemicWidget.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,79 @@ +/* polemicWidget.js */ + +function test_polemic_widget() { + module("polemic widget testing", + {setup : function() { + this.Popcorn = Popcorn("#popcorn-div"); + + this.dt = new IriSP.DataLoader(); + this.ser = new IriSP.MockTweetSerializer(this.dt, "/url"); /* dummy serializer */ + + IriSP.jQuery("#widget-div").append("
          "); + IriSP.jQuery("#widget-div").append("
          "); + this.config = { + metadata:{ + format:'cinelab', + src:'test.json', + load:'json'}, + width:650, + height:120, + mode:'radio', + container:'PolemicDiv', + debug:true, + css:'../src/css/LdtPlayer.css', + requires: [{ + type: "TooltipWidget", + container: "TooltipDiv", + width: 180, + heigh: 160, + metadata : { + format:'cinelab', + type:'empty' + } + }] + } + }, + teardown: function() { + /* free the popcorn object because it has signal handlers attached to it */ + this.Popcorn = Popcorn("#popcorn-div"); + }}); + + test("test widget initialization", function() { + + var tooltip = new IriSP.TooltipWidget(this.Popcorn, this.config.requires[0], this.ser); + var widget = new IriSP.PolemicWidget(this.Popcorn, this.config, this.ser); + widget.TooltipWidget = tooltip; + + widget.draw(); + equal(IriSP.jQuery("#widget-div").length, 1, "test if the div has been added correctly"); + equal(IriSP.jQuery("#PolemicDiv svg").length, 1, "test if svg div has been added correctly"); + + // select the second element of the svg. the second because the first is a rect which serves + // as a background. + var paperSlider = IriSP.jQuery("#PolemicDiv svg :nth-child(2)"); + // querying svg with jquery is quite the piece of cake. + equal(paperSlider.attr("x").baseVal.value, 0, "test if the slider has been created correctly"); + }); + + test("test widget interactions", function() { + + /* We can't test interactions because of raphael */ + // var tooltip = new IriSP.TooltipWidget(this.Popcorn, this.config.requires[0], this.ser); + // var widget = new IriSP.PolemicWidget(this.Popcorn, this.config, this.ser); + + // widget.TooltipWidget = tooltip; + // widget.draw(); + + // var spy_callback = this.spy(); + // this.Popcorn.listen("timeupdate", spy_callback); + + // var random = Math.round(Math.random() * widget.svgElements.length) + 1; + // var e = widget.svgElements[random].node; + // IriSP.jQuery(e).click(); + + // ok(spy_callback.called, "the currenttime was changed"); + + }); + + +}; diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/widgets/segmentsWidget.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/widgets/segmentsWidget.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,68 @@ +/* segmentsWidget.js */ + +function test_segments_widget() { + module("segments widget testing", + {setup : function() { + this.Popcorn = Popcorn("#popcorn-div"); + + this.dt = new IriSP.DataLoader(); + this.ser = new IriSP.MockSerializer(this.dt, "/url"); /* dummy serializer */ + + this.config = { + metadata:{ + format:'cinelab', + src:'test.json', + load:'json'}, + width:650, + height:1, + mode:'radio', + container:'widget-div', + debug:true, + css:'../src/css/LdtPlayer.css'} + }, + teardown: function() { + /* free the popcorn object because it has signal handlers attached to it */ + this.Popcorn = Popcorn("#popcorn-div"); + }}); + + test("test widget initialization", function() { + var widget = new IriSP.SegmentsWidget(this.Popcorn, this.config, this.ser); + widget.draw(); + + equal(IriSP.jQuery("#widget-div").length, 1, "test if the div has been added correctly"); + // the + 1 is because we have a z-index div to indicate progress in the video. + equal(IriSP.jQuery("#widget-div").children().length, this.ser._data.annotations.length + 1, "test if children have been added correctly"); + equal(IriSP.jQuery("#widget-div").children(":first").css("z-index"), 100, "test if slider div is created correctly."); + equal(IriSP.jQuery("#widget-div").css("overflow"), "auto", "test if the divs are floated correctly."); + }); + + test("test click on a random segment", function() { + var widget = new IriSP.SegmentsWidget(this.Popcorn, this.config, this.ser); + widget.draw(); + + var spy_timeupdate = this.spy(); + var spy_segmentClick = this.spy(); + var spy_handler = sinon.spy(widget, "clickHandler"); + this.Popcorn.listen("timeupdate", spy_timeupdate); + + var selector = IriSP.jQuery("#widget-div :not(first-child)"); + var random = Math.round(Math.random() * selector.length) + 1; + selector.eq(12).click(); + + ok(spy_timeupdate.called, "the timeupdate signal has been sent"); + ok(spy_handler.called, "handling function has been called"); + }); + + test("test search highlight features", function() { + + var tag_id = "#s_" + "82613B88-9578-DC2C-D7D0-B2C5BE0B7BDA".toUpperCase(); + + var widget = new IriSP.SegmentsWidget(this.Popcorn, this.config, this.ser); + widget.draw(); + + var oldStyle = IriSP.jQuery("#widget-div").children(tag_id).attr("style"); + widget._Popcorn.trigger("IriSP.search", "sociologie"); + var newStyle = IriSP.jQuery("#widget-div").children(tag_id).attr("style"); + notEqual(oldStyle, newStyle, "the segment style has been modified"); + }); +}; diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/widgets/sliderWidget.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/widgets/sliderWidget.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,71 @@ +function test_slider_widget() { + module("slider widget testing", + {setup : function() { + this.Popcorn = Popcorn("#popcorn-div"); + + this.dt = new IriSP.DataLoader(); + this.ser = new IriSP.MockSerializer(this.dt, "/url"); /* dummy serializer */ + + this.config = { + metadata:{ + format:'cinelab', + src:'test.json', + load:'json'}, + width:650, + height:1, + mode:'radio', + container:'widget-div', + debug:true, + css:'../src/css/LdtPlayer.css'}; + IriSP.jQuery("#widget-div").html(""); + }, + teardown: function() { + /* free the popcorn object because it has signal handlers attached to it */ + this.Popcorn = Popcorn("#popcorn-div"); + }}); + + test("test widget initialization", function() { + var widget = new IriSP.SliderWidget(this.Popcorn, this.config, this.ser); + widget.draw(); + + ok(IriSP.jQuery("#widget-div").children().hasClass("Ldt-sliderBackground"), "test if the div has been set-up"); + ok(IriSP.jQuery("#widget-div").children().hasClass("Ldt-sliderForeground"), "test if the div has been set-up"); + + }); + + test("test slider seeking", function() { + /* + var widget = new IriSP.SliderWidget(this.Popcorn, this.config, this.ser); + widget.draw(); + + var spy_callback = this.spy(); + widget._Popcorn.listen("timeupdate", spy_callback); + IriSP.jQuery("#widget-div").children().click(); + ok(spy_callback.called, "handling function has been called"); + */ + }); + + test("test slider dragging", function() { + + /* comes from the jquery unit tests */ + var drag = function(handle, dx, dy) { + var element = el.data("draggable").element; + $(handle).simulate("drag", { + dx: dx || 0, + dy: dy || 0 + }); + dragged = { dx: dx, dy: dy }; + } + + var widget = new IriSP.SliderWidget(this.Popcorn, this.config, this.ser); + widget.draw(); + + var spy_callback = this.spy(); + widget._Popcorn.listen("timeupdate", spy_callback); + + /* + IriSP.jQuery("#widget-div").children(".Ldt-sliderPositionMarker").simulate("drag", 70, 50); + ok(spy_callback.called, "handling function has been called"); + */ + }); +} diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/widgets/sparklineWidget.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/widgets/sparklineWidget.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,39 @@ +/* sparklineWidget.js */ + +function test_sparkline_widget() { + module("Sparkline widget testing", + {setup : function() { + this.Popcorn = Popcorn("#popcorn-div"); + + this.dt = new IriSP.DataLoader(); + this.ser = new IriSP.MockSerializer(this.dt, "/url"); /* dummy serializer */ + + + this.config = { + width:650, + height:1, + mode:'radio', + container:'widget-div', + debug:true, + css:'../src/css/LdtPlayer.css'}; + }, + teardown: function() { + /* free the popcorn object because it has signal handlers attached to it */ + this.Popcorn = Popcorn("#popcorn-div"); + } + }); + + test("test widget initialization", function() { + + var widget = new IriSP.SparklineWidget(this.Popcorn, this.config, this.ser); + widget.draw(); + + equal(widget.selector.children(".Ldt-SparklineWidget").length, 1, "test if the div has been added correctly"); + + /* + widget._Popcorn.currentTime(400); + widget._Popcorn.trigger("timeupdate"); + equal(widget.selector.children(".Ldt-SparklineWidget").css("left"), "22%", "test if the widget responds correctly to messages."); + */ + }); + }; diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/widgets/tooltipWidget.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/widgets/tooltipWidget.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,46 @@ +/* tooltipWidget.js */ + +function test_tooltip_widget() { + module("tooltip widget testing", + {setup : function() { + this.Popcorn = Popcorn("#popcorn-div"); + + this.dt = new IriSP.DataLoader(); + this.ser = new IriSP.MockSerializer(this.dt, "/url"); /* dummy serializer */ + + this.config = { + width: 160, + height:120, + container: "widget-div" + }; + }, + + teardown: function() { + /* free the popcorn object because it has signal handlers attached to it */ + this.Popcorn = Popcorn("#popcorn-div"); + } + }); + + test("test tooltip widget initialization", function() { + var widget = new IriSP.TooltipWidget(this.Popcorn, this.config, this.ser); + widget.draw(); + + equal(widget.selector.children(".tip").length, 1, "test if the div has been added correctly"); + equal(widget.selector.children(".tip").css("position"), "fixed", "test if the widget has the correct position attr"); + equal(widget.selector.children(".tip").css("display"), "none", "test if tooltip is hidden"); + }); + + test("test widget display function", function() { + var widget = new IriSP.TooltipWidget(this.Popcorn, this.config, this.ser); + widget.draw(); + + widget.show("ceci est un texte", "#fefefe", 105, 240); + equal(widget.selector.children(".tip").css("left"), "105px", "test if div has been positionned correctly"); + equal(widget.selector.children(".tip").css("top"), "240px", "test if div has been positionned correctly"); + equal(widget.selector.find(".tiptext").text(), "ceci est un texte", "test if text has been set correctly"); + notEqual(widget.selector.children(".tip").css("display"), "none", "test if tooltip is hidden"); + + widget.hide(); + equal(widget.selector.children(".tip").css("display"), "none", "test if tooltip is hidden"); + }); +}; diff -r 7b55777486c3 -r 75ba66457232 unittests/tests/widgets/tweetsWidget.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unittests/tests/widgets/tweetsWidget.js Fri Apr 06 16:55:34 2012 +0200 @@ -0,0 +1,82 @@ +/* tweetsWidget.js */ + +function test_tweets_widget() { + module("tweet widget testing", + {setup : function() { + this.Popcorn = Popcorn("#popcorn-div"); + + this.dt = new IriSP.DataLoader(); + this.ser = new IriSP.MockTweetSerializer(this.dt, "/url"); /* dummy serializer */ + + this.config = { + width:650, + height:1, + mode:'radio', + container:'widget-div', + debug:true, + css:'../src/css/LdtPlayer.css'}; + }, + teardown: function() { + /* free the popcorn object because it has signal handlers attached to it */ + this.Popcorn = Popcorn("#popcorn-div"); + } + }); + + test("test widget initialization", function() { + var widget = new IriSP.TweetsWidget(this.Popcorn, this.config, this.ser); + widget.draw(); + + equal(widget.selector.find(".Ldt-tweetAvatar").length, 1, "test if the div has been added correctly"); + equal(widget.selector.find(".Ldt-tweetContents").length, 1, "test if sub-div has been added correctly"); + }); + + test("test tweet display function", function() { + // tweak the display period so that our tests don't timeout + IriSP.widgetsDefaults.TweetsWidget.tweet_display_period = 10; + + var widget = new IriSP.TweetsWidget(this.Popcorn, this.config, this.ser); + widget.draw(); + var annotation = {content: + {"title": "title", "description": "description", "keywords": "keywords", "img": {"src" : "http://yop.com"}}, + meta: {"dc:source" : {}} + }; + widget.displayTweet(annotation); + + equal(widget.selector.find(".Ldt-tweetContents").text(), "title", "title set correctly"); + equal(widget.selector.find(".Ldt-tweetAvatar").children().attr("src"), "http://yop.com", "user avatar set correctly"); + + var annotation2 = {content: {"title": "title", "description": "description", "keywords": "keywords", "img" : {}}, meta: {"dc:source" : {}}}; + widget.displayTweet(annotation2); + equal(widget.selector.find(".Ldt-tweetAvatar").children().attr("src"), + IriSP.widgetsDefaults.TweetsWidget.default_profile_picture, "default avatar set correctly"); + + widget.selector.find(".Ldt-tweetWidgetKeepOpen").click(); + ok(widget._timeoutId === null, "the timeout is cancelled"); + widget.selector.find(".Ldt-tweetWidgetMinimize").click(); + + widget.displayTweet(annotation2); + + ok(!widget.selector.is(":visible"), "the widget is hidden after a click"); + }); + + test("test async clear", function() { + /* + expect(1); + + // tweak the display period so that our tests don't timeout + IriSP.widgetsDefaults.TweetsWidget.tweet_display_period = 10; + stop(); + + var widget = new IriSP.TweetsWidget(this.Popcorn, this.config, this.ser); + widget.draw(); + var annotation = {content: {"title": "title", "description": "description", "keywords": "keywords", "img": {"src" : "http://yop.com"}}}; + widget.displayTweet(annotation); + + + window.setTimeout(function() { console.log("called!"); + ok(!widget.selector.is(":visible"), "the widget is hidden after the timeout has passed."); + start(); + }, 100); + */ + }); +};